@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
body{font-family: 'Noto Sans KR', sans-serif;font-size:16px;color:#424242;}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0;}
ul,ol,li{list-style:none}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
fieldset,img{border:0}
hr{height:0;}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
address,caption,em,var{font-style:normal;font-weight:normal}
a{text-decoration:none;cursor:pointer;color:#424242;}
a[href^="tel"]{font-style:normal}
a:hover,a:active,a:focus{text-decoration:none;}
b,strong{font-weight:bold}
dfn{font-style:italic}
img{border:0;vertical-align:top}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
table{border-spacing:0;border-collapse:collapse}
td,th{padding:0;}
legend, caption{overflow:hidden;text-indent:-9999999px; height:0 !important; width:0 !important;line-height:0 !important;margin:0;padding:0;}
input{vertical-align:middle;margin:0;padding:0;}
input[type="text"],input[type="password"],input[type="email"]{-webkit-appearance:none;border-radius:0;}
input:checked[type="checkbox"]{-webkit-appearance:checkbox}
button,input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]{-webkit-appearance:button;border: none;cursor: pointer;}
button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}
button{overflow:visible;border:none;cursor:pointer;margin:0;padding:0;}
button,select{text-transform:none}
optgroup{font-weight:bold}
textarea{border:1px solid #bcbcbc;overflow:auto;-webkit-appearance:none}
input::-ms-clear{display:none;}
.fl_l {float:left !important;}
.fl_r {float:right !important;}
.cl_b{clear:both !important;} 
.fl_txt {text-align:left !important;}
.disN{display:none;}
.disN2{display:none !important;}
.disB{display:block;}
.txC{text-align:center;}
.W_Auto{width:auto;}
.rel{position:relative;}
.ovH{overflow: hidden;}

*{
    box-sizing: border-box;
    outline: none;
    letter-spacing: -1px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video{
    line-height: 100%;
    word-break: keep-all;
}
.disN{
	display:none;
}
.visiH{
	visibility:hidden;
}
.wd100{
    width: 100%;
}
.fl_column{
    flex-direction: column;
}

/* body{
	-ms-overflow-style: none; 
    scrollbar-width: none;
}
body::-webkit-scrollbar {
    display: none; 
} */


/*loader*/
body{
	overflow-x:hidden;
	position:relative;
}
.loading{
    width:100%;
    height:100%;
    position:fixed;
    left:0px;
    top:0px;
    background:#fff;
    z-index:1000; /* Ã¬ÂÂ´ ÃªÂ°â€™Ã¬Å“Â¼Ã«Â¡Å“ Ã«Â Ë†Ã¬ÂÂ´Ã¬â€“Â´Ã¬ÂËœ Ã¬Å“â€žÃ¬Â¹ËœÃ«Â¥Â¼ Ã¬Â¡Â°Ã¬Â â€¢Ã­â€¢Â©Ã«â€¹Ë†Ã«â€¹Â¤. */
	}
.loading img{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
@media(max-width:1080px){
.loader{width:calc(100% - 30px);}
}

/*start*/
body,html{
    width:100%;
    height:100%;
}
.main_wrapper{
    background-color: transparent;
    text-align: center;
    letter-spacing: -1px;
    height: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    width:100%;
    padding-bottom: 5%;
    max-width:850px;
    opacity: 0;
    animation: main_wrapper 2s forwards;
}
.main_wrapper-entry{
	max-width:850px;
}
.main_wrapper-result{
	/* max-width:1100px; */
}
@keyframes main_wrapper{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.main_wrapper img{
    width:100%;
}
.main_container{
    width: 100%;
    height: 100%;
    max-width: 1100px;
    position: relative;
    padding-bottom: 0;
}

.have_container{
    width:calc(100% - 30px);
    margin:0 auto;
}

.mobileMain{
    margin: 0 auto;
    background-color: transparent;
    text-align: center;
    letter-spacing: -1px;
    height: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.mobileMain{
	-ms-overflow-style: none;
    scrollbar-width: none;
}
.mobileMain::-webkit-scrollbar {
    display: none; 
}
.mobileMain img{
    width:100%;
}


.top_header{
    display: flex;
    align-items: center;
    padding: 5% 2.5%;
    border-bottom: 1px solid #dddfe5;
    margin-bottom:5%;
}
.top_header .logo{
    width: 50px;
    margin-right: 2.5%;
}
.top_header .btn_back{
    display: inline-block;
    max-width: 25px;
    position: absolute;
    left:2.5%;
}
.top_header .content{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    margin-left: 2.5%;
    margin: 0 auto
}
.top_header .name{
}
.top_header .name:nth-child(n+2){
	margin-top:2.5%;
}
.top_header .content .explain{
    color: #bcbcbc;
}

.section_subnotice  .explain{
    line-height: 125%;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    padding: 5%;
}
.section_subnotice  .explain.have_backcolor{
    background-color: #f8f8f8;
}
.section_subnotice .title .point{
	font-weight:700;
	color:#3f51b5;
	font-size: 150%;
	margin: 2.5% auto;
	line-height: 125%;
}
.section_subnotice .image.false{
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 5%;
}



.section_main .btn{
    margin:10% auto;
}

.section_list .title{
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5%;
}
.section_list .con_btn{
    margin-top:10%;
}

.section_subnotice{
    margin: 10% auto;
}
.section_subnotice .explain_small{
}

.layer_text{
    margin-bottom: 5%;
}
.layer_text:nth-last-child(1){
    margin-bottom: 0;
}

.layer_box_text{
    line-height: 150%;
    text-align: left;
    border: 1px solid #c2c2c2;
    width: calc(100% - 30px);
    padding: 2.5%;
    margin: 5% auto;
    max-height: 300px;
    overflow-y: scroll;
    color: #fff;
}
.layer_box_text strong{
    font-weight: 500;
}
.box_result{
    text-align: center;
    border: 1px solid #c2c2c2;
    width: calc(100% - 30px);
    padding: 15% 2.5%;
    color: #929292;
    margin: 5% auto;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f8f8f8;
}
.box_result .result{
    margin-bottom: 15%;
}
.box_result .top .con{
    line-height: 250%;
}
.box_result .accent{
}
.box_result .bottom{
    margin-top:5%;
}
.box_result .bottom .con{
    line-height: 150%;
}

.result_notice{

}
.result_notice .title{
    text-align: center;
    margin-bottom: 5%;
}
.result_notice .content .top{
    width: 75%;
    margin: 0 auto;
    text-align: left;
}
.result_notice .content .top .con{
    line-height: 150%;
}
.result_notice .content .bottom{
    margin-top: 5%;
    text-align: center;
}
.result_notice .content .bottom .con{
    line-height: 150%;
}

.input_checkbox {
	color: #7e7e7e;
	position: relative;
	font-weight: 300;
	letter-spacing: -1px;
}
.input_checkbox input {margin:0 3px 0 0;}
.input_checkbox label {cursor:pointer;padding-left: 31px;position: relative;transition: 0.75s all;}
.input_checkbox input[type="checkbox"]{
	display:none;
}
.input_checkbox input[type="checkbox"] + label:before {
	content:"";
	width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(/event_result/hills_ns_confirm/images/popup_checkbox.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.input_checkbox input[type="checkbox"]:checked + label{
    color: #424242;
}
.input_checkbox input[type="checkbox"]:checked + label:before {
	background-position: -22px 0;
}

.input_text{
    background: #f8f8f8;
    border: 1px solid #f0f1f3;
    width:100%;
}

.section_step{
    padding:2.5%;
    margin-top:5%;
    border-bottom: 1px solid #ddd;
}
.section_step .title{
    margin-bottom: 5%;
    text-align: left;
    display: flex;
    border-bottom: 1px solid #424242;
}
.section_step .title *{
    line-height: 125%;
}
.section_step .step{
    margin-right: 2.5%;
    flex: 0 0 auto;
}
.section_step .explain{
    line-height: 125%;
}
.section_step .small_notice{
    margin-top: 5%;
    color: #3f51b5;
}
.section_step .small_notice .con{
    display: inline-block;
    width: 30%;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    padding: 2.5%;
}
.section_step .slider{
    border: 1px solid #c2c2c2;
    margin-top: 5%;
}
.section_step .input_file{
    border: 1px solid #e4eaec;
    background: #f7f7f7;
    padding: 2%;
}
.section_regist {
}
.section_regist .title{
	margin-bottom: 5%;
	color: #3f51b5;
	background-color: #f8f8f8;
	padding: 5% 0;
	padding-left: 1.5%;
}
.section_regist .list{
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 5%;
    height: 50px;
}
.section_regist .list .left_con{
    flex: 0 0 30%;
    text-align: center;
    border: 1px solid #3f51b5;
    background-color: transparent;
    color: #3f51b5;
    height: 100%;
    /* padding: 1% 0; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    line-height: 45px;
    margin: auto auto;
}
.section_regist .list .right_con{
    display: flex;
    align-items: center;
    height: 50px;
    width: auto;
    flex: 1;
    margin-left: 2.5%;
}
.section_regist .list .right_con .input_text{
    flex: 1;
    display: inline-block;
    height: 50px;
    width: 100%;
    padding-left: 5%;
    color: #3f51b5;
}
.section_regist .list .right_con .btn_s{
    flex: 0 0 50%;
    width: 50%;
    background-color: #3f51b5;
    color: #fff;
    height: 100%;
    border: 1px solid transparent;
    line-height: 50px;
}

.section_result_success{
	padding:2.5%;
    margin-top:5%;
}
.section_result_success .title{
    margin-bottom: 5%;
    text-align: center;
}
.section_result_success .title .step{
	margin:5% 0;
}
.section_result_success .i_img img{
	width:auto;
}

.section_result_false{
	padding:2.5%;
    margin-top:5%;
}
.section_result_false .title{
    margin-bottom: 5%;
    text-align: center;
}
.section_result_false .title .step{
	margin:5% 0;
	color:#ff0000;
}
.section_result_false .i_img img{
	width:auto;
}

.section_info{
    margin-bottom: 10%;
}
.section_info .title{
    padding-bottom: 2.5%;
    margin-bottom: 2.5%;
    text-align: left;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
.section_info .ico_wrap{
    margin-right: 2.5%;
    width: 26px;
}
.section_info .ico_info{
    font-family: 'Courgette', cursive;
    text-align: center;
    background-color: #3f51b5;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}
.section_info .explain{
    text-align: left;
    /* margin-left: calc(26px + 2.5%); */
    padding-left: 2.5%;
    margin-bottom: 2.5%;
}
.section_info .explain_con{
    line-height: 150%;
    color: #828282;
    margin-bottom: 1.5%;
    text-indent: -1.5%;
}
.section_info .box_wrap{
    padding: 5% 2.5%;
    border: 1px solid #ddd;
    margin-bottom: 2.5%;
    background-color: #f8f8f8;
	position:relative;
}
.section_info .box_wrap .content{
    display: flex;
    flex-direction: column;
}
.section_info .box_wrap .subject{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}
.section_info .box_wrap .subject:nth-child(n+2){
    margin-top:2.5%;
}
.section_info .box_wrap .subject_title{
	min-width:50%;
}
.section_info .box_wrap .subject_explain{
    margin-left: 10px;
}
.section_info .box_wrap .btn_wrap{
    
}
.section_info .box_wrap .btn{
    width: 50%;
    margin-top:5%;
}


/*step*/
.stepWrap{
    display: flex;
    width: 100%;
}
.stepWrap .con {
    flex:0 0 15%;
    text-align: center;
    background-color: #d8d8d8;
    padding:3%;
    border-right: 1px solid #b9b9b9;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.stepWrap .con.on{
    background-color: #3f51b5;
    flex: 1;
}
.stepWrap .con.false{
    background-color: #ff0000;
}
.stepWrap .con .chapter {
    color: #fff;
}
.stepWrap .con.on .chapter {
    border: 1px solid #fff;
    padding: 5% 11%;
}
.stepWrap .con .name {
    color: #fff;
    display:none;
}
.stepWrap .con.on .name {
    color: #fff;
    display: block;
    flex: 1;
}
.section_step .input_checkbox{
    display: flex;
    margin-bottom: 7.5%;
    padding-left: 2.5%;
    align-items: center;
}
.section_step .have_btn{
    justify-content: space-between;
}
.section_step .title .input_checkbox{
    padding-left: 0;
}

/*slick dots*/

.main_wrapper .slick-dots{
    position: relative;
    padding-bottom: 5%;
}
.main_wrapper .slick-dots li button{
    background: transparent;
    font: 0/0 all;
    color: #ddd;
    border: 1px solid  #3f51b5;
    border-radius: 30px;
    padding: 3px;
    width:4px;
    height:4px;
}
.main_wrapper .slick-dots li button:before{
    font: 0/0 all;
    color: #fff;
    border: 1px solid #3f51b5;
    border-radius: 30px;
    padding: 1px;
    width:4px;
    height:4px;
    background-color: transparent;
}
.main_wrapper .slick-dots li.slick-active button:before{
    background-color:#3f51b5;
}
.main_wrapper .slick-dots li, .main_wrapper .slick-dots li.slick-active{
    width:4px;
    height:4px;
    margin-right: 3%;
}
.main_wrapper .slick-dots li:last-child{
    margin-right: 0;
}
.main_wrapper .slick-next{
	background: url(../images/m_mainSlider_right.png) center center / cover no-repeat;
	top: auto;
    bottom: 23%;
	width:28.5px;
	height:28.5px;
}
.main_wrapper .slick-prev{
	background: url(../images/m_mainSlider_left.png) center center / cover no-repeat;
	top: auto;
    bottom: 23%;
	width:28.5px;
	height:28.5px;
}


/*layer*/
.layer_pop{
    display: none;
    position: fixed;
    top: 0;
    left:0;
    background-color: rgba(1,1,1,0.9);
    width: 100%;
    min-height: 100vh;
	z-index:10;
}
.layer_pop .content{
    width:calc(100% - 30px);
    height:100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    overflow-y: scroll;
}
.layer_pop .content {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.layer_pop .content::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.layer_pop .content.center{
    align-items: center;
}
.layer_pop .con_list{
    width: 100%;
    background-color: #fff;
    margin-top: 15%;
    padding: 5% 0;
    display: flex;
    align-items: center;
}
.layer_pop .box_text::-webkit-scrollbar {
    width: 3px;
}
.layer_pop .box_text::-webkit-scrollbar-thumb {
    background: #a9a9a9;
}
.layer_pop .close_btn{
    margin-left: 0;
    max-width: 300px;
    border-color: #3f51b5;
    bottom: auto;
    transform: translateY(0);
    height: auto;
    border: none;
    background-color: #3f51b5;
    color: #fff;
    padding: 10px;
    border-radius: 0;
    width: 50px;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
	cursor:pointer;
}
/*btn_radio*/
/*input radio check*/
.cntr {
    margin: auto;
}

.btn_radio {
    cursor: pointer;
    display: inline-block;
    -webkit-user-select: none;
    user-select: none;
}

.btn_radio:not(:first-child) {
    margin-left: 20px;
}

.btn_radio svg {
    fill: none;
    vertical-align: middle;
}

.btn_radio svg circle {
    stroke-width: 2;
    stroke: #C8CCD4;
}

.btn_radio svg path {
    stroke: #008FFF;
}

.btn_radio svg path.inner {
    stroke-width: 6;
    stroke-dasharray: 19;
    stroke-dashoffset: 19;
}

.btn_radio svg path.outer {
    stroke-width: 2;
    stroke-dasharray: 57;
    stroke-dashoffset: 57;
}

.btn_radio input{
    display: none;
}
.btn_radio input ~ *{
    color: #929292;
}
.btn_radio input:checked ~ *{
    color: inherit;
}
.btn_radio input:checked+svg path {
    transition: all 0.4s ease;
}

.btn_radio input:checked+svg path.inner {
    stroke-dashoffset: 38;
    transition-delay: 0.3s;
}

.btn_radio input:checked+svg path.outer {
    stroke-dashoffset: 0;
}

.btn_radio span {
    display: inline-block;
    vertical-align: middle;
}

.seminar_wrap {
    position: relative;
    margin: 0 auto;
    text-align: left;
    line-height: 1.5;
}

.seminar_wrap .bg_seminar_middle {
    width: 100%;
    padding: 0 0 20px 0;
    background: #fff;
    font-size: 16px;
    font-family: 'Noto Sans KR';
}

.seminar_wrap .bg_seminar_bottom {
    width: 100%;
}

.seminar_wrap .bg_seminar_bottom img {
    width: 100%
}


.seminar_wrap {
    width: 100%;
    margin: 0 auto;
}

.seminar_wrap h3 {
    text-indent: 0;
    color: #999;
    margin: 30px 0;
}

.seminar_wrap h3 strong {
    color: #424242;
    font-weight: 500;
    font-size: 20px;
}
.seminar_wrap .explain_con{
	color:#999;
	font-size: 16px;
	margin-bottom: 2.5px;
	line-height: 20px;
}

.seminar_wrap .box_text {
    position: relative;
    padding: 10px;
    overflow: auto;
    color: #999;
    border: 1px solid #cbcbcb;
    line-height: 1.5;
    margin-top: 15px;
}

.seminar_wrap .box_text strong {
    line-height: 300%;
    font-weight: normal;
    color: #424242;
}

.seminar_wrap .agrre1 {
    position: relative;
    text-align: right;
    color: #424242;
    margin: 30px 0;
    background-color: #f7f7f7;
    padding: 15px 15px 15px 0;
    margin-top: 0;
}

.seminar_wrap .agrre1 span {
    margin-left: 5px;
}

.seminar_wrap .agrre1 label {
    cursor: pointer
}

.seminar_wrap .agrre1 .agrre_ti {
    padding-right: 15px
}

.seminar_wrap .tbl_frm01 {
    width: 100%;
    margin: 0 auto;
}

.seminar_wrap .tbl_frm01 h3 {
    color: #424242;
    font-weight: 500;
    font-size: 20px;
    margin: 30px 0;
}

.seminar_wrap .tbl_frm01 th {
    padding: 16px 0;
    text-align: center;
    vertical-align: middle;
    font-family: 'Noto Sans KR', sans-serif;
    color: #424242;
    font-size: 16px;
    border-top: 1px solid #cbcbcb;
    border-right: none;
    border-bottom: 1px solid #cbcbcb;
    background: #efeeee;
}

.seminar_wrap .tbl_frm01 td {
    padding: 8px;
    color: #424242;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    background: #fff;
    vertical-align: middle;
}

.seminar_wrap .tbl_frm01 .frm_input{
    min-width: 90px;
    line-height: 25px;
    padding: 2px 0;
    margin: 0 5px 0 0;
    text-indent: 5px;
    color: #424242;
    font-size: 16px;
    border: 1px solid #c8c8c8;
    background: #fff;
    font-weight: 300;
    height: 40px;
    background: url(../images/wrest.gif) #f7f7f7 top right no-repeat;
}
.seminar_wrap .tbl_frm01 .frm_input.address {
    width: 100%
}


.seminar_wrap .tbl_frm01 .frm_input2 {
    width: 70%;
    height: 22px;
    line-height: 22px;
    margin: 0 5px 0 10px;
    text-indent: 5px;
    color: #424242;
    font-size: 13px;
    font-family: "dotum";
    border: none;
    border: 1px solid #666;
    background: #fff
}

.seminar_wrap .tbl_frm01 .frm_input3 {
    width: 70%;
    height: 22px;
    line-height: 22px;
    margin: 0 5px 0 0;
    text-indent: 5px;
    color: #424242;
    font-size: 13px;
    font-family: "dotum";
    border: none;
    border: 1px solid #666;
    background: #fff
}

.seminar_wrap .tbl_frm01 .textarea {
    width: 80%;
    height: 70px;
    line-height: 16px;
    font-size: 12px;
    border: 1px solid #666;
    background: #fff
}

.seminar_wrap .tbl_frm01 .selectbox {
    min-width: 90px;
    margin: 0 5px 0 0;
    padding: 4px 0 4px 0;
    color: #424242;
    font-size: 16px;
    border: 1px solid #c8c8c8;
    height: 40px;
    padding-left: 5px;
	vertical-align:top;
}

.seminar_wrap .tbl_frm01 .noti {
    clear: both;
    font-size: 11px;
    color: #424242;
    font-family: dotum;
}

.seminar_wrap .tbl_frm01 ul li {
    clear: both;
    padding: 0 0 5px 0;
}

.seminar_wrap .tbl_frm01 ul li:after {
    display: block;
    clear: both;
    content: ""
}

.seminar_wrap .tbl_frm01 .btn {
    color: #fff;
    font-size: 13px;
    letter-spacing: -1px;
    font-family: 'Noto Sans KR', sans-serif;
    cursor: pointer;
    background: #3f51b5;
    box-sizing: border-box;
    padding: 6px 15px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    min-width: 100px;
    justify-content: center;
    vertical-align: top;
}
.seminar_wrap .q_wrap {
    width: 100%;
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #424242;
    font-size: 14px;
    font-family: "dotum";
}

.seminar_wrap .a_wrap {
    color: #424242;
    font-size: 14px;
    font-family: "dotum";
    letter-spacing: -1px;
}

.seminar_wrap .a_wrap.photo label {
    display: block;
    float: left;
    width: 150px
}

.seminar_wrap .a_wrap.photo label .img {
    width: 65%
}

.seminar_wrap .a_wrap label {
    margin: 0 5px 0 0;
    cursor: pointer
}

.seminar_wrap .a_wrap label.clear {
    display: block;
    clear: both;
}

.seminar_wrap .a_wrap input {
    margin: 0 3px 0 0;
    vertical-align: -2px
}

.seminar_wrap .address_list{
    width:100%;
}
.seminar_wrap .address_list .address_con{
    width:100%;
    margin-bottom: 5px;
}
.seminar_wrap .address_list .address_short{
    width:25%;
}

.seminar_wrap .a_wrap .tit {
    padding-top: 10px;
    color: #7d7d7d
}

.seminar_wrap .input_file{
    background: #f7f7f7;
    width: 50%;
    padding: 16px 8px;
}

/*submit*/
.seminar_wrap .btn_confirm {
    width: 100%;
    text-align: center;
    margin-top: 5%;
}

.seminar_wrap .btn_confirm .btn_submit {
    width: 230px;
    display: inline-block;
    cursor: pointer;
    padding: 20px 0;
    border: 1px solid #424242;
    background-color: #3f51b5;
    transition: 0.75s all;
    color: #fff;
    font-weight: 300;
}

.seminar_wrap .btn_confirm .btn_submit:hover {
    background-color: #fff;
    color: #3f51b5;
    border-color: #fff;
}

.btn_submitwrap {
    font-size: 16px;
    color: #313131;
    display: inline-block;
    position: relative;
    margin-top: 25px;
	box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}

.table_box.otherSpace table {
    table-layout: fixed;
    margin: 0 auto;
}

.table_box.otherSpace table tr {}

.table_box.otherSpace table td {
    padding: 10px 25px;
    line-height: 25px;
    border: 1px solid #dddfe5;
}

.table_box.otherSpace table .table_head {
    background-color: #f8f8f8;
    color: black;
}

.table_box.otherSpace table .table_head a {}

.table_box.otherSpace table a:hover {
    text-decoration: underline;
}

.table_box.otherSpace table .table_head.top_head {
    background-color: #d5d5d5;
}

.table_box {
    border-top: 1px solid #ffffff;
    width: 100%;
}

.table_box thead th {
    background-color: #f8f8f8;
    font-weight: 400;
    line-height: 125%;
}

.table_box table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 2.5%;
}

.table_box th {
    padding: 15px 10px;
    font-weight: 300;
    text-align: center;
    line-height: 25px;
    vertical-align:middle;
    letter-spacing: -0.5px;
}

.table_box th.border {
    border-right: 1px solid #dddfe5;
    border-top: 1px solid #dddfe5;
    color:#333;
}

.table_box td {
    border-top: 1px solid #dddfe5;
    padding: 15px 10px;
}

.table_box tbody {
    border-bottom: 1px solid #dddfe5;
}

.table_box td {
    padding: 15px 10px;
    font-weight: 300;
    text-align: center;
    line-height: 25px;
}

.table_box td.border {
    border-right: 1px solid #dddfe5;
    border-top: 1px solid #dddfe5;
}

.table_box td.bg {
    background-color: #f8f8f8;
}

.btn_submitwrap span {}

.btn_submitwrap:before {
    border-color: #3f51b5;
    border-left-width: 2px;
    border-top-width: 2px;
    left: -5px;
    top: -5px;
}

.btn_submitwrap:after {
    border-bottom-width: 2px;
    border-color: #3f51b5;
    border-right-width: 2px;
    bottom: -5px;
    right: -5px;
}

.btn_submitwrap:hover,
.btn_submitwrap.hover {
    background-color: #3f51b5;
    color: #fff;
}

.btn_submitwrap:hover:before,
.btn_submitwrap.hover:before,
.btn_submitwrap:hover:after,
.btn_submitwrap.hover:after {
    height: 100%;
    width: 100%;
}

.btn_submitwrap span:before,
.btn_submitwrap span:after {
    border-color: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 10px;
    position: absolute;
    width: 10px;
}

.btn_submitwrap span:before {
    border-color: #3f51b5;
    border-right-width: 2px;
    border-top-width: 2px;
    right: -5px;
    top: -5px;
}

.btn_submitwrap span:after {
    border-bottom-width: 2px;
    border-color: #3f51b5;
    border-left-width: 2px;
    bottom: -5px;
    left: -5px;
}

.btn_submitwrap span:hover,
.btn_submitwrap span.hover {}

.btn_submitwrap:hover span:before,
.btn_submitwrap.hover span:before,
.btn_submitwrap:hover span:after,
.btn_submitwrap.hover span:after {
    height: calc(100% + 7px);
    width: calc(100% + 7px);
}

.main_step {
	width:100%;
}

.tabmenu{
    display: flex;
}
.tabmenu.w2 .tabmenu_con{
    width: calc(100% / 2);
    flex:0 0 calc(100% / 2);
}
.tabmenu_con{
    background-color: #efeeee;
    padding: 2.5% 0;
    border: 1px solid #cdcdcd;
    margin: 2.5% 0;
    border-left:0;
    position: relative;
}
.tabmenu_con.active{
    background-color: #3f51b5;
    border-color: #cdcdcd;
    color: #fff;
}
.tabmenu_con.active::before{
    content:"";
    position: absolute;
    left:50%;
    top:15%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;

}
.tabmenu_con:nth-child(1){
    border-left: 1px solid #cdcdcd;
}

.endwrap{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(1,1,1,0.85);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction:column;
}
.endwrap .endwrap_con{
	background-color:#fff;
	padding:2.5%;
}
.endwrap .point{
	color: #3f51b5;
	font-weight:700;
}


/*common*/
.rule_title_01{
    font-weight: 700;
    font-size: 26px;
}
.rule_title_02{
    font-weight: 700;
    font-size: 80px;
}
.rule_title_03{
    font-weight: 700;
    font-size: 24px;
}

.rule_con_01{
    font-weight: 400;
    font-size: 24px;
}
.rule_con_02{
    font-weight: 400;
    font-size: 18px;
}
.rule_con_03{
    font-weight: 400;
    font-size: 24px;
    /* font-size: 3.55vw; */
}
.rule_point_01{
    font-weight: 400;
    font-size: 33px;
}
.rule_tab_02{
    font-weight: 400;
    font-size: 26px;
}
.rule_tab_01{
    font-weight: 400;
    font-size: 30px;
    color:#434343;
    border:1px solid #dddddd;
    line-height: 100%;
    padding: 1.5%;
    display: inline-block;
    text-align: left;
    width: 20%;
    margin-right: 2%;
    position: relative;
}
.rule_tab_01:before{
    content: "";
    width: 10px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    /* background: url(../images/mobile_text_arrow_black.png) right center / cover no-repeat; */
}
.rule_tab_01.active{
    background-color: #006b85;
    color:#fff;
}
.rule_tab_01.active:before{
    background-color: #006b85;
    background: url(../images/mobile_text_arrow_white.png) right center / cover no-repeat;
}
.rule_btn_01{
    background-color: #3f51b5;
    color: #fff;
    display: inline-block;
    width: 85%;
    padding: 5%;
    border-radius: 8px;
    text-align: center;
}
.rule_btn_02{
    background-color: #3f51b5;
    color: #fff;
    display: inline-block;
    width: 50%;
    padding: 5% 0;
    text-align: center;
    height: 100%;
    margin-left: 2.5%;
    border-radius: 5px;
}
.rule_btn_03{
    background-color: #fff;
    color: #424242;
    display: inline-block;
    width: 50%;
    text-align: center;
    margin-left: 5%;
    border: 1px solid #fff;
    padding: 3%;
}

.rule_title_color{
    color:#3f51b5
}

.btn{
    cursor: pointer;
}

#btnFoldWrap{
	width:auto;
}

.MB_V{
	display:none;
}

/*response*/
@media(max-width:1100px){

	.MB_V{
		display:block;
	}

    .seminar_wrap{
        width:calc(100% - 30px);
        margin: 0 auto;
    }
    .seminar_wrap .tbl_frm01 th,
    .seminar_wrap .tbl_frm01 .frm_input{
        font-size: 11px;
    }
    .seminar_wrap .btn_confirm .btn_submit{
        width: 150px;
    }
    .seminar_wrap .agrre1{
        text-align: center;
        background-color: #f7f7f7;
        margin: 0;
        padding: 15px 0;
    }
}

@media (max-width:850px) {
    /*common*/
    .rule_title_01{
        font-weight: 700;
        /* font-size: 36px; */
        font-size: 4vw;
    }
    .rule_title_02{
        font-weight: 700;
        /* font-size: 40px; */
        font-size: 4.72vw;
    }
    .rule_title_03{
        font-weight: 700;
        /* font-size: 30px; */
        font-size: 3.55vw;
    }
    .rule_con_01{
        font-weight: 400;
        /* font-size: 36px; */
        font-size: 4vw;
    }
    .rule_con_02{
        font-weight: 400;
        /* font-size: 26px; */
        font-size: 3.06vw;
    }
    .rule_con_03{
        font-weight: 400;
        /* font-size: 30px; */
        font-size: 3.55vw;
    }
    .rule_point_01{
        font-weight: 400;
        /* font-size: 33px; */
        font-size: 2.35vw;
    }
    .rule_tab_01{
        font-weight: 400;
        /* font-size: 30px; */
        font-size: 3.55vw;
    }
    .rule_tab_02{
        font-weight: 400;
        /* font-size: 26px; */
        font-size: 3.06vw;
    }
    .rule_btn_01{
    }
    .rule_btn_02{
    }

    .layer_pop .close_btn{
    }
	
	.seminar_wrap .explain_con{
		font-size:13px;
	}
	.seminar_wrap .tbl_frm01 .cellphone_wrap{
		display:flex;
		border-top:0;
		border-bottom:0;
	}
	.seminar_wrap .input_file{
		width:100%;
		font-size:13px;
	}
}

@media (max-width:550px) {
	.seminar_wrap .tbl_frm01 .frm_input{
		min-width:75px;
	}
	.seminar_wrap h3 strong{
		font-size:18px;
	}
	.seminar_wrap .tbl_frm01 h3{
		font-size:18px;
	}
	.seminar_wrap .bg_seminar_middle{
		font-size:11px;
	}
	.table_box th.border{
		line-height:130%;
	}
}

/*ios only*/
@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .have_background_fix{
        background-attachment: scroll !important;
    }
}