@charset "UTF-8";
/* 이벤트 */
#contents.ev > h2, #contents.ev .blind {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0);
}
#contents.ev .conts.container {
    position: relative;
    margin: 72px auto 0;
    padding: 0;
}
#contents.ev .conts.container .ev_sub .event_detail_wrap {
    position: relative;
    margin: -24px -20px 0 !important;
}
#contents.ev .event_base_list .event_base_inner .list_item a {
    display: block;
    position: relative;
    z-index: 2;
}
#contents.ev .event_base_list .event_base_inner .list_item .img {
    display: block;
}
#contents.ev .event_base_list .event_base_inner .list_item .info {
    display: block;
    margin-top: 20px;
}
#contents.ev .event_base_list .event_base_inner .list_item .info > * + * {
    margin-top: 8px;
}
#contents.ev .event_base_list .event_base_inner .list_item .info .info_sup {
    display: block;
    font-style: normal;
    font-size: 0.75rem;
    font-weight: 700;
    color: #00815A;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.ev .event_base_list .event_base_inner .list_item .info .info_tit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3rem;
    height: auto;
    min-height: 1.5rem;
    max-height: 3rem;
    font-size: 1rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.ev .event_base_list .event_base_inner .list_item .info .info_date {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.ev .event_base_list .event_base_inner .list_item + .list_item {
    margin-top: 40px;
}
#contents.ev .event_base_list .event_base_more {
    margin-top: 40px;
    text-align: center;
}
#contents.ev .event_base_list .event_base_more button {
    padding: 6px 20px 7px;
    border: 1px solid #171A19;
}
#contents.ev .event_base_list .event_base_more button strong {
    font-size: 0.875rem;
    font-weight: 700;
    color: inherit;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
#contents.ev .event_base_list .event_base_more button strong.txt {
    color: #171A19;
}
#contents.ev .event_base_list .event_base_more button strong.count {
    padding-left: 4px;
    color: #00815A;
}
#contents.ev .event_detail_wrap {
    position: relative;
    margin: -24px -20px -80px;
}
.share_bar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
.share_bar .blind {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0);
}
.share_bar .share_bar_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 56px;
    padding: 16px 24px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background: #434545;
}
.share_bar .share_bar_inner .left, .share_bar .share_bar_inner .right {
    position: relative;
}
.share_bar .share_bar_inner .left .btn, .share_bar .share_bar_inner .right .btn {
    display: inline-block;
    overflow: hidden;
}
.share_bar .share_bar_inner .left .btn [class*=ico_], .share_bar .share_bar_inner .right .btn [class*=ico_] {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.share_bar .share_bar_inner .left .btn .ico_share, .share_bar .share_bar_inner .right .btn .ico_share {
    padding-left: 30px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.share_bar .share_bar_inner .left .btn .ico_share::after, .share_bar .share_bar_inner .right .btn .ico_share::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("../../images/mobilehome2/ico_share_white.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.share_bar .share_bar_inner .left .btn .ico_next, .share_bar .share_bar_inner .right .btn .ico_next {
    width: 24px;
    height: 24px;
    background-image: url("../../images/mobilehome2/ico_arrow_right_white.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.share_bar .share_bar_inner .left .btn .ico_prev, .share_bar .share_bar_inner .right .btn .ico_prev {
    width: 24px;
    height: 24px;
    background-image: url("../../images/mobilehome2/ico_arrow_right_white.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.share_bar .share_bar_inner .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}
.share_bar .share_bar_inner .right a + a {
    margin-left: 20px;
}
.share_bar .share_bar_layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 340px;
    z-index: 1;
    width: 100%;
    background: #434545;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}
.share_bar .share_bar_layer.ios {
    height: 246px;
}
.share_bar .share_bar_layer .layer_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 40px 26px;
}
.share_bar .share_bar_layer .layer_list > li {
    width: 33.3%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.share_bar .share_bar_layer .layer_list > li a {
    display: block;
    width: 80px;
    margin: 0 auto;
    font-size: 0.75rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-align: center;
}
.share_bar .share_bar_layer .layer_list > li a span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.share_bar .share_bar_layer .layer_list > li a [class*=ico_] {
    display: block;
    position: relative;
    min-width: 48px;
    padding-top: 56px;
}
.share_bar .share_bar_layer .layer_list > li a [class*=ico_]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.share_bar .share_bar_layer .layer_list > li a .ico_share_kakao::after {
    width: 48px;
    height: 48px;
    background-image: url("../../images/mobilehome2/event/ico_share_kakao.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.share_bar .share_bar_layer .layer_list > li a .ico_share_kakaostory::after {
    width: 48px;
    height: 48px;
    background-image: url("../../images/mobilehome2/event/ico_share_kakaostory.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.share_bar .share_bar_layer .layer_list > li a .ico_share_facebook::after {
    width: 48px;
    height: 48px;
    background-image: url("../../images/mobilehome2/event/ico_share_facebook.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.share_bar .share_bar_layer .layer_list > li a .ico_share_message::after {
    width: 48px;
    height: 48px;
    background-image: url("../../images/mobilehome2/event/ico_share_message.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.share_bar .share_bar_layer .layer_list > li a .ico_share_email::after {
    width: 48px;
    height: 48px;
    background-image: url("../../images/mobilehome2/event/ico_share_email.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.share_bar .share_bar_layer .layer_list > li a .ico_share_twitter::after {
    width: 48px;
    height: 48px;
    background-image: url("../../images/mobilehome2/event/ico_share_twitter.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.share_bar .share_bar_layer .layer_list > li a .ico_share_urlcopy::after {
    width: 48px;
    height: 48px;
    background-image: url("../../images/mobilehome2/event/ico_share_urlcopy.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.share_bar .share_bar_layer .layer_list > li:nth-child(n+4) {
    margin-top: 20px;
}
.share_bar .dim {
    position: fixed;
    inset: 100% 0 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
}
.share_bar.on .share_bar_layer {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}
.share_bar.on .share_bar_inner .right {
    visibility: hidden;
}
.url_copy_desc_wrap {
    padding-top: 40px;
}
.url_copy_desc_wrap .txt {
    font-size: 0.938rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.url_copy_desc_wrap .form {
    position: relative;
    width: 100%;
    margin-top: 20px;
}
.url_copy_desc_wrap .form fieldset {
    border: 0 none;
}
.url_copy_desc_wrap .form input[type=text] {
    width: 100%;
    height: 48px;
    padding: 12px 20px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    border: 1px solid #EAEBEA;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 48px;
}
.url_copy_desc_wrap .form input[type=button] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
    background: transparent;
    color: transparent;
    cursor: pointer;
}
.url_copy_desc_wrap .btn_wrap {
    margin-top: 8px;
}
.url_copy_desc_wrap .btn_wrap .btn {
    padding: 6px 0;
}

#wrap.has_share_bar footer {
    position: relative;
    margin-bottom: 56px;
}
/*# sourceMappingURL=maps/event.css.map */