/* mobile */

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
div,
td,
th,
li,
b {
    font-family: 'S-CoreDream-4Regular';
}

@font-face {
    font-family: 'SG-Icon-Font';
    src: url('/font/SG-Icon-Font.ttf');
    font-weight: normal;
    font-style: normal
}

@media (min-width: 1px) and (max-width: 1089px) {
    .login {
        display: block
    }
    .mpage {
        display: block;
    }
    .spage {
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* desktop */

@media (min-width: 1090px) {
    .login {
        display: none
    }
    .mpage {
        display: none;
    }
    /* header */
    .top-line {
        background: #333333;
    }
    .fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}

body {
    background: #fff;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.mb_logo {
    display: none;
}

.mba_ssdiv {
    display: none;
}

.mba_ssdiv2 {
    display: none;
}

.navbar-expand-lg .nav-link .fa-angle-double-right {
    display: none;
}

.nab_box .nav_info .nav-item {
    position: relative;
    padding: 10px 20px;
}

@media (max-width: 1279px) {
    .container {
        max-width: 100%;
    }
    .mb_logo {
        display: block;
        padding: 15px;
        background: #fff;
        text-align: center;
    }
    .mb_logo img {
        height: 54px;
    }
    .mb_logo .mb_logo_logo .logo_black {
        display: block;
    }
    .mb_logo .mb_logo_logo .logo_white {
        display: block;
    }
    body.dark .mb_logo .mb_logo_logo .logo_black {
        display: none;
    }
    body.dark .mb_logo .mb_logo_logo .logo_white {
        display: block;
    }
}

.navbar .mbs_top {
    background: #161A1E;
}

.navbar-expand-lg .navbar-nav .nav-item {
    border-bottom: 1px solid #eaeaea;
}

.navbar-expand-lg .show .nav-link .fa-angle-double-right {
    float: right;
    line-height: 46px;
}

.mba_ssdiv2 {
    width: 100%;
    background: #fff;
    padding: 20px 0;
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.mba_ssdiv2 .center_mma {
    text-align: center;
}

.mba_ssdiv2 a {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    padding: 7px 12px;
    background: #009688;
    border-radius: 7px;
}

.mba_ssdiv2 .left_mma .names {
    margin-bottom: 10px;
}

.mba_ssdiv {
    display: block;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}

.mba_ssdiv .mba_sslogin {
    display: flex;
    padding: 10px;
}

.mba_ssdiv .mba_sslogin .money {
    margin-top: 10px;
}

.mba_ssdiv .mba_sslogin a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.mba_ssdiv .mba_sslogin .left_mma {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.navbar-light.collapsed .navbar-toggler-icon {
    background-image: url('../../../img/menu.png');
    width: 36px;
    height: 36px;
}

body.dark .navbar-light.collapsed .navbar-toggler-icon {
    background-image: url('../../../img/menu.png');
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../../../img/close_white.png');
    width: 36px;
    height: 36px;
}

.navbar-expand-lg .navbar-toggler {
    display: block !important;
    z-index: 7778;
    position: static;
    right: 10px;
    padding: 0 5px;
}

.navbar-expand-lg .collapsed {
    right: 10px;
    left: auto;
    top: 3px;
}

.navbar-expand-lg .navbar-toggler:focus {
    outline: 0;
}

.navbar-expand-lg>.container>.show {
    display: block !important;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: column;
    margin-top: 40px;
    background: #fff;
}

.navbar-expand-lg .navbar-nav .nav-item {
    width: 100%;
    padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    display: block;
    font-size: 16px;
    color: #aebbcd;
}

#navbarResponsive {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #fff;
    overflow-y: scroll;
    z-index: 7777;
}

body.dark #navbarResponsive {
    background: #272727;
}

.navbar-expand-lg .navbar-collapse:not(.show) {
    display: none !important;
}

.navbar-expand-lg .show {
    display: block !important;
}

.navbar-expand-lg .show .nav-link .fa-angle-double-right {
    display: inline-block !important;
}

.nab_box .nabs_botop {
    justify-content: flex-end;
}

.navbar_sslogin {
    display: flex;
    align-items: center;
    height: 100%;
}

.left_smenb .left_iuser {
    margin-left: 10px;
}

.left_smenb .left_iuser a {
    font-size: 14px;
    color: #000;
}

.left_smenb .left_iuser a.money {
    margin-left: 10px;
    display: none;
}

.nab_box .nabs_botop .navbar_ssbtn {
    font-size: 12px;
    color: #fff;
    margin-left: 20px;
    background: #009688;
    padding: 0 12px;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    border-radius: 7px;
}

.nab_box .nabs_botop .navbar_sstxt {
    font-size: 12px;
    color: #000;
    margin-left: 20px;
    display: inline-block;
    height: 34px;
    line-height: 34px;
}

.navbar .mbs_top {}

.nab_box {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.main_top {
    background: #2b2b2b;
}

.nab_box .nabs_botop .botop_su {
    display: flex;
    justify-content: flex-end;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.nab_box .nab_top {
    display: flex;
    justify-content: flex-start;
    width: 20%;
    padding: 20px 0;
}

.nab_box .mb_visit {
    width: 20%;
}

.nab_box .mb_visit p {
    margin-bottom: 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
}

.nab_box .nabb_sub {
    width: 80%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.nab_box .nabs_botop {
    width: 100%;
}

.nab_box .nab_top .navbar_ssdiv {
    position: absolute;
    right: 0;
    top: 20px;
}

.nab_box .nav_info {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.nab_box .nav_info .nav-item .nav_item_div {
    z-index: 2;
    border-top: 1px solid rgba(0, 0, 0, .15);
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0%;
    right: auto;
    display: none;
}

.nab_box .nav_info .nav-item .nav_item_div a {
    color: #333;
    font-weight: bold;
    display: block;
}

.nab_box .nav_info .nav-item .nav_item_div a .nav_item_div_box {
    width: 320px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-top-style: none;
    flex-direction: column;
    padding: 30px;
    transition: color .2s, background-color .2s;
    display: flex;
}

.nab_box .nav_info .nav-item .nav_item_div a .nav_item_div_box:hover {
    color: #ff574a;
}

.nab_box .nav_info .nav-item .nav_item_div a .nav_item_div_box h2 {
    font-size: 18px;
    font-weight: 700;
    transition: opacity .2s;
}

.nab_box .nav_info .nav-item .nav_item_div a .nav_item_div_box p {
    font-size: 14px;
    margin: 8px 0 0;
    line-height: 24px;
    transition: opacity .2s;
}

@media (min-width: 1200px) {
    .navbar .container {
        max-width: 100%;
    }
    .id_max .container {
        max-width: 100%;
    }
    .container {
        max-width: 1280px;
    }
    .navbar-nav li {
        padding: 20px 0 20px 24px;
    }
    .navbar-expand-lg .navbar_ssdiv .navbar_ssbtn:last-child {
        margin-right: 0;
    }
    .left_smenb {
        display: inline-block;
        margin-right: 20px;
    }
    .left_smenb:after {
        clear: both;
        display: block;
        content: "";
    }
    .nab_box .nabs_botop {
        justify-content: flex-end;
    }
    .navbar_sslogin {
        display: flex;
    }
    .left_smenb .left_iuser {
        margin-left: 10px;
    }
    .left_smenb .left_iuser a {
        font-size: 12px;
        color: #393939;
    }
    .left_smenb .left_iuser a.money {
        margin-left: 10px;
    }
    .ma_trand {
        max-width: 1280px;
        margin: 0 auto;
        height: 350px;
    }
    #navbarResponsive {
        padding: 30px 40px;
        width: 400px;
        border-left: 1px solid #ddd;
    }
    .navbar-light .navbar-toggler-icon {
        position: fixed;
        top: 20px;
        right: 40px;
    }
    .navbar-light.collapsed .navbar-toggler-icon {
        position: static;
    }
}

.ma_trand {
    height: 350px;
}

.navbar-expand-lg .navbar_ssdiv .navbar_ssbtn i {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
}

.fixed-top {
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    display: block;
}

.navbar .navbar_cont {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
}

.navbar .navbar_cont .navcont_info {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.navbar .navbar_subcont {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.fixed-top .logo .logo_black {
    display: none;
}

body.dark .fixed-top .logo .logo_black {
    display: none;
}

.fixed-top .logo .logo_white {
    display: block;
}

body.dark .fixed-top .logo .logo_white {
    display: block;
}

.fixed-top .navbar-collapse .nav-item .nav-link {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.fixed-top .navbar-collapse .nav-item .nav-link img {
    height: 23px;
    margin-right: 5px;
}

.fixed-top .navbar-collapse .nav-item .nav-link:after {
    display: none;
}

.bg-bo {
    background-color: #1C2230 !important;
}

.navbar-expand-lg .ml-auto {
    margin-left: auto;
}

.c,
.c-full {
    max-width: 1400px;
    margin: 0 auto;
}

.sec-main-visual {
    position: relative;
    padding-top: 0px;
    background: transparent;
    background-size: cover;
}

.top_cts {
    padding-top: 50px;
    background: url("../../../img/eco/topcts3.jpg") right top no-repeat;
    height: 600px;
}

.top_cts .cts_inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: 630px;
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
}

.top_cts .cts_inner .visual_wrap {
    width: 570px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.top_cts .cts_inner .visual_wrap .visual_banner {
    display: flex;
    flex-direction: column;
    height: 500px;
    position: relative;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 24%);
    border-radius: 30px;
    overflow: hidden;
}

.top_cts .cts_inner .visual_wrap .visual_banner .visual-slider {
    height: 450px;
    margin: 0;
}

.top_cts .cts_inner .visual_wrap .visual_banner .visual-slider .slick-list {
    height: 100%;
}

.top_cts .cts_inner .visual_wrap .visual_banner .visual-slider .slick-list .slick-track {
    height: 100%;
}

.top_cts .cts_inner .visual_wrap .visual_banner .visual-slider .slick-list .slick-track div {
    height: 100%;
}

.top_cts .cts_inner .visual_wrap .visual_banner .slick-arrow {
    position: absolute;
    top: calc(50% + 15px);
    transform: translateY(-50%);
    width: 35px;
    height: 60px;
    font-size: 0;
    line-height: 0;
    z-index: 5;
    background-image: url("../../../img/eco/ico_sprite.png");
    background-repeat: no-repeat;
}

.top_cts .cts_inner .visual_wrap .visual_banner .slick-next {
    right: 18px;
    background-position: -339px -240px;
}

.top_cts .cts_inner .visual_wrap .visual_banner .slick-prev {
    left: 20px;
    background-position: -278px -240px;
}

.top_cts .cts_inner .visual_wrap .visual_banner .slick-next:before,
.top_cts .cts_inner .visual_wrap .visual_banner .slick-prev:before {
    display: none;
}

.top_cts .cts_inner .visual_wrap .visual_banner .slick-dots {
    display: flex;
    align-items: center;
    gap: 12px;
    position: absolute;
    right: 55px;
    bottom: -50px;
    height: 50px;
    z-index: 2;
    width: auto;
}

.top_cts .cts_inner .visual_wrap .visual_banner .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.top_cts .cts_inner .visual_wrap .visual_banner .slick-dots button {
    all: unset;
    display: block;
    width: 12px;
    height: 12px;
    background: #d1d1d1;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    cursor: pointer;
}

.top_cts .cts_inner .visual_wrap .visual_banner .slick-dots .slick-active button {
    background: #1c8be0;
}

.top_cts .cts_inner .visual_wrap .visual_banner img {
    display: block;
    border-radius: 30px 30px 0 0;
    width: 100%;
    height: 100%;
}

.top_cts .cts_inner .visual_wrap .visual_banner .control {
    height: 50px;
    width: 100%;
    top: auto;
    bottom: 0;
    background: #fff;
    position: absolute;
    right: 0;
}

.top_cts .cts_inner .visual_wrap .visual_banner .control button {
    width: 14px;
    height: 14px;
    font-size: 0;
    position: absolute;
    line-height: 0;
    background: none;
    background-image: url("../../../img/eco/ico_sprite.png");
    background-repeat: no-repeat;
    border: 0;
}

.top_cts .cts_inner .visual_wrap .visual_banner .control button.ctr_btn {
    top: 18px;
    right: 30px;
    z-index: 3;
}

.top_cts .cts_inner .visual_wrap .visual_banner .control button.pause {
    background-position: -68px -8px;
}

.top_cts .cts_inner .visual_wrap .visual_banner .control button.play {
    background-position: -96px -8px;
}

.top_cts .cts_inner .main_quickmenu {
    width: 100%;
    height: 215px;
}

.top_cts .cts_inner .main_quickmenu h2 {
    font-weight: 400;
    font-size: 38px;
    line-height: 60px;
}

.top_cts .cts_inner .main_quickmenu h2 strong {
    color: #1864cb;
    font-weight: 700;
}

.top_cts .board_wrap {
    width: 100%;
}

.top_cts .board_wrap .bw_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding-left: 630px;
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
}

.top_cts .board_wrap .bw_inner .item {
    width: 32%;
    border: 1px solid #ddd;
    height: 275px;
    margin-top: 30px;
    background: #fff;
}

.top_cts .board_wrap .bw_inner .item img {
    width: 100%;
}

#main-slide,
#main-slide .swiper-container {
    overflow: hidden;
    height: 700px;
    position: relative;
}

#main-slide .swiper-slide {
    overflow: hidden;
}

#main-slide .swiper-slide .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#main-slide .swiper-slide .img::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

/*#main-slide .swiper-slide-active .img { transform:scale(1.1); transition:all 5.5s linear; }
#main-slide .swiper-slide-prev .img { transition:all 1s; }*/

#main-slide .ctrl {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    z-index: 2;
}

#main-slide .ctrl .pg {
    position: static;
    display: inline-block;
    width: auto;
}

#main-slide .ctrl .pg span {
    width: 14px;
    height: 14px;
    background: white;
    opacity: 0.8;
    margin: 0 9px;
    transition: all .2s ease;
}

#main-slide .ctrl .pg span.swiper-pagination-bullet-active {
    position: relative;
}

