@charset "UTF-8";

/*-------------------------------------------------
title       :메인 팝업 전용
Create date :2020-03-03
-------------------------------------------------*/

.head-on #issue {z-index:-1}

#issue {position:absolute; left:0; top:0; z-index:100; width:100%; height:0}
#issue.active {position:fixed; left:0; top:0; z-index:100; width:100%; height:0}

#issue .tt a {color:#fff; position:absolute; top:3.4rem; right:6rem; z-index:50}
#issue .tt a em {color:transparent; font-size:0; text-indent:-10000px}
#issue .control.open:before {content:''; font-size:2.6rem; font-family:'xeicon' !important;}
#issue .control.open span {display:inline-block}
#issue .control.open strong {color:#ff0; font-family:'Roboto'; font-size:1.4rem; display:inline-block; position:relative; margin:0 1rem}
#issue .control.open strong:after {content:''; background:#ea5303; border-radius:100rem; width:2rem; height:2rem; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); z-index:-1}
#issue .control.open:hover::after, #popup .control.open:focus::after {-webkit-animation:spread 1.25s infinite; animation:spread 1.25s infinite}
#issue .control .count {position:absolute; left:1rem; top:0; z-index:1}
#issue .control .count span {color:transparent; font-size:0; text-indent:-10000px}

#issue .group {position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); visibility:hidden; margin-top:-1%; text-align:center; opacity:0}
#issue.active .group::before {position:absolute; left:50%; top:0; z-index:-1; width:1000%; height:100%; margin-left:-500%; content:''; position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); height:1000%; margin:0; background-color:rgba(0, 0, 0, 0.7)}

#issue .title {font-size:5rem; display:block; color:#fff}

#issue .list li {display:inline}
#issue .list li a {display:block; width:100%; height:100%}

#issue .label .count {font-weight:700; color:red}
#issue .label, #issue .control.close {display:inline-block; height:3rem; margin-top:3rem; padding:0 2rem; border-radius:3rem; background-color:#000; color:#fff; line-height:3.2rem}

#issue .control.close::after {-webkit-transform:rotate(0); transform:rotate(0); -webkit-transition:all 0.2s; transition:all 0.2s}
#issue .control.close:hover::after, #issue .control.close:focus::after {-webkit-transform:rotate(180deg) translateY(2px); transform:rotate(180deg) translateY(2px)}
#issue .control.close::after {display:inline-block; position:relative; top:1px; font-family:"xeicon"; vertical-align:top; margin-left:0.5rem; content:''}

#issue .bx-wrapper .bx-viewport {box-shadow:none; margin:2rem 0}
#issue .bx-wrapper .bx-pager {float:none; padding:2rem 0}
#issue .bx-wrapper .bx-pager.bx-default-pager a {background:none; border:1px solid #a22eeb; position:relative; top:1rem}
#issue .bx-wrapper .bx-pager.bx-default-pager a:hover, #issue .bx-wrapper .bx-pager.bx-default-pager a.active {background-color:#a22eeb}
#issue .bx-controls-direction a {position:absolute; top:inherit; bottom:0; left:auto; -webkit-transform:translateY(-50%); transform:translateY(-50%); font-size:3rem; overflow:hidden; left:0; width:3rem; height:3rem; color:#fff; text-align:center; line-height:3rem; opacity:0.5; -webkit-transition:all 0.2s; transition:all 0.2s}
#issue .bx-controls-direction a::before {display:block; width:100%; height:100%; font-family:"xeicon"; text-align:center; line-height:inherit; content:''}
#issue .bx-controls-direction a.bx-next {left:auto; right:0; margin:0}
#issue .bx-controls-direction a.bx-next::before {content:''}
#issue .bx-controls-direction a:hover, #issue .bx-controls-direction a:focus {opacity:1}

#issue.active {height:100%; z-index:100}
#issue.active .group {width:150rem; max-width:calc(100% - 2rem); margin-left:auto !important; margin-right:auto !important; visibility:visible; margin-top:0; opacity:1; -webkit-transition:all 0.2s; transition:all 0.2s}
#issue.active .control.open {display:none}

@media (max-width:1640px) {
	#issue .tt a {right:4rem}
}

@media screen and (max-width:1280px){
	#issue .tt a{top:3.2rem}
}

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

	#issue .tt a {right:7.5rem}
}
	
@media screen and (max-width:768px){
	
	#issue .tt a {top:3.4rem; right:7rem}
	#issue .control.open em {display:none}
	#issue .control.open span.count {display:inline-block; position:absolute; right:0; top:0; z-index:1}
	#issue .control.open span.count > span {display:none}
	
	#issue .bx-controls-direction a {top: inherit; bottom:0}
	#issue .label, #issue .control.close {font-size:1.4rem; padding:0 1.5rem}
	
}
@-webkit-keyframes spread 
{
	0% {width:120%; height:120%; opacity:0.1}
  	100% {width:150%; height:150%; opacity:0} 
}

@keyframes spread 
{
	0% {width:120%; height:120%; opacity:0.1}
  	100% {width:150%; height:150%; opacity:0} 
}