@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}
.only-desktop-tablet {display:block;}

#wrapper {position:relative; overflow:hidden; padding-top:138px;}

#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}

.contain {position:relative; width:100%; max-width:1260px; padding-left:30px;padding-right:30px; margin:0 auto;}
.contain:after {content:" "; display:block; clear:both;}

/* header */
#header  {position:fixed; z-index:90; left:0; top:0; width:100%; transition:0.2s all ease; background:#fff;}
#header .contain {max-width:1780px; z-index:10;}
.header-fixed #header {box-shadow:2px 2px 2px rgba(0,0,0,0.2);}

.head-top-menu {background:#f4f4f4;}
.head-top-menu ul {display:flex; justify-content:flex-end; max-width:1780px;  margin:0 auto;}
.head-top-menu ul li {position:relative;}
.head-top-menu ul li:before {content:''; position:absolute; left:0; width:1px; height:10px; top:50%; margin-top:-5px; background:#ccc;}
.head-top-menu ul li:last-child {padding-right:0;}
.head-top-menu ul li:first-child:before {display:none;}
.head-top-menu ul li a {display:block; padding:12px; font-size:14px; font-weight:500; line-height:1em; letter-spacing:-0.02em; color:#454545;}

.sitelogo {position:absolute; left:30px; top:50%; margin-top:-20px;}
.sitelogo a {display:block;}

#gnb>ul {display:flex; justify-content:flex-end; margin:0 -55px;} 
#gnb>ul>li {position:relative; padding:0 35px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:var(--header-height); color:#242424; font-size:20px; font-weight:500; letter-spacing:-.02em; line-height:1.3em;}

#gnb>ul>li.active>a:after {transform:translateY(0); opacity:1;}
#gnb>ul>li:first-child .submenu {left:55px; transform:translateY(0);}
#gnb>ul>li:nth-child(5) .submenu {left:auto; right:0; transform:translateY(0);}
#gnb>ul>li:last-child .submenu {left:auto; right:55px; transform:translateY(0);}

#gnb .submenu {display:none; position:absolute; left:50%; text-align:center; transform:translateX(-50%);}
#gnb .submenu>ul {display:flex; white-space: nowrap;}
#gnb .submenu>ul>li>a {display:block; padding:20px 16px; color:#fff; font-size:16px; line-height:1.33em; letter-spacing:-0.02em; white-space:nowrap;}
#gnb .submenu>ul>li.active>a,
#gnb .submenu>ul>li>a:hover {text-decoration:underline;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; height: 0;  background:var(--color-first); z-index: -1;}


/* for mobile */
.btn-m-menu {display:none; position:absolute; top:50%; margin-top:-12px; right:30px; width:27px; height:24px; text-align:center; text-indent:-9999em; z-index:92; transition: all 0.5s ease-in-out;}
.btn-m-menu span {position:absolute; left:0; top:13px; height:3px; width:27px;background:#242424 ;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:27px; height:3px; background:#242424 ; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-m-menu span:before {top:-10px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-10px; transition-property:bottom, transform;}

.mobile-navigation {position:fixed; top:0; right:0; padding:20px 0; width:300px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#ffffff; z-index:101;}
.mobile-navigation .home {padding-bottom:20px; padding-left:15px;}

.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:14px 15px; display:block; color:#242424; font-size:1.3em; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li.active>a {color:var(--color-first) ;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:15px; transform:translateY(-75%) rotate(45deg); width:10px; height:10px; border-right:2px solid #2c2c2c; border-bottom:2px solid #2c2c2c;}
.mobile-navigation .nav-menu>ul>li.active>a:after{transform: translateY(-35%) rotate(-135deg); border-color: var(--color-first) ;}
.mobile-navigation .nav-menu .submenu {display:none; position:static; transform: translateX(0); margin:-1px 0 0 0; width:100%;  padding:10px 0;background:var(--color-first) ; padding-bottom:10px;}
.mobile-navigation .nav-menu .submenu>ul {display:block; width:100%;}
.mobile-navigation .nav-menu .submenu>ul>li {text-align:left; padding:0;}
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; position:relative; padding:5px 0 5px 25px; color:#fff; font-size:16px; font-weight:400; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu>ul>li>a:after {content:"";position:absolute; top:14px; left:15px; width:4px; height:4px; border-radius:100%; background:#fff; transition:.2s ease-in-out;}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover {color:#fff}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover:after {background:#fff}
.mobile-navigation .close {position:absolute; top:20px; right:18px; width:24px; height:24px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:2px; background:#242424;}
.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:.76; z-index:98;} 

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-visual {position:relative; overflow:hidden;}
.main-visual .img img {width:100%;}
.main-visual .slick-arrow {position:absolute; z-index:1; top:50%; width:70px; height:70px; margin-top:-35px; background-color:transparent; background-repeat:no-repeat; background-position:50% 50%; border:1px solid rgba(255,255,255,0.3); border-radius:100%; text-indent:-999em; overflow:hidden; transition:0.2s all ease;}
.main-visual .slick-arrow:hover {background-color:var(--color-first); border-color:var(--color-first);}
.main-visual .slick-prev {background-image:url("../images/main/mv_prev.png"); left:60px;}
.main-visual .slick-next {background-image:url("../images/main/mv_next.png"); right:60px;}

.mv-ctrl {position:absolute; width:230px; left:50%; bottom:50px; transform:translateX(-50%);}
.mv-ctrl .paging {display:flex; align-items:center; font-size:18px; font-weight:600; line-height:1.2em; letter-spacing:-0.02em; color:#fff;}
.mv-ctrl .pro {width:100%; height:3px; margin:0 20px; background:rgba(255,255,255,0.3);}
.mv-ctrl .pro-bar {display:block; width:25%; height:100%; background:#fff;}

.main-sec {padding:100px 0;}
.main-sec .contain {max-width:1460px;}

.main-notice .wrap {display:flex; margin:0 -30px;}
.main-notice .group {width:50%; padding:0 30px;}
.main-notice .in {position:relative;}
.main-notice .main-tit {font-size:27px; font-weight:700; line-height:1.2em; letter-spacing:-0.02em; color:#242424; margin-bottom:25px;}
.main-notice .more {position:absolute; right:25px; top:0;}
.main-notice .more a {display:block; width:35px; height:35px; background:url("../images/main/plus.png") no-repeat 50% 50% #fff; border:1px solid #ddd; border-radius:100%; text-indent:-999em; overflow:hidden; transition:0.2s all ease;}
.main-notice .more a:hover {transform:rotate(90deg); background-color:#499736; background-image:url("../images/main/plus2.png");}
.main-notice .list {padding:35px 25px 25px 25px; border-top:2px solid #242424; border-bottom:1px solid #ddd;}
.main-notice .list li {margin-bottom:20px; position:relative;}
.main-notice .list li:last-child {margin-bottom:0;}
.main-notice .list li a {display:flex; justify-content:space-between; position:relative; padding-left:15px; font-weight:400; line-height:1.2em; letter-spacing:-0.02em; color:#454545;}
.main-notice .list li a:hover .tit {text-decoration:underline;}
.main-notice .list li .tit {white-space:nowrap;overflow:hidden;text-overflow:ellipsis; padding-right:20px;}
.main-notice .list li .date {font-size:14px; color:#686868; flex:0 0 auto;}
.main-notice .list li:before {content:""; position:absolute; width:5px; height:5px; background:#499736; border-radius:100%; left:0; top:6px;}
.main-notice .right .list li:before {background:#144c8c;}

.main-gallery {background:url("../images/main/gallery_bg.jpg") no-repeat 50% 50%; background-size:cover;}
.main-gallery .main-tit {font-size:27px; font-weight:700; line-height:1.2em; letter-spacing:-0.02em; color:#242424; margin-bottom:35px;}
.main-gallery .wrap {display:flex;}
.main-gallery .right {width:370px; margin-left:32px;}
.main-gallery .left {flex: 1 1 auto; min-width: 0; width: 1%;}
.main-gallery .in {position:relative;}
.main-gallery .gal-ctrl {position:absolute; right:0; top:0; display:flex;}
.main-gallery .slick-arrow {display:block; width:40px; height:40px; background-color:#fff; border:1px solid #ddd; background-repeat:no-repeat; background-position:50% 50%; text-indent:-999em; overflow:hidden; border-radius:100%; transition:0.2s all ease;}
.main-gallery .slick-arrow:hover {background-color:#c8221d; border-color:#c8221d;}
.main-gallery .slick-prev {background-image:url("../images/main/sld_prev.png"); margin-right:7px;}
.main-gallery .slick-next {background-image:url("../images/main/sld_next.png");}
.main-gallery .slick-prev:hover {background-image:url("../images/main/sld_prev2.png");}
.main-gallery .slick-next:hover {background-image:url("../images/main/sld_next2.png");}



.main-gallery .slick-list {margin:0 -14px;}
.main-gallery .slick-slide {margin:0 14px;}
.gallerySlider a {display:block; background:#fff; border-radius:20px; overflow:hidden;}
.gallerySlider .thumb {position:relative; padding-bottom:60%; overflow:hidden;}
.gallerySlider .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; 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;}
.gallerySlider .cnt {padding:26px 30px; min-height:160px; display:flex; flex-direction:column; justify-content:space-between;}
.gallerySlider .tit {font-size:20px; font-weight:600; line-height:1.6em; letter-spacing:-0.02em; color:#242424; margin-bottom:10px;}
.gallerySlider .date {font-size:14px; font-weight:400; line-height:1.2em; letter-spacing:-0.02em; color:#686868;}

.main-gallery .right .in {height:100%; display:flex; flex-direction:column; justify-content:space-between; padding-top:70px;}
.main-gallery .right .box a {display:block; background:url("../images/main/rel_bg1.jpg") no-repeat 50% 50%; background-size:cover; border-radius:20px; padding:38px 40px; position:relative;}
.main-gallery .right .box a:before {content:""; position:absolute; width:72px; height:72px; background:url("../images/main/rel_icon1.png") no-repeat 50% 50%; background-size:contain; right:37px; bottom:30px;}
.main-gallery .right .tit {font-size:24px; font-weight:700; line-height:1.2em; letter-spacing:-0.02em; color:#fff; margin-bottom:25px;}
.main-gallery .right .more span {display:inline-block; font-size:12px; font-weight:500; line-height:1em; letter-spacing:-0.02em; color:#fff; border:1px solid rgba(255,255,255,0.5); padding:7px 30px 7px 18px; border-radius:100vh; position:relative; transition:0.2s all ease;}
.main-gallery .right .more span:before {content:""; position:absolute; width:8px; height:8px; border-right:1px solid #fff; border-bottom:1px solid #fff; right:18px; top:50%; margin-top:-4px; transform:rotate(-45deg); transition:0.2s all ease;}
.main-gallery .right .box a:hover span {background:#fff; border-color:#fff; color:#f4ba1c;}
.main-gallery .right .box a:hover span:before {border-color:#f4ba1c;}

.main-gallery .right .box:last-child a {background-image:url("../images/main/rel_bg2.jpg");}
.main-gallery .right .box:last-child a:before {background-image:url("../images/main/rel_icon2.png");}
.main-gallery .right .box:last-child a:hover span:before {border-color:#499736;}
.main-gallery .right .box:last-child a:hover span {color:#499736;}

.main-partners {padding:50px 0;}
.main-partners .contain {max-width:1460px;}
.main-partners .slick-list {margin:0 -15px;}
.main-partners .slick-slide {margin:0 15px;}
.main-partners .slick-slide img {width:100%;}

.main-partners .slick-arrow {position:absolute; z-index:1; top:50%; width:45px; height:45px; margin-top:-22.5px; background-color:#fff; border:1px solid #ddd; background-repeat:no-repeat; background-position:50% 50%; text-indent:-999em; overflow:hidden; border-radius:100%; transition:0.2s all ease;}
.main-partners .slick-arrow:hover {background-color:#c8221d; border-color:#c8221d;}
.main-partners .slick-prev {background-image:url("../images/main/sld_prev.png"); left:-80px;}
.main-partners .slick-next {background-image:url("../images/main/sld_next.png"); right:-80px;}
.main-partners .slick-prev:hover {background-image:url("../images/main/sld_prev2.png");}
.main-partners .slick-next:hover {background-image:url("../images/main/sld_next2.png");}


/* sub */
.sub-visual {position:relative; width:100%; height:350px; padding-top:60px; display:flex; align-items:center; overflow:hidden; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; }
.sub-visual .content {position:relative; text-align:center; z-index:1; max-width:1260px; padding:0 30px; width:100%; margin:0 auto; color:#fff;}
.sub-visual .content h2 {font-size:40px; font-weight:700; line-height:1em; letter-spacing:-0.02em;}
.sub-visual.ver2 {padding-top:0;}
.sub-visual .background {
	position:absolute; 
	top:0; 
	left:0;
	width:100%; height:100%;	
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	transform:scale(1.09);
    -ms-transform:scale(1.09); /* IE 9 */
    -moz-transform:scale(1.09); /* Firefox */
    -webkit-transform:scale(1.09); /* Safari and Chrome */
    -o-transform:scale(1.09); /* Opera */
	transition: all 2s ease-out 0s;
	transition-delay: 0.1s;
	z-index:0;
 }
.sub-visual.load .background {
	transform:scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
    -o-transform:scale(1); /* Opera */
}


#lnb {border-bottom:1px solid #ddd;}
.lnb {max-width:1200px; margin:0 auto; text-align:center; position:relative;}
.lnb ul {display:flex;}
.lnb ul li {width:auto; flex:1; position:relative; text-align:center; border-right:1px solid #ddd;}
.lnb ul li:first-child {border-left:1px solid #ddd;}
.lnb ul li a {position:relative; display:flex; align-items:center; justify-content:center; height:60px; font-weight:600; color:#454545; font-size:18px; line-height:1.2em; letter-spacing:-.02em; padding:0 10px;}
.lnb ul li.active a {color:#fff;}
.lnb ul li.active {background:var(--color-first); border-color:var(--color-first);}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title {position:relative; padding:80px 0; text-align:center;}
.sub-title h2 {color:#242424; font-size:30px; font-weight:700; line-height:1.2em; letter-spacing:-.02em; position:relative;}
.sub-title h1 {color:#242424; font-size:30px; font-weight:700; line-height:1.2em; letter-spacing:-.02em; position:relative;}
.sub-title.blind {margin:0; padding:0;}

.real-cont {padding-bottom:150px;}
.real-cont.none {padding-bottom:0;}

/* footer */

#footer {position:relative; color:#939393; background:#2d2d2d; font-size:14px; font-weight:400; letter-spacing:-0.02em; line-height:1.2em; padding-bottom:55px;}
#footer .contain {max-width:1460px; position:static;}

.f-cnt {flex: 1 1 auto; min-width: 0; width: 1%;}
.f-menu ul {display:flex;}
.f-menu ul li {margin-right:42px; position:relative; padding-left:26px;}
.f-menu ul li:last-child {margin-right:0;}
.f-menu ul li:before {content:""; position:absolute; width:15px; height:15px; background:url("../images/common/f_pop.png") no-repeat 50% 50%; left:0; top:2px;}

#footer .top-cont {padding:22px 0; border-bottom:1px solid #555;}
#footer .top-cont ul {display:flex; margin:0 -25px;}
#footer .top-cont ul li {font-size:16px; line-height:1.2em; padding:0 25px; position:relative;}
#footer .top-cont ul li:before {content:""; position:absolute; width:1px; height:10px; top:50%; margin-top:-5px; background:#626262; right:0;}
#footer .top-cont ul li:last-child:before {display:none;}

#footer .bottom-cont {border-bottom:1px solid #555; padding:40px 0;}
#footer .bottom-cont .contain {display:flex; flex-direction:row-reverse}

#footer address {font-style:normal; }
#footer address strong {display:block; font-size:18px; font-weight:700; line-height:1.2em; margin-bottom:8px;}
#footer address span {display:inline-block; margin-right:30px;}

#footer .copyright {position:absolute; bottom:0; margin-right:0; height:55px; line-height:55px; text-align:center; width:100%; left:0;}