@import "reset.css";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
.fa-solid {
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    font-size: 26px;
}

.quick_menu ul li i{
	color: white;
}

/* #header.active .fa-solid {
    color : black;
} */

#header.active .quick_menu ul li i{
  color: #000 !important
}

/* .quick_menu ul:hover .fa-solid {
	color : black;
} */

.quick_menu ul:hover li i{
 color: #000
}

#header:hover .header_inner .header_content .quick_menu>ul>li a i {
	color: #000 !important
}

@font-face {
    font-family: 'S-CoreDream-3Light';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.inner{
    max-width: 1280px;
    margin: 0 auto;
}

.container {
    max-width: 1640px;
    width: 100%;
    margin: 0 auto;
    /* padding: 0 20px 0 20px; */
    box-sizing: border-box;
    padding: 120px 0 30px 0;
}

.news .container{
    padding-top: 80px;
}
.quick_page .container{
    padding-top: 150px;
}
.cont_area{
    padding: 60px 0;
}
.robotoft {
    font-family: 'Roboto', sans-serif;
}

.interft {
    font-family: 'Inter', sans-serif;
}

.arialft {
    font-family: 'Arial', sans-serif;
}

.m_br {
    display: none;
}

.scrolloff {
    height: 100% !important;
    position: fixed !important;
    overflow: hidden !important;
    max-height: 100% !important;
}

@media screen and (max-width:1200px) {
    html, body {
        font-size: 14px;
    }
}

@media screen and (max-width:950px) {
    html, body {
        font-size: 13px;
    }
}


.fadeInBottom {
    animation-name: fadeInBottom ;
    animation-fill-mode: both;
    animation-duration: 1s !important;
}

@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(30%);
    }
    to { opacity: 1 }
}
@keyframes v_fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }
    to { opacity: 1 }
}
@keyframes v_fadeInDown2 {
    from {
        opacity: 0;
        transform: translateY(-300%);
    }
    to { opacity: 1 }
}
.v_fadeindown{
    /* transition: opacity .3s; */
    animation-name: v_fadeInDown;
    animation-fill-mode: both;
    animation-duration: 2s !important;
}

.v_fadeinleft {
    transition: opacity .3s;
    animation-duration: 2s !important;
    animation-name: fadeInLeft;
    animation-fill-mode: both;
}

.v_fadeinright {
    animation-name: fadeInRight;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 1s !important;
}

.v_fadeinright2 {
    animation-name: fadeInRight2;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 1s !important;
}

.btn_tops {
    position: fixed;
    z-index: 600;
    right: 2%;
    bottom: 15%;
    display: none;
}

.btn_tops a {
    display: block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.582);
    color: #fff;
    text-align: center;
    border-radius: 50%
}

.btn_tops a:hover {
    background-color: rgba(196, 46, 151, 0.815);
    color: #fff;
}


#header {
    width: 100%;
    height: 98px;
    background-color: rgba(0, 0, 0, .12);
    position: fixed;
    z-index: 555;
    transition: all .6s;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

#header:hover {
    background: #fff;
    transition: all .3s;
}

#header:hover .header_inner .header_content h2 a.logo {
    background: url(/upload/10/service/a/18_10/homepage/images/logo_ov.png) no-repeat;
    background-size: cover;
}

#header:hover .header_inner .header_content .gnb>ul>li>a {
    color: #333;
}

#header:hover .header_content .quick_menu ul li svg .cls-1 {
    stroke: #fff;
    stroke-width: 1px;
    fill: #fff !important;
}

#header:hover .header_content .quick_menu ul li svg .cls-2 {
    fill: #333;
}

#header:hover .header_inner .header_content .quick_menu ul li svg .eng-1 {
    fill: #333;
}

#header:hover .header_inner .header_content .quick_menu ul li svg .eng-2 {
    stroke: #333;
}

#header:hover .header_inner .header_content .quick_menu ul li svg .svg_color2 {
    fill: #333;
}

#header:hover .header_content .quick_menu ul li button.search_btn {
    color: #333 !important;
}

#header:hover .header_content .quick_menu ul li button.lang_btn {
    color: #333 !important;
}

#header:hover .header_inner .header_content .var a span {
    background: #333;
}

#header:hover .header_inner .header_content .var a p {
    color: #333;
}

