@charset "UTF-8";

/* common */
body, a , b, p, span, div, h1, h2, h3, h4, h5, h6, address, form, caption, header, section, ol, ul, li, footer, * {font-family: 'SUIT', sans-serif;}
body, html {height: calc(var(--vh, 1vh) * 100);margin:0 auto;}
#container {
    animation: 1.5s ease 0s 1 normal none running fadeIn;
}

/*gnb*/
#hd.show .gnb_list{min-height: 650px;}
.topMenu-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    z-index: -1;
}
.topMenu-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
    z-index: -1;
    transition: all 3s;
    transition-duration: 2s;
}
.topMenu-bg p {
    height: 650px;
}

#gnb {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    /* background-color: rgba(255,255,255,0); */
    /* background-color: #fff; */
    z-index: 1111;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
}
.gnb.bgwhite {
    background-color: #fff;
}
.gnb_wrap {
    max-height: 80px;
}
.gnb_list {
    padding: 0 50px;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    display: flex;
    /* align-items: center; */
    position: relative;
    justify-content: space-between;
}
.gnb_list #logo {
    display: flex;
    align-items: center;
    max-height: 80px;
}
.gnb_list #gnb_logo {
    position: absolute;
    bottom: 0;
    left: 7%;
    /* display: none; */
    opacity: 0;
}
.gnb_list #logo a img {
    width: 110px;
    height: 100%;
}
.gnb_list ul {
    /* display: flex; */
    border-top: 0;
    padding: 0;
    /* height: 450px; */
}
.gnb_list ul li .gnb_1da span {
    position: relative;
    font-weight: 700;
}
.gnb_list ul li a:hover span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 2px;
    background-color: #153972;
    transition: .35s;
    transform: scaleX(0);
    transform-origin: left;
}
.gnb_list ul li .gnb_1da span:hover::after {
    transform: scaleX(1);
}

.gnb_list ul .gnb_1dli {
    padding: 0 30px;
}
.gnb_list ul .gnb_1dli:nth-child(1) {
    padding-right: 30px;
}
.gnb_list ul .gnb_1dli:nth-child(4) {
    padding: 0;
}
.gnb_list ul .gnb_1dli:nth-child(5) {
    padding-right: 30px;
}
.gnb_list ul li span {
    font-size: 20px;
}
.gnb_list ul li a {
    color: #153972;
    text-align: center;
    font-weight: 600;
}
.gnb_list ul li .ico-search {
    display: flex;
    height: 46px;
    width: 46px;
    cursor: pointer;
}
.gnb_list ul li .ico-search img {
    position: absolute;
    top: 20px;
}


/*gnb_1*/
.gnb_1dli {
    float: left;
    line-height: 60px;
    padding: 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;

/* padding-right: 40px; */

min-width: 120px;
}
.gnb_1dli a {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
}
.gnb_1da {

}
/*gnb_2*/
.gnb_2dul .gnb_2dul_box li {
    max-width: 120px;
    line-height: 20px;
    margin: 0 auto;
}
.gnb_2dul .gnb_2dul_box li a {
    font-size: 16px;
}
.gnb_2dul .gnb_2dul_box li a:hover {
    /* opacity: 0.5; */
    color: #314CBD;
    font-weight: 700;
}
.gnb_2dul .gnb_2dul_box li a:nth-child(1) {
    padding-top: 0;
}

.gnb_2dul_box {
    /* flex-direction: column; */
}
.gnb_2dul {
    height: auto;
    /* min-height: 450px; */
    /* overflow: hidden; */
    transition: min-height 1s ease-in-out;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
}
.gnb_2dli {
    /* display: flex;
    flex-direction: column; */
}
.gnb_2da {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #27405A;
    padding: 15px 0;
}

.gnb_list ul li .gnb_2da {
    color: #757575;
}




