@charset "UTF-8"; #mainCon {
    position: relative;
    width: 100%;
}

#mainCon .mainV {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#mainCon .mainV .bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#mainCon .mainV .bg video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

#mainCon .mainV .bg::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0.55;
}

#mainCon .mainV .bg > p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
}

#mainCon .mainV .swiper-slide .txt {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
}

#mainCon .mainV .swiper-slide .txt .txt1 {
    font-size: 20px;
    font-family: "Pretendard-Medium";
    transform: translate(0, 100px);
    opacity: 0;
}

#mainCon .mainV .swiper-slide .txt .txt2 {
    font-size: 72px;
    font-family: "Poppins-Medium", "Pretendard-Medium";
    transform: translate(0, 100px);
    opacity: 0;
}

#mainCon .mainV .swiper-slide .txt > a {
    display: block;
    width: 140px;
    height: 50px;
    margin: 48px auto 0;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 49px;
    font-family: "Poppins-Medium";
    font-size: 14px;
    transform: translate(0, 100px);
    opacity: 0;
}

#mainCon .mainV .bt_pack {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 60px;
    left: 60px;
    /*width: 190px; */
    width: 280px;
    /*개인정보처리방침 버튼 추가로 width 수정 */
    height: 40px;
    color: #fff;
}

/* hover 효과 */
.policy-btn .btn-privacy:hover {
    background: #999;
    /* 배경 더 진하게 */
    text-decoration: underline;
    /* 밑줄 추가 */
    transform: scale(1.05);
    /* 살짝 커지기 */
}

.policy-btn {
    transform: translateX(30%);
    z-index: 999999;
    /* 오버레이 위로 */
}

/* 버튼 자체를 확실히 보이게 + 클릭 가능 */
.policy-btn .btn-privacy {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    /* 3pt는 너무 작습니다. 가독 위해 14px 권장 */
    color: #fff !important;
    /* 다른 스타일이 덮어쓰면 강제 */
    cursor: pointer;
}

.policy-btn .btn-privacy:hover {
    opacity: .95;
}

#mainCon .mainV .bt_pack > a {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background: url('../images/mainv-stopbt.svg') no-repeat center center #000;
    border-radius: 20px;
    z-index: 10;
}

#mainCon .mainV .bt_pack > a.on {
    background: url('../images/mainv-playbt.svg') no-repeat center center #000;
}

#mainCon .mainV .bt_pack .swiper-button-prev {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 10px);
    width: 40px;
    height: 40px;
    background: url('../images/mainv-prebt.svg') no-repeat 0 0;
}

#mainCon .mainV .bt_pack .swiper-button-next {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 10px);
    width: 40px;
    height: 40px;
    background: url('../images/mainv-nexbt.svg') no-repeat 0 0;
}

#mainCon .mainV .bt_pack .swiper-pagination {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 40px;
    font-size: 14px;
    font-family: "Poppins-Regular";
    line-height: 40px;
}

#mainCon .mainV .bt_pack .swiper-pagination > span {
    margin: 0 4px;
}

#mainCon .mainV .bt_pack .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}

#mainCon .mainV .bt_pack .swiper-pagination-bullet-active {
    opacity: 1;
}

#mainCon .mainV .scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 110px;
    height: 112px;
    font-size: 14px;
    font-family: "Poppins-Regular";
    color: #fff;
    z-index: 1;
}

#mainCon .mainV .scroll .line {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 1px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.5);
}

#mainCon .mainV .scroll .line > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background-color: #fff;
    animation: lineloof 1.5s infinite;
}

@keyframes lineloof {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

@media all and (max-width: 1024px) {
    #mainCon .mainV .swiper-slide .txt {
        width: 94%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #mainCon .mainV .swiper-slide .txt .txt1 {
        font-size: 17px;
    }

    #mainCon .mainV .swiper-slide .txt .txt2 {
        font-size: 54px;
        margin-top: 10px;
        word-break: keep-all;
    }
}

@media all and (max-width: 768px) {
    #mainCon .mainV .swiper-slide .txt .txt1 {
        font-size: 15px;
        word-break: keep-all;
    }

    #mainCon .mainV .swiper-slide .txt .txt2 {
        font-size: 36px;
        margin-top: 10px;
        word-break: keep-all;
    }

    #mainCon .mainV .scroll {
        left: 3%;
        transform: translate(0%, 0%);
        width: 55px;
        height: 56px;
        color: rgba(000, 000, 000, 0);
    }

    #mainCon .mainV .bt_pack {
        flex-direction: row-reverse;
        /*width: 100px;*/
        left: 0;
        right: 0;
        margin: auto;
        bottom: 80px;
    }

    #mainCon .mainV .bt_pack > a {
        width: 10px;
        height: 10px;
        margin-left: 7px;
        margin-top: 2px;
        background: url('../images/mainv-stopbt-m.svg') no-repeat center center;
        border-radius: 0px;
        z-index: 10;
    }

    #mainCon .mainV .bt_pack > a.on {
        background: url('../images/mainv-playbt-m.svg') no-repeat center center;
    }

    #mainCon .mainV .bt_pack .swiper-button-prev {
        display: none;
    }

    #mainCon .mainV .bt_pack .swiper-button-next {
        display: none;
    }

    #mainCon .mainV .bt_pack .swiper-pagination {
        width: auto;
    }

    #mainCon .mainV .bt_pack .swiper-pagination > span {
        margin: 0 8px;
    }

    #mainCon .mainV .bt_pack .swiper-pagination-bullet {
        background: #fff;
        opacity: 0.5;
    }

    #mainCon .mainV .bt_pack .swiper-pagination-bullet-active {
        opacity: 1;
    }
}

.q_area {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
}

.q_area li {
    position: absolute;
    right: 0;
    width: 100px;
    height: 100px;
}

