@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Stylish&family=Sunflower:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Damion&display=swap");

@font-face {
    font-family: "NanumSquare";
    font-weight: 800;
    src: url("/public/font/NanumSquare/NanumSquareEB.eot");
    src: url("/public/font/NanumSquare/NanumSquareEB.eot?#iefix") format("embedded-opentype"), url("/public/font/NanumSquare/NanumSquareEB.woff") format("woff"), url("/public/font/NanumSquare/NanumSquareEB.ttf") format("truetype");
}

@font-face {
    font-family: "NanumSquare";
    font-weight: 700;
    src: url("/public/font/NanumSquare/NanumSquareB.eot");
    src: url("/public/font/NanumSquare/NanumSquareB.eot?#iefix") format("embedded-opentype"), url("/public/font/NanumSquare/NanumSquareB.woff") format("woff"), url("/public/font/NanumSquare/NanumSquareB.ttf") format("truetype");
}

@font-face {
    font-family: "NanumSquare";
    font-weight: 400;
    src: url("/public/font/NanumSquare/NanumSquareR.eot");
    src: url("/public/font/NanumSquare/NanumSquareR.eot?#iefix") format("embedded-opentype"), url("/public/font/NanumSquare/NanumSquareR.woff") format("woff"), url("/public/font/NanumSquare/NanumSquareR.ttf") format("truetype");
}

@font-face {
    font-family: "NanumSquare";
    font-weight: 300;
    src: url("/public/font/NanumSquare/NanumSquareL.eot");
    src: url("/public/font/NanumSquare/NanumSquareL.eot?#iefix") format("embedded-opentype"), url("/public/font/NanumSquare/NanumSquareL.woff") format("woff"), url("/public/font/NanumSquare/NanumSquareL.ttf") format("truetype");
}

#site {
    padding-top: 80px;
    font-size: 17px;
    font-family: "Nanumsquare", "notokr", sans-serif;
    color: #222;
    word-break: keep-all;
}

:is(h1, h2, h3, h4, h5, h6, p, li, dd, dt) {
    line-height: 1.5;
}

a,
button {
    transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -ms-transition: all ease-in-out 0.15s;
    -o-transition: all ease-in-out 0.15s;
}

a,
a:hover,
a:focus {
    color: inherit;
}

p {
    line-height: 1.6em;
}

.btn.btn-primary {
    background-color: #333;
    border-color: #333;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #000;
    border-color: #000;
}

a[href^="mailto"] {
    color: inherit;
}

/* 메인 애니메이션 */
.ani {
    opacity: 0;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.active.ani.fi-in {
    animation-name: fadeIn;
}
.active.ani.fi-up {
    animation-name: fadeInUp;
}
.active.ani.fi-down {
    animation-name: fadeInDown;
}
.active.ani.fi-left {
    animation-name: fadeInLeft;
}
.active.ani.fi-right {
    animation-name: fadeInRight;
}

.active.ani.t1 {
    animation-delay: 0.1s;
}
.active.ani.t2 {
    animation-delay: 0.2s;
}
.active.ani.t3 {
    animation-delay: 0.3s;
}
.active.ani.t4 {
    animation-delay: 0.4s;
}
.active.ani.t5 {
    animation-delay: 0.5s;
}
.active.ani.t6 {
    animation-delay: 0.6s;
}
.active.ani.t7 {
    animation-delay: 0.7s;
}
.active.ani.t8 {
    animation-delay: 0.8s;
}
.active.ani.t9 {
    animation-delay: 0.9s;
}
.active.ani.t10 {
    animation-delay: 1s;
}
.active.ani.t11 {
    animation-delay: 1.1s;
}
.active.ani.t12 {
    animation-delay: 1.2s;
}
.active.ani.t13 {
    animation-delay: 1.3s;
}
.active.ani.t14 {
    animation-delay: 1.4s;
}
.active.ani.t15 {
    animation-delay: 1.5s;
}
.active.ani.t16 {
    animation-delay: 1.6s;
}
.active.ani.t17 {
    animation-delay: 1.7s;
}
.active.ani.t18 {
    animation-delay: 1.8s;
}
.active.ani.t19 {
    animation-delay: 1.9s;
}

.active.ani.t55 {
    animation-delay: 5.5s;
}

/* 메인 - It begins with you, it ends with you. */
.ani.fi-left2 {
    animation-name: fadeInLeft2;
    animation-duration: 2s;
}
@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        width: 0;
    }
    100% {
        opacity: 1;
        width: 630px;
    }
}

/* 서브 타이틀 하단 텍스트 */
.ani.fi-left3 {
    animation-name: fadeInLeft3;
    animation-duration: 0.7s;
}
@keyframes fadeInLeft3 {
    0% {
        opacity: 0;
        width: 0;
    }
    100% {
        opacity: 1;
        width: 120px;
    }
}

.nav-top {
    background-color: #000;
}

#lang-btn {
    /* position: absolute; */
    right: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* align-self: center; */
    /* height: var(--navHeight); */
    /* margin-right: 30px; */
    padding-block: 9px;
    /* margin-left: 65px; */
}
#lang-btn ul {
    list-style: none;
    display: inline-flex;
    padding: 0;
    margin: 0;
}
#lang-btn ul li {
    padding: 0 clamp(7px, 2vw, 12px);
    line-height: 1;
}
#lang-btn ul li + li {
    border-left: 1px solid #d9d9d9;
}
#lang-btn ul a {
    display: block;
    font-size: clamp(11px, 3vw, 12px);
    font-weight: 700;
    opacity: 0.5;
    translate: 0 -1px;
    line-height: 0.9;
    color: #fff;
    transition: none;
}
#lang-btn ul a:hover {
    opacity: 1;
}
#lang-btn ul a[disabled] {
    pointer-events: none;
    opacity: 1;
    /* color: var(--page-point-color); */
    text-underline-offset: 3px;
    text-decoration: underline;
}
@media (max-width: 767px) {
    #lang-btn {
        /* padding-top: 3px; */
        /* position: absolute; */
        right: 55px;
    }
}
.navbar-inverse.navbar-trans #lang-btn ul a[disabled] {
    /* color: var(--page-point-color) !important; */
}
/* #site .navbar-inverse.navbar-trans #lang-btn a {
    color: #fff;
} */
/* 불필요 항목 삭제 */
.navbar .caret {
    display: none;
}

/* 상단 메뉴 */
.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}

.navbar-inverse .navbar-brand img {
    height: 55px;
    margin-top: 0;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", "notokr", sans-serif;
    color: #444;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #0386c6;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
    background: none;
    color: #222;
}

@media (max-width: 767px) {
    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 22px 5px 22px 0;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #222;
        transition: ease-in-out 0.15s all;
        opacity: 1;
        position: relative;
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #0386c6;
    }
    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #0386c6;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse.navbar-trans .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }
    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(2) {
        opacity: 0;
    }
    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
}

@media (min-width: 768px) {
    #site .navbar-collapse {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0.25rem;
        border: 1px solid #d5d5d5;
        padding: 10px 0;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.125);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.125);
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 5px 20px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        background: none;
        font-weight: 600;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        /* margin-right: -30px; */
        margin-right: 20px;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 30px;
        letter-spacing: 0;
    }
}

/* 슬라이드 공통 */
.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
    transition: ease-in-out 0.15s all;
}
.carousel-control.left .glyphicon::before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.carousel-control.right .glyphicon::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.carousel-indicators li {
    width: 90px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    margin: 0 6px;
    border-radius: 10px;
    transition: ease-in-out 0.15s all;
}
.carousel-indicators li.active {
    width: 90px;
    height: 10px;
    background-color: #fff;
    margin: 0 6px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
}

.carousel-caption {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }
    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 6px;
        height: 6px;
    }
}

