@charset "utf-8";

/*===============공통요소===============*/

/* 레이아웃 크기 지정 */
.wrap1200 {width:95%; max-width: 1200px; height: auto; margin: 0 auto;}
.wrap1300 {width:95%; max-width: 1300px; height: auto; margin: 0 auto;}
.wrap1400 {width:95%; max-width: 1400px; height: auto; margin: 0 auto;}
.wrap1540 {width:95%; max-width: 1540px; height: auto; margin: 0 auto;}

.default-wrap {width: 95%; max-width: 1540px; height: auto; margin: 0 auto;}

/* 폰트 import */
@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
     font-family: 'S-CoreDream-3Light';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-4Regular';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-5Medium';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-6Bold';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-8Heavy';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

/* 폰트 지정 */
.Rubik {font-family: "Rubik", "Noto Sans KR", dotum, sans-serif!important;}
.NanumSquare {font-family: "NanumSquare", "Noto Sans KR", dotum, sans-serif!important;}
.NanumSqaure {font-family: "NanumSquare", "Noto Sans KR", dotum, sans-serif!important;}
.NotoSansKR {font-family: "Noto Sans KR", dotum, sans-serif!important;}
.NanumMyeongjo {font-family: "Nanum Myeongjo", dotum, serif!important;}

.gmarketL {font-family: "GmarketSansLight", "Noto Sans KR", dotum, sans-serif!important;}
.gmarketM {font-family: "GmarketSansMedium", "Noto Sans KR", dotum, sans-serif!important;}
.gmarketB {font-family: "GmarketSansBold", "Noto Sans KR", dotum, sans-serif!important;}

.s-coreL {font-family: "S-CoreDream-3Light", "Noto Sans KR", dotum, sans-serif!important;}
.s-coreR {font-family: "S-CoreDream-4Regular", "Noto Sans KR", dotum, sans-serif!important;}
.s-coreM {font-family: "S-CoreDream-5Medium", "Noto Sans KR", dotum, sans-serif!important;}
.s-coreB {font-family: "S-CoreDream-6Bold", "Noto Sans KR", dotum, sans-serif!important;}
.s-coreH {font-family: "S-CoreDream-8Heavy", "Noto Sans KR", dotum, sans-serif!important;}

