.h2_type_1 {
    font-size: 30px;
    font-weight: 500;
    color: #222;
    padding-left: 33px;
}

.h3_type_1 {
    font-size: 22px;
    font-weight: 500;
    color: #1A5BB1;
    margin-bottom: 20px;
    line-height: 1.5;
}


h1, h2, h3, h4, h5, h6, em, address {
    font-style: normal;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
    font-family: 'Roboto','Noto Sans KR','맑은 고딕', 'Apple SD Gothic Neo', 'Helvetica', 'Verdana', 'Dotum', '돋움', verdana, sans-serif;
    box-sizing: border-box;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 14px;
    line-height: 1.2;
    font-family: 'Roboto','Noto Sans Korean','맑은 고딕', 'Dotum', '돋움', verdana, sans-serif;
    letter-spacing: -0.034em;
}

@media (min-width: 1001px) and (max-width: 1900px) {
    html {
        font-size: 0.8421vw;
    }
}

html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    /* overflow-y: scroll; */
}

*::before, *::after {
    box-sizing: border-box;
}

*::before, *::after {
    box-sizing: border-box;
}

#container {
    position: relative;
}

.sub_container {
    width: 100%;
}

.sub_container > .inner {
    max-width: 1640px;
    min-height: 350px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px 80px;
}

.sub_container > .inner .lb_con {
    position: relative;
}

.sub_container > .inner .lb_con {
    float: left;
    width: 100%;
}
.sub_title_w {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.sub_title_w .rb {
    position: relative;
    flex-shrink: 0;
}
.sub_tab_menu_wrap {
    min-height: 54px;
}
.sub_tab_menu {
    display: flex;
    flex-wrap: wrap;
}

.sub_tab_menu.w02 > li {
    width: 50%;
}

.sub_tab_menu > li.active {
    border-color: #1C5DB1;
}

.sub_tab_menu > li {
    display: inline-block;
    border: 1px solid #ddd;
    margin: -1px 0 0 -1px;
    width: 25%;
    word-break: keep-all;
}

.sub_tab_menu > li.active > a {
    background-color: #1C5DB1;
    color: #fff;
}

.sub_tab_menu > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    height: 100%;
    word-break: keep-all;
}

a {
    text-decoration: none;
    color: #666;
    -webkit-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
    -moz-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
    -ms-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
    -o-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
    transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
}
.h2_type_2 {
    font-size: 30px;
    font-weight: 600;
    color: #222;
    margin: 0 0 28px;
}

h1, h2, h3, h4, h5, h6, em, address {
    font-style: normal;
}

.text_gray_box_1 {
    padding: 30px 40px;
    background-color: #F0F3F8;
}
p.txt_1 {
    font-size: 17px;
    color: #222;
    line-height: 1.6;
    margin: 10px 0;
    text-align: justify;
    letter-spacing: -0.02em;
    word-break: keep-all;
}
.gab60 {
    width: 100%;
    height: 60px;
}
.mbi_wrap .section {
    margin: 0 0 50px;
}
.iconlist_area {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.h3_type_1.bold {
    font-weight: 700;
}

.iconlist_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}
.iconlist_area ul li {
    display: block;
    width: 32%;
    text-align: center;
    margin-top: 20px;
}

.iconlist_area ul li .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 85px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    cursor: pointer;
}
.iconlist_area ul li p.box-2 {
    display: block;
    width: 100%;
    word-break: break-word;
    font-size: 13px;
    line-height: 1.6;
}

.iconlist_area ul li .circle img {
    max-width: 100%;
    max-height: 100%;
}

img {
    border: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='crop')";
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='crop');
    max-width: 100%;
}

select, img, input, textarea, button {
    font-family: 'Roboto','Noto Sans KR','맑은 고딕', 'Apple SD Gothic Neo', 'Helvetica', 'Verdana', 'Dotum', '돋움', verdana, sans-serif;
    color: #888;
}

.mbi_wrap .section {
    margin: 0 0 50px;
}


