@charset "utf-8";

:root{
	--main-color: #182987;
	--sub-color: #146ee2;
	--red-color: #cd0431;
	--black-color:#1e1d40;
	--white-color:#fff;
	--area-box-width: 1540px;
	--area-header-box-width : 1200px;
	--area-width: 1410px;
	--area-sub-width: 1300px;
	--area-padding: 30px;
	--header-top: 20px;
	--header-height: 80px;
	--sub-visual-height: 60rem;
	--sub-menu-height: 60px;
	--full-height: 100vh;
	--transition-custom: all 0.4s ease-in-out;
	--transition-custom2: all 0.8s ease-in-out; /* data-scroll */
	--font-family1: 'NanumSquareNeo','Pretendard', 'Noto Sans KR', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;
	--font-family2: 'Roboto', 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: #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-header-box{ max-width:var(--area-header-box-width); margin:0px auto; }
.area-box{ max-width:var(--area-box-width); margin:0px auto; }
.area-sub { max-width:var(--area-sub-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;}

/* ****************** HEADER ********************** */
#header{position:absolute; height:var(--header-height); 
	/* top:var(--header-top);  */
	left:0; width:100%; z-index:9999; transition:var(--transition-custom); transition-property:top; padding-top:20px;
}
#headerInnerWrap{position: fixed; top:var(--header-top); left:0px; width:100%; height:var(--header-height); z-index:9999; transition:var(--transition-custom); transition-property: top,background-color,transform;position: absolute;}
#headerInner{position:relative; display:flex; align-items:center; justify-content:space-between; height:var(--header-height); margin:0px auto;}
#header .logo{position:relative; z-index:100;}
#header .logo a{ position: relative; display:block; width:78px; height:82px;}
/* #header .logo svg{position: absolute; top: 0; left: 0; height: 100%; display:block; } */

#header .logo a i { 
	display: block; width:100%; height:100%;
	background: url(../images/main/logo-old-w.svg) no-repeat center / 100%;
}

/* .cm-logo-svg .cls-1{fill:none;}
.cm-logo-svg .cls-2{fill:#fff; transition:var(--transition-custom);}
.cm-logo-svg .cls-3{clip-path:url(#clip-path);}
.cm-logo-svg .cls-4{fill:#fff; opacity: 0.2; transition:var(--transition-custom);}
.cm-logo-svg .cls-5{fill:#fff; opacity: 0.5; transition:var(--transition-custom);}
.cm-logo-svg .cls-6 {fill:#fff; opacity: 0.4; transition:var(--transition-custom);}  */

/* -------- Header :: UTIL BOX -------- */
.header-util-box{position: absolute; top: 50%; right: 20px; transform: translateY(-50%); z-index:100; display: flex; align-items: center; padding-top:25px;}

