@import url("sub.css");

/* common */
.common_btn_next:before,
.common_btn_prev.menu:before {
    display: none
}

.common_btn_next,
.common_btn_prev {
    cursor: pointer;
    width: 40px !important;
    height: 40px !Important
}

.common_btn_prev {
    background: url(../img/common_btn_prev.png) center top no-repeat
}

.common_btn_next {
    background: url(../img/common_btn_next.png) center top no-repeat
}

.common_btn_prev:hover,
.common_btn_next:hover {
    background-position: center -40px
}

.common_arrow_btn .btn_prev2 {
    background: url(../img/common_btn_prev2.png) center top no-repeat
}

.common_arrow_btn .btn_next2 {
    background: url(../img/common_btn_next2.png) center top no-repeat
}

.common_arrow_btn .btn_prev2:hover,
.common_arrow_btn .btn_next2:hover {
    background-position: center -40px
}

.common_arrow_btn .swiper-button-prev:after,
.common_arrow_btn .swiper-button-next:after {
    display: none
}

.section_btn_title {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.section_btn_title .btn_more {
    color: #999;
    font-size: 21px
}

.section_btn_title .btn_more:hover {
    color: #666
}

.section_btn_title .btn_white {
    color: #fff;
    font-size: 16px
}

.section_btn_title .btn_white:hover {
    color: #fff !important
}

#wrap {
    width: 100%;
    max-width: 2560px;
    min-width: 100%;
    margin: 0 auto
}

.inner {
    width: 1420px;
    margin: 0 auto;
    position: relative
}

/* 상단에 추가 */
.view_mode {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 20px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999
}

.view_mode a {
    display: inline-block;
    padding: 8px 15px;
    color: #666;
    font-size: 14px;
    transition: all 0.3s ease
}

.view_mode a i {
    font-size: 16px;
    margin-right: 5px
}

.view_mode a.on {
    color: #213C92;
    font-weight: 500
}

.view_mode a:hover {
    color: #213C92
}

.view_mode a b {
    font-weight: 400
}

/* section */
.sec_box {
    max-width: 1500px;
    margin: 0 auto
}

.sec-wrap,
.header,
.sec-content,
.sec-footer {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0
}

/* header */
.header {
    display: flex;
    position: fixed;
    height: 75px;
    z-index: 1000;
    text-align: center;
    overflow: visible;
}

.header .logo {
    display: block;
    width: 134px;
    height: 20px;
    position: absolute;
    left: 40px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    z-index: 1001;
    background: url(../img/logo.png) center center no-repeat
}

.header.on .logo {
    background: url(../img/logo2.png) center center no-repeat
}

.header.on .menu:after {
    display: none
}

.header.on .menu>li>h2 a {
    color: #333
}

.header.on {
    background: #fff
}

.header {
    transition: background 0.8s ease
}

.header.on.menuwrap {
    background: #fff
}

.header:after {
    opacity: 0;
    transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -ms-transition: all ease .6s
}

.header:before {
    content: '';
    width: 100%;
    height: 100px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -ms-transition: all ease .6s
}

/* total_search */
.btn_search {
    display: block;
    width: 25px;
    height: 25px;
    padding: 0px 30px;
    background: url(../img/icon_search_wh.png) center center no-repeat
}

.total_search_pop {
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 9;
    display: block;
    width: 100%;
    height: 100px;
    background: rgba(0, 0, 0, 0.5)
}

/* header_info */
.header_info_wrap {
    display: flex;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translate(0, -50%);
    align-items: center;
    z-index: 1001
}

.header_info a {
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    font-weight: 300;
    margin: 0 2px;
    display: inline-block;
    position: relative
}

.header_info a:hover {
    text-decoration: none;
    font-weight: bold
}

.header_info a:before {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: -4px;
    top: 4px;
}

.header_info a:last-child:before {
    display: none
}

.header.on .header_info a {
    color: #222;
    font-weight: 400
}

.header.on .header_info a:before {
    background: rgba(0, 0, 0, 0.2)
}

.header.on .btn_search {
    background: url(../img/icon_search.png) center center no-repeat !important;
    position: relative;
    z-index: 2
}

.header.on .btn_menu .bar {
    background: #222
}

.header.on .menu_wrap {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15)
}

.header.on .menu::before {
    content: '';
    position: absolute;
    top: 75px;
    background: #dadada;
    width: 100%;
    height: 1px;
    display: block;
}


/* menu */
.menu_wrap {
    position: fixed;
    left: 0;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.1s ease;
}

.menu_wrap.hide {
    display: none;
}

/* .menu{display:flex;justify-content:center;position:relative;z-index:1001} */
.menu>li h2 {
    position: relative;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    margin: 0 60px;
    line-height: 75px;
    letter-spacing: -1px;
}

.menu>li h2 a {
    color: #fff
}

.menu>li h2 a:before,
.menu>li.on h2 a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    pointer-events: none;
    transition: .4s;
    -webkit-transition: .4s;
    background: transparent;
}

.menu>li.on h2 a:before {
    left: 50%;
    bottom: -9px;
    width: 16px;
    height: 16px;
    margin-left: -7px;
    background-color: #006cb8;
    transform: rotate(45deg);
    z-index: 1;
}

.menu>li>a {
    color: #666;
    font-size: 16px
}

.menu>li>ul {
    width: 100%;
    text-align: center;
    display: none;
    padding: 12px 0 35px 0
}

.menu>li.open>ul {
    display: block
}

.menu>li>ul>li>a {
    display: block;
    padding: 7px 0;
    font-size: 14px;
    color: #050d1b;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
}

.menu>li>ul>li>a:hover {
    color: #222;
    font-weight: 700
}

.menu>li.open ul>li {
    opacity: 1
}

.menu>li.open {
    background: #fff
}

.menu>li.open a {
    color: #222
}

.menu>li h2 a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background: rgb(70, 107, 187);
    transition: width 0.3s ease-in-out;
}

.menu>li:hover h2 a:after {
    width: 100%
}


/* visual */
.visual_wrap {
    position: relative
}

#visual {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 575px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

#visual .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex
}

/* #visual .swiper-slide:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    z-index: 2
} */

#visual .imgBox {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

#visual .img1 {
    background: url(../img/renewal/main_slide1.jpg) center / cover no-repeat
}

#visual .img2 {
    background: url(../img/renewal/main_slide2.jpg) center / cover no-repeat
}

#visual .img3 {
    background: url(../img/renewal/main_slide3.jpg) center / cover no-repeat
}

.visualList {
    height: 100vh;
    position: relative;
    overflow: visible;
}

.visualList .txtBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    transform: translate(-50%, -50%);
}

.visualList .txtBox .txt1 {
    opacity: 0;
    line-height: 76px;
    font-weight: 700;
    transition-delay: 0.2s;
    text-align: center;
    font-size: 48px;
    font-family: NanumMyeongjo;
    text-shadow: -2px 4px 9px rgba(0, 0, 0, 0.5);
}

.visualList .txtBox .txt2 {
    opacity: 0;
    line-height: 35px;
    color: #fff;
    padding-top: 40px;
    font-weight: 500;
    transition-delay: 1.2s;
    text-align: center;
    font-size: 18px;
    font-family: MalgunGothic;
    text-shadow: -2px 4px 9px rgba(0, 0, 0, 0.5);
}

