@charset "utf-8";

/* version 1.0 | 2024-07-09 */
/*------------------------------------------------
   폰트 선언
------------------------------------------------*/
/* Noto Sans KR */
@font-face {
    font-family: "Noto_Sans_KR";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/NotoSansKR/NotoSansKR-Thin.woff2") format("woff2"), url("../fonts/NotoSansKR/NotoSansKR-Thin.woff") format("woff");
}

@font-face {
    font-family: "Noto_Sans_KR";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/NotoSansKR/NotoSansKR-Light.woff2") format("woff2"), url("../fonts/NotoSansKR/NotoSansKR-Light.woff") format("woff");
}

@font-face {
    font-family: "Noto_Sans_KR";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/NotoSansKR/NotoSansKR-Regular.woff2") format("woff2"), url("../fonts/NotoSansKR/NotoSansKR-Regular.woff") format("woff");
}

@font-face {
    font-family: "Noto_Sans_KR";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/NotoSansKR/NotoSansKR-Medium.woff2") format("woff2"), url("../fonts/NotoSansKR/NotoSansKR-Medium.woff") format("woff");
}

@font-face {
    font-family: "Noto_Sans_KR";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/NotoSansKR/NotoSansKR-Bold.woff2") format("woff2"), url("../fonts/NotoSansKR/NotoSansKR-Bold.woff") format("woff");
}

@font-face {
    font-family: "Noto_Sans_KR";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/NotoSansKR/NotoSansKR-Black.woff2") format("woff2"), url("../fonts/NotoSansKR/NotoSansKR-Black.woff") format("woff");
}

/* Pretendard */
@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/Pretendard/Pretendard-Thin.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-Thin.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/Pretendard/Pretendard-ExtraLight.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-ExtraLight.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Pretendard/Pretendard-Light.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-Light.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Pretendard/Pretendard-Regular.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-Regular.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Pretendard/Pretendard-Medium.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-Medium.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Pretendard/Pretendard-SemiBold.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-SemiBold.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Pretendard/Pretendard-Bold.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-Bold.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/Pretendard/Pretendard-ExtraBold.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-ExtraBold.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/Pretendard/Pretendard-Black.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-Black.woff") format("woff");
}

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

/*------------------------------------------------
   공통 스타일
------------------------------------------------*/
/* skipnavi */
#skipnavi {
    position: fixed;
    width: 100%;
    top: 0;
    text-align: center;
    z-index: 9999;
}

#skipnavi strong {
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    font-weight: bold;
    white-space: nowrap;
}

#skipnavi a {
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    font-weight: bold;
    white-space: nowrap;
    font-size: 1.4em;
}

#skipnavi a:focus,
#skipnavi a:active {
    overflow: hidden;
    width: 100%;
    height: 19px;
    padding: 5px 0 0;
    color: #fff;
    background: #006cb8;
    outline: none;
    padding: 3px 0;
}

/*------------------------------------------------
   Container
------------------------------------------------*/
.container {
    font-family: "Pretendard";
    min-width: 1530px;
}

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

.section + .section{
    margin-top: 100px;
    padding-top: 100px;
}

/*------------------------------------------------
   Header
------------------------------------------------*/
.header {
    z-index: 3;
    position: sticky;
    top: 0;
    width: 100%;
    height: 70px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #DAEBF9;
    box-sizing: border-box;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}

.header .header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    width: 1200px;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
}

.header .header_wrap .logo {
    font-size: 1.8em;
    font-weight: 700;
}

.header .header_wrap .logo h1 {
    font-size: 1em;
}

.header .header_wrap .logo a {
    display: block;
    color: #000;
    font-size: 0;
    text-indent: -9999px;
    width: 60px;
    height: 33px;
    background: url("../images/common/logo.png") 0 no-repeat;
    background-size: 100%;
}

.header .header_wrap .gnb {
    height: 100%;
    margin-left: 25px;
}

.header .header_wrap .gnb .gnb_menu {
    position: relative;
    display: inline-block;
    height: 100%;
}

.header .header_wrap .gnb .gnb_menu + .gnb_menu {
    margin-left: 0;
}

.header .header_wrap .gnb .gnb_menu > a {
    position: relative;
    display: block;
    width: 150px;
    height: 100%;
    line-height: 70px;
    font-size: 18px;
    font-weight: 500;
    background: transparent;
    color: #000;
    text-align: center;
}

