header {
    z-index: 99999;
    width: 100%;
    background: #fff;
    min-width: 1280px;
    position: fixed;
    transition: top 0.3s ease-in-out;
    border-bottom: 1px solid #eee;
    top: 0;
    box-shadow: 0px 10px 15px 0px rgba(0, 13, 56, 0.04);
}

header .logo {
    display: inline-block;
    margin-top: 24px;
}

header .logo a {
    display: block;
    text-align: center;
    width: 197px;
    height: 47px;
    background: url(/_img/logo.png) no-repeat;
}

header .menuTop {
    height: 90px;
    border-bottom: 1px solid #ebebeb;

    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

header .menuTop .searchBar {
    width: 400px;
    border: 2px solid #082A66;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 25px;
    border-radius: 30px;
    box-shadow: 2px 2px 2px rgb(175 194 219 / 30%);
}

header .menuTop .searchBar input {
    width: 355px;
    height: 36px;
    padding-left: 20px;
    font-size: 13px;
    background: transparent;
}

header .menuTop .searchBar .mainSel {
    float: left;
    display: inline-block;
    width: 30%;
    overflow: hidden;
    position: relative;
}

header .menuTop .searchBar .mainSel:nth-of-type(2) {
    width: 60%;
}

header .menuTop .searchBar .mainSel select {
    width: 90%;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: hidden;
    overflow: hidden;
    margin: 0px 0px 0 20px;
    line-height: 36px;
    padding: 0 5px;
    height: 36px;
}

header .menuTop .searchBar .mainSel:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    background: url(/_img/select_arrow.png)no-repeat;
    width: 10px;
    height: 6px;
    background-size: 9px 5px;
}

header .menuTop .searchBar .mainSel select::-ms-expand {
    display: none;
}

header .menuTop .searchBar button.searchButton {
    height: 36px;
    overflow: hidden;
    background: transparent;
    color: #082A66;
    font-size: 16px;
    border-radius: 50%;
    width: calc(100% - 357px);
    position: absolute;
    right: 0;
}

header .menuTop ul {
    float: right;
}

header .menuTop .inner>ul>li {
    float: left;
    margin-left: 25px;
    position: relative;
}

header .menuTop .inner>ul>li:after {
    content: '';
    position: absolute;
    top: 41px;
    right: -13px;
    width: 1px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.2);
}

header .menuTop .inner>ul>li:last-child:after {
    display: none;
}

header .menuTop .inner>ul>li a {
    line-height: 24px;
    font-size: 14px;
    display: block;
    margin-top: 35px;
    color: #777;
}

header nav {
    display: inline-block;
}

header nav>ul>li {
    float: left;
    margin-right: 62px;
}

header nav>ul>li>a {
    display: flex;
    line-height: 65px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    transition: all 0.2s ease-out;
}

header nav>ul>li>a i.timeIco {
    width: 19px;
    height: 19px;
    background: url(/_img/ksico.png) no-repeat;
    display: inline-block;
    margin-right: 5px;
    margin-top: 24px;
    animation: bell 2s linear;
}

header nav>ul>li>a i.lightIco {
    width: 19px;
    margin: -2px 5px 0 0;
}

header nav>ul>li>a i.newIco {
    position: absolute;
    display: block;
    top: 16px;
    right: -15px;
    padding: 0 4px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    background: #DC1432;
    border-radius: 100%;
    font-style: normal;
    font-size: 8px;
    color: #fff;
}

header nav>ul>li>a:before,
header nav>ul>li>a:after {
    content: '';
    position: absolute;
    transition: transform .2s ease;
}

header nav>ul>li>a:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #082A66;
    transform: scaleX(0);
}

header nav>ul>li:hover>a:before {
    transform: scaleX(1);
}

header nav>ul>li>a:hover,
header nav>ul>li.active>a {
    color: #082A66 !important;
}

header nav>ul>li.active>a:after {
    position: absolute;
    bottom: 0px;
    height: 3px;
    width: 100%;
    background: #082A66;
    content: '';
    left: 0
}

header nav>ul>li:hover>a:after {
    opacity: 1;
}

header nav>ul>li>a.on+ul {
    display: block;
}

header nav>ul>li>a>span {
    position: absolute;
    top: -21px;
    width: 130px;
    line-height: 1;
    font-size: 11px;
    left: 50%;
    margin-left: -65px;
    display: inline-block;
    background: #fff01a;
    text-align: center;
    padding: 9px 0;
    color: #333;
    border-radius: 40px;
}

header nav>ul>li>a>span:after {
    content: '';
    bottom: -3px;
    background: #fff01a;
    width: 15px;
    height: 15px;
    left: 50%;
    position: absolute;
    transform: rotate(45deg);
    z-index: -1;
    margin-left: -7.5px;
}

header nav>ul>li>ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    height: 65px;
    margin: 0 auto;
    background: #082A66;
    z-index: 52;
    width: 100%;
}

header nav>ul>li:hover>ul {
    display: block;
}

header nav>ul>li>ul li {
    display: inline-block;
    position: relative;
}

header nav>ul:nth-of-type(1)>li>ul>div {
    padding-left: 30px;
    text-align: left;
}

