@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px;outline-color:#f37736;}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

#wrapper {position:relative; overflow:hidden;}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100; transition:.3s;}
#header .contain {max-width:1780px; position:relative; display:flex; align-items:center; justify-content:space-between; height:var(--header-height); }

.sitelogo a {display:block; background:url("../images/common/logo-w.png") no-repeat 0 center / contain; width:261px; height:34px; font-size:0; line-height:0;}

#gnb>ul {display:flex;} 
#gnb>ul>li {position:relative; padding:0 75px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; justify-content:center;  height:var(--header-height); color:#fff; font-size:var(--font-size-19);font-weight:700; letter-spacing:-.01em; line-height:1.3em; text-align:center;}
#gnb>ul>li>a:after {content:""; position:absolute; bottom:-3px; left:50%; margin-left:-3px;border-radius:100%; width:6px; height:6px; opacity:0; background:#f62525; transition:.2s; z-index:10;}
#gnb>ul>li.active>a:after {opacity:1;}
#gnb>ul>li:first-child .submenu {left:-45px; transform:none;}
#gnb>ul>li:last-child .submenu {left:auto; right:62px; transform:none;}
#gnb .submenu {display:none; position:absolute; z-index: 1;left:50%; text-align:center; transform:translateX(-50%);}
#gnb .submenu>ul {display:flex;}
#gnb .submenu>ul>li>a {display:block; padding:20px 25px; color:#fff; font-size:18px; line-height:1.33em; white-space:nowrap;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline; color:#003876;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; border-top:1px solid #ddd;}

#header .right {display:flex;}

