<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*�ㅻ뜑 �듭뀡*/
#new_hd {
    position: absolute;
    width: 100%;
    max-width: 1260px;
    top: 90px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.7);
}

#new_hd .hd_area {
    width: 100%;
    height: 100%;
    position: relative;
}

#new_hd .hd_con {
    width: 100%;
    height: auto;
    position: relative;
}

#new_hd .hd_con .hd_size {
    width: 100%;
    height: auto;
    padding: 30px 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media all and (max-width: 1025px) {
    #new_hd.hd_active {
        position: fixed;
        width: 100%;
        background-color: #fff;
        -webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    #new_hd .hd_con .hd_size {
        padding: 20px 30px;
    }

    #new_hd.hd_active .hd_con .hd_size {
        padding: 10px 30px;
    }
}

@media all and (max-width: 481px) {
    #new_hd .hd_con .hd_size {
        padding: 20px 15px;
    }
    
    #new_hd.hd_active .hd_con .hd_size {
        padding: 10px 15px;
    }
}

/*�ㅻ뜑 �듭뀡 end*/

/*�ㅻ뜑 硫붾돱*/
#new_hd .hd_con .hd_size .hd_menu_con {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#new_hd .hd_con .hd_size .hd_menu_con .logo_box {
    width: 181px;
    height: 37px;
    float: left;
    position: relative;
    margin-right: 45px;
}

#new_hd .hd_con .hd_size .hd_menu_con .logo_box &gt; a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
}

#new_hd .hd_con .hd_size .hd_menu_con .menu_nav_con {
    float: right;
    position: relative;
    margin-top: 4px;
}

#new_hd .hd_con .hd_size .hd_menu_con .menu_nav_box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-right: 22px;
}

#new_hd .hd_con .hd_size .hd_menu_con .menu_nav_box &gt; li {
    width: auto;
    float: left;
    padding: 0 60px;
    position: relative;
}

#new_hd .hd_con .hd_size .hd_menu_con .menu_nav_box &gt; li::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 40px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);

}

#new_hd .hd_con .hd_size .hd_menu_con .menu_nav_box &gt; li &gt; a {
    font-size: 0.813rem;
    font-weight: 500;
    color: #000;
    letter-spacing: -.5px;
    line-height: 30px;
}

#new_hd .hd_con .hd_size .hd_menu_con .menu_nav_box &gt; li &gt; a:hover {
    color: #1d2088;
}

#new_hd .hd_con .hd_size .hd_menu_con .lan_nav_con {
    width: auto;
    float: right;
    position: relative;
    margin-top: 5px;
}

#new_hd .hd_con .hd_size .hd_menu_con .lan_nav_box {
    position: relative;
    overflow: hidden;
}

#new_hd .hd_con .hd_size .hd_menu_con .lan_nav_box &gt; li {
    float: left;
    margin-right: 7px;
    line-height: 30px;
}

#new_hd .hd_con .hd_size .hd_menu_con .lan_nav_box &gt; li:last-of-type {
    margin-right: 0;
}

#new_hd .hd_con .hd_size .hd_menu_con .lan_nav_box &gt; li &gt; a {
    display: block;
    width: 100%;
    height: 100%;
}

#new_hd .hd_con .hd_size .hd_menu_con .lan_nav_box &gt; li &gt; a &gt; img {
    width: auto;
    max-width: 100%;
    vertical-align: sub;
}

@media all and (max-width: 1281px) {
    #new_hd .hd_con .hd_size .hd_menu_con .logo_box {
        margin-right: 48px;
    }

    #new_hd .hd_con .hd_size .hd_menu_con .menu_nav_box &gt; li {
        padding: 0 48px;
    }
}

@media all and (max-width: 1025px) {
    #new_hd {
        top: 0;
        background-color: transparent;
    }

    #new_hd .hd_con .hd_size .hd_menu_con .logo_box &gt; a {
        background-image: url(../img/logo_w.png);
    }

    #new_hd.hd_active .hd_con .hd_size .hd_menu_con .logo_box &gt; a {
        background-image: url(../img/logo.png);
    }

    #new_hd .hd_con .hd_size .hd_menu_con .lan_nav_con {
        display: none;
    }

    #new_hd .hd_con .hd_size .hd_menu_con .menu_nav_con {
        display: none;
    }
}

