﻿@charset "utf-8";

/* ] ---------- font ---------- [ */
@font-face {
    font-family: NanumSquare;
    font-weight: 300;
    src: url("../font/NanumSquareL.eot");
    src: url("../font/NanumSquareL.eot?#iefix") format("embedded-opentype"), url("../font/NanumSquareL.woff") format("woff"), url("../font/NanumSquareL.ttf") format("truetype");
}

@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");
}

@font-face {
    font-family: NanumSquare;
    font-weight: 700;
    src: url("../font/NanumSquareB.eot");
    src: url("../font/NanumSquareB.eot?#iefix") format("embedded-opentype"), url("../font/NanumSquareB.woff") format("woff"), url("../font/NanumSquareB.ttf") format("truetype");
}

@font-face {
    font-family: NanumSquare;
    font-weight: 900;
    src: url("../font/NanumSquareEB.eot");
    src: url("../font/NanumSquareEB.eot?#iefix") format("embedded-opentype"), url("../font/NanumSquareEB.woff") format("woff"), url("../font/NanumSquareEB.ttf") format("truetype");
}

/* ] ---------- Reset  ---------- [ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, span, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{margin:0;padding:0;}
input, select{margin:0;padding:0;font-style:normal;font-variant:normal;font-weight:inherit;font-size:100%;line-height:100%;}
ol, ul,li {list-style: none;}
blockquote, q{quotes:'"' '"';}
blockquote:before, blockquote:after, q:before, q:after{content:'';}
table{border-collapse:collapse;border-spacing:0;}
address{font-style:normal;}
select{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance:none;-moz-appearance:none;}
input, select{vertical-align:middle;}
input:focus, select:focus, button:focus, textarea:focus {outline:none;}
input[type=text]::-ms-clear {display: none;}
img{border-style: none;max-width:100%;}
button{
    display:block;
    border:0;outline:0;background-color:transparent;
    font-family:inherit;color:inherit;
    text-transform: none;
    cursor:pointer;
}
a{font-size:inherit;color:inherit;text-decoration:none;}
a:hover {text-decoration:none;}
strong, em{font-size:inherit;line-height:inherit;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}

/* STYLE */
.hidden{
    position: absolute;top:-9999em;left:-9999em;
    display:block;
    width:1px;height:1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    text-indent: -9999em;font-size:0;line-height:0;
}
.clearfix:after{content:"";display: block;clear:both;}

html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
    font-family: NanumSquare, appleSDGothicNeo, Malgun Gothic, '맑은 고딕', '돋움', Dotum, sans-serif;
    font-weight:400;
    font-size:100%;
    color:#333333;
}
.wrap{
    max-width: 640px;
    width: 100%;
    margin:0 auto;
}
.container{
    margin:0 40px;
}
/* 첫번째 */
.wrap article{
    padding:50px 0;
}
.first h1{
    width: 210px;
    height: 25px;
    margin-bottom: 25px;
    background:url(../images/logo.png) 100% 100% no-repeat;
}
.square-event{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size:25px;
    padding:0 17px;
    border-radius: 20px;
    background-color:#5e7cee;
    color:#ffffff;@media (max-width: 640px)
    font-weight: 700;
    letter-spacing: -0.050em;
    text-align: center;
}
.first h2{
    margin-top:20px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.050em;
}
.first h2 strong{
    font-weight: 900;
}
.event-date{
    margin:30px 0 50px;
    font-weight: 700;
    letter-spacing: -0.050em;
}
.event-date strong{
    position: relative;
    font-weight: 900;
    padding-right:21px;
}
.event-date strong:after{
    content:"";
    position: absolute;
    top:50%;
    right:7px;
    display: block;
    width:1px;
    height:14px;
    margin-top:-7px;
    background:#efeff0;
}
.first-icon img{
    display: block;
    width: 100%;
    max-width:100%;
}
/* 두번째 */

