@charset "utf-8";

/* =========================== skip네비게이션 ====================================== */
#skip a{position:absolute;top:0px;left:-9999px;z-index:100;}
#skip a:focus, #skip a:active{left:0px;width:100%;text-align:center;padding:10px 0px;background:#004c80;color:#fff;font-weight:bold;}

/* =========================== 공통 레이아웃 ============================= */
div#wrap {position: relative;width:100%;height: 100%;/* max-width: 1900px; */word-break: keep-all;line-height: 1;background: #f2f2f2;}
div#wrap header{position: fixed;overflow:visible;width: 100%; background: url(../images/common/bg_my.png) no-repeat 0 45%;}
div#wrap header.bg_panny{background: url(../images/common/bg_my_panny.png) no-repeat 0 45%;}
div#wrap header.bg_miracle{background: url(../images/common/bg_my_miracle.png) no-repeat 0 45%;}
div#wrap header.bg_gold{background: url(../images/common/bg_my_gold.png) no-repeat 0 45%;}
#container{position:relative;}
div#wrap footer{position: relative; width: 100%;background: #d9d9d9;padding: 30px 40px;color: rgba(0, 0, 0, .7);}

header h1{}
header h1 a{}

.pc_disNo{display:none}


/* =========================== 마이오피스 ============================= */

div#wrap header#headerMy{
	position: fixed !important ;
	top: 0;
	left: 0;
	width: 15% !important ;
	height: 100% !important ;
}

header#headerMy h1{
	padding: 30px 0 40px;
}

header#headerMy h1 a{
	display: block;
	width: 100%;
	height: 60px;
	background: url(../images/common/logo_w.png) no-repeat 50% 50%;
	background-size: contain;
}  

header#headerMy h1.panny a{
	background: url(../images/common/logo_panny_w.png) no-repeat 50% 50%;
	background-size: contain;
}

header#headerMy h1.miracle a{
	width: 70%;
    background: url(../images/common/logo_miracle_w.png) no-repeat 50% 50%;
    background-size: contain;
    margin: 0 20% 0 10%; ;
}

header#headerMy h1.gold a{
	background: url(../images/common/logo_gold_w.png) no-repeat 50% 50%;
	background-size: contain;
} 

.myBg{background:#646c79;}

#container.container_my{
	position: relative;
	width: 85%;
	background: #f2f2f2;
	padding: 40px;
	margin-left: 15%;
	min-height: 850px;
}

.footer_my{
	width: 85% !important;
	margin-left: 15%;
}

/* =========================== footer_공통 ============================= */

#footer .floL{	width:60%;}

#footer address{
	font-size: 1rem;
	line-height: 1.7rem;
}

#footer address span{margin-right: 10px;}

#footer .floR{	width:40%; position: relative;} 

#footer .copyright{
    font-size: .9rem;
	font-family: "Montserrat", sans-serif;
    font-weight: 500;
	margin-top:20px;
}
#footer .copyright span{font-weight: 600;}

#footer .footerBtn{
	position:absolute; 
	bottom:-50px; 
	width:200px; 
	text-align:left; 
	border-radius: 3px;
	background: #a8a8a8;   
	transition: all 0.4s;    
	overflow: hidden;
}

#footer .footerBtn .footerBtn-open{
	position: relative; 
	display:block; 
	width:100%; 
	height:35px; 
	line-height:14px;
	padding:0 15px; 	
	font-size:.95rem; 
	overflow:hidden; 
	color: rgba(255,255,255,.8);
	text-align: left;
}

.footerBtn.open {padding-top: 170px;}

.footerBtn .footerBtn-open:after{
	position:absolute;
	right: 10px;
	top:50%;
	transform:translateY(-50%);
	display: block; 
	width: 22px;
	height: 22px;
	content: url(../images/common/icon_arrow-up.svg);
	filter: invert(100%);
	transition-duration:0.3s;
}

.footerBtn.open .footerBtn-open:after{
	top: 7px; 
	transform: rotate(-180deg);
}

.footerBtn-list{
	position:absolute; 
	bottom:35px; 
	left:0px; 
	width:100%; 
	border-bottom:0; 
	display:none; 
	border-bottom: 1px solid rgba(255,255,255,.15);
	padding: 10px 15px;
}

