@charset "utf-8";
/* *******************************************************
 * filename : layout.css
 * description : 전체 레이아웃 CSS
 * date : 2020-11-25
******************************************************** */
/*@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;500;700&display=swap');*/ /* Play  */

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Material-Icons.woff2") format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'Play';
    src: url('../fonts/Play-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Play';
    src: url('../fonts/Play-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

/* ****************** LAYOUT ********************** */
body, table, th, td, button, select, input, textarea {
	/* font-family:'Play','Noto Sans KR','Poppins', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif; */
	font-family:'Play','Noto Sans KR','Poppins', "돋움", Dotum, Arial, sans-serif;
	font-size:13px;
	color:#666;
	-webkit-text-size-adjust:none;
	word-break:keep-all;
}
body { background-color:#fff; }
#wrap {overflow:hidden; width:100%; min-width:320px; position:relative; }
.area { max-width:1200px; margin:0px auto;} /* width 홈페이지 컨텐츠 가로값에 맞게 변경 */
.area-box { max-width:1390px; margin:0px auto; }
.area1204 { max-width:1204px; margin:0px auto; }
.area1750 { max-width:1750px; margin:0px auto; }
.area1680 { max-width:1680px; margin:0px auto; }
.area1670 { max-width:1670px; margin:0px auto; }
/* .font-noto {font-family:'Noto Sans KR', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;} */
.font-noto {font-family:'Noto Sans KR', "돋움", Dotum, Arial, sans-serif;}

/* ****************** HEADER ********************** */
#header{
	position:relative; position:absolute; height:100px; top:0; left:0; width:100%; z-index:9999; 
	-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s
}	/* 배경위에 헤더가있으면 absolute변경 후 headerInnerWrap 배경삭제 */
.fullpage-wrapper #header{
	position:fixed;
}
#headerInnerWrap{
	position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:9999; /* background-color:#fff;  */
	-webkit-transition:background-color 0.3s;
	transition:background-color 0.3s
}
#headerInner{
	position:relative; height:100%; margin:0px auto; padding:0 45px;  
	-webkit-transition:padding 0.3s;
	transition:padding 0.3s
}
#header .logo{position:relative; z-index:100; float:left; padding:30px 0; transition:padding 0.3s; }		/* padding값 적절히 바꿔주세요 */
#header .logo a{position:relative; display:block; }
#header .logo img { display:block; vertical-align:top; transition:opacity 0.4s;}
#header .logo .black-logo {opacity:0;filter:Alpha(opacity=0); position:absolute;}
#header .logo .white-logo {opacity:1;filter:Alpha(opacity=100);}

/* -------- Header :: UTIL BOX -------- */
.header-util-box {position:absolute; top:50%; right:45px; margin-top:-16px; z-index:100;}

/* Header :: 언어선택 */
.header-lang {position:relative; float:left; width:124px; height:30px; z-index:100; margin-left:10px; }
.header-lang > ul {osition:absolute; top:30px; left:-1px; z-index:10; width:100%;}
.header-lang > ul > li {float:left; }
.header-lang > ul > li > a {display:block; padding:0 10px; font-size:14.5px; line-height: 30px; color:rgba(255,255,255,0.4); font-weight:600;}
.header-lang > ul > li.selected > a {color:#fff;}
.header-lang.open .lang-open-btn .arrow i{transform:rotate(180deg); margin-top:-3px;}

/* Header :: 사이트맵버튼 */
.sitemap-line-btn {float:left; width:32px; height:32px; margin-left:10px; box-sizing:border-box; }
.sitemap-line-btn i {font-size:26px; color:#fff; line-height:32px;}

/* active */
.sitemap-open-btn.active{position:relative; z-index:100000;}
.sitemap-open-btn.active .line:nth-child(2), 
.sitemap-open-btn.active .line:nth-child(4){opacity: 0;}
.sitemap-open-btn.active .line:nth-child(1){
	 -webkit-transform: translateY(5px) rotate(45deg);
	  transform: translateY(5px) rotate(45deg);
}
.sitemap-open-btn.active .line:nth-child(3){
	 -webkit-transform: translateY(-5px) rotate(-45deg);
	  transform: translateY(-5px) rotate(-45deg);
}

/* -------- Header :: GNB(PC) -------- */
.gnb-overlay-bg{display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:9997;}	/* gnb overlay BG */
#gnb {position:absolute; text-align:center; top:0; left:0px; width:100%; z-index:99; transition: all 0.4s;}
#gnb > ul{text-align:center; *display:inline;*zoom:1;}
#gnb > ul > li{position:relative; /* float:left;  */ width:12.85%; display:inline-block; word-break:keep-all;}
#gnb > ul > li > a{
	position:relative; z-index:100; display:block; height:100px; line-height:100px; padding:0 50px; text-align:center; color:#fff; font-size:17px; letter-spacing:0.25px; font-weight:600; -webkit-transition:all 0.3s; transition:all 0.3s;
}
/* gnb :: 좌측 이미지 */
#gnbBg .gnb-img {position:absolute; width:35.75%; height:100%; bottom:0; left:0; background:url("/images/layout/gnb_bg.jpg") bottom no-repeat; opacity:0;filter:Alpha(opacity=0); transition: opacity 0.4s; background-size:cover;}
#gnbBg .gnb-img .inner-box {padding-right: 9.47%; text-align:right; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
 box-sizing: border-box; }