#main-slide .ctrl .pg span.swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
    border: 1px solid white;
    border-radius: 50%;
}

#main-slide .ctrl .playstop {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 15px;
    width: 14px;
    height: 14px;
    color: white;
}

#main-slide .ctrl .playstop::before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    border: 1px solid white;
    border-radius: 50%;
}

#main-slide .ctrl .playstop i {
    position: absolute;
}

#main-slide .ctrl .playstop .fa-play {
    display: block;
}

#main-slide .ctrl .playstop .fa-pause {
    display: none;
}

#main-slide .ctrl .playstop.on .fa-play {
    display: none;
}

#main-slide .ctrl .playstop.on .fa-pause {
    display: block;
}

#main-slide .ctrl .playstop:hover {
    color: #333;
}

#main-slide .ctrl .playstop:hover::before {
    background: white;
    color: #333;
}

#main-slide .nav {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 14%;
    z-index: 2;
    cursor: pointer;
}

#main-slide .nav i {
    z-index: 2;
    color: rgba(255, 255, 255, 0.5);
    font-size: 80px;
}

#main-slide .prev {
    left: 0;
    justify-content: flex-end;
    padding-right: 3%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

#main-slide .next {
    right: 0;
    justify-content: flex-start;
    padding-left: 3%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

#main-slide .nav:hover i {
    color: white;
}

#main-slide .swiper-slide .c {
    position: relative;
    height: 100%;
    padding: 0;
    border: 1px solid transparent;
    /*IE Bug:: border 부분을 넣어야함*/
}

#main-slide .content {
    position: absolute;
    left: 50px;
    right: 10px;
    top: 250px;
    margin: 0;
    color: white;
    text-align: center;
    line-height: 90px;
}

#main-slide .content .head {
    margin-bottom: 0;
    font-family: 'NSR';
}

#main-slide .content .desc {
    margin-top: -10px;
    animation-delay: 600ms;
    font-size: 42px;
}

#main-slide .content .desc2 {
    margin-top: 5px;
    animation-delay: 700ms;
    font-size: 21px;
}

#main-slide .content .btn-area {
    margin-top: 30px;
    animation-delay: 800ms;
}

#main-slide .content .btn-view {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    height: 46px;
    line-height: 44px;
    color: #333;
}

#main-slide .content .btn-view::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 23px;
    background: white;
    transition-duration: 300ms;
}

#main-slide .content .btn-view:hover::before {
    transform: scale(0.9);
}

#main-slide .content .btn-view span {
    position: relative;
}

.contents02 {
    width: 100%;
    max-height: 780px;
    padding: 0px 0 120px 6vw;
    background-color: #f0f0f0;
    margin-top: 0px;
}

.contents02 .flt_clr {
    width: 100%;
    display: flex;
}

.contents02 .flt_clr .tit_box {
    max-width: 258px;
    margin-top: 100px;
    margin-bottom: 60px;
}

.contents02 .flt_clr .tit_box .tit {
    font-size: 45px;
    letter-spacing: -0.01em;
    line-height: 1.11;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding: 0;
}

.contents02 .flt_clr .tit_box .sub_tit {
    margin: 20px 0 0;
    font-weight: 300;
    color: #777;
}

.contents02 .flt_clr .tit_box .btn_box {
    margin-top: 60px;
}

.contents02 .flt_clr .tit_box .btn_box .btn {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    vertical-align: top;
    border: 1px solid #b7b7b7;
    cursor: pointer;
}

.contents02 .flt_clr .tit_box .btn_box .btn i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.contents02 .flt_clr .tit_box .btn_box .btn i img {
    max-width: 100%;
}

.contents02 .flt_clr .product_list {
    width: calc(100% - 308px);
    margin-left: 50px;
}

.contents02 .flt_clr .product_list .swiper-container2 {
    padding-top: 30px;
    overflow: hidden;
}

.contents02 .flt_clr .product_list .swiper-container2 li {
    max-width: 360px;
    width: 25%;
}

.contents02 .flt_clr .product_list .swiper-container2 .product {
    position: relative;
    transition: all 0.5s;
    margin-bottom: 20px;
}

.contents02 .flt_clr .product_list .swiper-container2 li.active .product {
    transform: translateY(-30px);
}

.contents02 .flt_clr .product_list .swiper-container2 li.active .product::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(31, 31, 31, 0.31);
    box-shadow: 12.3px 13.2px 29px 0 rgba(0, 0, 0, 0.36);
}

.contents02 .flt_clr .product_list .swiper-container2 .product .img_box {}

.contents02 .flt_clr .product_list .swiper-container2 .product .img_box img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.contents02 .flt_clr .product_list .swiper-container2 .product .info_box {
    display: none;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 30px;
    text-align: center;
}

.contents02 .flt_clr .product_list .swiper-container2 .product .info_box h2 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -0.4px;
    color: #fff;
    margin: 0;
}

.contents02 .flt_clr .product_list .swiper-container2 .product .info_box p {
    margin: 20px 0 0;
    color: #e2e2e2;
}

.contents02 .flt_clr .product_list .swiper-container2 .product .info_box .btn_box {
    margin-top: 64px;
}

.contents02 .flt_clr .product_list .swiper-container2 .product .info_box .btn_box a {
    max-width: 240px;
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: 2px solid #fff;
    padding: 0 20px;
}

.contents02 .flt_clr .product_list .swiper-container2 .product .info_box .btn_box a i {
    margin-left: 10px;
}

.contents02 .flt_clr .product_list .swiper-container2 li.active .product .info_box {
    display: block;
}

.contents02 .flt_clr .product_list .swiper-container2 li .sub_t {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding: 0;
}

.contents02 .flt_clr .product_list .swiper-container2 li .more_box {
    display: none;
}

.contents02 .flt_clr .product_list .swiper-container2 li .more_box a {
    display: inline-block;
    padding: 5px 0;
    font-weight: 500;
}

.contents02 .flt_clr .product_list .swiper-container2 li .more_box a i {
    display: inline-block;
    margin-left: 20px;
}

.contents02 .flt_clr .product_list .swiper-container2 li.active .sub_t {
    display: none;
}

.contents02 .flt_clr .product_list .swiper-container2 li.active .more_box {
    display: block;
}

