@charset "utf-8";

/*!
 * 아르피엘  이벤트 Stylesheet
 * http://arpiel.nexon.com
 * Create: 16.03.04 Update: 16.03.10
 * artsohee@nexon.co.kr
 */

/* 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,
input,
button,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

img,
fieldset,
button {
    border: 0;
}

article,
aside,
figcaption,
figure,
video,
audio,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body,
input,
button,
textarea,
select,
table {
    line-height: 1.2;
    font-family: "微軟正黑體", "Malgun Gothic", Dotum, Tahoma, sans-serif;
    font-size: 14px;
    color: #555;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #555;
    transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
}

a:hover,
a:focus,
a:active {
    text-decoration: underline;
    color: #555;
}

img {
    vertical-align: middle;
}

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
-------------------------------------------------------------- */
.blind {
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    left: -1000%;
    overflow: hidden;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.fL {
    float: left;
}

.fR {
    float: right;
}

.clearFix {
    zoom: 1;
}

.clearFix:after {
    clear: both;
    display: block;
    content: '';
}

.btn {
    background: none;
    border: 0 none;
    outline: none;
    cursor: pointer;
}

.fix {
    position: fixed !important;
}

/* Styles
-------------------------------------------------------------- */
/* S : 상단 바 *********************************************************************************/
button {
    background: none;
}

#wrap {
    position: relative;
}

#topArea {
    z-index: 200;
    position: absolute;
    left: 0;
    top: 0px;
    width: 130px;
    height: 100%;
    min-height: 950px;
    background: url(../images/bg_pattern.png) repeat-y;
}

#topArea .group {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 950px;
    transition: all 0.1s linear;
}

#topArea h1 {
    z-index: 100;
    position: relative;
    width: 100%;
    height: 80px;
}

#topArea h1 a {
    position: absolute;
    top: 25px;
    left: 13px;
    display: block;
    width: 108px;
    height: 27px;
}

#topArea .btnStart {
    position: relative;
}

#topArea .btnStart a {
    display: block;
    width: 130px;
    height: 40px;
    background: url(../images/btn_start.jpg) no-repeat;
    text-indent: -9999px;
}

#topArea .etcArea {
    z-index: 100;
    position: relative;
    width: 130px;
}

#topArea .snsArea li {
    float: left;
}

#topArea .snsArea li a {
    display: block;
    height: 40px;
    background: url(h../images/spr_sns.png) no-repeat;
    text-indent: -9999px;
}

#topArea .snsArea li .home {
    width: 45px;
    background-position: 0px 0px;
}

#topArea .snsArea li .tw {
    width: 39px;
    background-position: -47px 0;
}

#topArea .snsArea li .fb {
    width: 36px;
    background-position: -86px 0;
}

#topArea .snsArea li .home:hover {
    width: 45px;
    background-position: 0px -40px;
}

#topArea .snsArea li .tw:hover {
    width: 39px;
    background-position: -47px -40px;
}

#topArea .snsArea li .fb:hover {
    width: 36px;
    background-position: -86px -40px;
}

.nowCheck {
    position: relative;
    padding: 20px 0 0 60px;
}

.nowCheck input {
    z-index: 50;
    position: absolute;
    left: 0;
    top: 0;
    margin: 2px 9px 0 0;
    float: left;
    opacity: 0;
    filter: alpha(opacity=0);
}

.nowCheck label {
    z-index: 100;
    position: relative;
    width: 123px;
    height: 17px;
    display: block;
    background: url(../images/spr_nowCheck.png) no-repeat;
    text-indent: -9999px;
}

.nowCheck label.on {
    background-position: 0 -17px;
}

#topArea .slideArea {
    position: absolute;
    left: 0;
    top: 160px;
    width: 100%;
}

#topArea .slideArea .btnArea {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 100%;
}

#topArea .slideArea .btnArea button,
#topArea .slideArea .btnArea span {
    position: absolute;
    top: 0;
    display: block;
    width: 50px;
    height: 50px;
    background: #ccc;
}

#topArea .slideArea .btnArea span {
    display: none;
}

#topArea .slideArea .btnArea .prev {
    left: -50px;
}

#topArea .slideArea .btnArea .next {
    right: -50px;
}

#topArea .slideArea .mask {
    position: relative;
    top: 0;
    height: 828px;
    overflow: hidden;
}

#topArea .evLink {
    z-index: 50;
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    text-align: center;
}

#topArea .evLink li {
    width: 100%;
    height: 131px;
    background: url(../images/bg_line.png) no-repeat left top;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

#topArea .evLink li:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#topArea .evLink li.on {
    opacity: 1;
    filter: alpha(opacity=100);
}

#topArea .evLink li a {
    position: relative;
    display: block;
    width: 130px;
    height: 131px;
}

#topArea .evLink li a img {
    margin-top: 1px;
}

#topArea .evCalendar {
    position: relative;
    top: 0;
    left: 0;
}

#topArea .evCalendar a {
    display: block;
    width: 100%;
    height: 41px;
    background: url(../images/btn_eventCalendar.png) no-repeat;
    text-indent: -9999px;
}

/* E : 상단 바 *********************************************************************************/


/* S : 페이지 하단 오류 숨김 style */
.pub_300x250,
.pub_300x250m,
.pub_728x90,
.text-ad,
.textAd,
.text_ad,
.text_ads,
.text-ads,
.text-ad-links {
    display: none;
}

/* E : 페이지 하단 오류 숨김 style */


/* S : 2019-07-11 공통 배너 */
#wrap .bn190711 {
    z-index: 100;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 300px;
    height: 300px;
    background: url(../images/img_closersCommBn.png) no-repeat;
}

#wrap .bn190711 .bnClose {
    position: absolute;
    top: 12px;
    left: 134px;
}

#wrap .bn190711 .bnClose button {
    display: block;
    text-indent: -9999px;
    width: 25px;
    height: 25px;
}

#wrap .bn190711 a {
    position: absolute;
    top: 40px;
    left: 0;
    display: block;
    text-indent: -9999px;
    width: 100%;
    height: 226px;
    background: url(../images/space.png);
}

/* E : 2019-07-11 공통 배너 */