@charset "utf-8";

.topBtn {
    bottom: 20px;
    right: 20px;
    position: fixed;
    z-index: 999;
    cursor: pointer;
}

.topBtn button {
    background: inherit;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    overflow: visible;
    cursor: pointer;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    text-align: center;
    border: 2px solid #111;
    background: #fff;
}

.topBtn button {
    color: #333;
}

@media screen and (max-width:1201px) {
    .topBtn {
        display: none;
    }
}






@-webkit-keyframes motion-fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -60px, 0);
        transform: translate3d(0, -60px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes motion-fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -60px, 0);
        transform: translate3d(0, -60px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes motion-fade-in-up {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 60px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes motion-fade-in-up {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 60px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes motion-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes motion-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes motion-fade-in-left {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-7%, 0, 0);
        transform: translate3d(-7%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes motion-fade-in-left {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-7%, 0, 0);
        transform: translate3d(-7%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes motion-fade-in-right {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(7%, 0, 0);
        transform: translate3d(7%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes motion-fade-in-right {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(7%, 0, 0);
        transform: translate3d(7%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes motion-fade-out {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes motion-fade-out {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/*
.fp-viewing-1 #header,
.fp-viewing-2 #header,
.fp-viewing-3 #header,
.fp-viewing-4 #header {
    background: #fff;
    border-bottom: 1px solid #eee !important;
    transition: all 0.4s !important;
}

.fp-viewing-1 #header .gnb-li a,
.fp-viewing-2 #header .gnb-li a,
.fp-viewing-3 #header .gnb-li a,
.fp-viewing-4 #header .gnb-li a {
    color: #333 !important;
}

.fp-viewing-1 #header .header-wrap .mob-menu-btn i,
.fp-viewing-2 #header .header-wrap .mob-menu-btn i,
.fp-viewing-3 #header .header-wrap .mob-menu-btn i {
    color: #111 !important;
}

*/





.dfch100 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.main-section2 .com-tit {
    position: relative;
    z-index: 2;
}

.main-section2 .com-tit h2,
.main-section2 .com-tit p {
    color: #fff !important;
}

/*  메인 페이지  */




/********************  서브페이지  */

.sub1-section1 {
    background: #fff;
}

.sub1-section1 .inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 200px 0;
    position: relative;
}

.sub1-section1 .txt-wrap h2 {
    color: #e60013;
    line-height: 1;
    margin-bottom: 36px;
    font-size: 86px;
    line-height: 96px;
    letter-spacing: -2px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.sub1-section1 .txt-wrap p {
    color: #333;
    line-height: 34px;
    font-size: 18px;
    letter-spacing: -1px;
}

.sub1-section1 .dflx {
    margin-top: 120px;
}

.sub1-section1 .dflx ul {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: space-between;
    align-content: stretch;
    overflow: hidden;
    list-style: none;
    padding: 0px;
    max-width: 1340px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.sub1-section1 .dflx ul li {
    position: relative;
    min-height: 1px;

    margin-bottom: 40px;
    box-sizing: border-box;
    width: 31%;
    transition: .2s;
}

.sub1-section1 .dflx ul li .bg {
    position: relative;
    height: 320px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
}

.sub1-section1 .dflx ul li .bg .txt {
    padding: 30px;
}

.sub1-section1 .dflx ul li .bg .txt h2 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
    color: #e60013;
}

.sub1-section1 .dflx ul li .bg .txt p {
    font-size: 15px;
    color: #555;
    opacity: .8;
}

.sub1-section1 .dflx ul li .bg .txt span {
    position: absolute;
    right: 50px;
    bottom: 50px;
}

.sub1-section1 .dflx ul li .bg .txt span i {
    font-size: 62px;
    color: #d0d0d0;
}


.upk-camux-slide-wrapper {}

.upk-camux-slide-wrapper .upk-camux-single-slide-wrap {
    height: 100%;
    width: 100%;
}

.upk-camux-slide-wrapper .upk-camux-single-slide-wrap .upk-camux-slide-item {
    width: 100%;
    height: 100%;
}

.upk-camux-slide-wrapper .upk-camux-single-slide-wrap .upk-camux-slide-item .upk-camux-image-wrap {
    position: relative;
}

.upk-camux-slide-wrapper .upk-camux-single-slide-wrap .upk-camux-slide-item .upk-camux-image-wrap::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #030410;
    opacity: 0.2;
}

.upk-camux-slide-wrapper .upk-camux-single-slide-wrap .upk-camux-slide-item .upk-camux-image-wrap .upk-camux-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.upk-camux-slide-wrapper .upk-camux-thumbs-slide-wrap {
    height: 100%;
    width: 250px;
    margin: auto;
    box-sizing: border-box;
    margin-top: -22px;
}

.upk-camux-slide-wrapper .upk-camux-thumbs-slide-wrap .upk-camux-slide-item {
    width: 100%;
    height: 100%;
}

.upk-camux-slide-wrapper .upk-camux-thumbs-slide-wrap .upk-camux-slide-item .upk-camux-image-wrap {
    position: relative;
}

.upk-camux-slide-wrapper .upk-camux-thumbs-slide-wrap .upk-camux-slide-item .upk-camux-image-wrap .upk-camux-img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.upk-camux-slide-wrapper .upk-camux-thumbs-slide-wrap .upk-camux-slide-item .upk-camux-comments {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 6px;
    background: #2b2d42;
    color: #fff;
    font-size: 10px;
    padding: 4px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .upk-camux-slide-wrapper .upk-camux-single-slide-wrap {
        height: 100%;
    }

    .upk-camux-slide-wrapper .upk-camux-thumbs-slide-wrap {
        width: 500px;
        margin-top: -80px;
    }
}

@media (min-width: 1024px) {
    .upk-camux-slide-wrapper .upk-camux-single-slide-wrap {
        height: 800px;
    }

    .upk-camux-slide-wrapper .upk-camux-thumbs-slide-wrap {
        width: 800px;
        margin-top: -110px;
    }
}


/* type */
#type-wrap #visual {
    height: 100vh;
}

#type-wrap .swp_slide1 {
    position: relative;
    height: 100%;
}

#type-wrap .swp_slide1 .swiper-container {
    height: 100%;
}

#type-wrap .swp_slide1 .swiper-container .swiper-wrapper {
    height: 100%;
}

#type-wrap .swp_slide1 .swiper-container .swiper-wrapper .swiper-slide {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#type-wrap .swp_slide1 .swiper-container .swiper-wrapper .swiper-slide div:not(:last-child) {
    z-index: 5;
    color: white;
}

#type-wrap .swp_slide1 .swiper-container .swiper-wrapper .swiper-slide .swp_bg {
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    transition: transform 8s;
    z-index: -1;
}

#type-wrap .swp_slide1 > .swiper-container > .swiper-wrapper > .swiper-slide.swiper-slide-active > .swp_bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*
#type-wrap .swp_slide1 > .swiper-container > .swiper-wrapper > .swiper-slide > .swp_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .05;
}
*/

#type-wrap .swp_slide1 .swp_txt {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    color: #fff;
}

#type-wrap .swp_slide1 .swiper-slide .swp_txt {
    display: block;
    top: 40%;
    height: 100%;
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    z-index: 10;
    color: #fff;
    text-align: center;
}

#type-wrap .swp_slide1 .swiper-container .swiper-wrapper .swiper-slide .swp_txt strong {
    transform: translatey(25%);
    font-size: 15px;
    color: #fff;
    opacity: 0;
    transition: all 1.2s .2s;
}

