@import url(//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.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, 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 Square'  overflow-y: visible !important; box-sizing:border-box; }
img { vertical-align:middle; border:none; }
a { text-decoration:none; cursor:pointer; color:#000; }
p { }
h1 { font-weight:600; }
b { font-weight:600; }
div, input, button { vertical-align:middle; border:none; font-family: 'Nanum Square'}
textarea { border:none; }
.red {color:#ee0000;}

 input[type=radio].custom {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid gray;
  border-radius: 50%; 
  background-color: #fff;
  outline: none;
}

input[type=radio].custom:checked {
  background-color: #f49724; 
  border: 3px solid #fff; 
  box-shadow: 0 0 0 1px #f49724;
}

input[type=radio] {
  accent-color: #f49724;
  width: 20px;
  height: 20px;
}


/* PC 
------------------------------------------------------------------------------------------------------------*/

.wrap { width:100%; min-width:1200px; overflow:hidden; }
.wrap .contents { position:relative; top:0; left:50%; margin-left:-960px; width:1920px; text-align:center; }
.wrap .contents > img { width:720px; }


.wrap .scroll_banner { position:absolute; top:200px; right:100px; z-index:1000; text-align:center; }
.wrap .scroll_banner .close { position:absolute; top:8px; right:8px; color:#fff; line-height:30px; font-weight:400; font-size:1.4em; cursor: pointer; display: inline-block; }
.wrap .scroll_banner a { display:block; background-color:#f49724; border-radius:30px; width:150px; height:150px; padding-top:22px; color:#fff; font-size:20px; letter-spacing:-2px; }
.wrap .scroll_banner i { color:#fff; padding-right:10px;}

@media screen and (max-width:1400px)  {
.wrap > .scroll_banner {display:none;}
}


.m_wrap { width:100%; overflow:hidden; max-width:720px; min-width:320px; text-align:center; margin:0 auto;}
.m_wrap .contents img { width:100%; }

.m_wrap .top_fix { position:fixed; width:100%; max-width:720px; 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:16px; left:10px; }
.m_wrap .top_fix .left img { width:100%; }
.m_wrap .top_fix .left a { color:#000; font-size:1.2em; font-weight:600; }

.m_wrap .top_fix .right { position:absolute; top:9px; right:10px; }
.m_wrap .top_fix .right a { padding:8px 12px; background:#f49724; font-size:1.1em; color:#fff; font-weight:500; text-align:center; display:inline-block; }



/*form */
.formdiv {background-color:#285fff; padding:50px; }
.formdiv .inner { width:820px; margin:0 auto; padding:20px 150px; text-align:center; background-color:#fff; }

.formdiv .formArea { width:100%; margin:0 auto; overflow: hidden; padding:0 10px 20px 10px; }
.formdiv .formGroup { text-align:center; }

.formdiv .form_table { width:100%; border-collapse:collapse; font-size:1em; padding:0 40px; }
.formdiv .form_table tbody th { padding:10px; vertical-align:middle; text-align:left; line-height:180%; font-size:18px; font-weight:600;  letter-spacing:-2px; font-family: 'Nanum Square';}
.formdiv .form_table tbody td { padding:10px; vertical-align:middle; text-align:left; line-height:180%; font-size:16px; }
.formdiv .form_table tbody tr {border-bottom:1px solid #ccc;}
.formdiv .form_table tbody tr:first-child {border-top:1px solid #ccc;}

.formdiv .input_style:focus, .wrap .sel_style:focus, .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;}

.formdiv label { letter-spacing:-1.5px; float:left; width:50%; padding:4px 0; }
.formdiv .input_style { padding-left:10px; height:42px; border:1px solid #d7d7d7; font-size:16px; font-family: 'Nanum Square';}
.formdiv .sel_style { width:100%; padding-left:10px; height:36px; border:1px solid #d7d7d7; font-size:16px; vertical-align:middle; background-color:#fff; font-family: 'Nanum Square';}
.formdiv .textarea_style { width:100%; padding:10px; height:80px; border:1px solid #d7d7d7; font-size:16px; vertical-align: middle; font-family: 'Nanum Square';}
.formdiv input[type="radio"] { width:16px; height:16px; font-family: 'Nanum Square';}

.formdiv .submit_box { margin-top:20px; line-height:140%; }
.formdiv .submit_box .btn01 { text-align:center; width:60%; color:#fff; background:none; font-weight:600; font-size:28px; letter-spacing:-2px; cursor:pointer; padding:16px 0; }
.formdiv .submit_box .btn01 img { width:100%; }
 


/* MOBILE
------------------------------------------------------------------------------------------------------------*/
 
.m_wrap { width:100%; overflow:hidden; max-width:720px; min-width:320px; text-align:center; margin:0 auto;}
.m_wrap .contents > img { width:100%; }

.m_form .quick {width:100%; position:fixed; top:0; max-width:720px; margin:0 auto; z-index:99;}
.m_form .quick img {width:100%; }

.m_form .slick-prev, .m_form .slick-next, .m_form .slick-arrow {display:none!important;}

.m_form .video-container {position:relative; padding-bottom:56.25%; height:0; overflow:hidden;} 
.m_form .video-container iframe, .m_form .video-container object, .m_form .video-container embed {position:absolute; top:0; left:0; width:100%; height:100%;} 


/*form */
.m_form .inner { text-align:center; padding: 10px;  background-color:#fff;  }
.m_form .formArea { width:100%; margin:0 auto; padding:5px 5px 20px 5px; overflow: hidden;}
.m_form .formGroup { margin-bottom:12px; text-align:center; }

.m_form .input_style:focus, .m_form .sel_style:focus, .m_form 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_form .form_table { width:100%; padding:20px 0; border-collapse:collapse; border-top:1px solid #d7d7d7; }
.m_form .form_table tbody tr { border-bottom:1px solid #d7d7d7; }
.m_form .form_table tbody th { padding:8px 5px; vertical-align:middle; text-align:left; line-height:22px; font-size:15px; letter-spacing:-1px; font-weight:600; }
.m_form .form_table tbody td { padding:8px 5px; vertical-align:middle; text-align:left; line-height:22px; font-size:15px; }

.m_form .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_form label { letter-spacing:-1.5px; float:left; width:50%; padding:4px 0; }
.m_form .input_style { padding-left:5px; height:38px; border:1px solid #aaa; font-size:14px; font-family: 'Nanum Square';}
.m_form .sel_style { padding-left:5px; height:38px; border:1px solid #aaa; font-size:14px; vertical-align:middle; background-color:#fff; font-family: 'Nanum Square';}
.m_form input[type="radio"] { width:16px; height:16px; font-family: 'Nanum Square';}

.m_form .submit_box { padding-top:10px; }
.m_form .submit_box .btn01 { margin-top:10px; width:80%; color:#fff; background:none; font-weight:600; font-size:22px; letter-spacing:-2px; cursor:pointer; padding:12px 0; }

 