@charset "utf-8";

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
mobile : 767px ~
         480px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/

@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), url('/data/css/Pretendard-Black.woff2') format('woff2'), url('/data/css/Pretendard-Black.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url('/data/css/Pretendard-ExtraBold.woff2') format('woff2'), url('/data/css/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url('/data/css/Pretendard-Bold.woff2') format('woff2'), url('/data/css/Pretendard-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url('/data/css/Pretendard-SemiBold.woff2') format('woff2'), url('/data/css/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url('/data/css/Pretendard-Medium.woff2') format('woff2'), url('/data/css/Pretendard-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url('/data/css/Pretendard-Regular.woff2') format('woff2'), url('/data/css/Pretendard-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url('/data/css/Pretendard-Light.woff2') format('woff2'), url('/data/css/Pretendard-Light.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), url('/data/css/Pretendard-ExtraLight.woff2') format('woff2'), url('/data/css/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), url('/data/css/Pretendard-Thin.woff2') format('woff2'), url('/data/css/Pretendard-Thin.woff') format('woff');
}


/* 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: 'Pretendard', sans-serif;}
dl,ul,ol,menu,li {list-style:none; color:#444;}
body{font-family: 'Pretendard', sans-serif; font-size:15px; font-weight:400; color:#444; letter-spacing:0px;}
*, *: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: 'Pretendard', sans-serif; color:inherit; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out; color:#444;}
a:hover, a:active{text-decoration:none; color:#ffc103;}
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:#0a1b2a;}
.back-to-top i{color: #fff; font-size: 15px; display: block; line-height: 33px;}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{position:relative; min-width:1200px;}

#header{z-index:999; position:fixed; top:0; left:0; width:100%; box-sizing:border-box; box-shadow: 0 0 15px rgba(0,0,0,0.1);}

#L_SITE_LOGO h1{z-index:999; position:absolute; margin:0; line-height:0; font-size:0;}
#L_SITE_LOGO a{line-height:80px;}
#L_SITE_LOGO img{vertical-align:middle;}

@media only screen and (min-width: 980px){
	#L_SITE_LOGO{z-index:888; position:absolute; top:0; left:50%; width:1200px; -webkit-transform:translateX(-50%);- ms-transform:translateX(-50%); transform:translateX(-50%);}
}
@media only screen and (max-width: 1590px) {
	#header{height:auto;}
	#L_SITE_LOGO{left:25px; width:100%; -webkit-transform:none;- ms-transform:none; transform:none;}
}
@media only screen and (max-width: 1200px){
	#wrapper{min-width:320px;}
}
@media only screen and (max-width: 980px){
	#header {box-shadow: 0 0 5px rgba(0,0,0,0.1);}
	#L_SITE_LOGO{padding: 0 25px;}
	#L_SITE_LOGO a{display:block; line-height:65px;}
	#L_SITE_LOGO img{height:50px;}
}
@media only screen and (max-width: 767px){
	#L_SITE_LOGO{padding: 0 20px;}
	#L_SITE_LOGO a{line-height:50px;}
	#L_SITE_LOGO img{height:45px;}
}

/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.navigation .menu-item > a{display:inline-block; font-family: 'Pretendard', sans-serif; font-weight:600; font-size:18px; color:#222;}
.navigation .menu-item.on > a{color:#28aac2;}
.navigation .menu-item > a:hover, .navigation .menu-item > a:active, .navigation .menu-item > a:focus{text-decoration:none; color:#28aac2;}
.navigation {margin-left:300px; width:calc(100% - 300px);}

@media only screen and (min-width: 980px){
	#menuArea{z-index:777; position:fixed; top:0; left:0; width:100%; height:80px; background:#ffffff;}
	#menuArea.small{position:static;  background:#ffffff;}
	#gnb{display:block !important; width:1200px; margin:0 auto;}

	#menuArea.small .navigation{margin-left:300px; width:calc(100% - 300px);}
	.navigation:after{content:""; display:block; clear:both;}
	.navigation .menu-item{float:left; width:18%; height:80px; line-height:80px; text-align:center;}
	.navigation li:first-child {width:27%;}
}
@media only screen and (max-width: 1200px){
	#gnb{width:100%;}
	.navigation .menu-item > a {font-size: 16px;}
}
@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{position:relative; width:100%; height:65px; background:#fff;}
	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:#28aac2;}
	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 { width: 100%;  margin-left: 0;}
	.navigation .menu-item{float:none; margin:0;}
	.navigation .menu-item > a{padding:0 25px; text-align:center; width:100%; line-height:45px; font-size:17px; 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:#0a1b2a;}
}

@media only screen and (max-width: 767px){
	#menuArea{position:relative; width:100%; height:50px;}
	#gnb {top:50px;}
	#btnMenuOpen{right:20px;}
	nav [data-type='menu-btn']{right:20px;}
	.navigation .menu-item > a{padding:0 20px;}
}


/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.btn{ftext-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:#ffc103; border-color:#ffc103; color:#fff;}
.btn-custom:hover, .btn-custom:focus{background-color:#ffc103; border-color:#ffc103; 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:#ffc103;}



/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.footer{background:#f2f2f2;}
.footer p {font-size:13px; color:#adadad;}

.footer-menu{padding:20px 25px; text-align:center;  background:#333333;}
.footer-menu li{display:inline-block; margin-left:7px; padding-left:7px; line-height:14px; border-left:1px solid #999;}
.footer-menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
.footer-menu li a{line-height:14px; font-size:16px; color:#ffffff;}

.footer-info{margin:0 auto; padding:50px 25px; width:1200px; box-sizing:border-box; text-align:center;}
.footer-info span{color:#999;}
.footer-info p, .footer-info a{font-size:15px; color:#5a5a5a;  line-height: 1.5;}
.footer-info p:last-child{margin-top:10px;}

@media only screen and (max-width:1200px) {
	.footer-info{width:100%;}
}
@media only screen and (max-width:980px) {
	.footer-menu li{line-height:10px;}
	.footer-menu li a{line-height:10px; font-size:15px;}

	.footer-info p, .footer-info a{font-size:15px;}
}
@media only screen and (max-width:767px) {
	.footer-menu{padding:10px 20px;}
	.footer-menu li{line-height:8px;}
	.footer-menu li a{line-height:8px; font-size:13px;}

	.footer-info{padding:20px 20px;}
	.footer-info p, .footer-info a{font-size:13px;}
}


/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 공통 */
#mainContents{z-index:88;}

.cont-area {margin: auto; max-width: 1200px;  }
.cont-area .tit {margin:0 0 80px;}
.cont-area .tit h3 {font-size: 80px;  color: #000000; line-height:1.2;  font-weight:800; word-break: keep-all;}
.cont-area .tit h3 small {font-size:30px; color: #000000; display:block; margin:10px 0 0; font-weight:500;}
.cont-area .frame {padding:0 0 0 20px;}
.cont-area .frame + .frame {margin:70px 0 0;}
.cont-area h4 {font-size:21px; color:#1c4f6f; font-weight:600; word-break: keep-all; position:relative; margin:0 0 30px;}
.cont-area h4:before {content:''; position:absolute; left:-20px; top:6px; width:12px; height:12px; border-radius:50%; border:3px solid #1c4f6f;}
.cont-area h4 small {display:block; font-size:0.9em; color:#1c4f6f; margin:6px 0 0;} 
.cont-area h5 {font-size:18px; color:#1c4f6f; font-weight:500; word-break: keep-all; position:relative; margin:0 0 30px; padding:0 0 0 18px;}
.cont-area h5:before {content:''; position:absolute; left:0px; top:0px; width:5px; height:100%; border-left:3px solid #1c4f6f;}
.cont-area h5 small {display:block; font-size:0.9em; color:#1c4f6f; margin:6px 0 0;} 
.cont-area p, .cont-area li {font-size:16px; line-height:160%; word-break: keep-all; font-weight:400;}
.cont-area p + p, .cont-area p + ul, .cont-area ul + p, .cont-area ul + ul {margin:30px 0 0;}
.cont-area p + h5 {margin:40px 0 0;}
.cont-area .t10 {margin-top:13px;}
.cont-area ul.list {width:100%;}
.cont-area ul.list li {position:relative; padding:0 0 0 14px; width:100%;}
.cont-area ul.list li:before {content:'•'; position:absolute; left:0; top:0px;}

@media only screen and (max-width:1240px) {
	.cont-area {padding:0 20px;}
	.cont-area .tit {margin:0 0 60px;}
	.cont-area .tit h3 {font-size: 60px;}
	.cont-area .tit h3 small {font-size:26px;}
	.cont-area .frame + .frame {margin:60px 0 0;}
}

@media only screen and (max-width:768px) {
	.cont-area {padding:0 15px;}
	.cont-area .tit {margin:0 0 50px;}
	.cont-area .tit h3 {font-size: 40px;}
	.cont-area .tit h3 small {font-size:20px;}
	.cont-area .frame + .frame {margin:50px 0 0;}
	.cont-area h4 {font-size:18px; margin:0 0 24px;}
	.cont-area h4:before {left:-20px; top:4px;}
	.cont-area h5 {font-size:16px; margin:0 0 24px;}
	.cont-area p, .cont-area li {font-size:15px;}
	.cont-area p + p, .cont-area p + ul, .cont-area ul + p, .cont-area ul + ul {margin:24px 0 0;}
	.cont-area p + h5 {margin:30px 0 0;}
}

@media only screen and (max-width:480px) {
	.cont-area .tit h3 {font-size: 34px;}
}

/* 01 */
.section02 {padding:150px 0; margin:auto; }
.section02 .imgframe {display:flex; justify-content: space-between; align-items: center; flex-wrap: wrap; flex-direction:row-reverse;}
.section02 .imgframe h4 {width:100%;}
.section02 .imgframe .desc {width:50%; padding:0 20px 0 0;}
.section02 .imgframe .img {width:50%;}

@media only screen and (max-width:1600px) {
	.section02 {padding:120px 0;}
}

@media only screen and (max-width:1200px) {
	.section02 {padding:100px 0;}
}

@media only screen and (max-width:768px) {
	.section02 {padding:70px 0;}
	.section02 .imgframe .desc {width:100%; padding:20px 0 0;}
	.section02 .imgframe .img {width:100%;}
	.section02 .imgframe .img img {width:100%;}	
}


/* 02 */
.section03 {padding:150px 0; margin:auto; background:#f7f7f7 url('/images/kor01r-25-0467/section2_bg.jpg') no-repeat center top/contain;}
.section03 .tit {text-align:right;}
.section03 h5 + p {margin:20px 0 0;}
.section03 .box {margin:50px 0; width:100%; background:#fff; text-align:center; padding:30px;}
.section03 .box h6 {color:#222; font-size:18px; font-weight:500; margin:0 0 20px;}
.section03 .box h6 small {display:block; margin:6px 0 0; font-size:17px; color:#222;}
.section03 .box {}

@media only screen and (max-width:1600px) {
	.section03 {padding:120px 0;}
}

@media only screen and (max-width:1200px) {
	.section03 {padding:100px 0;}
}

@media only screen and (max-width:768px) {
	.section03 {padding:70px 0;}
	.section03 .box {margin:40px 0; padding:20px;}
}


/* 03 */
.section04 {padding:150px 0 200px; margin:auto; background:url('/images/kor01r-25-0467/section3_bg.jpg') no-repeat right bottom;}
.section04 .tit {text-align:center;}
.section04 .t-center {text-align:center;}

@media only screen and (max-width:1600px) {
	.section04 {padding:120px 0; background-size:50%;}
}

@media only screen and (max-width:1200px) {
	.section04 {padding:100px 0;}
}
@media only screen and (max-width:980px) {
	.section04 {padding:100px 0 40%; background-size:60%; background-position:center bottom;}
}
@media only screen and (max-width:768px) {
	.section04 {padding:70px 0 50%; background-size:70%;}
	.section04 .t-center {text-align:left;}
}


/* 05 */
.section07 {padding:150px 0; margin:auto; background:url('/images/kor01r-25-0467/section4_bg.jpg') no-repeat center top/cover; }

@media only screen and (max-width:1600px) {
	.section07 {padding:120px 0; background-position:left top; }
}

@media only screen and (max-width:1200px) {
	.section07 {padding:200px 0 100px; background:#cbcbcb url('/images/kor01r-25-0467/section4_bg_m.jpg') no-repeat left top/cover;}
}

@media only screen and (max-width:768px) {
	.section07 {padding:150px 0 70px; background-size:contain;}

}


/* 06 */
.section06 {padding:150px 0; margin:auto;}
.section06 .map-area{width:100%; margin:30px auto 0;}
.section06 .map-area + .info-area {margin:80px 0 0;}
.section06 .info-area {width:100%;}
.section06 .info-area h5 {font-size:24px; color:#222; font-weight:600; margin-bottom:25px; padding:0;}
.section06 .info-area h5:before {display:none;}
.section06 .info-area ul {display:flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.section06 .info-area ul li {width:65%;}
.section06 .info-area ul li + li {width:35%;}
.section06 .info-area ul li strong {display:block; margin:0 0 5px; color:#1c4f6f; font-weight:500; font-size:17px;}


@media only screen and (max-width:1600px) {
	.section06 {padding:120px 0;}
}

@media only screen and (max-width:1200px) {
	.section06 {padding:100px 0;}
    .section06 .info-area ul li {width:100%;}
    .section06 .info-area ul li + li {width:100%;}
}

@media only screen and (max-width:768px) {
	.section06 {padding:70px 0;}
	.section06 .map-area + .info-area {margin:70px 0 0;}
	.section06 .info-area h5 {font-size:20px; margin-bottom:20px;}
	.section06 .info-area ul li {width:100%;}
	.section06 .info-area ul li + li {margin:20px 0 0;}
	.section06 .info-area ul li strong {font-size:16px;}
}



/* 퀵메뉴 */
.quick-area {position: fixed;  bottom: 150px;  right: 70px; z-index: 10000;}
.quick-area .tel a {width: 70px;  display: block;  height: 70px;  background: #1373bd url('/images/kor01r-25-0467/quick_ico_1.png') no-repeat center center;  border-radius: 50px; margin-bottom:15px;}
.quick-area .ktalk a {width: 70px;  display: block;  height: 70px;  background: #fae100 url('/images/kor01r-25-0467/quick_ico_2.png') no-repeat center center; border-radius: 50px;}

@media only screen and (max-width:1200px) {
.quick-area {bottom:100px; right:20px; }
}

@media only screen and (max-width:768px) {
.quick-area {bottom:50px; right:15px;}
.quick-area .tel a {width:50px;  height:50px; background-size:60%;}
}



/* Main Visual  - section01 (메인 비주얼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual .carousel-inner > .item{height:100vh; min-height:850px;}
.main-visual .carousel-inner > .item.main-img01{background:url('/images/kor01r-25-0467/main_visual1.jpg') no-repeat center center/cover;}
.main-visual .carousel-inner > .item.main-img02{background:url('/images/kor01r-25-0467/main_visual2.jpg') no-repeat center center/cover;}
.main-visual .carousel-inner > .item.main-img03{background:url('/images/kor01r-25-0467/main_visual3.jpg') no-repeat center center/cover;}

.main-visual .carousel-caption{top:38%; left:5%; right:5%; bottom:auto; -webkit-transform:translateY(-50%);- ms-transform:translateY(-50%); transform:translateY(-50%); text-shadow:none; text-align: left;  width: 1200px;  margin: 0 auto; } 
.main-visual .carousel-caption .main-slogan {margin-bottom:60px;}
.main-visual .carousel-caption .main-slogan h3 {font-size:80px; font-weight:700; line-height:110%; padding:30px 0 20px;  word-break: keep-all;}
.main-visual .carousel-caption .main-slogan p {font-size:40px; font-weight:600; word-break: keep-all; line-height:130%;}

.main-visual .carousel-indicators{text-align: left; bottom:40%; width: 1200px;  margin: 0 auto;  transform: translate(-50%, 0%);}
.main-visual .carousel-indicators li{margin: 0 2px;  width: 20px;  height: 20px;  background: #fff;  border-radius: 50px;}
.main-visual .carousel-indicators li.active{margin:0 2px; width: 20px;  height: 20px;  background:#28aac2; border-radius: 50px; border:none;}

@media only screen and (max-width:1600px) {
	.main-visual .carousel-inner > .item {height:90vh; min-height:750px;}
	
@media only screen and (max-width:1200px) {
	.main-visual .carousel-inner > .item {min-height:650px;}
	.main-visual .carousel-indicators {width:94%;}
	.main-visual .carousel-caption {left:0; right:0; width:94%;}
	.main-visual .carousel-caption .main-slogan h3 {font-size:70px;}
	.main-visual .carousel-caption .main-slogan p {font-size:32px;}
}

@media screen and (max-width:980px){
	.main-visual {padding-top:65px;}
	.main-visual .carousel-inner > .item{height:700px; min-height:auto;}
	.main-visual .carousel-caption {top:32%;}
	.main-visual .carousel-caption .main-slogan h3 {font-size:56px;}
}

@media screen and (max-width:767px){
	.main-visual{padding-top:50px;}
	.main-visual .carousel-inner > .item{height:600px;}
	.main-visual .carousel-inner > .item.main-img02 {background-position:20% center;}

	.main-visual .carousel-caption .main-slogan h3 {font-size:45px;}
	.main-visual .carousel-caption .main-slogan p {font-size:24px;}
	
	.main-visual .carousel-indicators {bottom:10%; width: 94%;}
}
@media screen and (max-width:480px){
	.main-visual .carousel-caption .main-slogan h3 {font-size:35px;}
	.main-visual .carousel-caption .main-slogan p {font-size:20px;}
}

.unLine {text-decoration:underline;}


		