.q_area li > a {
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    margin-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    transition-duration: 0.4s;
    transition-property: background;
}

.q_area li > a > p {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: "Poppins-Bold", "Pretendard-Bold";
    line-height: 18px;
    word-break: break-all;
    transition-duration: 0.4s;
    transition-property: color;
}

.q_area li > a > p > img {
    width: 15px;
}

.q_area li > a.on {
    background: rgba(000, 000, 000, 0.4);
}

.q_area li > a.on > p {
}

.q_area li.popup > a.on > p {
    color: #fff;
}

.q_area li > .open_s {
    display: none;
    position: absolute;
    top: 0;
    right: 100px;
    width: 240px;
    height: 200px;
    padding: 16px 10px 16px 16px;
    background: rgba(000, 000, 000, 0.4);
}

.q_area li > .open_s a {
    display: block;
}

.q_area li > .open_s .scrollbox {
    overflow-y: auto;
    height: 100%;
}

.q_area li > .open_s .scrollbox::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.q_area li > .open_s .scrollbox::-webkit-scrollbar-thumb {
    background: #999;
}

.q_area li > .open_s .scrollbox::-webkit-scrollbar-track {
    background: #CCCCCC;
}

.q_area li > .open_s .scrollbox > a.snsbt {
    font-size: 16px;
    font-family: "Pretendard-Medium";
    color: #fff;
    line-height: 28px;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.q_area li > .open_s .scrollbox > a.snsbt span img {
    margin-right: 20px;
}

.q_area li > .open_s .scrollbox > a.snsbt span:last-of-type {
    font-size: 16px;
    font-family: "Pretendard-Medium";
    transition-duration: 0.2s;
    transition-property: font-size;
    word-break: break-all;
    line-height: 20px;
}

.q_area li > .open_s .scrollbox > a.snsbt:hover span {
    font-size: 18px;
    font-family: "Pretendard-Bold";
}

.q_area li > .open_s .scrollbox > a.fambt {
    margin-left: 4px;
    font-size: 16px;
    font-family: "Pretendard-Regular";
    color: #fff;
    line-height: 28px;
    margin-bottom: 10px;
}

.q_area li > .open_s .scrollbox > a.fambt span {
    font-size: 16px;
    font-family: "Pretendard-Regular";
    transition-duration: 0.2s;
    transition-property: font-size;
}

.q_area li > .open_s .scrollbox > a.fambt:hover span {
    font-size: 18px;
    font-family: "Pretendard-Bold";
}

.q_area li > .open_s > a.xbt {
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 40px;
    background: url('../images/main-qucik-popxbt.svg') no-repeat 0 0;
}

@media all and (max-width: 1024px) {
}

@media all and (max-width: 768px) {
    .q_area li {
        width: 64px;
        height: 64px;
    }

    .q_area li > a {
        width: 64px;
        height: 64px;
    }

    .q_area li > a > p {
        font-size: 12px;
        line-height: 18px;
    }

    .q_area li > a > p > img {
        width: 12px;
    }

    .q_area li > .open_s {
        position: fixed;
        top: unset !important;
        bottom: 0px !important;
        right: 64px;
        width: calc(100vw - 64px);
        height: 192px;
        min-height: 164px;
        padding: 12px 3%;
        background: rgba(000, 000, 000, 0.7);
    }

    .q_area li > a.on {
        background: rgba(000, 000, 000, 0.7);
    }

    .q_area li > .open_s .scrollbox > a.snsbt {
        font-size: 14px;
    }

    .q_area li > .open_s .scrollbox > a.fambt {
        height: 30px;
        margin-left: 4px;
        font-size: 14px;
        line-height: 29px;
    }

    .q_area li > .open_s > a.xbt {
        position: absolute;
        top: -40px;
        left: 0;
        width: 40px;
        height: 40px;
        background: url('../images/main-qucik-popxbt.svg') no-repeat center center;
        background-size: 40px;
    }
}

.q_area li.popup > a > p.icon {
    opacity: 0;
}

.q_area li.popup > a {
    border-top: 0px solid rgba(255, 255, 255, 0.2);
    background-color: #961E1E;
    z-index: 1;
}

.q_area li.popup > .open {
    position: absolute;
    bottom: 0;
    left: 100px;
    width: 360px;
    height: 480px;
    background-color: #fff;
}

.q_area li.popup > .open .swiper-container {
    width: 360px;
    height: 480px;
}

.q_area li.popup > .open .swiper-slide {
    position: relative;
    width: 360px;
    height: 480px;
    overflow: hidden;
}

.q_area li.popup > .open .swiper-slide .img {
    position: relative;
    width: 360px;
    height: 480px;
    overflow: hidden;
    background: #000;
}

.q_area li.popup > .open .swiper-slide .img > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.q_area li.popup > .open .swiper-slide .img > .movie_sec {
    position: relative;
    width: 100%;
    height: 248px;
    overflow: hidden;
}

.q_area li.popup > .open .swiper-slide .img > .movie_sec video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.q_area li.popup > .open .swiper-slide .img > .movie_sec iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.q_area li.popup > .open .swiper-slide .img > span {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 120px;
    padding: 0 30px;
    overflow-y: auto;
    font-size: 16px;
    color: #aaa;
    word-break: break-all;
}

.q_area li.popup > .open .swiper-slide .img > span::-webkit-scrollbar {
    width: 6px;
}

.q_area li.popup > .open .swiper-slide .img > span::-webkit-scrollbar-thumb {
    background: #999;
}

.q_area li.popup > .open .swiper-slide .img > span::-webkit-scrollbar-track {
    background: #000;
}

.q_area li.popup > .open .swiper-pagination-fraction {
    bottom: unset;
    left: unset;
    top: 20px;
    right: 20px;
    width: 72px;
    height: 28px;
    padding: 5px 0;
    background: rgba(000, 000, 000, 0.8);
    color: #fff;
    border-radius: 14px;
    font-size: 12px;
    font-family: "Pretendard-Semibold";
    text-align: right;
    padding-right: 12px;
}

.q_area li.popup > .open .pause {
    display: block;
    position: absolute;
    top: 24px;
    right: 62px;
    width: 20px;
    height: 20px;
    background: url('../images/main-qucik-pop-pause.svg') no-repeat;
    z-index: 11;
    background-size: cover;
}

.q_area li.popup > .open .pause.on {
    display: block;
    position: absolute;
    top: 24px;
    right: 62px;
    width: 20px;
    height: 20px;
    background: url('../images/main-qucik-pop-play.svg') no-repeat;
    z-index: 11;
    background-size: cover;
}

.q_area li.popup > .open .swiper-container .arrow {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 5;
    height: 40px;
}

.q_area li.popup > .open .swiper-container .arrow .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: 0;
    top: 0;
    left: 0;
    background: url("../images/ico-main-pop-arrow.svg");
}