#gnbBg .gnb-img .tit {font-size:51px; color:#fff;  }
#gnbBg .gnb-img .tit em {position:relative; display:inline-block; margin:0 4px;padding-top: 23px; width:8px; height:25px; font-weight:600;  }
#gnbBg .gnb-img .tit em:before {content:""; position:absolute; top:0; left:50%; margin-left:-10px; width:20px; height:20px; background:url("/images/main/main_visual_txt_icon.png") no-repeat; z-index:1;}
#gnbBg .gnb-img .tit em:after {content:""; position:absolute; bottom:0; left:0; width:100%; height:25px; background-color: #fff;}
#gnbBg .gnb-img .txt {font-size: 18px; letter-spacing:-0.25px; color:rgba(255,255,255,0.7); font-weight:300; margin-top:15px;}

/* GNB :: 2차 전체메뉴 */
#gnbBg{
	overflow:hidden; position:absolute; left:0; top:0; width:100%; height:0; background:#fff; z-index:98;
	-webkit-transition:height 0.3s ease-in-out;
	transition:height 0.3s ease-in-out
}
#gnbBg:after{position:absolute; top:100px; width:100%; left:0; height:1px; background-color:#ddd; content:"";}
#gnb.total-menu > ul > li .gnb-2dep{
	position:absolute; 
	top:100px; 
	left:0px; 
	z-index:99;
	width:100%; 
	text-align:center; 
	opacity:0;filter:Alpha(opacity=0);
	height:0;
	-webkit-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
	visibility:hidden;
}
#gnb.total-menu > ul > li .gnb-2dep:before {
	content:""; position:absolute; left:0; top:-1px; width:0; left:50%; height:2px; background-color:#0e3a9d; 
	-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s; z-index:10;
}
#gnb.total-menu > ul > li:hover .gnb-2dep:before {width:100%; left:0;}
#gnb.total-menu > ul > li .gnb-2dep ul{padding:20px 0;}
#gnb.total-menu > ul > li .gnb-2dep ul li{position:relative;}
#gnb.total-menu > ul > li .gnb-2dep ul li a{ display:block;  padding:10px 5px; color:#818894; font-size:15px; letter-spacing:-1px; font-weight:400; line-height:1.3; -webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;-ms-transition:all 0.2s;transition:all 0.2s}
#gnb.total-menu > ul > li .gnb-2dep ul li a:hover{color:#0e3a9d;}

/* GNB :: 2차메뉴 Over (높이변경) */
#gnb.open {}
#gnb.open #gnbBg {height:433px}
#gnb.open #gnbBg .gnb-img {opacity:1;filter:Alpha(opacity=100);}
#gnb.open > ul > li .gnb-2dep{
	opacity:1.0;filter:Alpha(opacity=100);
	visibility:visible;
	-webkit-transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;
    transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;
}