.visualList video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.swiper-slide-active .txt_motion[data-swiper-animation] {
    opacity: 0;
    transition: all 0.8s ease-out;
    transform: translate3d(0, 0, 0)
}

.swiper-slide-active .txt_motion[data-swiper-animation="fadeInUp"] {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

#visual .btn_prev,
.btn_next {
    color: #fff !Important;
}

#visual .swiper-button-prev {
    left: 30px !important
}

#visual .swiper-button-next {
    right: 30px !important
}

#visual .btn_prev:hover,
.btn_next:hover {
    opacity: 1
}

#visual.swiper-pagination {
    color: #fff;
    bottom: 20px;
    left: 50%
}

.swiper-horizontal>.swiper-pagination-bullets {
    bottom: 20px !Important
}



/* visual swiper */
.swiper {
    width: 100%;
    height: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#visual .swiper-pagination {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center
}

#visual .swiper-pagination-bullet {
    position: relative;
    background: #fff;
    text-indent: -9999px;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 3px solid #fff;
    opacity: 1;
}

#visual .swiper-pagination-bullet-active {
    background: none;
    border: 3px solid #006cb8;
}

#visual .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}


/* id="Quick_menu" */

#Quick_menu {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    text-align: center;
    background: url("../img/renewal/q_bg.png") center / cover no-repeat;
}

#Quick_menu #Quick_wrap {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

#Quick_menu #Quick_wrap .q_01 {
    background-color: #6a6869;
    position: relative;
    padding: 29px 0 40px;
}

.q_01 div.q_h2 h2 {
    color: #fff;
    font-weight: 400;
    line-height: 15px;
}

.q_01 img {
    transform: scale(0.8);
}

.q_01 div.q_sub {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .q_01 img {
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
        transform: scale(0.8);
    }

    .q_01:hover img {
        transform: scale(0);
    }

    .q_01 div.q_sub>h2 {
        background: rgba(255, 255, 255, 1);
        width: 120px;
        height: 120px;
        line-height: 120px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: -0.05em;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-radius: 120px;
        opacity: 0;
        margin: 15px auto;
        color: #006cb8;
        font-weight: bold;
        font-family: "Roboto", sans-serif;
        position: relative;
    }


    .q_01:hover div.q_sub {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .q_01:hover div.q_sub>h2 {
        opacity: 1;
    }
}

.q_01 div.q_sub>h2 {
    opacity: 0;
}


/* allmenu */
.btn_menu {
    position: relative;
    width: 25px;
    height: 16px;
    cursor: pointer
}

.btn_menu .bar {
    position: absolute;
    left: 0;
    width: 100%;
    width: 100%;
    height: 2px;
    border: 0;
    background: #fff;
    transition: opacity 0.3s, top 0.3s, transform 0.5s;
    transition-delay: 0.3s, 0.3s, 0s
}

.on .btn_menu .bar {
    background: #fff
}

.btn_menu .bar:nth-child(1) {
    top: 0;
    transform: rotate(0)
}

.btn_menu .bar:nth-child(2) {
    top: 8px;
    opacity: 1
}

.btn_menu .bar:nth-child(3) {
    top: 16px;
    transform: rotate(0)
}

.btn_menu.map {
    right: 0px
}

.btn_menu.map .bar {
    background: #fff;
    transition: background 1s, opacity 0.3s, top 0.3s, transform 0.5s;
    transition-delay: 0s, 0s, 0s, 0.3s
}

.btn_menu.map .bar:nth-child(1) {
    top: 11px;
    background: #222;
    transform: rotate(-45deg)
}

.btn_menu.map .bar:nth-child(2) {
    opacity: 0
}

.btn_menu.map .bar:nth-child(3) {
    top: 11px;
    background: #222;
    transform: rotate(45deg)
}


/* 검색 팝업 */
.search_popup {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    background: #2d2f3e;
    z-index: 1000
}

.search_popup .search_wrap {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
}

.search_popup .search_wrap_inner {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center
}

.search_popup .search_input {
    flex: 1;
    height: 50px;
    padding: 0 20px;
    border: none;
    font-size: 16px;
    max-width: 400px
}

.search_popup .search_btn {
    width: 80px;
    height: 50px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    background: #4069b7;
    color: #fff;
    font-size: 15px;
    font-weight: 500
}

.search_popup .btn_close {
    position: absolute;
    top: 17px;
    right: 5px;
    width: 25px;
    height: 25px;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    transform: translateY(-50%)
}

.search_popup .btn_close:before,
.btn_close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #fff
}

.search_popup .btn_close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.search_popup .btn_close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

#sitemap {
    display: none;
    position: fixed;
    top: 75px;
    right: -100%;
    width: 100%;
    height: calc(100% - 50px);
    background: #fff;
    padding: 50px 20px;
    z-index: 10;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    overflow: hidden;
    overflow-y: auto
}

#sitemap .top_info {
    display: none
}

#sitemap>ul {
    max-width: 1380px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 20px
}

#sitemap>ul>li {
    float: left;
    width: 20%;
    padding: 0 10px
}

#sitemap>ul>li h2 {
    font-size: 18px;
    color: #333
}

#sitemap>ul>li h3 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 0 0 10px
}

#sitemap>ul>li>ul {
    margin: 10px 0 0 0
}

#sitemap>ul>li>ul>li>a {
    color: #999;
    font-size: 16px;
    padding: 7px 0;
    display: block;
}

#sitemap>ul>li h3>a:hover {
    color: #014099;
}

#sitemap>ul>li>ul>li>a:hover {
    color: #014099;
}

#sitemap .top_info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    overflow: hidden;
    z-index: 10;
    text-align: left;
    padding: 0 20px
}

#sitemap .top_info a {
    display: inline-block;
    width: auto;
    height: 45px;
    padding: 0 20px;
    background: #f8f8f8;
    text-align: center;
    color: #666;
    line-height: 43px;
    border: 1px solid #ddd;
    margin-right: 5px
}

#sitemap .top_info a:first-child {
    margin-left: 0
}

#sitemap.open {
    display: block;
    right: 0;
}

.header.stm-hd {
    background: #fff
}

.header.stm-hd .logo {
    background-image: url(../img/logo.png)
}

.header.stm-hd .nav {
    display: none;
}

.header.stm-hd .lang {
    display: none;
}

.header.stm-hd .btn_search {
    background-image: url(../img/icon_search.png)
}

.header.stm-hd .btn_menu {
    top: -4px
}

.header.on .logo,
.header.stm-hd .logo {
    background: url(../img/logo2.png) center center no-repeat;
}

.scr {
    overflow-y: hidden;
}

/* main common */
.main_title {
    padding-bottom: 40px
}

.main_title h2 {
    font-size: 37px;
    line-height: 53px;
    padding-bottom: 4px;
    color: #222;
    letter-spacing: -2px
}

.main_title p {
    font-size: 17px;
    line-height: 27px;
    color: #999
}

.main_title2 {
    padding-bottom: 40px
}

.main_title2 h2 {
    font-size: 37px;
    line-height: 53px;
    padding-bottom: 15px;
    color: #fff;
    letter-spacing: -2px
}

.main_title2 p {
    font-size: 18px;
    line-height: 30px;
    color: #c9c7d3
}

/* section1 */
#section_banner {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 140px 0
}

.banner_wrap {
    display: flex;
    position: relative
}

.banner_wrap a {
    display: block;
    position: relative;
    overflow: hidden;
    margin-right: 20px
}

