:root {
    --wc: #fff;
    --bc: #111;
    --mc: #C29949;
    --gc: #999;
    --nc: #001D3F;
}

.tit_wrap {
    margin: 0 auto 65px auto;
}

.tit_wrap span {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: 0 0 24px 0;
}

.tit_wrap h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    color: var(--bc);
}

.a_btn {
    display: inline-block;
    color: var(--nc);
    font-size: 18px;
    font-weight: 600;
}

.a_btn::after {
    content: "\e5cc";
    font-family: "Material Symbols Outlined";
    vertical-align: middle;
    margin: 0 0 0 18px;
    font-size: 24px;
    font-weight: 400;
}

@media (max-width:768px) {

    .sec {
        padding: 30px 0;
    }

    .tit_wrap {
        margin: 0 auto 24px auto;
    }

    .tit_wrap span {
        font-family: 'Montserrat', sans-serif;
        color: var(--mc);
        font-size: 12px;
        font-weight: 600;
        display: block;
        margin: 0;
    }

    .tit_wrap h2 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
    }


    .a_btn {
        display: inline-block;
        color: var(--nc);
        font-size: 14px;
        font-weight: 600;

        width: 100%;
        text-align: center;
    }

    .a_btn::after {
        content: "\e5cc";
        font-family: "Material Symbols Outlined";
        vertical-align: middle;
        margin: 0 0 0 4px;
        font-size: 20px;
        font-weight: 400;
    }

}

.site_pop .nb h3 {
    font-weight: 600;
    font-size: 22px;
}


/* Header */
.Header .header_wrap {
    position: fixed;
    top: 0px;
    left: 0%;
    right: 0%;
    height: 100px;
    overflow: hidden;
    color: var(--wc);
    background-color: rgba(0, 0, 0, 0.7);
    ;
    display: flex;
    justify-content: space-between;

    z-index: 999;
}

html.not-scroll-top-0 .header_wrap {
    top: 0;
    left: 0;
    right: 0;

    background-color: var(--wc);
    color: var(--bc);
    border-radius: 0;
}

.header_wrap:hover {
    height: 550px;

    background-color: rgba(0, 0, 0, 0.7);
}

.Header .logo {
    display: block;
    line-height: 100px;
    padding-left: 300px;
    width: 88%;
}

html.not-scroll-top-0 .logo img {
    content: url(../images/color_logo.png);
}

.Header .gnb>.nb {
    display: flex;
    padding-left: 300px;
}

.Header .gnb>.nb>li {
    position: relative;
}

.Header .gnb>.nb>li>a {
    display: block;
    line-height: 100px;
    font-size: 20px;
    padding: 0 40px;
    text-align: center;
}

.Header .gnb>.nb ul {
    padding-top: 20px;
    height: 400px;
    padding: 27px;
}

.Header .gnb>.nb .line {
    border-right: 1px solid #5b5b5b;
}

.Header .gnb .prodct-cate-wrap {
    padding-left: 20px;
}

.Header .gnb>.nb ul h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 5px;
    text-align: center;
    border-top: 1px solid #3f3f3f;
    padding-top: 12px;
}