/* -------- Header :: Black.ver -------- */
#header.black .logo .white-logo , #header.on .logo .white-logo  {opacity:0;filter:Alpha(opacity=0);}
#header.black .logo .black-logo , #header.on .logo .black-logo {opacity:1;filter:Alpha(opacity=100);}
#header.black .header-lang > ul > li > a , #header.on .header-lang > ul > li > a {color:rgba(0,0,0,0.4); }
#header.black .header-lang > ul > li.selected > a , #header.on .header-lang > ul > li.selected > a {color:#000;}
#header.black .sitemap-line-btn i , #header.on .sitemap-line-btn i  {color:#000;}
#header.black  #gnb > ul > li > a , #header.on  #gnb > ul > li > a{color:#000;}


/* -------- Header :: sub페이지 fixed -------- */
.sub-wrap #header.sub-fixed , .sub-wrap #header.sub-fixed #headerInnerWrap{height:80px;}
.sub-wrap #header.sub-fixed #headerInnerWrap{position:fixed; z-index:9999;}
.sub-wrap #header.sub-fixed #headerInnerWrap{background-color:#fff; border-bottom:1px solid #eee;}
.sub-wrap #header.sub-fixed #gnb > ul > li > a{ height:80px; line-height:80px;}
.sub-wrap #header.sub-fixed .logo {padding:20px 0; }
.sub-wrap #header.sub-fixed #gnbBg {top:80px; }
.sub-wrap #header.sub-fixed #gnb.total-menu > ul > li .gnb-2dep {top:80px; }


/* -------- Header :: GNB(Mobile) -------- */
.nav-open-btn{display:none;}
#gnbM{display:none}
.mobile-btn {display:none;}

/* ****************** FOOTER ********************** */
/* -------- FOOTER :: 레이아웃 -------- */
#footer{background-color:#f8f8f8;}
#footerInner{position:relative; }
.footer-left-con{float:left; width:calc(100% - 400px); }
.footer-right-con{float:right;}

/* -------- FOOTER :: 상단 -------- */
#footerTop{ padding:67px 0; }
/* Footer :: TOP버튼 */
.to-top-btn{
	position:fixed; bottom:-100px; right:15px; display:block; width:46px; height:46px; background-color:#fff; text-align:center; color:#333; z-index:99;
	border:1px solid #eee;
	box-sizing:border-box;
	opacity:0;filter:Alpha(opacity=0);
	-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;transition:all 0.6s
	-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;
}
.to-top-btn.bottom-fixed{bottom:15px; opacity:1.0;filter:Alpha(opacity=100);}
.to-top-btn i{display:inline-block; font-size:16px; line-height:46px; transition:all 0.3s}
.to-top-btn:hover i{transform:translateY(-3px)}