.banner_wrap a.banner1 {
    width: 342px;
    height: 305px
}

.banner_wrap a.banner2 {
    width: 513px;
    height: 305px
}

.banner_wrap a.banner3 {
    width: 513px;
    height: 633px;
    margin-right: 0
}

.banner_wrap a.banner4 {
    width: 876px;
    height: 300px;
    position: absolute;
    bottom: 0
}

.banner_wrap a.banner4 .icon {
    position: absolute;
    z-index: 1;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.banner_wrap .title {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    left: 25px;
    top: 30px
}

.banner_wrap .photo_box {
    position: relative
}

.banner_wrap .photo_box img {
    width: 100%;
    top: 0;
    height: 100%;
    position: relative;
    left: 0;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s
}

.banner_wrap .photo_box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.banner_wrap .photo_box .ovrly {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.banner_wrap .photo_box:hover .ovrly {
    opacity: 0.1
}

.banner_wrap .photo_box video {
    width: 100%
}

.banner_wrap a.banner4 .photo_box {
    height: 300px
}


/* section2 */
#section_intro {
    width: 100%;
    height: 2150px;
    background: #334779 url(../img/intro_bg.jpg) center bottom no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

#section_intro .main_title2 {
    padding-top: 140px;
    transition: all 0.3s ease
}

#section_intro .main_title2.fixed {
    position: sticky;
    top: 75px;
    z-index: 500;
}

#section_intro .main_title2 p {
    color: rgba(255, 255, 255, 0.4)
}

.section_intro_wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 1420px;
}

.intro_box_wrap {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
    justify-content: flex-end;
    width: 900px;
    position: relative;
    gap: 40px
}

.intro_box_wrap li {
    position: relative;
    justify-content: center;
    width: 420px
}

.intro_box_wrap li a {
    display: block;
    position: relative;
    margin-right: 20px
}

.intro_box_wrap li:nth-child(-n+2) {
    margin-top: 100px
}

.intro_box_wrap li a div.photo_box {
    position: relative;
    width: 420px;
    height: 540px;
    overflow: hidden;
}

.intro_box_wrap li a div.photo_box img {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s
}

.intro_box_wrap li a div.photo_box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.intro_box_wrap li a div.photo_box .ovrly {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.intro_box_wrap li a div.photo_box:hover .ovrly {
    opacity: 0.1
}

.intro_box_wrap li a dl.text_box {
    padding: 24px 12px 0 12px
}

.intro_box_wrap li a dl.text_box dt {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    padding-bottom: 4px;
    color: #fff
}

.intro_box_wrap li a dl.text_box dd {
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
    width: 70%
}

/* section_news */
#section_news {
    position: relative;
    width: 100%;
    background: url(../img/section_news_bg.png) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    padding: 70px 0;
    overflow: hidden
}

#section_news .section_news_wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1420px;
    margin: 0 auto
}

#section_news h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 20px;
    letter-spacing: -1px
}

#section_news .news_list {
    position: relative;
    overflow: hidden
}

#section_news .news_list_wrap {
    position: relative
}

#section_news ul {
    display: flex;
    position: relative
}

#section_news ul li {
    width: auto;
    height: 230px;
    background: transparent !Important;
    text-align: left
}

#section_news ul li a {
    display: block;
    position: relative;
    height: 230px;
    background: rgba(255, 255, 255, .1);
    padding: 35px
}

#section_news ul li a:hover {
    background: rgba(255, 255, 255, 0.2)
}

#section_news ul li a p.category {
    color: #E7C48E;
    padding-bottom: 7px;
    font-size: 15px
}

#section_news ul li a h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.8px;
    min-height: 60px;
    max-height: 60px;
    overflow: hidden
}

#section_news ul li a p.date {
    color: #eee;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    padding-top: 12px
}

#section_news .common_arrow_btn .common_btn_prev {
    position: absolute;
    top: 50%;
    left: -100px;
    z-index: 99;
    transform: translate(0, -50%)
}

#section_news .common_arrow_btn .common_btn_next {
    position: absolute;
    top: 50%;
    right: -100px;
    z-index: 99;
    transform: translate(0, -50%)
}


/* section_board */
#section_board {
    width: 100%;
    min-width: 1420px;
    margin: 0 auto;
    padding: 70px 0;
    background: #f8f8f8
}

#section_board .section_board_wrap {
    display: flex;
    width: 1420px;
    margin: 0 auto;
    gap: 40px
}

#section_board .section_board_wrap>div {
    flex: 1;
    position: relative
}

#section_board .section_board_wrap>div h3 {
    font-size: 20px;
    color: #32302a
}

#section_board .section_board_wrap>div ul {
    margin-top: 20px
}

#section_board .section_board_wrap>div ul li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    height: 40px;
    border-bottom: 1px solid #ddd;
    padding: 5px 0
}

#section_board .section_board_wrap>div ul li span.category {
    color: #B69C76;
    font-weight: 500;
    font-size: 16px;
    margin-right: 7px
}

#section_board .section_board_wrap>div ul li a {
    display: inline-block;
    width: calc(100% - 70px);
    color: #666;
    font-size: 16px;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#section_board .section_board_wrap>div ul li a:hover {
    color: #222;
}

#section_board .section_board_wrap>div ul li span.date {
    font-size: 14px;
    letter-spacing: 0;
    color: #666;
    font-weight: 300
}

#section_board .icon_board_common {
    margin-right: 12px
}

#section_board .icon_board_common2 {
    margin-right: 4px;
    vertical-align: middle;
}


/* section_products */
#section_products {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 135px 0 150px 0;
    overflow: hidden
}

#section_products .section_products_wrap {
    width: 1420px;
    margin: 0 auto;
    max-width: 1420px;
    margin: 0 auto
}

#section_products .section_products_wrap .prod_list_wrap {
    position: relative
}

#section_products .section_products_wrap .prod_list {
    position: relative;
    overflow: hidden
}

#section_products .section_products_wrap .prod_list li .cont {
    padding: 12px 0 0 0;
    text-align: left
}

#section_products .title_wrap {
    text-align: center;
    padding-bottom: 40px
}

#section_products .title_wrap h3 {
    font-size: 37px;
    line-height: 53px;
    font-weight: bold;
    color: #000;
    padding-bottom: 12px;
    letter-spacing: -1px
}

#section_products .title_wrap p {
    font-size: 16px;
    color: #999
}

#section_products .prod_list_wrap {
    position: relative;
    width: 100%;
}

#section_products .prod_list ul li .cont p.category {
    color: #B69C76;
    font-size: 14px;
    line-height: 24px
}

#section_products .prod_list ul li .cont p.prod_tit {
    color: #32302a;
    font-size: 20px;
    font-weight: 700
}

.section_products_wrap .img_box {
    position: relative;
    width: 100%;
    height: 315px;
    overflow: hidden;
}

.section_products_wrap .img_box img {
    width: 100%;
    top: 0;
    height: 100%;
    position: relative;
    left: 0;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s
}

.section_products_wrap .img_box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.section_products_wrap .img_box .ovrly {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.section_products_wrap .img_box:hover .ovrly {
    opacity: 0.1
}

#section_products .common_btn_prev {
    position: absolute;
    top: 50%;
    left: -100px
}

#section_products .common_btn_next {
    position: absolute;
    top: 50%;
    right: -100px
}

#section_products .swiper-slide {
    flex-shrink: 0 !important
}

/* PC/태블릿에서 슬라이드 너비 계산 */