.Header .gnb>.nb ul>li>a {
    display: block;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    padding: 9px 0;
    color: #fff;
    transition: all .2s;
}
.Header .gnb>.nb ul>li>a:hover{color: #5bacee;}

.Header .gnb>.nb ul>li>.prodct-cate {
    text-align: center;
    line-height: 19px;
    font-size: 15px;
    padding: 6px;
    transition: all .2s;
}
.Header .gnb>.nb ul>li>.prodct-cate:hover{color: #5bacee;}

.sub-menu-bar-bg::after {
    content: "";
    position: absolute;
    top: 400px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

html.not-scroll-top-0 .sub-menu-bar-bg::after {
    border-top: 1px solid #eee;
}

/* ham */
.Header .all__nb {
    padding-right: 300px;
    line-height: 100px;
    display: flex;
    align-items: baseline;

}

.Header .all__nb .lang_area {
    display: flex;
    gap: 30px;
    height: 100px;
    padding-right: 25px;
}

.Header .all__nb .lang_area li {
    position: relative;
}

/* .Header .all__nb .lang_area li~li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translate(0, -50%);
    width: 1px;
    height: 12px;
    background: var(--wc);
} */


html.not-scroll-top-0 .all__nb .lang_area li~li::after {
    background: #666;
}

.Header .all__nb .abtn {
    position: relative;
    width: 26px;
    height: 18px;

    /* z-index: 1000; */
}

.Header .all__nb span {
    font-size: 0;
}

.Header .all__nb .abtn::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 2px;
    background: var(--wc);
}

html.not-scroll-top-0 .all__nb .abtn::before {
    background: var(--bc);
}

.Header .all__nb .abtn::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 2px;
    background: var(--wc);
}

html.not-scroll-top-0 .all__nb .abtn::after {
    background: var(--bc);
}

.Header .all__nb span::after {
    content: "";
    position: absolute;
    inset: 50% 0 auto 0;
    height: 2px;
    background: var(--wc);
    transform: translate(0, -50%);
}

html.not-scroll-top-0 .all__nb span::after {
    background: var(--bc);
}

/* site map (pop_up) */
.site_pop {
    display: none;

    position: fixed;
    z-index: 1000;
    width: 100vw;
    height: 100vh;

    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(30px);
    color: var(--wc);
}

.site_pop .nb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;

    text-align: center;
    gap: 30px;
}

.site_pop .nb>* {
    flex: 1;
}