.btm_cts {
    width: 100%;
    background: #F0F0F0;
    height: 830px;
}

.btm_cts .cts_inner {
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
    position: relative;
}

.btm_cts .cts_inner .business_wrap {
    position: relative;
    overflow-x: hidden;
}

.btm_cts .cts_inner .business_wrap .business_paging {
    position: absolute;
    left: 0;
    top: 185px;
    display: flex;
    align-items: center;
    gap: 41px;
    z-index: 2;
}

.btm_cts .cts_inner .business_wrap .business_paging li {
    position: relative;
    cursor: pointer;
}

.btm_cts .cts_inner .business_wrap .business_paging li a {
    transition: all .1s;
    font-size: 24px;
    color: #666;
}

.btm_cts .cts_inner .business_wrap .business_paging li:first-child a:after {
    content: "";
    width: 1px;
    height: 24px;
    background-color: #c2c6c7;
    display: inline-block;
    position: absolute;
    right: -21px;
    top: 6px;
}

.btm_cts .cts_inner .business_wrap .business_paging li.on a {
    font-size: 28px;
    color: #1864cb;
    font-weight: 600;
}

.btm_cts .cts_inner .business_wrap .domestic {
    width: 100%;
    padding-left: 275px;
}

.btm_cts .cts_inner .business_wrap .domestic .inner {
    max-width: 935px;
    height: 730px;
    background: url("../../../img/eco/domestic_busi_bg.png")center top no-repeat;
    padding: 0 28px;
}

.btm_cts .cts_inner .business_wrap .overseas {
    width: 100%;
    padding-left: 200px;
    padding-top: 70px;
}

.btm_cts .cts_inner .business_wrap .overseas .inner {
    max-width: 1135px;
    height: 660px;
    background: url("../../../img/eco/overseas_busi_bg11.png") left top 30px no-repeat;
}

.btm_cts .cts_inner .business_wrap .overseas .overseas_tit {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.btm_cts .cts_inner .business_wrap .overseas .overseas_tit span {
    display: flex;
    gap: 8px;
    font-size;
    14px;
}

.btm_cts .cts_inner .business_wrap .overseas .overseas_tit span:before {
    content: '';
    width: 16px;
    height: 22px;
    background-image: url("../../../img/eco/overseas_ico.png");
    background-repeat: no-repeat;
    display: block;
}

.btm_cts .cts_inner .business_wrap .overseas .overseas_tit span.tit01:before {
    background-position: 0 0;
}

.btm_cts .cts_inner .business_wrap .overseas .overseas_tit span.tit02:before {
    background-position: 0 -32px;
}

.btm_cts .cts_inner .business_wrap .overseas .overseas_tit span.tit03:before {
    background-position: 0 -64px;
}

.btm_cts .cts_inner .business_wrap .overseas .overseas_tit span.tit04:before {
    background-position: 0 -96px;
}

.btm_cts .cts_inner .business_wrap .text_info {
    position: absolute;
    left: 0;
    top: 240px;
    font-size: 15px;
    line-height: 1.7;
    width: 100%;
    margin: 0;
    padding: 0;
}

.btm_cts .cts_inner .business_wrap .more {
    position: absolute;
    left: 0;
    top: 395px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    border: 1px solid #242424;
    border-radius: 15px;
    padding: 6px 15px 4px;
    width: 100%;
    max-width: 200px;
    background-image: linear-gradient(#003461, #003461);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: .4s;
    color: #242424;
}

.btm_cts .cts_inner .business_wrap .more:after {
    content: "";
    background: url("../../../img/eco/ico_sprite.png") -44px -10px no-repeat;
    width: 8px;
    height: 14px;
    display: block;
}

.btm_cts .cts_inner .business_wrap .control {
    width: 90px;
    display: flex;
    align-items: center;
    right: auto;
    left: 0;
    top: 335px;
    height: 20px;
    position: absolute;
}

.btm_cts .cts_inner .business_wrap .control button {
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 0;
    background: 0;
    border: 0;
    background-image: url("../../../img/eco/ico_sprite.png");
    background-repeat: no-repeat;
    color: #242424;
}

.btm_cts .cts_inner .business_wrap .control button.prev_btn {
    background-position: 0 0;
}

.btm_cts .cts_inner .business_wrap .control button.next_btn {
    background-position: -30px 0;
    margin-left: 4px;
}

.btm_cts .cts_inner .business_wrap .control button.crt_btn {
    width: 20px;
    margin-left: auto;
    position: relative;
    top: auto;
}

.btm_cts .cts_inner .business_wrap .control button.play {
    background-position: -90px 0;
}

.btm_cts .cts_inner .business_wrap .control button.pause {
    background-position: -60px 0;
}

.btm_cts .cts_inner .info_center_wrap {
    position: absolute;
    right: 0;
    top: 150px;
    z-index: 2;
    width: 450px;
    height: 440px;
    border-radius: 30px;
    box-shadow: 1px 2px 8px 0 rgba(0, 1, 1, 0.24);
    padding: 40px;
    background: url("../../../img/eco/info_center_bg2.png") right bottom 18px no-repeat, linear-gradient(to bottom, #edf0fa 150px, #fff 150px);
}

.btm_cts .cts_inner .info_center_wrap .info_center {
    width: 100%;
}

.btm_cts .cts_inner .info_center_wrap .info_center .info_cts {
    position: relative;
    display: flex;
}

.btm_cts .cts_inner .info_center_wrap .info_center .info_cts>li.on>a {
    color: #1864cb;
    font-size: 28px;
    font-weight: 600;
    display: block;
    line-height: 30px;
    transition: all .1s;
    position: relative;
}

.btm_cts .cts_inner .info_center_wrap .info_center .info_cts .current {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
}

.btm_cts .cts_inner .info_center_wrap .info_center .info_cts .current .txt {
    font-size: 15px;
    width: 100%;
    line-height: 1.7;
    margin: 0;
    padding: 0;
}

.btm_cts .cts_inner .info_center_wrap .info_center .info_cts .current .txt br {
    display: none;
}

.btm_cts .cts_inner .info_center_wrap .info_center .info_cts .current ul {
    width: 100%;
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.btm_cts .cts_inner .info_center_wrap .info_center .info_cts .current ul a {
    display: flex;
    align-items: center;
    gap: 18px;
}

.btm_cts .cts_inner .info_center_wrap .info_center .info_cts .current ul a:before {
    content: "";
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: block;
    background-color: #1c8be0;
    background-image: url("../../../img/eco/info_center_ico.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
}

.btm_cts .cts_inner .info_center_wrap .info_center .info_cts .current ul li.list01 a:before {
    background-position: 0 0;
}

.btm_cts .cts_inner .info_center_wrap .info_center .info_cts .current ul li.list02 a:before {
    background-position: 0 -50px;
}

.btm_cts .cts_inner .info_center_wrap .info_center .info_cts .current ul li.list03 a:before {
    background-position: 0 -100px;
}

.btm_cts .cts_inner .info_center_wrap .info_center .info_cts .current ul li.list04 a:before {
    background-position: 0 -150px;
}

.sec_customer_1 {
    padding: 100px 0;
    text-align: center;
    background: url("../../../img/eco/main-contact.jpg")center/cover no-repeat;
}

.sec_customer_1 .info {
    text-align: center;
}

.sec_customer_1 .info p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

@media (max-width:1550px) {
    .top_cts {
        height: auto;
        background: none;
        position: relative;
    }
    .top_cts .cts_inner {
        padding: 0 30px;
    }
    .top_cts .cts_inner .visual_wrap {
        left: auto;
        position: relative;
    }
    .top_cts .cts_inner .main_quickmenu {
        padding-left: 50px;
        width: calc(100% - 570px);
        height: auto;
    }
    .top_cts .cts_inner .main_quickmenu h2 {
        padding-top: 40px;
    }
    .top_cts .board_wrap:before {
        content: '';
        width: 100%;
        height: 420px;
        background: #ecf2f5;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        z-index: -1;
    }
    .top_cts .board_wrap .bw_inner {
        padding: 0;
    }
    .top_cts .board_wrap .bw_inner .item {
        margin-top: 45px;
    }
    .btm_cts {
        height: auto;
        margin-top: 0;
        background: none;
    }
    .btm_cts .cts_inner {}
    .btm_cts .cts_inner .business_wrap {
        height: 730px;
        overflow: hidden;
        padding: 0 30px;
        background: #d8edf6;
    }
    .btm_cts .cts_inner .business_wrap .business_paging {
        left: 30px;
    }
    .btm_cts .cts_inner .business_wrap .control {
        left: 30px;
    }
    .btm_cts .cts_inner .business_wrap .domestic {
        padding-left: 260px;
    }
    .btm_cts .cts_inner .business_wrap .domestic .inner {
        width: 100%;
        max-width: none;
    }
    .btm_cts .cts_inner .business_wrap .overseas {
        padding-left: 220px;
    }
    .btm_cts .cts_inner .business_wrap .overseas .inner {
        width: 100%;
        max-width: 1135px;
        margin: 0 auto;
        background-size: contain;
    }
    .btm_cts .cts_inner .info_center_wrap {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        background: #fff;
        box-shadow: none;
        border-radius: 0;
        padding: 50px 30px;
        height: 265px;
    }
    .btm_cts .cts_inner .info_center_wrap .info_center .info_cts .current ul {
        margin-top: 48px;
        flex-direction: row;
    }
    .btm_cts .cts_inner .info_center_wrap .info_center .info_cts .current ul li {
        width: calc(100% / 4);
    }
}

@media (max-width: 1024px) {
    #main-slide .nav {
        width: 60px;
        padding: 0 !important;
    }
    #main-slide .prev {
        padding-right: 15px;
    }
    #main-slide .next {
        padding-left: 15px;
    }
}

@media (max-width: 900px) {
    .sec-main-visual {
        height: 300px;
        padding-top: 0;
    }
    .btm_cts .cts_inner .info_center_wrap .info_center .info_cts .current ul a {
        justify-content: flex-end;
    }
    .btm_cts .cts_inner .info_center_wrap .info_center .info_cts .current ul li.list02 a {
        justify-content: flex-start;
    }
    .btm_cts .cts_inner .info_center_wrap .info_center .info_cts .current ul li.list04 a {
        justify-content: flex-start;
    }
    #main-slide .content {
        position: absolute;
        left: 50px;
        right: 10px;
        margin: 0;
        color: white;
    }
    #main-slide .ctrl {
        display: none;
    }
    #main-slide .nav {
        display: none;
    }
    #main-slide .content .head {
        font-size: 26px;
        font-weight: bold;
    }
    #main-slide .content .desc {
        font-size: 20px;
        margin-top: 10px;
    }
    .navbar_sslogin {
        flex-wrap: wrap;
    }
    .nab_box .nabs_botop .navbar_ssbtn {
        font-size: 12px;
        margin-left: 10px;
        height: 30px;
        line-height: 30px;
        padding: 0 8px;
    }
    .nab_box .nabs_botop .navbar_sstxt {
        font-size: 12px;
        margin-left: 0;
        height: 30px;
        line-height: 30px;
        padding: 0;
    }
    .nab_box .nabs_botop .navbar_sstxt.money {
        display: none;
    }
}

