@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic');
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(notokr.css);

html,body{overflow-x:hidden;}
caption{position:absolute;left:-9999px;}
fieldset,legend{border:none;}

/**************************reset css************************************/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   html, body, div, span, applet, object, iframe,
   h1, h2, h3, h4, h5, h6, p, blockquote, pre,
   a, abbr, acronym, address, big, cite, code,
   del, dfn, em, img, ins, kbd, q, s, samp,
   small, strike, strong, sub, sup, tt, var,
   b, u, i, center,
   dl, dt, dd, ol, ul, li,
   fieldset, form, label, legend,
   table, caption, tbody, tfoot, thead, tr, th, td,
   article, aside, canvas, details, embed, 
   figure, figcaption, footer, header, hgroup, 
   menu, nav, output, ruby, section, summary,
   time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Noto Sans KR', '맑은고딕', Malgun Gothic, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.5em;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a:focus, a:hover { text-decoration: none; }

/********************************base************************************/
body {
    position:relative;width:100%;zoom:1;font-family: 'Noto Sans KR', '맑은고딕', Malgun Gothic, sans-serif;color:#454545;font-weight:400;
    
}

.no-padding {
    padding:0;
}

.no-margin {
    margin:0;
}

.center {
    text-align:center !important;
}

.left {
    text-align:left !important;
}

.right {
    text-align: left;
}

.t_yellow {
    color:#eaab38;
}

.t_green {
    color:#85c142;
}

.t_blue {
    color:#0da6df;
}

.t_pink {
    color:#d70453;
}

.gap10 { 
    height:10px;
    clear:both;
}

.gapsm { 
    height:1em;
    clear:both;
}

.gap52 {
    height:52px;
    clear:both;
}

.gap {
    height:2em;
    clear:both;
}

.gap_double {
    height:4em;
    clear:both;
}

.gap_line {
    height:2em;
    border-bottom:1px solid #e1e1e1;
    clear:both;
}

.gap_dotline {
    height:2em;
    border-bottom:1px dotted #e1e1e1;
    clear:both;
}

.bold {
    font-weight:bold;
}

.small {
    font-size:11px;
    font-weight:normal;
}

.f_left {
    float:left;
}

.f_right {
    float:right;
}

.clear:after {
    content:"";
    display:block;
    clear:both;
}

h4 a {
    text-decoration:none;
    color:#454545;
    /*  font-weight:bolder;*/
    font-size:18px;
}

h4 a:hover {
    text-decoration:none;
}

/*table*/
table.tbl_type {
    margin-bottom: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

table.tbl_type th,
table.tbl_type td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: left;
    line-height: 1.7em;
    vertical-align: middle;
}

table.tbl_type th {
    background: #ebe8fd;
    text-align: center;
}