/* Footer :: 푸터메뉴 */
.foot-menu{float:left; }
.foot-menu li{float:left; position:relative; padding-left:40px; line-height:35px;}
/* .foot-menu li:before{position:absolute; top:50%; left:18px; content:""; width:2px; height:2px; background-color:#636363; border-radius:50%; } */ /* dot 형태 */ 
.foot-menu li:before{position:absolute; top:50%; left:18px; width:1px; height:10px; margin-top:-5px; background-color:#fff;  content:"";} /* line 형태 */ 
.foot-menu li:first-child{padding-left:0}
.foot-menu li:first-child:before{display:none} 

/* Footer :: 정보 */
.footer-address{margin:15px 0; letter-spacing:-0.5px;}
.footer-address .footer-address-txt{color:#333; font-size:14px; line-height:1.7; margin:0 -8px; opacity:0.6;filter:Alpha(opacity=60);}
.footer-address p{display:inline-block; vertical-align:middle; position:relative; margin:0 8px;}
.footer-address p:before{position:absolute; top:50%; left:-10px; width:1px; height:10px; margin-top:-5px; background-color:rgba(255,255,255,0.3); content:"";}
.footer-address p:first-child:before{display:none;}
.footer-address a{color:inherit}

/* Footer :: Copyright */
.footer-copyright{font-size:16px; letter-spacing:-0.5px;  color: #666; opacity:0.35;filter:Alpha(opacity=35);}

/* Footer :: 패밀리사이트 */
.family-site-box{ position:relative; float:right; text-align:left; letter-spacing:-0.25px; margin-left:10px; }
.family-site-box .family-site-open-btn{display:block; }
/* .family-site-box .family-site-open-btn:after{position:absolute; right:10px; top:50%; transform:translateY(-50%); font-size:24px; font-family: 'xeicon'; content:"\e945";}
.family-site-box.open .family-site-open-btn:after{content:"\e942";} */
.family-site-list{position:absolute; bottom:100%; left:0px; width:100%;  padding:10px 0; background-color:#fff; border:1px solid #ddd; border-bottom:0;  z-index:11; display:none; box-sizing:border-box;}
.family-site-list a{display:block; padding:10px; color:#333; font-size:12px;}
.family-site-list a:hover{color:#000; text-decoration:underline;}

/* Footer :: 버튼 */
.footer-btn {display:inline-block; width: 185px; height:55px; border: 1px solid rgba(0,0,0,0.15); font-size: 15px; line-height:55px; letter-spacing:-0.25px; color:#999; text-align:center;  box-sizing:border-box; transition:all 0.4s; }
.footer-btn:hover {border-color:#1c4aaf; color: #1c4aaf;}



/* ****************** SUB LAYOUT ********************** */
/*  SUB LAYOUT :: 비주얼 */
#visual{position:relative; overflow:hidden; width:100%; height:530px; }
#visual .visual-img-con{
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%;
	height:100%;
	background-size:cover !important;
    -webkit-transform: scale(1.1,1.1); 
     transform: scale(1.1,1.1);
	-webkit-transition:transform 5000ms  ease-in-out ;
    transition:transform 5000ms ease-in-out ;	
}
#visual .visual-txt-con{position:relative; z-index:1; text-align:center; display:table; width:100%; height:100%; letter-spacing:-0.5px; color:#fff; padding-top:100px; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
 box-sizing: border-box; }
#visual .visual-txt-container{position:relative; width:100%; }
#visual .visual-tit,
#visual .visual-sub-txt,
#visual .location{
	opacity:0;filter:Alpha(opacity=0);
    -webkit-transform: translateY(-30px); 
     transform: translateY(-30px);
	-webkit-transition:opacity 1.0s, transform 1.0s;
	transition:opacity 1.0s, transform 1.0s;
}
#visual .visual-tit {
	font-weight:600; 
	font-size:62px; 
	-webkit-transition-delay:0.3s;
	transition-delay:0.3s;
}
#visual .visual-sub-txt + .visual-tit {padding-top:30px;}
#visual .visual-sub-txt{
	font-size:20px; 
	font-weight:500; 
	color:rgba(255,255,255,0.85);
	-webkit-transition-delay:0.5s;
	transition-delay:0.5s;
}
#visual .location{
	-webkit-transition-delay:0.5s;
	transition-delay:0.5s;
}

/* SUB LAYOUT :: 상단효과 active */
#visual.active .visual-img-con{
    -webkit-transform: scale(1.0,1.0) rotate(0.002deg);
     transform: scale(1.0,1.0) rotate(0.002deg);
}
#visual.active .visual-tit,
#visual.active .visual-sub-txt,
#visual.active .location{
	opacity:1.0;filter:Alpha(opacity=100);
    -webkit-transform: translateY(0px); 
     transform: translateY(0px);
}