.q_area li.popup > .open .swiper-container .arrow .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: 0;
    top: 0;
    right: 0;
    background: url("../images/ico-main-pop-arrow.svg");
    transform: rotate(180deg);
}

.q_area li.popup > .open .swiper-container .arrow .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: .5;
}

@media all and (max-width: 1024px) {
}

@media all and (max-width: 768px) {
    .q_area li.popup > .open {
        width: 278px;
        height: 370px;
    }

    .q_area li.popup > .open .swiper-container {
        width: 100%;
        height: 370px;
    }

    .q_area li.popup > .open .swiper-slide {
        position: relative;
        width: 278px;
        height: 370px;
        overflow: hidden;
    }

    .q_area li.popup > .open .swiper-slide .img {
        position: relative;
        width: 100%;
        height: 370px;
        overflow: hidden;
    }

    .q_area li.popup > .open .swiper-slide .img > img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .q_area li.popup > .open .swiper-slide .img > span {
        left: 30px;
        bottom: 30px;
        width: 218px;
        height: 90px;
        padding: 0 10px 0 0;
        font-size: 14px;
    }

    .q_area li.popup > .open .swiper-pagination-fraction {
        bottom: unset;
        left: unset;
        top: 20px;
        right: 20px;
        height: 28px;
        padding: 5px 14px 5px 0;
        background: rgba(000, 000, 000, 0.8);
        color: #fff;
        border-radius: 14px;
        font-size: 12px;
        font-family: "Pretendard-Semibold";
    }

    .q_area li.popup > .open .swiper-container .arrow {
        display: none;
    }
}

.main_con1 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.main_con1 .bgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.main_con1 .bgs > p:nth-child(1) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 860px;
    height: 860px;
    background: url('../images/maincon1-top-deco1.png') no-repeat 0 0;
    background-size: 100% 100%;
    overflow: hidden;
}

.main_con1 .bgs > p:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 346px;
    height: 346px;
    background: url('../images/maincon1-top-deco2.png') no-repeat 0 0;
    background-size: 100% 100%;
    overflow: hidden;
}

.main_con1 h2 {
    position: absolute;
    top: 160px;
    left: 0;
    transform: translate(0, 100px);
    opacity: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #961E1E;
    font-family: "Poppins-Bold";
    z-index: 10;
}

.main_con1 .txt_pack {
    position: absolute;
    top: 246px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #4D4D4D;
    font-family: "Pretendard-Regular";
}

.main_con1 .txt_pack .txt1 {
    font-size: 56px;
    color: #222;
    line-height: 73px;
    margin-bottom: 30px;
    transform: translate(0, 100px);
    opacity: 0;
}

.main_con1 .txt_pack .txt2 {
    transform: translate(0, 100px);
    opacity: 0;
}

.main_con1 .bg_pack {
    position: absolute;
    top: 715px;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 1;
    width: 70%;
    height: 100vh;
    overflow: hidden;
}

.main_con1 .bg_pack > p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.main_con1 .bg_pack > p.img1 {
    top: 0;
    left: 0;
}

.main_con1 .bg_pack > p.img2 {
    top: 0;
    left: 100%;
}

.main_con1 .bg_pack > p.img3 {
    top: 100%;
    left: 0;
}

.main_con1 .bg_pack > p.dimd {
    background: rgba(000, 000, 000, 0);
}

.main_con1 .info_pack {
    position: absolute;
    top: 20%;
    left: 0;
    color: #fff;
    width: 50%;
    opacity: 0;
}

.main_con1 .info_pack .bar {
    position: absolute;
    top: 35px;
    left: 0;
    background: #fff;
    width: 50px;
    height: 2px;
    opacity: 0;
}

.main_con1 .info_pack > a {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    color: #fff;
    font-size: 16px;
    font-family: "Poppins-Bold";
    margin-right: 22px;
    opacity: 0.6;
}

.main_con1 .info_pack > a.on {
    opacity: 1;
}

.main_con1 .info_pack .tab_con {
    position: absolute;
    top: 130px;
    left: 0;
    color: #fff;
}

.main_con1 .info_pack .tab_con .txt1 {
    font-size: 80px;
    font-family: "Poppins-Light";
    line-height: 100px;
}

.main_con1 .info_pack .tab_con .txt2 {
    font-size: 18px;
    font-family: "Pretendard-Regular";
    line-height: 29px;
    margin-top: 40px;
}

.main_con1 .scroll_info {
    position: absolute;
    bottom: 65px;
    right: 120px;
    width: 132px;
    height: 40px;
    padding-top: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    font-family: "Poppins-Bold";
}