/* 푸터 */
#site footer {
    margin-top: 0px;
    background-color: #fff;
    color: #333;
}
#site footer .footer-info {
    padding: 40px 0 45px;
    border-top: 1px solid #ccc;
}
#site footer .footer-info img {
    height: 60px;
}
#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0;
}
#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    font-family: "Poppins", "notokr", sans-serif;
    margin-right: 15px;
    line-height: 26px;
}
#site footer .footer-info ul li.st {
    font-weight: 600;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
    height: 100vh;
}
.carousel-caption h1 {
    margin: 0 0 10px;
    font-size: 45px;
}
.carousel-caption p {
    font-size: 35px;
    font-weight: 400;
    font-family: "Poppins", "notokr", sans-serif;
}
.carousel-caption p > a {
    margin-top: 100px;
    display: inline-block;
    padding: 15px 80px;
    font-size: 18px;
    letter-spacing: 0em;
    background: #000;
    border-radius: 3px;
}
.carousel-caption p > a:hover,
.carousel-caption p > a:focus {
    color: #fff;
    background: #0386c6;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 250px;
    }
    #mainCarousel .carousel-caption h1 {
        font-size: 24px;
    }
    #mainCarousel .carousel-caption p {
        font-size: 12px;
    }
}

.root_daum_roughmap {
    width: 100% !important;
    padding: 0 !important;
}

.root_daum_roughmap .map_border {
    display: none !important;
}

.board_box_blog2 .row {
    margin-left: -5px;
    margin-right: -5px;
}

.board_box_blog2 .row > div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.board_box_blog2 .inner {
    margin-top: 0;
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
    padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
    font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
    display: none;
}

.board_box_blog2 .inner .top a .thumb {
    height: 100px;
}

#site.curr-main {
    padding-top: 0;
}
.navbar-trans {
    background: transparent;
    border-bottom: none;
}
.navbar-trans .navbar-nav > li > a {
    color: #fff;
    letter-spacing: 0.034em;
}
.navbar-trans .navbar-brand img {
    height: 70px;
}
.navbar-trans .navbar-nav > li > a:hover,
.navbar-trans .navbar-nav > li > a:focus {
    color: #fff;
}

/* 메인 상단 - 동영상 영역 */
.main-contents > #section-video {
    position: relative;
    background: #000;
    overflow: hidden;
}
.main-contents > #section-video::before {
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}
.main-contents > #section-video .video-caption {
    top: 53%;
    right: 10%;
    left: 20%;
    position: absolute;
    transform: translateY(-53%);
}
.main-contents > #section-video .video-caption h2 {
    margin: 0;
    font-size: 34px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 0.4em;
    font-family: "Sunflower";
}
[lang="en-US"] .main-contents > #section-video .video-caption h2 {
    letter-spacing: 0.2em;
    line-height: 1.35em;
}
.main-contents > #section-video .video-caption h2.typing:not(.typing4) {
    margin-bottom: 15px;
}

/* 타이핑 텍스트 */
.video-caption > .wrap-typing {
    min-height: 195px;
}
.video-caption .typing-txt {
    display: none;
}

.video-caption .typing {
    display: inline-block;
    border-right: 1px solid;
    animation-name: cursor;
    animation-duration: 0.3s;
    animation-iteration-count: infinite;
}
@keyframes cursor {
    0% {
        border-right: 1px solid #fff;
    }
    50% {
        border-right: 1px solid #000;
    }
    100% {
        border-right: 1px solid #fff;
    }
}

.main-contents > #section-video .video-caption > h1 {
    margin: 50px 0 0;
    font-size: 44px;
    font-weight: 700;
    font-family: "Damion", cursive;
    color: rgba(255, 255, 255, 0.95);
    display: block;
    line-height: 1.35em;
    letter-spacing: 0.034em;
    white-space: nowrap;
    overflow: hidden;
    animation-delay: 5.5s;
}
[lang="en-US"] .main-contents > #section-video .video-caption > h1 {
    animation-delay: 6.5s;
    margin-top: 20px;
}
/* 메인 하단 - Our Brand */
.main-contents > #section2 {
    padding: 80px 0;
}
.main-contents > #section2 h3 {
    margin: 0 0 70px;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    font-family: "Poppins", "notokr", sans-serif;
}
.main-contents > #section2 .banner > a {
    width: 100%;
    height: 350px;
    position: relative;
    display: inline-block;
    padding: 30px 50px;
    font-family: "Poppins", "notokr", sans-serif;
    color: #fff;
    text-align: center;
    background: #333;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
.main-contents > #section2 #banner1 > a {
    background-image: url("/public/img/banner1.jpg");
}
.main-contents > #section2 #banner2 > a {
    background-image: url("/public/img/banner2.jpg");
}
.main-contents > #section2 .banner > a::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
}
.main-contents > #section2 .banner img,
.main-contents > #section2 .banner .overlap {
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}
.main-contents > #section2 .banner img {
    margin: 110px auto;
}
.main-contents > #section2 .banner .overlap {
    top: 55%;
    left: 50%;
    width: 100%;
    position: absolute;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    transform: translate(-50%, -55%);
    opacity: 0;
    letter-spacing: 0.1em;
}

.main-contents > #section3 {
    /* display: none; */
    padding: 80px 0;
}
.main-contents > #section3 h3 {
    margin: 0 0 45px;
    font-size: 45px;
    font-weight: 700;
    font-family: "Poppins", "notokr", sans-serif;
}
.main-contents > #section3 .main-biz-wrap {
}
.main-contents > #section3 .main-biz-wrap .item {
    padding: 0 15px;
}
.main-biz-wrap .item .main-biz {
    display: block;
    position: relative;
    font-family: "Poppins", "notokr", sans-serif;
}
.main-biz-wrap .item .main-biz img {
}
.main-biz-wrap .item .main-biz .txt-box {
    display: block;
    position: absolute;
    top: 90px;
    left: 45px;
    right: auto;
    bottom: 90px;
    background: rgba(255, 255, 255, 0.8);
    padding: 75px 70px 30px 30px;
    width: 325px;
    transition: all 0.3s ease;
}
.main-biz-wrap .item .main-biz:hover .txt-box {
    background: rgba(255, 255, 255, 0.9);
}
.main-biz-wrap .item .main-biz .txt-box .tit {
    display: block;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 51px;
    font-family: "Poppins", "notokr", sans-serif;
    line-height: 1.1;
}
.main-biz-wrap .item .main-biz .txt-box .des {
    font-size: 15px;
    display: block;
    font-family: "notokr";
}
.main-biz-wrap .item .main-biz .txt-box .more {
    font-family: "notokr";
    font-size: 13px;
    font-weight: 300;
    position: absolute;
    bottom: 30px;
    right: 30px;
    text-decoration: underline;
    opacity: 0.7;
}
.main-biz-wrap .item .main-biz:hover .txt-box .more {
    opacity: 1;
    color: #0386c6;
}
.main-contents > #section3 .main-biz-wrap .slick-arrow {
    display: none;
}

/********** 서브 시작 **********/
/* 공통 스타일 */
#site > .container {
    width: 100%;
    padding: 0;
}

.sub-contents > .page-top {
    height: 350px;
    padding: 288px 0 0;
    background: #333 url("/public/img/sub/back-page-top.jpg") no-repeat;
    background-position: center 80px;
    background-attachment: fixed;
}
.sub-contents > .page-top h1 {
    margin: 19px 0 0;
    font-size: 77px;
    font-weight: 700;
    font-family: "Poppins", "notokr", sans-serif;
    color: #000;
    letter-spacing: 0em;
}
.sub-contents > .page-top .sm {
    font-size: 32px;
    font-weight: 600;
    font-family: "Poppins", "notokr", sans-serif;
    color: #d5dbe4;
    letter-spacing: 0em;
    white-space: nowrap;
    overflow: hidden;
}

.sub-contents > .contents > section {
    padding: 130px 0 120px;
}

.space-bottom {
    margin-bottom: 80px;
}

.list-default {
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
    margin-bottom: 3px;
}

.list-style-1 > li {
    padding-left: 0;
    line-height: 2.5em;
    letter-spacing: 0.2em;
    font-size: 15px;
}
.list-style-1 > li::before {
    content: "";
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    position: absolute;
    background-color: #0386c6;
    border-radius: 10px;
    display: none;
}