/*  SUB LAYOUT :: 이전페이지,다음페이지 버튼 */
.sub-page-controls-btn {position:absolute; top:50%; width:30px; height:20px; margin-top:-10px; background: center no-repeat; -webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s;} /* margin-top:수정*/
.sub-page-controls-btn.sub-prev-page-btn{left:0; background-image:url("/images/button/sub_visual_arrow_prev.png") ; }
.sub-page-controls-btn.sub-next-page-btn{right:0; background-image:url("/images/button/sub_visual_arrow_next.png"); }
.sub-page-controls-btn .sub-page-name{display:inline-block; vertical-align:middle; color:#fff; font-size:14px; font-weight:400;  }
.sub-page-controls-btn span{display:inline-block; color:#fff; vertical-align:middle;}
.sub-page-controls-btn span i{margin-top:-2px; font-size:30px;}
.sub-page-controls-btn.sub-prev-page-btn:hover{background-position: left;}
.sub-page-controls-btn.sub-next-page-btn:hover{background-position: right;}


/* SUB LAYOUT :: 서브메뉴(스타일2) */
#topMenu02{position:relative; width:100%;height:70px; }
#topMenu02 .side-menu-inner{text-align:center; width:100%; height:69px; border-bottom:1px solid #ddd; background-color: #f2f4f6;}
#topMenu02 .side-menu-inner > ul{/* display:inline-block; *display:inline;*zoom:1;  width: 100%;*/}
#topMenu02 .side-menu-inner ul li{
	/* float:left; */ 
	display:inline-block; 
	min-width: 14.28%; 
	margin-left:-3px; 
	border-right:1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	 box-sizing: border-box; 
	-webkit-transition:all 0.4s; 
	transition:all 0.4s;
}
#topMenu02 .side-menu-inner ul li:first-child {border-left: 1px solid #ddd; margin-left:0}
#topMenu02 .side-menu-inner ul li > a{
	display:block; 
	display:table; 
	position:relative;
	width:100%;
	height:70px; 
	line-height:1.2; 
	color:#333; 
	padding:0 10px;
	font-size:17px; 
	letter-spacing:-0.5px; 
	font-weight:400; 
	word-break:keep-all;
	-webkit-transition:color 0.4s; 
	transition:color 0.4s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	 box-sizing: border-box; 
}
#topMenu02 .side-menu-inner ul li > a:before {
	position:absolute;
	top:0;
	left:50%;
	width:0;
	height:2px;
	background-color:#3264bb;
	content:"";
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}

#topMenu02 .side-menu-inner ul li > a > span{display:table-cell; vertical-align:middle; padding:0 15px; }
#topMenu02 .side-menu-inner ul li.on , #topMenu02 .side-menu-inner ul li:hover {background-color:#fff;}
#topMenu02 .side-menu-inner ul li > a:hover:before, 
#topMenu02 .side-menu-inner ul li.on > a:before {width:100%; width:calc(100% + 1px); margin-left:-50%;}
.ie-browser #topMenu02 .side-menu-inner ul li > a:hover:before, 
.ie-browser #topMenu02 .side-menu-inner ul li.on > a:before {width:100%;}


/*  SUB LAYOUT :: 서브메뉴(스타일4) */
#topMenu04{position:relative; width:100%;height:70px; background-color: #f0f0f0; }
#topMenu04 .side-menu-inner {width:100%; height:69px; border-bottom:1px solid #ddd; text-align:center; background-color:#f2f4f6; }
#topMenu04 .side-menu-inner .cm-top-menu {display:inline-block;}
#topMenu04 .location-to-home-btn{float:left; width:69px; height:69px; }
#topMenu04 .location-to-home-btn i {display:inline-block; vertical-align:top; font-size:17px; line-height:69px;}
#topMenu04 .location-to-home-btn span {display:inline-block; vertical-align:top; margin-left:10px; font-size: 13px; color: rgba(0,0,0,0.7); font-weight:600; line-height:69px;}
#topMenu04 .menu-location{position:relative; float:left; min-width:168px; max-width:250px;}

#topMenu04 .menu-location > .cur-location{position:relative; display:block; height:69px; padding:0 35px 0 20px;  text-transform: uppercase;}
#topMenu04 .menu-location > .cur-location > span{display:block; width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:69px; color:#222; font-weight:600; font-size:16.5px; letter-spacing:-0.5px;}
#topMenu04 .menu-location > .cur-location .arrow{position:absolute; top:50%; right:3px; width:20px; height:20px;margin-top:-10px;}
#topMenu04 .menu-location > .cur-location.open .arrow{transform:rotate(-180deg); margin-top:-10px; }
#topMenu04 .menu-location > .cur-location em {font-weight:600;}
#topMenu04 .menu-location .location-menu-con{display:none; position:absolute; top:69px; left:-1px; width:calc(100% - 1px); border:1px solid #ddd;  background-color:#fff; z-index:11; padding:10px 0; border-top:0;}
#topMenu04 .menu-location .location-menu-con li a{display:block; padding:10px; font-size:15px; word-break:keep-all; line-height:1.5;}
#topMenu04 .menu-location .location-menu-con li.on{position:relative;}
#topMenu04 .menu-location .location-menu-con li.on a{color:#002060; font-weight:600;}