table.text-center td {
    text-align: center !important;
}
table.tbl_type ul, table.tbl_type ol {list-style:none;}
table.tbl_type li{padding-left:14px;background:url(../img/common/dot_whitegray.gif) 0 5px no-repeat;}
table.tbl_type2 {
    margin-bottom: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

table.tbl_type2 th,
table.tbl_type2 td {
    padding: 2px;
    text-align: left;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-size: 12px;
    text-align: center;
    font-family: 'Noto Sans KR', '맑은고딕', Malgun Gothic, sans-serif
    letter-spacing: -1px;
}

table.tbl_type2 th {
    background: #ebe8fd;
}

table.tbl_type3 {
    margin-bottom: 20px;
    width: 100%;
}

table.tbl_type3 th,
table.tbl_type3 td {
    text-align: center;
}
table.tbl_type4 th,
table.tbl_type4 td {
    text-align: center;
    width: 12%;
}

table.tbl_type3 th {
    background: #ebe8fd;
}


table.tbl_type2 {
    margin-bottom: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

table.tbl_type2 th,
table.tbl_type td {
    padding: 6px 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: left;
    line-height: 1.7em;
}

table.tbl_type2 th {
    background: #ebe8fd;
    text-align: center;
}


.botl {border-bottom: 1px solid #e1e1e1;}
.botl a{color: #454545;}
.menu_bottom{text-align: center;margin: 0 0 18px;}
.menu_bottom ul{}
.menu_bottom ul li{display: inline-block; padding: 7px 10px; border: 1px solid #fff; margin-left: -1px; width: 210px; background: #3974ec;}
.menu_bottom ul li a{font-size: 13px; color: #fff;}


.sub_top_a { background-image: url(../images/sub0_vis.jpg); background-position: 50% 50%; }
.sub_top_b { background-image: url(../images/sub1_vis.jpg); background-position: 50% 50%; }
.sub_top_c { background-image: url(../images/sub2_vis.jpg); background-position: 50% 50%; }
.sub_top_d { background-image: url(../images/sub3_vis.jpg); background-position: 50% 50%; }
.sub_top_e { background-image: url(../images/sub4_vis.jpg); background-position: 50% 50%; }
.sub_top_f { background-image: url(../images/sub5_vis.jpg); background-position: 50% 50%; }
.sub_top_g { background-image: url(../images/sub6_vis.jpg); background-position: 50% 50%; }

.radi1 { background-color: #679ce4; border-radius: 100% !important; width: 130px; margin: 0 auto; }
.radi2 { background-color: #2d64af; border-radius: 100% !important; width: 130px; margin: 0 auto; }
.radi3 { background-color: #e47f67; border-radius: 100% !important; width: 130px; margin: 0 auto; }

.p_txt { margin-top: 14px; letter-spacing: -1px;line-height: 20px;}
.capt { margin-top: 0; font-size: 13px; }


.capt_1 { background: #679ce4;padding: 8px;width: 8px;float: left; margin: 2px 5px 0 0 }
.capt_2 { background: #2d64af;padding: 8px;width: 8px;float: left; margin: 2px 5px 0 0 }
.capt_3 { background: #e47f67;padding: 8px;width: 8px;float: left; margin: 2px 5px 0 0 }


.radi1:hover { background-color: #447fd0;}
.radi2:hover { background-color: #4b7fc7;}
.radi3:hover { background-color: #d55c3f;}


.footal { text-align: left; }


/*************************** mobile *********************************/
#nav-toggle { position: fixed;top: -61px;left: 0px;z-index: 101;transition:.3s;width:100%;height:60px;border-bottom:1px solid #dfdfdf;background:#ffffff;}
#nav-toggle .logo{line-height:60px;}
#nav-toggle .logo img{padding-top:12px;}
#nav-toggle .btn-nav-toggle {display: block;width: 60px;height: 60px;right:0px;top:0px;position:absolute;background-image: url(../images/common/btns.png);background-repeat: no-repeat;text-indent: -9999px;opacity: 1; background-position: 0 0}
#nav-toggle .btn-nav-toggle:hover {opacity: .3;}
.navtoggleon #nav-toggle .btn-nav-toggle {background-position:0 -60px;}
.navtoggleon #nav-toggle .btn-nav-toggle:hover {}
.navtoggleon{ overflow:hidden;}
body.scroll_disabled {overflow: hidden;}
#gnb-mobile {display:none;}

/*mobile-nav*/

#gnb_mobile .nav {
    /*    right: 0;*/
    position: fixed;
    top: 0px;
    margin-top:60px;
    padding:20px;
    width: 100%;
    background: #fff;
    z-index: 9999;
    display:none;
    bottom:0;
    overflow-y: scroll;
}

#gnb_mobile .nav .gnb li {
    background:white;
}

#gnb_mobile .nav .gnb li a {
    display:block;
    font-size:15px;
    padding:7px 0 7px 17px;
    text-decoration:none;
    line-height:30px;
    font-weight:bold;
    cursor:pointer;
}

#gnb_mobile .nav .gnb li a.depth1 {
    position:relative;
}

#gnb_mobile .nav .gnb li a.depth1:after {
    content:url(../images/menu_op.png);
    transform:rotate(90deg);
    position:absolute;
    right:18px;
    top:50%;
    margin-top:-4px;
    transition:0.3s;
} 

#gnb_mobile .nav .gnb li.on a.depth1:after {
    transform:rotate(0deg);
    top:50%;
    margin-top:-2px;
} 

#gnb_mobile .nav .gnb li.on ul li {
    height:42px;
}

#gnb_mobile .nav .gnb li.on ul li.line {
    height: 64px;
}

#gnb_mobile .nav .gnb li.on ul li.line a {
    line-height: 24px;
}

#gnb_mobile .nav .gnb li ul li {
    background:#f7f7f7;
    overflow: hidden;
    height:0;
    transition:0.3s;
}

#gnb_mobile .nav .gnb li ul li a {
    font-size:12px;
    color:#777777;
    font-weight:inherit;
    padding-left:30px;
}

#gnb_mobile .nav .gnb li a.blue_line {
    border-left:3px solid #208ec8;
    color:#208ec8;
}

#gnb_mobile .nav .gnb li a.orange_line {
    border-left:3px solid #ec8f1a;
    color:#ec8f1a;
}

#gnb_mobile .nav .gnb li a.pink_line {
    border-left:3px solid #d70453;
    color:#d70453;
}

#gnb_mobile .nav .gnb li a.green_line {
    border-left:3px solid #7cbd43;
    color:#7cbd43;
}