#type-wrap .swp_slide1 .swiper-container .swiper-wrapper .swiper-slide .swp_txt h2 {
    transform: translatey(20%);
    opacity: 0;
    transition: all 1.2s .2s;
    display: block;
    font-weight: 600;
    font-size: 82px;
    line-height: 1.2;
}

#type-wrap .swp_slide1 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swp_txt strong {
    transform: translatey(0);
    opacity: 1;
}

#type-wrap .swp_slide1 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swp_txt h2 {
    transform: translatey(0);
    opacity: 1;
}

#type-wrap .swp_slide1 .swiper-container .swiper-wrapper .swiper-slide .swp_txt p {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
    letter-spacing: -.54px;
    font-weight: 400;
    color: #fff;
    transition: opacity 1s .7s;
    opacity: 0;
}

#type-wrap .swp_slide1 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swp_txt p {
    opacity: 1;
}

#type-wrap .swp_slide1 > .swiper-pagination {
    position: relative
}


#type-wrap #visual .swp_slide1 .swiper-autoplay-btns {
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 40px;
    z-index: 100;
    margin-top: 8px;
}

#type-wrap #visual .swp_slide1 .swiper-autoplay-btns div {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#type-wrap .swp_slide1 .swiper-autoplay-btns div:first-child {
    background-image: url(https://cdn.jsdelivr.net/gh/wjsekdud14728/web-res/cj/visual_pause.png);
    background-size: 15px 30px;
}