@media screen and (min-width: 768px) and (max-width: 1023px) {
    #section_products .swiper-slide {
        width: calc((100% - 50px) / 3) !important;
    }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    #section_products .swiper-slide {
        width: calc((100% - 20px) / 2) !important;
    }
}

/* section_cscenter */
#section_cscenter {
    width: 100%;
    height: 440px;
    background: url(../img/main_cscenter_bg.jpg) center top no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.section_cscenter_wrap {
    width: 1420px;
    margin: 0 auto;
}

.section_cscenter_wrap h4 {
    font-size: 35px;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -1px;
    padding-bottom: 12px
}

.section_cscenter_wrap p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 28px
}

.btn_link {
    padding: 0 40px;
    transition-duration: 0.4s;
    background-color: transparent;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border: 1px solid #fff
}

.btn_link:hover {
    background: #fff;
    color: #222;
    font-weight: bold
}


/* section_banner_link */
#section_banner_link {
    width: 1420px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden
}

#section_banner_link .swiper4 {
    width: 100%;
    overflow: hidden
}

#section_banner_link ul {
    display: flex
}

/* footer */
#footer {
    width: 100%;
    display: flex;
    border-top: 1px solid #ddd;
    padding: 15px 0 35px 0
}

#footer h1 {
    max-width: 250px;
    margin: 10px 70px 0 0
}

#footer h1 img {
    width: 100%
}

#footer .foot_wrap {
    position: relative;
    width: 100%
}

#footer .footer_inner {
    width: 1200px;
    margin: 0 auto;
    display: flex
}

#footer .foot_menu {
    width: 100%;
    position: relative;
    display: flex;
}

.foot_menu li {
    display: flex;
    position: relative
}

.foot_menu li a {
    font-size: 15px;
    color: #676767;
    padding: 5px 15px 0 0;
    margin-left: 15px
}

.foot_menu li a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 15px;
    background: #ddd
}

.foot_menu li:first-child a:before {
    display: none
}

.foot_menu li:first-child a {
    margin: 0
}

.foot_menu li a:hover {
    text-decoration: underline
}

.copyright {
    font-size: 13px;
    font-weight: 300;
    color: #222;
    width: 100%;
    padding: 12px 0 20px 0px
}

.copy {
    font-size: 13px;
    font-weight: 400;
    color: #555;
    letter-spacing: 0;
    margin-top: 10px
}

.copyright address {
    font-size: 15px;
    line-height: 23px
}

.foot_sns {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

.foot_sns a {
    width: 35px;
    height: 35px;
    transition: all ease .4s;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    background-repeat: no-repeat;
    background-position: center center
}

.foot_sns a:first-child {
    background-image: url(../img/sns1.png);
    margin-left: 0
}

.foot_sns a:nth-child(2) {
    background-image: url(../img/sns2.png)
}

.foot_sns a:nth-child(3) {
    background-image: url(../img/sns3.png)
}

.foot_sns a:nth-child(4) {
    background-image: url(../img/sns4.png)
}

.foot_sns a:hover {
    background-color: #f8f8f8
}

.family_site {
    position: absolute;
    width: 200px;
    top: 50px;
    right: 0;
    z-index: 99
}

.family_btn {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 12px;
    background: #7c8091;
    color: #fff;
    font-size: 14px;
    text-align: left;
    cursor: pointer
}

.family_btn:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s
}

.family_btn.active:after {
    transform: translateY(-50%) rotate(-135deg)
}

.family_list {
    display: none;
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
    background: #585c6d;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0
}

.family_list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.family_list li a {
    display: block;
    padding: 10px 12px;
    color: #b5b8c5;
    font-size: 13px;
    transition: all 0.3s
}

.family_list li a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff
}

/* 메인팝업 */
/* .popup_wrap{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none}
.popup{position:absolute;background:#fff;box-shadow:0 5px 15px rgba(0,0,0,0.2);overflow:hidden}
.popup_content{position:relative}
.popup_content img{display:block;width:100%;height:auto}
.popup_footer{display:flex;justify-content:space-between;align-items:center;padding:8px 20px;background:#f2f2f2;border-top:1px solid #eee}
.popup_today{font-size:14px;color:#666;background:none;border:0;cursor:pointer}
.popup_close{width:30px;height:30px;border:0;background:none;font-size:18px;color:#222;cursor:pointer;transition:all 0.3s ease}
.popup_close:hover{transform:rotate(90deg);color:#213C92} */

/* 퀵메뉴 */
.quick_menu {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-80%);
    z-index: 100
}

.quick_menu ul {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
}

.quick_menu li {
    position: relative;
    transition: all 0.3s ease;
}

.quick_menu li:after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 1px;
    background: #eee
}

.quick_menu li:last-child:after {
    display: none
}

.quick_menu li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    padding: 8px 0;
    color: #666;
    transition: all 0.3s ease;
    font-size: 12px
}

.quick_menu li i {
    font-size: 18px;
    margin-bottom: 3px
}

.quick_menu li span {
    font-size: 12px;
    letter-spacing: -0.03em
}

.quick_menu li:hover a {
    color: #1d212c
}

.quick_menu li .btn_top {
    background: #20232e;
    color: #fff;
    font-size: 12px;
    height: 50px
}

.quick_menu li .btn_top i {
    margin-bottom: 0
}

.quick_menu li .btn_top:hover {
    color: #fff;
    background: #1d212c
}



/* responsive */