header nav>ul>li:nth-of-type(5)>ul>div {
    text-align: center;
    padding-left: 255px;
}

header nav>ul>li>ul li:nth-child(1):after {
    display: none;
}

header nav>ul>li>ul li:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: -30px;
    top: 28px;
    width: 1px;
    height: 13px;
    background: rgba(255, 255, 255, 0.3);
    transition: all .3s ease;
}

header nav>ul>li>ul li a {
    font-size: 16px;
    color: #fff !important;
    margin: 0px 60px 0 0px;
    line-height: 65px;
}

header.nav-up .navtop,
header.nav-up .menuTop {
    height: 0;
    border: 0;
    overflow: hidden;

    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

header .searchBox {
    display: none;
    width: 400px;
    border: 2px solid #333;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    background: #fff;
    margin-top: 10px;
    z-index: 11;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0px 10px 15px 0px rgba(0, 13, 56, 0.2);
}

header .searchBox h3.tit {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
}

header .searchBox h3 span.desc {
    font-size: 12px;
    margin-left: 10px;
    color: #999;
    font-weight: 400;
}

header .searchBox h3 span.close {
    background: url(/_img/closesmall.png) no-repeat right center;
    width: 28px;
    height: 28px;
    opacity: 1;
    cursor: pointer;
}

header .searchBox>ul {
    float: left;
    margin-top: 10px;
    width: 100%;
}

header .searchBox ul li {
    display: block;
}

header .searchBox>ul li:hover a h4 {
    color: #082A66;
}

header .searchBox ul li a {
    line-height: 30px;
    font-size: 14px;
    display: block;
    overflow: hidden;
}

header .searchBox ul li a h4 {
    display: inline-block;
    overflow: hidden;
    width: 300px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}

header .searchBox ul li a i {
    float: right;
    font-size: 10px;
    margin-top: 9px;
}

header .searchBox ul li a i.fa-chevron-up {
    color: #082A66;
}

header .searchBox ul li a i.fa-chevron-down {
    color: #0975c8;
}

header .searchBox ul li a i.fa-minus {
    color: #666;
}

header .searchBox ul li a span.num {
    width: 30px;
    display: inline-block;
    color: #999;
}

header .searchBox ul li:nth-child(-n+3) a span.num {
    color: #082A66;
}

header .inner {
    position: relative;
}

header .navWrap .inner {
    position: static;
}

header .topBanner a {
    display: flex;
    height: 54px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #333;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.navtop {
    border-bottom: 1px solid #ebebeb;
}

.navtop .nvdeps1 {
    display: flex;
    justify-content: end;
}

.navtop .nvdeps1>li {
    position: relative;
    padding: 12px 0;
}

.navtop .nvdeps1>li:hover .nvdeps2 {
    display: block;
}

.navtop .nvdeps1>li>a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 15px;
    color: #838383;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

.navtop .nvdeps1>li>a .navarrow {
    width: 7px;
}

.navtop .nvdeps1>li.navbd>a {
    border-right: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
}

.navtop .nvdeps2 {
    display: none;
    position: absolute;
    top: 31px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 13px 15px;
    width: 100px;
    background: rgba(255 255 255 / 95%);
    border: 1px solid #c9c9c9;
    border-radius: 13px;
    box-shadow: 2px 2px 2px rgba(0 0 0 /10%);
    z-index: 9;
}

.navtop .nvdeps2 a {
    padding: 4px 0;
    color: #838383;
    font-size: 14px;
    line-height: 17px;
}

.navtop .nvdeps2 a:hover {
    color: #222;
}


/* --------------------------------------------
 * sitemap
/* ------------------------------------------ */
.allCategory {
    float: right;
    background: #04193d;
    height: 65px;
    width: 65px;
    top: 0;
    right: 0;
}

.sitemap-line-btn {
    text-align: center;
    position: relative;
    top: 0px;
    ;
    right: 0;
    background: transparent;
    width: 65px;
    height: 65px;
}

.sitemap-line-btn .line {
    display: block;
    width: 23px;
    height: 2px;
    background-color: #fff;
    margin: 6px 6px 6px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sitemap-line-btn .txt {
    position: absolute;
    top: 2px;
    right: 4px;
    color: #888;
    font-size: 16px;
    line-height: 25px;
}

.sitemap-line-btn.active .line:nth-child(2) {
    opacity: 0;
}

.sitemap-line-btn.active .line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

.sitemap-line-btn.active .line:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

.gnb_all {
    display: none;
    width: 100%;
    min-width: 1280px;
    margin-top: 193px;
    background-color: #fff;
    z-index: 222;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #e4e4e4;
}

.gnb_all.on {
    display: block;
}

.gnb_all_wrap {
    display: table;
    table-layout: fixed;
    width: 1280px;
    margin: 0 auto;
}

.gnb_all_wrap .gnb_cell {
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.gnb_all_wrap .gnb_cell:first-child {
    padding-left: 0;
}

.gnb_all_wrap .gnb_cell>ul+ul {
    margin-top: 25px;
}

.gnb_all_wrap .gnb_cell>ul:after {
    content: "";
    display: block;
    clear: both;
}

.gnb_all_wrap .gnb_cell>ul {
    display: flex;
}

.gnb_all_wrap .gnb_cell>ul>li {
    flex: 1;
    padding: 10px 0 0px 15px;
    text-align: left;
    height: 200px;
    border-left: 1px solid #eee;
}

.gnb_all_wrap .gnb_cell>ul>li:hover {
    background: #f2f3f6;
}

.gnb_all_wrap .gnb_cell>ul>li:last-child {
    border-right: 1px solid #eee;
}

.gnb_all_wrap .gnb_cell>ul>li>a {
    display: block;
    padding: 15px 0 10px;
    font-size: 16px;
    font-weight: 600;
}

.gnb_all_wrap .gnb_cell>ul>li>ul>li {
    display: block;
    margin: 10px 0;
}

.gnb_all_wrap .gnb_cell>ul>li>ul>li a {
    display: block;
    font-size: 14px;
    color: #888;
    font-weight: 400;
    position: relative;
    line-height: 20px;
}

.gnb_all_wrap .gnb_cell>ul>li>ul>li a:hover {
    color: #082A66;
}

.gnb_all_wrap .gnb_cell>ul.gnb_mypage {
    height: 220px;
}

.gnb_all_wrap .gnb_cell>ul.gnb_etc li a {
    padding: 5px 0;
    color: #555;
}

.gnb_all .btn_menu_wrap {
    position: absolute;
    top: 0;
    right: 0;
}

.gnb_all .btn_menu_wrap .btn_menu_close {
    width: 70px;
    height: 69px;
    font-size: 0;
    text-indent: -9999px;
    background: url(/_img/allclose.png) no-repeat center center #333;
}

.gnb-bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 111;
}

.gnb_all .gnbBtm {
    background: linear-gradient(to right, #31313a 50%, #3d4049 50%);
    width: 100%;
    display: inline-block;
    border-top: 1px solid #ebebeb;
}

.gnb_all .gnbBtm ul li {
    width: 50%;
    float: left;
    color: #fff;
    padding: 30px 0;
}

.gnb_all .gnbBtm ul li:nth-of-type(2) {
    text-align: right;
}

.gnb_all .gnbBtm ul li a {
    display: inline-block;
    padding: 8px 35px;
    margin-top: 15px;
    margin-left: 15px;
    border-radius: 30px;
}

.gnb_all .gnbBtm ul li a:nth-of-type(1) {
    color: #fff;
    background: #082A66;
    border: 2px solid #082A66;
}

.gnb_all .gnbBtm ul li a:nth-of-type(2) {
    color: #fff;
    /* background: #fff; */
    border: 2px solid #fff;
}

.gnb_all .gnbBtm ul li dl {
    display: inline-block;
    line-height: 22px;
}

.gnb_all .gnbBtm ul li dl h3 {
    font-size: 12px;
    letter-spacing: 2px;
    opacity: 0.5;
    margin-bottom: 5px;
    line-height: 24px;
}

.gnb_all .gnbBtm ul li dl dt {
    display: inline-block;
}

.gnb_all .gnbBtm ul li dl dt i {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.gnb_all .gnbBtm ul li dl:nth-of-type(1) dt i {
    background: url(/_img/headico01.png)no-repeat center;
}

.gnb_all .gnbBtm ul li dl:nth-of-type(2) dt i {
    background: url(/_img/headico02.png)no-repeat center;
}

.gnb_all .gnbBtm ul li dl dd {
    display: inline-block;
    text-align: left;
    font-size: 14px;
}

.gnb_all .gnbBtm ul li dl:nth-of-type(1) {
    margin-right: 50px;
}

/*lnb*/
/* header navigation ���� */
.naviBox {
    background: #fff;
}

.naviBox .naviBoxWrap {
    z-index: 10;
    position: relative;
    height: 65px;
    margin: 0 auto;
    transition: all .3s ease;
}

.naviBox .navi {
    width: 100%;
    display: inline-block;
}

.naviBox .navi ul {
    margin-right: 10px;
}

.naviBox .navi ul li {
    float: left;
    font-size: 15px;
    margin: 0px 0 0 26px;
    position: relative;
    color: #888;
    line-height: 65px;
}

.naviBox .navi ul li:first-child {
    margin-left: 0;
}

.naviBox .navi ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.naviBox .navi ul li:after {
    content: '';
    top: 17px;
    position: absolute;
    right: -31px;
    background: url(/_img/select_arrow.png)no-repeat;
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
}

.naviBox .navi ul li:last-child {
    font-weight: 600;
    color: #082A66;
}

.naviBox .navi ul li:last-child:after {
    display: none;
}

.naviBox .navi ul li.home {
    background: url(/_img/ksico.png)no-repeat center;
    width: 16px;
    height: 65px;
    background-position: -167px -18px;
}


/* -------- ���� :: �� -------- */
.sub-tab-wrapper-style {
    position: relative;
    height: 60px;
    margin-bottom: 15px;
}

.sub-tab-list-style ul {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.sub-tab-list-style ul:after {
    display: none
}

.sub-tab-list-style ul li {
    /* float:left; */
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 20%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-left: 0
}

.sub-tab-list-style ul li:first-child {
    border-left: 1px solid #e5e5e5;
}

.sub-tab-list-style ul li a {
    display: table;
    height: 58px;
    width: 100%;
}

.sub-tab-list-style ul li a em {
    display: table-cell;
    vertical-align: middle;
    color: #494949;
    font-size: 18px;
    letter-spacing: -0.30px;
    text-align: center;
}

.sub-tab-list-style ul li.active {
    z-index: 1;
}

.sub-tab-list-style ul li.active a {
    background-color: #333;
    border-color: #333
}

.sub-tab-list-style ul li.active a em {
    color: #fff;
}

/* Tab Fixed Move*/
.sub-tab-list-style.top-fixed {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 60px;
}

/* Mobile Tab Drop Menu */
.sub-drop-open-btn-style {
    display: none
}

.sub-cm-tab-wrapper {
    text-align: center;
    margin-bottom: 80px;
}

.sub-cm-tab-style {
    display: inline-block;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    box-shadow: 0px 10px 15px 0px rgba(0, 13, 56, 0.08);
}

.sub-cm-tab-style ul {
    margin: 0 15px;
    background: #fff;
    border-radius: 30px;
}

.sub-cm-tab-style ul li {
    position: relative;
    width: 300px;
    background: #fff;
    margin: 0 -15px;
    float: left;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sub-cm-tab-style ul li a {
    display: block;
    width: 100%;
    height: 60px;
    display: table;
    table-layout: fixed;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
}

.sub-cm-tab-style ul li a span {
    padding: 0 30px;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 65px;
    font-weight: 500;
    color: #888;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -ms-word-break: break-all;
    word-break: break-all;
}

.sub-cm-tab-style ul li.active {
    z-index: 1;
}

.sub-cm-tab-style ul li.active a {
    background: #082A66;
}

.sub-cm-tab-style ul li.active a span {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}


/*footer*/
.foot_top {
    width: 100%;
    display: inline-block;
    background: #333;
}

.foot_top p {
    text-align: left;
    display: inline-block;
    width: 100%;
    color: #fff;
    line-height: 60px;
    margin-bottom: 0;
}

.foot_top .inner {
    position: relative;
}

.foot_top .inner p>a {
    margin-right: 25px;
    font-size: 14px;
    color: #999;
    margin-bottom: 0;
    font-weight: 500;
    position: relative;
}

.foot_top .inner p>a:hover {
    color: #fff;
}

.foot_top .inner p>a strong {
    font-weight: 500;
}

.foot_info ul {
    width: 500px;
}

.foot_info ul li {
    float: left;
    color: #ccc;
    opacity: 1;
    margin-right: 25px;
    line-height: 26px;
    position: relative;
}

.foot_info ul li span {
    vertical-align: top;
    opacity: 0.6;
    margin-right: 5px;
}

.foot_info ul li a {
    color: #ccc;
    display: inline-block;
}

.foot_top .inner p>a:after {
    content: "";
    margin-right: 5px;
    right: -20px;
    position: absolute;
    height: 14px;
    width: 1px;
    top: 29px;
    background: #555;
}

.foot_top .inner p>a:last-child:after {
    display: none;
}

.formanager {
    color: #fff;
    right: 0;
    top: 35px;
    position: absolute;
    padding: 10px 25px;
    border: 2px solid #eee;
    font-size: 15px;
    letter-spacing: 0;
    color: #333;
    border-radius: 30px;
}

.formanager:hover {
    border: 2px solid #9c4e2c;
    color: #9c4e2c;
}

footer {
    background: #222;
    min-height: 250px;
}

footer .footer_wrap {
    width: 1280px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
}

footer .footer_wrap .foot_top {
    width: 1188px;
    /*height:48px;*/
    border: 1px solid #e8e8e8;
    padding: 15px;
    box-sizing: border-box;
    line-height: 14px;
    display: inline-block;
}

footer .footer_wrap .foot_top ul li {
    float: left;
    background: url(/_img/foot_line.gif) no-repeat right;
    margin-right: 15px;
    padding-right: 15px;
}

footer .footer_wrap .foot_top ul li:last-child {
    background: none;
}

footer .footer_wrap .foot_info h1 {
    float: left;
    padding: 0px 40px 0 0;
}

footer .foot_info ul li:last-child:before {
    display: none;
}

footer .foot_info ul li:before {
    content: "";
    margin-right: 5px;
    right: -15px;
    position: absolute;
    height: 14px;
    width: 1px;
    top: 6px;
    background: #444;
}

footer .footer_wrap .foot_info p {
    line-height: 24px;
    color: #999;
    font-size: 13px;
}

footer .footer_wrap .foot_info p.copy {
    opacity: 0.4;
}

.foot_menu a {
    font-size: 17px;
    font-weight: 700;
    color: #454545;
    display: inline-block;
    margin-bottom: 15px;
    padding: 5px;
}

.foot_sns {
    position: absolute;
    top: 25px;
    right: 0;
}

.foot_sns li {
    float: left;
    margin-left: 15px;
    position: relative;
    color: #fff;
}

.foot_sns li a {
    display: inline-block;
    background: url(/_img/ksico.png)no-repeat #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.foot_sns li:nth-of-type(1) a {
    background-position: 0px -32px;
}

.foot_sns li:nth-of-type(2) a {
    background-position: -42px -32px;
}

.foot_sns li:nth-of-type(3) a {
    background-position: -84px -32px;
}

.foot_sns li:nth-of-type(4) a {
    background-position: -126px -32px;
}

.foot_sns li a span.hidden {
    display: none;
}

.foot_sns li:first-child:before {
    content: "";
}

.foot_sns .ibk a {
    display: block;
    float: right;
    padding: 35px 0;
}

.footerlogo {
    width: 180px;
    height: 44px;
    background: url(/_img/footlogo.png)no-repeat;
    margin-bottom: 30px;
    display: inline-block;
    opacity: 0.8;
}


/* --------------------------------------------
 * sideBanner
/* ------------------------------------------ */
#sideBanner {
    width: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    position: absolute;
}

@media all and (max-width:1400px) {
    #sideBanner {
        display: none
    }
}

#sideBanner .inner {
    width: 1060px;
    margin: auto;
    position: relative
}

#sideBanner .sb {
    width: 220px;
    top: 90px;
    margin-top: 160px;
}

.main #sideBanner .sb {
    top: 620px;
}

.auth #sideBanner {
    display: none;
}

