@charset "utf-8";

/* width */
.w_200 {
    width: 200px !important;
}

.w_300 {
    width: 300px !important;
}

.w_350 {
    width: 350px !important;
}

.m_ico a {
    display: none;
}

.m_menu {
    display: none;
}

.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    transform: translateX(100%);
    transition: all 0.4s;
}

.menu_active {
    transform: translateY(0%);
    transition: all 0.4s;
    right: 0;
}

.sidenav .items {
    padding: 0 15px;
    padding-top: 60px;
    background-color: #1379cd;
}

.sidenav.opened {
    right: 0;
}

.sidenav .login {
    margin-top: 20px;
    padding: 15px;
    background-color: #1379cd;
}

#close_menu {
    float: right;
    max-width: 50px;
    margin-right: 20px;
    margin-top: 20px;
}
#close_menu img{
    width: 20px;
}
#nav-left {
    display: block;
    background: none;
    box-shadow: none;
}

#nav-left>li span {
    border-bottom: 1px solid #4f60c4;
    padding: 15px 0;
    display: block;
    text-align: center;
}

#nav-left>li:last-child {
    /* border-bottom: none; */
}

#nav-left>li ul {
    display: none;
}

#nav-left>li ul li {
    /* border-bottom: 1px solid #b3bbe8; */
    padding: 10px 20px;
    background: #f3f5ff;
}


#nav-left>li>a {
    font-size: 0.9rem;
    display: block;
}

.m_logo {
    background: url(../img/logo.svg)no-repeat 10px;
    text-indent: -9999px;
    background-size: contain;
    height: 30px;
    margin: 16px 0;
}

.m_login {
    margin: 0 auto;
    text-align: center;
    margin: 30px 0 0;
}

.m_login span {
    display: block;
    font-size: 16px;
}

.m_login span em {
    color: #2778a9;
    font-weight: bold;
}

.m_login .head_login {
    background: #4f60c4;
    border-radius: 26px;
    padding: 5px 20px;
    font-size: 15px;
    color: #fff;
}

.m_login .head_logout {
    background: #4f60c4;
    padding: 15px 20px;
    font-size: 18px;
    color: #fff;
    display: block;
    width: 100%;
    margin-top: 18px;
}

header {
    position: relative;
    margin-top: 20px;
    background: #fff;
    z-index: 999;
}

.wrapcom {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    align-items: center;
    padding: 10px 0px 5px;
    margin: 0 auto;
}

.wrapcom .logo {
    background: url(../img/logo_2025.png)no-repeat;
    text-indent: -9999px;
    width: 255px;
    margin: 0;
    background-size: contain;
    height: 50px;
}

.wrapcom .mylog {}

.wrapcom .mylog em {
    color: #2778a9;
    font-weight: bold;
}

.wrapcom .mylog .head_login {
    background: #4f60c4;
    border-radius: 26px;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
}

.wrapcom .mylog .head_logout {
    background: #4f60c4;
    border-radius: 26px;
    padding: 8px 20px;
    font-size: 18px;
    color: #fff;
    margin-left: 5px;
}

/* header */

.header .head {
    position: absolute;
    background: #fff;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #dcdcdc;
    background: #fff url(../img/headbg.png)no-repeat;
}

.header .head .headbox {
    display: flex;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
    height: 80px;
    max-width: 1400px;
    position: relative;
}

.header .head .headbox .gnb_wrap>.menu>ul {
    display: flex;
    justify-content: center;
}

#gnb>ul>li>a:hover,
#gnb>ul>li>a:active,
#gnb>ul>li>a:focus {
    color: #3f51b5 !important;
    font-weight: bold;
}

.gnb>li>a:after {
    content: '';
    position: absolute;
    height: 3px;
    background: #3f51b5;
    bottom: 0;
    width: 0px;
    left: 0;
}

.gnb>li>a:hover:after {
    bottom: 0;
    width: 100%;
    left: 0;
    transition: all 0.3s ease;
}

#gnb>ul>li>ul>li>a:hover {
    color: #341a93 !important;
}

.gnb_wrap {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

#gnb {
    z-index: 20;
    margin: 0 auto;
}

#gnb>ul>li>a {
    display: block;
    text-align: center;
    padding: 30px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 20px;
    position: relative;
    font-weight: bold;
}

#gnb>ul>li {
    display: flex;
    align-items: center;
    justify-content: center;
    /* float: left; */
}

#gnb>ul>li~li {
    /* position:relative; */
    margin-left: 80px;
}

