@import url("reset.css");


#wrap {
    position: relative;
    width: 100%;
}

section {
    width: 100%;
    text-align: center;
    ;
}

.inner {
    width: 1600px;
    margin: 0 auto;
}

section h2 {
    font-size: 6.8rem;
    font-weight: 700;
}

.web {
    display: block;
}

.mob {
    display: none;
}


/*섹션1*/

.sect1 {
    position: relative;
    height: 1080px;
    background: url(../_img/main/s2_bg1.png)no-repeat top center;
    background-size: cover;
    text-align: center;
    padding-top: 27.6rem;
}

.s1_container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s1_container img {
    width: 100%;
}

.s1_contents1 {
    position: relative;
}

.s1_container .txtbx {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column
}

.s1_contents1 h2 {
    position: relative;
    z-index: 2;
    color: #fff;
    margin-bottom: 5rem;
}

.s1_contents1 h2:before {
    content: ' ';
    position: absolute;
    top: -12px;
    left: 22%;
    display: inline-block;
    background: url(../_img/main/s2_dot.png)no-repeat bottom center;
    z-index: -1;
    width: 29.8rem;
    height: 1rem;
}

.s1_contents1 h2:after {
    content: ' ';
    position: absolute;
    bottom: -1.2rem;
    left: -3rem;
    ;
    display: inline-block;
    width: 63.7rem;
    height: 4.6rem;
    background: url(../_img/main/s2_img2.png)no-repeat bottom center;
    z-index: -1;
}

.c_img {
    position: absolute;
    left: 50%;
    top: 28.8rem;
    transform: translateX(-50%);
    z-index: -0;
}

.s1_contents1 p {
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.6;
    font-weight: 400;
}

.s1_contents1 p span {
    color: #FFAC12
}




/*섹션2*/

.sect2 {
    width: 100%;
    height: 100%;
    max-height: 1025px;
    background: url(../_img/main/s2_bg2.svg)no-repeat bottom center;
    background-size: cover;
    text-align: center;
}

.s2_container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s2_container img {
    width: 100%;
}

.s2_container .txtbx {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column
}

.s2_contents2 {
    text-align: center;
    padding: 31.2rem 0 14rem 0;
}

.s2_contents2 h2 {
    max-width: 60%;
    margin-bottom: 26px;
}

.s2_contents2 h2 span {
    color: #D42F08
}

.s2_contents2 p {
    font-size: 2.4rem;
}


.s2_contents2 .imgbx {
    margin-top: 56px;
    display: flex;
    gap: 56px;
    align-items: center;
}


/*섹션3*/


.sect3 {
    height: 100%;
    background: url(../_img/main/s3_bg1.png)no-repeat top center;
    background-size: cover;
    padding: 16rem 0;
}

.s3_container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.s3_container .txtbx {
    color: #fff;
    text-align: center;
}

.s3_container h2 {
    margin-bottom: 3.6rem;
}

.s3_container p {
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 400;
}

.s3_container p span {
    font-weight: 900;
}

.s3_container .imgbx {
    margin-top: 9rem;
    display: flex;
    align-items: center;
}

.s3_container .imgbx span {
    line-height: 0;
    font-size: 0;
    display: inline-block;
}

.s3_container .imgbx span:nth-child(2) {
    margin-top: 60px;
}

.s3_container .imgbx span:nth-child(3) {
    margin-top: 30px;
}


/*섹션4*/



.sect4 {
    position: relative;
    height: 100%;
}

.sect4:before {
    content: ' ';
    position: absolute;
    top: -54px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 230px;
    height: 16rem;
    background: url(../_img/main/s4_img1.svg)no-repeat top center;
    background-size: contain;
}

.s4_container {
    background: #AD1719;
    overflow: hidden;
    width: 100%;
    padding: 16rem 0 24rem 0;
    ;
}

.s4_container .txtbx {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.s4_container h2 {
    font-size: 6.8rem;
    font-weight: 700;
    color: #EFF029;
    margin-bottom: 5rem;
}

.s4_container p {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.6;
    max-width: 1185px;
}

.s4_container .txtbx > span {
    font-size: 1.8rem;
    color: #fff;
    margin-top: 2.2rem;
    display: inline-block;
}

.bold700 {
    font-weight: 700 !important;
}


.videobx {

    width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 72px;
}



.videobx > div {
    width: 50%;
    aspect-ratio: 16 / 9;
    position: relative;
}




.videobx > div:first-child iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    border-radius: 20px 0 0 20px;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
}

.videobx > div:nth-child(2) iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    border-radius: 0 20px 20px 0;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
}




/*.videobx > div:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: url(../_img/main/s4_img2.svg)no-repeat;
    display: block;
    z-index: 1;
    ;
}*/




.videobx > div p {
    width: 100%;
    position: absolute;
    bottom: -10rem;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 3rem;
    z-index: 999;
}