#sideBanner .sb_left {
    position: absolute;
    left: 50%;
    margin-left: 670px;
}

#sideBanner .sb li {
    margin-top: 10px
}

#sideBanner .sb li:first-child {
    margin-top: 0
}

#sideBanner .sb li dl dt {
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    background: linear-gradient(to bottom, #163975 0%, #102B5A 100%);
}

#sideBanner .sb li dl dd {
    text-align: center;
}

#sideBanner .sb li dl dd p.number {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #f5d98a;
    /* padding-top: 0px; */
    border-radius: 30px;
    border: 2px solid;
    padding: 3px 10px;
    display: inline-block;
    margin-top: 3px;
}

#sideBanner .sb li dl dd h3 {
    font-size: 13px;
    line-height: 17px;
}

#sideBanner .sb_left>ul>li {
    /*border: 2px solid #082A66;*/
    border-radius: 15px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 10px 15px 0px rgba(0, 13, 56, 0.1);
}

#sideBanner .sb_left>ul>li.sideInfo {
    background: linear-gradient(to bottom, #163975 0%, #102B5A 100%);
    color: #fff;
    padding: 15px 20px 10px;
}

#sideBanner .sb_left>ul>li.sideInfo>div a {
    display: inline-block;
    width: 100%;
    height: 50px;
    background: url(/_img/sidebannertxt2.png)no-repeat;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#sideBanner .sb_left>ul>li.sideInfo .list01 a {
    background-position: 0 -36px;
    ;
}