.main_con1 .scroll_info .mouse {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 12px;
}

.main_con1 .scroll_info .mouse::after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    animation: wheelloof 1.5s infinite;
}

@keyframes wheelloof {
    0% {
        top: 8px;
    }

    65% {
        top: 24px;
    }

    100% {
        top: 8px;
    }
}

@media all and (max-width: 1024px) {
    .main_con1 h2 {
        top: 140px;
        font-size: 17px;
    }

    .main_con1 .txt_pack {
        width: 94%;
        left: 50%;
        transform: translate(-50%, 0%);
        font-size: 16px;
        word-break: keep-all;
    }

    .main_con1 .txt_pack .txt1 {
        font-size: 44px;
        line-height: 60px;
    }

    .main_con1 .bg_pack {
        top: 540px;
    }

    .main_con1 .info_pack {
        width: 70%;
    }

    .main_con1 .info_pack .bar {
        top: 30px;
        left: 0;
        background: #fff;
        width: 30px;
        height: 2px;
        opacity: 0;
    }

    .main_con1 .info_pack > a {
        padding-bottom: 5px;
        font-size: 15px;
        margin-right: 20px;
    }

    .main_con1 .info_pack .tab_con {
        top: 90px;
    }

    .main_con1 .info_pack .tab_con .txt1 {
        font-size: 60px;
        line-height: 78px;
    }

    .main_con1 .info_pack .tab_con .txt2 {
        font-size: 17px;
        line-height: 25px;
        margin-top: 20px;
    }

    .main_con1 .scroll_info {
        bottom: 110px;
        right: 52px;
        width: 70px;
        height: 20px;
        padding-top: 10px;
        font-size: 10px;
    }

    .main_con1 .scroll_info .mouse {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 24px;
        height: 40px;
        border: 2px solid #fff;
        border-radius: 12px;
    }

    .main_con1 .scroll_info .mouse::after {
        content: "";
        display: block;
        position: absolute;
        top: 8px;
        left: 8px;
        width: 4px;
        height: 4px;
        background: #fff;
        border-radius: 2px;
        animation: wheelloof 1.5s infinite;
    }
}

@media all and (max-width: 768px) {
    .main_con1 .info_pack .tab_con .txt2 br {
        display: none;
    }

    .main_con1 h2 {
        top: 120px;
        font-size: 16px;
    }

    .main_con1 .txt_pack .txt1 {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 30px;
    }

    .main_con1 .txt_pack .txt2 br {
        display: none;
    }

    .main_con1 .bg_pack {
        top: 460px;
    }

    .main_con1 .info_pack {
        width: 90%;
    }

    .main_con1 .info_pack > a {
        font-size: 13px;
        margin-right: 10px;
    }

    .main_con1 .info_pack .tab_con {
        top: 65px;
    }

    .main_con1 .info_pack .tab_con .txt1 {
        font-size: 40px;
        line-height: 58px;
    }

    .main_con1 .info_pack .tab_con .txt2 {
        font-size: 15px;
        line-height: 25px;
        margin-top: 20px;
    }

    .main_con1 .scroll_info {
        bottom: 90px;
        right: 3.8%;
        width: 70px;
        height: 20px;
        padding-top: 10px;
        font-size: 10px;
    }
}

.main_con2 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.main_con2 .screen_pack {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: 190px;
    text-align: center;
    color: #fff;
    z-index: 10;
}

.main_con2 .screen_pack h2 {
    font-size: 80px;
    font-family: "Poppins-Bold";
    transform: translate(0, 100px);
    opacity: 0;
}

.main_con2 .screen_pack .txt_pack {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    margin-top: 30px;
    transform: translate(0, 100px);
    opacity: 0;
    overflow: hidden;
}

.main_con2 .screen_pack .txt_pack .label {
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    margin: 0 15px;
    border-radius: 20px;
    background: #fff;
    color: #8A7251;
    line-height: 39px;
    font-size: 16px;
    font-family: "Pretendard-Bold";
}

.main_con2 .screen_pack .txt_pack .name {
    display: inline-block;
    height: 40px;
    margin: 0 15px;
    line-height: 39px;
    font-size: 24px;
    font-family: "Pretendard-Medium";
    color: #fff;
}

.main_con2 .screen_pack .txt_pack > a {
    display: inline-block;
    margin: 0 15px;
}

.main_con2 .img_pack {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.main_con2 .img_pack .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.main_con2 .img_pack .dimd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(000, 000, 000, 0.55);
}

.main_con2 .pre_bt {
    position: absolute;
    top: 50%;
    left: 160px;
    transform: translate(0, -50%);
    opacity: 0;
    z-index: 10;
}

.main_con2 .nxt_bt {
    position: absolute;
    top: 50%;
    right: 160px;
    transform: translate(0, -50%);
    opacity: 0;
    z-index: 10;
}

.main_con2 .openbt {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
}

.main_con2 .openbt > p {
    width: 0;
    padding-left: 0;
    color: #fff;
    font-size: 12px;
    font-family: "Poppins-Bold";
    overflow: hidden;
    transition-duration: 0.5s;
    transition-property: width, padding-left;
}

.main_con2 .openbt.hover > p {
    width: 35px;
    padding-left: 10px;
}

@media all and (max-width: 1024px) {
    .main_con2 .screen_pack {
        height: 190px;
    }

    .main_con2 .screen_pack h2 {
        font-size: 36px;
    }

    .main_con2 .screen_pack .txt_pack {
        display: block;
        height: 92px;
        margin-top: 30px;
    }

    .main_con2 .screen_pack .txt_pack .name_sec {
        margin-top: 20px;
    }

    .main_con2 .pre_bt {
        top: unset;
        left: 1%;
        bottom: 40px;
    }

    .main_con2 .nxt_bt {
        top: unset;
        right: 1%;
        bottom: 40px;
    }

    .main_con2 .openbt {
        height: 20px;
    }

    .main_con2 .openbt > p {
        width: 100%;
        height: 20px;
        padding-left: 0;
        color: #fff;
        font-size: 16px;
        text-decoration: underline;
    }

    .main_con2 .openbt > img {
        display: none;
    }

    .main_con2 .openbt.hover > p {
        width: 35px;
        padding-left: 10px;
    }
}