.na_chart {
    width: 100%;
    display: flex;
    position: relative;
}
.na_chart > li {
    padding: 0 5px;
    width: 25%;
    position: relative;
}
.na_chart > li .cont {
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 10px;
    min-height: 324px;
}

.dot_list {
    margin: 10px 0;
}
.dot_list > li:first-child {
    margin-top: 0;
}
.dot_list > li {
    margin-top: 12px;
    line-height: 1.6;
    font-size: 17px;
    padding-left: 13px;
    position: relative;
}
.bg_white_v2 {
    display: inline-block;
    padding: 15px 20px;
    color: #fff;
    background-color: #1D5DB0;
    font-size: 17px;
    font-weight: 500;
    transition: all .25s ease;
}

.lst_txt_v3.num {
    padding-left: 20px;
}
.lst_txt_v3 {
    margin: 15px 0;
}
.lst_txt_v3 > li:first-child {
    margin-top: 0;
}
.lst_txt_v3 > li {
    margin-top: 11px;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 20px;
    text-indent: -20px;
}
.lst_txt_v3 > li span.num {
    display: inline-block;
    padding: 0px 8px;
    border-radius: 50%;
    background-color: #E5ECF8;
    text-indent: 0;
    margin-left: -15px;
    color: #1C5CB0;
    font-size: 16px;
    margin-right: 5px;
}
.white_v3 {
    font-size: 14px;
    color: #292929;
    padding: 3px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #aaa;
    text-indent: 0;
    padding: 7px 15px 5px;
    border-radius: 5px;
    margin: 3px;
}
.tbl_info {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #222;
    position: relative;
    table-layout: fixed;
}
table {
    border-collapse: separate;
    border: 0 none;
    border-spacing: 0;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    word-break: break-all;
    border: 0;
}
caption {
    position: absolute;
    left: -9999px;
    display: inline-block;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
    opacity: 0;
}
address, caption, em, cite {
    font-weight: normal;
    font-style: normal;
}
.tbl_info th {
    border: 1px solid #ddd;
    border-left: none;
    background-color: #F7F8FC;
    padding: 20px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #222;
}
table th, table td {
    vertical-align: middle;
}
.tbl_info tbody tr:first-of-type td {
    border-top: none;
}
.tbl_info td {
    border: 1px solid #ddd;
    border-left: none;
    padding: 20px 10px;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    word-break: keep-all;
}
table th, table td {
    vertical-align: middle;
}
.txt_base_v2 {
    font-size: 15px;
    line-height: 1.6;
    margin: 10px 0;
}
.accordion_private_box {
    margin-top: 30px;
}
.accordion_private_list {
    border-top: 2px solid #222;
    border-bottom: 2px solid #DDD;
}
.accordion_private_list > li {
    border-bottom: 1px dashed #ddd;
}
.accordion_private_list > li > .top {
    padding: 20px 30px 20px 70px;
    display: block;
    min-height: 35px;
    font-size: 18px;
    font-weight: 500;
    color: #1C5CB0;
    position: relative;
}
.accordion_private_list > li > .cont {
    background-color: #F8F8F8;
    border-top: 1px dashed #ddd;
    padding: 20px 40px;
    display: none;
}

.accordion_private_list > li > .cont .dot_list > li > a {
    font-size: 16px;
    color: #222;
}

.pri_link_list_1 {
    width: 100%;
    border-top: 2px solid #222;
    border-bottom: 2px solid #ddd;
}
.pri_link_list_1 > li {
    border-bottom: 1px dashed #ddd;
}

.pri_link_list_1 > li > a {
    display: block;
    padding: 20px 20px 20px 70px;
    font-size: 16px;
    color: #222;
    min-height: 60px;
}
.user_satisfaction_survey {
    width: 100%;
    border: 1px solid #ddd;
    margin-top: 65px;
}
.user_satisfaction_survey .top {
    background-color: #F7F7F7;
    padding: 25px 40px;
}
.user_satisfaction_survey .top .title {
    font-size: 16px;
    color: #666;
    padding: 10px 0 10px 34px;
    margin-bottom: 10px;
}
.user_satisfaction_survey .top .radio_b {
    margin-bottom: 15px;
}
.user_satisfaction_survey .top .radio_b span {
    display: inline-block;
    margin-right: 15px;
}