#header.active {
    background: #fff;
    border-bottom: 1px solid #fff;
    transition: all .3s;
    box-shadow: 0 3px 9px rgb(0 0 0 / 15%);
}

#header.active .header_inner .header_content h2 a.logo {
    background: url(/upload/10/service/a/18_10/homepage/images/logo_ov.png) no-repeat;
    background-size: cover;
}

#header.active .header_inner .header_content .gnb>ul>li>a {
    color: #333;
}

#header.active .header_content .quick_menu ul li svg .cls-1 {
    stroke: #333;
    stroke-width: 1px;
    fill: #333 !important;
}

#header.active .header_content .quick_menu ul li svg .cls-2 {
    fill: #333;
}

#header.active .header_inner .header_content .quick_menu ul li svg .eng-1 {
    fill: #333;
}

#header.active .header_inner .header_content .quick_menu ul li svg .eng-2 {
    stroke: #333;
}

#header.active .header_inner .header_content .quick_menu ul li svg .svg_color2 {
    fill: #333;
}

#header.active .header_inner .header_content .quick_menu ul li button.search_btn {
    color: #333;
}

#header.active .header_inner .header_content .quick_menu ul li button.lang_btn {
    color: #333;
}

#header.active .header_inner .header_content .var a span {
    background: #333;
}

#header.active .header_inner .header_content .var a p {
    color: #333;
}


#header .header_inner {
    width: 100%;
    height: 100%;
    max-width: 1840px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

#header .header_inner .header_content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .header_inner .header_content h2 a.logo {
    display: block;
    background: url(/upload/10/service/a/18_10/homepage/images/logo.png) no-repeat;
    background-size: cover;
    width: 204px;
    height: 52px;
}

#header .header_inner .header_content .gnb {
    max-width: 820px;
    width: 100%;
    height: 100%;
    line-height: 98px;
    margin: 0 auto;
    padding-left: 80px;
    text-align: center;
}

#header .header_inner .header_content .gnb>ul {
    display: flex;
    justify-content: center;
    max-width: 820px;
    height: 100%;
}

#header .header_inner .header_content .gnb>ul>li {
    position: relative;
    width: 20%;
    height: 100%;
}

#header .header_inner .header_content .gnb>ul>li>a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    font-family: "NanumSquare", sans-serif;
    color: #fff;
}

/* depth2 MENU */
#header .depth2_bg {
    position: absolute;
    top: 98px;
    width: 100%;
    height: 340px;
    background: #fff;
    box-shadow: 0 3px 5px rgb(0 0 0 / 8%);
    display: none;
    border-top: 1px solid #ddd;
}

#header .depth2_bg.active {
    height: 187px;
    transition: ease .25s;
    border-top: 1px solid #ddd;
}

#header .header_inner .header_content .gnb>ul>li .depth2 {
    position: absolute;
    top: 98px;
    padding-top: 20px;
    width: 100%;
    height: 340px;
    box-sizing: border-box;
    display: none;
}

#header .header_inner .header_content .gnb>ul>li .depth2>ul>li>a {
    font-size: 16px;
    color: #444;
    display: block;
    height: 30px;
    line-height: 30px;
}

#header .header_inner .header_content .gnb>ul>li .depth2>ul>li>a:hover {
    color: #5e5ca1;
}

/* 헤더 퀵메뉴 */
#header .header_inner .header_content .quick_menu {
    max-width: 265px;
    width: 100%;
}

#header .header_inner .header_content .quick_menu>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
}

#header .header_inner .header_content .quick_menu>ul>li {
    text-align: center;
    position: relative;
}

#header .header_inner .header_content .quick_menu>ul>li a {
    display: block;
}

#header .header_inner .header_content .quick_menu>ul>li:hover span {
    opacity: 1;
}

#header .header_inner .header_content .quick_menu ul li svg {
    width: 30px;
    height: 30px;
}

/* #header .header_inner .header_content .quick_menu>ul>li.facebook a svg{width: 100%;}
#header .header_inner .header_content .quick_menu ul li.q_eng svg{width: 40%; */
#header .header_inner .header_content .quick_menu ul li svg .cls-1 {
    stroke-width: 1px;
    fill: #fff;
}

#header .header_inner .header_content .quick_menu ul li svg .svg_color1 {
    fill: none;
}

#header .header_inner .header_content .quick_menu ul li svg .svg_color2 {
    fill: #fff;
}

#header .header_inner .header_content .quick_menu ul li svg .eng-1 {
    fill: #fff;
}

