@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap');
/* @import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css"); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* @font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
} */




@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url('/font/woff2/Pretendard-ExtraBold.otf') format('opentype'), url('/font/woff2/Pretendard-ExtraBold.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url('/font/woff2/Pretendard-Bold.otf') format('opentype'), url('/font/woff2/Pretendard-Bold.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url('/font/woff2/Pretendard-SemiBold.otf') format('opentype'), url('/font/woff2/Pretendard-SemiBold.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url('/font/woff2/Pretendard-Medium.otf') format('opentype'), url('/font/woff2/Pretendard-Medium.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url('/font/woff2/Pretendard-Regular.otf') format('opentype'), url('/font/woff2/Pretendard-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url('/font/woff2/Pretendard-Light.otf') format('opentype'), url('/font/woff2/Pretendard-Light.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), url('/font/woff2/Pretendard-ExtraLight.otf') format('opentype'),url('/font/woff2/Pretendard-ExtraLight.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), url('/font/woff2/Pretendard-Thin.otf') format('opentype'), url('/font/woff2/Pretendard-Thin.woff2') format('woff2');
}

@font-face {
	font-family: 'KoPub바탕체';
	font-weight: 500;
	font-display: swap;
	src: local('KoPub Batang Medium'), url('/font/woff2/KoPub Batang Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'KoPub바탕체';
	font-weight: 700;
	font-display: swap;
	src: local('KoPub Batang Bold'), url('/font/woff2/KoPub Batang Bold.ttf') format('truetype');
}


/*Common*/
*{margin:0;padding:0;cursor:default;}
html,body{width:100%;height:100%;cursor:default;}
html{overflow-y:scroll}
body{background-color:#fff;word-break:keep-all;
-webkit-text-size-adjust: 100% !important;-moz-text-size-adjust: 100% !important;-ms-text-size-adjust: 100% !important;}
body,h1,h2,h3,h4,h5,h6,th,td,li,dt,dd,a,p,input,textarea,select,option,button{
	color:#555;
	font-family:"Wix Madefor Display", "Pretendard","Noto Sans KR","돋움",dotum,sans-serif;
	font-size:14px;font-weight:normal
}
img,fieldset,iframe{border:0 none}
ul,ol,li{list-style:none}
em,address{font-style:normal}
img,input,select,textarea{vertical-align:middle}
a{color:#7d7d7d;text-decoration:none;cursor:pointer}
a:hover{color:#333;text-decoration:none}
button,label{cursor:pointer;_cursor /**/:hand}
button *{position:relative}
textarea{overflow:auto}
option{padding-right:6px}
.input_text, textarea{*margin:-1px 0;padding-right:1px}
.input_check, .input_radio{width:13px;height:13px}
.blind, legend, caption{text-indent:-9999px;font-size:0;line-height:0;overflow:hidden}
hr{display:none}
legend{*width:0}
:root legend{margin-top:-1px;font-size:0;line-height:0}
caption{*line-height:0}
img{max-width:100%;}
button{background: 0;border:none;outline:none;}

/**/
#wrap{overflow:hidden;}
#bgblack{
	display:none;
	position:fixed;left:0;top:0;z-index:4000;
	width:100%;height:100%;
	background:rgba(0,0,0,0.4);
}

/* header */
#header{position:fixed;left:0;top:0;width:100%;z-index:3100;transition:all 0.4s;}
/* #header.nav-up{transform:translateY(-100px);transition:transform 0.6s;}
#header.nav-down{transform:translateY(0);transition:transform 0.6s;} */
.head{position:relative;height:100px;}
.head h1{position:absolute;left:50%;transform:translateX(-50%);top:27px;z-index:10000;}
.head h1.dn{display: none;}
.head h1 a{
	display:block;
	width:208px;height:46px;
	background:url(/images/common/logo2.png) no-repeat center;
	background-size:contain;
	text-indent:-9999px;
	transition:all 0.3s;	
}



.head .gnb{display:flex;align-items:center;position:absolute;right:4.16vw;top:19px;
gap:0 6px;}
.head .gnb .inquiry{
display: flex;align-items:center;justify-content:center;width:141px;height:51px;border-radius:25px;box-sizing:border-box;
/* border:1px solid #fff; */font-size:18px;color:#fff;font-weight: 500;
position: relative;
overflow:hidden;
}
.head .gnb .inquiry .bg{
position: absolute;
top:0;left:0;
}
.head .gnb .inquiry .bg svg{width:141px !important;height:51px !important;shape-rendering: geometricPrecision;overflow: visible;
}
.head .gnb .inquiry .bg svg rect{
fill:none;stroke:#fff;stroke-miterlimit:10;
stroke-width: 2px; /* 테두리 두께 조정 */
  vector-effect: non-scaling-stroke; /* 크기 조절 시 선 두께 유지 */
}
.head .gnb .inquiry>span{
font:inherit;position: relative;z-index:10;
}
.head .gnb .search{margin:0 2.08vw;}
.head .gnb .search .search_btn{
	display:flex;align-items:center;justify-content:center;
	width:33px;height:33px;
	background:0;
}
.head .gnb .search .search_btn i{	
	display: block;width:33px;height:33px;
background: url(/images/common/search_icon2.png)no-repeat center / contain;
}

.head .gnb .btnMenu{
	position:relative;z-index:5000;
	box-sizing:border-box;
	width:32px;height:43px;background:0;
	cursor:pointer;
	transition: all 0.3s;
	display: flex;align-items:center;flex-direction:column;justify-content:center;
	gap:8px;
}
.head .gnb .btnMenu>div{
	width:32px;height:3px;
	background:#fff;
	transition: all 0.3s;
}
.head .gnb .btnMenu>div:nth-child(2){width:56%;}

.head .gnb .btnMenu.openmenu{transform:translateX(25px);}
.head .gnb .btnMenu.openmenu>div:nth-child(1){background: #000;transform:rotate(45deg) translate(0px,15.5px);}
.head .gnb .btnMenu.openmenu>div:nth-child(2){background: #000;opacity:0;}
.head .gnb .btnMenu.openmenu>div:nth-child(3){background: #000;transform:rotate(-45deg) translate(0px,-15.5px);}

.head .search_bar_wrap{
width:100%;max-width:100vw;background: #fff;height:180px;
position:fixed;top:0;left:0;z-index:10001;padding-top: 60px;
top:-180px;transition:all 0.6s ease;visibility:hidden;

}
.head .search_bar_wrap.show{
top:0;transition:all 0.6s ease;visibility:visible;
}
.nav-up .search_bar_wrap{transform:translateY(-100%);}
.head .search_bar_wrap .searchwrap{margin:0 auto;display: flex;align-items:center;justify-content:center;
max-width:750px;width:94%;border-bottom: 2px solid #000;;padding-bottom: 14px;
}
.head .search_bar_wrap .searchwrap input{width:calc(100% - 26px);display: block;
font-size:24px;color:#000;font-weight: 400;font-family: 'Pretendard';border:0;outline:none;height:25px;
}
.head .search_bar_wrap .searchwrap input::placeholder{font-size:24px;color:#999999;font-weight: 400;font-family: 'Pretendard';}
.head .search_bar_wrap .searchwrap .submit{
outline:none;background: 0;border:0;width:26px;
}
.head .search_bar_wrap .close{
width:36px;
position: absolute;top:54px;right:4.16vw;
outline:none;background: 0;border:0;
}
/*bodybl*/
.bl .head h1 a{background:url(/images/common/logo1.png) no-repeat center;background-size:contain;}
.bl .head .gnb .inquiry{color:#000;border-color:#000;}
.bl .head .gnb .search .search_btn i{	
background: url(/images/common/search_icon.png)no-repeat center / contain;
}
.bl .head .gnb .btnMenu>div{background: #000;}
.bl .head .gnb .inquiry .bg svg rect{stroke:#000;}
/*motion*/
.head .gnb .inquiry .bg svg rect{
stroke-dasharray: 430; /* 사각형의 둘레 길이 */
stroke-dashoffset: 0; /* 시작 시 완전히 숨김 */

}
.head .gnb .inquiry:hover .bg{background: #fff;transition:all 0.4s;transition-delay:1.2s;}
.head .gnb .inquiry:hover>span{color:#000;transition:all 0.4s;transition-delay:1.2s;}
.head .gnb .inquiry:hover .bg svg rect{animation:gnbSvgAni 2.2s ease forwards;}
@keyframes gnbSvgAni{
	0%{
	stroke-dashoffset: 430;fill:transparent;
	}
	100% {
		stroke-dashoffset: 0;fill:transparent;
	  }
}
.bl .head .gnb .inquiry:hover .bg{background: #000;}
.bl .head .gnb .inquiry:hover>span{color:#fff;}


@media screen and (max-width:1200px){
	.head h1{left:4.16vw;transform:translateX(0px);}
	.head h1 a{width:170px;}
	.head .gnb .inquiry{/* width:131px;height:41px; */font-size:16px;}
	.head .gnb .inquiry .bg svg {
   /*  width: 131px !important;
    height: 41px !important; */
	}
	.head .search_bar_wrap .close{width:25px;top:14px;right:3%;}
	.head .search_bar_wrap .searchwrap input, .head .search_bar_wrap .searchwrap input::placeholder{font-size:20px;}
}
@media screen and (max-width:813px){
.head{height:85px;background: #fff;}
.head .gnb .search .search_btn i{width:28px;height:28px;}
.head .gnb .inquiry{transform:scale(0.9);margin-right: -15px;}
.head .search_bar_wrap .close{width:20px;top:14px;right:3%;}
.head .search_bar_wrap .searchwrap input, .head .search_bar_wrap .searchwrap input::placeholder{font-size:16px;}
.head .search_bar_wrap .searchwrap .submit{width:20px;}
.head .search_bar_wrap{padding-top: 50px;height:140px;}
	
/*bodybl*/
.head h1 a{background:url(/images/common/logo1.png) no-repeat center;background-size:contain;}
.head .gnb .inquiry{color:#000;border-color:#000;}
.head .gnb .search .search_btn i{	
background: url(/images/common/search_icon.png)no-repeat center / contain;
}
.head .gnb .btnMenu>div{background: #000;}
.head .gnb .inquiry .bg svg rect{stroke:#000;}	
.head .gnb .inquiry:hover .bg{background: #000;}
.head .gnb .inquiry:hover>span{color:#fff;}
}
@media screen and (max-width:500px){
	.head h1 a{width:160px;}
	.head h1{top:21px;}
.head .gnb .inquiry{transform:scale(0.7);margin-right: -30px;}
.head .gnb .search .search_btn i{width:22px;height:22px;}
.head .gnb .search {
    margin: 0 1.08vw;
}
.head .gnb .btnMenu>div{width: 24px;height: 2px;}
.head .gnb .btnMenu{width:24px;height:auto;gap:5px;}
.head .gnb .btnMenu.openmenu>div:nth-child(1) {
    background: #000;
    transform: rotate(45deg) translate(-8px, 15.5px);
}
.head .gnb .btnMenu.openmenu>div:nth-child(3) {
    background: #000;
    transform: rotate(-45deg) translate(-5px, -18.5px);
}
}
@media screen and (max-width:380px){
.head h1 a{width:125px;}
}
@media screen and (max-width:330px){
.head h1 a{width:110px;}
.head .gnb .inquiry{transform:scale(0.5);margin-right: -40px;}
}

/*allmenu*/
#bg_black{
position: fixed;
top:0;
left:0;
width:100vw;
height: 100vh;
background: rgba(0,0,0,0.7);
opacity:0;
visibility:hidden;
}
#bg_black.on{
opacity:1;
visibility:visible;
}
#allmenu{
position: fixed;
top: 0;
right:0;
height: 100%;
background-color: #fff;
transform: translate3d(150%, 0, 0);
box-shadow: 6px 0px 6px rgba(0, 0, 0, 0.1);
z-index: 10;
transition:all 0.5s ease-in-out;
}
#allmenu.open{
transform: translate3d(0, 0, 0);
opacity: 1 !important;
}
#allmenu .allMenuWrap{
width: 100%;
height: 100%;
padding: 141px 3.125vw 10vh 20rem;
overflow-y: auto;
}
#allmenu .allMenuWrap ul.dep1 {
    position: relative;
    width: 11.5vw;
	min-width:220px;
}
#allmenu .allMenuWrap ul.dep1 > li{display: block;}
#allmenu .allMenuWrap ul.dep1 > li + li{margin-top: 10px;}
#allmenu .allMenuWrap ul.dep1 > li > a {
    display: block;
    font-size: 24px;
	font-family: "Poppins";
    font-weight: 600;
    line-height: 54px;
    padding: 0 4px;
	padding-left: 19px;
    border-radius: 10px;
	color:#111;
	letter-spacing:-0.025em;
}
#allmenu .allMenuWrap ul.dep1 > li > a:before {
content: "";
position: absolute;
top: 50%;
left: 0;
transform: translate3d(0, -50%, 0);
width: 100%;
height: 100%;
background-color: transparent;
border-radius: 10px;
z-index: -1;
}
#allmenu .allMenuWrap ul.dep1 > li.on > a{position: relative;color:#fff;}
#allmenu .allMenuWrap ul.dep1 > li.on > a:before{background: #c69c6c;transition:all 0.2s ease-in-out;}
#allmenu .allMenuWrap ul.dep2 {
    display: none;
    position: absolute;
    top: 0;
   right:100%;
    min-width: 260px;
    padding-right: 2.0rem;
    z-index: -100;
}

#allmenu .allMenuWrap ul.dep1 > li.on > ul.dep2 {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    z-index: 1;
}
#allmenu .allMenuWrap ul.dep1 > li:nth-child(2) > ul.dep2{top:75px;}
#allmenu .allMenuWrap ul.dep1 > li:nth-child(3) > ul.dep2{top:135px;}
#allmenu .allMenuWrap ul.dep1 > li:nth-child(4) > ul.dep2{top:200px;}
#allmenu .allMenuWrap ul.dep1 > li:nth-child(5) > ul.dep2{top:261px;}
#allmenu .allMenuWrap ul.dep1 > li:nth-child(6) > ul.dep2{top:331px;}
#allmenu .allMenuWrap ul.dep1 > li:nth-child(7) > ul.dep2{top:390px;}
#allmenu .allMenuWrap ul.dep2 > li > a {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding: 7px 1vw;
	color:#555;
	font-family: "Pretendard";
}
#allmenu .allMenuWrap ul.dep2 > li:hover > a{color:#c69c6c;}
#allmenu .allMenuWrap ul.dep2 > li  + li{margin-top:6px;}


@media screen and (max-width:813px){
#allmenu{width:100%;}
#allmenu .allMenuWrap{padding:100px 4vw 10vh 50%;}
#allmenu .allMenuWrap ul.dep1{width:100%;min-width:0;}
#allmenu .allMenuWrap ul.dep1 > li > a{font-size:min(6vw, 18px);}
#allmenu .allMenuWrap ul.dep2{min-width:0;width:100%;}

#allmenu .allMenuWrap ul.dep2 > li > a{font-size:min(5vw, 15px);}
#allmenu .allMenuWrap ul.dep2{padding-left:4vw;padding-right:4vw;box-sizing:border-box;}
}


/* quickMenu */
.quickMenu{
	position:fixed;bottom:30px;right: 5px;z-index:1000;
}

.quickMenu ul li{margin-bottom:4px;}
.quickMenu ul li a{position:relative;display:block;}
.quickMenu ul li a{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	position:relative;z-index:10;
	width:60px;height:60px;
	border-radius:50%;
	background:rgba(255,255,255,0.7);
	box-sizing:border-box;
	transition:all 0.4s;
	border:1px solid rgba(0,0,0,0.7);
}
.quickMenu ul li a .tit{font-size: 13px;font-family: "Pretendard";color:#666;margin-top: 6px;}
.quickMenu ul li:hover a{transition:all 0.4s;border:1px solid #c69c6c;}
.quickMenu ul li:nth-child(2) a .icon{background:url(/images/common/btn_inquiry.png) no-repeat center;width:15px;height:13px;}
.quickMenu ul li:nth-child(3) a .icon{background:url(/images/common/btn_top.png) no-repeat center;width: 11px;height: 13px;}
.quickMenu ul li:nth-child(2):hover a .icon{background:url(/images/common/btn_inquiry_hv.png) no-repeat center;}
.quickMenu ul li:nth-child(3):hover a .icon{background:url(/images/common/btn_top_hv.png) no-repeat center;}
.quickMenu ul li p{ writing-mode: vertical-lr; /* 또는 vertical-lr */ text-align: center;
font-size:16px;color:rgba(255,255,255,0.8);font-weight: 400;font-family: "Poppins";
}
.quickMenu ul li.tel{display: flex;align-items:center;justify-content:center;margin-bottom: 15px;}
.quickMenu ul li:hover a{background:rgba(255,255,255,1);}
.quickMenu ul li:hover a .tit{color:#c69c6c;}

.bl .quickMenu ul li p{color:rgba(0,0,0,0.8);}



@media(max-width:812px){
.quickMenu ul li a{width: 55px;height: 55px;}
.quickMenu ul li a .tit{font-size:11px;}
.quickMenu ul li p{font-size:11px;}
}





/*  */
#bgBlack{
	display:none;
	position:fixed;left:0;top:0;z-index:5000;
	width:100%;height:100%;
	background:rgba(0,0,0,0.6);
}

.layerPop{
	display:none;
	overflow:hidden;
	position:fixed;left:50%;top:50%;z-index:6000;
	max-width:1480px;width:94%;height:70vh;
	background:#fff;
	border-radius:25px;
	transform:translate(-50%,-50%);
}



.m15Pop .conwrap{display:flex;position:relative;width:100%;height:100%;}
.m15Pop .conwrap .btnClose{
	position:absolute;right:60px;top:68px;z-index:10;
	width:50px;height:50px;
	background:#c69c6c;
	border-radius:50%;
	cursor:pointer;
}
.m15Pop .conwrap .pht{width:50%;background:#f3f3f3;text-align:center;}
.m15Pop .conwrap .pht img{width:auto;height:100%;}
.m15Pop .conwrap .info{
	box-sizing:border-box;
	display:flex;flex-wrap:wrap;
	width:50%;height:100%;
	padding:60px;
}
.m15Pop .conwrap .info .name{
	box-sizing:border-box;
	position:relative;
	width:100%;height:90px;
	padding:0 80px 30px 0;margin-bottom:40px;
	border-bottom:1px solid #ccc;
	font-size:46px;color:#000;font-weight:600;
}
.m15Pop .conwrap .info .name span{display:inline-block;margin:0 0 0 10px;font-size:31px;color:#555;font-weight:300;}
.m15Pop .conwrap .info .spec{width:100%;height:calc(100% - 90px - 40px);}
.m15Pop .conwrap .info .spec dl{display:flex;width:100%;height:100%;}
.m15Pop .conwrap .info .spec dl dt{width:80px;font-size:27px;color:#000;font-weight:600;}
.m15Pop .conwrap .info .spec dl dd{
	overflow:hidden;
	overflow-y:auto;
	width:calc(100% - 80px);height:100%;
}
.m15Pop .conwrap .info .spec dl dd ul{width:100%;}
.m15Pop .conwrap .info .spec dl dd ul li{
	position:relative;
	padding-left:20px;margin-bottom:15px;
	font-size:21px;color:#555;
}
.m15Pop .conwrap .info .spec dl dd ul li:last-child{margin-bottom:0;}
.m15Pop .conwrap .info .spec dl dd ul li:before{
	display:block;content:"";
	width:8px;height:8px;
	box-sizing:border-box;
	border-radius:50%;
	background:#c69c6c;
	position:absolute;left:0;top:10px;
}

@media screen and (max-width:1200px){
	.m15Pop .conwrap .info .spec dl{flex-wrap:wrap;}
	.m15Pop .conwrap .info .spec dl dt, .m15Pop .conwrap .info .spec dl dd{width: 100%;}
	.m15Pop .conwrap .info .spec dl dd{margin-top: 2vh;}
	.m15Pop .conwrap .info{padding:4vh 4vw;}
	.m15Pop .conwrap .btnClose{top:4vh;right:4vw;width: 40px;height: 40px;}
}
@media screen and (max-width:990px){
.m15Pop .conwrap .info .name{padding:0 70px 18px 0;font-size:34px;}
.m15Pop .conwrap .info .name span{font-size:24px;}
.m15Pop .conwrap .info .spec dl dt{font-size:20px;}
.m15Pop .conwrap .info .spec dl dd ul li{font-size:16px;padding-left: 16px;}
.m15Pop .conwrap .info .spec dl dd ul li:before{width:6px;height:6px;top:7px;}
.m15Pop .conwrap .info .name{height:70px;}
}
@media screen and (max-width:813px){
.m15Pop .conwrap{flex-wrap:wrap;}
.m15Pop .conwrap .pht, .m15Pop .conwrap .info{width: 100%;height: 50%;}
.m15Pop .conwrap .info{display: block;padding:4vw 4vw;}
.m15Pop .conwrap .info .name{padding:0;height: auto;margin-bottom:min(10px,3vh);padding-bottom:min(10px,3vh);}
.m15Pop .conwrap .info .name{font-size:22px;}
.m15Pop .conwrap .info .name span{font-size:17px;}
.m15Pop .conwrap .info .spec dl dd ul li{font-size:15px;margin-bottom: 10px;}
.m15Pop .conwrap .btnClose{top:4vw;right:4vw;width: 30px;height: 30px;}
}

.vodPop{overflow:visible;border-radius:0;}
.vodPop .btnClose{
	position:absolute;left:calc(100% + 19px);top:0px;z-index:10;
	width:38px;height:38px;
	cursor:pointer;
}
.vodPop .conwrap{display:flex;position:relative;width:100%;height:100%;}
.vodPop .conwrap iframe{width:100%;height:100%;object-fit:cover;}


@media screen and (max-width:1640px){
	.vodPop .btnClose{
        left: calc(100% - 38px);
        top: -50px;
	}
}
@media screen and (max-width: 990px){
	.vodPop .btnClose{width:30px;height:30px;}
}



.imgpop{overflow:visible;width:auto;height:84vh;}
.imgpop.style2{height:auto;max-height:84vh;}
.imgpop .btnClose{
	display:block;
	position:absolute;left:calc(100% + 19px);top:0px;z-index:10;
	width:38px;height:38px;
	cursor:pointer;
}
.imgpop .conwrap{width:auto;height:100%;}
.imgpop .conwrap img{height:100%;width:auto;}


@media(max-width:812px){
	.imgpop{overflow:visible;width:80%;height:auto;}
	.imgpop .btnClose{left:calc(100% + 8px)}
	.imgpop .conwrap img{width:100%;height:auto;}
}



/* popup */
.pop_today_close{padding:1px 7px 3px 7px;color:#ffffff;background:#303030;vertical-align:middle;border:0px;}
.pop_close{padding:1px 7px 3px 7px;color:#ffffff;background:#303030;vertical-align:middle;border:0px;}

@media(max-width:767px){
	/* 메인 레이어 팝업 */
	.main_layer_popup{width:96%!important;left:50%!important;top:50px!important;transform:translateX(-50%)}
	.main_layer_popup .popupContent{height:100%!important}
	.main_layer_popup img{width:100%}
}

#loadingIndicator {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	display: none;
}

.spinner {
	width: 40px;
	height: 40px;
	border: 4px solid rgba(0, 0, 0, 0.2);
	border-top: 4px solid #333;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}