/* BASIC css start */
.add-page #contentWrap {
    background: #fffcf8;
}

.add-page .visual-wrap .text-wrap {
    max-width: 800px;
    padding: 0;
}

.add-page .visual-wrap {
    position: relative;
    background-image: url('/design/hangso1/mallskin/pc/images/bg_page03_visual01.png');
    padding: 183px 16px;
}

.add-page .flex-wrap .item .title {
    word-break: break-all;
}

.add-page .visual-wrap .video-wrap {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.add-page .visual-wrap .video-wrap.active {
    display: block;
}

.add-page .visual-wrap .video-wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.add-page .visual-wrap .sub-title {
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 32px;
    font-weight: 420;
    line-height: 36px;
    margin: 24px 0 8px;
    word-break: keep-all;
}

.add-page .visual-wrap .title {
    margin-bottom: 32px;
    word-break: keep-all;
}

.add-page .bg-wrap {
    background: #FFFCF8;
    padding: 80px 0;
}

.add-page .desc-list-wrap li {
    color: #211D1D;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 16px;
    font-weight: 390;
    line-height: 28px;
}

.add-page .desc {
    margin-top: 32px;
    color: #211D1D;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.add-page .visual-wrap .text-wrap .btn-play {
    position: relative;
    width: 126px;
    height: 126px;
    background: transparent url('/design/hangso1/mallskin/pc/images/icon_page8_play.png') no-repeat center center;
    box-sizing: border-box;
}

.add-page .visual-wrap .text-wrap .btn-play:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 126px;
    height: 126px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    transition: all .5s;
}

.add-page .visual-wrap .text-wrap .btn-play:hover:after {
    width: 84px;
    height: 84px;
}

.add-page .bg-black {
    background: #211D1D;
    overflow: hidden;
}

.img-flex-wrap {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.img-flex-wrap .item {
    flex: 1;
}

.img-flex-wrap .item img {
    display: block;
    max-width: 100%;
}

.add-page .slider-wrap .swiper {
    margin-bottom: 0;
}

.add-page .add-page-sub-title {
    margin-bottom: 56px;
}

.swiper-container .swiper-slide .img-wrap {
    padding-bottom: 78%;
}

.bg-wrap .header-content {
    display: flex;
    gap: 4px;
    justify-content: space-between;
    margin-bottom: 56px;
}

.bg-wrap .header-content .title {
    margin-bottom: 8px;
    color: #FFF;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
}

.bg-wrap .header-content .sub-title {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.bg-wrap .header-content .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 212px;
    height: 48px;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    color: #211D1D;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    transition: all .5s;
    padding: 0 16px;
    box-sizing: border-box;
}

.add-page .btn:hover {
    background: #FB663A !important;
    color: #FFFFFF !important;
    border: 1px solid #FB663A !important;
}

.popup-img-wrap {
    text-align: center;
    margin-bottom: 24px;
}

.popup-img-wrap .img-wrap {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.popup-img-wrap .img-wrap img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.popup-img-wrap .img-wrap .spot {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.40);
    transition: all .35s ease-in-out;
}

.popup-img-wrap .img-wrap .spot:hover {
    transform: scale(.9);
}

.popup-img-wrap .img-wrap .spot:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.3);
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #FFFFFF;
    transition: all .35s ease-in-out;
}

.popup-img-wrap .img-wrap .spot:hover:after {
    transform: translate(-50%, -50%) scale(1);
}

.popup-img-wrap .img-wrap .spot1 {
    left: 37.5%;
    top: 24%;
}

.popup-img-wrap .img-wrap .spot2 {
    left: 63%;
    top: 7%;
}

.popup-img-wrap .img-wrap .spot3 {
    left: 54.5%;
    top: 35.5%;
}

.icon-list-wrap {
    display: flex;
    gap: 64px 16px;
    flex-wrap: wrap;
}

.icon-list-wrap > li {
    width: calc(33.333% - 11px);
    color: #FFFFFF;
}

.icon-list-wrap > li .title {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 8px;
}

.icon-list-wrap > li .sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.icon-list-wrap > li .title:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background-image: url('/design/hangso1/mallskin/pc/images/icon_page03_mark01.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 12px;
}

.icon-list-wrap > li:nth-child(2) .title:before {
    background-image: url('/design/hangso1/mallskin/pc/images/icon_page03_mark02.png');
}
.icon-list-wrap > li:nth-child(3) .title:before {
    background-image: url('/design/hangso1/mallskin/pc/images/icon_page03_mark03.png');
}
.icon-list-wrap > li:nth-child(4) .title:before {
    background-image: url('/design/hangso1/mallskin/pc/images/icon_page03_mark04.png');
}
.icon-list-wrap > li:nth-child(5) .title:before {
    background-image: url('/design/hangso1/mallskin/pc/images/icon_page03_mark05.png');
}
.icon-list-wrap > li:nth-child(6) .title:before {
    background-image: url('/design/hangso1/mallskin/pc/images/icon_page03_mark06.png');
}