.site_pop .nb>li>a {
    font-size: 28px;
    line-height: 83px;
    margin-bottom: 20px;
    font-weight: 600;
    display: block;

    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.site_pop .nb ul>li>a {
    font-size: 18px;
    line-height: 26px;
    display: block;
    font-weight: 300;
    margin: 10px 0;
}

.pop-esc {
    position: absolute;
    top: 100px;
    right: 100px;
}

.pop-esc i {
    font-size: 30px;
    font-weight: 700;
}

@media (max-width:768px) {

    /* Header -m */
    .Header .header_wrap {
        position: fixed;
        top: 0px;
        left: 0%;
        right: 0%;
        height: 53px;

        overflow: hidden;

        color: var(--wc);
        display: flex;
        justify-content: space-between;

        z-index: 999;

        align-items: center;
    }

    html.not-scroll-top-0 .header_wrap {
        top: 0;
        left: 0;
        right: 0;

        background-color: var(--wc);
        color: var(--bc);
        border-radius: 0;
    }

    .header_wrap:hover {
        /* height: 250px;
        background-color: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(10px); */

    }

    .Header .logo {
        display: block;
        line-height: 60px;
        padding-left: 18px;
        width: 170px;
    }

    /* r */
    .Header .logo img {
        width: 50%;
    }

    html.not-scroll-top-0 .logo img {
        content: url(../images/color_logo.png);
    }

    .Header .gnb>.nb {
        display: flex;

        display: none;
    }

    .Header .gnb>.nb>li {
        position: relative;
    }

    .Header .gnb>.nb>li>a {
        display: block;
        line-height: 80px;
        font-size: 20px;
        padding: 0 50px;
    }

    .Header .gnb>.nb ul {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .Header .gnb>.nb ul>li>a {
        display: block;
        font-size: 16px;
        line-height: 32px;
        text-align: center;
    }

    .sub-menu-bar-bg::after {
        content: "";
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;

        /* background-color: green; */
    }

    html.not-scroll-top-0 .sub-menu-bar-bg::after {
        border-top: 1px solid #eee;
    }

    /* ham */
    .Header .all__nb {
        padding-right: 18px;
        /* line-height: 60px; */
        line-height: 59px;
        padding-left: 0px;
    }

    .Header .all__nb .lang_area {
        display: none
    }

    .Header .all__nb .lang_area li {
        position: relative;
    }

    .Header .all__nb .lang_area li a {
        font-size: 14px;
    }

    .Header .all__nb .lang_area li~li::after {
        content: "";
        position: absolute;
        top: 50%;
        left: -15px;
        transform: translate(0, -50%);
        width: 1px;
        height: 12px;
        background: var(--wc);
    }


    html.not-scroll-top-0 .all__nb .lang_area li~li::after {
        background: #666;
    }

    .Header .all__nb .abtn {
        position: relative;
        width: 26px;
        height: 18px;

        /* z-index: 1000; */
    }

    .Header .all__nb span {
        font-size: 0;
    }

    .Header .all__nb .abtn::before {
        content: "";
        position: absolute;
        inset: 0 0 auto 0;
        height: 2px;
        background: var(--wc);
    }

    html.not-scroll-top-0 .all__nb .abtn::before {
        background: var(--bc);
    }

    .Header .all__nb .abtn::after {
        content: "";
        position: absolute;
        inset: auto 0 0 0;
        height: 2px;
        background: var(--wc);
    }

    html.not-scroll-top-0 .all__nb .abtn::after {
        background: var(--bc);
    }

    .Header .all__nb span::after {
        content: "";
        position: absolute;
        inset: 50% 0 auto 0;
        height: 2px;
        background: var(--wc);
        transform: translate(0, -50%);
    }

    html.not-scroll-top-0 .all__nb span::after {
        background: var(--bc);
    }

    /* site map (pop_up) */

    /* r */
    .site_pop .nb>li>ul {
        display: none;
    }

    .site_pop {
        display: none;

        position: fixed;
        z-index: 1000;
        width: 100vw;
        height: 100vh;

        background-color: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(30px);
        color: var(--wc);
    }

    .site_pop .nb {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;

        text-align: center;
        gap: 0;

        flex-direction: column;
    }

    .site_pop .nb>* {
        flex: 1;
    }

    .site_pop .nb>li>a {
        font-size: 20px;
        line-height: 50px;
        margin-bottom: 10px;
        font-weight: 600;
        display: block;

        border-bottom: 1px solid rgba(255, 255, 255, .06);
    }

    .site_pop .nb ul>li>a {
        font-size: 13px;
        line-height: 17px;
        display: block;
        font-weight: 300;
        margin: 4px 0;
    }

    .pop-esc {
        position: absolute;
        top: 30px;
        right: 30px;
    }

    .pop-esc i {
        font-size: 28px;
        font-weight: 500;
    }
}

/* main */
/* main_visual */
.main_visual {

    position: relative;
    overflow: hidden;
}

.main_visual .itm01 {
    height: 100vh;
    background:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('../images/main_bg_01.jpg') center/cover no-repeat;
}

.main_visual .itm02 {
    height: 100vh;
    background: url(../images/main_bg_02.jpg) no-repeat center center/cover;
}

.main_visual .itm03 {
    height: 100vh;
    background: url(../images/main_bg_03.jpg) no-repeat right center/cover;
}

.main_visual .slogan {
    color: var(--wc);

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.main_visual .slogan strong {
    font-size: 37px;
    font-weight: 400;
    display: block;
    margin: 0 0 20px 0;
    line-height: 47px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), -2px -2px 5px rgba(0, 0, 0, 0.2), 2px -2px 5px rgba(0, 0, 0, 0.2), -2px 2px 5px rgba(0, 0, 0, 0.2);
}

.main_visual .slogan h2 {
    font-size: 70px;
    line-height: 62px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2),
        -2px -2px 5px rgba(0, 0, 0, 0.2),
        2px -2px 5px rgba(0, 0, 0, 0.2),
        -2px 2px 5px rgba(0, 0, 0, 0.2)
}

/* pagination */
/* .main_visual .pag_box {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;

    color: var(--wc);
    display: flex;
    align-items: center;
}

.main_visual .pag_box .p_menu {
    position: absolute;
    display: flex;
}

.main_visual .pag_box .p_menu li {
    position: relative;
    width: 100px;
    height: 30px;
}

.main_visual .pag_box .p_menu li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, 0.3);
}

.main_visual .pag_box .p_menu li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: rgba(255, 255, 255, 1);
}

.main_visual .pag_box .p_menu li.on::after {
    width: 100%;

    transition: 4s;
}

.main_visual .pag_box .p_menu li a {
    display: block;
    color: rgba(255, 255, 255, 0.4);

    font-family: 'Montserrat', sans-serif;
}

.main_visual .pag_box .p_menu li.on a {
    color: rgba(255, 255, 255, 1);
} */


.pagination_box {
    position: absolute;
    top: 70%;
    left: 31.2%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    font-family: "Montserrat", sans-serif;
}

.pagination {
    font-size: 24px;
    font-weight: 400;
    margin-right: 30px;
}

.progress-bar {
    width: 380px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.progress-bar .progress {
    display: block;
    width: 0%;
    height: 2px;
    background: #fff;
    transition: width 0.5s ease;
}

.progress.animate {
    animation: fillProgress 5s linear forwards;
}

@keyframes fillProgress {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.arrows {
    display: flex;
    gap: 12px;
    margin-left: 30px;
}

.arrows button {
    border: none;
    color: #fff;

    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s ease;
    width: 20px;
    height: 28px;
}

@media (max-width:768px) {

    /* main_visual - m */
    .main_visual {
        position: relative;
        overflow: hidden;
    }

    .main_visual .itm01 {
        height: 100vh;
        background:
            linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
            url('../images/main_bg_01.jpg') center/cover no-repeat
    }

    .main_visual .itm02 {
        height: 100vh;
        background: url(../images/main_bg_02.jpg) no-repeat center center/cover;
    }

    .main_visual .slogan {
        color: var(--wc);

        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .main_visual .slogan strong {

        font-size: 15px;
        font-weight: 400;
        display: block;
        margin: 0 0 7px 0;
        line-height: 20px;
    }

    .main_visual .slogan h2 {
        font-size: 26px;
        line-height: 38px;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), -2px -2px 5px rgba(0, 0, 0, 0.2), 2px -2px 5px rgba(0, 0, 0, 0.2), -2px 2px 5px rgba(0, 0, 0, 0.2);
    }

    /* pagination */
    .main_visual .pag_box {
        position: absolute;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;

        color: var(--wc);
        display: flex;
        align-items: center;
    }

    .main_visual .pag_box .p_menu {
        position: absolute;
        display: flex;
    }

    .main_visual .pag_box .p_menu li {
        position: relative;
        width: 70px;
        height: 30px;
    }

    .main_visual .pag_box .p_menu li::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: rgba(0, 0, 0, 0.3);
    }

    .main_visual .pag_box .p_menu li::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 4px;
        background: rgba(255, 255, 255, 1);
    }

    .main_visual .pag_box .p_menu li.on::after {
        width: 100%;

        transition: 4s;
    }

    .main_visual .pag_box .p_menu li a {
        display: block;
        color: rgba(255, 255, 255, 0.4);

        font-family: 'Montserrat', sans-serif;

        font-size: 14px;
    }

    .main_visual .pag_box .p_menu li.on a {
        color: rgba(255, 255, 255, 1);
    }
}


.material-symbols-outlined {
    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
}

/* main_sec:01 */
.main_banner {
    padding: 150px;
}

.main_banner .tit_wrap span {
    font-size: 60px;
    color: #08295e;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.main_banner .tit_wrap p {
    font-size: 21px;
    text-align: center;
    line-height: 25px;
    font-weight: 400;
}

.main_banner .tit_wrap h2 {
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: 500;
}

.main_banner .tit_wrap h2 {
    font-weight: 500;
}

.main_banner .tit_wrap h2 b {
    font-weight: 700;
}

.main_banner .tit_wrap span,
.main_banner .tit_wrap h2,
.main_banner .banner_box {
    text-align: center;
}

.main_banner .content {
    gap: 30px;
}

.main_banner .content>* {
    flex: 1;
}

.main_banner .banner_box {
    background-color: #f3f4f7;
    border-radius: 15px;
    text-align: left;
    overflow: hidden;
}

.main_banner .box1,
.main_banner .box2,
.main_banner .box3 {
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    transition: background-size 0.4s ease-in-out;
}

.main_banner .box1 {
    background-image: url(../images/main_product_01.png);
}

.main_banner .box2 {
    background-image: url(../images/main_product_02.png);
}

.main_banner .box3 {
    background-image: url(../images/main_product_03.png);
}


.main_banner .box1:hover,
.main_banner .box2:hover,
.main_banner .box3:hover {
    background-size: 110%;
}

.main_banner .banner_box .banner-txt {
    padding: 60px 45px 0;
}

.main_banner .banner_box strong {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
}

.main_banner .banner_box a {
    background-color: #08295e;
    padding: 7px 15px;
    color: #fff;
    border-radius: 100px;
    font-size: 15px;
    display: inline-block;
}

.Main .main_banner .box1 p {
    height: 90px;
}

.main_banner .banner_box p {
    font-size: 22px;
    line-height: 30px;
    margin-top: 10px;
    height: 180px;
}


@media (max-width:768px) {

    /* main_sec:01 - m */
    .main_banner {
        padding: 50px 20px;
    }

    .main_banner .tit_wrap span,
    .main_banner .tit_wrap h2,
    .main_banner .banner_box {
        font-size: 15px;
        margin-top: 10px;
    }

    .main_banner .content {
        gap: 15px;
        padding: 0;
        flex-direction: column;
    }

    .main_banner .content>* {
        flex: 1;
    }

    .main_banner .banner_box {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .main_banner .banner_box .icon_img {
        margin: 0 0 12px 0;
    }

    .main_banner .banner_box .icon_img img {
        height: 60px;
    }

    .main_banner .banner_box strong {
        display: block;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        font-weight: 600;
        margin: 0;
        line-height: 1.1;

        position: relative;
    }

    .main_banner .banner_box strong::before {
        position: absolute;
        content: "";
        bottom: -24px;
        left: 50%;
        transform: translateX(-50%);

        width: 50px;
        height: 1px;
        background: var(--wc);

        display: none;
    }

    .main_banner .banner_box p {
        font-size: 11px;
        line-height: 1.4;
        font-weight: 300;
    }

    .main_banner .banner_box a {
        font-size: 11px;
    }
}


/* main_sec:02 */
.main_board {
    position: relative;
}

.main_board .tit_wrap {
    text-align: center;
}

.main_board::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background: rgba(194, 153, 73, 0.1);
    z-index: -1;
}

/* 
.main_board .buttons {
    position: absolute;
    top: 210px;
    right: 305px;
    display: flex;
    gap: 30px;
}

.main_board button {
    font-size: 20px;
    color: #b3b3b3;
    text-decoration: underline;
    text-underline-offset: 16px;
} */

/* .main_board .tab {
    display: none;
}

.main_board .tab.active {
    display: block;
}

.main_board button.active {
    color: var(--mc);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
} */

.main_board .outer .news_con {
    display: flex;
    gap: 30px;
}

.main_board .outer .news_con figure {
    position: relative;
    flex: 1;
}

.main_board .outer .news_con figure .cover {
    position: absolute;
    color: var(--wc);
    bottom: 0;
    width: 100%;
    padding: 40px;
}

.main_board .outer .news_con figure .cover strong {
    display: block;
    font-size: 20px;
    margin: 0 0 8px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.main_board .outer .news_con figure .cover h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 16px 0;
}

.main_board .outer .news_con figure .cover span {
    color: var(--gc);
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.f_inner {
    position: relative;
}

.main_company {
    padding: 150px;
    background-color: #f3f4f7;
}

.main_company .tit_wrap {
    text-align: center;
}

.main_company .tit_wrap span {
    font-size: 60px;
    color: #08295e;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.main_company .tit_wrap p {
    font-size: 21px;
    text-align: center;
    line-height: 25px;
    font-weight: 400;
}

.mySwiper {
    width: 100%;
    height: 250px;
    position: relative;
}

.mySwiper .swiper-slide {
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.mySwiper .swiper-slide h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.nav-wrap {
    position: absolute;
    bottom: -1673px;
    left: 0;
    width: 100%;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.nav-wrap .swiper-button-next {
    right: 11%;
}

.nav-wrap .swiper-button-prev {
    left: 11%;
}

.nav-wrap .swiper-button-next,
.nav-wrap .swiper-button-prev {
    pointer-events: all;
    /* 버튼만 클릭 가능 */
    width: 40px;
    height: 40px;
    background: #a8a19c4a;
}

.nav-wrap .swiper-button-next:hover,
.nav-wrap .swiper-button-prev:hover {
    background-color: #0A1D4C;
    transition: all .2s ease-in-out;
}

.mySwiper .swiper-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mySwiper .swiper-slide a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 100px;
    border: 2px solid #fff;
    width: 35%;
    padding: 4px 6px;
    text-align: center;
}

.mySwiper .swiper-slide img {
    width: 24%;
}

.mySwiper .swiper-slide i {
    padding-left: 10px;
}

.mySwiper .nav-wrap .swiper-button-next,
.mySwiper .nav-wrap .swiper-button-prev {
    pointer-events: all;
}

.nav-wrap .swiper-button-next:after,
.nav-wrap .swiper-button-prev:after {
    color: #fff;
    font-size: 20px;
}

@media (max-width:768px) {

    /* main_sec:02 - m */
    .main_board {
        position: relative;
    }

    .main_board::before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background: rgba(194, 153, 73, 0.1);
        z-index: -1;
    }

    /* .main_board .buttons {
        position: static;
        top: 210px;
        right: 305px;
        display: flex;
        gap: 15px;
        margin: 0 0 24px 0;
    }

    .main_board button {
        font-size: 16px;
        color: #b3b3b3;
        text-decoration: underline;
        text-underline-offset: 12px;
    }

    .main_board .tab {
        display: none;
    }

    .main_board .tab.active {
        display: block;
    }

    .main_board button.active {
        color: var(--mc);
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    } */

    .main_board .outer .news_con {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }

    .main_board .outer .news_con figure {
        position: relative;
        flex: 1;
    }

    .main_board .outer .news_con figure .cover {
        position: absolute;
        color: var(--wc);
        bottom: 0;
        width: 100%;
        padding: 15px;
    }

    .main_board .outer .news_con figure .cover strong {
        display: block;
        font-size: 12px;
        margin: 0 0 8px 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
    }

    .main_board .outer .news_con figure .cover h3 {
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 8px 0;
    }

    .main_board .outer .news_con figure .cover span {
        color: var(--gc);
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
    }
}

.main_inquiry .inquiry_slogan {
    text-align: center;
    font-size: 60px;
}

.main_inquiry .inquiry_slogan h2 {}

.main_inquiry .inquiry_slogan p {}

/* main_sec:06 */
.main_inquiry {
    background: url(../images/contact_bg.jpg)no-repeat center center/cover;
    height: 700px;
    position: relative;
    display: flex;
}


.main_inquiry .inquiry_slogan {
    color: var(--wc);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main_inquiry .inquiry_slogan h2 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
    margin: 0 0 15px 0;
    font-family: "Montserrat", sans-serif;
}

.main_inquiry .inquiry_slogan .desc {
    font-size: 27px;
    line-height: 1.4;
    margin: 0 auto 20px auto;
    font-weight: 400;
}

.main_inquiry .inquiry_slogan a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 100px;
    border: 2px solid #fff;
    width: 29%;
    padding: 11px 22px;
}

.main_inquiry .inquiry_slogan img {
    width: 6%;
    margin-top: -2px;
}

.main_inquiry .inquiry_slogan i {
    padding-left: 13px;
}

.main_inquiry .inquiry_slogan .inq_btn {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;

    display: inline-block;
    width: 280px;
    height: 80px;
    padding: 0 30px;
    border-radius: 50px;
    border: 3px solid var(--wc);

    display: flex;
    justify-content: space-between;
    align-items: center;

    background: rgba(255, 255, 255, 0.1);

    position: relative;
    overflow: hidden;
    z-index: 1;
}

.main_inquiry .inquiry_slogan .inq_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.1);

    transition: .5s;
}

