    :root {
        --primary: #FF6B00;
        --secondary: #ECE2D8;
        --cm-subpadd: 120px 0;
        --cm-subtit: 50px;
        --cm-subtit-padd: 0 0 100px;
    }

    @media (max-width:1024px) {
        :root {
            --cm-subtit: 40px;
        }
    }

    @media (max-width:768px) {
        :root {
            --cm-subpadd: 60px 0;
            --cm-subtit: 32px;
            --cm-subtit-padd: 0 0 40px;
        }
    }

    /******************** fullpage reset */

    .fp-viewing-2 #header {
        border-bottom: none;
    }

    .fp-viewing-2 #header .logo,
    .fp-viewing-2 #header nav {
        display: none;
        border-bottom: none;
    }

    .fp-viewing-3 #header {
        border-bottom: none;
    }

    .fp-viewing-3 #header .logo,
    .fp-viewing-3 #header nav {
        display: none;
        border-bottom: none;
    }


    .fp-viewing-4 #header .header_gnb .depth_1 > a > span {
        color: #111;
    }

    .fp-viewing-4 #header .header_wrap .header_inner .logo a {
        background: url(../images/logo-c.svg) no-repeat !important;
        background-size: 150px !important;
    }

    .fp-viewing-5 #header {
        display: none;
    }

    @media (max-width:1279px) {
        .fp-viewing-4 #header .header_wrap .header_inner .logo a {
            background: url(../images/logo-c.svg) no-repeat !important;
            background-size: 115px !important;
        }

        .fp-viewing-2 #header .logo,
        .fp-viewing-2 #header nav {
            display: block;

        }

        .fp-viewing-3 #header .logo,
        .fp-viewing-3 #header nav {
            display: block;

        }

        .fp-viewing-5 #header {
            display: block;
        }
        
        #header nav {
            display: none !important;
        }
    }


    /******************** swiper reset */
    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after,
    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        display: none !important;
    }

    .swiper-button-prev,
    .swiper-button-next {
        position: static !important;
        right: inherit;
        left: inherit;
    }

    .tit_nav {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: row-reverse;
    }

    .tit_nav span {
        color: #888;
    }

    .swp1_nav_btn span {
        color: rgba(255, 255, 255, 0.68) !important;
    }

    /******************** common */
    .respon-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* ✅ 최대 2줄만 표시 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
        /* 단어도 잘라줌 */
        font-size: 1.2rem;
        /* 반응형 폰트 사이즈 */
        line-height: 1.4;
    }

    strong.sub_copy {
        color: #fff;
        font-weight: 400;
    }

    strong.sub_copy em {
        color: var(--primary);
    }

    .main .cm_tit {
        position: relative;
        text-align: center;
        z-index: 2;
        margin-bottom: 60px;
    }

    .main .cm_tit h2 {
        font-size: 48px;
        line-height: 1;
        color: #fff;
        margin: 24px 0;
    }

    .main .cm_tit p {
        color: #fff;
        line-height: 1.4;
        opacity: .7;
        font-size: 18px;
    }

    .sub_nav.on .sub_drop_list {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
        z-index: 5 !important;
    }

    @media (max-width:768px) {
        .sub_nav_wrap .sub_drop_wrap .depth1 {
            display: none;
        }

        .sub_drop_wrap .sub_nav:nth-child(3) {
            width: 100% !important;
        }
    }




    /************************************************/

    /******************** sub common */
    .sub_sec {
        padding: var(--cm-subpadd);
    }

    .sub_sec .inner .sub_tit {
        padding: var(--cm-subtit-padd);
        text-align: center;
    }

    .sub_sec .inner .sub_tit h2 {
        font-size: var(--cm-subtit);
        font-weight: 700;
        line-height: 1;
        color: #111;
    }

    .bbs_sub_tit {
        padding: var(--cm-subtit-padd);
        text-align: center;
    }

    .bbs_sub_tit h2 {
        font-size: var(--cm-subtit);
        font-weight: 700;
        line-height: 1;
        color: #111;
    }





    /************************************************/

    .main .sec1 {
        position: relative;
    }

    .main .sec1 .swiper4 {
        position: relative;
        width: 100%;
        height: 100vh;
    }

    .main .sec1 .swiper4 .swiper-txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        z-index: 3;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .main .sec1 .swiper4 .swiper-txt .df {
        max-width: 1440px;
        margin: 0 auto;
        color: #fff;
        text-align: left;
    }

    .main .sec1 .swiper4 .swiper-txt .df > * {
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.7s ease;
    }

    .main .sec1 .swiper4 .swiper-txt .df strong {
        font-size: 21px;
        font-weight: 400;
    }

    .main .sec1 .swiper4 .swiper-txt .df h2 {
        margin: 20px 0 24px;
        font-size: 76px;
        line-height: 1;
        color: #fff;
        font-weight: 600;
    }

    .main .sec1 .swiper4 .swiper-txt .df p {
        margin-bottom: 32px;
        line-height: 1.6;
        font-size: 20px;
    }

    .main .sec1 .swiper4 .swiper-txt .df a {
        display: flex;
        width: 200px;
        height: 50px;
        border-radius: 50px;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 500;
        background: var(--primary);
        margin-bottom: 40px;
    }

    .main .sec1 .swiper4 .swiper-txt .df > *:nth-child(1) {
        transition-delay: .4s;
    }

    .main .sec1 .swiper4 .swiper-txt .df > *:nth-child(2) {
        transition-delay: 0.7s;
    }

    .main .sec1 .swiper4 .swiper-txt .df > *:nth-child(3) {
        transition-delay: 1s;
    }

    .main .sec1 .swiper4 .swiper-txt .df > *:nth-child(4) {
        transition-delay: 1.2s;
    }

    .main .sec1 .swiper4 .swiper-txt.active .df > * {
        transform: translateY(0px);
        visibility: visible;
        opacity: 1;
    }


    .main .sec1 .swiper4 .swiper-slide {
        position: relative;
        width: 100%;
        height: 100vh;
    }

    .main .sec1 .swiper4 .swiper-slide:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0, 0, 0, .25);
        z-index: 2;
    }

    .main .sec1 .swiper4 .swiper-slide .bg {
        background-size: cover !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .main .sec1 .swiper4 .swiper-pagination {
        position: inherit;
        left: inherit;
        bottom: inherit;
        top: inherit;
        text-align: inherit;
    }

    .main .sec1 .swiper4 .swiper-pagination-bullet-active {
        background: var(--primary) !important;
    }

    .main .sec1 .scroll-down {
        position: absolute;
        bottom: -70px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        z-index: 5;
        box-sizing: border-box;
    }

    .main .sec1 .scroll-down .df {
        max-width: 1440px;
        margin: 0 auto;
    }

    .main .sec1 .scroll-down span {
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        line-height: 1;
        opacity: .7;
    }

    .main .sec1 .scroll-down i {
        width: 2px;
        height: 70px;
        justify-content: center;
        margin-left: 6px;
        position: relative;
        display: block;
        overflow: hidden;
    }

    .main .sec1 .scroll-down i:after {
        content: '';
        width: 2px;
        height: 30px;
        top: 0%;
        background: #fff;
        position: absolute;
        animation: scroll-down 1.5s both infinite;
    }

    @keyframes scroll-down {
        0% {
            top: -100%;
        }

        100% {
            top: 100%;
        }
    }

    @media (max-width:1540px) {
        .main .sec1 .swiper4 .swiper-txt {
            padding-left: 150px;
        }

        .main .sec1 .scroll-down {
            left: 57%;
        }
    }

    @media (max-width:1200px) {

        .main .sec1 .swiper4 .swiper-txt {
            padding-left: 80px;
        }

        .main .sec1 .swiper4 .swiper-txt .df h2 {
            font-size: 64px;
        }


    }

    @media (max-width:768px) {
        .main .sec1 .swiper4 .swiper-slide .bg {
            background-position: 50% 50% !important;
        }

        .main .sec1 .swiper4 .swiper-txt .df h2 {
            font-size: 36px;
        }

        .main .sec1 .swiper4 .swiper-txt {
            padding: 0;
        }

        .main .sec1 .swiper4 .swiper-txt .df strong {
            font-size: 18px;
        }

        .main .sec1 .swiper4 .swiper-txt .df p {
            font-size: 16px;
        }

        .main .sec1 .swiper4 .swiper-txt .df {
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    }

    @media (max-width:360px) {
        .main .sec1 .swiper4 .swiper-txt .df h2 {
            font-size: 28px;
        }

        .main .sec1 .swiper4 .swiper-txt .df strong {
            font-size: 16px;
        }

        .main .sec1 .swiper4 .swiper-txt .df p {
            font-size: 15px;
        }
    }

    .main .sec2 .inner {
        height: 100vh;
    }

    .main .sec2 .inner .dflx {
        display: flex;
        height: 100%;
    }

    .main .sec2 .inner .dflx .left,
    .main .sec2 .inner .dflx .right {
        width: 50%;
    }

    .main .sec2 .inner .dflx .left {
        position: relative;
        height: 100%;
        overflow: hidden;
        background: #fff;
    }

    .main .sec2 .inner .dflx .left .df {
        position: relative;
        z-index: 3;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    .main .sec2 .inner .dflx .left .df .con {
        text-align: center;
    }

    .main .sec2 .inner .dflx .left .df .con .top {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-bottom: 32px;
    }

    .main .sec2 .inner .dflx .left .df .con .top div:nth-child(1) {
        margin-bottom: 24px;
    }

    .main .sec2 .inner .dflx .left .df .con .mid h2 {
        font-size: 36px;
        line-height: 1.4;
        color: #111;
    }

    .main .sec2 .inner .dflx .left .df .con .mid h2 span {
        color: var(--primary);
    }

    .main .sec2 .inner .dflx .left .bg {
        background: url(../images/left-bg.jpg) no-repeat;
        background-size: cover !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .main .sec2 .inner .dflx .right {
        position: relative;
    }

    .main .sec2 .inner .dflx .right:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: rgb(0, 0, 0, .6);
        z-index: 1;
    }


    .main .sec2 .inner .dflx .left .txt_type {
        position: absolute;
        text-align: center;
        width: 100%;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .main .sec2 .inner .dflx .left .txt_type img {
        width: 700px;
    }

    .main .sec2 .inner .dflx .right .bg {
        background: url(../images/right-bg.jpg) no-repeat;
        background-size: cover !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .main .sec2 .inner .dflx .right .list {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        position: relative;
        z-index: 2;
    }

    .main .sec2 .inner .dflx .right .list .df {
        width: 100%;
        padding: 0 120px;
    }

    .main .sec2 .inner .dflx .right .list .df h3 {
        color: #fff;
        margin-bottom: 24px;
        font-size: 24px;
    }

    .main .sec2 .inner .dflx .right .list ul {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4px;

        /* row, column 간격 */
    }

    .main .sec2 .inner .dflx .right .list ul li {
        background: #fff;
        border-radius: 1px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
        height: 120px;
        text-align: center;
        overflow: hidden;
        position: relative;
    }

    .main .sec2 .inner .dflx .right .list ul li::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 0;
        height: 4px;
        background-color: #fff;
        transition: width 0.4s ease;
        z-index: 2;
    }

    /* ✅ .on 클래스가 붙었을 때 bar 확장 */
    .main .sec2 .inner .dflx .right .list ul li.on::before {
        width: 50px;
    }

    .main .sec2 .inner .dflx .right .list ul li:hover {
        background: #c0945a;
        /* 예시로 골드톤 */
        color: #fff;
    }

    .main .sec2 .inner .dflx .right .list ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 20px 10px;
    }

    .main .sec2 .inner .dflx .right .list ul li h2 {
        font-size: 18px;
        font-weight: 600;
        color: #555;
        transition: 0.3s;
        line-height: 1.4;
    }

    .main .sec2 .inner .dflx .right .list ul li:hover h2 {
        color: #fff;
    }

    .main .sec2 .inner .dflx .right .list ul li.on {
        /*        background-color: #c0955c;*/
        background-color: var(--primary);
        color: #fff;
        transition: background 0.3s ease;
    }

    .main .sec2 .inner .dflx .right .list ul li.on h2 {
        color: #fff;
    }

    @media (max-width:1500px) {
        .main .sec2 .inner .dflx .right .list .df {
            padding: 0 80px;
        }
    }

    @media (max-width:1280px) {


        .main .sec2 .inner .dflx .right .list ul li.on::before {
            width: 30px;
        }

        .main .sec2 .inner .dflx .left .df {
            padding: 0 20px;
        }

        .main .sec2 .inner .dflx .left .df .con .mid h2 {
            font-size: 32px;
        }
    }

    @media (max-width:1200px) {
        .main .sec2 .inner .dflx .left .df .con .mid h2 {
            font-size: 28px;
        }
    }

    @media (max-width:1024px) {
        .main .sec2 .inner {
            height: auto;
        }

        .main .sec2 .inner .dflx {
            flex-direction: column;
        }

        .main .sec2 .inner .dflx .left,
        .main .sec2 .inner .dflx .right {
            width: 100%;
            padding: 100px 0;
        }

        .main .sec2 .inner .dflx .left {
            height: 620px;
        }
    }

    @media (max-width:768px) {
        .main .sec2 .inner .dflx .left .txt_type {
            bottom: -10px;
        }

        .main .sec2 .inner .dflx .left .txt_type img {
            width: 400px;
        }

        .main .sec2 .inner .dflx .right .list ul li.on::before {
            width: 15px;
        }

        .main .sec2 .inner .dflx .right .list .df {
            padding: 0 20px;
        }

        .main .sec2 .inner .dflx .left .df .con .mid h2 {
            font-size: 24px;
            word-break: keep-all;
        }

        .main .sec2 .inner .dflx .left .df .con .mid h2 br {
            display: none;
        }
    }

    @media (max-width:360px) {
        .main .sec2 .inner .dflx .left .df .con .mid h2 {
            font-size: 20px;
        }


    }

    .main .sec3 {
        position: relative;
        height: 100%;
        overflow: hidden;
    }

    .main .sec3 .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/sec3_bg.jpg) no-repeat;
        background-size: cover !important;
    }

    .main .sec3:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0, 0, 0, .4);
        z-index: 1;
    }

    .main .sec3 .shape {
        position: absolute;
        left: -50px;
        bottom: -50px;
        z-index: 2;
    }

    .sec3 .inner {
        position: relative;
        z-index: 3;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .sec3 .inner .text-grid {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        gap: 80px;
        padding-top: 80px;
    }

    .sec3 .inner .left {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .sec3 .inner .left .headline {
        margin-top: 16px;
        font-size: 58px;
        font-weight: 700;
        line-height: 1.3;
        word-break: keep-all;
        color: #fff;
    }

    .sec3 .inner .right {
        flex: 1;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        padding: 0 150px 60px 60px;
        box-sizing: border-box;
    }

    .sec3 .inner .right .df {
        max-width: 480px;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 30px;
    }

    .sec3 .inner .right .desc {
        margin-bottom: 40px;
    }

    .sec3 .inner .right .desc p {
        font-size: 18px;
        line-height: 1.7;
        color: rgba(255, 255, 255, 0.85);
        margin-bottom: 10px;
    }

    .sec3 .inner .right .btn-wrap {
        align-self: flex-start;
    }

    .sec3 .inner .right .btn-wrap .btn-more {
        position: relative;
        display: inline-block;
        overflow: hidden;
        padding-bottom: 3px;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        transition: opacity 0.5s;
    }

    .sec3 .inner .right .btn-wrap .btn-more::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: currentColor;
        transform: translateX(0);
        transition: none;
    }

    .sec3 .inner .right .btn-wrap .btn-more:hover::after {
        animation: sec3-underline 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

    @keyframes sec3-underline {
        0% {
            transform: translateX(0);
        }

        50% {
            transform: translateX(100%);
        }

        50.001% {
            transform: translateX(-100%);
        }

        100% {
            transform: translateX(0);
        }
    }

    @media (max-width:1250px) {
        .sec3 .inner {
            padding: 0 80px;
        }
    }

    @media (max-width:1200px) {
        .sec3 .inner .left .headline {
            font-size: 40px;
        }
    }

    @media (max-width:768px) {
        .sec3 .inner .left .headline {
            font-size: 32px;
        }

        .sec3 .inner {
            padding: 0 20px;
        }

        .sec3 .inner .right {
            align-items: flex-start;
            justify-content: flex-start;
            padding: 0;
        }
    }






    /* 슬라이더 컨테이너의 스타일 */
    .main .sec4 {
        background: url(../images/sec4_bg.jpg) no-repeat;
        background-size: cover !important;
    }

    .main .sec4 .inner {
        max-width: 1440px;
        margin: 0 auto;
    }

    .main .sec4 .inner .dflx .left,
    .main .sec4 .inner .dflx .right {
        width: 50%;
    }

    .main .sec4 .swiper2 {
        margin: 0 auto;
    }

    .main .sec4 .swiper2 .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .main .sec4 .swiper2 .swiper-slide .info_wrap {
        width: 100%;
        background: #fff;
        overflow: hidden;
        border-radius: 8px;
    }

    .main .sec4 .swiper2 .swiper-slide .info_wrap .df {
        display: flex;
        padding: 20px;
        width: 100%;
        justify-content: space-between;
    }

    .main .sec4 .inner .dflx .left .stit {
        margin-bottom: 80px;
    }

    .main .sec4 .sub_copy {
        color: #888;
    }

    .main .sec4 .inner .dflx .left .stit h2 {
        font-size: 50px;
        line-height: 1.3;
        margin: 16px 0;
    }

    .main .sec4 .inner .dflx .left .stit p {
        color: #888;
        line-height: 1.4;
        font-size: 18px;
    }

    .main .sec4 .swiper2 .swiper-slide .info_wrap .df .left {
        display: flex;
        align-items: center;
        padding-left: 8px;
    }

    .main .sec4 .swiper2 .swiper-slide .info_wrap .df .left .tit h3 {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 12px;
    }

    .main .sec4 .swiper2 .swiper-slide .info_wrap .df .left .tit p {
        font-size: 15px;
        color: #555;
        line-height: 1.4;
    }

    .main .sec4 .swiper2 .swiper-slide .info_wrap .df .left .contact {
        margin-top: 30px;
    }

    .main .sec4 .swiper2 .swiper-slide .info_wrap .df .left .contact ul li {
        display: flex;
        color: #555;
    }

    .main .sec4 .swiper2 .swiper-slide .info_wrap .df .left .contact ul li .st {
        width: 90px;
    }

    .main .sec4 .swiper2 .swiper-slide .info_wrap .df .left .contact ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .main .sec4 .swiper2 .swiper-slide .info_wrap .sd1 {
        height: 100%;
        background: url(../images/sec4_sd1.jpg) no-repeat;
    }

    .main .sec4 .swiper2 .swiper-slide .info_wrap .sd2 {
        height: 100%;
        background: url(../images/sec4_sd2.jpg) no-repeat;
    }

    .main .sec4 .swiper2 .swiper-slide .info_wrap .sd3 {
        height: 100%;
        background: url(../images/sec4_sd3.jpg) no-repeat;
    }

    .main .sec4 .swiper2 .swiper-slide .info_wrap .sd4 {
        height: 100%;
        background: url(../images/sec4_sd4.jpg) no-repeat;
    }


    .main .sec4 .swiper2 .swiper-slide .info_wrap .bg {
        height: 200px;
        background-size: cover !important;
    }

    .main .sec4 .swiper2 .swiper-slide .info_wrap .df .right {}

    /* 커스텀 페이징 스타일 */
    .custom-pagination {
        text-align: center;
        margin-top: 10px;
    }

    .custom-pagination .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #898989;
        margin: 0 6px;
        position: relative;
        z-index: 1;
    }

    .custom-pagination .swiper-pagination-bullet-active {
        background: #FF6B00;
        animation: pulse 2s infinite;
    }

    .main .sec4 .imgbg {
        position: relative;
        display: flex;
        justify-content: flex-end;
    }

    .main .sec4 .imgbg .box {
        width: 100%;
        height: 100%;
    }

    .main .sec4 .imgbg .bgwrap {
        text-align: right;
    }

    .main .sec4 .imgbg .bgwrap img {
        max-width: 100%;
    }

    .main .sec4 .swiper-pagination-bullet:nth-child(1) {
        position: absolute;
    top: 22%;
    left: 40%;
    }

    .main .sec4 .swiper-pagination-bullet:nth-child(2) {
        position: absolute;
    top: 23%;
    left: 41%;
    }

    .main .sec4 .swiper-pagination-bullet:nth-child(3) {
        position: absolute;
top: 22%;
    left: 49%;
    }

    .main .sec4 .swiper-pagination-bullet:nth-child(4) {
        position: absolute;
    top: 28%;
    left: 50%;
    }

    .main .sec4 .dflx {
        display: flex;
        align-items: center;
        max-width: 1660px;
        margin: 0 auto;
        position: relative;
    }

    .main .sec4 .dflx .left {
        position: relative;
        width: 60%;
    }

    .main .sec4 .dflx .info_wrap_right {
        width: 40%;
        position: relative;
    }

    /*
    .swiper-button-next,
    .swiper-button-prev {
        color: #ff4005;
        font-size: 20px;
    }
*/

    @keyframes pulse {
        0% {
            box-shadow: 0 0 0 0 rgba(255, 107, 0, 0.4);
        }

        70% {
            box-shadow: 0 0 0 20px rgba(255, 107, 0, 0);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(255, 107, 0, 0);
        }
    }

    /*
    @keyframes pulse {
        0% {
            -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        }

        70% {
            -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        }

        100% {
            -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        }
    }
*/


    .main .sec4 .tab_list ul {
        display: flex;
        margin: 0 auto 24px;
    }

    .main .sec4 .tab_list ul li {}

    .main .sec4 .tab_list ul li:not(:last-child) {
        padding-right: 12px;
    }

    .main .sec4 .tab_list ul li a {
        display: inline-block;
        width: 92px;
        height: 45px;
        line-height: 45px;
        border-radius: 4px;
        background: transparent;
        color: #888;
        text-align: center;
        border: 1px solid #888;
    }

    .main .sec4 .tab_list ul li a.active {
        color: #fff;
        background: var(--primary);
    }

    @media (max-width:1460px) {
        .main .sec4 .inner {
            padding: 0 40px;
        }

        .main .sec4 .dflx .left {
            margin-right: 50px;
        }
    }

    @media (max-width:1280px) {
        .main .sec4 .inner {
            padding: 80px 40px;
        }

        .main .sec4 .inner .dflx .left .stit h2 {
            font-size: 40px;
        }

        .main .sec4 .imgbg .bgwrap img {
            max-width: 90%;
        }
    }

    @media (max-width:1200px) {
        .main .sec4 .dflx .left {
            width: 100% !important;
        }

        .main .sec4 .dflx .right {
            display: none;
        }
    }

    @media (max-width:768px) {
        .main .sec4 .inner .dflx .left .stit {
            margin-bottom: 40px;
        }

        .main .sec4 .inner .dflx .left .stit h2 {
            font-size: 32px;
        }

        .main .sec4 .swiper2 .swiper-slide .info_wrap .df .left .tit h3 {
            font-size: 20px;
        }

        .main .sec4 .swiper2 .swiper-slide .info_wrap .df {
            flex-direction: column;
        }

        .main .sec4 .inner .dflx .left {
            margin-bottom: 24px;
        }

        .main .sec4 .inner .dflx .left,
        .main .sec4 .inner .dflx .info_wrap_right {
            width: 100%;
        }

        .main .sec4 .tab_list ul {
            margin: 0 auto 32px;
            flex-wrap: wrap;
            gap: 8px;
        }

        .main .sec4 .tab_list ul li {
            width: 48%;
        }

        .main .sec4 .tab_list ul li a {
            width: 100%;
        }

        .main .sec4 .tab_list ul li:not(:last-child) {
            padding-right: 0;
        }

        .main .sec4 .inner {
            padding: 80px 20px;
        }

        .main .sec4 .inner .dflx .left .stit p {
            word-break: keep-all;
        }

        .main .sec4 .inner .dflx .left .stit p br {
            display: none;
        }
    }

    .main .sec5 {
        background: #fff;
    }

    .main .sec5 .inner {
        max-width: 1660px;
        margin: 0 auto;
    }

    .main .sec5 .cm_tit strong.sub_copy {
        color: #555;
    }

    .main .sec5 .cm_tit h2 {
        line-height: 1.4;
        color: #111;
    }

    .main .sec5 .cm_tit p {
        color: #555;
    }

    .main .swiper3 {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .main .swiper3 .swiper-slide {
        transition: box-shadow 0.3s ease;
    }

    .main .swiper3 .swiper-slide:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.20);
    }

    .main .swiper3 .swiper-slide a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .main .swiper3 .swiper-slide a .df {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
        border: 1px solid #eee;
    }

    .main .swiper3 .swiper-slide a .df .top {
        padding: 32px;
    }

    .main .swiper3 .swiper-slide a .df .top .cate {
        margin-bottom: 20px;
    }

    .main .swiper3 .swiper-slide a .df .top .cate span {
        text-transform: uppercase;
        color: var(--primary);
    }

    .main .swiper3 .swiper-slide a .df .top .sub h2 {

        max-width: 300px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 24px;
    }

    .main .swiper3 .swiper-slide a .df .bot {
        height: auto;
    }

    .main .swiper3 .swiper-slide a .df .bot .thumb {
        height: 100%;
        background: #eee;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .main .swiper3 .swiper-slide a .df .bot .thumb p {
        color: #555;
    }

    @media (max-width:1680px) {
        .main .sec5 .inner {
            padding: 0 40px;
        }
    }

    @media (max-width:1280px) {
        .main .sec5 .inner {
            padding: 80px 40px;
        }
    }

    @media (max-width:768px) {
        .main .sec5 .inner {
            padding: 80px 20px;
        }

        .main .swiper3 .swiper-slide a .df .top {
            padding: 16px;
        }

        .main .swiper3 .swiper-slide a .df .top .sub h2 {
            font-size: 15px;
        }

        .main .cm_tit h2 {
            font-size: 32px;
            margin: 16px 0;
        }
    }

    /* 메인 max 360 공통 *************************/

    @media (max-width:550px) {
        .sec3 {
            padding: 80px 0;
        }

        .main .sec4 .inner {
            padding: 60px 20px;
        }

        .sec3 .inner {
            height: auto;
        }

        .sec3 .inner .left .headline {
            font-size: 23px;
            line-height: 1.5;
        }

        .sec3 .inner .right .desc p {
            font-size: 15px;
        }

        .main .sec3 .shape img {
            max-width: 70%;
            opacity: .7;
        }

        .sec3 .inner .text-grid {
            gap: 50px;
        }

        .main .sec4 .inner .dflx .left .stit h2 {
            font-size: 28px;
        }

        .sec3 .inner .text-grid {
            padding-top: 0
        }
    }

    @media (max-width:360px) {}




    /* sub */
    .members_wrap ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .members_wrap ul li {
        width: 100%;
        display: inline-block;
        height: 290px;
    }

    .members_wrap ul li a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        background: #FAFAFA;
        transition: all .5s;
    }

    .members_wrap ul li a .sym {
        position: absolute;
        left: 36px;
        top: 36px;
        z-index: 1;
    }

    .members_wrap ul li a .df {
        display: flex;
        justify-content: space-between;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .members_wrap ul li a .df .info {
        padding: 36px;
        height: 100%;
    }

    .members_wrap ul li a .df .info .ag {
        display: flex;
        align-items: flex-end;
        height: 100%;
    }

    .members_wrap ul li a .df .info .ag h2 {
        font-size: 28px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .members_wrap ul li a .df .info .ag h2 span {
        font-weight: 300;
        padding-left: 4px;
    }

    .members_wrap ul li a .df .info .ag p {
        color: #C5C5C5;
    }

    .members_wrap ul li a .df .prf {
        display: flex;
        align-items: flex-end;
        height: 100%;
        margin-right: 24px;
    }

    .members_wrap ul li a .df .prf img {
        position: absolute;
        max-width: 50%;
        top: 6%;
        right: -12px;
        z-index: 1;
    }

    .members_wrap ul li a:hover {
        background: #645252;
    }

    .members_wrap ul li a:hover .df .info .ag h2 {
        color: #fff;
    }

    .members_info_wrap .inner {
        max-width: 1024px;
        margin: 180px auto 80px;
    }

    .members_info_wrap .inner .dflx {
        display: flex;
        justify-content: flex-start;
    }

    .members_info_wrap .inner .dflx .prf {
        margin-right: 40px;
        width: 30%;
    }

    .members_info_wrap .btn_back {
        margin-top: 40px;
    }

    .members_info_wrap .btn_back a {
        border: 1px solid #eee;
        display: flex;
        justify-content: center;
        width: 200px;
        height: 55px;
        line-height: 55px;
        background: #f9f9f9;
    }

    .members_info_wrap .btn_back a .df {
        display: flex;
        align-items: center;
        color: #777;

    }

    .members_info_wrap .btn_back a .ic {
        margin-right: 12px;
    }

    .members_info_wrap .inner .dflx .info {
        flex: 1;
    }

    .members_info_wrap .inner .dflx .info .top h1 {
        font-size: 32px;
        line-height: 1;
        margin-bottom: 40px;
    }

    .members_info_wrap .inner .dflx .info .top {
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #eee;
    }

    .members_info_wrap .inner .dflx .info .top h1 span {
        font-weight: 400;
        padding-left: 4px;
    }

    .members_info_wrap .inner .dflx .info .top .location_btn {
        width: 280px;
        margin-right: 40px;
    }

    .members_info_wrap .inner .dflx .info .top .location_btn a {
        display: block;
        border: 1px solid #eee;
    }

    .members_info_wrap .inner .dflx .info .top .location_btn a .df {
        display: flex;
        flex-direction: row-reverse;
        height: 100%;
    }

    .members_info_wrap .inner .dflx .info .top .location_btn a .left {
        padding: 12px;
        flex: 1;
    }

    .members_info_wrap .inner .dflx .info .top .location_btn a .left h2 {
        font-size: 15px;
        margin-bottom: 4px;
    }

    .members_info_wrap .inner .dflx .info .top .location_btn a .left p {
        font-size: 14px;
        line-height: 1.4;
        color: #555;
    }

    .members_info_wrap .inner .dflx .info .top .location_btn a .right {
        border-right: 1px solid #eee;
        width: 20%;
    }

    .members_info_wrap .inner .dflx .info .top .location_btn a .right .ag {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;
        text-align: center;
    }

    .members_info_wrap .inner .dflx .info .top .location_btn a .right .ag img {
        width: 20px;
    }

    .members_info_wrap .inner .dflx .info .top .info_dflx {
        display: flex;
        justify-content: space-between;
    }

    /*
.members_info_wrap .inner .dflx .info .top .info_dflx .sub_info {
    width: 450px;
}
*/

    .members_info_wrap .inner .dflx .info .top .info_dflx .sub_info ul li {
        display: flex;
    }

    .members_info_wrap .inner .dflx .info .top .info_dflx .sub_info ul li:not(:last-child) {
        margin-bottom: 8px;
    }

    .members_info_wrap .inner .dflx .info .top .info_dflx .sub_info ul li .ic {
        width: 36px;
    }

    .members_info_wrap .inner .dflx .info .top .info_dflx .sub_info ul li .ic span {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .members_info_wrap .inner .dflx .info .bot .profile_item:not(:last-child) {
        margin-bottom: 60px;
    }

    .members_info_wrap .inner .dflx .info .bot .profile_item h2 {

        margin-bottom: 24px;
    }

    .members_info_wrap .inner .dflx .info .bot .profile_item h2 span {
        display: inline-block;
        font-size: 20px;
        line-height: 1.4;
        border-bottom: 1px solid #000;
    }

    .members_info_wrap .inner .dflx .info .bot .profile_item ul li {
        font-weight: 300;
        color: #666;
    }

    .members_info_wrap .inner .dflx .info .bot .profile_item ul li:not(:last-child) {
        margin-bottom: 12px;
    }

    @media (max-width:1240px) {
        .sub_sec .inner {
            padding: 0 40px;
        }
    }

    @media (max-width:1024px) {
        .members_wrap ul {
            gap: 16px;
        }

        .members_info_wrap .inner .dflx .info .top .info_dflx {
            flex-direction: column;
        }

        .members_info_wrap .inner .dflx .info .top .sub_info {
            margin-top: 24px;
        }

        .members_info_wrap .inner {
            padding: 0 40px;
        }
    }

    @media (max-width:900px) {
        .members_wrap ul {
            grid-template-columns: repeat(1, 1fr);
        }

        .members_wrap ul li a .df .info .ag h2 {
            font-size: 24px;
        }
    }

    @media (min-width:769px) {
        .pc-prf {
            display: block;
        }

        .mo-prf {
            display: none;
        }

    }

    @media (max-width:768px) {
        .pc-prf {
            display: none;
        }

        .mo-prf {
            display: block;
        }

        .members_info_wrap .inner {
            margin: 90px auto 60px;
        }

        .members_info_wrap .inner .dflx {
            flex-direction: column;
        }

        .members_info_wrap .inner .dflx .info .top {
            margin-top: 32px;
        }

        .members_info_wrap .inner {
            padding: 0 20px;
        }

        .members_info_wrap .inner .dflx .prf {
            width: 100%;
        }

        .members_info_wrap .inner .dflx .info .top h1 {
            margin-bottom: 24px;
        }

        .members_info_wrap .inner .dflx .info .top h1 {
            font-size: 24px;
        }

        .members_info_wrap .inner .dflx .info .top .info_dflx .sub_info ul li p {
            font-size: 14px;
        }
    }

    @media (max-width:550px) {
        .members_wrap ul li {
            height: 250px;
        }

        .members_wrap ul li a .df .info .ag h2 {
            font-size: 20px;
        }

        .members_wrap ul li a .df .prf img {
            top: 20%;
        }

        .members_wrap ul li a .sym {
            left: 20px;
        }

        .members_wrap ul li a .df .info {
            padding: 20px;
        }
    }

    @media (max-width:360px) {
        .members_wrap ul li a .df .prf img {
            top: 28%;
        }
    }

    .location_wrap .branch_wrap {
        display: grid;
        grid-template-columns: 300px 1fr;
        gap: 20px;
    }

    .location_wrap .branch_list {
        border: 1px solid #eee;
    }

    .location_wrap .branch_item {
        border-bottom: 1px solid #eee;
    }

    .location_wrap .branch_title {
        padding: 20px;
        font-weight: bold;
        cursor: pointer;
        transition: 0.1s;
        color: #000;
        opacity: .5;
        position: relative;
    }

    .location_wrap .branch_title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 0;
        background: var(--primary);
        transition: width 0.5s ease;
    }

    /* active 상태일 때 애니메이션 발생 */
    .location_wrap .branch_item.active .branch_title {
        opacity: 1;
    }

    .location_wrap .branch_item.active .branch_title::after {
        width: 100%;

    }

    .location_wrap .branch_map {
        position: relative;
        height: 100%;
    }

    .location_wrap .branch_map .info_wrap {
        margin-top: 24px;
    }

    .branch_map .info_wrap ul {
        display: flex;
        justify-content: space-between;
        padding: 32px;
        border: 1px solid #eee;
        gap: 20px;
    }

    .location_wrap .branch_map .info_wrap ul li {
        padding: 12px;
    }

    .location_wrap .branch_map .info_wrap ul li:nth-child(1) {
        width: 40%;
    }

    .location_wrap .branch_map .info_wrap ul li:nth-child(3),
    .location_wrap .branch_map .info_wrap ul li:nth-child(2) {
        width: 30%;
    }

    .location_wrap .branch_map .info_wrap ul li:not(:last-child) {
        border-right: 1px solid #eee;
    }

    .location_wrap .branch_map .info_wrap ul li .ic {
        height: 24px;
        margin-bottom: 24px;
    }

    .location_wrap .branch_map .info_wrap ul li .ic img {
        width: 24px;
    }

    .location_wrap .branch_map .info_wrap ul li .con h2 {
        margin-bottom: 4px;
    }

    .location_wrap .branch_map .info_wrap ul li .con p {
        font-size: 15px;
        color: #555;
        line-height: 1.4;
    }

    .location_wrap .map_content {
        display: none;
        inset: 0;
    }

    .location_wrap .map_content.active {
        display: block;
    }

    .location_wrap .branch_map .map {
        height: 380px;
        background: #eee;
    }

    .location_wrap .custom-marker .marker-label {
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
        background: #fff;
        border: 1px solid #ccc;
        padding: 6px 12px;
        border-radius: 4px;
        font-size: 14px;
        font-weight: bold;
        color: #333;
        margin-bottom: 6px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .location_wrap .custom-marker {
        position: relative;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #ff6a20;
        box-shadow: 0 0 0 rgba(255, 107, 0, 0.7);
        animation: pulse 2s infinite;
        z-index: 10;
        transform: translate(-50%, -100%);
    }

    @keyframes pulse {
        0% {
            box-shadow: 0 0 0 0 rgba(255, 107, 0, 0.7);
        }

        70% {
            box-shadow: 0 0 0 15px rgba(255, 107, 0, 0);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(255, 107, 0, 0);
        }
    }

    @media (max-width:1200px) {
        .branch_map .info_wrap ul {
            padding: 24px;
        }
    }

    @media (max-width:1024px) {
        .location_wrap .branch_wrap {
            grid-template-columns: 1fr;
        }

        /*
        .location_wrap .branch_list {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }
*/

        .branch_map .info_wrap ul {
            flex-direction: column;
            padding: 12px;
        }

        .location_wrap .branch_map .info_wrap ul li {
            width: 100% !important;
        }

        .location_wrap .branch_map .info_wrap ul li:not(:last-child) {
            border-right: none;
            border-bottom: 1px solid #eee;
        }
    }

    @media (max-width:768px) {
        .location_wrap .branch_map .map {
            height: 240px;
        }
    }

    @media (max-width:550px) {
        .location_wrap .branch_title {
            padding: 16px;
            text-align: center;
            font-size: 15px;
        }
    }

    .business_wrap .inner {
        max-width: 1200px;
        margin: 0 auto;
    }

    .business_wrap .inner h1 {
        font-size: 28px;
        line-height: 1;
        margin-bottom: 24px;
    }

    .business_wrap .inner .desc_wrap {
        position: relative;
        background: #f5f5f5;
        padding: 60px 80px;
        border-radius: 12px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .business_wrap .sym {
        position: absolute;
        top: 30px;
        right: 30px;
        z-index: 1;
    }

    .business_wrap .inner .desc_wrap h2 {
        text-align: center;
        font-size: 22px;
        line-height: 1.5;
        position: relative;
        margin-bottom: 40px;
    }

    .business_wrap .inner .desc_wrap h2 span.mark {
        display: block;
        margin: 0 auto;
        position: relative;
    }

    .business_wrap .inner .desc_wrap h2 span.mark img {
        width: 24px;
    }

    .business_wrap .inner .desc_wrap h2 span.mark:first-child {
        margin-bottom: 16px;
    }

    .business_wrap .inner .desc_wrap h2 span.mark:last-child {
        margin-top: 16px;
    }

    .business_wrap .inner .desc_wrap .desc_con {
        background: #fff;
        box-sizing: border-box;
        overflow: hidden;
        border-radius: 6px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    }

    .business_wrap .inner .desc_wrap .desc_con .desc_box {
        padding: 40px;
        display: flex;
        justify-content: space-between;
    }

    .business_wrap .inner .desc_wrap .desc_con .desc_box:not(:last-child) {
        border-bottom: 1px solid #eee;
    }

    .business_wrap .inner .desc_wrap .desc_con .desc_box .stit {
        width: 220px;
        margin-right: 100px;

    }

    .business_wrap .inner .desc_wrap .desc_con .desc_box h3 {
        line-height: 1;
        margin-bottom: 8px;
        font-size: 18px;
        white-space: nowrap;
        position: relative;
        padding-left: 14px;
        padding-top: 4px;
    }

    .business_wrap .inner .desc_wrap .desc_con .desc_box h3:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 6px;
        height: 6px;
        background-color: #FF6B00;
    }

    .business_wrap .inner .desc_wrap .desc_con .desc_box > p {
        line-height: 1.6;
        color: #555;
        width: 70%;
   text-align: justify;
        font-size: 17px;
    }

    .business_wrap .inner .desc_wrap .desc_con .desc_box .sub_sbox {
        width: 70%;
        display: flex;
        justify-content: flex-end;
    }

    .business_wrap .inner .desc_wrap .desc_con .desc_box .sub_sbox.flexST {
        justify-content: flex-start;
    }

    .business_wrap .inner .desc_wrap .desc_con .desc_box .sub_sbox .item:not(:last-child) {
        margin-bottom: 40px;
    }

    .business_wrap .inner .desc_wrap .desc_con .desc_box .sub_sbox .sub_stit > h4 {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 8px;
        position: relative;
        padding-left: 14px;
    }

    .business_wrap .inner .desc_wrap .desc_con .desc_box .sub_sbox .sub_stit > h4:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 6px;
        height: 6px;
        background-color: rgba(255, 107, 0, 0.5);
    }


    .business_wrap .inner .desc_wrap .desc_con .desc_box .sub_sbox p {
        line-height: 1.6;
        color: #555;
        word-break: keep-all;
        font-size: 17px;
        text-align: justify;
    }

@media (max-width:768px) {
     .business_wrap .inner .desc_wrap .desc_con .desc_box .sub_sbox p,
.business_wrap .inner .desc_wrap .desc_con .desc_box > p {
    text-align: inherit;
}
}



    .business_wrap .inner .desc_wrap .desc_con .desc_box .sub_sbox ul {
        margin-top: 16px;
    }

    .business_wrap .inner .desc_wrap .desc_con .desc_box .sub_sbox ul li {
        position: relative;
        padding-left: 10px;
        color: #555;
    }

    .business_wrap .inner .desc_wrap .desc_con .desc_box .sub_sbox ul li:not(:last-child) {
        margin-bottom: 8px;
    }

    .business_wrap .inner .desc_wrap .desc_con .desc_box .sub_sbox ul li:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 4px;
        height: 4px;
        background: #ddd;
        transform: translateY(-50%);
    }

    .business_wrap .inner .desc_wrap .desc_con .desc_box .sub_sbox .sub_item {
        margin-top: 32px;
    }

    .business_wrap .inner .desc_wrap .desc_con .desc_box .sub_sbox .sub_item h4 {
        margin-bottom: 4px;
    }

    .business_wrap .inner .desc_wrap .desc_con .desc_box .sub_sbox .sub_item h5 {
        color: #888;
    }

    .business_wrap .inner .desc_wrap .desc_con .desc_box .sub_sbox .sub_item p {
        margin-top: 8px;
        font-size: 15px;
        line-height: 1.4;
    }

    @media (max-width:1024px) {
        .business_wrap .inner .desc_wrap {
            padding: 60px 40px;
        }

        .business_wrap .inner .desc_wrap .desc_con .desc_box {
            flex-direction: column;
        }

        .business_wrap .inner .desc_wrap .desc_con .desc_box .sub_sbox,
        .business_wrap .inner .desc_wrap .desc_con .desc_box .stit,
        .business_wrap .inner .desc_wrap .desc_con .desc_box > p {
            width: 100%;
        }

        .business_wrap .inner .desc_wrap .desc_con .desc_box h3 {
            margin-bottom: 12px;
        }

        .business_wrap .inner .desc_wrap .desc_con .desc_box .sub_sbox .sub_stit > h4 {
            margin-bottom: 12px;
        }
    }

    @media (max-width:768px) {
        .business_wrap .inner h1 {
            font-size: 24px;
        }

        .sub_sec .inner {
            padding: 0 20px;
        }

        .business_wrap .inner .desc_wrap {
            padding: 46px 8px 8px;
        }

        .business_wrap .inner .desc_wrap h2 {
            font-size: 16px;
            padding: 0 12px;
            word-break: keep-all;
        }

        .business_wrap .inner .desc_wrap h2 br {
            display: none;
        }

        .business_wrap .inner .desc_wrap .desc_con .desc_box .sub_sbox .sub_stit > h4,
        .business_wrap .inner .desc_wrap .desc_con .desc_box h3 {
            font-size: 16px;
        }

        .business_wrap .inner .desc_wrap .desc_con .desc_box .sub_sbox p,
        .business_wrap .inner .desc_wrap .desc_con .desc_box > p {
            font-size: 15px;
        }

        .business_wrap .sym img {
            width: 60px;
        }

        .business_wrap .inner .desc_wrap .desc_con .desc_box {
            padding: 16px;
        }
    }

    @media (max-width:360px) {
        .business_wrap .inner .desc_wrap h2 {
            font-size: 15px;
        }
    }

    #footer {
        padding: 80px 0;
        background: #f9f9f9;
    }

    #footer .inner {
        padding: 0 80px;
    }

    #footer .inner p {
        font-size: 15px;
        color: #555;
        line-height: 1.4;
    }

    #footer span.bold {
        font-weight: bold !important;
    }

    #footer .inner p span em {
        padding-right: 4px;
        font-weight: bold;
    }

    #footer .inner p:first-child {
        margin-bottom: 8px;
    }

    #footer .inner p span {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        margin-right: 10px;
        font-weight: 400;
    }

    #footer .inner p:nth-child(2) span {
        font-size: 14px;
        line-height: 1.5;
    }



    #footer .f_logo {
        margin-bottom: 40px;
    }

    #footer .f_logo img {
        width: 150px;
    }

    #footer .ft_dflx {
        border-top: 1px solid #eee;
        margin: 24px 0 0;
        padding: 24px 0 0;
        display: flex;
        justify-content: space-between;
    }

    #footer .ft_dflx .ft_nav ul {
        display: flex;
    }

    #footer .ft_dflx .ft_nav ul li {
        margin-right: 16px;
    }

    #footer .ft_dflx .ft_nav ul li a {
        color: #888;

    }

    #footer .ft_dflx .ft_nav ul li:last-child {
        margin-right: 0;
    }

    #footer .ft_dflx .ft_nav ul li:first-child a {
        color: #111;
        font-weight: bold;
    }

    #footer .ft_dflx .cp p {
        font-size: 15px;
        color: #888;
    }

    #footer .top_dflx {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    #footer .sns ul {
        display: flex;

        align-items: center;
    }

    #footer .sns ul li:not(:last-child) {
        margin-right: 12px;
    }

    #footer .sns ul li a img {
        width: 24px;
    }

    @media (max-width:1280px) {
        #footer {
            padding: 40px 0;
        }

        #footer .inner {
            padding: 0 40px;
        }
    }

    @media (max-width:768px) {
        #footer .inner {
            padding: 0 20px;
        }

        #footer .ft_dflx {
            flex-direction: column;
        }

        #footer .ft_dflx .ft_nav ul {
            margin-bottom: 12px;
        }

        #footer .inner p:first-child {
            margin-bottom: 0;
        }

        #footer .top_dflx .info p:not(:last-child) {
            margin-bottom: 10px;
        }
    }

/* 드래그, 복사 방지 */
.no-copy {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: auto; /* 링크 등 클릭은 허용 */
}

/* 우클릭 방지 */
.no-copy::selection {
  background: none;
}

.no-copy * {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}