@media all and (max-width: 980px) {
    .main_con2 .openbt {
        height: 60px;
    }

    .main_con2 .openbt > p {
        height: 60px;
    }
}

@media all and (max-width: 768px) {
    .main_con2 .screen_pack .txt_pack .name {
        font-size: 18px;
    }
}

.main_con2 .list_pack {
    position: absolute;
    width: 590px;
    height: 90px;
    bottom: 60px;
    right: 0;
    transform: translate(0, 0);
    z-index: 10;
}

.main_con2 .list_pack .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
}

.main_con2 .list_pack.goto ul {
    transform: translate3d(0px, 0px, 0px) !important;
}

.main_con2 .list_pack.goto .swiper-scrollbar-drag {
    transform: translate3d(0px, 0px, 0px) !important;
}

.main_con2 .list_pack li {
    position: relative;
    width: 160px;
    height: 90px;
    margin-right: 16px;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
}

.main_con2 .list_pack li:last-child {
    margin-right: 0;
}

.main_con2 .list_pack li::after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid #fff;
}

.main_con2 .list_pack li.on::after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid #fff;
}

.main_con2 .list_pack li .img {
    display: block;
    position: relative;
    width: 160px;
    height: 90px;
    overflow: hidden;
}

.main_con2 .list_pack li .label {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 82px;
    height: 36px;
    border-radius: 18px;
    background: #fff;
    color: #8A7251;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    font-family: "Pretendard-Bold";
    opacity: 0;
    z-index: 10;
}

.main_con2 .list_pack li .name {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    padding: 0 40px;
    background: rgba(000, 000, 000, 0.7);
    color: #fff;
    line-height: 99px;
    font-size: 20px;
    font-family: "Pretendard-Medium";
    opacity: 0;
    z-index: 10;
}

.main_con2 .list_pack li .info {
    position: absolute;
    bottom: -400px;
    left: 0;
    width: 400px;
    height: 370px;
    padding: 50px 40px 40px;
    overflow: hidden;
    background: #fff;
    z-index: 10;
}

.main_con2 .list_pack li .info .txt1 {
    font-size: 20px;
    color: #222;
    font-family: "Pretendard-Bold";
}

.main_con2 .list_pack li .info .txt2 {
    margin-top: 30px;
}

.main_con2 .list_pack li .info .txt2 > div {
    display: flex;
    margin-bottom: 10px;
    width: 100%;
}

.main_con2 .list_pack li .info .txt2 > div .th {
    width: 75px;
    font-size: 16px;
    color: #727272;
    font-family: "Pretendard-Bold";
}

.main_con2 .list_pack li .info .txt2 > div .td {
    width: calc(100% - 75px);
    font-size: 16px;
    color: #4D4D4D;
    font-family: "Pretendard-Regular";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.main_con2 .list_pack li .info .bts {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 100%;
}

.main_con2 .list_pack li .info .bts .homepage {
    display: inline-block;
    height: 32px;
    padding-left: 42px;
    margin-right: 50px;
    font-size: 16px;
    color: #4D4D4D;
    font-family: "Pretendard-Regular";
    line-height: 31px;
    background: url('../images/maincon2-home-icon.svg') no-repeat 0 0;
}

.main_con2 .list_pack li .info .bts .check {
    display: inline-block;
    height: 32px;
    padding-left: 42px;
    font-size: 16px;
    color: #4D4D4D;
    font-family: "Pretendard-Regular";
    line-height: 31px;
    background: url('../images/maincon2-check-icon.svg') no-repeat 0 0;
}

.main_con2 .list_pack .closebt {
    display: none;
    position: absolute;
    top: calc(50% - 36px);
    left: 136px;
    transform: translate(0, -50%);
}

.main_con2 .list_pack .bt_pack {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 1280px;
    height: 48px;
    opacity: 0;
}

.main_con2 .list_pack .swiper-scrollbar {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: calc(100% - 100px);
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
}

.main_con2 .list_pack .swiper-scrollbar-drag {
    background: rgba(255, 255, 255, 1);
}

.main_con2 .list_pack .swiper-button-prev {
    position: absolute;
    bottom: 0;
    left: unset;
    right: 48px;
    width: 48px;
    height: 48px;
    background: url('../images/maincon2-swiper-prev.svg') no-repeat 0 0;
}

.main_con2 .list_pack .swiper-button-next {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: url('../images/maincon2-swiper-next.svg') no-repeat 0 0;
}

.main_con2 .list_pack li.on::after {
    display: block;
}

.main_con2 .list_pack.detail li::after {
    display: none;
}

.main_con2 .scroll_info {
    position: absolute;
    bottom: 80px;
    left: 60px;
    width: 132px;
    height: 40px;
    padding-top: 20px;
    padding-right: 34px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    font-family: "Poppins-Bold";
}

.main_con2 .scroll_info .mouse {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 12px;
}

.main_con2 .scroll_info .mouse::after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    animation: wheelloof 1.5s infinite;
}

@media all and (max-width: 1280px) {
    .main_con2 .list_pack {
        width: 380px;
    }
}

