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

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
/* ========================================================
 * SETTING
======================================================== */
:root{
	--main-color: #B3CC2D;
	--area-box-width: 1720px;
	--area-width: 1320px;
	--area-padding: 30px;
	--header-top-height: 48px;
	--header-top: 60px;
	--header-height: 100px;
	--sub-visual-height: 100vh;
	--sub-visual-narrow-height: 74.6rem;
	--sub-menu-height: 50px;
	--full-height: 100vh;
	--border-radius: 5px;
	--transition-custom: all 0.4s ease-in-out;
	--transition-custom2: all 0.8s ease-in-out; /* data-scroll */
	--transition-custom3: all 1.2s ease-in-out;
	--font-family1: 'Pretendard', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;
	--font-family2: 'Pretendard', 'Noto Sans KR', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;
	--font-family3: 'Oswald', 'Noto Sans KR', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;
}
html:not(.is-mobile) *::-webkit-scrollbar {
	width: 10px;
	height: 15px;
}
html:not(.is-mobile) *::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}
html:not(.is-mobile) *::-webkit-scrollbar-thumb {
	background-color: #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); letter-spacing: -0.025em;
	color:#666;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	text-size-adjust:none;
	word-break:keep-all;
}
body { background-color:#fff; }
table, th, td{word-break:break-word;}
#wrap {overflow:hidden; width:100%; min-width:320px; position:relative; }

/* ========================================================
 * LAYOUT
======================================================== */
/* ****************** 공통클래스 ********************** */
.area{ max-width:var(--area-width); margin:0px auto;}
.area-box{ max-width:var(--area-box-width); margin:0px auto; }
.full-height{height:var(--full-height);}
/* Fullpage Layout */
.fullpage-html{overflow:hidden; height:100%;}
.fullpage-html #wrap{position:static;}
/* br tag */
.m-br{display:none;}
.display-m{display:none;}
.font-pretendard {font-family: var(--font-family2); letter-spacing: -0.02em;}
.font-oswald,
.font-point {font-family: var(--font-family3);}

/* ****************** HEADER top ********************** */
#headerTopCon{position:absolute; width:100%; height:var(--header-top-height); left:0; top:0; background-color: var(--main-color); z-index:9999; transition: all 0.8s ease-in-out;}
#headerTopInner{position:relative; display:flex; align-items:center; justify-content:space-between; max-width: var(--area-box-width); height:100%; margin:0px auto; padding:0 var(--area-padding);}

/* Header :: 게시글 */
.header-top-board{max-width: 48rem; width: 50%;}
.header-top-board-list{}
.header-top-board-list li{}
.header-top-board-list li a{font-size: 1.4rem; line-height: 2.5rem; font-weight: 500; color: #fff; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.header-top-board-list li a span{margin-right: 1rem; padding: 0 1rem; min-width: 7rem; font-size: 1.2rem; line-height: 2.5rem; font-weight: 500; letter-spacing: -0.05; color: var(--main-color); text-align: center; background-color: #fff; border-radius: 2.5rem; box-sizing: border-box; display: inline-block;}

/* Header :: 회원관리 */
.header-top-memu {display: flex; align-items: center;}
.header-top-memu li + li{margin-left: 3rem; position: relative;}
.header-top-memu li + li:before{position: absolute; top: 50%; margin-top: -0.5rem; left: -1.5rem; width: 1px; height: 1rem; background-color: rgba(255,255,255,0.3); content: '';}
.header-top-memu li a{font-size: 1.4rem; line-height: 4.8rem; color: #fff; transition: all 0.3s;}


/* ****************** HEADER ********************** */
#header{
	/* position:relative; */ position:absolute; height:var(--header-height); top:var(--header-top); left:0; width:100%; z-index:9999; transition: all 0.8s ease-in-out;
}
.fullpage-html #header{
	position:fixed;
}
#headerInnerWrap{position:absolute; top:0px; left:0px; width:100%; height:var(--header-height); z-index:9999; background-color:transparent; transition:var(--transition-custom); transition-property:background-color;}
#headerInner{position:relative; display:flex; align-items:center; justify-content:space-between; max-width: var(--area-box-width); height:var(--header-height); margin:0px auto; padding:0 var(--area-padding); }
#header .logo{position:relative; z-index:100; }
#header .logo a{display:block; width: 160px; height: 30px;}
#header .logo img{display:block; vertical-align:top;}

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

/* Header :: 언어선택 */
.header-lang {position:relative; width:12rem; height:4rem; z-index:100; background-color: rgba(255,255,255,0.1); backdrop-filter: blur(2rem); border-radius: 4rem;}
.header-lang .lang-open-btn {overflow:hidden; position:relative; display:block; width:100%; height:100%; border-radius: 4rem; text-align:left; z-index: 11; transition: var(--transition-custom); transition-property: background-color;}
.header-lang .lang-open-btn .txt{width: 100%; height: 100%; padding:0 1rem; font-size:1.5rem; line-height: 4rem; font-weight: 700; color:#fff; display: flex; align-items: center; /* justify-content: space-between;  */box-sizing: border-box;}
.header-lang .lang-open-btn i {font-size:2.4rem; margin-top:-0.2rem;}
.header-lang .lang-open-btn em {font-weight: 700; margin-left: 2rem;}
.header-lang > ul {display:none; /* max-height: 25rem; overflow-y: auto;  */position:absolute; top:calc(100% - 2rem); left:0; z-index:10; width:100%; background: var(--main-color); padding-top: 2rem; padding-bottom: 1rem; border-radius: 0 0 2rem 2rem; transition: var(--transition-custom); transition-property: background-color;}
.header-lang > ul::-webkit-scrollbar {width: 2px;}
.header-lang > ul::-webkit-scrollbar-track {background-color: rgba(255,255,255,0);border-radius: 20px}
.header-lang > ul::-webkit-scrollbar-thumb {background-color: #fff;border-radius: 20px}
.header-lang > ul > li > a{display:flex; align-items: center; justify-content: space-between; padding: 1rem 1.5rem; font-size: 1.4rem; font-weight: 600;  line-height: 1.3; color:#fff; word-break: keep-all; opacity: 0.5; transition: var(--transition-custom); transition-property: opacity; -webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;}
.header-lang > ul > li > a:hover{opacity: 1;}
.header-lang.open .lang-open-btn{background-color: var(--main-color);}
.header-lang.open .lang-open-btn .arrow i{transform:rotate(180deg);}

.visual-none-wrap .header-lang { background-color: #f2f2f2;}
.visual-none-wrap .header-lang .lang-open-btn .txt  { color: #000;}

/* Header :: 언어선택2 */
.header-lang-list {position:relative; float:left; z-index:100; margin-left: 2rem;}
.header-lang-list li{float:left;}
.header-lang-list li a{display:block; position:relative; font-size:1.5rem; font-weight:700; padding: 0 1rem; color:rgba(255,255,255,0.25); transition:var(--transition-custom);}
.header-lang-list li a:after{position: absolute; content: ''; left: -0.5px; width: 1px; height: 1rem; top: 1px; background: rgba(255,255,255,0.25);}
.header-lang-list li:first-child a:after {display: none;}
.header-lang-list li.cur a,
.header-lang-list li a:hover{color: #fff;}

.visual-none-wrap .header-lang-list li a{color:rgba(0,0,0,0.25);}
.visual-none-wrap .header-lang-list li.cur a,
.visual-none-wrap .header-lang-list li a:hover {color: #000;}
.visual-none-wrap .header-lang-list li a:after {background:rgba(0,0,0,0.25);}

/* Header :: 회원관리 */
.header-member {margin-left: 5px; display: flex; align-items: center;}
.header-member li{}
.header-member li + li{margin-left: 5px;}
.header-member li a{display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; text-align: center; transition: all 0.3s;}
.header-member li img{height: 15px;}
.icon-member-svg{height: 15px;}
.icon-member-svg path{fill:#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; align-items: center; justify-content: center;}
#gnb > ul > li{position:relative; word-break:keep-all; width:13rem; transition:var(--transition-custom);}
#gnb > ul > li.gnb1{width: 16rem;}
#gnb > ul > li > a{
	position:relative; z-index:100; display:block; line-height:var(--header-height); padding:0 1rem; text-align:center; color:#ffffff; font-size:2rem; font-weight:500; transition:var(--transition-custom);
}
#gnb > ul > li > a:hover,
#gnb > ul > li > a:focus,
#gnb > ul > li.on > a{color:#fff;}

/* GNB :: 2차 전체메뉴 */
#gnbBg{
	overflow:hidden; 
	position:absolute; 
	left:0; top:calc(var(--header-top-height) - var(--header-top)); 
	width:100%; 
	height:0; 
	background-color: rgba(0,0,0,0.25);
    backdrop-filter: blur(20px);
	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:99;
	width:100%; 
	text-align:left; 
	/* border-right:1px solid #ddd; */
	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 {position: absolute; top:calc((-1 * var(--header-height)) + var(--header-top-height) - var(--header-top));  left: 0; content: ''; width: 100%; height: calc((var(--header-height)) + 100%); background: linear-gradient(180deg, rgba(177, 191, 0, 0.34) 0%, rgba(255, 255, 255, 0) 100%); opacity: 0; transition: opacity 0.3s;}
#gnb.total-menu > ul > li .gnb-2dep:after {    position: absolute;  content: '';  top: -1px;  left: 50%; transform: translateX(-50%);  width: 0;height: 1px;background: rgba(255,255,255,0.1); transition: var(--transition-custom);}
#gnb.total-menu > ul > li:hover .gnb-2dep:before {width:100%; left:0;}
#gnb.total-menu > ul > li .gnb-2dep > ul{padding-top: 2.5rem;}
#gnb.total-menu > ul > li .gnb-2dep ul li{position:relative;}
#gnb.total-menu > ul > li .gnb-2dep ul li a{ display:block;  padding:0.8rem 1.5rem; color:rgba(255,255,255,0.8); font-size:1.6rem; letter-spacing:-0.03em; font-weight:600; line-height:1.3; transition:var(--transition-custom); text-align:center;}
#gnb.total-menu > ul > li .gnb-2dep > ul > li + li{padding-top: 0.5rem;}
#gnb.total-menu > ul > li .gnb-2dep ul li .gnb-3dep {padding-bottom: 1.5rem;}
#gnb.total-menu > ul > li .gnb-2dep ul li .gnb-3dep a{padding:1.2rem 1.5rem; font-size: 1.4rem; font-weight:400;color:rgba(255,255,255,0.5);}
/*on*/
#gnb.total-menu > ul > li.on .gnb-2dep ul li a{color:rgba(255,255,255,0.8);}
#gnb.total-menu > ul > li.on .gnb-2dep ul li a:hover{color: var(--main-color);}

#gnb.total-menu > ul > li.on .gnb-2dep:before{opacity: 1;}
#gnb.total-menu > ul > li.on .gnb-2dep:after {width: 100%;}

/* Header :: open ver. */
@media all and ( min-width: 1281px ){
	.gnb-open#header #gnb > ul > li.gnb,
	.gnb-open#header #gnb > ul > li {width: 22rem;}
}

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

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


/* ****************** FOOTER ********************** */
/* -------- FOOTER :: 레이아웃 -------- */
#footer{background-color:#000000; position: relative; z-index: 11;}
.footer-wrap {display: flex; align-items: center; justify-content: space-between; padding: 2rem 5rem; box-sizing: border-box;}

/* Footer :: TOP버튼 */
.to-top-btn{
	position:fixed; 
	bottom:-100px; 
	right:15px;
	display: flex;
    align-items: center;
    justify-content: center;
	width:5rem; 
	height:5rem; 
	text-align:center; 
	z-index:99;
	border:2px solid #ddd;
	border-radius: 1rem;
	box-sizing:border-box;
	opacity:0;
	transition:var(--transition-custom);
}
.to-top-btn.bottom-fixed{bottom:15px; opacity:1.0;}
.to-top-btn.bottom-fixed.abs-bottom{bottom:75px;}
.to-top-btn i{font-size: 2.4rem; color: #ddd; transition: var(--transition-custom); transition-property: transform;}
.to-top-btn:hover i{transform: translateY(-3px)}
#fullpage .to-top-btn{display:none;}

/* Footer :: 푸터메뉴 */
.foot-menu{}
.foot-menu li{float:left; position:relative; padding-left:3rem;}
.foot-menu li:first-child{padding-left:0}
.foot-menu li:first-child:before{display:none} 
.foot-menu li a{color:#fff; font-size:1.2rem; font-size: 500; letter-spacing:0.24px;}

/* Footer :: Copyright */
.footer-copyright{font-size:1.2rem; letter-spacing: 0.6px; color: #fff; line-height: 1.4;}

/* Footer :: SNS 리스트 */
.foot-sns-menu{padding-left: 7rem;}
.foot-sns-menu li{/* float:left; */display:inline-block; vertical-align:middle; margin-left: 1.5rem;}
.foot-sns-menu li:first-child{margin-left:0}
.foot-sns-menu li a{display:block;color:#fff; text-align:center;}
.foot-sns-menu li a i{font-size:1.8rem; }


#wrap.sub-wrap .footer-wrap{padding:4rem 5rem;}
#wrap.sub-wrap .footer-wrap > div{width:33.33%;}
#wrap.sub-wrap .footer-right-con{text-align:right;}

#wrap.sub-wrap .foot-menu{display: inline-block;}
#wrap.sub-wrap .foot-menu li a{font-size:1.6rem}
#wrap.sub-wrap .footer-copyright{font-size:1.6rem;}
#wrap.sub-wrap .foot-sns-menu{ text-align:center; padding-left:0;}
#wrap.sub-wrap .foot-sns-menu li a i{font-size:2.2rem;}

#wrap.sub-wrap .to-top-btn.bottom-fixed.abs-bottom{bottom:125px;}


/* ****************** SUB LAYOUT ********************** */
#middleArea {position: relative; min-height: var(--sub-visual-height); z-index: 11; margin-top: var(--sub-visual-height); background-color: #fff;}
/*  SUB LAYOUT :: 비주얼 */
#visual{position: fixed; width:100%; top: 0; left: 0; background-color: #000; overflow: hidden;}
#visual .visual-img-con{position:absolute; top:0px; left:0px; width:100%; height:100vh;}
#visual .visual-img-inner{position: relative; width:100%; height: 100%; /* transition:all 0.6s ease; */}
#visual.sub-visual-why .visual-img-inner:before {position: absolute; content: ''; width: 100%; height: 100%; background: url(/images/layout/sub_visual_cover.png)no-repeat 0 0 /cover;}
#visual .visual-txt-con{position:relative; z-index:1; text-align:center; display:table; width:100%; padding-top: var(--header-height) !important; height: var(--sub-visual-height); box-sizing: border-box;}
#visual .visual-txt-container{position:relative; width:100%; }
/* #visual .visual-txt-con .table-cell-layout{vertical-align: bottom; padding-bottom: 17.5rem;} */
#visual .visual-tit,
#visual .visual-txt{
	opacity:0;
    transform: translateY(30px);
	transition:var(--transition-custom3);
	transition-property: transform, opacity;
}
#visual .visual-tit{
	transition-delay:0.5s;
}
#visual .visual-txt{
	transition-delay:0.7s;
}

#visual .visual-txt{font-size:1.8rem; line-height:1.77; color:#fff; letter-spacing:-0.045em; margin-bottom:2rem}
/* Why 덴티움 */
#visual.sub-visual-why .visual-txt-con .table-cell-layout{vertical-align: bottom; padding-bottom: 17.5rem;}

/* SUB LAYOUT :: 상단효과 active */
#visual.active .visual-img-con{}
#visual.active .visual-tit,
#visual.active .visual-txt{
	opacity:1.0;
    transform: translateY(0px);
}

/*  SUB LAYOUT :: 서브메뉴(스타일1) */
#topMenu01{position: absolute; top: calc(-1 * (8rem + var(--sub-menu-height))); width:100%; height:var(--sub-menu-height); }
#topMenu01 .side-menu-inner{text-align:center; width:100%; height:var(--sub-menu-height);}
#topMenu01 .side-menu-inner .area{display:flex; align-items:center; justify-content:center; box-sizing: border-box;}
#topMenu01 .side-menu-inner ul{padding: 0 0.5rem; height:var(--sub-menu-height); display:flex; align-items:center; justify-content:center; background-color: rgba(255,255,255,0.07); backdrop-filter: blur(30px); border-radius: var(--border-radius);}
#topMenu01 .side-menu-inner ul li{ width:23rem;} /* max-width 자유롭게 수정 */
#topMenu01 .side-menu-inner ul li > a{
	display:block; 
	display:table; 
	position:relative;
	width:100%;
	height: calc(var(--sub-menu-height) - 1rem);
	line-height:1.2; 
	color:#fff; 
	font-size:1.6rem; 
	letter-spacing:-0.05em; 
	font-weight:600; 
	word-break:keep-all;
	border-radius: var(--border-radius);
	background-color: transparent;
	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.on > a{background-color: var(--main-color); color: #000;}

/* SUB LAYOUT :: 서브메뉴 Fixed (공통) */
@media all and (min-width:1025px){
	.fixed-sub-menu.top-fixed .side-menu-inner{position:fixed; top:10px; left:0px; z-index:9999;}
	#topMenu01.top-fixed .side-menu-inner ul li > a{color: #000;}
	#topMenu01.top-fixed .side-menu-inner ul li.on > a{color: #fff;}
}

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

/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
#content:not(.wide){padding:12rem 0; /* padding-top: 0 !important; */}
#content.wide{padding:12rem 0 0 0; /* padding-top: 0 !important; */}

/*  SUB LAYOUT :: 상단정보 (공통) */
#contentInfoCon{}
#contentInfoCon .content-tit{font-size:6rem; line-height: 1.1; font-weight:700; letter-spacing:-0.07em; color: #000; text-align:center;}
.content-sub-tit{margin-top:1.5rem; margin-bottom: 10rem; font-size:1.7rem; line-height: 1.52; letter-spacing:-0.02em; color: #888; word-break:keep-all; text-align: center;}

/* ****************** 서브비주얼 텍스트 타이틀 ver.  ********************** */
#visual.txt-ver .visual-txt-con .table-cell-layout{vertical-align: middle;}
#visual.txt-ver .visual-tit{font-size: 8rem; line-height: 1.1; font-weight: 700; color: #fff; text-align: center;}

/* ****************** 서브비주얼 없는 ver.  ********************** */
/* Header :: 언어선택 */
.visual-none-wrap .header-lang .icon-lang-svg path{fill:#000;}
.visual-none-wrap .gnb-open .header-lang .icon-lang-svg path{fill:#fff;}

/* Header :: 회원관리 */
.visual-none-wrap .header-member .icon-member-svg path{fill:#000;}
.visual-none-wrap .gnb-open .header-member .icon-member-svg path{fill:#fff;}

/* -------- Header :: GNB(PC) -------- */
.visual-none-wrap #gnbBg {background-color: rgba(0, 0, 0, 0.35);}
.visual-none-wrap #gnb > ul > li > a,
.visual-none-wrap #gnb > ul > li.on > a{color:#000;}
.visual-none-wrap .gnb-open #gnb > ul > li > a{color: #fff;}
/*  SUB LAYOUT */
.visual-none-wrap #middleArea{min-height: 70rem; margin-top: 0;}
/*  SUB LAYOUT :: 비주얼 */
.visual-none-wrap #visual{position: relative; background-color: transparent;}
.visual-none-wrap #visual .visual-txt-con{padding-top: calc(var(--header-height) + var(--header-top-height) + 8rem) !important; height: auto;}
.visual-none-wrap #visual .visual-txt-con .table-cell-layout{padding-bottom: 7.5rem;}
.visual-none-wrap #visual .visual-tit{font-size: 8rem; line-height: 1.1; font-weight: 700; color: #000; text-align: center; transition-delay:0s;}
/*  SUB LAYOUT :: 상단정보 (공통) */
.visual-none-wrap #contentInfoCon .content-tit{font-size:5rem;}
/*  SUB LAYOUT :: 서브메뉴(스타일1) */
.visual-none-wrap #topMenu01{top: 0;}
.visual-none-wrap #topMenu01 .side-menu-inner ul{background-color: rgba(0,0,0,0.07); backdrop-filter: blur(30px);}
.visual-none-wrap #topMenu01 .side-menu-inner ul li > a{color:#000; font-weight: 500;}
.visual-none-wrap #topMenu01 .side-menu-inner ul li.on > a{background-color: var(--main-color); color: #fff;}

/* ****************** 서브비주얼 짧은 ver.  ********************** */
.visual-narrow-wrap #middleArea {      min-height: var(--sub-visual-narrow-height);  margin-top: var(--sub-visual-narrow-height);}
.visual-narrow-wrap #visual .visual-txt-con {height: var(--sub-visual-narrow-height);}
.visual-narrow-wrap #visual.txt-ver .visual-tit {font-size: 6.8rem;}
.visual-narrow-wrap #visual .visual-txt-con .table-cell-layout {padding-bottom: 12rem;}

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


/* ****************** 
	* Mouse Pointer
********************** */
.cm-mouse-pointer{position:fixed; top:0px; left:0px; z-index:9999999; pointer-events:none; }
/* base */
.cm-mouse-pointer .cm-pointer-circle{position:absolute; top:50%; left:50%; width: 2rem; height: 2rem; border-radius:50%;  transform:translate(-50%,-50%) scale(1); transition:var(--transition-custom); border:1px solid var(--main-color);}

/* view */
.cm-mouse-pointer .cm-pointer-txt{position:absolute; left:50%; top:50%; display:flex; align-items:center; justify-content:center; width:13rem; height:13rem; font-size: 1.6rem; color:#fff; font-weight: 500; letter-spacing: 0.015em; transition:var(--transition-custom); transform: translate(-50%,-50%) scale(0.5); border-radius: 100%; opacity:0; visibility: hidden;}
.cm-mouse-pointer.view .cm-pointer-circle{width:13rem; height:13rem; background:rgba(255,255,255,0.33); backdrop-filter:blur(10px); border-color:#fff;}
.cm-mouse-pointer.view .cm-pointer-txt{transform: translate(-50%,-50%) scale(1.0); visibility: visible; opacity: 1;}

/* arrow */
.cm-mouse-pointer .cm-pointer-arrow{position:absolute; left:50%; top:50%; display: block; width: 6rem; height: 6rem; border: 0.2rem solid #fff; box-sizing: border-box; transition:var(--transition-custom); transform: translate(-50%,-50%) scale(0.5); opacity:0; visibility: hidden;}
.cm-mouse-pointer.black .cm-pointer-arrow{border-color: #000;}
.cm-mouse-pointer.arrow .cm-pointer-circle{opacity:0; visibility: hidden;}
.cm-mouse-pointer.arrow .cm-pointer-arrow{transform: translate(-50%,-50%) scale(1.0); visibility: visible; opacity: 1;}
.cm-mouse-pointer.disabled.arrow .cm-pointer-arrow{opacity: 0.25;}

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

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

/* ****************** 임시 시안 css ********************** */
.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;}
}

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

@media (hover: hover) and (min-width:801px) {
	.cm-fill-ani-JS:hover .cm-fill{width: 40vw; height: 40vw;}
}
@media and (max-width:800px) {
	.cm-fill-ani-JS .cm-fill{visibility: hidden;}
}