#sideBanner .sb_left>ul>li.sideInfo .list02 a {
    background-position: 0 -87px;
}

#sideBanner .sb_left>ul>li.sideInfo .list03 a {
    background-position: 0 -138px;
    margin-bottom: 0;
    border-bottom: none;
}

#sideBanner .sb_left .vipConsult dl dt p {
    background: url(/_img/sidebannertxt.png)no-repeat;
    width: 121px;
    height: 18px;
    background-position: 0 0;
    display: inline-block;
}

#sideBanner .sb_left .vipConsult dl dd {
    min-height: 100px;
    padding: 10px;
}


/* --------------------------------------------
 * consultForm
/* ------------------------------------------ */
.consultForm {
    text-align: left;
}

.consultForm textarea {
    width: 100%;
    height: 85px;
    border: 1px solid #f2f3f6;
    background: #fff;
    padding: 8px;
    font-size: 12px;
    background: #f2f3f6;
    border-radius: 5px;
}

.consultForm button {
    margin-top: 10px;
    width: 100%;
    background: #082A66;
    ;
    color: #fff;
    padding: 8px 0 10px 0;
    font-size: 15px;
    /* letter-spacing: -1px; */
    text-align: center;
    border-radius: 15px;
    font-weight: 600;
}

.consultForm .inputBox {
    position: relative;
}