/* ABOUT (페이지) */
#about #section1 {
    padding: 150px 0 120px;
}
#about #section1 h3 {
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0em;
}
#about #section1 h3 > span {
    color: #0857c3;
}
#about #section1 p {
    word-break: keep-all;
}
#about #section2 {
    padding-top: 0;
    padding-bottom: 200px;
}
#about .connect {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
#about .connect > .wrap-circle {
    /* width: 20%; */
    flex: 0 1 auto;
    /* z-index: -1; */
    position: relative;
    /* display: table-cell; */
    text-align: center;
    vertical-align: middle;
}
#about .connect > .wrap-circle:is(:nth-child(1), :nth-child(1)) {
    z-index: 10;
}
#about .connect h4 {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 10px;
}
#about .connect > .wrap-circle.center .circle {
    /* position: relative; */
    display: flex;
    /* z-index: 2000; */
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    /* width: 100%; */
    width: 340px;
    /* padding: 127px 115px; */
    border: 1px solid #94bfff;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 20px #f7fbff;
}
#about .connect > .wrap-circle.center h4 {
    font-size: 22px;
    font-weight: 800;
    color: #1f61bd;
}
#about .connect > .wrap-circle ul {
    margin: 0;
}
#about .connect > .wrap-circle:not(.center) .circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 320px;
    aspect-ratio: 1;
    /* height: 260px; */
    /* margin: auto; */
    /* padding: 97px 0; */
    background: #eef7ff;
    border-radius: 50%;
    padding: 50px;
}
#about .connect > .wrap-circle:not(.center) .circle > h4 {
    font-size: 18px;
    margin: 0 0 12px;
}
#about .connect > .wrap-circle.left .circle {
    /* padding: 90px 0; */
    padding-top: 50px;
}
#about .connect > .wrap-circle .left h4 {
    margin: 0 0 15px;
}
#about .connect > .wrap-circle .left ul {
    /*
    position: absolute;
    bottom: 80px;
    left: 135px;
    */
    margin: 10px 0 0;
}
#about .connect > .wrap-circle:not(.center) .circle::after {
    content: "";
    top: 50%;
    right: -100px;
    width: 100px;
    height: 1px;
    position: absolute;
    background: #c1d8f9;
    z-index: -1;
}
#about .connect > .wrap-circle.right .circle::after {
    left: -100px;
    right: unset;
}
#about #section3 {
    padding: 130px 0 120px;
    color: #fff;
    text-align: center;
    background: #333 url("/public/img/sub/about_bg2.jpg") no-repeat center / cover;
    position: relative;
}
#about #section3::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.5;
}
#about #section3 h4 {
    margin: 0 0 22px;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.2em;
}
#about #section3 h4 > span {
    padding-right: 5px;
    letter-spacing: 0em;
}
#about #section3 h3 {
    margin: 0 0 30px;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0.2em;
    line-height: 1.8em;
}
#about #section3 h3 + p {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.034em;
}

/* TEAM (페이지) */
#team > .page-top {
    background-image: url("/public/img/sub/back-page-top2.jpg");
}
#team #section1 h3 {
    margin: 0 0 50px;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
}
#team #section1 h4 {
    margin: 0 0 50px;
    font-size: 20px;
    font-weight: 500;
    color: #459cd0;
    letter-spacing: 0.1em;
    font-family: "Poppins", "notokr", sans-serif;
}
#team #section1 ul {
    margin: 0 -15px;
}
#team #section1 ul > li {
    float: left;
    width: 33.3%;
    margin-bottom: 30px;
    padding: 0 15px;
}
#team #section1 ul > li > .inner {
    transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -ms-transition: all ease-in-out 0.15s;
    -o-transition: all ease-in-out 0.15s;
}
#team #section1 ul > li h5,
#team #section1 ul > li .overlay {
    transition: all ease-in-out 0.1s;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -ms-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
}
#team #section1 ul > li > .inner {
    height: 187px;
    position: relative;
    padding: 15px 20px;
    /*text-align: right;*/
    border: 2px solid #585858;
}
#team #section1 ul > li h5 {
    top: 50%;
    left: 50%;
    width: 100%;
    position: absolute;
    /*margin-bottom: 20px;*/
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", "notokr", sans-serif;
    letter-spacing: 0.07em;
    text-align: center;
    transform: translate(-50%, -50%);
}
/*
#team #section1 ul > li .txt-en::before {
    content: '';
    left: 0;
    bottom: 2px;
    width: 0;
    position: absolute;
    border-top: 1px solid transparent;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}
*/
#team #section1 ul > li .overlay {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.034em;
    visibility: hidden;

    word-break: keep-all;
    /*
    top: 50%;
    left: 50%;
    width: 100%;
    position: absolute;
    text-align: center;
    line-height: 1.6em;
    transform: translate(-50%,-50%);
    */
}
#team #section1 ul > li .overlay > .en {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    font-family: "Poppins", "notokr", sans-serif;
    color: #fff;
    letter-spacing: 0.07em;
    line-height: 1em;
}
#team #section1 ul > li .overlay > .kr {
    top: 55%;
    left: 50%;
    width: 90%;
    position: absolute;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6em;
    text-align: center;
    transform: translate(-50%, -55%);
}
#team #section1 ul > li .overlay > .en::before {
    content: "";
    left: 0;
    bottom: -6px;
    width: 0;
    position: absolute;
    border-top: 1px solid transparent;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}
#team #section1 ul > li > .inner:hover {
    background: #0762c8;
    border-color: #0762c8;
    transform: translate(0, -20px);
}
#team #section1 ul > li > .inner:hover h5 {
    visibility: hidden;
}
#team #section1 ul > li > .inner:hover .overlay {
    visibility: visible;
}
#team #section1 ul > li > .inner:hover .overlay > .en::before {
    width: 100%;
    border-color: #fff;
}
/*
#team #section1 ul > li > .inner:hover .txt-en::before {
    width: 100%;
    border-color: #fff;
}
*/
/*
#team #section1 li span {
    font-family: 'Poppins', 'notokr', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.07em;
}
*/
#team #section2 {
    background: #0762c8;
}
#team #section2 .box {
    word-break: keep-all;
    /* border: 1px solid #ccc; */
    color: #fff;
    height: 185px;
    margin: 50px 0 30px;
}
#team #section2 #box1,
#team #section2 #box2 {
    margin-top: 0;
}
#team #section2 .box > .num {
    display: inline-block;
    font-weight: 300;
    letter-spacing: 0.06em;
    font-family: "Poppins", "notokr", sans-serif;
    font-size: 14px;
    /* opacity: 0.7; */
    border-bottom: 1px solid #83c3e4;
    color: #bde9ff;
}
#team #section2 .box > h4 {
    margin: 12px 0 25px;
    font-size: 27px;
    letter-spacing: 0.02em;
    font-weight: 700;
    font-family: "Poppins", "notokr", sans-serif;
}

/* Brand (페이지) */
#brand_intro > .contents > section {
    padding: 0;
}
#brand_intro .row > div[class^="col-"] {
    padding: 0;
}
#brand_intro > .contents > section > .container {
    width: 100%;
}

#brand_intro .brand {
    height: calc(100vh - 80px);
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center center;
}

#brand_intro .brand > a::before,
#brand_intro .brand .overlap,
#brand_intro .brand .sm,
#brand_intro .brand img {
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

#brand_intro .brand .overlap {
    top: 50%;
    left: 50%;
    width: 90%;
    position: absolute;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    transform: translate(-50%, 0);
    line-height: 2em;
    opacity: 0;
    letter-spacing: 0.1em;
}
#brand_intro .brand > a {
    width: 100%;
    display: inline-block;
}
#brand_intro .brand > a:hover {
    text-decoration: none;
}
#brand_intro .brand > a::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
}

#brand_intro.brand #brand1 {
    padding: 300px 0 0;
    background-image: url("/public/img/sub/brand-intro-bg1.jpg");
}
#brand_intro.brand #brand2 {
    padding: 320px 0 0;
    background-image: url("/public/img/sub/brand-intro-bg2.jpg");
}
#brand_intro.brand-bite #brand1 {
    padding: 300px 0 0;
    background-image: url("/public/img/sub/brand-bite-bg1.jpg");
}
#brand_intro.brand-bite #brand2 {
    padding: 320px 0 0;
    background-image: url("/public/img/sub/brand-bite-bg2.jpg");
}
#brand_intro #brand1 h2 {
    margin: 50px 0 50px;
    font-size: 50px;
    font-weight: 700;
    font-family: "Poppins", "notokr", sans-serif;
    color: #000;
}
#brand_intro #brand1 .sm {
    margin: 60px 0 0;
    font-family: "Shadows Into Light", cursive;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.08em;
}
#brand_intro #brand2 .sm {
    margin: 60px 0 0;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    font-family: "Shadows Into Light", cursive;
    letter-spacing: 0.08em;
}