.footerBtn-list li a{
	display:block; 
	font-size: 0.95rem;
	line-height: 1.6;
	color: rgba(255,255,255,.8);
	font-weight: 300;
	transition-duration:0.3s;
}

.footerBtn-list li a:hover{
	color: rgba(255,255,255,1);
	text-decoration: underline;
}

#footer .footerCs{font-family: "Montserrat", sans-serif;}

#footer .footerCs dl{position: relative;}

#footer .footerCs dt{
	font-size: 1.5rem;
	font-weight: 500;
	color: rgba(0,0,0,.9);
	padding-left: 40px;
	line-height: 32px;
	margin-bottom: 10px;
	height: 32px;
}

#footer .footerCs dt:before{
	display: inline-block;
	content: url('../images/common/icon_cs.svg');
	width: 32px;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
}

#footer .footerCs dd{	font-size: .95rem;}

#footer .by{
	display: inline-block;
    background: rgba(0, 0, 0, .7) url(../images/common/logo_nb.png) no-repeat 8px 50%;
    padding: 5px 8px 6px 30px;
    margin-top: 30px;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: rgba(255, 255, 255.3);
    background-size: 18px;
}

#popOn{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
	z-index: 9999;
}

#popOn2{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
	z-index: 9999;
}

.popWrap{
	position: absolute;
	width: 50%;
	top: 50%;
	left: 25%;
	transform: translate(0, -50%);
}

#popOn2 .popWrap{width: 80%; left:10%;}

.popWrap a.close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,1) url(../images/common/icon_close.svg) no-repeat 50% 50%;
    border-radius: 50%;
    filter: invert(100%);
    z-index: 100;
    background-size: 28px;
}

.popWrap .filterPop{ 
	background: #f0f1f5;
    margin-bottom: 10px;
	display: flex;
    padding: 10px;
}

.popWrap .filterPop dl{}

.popWrap .filterPop dt{
	font-size: 1.1rem;
	margin-bottom: 10px;
}

.popWrap .filterPop dd{}

.popWrap .filterPop input{
	height: 40px;
    padding-left: 10px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
}

.popWrap .filterPop input, .popWrap .filterPop select{width: 95%;}

.popWrap .filterPop dl:last-child dd a{
	display:block;
	width: 130px;
    background: rgba(0, 0, 0, .85);
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    color: rgba(255, 255, 255, .8);
    font-size: 1rem;
	transition-duration:0.3s;
}

.popWrap .filterPop dl:last-child dd a:hover{
	background: rgba(0, 0, 0, 1);
	color: rgba(255, 255, 255, 1);
}