#header .header_inner .header_content .quick_menu ul li svg .eng-2 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 4px;
}

#header .header_inner .header_content .quick_menu>ul>li span {
    opacity: 0;
    font-size: 12px;
    transition: all .3s;
    display: block;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    border-radius: 5px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    padding: 4px 7px 2px 7px;
    white-space: nowrap;
}

#header .header_inner .header_content .quick_menu ul li button {
    cursor: pointer;
}

#header .header_inner .header_content .quick_menu ul li button.search_btn {}

/* #header .header_inner .header_content .quick_menu ul li button.search_btn{font-size: 14px; width: 103px; height: 100%; font-weight: 700; text-align: left; border: 0; background: 0; color: #fff; padding: 0;} */
#header .header_inner .header_content .quick_menu ul li button.search_btn i {
    margin-left: 3px;
}

/* #header .header_inner .header_content .quick_menu ul li.sign_in a{display: block; background: #545986; color: #fefefe; font-size: 14px; font-weight: 700; text-align: center; width: 110px; height: 30px; line-height: 30px; border-radius: 15px;} */
#header .header_inner .header_content .quick_menu ul li.sign_in a {
    display: block;
}

/* #header .header_inner .header_content .quick_menu ul li button.lang_btn{font-size: 14px; width: 70px; text-align: left; height: 100%; font-weight: 700; border: 0; background: 0; color: #fff; padding: 0;} */
#header .header_inner .header_content .quick_menu ul li button.lang_btn i {
    margin-left: 4px;
}

#header .header_inner .header_content .quick_menu ul li.q_eng {
    position: relative;
}

#header .header_inner .header_content .quick_menu ul li.q_eng ul {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility .25s;
    ;
}

#header .header_inner .header_content .quick_menu ul li.q_eng ul.active {
    visibility: visible;
    opacity: 1;
}

#header .header_inner .header_content .quick_menu ul li.q_eng ul li a {
    font-size: 13px;
    display: block;
    text-align: center;
    padding: 9px 0;
    background: #f1f1f1;
}

#header .header_inner .header_content .quick_menu ul li.q_eng ul li a.on {
    background: #f18d00;
    color: #fff;
    font-weight: 700;
}

/* 검색창 */
.search_view {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    overflow: hidden;
    display: none;
}

.search_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    z-index: 9999;
}

.search_box legend {
    text-indent: -9999em;
    overflow: hidden;
}

.search_box form {
    width: 100%;
    height: 250px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: all .3s;
}

.search_box form.active {
    transform: translateY(0%);
    transition: all .3s;
}

.search_box .search_input_box {
    max-width: 600px;
    width: 600px;
    position: relative;
    border-bottom: 2px solid #333;
    box-sizing: border-box;
}

.search_box .search_input_box input {
    display: block;
    width: 100%;
    height: 60px;
    border: 0;
    background: 0;
    color: #333;
    font-size: 20px;
    padding: 10px;
}

.search_box .search_input_box .search_btn {
    position: absolute;
    top: 0;
    right: 15px;
    height: 60px;
    border: 0;
    background: 0;
}

.search_box .search_input_box .search_btn i {
    font-size: 30px;
}

.search_box .search_close {
    position: absolute;
    right: 5%;
    top: 210px;
    width: 80px;
    height: 80px;
    background: #38b800;
    transform: translateX(220%);
    transition: all .3s;
    cursor: pointer;
}

.search_box .search_close i {
    color: #fff;
    font-size: 40px;
}

.search_box .search_close.active {
    transform: translateX(0%);
}

/* 모바일 메뉴바*/
.var {
    width: 30px;
    height: 21px;
    display: none;
}

.var a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.var a span {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 3px;
}

.var a span:nth-child(1) {
    top: -5px;
}

.var a span:nth-child(2) {
    top: 4px;
}

.var a span:nth-child(3) {
    bottom: 5px;
}

.var a p {
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 12px;
}

.var_dim {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 665;
    display: none;
}

.var_menu {
    display: flex;
    flex-direction: column;
    width: 480px;
    position: fixed;
    background: #fff;
    z-index: 666;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transform: translateX(50%);
    transition: transform .5s, opacity .25s, visibility .25s;
}

.var_menu.open::-webkit-scrollbar {
    width: 5px;
}

