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:120%; color:#041c6e; font-size:1em; font-family: 'Pretendard-Regular'; overflow-y:visible!important; box-sizing:border-box; }
img { vertical-align:middle; border:none; }
a { text-decoration:none; cursor:pointer; }
p { }
div, input, button { vertical-align:middle; border:none; font-family: 'Pretendard-Regular'; }
textarea { border:none; }
.red { color:#ee0000; }
.wh { color:#fff; }
.gold { color:#a98036; }
.bl { color:#09489c; }


/* 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 .top { position: relative; width:100%; height:50px; top:0; z-index:99999; background-color:#222; color:#fff; overflow:hidden; }
.wrap .top.on { width:100%; transition: all 0.5s; position: fixed; margin-top: 0; }
.wrap .top { width:100%; margin: 0 auto; }

.wrap .top_in {width:1100px; margin:0 auto; height:50px; }

.wrap .top_btn { width:100%; float:right; margin: 0 auto; list-style:none; }
.wrap .top_btn li { float:left; padding:17px 63px; font-size:18px; font-weight:500; }
.wrap .top_btn li > a { color:#fff; }

.wrap .top_btn > li > h1 { margin-right:100px; float:left; text-align:center; padding:0; line-height:100%; }


.wrap .top_btn > li:hover > a,
.wrap .top_btn > li:focus > a,
.wrap .top_btn > li:active > a,
.wrap .top_btn > li.active >a { color: yellow; }


.wrap .inner { width:1100px; margin:0 auto; }
.wrap .p100 { padding:100px 0; }
.wrap h1 { font-size:60px; line-height:120%; font-weight:600; letter-spacing:-4px; text-align:center;}
.wrap h2 { font-size:50px; line-height:140%; font-weight:600; letter-spacing:-2px; text-align:center;}
.wrap h3 { font-size:38px; line-height:140%; font-weight:600; }
.wrap h4 { font-size:28px; line-height:200%; font-weight:600; }


.wrap .footer { width:1200px; margin:0 auto; }
.wrap .footer ul li:first-child { width:30%; float:left; padding:40px 20px; }

.wrap .footer ul li:last-child { width:70%; float:left; padding:40px 20px; display:block; }
.wrap .footer ul li:last-child h4 { color:#fff; padding-bottom:10px; }
.wrap .footer ul li:last-child p.info { color:#fff; font-size:14px; line-height:24px; }
.wrap .footer ul li:last-child p.copy { color:#fff; font-size:14px; line-height:24px; letter-spacing:1px; font-weight:400; padding-top:20px; }

.wrap .slick-dots { position: absolute; bottom: -20%; left: 50%; margin: 0; padding: 0; transform: translateX(-50%);} /*¸¶ÁøÆÐµù ÃÊ±âÈ­ */
.wrap .slick-dots li { float: left; margin: 0 12px;} /* °¡·Î¹èÄ¡, Á¡µé »çÀÌÀÇ °£°Ý */
.wrap .slick-dots li button { background: #666; width: 15px; height: 15px;  border-radius: 50%; border: none;  text-indent: -9999px;} /* ¿ø ¸ð¾ç */
.wrap .slick-dots li.slick-active button { background: #fff; } /*ÇöÀç½½¶óÀÌµå À§Ä¡ Ç¥½Ã*/

.wrap .slick1 .slick-dots {bottom:30px; }

/*form */

.form1 { width:720px; margin:0 auto; text-align:center; }
.form1 .inner { width:100%; margin:0 auto;}
.form1 .formArea { width:100%; margin:0 auto; overflow: hidden; background-color:#fff; padding:40px 40px; margin-top:20px;  }
.form1 .formGroup { text-align:center; }

.form1 .form_table { width:100%; border-collapse:collapse; font-size:1em; }
.form1 .form_table tbody tr { }
.form1 .form_table tbody th { padding:10px 10px 10px 50px; vertical-align:middle; text-align:left; line-height:100%; font-size:18px; font-weight:600;  letter-spacing:-2px; }
.form1 .form_table tbody td { padding:10px 50px 10px 10px; vertical-align:middle; text-align:left; line-height:100%; font-size:18px; }

.form1 .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;}

.form1 label { float:left; padding:10px 0; width:33%; }
.form1 .input_style { width:100%; padding-left:10px; height:42px; font-size:18px; background-color:#f8f8f8; }
.form1 .sel_style { width:100%; padding-left:10px; height:42px; border:1px solid #ccc; font-size:18px; vertical-align:middle;}
.form1 .textarea_style { width:100%; padding:10px; height:90px; border:1px solid #ccc; font-size:18px; resize:none; }

.form1 .submit_box { width:100%; padding-top:10px; }
.form1 .submit_box .btn01 { width:250px;text-align:center; font-weight:600; font-size:28px;letter-spacing:-2px; margin-top:20px; cursor:pointer; background-color:#054ba7; height: 60px; line-height:60px; color:#fff; }
.form1 .submit_box .btn01 img { width:100%; }
