@charset "UTF-8";

.quick{position: fixed; right: 15px; bottom: 15px; z-index: 10; display: flex; flex-direction: column; gap: 0px 0px; }
.quick img{width: 70px;}
.quick button{border: none; background: none;}

@media all and (max-width: 768px){
    .quick{width: 100%;  bottom: 0; left: 0; right: 0; background: #f9f9f9; border-top: 2px solid var(--color); display: flex; flex-direction: row;}
    .quick a{width: 50%; padding: 15px 0px; display: flex; align-items: center; justify-content: center; gap: 0px 5px; font-size: 1.7rem; font-weight: 500;}
    .quick a:first-child{border-right: 2px solid var(--color);}
}


.main{height: 960px; overflow: hidden; position: relative; margin-top: 90px;}
.main .swiper_visual{height: 100%;}
.swiper_visual .bg{ background:center no-repeat;background-size:cover; height: 100%;}
.swiper_visual .bg img{width: 100%; height: 100%; object-fit: cover;}
.swiper_visual .bg video{width: 100%; height: 100%; object-fit: cover;}
.text_wrap{position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; height: 100%; display: flex; flex-direction: column; justify-content: center; z-index: 9;}
.text_wrap h6{font-size: 2.4rem; color: #fff; font-weight: 600; margin-bottom: 8px; line-height: 140%;}
.text_wrap h2{font-size: 4.8rem; font-weight: 700; line-height: 130%; margin-bottom: 20px; color: #fff;}
.text_wrap h2 b{color: #DA9910;}
.text_wrap p{font-size: 2.0rem; line-height: 140%; letter-spacing: -0.5px; color: #fff;}
.text_wrap .control_wrap{margin-top: 56px;}
.text_wrap .con_wrap{display: flex; margin-bottom: 46px;}
.text_wrap .con_wrap span{display: flex; align-items: center; justify-content: center; width: 56px; height: 80px; cursor: pointer;}
.text_wrap .con_wrap .swiper-visual-prev{background: rgba(0,0,0,0.2)}
.text_wrap .con_wrap .swiper-visual-next{background: rgba(0,0,0,0.6)}
.text_wrap svg{width: 36px; height: 36px;}
.swiper-progress-bar {z-index: 1;height: 2px;background: rgba(255, 255, 255, 0.15);overflow:hidden; width: 170px;}
.slide_progress-bar{width: 0%;background: #fff;display: block;height: 2px;}
.swiper-controllbar .auto-start{display: none;}
.swiper-controllbar i{color: #fff;}
.swiper-controllbar diㅍ{cursor: pointer;}
.bar_con{display: flex; align-items: center; gap: 0px 6px;}

.title h6{font-size: 2.0rem; font-weight: 500; line-height: 140%; margin-bottom: 4px; color: var(--color);}
.title h2{font-size: 4.8rem; font-weight: 600; line-height: 130%; letter-spacing: -1.2px;}

.page1 .title{text-align: center; margin-bottom: 85px;}
.page1 .box_wrap{display: flex; gap: 45px 2.5%;}
.page1 .box{width: 32%; border: 1px solid #E5E5EC; border-radius: 12px; text-align: center; padding: 60px 20px 120px 20px; position: relative; transition: 0.3s all;}
.page1 .box span{width: 48px; height: 48px; position: absolute; top: -24px; left: 0; right: 0; margin: 0 auto; background:#8E5800; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2.8rem; color: #fff; font-weight: 600;}
.page1 .box div{margin-bottom: 40px;}
.page1 .box h2{font-size: 2.8rem; font-weight: 600; line-height: 135%;margin-bottom: 20px; }
.page1 .box p{color: #505050; font-size: 2.0rem; line-height: 140%;}
.page1 .box:hover{border: 1px solid var(--color); }

.page2{background: url("../img/bg2.png") no-repeat; background-size: cover; background-position: center;}
.page2 .title{text-align: center; margin-bottom: 60px;}
.page2 .box_wrap{display: flex; gap: 45px 2.5%;}
.page2 .box{width: 32%;}
.page2 .box img{width: 100%;}
.page2 .box h2{padding: 24px 8px 8px 8px; font-size: 2.8rem; font-weight: 600; line-height: 135%; }
.page2 .box p{padding: 0px 8px; color: #505050; line-height: 140%; font-size: 2.0rem;}

.page3 .title{text-align: center; margin-bottom: 60px;}
.page3 .box_wrap{display: flex; flex-wrap: wrap; align-items: center; gap: 40px 5%; justify-content: center;}
.page3 .box{border: 1px solid var(--color); border-radius: 50%;  position: relative; width: 25%;}
.page3 .box:after{content: ''; width: 100%; padding-bottom: 100%; display: block;}
.page3 .box .text{position: absolute; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center;}
.page3 .box .text h6{font-size: 1.4rem; color: var(--color); font-weight: 600; margin-top: 10px; margin-bottom: 2px; line-height: 140%;}
.page3 .box .text h2{font-size: 2.0rem; font-weight: 600; line-height: 140%; margin-bottom: 8px;}
.page3 .box .text p{font-size: 1.6rem; line-height: 150%; color: #505050; min-height: 48px;}

.page4{background: url("../img/bg4.png") no-repeat; background-size: cover; background-position: center; background-attachment: fixed;}
.page4 .title{text-align: center; margin-bottom: 60px;}
.page4 .title h6{color: #fff;}
.page4 .title h2{color: #fff;}
.page4 .box_wrap{display: flex; align-items: center; gap: 30px 6%;}
.page4 .img{width: 48%; text-align: right;}
.page4 .scroll{width: 47%; background: #fff; height: 638px; overflow-y: scroll;}
.page4 .scroll li{padding: 0px 32px; border-bottom: 1px solid #E5E5EC; height: 80px; }
.page4 .scroll li a{ display: flex; justify-content: space-between; align-items: center; height: 100%;}
.page4 .scroll li .h2{font-size: 1.8rem; font-weight: 600; color: var(--color); min-width: 200px; display: inline-block;}
.page4 .scroll li .h3{width: 100%; font-size: 2.2rem; font-weight: 500;}
.page4 .scroll li .h4{white-space: nowrap; font-size: 1.6rem; color: #505050; font-weight: 500;}

.page5{position: relative}
.page5 .title{text-align: center; margin-bottom: 60px;}
.page5 .swiper-slide h2{font-size: 2.8rem; font-weight: 600; margin: 20px 0px 4px 0px;}
.page5 .swiper-slide ul{display: flex; gap: 8px 12px;}
.page5 .swiper-slide ul li{font-size: 1.6rem; color: var(--color); font-weight: 500;}
.page5 .swiper-slide img{width: 100%;}
.page5 .p5_prev{position: absolute; top: 50%; left: -14%; cursor: pointer;}
.page5 .p5_next{position: absolute; top: 50%;right: -14%; cursor: pointer;}

.page6{background: url("../img/bg6.png") no-repeat; background-size: cover; background-position: center bottom; padding: 150px 0px 280px 0px;}
.page6 .title{text-align: center; margin-bottom: 70px;}
.page6 .title h2{margin-bottom: 60px;}
.page6 .title h3{font-size: 3.2rem; font-weight: 500; line-height: 130%;}
.page6 .title h3 b{color: var(--color)}

.page7 .title{text-align: center; margin-bottom: 60px;}

.page8{background: url("../img/bg8.png") no-repeat; background-size: cover; background-position: center; position: relative; padding-bottom: 200px;}
.page8 .title{margin-bottom: 50px;}
.page8 .title h6{color: #fff;}
.page8 .title h2{background: linear-gradient(90deg, #D99D4D -0.09%, #FEF9D0 8.73%, #D99D4D 12.55%, #D99D4D 16.64%, #FEF9D0 20.43%, #D99D4D 27.57%, #D99D4D 37.88%, #FEF9D0 41.39%, #D99D4D 53.16%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.page8 .bx-wrapper{width: 100% !important; background: none !important; box-shadow: none !important; max-width: initial !important; border: none !important; margin-bottom: 40px !important;}
.page8 .bx-wrapper li{width: auto !important;}
.page8 .bar{display: block; text-align: center;}
.page8 .bar img{width: 80%;}
.page8 .point1{position: absolute; left: -10%; bottom: -105px; width: 24%;}
.page8 .point1 img{width: 100%;}
.page8 .point2{position: absolute; right: -10%; bottom: -105px; width: 24%;}
.page8 .point2 img{width: 100%;}

.ft_service{border-top:1px solid #F1F1F5; border-bottom: 1px solid #F1F1F5; padding: 28px 0px;}
.ft_service ul{display: flex; align-items: center; gap: 0px 2%;}
.ft_service ul a{color: #505050; font-size: 1.4rem;}
.ft_service ul span{color: #E5E5EC; font-size: 1.3rem;}
#ft{background: #fff; border-top:1px solid #F1F1F5}
#ft .footer{display: flex; gap: 0px 4%;}
#ft .footer .ft_info{text-align: left;}
#ft .footer .ft_info li{ margin-bottom: 8px; color: #505050; font-size: 1.3rem;}
#ft .footer .ft_info a{ margin-bottom: 8px; color: #505050; font-size: 1.3rem;}

#ctt{width: 92%; max-width: 1200px; margin: 180px  auto 120px auto; padding: 20px; border: 1px solid #e1e1e1;}
.ctt_admin{position: absolute; top: 100px;}

@media all and (max-width: 1500px){
    #header .head_menu .pmenu{gap: 0px 8%;}
}
@media all and (max-width: 1200px){
    #header .head_menu .pmenu a{font-size: 1.7rem;}
    #header .head_menu .pmenu .top_call{font-size: 1.6rem;}
    #header .head_menu .pmenu .top_call svg{width: 20px; height: 20px;}
    #header .head_menu .logo img{width: 170px;}
    .page4 .scroll li .h2{min-width: 140px;}
    .page4 .scroll li{padding: 0px 24px; height: 65px;}
    .page4 .scroll li .h3{font-size: 1.8rem;}
    .page4 .img img{width: 100%;}
    .page5 .swiper-slide ul{flex-wrap: wrap;}
}
@media all and (max-width: 1024px){
    .main{margin-top: 60px; height: 720px;}
    .text_wrap h6{font-size: 2.0rem ;}
    .text_wrap h2{font-size: 3.6rem;}
    .text_wrap p{font-size: 1.8rem;}
    .text_wrap .control_wrap{margin-top: 36px;}
    .text_wrap .con_wrap{margin-bottom: 26px;}
    .text_wrap .con_wrap span{width: 45px; height: 60px;}
    .swiper-progress-bar{width: 120px;}
    .text_wrap svg{width: 30px; height: 30px;}
    .title h6{font-size: 1.9rem;}
    .title h2{font-size: 3.2rem;}
    .page1 .box span{width: 38px; height: 38px; font-size: 2.2rem; top: -19px;}
    .page1 .box div img{width: 80px;}
    .page1 .box{padding: 45px 20px 60px 20px;}
    .page1 .box div{margin-bottom: 10px;}
    .page1 .box h2{font-size: 2.3rem;}
    .page1 .box p{font-size: 1.6rem;}
    .page2 .box h2{font-size: 2.3rem; padding: 18px 4px 4px 4px;}
    .page2 .box p{font-size: 1.6rem; padding: 0px 4px}
    .page3 .box_wrap{gap: 40px 3%;}
    .page3 .box{width: 27%;}
    .page3 .box .text img{width: 60px;}
    .page3 .box .text h6{margin-top: 5px;}
    .page3 .box .text h2{font-size: 1.8rem; margin-bottom: 5px;}
    .page3 .box .text p{font-size: 1.4rem;}
    .page4 .img{width: 40%;}
    .page4 .scroll{width: 55%;}
    .page4 .scroll{height: 520px}
    .page4 .scroll li .h2{font-size: 1.7rem; min-width: 125px;}
    .page4 .scroll li .h3{font-size: 1.7rem;}
    .page5 .swiper-slide h2{font-size: 2.3rem; margin: 15px 0px 4px 0px;}
    .page5 .swiper-slide ul li{font-size: 1.5rem;}
    .page6{padding: 80px 0px;}
    .page6 .title h2{margin-bottom: 35px;}
    .page6 .title h3{font-size: 2.6rem;}
}
@media all and (max-width: 900px){
    .page1 .box p br{display: none;}
    .page1 .box_wrap{flex-wrap: wrap;}
    .page1 .box{width: 48.5%;}
    .page2 .box_wrap{flex-wrap: wrap;}
    .page2 .box{width: 48.5%;}
    .page3 .box_wrap span{display: none;}
    .page3 .box{width: 31%;}
    .page4 .scroll li{height: 60px;}
    .page4 .scroll{height: 420px;}
    #formmail-write{max-width: 650px;}
    .pic_lt_block ul{flex-wrap: wrap}
    .pic_lt_block li{width: 48.5%;}
}
@media all and (max-width: 850px){
    .ft_service{padding: 15px 0px;}
    #ft .footer .flogo svg{width: 150px;}
    .page4 .box_wrap{flex-direction: column;}
    .page4 .img{width: 80%;}
    .page4 .scroll{width: 100%;}
    .page4{background-attachment: initial;d}
}
@media all and (max-width: 768px){
    .main{height: 580px;}
    .text_wrap h2{font-size: 3.0rem;}
    .text_wrap p{font-size: 1.6rem;}
    .text_wrap p br{display: none;}
    .page1 .box{width: 100%; padding: 40px 20px 50px 20px;}
    .page1 .box p{font-size: 1.7rem;}
    .title h2{font-size: 2.8rem; letter-spacing: -0.06em}
    .page2 .box{width: 100%;}
    .page2 .box p{font-size: 1.7rem;}
    .page3 .box{width: 100%; border-radius: 5px; padding: 10px 0px 20px 0px;}
    .page3 .box:after{display: none;}
    .page3 .box .text h2{font-size: 2.0rem;}
    .page3 .box .text{position: initial;}
    .page3 .box .text p{min-height: initial; font-size: 1.6rem;}
    .page3 .box_wrap span{display: block; transform: rotate(90deg)}
    .page3 .box_wrap{gap: 20px 3%;}
    .page4 .scroll li .h2{font-size: 1.5rem; min-width: 110px; letter-spacing: -0.06em;}
    .page4 .scroll li .h3{letter-spacing: -0.06em}
    .pic_lt_block li{width: 100%;}
    #ft .footer{flex-direction: column; align-items: flex-start; gap: 25px 0px;}
    #formmail-write .h3{min-width: 80px;}
    #formmail-write .form-group input[type=text]{height: 48px;}
    .form-footer button{height: 52px;}
    .page6 .title h2{margin-bottom: 20px;}
    .page6 .title h3{font-size: 2.0rem;}
    .page8{padding-bottom: 80px;}
    .page8 .point1{bottom: -60px; display: none;}
    .page8 .point2{bottom: -60px; display: none;}
    #ft{padding-bottom: 80px;}
}
@media all and (max-width: 700px){

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

}