.consultForm .inputBox span {
    position: absolute;
    top: 14px;
    left: 11px;
}

.consultForm .inputBox span em {
    color: red;
    font-size: 17px
}

.consultForm input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 10px 10px 60px;
    ;
    margin-top: 5px;
    border-radius: 5px;
    font-size: 13px;
}

.consultForm .consultWay {
    margin: 10px 0 13px 0;
}

.consultForm .privacy_s {
    display: none;
    position: relative;
    height: 80px;
    overflow: auto;
    padding: 0 15px;
    margin-bottom: 15px;
    border: 1px solid #ebebeb;
}

.consultForm em {
    position: absolute
}

.consultForm .consultWay p {
    margin-bottom: 10px;
    font-weight: 600;
    color: #082A66;
}

.consultForm .consultWay .input-radio label {
    margin-right: 7px;
}

/*.consultForm .input-checkbox a {display:inline-block; padding:3px 5px; font-size:12px; color:#999; border:1px solid #ececec; border-radius:3px;}*/
.consultForm textarea:focus,
.consultForm input:focus {
    border: 1px solid #333;
}

.vipConsult .input-checkbox {
    margin: 0 0 3px 0;
    height: 15px;
}

.vipConsult .input-checkbox .txt {
    font-size: 11px;
    letter-spacing: -0.5px;
}

