@charset "utf-8";

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
mobile : 767px ~
         480px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/


/* Font
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 본고딕 */
@font-face {
    font-family:'Noto Sans KR';
    src: url('/tpl/webfont/NotoSansKR-Regular.eot');
    src: url('/tpl/webfont/NotoSansKR-Regular.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NotoSansKR-Regular.woff') format('woff'),
         url('/tpl/webfont/NotoSansKR-Regular.ttf') format('truetype');  
}
@font-face {
    font-family:'Noto Sans KR';
	font-weight:100;
    src: url('/tpl/webfont/NotoSansKR-Thin.eot');
    src: url('/tpl/webfont/NotoSansKR-Thin.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NotoSansKR-Thin.woff') format('woff'),
         url('/tpl/webfont/NotoSansKR-Thin.ttf') format('truetype');  
}
@font-face {
    font-family:'Noto Sans KR';
	font-weight:300;
    src: url('/tpl/webfont/NotoSansKR-Light.eot');
    src: url('/tpl/webfont/NotoSansKR-Light.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NotoSansKR-Light.woff') format('woff'),
         url('/tpl/webfont/NotoSansKR-Light.ttf') format('truetype');  
}
@font-face {
    font-family:'Noto Sans KR';
	font-weight:500;
    src: url('/tpl/webfont/NotoSansKR-Medium.eot');
    src: url('/tpl/webfont/NotoSansKR-Medium.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NotoSansKR-Medium.woff') format('woff'),
         url('/tpl/webfont/NotoSansKR-Medium.ttf') format('truetype');  
}

@font-face {		 
    font-family:'Noto Sans KR';
	font-weight:700;
    src: url('/tpl/webfont/NotoSansKR-Bold.eot');
    src: url('/tpl/webfont/NotoSansKR-Bold.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NotoSansKR-Bold.woff') format('woff'),
         url('/tpl/webfont/NotoSansKR-Bold.ttf') format('truetype');  
}
@font-face {		 
    font-family:'Noto Sans KR';
	font-weight:900;
    src: url('/tpl/webfont/NotoSansKR-Black.eot');
    src: url('/tpl/webfont/NotoSansKR-Black.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NotoSansKR-Black.woff') format('woff'),
         url('/tpl/webfont/NotoSansKR-Black.ttf') format('truetype');
}


/* 출처 : 이 사이트에는 네이버에서 제공한 나눔글꼴이 적용되어 있습니다. */
/* 나눔스퀘어 */
@font-face {
    font-family:'Nanum Square';
    src: url('/tpl/webfont/NanumSquareR.eot');
    src: url('/tpl/webfont/NanumSquareR.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumSquareR.woff') format('woff'),
         url('/tpl/webfont/NanumSquareR.ttf') format('truetype');
}
@font-face {
    font-family:'Nanum Square';
	font-weight:bold;
    src: url('/tpl/webfont/NanumSquareB.eot');
    src: url('/tpl/webfont/NanumSquareB.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumSquareB.woff') format('woff'),
         url('/tpl/webfont/NanumSquareB.ttf') format('truetype');
}




