
.contentsWrap{}
.section01{width:100%; }
.section01 img{display:block; width:100%; }
/* SECTION02 FORM */
.section02{width:100%; height:800px; min-width:1000px; overflow:hidden; background-color:#245C2E; }
.formArea{width:1000px; margin:100px auto 0; overflow:hidden; }
.formWrap{width:415px; display:inline-block; background-color:#fff; border:10px solid #FB7070; }
.formWrap .title{width:100%; line-height:65px; font-size:27px; font-weight:900; text-align:center; background-color:#C6D8E2; letter-spacing:1.5px; }
.formWrap form{padding:5%; box-sizing:border-box; }
.formWrap form table{width:100%; }
.formWrap form table th{width:27%; padding-right:3%; text-align:right; font-weight:900; font-size:15px;}
.formWrap form table tr:nth-child(2) th{vertical-align:top;}
.formWrap form table td{width:70%; padding:10px 0; line-height:2; }
.formWrap form table td input[type="text"]{width:100%; box-sizing:border-box; height:35px; }
.formWrap form table td select{text-indent:10px; height:35px; width:46%; border:1px solid #dedede; appearance:none; -webkit-appearance:none;
    background:url(../../../../images/landing/event_191101/select_btn_1.png)no-repeat !important; background-position:center right 5px !important; background-size:20px !important; 
}
.formWrap form table td a{border:1px solid #FB7070; border-radius:15px; text-align:center; display:inline-block; padding:3px 5px; line-height:1;}
.formWrap td input[type='radio'] { display:none;height:30px;}
.formWrap td input[type='radio']+ label span {display:inline-block; width:19px;height:19px;background:url(../../../../images/landing/event_191201/check_radio_sheet.png) left top no-repeat; vertical-align:middle; padding-bottom:3px}
.formWrap td input[type='radio']:checked+ label span {background:url(../../../../images/landing/event_191201/check_radio_sheet.png)-19px top no-repeat}
.formWrap .chk{padding:10px 0; text-align:center; border-top:2px solid #FB7070}
.formWrap .chk input[type='checkbox']{display:none;}
.formWrap .chk input[type='checkbox'] + label span{display:inline-block; width:20px; height:20px; background:url(../../../../images/landing/event_191201/r_btn2.png) left top no-repeat; vertical-align:middle;}
.formWrap .chk input[type='checkbox']:checked + label span{display:inline-block; width:20px; height:20px; background:url(../../../../images/landing/event_191201/r_btn2.png) right top no-repeat; vertical-align:middle;}
.formWrap .bt_go2 {display: block; width:100%; background-color:#FB7070; text-align:center; padding:15px 0; font-size:24px; font-weight:bold; color:#fff;}
.formWrap .bt_view2 {display:inline-block; width:60px; font-size:14px; border:none; color:#000; text-align:center; background-color:#FB7070; padding:5px 0; font-weight:bold; color:#fff;}
.imgArea{display:inline-block; vertical-align:top; }