/* BITE THE MOMENT (페이지 /brand1) */
:is(#brand1, [id*="brand1_sub"]) > .page-top {
    height: 520px;
    padding: 190px 0 0;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background: url("/public/img/sub/back-page-top3.jpg");
}
[lang="en-US"] :is(#brand1, [id*="brand1_sub"]) > .page-top {
    padding-top: 220px;
}
:is(#brand1, [id*="brand1_sub"]) > .page-top .container {
    position: relative;
}
/*
:is(#brand1,[id*="brand1_sub"]) > .page-top .quot {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 700;
}
*/
:is(#brand1, [id*="brand1_sub"]) > .page-top h2 {
    margin: 0 0 25px;
    /*margin: 110px 0 15px 0;
    font-size: 58px;
    font-family: 'Poppins', 'notokr', sans-serif;*/
    font-size: 74px;
    font-family: "Damion", cursive;
    font-weight: 500;
}
[lang="en-US"] :is(#brand1, [id*="brand1_sub"]) > .page-top h2 {
    margin-bottom: 0;
}
:is(#brand1, [id*="brand1_sub"]) > .page-top h3 {
    margin: 0 0 0 5px;
    /*font-size: 32px;*/
    font-size: 30px;
    font-weight: 100;
    line-height: 1.65em;
}
:is(#brand1, [id*="brand1_sub"]) > .page-top .wrap-logo {
    top: -150px;
    position: absolute;
}
/*
:is(#brand1,[id*="brand1_sub"]) > .page-top .wrap-logo {
    right: 0;
    bottom: -150px;
    position: absolute;
}
:is(#brand1,[id*="brand1_sub"]) > .page-top .wrap-logo > img {
    float: left;
    margin-left: 35px;
}
*/

#brand1 .contents h3 {
    margin: 0 0 70px;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    font-family: "Poppins", "notokr", sans-serif;
}
.box-brand {
    margin-bottom: 30px;
}
.box-brand > a {
    width: 100%;
    position: relative;
    /*     display: inline-block; */
    display: block;
}
/*
.box-brand > a::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.2);
    z-index: 90;
}
*/
.box-brand .wrap-image {
    position: relative;
}
.box-brand .wrap-image::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    z-index: 90;
}

.box-brand > a:hover,
.box-brand > a:focus {
    text-decoration: none;
}
/*
.box-brand > a:hover::before {
    background: rgba(0,0,0,.8);
    z-index: 110;
}
*/
.box-brand .img-logo {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 100%;
    max-width: 200px;
}
.box-brand .description {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 90px;
    color: #fff;
    z-index: 120;
    opacity: 0;
    background: rgba(0, 0, 0, 0.75);
}
.box-brand > a:hover .description {
    opacity: 1;
}
.box-brand h4.name {
    margin: 0 0 30px;
    padding-bottom: 20px;
    font-size: 34px;
    font-weight: 600;
    border-bottom: 1px solid #868686;
}
.box-brand .more {
    right: 70px;
    bottom: 70px;
    width: 80px;
    height: 80px;
    position: absolute;
    display: inline-block;
    padding: 25px 15px;
    font-size: 13px;
    text-align: center;
    line-height: 1.3em;
    letter-spacing: 0.02em;
    border-radius: 50px;
    background: #fff;
    color: #333;
    font-weight: 600;
    font-family: "Poppins", "notokr", sans-serif;
}

/* 파머스핫도그 (페이지 /brand1_sub01) */
:is(#brand1_sub01, #brand1_sub02) .contents h2 {
    margin: 0 0 80px;
    font-weight: 800;
    font-size: 38px;
    text-align: center;
}
:is(#brand1_sub01, #brand1_sub02) #row1 h2 img {
    opacity: 0.9;
}
:is(#brand1_sub01, #brand1_sub02) #row1 .text p {
    font-size: 19px;
    word-break: keep-all;
    margin-bottom: 30px;
}
:is(#brand1_sub01, #brand1_sub02) #row1 .text::before {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #999;
    margin: 100px 0;
}
/*
:is(#brand1_sub01, #brand1_sub02) #row2 {
    margin-bottom: 180px;
}
:is(#brand1_sub01, #brand1_sub02) #row2 .image {
    padding-left: 50px;
}
:is(#brand1_sub01, #brand1_sub02) #row2 .text p {
    text-align: right;
}
:is(#brand1_sub01, #brand1_sub02) #row2 .text {
    padding: 200px 50px 0;
}
*/
:is(#brand1_sub01, #brand1_sub02) #row3 {
    margin-bottom: 200px;
}
:is(#brand1_sub01, #brand1_sub02) .product > .desc {
    text-align: center;
}
:is(#brand1_sub01, #brand1_sub02) .product .name {
    margin: 50px 0 20px;
    font-size: 24px;
    font-weight: 800;
}
:is(#brand1_sub01, #brand1_sub02) .product .wrap-btn {
    text-align: center;
}
:is(#brand1_sub01, #brand1_sub02) .product .btn {
    margin-top: 25px;
    padding: 12px 100px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-weight: 400;
    font-family: "notokr";
}
:is(#brand1_sub01, #brand1_sub02) .product .btn:hover,
:is(#brand1_sub01, #brand1_sub02) .product .btn:focus {
    color: #fff;
    background: #007bc3;
    border-color: #007bc3;
}

/* FRY TO THE SKY (페이지 /brand2) */
#brand2 > .page-top {
    height: 520px;
    padding: 0;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background: url("/public/img/sub/back-page-top4.jpg");
}
#brand2 > .page-top h2 {
    margin: 200px 0 40px;
    font-size: 52px;
    /*margin: 120px 0 10px;
    font-size: 55px;*/
    font-family: "Poppins", "notokr", sans-serif;
    font-weight: 600;
}
#brand2 > .page-top h3 {
    margin: 0 0 30px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5em;
}

#brand2 .contents h3 {
    margin: 0 0 80px;
    font-size: 38px;
    font-weight: 800;
    text-align: center;
}
#brand2 .contents h3 > img {
    opacity: 0.8;
}

#brand2 #row1 {
    margin-bottom: 60px;
}
#brand2 .nav-tabs {
    width: 450px;
    margin: 0 auto 100px;
}
#brand2 .nav-tabs > li > a {
    padding: 17px 0 14px;
    font-size: 18px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    white-space: nowrap;
}
#brand2 .nav-tabs > li > a:hover {
    background: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
}
#brand2 .nav-tabs > .active > a {
    font-weight: 700;
    color: #0386c6;
    border: none;
    /* border-top: 1px solid #ddd; */
    border-bottom: 1px solid #ddd;
}
#brand2 .nav-tabs > li > a::before {
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    position: absolute;
    border-top: 1px solid transparent;
}
#brand2 .nav-tabs > .active > a::before {
    border-top-color: #0386c6;
}
#brand2 .nav-tabs > li:not(.active) > a:hover::before {
    border-top-color: #999;
}