.second{background-color:#e9edf0;}
.second h3{
    width: 160px;
    height: 55px;
    background:url(../images/bg_event_content.png) 100% 100% no-repeat;
}
.second .content-bg{
    background:#ffffff;
    box-shadow: 0 4px 5px 0 rgba(89,89,89,0.2);
}
.content-list dt,
.content-list dd p{
    letter-spacing: 0;
    line-height: 1.35;
    word-break: break-all;
}
.content-bg:first-of-type{margin-bottom:17px;}
.content-list dt{
    color:#5e7cee;
    font-weight: 900;
}
.content-list{margin-bottom:20px;}
.content-list:last-of-type{margin-bottom:40px;}
.btn-app{
    display: block;
    width: 100%;
    margin:0 auto 30px;
    border:3px solid #5e7cee;
    box-sizing: border-box;
    font-weight: 900;
    letter-spacing: -0.050em;
    color:#5e7cee;
    background-color:#ffffff;
    background-image:url(../images/btn_view_arrow.png);
    background-repeat: no-repeat;
    box-shadow: 0 4px 5px 0 rgba(89,89,89,0.2);
}
.second .light-gray{
    font-weight: 700;
    line-height:1.3;
    letter-spacing: 0;
    color:#aaaaaa;
}
.card-wrap li{
    float:left;
    text-align:center;
}
.card-wrap li:nth-child(1),
.card-wrap li:nth-child(2){margin-bottom:50px;}

.card-wrap .card-name{
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    text-align:center;
    font-size:22px;
    font-weight: 900;
    line-height:1.14;
    letter-spacing: -0.050em;
    color:#5e7cee;
    z-index:3;
}

.card-wrap .card-name:after{
    content:"";
    position: absolute;left:0;right:0;bottom:0;
    display: block;
    width:100%;
    height:12px;
    background:url(../images/bg_highlighter.png) no-repeat;
    background-size: 100% 100%;
    z-index:-1;
}
.card-wrap .card-img{
    display: block;
    width:calc(100% - 10px);
    max-width: 230px;
    margin:0 auto 17px;
}
.card-wrap li p{

    margin-bottom: 15px;
    line-height:1.35;
    color:#000000;
    letter-spacing: -0.05em;
}
.card-wrap li p strong{font-weight:900;}
.card-wrap .card-detail-view{
    display: block;
    width: calc(100% - 10px);
    max-width:230px;
    margin:0 auto;
    border-radius: 38.5px;
    box-sizing: border-box;
    box-shadow: 0 3px 5px 0 rgba(89,89,89,0.2);
    background-color:#ffffff;
    background-image:url(../images/btn_card_view.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
footer{
    padding:50px 0;
    color:rgba(255,255,255,0.5);
    background:#616468;
}
footer h5,
footer p{
    letter-spacing: -0.050em;
    line-height: 1.35;
}
footer h5{font-weight: 900;}
footer p{
    position: relative;
    padding-left:12px;
}
footer p:before{
    content:"";
    position: absolute;top:10px;left:3px;
    display: block;
    width: 2px;height:2px;
    background:rgba(255,255,255,0.5);
}
footer p strong{font-weight:900;}
footer p.bold:before{font-weight: 900;}
footer p.reference-mark:before{display:inline;background:transparent;}
footer p.hyphen:before{
    content:"";
    left:0;
    width: 7px;height:1px;
    background:rgba(255,255,255,0.5);
}

.reference-mark{
    position: relative;
    display: block;
    line-height:1.5;
}
.reference-mark:before{
    content:"※";
    position: absolute;
    top:0;
    left:0;
}
a.btn{
    display: block;
    width: 100%;
    /*height: 79px;*/
    height: 12.344vw;
    background-size:100% 100%;
    background-position: center;
}
.go-event-view{
    margin-bottom: 15px;
    background:url(../images/go-event-view.png) 100% 100% no-repeat;
}
.go-app-event{
    margin-bottom: 30px;
    background:url(../images/go-app-event.png) 100% 100% no-repeat;
}
/* PC버전 */
@media (min-width:641px){
    .reference-mark{padding-left:27px;}
    .first h2{font-size:50px;}
    .event-date{font-size:24px;}
    .content-list dt,
    .content-list dd p{font-size: 26px;}
    .content-list dd span{font-size: 22px;}
    .btn-app{
        height: 72px;
        line-height: 66px;
        border-radius: 38.5px;
        font-size: 30px;
        text-indent:34%;
        background-position: calc(100% - 176px) 50%;
    }
    .second .content-bg{padding:40px ;}
    .second .light-gray{font-size: 22px;}
    .card-wrap li{width: calc(100%/2 - 16px);}
    .card-wrap li:nth-child(odd){margin-right:32px;}
    .card-wrap .card-name{
        padding:0 19px;
        font-size:22px;
    }
    .card-wrap li p{font-size:20px;}
    .card-wrap .card-detail-view{height: 48px;}
    footer h5,
    footer p{font-size:20px;}
}

/* Mobile 버전 */
@media (max-width:640px){
    .reference-mark{padding-left: 20px;}
    .container{margin:0 6.25vw;}
    .first h2{font-size:7.5vw;}
    .event-date{font-size: 3.75vw;}
    /*.second h3{font-size: 4.375vw;}*/
    .content-list dt,
    .content-list dd p{font-size: 4vw;}
    .content-list dd span{font-size: 3.4375vw;}
    .btn-app{
        height: 11.25vw;
        line-height: 10.3125vw;
        border-radius: 38.5px;
        font-size: 4.6875vw;
        text-indent:34%;
        background-position: calc(100% - 27.5vw) 50%;
        background-size:1.875vw 3.2813vw;
    }
    .second .content-bg{padding:40px 3.75vw;}
    .second .light-gray{font-size: 3.438vw;}
    .card-wrap li{width: calc(100%/2 - 1.9vw);}
    .card-wrap li:nth-child(odd){margin-right:3.75vw;}
    .card-wrap li p{font-size: 3vw;}
    .card-wrap .card-name{
        padding:0 1.563vw;
        font-size: 3.438vw;
    }
    .card-wrap .card-name:after{height:1.875vw;}
    .card-wrap .card-img{
        width: calc(100% - 1.563vw);
    }
    .card-wrap .card-detail-view{
        height: 7.5vw;
        line-height: 6.563vw;
        text-indent:17.4%;
        font-size: 3.438vw;
    }
    footer h5,
    footer p{font-size:3.125vw;}
    footer p:before{top:1.563vw;}
    footer br{display: none;}
}