@media all and (max-width: 1024px) {
    .main_con2 .scroll_info {
        display: none;
    }

    .main_con2 .list_pack {
        bottom: -100px;
        right: unset;
        left: 3%;
    }

    .main_con2 .list_pack li .label {
        left: 3%;
    }

    .main_con2 .list_pack li .name {
        height: 60px;
        padding: 0 3%;
        line-height: 59px;
        font-size: 16px;
    }

    .main_con2 .list_pack li .info {
        bottom: -280px;
        left: 0;
        width: 100%;
        height: 280px;
        padding: 25px 5% 20px;
    }

    .main_con2 .list_pack li .info .txt1 {
        font-size: 17px;
    }

    .main_con2 .list_pack li .info .txt2 {
        margin-top: 30px;
    }

    .main_con2 .list_pack li .info .txt2 > div .th {
        width: 60px;
        font-size: 13px;
    }

    .main_con2 .list_pack li .info .txt2 > div .td {
        width: calc(100% - 60px);
        font-size: 13px;
    }

    .main_con2 .list_pack li .info .bts {
        bottom: 20px;
        left: 3%;
        width: 94%;
    }

    .main_con2 .list_pack li .info .bts .homepage {
        height: 16px;
        padding-left: 26px;
        margin-right: 25px;
        font-size: 14px;
        line-height: 21px;
        background: url('../images/maincon2-home-icon.svg') no-repeat 0 0;
        background-size: auto 20px;
    }

    .main_con2 .list_pack li .info .bts .check {
        height: 16px;
        padding-left: 26px;
        font-size: 14px;
        line-height: 21px;
        background: url('../images/maincon2-check-icon.svg') no-repeat 0 0;
        background-size: auto 20px;
    }

    .main_con2 .list_pack .closebt {
        top: -60px;
        left: unset;
        right: 3%;
        transform: translate(0, 0);
    }

    .main_con2 .list_pack .closebt > img {
        width: 30px;
    }

    .main_con2 .list_pack .bt_pack {
        width: 100%;
        height: 48px;
        opacity: 0;
    }

    .main_con2 .list_pack .swiper-scrollbar {
        bottom: 20px;
        width: 94%;
    }

    .main_con2 .list_pack .swiper-button-prev {
        display: none;
        position: absolute;
        bottom: 0;
        left: unset;
        right: 48px;
        width: 48px;
        height: 48px;
        background: url('../images/maincon2-swiper-prev.svg') no-repeat 0 0;
    }

    .main_con2 .list_pack .swiper-button-next {
        display: none;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 48px;
        height: 48px;
        background: url('../images/maincon2-swiper-next.svg') no-repeat 0 0;
    }
}

@media all and (max-width: 768px) {
    .main_con2 .list_pack .swiper-scrollbar {
        width: 97%;
    }

    .main_con2 .list_pack .closebt {
        right: 15px;
    }
}

.main_con3 {
    position: relative;
    width: 100%;
    padding: 240px 0 200px;
}

.main_con3 .txt_pack {
    width: 100%;
    text-align: center;
}

.main_con3 .txt_pack h2 {
    font-size: 18px;
    color: #961E1E;
    font-family: "Poppins-Bold";
    margin-bottom: 50px;
    transform: translate(0, 100px);
    opacity: 0;
}

.main_con3 .txt_pack .txt1 {
    font-size: 56px;
    color: #222;
    line-height: 73px;
    margin-bottom: 30px;
    transform: translate(0, 100px);
    opacity: 0;
}

.main_con3 .txt_pack .txt2 {
    font-size: 18px;
    color: #4D4D4D;
    line-height: 29px;
    transform: translate(0, 100px);
    opacity: 0;
}

.main_con3 .txt_pack > a {
    display: block;
    width: 140px;
    height: 50px;
    border: 1px solid #2D2D2D;
    margin: 48px auto 0;
    text-align: center;
    line-height: 49px;
    font-size: 14px;
    color: #222;
    font-family: "Poppins-Medium";
    transform: translate(0, 100px);
    opacity: 0;
}

.main_con3 .swiper-container {
    width: 100%;
    margin-top: 160px;
    padding-left: 80px;
    transform: translate(0, 100px);
    opacity: 0;
}

.main_con3 .swiper-slide {
    width: 640px;
    height: 464px;
}