#topMenu04 .menu-location.location1 > .cur-location span {color:rgba(70,70,70,0.7);} 



/* SUB LAYOUT :: 서브메뉴 Fixed (공통) */
@media all and (min-width:1025px){
	.fixed-sub-menu.top-fixed .side-menu-inner{position:fixed; top:0; left:0px; z-index:9999;}
}

/* SUB LAYOUT :: 모바일메뉴(공통)  */
#topMenuM01,
#topMenuM02{display:none;}

/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
#content {padding:120px 0}
/* #content.wide{padding:120px 0 0 0} */


/* ****************** MODAL LAYERPOPUP ********************** */
/* modal layer */
.modal-fixed-pop-wrapper{display:none; overflow-y:scroll; overflow-x:hidden;  position:fixed; top:0px; left:0px; width:100%; height:100%; z-index:9999; background:#000; background:rgba(0,0,0,0.8);}
.modal-fixed-pop-inner{position:absolute; display:table; width:100%; height:100%; text-align:center;}
.modal-inner-box{ position:relative; display:table-cell; vertical-align:middle;}
.modal-loading{position:absolute; top:50%; left:50%; margin:-25px 0 0 -25px; z-index:10000;}
.modal-inner-content{text-align:left;}
.loading {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 8px solid rgba(255,255,255,.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg);  }
}
/* modal layer content */
.footer-modal-content{position:relative; width:96%; max-width:1000px; margin:20px auto; }
.footer-modal-content h1{font-size:24px; font-weight:600; letter-spacing:-0.5px; text-align:center; padding:0 50px 20px; color:#fff;}
.modal-close-btn{position:absolute; top:-6px; right:-6px; color:#fff; }
.modal-close-btn i{font-size:38px;}
.modal-close-btn i:hover {color:#fff}
.footer-inner-box{padding:30px; background-color:#fff; }
.footer-inner{padding:20px; height:400px; overflow-y:auto; overflow-x:hidden; border:1px solid #ddd; }

/* ****************** 사이트맵 ********************** */
/* -------- 사이트맵 01 -------- */
/* 사이트맵 01 */
.sitemap-wrapper{padding:30px; background-color:#fff;}
.sitemap-wrapper > ul{display:table; width:100%; table-layout:fixed;}
.sitemap-wrapper > ul > li{display:table-cell; vertical-align:top; text-align:center;}
.sitemap-wrapper > ul > li > h2{color:#191919; margin:0 2% 20px 2%; padding:15px; font-size:18px; background-color:#f2f2f2;  letter-spacing:-1.0px; margin-bottom:20px; font-weight:500;}
.sitemap-wrapper > ul > li .sitemap-2dep {padding:0 5% 20px;}
.sitemap-wrapper > ul > li .sitemap-2dep a{display:block; padding:10px 0; color:#666; font-size:14px; font-weight:400; line-height:1.2em;}
.sitemap-wrapper > ul > li .sitemap-2dep a:hover{color:#000; }

/* -------- 사이트맵 02 -------- */
/* 사이트맵 02 :: Layout */
#sitemapContent{	
	position:fixed; 
	top:0; left:0; right:0; bottom:0; 
	opacity:0;filter:Alpha(opacity=0); 
	visibility:hidden;   
	z-index:-1;
	-webkit-transition:all 0.3s  0.5s;
	transition:all 0.3s  0.5s;
}
#sitemapInnerCon{position:absolute; top:0; left:0; bottom:0; right:100px; border-right:1px solid #ddd; }
#sitemapContent .sitemap-bg-box{position:absolute; top:0px; left:0px; width:100%; height:100%;}
#sitemapContent .visual-intro-item{float:left; position:relative; height:100%;}
#sitemapContent .visual-intro-item:before{
	position:absolute;  left:0; top:0px; width:1px; height:0; content:""; background-color:#ddd; z-index:1; 
}
#sitemapContent .visual-intro-item:first-child:before{display:none}
#sitemapContent .visual-intro-item:after{	
	content:""; 
	position:absolute; right:0; top:0px; 
	width:100%; height:100%; 
	background: #333; 
	-webkit-transition: width .6s cubic-bezier(0.47, 0, 0.31, 1.04) 0.2s;
	transition: width .6s cubic-bezier(0.47, 0, 0.31, 1.04) 0.2s ;
}
#sitemapContent .sitemap-close-btn{position:absolute; top:40px; right:40px;}
#sitemapContent .sitemap-close-btn i{font-size:20px; color:#222;}

/* 사이트맵 02 :: 메뉴리스트 */
.sitemap-wrapper-style02{height:100%; }
.sitemap-wrapper-style02 > ul{overflow:hidden; position:relative; z-index:1; top:50%; transform:translateY(-50%);}
.sitemap-wrapper-style02 > ul > li{overflow:hidden; float:left; width:20%;height:100%;}
.sitemap-wrapper-style02 > ul > li > h2{overflow:hidden; color:#191919; font-size:18px; letter-spacing:-1.0px; margin:0% 15% 40px; font-weight:600; }
.sitemap-wrapper-style02 > ul > li:hover > h2{color:#0e3a9d;}
.sitemap-wrapper-style02 > ul > li .sitemap-2dep a{
	overflow:hidden; position:relative; display:block;  padding:20px 15%; color:#777; font-size:15px; letter-spacing:-0.15px; font-weight:400; line-height:1.2;
	-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s
}
.sitemap-wrapper-style02 > ul > li .sitemap-2dep a:after{
	position:absolute; top:0; left:0; width:0; content:""; height:100%; background:#0e3a9d;
	-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s
}
.sitemap-wrapper-style02 > ul > li .sitemap-2dep a span{position:relative; z-index:1;}
.sitemap-wrapper-style02 > ul > li .sitemap-2dep a .gnb-icon{display:none;}
.sitemap-wrapper-style02 > ul > li .sitemap-2dep a:hover{color:#fff; }
.sitemap-wrapper-style02 > ul > li .sitemap-2dep a:hover:after{width:100%; }
.sitemap-wrapper-style02 ul li span{
	display:block; opacity:0;filter:Alpha(opacity=50);
	-webkit-transform:translateX(-5%);
	transform:translateX(-50%);
	transition: transform .8s cubic-bezier(0.47, 0, 0.31, 1.04) 0s, opacity .8s cubic-bezier(0.47, 0, 0.31, 1.04) 0s; 
}
/* 사이트맵 open */
#sitemapContent.open{
	opacity:1.0;filter:Alpha(opacity=100); 
	visibility:visible; 
	z-index:99999; 
	background-color:#fff;
	-webkit-transition:all 0.3s  0s; 
	transition:all 0.3s 0s;
}
#sitemapContent.open .visual-intro-item:before{height:100%;}
#sitemapContent.open .visual-intro-item:after {width:0;}
#sitemapContent.open .visual-intro-item {
	-webkit-transform: scaleX(1);
	transform: scaleX(1); 
	transform-origin:right top; 
	transition-property: transform;
}
#sitemapContent.open .sitemap-wrapper-style02 ul li span{
	opacity:1.0;filter:Alpha(opacity=100);
	-webkit-transform:translateX(0);
	transform:translateX(0);
	transition: transform .8s cubic-bezier(0.47, 0, 0.31, 1.04), opacity .8s cubic-bezier(0.47, 0, 0.31, 1.04); 
}

/* esg pdf popup view */
.certificate-box {padding:5% 6%; background:#fff;}
.certificate-box img {width: 100%; margin-bottom:55px; border:1px solid #d6d6d6;}
.certificate-box img:last-of-type {margin-bottom: 0;}
.footer-modal-content.certificate-modal .modal-close-btn {top:10px; right:10px; color:#000; z-index:10;}
.footer-modal-content.certificate-modal	.modal-close-btn i:hover {color:initial;}

@media all and (max-width:800px){
	.footer-modal-content.certificate-modal {margin:50px;}
	.footer-modal-content.certificate-modal .modal-close-btn {top:-20px; right:-30px; color:#fff;}	
	.certificate-box img {margin-bottom: 20px;}
}

/* 250717 추가 */
.report-btn{
	float: left;
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
    color: #fff;
    margin-right: 5px;
    transition: all 0.2s;
    /* margin-right: 20px; */
}

#header.on .report-btn {color: #000;}
/* .sub-wrap #header .report-btn, .sub-wrap #header.on .report-btn {color: #000;} */