/***** mobile *****/
@media screen and (max-width:690px) {

    /* common */
    .inner {
        width: 100%
    }

    /* header */
    .header .logo {
        left: 20px
    }

    /* header_info */
    .header_info_wrap {
        right: 20px
    }

    .header_info {
        display: none
    }

    /* menu */
    .menu_wrap {
        display: none
    }

    /* sitemap */
    #sitemap .top_info {
        display: block !important;
    }

    #sitemap ul>li {
        float: none;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    #sitemap h2 {
        position: relative;
        padding: 15px 0px;
        font-size: 16px;
    }

    /* visual */
    #visual {
        height: 280px;
    }

    .visualList video {
        height: 100%;
        object-fit: cover;
    }

    .visualList {
        height: 400px;
        position: relative;
    }

    .visualList .txtBox {
        max-width: 100%;
        display: flex;
        align-items: center;
        padding: 0px 30px;
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 2;
        width: 100%;
        max-width: 1420px;
        opacity: 1;
        justify-content: center;
    }

    .visualList .txtBox .txt1 {
        font-size: 24px;
        line-height: 40px;
        letter-spacing: -1px;
    }

    .visualList .txtBox .txt2 {
        display: none;
    }

    .swiper-horizontal>.swiper-pagination-bullets {
        bottom: 25px !important;
    }

    #visual .btn_prev,
    #visual .btn_next {
        display: none;
    }

    #section_banner {
        padding: 50px 20px;
    }

    .visualList .imgBox {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }

    /* main common */
    .main_title h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .main_title p {
        font-size: 15px;
        line-height: 25px;
    }

    .main_title2 h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .main_title2 p {
        font-size: 15px;
        line-height: 25px;
    }

    .main_title2 p br {
        display: none;
    }

    /* section1 */
    .banner_wrap {
        display: block
    }

    .banner_wrap a {
        margin-bottom: 10px
    }

    .banner_wrap a.banner1,
    .banner_wrap a.banner2,
    .banner_wrap a.banner3 {
        width: 100%;
        height: 200px
    }

    .banner_wrap a.banner4 {
        width: 100%;
        height: 200px;
        position: static;
        object-fit: cover;
    }

    .banner_wrap a.banner4 .icon {
        width: 35px;
        height: 35px
    }

    .banner_wrap .photo_box video {
        height: 100%;
        object-fit: cover
    }

    .banner_wrap a.banner4 .photo_box {
        height: 200px
    }

    /* section2 */
    #section_intro {
        height: auto;
        padding-bottom: 30px
    }

    #section_intro .main_title2 {
        padding: 50px 20px 20px 20px;
        height: auto
    }

    #section_intro .main_title2.fixed {
        position: static;
        top: auto;
        z-index: auto;
    }

    .intro_box_wrap {
        margin: 0;
        padding: 0 20px;
        gap: 10px;
        display: flex;
        flex-direction: column
    }

    .intro_box_wrap li {
        width: 100%
    }

    .intro_box_wrap li:nth-child(-n+2) {
        margin-top: 0px
    }

    .intro_box_wrap li:nth-child(1) a {
        margin-top: 0
    }

    .intro_box_wrap li:nth-child(2) a {
        margin-top: 0
    }

    .intro_box_wrap li:nth-child(3) a {
        margin-top: 0
    }

    .intro_box_wrap li:nth-child(4) a {
        margin-top: 0
    }

    .intro_box_wrap li a {
        margin-right: 0
    }

    .intro_box_wrap li a div.photo_box {
        width: 100%;
        height: 240px
    }

    .intro_box_wrap li a dl.text_box {
        padding: 12px
    }

    .intro_box_wrap li a dl.text_box dt {
        font-size: 18px
    }

    .intro_box_wrap li a dl.text_box dd {
        width: 100%;
        font-size: 15px
    }

    /* section_news */
    #section_news {
        padding: 50px 20px;
        min-height: auto
    }

    #section_news h3 {
        font-size: 20px;
        line-height: 30px
    }

    #section_news ul li {
        width: 100%;
        height: auto
    }

    #section_news ul li a {
        height: auto
    }

    #section_news ul li a p.category {
        font-size: 13px
    }

    #section_news ul li a h4 {
        font-size: 16px;
        line-height: 21px;
        height: auto;
    }

    #section_news ul li a p.date {
        font-size: 13px
    }

    #section_news .common_arrow_btn .common_btn_next {
        right: -20px
    }

    #section_news .common_arrow_btn .common_btn_prev {
        left: -20px
    }

    /* section_board */
    #section_board {
        padding: 50px 20px;
        min-width: 100%
    }

    #section_board .section_board_wrap {
        width: 100%;
        display: block
    }

    #section_board .section_board_wrap>div h3 {
        font-size: 18px
    }

    #section_board .section_board_wrap>div ul {
        margin: 10px 0 30px 0
    }

    #section_board .section_board_wrap>div ul li span.category {
        font-size: 15px;
    }

    #section_board .section_board_wrap>div ul li a {
        font-size: 15px;
    }

    #section_board .icon_board_common {
        margin-right: 8px
    }

    /* section_products */
    #section_products {
        padding: 50px 20px
    }

    #section_products .title_wrap {
        padding-bottom: 20px
    }

    #section_products .title_wrap h3 {
        font-size: 24px;
        line-height: 34px
    }

    #section_products .title_wrap p {
        font-size: 15px;
        line-height: 25px
    }

    #section_products .section_products_wrap {
        width: 100%
    }

    #section_products .prod_list ul li .cont p.category {
        font-size: 13px
    }

    #section_products .common_btn_prev {
        left: -20px
    }

    #section_products .common_btn_next {
        right: -20px
    }

    #section_products .swiper-slide {
        width: 100% !important
    }

    /* section_cscenter */
    #section_cscenter {
        height: 280px;
        padding: 0 20px;
        background-position: left top;
    }

    .section_cscenter_wrap h4 {
        font-size: 24px;
        line-height: 34px
    }

    .section_cscenter_wrap p {
        font-size: 15px;
        line-height: 25px
    }

    .section_cscenter_wrap p br {
        display: none
    }

    .btn_link {
        font-size: 13px
    }

    /* section_banner_link */
    #section_banner_link {
        width: 100%
    }

    #section_banner_link .swiper4 {
        width: 100%;
        overflow: hidden
    }

    #section_banner_link ul li {
        flex: none
    }

    /* footer */
    #footer .footer_inner {
        width: 100%;
        display: block;
        padding: 0 20px
    }

    #footer .foot_menu {
        flex-wrap: wrap
    }

    .foot_menu li a {
        font-size: 14px;
        line-height: 20px
    }

    .foot_sns {
        position: static
    }

    .copyright address {
        font-size: 14px;
        line-height: 20px
    }

    .family_site {
        position: relative;
        top: 10px
    }

    #footer h1 {
        margin-bottom: 15px
    }

    #footer h1 img {
        width: auto
    }


    /* 메인팝업 */
    .popup_wrap {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .popup {
        position: relative;
        width: 90% !important;
        max-width: 400px;
        margin: 0 auto;
        transform: none !important;
        left: 0 !important;
        top: 0 !important
    }

    .popup_content {
        width: 100% !important
    }

    .popup_footer {
        padding: 12px 15px
    }

    .popup_today {
        font-size: 13px
    }

    .popup_close {
        width: 26px;
        height: 26px;
        font-size: 16px
    }


    /* 퀵메뉴 */
    .quick_menu {
        display: none
    }
}