.main_con3 .swiper-slide .img {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.main_con3 .swiper-slide .img > img {
    width: 100%;
}

.main_con3 .swiper-slide .txt {
    margin-top: 40px;
    text-align: center;
    color: #222;
    font-size: 20px;
    font-family: "Pretendard-Regular";
}

.main_con3 .swiper-container .bt_pack {
    display: flex;
    align-items: center;
    width: 1280px;
    height: 48px;
    margin: 80px auto 0px;
}

.main_con3 .swiper-container .bt_pack .swiper-scrollbar {
    width: 1128px;
    height: 2px;
    margin-right: 56px;
    background: #ddd;
    border-radius: 0;
}

.main_con3 .swiper-container .bt_pack .swiper-scrollbar-drag {
    top: -1px;
    height: 4px;
    background: #961E1E;
}

.main_con3 .swiper-container .bt_pack .swiper-button-prev {
    position: relative;
    top: 0;
    left: unset;
    right: unset;
    transform: translate(0, 10px);
    width: 48px;
    height: 48px;
    background: url('../images/maincon3-prevbt.svg') no-repeat 0 0;
    overflow: hidden;
}

.main_con3 .swiper-container .bt_pack .swiper-button-prev:hover {
    background-image: url('../images/maincon3-prevbt-active.svg');
}

.main_con3 .swiper-container .bt_pack .swiper-button-next {
    position: relative;
    top: 0;
    left: unset;
    right: unset;
    transform: translate(0, 10px);
    width: 48px;
    height: 48px;
    background: url('../images/maincon3-nextbt.svg') no-repeat 0 0;
    overflow: hidden;
}

.main_con3 .swiper-container .bt_pack .swiper-button-next:hover {
    background-image: url('../images/maincon3-nextbt-active.svg');
}

@media all and (max-width: 1024px) {
    .main_con3 .txt_pack h2 {
        font-size: 17px;
        margin-bottom: 45px;
    }

    .main_con3 .txt_pack .txt1 {
        font-size: 44px;
        line-height: 60px;
    }

    .main_con3 .txt_pack .txt2 {
        font-size: 17px;
        line-height: 25px;
    }

    .main_con3 .swiper-container {
        margin-top: 120px;
    }

    .main_con3 .swiper-slide .txt {
        margin-top: 30px;
        font-size: 19px;
    }

    .main_con3 .swiper-container .bt_pack {
        width: 94%;
        height: 48px;
        margin: 60px auto 0px;
    }

    .main_con3 .swiper-container .bt_pack .swiper-scrollbar {
        width: calc(100% - 100px);
        margin-right: 24px;
    }
}

@media all and (max-width: 768px) {
    .main_con3 {
        padding: 120px 3% 100px;
    }

    .main_con3 .txt_pack h2 {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .main_con3 .txt_pack .txt1 {
        font-size: 32px;
        line-height: 48px;
    }

    .main_con3 .txt_pack .txt2 {
        font-size: 16px;
        line-height: 24px;
    }

    .main_con3 .txt_pack .txt2 br {
        display: none;
    }

    .main_con3 .swiper-container {
        margin-top: 80px;
        padding-left: 3%;
    }

    .main_con3 .swiper-slide {
        width: 80%;
        max-width: 300px;
        height: 240px;
    }

    .main_con3 .swiper-slide .img {
        width: 100%;
        height: 180px;
    }

    .main_con3 .swiper-slide .txt {
        margin-top: 20px;
        font-size: 18px;
    }

    .main_con3 .swiper-container .bt_pack {
        width: 94%;
        height: 48px;
        margin: 40px auto 0px;
    }

    .main_con3 .swiper-container .bt_pack .swiper-scrollbar {
        width: calc(100% - 100px);
        height: 2px;
        margin-right: 24px;
    }

    .main_con3 .swiper-container .bt_pack .swiper-scrollbar-drag {
        top: 0;
        height: 2px;
    }

    .main_con3 .swiper-container .bt_pack .swiper-button-prev {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 10px);
        width: 30px;
        height: 30px;
        background: url('../images/maincon3-prevbt.svg') no-repeat center center;
        margin-right: 10px;
    }

    .main_con3 .swiper-container .bt_pack .swiper-button-next {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 10px);
        width: 30px;
        height: 30px;
        background: url('../images/maincon3-nextbt.svg') no-repeat center center;
        margin-left: 10px;
    }
}

.main_con4 {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0;
    overflow: hidden;
}

.main_con4 .img_pack {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.main_con4 .img_pack .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.main_con4 .img_pack .dimd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(000, 000, 000, 0.55);
    z-index: 2;
}

.main_con4 .swiper-container {
    z-index: 3;
    width: 100%;
}

.main_con4 .swiper-slide {
    position: relative;
    width: 25%;
    height: 100vh;
    overflow: hidden;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.main_con4 .swiper-slide .dimd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(000, 000, 000, 0.6);
    opacity: 0;
}

.main_con4 .swiper-slide:nth-child(1) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    ;}

.main_con4 .swiper-slide > .m_img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main_con4 .swiper-slide > .m_img::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(000, 000, 000, 0.55);
}

.main_con4 .swiper-slide .txt_pack {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 90%;
    max-width: 370px;
    height: 377px;
    opacity: 1;
}

.main_con4 .swiper-slide .txt_pack h2 {
    transform: translate(0, 100px);
    opacity: 0;
}

.main_con4 .swiper-slide .txt_pack h2 > a {
    font-size: 32px;
    font-family: "Pretendard-Medium";
    color: #fff;
}

.main_con4 .swiper-slide .txt_pack .txt1 {
    font-size: 16px;
    font-family: "Pretendard-Regular";
    color: rgba(255, 255, 255, 0.7);
    margin-top: 10px;
    transform: translate(0, 100px);
    opacity: 0;
}

.main_con4 .swiper-slide .txt_pack .txt1 > span {
    font-family: "Poppins-Medium";
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.7);
}

.main_con4 .swiper-slide .txt_pack .bts {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translate(0, 100px);
    opacity: 0;
}

.main_con4 .swiper-slide .txt_pack .bts > a {
    display: block;
    position: relative;
    width: 100%;
    height: 64px;
    padding: 19px 0;
    color: #fff;
}

.main_con4 .swiper-slide .txt_pack .bts > a:nth-child(1) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main_con4 .swiper-slide .txt_pack .bts > a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translate(0, -50%);
    width: 32px;
    height: 32px;
    background: url('../images/maincon4-more-icon.svg') no-repeat 0 0;
}

.main_con4 .swiper-slide .txt_pack .bts > a > span {
    display: block;
    position: relative;
}

.main_con4 .swiper-pagination {
    display: none;
}

@media all and (max-width: 1200px) {
    .main_con4 .swiper-slide .txt_pack h2 > a {
        font-size: 28px;
    }

    .main_con4 .swiper-slide .txt_pack .txt1 {
        font-size: 15px;
    }

    .main_con4 .swiper-slide .txt_pack .bts > a > span {
        font-size: 15px;
        line-height: 31px;
    }

    .main_con4 .swiper-slide .txt_pack .bts > a::after {
        right: 40px;
    }
}

