@charset "utf-8";

.seminar-promo.seoul-2017 header h1 img {
    border: none;
}
.seminar-promo.seoul-2017 .report {
    text-align: center;
    width: 100%;
    border-top: 1px dotted #ccc;
    padding: 1em 0 0;
}
.seoul-2017 .sub-img {
    order: 2;
    background-image: url(../images/bg-sub.jpg);
}
.seoul-2017 .main-img {
    background-image: url(../images/bg-main.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.seoul-2017 .sub-img .inner {
    width: 100%;
}
.seoul-2017 .sub-img img {
    margin: 0 auto;
    display: block;
}
.live-banner {
    margin: 1em 0;
}
.live-banner img {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: .6em;
}
.live-banner a span {
    text-align: center;
    font-size: 1em;
    display: block;
    margin: .5em auto 1em;
}
.img-frame {
}
.img-frame .inner {
    padding: 0 .25em;
}
.img-frame .inner img {
    display: block;
    margin: 0 auto;
}

/* - .ticket
 ------------------------------------------------------------ */
.seoul-2017 .ticket {

    /* padding: 1em; */
}
.seoul-2017 .ticket .inner {
    border: 1px solid #ccc;
    padding: 5em 1em 1em;
    margin: 2em .5em;
}
.seoul-2017 .booking h3 {
    text-align: center;
    font-size: 1.3em;
}
.seoul-2017 .type-info {
    text-align: center;
}
.seoul-2017 h4.type-label {
    font-size: 1.45em;
    font-weight: bold;
    margin: 0 0 .5em;
}
.seoul-2017 [class*=t-type-] {
    margin: 1em 0;
    border-bottom: 1px dashed #aaa;
    padding: 1em 0;
}
.seoul-2017 .t-type-standard {
    border-top: 1px dashed #aaa;
}
.seoul-2017 .button-wrap a {
    background-color: #d47383;
    padding: .8em .5em .5em;
    color: #fff;
    display: block;
    text-align: center;
    margin: .5em 0 0;
    border-radius: 2px;
    font-size: 1.1em;
    width: 100%;
}
.seoul-2017 .button-wrap a .fa {
    color: #fff;
    font-size: 1em;
}
.seoul-2017 .button-wrap .style-b a {
    background-color: #5dbdcb;
}
.dummy {
    display: none !important;
}
.seoul-2017 .data {
    text-align: center;
    font-size: 1.15em;
    margin: .7em 0;
}
.seoul-2017 .seminar-date {
    font-size: 1.3em;
    font-weight: bold;
    padding: 0 .5em 0 0;
    color: #d77d8c;
}
.seoul-2017 .seminar-time {
    padding: .3em 0
    font-size: .95em;
}
.seoul-2017 .button-wrap a.one-click {
    background-color: #abb987;
    font-size: 1.15em;
}
.seoul-2017 .discount {
    font-size: 1.3em;
}
.seoul-2017 .discount b {
    color: #f04124;
}
.seoul-2017 .booking {
    position: relative;
}
.seoul-2017 .booking .avv {
    position: absolute;
    top: 2.2em;
    right: 1.8em;
    border: 1px solid #ef6f56;
    padding: .25em;
    color: #ef6f56;
    font-weight: bold;
    font-size: 1.35em;
}
.seoul-2017 .requested-count {
    text-align: center;
    font-size: 1.1em;
}
.seoul-2017 .requested-count .fa {
    color: #2ecc71;
    font-size: 1.5em;
    position: relative;
    top: 2px;
}
.seoul-2017 .requested-count span {
    padding: .3em;
    border: 1px solid #ef6f56;
    font-weight: bold;
}

/*after-party*/
.seoul-2017 .after-party {
}
.seoul-2017 .after-party .inner {
    margin: 0 0 2em;
    border: 1px solid #ccc;
    padding: 1.5em;
}
.seoul-2017 .after-party h5 {
    font-size: 1.25em;
    letter-spacing: 5px;
    margin: .5em 0;
}
.seoul-2017 .after-party p {
    margin: 1em 0;
    font-size: .9em;
}
.seoul-2017 .after-party p em {
    font-weight: bold;
}

/*faq-section */
.seoul-2017 .faq-section {
}
.seoul-2017 .faq-section .inner {
    padding: 1em;
}
.seoul-2017 .faq-item .inner {
    padding: 1em 1em 1em 3em;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 100%;
}
.seoul-2017 .col-6_xs-12.faq-item:nth-of-type(5) {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.seoul-2017 .faq-question {
    font-weight: bold;
    position: relative;
    margin: .5em 0;
}
.seoul-2017 .faq-question:before {
    content: 'Q';
    position: absolute;
    top: 0;
    left: -2em;
}
.seoul-2017 .faq-answer {
    position: relative;
    font-size: .9em;
    line-height: 1.6;
}
.seoul-2017 .faq-answer:before {
    content: 'A';
    position: absolute;
    top: .3em;
    left: -2em;
    font-size: .88em;
}

/* - ## x <= 768px
 ------------------------------------------------------------ */
@media screen and (min-width:768px) {

    /*header*/
    .seoul-2017 .sub-img {
        order: 1;
    }
    .seoul-2017 .main-img {
        order: 2;
    }

    /*booking*/
    .seoul-2017 .booking h3 {
        letter-spacing: 2px;
        font-size: 1.5em;
    }
    .seoul-2017 .button-wrap [class*=col-]:first-child {
    }
}

/* - ## x >= 1025px
 ------------------------------------------------------------ */
@media screen and (min-width:1024px) {

    /*booking*/
    .seoul-2017 .ticket .inner {
        margin: 2em;
    }
    .seoul-2017 .button-wrap {
        padding: 0 1em;
    }

    /*info*/
    .seoul-2017 .after-party .inner {
        margin: 1em 2em;
    }

    /*faq*/
    .seoul-2017 [class*=grid-][class*=-noGutter]>[class*=col].faq-section {
        /* padding: 2em; */
    }
}