@charset "UTF-8"; /* */

main { margin-top: 11rem; } 

.index_main .section1 { height: calc(100vh - 11rem); position : relative; } 
.arrow_white img { filter: brightness(0) invert(1); } 
.s1Swiper_arrow { width: 85%; } 

.index_main .section1 .s1Swiper .swiper-pagination { bottom: 3rem; left: 50%; transform: translateX(-50%); } 
.index_main .section1 .s1Swiper .swiper-pagination-bullet { width: 1.7rem; height: 1.7rem; } 

.index_main .section1 .s1Swiper { height: 100%; overflow: hidden; } 
.index_main .section1 .s1Swiper .swiper-slide { height: 100%; position : relative; } 

.index_main .section1 .s1Swiper .swiper-slide[data-swiper-slide-index="0"] { background: url('./images/mainslide1.jpg') no-repeat right/cover; } 
.index_main .section1 .s1Swiper .swiper-slide[data-swiper-slide-index="1"] { background: url('./images/mainslide2.jpg') no-repeat 80%/cover; } 
.index_main .section1 .s1Swiper .swiper-slide[data-swiper-slide-index="2"] { background: url('./images/mainslide3.jpg') no-repeat center/cover; } 
.index_main .section1 .s1Swiper .swiper-slide[data-swiper-slide-index="3"] { background: url('./images/mainslide4.jpg') no-repeat center/cover; } 
.index_main .section1 .s1Swiper .swiper-slide[data-swiper-slide-index="4"] { background: url('./images/mainslide5.jpg') no-repeat center/cover; } 


.index_main .section1 .s1Swiper .swiper-slide .txt { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: fit-content !important; white-space: nowrap; } 

.index_main .section1 .s1Swiper .swiper-slide .txt.right { left: unset; right: 12%; transform: translateY(-50%); text-align: right; } 

.index_main .section1 .s1Swiper .swiper-slide .txt.left { left: 25%; } 

