@charset "utf-8";
/* 공통영역 */
.secTitle {margin-bottom: 60px; word-break: keep-all;}
.secTitle.link {display: flex; justify-content: space-between; align-items: flex-end;}
.secTitle .txt {font-size: 18px; color: var(--mainC); font-family: var(--fontB2); margin-bottom: 15px; letter-spacing: 4px;}
.secTitle .tit {font-size: 50px; color-interpolation-filters: var(--subC); font-family: var(--fontL); line-height: 1.2;}
.secTitle .tit span {font-family: var(--fontEB);}

/* section1 */
.section1 {background: rgba(0,0,0,0.5); height: 100vh;}
.section1 .mainSlide {height: 100%;}
.section1 .mainSlide .swiper-slide img {display: block; width: 100%; height: 100vh; object-fit: cover;}
.section1 .mainSlide .visualText {width: 100%; position: absolute; top: 50%; left: 0; transform: translateY(-50%); z-index: 1;}
.section1 .mainSlide .visualText .textArea {width: 100%; max-width: 1480px; margin: 0 auto; letter-spacing: -0.02em; color: var(--white);}
.section1 .mainSlide .visualText .textArea br.mob {display: none;}
.section1 .mainSlide .visualText .textArea .tit {font-size: 65px; font-family: var(--fontL); margin-bottom: 20px; line-height: 1.2;}
.section1 .mainSlide .visualText .textArea .tit span {font-family: var(--fontEB);}
.section1 .mainSlide .visualText .textArea .txt {font-size: 18px; line-height: 1.5; margin-bottom: 50px; opacity: 0.8;}
.section1 .mainSlide .visualText .textArea .link {display: inline-block; padding: 18px 0; width: 190px; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.1); color: var(--white); font-size: 16px; font-family: var(--fontB); text-align: center; transition: 0.3s;}
.section1 .mainSlide .visualText .textArea .link:hover {background: rgba(255,255,255,0.3);}
.section1 .mainSlide .visualText .textArea .link span {display: block; padding-right: 20px; box-sizing: border-box; position: relative;}
.section1 .mainSlide .visualText .textArea .link span::before {content: ''; position: absolute; right: 25px; top: 0; background: url('../images/main/visual_link.png') no-repeat; background-size: 100%; width: 9px; height: 14px;}
.section1 .mainSlide .swiper-pagination {position: static; text-align: left; margin-bottom: 30px;}
.section1 .mainSlide .swiper-pagination-bullet {width: 65px; height: 4px; border-radius: 0; opacity: 1; margin: 0 !important; background: url('../images/main/main_slide_page.png') no-repeat; background-size: 100%;}
.section1 .mainSlide .swiper-pagination-bullet-active {background: url('../images/main/main_slide_page_on.png') no-repeat; background-size: 100%;}

/* section2 */
.section2 {position: relative; padding: 200px 0 160px 0; background: url('../images/main/s2_bg_line.png') top no-repeat;}
.section2::before {content: 'JK CONSTRUCTION'; position: absolute; top: 200px; right: -770px; font-family: var(--fontEB); font-size: 200px; color: rgba(0,0,0,0.02);}
.section2 .secTitle {width: 33.333%; padding: 0 30px; box-sizing: border-box; margin-bottom: 120px;}
.section2 .list {width: 100%; max-width: 1480px; margin: 0 auto 200px auto; display: flex; align-items: flex-end;}
.section2 .list li {width: 33.333%; padding: 0 30px; box-sizing: border-box;}
.section2 .list li .con .txt {font-family: var(--fontEB); font-size: 22px; color: var(--mainC); margin-bottom: 15px;}
.section2 .list li .con .tit {font-family: var(--fontEB); font-size: 80px; margin-bottom: 30px; letter-spacing: -0.02em;}
.section2 .list li .con .tit span {font-size: 45px;}
.section2 .list li .con img {width: 100%; object-fit: cover;}
.section2 .bgArea {width: 100%; height: 300px; display: flex; align-items: center; justify-content: center; text-align: center; background: url('../images/main/s2_img4.png') center no-repeat; background-size: cover; margin-bottom: 80px;}
.section2 .bgArea p {font-size: 50px; font-family: var(--fontEB2); color: var(--white);}
.section2 .logoList {display: flex; gap: 15px; flex-wrap: wrap;}
.section2 .logoList li {width: calc(20% - 12px);}
.section2 .logoList li a {display: block; width: 100%;}
.section2 .logoList li a img {display: block; width: 100%; object-fit: cover;}