#gnb>ul>li~li>a:before {
    position: absolute;
    content: 'l';
    left: -40px;
    top: 30px;
    color: #8B8B8B;
}

#gnb>ul>li:first-child>a {
    margin-left: 0;
}

#gnb>ul>li:last-child>a {
    margin-right: 0;
}

#gnb>ul>li>ul {
    padding: 10px 0 !important;
    margin: 20px 0;
    /* display: none; */
    /* overflow: hidden; */
    /* -webkit-opacity: 0; */
    -moz-opacity: 0;
    /* opacity: 0; */
    filter: alpha(opacity=0);
    /* text-decoration: none; */
    position: absolute;
    top: 85px;
}

#gnb>ul>li>ul>li {
    float: none;
    width: auto;
    margin: 3px 0 0;
    text-decoration: none;
}

#gnb>ul>li>ul>li:first-child {
    margin-top: 0;
}

#gnb>ul>li>ul>li>a {
    display: block;
    text-align: left;
    font-weight: 400;
    padding: 7px 0;
    height: auto;
    background: none;
    line-height: 20px;
    letter-spacing: -0.4px;
    -webkit-transition: all 0.0s ease;
    -moz-transition: all 0.0s ease;
    -ms-transition: all 0.0s ease;
    -o-transition: all 0.0s ease;
    transition: all 0.0s ease;
    text-decoration: none;
    font-size: 16px;
    text-align: left;
    margin: 10px 0;
    font-weight: 400;
    color: #000;
}

#gnb>ul>li>ul>li>a>em {
    display: block;
}

#header .bg.subbg {
    box-shadow: 0 5px 6px 1px #0000000d;
}

#header .bg {
    width: 100%;
    display: none;
    background: #fff;
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 10;
    border-top: 1px solid #e2e2e2;
    -webkit-opacity: 0.98;
    -moz-opacity: 0.98;
    opacity: 0.98;
    filter: alpha(opacity=98);
    border-bottom: #eee;
}

.footer {
    background: #66717E;
}

.footer .foot {
    margin: 0 auto;
    padding: 30px 0 50px;
    max-width: 1400px;
}

.footer .foot .foot_top {
    border-bottom: 1px solid #fff;
}

.footer .foot .foot_top .ftutil {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    margin: 0 auto;
    max-width: 1400px;
    flex-direction: column;
}
.footer .foot .foot_top .ftutil .area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}

.footer .foot .foot_top .ftutil .area label {
    display: none;
}

.footer .foot .foot_top .ftutil .area span{
    width:1px;
    background:#fff;
    height: 10px;
}

.footer .foot .foot_top .ftutil .area select {
    position:relative;
    background: #66717E url(../img/select_bg.svg)no-repeat right;
    color: rgb(255, 255, 255);
    width: 180px;
    height: 38px;
    line-height: 30px;
    border: 0;
    padding: 0 10px;
    font-size: 15px;
    flex: 1;
}

.footer .foot .wrap_comn {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}

.footer .foot .wrap_comn ul {
    display: flex;
    width: 100%;
    margin: 20px 0 !important;
}

.footer .foot .wrap_comn ul li {
    padding-right: 45px;
    position: relative;
    display: flex;
    align-items: center;
}

.footer .foot .wrap_comn ul li:last-child {
    padding-right: 0;
}

.footer .foot .wrap_comn ul li a.pt {
    position: relative;
}

.footer .foot .wrap_comn ul li a {
    color: #ffffff;
    position: relative;
    font-size: 14px;
    word-break: keep-all;
}

.footer .foot .wrap_comn ul li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    right: 25px;
    background: #fff;
}

.footer .foot .wrap_comn ul li:last-child:after {
    background: none;
}

.footer .foot .wrap_comn .infoTxt p{
    color: #fff;
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: -0.3px;
}

/* navbar */
.navbar {
    background: #f5f5f5;
}

.navbar .nav {
    width: 1200px;
    margin: 0 auto;
}

.navbar .nav>ul {
    display: flex;
}

.navbar .nav>ul>li {
    position: relative;
    border-right: 1px solid #d3d4d3;
}

.navbar .nav>ul>li:first-child a {
    padding-left: 0;
}

.navbar .nav>ul>li>a.home {
    background: url('../img/home.png')no-repeat left;
    text-indent: -9999px;
    width: 15px;
    height: 14px;
}

.navbar .nav>ul>li>a,
.navbar .nav>ul>li>span {
    display: block;
    padding: 15px 30px;
}

