.motherWrap {background: #efefef;}

/* header */
.header { position: relative; z-index: 102; position: fixed; top: var(--contMargin); left: var(--contMargin); right: var(--contMargin);}
.header .styleSet { display: flex; justify-content: space-between; align-items: center; height: var(--headerHeight); background: #000; border-radius: 18px; -webkit-border-radius: 18px; -moz-border-radius: 18px; -ms-border-radius: 18px; -o-border-radius: 18px; transition:  .6s; transition-property: background, backdrop-filter; -webkit-transition:  .6s; -moz-transition:  .6s; -ms-transition:  .6s; -o-transition:  .6s; }
.header .logoBox { width: var(--layoutPer); height: var(--headerHeight); display: flex; align-items: center; justify-content: center; filter: brightness(0) invert(1); -webkit-filter: brightness(0) invert(1); }
.header .gnb .depth01 {display: flex; align-items: center; padding: 0 50px;}
.header .gnb .depth01 > li {font-size: 20px; font-weight: 500; letter-spacing: -0.025em; color: #fff; position: relative;}
.header .gnb .depth01 > li+li {margin-left: 50px;}
.header .gnb .depth01 > li > a { position: relative; z-index: 1; display: flex; justify-content: center; align-items: center; text-align: center; box-sizing: border-box; padding: 10px; overflow: hidden; transition: .4s; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; }
.header .gnb .depth01 > li > a:hover { background: #87878734; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; }
.header.scroll .gnb .depth01 > li > a:hover {background: #3f3f3f41;}

/* 2depth */
.header .gnb .depth02{
	display: none;
	position: absolute; bottom: 0; left: 50%; transform: translate(-50%,100%);
	border-radius: 10px; margin-bottom: -18px;
	overflow: hidden;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.header .gnb .depth01 > li::before{
	content:''; display: block; width: 100%; height: 60px;
	position: absolute; left: 0; top: 0;
}
.header .gnb .depth02 li{}
.header .gnb .depth02 li a{
	font-size: 15px; background-color: #000; color: #fff;
	display: block; padding: 10px 16px; min-width: 140px; text-align: center;
}
.header .gnb .depth02 li a:hover{background-color: #fff; color: #000;}

.header .rightBlock {display: flex; align-items: center;}
.header .loginWrap {padding: 0 45px; display: flex; align-items: center; font-size: 16px; font-weight: 300; letter-spacing: -0.025em; color: #fff;}
.header .loginWrap span {padding: 0 calc(15/16*1em);}
.header .loginWrap b {cursor: pointer; position: relative;}
.header .loginWrap b::after {content: ''; width: 0; height: 1px; position: absolute; left: 0; top: 100%; background: #fff;  transition: .4s;}
.header .loginWrap b:hover::after {width: 100%;}
.header .hmBtn {display: none; color: #fff; padding: 20px; transition: .6s; -webkit-transition: .6s; -moz-transition: .6s; -ms-transition: .6s; -o-transition: .6s; }
.header .hmBtn i { font-size: 25px; padding: 5px; cursor: pointer; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;}
.header .hmBtn i:hover {background: #eeeeee21;}

.header.scroll .styleSet {background: #ffffff5f; backdrop-filter: blur(10px);}
.header.hmMenu .styleSet {background: #2a2a2a8b; backdrop-filter: blur(10px);}
.header.scroll .logoBox { filter: none; -webkit-filter: none; }
.header.hmMenu .logoBox { filter: invert(1); -webkit-filter: invert(1); }
.header.scroll .gnb .depth01 > li {color: #000;}
.header.scroll .hmBtn { color: #000;}
.header.hmMenu .hmBtn {color: #fff;}
.header.scroll .loginWrap { color: #000;}
.header.hmMenu .loginWrap {color: #fff;}
.header.scroll .loginWrap b::after {background: #000;}
.header.hmMenu .loginWrap b::after {background: #fff;}

@media screen and (max-width: 1440px) {
    /* .header .gnb .depth01 {padding: 0 30px;} */
    /* .header .gnb .depth01 > li {font-size: 18px;} */

	.header .gnb .depth01 {padding: 0 20px;}
    .header .gnb .depth01 > li {font-size: 15px;}
    .header .gnb .depth01 > li+li {margin-left: 20px;}
    .header .loginWrap {padding-left: 20px;}
}
@media screen and (max-width: 1280px) {
	.header .logoBox{width: 120px; margin: 0 20px;}
	.header .loginWrap{padding-right: 20px;}
}
@media screen and (max-width: 1024px) {
    .header .logoBox {width: 150px; margin: 0;}
    .header .logoBox a {width: 65%;}
    .header .gnb .depth01 > li+li {margin-left: 5px;}

	.header .gnb .depth02 li a{padding: 10px 14px; min-width: 100px;}

	.header .loginWrap{padding: 0;}

	.header .gnb {display: none;}
    .header .hmBtn {display: block;}
}
@media screen and (max-width: 820px) {
    /* .header {left: 0; right: 0;} */

}
@media screen and (max-width: 500px) {
    .header .logoBox {width: 100px; padding-left: 20px;}
	.header .logoBox a{width: 100%;}
    .header .hmBtn {display: block; padding: 10px; padding-right: 14px;}
    .header .hmBtn i {font-size: 22px; padding: 0;}
    .header .loginWrap {font-size: 14px;}

	.header .loginWrap span{padding: 0 4px;}
}

@media screen and (max-width: 340px){
	.header .logoBox{width: 90px; padding-left: 14px;}
	.header .loginWrap {font-size: 12px;}
	.header .loginWrap span{padding: 0 2px;}
	.header .hmBtn {padding-right: 10px;}
}

.hmNav { display: flex; align-items: center; justify-content: center; z-index: 101; background: #b2b2b26d; overflow: hidden; position: fixed; left: 50%; top: 0; transform: translateX(-50%); width: 100%; height: 0vh; transition:all 1s; -webkit-transition:all 1s; -moz-transition:all 1s; -ms-transition:all 1s; -o-transition:all 1s; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
.hmNav.hmMenu {height: 100vh; background: #000000b7; backdrop-filter: blur(10px);}
.hmNav .depth01 {text-align: center;}
.hmNav .depth01 > li > h2 {position: relative; display: inline; cursor: pointer; font-size: calc((50*100/820)*1vw); font-weight: 500; color: #fff;}
.hmNav .depth01 > li > h2::after { content: ''; width: 100%; height: 1px; opacity: 0; background: #fff; position: absolute; top: 0; left: 0; transition: .4s; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; }
.hmNav .depth01 > li > h2:hover::after, .hmNav .depth01 > li.act > h2::after {height: 1px; opacity: 1; top: 100%; background: #fff;}
.hmNav .depth01 > li+li {margin-top: 20px;}

.hmNav .depth01 > li .depth02 {display: none; margin-top: 20px;}
.hmNav .depth01 > li .depth02 > li+li {margin-top: 10px;}
.hmNav .depth01 > li .depth02 > li a {color: #fff; font-size: 20px; font-weight: 100; position: relative; overflow: hidden;}
.hmNav .depth01 > li .depth02 > li a::after { content: ''; width: 100%; height: 1px; opacity: 0; background: #fff; position: absolute; top: 0; left: 0; transition: .4s; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; }
.hmNav .depth01 > li .depth02 > li a:hover::after {height: 1px; opacity: 1; top: 100%; background: #fff;}

@media screen and (max-width: 400px) {
    .hmNav .depth01 > li > h2 {font-size: 20px;}
}

/* aside */
.aside {z-index: 100; padding-right: var(--contMargin); padding-bottom: 40px; overflow-y: auto; width: var(--layoutPer); height: calc(100vh - var(--headerHeight) - var(--contMargin) - var(--layoutGap)); position: fixed; left: var(--contMargin); top: calc(var(--headerHeight) + var(--contMargin));}
.aside::-webkit-scrollbar {display: none;}
.aside ul {margin-top: var(--layoutGap); }
.aside ul li {display: flex; cursor: pointer;}
.aside ul li+li {margin-top: var(--layoutGap);}
.aside ul li .flxWrap {width: 100%; position: relative;  border: 1px solid transparent; overflow: hidden; height: 134px; transition: .4s; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; border-radius: 18px; -webkit-border-radius: 18px; -moz-border-radius: 18px; -ms-border-radius: 18px; -o-border-radius: 18px; }
.aside ul li .flxWrap::after { content: ''; box-sizing: border-box; position: absolute; background: #ffffff1e; opacity: 0; left: 50%; top: 50%; width: 100%; height: 100%; border-radius: 50%; transform: translate(-50%, -50%); transition: .4s; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; }
.aside ul li:not(.act):hover .flxWrap::after {opacity: 1; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
.aside ul li.act .flxWrap {height: 327px; background: transparent; border-color: #000;}
.aside ul li:not(.act):nth-child(1) .flxWrap {background: #ff6620;}
.aside ul li:not(.act):nth-child(2) .flxWrap {background: #00A935;}
.aside ul li:not(.act):nth-child(3) .flxWrap {background: #000000;}
.aside ul li:not(.act):nth-child(4) .flxWrap {background: #8b52e9;}
.aside ul li:not(.act):nth-child(5) .flxWrap {background: #00a6a0; background:#fa89a8}
.aside ul li .ticket { display: flex; align-items: center; border: 1px solid #00a6a0; border: 1px solid #fa89a8; position: relative; border-radius: 9px; -webkit-border-radius: 9px; -moz-border-radius: 9px; -ms-border-radius: 9px; -o-border-radius: 9px; animation: ticketAnimate 1.8s 0.4s infinite; -webkit-animation: ticketAnimate 1.8s 0.4s infinite; transform-origin: bottom ; }
.aside ul li.act .ticket {display: none;}
.aside ul li .ticket span {padding: 7px; color: #00a6a0; color: #fa89a8; font-size: 16px; letter-spacing: -0.025em; font-weight: 600; text-align: center; writing-mode: vertical-rl; transform: scale(-1); -webkit-transform: scale(-1); -moz-transform: scale(-1); -ms-transform: scale(-1); -o-transform: scale(-1); -webkit-writing-mode: vertical-rl; -ms-writing-mode: vertical-rl; }
.aside ul li .imgBox { overflow: hidden; display: flex; justify-content: center; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; transform: translateY(-80px); -webkit-transform: translateY(-80px); -moz-transform: translateY(-80px); -ms-transform: translateY(-80px); -o-transform: translateY(-80px); transition: .4s; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; }
.aside ul li.act .imgBox { opacity: 1; visibility: visible; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); }
.aside ul li .imgBox iframe { position: absolute; left: 50%; top: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
.aside ul li .imgBox img {max-width: none; width: 100%; height: 100%; object-fit: cover; position: absolute; left: 50%; top: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
.aside ul li .txt {position: relative; z-index: 1; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding: 20px 25px; box-sizing: border-box; color: #fff;}
.aside ul li.act .txt {color: #000;}
.aside ul li .txt .num {font-size: 14px; letter-spacing: -0.025em; font-family: 'Geologica'; font-weight: 300;}
.aside ul li .txt .secTitle {font-size: 20px; letter-spacing: -0.025em; font-weight: 500; line-height: 1.2;}
@keyframes ticketAnimate {
    0% { transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); }
    20% { transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); }
    30% { transform: rotate(5deg); -webkit-transform: rotate(5deg); -moz-transform: rotate(5deg); -ms-transform: rotate(5deg); -o-transform: rotate(5deg); }
    40% {opacity: 1;}
    80% { opacity: 0; transform: translate(10px, 10px) rotate(3deg); -webkit-transform: translate(10px, 10px) rotate(3deg); -moz-transform: translate(10px, 10px) rotate(3deg); -ms-transform: translate(10px, 10px) rotate(3deg); -o-transform: translate(10px, 10px) rotate(3deg); }
    81% {transform: translate(0px, 0px) rotate(0deg); -webkit-transform: translate(0px, 0px) rotate(0deg); -moz-transform: translate(0px, 0px) rotate(0deg); -ms-transform: translate(0px, 0px) rotate(0deg); -o-transform: translate(0px, 0px) rotate(0deg); }
    100% { opacity: 1;}
}

@media screen and (max-width: 1024px) {
    .aside ul li .txt .secTitle {font-size: 16px;}
}

@media screen and (max-width: 820px) {
    .aside {display: none;}
    /* .aside {overflow: hidden;}
    .aside ul li .flxWrap {height: 200px;}
    .aside ul li.act .flxWrap {border-color: transparent;}
    .aside ul li:nth-child(1) .flxWrap {background: #ff6620;}
    .aside ul li:nth-child(2) .flxWrap {background: #00A935;}
    .aside ul li:nth-child(3) .flxWrap {background: #000000;}
    .aside ul li:nth-child(4) .flxWrap {background: #8b52e9;}
    .aside ul li:nth-child(5) .flxWrap {background: #00a6a0;}
    .aside ul li .ticket {display: none;}
    .aside ul li .imgBox iframe {display: none;}
    .aside ul li .txt { padding: 25px 0; flex-direction: column-reverse; justify-content: flex-start;}
    .aside ul li.act .txt {color: #fff;}
    .aside ul li .txt .num { transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); }
    .aside ul li .txt .secTitle { font-size: 14px; margin-bottom: calc(10/16*1em); white-space: nowrap; transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); } */
}




footer{ padding-left: calc(var(--layoutPer) + (var(--contMargin) * 2) + 20px); box-sizing: border-box; padding-bottom: 90px;  padding-top: 52px; padding-right: 60px;}
footer .cont{}
footer .cont .top{
	display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap;
	margin-bottom: 92px; padding-bottom: 30px; padding-right: 80px; box-sizing: border-box;
	border-bottom: 1px solid transparent;
}
footer .cont .top h2{font-size: 55px; margin-right: 40px;}
footer .cont .top h2 strong{
	margin-bottom: calc(24/55*1em);
	display: block;
	letter-spacing: -0.025em; font-weight: 600; color: #151515; font-family: 'Geologica';
}
footer .cont .top h2 small{
	display: block;
	font-size: 14px; letter-spacing: -0.025em; color: #686868; font-weight: 300;
}
footer .cont .top h2 small i{transform: translateY(10%);}
footer .cont .top .info{display: flex; flex-wrap: wrap; margin-top: 20px;}
footer .cont .top .info p{
	cursor: pointer;
	display: block; transition: all 0.2s; margin-top: 10px;
	font-size: 13px; padding: 10px; letter-spacing: -0.025em; text-align: center; box-sizing: border-box;
	border: 1px solid #cbcbcb; border-radius: 50px; color: #7a7a7a; margin-right: 10px;
}
footer .cont .top .info p:last-child{margin-right: 0;}
@media screen and (min-width:1025px) {
	footer .cont .top .info p:hover{
		background-color: #151515; color: #fff; border-color: #151515;
	}
}

footer .cont .bottom{display: flex; flex-wrap: wrap;}
footer .cont .bottom > div{display: flex; max-width: 50%;}
footer .cont .bottom .left{padding-right: 100px; box-sizing: border-box; min-width: 700px;}
footer .cont .bottom .tab{
	display: flex; margin-right: 50px;
}
footer .cont .bottom .tab div{
	width: 82px; height: 25px; display: flex; align-items: center; justify-content: center;
	letter-spacing: -0.025em; border-radius: 13px; color: #717171; cursor: pointer;
	transition: all 0.5s;
}
footer .cont .bottom .tab div.on{color: #fff; background-color: #FF6019;}
footer .cont .bottom .tab .n1{margin-right: 6px;}
footer .cont .bottom .tab .n2{}
footer .cont .bottom > div ul{display: none;}
footer .cont .bottom > div ul.on{display: block;}
footer .cont .bottom ul{}
footer .cont .bottom ul li{
	font-size: 18px; letter-spacing: -0.025em;
	display: flex; line-height: 1.555;
}
footer .cont .bottom ul li em{color: #3f3f3f; min-width: 170px; font-weight: 500;}
footer .cont .bottom ul li p{color: #7a7a7a;}

@media screen and (max-width:1800px){
	footer{padding-bottom: 40px;}
	footer .cont .top{margin-bottom: 40px; border-color: #dbdbdb; padding-right: 0;}
	footer .cont .bottom > div{flex-direction: column; min-width: 420px;}
	footer .cont .bottom .left{min-width: 420px;}
	footer .cont .bottom .tab{margin-bottom: 20px; margin-right: 0;}
	footer .cont .bottom .tab div{border: 1px solid #717171;}
	footer .cont .bottom .tab div.on{border-color: #FF6019;}
}
@media screen and (max-width:1600px) {
	footer .cont .top h2{font-size: 40px;}
	footer .cont .bottom ul li{font-size: 16px;}
	footer .cont .bottom ul li em{min-width: 140px;}
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {
	footer .cont .bottom{flex-direction: column;}
	footer .cont .bottom .left{margin-bottom: 40px; padding-right: 0; min-width: unset;}
	footer .cont .bottom > div{min-width: unset; max-width: unset;}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:820px) {
	footer{ padding: 40px 20px; width: calc(100% - var(--contMargin)* 2); margin: 0 auto;}
	footer .cont .top h2{font-size: 36px; word-break: keep-all;}
	footer .cont .top h2 small{line-height: 1.2;}
}
@media screen and (max-width:500px) {
	footer{padding: 40px 0; word-break: break-all;}
	footer .cont .top h2{margin-bottom: 20px;}
	footer .cont .top .info{margin-top: 0;}
	footer .cont .top .info p{margin-right: 4px; width: calc(50% - 2px); margin-top: 6px; padding: 6px;}
	footer .cont .top .info p:nth-of-type(2){margin-right: 0;}
	footer .cont .top .info p:last-child{margin-right: 0;}
	footer .cont .bottom .tab div{font-size: 13px;}
	footer .cont .bottom ul li{font-size: 13px;}
	footer .cont .bottom ul li em{min-width: 100px;}
}
@media screen and (max-width:320px) {}





/* 서브 푸터 */
.subFooter{padding-bottom: 34px; box-sizing: border-box; }
@media screen and (min-width:1921px) {
	.subFooter{padding: 0 var(--contMargin); padding-bottom: 34px;}
}
.subFooter footer{
	background-color: #323232; border-radius: 26px;
	padding: 60px 74px;
}
.subFooter footer .cont .top{ border-color: #3B3B3B;}

.subFooter footer .cont .top h2{position: relative; }
.subFooter footer .cont .top h2 strong{color: #fff;}
.subFooter footer .cont .top h2 small{}

.subFooter footer .cont .top .info{}
.subFooter footer .cont .top .info p{border: 1px solid #a3a3a3; color: #a3a3a3;}

@media screen and (min-width:1025px) {
	.subFooter footer .cont .top .info p:hover{
		border-color: #fff; background-color: #fff; color: #000;
	}
}

.subFooter footer .cont .bottom > div{padding-right: 110px;}
.subFooter footer .cont .bottom ul li em{color: #d1d1d1;}
.subFooter footer .cont .bottom ul li p{color: #a3a3a3;}
.subFooter footer .cont .bottom .tab div{}

@media screen and (max-width:1600px) {
	.subFooter{padding-bottom: var(--contMargin);}
	.subFooter footer{padding: 60px 30px;}
	.subFooter footer .cont .bottom > div{padding-right: 0;}
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {}
@media screen and (max-width:820px) {
	.subFooter footer{width: 100%; padding: 40px 14px;}
}
@media screen and (max-width:500px) {}
@media screen and (max-width:320px) {}




/* 서브페이지 하단 공통 marquee */
.marquee._sub{width: 100%; height: 65px; position: relative; display: flex; align-items: center; border: none; letter-spacing: -0.025em; color: #000; font-family: 'Geologica'; font-weight: 700; letter-spacing: -0.025em; font-size: 24px; overflow: hidden; }
.marquee._sub .absol {position: absolute; width: 100%; display: flex;}
.marquee._sub .mar_ch {text-transform: uppercase; display: flex; align-items: center;}
.marquee._sub .mar_ch i {width: 25px; height: 25px; display: flex; align-items: center; justify-content: center; margin: 0px 10px; box-sizing: border-box;}



/* 서브페이지 공통 */
._sub .container{
	padding-top: calc(var(--headerHeight) + var(--contMargin));
    box-sizing: border-box;
    position: relative;
}

._sub .container .whiteBg{
	background-color: #fff; border-radius: 16px;
	margin: 20px 0; box-sizing: border-box; padding: 55px 10px;
    min-height: 726px; display: flex; flex-direction: column; justify-content: center; align-items: center;
}

@media screen and (max-width: 820px){
    ._sub .container .whiteBg{ min-height: 460px; }
}



/* 개인정보 처리방침 */
.__openPopup{
	display: none;
	position: fixed; z-index: 9999999999;
	top: 50%; left: 50%; transform: translate(-50%,-50%);
}
.__openPopup .bg{
	background-color: rgba(0,0,0,0.5);
	position: absolute; width: 100vw; height: 100vh; top: 50%; left: 50%;
	transform: translate(-50%,-50%); cursor: pointer;
}
.__openPopup .txtArea{
	position: relative; z-index: 1;
	width: 95vw; max-width: 1200px; height: 100vh; max-height: 80vh;
}
.__openPopup .cancel{
	position: absolute; top: -40px; left: 50%; transform: translateX(-50%);
	font-size: 20px; color: #fff;
	width: 30px; height: 30px; border-radius: 50%; background-color: #414141;
	display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.__openPopup .txtBx{
	border-radius: 10px; background-color: #fff;
	width: 100%; height: 100%;
	padding: 20px; padding-right: 6px; box-sizing: border-box;
}
.__openPopup .txt{
	display: none;
	width: 100%; height: 100%; overflow-y: auto;
	font-size: 16px; letter-spacing: -0.025em; font-weight: 500;
	line-height: 1.4; padding-right: 10px; box-sizing: border-box;
}
.__openPopup .txt.on{display: block;}
.__openPopup .txt::-webkit-scrollbar {width: 8px; height: 8px; background: #efefef;}
.__openPopup .txt::-webkit-scrollbar-thumb {background-color: #2f3542; border-radius: 10px;}
.__openPopup .txt h2{font-size: 20px; margin-bottom: 30px; font-weight: 600; text-align: center;}

/* 테이블 */
.__openPopup .txt .tableBx{min-width: 800px;}
.__openPopup .txt .tableBx table{width: 100%; margin-bottom: 20px;}
.__openPopup .txt .tableBx table th,
.__openPopup .txt .tableBx table td{border: 1px solid #3B3B3B; vertical-align: middle; line-height: 1.3; font-size: 13px; padding: 6px 4px; box-sizing: border-box; text-align: center;}
.__openPopup .txt .tableBx table th{background-color: #858585; color: #fff;}

.__openPopup .txt.n4{}
.__openPopup .txt.n4 h2{width: 100%;}
.__openPopup .txt.n4 .tableBx{min-width: 600px;}
.__openPopup .txt.n4 .tableBx table{}
.__openPopup .txt.n4 .tableBx table th,
.__openPopup .txt.n4 .tableBx table td{word-break: keep-all; font-size: 15px; line-height: 1.4; padding: 10px;}
.__openPopup .txt .tableBx table strong{display: block; font-size: 20px; font-weight: 600;}
.__openPopup .txt .tableBx table p{padding-left: 20px; box-sizing: border-box; margin-top: 8px;}


@media screen and (max-width:500px) {
	.__openPopup .txt{font-size: 14px;}
	.__openPopup .txt .tableBx table th,
	.__openPopup .txt .tableBx table td{font-size: 10px; padding: 4px;}

	.__openPopup .txt.n4 .tableBx table th,
	.__openPopup .txt.n4 .tableBx table td{font-size: 12px; padding: 10px 4px;}
}
.__popupOpenBtn{cursor: pointer;}






/* 컨텍트 */
.__contactArea{
	position: fixed; z-index: 101; opacity: 0;
	left: 50%; transform: translate(-50%, 100%); bottom: 0; transition: transform 0.5s, opacity 0.5s;
}
.__contactArea.on{
	transform: translate(-50%,0%); opacity: 1;
}
.__contactArea.hide{
	transform: translate(-50%,110%);
}
.__contactArea .button{
	cursor: pointer; display: flex; width: 214px; height: 58px;
	align-items: center; justify-content: center; background-color: #00a6a0;
	border-radius: 8px 8px 0 0; color: #fff; margin: 0 auto;
}

.__contactArea .button strong{margin-right: 8px; font-size: 20px;}
.__contactArea .button i{font-size: 20px;}
.__contactArea .box{
	position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 110%);
	background-color: #00a6a0; padding: 0 34px; padding-top: 38px;
	border-radius: 34px 34px 0 0; transition: all 0.5s;
}
.__contactArea.open{
	transform: translate(-50%,0%); opacity: 1;
}
.__contactArea.open .box{
	transform: translate(-50%, 0);
}
.__contactArea .box .col{
	display: flex; margin-bottom: 10px;
	font-size: 24px; font-weight: 500; font-family: 'Geologica','Pretendard';
}
.__contactArea .box .col > *{
	border: 1px solid #fff; box-sizing: border-box; border-radius: 100px;
	white-space: nowrap; color: #fff; height: 88px; display: flex; align-items: center; justify-content: center;
}
.__contactArea .box .col:nth-of-type(2){margin-bottom: 0;}

.__contactArea .box .col .n1{
	width: 180px; font-family: 'Pretendard'; line-height: 1.2;
	text-align: center; font-size: 20px; cursor: pointer;
}
.__contactArea .box .col .n2{width: 224px; font-family: 'Pretendard';}
.__contactArea .box .col .n3{width: 237px;}
.__contactArea .box .col .n4{width: 237px;}

.__contactArea .box .col i{margin-right: 0.2em;}

/* 색상 */
.__contactArea .box .col .n3{background: linear-gradient(340deg, rgba(252,183,64,1) 0%, rgba(248,79,71,1) 40%, rgba(211,22,142,1) 70%, rgba(113,1,166,1) 100%); border-color: #000; font-weight: 600;}
.__contactArea .box .col .n4{background-color: #ffe400; color: #2f1c0d; border-color: #ffe400; border-color: #000; font-weight: 600;}

.__contactArea .box .button{width: 100%; padding-top: 34px;}


@media screen and (max-width:1600px) {
	.__contactArea .box .col{font-size: 18px; font-weight: 600;}
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {
	.__contactArea .box .col{font-size: 16px;}
	.__contactArea .box .col > *{padding: 0 20px; box-sizing: border-box; height: 70px;}
	.__contactArea .box .col .n1{width: 140px;}
	.__contactArea .box .col .n2{width: auto;}
	.__contactArea .box .col .n3{width: auto;}
	.__contactArea .box .col .n4{width: auto;}
	.__contactArea .box .button{padding-top: 0;}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:820px) {
	.__contactArea .box{padding: 20px; padding-bottom: 0;}
	.__contactArea .box .col{font-size: 14px;}
	.__contactArea .box .col > *{padding: 0 10px; box-sizing: border-box; height: 44px;}
	.__contactArea .box .col .n1{width: 100px; font-size: 14px;}

	.__contactArea .button{width: 160px; height: 48px;}
	.__contactArea .button strong{font-size: 16px;}
	.__contactArea .button i{font-size: 16px;}
}
@media screen and (max-width:500px) {
	.__contactArea{width: 100%;}
	.__contactArea .box{width: 100%; padding: 0 10px; padding-top: 20px; box-sizing: border-box; border-radius: 4px;}
	.__contactArea .box .col{flex-wrap: wrap; justify-content: space-between; font-size: 13px;}
	.__contactArea .box .col > *{padding: 0; width: calc(50% - 2px) !important; margin-bottom: 4px;}
	.__contactArea .box .col .n1{font-size: 13px;}
	.__contactArea .box .col .n1 br{display: none;}

	.__contactArea .button{height: 40px; width: 120px;}
	.__contactArea .button strong{margin-right: 4px; font-size: 14px;}
	.__contactArea .button i{font-size: 14px;}
}
@media screen and (max-width:320px) {}