.home_slider {
    width: 100%;
    max-width: 1400px;
    max-height: 815px;
    min-height: 720px;
    height: 91vh;
    margin: 0 auto;
}

.home_slider .slick-slider-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.main-slider {
    width: 100%;
    height: 100%;
}

.main-slider .slick-list {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.main-slider .slick-list .slick-track {
    width: 100%;
    height: 100%;
}

.main-slider .slick-list .slick-track .slick-item {
    width: 100%;
    height: 100%;
    display: block;
}

.main-slider .slick-list .slick-track .slick-slide>div {
    width: 100%;
    height: 100%;
}

.main-slider .slick-list .slick-track .slick-item .slick_item_info {
    display: flex;
    height: 100%;
    width: 100%;
}

.main-slider .slick-list .slick-track .slick-item .slick_item_info .slick_text {
    display: flex;
    flex-direction: column;
    width: 40%;
    height: 100%;
}

.main-slider .slick-list .slick-track .slick-item .slick_item_info .slick_text .slick_txt {
    height: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 70px;
}

.main-slider .slick-list .slick-track .slick-item .slick_item_info .slick_text .slick_txt h2 {
    font-size: 32px;
    font-weight: normal;
    line-height: 42px;
    margin: 0;
}

.main-slider .slick-list .slick-track .slick-item .slick_item_info .slick_text .slick_txt p {
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 28px;
    word-break: break-word;
}

.main-slider .slick-list .slick-track .slick-item .slick_item_info .slick_text a {
    display: flex;
    width: 100%;
    height: 70px;
    align-items: center;
    background: #321850;
    color: #fff;
    padding-left: 72px;
}

.main-slider .slick-list .slick-track .slick-item .slick_item_info .slick_img {
    width: 60%;
    height: 100%;
}

.main-slider .slick-list .slick-track .slick-item .slick_item_info .slick_img .slick_background {
    width: 100%;
    height: 100%;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.slick_background1 {
    background-image: url("../../../img/eco/main-1.jpg");
}

.slick_background2 {
    background-image: url("../../../img/eco/main-2.jpg");
}

.slick_background3 {
    background-image: url("../../../img/eco/main-3.jpg");
}

.home_slider .slick-slider-absolute-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.home_slider .slick-slider-absolute-pagination .item {
    width: 100%;
    max-width: 16%;
    margin: 0 auto;
}

.slick-slider-pagination-wrapper {
    background: #e8e8e8;
    height: 70px;
    position: relative;
    z-index: 2;
    margin-left: -28px;
}

.slick-slider-pagination-wrapper p {
    margin: 0;
}

.slick-slider-pagination-wrapper .slick-arrow {
    transform: translateX(-50%);
    bottom: 16px;
    left: 50%;
    margin-left: -40px;
    transition: color ease-in-out .15s;
    color: #321850;
    cursor: pointer;
    display: inline-block;
    position: absolute;
}

.slick-slider-pagination-wrapper .slick-arrow i {
    display: inline-block;
    font-size: 20px;
    padding: 5px 5px;
}

.slick-slider-pagination-wrapper .slick-arrow+.slick-arrow {
    margin-left: 40px;
}

.slick-slider-pagination {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slick-slider-pagination li {
    transform: translateX(-50%);
    bottom: 16px;
    left: 50%;
    position: absolute;
    display: inline-block;
}

.slick-slider-pagination li .h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
}

.slick-slider-pagination li .u-caption {
    display: inline-block;
    color: #878787;
    font-size: 14px;
    line-height: 24px;
    margin-left: 5px;
    position: relative;
}

.slick-slider-pagination li+li {
    margin-top: 0;
}

.slick-slider-pagination li:not(.slick-active) {
    display: none;
}

.main_news {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.main_news .news_info {
    width: 100%;
    display: flex;
}

.main_news .news_info .news_list {
    width: 40%;
    padding: 100px 70px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    background: #ebe8ee;
}

.main_news .news_info .news_list .item {
    width: 100%;
}

.main_news .news_info .news_list .item h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.main_news .news_info .news_list .item ul {
    width: 100%;
    margin: 20px 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main_news .news_info .news_list .item ul li {
    width: 100%;
}

.main_news .news_info .news_list .item ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
}

.main_news .news_info .news_content {
    width: 60%;
    padding: 100px 70px;
}

.main_news .news_info .news_content .item {
    max-width: 550px;
    margin: 0 auto;
}

.main_news .news_info .news_content h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 15px;
}

.main_news .news_info .news_content h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 30px;
}

.main_news .news_info .news_content p {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: normal;
}

.main_news .news_info .news_content a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #000;
    font-weight: 500;
    font-size: 16px;
}

.main_sub {
    width: 100%;
    max-width: 1400px;
    height: 710px;
    margin: 0 auto;
    overflow: hidden;
}

.main_sub .sub_slide {
    width: 100%;
    height: 100%;
}

.main_sub .sub_slide .slick-slider-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.main_sub .sub_slide .slick-slider-wrapper .sub-slider {
    width: 100%;
    height: 100%;
}

.main_sub .sub_slide .slick-slider-wrapper .sub-slider>div {
    width: 100%;
    height: 100%;
}

.main_sub .sub_slide .slick-slider-wrapper .sub-slider .slick-track {
    width: 100%;
    height: 100%;
}

.main_sub .sub_slide .slick-slider-wrapper .sub-slider .slick-track .slick-slide>div {
    width: 100%;
    height: 100%;
}

.sub-slider .sub_item {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.sub-slider .sub_item .sub_txt {
    width: 100%;
    padding: 100px 72px;
    position: relative;
    z-index: 1;
}

.sub-slider .sub_item .sub_txt .sub_text {
    padding: 0 12px;
    max-width: 41%;
    margin-left: 7%;
}

.sub-slider .sub_item .sub_txt .sub_text h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.sub-slider .sub_item .sub_txt .sub_text h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 30px 0 0;
}

.sub-slider .sub_item .sub_txt .sub_text p {
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 0;
}

.sub-slider .sub_item .sub_txt .sub_text a {
    font-size: 16px;
    margin-top: 20px;
    font-weight: 500;
    display: block;
    color: #000;
}

.sub-slider .sub_item .sub_txt .sub_text.sub_white {
    color: #fff;
}

.sub-slider .sub_item .sub_txt .sub_text.sub_white a {
    color: #fff;
}

.sub-slider .sub_item .sub_background {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    position: absolute;
}

.sub-slider .sub_item .sub_background .bg_img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    display: block;
}

.sub_background .bg_img1 {
    background-image: url("../../../img/eco/mainsub-1.jpg");
}

.sub_background .bg_img2 {
    background-image: url("../../../img/eco/mainsub-2.jpg");
}

.sub_background .bg_img3 {
    background-image: url("../../../img/eco/mainsub-3.jpg");
}

.slick-slider-wrapper .sub_pagenation {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 0 72px;
}

.slick-slider-wrapper .sub_pagenation .info {
    display: flex;
    padding: 0 12px;
    margin-left: 7%;
}