.vipConsult .input-checkbox.right label {
    padding: 0 0 0 20px;
}

.vipConsult .input-checkbox label:before {
    width: 15px;
    height: 15px;
}

.vipConsult .input-checkbox .more {
    margin-left: 3px;
    font-size: 11px;
    display: inline-block;
    color: #999;
    cursor: pointer;
}

.vipConsult .input-checkbox label:before {
    top: 61%;
}

.vipConsult .input-checkbox label:after {
    top: 6px;
    left: 3px;
}

.vipConsult .input-checkbox a {
    font-size: 11px;
    color: #999;
}




/* --------------------------------------------
 * sideBanner
/* ------------------------------------------ */
#sideBanner .sb_right li:nth-of-type(2) dl dd {
    padding: 15px;
    text-align: left;
}

#sideBanner .sb_right li:nth-of-type(2) dl dd h2 {
    font-size: 23px;
}

#sideBanner .sb_right li:nth-of-type(2) dl dd p {
    font-size: 13px;
    text-align: right;
    color: #666;
    padding: 5px 0 3px;
    position: relative;
}

#sideBanner .sb_right li:nth-of-type(2) dl dd p:after {
    width: 16px;
    height: 16px;
    content: '';
    background: url(/_img/clockico.png)no-repeat center;
    position: absolute;
    top: 18px;
    left: -2px;
}

#sideBanner .sb_right li:nth-of-type(2) dl dd span {
    font-size: 13px;
    color: #aaa;
}

#sideBanner .sb_right li:nth-of-type(2) dl dd h2 i {
    margin: 4px 5px 0 0;
}

#sideBanner .sb_right li dl dd .bankingname {
    background: #f7f9fa;
    padding: 5px;
    margin-top: 15px;
    color: #333;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 13px;
    border-top: 1px solid #eee;
    letter-spacing: 0;
}

#sideBanner .sb_right li dl dd .numberletter {
    text-align: left;
    padding-left: 15px;
    font-size: 13px;
    padding-bottom: 30px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

#sideBanner .sb_right li dl dd .numberletter span {
    font-size: 21px;
    line-height: 24px;
    margin-top: 5px;
    display: block;
    color: #fff;
    font-weight: bold;
}

#sideBanner .sb.fixed {
    position: fixed;
    top: 30px;
    z-index: 127;
}

.main #sideBanner .sb.fixed {
    top: 25px;
}

#sideBanner .kakaobanner {
    background: url(/_img/kakaobanner.png)no-repeat bottom center #fedc00;
    min-height: 103px;
    display: block;
}

#sideBanner .kakaobanner h4 {
    font-size: 15px;
    padding: 15px 0 90px;
    text-align: left;
    padding-left: 15px;
    font-weight: 400;
    color: #35181f;
    line-height: 19px;
    margin: 0;
}

#sideBanner .kakaoid {
    background: #3c1e1e;
    color: #fff;
    padding: 10px 0;
    margin: 0;
}

#sideBanner .kakaoid span {
    background: #fff;
    color: #333;
    padding: 5px 10px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0;
}

.btmConsult {
    position: fixed;
    bottom: 20px;
    z-index: 11;
    left: 50%;
    margin-left: -640px;
    border: 2px solid #082A66;
    background: #fff;
    border-radius: 45px;
    box-shadow: 0px 10px 15px 0px rgba(56, 20, 0, 0.1);
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.scrolled.lastScroll .btmConsult {
    bottom: -100px;
}

.btmConsult .btmConsultBox i {
    position: absolute;
    width: 62px;
    height: 62px;
    background: url(/_img/ksico.png)no-repeat;
    background-position: 0px -78px;
    bottom: 36px;
    left: 10px;
}

.btmConsult .btmConsultBox p.txt {
    padding-left: 70px;
    font-size: 16px;
    font-weight: bold;
    color: #082A66;
    line-height: 70px;
    width: calc(100% - 173px);
    display: inline-block;
}

.btmConsult .btmConsultBox .messageBtn {
    display: inline-block;
    width: 155px;
    background: #082A66;
    text-align: center;
    margin-top: 15px;
    border-radius: 30px;
    color: #fff;
    line-height: 40px;
    position: relative;
    font-size: 16px;
}

.btmConsult .btmConsultBox .messageBtn span {
    position: absolute;
    right: 0;
    top: -5px;
    background: crimson;
    color: #fff;
    content: '';
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    border-radius: 50%;
    font-weight: bold;
}

.processStep {
    margin-bottom: 30px;
}

.processStep ol {
    display: flex;
}

.processStep ol li {
    position: relative;
    flex: 1;
    margin-right: -1px;
    text-align: center;
    line-height: 60px;
    padding: 0 0 0 14px;
    background: #fff;
    font-size: 16px;
    color: #999;
    border: 1px solid #ddd;
    height: 62px;
}

_:-ms-fullscreen,
:root .processStep ol li {
    line-height: 54px;
}

.processStep ol li.is-active {
    color: #fff;
    background: #082A66;
    border-color: #082A66
}

.processStep ol li:before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 31px 0 31px 20px;
    border-color: transparent transparent transparent #fff;
    z-index: 1;
}