/* 메인링크팝업 */
.mainpop{}
.mainpop .popWrap{min-width:800px; left: 50%; margin-left:-400px;}
.mainpop .box{background: #edf2fa !important;}
.mainpop .box .top{
	display: flex;
    justify-content: space-between;
	line-height:24px;
	background-image: linear-gradient(to right, #29529c, #1d3d8e);
    padding: 25px 25px;
    margin-top: -1px;
}

.mainpop .box .top p,
.mainpop .box .top span{font-size: 16px; color: rgba(255,255,255,1);}
.mainpop .box .top br{display:none;}
.mainpop .box .top p.left span{margin-right:15px;}
.mainpop .box .top p.right span{
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	background: #b88632;
	padding: 5px 7px;
	border-radius: 3px;
	line-height:1;
	margin-left:10px;
}
.mainpop .box .pd20{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.mainpop .pd20 div{ width: 50%;}
.mainpop .pd20 ul{
    padding: 20px 20px 0;
    background:#fff;
    border: 1px solid #d3e3fc;
    border-radius: 10px
}
.mainpop .box h3{
	width:100%;
	padding: 0 10px 15px;
	font-size: 22px;
	font-weight: 700;
	color: rgba(0,0,0,1);
	border-bottom: 0;
}
.mainpop .box li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.mainpop .box dl{position: relative;}
.mainpop .box dt{font-size: 18px; color: rgba(0,0,0,1);}
.mainpop .pd20 div:nth-child(2) dt{line-height:36px;}
.mainpop .box dd{
    font-size: 14px;
    color: rgba(0,0,0,.5);
    line-height: 1.7;
}
.mainpop .box a{
	float: right;
	display: block;
	font-size: 13px;
	color: rgba(0,0,0,1);
	border-radius: 5px;
	padding: 0 30px;
	border: 1px solid rgba(0,0,0,.8);
	margin-bottom: 10px;
    line-height: 34px;
	transition-duration:0.3s;
}
.mainpop .box a:hover{
	border: 1px solid #333;
	color: rgba(255,255,255,1);
	background: #333;
}

input.juminNo{width: 45%;}

/*샵go*/
.shopGo{
	position:absolute;
	top:-115px;
	right:50%;
	z-index:1002;
	width:115px;
	height:105px;
	margin-right: -50px;
}
.shopGo a{
	display:flex;
	width:100%;
	height:100%;
	align-items: center;
	background: url('../images/common/shopGo.png') no-repeat;	    
}
.shopGo a span{
	font-size: 15px; 
	color: #fff;
	line-height:1.2;
	margin-left:110px;
	text-shadow: 3px 3px rgba(0, 0, 0, .2);
}
.-spring_y {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    animation-name: spring_y;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: normal;
    -webkit-animation-name: spring_y;
    -webkit-animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
-webkit-animation-direction: normal;}
 @keyframes spring_y{0%{transform:translate(0px,0px) }80%{transform:translate(0px,0px) }85%{transform:translate(0px,6px) }90%{transform:translate(0px,0px) }95%{transform:translate(0px,6px) }100%{transform:translate(0px,0px) }}
 @-webkit-keyframes spring_y{0%{transform:translate(0px,0px) }80%{transform:translate(0px,0px) }85%{transform:translate(0px,6px) }90%{transform:translate(0px,0px) }95%{transform:translate(0px,6px) }100%{transform:translate(0px,0px) }}

/* =========================== media-1080 ============================= */

@media screen and (max-width: 1080px) {

	div#wrap header#headerMy{	width: 20% !important ;}

	#container.container_my, 
	.footer_my{
		width: 80% !important;
		margin-left: 20%;
		padding:30px !important;
	}
	
	.popWrap {
		width: 70% !important;
		left: 15% !important;
		margin-left: 0px !important;
	}
}

/* =========================== media-980 ============================= */

@media screen and (max-width: 980px) {  
		
	.myBg {background:none;}
	.mobi_disNo{display:none}

	html::-webkit-scrollbar,body::-webkit-scrollbar,
	.tgMuWrap::-webkit-scrollbar, .tgMuWrap::-webkit-scrollbar {display: none;}
	
	div#wrap header#headerMy{
		position: relative !important;
		width: 100% !important;
		height: 80px !important;
		background-size: cover;
	}

	header#headerMy h1{
		width: 30% !important;
		padding: 15px;
	}
	
	header#headerMy h1 a{
		width: 57px;
	    height: 50px;
	}
	header#headerMy h1.miracle a{margin-left: 0;}
	
	header#headerMy a.qr{
		display: block;
	    position: absolute;
	    right: 65px;
	    top: 0;
	    height: 80px;
	    width: 30px;
	    cursor: pointer;
	    background: url(../images/common/icon_qr.svg) no-repeat 50% 50%;
	    filter: invert(100%);
	}

	#container.container_my{
		position: relative;
		background: #f2f2f2;
		padding: 25px 3% 10% !important;
		margin-bottom: 0;			
	}

	#container.container_my, 
	.footer_my{
		width: 100% !important;
		margin-left: 0;
		border-radius:0
	}

	div#wrap footer{padding: 3%;}

	#footer .floL,
	#footer .floR {width:50% !important;}

	#footer address span{margin-right: 5px;}
	
	#footer .copyright{margin-top: 10px;}

	#footer .footerCs dt:before{ width: 32px;}

	#footer .footerCs dd{ line-height: 1.3;}

	.tgMu {
		display:block;
		position: absolute;
		right: 20px;
        top: 28px;
		height: 24px;
		width: 30px;
		cursor: pointer;
	}

	.tgMu span {
	  display: block;
	  height: 1px;
	  position: relative;
	  width: 100%;
	}

	.tgMu span:nth-child(2){ top: 10px;}
	.tgMu span:nth-child(3){ top: 20px;}

	.tgMu span:before,
	.tgMu span:after{
	  background: #fff none repeat scroll 0 0;
	  content: "";
	  height: 100%;
	  position: absolute;
	  width: 100%;
	  left:0;
	  top:0;
	}

	.tgMuWrap {
		display: none;
		width:100%;
		height:100%;
		background:#fff;
		position: fixed;
		top: 0;
		left: 0;
		overflow-y: scroll;
		z-index: 100;
	}

	.tgMuWrap .tgTop {
		position: relative;
		background: url(../images/common/bg_my.png) no-repeat 50% 50%;
		padding: 20px 3%;
		border-radius: 0 0 0 40px;
		margin-bottom:30px;
		background-size: cover;
	}
	
	.tgMuWrap .tgTop.bg_panny{background: url(../images/common/bg_my_panny.png) no-repeat 50% 50%; background-size: cover;}
	.tgMuWrap .tgTop.bg_miracle{background: url(../images/common/bg_my_miracle.png) no-repeat 50% 50%; background-size: cover;}
	.tgMuWrap .tgTop.bg_gold{background: url(../images/common/bg_my_gold.png) no-repeat 50% 50%; background-size: cover;}

	.tgMuWrap .tgTop h2 {
		display:block;
		width: 57px;
		height: 50px;
		background: url(../images/common/logo_w.png) no-repeat 50% 50%;
        background-size: cover;
	}
	.tgMuWrap .tgTop h2.panny{
		width: 80px;
		background: url(../images/common/logo_panny_w.png) no-repeat 50% 50%;
        background-size: contain;
	}
	.tgMuWrap .tgTop h2.miracle{
		background: url(../images/common/logo_miracle_w.png) no-repeat 0 50%;
        background-size: contain;
        width: 25%;
	}
	.tgMuWrap .tgTop h2.gold {
		background: url(../images/common/logo_gold_w.png) no-repeat 50% 50%;
        background-size: cover;
	}
	.tgMuWrap .tgTop a.btn{
		position: absolute;
	    top: 20px;
	    right: 60px;
	    display: block;
	    font-size: 1.1rem;
	    color: rgba(255, 255, 255, 1);
	    line-height: 52px;
	}

	.tgMuWrap .tgTop ul {
		/*display: flex;*/
		flex-wrap: wrap;
		gap: 2%;
		margin-top:20px
	}

	.tgMuWrap .tgTop ul li {
		width: calc(49% - 0px);
		background: #f2f2f2;
		text-align: center;
		border-radius: 5px;
	}

	.tgMuWrap .tgTop ul li a {
		display: block;
		font-size: 1rem;
		color: rgba(0,0,0,1);
		padding: 10px 0;
		font-family: 'Montserrat', sans-serif;
	}

	.tgMuWrap .close{
		position:absolute; 
		top: 18px;
		right: 5px;
		width:50px; 
		height:50px; 
		border:0; 
		background:transparent; 
		transition:.3s;
	}

	.tgMuWrap .close:before,
	.tgMuWrap .close:after{
		content:''; 
		position:absolute; 
		top:50%;
		left:50%; 
		width:28px;
		height:1px; 
		margin-left:-14px; 
		background:#fff; 
	}

	.tgMuWrap .close:before{
		-o-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		transform:rotate(-45deg);
	}
	.tgMuWrap .close:after{
		-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	.tgMuWrap .close:hover{
		-o-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
		transform:rotate(180deg);
	}
	
	/* 메인링크팝업 */
	.mainpop .popWrap{
		min-width:90% !important; 
		left: 5% !important; 
		margin-left:0 !important;
		transform: translate(0, -45%)
	}
	.mainpop .box .top p.left span{margin-right: 5px;}
	.mainpop .box .top p.right span{margin-left: 5px;}
}