.language {display:flex; align-items:center; margin-left:20px;}
.language li {display:flex; align-items:center;}
.language li:before {margin:0 15px;content:''; width:1px; height:10px; background:rgba(255,255,255,0.3);}
.language li:first-child:before {display:none;}
.language li a {font-weight:700; letter-spacing:-.01em; line-height:1.4em; color:#fff;}
.language li.on a {color:var(--color-secondary) !important; text-decoration:underline;}

.fp-viewing-1 #header {background:#fff; border-bottom:1px solid #ddd;}
.fp-viewing-1 #header .sitelogo a {background-image:url('../images/common/logo.png');}
.fp-viewing-1 #gnb>ul>li>a {color:#242424;}
.fp-viewing-1 .language li a {color:#242424;}
.fp-viewing-1 .btn-m-menu span,
.fp-viewing-1 .btn-m-menu span:before,
.fp-viewing-1 .btn-m-menu span:after {background:#242424;}
.fp-viewing-1 .submenu-bg {background:#fff; border-bottom:1px solid #ddd;}
.fp-viewing-1 #gnb .submenu>ul>li>a {color:#454545;}

.fp-viewing-4 #header {background:#fff; border-bottom:1px solid #ddd;}
.fp-viewing-4 #header .sitelogo a {background-image:url('../images/common/logo.png');}
.fp-viewing-4 #gnb>ul>li>a {color:#242424;}
.fp-viewing-4 .language li a {color:#242424;}
.fp-viewing-4 .btn-m-menu span,
.fp-viewing-4 .btn-m-menu span:before,
.fp-viewing-4 .btn-m-menu span:after {background:#242424;}
.fp-viewing-4 .submenu-bg {background:#fff; border-bottom:1px solid #ddd;}
.fp-viewing-4 #gnb .submenu>ul>li>a {color:#454545;}

#sub #header.white-bg {background:#fff; border-bottom:1px solid #ddd;}
#sub #header.white-bg .sitelogo a {background-image:url('../images/common/logo.png');}
#sub #header.white-bg #gnb>ul>li>a {color:#242424;}
#sub #header.white-bg .language li a {color:#242424;}
#sub #header.white-bg .btn-m-menu span,
#sub #header.white-bg .btn-m-menu span:before,
#sub #header.white-bg .btn-m-menu span:after {background:#242424;}
#sub #header.white-bg .submenu-bg {background:#fff; border-bottom:1px solid #ddd;}
#sub #header.white-bg #gnb .submenu>ul>li>a {color:#454545;}

/* #sub #header {background-repeat:no-repeat; background-position:center 0; background-size:100% 490px;}
.subPage1 #header {background-image:url('../images/common/sv1.jpg');}
.subPage2 #header {background-image:url('../images/common/sv2.jpg');}
.subPage3 #header {background-image:url('../images/common/sv3.jpg');}
.subPage4 #header {background-image:url('../images/common/sv4.jpg');} */

/* for mobile */
.btn-m-menu {margin-left:30px; display:none; position:relative; width:26px; height:26px;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#fff;}
.btn-m-menu span:before {top:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .home img {height:28px;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:var(--color-primary);}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:16px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--color-primary);}
.mobile-navigation .close {position:absolute; top:25px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* main */
#main #container .contain {max-width:1460px;}

.main-visual {position:relative; overflow:hidden; color:#fff;}
.main-visual .contain {max-width:1780px !important;}
.main-visual .item {height:100vh;}
.main-visual .img {transition:5s; position:absolute; top:0; right:0; width:100%; height:100%;}
.main-visual .img img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.main-visual .caption {margin-top:-150px;padding:0 80px; position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%); z-index:2; text-align:center;}
.main-visual .caption h2 {opacity:0;margin-bottom:26px;font-size:var(--font-size-55); font-weight:800; letter-spacing:-.01em; line-height:1.24em;}
.main-visual .caption p {opacity:0;font-size:var(--font-size-23); font-weight:700; letter-spacing:-.01em; line-height:1.4em;}
.main-visual .caption p strong {font-weight:800;}
.main-visual .controls {position:absolute; left:0; bottom:50px; width:100%; z-index:10;}
.main-visual .controls .contain {display:flex; align-items:center;}
.main-visual .circle {margin-right:30px;position:relative; width:74px; height:74px;}
.main-visual .circle .btns button {position:absolute; left:0; top:0; width:100%; height:100%; border:0; background-color:transparent; background-repeat:no-repeat; background-position:center center;}
.main-visual .circle .btns button.play {display:none; background-image:url("../images/main/play.png");}
.main-visual .circle .btns button.pause {background-image:url("../images/main/pause.png");}
.main-visual .circle svg {position:absolute; left:0; top:0; width:100%; height:100%;}
.main-visual .circle svg circle {/* 원이70px일때 움직이는 선의 두께가 두꺼워져서 좌표를 다르게씀 */cx:37; cy:36; r:35; fill:none; /*면 제거*/ stroke-linecap:round; /*선 끝 모양 둥글기*/}
.main-visual .circle svg circle:nth-child(1){stroke-width:1;/*테두리 두께*/ stroke-dasharray:0; stroke:rgba(255,255,255,0.3); /* 제자리 원 색상*/}
.main-visual .circle svg circle:nth-child(2){stroke-width:3;/*테두리 두께*/ stroke:#6fadd6; /*움직이는 원 색상*/ stroke-dasharray:220; /* 원둘레 */stroke-dashoffset:220; /* 원둘레 */}
.main-visual .circle.active svg circle:nth-child(2) {animation:ani 7s linear;}
.main-visual .slick-dots li {margin-right:20px;display:inline-block;}
.main-visual .slick-dots li button {font-family:var(--font-pretendard);color: #fff; font-weight:700; line-height:1.3em; color:#fff; letter-spacing:.05em; background-color:transparent; border:0;}
.main-visual .slick-dots li.slick-active button {border-bottom:1px solid #fff;}
 @keyframes ani {
		0% {
			stroke-dashoffset:220; /* 원둘레 */
		}
		100% {
			stroke-dashoffset:0;
		}
	}
.main-visual .active .caption h2 {animation:fadeUp 1.2s .3s forwards;}
.main-visual .active .caption p {animation:fadeUp 1.2s .8s forwards;}
@keyframes fadeUp{
	0% {opacity:0; transform:translateY(30px);}
	100% {opacity:1; transform:translateY(0);}
}

.m-head {text-align:center; margin-bottom:65px;}
.m-tit {margin-bottom:15px; font-size:var(--font-size-40); font-weight:800; letter-spacing:-.035em; line-height:1.4em; color:#fff; text-align:center;}
.m-txt {font-size:var(--font-size-17); font-weight:400; letter-spacing:-.035em;}

.more {transition:.3s; padding:0 23px;letter-spacing:-.03em; line-height:1.4em; color:#505050;height:50px;display:inline-flex; align-items:center; justify-content:space-between; min-width:160px; border:1px solid #ddd; border-radius:24px;}
.more:after {content:''; width:6px; height:11px; background:url('../images/main/more.png') no-repeat 50% 50% /contain;}
.more:hover {color:#fff; background:#003876;}
.more:hover:after {background-image:url('../images/main/more-w.png');}

.main-about .inner {display:flex; align-items:center;}
.main-about .about-l {display:flex; justify-content:flex-end; width:44.73%;}
.main-about .cnt {margin-right:84px;}
.main-about .cnt h2 {margin-bottom:14px;font-size:var(--font-size-35); font-weight:800; letter-spacing:-.035em; line-height:1.29em; color:#242424;}
.main-about .cnt h2 strong {font-weight:900;font-size:var(--font-size-40);vertical-align:middle;}
.main-about .cnt .m-txt {margin-bottom:15px;}
.main-about .cnt .m-txt:nth-child(3) {margin-bottom:50px;}
.main-about figure {position:relative; height:100vh;flex:1 1 auto; min-width:0; width:1%;}
.main-about figure>img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.main-about figcaption {position: absolute; right:40px; bottom:47px;}

.main-business {background:url('../images/main/biz-bg.jpg') no-repeat 50% 50% /cover;}
.main-business .m-txt {color:#fff;}
.main-business .links {display:flex; justify-content:space-between;}
.main-business .links a {display:flex; flex-direction:column; align-items:center; justify-content:center; height:400px; background-size:cover; background-repeat:no-repeat; background-position:50% 50%; width:calc(50% - 15px); text-align:center;}
.main-business .links a.bg1 {background-image:url('../images/main/biz-bg1.jpg');}
.main-business .links a.bg2 {background-image:url('../images/main/biz-bg2.jpg');}
.main-business .links .tit {margin-bottom:25px;font-size:var(--font-size-30); font-weight:700; letter-spacing:-.035em; line-height:1.4em;color:#fff;}
.main-business .more {color:#fff;}
.main-business .more:after {background-image: url('../images/main/more-w.png');}
.main-business .links a:hover .more {background:#003876; border-color:#003876;}

.main-notice {background:url('../images/main/notice-bg.jpg') no-repeat 50% 50% /cover;}
.main-notice .m-txt {color:#fff;}
.main-notice .slider {margin-bottom:40px;}
.main-notice .slider .slick-list {margin:0 -15px;}
.main-notice .slider .slick-slide {padding:0 15px;}
.main-notice .slider a {position:relative;padding:50px 40px; display:block; background:#fff;}
.main-notice .slider a:after {content:''; opacity:0; transition:.2s; position:absolute; left:0; top:0; right:0; bottom:0; border:3px solid #003876;}
.main-notice .slider .date {margin-bottom:11px;font-size:var(--font-size-14); font-weight:400; letter-spacing:-.03em; line-height:1.4em; color:#242424;}
.main-notice .slider .tit {max-height:2.86em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;  margin-bottom:14px;font-size:var(--font-size-28); font-weight:700; letter-spacing:-.03em; line-height:1.43em; color:#003876;}
.main-notice .slider .txt {margin-bottom:55px;max-height:5.25em; min-height:5.25em;overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; color:#242424;}
.main-notice .more2 {font-size:var(--font-size-15); font-weight:300; letter-spacing:-.04em; line-height:1.4em;color:#505050;}
.main-notice .slider a:hover:after {opacity:1;}
.main-notice .slider a:hover .more2 {color:#003876; text-decoration:underline;}
.main-notice .slick-arrow {position:absolute; top:50%; transform:translateY(-50%); transition:.3s; width:51px; height:51px; font-size:0; line-height:0;background-color:transparent; background-repeat:no-repeat; background-position:50% 50%; background-size:contain; border:0;}
.main-notice .slick-prev {left:-140px;background-image:url('../images/main/notice-prev.png');}
.main-notice .slick-prev:hover {background-image:url('../images/main/notice-prev-on.png');}
.main-notice .slick-next {right:-140px;background-image:url('../images/main/notice-next.png');}
.main-notice .slick-next:hover {background-image:url('../images/main/notice-next-on.png');}

/* sub */
.sub-visual {position:relative; height:490px; text-align:center; color:#fff; overflow:hidden; background:#333;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:1; background-repeat:no-repeat; background-position:50% 0; background-size:100% 490px;}
.sub-visual .inner {position:absolute; top:50%; left:0; width:100%; padding:0 20px; transform:translateY(-50%);}
.sub-visual .inner .t1 {margin-bottom:15px;font-size:var(--font-size-55); font-weight:800; letter-spacing:-.01em; line-height:1.3em;}
.sub-visual .inner .t2 {font-size:var(--font-size-18); font-weight:400; letter-spacing:.4em; line-height:1.3em;}
.sub-visual .bg1 {background-image:url("../images/common/sv1.jpg");}
.sub-visual .bg2 {background-image:url("../images/common/sv2.jpg");}
.sub-visual .bg3 {background-image:url("../images/common/sv3.jpg");}
.sub-visual .bg4 {background-image:url("../images/common/sv4.jpg");}

.lnb {position:absolute; left:0; bottom:40px; width:100%; z-index:1;}
.lnb ul {display:flex; justify-content:center; margin:0 -5px;}
.lnb ul li {width:auto; padding:0 5px;}
.lnb ul li a {background:#fff;font-size:var(--font-size-18); font-weight:700; letter-spacing:-.02em; line-height:1.33em; color:#242424;display:inline-flex; align-items:center; justify-content:center; text-align:center; min-width:200px; padding:0 15px; height:60px;}
.lnb ul li.active a {background:var(--color-secondary); color:#fff;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}
#contArea.wide .sub-title {padding-left:10px; padding-right:10px;}
.contain {width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

.sub-title {padding:70px 0; text-align:center;}
.sub-title h1 {font-size:var(--font-size-35); font-weight:800; letter-spacing:-.01em; line-height:1.4em; color:#242424;}

.real-cont {min-height:500px; padding-bottom:100px;}

.family {padding:15px; border-top:1px solid #f0f0f0;}
.family .contain {max-width:1460px;}
.family ul {display:flex; margin:0 -15px;}
.family ul li {width:20%; padding:0 15px;}
.family-none .family {display:none;}

/* footer */
#footer {border-top:1px solid #f0f0f0; padding:45px 0; color:#454545; font-family:var(--font-pretendard);font-size:var(--font-size-15); line-height:1.5em; letter-spacing:-.02em;}
#footer .contain {max-width:1460px;display:flex; align-items:center;}
#footer span {display:inline-block;}
#footer a:hover {text-decoration:underline;}
#footer address {font-style:normal;}
#footer address span {margin:0 20px 5px 0;}
.foot-logo {margin-right:30px;}
.copyright {font-size:var(--font-size-14); color:#808080;}

.scroll-top {position:fixed; bottom:30px; right:30px; transition:.2s; opacity:0; width:60px; height:60px; z-index:90; background:url('../images/common/top.png') no-repeat 50% 50%; font-size:0; line-height:0;}
.scroll-top.active {opacity:1;}

#main.fp-viewing-0 .scroll-top {opacity:0;}
#main .scroll-top {opacity:1;}