.index_main .section1 .s1Swiper .swiper-slide .txt.shadow { text-shadow:0px 0px 10px rgba(0, 0, 0, 0.2); color: #fff; } 

.index_main .section1 .s1Swiper .swiper-slide[data-swiper-slide-index="0"] .txt.right { right: 20%; } 
.index_main .section1 .s1Swiper .swiper-slide .txt .line { width: 30rem; height: .5px; } 
.index_main .section1 .s1Swiper .swiper-slide[data-swiper-slide-index="0"] h1 { font-weight: 300; font-size: clamp(4rem, 6vw, 11rem); font-family: 'MiceGothic', sans-serif; } 
.index_main .section1 .s1Swiper .swiper-slide h1 { font-weight: 300; font-size: clamp(4rem, 6vw, 9rem); font-family: 'MiceGothic', sans-serif; } 
.index_main .section1 .s1Swiper .swiper-slide h5 { font-weight: 500; font-size: clamp(1.8rem, 2.5vw, 3rem); } 
.index_main .section1 .s1Swiper .swiper-slide .txt b { letter-spacing: -.15rem; } 


.index_main .section2 .left { width:56rem; background: #e9b18a; display: flex; justify-content: end; position : relative; } 
.index_main .section2 .bg_logo { position : absolute; bottom: -4rem; left: -4rem; z-index: 0; } 
.index_main .section2 .left .txt { height: 100%; display: flex; flex-direction: column; justify-content: space-between; position : relative; z-index: 1; } 
.index_main .section2>div { padding: 11rem 8rem; } 
.index_main .section2 .right { flex: 1; background:#f3ede9; } 


.more { position: relative; border: 1px solid; padding: 1rem 3rem; display: flex; border-radius: 3rem; width: fit-content; font-size: 1.8rem; font-weight: 500; line-height: 1; transition: all 300ms ease-in-out; overflow: hidden; z-index: 1; } 
.more1 { border-color: var(--main2); color: var(--main2); background: #ffffffaa; overflow: hidden; z-index: 1; } 
.more2 { border-color: #fff; color: #fff; } 

@media (hover: hover){
.more:after { position: absolute; content: ""; width: 100%; height: 0; top: 0; left: 0; z-index: -1; border-radius: 3rem; transition: all 0.3s ease; } 
.more:hover:after { top: auto; bottom: 0; height: 100%; } 
.more:active { top: 2px; } 
.more1:after { background: var(--main2); } 
.more2:after { background: var(--main2); } 
.more1:hover { color: #fff; } 

.index_main .section3 .more2:after { background: #fff; } 
.index_main .section3 .more2:hover { color: var(--main2); } 
}

/* ========================= */


.index_main .section3 { position : relative; } 
.index_main .section3 .inner1 { overflow: hidden; position : relative; } 

.index_main .section3 .accordion_list { display: flex; gap: 2rem; justify-content: space-between; padding: 0; cursor: grab; overflow: hidden; scrollbar-width: none; -ms-overflow-style: none; } 

.index_main .section3 .accordion_list::-webkit-scrollbar { display: none; /* Chrome */ } 


.index_main .section3 .acc_item { display: flex; flex-direction: column; position: relative; width: calc((100% - 70rem) / 2); height: 50rem; padding: 8rem 6rem; border-radius: 3rem; background: #f3ede9; overflow: hidden; transition: width 1s cubic-bezier(0.4, 0, 0.2, 1), background 0.5s; cursor: pointer; flex-shrink: 0; will-change: width; transform: translateZ(0); -webkit-transform: translateZ(0); } 

.index_main .section3 .acc_img { width: 33rem; position : absolute; right: 0; bottom: 0; opacity: .6; } 

.index_main .section3 .acc_text { width: 35rem; height: 100%; color: #fff; opacity: 0; visibility: hidden; transition: opacity 0.3s; display: flex; flex-direction: column; justify-content: start; } 

.index_main .section3 .acc_text .more2 { justify-self: end; } 
.index_main .section3 .acc_text div { flex: 1; } 
.index_main .section3 .acc_text div p { color: #fff; padding-left: 1rem; position : relative; } 

.index_main .section3 .acc_text div p:after { content: ""; position : absolute; top: 1.4rem; left: 0; display: block; width: 2px; height: 2px; background: #fff; } 
.index_main .section3 .acc_text span { font-size: 3.2rem; } 


/* 열린 상태 (on 클래스가 붙었을 때) */
.index_main .section3 .acc_item.on { width: 66rem; background: linear-gradient(90deg, #eb6100 0%, #ffa361 100%); } 
.index_main .section3 .acc_item.on .acc_text { opacity: 1; visibility: visible; transition-delay: 0.2s; } 
.index_main .section3 .acc_item.on .acc_img { opacity: 1; } 



/* ========================= */


.index_main .section4 { background: url(./images/index_s4_bg.jpg) no-repeat center/cover; } 
.index_main .section4 .right { width: 100%; max-width: 80rem; } 
.index_main .section4 .right li+li { margin-top: 3.5rem; } 
.index_main .section4 .right li { border: 1px solid #aaa5a1; border-radius: 3rem; height: 20rem; padding-left: 7rem; transition: border 0.3s ease-in-out, background 0.3s ease-in-out; } 
.index_main .section4 .right li .txt { flex: 1; } 
.index_main .section4 .right li:hover { background: #ffffffaa; border: 1px solid transparent } 



/* ========================= */

.index_main .section5 { background: #14497d url(./images/index_s5_bg.jpg) no-repeat top/cover; } 

.index_main .section5 .txt * { color: #fff; } 

.index_main .section5 ul { gap: 7rem 4rem; } 

.index_main .section5 ul li { width: calc(100% / 3 - 3rem); } 

.index_main .section5 ul li .txt h1 { color: #f5e5d9; font-weight: 700; margin-top: 4rem; } 
.index_main .section5 ul li .txt h3 { color: #ff8129; font-weight: bold; margin-bottom: 1rem; } 
.index_main .section5 ul li .txt p { font-weight: normal; } 




/* ========================= */
/* 자필후기 */
.s6Swiper_arrow,
.s7Swiper_arrow { width: 95%; top: 47%; } 
.s6Swiper_pagination { display: none; } 
.index_main .section6 { background: url(./images/index_s6_bg.jpg) no-repeat center/cover; position : relative; } 

.index_main .section6 .inner2 { position : relative; } 
.index_main .section6 .s6Swiper { max-width: 1200px; margin: 0 auto; overflow: hidden; } 

.index_main .section6 .s6Swiper .swiper-slide .per100 { border-radius: 3rem; border: 1px solid #85807c; overflow: hidden; width: 99.5%; } 
.index_main .section6 .s6Swiper .swiper-slide .txt { padding: 3rem 2rem 0; } 




/* ========================= */
/* 둘러보기 */

.index_main .section7 { background: #f5e5d9; position : relative; } 

.index_main .section7 .inner1 { margin: 0 auto; padding: 0 3rem; position : relative; } 
.index_main .section7 .s7Swiper { overflow: hidden; border-radius: 3rem; max-width: 100rem; height:60rem; margin: 0 auto; } 

.index_main .section7 .s7Swiper .swiper-slide a { display: flex; align-items: center; width: 100%; overflow: hidden; height:100%; } 
.index_main .section7 .s7Swiper .swiper-slide a img { width: 100%; height: 100%; object-fit: cover; } 



.sub501 .section1 ul li:not(:last-child)::after,
.index_main .section8 ul li:not(:last-child)::after { content: ""; position : absolute; bottom: 0; right: -5rem; width: 1px; height: 80%; background: #dedede; } 

.sub501 .section1 ul h4,
.index_main .section8 ul h4 { margin: 2rem 0 1rem; } 


.sub501 .section1 ul li .red,
.index_main .section8 ul li .red { color: #e50000; } 

.sub501 .section1 ul li p,
.index_main .section8 ul li p { line-height: 1.5; } 
.sub501 .section1 .txt,
.index_main .section8 .txt { padding:0 2.5rem 0 5rem; } 


.index_main .section9 { height: 54rem; } 
.index_main .section9 .left { width: 50% !important; height: 100%; } 
.index_main .section9 .right { background: var(--color30); padding: 7rem 0 7rem 9vw; } 
.index_main .section9 .right ul { display: inline-block; } 
.index_main .section9 .right .txt>h4 { color: #f5a166; line-height: 1; margin-bottom: 1rem; } 
.index_main .section9 .right .txt * { color: #fff; } 
.index_main .section9 .right .txt span { width: 13rem; display: inline-block; } 



/* Media Queries */

@media (max-width: 1400px){
.index_main .section6 .s6Swiper { max-width: none; width: 90%; } 
}
@media (max-width: 1300px){
.index_main .section6 .s6Swiper { margin-bottom: 3rem; } 
}

@media (max-width: 1200px){
.s7Swiper_arrow { width: 90%; } 
.s7Swiper_arrow .ph { font-weight: 500; background: #0000004f; border-radius: 50%; padding: 1rem; color: #fff; } 
}

@media (max-width: 1024px){
.index_main .section2 { flex-direction: column; } 
.index_main .section2 .left { width: 100%; justify-content : start; text-align: center; align-items: center; } 
.index_main .section2 .left .txt br { display: none; } 
.index_main .section2 .left .txt .more { margin-top: 3rem; } 
.index_main .section2 .bg_logo { left: 76vw; bottom: 2rem; z-index: 0; width: 20%; } 
.index_main .section4 .inner1 { flex-direction: column; } 
.index_main .section4 .inner1 .left { width: 100%; text-align: center; } 
.index_main .section4 .right { max-width: none; } 

.s7Swiper_arrow { width: 80%; top: 45%; } 
.sub501 .section1 ul,
.index_main .section8 ul { gap: 5rem; } 
.sub501 .section1 ul li:not(:last-child)::after, .index_main .section8 ul li:not(:last-child)::after { right: -3rem; } 
}


@media (max-width: 992px){
.index_main .section1 .s1Swiper .swiper-slide[data-swiper-slide-index="0"] { background: url('./images/mainslide1.jpg') no-repeat 80%/cover; } 
.index_main .section1 .s1Swiper .swiper-slide[data-swiper-slide-index="1"] { background: url('./images/mainslide2.jpg') no-repeat 70%/cover; } 


.s1Swiper_arrow { width: 95%; } 
.arrow_controller img { width: 2.5rem; } 


.index_main .section2>div { padding: 8rem 3rem; } 

.index_main .section3 .acc_item { width: calc((100% - 64rem) / 2); padding: 8rem 4rem; } 
.index_main .section3 .acc_item.on { width: 60rem; } 
.index_main .section3 .acc_img { width:25rem; right: -5rem; } 
.index_main .section3 .acc_item.on .acc_img { right: 0; } 

.index_main .section5 ul li { width: 100%; } 

.index_main .section7 .s7Swiper { height: 50vw; } 

.sub501 .section1 ul li:nth-child(2)::after,
.index_main .section8 ul li:nth-child(2)::after { display: none; } 
.sub501 .section1 ul li,
.index_main .section8 ul li { flex: 0 0 calc(50% - 2.5rem); } 

.index_main .section9 { flex-direction: column; height: auto; } 
.index_main .section9 .left { height: 30rem; width: 100% !important; } 
.index_main .section9 .right img { width: 3rem; } 
.index_main .section9 .right { display: grid; place-content: center; padding: 7rem 0; } 
.index_main .section9 .right ul { margin-left: -1rem; } 
}




@media (max-width: 768px){
.index_main .section1 .s1Swiper .swiper-slide[data-swiper-slide-index="0"] { background: url('./images/m_mainslide1.jpg') no-repeat 70%/cover; } 
.index_main .section1 .s1Swiper .swiper-slide[data-swiper-slide-index="1"] { background: url('./images/m_mainslide2.jpg') no-repeat center/cover; } 
.index_main .section1 .s1Swiper .swiper-slide[data-swiper-slide-index="4"] { background: url('./images/m_mainslide5.jpg') no-repeat center/cover; } 

.index_main .section1 .s1Swiper .swiper-slide[data-swiper-slide-index="1"] .txt.left { top: 10rem; left: 50%; transform: translateX(-50%); text-align: center; } 

.index_main .section1 .s1Swiper .swiper-slide .txt.left { left: 5%; transform: translateY(-50%); } 

.index_main .section1 .s1Swiper .swiper-slide[data-swiper-slide-index="0"] .txt.right,
.index_main .section1 .s1Swiper .swiper-slide .txt.right { right: 5%; } 

.index_main .section3 .pc_show { display: none; } 
.index_main .section3 .m_show { display: block; overflow: hidden; } 
.index_main .section3 .acc_item.on { width: 100% !important; } 
.index_main .section3 .s3Swiper .swiper-slide .acc_item { background: #f3ede9 !important; } 
.index_main .section3 .s3Swiper .swiper-slide-active .acc_item { background: linear-gradient(90deg, #eb6100 0%, #ffa361 100%) !important; } 

.index_main .section4 .right li { padding: 0 3rem; gap: 3rem; } 
.index_main .section4 .right li p:has(img) { width: 7rem; } 

.index_main .section5 { background: url(./images/m_index_s5_bg.jpg) no-repeat top/contain #14497d; } 


.index_main .section6 .s6Swiper { width: 80%; } 

.sub501 .section1 .txt,
.index_main .section8 .txt { padding: 0 1rem; } 
}

@media (max-width: 480px) {.index_main .section1 .s1Swiper .swiper-slide[data-swiper-slide-index="0"] h1 { font-size: 7rem; } 

.arrow_controller img { width: 1.5rem; } 
.index_main .section5 ul li { width: 100%; } 
.index_main .section7 .s7Swiper { height: 40rem; } 
}



/* ************************************** */
/* ************************************** */
/* ************************************** */
/* ************************************** */
/* SUB */






.m_show { display: none; } 

.subtop .inner2 { display: grid; height: 50rem; position : relative; } 
.subtop .txt { color: #fff; text-align: center; place-self: center; } 
.subtop .txt h1 { font-family: 'MiceGothic', sans-serif; font-weight: 600; color: #fff; } 


/* 기본 아코디언 아이템 */
.accordionWrap { position : absolute; z-index: 10; display: flex; align-items: center; width: 60rem; height: 5rem; bottom: 1rem; } 

.accordionWrap .home { background: #fff; width: 3.5rem; height: 3.5rem; border-radius: 50%; color: #382315; font-size: 2.2rem; display: grid; place-content: center; transition: all 300ms ease-in-out; } 
.accordionWrap .home i { color: #382315; transition: all 300ms ease-in-out; } 
.accordionWrap .home:hover { background: var(--main2); } 
.accordionWrap .home:hover i { color: #fff; } 

.accordionHeader { display: flex; align-items: center; cursor: pointer; text-align: center; justify-content: space-between; transition: background 0.3s; color: #fff; } 

.accordionHeader i { font-size: 2.5rem; color: #fff; transition: transform 0.3s ease; } 
.accordionHeader.active i { transform: rotate(180deg); } 

.accordionItem { flex: 1; position : relative; } 
.accordionItem:first-of-type:after { content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 70%; background: #ffffff60; } 


.accordionContent { position: absolute; top: 4rem; border-radius: 1rem; left: 50%; transform: translateX(-50%); width: 90%; z-index: 999; overflow: hidden; box-shadow: 0px 0px 10px 9px rgba(0,0,0,0.02); border: 1px solid #f3f3f3; background: #fff; } 


.accordionContent li { text-align: center; } 
.accordionContent li a { display: block; padding: 1rem 0; font-size: 1.5rem; color: #444; border-bottom: 1px solid #e2e2e2; transition: all 0.2s ease; } 
.accordionContent li:last-child a { border-bottom: none; } 
.accordionContent li a.on { color: #382315; font-weight: 800; background: #ffeee8; } 
.accordionContent li a:hover { background: #ffeee8; color: #382315; font-weight: 800; } 



/* ************************************** */
/* ************************************** */

/* sub 공통 */
/* 배경 그라데이션 */
.sub:not(.sub1) section { padding: 11rem 0; } 
.sub_title_bg { width: 100%; height: 40rem; margin: 0 auto; border-radius: 3rem; margin-bottom: 5rem; max-width: 1400px; } 

/* .section1 .txt { margin-left: 0; } */
.section_title { font-weight: 600; line-height: 1.2; margin-bottom: 5rem; } 


.bg_img::before { content: ''; position: absolute; inset: 0; background: var(--bg) center/cover no-repeat; opacity: var(--opacity, 0.7); z-index: 0; } 
.bg_img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, var(--color, transparent) 24%, transparent 34%); z-index: 1; } 
.bg_img { position: relative; overflow: hidden; } 


.intro-section.orange-section { background: linear-gradient(to bottom, #fff0e6, #ffe0ca); padding: 11rem 0; } 
.intro-section.blue-section { background: linear-gradient(to bottom, #eef5fc, #c3ddf2); padding: 11rem 0; } 
/* .intro-section:not(:has(table)) .left { width: 60rem; } */
.intro-section:has(table) .left { width: 50rem; } 


.sub:not(.sub5, .sub6) table.sub_table { font-size: 2rem; width: 100%; border-collapse:collapse } 
.sub:not(.sub5, .sub6) table.sub_table th { padding: 2rem; } 
.sub:not(.sub5, .sub6) table.sub_table td { padding: .7rem 3rem; } 
.sub:not(.sub5, .sub6) table.sub_table tbody tr:first-child td { padding-top: 2rem; } 
.sub:not(.sub5, .sub6) table.sub_table tbody tr:last-child td { padding-bottom: 2rem; } 

.sub:not(.sub5, .sub6) table.orange_table th { background: #ffcba7; } 
.sub:not(.sub5, .sub6) table.orange_table td { background: #fdf6f2; } 
.sub:not(.sub5, .sub6) table.orange_table td:first-child,
.sub:not(.sub5, .sub6) table.orange_table th:first-child { border-right: 1px solid #ffbd90; } 

.sub:not(.sub5, .sub6) table.white_table th { background: #e6ebf0; } 
.sub:not(.sub5, .sub6) table.white_table td { background: #ffffff33; color: #fff; } 
.sub:not(.sub5, .sub6) table.white_table td:not(:last-child),
.sub:not(.sub5, .sub6) table.white_table th:not(:last-child) { border-right: 1px solid #fff; } 

/* num 숫자세기 */
.num { position : absolute; top: -1.5rem; left: 49%; transform: translateX(-50%); font-size: 8rem; font-weight: 900; letter-spacing: -.6rem; color: #dfdddb; line-height: 1; text-align: center; } 
.num::before { counter-increment: num; content: counter(num, decimal-leading-zero); } 
.num_list .num { left: 1rem; transform: translateX(0); } 

/* list 관련 */
.step_count { counter-reset: step; } 
.num_count { counter-reset: num; } 
.num_list { display: flex; flex-wrap: wrap; gap: 2rem; justify-content: center; } 
.num_list li { position: relative; display: grid; background: #fff; place-content: center; text-align: center; height: 24rem; border-radius: 3rem; padding: 0 2rem; overflow: hidden; flex: 1; } 
.num_list.li4 li { flex: 1; } 
.num_list.li3 li { flex: 0 0 calc((100% - 4rem) / 3); } 

/* step 숫자세기 */
.step_num { position : absolute; left: 1rem; top: -1rem; transform: translateX(0); font-size: 5rem; letter-spacing: -.5rem; } 
.step_num::before { counter-increment: step; content: "STEP "; font-weight: normal; opacity: .7; } 
.step_num::after { content: counter(step, decimal-leading-zero); font-weight: 900; opacity: .7; } 
.num_list.orange_li_bg li { background: linear-gradient(135deg, #ff7718, #ff8d3e); } 


.circle_list { counter-reset: num; flex-wrap: wrap; display: flex; } 
.circle_list li .circle { width: 100%; position : relative; aspect-ratio: 1/1; background: var(--light_orange); display: grid; place-content: center; border-radius: 50%; padding: .5rem; } 

.circle_list.li3 li { width: 28rem; } 
.circle_list.li4 li { width: 22rem; } 
.circle_list.li4 { gap:1rem 3rem; } 

.num_list.with_pic li { height: 25rem; display: flex; flex: 1; padding: 2rem; background: #fff; flex-direction: column; justify-content: end; } 
.with_pic .text-center { position : relative; z-index: 2; font-weight: bold; } 


.right_list li { border-radius: 3rem; text-align: center; padding: 1.5rem; } 
.right_list li p { line-height: 1.3; } 
.right_list li+li { margin-top: 1rem; } 

.right_list.white_ver li { background: #fff; } 
.right_list.blue_ver li { background: var(--main1); } 

/* 둥근박스 텍스트 */
.txt_box { line-height: 1.7; padding: 3rem; border-radius: 3rem; background: #fff; text-align: center; } 
.txt_box.orange_txt_box { border: 1px solid var(--light_orange); background: #fdf6f2; } 

.last { background: var(--main1); position : relative; } 
.last:not(:has(.bg_icon)) { background: url(./images/last_bg.jpg) no-repeat left/cover; } 
.last ul:not(.num_list) { display: inline-block; margin-top: 5rem; position : relative; z-index: 1; } 
.last ul:not(.num_list) li { display: flex; gap: 5rem; align-items: center; } 
.last ul:not(.num_list) li h3 { color: #fff; font-weight: bold; flex: 1; text-align: left; } 
.last ul:not(.num_list) li h4 { font-weight: bold; width: 25rem; padding: 1rem; background: #335c85; color: #fff; border-radius: 3rem; text-align: center; } 
.last ul.time_list li+li { margin-top: 1.5rem; } 

/* 배경 아이콘 */
.bg_icon { position : absolute; bottom: -1rem; left: 10rem; z-index: 0; } 

.sub1 h1.title { margin :11rem 0 8rem } 

.sub1 .subtop { background: url(./images/sub1_top_bg.jpg) center/cover no-repeat; } 
.sub2 .subtop { background: url(./images/sub2_top_bg.jpg) center/cover no-repeat; } 
.sub3 .subtop { background: url(./images/sub3_top_bg.jpg) center/cover no-repeat; } 
.sub4 .subtop { background: url(./images/sub4_top_bg.jpg) center/cover no-repeat; } 
.sub5 .subtop { background: url(./images/sub5_top_bg.jpg) center/cover no-repeat; } 
.sub6 .subtop { background: url(./images/sub6_top_bg.jpg) center/cover no-repeat; } 


/* ************************************** */
/* ************************************** */
/* ************************************** */
/* sub1 */
.sub101 .section1 { position : relative; } 
.sub101 .section1 .left p span { font-size: 5.4rem; letter-spacing: -.3rem; } 
.sub section .bg_logo { position: absolute; bottom: 10rem; right:5vw; width: 20vw; z-index: -1; } 
.sub101 .section1 .right { flex: 1; } 
.sub102 .section1 .left { background: url(./images/sub102_doc_bg.png) center/cover no-repeat; height: 62rem; width: 50rem; display: flex; align-items: flex-end; justify-content: center; } 

/* ************************************** */
.sub102 .section1 .right { flex: 1; } 
.sub102 .section1 .right span { font-size: 3.2rem; } 
.sub102 .section1 .line { width: 100%; height: 1px; background: #8b8078; margin: 2rem 0; } 
.sub102 .section1 .right ul li { flex: 1; } 
.sub102 .section1 .right ul li p { line-height: 2; } 

/* ************************************** */
.sub103 .glightbox { width: 100%; } 
.sub103 .sub103_Swiper2 { height: 60rem; border-radius: 3rem; overflow: hidden; position: relative; } 
.sub103 .sub103_Swiper2 .swiper-slide { display: flex; align-items: center; } 
.sub103 .swiper-slide img { width: 100%; height: 100%; object-fit: cover; cursor: pointer; } 

/* 하단 썸네일 slide */
.sub103 .sub103_Swiper1 { height: 9.5rem; padding-top: 3rem; overflow: hidden; } 
.sub103 .sub103_Swiper1 .swiper-slide { opacity: 0.4; } 
.sub103 .sub103_Swiper1 .swiper-slide-thumb-active { opacity: 1; } 
.sub103 .sub103_Swiper_arrow { width: 95%; } 
.sub103 .sub103_Swiper_arrow i { color: #fff; } 
.sub103 .sub103_Swiper_arrow img { width: 1.5rem; } 
.sub103 .arrow_controller div { display: grid; place-items: center; width: 5rem; height:5rem; border-radius: 50%; background: #00000056; } 

/* ************************************** */
.sub104 .section1 .map { height: 50rem; } 
.sub104 .section1 .left .first { background: var(--main1); border-bottom-right-radius:15rem; position : relative; } 
.sub104 .section1 .left .second { margin-right: 4rem; } 

.sub104 .section1 .left .box { padding: 6rem 10rem 6rem 0; display: grid; place-content: center end; } 
.sub104 .section1 .right .box { padding: 6rem 0 0rem 10rem; } 
.sub104 .section1 .con { margin-left: 5.5rem; line-height: 1.7; } 

.sub104 .section1 ul:has(.first) { width: calc(860 / 1920 * 100%); } 
.sub104 .section1 .first .con * { color: #fff; } 
.sub104 .section1 .first ul li { display: flex; align-items: center; } 
.sub104 .section1 .first ul li * { font-size: 2rem; } 
.sub104 .section1 .first ul li span { width: 15rem; } 

.sub104 .section1 .first .bg_logo { position : absolute; bottom: -1rem; left: -1rem; width: 15vw; opacity: .5; } 


/* ************************************** */
/* ************************************** */
/* ************************************** */
/* sub2 */
.sub201 .section1 .sub_title_bg { background: url(./images/sub201_top.jpg) no-repeat center/cover; } 
.sub201 .last { background: url(./images/sub201_last_bg.jpg) no-repeat center/cover; } 
/* ************************************** */
.sub202 .section1 .sub_title_bg { background: url(./images/sub202_top.jpg) no-repeat center/cover; } 
.sub202 .intro-section .left { height: 32rem; overflow: hidden; } 
.sub202 .intro-section .left img { height: 100%; } 
.sub202 .circle_list li { width: calc((100% - 8rem) / 5); } 
.sub202 .circle_list li .circle { overflow: hidden; padding: 1rem; background: #fff; } 
.sub202 .circle_list li .num { font-size: 6rem; top: -1rem; color: var(--light_orange); } 

.sub202 .section4 { background: url(./images/sub202_s4_bg.jpg) no-repeat center/cover; } 
/* ************************************** */
.sub203 .section1 .sub_title_bg { background: url(./images/sub203_top.jpg) no-repeat center/cover; } 
.sub203 .num_list li { height: 28rem; } 
.sub203 .section4 { background: url(./images/sub203_s4_bg.jpg) no-repeat center/cover; } 
.sub203 table.white_table th { width: calc(100% / 3); } 
.sub203 .section6 .num_list li { background: var(--light_blue); } 
/* ************************************** */
.sub204 .section1 .sub_title_bg { background: url(./images/sub204_top.jpg) no-repeat center/cover; } 
.sub204 .intro-section .bottom>div { width: 50%; } 
.sub204 .intro-section .cons .box,
.sub204 .intro-section .pros .num_list { height: 50rem; } 
.sub204 .intro-section .pros .num_list li { flex: 0 0 calc(50% - 1rem); } 
.sub204 .intro-section .cons .box { position : relative; display: flex; align-items: center; justify-content: center; border-radius: 3rem; background: #ffd6b9; } 
.sub204 .intro-section .cons .box p { position : absolute; bottom: 1rem; right: 1rem; } 
.sub204 .section3 { background: url(./images/sub204_s3_bg.jpg) no-repeat center/cover; } 
/* ************************************** */
.sub205 .section1 .sub_title_bg { background: url(./images/sub205_top.jpg) no-repeat center/cover; } 

.sub205 .section4 { background: url(./images/sub205_s4_bg.jpg) no-repeat right/cover; } 
.sub205 .section4 .bg_img::before { opacity: 1; } 
.sub205 .section4 .bg_img::after { background: linear-gradient(to top, var(--color, transparent) 19%, transparent 49%) } 




.sub205 .section4 .with_pic .num::before { -webkit-text-fill-color: #fff; -webkit-text-stroke: 4px var(--main2); paint-order: stroke fill; } 
.sub205 .section4 .num_list.with_pic li { padding: 0; border-radius: 0; background: transparent; height: auto; } 
.sub205 .section4 .num_list.with_pic li .bg_img { height: 25rem; } 


.sub205 table.sub_table td:not(:last-child),
.sub205 table.sub_table th:not(:last-child) { border-right: 1px solid var(--light_blue); } 


/* ************************************** */
/* ************************************** */
/* ************************************** */
/* sub3 */
.sub301 .section1 .sub_title_bg { background: url(./images/sub301_top.jpg) no-repeat center/cover; } 

.sub301 .bg_img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, var(--color, transparent) 5%, transparent 40%); z-index: 1; } 

.sub301 .section3 .num { font-size: 7rem; } 
.sub301 .section3 .con img { height: 5rem; } 
.sub301 .section3 .circle_list li { width: 25rem; } 

.sub301 .section3 .bottom li .box { height: 30rem; } 
.sub301 .section3 .bottom li:first-child .box { background: url(./images/sub301_s3_1.jpg)no-repeat center/cover; } 
.sub301 .section3 .bottom li:last-child .box { background: url(./images/sub301_s3_2.jpg)no-repeat center/cover; } 

.sub301 .last { background: url(./images/sub301_last_bg.jpg) no-repeat center/cover; } 
.sub301 .last .num_list li { gap: 2rem; background: #00376e; } 
/* ************************************** */
.sub302 .section1 .sub_title_bg { background: url(./images/sub302_top.jpg) no-repeat center/cover; } 

ul.pic_with_desc { display: flex; flex-wrap: wrap; gap: 5rem 2rem; } 
ul.pic_with_desc li { flex: 0 0 calc(50% - 1rem); } 

.sub302 .last { background: url(./images/sub302_last_bg.jpg) no-repeat center/cover; } 
.split_section .left { width: 35%; } 
/* ************************************** */
.sub303 .section1 .sub_title_bg { background: url(./images/sub303_top.jpg) no-repeat center/cover; } 
.sub303 .last { background: url(./images/sub303_last_bg.jpg) no-repeat 10%/cover; } 
/* ************************************** */
.sub304 .section1 .sub_title_bg { background: url(./images/sub304_top.jpg) no-repeat center/cover; } 
/* ************************************** */
.sub305 .section1 .sub_title_bg { background: url(./images/sub305_top.jpg) no-repeat 15%/cover; } 
.sub305 .last { background: url(./images/sub305_last_bg.jpg) no-repeat left/cover; } 
/* ************************************** */
.sub306 .section1 .sub_title_bg { background: url(./images/sub306_top.jpg) no-repeat 30%/cover; } 
.sub306 .last { background: url(./images/sub306_last_bg.jpg) no-repeat center/cover; } 
/* ************************************** */
.sub307 .section1 .sub_title_bg { background: url(./images/sub307_top.jpg) no-repeat center/cover; } 
.sub307 .section3 { background: url(./images/sub307_s3_bg.jpg) no-repeat center/cover; } 
.sub307 .section3 table th { background: #7e6858; } 
.sub307 .section3 table td:not(:last-child) { border-right: 1px solid #ffe7d5; } 
.sub307 .section4 { background: url(./images/sub307_s4_bg.jpg) no-repeat center/cover; } 
.sub307 .section4 .left { width: 50rem; } 

/* ************************************** */
/* ************************************** */
/* ************************************** */
/* sub4 */
.sub401 .section1 .sub_title_bg { background: url(./images/sub401_top.jpg) no-repeat center/cover; } 

.pic_with_desc.num_count li .box { height: 30rem; } 
.pic_with_desc.num_count .num { left: 3rem; transform: translateX(0); top: -1rem; } 
.pic_with_desc.num_count .num::before { -webkit-text-fill-color: #fff; -webkit-text-stroke: 4px var(--main2); paint-order: stroke fill; } 
.pic_with_desc.num_count .circle_num_list span { font-size: 2rem; font-weight: bold; width: 5rem; border-radius: 50%; aspect-ratio: 1/1; line-height: 1; } 
.pic_with_desc.num_count .circle_num_list li+li { margin-top: 1.5rem; } 
.pic_with_desc.num_count .bg_img::before { opacity: 1; } 
.pic_with_desc.num_count .bg_img::after { background: linear-gradient(to top, var(--color, transparent) 25%, transparent 40%); } 
.pic_with_desc.num_count .circle_num_list h5 { flex: 1; } 

.pic_with_desc.num_count { gap: 5rem 2rem; } 

.sub401 .section4 { background: url(./images/sub401_s4_bg.jpg) no-repeat center/cover; } 
.sub401 .section4 ul li { display: flex; justify-content: center; align-items: center; width: calc(50% - 1rem); border-radius: 3rem; overflow: hidden; height: 35rem; } 

.sub401 .section4 ul li:first-child { background: url(images/sub401_s4_1.jpg) no-repeat center/cover; } 

/* ************************************** */
.sub402 .section1 .sub_title_bg { background: url(./images/sub402_top.jpg) no-repeat center/cover; } 

.sub402 .section3 ul .left { width: 50rem; background: #ff9951; } 
.sub402 .section3 .num { left: unset; right: 3rem; transform: translateX(0); top: unset; bottom: -.5rem; color: var(--light_orange); } 
.sub402 .section3 .right .num_list li { width: calc(50% - 1rem); flex: unset; } 

.sub402 .section3 .num_list.with_pic li { padding: 1rem; } 

.sub402 .section3 .bg_img::after { background: linear-gradient(to top, var(--color, transparent) 18%, transparent 34%); } 

.sub402 .section3 .right_list li { padding: 2rem; } 
.sub402 .section3 .bg_img::before { opacity: 1; } 
.sub402 .section3 .num_count>li:nth-child(4) .bg_img::after { background: linear-gradient(to top, var(--color, transparent) 30%, transparent 50%); } 
.sub402 .section3 .num_count .right_list li p { line-height: 1.4; } 

.sub402 .section4 { background: url(./images/sub402_s4_bg.jpg) no-repeat center/cover; } 
.sub402 .section4 .mobile_table { display: none; } 
.sub402 .section4 table th { width: calc(100% / 3); } 
.sub402 .section4 table.sub_table td { padding: 1rem; } 

.sub402 .section5 .inner { isolation: isolate; } 
.sub402 .section5 .icon { position : absolute; top: 50%; transform: translateY(-50%); left: 25vw; z-index: -1; } 
/* ************************************** */
.sub403 .section1 .sub_title_bg { background: url(./images/sub403_top.jpg) no-repeat center/cover; } 
.sub403 .section3 table.sub_table td { padding: .7rem 1rem; } 



/* ************************************** */
/* ************************************** */
/* sub5 */
.sub502 .section1 .sub_title_bg { background: url(./images/sub502_top.jpg) no-repeat center/cover; } 
.sub502 .section4 { background: url(./images/sub502_s4_bg.jpg) no-repeat center/cover; } 
.sub502 .section4 .line { width: 3rem; height: 1px; background: var(--brown); margin: 2rem auto; } 
.sub502 .section4 .num_list>li { height: auto; display: unset; padding :7rem 0; place-content: start; } 
.sub502 .section4 .num_list>li h3 { font-size: 3rem; } 
.sub502 .section4 .num_list img { height: 4rem; } 
.sub502 .section4 .right_list { padding: 0 1.5rem; } 
.sub502 .section4 .right_list li { height: auto; width: 100%; padding: .7rem; } 
.sub502 .section4 .right_list li+li { margin-top: .7rem; } 

.sub502 .section5 .pic_with_desc li h3 span { font-size: 2rem; } 
.sub502 .section5 .pic_with_desc.num_count .num::before { -webkit-text-stroke: 4px var(--main1); } 

.sub502 .section6 .left { background: url(./images/sub502_s6_1.jpg) no-repeat center/cover; flex: 1; } 
.sub502 .section6 .bottom { background: url(./images/sub502_s6_bg.jpg) no-repeat 80%/cover; } 
.sub502 .last { background: url(./images/sub502_last_bg.jpg) no-repeat center/cover; } 


/* ************************************** */ 
.sub503 .section1 table { border-collapse: collapse; } 
.sub503 .section1 table th { background: #ffeee8; } 
.sub503 .section1 table th, .sub503 .section1 table td { padding: 1.5rem .5rem; font-size: 2rem; } 

.sub503 .section1 table .bg1 { background: #f8f8f8; } 
.sub503 .section1 table .bg2 { background: #f5f5f5; } 
.sub503 .section1 table tr:nth-child(even) { background: #fffafa; } 
.sub503 .section1 table td:not(:last-child) { border-right: 1px solid #eee; } 

.sub503 .section1 table td { text-align: center; border-bottom:1px solid #eee; } 

/* ************************************** */
.sub504 .section1 .img_box { height: 30rem; background: url(./images/sub504_top.jpg) no-repeat 30%/cover; } 
.sub504 .section1 .num_list li { width: calc(50% - 1rem); flex: unset; height: 20rem; } 
/* ************************************** */
/* ************************************** */
/* sub6 */


.sub602 .faq-header { border-bottom: 1px solid var(--main1); padding: 3rem; cursor: pointer; } 

.sub602 .faq-header .txt .big_num { font-size: 7rem; font-weight: 800; color: var(--main1); letter-spacing: -.5rem; line-height: .9; } 

.sub602 .faq-header.active h3, .sub602 .faq-header.active i,
.sub602 .faq-header.active .txt .big_num { color: var(--main2) !important; } 
.sub602 .faq-header.active { border-bottom-color: var(--main2); } 


.sub602 .faq-header i { font-size: 3rem; color: var(--main1); transition: transform 0.3s; transform: rotate(0); } 
.sub602 .faq-header i.rotated { transform: rotate(180deg); } 

.sub602 .faq-content { display: none; padding: 4rem 3rem; } 
.sub602 .faq-content .circle { width: 5.5rem; aspect-ratio: 1/1; display: grid; place-content: center; border-radius: 50%; line-height: 1; font-weight: bold; padding-bottom: 0.3rem; } 
.sub602 .faq-content .q { background: var(--brown); color: #fff; } 
.sub602 .faq-content .a { color: var(--brown); border: 1px solid var(--brown); } 
.sub602 .faq-content .line { background: var(--light_blue); width: 100%; height: 1px; margin: 4rem 0; } 

.sub602 .faq-content h5 { min-height: 5.8rem; flex: 1; } 

/* ************************************* */
/* ************************************* */



.sub603 .section1 { isolation: isolate; } 
.sub603 section ul li { flex: 0 0 calc((100% - 9rem) / 4); text-align: center; border: 1px solid #eee; background: #fff; } 
.sub603 section ul li img { width: 29rem; } 
.sub603 section .bg_logo { bottom: 0; } 
/* ************************************** */
.sub605 .bg_img::after { background:linear-gradient(to top, var(--color, transparent) 26%, transparent 44%) } 
.sub605 .section1 .sub_title_bg { background: url(./images/sub605_top.jpg) no-repeat center/cover; } 
.sub605 .section4 { background: url(./images/sub605_s4_bg.jpg); } 


/* ************************************* */
/* ************************************* */
/* ************************************* */
/* Media Queries */
@media (max-width: 1600px) { /* 퀵메뉴 피하기 */
.quick-offset { margin-right: 8rem; } 
}
@media (max-width: 1400px){
.accordionWrap { left:3rem } 
.bg_icon { left: 1vw; width: 25vw; } 
.sub104 .section1 .left .box { padding-left: 3rem; } 
.sub202 .top,
.intro-section .inner1, .intro-section .inner2 { gap: 5rem; } 

.sub603 section ul li img { width: 25rem; } 
}

@media (max-width: 1300px){
.sub101 .section1 .con { flex-direction: column; gap: 4rem; } 
.sub101 .section1 .con .left img { width: 10vw; } 
.sub section .bg_logo { width: 25vw; right: 13vw; } 
}


@media (max-width: 1200px){
.index_main .section1 { height: calc(100vh - 20rem); } 

.quick-offset { margin-right: 0; } 
.intro-section .left { width: 40vw; } 
.sub102 .section1 .left .per100 { height: 90%; } 
.sub102 .section1 .left .per100 img { height: 100%; width: auto; } 
.sub section .bg_logo { right: 5vw; } 

.sub104 .section1 .left .box { padding-right: 5rem; } 
.sub104 .section1 .right .box { padding-left: 5rem; } 

.sub104 .section1 .box h3 img { width: 3rem; } 
.sub202 .circle_list li { width: 20rem; } 


.inner2:has(.right_list) { gap: 5rem; } 

.step_num { font-size: 4rem; } 

.circle_list.li4 { gap: 3rem; } 

.sub306 .last { background: url(./images/sub306_last_bg.jpg) no-repeat 30%/cover; } 
.sub307 .section3 { background: url(./images/sub307_s3_bg.jpg) no-repeat 30%/cover; } 
.sub402 .section4 { background: url(./images/sub402_s4_bg.jpg) no-repeat 30%/cover; } 
.sub402 .section5 .icon { left: 50%; transform: translate(-50%, -50%); } 
}

@media (max-width: 992px){
.circle_list.li4 li { width: calc((100% - 9rem) / 4); } 
.sub102 .section1 .right ul li p { line-height: 1.5; } 
.sub102 .section1 .right ul li p+p { margin-top: 1rem; } 
.sub102 .section1 .doc { flex-direction: column; align-items: center; } 

.sub104 .section1 .info { flex-direction: column; } 
.sub104 .section1 .info .second { padding-bottom: 0; } 
.sub104 .section1 ul:has(.first) { width: calc(100% - 3rem); } 
.sub104 .section1 .left .box { place-content: center start; } 

.sub104 .section1 .right .box { padding: 6rem 0 0rem 3rem; } 
/* .sub104 .section1 .right { margin-bottom: 9rem; } */
.sub202 .circle_list li { width: 25rem; } 


.circle_list li .num { font-size:7rem; top: -1.5rem; } 
.circle_list li .circle img { width: 6rem; } 
.num_list .num { font-size: 5.5rem; top: -.5rem; letter-spacing: -.4rem; } 

.last .w-half { width: 90%; margin: 0 auto; } 

.intro-section .left { width:37vw !important; } 

.sub402 .section3 .num { right: unset; bottom: unset; left: 3rem; top: -1rem; } 
.sub402 .section3 .num_count li { flex-direction: column; gap: 1rem; } 
.sub402 .section3 .num_count li h3 { text-align: center; } 
.sub402 .section3 .num_count li h4 { margin-top: 2rem; text-align: center; } 
.sub402 .section3 ul .left { width: 100%; min-height: 20rem; height: auto; } 



.sub605 .section3 .inner { gap: 5rem; } 
}


@media (max-width: 768px){
.accordionWrap { left:50%; transform: translateX(-50%); } 

.sub:not(.sub1) section { padding: 9rem 0; } 

.intro-section .left { width: auto; } 
.section_title { margin-bottom: 4rem; } 

.bg_icon { width: 30rem; opacity: 0.5; } 

.sub104 .section1 .first .bg_logo { width: 25vw; left: 70%; } 

.step_num::after { font-weight: 800; } 

.sub201 .last { background: url(./images/sub201_m_last_bg.jpg) no-repeat center/cover; } 

.sub202 .title_group.flex { justify-content: center; } 
.sub202 .intro-section .top h5 { text-align: center; } 
.sub202 .section5 .title,
.sub202 .intro-section .title { text-align: center; } 
.sub202 .right { width: 100%; } 


.num_list.li4 li { flex: 0 0 calc(50% - 1rem); } 
.num_list.li3 li { flex: 0 0 calc((100% - 2rem) / 2); } 

.sub204 .intro-section .bottom>div { width: 100%; } 
.sub204 .intro-section .pros .num_list { height: auto; } 
.sub204 .intro-section .cons .box { height: 20rem; } 
.sub204 .intro-section .cons .box p { width: 10rem; } 

.sub205 .section1 .sub_title_bg { background: url(./images/sub205_top.jpg) no-repeat 20%/cover; } 

.sub202 .top,
.intro-section .inner1,
.intro-section .inner2 { flex-direction: column; justify-content: center; } 
.sub202 .intro-section .left { flex: none; height: 30rem; } 

section:has(.right_list )>div { flex-direction: column; justify-content: center; gap: 3rem; } 
section:has(.right_list ) .left { width: 100%; text-align: center; } 
section:has(.right_list ) ul { width: 100%; } 
section:has(.right_list ) .left br { display: none; } 

.intro-section .left { text-align: center; width: 100% !important; } 

.sub401 .section4 ul { flex-direction: column; } 
.sub401 .section4 ul li { width: 100%; height: 30rem; } 

.sub603 section ul li { flex: 0 0 calc(50% - 3rem) } 
}

@media (max-width: 600px) { /* .section1 .txt { margin:0 } */

.circle_list.li4 li { width:35vw; } 
.sub204 .section4 .circle_list.li4 { justify-content: center !important; } 

.circle_list { flex-wrap: wrap; } 
.circle_list li { width: 45%; justify-content: space-between; display: flex; flex-direction: column; align-items: center; } 
.square_list { justify-content: center; } 
.square_list li { flex: 0 0 40vw; height: 30rem; } 
.last br { display: none; } 

.sub201 .title_group.flex { flex-direction: column; align-items: center; gap: 0; } 

.sub301 .section3 .bottom { flex-direction: column; } 
.sub301 .section3 .bottom h5 br { display: none; } 
.sub301 .last p img { width: 6rem; } 

.sub302 .section1 .sub_title_bg { background: url(./images/sub302_m_top.jpg) no-repeat left/cover; } 
.sub302 .last { background: url(./images/sub302_last_bg.jpg) no-repeat 20%/cover !important; } 

.sub307 .section3 { background: url(./images/sub307_s3_bg.jpg) no-repeat 25%/cover; } 


/* ul.pic_with_desc li h3 { margin: 1rem auto; } */
ul.pic_with_desc li { flex: 0 0 100%; } 

.sub402 .section3 .bg_img::after { background: linear-gradient(to top, var(--color, transparent) 25%, transparent 50%); } 

.sub402 .section4 .pc_table { display: none; } 
.sub402 .section4 .mobile_table { display: block; } 
.sub402 .section5 br { display: none; } 

.sub502 .section4 .num_list>li { flex:0 0 calc(50% - 1rem) } 

.sub502 .section2 .num_list .txt img { height: 5rem; } 
.sub502 .section2 .num_list .txt h5 { margin-bottom: 1rem; } 


.sub502 .section6 .top { display: flex; flex-direction: column; } 
.sub502 .section6 .left { height: 30rem; flex: unset; } 

.sub504 .section1 .inner1>ul { flex-direction: column; } 
.sub504 .section1 .num_list li { height: 15rem; } 

.sub602 .faq-group { margin-top: 1rem; } 
.sub602 .faq-header { padding: 3rem 0; } 
.sub602 .faq-header .txt .big_num { font-size: 5rem; } 
.sub602 .faq-header .txt h3 { line-height: 1.2; font-size: 2.5rem; } 

.sub602 .faq-content { padding: 3rem 0; } 

.sub603 section ul li img { width: 100%; } 
}

@media (max-width: 480px){
.accordionWrap { width: 90%; } 
.accordionWrap .home { display: none; } 
.index_main .section7 .s7Swiper .swiper-slide { height: 40rem; } 

.sub_title_bg { height: 35rem; } 

.last .w-half { width: 100%; text-align: center; } 

.pic_with_desc.num_count .num::before { -webkit-text-stroke: 2px var(--main2); } 

.last li { gap: 1rem !important; flex-direction: column; } 
.last ul:not(.num_list) li+li { margin-top: 2rem; } 
.last ul.time_list li+li { margin-top: 3rem; } 
.last ul:not(.num_list) li h4 { padding: 1rem 3rem; } 
.last li p { text-align: center; } 
.last ul:not(.num_list) li h4 { width: auto; } 
.last h3 { font-size: 2.4rem; } 

.sub102 .section1 .doc { gap: 5rem; } 
.sub102 .section1 .left { height: 50rem; border-radius: 3rem; } 

.sub103 .sub103_Swiper2 { height: 30rem; } 
.sub103 .sub103_Swiper1 { height: 7rem; } 

.circle_list { gap: 2rem !important; } 
.circle_list li { width: 40vw !important; } 

.circle_list li .circle .num { font-size: 4.5rem; font-weight: bold; letter-spacing: -0.5rem; top: -.5rem; } 
.circle_list li .circle h5 { font-size: 2rem; margin-top: 1rem; } 
.circle_list li .circle img { width: 5rem; } 

.num_list.li3 li { flex: 0 0 calc((100% - 2rem) / 2); height: 22rem; } 

.num { font-size: 7rem; top: -1.5rem; } 
.sub:not(.sub5, .sub6) table.sub_table td { padding:1rem; } 

.step_num { font-size: 3.3rem; top: -.5rem; letter-spacing: -.2rem } 
.sub203 .num_list.li3 li { flex:0 0 100%; height: 25rem; } 

.sub203 .num_list li { height: 25rem; } 
.sub203 .section6 .txt { height: 16rem; } 
.sub203 .section6 .txt img { height: 5rem; } 
.sub203 .section6 .txt br { display: none; } 

.sub205 .section4 .bg_img::after { background: linear-gradient(to top, var(--color, transparent) 28%, transparent 50%) } 


.sub ul li div.bg_img { padding: 0 1rem 1rem 1rem; } 

.sub301 .section3 .num { font-size: 5rem; } 
.sub301 .section2 .num_list li:first-child.bg_img::before { background:var(--bg) 90%/cover no-repeat; } 

.sub307 .section4 { background: url(./images/sub307_s4_bg.jpg) no-repeat 35%/cover; } 

.pic_with_desc.num_count li .box { height: 33rem; } 

.sub401 .section3 .pic_with_desc.num_count li:first-child .bg_img::after { background: linear-gradient(to top, var(--color, transparent) 35%, transparent 50%); } 

.sub402 .section3 .num { font-size: 5.5rem; left: 1rem; } 

.sub502 .section4 .num_list>li { flex: 0 0 100%; } 

.sub504 .section1 .img_box { background: url(./images/sub504_top.jpg) no-repeat 20%/cover; } 

.sub502 .section6 .bottom { padding-left: 4rem; background: url(./images/sub502_s6_bg.jpg) no-repeat 45%/cover; } 

.sub502 .section2 .num_list li { flex: 1 0 calc(50% - 1rem); } 

.sub603 section ul li img { width: 35vw; } 
}