.var_menu.open::-webkit-scrollbar-thumb {
    background-color: rgb(55, 58, 99);
}

.var_menu.open {
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
    overflow: auto;
}

.var_menu .var_menu_top {
    min-height: 60px;
    border-bottom: 1px solid #e9e9e9;
    padding-left: 35px;
    position: relative;
}

.var_menu .var_menu_top>ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.var_menu .var_menu_top>ul>li {
    width: 15%;
    text-align: center;
    z-index: 100;
}

.var_menu .var_menu_top ul li svg {
    width: 47%;
}

.var_menu .var_menu_top ul li.m_eng svg {
    width: 43%;
}

.var_menu .var_menu_top ul li svg .svg_color1 {
    fill: none;
}

.var_menu .var_menu_top ul li svg .svg_color2 {
    fill: #333;
}

.var_menu .var_menu_top ul li svg .eng-1 {
    fill: #333;
}

.var_menu .var_menu_top ul li svg .eng-2 {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10;
    stroke-width: 4px;
}

.var_menu .var_menu_top ul li svg .cls-1 {
    stroke-width: 1px;
    stroke: #333;
    fill: #333;
}

.var_menu .var_menu_top ul li svg .cls-2 {
    fill: #333;
}

.var_menu .var_menu_top ul li a {
    display: block;
}

.var_menu .var_menu_top ul li button {
    cursor: pointer;
}

/* .var_menu .var_menu_top ul li button.search_btn{font-size: 13px; width: 103px; height: 100%; font-weight: 700; text-align: center; border: 0; background: 0; color: #222; padding: 0;} */
.var_menu .var_menu_top ul li button.search_btn i {
    margin-left: 3px;
}

/* .var_menu .var_menu_top ul li.sign_in a{display: block; background: #545986; color: #fefefe; font-size: 14px; font-weight: 700; text-align: center; width: 110px; height: 30px; line-height: 30px; border-radius: 15px;} */
/* .var_menu .var_menu_top ul li button.lang_btn{font-size: 13px; width: 70px; text-align: center; height: 100%; font-weight: 700; border: 0; background: 0; color: #222; padding: 0;} */
.var_menu .var_menu_top ul li button.lang_btn.active {
    color: #f5821f;
}

.var_menu .var_menu_top ul li button.lang_btn i {
    margin-left: 4px;
}

.var_menu .var_menu_top ul li.m_eng {
    position: relative;
}

.var_menu .var_menu_top ul li.m_eng ul {
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility .25s;
    ;
}

.var_menu .var_menu_top ul li.m_eng ul.active {
    visibility: visible;
    opacity: 1;
}

.var_menu .var_menu_top ul li.m_eng ul li a {
    font-size: 13px;
    display: block;
    text-align: center;
    padding: 9px 0;
    background: #f1f1f1;
}

.var_menu .var_menu_top ul li.m_eng ul li a.on {
    background: #f18d00;
    color: #fff;
    font-weight: 700;
}

.var_menu .var_menu_top .close button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    width: 60px;
    height: 100%;
    background: #5e5ca1;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.var_menu .m_gnb {
    margin-top: 40px;
}

.var_menu .m_gnb>li {
    position: relative;
}

.var_menu .m_gnb>li>a {
    font-size: 16px;
    color: #222;
    font-weight: 700;
    padding: 14px 35px;
    display: block;
}

.var_menu .m_gnb>li button {
    position: absolute;
    right: 30px;
    top: 10px
}

.var_menu .m_gnb>li button i {
    font-size: 24px;
    transition: all .3s;
}

.var_menu .m_gnb>li.active button i {
    transform: rotate(180deg);
}

.var_menu .m_gnb>li .m_depth2 {
    background: #f5f5f5;
    padding: 20px 0;
    display: none;
}

.var_menu .m_gnb>li .m_depth2 ul li a {
    padding: 5px 35px 5px 45px;
    font-size: 14px;
    color: #999;
    display: block;
    line-height: 1.5;
}

.var_menu .ft_sign_in, .var_menu .ft_sign_out {
    text-align: center;
    border-top: 1px solid #eee;
    width: 100%;
    padding: 15px 0;
    margin-top: auto;
}

.var_menu .ft_sign_in button, .var_menu .ft_sign_out button {
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #fefefe;
    background: #545986;
    text-align: center;
}

.var_menu .ft_sign_in button:hover, .var_menu .ft_sign_out button:hover {
	cursor:pointer;
}

