@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;}


.wrap .slick-dots { position: absolute; bottom: 5%; left: 50%; margin: 0; padding: 0; transform: translateX(-50%);} /*¸¶ÁøÆÐµù ÃÊ±âÈ­ */
.wrap .slick-dots li { float: left; margin: 0 12px;} /* °¡·Î¹èÄ¡, Á¡µé »çÀÌÀÇ °£°Ý */
.wrap .slick-dots li button { background: #999; width: 10px; height: 10px;  border-radius: 50%; border: none;  text-indent: -9999px;} /* ¿ø ¸ð¾ç */
.wrap .slick-dots li.slick-active button { background: #fff; } /*ÇöÀç½½¶óÀÌµå À§Ä¡ Ç¥½Ã*/

.m_wrap .slick-dots { position: absolute; bottom: 5%; left: 50%; margin: 0; padding: 0; transform: translateX(-50%);} /*¸¶ÁøÆÐµù ÃÊ±âÈ­ */
.m_wrap .slick-dots li { float: left; margin: 0 8px;} /* °¡·Î¹èÄ¡, Á¡µé »çÀÌÀÇ °£°Ý */
.m_wrap .slick-dots li button { background: #999; width: 10px; height: 10px;  border-radius: 50%; border: none;  text-indent: -9999px;} /* ¿ø ¸ð¾ç */
.m_wrap .slick-dots li.slick-active button { background: #fff; } /*ÇöÀç½½¶óÀÌµå À§Ä¡ Ç¥½Ã*/



/* PC 
------------------------------------------------------------------------------------------------------------*/

.wrap { width:100%; max-width:820px; overflow:hidden; margin:0 auto; }
.wrap .contents { position:relative; top:0; left:50%; margin-left:-960px; width:1920px; text-align:center; }

.wrap .scroll_banner { position:absolute; top:200px; right:100px; z-index:1000; text-align:center; }
.wrap .scroll_banner .close { position:absolute; top:0; right:-5px; width:30px; height:30px; border-radius:15px; background:#333; 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 .go_btn { width:100%; min-width:1200px; overflow:hidden; position:fixed; bottom:0; left:0; z-index:9999; }
.wrap .go_btn a {cursor:pointer; position:relative; bottom:0; left:50%; margin-left:-960px; width:1920px; text-align:center;}


/*form */

.formdiv .inner { width:100%; max-width:720px; margin:0 auto; padding:20px 0; text-align:center;}

.formdiv .formArea { width:100%; margin:0 auto; overflow: hidden; background-color:#fff; 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:15px 15px 15px 40px; 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:15px 40px 15px 15px; 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:80%; color:#fff; background-color:#26c1be; font-weight:600; font-size:28px; letter-spacing:-2px; cursor:pointer; padding:16px 0; }


	@media screen and (max-width:758px)  {

		.formdiv .inner { width:100%; margin:0 auto; padding:20px 0; text-align:center;}

		.formdiv .formArea { width:100%; margin:0 auto; overflow: hidden; background-color:#fff; padding:0 10px 40px 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:16px; 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:14px; font-family: 'Nanum Square';}
		.formdiv .sel_style { width:100%; padding-left:10px; height:36px; border:1px solid #d7d7d7; font-size:14px; 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:14px; vertical-align: middle; font-family: 'Nanum Square';}
		.formdiv input[type="radio"] { width:16px; height:16px; font-family: 'Nanum Square';}

		.formdiv .submit_box { margin-top:10px; line-height:140%; }
		.formdiv .submit_box .btn01 {text-align:center; width:80%; color:#fff; background-color:#26c1be; font-weight:600; font-size:22px; letter-spacing:-2px; cursor:pointer; padding:16px 0; }

	}





/* MOBILE
------------------------------------------------------------------------------------------------------------*/

.m_wrap { width:100%; overflow:hidden; max-width:720px; margin:0 auto; padding:0 20px; }

.m_form { width:100%; overflow:hidden; max-width:720px; margin:0 auto; }
.m_form .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; }
.m_form .formArea { width:100%; margin:0 auto; padding:0 5px 20px 5px; overflow: hidden; background-color:#fff; }
.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 { float:left;width:100%; color:#fff; background-color:#26c1be; font-weight:600; font-size:22px; letter-spacing:-2px; cursor:pointer; padding:12px 0; }



}