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

/* ========================================================
 * SETTING
======================================================== */
:root{
	--main-color: #005dac;
	--area-sub-width: 1380px;
	--area-box-width: 1694px;
	--area-width: 1485px;
	--area-padding: 30px;
	--header-top: 0px;
	--header-fixed-top: 0px;
	--header-height: 125px;
	--sub-visualTop-height: 41rem;
	--sub-visual-height: 76.5rem;
	--sub-menu-height: 8.6rem;
	--sub-con-paddingBottom: 14rem;
	--full-height: 100vh;
	--transition-custom: all 0.4s ease-in-out;
	--transition-custom2: all 0.8s ease-in-out; /* data-scroll */
	--font-family1: "Pretendard", "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;
	--font-family2: "Poppins", "Pretendard", "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;
}
html:not(.is-mobile) *::-webkit-scrollbar {
	width: 7px;
	height: 15px;
}
html:not(.is-mobile) *::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}
html:not(.is-mobile) *::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
}
::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-sub{ max-width:var(--area-sub-width); margin:0px auto; }
.area-box{ max-width:var(--area-box-width); margin:0px auto; }
.area-wide{ max-width:var(--area-wide-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;}
.font-poppins{font-family: var(--font-family2);}

.cm-fill-ani-JS{position: relative; overflow: hidden;}
.cm-fill-ani-JS .bg{position:absolute; top:-1px; left:-1px; right:-1px; bottom:-1px; overflow:hidden;}
.cm-fill-ani-JS .bg .cm-fill {position: absolute; display: block; width: 0px; height: 0px; transform: translate(-50%,-50%); border-radius: 50%; background: #000; transition: width 0.5s ease-out, height 0.5s ease-out;}
.cm-fill-ani-JS .txt{position: relative; transition: color 0.3s;}

.cm-fill-ani-JS.white-ver .bg .cm-fill {background: #fff;}

.cm-fill-ani-JS.point-ver .bg{top:-2px; left:-2px; right:-2px; bottom:-2px;}
.cm-fill-ani-JS.point-ver .bg .cm-fill {background: var(--main-color);}

@media (hover: hover) and (min-width:801px) {
	.cm-fill-ani-JS:hover .cm-fill{width: 40vw; height: 40vw; transition: width 0.5s ease-in 0.1s, height 0.5s ease-in 0.1s;}
	.cm-fill-ani-JS:hover .txt{color: #000;}
	.cm-fill-ani-JS.white-ver:hover .txt{color: #fff;}
	.cm-fill-ani-JS.point-ver:hover .txt{color: #fff;}
}

/* ****************** HEADER ********************** */
#header{position:fixed; height:var(--header-height); top:var(--header-top); left:0; width:100%; z-index:9999; transition:var(--transition-custom); transition-property: transform, opacity, top;}
#header:before{position: absolute; content: ''; width: 100%; height: calc(var(--header-height) + var(--header-top)); transform: translateY(calc(-1 * (var(--header-height) + var(--header-top)))); background: rgba(0, 0, 0, 0.35); backdrop-filter: blur(2rem); top: calc(-1 * var(--header-top)); left: 0; transition: var(--transition-custom); transition-property: background, transform, height;}
#headerInnerWrap{position:absolute; top:0px; left:0px; width:100%; height:var(--header-height); z-index:9999; transition:var(--transition-custom); transition-property:background-color, transform;}
#headerInner{position:relative; display:flex; align-items:center; justify-content:space-between; height:var(--header-height); box-sizing: border-box;}
#header .logo{position:relative; z-index:100; }
#header .logo a{display:block; max-height: 41px; height: 4.1rem;}
#header .logo svg,
#header .logo img{height: 100%; display:block; vertical-align:top;}
.cm-logo-svg{}
.cm-logo-svg .cls-1{fill:#fff; transition:var(--transition-custom); transition-property: fill;}

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

/* Header :: 언어선택 */
.header-lang {position:relative; width:7.6rem; z-index:100;}
.header-lang .lang-open-btn {overflow:hidden; position:relative; display:block; width:100%; height:3.3rem; padding:0 1.6rem 0 1rem; color: #fff; display: flex; align-items: center; justify-content: space-between; border:2px solid rgba(255,255,255,0.3); box-sizing: border-box; border-radius: 3.3rem; transition:var(--transition-custom);}
.header-lang .lang-open-btn i {font-size:2rem;}
.header-lang .lang-open-btn strong{font-size:1.45rem; font-weight: 700;}
.header-lang > ul {display:none; position:absolute; top:3.3rem; left:0; z-index:10; width:100%;}
.header-lang > ul > li{padding-top: 0.6rem;}
.header-lang > ul > li > a{width: 100%; height:3.3rem; padding:0 1.5rem; font-weight: 700; color: #fff; display: flex; align-items: center; justify-content: center; border:2px solid rgba(255,255,255,0.3); border-radius: 3.3rem; box-sizing: border-box; transition:var(--transition-custom); transition-property: border-color;}
.header-lang > ul > li > a:hover{border-color: #fff;}
/* px고정 */
.header-lang {width:76px;}
.header-lang .lang-open-btn {height:33px; padding:0 16px 0 10px; border-radius: 33px;}
.header-lang .lang-open-btn i {font-size:20px;}
.header-lang .lang-open-btn strong{font-size:14.5px;}
.header-lang > ul {top: 33px;}
.header-lang > ul > li{padding-top: 6px;}
.header-lang > ul > li > a{height:33px; padding:0 15px; border-radius: 33px;}

/* Header :: 사이트맵버튼 */
.sitemap-line-btn{margin-left: 4rem; width: 60px; height:var(--header-height); display:flex; flex-wrap:wrap; justify-content: center; align-content: center; box-sizing:border-box; transition:var(--transition-custom);}
.sitemap-line-btn .dotted-line{position: relative; display: flex; transition:var(--transition-custom);}
.sitemap-line-btn .dotted{position: relative; display:block; width:4px; height:4px; background-color:#fff; margin:3px 2.5px; transition:var(--transition-custom);}
/* active */
.sitemap-line-btn.active{position:relative; z-index:100000;}

#header.sitemap-open:before{visibility: hidden;}
#header.sitemap-open #headerInner{background:transparent; box-shadow:0 0 0 0; transition: background 0.2s;}
#header.sitemap-open #headerInner .header-lang,
#header.sitemap-open #headerInner .logo{opacity:0;}

#header.sitemap-open #headerInner .sitemap-line-btn{border-radius:8px;}
#header.sitemap-open #headerInner .sitemap-line-btn .dotted-line:nth-child(1){transform:translateY(5px) rotate(225deg);}
#header.sitemap-open #headerInner .sitemap-line-btn .dotted-line:nth-child(2){transform:translateY(-5px) rotate(-225deg);}
#header.sitemap-open #headerInner .sitemap-line-btn .dotted-line .dotted{margin:3px 0; width:9px;}
#header.sitemap-open .sitemap-line-btn.active .dotted{background-color: #fff;}

/* -------- 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{padding-left: 30rem !important; padding-right: 30rem !important; width: 100%; display: flex; align-items: center; justify-content: center; box-sizing: border-box;}
#gnb > ul > li{position:relative; word-break:keep-all; transition:var(--transition-custom); transition-property: width;}
#gnb > ul > li > a{
	position:relative; z-index:100; width: 100%; height:var(--header-height); /* padding:0 4rem; */ text-align:center; color:#fff; font-size:1.8rem; line-height: 1.3; font-weight:500; display: flex; align-items: center; justify-content: center; transition:var(--transition-custom); transition-property: color;
}
#gnb > ul > li.gnb1{width: 15.8rem;}
#gnb > ul > li.gnb2{width: 15.3rem;}
#gnb > ul > li.gnb3{width: 10.2rem;}
#gnb > ul > li.gnb4{width: 10.3rem;}
#gnb > ul > li.gnb5{width: 14.6rem;}
/* #gnb > ul > li > a:hover,
#gnb > ul > li > a:focus,
#gnb > ul > li.on > a{color:var(--main-color);} */

/* GNB :: 2차 전체메뉴 */
#gnbBg{
	overflow:hidden; 
	position:absolute; 
	left:0; top:calc(-1*var(--height-top)); 
	width:100%; 
	height:0; 
	background: #fff; 
	z-index:98;
	opacity:0;
	transition:height 0.3s ease-in-out, opacity 0.2s ease-in-out;
}
#gnbBg:after{position:absolute; top:var(--header-height); width:100%; left:0; height:1px; background-color:#ddd; content:"";}
#gnb.total-menu > ul > li .gnb-2dep{
	position:absolute; 
	top:var(--header-height); 
	left:0px; 
	z-index:99;
	width:100%; 
	text-align:left; 
	opacity:0;filter:Alpha(opacity=0);
	height:0;
    transition: all 0.2s 0s;
	transition-delay: 0s;
	visibility:hidden;
}
#gnb.total-menu > ul > li .gnb-2dep:before {
	content:""; position:absolute; left:0; top:-1.5px; width:0; left:50%; height:3px; background-color:var(--main-color); 
	transition:var(--transition-custom);
}
#gnb.total-menu > ul > li:hover .gnb-2dep:before {width:calc(100% - 2rem); left:1rem;}
#gnb.total-menu > ul > li .gnb-2dep ul{padding:3rem 0px;}
#gnb.total-menu > ul > li .gnb-2dep ul li{position:relative; text-align:center;}
#gnb.total-menu > ul > li .gnb-2dep ul li a{ display:block;  padding: 1rem 1rem; color:#555; font-size:1.6rem; letter-spacing:-0.025em; font-weight:500; line-height:1.3; transition:var(--transition-custom); transition-property: color;}
#gnb.total-menu > ul > li .gnb-2dep > ul > li > a > span {display:inline-block; position:relative; padding-bottom:5px;}
#gnb.total-menu > ul > li .gnb-2dep > ul > li > a > span:before {content:""; width:0; height:1px; background-color:var(--main-color); position:absolute; left:50%; bottom:0; transition: var(--transition-custom);}
#gnb.total-menu > ul > li .gnb-2dep > ul > li > a:hover ,
#gnb.total-menu > ul > li .gnb-2dep > ul > li.on > a {color:var(--main-color);}
#gnb.total-menu > ul > li .gnb-2dep > ul > li > a:hover > span:before,
#gnb.total-menu > ul > li .gnb-2dep > ul > li.on > a > span:before {width:100%; left:0;}

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

@media all and (min-width:1281px){
	#header.gnb-open .logo .cm-logo-svg .cls-1,
	#header.sitemap-open .logo .cm-logo-svg .cls-1{fill:#005dac;}
	#header.gnb-open #gnb > ul > li > a, 
	#header.sitemap-open #gnb > ul > li > a,
	#header.gnb-open .header-lang .lang-open-btn, 
	#header.sitemap-open .header-lang .lang-open-btn {color: #333; border-color: rgba(0, 0, 0, 0.3);}
	#header.gnb-open .sitemap-line-btn .dotted, 
	#header.sitemap-open .sitemap-line-btn .dotted{background-color:#333;}
	
	#header.gnb-open #gnb > ul > li.gnb1,
	#header.gnb-open #gnb > ul > li.gnb2,
	#header.gnb-open #gnb > ul > li.gnb3,
	#header.gnb-open #gnb > ul > li.gnb4,
	#header.gnb-open #gnb > ul > li.gnb5{max-width: 18rem; width: 20%;}
}


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


/* -------- Header :: sub ver -------- */
.sub-wrap .nav-open-btn-box,
.sub-wrap #header{top:var(--header-fixed-top);}
.sub-wrap #header:before{background: rgba(255, 255, 255, 0.35);}
.sub-wrap #header .logo .cm-logo-svg .cls-1 {fill: #005dac;}
.sub-wrap .header-lang .lang-open-btn {border-color: #000; color: #000;}
.sub-wrap .header-lang > ul > li > a{color: #000; border-color: #000;}
.sub-wrap .header-lang > ul > li > a:hover{border-color: #000; background-color: rgba(0,0,0,0.1);}
.sub-wrap .nav-open-btn .dotted,
.sub-wrap .sitemap-line-btn .dotted{background-color: #000;}
.sub-wrap #gnb > ul > li > a{color: #000;}


/* -------- Header :: fixed -------- */
#header.top-fixed{top:var(--header-fixed-top);}
#header.top-fixed:before{transform:translateY(0);}


/* -------- Header :: scroll down -------- */
@media all and (min-width:1179px){
	#header.top-fixed.scroll-down{transform:translateY(-100%);}
}
@media all and (max-width:1179px){
	#header.top-fixed.scroll-down:before,
	#header.top-fixed.scroll-down .nav-open-btn,
	#header.top-fixed.scroll-down #headerInnerWrap{transform:translateY(calc(-1 * var(--header-height)));}
}


/* ****************** FOOTER ********************** */
/* -------- FOOTER :: 레이아웃 -------- */
#footer{position: relative;}
.sub-wrap #footer{border-top: 1px solid rgba(0,0,0,0.1);}
/* Footer :: TOP버튼 */
.to-top-btn{
	position: absolute; top: 8rem; left: 50%; margin-left: 775px;
	width:49px; 
	height:49px; 
	text-align:center; 
	z-index:99;
	box-sizing:border-box;
	background-color: #000; color: #fff; border-radius: 100%;
	transition:var(--transition-custom); transition-property: bottom, opacity;
}
.to-top-btn i{font-size: 24px; transform: rotate(90deg); transition:var(--transition-custom); transition-property: transform;}
.to-top-btn:hover i{transform: rotate(90deg) translateX(-3px);}
#fullpage .to-top-btn{display:none;}

@media all and (max-width:1754px){
	.to-top-btn{position:fixed; top: auto; left: auto; right:25px; bottom:-100px; margin-left: 0; opacity:0;}
	.to-top-btn.bottom-fixed{bottom: 30px; opacity:1.0;}
}

/* -------- FOOTER :: 상단 -------- */
#footerTop{padding:7.5rem 0 8.5rem;}
#footerTop .area{display: flex; flex-wrap:wrap;}
#footerTop .footer-left-con{width: calc(100% - 33rem); display: flex; flex-wrap:wrap;}
#footerTop .footer-right-con{width: 31.7rem;}

/* Footer :: 푸터로고 */
.foot-logo{width: 31.5rem; display:block;}
.foot-logo svg,
.foot-logo img{height: 4.1rem;}
.foot-logo .cm-logo-svg .cls-1 {fill: #005dac;}

/* Footer :: 정보 */
.footer-address{width: calc(100% - 31.5rem);}
.footer-address .footer-address-txt{display: flex; flex-wrap:wrap; align-items: center;}
.footer-address .footer-address-txt + .footer-address-txt{margin-top: 1.5rem;}
.footer-address p{margin-right: 2rem; font-size:1.8rem; line-height:1.3; font-weight: 500; letter-spacing: -0.055em; color:#000;}
.footer-address .footer-address-txt p:last-child{margin-right: 0;}
.footer-address p b{font-weight: 600;}
.footer-address a{color:inherit}

/* Footer :: 패밀리사이트 */
.family-site-box{position:relative; width:100%;}
.family-site-box .family-site-open-btn{width:100%; height:6rem; padding: 0 4rem 0 3.5rem; font-size: 1.55rem; font-weight: 600; color: #4b4b4b; border: 0; border: 1px solid #eaeaea; box-sizing:border-box; display: flex; align-items: center; position: relative;}
.family-site-box .family-site-open-btn:after{position:absolute; right:3rem; top:50%; transform:translateY(-50%); font-size:1.6rem; font-weight: 700; font-family: 'xeicon'; content:"\e942"; color: #000;}
.family-site-box .family-site-open-btn.add-css:after{content:"\e916";}
.family-site-box.open .family-site-open-btn:after{content:"\e945";}
.family-site-list{position:absolute; bottom: calc(100% - 1px); left:0; width:100%; padding: 2rem 0 0; background-color: #fff; border: 1px solid #eaeaea; border-bottom: 0; z-index:11; display:none; box-sizing:border-box;}
.family-site-list a{display:block; padding:10px 3.5rem; color:#4b4b4b; font-size:1.4rem; font-weight: 500;}
.family-site-list a:hover{text-decoration:underline;}


/* -------- FOOTER :: 하단 -------- */
#footerBottom{}
#footerBottom .area{padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; border-top: 2px solid #313131; display: flex; flex-wrap:wrap; align-items: center; justify-content: space-between;}
#footerBottom .footer-left-con{display: flex; flex-wrap:wrap;}

/* Footer :: Copyright */
.footer-copyright{font-size:1.3rem; line-height: 1.3; font-weight: 500; letter-spacing: -0.01em; color: #4b4b4b;}
.footer-headoffice-logo{margin-left: 1.5rem; height: 1.1rem;}

/* Footer :: 푸터메뉴 */
.foot-menu{display: flex; align-items: center;}
.foot-menu li{padding-left:3rem;} 
.foot-menu li:first-child{padding-left:0}
.foot-menu li a{display: flex; align-items: center; font-size:1.55rem; line-height: 1.3; letter-spacing:-0.045em; font-weight: 600; color: #000;}
.foot-menu li a i{font-size: 2.05rem; margin-right: 1rem;}
.foot-menu li a:hover i{animation: navani 0.3s ease-in-out;}

@keyframes navani{
	0% {transform: scaleX(1);}
	25% {transform: scaleX(0);}
	50% {transform: scaleX(1);}
	75% {transform: scaleX(0);}
	100% {transform: scaleX(1)}
}



/* ****************** SUB LAYOUT ********************** */
.sub-wrap #container{padding-top: var(--header-height);}
#visualTop{position:relative; width:100%; height:var(--sub-visualTop-height);}
#visualTop .visualTop-txt-con{position:relative; z-index:1; text-align:center; display:table; width:100%; height:100%; box-sizing: border-box;}
#visualTop .visualTop-txt-container{position:relative; width:100%; }
#visualTop .visualTop-tit,
#visualTop .visualTop-sub-txt,
#visualTop .visualTop-sub-txt02,
#visualTop .location{
	opacity:0;
    transform: translateY(30px);
	transition:var(--transition-custom2);
	transition-property: transform, opacity;
}
#visualTop .visualTop-tit{
	font-size:11rem; letter-spacing: -0.045em; font-weight: 800; color: #000; text-transform: uppercase;
}
#visualTop .visualTop-sub-txt{
	margin-top: 1rem; font-size:2.2rem; line-height: 1.22; letter-spacing: -0.025em; font-weight: 600; color: #000;
	transition-delay:0.2s;
}
#visualTop .visualTop-sub-txt02{
	margin-top: 1rem; font-size:1.7rem; line-height: 1.4; letter-spacing: -0.025em; font-weight: 600; color: #000;
	transition-delay:0.2s;
}
#visualTop .location{
	transition-delay:0.3s;
}

.location{margin-top: 7.5rem;}
.location ul{display: inline-flex; align-items: center;}
.location li{font-size:1.5rem; font-weight: 700; color: #808080;}
.location li a{display: flex; align-items: center; color:inherit;}
.location li img{margin-right: 1rem; position: relative; top: -0.2rem;}
.location li:before{font-family: 'xeicon'; display:inline-block; content: "\e93f"; position:relative; top: -0.1rem; vertical-align:middle; margin:0px 1rem 0 1.5rem; color:#656565; font-size:1.5rem;}
.location li:first-child:before{display:none;}
.location li:last-child{color:#000;}

/* active */
#visualTop.active .visual-img-inner{
     transform: scale(1.0,1.0) rotate(0.002deg);
}
#visualTop.active .visualTop-tit,
#visualTop.active .visualTop-sub-txt,
#visualTop.active .visualTop-sub-txt02,
#visualTop.active .location{
	opacity:1.0;
    transform: translateY(0px);
}

/*  SUB LAYOUT :: 비주얼 */
#visual{position:relative; width:100%; height:var(--sub-visual-height);}
#visual .visual-img-con{position:absolute; top:0px; left:50%; transform:translateX(-50%); width:70%; height:var(--sub-visual-height); overflow:hidden; will-change: width, transform;}
#visual .visual-img-inner{width:100%; height:100%; background-size:cover !important;}
#visual .visual-txt-con{position:relative; z-index:1; text-align:center; display:table; width:100%; height:100%; box-sizing: border-box;}
#visual .visual-txt-container{position:relative; width:100%; padding-bottom: var(--sub-menu-height);}
#visual .visual-scroll{margin: 0 auto; width: 10.4rem; height: 10.4rem; border-radius: 100%; display: flex; align-items: center; justify-content: center; border: 2px solid #fff; box-sizing: border-box; position: relative;}
#visual .visual-scroll:before{position: absolute; top: 50%; left: 50%; margin-top: -6.75rem; margin-left: -6.75rem; width: 13.5rem; height: 13.5rem; background: url("../images/common/txt_scrolldown.png") center/cover no-repeat; content: ''; animation: 8s linear 0s infinite normal none running visualScroll;}
#visual .visual-scroll i{font-size: 2.5rem; color: #fff; animation: upDown 1.5s ease-in-out infinite;}
#visual .visual-tit{margin-top: 7rem; font-size: 9.7rem; font-weight:800; color: #fff;}

@keyframes visualScroll{
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes upDown {
	0% {
		transform:  translateY(-5px);
	}
	50% {
		transform: translateY(5px);
	}
	100% {
		transform:  translateY(-5px);
	}
}

/*  SUB LAYOUT :: 서브메뉴(스타일1) */
#topMenu01{margin-top: calc(-1 * var(--sub-menu-height)); position:relative; z-index: 1; left:50%; transform:translateX(-50%); width:70%; height:var(--sub-menu-height);}
#topMenu01 .side-menu-inner{text-align:center; width:100%; height:var(--sub-menu-height); background-color: rgba(0,0,0,0.29); backdrop-filter: blur(2.9rem); /* transition:var(--transition-custom); transition-property: height; */}
#topMenu01 .side-menu-inner ul{display:flex; align-items:center; justify-content:center;}
#topMenu01 .side-menu-inner ul li{padding: 0 5.8rem; max-width:25%; box-sizing: border-box; }
#topMenu01 .side-menu-inner ul li > a{display:table; position:relative; width:100%; height:var(--sub-menu-height); font-size:1.8rem; line-height:1.2; letter-spacing:-0.055em; font-weight:600; color:#a5a5a5; word-break:keep-all; transition:var(--transition-custom); /* transition-property: height, color; */}
#topMenu01 .side-menu-inner ul li > a:before{position:absolute; top: -0.5rem; left:50%; margin-left: -0.5rem; width:1rem; height:1rem; background-color: #fff; border-radius: 100%; content:""; opacity: 0; transition:var(--transition-custom); transition-property: opacity;}
#topMenu01 .side-menu-inner ul li > a > span{display:table-cell; vertical-align:middle;}
#topMenu01 .side-menu-inner ul li > a:hover, 
#topMenu01 .side-menu-inner ul li.on > a{color:#fff;}
#topMenu01 .side-menu-inner ul li > a:hover:before, 
#topMenu01 .side-menu-inner ul li.on > a:before{opacity: 1;}

/* 애니메이션 초기설정 */
#visual .visual-tit{opacity:0; transform: translateY(100%); will-change: opacity, transform;}
#topMenu01{pointer-events:none;}

/* SUB LAYOUT :: 서브메뉴 Fixed (공통) */
@media all and (min-width:801px){
	#topMenu01.top-fixed{left: 0; transform: none;}
	#topMenu01.top-fixed .side-menu-inner{position:fixed; top:0px; left:0px; z-index:9999; /* height: calc(var(--sub-menu-height) - 2rem); */}
	#topMenu01.top-fixed .side-menu-inner ul li > a{color: rgba(255,255,255,0.6); /* height: calc(var(--sub-menu-height) - 2rem); */}
	#topMenu01.top-fixed .side-menu-inner ul li > a:hover, 
	#topMenu01.top-fixed .side-menu-inner ul li.on > a{color:#fff;}
	#topMenu01.top-fixed .side-menu-inner ul li > a:before{opacity: 0; visibility: hidden;}
}

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

/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
#content{position: relative;}
#content:not(.wide){padding: 11.5rem 0 var(--sub-con-paddingBottom);}
#content.wide{padding: 11.5rem 0 0 0}

/*  SUB LAYOUT :: 상단정보 (공통) */
#contentInfoCon{margin-bottom: 7rem; text-align:center;}
#contentInfoCon .content-tit{font-size: 2.5rem; line-height: 1.3; letter-spacing: -0.045em; font-weight: 600; color: #000;}
#contentInfoCon .content-tit.sm-size{font-size: 2rem; letter-spacing: -0.045em;}
#contentInfoCon .content-sub-tit{margin-top: 3rem; font-size: 5.5rem; line-height: 1.3; letter-spacing: -0.055em; font-weight: 800; color: #000; position: relative;}
#contentInfoCon .content-sub-txt{margin-bottom: 7.5rem; font-size: 4rem; line-height: 1.4; letter-spacing: -0.055em; font-weight: 800; color: #000;}
#contentInfoCon .content-sub-txt:before{margin: 4rem auto 5rem; width: 2.5rem; height: 2px; background-color: #000; content: ''; display: block;}
#contentInfoCon.sub-contentInfo-products{margin-bottom: 5rem;}
#contentInfoCon.sub-contentInfo-products .content-tit{font-size: 5.5rem;}


/* ****************** MODAL LAYERPOPUP ********************** */
/* modal layer */
.modal-fixed-pop-wrapper02,
.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.6);}
.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; }

#footerFamilySite{opacity: 0; visibility: hidden; position: fixed; top:0px; left:0px; width:100%; height:100%; z-index:9999;}
#footerFamilySite .modal-fixed-pop-wrapper02{display:block; position:relative; top:0px; left:0px; z-index:0; background:transparent;}
#footerFamilySite .modal-fixed-pop-wrapper02 .scroll-content{height: 100%;}
#footerFamilySite .custom-modal-bg{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); opacity: 0; transition:var(--transition-custom); transition-property: opacity;}
.popup-familysite-con{padding: 3rem 0 !important; display: flex; flex-wrap:wrap; background-color: rgba(255, 255, 255, 0.2); backdrop-filter: blur(2rem); -webkit-backdrop-filter: blur(2rem); position: relative; z-index: 1;}
.popup-familysite-item{padding: 0 3rem; width: 33.33%; box-sizing: border-box;}
.popup-familysite-item + .popup-familysite-item{border-left: 1px solid rgba(255,255,255,0.1);}
.popup-familysite-item h5{font-size: 1.6rem; line-height: 1.3; letter-spacing: -0.02em; font-weight: 700; color: #fff;}
.popup-familysite-item ul{margin-top: 2rem;}
.popup-familysite-item ul li{width: 100%;}
.popup-familysite-item ul li + li{margin-top: 0.8rem;}
.popup-familysite-item ul li a{width: 100%; font-size: 1.4rem; line-height: 1.3; letter-spacing: -0.02em; font-weight: 500; color: rgba(255,255,255,0.5); display: block; transition:var(--transition-custom); transition-property: color;}
.popup-familysite-item ul li a:hover{color: #fff;}

#footerFamilySite.open{opacity: 1; visibility: visible;}
#footerFamilySite.open .custom-modal-bg{opacity: 1;}

@media all and (max-width:800px){
	.popup-familysite-con{padding: 0 2rem !important;}
	.popup-familysite-item{padding: 3rem 0; width: 100%;}
	.popup-familysite-item + .popup-familysite-item{border-left: none; border-top: 1px solid #dcdcdc;}
	.popup-familysite-item h5{font-size: 1.6rem; line-height: 1.3;}
	.popup-familysite-item ul{margin: 1rem -0.5rem -0.5rem; display: flex; flex-wrap:wrap;}
	.popup-familysite-item ul li + li,
	.popup-familysite-item ul li{margin: 0.5rem; width: calc(50% - 1rem);}
	.popup-familysite-item ul li a{font-size: 1.4rem; line-height: 1.4;}
}


/* ****************** 
	* Mouse Pointer
********************** */
.mouse-pointer{position:fixed; top:0px; left:0px; z-index:10000; pointer-events:none;}
/* view */
.mouse-pointer .pointer-circle{opacity: 0; position:absolute; top:50%; left:50%; width: 15rem; height: 15rem; border: 0.3rem solid var(--main-color); border-radius:50%; transform:translate(-50%,-50%) scale(0); backdrop-filter: blur(10px); box-sizing: border-box; transition:var(--transition-custom);  transition-property: transform, opacity;}
.mouse-pointer .pointer-txt {opacity: 0;position:absolute; left:50%; top:50%; display:flex; flex-direction: column; align-items:center; justify-content:center; font-size: 4rem; text-align: center; width:100%; height:100%; color:var(--main-color); border-radius: 100%;  transform:translate(-50%,-50%) scale(0); transition:var(--transition-custom);}
/* view active */
.mouse-pointer.view .pointer-circle{opacity: 1; transform:translate(-50%,-50%) scale(1);}
.mouse-pointer.view .pointer-txt{opacity: 1; transform:translate(-50%,-50%) scale(1);}
/* drag */
.mouse-pointer .drag-circle{opacity: 0; position:absolute; top:50%; left:50%; width: 18rem; height: 18rem; /* border: 0.1rem solid var(--main-color);  */border-radius:50%; transform:translate(-50%,-50%) scale(0); box-sizing: border-box; transition:var(--transition-custom); transition-property: transform, opacity;}
.mouse-pointer .drag-txt {opacity: 0; position:absolute; left:50%; top:50%; width: 15rem; height: 15rem; background-color: var(--main-color); border-radius:50%; transform:translate(-50%,-50%) scale(0); transition:var(--transition-custom); display: flex; align-items: center; justify-content: center; font-size: 4rem; color: #fff; text-align: center; }
.drag-circle-inner{left:50%; top:50%; margin-top: -9rem; margin-left: -9rem; display: block; width: 18rem; height: 18rem;}
.drag-circle-inner > span {position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 0.1rem solid var(--main-color); border-radius: 50%; -webkit-animation-fill-mode: both; animation-fill-mode: both; opacity: 0; margin: 0;}
/* drag active */
.mouse-pointer.drag{}
.mouse-pointer.drag .drag-circle{opacity: 1; transform:translate(-50%,-50%) scale(1);}
.mouse-pointer.drag .drag-txt{opacity: 1; transform:translate(-50%,-50%) scale(1);}
.mouse-pointer.drag .drag-circle-inner > span{ -webkit-animation: drag-circle 3s cubic-bezier(0.22, 0.61, 0.36, 0.5) infinite; animation: drag-circle 3s cubic-bezier(1, 2, 0.66, 3) infinite;}
.mouse-pointer.drag .drag-circle-inner > span:nth-child(2) {-webkit-animation-delay: 0.3s; animation-delay: 0.3s;}
.mouse-pointer.drag .drag-circle-inner > span:nth-child(3) {-webkit-animation-delay: 0.9s; animation-delay: 0.9s;}
.mouse-pointer.drag .drag-circle-inner > span:nth-child(4) {-webkit-animation-delay: 1.4s; animation-delay:1.4s;}

@keyframes drag-circle {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0.1; 
	}
	50% {
		opacity: 0.7; 
	}
	100% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 0; 
	}
}

.is-mobile .mouse-pointer,
.is-mobile .pointer-circle,
.is-mobile .pointer-txt {visibility: hidden; opacity: 0;}

@media all and (max-width:800px){
	.mouse-pointer,
	.pointer-circle,
	.pointer-txt,
	.pointer-arrow{visibility: hidden; opacity: 0;}
}


/* ****************** 공통 :: 버튼효과 ********************** */
@media all and (min-width: 801px) {
    .cm-btn-full {
        position: relative;
        overflow: hidden;
    }

    .cm-btn-full .cm-fill {
        position: absolute;
        display: block;
        width: 0px;
        height: 0px;
        transform: translate(-50%,-50%);
        border-radius: 50%;
        opacity: 0.95;
        background: #000;
        transition: width 0.7s, height 0.7s;
    }

    .cm-btn-full:hover .cm-fill {
        width: 70vw;
        height: 70vw;
    }
}


/* ****************** 임시 시안 css ********************** */
#content.sian-area:not(.wide),
#content.sian-area.wide{padding: 0;}
#content.sian-area #contentInfoCon{display: none;}
.cm-sian-img{position: relative; left: 50%; margin-left: -960px;}

@media all and (max-width:1280px){
	.cm-sian-img{position: static; margin-left: 0; width: 100%; height: auto;}
}