@charset "utf-8";


#wrap {
    width: 1200px;
    margin: 0 auto;
}

footer {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 14px;
    color: #777;
    text-align: center
}

.top-banner {
    margin-top: 30px;
}

.menu {
    margin: 35px 0
}

.menu a {
    display: block;
    padding-left: 110px;
    margin-right: 20px;
    width: 285px;
    height: 90px;
    float: left;
    border-top: 1px solid #b3b3b4;
    border-left: 1px solid #b3b3b4;
    border-right: 1px solid #b3b3b4;
    color: #061c2e;
    font-size: 21px;
    line-height: 90px;
    box-sizing: border-box;
    background-position: 50px 60%;
    background-repeat: no-repeat
}

.menu a:hover,
.menu a.active {
    color: #ffffff
}

.menu a:nth-child(1) {
    padding-left: 120px;
    border-bottom: 8px solid #0f6ec8;
    background-image: url(../images/icon_menu1.png)
}

.menu a:nth-child(1):hover,
.menu a:nth-child(1).active {
    background-color: #0f6ec8;
    color: #ffffff;
    background-image: url(../images/icon_menu1_on.png)
}

.menu a:nth-child(2) {
    border-bottom: 8px solid #009cd9;
    background-image: url(../images/icon_menu2.png)
}

.menu a:nth-child(2):hover,
.menu a:nth-child(2).active {
    background-color: #009cd9;
    background-image: url(../images/icon_menu2_on.png)
}

.menu a:nth-child(3) {
    border-bottom: 8px solid #00bcc8;
    background-image: url(../images/icon_menu3.png)
}

.menu a:nth-child(3):hover,
.menu a:nth-child(3).active {
    background-color: #00bcc8;
    background-image: url(../images/icon_menu3_on.png)
}

.menu a:last-child {
    margin-right: 0;
    border-bottom: 8px solid #01be8b;
    background-image: url(../images/icon_menu4.png)
}

.menu a:last-child:hover,
.menu a:last-child.active {
    background-color: #01be8b;
    background-image: url(../images/icon_menu4_on.png)
}

.replay {margin-top: 40px; margin-bottom: 40px; overflow: hidden}
.replay div {float: left}
.replay div:first-child {margin-right: 20px;}

.video-wrap {
    height: 450px;
}

.video-wrap .video-area {
    float: left;
    position: relative;
    width: 800px;
    height: 450px;
    margin: 0;
}

.video_wrap iframe {
    position: absolute;
}

.aside-area {
    width: 350px;
    height: 450px;
    float: right
}