#brand2 .product {
    position: relative;
    margin-bottom: 70px;
}
#brand2 .product:hover {
    cursor: pointer;
    cursor: hand;
}
#brand2 .product > .wrap-img {
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    aspect-ratio: 1;
}
#brand2 .product > .wrap-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#brand2 .product > .wrap-img::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
    border-radius: 100%;
}
[lang="ko"] #brand2 .product:hover > .wrap-img::before {
    background: rgba(0, 0, 0, 0.75);
}
#brand2 .product > .name {
    margin: 30px 0 0;
    font-size: 18px;
    text-align: center;
    word-break: keep-all;
    font-weight: 700;
}
#brand2 .product > .wrap-overlap {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    /* display: table-row; */
    visibility: hidden;
}
#brand2 .product > .wrap-overlap .overlap {
    /* width: 100%; */
    height: 100%;
    /* display: table-cell; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 25px 50px;
    /* margin-bottom: 50px; */
    color: #fff;
    word-break: keep-all;
    text-align: center;
    vertical-align: middle;
}
#brand2 .product:hover > .wrap-overlap {
    visibility: visible;
    font-size: 15px;
}
#brand2 .product .overlap .name-inner {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 700;
    word-break: keep-all;
    line-height: 1.2em;
}
#brand2 .product .overlap p {
    margin-bottom: 0;
}
#brand2 #row2 .btn {
    width: 100%;
    margin-top: 20px;
    padding: 15px 0;
    font-size: 17px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
#brand2 #row2 .btn:hover,
#brand2 #row2 .btn:focus {
    color: #fff;
    background: #007bc3;
    border-color: #007bc3;
}

/* Contact (주문폼) */
#contact > .page-top {
    background-image: url("/public/img/sub/back-page-top5.jpg");
}

/* Business */
[id^="business"] .page-top {
    height: calc(100vh - 81px);
    background-size: cover;
    padding: 0;
    position: relative;
}
[id^="business"] .page-top .container {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
[id^="business"] .page-top h2 {
    color: #fff;
    margin: 0;
    font-size: 86px;
    font-weight: 800;
    letter-spacing: -0.023em;
}
#business1 .page-top {
    background-image: url("/public/img/sub/back-biz-top1.jpg");
}
#business2 .page-top {
    background-image: url("/public/img/sub/back-biz-top2.jpg");
}
#business3 .page-top {
    background-image: url("/public/img/sub/back-biz-top3.jpg");
}
#business4 .page-top {
    background-image: url("/public/img/sub/back-biz-top4.jpg");
}

.biz-nav {
    box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: relative;
}
.biz-nav.fixed {
    position: fixed;
    top: 81px;
    left: 0;
    right: 0;
    z-index: 1000;
}
.biz-nav .nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
.biz-nav .nav > li {
    margin: 0;
    padding: 22px 25px;
}
.biz-nav .nav > li > a {
    padding: 0;
    font-size: 22px;
    background: none;
    /* font-weight: 900; */
}
/* .biz-nav .nav > li > a:before{
    content: '';
    display: block;
    width: 111%;
    height: 14px;
    position: absolute;
    bottom: 2px;
    left: 50%;
    z-index: 0;
    transform: translateX(-50%);
    transition: all .3s ease;
} */
.biz-nav .nav > li > a:hover,
.biz-nav .nav > li > a:focus {
}
.biz-nav .nav > li > a:hover:before {
    background: #ededed;
}
.biz-nav .nav > li.active > a {
    font-weight: 900;
    color: #0386c6;
}
.biz-nav .nav > li.active > a:before {
    background: #a0d2ea;
}

[id^="business"] .contents {
}
[id^="business"] .intro {
    padding: 60px 0;
    background: #f8f8f8;
}
.biz-nav.fixed + .intro {
    padding-top: 141px;
}
[id^="business"] .intro p {
    text-align: center;
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    /* padding: 0 107px; */
}

[id^="business"].sub-contents > .contents > section {
    background: #fff;
}

[id^="business"] .contents h3 {
    font-size: 36px;
    font-weight: 900;
    margin: 0 0 65px;
}
[id^="business"] .contents h4 {
    font-size: 27px;
    font-weight: 600;
    padding-left: 15px;
    position: relative;
    margin: 0 0 20px;
}
[id^="business"] .contents h4:before {
    content: "";
    display: block;
    width: 4px;
    height: 20px;
    background: #62bde9;
    border-radius: 50px;
    position: absolute;
    top: 4px;
    left: 0;
}
#business1 .b2b-process {
    display: flex;
    justify-content: space-around;
    margin-top: 45px;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (max-width: 767.98px) {
    #business1 .b2b-process {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
}
#business1 .b2b-process .process {
    text-align: center;
    width: 280px;
    padding: 0px 35px;
}
#business1 .b2b-process .process > span {
    display: block;
    font-size: 46px;
    width: 140px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    /* line-height: 120px; */
    border-radius: 50%;
    /* border: 1px solid #999; */
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
    margin: 0 auto 20px;
    color: #0093db;
}
#business1 .b2b-process .process .caption {
    margin: 0;
}
#business1 .b2b-process .process .caption dt {
    font-size: 20px;
    margin: 0 0 5px;
}
#business1 .b2b-process .process .caption dd {
    font-size: 16px;
}

#business2 .platform-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#business2 .platform-box .img-area {
    width: 250px;
}
#business2 .platform-box .img-area .ani {
    animation-duration: 1.8s;
}
#business2 .platform-box .txt-area {
    width: calc(100% - 250px);
    padding-left: 80px;
}
#business2 .platform-box .txt-area h3 {
    margin: 0 0 15px;
}
#business2 .platform-box .txt-area p {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px;
}
#business2 .platform-box .txt-area ol {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}
#business2 .platform-box .txt-area ol li {
    margin-top: 3px;
}
#business2 .platform-box .txt-area ol li span {
    margin-right: 5px;
}
#business2 .platform-box .txt-area .platform-link {
    list-style: none;
    display: flex;
    padding: 0;
}
#business2 .platform-box .txt-area .platform-link li {
    margin-right: 22px;
}
#business2 .platform-box .txt-area .platform-link li a {
    color: #000;
    opacity: 0.7;
    /* text-decoration: underline; */
    font-size: 14px;
}
#business2 .platform-box .txt-area .platform-link li a i {
    margin-right: 7px;
}
#business2 .platform-box .txt-area .platform-link li a i.fa-instagram {
    color: #ff3ede;
    margin: 0;
}
#business2 .platform-box .txt-area .platform-link li a:hover {
    color: #066fb3;
    text-decoration: none;
}

#business3 .biz-brand-box {
    display: flex;
    margin: 0 0 45px;
    align-items: center;
}
#business3 .biz-brand-box .left {
    width: 860px;
    padding-right: 80px;
}
#business3 .biz-brand-box .left img {
    margin-bottom: 35px;
    max-height: 200px;
    max-width: 160px;
}
#business3 .biz-brand-box .left p {
    font-size: 17px;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 15px;
}
#business3 .biz-brand-box .left p > b {
}
#business3 .biz-brand-box .left p:last-child {
    margin-bottom: 0;
}
#business3 .biz-brand-box .right {
}
#business3 .biz-brand-box .right img {
}
.biz-collabo {
    background: #f8f8f8;
    padding: 40px 120px 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 25px;
}
.biz-collabo h5 {
    width: 100%;
    font-size: 36px;
    text-align: center;
    font-weight: 900;
    margin: 0 0 55px;
    letter-spacing: -0.023em;
}
.biz-collabo .left {
    width: 40%;
}
.biz-collabo .left img {
}
.biz-collabo .right {
    width: 60%;
    padding-left: 45px;
}
.biz-collabo .right p {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.search_wrap {
    margin-bottom: 0;
}
.table.table_default tr th,
.table.table_default tr td {
    font-size: 16px;
    letter-spacing: -0.034em;
    border-color: #e3e3e3;
}
.table.table_default tbody .subject a:hover {
    text-decoration: underline;
}
.table.table_default tbody .subject .badge {
    padding: 6px 7px 5px;
    margin-right: 8px;
    font-weight: 500;
    color: #fff;
    background: #0386c6;
    border-radius: 2px;
}

/*********** 서브 끝 ***********/

.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    font-family: "Noto Sans KR", "Noto Sans CJK KR", sans-serif;
    font-size: 15px;
    font-weight: 500;
}
.board_wrapper .table.board_write_table tbody tr th {
    background: #fff;
    width: 180px;
}
.board_wrapper .table.board_write_table {
    border-top: none;
    border-bottom: none;
}
.board_wrapper .table.board_write_table > tbody > tr > td,
.board_wrapper .table.board_write_table > tbody > tr > th,
.board_wrapper .table.board_write_table > tfoot > tr > td,
.board_wrapper .table.board_write_table > tfoot > tr > th,
.board_wrapper .table.board_write_table > thead > tr > td,
.board_wrapper .table.board_write_table > thead > tr > th {
    border: none;
}
.text-muted {
    font-size: 14px !important;
    letter-spacing: -0.034em;
}