.slick-slider-wrapper .sub_pagenation .info .sub_tab {
    font-weight: bold;
    transition: opacity linear .5s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slick-slider-wrapper .sub_pagenation .info .sub_tab .link_txt {
    margin-top: 10px;
    padding-left: 0;
    color: #321850;
    transition: all ease-in-out .15s;
    cursor: pointer;
    display: inline;
}

.slick-slider-wrapper .sub_pagenation .info .sub_tab .sg-icon {
    font-size: 60px;
    color: #321850;
    transition: all ease-in-out .15s;
    cursor: pointer;
}

.slick-slider-wrapper .sub_pagenation .info .sub_tab+.sub_tab {
    margin-left: 60px;
}

.slick-slider-wrapper .sub_pagenation .info .sub_tab:not(.active) {
    opacity: .5;
}

.sg-icon {
    font-family: 'SG-Icon-Font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sg-icon-location_blade:before {
    content: ""
}

.sg-icon-location_factory:before {
    content: ""
}

.sg-icon-location_pin:before {
    content: ""
}

.sg-icon-location_service:before {
    content: ""
}

.sg-icon-location_store:before {
    content: ""
}

.sg-icon-collapse:before {
    content: ""
}

.sg-icon-country:before {
    content: ""
}

.sg-icon-special_features:before {
    content: ""
}

.sg-icon-download_down:before {
    content: ""
}

.sg-icon-download_up:before {
    content: ""
}

.sg-icon-expand:before {
    content: ""
}

.sg-icon-location:before {
    content: ""
}

.sg-icon-output:before {
    content: ""
}

.sg-icon-partner:before {
    content: ""
}

.sg-icon-pause_video:before {
    content: ""
}

.sg-icon-play_video:before {
    content: ""
}

.sg-icon-scope:before {
    content: ""
}

.sg-icon-sound_off:before {
    content: ""
}

.sg-icon-sound_on:before {
    content: ""
}

.sg-icon-year:before {
    content: ""
}

.sg-icon-customer_benefit:before {
    content: ""
}

.sg-icon-experience_since:before {
    content: ""
}

.sg-icon-fleet_availabilty:before {
    content: ""
}

.sg-icon-issues_resolved:before {
    content: ""
}

.sg-icon-life_time:before {
    content: ""
}

.sg-icon-production_increase:before {
    content: ""
}

.sg-icon-serial_production:before {
    content: ""
}

.sg-icon-service_category:before {
    content: ""
}

.sg-icon-weather_uptime:before {
    content: ""
}

.sg-icon-backlog:before {
    content: ""
}

.sg-icon-blade:before {
    content: ""
}

.sg-icon-client:before {
    content: ""
}

.sg-icon-commonfile:before {
    content: ""
}

.sg-icon-commonphone:before {
    content: ""
}

.sg-icon-communications:before {
    content: ""
}

.sg-icon-community:before {
    content: ""
}

.sg-icon-compliance:before {
    content: ""
}

.sg-icon-conference:before {
    content: ""
}

.sg-icon-construction:before {
    content: ""
}

.sg-icon-efficiency:before {
    content: ""
}

.sg-icon-employees:before {
    content: ""
}

.sg-icon-energy:before {
    content: ""
}

.sg-icon-grid:before {
    content: ""
}

.sg-icon-gwinstalled:before {
    content: ""
}

.sg-icon-hseq:before {
    content: ""
}

.sg-icon-humanresources:before {
    content: ""
}

.sg-icon-internet:before {
    content: ""
}

.sg-icon-it:before {
    content: ""
}

.sg-icon-itapplication:before {
    content: ""
}

.sg-icon-lightbulb:before {
    content: ""
}

.sg-icon-manufacturing:before {
    content: ""
}

.sg-icon-money:before {
    content: ""
}

.sg-icon-nacelle:before {
    content: ""
}

.sg-icon-noise_emissions:before {
    content: ""
}

.sg-icon-nominal_power2:before {
    content: ""
}

.sg-icon-pm:before {
    content: ""
}

.sg-icon-procurement:before {
    content: ""
}

.sg-icon-profit:before {
    content: ""
}

.sg-icon-quality:before {
    content: ""
}

.sg-icon-realtime:before {
    content: ""
}

.sg-icon-revenue:before {
    content: ""
}

.sg-icon-sales:before {
    content: ""
}

.sg-icon-scale:before {
    content: ""
}

.sg-icon-securefile:before {
    content: ""
}

.sg-icon-supplychain:before {
    content: ""
}

.sg-icon-sustainability:before {
    content: ""
}

.sg-icon-tower:before {
    content: ""
}

.sg-icon-training:before {
    content: ""
}

.sg-icon-appaccess:before {
    content: ""
}

.sg-icon-shareprice_down:before {
    content: ""
}

.sg-icon-shareprice_up:before {
    content: ""
}

.sg-icon-swipen_mobile:before {
    content: ""
}

.sg-icon-youtube:before {
    content: ""
}

.sg-icon-twitter:before {
    content: ""
}

.sg-icon-linkedin:before {
    content: ""
}

.sg-icon-instagram:before {
    content: ""
}

.sg-icon-facebook:before {
    content: ""
}

.sg-icon-windenergy:before {
    content: ""
}

.sg-icon-service:before {
    content: ""
}

.sg-icon-onshore:before {
    content: ""
}

.sg-icon-offshore:before {
    content: ""
}

.sg-icon-wind_class:before {
    content: ""
}

.sg-icon-technology:before {
    content: ""
}

.sg-icon-rotor_diameter:before {
    content: ""
}

.sg-icon-nominal_power:before {
    content: ""
}

.sg-icon-hub_high:before {
    content: ""
}

.sg-icon-available_certificate:before {
    content: ""
}

.sg-icon-telefonnummer:before {
    content: ""
}

.sg-icon-sorting:before {
    content: ""
}

.sg-icon-service_benefits:before {
    content: ""
}

.sg-icon-search:before {
    content: ""
}

.sg-icon-plus:before {
    content: ""
}

.occupation {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.occupation .occupation_info {
    width: 100%;
    display: flex;
}

.occupation .occupation_info .left_txt {
    width: 40%;
    padding: 100px 70px;
    background: #f4f4f4;
}

.occupation .occupation_info .left_txt h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.occupation .occupation_info .left_txt h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 30px 0 0;
}

.occupation .occupation_info .left_txt p {
    margin: 20px 0 0;
    font-size: 14px;
}

.occupation .occupation_info .left_txt a {
    display: block;
    font-size: 14px;
    margin-top: 20px;
    font-weight: 500;
    color: #000;
}

.occupation .occupation_info .right_txt {
    width: 60%;
    padding: 100px 70px;
}

.occupation .occupation_info .right_txt .item {
    max-width: 550px;
    margin: 0 auto;
}

.occupation .occupation_info .right_txt h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 15px;
}

.occupation .occupation_info .right_txt h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 30px;
}

.occupation .occupation_info .right_txt p {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: normal;
}

.occupation .occupation_info .right_txt a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #000;
    font-weight: 500;
    font-size: 16px;
}

.tile_img {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0;
}

.tile_img .tile_imgwrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.tile_img .tile_imgwrapper .tile_imgwrapper_pagination {
    width: 100%;
    height: 36px;
}

.tile_img .tile_imgwrapper .tile_imgwrapper_pagination .item {
    width: 100%;
    height: 100%;
}

.tile_imgwrapper_pagination .item .tile_imgwrapper_pagination_wrapper {
    width: 110px;
    height: 100%;
    position: relative;
}

.tile_imgwrapper_pagination .item .tile_imgwrapper_pagination_wrapper .tile-arrow {
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    transition: color ease-in-out .15s;
    color: #321850;
    cursor: pointer;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
}

.tile_imgwrapper_pagination .item .tile_imgwrapper_pagination_wrapper .tile-arrow+.tile-arrow {
    margin-left: 40px;
}

.tile_imgwrapper_pagination .item .tile_imgwrapper_pagination_wrapper .tile-slider-pagination {
    height: 100%;
}

.tile_imgwrapper_pagination .item .tile_imgwrapper_pagination_wrapper .tile-slider-pagination li {
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    display: inline-block;
    position: absolute;
}

.tile_imgwrapper_pagination .item .tile_imgwrapper_pagination_wrapper .tile-slider-pagination li .h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
}

.tile_imgwrapper_pagination .item .tile_imgwrapper_pagination_wrapper .tile-slider-pagination li .u-caption {
    display: inline-block;
    color: #878787;
    font-size: 14px;
    line-height: 24px;
    margin-left: 5px;
    position: relative;
}

.tile_imgwrapper_pagination .item .tile_imgwrapper_pagination_wrapper .tile-slider-pagination li+li {
    margin-top: 0;
}

.tile_imgwrapper_pagination .item .tile_imgwrapper_pagination_wrapper .tile-slider-pagination li:not(.active) {
    display: none;
}

.tile_img .tile_imgwrapper .tile_img_slider {
    height: 100%;
    margin-top: 60px;
}

.tile_img .tile_imgwrapper .tile_img_slider .tile_item {
    width: 100%;
    padding: 0;
}

.tile_img .tile_imgwrapper .tile_img_slider .tile_item .tile_top {
    width: 100%;
}

.tile_img .tile_imgwrapper .tile_img_slider .tile_item .tile_top h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.tile_img .tile_imgwrapper .tile_img_slider .tile_item .tile_top h2 {
    font-size: 26px;
    font-weight: 500;
    margin: 30px 0 0;
}

.tile_img .tile_imgwrapper .tile_img_slider .tile_item .tile_item_info {
    width: 100%;
    display: flex;
    margin-top: 40px;
}

.tile_img .tile_imgwrapper .tile_img_slider .tile_item .tile_item_info .tile_item_text {
    width: 50%;
    padding: 0 100px;
}

.tile_img .tile_imgwrapper .tile_img_slider .tile_item .tile_item_info .tile_item_text p {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}

.tile_img .tile_imgwrapper .tile_img_slider .tile_item .tile_item_info .tile_item_text p+p {
    margin-top: 20px;
}

.tile_img .tile_imgwrapper .tile_img_slider .tile_item .tile_item_info .tile_item_text a {
    margin-top: 20px;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #321850;
    font-weight: 500;
    font-size: 16px;
    background: #321850;
    color: #fff;
}

.tile_img .tile_imgwrapper .tile_img_slider .tile_item .tile_item_info .tile_item_img {
    width: 50%;
}

.tile_img .tile_imgwrapper .tile_img_slider .tile_item .tile_item_info .tile_item_img img {
    width: 100%;
}

.interest {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 40px;
}

.interest .interest_top {
    width: 100%;
}

.interest .interest_top h2 {
    font-size: 26px;
    font-weight: 500;
    margin: 0;
}

.interest .interest_top .interest_item {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.interest .interest_top .interest_item .item {
    width: 30%;
}

.interest .interest_top .interest_item .item img {
    width: 100%;
}

.interest .interest_top .interest_item .item h4 {
    font-size: 16px;
    margin: 30px 0 0;
    font-weight: 500;
}

.interest .interest_top .interest_item .item h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0 0;
}

.interest .interest_top .interest_item .item p {
    margin: 30px 0 0;
    font-size: 16px;
    line-height: 28px;
}

