/* BASIC css start */
#contentWrap {
    width: 1500px;
}


/* =========================================
   BUSINESS INTRO
========================================= */

#businessIntro {
    width: 100%;
    padding: 170px 0 130px;
    box-sizing: border-box;

    background: #fff;
    color: #111;
}

#businessIntro .business_inner {
    width: 1500px;
    margin: 0 auto;
}


/* =========================================
   BUSINESS TITLE
========================================= */

#businessIntro .business_title {
    text-align: center;
}

#businessIntro .business_title .eng {
    margin: 0 0 20px;

    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;

    letter-spacing: 2px;

    color: #777;
}

#businessIntro .business_title h2 {
    margin: 0;

    font-family: 'Noto Sans KR', sans-serif;
    font-size: 34px;
    line-height: 1.5;
    font-weight: 600;

    color: #111;
}

#businessIntro .business_title .desc {
    margin: 28px 0 0;

    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    line-height: 1.9;
    font-weight: 400;

    color: #666;
}


/* =========================================
   BUSINESS CATEGORY
========================================= */

#businessIntro .business_nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);

    width: 100%;

    margin-top: 90px;

    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#businessIntro .business_nav a {
    position: relative;

    min-height: 170px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    border-right: 1px solid #ddd;

    text-align: center;
    text-decoration: none;

    color: #111;

    transition:
        background-color .25s,
        color .25s;
}

#businessIntro .business_nav a:first-child {
    border-left: 1px solid #ddd;
}

#businessIntro .business_nav a:hover {
    background: #111;
    color: #fff;
}


/* NUMBER / ICON */

#businessIntro .business_icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    margin-bottom: 20px;

    border: 1px solid #ccc;
    border-radius: 50%;

    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;

    color: #999;

    transition:
        border-color .25s,
        color .25s;
}

#businessIntro .business_nav a:hover .business_icon {
    border-color: #777;
    color: #aaa;
}


/* CATEGORY NAME */

#businessIntro .business_name {
    min-height: 46px;

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

    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 600;

    letter-spacing: .3px;
}


/* =========================================
   BUSINESS CTA
========================================= */

#businessIntro .business_cta {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    margin-top: 55px;
}

#businessIntro .business_btn {
    width: 240px;
    height: 50px;

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

    box-sizing: border-box;

    border: 1px solid #111;

    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    font-weight: 500;

    color: #111;
    background: #fff;

    text-decoration: none;

    transition:
        background-color .2s,
        color .2s;
}

#businessIntro .business_btn_black {
    background: #111;
    color: #fff;
}

#businessIntro .business_btn:hover {
    background: #111;
    color: #fff;
}

#businessIntro .business_btn_black:hover {
    background: #333;
}


/* =========================================
   ¼½¼Ç °øÅë
========================================= */

.section {
    margin-bottom: 80px;
}

.sec_inner {
    width: 1500px;
    margin: 0 auto;
}

.section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    color: #000;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 1.3;
}

.section h2:has(a) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section h2:has(a) a {
    text-decoration: underline;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
}


/* =========================================
   SEC1
========================================= */

.sec1 {
    margin-bottom: 30px;
    background: #fff;

    /* »ó´Ü Ä«Å×°í¸® Å¬¸¯ ½Ã °íÁ¤ Çì´õ ¿©À¯ */
    scroll-margin-top: 120px;
}

.sec1 .swiper {
    width: 100%;
}

.sec1 .swiper ul {
    width: 100%;
}

.sec1 .swiper ul li {
    position: relative;

    min-height: 620px;

    background: #fff;
}


/* =========================================
   SEC1 IMAGE
========================================= */

.sec1 .swiper ul li > img {
    position: absolute;

    left: 50%;
    top: 50%;

    width: 720px;
    height: auto;

    transform: translate(-750px, -50%);

    display: block;
}


/* =========================================
   SEC1 TEXT
========================================= */

.sec1 .swiper ul li .txt_area {
    overflow: visible;

    position: absolute;

    left: 50%;
    top: 50%;

    transform: translateY(-50%);

    padding-left: 80px;
}


/* TEXT COMMON */

.sec1 .swiper ul li .txt_area p {
    font-family: 'Montserrat', sans-serif;
    opacity: 0;
}


/* ACTIVE */

.sec1 .swiper ul li .txt_area.act p {
    transform: translateY(30px);
    opacity: 1;
}

.sec1 .swiper ul li .txt_area.act a.more {
    transform: translateY(30px);
    opacity: 1;
}


/* TITLE */

.sec1 .swiper ul li .txt_area p.title {
    font-family: 'Montserrat', sans-serif;

    font-size: 14px;
    color: #000;
    font-weight: 600;

    letter-spacing: 1px;

    margin-bottom: 15px;

    transition: all .4s;
}


/* MAIN */

.sec1 .swiper ul li .txt_area p.big {
    font-size: 26px;
    color: #000;
    font-weight: 800;

    line-height: 1.4;

    margin-bottom: 20px;

    transition: all .5s;
}


/* SUB */

.sec1 .swiper ul li .txt_area p.sub {
    color: #000;

    font-size: 17px;
    font-weight: 500;

    line-height: 1.7;

    transition: all .4s;
    transition-delay: .25s;
}


/* =========================================
   MORE
========================================= */

.sec1 .swiper ul li .txt_area a.more {
    font-family: 'Montserrat', sans-serif;

    display: inline-block;

    opacity: 0;

    border: 1px solid #000;

    padding: 10px 50px;

    color: #000;

    font-size: 13px;
    font-weight: 600;

    margin-top: 30px;

    transition:
        transform .4s,
        opacity .4s,
        background-color .2s,
        color .2s;

    transition-delay: .4s;
}

.sec1 .swiper ul li .txt_area a.more:hover {
    background: #000;
    color: #fff;
}


/* =========================================
   SEC1 SWIPER
========================================= */

.sec1 .swiper-pagination {
    width: auto;

    top: 50%;
    right: 50%;

    bottom: unset;
    left: unset;

    z-index: 19;

    transform: translateX(750px);
}

.sec1 .swiper-pagination-bullet {
    background: #000;

    display: block;

    margin: 10px 0;
}

.sec1 .swiper_btn_next {
    position: absolute;

    bottom: 40px;
    left: 50%;

    z-index: 10;

    transform: translateX(-50%);

    cursor: pointer;
}

.sec1 .swiper-button-disabled {
    opacity: .3;
}


/* =========================================
   SEC2
========================================= */

.sec2 {
    overflow: hidden;

    margin-bottom: 120px;
}

.sec2 .sec_inner {
    width: 1500px;
    margin: 0 auto;
}

.sec2 .sec2_cont {
    width: 100%;
    overflow: hidden;
}

.sec2 .swiper {
    overflow: visible;
}


/* =========================================
   SEC2 ROLLING
========================================= */

.sec2 .swiper-wrapper {
    display: flex;

    gap: 30px;

    width: max-content;

    transition: none !important;

    will-change: transform;
}

.sec2 .swiper-slide {
    flex: 0 0 300px;
}


/* =========================================
   LOGO
========================================= */

.sec2 .logo_box {
    width: 300px;
    height: 200px;

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

    overflow: hidden;
}

.sec2 .logo_box img {
    width: auto;
    height: auto;

    max-width: 100%;
    max-height: 200px;

    display: block;
}


/* =========================================
   IMAGE
========================================= */

img {
    -webkit-user-drag: none;

    user-select: none;
    -webkit-user-select: none;
}
/* BASIC css end */