.slidebx {
    position: relative;
    width: 1600px;
    margin: 26.4rem auto 0 auto;
}

.slidebx .swiper {
    overflow: visible;
}

.slidebx .swiper-slide {
    width: 500px;
    height: 546px;
}

.slidebx .swiper-slide img {
    width: 100%;
}


.s4_slide .swiper-pagination {
    top: auto !important;
    bottom: -80px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    background: #eee;
    height: 3px !important;
    border-radius: 8px;

}


.s4_slide .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #D7E72F;
    border-radius: 8px;
}

.s4_card {
    border-radius: 20px;
    overflow: hidden;
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
}

.s4_card .img {
    height: 275px;
}

.s4_card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    ;
}

.s4_card .txt {
    padding: 40px 30px;
    height: 271px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.s4_card .txt h4 {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.s4_card .txt h4 span {}

.s4_card .txt p {
    font-size: 1.8rem;
    color: #000;
    word-break: keep-all;
}

.s4_slide .s4_card:nth-child(even) {
    flex-direction: column-reverse;
}

.s4_slide .swiper-slide-active {
    box-shadow: 0px 35px 25px 0px rgba(0, 0, 0, 0.20);
}


/*섹션5*/


.sect5 {
    width: 100%;
    height: 100%;
    background: url(../_img/main/s5_bg1.png)no-repeat top center;
    background-size: cover;
}

.s5_container {
    padding: 16rem 0;
}

.s5_container > div {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.s5_container h2 {
    font-size: 6.8rem;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.s5_container p {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 400;
    margin-top: 22px;
}

.s5_contents1 .imgbx {
    position: relative;
    height: 640px;
    width: 1600px;
    margin: 55px auto 0 auto;
}

.s5_contents1 .imgbx span:nth-child(1) img {
    margin-top: 15rem;
}

.s5_contents1 .imgbx span:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
}

.s5_contents1 h2 {
    position: relative;
}

.s5_contents1 h2:first-child:before {
    content: ' ';
    position: absolute;
    top: -20%;
    left: 8%;
    display: inline-block;
    background: url(../_img/main/s5_dot.png)no-repeat bottom center;
    z-index: 1;
    width: 377px;
    height: 10px;
    background-size: contain;
}

.s5_contents2 {
    position: relative;
    margin-top: 31.2rem;
    z-index: 1;
}

.s5_contents2 .imgbx {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.s5_contents2 .imgbx2 {
    position: absolute;
    top: 15rem;
    right: 38rem;
}

.tabwrap {
    width: 1600px;
    margin: 67rem auto 0 auto;
    position: relative;
}


.tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.tabs {
    overflow: hidden;
    margin-bottom: 6rem;
}

.tabs li {
    cursor: pointer;
    color: #fff;
    border: 2px solid #fff;
    padding: 0 3.5rem;
    border-radius: 6rem;
    height: 5.6rem;
    line-height: 5.6rem;
    font-size: 2.4rem;
    font-weight: 400;
}

.tabs li.active {
    background: #fff;
    font-weight: bold;
    color: #000;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab_con {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 40px 26.6px;
    flex-wrap: wrap;
    min-height: 833px;
}

.tab_con > a {
    display: block;
    width: 380px;
    height: 412px;
    border-radius: 30px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 35px 25px 0px rgba(0, 0, 0, 0.20);
}

.tab_con .img {
    height: 320px;
}

.tab_con .txt {
    padding: 0 3rem;
    text-align: center;
    background: #222222;
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    ;
}




/*섹션6*/


.sect6 {
    padding: 16rem 0 0 0;
    overflow: hidden;
}


.s6_contents1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.s6_container h2 {
    font-size: 6.8rem;
    font-weight: 700;
}

.s6_contents1 > p {
    font-size: 2.8rem;
    font-weight: 400;
    padding: 2.2rem 3%;
}

.s6_contents1 > span {
    font-size: 1.8rem;
    font-weight: 400;
}






.s6_slide {
    width: 100%;
    margin-top: 10rem;
    position: relative;
}

.interior-slide-container {
    width: 100%;
    position: relative;
    z-index: 2
}

.interior-slide-container .navi-wrap {
    width: 50%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 5;
}

.interior-slide-container .navi-wrap img {
    width: 5.2rem;
}

.interior-slide-container .navi-wrap div {

    box-sizing: border-box;
    cursor: pointer;
}

.interior-slide-container .navi-wrap .prev {
    position: absolute;
    left: -3%;
}

.interior-slide-container .navi-wrap .next {
    position: absolute;
    right: -3%;
}

.interior-slide-container img {
    position: relative;
    width: 120%;
}

.interior-slide-container .swiper-slide-prev {
    left: -17%;
}

.interior-slide-container .swiper-slide-next {
    right: -10%;
}

.interior-slide-container .swiper-slide-active img {
    width: 150%;
    left: -25%;
    top: -4rem;
    filter: drop-shadow(0px 15px 25px rgba(0, 0, 0, 0.20));
    max-width: 1200px;
    ;
}


.s6_slide .swiper-pagination-bullet {
    background: #D9D9D9;
    bottom: 0;
}

.s6_slide .swiper-pagination-bullet-active {
    background: #AD1719;
}

.s6_slide .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -1rem;
}



.s6_slide .video-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
}

.s6_slide .video-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.interior-slide-container .swiper-slide .video-wrapper {
    width: 120%;
    position: relative;
}

.interior-slide-container .swiper-slide-active .video-wrapper {
    width: 150%;
    left: -25%;
    top: -4rem;
    max-width: 1200px;
    aspect-ratio: 16 / 9;
    /* 자동 높이 유지 */
}




.s6_contents2 {
    position: relative;
    margin-top: 16rem;
    padding: 14.6rem 0 16rem 0;
    background: url(../_img/main/s6_bg4.png)no-repeat center;
    background-size: cover;
}

/*
.s6_contents2 .bg1 { position: absolute; top:-70px;  left:0; width: auto; height: 100%; object-fit: contain;  }
.s6_contents2 .bg2 { position: absolute; top:50%;  transform: translateY(-50%); right:0; object-fit: contain;  }
*/
.s6_contents2 .txtbx {
    width: 1600px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 16.9rem;
    text-align: left;
    ;
}

.s6_contents2 h2 {
    font-size: 6.8rem;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.03rem
}

.s6_contents2 .txtbx p {
    font-size: 2.8rem;
    color: #fff;
}



.chk_ico {
    background: url(../_img/main/check_icon.svg)no-repeat left center;
    padding-left: 5.2rem;
    background-size: 3.2rem 3.2rem;
    line-height: 2;
}



/*섹션7*/





.sect7 {
    position: relative;
    height: 100%;
}

.sect7:before {
    content: ' ';
    position: absolute;
    top: -54px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 230px;
    height: 16rem;
    background: url(../_img/main/s4_img1.svg)no-repeat top center;
    background-size: contain;
    z-index: 5;
}

.s7_container {
    position: relative;
    background: #AD1719;
    overflow: hidden;
    width: 100%;
    padding: 16rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.s7_container h2 {
    font-size: 6.8rem;
    color: #fff;
    line-height: 2;
}

.s7_container > p {
    font-size: 2.8rem;
    color: #fff;
}

.step_container {
    position: relative;
    width: 1249px;
    height: 776px;
    margin-top: 89px;
}

.step_area {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    flex-wrap: wrap;
    text-align: center;
}


.step_container .line {
    position: absolute;
    top: 20%;
    left: 75px;
    width: 1169px;
    height: 427px;
    border: 2px dashed #fff;
    border-left: none;
    z-index: 1;
    border-radius: 8px;
}


.step_area:nth-child(3) {
    margin-top: 8rem;
}


.step_area .item {
    width: 240px;
    text-align: center;
    z-index: 2;
}

.step_area .item .num {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.5px;
    margin-bottom: 12px;
}

.step_area .item img {
    width: 100%;
    margin-bottom: 8px;
}

.step_area .item .name {
    color: #EFF029;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
    letter-spacing: -0.5px;
}

.step_area .item .txt {
    color: #fff;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.35px;
}


.s7_bg1 {
    position: absolute;
    bottom: -30%;
    left: 0;
}

.s7_bg2 {
    position: absolute;
    bottom: -30%;
    right: 0;
}


.step_container .mob {
    display: none;
}




/*섹션8*/


.sect8 {
    padding: 16rem 0;
    background: url(../_img/main/s8_bg.png)no-repeat bottom center;
    background-size: 100% 56%;
}

.s8_container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.s8_container > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.s8_container h2 {
    font-size: 6.8rem;
    font-weight: 700;
}

.s8_container p {
    font-size: 2.8rem;
}

.s8_container .stepbox {
    display: flex;
    gap: 2.7rem;
    margin-top: 8rem;
}

.s8_container .stepbox > div {
    width: calc(25% - 1.35rem);
}

.s8_container .stepbox > div img {
    width: 100%;
}


.s8_contents2 {
    margin-top: 15rem;
}

.s8_contents2 > p {
    margin: 2.2rem 0 2.7rem 0
}

.s8_contents2 > span {
    font-size: 1.8rem;
}

.s8_contents2 h3 {
    font-size: 4.8rem;
    font-weight: 700;
    margin: 2.2rem 0;
}


.s8_tbl {
    margin-top: 54px;
    width: 1600px;
    border-radius: 20px;
    border: 1px solid #CCC;
    background: #FFF;
    box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 6rem;
}

.s8_tbl table {
    width: 100%;
    border-top: 2px solid #000;
    text-align: center;
    table-layout: fixed
}

.s8_tbl table td {
    padding: 2rem 0;
    font-size: 2rem;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.s8_tbl table td:last-child {
    border-right: 0;
}

.s8_contents2 .s8_tbl p {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-top: 2rem;
}

.s8_contents3 {
    margin-top: 16rem;
    text-align: center;
}

.s8_contents3 h2 {
    color: #fff;
}

.s8_contents3 > p {
    color: #fff;
    padding: 2.2rem 0 2.4rem 0;
}

.s8_contents3 > span {
    color: #fff;
    font-size: 1.8rem;
}


.s8_tbl col.col4 {
    width: 30%;
}


.s8_formwrap {
    margin-top: 54px;
    width: 1600px;
    border-radius: 20px;
    border: 1px solid #CCC;
    text-align: left;
    background: #FFF;
    box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 6rem;
}

.s8_formwrap .tit {
    font-weight: 700;
    font-size: 2.4rem;
}

.s8_formbx {
    border-top: 2px solid #000;
    margin-top: 1.9rem;
}

.s8_formbx > div {
    padding: 20px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
}

.s8_formbx > div p {
    min-width: 16rem;
    font-size: 1.8rem;
}

.s8_formbx > div span {
    font-size: 1.8rem
}

.s8_formbx > div > div {
    display: flex;
    align-items: center;
    gap: 5px;
    ;
    width: calc(100% - 170px);
    text-align: left;
}



.s8_formbx input {
    width: 100%;
    padding: 1.8rem 2rem;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 1.8rem;
    height: 5.8rem;
}

.s8_formbx select {
    padding: 1.8rem 2rem;
    border: 1px solid #ccc;
    border-radius: 10px;
    min-width: 300px;
    font-size: 1.8rem;
    height: 58px;
}

.s8_formbx textarea {
    height: 247px;
    resize: none;
    padding: 1.8rem 2rem;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 10px;
    min-width: 300px;
    font-size: 1.8rem;
}


.s8_formbx .namebx span {
    width: 456px;
}

.s8_formbx .emailbx span {
    width: 300px;
}

.s8_formbx .telbx > div {
    gap: 11px;
}

.s8_formbx .telbx span {
    width: 300px;
}

.s8_formbx .hopebx span {
    width: 300px;
}

.pesonal_ok {
    padding: 2rem 0 0 0;
    display: flex;
    align-items: center;
    gap: 30px;
}


/* The container */
.agree {
    display: block;
    position: relative;
    padding-left: 3.8rem;
    cursor: pointer;
    font-size: 1.8rem;
    line-height: 2.8rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

/* Hide the browser's default checkbox */
.agree input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 2.8rem;
    width: 2.8rem;
    border-radius: 50%;
    background-color: #eee;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* On mouse-over, add a grey background color */
.agree:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.agree input:checked ~ .checkmark {
    background-color: #007A8D;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.agree input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.agree .checkmark:after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 9px;
    background: url(../_img/main/checkbox_icon.svg)no-repeat center;
    background-size: contain;
}


.per_btn {
    border-radius: 4px;
    padding: 0 3.2rem;
    line-height: 3rem;
    font-size: 1.4rem;
    border: 1px solid #CCC;
    background: transparent;
}


.s8_formwrap .btnbx {
    text-align: center;
    margin-top: 6rem;
}

.que_btn {
    border-radius: 50px;
    padding: 0 10rem;
    line-height: 6.9rem;
    font-size: 2.4rem;
    color: #fff;
    background: #AD1719;
    border: 0;
}






/*셀렉박스커스텀*/
.custom-selectbox {
    position: relative;
    width: 300px;
    display: inline-block;

}

.custom-selectbox select {
    display: none;
}

.select-selected {}

/*style the arrow inside the select element:*/
.select-selected:after {

    position: absolute;
    content: "";
    width: 5.6rem;
    height: 5.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    ;
    top: 1px;
    right: 1px;
    border-radius: 0 10px 10px 0;
    border-left: 1px solid #ccc;
    ;
    content: '\e941';
    font-family: xeicon;
    background: #F5F5F5;
}

/*
.select-selected.select-arrow-active:after {
border-color: transparent transparent #fff transparent;
top: 7px;
}*/

/*style the items (options), including the selected item:*/

.select-selected {
    color: #000;
    line-height: 5.6rem;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 0 10px;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    ;
    background: #fff;
    font-size: 1.8rem;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    top: 105%;
    left: 0;
    right: 0;
    z-index: 99;
    overflow: hidden;
    max-height: 295px;
}

.select-items div {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    ;
    line-height: 5.8rem;
    padding: 0 10px;
}

.select-items div:last-child {
    border-bottom: 0;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}




/*푸터*/


#footerArea {}

.footer_wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.copy {
    text-align: center;
    padding: 5rem 0;
    background: #000;
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.50);
    font-weight: 400;
    margin-bottom: 17rem;
}

.foot_quebx {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #610002;
    padding: 3rem 0;
    z-index: 99;
}

.foot_quebx .inner {
    width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot_quebx h2 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
	
}
.foot_quebx h2 a{
	position:relative;
	display:inline-block;

}
.foot_quebx h2 a p{
	position:absolute;
	right:0;
	transform: translateY(35%) translateX(100%);
	bottom:0;
}
.foot_quebx h2 a p span{
	position:absolute;
	left:15%;
	width:100%;
	top:63%;
	transform: translateY(-50%);
	color:#000;
	font-weight:600;
	text-align:center;
	font-size:1.6rem;
}

.foot_quebx p {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 1.8rem;
}

.foot_quebx label {
    color: #fff;
}

.foot_quebx input[type=text] {
    padding: 1.8rem 2rem;
    border: 1px solid #ccc;
    border-radius: 10px;
    min-width: 300px;
    font-size: 1.8rem;
    box-sizing: border-box;
    height: 5.8rem;
}
.foot_quebx select {
    padding: 1.8rem 2rem;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 1.8rem;
    box-sizing: border-box;
    height: 58px;
}

.foot_quebx .per_btn {
    color: #fff;
}

.foot_quebx input.name {
    min-width: 180px;
    width: 180px;
}

.foot_quebx .form > div:first-child {
    display: flex;
    align-items: center;
    gap: 5px;
}

.apply_btn {
    padding: 0 3rem;
    line-height: 5.8rem;
    background-color: #AD1719;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    border-radius: 10px;
    border: 0;
}

.foot_quebx .select-items {
    top: auto;
    bottom: 105%;
}



.top_btn {
    position: absolute;
    top:0;
    right: 2%;
    width: 72px;
    height: 72px;
    border-radius: 2.5rem;
    background: #FFAC12;
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    z-index: 99;
	transform: translateY(-50%);
}

.top_btn p {
    font-size: 1.3rem;
    color: #fff;
    font-family: "Noto Sans KR", sans-serif;
	margin-bottom:0;
}




.tele {
    width: 260px;
}




.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 1400px;
    padding: 7em 4.5rem 4.5rem 4.5rem;
    position: relative;
    max-height: 80vh;
    overflow-y: auto;
}

.modal-box h5 {
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
    ;
}

.close-btn {
    width: 50px;
    height: 50px;
    background: url(../_img/main/modal_close_btn.svg)no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}


.close-btn {}

.modal_txtbx {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #333;
}

.modal_btn {
    padding: 10px 20px;
    background-color: #222;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}







/*반응형*/

@media (max-width: 1680px) {

    .inner {
        width: 100%;
        padding: 0 3%;
    }



    .sect1 {
        height: 100%;
        padding-bottom: 32rem;
    }

    .c_img {
        top: 40%
    }

    .c_img img {
        width: 100%;
    }

    .s2_container .txtbx {
        padding: 0 3%;
    }

    .sect3 {
        padding: 16rem 3%;
    }

    .s3_container .imgbx {
        width: 100%;
    }

    .s3_container .imgbx img {
        width: 100%;
    }



    .sect4 {}

    .sect4:before {
        top: -42px;
    }

    .s4_container {
        padding: 16rem 3%;
    }

    .videobx {
        width: 100%;

    }


    .slidebx {
        width: 100%;
    }

    .s5_container {
        padding: 16rem 3%;
    }

    .s5_contents1 .imgbx {
        width: 100%;
        height: auto
    }

    .s5_contents1 .imgbx span {
        width: 70%;
        display: block;
    }

    .s5_contents1 .imgbx span img {
        width: 100%;
    }

    .tabwrap {
        width: 100%;
    }

    .tab_con {
        gap: 20px;
    }

    .tab_con > a {
        width: calc(25% - 15px);
        height: auto;
    }

    .tab_con .img {
        height: auto;
        width: 100%;
    }

    .tab_con .img img {
        width: 100%;
    }

    .s5_contents1 h2:before {
        width: 100%;
        left: 0;
        height: 9px;
        background-size: contain;
        ;
    }

    .s6_contents2 {
        padding: 14.6rem 3% 16rem 3%
    }

    .s6_contents2 .txtbx {
        width: 100%;
        justify-content: space-between;
        ;
    }

    .s6_contents1 > span {
        padding: 0 3%;
    }


    .sect7:before {
        top: -48px;
    }

    .s7_container {
        text-align: center;
    }

    .s7_container h2 {
        line-height: 1.4;
    }

    .s7_bg1 {
        width: 25vw;
        height: auto;
        bottom: -16%;
    }

    .s7_bg1 img {
        width: 100%;
    }

    .s7_bg2 {
        width: 25vw;
        height: auto;
        bottom: -16%;
    }

    .s7_bg2 img {
        width: 100%;
    }



    .sect8 {
        background-size: auto 56%;
    }

    .s8_container {
        text-align: center;
        padding: 0 3%;
    }

    .s8_contents2 > p {
        max-width: 80%;
        word-break: keep-all;
    }

    .s8_tbl {
        width: 100%;
        height: auto;
    }

    .s8_tbl table td {
        padding: 1.6rem;
        word-break: keep-all;
    }

    .s8_formwrap {
        width: 100%;
    }

    .s8_formbx input {}

    .s8_formbx select {
        min-width: 25%;
        max-width: 25%;
        ;
    }

    .interior-slide-container .navi-wrap {
        top: 32%;
    }


    .foot_quebx .inner {
        width: 100%;
    }

    .foot_quebx input[type=text] {
        min-width: 120px;
    }

    .foot_quebx select {
        height: 50px;
    }

    .modal-box {
        width: 94%;
        padding: 5rem 2rem 2rem 2rem;
    }


}

@media(max-width:1440px){
	.foot_quebx h2 a p{
		transform: translateY(45%) translateX(80%) scale(.6);
	}
}


@media (max-width: 1280px) {

    .sect1 {
        padding: 20rem 3% 32rem 3%
    }

    .s1_contents1 h2 {
        max-width: 60vw;
    }

    .s1_contents1 h2:before {
        display: none;
    }

    .c_img {
        width: 60%;
        top: 50%;
    }

    .sect2 {
        max-height: 100%;
        background-size: auto;
    }

    .s2_contents2 {
        text-align: center
    }

    .s2_contents2 h2 {
        max-width: 90vw;
    }

    .s2_container .txtbx {
        text-align: center;
    }



    .videobx > div:first-child iframe {
        width: 100%;
    }

    .videobx > div:nth-child(2) iframe {
        width: 100%;
    }

    .slidebx .swiper-slide {
        width: 33.3%;
        height: 377px;
    }

    .s4_card .img {
        height: 180px;
    }

    .s4_card .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        ;
    }

    .s4_card .txt {
        height: auto;
        min-height: 226px;
        padding: 4rem 3rem
    }

    .s5_contents1 h2:first-child:before {
        width: 355px;
    }

    .s5_contents2 .imgbx {
        position: static;
        text-align: center;
        transform: translateX(0);
        margin-top: -13rem;
    }

    .s5_contents2 .imgbx img {
        width: 100%;
    }


    .s5_contents1 h2:before {
        width: 100%;
        background-size: contain;
    }




    .tabwrap {
        margin-top: 2rem;
    }

    .tab_con {
        min-height: 100%;
        ;
    }

    .tab_con > a {
        width: calc(33.3% - 14px);
    }

    .s6_contents2 .txtbx {
        gap: 0
    }


    .sect7:before {
        top: -44px;
    }

    .step_container {
        width: 100%;
        height: auto;
        padding: 0 3%;
    }

    .step_area {
        width: 96%;
        margin: 0 auto;
        justify-content: center;
        gap: 5.2rem;
    }

    .step_container .line {
        width: 90%;
    }

    .step_area .item {
        width: calc(25% - 40px);
    }

    .foot_quebx .inner {
        flex-direction: column;
        gap: 2rem;
    }

    .foot_quebx .inner > div {
        width: 100%;
        justify-content: center;
    }

    .foot_quebx .form_inbx {
        display: flex;
        justify-content: center;
        ;
        gap: 1rem;
    }

    .foot_quebx .inner > div:first-child {
        display: flex;
        align-items: center;
        gap: 2rem;
    }

    .foot_quebx .inner > div:first-child p {
        margin-bottom: 0;
    }

    .foot_quebx .form > div:first-child {
        width: 100%;
        justify-content: center;
    }
	.foot_quebx h2 a{
		display:flex;
		align-items: center;
	}
	.foot_quebx h2 a p {
        transform: unset;
		position:relative;
		left:auto;
		top:auto;
		display:flex;
		align-items: center;
		gap:0 1rem;
    }
	.foot_quebx h2 a p img{
		width:9rem;
		transform: translateY(-5px);
	}
	.foot_quebx h2 a p span{
		position:relative;
		color:#fff;
		left: auto;
		width: auto;
		top: auto;
		transform:none;
	}

    .pesonal_ok {
        justify-content: center;
    }


    .copy {
        margin-bottom: 23rem;
    }

    custom-selectbox {
        width: 200px;
    }

}




@media (max-width: 960px) {

    .s2_contents2 h2 {
        max-width: 80vw;
    }

    .s2_contents2 .imgbx {
        flex-direction: column;
        gap: 30px;
    }

    .s2_contents2 .imgbx span {
        width: 60%;
    }

    .s2_contents2 .imgbx span:nth-child(2) {
        width: 90%;
    }

    .s3_container .txtbx {
        text-align: center;
        max-width: 80vw;
    }

    .s3_container p {
        text-align: center;
        max-width: 100vw;
    }

    .videobx {
        flex-direction: column;
        gap: 12rem
    }


    .videobx > div {
        width: 100%;
    }

    .videobx > div:first-child iframe {
        width: 100%;
        border-radius: 20px;
        ;
    }

    .videobx > div:nth-child(2) iframe {
        border-radius: 20px;
        ;
    }


    .videobx > div p {
        bottom: -6rem
    }

    .sect4:before {
        top: -38px;
    }

    .s4_card .txt {
        min-height: 152px;
    }

    .slidebx {
        margin: 10rem auto 0 auto;
    }

    .s5_contents2 {
        margin-top: 16rem;
    }

    .s5_contents1 h2:first-child:before {
        width: 300px;
    }
.s5_contents2 .imgbx2 { 
    top: 6%;
    right: 7%;}
    .sect7:before {
        top: -38px
    }

    .s7_bg1 {
        bottom: -10%
    }

    .s7_bg2 {
        bottom: -10%
    }

    .step_container .line {
        display: none;
    }

    .sect8 {
        padding: 20rem 0 16rem 0;
    }

    .s8_container .stepbox {
        flex-wrap: wrap;
    }

    .s8_container .stepbox > div {
        width: calc(50% - 1.35rem)
    }

    .interior-slide-container .navi-wrap {
        top: 30%;
    }

    .interior-slide-container .swiper-slide-active img {
        max-width: auto !important;
        ;
    }

    .copy {
        margin-bottom: 28rem;
    }

}



@media (max-width: 768px) {

    .web {
        display: none;
    }

    .mob {
        display: block;
    }

    .slidebx .swiper-slide {
        width: calc(50% - 10px);
    }


    .s5_contents1 .imgbx span {
        width: 80vw;
        margin: 0 auto;
    }

    .s5_contents1 .imgbx span:nth-child(2) {
        position: static;
        margin-top: -15rem;
    }

    .s5_contents1 .imgbx span:nth-child(1) img {
        margin-top: 0;
    }

    .tab_con > a {
        width: calc(50% - 10px);
    }


    .step_container .mob {
        display: flex;
        margin-top: 8rem;
    }

    .interior-slide-container {
        margin-top: 6rem;
    }

    .interior-slide-container img {
        position: relative;
        width: 150%;
    }

    .interior-slide-container .swiper-slide-active img {
        width: 200%;
        left: -50%;
        top: -30px;
    }
	.foot_quebx h2 a{
		gap:0 5px;
	}
	.foot_quebx h2 a p img{
		width: 10rem;
		transform: translateY(-3px);
	}



    .interior-slide-container .swiper-slide-next {
        right: -18%;
    }

    .interior-slide-container .swiper-slide-prev {
        left: -35%;
    }

    .interior-slide-container .navi-wrap {
        left: 50%;
        transform: translateX(-50%);
        top: 30%;
        width: 96%;
    }

    .interior-slide-container .swiper-slide .video-wrapper {
        border-radius: 0.5rem;
        width: 150%;
    }

    .sect6 {
        padding: 10rem 0 0 0;
    }

    .s6_contents2 {
        padding: 8rem 3% 10rem 3%;
        background-size: cover;
        background-position: center;
    }

    .s6_contents2 .txtbx {
        flex-direction: column;
        gap: 2rem;
        ;
    }

    .s6_contents2 .txtbx h2 {
        text-align: center;
    }


    .sect7:before {
        top: -32px
    }

    .step_area .item {
        width: calc(50% - 40px);
    }

    .s7_bg1 {
        bottom: -10%;
        width: 40vw;
    }

    .s7_bg2 {
        bottom: -10%;
        width: 40vw;
    }

    .step_area .item .txt {
        font-size: 1.8rem;
    }

    .s8_container .stepbox {
        flex-wrap: wrap;
    }

    .s8_container .stepbox > div {
        width: calc(50% - 1.35rem);
    }

    .s8_formbx textarea {
        height: 120px;
    }

    .s8_formbx textarea {
        min-width: 100%;
    }


    .s8_tbl {
        padding: 4rem 3rem;
    }


    .foot_quebx .form_inbx {
        display: flex;
        gap: 1rem;
        width: 100%;
        flex-wrap: wrap;
		margin-top:-5px;
    }

    .foot_quebx .form_inbx span {
        width: 48%;
    }

    .foot_quebx .form_inbx span input {
        width: 100% !important;
    }

    .foot_quebx .form_inbx span select {
        width: 48% !important;
    }

    .apply_btn {
        width: 48%;
    }
    .s5_contents2 .imgbx2 { top:4%; }
    .s5_contents2 .imgbx2 img {width: 25rem;  }
		.top_btn{
			bottom:21%;
		}
	}




@media (max-width: 600px) {

    section h2 {
        font-size: 4.8rem !important;
    }

    .sect1 {
        padding: 12rem 3% 15rem 3%
    }

    .s1_contents1 h2 {
        max-width: 100vw;
    }

    .s1_contents1 p {
        font-size: 2.2rem;
    }

    .s1_contents1 h2:after {
        display: none;
        ;
    }

    .c_img {
        top: 58%;
    }

    .s2_contents2 {
        padding-top: 20rem;
    }

    .s2_contents2 h2 {
        max-width: 100vw;
        font-size: 5rem !important;
    }

    .s4_slide .swiper-pagination {
        display: none;
    }

    .s5_contents1 .imgbx span:nth-child(2) {
        margin-top: -10rem;
    }

    .s5_contents1 h2:first-child:before {
        width: 194px;
        top: -34%;
    }
    .s5_contents2 .imgbx2 img { width: 18rem;  }
    .tabs li {
        font-size: 2rem;
    }

    .sect7:before {
        top: -27px
    }

    .step_area .item .txt {
        line-height: 2.4rem;
        margin-top: 1rem;
    }

    .s7_bg1 {
        bottom: -6%
    }

    .s7_bg2 {
        bottom: -6%
    }

    .s8_formbx > div > div {
        width: calc(100% - 100px);
    }

    .s8_formbx input {
        width: 100%;
        max-width: 100%;
    }

    .s8_formbx select {
        width: 100%;
        max-width: 100%;
    }

    .s8_tbl table td {
        font-size: 1.5rem;
        padding: 1rem 0.4rem
    }

    .s8_contents2 .s8_tbl p {
        font-size: 1.5rem;
    }

    .s8_tbl col.col4 {
        width: auto;
    }

    .s8_formwrap {
        padding: 4rem 3rem;
    }

    .s8_formbx > div {
        flex-direction: column;
        align-items: flex-start;
        ;
        padding: 2rem 1rem;
    }

    .s8_formbx > div > div {
        width: 100%;
    }

    .interior-slide-container .navi-wrap .prev {
        left: 0;
    }

    .interior-slide-container .navi-wrap .next {
        right: 0;
    }


    .top_btn {
        width: 60px;
        height: 60px;
		transform: translateY(-50%) scale(.7) ;
		right:4px;
    }

    .copy {
        margin-bottom: 32rem;
    }
	.foot_quebx {
		padding: 2rem 0;
	}
	.foot_quebx .inner{
		gap:1rem;
	}
	.foot_quebx .inner > div:first-child{
		gap:1rem;
		align-items: center;
		justify-content: flex-start;
	
	}
	.foot_quebx h2{
		margin-top:-5px;
	}


	.foot_quebx input[type=text] {
		padding: 1.2rem 2rem;
		border-radius: 5px;
		font-size: 1.7rem;
		height: 5rem;
	}
	.foot_quebx select {
		padding: 1.2rem 2rem;
		border-radius: 5px;
		font-size: 1.7rem;
		height: 5rem;
	}
	.select-selected {
		line-height: 4.8rem;
		border-radius: 5px;
		font-size: 1.6rem;
	}
	.select-selected:after {
		width: 4.8rem;
		height: 4.8rem;
		top: 1px;
		right: 1px;
		border-radius: 0 5px 5px 0;
	}
	.apply_btn {
		line-height: 5rem;
		font-size: 1.7rem;
		border-radius: 5px;
	}
	.pesonal_ok{
		padding-top:1.5rem;
	}
	.foot_quebx label {
		font-size:1.7rem;
		line-height:1.2;
	}

}



@media (max-width: 480px) {
.s5_contents2 .imgbx {  margin-top:  -9rem ;}
    .s5_contents2 .imgbx2 { top:5%; }
    .s5_contents2 .imgbx2 img { width: 12rem;  } 
    .s6_slide {
        padding: 0 3%;
        margin-top: 0;
    }

    .interior-slide-container .swiper-slide .video-wrapper {
        width: 100%;
    }


    .interior-slide-container .swiper-slide-active .video-wrapper {
        position: static;
        width: 100%;
    }


    .s6_slide .video-wrapper iframe {
        position: static;
        ;
    }

    .interior-slide-container .swiper-slide-prev {
        position: static;
        left: 0;
    }

    .interior-slide-container .swiper-slide-next {
        position: static;
        right: 00;
    }

    .interior-slide-container img {
        width: 100%;
    }

    .interior-slide-container .swiper-slide-active img {
        width: 100%;
        position: static;
        ;
    }


    .interior-slide-container .navi-wrap {
        top: 40%;
    }

    .s6_slide .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: -6rem;
    }
}

@media(max-width:420px){
	.foot_quebx h2 a{
		font-size:2.8rem;
	}
	 .top_btn {
		right:1px;
    }
}


@media(max-width:767.98px){
	.pc_only{
		display:none !important;
	}
}
@media(min-width:768px){
	.mo_only{
		display:none !important;
	}
}