.header .header_wrap .gnb .gnb_menu > a.active {
    color: #0063AF;
}

.header .header_wrap .gnb .gnb_menu > a.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #0063AF;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.header .header_wrap .gnb .gnb_menu > a.active span {
    position: relative;
    display: inline-block;
}

.header .header_wrap .gnb .gnb_menu > a.active span::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #0063AF;
    border-radius: 50%;
    position: absolute;
    top: 23px;
    left: -8px;
}

.header .header_wrap .gnb .gnb_menu > a:hover {
    color: #0063AF;
}

.header .header_wrap .util {
    z-index: 100;
    position: relative;
    box-sizing: border-box;
    margin-left: 20px;
}

.header .header_wrap .util a {
    position: relative;
    padding: 2px 24px 2px 6px;
    width: auto;
    font-size: 1.6em;
    font-weight: 400;
    text-align: left;
    color: #222;
    background: #fff;
}

.header .header_wrap .util a:hover {
    color: #0063AF;
}

.header .header_wrap .util .contact_btn {
    background: url("../images/common/ic_contact.svg") top 0 right 0 no-repeat;
}

.header .header_wrap .util .contact_btn:hover {
    background: url("../images/common/ic_contact_on.svg") top 0 right 0 no-repeat;
}

.header .header_wrap .util .dot {
    position: relative;
}

.header .header_wrap .util .dot::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #8CBF21;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0;
}

/*------------------------------------------------
   footer
------------------------------------------------*/
.footer {
    background: #242424;
    padding: 40px 0 60px 0;
}

.footer > .inner {
    width: 1200px;
    margin: auto;
    position: relative;
}

.footer > .inner::after {
    content: "";
    display: block;
    width: 109px;
    height: 60px;
    background: url(../images/common/logo_footer.png) 0 no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer .f_info + .f_info {
    padding-top: 32px;
    margin-top: 32px;
    border-top: 1px solid #424242;
    box-sizing: border-box;
}

.footer .f_info p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}

.footer .f_info .f_info_list p {
    display: inline-block;
    vertical-align: top;
}

.footer .f_info .f_info_list p + p {
    margin-left: 20px;
}

.footer .f_info a {
    color: #fff;
}

.footer .copyright {
    margin-top: 32px;
    font-size: 14px;
    color: #9E9E9E;
}

.footer .call_btn {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 2.8em;
    font-weight: 500;
    color: #2CA4FF;
    padding-left: 48px;
    background: url("../images/common/ic_call.svg") center left 0 no-repeat;
    font-family: "Pretendard";
}

.footer .logo_img {
    width: 181px;
    height: 67px;
    background: url("../images/common/logo.svg") 0 no-repeat;
    position: absolute;
    top: 0;
}

/*------------------------------------------------
   snb
------------------------------------------------*/
.snb_wrap {
    width: 245px;
    height: auto;
    position: absolute;
    top: 0;
    left: 50px;
}

.snb_wrap.fix{
    position: fixed;
    top: 100px;
}

.snb_wrap ul {
    padding-left: 40px;
}

.snb_wrap ul li + li{
    margin-top: 22px;
}

.snb_wrap ul li a {
    position: relative;
    line-height: 1.5;
    font-size: 1.6em;
    color: #9E9E9E;
    font-weight: 400;
    outline: none;
    letter-spacing: -0.5px;
}

.snb_wrap.fzs ul li a {
    font-size: 1.4em;
}

.snb_wrap ul li a:focus {
    color: #616161;
}

.snb_wrap ul li a:hover {
    color: #616161;
}

.snb_wrap ul li a.on {
    color: #222;
    font-weight: 700;
}

.snb_wrap ul li a.on:focus,
.snb_wrap ul li a.on:hover {
    text-decoration: underline;
}

.snb_wrap ul li a.on::after {
    content: "";
    position: absolute;
    top: 5px;
    left: -14px;
    width: 4px;
    height: 4px;
    background: #0063AF;
    border-radius: 50%;
}

/*------------------------------------------------
   table
------------------------------------------------*/
table {
    padding: 0;
    border: 0;
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
    position: relative;
}

table::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #0063AF;
    position: absolute;
    top: 0;
    left: 0;
}

table.btn::before{
    display: none;
}

th,
td {
    padding: 0;
}

table caption {
    font-size: 0;
    text-indent: -9999px;
}

