.wrap { overflow: hidden;}
section { padding:180px 0; line-height: 1.4;}
section .inner {max-width:100%;}
.main_tit {margin-bottom: 60px; text-align: center;}
.main_tit strong {display: block; font-size: clamp(24px,2.6042vw,50px); color:var(--color-text-primary); font-weight: 700; line-height:1.4;}
.main_tit strong.wh { color: var(--color-white);}
.main_tit p {margin-top: 24px; font-size: clamp(16px,1.0417vw,20px); color:var(--color-text-secondary); line-height:1.5;}

@keyframes dungdung {
    0%   { transform: translateY(0) scale(1); }
    50%  { transform: translateY(-8px) scale(1.005); }
    100% { transform: translateY(0) scale(1); }
}

/* section01 */
.section01 { padding-top: 0; position:relative; height:100vh;}
.section01 .bg { position: absolute; left:0; right:0; top:0; z-index: -1; height:calc(100dvh - 56px); background:url(../images/vis_bg.jpg) center no-repeat; background-size: cover;}
.section01 .txt_wrap { display: flex; flex-direction: column; align-items: center; justify-content: center; height:calc(100dvh - 56px); text-align: center;}
.section01 .txt_wrap .tit p span { font-size:clamp(30px,3.3333vw,64px); color:var(--color-black); font-weight: 700; line-height: 135%;}
.section01 .txt_wrap .tit p strong { position:relative; margin:0 10px; padding:0 8px; color:#6A00FF; font-weight: 700;}
.section01 .txt_wrap .tit p strong::before { content:''; position:absolute; left:50%; transform: translateX(-50%); width:0px; top:0; bottom:0; background:url(../images/ico_rectangle01.png) center no-repeat; background-size: 100% 100%; transition:.8s; transition-delay: 0.3s;}
.section01 .txt_wrap .txt { margin:24px 0 44px; font-size: clamp(16px,1.25vw,24px); color:var(--color-text-secondary); line-height:1.4;}
.section01 .marquee { overflow: hidden; position:absolute; left:0; right:0; bottom:0; height:56px; background:var(--color-text-primary);}
.section01 .marquee .marquee_list { display: flex; align-items: center; gap:0 20px; width: max-content; height:100%;}
.section01 .marquee .marquee_list li { flex-shrink: 0; font-family: "Montserrat"; font-size:clamp(13px,0.8333vw,16px); color:var(--color-white); font-weight:600; text-transform: uppercase;}
.section01 .marquee .marquee_list li.dot em {display: block; width:5px; height:5px; border-radius: 50%; background-color: var(--color-white);}

.section01 .tit p em,
.section01 .txt p em {display: inline-block; overflow: hidden;}
.section01 .tit p span,
.section01 .txt p span { display: inline-block; transform: translateY(100%); transition:.8s;}
.section01 .tit p em:nth-of-type(1) span,
.section01 .tit p em:nth-of-type(2) span {transition-delay: 0.2s;}
.section01 .tit p em:nth-of-type(3) span,
.section01 .tit p em:nth-of-type(4) span {transition-delay: 0.4s;}
.section01 .txt p em:nth-of-type(1) span {transition-delay: 0.6s;}
.section01 .txt p em:nth-of-type(2) span {transition-delay: 0.8s;}
.section01 .btn_wrap { overflow: hidden; margin-top: 0;}
.section01 .btn_wrap .btn01 { transform: translateY(100%); transition: .8s; transition-delay: 0.9s;}

.open .section01 .tit p span,
.open .section01 .txt p span,
.open .section01 .btn_wrap .btn01 { transform: none; opacity: 1;}
.open .section01 .txt_wrap .tit p strong::before { width: 100%;}

/* section02 */
.section02 { position: relative; padding:120px 0;}
.section02 .bg { position:absolute; left:0; right:0; top:0; bottom:0; border-radius: 2438px; background: radial-gradient(50% 50% at 50% 50%, rgba(125, 76, 252, 0.30) 0%, rgba(248, 247, 255, 0.00) 100%);}
.section02 .inner {position:relative; width: 1540px;}
.section02 .main_tit {display: flex; flex-direction: column; align-items: center; justify-content: center; min-height:calc(100dvh - 225px); position: relative; margin-bottom: 0;}
.section02 .main_tit .img { margin-bottom: 26px;}
.section02 .main_tit span { position: relative; padding:0 36px;}
.section02 .main_tit span::before { content:''; position:absolute; left:50%; transform: translateX(-50%); top:-5px; width:100%; height:70px; background:url(../images/ico_rectangle02.png) center no-repeat; background-size: 100% 70px; transition:.8s; transition-delay: 0.3s;}
.section02 .list {position: absolute; left:0; right:0; top:0; bottom:0;}
.section02 .list li { position: absolute;}
.section02 .list li .img { position:absolute; left:50%; transform: translateX(-50%); top:-80px;}
.section02 .list li .txt { padding:24px 34px; border-radius: 10px; border: 2px solid #747474; background: var(--color-white); box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);}
.section02 .list li .txt p { font-size:clamp(14px,1.25vw,24px); color:var(--color-text-primary); font-weight: 500; line-height: 1.4;}
.section02 .list .ico01 { top:120px; left:370px;}
.section02 .list .ico02 { top:160px; right:127px;}
.section02 .list .ico02 .img { top:-100%;}
.section02 .list .ico03 { top:55%; right:0;}
.section02 .list .ico04 { bottom:0; right:15%;}
.section02 .list .ico04 .img { top:-130%; text-align:center;}
.section02 .list .ico04 .img img { max-width: 80%;}
.section02 .list .ico05 { bottom:15%; left:0;}
.section02 .list .ico06 { top:35%; left:0;}
.section02 .list .ico06 .img { top:-50%;}

/* section03 */
.section03 { background: linear-gradient(113deg, #8455FF 35.13%, #3872EF 102.57%); text-align: center;}
.section03 .inner { width: 1500px;}
.section03 .main_tit { position:relative; display: inline-block;}
.section03 .main_tit .ico01 { position:absolute; left:90%; top:-40%; width: max-content;}
.section03 .sec03_con { position: relative;}
.section03 .sec03_con .ico { position: absolute; z-index: 20;}
.section03 .sec03_con .ico02 {right:-30px; top:-25%; animation: dungdung 2s ease-in-out infinite;}
.section03 .sec03_con .ico03 {left:-100px; bottom:40px; animation: dungdung 2.5s ease-in-out infinite;}
.section03 .sec03_con .list { display: flex; gap:0 20px; margin-bottom: 60px;}
.section03 .sec03_con .list li { flex:1; display: flex; flex-direction: column; justify-content: space-between; align-items: center; gap:13px; padding: 40px 80px 50px 80px; height:486px; border-radius: 20px;border: 2px solid #000;}
.section03 .sec03_con .list li:nth-of-type(1) { background-color: #D0D3FF;}
.section03 .sec03_con .list li:nth-of-type(2) { background-color: #F3F0FB;}
.section03 .sec03_con .list li:nth-of-type(3) { background-color: #EDE4FE;}
.section03 .sec03_con .list li .img {max-width: 100%;}
.section03 .sec03_con .list li .txt {text-align: center;}
.section03 .sec03_con .list li .txt strong {font-size:clamp(20px, 1.5625vw,30px); color:var(--color-text-primary); font-weight: 700; text-transform: uppercase;}
.section03 .sec03_con .list li .txt p {margin-top: 13px; font-size:clamp(15px, 1.1458vw,22px); color:var(--color-text-secondary); font-weight: 500; line-height: 1.5;}

/* section04 */
.section04 { background:url(../images/sec04_bg.jpg) center no-repeat; background-size: cover;}
.section04 .inner {width: 1300px;}
.section04 .list { display: flex; flex-direction: column; gap:24px;}
.section04 .list li { display: flex; align-items: stretch; gap:60px; padding:60px 100px; border-radius: 20px; background: rgba(153, 143, 178, 0.20); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); text-align: center;}
.section04 .list li .img {overflow:hidden; margin-bottom: 20px; border-radius: 10px; box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);}

/* section05 */
.section05 { background: #7742FF;}
.section05 .inner { width: 1600px;}
.section05 .list { display: flex; flex-wrap:wrap; gap:24px;}
.section05 .list li {border-radius: 20px; border: 2px solid var(--color-black);}
.section05 .list li:nth-of-type(1) {display: flex; flex-direction: row-reverse; align-items: center; justify-content: space-between; padding:80px 60px; width:100%; background-color: #E2DAFE;}
.section05 .list li:not(:nth-of-type(1)) {display: flex; flex-direction: column; justify-content: space-between; padding:60px; width:calc(50% - 17px); height:675px;}
.section05 .list li:not(:nth-of-type(1)) .img { display: flex; justify-content: flex-end;}
.section05 .list li:nth-of-type(2) {background-color: #D0D3FF;}
.section05 .list li:nth-of-type(3) {background-color: #FAFAFA;}
.section05 .list li .txt strong {font-size: clamp(20px,1.875vw,36px); font-weight: 700; color:var(--color-text-primary);}
.section05 .list li .txt p {margin-top: 30px; font-size: clamp(14px, 1.0417vw,20px); color:var(--color-text-secondary); line-height: 1.5;}
.section05 .list li .txt p b { font-weight: 700;}

/* section06 */
.section06 {position:relative; background: url(../images/sec06_bg.jpg) left bottom no-repeat; background-size: cover;}
.section06 .bg { position: absolute; left:0; bottom:-10px;}
.section06 .swiper-wrapper { align-items: center;}
.section06 .swiper-slide { width:clamp(150px,20.4167vw,392px);}
.section06 .swiper-slide .vid {position:relative; aspect-ratio: 9 / 16; overflow:hidden; border-radius:20px;}
.section06 .swiper-slide .vid img { position: absolute; left:0; right:0; top:0; bottom:0; margin:auto; width: 100%; height:100%;}
.section06 .swiper-slide-active { width:clamp(200px,27.6042vw,530px);}
.section06 .con02 { margin-top: 267px;}
.section06 .con02 .inner { width: 1200px;}
.section06 .con02 .list {display: flex; flex-direction: column; gap:24px;}
.section06 .con02 .list li {display:flex; justify-content: space-between; align-items: center; padding: 46px 84px 45px 99px; border-radius: 20px; border: 2px solid #747474; background: var(--color-white);}
.section06 .con02 .list li .txt span { font-size:clamp(14px,1.0417vw,20px); font-weight: 700; text-transform: uppercase;}
.section06 .con02 .list li:nth-of-type(1) .txt span{color:#9000FF;}
.section06 .con02 .list li:nth-of-type(2) .txt span{color:#284BFF;}
.section06 .con02 .list li .txt strong {display: block; margin-top: 12px; font-size:clamp(18px,1.4583vw,28px); font-weight: 700; color:var(--color-text-primary);}
.section06 .con02 .list li .shapes { display: flex; align-items: stretch; justify-content: flex-end; text-align: center;}
.section06 .con02 .list li .shapes p { font-size:clamp(13px,1.1458vw,22px); color:var(--color-white); font-weight: 600;}
.section06 .con02 .list li .shapes .circle { display: flex; align-items: center; justify-content: center; position: relative; width:230px; height:230px; border: 2px solid var(--color-black); border-radius: 50%;}
.section06 .con02 .list li .shapes .circle01 {left:40px; z-index: 1;background-color:#CB9AFF;}
.section06 .con02 .list li .shapes .circle02 {left:20px; z-index: 2;background-color:#AD6AFF;}
.section06 .con02 .list li .shapes .circle03 {z-index: 3;background-color:#9000FF;}
.section06 .con02 .list li .shapes .curve { display: flex; align-items: center; justify-content: center; position: relative; width:240px; height:240px;} 
.section06 .con02 .list li .shapes .curve01 {left:76px; z-index: 1; background:url(../images/sec06_item_bg01.svg) center no-repeat; background-size:cover;}
.section06 .con02 .list li .shapes .curve02 {left:36px; z-index: 2; background:url(../images/sec06_item_bg02.svg) center no-repeat; background-size:cover;}
.section06 .con02 .list li .shapes .curve03 {z-index: 3; background:url(../images/sec06_item_bg03.svg) center no-repeat; background-size:cover;}

/* section07 */
.section07 {position:relative; background: var(--color-black);}
.section07 .inner { width: 1470px;}
.section07 .bg { position: absolute; left:0; top:0;}
.section07 .main_tit .highlight { padding:0 4px;}
.section07 .tbl_wrap {display: flex; gap:12px;}
.section07 .tbl_wrap .lef { display: flex; flex-direction: column; gap:12px; width:147px;}
.section07 .tbl_wrap .th { display: flex; align-items: center; justify-content: center; width:100%; text-align: center;}
.section07 .tbl_wrap .td { background:var(--color-white);}
.section07 .tbl_wrap .th:nth-of-type(1) { height:80px;}
.section07 .tbl_wrap .sub_th { display: none;}
.section07 .tbl_wrap .lef .th { font-size:clamp(15px,1.25vw,24px); color:#121212; font-weight: 700; background: #E6ECFF;}
.section07 .tbl_wrap .rig .th { font-size:clamp(20px,1.5625vw,30px); color:var(--color-white); font-weight: 700;}
.section07 .tbl_wrap .rig .tbl:nth-of-type(1) .th { background: #7F49FF;}
.section07 .tbl_wrap .rig .tbl:nth-of-type(2) .th { background: #4C00FF;}
.section07 .tbl_wrap .lef .th:nth-of-type(2),
.section07 .tbl_wrap .rig .td.first { height:235px;}
.section07 .tbl_wrap .rig { display: flex; gap:12px; width:calc(100% - 159px);}
.section07 .tbl_wrap .rig .tbl { flex:1; display: flex; flex-direction: column; gap:12px;}
.section07 .tbl_wrap .lef .th:nth-of-type(3),
.section07 .tbl_wrap .rig .td.second { height:530px;}
.section07 .tbl_wrap .rig .td_txt {display:block; margin-top:34px;}
.section07 .tbl_wrap .rig .td { padding:30px; font-size:clamp(16px,1.1458vw,22px); color:var(--color-black); line-height: 1.6; font-weight: 500;}
.section07 .tbl_wrap .rig .td.first {color:var(--color-text-primary); font-weight: 600;}
.section07 .tbl_wrap .rig .color01 {color:#FF00BF; font-weight: 700;}
.section07 .tbl_wrap .rig .color02 {color:#9000FF;}
.section07 .tbl_wrap .rig .color03 { color:#4C00FF;}
.section07 .tbl_wrap .rig .color04 { color:#4D6AF3;}
.section07 .tbl_wrap .rig li { position:relative; padding-left: 34px;}
.section07 .tbl_wrap .rig li span { padding-left: 90px;}
.section07 .tbl_wrap .rig li::before { content:''; display: block; position:absolute; left:14px; top:16px; width:5px; height: 5px; border-radius: 50%;}
.section07 .tbl_wrap .rig .td.first li::before { background-color:#FF00BF;}
.section07 .tbl_wrap .rig .td.second li::before { background-color:#000;}
.section07 .tbl_wrap .btn_wrap {margin-top: 40px; position:relative;}
.section07 .tbl_wrap .btn_wrap .img { position: absolute; right:13%; bottom:50%; animation: arrowAni 1.2s cubic-bezier(.455,.03,.515,.955) infinite;}
.section07 .tbl_wrap .btn_wrap .btn01 span,
.section07 .tbl_wrap .btn_wrap .btn04 span { font-size: clamp(17px,1.25vw,24px);}

@keyframes arrowAni {
    0% { transform: translateY(0);}
    50% { transform: translateY(-5px);}
    100% { transform: translateY(0);}
}

/* section08 */
.section08 {background: var(--color-white);}
.section08 .inner { width: 1500px;}
.section08 .main_tit { display: flex; justify-content: space-between; align-items: center;}
.section08 .main_tit .highlight02 { padding:0 7px;}
.section08 .list { display: flex; align-items: stretch; gap:14px; overflow:auto;}
.section08 .list li { flex:1; padding: 44px 24px; border-radius: 10px; background: #F6F8FF;}
/*.section08 .list li:nth-of-type(2) { padding-left:16px; padding-right:0;}*/
.section08 .list li .img { margin-bottom: 24px;}
.section08 .list li .txt strong { font-size: clamp(20px,1.5625vw,30px); font-weight: 700; color: #4C00FF;}
.section08 .list li .txt p { margin-top: 14px; font-size:clamp(14px,1.0417vw,20px); color:#262626; line-height:1.5;}

/* section09 */
.section09 {background: #F9F8FD;}
.section09 .inner { width: 1400px;}
.section09 .faq_list { display: flex; flex-direction: column; gap:20px;}
.section09 .faq_list li {border-radius: 15px; border: 2px solid var(--color-black); background: var(--color-white);}
.section09 .faq_list li a {display: flex; justify-content: space-between; align-items: baseline; padding:40px 80px; transition:.6s;}
.section09 .faq_list li.active {background: #E7DEFF;}
.section09 .faq_list li.active a {padding:54px 80px;}
.section09 .faq_list li .tit { display: flex; align-items: baseline; gap:0 20px; max-width: 516px; font-weight: 700; color: var(--color-text-primary);}
.section09 .faq_list li .tit span { font-size:clamp(17px,1.5625vw,30px);}
.section09 .faq_list li.active .tit span {color:#7742FF;}
.section09 .faq_list li .tit strong {font-size: clamp(16px,1.4063vw,27px); font-weight:700;}
.section09 .faq_list li .txt {overflow:hidden; max-height: 0px; width: calc(100% - 550px); font-size: clamp(14px,1.0417vw,20px); color:var(--color-text-secondary); line-height: 1.6; transition:.6s; opacity:0;}
.section09 .faq_list li.active .txt {max-height: 200px; opacity:1;}

/* 반응형 */
@media all and (max-width: 1600px){ 
    section .inner {padding:0 40px;}
    .section02 .main_tit span { display: inline-block;}
    .section02 .main_tit span::before { height:calc(100% + 4px); top:-2px; background-size:100% 100%;}
    .section03 .main_tit .ico01 { max-width: 30%;}
}
@media all and (max-width: 1200px){
    .section02 .list li .img { text-align:center; top:-60px;}
    .section02 .list .ico01 {left:300px;}
    .section02 .list .ico03 img,
    .section02 .list .ico04 img,
    .section02 .list .ico05 img { max-width: 70%;}
    .section02 .list .ico02 { right: 80px;}
    .section02 .list .ico02 .img { top:-75px;}
    .section02 .list .ico04 .img { top:-110px;}
    .section02 .list .ico06 .img { top:-50px;}
    
    .section03 .sec03_con .list li { padding:24px 20px; height:368px;}

    .section05 .list li:not(:nth-of-type(1)) { height:595px;}

	.section06 .con02 .list li{ padding:24px 40px;}
    .section06 .bg img,
    .section07 .bg img { max-width: 50%;}

    .section07 .tbl_wrap .rig li {padding-left: 16px;}
    .section07 .tbl_wrap .rig li::before { top:10px; left:0;}
    .section07 .tbl_wrap .btn_wrap .img { max-width:25%; right:10%; bottom:55%;}
    .section07 .tbl_wrap .rig li span { padding-left: 0;}

    .section09 .faq_list li a { padding:30px 40px;}
    .section09 .faq_list li.active a { padding:40px 40px;}
    .section09 .faq_list li .tit { max-width: 40%;}
    .section09 .faq_list li .txt { width:55%;}
}
@media all and (max-width: 1024px){
    section .inner { padding:0 24px;}
    .section02 .main_tit .img { margin-bottom: 0; max-width: 10%;}
    .section02 .list li .txt { padding:24px;}
    .section02 .list .ico01 { top:100px; left:110px;}
    .section02 .list .ico02 { right:30px;}
    .section02 .list .ico03 { top:59%;}
    .section02 .list .ico04 { right:30px;}
    .section02 .list .ico05 { left:12px;}
    .section02 .list .ico06 { left:10px; top:38%;}

    .section03 .sec03_con .ico02 { max-width: 20%; top:-20%;}
    .section03 .sec03_con .ico03 { max-width: 20%; left:-50px; bottom:10px;}
    .section03 .sec03_con .list { gap:10px;}
    .section03 .sec03_con .list li { padding:24px 10px; height:auto;}
    .section03 .sec03_con .list li .img { max-width: 80%;}
    .section03 .sec03_con .list li .txt { min-height:120px;}
    .section03 .sec03_con .list li .txt br { display: none; word-break: keep-all;}

    .section04 .list li { padding:30px 50px;}

    .section05 .list li:nth-of-type(1) { padding:60px 40px;}
    .section05 .list li:not(:nth-of-type(1)) { padding:30px; height:auto;}
    .section05 .list li:not(:nth-of-type(1)) .img img { max-width: 80%;}
    .section05 .list li:not(:nth-of-type(1)) .txt { margin-top: 40px;}
	
	.section06 .swiper-slide .vid {border-radius:10px;}
    .section06 .con02 .list li {flex-direction: column; gap:24px;}
    .section06 .con02 .list li .shapes { justify-content: center;}
    .section06 .con02 .list li .shapes .circle01 { left:20px;}
    .section06 .con02 .list li .shapes .circle02 { left:0;}
    .section06 .con02 .list li .shapes .circle03 { left:-40px;}
    .section06 .con02 .list li .shapes .curve01 { left:60px;}
    .section06 .con02 .list li .shapes .curve02 { left:0;}
    .section06 .con02 .list li .shapes .curve03 { left:-60px;}

    .section08 .inner { position: relative;}
    .section08 .list { width: 100%;}
    .section08 .list li { width:300px; flex:none; flex-shrink: 0;}
    .section08 .list::-webkit-scrollbar { width: 6px; height: 6px;}
    .section08 .list::-webkit-scrollbar-track {background: transparent;}
    .section08 .list::-webkit-scrollbar-thumb { background: transparent; border-radius: 10px;}
    .section08 .list::-webkit-scrollbar-thumb:hover {background: rgba(255,255,255,.4);}
    
    .section09 .faq_list li .tit { gap:10px;}
    .section09 .faq_list li a,
    .section09 .faq_list li.active a { padding: 24px 20px;}
}
@media all and (max-width: 768px){
    section .inner { padding:0 20px;}
    section { padding:80px 0;}
    .main_tit {margin-bottom: 40px;}

    .section01 .bg,
    .section01 .txt_wrap {height:calc(100vh - 44px);}
    .section01 .txt_wrap .tit p strong {margin:0;}
    .section01 .txt_wrap .tit p strong::before { bottom: auto; height: 44px; top: 50%; transform: translate(-50%, -50%); background-image: url(../images/mobile/ico_rectangle01.png); background-size: 100% 100%; transition-delay: 1s;}
    .section01 .txt_wrap .txt { margin:14px 0 34px;}
    .section01 .tit p em, .section01 .txt p em { overflow: visible;}
    .section01 .marquee { height:44px;}
    .section01 .tit p span,
    .section01 .txt p span {opacity: 0;}
    .open .section01 .tit p span, .open .section01 .txt p span, .open .section01 .btn_wrap .btn01 { opacity: 1;}
    .section01 .tit p em:nth-of-type(3) span{ transition-delay: 0.2s;}
    .section01 .marquee .marquee_list {gap:10px;}

    .section02 {padding:80px 0;}
    .section02 .bg { width: 934px; height: 800px; left:50%; transform: translateX(-50%); border-radius: 934px; background: radial-gradient(50% 50% at 50% 50%, rgba(125, 76, 252, 0.30) 0%, rgba(248, 247, 255, 0.00) 100%);}
    .section02 .main_tit { min-height:600px;}
    .section02 .main_tit span { padding:0 10px;}
    .section02 .main_tit span::before { background-image: url(../images/mobile/ico_rectangle02.png); height:calc(100% + 8px); top:-4px;}
    .section02 .main_tit .img {max-width: 40px; position: absolute; top: calc(50% - 60px); left: 60%; transform: translateY(-50%);}
    .section02 .list li .txt {display: inline-block; padding:10px 12px; border-radius: 5px; border-width: 1px;}
    .section02 .list li .img { top:-45px;}
    .section02 .list .ico01 { top:46px; left: auto; right: 35px;}
    .section02 .list .ico03 { top:145px; right:20px;}
    .section02 .list .ico03 .img {top:-28px;}
    .section02 .list .ico03 .img img { max-width:60px;}
    .section02 .list .ico06 {left:20px; top:123px;}
    .section02 .list .ico06 .img {top:-37px;}
	.section02 .list .ico06 .img img { max-width:100px;}
    .section02 .list .ico05 {left:20px; bottom:180px;}
    .section02 .list .ico05 .img {top:-44px;}
    .section02 .list .ico05 .img img { max-width:78px;}
    .section02 .list .ico04 {bottom:90px; right:20px;}
    .section02 .list .ico04 .img { top:-50px;}
	.section02 .list .ico04 .img img { max-width:70px;}
    .section02 .list .ico02 {top:auto; right:auto; left:20px; bottom:-10px;}
    .section02 .list .ico02 .img {top:-42px;}
    .section02 .list .ico02 .img img { max-width:100px;}

    .section03 {background: linear-gradient(113deg, #8455FF 35.13%, #3872EF 102.57%);}
    .section03 .main_tit .ico01 { left:63%; top:-60%;}
    .section03 .sec03_con .list { flex-direction: column; gap:16px; margin-bottom: 40px;}
    .section03 .sec03_con .list li { padding:24px 20px; border-radius: 10px; gap:0;}
    .section03 .sec03_con .list li .img { max-width: 100%;}
    .section03 .sec03_con .list li .img img { height:100px;}
    .section03 .sec03_con .list li .txt { margin-top: 24px; min-height: auto;}
    .section03 .sec03_con .list li .txt p {margin-top: 12px; word-break: keep-all;}
    .section03 .sec03_con .ico03 { left: -22px; bottom: auto; top: -40px; max-width: 25%;}
    .section03 .sec03_con .ico02 {top:auto; right:-15px; bottom:50px;max-width: 25%;}
	
	.section04 .list {gap:16px;}
    .section04 .list li { gap:16px; border-radius: 10px; padding: 20px;}
    .section04 .list li .img { border-radius: 5px; margin-bottom: 12px;}

    .section05 .list {flex-direction: column;}
    .section05 .list li:nth-of-type(1) { flex-direction: column; gap:27px; padding:24px 20px;}
    .section05 .list li:not(:nth-of-type(1)){ width: 100%; padding:24px 20px;}
    .section05 .list li:not(:nth-of-type(1)) .img {justify-content: center; gap:0;}
    .section05 .list li:not(:nth-of-type(1)) .img img { max-width: 100%;}
    .section05 .list li .img { display: flex; justify-content: center;}
    .section05 .list li:not(:nth-of-type(1)) .txt { margin-top: 0;}
    .section05 .list li:nth-of-type(3) .txt { margin-top: 20px;}
    .section05 .list li .txt p { margin-top: 12px;}

    .section06 {background: url(../images/mobile/sec06_top_bg.png) right top no-repeat, url(../images/mobile/sec06_bot_bg.png) left bottom -10px no-repeat, url(../images/mobile/sec06_bg.jpg?v=2) center no-repeat; background-size: 213px auto, 212px auto, cover;}
	.section06 .swiper-slide,
	.section06 .swiper-slide-active { width: clamp(150px,20.4167vw,392px);}
	.section06 .sd { overflow:visible;}
	.section06 .swiper-slide-active { transform:scale(1.15);}
    .section06 .con02 {margin-top: 100px;}
    .section06 .con02 .main_tit br {display: none;}
	.section06 .con02 .list li .txt { width:100%; text-align:center;}
    .section06 .con02 .list li .shapes .curve,
    .section06 .con02 .list li .shapes .circle { width:110px; height:110px;}
    .section06 .con02 .list li .shapes .circle03 {left:-20px;}
    .section06 .con02 .list li .shapes .curve01 {left:20px;}
    .section06 .con02 .list li .shapes .curve03 {left:-20px;}
    .section06 .bg { display: none;}

    .section07 .bg img { max-width:212px;}
    .section07 .main_tit .highlight02 { padding:0 2px;}
    .section07 .tbl_wrap .lef {display: none;}
    .section07 .tbl_wrap .rig {width:100%; gap:20px; flex-direction: column;}
    .section07 .tbl_wrap .sub_th { display: flex; align-items: center; justify-content: center; border-top:1px solid var(--color-black); border-bottom:1px solid var(--color-black); height:44px; background: #E6ECFF; font-size: 15px; color:#121212; font-weight: 700; box-sizing: border-box;}
    .section07 .tbl_wrap .rig .tbl {gap:0;}
    .section07 .tbl_wrap .th:nth-of-type(1) { height:60px;}
    .section07 .tbl_wrap .rig .td {padding:16px;}
    .section07 .tbl_wrap .lef .th:nth-of-type(2), .section07 .tbl_wrap .rig .td.first,
    .section07 .tbl_wrap .lef .th:nth-of-type(3), .section07 .tbl_wrap .rig .td.second { height:auto;}
    .section07 .tbl_wrap .rig .td_txt {margin-top: 14px;}
    .section07 .tbl_wrap .btn_wrap {margin-top: 20px;}
    .section07 .tbl_wrap .btn_wrap .img {max-width: 20%; right:5%;}

    .section08 .main_tit {text-align: left;}
    .section08 .main_tit .btn01 { display: none;}
    .section08 .list li {width: 268px; padding:44px 20px 23px; word-break: keep-all;}
    
    .section09 .faq_list {gap:14px;}
    .section09 .faq_list li a { gap:0; flex-direction: column;}
    .section09 .faq_list li .tit,
    .section09 .faq_list li .txt { max-width:100%; width:100%; }
    .section09 .faq_list li.active .txt { margin-top: 10px;}
    
}