.navbar .nav>ul>li>span {
    cursor: pointer;
    padding: 15px 50px 15px 30px;
}

.navbar .nav>ul>li.drdown {
    background: url('../img/navbarico.png')no-repeat 90%;
}

.navbar .nav>ul>li>ul {
    position: absolute;
    top: 47px;
    width: 100%;
    text-align: center;
    /* background: #eee; */
    box-shadow: 0 10px 10px 5px #f3f3f3;
    padding: 10px 0 !important;
}

.navbar .nav>ul>li>ul>li {
    padding: 10px 0;
}

.navbar .nav>ul>li>ul>li>a {
    display: block;
}

.sidenav {
    display: none;
}

.wrapcom .input_box input {
    min-width: 400px;
    width: 100%;
    border: 0;
    flex: 75% 0 0;
    font-size: 16px;
    transition: all ease .5s;
}

.wrapcom .input_box:has(input:focus ) {
    box-shadow: inset 0px 0px 0px 1.5px #0059A5;
}

.wrapcom .input_box input {
}

.wrapcom .input_box {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 440px;
    border: 1px solid #0059A5;
    height: 30px;
    padding: 10px 10px 10px 15px;
    border-radius: 34px;
    justify-content: space-between;
}

.wrapcom .input_box .search_btn {
    display: inline-block;
    background: url(../img/head_search.png)no-repeat 50% 50%;
    width: 50px;
    height: 50px;
    transition: all 0.2s;
    font-size: 0;
    border-radius: 34px;
}

.top_utilwrap {
    /* display: flex; */
    /* justify-content: end; */
    background: #0059A5;
}

.top_utilwrap .utill {
    display: flex;
    max-width: 1400px;
    align-items: center;
    justify-content: end;
    margin: 0 auto !important;
    padding: 10px 0 !important;
}

.top_utilwrap .utill li {
    position: relative;
    margin-right: 35px;
    padding-left: 30px;
}

.top_utilwrap .utill li a {
    color: #fff;
}

.top_utilwrap .utill li a {
    color: #fff;
    font-size: 15px;
}

.top_utilwrap .utill li:last-child {
    margin-right: 0;
}

.top_utilwrap .utill li a::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 10%;
    width: 1px;
    height: 15px;
    background: #fff;
}

.top_utilwrap .utill li a::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 10%;
    width: 1px;
    height: 15px;
    background: #fff;
}

.top_utilwrap .utill li:last-child a::after {
    display: none;
}

.top_utilwrap .utill li .btn_home::before {
    content: "";
    position: absolute;
    left: 0;
    top: 56%;
    width: 14px;
    height: 16px;
    margin-top: -10px;
    background: url(../img/home.png) no-repeat 0 0;
}

.top_utilwrap .utill li .btn_login::before {
    content: "";
    position: absolute;
    left: 0;
    top: 57%;
    width: 15px;
    height: 15px;
    margin-top: -10px;
    background: url(../img/login.png) no-repeat 0 0;
}

.top_utilwrap .utill li .bth_sign::before {
    content: "";
    position: absolute;
    left: 0;
    top: 63%;
    width: 15px;
    height: 19px;
    margin-top: -10px;
    background: url(../img/join.png) no-repeat 0 0;
    /* transform: translateY(-50%); */
}

.right_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.right_wrap .resize {
    display: flex;
    align-items: center;
    gap: 10px;
}

.right_wrap .resize>div {
    display: flex;
    gap: 5px;
    align-items: center;
}

.right_wrap .resize>div a {
    display: flex;
    align-items: center;
}

.right_wrap .lang {
    position: relative;
}