#type-wrap .swp_slide1 .swiper-autoplay-btns div:last-child {
    background-image: url(https://cdn.jsdelivr.net/gh/wjsekdud14728/web-res/cj/visual_play.png);
}

#type-wrap .swp_slide1 .btn-start-autoplay {
    display: none;
}

#type-wrap .swp_slide1[data-autoplay-stop="Y"] .btn-start-autoplay {
    display: block;
}

#type-wrap .swp_slide1[data-autoplay-stop="Y"] .btn-stop-autoplay {
    display: none;
}

#type-wrap #visual .swp_slide1 .swiper-pagination {
    position: relative;
}

#type-wrap .swp_slide1 .swiper_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    position: absolute;
    bottom: 80px;
    z-index: 1;
    margin: 0;
    padding: 0 8px;
    background: #b1b1b1;
    border-radius: 40px;
    transform: translateX(-50%);
}

#type-wrap .swp_slide1 .swiper_navi ul {
    display: flex;
    justify-content: space-between;
    max-width: 400px;
    text-align: center;

}

#type-wrap .swp_slide1 .swiper_navi ul li {
    width: 40px;
}

#type-wrap .swp_slide1 .swiper_navi ul li:nth-child(2) {
    margin-top: 10px;
}

#type-wrap .swp_slide1 .swiper-pagination-fraction {
    bottom: 0 !important;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}

#type-wrap .swp_slide1 .swiper-button-next {
    right: 37px !important;
}

#type-wrap .swp_slide1 .swiper-button-next,
#type-wrap .swp_slide1 .swiper-button-prev {
    background-size: 10px 15px;
}

@media screen and (min-width:1331px) {

    #type-wrap .swp_slide1 .swiper_navi {
        left: calc((100% - 1030px) / 2);
    }
}

@media screen and (max-width:1330px) {

    #type-wrap .swp_slide1 .swiper_navi {
        left: 80px;
    }
}

@media screen and (max-width:800px) {
    #type-wrap .swp_slide1 .swiper-container .swiper-wrapper .swiper-slide .swp_txt h2 {
        font-size: 50px;
    }

    #type-wrap .swp_slide1 .swiper-container .swiper-wrapper .swiper-slide .swp_txt p {
        font-size: 16px;
    }
}

#type-wrap .swp_slide1 .swiper-pagination {
    text-align: left !important;
    color: #fff;
    font-size: 18px;

}

#type-wrap .swp_slide1 .swiper-pagination-current,
#type-wrap .swp_slide1 .swiper-pagination-total {
    font-weight: bold;
    color: #fff;
    font-size: 17px;
}

#type-wrap .swp_slide1 .swiper-pagination-current {
    padding: 0 2px 0 0;
}

#type-wrap .swp_slide1 .swiper-pagination-total {
    padding: 0 0 0 2px;
}

@media screen and (max-width:1320px) {
    #type-wrap .swp_slide1 .swiper-slide .swp_txt {
        padding: 0 20px;
    }
}

#type-wrap .top-sec {
    position: relative;
}

#type-wrap .mid-sec {
    padding: 200px 0 0;
}

#type-wrap .scroll-down {
    position: absolute;
    left: 50%;
    bottom: 80px;
    display: block;
    text-align: center;
    font-size: 20px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0;
    width: 26px;
    height: 26px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;

    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -moz-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
    -webkit-animation: fade_move_down 4s ease-in-out infinite;
    -moz-animation: fade_move_down 4s ease-in-out infinite;
    animation: fade_move_down 4s ease-in-out infinite;
}


/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
    0% {
        -webkit-transform: translate(0, -10px) rotate(45deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0, 10px) rotate(45deg);
        opacity: 0;
    }
}