.vod-test {background-color: #e50112; padding: 7px 8px; margin-bottom: 10px;}
.vod-test a {display: block; border: 1px solid #ffffff; color: #ffffff; font-size: 18px; text-align: center; padding: 9px 0; }
.vod-test a:hover {color: #ffe4e4; border: 1px solid #ffcdcd}

.apply a {
    display: block;
    width: 350px;
    height: 150px;
    padding: 40px 0 0 35px;
    box-sizing: border-box;
    background-image: url(../images/icon_arrow.png), url(../images/bg_apply.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: 37px 97px, 0, 0;
    background-size: 32px, cover;
    font-size: 27px;
    color: #ffffff
}

.apply a:hover {
    background-position: 50px 97px, 0, 0;
    transition: 0.2s;
}

.online-forum {
    margin-top: 10px;
    width: 350px;
    height: 160px;
    background: url(../images/bg_forum.jpg) no-repeat;
}

.online-forum a {
    display: block;
    height: 160px;
    text-align: center;
    padding-top: 30px;
    font-weight: 700;
    font-size: 34px;
    color: #ffffff;
}

.online-forum a:hover {
    color: #00fff0
}

.online-forum span {
    display: block;
    padding-top: 8px;
    margin-top: 10px;
    font-weight: 400;
    background: url(../images/bg_line_white.png) no-repeat top center;
}

.part {
    margin-top: 10px;
}

.part a {
    display: block;
    height: 60px;
    color: #000000;
    position: relative
}

.part a:hover {
    color: #069cd7
}

.part a div {
    display: inline-block;
    padding: 8px 0;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #000000;
    padding-right: 40px;
    font-size: 26px;
}

.part a span {
    display: inline-block;
    width: 100px;
    height: 60px;
    line-height: 60px;
    background: url(../images/bg_part.png) no-repeat;
    background-position: right bottom;
    position: absolute;
    right: 15px;
    color: #000000;
    font-size: 17px;
}

.desc {
    margin-top: 66px;
    padding: 35px 55px;
    color: #222;
    line-height: 30px;
}

.desc p:first-child {
    font-weight: bold;
    font-size: 26px;
    color: #0070bb;
    padding-bottom: 12px;
}

.desc p:nth-of-type(2) {
    font-weight: bold;
    font-size: 21px;
    color: #00192b;
    padding-bottom: 10px;
}

.desc p {
    padding-bottom: 20px;
}

.btn-more {
    color: #fff;
    background: #000;
    border-radius: 1.5em;
    left: 30%;
    padding: 1em;
    text-decoration: none;
    width: 40%;
}

.show,
.hide {
    position: absolute;
    bottom: -1em;
    z-index: 100;
    text-align: center;
}

.hide {
    display: none;
}

.show:target {
    display: none;
}

.show:target ~ .hide {
    display: block;
}

.show:target ~ .panel {
    max-height: 2000px;
}

.show:target ~ .fade {
    margin-top: 0;
}

.panel {
    position: relative;
    margin: 2em auto;
    width: 70%;
    max-height: 100px;
    overflow: hidden;
    transition: max-height .5s ease;
}

.fade {
    height: 100px;
    margin-top: -100px;
    position: relative;
}

.day-cont {
    margin: 25px 0 60px 0
}

.day-cont .day {
    float: left;
    width: 570px;
    margin-right: 60px;
    padding-bottom: 15px;
    border-bottom: 1px solid #999;
}

.day-cont .day:first-child dd {padding-bottom: 22px;}

.day-cont .day:last-child {
    margin-right: 0;
}

.day-cont .day > div {
    margin-bottom: 15px;
    border-bottom: 4px solid #000000;
    line-height: 50px;
    font-size: 22px;
    font-weight: 700;
}

.day-cont .day > div span {
    display: inline-block;
    padding-right: 12px;
    color: #d242fb;
}

.day-cont .day dl dt {
    width: 38%;
    float: left;
    margin: 10px 0;
    padding-left: 12px;
    box-sizing: border-box;
}

.day-cont .day dl dt span.time {
    display: inline-block;
    margin-right: 18px;
    font-size: 16px;
}

.day-cont .day dl dt span.name {
    display: inline-block;
    width: 5rem;
    border-radius: 4px;
    color: #ffffff;
    background-color: #0070bb;
    line-height: 28px;
    text-align: center;
}

.day-cont .day dl dt .point-s.name {
    background-color: #cf51ed;
}

.day-cont .day dl dd {
    width: 62%;
    float: left;
    margin: 10px 0;
    padding-left: 11px;
    padding-bottom: 8px;
    line-height: 20px;
    letter-spacing: -0.03rem;
    box-sizing: border-box;
}

.logo {text-align: center; padding: 0 0 60px 0}

@media (min-width:1200px) {

    .day-cont .day .mt30 {
        margin-top: 9px;
    }

}

/* --- 발표자 정보 --- */
.session-info {
    padding-bottom: 65px;
}

.session-info .presenter {
    width: 340px;
    float: left;
    margin-right: 50px;
    text-align: center
}

.session-info .presenter img {
    padding-bottom: 14px;
}

.session-info .presenter .name {
    color: #009cd9;
    font-size: 19px;
    text-align: center
}

.session-info .presenter p {
    font-size: 14px;
    color: #252626;
    padding-bottom: 8px;
    line-height: 1.4
}

.session-info .seminar {
    width: 810px;
    float: left;
    padding-top: 15px;
    padding-bottom: 60px;
    min-height: 210px;
    border-bottom: 1px solid #061b23
}

.session-info .seminar.pb100 {
    padding-bottom: 100px;
}

.session-info .seminar p:first-of-type {
    font-size: 19px;
    font-weight: bold
}

.session-info .seminar p {
    font-size: 15px;
    line-height: 30px;
    color: #252626;
    padding-bottom: 10px;
}

.session-info .seminar ul li {
    position: relative;
    padding: 5px 0 5px 30px;
    color: #036389;
    line-height: 22px;
}

.session-info .seminar ul li::before {
    position: absolute;
    top: 15px;
    left: 18px;
    /* add the new bullet point */
    display: inline-block;
    content: '';
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 4px;
    width: 4px;
    background-color: #036389;
}



/* --- 상세일정 --- */
.schedule {
    padding-bottom: 100px
}

.schedule div {
    position: relative;
}

.schedule div a {
    position: absolute;
    right: 0;
    top: 20px;
}

.btn-grad {
    padding: 10px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    /*text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
    box-shadow: 0 0 20px #eee;
    display: block;
    font-size: 20px;
}

.btn-grad {
    background-image: linear-gradient(to right, #137bf9 0%, #db13b6 51%, #137bf9 100%)
}

.btn-grad:hover {
    background-position: right center;
}

.schedule .title {
    padding-bottom: 20px;
    padding-top: 25px;
    font-size: 25px;
    font-weight: 600;
    color: #272727;
}

.schedule .title span {
    display: inline-block;
    padding-left: 10px;
    height: 25px;
    border-left: 5px solid #00bcc8;
    font-size: 25px;
    line-height: 1;
    margin-right: 10px;
}

.schedule .title.pt00 {
    margin-top: 80px;
}

.tbl_sche {
    width: 100%;
    border-top: 1px solid #555
}

.tbl_sche th {
    border-bottom: 1px solid #555;
    color: #016268;
    line-height: 56px;
    background: url(../images/bg_th.png) repeat;
}

.tbl_sche td {
    padding: 20px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    text-align: center;
    color: #373737;
}


.comment-inner {
    min-height: 300px;
}


.tbl_com {
    margin-top: 45px;
    width: 100%;
    border-top: 1px solid #555;
    margin-bottom: 5rem;
}

.tbl_com th {
    border-bottom: 1px solid #e1e1e1;
    color: #222;
    line-height: 44px;
    font-size: 14px;
    background: #f9f9f9;
}

.tbl_com td {
    padding: 15px 10px;
    ;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    text-align: center;
    color: #373737;
}

.tbl_com td:nth-child(2) {
    text-align: left;
    width: 69%;
}

.tbl_com td:nth-child(3) {
    width: 10%;
}

.tbl_com td:nth-child(4) {
    width: 14%;

}

.tbl_sche tbody tr:nth-child(2n) {
    background-color: #f9f9f9;
}


.offscreen {
    position: absolute !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    word-break: normal;
    word-wrap: normal;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.tbl_sche .point-s {display: inline-block; padding: 4px 11px; border-radius: 4px; background-color: #cf51ed; font-size: 14px; text-align: center; color: #ffffff; margin-right: 10px; line-height: 100%; font-weight: normal}


/* -------------------------------- regist -------------------------------- */

.regist_form {
    display: table;
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
}

.regist_form dl {
    display: table-row;
}

.regist_form dt {
    display: table-cell;
    width: 30%;
    padding: 17px 0 16px 36px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    color: #434343;
    font-weight: 500;
    clear: both;
    vertical-align: middle;
}

.regist_form dt label {
    padding-left: 13px;
    background: url(/images/bl_inquiry.png) no-repeat 0px 8px;
}

.regist_form dd {
    display: table-cell;
    position: relative;
    width: 70%;
    padding: 12px 27px;
    border-bottom: 1px solid #e8e8e8;
}

.regist_form dd input {
    width: 80%;
    padding: 7px 15px;
    font-size: 14px;
    border: 1px solid #c5c8cf;
}

.regist_form dd textarea {
    width: 84%;
}

.regist_form dd input[type="radio"] {
    width: auto;
}

.regist_form dl.surname-use dt span {
    display: inline-block;
    margin: 0 25px;
}

.regist_form dl.surname-use dt label:last-of-type {
    padding-left: 0;
    background: none
}

.regist_form dl.surname-use dd input {
    width: 27%
}

.regist_form dl.surname-use dd input:last-of-type {
    margin-left: 21%
}

.regist_form dl.surname-use dd {
    position: relative
}

.regist_form dl.surname-use dd span {
    position: absolute;
    left: 42%;
    top: 18px;
}

.regist_form dl dd label {
    margin-right: 50px;
    font-size: 14px;
    line-height: 1.7
}

.regist_form dl dd input[type="radio"] {
    margin-top: 0;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.regist_form .input-sm {
    height: 25px;
    padding: 2px 10px;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 7px;
}

.regist_form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.regist_form p input.form-control {
    width: 81%
}

.regist_form .gift_comment {
    font-size: 13px;
    padding-top: 7px;
    padding-left: 7px;
}

.regist_form .btn {
    display: inline-block;
    height: 31px;
    vertical-align: middle;
    border-radius: 4px;
    padding: 0 20px;
    margin-bottom: 7px;
    margin-left: 4px;
    line-height: 30px;
    font-size: 13px;
}

.regist_form .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.regist_form .btn-primary:hover {
    background-color: #286090;
    border-color: 1px solid #204d74
}

.regist_form dd input:focus {
    border: 1px solid #6279ad
}

.regist_presurvey {
    width: 80%;
    margin: 0 auto
}

.regist_presurvey dt {
    padding: 15px 0 7px 35px;
    font-size: 15px
}

.regist_presurvey dd {
    padding: 5px 0 17px 35px;
    font-size: 13px;
}

.regist_presurvey dd label {
    margin-right: 20px;
    line-height: 1.7;
    padding: 3px 0
}

.regist_presurvey dd input[type="radio"],
.regist_presurvey dd input[type="checkbox"] {
    margin-right: 5px;
    margin-top: 0;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.regist_presurvey dd textarea {
    width: 100%;
}

.box_agrees {
    width: 90%;
    margin: 40px auto;
}

.box_agrees input[id="chkbox"] {
    opacity: 0;
}

.box_agrees input[id="chkbox"] + label em {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    background: url(/images/icon_check.png) 0 0 no-repeat;
    vertical-align: middle;
    cursor: pointer;
}

.box_agrees input[id="chkbox"]:checked + label em {
    background-position: -38px 0;
}

.box_agrees label {
    padding-bottom: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    margin-left: -23px;
}

.person_info p {
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding: 15px 30px;
    font-size: 13px;
    line-height: 1.7;
}

.person_info dl {
    display: table;
    width: 100%;
}

.person_info dl dt {
    display: table-cell;
    width: 30%;
    padding: 15px 0 15px 30px;
    font-size: 13px;
    font-weight: 500;
    color: #3654ab;
    background-color: #f8f9fc;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    box-sizing: border-box;
    vertical-align: middle;
}

.person_info dl dd {
    display: table-cell;
    width: 70%;
    padding: 13px 0 13px 30px;
    font-size: 13px;
    line-height: 1.2;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    box-sizing: border-box;
}

.person_info dl dd span:last-child {
    margin-left: 50px;
}

.person_info dl:first-of-type dt,
.person_info dl:first-of-type dd {
    border-top: 1px solid #e8e8e8
}

.person_info:after {
    display: block;
    clear: both;
    content: "";
}

.btn_wrap {
    text-align: center
}

.btn_regist {
    display: inline-block;
    margin-bottom: 70px;
    width: 280px;
    height: 54px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 54px;
    background: linear-gradient(130deg, #046cea 40%, #db13b6 100%)
}

/* IE9 이하를 위한 css */
.placeholder {
    color: #868686;
}

/* IE10 이상을 위한 css */
input::placeholder {
    color: #868686;
    opacity: 1;
    /* 파이어폭스에서 뿌옇게 나오는 현상을 방지하기 위한 css */
}

input::-webkit-input-placeholder {
    color: #868686;
}

/* IE */
input:-ms-input-placeholder {
    color: #868686;
}

/* Firefox */
input:-mos-input-placeholder {
    color: #868686;
}

#event-wrap {width: 1040px; margin: 0 auto;}
#event-wrap .box_agrees {width: 100%; margin: 0 auto;}


.event-regist {
    width: 100%;
    margin: 0 auto;
    background-color: #fffdf1;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.event-regist  div {width: 50%; margin-bottom: 8px; margin-left: auto; margin-right: auto; }
.event-regist  div label {display: inline-block; width: 100px; font-size: 16px;}
.event-regist  div input {width: 300px; padding: 8px;  border: 1px solid #999; line-height:1;}

.event-regist p {
    padding: 20px 0 0 0;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #4363c9;
}

.event-regist p span {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    line-height: 2.5;
    color: #444;
    font-weight: normal
}

.btn_regist_event {
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 70px;
    width: 280px;
    height: 54px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 54px;
    background-color: #fd3e25
}

.event-done {
    width: 100%;
    margin: 0 auto;
    padding-top: 230px;
    padding-bottom: 80px;
    text-align: center;
    background: #a3dcfd url(../images/bg_event_done.png) no-repeat top center;
    font-size: 36px;
    font-weight: 500;
    line-height: 2;
    color: #fd3e25;
}

.event-done p:last-of-type {font-weight: 300; font-size: 28px; color:#182e55}

.p_none {display: none}






/* -------------------------------- responsive -------------------------------- */

@media all and (min-width:1024px) and (max-width:1199px) {

    #wrap {
        width: 100%
    }

    footer {
        width: 100%;
        margin: 0;
        padding: 25px 0;
        font-size: 14px;
    }

    .menu {
        margin: 20px 0
    }

    .menu a {
        padding-left: 10%;
        margin-right: 1%;
        width: 24%;
        height: 60px;
        font-size: 15px;
        line-height: 60px;
        background-position: 50px 60%;
    }

    .menu a:nth-child(1) {
        border-bottom: 4px solid #0f6ec8;
    }

    .menu a:nth-child(1):hover,
    .menu a:nth-child(1).active {}

    .menu a:nth-child(2) {
        border-bottom: 4px solid #009cd9;
    }

    .menu a:nth-child(2):hover,
    .menu a:nth-child(2).active {}

    .menu a:nth-child(3) {
        border-bottom: 4px solid #00bcc8;
        4
    }

    .menu a:nth-child(3):hover,
    .menu a:nth-child(3).active {}

    .menu a:last-child {
        border-bottom: 4px solid #01be8b;
    }

    .menu a:last-child:hover,
    .menu a:last-child.active {}
    
    
    .replay {margin-top: 20px; margin-bottom: 20px; overflow: hidden}
    .replay div {float: left; width: 50%}
    .replay div img {width: 100%}
    .replay div:first-child {margin-right:0;}

    .video-wrap .video-area {
        margin-right: 22px;
        margin-bottom: 0;
        width: 650px;
        height: 395px;
        background-image: none;
    }

    .video-wrap .video-area {
        margin: 0;
    }

    .online-forum {
        margin-top: 10px;
    }

    .part {
        margin-top: 10px;
    }

    .part a div {
        font-size: 20px
    }

    .desc {
        margin-top: 0
    }

    .day-cont .day {
        width: 48%;
        margin-right: 4%
    }

    .day-cont .day dl dt {
        width: 38%;
        margin: 10px 0;
        padding-left: 15px;
    }

    .day-cont .day dl dt span.time {
        margin-right: 10px;
        font-size: 14px;
    }

    .day-cont .day dl dt span.name {
        width: 4rem;
    }
    
    .day-cont .day dl dd {
        width: 62%;
        margin: 10px 0;
        padding-left: 11px;
        padding-bottom: 8px;
        letter-spacing: -0.03rem;
    }


    .session-info .presenter {
        width: 35%;
        margin-right: 5%
    }

    .session-info .seminar {
        width: 60%;
        padding-top: 15px;
        padding-bottom: 60px;
        min-height: 210px;
    }


}





@media (max-width:768px) {

    #wrap {
        width: 100%
    }

    footer {
        width: 100%;
        margin: 0;
        padding: 20px 0;
        font-size: 13px;
    }

    .top-banner {
        margin-top: 0;
    }

    .menu {
        margin: 10px 0
    }

    .menu a {
        padding-left: 7%;
        margin-right: 1%;
        width: 24.25%;
        height: 45px;
        font-size: 13px;
        letter-spacing: -1px;
        line-height: 45px;
        background-position: 7px 55%;
        background-size: 16px;
    }

    .menu a:nth-child(1) {
        border-bottom: 3px solid #0f6ec8;
        padding-left: 10%;
    }

    .menu a:nth-child(1):hover,
    .menu a:nth-child(1).active {}

    .menu a:nth-child(2) {
        border-bottom: 3px solid #009cd9;
    }

    .menu a:nth-child(2):hover,
    .menu a:nth-child(2).active {}

    .menu a:nth-child(3) {
        border-bottom: 3px solid #00bcc8;
        4
    }

    .menu a:nth-child(3):hover,
    .menu a:nth-child(3).active {}

    .menu a:last-child {
        border-bottom: 3px solid #01be8b;
    }

    .menu a:last-child:hover,
    .menu a:last-child.active {}
    
    .replay {margin-top: 20px; margin-bottom: 20px; overflow: hidden}
    .replay div {float: left; width: 50%}
    .replay div img {width: 100%}
    .replay div:first-child {margin-right:0;}


    .video-wrap {
        margin: 0 auto;
        width: 100%;
        height: 561px;
    }

    .video-wrap .video-area {
        margin: 0 auto;
        height: 390px;
        background-image: none;
        float: none;
    }

    .desc {
        margin-top: 60px;
        padding: 20px;
        color: #222;
        line-height: 24px;
    }

    .desc p:first-child {
        font-size: 18px;
        padding-bottom: 5px;
    }

    .desc p:nth-of-type(2) {
        font-size: 14px;
        padding-bottom: 5px;
    }

    .desc p {
        padding-bottom: 16px;
    }

    .day-cont {
        width: 90%;
        margin: 0 auto 30px auto;
    }

    .day-cont .day {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
        padding-bottom: 7px;
        border-bottom: 1px solid #999;
        overflow: hidden;
    }

    .day-cont .day > div {
        margin-bottom: 15px;
        border-bottom: 2px solid #000000;
        line-height: 50px;
        font-size: 20px;
    }

    .day-cont .day dl dt {
        width: 30%;
        margin: 10px 0;
        padding-left: 15px;
    }

    .day-cont .day dl dt span.time {
        margin-right: 30px;
        font-size: 14px;
    }

    .day-cont .day dl dt span.name {
        width: 4rem;
    }
    
    .day-cont .day dl dd {
        width: 70%;
        margin: 10px 0;
        padding-left: 11px;
        padding-bottom: 8px;
        letter-spacing: -0.03rem;
    }
    
    .logo {text-align: center; padding: 0 15px 30px 15px;}
    .logo img {width: 100%}


    .session-info {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .session-info .presenter {
        width: 90%;
        margin: 15px auto 0 auto;
        padding-left: 0;
        float: none;
        text-align: center
    }

    .session-info .presenter img {
        padding-bottom: 14px;
        width: 120px;
    }

    .session-info .presenter .name {
        color: #009cd9;
        font-size: 15px;
        text-align: center
    }

    .session-info .presenter p {
        font-size: 13px;
        color: #252626;
        padding-bottom: 6px;
        line-height: 1.1;
    }

    .session-info .seminar {
        width: 90%;
        margin: 0 auto;
        float: none;
        padding-top: 10px;
        padding-bottom: 30px;
    }
    
    .session-info .seminar.pb100 {
    padding-bottom: 60px;
}

    .session-info .seminar p:first-of-type {
        font-size: 15px;
        line-height: 1.3;
        padding-bottom: 10px;
    }

    .session-info .seminar p {
        font-size: 13px;
        line-height: 24px;
        padding-bottom: 6px;
    }

    .session-info .seminar ul li {
        padding: 5px 0 9px 10px;
        line-height: 18px;
        font-size: 13px;
    }

    .session-info .seminar ul li::before {
        left: 0;
    }


    .schedule div {
        padding-bottom: 40px;
    }

    .schedule div a {
        position: absolute;
        left: 50%;
        margin-left: -59px;
        font-size: 16px;
        bottom: -10px;
        top: auto;
        right: auto;
    }

    .btn-grad {
        padding: 10px 30px;
    }


    .schedule .title {
        padding-bottom: 20px;
        padding-top: 25px;
        font-size: 16px;
    }

    .schedule .title.pt00 {
        margin-top: 40px;
    }

    .schedule .title span {
        padding-left: 6px;
        height: 18px;
        font-size: 18px;
        margin-right: 5px;
    }

    .tbl_sche th {
        line-height: 36px;
        font-size: 13px;
    }

    .tbl_sche td {
        padding: 13px 5px;
        font-size: 12px;
    }

    .tbl_sche td:first-of-type {
        width: 30%;
        letter-spacing: -1px;
    }

    .tbl_sche td:last-of-type {
        width: 20%;
        letter-spacing: -1px;
    }

    .tbl_com {
        margin-top: 20px;
    }

    .tbl_com th {
        line-height: 38px;
        font-size: 12px;
    }

    .tbl_com td {
        padding: 15px 5px;
        ;
        font-size: 11px;
    }

    .tbl_com td:nth-child(2) {
        text-align: left;
        width: 69%;
    }

    .tbl_com td:nth-child(3) {
        width: 10%;
    }

    .tbl_com td:nth-child(4) {
        width: 14%;

    }

    .regist_form {
        width: 92%;
        padding-top: 10px;
    }

    .regist_form dt {
        width: 20%;
        padding: 17px 0 16px 10px;
        font-size: 12px;
        word-break: keep-all;
    }

    .regist_form dt label {
        padding-left: 9px;
        background: url(/images/bl_inquiry.png) no-repeat 0px 5px;
    }

    .regist_form dd {
        width: 80%;
        padding: 6px 0 6px 12px;
    }

    .regist_form dd input {
        width: 88%;
        width: 88%;
        padding: 5px 10px;
        font-size: 13px;
    }

    .regist_form dd input[type="email"] {
        border-radius: 0;
        box-shadow: none;
    }

    .regist_presurvey {
        width: 92%;
        margin: 0 auto
    }

    .regist_presurvey dl dt {
        padding-left: 0
    }

    .regist_presurvey dl dd {
        padding-left: 0
    }

    .box_agrees {
        width: 92%;
        margin: 30px auto;
    }

    .box_agrees input[id="chkbox"] + label em {
        width: 18px;
        height: 18px;
        margin-right: 7px;
        margin-left: 7px;
    }

    .box_agrees input[id="chkbox"]:checked + label em {
        background-position: -38px 0;
    }

    .box_agrees label {
        font-size: 13px;
    }

    .person_info dl {
        display: table;
        width: 100%;
    }

    .person_info dl dt {
        width: 30%;
        padding: 12px 0 12px 7px;
        font-size: 11px;
        line-height: 1.3;
        word-break: keep-all;
    }

    .person_info dl dd {
        width: 70%;
        padding: 12px 0 12px 10px;
        font-size: 11px;
        line-height: 1.3;
        word-break: keep-all;
    }

    .person_info dl dd span:last-child {
        display: block;
    }

    .btn_regist {
        display: inline-block;
        margin-bottom: 40px;
        width: 200px;
        height: 44px;
        font-size: 18px;
        line-height: 44px;
        background: linear-gradient(130deg, #046cea 40%, #db13b6 100%);
    }
    
    #event-wrap {width: 100%}

    .m_none {display: none}
    .p_none {display: block}
    .p_none img {width: 100%}
    .event-regist p {font-size: 18px; padding-top: 10px;}
    .event-regist p span {font-size: 13px;}
    .event-regist  div {width: 80%; margin-bottom: 8px; margin-left: auto; margin-right: auto; }
    .event-regist  div label {display: inline-block; width: 70px; font-size: 13px;}
    .event-regist  div input {width: 65%; padding: 8px;  border: 1px solid #999}
    .event-regist  div input[type="email"] {border-radius: 0}
    .event-done {font-size: 26px}
    .event-done p:last-of-type {font-size: 18px; }


}



@media all and (min-width:768px) and (max-width:1023px) {

    .menu a {
        background-position: 25px 55%;
        background-size: 18px;
    }

    .aside-area {
        width: 94%;
        margin: 20px auto 0 auto;
        height: 190px;
        float: none;
    }

    .apply {
        float: left;
        width: 48%;
        margin: 0 1%
    }

    .apply a {
        width: 100%;
        height: 120px;
        padding: 27px 0 0 35px;
        background-position: 37px 67px, 0, 0;
        background-size: 32px, cover;
        font-size: 25px;
    }

    .apply a:hover {
        background-position: 50px 67px, 0, 0;
        transition: 0.1s;
    }

    .online-forum {
        float: left;
        margin: 0 1%;
        width: 48%;
        height: 120px;
        background-size: cover;
    }

    .online-forum a {
        height: 120px;
        padding-top: 21px;
        font-size: 26px;
    }

    .online-forum span {
        padding-top: 8px;
        margin-top: 10px;
    }

    .part {
        clear: both;
        width: 30%;
        margin: 0 auto 0 auto;
        overflow: hidden;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .part a div {
        padding: 6px 0;
        padding-right: 30px;
        font-size: 15px;
    }

    .part a span {
        width: 65px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        background-size: 40px;
        top: 6px;
    }

    .regist_form dl.surname-use dd span {
        position: absolute;
        left: 47%;
        top: 13px;
    }

    .regist_form dl.surname-use dd input {
        width: 32%
    }

    .regist_form dl.surname-use dd input:last-of-type {
        margin-left: 19%
    }

    .regist_form dd textarea {
        width: 92%;
    }

}



.regist-box {
    width: 680px;
    margin: 50px auto 15px auto;
    background-color: #ffffff;
    border: 1px solid #ddd;
}

.regist-box.login .title {
    display: none;
}

.regist-box.regist {
    background: url(../images/bg_icon_regist.png) no-repeat center 42px;
}

.regist-box p {
    padding: 50px 0 45px 0;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

.regist-box p span {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.form-login div {
    padding-bottom: 15px;
    padding-left: 100px;
}

.form-login input {
    padding-left: 8px;
    border: 1px solid #77a9f1;
    font-size: 17px;
    line-height: 40px;
    height: 40px;
    width: 64%;
    box-sizing: border-box;
}

.form-login textarea {
    width: 64%;
    padding: 8px;
    font-size: 17px;
    border: 1px solid #77a9f1;
    box-sizing: border-box;
}

.form-login label {
    display: inline-block;
    width: 90px;
}

.form-login button {
    display: block;
    width: 200px;
    height: 56px;
    line-height: 56x;
    margin: 22px auto 56px auto;
    background-color: #ff4242;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}






@media (max-width:414px) {

    #wrap {
        width: 100%
    }

    footer {
        margin: 0;
        padding: 20px 0;
        font-size: 12px;
    }


    .menu a {
        font-size: 12px;
    }

    .menu a:nth-child(3) {
        padding-left: 8%
    }
    
    .replay {margin-top: 15px; margin-bottom: 5px}
    .replay div {float: none; margin-bottom: 10px; width: 100%}
    .replay div img {width: 100%}
    .replay div:first-child {margin-right: 0;}

    .video_wrap {
        width: 100%;
    }

    .video-wrap .video-area {
        margin: 0 auto;
        height: 211px;
    }

    .video-wrap .video-area {
        width: 100%;
        height: 211px;
    }

    .aside-area {
        margin: 20px auto 0 auto;
        width: 90%;
        height: 350px;
        float: none
    }

    .apply a {
        width: 100%;
        height: 120px;
        padding: 27px 0 0 35px;
        background-position: 37px 67px, 0, 0;
        background-size: 32px, cover;
        font-size: 25px;
    }

    .apply a:hover {
        background-position: 50px 67px, 0, 0;
        transition: 0.1s;
    }


    .online-forum {
        width: 100%;
        height: 120px;
        margin-top: 10px;
        background-size: cover;
    }

    .online-forum a {
        height: 120px;
        padding-top: 21px;
        font-size: 26px;
        box-sizing: border-box;
    }

    .part {
        width: 64%;
        margin: 10px auto 0 auto;
    }

    .part a div {
        font-size: 18px;
        padding-right: 20px;
    }

    .part a span {
        width: 65px;
        height: 46px;
        line-height: 46px;
        font-size: 15px;
        background-size: 46px;
        top: 6px;
        right: 0;
    }

    .desc {
        margin-top: 20px;
    }
    
    .day-cont .day dl dt {
        width: 40%;
        margin: 10px 0;
        padding-left:0;
        font-size: 13px;
    }

    .day-cont .day dl dt span.time {
        margin-right: 8px;
        letter-spacing: -0.05rem;
        font-size: 12px;
    }

    .day-cont .day dl dt span.name {
        width: 3rem;
    }
    
    .day-cont .day dl dt .point-s.name {padding: 0}
    
    .day-cont .day dl dd {
        width: 60%;
        margin: 10px 0;
        padding-left: 0;
        padding-bottom: 8px;
        font-size: 13px;
        letter-spacing: -0.03rem;
    }
    
    .session-area {padding-top: 20px}


    .regist_form_wrap form {
        background-color: #fff;
    }

    .regist_form {
        padding-top: 0;
        margin-top: -10px;
    }

    .regist_form dl.surname-use dt span {
        margin: 0 3px;
    }

    .regist_form dl.surname-use dd input {
        width: 35%
    }

    .regist_form dl.surname-use dd input:last-of-type {
        margin-left: 9%
    }

    .regist_form dl.surname-use dd span {
        display: none;
    }

    .regist_form dd textarea {
        width: 95%;
    }

    .person_info p:first-of-type {
        padding: 15px 10px;
        font-size: 12px;
    }
    
    .point-s {padding: 3px 6px; border-radius: 4px; font-size: 12px; margin-right: 6px; }
    
    .regist-box {
    width: 96%;
    margin: 50px auto 15px auto;
    }
    
    
    .regist-box p {font-size: 13px;letter-spacing: -0.5px}
    .form-login div {padding-left: 40px}



}

@media (max-width:320px) {

    .menu a {

        font-size: 11px;

    }

    .regist_form dt {
        width: 24%
    }

    .regist_form dl.surname-use dd input:last-of-type {
        margin-left: 6%;
    }

}





