@charset "UTF-8";


/* 신청폼 */
.alignR {text-align: right;}
.formNotice {border: 1px solid #d9dee2; background-color: #f7f7f7; position: relative; padding: 20px 40px 40px; display: table; width: 100%; box-sizing:border-box; margin-bottom: 60px;}
body.Tablet .formNotice {padding: 20px !important;}
body.Mobile .formNotice {padding: 20px !important;}
.formNotice:before, .formNotice:after	{content: ""; position: absolute; background: url('/sites/moj/images/contents/textBox_edge.png') left top no-repeat; width: 15px; height: 15px;}
.formNotice:before	{top: -1px; left: -1px;}
.formNotice:after	{bottom: -1px; right: -1px; background-position: right bottom;}
.formNotice .iconBox:before		{content: ""; position: absolute; top: 0; left: 0; background: url('/sites/moj/images/contents/textBox_icon.png') -280px top no-repeat; width: 70px; height: 70px;}
.formNotice .iconBox	{position: relative;  padding-left: 100px; min-height: 70px; padding-top: 10px; margin-bottom: 10px;}
.formNotice .wrap .title	{color: #054780; font-size: 16px; margin-bottom: 15px; font-weight: 400;}
.formNotice .wrap > ul > li	{background: url('/sites/moj/images/contents/textBox_ul.png') left 9px no-repeat; padding-left: 15px; margin: 5px 0 15px;}
.formNotice .wrap > ul > li > strong {color: #000000;}
.formNotice .wrap > ul > li > ul.ul_2	{margin-top: 7px;}
.formNotice .wrap > ul > li > ul.ul_2 li		{color: #888;}
.formNotice .wrap > ul > li > ul.ul_2 li strong	{color: #444; font-weight: 400;}
.formNotice .bg_w {background-color: #fff; text-align: center; padding: 20px; box-sizing: border-box; margin-top: 30px;}
.formNotice .bg_w > p {color: #000000; margin-bottom: 20px;}
.formNotice .bg_w .radioBtn {font-size: 13px;}
.formNotice .bg_w .radioBtn #disagree {margin-left: 20px;}

.formWrap {border-top: 2px solid #353e4d;}
.formWrap input[type="text"] {max-width: 126px;}
.formWrap select {vertical-align: top;}
.formWrap {overflow: hidden;}
.formWrap dl {display: table; min-height: 50px; float: left; width: 50%; border-bottom: 1px solid #dfdfdf;}
.formWrap dt, .formWrap dd {
    display: table-cell;
    vertical-align: middle;
}
.formWrap dt {color: #505050; font-size: 14px; width: 100px; text-align: center; background-color: #fafafa; border-right: 1px solid #dfdfdf; padding: 0 10px;}
.formWrap dd {color: #9c9c9c; font-size: 13px; padding: 10px 20px;}
.formWrap input.hasDatepicker{background: url('/sites/moj/images/artclPeriod_icon.png') 93% center no-repeat; max-width: 140px;}
.formWrap dd .check {margin-top: 10px;}
.formWrap dd .addr2 input[type="text"] {width: 48%; max-width: 100%;}
.formWrap dd.timeArea span {margin:6px 5px 0 5px; display: inline-block;}
.formWrap dd.timeArea span.hour {margin-right: 10px;}
.formWrap ._100per {float: none; width: 100%;}
mark.must {
    margin-top: 8px;
    margin-left: 2px;
    width: 8px;
    height: 8px;
    text-indent: -5000px;
    background: url('/sites/moj/images/must2.gif') no-repeat;
    overflow: hidden;
    padding: 0;
}
.formWrap .note {color: #9c9c9c !important; margin-left: 10px;}
.formWrap .circle_note:before {
	content: '';
	display: inline-block;
	border-radius: 100%;
	border: 2px solid #51697c;
	width: 4px; height: 4px;
	margin-right: 5px; margin-bottom: 1px;
}
.formWrap .circle_note.type2:before {border-color: #d82625;}
.formWrap .circle_note {color: #9c9c9c; margin-bottom:7px;}
.formWrap .circle_note.type2 {color: #d51818;}
.formWrap .check .button.small.view {margin-bottom: 0; margin-left: 10px;}

.formWrap .formTextarea {margin: 10px 0;}

.button.formBtn {height: 30px;}
.overflowH {overflow: hidden; }
.button_list.overflowH {margin: 50px 0;}
.fL {float: left;}
.fR {float: right;}


.button a {padding: 4px 20px !important;}
.note_count {color: #1d446d; text-align: right; font-size: 13px; margin-bottom: 20px; background: url('/sites/moj/images/clock.png') right 3px no-repeat; padding-right: 20px;}

body.Desktop #email1, body.Desktop #email2, body.Desktop #emailSel {width: 30%; max-width: 100%;}

@media all and (max-width: 1020px) {
	.formWrap dl {float: none; width: 100%;}
}
body.Mobile .formNotice .iconBox {padding-left: 0; height: auto;}
body.Mobile .formNotice .iconBox:before {margin: 0 auto 20px; position: static; display: block;}

body.Mobile .formWrap label + input[type="text"] {margin-bottom: 5px;}
body.Mobile .formWrap dd .addr2 input[type="text"] {width: 100%; max-width: 100%;}
body.Mobile .formWrap dd .addr2 label + input[type="text"] {margin-top: 5px;}
body.Mobile .fR.alignR.marT50 { text-align: center; float: none;}
body.Tablet .emailArea input[type="text"],
body.Mobile .emailArea input[type="text"] {margin-bottom: 5px;}
body.Tablet .formWrap dd .addr2 input[type="text"],
body.Mobile .formWrap dd .addr2 input[type="text"] {float: none; width: 100%;}
body.Tablet .formWrap dd .addr2 input[type="text"]#addr,
body.Mobile .formWrap dd .addr2 input[type="text"]#addr {margin-bottom: 5px;}


.inforList {overflow: hidden;margin-bottom: 20px;border-top: 1px solid #333;}
.inforList li {border-bottom:  1px solid #ddd;}
.inforList li dl {display: table; width: 100%;}
.inforList li dt, .inforList li dd {display: table-cell;vertical-align: middle;padding: 10px 15px;box-sizing:  border-box;}
.inforList li dt {position: relative; width: 10%; color: #000; text-align: center;}
.inforList li dt:after {content: ''; display: block; position: absolute; right: 0; top: calc(50% - 5px); width: 1px; height: 11px; background-color: #000; }
.inforList li dd {width: 40%;}
