/* 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 */
.choi{
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
}
.choi #phone{
    margin-left: 12px;
}
.choi span{
    margin-left: 10px;
    color: red;
    font-weight: 500;
}
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(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 64px;
    z-index: 99;
    border-bottom: 1px solid #173a79;
    
}
nav .nav-wrap{
    margin: auto;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
nav div a{
    display: block;
    height: 40px;
}
nav div a img{
    height: 100%;
}
h3{
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
}
/* agenda */
.agenda-wrap{
    width: 100%;
    margin: 100px 0;
}
.agenda-wrap .table{
    width: 100%;
    border: 1px solid #eee;
}
.agenda-wrap .table li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.agenda-wrap .table li.sort{
    background: linear-gradient(to right ,#9dc752,#173a79, #173a79) ;
    height: 48px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.agenda-wrap .table li.ss{
    background-color: #9cc7521b;
}
.agenda-wrap .table li.sort .time{
    width: 25%;
}
.agenda-wrap .table li.sort .session{
    width: 50%;
}
.agenda-wrap .table li.sort .speaker{
    width: 25%;
}
.agenda-wrap .table li.cont{
    padding: 20px 0;
    border-bottom: 2px solid #ddd;
}
.agenda-wrap .table li.cont .time{
    width: 25%;
    color: #555;
}
.agenda-wrap .table li.cont .session{
    width: 50%;
}
.agenda-wrap .table li.cont .session span{
    display: block;
    margin-bottom: 4px;
    font-weight: 800;
    color: #173a79;
}
.agenda-wrap .table li.cont .speaker{
    width: 25%;
    font-size: 15px;
}
.agenda-wrap .table li.cont .speaker span{
    display: block;
    font-size: 14px;
    color: #173a79;
    font-weight: 500;
}
/* speaker */
.speaker-wrap{
    width: 100%;
    margin-bottom: 100px;
}
.speaker{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 20px;
}
.speaker li{
    width: 18%;
}
.speaker li .img{
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
}
.speaker li .img img{
    width: 100%;
    object-fit: cover;
}
.speaker li .name{
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
}
.speaker li .name span{
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: #173a79;
    font-weight: 500;
}
/* event */
.event-wrap{
    width: 100%;
    margin-bottom: 120px;
}
.event-wrap .event-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.event-wrap .event-box div{
    padding: 32px;
    width: 48%;
}
.event-wrap .event-box div.survey{
    background: linear-gradient(to bottom, #000,#000,#1b2c1c ,#304e32);
    border-radius: 0 30px 0 30px;
    border: 2px solid #9dc752;
}
.event-wrap .event-box div.lucky{
    background: linear-gradient(to bottom, #000,#000, #0e4a63);
    border-radius: 0 30px 0 30px;
    border: 2px solid #68b3ff;
}
.event-wrap .event-box div h4{
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
}
.event-wrap .event-box div.survey h4{
    color: #9dc752;
}
.event-wrap .event-box div.lucky h4{
    color: #68b3ff;
}
.event-wrap .event-box div p{
    width: 80%;
    margin: auto;
    text-align: center;
    color: #fff;
    word-break: keep-all;
}
.event-wrap .event-box div.survey p span{
    color: #8bc329;
}
.event-wrap .event-box div.lucky p span{
    color: #68b3ff;
}
.event-wrap .event-box div.lucky p em{
    color: #ddd;
    text-align: center;
    padding: 0;
    display: block;
    font-style: normal;
}
.event-wrap .event-box .imges{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.event-wrap .event-box div.lucky .imges{
    padding-top: 40px;
}
.event-wrap .event-box .imges .img0{
    width: 30%;
    padding: 0;
}
.event-wrap .event-box .imges .img0 p{
    word-break: keep-all;
}
.event-wrap .event-box .imges .img0 img{
    width: 100%;
}

.event-wrap .event-box .imges .tee-shirt{
    width: 80%;
}
.event-wrap .center-text{
    color: #333;
    text-align: center;
}




.header_all{width: 100%; background-image:url(../images/reg_top_bg.jpg); background-position: right; background-size: cover; height: 600px;}
.header_wrap{width: 1200px;  height: auto; margin: 0 auto; padding: 0px; display: block;}
.header_wrap img{object-fit: cover; margin-top: 120px;}

.agenda-wrap{}



/* 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:#9dc752; font-weight: 500; text-align: center; display: block; margin: 10px 0px;}
.join_subtitle{width: 100%; color: #9dc752; font-size: 22px; display: block; padding-bottom: 20px;}
.join_text_01{width: 100%; font-size: 15px; text-align: right; color: #9dc752; 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: #9dc752;}
.join_form_desc{display: block; font-size: 13px; color: #666; margin-bottom: 8px;}
.join_radio_wrap{display: flex; align-items: center; gap: 24px; margin-top: 8px;}
.join_radio_label{display: inline-flex; align-items: center; gap: 6px; cursor: pointer; font-size: 15px;}
.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: #9dc752; 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: #9dc752; 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: #9dc752; 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 #9dc752;
    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: #9dc752;
    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: #9dc752; font-size: 22px; margin: 40px auto 0px; text-align: center; border-radius: 35px; cursor: pointer;}
.join_btn:hover{background-color: #9dc752; 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 #9dc752; padding:10px 15px; margin-bottom: 15px;}
.title_box_text {font-size: 20px; color:#9dc752; float:left;}

.term_txt{padding: 10px 0px 40px;}
.agree_all_toggle{display:flex; align-items:center; gap:8px; margin-bottom:12px; font-size:14px; color:#9dc752;}
.agree_all_toggle label{cursor:pointer;}
.agree_all_toggle .checkbox{cursor:pointer; width:18px; height:18px;}
.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;}
.term2_text .inform_table{width: 33.33%;}
.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;
}    
.header_all{width: 100%; padding: 0px 0px;}
.header_wrap{ width: 100%; height: auto; margin: 0 auto; padding: 0px 15px; display: block;}
.header_wrap img{
    margin-left: 20px;
    width: 700px;
}

nav .nav-wrap{
    width: 100%;
    padding: 0 15px;
}

.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:#9dc752; font-weight: 500; text-align: center; display: block; margin: 10px 0px;}
.join_subtitle{width: 100%; color: #9dc752; font-size: 22px; display: block; padding-bottom: 20px;}
.join_text_01{width: 100%; font-size: 15px; text-align: right; color: #9dc752; 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: #9dc752;}
.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: #9dc752; 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: #9dc752; 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: #9dc752; 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: #9dc752; font-size: 22px; margin: 40px auto 0; text-align: center; border-radius: 35px; cursor: pointer;}
.join_btn:hover{background-color: #9dc752; 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 div a{
    height: 30px;
}

.header_all{width: 100%; padding: 0px 0px; height: 100%;}
.header_wrap{width: 100%;  height: auto; margin: 0 auto; padding: 0px 15px; display: block;}
.header_wrap img{width: 100%; margin-top: 64px; margin-left: 0; padding: 20px 0; height: 100%;}
    
h3{
    font-size: 32px;
}
.speaker li{
    width: 25%;
}
.event-wrap .event-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.event-wrap .event-box div{
    width: 90%;
    margin-bottom: 20px;
}
.event-wrap .event-box .imges .tee-shirt{
    width: 70%;
}

.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:#9dc752; font-weight: 500; text-align: center; display: block; margin: 10px 0px;}
.join_subtitle{width: 100%; color: #9dc752; font-size: 22px; display: block; padding-bottom: 15px;}
.join_text_01{width: 100%; font-size: 15px; text-align: right; color: #9dc752; 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: #9dc752;}
.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: #9dc752; 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: #9dc752; 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: #9dc752; 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: #9dc752; font-size: 22px; margin: 40px auto 0; text-align: center; border-radius: 35px; cursor: pointer;}
.join_btn:hover{background-color: #9dc752; 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;}
.term2_text .inform_table{width: 100%;}
.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 #9dc752; padding:10px 15px; margin-bottom: 15px;}
.title_box_text {font-size: 18px; color:#9dc752; padding-top:2px; float:left; cursor: pointer;}

}
@media(max-width:640px){
    nav{padding: 0; height: 48px;}
    nav a{top:2px;}
    nav a img{height: 24px;}
    .header_wrap img{
        margin-top: 40px;
        width: 100%;
    }


}
@media(max-width:480px){
    h3{margin-bottom: 28px;}

    .header_wrap{
        width: 100%;
    }
    .agenda-wrap{
        margin: 64px 0;
    }
    .agenda-wrap .table li.sort .time{
        width: 60px;
        font-size: 14px;
    }
    .agenda-wrap .table li.sort .session{
        width: calc( 100% - 60px - 20%);
        font-size: 14px;
    }
    .agenda-wrap .table li.sort .speaker{
        font-size: 14px;
        width: 20%;
    }
    .agenda-wrap .table li.cont .time{
        width: 60px;
        font-size: 13px;
        text-align: left;
        padding: 0 4px;

    }
    .agenda-wrap .table li.cont .session{
        width: calc( 100% - 60px - 20%);
        padding: 0 8px;
        font-size: 15px;
    }
    .agenda-wrap .table li.cont .speaker{
        width: 20%;
        font-size: 14px;
    }
    .agenda-wrap .table li.cont .speaker span{
        font-size: 12px;
    }
    .event-wrap{
        margin-bottom: 80px;
    }
    .event-wrap .event-box{
        margin-bottom: 0;
    }
    .event-wrap .event-box div{
        width: 100%;
    }
    .event-wrap .event-box div p{
        font-size: 15px;
    }
    .event-wrap .event-box .imges .img0 p{
        font-size: 13px;
    }
    .event-wrap .event-box .imges .tee-shirt{
        width: 80%;
    }
    .event-wrap .event-box div.lucky .imges{
        padding-top: 20px;
    }
    .event-wrap .center-text{
        font-size: 14px;
    }
    .speaker{
        gap: 12px;
    }
    .speaker li{
        width: 30%;
    }
    .speaker li .name span{
        font-size: 11px;
        line-height: 14px;
    }
}