/* CSS Document */
*{margin: 0; padding:0; box-sizing:border-box;}
li {list-style:none;}
a {text-decoration:none; cursor:pointer;}
html {font-size:16px;}
body{font-family: 'Noto Sans KR', sans-serif; border: 0; padding: 0px;}


/* Page */
div.com{
    width: 60%;
    height: 60px;
    line-height: 60px;
    border-radius: 8px;
    border: 2px solid #ff714d;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    margin-top: 60px;
}

nav{
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 64px;
    padding: 0 0;
    border-bottom: 1px solid #eee;
    z-index: 99;
}
nav .nav-wrap{
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 1200px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
nav a{
    position: relative;
}
nav h1 a{
    display: block;
    height: 40px;
}
nav h1 a img{
    height: 100%;
}
nav h3 a{
    display: block;
    height: 28px;
}
nav h3 a img{
    height: 100%;
}
/* deadline */
.deadline{
    width: 100%;
    border-radius: 2px;
    border: 2px solid #0066ff;
    text-align: center;
    padding: 20px;
}
.deadline .title{
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #0066ff;
}
.deadline .cont{
    font-size: 18px;
    margin-bottom: 12px;
}
.deadline .cont span{

    font-weight: 600;
}
/* event-title */
.event-title{
    width: 100%;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 40px;
}
.event-title .city{
    color: #0b64dd;
    font-size: 100px;
    font-weight: 600;
    margin-bottom: 4px;
}
.event-title .sub{
    font-size: 30px;
    font-weight: 600;
}
/* greeting */
.greeting{
    display: flex;
    gap: 40px;
    margin: 40px 0;
}
/* cont1 */
.greeting .cont1{
    width: 50%;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    padding: 20px;
}
.greeting .cont1 span{
    font-weight: 700;
}
.cont1 .cont11{
    margin-top: 32px;
}
.cont1 .cont11 h3{
    display: inline-block;
    padding: 1px 8px 3px;
    margin-bottom: 12px;
    font-size: 16px;
    background-color: #ff714d;
}
.cont11 ul li{
    padding-left: 10px;
    position: relative;
    margin-bottom: 4px;
}
.cont11 ul li::after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #0b64dd;
    border-radius: 3px;
    position: absolute;
    left: -1px;
    top: 12px;
}
.cont11 ul li span{
    font-weight: 500;
}
.cont1-bg{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150%;
}
.cont1-bg img{
    width: 100%;
    opacity: 0.2;
}
.cont-eventimg{
    width: 50%;
    font-size: 0;
}
.greeting .cont-eventimg img{
    overflow: hidden;
    border-radius: 20px;
    border: 4px solid #0b64dd;
    width: 100%;
    object-fit: cover;
}