.navbar-inverse .container {
    width: 100%;
}
.navbar-inverse .navbar-brand {
    margin-left: 50px !important;
}
/*
#about #section2 .row > div {
    width: 100%;
    margin-left: 0;
}
*/
#team #section2 .row {
    margin: 0;
}
#team #section2 .row > div {
    padding-left: 0;
    padding-right: 70px;
    border: 1px solid transparent;
}
#team #section2 .box > p {
    font-weight: 300;
    opacity: 1;
}
/*
:is(#brand1_sub01, #brand1_sub02) #row3 .col-sm-6 {
    padding-left: 50px;
    padding-right: 50px;
}
*/

#brand2 > .page-top h3 + p {
    font-size: 16px;
}
#brand2 .product > .overlap p {
    opacity: 0.85;
}
.board_wrapper .table.board_write_table > tbody > tr > td {
    padding: 10px 0;
}
.board_wrapper .table.board_write_table > tbody > tr > th {
    padding: 20px 0;
    width: 150px;
}
.custom_checkbox + span {
    letter-spacing: -0.034em;
}
.board_wrapper .text-center .btn.btn-lg {
    font-size: 16px;
    padding: 12px 70px;
}
#contact .board_wrapper .text-center {
    text-align: left;
}

#team #section2 .row > div:nth-child(1),
#team #section2 .row > div:nth-child(3) {
    border-right: 1px solid #4293ef;
}
#team #section2 .row > div:nth-child(1),
#team #section2 .row > div:nth-child(2) {
    border-bottom: 1px solid #4293ef;
}
#team #section2 .row > div:nth-child(even) {
    padding-left: 70px;
    padding-right: 0;
}
#team #section2 #box3,
#team #section2 #box4 {
    margin-bottom: 0;
}
#brand2 > .page-top p {
    font-size: 20px;
}