.right_wrap .lang p {
    background: #EDF0F6 url(../img/toggle_select.png)no-repeat right 20px center;
    padding: 10px 100px 10px 15px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.right_wrap .lang .toggle {
    position: absolute;
    top: 38px;
    z-index: 999999;
    background: #EDF0F6;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 19%);
    padding: 10px;
    width: 100%;
    border-radius: 15px;
    box-sizing: border-box;
    display: none;
}

.right_wrap .lang ul {}

.right_wrap .lang ul li {
    font-size: 14px;
    padding: 8px 25px;
}

.right_wrap .lang ul li+li {
    border-top: 1px solid #ddd;
}

.sitemap{
    background: url(../img/sitemap_ico.png)no-repeat;
    position: absolute;
    right:0;
    top: 55%;
    transform: translateY(-50%);
    text-indent: -9999px;
    width: 25px;
    background-size: contain;
}

/* Wrap */
.Wrap{
    margin-top:80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 100%; */
    flex: 1 1 80%;
    background: #FCFCFC;
}

.subWrap{
    flex: 1;
    display:flex;
    flex-direction: column;
    padding: 50px 0 150px;
    /* max-width: 1400px; */
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 1400px) {
    .wrapcom {
        padding: 15px 20px 20px;
        /* max-width: 950px; */
        gap: 15px;
        flex-wrap: wrap;
    }

    .footer .foot .wrap_comn {
    }

    .footer .foot .foot_top {
        padding: 0px 20px;
    }
    
    .wrapcom .input_box input{
        max-width: none;
        min-width: auto;
    }
    .wrapcom .input_box{
        /* max-width:100%; */
        /* width: 100%; */
        margin: 0 auto;
        max-width: none;
    } 
    
    .sidenav {
        display: block;
    }

    
    .sidenav .input_box {
        display: flex;
        align-items: center;
        position: relative;
        max-width: 440px;
        border: 1px solid #0059A5;
        height: 30px;
        padding: 10px 10px 10px 15px;
        border-radius: 34px;
        justify-content: space-between;
    }

    .sidenav .input_box input {
        border: 0;
        font-size: 13px;
        transition: all ease .5s;
    }

    
    .sidenav .input_box .search_btn {
        display: inline-block;
        background: url(../img/head_search.png)no-repeat;
        width: 20px;
        height: 20px;
        transition: all 0.2s;
        font-size: 0;
        background-size: contain;
    }
    
    .sidenav .utill {
        display: flex;
        max-width: calc(100% - 50px);
        align-items: center;
        justify-content: center;
        margin: 15px auto !important;
        background: #0059A5;
        border-radius: 50px;
        gap: 20px;
    }
    
    .sidenav .utill li {
        position: relative;
        margin-right: 35px;
        padding-left: 10px;
        flex: 1;
        text-align: center;
        max-width: 80px;
    }
    
    .sidenav .utill li a {
        color: #fff;
    }
    
    .sidenav .utill li a {
        color: #fff;
        font-size: 13px;
        display: block;
        padding: 15px;
    }
    
    .sidenav .utill li:last-child {
        margin-right: 0;
    }
    
    .sidenav .utill li a::after {
        content: "";
        position: absolute;
        right: -20px;
        top: 10%;
        width: 1px;
        height: 15px;
        background: #fff;
    }
    
    .sidenav .utill li a::after {
        content: "";
        position: absolute;
        right: -20px;
        top: 30%;
        width: 1px;
        height: 15px;
        background: #fff;
    }
    
    .sidenav .utill li:last-child a::after {
        display: none;
    }
    
    .sidenav .utill li .btn_home::before {
        content: "";
        position: absolute;
        left: 0;
        top: 56%;
        width: 14px;
        height: 16px;
        margin-top: -10px;
        background: url(../img/home.png) no-repeat 0 0;
    }
    
    .sidenav .utill li .btn_login::before {
        content: "";
        position: absolute;
        left: 0;
        top: 57%;
        width: 15px;
        height: 15px;
        margin-top: -10px;
        background: url(../img/login.png) no-repeat 0 0;
    }
    
    .sidenav .utill li .bth_sign::before {
        content: "";
        position: absolute;
        left: 0;
        top: 75%;
        width: 15px;
        height: 19px;
        margin-top: -10px;
        background: url(../img/join.png) no-repeat 0 0;
        transform: translateY(-50%);
    }
    
    /* m-menu */
    .m_menu{
        display: block;
    }
    .sidenav .nav{
        border-top: 2px solid #0059A5;
        margin: 0 25px !important;
    }
    .sidenav .nav > li{
    border-bottom: 1px solid #ddd;
    }
    .sidenav .nav > li > a{
    padding: 15px;
    color: #10217c;
    }
    .sidenav .nav > li > ul{
        
    }
    .sidenav .nav > li > ul > li{
        
    }
    .sidenav .nav > li > ul > li > a{
        font-size: 0.85rem;
        text-align: left;
    }
    .m_ico .m_ham {
        display: block;
        background: url(../img/m_ico.png)no-repeat;
        height: 20px;
        float: right;
        right: 0;
        text-indent: -9999px;
        width: 20px;
        background-size: contain;
    }

    .wrapcom .mylog {
        display: none;
    }

    .wrapcom .logo {
        background-size: contain;
        height: 45px;
        width: 200px;
    }
    .search_box{
        flex:1;
        max-width: 100%;
        width: 100%;
    }

    .top_utilwrap .utill{
        padding: 10px !important;
    }

    .header .head {
        display: none;
    }

    .footer .foot{
        padding: 30px 15px 50px;
    }

    .footer .foot .foot_top .ftutil {
        flex-direction: column;
    }

    .footer .foot .foot_top .ftutil ul {
        display: flex;
        margin: 0 0 20px 0 !important;
    }

    .footer .foot .foot_top .ftutil ul li {
        padding-right: 45px;
        position: relative;
    }

    .footer .foot .foot_top .ftutil ul li:last-child {
        padding-right: 0;
    }

    .footer .foot .foot_top .ftutil ul li a.pt {
        color: #edb72c;
        position: relative;
    }

    .footer .foot .foot_top .ftutil ul li a {
        font-size: 13px;
    }

    .footer .foot .foot_top .ftutil ul li:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 20px;
        right: 25px;
        background: #fff;
    }

    .footer .foot .foot_top .ftutil ul li:last-child:after {
        background: none;
    }

    .footer .foot .foot_top .ftutil .area {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .footer .foot .foot_top .ftutil .area label {
        display: none;
    }

    .footer .foot .foot_top .ftutil .area select {
        width: 180px;
        height: 38px;
        line-height: 30px;
        border: 0;
        padding: 0 10px;
        font-size: 14px;
    }

    .footer .foot .foot_top .ftutil .area .area_btn {
        width: 20%;
    }

    .footer .foot .wrap_comn .infoTxt {
        text-align: left;
        /* width: 80%; */
        margin: 0;
    }

    .footer .foot .wrap_comn {
        flex-direction: column;
    }

    .footer .foot .wrap_comn .foot_logo {
        margin: 0 0 20px 0;

    }
    .right_wrap .resize{
        display:none;
    }
    
    .Wrap{
        margin-top:0;
    }

    .subWrap{
        padding: 20px 20px 150px;
    }
    
}


@media screen and (max-width: 1200px) {

    .right_wrap .lang p{
        font-size:0.85rem;
    }
    .wrapcom .input_box{
        padding:5px;
    }

    .top_utilwrap .utill li a{
        font-size:0.8rem;
    }
    
    .wrapcom .input_box input{
        font-size:0.8rem;
    }
   
}
@media screen and (max-width:980px) {
    .footer .foot .foot_top {
        padding: 0px 20px;
    }

    .header .head .gnb_wrap {
        width: 85%;
    }

    #gnb>ul>li a {
        font-size: 18px;
    }

    #gnb>ul>li>ul>li>a {
        font-size: 15px;
        transform: skew(-0.03deg);
    }

  .footer .foot .foot_top .ftutil .area span{
    display:none;
  }

  .footer .foot .foot_top .ftutil .area select {
    margin-right: 10px;
    flex: 1 1 36%;
    border-bottom: 1px solid #fff;
    padding: 15px;
    height: auto;
  }
  .footer .foot .wrap_comn ul{
    flex-wrap:wrap;
    gap: 5px;
  }
  .footer .foot .wrap_comn ul li{
    flex: 115px 0 0;
  }
  .footer .foot .foot_top {
    border-bottom:none;
    }
    .footer .foot .wrap_comn ul li a,.footer .foot .wrap_comn .infoTxt p{
        font-size:0.8rem;
        text-align: left;
        word-break: keep-all;
    }
    .footer .foot .wrap_comn ul li:after{
        width:3px;
        height:3px;
        border-radius:5px;
        top: 50%;
    }
}

@media screen and (max-width:760px) {
    .footer .foot .foot_top {
        padding: 0;
        border-bottom:none;
    }

    .header .head .gnb_wrap {
        width: 85%;
    }

    .wrapcom .mylog span {
        font-size: 15px;
    }

    .wrapcom .mylog .head_logout {
        font-size: 16px;
    }

    .header .head .gnb li a {
        font-size: 20px;
    }

    .right_wrap .lang p{
        display: none;
    }
    .wrapcom .input_box{
        padding:5px;
    }

    .top_utilwrap .utill li a{
        font-size:0.8rem;
    }
    
    .wrapcom .input_box input{
        font-size:0.8rem;
    }
    .wrapcom .logo{
        width:150px;
        height:35px;
    }
    .search_box{
        padding: 0 20px;
        order:1;
        flex: 100%;
        box-sizing: border-box;
    }
    .subWrap{
        padding-bottom:80px;
    }
}