table th {
    height: 60px;
    line-height: 1.2;
    font-size: 1.6em;
    font-weight: 500;
    color: #000;
    background: #F9F9F9;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}

table th .fzs {
    font-size: 12px;
    display: block;
    margin-top: 3px;
}

table td {
    padding: 14px 0;
    font-size: 1.6em;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    border-bottom: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    box-sizing: border-box;
    text-align: center;
}

table th:last-child,
table td:last-child {
    border-right: none;
}

table.mt{
    margin-top: 24px;
}

table.mtb{
    margin-top: 80px;
}

/*------------------------------------------------
   tab
------------------------------------------------*/
.tab_wrap .tab_list {
    width: 100%;
    border-bottom: 1px solid #0064DD;
    box-sizing: border-box;
}

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

.tab_wrap .tab_list li {
    float: left;
    width: 50%;
    position: relative;
}

.tab_wrap .tab_list.tab3 li {
    width: 33.33%;
}

.tab_wrap .tab_list.tab4 li {
    width: 25%;
}

.tab_wrap .tab_list.tab5 li {
    width: 20%;
}

.tab_wrap .tab_list li a {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    margin-bottom: -1px;
    font-size: 1.6em;
    text-align: center;
    color: #8F8F8F;
    background: #F9F9F9;
    border-bottom: 1px solid #0063AF;
    box-sizing: border-box;
    outline: none;
}

.tab_wrap .tab_list li a span {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.3em;
    word-break: keep-all;
    white-space: nowrap;
}

.tab_wrap .tab_list li a:focus,
.tab_wrap .tab_list li a:hover {
    color: #666;
    font-weight: 500;
}

.tab_wrap .tab_list li a.on {
    color: #0063AF;
    font-weight: 500;
    background: #fff;
    border: 1px solid #0063AF;
    border-bottom: 1px solid #fff;
}

/* pagination */
/* pagination */
.paging_wrap {
    margin-top: 50px;
}

.paging_wrap ul {
    display: flex;
    width: 100%;
    justify-content: center;
}

.paging_wrap ul li + li {
    margin-left: 6px;
}

.paging_wrap ul li.pg_arrow a {
    display: block;
    width: 40px;
    height: 40px;
}

.paging_wrap ul li.pg_arrow a.disabled {
    cursor: auto;
    opacity: 0.5;
}

.paging_wrap ul li.pg_prev a {
    background: url("../images/common/btn_prev.svg") no-repeat center center;
    margin-right: 20px;
}

.paging_wrap ul li.pg_next a {
    background: url("../images/common/btn_next.svg") no-repeat center center;
    margin-left: 20px;
}

.paging_wrap ul li.pg_first.disabled {
    background: url("../images/common/btn_first_dis.svg") no-repeat center center;
}

.paging_wrap ul li.pg_prev.disabled {
    background: url("../images/common/btn_prev_dis.svg") no-repeat center center;
}

.paging_wrap ul li.pg_next.disabled {
    background: url("../images/common/btn_next_dis.svg") no-repeat center center;
}

.paging_wrap ul li.pg_last.disabled {
    background: url("../images/common/btn_last_dis.svg") no-repeat center center;
}

.paging_wrap ul li.pg_num a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    font-size: 1.6em;
    color: #424242;
    border-radius: 50%;
}

.paging_wrap ul li.pg_num a:focus {
    background: #F3F3F5;
}

.paging_wrap ul li.pg_num a:hover {
    background: #F3F3F5;
}

.paging_wrap ul li.pg_num a.on {
    font-weight: 700;
    color: #fff;
    background: #0063AF;
}

.rel{
    position: relative;
}

@media all and (max-width: 1800px){
    .snb_wrap{
        width: 150px;
        left: 0;
    }
    
    .snb_wrap.fix{
        left: 0;
    }
}

/*@media all and (max-width: 1340px){
    .snb_wrap.move{
        left: -13vw;
    }
}

@media all and (max-width: 1200px){
    .snb_wrap.move{
        left: -14vw;
    }
}*/

@media all and (max-width: 499px) {
    .snb_wrap{
        display: none;
    }
    /*.snb_wrap {
        left: -185px;
    }
    
    .snb_wrap ul li a{
        font-size: 13px;
    }
    
    .snb_wrap.fzs ul li a{
        font-size: 11px;
        letter-spacing: -1px;
    }*/
}
