main {
    overflow: hidden;
}

/* 공통 */
.w1024-hide {
    display: block !important;
}

.w1024-show {
    display: none !important;
}

.w768-hide {
    display: block !important;
}

.w768-show {
    display: none !important;
}

.overflow-hidden {
    overflow: hidden;
}

/* 스와이퍼 네비 */
.swiper-button-prev,
.swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #2e2e2e;
    opacity: 0.4;
    color: #ccc;
    margin-top: 0;
    display: flex;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 15px !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 1;
}

.swiper-pagination {
    width: fit-content !important;
    margin: 0 20px;
    margin-top: -20px;
}

.swiper-pagination span {
    font-weight: 400;
}

.swiper-pagination .swiper-pagination-current {
    font-weight: bold;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 15px;
    color: #000;
}

.header {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    top: 0;
}

.header .header-inner {
    padding: 20px;
    max-width: 1780px;
}

.header .header-inner .logo-wrap {
    color: #000;
}

.header .header-inner .logo-wrap a {
    color: #000;
}

.section .section-inner {
    width: 100%;
    max-width: 1540px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

/* 섹션01 */
#section01 {
    width: 100%;
    background-color: #f0f0f0;
    padding-top: 200px;
}

#section01 .section-inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    padding-bottom: 100px;
}

#section01 .section-inner .content-wrap {
    width: 100%;
    padding: 0 20px;
    position: relative;
}

#section01 .section-inner .title-wrap {
    position: absolute;
    top: 0px;
    width: 500px;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 50px;
    box-sizing: border-box;
}

#section01 .section-inner .title-wrap01 a {
    display: none !important;
}

#section01 .section-inner hgroup .title {
    font-size: 35px;
    font-weight: 700;
    word-break: keep-all;
    line-height: 1.3;
    margin-bottom: 30px;
}

#section01 .section-inner hgroup .title small {
    font-size: 70%;
    line-height: 1.5;
    display: block;
    margin-top: 5px;
}

#section01 .section-inner hgroup .sub-title {
    font-size: 24px;
    margin-bottom: 10px;
    word-break: keep-all;
    line-height: 1.3;
}

#section01 .section-inner hgroup .text {
    font-size: 18px;
    word-break: keep-all;
    margin-bottom: 70px;
}

#section01 .section-inner hgroup .btn-link {
    font-size: 15px;
    display: block;
    background-color: #272727;
    color: #fff;
    padding: 15px 20px;
    width: fit-content;
    border-radius: 5px;
    margin: 30px 0;
    transition: 0.2s;
}

#section01 .section-inner hgroup .btn-link:hover {
    background-color: #5f5e5e;
}

#section01 .section-inner .swiper-util {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 135px;
    margin-top: 80px;
    z-index: 1;
}

#section01 .section-inner .swiper-util img {
    width: 20px;
    height: 19px;
}

#section01 .section-inner .swiper-button-prev,
#section01 .section-inner .swiper-button-next {
    position: unset;
    height: fit-content;
    margin-top: 0;
    z-index: 1;
    border: none;
    opacity: 1;
}

#section01 .section-inner .swiper-button-prev::after,
#section01 .section-inner .swiper-button-next::after {
    display: none;
}

#section01 .section-inner .swiper-util .btnbox .swiper-button-play {
    display: none;
    margin-top: 5px;
}

#section01 .section-inner .swiper-util .btnbox .swiper-button-play.active {
    display: block;
    cursor: pointer;
}

#section01 .section-inner .s1-swiper {
    margin-left: 550px;
    box-sizing: border-box;
    width: 100%;
    z-index: 100;
}

#section01 .section-inner .s1-swiper .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

#section01 .section-inner .s1-swiper .swiper-slide img {
    display: block;
    width: 100%;
}

#section01 .section-inner .s1-swiper .swiper-slide-next {
    background-color: #ccc;
}