.add-page .visual-wrap.video-wrap2 {
    position: relative;
    background-image: url('/design/hangso1/mallskin/pc/images/bg_page03_visual02.png');
    padding: 262px 16px;
}

.add-page .visual-wrap.video-wrap2 .text-wrap {
    max-width: 293px;
}

.add-page .visual-wrap.video-wrap2 .text-wrap .sub-title {
    margin: 20px 0 0;
    font-weight: 500;
    font-family: inherit;
}

.add-page .photo-swiper .swiper {
    padding-bottom: 0;
}

.add-page .photo-swiper .swiper-slide .img-wrap {
    margin-bottom: 0;
}

.add-page .section-photo {
    padding: 60px 0;
}

.section-inquiry {
    padding: 80px 0;
    background: url('/design/hangso1/mallskin/pc/images/bg_page03_visual03.png') no-repeat center;
}

.section-inquiry .content-wrap {
    width: 100%;
    max-width: 414px;
    padding: 72px 16px;
    border-radius: 4px;
    background: #FFFFFF;
    text-align: center;
    box-sizing: border-box;
}

.section-inquiry .content-wrap .title {
    margin-bottom: 12px;
    color: #211D1D;
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
}

.section-inquiry .content-wrap .sub-title {
    color: #4A4444;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}

.section-inquiry .content-wrap .btn-wrap {
    display: flex;
    justify-content: center;
}

.section-inquiry .content-wrap .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 48px;
    background: #211D1D;
    border-radius: 4px;
    border: 1px solid #211D1D;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    transition: all .5s;
}

.bg-wrap.bg-white {
    background: #FFFFFF;
    overflow: hidden;
}

.bg-white .title-wrap {
    margin-bottom: 56px;
}

.bg-white .title-wrap .title {
    margin-bottom: 16px;
    color: #211D1D;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
}

.bg-white .title-wrap .sub-title {
    color: #211D1D;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.app-swiper, .app-swiper .swiper  {
    overflow: visible !important;
}

.app-swiper .slide-item-wrap {
    position: relative;
    min-height: 376px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.08);
    text-align: center;
    margin-bottom: 80px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 16px 110px;
}

.app-swiper .slide-item-wrap .title {
    color: #211D1D;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 24px;
    font-weight: 420;
    line-height: 32px;
    margin-bottom: 16px;
}

.app-swiper .slide-item-wrap .sub-title {
    color: #211D1D;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.app-swiper .slide-item-wrap .bg-img {
    position: absolute;
    left: 50%;
    bottom: -45px;
    transform: translateX(-50%);
    display: block;
    max-width: 60%;
}

.app-swiper .swiper-slide .btn-more {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: under;
}

.app-swiper .swiper-slide .btn-more:hover {
    text-decoration: none;
}

.add-page .popup-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
}

.add-page .popup-wrap.active {
    display: block;
}

.add-page .popup-wrap .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #211D1D;
    opacity: .5;
    transition: all .5s;
    z-index: -1;
}

.add-page .popup-wrap .contents-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 32px);
    max-width: 500px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 76px 16px 32px;
    box-sizing: border-box;
    text-align: center;
    transform: translate(-50%, calc(-50% - 50px));
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}

.add-page .popup-wrap .contents-wrap.active {
    transform: translate(-50%, -50%);
}

.add-page .popup-wrap .contents-wrap .img-wrap {
    display: inline-block;
    width: 122px;
    height: 122px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 24px;
}

.add-page .popup-wrap .contents-wrap .title {
    color: #211D1D;
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 8px;
}

.add-page .popup-wrap .contents-wrap .sub-title {
    color: #5A5858;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.add-page .popup-wrap .contents-wrap .btn-close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 20px;
    height: 20px;
    background: url('/design/hangso1/mallskin/pc/images/img_page03_popup_close.png') no-repeat center;
    cursor: pointer;
}