.processStep ol li:after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 31px 0 31px 20px;
    border-color: transparent transparent transparent #ccc;
    z-index: 0;
}

.processStep ol li.is-active+li:before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 31px 0 31px 20px;
    border-color: transparent transparent transparent #082A66;
    z-index: 1;
}

.processStep ol li.is-active+li:after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 31px 0 31px 20px;
    border-color: transparent transparent transparent #082A66;
    z-index: 0;
}

.processStep ol li.is-active:before,
.processStep ol li.is-active:after {
    border-color: transparent transparent transparent #fff
}

.processStep ol li:first-child:before,
.processStep ol li:first-child:after,
.processStep ol li.is-active:first-child:before,
.processStep ol li.is-active:first-child:after {
    display: none
}

.processStep ol li.is-active .num {
    font-weight: 500;
    font-size: 20px;
}


/* --------------------------------------------
 * ������ ��
/* ------------------------------------------ */
.bestpeoleViewWrap .topContents {
    padding: 40px;
}

.bestpeoleViewWrap .tit {
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
    line-height: 30px;
    font-weight: bold;
}

.bestpeoleViewWrap .c_tit {
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
    line-height: 30px;
    font-weight: 400;
}

.bestpeoleViewWrap .c_tit strong {
    color: #082A66
}

.bestpeoleViewWrap .tit .photo {
    overflow: hidden;
}

.bestpeoleViewWrap .tit .photo img {
    width: 70%;
}

.bestpeoleViewWrap .tit p {
    margin-top: 30px;
}

.bestpeoleViewWrap dl dt {
    padding: 20px;
    background: #f7e11c;
    border-radius: 10px;
    margin-bottom: 30px;
    font-size: 15px;
    display: inline-block;
    margin-left: 50px;
    position: relative;
    line-height: 24px;
    float: right;
    color: #000;
}

.bestpeoleViewWrap dl dt p:after {
    width: 16px;
    height: 16px;
    background: #f7e11c;
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    transform: rotate(45deg);
    margin-top: -8px;
}

.bestpeoleViewWrap dl dd {
    line-height: 24px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    font-size: 15px;
    display: inline-block;
    margin-right: 50px;
    position: relative;
}

.bestpeoleViewWrap dl dd p:after {
    width: 16px;
    height: 16px;
    background: #fff;
    content: '';
    position: absolute;
    left: -5px;
    top: 50%;
    transform: rotate(45deg);
    margin-top: -8px;
}

.bestpeoleViewWrap dl span.mark {
    font-size: 20px;
    display: block;
    color: #333;
    font-weight: bold;
    margin-bottom: 3px;
}

.bestpeoleViewWrap .consultBox {
    text-align: center;
    padding: 30px;
    background: #fff;
}

.bestpeoleViewWrap .consultBox ul li {
    font-size: 15px;
    line-height: 40px;
    margin-bottom: 10px;
}

.bestpeoleViewWrap .consultBox ul li input {
    border: 1px solid #e4e4e4;
    padding: 10px;
    width: calc(100% - 115px);
    background: #f2f3f6;
}

.bestpeoleViewWrap .consultBox ul li input:focus,
.bestpeoleViewWrap .consultBox ul li input:hover {
    border: 1px solid
}

.bestpeoleViewWrap .consultBox ul li .consultTit {
    margin-right: 10px;
    font-weight: 600;
    width: 100px;
    display: inline-block;
}

.bestpeoleViewWrap .consultBox button {
    width: 100%;
    background: #082A66;
    color: #fff;
    padding: 15px;
    font-size: 18px;
    text-align: center;
    border-radius: 30px;
}

.bestpeoleViewWrap .agreeWarp {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 20px 0 15px 0;
    padding-left: 30px;
    text-align: left;
}

.bestpeoleViewWrap .consultBox .input-checkbox {
    width: 100%;
    z-index: 1111;
}


/* --------------------------------------------
 * �����
/* ------------------------------------------ */
.reviewViewWrap {
    padding: 70px
}

.reviewViewWrap .photo img {
    width: 100%;
    max-width: 100%;
}

.reviewViewWrap .viewBoard .vbTit {
    width: 100%;
}

.reviewViewWrap .viewBoard .vbTitW {
    color: #333;
    border-top: none;
    padding: 30px 0;
}

.reviewViewWrap .viewBoard .vbTitW .vbDate {
    margin-top: 20px;
}

.reviewViewWrap .viewBoard .vbContW {
    padding: 40px 0;
}

.timebtmBanner {
    text-align: center;
    background: #f5f5f5;
    padding: 80px 0;
}

.timebtmBanner h1 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1.2px;
    color: #313131;
}

.timebtmBanner a.btn {
    display: inline-block;
    padding: 17px 34px;
    background: #082A66;
    border-radius: 30px;
    line-height: 1;
    margin: 30px 0 0;
    font-size: 16px;
    letter-spacing: -1px;
    color: #fff;
}

.timebtmBanner a.btn i {
    margin-left: 5px;
}