#section01 .section-inner .s1-swiper .swiper-slide-next img {
    opacity: 0.2;
}

#section01 .section-inner .banner-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
}

#section01 .section-inner .banner-wrap a {
    display: block;
    width: 100%;
    margin-right: 20px;
}

#section01 .section-inner .banner-wrap a:last-child {
    margin-right: 0;
}

#section01 .section-inner .banner-wrap a img {
    display: block;
    width: 100%;
}

/* 섹션02 */
#section02 .section-inner {
    width: 100%;
    position: relative;
    padding-bottom: 100px;
    margin-top: 150px;
}

#section02 .section-inner hgroup {
    position: absolute;
    top: 20px;
}

#section02 .section-inner hgroup h1 {
    font-size: 48px;
    line-height: 1.4;
    font-weight: 700;
}

#section02 .section-inner hgroup .swiper-util {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

#section02 .section-inner .s2-swiper {
    margin-left: 300px;
    box-sizing: border-box;
    width: 1250px;
}

#section02 .swiper-pagination,
#section02 .swiper-button-prev,
#section02 .swiper-button-next {
    position: unset !important;
    margin-top: 0;
}


.s2-swiper .swiper-wrapper .swiper-slide {
    width: 33%;
    min-width: 375px;
    max-width: 400px;
}

.s2-swiper .swiper-wrapper .swiper-slide:hover figure img {
    scale: 1.2;
}

.s2-swiper .swiper-wrapper .swiper-slide figure .imgbox {
    border-radius: 5vw;
    overflow: hidden;
}

.s2-swiper .swiper-wrapper .swiper-slide figure .imgbox img {
    width: 100%;
    display: block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.s2-swiper .swiper-wrapper .swiper-slide figure figcaption {
    padding: 0 20px;
    word-break: keep-all;
}

.s2-swiper .swiper-wrapper .swiper-slide figure figcaption .tag {
    color: #fff;
    background: #5878EF;
    font-size: 15px;
    font-weight: 300;
    padding: 10px 20px;
    display: block;
    width: fit-content;
    border-radius: 15px 0 15px 15px;
    margin-top: 20px;
    word-break: keep-all;
}

.s2-swiper .swiper-wrapper .swiper-slide figure figcaption p {
    color: #363636;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -1.5px;
    margin-top: 10px;
    word-break: keep-all;
}

.s2-swiper .swiper-wrapper .swiper-slide figure figcaption p small {
    font-size: 80%;
}

/* 섹션03 */
#section03 {
    background: #f1f4f6;
    width: 100%;
    background-color: #E6F3F8;
}

#section03 .section-inner {
    position: relative;
    padding: 130px 20px;
}

#section03 .section-inner .title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}

#section03 .section-inner .title-wrap .swiper-scrollbar {
    position: unset;
    width: calc(100% - 450px);
}

#section03 .section-inner .title-wrap .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #00BE8A;
}

#section03 .section-inner .title-wrap .swiper-util {
    display: flex;
    align-items: center;
    height: 40px;
}

#section03 .section-inner .title-wrap .swiper-util .swiper-pagination {
    position: unset;
    margin-top: 0;
}

#section03 .section-inner .title-wrap .swiper-util .swiper-button {
    position: unset;
    margin-top: 0;
}

#section03 .section-inner .title-wrap hgroup h1 {
    font-size: 48px;
    line-height: 1.4;
    font-weight: 700;
    white-space: nowrap;
}

#section03 .section-inner .swiper .swiper-slide {
    color: #000;
}

#section03 .section-inner .swiper .swiper-slide:hover .imgbox img {
    scale: 1.1;
}

#section03 .section-inner .swiper .swiper-slide .imgbox {
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
}

#section03 .section-inner .swiper .swiper-slide.type02 .imgbox {
    margin-top: 30px;
    margin-bottom: 0;
}

#section03 .section-inner .swiper .swiper-slide .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    scale: 1;
    transition: 0.2s;
}