/* FOOTER */
#footer {
    width: 100%;
    background: #2a2a2a;
}

#footer .company_list {
    background: #f3f3f3;
    height: 100px;
}

#footer .footer_inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

#footer .company_list .footer_inner {
    height: 100%;
    position: relative;
}

#footer .company_list .footer_inner ul {
    height: 100%;
    line-height: 100px;
}

#footer .company_list .footer_inner ul li {
    padding: 0 10px;
    width: 160px;
    display: inline-block;
}

#footer .company_list .footer_inner ul li img {
    width: 100%;
    height: 46px;
}

#footer .company_list .footer_inner ul li.slick-slide {
    height: auto
}
#footer .company_list .footer_inner ul .slick-list{
    height: 100%;
}
#footer .company_list .footer_inner ul .slick-track{
    margin: 0; 
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}



@media (max-width: 1280px) {
    #footer .company_list .footer_inner {
        width: 96%;
    }

    #footer .company_list {
        height: 100px;
    }
    #footer .company_list .footer_inner ul .slick-list{
        height: 100%;
    }
}

@media (min-width: 968px) {
    #footer .company_list .footer_inner ul .slick-track{width: 100% !important;}
    #footer .company_list .footer_inner ul li{width: 160px !important;}
} 

#footer .company_list .footer_inner .pager {
    height: 100%;
    display: none;
}

#footer .company_list .footer_inner .pager .pager-arrow span i {
    font-size: 38px;
    color: #022974;
    font-weight: 600;
}

#footer .company_list .footer_inner .pager .prev span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -17px;
}

#footer .company_list .footer_inner .pager .next span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -17px;
}

#footer .footer_info {
    padding: 50px 20px 70px 20px;
}

#footer .footer_inner .ft_top {
    display: flex;
    justify-content: space-between;
}

#footer .footer_inner .ft_top h2 a {
    display: block;
    background: url(/upload/10/service/a/18_10/homepage/images/logo.png) no-repeat;
    background-size: cover;
    width: 257px;
    height: 66px;
}

#footer .footer_inner .ft_top .ft_list ul {
    display: flex;
}

#footer .footer_inner .ft_top .ft_list ul li:nth-child(2) {
    margin: 0 30px;
}

#footer .footer_inner .ft_top .ft_list ul li a {
    font-size: 15px;
    color: #979797;
}

#footer .footer_inner .ft_bot {
    margin-top: 40px;
}

#footer .footer_inner .ft_bot .ft_bot_wrap {
    display: flex;
    justify-content: space-between;
}

#footer .footer_inner .ft_bot .ft_bot_wrap .ft_info br {
    display: none;
}

#footer .footer_inner .ft_bot .ft_bot_wrap .ft_info span {
    font-size: 14px;
    color: #979797;
    padding-bottom: 11px;
    display: inline-block;
}

#footer .footer_inner .ft_bot .ft_bot_wrap .ft_info span:nth-child(2) {
    margin-left: 17px;
}

#footer .footer_inner .ft_bot .ft_bot_wrap .ft_info span:nth-child(3) {
    display: block;
}

#footer .footer_inner .ft_bot .ft_bot_wrap .eng {
    padding-right: 48px;
    position: relative;
}

#footer .footer_inner .ft_bot .ft_bot_wrap .eng button {
    font-size: 14px;
    font-weight: 700;
    color: #747474;
    cursor: pointer;
}

#footer .footer_inner .ft_bot .ft_bot_wrap .eng button i {
    font-size: 12px;
    margin-left: 3px;
}

#footer .footer_inner .ft_bot .ft_bot_wrap .eng ul {
    position: absolute;
    top: 30px;
    width: 80px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility .25s;
    ;
}

#footer .footer_inner .ft_bot .ft_bot_wrap .eng ul.active {
    visibility: visible;
    opacity: 1;
}

#footer .footer_inner .ft_bot .ft_bot_wrap .eng ul li a {
    font-size: 13px;
    display: block;
    text-align: center;
    padding: 9px 0;
    background: #f1f1f1;
}

#footer .footer_inner .ft_bot .ft_bot_wrap .eng ul li a.on {
    background: #f18d00;
    color: #fff;
    font-weight: 700;
}

#footer .footer_inner .ft_bot .copy {
    margin-top: 22px;
    font-size: 14px;
    color: #5b5b5b;
}