@charset "utf-8";


.sec_hair1{background: url('/images/sub/sec_box_hair1.jpg') no-repeat 20% 50%;}
.sec_special1{background: url('/images/sub/sec_box_special1.jpg') no-repeat 20% 50%;}
.sec_man{background: url('/images/sub/sec_box_man.jpg') no-repeat 20% 50%;}
.sec_recon{background: url('/images/sub/sec_box_recon.jpg') no-repeat 20% 50%;}

.dl-program{display:flex; flex-direction:column; align-items:center;}
.dl-program dl{padding:30px 0 0; width:100%; max-width:640px; position:relative;}
.dl-program dl:not(:last-child):before{content:'↓'; position:absolute; top:100%; left:50%; transform:translateX(-50%); font-size:2.4rem; font-weight:400; color:#ddd;}
.dl-program dl dt{padding:1%; font-size:2.8rem; font-weight:700; background:#fff; color:#52419d; text-align: left;}
.dl-program dl dd{padding:3%; font-size:2.0rem; text-align: left; background:#52419d; color:#fff; line-height: 1.8; border-radius: 10px;}
.dl-program dl:nth-child(2n) dd{background:#978dc4}

.cirCenter{display:flex; justify-content:center; position:relative;}
.cirCenter:before{content:''; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); width:100%; height:3px; border-top:3px dotted #52419d; z-index:-1;}
.cirCenter li{margin: 0 -10px; width:250px; height:250px; padding:30px; background:#52419d; border-radius:50%; color:#fff; font-size:2.2rem; display:flex; justify-content:center; align-items:center;}
.cirCenter li p{word-break:keep-all; text-align: center;font-weight:600; color: #fff !important;}
.cirCenter li:nth-child(2n){background:#fff; border:1px solid #52419d; }
.cirCenter li:nth-child(2n) p{color:#52419d !important;}
@media all and (max-width:768px){
    .cirCenter li{width:150px; height:150px; font-size:2.0rem;}
}
@media all and (max-width:568px){
    .cirCenter li{width:100px; height:100px; font-size:1.6rem;}
}

    .dlBox{}   
    .dlBox dl{margin:5% 0; display:flex; align-items:flex-start;}
    .dlBox dl dt{flex:0 0 auto; width:18%; padding-top:10px; font-size:2.8rem; font-weight:normal; color:#574aa1; text-align: left; font-family:'One-Mobile-Title';}
    .dlBox dl dd {display:flex; gap:10px; width:100%; flex-wrap:wrap;}
    .dlBox dl dd p{font-size:2.0rem; padding:1em 1.6em; border:1px solid #ddd; border-radius:10px; background:#fff; text-align: left; display: flex; align-items: center;}
    .bg .dlBox dl dd p{border-color:#eae7ff}
    .dlBox dl dd p .num{flex:0 0 auto; font-weight:700; margin-right:10px; color:#574aa1;}
    @media all and (max-width:976px){
    .dlBox dl dt{width:140px;}
    }
    @media all and (max-width:568px){
    .dlBox dl{display:block;}
    .dlBox dl dt{text-align: center; width:100%; padding-bottom:10px;}
    .dlBox dl dd p{width:100%; font-size:1.8rem; padding: 15px 25px;}
    }

.selfCheck{padding-top: 50px; display: flex; gap:15px; flex-wrap: wrap;}
.selfCheck li{width: calc(50% - 15px / 2); border-radius: 10px; color: #fff; background-color:#574aa1; font-size: 2rem; padding: 30px 30px; position: relative; display: flex; align-items: center; gap:0 10px; word-break: keep-all; text-align: left !important;}
.selfCheck li::before{content: '\e86c'; font-family: 'Material Symbols Outlined'; color: #fff; font-size: 2.4rem; font-weight: 600;}
.selfCheck li:nth-child(2),
.selfCheck li:nth-child(3),
.selfCheck li:nth-child(6),
.selfCheck li:nth-child(7){background-color:#8276c7  }

@media all and (max-width:1280px){
    .selfCheck{gap:10px; padding-top: 35px;}
    .selfCheck li{font-size: 1.9rem; width: calc(50% - 10px / 2);}
}
@media all and (max-width:768px){
    .selfCheck{padding-top: 30px;}
    .selfCheck li{width: 100%; padding: 15px 25px; border-radius: 40px; font-size: 1.8rem;}
    .selfCheck li:nth-child(2),
    .selfCheck li:nth-child(3),
    .selfCheck li:nth-child(6),
    .selfCheck li:nth-child(7){background-color:#574aa1  }
    .selfCheck li:nth-child(2n){background-color: #8276c7;}
}

.check-tit{margin-top: 3em; font-size: 3rem; color: #52419d; font-weight: 800; text-decoration: underline;} 

.benefit.hair1 h4{margin-bottom: 1%; font-size:2.4rem; font-family: 'One-Mobile-Title'; font-weight: normal; color: #52419d;}

.advBox{display: flex; justify-content: space-between; max-width: 90%; margin: 0 auto;}
.advBox li{background-color: #fff; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);}
.advBox li.border{border:4px solid #52419d; background-color: #52419d;}
.advBox.w3 li{width: 32%;}
.advBox.w4 li{width: 22%;}
.advBox img{max-width: 100%; width: 100%;}
.advBox dl{text-align: center; padding: 5%; }
.advBox li.border dl{background-color: #52419d; color: #fff;}
.advBox dt{font-size: 2.6rem; font-weight: 700; margin-bottom: 10px;}
.advBox dd{font-size: 1.8rem; word-break: keep-all;}
@media all and (max-width:976px){
    .advBox.w3{flex-wrap: wrap; gap: 30px; justify-content: center;}
    .advBox.w4{flex-wrap: wrap; gap: 30px; justify-content: center;}
    .advBox.w3 li{width: calc((100% - 30px)/2);}
    .advBox.w4 li{width: calc((100% - 30px)/2); max-width: 270px;}
}
@media all and (max-width:568px){
    .advBox.w3 li{width: 100%; max-width: 400px;}
    .advBox dt{font-size: 2.0rem;}
    .advBox dd{font-size: 1.5rem;}
}




#vs-style { width: 100%; max-width:1280px; margin:0 auto;  position:relative;; text-align:center}
#vs-style:before {content:''; width:46.8%; height:calc(100% - 93px); box-shadow:0 0 10px rgba(85,85,85,0.5); border:8px solid #52419d; border-radius:20px; position:absolute; right:-4px; bottom:-4px}
#vs-style th p {margin: 1.2em 0 0.8em; padding:0 2em;line-height:55px; border-radius:10px }
#vs-style th .t1 {display:inline-block; font-size:2.2rem; background:#555; color:#FFF; }
#vs-style th .vs {padding:0; color:#AAA; font-family: 'Noto Serif KR', serif; font-size:2.2rem; font-weight:600; font-style: italic;}
#vs-style th .t2 {display:inline-block;font-size:2.4rem; background:#52419d; color:#FFF; font-weight:600; }
#vs-style td { padding:1em 0.5em;  border-bottom:1px solid #DDD; background:rgba(255,255,255,0.4) ;font-size: 1.8rem;}
#vs-style td:last-child {font-size:1.8rem; color:#222}
#vs-style td.td-vs {background:#BBB; font-size:1.8rem; color:#FFF}
#vs-style td.td-t1 { border-top:1px solid #DDD; }

@media all and (max-width:767px){	
	#vs-style:before {width:47%; border:5px solid #52419d; border-radius:10px;  height:calc(100% - 89px); }
	#vs-style th p { padding:0 1em; }
}
@media all and (max-width:480px){	
	#vs-style:before { height:calc(100% - 19vw); }
	#vs-style th p {line-height:11vw; }
}


.nice-cont{padding: 3%; margin: 2% 0; background-color: #7c759d;}
.nice-cont > p{color: #fff !important; padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #fff;}
.list-horizon{display: flex; flex-wrap: wrap; gap: 5px 20px;}
.list-horizon li{display: flex; align-items: center; font-size: 1.5rem;  color: #fff;}
.list-horizon .num{font-weight: 700; margin-right: 5px;}


.sec_info .su_info2.w3{justify-content: center; gap: 10px;}
.sec_info .su_info2.w3 li{width: calc((100% - 20px)/3);}
.sec_info .su_info2.w3 li .img::before{top: 100px;}
@media all and (max-width:1280px){
.sec_info .su_info2.w3 li .img::before{top: 7.8vw;}
}
@media all and (max-width:840px){
.sec_info .su_info2.w3 li .img::before{display: none;}
}
@media all and (max-width:568px){
    .sec_info .su_info2.w3{flex-direction: column; gap: 50px;}
    .sec_info .su_info2.w3 li{width: 90%; max-width: 400px; margin-bottom: 0;}
}


.midTop h3{font-family: 'One-Mobile-Title';font-size: 5em;color: #333; margin-bottom: 50px;font-weight: normal;}
.midTop .t1{font-size: 2.4em;    color: #333; word-break: keep-all;}
 @media all and (max-width:568px){
    .midTop h3{margin-bottom: 20px;}
    .midTop .t1{font-size: 1.5em;}
    }


.manPoint > li{display: flex; height: 440px;}
.manPoint > li:nth-child(even){flex-direction: row-reverse;}
.manPoint-head{width: 30%; display: flex; justify-content: center; align-items: center; height: 100%; text-align: center; background-color: #fafafa;}
.manPoint-head dl dt{font-family: 'One-Mobile-Title'; color: #52419d; font-size: 5em;}
.manPoint-head dl dd{font-size: 2em; padding: 0 10%; word-break: keep-all; opacity: 0.8;}

.manPoint-body{width: 70%; height: 100%;}
.manPoint-body .img{height: 100%; background-repeat: no-repeat; background-position: center; background-size:cover;}
.manPoint-body .img.point1{background-image: url('/images/sub/man/point-img1.jpg');}
.manPoint-body .img.point3{background-image: url('/images/sub/man/point-img3.jpg');}

.point2-txt{width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;}
.point2-txt ul{width: 100%; height: 100%; display: flex; gap: 20px; justify-content: center; align-items: center;}
.point2-txt ul li{font-size: 3em; color: #333; font-weight: 800;}
@media all and (max-width:976px){
    .manPoint-head dl dt{font-size: 3em;}
    .manPoint-head dl dd{font-size: 1.5em;}
    .point2-txt ul{gap: 10px;}
    .point2-txt ul li{font-size: 1.7em;}
    .point2-txt ul .plus img{width: 20px;}
}
@media all and (max-width:568px){
    .manPoint > li{display: block; height: auto;}
    .manPoint > li > div{width: 100%;}
    .manPoint-head{height: auto; padding: 5% 0;}
    .manPoint-body{height: 250px;}
    .point2-txt ul{flex-direction: column;}
}




.sec_case_2{width: 100%; position: relative;}
.sec_case_2 .tab{ width: 95%; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 auto;}
.sec_case_2 .tabcontent{display: none; width: 100%; height: 100%;}
.sec_case_2 .tabcontent.on{display: block;}
.sec_case_2 .tab li{padding: 10px 0; text-align: center; border-bottom: 2px solid #52419d; cursor: pointer; margin: 0 25px 30px;}
.sec_case_2 .tab li p{color: #52419d; font-size: 24px; transition: 0.3s;}
.sec_case_2 .tab li.on p{font-weight: bold; transition: 0.3s;}
.sec_case_2 .tabs{ width: 95%; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 auto;}
.sec_case_2 .tabcontent1{display: none; width: 100%; height: 100%;}
.sec_case_2 .tabcontent1.on{display: block;}
.sec_case_2 .tabs li{padding: 10px 0; text-align: center; border-bottom: 2px solid #52419d; cursor: pointer; margin: 0 25px 30px;}
.sec_case_2 .tabs li p{color: #52419d; font-size: 24px; transition: 0.3s;}
.sec_case_2 .tabs li.on p{font-weight: bold; transition: 0.3s;}
.sec_case_2 .inner{width: 100%; height: 620px; position: relative; margin: 7% 0 5%;}
.sec_case_2 .inner::before{width: 57.804%; height: 100%; background-color: #52419d; content: ''; position: absolute; left: 0; top: 0; z-index: -1;}
.sec_case_2 .cont{width: 100%; height: 100%;}
.sec_case_2 .case{width: 100%; height: 100%; display: flex; align-content: center; flex-wrap: wrap; justify-content: space-between;}
.sec_case_2 .case .l-box{width: 710px; color: #fff; padding-left: 160px;display: flex; align-content: center; flex-wrap: wrap;}
.sec_case_2 .case .l-box h4{font-size: 22px; font-family: 'One-Mobile-Title'; margin-bottom: 50px; font-weight: normal; width: 100%;}
.sec_case_2 .case .l-box h3{font-size: 50px; font-family: 'One-Mobile-Title'; line-height: 70px; margin-bottom: 40px; font-weight: normal; width: 100%;}
.sec_case_2 .case .l-box p{font-size: 18px; line-height: 32px;}
.sec_case_2 .case .r-box{width: calc(100% - 710px);}
.sec_case_2 .case .r-box .slick-list{ padding-right:10%; }
.sec_case_2 .case .r-box .slick-track{display: flex !important;}
.sec_case_2 .case .r-box .img{ display: flex; justify-content: space-between; filter: blur(10px); padding: 20px;}
.sec_case_2 .case .r-box .img.slick-active{filter:none;}
.sec_case_2 .case .r-box .img .bx{width: calc((100% - 6px)/2); background-color: #fff; padding: 16px; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12); text-align: center;}
.sec_case_2 .case .r-box .img .bx p{padding: 20px 0; padding-bottom: 5px; font-size: 24px; font-family: 'Montserrat'; font-weight: 500; text-align: center;;}
.sec_case_2 .case .r-box .img .bx .date{font-size: 1.3rem;}
.sec_case_2 .case .r-box .img .bx.after p{font-weight: 700; color: #574aa1; font-size: 27px;}
.sec_case_2 .case .r-box img{width: 100%;}


.slick-next2, .slick-prev2{color: #52419d; font-size: 20px; font-family: 'IBMPlexSansKR-Regular'; position: absolute; top: -40px; right: 11.5%; width: 60px; text-align: right; height: 20px;}
.slick-prev2{transform: translateX(-100%);text-align: left;}
.slick-prev2::after{content: ''; width: 1px; height: 10px; position: absolute;right: 0; background-color: #c5c0e5; top: 50%;}


@media all and (max-width:1600px){
    .sec_case_2 .case .l-box{width: 670px; padding-left: 120px;}
    .sec_case_2 .case .r-box{width: calc(100% - 690px);}
    .sec_case_2 .case .l-box h4{ margin-bottom: 40px;}
    .sec_case_2 .case .l-box h3{line-height: 60px; margin-bottom: 30px;}
    .sec_case_2 .case .l-box p{line-height: 28px;}
    
}
@media all and (max-width:1280px){
    .sec_case_2 .tab li{margin: 0 25px 20px;}
    .sec_case_2 .tab li p{font-size: 20px;}
    .sec_case_2 .tabs li{margin: 0 25px 20px;}
    .sec_case_2 .tabs li p{font-size: 20px;}

    .sec_case_2 .case .l-box{width: 480px; padding-left: 100px;}
    .sec_case_2 .case .r-box{width: calc(100% - 500px);}
    .sec_case_2 .case .l-box h4{font-size: 18px;}
    .sec_case_2 .case .l-box h3{line-height: 40px; font-size: 35px; margin-bottom: 30px;}
    .sec_case_2 .case .l-box p{line-height: 25px; font-size: 16px;}

}
@media all and (max-width:976px){
    .sec_case_2 .tab li{padding: 7px 0; margin: 0 20px 20px;}
    .sec_case_2 .tab li p{font-size: 18px;}
    .sec_case_2 .tabs li{padding: 7px 0; margin: 0 20px 20px;}
    .sec_case_2 .tabs li p{font-size: 18px;}

    .sec_case_2 .inner{height: 730px;}
    .sec_case_2 .inner::before{width: 100%;}
    .sec_case_2 .case .l-box{width: 100%; padding-left: 20px; margin-bottom: 50px;}
    .sec_case_2 .case .r-box{width: 100%;}
    .sec_case_2 .case .l-box h4{font-size: 18px;}
    .sec_case_2 .case .l-box h3{line-height: 40px; font-size: 35px; margin-bottom: 30px;}
    .sec_case_2 .case .l-box p{line-height: 25px; font-size: 16px;}
    .sec_case_2 .case .r-box .slick-list{ padding-right:0%; }
    .sec_case_2 .case .r-box .img .bx{padding: 10px;}
    .sec_case_2 .case .r-box .img .bx p{padding: 10px; padding-bottom: 0; font-size: 18px;}
    .sec_case_2 .case .r-box .img .bx.after p{font-size: 19px;}

    .slick-next2, .slick-prev2{color: #fff;}

}
@media all and (max-width:840px){
    .sec_case_2 .case .l-box{width: 100%; padding: 0px 30px 10px;}
    .sec_case_2 .case .l-box br{display: none;}

    .sec_case_2 .inner{height: 700px;}
    .slick-next2, .slick-prev2{right: 2%;}
}
@media all and (max-width:680px){
    .sec_case_2 .tab li{padding: 5px 0; margin: 0 10px 20px;}
    .sec_case_2 .tab li p{font-size: 16px;}
    .sec_case_2 .tabs li{padding: 5px 0; margin: 0 10px 20px;}
    .sec_case_2 .tabs li p{font-size: 16px;}

    .sec_case_2 .inner{height: 560px;}
    .sec_case_2 .case .l-box h4{font-size: 16px; margin-bottom: 20px;}
    .sec_case_2 .case .l-box h3{line-height: 30px; font-size: 25px; margin-bottom: 15px;}
    .sec_case_2 .case .l-box p{line-height: 20px; font-size: 14px;}
}
@media all and (max-width:490px){
    .sec_case_2 .tab li{ margin: 0 5px 10px;}
    .sec_case_2 .tab li p{font-size: 14px;}
    .sec_case_2 .tabs li{ margin: 0 5px 10px;}
    .sec_case_2 .tabs li p{font-size: 14px;}

    .sec_case_2 .inner{height: 500px;}
    .sec_case_2 .case .l-box h3 br{display: block;}
}




.sec_case_3{width: 100%; position: relative;}
.sec_case_3 .tab{ width: 95%; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 auto;}
.sec_case_3 .tabcontent{display: none; width: 100%; height: 100%;}
.sec_case_3 .tabcontent.on{display: block;}
.sec_case_3 .tab li{padding: 10px 0; text-align: center; border-bottom: 2px solid #52419d; cursor: pointer; margin: 0 25px 30px;}
.sec_case_3 .tab li p{color: #52419d; font-size: 24px; transition: 0.3s;}
.sec_case_3 .tab li.on p{font-weight: bold; transition: 0.3s;}
.sec_case_3 .tabs{ width: 95%; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 auto;}
.sec_case_3 .tabcontent1{display: none; width: 100%; height: 100%;}
.sec_case_3 .tabcontent1.on{display: block;}
.sec_case_3 .tabs li{padding: 10px 0; text-align: center; border-bottom: 2px solid #52419d; cursor: pointer; margin: 0 25px 30px;}
.sec_case_3 .tabs li p{color: #52419d; font-size: 24px; transition: 0.3s;}
.sec_case_3 .tabs li.on p{font-weight: bold; transition: 0.3s;}
.sec_case_3 .inner{width: 100%; height: 620px; position: relative; margin: 7% 0 5%;}
.sec_case_3 .inner::before{width: 57.804%; height: 100%; background-color: #52419d; content: ''; position: absolute; left: 0; top: 0; z-index: -1;}
.sec_case_3 .cont{width: 100%; height: 100%;}
.sec_case_3 .case{width: 100%; height: 100%; display: flex; align-content: center; flex-wrap: wrap; justify-content: space-between;}
.sec_case_3 .case .l-box{width: 710px; color: #fff; padding-left: 160px;display: flex; align-content: center; flex-wrap: wrap;}
.sec_case_3 .case .l-box h4{font-size: 22px; font-family: 'One-Mobile-Title'; margin-bottom: 50px; font-weight: normal; width: 100%;}
.sec_case_3 .case .l-box h3{font-size: 50px; font-family: 'One-Mobile-Title'; line-height: 70px; margin-bottom: 40px; font-weight: normal; width: 100%;}
.sec_case_3 .case .l-box p{font-size: 18px; line-height: 32px;}
.sec_case_3 .case .r-box{width: calc(100% - 710px);}
.sec_case_3 .case .r-box .slick-list{ padding-right:10%; }
.sec_case_3 .case .r-box .slick-track{display: flex !important;}
.sec_case_3 .case .r-box .img{ display: flex; justify-content: space-between; filter: blur(10px); padding: 20px;}
.sec_case_3 .case .r-box .img.slick-active{filter:none;}
.sec_case_3 .case .r-box .img .bx{width: calc((100% - 6px)/2); background-color: #fff; padding: 16px; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12);text-align: center;;}
.sec_case_3 .case .r-box .img .bx p{padding: 20px 0; padding-bottom: 5px; font-size: 24px; font-family: 'Montserrat'; font-weight: 500; text-align: center;;}
.sec_case_3 .case .r-box .img .bx .date{font-size: 1.3rem;}
.sec_case_3 .case .r-box .img .bx.after p{font-weight: 700; color: #574aa1; font-size: 27px;}
.sec_case_3 .case .r-box img{width: 100%;}


.slick-next2, .slick-prev2{color: #52419d; font-size: 20px; font-family: 'IBMPlexSansKR-Regular'; position: absolute; top: -40px; right: 11.5%; width: 60px; text-align: right; height: 20px;}
.slick-prev2{transform: translateX(-100%);text-align: left;}
.slick-prev2::after{content: ''; width: 1px; height: 10px; position: absolute;right: 0; background-color: #c5c0e5; top: 50%;}


@media all and (max-width:1600px){
    .sec_case_3 .case .l-box{width: 670px; padding-left: 120px;}
    .sec_case_3 .case .r-box{width: calc(100% - 690px);}
    .sec_case_3 .case .l-box h4{ margin-bottom: 40px;}
    .sec_case_3 .case .l-box h3{line-height: 60px; margin-bottom: 30px;}
    .sec_case_3 .case .l-box p{line-height: 28px;}
    
}
@media all and (max-width:1280px){
    .sec_case_3 .tab li{margin: 0 25px 20px;}
    .sec_case_3 .tab li p{font-size: 20px;}
    .sec_case_3 .tabs li{margin: 0 25px 20px;}
    .sec_case_3 .tabs li p{font-size: 20px;}
    .sec_case_3 .case .l-box{width: 480px; padding-left: 100px;}
    .sec_case_3 .case .r-box{width: calc(100% - 500px);}
    .sec_case_3 .case .l-box h4{font-size: 18px;}
    .sec_case_3 .case .l-box h3{line-height: 40px; font-size: 35px; margin-bottom: 30px;}
    .sec_case_3 .case .l-box p{line-height: 25px; font-size: 16px;}

}
@media all and (max-width:976px){
    .sec_case_3 .tab li{padding: 7px 0; margin: 0 20px 20px;}
    .sec_case_3 .tab li p{font-size: 18px;}
    .sec_case_3 .tabs li{padding: 7px 0; margin: 0 20px 20px;}
    .sec_case_3 .tabs li p{font-size: 18px;}
    .sec_case_3 .inner{height: 730px;}
    .sec_case_3 .inner::before{width: 100%;}
    .sec_case_3 .case .l-box{width: 100%; padding-left: 20px; margin-bottom: 50px;}
    .sec_case_3 .case .r-box{width: 100%;}
    .sec_case_3 .case .l-box h4{font-size: 18px;}
    .sec_case_3 .case .l-box h3{line-height: 40px; font-size: 35px; margin-bottom: 30px;}
    .sec_case_3 .case .l-box p{line-height: 25px; font-size: 16px;}
    .sec_case_3 .case .r-box .slick-list{ padding-right:0%; }
    .sec_case_3 .case .r-box .img .bx{padding: 10px;}
    .sec_case_3 .case .r-box .img .bx p{padding: 10px; padding-bottom: 0; font-size: 18px;}
    .sec_case_3 .case .r-box .img .bx.after p{font-size: 19px;}

    .slick-next2, .slick-prev2{color: #fff;}

}
@media all and (max-width:840px){
    .sec_case_3 .case .l-box{width: 100%; padding: 0px 30px 10px;}
    .sec_case_3 .case .l-box br{display: none;}

    .sec_case_3 .inner{height: 700px;}
    .slick-next2, .slick-prev2{right: 2%;}
}
@media all and (max-width:680px){
    .sec_case_3 .tab li{padding: 5px 0; margin: 0 10px 20px;}
    .sec_case_3 .tab li p{font-size: 16px;}
    .sec_case_3 .tabs li{padding: 5px 0; margin: 0 10px 20px;}
    .sec_case_3 .tabs li p{font-size: 16px;}
    .sec_case_3 .inner{height: 560px;}
    .sec_case_3 .case .l-box h4{font-size: 16px; margin-bottom: 20px;}
    .sec_case_3 .case .l-box h3{line-height: 30px; font-size: 25px; margin-bottom: 15px;}
    .sec_case_3 .case .l-box p{line-height: 20px; font-size: 14px;}
}
@media all and (max-width:490px){
    .sec_case_3 .tab li{ margin: 0 5px 10px;}
    .sec_case_3 .tab li p{font-size: 14px;}
    .sec_case_3 .tabs li{ margin: 0 5px 10px;}
    .sec_case_3 .tabs li p{font-size: 14px;}
    .sec_case_3 .inner{height: 500px;}
    .sec_case_3 .case .l-box h3 br{display: block;}
}



#realReview .main_t{padding: 90px 0; text-align: center;}
#realReview .main_t .eng{font-size:80px; font-weight: 900; opacity: 0.1; line-height: 1em;}
#realReview .main_t h3{font-size: 50px; font-weight: 900; color: #111; line-height: 1em;}
#realReview .main_t .desc{margin-top: 20px; font-size: 20px; color: #111;}

#realReview .best_cate{text-align: center;;}
#realReview .best_cate .cate_div{display: inline-block;}
#realReview .best_cate .cate_div li{display: inline-block; margin: 2px 2px 0;}
#realReview .best_cate .cate_div li a{font-size: 20px; display: inline-block; padding: 10px 20px; background-color: #eee; font-weight: 700;}
#realReview .best_cate .cate_div #bo_cate_on{color: #fff; background-color: #111;}

#realReview .best_cate .best_slider{margin-top: -3px;; position: relative; background: #111; padding: 10px;}
#realReview .best_cate .best_slider .slick-track{display: flex !important; gap: 10px;}
#realReview .best_cate .best_slider .list{position: relative; width: 300px; height: 300px; border-radius: 10px; background-repeat: no-repeat; background-position: center center;}
#realReview .best_cate .best_slider .list .view_cnt{position: absolute; right: 10px; bottom:10px; color: #fff; font-size: 14px; font-weight: 700; display: flex; align-items: center; gap: 3px;}
#realReview .best_cate .best_slider .list .view_cnt span{font-size: 16px; font-weight: 200;}
#realReview .best_cate .best_slider .list .txt{position: absolute; left: 0; bottom: 0; width: 100%; padding: 4%; background: linear-gradient(to top, #11111199, transparent); font-size: 15px; color: #fff; text-align: left;}
#realReview .best_cate .best_slider .list .txt p{text-overflow: ellipsis; overflow: hidden; display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 2;}
#realReview .best_cate .best_slider .list .txt .more{font-size: 13px;}
#realReview .best_cate .best_slider .slick-arrow{font-family: 'suit'; color: #fff; position: absolute; top: 50%; transform: translateY(-50%); z-index: 99; font-size: 40px; left: 20px; font-weight: 300; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);}
#realReview .best_cate .best_slider .slick-next4{left: auto; right: 20px;}
#realReview .best_cate .rev_t{text-align: center; background-color: #111; color: #fff; font-size: 50px; font-weight: 900; padding: 0 0 12px;}

#realReview .sub_cate{padding: 90px 0; text-align: center;}
#realReview .sub_cate ul{display: inline-flex; flex-wrap: wrap;  gap: 10px; width: 100%; max-width: 970px;}
#realReview .sub_cate ul li{width: calc((100% - 10px*7)/8);}
#realReview .sub_cate ul li a{display: block; width: 100%; border:1px solid #eee; border-radius: 5px; color: #999; font-size: 19px; padding: 10px;}
#realReview .sub_cate ul li a.on{background: #111; color: #fff;}
#realReview .sub_t{margin-top: 30px; text-align: center; color:#111; font-size: 40px; font-weight: 800; padding: 0 0 12px;}

#realReview .realreview_list{display: flex; flex-wrap: wrap; gap:40px 30px;}
#realReview .realreview_list .list{width: calc((100% - 30px*3)/4);}
#realReview .realreview_list .list .img{margin: 20px 0; border-radius: 5px; height: 300px; background-repeat: no-repeat; background-position: center center;}
#realReview .realreview_list .list .list_t{padding-bottom: 5px; font-size: 18px; font-weight: 700; border-bottom: 1px solid #ddd;}
#realReview .realreview_list .list .list_t p{ text-overflow: ellipsis;white-space: nowrap;overflow: hidden; color: #111;}
#realReview .realreview_list .list .list_info{padding-top: 5px; display: flex; justify-content: space-between; align-items: center;}
#realReview .realreview_list .list .list_info .view_cnt{display: flex; align-items: center; font-size: 14px;}
#realReview .realreview_list .list .list_info .view_cnt span{font-size: 16px;}
#realReview .realreview_list .list .list_info .wrt{display: flex; align-items: center; gap: 3px;}
#realReview .realreview_list .list .list_info .wrt .dt{opacity: 0.5; font-weight: 600; font-size: 13px;}
#realReview .realreview_list .list .key{display: flex; flex-wrap: wrap; gap: 5px;}
#realReview .realreview_list .list .key li{}
#realReview .realreview_list .list .key li a{padding: 6px 12px 8px; background-color: #111; color: #fff; border-radius: 5px; font-size: 14px;}

@media all and (max-width:1399px){
    #realReview .best_cate .best_slider .list{height: 260px;}
}
@media all and (max-width:1280px){
    #realReview .best_cate .best_slider .list{height: 27vw;}
}
@media all and (max-width:976px){
    #realReview .main_t{padding: 70px 0;}
    #realReview .main_t .eng{font-size: 60px;}
    #realReview .main_t h3{font-size: 40px;}
    #realReview .main_t .desc{font-size: 19px;}

    #realReview .sub_cate{padding: 70px 0;}
    #realReview .sub_cate ul li{width: calc((100% - 10px*3)/4);}

}
@media all and (max-width:767px){
    #realReview .main_t{text-align: left; padding: 50px 0;}
    #realReview .best_cate .cate_div{display: block;}
    #realReview .best_cate .cate_div ul{display: flex; gap: 4px;}
    #realReview .best_cate .cate_div li{margin: 0; width: calc((100% - 4px*4)/5);}
    #realReview .best_cate .cate_div li a{width: 100%; border-radius: 4px 4px 0 0; padding: 8px 0 12px;}

    #realReview .best_cate .best_slider .list{height: 37vw;}
    #realReview .best_cate .rev_t{font-size: 40px;}

    #realReview .sub_cate{padding: 50px 0;}
}
@media all and (max-width:480px){
    #realReview .best_cate .cate_div li a{font-size: 15px;}

    #realReview .best_cate .best_slider .list{max-width: 414px;}
    #realReview .best_cate .best_slider .list{height: 55vw;}
}
@media all and (max-width:380px){
    #realReview .main_t .desc{font-size: 16px;}
}


.trustful_top{width: 100%; margin-top: 130px; padding-bottom:50px; display:flex; justify-content:flex-end; overflow: hidden;}
            .trustful_top .txt{text-align: right; padding:60px;}
            .trustful_top .txt .eng{font-size: 97px; font-family: 'Montserrat'; font-weight: 900; color:#52419d; opacity: 0.1;}
            .trustful_top .txt .t1{font-size: 48px; color:#111; font-weight: 300;}
            .trustful_top .txt .t1 span{color:#52419d;}
            .trustful_top .txt .t2{font-size: 16px; margin-top: 30px; line-height: 1.8em;}
            .trustful_top .img img{border-radius:0 0 0 200px;}
            @media all and (max-width:1699px){
                .trustful_top .img img{max-width:100%;}
                .trustful_top .txt{white-space: nowrap;}
                .trustful_top .txt .eng{font-size: 76px;}
                .trustful_top .txt .t1{font-size: 38px;}
            }
            @media all and (max-width:1399px){
                .trustful_top .txt{padding:30px;}
                .trustful_top .img img{border-radius:0 0 0 100px;}
            }
            @media all and (max-width:976px){
                .trustful_top .txt .eng{font-size: 56px;}
                .trustful_top .txt .t1{font-size: 28px;}
            }
            @media all and (max-width:767px){
                .trustful_top{justify-content:flex-start;}
                .trustful_top .txt {width: 300px; margin-right:-60px; z-index: 2;}
                .trustful_top .img img{max-width: 500px;}
            }
            @media all and (max-width:500px){
                .trustful_top{margin-top:80px; padding-bottom:0; flex-direction:column-reverse; width: 94%; margin-left:auto; margin-right:auto;}
                .trustful_top .txt{text-align: left; padding:20px; padding-left:0;}
                .trustful_top .img img{border-radius:0;}
                .trustful_top .img{width: 100%; border-radius:0 0 100px 0; overflow: hidden;}
            }


.howto_list{margin-top: 40px; display: flex; justify-content: center;}
.howto_list li{width: 385px; margin: 10px;}
.howto_list li img{border-radius: 20px; width: 100%;}
.howto_list .arrow_box{display: flex; align-items: center; margin: 0 -30px;  position: relative; z-index: 3;}
.howto_list .arrow_box img{width: 100%; transform: translateY(-50%);}
@media all and (max-width:640px){
    .howto_list{margin-top: 20px;}
    .howto_list.w4{ flex-wrap: wrap;}
    .howto_list.w4 li {width: calc(50% - 40px)}
    .howto_list.w4 .arrow_box:nth-of-type(2){display: none;}
    .howto_list.w4 .arrow_box{ width: 40px;}
    .howto_list li img{border-radius: 10px;}
    .howto_list .arrow_box{margin:0 -25px;}
}



.tbox_stit{margin: 50px 0; text-align: center;}
.tbox_stit p.eng{margin-bottom: 5px; font-size: 1.8rem; font-weight: 600; color: #52419d; letter-spacing: 0;}
.tbox_stit .tbox{display: inline-block;}
.tbox_stit .tbox p{padding: 4px 20px 8px; background-color: #52419d; color: #fff; font-size: 2.4rem; font-weight: 400;}
.tbox_stit .t1{margin: 0.8em 0; font-size: 1.8rem; line-height: 1.6em;}
@media all and (max-width:640px){
    .tbox_stit{margin: 50px 0 20px; text-align: left;}
    .tbox_stit p.eng{font-size: 1.4rem;}
    .tbox_stit .tbox p{font-size: 1.6rem; padding: 4px 10px 6px;}
    .tbox_stit .t1{font-size: 1.5rem;}
}

.type_dl{display: flex; justify-content: center; text-align: center; flex-wrap: wrap;}
.type_dl dl{margin: 12px; width: 260px; box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.08);} 
.type_dl dl dt{padding: 40px 20px;}
.type_dl dl dt p.eng{font-size: 1.4rem; color: #52419d; font-weight: 700; letter-spacing: 0;}
.type_dl dl dt h5{display: inline-block; color: #52419d; text-decoration: underline; font-size: 3.0rem; text-underline-position:under; text-decoration-thickness:1px; }
.type_dl dl dd {padding:0 20px 20px;}
.type_dl dl dd p{font-size: 1.6rem; line-height: 1.6em;}
.type_dl dl dd a{font-size: 1.4rem; display: inline-block; padding: 20px 0 10px; color: #a8a2be; letter-spacing: 0; font-weight: 500;}
@media all and (max-width:640px){
    .type_dl{}
    .type_dl dl{}
}


.type_slider{}
.type_slider li.slick-slide{display: flex !important; align-items:center;}
.type_slider li .img{ width: 560px;}
.type_slider li .img img{border-radius: 7vw; max-width: 100%;}
.type_slider li .txt{padding: 80px; width: calc(100% - 560px);}
.type_slider li .txt .type{font-size: 1.4rem; color: #52419d; font-weight: 600; margin-bottom: 40px;}
.type_slider li .txt h5{margin-bottom: 20px; font-size: 3.4rem;  color: #222;}
.type_slider li .txt .desc{margin-bottom: 40px; line-height: 1.6em; font-size: 1.8rem; color: #6e6b7a;}
.type_slider li .txt a{display: inline-flex; justify-content: space-between; color: #52419d; width: 140px;}
.type_slider .slick-dots{left: calc(560px + 75px);}
.type_slider .slick-dots li{background-color: #7c759d;}
.type_slider .slick-dots li.slick-active{background-color: #52419d;}
@media all and (max-width:1280px){
    .type_slider li .img{ width: 460px;}
    .type_slider li .txt{width: calc(100% - 460px);}
    .type_slider .slick-dots{left: calc(460px + 75px); bottom: 2%;}
}
@media all and (max-width:976px){
    .type_slider li .img{ width: 360px;}
    .type_slider li .txt{padding: 50px; width: calc(100% - 360px);}
    .type_slider li .txt .type{margin-bottom: 20px;}
    .type_slider li .txt .desc{margin-bottom: 20px;}
    .type_slider .slick-dots{left: calc(360px + 45px); bottom: 5%;}
    .type_slider .slick-dots li{width: 10px; height: 10px;}
}
@media all and (max-width:640px){
    .type_slider li.slick-slide{flex-direction: column;}
    .type_slider li .img{width: 90%; max-width: 360px;}
    .type_slider li .img img{width: 100%;}
    .type_slider li .txt{width: 100%; padding: 5%; padding-bottom: 40px;}
    .type_slider li .txt h5{font-size: 2.6rem;}
    .type_slider li .txt .desc{font-size: 1.6rem;}
    .type_slider .slick-dots{left: 5%; bottom: 0;}
}


.big_img{margin: 50px 0 0; text-align: center;}
.big_img img{width: 100%; max-width: 800px;}
.big_img_t{margin: -50px 0 0; font-size: 90px; color: #52419d; font-family: 'Marcellus';}
.big_img_t2 .tbox{font-size: 30px; color: #fff; background-color: #52419d; font-weight: 600;}
.big_img_list{ max-width: 800px; margin: 0 auto;}
.big_img_list li{margin-bottom: 20px; background-color: #fff; padding: 20px;}
.big_img_list li div{display: flex; align-items: center; font-size: 20px; color: #222;}
.big_img_list li div p{margin-top: 0; margin-left: 1em;}
.big_img_list li div p .clr{color: #52419d;}
.big_img_list li div strong{font-weight: 800;}
@media all and (max-width:640px){
    .big_img_t{margin: -20px 0 0; font-size: 50px;}
    .big_img_list li div{font-size: 16px;}
    .big_img_list li div{display: block; text-align: left;}
    .big_img_list li div p{margin-left: 0;}
}


.arrow_anim{}
.arrow_anim span{display: inline-block; animation: arrow_anim1 1s ease 0s infinite; font-family: 'GmarketSans'; font-size: 40px; font-weight: 700; color: #52419d;}
@keyframes arrow_anim1 {
    0%{transform: translateY(0);}
    50%{transform: translateY(-5px);}
    100%{transform: translateY(0);}
    
}


.advt_list{margin-top: 10px; width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
.advt_list li{position: relative; padding: 20px; width: 45%; margin: 10px; border:6px solid #52419d11; border-radius: 90px; color: #52419d;}
.advt_list li span.ico{position: absolute; left: 20px; top: 20px;}
.advt_list li p{padding-left: 35px; font-size: 2.0rem; font-weight: 600; text-align: left; margin-top: 0;color: #52419d; }
.advt_list li p .smll{font-size: 0.85em; color: #787878; font-weight: 400;}
@media all and (max-width:767px){
    .advt_list li{width: 100%; margin: 5px;}
}



#traumaTop{height: 790px; position: relative;}
#traumaTop:before{content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 400px; background: linear-gradient(transparent, #b43b44);}
#traumaTop .bgc{display: flex; justify-content: center;  align-items: flex-end;  height: 100%; background:url('/images/sub/trauma1-top-bg.png')center bottom}
#traumaTop .txt{position: relative; z-index: 3; color: #fff; text-align: center; padding-bottom: 140px;}
#traumaTop .txt h5{font-size: 3.6rem; font-weight: 200;}
#traumaTop .txt h4{font-size: 9.0rem; font-family: 'One-Mobile-Title'; font-weight: normal;}
#traumaTop .txt p{margin-top: 15px; font-size: 3.0rem;}
@media all and (max-width:976px){
    #traumaTop{height: 765px;}
    #traumaTop .bgc{background:url('/images/sub/trauma1-top-bg-mo.png')center bottom}
    #traumaTop .txt{padding-bottom: 100px;}
    #traumaTop .txt h4{font-size: 7.7rem;}
    #traumaTop .txt p{font-size: 2.4rem;}
}
@media all and (max-width:480px){
    #traumaTop{height: 600px;}
    #traumaTop .txt h5{font-size: 3.0rem;}
    #traumaTop .txt h4{font-size: 5.7rem;}
    #traumaTop .txt p{font-size: 2.0rem;}
}


.bg-gray{background-color: #f5f5f5;}
.t-Part{padding: 160px 0;}
#traumaTitle{text-align: center; color: #222; margin-bottom: 30px;}
#traumaTitle h6{font-size: 2.6rem; font-weight: normal;}
#traumaTitle .fc1{color: #4e54c8;}
#traumaTitle h5{font-size: 6.1rem; font-weight: 800; word-break:keep-all;}
#traumaTitle h5 span{word-break: keep-all;}
#traumaTitle h4{font-size: 7.5rem; font-weight: 800;}
#traumaTitle .t1{margin: 60px 0; font-size: 2.0rem; color: #444; line-height: 1.5em;}
#traumaTitle .t1 .s1{color: #4e54c8; font-size: 4.7rem; display: inline-block; line-height: 1.4em; margin-bottom: 0.2em;}
#traumaTitle .t1 .s2{font-weight: 500; font-size: 2.6rem; line-height: 1.6em;}
#traumaTitle .t2{padding-top: 38px; font-family: 'One-Mobile-Title'; font-size: 2.5rem; color: #3d3d3d;}
#traumaTitle .t3{font-size: 2.0rem; color: #4e54c8;  font-family: 'One-Mobile-Title';}

#centerImg{text-align: center;}
#centerImg img{border-radius: 30px; max-width: 100%;}
#centerImg .t1{padding-top: 30px; font-size: 2.2rem; color: #000; line-height: 1.6em;}
#centerImg .fc1{color: #4e54c8;}
#centerImg .t2{line-height: 1.7em; font-size: 1.7rem; color: #444; margin-top: 10px;}

@media all and (max-width:976px){
    .t-Part{padding: 100px 0;}

    #traumaTitle h6{font-size: 2.4rem;}
    #traumaTitle h5{font-size: 5.4rem;}
    #traumaTitle h4{font-size: 6.4rem;}
    #traumaTitle .t1{font-size: 1.8rem;}
    #traumaTitle .t1 .s1{font-size: 4.0rem;}
    #traumaTitle .t1 .s2{font-size: 2.0rem;}
}
@media all and (max-width:480px){
    .t-Part{padding: 70px 0;}

    #traumaTitle h6{font-size: 2.2rem;}
    #traumaTitle h5{font-size: 4.4rem;}
    #traumaTitle h4{font-size: 5.4rem;}

    #centerImg .t1{font-size: 1.8rem;}
    #centerImg .t2{font-size: 1.5rem;}
}



.tb-trauma{margin: 0 auto; width: 100%; max-width: 970px;}
.tb-trauma th, .tb-trauma td{padding: 1em; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.tb-trauma th:last-child, .tb-trauma td:last-child{border-right:none;}
.tb-trauma thead th{font-family: 'One-Mobile-Title'; font-size: 2.0rem;}
.tb-trauma .bg-black{background-color: #3d3d3d; color: #fff;}
.tb-trauma .bg-gray{background-color: #777777; color: #fff;}
.tb-trauma .bg-color{background-color: #4e54c8; color: #fff;}
.tb-trauma .bg-td1{background-color: rgba(238, 238, 238, 0.7); color: #444444;}
.tb-trauma .bg-td2{background-color: rgba(34, 34, 34, 0.1); color:#777777;}
.tb-trauma .bg-td3{background-color: rgba(243, 244, 255, 0.7); color: #282828;}
.tb-trauma tbody td{font-size: 2.0rem;}
.tb-trauma thead th{padding-block: 1.5em;}
@media all and (max-width:976px){
    .tb-trauma thead th{padding-block: 1em;}
    .tb-trauma tbody td{font-size: 1.8rem;}
}
@media all and (max-width:480px){
    .tb-trauma thead th{font-size: 1.8rem;}
    .tb-trauma tbody td{font-size: 1.6rem;}
}

.dl-trauma{display: flex; justify-content: center; width: 100%; max-width: 970px; margin: 0 auto 5px;}
.dl-trauma dt{margin-right: 5px; display: flex; align-items: center; justify-content: center; width: 20%; background-color: rgba(88, 94, 180, 0.1); text-align: center; color: #4e54c8; font-size: 2.2rem; font-weight: 500; border-left: 2px solid #4e54c8;}
.dl-trauma dd{width: 80%; padding: 30px 24px; border: 1px solid #e1e3fb; color: #3c4188; font-size: 2.0rem;}
.dl-trauma dd .s1{font-size: 0.9em;}
@media all and (max-width:976px){
    .dl-trauma dt{font-size: 2.0rem;}
    .dl-trauma dd{font-size: 1.8rem;}
}
@media all and (max-width:480px){
    .dl-trauma dt{font-size: 1.8rem; padding: 10px; word-break: keep-all;}
    .dl-trauma dd{font-size: 1.6rem; padding: 20px 18px;}
}

.list-trauma{width: 100%; max-width: 970px; margin: 0 auto;}
.list-trauma li{display: flex; margin-bottom: 10px;}
.list-trauma li .num{display: inline-flex; justify-content: center; align-items: center; background-color: #4e54c8; color: #fff; font-family: 'One-Mobile-Title'; font-size: 1.8rem; width: 58px; height: auto;}
.list-trauma li p{padding-block: 1.1em; padding-left: 2em; width: 100%; background-color: #f7f7ff; color: #14174e; font-weight: 500; font-size: 1.6rem;}
@media all and (max-width:976px){
    
}
@media all and (max-width:480px){
    .list-trauma li p{padding-block: 1.4em; padding-left: 1em;}
}

.icon-trauma{display: flex; flex-wrap: wrap; justify-content: center; gap:10px; max-width: 790px; margin: 0 auto;}
.icon-trauma li{display: flex; justify-content: center; align-items: center;width: 140px; height: 140px; text-align: center; border:1px solid #bebfd6;}
.icon-trauma li .img{display: inline-block; width: 80px ;height: 80px; background-color: #f0f1fa; border-radius: 50%;}
.icon-trauma li p{font-weight: 600; padding-top: 4px;}
@media all and (max-width:976px){
    
}
@media all and (max-width:480px){
    .icon-trauma li{width: 28vw; height: 28vw;}
    .icon-trauma li .img{width: 18vw; height: 18vw;}
    .icon-trauma li .img img{width: 100%;}
}

.drlist-tr{display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;}
.drlist-tr li{display: flex; align-items: flex-end; justify-content: center; width: 188px; height: 230px; background-color: #e3e4f1;}
.drlist-t1{margin: 40px 0 0; font-size: 1.8rem;}
.drlist-t1 a{margin-top: 20px; display: inline-block; background-color: #000000; color: #fff; padding: 0.6em 2em;}
@media all and (max-width:640px){
    .drlist-tr li{width: calc((100% - 10px*1)/2); height: auto; padding-top: 20px; overflow: hidden;}
    .drlist-tr li img{height: 100%;}
}

.equip-tr-top{display: flex; width: 100%; align-items: center;}
.equip-tr-top .txt{padding: 5% 7%; width: 100%; background-color: #000; background: url('/images/sub/trauma1-img12.png') center center/cover; color: #fff;}
.equip-tr-top.ver2 .txt{text-align: right; background: url('/images/sub/trauma1-img14.png') center center/cover;}
.equip-tr-top .txt h6{margin-bottom: 1em;; font-size: 2.6rem; font-weight: normal;}
.equip-tr-top .txt h5{font-size: 4.3rem ; font-weight: normal; line-height: 1.1em;}
.equip-tr-top .txt h5 .s1{font-size: 6.0rem; color: #ffd966; font-weight: 700;}
.equip-tr-top .txt h5 .s2{font-weight: 700; color: #ffd966;}
.equip-tr-top .txt .list{margin-top: 40px;}
.equip-tr-top .txt .list li{margin-bottom: 2em;; display: flex; font-size: 1.8rem; align-items: center;}
.equip-tr-top .txt .list li .num{margin-right: 0.5em; background-color: #000; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 50%;}
.equip-tr-top.ver2 .txt .list li{flex-direction: row-reverse;}
.equip-tr-top.ver2 .txt .list li .num{margin-right: 0; margin-left: 0.5em;;}

.equip-tr-top + .txt2{margin-top: 140px; text-align: center; }
.equip-tr-top + .txt2 p{display: inline-block; width: 80%; padding: 2em; background-color: #2d2e68; font-size: 1.9rem; color: #fff;}
.equip-tr-top + .txt2 p span{color: #ffd966;}
@media all and (max-width:1180px){
    .equip-tr-top{flex-direction: column;}
    .equip-tr-top .img{margin-bottom: -120px; position: relative; width: 100%; text-align: center;}
    .equip-tr-top .img img{position: relative; z-index: 3;;}
    .equip-tr-top .img:before{content: ''; position: absolute; width: 100%; height: 80%; left: 0; bottom: 0; background-color: #4247ab; z-index: -1;}

    .equip-tr-top .txt{position: relative; padding-top: 180px; text-align: center;}
    .equip-tr-top .txt:before{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 200px; background: linear-gradient(#4247ab, transparent);}
    .equip-tr-top .txt .list{display: flex; flex-direction: column; align-items: center;}
    

    .equip-tr-top.ver2{flex-direction: column-reverse;}
    .equip-tr-top.ver2 .txt{position: relative; padding-top: 180px; text-align: center;}
    .equip-tr-top.ver2 .txt:before{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 200px; background: linear-gradient(#4247ab, transparent);}
    .equip-tr-top.ver2 .txt .list{display: flex; flex-direction: column; align-items: center;}
    .equip-tr-top.ver2 .txt .list li{flex-direction: row;}
    .equip-tr-top.ver2 .txt .list li .num{margin-left: 0; margin-right: 0.5em;}
    

    .equip-tr-top + .txt2 p{word-break: keep-all;}

}
@media all and (max-width:976px){
    .equip-tr-top .img img{max-width: 90%;}
    .equip-tr-top + .txt2{margin-top: 100px;}
}
@media all and (max-width:480px){
    .equip-tr-top + .txt2{margin-top: 70px;}
    
}

.ane-trauma{}
.ane-trauma .top{position: relative; text-align: center;}
.ane-trauma .top img{}
.ane-trauma .top p{position: absolute; left: 50%; bottom: -21px; transform: translateX(-50%); font-family: 'One-Mobile-Title'; font-size: 1.8rem; background-color: #4e54c8; color: #fff; border-radius: 5px; padding: 0 0.8em; font-weight: normal; line-height: 42px;}
.ane-trauma .top:before{content: ''; width: calc(100% - 160px); height:414px; position: absolute; right: 0; bottom: 0; background: url('/images/sub/trauma1-img16.png'); z-index: -1;}
.ane-trauma .btm{display: flex; width: calc(100% - 160px); margin-left: auto; padding: 80px 80px 0; color: #222222;}
.ane-trauma .btm .tit-group{width: 460px; padding-left: 20px;}
.ane-trauma .btm .tit-group h6{font-size: 5.0rem; line-height: 1;}
.ane-trauma .btm .cont-group{padding: 0 20px;}
.ane-trauma .btm .cont-group p.t1{font-size: 2.9rem; line-height: 1.6em;}
.ane-trauma .btm .cont-group p.t1 .s1{color: #4e54c8; font-size: 3.7rem; font-weight: 700;}
@media all and (max-width:1499px){
    .ane-trauma .btm{padding: 60px 40px 0; flex-direction: column; gap: 20px;}
}
@media all and (max-width:976px){
    .ane-trauma .top:before{width: 100%; height: 80%;}
    .ane-trauma .top img{max-width: 50%;}
    .ane-trauma .top p{font-size: 1.5rem; width: 230px; line-height: 36px;}
    .ane-trauma .btm{width: 100%;}
    .ane-trauma .btm .tit-group{display: none;}
    .ane-trauma .btm .cont-group{text-align: center;}
    .ane-trauma .btm .cont-group p.t1{font-size: 2.0rem; word-break: keep-all;}
    .ane-trauma .btm .cont-group p.t1 .s1{font-size: 2.8rem; word-break: keep-all;}

}
@media all and (max-width:480px){
    .ane-trauma .btm{padding: 40px 0 0;}
    .ane-trauma .btm .cont-group p.t1{font-size: 1.8rem;}
    .ane-trauma .btm .cont-group p.t1 .s1{font-size: 2.4rem;}
}


.circle-tr{text-align: center; margin-top: 45px;}
.circle-tr h6{font-size: 2.8rem; font-family: 'One-Mobile-Title'; color: #222; font-weight: normal;}
.circle-tr ul{display: flex; justify-content: center;}
.circle-tr ul li{margin: 20px; display: flex; justify-content: center; align-items: center; width: 250px; height: 250px; background-color: #4e54c8; color: #fff; border-radius: 50%; font-size: 2.6rem; font-weight: 600;}

@media all and (max-width:976px){
    .circle-tr ul li{margin: 10px; width: 24vw; height: 24vw; font-size: clamp(1.5rem, 2.4vw, 2.6rem);}
}
@media all and (max-width:480px){
    .circle-tr ul li{margin: 5px;}
}


.scar-sl-wrap{overflow: hidden; width: calc(100% - 160px); margin-left: auto;} 
.scar-slider{display: flex; width: calc(100% + 100px); }
.scar-slider li{position: relative; margin-right: 10px;}
.scar-slider li img{width: 100%;}
.scar-slider li p{font-size: 2.7rem; color: #fff; position: absolute; left: 1em; top: 1em;}
@media all and (max-width:1499px){
}
@media all and (max-width:976px){
    .scar-sl-wrap{width: 100%;}
    .scar-slider{}
    .scar-slider li{margin-right: 5px;}
    .scar-slider li p{font-size: clamp(1.4rem, 2.0vw, 2.7rem);}
}
@media all and (max-width:480px){
    
}

.vlparking-tr{position: relative;}
.vlparking-tr:before{content: ''; position: absolute; width: 100%; height: 400px; left: 0; top:60px; background-color: #4e54c8; z-index: -1;}
@media all and (max-width:1499px){
}
@media all and (max-width:976px){
    .vlparking-tr img{max-width: 100%;}
}
@media all and (max-width:829px){
    .vlparking-tr:before{display: none;}
}
@media all and (max-width:480px){
    
}


.contour_top{position: relative; margin-top: 120px; text-align: center;}
.contour_top dl{padding-top: 1em; color: #52419d; font-size: 2.4rem; text-align: center;}
.contour_top dl dd{padding-top: 0.3em; font-weight: 700; font-size: 3.6rem;}
.contour_top dl dd .tbox{background-color: #52419d; padding: 6px 16px;   color: #fff;}
.contour_top .line_v{margin-top: 5%; display: inline-block; width: 1px; height: 80px; background-color: #52419d;}
.contour_tit{margin: 10% 0 5%; text-align: center;}
.contour_tit.top{margin: 5% 0;}
.contour_tit h5{padding-bottom: 2em; font-size: 1.8rem; font-weight: 700; color: #52419d;}
.contour_tit h3{font-size: 6rem; color: #000; letter-spacing: -0.05em; word-break: keep-all; font-weight: 300;}
.contour_tit h3 .fc{color: #52419d; word-break: keep-all}
.contour_tit h4{margin-top: 2%; color: #52419d; font-size: 3.6rem; font-weight: 400; word-break: keep-all}
.contour_tit p{font-size: 1.8rem; line-height: 1.6; margin-top: 2%; word-break: keep-all}
@media all and (max-width:976px){
    .contour_top{margin-top: 8%;}
    .contour_top dl{font-size: 1.8rem;}
    .contour_top dl dd{font-size: 2.0rem;}
    .contour_tit{}
    .contour_tit h3{font-size: 3.2rem;}
    .contour_tit h4{font-size: 2.2rem;}
    .contour_tit p{font-size: 1.6rem;}
}
@media all and (max-width:568px){
    .contour_top dl{font-size: 1.6rem;}
    .contour_top dl dd{font-size: 1.8rem;}
    .contour_top dl dd .tbox{padding: 3px 10px;}
    .contour_top .line_v{height: 40px;}
    .contour_tit h3{font-size: 2.4rem;}
    .contour_tit h4{font-size: 1.8rem;}
    .contour_tit p{font-size: 1.4rem;}
    .contour_tit p br{display: none;}
}



.circleList{display: flex; justify-content: center; gap: 20px;}
.circleList li{display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; width: clamp(240px, 20vw, 320px); height: clamp(240px, 20vw, 320px); border:1px solid #d2d2d2; border-radius: 50%; color: #000;}
.circleList li .num{font-size: 1.8rem; font-weight: 700;}
.circleList li p{margin-top: 1.5em; font-size: 2.4rem; line-height: 1.5em;}
@media all and (max-width:1280px){
    .circleList{flex-wrap: wrap;}
    .circleList li p{margin-top: .5em; font-size: 2.0rem;}
}


.designpointList{display: flex; justify-content: center; gap: 20px;}
.designpointList li{}
.designpointList li dl{padding: 35px; box-shadow: 0 0 40px 0 rgba(0,0,0,0.1); text-align: center; color: #000;}
.designpointList li dt{font-size: 3.0rem; font-weight: 700;}
.designpointList li dd{margin-top: 1em; font-size: 1.8rem; opacity: 0.7;}
@media all and (max-width:1280px){
    .designpointList li{width: 30%;}
    .designpointList li img{width: 100%;}
    .designpointList li dl{padding: 1em 5px;}
    .designpointList li dt{font-size: 2.0rem;}
    .designpointList li dd{font-size: 1.6rem;}
}
@media all and (max-width:976px){
    .designpointList{flex-wrap: wrap;}
    .designpointList li{width: calc(50% - 20px);}
    .designpointList li dt{font-size: 1.8rem;}
    .designpointList li dd{font-size: 1.4rem;}
}

.contour1_detail{margin: 8% 0 0; padding:1% 0 8%; background-color: #f5f2f7;}
.contour1_detail .box{position: relative; display: flex; justify-content: center; margin-right: -10px;}
.contour1_detail .box .img{}
.contour1_detail .box .img img{max-width: 100%; box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);}
.contour1_detail .box .img:nth-child(2){margin-top: 50px; margin-left: -20px;}
.contour1_detail .box .symb{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.contour1_detail .desc{max-width: 930px; margin: 5% auto 0; padding: 2em 0; font-size: 2.4rem; color: #000; line-height: 1.5em; text-align: center; background-color: #fff; box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);} 
@media all and (max-width:976px){

    .contour1_detail .box .symb img{width: 45px;}
    .contour1_detail .desc{font-size: 1.6rem;}
}

.hanbun{display: flex; justify-content: center; gap: 30px;}
.hanbun li{}
.hanbun li img{max-width: 100%; box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);}
.hanbun li dl{padding: 35px; text-align: center; color: #000;}
.hanbun li dt{font-size: 3.0rem; font-weight: 700;}
.hanbun li dd{margin-top: 1em; font-size: 1.8rem; opacity: 0.7;}
@media all and (max-width:976px){
    .hanbun{flex-wrap: wrap; gap: 20px;}
    .hanbun li{width: calc(50% - 20px);}
    .hanbun li dl{padding: 1em 5px;}
    .hanbun li dt{font-size: 1.8rem;}
    .hanbun li dd{font-size: 1.6rem;}
}
@media all and (max-width:568px){
    .hanbun li dt{font-size: 1.6rem;}
    .hanbun li dd{font-size: 1.4rem;}
    .hanbun li dd br{display: none;}
}


.midline{display: flex; justify-content: center; gap: 30px;}

.blmidline{text-align: center;}
.blmidline h5{font-size: 3rem; color: #000; padding-bottom: 1em;}
.blmidline h5 strong{margin-bottom: 8px; display: inline-block; padding: 6px 30px; font-size: 1.6rem; text-align: center; background-color: #52419d; color: #fff; border-radius: 4px;}
.blmidline .circle{display: inline-block;}
.blmidline .circle img{max-width: 80%;}
.blmidline .desc{ padding: 2em 0 0; font-size: 2.4rem; color: #000; line-height: 1.5em; text-align: center; word-break: keep-all;}
@media all and (max-width:976px){
    .blmidline .desc{font-size: 1.6rem;}
    .midline{flex-wrap: wrap;}
    .blmidline h5{font-size: 2.0rem;}

}


.ness_surgery{display: flex; gap: 20px;}
.ness_surgery li{width: 100%; position: relative;;}
.ness_surgery li img{width: 100%;}
.ness_surgery li dl{position: absolute; left: 40px; top: 40px; color: #fff;}
.ness_surgery li dl dt{font-size: 3.6rem; font-weight: 600;}
.ness_surgery li dl dd{padding-top: 1em; font-size: 1.8rem; word-break: keep-all; padding-right: 40px;}
@media all and (max-width:1280px){
 .ness_surgery{flex-wrap: wrap;}   
 .ness_surgery li{width:calc(50% - 10px)}
}
@media all and (max-width:640px){
    .ness_surgery li{width:100%}
    .ness_surgery li dl dt{font-size: 2.2rem;}
    .ness_surgery li dl dd{font-size: 1.4rem;}
   }


.trip_box{display: flex; padding-top: 40px; border-top: 2px solid #000;}
.trip_box + .trip_box{margin-top: 40px;;}
.trip_box .tit{width: 305px; flex:0 0 auto;}
.trip_box .tit h3{font-size: 3.6rem; color: #000;}
.trip_box .img{width: 35%; flex:0 0 auto;}
.trip_box .img img{max-width: 100%;}
.trip_box .txt{padding: 20px 40px;}
.trip_box .txt dl + dl{padding-top: 4em;}
.trip_box .txt dl dt{font-size: 2.4rem; font-weight: 600; color: #000;}
.trip_box .txt dl dd{font-size: 1.8rem; font-weight: 500;;}
@media all and (max-width:1280px){
    .trip_box{flex-wrap: wrap;}
    .trip_box .tit{width: 100%; padding-bottom: 20px;}
    .trip_box .img{width: 45%;}
    .trip_box .txt{width: 55%;}
}
@media all and (max-width:767px){
    .trip_box .tit h3{font-size: 2.4rem;}
    .trip_box .img{width: 100%;}
    .trip_box .img img{width: 100%;}
    .trip_box .txt{width: 100%; padding: 20px;}
    .trip_box .txt dl dt{font-size: 1.8rem;}
    .trip_box .txt dl dd{font-size: 1.4rem;}
}



.why_img{text-align: center;}
.why_img img{width: 100%;}



.p-Part {padding:150px 0}
.m-Part {margin:150px 0}
@media all and (max-width:976px) {
	.p-Part {padding:100px 0}
	.m-Part {margin:100px 0}
}
@media all and (max-width:480px) {
	.p-Part {padding:15vw 0}
	.m-Part {margin:15vw 0}
}


.drbae-bg{background:#000 url('/images/sub/antiaging/drbae-img1.png')no-repeat right top/100% auto; color: #fff;}
#drbae1{}
#drbae1 .dTitle{}
#drbae1 .dTitle dt{font-size: 6rem; font-weight: 200;}
#drbae1 .dTitle dt b{font-size: 1.18em;}
#drbae1 .dTitle .dd1{padding: 1em 0; color: #ed53ff; font-size: 4rem; font-family: 'One-Mobile-Title';}
#drbae1 .dTitle .dd2{font-size: 2.6rem; font-weight: 300; line-height: 1.8;}
@media all and (max-width:1400px){
    #drbae1 .dTitle dt{font-size: 4rem;}
    #drbae1 .dTitle .dd1{font-size: 2.4rem;}
    #drbae1 .dTitle .dd2{font-size: 1.9rem;}
}
@media all and (max-width:767px){
    #drbae1 .dTitle dt{font-size: 3rem;}
    #drbae1 .dTitle .dd1{font-size: 2.1rem;}
    #drbae1 .dTitle .dd2{font-size: 1.7rem;}
}
@media all and (max-width:480px){
    #drbae1 .dTitle dt{font-size: 2.7rem;}
    #drbae1 .dTitle .dd1{font-size: 1.8rem;}
    #drbae1 .dTitle .dd2{font-size: 1.5rem;}
}


#drbae2{}
#drbae2 .sTitle{padding-bottom: 20px; margin-bottom: 20px;; border-bottom: 2px solid #fff;}
#drbae2 .sTitle h3{padding-left: 0.3em; border-left: 6px solid #ae00ff; font-size: 5rem; line-height: 1.1;}
#drbae2 .sTitle p{padding-top: 20px; font-size: 3rem; font-weight: 300;}
#drbae2 .contWrap{}
#drbae2 .contWrap ul{display: flex; flex-wrap: wrap; gap: 2em;}
#drbae2 .contWrap ul li{width: calc((100% - 2em*4)/5);}
#drbae2 .contWrap ul li img{width: 100%;}
#drbae2 .contWrap .t1{margin-top: 20px; display: inline-block; padding: 0 10px; background-color: #3b0057; font-size: 3rem; font-weight: 300;}
@media all and (max-width:1400px){
    #drbae2 .sTitle h3{font-size: 4rem;}
    #drbae2 .sTitle p{font-size: 2.4rem;}
    #drbae2 .contWrap .t1{font-size: 2.4rem;}
}
@media all and (max-width:976px){
    #drbae2 .sTitle h3{font-size: 3.4rem;}
    #drbae2 .sTitle p{font-size: 2.0rem;}
    #drbae2 .contWrap .t1{font-size: 2.0rem;}
    #drbae2 .contWrap ul li{width: calc((100% - 2em*2)/3);}
}
@media all and (max-width:767px){
    #drbae2{padding-top: 0;}
    #drbae2 .sTitle h3{font-size: 3.0rem;}
    #drbae2 .sTitle p{font-size: 1.8rem;}
    #drbae2 .contWrap .t1{font-size: 1.8rem;}
}
@media all and (max-width:480px){
    #drbae2 .sTitle h3{font-size: 2.4rem;}
    #drbae2 .sTitle p{font-size: 1.5rem;}
    #drbae2 .contWrap .t1{font-size: 1.5rem;}
    #drbae2 .contWrap ul li{width: calc((100% - 2em*1)/2);}
}

#drbae3{}
#drbae3 .sTitle{padding-bottom: 20px; margin-bottom: 20px;; border-bottom: 2px solid #fff;}
#drbae3 .sTitle h3{font-size: 5rem; font-weight: normal; }
#drbae3 .sTitle h3 br.mo{display: none;}
#drbae3 .sTitle h3 span.bar{color: #00fcff; font-weight: 900; padding-right: 5px;}
#drbae3 .sTitle h3 b{font-size: 1.3em; font-weight: 800;}
#drbae3 .sTitle p{padding-top: 20px; font-size: 3rem; font-weight: 300;}
#drbae3 .contWrap{display: flex; gap: 30px;}
#drbae3 .contWrap .img{flex: 0 0 auto;}
#drbae3 .contWrap .img img{width: 100%; height: 100%; object-fit: cover;}
#drbae3 .contWrap ul{width: 100%; display: flex; flex-direction: column; justify-content: space-between;}
#drbae3 .contWrap ul li{background-color: #002d2e; font-size: 3.7rem; padding: 0.2em;}
@media all and (max-width:1400px){
    #drbae3 .sTitle h3{font-size: 4rem;}
    #drbae3 .sTitle p{font-size: 2.4rem;}
    #drbae3 .contWrap ul li{font-size: 3rem;}
}
@media all and (max-width:976px){
    #drbae3 .sTitle h3{font-size: 3.4rem;}
    #drbae3 .sTitle p{font-size: 2.0rem;}
    #drbae3 .contWrap ul li{font-size: 2.7rem;}

}
@media all and (max-width:767px){
    #drbae3 .sTitle h3{font-size: 3.0rem;}
    #drbae3 .sTitle p{font-size: 1.8rem;}
    #drbae3 .contWrap ul li{font-size: 2.4rem;}

}
@media all and (max-width:480px){
    #drbae3 .sTitle h3{font-size: 2.4rem;}
    #drbae3 .sTitle h3 br.mo{display: block;}
    #drbae3 .sTitle p{font-size: 1.5rem;}
    #drbae3 .contWrap{flex-direction: column; align-items: center;}
    #drbae3 .contWrap ul {display: flex; flex-direction: column; gap: 1em;}
    #drbae3 .contWrap ul li{font-size:1.5rem;}

}


#drbae4{}
#drbae4 .sTitle{padding-bottom: 20px; margin-bottom: 20px;; border-bottom: 2px solid #fff;}
#drbae4 .sTitle h3{padding-left: 0.3em; border-left: 6px solid #ff7800; font-size: 5rem; line-height: 1.1;}
#drbae4 .sTitle p{padding-top: 20px; font-size: 3rem; font-weight: 300;}
#drbae4 .contWrap{}
#drbae4 .contWrap ul{display: flex; flex-wrap: wrap; gap: 2em;}
#drbae4 .contWrap ul li{width: calc((100% - 2em*2)/3);}
#drbae4 .contWrap ul li img{width: 100%;}
@media all and (max-width:1400px){
    #drbae4 .sTitle h3{font-size: 4rem;}
    #drbae4 .sTitle p{font-size: 2.4rem;}
}
@media all and (max-width:976px){
    #drbae4 .sTitle h3{font-size: 3.4rem;}
    #drbae4 .sTitle p{font-size: 2.0rem;}
}
@media all and (max-width:767px){
    #drbae4 .sTitle h3{font-size: 3.0rem;}
    #drbae4 .sTitle p{font-size: 1.8rem;}
}
@media all and (max-width:480px){
    #drbae4 .sTitle h3{font-size: 2.4rem;}
    #drbae4 .sTitle p{font-size: 1.5rem;}
    #drbae4 .contWrap ul li{width: calc((100% - 2em*1)/2);}
}