@charset "utf-8";
/* *******************************************************
 * filename : layout.css
 * description : 전체 레이아웃 CSS
 * date : 2022-07-26
******************************************************** */

/* ========================================================
 * SETTING
======================================================== */
:root{
	--main-color: #f1054d;
	--area-box-width: 1560px;
	--area-width: 1400px;
	--area-padding: 30px;
	--header-top: 0;
	--header-height: 180px;
	--header-fixed-height: 100px;
	--sub-visual-height: 635px;
	--sub-menu-height: 60px;
	--full-height: 100vh;
	--transition-custom: all 0.3s ease-in-out;
	--transition-custom2: all 0.8s ease-in-out; /* data-scroll */
	--font-family1: 'Poppins', 'Pretendard', 'Noto Sans KR', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;
}
html:not(.is-mobile) *::-webkit-scrollbar {
	width: 10px;
	height: 15px;
}
html:not(.is-mobile) *::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}
html:not(.is-mobile) *::-webkit-scrollbar-thumb {
	background-color: #000;
}
::selection {
    background: var(--main-color);   
    color: #fff;
}
::-moz-selection {
    background: var(--main-color);    
    color: #fff;
}
html{font-size:10px;}
body, table, th, td, button, select, input, textarea {
	font-family:var(--font-family1);
	color:#666;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	text-size-adjust:none;
	word-break:keep-all;
}
body { background-color:#fff; }
table, th, td{word-break:break-word;}
#wrap {overflow:hidden; width:100%; min-width:320px; position:relative; }

/* ========================================================
 * LAYOUT
======================================================== */
/* ****************** 공통클래스 ********************** */
.area{ max-width:var(--area-width); margin:0px auto;}
.area-box{ max-width:var(--area-box-width); margin:0px auto; }
.full-height{height:var(--full-height);}
/* Fullpage Layout */
.fullpage-html{overflow:hidden; height:100%;}
.fullpage-html #wrap{position:static;}
/* br tag */
.m-br{display:none;}
.display-m{display:none;}

/* ****************** 
 * loading 
 ********************** */
#headerInnerWrap,
.nav-open-btn-box{transform: translateY(calc(-1 * (var(--header-height) + var(--header-top))));}
#headerInnerWrap{transition: top 0.3s ease-in-out, height 0.5s ease-in-out, transform 0.5s ease-in-out;}
.nav-open-btn-box{transition:  all 0.5s ease-in-out; transition-property:transform;}
#headerInnerWrap.active{transform: translateY(0);}
.nav-open-btn-box.effect-start{transform: translateY(0);}

/* ****************** HEADER ********************** */
#header{position:fixed; height:var(--header-height); top:var(--header-top); left:0; width:100%; z-index:9999; transition: top 0.3s ease-in-out, transform 0.5s ease-in-out, height 0.5s ease-in-out;}
#headerInnerWrap{position:absolute; top:0px; left:0px; width:100%; height:var(--header-height); z-index:9999;}
#headerInner{position:relative; display:flex; align-items:center; justify-content:space-between; height:var(--header-height); margin:0px auto; padding:0 11rem 0 8rem; transition: all 0.5s ease-in-out; transition-property: background-color, height;}
#header .logo{position:relative; z-index:100;}
#header .logo a{position: relative; display:block; height: 3rem;}
#header .logo img{position: absolute; top: 0; left: 0; display:block; height: 100%; transition:var(--transition-custom);}
#header .logo .white-ver{visibility: visible; opacity: 1;}
#header .logo .black-ver{visibility: hidden; opacity: 0;}

.sub-wrap #header{top: 15px; top: var(--header-top);}
.sub-wrap #header .logo .white-ver{visibility: hidden; opacity: 0;}
.sub-wrap #header .logo .black-ver{visibility: visible; opacity: 1;}
.sub-wrap #header .header-lang-list li:before{background-color: rgba(0,0,0,0.5);}
.sub-wrap #header .header-lang-list li a{color:#000;}
.sub-wrap #header .header-lang-list li a:after{background-color:#000;}
.sub-wrap #header .nav-open-btn,
.sub-wrap #header .sitemap-line-btn{border-color: rgba(0,0,0,0.2);}
.sub-wrap #header .nav-open-btn i,
.sub-wrap #header .sitemap-line-btn i{color: #000;}
.sub-wrap #gnb > ul > li > a{color: #000;}

/* -------- Header :: UTIL BOX -------- */
.header-util-box{position:relative; z-index:100; display: flex; align-items: center;}

/* Header :: 언어선택 */
.header-lang-list ul{display: flex; align-items: center;}
.header-lang-list li{position: relative; margin-left:20px;}
.header-lang-list li:first-child{margin-left:0}
.header-lang-list li:before{position: absolute; top: 2px; left: -10px; content: ''; width: 1px; height: 9px; background-color: rgba(255,255,255,0.5); transition:var(--transition-custom); transition-property:background-color;}
.header-lang-list li:first-child:before{display: none;}
.header-lang-list li a{display:block; position:relative; font-size:12px; font-weight:600; opacity:0.3; color:#fff; transition:var(--transition-custom);}
.header-lang-list li a:after{
	position:absolute; bottom:-8px; left:-2px; right:-2px; 
	height:2px; 
	background-color:#fff; 
	content:""; 
	transform:scaleX(0); 
	transition:var(--transition-custom);
	transition-property: transform;
	transform-origin:100% 0;
}
.header-lang-list li.cur a,
.header-lang-list li a:hover{opacity:1.0;}
.header-lang-list li a:hover:after{transform:scaleX(1); transform-origin:0 0;}

/* Header :: 사이트맵버튼 */
.sitemap-line-btn{margin-left:2.5rem; width:72px; height:72px; border: 1px solid rgba(255,255,255,0.2); display:flex; align-items: center; justify-content: center; box-sizing:border-box; background-color: transparent; border-radius: 100%; text-align: center; position: relative;}
.sitemap-line-btn:before{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); content: ''; width: 0; height: 0; background-color: #000; border-radius: 100%; transition:var(--transition-custom);}
.sitemap-line-btn i{position: relative; z-index: 1; font-size: 32px; color: #fff; transition:var(--transition-custom); transition-property: transform;}
.sitemap-line-btn:hover:before{width: 72px; height: 72px;}
.sitemap-line-btn:hover i{transform: rotate(90deg); color: #fff !important;}
.sitemap-line-btn.active:before{width: 5000px; height: 5000px; transition: all 0.8s ease-in-out;}
.sitemap-line-btn.active i{opacity: 0;}

@media all and (min-width:1921px){
	.sitemap-line-btn.active:before{width: 10000px; height: 10000px; transition: all 1s ease-in-out;}
}
@media all and (max-width:1920px){
	.sitemap-line-btn.active:before{width: 5000px; height: 5000px;}
}

/* -------- Header :: GNB(PC) -------- */
.gnb-overlay-bg{position:fixed; top:0; left:0; width:100%; height:100%; visibility:hidden; opacity:0; background:rgba(0,0,0,0.5); z-index:9997;  transition:var(--transition-custom); }	/* gnb overlay BG */
.gnb-overlay-bg.open{visibility:visible; opacity:1.0;}
#gnb{position:absolute; text-align:center; top:0; left:0px; width:100%; /* z-index:99; */}
#gnb > ul{display:inline-block;}
#gnb > ul > li{position:relative; float:left; word-break:keep-all;}
#gnb > ul > li > a{
	position:relative; z-index:100; display:block; line-height:var(--header-height); padding:0 2.5rem; text-align:center; color:#fff; font-size:1.7rem; font-weight:500; transition: all 0.5s ease-in-out; transition-property: line-height;
}
#gnb > ul > li > a:hover,
#gnb > ul > li > a:focus{color:var(--main-color);}

/* GNB :: 2차 각각메뉴 */
#gnb.each-menu > ul > li .gnb-2dep{
	/* display:none; */
	position:absolute;
	top: calc(var(--header-fixed-height) + 20px); 
	left: 50%; margin-left: -10rem; 
	z-index:999;
	width:20rem; 
	text-align:left; 
	visibility:hidden;
	opacity:0;filter:Alpha(opacity=0);
	transition:all 0.2s cubic-bezier(0.4, 0, 1, 1);
}

#gnb.each-menu > ul > li .gnb-2dep:before{
	content:""; 
	position:absolute; top:0px; left:0px; right:0px; 
	height:0; 
	background-color:var(--main-color); 
	transition:all 0.2s cubic-bezier(0.4, 0, 1, 1);
}
#gnb.each-menu > ul > li .gnb-2dep ul{padding:15px 0px;}
#gnb.each-menu > ul > li .gnb-2dep ul li{position:relative; padding:8px 10px; opacity:0; transition:all 0s 0s; }
#gnb.each-menu > ul > li .gnb-2dep ul li a{display:block; color:#fff; font-size:14px; font-weight:400; text-align:center; line-height:1.4; opacity:0.9;}
#gnb.each-menu > ul > li .gnb-2dep ul li a:hover{opacity:1.0;}
/* over했을때 */
#gnb.each-menu > ul > li .gnb-2dep.open{visibility:visible; opacity:1.0;}
#gnb.each-menu > ul > li .gnb-2dep.open:before{height:100%;}
#gnb > ul > li .gnb-2dep.open ul li{opacity:1.0; transition:var(--transition-custom2);}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(1){transition-delay:0.1s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(2){transition-delay:0.2s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(3){transition-delay:0.3s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(4){transition-delay:0.4s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(5){transition-delay:0.5s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(6){transition-delay:0.6s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(7){transition-delay:0.7s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(8){transition-delay:0.8s;}

/* -------- Header :: fixed -------- */
@media all and ( min-width: 1281px ){
	#headerInner:before{position: absolute; top: 0; left: 0; content: ''; width: 100%; height: 100%; background-color: rgba(255,255,255,0.8); backdrop-filter: blur(5px); visibility: hidden; opacity: 0;  transition:var(--transition-custom);}

	#header.top-fixed #headerInnerWrap{position: fixed; z-index: 99;}
	#header.top-fixed #headerInner{border-bottom:1px solid rgba(0,0,0,0.05);}
	#header.top-fixed #headerInner:before{visibility: visible; opacity: 1;}
	#header.top-fixed .logo .white-ver{visibility: hidden; opacity: 0;}
	#header.top-fixed .logo .black-ver{visibility: visible; opacity: 1;}
	#header.top-fixed .header-lang-list li:before{background-color: rgba(0,0,0,0.5);}
	#header.top-fixed .header-lang-list li a{color:#000;}
	#header.top-fixed .header-lang-list li a:after{background-color:#000;}
	#header.top-fixed .nav-open-btn,
	#header.top-fixed .sitemap-line-btn{border-color: rgba(0,0,0,0.2);}
	#header.top-fixed .nav-open-btn i,
	#header.top-fixed .sitemap-line-btn i{color: #000;}
	#header.top-fixed #gnb{/* z-index: 0; */}
	#header.top-fixed #gnb > ul > li > a{color: #000;}
}
/* -------- Header :: hidden -------- */
#header.top-fixed,
#header.top-fixed #headerInnerWrap,
#header.top-fixed #headerInner{height: var(--header-fixed-height);}
#header.top-fixed #gnb > ul > li > a{line-height:var(--header-fixed-height);}
#header.top-fixed #gnb.each-menu > ul > li .gnb-2dep{top:calc(var(--header-fixed-height) - 20px);}
/* #header.top-fixed.scroll-up .nav-open-btn-box{transform: translateY(0);}
#header.top-fixed.scroll-up #headerInnerWrap{top: 0; transform: translateY(0);}
#header.top-fixed.scroll-down .nav-open-btn-box{transform: translateY(calc(-1 * var(--header-height)));}
#header.top-fixed.scroll-down #headerInnerWrap{top: 0; transform: translateY(calc(-1 * var(--header-height)));} */

/* -------- Header :: sitemap-open -------- */
@media all and ( min-width: 1281px ){
	#header.sitemap-open #gnb{opacity: 0;}
}

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

/* ****************** FOOTER ********************** */
/* -------- FOOTER :: 레이아웃 -------- */
#footer{background-color:#fff;}
#footerInner{padding: 9.5rem 0 15rem; border-top:1px solid #f2f2f2}
.footer-left-con{float:left; display: flex;}
.footer-right-con{float:right;}

/* 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;
	transition:var(--transition-custom);
	border-radius:50%;
}
.to-top-btn.bottom-fixed{bottom:15px; opacity:1.0;}
.to-top-btn i{display:inline-block; font-size:16px; line-height:46px; transition:var(--transition-custom);}
.to-top-btn:hover i{transform:translateY(-3px)}
#fullpage .to-top-btn{display:none;}


/* Footer :: 푸터로고 */
.foot-logo{display:block; margin-right: 5rem;}
.foot-logo img{height: 9rem;}

/* Footer :: 정보 */
.footer-address{padding-top: 1.5rem;}
.footer-address .footer-address-txt{font-size:1.8rem; line-height:1.5; letter-spacing: -0.05em; font-weight: 500; color: #000;}
.footer-address p{margin-right: 1.5rem; display:inline-block; vertical-align:middle;}
.footer-address p:first-child{margin-right: 4rem;}
.footer-address p:last-child{margin-right: 0;}
.footer-address a{color:inherit}

/* Footer :: Copyright */
.footer-copyright{margin-top: 2rem; font-size:1.4rem; line-height: 1.3; color: rgba(0,0,0,0.67);}

/* Footer :: 푸터메뉴 */
.foot-menu{text-align: right;}
.foot-menu li{margin-top: 0.5rem; display: block;}
.foot-menu li:first-child{margin-top: 0;}
.foot-menu li a{display: inline-block; position: relative; font-size: 1.6rem; line-height: 3rem; color: #000;}
.foot-menu li a:after{
	position:absolute; bottom: 0px; left:-2px; right:-2px; 
	height:2px; 
	background-color:#000; 
	content:""; 
	transform:scaleX(0); 
	transition:var(--transition-custom);
	transition-property: transform;
	transform-origin:100% 0;
}
.foot-menu li a:hover:after{transform:scaleX(1); transform-origin:0 0;}

/* ****************** SUB LAYOUT ********************** */
/*  SUB LAYOUT :: 비주얼 */
#visual{position:relative; padding-top: 270px; width:100%; height:var(--sub-visual-height); box-sizing: border-box;}
#visual .visual-txt-con{position:relative; z-index:1; display:table; width:100%; height:100%;}
#visual .table-cell-layout{vertical-align: top;}
.visual-txt-container{position:relative; width:100%;}
.visual-txt-container .visual-tit,
.visual-txt-container .visual-sub-txt{line-height: 0.55; letter-spacing: -0.05em; font-weight: 700; color: #000; text-transform:uppercase; opacity: 0; position: relative; z-index: 1;}
.visual-txt-container .visual-tit{font-size: 18rem;}
.visual-txt-container .visual-sub-txt{padding-left: 25rem; font-size: 17rem; color: var(--main-color); text-transform:capitalize;}

.visual-txt-container02{position: absolute; width: 100%; top: 0; left: 0;}
.visual-txt-container02 .area{position: relative; width: 100%; display: flex; justify-content: flex-end; box-sizing: border-box;}
.visual-txt-container02 .cir-txt{background: #fff; opacity: 0;}
.visual-txt-container02 .cir-txt .txt01,
.visual-txt-container02 .cir-txt .txt02,
.visual-txt-container02 .cir-txt .txt03,
.visual-txt-container02 .cir-txt .txt04{display: block; font-size: 6.2rem; line-height: 1.129; letter-spacing: -0.075em; font-weight: 900; color: #fff; position: relative; mix-blend-mode: difference; text-align: right;}
.visual-txt-container02 .cir-txt .txt01{padding-right: 20rem;}
.visual-txt-container02 .cir-txt .txt02{padding-right: 3.5rem;}
.visual-txt-container02 .cir-txt .txt03{padding-right: 16rem;}
.visual-txt-container02 .cir-bg{position: absolute; top: 50%; margin-top: -25rem; right: -2rem; display: block; width: 50rem; height: 50rem; background: #000; border-radius: 100%; opacity: 0; animation: colorWheel 10s infinite ease;}

@keyframes colorWheel {
    0% {
		transform: rotate(0deg)
		    translate(-20px)
		    rotate(0deg);
	}
	100% {
		transform: rotate(720deg)
		    translate(-20px)
		    rotate(-720deg);
	}
}
/* business */
.sub-visual-business .visual-txt-container02 .cir-txt .txt01{padding-right: 27rem;}
.sub-visual-business .visual-txt-container02 .cir-txt .txt02{padding-right: 12rem;}
.sub-visual-business .visual-txt-container02 .cir-txt .txt03{padding-right: 9rem;}
/* global */
.sub-visual-global .visual-txt-container02 .cir-txt .txt01{padding-right: 27rem;}
.sub-visual-global .visual-txt-container02 .cir-txt .txt02{padding-right: 3.5rem;}
.sub-visual-global .visual-txt-container02 .cir-txt .txt03{padding-right: 9rem;}
/* esg */
.sub-visual-esg .visual-txt-container02 .cir-txt .txt01{padding-right: 26rem;}
.sub-visual-esg .visual-txt-container02 .cir-txt .txt02{padding-right: 7rem;}
.sub-visual-esg .visual-txt-container02 .cir-txt .txt03{padding-right: 15rem;}
.sub-visual-esg .visual-txt-container02 .cir-txt .txt04{padding-right: 5.5rem;}
/* ir */
.sub-visual-ir .visual-txt-container02 .cir-txt .txt01{padding-right: 27rem;}
.sub-visual-ir .visual-txt-container02 .cir-txt .txt02{padding-right: 3.5rem;}
.sub-visual-ir .visual-txt-container02 .cir-txt .txt03{padding-right: 14.5rem;}
.sub-visual-ir .visual-txt-container02 .cir-txt .txt04{padding-right: 6rem;}
/* careers */
.sub-visual-careers .visual-txt-container02 .cir-txt .txt01{padding-right: 32rem;}
.sub-visual-careers .visual-txt-container02 .cir-txt .txt02{padding-right: 29rem;}
.sub-visual-careers .visual-txt-container02 .cir-txt .txt03{padding-right: 20rem;}
.sub-visual-careers .visual-txt-container02 .cir-txt .txt04{padding-right: 0;}

.visual-line-cir{position: absolute; top: 0; right: 0; width: 117.2rem; height: 117.2rem; border: 1px dashed var(--main-color); display: block; box-sizing: border-box; border-radius: 100%; opacity: 0;}
.visual-line-cir.cir01{top: -72.8rem; right: -34.7rem; border-color: var(--main-color);}
.visual-line-cir.cir02{top: -70.3rem; right: -39rem; border-color: #77daff;}
.visual-line-cir.cir03{top: -66.2rem; right: -44.5rem; border-color: #50d38e;}

/* active */
/* #visual .visual-tit{transform: translateX(30%); opacity:0; transition: all 1s cubic-bezier(0.87, 0.03, 0.41, 0.9);}
#visual .visual-sub-txt{transform: translateX(-30%); opacity:0; transition: all 1s cubic-bezier(0.87, 0.03, 0.41, 0.9);}
#visual .cir-txt{opacity:0; transition: all 1s cubic-bezier(0.87, 0.03, 0.41, 0.9);}
#visual .cir-bg{transform: translate(90%,-70%); opacity:0; transition: all 1s cubic-bezier(0.87, 0.03, 0.41, 0.9);}
#visual .visual-line-cir.cir01{transform: translate(30%,-15%); opacity:0; transition: all 1s cubic-bezier(0.87, 0.03, 0.41, 0.9);}
#visual .visual-line-cir.cir02{transform: translate(10%,-20%); opacity:0; transition: all 1s cubic-bezier(0.87, 0.03, 0.41, 0.9);}
#visual .visual-line-cir.cir03{transform: translate(0,-30%); opacity:0; transition: all 1s cubic-bezier(0.87, 0.03, 0.41, 0.9);}
#visual.active .visual-tit,
#visual.active .visual-sub-txt,
#visual.active .cir-txt{transform: translateX(0); opacity:1;}
#visual.active .cir-bg{transform: translate(0,0); opacity:1;}
#visual.active .visual-line-cir.cir01,
#visual.active .visual-line-cir.cir02,
#visual.active .visual-line-cir.cir03{transform: translate(0,0); opacity:1;} */

/*  SUB LAYOUT :: 서브메뉴(스타일4) */
#topMenu04{position:relative; width:100%; height:var(--sub-menu-height); overflow: hidden; z-index: 15;}
#topMenu04 .side-menu-inner{width:100%; height:var(--sub-menu-height); opacity:0;filter:Alpha(opacity=0); transform: translateY(100%);}
#topMenu04.active .side-menu-inner{animation: sub-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;}
#topMenu04 .location-to-home-btn{padding: 0 1rem; border-bottom: 2px solid #000; float:left; height:var(--sub-menu-height); background-color:transparent; text-align:center;}
#topMenu04 .location-to-home-btn i{font-size:30px; line-height:var(--sub-menu-height); color: #000; transform: rotate(90deg) scale(1,1.5);}
#topMenu04 .menu-location.location1{border-bottom: 2px solid #000; position:relative; float:left; width:21rem;}
#topMenu04 .menu-location.location1 > .cur-location{position:relative; display:block; width:100%; height:var(--sub-menu-height); padding:0 5rem; text-align:left;}
#topMenu04 .menu-location.location1 > .cur-location span{display:block; width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:var(--sub-menu-height); color:#000; font-size:18px; letter-spacing:-0.025em; font-weight: 500;}
#topMenu04 .menu-location > .cur-location .arrow{position:absolute; top:50%; right:2.5rem; width:20px; height:20px;margin-top:-10px; font-size:20px; color: #000;}
#topMenu04 .menu-location.location1.open > .cur-location .arrow{transform:rotate(-180deg); margin-top:-10px;}
/* dep1 */
#topMenu04 .menu-location.location1 .location-menu-con{display:none; position:absolute; top:100%; left:1rem; right:0; background-color: #000; z-index:11;}
#topMenu04 .menu-location.location1 .location-menu-con li:first-child{padding-top:10px;}
#topMenu04 .menu-location.location1 .location-menu-con li:last-child{padding-bottom:10px;}
#topMenu04 .menu-location.location1 .location-menu-con li a{display:block; padding:10px 20px; font-size:15px; color: #fff; word-break:keep-all; line-height:1.5; opacity: 0.7; transition: var(--transition-custom);}
#topMenu04 .menu-location.location1 .location-menu-con li.on{position:relative;}
#topMenu04 .menu-location.location1 .location-menu-con li a:hover{opacity: 1;}
#topMenu04 .menu-location.location1 .location-menu-con li.on a{opacity: 1; font-weight: 700;}
/* dep2 */
#topMenu04 .menu-location.location2{}
#topMenu04 .menu-location.location2 .location-menu-con{display: flex;}
#topMenu04 .menu-location.location2 .location-menu-con li{}
#topMenu04 .menu-location.location2 .location-menu-con li a{width: 12rem; font-size: 1.8rem; line-height: 1.3; letter-spacing: -0.025em; font-weight: 600; color: #000; height:var(--sub-menu-height); display: flex; align-items: center; justify-content: center; text-align: center; border-bottom: 2px solid #ddd; transition:var(--transition-custom); transition-property: color, border-color;}
html[lang="ko"] #topMenu04.top-menu-business .menu-location.location2 .location-menu-con li a {width: 15rem;}
#topMenu04 .menu-location.location2 .location-menu-con li a span{width: 100%; display: inline-block; padding: 0 1rem; box-sizing: border-box; word-break: break-word;}
#topMenu04 .menu-location.location2 .location-menu-con li a:hover,
#topMenu04 .menu-location.location2 .location-menu-con li.on a{color: var(--main-color); border-color: var(--main-color);}

@keyframes sub-active-animation {
	from {
		opacity:0;filter:Alpha(opacity=0);
		transform: translateY(100%); 
	}
	to {
		opacity:1.0;filter:Alpha(opacity=100);
		transform: translateY(0); 
	}
}

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

/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
#content:not(.wide){padding:21rem 0}
#content.wide{padding:21rem 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;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { 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; }