/***** tablet *****/
@media screen and (min-width:691px) and (max-width:899px) {

    /* common */
    .inner {
        width: 100%
    }

    /* header */
    .header .logo {
        left: 20px
    }

    /* header_info */
    .header_info_wrap {
        right: 20px
    }

    .header_info {
        display: none
    }

    /* menu */
    .menu_wrap {
        display: none
    }

    /* sitemap */
    #sitemap .top_info {
        display: block !important
    }

    /* visual */
    #visual {
        height: 540px
    }

    .visualList video {
        height: 100%;
        object-fit: cover;
    }

    .visualList .txtBox {
        max-width: 100%;
        padding: 0px 65px;
        transform: translate(-50%, -30%)
    }

    #visual .swiper-button-prev {
        left: 10px !Important
    }

    #visual .swiper-button-next {
        right: 10px !Important
    }

    .visualList .txtBox .txt1 {
        font-size: 42px;
        line-height: 52px;
        letter-spacing: -1px
    }

    .visualList .txtBox .txt2 {
        max-width: 90%
    }

    .visualList .txtBox .txt2 br {
        display: none
    }

    #section_banner {
        padding: 50px 20px
    }

    /* main common */
    .main_title h2 {
        font-size: 28px;
        line-height: 38px
    }

    .main_title p {
        font-size: 16px;
        line-height: 26px
    }

    .main_title2 h2 {
        font-size: 28px;
        line-height: 38px
    }

    .main_title2 p {
        font-size: 16px;
        line-height: 25px
    }


    /* section1 */
    .banner_wrap {
        display: block
    }

    .banner_wrap a {
        margin-bottom: 10px
    }

    .banner_wrap a.banner1,
    .banner_wrap a.banner2,
    .banner_wrap a.banner3 {
        width: 100%;
        height: 200px
    }

    .banner_wrap a.banner4 {
        width: 100%;
        height: 200px;
        position: static;
        object-fit: cover;
    }

    .banner_wrap a.banner4 .icon {
        width: 35px;
        height: 35px
    }

    .banner_wrap .photo_box video {
        height: 100%;
        object-fit: cover
    }

    .banner_wrap a.banner4 .photo_box {
        height: 200px
    }

    /* section2 */
    #section_intro {
        height: auto;
        padding-bottom: 30px
    }

    #section_intro .main_title2 {
        padding: 50px 20px 30px 20px;
        height: auto
    }

    .intro_box_wrap {
        margin: 0;
        padding: 0 20px;
        gap: 20px
    }

    .intro_box_wrap li {
        width: 100%;
    }

    .intro_box_wrap li a {
        margin-right: 0
    }

    .intro_box_wrap li a div.photo_box {
        width: 100%;
        height: 350px
    }

    .intro_box_wrap li a dl.text_box dd {
        width: 100%
    }

    #section_intro .main_title2.fixed {
        position: static;
        top: auto;
        z-index: auto;
    }

    /* section_news */
    #section_news {
        min-height: 100%;
        padding: 50px 20px
    }

    #section_news h3 {
        font-size: 24px;
        line-height: 34px
    }

    #section_news ul {
        gap: 0
    }

    #section_news ul li {
        width: 100%;
        height: auto
    }

    #section_news ul li a {
        height: auto
    }

    #section_news ul li a p.category {
        font-size: 13px
    }

    #section_news ul li a h4 {
        font-size: 16px;
        line-height: 21px
    }

    #section_news ul li a p.date {
        font-size: 13px
    }

    #section_news .common_arrow_btn .common_btn_next {
        right: -20px
    }

    #section_news .common_arrow_btn .common_btn_prev {
        left: -20px
    }

    /* section_board */
    #section_board {
        padding: 50px 20px;
        min-width: 100%
    }

    #section_board .section_board_wrap {
        width: 100%;
        display: block
    }

    #section_board .section_board_wrap>div h3 {
        font-size: 18px
    }

    #section_board .section_board_wrap>div ul {
        margin: 10px 0 30px 0
    }

    #section_board .section_board_wrap>div ul li span.category {
        font-size: 15px;
    }

    #section_board .section_board_wrap>div ul li a {
        font-size: 15px;
    }

    #section_board .icon_board_common {
        margin-right: 8px
    }

    /* section_products */
    #section_products {
        padding: 50px 20px
    }

    #section_products .title_wrap {
        padding-bottom: 20px
    }

    #section_products .title_wrap h3 {
        font-size: 24px;
        line-height: 34px
    }

    #section_products .title_wrap p {
        font-size: 15px;
        line-height: 25px
    }

    #section_products .section_products_wrap {
        width: 100%
    }

    #section_products .prod_list ul li .cont p.category {
        font-size: 13px
    }

    #section_products .common_btn_prev {
        left: -20px
    }

    #section_products .common_btn_next {
        right: -20px
    }

    /* section_cscenter */
    #section_cscenter {
        height: 300px;
        padding: 0 20px
    }

    .section_cscenter_wrap h4 {
        font-size: 28px;
        line-height: 38px
    }

    .btn_link {
        font-size: 13px
    }

    /* section_banner_link */
    #section_banner_link {
        width: 100%
    }

    #section_banner_link .swiper4 {
        width: 100%;
        overflow: hidden
    }

    #section_banner_link ul li {
        flex: none
    }

    /* footer */
    #footer .footer_inner {
        width: 100%;
        display: block;
        padding: 0 20px
    }

    .family_site {
        position: relative;
        top: 0px
    }

    #footer h1 {
        margin-bottom: 15px
    }

    #footer h1 img {
        width: auto
    }

    /* 메인팝업 */
    .popup_wrap {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .popup {
        position: relative;
        width: 90% !important;
        max-width: 400px;
        margin: 0 auto;
        transform: none !important;
        left: 0 !important;
        top: 0 !important
    }

    .popup_content {
        width: 100% !important
    }

    .popup_footer {
        padding: 12px 15px
    }

    .popup_today {
        font-size: 13px
    }

    .popup_close {
        width: 26px;
        height: 26px;
        font-size: 16px
    }


    /* 퀵메뉴 */
    .quick_menu {
        display: none
    }
}

/***** Desktop Device *****/
@media screen and (min-width:900px) and (max-width:1599px) {

    /* common */
    .inner {
        width: 100%
    }

    .menu>li h2 {
        margin: 0 25px
    }

    /* header */
    .header .logo {
        left: 30px
    }

    .header_info_wrap {
        right: 30px
    }

    .header_info {
        display: none
    }

    /* sitemap */
    #sitemap {
        padding: 50px 30px
    }

    #sitemap .top_info {
        display: block !important
    }

    /* visual */
    /* #visual {
        min-height: 700px;
        height: 320px;
    } */

    .visualList video {
        height: 100%;
        object-fit: cover;
    }

    .visualList .txtBox {
        max-width: 100%;
        padding: 0px 65px;
        transform: translate(-50%, -30%)
    }

    #visual .swiper-button-prev {
        left: 10px !Important
    }

    #visual .swiper-button-next {
        right: 10px !Important
    }

    /* section1 */
    #section_banner {
        padding: 140px 30px
    }

    .banner_wrap {
        flex-wrap: wrap
    }

    .banner_wrap a {
        margin-bottom: 20px
    }

    .banner_wrap a.banner2 {
        width: calc(100% - 362px);
        margin-right: 0
    }

    .banner_wrap a.banner3 {
        width: 342px;
        height: 300px;
        margin-right: 20px
    }

    .banner_wrap a.banner4 {
        position: static;
        width: calc(100% - 362px);
        margin-right: 0
    }

    /* section2 */
    #section_intro {
        height: auto;
        padding-bottom: 30px
    }

    #section_intro .main_title2 {
        padding: 50px 20px 30px 20px;
        height: auto
    }

    .intro_box_wrap {
        margin: 0;
        padding: 0 20px;
        gap: 20px
    }

    .intro_box_wrap li {
        width: 100%;
    }

    .intro_box_wrap li a {
        margin-right: 0
    }

    .intro_box_wrap li a div.photo_box {
        width: 100%
    }

    .intro_box_wrap li a dl.text_box dd {
        width: 100%
    }



    #section_news .section_news_wrap {
        max-width: 100%
    }


    #section_board {
        min-width: 100%;
        padding: 70px 30px
    }

    #section_board .section_board_wrap {
        width: 100%
    }

    #section_board .section_board_wrap {
        flex-wrap: wrap
    }

    #section_news {
        padding: 70px 30px
    }

    #section_news ul {
        gap: 0 0px
    }

    #section_banner_link {
        width: 100%
    }

    #section_banner_link .swiper4 {
        width: 100%;
        overflow: hidden
    }

    .section_cscenter_wrap {
        width: 100%;
        padding: 0 30px
    }

    /* footer */
    /* #footer {
        padding: 15px 20px 35px 20px
    }

    #footer .footer_inner {
        width: 100%
    } */

}

/* 퀵메뉴 1640px 이하에서 숨김 */
@media screen and (max-width: 1640px) {
    .quick_menu {
        display: none !important
    }
}

/* sitemap이 열릴 때 family_site 숨기기 */
@media screen and (max-width: 1599px) {
    .family_site {
        display: none
    }
}


/* Swiper2 제품 중앙 정렬 */
.swiper2 {
    display: flex;
    justify-content: center;
}