#section03 .section-inner .swiper .swiper-slide figcaption {
    word-break: keep-all;
}

#section03 .section-inner .swiper .swiper-slide figcaption h6 {
    color: #00BE8A;
    font-weight: 700;
    margin-bottom: 5px;
}

#section03 .section-inner .swiper .swiper-slide figcaption h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
}

#section03 .section-inner .swiper .swiper-slide figcaption h3 span:first-child {
    margin-right: 5px;
}

#section03 .section-inner .swiper .swiper-slide figcaption h3 span:first-child::after {
    content: '|';
    margin-left: 7px;
    font-weight: 100;
}

#section03 .section-inner .swiper .swiper-slide figcaption p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 섹션04 */
#section04 {
    width: 100%;
    background-color: #E6F3F8;
}

#section04 .section-inner {
    position: relative;
    padding-bottom: 100px;
}

#section04 .section-inner hgroup {
    margin-bottom: 50px;
}

#section04 .section-inner hgroup h1 {
    font-size: 48px;
    line-height: 1.4;
    font-weight: 700;
}

#section04 .section-inner .swiper {
    padding-bottom: 100px;
    box-sizing: border-box;
}

#section04 .section-inner .swiper .swiper-slide {
    color: #000;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 15px;
    display: block;
}

#section04 .section-inner .swiper .swiper-slide {
    color: #000;
}

#section04 .section-inner .swiper .swiper-slide .visual-wrap {
    position: relative;
}

#section04 .section-inner .swiper .swiper-slide .visual-wrap .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#section04 .section-inner .swiper .swiper-slide .visual-wrap figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #00000077;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    word-break: keep-all;
}

#section04 .section-inner .swiper .swiper-slide .visual-wrap figcaption h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 800;
}

#section04 .section-inner .swiper .swiper-slide .text-wrap {
    background-color: #fff;
    padding: 30px 20px;
    box-sizing: border-box;
    position: relative;
    height: 180px;
}

#section04 .section-inner .swiper .swiper-slide .text-wrap .imgbox {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    transform: translateY(-60px);
    position: absolute;
    right: 20px;
    top: 20px;
}

#section04 .section-inner .swiper .swiper-slide .text-wrap .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#section04 .section-inner .swiper .swiper-slide .text-wrap figcaption {
    width: 100%;
}

#section04 .section-inner .swiper .swiper-slide .text-wrap figcaption p {
    word-break: keep-all;
    font-size: 16px;
    line-height: 1.7;
}

#section04 .section-inner .swiper .swiper-slide .text-wrap figcaption p b {
    display: block;
    font-weight: 800;
    font-size: 110%;
}

#section04 .section-inner .swiper-button {
    top: 40%;
    background-color: #fff;
    width: 72px !important;
    height: 72px !important;
    transition: 0.3s;
}

#section04 .section-inner .swiper-button::after {
    font-size: 18px !important;
}

#section04 .section-inner .swiper-button-prev {
    left: -10px;
}

#section04 .section-inner .swiper-button-next {
    right: -10px;
}

#section04 .section-inner .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, -50%);
    margin: 0;
}

#section04 .section-inner .swiper-pagination .swiper-pagination-bullet {
    background-color: #BABFC4;
    width: 10px;
    height: 10px;
}

#section04 .section-inner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0084F7;
    width: 30px;
    border-radius: 25px;
}

/* 섹션05 */
#section05 .section-inner {
    max-width: 1080px;
    padding: 150px 20px;
}

#section05 .section-inner hgroup h1 {
    font-size: 48px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 45px;
    text-align: center;
}

#section05 .section-inner .grid-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}

#section05 .section-inner .grid-wrap .cell {
    position: relative;
    color: #fff;
    transition: 0.3s;
}

#section05 .section-inner .grid-wrap .cell:nth-child(1) {
    grid-column: span 2 / span 2;
}