@-moz-keyframes fade_move_down {
    0% {
        -moz-transform: translate(0, -10px) rotate(45deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -moz-transform: translate(0, 10px) rotate(45deg);
        opacity: 0;
    }
}

@keyframes fade_move_down {
    0% {
        transform: translate(0, -10px) rotate(45deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(0, 10px) rotate(45deg);
        opacity: 0;
    }
}


#type-wrap .mid-sec .tit {
    text-align: center;

}

#type-wrap .mid-sec .tit h2 {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 24px;

}

#type-wrap .mid-sec .tit h3 {
    font-size: 22px;
    line-height: 1.4;
    color: #9f8c71;
    font-weight: 300;
}

#type-wrap img {
    max-width: 100%;
    height: auto;
}

#type-wrap .wrap {
    overflow: hidden;
}

#type-wrap .swp_slide2 {
    max-width: calc(1080px + 60px);
    width: 78%;
    margin: 100px auto;
    text-align: left;
}

#type-wrap .swp_slide2 .swiper-container {
    overflow: inherit;
    margin-left: 0;
}

#type-wrap .swp_slide2 .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#type-wrap .swp_slide2 .swiper-button-next,
#type-wrap .swp_slide2 .swiper-button-prev {
    top: 150px;
    ;

    width: calc(80 / (1080 + 60) * 100%);
    height: auto;

}

#type-wrap .swp_slide2 .swiper-button-next::after,
#type-wrap .swp_slide2 .swiper-button-prev::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
}

#type-wrap .swp_slide2 .swiper-button-next::after {
    background-image: url('https://dl.dropbox.com/s/d84ew65du40u7q1/next.svg');
}

#type-wrap .swp_slide2 .swiper-button-prev::after {
    background-image: url('https://dl.dropbox.com/s/ezualltouoic6k0/prev.svg');
}

#type-wrap .swp_slide2 .swiper-button-next {
    right: 0;
}

#type-wrap .swp_slide2 .swiper-button-prev {
    left: 0;
}

#type-wrap .img,
#type-wrap .txt {
    width: calc(1080/ (1080 + 60) * 100%);
}

#type-wrap .txt {
    line-height: 1.8;
    margin-top: 1em;
}

#type-wrap .info ul {
    max-width: 150px;
    text-align: center;
    margin: 20px auto;
}

#type-wrap .info ul li {
    display: flex;
    position: relative;
    padding: 8px 0;
    font-size: 14px;
    line-height: 1;
}

#type-wrap .info ul li .svc_tit {
    color: #838383
}

#type-wrap .info ul li .svc_dsc {
    -webkit-box-flex: 1;
    flex: 1;
    color: #434343;
    font-weight: 600;
}

#type-wrap .thr-sec {
    padding: 120px 0;
}

#type-wrap .thr-sec .inner {
    max-width: 1200px;
    margin: 0 auto;
}

#type-wrap .thr-sec .inner p {
    font-size: 17px;
}

#type-wrap .thr-sec .stit {
    margin-bottom: 26px;
}

#type-wrap .thr-sec .stit h3 {
    font-weight: 600;
    font-size: 30px;
}

#type-wrap .thr-sec .inner .list-info {
    margin-bottom: 50px;
}

#type-wrap .thr-sec .inner .list-info ul {
    border-top: 1px solid #111;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-content: stretch;
    overflow: hidden;
    list-style: none;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
}

#type-wrap .thr-sec .inner .list-info ul li {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    width: 50%;
    transition: .2s;
    border-bottom: 1px solid #eee;
}

#type-wrap .thr-sec .inner .list-info ul li .col {
    display: flex;
    position: relative;
    padding: 40px 0;
}

#type-wrap .thr-sec .inner .list-info ul li .col p:nth-child(1) {
    min-width: 160px;
    padding-left: 30px;
    font-weight: 600;
    color: #111;
}

#type-wrap .thr-sec .inner .list-info ul li .col p:nth-child(2) {
    padding: 0 0 0 70px;
    color: #555;
}

#type-wrap .thr-sec .inner .list-conv ul {
    border-top: 1px solid #111;
    position: relative;
}

#type-wrap .thr-sec .inner .list-conv ul li:first-child {
    margin-top: 20px;
}

#type-wrap .thr-sec .inner .list-conv ul li {
    position: relative;
    padding: 0 0 0 10px;
    margin: 10px 0;
    font-size: 18px;
}

#type-wrap .thr-sec .inner .list-conv ul li:before {
    content: "";
    top: 9px;
    left: 0;
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #b2b2b2;
}

