@charset "utf-8";

/* ----------------------------------------------
 * HanbitSoft Infra Development Team
 * 바이올렛의 무기 상점 Stylesheet
 * Author - moran67@hanbitsoft.co.kr 191128
 ------------------------------------------------- */

/* CSS Reset
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img, strong, small, dl, dt, dd, ol, ul, li, fieldset, form, select, input, button, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption {margin:0; padding:0; font-size:100%}
img, fieldset, button {border:0}
article, aside, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
body, input, button, textarea, select, table, kbd{line-height:1.2; font-family:Malgun Gothic,'맑은고딕','돋움', dotum, Helvetica, sans-serif; font-size:12px; color:#000}
img {vertical-align:middle}
ol, ul {list-style:none}
a {text-decoration:none; color:#000}
a:hover, a:focus, a:active {text-decoration:underline; color:#0000ff}
button, label {cursor:pointer}
button::-moz-focus-inner, input::-moz-focus-inner {padding:0; border:0}
table {border-collapse:collapse; border-spacing:0}
caption, legend {width:0; height:0; font-size:0; line-height:0; text-indent:-9999px; visibility:hidden}

/* Reserved Class
-------------------------------------------------------------- */
.irPm {display:block; overflow:hidden; font-size:0px; line-height:0; text-indent:-9999px}
.irWa {display:block; overflow:hidden; position:relative; width:100%; height:100%; z-index:-1}
.blind {overflow:hidden; position:absolute; clip:rect(0 0 0 0); width:1px; height:1px; margin:-1px}
.show {display:block}
.hide {display:none}
.fL {float:left}
.fR {float:right}
.clearFix {zoom:1}
.clearFix:after {content:''; display:block; clear:both}

/* Styles
-------------------------------------------------------------- */
#wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 2000px;
    min-width: 1200px;
    margin: 0 auto;
}
.inner {
    position: relative;
    width :1100px;
    height :100%;
    margin :0 auto;
}
.con1{
    position: relative;
    background: url(../images/con1.jpg) no-repeat 50% center;
    height: 2644px;
}
.con2{
    position: relative;
    background: url(../images/con2.jpg) no-repeat 50% center;
    height: 2930px;
}
.con3{
    position: relative;
    background: url(../images/con3.jpg) no-repeat 50% center;
    height: 2835px;
}
.con4{
    position: relative;
    background: url(../images/con4.jpg) no-repeat 50% center;
    height: 2631px;
}
.con1 .quest_list{
    height: 1370px;
    font-size: 0;
}
.con1 .quest_list .btn_link{
    display: inline-block;
    width: 345px;
    height: 80px;
    margin-top: 1275px;
    margin-right: 20px;
}
.con1 .quest_list .btn_link:last-child{
    margin: 0;
}
.con1 .step_list{
    margin-top: 560px;
    font-size: 0;
}
.con1 .step_list .btn_check{
    display: block;
    width: 185px;
    height: 45px;
    margin-left: 850px;
}

.con2 .content{
    position: relative;
    height: 2400px;
    font-size: 0;
}
.con3 .content{
    position: relative;
    height: 2300px;
    font-size: 0;
}
.con4 .content{
    position: relative;
    height: 2100px;
    font-size: 0;
}
.btn_back{
    display: block;
    position: absolute;
    bottom: 85px;
    left: 310px;
    width: 465px;
    height: 70px;
    margin: auto;
}
/* 보상수량확인 팝업 */
.tab1 .layer-pop01 {
    /* display: none; */
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tab1 .layer-pop01.showing {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.tab1 .layer-pop01 .layer-pop-inner {
    -ms-transform: scale(0);
    transform: scale(0);
    transition: transform .4s;
}

.tab1 .layer-pop01.showing .layer-pop-inner {
    -ms-transform: scale(1);
    transform: scale(1);
}

.tab1 .layer-pop01 .dimmed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.tab1 .layer-pop-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -380px 0 0 -340px;
    background: url(../images/layer_pop01.png) no-repeat;
    width: 639px;
    height: 756px;
    z-index: 10;
}

.tab1 .layer-pop01 .layer-box {
    overflow-y: auto;
    position: relative;
    top: 150px;
    left: 55px;
    width: 525px;
    height: 550px;
}

.tab1 .layer-pop01 .btn-close {
    position: absolute;
    top: 75px;
    right: 60px;
    width: 50px;
    height: 50px;
    background: none;
}

/* ========================= */