/****** 모바일 최적화 시작 ******/
@media (max-width: 1119px) {
    /* 태블릿, 모바일 */
    .sub-contents {
        overflow-x: hidden;
    }
    .main-contents > #section2 .banner > a::before {
        background: rgba(0, 0, 0, 0.3);
    }
    .main-contents > #section2 .banner img {
        top: 30%;
        left: 50%;
        position: absolute;
        width: 200px;
        margin: 0;
        transform: translate(-50%, -30%);
    }
    .main-contents > #section2 .banner .overlap {
        top: 70%;
        font-size: 15px;
        opacity: 1;
        transform: translate(-50%, -70%);
    }
    #brand_intro .brand > a::before {
        background: rgba(0, 0, 0, 0.5);
    }
    #brand_intro #brand1 > a::before {
        background: rgba(255, 255, 255, 0.5);
    }
    #brand_intro .brand .text {
        top: 50%;
        left: 0;
        width: 100%;
        position: absolute;
        padding: 15px 10px;
        transform: translate(0, -50%);
    }
    #brand_intro .brand .overlap {
        position: static;
        transform: none;
        opacity: 1;
    }
    #brand_intro #brand1 > a .overlap {
        font-weight: 700;
        color: #333;
        line-height: 1.5em;
        width: 100%;
    }
    .box-brand .description {
        position: static;
        padding: 50px 30px;
        color: #333;
        opacity: 1;
        background: #f6f6f6;
    }
    .box-brand h4.name {
        font-size: 28px;
    }
    .box-brand .more {
        width: 60px;
        height: 60px;
        right: 25px;
        bottom: 25px;
        padding: 16px 15px;
        font-size: 11px;
        color: #fff;
        background: #333;
    }
    :is(#brand1_sub01, #brand1_sub02) #row1 {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    /* 모바일 */
    #site {
        padding-top: 100px;
    }
    .navbar-inverse .navbar-brand {
        margin-left: 0 !important;
    }
    .navbar-inverse .navbar-brand img {
        height: 50px;
    }
    .navbar-inverse .navbar-nav {
        margin: 0 -15px;
        padding: 10px 0;
        border-top: 1px solid #ddd;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 12px 15px;
        font-size: 15px;
    }
    .navbar-inverse .navbar-nav > .open {
        background-color: #f6f6f6;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu {
        padding: 10px 15px;
        font-size: 15px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 25px;
        color: #444;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        font-weight: 500;
        color: #0386c6;
    }

    .main-contents > #section-video {
        height: 450px;
    }
    .main-contents > #section-video > video {
        width: auto;
        height: 450px;
    }
    .main-contents > #section-video .video-caption {
        top: 55%;
        right: 5%;
        left: 5%;
        transform: translateY(-55%);
    }
    .video-caption > .wrap-typing {
        min-height: 115px;
    }
    .main-contents > #section-video .video-caption h2 {
        font-size: 17px;
    }
    .main-contents > #section-video .video-caption h2.typing:not(.typing4) {
        margin-bottom: 5px;
    }
    .main-contents > #section-video .video-caption > h1 {
        margin: 20px 0 0;
        font-size: 22px;
        font-weight: 500;
    }
    .main-contents > #section2 h3 {
        margin: 0 0 40px;
        font-size: 30px;
    }
    .main-contents > #section2 .banner > a {
        height: 250px;
        margin-bottom: 10px;
    }

    /* 메인 - It begins with you, it ends with you. */
    @keyframes fadeInLeft2 {
        0% {
            opacity: 0;
            width: 0;
        }
        100% {
            opacity: 1;
            width: 330px;
        }
    }

    #site footer .footer-info {
        padding: 25px 0 30px;
        text-align: center;
    }
    #site footer .footer-info .container > div:nth-child(1) {
        text-align: center;
    }
    #site footer .footer-info img {
        height: 50px;
        margin: 0 auto 12px;
    }
    #site footer .footer-info ul li {
        font-size: 12px;
        line-height: 18px;
    }

    .sub-contents > .page-top {
        height: 150px;
        padding: 46px 0 0;
        background-size: 821px;
        background-position: center 75px;
    }
    .sub-contents > .page-top h1 {
        margin: 73px 0 0;
        font-size: 57px;
    }
    .sub-contents > .page-top .sm {
        font-size: 28px;
    }
    .sub-contents > .contents > section {
        padding: 80px 0;
    }
    #team > .contents > section:first-child,
    #contact > .contents > section:first-child {
        padding-top: 130px !important;
    }

    #about #section1 {
        padding: 130px 0 100px;
    }
    #about #section1 .image {
        padding-left: 100px;
        padding-right: 100px;
    }
    #about #section1 .image > img {
        margin: 0 auto 50px;
    }
    #about #section1 h3 {
        font-size: 23px;
        line-height: 1.5em;
        word-break: keep-all;
    }
    #about #section2 {
        padding-bottom: 130px;
    }
    #about .connect {
        margin-top: 0;
        text-align: center;
        flex-direction: column;
        padding-inline: 20px;
    }
    #about .connect > .wrap-circle {
        width: auto;
        display: inline-block;
    }
    #about .connect > .wrap-circle.center {
        margin: 50px 0;
        padding-inline: 20px;
        width: auto;
    }
    #about .connect > .wrap-circle:not(.center) .circle {
        width: 240px;
        height: 240px;
    }
    #about .connect > .wrap-circle.left .circle {
        padding: 30px 35px 20px;
    }
    #about .connect > .wrap-circle.right .circle {
        padding: 90px 0;
    }
    #about .connect > .wrap-circle.center .circle {
        /* padding: 100px 87px; */
        /* width: auto; */
        width: 280px;
    }
    #about .connect > .wrap-circle:not(.center) .circle::after {
        top: auto;
        right: auto;
        bottom: -40px;
        left: 50%;
        width: 1px;
        height: 40px;
    }
    #about .connect > .wrap-circle.right .circle::after {
        top: -40px;
        bottom: auto;
    }
    #about #section3 {
        padding: 80px 0 70px;
    }
    #about #section3 h4 {
        margin: 0 0 15px;
        font-size: 22px;
    }
    #about #section3 h3 {
        font-size: 35px;
        line-height: 1.5em;
    }
    #team #section1 h3 {
        margin: 0 0 30px;
        font-size: 25px;
    }
    #team #section1 h4 {
        margin: 0 0 35px;
        font-size: 18px;
    }
    #team #section1 ul > li {
        width: 100%;
    }
    #team #section1 ul > li > .inner {
        height: 147px;
    }
    #team #section1 ul > li .overlay > .kr {
        top: 65%;
    }
    #team #section2 {
        padding: 45px 0;
    }
    #team #section2 .row > div {
        padding-right: 15px !important;
        padding-left: 15px !important;
        border: none !important;
    }
    #team #section2 .row > div:not(:last-child) {
        border-bottom: 1px solid #4293ef !important;
    }
    #team #section2 .box {
        height: auto;
        margin: 35px 0 !important;
    }
    #team #section2 .box > h4 {
        font-size: 25px;
    }
    #brand_intro .brand {
        height: 400px;
    }
    #brand_intro .brand img {
        width: 240px;
    }
    #brand_intro #brand1 .sm {
        margin: 30px 0 0;
        font-size: 18px;
    }
    #brand_intro #brand2 .sm {
        font-size: 18px;
    }
    #brand_intro .brand .overlap {
        margin: 30px 0 0;
        font-size: 17px;
        line-height: 1.5em;
    }
    #site :is(#brand1, [id*="brand1_sub"]) > .page-top {
        height: 330px;
        padding: 100px 0 0;
        background-position: 50% 0;
    }
    [lang="en-US"] #site :is(#brand1, [id*="brand1_sub"]) > .page-top {
        height: 250px;
    }
    :is(#brand1, [id*="brand1_sub"]) > .page-top .wrap-logo {
        top: -65px;
    }
    :is(#brand1, [id*="brand1_sub"]) > .page-top .wrap-logo > img {
        width: 60px;
    }
    :is(#brand1, [id*="brand1_sub"]) > .page-top h2 {
        margin: 0 0 15px;
        font-size: clamp(32px, 5vw, 40px);
    }
    :is(#brand1, [id*="brand1_sub"]) > .page-top h3 {
        font-size: 20px;
    }
    #brand1 .contents h3 {
        margin: 0 0 40px;
        font-size: 30px;
    }
    .box-brand .img-logo {
        top: clamp(22%, 30vw, 32%);
        /* left: 30%; */
    }
    .box-brand .img-logo > img {
        /* width: 140px; */
    }
    :is(#brand1_sub01, #brand1_sub02) #row1 h2 img {
        width: 180px;
    }
    :is(#brand1_sub01, #brand1_sub02) #row1 .text::before {
        margin: 60px 0;
    }
    :is(#brand1_sub01, #brand1_sub02) .contents h2 {
        margin: 0 0 70px;
        font-size: 33px;
        line-height: 1.3em;
        word-break: keep-all;
    }
    :is(#brand1_sub01, #brand1_sub02) .contents h2 img {
        width: 140px;
    }
    :is(#brand1_sub01, #brand1_sub02) #row3 {
        margin-bottom: 80px;
    }
    :is(#brand1_sub01, #brand1_sub02) .product > .desc {
        margin-bottom: 50px;
    }
    :is(#brand1_sub01, #brand1_sub02) .product .name {
        margin: 40px 0 20px;
    }
    :is(#brand1_sub01, #brand1_sub02) .product p {
        font-size: 16px;
    }
    #brand2 > .page-top {
        height: 420px;
        padding: 60px 0 0;
        background-position: 10% 40%;
    }
    #brand2 > .page-top h2 {
        margin: 0 0 20px;
        font-size: 30px;
        line-height: 1.4em;
        word-break: keep-all;
    }
    #brand2 > .page-top p {
        font-size: 16px;
    }
    #brand2 .contents h3 > img {
        width: 230px;
    }
    #brand2 .nav-tabs {
        width: auto;
        margin: 0 auto 60px;
    }
    #brand2 .nav-tabs > li > a {
        padding: 13px 0 10px;
        font-size: 16px;
        border: 1px solid #ddd;
    }
    #brand2 .nav-tabs > .active > a,
    #brand2 .nav-tabs > li > a:hover {
        border: 1px solid #0386c6;
    }
    #brand2 .product {
        margin-bottom: 50px;
    }
    #brand2 .product > .wrap-overlap .overlap {
        /* width: 315px; */
        /* height: 315px; */
    }
    .board_wrapper .table.board_write_table > tbody > tr > th {
        padding: 10px 0 0 15px !important;
    }
    .board_wrapper .table.board_write_table tbody tr td .form-control {
        width: 100%;
    }
    .board_wrapper .text-center .btn.btn-lg {
        width: 100%;
        margin: 15px 0 0;
        font-size: 15px;
    }
    .member_wrapper {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .main-contents > #section3 h3 {
        margin: 0 0 23px;
        font-size: 29px;
        font-weight: 700;
        font-family: "Poppins", "notokr", sans-serif;
    }
    .main-contents > #section3 .main-biz-wrap .item {
        padding: 0 15px;
        width: 100vw;
    }
    .main-biz-wrap .item .main-biz .txt-box {
        top: auto;
        left: 85px;
        right: auto;
        bottom: 5px;
        padding: 15px 15px 35px;
        width: auto;
        transition: all 0.3s ease;
    }
    .main-biz-wrap .item .main-biz .txt-box .tit {
        display: block;
        font-size: 18px;
        margin: 0 0 10px;
    }
    .main-biz-wrap .item .main-biz .txt-box .des {
        font-size: 13px;
    }
    .main-biz-wrap .item .main-biz .txt-box .more {
        font-family: "notokr";
        font-size: 13px;
        font-weight: 300;
        position: absolute;
        bottom: 10px;
        right: 10px;
        text-decoration: underline;
        opacity: 0.7;
    }
    [id^="business"] .page-top .container {
        width: 100%;
    }
    [id^="business"] .page-top h2 {
        color: #fff;
        margin: 0;
        font-size: 34px;
        font-weight: 800;
        letter-spacing: -0.023em;
        width: 100%;
    }
    .biz-nav .nav {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .biz-nav .nav > li {
        margin: 0;
        padding: 10px 25px;
        width: 50%;
        text-align: center;
    }
    .biz-nav .nav > li > a {
        padding: 0;
        font-size: 17px;
    }
    .biz-nav.fixed {
        position: fixed;
        top: 75px;
    }
    .biz-nav.fixed + .intro {
        padding-top: calc(60px + 88px);
    }
    [id^="business"] .intro p {
        text-align: center;
        font-size: 17px;
    }
    [id^="business"] .intro p br {
        display: none;
    }
    [id^="business"] .contents h3 {
        font-size: 25px;
    }
    [id^="business"] .contents h4 {
        font-size: 22px;
    }
    [id^="business"] .contents h4:before {
        top: 1px;
    }
    #business1 .b2b-process .process {
        text-align: center;
        /* width: 50%; */
        padding: 0px 25px;
    }
    #business1 .b2b-process .process .caption dt {
        font-size: 18px;
        margin: 0 0 5px;
    }
    #business1 .b2b-process .process .caption dd {
        font-size: 13px;
    }

    #business2 .platform-box {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
    }
    #business2 .platform-box .img-area {
        width: 100%;
        padding: 0 80px;
        margin: 0 0 30px;
    }
    #business2 .platform-box .txt-area {
        width: 100%;
        padding: 30px 15px;
    }
    #business2 .platform-box .txt-area p {
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 15px;
    }
    #business2 .platform-box .txt-area ol li {
        margin-top: 3px;
        font-size: 15px;
    }
    #business3 .biz-brand-box {
        display: flex;
        margin: 0 0 65px;
        align-items: center;
        flex-direction: column;
    }
    #business3 .biz-brand-box .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px;
    }
    #business3 .biz-brand-box .right {
        width: 100%;
    }
    .biz-collabo {
        background: #f8f8f8;
        padding: 30px 30px 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-radius: 25px;
        flex-direction: column;
    }
    .biz-collabo h5 {
        width: 100%;
        font-size: 26px;
    }
    .biz-collabo .right {
        width: 100%;
        padding-left: 0px;
    }
    .biz-collabo .left {
        width: 100%;
        margin-bottom: 30px;
    }
    .biz-collabo .right p {
        font-size: 17px;
        font-weight: 600;
        margin: 0;
    }
    .biz-collabo .right p br {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1119px) {
    /* 태블릿 */
    .navbar-inverse .navbar-brand {
        margin-left: 15px !important;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 30px;
    }

    .main-contents > #section-video {
        height: 600px;
    }
    .main-contents > #section-video > video {
        width: auto;
        height: 600px;
    }
    .main-contents > #section-video .video-caption {
        right: 10%;
        left: 10%;
    }
    .video-caption > .wrap-typing {
        min-height: 168px;
    }
    .main-contents > #section-video .video-caption h2 {
        font-size: 30px;
    }
    .main-contents > #section-video .video-caption h2.typing:not(.typing4) {
        margin-bottom: 12px;
    }
    .main-contents > #section-video .video-caption > h1 {
        margin: 30px 0 0;
        font-size: 37px;
    }
    .main-contents > #section2 .banner > a {
        height: 300px;
    }
    .main-contents > #section2 .banner img {
        top: 40%;
        transform: translate(-50%, -40%);
    }

    #site footer .footer-info {
        padding: 35px 0 40px;
    }
    #site footer .footer-info ul li {
        line-height: 22px;
    }

    .sub-contents > .page-top {
        height: 250px;
        padding: 190px 0 0;
    }
    .sub-contents > .contents > section {
        padding: 100px 0;
    }
    #about #section1 {
        padding: 150px 0 100px;
    }
    #about #section1 .text {
        padding-left: 20px;
        padding-right: 20px;
    }
    #about #section1 .image {
        padding-left: 40px;
        padding-right: 40px;
    }
    #about #section2 {
        padding-bottom: 150px;
    }
    #about .connect > .wrap-circle:not(.center) .circle {
        width: 190px;
        height: 190px;
        padding: 55px 15px;
    }
    #about .connect > .wrap-circle.left .circle {
        padding: 30px;
        word-break: keep-all;
    }
    #about .connect > .wrap-circle.center .circle {
        padding: 74px 60px;
    }
    #about #section3 {
        padding: 70px 0 60px;
    }
    #team #section1 ul > li {
        width: 50%;
    }
    #team #section2 .row > div {
        padding-right: 40px;
    }
    #team #section2 .row > div:nth-child(even) {
        padding-left: 40px;
    }
    #team #section2 .box {
        height: 230px;
    }
    #brand_intro .brand {
        height: 450px;
    }
    #brand_intro .brand img {
        width: 380px;
    }
    #brand_intro #brand1 .sm,
    #brand_intro #brand2 .sm {
        margin: 40px 0;
    }
    :is(#brand1, [id*="brand1_sub"]) > .page-top {
        height: 320px;
        padding: 120px 0 0;
    }
    :is(#brand1, [id*="brand1_sub"]) > .page-top h2 {
        margin: 0 0 10px;
        font-size: 50px;
    }
    :is(#brand1, [id*="brand1_sub"]) > .page-top h3 {
        font-size: 25px;
    }
    :is(#brand1, [id*="brand1_sub"]) > .page-top .wrap-logo {
        top: -90px;
    }
    :is(#brand1, [id*="brand1_sub"]) > .page-top .wrap-logo > img {
        width: 70px;
    }
    .box-brand .img-logo {
        top: 32%;
    }
    :is(#brand1_sub01, #brand1_sub02) #row1 .text::before {
        margin: 70px 0;
    }
    :is(#brand1_sub01, #brand1_sub02) .product > .desc {
        margin-bottom: 50px;
        font-size: 16px;
    }
    :is(#brand1_sub01, #brand1_sub02) #row3 {
        margin-bottom: 50px;
    }
    #brand2 > .page-top {
        height: 320px;
        padding: 60px 0 0;
    }
    #brand2 > .page-top h2 {
        margin: 0 0 30px;
        font-size: 46px;
        line-height: 1.3em;
        word-break: keep-all;
    }
    #brand2 .product {
        margin-bottom: 50px;
    }
    #brand2 .product > .name {
        min-height: 40px;
    }
    #brand2 .product > .wrap-overlap .overlap {
        width: 210px;
        height: 210px;
        padding: 25px 20px;
    }
    #brand2 .product .overlap .name-inner {
        font-size: 18px;
    }
    #contact #row1 > div {
        margin-left: 15px;
    }
}
@media (min-width: 768px) {
    /* 데스크탑, 태블릿 */
    :is(#brand1_sub01, #brand1_sub02) #row3 {
        margin-right: -10px;
        margin-left: -10px;
    }
    :is(#brand1_sub01, #brand1_sub02) #row3 > div[class^="col-"] {
        padding: 0 10px;
    }
    #brand2 #row2 {
        width: 700px;
        margin: auto;
    }
}
@media (min-width: 1200px) {
    /* 데스크탑 */
    .main-contents > #section2 .banner > a:hover::before {
        background: rgba(0, 0, 0, 0.5);
    }
    .main-contents > #section2 .banner > a:hover img {
        opacity: 0;
    }
    .main-contents > #section2 .banner > a:hover .overlap {
        top: 50%;
        opacity: 1;
    }
    #site footer .footer-info .container > div:nth-child(1) {
        margin-right: 0;
        text-align: right;
        padding-left: 90px;
    }
    #about #section1 .image {
        padding-right: 150px;
        padding-left: 200px;
    }
    #about #section1 .text {
        padding-top: 70px;
        padding-right: 50px;
        padding-left: 0;
    }
    #team #section3 {
        padding-top: 180px;
    }
    #brand_intro .brand > a:hover::before {
        background: rgba(0, 0, 0, 0.5);
    }
    #brand_intro #brand1 > a:hover::before {
        background: rgba(255, 255, 255, 0.5);
    }
    #site #brand_intro.brand-bite .brand > a:hover::before {
        background: rgba(0, 0, 0, 0.5);
    }
    #brand_intro .brand > a:hover .sm,
    #brand_intro .brand > a:hover img {
        opacity: 0;
    }
    #brand_intro .brand > a:hover .overlap {
        top: 45%;
        opacity: 1;
    }
    #brand_intro.brand #brand1 > a:hover .overlap {
        color: #333;
        font-weight: 700;
    }
    :is(#brand1_sub01, #brand1_sub02) #row1 {
        margin-bottom: 200px;
        padding-left: 35px;
        padding-right: 35px;
    }
    :is(#brand1_sub01, #brand1_sub02) #row1 .text {
        padding: 150px 0 0 120px;
    }
    :is(#brand1_sub01, #brand1_sub02) .product p {
        height: 81px;
    }
    #contact #row1 > div {
        width: 60%;
        margin-left: 40%;
    }
}
/******* 모바일 최적화 끝 *******/

/* 2024-11-11 */
.cert-wrap {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.cert-wrap .col {
    max-width: 300px;
    width: 100%;
    text-align: center;
}
.cert-wrap .col p {
    margin-top: 20px;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (max-width: 767.98px) {
    .cert-wrap {
        gap: 20px;
    }
}

.scroll-box-xs + .scroll-box-xs {
    margin-top: 20px;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 575.98px) {
    .scroll-box-xs {
        position: relative;
        padding-inline: 15px;
    }
    .scroll-box-xs:not(.on)::before {
        cursor: pointer;
        box-sizing: content-box;
        content: "\2b";
        font-family: "Font Awesome 6 Free";
        background-color: #000;
        border: 2px solid #fff;
        border-top: 0;
        border-right: 0;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        font-size: 20px;
        aspect-ratio: 1/1.02;
        position: absolute;
        right: 15px;
        top: 0;
        z-index: 100;
        line-height: 0;
    }
    .scroll-box-xs.on {
        position: relative;
        /* touch-action: pan-x; */
        overflow-x: auto;
    }
    .scroll-box-xs.on img {
        max-width: 1000px;
        width: auto;
        height: auto;
        padding-right: 15px;
    }
}