@media all and (max-width: 1024px) {
    .main_con4 {
        padding: 0;
    }

    .main_con4 .swiper-slide {
        width: 100%;
    }

    .main_con4 .swiper-slide .txt_pack {
        width: 90%;
        max-width: unset;
        height: 330px;
    }

    .main_con4 .swiper-slide .txt_pack .bts > a::after {
        right: 3%;
    }

    .main_con4 .swiper-slide .dimd {
        display: none;
    }

    .main_con4 .swiper-pagination {
        display: block;
        bottom: 30px
    }

    .main_con4 .swiper-pagination-bullet {
        background-color: #fff;
        margin: 0 8px !important;
    }
}

@media all and (max-width: 768px) {
    .main_con4 {
        padding: 0;
    }

    .main_con4 .swiper-slide {
        width: 100%;
    }

    .main_con4 .swiper-slide .txt_pack {
        width: 90%;
        max-width: unset;
        height: 330px;
    }

    .main_con4 .swiper-slide .txt_pack .bts > a::after {
        right: 3%;
    }

    .main_con4 .swiper-slide .dimd {
        display: none;
    }
}

footer.main {
    position: relative;
    width: 100%;
    height: 880px;
    padding: 125px 0;
}

footer.main .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 880px;
}

footer.main .bg > p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 880px;
}

footer.main .bg::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 880px;
    background-color: #000;
    opacity: 0.8;
}

footer.main .inner {
    width: 90% !important;
    max-width: 1600px !important;
}

footer.main .top {
}

footer.main .top > img {
    width: 688px;
}

footer.main .mid {
    position: relative;
    display: flex;
    width: 100%;
    height: 340px;
    margin-top: 125px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer.main .mid dl {
    margin-right: 240px;
}

footer.main .mid dl dt {
    height: 65px;
    font-size: 18px;
    font-family: "Poppins-SemiBold";
    color: #fff;
}

footer.main .mid dl dd {
    margin-bottom: 15px;
}

footer.main .mid dl dd > a {
    font-size: 16px;
    font-family: "Pretendard-Medium";
    color: #fff;
    opacity: 0.7;
}

footer.main .mid dl:last-of-type dd:first-of-type > a {
    font-family: "Pretendard-Bold";
    opacity: 1;
}

footer.main .mid .sitemap {
    display: block;
    position: absolute;
    top: 65px;
    right: 0;
    width: 220px;
    height: 48px;
    color: #fff;
    text-align: center;
    line-height: 47px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

footer.main .mid .family_site {
    position: absolute;
    top: 40px;
    right: 0;
    width: 292px;
    height: 48px;
}

footer.main .family_site .form_select select {
    background: rgba(000, 000, 000, 0);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

footer.main .family_site .form_select select option {
    color: #222
}

footer.main .family_site .form_select select {
    background: rgba(000, 000, 000, 0);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

footer.main2 .family_site .form_select select {
    background: rgba(000, 000, 000, 0);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

footer.main2 .family_site .form_select select option {
    color: #222
}

footer.main2 .family_site .go {
    background: rgba(000, 000, 000, 0);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

footer.main .foot_info {
    margin-top: 60px;
}

footer.main .inner .webacc_mark {
    position: absolute;
    right: 0;
    top: unset;
    bottom: 0px;
}

@media all and (max-width: 1300px) {
    footer.main .mid dl {
        margin-right: 140px;
    }
}

@media all and (max-width: 1100px) {
    footer.main .mid dl {
        margin-right: 100px;
    }
}

@media all and (max-width: 1024px) {
    footer.main {
        height: 650px;
        padding: 80px 0;
    }

    footer.main .bg {
        height: 650px;
    }

    footer.main .bg > p {
        height: 650px;
    }

    footer.main .bg::after {
        height: 650px;
    }

    footer.main .inner {
        width: 94% !important;
    }

    footer.main .top > img {
        width: 80%;
    }

    footer.main .mid {
        display: block;
        height: auto;
        margin-top: 60px;
        border-bottom: 0px;
    }

    footer.main .mid dl {
        margin-right: 0;
    }

    footer.main .mid dl:nth-child(1),footer.main .mid dl:nth-child(2) {
        display: none;
    }

    footer.main .mid dl dt {
        height: 0;
    }

    footer.main .mid dl dd > a {
        font-size: 16px;
    }

    footer.main .mid .family_site {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: 48px;
        margin-top: 50px;
    }

    footer.main.en .mid .family_site {
        margin-top: 89px;
    }
}

@media all and (max-width: 768px) {
    footer.main {
        height: 650px;
        padding: 80px 0;
    }

    footer.main .bg {
        height: 650px;
    }

    footer.main .bg > p {
        height: 650px;
    }

    footer.main .bg::after {
        height: 650px;
    }

    footer.main .inner {
        width: 94% !important;
    }

    footer.main .top > img {
        width: 80%;
    }

    footer.main .mid {
        display: block;
        height: auto;
        margin-top: 60px;
        border-bottom: 0px;
    }

    footer.main .mid dl {
        margin-right: 0;
    }

    footer.main .mid dl:nth-child(1),footer.main .mid dl:nth-child(2) {
        display: none;
    }

    footer.main .mid dl dt {
        height: 0;
    }

    footer.main .mid dl dd > a {
        font-size: 16px;
    }

    footer.main.en .mid .family_site {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: 48px;
        margin-top: 99px;
    }
}

/**/
.visual-slide{width : 100%;height : 100%;}
.visual-bg{width : 100%;height : 100%; overflow: hidden;position : absolute;}
.visual-bg > img{width : 100%;height : 100%; object-fit: cover; object-position: center;position : absolute;}
.visual-bg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
}

.txt_div{}

.visual-title{font-size : 52px;font-weight : 100;font-family : Noto Sans KR;line-height : 1.4em; letter-spacing : -0.06em}
.visual-title-02{font-weight : 500; margin-bottom: 36px;}

@media(max-width : 1200px){
	.visual-title{font-size : 30px;}
}