/* 제품이 3개 이하일 때 중앙 정렬 강화 */
.swiper2.centered-slides .swiper-wrapper {
    justify-content: center !important;
    align-items: center;
}



/* Swiper3 모바일 세로 레이아웃 */
/* @media screen and (max-width: 640px) {
	#section_news .swiper3 {
		height: auto;
	}
	
	#section_news .swiper3 .swiper-wrapper {
		flex-direction: column !important;
		height: auto !important;
		transform: none !important;
	}
	
	#section_news .swiper3 .swiper-slide {
		width: 100% !important;
		height: auto !important;
		margin-bottom: 10px;
		flex-shrink: 0;
		transform: none !important;
	}
	
	#section_news .swiper3 .swiper-slide:last-child {
		margin-bottom: 0;
	}
	
	#section_news .common_arrow_btn {
		display: none;
	}
}
 */


/* 초기 설정 */
/* * {
    letter-spacing: 1.4%;
} */

html {
    font-size: 10px;
    color: #000;
    --point-color: #006db4;
    word-break: keep-all;
}

.inner {
    width: 1200px;
    margin-inline: auto;
    position: relative
}

.flx1 {
    display: flex;
    flex-flow: row wrap;
}

.flx2 {
    display: flex;
    flex-flow: column wrap;
}

b {
    font-weight: 600;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

/* ** header ** */

header .hd_util {
    display: none;
}

header {
    position: relative;
    background-color: #fff;
}

header .top {
    font-size: 13px;
    width: 100%;
    background: #006cb8;
}

header .top div {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    letter-spacing: 1%;
}

header .top div * {
    line-height: 30px;
    color: #fff;
}

header .top div span {
    padding: 0 10px;
}

header .top div a {
    color: #fff;
    display: block;
}

header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: static;
}

header .inner h1 a {
    display: block;
    width: 169px;
}

header .inner h1 img {
    width: 100%;
}

header .inner nav {
    flex: 1;
    border-bottom: 0;
}

header .inner .nd_menu ul {
    padding: 0 6%;
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

body.en header .inner .nd_menu ul {
    padding: 0;
}

header .inner .nd_menu ul li h2 {
    position: relative;
    margin: 0;
}

header .inner .nd_menu ul li:not(:first-child) h2::before {
    content: "|";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: #000;
    font-size: 11px;
    font-weight: 400;
}

header .inner .nd_menu ul li h2 a {
    color: #000;
    font-size: 2rem;
    padding: 0 23px 0 22px;
    display: block;
    line-height: 125px;
    font-weight: 400;
    position: relative;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: 1px;
}

body.en header .inner .nd_menu ul li h2 a {
    font-size: 1.8rem;
    padding: 0 20px 0 23px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
}

header .inner .nd_menu ul li h2 a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -16px;
    width: 16px;
    height: 16px;
    margin-left: -7px;
    background-color: #fff;
    border: none;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) rotate(45deg);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
    pointer-events: none;
}

header .inner .nd_menu ul.menu>li:hover h2 a::after,
header .inner .nd_menu ul.menu>li.open h2 a::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(-10px) rotate(45deg);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s;
}

header.on .inner .nd_menu ul.menu>li h2 a::before {
    opacity: 0;
    visibility: hidden;
}

header .inner .nd_menu ul li .depth-1 {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
    z-index: 9997;
    left: 0;
    padding: 37px 0;
    background-color: rgba(3, 59, 110, 0.8);
    width: 100%;
    z-index: 9;
}
body.en header .inner .nd_menu ul li .depth-1{
    padding: 50px 0;
}

header .inner .nd_menu ul li .depth-1 li {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

header .inner .nd_menu ul li .depth-1 li a {
    font-size: 1.5rem;
    padding: 13px 13px 10px 11px;
    color: #fff;
    position: relative;
}


header .inner .nd_menu ul li .depth-1 li a:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 12px;
    background-color: #fff;
}

body.en header .inner .nd_menu ul li .depth-1 img {
    display: none;
}

header .nd_search {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

header .nd_search input {
    width: 193px;
    min-width: unset;
    height: 38px;
    border: 1px solid #ccc;
    padding-left: 8px;
    margin-right: -7px;
    font-size: 1.4rem;
}

header .nd_search button {
    width: 50px;
    height: 38px;
    border: 1px solid #ccc;
    overflow: hidden;
}

header .nd_search button img {
    width: 100%;
    object-fit: contain;
    display: block;
    transform: translateY(-50%);
    position: relative;
    top: 50%;
}

#footer {
    padding: 50px 0 30px;
    font-family: 'Noto Sans KR', sans-serif;
}

#footer .footer_inner {
    align-items: center;
}

.footer_inner .f-logo {
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #ddd;
}

.footer_inner .f-logo a {
    difplay: block;
    width: 240px;
}

.footer_inner .copyright {
    padding: 0 0 20px;
    line-height: 22px;
}

.footer_inner .copyright address,
.footer_inner .copyright p {
    font-size: 14px;
    letter-spacing: 0;
}

body.en .footer_inner .copyright address,
body.en .footer_inner .copyright p {
    font-family: 'Roboto', sans-serif;
}

.footer_inner .copyright p {
    margin: 0;
    color: #999;
}

.footer_inner .privacy_btn a {
    font-size: 11px;
    padding: 7px 10px;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    letter-spacing: 0;
    display: block;
    width: max-content;
}

body.en .footer_inner .privacy_btn a {
    display: none;
}