/*main footer*/
.footer {
    border-top: 2px solid #153972;
    margin-top: 100px;
}
.footer-inner {
    padding: 50px 0 40px;
}
.footer .fp-tableCell {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.footer .footer-logo {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.footer ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
    position: relative;
}
.footer ul li {
    display: flex;
    color: #153972;
    font-size: 16px;
    position: absolute;
    bottom: 50%;
    width: 100%;
    justify-content: space-around;
}
.footer ul li .li1, .footer ul li .li2 {
    display: flex;
}
.footer ul li > div a {
    font-weight: 600;
    color: #153972;
}
.footer .address {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.footer .address .b1, .footer .address .b2 {
    font-weight: 500;
    color: #888888;
    text-align: center;
    line-height: 2;
}
.footer .address .b2 br{
    display: none;
}
.footer .address .b2 .tiny {
    display: block;
}
.footer .address .foot_ {
    display: flex;
    padding: 15px 0;
    color: #888888;
}
.footer .address .foot_ span {
    font-weight: 500;
}
.footer .ft-copy, .footer .ft-copy2 {
    color: #BABABA;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
}
.footer .ft-copy2 {
    margin-top: 10px;
    font-size: 12px;
}
.footer .line {
    border-left: 0.15em solid #153972;
    height: 16px;
    margin-top: 3px;
    margin-left: 30px;
    margin-right: 25px;
}
.footer .line.noline {
    display: none;
}
.footer .line.line2 {
    border-left: 0.1em solid #757575;
}
.adm-site a {
    border: 1px solid #153972;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
    color: #153972;
}
.adm-site a:hover {
    background: #153972;
    color: #fff;
}
.footer .ft-copy .b1, .footer .ft-copy .b2 {
    display: none;
}

.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
    /* padding-bottom: 20px !important; */
    margin-top: -30px;
}


/*반응형*/
@media (max-width: 1250px) {
    #gnb {
        background: #fff;
        height: 70px;
    }
    .gnb_list {
        padding-right: 20px;
        padding-left: 40px;
        height: 70px;
    }
    .gnb_list #logo {max-height: 70px;}
    .gnb_list #gnb_logo img {
        display: none;
    }
    .gnb_list #logo a img {
        width: 90px;
    }
    .gnb_1dli {
        display: none;
    }
    .gnb_list ul {
        height: auto;
    }
    .gnb_list ul li .ico-search img {
        top: 5px;
    }
    .section2 .link-list ul li .ico-detail {
        /* display: none; */
    }
    .gnb_2da {
        padding: 0;
    }
    
    /*hambur btn*/
    #nav-icon3 {
        width: 40px;
        height: 40px;
        position: relative;
        margin: 0 auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        margin: 10px 10px 0 10px;
        text-align: -webkit-center;
    }
    #nav-icon3 span {
        position: absolute;
    }
    #nav-icon3 span:nth-child(1) {
        top: 20%;
        width: 30px;
        height: 2px;
        background-color: #000;
        left: 15%;
        transition: .5s;
    }
    
    #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
        top: 45%;
        width: 30px;
        height: 2px;
        background-color: black;
        left: 15%;
        transition: .5s;
    }
    
    #nav-icon3 span:nth-child(4) {
        top: 70%;
        width: 30px;
        height: 2px;
        background-color: black;
        left: 15%;
        transition: .5s;
    }
    
    #nav-icon3.open span:nth-child(1) {
        display: none;
        transition: .5s;
    }
    
    #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .5s;
    }
    
    #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: .5s;

    }
    
    #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
    transition: .5s;
    }

    .gnb_list ul .gnb_1dli + .gnb_1dli {
        padding-left: 0;
    }
    .gnb_list ul .gnb_1dli:nth-child(4) {
        padding-left: 0;
    }

}

@media (max-width: 768px) {
    .gnb_list #logo {
        max-height: 65px;
    }
    .gnb_list #logo a img {
        width: 80px;
        height: 100%;
    }
    #gnb, .gnb_wrap {
        height: 60px;
    }
    .gnb_list {
        padding: 0 30px;
    }
    .gnb_list ul li .ico-search {
        margin-top: 0;
    }
    .gnb_list a img {
        width: 74px;
        height: 44px;
        min-height: auto;
        object-fit: cover;
    }
    #nav-icon3 {
        margin-top: 10px;
    }
   
    /*footer*/
    .footer ul {
        padding-bottom: 0;
    }
    .footer .line {
        margin-left: 10px;
        margin-right: 10px;
    }
    .footer .line.noline {
        display: block;
    }
    .footer ul li {
        position: unset;
        justify-content: center;;
    }
    .footer .address .b1 {
        margin-top: 40px;
    }
    .footer .address .b2 {
        text-align: center;
        line-height: 1.5;
    }
    .footer .address .b2 br {
        display: block;
    }
    .footer .ft-copy br {
        display: block;
    }
    .fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
        padding-bottom: 10px !important;
        margin-top: 0;
    }

    .scroll-down {
        bottom: 30px;
        left: 20px;
    }
}

@media (max-width: 500px) {
    .gnb_wrap {
        width: 100%;
        min-width: 390px;
    }
    .gnb_1dli {
        display: none;
    }
    .gnb_list {
        /* height: 60px; */
        padding: 0 20px;
    }
    .gnb_list a img {
        width: 62px;
        height: 36px;
    }

    /*footer*/
    .footer ul li {
        flex-direction: column;
        font-size: 12px;
    }
    .footer .footer-logo {
        padding: 15px 0;
        padding-top: 0;
    }
    .footer .line, .footer .line.noline{
        display: none;
    }
    .footer .line.line2 {
        display: block;
        margin-left: 15px;
        margin-right: 15px;
    }
    .footer ul li .li1, .footer ul li .li2 {
        justify-content: center;
    }
    .footer ul li .li2 {
        margin-top: 15px;
        flex-direction: row-reverse;
    }
    .footer ul li .li1 .list:nth-child(1) {
        margin-right: 20px;
    }
    .footer ul li .li2 .list:nth-child(1) {
        margin-left: 20px;
    }
    .footer .address .b1 {
        margin-top: 25px;
    }
    .footer .address .b2 {
        line-height: 1.5;
    }
    .footer .ft-copy2 {
        text-align: center;
    }
    .footer .ft-copy .b1, .footer .ft-copy .b2 {
        display: block;
    }
    .footer .address .foot_ {
        padding: 25px 0;
    }
    .address {
        font-size: 12px;
    }
    
}