/* Common */
@font-face {
 font-family: 'NanumSquare';
 font-weight: 400;
 src: url(../font/NanumSquareR.eot);
 src: url(../font/NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(../font/NanumSquareR.woff) format('woff'),
      url(../font/NanumSquareR.ttf) format('truetype');
}

* {-webkit-text-size-adjust:none; }
html, body { width:100%; height:100%; padding:0px; margin:0px; }
body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,a,button,select{ margin:0; padding:0; }
body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,button,select { -webkit-touch-callout: none; -webkit-user-select: none; -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-appearance:none; }
body,input,textarea,select,button,table{ font-family:NanumSquare, AppleGothic,sans-serif; font-size:1em; color:#4e4e4e; font-weight:100; letter-spacing:-1px; }
img,fieldset,iframe{border:0}
img{vertical-align:middle}
li{list-style:none}
em,address{font-style:normal}
input,select,button{vertical-align:middle; outline:none;}
button { cursor:pointer; }

/* Common Add */
a { color:#4e4e4e; text-decoration:none; }
caption,legend,.blind{visibility:hidden;overflow:hidden;position:absolute;top:0;left:-999em;width:0;height:0;font-size:0;line-height:0;text-align:left}
caption{position:static}
input { border-radius:0px; -webkit-appearance:none; }
input[type="text"],
input[type="password"] { height:22px;padding:0 7px; border:1px solid #d6d6d6; color:#4e4e4e;line-height:2em; }
input[type="text"].readonly{border-top:1px solid #bfc6cc;border-left:1px solid #bfc6cc;border-right:1px solid #d8dee3;border-bottom:1px solid #d8dee3;background:#f1f3f4}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus {border:1px solid #00a2e2;background:#edf6fb;color:#4e4e4e}
input[type="radio"]{*width:13px;*height:13px}
select{height:24px;*margin-top:5px;padding:0 0 0 4px; border:1px solid #cccccc; line-height:1.2em;color:#4e4e4e}
textarea{width:98%;padding:5px;border:1px solid #cfcfcf;line-height:1.5em}
table{/* border-collapse:collapse; */border-spacing:0;line-height:1.5em}
hr{display:none}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
/*reset*/
* {
    margin: 0;
    padding: 0;
    outline-style: none;
}

a {
    outline: 0;
    text-decoration: none;
    color: #000;
}

img {
    border: 0;
}

body {
    background: #eee;
    font-family: 'nanum-square-r', "Malgun Gothic", "sans-serif";
    letter-spacing: -0.5px;
}

.wrapper {
    width: 100%;
    max-width: 480px;
    height: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

/*slide-header*/
.slide-header {
    width: 100%;
    max-width: 100%;
    height: 6vh;
    max-height: 10%;
    position: absolute;
    z-index: 99;
    top: 0;
}

.slide-header .logo {
    top: 10px;
    left: 4.5%;
    height: 100%;
    position: absolute;
}

.slide-header img {
    max-height: 24px;
}

.slide-header .swiper-pagination-fraction {
    text-align: right;
    position: absolute;
    width: 50px;
    top: 16px;
    right: 4.5%;
    left: auto;
    font-size: 13px;
    font-weight:500;
}


/*slider-base*/
.swiper-container {
    background-color: #fff;
}

.swiper-wrapper {
    position: relative;
    height:auto !important;
}

.swiper-wrapper img {
    width: 100%;
    display: block;
}

.swiper-wrapper .relative {
    position: relative;
    top: 0;
    left: 0;
}

.swiper-wrapper .absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.contents-wrapper {
    position: relative;
    background-size: cover;
    background-position: center;
}

.swiper-slide {
    position: relative;
    overflow: hidden;
}

/*pagination*/
.swiper-button-prev,
.swiper-button-next {
    width: 16px;
    background-size: 100% auto;
    top:50vh;
    background:none;
}

/*event end*/
.evt_end_wrap{display:flex; max-width: 480px;height:100vh;margin:0 auto; align-items: center;justify-content: center; overflow-x: hidden;}
.evt_end_wrap .evt_end{display:flex;flex-direction: column; align-items: center;justify-content: center; width:100%;height:150px;margin:0 30px;padding:24px;background:#fff;text-align:center;border-radius: 6px;}
.evt_end_wrap .evt_end .info {width:32px; height:32px;margin-bottom:6px;}
.evt_end_wrap .evt_end p {font-size:18px; font-weight:600;line-height:1.8}
.evt_end_wrap .evt_end span {font-size:14px;line-height:1.5}