.quick_site ul {
    width: 100%;
    background: #006cb8;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.quick_site ul li.deco2,
.quick_site ul li a {
    color: #fff;
    font-size: 14px;
}

.quick_site ul li.deco2 {
    padding: 0 18px;
}

.quick_site ul li a {
    padding: 20px 0;
    display: block;
    letter-spacing: 2%;
}

body.en .quick_site ul li a {
    font-family: 'Roboto', sans-serif;
}

.go_btn {
    position: fixed;
    width: 55px;
    bottom: 20px;
    right: 25px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
}

.go_btn.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.go_btn ol {
    display: flex;
    flex-direction: column;
    gap: 9px;
    align-items: center;
    cursor: pointer;
}

.go_btn ol a {
    display: block;
}

.go_btn ol li:nth-child(2) {
    position: relative;
    overflow: visible;
}

.go_btn ol li:nth-child(2) a {
    position: relative;
    overflow: visible;
}

.go_btn ol li:nth-child(2) span {
    line-height: 40px;
    color: #fff;
    text-align: left;
    font-style: normal;
    font-size: 16px;
    z-index: -1;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    padding-left: 30px;
    transition: all 0.3s ease;
    width: 0px;
    right: 0;
    left: auto;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    background-color: #2580c1;
    border-radius: 25px;
    white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
    .go_btn ol li:nth-child(2) a:hover span {
        opacity: 1;
        width: 170px;
    }
}

.go_btn ol li button {
    background: transparent;
}

@media (max-width:1200px) {
    html {
        font-size: 9px;
    }

    .inner,
    header .top div {
        width: 100%;
        padding-inline: 2%;
    }

    header .inner .nd_menu ul {
        padding: 0 3%;
    }

    header .inner .nd_menu ul li h2 a {
        padding: 0 25px 0 24px;
    }

    header .inner .nd_menu ul li .depth-1 li {
        max-width: 96%;
    }
}

@media (max-width:1080px) {
    html {
        font-size: 8px;
    }

    .hide-1080 {
        display: none;
    }

    header h1 {
        margin: 11px 13% 11px 0;
    }

    header .hd_util {
        display: flex;
    }

    header .hd_util .btn_search {
        width: 50px;
        height: 49px;
        border: 1px solid #ccc;
        padding: 0;
        background: url("../img/renewal/icon/ico_search.jpg") center center no-repeat;
    }

    header .hd_util .btn_menu {
        width: 50px;
        height: 49px;
        border: 1px solid #545352;
        padding: 0;
        background: url("../img/renewal/icon/ico_menu_btn_M.jpg") center center / cover no-repeat;
    }

    .nd_search_popup {
        margin: 0 auto;
        text-align: center;
        top: 102px;
        background: rgba(0, 108, 184, 0.85);
    }

    .nd_search_popup img {
        margin-right: 48px;
        width: 30%;
        margin-bottom: 0;
    }

    .nd_search_popup .ser-box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
    }

    .nd_search_popup .search_input {
        height: 35px;
        margin-right: -4px;
        border: 0;
        width: 50%;
        padding-left: 10px;
        font-size: 1em;
    }

    .nd_search_popup .search_btn {
        width: 35px;
        height: 35px;
        background-size: 100%;
        border: 0;
        background: url("../img/renewal/icon/ico_search.jpg") center center / 85% no-repeat;
        background-color: #fff;
    }

    #sitemap.nd_sitemap {
        display: block;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        padding: 0 0 0 10%;
        background-color: rgba(0, 0, 0, 0);
        visibility: hidden;
        pointer-events: none;
        overflow: hidden;
        transition: visibility 0s linear 0.45s,
            background-color 0.4s ease;
    }

    #sitemap.nd_sitemap.open {
        visibility: visible;
        background-color: rgba(0, 0, 0, 0.7);
        pointer-events: auto;
        transition: visibility 0s,
            background-color 0.4s ease;
    }

    #sitemap.nd_sitemap .nd_ul_box {
        margin-left: auto;
        margin-right: 0;
        transform: translateX(100%);
        transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    #sitemap.nd_sitemap.open .nd_ul_box {
        transform: translateX(0%);
    }

    #sitemap h2 {
        position: relative;
        cursor: pointer;
    }

    #sitemap h2:after {
        content: '';
        position: absolute;
        right: 0px;
        top: 50%;
        width: 10px;
        height: 10px;
        border-right: 2px solid #666;
        border-bottom: 2px solid #666;
        transform: translateY(-50%) rotate(45deg);
        transition: transform 0.3s ease;
    }

    #sitemap h2.active:after {
        transform: translateY(-50%) rotate(-135deg);
    }

    #sitemap .depth-1 {
        display: none;
        padding: 0;
    }

    #sitemap:not(.nd_sitemap) .depth-1 {
        background: #f8f8f8;
    }

    #sitemap .depth-1.show {
        display: block;
    }

    #sitemap:not(.nd_sitemap) .depth-1 a {
        display: block;
        padding: 12px 20px;
        font-size: 15px;
        color: #666;
    }

    #sitemap:not(.nd_sitemap) .depth-1 a:hover,
    #sitemap:not(.nd_sitemap) .depth-1 a.on {
        background: #222;
        color: #fff;
    }

    #sitemap .nd_ul_box {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        top: revert-layer;
        align-items: center;
        background-color: #0060A4;
        height: 100%;
    }

    #sitemap .nd_ul_box .top {
        padding: 15px 25px;
    }

    #sitemap .nd_ul_box ul {
        width: 100%;
    }

    #sitemap .nd_ul_box ul li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        background: #006CB8;
    }

    #sitemap .nd_ul_box ul li ol li:not(:last-child) {
        border-bottom: 1px solid #218EDB;
    }

    #sitemap .nd_ul_box ul li:last-child ol li {
        border-bottom: 1px solid #218EDB;
    }

    #sitemap .nd_ul_box .top {
        width: 100%;
        background-color: #006CB8;
    }

    #sitemap .nd_ul_box .top div {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    #sitemap .nd_ul_box .top div span {
        font-size: 14px;
    }

    #sitemap .nd_ul_box .top div * {
        font-size: 18px;
        color: #fff;
        font-weight: 400;
    }

    body.en #sitemap .nd_ul_box .top div * {
        font-size: 15px;
    }

    #sitemap .nd_ul_box ul li h2,
    #sitemap .nd_ul_box .top {
        padding: 15px 25px;
        border-bottom: 1px solid #218EDB;
        font-size: 18px;
        color: #fff;
        font-weight: 400;
    }

    #sitemap .nd_ul_box ul li h2 {
        background: #006CB8 url("../img/renewal/icon/ico_sitemap_arrow_M.png") no-repeat 96%;
    }

    #sitemap .nd_ul_box ul li h2.actve {
        background: #006CB8 url("../img/renewal/icon/ico_sitemap_arrow_M.png") no-repeat 96%;
    }

    #sitemap .nd_ul_box ul li h2::after {
        display: none;
    }

    #sitemap .nd_ul_box ol li a {
        display: block;
        padding: 11px 25px;
        background: #0060A4;
        font-size: 14px;
        color: #fff;
    }

    #sitemap img {
        padding: 60px 0;
        text-align: center;
        background-color: #0060A4;
    }

    .sitemap_close {
        padding: 5px 6px;
        cursor: pointer;
        background: rgba(0, 0, 0, 1);
        float: left;
        width: 28px;
        height: 28px;
        position: relative;
        opacity: 0;
    }

    #sitemap.nd_sitemap.open .sitemap_close {
        opacity: 1;
        pointer-events: auto;
        transition: opacity 0.4s ease 0.22s;
    }

    .sitemap_close span {
        height: 3px;
        width: 16px;
        display: block;
        background: #fff;
    }

    #sitemap .sitemap_close span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 2px;
        background: #fff;
        display: block;
        border-radius: 1px;
    }

    #sitemap .sitemap_close span:first-child {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    #sitemap .sitemap_close span:last-child {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
}

@media (max-width:900px) {
    #footer {
        padding: 20px 0 25px;
    }

    #footer .footer_inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
        padding: 0;
    }

    .footer_inner .f-logo {
        padding-right: 0;
        margin-right: 0;
        border: none;
    }

    .footer_inner .copyright {
        padding: 0;
    }

    .footer_inner .copyright address {
        font-size: 13px;
    }

    .footer_inner .copyright p {
        font-size: 11px;
        text-align: center;
    }

    .quick_site ul {
        padding: 20px;
    }

    .quick_site ul li a {
        padding: 0;
    }
}

@media (max-width:768px) {
    html {
        font-size: 7px;
    }

    .hide-768 {
        display: none;
    }

    #Quick_menu #Quick_wrap .q_01 {
        padding: 15px 0 10px 0;
    }

    .q_01 img {
        width: 50%;
        transform: scale(0.8) !important;
    }

    .q_01 div.q_h2 h2 {
        font-size: 12px;
        height: 22px;
    }

    .q_01 div.q_sub>h2 {
        display: none;
    }

}

@media (max-width:500px) {
    .search_wrap_inner {
        flex-direction: column;
    }

    .nd_search_popup img {
        margin-right: 0;
        width: 40%;
        margin-bottom: 15px;
    }

    .quick_site ul li.deco2 {
        padding: 0 6px;
    }
}