.interest .interest_top .interest_item .item ul {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.interest .interest_top .interest_item .item ul li {
    width: 50%;
    margin-bottom: 10px;
}

.interest .interest_top .interest_item .item ul li b {
    margin-left: 10px;
    font-size: 16px;
}

.footer .ft_le img {
    width: 80%;
}

.footer .ft_ri {
    display: flex;
    align-items: center;
}

.footer .ft_ri h3 {
    width: 100%;
    text-align: center;
}

@media (min-width: 1280px) {
    .fixed-top .logo img {
        height: 70px;
    }
    .main_bg .main_tss {
        top: 100px;
        left: 100px;
    }
    .container .ma_batext .ma_title {
        font-size: 16px;
    }
    .container .ma_batext .ma_txt {
        font-size: 16px;
    }
    body .sub_banner .sub_img .sub_txt {
        top: 50px;
        left: 50px;
    }
    body .mj_title p {
        font-size: 20px;
    }
}

.pc_slide {
    width: 100%;
    height: 100%;
    display: block;
}

.mb_slide {
    display: none;
}

@media (max-width: 900px) {
	  #main-slide, #main-slide .swiper-container {
	  	  height: 400px;
	  }
    .mb_slide {
        width: 100%;
        height: 100%;
        display: block;
    }
    .mb_slide .bg-cover {
        width: 100%;
        height: 100%;
    }
    .pc_slide {
        display: none;
    }
    #main-slide .mb_slide .content {
        top: 100px;
        left: 20px;
        -webkit-text-stroke: 1px white;
    }
    #main-slide .mb_slide .content .desc2 {
        font-size: 18px;
        margin-top: 10px;
    }
    .home_slider {
        min-height: 870px;
        max-height: none;
    }
    .slick-slider .slick-list .slick-track .slick-item .slick_item_info {
        flex-wrap: wrap;
    }
    .slick-slider .slick-list .slick-track .slick-item .slick_item_info .slick_img {
        width: 100%;
        height: 35%;
        order: 1;
    }
    .slick-slider .slick-list .slick-track .slick-item .slick_item_info .slick_text {
        width: 100%;
        order: 2;
    }
    .slick-slider .slick-list .slick-track .slick-item .slick_item_info .slick_text .slick_txt {
        justify-content: flex-start;
        padding: 30px 20px;
        height: calc(100% - 375px);
    }
    .slick-slider .slick-list .slick-track .slick-item .slick_item_info .slick_text .slick_txt h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .slick-slider .slick-list .slick-track .slick-item .slick_item_info .slick_text .slick_txt p {
        font-size: 14px;
        line-height: 24px;
    }
    .home_slider .slick-slider-absolute-pagination {
        top: 35%;
        bottom: auto;
        margin-top: -70px;
        padding: 0;
    }
    .home_slider .slick-slider-absolute-pagination .item {
        width: 154px;
        max-width: none;
        margin: 0;
    }
    .slick-slider-pagination-wrapper {
        margin-left: 0;
    }
    .slick-slider .slick-list .slick-track .slick-item .slick_item_info .slick_text a {
        padding-left: 20px;
    }
    .main_news .news_info {
        flex-wrap: wrap;
    }
    .main_news .news_info .news_list {
        width: 100%;
        padding: 35px 20px;
    }
    .main_news .news_info .news_content {
        width: 100%;
        padding: 35px 20px;
    }
    .main_news .news_info .news_list .item h2 {
        font-size: 22px;
    }
    .main_news .news_info .news_list .item ul li a {
        font-size: 14px;
    }
    .main_news .news_info .news_content h2 {
        font-size: 24px;
    }
    .main_news .news_info .news_content p {
        font-size: 14px;
    }
    .main_sub {
        height: 510px;
    }
    .sub-slider .sub_item .sub_txt {
        padding: 35px 20px;
    }
    .sub-slider .sub_item .sub_txt .sub_text {
        padding: 0;
        margin-left: 0;
        max-width: none;
    }
    .sub-slider .sub_item .sub_txt .sub_text h2 {
        font-size: 22px;
    }
    .slick-slider-wrapper .sub_pagenation {
        bottom: 40px;
        padding: 0 20px;
    }
    .slick-slider-wrapper .sub_pagenation .info {
        padding: 0;
        margin: 0;
    }
    .slick-slider-wrapper .sub_pagenation .info .sub_tab .link_txt {
        display: none;
    }
    .slick-slider-wrapper .sub_pagenation .info .sub_tab+.sub_tab {
        margin-left: 20px;
    }
    .occupation .occupation_info {
        flex-wrap: wrap;
    }
    .occupation .occupation_info .left_txt {
        width: 100%;
        padding: 35px 20px;
    }
    .occupation .occupation_info .left_txt h2 {
        font-size: 22px;
    }
    .occupation .occupation_info .right_txt {
        width: 100%;
        padding: 35px 20px;
    }
    .occupation .occupation_info .right_txt h2 {
        font-size: 26px;
    }
    .occupation .occupation_info .right_txt p {
        font-size: 14px;
        line-height: 26px;
    }
    .tile_imgwrapper_pagination .item .tile_imgwrapper_pagination_wrapper {
        margin: 0 auto;
    }
    .tile_img .tile_imgwrapper .tile_img_slider .tile_item .tile_top h2 {
        font-size: 22px;
    }
    .tile_img .tile_imgwrapper .tile_img_slider .tile_item .tile_top {
        padding: 0 20px;
    }
    .tile_img .tile_imgwrapper .tile_img_slider .tile_item .tile_item_info {
        flex-wrap: wrap;
    }
    .tile_img .tile_imgwrapper .tile_img_slider .tile_item .tile_item_info .tile_item_img {
        width: 100%;
    }
    .tile_img .tile_imgwrapper .tile_img_slider .tile_item .tile_item_info .tile_item_text {
        width: 100%;
        padding: 35px 20px;
    }
    .tile_img .tile_imgwrapper .tile_img_slider .tile_item .tile_item_info .tile_item_text p {
        font-size: 14px;
        line-height: 26px;
    }
    .tile_img .tile_imgwrapper .tile_img_slider .tile_item .tile_item_info .tile_item_text a {
        width: 100%;
        text-align: center;
    }
    .interest .interest_top {
        padding: 0 20px;
    }
    .interest .interest_top h2 {
        font-size: 22px;
    }
    .interest .interest_top .interest_item {
        flex-wrap: wrap;
        gap: 20px;
    }
    .interest .interest_top .interest_item .item {
        width: 100%;
    }
    .interest .interest_top .interest_item .item h3 {
        font-size: 22px;
    }
    .interest .interest_top .interest_item .item p {
        margin: 20px 0 0;
        font-size: 14px;
    }
    .interest .interest_top .interest_item .item ul li b {
        font-size: 14px;
    }
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.4);
}

#memo_modal .modal-content .modal-header {
    border-bottom: 1px solid #365291;
    position: relative;
}

#memo_modal .modal-content .modal-header h2 {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: #365291
}

#memo_modal .modal-content .modal-header h2 img {
    height: 50px;
}

#memo_modal .modal-content .modal-header button {
    color: #000;
    text-shadow: none;
    font-size: 35px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.memo_content {
    width: 100%;
}

.memo_content .memo_top {
    width: 100%;
    position: relative;
}

.memo_content .memo_top ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.memo_content .memo_top ul li a {
    display: block;
    border: 1px solid transparent;
    padding: 15px 25px;
    text-align: center;
    color: #777;
    margin: 0 0 -1px;
}

.memo_content .memo_top ul li a.on {
    border: 1px solid #ddd;
    border-top: 3px solid #365291;
    border-bottom: 1px solid #fff;
    color: #333;
}

.memo_content .memo_top .sub_a {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 10px;
    color: #666;
}