#type-wrap .thr-sec .inner .list-amen {
    margin-bottom: 50px;
}

#type-wrap .thr-sec .inner .list-amen .ops {
    border-top: 1px solid #333;
    position: relative;
}

#type-wrap .thr-sec .inner .list-amen .ops:after {
    content: "";
    left: 50%;
    position: absolute;
    height: 100%;
    width: 1px;
    display: block;
    background: #eee;
    top: 0;
}

#type-wrap .thr-sec .inner .list-amen .ops {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-content: stretch;
    overflow: hidden;
    list-style: none;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

#type-wrap .thr-sec .inner .list-amen .ops .ops-list {
    position: relative;
    min-height: 1px;
    margin-bottom: 20px;
    box-sizing: border-box;
    width: 50%;
    transition: .2s;
}


#type-wrap .thr-sec .inner .list-amen .ops .ops-list .ops-tit {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

#type-wrap .thr-sec .inner .list-amen .ops .ops-list .ops-tit h2 {
    font-size: 17px;
}

#type-wrap .thr-sec .inner .list-amen .ops .ops-list ul {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-content: stretch;
    overflow: hidden;
    list-style: none;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

#type-wrap .thr-sec .inner .list-amen .ops .ops-list ul li {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    width: 33.33333333%;
    transition: .2s;
    color: #555;
}


@media screen and (max-width:1250px) {
    #type-wrap .thr-sec .inner {
        padding: 0 20px;
    }
}

@media screen and (max-width:1024px) {
    #type-wrap .thr-sec .stit h3 {
        font-size: 24px;
    }

    #type-wrap .mid-sec .tit h2 {
        font-size: 42px;
    }

    #type-wrap .mid-sec .tit h3 {
        font-size: 20px;
    }
}

@media screen and (max-width:820px) {
    #type-wrap .mid-sec .tit h2 {
        font-size: 32px;
    }

    #type-wrap .mid-sec .tit h3 {
        font-size: 16px;
    }


    #type-wrap .thr-sec .inner .list-info ul {
        display: block;
    }

    #type-wrap .thr-sec .inner .list-amen .ops {
        display: block;
    }

    #type-wrap .thr-sec .inner .list-info ul li {
        width: 100%;
    }

    #type-wrap .thr-sec .inner .list-amen .ops .ops-list {
        width: 100%;
    }

    #type-wrap .thr-sec .inner .list-amen .ops:after {
        display: none;
    }

    #type-wrap .thr-sec .inner .list-conv ul li {
        font-size: 16px;
    }

    #type-wrap .thr-sec .inner p {
        font-size: 15px;
        word-break: keep-all;
    }

    #type-wrap .thr-sec {
        padding: 80px 0;
    }
}

@media screen and (max-width:680px) {
    #type-wrap .thr-sec .inner .list-info ul li .col p:nth-child(1) {
        width: 120px;
        padding-left: 0;
    }

    #type-wrap .thr-sec .inner .list-info ul li .col p:nth-child(2) {
        padding: 0 0 0 40px;
        padding-left: 0;
    }

    #type-wrap .thr-sec .stit h3 {
        font-size: 22px;
    }
}



.preload {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 99999999;
}

.pre_preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #7E3336;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pre_preview div {
    overflow: hidden;
}

.pre_preview span {
    display: inline-block;
    opacity: 0;
}

@media screen and (max-width:768px) {
    .pre_preview span img {
        width: 180px;
    }
}

.video_wrap {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

.video_wrap .video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
    .video_wrap .video {
        /* height = 100 * (9 / 16) = 56.25 */
        height: 56.25vw;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video_wrap .video {
        /* width = 100 / (9 / 16) = 177.777777 */
        width: 177.78vh;
    }
}

.video_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.video_txt strong {
    font-size: 15px;
    color: #fff;
    transition: all 1.2s .2s;
}

.video_txt h2 {
    transition: all 1.2s .2s;
    display: block;
    font-weight: 600;
    font-size: 82px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 40px;
}

.video_wrap .vr {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    background: #7E3336;
    color: #d0c8ab;
    font-weight: bold;
    transition: all 1.2s;
}

.video_wrap .vr:hover {
    background: #521c1f;
}

@media (max-width:768px) {
    .video_txt h2 {
        font-size: 42px;
    }
}