.main_inquiry .inquiry_slogan .inq_btn:hover::before {
    top: auto;
    bottom: 0;
    height: 100%;
}

.main_inquiry .inquiry_slogan .inq_btn::after {
    content: "\e8e4";
    font-family: "Material Symbols Outlined";
    font-size: 30px;
    font-weight: 300;

    vertical-align: middle;
    z-index: 2;
}

.main_inquiry .br_B {
    display: none;
}

@media (max-width:768px) {

    .main_inquiry .br_B {
        display: block;
    }



    /* main_sec:06 - m */
    .main_inquiry {
        background: url(../images/contact_bg.jpg) no-repeat 40% center/cover;
        /* height: 800px; */
        height: 230px;

        position: relative;
    }

    .main_inquiry .inquiry_slogan {
        color: var(--wc);
    }

    .main_inquiry .inquiry_slogan a {
        font-size: 11px;
        padding: 5px 15px;
    }

    .main_inquiry .inquiry_slogan i {
        display: none;
    }

    .main_inquiry .inquiry_slogan h2 {
        font-size: 15px;
        line-height: 25px;
        font-weight: 700;
        margin: 0 0 0px 0;
        font-family: 'Montserrat', sans-serif;
    }

    .mySwiper .swiper-slide i {
        display: none;
    }

    .main_inquiry .inquiry_slogan .desc {
        font-size: 11px;
        margin: 0 auto 0px auto;
        font-weight: 300;
    }

    .main_inquiry .inquiry_slogan .inq_btn {
        font-size: 12px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;

        display: inline-block;
        width: 140px;
        height: 40px;
        padding: 0 15px;
        border-radius: 50px;
        border: 2px solid var(--wc);

        display: flex;
        justify-content: space-between;
        align-items: center;

        background: rgba(255, 255, 255, 0.1);

        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .main_inquiry .inquiry_slogan .inq_btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 0;
        z-index: -1;
        background: rgba(0, 0, 0, 0.1);

        transition: .5s;
    }

    .main_inquiry .inquiry_slogan .inq_btn:hover::before {
        top: auto;
        bottom: 0;
        height: 100%;
    }

    .main_inquiry .inquiry_slogan .inq_btn::after {
        content: "\e8e4";
        font-family: "Material Symbols Outlined";
        font-size: 15px;
        font-weight: 300;

        vertical-align: middle;
        z-index: 2;
    }
}