/* =========================== media-780 ============================= */

@media screen and (max-width: 780px) {

	select.h36{
		height: 34px; margin-top: -7px;
	}
	
	header#headerMy h1.miracle a{width:100%;}
	
	#footer .floL,
	#footer .floR {width:100% !important;}

	#footer .floR{margin-top:20px;}
	
	#footer .by{margin: 10px 0 20px;}

	#footer .copyright{display:none}
	#footer .dn{display:block !important;}

	#footer .footerBtn {
		width: 35%;
		bottom: 30px;
		right:0
	}

	#footer .footerCs {
		width: 60%;
	}
	
	#footer .footerCs dd{
		font-size: .9rem;
	} 

	.tgMuWrap .tgTop {
		border-radius: 0 0 0 20px;
	}

	.popWrap {
		width: 90% !important;
		left: 5% !important;
		margin-left: 0px !important;
	}

	.grid_page_design .dataView, .grid_page_design .dataTotal {
		display:none
	}

	.popWrap .filterPop dl:last-child dd a{width: 100%;}
	
	/* 메인링크팝업 */
	.mainpop .box .top{display: block; padding: 4%; line-height: 1.2;}
	.mainpop .box .top p.left span,
	.mainpop .box .top p.right span{font-size: .9em; margin-right: 5px;}
	.mainpop .box .top p.right span{
		font-size: .8em; 
		margin-left: 0; 
		margin-top:5px;
		line-height: 1.2;
	}
	.mainpop .pc_disNo{display:block;}
	.mainpop .m_disNo{display:none;}
	.mainpop .box .pd20{
		display: block;
		height: 430px;
        overflow: hidden;
        overflow-y: scroll;
	}
	.mainpop .box h3{font-size: 1.5em; padding: 0 10px 10px;}
	.mainpop .pd20 div{width: 100%;}
	.mainpop .pd20 div:nth-child(2){margin-top: 30px;}
	.mainpop .pd20 ul{padding: 15px 15px 0;}
	.mainpop .box li{display: block; margin-bottom: 20px;}
	.mainpop .box dt{font-size:1.25em;}
	.mainpop .box dd{font-size:1em;}
	.mainpop .box a{
		float: none;
	    text-align: center;
	    margin-top: 5px;
	    font-size:1em;
	}
	.mainpop .pd20 div:nth-child(2) a{margin-top: 10px;}
	
	.popOn .popWrap.address { width: 80% !important;  left: 10% !important;  margin-left: 0 !important;}
	#timer{position: absolute; top: 135px; right: 25px;}
	
	.shopGo{
		width:77px; 
		height:70px;
		top: -75px;
		margin-right: -20px;
	}
	.shopGo a{
		width:100%;
        height:100%;
        background-size:100% 100%;
	}
	.shopGo a span{
		margin-left: 80px;
		font-size: 13px;
	}
}