input[type=checkbox], input[type=radio] {
    /* float: left; */
    margin-right: 5px;
    vertical-align: middle;
}
.user_satisfaction_survey .top .radio_b label {
    font-size: 15px;
    color: #666;
    vertical-align: middle;
}
.user_satisfaction_survey .top .upload_box {
    width: 100%;
    display: flex;
    height: 47px;
}
.blind {
    position: absolute;
    left: -9999px;
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    text-indent: -9999px;
    opacity: 0;
}
label {
    vertical-align: middle;
}
.user_satisfaction_survey .top .upload_box .txt_sati {
    flex-grow: 1;
    height: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 20px;
    font-size: 15px;
}
.user_satisfaction_survey .top .upload_box .btn_upload {
    width: 130px;
    height: 100%;
    background-color: #282828;
    color: #fff;
    font-size: 17px;
}
button {
    background: none;
    margin: 0;
    padding: 0;
    border: 0 none;
    cursor: pointer;
}
.user_satisfaction_survey .info {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
    border-top: 1px solid #ddd;
}
.user_satisfaction_survey .info dl {
    display: inline-flex;
    padding: 0 25px;
    flex-wrap: wrap;
}
.user_satisfaction_survey .info dl dt {
    margin-right: 5px;
    font-size: 15px;
    color: #222;
    line-height: 1.6;
}
.user_satisfaction_survey .info dl dd {
    margin-right: 5px;
    font-size: 15px;
    color: #222;
    line-height: 1.6;
}
.user_satisfaction_survey .info dl dt b {
    color: #1C5CB0;
}