#section05 .section-inner .grid-wrap .cell:nth-child(2) {
    grid-row-start: 2;
}

#section05 .section-inner .grid-wrap .cell:nth-child(3) {
    grid-row-start: 2;
}

#section05 .section-inner .grid-wrap .cell .imgbox img {
    width: 100%;
    display: block;
}

#section05 .section-inner .grid-wrap .cell figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #00000077;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: keep-all;
}

#section05 .section-inner .grid-wrap .cell:hover figcaption {
    opacity: 1;
}

#section05 .section-inner .grid-wrap .cell figcaption h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* 반응형 */
/* //////////////////////////////////////////// */


/* 태블릿 lg*/
@media screen and (max-width: 1024px) {
    #subscribe_mo.on {
        display: block;
    }

    /* 공통 */
    .w1024-hide {
        display: none !important;
    }

    .w1024-show {
        display: block !important;
    }

    /* 섹션01 */
    #section01 {
        padding-top: 150px;
    }

    #section01 .section-inner {
        padding-right: 0;
    }

    #section01 .section-inner .content-wrap {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        padding: 0;
    }

    #section01 .section-inner .title-wrap {
        position: unset;
        width: 100%;
        padding-right: 20px;
        box-sizing: border-box;
        height: auto;
        display: block;
    }



    #section01 .section-inner .s1-swiper {
        margin-left: 0;
    }

    #section01 .section-inner .swiper-util {
        margin-top: 40px;
    }

    #section01 .section-inner .banner-wrap {
        flex-direction: column;
        margin-top: 50px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    #section01 .section-inner .banner-wrap a {
        width: 100%;
        margin-top: 20px;
        margin-right: 0;
    }


}

/* 태블릿 sm*/
@media screen and (max-width: 768px) {

    /* 공통 */
    .w768-hide {
        display: none !important;
    }

    .w768-show {
        display: block !important;
    }

    /* 섹션01 */
    #section01 .section-inner hgroup .sub-title {
        font-size: 20px;
    }

    #section01 .section-inner hgroup .title {
        font-size: 30px;
    }

    #section01 .section-inner .banner-wrap {
        margin-top: 20px;
    }

    /* 섹션02 */
    #section02 {
        margin-top: 0;
    }

    #section02 .section-inner {
        padding: 100px 0;
        margin-top: 0;
    }

    #section02 .section-inner hgroup {
        position: unset;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    #section02 .section-inner hgroup h1 {
        font-size: 40px;
    }

    #section02 .section-inner .s2-swiper {
        margin-left: 0;
        width: 100%;
        padding-left: 20px;
        box-sizing: border-box;
    }

    #section02 .section-inner hgroup .swiper-util {
        margin-top: 0;
    }

    #section02 .section-inner .s2-swiper .swiper-slide {
        box-sizing: border-box;
        min-width: auto;
    }

    /* 섹션03 */
    #section03 .section-inner {
        padding: 80px 20px;
        padding-right: 0;
    }

    #section03 .section-inner .title-wrap {
        padding-right: 20px;
    }

    /* 섹션05 */
    #section05 .section-inner {
        padding: 100px 20px;
    }

    #section05 .section-inner .grid-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    #section05 .section-inner .grid-wrap .cell:nth-child(1) {
        width: 100%;
    }

    #section05 .section-inner .grid-wrap .cell {
        width: calc(50% - 10px);
    }
}