/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0; padding:0; font-family:"Noto Sans KR", sans-serif;}
dl,ul,ol,menu,li {list-style:none;}
body{font-family:"Noto Sans KR", sans-serif; font-size:14px; font-weight:300; color:#555;}
*, *:before, *:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
:focus{outline:0 !important;}
iframe{border:none; width:100%;}
a{font-family:"Noto Sans KR", sans-serif; color:inherit; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out; color:#555;}
a:hover, a:active{text-decoration:none; color:#1766b6;}
img{max-width:100%;}
textarea{max-width:100%; resize:none;}

@media only screen and (min-width: 320px){
	body{min-width:320px; overflow-x:hidden;}
}

.hidden{margin:0; padding:0; font-size:0; line-height:0; text-indent:-9999em; overflow:hidden;}
#divWMSSLLoading {display:none;}

/* Parallax
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.parallax{background-position:0 0; background-repeat:no-repeat; background-size:100% auto; width:100%; background-size:cover; background-attachment:fixed;}


/* Preloader
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.animationload{position: fixed; top:0; left:0; right:0; bottom:0; background-color:#fff; z-index:999999;}
.loader {width:200px; height:200px; font-size: 24px; text-align: center; position:absolute; left:50%; top:50%; background-image:url(/images/basic_resp/img/preloader.gif); background-repeat:no-repeat; background-position:center; margin:-100px 0 0 -100px;}


/* Back to top (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.back-to-top{width:40px; height:40px; position:fixed; bottom:10px; right:20px; display:none; text-align: center; z-index: 10000; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius:50%; background:#4586ce;}
.back-to-top i{color: #fff; font-size: 15px; display: block; line-height: 33px;}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{position:relative; min-width:1200px;}

#header{z-index:10000; position:fixed; top:0; left:0; width:100%; box-sizing:border-box; height:90px; transition:all .2s ease-out;     background: #fff;
    box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.2);}
#header.header-bg{background:#fff; box-shadow:2px 3px 15px rgba(0,0,0,0.2);}
.header-area{padding:0; margin:0 auto; width:1200px; box-sizing:border-box;}

#L_SITE_LOGO{float:left;}
#L_SITE_LOGO h1{margin:0;}
#L_SITE_LOGO a{line-height:85px;}
#L_SITE_LOGO img{vertical-align:middle;}

@media only screen and (max-width:1590px) {
	#header{height:auto;}
}

@media only screen and (max-width: 1200px){
	#wrapper{min-width:320px;}
	.header-area{width:100%;}
}

@media only screen and (max-width: 980px){
	.header-area{position:relative; padding:0; height:65px;}

	#L_SITE_LOGO{padding: 0 25px;}
	#L_SITE_LOGO a{display:block; line-height:60px;}
	#L_SITE_LOGO img{width:160px;}
}

@media only screen and (max-width: 767px){
	.header-area{height:50px;}

	#L_SITE_LOGO{padding: 0 10px;}
	#L_SITE_LOGO a{line-height:45px;}
	#L_SITE_LOGO img{width:110px;}
}


/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#gnb{z-index:999;}

.navigation .menu-item > a{display:inline-block; font-weight:400; letter-spacing:-1px; font-size:17px; color:#333;}
.navigation .menu-item.on > a{color:#00fcff;}
.navigation .menu-item > a:hover, .navigation .menu-item > a:active, .navigation .menu-item > a:focus{text-decoration:none; color:#284d92;}

@media only screen and (min-width: 980px){
	#menuArea{float:right;}

	#gnb{display:block !important;}

	.navigation{margin:40px 0 0;}
	.navigation:after{content:""; display:block; clear:both;}
	.navigation .menu-item{position:relative; float:left; font-size:14px;}
	.navigation .menu-item:before{display:inline-block; margin:0 25px; content:""; color:#fff;}
	.navigation .menu-item:first-child:before{display:none;}
	.navigation .menu-item > a{letter-spacing:0;}
}

@media only screen and (max-width: 980px){
	#gnb{display:none; width:100%; height:auto; box-sizing:border-box; background:#fff;}
	#gnb {position: absolute; top:65px; border-bottom: 1px solid #ddd; }
	#gnb .navigation .menu-item:last-child a { border-bottom: 0; }

	#menuArea{width:100%; height:100%;}
	nav [data-type='menu-btn'] {z-index:1000; position:absolute; right:25px; top:calc(50% - 12px); width:24px; height:24px; border-radius:5px; cursor:pointer; transition:.4s all linear;}
	nav [data-type='menu-btn'] span {display:block; position:absolute; left:1px; width:22px; height:3px;  transition:.3s all linear; background:#fff;}
	nav [data-type='menu-btn'] span:nth-child(1) {top:4px; transform: rotate(0deg);}
	nav [data-type='menu-btn'] span:nth-child(2),
	nav [data-type='menu-btn'] span:nth-child(3) {top:11px; transform: rotate(0deg);}
	nav [data-type='menu-btn'] span:nth-child(4) {top:18px;}
	nav.open [data-type='menu-btn'] span:nth-child(1) {left:50%; width:0;}
	nav.open [data-type='menu-btn'] span:nth-child(2) {transform: rotate(45deg);}
	nav.open [data-type='menu-btn'] span:nth-child(3) {transform: rotate(-45deg);}
	nav.open [data-type='menu-btn'] span:nth-child(4) {left:50%; width:0;}

	.navigation .menu-item > a{padding:0 25px; text-align:center; width:100%; line-height:40px; font-size:15px; transition:none; border-bottom:1px solid #ddd; color:#000;}
	.navigation .menu-item:first-child > a{border-top:1px solid #ddd;}
	.navigation .menu-item.on > a{color:#fff;}
}

@media only screen and (max-width: 767px){
	#gnb {top:50px;}
	#btnMenuOpen{right:20px;}
	nav [data-type='menu-btn']{right:20px;}
	.navigation .menu-item > a{padding:0 20px;}
}

@media only screen and (min-width: 981px) and (max-width:1200px) {
	.navigation .menu-item > a{font-size:15px;}
	.navigation .menu-item:before{margin:0 15px;}
}

/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.btn{font-family:"Malgun Gothic", sans-serif; text-transform:uppercase; border-radius:0; line-height:24px;}
.btn:focus, .btn:active{outline:none; color:#fff;}

.btn-custom{border-radius:3px; padding:0.8em 1.8em; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out; text-transform:uppercase; background-color:#003aaf; border-color: #003aaf; color:#fff;}
.btn-custom:hover, .btn-custom:focus{background-color: #00208e; border-color: #00208e; color:#fff;}

.btn-custom-outline{border-radius:3px; padding:0.8em 1.8em; color:#fff; -webkit-transition:all .2s ease-out; transition:all .2s ease-out; text-transform:uppercase; background-color:transparent; border-color:#fff;}
.btn-custom-outline:hover, .btn-custom-outline:focus{color:#fff; background-color:rgba(255,255,255,.5);}
.btn-bar a{margin-right:10px;}

.form-control{box-shadow:none; -webkit-box-shadow:none; border-radius:3px; height:38px;}
.form-control:focus{outline:none; box-shadow:none; -webkit-box-shadow:none; border-color: #003aaf;}



/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer{padding:30px 0px; width:100%; background:#303030;}
.footer-area{margin:0 auto; padding:0 50px; width:1200px; box-sizing:border-box;}
.footer-area:after{content:""; display:block; clear:both;}
.foot-logo{float:left; padding:0 40px 80px 0; width:206px; box-sizing:border-box;}
.footer-info{float:right; width:calc(100% - 206px);}

.footer-menu{margin-bottom:15px;}
.footer-menu li{display:inline-block; margin-left:20px;	padding-left:20px; line-height:10px; border-left:1px solid #ddd;}
.footer-menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
.footer-menu li a{line-height:10px; font-weight:400; font-size:14px; color:#bbb;}
.footer-menu li.privacy a{color:#bbb;}

.footer-info,.footer-info a{color:#999;}
.footer-info p:nth-of-type(1){margin-bottom:10px;}
.footer-info span{color:#777;}
.footer-info p {word-break:keep-all;}
@media only screen and (min-width:1201px) {
	.footer-info p .mo-line{display:none;}
}

@media only screen and (max-width:1200px) {
	.footer-area{width:100%;}
	.footer-info p br{display:none;}
}
@media only screen and (max-width:980px) {
	.footer-area{padding:0 25px;}
}
@media only screen and (max-width:767px) {
	.footer-area{padding:0 20px;}
	.foot-logo{float:none; width:auto; padding:0; margin:0 auto 20px; text-align:center;}
	.foot-logo img{width:124px;}
	.footer-info{float:none; width:100%; text-align:center;}
	.footer-menu{margin-bottom:10px;}
	.footer-menu li{margin-left:10px; padding-left:10px;}
	.footer-menu li a{font-size:12px;}
	.footer-info,.footer-info a{font-size:12px;}
	.footer-info p:nth-of-type(1){margin-bottom:5px;}
}

@media only screen and (max-width:480px) {
}





/* Main Visual  - section01 (메인 비주얼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
@font-face {
    font-family: 'paybooc';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'paybooc';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.main-visual .carousel-inner > .item{height:940px;}
.main-visual .carousel-inner > .item.main-img01{background:url('/images/kor01r-17-0386/section01_bg01_1121.jpg?11215') no-repeat center center/cover;}
.main-visual .carousel-inner > .item.main-img02{background:url('/images/kor01r-17-0386/section01_bg02_1121.jpg') no-repeat center center/cover;}
.main-visual .carousel-inner > .item.main-img03{background:url('/images/kor01r-17-0386/section01_bg03_1121.jpg') no-repeat center center/cover;}

.main-visual .carousel-caption{top:0; left:0; right:0; bottom:0; margin:auto; text-align:center;}

.main-visual .slogan{position: relative; top: 87%; word-spacing: 2px;}
.main-visual .slogan p{font-family: 'paybooc'; line-height:1.2; font-size:33px; color:#fff; word-break:keep-all; text-shadow: 0 1px 2px rgb(0, 0, 0, 0.2); }
.main-visual .slogan p span {font-weight:bold; color:#00395e; font-size:45px; position:relative; text-shadow:none;}
.main-visual .slogan p span:after {content:''; display:inline-block; position:absolute; bottom:2px; left:-6px; width:106%; height:52px; z-index:-1;
	background:#fff;}

.main-visual .main-img01 .slogan{}
.main-visual .main-img01 .slogan .main-logo{padding-bottom:40px; display: none;}
.main-visual .main-img01 .slogan p{font-size:33px; text-shadow: 0 1px 2px rgb(0, 0, 0, 0.2);}
.main-visual .slogan p span{font-size:45px;}


.main-visual .carousel-indicators{bottom:15px;}
.main-visual .carousel-indicators li{margin:0 5px; width:16px; height:16px; box-sizing:border-box; border:1px solid #fff;}
.main-visual .carousel-indicators li.active{background:#00fcff; border:1px solid #00fcff;}


@media screen and (max-width:1200px){
	.main-visual .main-img01 .slogan{margin-left:45%; }
}

@media screen and (max-width:980px){
	.main-visual .carousel-inner > .item{height:650px;}
	.main-visual .slogan{padding:0 20px; padding-top:240px;}
	.main-visual .slogan p{font-size:38px; }
	.main-visual .slogan p span {font-size:50px;}
	.main-visual .carousel-indicators{bottom:45px;}

	.main-visual .carousel-inner > .item.main-img01{background-position:left 52% center;}
	.main-visual .main-img01 .slogan{margin-left:40%; padding-top:160px;}
	.main-visual .main-img01 .slogan .main-logo{padding-bottom:30px;}
	.main-visual .main-img01 .slogan .main-logo img{width:300px;}
	.main-visual .main-img01 .slogan p{font-size:32px;}
	.main-visual .slogan p span{font-size:46px;}
}

@media screen and (min-width:500px){
	.main-visual .slogan p br{display:none;}
}

@media screen and (max-width:500px){
	.main-visual .carousel-inner > .item{height:320px; margin-top: 30px;}
	.main-visual .slogan{padding:0 10px; padding-top:150px;}
	.main-visual .slogan p{font-size:21px; }
	.main-visual .slogan p span {font-size:32px;}
	.main-visual .slogan p span:after {bottom:4px; height:20px;}
	
	.main-visual .main-img01 .slogan{margin-left:45%; padding-top:90px;}
	.main-visual .main-img01 .slogan .main-logo{padding-bottom:20px;}
	.main-visual .main-img01 .slogan .main-logo img{width:150px;}
	.main-visual .main-img01 .slogan p{font-size:20px; }
	.main-visual .slogan p span{font-size:30px;}

	.main-visual .carousel-indicators{bottom:15px;}
	.main-visual .carousel-indicators li{margin:0 3px; width:13px; height:13px;}
	
	.carousel-inner{background: linear-gradient(90deg, #5fcced, #5dcff1, #4ab7e6);}
	.main-visual .carousel-inner > .item.main-img01{background-position:left 52% center; background-size: 147%;}
	.main-visual .carousel-inner > .item.main-img02{background-position:left 52% center; background-size: 147%;}
	.main-visual .carousel-inner > .item.main-img03{background-position:left 52% center; background-size: 147%;}
}


/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#mainContents{z-index:88;}
#mainContents .section-title{font-family:'Nanum Square';}
#mainContents h2{text-align:center; position:relative; margin-bottom:60px; font-weight:600; line-height:1; font-size:45px; color:#284d92;}
#mainContents h2 + p{font-size:15px;}
#mainContents h3{text-align:center; position:relative; margin-bottom:50px; font-weight:500; line-height:1; font-size:36px; color:#4c5155;}
#mainContents h3:after{content:""; display:block; margin:25px auto 0; width:72px; height:4px; background:#6d90d0;}

#mainContents .movie-box{width:980px; margin:0 auto; margin-bottom:80px;}
#mainContents .movie-box iframe{height:550px;}
#mainContents .cont-box{margin-bottom:120px;}

@media only screen and (max-width:980px) {
	#mainContents .movie-box{ width:100%; position:relative; padding-top:56%;  overflow: hidden;} 
	#mainContents .movie-box:after{content:""; display:block; clear:both;}
	#mainContents .movie-box iframe{ position:absolute; top:0; left:0; width:100%; height:100%; }
}

@media only screen and (max-width:767px) {
	#mainContents h2{margin-bottom:25px; font-size:25px;}
	#mainContents h2 + p{font-size:13px;}
	#mainContents h3{margin-bottom:30px; font-size:20px;}
	#mainContents h3:after{margin:15px auto 0; width:45px; height:3px;}
	#mainContents .cont-box{margin-bottom:50px;}
}

@media only screen and (max-width:500px) {
	#mainContents .movie-box{margin-bottom:30px;}
}

/* 냉동지방파괴술 쿨쉐이핑2 */
.section02 > div{padding:120px 50px; margin:0 auto; width:1200px; box-sizing:border-box;}
.section02 .technology{display:table; width:100%; border:1px solid #ddd;}
.section02 .technology .left{display:table-cell; width:48%; padding:40px 0; text-align:center; vertical-align:middle;}
.section02 .technology .right{display:table-cell; width:52%; padding-right:85px; vertical-align:middle;}
.section02 .technology .right p{font-size:19px; font-weight:400; color:#555; line-height:1.6; word-break:keep-all;}
.section02 .technology .right p strong{font-weight:500; color:#222;}

.section02 .process-box{ position:relative;}
.section02 .process-box:before{position:absolute; content:""; top:25%; left:47.5%; width:62px; height:44px; background:url('/images/kor01r-17-0386/sect02_arrow01.png') no-repeat center center}
.section02 .process-box:after{content:""; display:block; clear:both;}
.section02 .process-box > div{width:45%; height:400px;}
.section02 .process-box > div p{font-size:18px; padding:0 10px; padding-top:15px; font-weight:400; color:#555; line-height:1.3; word-break:keep-all;}
.section02 .process-box > div p span{font-size:22px; font-weight:500; color:#222; display:block; margin-bottom:10px;}
.section02 .process-box .left{float:left;}
.section02 .process-box .right{float:right;}

.section02 .gray-box{background:#f7f7f7; margin-bottom:60px; padding:45px 20px; text-align:center;}
.section02 .gray-box p{font-size:19px; font-weight:400; color:#555; line-height:1.3; word-break:keep-all;}
#mainContents .cont-box.cont03{margin-bottom:50px;}

@media only screen and (max-width:1200px) {
	.section02 > div{width:100%;}
}

@media only screen and (max-width:980px) {
	.section02 > div{padding:70px 25px;}
	.section02 .process-box:before{top:17%; width:40px; height:28px; background-size:40px;}
	.section02 .process-box > div{height:320px;}
	#mainContents .cont-box.cont03{margin-bottom:0;}
}

@media only screen and (max-width:767px) {
	.section02 > div{padding:50px 15px;}
	.section02 .technology .left{width:50%; padding:40px; }
	.section02 .technology .right{width:50%; padding-right:40px;}
	.section02 .technology .right p{font-size:15px; line-height:1.5;}
	
	.section02 .process-box:before{left:48%;}
	.section02 .process-box > div p{font-size:15px; padding-top:10px;}
	.section02 .process-box > div p span{font-size:17px; margin-bottom:5px;}

	.section02 .process-box > div{height:250px;}
	.section02 .gray-box{padding:35px; margin-bottom:20px;}
	.section02 .gray-box p{font-size:15px;}
}

@media only screen and (max-width:620px) {
	.section02 .technology .left{display:block; width:100%; padding:40px 50px 0 50px;}
	.section02 .technology .right{display:block; width:100%; padding:30px 20px 30px 20px;}

	.section02 .process-box{margin-bottom:50px;}
	.section02 .process-box > div{width:100%; height:auto;}	
	.section02 .process-box > div img{width:100%;}
	.section02 .process-box .left,
	.section02 .process-box .right{float:none;}
	.section02 .process-box .left{padding-bottom:60px;}
	.section02 .process-box:before{top:48%; left:47%; width:28px; height:21px; background:url('/images/kor01r-17-0386/sect02_arrow02.png') no-repeat center center}
	.section02 .gray-box{padding:30px 50px;}
	.section02 .gray-box p br{display:none;}
}

/* 쿨쉐이핑2 특장점 */
.section03{background:#edf5fa;}
.section03 > div{padding:120px 50px; margin:0 auto; width:1200px; box-sizing:border-box;}
@media only screen and (max-width:1200px) {
	.section03 > div{width:100%;}
}
@media only screen and (max-width:980px) {
	.section03 > div{padding:70px 25px;}
}
@media only screen and (max-width:767px) {
	.section03 > div{padding:50px 15px;}
}

/* 컴바인 노블쉐이프 */
.section04{text-align:center}
.section04 > div{padding:120px 50px; margin:0 auto; width:1200px; box-sizing:border-box;}
@media only screen and (max-width:1200px) {
	.section04 > div{width:100%;}
}
@media only screen and (max-width:980px) {
	.section04 > div{padding:70px 25px;}
}
@media only screen and (max-width:767px) {
	.section04 > div{padding:50px 15px;}
}

@media only screen and (max-width:620px) {
	.section04 .cont01 img{width:60%;}
}

/* 커뮤니티 */
.section05{background:#f7f7f7}
.section05 > div{padding:120px 50px; margin:0 auto; width:1200px; box-sizing:border-box;}

.section05 h3 {padding-top: 50px;}


@media only screen and (max-width:1200px) {
	.section05 > div{width:100%;}
}
@media only screen and (max-width:980px) {
	.section05 > div{padding:70px 25px;}
}
@media only screen and (max-width:767px) {
	.section05 > div{padding:50px 15px;}
}


/* 동영상 */
.section06 > div{padding:120px 50px; margin:0 auto; width:1200px; box-sizing:border-box;}
.section06 a {margin: 0 auto; text-align: center; display: block;}
.section06 p {text-align: center; font-size: 20px; font-weight: 500;}

@media only screen and (max-width:1200px) {
	.section06 > div{width:100%;}
}
@media only screen and (max-width:980px) {
	.section06 > div{padding:70px 25px;}
}
@media only screen and (max-width:767px) {
	.section06 > div{padding:50px 15px;}
}




/* Modal */

.view-wrap{margin-top:134px !important;}
.view-wrap .modal-content{padding-bottom:15px; border-radius:0;}
.view-wrap .modal-header{z-index:1; position:relative; width:100%; width:100%; background-color:#fff;}
.view-wrap .modal-body{padding-top:15px; overflow-y:scroll; max-height:450px;}
.close{opacity:1;}
.view-wrap .modal-header .close{margin-top:0;}

#popupView .view-header{background-color:#fff !important;}
#popupView .view-body{min-height:200px;}

@media only screen and (max-width: 980px){
    .view-wrap{margin-top:80px !important;}
}

@media only screen and (max-width: 767px){
	.view-wrap{margin-top:76px !important;}
    .view-wrap .modal-body{max-height:300px;}
}

@media only screen and (min-width: 320px){
	body{min-width:320px; overflow-x:hidden;}
}

.hidden{margin:0; padding:0; font-size:0; line-height:0; text-indent:-9999em; overflow:hidden;}
#divWMSSLLoading {display:none;}


		