@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);


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, strong, 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:1; color:#000; font-size:1em; font-family:'나눔고딕', 'Nanum Gothic', 'nanumgothic', 'NanumGothic', sans-serif; overflow-y: visible !important;
}
img { vertical-align:middle; border:none; }
a { text-decoration:none; cursor:pointer;}

input, button { vertical-align:middle; border:none; font-family:'나눔고딕', 'Nanum Gothic', 'nanumgothic', 'NanumGothic', sans-serif;}
textarea { border:none; }
.red {color:#ee0000;}

/* PC 
------------------------------------------------------------------------------------------------------------*/




/*num_only 는 숫자만 허용 , 2는 숫자허용 및 숫자2자리마다 콤마찍기 */


.wrap { width:100%; min-width:1200px; overflow:hidden; text-align:center; }
.wrap .contents { position:relative; top:0; left:50%; margin-left:-960px; width:1920px; text-align:center;  }
.wrap .contents img { width:780px; }
.wrap .go_btn {width:100%; height:100px; padding-top:50px; cursor:pointer; }
.wrap .go_btn a {width:1200px; height:100px; padding:30px 50px; text-align:center; background-color:#e33852; color:#fff; font-size:30px; letter-spacing:-2px; font-weight:600; border-radius:10px;  }

/*form */

.wrap .formArea { width:100%; margin:0 auto;  text-align:center; }
.wrap .formGroup { text-align:center; }

.wrap .formWrap { height:550px;; }

.wrap .inner { width:600px; margin:0 auto;  text-align:center; }
.wrap .onlinebox  { width:450px; margin:0 auto; }


.wrap .quick {width:100%; background:rgba(255,255,255,0.85);position:fixed; top:0; z-index:9999; border-bottom:1px solid #ccc;}


.wrap .scroll_banner { position:absolute; top:30px; right:100px; z-index:1000; text-align:center; }
.wrap .scroll_banner .close { position:absolute; bottom:-40px; left:49px; width:80px; height:30px; border-radius:15px; background:#222; color:#fff; line-height:30px; font-weight:600; font-size:0.8em; text-align:center; cursor: pointer; display: inline-block; }

@media screen and (max-width:1400px)  {
.wrap > .scroll_banner {display:none;}
}


.wrap .form_table { width:100%; border-collapse:collapse; font-size:1em; }
.wrap .form_table tbody th { padding:8px 5px; vertical-align:middle; text-align:left; line-height:110%; font-size:20px; font-weight:600;  }
.wrap .form_table tbody td { padding:8px 5px; vertical-align:middle; text-align:left; line-height:110%; font-size:20px;  }

.wrap .input_style:focus, .sel_style:focus, 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;}
.wrap .textarea_style:focus { }


.wrap .input_style { width:100%; padding-left:25px; height:45px; border:1px solid #767676; font-size:20px;vertical-align:middle; color:#000;}
.wrap .sel_style { width:100%; padding-left:25px; height:45px; border:1px solid #767676; font-size:20px; vertical-align:middle;  color:#000;}
.wrap .textarea_style { width:100%;line-height:28px; padding-left:30px; padding-top:21px; height:60px; border:1px solid #767676; font-size:20px;vertical-align:middle;  color:#000;}

.wrap .form_table tbody td .num_only{ text-align:left; font-size:20px; }
.wrap .form_table tbody td .num_only2{ text-align:left; font-size:20px;}



.wrap #header  .quick_center{position:fixed; z-index:9999; bottom:0; left:0; width:100%;height:107px;;  background-color:#4d8ede }
.wrap #header  .quick_center ul {width:1200px; margin:0 auto; }
.wrap #header  .quick_center ul li {width:240px; float:left; cursor:pointer; }
.wrap .close {cursor:pointer; text-align:right;}

.wrap .term_box {font-size:16px;line-height:24px;font-weight:400;text-align:center; padding:20px 0; letter-spacing:-1px; }
.wrap .term_box input {width:16px; height:16px; vertical-align:middle;}

.wrap .term_box p {color:#000;font-weight:500; font-size:18px; padding-top:5px;}
.wrap .term_box a {color:#000;font-weight:600; font-size:18px; padding-left:5px;}

.wrap .submit_box {text-align:center; background:none;}
.wrap .submit_box button {cursor:pointer; border:none; background:none;  padding:20px 150px; 
background-color:#008fe2; color:#fff;  font-size:25px;  font-weight:600;  }

@media screen and (max-width:1400px)  {
.wrap > .quick_bg {display:none;}
}





.wrap .woman, .wrap .man {
	float:left;	

    display: block;
    height: 100%;
    width: 50%;
    text-align: center;
    height:50px;
    line-height:50px;

    cursor: pointer;
}
.wrap .woman label, .wrap .man label{padding-right:5px;}
.wrap .woman input, .wrap .man input {  width:22px; height:22px;margin-right:5px;}

/* MOBILE
------------------------------------------------------------------------------------------------------------*/

.m_wrap { width:100%; overflow:hidden; max-width:720px; margin:0 auto; }
.m_wrap .contents img { width:100%; }

/*form */
.m_wrap .formArea { width:100%; margin:0 auto; padding:20px; background:#fff; overflow: hidden; }
.m_wrap .formGroup { margin-bottom:12px; 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; }

.m_wrap button { width:100%; border:none; cursor: pointer;}


/* COMMON
------------------------------------------------------------------------------------------------------------*/

.formGroup:before, .formGroup:after { content: " "; display:table; }
.formGroup:after { clear:both; }





.m_wrap .form_table { width:100%; padding:20px 0; border-collapse:collapse; }
.m_wrap .form_table tbody th { padding:5px; vertical-align:middle; text-align:left; line-height:24px; font-size:15px; font-weight:600;  color:#000;  }
.m_wrap .form_table tbody td { padding:5px; vertical-align:middle; text-align:left; line-height:24px; font-size:15px; color:#000;  }

.m_wrap .formArea{padding-bottom:15px; }

.m_wrap .input_style:focus, .sel_style:focus, 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;}

.m_wrap label.tit { height:35px;  color:#f4f5f9; font-weight:600; line-height:35px; text-align:center; display:block; }
.m_wrap .input_style { width:100%; padding-left:5px; height:40px; border:1px solid #a0a0a0; font-size:14px;color:#000;  }
.m_wrap .sel_style { width:100%; padding-left:5px; height:40px; border:1px solid #a0a0a0; font-size:14px; vertical-align:middle; color:#000; }
.m_wrap .textarea_style { width:100%; padding:6px; line-height:20px;padding-top:10px;  padding-left:13px; height:45px; border:1px solid #a0a0a0; font-size:14px; resize:none; color:#000; }


.m_wrap .quick {width:100%; position:fixed; background:#fff; top:0; max-width:720px; margin:0 auto; z-index:9999;}

.m_wrap .quick img {width:100%; }

.m_wrap .go_btn {width:100%; height:100px; text-align:center; cursor:pointer; }
.m_wrap .go_btn a {width:100%; height:100px; text-align:center; padding:15px 30px; background-color:#e33852; color:#fff; font-size:20px; letter-spacing:-2px; font-weight:600; border-radius:7px;  }

.m_wrap .term_box {font-size:12px;line-height:18px;font-weight:400;text-align:center; padding:15px 0; margin-top:10px; letter-spacing:-1px;border-top:1px solid #ccc; color:#666; }
.m_wrap .term_box input {width:16px; height:16px; vertical-align:middle;  color:#000; }

.m_wrap .term_box p {color:#000;font-weight:500; font-size:13px; padding-top:10px;}
.m_wrap .term_box a {color:#000;font-weight:600; font-size:13px; padding-left:10px;}

.m_wrap .submit_box {text-align:center; background:none; padding-bottom:0px; }
.m_wrap .submit_box button {cursor:pointer; border:none; background:none; padding:none;width:100%; height:100%; padding:15px 40px; font-weight:600;
background-color:#008fe2; color:#fff; text-align:center; vertical-align:middle;font-size:20px; }




.m_wrap .woman, .m_wrap .man {
	float:left;	

    display: block;
    height: 100%;
    width: 50%;
    text-align: center;
    height:45px;
line-height:45px;
    cursor: pointer;

	
}

.m_wrap .woman label, .m_wrap .man label{padding-right:5px;}
.m_wrap .woman input, .m_wrap .man input {margin-left:-5px; width:17px; height:17px;  }