/* footer */
.Footer {
    background: #0F0F0F;
    color: var(--wc);
    font-size: 15px;
    font-weight: 300;
}

.Footer .ft_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 50px;
    padding-bottom: 50px;
}

.Footer .ft_top .ft_top_wrap,
.Footer .ft_bottom .ft_bottom_wrap {
    justify-content: space-between;
}

.Footer .ft_top_le h1 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 30px;
}

.Footer .ft_top_le p {
    color: #b2b2b2;
    margin-right: 15px;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    line-height: 33px;
}

.Footer .ft_top_le p b {
    font-weight: 600;
    margin-right: 10px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.Footer .ft_top_le .copy {
    margin-top: 30px;
    color: #606060;
}

.Footer .yt-logo {
    width: 100px;
    padding-top: 20px;
}

.Footer .ft_top .ft_logo {
    margin: 0 0 15px 0;
}

.Footer .ft_top_r {
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}

.Footer .ft_top .company_info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.Footer .ft_top .company_info ul {
    display: flex;
}

.Footer .ft_top .company_info strong {
    color: var(--gc);
    font-weight: 500;
    display: inline-block;
    width: 130px;
}

.Footer .ft_top_right .nb {
    display: flex;
    text-align: center;
    gap: 60px;
}

.Footer .ft_top_right .nb>li>a {
    display: block;
    line-height: 65px;
    font-size: 16px;
}

.Footer .ft_top_right .nb ul>li>a {
    color: var(--gc);
    display: block;
    font-weight: 500;
    line-height: 35px;
}

.Footer .ft_bottom {
    padding-top: 50px;
    padding-bottom: 50px;
}

.Footer .ft_bottom_left {
    display: flex;
    gap: 30px;

    font-size: 16px;
}

.Footer .ft_bottom_left>li {
    position: relative;
}

.Footer .ft_bottom_left>li~li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translate(0, -50%);
    width: 1px;
    height: 12px;
    background: #666;
}