.memo_content .memo_table {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

.memo_content .memo_table table {
    width: 100%;
}

.memo_content .memo_table table tr {
    line-height: 32px;
    font-weight: 600;
}

.memo_content .memo_table table th {
    padding: 5px;
    text-align: center;
    background: #f7f7f7;
    color: #000;
    font-size: 14px;
}

.memo_content .memo_table table td {
    padding: 5px;
    background: #fff;
    color: #333;
    font-size: 13px;
    border-bottom: 1px solid #eaeaea;
}

.memo_content .memo_table table td a {
    color: #333;
}

.memo_content .memo_table table td.date {
    width: 20%;
    text-align: center;
}

.memo_content .memo_table table td .cards {
    width: 100%;
    font-size: 13px;
    margin-bottom: 10px;
    border: 1px solid #365291;
}

.memo_content .memo_table table td .cards .card_body {
    background: #f7f7f7;
    color: #333;
    padding: 20px;
}

.memo_content .memo_table table td .cards .card_body p {
    margin-bottom: 5px;
}

.memo_content .memo_table table td .cards .card_body .card_body_title {
    margin-top: 10px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0;
}

.memo_content .memo_input_table {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

.memo_content .memo_input_table table {
    width: 100%;
}

.memo_content .memo_input_table table th {
    width: 35%;
    padding: 7px 5px;
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.memo_content .memo_input_table table td {
    width: 65%;
    padding: 7px 5px;
    border-bottom: 1px solid #ddd;
}

.memo_content .memo_input_table table td input {
    width: 100%;
    height: 40px;
    padding: 0 5px;
}

.memo_content .memo_input_table table td textarea {
    width: 100%;
    height: 150px;
    padding: 0 5px;
}

.memo_content .memo_input_table .memo_btn {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.memo_content .memo_input_table .memo_btn button {
    width: 49%;
    height: 40px;
    background: #fff;
    color: #000;
    font-size: 13px;
    border: 1px solid #365291;
}

.main_market {
    width: 100%;
    position: relative;
}

.main_market .main_market_info {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.main_market .main_market_info h4 {
    font-size: 14px;
}

.main_market .main_market_info h2 {
    font-size: 24px;
    font-weight: bold;
}

.main_market .main_market_info .main_market_info_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.main_market .main_market_info .main_market_info_content .item {
    width: 30%;
    padding: 40px;
    border: 1px solid #eaeaea;
    border-radius: 12px;
}

.main_market .main_market_info .main_market_info_content .item h5 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.main_market .main_market_info .main_market_info_content .item p {
    margin-bottom: 0;
    font-size: 14px;
}

.main_market .main_market_sub {
    width: 100%;
    max-width: 1400px;
    margin: 40px auto 0;
}

.main_market .main_market_sub h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.main_market .main_market_sub p {
    font-size: 14px;
    margin-bottom: 0;
    max-width: 800px;
}

.main_group {
    width: 100%;
    background: #1f3374;
    padding: 70px 0;
}

.main_group .main_group_info {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.main_group .main_group_info .item {
    margin-bottom: 20px;
}

.main_group .main_group_info .item h2 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.main_group .main_group_info .items {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main_group .main_group_info .items p {
    font-size: 14px;
    max-width: 600px;
    color: #fff;
    margin: 0;
}

.main_group .main_group_info .items a {
    display: block;
    padding: 10px 20px;
    width: 140px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
}

.main_fomc {
    width: 100%;
}

.main_fomc .main_fomc_info {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.main_fomc .main_fomc_info .title {
    width: 100%;
    margin-bottom: 30px;
}

.main_fomc .main_fomc_info .title h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.main_fomc .main_fomc_info .title p {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.main_fomc .main_fomc_info .content {
    width: 100%;
    display: flex;
    align-items: center;
    background: #F1F5F7;
}

.main_fomc .main_fomc_info .content .item_img {
    width: 40%;
}

.main_fomc .main_fomc_info .content .item_img img {
    width: 100%;
}

.main_fomc .main_fomc_info .content .item_txt {
    width: 60%;
    text-align: center;
}

.main_fomc .main_fomc_info .content .item_txt h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.main_fomc .main_fomc_info .content .item_txt p {
    font-size: 16px;
    margin-bottom: 20px;
}

.main_fomc .main_fomc_info .content .item_txt a {
    display: inline-block;
    padding: 5px 30px;
    border: 1px solid #006eb6;
    color: #fff;
    background: #006eb6;
    box-shadow: 0 0.0625rem 0.125rem 0 rgba(60, 64, 67, .3), 0 0.125rem 0.375rem 0.125rem rgba(60, 64, 67, .15);
    border-radius: 7px;
}

.ft_content {
    background: #fff;
    padding: 50px;
    max-width: 100%;
}

.ft_content .ft_row {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.ft_content .ft_box {
    position: relative;
    color: #000;
}

.ft_content .ft_box .ft_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .14);
}

.ft_content .ft_box .ft_top .ft_logo img {
    height: 70px;
}

.ft_content .ft_box .ft_top .ft_menu {
    display: flex;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
}

.ft_content .ft_box .ft_top .ft_menu .ft_item {
    min-width: 120px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
    flex-direction: column;
}

.ft_content .ft_box .ft_top .ft_menu .ft_item:last-child {
    margin-right: 0;
}

.ft_content .ft_box .ft_top .ft_menu .ft_item h2 {
    font-size: 16px;
}

.ft_content .ft_box .ft_top .ft_menu .ft_item a {
    font-size: 12px;
    color: rgba(0, 0, 0, .5);
}

.ft_content .ft_box .ft_middle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .14);
}

.ft_content .ft_box .ft_middle .ft_copylight {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: column;
    display: flex;
}

.ft_content .ft_box .ft_middle .ft_copylight p {
    color: rgba(0, 0, 0, .7);
    font-size: 12px;
    font-weight: 400;
}

.ft_content .ft_box .ft_middle .ft_app {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: column;
    display: flex;
}

.ft_content .ft_box .ft_middle .ft_app a {
    height: 64px;
    min-width: 240px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #fff;
    text-align: center;
    border: 3px solid #1e67c6;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 4px 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    transition: color .2s, border-color .2s;
    display: flex;
    background: #009688;
}

.ft_content .ft_box .ft_middle .ft_app a:hover {
    color: #fff;
    border-color: #000;
}

.ft_content .ft_box .ft_middle .ft_app a img {
    width: 32px;
    height: 32px;
}

.ft_content .ft_box .ft_middle .ft_app a div span {
    font-size: 12px;
    line-height: 18px;
}

.ft_content .ft_box .ft_bottom {
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.ft_content .ft_box .ft_bottom ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ft_content .ft_box .ft_bottom ul li img {
    height: 48px;
}

.ft_content .ft_box .ft_bottom:after {
    clear: both;
    width: 0;
    display: block;
}

.ft_content .ft_box .ft_bottom p {
    color: rgba(0, 0, 0, .7);
}

.ft_content .ft_box .ft_bottom .ft_left {
    float: left;
}

body.dark .ft_content .ft_box .ft_bottom .ft_left {
    color: #000;
}

.logo_black {
    display: block;
    margin: 0 auto;
}

body.dark .logo_black {
    display: none;
}

.logo_white {
    display: none;
}

body.dark .logo_white {
    display: block;
    margin: 0 auto;
}

.pc_banner {
    display: none;
}

.tablet_banner {
    display: block;
}

.mobile_banner {
    display: none;
}

.pc_middle_banner {
    display: none;
}

.tablet_middle_banner {
    display: block;
}

.mobile_middle_banner {
    display: none;
}

.siteb_pc {
    display: none;
}

.siteb_tablet {
    display: block;
}

.siteb_mobile {
    display: none;
}

.head_submenu {
    width: 100%;
}

.head_submenu .submenu_ul {
    width: 100%;
    margin: 0;
    display: flex;
    height: 60px;
}

.head_submenu .submenu_ul .submenu_li {
    position: relative;
    width: 25%;
}

.head_submenu .submenu_ul .submenu_li .submenu_a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

@media (min-width: 1280px) {
    .pc_banner {
        display: block;
    }
    .tablet_banner {
        display: none;
    }
    .mobile_banner {
        display: none;
    }
    .pc_middle_banner {
        display: block;
    }
    .tablet_middle_banner {
        display: none;
    }
    .mobile_middle_banner {
        display: none;
    }
    .siteb_pc {
        display: block;
    }
    .siteb_tablet {
        display: none;
    }
    .siteb_mobile {
        display: none;
    }
}

@media (max-width: 900px) {
    .pc_banner {
        display: none;
    }
    .tablet_banner {
        display: none;
    }
    .mobile_banner {
        display: block;
    }
    .pc_middle_banner {
        display: none;
    }
    .tablet_middle_banner {
        display: none;
    }
    .mobile_middle_banner {
        display: block;
        text-align: center;
    }
    .sub_banner .sub_img .sub_iimg img {
        width: 100%;
    }
    .mobile_middle_banner h2 {
        font-size: 18px;
        text-align: center;
        margin: 20px 0 10px;
        font-weight: bold;
        color: #fff;
    }
    .mobile_middle_banner p {
        font-size: 12px;
        text-align: center;
        color: #fff;
    }
    .siteb_mobile {
        display: block;
    }
    .siteb_tablet {
        display: none;
    }
    .siteb_pc {
        display: none;
    }
    .fixed-top {
        padding: 0;
    }
    .navbar .navbar_cont .navcont_info {
        padding: 0 10px;
    }
    .head_submenu {
        padding: 0 10px;
    }
    .head_submenu .submenu_ul {
        height: 42px;
    }
    .head_submenu .submenu_ul .submenu_li .submenu_a {
        font-size: 14px;
    }
    .nab_box .nab_top {
        width: 34%;
    }
    .nab_box .nab_top .navbar-brand {
        padding: 0;
        margin: 0;
    }
    .nab_box .nab_top .navbar-brand img {
        height: 46px;
    }
    .nab_box .nabb_sub {
        width: 66%;
    }
    .navbar-expand-lg .navbar-toggler {
        position: static;
    }
    .nab_box .mb_visit {
        width: 47%;
    }
    .nab_box .mb_visit p {
        font-size: 10px;
    }
    .nab_box .nabs_botop .botop_su {
        padding: 0;
    }
    .fixed-top .navbar-collapse .nav-item .nav-link {
        color: #000;
    }
    .nab_box .nav_info .nav-item .nav_item_div {
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }
    .nab_box .nav_info .nav-item .nav_item_div a .nav_item_div_box {
        width: 100%;
        padding: 20px;
    }
    .nab_box .nav_info .nav-item .nav_item_div a .nav_item_div_box h2 {
        font-size: 14px;
    }
    .nab_box .nav_info .nav-item .nav_item_div a .nav_item_div_box p {
        font-size: 10px;
    }
    .mba_ssdiv2:after {
        clear: both;
        display: block;
        content: "";
    }
    .main_bg {
        height: 90vh;
        object-fit: cover;
    }
    .main_bg .main_box {
        width: 100%;
    }
    .main_bg .main_box .main_txt {
        padding: 20px;
    }
    .main_bg .main_box .main_txt h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .main_bg .main_box .main_txt p {
        font-size: 12px;
    }
    .main_bg .main_box .main_bo_txt {
        padding: 0 20px;
    }
    .main_bg .main_box .main_bo_txt li {
        width: 50%;
        min-width: 0;
        height: 120px;
        padding: 20px 10px;
    }
    .main_bg .main_box .main_bo_txt li p {
        font-size: 14px;
        line-height: 10px;
    }
    .main_bg .main_box .main_bo_txt li h4 {
        font-size: 10px;
        line-height: 10px;
    }
    .main_bg .main_box .main_bo_txt li h2 {
        font-size: 18px;
        line-height: 22px;
    }
    .main_bg .main_box .main_bo_txt li h5 {
        font-size: 10px;
        line-height: 10px;
    }
    .top_cts {
        padding-top: 20px;
    }
    .top_cts .cts_inner {
        justify-content: center;
        padding: 0 20px;
    }
    .top_cts .cts_inner .visual_wrap {
        width: 100%;
        height: 80vw;
        order: 2;
    }
    .top_cts .cts_inner .visual_wrap .visual_banner {
        height: 100%;
    }
    .top_cts .cts_inner .visual_wrap .visual_banner .visual-slider {
        height: calc(100% - 50px);
    }
    .top_cts .cts_inner .main_quickmenu {
        width: 100%;
        order: 1;
        padding-left: 0;
    }
    .top_cts .cts_inner .main_quickmenu h2 {
        font-size: 24px;
        padding-top: 10px;
        line-height: 1.5;
        text-align: center;
    }
    .top_cts .board_wrap {
        margin-top: 30px;
        position: relative;
        background: #ecf2f5;
        padding: 20px 10px;
    }
    .top_cts .board_wrap:before {
        display: none;
    }
    .top_cts .board_wrap .bw_inner {
        gap: 5px;
        flex-wrap: wrap;
    }
    .top_cts .board_wrap .bw_inner .item {
        width: calc(50% - 5px);
        margin-top: 0;
        height: 200px;
    }
    .top_cts .board_wrap .bw_inner .item:last-child {
        width: 100%;
    }
    .top_cts .board_wrap .bw_inner .item img {
        height: 100%;
    }
    .contents02 {
        position: relative;
        max-height: 780px;
        min-height: 470px;
        height: 111vw;
        padding: 60px 0 60px 15px;
        margin-top: 0px;
    }
    .contents02 .flt_clr {
        flex-wrap: wrap;
    }
    .contents02 .flt_clr .tit_box {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
        text-align: center;
        max-width: none;
        padding-right: 15px;
    }
    .contents02 .flt_clr .tit_box .tit {
        font-size: 25px;
        line-height: 1;
    }
    .contents02 .flt_clr .tit_box .tit br {
        display: none;
    }
    .contents02 .flt_clr .tit_box .sub_tit {
        font-size: 13px;
    }
    .contents02 .flt_clr .tit_box .btn_box {
        margin-top: 15px;
    }
    .contents02 .flt_clr .tit_box .btn_box .btn {
        width: 30px;
        height: 30px;
    }
    .contents02 .flt_clr .product_list {
        width: 100%;
        margin-left: 0;
    }
    .contents02 .flt_clr .product_list .swiper-container2 {
        padding-top: 15px;
    }
    .contents02 .flt_clr .product_list .swiper-container2 li {
        width: 33%;
        max-width: 360px;
        margin-bottom: 10px;
    }
    .contents02 .flt_clr .product_list .swiper-container2 li.active .product {
        transform: translateY(-15px);
    }
    .contents02 .flt_clr .product_list .swiper-container2 .product {
        margin-bottom: 10px;
    }
    .contents02 .flt_clr .product_list .swiper-container2 .product .img_box {}
    .contents02 .flt_clr .product_list .swiper-container2 .product .img_box img {
        height: 170px;
    }
    .contents02 .flt_clr .product_list .swiper-container2 .product .info_box {
        padding: 0 10px;
    }
    .contents02 .flt_clr .product_list .swiper-container2 .product .info_box h2 {
        font-size: 20px;
    }
    .contents02 .flt_clr .product_list .swiper-container2 .product .info_box p {
        margin-top: 10px;
        font-size: 10px;
    }
    .contents02 .flt_clr .product_list .swiper-container2 .product .info_box .btn_box {
        margin-top: 30px;
        font-size: 12px;
    }
    .contents02 .flt_clr .product_list .swiper-container2 .product .info_box .btn_box a {
        padding: 0 5px;
        height: 30px;
        line-height: 30px;
        font-size: 11px;
        border: 1px solid #fff;
    }
    .contents02 .flt_clr .product_list .swiper-container2 .product .info_box .btn_box a i {
        margin-left: 5px;
    }
    .contents02 .flt_clr .product_list .swiper-container2 .product .info_box .btn_box a img {
        width: 6px;
        height: 9px;
    }
    .contents02 .flt_clr .product_list .swiper-container2 li .sub_t {
        font-size: 17px;
        line-height: 1.7;
    }
    .contents02 .flt_clr .product_list .swiper-container2 li .more_box a {
        font-size: 12px;
    }
    .contents02 .flt_clr .product_list .swiper-container2 li .more_box a i {
        margin-left: 10px;
    }
    .contents02 .flt_clr .product_list .swiper-container2 li .more_box a i img {
        width: 18px;
        height: 6px;
    }
    .btm_cts {
        position: relative;
    }
    .btm_cts .cts_inner {
        padding: 0;
    }
    .btm_cts .cts_inner .business_wrap {
        height: 500px;
        padding: 0;
    }
    .btm_cts .cts_inner .business_wrap .business_paging {
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        width: 100%;
        justify-content: center;
    }
    .btm_cts .cts_inner .business_slide {
        height: 100%;
    }
    .btm_cts .cts_inner .business_slide .slick-list {
        height: 100%;
    }
    .btm_cts .cts_inner .business_slide .slick-list .slick-track {
        height: 100%;
    }
    .btm_cts .cts_inner .business_wrap .domestic {
        padding-left: 0;
    }
    .btm_cts .cts_inner .business_wrap .domestic .inner {
        height: 490px;
        padding: 0;
        background-size: contain;
        background-position: bottom;
    }
    .btm_cts .cts_inner .business_wrap .overseas .overseas_tit {
        gap: 20px;
        top: 90px;
        position: relative;
    }
    .btm_cts .cts_inner .business_wrap .overseas .overseas_tit span {
        font-size: 12px;
    }
    .btm_cts .cts_inner .business_wrap .text_info {
        top: 80px;
        text-align: center;
        z-index: 1;
        font-size: 17px;
    }
    .btm_cts .cts_inner .business_wrap .more {
        bottom: 30px;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .btm_cts .cts_inner .business_wrap .overseas {
        padding-left: 0;
        padding-right: 0;
    }
    .btm_cts .cts_inner .business_wrap .overseas .inner {
        height: 490px;
        background: url("../../../img/eco/overseas_busi_bg3.png") center no-repeat;
        background-size: contain;
    }
    .btm_cts .cts_inner .business_wrap .control {
        display: none;
    }
    .btm_cts .cts_inner .info_center_wrap {
        padding: 30px 20px;
        height: 295px;
    }
    .btm_cts .cts_inner .info_center_wrap .info_center .info_cts {
        justify-content: center;
    }
    .btm_cts .cts_inner .info_center_wrap .info_center .info_cts .current .txt {
        text-align: center;
    }
    .btm_cts .cts_inner .info_center_wrap .info_center .info_cts .current ul {
        flex-wrap: wrap;
        margin-top: 28px;
    }
    .btm_cts .cts_inner .info_center_wrap .info_center .info_cts .current ul li {
        width: calc((100% - 20px) / 2);
    }
    .main_market {
        padding: 0 20px;
    }
    .main_market .main_market_info h2 {
        font-size: 18px;
        width: 80%;
    }
    .main_market .main_market_info .main_market_info_content {
        flex-wrap: wrap;
    }
    .main_market .main_market_info .main_market_info_content .item {
        width: 100%;
        margin-bottom: 20px;
        padding: 30px 20px;
    }
    .main_market .main_market_sub h2 {
        font-size: 16px;
    }
    .main_group {
        padding: 70px 20px;
    }
    .main_group .main_group_info .items p {
        margin-bottom: 20px;
    }
    .main_group .main_group_info .items {
        flex-wrap: wrap;
    }
    .main_fomc {
        padding: 0 20px;
    }
    .main_fomc .main_fomc_info .title h2 {
        font-size: 18px;
    }
    .main_fomc .main_fomc_info .title p {
        font-size: 14px;
    }
    .main_fomc .main_fomc_info .content {
        flex-wrap: wrap;
    }
    .main_fomc .main_fomc_info .content .item_img {
        width: 100%;
    }
    .main_fomc .main_fomc_info .content .item_txt {
        width: 100%;
        padding: 30px 20px;
    }
    .main_fomc .main_fomc_info .content .item_txt h2 {
        font-size: 18px;
    }
    .main_fomc .main_fomc_info .content .item_txt p {
        font-size: 14px;
    }
    .ft_content {
        padding: 30px 20px;
    }
    .ft_content .ft_row {
        margin: 0;
        padding: 0;
    }
    .ft_content .ft_row .ft_box {
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
    }
    .ft_content .ft_box .ft_top {
        flex-wrap: wrap;
    }
    .ft_content .ft_box .ft_top .ft_logo {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .ft_content .ft_box .ft_top .ft_menu {
        flex-wrap: wrap;
        grid-column-gap: 0;
        grid-row-gap: 20px;
    }
    .ft_content .ft_box .ft_top .ft_menu .ft_item {
        width: 50%;
        text-align: center;
    }
    .ft_content .ft_box .ft_middle {
        flex-wrap: wrap;
        grid-row-gap: 20px;
    }
    .ft_content .ft_box .ft_middle .ft_copylight {
        width: 100%;
    }
    .ft_content .ft_box .ft_middle .ft_app {
        width: 100%;
    }
    .ft_content .ft_box .ft_middle .ft_app a {
        height: 48px;
        font-size: 14px;
        grid-column-gap: 5px;
        grid-row-gap: 5px;
    }
    .ft_content .ft_box .ft_middle .ft_app a img {
        width: 20px;
        height: 20px;
    }
    .ft_content .ft_box .ft_middle .ft_app a div span {
        font-size: 10px;
    }
    .ft_content .ft_box .ft_bottom ul {
        flex-wrap: wrap;
        grid-column-gap: 10px;
        grid-row-gap: 20px;
    }
    .ft_content .ft_box .ft_bottom ul li img {
        height: 27px;
    }
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-first {
    padding: 50px 0px 50px 20px;
    background: #4c4f6f;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    border-top: 3px solid #313450;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.carousel-item a {
    color: #fff;
}

/* 네비게이션 수정 */

.dropdown-menu {
    border-radius: 0px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 7px 15px;
    clear: both;
    font-weight: 400;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover {
    background: #f5f5f5;
}

.color-gray {
    color: #666
}

.color-red {
    color: #ff0000
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
}

.f19 {
    font-size: 19px;
}

.f20 {
    font-size: 20px;
}

/* pages */

.info-2 i {
    font-size: 20px;
}

table th,
table td {
    font-family: 'S-CoreDream-4Regular';
    font-size: 14px;
}

#bo_v_sns li span {
    display: none;
}

#bo_v_sns {
    display: none;
    position: absolute;
    top: -50px;
    right: 0px;
    margin-left: -90px;
    width: 180px;
    padding: 0;
    list-style: none;
    zoom: 1
}

.dropdown-menu {
    background: #fff;
}

body.dark .dropdown-menu {
    background: #272727;
}

.dropdown-menu .dropdown-item {
    color: #000;
    padding: 10px 20px;
    text-align: center;
}

body.dark .dropdown-menu .dropdown-item {
    color: #fff;
}

.dropdown-menu .dropdown-item:hover {
    background: #fff;
}

body.dark .dropdown-menu .dropdown-item:hover {
    background: #373737;
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        min-width: 0;
        width: 100%;
    }
    .dropdown-menu .dropdown-item {
        text-align: center;
    }
}

#kakao {
    position: fixed;
    bottom: 120px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 90;
    border-radius: 50%;
}

#kakao img {
    width: 100%;
}

#star {
    position: fixed;
    bottom: 70px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 90;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
}

#star img {
    width: 100%;
}

.img_light {
    display: none;
}

body.dark .img_light {
    display: block;
}

body.dark .img_dark {
    display: none;
}