/* Header :: 사이트맵버튼 */
.sitemap-line-btn{width:58px; height:32px; display:flex; flex-direction:column; justify-content: center; align-items: flex-end; box-sizing:border-box;}
.sitemap-line-btn .line{display:block; width:58px; height:4px; background-color:#fff; margin: 4px 0; transition:var(--transition-custom);}
.sitemap-line-btn .line.line2{width:32px;}
/* active */
.sitemap-line-btn.active{position:relative; z-index:100000;}
.sitemap-line-btn.active .line,
.sitemap-line-btn.active .line.line2{width:58px; transition:var(--transition-custom);}
.sitemap-line-btn.active .line:nth-child(1){
	transform: translateY(5px) rotate(45deg);
}
.sitemap-line-btn.active .line:nth-child(2){
	transform: translateY(-5px) rotate(-45deg);
}

/* 언어선택 */
.header-lang03 {position:relative; z-index:100; width:42px; margin-right: 10px; transition: var(--transition-custom); transition-property: top, background-color, transform; margin-top:2px;}
.header-lang03 .lang-open-btn {
	overflow:hidden; position:relative; width:42px; height:42px; text-align:center; 
	display: flex; align-items: center; justify-content: center;
	-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
	-webkit-border-radius:0.5rem;-moz-border-radius:0.5rem;-o-border-radius:0.5rem;border-radius:0.5rem;
}
.header-lang03 .lang-open-btn:hover{background-color:	var(--main-color);}
.header-lang03 .lang-open-btn svg{width: 24px; height: 24px; position:relative; z-index:11;}
.header-lang03 .lang-open-btn svg path{ transition:var(--transition-custom); transition-property: fill;}
.header-lang03 > ul {overflow:hidden; display:none; position:absolute; top:0; left:0; z-index:10; width:100%; text-align:center; background-color:var(--main-color); border-radius:0.5rem; padding:40px 0 10px;}
.header-lang03 > ul > li > a{display:block; font-size:12px; line-height: 24px; color:#fff; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
.header-lang03 > ul > li > a:hover{background-color:#ffffff78; }
#header.top-fixed .header-lang03 .lang-open-btn i {color:#000;}
#header.top-fixed .header-lang03 .lang-open-btn:hover i {color: #fff;}
#header.top-fixed .header-lang03.open .lang-open-btn i {color: #fff;}


.header-lang03-mo {display: none; position: fixed; top: var(--header-top); right:15rem; z-index: 100; width: 38px; height: var(--header-height); z-index: 10000; transition: var(--transition-custom); transition-property: top, background-color, transform;}
.header-lang03-mo .lang-open-btn {
	overflow:hidden; position:relative; width:42px; height:42px; text-align:center; 
	display: flex; align-items: center; justify-content: center;
	-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
	-webkit-border-radius:0.5rem;-moz-border-radius:0.5rem;-o-border-radius:0.5rem;border-radius:0.5rem;
}
.header-lang03-mo.open .lang-open-btn{background-color:var(--main-color);}
.header-lang03-mo .lang-open-btn svg{width: 28px; height: 28px; position:relative; z-index:11;}
.header-lang03-mo .lang-open-btn svg path{fill: #fff; transition:var(--transition-custom); transition-property: fill;}
.header-lang03-mo .lang-open-btn .arrow{position:absolute; top:0px; right:0px;}
.header-lang03-mo .lang-open-btn .arrow i{font-size:16px;}
.header-lang03-mo > ul {overflow:hidden; display:none; position:absolute; top:12px; left:0; z-index:10; width:100%; text-align:center; background-color:var(--main-color); border-radius:0.5rem; padding:40px 0 10px;}
.header-lang03-mo > ul > li > a{display:block; font-size:12px; line-height: 24px; color:#fff; }
.header-lang03-mo > ul > li > a:hover{background-color:	var(--main-color); }
#header.top-fixed .header-lang03-mo {top: 0;}
#header.top-fixed.scroll-down .header-lang03-mo {transform: translateY(calc(-1 * (var(--header-height) + 1px)));}
#header.top-fixed.scroll-up .header-lang03-mo {transform: translateY(0);}
#header.top-fixed .header-lang03-mo .lang-open-btn i {color:#000;}
#header.top-fixed .header-lang03-mo.open .lang-open-btn i {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{display: flex; flex-wrap:wrap; justify-content: center; width: 50%; padding:0; /* max-width:none; */}
#gnb > ul > li{position:relative; width: 12rem; word-break:keep-all; transition:var(--transition-custom); }
#gnb > ul > li:before,
#gnb > ul > li:last-child:after {position:absolute; top: calc(-1 * var(--header-top)); right:0; width:1px; height:0; content:""; background-color:#f2f2f2; opacity: 0; transition:height 0.3s ease-in-out, opacity 0.1s ease-in-out; z-index: 99;}
#gnb > ul > li:before{right: auto; left: 0;}
/* #gnb > ul > li.gnb2{width: 12.2rem;}
#gnb > ul > li.gnb3{width: 10.4rem;}
#gnb > ul > li.gnb4{width: 17rem;}
#gnb > ul > li.gnb5{width: 14.5rem;}
#gnb > ul > li.gnb6{width: 11rem;}
#gnb > ul > li.gnb7{width: 5.3rem;}
#gnb > ul > li.gnb8{width: 9.7rem;} */
#gnb > ul > li > a{
	position:relative; z-index:100; width: 100%; height:var(--header-height); text-align:center; color:#fff; 
	font-size:1.7rem; line-height: 1.3; font-weight:600; transition:var(--transition-custom); 
	display: flex; align-items: center;justify-content: center;
	padding-top:15px; 
}
#gnb > ul > li > a:before{position:absolute; top: calc(-1 * var(--header-top)); left:0; width:100%; height:0; content:""; background-color:var(--main-color); opacity: 0; transition: height 0.2s ease-in-out, opacity 0.1s ease-in-out 0s;}
#gnb > ul > li > a span{display: inline-block; position: relative;}
#gnb > ul > li > a span:before {
	content:""; position:absolute; left:0; top:-16px; width:0; left:50%; margin-left: 0; height:5px; background-color:#fff; 
	transition:var(--transition-custom);
}
#gnb > ul > li.selected > a span:before {width:6rem; margin-left: -3rem;}
#gnb > ul > li.selected > a:before{opacity: 1; height: 480px; transition: height 0.4s ease-in-out, opacity 0.2s ease-in-out 0.1s;}

@media all and (max-width:2560px){
	#gnb > ul { width: 48.5%;}
}
@media all and (max-width:1920px){
	#gnb > ul { width: 62.5%;}
}

/* GNB :: 2차 전체메뉴 */
#gnbBg{
	overflow:hidden; 
	position:absolute; 
	left:0; top: calc(-1 * var(--header-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;
}
#gnb.total-menu > ul > li .gnb-2dep{
	position:absolute; 
	top:var(--header-height); 
	left:0px; 
	z-index:100;
	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 ul{padding:2rem 0px;}
#gnb.total-menu > ul > li .gnb-2dep ul li{position:relative;}
#gnb.total-menu > ul > li .gnb-2dep ul li a{ display:block; padding:1rem 1rem; font-size:1.5rem; line-height:1.3; color:#999; text-align: center; transition:var(--transition-custom);}

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

/* -------- Header :: GNB open -------- */
#header.gnb-open .sitemap-line-btn .line{background-color: #182987;}
#header.gnb-open #gnb > ul > li{width: 14.6%;}
#header.gnb-open #gnb > ul > li > a{color: #1e1d40; font-weight: 600;}
#header.gnb-open #gnb > ul > li.selected > a{color: #fff;}
#header.gnb-open #gnb.total-menu > ul > li.selected .gnb-2dep ul li a{color: #b2b2b2; opacity: 1;}
#header.gnb-open #gnb.total-menu > ul > li.selected .gnb-2dep ul li a:hover{opacity: 1; color:#fff;}


#header.gnb-open .logo i {
	background: url(../images/main/logo-old-d.svg) no-repeat center / 100%;
}


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

/* -------- Header :: fixed -------- */
#header.top-fixed{top:0;}
#header.top-fixed #headerInnerWrap{top: 0; background-color:#fff; border-bottom:1px solid #eee;}
#header.top-fixed .nav-open-btn-box{top: 0;}
/* #header.top-fixed .cm-logo-svg .cls-2{fill:#2f367e; opacity: 1;}
#header.top-fixed .cm-logo-svg .cls-4{fill:#76a0c7; opacity: 1;}
#header.top-fixed .cm-logo-svg .cls-5{fill:#2561ae; opacity: 1;} */


#header.top-fixed #gnb > ul > li > a{color: #1e1d40; font-weight: 400;}
#header.top-fixed #gnb > ul > li.selected > a{color: #fff;}
#header.top-fixed .nav-open-btn{top:0;}
#header.top-fixed .sitemap-line-btn .line,
#header.top-fixed .nav-open-btn .line{background-color:#333}
#header.gnb-m-open .header-lang03-mo .lang-open-btn svg path,
#header.top-fixed.gnb-m-open .header-lang03-mo .lang-open-btn svg path,
#header.top-fixed .header-lang03-mo .lang-open-btn svg path,
#header.top-fixed .header-lang03 .lang-open-btn svg path{fill: #333;}
#header.gnb-m-open .header-lang03-mo.open .lang-open-btn svg path,
#header.top-fixed.gnb-m-open .header-lang03-mo.open .lang-open-btn svg path,
#header.top-fixed .header-lang03-mo.open .lang-open-btn svg path,
#header.top-fixed .header-lang03.open .lang-open-btn svg path {fill: #fff;}
@media all and (min-width:801px){
	#header.top-fixed .header-lang03 .lang-open-btn:hover svg path {fill: #fff;}
}

/* -------- Header :: hidden -------- */
#header.top-fixed.scroll-up .nav-open-btn-box{transform: translateY(0);}
#header.top-fixed.scroll-up #headerInnerWrap{transform: translateY(0);}
#header.top-fixed.scroll-down .nav-open-btn-box{transform: translateY(calc(-1 * (var(--header-height) + 1px)));}
#header.top-fixed.scroll-down #headerInnerWrap{transform: translateY(calc(-1 * (var(--header-height) + 1px)));}


/* ****************** FOOTER ********************** */
/* -------- 메인+서브 공통 Inquiry -------- */
#mainInquiryCon{position: relative; padding: 10rem 0; overflow: hidden;}
.main-inquiry-bg{position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: scale(1.08,1.08); transition:all 2s linear;}

.main-inquiry-con{position: relative; width: 100%; box-sizing: border-box; display: flex; flex-wrap:wrap; justify-content: space-between; box-sizing: border-box;}

.main-inquiry-left{width: 40rem;}
.main-inquiry-left .main-tit-box{padding-top: 11rem;}
.main-inquiry-left .main-tit-box .main-sub-tit{margin-top: 3.5rem; font-size: 2.4rem;}

.main-inquiry-right{width: calc(100% - 40rem); max-width: 75rem;}
.main-inquiry-form-info-txt{margin-bottom: 1.5rem; font-size: 1.55rem; line-height: 1.3; letter-spacing: -0.05em; color: rgba(255,255,255,0.5); text-align: right;}
.main-inquiry-form{}
.main-inquiry-form-list{margin: -0.5rem; display: flex; flex-wrap:wrap;}
.main-inquiry-form-item{margin: 0.5rem; width: calc(100% - 1rem); border-radius: 0.5rem; display: flex; flex-wrap:wrap; align-items: center; box-sizing: border-box;  position: relative;}
.main-inquiry-form-item:before{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; content: ''; background: rgba(255,255,255,0.04); backdrop-filter: blur(10px); border-radius: 0.5rem;}
.main-inquiry-form-item.half{width: calc(50% - 1rem);}
.main-inquiry-form-item input,
.main-inquiry-form-item textarea{padding: 0 2rem; width: 100%; font-size: 1.55rem; line-height: 1.3; letter-spacing: -0.05em; color: #fff; border: 0; background-color: transparent; box-sizing: border-box; border-radius: 0.5rem !important; outline:1px solid transparent; transition:var(--transition-custom); transition-property: outline-color;}
.main-inquiry-form-item input{height: 6rem;}
.main-inquiry-form-item textarea{padding: 2rem; height: 12.5rem; resize: none;}
.main-inquiry-form-item input::placeholder,
.main-inquiry-form-item textarea::placeholder{color: rgba(255,255,255,0.5);}
.main-inquiry-form-item input:focus,
.main-inquiry-form-item textarea:focus{outline-color: #fff;}
.main-inquiry-form-item .form-label{position: absolute; top: 2rem; left: 2rem; font-size: 1.55rem; line-height: 2rem; letter-spacing: -0.05em; font-weight: 500; color: #fff; pointer-events: none;}
.main-inquiry-form-item input.exist + .form-label, 
.main-inquiry-form-item textarea.exist + .form-label,
.main-inquiry-form-item input:focus + .form-label, 
.main-inquiry-form-item textarea:focus + .form-label{clip: rect(0 0 0 0); width: 1px; height: 1px; margin: -1px; overflow: hidden;}

/* -------- 공통 :: Custom radio check -------- */
.inquiry-radio-check-box{position: relative; width: 100%; border-radius: 0.5rem; transition:var(--transition-custom); transition-property: background-color;}
.inquiry-radio-check-btn{position: absolute; top: 0; left: 0; width: 100%; height: 6rem; border: 0; background-color: transparent;}
.inquiry-radio-check-btn:before{position:absolute; top:50%; right:1.5rem; transform:translateY(-50%); font-size:1.6rem; color: #fff; font-family: 'xeicon'; transition:var(--transition-custom); transition-property: color;}
.inquiry-radio-check-open{display: block;}
.inquiry-radio-check-open:before{content: "\e936";}
.inquiry-radio-check-close{display: none;}
.inquiry-radio-check-close:before{content: "\e930"; color: #000;}
.inquiry-radio-check-box .result-txt{width: 100%; height: 6rem; padding: 0 5rem 0 2rem; font-size: 1.55rem; line-height: 6rem; letter-spacing: -0.05em; font-weight: 500; color: #fff; box-sizing: border-box; transition:var(--transition-custom); transition-property: color; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.inquiry-radio-check-list{position: absolute; top: 6rem; left: 0; width: 100%; padding: 0 1.5rem; border-top: 1px solid rgba(0,0,0,0.1); background-color: #fff; box-sizing: border-box; border-radius: 0 0 0.5rem 0.5rem; z-index: 99; display: none;}
.inquiry-radio-check-item{padding: 2rem 0;}
.inquiry-radio-check-item + .inquiry-radio-check-item{border-top: 1px solid  rgba(0,0,0,0.1);}
.inquiry-radio-check-item strong{margin-bottom: 1.2rem; font-size: 1.6rem; line-height: 1.3; font-weight: 700; letter-spacing: -0.025em; color: #000; display: block;}
.inquiry-radio-check-item .custom-checkbox-item-box {margin: -0.5rem 0; font-size: 1.5rem; display: flex; flex-wrap:wrap; padding: 0;}
.inquiry-radio-check-item .custom-checkbox-item{display: block !important; margin: 0.5rem 0 !important; padding-right: 2rem; box-sizing: border-box;}
.inquiry-radio-check-item .custom-checkbox-item label{padding-left:2rem; color:#666; font-size:1.5rem; letter-spacing:-0.025em; line-height:2rem;}
.inquiry-radio-check-item .custom-checkbox-item label::before{top:0.05rem; font-size:1.5rem; color:#666;}
.inquiry-radio-check-item .custom-checkbox-item input[type="checkbox"]:checked + label,
.inquiry-radio-check-item .custom-checkbox-item input[type="checkbox"]:checked + label::before{color:#000;}

/* open */
.inquiry-radio-check-box.open{background-color: #fff; border-radius: 0.5rem 0.5rem 0 0;}
.inquiry-radio-check-box.open .result-txt{color: #000;}
.inquiry-radio-check-box.open .inquiry-radio-check-open{display: none;}
.inquiry-radio-check-box.open .inquiry-radio-check-close{display: block;}

/* -------- 공통 :: Custom Select -------- */
.custom-select-box{
	display:block;
	width:100%;
 }
.custom-select-box select {
	display: none;
}
.custom-select-wrapper {
	position: relative;
	user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
	width:100%;
}
.custom-select-wrapper .custom-select {
	position: relative;
	display: block;
}
.custom-select-trigger {
	position: relative;
	display: block;
	width: 100%; padding:0 2rem; border: 0;
	font-size:1.55rem; line-height: 6rem; font-weight: 500; color: #fff;
	cursor: pointer; border-radius: 0.5rem;
	transition: all 0.2s ease-in-out;
	box-sizing: border-box; background-color: transparent;
	transition:var(--transition-custom); transition-property: background-color, color;
}
.custom-select-trigger:after{
	font-family: 'xeicon';
	position:absolute; 
	top:50%; 
	right:1.5rem; 
	transform:translateY(-50%);
	content: "\e936";
	font-size:1.6rem;
}
.custom-select.opened .custom-select-trigger{border-radius: 0.5rem 0.5rem 0 0; background-color: #fff; color: #000;}
.custom-select.opened .custom-select-trigger:after{
	content: "\e930";
}
/* Custom Select :: Option Drop List */
.custom-option-drop-list {
	position: absolute;
	display: none;
	top: 100%;
	left: 0%;
	right: 0;
	z-index:11;
	/* overflow-y:auto; */
	/* max-height:200px; */
	background: #fff;
	border: none;
	border-radius: 0 0 0.5rem 0.5rem;
	pointer-events: none;
	box-sizing: border-box; 
}
.custom-option-drop-list::-webkit-scrollbar{
	width: 5px;
}
.custom-option-drop-list::-webkit-scrollbar-thumb{
	background-color:#333;
	border-radius:5px;
	transition:all 0.5s;
}
.custom-option-drop-list::-webkit-scrollbar-track{
	background-color:#f2f2f2; 
	border-radius:0;
}
.custom-select.opened .custom-option-drop-list {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.custom-option-item {
	position: relative;
	display: block;
	padding: 1.2rem 2rem;
	font-size:1.55rem;
	font-weight: 500;
	color: #000;
	line-height: 1.3;
	cursor: pointer;
	transition: all 0.05s ease-in-out;
}
.custom-option-item:hover {
	background: rgba(0,0,0,0.1);
}
.custom-option-item.selection{
	font-weight: 700;
}

.main-inquiry-bottom{margin-top: 2rem; display: flex; flex-wrap:wrap; align-items: center; justify-content: space-between;}
.main-inquiry-bottom .agree-txt{display: flex; align-items: center;}
.main-inquiry-bottom .agree-txt li{margin-right: 3rem;}
.main-inquiry-bottom .agree-txt input{display:none;}
.main-inquiry-bottom .agree-txt label{position:relative; padding-left:3rem; font-size: 1.55rem; font-weight: 500; line-height: 2.4rem; letter-spacing: -0.05em; color: #fff; display: inline-block;}
.main-inquiry-bottom .agree-txt label:before{position:absolute; top: 0.1rem; left:0; font-size:2.4rem; color:#fff; content: '\e92c'; font-family: xeicon;}
.main-inquiry-bottom .agree-txt label a{display: inline-block; color: #fff; border-bottom: 0.3rem solid #fff;}
.main-inquiry-bottom .agree-txt input:checked + label:before{content: '\e92b';}

#mainInquiryCon.animated .main-inquiry-bg{transform:scale(1.0,1.0);}

.foot-recaptcha-box {margin-top: 2rem; }
.foot-recaptcha-box .g-recaptcha {  display: flex; justify-content: start;}

@media all and (min-width:801px){
.foot-recaptcha-box { height: 65px;}
.foot-recaptcha-box .g-recaptcha { transform: scale(0.8); transform-origin: 0 0; width: calc(100% / 0.8);}
}

/* -------- FOOTER :: 레이아웃 -------- */
#footer{position: relative; background-color:#fff;}
#footerInner{padding: 10rem 0 12.5rem;}
html[lang="en"] #footerInner {border-top: 0.2rem solid #eeeeee;}
#footerInner .area-box{position: relative; display: flex; flex-wrap:wrap; flex-direction: row-reverse; justify-content: space-between;}
#footerInner .footer-left-con{width: 36%;}
#footerInner .footer-right-con{width: 64%; display: flex; justify-content: flex-end;}

/* 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:85px; 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)}

/* Footer :: 푸터로고 */
.foot-logo{display:block;}
.foot-logo svg{height: 2.5rem;}
.foot-logo .cm-logo-svg .cls-2{fill:#2f367e; opacity: 1;}
.foot-logo .cm-logo-svg .cls-4{fill:#76a0c7; opacity: 1;}
.foot-logo .cm-logo-svg .cls-5{fill:#2561ae; opacity: 1;}

/* Footer :: 정보 */
.footer-address{margin-top: 1rem;}
.footer-address .footer-address-txt {margin:0 -0.8rem; margin-top: 1rem;}
.footer-address-txt:first-child{margin-top: 0;}
.footer-address p{display:inline-block; vertical-align:middle; font-size:1.4rem; line-height:1.3; color: #1f1f1f; margin:0 0.8rem;}
.footer-address-txt:first-child p{font-size: 1.45rem; letter-spacing: -0.05em; color: #363636;}
.footer-address a{color:inherit}

/* Footer :: Copyright */
.footer-copyright{margin-top: 3.5rem; font-size:1.4rem; line-height: 1.3; letter-spacing: -0.025em; color: #151515; opacity: 0.75;}

/* Footer :: 푸터메뉴 */
.foot-menu{margin-top: 6.5rem; display: flex; align-items: center;}
.foot-menu li{position:relative; padding-left:1rem; line-height:1.5;}
.foot-menu li:first-child{padding-left:0}
.foot-menu li a{padding: 0 4rem 0 2rem; width: 18rem; height: 4.3rem; font-size:1.4rem; font-weight: 500; color: #0a0a0a; border: 0.3rem solid #f1f1f1; border-radius: 0.5rem; box-sizing: border-box; display: flex; align-items: center; transition:var(--transition-custom); transition-property: border-color;}
.foot-menu li a:before{position:absolute; top:50%; margin-top: -1rem; right:1.5rem; content: "\e90b"; font-family: xeicon; transition:var(--transition-custom); transition-property: right;}
.foot-menu li a:hover{border-color: #717171;}
.foot-menu li a:hover:before{right: 1rem;}

/* Footer :: 사이트맵 */
.footer-sitemap-list-con > ul{display: flex;}
.footer-sitemap-list-con > ul > li{padding-right:5rem;}
.footer-sitemap-list-con > ul > li:last-child{padding-right:0;}
.footer-sitemap-list-con > ul > li h3{margin-bottom: 2.5rem; height: 2.6em; font-size:1.45rem; line-height: 1.3; font-weight:600; color: #1f1f1f;}
.footer-sitemap-list-con > ul > li .sitemap-2dep li{margin-bottom:1.5rem;}
.footer-sitemap-list-con > ul > li .sitemap-2dep li:last-child{margin-bottom:0}
.footer-sitemap-list-con > ul > li .sitemap-2dep li a{display:block; font-size:1.35rem; color: #999; transition:all 0.3s;}
.footer-sitemap-list-con > ul > li .sitemap-2dep li a:hover{color:var(--main-color);}


/* ****************** SUB LAYOUT ********************** */
/*  SUB LAYOUT :: 비주얼 */
#visual{position:relative; width:100%; height:var(--sub-visual-height); }
#visual .visual-img-con{
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%;
	height:var(--sub-visual-height);
	overflow:hidden; 
}
#visual .visual-img-inner{
	width:100%; 
	height:100%; 
	background-size:cover !important; 
	transform: scale(1.1,1.1); 
	transition:transform 5s linear;
}
#visual .visual-txt-con{position:relative; z-index:1; text-align:center; display:table; width:100%; height:100%;}
#visual .visual-txt-container{position:relative; width:100%; padding-top: calc(var(--header-height) / 2);}
#visual .visual-tit,
#visual .location{
	opacity:0;
    transform: translateY(30px);
	transition:var(--transition-custom2);
	transition-property: transform, opacity;
}
#visual .visual-tit{
	font-size:7rem; font-weight:700; letter-spacing: -0.025em; color: #fff;
	transition-delay:0.3s;
}
#visual .location{
	transition-delay:0.5s;
}

/* SUB LAYOUT :: 상단효과 active */
#visual.active .visual-img-inner{
     transform: scale(1.0,1.0) rotate(0.002deg);
}
#visual.active .visual-tit,
#visual.active .location{
	opacity:1.0;
    transform: translateY(0px);
}

/* SUB LAYOUT :: 위치정보(location) */
.location{padding-top:3.5rem;}
.location ul{display: flex; flex-wrap:wrap; align-items: center; justify-content: center;}
.location li{position: relative; margin-right: 3.3rem; font-size:1.6rem; letter-spacing:-0.025em; color:#fff;}
.location li:last-child{margin-right: 0;}
.location li a{color:inherit;}
.location li i{font-size:1.6rem;}
.location li:before{position: absolute; top: 50%; margin-top: -0.1rem; left: -2.4rem; width: 1.3rem; height: 0.2rem; background-color: #fff; content: "";}
.location li:first-child:before{display:none;}

/*  SUB LAYOUT :: 서브메뉴(스타일1) */
#topMenu01{position:relative; z-index: 1; margin-top: calc(-1*(var(--sub-menu-height) + 3px)); width:100%; height:calc(var(--sub-menu-height) + 3px);}
#topMenu01 .side-menu-inner{text-align:center; width:100%; height:var(--sub-menu-height); border-top:3px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.04); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);}
#topMenu01 .side-menu-inner ul{display: table; width: 100%;/* display:flex; align-items:center; justify-content:center; */}
#topMenu01 .side-menu-inner ul li{display: table-cell;/* max-width:26rem; */} /* max-width 자유롭게 수정 */
#topMenu01 .side-menu-inner ul li > a{
	display:block; 
	display:table; 
	position:relative;
	width:100%;
	height:var(--sub-menu-height);
	line-height:1.2; 
	color:#fff; 
	font-size:1.6rem; 
	letter-spacing:-0.025em; 
	font-weight:500; 
	word-break:keep-all;
	transition:var(--transition-custom);
}
#topMenu01 .side-menu-inner ul li > a:before{
	position:absolute;
	top:-3px;
	left:50%;
	width:0;
	height:3px;
	background-color:#fff;
	content:"";
	transition:var(--transition-custom);
}
#topMenu01 .side-menu-inner ul li > a > span{display:table-cell; vertical-align:middle; padding:0 25px;}
#topMenu01 .side-menu-inner ul li > a:hover:before, 
#topMenu01 .side-menu-inner ul li.on > a:before{width:100%; margin-left:-50%;}

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

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

/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
#content{padding:17rem 0}
#content.pdb-0{padding-bottom: 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;}
/* modal loading */
.modal-fixed-pop-wrapper.loading-css{display: none;}
.modal-loading{position:absolute; top:50%; left:50%; margin:-25px 0 0 -25px; z-index:10000;}
.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); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
/* modal layer content */
.footer-modal-content{position:relative; width:96%; max-width:1000px; margin:20px auto; background-color:#fff; }
.footer-modal-content h1{height:60px; line-height:60px; font-size:24px; font-weight:600; letter-spacing:-0.5px; text-align:center; padding:0; background-color:#3389ff; color:#fff;}
.modal-close-btn{position:absolute; top:11px; right:10px; color:#fff; }
.modal-close-btn i{font-size:38px;}
.modal-close-btn i:hover {color:#fff}
.footer-inner-box{padding:30px; }
.footer-inner{padding:20px; height:400px; overflow-y:auto; overflow-x:hidden; /* border:1px solid #ddd;  */background: #f9f9f9; }
.footer-inner p {font-size: 1.4rem; line-height: 1.1; padding-bottom: 0.6rem;}

@media all and ( max-width: 800px ){
	/* modal layer content */
	.footer-modal-content h1{height:46px; line-height:46px; font-size:18px; text-align:left; padding:0 15px}
	.modal-close-btn i{font-size:24px}
	.footer-inner-box{padding:15px}
	.footer-inner{padding:10px; height:250px;}
}


/* ******************  사이트맵 :: 사이트맵 공통 ********************** */
.cm-sitemap-wrapper:not(#siteMapCon02)::-webkit-scrollbar{width: 5px; height:5px;}
.cm-sitemap-wrapper:not(#siteMapCon02)::-webkit-scrollbar-thumb{background-color:#333; transition:all 0.5s;}
.cm-sitemap-wrapper:not(#siteMapCon02)::-webkit-scrollbar-track{background-color:#fff; background:rgba(100,100,100,0.1); border-radius:5px;}
.cm-sitemap-wrapper{font-size:2rem; }
.cm-sitemap-wrapper:not(#siteMapCon01){position:fixed; top:0px; left:0px; width:100%; height:100%; overflow-y:auto; overflow-x:hidden; }
.cm-sitemap-wrapper:before{position:absolute; top:0px; left:0px; width:100%; height:100%; background-color:#000; content:""; opacity:0; transition:opacity 0.2s ease;}
.cm-sitemap-wrapper .cm-sitemap-bg{overflow:hidden; position:absolute; left:0; top:0px; width:0; height:100%; background:#000; transition:all 0.6s ease}
.cm-sitemap-container{position:absolute; display:table; width:100%; height:100%; overflow-y:auto; }
.cm-sitemap-inner-con{position: relative; display:table-cell; vertical-align:middle; padding: 5em 0; opacity:0; transition:opacity 0.5s ease 0s }
.cm-sitemap-inner-con .splitting,
.cm-sitemap-inner-con .splitting .word{overflow:hidden;}
.cm-sitemap-inner-con .splitting .word,
.cm-sitemap-inner-con .splitting .char{display:inline-block;}
.sitemap-wrapper-style span.num{display:none;} 
.cm-sitemap-inner-con .splitting .char{transform:translateY(100%); transition:transform 0.6s ease 0.3s , color 0.3s}
/* 공통 :: open */
.cm-sitemap-wrapper.open:before{opacity: 0.5}
.cm-sitemap-wrapper.open .cm-sitemap-inner-con{opacity:1.0; transition-delay:0.4s}
.cm-sitemap-wrapper.open .splitting .char{transform:translateY(0); transition-delay:0.3s}

/* ******************  사이트맵 ********************** */
#siteMapCon06{
	z-index:-1;
	opacity:0;filter:Alpha(opacity=0); 
	visibility:hidden;
}
#siteMapCon06:before{background-color: rgba(0,0,0,0.5); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);}
#siteMapCon06 .sitemap-bg{left:auto; width: 100%; right:0%; height:0%; background-color: rgba(0,0,0,0.5); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);}
.cm-sitemap-container-06 .cm-sitemap-area-con{position:relative;}
.sitemap-modal-tit-con-06{overflow:hidden; display:flex; align-items:center; justify-content:space-between;}
.sitemap-modal-tit-con-06 h1{position: relative; font-size: 3em; padding-bottom: 0; font-weight: 700; letter-spacing: -0.004em; color: #fff; text-align: left;}
.sitemap-modal-tit-con-06 .sitemap-close-btn{background-color: #fff; width: 40px; height: 40px; font-size: 1em; line-height: 40px; -webkit-border-radius: 100%; border-radius: 100%; text-align: center; display:flex; align-items:center; justify-content:center;}
.sitemap-modal-tit-con-06 .sitemap-close-btn i{font-size:0.9em; line-height: 40px; transition:transform 0.5s}
.sitemap-wrapper-style06{margin-top:3.75em;}
.sitemap-wrapper-style06 > ul{display:table; width:100%; table-layout:fixed;}
.sitemap-wrapper-style06 > ul > li{padding: 0 2%; display:table-cell; vertical-align:top; text-align: left; opacity: 0; transform: translateY(50px); transition:var(--transition-custom2);}
.sitemap-wrapper-style06 > ul > li:before{position: absolute; top: -2.6rem; left: 12%; content: ''; width: 1.2rem; height: 1.2rem; background-color: var(--main-color); border-radius: 100%; opacity: 0; transform: translateY(-30px); transition:var(--transition-custom);}
.sitemap-wrapper-style06 > ul > li > h2{margin-bottom: 1em; font-size:1.5em; min-height: 2.6em; line-height: 1.3; letter-spacing:-0.0083em; font-weight:600; color: #fff; background-color: transparent;}
.sitemap-wrapper-style06 > ul > li .sitemap-2dep a{display:block; overflow:hidden; padding:0.5em 0; color:#fff; font-size:0.85em; font-weight:300; line-height:1.3;  -webkit-transition: all 0.2s; transition: all 0.3s;}
/* Open */
#siteMapCon06.open{
	opacity:1.0;filter:Alpha(opacity=100); 
	visibility:visible; 
	z-index:9998; 
}
#siteMapCon06.open .sitemap-bg{height:100%;}
#siteMapCon06.open .sitemap-bg .logo-bg span{transform:translateY(0); transition-delay:0.3s}
#siteMapCon06.open .sitemap-wrapper-style06 > ul > li{opacity: 1; transform: translateY(0);}
#siteMapCon06.open .sitemap-wrapper-style06 > ul > li:nth-child(2){transition-delay:0.2s;}
#siteMapCon06.open .sitemap-wrapper-style06 > ul > li:nth-child(3){transition-delay:0.4s;}
#siteMapCon06.open .sitemap-wrapper-style06 > ul > li:nth-child(4){transition-delay:0.6s;}
#siteMapCon06.open .sitemap-wrapper-style06 > ul > li:nth-child(5){transition-delay:0.8s;}
#siteMapCon06.open .sitemap-wrapper-style06 > ul > li:nth-child(6){transition-delay:1s;}
#siteMapCon06.open .sitemap-wrapper-style06 > ul > li:nth-child(7){transition-delay:1.2s;}
#siteMapCon06.open .sitemap-wrapper-style06 > ul > li:nth-child(8){transition-delay:1.4s;}
.sitemap-wrapper-style06 > ul > li.active:before{opacity: 1; transform: translateY(0);}
@media (hover: hover) {
	.sitemap-modal-tit-con-06 .sitemap-close-btn:hover i{transform:rotate(180deg)}
	.sitemap-wrapper-style06 > ul > li .sitemap-2dep:hover a{opacity:0.4}
	.sitemap-wrapper-style06 > ul > li .sitemap-2dep:hover a:hover{opacity:1.0; color: #fff;}
}
@media all and ( max-width: 800px ){
	.sitemap-modal-inner-06,
	.sitemap-wrapper-style06 > ul{display:block;}
	.sitemap-wrapper-style06 > ul > li{float:none; display:block; width:auto; padding: 5% 0; margin-bottom:0; border-left: none; border-top: 1px solid rgba(255,255,255,0.1);} 
	.sitemap-wrapper-style06 > ul > li:last-child{border-right: none;}
	.sitemap-wrapper-style06 > ul > li:first-child{border-top: none;}
	.sitemap-wrapper-style06 > ul > li > h2{min-height: auto;}
	.sitemap-wrapper-style06 > ul > li .sitemap-2dep{overflow:hidden; margin:0 -1%; padding:0;}
	.sitemap-wrapper-style06 > ul > li .sitemap-2dep li{float:left; position:relative; width:31.33%; margin: 0 1%; word-break:keep-all;}
	.sitemap-wrapper-style06 > ul > li .sitemap-2dep li:before{position:absolute; top:0px; left:0; bottom:0px; width:1px; background-color:#eee; content:""; display:none;}
	.sitemap-wrapper-style06 > ul > li .sitemap-2dep li:nth-child(3n+1){clear:both;}
	.sitemap-wrapper-style06 > ul > li .sitemap-2dep a.has-3dep {margin-top: 0;}
	.sitemap-wrapper-style06 > ul > li .sitemap-2dep .gnb-3dep li{width: 98%;}
}
@media all and ( max-width: 480px ){
	.sitemap-wrapper-style06 > ul > li .sitemap-2dep li{width:48%;}
	.sitemap-wrapper-style06 > ul > li .sitemap-2dep li:nth-child(3n+1){clear:none;}
	.sitemap-wrapper-style06 > ul > li .sitemap-2dep li:nth-child(odd){clear:both;}
}


/* ******************  메인 오른쪽 퀵메뉴 ********************** */
#cmProductInquiryBox{position:fixed; top:108px; right:-43rem; z-index:9999; transition:var(--transition-custom2); transition-property: right;}
#inquirySideFrm {display: block; width: 100%;}
.cm-product-inquiry-btn{position: absolute; top: 0; left: -6rem; display: flex; align-items: flex-end; justify-content: center; width: 6rem; height: 19rem; padding: 3rem 0; background-color: var(--main-color); box-sizing: border-box; border-radius: 0.5rem 0 0 0.5rem;}
.cm-product-inquiry-btn i{position: absolute; top: 2.5rem; left: 50%; margin-left: -0.75rem; font-size: 1.5rem; color: #fff;}
.cm-product-inquiry-btn .open{display: block;}
.cm-product-inquiry-btn .close{display: none;}
.cm-product-inquiry-btn span{top: -4rem; position:relative; font-size:1.45rem; letter-spacing:-0.025em; color:#fff; font-weight:500; white-space: nowrap; transform: rotate(90deg);}

.cm-product-inquiry-form{padding: 2.5rem 3rem; /*padding-bottom: 0;*/ width: 43rem; height: 77rem; background-color: var(--main-color); box-sizing: border-box;}
.cm-product-inquiry-form-inner{width: 100%;}
.cm-product-inquiry-form .tit01{width:100%; font-size: 1.55rem; line-height: 1.67; letter-spacing: -0.05em; color: #fff;}
.cm-product-inquiry-form .tit02{width:100%; margin-top: 2.5rem; font-size: 1.4rem; line-height: 1.3; letter-spacing: -0.05em; color: rgba(255,255,255,0.3);}

.cm-product-inquiry-form-wrapper{width: 100%; margin-top: 1.5rem;}
.cm-product-inquiry-form-list{width: 100%; margin: -0.5rem; display: flex; flex-wrap:wrap;}
.cm-product-inquiry-form-item{margin: 0.5rem; width: calc(50% - 1rem); display: flex; flex-wrap:wrap; background-color: rgba(255,255,255,0.1); box-sizing: border-box; border-radius: 0.5rem; position: relative;}
.cm-product-inquiry-form-item.full{width: calc(100% - 1rem);}
.cm-product-inquiry-form-item input,
.cm-product-inquiry-form-item textarea{padding: 0 1.5rem; width: 100%; font-size: 1.4rem; line-height: 1.3; color: #fff; border: 0; background-color: transparent; box-sizing: border-box; border-radius: 0.5rem !important; outline:1px solid transparent; transition:var(--transition-custom); transition-property: outline-color;}
.cm-product-inquiry-form-item input{height: 5rem;}
.cm-product-inquiry-form-item textarea{padding: 1.5rem; height: 17rem; resize: none;}
.cm-product-inquiry-form-item input::placeholder,
.cm-product-inquiry-form-item textarea::placeholder{color: rgba(255,255,255,0.5);}
.cm-product-inquiry-form-item textarea:focus,
.cm-product-inquiry-form-item input:focus{outline-color: #fff;}
.cm-product-inquiry-form-item .form-label{position: absolute; top: 1.5rem; left: 1.5rem; font-size: 1.4rem; line-height: 2rem; letter-spacing: -0.05em; font-weight: 500; color: #fff; pointer-events: none;}
.cm-product-inquiry-form-item input.exist + .form-label, 
.cm-product-inquiry-form-item textarea.exist + .form-label,
.cm-product-inquiry-form-item input:focus + .form-label,
.cm-product-inquiry-form-item textarea:focus + .form-label{clip: rect(0 0 0 0); width: 1px; height: 1px; margin: -1px; overflow: hidden;}

/* Custom radio check */
.cm-product-inquiry-form-item .inquiry-radio-check-btn{height: 5rem;}
.cm-product-inquiry-form-item .inquiry-radio-check-box .result-txt{height: 5rem; padding: 0 5rem 0 1.5rem; font-size: 1.4rem; line-height: 5rem; white-space:nowrap; text-overflow: ellipsis; overflow: hidden; word-break: break-all;}
.cm-product-inquiry-form-item .inquiry-radio-check-list{top: 5rem;}
.cm-product-inquiry-form-item .inquiry-radio-check-item .custom-checkbox-item{display: block !important; margin: 0.5rem 0 !important; min-width: 33.33%; padding-right: 1.5rem;}
.cm-product-inquiry-form-item .inquiry-radio-check-item .custom-checkbox-item label{padding-left:2rem; font-size:1.35rem; line-height:1.6rem;}
.cm-product-inquiry-form-item .inquiry-radio-check-item .custom-checkbox-item label::before{top:0.15rem; font-size:1.35rem;}

/* Custom Select */
.cm-product-inquiry-form-item .custom-select-trigger {padding:0 1.5rem; font-size: 1.4rem; line-height: 5rem;}
.cm-product-inquiry-form-item .custom-select-trigger:after{right: 1rem;}
.cm-product-inquiry-form-item .custom-option-item {padding: 1.05rem 1.5rem; font-size:1.4rem;}

.cm-product-inquiry-agree{margin-top: 1.5rem;}
.cm-product-inquiry-agree .agree-txt{display: flex; align-items: center; justify-content: center;}
.cm-product-inquiry-agree .agree-txt li{margin-right: 1.2rem;}
.cm-product-inquiry-agree .agree-txt li:last-child{margin-right: 0;}
.cm-product-inquiry-agree .agree-txt input{display:none;}
.cm-product-inquiry-agree .agree-txt label{position:relative; padding-left:2.2rem; font-size: 1.4rem; font-weight: 500; line-height: 2.4rem; letter-spacing: -0.05em; color: #fff; display: block;}
.cm-product-inquiry-agree .agree-txt label:before{position:absolute; top: 0.1rem; left:0px; font-size:2rem; color:#fff; content: '\e92c'; font-family: xeicon;}
.cm-product-inquiry-agree .agree-txt label a{display: inline-block; color: #fff; border-bottom: 0.3rem solid #fff;}
.cm-product-inquiry-agree .agree-txt input:checked + label:before{content: '\e92b';}

.cm-product-inquiry-sendbtn{width: 100%; margin-top: 2.7rem; display: flex; align-items: center; justify-content: center;}
.cm-product-inquiry-sendbtn button{width: 100%; height: 6rem; font-size: 1.5rem; font-weight: 600; color: #fff; border: 0.3rem solid rgba(255,255,255,0.3); box-sizing: border-box; border-radius: 0.5rem; transition:var(--transition-custom);}
.cm-product-inquiry-sendbtn button:hover{border-color: #fff;}

.quick-recaptcha-box {margin-top: 2rem;}
.quick-recaptcha-box .g-recaptcha {display: flex; justify-content: center;}
@media all and ( min-width: 801px ){
	.quick-recaptcha-box {height: 65px;}
	.quick-recaptcha-box .g-recaptcha {transform: scale(0.8); transform-origin: 0 0; width: calc(100% / 0.8);}
}

/* open */
#cmProductInquiryBox.open{right: 0;}
#cmProductInquiryBox.open .cm-product-inquiry-btn .open{display: none;}
#cmProductInquiryBox.open .cm-product-inquiry-btn .close{display: block;}

.cm-product-inquiry-form .mCSB_scrollTools_vertical {display: none !important;}
.cm-product-inquiry-form .mCSB_inside > .mCSB_container {margin-right: 0 !important;}

@media all and ( min-width: 801px ) and (max-height:860px) {
	.cm-product-inquiry-form .mCSB_scrollTools_vertical {display: block !important;}
	.cm-product-inquiry-form .mCSB_inside > .mCSB_container {margin-right:30px !important;}
}
@media all and ( min-width: 801px ) and (max-height:860px) {
	.cm-product-inquiry-form {height: 65rem;}
}
@media all and ( min-width: 801px ) and (max-height:820px) {
	.cm-product-inquiry-form {height: 58rem;}
}
@media all and ( min-width: 801px ) and (max-height:750px) {
	.cm-product-inquiry-form {height: 50rem;}
}

@media all and ( max-width: 1024px ){
	#cmProductInquiryBox{right:-48rem;}
	.cm-product-inquiry-form{width: 48rem;}
	/* open */
	#cmProductInquiryBox.open{right: 0;}
}
@media all and ( max-width: 800px ){
	#cmProductInquiryBox{position:fixed; top:auto; bottom: -100%; width: 100%; height: 100%; right:0; z-index:9999; transition:var(--transition-custom2); transition-property: bottom;}
	.cm-product-inquiry-btn{position: absolute; top: 49px; left: auto; right: 15px; display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; text-align:center; border:1px solid rgba(255,255,255,0.15); padding: 0; background-color: var(--main-color); border-radius: 100%; z-index:99; box-sizing:border-box; opacity:0; transition:var(--transition-custom); transition-property: top, opacity;}
	.cm-product-inquiry-btn.bottom-fixed{top: -185px; opacity:1.0;}
	.cm-product-inquiry-btn i{position: static; margin-left: 0; font-size: 16px; line-height: 46px; color: #fff;}
	.cm-product-inquiry-btn .open{display: block;}
	.cm-product-inquiry-btn .close{display: none;}
	.cm-product-inquiry-btn span{display: none;}
	.cm-product-inquiry-form{padding: 3rem; width: 100%; height: 100%; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-items: center; overflow-x: hidden; overflow-y: auto;}
	.cm-product-inquiry-form .mCSB_scrollTools_vertical {display: none !important;}
	.cm-product-inquiry-form-item textarea{height: 13rem;}

	.quick-recaptcha-box {height: auto;}
	.quick-recaptcha-box .g-recaptcha {justify-content: center; transform: none;}

	/* open */
	#cmProductInquiryBox.open{bottom: 0; right: 0;}
	#cmProductInquiryBox.open .cm-product-inquiry-btn{top: 10px; right: 5px; width: 46px; height: 46px; border-color: transparent; background-color: transparent; opacity: 1;}
	#cmProductInquiryBox.open .cm-product-inquiry-btn.bottom-fixed{top: 10px;}
	#cmProductInquiryBox.open .cm-product-inquiry-btn i{font-size: 28px; line-height: 46px;}
	#cmProductInquiryBox.open .cm-product-inquiry-btn .open{display: none;}
	#cmProductInquiryBox.open .cm-product-inquiry-btn .close{display: block;}
}

/* 메인 팝업 */
.main-layer-popup {position: absolute; /* max-width: 56rem; */ visibility: visible; overflow: hidden; border: none !important;  background: none  !important;  border-radius: 2rem;box-shadow: 0.5rem 0.5rem 4rem rgba(1, 4, 0, 0.12); border: 0px;  z-index:999999999999;}
#popup01 { left: 5%;top: 10rem; }
#popup02 {left: 38%; top: 10rem;}
.main-layer-popup .layer-popup-inner-img a {}
.main-layer-popup .layer-popup-inner-img a img {max-width: 100%; vertical-align: top;}
.main-layer-popup .layer-popup-inner-img a img.pc-img{display: block;}
.main-layer-popup .layer-popup-inner-img a img.m-img{display: none;}
.main-layer-popup .layer-popup-bottom-con { overflow: hidden; height: 6rem; text-align: center; border-radius: 0 0 2rem 2rem; background: #fff;}
.main-layer-popup .layer-popup-bottom-con .left-close-option-txt {float: left; width: 50%; height: 100%; line-height: 2.2rem;  color: #333; background: #f7f7f7; font-weight: 600; font-size: 1.4rem; -webkit-border-radius: 0 0 0 2rem;
-moz-border-radius: 0 0 0 2rem;
border-radius: 0 0 0 2rem;}
.main-layer-popup .layer-popup-bottom-con .left-close-option-txt input {vertical-align: middle;}
.main-layer-popup .layer-popup-bottom-con .left-close-option-txt label {cursor: pointer;}
.main-layer-popup .layer-popup-bottom-con a {float: right; display: block; width: 50%; height: 100%; line-height: 6rem; font-size: 1.4rem; background: #eeeeee;font-weight: 600; color: #000; -webkit-border-radius: 0 0 2rem 0;
-moz-border-radius: 0 0 2rem 0;
border-radius: 0 0 2rem 0; }
/* 에디터팝업 */
/* .main-layer-popup .layer-popup-inner {padding: 4rem; background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.main-layer-popup .layer-popup-inner p {font-size: 1.5rem;}
.main-layer-popup .layer-popup-inner img {margin-top: 2.5rem; max-width: 100%;} */

@media all and ( max-width: 1024px ){
	.main-layer-popup {left:50% !important; top: 1.5%; top:50% !important;/*  width:60% !important; */ max-width:96% !important; height:auto !important; transform: translate(-50%,-50%);}
	.main-layer-popup .layer-popup-inner-img img {max-width:100%; width:auto; height:auto;}
}

@media all and ( max-width: 800px ){ 
	.pop-bg {position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,0.8); z-index: 11000;}
	.main-layer-popup { left: 50% !important; width: 60% !important; max-width: 96% !important;  height: auto !important;}
	.main-layer-popup .layer-popup-inner-img a img.pc-img{display: none;}
	.main-layer-popup .layer-popup-inner-img a img.m-img{display: block;}
}
@media all and ( max-width: 480px ){
	.main-layer-popup { width: 80% !important;}
}


/* ****************** 404 Page ********************** */
#errorPage {min-height:93.7rem; margin-top:-14rem; text-align:center; display:flex; align-items:center;}
.error-con .top-box i {font-size:12rem; color:var(--main-color); }
.error-con .top-box .txt {display:block; font-size:2rem; letter-spacing:-0.025em; font-weight:700; margin-top:1.5rem;}
.error-con .txt-box  {margin-top:6rem;}
.error-con .txt-box .tit { font-size:5rem; letter-spacing:-0.05em;}
.error-con .txt-box .tit span {color:var(--main-color);}
.error-con .txt-box .txt { font-size:1.8rem; letter-spacing:-0.035em; line-height:1.66; color:#666; margin-top:4rem;}
.error-con .btn-box {display:flex; align-items:center; justify-content:center; margin-top:4.5rem;}
.error-con .btn-box .error-btn {display:block; text-decoration:none; width:22rem; height:6.5rem; line-height:6.3rem; color:#222; font-size: 1.7rem; letter-spacing:-0.05em; border-radius: 1.5rem; border:2px solid rgba(170,170,170,0.8); margin:0 5px; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
 box-sizing: border-box; }
.error-con .btn-box .error-btn.style02 {color:#fff; background-color:#222; border-color:#222; }

@media all and (max-width:800px){
	#errorPage {min-height:auto; padding:10rem 0 15rem; margin-top:0; }
	.error-con .top-box i {font-size:6rem; }
	.error-con .top-box .txt {font-size:1.5rem;}
	.error-con .txt-box  {margin-top:3rem;}
	.error-con .txt-box .tit { font-size:3.1rem;}
	.error-con .txt-box .txt { font-size:1.4rem; margin-top:3rem;}
	.error-con .btn-box {margin-top:3rem;}
	.error-con .btn-box .error-btn {width:15.4rem; height:4.5rem; line-height:4.3rem; font-size:1.5rem;} 
}
@media all and (max-width:359px){
	.error-con .btn-box .error-btn {width:calc(50% - 10px)}
}

/* 메뉴 푸터,사이트맵 외 2줄 제거 css */
#gnb > ul > li > a span br, #gnb.total-menu > ul > li .gnb-2dep ul li a br, #navigation > li > a br, #visual .visual-tit br, #visual .location br{display: none;}