/* 휴대폰 */
@media screen and (max-width: 576px) {

    .swiper-button-prev,
    .swiper-button-next {
        width: 35px;
        height: 35px;
    }

    .swiper-pagination {
        margin: 0 10px;
    }

    .swiper-pagination span {
        font-size: 14px;
    }

    /* 섹션01 */
    #section01 {
        padding-top: 130px;
    }

    #section01 .section-inner .title-wrap {
        padding-top: 30px;
    }

    #section01 .section-inner hgroup .title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    #section01 .section-inner hgroup .sub-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    #section01 .section-inner hgroup .text {
        font-size: 15px;
        margin-bottom: 30px;
    }

    #section01 .section-inner hgroup .btn-link {
        font-size: 14px;
        padding: 12px 15px;
        margin: 10px 0;
    }

    #section01 .section-inner .swiper-util {
        margin-top: 30px;
    }

    /* 섹션02 */
    #section02 {
        margin-top: 0px;
    }

    #section02 .section-inner {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    #section02 .section-inner hgroup {
        margin-bottom: 35px;
    }

    #section02 .section-inner hgroup h1 {
        font-size: 28px;
    }

    .s2-swiper .swiper-wrapper .swiper-slide figure .imgbox {
        border-radius: 15vw;
    }

    .s2-swiper .swiper-wrapper .swiper-slide figure figcaption p {
        font-size: 18px;
    }

    .s3-swiper .swiper-wrapper .swiper-slide figure figcaption .tag.tag-small {
        font-size: 13px;
        white-space: nowrap;
    }

    /* 섹션03 */
    #section03 .section-inner {
        padding: 50px 20px;
        padding-bottom: 10px;
        padding-right: 0;
    }

    #section03 .section-inner .title-wrap {
        margin-bottom: 40px;
        padding-right: 20px;
    }

    #section03 .section-inner .title-wrap hgroup h1 {
        font-size: 28px;
    }

    #section03 .section-inner .swiper .swiper-slide figcaption h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    #section03 .section-inner .swiper .swiper-slide figcaption h6 {
        font-size: 16px;
    }

    #section03 .section-inner .swiper .swiper-slide figcaption {
        font-size: 15px;
    }

    /* 섹션04 */
    #section04 .section-inner {
        width: 100%;
        height: fit-content;
        padding: 50px 0 30px 20px;
    }

    #section04 .section-inner hgroup {
        margin-bottom: 20px;
    }

    #section04 .section-inner hgroup h1 {
        font-size: 28px;
    }

    #section04 .section-inner .swiper-button {
        width: 50px;
        height: 50px;
    }

    #section04 .section-inner .swiper-button-prev {
        left: 0;
    }

    #section04 .section-inner .swiper-button-next {
        right: 0;
    }

    #section04 .section-inner .swiper .swiper-slide .visual-wrap .imgbox {
        height: 150px;
    }

    #section04 .section-inner .swiper .swiper-slide .visual-wrap figcaption {
        padding: 10px;
    }

    #section04 .section-inner .swiper .swiper-slide .visual-wrap figcaption h3 {
        font-size: 20px;
    }

    #section04 .section-inner .swiper .swiper-slide .visual-wrap figcaption p {
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    #section04 .section-inner .swiper .swiper-slide .text-wrap {
        padding: 30px 10px;
    }

    #section04 .section-inner .swiper .swiper-slide .text-wrap figcaption p {
        font-size: 15px;
    }

    #section04 .section-inner .swiper .swiper-slide .text-wrap .imgbox {
        width: 60px;
        height: 60px;
        right: 10px;
        top: 30px;
    }

    /* 섹션05 */
    #section05 .section-inner {
        padding: 50px 20px;
    }

    #section05 .section-inner hgroup h1 {
        font-size: 28px;
    }

    #section05 .section-inner .grid-wrap {
        gap: 10px;
        display: block;
    }

    #section05 .section-inner .grid-wrap .cell {
        width: 100%;
        margin-bottom: 10px;
        display: block;
    }

    #section05 .section-inner .grid-wrap .cell img {
        display: block;
        width: 100%;
    }

    #section05 .section-inner .grid-wrap .cell figcaption {
        padding: 10px;
        box-sizing: border-box;
        opacity: 1;
        text-align: center;
    }

    #section05 .section-inner .grid-wrap .cell figcaption h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    #section05 .section-inner .grid-wrap .cell figcaption p {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}