
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend input, textarea, button, select{
 vertical-align: baseline;
 font-family: inherit;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 outline: 0;
 padding: 0;
 margin: 0;
 border: 0;

 }
 
 
* { margin:0; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
ul, li {list-style:none; }
html { width:100%; }
body { width:100%; height:100%; line-height:160%; color:#333; font-size:1em; font-family: 'Noto Sans KR', sans-serif; overflow-y:visible!important; box-sizing:border-box; }
img { vertical-align:middle; border:none; }
a { text-decoration:none; cursor:pointer; }
p { }
div, input, button { vertical-align:middle; border:none; font-family: 'Noto Sans KR'}
textarea { border:none; }
.red {color:#ee0000; font-weight:500; }

.radio_btn {  
}
.radio_btn input[type=radio]{
    display: none;
}
.radio_btn input[type=radio]+label{

    display: inline-block;
    cursor: pointer;
    width: 100%;
    border: 1px solid #ccc;
    line-height: 220%; 
	margin-right: 2%;
	margin-bottom:2%; 
    text-align: center;
    font-size:1em;
}
.radio_btn input[type=radio]+label{ 
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;

}
.radio_btn input[type=radio]:checked+label{
    background-color:#fff;
	border:1px solid #e61d53;
    color: #e61d53;
}

.m_wrap .radio_btn input[type=radio]+label{
    display: inline-block;
    cursor: pointer;
    width: 100%;
    line-height: 220%; 
	margin-right: 2%;
	margin-bottom:2%; 
    text-align: center;
    font-size:1em;
}


/* PC 
------------------------------------------------------------------------------------------------------------*/

.wrap { width:100%; min-width:1200px; overflow:hidden; }
.wrap .contents { position:relative; top:0; left:50%; margin-left:-960px; width:1920px; min-width:1200px; text-align:center; }
.wrap .contents img { display:block; margin:0 auto; }

.wrap .scroll_banner { position:absolute; top:150px; right:100px; z-index:1000; text-align:center; }
.wrap .scroll_banner .close { position:absolute; top:0; right:0; color:#242027; line-height:30px; font-weight:400; font-size:1.4em; cursor: pointer; display: inline-block; }

@media screen and (max-width:1400px)  {
.wrap > .scroll_banner {display:none;}
}
 
.wrap .form1 .inner { width:100%;  display:inline-block; }
.wrap .form1 .formArea { width:600px; margin:0 auto; overflow: hidden; padding:40px 20px 40px 20px; background-color:#f8f8f8;}
.wrap .form1 .formGroup { text-align:center; }
.wrap h1 { font-size:58px; font-weight:600; margin:0 auto; display:block; line-height:120%; letter-spacing:-2px; padding-bottom:40px; }
.wrap h1 span { color:#e61d53;}

.wrap .form1 .form_table { width:100%; border-collapse:collapse; font-size:1em; border-top:1px solid #d7d7d7; }
.wrap .form1 .form_table tbody tr { border-bottom:1px solid #d7d7d7; }
.wrap .form1 .form_table tbody th { padding:10px 10px 10px 20px; vertical-align:middle; text-align:left; line-height:120%; font-size:18px; color:#000; font-weight:500;  letter-spacing:-2px; font-family: 'Nanum Square'}
.wrap .form1 .form_table tbody td { padding:10px 20px 10px 10px; vertical-align:middle; text-align:left; line-height:100%; font-size:16px; color:#000; font-weight:400;}

.wrap .form1 .input_style { width:100%; padding-left:10px; height:36px; border:1px solid #ccc; font-size:16px; font-weight:400; }
.wrap .form1 .sel_style { width:100%; padding-left:10px; height:36px; border:1px solid #ccc; font-size:16px; font-weight:400; vertical-align:middle; font-family: 'Nanum Square'; ;}
.wrap .form1 .textarea_style { width:100%; padding:10px; height:90px; border:1px solid #ccc; font-size:16px; font-weight:400; font-family: 'Nanum Square'; }
.wrap .form1 input[type="radio"] { width:16px; height:16px; }

.wrap .form1 .submit_box { width:100%; padding:20px 0 20px 0; }

.wrap .form1 .btn01 {width:80%; text-align:center; font-size:30px; font-weight:600; letter-spacing:-2px; cursor:pointer; border-radius:10px; background:none;  color:#fff;  }
.wrap .form1 .btn01 img { width:100%; }
 




/* MOBILE
------------------------------------------------------------------------------------------------------------*/

.m_wrap { width:100%; overflow:hidden; background-color:#fff; max-width:600px; margin:0 auto; }
.m_wrap .contents img { width:100%; }


.m_wrap .top_fix { position:fixed; width:100%; max-width:600px; min-width:320px; height:50px; background:#fff; border-bottom:1px solid #d7d7d7; z-index:1000; letter-spacing:-1px; }
.m_wrap .top_fix .left { position:absolute; top:12px; left:10px; }
.m_wrap .top_fix .left img { width:100%; }
.m_wrap .top_fix .left a { color:#000; font-size:1.2em; font-weight:500; }

.m_wrap .top_fix .right { position:absolute; top:7px; right:10px; }
.m_wrap .top_fix .right a { padding:6px 12px; background:#e61d53; border-radius:6px; font-size:1.1em; color:#fff; font-weight:500; text-align:center; display:inline-block; }



/*form */
.m_wrap .inner { padding:0 0; }

.m_wrap h1 { color:#26180c; font-size:30px; font-weight:600; margin:0 auto; display:block; line-height:100%; letter-spacing:-2px; text-align:center; }
.m_wrap h1 span { color:#e61d53;}


.m_wrap .formArea { width:100%; max-width:600px; margin:0 auto; padding:20px 5px 20px 5px; overflow: hidden; background-color:#f8f8f8;}
.m_wrap .formGroup { margin-bottom:15px; text-align:center; }

.m_wrap .input_style:focus, .m_wrap .sel_style:focus, .m_wrap textarea_style:focus { border-color:#303f99; -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff; box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff; }

.formGroup:before, .formGroup:after { content: " "; display:table; }
.formGroup:after { clear:both; }

.m_wrap .form_table { width:98%; padding:20px 0; border-collapse:collapse; margin:0 auto; border-top:1px solid #d7d7d7; }
.m_wrap .form_table tbody tr {border-bottom:1px solid #d7d7d7; }
.m_wrap .form_table tbody th {padding:10px 5px; vertical-align:middle; text-align:left; line-height:120%; font-size:16px; font-weight:500; letter-spacing:-1.5px; }
.m_wrap .form_table tbody td {padding:10px 5px; vertical-align:middle; text-align:left; line-height:120%; font-size:14px; }

.m_wrap .input_style:focus, .sel_style:focus, textarea_style:focus { border-color:#9f9f9f; -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff; box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;}

.m_wrap label { width:100%; float:left; padding:2px 0; display:inline-block; }
.m_wrap .input_style { width:100%; padding-left:3px; height:36px; border:1px solid #ccc; font-size:14px; }
.m_wrap .sel_style { width:100%; padding-left:3px; height:36px; border:1px solid #ccc; font-size:14px; vertical-align:middle;}
.m_wrap .textarea_style { width:100%; padding:6px; height:60px; border:1px solid #ccc; font-size:14px; resize:none; font-family: 'Nanum Square'}

.m_wrap .submit_box { width:100%; text-align:center; padding:10px 10px 0 10px;}
.m_wrap .submit_box .btn01 { width:80%; font-size:22px; font-weight:500; letter-spacing:-2px; cursor:pointer; border-radius:10px; background:none; color:#fff; }
.m_wrap .submit_box .btn01 img { width:100%; }




.db_slide_wrap {background: #fff; border: 5px solid #2600ff;  margin-top: -0px;}
.db_slide_wrap > img {width: 100%}

.db_slide_wrap .db_slide {padding: 3%; margin-bottom: 0%; }
/* .db_slide_wrap .db_slide .slick-slide:first-child { border: 5px solid red;} */
.db_slide_wrap .db_slide .slick-slide {display: flex; align-items: center; border-bottom: 1px solid #ddd }
.db_slide_wrap .db_slide .cell {font-size: 15px; font-weight: 700; color: 333333; width: 33%; text-align: center; line-height: 40px;}
.db_slide_wrap .db_slide .cell.state {background-color: black; font-size: 15px; font-weight: 700; color: white;}
.db_slide_wrap .db_slide .cell.state.end {background-color: #9c9c9c;}
.db_slide_wrap .db_slide .cell.state.tend {background-color: #5ab9f7;}
.db_slide_wrap .db_slide .cell.state.ing {background-color: #4ab352;}