/* section3 */
.section3 {padding: 120px 0 160px 0; background: #0068B7;}
.section3::before {content: ''; position: absolute; top: 20px; right: 0; background: url('../images/main/s3_bg.png') no-repeat; background-size: 100%; width: 554px; height: 396px;}
.section3 .secTitle {color: var(--white);}
.section3 .secTitle .txt {color: var(--white); opacity: 0.5;}
.section3 .s3SlideBox {display: flex; gap: 50px;}
.section3 .s3SlideBox img {width: 100%; height: 100%; object-fit: cover;}
.section3 .s3SlideBox .s3Slide {width: 733px;}
.section3 .s3SlideBox .s3Slide2 {width: calc(100% - 783px); padding-top: 20px; display: flex; flex-direction: column; justify-content: space-between; gap: 30px;}
.section3 .s3SlideBox .s3Slide2 .swiper-wrapper {height: 140px;}
.section3 .s3SlideBox .s3Slide2.swiper-slide {width: calc(33.333% - 10px);}
.section3 .s3SlideBox .s3Slide2 .textArea .num {width: 55px; background: #fff; text-align: center; font-size: 18px; font-family: var(--fontB); color: var(--mainC); border-radius: 30px; padding: 5px 0; margin-bottom: 15px;}
.section3 .s3SlideBox .s3Slide2 .textArea .tit {font-size: 55px; font-family: var(--fontEB); color: var(--white); margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.3);}
.section3 .s3SlideBox .s3Slide2 .textArea .txt {font-size: 18px; color: var(--white); font-family: var(--fontM); line-height: 1.5;}
.section3 .s3SlideBox .s3Slide2 .textArea .txt span {font-family: var(--fontEB);}
.section3 .s3SlideWrap {position: relative;}
.section3 .s3SlideWrap .swiperBtn {display: flex; gap: 10px; position: absolute; top: 0; right: 0;}
.section3 .s3SlideWrap .swiperBtn .btn {position: static; margin-top: 0; width: 52px; height: 52px; background-repeat: no-repeat; background-size: 100%; color: transparent;}
.section3 .s3SlideWrap .swiperBtn .btn.swiper-button-next {background-image: url('../images/main/s3_slide_next.png');}
.section3 .s3SlideWrap .swiperBtn .btn.swiper-button-prev {background-image: url('../images/main/s3_slide_prev.png');}

/* section4 */
.section4 {padding: 120px 0 160px 0;}
.section4::before {content: ''; width: 100%; height: 50%; background: #F0F5FB; position: absolute; left: 0; bottom: 0; z-index: -1;}
.section4 .s4Slide {overflow: visible;}
.section4 .s4Slide .swiper-slide {width: 480px !important; overflow: hidden;}
.section4 .s4Slide .swiper-slide img {display: block; width: 100%; height: 100%; object-fit: cover;}
.section4 .s4Slide .swiper-slide .textArea {position: absolute; bottom: -100%; left: 0; width: 100%; padding: 30px; box-sizing: border-box; background: var(--white); transition: var(--time);}
.section4 .s4Slide .swiper-slide .textArea::before {content: ''; position: absolute; bottom: 15px; right: 8px; width: 142px; height: 104px; background: url('../images/main/s4_text_bg.png') no-repeat; background-size: 100%;}
.section4 .s4Slide .swiper-slide .textArea .txt {font-size: 16px; color: var(--mainC); font-family: var(--fontB); margin-bottom: 8px;}
.section4 .s4Slide .swiper-slide .textArea .tit {font-size: 24px; color: var(--subC); font-family: var(--fontEB); margin-bottom: 25px;}
.section4 .s4Slide .swiper-slide .textArea .list li {display: flex; gap: 8px; font-size: 16px; font-family: var(--fontR); color: #888888;}
.section4 .s4Slide .swiper-slide .textArea .list li:not(:last-of-type) {margin-bottom: 8px;}
.section4 .s4Slide .swiper-slide .textArea .list li span {flex-shrink: 0;}
.section4 .s4Slide .swiper-slide:hover .textArea {bottom: 0;}

/* section5 */
.section5 .contactWrap {display: flex;}
.section5 .contactWrap .leftCon {width: 700px;}
.section5 .contactWrap .leftCon img {display: block; width: 100%; height: 100%; object-fit: cover;}
.section5 .contactWrap .rightCon {width: calc(100% - 700px); padding: 118px 220px 160px 100px; box-sizing: border-box;}
.section5 .contactWrap .rightCon .formWrap {display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 20px;}
.section5 .contactWrap .rightCon .formWrap .inputArea {display: flex; align-items: center; justify-content: space-between; width: calc(50% - 7.5px); border: 1px solid #EEEEEE; padding: 26px 20px; box-sizing: border-box;}
.section5 .contactWrap .rightCon .formWrap .inputArea label {position: relative; display: block; min-width: 110px; flex-shrink: 0; font-size: 16px; font-family: var(--fontB); color: #333333;}
.section5 .contactWrap .rightCon .formWrap .inputArea label::before {content: ''; position: absolute; top: -3px; right: 0; width: 1px; height: 23px; background: #E0E0E0;}
.section5 .contactWrap .rightCon .formWrap .inputArea label span {font-family: var(--fontEB); color: #E54500;}
.section5 .contactWrap .rightCon .formWrap .inputArea input {display: block; width: calc(100% - 125px); border: none; font-size: 16px; color: #333333; font-family: var(--fontB);}
.section5 .contactWrap .rightCon .formWrap .inputArea.type2 {width: 100%; height: 170px; align-items: flex-start; flex-wrap: wrap; gap: 20px;}
.section5 .contactWrap .rightCon .formWrap .inputArea.type2 label::before {display: none;}
.section5 .contactWrap .rightCon .formWrap .inputArea.type2 textarea {width: 100%; height: calc(100% - 40px); border: none; font-family: var(--fontM); color: #333333; font-size: 16px;}
.section5 .contactWrap .rightCon .formWrap .inputArea.type2 textarea::-webkit-input-placeholder {color: #CBCBCB;}
.section5 .contactWrap .rightCon .checkBox {display: flex; align-items: center; font-size: 16px; font-family: var(--fontM); color: #333333; margin-bottom: 20px;}
.section5 .contactWrap .rightCon .checkBox input[type="checkbox"] {margin: 0 10px 0 0; border: 1px solid #555555; box-sizing: border-box; width: 18px; height: 18px; border-radius: 0;}
.section5 .contactWrap .rightCon .checkBox a {color: #333333; text-decoration: underline;}
.section5 .contactWrap .rightCon .submitBtn {display: block; padding: 24px 0; width: 100%; background: #003E92; color: var(--white); text-align: center; font-family: var(--fontEB); font-size: 18px;}


/* 반응형 */
@media screen and (max-width: 1700px) {
    /* section5 */
    .section5 .contactWrap .rightCon {padding-right: 100px;}
}

@media screen and (max-width: 1480px) {
    /* section1 */
    .section1 .mainSlide .visualText .textArea {max-width: 95%;}

    /* section2 */
    .section2 {background-size: 95%;}
    .section2::before {font-size: 160px; right: -620px;}
    .section2 .list {max-width: 95%;}

    /* section3 */
    .section3 .s3SlideWrap {padding-bottom: 70px;}
    .section3 .s3SlideBox .s3Slide {width: calc(50% - 25px);}
    .section3 .s3SlideBox .s3Slide2 {width: calc(50% - 25px);}
    .section3 .s3SlideBox .s3Slide2 .swiper-wrapper {height: auto;}

    /* section5 */
    .section5 .contactWrap .leftCon {width: 40%;}
    .section5 .contactWrap .rightCon {width: 60%; padding: 100px 60px 140px 60px;}
    .section5 .contactWrap .rightCon .formWrap .inputArea {width: 100%;}
}

@media screen and (max-width: 1026px) {
    /* 공통영역 */
    .secTitle .tit {font-size: 40px;}

    /* section1 */
    .section1 .mainSlide .visualText .textArea .tit {font-size: 50px;}

    /* section2 */
    .section2 {background: none; padding: 100px 0;}
    .section2::before {display: none;}
    .section2 .secTitle {width: 100%; padding: 0; margin-bottom: 40px; text-align: center;}
    .section2 .list {flex-wrap: wrap; max-width: 100%; margin-bottom: 80px;}
    .section2 .list li {width: 100%; text-align: center; padding: 30px 0; border-top: 1px solid #F0F0F0; border-bottom: 1px solid #F0F0F0;}
    .section2 .list li:nth-child(2) {border: none;}
    .section2 .list li .con .txt {font-size: 18px;}
    .section2 .list li .con .tit {font-size: 65px; margin-bottom: 0;}
    .section2 .list li .con .tit span {font-size: 32px;}
    .section2 .list li img {display: none;}
    .section2 .bgArea {height: 250px; margin-bottom: 40px;}
    .section2 .logoList li {width: calc(33.333% - 10px);}

    /* section3 */
    .section3 {padding: 100px 0;}
    .section3::before {width: 354px;}
    .section3 .s3SlideBox {gap: 30px;}
    .section3 .s3SlideBox .s3Slide {width: calc(50% - 15px);}
    .section3 .s3SlideBox .s3Slide2 {width: calc(50% - 15px);}
    .section3 .s3SlideBox .s3Slide2 .textArea .num {font-size: 16px;}
    .section3 .s3SlideBox .s3Slide2 .textArea .tit {font-size: 40px;}
    .section3 .s3SlideBox .s3Slide2 .textArea .txt {font-size: 16px;}
    .section3 .s3SlideWrap .swiperBtn .btn {width: 40px; height: 40px;}

    /* section4 */
    .section4 {padding: 100px 0;}
    .section4 .s4Slide .swiper-slide {width: 380px !important;}
}

@media screen and (max-width: 768px) {
    /* 공통영역 */
    .secTitle {text-align: center; margin-bottom: 45px;}
    .secTitle.link {flex-wrap: wrap; gap: 15px; justify-content: center;}
    .secTitle.link>div {width: 100%;}
    .secTitle a.go_link {text-align: left;}
    .secTitle .txt {font-size: 17px;}
    .secTitle .tit {font-size: 26px;}

    /* section1 */
    .section1 .mainSlide .visualText .textArea {text-align: center;}
    .section1 .mainSlide .visualText .textArea br.mob {display: inline-block;}
    .section1 .mainSlide .swiper-pagination {text-align: center;}

    /* section2 */
    .section2 {padding: 60px 0;}
    .section2 .secTitle {margin-bottom: 35px;}
    .section2 .list {margin-bottom: 30px;}
    .section2 .list li .con .tit {font-size: 50px;}
    .section2 .list li .con .tit span {font-size: 26px;}
    .section2 .bgArea {height: 180px; margin-bottom: 10px;}
    .section2 .bgArea p {font-size: 28px;}
    .section2 .logoList {gap: 10px;}
    .section2 .logoList li {width: calc(50% - 5px);}

    /* section3 */
    .section3 {padding: 60px 0;}
    .section3::before {display: none;}
    .section3 .s3SlideBox {flex-wrap: wrap; gap: 10px;}
    .section3 .s3SlideBox .s3Slide {width: 100%;}
    .section3 .s3SlideBox .s3Slide2 {width: 100%; flex-direction: column-reverse; padding-top: 0;}
    .section3 .s3SlideBox .s3Slide2 .textArea {text-align: center;}
    .section3 .s3SlideBox .s3Slide2 .textArea .num {margin: 0 auto 15px auto;}
    .section3 .s3SlideBox .s3Slide2 .textArea .tit {padding-bottom: 0; border-bottom: none;}
    .section3 .s3SlideWrap .swiperBtn {top: auto; right: auto; bottom: 0; left: 50%; transform: translateX(-50%);}

    /* section4 */
    .section4 {padding: 60px 0;}

    /* section5 */
    .section5 .contactWrap {flex-wrap: wrap;}
    .section5 .contactWrap .leftCon {width: 100%; height: 300px;}
    .section5 .contactWrap .rightCon {width: 95%; padding: 60px 0; margin: 0 auto;}
    .section5 .contactWrap .rightCon .formWrap {margin-bottom: 15px;}
    .section5 .contactWrap .rightCon .formWrap .inputArea {padding: 20px 15px;}
    .section5 .contactWrap .rightCon .formWrap .inputArea label {font-size: 15px; min-width: 85px;}
    .section5 .contactWrap .rightCon .formWrap .inputArea label::before {top: -2px; height: 18px;}
    .section5 .contactWrap .rightCon .formWrap .inputArea input {font-size: 15px;}
    .section5 .contactWrap .rightCon .formWrap .inputArea label {font-size: 15px;}
    .section5 .contactWrap .rightCon .formWrap .inputArea.type2 {gap: 15px;}
    .section5 .contactWrap .rightCon .formWrap .inputArea.type2 textarea {height: calc(100% - 30px); font-size: 15px;}
    .section5 .contactWrap .rightCon .checkBox {font-size: 14px;}
    .section5 .contactWrap .rightCon .checkBox input[type="checkbox"] {width: 16px; height: 16px; margin-right: 8px;}
    .section5 .contactWrap .rightCon .submitBtn {padding: 20px 0; font-size: 16px;}
}

@media screen and (max-width: 480px) {
    /* 공통영역 */
    .secTitle {margin-bottom: 30px;}

    /* section1 */
    .section1 .mainSlide .visualText .textArea .tit {font-size: 36px; margin-bottom: 15px;}
    .section1 .mainSlide .visualText .textArea .txt {font-size: 16px; margin-bottom: 30px;}
    .section1 .mainSlide .visualText .textArea .link {width: 170px; padding: 16px 0; font-size: 15px;}
    .section1 .mainSlide .visualText .textArea .link span::before {right: 20px;}
    .section1 .mainSlide .swiper-pagination {margin-bottom: 25px;}
    .section1 .mainSlide .swiper-pagination-bullet {width: 42px;}

    /* section3 */
    .section3 .s3SlideBox .s3Slide2 .textArea .num {font-size: 13px; margin-bottom: 10px;}
    .section3 .s3SlideBox .s3Slide2 .textArea .tit {font-size: 28px; margin-bottom: 15px;}
    .section3 .s3SlideBox .s3Slide2 .textArea .txt {font-size: 16px;}

    /* section4 */
    .section4 .s4Slide .swiper-slide {width: 90% !important;}
    .section4 .s4Slide .swiper-slide .textArea {padding: 20px;}
    .section4 .s4Slide .swiper-slide .textArea::before {width: 104px; height: 76px; bottom: 8px; right: 0;}
    .section4 .s4Slide .swiper-slide .textArea .txt {font-size: 14px; margin-bottom: 5px;}
    .section4 .s4Slide .swiper-slide .textArea .tit {font-size: 18px; margin-bottom: 12px;}
    .section4 .s4Slide .swiper-slide .textArea .list li {font-size: 14px;}

    /* section5 */
    .section5 .contactWrap .leftCon {height: 180px;}
}