/* table */
.table_info_box{width: 100%;}
.table_info_box > .tbl_info{min-width:600px;}
.tbl_info{width: 100%; border-collapse: collapse; border-top: 2px solid #222; position: relative; table-layout: fixed;}
.tbl_info::before{content: ""; width: 3px; height: calc(100% + 3px); background-color: #fff; position: absolute; right: -1px; top: -2px;}
.tbl_info tbody tr:first-of-type td{border-top: none;}
.tbl_info tbody tr:first-of-type th{border-top: none;}
.tbl_info th{border: 1px solid #ddd; border-left: none; background-color: #F7F8FC; padding: 20px 10px; text-align: center; font-size: 16px; font-weight: 500; color: #222;}
.tbl_info td{border: 1px solid #ddd; border-left: none; padding: 20px 10px; text-align: center; font-size: 16px; line-height: 1.6; position: relative;word-break: keep-all;}
.tbl_info th.txtL{text-align: left; padding-left: 20px;}
.tbl_info td.txtL{text-align: left; padding-left: 25px;}
.tbl_info td.top{vertical-align: top;}
.tbl_info td.bold{font-weight: 600;}
.tbl_info td span.bold{font-weight: 600;}

.tbl_info.lineN tr{border-bottom: 1px solid #ddd;}
.tbl_info.lineN th{border: none;}
.tbl_info.lineN td{border: none;}

td.td_rss{padding-right: 60px; min-height: 50px; position: relative;}
td.td_rss .addr_coyp{width: 40px; height: 40px; border-radius: 50%; border: 1px solid #ddd; position: absolute; right: 15px; top: 10px; transition: all .25s ease;}
td.td_rss .addr_coyp:hover,
td.td_rss .addr_coyp:focus{background-color: #ddd;}

.tbl_info.sm th{padding: 14px 10px; font-size: 16px;}
.tbl_info.sm td{padding: 12px 10px; font-size: 15px;}

.tbl_info .rule li{margin: 7px 0 0 25px;text-indent:-25px;}
.tbl_info .rule li:first-child{margin-top: 0;}

.tbl_info.sm th{padding: 14px 10px; font-size: 16px;}
.tbl_info.sm td{padding: 12px 10px; font-size: 15px;}

/*
.tbl_info::before {
    content: "";
    width: 3px;
    height: calc(100% + 3px);
    background-color: #fff;
    position: absolute;
    right: -1px;
    top: -2px;
}*/
/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
.fp-enabled body,html.fp-enabled{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}
#superContainer{height:100%;position:relative;-ms-touch-action:none;touch-action:none}
.fp-section{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.fp-slide{float:left}
.fp-slide,.fp-slidesContainer{height:100%;display:block}
.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}
.fp-section.fp-table,.fp-slide.fp-table{/*display:table;*/table-layout:fixed;width:100%}
.fp-tableCell{vertical-align:middle;width:100%;height:100%;}
.fp-slidesContainer{float:left;position:relative}
.fp-controlArrow{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;position:absolute;z-index:4;top:50%;cursor:pointer;width:0;height:0;border-style:solid;margin-top:-38px;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.fp-controlArrow.fp-prev{left:15px;width:0;border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent}
.fp-controlArrow.fp-next{right:15px;border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff}
.fp-scrollable{overflow:hidden;position:relative}
.fp-scroller{overflow:hidden}
.iScrollIndicator{border:0!important}
.fp-notransition{-webkit-transition:none!important;transition:none!important}
#fp-nav{position:fixed;z-index:100;margin-top:-32px;top:50%;opacity:1;-webkit-transform:translate3d(0,0,0)}
#fp-nav.right{right:17px}
#fp-nav.left{left:17px}
.fp-slidesNav{position:absolute;z-index:4;left:50%;opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.fp-slidesNav.bottom{bottom:17px}
.fp-slidesNav.top{top:17px}
#fp-nav ul,.fp-slidesNav ul{margin:0;padding:0}
#fp-nav ul li,.fp-slidesNav ul li{display:block;width:14px;height:13px;margin:7px;position:relative}
.fp-slidesNav ul li{display:inline-block}
#fp-nav ul li a,.fp-slidesNav ul li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}
#fp-nav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li a.active span,.fp-slidesNav ul li:hover a.active span{height:12px;width:12px;margin:-6px 0 0 -6px;border-radius:100%}
#fp-nav ul li a span,.fp-slidesNav ul li a span{border-radius:50%;position:absolute;z-index:1;height:4px;width:4px;border:0;background:#333;left:50%;top:50%;margin:-2px 0 0 -2px;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}
#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{width:10px;height:10px;margin:-5px 0 0 -5px}
#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;width:0;cursor:pointer}
#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip{-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in;width:auto;opacity:1}
#fp-nav ul li .fp-tooltip.right{right:20px}
#fp-nav ul li .fp-tooltip.left{left:20px}
.fp-auto-height .fp-slide,.fp-auto-height .fp-auto-height.fp-section{height:auto !important}
.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive .fp-responsive .fp-auto-height-responsive.fp-section{height:auto !important}
/*# sourceMappingURL=jquery.fullpage.min.css.map */


/* 개인정보보호 아코디언 */
.accordion_private_box{margin-top: 30px;}
.accordion_private_list{border-top: 2px solid #222; border-bottom: 2px solid #DDD;}
.accordion_private_list > li{border-bottom: 1px dashed #ddd;}
.accordion_private_list > li:last-child{border-bottom: none;}
.accordion_private_list > li > .top{padding: 20px 30px 20px 70px; display: block; min-height: 35px; background: url('/web_resources/homepage_images/arrow-right.png') no-repeat left 5px center; font-size: 18px; font-weight: 500; color: #1C5CB0; position: relative; background-size: 30px;}
.accordion_private_list > li > .top::before{content: ""; display: block; width: 21px; height: 12px; background: url('/web_resources/homepage_images/angle-down.png') no-repeat center center; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); transition: all .25s ease; background-size: 100%;}
.accordion_private_list > li > .cont{background-color: #F8F8F8; border-top: 1px dashed #ddd; padding: 20px 40px; display: none;}
.accordion_private_list > li > .cont .dot_list > li::before{top: 13px;}
.accordion_private_list > li > .cont .dot_list > li > a{font-size: 16px; color: #222;}

.accordion_private_list > li > .top.on::before{transform: rotate(180deg);}