@media (max-width: 768px) {
    .add-page .visual-wrap {
        background-image: url('/design/hangso1/mallskin/pc/images/bg_page03_visual01_mo.png');
        padding: 187px 16px;
    }

    .add-page .visual-wrap.video-wrap2 {
        position: relative;
        background-image: url('/design/hangso1/mallskin/pc/images/bg_page03_visual02_mo.png');
        padding: 183px 16px;
    }

    .section-inquiry {
        background: url('/design/hangso1/mallskin/pc/images/bg_page03_visual03_mo.png') no-repeat center;
    }

    .add-page .visual-wrap .sub-title {
        font-size: 28px;
        line-height: 34px;
    }

    .add-page .visual-wrap .title {
        font-size: 48px;
        line-height: 54px;
    }

    .add-page .flex-wrap .item img {
        max-height: 100%;
    }

    .swiper-container .swiper-slide .img-wrap {
        padding-bottom: 100%;
    }

    .bg-wrap .header-content {
        flex-direction: column;
    }

    .bg-wrap .header-content {
        word-break: keep-all;
        gap: 24px;
    }

    .add-page .bg-black {
        padding: 64px 0;
    }

    .bg-wrap .header-content .title {
        font-size: 36px;
        line-height: 44px;
    }

    .bg-wrap .header-content .sub-title {
        font-size: 16px;
        line-height: 24px;
    }

    .popup-img-wrap .img-wrap {
        display: block;
        margin: auto;
    }

    .popup-img-wrap .img-wrap img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        max-width: inherit;
        width: 752px;
    }

    .popup-img-wrap .img-wrap .spot {
        left: 50%;
    }

    .popup-img-wrap .img-wrap .spot1 {
        transform: translateX(-100px);
    }

    .popup-img-wrap .img-wrap .spot1:hover {
        transform: translateX(-100px) scale(.9);
    }

    .popup-img-wrap .img-wrap .spot2 {
        transform: translateX(70px);
    }

    .popup-img-wrap .img-wrap .spot2:hover {
        transform: translateX(70px) scale(.9);
    }

    .popup-img-wrap .img-wrap .spot3 {
        transform: translateX(-32px);
    }

    .popup-img-wrap .img-wrap .spot3:hover {
        transform: translateX(-32px) scale(.9);
    }

    .icon-list-wrap > li .title {
        font-size: 20px;
        line-height: 26px;
    }

    .icon-list-wrap > li .sub-title {
        font-size: 14px;
        line-height: 20px;
    }

    .add-page .visual-wrap.video-wrap2 .text-wrap {
        margin: 0;
    }

    .section-inquiry .content-wrap .title {
        font-size: 28px;
        line-height: 36px;
    }

    .bg-wrap.bg-white {
        padding: 64px 0 80px;
    }

    .bg-white .title-wrap .title {
        font-size: 36px;
        line-height: 44px;
    }

    .bg-white .title-wrap .sub-title {
        font-size: 16px;
        line-height: 24px;
    }

    .app-swiper .slide-item-wrap {
        min-height: 269px;
        padding: 40px 12px 80px;
    }

    .app-swiper .slide-item-wrap .title {
        font-size: 24px;
        line-height: 32px;
    }

    .app-swiper .slide-item-wrap .sub-title {
        font-size: 14px;
        line-height: 20px;
    }

    .app-swiper .slide-item-wrap .bg-img {
        bottom: -20px;
        max-width: 90px;
    }

    .app-swiper .slide-item-wrap {
        margin-bottom: 56px;
        min-height: 300px;
    }

    .add-page .popup-wrap .contents-wrap {
        padding-top: 68px;
    }

    .add-page .popup-wrap .contents-wrap .img-wrap {
        margin-bottom: 20px;
    }

    .add-page .popup-wrap .contents-wrap .title {
        font-size: 22px;
        line-height: 28px;

    }

    .add-page .popup-wrap .contents-wrap .sub-title {
        font-size: 16px;
        line-height: 24px;
    }

}

@media (max-width: 500px) {
    .app-swiper .slide-item-wrap {
        min-height: 248px;
    }
}

@media (max-width: 375px) {
    .add-page .visual-wrap {
        padding: 77px 16px;
    }

    .add-page .visual-wrap .title {
        font-size: 44px;
        line-height: 52px;
    }

    .add-page .bg-wrap {
        padding: 40px 0;
    }

    .add-page .desc-list-wrap li {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }

    .add-page .desc {
        font-size: 14px;
        line-height: 24px;
    }

    .add-page .section-photo {
        padding: 60px 0 24px;
    }

    .img-flex-wrap {
        flex-direction: column;
    }

    .add-page .photo-swiper .swiper {
        padding-bottom: 36px;
    }

    .section-inquiry {
        padding: 40px 0;
    }

    .bg-wrap .header-content .title {
        font-size: 32px;
        line-height: 40px;
    }

    .bg-wrap .header-content .sub-title {
        font-size: 14px;
        line-height: 20px;
    }

    .popup-img-wrap .img-wrap .spot3 {
        transform: translateX(28px);
    }

    .popup-img-wrap .img-wrap .spot3:hover {
        transform: translateX(28px) scale(.9);
    }

    .icon-list-wrap {
        gap: 32px;
        flex-direction: column;
    }

    .icon-list-wrap > li {
        width: 100%;
    }

    .add-page .bg-black {
        padding: 64px 0;
    }

    .add-page .visual-wrap.video-wrap2 {
        padding: 204px 16px;
    }

    .bg-wrap.bg-white {
        padding: 64px 0 24px;
    }

    .add-page .popup-wrap .contents-wrap .sub-title {
        font-size: 14px;
        line-height: 20px;
    }
}
/* BASIC css end */