/* =========================== media-540 ============================= */

@media screen and (max-width: 540px) {
	
	/*#footer .floR {
        position: relative;
        margin: 20px 0 50px;
    }*/
    
	#footer .footerBtn {
		position: absolute;
        bottom: -50px;
        left: 0;
        width: 60%;
	}

	#footer .footerCs {width:100%;}
	.popOn .popWrap.address { width: 80% !important;  left: 10% !important;  margin-left: 0 !important;}
	#timer{position: absolute; top: 135px; right: 25px;}
}

.sort{position:relative;/* right:12px; */top:0;bottom:0;width:12px; cursor: pointer;}
.sort.none:before{position:absolute;display:block;bottom:50%;content:"▲";content:"▲"/"";left:5;opacity:.125;line-height:9px;font-size:.8em}
.sort.none:after{position:absolute;display:block;top:50%;content:"▼";content:"▼"/"";left:5;opacity:.125;line-height:9px;font-size:.8em}
.sort.asc:before{position:absolute;display:block;bottom:50%;content:"▲";content:"▲"/"";left:5;line-height:9px;font-size:.8em}
.sort.asc:after{position:absolute;display:block;top:50%;content:"▼";content:"▼"/"";left:5;opacity:.125;line-height:9px;font-size:.8em}
.sort.desc:before{position:absolute;display:block;bottom:50%;content:"▲";content:"▲"/"";left:5;opacity:.125;line-height:9px;font-size:.8em}
.sort.desc:after{position:absolute;display:block;top:50%;content:"▼";content:"▼"/"";left:5;line-height:9px;font-size:.8em}