
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:100%; color:#333; font-size:1em; font-family: 'Noto Sans KR', sans-serif; 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: 'Noto Sans KR'}
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: #008af9; 
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #008af9;
}

input[type=radio] {
  accent-color: #008af9;
  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 .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:#203d7f; border-radius:30px; width:150px; height:150px; padding-top:22px; color:#fff; font-size:18px; letter-spacing:-2px; }
.wrap .scroll_banner i { color:#fff; padding-right:10px;}

@media screen and (max-width:1400px)  {
.wrap > .scroll_banner {display:none;}
}

.wrap #top .bx-wrapper .bx-pager { margin-top:-50px; }
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background-color:#fdd585!important;  } 

/*form */

.wrap .form1 { width:100%; padding:70px 0 50px 0; background-color:#fcf3ea; text-align:center; margin:0 auto; }
.wrap .form1 .inner { width:720px; margin:0 auto; }
.wrap .form1 h1 { font-size:58px; font-weight:600; line-height:120%; display:block; width:100%; margin-bottom:10px; color:#000; letter-spacing:-2px; }
.wrap .form1 h1 span { color:#008af9; }

.wrap .form1 .formArea { width:720px; margin:0 auto; overflow: hidden; padding:20px 50px 30px 50px; }
.wrap .form1 .formGroup { text-align:center; }

.wrap .form1 .form_table { width:100%; border-collapse:collapse; font-size:1em; border-top:1px solid #d7d7d7; }
.wrap .form1 .form_table tbody tr { border-bottom:1px solid #d7d7d7; }
.wrap .form1 .form_table tbody th { padding:12px 12px 12px 60px; vertical-align:middle; text-align:left; line-height:100%; font-size:20px; font-weight:600;  letter-spacing:-2px; }
.wrap .form1 .form_table tbody td { padding:12px 60px 12px 12px; vertical-align:middle; text-align:left; line-height:100%; font-size:20px; }

.wrap .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; }

.wrap .form1 label { float:left; padding:8px 0; width:30%; }
.wrap .form1 .input_style { width:100%; padding-left:10px; height:38px; border:1px solid #ccc; font-size:18px; }
.wrap .form1 .sel_style { width:100%; padding-left:10px; height:38px; border:1px solid #ccc; font-size:18px; vertical-align:middle;}
.wrap .form1 .textarea_style { width:100%; padding:10px; height:90px; border:1px solid #ccc; font-size:18px; resize:none; }

.wrap .form1 .submit_box { width:100%; padding-top:10px; }
.wrap .form1 .submit_box .btn01 { width:50%; text-align:center; font-weight:600; font-size:32px;letter-spacing:-2px; margin-top:10px; cursor:pointer; background-color:#ff8141; padding:10px 0; color:#fff; }
 



.wrap .comm_tab1 {display:block;clear:both;*zoom:1; width:720px; margin:0 auto; padding:70px 0; }
.wrap .comm_tab1:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both}
.wrap .comm_tab1>.tab_menu {width:720px; margin:0 auto; }
.wrap .comm_tab1>.tab_menu > li {float:left;text-align:center;font-size:28px;background-color:#5ebfec; color:#fff; letter-spacing:-1px; width:50%; }

.wrap .comm_tab1>.tab_menu .tit {display:block;padding:30px 0;font-weight:bold;color:#fff;cursor:pointer;}
.wrap .comm_tab1>.tab_menu .on {}
.wrap .comm_tab1>.tab_menu .on .tit {background-color:#fff; color:#5ebfec;  }
.wrap .comm_tab1>.tab_cont {float:left;width:100%; clear:both; }
.wrap .comm_tab1>.tab_cont > .cont {padding:20px; }
.wrap .comm_tab1>.tab_cont > .cont:first-child { }
.wrap .comm_tab1>.tab_cont > .cont p { color:#333; padding:10px 40px; line-height:26px; text-align:left; }
.wrap .comm_tab1>.tab_cont > .cont img { cursor:pointer; margin-bottom:10px;}
/*.wrap .comm_tab1>.tab_cont > .cont img:hover { border:3px solid #ee0000; }*/
.wrap .comm_tab1 .comm_refer { }
 



/* MOBILE
------------------------------------------------------------------------------------------------------------*/

.m_wrap { width:100%; overflow:hidden; max-width:720px; min-width:320px; text-align:center; margin:0 auto;}
.m_wrap .contents { max-width:720px; }
.m_wrap .contents img { width:100%; }


.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:500; }

.m_wrap .top_fix .right { position:absolute; top:9px; right:10px; }
.m_wrap .top_fix .right a { padding:8px 12px; background:#203d7f; border-radius:6px; font-size:1.1em; color:#fff; font-weight:500; text-align:center; display:inline-block; }


.m_wrap #top .bx-wrapper .bx-pager { margin-top:-50px; }


.m_wrap .comm_tab1 {display:block;clear:both;width:100%; margin:0 auto; padding-top:20px; }
.m_wrap .comm_tab1:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both;}
.m_wrap .comm_tab1>.tab_menu {width:100%; margin:0 auto; }
.m_wrap .comm_tab1>.tab_menu > li {float:left;text-align:center;font-size:18px; background-color:#5ebfec; color:#fff; letter-spacing:-1px; width:50%;}


.m_wrap .comm_tab1>.tab_menu .tit {display:block;padding:0;font-weight:bold;color:#fff;cursor:pointer; padding:15px 0; }
.m_wrap .comm_tab1>.tab_menu .on { }
.m_wrap .comm_tab1>.tab_menu .on .tit { background-color:#fff; color:#5ebfec;  }
.m_wrap .comm_tab1>.tab_cont {float:left;width:100%; clear:both; }
.m_wrap .comm_tab1>.tab_cont > .cont { }
.m_wrap .comm_tab1>.tab_cont > .cont:first-child { }
.m_wrap .comm_tab1>.tab_cont > .cont p { padding:10px; text-align: center; text-align:left; font-size:14px; }
.m_wrap .comm_tab1>.tab_cont > .cont img { margin-bottom:5px; padding-top:20px; }
/*.m_wrap .comm_tab1>.tab_cont > .cont img:hover { border:3px solid #ee0000; }*/
.m_wrap .comm_tab1 .comm_refer {  }


/*form */
.formGroup:before, .formGroup:after { content: " "; display:table; }
.formGroup:after { clear:both; }
.m_wrap .form1 { background-color:#fcf3ea; margin:0 auto; text-align:center; }
.m_wrap .form1 .inner { padding:40px 10px 20px 10px; }
.m_wrap .inner h1 { font-size:34px; font-weight:600; line-height:120%; letter-spacing:-2px; color:#000; }
.m_wrap .inner h1 span { color:#008af9; }
.m_wrap .form1 .formArea {  margin:0 auto; overflow: hidden; padding:10px; }
.m_wrap .form1 .formGroup { margin-bottom:12px; text-align:center; }

.m_wrap .form1 .form_table { width:100%; padding:0; border-collapse:collapse; border-top:1px solid #d7d7d7;}
.m_wrap .form1 .form_table tbody th { padding:6px 5px; vertical-align:middle; text-align:right; line-height:24px; font-size:16px; font-weight:500; letter-spacing:-2px; }
.m_wrap .form1 .form_table tbody td { padding:6px 5px; vertical-align:middle; text-align:left; line-height:24px; font-size:14px; }
.m_wrap .form1 .form_table tbody tr {border-bottom:1px solid #d7d7d7;}

.m_wrap .form1 label { float:left; padding:6px 0; width:30%; }
.m_wrap .form1 .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 .form1 .input_style { padding-left:5px; height:36px; border:1px solid #ccc; font-size:14px; }
.m_wrap .form1 .sel_style { width:100%; height:36px; border:1px solid #ccc; font-size:14px; vertical-align:middle; background-color:#fff;}
.m_wrap .form1 .textarea_style { width:100%; padding:6px; height:60px; border:1px solid #ccc; font-size:14px; resize:none;}

.m_wrap .form1 .submit_box { width:100%; text-align:center; margin-bottom:10px;  }
.m_wrap .form1 .submit_box button { width:100%; font-weight:600; font-size:22px; letter-spacing:-2px; cursor:pointer; color:#fff; max-width:500px; margin-top:10px; background-color:#ff8141; padding:10px 0; color:#fff; }
 