.Footer .ft_bottom_right .copy {
    color: var(--gc);
}

.to_top {
    position: fixed;
    bottom: 36px;
    right: 36px;
    width: 48px;
    height: 48px;
    line-height: 48px;

    display: none;
}

.to_top i {
    border: 1px solid #ddd;
    background-color: var(--wc);
    color: var(--bc);
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    text-align: center;

    transition: 0.5s ease-in-out;
}

.to_top i:hover {
    border: 1px solid var(--gc);
}

@media (max-width:768px) {

    /* footer */
    .Footer {
        background: #0F0F0F;
        color: var(--wc);
        font-size: 12px;
        font-weight: 300;
    }

    .Footer .ft_top {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding: 50px 20px;
    }

    .Footer .ft_top_le h1 {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .Footer .ft_top_le p {
        font-size: 11px;
        line-height: 18px;
    }

    .Footer .ft_top_le .copy {
        margin-top: 20px;
        font-family: "Montserrat", sans-serif;
        margin-bottom: 15px;
        font-size: 9px;
    }


    .Footer .ft_top .ft_top_wrap,
    .Footer .ft_bottom .ft_bottom_wrap {
        justify-content: space-between;

        flex-direction: column;
    }

    .Footer .ft_top .ft_logo {
        margin: 0 0 15px 0;
    }

    /* r */
    .Footer .ft_top .ft_logo img {
        width: 35%;
        float: left;
    }

    .Footer .ft_top .company_info {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .Footer .ft_top .company_info ul {
        display: flex;
    }

    .Footer .ft_top .company_info strong {
        color: var(--gc);
        font-weight: 500;
        display: inline-block;
        width: 100px;
    }

    .Footer .ft_top_right .nb {
        display: flex;
        text-align: center;
        gap: 60px;

        display: none;
    }

    .Footer .ft_top_right .nb>li>a {
        display: block;
        line-height: 65px;
        font-size: 16px;
    }

    .Footer .ft_top_right .nb ul>li>a {
        color: var(--gc);
        display: block;
        font-weight: 500;
        line-height: 35px;
    }

    .Footer .ft_bottom {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .Footer .ft_bottom_left {
        display: flex;
        gap: 30px;

        font-size: 12px;
    }

    .Footer .ft_bottom_left>li {
        position: relative;
    }

    .Footer .ft_bottom_left>li~li::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -15px;
        transform: translate(0, -50%);
        width: 1px;
        height: 10px;
        background: #666;
    }

    .Footer .ft_bottom_right .copy {
        color: var(--gc);
        padding-top: 10px;
    }

    .to_top {
        position: fixed;
        bottom: 15px;
        right: 15px;
        width: 48px;
        height: 48px;
        line-height: 48px;

        display: none;
    }

    .to_top i {
        border: 1px solid #ddd;
        background-color: var(--wc);
        color: var(--bc);
        font-size: 24px;
        padding: 10px;
        cursor: pointer;
        text-align: center;

        transition: 0.5s ease-in-out;
    }

    .to_top i:hover {
        border: 1px solid var(--gc);
    }
}

@media (max-width:1700px) {
    .Header .logo {
        padding-left: 20px;
        width: 76%;
    }

    .Header .gnb>.nb {
        padding-left: 20px;
    }

    .Header .gnb>.nb>li>a {
        font-size: 15px;
    }

    .Header .all__nb {
        padding-right: 20px;
    }

    .Header .gnb>.nb ul>li>a {
        font-size: 15px;
    }
}

@media (max-width:1200px) {
    .mySwiper .swiper-slide a {
        width: 47%;
    }


}

@media (max-width:768px) {

    .site_pop .nb>li>ul h3 {
        margin: 19px 0 0;
        font-weight: 700;
        font-size: 14px;
    }

    .Main {
        overflow: hidden;
    }

    .pagination_box {
        left: 40%;
        top: 58%;
    }

    .pagination {
        font-size: 13px;
        margin-right: 20px;
        width: 20%;
    }

    .progress-bar {
        width: 180px;
    }

    .main_banner .tit_wrap p {
        font-size: 11px;
        line-height: 15px;
        margin-top: 10px;
    }

    .main_banner .tit_wrap h2 {
        margin-bottom: 0px;
        line-height: normal;
    }

    .main_banner .tit_wrap p br {
        display: none;
    }

    .main_banner .banner_box .banner-txt {
        padding: 0 20px 0;
    }

    .main_company {
        padding: 50px 20px;
    }

    .main_company .tit_wrap span {
        font-size: 15px;
    }

    .main_company .tit_wrap p {
        font-size: 11px;
        line-height: 15px;
        margin-top: 10px;
    }

    .main_company .tit_wrap p br {
        display: none;
        margin-top: 10px;
    }

    .mySwiper {
        height: 150px;
    }

    .mySwiper .swiper-slide h3 {
        font-size: 13px;
        margin-bottom: 13px;
    }

    .mySwiper .swiper-slide a {
        font-size: 11px;
        width: auto;
        padding: 5px 15px;
    }

    .mySwiper .swiper-slide img {
        width: 28%;
    }

    .main_inquiry .btn {
        line-height: 0;
    }

    .nav-wrap {
        display: none;
    }

    .Footer .yt-logo {
        width: 65px;
        padding-top: 0px;
    }

    .Footer .ft_top_r {
        align-items: flex-start;
    }

    .mySwiper {
        padding: 0;
    }

    .business03 {
        margin-bottom: 0 !important;
    }
}