/* cont2 */
.cont2{
    margin: 120px 0;
}
.cont2 h3{
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 40px;
}
.cont2 h3 span{
    color: #0b64dd;
}
.cont2 .box ul{
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.cont2 .box ul li{
    width: 33%;
    background-image: repeating-linear-gradient(135deg, #692e1d, #692e1d 2px, #391f18 2px, #391f18 30px);
    position: relative;
    padding: 40px 20px;
    border-radius: 20px;
    overflow: hidden;
    
}
.cont2 .box ul li::before{
    content: "";
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-135deg, rgba(20, 20, 20, 0), #141414 50%, #141414 100% );
    z-index: 0;
}
.cont2 .box ul li p{
    position: relative;
    color: #ff714d;
    font-size: 18px;
    z-index: 4;
}
.cont2 .box ul li p span{
    color: #fff;
}


/* agenda */
h2{
    color: #111;
    font-size: 48px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
}
h2 img{
    width: 140px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
} 
h2.rg{
    margin-bottom: 20px;
}
.agenda{
    margin: 80px 0;

}
.agenda div{
    text-align: center;
}
/* agenda-am */
.agenda-am{
    width: 100%;
}
.agenda-am li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.agenda-am li.sort{
    background-color: #101c3f;
    font-size: 20px;
    font-weight: 600;
}

.agenda-am li.cont{
    border-bottom: 1px solid #ddd;
}
.agenda-am li div{
    margin: 0;
    text-align: left;
}
.agenda-am li div.time{
    width: 15%;
    height: 100%;
    text-align: center;
    color: #fff;
}
.agenda-am li.cont .time{
    color: #666;
}
.agenda-am li.sort div.session{
    color: #fff;
    text-align: left;
}
.agenda-am li div.session{
    width: 85%;
    text-align: center;
    padding: 16px 4px;
    text-align: left;
}
.agenda-am li div.session span{
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px;
    text-align: left;
}
.agenda-am li div.session .sub{
    color: #333;
    text-align: left;
    margin-left: 9px;
}
.agenda-am li div.session .sub div{
    position: relative;
    display: inline-block;
}
.agenda-am li div.session .sub div::before{
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #0066ff;
    position: absolute;
    left: -8px;
    top: 12px;
}
.agenda-am li div.session .speaker{
    margin-top: 8px;
    font-size: 15px;
    color: #0b64dd;
    font-weight: 500;
    text-align: left;
}
.agenda-am li div.session .speaker span{
    color: #555;
    display: block;
}

/* agnenda-pm */
.agenda-pm{
    width: 100%;
}
.agenda-pm li{
    display: flex;
    align-items: center;
    flex-wrap: wrap;   
    border-bottom: 1px solid #ddd;
    height: 160px;
    overflow-y: hidden;
}

.agenda-pm li.sort{
    font-size: 18px;
    font-weight: 600;
    height: 60px;
}
.agenda-pm li.sort div{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.agenda-pm li div.time{
    width: 20%;
}

.agenda-pm li div.track1{
    width: calc(80% / 3);
    background-color: #FFCB06;
}
.agenda-pm li div.track2{
    width: calc(80% / 3);
    background-color: #00c0e8;
}
.agenda-pm li div.track3{
    width: calc(80% / 3);    
    background-color: #00cc66;
}
.agenda-pm li.cont div.time{
    color: #666;
}
.agenda-pm li.cont div.track1{
    width: calc(80% / 3);
    /* background-color: #ffc90623; */
}
.agenda-pm li.cont div.track2{
    width: calc(80% / 3);
    /* background-color: #00c1e814; */
}
.agenda-pm li.cont div.track3{
    width: calc(80% / 3);    
    /* background-color: #00cc6619; */
}
.agenda-pm li.cont div{
    background-color: #fff;
}
.agenda-pm li.cont div .mbtime{
    display: none;
}
.agenda-pm li.cont div .speaker{
    font-size: 15px;
    color: #FF724D;
    font-weight: 500;
    margin-top: 2px;
}
.agenda-pm li.cont div .speaker span{
    color: #444;
    display: block;
}
.agenda-pm li.bk{
    height: auto;
}
.agenda-pm li.cont div.bk{
    width: 80%;
    text-align: center;
    padding: 16px 0;
}


/* speaker */
.Speaker{
    margin-bottom: 160px;
}
.Speaker .com{
    margin-top: 60px;
    text-align: center;
}
.Speaker ul{
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 900px;
    margin: 0 auto;
}
.Speaker ul li{
    width: 240px;
    height: 280px;
    position: relative;
}
.Speaker ul li.cs{
    margin: 0 20px;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    text-align: center;
    line-height: 200px;
    border: 1px solid #0b64dd;
}
.Speaker ul li .imgwrap{
    width: 200px;
    height: 200px;
    border-radius: 100px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    aspect-ratio: 1;
}
.Speaker ul li .imgwrap img{
    width: 100%;
    object-fit: cover;
}
.Speaker ul li .name{
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    position: relative;
    top: 204px;
}
.Speaker ul li .name span{
    color: #FF724D ;
    display: block;
    text-align: center;
    font-size: 15px;
}

/* sponsor */
.sponsor{
    margin-bottom: 160px;
}
.partner{
    width: 100%;
}
.partner .spon{
    text-align: center;
    color: #0b64dd;
    font-size: 24px;
    font-weight: 600;
    display: block;
    width: 280px;
    margin: 40px auto 20px;
    padding: 4px;
    border-radius: 8px;


}
.partner ul{
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.partner ul li{
    width: 280px;
    height: 80px;
    border-radius: 10px;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner ul li img{
    width: 200px;
}
/* youtube */
.vid{
    margin-bottom: 160px;
}
/* location */
.location{
    margin-bottom: 160px;
}
.location .location-wrap{
    text-align: center;
}
.location-wrap .icon{
    margin: 10px 0 6px;
}
.location .icon img{
    width: 40px;
}
.location .btn{
    display: flex;
    justify-content: center;
}
.location .btn a{
    display: block;
    text-align: center;
    width: 150px;
    height: 48px;
    line-height: 40px;
    border-radius: 24px;
    border: 4px solid #0b64dd;
    color: #0b64dd;
    font-size: 20px;
    font-weight: 600;
}



.header_all{width: 100%; background-image:url(../images/reg_top_bg.jpg); background-position: center; background-size: cover; height: 500px;}
.header_wrap{width: 1200px;  height: auto; margin: 0 auto; padding: 0px; display: block; text-align: center;}
.header_wrap img{object-fit: cover; margin-top: 70px; }




/* hr */
.hr_01 {border: 1px solid #cccccc; margin:20px 0px; border-bottom:none;}
.hr_02 {border: 1px solid #d2dbe4; margin: 30px 0px;}
.hr_03 {border: 1px solid #f0f0f0; margin: 30px 0px;}
.hr_04 {border: 1px solid #eeeeee; margin: 50px 0px 35px;}


.body_all{width: 100%; height: auto; display: block;}
.body_wrap_join{width: 100%; height: auto; background-color: #fff;}


.join_wrap{width: 1200px; margin: 0 auto; height: auto; padding: 40px 0px; background-color: #fff; border-radius: 10px; display: block;}
.join_title{width: 100%; font-size: 32px; font-weight: 500; text-align: center; display: block;}
.join_title_bottom{width: 100%; font-size: 20px; color:#0b64dd; font-weight: 500; text-align: center; display: block; margin: 10px 0px;}
.join_subtitle{width: 100%; color: #0b64dd; font-size: 22px; display: block; padding-bottom: 20px;}
.join_text_01{width: 100%; font-size: 15px; text-align: right; color: #0b64dd; display: block; padding: 30px 0px 0px; margin-bottom: -30px;}
.join_input_wrap{width:100%; height: auto; display: inline-block; padding: 10px 0px;}
.join_input_box_01{width: 49%; float: left; display: block;}
.join_input_box_02{width: 49%; float: right; display: block;}
.join_form_title{width: 100%; font-size: 16px; color: #000000; display: block; padding-bottom: 10px;}
.join_form_important{color: #0b64dd;}
.join_form_01{width: 100%; height: 50px; background-color: #fff; border: 2px solid #e5e5e5; padding: 0px 10px; border-radius: 5px; display: flex; align-items: center;}
.join_form_01:focus {color: #0b64dd; background-color: #fff; border-color: #80a4e1; outline:0; transition: 0.5s;}
.join_form_02{width: 26%; height: 50px; background-color: #fff; border: 2px solid #e5e5e5; padding: 0px 10px; border-radius: 5px; display: flex; align-items: center; float: left;}
.join_form_02:focus {color: #0b64dd; background-color: #fff; border-color: #80a4e1; outline:0; transition: 0.5s;}
.phone_blank{width:4%; text-align: center; float: left; padding: 12px 0px;}
.join_form_03{width: 33%; height: 50px; background-color: #fff; border: 2px solid #e5e5e5; padding: 0px 10px; border-radius: 5px; display: flex; align-items: center; float: left;}
.join_form_03:focus {color: #0b64dd; background-color: #fff; border-color: #80a4e1; outline:0; transition: 0.5s;}
.join_agree_wrap{background-color: #f0f0f0; border-radius: 5px; padding: 25px; font-size: 14px; color: #535353;}

.join_agree_check{float:right; height:30px;}
.join_agree_check input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    outline: none !important;
    border: 2px solid #0b64dd;
    border-radius: 15px;
    background: #fbfbfb;
}

.join_agree_check input[type="checkbox"]::before {
    content: "\2713";
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: scale(0) translate(-50%, -50%);
    line-height: 1;
}

.join_agree_check input[type="checkbox"]:hover {
    border-color: rgba(170, 170, 170, 0.5);
}

.join_agree_check input[type="checkbox"]:checked {
    background-color: #0b64dd;
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}

.join_agree_check input[type="checkbox"]:checked::before {
    border-radius: 2px;
    transform: scale(1) translate(-50%, -50%)
}



.join_btn{width: 200px; height: 60px; display: grid; align-items: center; color: #fff; background-color: #0b64dd; font-size: 22px; margin: 40px auto 0px; text-align: center; border-radius: 35px; cursor: pointer;}
.join_btn:hover{background-color: #0b64dd; transition: 0.5s;}




.question {padding-bottom:10px; font-weight: 500;}
.answer {padding-bottom:20px; line-height: 30px; padding-left:20px;}
.answer .answer1 {margin-left:0px !important;}



.title_box_wrap {overflow:hidden; cursor: pointer;}
.title_box {border:1px solid #0b64dd; padding:10px 15px; margin-bottom: 15px;}
.title_box_text {font-size: 20px; color:#0b64dd; float:left;}

.term_txt{padding: 10px 0px 40px;}
.form_txt{font-size:14px; padding-bottom: 15px;}

.inform_wrap{width:100%; height:auto; display: inline-block; background-color: #fff; border: 1px solid #888;}
.inform_table{width: 25%; height: auto;  border-radius: 5px; float: left;}
.inform_top{width: 100%; height: auto; background-color: #888; color: #fff; padding: 10px; text-align: center;}
.inform_bottom{width: 100%; background-color: #fff; padding:10px; font-size: 14px; text-align: center; height: 120px; overflow-y: scroll; resize: none;}
.inform_bottom::-webkit-scrollbar{width: 6px;}
.inform_bottom::-webkit-scrollbar-thumb{background-color: #d6d6d6; border-radius: 10px; border: 10px solid #d6d6d6;}
.inform_bottom::-webkit-scrollbar-track{ background-color:none; border-radius: 10px; box-shadow: inset 0px 0px 5px #f4f4f4;}

.terms {padding: 20px; background-color:#f2f2f2; margin-top:15px; margin-bottom: 30px; display: none;}
.term_answer_wrap{margin-left: 20px; float: right;}
.radio_agree{margin-right:10px;}
.form-group2{font-weight: 500; display: inline-block;}

.view {display: block;}



.footer_all{width: 100%; height: auto; display: block; background-color: #1b1b1b;}
.footer_wrap{width: 1200px; height: auto; margin: 0 auto; display: flex; align-items: center; padding: 25px 0px;}
.footer_box_01{width: 80%; height: auto; float:left; color: #a7a7a7; font-size: 13px;}
.footer_box_02{width: 20%; height: auto; float:right; display: inline-block; text-align: right; font-size: 13px;}
.footer_menu{margin-left: 50px; text-decoration: none; color: #a7a7a7;}




@media(max-width:1199px) {
nav{
    padding: 0 15px;
}    
nav .nav-wrap{
    position: absolute;
    transform: translateX(0);
    left: 0;
    width: 100%;
    height: 64px;
    padding: 0 15px;
    
}
.header_all{width: 100%; padding: 0px 0px;}
.header_wrap{width: 100%;  height: auto; margin: 0 auto; padding: 0px 15px; display: block;}

.partner ul{
    gap: 20px;
}

.hr_02{border: 1px solid #d2dbe4; margin: 30px 0px;}
.hr_03{border: 1px solid #f0f0f0; margin: 30px 0px;}
.hr_04{border: 1px solid #eeeeee; margin: 50px 0px 35px;}


.body_all{width: 100%; height: auto; display: block;}
/* .body_wrap_main{width: 100%; height: calc(100vh - 69px); margin: 0 auto; background-image: url(http://jtmgtest.cafe24.com/temp/images/main_bg_00.jpg); background-position: left; background-repeat: no-repeat; background-size: cover; margin-top: -100px;} */
.body_wrap_login{width: 100%; height: calc(100vh - 169px); margin: 0 auto; background: linear-gradient(to right, #0a7dff, #0066ff);}
.body_wrap_join{width: 100%; height: auto; background-color: #fff;}
.body_wrap_dashboard{width: 100%; height: auto; background-color: #fff;}
.body_wrap_notice{width: 100%; height: auto; background-color: #fff;}
.body_wrap_faq{width: 100%; height: auto; background-color: #fff;}


.join_wrap{width: 100%; margin: 0 auto; height: auto; padding: 80px 15px; background-color: #fff; border-radius: 10px; display: block;}
.join_title{width: 100%; font-size: 32px; font-weight: 500; text-align: center; display: block;}
.join_title_bottom{width: 100%; font-size: 20px; color:#0b64dd; font-weight: 500; text-align: center; display: block; margin: 10px 0px;}
.join_subtitle{width: 100%; color: #0b64dd; font-size: 22px; display: block; padding-bottom: 20px;}
.join_text_01{width: 100%; font-size: 15px; text-align: right; color: #0b64dd; display: block; padding: 30px 0px 0px; margin-bottom: -30px;}
.join_input_wrap{width:100%; height: auto; display: inline-block; padding: 10px 0px;}
.join_input_box_01{width: 49%; float: left; display: block;}
.join_input_box_02{width: 49%; float: right; display: block;}
.join_form_title{width: 100%; font-size: 18px; color: #000000; display: block; padding-bottom: 10px;}
.join_form_important{color: #0b64dd;}
.join_form_01{width: 100%; height: 50px; background-color: #fff; border: 2px solid #e5e5e5; padding: 0px 10px; border-radius: 5px; display: flex; align-items: center;}
.join_form_01:focus {color: #0b64dd; background-color: #fff; border-color: #80a4e1; outline:0; transition: 0.5s;}
.join_form_02{width: 26%; height: 50px; background-color: #fff; border: 2px solid #e5e5e5; padding: 0px 10px; border-radius: 5px; display: flex; align-items: center; float: left;}
.join_form_02:focus {color: #0b64dd; background-color: #fff; border-color: #80a4e1; outline:0; transition: 0.5s;}
.phone_blank{width:4%; text-align: center; float: left; padding: 12px 0px;}
.join_form_03{width: 33%; height: 50px; background-color: #fff; border: 2px solid #e5e5e5; padding: 0px 10px; border-radius: 5px; display: flex; align-items: center; float: left;}
.join_form_03:focus {color: #0b64dd; background-color: #fff; border-color: #80a4e1; outline:0; transition: 0.5s;}
.join_agree_wrap{background-color: #f0f0f0; border-radius: 5px; padding: 25px; font-size: 14px; color: #535353;}
.join_agree_check{float:right;}
.join_btn{width: 200px; height: 60px; display: grid; align-items: center; color: #fff; background-color: #0b64dd; font-size: 22px; margin: 40px auto 0; text-align: center; border-radius: 35px; cursor: pointer;}
.join_btn:hover{background-color: #0b64dd; transition: 0.5s;}


.footer_all{width: 100%; height: auto; display: block; background-color: #1b1b1b;}
.footer_wrap{width: 100%; height: auto; margin: 0 auto; display: flex; align-items: center; padding: 25px 0px;}
.footer_box_01{width: 80%; height: auto; float:left; color: #a7a7a7; font-size: 13px;}
.footer_box_02{width: 20%; height: auto; float:right; display: inline-block; text-align: right; font-size: 13px;}
.footer_menu{margin-left: 50px; text-decoration: none; color: #a7a7a7;}


} 


/* Mobile */
@media(max-width:850px) {
nav{
    height: 60px;
}
nav .nav-wrap{
    height: 60px;
}

nav h1 a{
    display: block;
    height: 36px;
}
nav h3 a{
    display: block;
    height: 24px;
}

.header_all{width: 100%; padding: 0px 0px; height: auto;}
.header_wrap{width: 100%;  height: auto; margin: 0 auto; padding: 0px 15px; display: block;}
.header_wrap img{width: 100%;}
    
/* event-title */
.event-title .city{
    font-size: 60px;
}
.event-title .sub{
    font-size: 24px;
}
/* greeting */
.greeting{
    display: block;
}
.greeting .cont1{
    width: 100%;
}
.cont-eventimg{
    width: 100%;
    margin-top: 40px;
}
.cont2 h3{
    font-size: 32px;
}
.cont2 .box ul{
    display: block;
}
.cont2 .box ul li{
    width: 100%;
    margin-bottom: 12px;
}


/* agenda */
h2{
    font-size: 34px;
}
.agenda-pm li.sort .time{
    display: none;
}
.agenda-pm .time{
    display: none;
}
.agenda-pm li div.track1{
    width: calc(100% / 3);
}
.agenda-pm li div.track2{
    width: calc(100% / 3);
}
.agenda-pm li div.track3{
    width: calc(100% / 3);    
}
.agenda-pm li.cont div.track1{
    width: calc(100% / 3);
}
.agenda-pm li.cont div.track2{
    width: calc(100% / 3);
}
.agenda-pm li.cont div.track3{
    width: calc(100% / 3);    
}
.agenda-pm li.cont div .mbtime{
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #888;
}
.agenda-pm li.cont div.bk{
    width: 80%;
}
.agenda-pm li.bk .time{
    display: block;
}

/* speaker */
.Speaker ul{
    width: 100%;
}
.Speaker ul li{
    width: 160px;
}
.Speaker ul li.cs{
    width: 160px;
    height: 160px;
    margin: 0;
    line-height: 160px;
}
.Speaker ul li .imgwrap{
    width: 160px;
    height: 160px;
    border-radius: 80px;
}
.Speaker ul li .name{
    font-size: 16px;
    top: 168px;
}


/* sponsor */
.partner ul{
    gap: 16px;
}
.partner ul li{
    width: 46%;
    height: 72px;
}
.partner ul li img{
    width: 180px;
}

.join_wrap{width: 100%; margin: 0 auto; height: auto; padding: 10px 15px 40px 15px; background-color: #fff; border-radius: 10px; display: block;}
.join_title{width: 100%; font-size: 32px; font-weight: 500; text-align: center; display: block;}
.join_title_bottom{width: 100%; font-size: 20px; color:#0b64dd; font-weight: 500; text-align: center; display: block; margin: 10px 0px;}
.join_subtitle{width: 100%; color: #0b64dd; font-size: 22px; display: block; padding-bottom: 15px;}
.join_text_01{width: 100%; font-size: 15px; text-align: right; color: #0b64dd; display: block; padding: 30px 0px 0px; margin-bottom: -30px;}
.join_input_wrap{width:100%; height: auto; display: inline-block; padding: 10px 0px;}
.join_input_box_01{width: 100%; margin-bottom:20px; float: left; display: block;}
.join_input_box_02{width: 100%; float: right; display: block;}
.join_form_title{width: 100%; font-size: 18px; color: #000000; display: block; padding-bottom: 10px;}
.join_form_important{color: #0b64dd;}
.join_form_01{width: 100%; height: 50px; background-color: #fff; border: 2px solid #e5e5e5; padding: 0px 10px; border-radius: 5px; display: flex; align-items: center;}
.join_form_01:focus {color: #0b64dd; background-color: #fff; border-color: #80a4e1; outline:0; transition: 0.5s;}
.join_form_02{width: 26%; height: 50px; background-color: #fff; border: 2px solid #e5e5e5; padding: 0px 10px; border-radius: 5px; display: flex; align-items: center; float: left;}
.join_form_02:focus {color: #0b64dd; background-color: #fff; border-color: #80a4e1; outline:0; transition: 0.5s;}
.phone_blank{width:4%; text-align: center; float: left; padding: 12px 0px;}
.join_form_03{width: 33%; height: 50px; background-color: #fff; border: 2px solid #e5e5e5; padding: 0px 10px; border-radius: 5px; display: flex; align-items: center; float: left;}
.join_form_03:focus {color: #0b64dd; background-color: #fff; border-color: #80a4e1; outline:0; transition: 0.5s;}
.join_agree_wrap{background-color: #f0f0f0; border-radius: 5px; padding: 25px; font-size: 14px; color: #535353;}
.join_agree_check{float:right;}
.join_btn{width: 200px; height: 60px; display: grid; align-items: center; color: #fff; background-color: #0b64dd; font-size: 22px; margin: 40px auto 0; text-align: center; border-radius: 35px; cursor: pointer;}
.join_btn:hover{background-color: #0b64dd; transition: 0.5s;}

.footer_all{width: 100%; height: auto; display: block; background-color: #1b1b1b;}
.footer_wrap{width: 100%; height: auto; margin: 0 auto; display: flex; align-items: center; padding: 25px 0px;}
.footer_box_01{width: 80%; height: auto; float:left; color: #a7a7a7; font-size: 13px; padding:0px 15px;}
.footer_menu{margin-left: 50px; text-decoration: none; color: #a7a7a7;}


.inform_table{width: 100%; height: auto;  border-radius: 5px; float: left;}
.inform_bottom{width: 100%; background-color: #fff; padding:10px; font-size: 13px; text-align: center; height: auto;}

.term_answer_wrap{width:100%; margin-left: 20px; padding-top:10px; float: right; text-align: center;}

.title_box_wrap {overflow:hidden;}
.title_box {border:1px solid #0b64dd; padding:10px 15px; margin-bottom: 15px;}
.title_box_text {font-size: 18px; color:#0b64dd; padding-top:2px; float:left; cursor: pointer;}

}
@media(max-width:640px){
    nav{padding: 0; height: 48px;}
    nav .nav-wrap{
        height: 48px;
    }
    .header_wrap img{
        margin-top: 40px;
    }

    /* agenda-am */
    .agenda-am li.sort{
        font-size: 17px;
    }

    .agenda-am li.cont .time{  
        font-size: 14px;
    }
    /* agenda-pm */
    .agenda-pm li.sort div{
        font-size: 16px;
        line-height: 19px;
    }
    .agenda-pm li> div{
        padding: 4px;
    }
    .agenda-pm li.bk .time{
        font-size: 14px;
    }

}
@media(max-width:480px){

    .event-title{
        margin-top: 30px;
        padding-bottom: 0;
    }
    .event-title .city{
        font-size: 54px;
    }
    .event-title .sub{
        font-size: 16px;
    }
    .greeting{
        margin-bottom: 0;
    }
    .cont2{
        margin: 64px 0;
    }
    .cont2 h3{
        font-size: 24px;
        margin-bottom: 32px;
    }
    .deadline{
        margin-top: 40px;
    }
    .deadline .cont{
        font-size: 16px;
    }
    .agenda{
        margin: 40px 0;
    }
    .agenda-pm li.sort{
        height: 80px;
    }
    .agenda-am li div.session{
        padding-left: 12px;
    }
    .agenda-am li div.session span{
        text-align: left;
    }
    .agenda-am li div.session .sub{
        margin-left: 9px;
        font-size: 14px;
        text-align: left;
    }
    .agenda-am li div.session .sub div{
        text-align: left;
    }
    .agenda-am li div.session .speaker{
        text-align: left;
    }
    .Speaker ul{
        width: 100%;
        margin: 0;
        gap: 12px;
    }
    .Speaker ul li{
        width: 45%;
    }
    .Speaker ul li.cs{
        width: 150px;
        height: 150px;
        
    }
    .Speaker ul li .imgwrap{
        aspect-ratio: 1;
        width: 150px;
        height: 150px;
    }
    .Speaker ul li .imgwrap img{
        width: 110%;
        object-fit: cover;
        position: relative;
        left: -7px;
    }
    .partner ul{
        gap: 12px;
    }
    .partner ul li{
        width: 80%;
    }
    .partner ul li img{
        width: 140px;
    }
    .sponsor{
    margin-bottom: 100px;
    }
    .vid{
    margin-bottom: 100px;
    }
}