/* --------------------------------------------
 * btm_consultWrap
/* ------------------------------------------ */
.btm_consultWrap {
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);

    position: sticky;
    bottom: 23px;
    z-index: 10;
    width: 100%;
    display: inline-block;
    background: #fff;
    border: 1px solid #e4e4e4;
    overflow: hidden;
    border-radius: 15px;
    margin-top: 30px;
    box-shadow: 0px 10px 15px 0px rgba(0, 13, 56, 0.1);
    ;
}

.btm_consultWrap .consultWrap .inner {
    background: #fff;
    padding: 22px;
    height: 110px;
    border-radius: 10px;
    border: 3px solid #2aa4e4;
    webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
}

.btm_consultWrap .consultWrap>div>div {
    float: left;
}

.btm_consultWrap .consultWrap .num {
    width: 210px;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    line-height: 28px;
}

.btm_consultWrap .consultWrap .num p {
    font-size: 20px;
    color: #333;
}

.btm_consultWrap .consultWrap .consult {
    position: relative;
    white-space: nowrap;
}

.btm_consultWrap .consultWrap .consult ul li {
    font-size: 14px;
    float: left;
}

.btm_consultWrap .consultWrap .consult .consult_form {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 0 0;
    width: 100%;
}

.btm_consultWrap .consultWrap .consult .consult_form ul {
    display: inline-block;
}

.btm_consultWrap .consultWrap .consult .consult_form .consultTit {
    border-right: 1px solid #ebebeb;
    background: #082A66;
    height: 100px;
    width: 250px;
    text-align: center;
}

.btm_consultWrap .consultWrap .consult .consult_form .consultTit {
    display: inline-block;
}

.btm_consultWrap .consultWrap .consult .consult_form .consultTit dt i {
    background: url(/_img/consulttit01.png)no-repeat center;
    width: 100%;
    height: 33px;
    display: block;
    margin-top: 20px;
}

.btm_consultWrap .consultWrap .consult .consult_form .consultTit p {
    font-size: 15px;
    color: #082A66;
    line-height: 24px;
}

.btm_consultWrap .consultWrap .consult .consult_form .consultTit h2 {
    font-size: 21px;
    color: #7db6ff;
    line-height: 1.5;
}

.btm_consultWrap .consultWrap .consult .consult_form .consultTit h2 i {
    width: 86px;
    height: 14px;
    display: inline-block;
    background: url(/_img/consulttit02.png)no-repeat;
    margin: 10px 5px;
}

.btm_consultWrap .consultWrap .consult .consult_form li span {
    font-weight: 500;
    line-height: 40px;
    display: inline-block;
    color: #888
}

.btm_consultWrap .consultWrap .consult .consult_form li.c_num span {
    margin: 0 10px;
}

.btm_consultWrap .consultWrap .consult .consult_form li input {
    padding: 0 5px;
    height: 40px;
    display: inline-block;
    border: 1px solid #ebebeb;
    background: #f2f3f6;
    color: #333;
}

.btm_consultWrap .consultWrap .consult .consult_form li input:focus {
    border: 1px solid;
    background: #fff;
}

.btm_consultWrap .consultWrap .consult .consult_form li.c_txt input {
    margin-left: 10px;
    width: 100px;
}

.btm_consultWrap .consultWrap .consult .consult_form li.c_num input {
    width: 80px;
    margin: 0 3px;
}

.btm_consultWrap .consultWrap .consult .consult_btn {
    display: inline-block;
}

.btm_consultWrap .consultWrap .consult .consult_btn button {
    width: 150px;
    height: 50px;
    line-height: 48px;
    font-size: 17px;
    font-weight: 600;
    color: #082A66;
    border-radius: 70px;
    background: #fff;
    box-sizing: border-box;
    margin-top: 25px;
    border: 2px solid;
}

.btm_consultWrap .consultWrap .consult .consult_btn button:hover {
    background: #f2f3f6;
    transition: all 0.5s;
}

.btm_consultWrap .consultWrap .btm_close {
    position: relative;
    padding-top: 18px;
    width: 75px;
    height: 75px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    background: url(/_img/close_bg.png) no-repeat center 78% #0c1f40;
    cursor: pointer;
}

.btm_consultWrap .consultWrap .consult .consult_form .c_chk {
    margin-top: 15px;
    color: #c8a062;
}

.btm_consultWrap .consultWrap .consult .consult_form .c_chk a {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    background: #0c1f40;
    color: #aaa;
    float: right;
    margin: -5px 10px 0 0;
}

.btm_consultWrap .consultWrap .consult .consult_form .checksWrap_st1 a {
    color: #c8a062;
    padding: 5px 10px;
    /* background: #c8a062; */
    border: 1px solid;
    margin-left: 10px;
    font-size: 10px;
}

/*
.scrolled .btm_consultWrap{opacity:1 !important;bottom:10px;visibility:visible !important}
.scrolled.lastScroll .btm_consultWrap{opacity:0 !important;visibility:hidden !important}
*/
.btm_consultWrap .consultWrap .selectbox {
    width: 80px;
    background: #f2f3f6;
}

.btm_consultWrap .consultWrap .consultBox {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 28px 0;
}

.btm_consultWrap .consultWrap .agreeWarp {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.btm_consultWrap .consultWrap .agreeWarp .input-checkbox {
    padding: 0;
}



.minstant .incarlist>ul {
    flex-wrap: inherit;
}