#gnb_mobile .nav .gnb li:first-child ul li a.on,
#gnb_mobile .nav .gnb li:first-child ul li a:hover {
    color:#208ec8;
}

#gnb_mobile .nav .gnb li:nth-child(2) ul li a.on,
#gnb_mobile .nav .gnb li:nth-child(2) ul li a:hover {
    color:#ec8f1a;
}

#gnb_mobile .nav .gnb li:nth-child(3) ul li a.on,
#gnb_mobile .nav .gnb li:nth-child(3) ul li a:hover {
    color:#d70453;
}

#gnb_mobile .nav .gnb li:last-child ul li a.on,
#gnb_mobile .nav .gnb li:last-child ul li a:hover {
    color:#7cbd43;
}


/*************************** wrap *********************************/
#wrap{transition:.3s;}
.navtoggleon #wrap{opacity:.5;}
.inner{clear:both;max-width: 1150px;width:100%;margin:0 auto;}

.grid{clear:both;max-width: 1150px;width:100%;margin:0 auto;}
.grid-con{padding:2em;}
.grid-padd-by{padding:3em 0;} 
.padd{padding:3em;}
.round{display:block;border-radius:1em;overflow:hidden;}
.w100{width:100%;height:auto;}
.bg-whitegray{background:#f9f9f9 !important;}
.text-white{color:#ffffff !important;}
.text-orange{color: #4643c1 !important;}
.mb-1{margin-bottom:1em ;}
.mb-2{margin-bottom:2em ;}
.mb-3{margin-bottom:3em ;}
.mb-4{margin-bottom:4em ;}
/*************************** header *********************************/
#upper{background:#f5f5f5;padding:15px 0;}
#top{padding-top: 40px; height: 170px;}
#req a{position:relative;display:inline-block;width:60px;text-align:center;} 
#req a p{position:absolute;top:60px;width:60px;font-size:12px;letter-spacing:-1px;text-align:center;color:#444;}
#menu{line-height:1.8em;}
#gnb {display:block;font-weight:bold;text-align:center;margin:0 auto;}
#gnb a:hover{color: #842e62;}
#gnb>li {display:inline-block;}
#gnb>li>a {display: block;font-size: 17px;letter-spacing:-1px;text-align:center;height: 55px;line-height: 55px;color: #333333;text-decoration: none;padding:0 1.5em;}
#gnb>li:hover>a , #gnb>li.on>a{color: #faaf18;text-decoration: none !important;}


/*************************** spot *********************************/
#spot{}
/*************************** container *********************************/
#container{}
/*************************** footer *********************************/
#footer {background: #404040;font-size:13px;color: #cacaca;padding:3em 0 2em;}
#footer ul.btns{padding:0;margin:0;list-style:none;display:flex;margin:0 -2px;}
#footer ul.btns:after{content:"";display:block;clear:both;}
#footer ul.btns li{float:left;width: 33.333%;padding: 0;}
/* #footer ul.btns li a{border: 1px solid #fff;margin: 2px;text-decoration:none;display:block;color:#ffffff;padding:.4em .4em;display:block;transition:.3s;cursor:pointer;text-align:center;} */
/* #footer ul.btns li a:hover{background:#ffffff;color:#002752;} */
/*************************** sider *********************************/
#sider{}
/*************************** etc *********************************/
#etc{}

@media only screen and (max-width:1200px){  
    .grid{padding:0 1em;}    
}

@media only screen and (max-width: 992px){  
    body{padding-top:60px;}   
    .logo img {padding-left:1em; }   
}

@media only screen and (max-width: 768px){ 
    .padd{padding:2em 1em;}
    .hide-760{display:none;}
    .footal{ text-align: center; }
}

@media only screen and (max-width: 760px){ 
    .padd{padding:2em 1em;}
    .hide-760{display:none;}
}


@media only screen and (max-width: 540px){ 
    .padd{padding:2em 1em;}
    .hide-760{display:none;}

    .sub_top_a { background-image: url(../images/sub0_vis.jpg); }
    .sub_top_b { background-image: url(../images/sub1_vis.jpg); }
    .sub_top_c { background-image: url(../images/sub2_vis.jpg); }
    .sub_top_d { background-image: url(../images/sub3_vis.jpg); }
    .sub_top_e { background-image: url(../images/sub4_vis.jpg); }
    .sub_top_f {background-image: url(../images/sub5_vis.jpg);background-position: 75% 0%;background-size: auto !important;}
    .sub_top_g {background-image: url(../images/sub6_vis.jpg);background-position: 93% 95%;}

}
