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

/* ========================================================
 * SETTING
======================================================== */
@media all and (max-width:1280px){
	:root{
		--sub-visual-height: 600px;
		--sub-visual-height: auto;
		--header-top: 0;
		--header-height: 90px;
		--header-fixed-height: 90px;
	}
}
@media all and (max-width:800px){
	:root{nav-open-btn
		--area-padding: 5vw;
		--sub-menu-height: 60px;
	}
}

/* ========================================================
 * FONT SIZE
======================================================== */
@media all and (max-width:1536px){
	html{font-size:0.6510vw;} /* 10 */
}
@media all and (max-width:1280px){
	html{font-size:0.8594vw;} /* 10 -> 11*/
}
@media all and (max-width:800px){
	html{font-size:1.375vw} /* 10 -> 11*/
}
@media all and (max-width:640px){
	html{font-size:1.7188vw}  /* 10 -> 11*/
}
@media all and ( max-width: 480px ){
	html{font-size:2.2vw}  /* 10 */
}
@media all and ( max-width: 412px ){
	html{font-size:2.4272vw}  /* 10 */
}
@media all and (max-width:390px){
	html{font-size:2.1795vw}  /* 10 -> 8.5 */
}

/* ========================================================
 * LAYOUT
======================================================== */
/* ****************** 공통클래스 ********************** */
@media all and (max-width:1620px){	/* max-width : (area-box width) + 60px */
	.area-box{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1460px){ 
	.area{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1280px){ 
	.pc-br{display:none;}
	.m-br{display:block;}
	.display-m{display:block;}
	.display-pc{display:none;}
}
@media all and ( min-width: 801px ) and ( min-height: 970px ){
	.pc-br{display:none;}
}
@media all and ( min-width: 1025px ) and ( max-height: 830px ){
	.pc-br{display:none;}
}

/* ****************** HEADER ********************** */
@media all and (max-width:1620px){
	#headerInner{padding: 0 var(--area-padding);}
	#gnb > ul{margin-left: 8rem;}
}
@media all and ( max-width: 1280px ){
	#header{visibility: visible; opacity: 1;}
	.sub-wrap #header{top: 0;}
	#headerInnerWrap{position:fixed; z-index:99;}
	#header .logo a{height:4.6rem;}
	#header.top-fixed #headerInner{background-color: rgba(255,255,255,0.8); backdrop-filter: blur(5px); border-bottom:1px solid rgba(0,0,0,0.05);}
	#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{border-color: rgba(0,0,0,0.2);}
	#header.top-fixed .nav-open-btn i{color: #000;}

	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{padding-right:70px;}
	/* Header :: 사이트맵 버튼 */
	.sitemap-line-btn, .sitemap-custom-btn{display:none;}

	/* -------- Header :: GNB(Pc) -------- */
	#gnb{display:none;}
	.gnb-overlay-bg{display:none}

	/* -------- Header :: GNB(Mobile/기본스타일) -------- */
	.gnb-overlay-bg-m{display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:9998;}	
	#gnbM{ 
		display:block; 
		position:fixed; 
		top:0px; 
		right:-82%;
		width:80%; 
		height:100%;  
		max-width:280px; 
		background-color:#fff; 
		z-index:9999; 
		transition:var(--transition-custom);   
		visibility:hidden;
	}
	#gnbM.open{
		right:0px; 
		visibility:visible;
	}
	/* GNB Mobile :: 레이아웃 */
	.gnb-navigation-logo{position: absolute; top: 0; left: 0; width: 100%; height: 130px; display: flex; align-items: center; justify-content: center;}
	.gnb-navigation-logo img{}
	.gnb-navigation-wrapper{position:relative; height:100%; box-sizing:border-box; padding-top:var(--header-height); overflow-y:auto;}	
	.header-util-menu-box + .gnb-navigation-wrapper{padding-top:0; height:calc(100% - var(--header-height));}
	
	/* GNB Mobile :: 메뉴영역 :: 1차 */
	#navigation > li{border-bottom:1px dashed rgba(241,5,77,0.6);}
	#navigation > li > a {position:relative; display:block; padding:2rem 0; color:#000; font-size:1.8rem; font-weight:500; letter-spacing: -0.01em;}
	#navigation > li.active > a{color:var(--main-color);}
	#navigation > li.has-2dep > a:before{font-family:xeicon; content: "\e914"; position:absolute; top:50%; right: 0; font-size:1.3em; transform:translateY(-50%); font-weight: 400;}
	#navigation > li.has-2dep.active > a:before{content: "\e91b";}
	/* GNB Mobile ::  메뉴영역 :: 2차 */
	#navigation > li .gnb-2dep{display:none; padding:15px 0; border-top: 1px dashed rgba(241,5,77,0.6);}
	#navigation > li .gnb-2dep > ul > li{height:auto !important;}
	#navigation > li .gnb-2dep > ul > li > a{position: relative; display:block; color:rgba(0,0,0,0.78); font-size:1.6rem; padding:1rem 1rem;}
	#navigation > li .gnb-2dep > ul > li > a:before{position: absolute; top: 1rem; left: 0; content: '·'; display: inline-block;}
	#navigation > li .gnb-2dep > ul > li.on > a{color:#000; font-weight:500;}
	/* GNB Mobile :: 메뉴영역 ::  3차 */
	#navigation > li .gnb-2dep > ul > li > .gnb-3dep{display:none; padding:10px; background-color:#aaa; margin:0 10px}
	#navigation > li .gnb-2dep > ul > li > .gnb-3dep > li > a{display:block; padding:8px 0; font-size:13px; color:#fff;}
	#navigation > li .gnb-2dep > ul > li > .gnb-3dep > li > a:before{display:inline-block; content:"-"; margin-right:5px;}
	
	/* -------- GNB Mobile :: 스타일2 (Full Style) -------- */
	#gnbM.gnb-style-full{ 
		top:-100%; 
		right:0;
		width:100%; 
		height:100%;  
		max-width:none; 
	}
	#gnbM.gnb-style-full.open{
		top:0px; 
	}
	.gnb-style-full .gnb-navigation-wrapper{height:auto; width:100%; position:absolute; top:130px; bottom:30px; left:0; padding-top:0;}
	.gnb-style-full .header-util-menu-box + .gnb-navigation-wrapper{top:var(--header-height); }
	.gnb-style-full-member .gnb-navigation-wrapper{bottom:var(--header-height);}
	.gnb-style-full .gnb-navigation-inner{display:table; width:100%; height:100%;}
	.gnb-style-full #navigation{
		display:table-cell;
		vertical-align:top;
		padding: 0 var(--area-padding);
	}
	.gnb-style-full #navigation > li{
		opacity:0;
		transform:translateY(-20px);
		transition:all 0s 0s;
	}
	.gnb-style-full #navigation > li > a {}
	.gnb-style-full #navigation > li .gnb-icon i{display:none;}
	.gnb-style-full.open #navigation > li{
		opacity:1.0;
		transform:translateY(0px); 
		transition:transform 0.8s, opacity 0.8s;
	}
	.gnb-style-full.open #navigation > li:nth-child(1){transition-delay:0.3s;}
	.gnb-style-full.open #navigation > li:nth-child(2){transition-delay:0.4s;}
	.gnb-style-full.open #navigation > li:nth-child(3){transition-delay:0.6s;}
	.gnb-style-full.open #navigation > li:nth-child(4){transition-delay:0.7s;}
	.gnb-style-full.open #navigation > li:nth-child(5){transition-delay:0.9s;}
	.gnb-style-full.open #navigation > li:nth-child(6){transition-delay:0.9s;}
	
	/* -------- Header :: 네비게이션 오픈 버튼 -------- */
	.nav-open-btn-box{display:block; position:fixed; top:20px; right:var(--area-padding); z-index:10000;}
	.nav-open-btn{width:50px; height:50px; 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; z-index:10000; transition: var(--transition-custom); transition-property: border-color;}
	.nav-open-btn i{font-size: 22px; color: #fff; transition: var(--transition-custom); transition-property:color;}
	.nav-open-btn .open{display: block;}
	.nav-open-btn .close{display: none;}
	.nav-open-btn-box.active{right:20px;}
	#header.top-fixed .nav-open-btn-box.active .nav-open-btn,
	.nav-open-btn-box.active .nav-open-btn{border: none;}
	.nav-open-btn-box.active .nav-open-btn i{color: #000;}
	.nav-open-btn-box.active .nav-open-btn .open{display: none;}
	.nav-open-btn-box.active .nav-open-btn .close{display: block;}
}
@media all and ( max-width: 480px ){
	#header .logo a{height:2.7rem;}
}
@media all and (max-width:320px){
	.nav-open-btn-box{top:24px;}
	.header-util-box {padding-right: 50px;}
	.nav-open-btn{width:40px; height:40px;}
	.gnb-navigation-logo img {height: 5rem;}
}


/* ****************** FOOTER ********************** */
@media all and (max-width:1280px){
	/* -------- FOOTER :: 레이아웃 -------- */
	#footerInner{padding: 5rem 0 0; text-align: center;}
	.footer-left-con,.footer-right-con{float:none;}
	.footer-left-con{display: block;}
	/* Footer :: 푸터로고 */
	.foot-logo{margin-right: 0;}
	/* Footer :: 정보 */
	.footer-address{padding-top: 2.5rem;}
	.footer-address p:first-child{margin-bottom: 0.5rem; display: block; padding-right: 0;}
	/* Footer :: 푸터메뉴 */
	.foot-menu{margin-top: 1rem; text-align: center; display: flex;}
	.foot-menu li{margin-top: 0; width: 33.33%; display: block; position: relative;}
	.foot-menu li:before{position: absolute; top: 50%; margin-top: -0.8rem; left: 0; width: 1px; height: 1.6rem; background-color: #e5e5e5; content: '';}
	.foot-menu li:first-child:before{display: none;}
	.foot-menu li a{line-height: 8rem;}
}
@media all and (max-width:800px){
	/* Footer :: 푸터로고 */
	.foot-logo img{height: 7.6rem;}
	/* Footer :: 정보 */
	.footer-address .footer-address-txt{font-size:1.6rem;}
	/* Footer :: Copyright */
	.footer-copyright{font-size:1.2rem; }
}

/* ****************** SUB LAYOUT ********************** */
@media all and (max-width:1680px){ 
	.visual-txt-container .visual-tit{font-size: 15.5rem;}
	.visual-txt-container .visual-sub-txt{padding-left: 22rem; font-size: 14.5rem;}
}
@media all and (max-width:1460px){ 
	#content:not(.wide){padding:21rem var(--area-padding)}
}
@media all and (max-width:1280px){
	#visual{padding-top: 250px; padding: 180px 0 135px;}
	.visual-txt-container .visual-tit{padding-left: 10px;}
	.visual-txt-container02{margin-top: 80px; position: relative;}
	.visual-line-cir{width: 200.2rem; height: 200.2rem;}
	.visual-line-cir.cir01{top: -150rem; right: -64.7rem;}
	.visual-line-cir.cir02{top: -148.3rem; right: -69rem;}
	.visual-line-cir.cir03{top: -146rem; right: -74.5rem;}
	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content:not(.wide){padding: 15rem var(--area-padding)}
	#content.wide{padding: 15rem 0 0 0}
}
@media all and (max-width:800px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual{padding: 130px 0 13.5rem;}
	.visual-txt-container .visual-tit{padding-left: 10px; font-size: 7rem;}
	.visual-txt-container .visual-sub-txt{padding-left: var(--area-padding); font-size: 7rem;}

	.visual-txt-container02{margin-top: 90px;}
	.visual-txt-container02 .cir-txt .txt01,
	.visual-txt-container02 .cir-txt .txt02,
	.visual-txt-container02 .cir-txt .txt03,
	.visual-txt-container02 .cir-txt .txt04{font-size: 3.2rem; line-height: 1.129;}
	.visual-txt-container02 .cir-txt .txt01{padding-right: 8rem;}
	.visual-txt-container02 .cir-txt .txt02{padding-right: 0.5rem;}
	.visual-txt-container02 .cir-txt .txt03{padding-right: 6.5rem;}
	.visual-txt-container02 .cir-bg{margin-top: -12rem; right: calc(var(--area-padding) - 10px); width: 24rem; height: 24rem;}
	@keyframes colorWheel {
    0% {
		transform: rotate(0deg)
		    translate(-10px)
		    rotate(0deg);
	}
	100% {
		transform: rotate(720deg)
		    translate(-10px)
		    rotate(-720deg);
	}
}
	/* business */
	.sub-visual-business .visual-txt-container02 .cir-txt .txt01{padding-right: 12rem;}
	.sub-visual-business .visual-txt-container02 .cir-txt .txt02{padding-right: 4rem;}
	.sub-visual-business .visual-txt-container02 .cir-txt .txt03{padding-right: 0.5rem;}
	/* global */
	.sub-visual-global .visual-txt-container02 .cir-txt .txt01{padding-right: 14rem;}
	.sub-visual-global .visual-txt-container02 .cir-txt .txt02{padding-right: 2.5rem;}
	.sub-visual-global .visual-txt-container02 .cir-txt .txt03{padding-right: 0.5rem;}
	/* esg */
	.sub-visual-esg .visual-txt-container02 .cir-txt .txt01{padding-right: 12rem;}
	.sub-visual-esg .visual-txt-container02 .cir-txt .txt02{padding-right: 2rem;}
	.sub-visual-esg .visual-txt-container02 .cir-txt .txt03{padding-right: 6rem;}
	.sub-visual-esg .visual-txt-container02 .cir-txt .txt04{padding-right: 0.5rem;}
	/* ir */
	.sub-visual-ir .visual-txt-container02 .cir-txt .txt01{padding-right: 12rem;}
	.sub-visual-ir .visual-txt-container02 .cir-txt .txt02{padding-right: 1rem;}
	.sub-visual-ir .visual-txt-container02 .cir-txt .txt03{padding-right: 5.5rem;}
	.sub-visual-ir .visual-txt-container02 .cir-txt .txt04{padding-right: 1rem;}
	/* careers */
	.sub-visual-careers .visual-txt-container02 .cir-txt .txt01{padding-right: 12rem;}
	.sub-visual-careers .visual-txt-container02 .cir-txt .txt02{padding-right: 10rem;}
	.sub-visual-careers .visual-txt-container02 .cir-txt .txt03{padding-right: 7rem;}
	.sub-visual-careers .visual-txt-container02 .cir-txt .txt04{padding-right: 0;}

	.visual-line-cir{width: 200.2rem; height: 200.2rem;}
	.visual-line-cir.cir01{top: -165rem; right: -108.7rem;}
	.visual-line-cir.cir02{top: -163.3rem; right: -113rem;}
	.visual-line-cir.cir03{top: -161rem; right: -118.5rem;}
	
	/*  SUB LAYOUT :: 서브메뉴(스타일4) */
	#topMenu04{display: none;}
	#topMenu04 .side-menu-inner{padding-left:0; width:auto;}
	#topMenu04 .location-to-home-btn{display: none;}
	#topMenu04 .menu-location{width:50%; margin: 0; min-width: auto;}
	#topMenu04 .menu-location > .cur-location{height:var(--sub-menu-height); border:none; border-bottom: 3px solid #000; padding:0 30px 0 10px}
	#topMenu04 .menu-location + .menu-location > .cur-location{border-bottom-color: #e5e5e5;}
	#topMenu04 .menu-location > .cur-location span{line-height:var(--sub-menu-height); font-size:1.8rem;}
	#topMenu04 .menu-location .location-menu-con{top:var(--sub-menu-height); left:0;}
	#topMenu04 .menu-location + .menu-location .location-menu-con{background-color: #e5e5e5;}
	#topMenu04 .menu-location .location-menu-con li a{font-size:14px; padding:7px 10px;}
	#topMenu04 .menu-location + .menu-location .location-menu-con li a{color: #000;}

	/* -------- SUB LAYOUT :: 서브메뉴 모바일 -------- */
	#topMenuM{margin: 0 var(--area-padding); display:block; position:relative; height: var(--sub-menu-height);}
	#topMenuM .top-menu-wrapper{position:absolute; top:0; left:0; right:0; height:var(--sub-menu-height); }
	#topMenuM .top-menu-inner{position:relative; height:var(--sub-menu-height);}
	#topMenuM .menu-location{position:relative; box-sizing:border-box; width:100%;}
	#topMenuM .menu-location > .cur-location{position:relative; display:block; width:100%; text-align:left; height:var(--sub-menu-height); padding:0 1rem; padding-right: 4rem; box-sizing:border-box; border-bottom: 3px solid #000;}
	#topMenuM .menu-location.location2 > .cur-location{border-bottom: 3px solid #e5e5e5;}
	#topMenuM .menu-location > .cur-location span{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:var(--sub-menu-height); color:#000; font-weight:500; font-size:18px; letter-spacing: -0.025em;}
	#topMenuM .menu-location > .cur-location .arrow{position:absolute; top:50%; right:2.5rem; width:20px; height:20px; margin-top:-10px; font-size:20px;}
	#topMenuM .menu-location .location-menu-con{display:none; position:absolute; top:100%; left:-1px; right:-1px; background-color: #000; z-index:11; }
	#topMenuM .menu-location.location2 .location-menu-con{background-color: var(--main-color);}
	#topMenuM .menu-location .location-menu-con li:first-child{padding-top:10px;}
	#topMenuM .menu-location .location-menu-con li:last-child{padding-bottom:10px;}
	#topMenuM .menu-location .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);}
	#topMenuM .menu-location .location-menu-con li.on{position:relative;}
	#topMenuM .menu-location .location-menu-con li.on a{opacity: 1; font-weight: 700;}
	/* 2depth 있을때 */
	#topMenuM .menu-2dep{display:flex;}
	#topMenuM .menu-2dep .menu-location{width:50%;}
	#topMenuM .menu-2dep .menu-location.loaction2{}
	#topMenuM .menu-2dep .menu-location .location-menu-con{border:1px solid #ddd; border-top:0;}
	/* Menu OPEN */
	#topMenuM .menu-location.open > .cur-location .arrow{transform:rotate(-180deg); margin-top:-10px;}
	
	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content:not(.wide){padding: 10rem var(--area-padding)}
	#content.wide{padding: 10rem 0 0 0}
}

/* ****************** MODAL LAYERPOPUP ********************** */
@media all and ( max-width: 800px ){
	/* modal layer content */
	.footer-modal-content{width:auto; margin:50px 15px}
	.footer-modal-content h1{font-size:18px; text-align:left; padding:0 30px 15px 0}
	.modal-close-btn{right:-3px; top:-3px;}
	.modal-close-btn i{font-size:24px}
	.footer-inner-box{padding:15px}
	.footer-inner{padding:10px; height:250px;}
}