/*�ㅻ뜑 硫붾돱 end*/


/*紐⑤컮�� 硫붾돱踰꾪듉*/
.m_bars_btn {
    display: none;
    float: right;
    width: 35px;
    height: 30px;
    position: relative;
}

.m_bars_btn &gt; a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 3px;
    text-align: right;
    overflow: hidden;
}

.m_bars_btn &gt; a &gt; span {
    display: block;
    width: 100%;
    height: 4px;
    margin-bottom: 5px;
    background-color: #fff;
    float: right;
}

.m_bars_btn &gt; a &gt; span:last-of-type {
    margin-bottom: 0;
    width: 75%;
}

@media all and (max-width: 1025px) {
    #new_hd.hd_active .m_bars_btn &gt; a &gt; span {
        background-color: #0a3c6e;
    }
}

/*紐⑤컮�� 硫붾돱踰꾪듉 end*/

/*紐⑤컮�� 硫붾돱李�*/
#mo_hd {
    display: none;
    position: fixed;
    top: 0;
    right: -300px;
    bottom: 0;
    width: 300px;
    background-color: #fff;
    z-index: 9992;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#mo_hd.mo_active {
    right: 0;
}

#mo_hd .mo_hd_area {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#mo_hd .mo_hd_con {
    width: 100%;
    height: auto;
    position: relative;
}

#mo_hd .mo_hd_size {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#mo_hd .mo_hd_size .mo_close_btn {
    padding: 10px 30px;
    text-align: right;
    background-color: #0a3c6e;
    overflow: hidden;
}

#mo_hd .mo_hd_size .mo_close_btn .lan_nav_box {
    width: auto;
    float: left;
    margin-top: 4px;
}

#mo_hd .mo_hd_size .mo_close_btn .lan_nav_box &gt; li {
    width: 22px;
    height: 23px;
    float: left;
    margin-right: 10px;
}

#mo_hd .mo_hd_size .mo_close_btn .lan_nav_box &gt; li:last-of-type {
    margin-right: 0;
}

#mo_hd .mo_hd_size .mo_close_btn .lan_nav_box &gt; li &gt; a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#mo_hd .mo_hd_size .mo_close_btn .lan_nav_box &gt; li &gt; a &gt; img {
    width: auto;
    max-width: 100%;
    vertical-align: top;
}

#mo_hd .mo_hd_size .mo_close_btn &gt; a {
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    float: right;
    position: relative;
}

#mo_hd .mo_hd_size .mo_close_btn &gt; a &gt; span {
    display: block;
    position: absolute;
    width: 35px;
    height: 4px;
    background-color: #fff;
    top: 13px;
    right: -3px;
}

#mo_hd .mo_hd_size .mo_close_btn &gt; a &gt; span.close_01 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mo_hd .mo_hd_size .mo_close_btn &gt; a &gt; span.close_02 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#mo_hd .mo_hd_size .menu_nav_con {
    width: 100%;
    height: auto;
    position: relative;
}

#mo_hd .mo_hd_size .menu_nav_con .menu_nav_box {
    width: 100%;
    height: auto;
    position: relative;
}

#mo_hd .mo_hd_size .menu_nav_con .menu_nav_box .main_menu {
    padding: 15px 30px;
    border-bottom: 1px solid #c1c1c1;
}

#mo_hd .mo_hd_size .menu_nav_con .menu_nav_box .main_menu &gt; a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

@media all and (max-width: 1025px) {
    .m_bars_btn {
        display: block;
    }

    #mo_hd {
        display: block;
    }
}

@media all and (max-width: 321px) {
    #mo_hd {
        right: -200px;
        width: 200px;
    }
}

/*紐⑤컮�� 硫붾돱李� end*/
</pre></body></html>