/* ETC */
.clearfix{*zoom:1}
.clearfix:after{display:block;content:"";clear:both; visibility:hidden; height:0}
.tran04 {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.txtcolor-main {color: #008ff7!important;}
.txtcolor-sub {color: #0080dd!important;}
.bgcolor-main {background-color: #008ff7!important;}
.bgcolor-sub {background-color: #0080dd!important;}
.width20 {width: 20%!important;}
.width30 {width: 30%!important;}

/* PC (해상도 1024px)*/
@media all and (min-width:1024px) {
	.pc-hidden {display: none!important;}
}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023px)*/
@media all and (min-width:768px) and (max-width:1023px) {
	.tablet-hidden {display: none!important;}
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media all and (max-width:767px) { 
	.mobile-hidden {display: none!important;}
}


/* 버튼 스타일 */

.btn-style1 {width: auto;height: auto;position: relative;}
.btn-style1 a {display: inline-block;padding: 15px 55px;text-align: center;border-radius: 30px;background: #008ff7;-webkit-background: linear-gradient(to right, #3460c4, #3053a1);-moz-background: linear-gradient(to right, #3460c4, #3053a1);-ms-background: linear-gradient(to right, #3460c4, #3053a1);-o-background: linear-gradient(to right, #3460c4, #3053a1);background: linear-gradient(to right, #008ff7, #0080dd);position: relative;border: 1px solid #0080dd;overflow: hidden;}
.btn-style1 a p {font-size: 18px; color: #ffffff; letter-spacing: 1px;  z-index: 2; position: relative; transition: all 0.4s ease;}
.btn-style1 a .white-square {width: 150%;height: 100%;position: absolute;top: 0;left: 0;background: #ffffff;z-index: 1;transform: skew(-30deg) translateX(-110%); transition: all 0.4s ease;}

.btn-style2 {width: auto; height: auto; position: relative;}
.btn-style2 a {display: inline-block;padding: 15px 75px;text-align: center;border: 1px solid rgba(255,255,255,0.8);overflow: hidden;position: relative;}
.btn-style2 a p {color: #ffffff;font-size: 18px;position: relative;z-index: 2;transition: all 0.2s ease;letter-spacing: 1px;}
.btn-style2 a .white-square {width: 150%; height: 100%; position: absolute; top: 0; left: 0; background: #ffffff; z-index: 1; transform: skewX(-30deg) translateX(-110%); transition: all 0.4s ease;}


/*===============버튼 스타일 - 반응형===============*/

/* PC (해상도 1024px)*/
@media all and (min-width:1024px) {
	.btn-style1 a:hover .white-square {transform: skew(-30deg) translateX(-25%);}
	.btn-style1 a:hover p {color: #0080dd;}
	.btn-style2 a:hover .white-square {transform: skew(-30deg) translateX(-25%);}
	.btn-style2 a:hover p {color: #333333;}
}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023px)*/
@media all and (min-width:768px) and (max-width:1023px) {
	.btn-style1 a {padding: 15px 50px;}
	.btn-style1 a p {font-size: 16px;}
	.btn-style2 a {padding: 15px 50px;}
	.btn-style2 a p {font-size: 16px;}
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media all and (max-width:767px) {
	.btn-style1 a {padding: 10px 35px;}
	.btn-style1 a p {font-size: 14px;}
	.btn-style2 a {padding: 10px 50px;}
	.btn-style2 a p {font-size: 14px;}
}

/*===============반응형 웹 css 기준===============*/

/* PC (해상도 1024px)*/
@media all and (min-width:1024px) { 
}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023px)*/
@media all and (min-width:768px) and (max-width:1023px) {
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media all and (max-width:767px) { 
}

/*=============== Header ===============*/
/* header 기본 레이아웃 */
#header {width: 100%;height: 100px;position: fixed;z-index: 9999;}
.hd-container {width: 100%; height: 100%; position: relative;}
.hd-wr {max-width: 1540px;width: 95%;height: auto;margin: 0 auto;}
.hd-logo {width: 129px;height: 100%;float: left;margin-top: 29px;}
.gnb-wr {width: calc(100% - 199px);height: 100px;float: left;}
.hd-lang-wr {width: 110px;height: 100%;float: left;display: none;}
.hd-hbg-wr {width: 70px;height: 100px;float: left;}

.hd-logo a img {max-width: 93px;}

@media all and (min-width:768px) and (max-width:1023px) {
	.gnb-wr {display: none;}
	#header {height: 80px;}
	.hd-logo img {width: 100%;}
	.hd-logo {margin-top: 20px; width: 185px;}
	.hd-lang-wr {position: absolute!important;top: 0;right: calc(4% + 60px);padding-top: 24px!important;height: 100%;}
	.hd-hbg-wr {position: absolute!important;top: 0;right: 4%;height: 100%;width: auto;}

}
@media all and (max-width:767px) { 
	.gnb-wr {display: none;}
	#header {height: 80px;}
	.hd-logo img {width: 100%;}
	.hd-logo {margin-top: 27px;width: 75px;margin-left: 8px;}
	.hd-lang-wr {position: absolute!important;top: 0;right: calc(4% + 55px);padding-top: 24px!important;height: 100%;}
	.hd-hbg-wr {position: absolute!important;top: 0;right: 4%;height: 100%;width: auto;}
}

/* GNB */
.gnb-wr {text-align: right;padding-right: 3%;}
.gnb {display: flex;text-align: center;width: auto;height: 100%;position: relative;margin: 0 auto;justify-content: flex-end;}
.gnb>li {display: block;width: auto;height: 100%;position: relative;float: left;max-width: 25%; border:1px solid rgba(255,255,255,0); border-top:0; border-bottom:0}
.gnb>li>a {display: block;width: auto;height: 100%;font-size: 17px;color: #ffffff;padding: 38px 0 0;max-width: 100%;margin: 0 35px;font-weight: 400;}
.gnb>li:hover>a {opacity:0.5;}

.sub-gnb {display: none;width: 152%;min-width: 220px;height: auto;background: #ffffff;position: absolute;top: 99px;left: -1px;/* transform: translateX(-50%); */padding: 15px 25px;border: 1px solid #dddddd;box-shadow: 2px 5px 10px rgb(0 0 0 / 10%);text-align: left;}
.sub-gnb.w240 {min-width: 240px;padding-top: 25px; height: 85px;}
.sub-gnb:before {content: "";display: block;width: 16px;height: 16px;background: #ffffff;transform: rotate(45deg) translateX(-50%);position: absolute;top: -3px;left: 50%; border-left:1px solid #dddddd; border-top: 1px solid #dddddd; display:none;}
.sub-gnb li {display: block; width: 100%; height: auto;}
.sub-gnb li a {
	display: block;
	width: 100%;
	height: auto;
	padding: 4px 0;
	font-size: 16px;
	color: #222222;
	font-weight: 400;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	position: relative;
}
.sub-gnb li a:hover {color: #008ff7; text-decoration: underline;}
.sub-gnb li a .point {display: inline-block;padding: 3px 10px 4px;font-size: 12px;color: #ffffff;border: 1px solid #008ff7;border-radius: 15px;background: #008ff7;position: absolute;right: 6px;top: -12px;transform: rotate(0deg);}
.sub-gnb li a .point .line {content: "";display: block;width: 6px;height: 6px;background: #008ff7;transform: skew(-20deg,-20deg) rotate(9deg);position: absolute;bottom: 1px;left: -1px;}
.sub-gnb li a .point_new{right: 50px; top: -7px;}

@media all and (min-width:1200px) and (max-width:1399px) {
	.gnb>li>a {margin: 0 25px;}
}
@media all and (min-width:1023px) and (max-width:1199px) {
	.gnb>li>a {margin: 0 20px; font-size: 16px;}
}

/* 언어 선택 버튼 */
.hd-lang-wr {position: relative;padding-top: 32px;}
.lang-btn-wr {display: block;width: 100%;height: auto;overflow: hidden;border-radius: 5px; position: relative;}
.lang-btn-wr:before {content: "";display: block;width: 1px;height: 12px;background: rgba(255,255,255,0.5);position: absolute;top: 50%;left: 50%;transform: translateY(-50%);}
.lang-btn-wr li {display: block; width: 50%; float: left;}
.lang-btn-wr li a {display: block;width: 100%;height: auto;font-size: 18px;color: rgba(255,255,255,0.5);padding: 8px 0px;text-align: center;font-weight: 400;}
.lang-btn-wr li.on a {color: #ffffff;font-weight: 500;}

/* 햄버거 버튼 */
.hd-hbg-wr {position: relative;}
.hbg-trg {display: block;width: 32px;height: 22px;position: absolute;top: 50%;right: 0;transform: translateY(-50%);background: transparent;}
.hbg-trg span {display: block;width: 32px;height: 2px;background: #ffffff;position: absolute;}
.hbg-trg span.line1 {top: 0; right: 0;}
.hbg-trg span.line2 {width: 24px;top: 50%;transform: translateY(-50%);right: 0;}
.hbg-trg span.line3 {bottom: 0; right: 0;}


/*=============== Header + fixed ===============*/

#header, .gnb>li>a, .lang-btn-wr, .lang-btn-wr li.on a, .hbg-trg span {
	transition: all 0.2s ease; 
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease; 
	-ms-transition: all 0.2s ease; 
	-o-transition: all 0.2s ease; 
}

#header.fixed {background: #ffffff;border-bottom: 1px solid #dddddd;box-shadow: 0px 0px 10px rgba(0,0,0,0.1);}
#header.fixed .gnb>li>a {color: #222222;}
#header.fixed .gnb>li:hover {background:#f9f9f9; border:1px solid #eeeeee; border-top:0; border-bottom:0}
#header.fixed .gnb>li:hover>a {color:#008ff7; opacity:1;}
#header.fixed .lang-btn-wr:before {background: rgba(0,0,0,0.5);}
#header.fixed .lang-btn-wr li a {color: rgba(0,0,0,0.5);}
#header.fixed .lang-btn-wr li.on a {color: #333333}
#header.fixed .hbg-trg span {background: #777777;}



/*=============== Footer ===============*/

#footer {width: 100%;height: auto;position: relative;background: #ffffff;}
.ft-top-container {width: 100%;padding: 20px 0;border-top: 1px solid #dddddd;border-bottom: 1px solid #dddddd;position: relative;z-index: 1;background: #f7f7f7;}
.ft-top-container .wrap1400 {position:relative;}
#footer .privacy-wr {width: auto;height: auto;}
#footer .privacy-wr span {margin-right: 20px;padding-right: 20px;position: relative;}
#footer .privacy-wr span:after {content: "";display: block;width: 1px;height: 12px;background: #bbbbbb;position: absolute;top: 7px;right: -2px;}
#footer .privacy-wr span:last-of-type:after {display: none;}
#footer .privacy-wr span a {font-size: 16px;color: #777777;}
#footer .quick-wr {width: auto; height: auto; display: inline-block; position: absolute; top: 50%; right: 0; transform: translateY(-50%);}
#footer .comint-wr {position: absolute;top: 50%;transform: translateY(-50%);left: 475px;}
#footer .comint-wr>div {display: inline-block;width: 183px;height: 42px;margin-left: 10px;}
#footer .comint-wr>div a {display: inline-block;width: 100%;height: 100%;line-height: 42px;font-size: 15px;padding: 0 20px;color: #777777;border: 1px solid #dddddd;background: url(../../img/download-btn.png) no-repeat 142px center;}
#footer .quick-wr .ft-select>a {background: url(../../img/footer_arrow.png) 157px center no-repeat;}
#footer .quick-wr .ft-select-open {display: none;}
#footer .quick-wr .ft-select-open a {background: #dddddd;border: 1px solid #dddddd;color: #555555;line-height: 25px;}
#footer .quick-wr .ft-select-open li:first-of-type a {padding-top: 10px;}
#footer .quick-wr .ft-select-open li:last-of-type a {padding-bottom: 10px;}
#footer .quick-wr .ft-select-open a:hover {text-decoration: underline; color: #222222;}
#footer .quick-wr .ft-sns {display: block;width: auto;height: auto;float: left;}
#footer .quick-wr .ft-sns a {display: inline-block;margin-right: 10px;border: 0;width: auto;padding: 0; transition: all 0.2s ease;}
#footer .quick-wr .ft-sns a img {width: 24px;height: auto;}
#footer .quick-wr .ft-sns a:hover {opacity: 0.75;}

.ft-bottom-container {padding: 40px 0;position: relative;z-index: 0;}
#footer .logo-wr {margin-bottom: 20px;}
#footer .address-wr {font-size: 14px;color: #888888;line-height: 1.8em;letter-spacing: -0.2px;margin-bottom: 20px;}
#footer .copyright-wr {font-size: 14px;color: #999999;}
#footer .address-wr span {margin-right:10px;padding-right:10px;position:relative;}
#footer .address-wr span:before {content:"";display:block;position: absolute;top: 6px;right: -3px;width:1px;height:10px;background:#666666;}
#footer .address-wr span:nth-of-type(5):before {display: none;}
#footer .address-wr span:nth-of-type(4):before {display: none;}
#footer .address-wr span:nth-of-type(3):before {display: none;}


.top-btn-wr {position: fixed;bottom: 20px;right: 20px;display: block;width: 50px;height: auto;z-index: 90;}
.top-btn-wr .top-snsbtn {display: block;width: 50px;height: 50px;margin-bottom: 10px;text-align: center;border-radius: 50%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.top-btn-wr .top-snsbtn a {display:block; width:100%; height:100%;}
.top-btn-wr .top-sns1 {background: #00cb08;padding-top: 12px;}
.top-btn-wr .top-sns1 img {width: 25px;}
.top-btn-wr .top-sns1:hover {background: #009c06;}
.top-btn-wr .top-sns2 {background: #fedc00;padding-top: 10px;}
.top-btn-wr .top-sns2 img {width: 32px;}
.top-btn-wr .top-sns2:hover {background: #c7a400;}

/*===============Footer - 반응형===============*/

/* PC (해상도 1024px)*/
@media all and (min-width:1024px) {
}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023px)*/
@media all and (min-width:768px) and (max-width:1023px) {	
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media all and (max-width:767px) {
	.ft-top-container {padding: 20px 2%;}
	#footer .privacy-wr span:after {display: none}
	#footer .privacy-wr span a {font-size: 14px;}
	#footer .quick-wr>div {height: 40px}
	#footer .quick-wr>div a {font-size: 13px; line-height: 40px;}
	.ft-bottom-container {padding:30px 2%;}
	#footer .logo-wr {margin-bottom:15px;}
	#footer .address-wr br {display: none;}
	#footer .address-wr span {font-size:13px;word-break: keep-all;display: inline-block;}
	#footer .address-wr span:before {display:none;}
	#footer .copyright-wr {font-size:13px; letter-spacing: 0;}
   /* 모바일에서 footer 다 보이도록 수정 */
   #footer .privacy-wr{
      display: flex; justify-content: space-between;
   }
   #footer .privacy-wr span{margin-right: unset; padding-right: unset;}
   #footer .comint-wr{position: unset; padding-top: 10px; transform: unset;}
   #footer .comint-wr>div{margin-left: 0; width: 138px; height: 30px;
      position: relative; left: 50%; transform: translateX(-50%);}
   #footer .comint-wr>div a{line-height: 30px; background: url(../../img/download-btn.png) no-repeat 98px center; font-size: 14px;}
}


/* ******************  Fade In 효과 ********************* */
/******** Animation *********/
@media all and (min-width:801px){
/* 서브 공통 :: 스크롤효과 */
.fade-in{opacity:0;filter:Alpha(opacity=0); }
.fade-in-left{opacity:0;filter:Alpha(opacity=0); -webkit-transform: translateX(-10%); -moz-transform: translateX(-10%); -ms-transform: translateX(-10%); -o-transform: translateX(-10%); transform: translateX(-10%);}
.fade-in-right{opacity:0;filter:Alpha(opacity=0); -webkit-transform: translateX(10%); -moz-transform: translateX(10%); -ms-transform: translateX(10%); -o-transform: translateX(10%); transform: translateX(10%);}
.fade-in-down{opacity:0;filter:Alpha(opacity=0); -webkit-transform: translateY(10%); -moz-transform: translateY(10%); -ms-transform: translateY(10%); -o-transform: translateY(10%); transform: translateY(20%);}
.fade-in-up{opacity:0;filter:Alpha(opacity=0); -webkit-transform: translateY(10%); -moz-transform: translateY(10%); -ms-transform: translateY(10%); -o-transform: translateY(10%); transform: translateY(-20%);}
.fade-in-up20{opacity:0;filter:Alpha(opacity=0); -webkit-transform: translateY(20%); -moz-transform: translateY(20%); -ms-transform: translateY(20%); -o-transform: translateY(20%); transform: translateY(20%);}
.scroll-active-animate .fade-in{opacity:1.0;filter:Alpha(opacity=100);-webkit-transition: all 1.0s ease;transition: opacity 1.0s ease;}
.scroll-active-animate .fade-in-left{opacity:1.0;filter:Alpha(opacity=100);-webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px);-webkit-transition: all 1.0s ease;transition: opacity 1.0s ease, transform 1.0s ease;}
.scroll-active-animate .fade-in-right{opacity:1.0;filter:Alpha(opacity=100);-webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px);-webkit-transition: all 1.0s ease;transition: opacity 1.0s ease, transform 1.0s ease;}
.scroll-active-animate .fade-in-down{opacity:1.0;filter:Alpha(opacity=100);-webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px);-webkit-transition: all 1.0s ease;transition: opacity 1.0s ease, transform 1.0s ease;}
.scroll-active-animate .fade-in-up{opacity:1.0;filter:Alpha(opacity=100);-webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px);-webkit-transition: all 1.0s ease;transition: opacity 1.0s ease, transform 1.0s ease;}
.scroll-active-animate .fade-in-up20{opacity:1.0;filter:Alpha(opacity=100);-webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px);-webkit-transition: all 1.0s ease;transition: opacity 1.0s ease, transform 1.0s ease;}
.fade-in-02{-webkit-transition-delay:0.2s !important; transition-delay:0.2s !important }
.fade-in-03{-webkit-transition-delay:0.3s !important; transition-delay:0.3s !important }
.fade-in-04{-webkit-transition-delay:0.4s !important; transition-delay:0.4s !important }
.fade-in-05{-webkit-transition-delay:0.5s !important; transition-delay:0.5s !important }
.fade-in-06{-webkit-transition-delay:0.6s !important; transition-delay:0.6s !important }
.fade-in-07{-webkit-transition-delay:0.7s !important; transition-delay:0.7s !important }
.fade-in-08{-webkit-transition-delay:0.8s !important; transition-delay:0.8s !important }
.fade-in-09{-webkit-transition-delay:0.9s !important; transition-delay:0.9s !important }
.fade-in-10{-webkit-transition-delay:1s !important; transition-delay:1s !important }
/* (공지사항부분) */
.scale-large .notice-con-inner{transform-origin: left top;transition: transform .8s, opacity .6s;transition-timing-function: ease-in-out;transform: scale(0);}
.scroll-active-animate .scale-large .notice-con-inner{transform: scale(1);}
.scale-large:after {transform: scaleX(0);transform-origin: right 100%;transition: transform .6s ease-in-out;transition-delay: .5s;}
.scroll-active-animate .scale-large:after  {transform: scaleX(1);}
}

/*=============== 햄버거 메뉴 ===============*/
.allNav_container {
	display: block;
	width: 50%;
	height: 100vh;
	position: absolute;
	z-index: 10130;
	top: 0;
	right: 0;
	min-width: 280px;
	background: #ffffff;
	margin: 0;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.allNav_container.on {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.allNav_wrap.center_wrap {top: 50%;left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
	
.allNav {display: block; width: 100%; height: auto;}
.allNav li {display: block; width: 100%; height: auto;}
.allNav li a {
	display: block;
	width: 100%;
	height: auto;
	padding: 11px 4%;
	border-bottom: 1px solid #dddddd;
	font-size: 17px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.allNav li .sub_allNav {display: none;width: 100%;height: auto;background: #f4f4f4;border-bottom: 1px solid #dddddd;}
.allNav li .sub_allNav li a {font-size: 15px;padding: 8px 4%;border: 0;display: block;}
.allNav li .sub_allNav li a .point {display: inline-block;padding: 2px 10px 3px;font-size: 12px;color: #ffffff;border: 1px solid #008ff7;border-radius: 15px;background: #008ff7;margin-left: 7px;margin-top: -2px;}
.allNav li.subOn>a {background: #008ff7;color: #ffffff;}


.allNav_container .hd_wrap {width: 100%;height: auto;padding: 15px 25px;border-bottom: 1px solid #dddddd;position: relative;}
.allNav_container .hd_wrap .logo {width: auto;max-width: 50%;height: auto;float: left;position: absolute;top: 50%;transform: translateY(-50%);left: 3%;}
.allNav_container .hd_wrap .logo img {max-width:100%;width: 93px;}
.allNav_container .hd_wrap .close_btn {width: 50px; height: 50px; float: right;}
.allnav_close {width: 100%;height: 100%;display: block;border: 1px solid #cccccc;position: relative;background: #ffffff;}
.allnav_close .line1 {display: block;width: 39px;height: 2px;transform: rotate(-45deg);position: absolute;top: 23px;left: 4px;background: #aaaaaa;}
.allnav_close .line2 {display: block;width: 39px;height: 2px;transform: rotate(45deg);position: absolute;top: 23px;right: 4px;background: #aaaaaa;}

.header_dimBg {width: 100%;height: 100vh;background: rgba(0,0,0,0.5);position: absolute;top: 0;left: 0;z-index: 9999;display: none;}

/* PC (해상도 1024px)*/
@media all and (min-width:1024px) { 
}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023px)*/
@media all and (min-width:768px) and (max-width:1023px) {
	
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media all and (max-width:767px) { 
	.allNav li a {font-size: 15px;}
	.allNav li .sub_allNav li a {font-size:14px;}
	.allNav_container .hd_wrap .close_btn {width: 40px; height: 40px;}
	.allnav_close .line1 {display: block;width: 28px;height: 2px;transform: rotate(-45deg);position: absolute;top: 19px;left: 5px;background: #aaaaaa;}
	.allnav_close .line2 {display: block;width: 28px;height: 2px;transform: rotate(45deg);position: absolute;top: 19px;right: 5px;background: #aaaaaa;}
	
	.allNav li a {padding-left: 6%;}
	.allNav li .sub_allNav li a {padding-left: 9%;}
	.allNav_container .hd_wrap .logo {left: 5%;width: 75px;}
}

/* 팝업 작동 */
.pop-layer .pop-container {padding: 3% 2% 3%;width: 100%;height: 100%;}

.pop-conts {width: 100%;height: 100%;overflow-y:scroll; overflow-x: hidden;padding: 0 10px 0 5px;}

.pop-layer .btn-r {position: absolute;width: auto;height: auto;top: -43px;right: 0;}

.pop-layer {display: none;position: absolute;top: 50%;left: 50%;width: 95%;max-width: 900px;height: 75%;max-height: 800px;background-color: #fff;border: 1px solid #333333;z-index: 10;margin: 5px;}

.dim-layer {display: none;position: fixed;_position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 10003;}

.dim-layer .dimBg {  position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .5; filter: alpha(opacity=50);  }

.dim-layer .pop-layer {  display: block;  }

/*a.btn-layerClose, a.btn-layerClose2 {  display: inline-block; height: 30px; padding: 0 25px 0; border-radius: 5px; background-color: #0655b7; font-size: 13px; color: #fff; line-height: 30px;}

a.btn-layerClose:hover, a.btn-layerClose2:hover {background-color: #384d89; color: #fff;  }*/

/* 팝업 내용 */

.pop-conts p.tit, .pop-conts2 p.tit, .pop-conts3 p.tit, .pop-conts4 p.tit {display: block; width: 100%; text-align: center; padding: 0 0 25px 0; font-size: 23px; font-weight: 600; color: #0752b7;}
a.btn-layerClose, a.btn-layerClose2, a.btn-layerClose3, a.btn-layerClose4 {display: block;width: 100%;height: 100%;padding: 6px 15px;background: #dddddd;border-radius: 4px;border: 1px solid #bbbbbb;}





