@charset "UTF-8";


/***************************************************************************************************
    SM
***************************************************************************************************/


/* 공통 사용 */


.clinic_page  {padding-top: 60px;}
/* .face_page {padding-top: 60px;} */

.AsideCont .static {width: 1200px;margin: 0 auto;}


.face_page .sect_tit_box {text-align: center;}
.face_page .sect_tit_box .tit {font-size: var(--tit3); font-weight: 700; line-height: 1.4;}
.face_page .sect_tit_box .tit span {font-weight: 400;}
.face_page .sect_tit_box .txt {margin-top: 10px; line-height: 1.5; font-size: var(--txt3); color: #7A8390;}
.face_page .sect_tit_box .txt .facialSect5__01__desc2 {font-size: var(--smTxt1); margin-top: 5px; display: flex; justify-content: center;}
.face_page .sect_tit_box .txt strong {color: #000; font-weight: 600;}
.face_page .sect_tit_box .txt .hc1 {color: var(--colorBlue2);}

.face_page .case_sect {padding-bottom: var(--sectMt);}
.face_page .case_sect .slide {margin-top: 20px;}

.face_page .step_sect {background-color: var(--grayBg1); padding: var(--subContPd) 0 0;}
.face_page .step_sect .sect_tit_box .txt {color: #7A8390;}




.face_page .process-box { margin-bottom: 1.6rem; }
.face_page .process-box .step { padding-left: 6rem; position: relative; padding-bottom: 4rem; ;}
.face_page .process-box .step:last-child { padding-bottom: 0; }
.face_page .process-box .step .line { position: absolute; left: 1.6rem; top:5px; width:3px; height: 100%; background-color: #E4E7F2;}
.face_page .process-box .step .line em { position: absolute; left: 0; top:0; width:100%; height: 50%; background-color: var(--colorBlue2);}
.face_page .process-box .step .num { position: absolute; left: 0; top:0; width:3.5rem; height: 3.5rem; border-radius:100%; background-color: #E4E7F2; color:var(--colorBlue2); font-size:1.3rem; display: flex; align-items: center; justify-content: center;  font-weight:700; transition: all 0.5s ease;}
.face_page .process-box .step .num.active { background-color: var(--colorBlue2); color:#fff; }
.face_page .process-box .step .box .t1 { font-size:var(--tit5); font-weight:700; }
.face_page .process-box .step .box .t1 span { display: inline-block; vertical-align: middle; padding:0 1rem; line-height: 2.5rem; border-radius:7px; border:1px solid var(--colorBlue2); color:var(--colorBlue2); font-size:1.3rem; font-weight:600; margin:-3px 0 0 7px;}
.face_page .process-box .step .box .t1 p { font-size:1.3rem; color:#3c3c3c; margin-top: 0.8rem; margin-bottom: -1rem; font-weight:400; }
.face_page .process-box .step .box .t1 p strong { font-weight:700;}
.face_page .process-box .step .box .t2 { margin-top: 0.5rem; font-size:1.6rem; color:#3c3c3c;  }
.face_page .process-box .step .box .t2 strong { font-weight:600; }
.face_page .process-box .step .box .desc-box { border-radius:1.3rem; padding:2.2rem 2rem; background-color: #fff; margin-top:2rem; }
.face_page .process-box .step .box .desc-box .t3 { font-size:1.3rem; font-weight:500;  }
.face_page .process-box .step .box .desc-box .desc-tit { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.5rem;}
.face_page .process-box .step .box .desc-box .desc-tit svg { width:3.7rem; height: auto;}
.face_page .process-box .step .box .desc-box .t4 { font-size:var(--txt2); line-height: 1.6; }
.face_page .process-box .step .box .desc-box .t4 > strong { display: block; font-size:1.6rem; margin-bottom: 0.5rem;}

.face_page .para_box3 .tit {font-size: var(--tit5); font-weight: 700; color: var(--colorBlue2);}
.face_page .para_box3 .tit span {font-size: var(--txt2); font-weight: 400;}

.face_page .para-box2  { padding:var(--contMt) 0 6.5rem; background-color: var(--grayBg1); }

.para-box2  {}
.para-box2 .title1 { text-align: center; font-size:2.4rem; margin-bottom: 2.5rem; font-weight:700; letter-spacing: -0.5px; transition: all 0.5s ease; transform: translateY(40px); opacity: 0;}
.para-box2 .title1 span {  padding: 3px 5px; color:#fff; position: relative; z-index:2;}
.para-box2 .title1 span:before { content: ''; position: absolute; left: 0; top:0; bottom:0; width:0; background-color: var(--colorBlue2); z-index:-1;transition: all 1s ease; transition-delay: 0.5s; }
.para-box2 .title1.active { transform: unset; opacity: 1; }
.para-box2 .title1.active span:before { width:100%; }
.para-box2 .ico1 { text-align: center; margin-bottom:2.6rem ;}
.para-box2 .ico1 img { width:72%; }
.para-box2 .process-box { margin-bottom: 1.6rem; }

.para-box2 .process-box .step { padding-left: 5rem; position: relative; padding-bottom: 4rem; ;}
.para-box2 .process-box .step:last-child { padding-bottom: 0; }
.para-box2 .process-box .step .line { position: absolute; left: 1.6rem; top:5px; width:3px; height: 100%; background-color: #E4E7F2;}
.para-box2 .process-box .step .line em { position: absolute; left: 0; top:0; width:100%; height: 50%; background-color: var(--colorBlue2);}
.para-box2 .process-box .step .num { position: absolute; left: 0; top:0; width:3.5rem; height: 3.5rem; border-radius:100%; background-color: #E4E7F2; color:var(--colorBlue2); font-size:var(--txt3); display: flex; align-items: center; justify-content: center;  font-weight:700; transition: all 0.5s ease;}
.para-box2 .process-box .step .num.active { background-color: var(--colorBlue2); color:#fff; }
.para-box2 .process-box .step .box .t1 { font-size:var(--tit5); font-weight:700; }
.para-box2 .process-box .step .box .t1 span { display: inline-block; vertical-align: middle; padding:0 1rem; line-height: 2em; border-radius:7px; border:1px solid var(--colorBlue2); color:var(--colorBlue2); font-size:var(--txt3); font-weight:600; margin:-3px 0 0 7px;}
.para-box2 .process-box .step .box .t1 p { font-size:1.3rem; color:#3c3c3c; margin-top: 0.8rem; margin-bottom: -1rem; font-weight:400; }
.para-box2 .process-box .step .box .t1 p strong { font-weight:700;}
.para-box2 .process-box .step .box .t2 { margin-top: 0.5rem; font-size:var(--txt2); color:#3c3c3c;  }
.para-box2 .process-box .step .box .t2 strong { font-weight:600; }
.para-box2 .process-box .step .box .desc-box { border-radius:1.3rem; padding:2rem 2rem; background-color: #fff; margin-top:2rem; line-height: 1.5; font-size: var(--txt3);}
.para-box2 .process-box .step .box .desc-box .dot_line + .dot_line {margin-top: 4px;}
.para-box2 .process-box .step .box .desc-box .t3 { font-size:var(--txt3); font-weight:500;  }
.para-box2 .process-box .step .box .desc-box .desc-tit { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.5rem;}
.para-box2 .process-box .step .box .desc-box .desc-tit svg { width:3.7rem; height: auto;}
.para-box2 .process-box .step .box .desc-box .t4 { font-size: var(--txt3); line-height: 1.6; }
.para-box2 .process-box .step .box .desc-box .t4 > strong { display: block; font-size:1.6rem; margin-bottom: 0.5rem;}

.para-box2 .com_info_box { background-color: #E9EBF1; color:#616775; }
.para-box2 .com_info_box .ico {background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="%23616775"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336l24 0 0-64-24 0c-133 0-24-10.7-24-24s10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 88 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"/></svg>') no-repeat center / contain;}

.para_box3 .com_info_box { background-color: #E9EBF1; color:#616775; margin-top: 20px;}
.para_box3 .com_info_box .ico {background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="%23616775"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336l24 0 0-64-24 0c-133 0-24-10.7-24-24s10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 88 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"/></svg>') no-repeat center / contain;}


.clinic_page .commu_sect {margin-top: var(--sectMt); }
.clinic_page .commu_sect .cont .commu_cont .slide_wrap .item .thumb {padding-top: 56.25%;}

.bg_visual_sect.design_template2 .txt_box .txt {display: block;}

.para-box3 { padding:6.5rem 0; }
.para-box3 .box { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; margin-bottom: 1.5rem; }
.para-box3 .box dl { border-radius:1.3rem; overflow: hidden; text-align: center; background-color: #F8F8FB; }
.para-box3 .box dl dt { line-height:4.8rem ; font-size:1.8rem; font-weight:700; color:#fff; background-color: #5170F5; position: relative; }
.para-box3 .box dl dt:before {content: ''; position: absolute; left: 50%; bottom:-4px; margin-left: -7px; width:14px; height: 14px; transform: rotate(45deg); background-color: #5170F5; border-radius:3px; }
.para-box3 .box dl dd { padding:2rem 0.7rem; }
.para-box3 .box dl dd .img img { border-radius:10px; }
.para-box3 .box dl dd .key { margin:2rem 0 1rem; }
.para-box3 .box dl dd .key p { display: inline-block; vertical-align: middle; margin:0 0.5rem 1rem; font-weight:600;  }
.para-box3 .box dl dd small { font-size:1.3rem; }
.para-box3 .box dl + dl dt { background-color: #2CA575; ;}
.para-box3 .box dl + dl dt:before { background-color: #2CA575; ;}


.paraclinic-wrap .sub_top .tit_box { transform: translateY(40px); opacity: 0; transition: all 0.5s ease; }
.paraclinic-wrap .sub_top .tit_box.active { transform: translateY(0); opacity: 1; }
.paraclinic-wrap .top-video { transform: translateY(40px); opacity: 0; transition: all 0.5s ease; transition-delay: 0.2s; }
.paraclinic-wrap .top-video.active { transform: translateY(0); opacity: 1; }
.paraclinic-wrap .clinic-top .sub-tit1{ transform: translateY(40px); opacity: 0; transition: all 0.5s ease; transition-delay: 0.3s; }
.paraclinic-wrap .clinic-top .sub-tit1.active { transform: translateY(0); opacity: 1; }
.paraclinic-wrap .clinic-top .com_info_box { transform: translateY(40px); opacity: 0; transition: all 0.5s ease; transition-delay: 0.4s; }
.paraclinic-wrap .clinic-top .com_info_box.active { transform: translateY(0); opacity: 1; }





.facialSect3__sects {max-width: 328px;margin: 0 auto;padding-bottom: 15px;position: relative;margin-top: 12px;}
.facialSect3__sects01 {width: 59.15%;border-radius: 20px;background-color: #4169e1;padding: 20px 28px 90px 28px;box-sizing: border-box;}
.facialSect3__sects02 {background-color: #fff;border-radius: 80px 20px 20px 20px;box-sizing: border-box;position: absolute;bottom: 0;right: 0;text-align: right;padding: 20px 28px 97px 8px;}

.facialSect3__sects { max-width: 100%; margin: 0 auto; padding-bottom: 15px; position: relative; margin-top: 12px; } 
.facialSect3__sects01 { width: 56.15%; border-radius: 20px; background-color: #4169e1; padding: 20px 28px 90px 28px; box-sizing: border-box; } 
.facialSect3__sects02 { width: 56.15%; background-color: #fff; border-radius: 80px 20px 20px 20px;; box-sizing: border-box; position: absolute; bottom: 0; right: 0; text-align: right; padding: 20px 28px 97px 25px}
.facialSect3__sects h4 { font-size: var(--txt1); font-weight: 700;} 
.facialSect3__sects .facialSlists__dot { margin-top: 8px; } 
.facialSect3__sects .facialSlists__dot>li { font-size: var(--txt2); }
.facialSect3__sects .facialSlists__dot>li.sm { line-height: 1.15; margin: 5px 0; } 
.facialSect3__sects .facialSlists__dot>li span { font-size: 10px; font-weight: 300; letter-spacing: -0.4px; color: #999; } 
.facialSect3__sects01 h4 { color: #fff}
.facialSect3__sects01 .facialSlists__dot>li { color: #fff; position: relative; padding-left: 12px; } 
.facialSect3__sects01 .facialSlists__dot>li::before { content: ''; display: block; width: 4px; height: 4px; background: #fff; border-radius: 50%; position: absolute; top: 0.7em; left: 0}
.facialSect3__sects02 .facialSlists__dot>li { color: #262f40; position: relative; padding-right: 12px; } 
.facialSect3__sects02 .facialSlists__dot>li::before { content: ''; display: block; width: 4px; height: 4px; background: #333; border-radius: 50%; position: absolute; top: 0.7em; right: 0}
.facialSect3__sects::after { content: ''; display: block; width: 210px; height: 110px; background: url(/inc/img/sub/clinic/face_clinic_ico.png) no-repeat 50% 100%; background-size: cover; position: absolute; bottom: 0; left: 43.65%; transform: translateX(-57%);}


.facialSect3__sect__noti {color: #7A8390; font-size: var(--smTxt1); margin-top: 20px; text-align: center;}





.facialSect4 { padding: 60px 0px 90px}
.degenCont .facialSect4__nav__sticky.fixed .facialSect4Nav > li > a br { display: block; }
.facialSect4__tit { text-align: center; } 
.facialSect4__tit .hty01 { font-size: 2.166rem; line-height: 1.23; letter-spacing: -1.04px; } 
.facialSect4__tit .hty01 span { font-weight: 400; } 
.facialSect4__01 { display: flex; margin-top: 40px; gap: 24px; } 
.facialSect4__01>div { flex: 1; text-align: center; } 
.facialSect4__01 .tx { font-size: var(--txt3); line-height: 1.43; letter-spacing: -0.56px; color: #7a8390; margin-top: 30px; } 
.facialSect4__01 .tx strong { font-size: var(--tit5); color: #262f40; } 
.facialSect4__01s1::before { content: ''; display: block; height: 176px; background: url(/inc/img/sub/clinic/facial-fc01@2x.png) no-repeat 50% 50%; background-size: auto 100%; } 
.facialSect4__01s2::before { content: ''; display: block; height: 176px; background: url(/inc/img/sub/clinic/facial-fc02@2x.png) no-repeat 50% 50%; background-size: auto 100%; } 
.facialSect4__02 { margin-top: 20px; } 
.facialSect4__02 .row { display: flex; width: 100%; border-bottom: 1px solid #7a8390}
.facialSect4__02 .row:nth-child(1) { border-top: 1px solid #7a8390; border-bottom: 1px solid #e9e9e9}
.facialSect4__02 .col { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; padding: 18px 0; }
.facialSect4__02 .col:nth-child(2) { width: 16.51%; background:#7a8390; font-size: var(--txt2); letter-spacing: -1.12px; color: #fff; line-height: 1.42; } 
.facialSect4__02 .col:nth-child(1), .facialSect4__02 .col:nth-child(3) { width: 42.745%; } 
.facialSect4__02 .tx1 { font-size: var(--txt3); line-height: 1.54; letter-spacing: -0.52px; color: #7a8390; } 
.facialSect4__02 .tx1 strong { font-size: var(--txt2); letter-spacing: -0.56px; } 
.facialSect4__02 .hc1 { color: var(--colorBlue2)}
.facialSect4__02 .hc2 { color: #262f40}
.facialSect4__02 .dot { font-size: var(--txt2); line-height: 1.54; letter-spacing: -0.52px; color: #262f40; font-weight: 700; } 
.facialSect4__02 .tx2 { font-size: var(--txt3); line-height: 1.54; letter-spacing: -0.52px; color: #7a8390; margin-top: 4px; } 


.facialSect5 .hty01 { font-weight: 400}
.facialSect5 .hty01 strong { font-weight: 700}
.facialSect5__01__desc { text-align: center; margin-top: 12px; font-size: 14px; padding-bottom: 49.33vw}
.facialSect5__01__desc .hty01s strong { color: #4169e1}
.facialSect5__01 { height: 530px; background: url(/inc/img/sub/clinic/facial-sect-bg1@2x.png) no-repeat 50% 50%; background-size: cover; padding-top: 52px; box-sizing: border-box; } 
.facialSect5__02 { border-radius: 24px; box-shadow: 0 -4px 15px 0 rgba(0, 0, 0, 0.03); background-color: #fff; margin: 0 auto; margin-top: -90px; padding: 40px 20px 80px; box-sizing: border-box; max-width: 375px; } 
.facialSect5__02 h4 { font-size: var(--txt1); letter-spacing: -0.64px; color: #262f40; font-weight: 700; text-align: center; margin-bottom: 12px; line-height: 1.31; } 
.facialSect5__02__desc2 { display: flex; justify-content: center; align-items: center ;margin: 10px 0 20px}
.facialSect5__02__desc2 .tx, .facialSect5__02__desc2 .citeWrap .cite-link { font-size: var(--smTxt1); font-weight: 300; color: #999}
.facialSect5__01__desc3 h4::before { content: ''; display: block; width: 16px; height: 2px; background-color: #262f40; margin: 0 auto 10px}
.facialSect5__01__desc3 .grp { border-radius: 16px; background-color: var(--grayBg2); padding: 17px 28px 26px 26px; }
.facialSect5__01__desc4 { margin-top: 12px; border-radius: 16px; background-image: linear-gradient(108deg, #ebeefe, #fceeea 46%, #e4edff 94%); padding: 18px 0; text-align: center; } 
.facialSect5__01__desc4 .btn { display: inline-block; padding: 2px 7px; background-color: var(--colorBlue1); border-radius: 10.5px; color: #fff; font-size: 12px; margin-top: 8px}
.facialSect5__01__desc4 .tit1 { font-size: 14px; color: #262f40; } 
.facialSect5__01__desc4 .tit1 strong { font-weight: 700; } 
.facialSect5__01__desc4 .tit1 .hc1 { color: var(--colorBlue2); } 
.facialSect5__01__desc4 .tit1 .hc2 { color: #ff6077}

.facialSect6 { background-color: var(--grayBg2); padding: var(--subContPd) 0px}
.comMajorRemedy {  margin: 0 auto; margin-top: 60px; padding-bottom: var(--sectMt);} 
.clinic_page.face_page .comMajorRemedy ,
.clinic_page.brain_blood_page .comMajorRemedy {padding-bottom: 0;}
.clinic_page.brain_blood_page .comMajorRemedy .com_info_box {margin-top: 30px;}
.comMajorRemedy .notis {
    font-size: var(--smTxt1);
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: -0.4px;
    color: #999;
    text-align: center;
    padding: 10px 0 0;
}

.indigest_page .comMajorRemedy {background-color: var(--grayBg2); padding: var(--subContPd) 0; margin-top: 0;}
.indigest_page .comMajorRemedy .com_info_box {margin-top: 20px;}
.facialSect6__items { display: flex; flex-wrap: wrap; justify-content: space-between; } 
.facialSect6__item { width: 48.50%; margin-top: 16px; display: flex; flex-direction: column;} 
.facialSect6__item img {width: 100%;}
.facialSect6__item__desc { flex: 1; margin-top: 15px;}
.facialSect6__item__desc.bg {background-color: #fff; border-radius: 0 0 16px 16px;background-color: #fff;padding: 12px 5px 24px 18px; margin-top: 0;}
.facialSect6__item__desc h5 { font-size: var(--txt2); font-weight: 700;  color: #262f40;  } 
.facialSect6__item__desc p { font-size: var(--txt3); font-weight: 400; color: #7a8390; word-break: keep-all; margin-top: 4px; } 


.facialSect7 { padding: var(--sectMt) 0 0}
.facialSect7 .sect_tit_box {text-align: center;}
.facialSect7__tit { text-align: center; } 
.facialSect7__tit .hty01 span { font-weight: 400; } 
.facialSect7__tit .hty01s strong { color: #262f40}
.facialSect7__tit2 { padding-left: 36px; background: url(/inc/img/sub/clinic/facial-point@2x.png) no-repeat 0 0; background-size: auto 26px; font-size: var(--txt2); font-weight: 700; letter-spacing: -0.64px; color: #262f40; line-height: 26px; padding-top: 2px; position: relative; } 
.facialSect7__items { margin-top: 8px; padding-left: 36px; } 
.facialSect7__item { border-radius: 10px; border: solid 2px #4169e1; background-color: #fff; padding: 11px 24px 11px 24px; box-sizing: border-box; } 
.facialSect7__item + .facialSect7__item { margin-top: 6px; } 
.facialSect7__item .dt { font-size: var(--txt1); font-weight: 700; ; color: #4169e1;}
.facialSect7__item .dd { font-size: var(--txt2);  color: #262f40; margin-top: 1px; } 
.facialSect7__cont { padding: 44px 0px 0 0px}
.facialSect7__01 { padding-bottom: 40px}
.facialSect7__02 { padding-bottom: 40px}
.facialSect7__04 { padding-left: 36px; padding-top: 12px; font-size: var(--smTxt1); font-weight: 300; line-height: 1.33; letter-spacing: -0.48px; color: #999; word-break: keep-all; } 
.facialSect7__01,.facialSect7__02 { position: relative; } 
.facialSect7__01::before, .facialSect7__02::before { content: ''; display: block; width: 2px; height: 100%; background-color: #d9e3ff; position: absolute; top: 0; left: 12px}
.facialSect7__cont .com_info_box {margin-top: 20px;}



/* 알레르기 비염 */



.renewa1_rhinitisSect2 {} 
.renewa1_rhinitisSect2 .img { position: relative; border-radius: 10px; overflow: hidden; padding-top: 83%; } 
.renewa1_rhinitisSect2 .img video { width: 100%; height: 100%; position: absolute; object-position: center; object-fit: cover; left: 0; top: 0; } 
.renewa1_rhinitisSect2 .txt_box_v2 { margin-top: 30px; text-align: center; } 
.renewa1_rhinitisSect2 .txt_box_v2 ol { margin-top: 15px; } 
/* .renewa1_rhinitisSect2 .txt_box_v2 ol li { display: flex; } */
.renewa1_rhinitisSect2 .txt_box_v2 ol li + li { margin-top: 15px; } 
.renewa1_rhinitisSect2 .txt_box_v2 ol li .cir { content: ""; position: relative; top: -3px; width: 3px; height: 3px; display: inline-block; background-color: #000; border-radius: 50%; margin-right: 0.15em; flex-shrink: 0; } 
.renewa1_rhinitisSect2 .txt_box_v2 ol li .txt { font-size: var(--txt2); line-height: 1.5; word-break: keep-all; } 
.allergic_page strong.line { position: relative; } 
.allergic_page strong.line::before { content: ""; display: block; position: absolute; left: 0; bottom: -1px; width: 100%; height: 1px; background-color: #000; } 
.renewa1_rhinitisSect3 { margin-top: var(--subContPd); background-color: var(--grayBg2); padding: var(--subContPd) 0; } 
.renewa1_rhinitisSect3 .sect_tit { text-align: center; word-break: keep-all; } 
.renewa1_rhinitisSect3 .cont_box_v2 { position: relative; display: grid; grid-template-columns: repeat(2 , minmax(0,1fr)); gap: 30px; margin-top: 40px; } 
.renewa1_rhinitisSect3 .cont_box_v2 .cont { background-color: #fff; border-radius: 10px; text-align: center; padding: 15px 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; z-index: 1; } 
.renewa1_rhinitisSect3 .cont_box_v2 .cont .ico { width: 80px; } 
.renewa1_rhinitisSect3 .cont_box_v2 .cont .ico img { width: 100%; } 
.renewa1_rhinitisSect3 .cont_box_v2 .cont .txt { font-size: var(--txt3); margin-top: 10px; } 
.renewa1_rhinitisSect3 .cont_box_v2 .arr { position: absolute; display: flex; align-items: center; justify-content: center; } 
.renewa1_rhinitisSect3 .cont_box_v2 .arr.col { left: 50%; transform: translateX(-50%); height: calc(50% - 15px); width: 100%; } 
.renewa1_rhinitisSect3 .cont_box_v2 .arr.row { top: 50%; transform: translateY(-50%); width: calc(50% - 15px); height: 100%; } 
.renewa1_rhinitisSect3 .cont_box_v2 .arr svg { width: 15px; height: 15px; fill: #8D8D8D; opacity: 0.5; position: relative; opacity: 0; } 
.renewa1_rhinitisSect3 .cont_box_v2 .top_arr { top: 0; } 
.renewa1_rhinitisSect3 .cont_box_v2 .top_arr svg { animation: slide1 3s infinite forwards; } 
.renewa1_rhinitisSect3 .cont_box_v2 .right_arr svg { animation: slide2 3s infinite forwards; animation-delay: 0.5s; } 
.renewa1_rhinitisSect3 .cont_box_v2 .bot_arr svg { animation: slide3 3s infinite forwards; animation-delay: 1s; } 
.renewa1_rhinitisSect3 .cont_box_v2 .left_arr svg { animation: slide4 3s infinite forwards; animation-delay: 1.5s; } 
.renewa1_rhinitisSect3 .cont_box_v2 .left_arr { left: 0; } 
/* .renewa1_rhinitisSect3 .cont_box_v2 .left_arr svg { animation: moveSide2 0.9s infinite alternate linear; } */
.renewa1_rhinitisSect3 .cont_box_v2 .right_arr { right: 0; } 
/* .renewa1_rhinitisSect3 .cont_box_v2 .right_arr svg { animation: moveSide2 0.9s infinite alternate linear; } */
.renewa1_rhinitisSect3 .cont_box_v2 .bot_arr { bottom: 0; } 
/* .renewa1_rhinitisSect3 .cont_box_v2 .bot_arr svg { animation: moveSide1 0.9s infinite alternate linear; } */
@keyframes slide1 { 
 0% { left: -20px; } 
 40% { left: 0px; opacity: 1; } 
 75% { left: 0px; opacity: 1; } 
 }
@keyframes slide2 { 
 0% { top: -20px; } 
 40% { top: 0px; opacity: 1; } 
 75% { top: 0px; opacity: 1; } 
 }
@keyframes slide3 { 
 0% { right: -20px; } 
 40% { right: 0px; opacity: 1; } 
 75% { right: 0px; opacity: 1; } 
 }
@keyframes slide4 { 
 0% { bottom: -20px; } 
 40% { bottom: 0%; opacity: 1; } 
 75% { bottom: 0px; opacity: 1; } 
 }
.renewa1_rhinitisSect3 .cont_box_v2 .center_txt { display: flex; align-items: center; justify-content: center; flex-direction: column; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100px; height: 100px; border-radius: 50%; background-color: #FFECEC; z-index: 3; } 
.renewa1_rhinitisSect3 .cont_box_v2 .center_txt .ico { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 45px; } 
.renewa1_rhinitisSect3 .cont_box_v2 .center_txt .ico img { width: 100%; } 
.renewa1_rhinitisSect3 .cont_box_v2 .center_txt .txt { font-size: var(--txt2); font-weight: 700; margin-top: 12px; color: #F04B4B; } 
.renewa1_rhinitisSect4 { padding: var(--subContPd) 0; position: relative; overflow: hidden; } 
.renewa1_rhinitisSect4 .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0.4; } 
.renewa1_rhinitisSect4 .bg img { position: absolute; width: 100%; height: 100%; left: 0; top: 0; object-fit: cover; object-position: center; } 
.renewa1_rhinitisSect4 .sect_tit_box { text-align: center; position: relative; z-index: 2; } 
.renewa1_rhinitisSect4 .sect_tit_box .txt { font-size: var(--txt1); margin-top: 10px; line-height: 1.5; } 
.renewa1_rhinitisSect4 .chk_box { background-color: rgba(255, 255, 255, 0.8); padding: 20px 15px; margin-top: 20px; border-radius: 8px; position: relative; z-index: 2; backdrop-filter: blur(7px); } 
.renewa1_rhinitisSect4 .chk_list li { display: flex; align-items: center; padding: 10px 0; border-bottom: 1px solid #e6e6e6; } 
.renewa1_rhinitisSect4 .chk_list li:last-child { border-bottom: none; } 
.renewa1_rhinitisSect4 .chk_list .ico { width: var(--txt1); height: var(--txt1); margin-right: 10px; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%234169E1" d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"/></svg>') no-repeat; } 
.renewa1_rhinitisSect4 .chk_list .txt { font-size: var(--smTxt1); word-break: keep-all; } 
.renewa1_rhinitisSect5 { margin-top: var(--sectMt); overflow: hidden;} 
.renewa1_rhinitisSect5 .sect_tit_box { text-align: center; position: relative; } 
.renewa1_rhinitisSect5 .sect_tit_box::before { content: ""; height: 150%; width: 15px; background-color: rgba(255, 255, 255, 0.7); backdrop-filter: blur(0px); display: block; position: absolute; left: 0; top: 50%; transform: rotate(13deg) translateY(-50%); transform-origin: center; z-index: 3; box-shadow: 0 0 5px 10px rgba(255,255,255,0.7); animation: txtMove 4s infinite; } 
@keyframes txtMove { 
 0% { left: 0px; } 
 75% { left: 100%; opacity: 0; } 
 100% { left: 100%; opacity: 0; } 
 }
.renewa1_rhinitisSect5 .sect_tit_box .tit { font-size: var(--tit1); line-height: 1.3; letter-spacing: -2px; } 
.renewa1_rhinitisSect5 .bg_box { position: relative; } 
.renewa1_rhinitisSect5 .com_info_box {margin-top: 30px;}
.renewa1_rhinitisSect5 .cont_box_v2 { margin-top: 45px; position: relative; padding: var(--subContPd) var(--inPd); } 
.renewa1_rhinitisSect5 .cont_box_v2::before { content: ""; left: 50%; top: 0; transform: translate(-50%,-100%); width: 1px; height: 20px; background-color: #000; display: block; position: absolute; } 
.renewa1_rhinitisSect5 .cont_box_v2::after { content: ""; left: 50%; top: 0; transform: translate(-50%,0%); width: 1px; height: 20px; background-color: #fff; display: block; position: absolute; } 
.renewa1_rhinitisSect5 .cont_box_v2 .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #3358C7; overflow: hidden; border-radius: 15px; } 
.renewa1_rhinitisSect5 .cont_box_v2 .bg .bg_cir { position: absolute; width: 100%; padding-top: 100%; border-radius: 50%; display: block; background: radial-gradient(circle, rgba(2,53,202,1) 0%, rgba(51,88,199,1) 70%); opacity: 90%; backdrop-filter: blur(2px); }
.renewa1_rhinitisSect5 .cont_box_v2 .bg .bg_cir.top { top: 10%; left: 0; transform: translateX(-50%); } 
.renewa1_rhinitisSect5 .cont_box_v2 .bg .bg_cir.center { top: 50%; right: 0; transform: translate(50%,-50%); opacity: 0.40; } 
.renewa1_rhinitisSect5 .cont_box_v2 .bg .bg_cir.bottom { bottom: -5%; left: 0; transform: translateX(-50%); } 
.renewa1_rhinitisSect5 .cont_box_v2 .cont_tit_box { text-align: center; position: relative; z-index: 2; } 
.renewa1_rhinitisSect5 .cont_box_v2 .cont_tit_box .tit { font-size: var(--tit1); font-weight: 700; color: #FFFF7F; line-height: 1.5; min-height: 1.5em; width: calc(100% + 40px); margin-left: -20px; } 
.renewa1_rhinitisSect5 .cont_box_v2 .cont_tit_box .txt { font-size: var(--txt1); color: #fff; line-height: 1.5; margin-top: 15px; } 
.renewa1_rhinitisSect5 .cont_box_v2 .cont_tit_box .txt * { color: #fff; } 
.renewa1_rhinitisSect5 .cont_box_v2 .img { position: relative; z-index: 2; width: 120%; margin: 10px auto 0; transform: translateX(-10%)
; } 
.renewa1_rhinitisSect5 .cont_box_v2 .img img { width: 100%; } 
.renewa1_rhinitisSect5 .cont_box_v2 .step_box { margin-top: -10px; position: relative; z-index: 2; overflow: hidden; } 
.renewa1_rhinitisSect5 .cont_box_v2 .step_box .step { display: flex; } 
.renewa1_rhinitisSect5 .cont_box_v2 .step_box .step::before { content: ""; position: absolute; left: 63px; top: 10px; width: 1px; height: 0%; background-color: #fff; opacity: 0.3; transition: height 2s ease-in-out; } 
.renewa1_rhinitisSect5 .cont_box_v2 .step_box.active .step::before { height: 100%; } 
.renewa1_rhinitisSect5 .cont_box_v2 .step_box .step + .step { padding-top: 30px; } 
.renewa1_rhinitisSect5 .cont_box_v2 .step_box .step .num { font-size: var(--txt3); font-weight: 700; width: 4.3em; color: #FFFF7F; flex-shrink: 0; line-height: 1.2;} 
.renewa1_rhinitisSect5 .cont_box_v2 .step_box .step .step_txt { display: flex; flex: 1; } 
.renewa1_rhinitisSect5 .cont_box_v2 .step_box .step .step_txt .cir { width: 8px; height: 8px; border-radius: 50%; background-color: #93B3FF; position: relative; transform: translateY(4px); z-index: 3; } 
.renewa1_rhinitisSect5 .cont_box_v2 .step_box .step .step_txt .cir::before { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 16px; height: 16px; border-radius: 50%; background-color: rgba(255,255,255,0.3); } 
.renewa1_rhinitisSect5 .cont_box_v2 .step_box .step .step_txt .txt_box_v2 { margin-left: 15px; flex: 1; } 
.renewa1_rhinitisSect5 .cont_box_v2 .step_box .step .step_txt .txt_box_v2 .tit { font-size: var(--txt3); color: #fff; line-height: 1;} 
.renewa1_rhinitisSect5 .cont_box_v2 .step_box .step .step_txt .txt_box_v2 .tit strong { font-size: var(--txt1); color: #fff; } 
.renewa1_rhinitisSect5 .cont_box_v2 .step_box .step .step_txt .txt_box_v2 .box { margin-top: 15px; padding: 20px 15px; border-radius: 10px; position: relative; overflow: hidden; box-sizing: border-box; border: 1px solid rgba(255,255,255,0.2); } 
.renewa1_rhinitisSect5 .cont_box_v2 .step_box .step .step_txt .txt_box_v2 .box .txt_box_bg { position: absolute; background: rgba( 255, 255, 255, 0.6 ); background: linear-gradient(180deg, rgb(78 138 231) 0%, rgba(146, 168, 255, 1) 50%); border-radius: 10px; opacity: 0.2; left: 0; top: 0; width: 100%; height: 100%; } 
.renewa1_rhinitisSect5 .cont_box_v2 .step_box .step .step_txt .txt_box_v2 .box li { display: flex; align-items: center; color: #fff; position: relative; z-index: 2; } 
.renewa1_rhinitisSect5 .cont_box_v2 .step_box .step .step_txt .txt_box_v2 .box li + li { margin-top: 10px; } 
.renewa1_rhinitisSect5 .cont_box_v2 .step_box .step .step_txt .txt_box_v2 .box li .ico { width: 18px; height: 18px; margin-right: 7px; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23FFFFC2" d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z"/><path fill="%234169E1" fill-rule="evenodd" d="M369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"/></svg>')}
.renewa1_rhinitisSect5 .cont_box_v2 .step_box .step .step_txt .txt_box_v2 .box li .txt { color: #fff; font-size: var(--txt3); } 
.renewa1_rhinitisSect5 .notes_txt { margin-top: 30px; font-size: var(--smTxt1); font-weight: 300; color: #7A8390; padding: 0 30px; } 
.renewa1_rhinitisSect5 .notes_txt p { display: flex; color: #999; } 
.renewa1_rhinitisSect5 .notes_txt p span { color: #999; } 
.renewa1_rhinitisSect5 .notes_txt p + p { margin-top: 5px; } 
.renewa1_rhinitisSect5 .notes_txt p span { margin-right: 5px;; } 
.renewa1_rhinitisSect6 { padding: var(--subContPd) 0; margin-top: var(--sectMt); background: linear-gradient(180deg, rgba(243,251,255,1) 0%, rgba(222,223,255,1) 100%); } 
.renewa1_rhinitisSect6 .sect_tit_box { text-align: center; } 
.renewa1_rhinitisSect6 .sect_tit_box .sect_tit.center { text-align: center; } 
.renewa1_rhinitisSect6 .sect_tit_box .tit_img { margin-top: 10px; } 

.renewa1_rhinitisSect6 .sect_tit_box .sect_tit { margin-top: 20px; } 
.renewa1_rhinitisSect6 .sect_tit_box .txt { font-size: var(--smTxt1); font-weight: 700; margin-top: 20px; word-break: keep-all; line-height: 1.5; } 
.renewa1_rhinitisSect6 .cont_box_v2 { margin-top: 40px; } 
.renewa1_rhinitisSect6 .cont_box_v2 .cont { background-color: #fff; border-radius: 10px; position: relative; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05); padding: 30px 20px; } 
.renewa1_rhinitisSect6 .cont_box_v2 .cont + .cont { margin-top: 15px; } 
.renewa1_rhinitisSect6 .cont_box_v2 .cont .tit { font-size: var(--txt1); font-weight: 700; line-height: 1.5; } 
.renewa1_rhinitisSect6 .cont_box_v2 .cont .tit span { font-size: var(--smTxt1); } 
.renewa1_rhinitisSect6 .cont_box_v2 .cont .txt { margin-top: 8px; font-size: var(--smTxt1); line-height: 1.5; } 
.renewa1_rhinitisSect6 .cont_box_v2 .cont .ico { position: absolute; top: 20px; right: 15px; width: 70px; } 
.renewa1_rhinitisSect7 { margin-top: var(--sectMt); overflow: hidden; } 
.renewa1_rhinitisSect7 .sect_tit_box { text-align: center; position: relative; } 
.renewa1_rhinitisSect7 .sect_tit_box .desc { line-height: 1.5; margin-top: 15px; font-size: var(--smTxt1); font-weight: 700; } 
.renewa1_rhinitisSect7 .sect_tit_box .txt { position: relative; line-height: 1.5; margin-top: 10px; font-size: var(--smTxt1); word-break: keep-all; } 
.renewa1_rhinitisSect7 .sect_tit_box .txt .sources_btn { font-size: var(--smTxt2); font-weight: 700; background: transparent; text-decoration: dashed; position: relative; margin-left: 3px; } 
.renewa1_rhinitisSect7 .sect_tit_box .txt .sources_btn::before { content: ""; display: block; position: absolute; left: 0; bottom: 2px; width: 100%; height: 1px; background-color: #555; } 
.allergic_page .sources_layer { position: absolute; left: 50%; bottom: -5px; transform: translate(-50%,100%); width: calc(100% - 30px); max-width: 600px; background-color: #fff; border-radius: 10px; box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.1); z-index: 5; padding: 15px; text-align: left; box-sizing: border-box; display: none; } 
.allergic_page .sources_layer.on { display: block; } 
.allergic_page .sources_layer .tit { font-size: var(--txt3); font-weight: 700; } 
.allergic_page .sources_layer .txt { font-size: var(--smTxt1); margin-top: 10px; } 
.allergic_page .sources_layer .close_btn { position: absolute; right: 20px; top: 18px; width: 16px; background-color: transparent; } 
.allergic_page .sources_layer .close_btn svg { fill: #C4C4C4; width: 100%; height: auto; } 
.allergic_page .rhinitisSect1 .desc .t1 span { color: #fff; } 
.renewa1_rhinitisSect7 .slide { margin-top: 50px; } 
.renewa1_rhinitisSect7 .slide .swiper-container { overflow: visible; } 
.renewa1_rhinitisSect7 .slide .swiper-slide { background-color: #E9EDF2; height: auto; padding: 30px 0; border-radius: 10px; display: flex; flex-direction: column; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .slide_tit { line-height: 1.5; font-size: var(--txt1); font-weight: 700; padding: 0 40px; box-sizing: border-box; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap { position: relative;; margin-top: 30px; padding: 0 40px; box-sizing: border-box; margin-bottom: 20px; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_info { display: flex; align-items: center; justify-content: center; margin-bottom: 20px; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_info li { display: flex; align-items: center; font-size: 10px; font-weight: 500; white-space: nowrap; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_info li + li { margin-left: 20px; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_info li .cir { width: 11px; height: 11px; border-radius: 50%; margin-right: 5px; transform: translateY(-1px); } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_info li .cir.type1 { background-color: #68A9FF; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_info li .cir.type2 { background-color: #234ECD; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_box { height: 250px; position: relative; width: 100%; display: flex; align-items: flex-end; justify-content: center; max-width: 280px; margin: 0 auto; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_box .bg { position: absolute; display: grid; grid-template-rows: repeat(10 , minmax(0,1fr)); width: 100%; height: 100%; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_box .bg .row { position: relative; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_box .bg .row .num { position: absolute; left: 0; bottom: 0; transform: translateY(50%); font-size: 9px; color: #B3B3B3; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_box .bg .row .line { position: absolute; left: 20px; bottom: 0; width: calc(100% - 20px); height: 1px; background-color: #d0d0d0; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_box .cont { width: 48%; height: 100%; display: flex; align-items: flex-end; justify-content: center; position: relative; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_box .cont .bar { width: 45px; position: relative; border-top-left-radius: 5px; border-top-right-radius: 5px; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_box .cont .bar + .bar { margin-left: 10px; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_box .cont.left .bar { height: 0%; background: linear-gradient(0deg, rgba(104,169,255,1) 0%, rgba(35,78,205,1) 100%); transition: height 1s ease-in-out; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_box .cont.right .bar.num1 { height: 0%; background: linear-gradient(0deg, rgba(174,209,255,1) 0%, rgba(104,169,255,1) 100%); transition: height 0.8s ease-in-out 0.2s; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_box .cont.right .bar.num2 { height: 0%; background: linear-gradient(0deg, rgba(88,129,248,1) 0%, rgba(35,78,205,1) 100%); transition: height 0.8s ease-in-out 0.2s; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_box .cont .bar .num { position: absolute; left: 50%; top: 15px; transform: translateX(-50%); color: #fff; font-size: 11px; font-weight: 700; white-space: nowrap; opacity: 0; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_box .cont.left .bar .num { transition: opacity 0.3s ease-in-out 0.6s; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_box .cont.right .bar .num { transition: opacity 0.3s ease-in-out 0.8s; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_box .cont .bar_txt { position: absolute; left: 50%; bottom: -10px; transform: translate(-50%,100%); font-size: var(--smTxt1); font-weight: 700; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_box .arrow { position: absolute; top: 10%; left: 45%; width: 100px; transform: scaleX(0); transform-origin: left top; transition: transform 0.6s ease-in-out 1s, top 0.6s ease-in-out 1s; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_box .arrow svg { width: 100%; height: auto; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .cir_data { position: absolute; left: 65%; top: 5%;; width: 80px; height: 80px; background-color: #F04B4B; color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50%; opacity: 0; line-height: 1.5; text-align: center; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .cir_data .txt { font-size: var(--txt2); color: #fff; font-weight: 700; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .cir_data .txt svg { width: 12px; height: auto; fill: #fff; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph2_wrap .cir_data { right: 10%; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .que_txt_box { margin: 40px auto 0; position: relative; display: flex; align-items: center; justify-content: center; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .que_txt { font-size: var(--smTxt1); font-weight: 500; display: flex; align-items: center; background-color: transparent; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .que_txt svg { width: 1em; height: auto; fill: #ADB7C4; opacity: 0.55; margin-left: 5px; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph2_wrap { margin-top: 20px; position: relative; margin-top: 5ch; text-align: center; margin-bottom: 20px;} 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph2_wrap img { width: 100%; max-width: 350px;} 
.renewa1_rhinitisSect7 .slide.active .swiper-slide .graph1_wrap .graph_box .cont.left .bar { height: 85%; } 
.renewa1_rhinitisSect7 .slide.active .swiper-slide .graph1_wrap .graph_box .cont.right .bar.num1 { height: 35%; } 
.renewa1_rhinitisSect7 .slide.active .swiper-slide .graph1_wrap .graph_box .cont.right .bar.num2 { height: 25%; } 
.renewa1_rhinitisSect7 .slide.active .swiper-slide .graph1_wrap .graph_box .cont .bar .num { opacity: 1; } 
.renewa1_rhinitisSect7 .slide.active .swiper-slide .graph1_wrap .graph_box .arrow { transform: scaleX(1); top: 20%; } 
.renewa1_rhinitisSect7 .slide.active .swiper-slide-active .cir_data { animation: cirData 0.75s forwards; animation-delay: 0.5s; } 
.renewa1_rhinitisSect7 .slide.active .swiper-slide-active .graph1_wrap .cir_data { animation-delay: 1.5s; } 
.renewa1_rhinitisSect7 .slide.active.ani_end .swiper-slide .graph1_wrap .cir_data { animation-delay: 0.5s; animation: none; opacity: 1; } 
.renewa1_rhinitisSect7 .slide.active.ani_end .swiper-slide.on .cir_data { animation: none; opacity: 1; } 
@keyframes cirData { 
 0% { opacity: 0; } 
 33.33% { opacity: 1; } 
 66.666% { opacity: 0; } 
 100% { opacity: 1; } 
 }
.allergic_page .sources_layer.type2 { width: calc(100% + 80px); } 
.allergic_page .sources_layer.type2 .txt1 { margin-top: 10px; line-height: 1.5; font-size: var(--smTxt1); } 
.allergic_page .sources_layer.type2 .txt2 { margin-top: 15px}
.allergic_page .sources_layer.type2 .txt2 li { display: flex; font-size: 10px; } 
.allergic_page .sources_layer.type2 .txt2 li + li { margin-top: 3px; } 
.allergic_page .sources_layer.type2 .txt2 strong { flex-shrink: 0; margin-right: 3px; display: flex; } 
.allergic_page .sources_layer.type2 .txt2 strong::before { content: ""; display: block; width: 2px; height: 2px; border-radius: 50%; background-color: #000; position: relative; top: 0.8em; margin-right: 2px; flex-shrink: 0; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph_txt_box { word-break: keep-all; font-size: var(--smTxt1); line-height: 1.5; padding: 0 20px; box-sizing: border-box; margin-top: auto; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph_txt_box .txt { background-color: #fff; border-radius: 10px; padding: 0px 20px; height: 90px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; text-align: center; } 
.renewa1_rhinitisSect7 .slide .swiper-slide .graph_txt_box .txt p { font-size: var(--smTxt1); } 
.renewa1_rhinitisSect7 .swiper-pagination { position: static; margin-top: 20px; } 
.renewa1_rhinitisSect7 .swiper-pagination .swiper-pagination-bullet { border-radius: 4px; transition: width 0.3s ease-in; } 
.renewa1_rhinitisSect7 .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet { margin-left: 8px; } 
.renewa1_rhinitisSect7 .swiper-pagination .swiper-pagination-bullet-active { width: 24px; background-color: #262f40; } 




.rhinitisSect7 {padding: var(--sectMt) 0}
.rhinitisSect7__items { margin-top: var(--contMt); } 
.rhinitisSect7Item { margin-bottom: 12px; padding-bottom: 20px; background-color: #fff; border-radius: 12px; } 
.rhinitisSect7Item .desc { text-align: center; } 
.rhinitisSect7Item .desc h4 { font-size: var(--txt2); line-height: 1.56; letter-spacing: -0.72px; color: #262f40; font-weight: 700; margin: 14px 0 4px}
.rhinitisSect7Item .desc p { font-size: var(--txt3); font-weight: 300; color: #7a8390; line-height: 1.43; letter-spacing: -0.56px; } 
.rhinitisSect__noti p {font-size:var(--smTxt1);font-weight: 300;line-height: 1.4;letter-spacing: -0.4px;color: #999;text-align: center;}



.renewa1_rhinitisSect9 { background-color: #FFF7F7; padding: 80px 0;} 
.renewa1_rhinitisSect9 .sect_tit_box { text-align: center; } 
.renewa1_rhinitisSect9 .sect_tit_box .sect_tit .ico svg { fill: #F04B4B; width:1.25em; height: auto; transform: translateY(3px); } 
.renewa1_rhinitisSect9 .sect_tit_box .sect_tit strong { color: #F04B4B; } 
.renewa1_rhinitisSect9 .sect_tit_box .txt1 { margin-top: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; } 
.renewa1_rhinitisSect9 .sect_tit_box .txt1 .p_txt { padding: 0 10px; position: relative; display: inline-block; } 
.renewa1_rhinitisSect9 .sect_tit_box .txt1 .p_txt + .p_txt { margin-top: 5px; } 
.renewa1_rhinitisSect9 .sect_tit_box .txt1 .p_txt::before { content: ""; position: absolute; left: 0; top: 0; width: 0%; height: 100%; background-color: #FFE7E7; transition: width 1.5s ease-in-out; } 
.renewa1_rhinitisSect9 .sect_tit_box .txt1 .p_txt + .p_txt::before { transition: width 1.5s ease-in-out 1.3s; } 
.renewa1_rhinitisSect9 .sect_tit_box .txt1 .p_txt p { position: relative; z-index: 2; line-height: 1.8; font-weight: 700; font-size: var(--txt2); } 
.renewa1_rhinitisSect9 .sect_tit_box.active .p_txt::before { width: 100%; } 
.renewa1_rhinitisSect9 .sect_tit_box .txt2 { font-size: var(--txt2);; margin-top: 10px; } 
.renewa1_rhinitisSect9 .sect_tit_box .ref_txt { font-size: var(--smTxt1);; margin-top: 20px; color: #999; line-height: 1.5}
.renewa1_rhinitisSect9 .img { margin-top: 30px; } 
.renewa1_rhinitisSect9 .view_btn { margin: 30px auto 0; width: 200px; height: 50px; background-color: #000; color: #fff; font-size: var(--txt3); font-weight: 700; display: flex; align-items: center; justify-content: center; border-radius: 10px; } 
.allergic_page .rhinitisSect7 { background-color: #fff; } 
.allergic_page .rhinitisSect7 .rhinitisSect7Item .img { overflow: hidden; } 
.allergic_page .rhinitisSect33 { background-color: var(--grayBg2); padding-top: 80px; } 
.allergic_page .rhinitisSect33__item .desc__t2 li { display: flex; font-size: var(--txt3); line-height: 1.5; word-break: keep-all; } 
.allergic_page .rhinitisSect33__item .desc__t2 li::before { content: ""; display: block; width: 3px; height: 3px; border-radius: 50%; background-color: #000; position: relative; top: 0.5em; margin-right: 2px;flex-shrink: 0; } 
.allergic_page .rhinitisSect7Item .desc p { color: #262f40; } 
.allergic_page .hty01 { font-size: 28px; word-break: keep-all; padding: 0 15px; } 



.rhinitisSect10 { padding-bottom: 80px; background-color: var(--grayBg2); padding-top: 80px; } 
.rhinitisSect10__con { padding: 24px 0 0}
.rhinitisSect10__items { display: flex; justify-content: space-between; flex-wrap: wrap; } 
.rhinitisSect10__item { width: 48.4%; padding-bottom: 30px}
.rhinitisSect10__item .desc__t1 { font-size: var(--tit5); font-weight: 700; line-height: 1.56; letter-spacing: -0.72px; margin: 12px 0 4px; color: #262f40}
.rhinitisSect10__item .desc__t1 span { font-size: 0.66em; color: #7A8390;}
.rhinitisSect10__item .desc__t2 { font-size: 1.167rem; line-height: 1.43; letter-spacing: -0.56px; color: #7a8390; word-break: keep-all; } 
.rhinitisSect10__item .desc__t2 li { display: flex; font-size: var(--txt2); line-height: 1.5; word-break: keep-all; } 
.rhinitisSect10__item .desc__t2 li::before { content: ""; display: block; width: 0.2em; height: 0.2em; border-radius: 50%; background-color: #7a8390; position: relative; top: 0.6em; margin-right: 0.3em;flex-shrink: 0; } 

.clinic_page .com_qna_sect {padding-bottom: 0;}


/* 기능성 소화불량 */

.sect_tit_box .desc {text-align: center; color: #7A8390; font-size: var(--txt1);}

.indigest_page .hty01 {font-size: var(--tit3);letter-spacing: -1.04px;color: #262f40;font-weight: 700;line-height: 1.25;text-align: center;}
.indigest_page .hty01s {font-size: var(--txt1);line-height: 1.22;letter-spacing: -0.72px;;color: #262f40}
.indigest_page .hty02 {font-size: var(--txt1);font-weight: 700;letter-spacing: -0.72px;line-height: 1.11;color: #262f40}
.indigest_page .hty02s {font-size: var(--txt3);font-weight: 300;line-height: 1.43;letter-spacing: -0.56px;color: #7a8390;}
.indigest_page .hty04 {display: inline-block;background: #843e92;padding: 0.75em 2em;border-radius: 10em;text-align: center;color: #fff;font-size:var(--txt2);font-weight: 700;line-height: 1.333;}
.indigest_page .hty04s {font-size: var(--txt3);line-height: 1.43;letter-spacing: -0.56px;font-weight: 300;color: #7a8390;}
.indigest_page .hty04s strong {font-weight: 700;color: #262f40}


.digestionSect2 { padding: 0 0 var(--sectMt)}
.digestionSect2__tit { text-align: center; } 
.digestionSect2__tit .hty01 { margin-top: 6px; } 
.digestionSect2__sect { text-align: center;  }
.indigest_page .hty04s { margin-top: 20px; } 
.indigest_page .hty04 {margin-top: 20px;}
.digestionSect2Items { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin: 24px auto 0; } 
.digestionSect2Item { border-radius: 12px; background-color: var(--grayBg2); padding: 0 5px 24px 20px; box-sizing: border-box; text-align: left; } 
.digestionSect2Item::before { content: ''; display: block; width: 100%; height: 100px; } 
.digestionSect2Item:nth-child(1)::before { background: url(/inc/img/sub/clinic/digestion-ico1@2x.png) no-repeat 0 50%; background-size: auto 63px; } 
.digestionSect2Item:nth-child(2)::before { background: url(/inc/img/sub/clinic/digestion-ico2@2x.png) no-repeat 0 50%; background-size: auto 63.5px; } 
.digestionSect2Item:nth-child(3)::before { background: url(/inc/img/sub/clinic/digestion-ico3@2x.png) no-repeat 0 50%; background-size: auto 61px; } 
.digestionSect2Item:nth-child(4)::before { background: url(/inc/img/sub/clinic/digestion-ico4@2x.png) no-repeat 0 50%; background-size: auto 61px; } 
.digestionSect2Item h5 { font-size: var(--txt2); color: #843E92; font-weight: 700; } 
.digestionSect2Item p { font-size: var(--txt3); color: #262f40; margin-top: 4px; letter-spacing: -0.04em; font-weight: 300; } 
.digestionSect2__check::before { content: ''; display: block; width: 23px; height: 23px; background: url(/inc/img/sub/clinic/digestion-check@2x.png) no-repeat 50% 50%; background-size: auto 100%; margin: 0 auto}
.digestionSect2__check { text-align: center; margin-top: 20px; } 
.digestionSect2__check p { font-size: var(--txt3); line-height: 1.57; letter-spacing: -0.56px; color: #262f40; margin-top: 6px; } 
.digestionSect2__check .line { position: relative; } 
.digestionSect2__check .line::before { content: ''; display: block; width: 0%; height: 14px; opacity: 0.15; background-color: #d500ff; position: absolute; top: 2px; left: 0; transition: 1s ease-in-out;}
.digestionSect2__check .line2::before {transition-delay: 0.2s;}
.digestionSect2__check .line3::before {transition-delay: 0.4s;}
.digestionSect2__check .line4::before {transition-delay: 0.6s;}



.digestionSect2__check.active .line::before {width: 100%;}


.indigest_page .para-box2 .process-box .step .num {background-color: #ddc8e1; color: #843e92;}
.indigest_page .para-box2 .process-box .step .num.active {background-color: #843e92; color: #fff;}
.indigest_page .para-box2 .process-box .step .line {background-color: #ddc8e1;}
.indigest_page .para-box2 .process-box .step .line em {background-color: #843e92;;}
.indigest_page .para-box2 .process-box .step .box .t1 span {border: 1px solid #843e92; color: #843e92;}
.indigest_page .para-box2 .process-box .step .box .desc-box {background-color:var(--colorBlue1); color: #fff;}

.digestionSect3 { background-color: var(--grayBg2); padding: var(--subContPd) 0}
.digestionSect3__s1 { text-align: center; } 
.digestionSect3__s1 .img { padding: 16px 19px 0 16px; text-align: center; } 
.digestionSect3__s1 .img img { width: 100%; max-width: 375px; margin: 0 auto}
.digestionSect3__s2 { margin-top: var(--sectMt); text-align: center; } 
.digestionSect3__s2 .hty04s {}
.digestionSect3__s2 .para-box2 {text-align: left; margin-top: 40px;}
.digestionSect3__steps { box-sizing: border-box; padding-right: 30px}
.digestionSect3__step { display: flex; justify-content: flex-end; } 
.digestionSect3__step .tit { font-size: var(--txt3); line-height: 1.27; letter-spacing: -0.56px; color: #843e92; font-weight: 700; text-align: right; padding-right: 10px; padding-top: 7px; width: 84px; box-sizing: border-box; } 
.digestionSect3__step .tit span { font-size: var(--smTxt1); line-height: 1.33; letter-spacing: -0.56px; font-weight: 300; } 
.digestionSect3__step .stepBx { width: 77.60%; padding-left: 40px; box-sizing: border-box; position: relative; padding-bottom: 24px}
.digestionSect3__step .stepBx .step { font-size: var(--smTxt1); line-height: 30px; letter-spacing: -0.64px; color: #262f40; font-weight: 700; box-sizing: border-box; text-align: left; } 
.digestionSect3__step .stepBx::before { content: ''; display: block; width: 30px; height: 30px; background: url(/inc/img/sub/clinic/digestion-point@2x.png) no-repeat 50% 50%; background-size: cover; position: absolute; top: 0; left: 0}
.digestionSect3__step .stepBx::after { content: ''; display: block; width: 1px; height: calc(100% - 42px); background: #843e92; position: absolute; top: 38px; left: 15px}
.digestionSect3__step .stepBx .bx { border-radius: 20px; background-color: var(--colorBlue1); padding: 20px 18px 20px; box-sizing: border-box; text-align: left; margin-top: 4px}
.digestionSect3__step .stepBx .bx li { font-size: var(--smTxt1); line-height: 1.57; letter-spacing: -0.56px; color: #fff; position: relative; padding-left: 12px}
.digestionSect3__step .stepBx .bx li::before { content: ''; display: block; width: 2px; height: 2px; background-color: #fff; position: absolute; left: 0; top: 9px}
.digestionSect3__step .stepBx .bx li.mg { margin-top: 6px; } 
.digestionSect3__step .stepBx .bx .ls1 li:first-child { line-height: 1.45; } 
.digestionSect3__step:nth-child(3) .stepBx::after { display: none; } 



.digestionSwiperSlide { position: relative; } 
.digestionSwiperSlide .swiper-slide { width: auto; height: auto; display: flex; align-items: flex-end; } 
.digestionSwiperSlide .swiper-slide img { width: 288px}
.digestionSect5 { padding: 80px 0 36px; text-align: center; } 
.digestionSect5__tit .hty01 { font-weight: 400; } 
.digestionSect5__tit .hty01 strong { font-weight: 700; } 
.digestionSect5__tit .hty04s { margin-top: 12px; } 
.digestionSwiperSlide { margin-top: 20px; padding-bottom: 24px; overflow: hidden; } 
.digestionSect5 .digestionSwiperSlide .swiper-pagination-bullets { bottom: 0}
.digestionSect5 .digestionSwiperSlide .swiper-pagination-bullets .swiper-pagination-bullet { width: 6px; height: 6px; background-color: #999; border-radius: 3px; opacity: 1; margin: 0 3px}
.digestionSect5 .digestionSwiperSlide .swiper-pagination-bullets .swiper-pagination-bullet-active { width: 24px; background: #333; } 

.digestionSect7 { padding: 100px 0 80px; background: var(--grayBg2); } 
.digestionSect7__tit .hty01 { font-weight: 400; } 
.digestionSect7__tit .hty01 strong { font-weight: 700; } 
.digestionSect7__items { padding: 0 21px; display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 12px; } 
.digestionSect7Item { width: 48.65%; margin-top: 12px; display: flex; flex-direction: column; } 
.digestionSect7Item .desc { border-radius: 0 0 16px 16px; background-color: #fff; padding: 12px 5px 24px 18px; flex: auto}
.digestionSect7Item .desc h4 { font-size: var(--txt3); line-height: 1.31; letter-spacing: -0.64px; color: #262f40; font-weight: 700; } 
.digestionSect7Item .desc p { font-size: var(--smTxt1); line-height: 1.29; letter-spacing: -0.56px; color: #7a8390; font-weight: 300; word-break: keep-all; margin-top: 4px; } 
.digestionSect7 .notis { font-size: var(--smTxt2); font-weight: 300; line-height: 1.4; letter-spacing: -0.4px; color: #999; text-align: center; padding: 10px 21px 0}
.digestionSect8 { padding: 80px 20px}
.digestionSect8 .insuranceSectFaqs .faqItem__a { padding-right: 18px; } 
.digestionSect8 .insuranceSectFaqs .faqItem__a .desc { word-break: keep-all}
.digestionSect8 .insuranceSectFaqs .faqItem__q .tit, .digestionSect8 .insuranceSectFaqs .faqItem__a .desc { font-size: 1.333rem; } 
.digestionSect9.waistSect10 { padding-top: 0}
.digestionSect9 .hty01 { font-weight: 400; } 


/* 뇌혈관 후유증 */
.brain_blood_page .sect_tit_box {text-align: center;}
.brain_blood_page .hty01 {font-size: var(--tit3);letter-spacing: -1.04px;color: #333;font-weight: 700;line-height: 1.3;text-align: center;}
.brain_blood_page .hty01 span {font-weight: 400;}
.brain_blood_page .hty01s {font-size: var(--txt2);color: #7a8390;text-align: center; word-break: keep-all; font-weight: 300;}
.brain_blood_page .hty01s strong {font-weight: 700;color: #333}
.brain_blood_page .sect_tit + .hty01s {margin-top: 18px}

.brain_blood_page .hty04 {display: inline-flex;justify-content: center;align-items: center;border-radius: 50em;background-color: #00b38b;font-size: var(--txt2);line-height: 1.4;letter-spacing: -0.64px;color: #fff;margin: 0 auto;font-weight: 700;padding: 12px 18px;width: 250px;box-sizing: border-box;}


.brainSect2 { padding: 0 0 var(--sectMt)}
.brainSect2__s1 { text-align: center; border-bottom: 2px solid #333; margin-top: 24px; } 
.brainSect2__s1 .img { text-align: center; margin-top: 34px; } 
.brainSect2__s1 .img img { width: 85.03%; margin: 0 auto}
.brainSect2__s2 { border-radius: 0 0 16px 16px; background-color: #f8f8f8; padding: 30px 15px 28px; } 
.brainSect2__s2 .desc__tags { padding: 14px 18px 18px; border-radius: 16px; background-color: #fff; margin-top: 22px; display: flex; justify-content: center; flex-wrap: wrap; gap: 4px}
.brainSect2__s2 .desc__tags span { padding: 0 3px; border-radius: 2px; background-color: #00b38b; font-size: var(--txt2); letter-spacing: -0.64px; color: #fff; margin-top: 4px; line-height: 1.31; } 


.brain_blood_page .brainSect2__tit {text-align: center;}
.brain_blood_page .brainSect2__s1 {border-bottom: 2px solid #00b38b}


.brainSect2n__s2 {padding: 30px 35px 36px 30px;border-radius: 0 0 16px 16px;background-color: #effbf8;}
.brainSect2n__s2 .tit {font-size: 18px;letter-spacing: -0.72px;color: #7a8390;display: flex;align-items: center;}
.brainSect2n__s2 .tit::before {content: '';display: block;width: 20px;height: 20px;background: #aaa url(/inc/img/sub/clinic/icons-chk.png) no-repeat 50% 60%;background-size: 65% auto;border-radius: 50%;margin-right: 8px;}
.brainSect2n__s2 .con {font-size: 16px;line-height: 1.38;letter-spacing: -0.64px;color: #7a8390;margin-top: 5px;word-break: keep-all;}
.brainSect2n__s2 .lists>li + li {margin-top: 17px;}

.brainSect2n__s2 .on .tit {color: #00b38b;font-weight: 700;}
.brainSect2n__s2 .on .tit::before {background: #00b38b url(/inc/img/sub/clinic/icons-chk.png) no-repeat 50% 60%;background-size: 65% auto;}
.brainSect2n__s2 .on .con {color: #111;}


.brainSect2 .desc__lists>li::before { content: ''; display: block; width: 2px; height: 2px; background: #7a8390; position: absolute; top: 8px; left: 2px}
.brainSect2 .desc__lists>li { position: relative; font-size: var(--txt2); line-height: 1.38; letter-spacing: -0.64px; color: #7a8390; padding-left: 12px}
.brainSect2 .desc__lists>li+li { margin-top: 10px; } 

.sect_tit_box .hty04 {margin-top: 24px;}

.brainSect3 { background-color:var(--grayBg2); padding: var(--subContPd) 0; } 
.brainSect3 .sect_tit_box {text-align: center;}
.brainSect3 .para-box2 .process-box {margin-top: 40px;}

.brainSect3 .para-box2 .process-box .step .num {background-color: #d1eae9; color: #00b38b;}
.brainSect3 .para-box2 .process-box .step .num.active {background-color: #00b38b; color: #fff;}
.brainSect3 .para-box2 .process-box .step .line {background-color: #d1eae9;}
.brainSect3 .para-box2 .process-box .step .line em {background-color: #00b38b;}
.brainSect3 .para-box2 .process-box .step .box .t1 span {border: 1px solid #00b38b; color: #00b38b;}
.brainSect3 .para-box2 .process-box .step .box .desc-box {background-color:var(--colorBlue1); color: #fff;}

.brainSect3 .para-box2 .process-box .step_box {display: flex;align-items: flex-start;}
.brainSect3 .para-box2 .process-box .step_box h5 {font-weight: 700; font-size: inherit;}

.brainSect3 .para-box2 .process-box .step_box .left_txt {width: 34%; padding-right: 10px; font-size: var(--txt3); position: relative; color: #00b38b; text-align: right;}
.brainSect3 .para-box2 .process-box .step_box .left_txt .ico {position: absolute; right: 0; top: -5px; transform: translateY(-100%) ;display: inline-block; width: 1.7em; margin-left: 0.25em;}
.brainSect3 .para-box2 .process-box .step_box .step {padding-bottom: 4rem; width: 70%;}
.brainSect3 .para-box2 .process-box .step_box .grid_box {display: grid; grid-template-columns: repeat(1,minmax(0,1fr)); gap: 5px;}
.brainSect3 .para-box2 .process-box .step_box .grid_box .dot_line + .dot_line {margin: 0;}

.brainSect3 .para-box2 .process-box .step_box:last-child .step {padding-bottom: 0;}

.brainSect3 .para-box2 .process-box .step_box .gold_time {display: inline-flex; justify-content: flex-end;}

.brainSect3 .para-box2 .process-box .step_box .gold_time .bg {position: relative; color: #fff; padding: 0 0.2em; display: inline-block;}
.brainSect3 .para-box2 .process-box .step_box .gold_time .bg:nth-child(1) {margin-top: 0;}
.brainSect3 .para-box2 .process-box .step_box .gold_time .bg {margin-top: 0.2em;}
.brainSect3 .para-box2 .process-box .step_box .gold_time .bg::after {content: "";position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #f3bc3b;  transition: 1s ease-in; z-index: -1;}
.brainSect3 .para-box2 .process-box .step_box .gold_time h5 {position: relative; z-index: 2; font-weight: 700; transition: color 1s ease-in; }





.brainSect3__s2 { padding: 60px 0 80px}
.brainSect3__tit { text-align: center; font-size: var(--tit4);} 
.brainSect3__con2 { margin-top: 25px; } 

.brainSect3__item {background: url(/inc/img/sub/clinic/brain-s3-bx1@2x.png) no-repeat 50% 50%;background-size: 100% auto ;padding: 2em 2.5em;box-sizing: border-box;width: 400px; max-width: 100%; height: 14.4em; margin: 0 auto; display: flex; justify-content: center; align-items: center;}

@media screen and (max-width: 438px) {
    .brainSect3__item{padding: 0 2.5em; height: 54vw;}
}


.brainSect3__item + .brainSect3__item { margin-top: 18px; } 
.brainSect3__item.item2 { background: url(/inc/img/sub/clinic/brain-s3-bx2@2x.png) no-repeat 50% 50%; background-size: 100% auto}
.brainSect3__item .tit { font-size: var(--txt2); line-height: 1.69; letter-spacing: -0.64px; font-weight: 700; color: #333; margin-bottom: 3px; } 
.brainSect3__item .desc { font-size: var(--txt3); font-weight: 300; line-height: 1.43; letter-spacing: -0.56px; color: #333; text-align: center; margin-top: 14px; } 
.brainSect3__item .tags { display: flex; flex-wrap: wrap; gap: 2px}
.brainSect3__item .tag { padding: 2px 8px; border-radius: 9px; background-color: #00b38b; color: #fff; font-size: var(--smTxt1); line-height: 1.3; margin-top: 1px; } 
.brainSect3__item__tit { padding-left: 85px; position: relative; height: 69px; display: flex; flex-direction: column; box-sizing: border-box; } 
.brainSect3__item__tit::before { content: ''; display: block; width: 73px; height: 69px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); } 
.item1 .brainSect3__item__tit::before { background: url(/inc/img/sub/clinic/brain-s3-ico1@2x.png) no-repeat 50% 50%; background-size: auto 62px; } 
.item2 .brainSect3__item__tit::before { background: url(/inc/img/sub/clinic/brain-s3-ico2@2x.png) no-repeat 50% 50%; background-size: auto 69px; } 
.item3 .brainSect3__item__tit::before { background: url(/inc/img/sub/clinic/brain-s3-ico3@2x.png) no-repeat 50% 50%; background-size: auto 64px; } 


.brain_blood_page .insuranceInfoSect { background-color: #f8f8f8; } 



.brainSect6 .brainSect__noti { text-align: center; margin-top: 12px; padding: 0 15px}
.brainSwiperSlide { margin-top: 34px; padding-bottom: 24px; overflow: hidden; position: relative; } 
.brainSwiperSlide .swiper-slide { width: auto; height: auto; display: flex; align-items: flex-end; } 
.brainSwiperSlide .swiper-slide img { width: 288px; } 
.brainSect6 .brainSwiperSlide .swiper-pagination-bullets { bottom: 0}
.brainSect6 .brainSwiperSlide .swiper-pagination-bullets .swiper-pagination-bullet { width: 6px; height: 6px; background-color: #999; border-radius: 3px; opacity: 1; margin: 0 3px}
.brainSect6 .brainSwiperSlide .swiper-pagination-bullets .swiper-pagination-bullet-active { width: 24px; background: #333; } 



.brainSect6__s1 { background-color: #f8f8f8; padding: var(--subContPd) 0 }
.brainSect6__s1 .com_info_box {margin-top: 20px;}
.brainSect7 { padding: 80px 20px}
.brainSect7 .brainSect__noti { text-align: center; margin-top: 10px; } 
.brainSect7__items { display: flex; flex-wrap: wrap; justify-content: space-between; } 
.brainSect7Item { width: 48.5%; margin-top: 24px; } 
.brainSect7Item .desc h4 { font-size: var(--txt2); line-height: 1.56; letter-spacing: -0.72px; color: #333; font-weight: 700; margin-top: 12px; } 
.brainSect7Item .desc p { margin-top: 6px; font-size: var(--smTxt1); font-weight: 300; line-height: 1.43; letter-spacing: -0.56px; color: #7a8390; word-break: keep-all; } 
.brainSect8 { padding: 80px 0; background-color: #f8f8f8; } 


/* 월경통 */
.menst_page .sect_tit_box {text-align: center;}
.menst_page .sect_txt {color: #7a8390;}
.menst_page .sect_tit .hc {color: var(--colorBlue1);}
.menst_page .hty02 {font-size: var(--tit4); font-weight: 700;}
.menst_page .hty03 {font-weight: 500;}

.dysmSect2 { padding: 0 0 var(--sectMt)}
.dysmSect2__tit { text-align: center; } 
.dysmSect2__tit .hty01s { margin-top: 12px; } 
.dysmSect2__tit .hty01s p, .dysmSect2__tit .hty01s strong { color: #333; font-size: var(--smTxt1); letter-spacing: -0.26px; line-height: 1.53; } 
.dysmSect2__sect { margin-top: 24px; border-radius: 20px; background: #EEF6FF url(/inc/img/sub/clinic/dysm-s1@2x.png) no-repeat 50% 100%; height: 410px; background-size: auto 100%}
.dysmSect2__sect h4 { font-size:var(--txt1); font-weight: 700; line-height: 1.55; letter-spacing: -0.72px; color: #003087; text-align: center; padding-top: 20px; } 
.dysmSect2__sect .list { font-size: 0; } 
.dysmSect2__sect .cir_box {display: none;}

.dysmSect3 { padding: var(--subContPd) 0px; background: var(--grayBg2); } 

.dysmSect3 .hty01 { text-align: center; } 
.dysmSect3__sect { border-radius: 20px; background: #fff; padding: 30px 20px; margin-top: var(--contMt); } 
.dysmSect3__sect1 .desc { text-align: center; } 
.dysmSect3__sect1 .desc .hty02s { margin-top: 12px; font-size: var(--txt2);} 
.dysmSect3__sect1 .img { margin-top: 15px; text-align: center;} 
.dysmSect3__sect1 .img img {width: 100%; max-width: 450px;}
.dysmSect3__sect2__tit { text-align: center; margin-top: 30px; padding-top: 30px; border-top: 1px solid #DFDFDF; } 
.dysmSect3__sect2__tit .hty02s { margin-top: 12px; } 
.dysmSect3__sect2__step { width: 240px; margin: 24px auto 0; } 
.dysmSect3__sect2__step .stepBx { border-radius: 20px; border: 1px solid #446DDE; background: #fff; padding: 16px 20px; text-align: center; } 
.dysmSect3__sect2__step .step { font-size: var(--smTxt1); line-height: 1.6; letter-spacing: -0.4px; padding: 3px 8px 1px; border-radius: 20px; background: #446DDE; color: #fff; font-weight: 700; display: inline-flex; justify-content: center; align-items: center; } 
.dysmSect3__sect2__step .arr { height: 24px; background: url(/inc/img/sub/clinic/dysm-s2-arr@2x.png) no-repeat 50% 50%; background-size: auto 12px}
.dysmSect3__sect2__step .hty03 { margin-top: 5px; } 
.dysmSect3__sect2__step .stepBx__s2 { margin-top: 8px; padding-top: 8px; border-top: 1px solid #dfdfdf; display: inline-flex; flex-direction: column;}
.dysmSect3__sect2__step .dot { display: inline-block; font-size: var(--txt2); padding-left: 9px; position: relative; text-align: left;} 
.dysmSect3__sect2__step .dot::before { content: ''; display: block; width: 2px; height: 2px; border-radius: 2px; background: #446DDE; position: absolute; top: 0.75em; left: 0}
.dysmSect3__sect2__step .dot.dot_none::before {content: none;}
.dysmSect3__sect2__step .dot.dot_none {text-align: center;}
.dysmSect3__sect2__step .dot.agL { text-align: left; word-break: keep-all; } 

.dysSwiperSect { overflow: hidden; padding: var(--subContPd) 0 0}
.dysSwiperSect__tit { text-align: center; } 
.dysSwiperSect__tit .hty01s { margin-top: 12px; color: #777}
.dysSwiperSect__tit .hty01s strong { color: #333}
.dysSwiperThmub { margin-top: var(--contMt); } 
.dysSwiperThmub .thumb { border-radius: 10px; background: #CFCFCF; width: 140px; text-align: center; box-sizing: border-box; border: 1px solid #CFCFCF;} 
.dysSwiperThmub .thumbSx1 { border-radius: 10px; background: #f8f8f8; height: 100px; padding: 20px 20px; font-size: var(--txt3); line-height: 1.45; letter-spacing: -0.88px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; word-break: keep-all; } 
.dysSwiperThmub .thumbSx2 { font-size: var(--txt3); color: #333; line-height: 1.3; letter-spacing: -0.88px; font-weight: 500; padding: 12px 0}
.dysSwiperThmub .swiper-slide { padding-bottom: 12px; cursor: pointer; width: auto}
.dysSwiperThmub .swiper-slide-thumb-active .thumb { background: #0061DF; padding: 0; border-color: #0061DF;}
.dysSwiperThmub .swiper-slide-thumb-active .thumbSx1 { background: #fff; border: 1px solid #0061DF}
.dysSwiperThmub .swiper-slide-thumb-active .thumbSx2 { color: #fff; font-weight: 700; } 
.dysSwiperThmub .swiper-slide-thumb-active::after { content: ''; display: block; width: 8px; height: 8px; background: #0061DF; border-radius: 50%; margin: 12px auto 0; } 
.dysSwiperSlideWrap { position: relative;}
.dysSwiperSlideItem__in { border-radius: 10px; background: #0061DF; padding: 20px; position: relative; } 
.dysSwiperSlideItem__in .cate { border-radius: 20px; background: #F8FFA9; padding: 4px 10px; color: #0061DF; font-size: 10px; line-height: 1.4; letter-spacing: -0.4px; } 
.dysSwiperSlideItem__in .desc { color: #fff; width: 46%}
.dysSwiperSlideItem__in .img { position: absolute; right: -40px; bottom: -30px; width: 220px}
.dysSwiperSlideItem__in .img img { width: 100%; } 
.dysSwiperSlideItem__in h4 { color: #fff; font-size: var(--tit4); line-height: 1.6; letter-spacing: -0.8px; font-weight: 700; margin-top: 8px; } 
.dysSwiperSlideItem__in p { color: #fff; font-size: var(--txt3); line-height: 1.67; letter-spacing: -0.48px; margin-top: 12px;; word-break: keep-all; } 
.dysSwiperSlideItem__noti { font-size: var(--smTxt1); color: #999; letter-spacing: -0.4px; line-height: 1.4; margin-top: 20px; } 
.item2 .dysSwiperSlideItem__in .img { width: 191px; right: -20px; bottom: -35px}
.item2 .dysSwiperSlideItem__in .desc { width: 54%}
.item3 .dysSwiperSlideItem__in .img { width: 193px; right: -20px; bottom: -38px}
.item3 .dysSwiperSlideItem__in .desc { width: 52%}
.item4 .dysSwiperSlideItem__in .img { width: 220px; right: -30px; bottom: -32px}
.item4 .dysSwiperSlideItem__in .desc { width: 57%}


.dysSwiperSlide  {position: relative;}
.dysSwiperSlide .swiper-button-next, .dysSwiperSlide .swiper-button-prev { width: 30px; height: 30px; background: #053385; border-radius: 50%; z-index: 2; display: flex; justify-content: center; align-items: center; transition: all 0.3s;; margin-top: -30px}
.dysSwiperSlide .swiper-button-prev { left: -10px}
.dysSwiperSlide .swiper-button-next { right: -10px; } 
.dysSwiperSlide .swiper-button-prev::after, .dysSwiperSlide .swiper-button-next::after { content: ''; display: block; width: 12px; height: 12px; background: url(/inc/img/sub/clinic/sw-next-arr-w.png) no-repeat 50% 50%; background-size: cover}
.dysSwiperSlide .swiper-button-prev::after { transform: rotate(180deg); } 
.dysSwiperSlide .swiper-button-next::after { transform: rotate(0); } 
.dysSwiperSlide .swiper-button-prev.swiper-button-disabled, .dysSwiperSlide .swiper-button-next.swiper-button-disabled { opacity: 1}



.menst_page .comInsuranceBanner.phone_only {margin-top: var(--sectMt); background: transparent; padding: 0;}
.menst_page .comInsuranceBanner.phone_only .comInsuranceBannerIn {width: 100%; max-width: 100%;}
.menst_page .comInsuranceBanner.phone_only .comMajorRemedy {margin-top: 0; padding: var(--subContPd); background-color: var(--grayBg2);}





/* 현행유지_추가 */
.clinic_page .com_around_sect{margin-top: var(--sectMt);}

/* 치료법 이미지 */
.clinic_page .facialSect6__item .img{border-radius: 15px 15px 0 0; overflow: hidden;}
.menst_page .facialSect6__item .img,
.brain_blood_page .facialSect6__item .img{border-radius: 15px; overflow: hidden;}

/* 안면신경마비 */
.face_page.clinic_page .commu_sect{padding-bottom: 0;}


/* 알레르기비염 */
.allergic_page .rhinitisSect7 .rhinitisSect7Item .img{position: relative; padding-top: 50%; border-radius: 15px; overflow: hidden;}
.allergic_page .rhinitisSect7 .rhinitisSect7Item .img img{position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover;}
.allergic_page .com_herbal_slide {margin: var(--sectMt) 0 0}

.dysmSect3__sect1 .img img{margin: 0 auto;}




.com_herbal_slide .slide .cont .bot_box .badge.green {background-color: #ffd99f;}
.com_herbal_slide .slide .cont .bot_box .badge.yellow {background-color: #92dfce;}
.com_herbal_slide .slide .cont .bot_box .badge.red {background-color: #ff717a;}
.allergic_page .com_herbal_slide .slide .cont .bot_box .badge.green {background-color: #4ec495}
.allergic_page .com_herbal_slide .slide .cont .bot_box .badge.yellow {background-color: #ffca69}
.allergic_page .com_herbal_slide .slide .cont .bot_box .badge.red {background-color: #ff8469}


 

@media screen and (max-width: 767px) {
    .face_page .comInsuranceBanner {margin-top: 80px;}
    .comInsuranceBanner {background-image: linear-gradient(114deg, #ebeefe, #fceeea 46%, #e4edff 94%);padding: 28px 36px; }
    .comInsuranceBanner .dNoti {color: #7a8390; font-size: var(--smTxt1); text-align: center; margin-top: 15px;}
    .comInsuranceBannerIn {display: flex;justify-content: space-between;max-width: 303px;margin: 0 auto;position: relative}
    .comInsuranceBannerIn .btn {display: block;width: 100%;height: 24px;position: absolute;left: 0;bottom: 22px;font-size: 0;}
    .comInsuranceBannerNoti, .Sect6Noti {font-size: var(--smTxt1);color: #999;line-height: 1.5;letter-spacing: -0.48px;margin-top: 10px;word-break: keep-all;text-align: center;padding: 0 20px;}



    .facialSect3__btn a { display: flex; justify-content: center; align-items: center; width: 100%; height: 72px; background-color: var(--colorBlue1); } 
    .facialSect3__btn  a> span {display: inline-block;padding-right: 20px;background: url(/inc/img/sub/clinic/wast-ico-arr.png) no-repeat 100% 50%;background-size: auto var(--txt3);font-size: var(--txt1);color: #fff;}

    /* .facialSect3__btn a>span{display: inline-block;padding-right: 38px;background: url(/inc/img/sub/clinic/wast-ico-arr.png) no-repeat 100% 50%;background-size: auto 28px;font-size: 35px;color:#fff} */

    .facialSect6 .hty01 { line-height: 1.23; margin-bottom: 30px; } 
    .facialSect6 .hty01 span { font-weight: 300; } 
    .facialSect6 .tit1 { display: block; color: #4169e1; text-align: center; } 
    .facialSect6 .tit1 span { display: inline-flex; justify-content: center; align-items: center; font-size: var(--txt2); font-weight: 700; letter-spacing: -0.56px; } 
    .facialSect6 .tit1 span::before, .facialSect6 .tit1 span::after { content: ''; display: block; width: 4px; height: 4px; border-radius: 50%; background-color: #4169e1; } 
    .facialSect6 .tit1 span::before { margin-right: 6px; } 
    .facialSect6 .tit1 span::after { margin-left: 6px}
    .facialSect6 .tit2 { display: block; font-size: var(--tit4); font-weight: 700; line-height: 1.4; letter-spacing: -0.8px; color: #262f40; text-align: center; margin-top: 4px; } 
    .facialSect6__01 { max-width: 375px; margin: 20px auto 0}
    .facialSect6__01__img { margin-top: 12px; } 
    .facialSect6__01__desc p { padding: 15px 0 14px; font-size: var(--txt2); letter-spacing: -0.64px; border-radius: 16px; color: #fff; text-align: center; margin-top: 10px; line-height: 1.33; } 
    .facialSect6__01__desc p:nth-child(1) { background-color: #3c6bc2; } 
    .facialSect6__01__desc p:nth-child(2) { background-color: #355da7; margin-top: 6px; } 
    .facialSect6__01__desc p:nth-child(3) { background-color: var(--colorBlue1); margin-top: 6px; } 

    /* .allergic_page .com_herbal_slide {margin: var(--sectMt);} */
    
    .com_herbal_slide { padding: var(--subContPd) 0; background-color: var(--grayBg2); } 
    .com_herbal_slide .sect_tit_box { text-align: center; } 
    .com_herbal_slide .slide { margin-top: 30px; overflow: hidden; } 
    .com_herbal_slide .slide .swiper-container { overflow: visible; } 
    .com_herbal_slide .slide .swiper-slide {height: auto; display: flex; flex-direction: column;}
    .com_herbal_slide .slide .top_img { width: 100%; height: 130px; margin: 0 auto -30px; text-align: center; z-index: 3;} 
    .com_herbal_slide .slide .top_img img { width: auto; height: 100%; margin: 0 auto; } 
    .com_herbal_slide .slide .cont { flex: 1; min-height: 0; box-sizing: border-box; border: 3px solid var(--colorBlue1); border-radius: 20px; background-color: #fff; overflow: hidden; } 
    .com_herbal_slide .slide .cont .top_box { background-color: var(--colorBlue1); color: #FFF; font-size: 18px; font-weight: 700; padding: 50px 15px 20px; line-height: 1.5; text-align: center; } 
    .com_herbal_slide .slide .cont .bot_box { padding: 30px 15px; flex: 1;} 
    .com_herbal_slide .slide .cont .bot_box .badge { width: 70px; height: 27px; border-radius: 50px; color: #fff; border-radius: 50px; font-size: 12px; font-weight: 500; display: flex; align-items: center; justify-content: center; } 

    .com_herbal_slide .slide .cont .bot_box .tit { font-size: var(--tit3); font-weight: 700; margin-top: 20px; line-height: 1.5; } 
    .com_herbal_slide .slide .cont .bot_box .txt { margin-top: 10px; width: 60%; } 
    .com_herbal_slide .slide .cont .bot_box .txt li { font-size: var(--txt2); font-weight: 500; position: relative; display: flex; line-height: 1.5; } 
    .com_herbal_slide .slide .cont .bot_box .txt li + li { margin-top: 3px; } 
    .com_herbal_slide .slide .cont .bot_box .txt li::before { content: "";display: block;width: 3px;height: 3px;border-radius: 50%;background-color: #000; position: relative; top: 0.7em; margin-right: 2px;flex-shrink: 0; } 
    .com_herbal_slide .slide .cont .bot_box .img { position: absolute; right: 20px; bottom: 50px; width: 33%; max-width: 120px;} 
    .com_herbal_slide .swiper-pagination .swiper-pagination-bullet-active { width: 24px; background-color: #262f40;} 
    .com_herbal_slide .swiper-pagination { position: static; margin-top: 20px; } 
    .com_herbal_slide .swiper-pagination .swiper-pagination-bullet { border-radius: 4px; transition: width 0.3s ease-in; } 
    .com_herbal_slide .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet { margin-left: 8px; } 

    .digestionSect3__s3 { padding: 36px 0 0}
    .digestionSect3__s3__tit { text-align: center; } 
    .digestionSect3__s3__tit::before { content: ''; display: block; width: 240px; height: 77px; background: url(/inc/img/sub/clinic/digestion-img1@2x.png) no-repeat 50% 50%; background-size: auto 100%; margin: 0 auto 12px}
    .digestionSect3__s3__bxs { position: relative; margin: 20px auto 0; max-width: 331px; } 
    .digestionSect3__s3__bxs .bx1 { width: 58.61%; } 
    .digestionSect3__s3__bxs .bx2 { position: absolute; right: 0; bottom: 0; width: 53.78%; } 

    
    .insuranceInfoSect { padding: var(--sectMt) 0}
    .insuranceInfoSect__tit { text-align: center; } 
    .insuranceInfoSect__tit .hty04s { margin-top: 12px; } 
    .insuranceInfoSect__items { padding: 24px 0 0}
    .insuranceInfoSect__items { width: 332px; margin: 0 auto; } 
    .insuranceInfoSectItems { display: flex; justify-content: space-between; gap: 7px; margin-top: 8px; margin-bottom: 20px;} 
    .insuranceInfoSectItems img { width: 31.93%}
    .insuranceInfoSect__items .notis { font-size: var(--smTxt2); line-height: 1.4; letter-spacing: -0.4px; color: #999; margin-top: 10px; text-align: center; padding: 0 10px; font-weight: 300; } 


    .brainSect5__nav { padding: 80px 0 0; background: #F8F8F8; position: relative; z-index: 100; } 
.brainSect5Nav { border-radius: 31px; box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1); background-image: linear-gradient(104deg, #0a1bb4 -8%, #4587ae 56%, #9257ce 110%); display: flex; max-width: 335px; margin: 0 auto; justify-content: center; gap: 32px}
.brainSect5Nav>li { padding: 14px 0 12px}
.brainSect5Nav>li>a { font-size: var(--txt3); font-weight: 300; line-height: 1.29; letter-spacing: -0.56px; color: #d8d8d8; text-align: center; display: block; } 
.brainSect5Nav>li.active>a { font-size: var(--txt3); font-weight: 700; color: #fff; position: relative; letter-spacing: -0.28px; } 
.brainSect5Nav>li.active>a::before { content: ''; display: block; width: 4px; height: 4px; background: #fff; border-radius: 50%; position: absolute; top: 0; left: -8px}
.brainSect5__nav__sticky { background: #F8F8F8}
.brainSect5__nav__sticky.fixed .brainSect5Nav { position: fixed; top: 0; left: 0; max-width: 100%; width: 100%; border-radius: 0; gap: 23px; z-index: 100; } 
.brainSect5__nav__sticky.fixed .brainSect5Nav>li { padding: 16px 0}
.brainSect5__nav__sticky.fixed .brainSect5Nav>li>a br { display: none; } 

.brainSect5__s1 { padding: var(--subContPd) 0 55vw; background: url(/inc/img/sub/clinic/brain-s5.png) no-repeat 50% 100%; background-size: 100% auto; position: relative; z-index: 0; } 
.brainSect5 .img { width: 68.75%; margin: 26px auto 30px; max-width: 220px; } 
.brainSect5__desc { text-align: center; } 
.brainSect5__desc .tx { display: inline-block; color: #999; font-size: var(--smTxt1); line-height: 1.25; font-weight: 300; } 
.brainSect5__desc .citeWrap .cite-link { font-size: var(--smTxt2); padding: 0}
.brainSect5__s2 { padding: 18px 0 var(--sectMt)}
.brainSect5 .hty03 { font-size: var(--txt2); letter-spacing: -0.64px; line-height: 1.31; color: var(--colorBlue1); font-weight: 700; text-align: center; margin: 6px 0 12px}
.brainSect5 .hty03s { text-align: center; font-size: var(--txt3); line-height: 1.43; letter-spacing: -0.56px; color: #7a8390; } 
.brainSect5 .hty03s strong { color: var(--colorBlue1); } 
.brainSect5__s2__item1 { padding-bottom: 30px}
.brainSect5__s2__item1::before { content: ''; display: block; width: 43px; height: 40px; background: url(/inc/img/sub/clinic/brain-s5-ico1@2x.png) no-repeat 50% 50%; background-size: cover; margin: 0 auto}
.brainSect5__s2__item2 { border-top: 2px solid #333; padding-top: 26px}
.brainSect5__s2__item2::before { content: ''; display: block; width: 43px; height: 47px; background: url(/inc/img/sub/clinic/brain-s5-ico2@2x.png) no-repeat 50% 50%; background-size: cover; margin: 0 auto}
.brainSect5__s2 .img1, .brainSect5__s2 .img2 { max-width: 100%; margin: 0 auto; margin-top: 20px; width: 100%;} 

    
}




@media screen and (min-width: 600px) {
    .renewa1_rhinitisSect4 .chk_list .txt {font-size: var(--txt2);}
    .renewa1_rhinitisSect5 .notes_txt br {display: none;}
    .renewa1_rhinitisSect6 .sect_tit_box .txt {font-size: var(--txt2);}
    .renewa1_rhinitisSect6 .cont_box_v2 .cont .txt {font-size: var(--txt2);}
    .renewa1_rhinitisSect6 .cont_box_v2 .cont .tit {font-size: var(--tit5);}
    .renewa1_rhinitisSect7 .slide .swiper-slide .graph_txt_box .txt p {font-size: var(--txt2);}
    .renewa1_rhinitisSect9 .img {text-align: center;}
    .renewa1_rhinitisSect9 .img img {max-width: 400px;}

    

    .brainSect3 .para-box2 .process-box .step_box .left_txt {width: 30%; font-size: var(--txt2);}

    /* 현행유지 추가 */
    .clinic_page .com_around_sect{margin-top: 0;}

    .clinic_page.allergic_page .com_around_sect,
    .clinic_page.menst_page .com_around_sect,
    .clinic_page.brain_blood_page .com_around_sect{margin-top: var(--sectMt);}

}





@media screen and (min-width: 768px) {
    .clinic_page  {padding-top: 80px;}

    
    .face_page .sect_tit_box .txt {margin-top: 20px; font-size: var(--txt1);}
    
    
    .facialSect3__sects01 {display: flex;}
    .facialSect3__sects02 {display: flex;  flex-direction: row-reverse;}
    .face_page .case_sect .swiper-slide {width: 520px;}
    

    .citeWrap .citeLayer {width: 450px;}

    .face_page .case_sect .slide {margin-top: 40px;}

    .facialSect3__sects02 h4,
    .facialSect3__sects01 h4 {font-size: var(--tit3); line-height: 1.3;}
    .facialSect3__sects .facialSlists__dot {margin-top: 0; margin-left: 25px;}
    .facialSect3__sects02 .facialSlists__dot {margin-right: 25px;}
    .facialSect3__sects .facialSlists__dot>li {font-size: var(--tit5);}
    .facialSect3__sects {padding-bottom: 60px;}
    .facialSect3__sects01 {padding: 45px 45px 65px 75px;}
    .facialSect3__sects02 {padding: 45px 75px 65px 45px; border-top-left-radius: 150px;}
    .facialSect3__sects::after {content: '';display: block;width: 38%;height: 0;padding-top: 22%; transform: translateX(-47%);}



    .face_page .para_box3 .tit span,
    .face_page .para_box3 .tit {font-size: var(--tit4);}

    .facialSect3__btn a{display: block;text-align: center;background-color: var(--colorBlue1);padding:40px 0}
    .facialSect3__btn a>span{display: inline-block;padding-right: 38px;background: url(/inc/img/sub/clinic/wast-ico-arr.png) no-repeat 100% 50%;background-size: auto 28px;font-size: 35px;color:#fff}
    .facialSect3__sects .facialSlists__dot>li span {font-size: var(--txt3);}

    .comInsuranceBannerIn {max-width: 1040px; width: 100%;}
    .indigest_page  .comInsuranceBanner {margin-top: 0;}
    .comInsuranceBanner{background-image: linear-gradient(154deg, #eef6ff 36%, #ffe9e9 69%);padding:60px var(--inPd); margin-top: var(--sectMt);}
    .comInsuranceBanner .static{display: flex;justify-content: space-between; align-items: center; width:1080px; margin: 0 auto; max-width: 100%;}
    .comInsuranceBanner__s1 .tit1{font-size: 32px;line-height: 1.38;letter-spacing: -1.28px;color: #262f40;font-weight: 700;}
    .comInsuranceBanner__s1 .tit1 .hc{color:var(--colorBlue2);}
    .comInsuranceBanner__s1 .tit2{ font-size: 18px;font-weight: 300;line-height: 1.44;letter-spacing: -0.72px; color: #7a8390;margin-top: 8px;}
    .comInsuranceBanner__s1 .tit2 strong{color:#333; font-weight: 500;}
    .comInsuranceBanner__s1 .btn{display: flex;justify-content: center;align-items: center;width:269px;height:40px;border-radius: 4px;background-color: var(--colorBlue2);font-size: 18px;line-height: 1.44;letter-spacing: -0.72px;color:#fff;margin-top: 24px;}
    .comInsuranceBanner__s2{display: flex;justify-content: space-between;width:45%;gap:18px; max-width: 534px; height: 150px;}
    .comInsuranceBanner__s2>div{display: flex;justify-content: center;align-items: center;flex-direction: column;border-radius: 20px;
    border: solid 1px #fff;background-color: rgba(255, 255, 255, 0.48);flex:1}
    .comInsuranceBanner__s2>div::before{content: '';display: block;}
    .comInsuranceBanner__s2 .ico1::before{background: url(/inc/img/sub/clinic/waist-ico2-1@2x.png) no-repeat 50% 50%;background-size: 100% auto;width: 68.8px;height:68.8px;}
    .comInsuranceBanner__s2 .ico3::before{background: url(/inc/img/sub/clinic/waist-ico2-3@2x.png) no-repeat 50% 50%;background-size: 100% auto;width: 62.4px;height:62.4px;}
    .comInsuranceBanner .dNoti {width: 1080px;margin: 0 auto;text-align: right;font-size: 12px;font-weight: 300;letter-spacing: -0.48px;color: #999;margin-top: 10px; max-width: 100%;}
    
    .comInsuranceBanner__s2 .tx{font-size: var(--txt2);line-height: 1.67;letter-spacing: -0.96px;color: #262f40;margin-top: 12px;}
    .face_page .sect_tit_box .tit {font-size: var(--tit2);}

    .facialSect4__01s2::before,
    .facialSect4__01s1::before {height: 350px;}

    .facialSect4__01 {margin-top: 80px;}
    .facialSect4__01 .tx {font-size: var(--tit5);}
    .facialSect4__01 .tx strong {font-size: var(--tit3);}

    .facialSect4__02 .tx1 {font-size: var(--tit5);}
    .facialSect4__02 .tx1 strong {font-size: var(--tit4);}
    .facialSect4__02 .tx1 strong br {display: none;}
    .facialSect4__02 .dot {font-size: var(--tit5); width: 8em;}
    .facialSect4__02 .tx2 {font-size: var(--txt1);}

    .facialSect4__02 .col:nth-child(2) {font-size: var(--tit4); background-color: var(--grayBg1); color: #7A8390;}

    .facialSect4__02 .row {border-bottom: 2px solid #e9e9e9;}
    .facialSect4__02 .row:nth-child(1) {border-top: 2px solid #e9e9e9; border-bottom: 2px solid #e9e9e9;}



    .clinic_page.face_page .sect.facial {}
    .facialSect5 {background: url(/inc/img/sub/clinic/facial-sect-bg1@2x_pc.png) no-repeat 50% 0; background-size: auto min(65%, 940px); background-position: top center;}
    
    .facialSect5__01 {position: relative;  padding-top: var(--sectMt); background: none; height: auto;}
    .facialSect5__01 .sect_tit_box {width: var(--subInW); padding: 0 var(--inPd); max-width: 100%; margin:0 auto;}
    .facialSect5__01 .sect_tit_box .tit {text-align: center;}
    .facialSect5__01 .sect_tit_box .txt {text-align: left; padding-left: 47%; margin-top: 80px; font-size: var(--tit5); line-height: 1.6;}
    .facialSect5__01 .sect_tit_box .txt::before {content: '';display: block;width: 30px;height: 2px;background-color: #262f40;margin-bottom: 20px;}
    .face_page .sect_tit_box .txt .facialSect5__01__desc2 {justify-content: flex-start;}

    .facialSect5__02 {position: relative; max-width: var(--subInW); display: flex; margin-top: 90px; padding: 80px 60px; gap: 30px; background-color: var(--grayBg2);}
    .facialSect5__02 h4 {font-size: var(--tit5); color: #7a8390; margin-bottom: 20px; text-align: left; display: flex; font-weight: 400;}
    .facialSect5__02 h4::before {content: '';display: block;width: 2px;height: 20px;background: #7a8390;margin-right: 8px;margin-top: 7px; margin-left: 0;}

    .facialSect5__02__desc2 {display: none;}
    .facialSect5__01__desc2 {display: flex; align-items: center; }
    .facialSect5__01__desc2 .tx {font-size: 14px;font-weight: 300;letter-spacing: -0.56px;color: #999;display: inline-block;}
    .facialSect5__01__desc3,
    .facialSect5__02__desc1 {flex: 1;}
    .facialSect5__01__desc3 .grp {background-color: #fff; padding: 30px 55px 30px 55px;}
    

    .facialSect6 {background-color: var(--grayBg2);margin-top: var(--sectMt);padding-top: var(--sectMt) ;}
    .facialSect6 h4 .tit1 {font-size: var(--tit5);letter-spacing: -0.96px;color: #4169e1;line-height: 1.25;font-weight: 700;}
    .facialSect6 h4 .tit2 {font-size: var(--tit2) ;line-height: 1.43;letter-spacing: -1.68px;color: #262f40;font-weight: 700;display: block;margin-top: 8px;}
    .facialSect6__01__desc {width: 40%; max-width: 400px;}
    .facialSect6__01{margin-top: 80px;display: flex;justify-content: space-between;align-items: center; }
    .facialSect6__01__desc1{font-size: var(--tit5);font-weight: 700;letter-spacing: -1.12px;width:100%; margin-top:20px;}
    .facialSect6__01__desc1 p{padding: 10px 20px 10px 54px;border-radius: 4px;background-color: #3c6bc2;color:#fff;position: relative;line-height: 1.25;}
    .facialSect6__01__desc1 p::before{content: '';display: block; width: var(--tit4);height: var(--tit4);background: url(/inc/img/sub/clinic/facial-check@2x.png) no-repeat 0 0;background-size: auto 100%;position: absolute;top:11px;left:20px}
    .facialSect6__01__desc1 p + p{margin-top: 6px;}
    .facialSect6__01__desc1 p:nth-child(2){background-color: #355da7;}
    .facialSect6__01__desc1 p:nth-child(3){background-color: var(--colorBlue1);}
    .facialSect6__01__desc2{font-size: var(--txt1);line-height: 1.58;letter-spacing: -0.96px;color: #999;margin-top: 34px;}
    .facialSect6__01__img{ margin-left: 30px; min-width: 0; width: 57.5%;}
    .facialSect6__01__img img{width: 100%;}

    .comMajorRemedy {margin-top: 100px;}

    .menst_page  .comMajorRemedy {margin-top: 0;}


    .facialSect6__items {display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; margin-top: var(--contMt);}
    .facialSect6__item {width: 100%; margin: 0;}
    .facialSect6__item__desc.bg,
    .facialSect6__item__desc {background-color: transparent; padding: 0; margin-top: 15px;}

    .facialSect6__item__desc h5 {font-size: var(--tit5);}
    .facialSect6__item__desc p {margin-top: 0; font-size: var(--txt2);}

    
    .facialSect7__cont {width: 840px; max-width: 100%;  margin: var(--contMt) auto 0; padding: 0;}
    .facialSect7__tit2 {width: 40px; background-size: auto 40px; line-height: 40px; padding-left: 50px; font-size: var(--tit5); padding-top: 0;}
    .facialSect7__item {padding: 24px 50px; padding-left: 50px; border-radius: 20px;}
    .facialSect7__items {padding-left: 50px;}
    .facialSect7__item .dd {margin-top: -1px;}
    .facialSect7__item .dd br {display: none}
    .facialSect7__01::before, .facialSect7__02::before {left: 20px;}
    .facialSect7__item + .facialSect7__item {margin-top: 10px;}
    
    .clinic_page .commu_sect {padding-top: 0;}


    .renewa1_rhinitisSect2 .in {width: 1040px;}
    .renewa1_rhinitisSect2 .img {position: relative;padding-top: 56%;border-radius: 20px;overflow: hidden;}
    .renewa1_rhinitisSect2 .txt_box_v2 {text-align: left;}
    .renewa1_rhinitisSect2 .txt_box_v2 .sect_tit {text-align: left;}
    .renewa1_rhinitisSect2 .txt_box_v2 ol li .txt {font-size: var(--txt1); }
    .renewa1_rhinitisSect2 .txt_box_v2 ol li .txt .cir {display: none;}
    .renewa1_rhinitisSect2 .txt_box_v2 ol li {display: flex;}
    .renewa1_rhinitisSect2 .txt_box_v2 ol li + li {margin-top: 10px;}
    .renewa1_rhinitisSect2 .txt_box_v2 ol li::before {content: "";width: 0.25em;height: 0.25em;display: block;background-color: #262f40;border-radius: 50%;position: relative;top: 0.70em;transform: translateY(-50%);margin-right: 5px;}


    .renewa1_rhinitisSect3 .cont_box_v2 {width: 700px;margin: 60px auto 0;display: grid;grid-template-columns: repeat(2 , minmax(0,1fr));gap: 80px;}
    .renewa1_rhinitisSect3 .cont_box_v2 .cont {height: 280px; border-radius: 20px;}
    .renewa1_rhinitisSect3 .cont_box_v2 .cont .ico {width: 130px;}
    .renewa1_rhinitisSect3 .cont_box_v2 .cont .txt {font-size: var(--txt2);}
    .renewa1_rhinitisSect3 .cont_box_v2 .arr svg {width: 30px; height: 30px;}

    .renewa1_rhinitisSect3 .cont_box_v2 .center_txt {width: 220px;height: 220px;}
    .renewa1_rhinitisSect3 .cont_box_v2 .center_txt .ico {width: 110px;}
    .renewa1_rhinitisSect3 .cont_box_v2 .center_txt .txt {font-size: var(--tit4);margin-top: 20px;}

    .renewa1_rhinitisSect4 .in {width: 840px;}
    .renewa1_rhinitisSect4 .chk_box {display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px 60px; border-radius: 20px; margin-top: 60px;}
    .renewa1_rhinitisSect4 .chk_list {display: flex; flex-direction: column; align-items: flex-start; }
    
    .renewa1_rhinitisSect5 .in {width: 840px;}
    
    
    .renewa1_rhinitisSect5 .cont_box_v2 .img {width: 80%; transform: unset;}
    .renewa1_rhinitisSect5 .cont_box_v2 .step_box {margin: 0px auto;position: relative;z-index: 2;overflow: hidden;width: 560px;padding-top: 0px;}
    .renewa1_rhinitisSect5 .cont_box_v2 .step_box .step .num {font-size: var(--txt1); line-height: 1.9;}
    .renewa1_rhinitisSect5 .cont_box_v2 .step_box .step .step_txt .cir::before {width: 36px;height: 36px;}
    .renewa1_rhinitisSect5 .cont_box_v2 .step_box .step .step_txt .cir {width: 18px;height: 18px; transform: translateY(12px);}
    .renewa1_rhinitisSect5 .cont_box_v2 .step_box .step::before {left: 103px;top: 15px;}
    .renewa1_rhinitisSect5 .cont_box_v2 .step_box .step .step_txt .txt_box_v2 {margin-left: 30px;}
    .renewa1_rhinitisSect5 .cont_box_v2 .step_box .step .step_txt .txt_box_v2 .box {border-radius: 20px; padding: 30px 25px;}
    .renewa1_rhinitisSect5 .cont_box_v2 .step_box .step .step_txt .txt_box_v2 .box li .txt {font-size: var(--txt2); font-weight: 700;}
    .renewa1_rhinitisSect5 .cont_box_v2 .step_box .step .step_txt .txt_box_v2 .box li .ico {width: var(--tit4); height: var(--tit4); margin-right: 10px;}
    .renewa1_rhinitisSect5 .cont_box_v2 .step_box .step .step_txt .txt_box_v2 .tit {font-size: var(--txt1); line-height: 1.5;}
    .renewa1_rhinitisSect5 .cont_box_v2 .step_box .step .step_txt .txt_box_v2 .tit strong {font-size: var(--tit4);}
    
  
    
    .para-box2 .in {width: 840px;}


    .renewa1_rhinitisSect6 .sect_tit_box .tit_img svg { width: 360px; height: auto;}     
    .renewa1_rhinitisSect6 .cont_box_v2 {display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px;}
    .renewa1_rhinitisSect6 .cont_box_v2 .cont {display: flex; flex-direction: column;}
    .renewa1_rhinitisSect6 .cont_box_v2 .cont .ico {width: 90px; height: 90px;}
    .renewa1_rhinitisSect6 .cont_box_v2 .cont .ico img {width: 100%;}
    .renewa1_rhinitisSect6 .cont_box_v2 .cont + .cont {margin: 0;}
    .renewa1_rhinitisSect6 .cont_box_v2 .cont .tit {order: 2; margin-top: 5px;}
    .renewa1_rhinitisSect6 .cont_box_v2 .cont .txt {order: 3;}
    .renewa1_rhinitisSect6 .cont_box_v2 .cont .tit span {font-size: var(--txt2); font-weight: 400;}
    .renewa1_rhinitisSect6 .cont_box_v2 .cont .txt .sm_txt {margin-top: 15px; font-size: var(--txt3); display: inline-block;}
    .renewa1_rhinitisSect6 .cont_box_v2 .cont .ico {position: static; order: 1;}
    
    .renewa1_rhinitisSect7 .sect_tit_box .desc {margin-top: 35px; font-size: var(--tit5);}
    .renewa1_rhinitisSect7 .sect_tit_box .txt {font-size: var(--txt3);}
    .renewa1_rhinitisSect7 .sect_tit_box .txt .sources_btn {font-size: var(--txt3);}

    .renewa1_rhinitisSect7 .slide .swiper-wrapper {display: flex;}
    .renewa1_rhinitisSect7 .slide .swiper-wrapper .swiper-slide {flex:1}
    .renewa1_rhinitisSect7 .slide .swiper-wrapper .swiper-slide + .swiper-slide {margin-left: 30px;}
    .renewa1_rhinitisSect7 .slide.active.ani_end .swiper-slide .graph1_wrap .cir_data {animation: cirData 0.75s forwards;}
    .renewa1_rhinitisSect7 .slide.active .swiper-slide .graph2_wrap .cir_data {animation: cirData 0.75s forwards 0.5s;}

    
    .indigest_page .com_herbal_slide {margin-top: 0;}
    .com_herbal_slide {background-color: var(--grayBg2); padding: var(--subContPd) 0; margin-top: var(--sectMt);}
    .com_herbal_slide .in{width: 1240px;}
    .com_herbal_slide .sect_tit {text-align: left;}
    .com_herbal_slide .slide_box { display: flex; margin-top: 50px; min-width: 0;}
    .com_herbal_slide .tab_wrap {padding-top: 10q0px; width: 230px; flex-shrink: 0;}
    .com_herbal_slide .tab_wrap .tab {width: 100%; font-size: var(--txt1); font-weight: 700; opacity: 0.3; padding: 20px 0px 20px 30px; border-radius: 10px; position: relative; transition: background-color 0.3s ease-in-out , opacity 0.3s ease-in-out;  text-align: left;}
    .com_herbal_slide .tab_wrap .tab::before {content: "";position: absolute; left: 20px; top: 50%; transform: translate(-50%,-50%); width: 8px; height: 8px; background-color: #4EC495; border-radius: 50%; opacity: 0; transition: opacity 0.3s ease-in-out}
    .com_herbal_slide .tab_wrap .tab.active {background-color: var(--colorBlue1); color: #fff; opacity: 1;}
    .com_herbal_slide .tab_wrap .tab.active::before {opacity: 1;}
    .com_herbal_slide .tab_wrap .tab:hover {opacity: 1;}
    .com_herbal_slide .slide {position: relative; flex: 1; min-width: 0; padding: 0 50px; margin-left: 30px; padding: 0 30px;}
    .com_herbal_slide .swiper-button-prev,
    .com_herbal_slide .swiper-button-next {background: none; width: var(--txt1); height: var(--txt1); margin-top: 40px; transform: translateY(-50%); opacity: 0.3; transition: 0.3s ease-in-out;}
    .com_herbal_slide .swiper-button-prev svg,
    .com_herbal_slide .swiper-button-next svg {width: 100%; height: auto;}
    .com_herbal_slide .swiper-button-prev::after,
    .com_herbal_slide .swiper-button-next::after {content: none;}

    .com_herbal_slide .swiper-button-prev {left: 0; right: auto;}
    .com_herbal_slide .swiper-button-next {right: 0; left: auto;}
    .com_herbal_slide .swiper-button-prev:hover,
    .com_herbal_slide .swiper-button-next:hover {opacity: 1;}
    .com_herbal_slide .slide .swiper-container {padding-top: 20px;}
    .com_herbal_slide .slide .swiper-slide {height: auto;}
    .com_herbal_slide .slide .cont {display: flex; flex-direction: column; height: 100%;}
    .com_herbal_slide .slide .cont .top_box {background-color: var(--colorBlue1);border-radius: 20px 20px 0 0; color: #fff; font-size: var(--txt1); font-weight: 700; padding: 35px 60px 30px 20px; position: relative;}
    .com_herbal_slide .slide .cont .top_box .img {position: absolute; right: 0; bottom: 0; width: 140px;}


    .indigest_page .com_herbal_slide .slide .cont .top_box .img {height: 125px;}
    .indigest_page .com_herbal_slide .slide .cont .top_box .img img {width: auto; height: 100%;}


    .com_herbal_slide .slide .cont .bot_box {padding: 30px 40px; display: flex; position: relative; border: 5px solid var(--colorBlue1); border-top: none; border-radius: 0 0 30px 30px; background-color: #fff; flex: 1;}
    .com_herbal_slide .slide .cont .bot_box .txt_wrap {flex: 1; padding-right: 90px;}
    .com_herbal_slide .slide .cont .bot_box .txt_wrap .tit_box {display: flex; align-items: center;}
    .com_herbal_slide .slide .cont .bot_box .badge {width: 6em; height: 2.5em; border-radius: 100px; color: #fff; border-radius: 50px; font-size: var(--txt2); font-weight: 700; display: flex; align-items: center; justify-content: center;}

    .com_herbal_slide .slide .cont .bot_box .tit {font-size: var(--tit3); font-weight: 700; margin-left:15px; }
    .com_herbal_slide .slide .cont .bot_box .txt {margin-top: 20px;}
    .com_herbal_slide .slide .cont .bot_box .txt li {font-size: var(--txt3);  position: relative; display: flex;}
    .com_herbal_slide .slide .cont .bot_box .txt li + li {margin-top: 5px;}
    .com_herbal_slide .slide .cont .bot_box .txt li::before {content: "";display: block;width: 0.2em; height:0.2em; border-radius: 50%;background-color: #000;position: relative;top: 0.7em;margin-right:5px;flex-shrink: 0;min-width: 0;}

    .com_herbal_slide .slide .cont .bot_box .img {position: absolute; top: 60%; right: 15px; transform: translateY(-50%); width: 100px; height: 100px;}
    .com_herbal_slide .slide .cont .bot_box .img img {width: 100%;}

    .indigest_page .com_herbal_slide .com_info_box{margin-top: 0;}

    .renewa1_rhinitisSect9 .sect_tit_box .txt1 .p_txt p {font-size: var(--txt1);}
    .renewa1_rhinitisSect9 .sect_tit_box .txt2 {font-size: var(--txt1);}

    .rhinitisSect7__items {display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px;}
    .rhinitisSect7Item .desc {text-align: left;}
    .rhinitisSect7Item .desc h4 {font-size: var(--tit5);}
    .rhinitisSect7Item .desc p {font-size: var(--txt2);}



    .rhinitisSect10__items {display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px;}
    .rhinitisSect10__item {width: 100%;}
    

    /* 기능성소화불량 */
    .indigest_page .hty04s {font-size: var(--txt1);}

    .indigest_page .hty04 { font-size: var(--txt1); padding: 1em 0; margin-top: 60px; width: 300px;}
    .digestionSect2Items {grid-template-columns: repeat(4,minmax(0,1fr));gap: 20px;margin-top: 40px; }

    .digestionSect2__check p {font-size: var(--txt2);}
    .digestionSect2__check p  br {display: none;}

    .digestionSect3__s1 .img {width: 100%; padding-top: 44% ;background: url(/inc/img/sub/clinic/digestion-img2@2x_pc.png) no-repeat 50% 100%;background-size: contain; text-align: center;font-size: 0; margin-top: -5%;}
    .digestionSect3__s1 .img img {display: none;}

    
    .digestionSect3__s3 { width: 1080px; margin: 120px auto 0; max-width: 100%;} 
    .digestionSect3__s3__tit { background: url(/inc/img/sub/clinic/digestion-img1@2x_pc.png) no-repeat 0 100%; background-size: 40% auto; height: 11em; padding-left: 50%; padding-top: 64px; box-sizing: border-box; position: relative; display: flex; align-items: center;} 
    .digestionSect3__s3__tit::after { content: ''; display: block; width: 100%; height: 3px; background: #333; position: absolute; left: 0; bottom: 0}
    .digestionSect3__s3__tit .hty02 { font-weight: 400; line-height: 1.47; font-size: var(--tit4); letter-spacing: -1.2px; } 
    .digestionSect3__s3__tit .hty02 strong { font-weight: 700; } 
    .digestionSect3__s3__bxs { margin-top: 30px; display: flex; justify-content: space-between; } 
    .digestionSect3__s3__bxs .bx { border-radius: 20px; background-color: #fff; flex: 1; box-sizing: border-box; padding: 25px 30px 25px; min-width: 0;}
    .digestionSect3__s3__bxs .bx + .bx  {margin-left: 15px;}
    
    .digestionSect3__s3__bxs h5 { font-size: var(--tit3); line-height: 1.53; letter-spacing: -1.44px; color: #333; font-weight: 700;} 
    .digestionSect3__s3__bxs .tit1 { background: url(/inc/img/sub/clinic/digestion-ico21@2x.png) no-repeat 0 15%; background-size: auto 1.2em; padding-left: 1.6em}
    .digestionSect3__s3__bxs .tit2 { background: url(/inc/img/sub/clinic/digestion-ico22@2x.png) no-repeat 0 10%; background-size: auto 1.2em; padding-left: 1.7em}
    .digestionSect3__s3__bxs .list { margin-top: 20px; display: flex; flex-wrap: wrap; } 
    .digestionSect3__s3__bxs .list li { font-size: var(--tit5); line-height: 1.62; letter-spacing: -1.04px; color: #333; font-weight: 700; padding-left: 12px; position: relative; box-sizing: border-box; display: flex; align-items: center; } 
    .digestionSect3__s3__bxs .list li::before { content: ''; display: block; width: 4px; height: 4px; background: #333; border-radius: 50%; position: absolute; top: 0.7em; left: 0}
    .digestionSect3__s3__bxs .list li span { font-size: var(--txt3); letter-spacing: -0.72px; color: #999; font-weight: 400; margin-left: 10px; } 
    .digestionSect3__s3__bxs .list li.ls { width: 230px}



    .insuranceInfoSect {padding:178px 0 180px}
    .insuranceInfoSect .sect_tit_box {text-align: center;}
    .insuranceInfoSect__tit{text-align: center;}
    .insuranceInfoSect__tit .hty01s{color:#7a8390}
    .insuranceInfoSect__tit .hty01s strong{color:#333}
    .insuranceInfoSect__items{height: 258px;display: flex;justify-content: space-between;margin-top: 60px;}
    .insuranceInfoSectItem00{border-radius: 20px;border: solid 4px var(--colorBlue2);width:50%;box-sizing: border-box;padding:64px 0 0 36px;position: relative; flex-shrink: 0;}
    .insuranceInfoSectItem00 {background: url(/inc/img/sub/clinic/digestion-ico33@2x.png) no-repeat right 28px bottom 15px;background-size: 80px auto}
    .insuranceInfoSectItem00 .t1{position: absolute;top:-4px;left:36px;background-color: var(--colorBlue2);border-radius: 0 0 12px 12px;width:120px;height:50px;box-sizing: border-box;color:#fff;display: flex;justify-content: center;align-items: center;font-size:24px;line-height: 1.58;font-weight: 700;}
    .insuranceInfoSectItem00 .t2{font-size: var(--tit4);line-height: 1.36;letter-spacing: -1.12px;display: block;font-weight: 700;color:#333}
    .insuranceInfoSectItem00 .t2.hc{color: var(--colorBlue2);}
    .insuranceInfoSectItem01{display: flex;flex-direction: column;justify-content: space-between;width:50%; margin-left: 30px;}
    .insuranceInfoSectItem01 .noti{font-size: 14px;font-weight: 300;letter-spacing: -0.56px;color: #999;}
    .insuranceInfoSectItems{display: flex;justify-content: space-between;gap:12px;height: 220px;}
    .insuranceInfoSectItem{flex:1;background-color: #f8f8f8;border-radius: 20px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
    .insuranceInfoSectItem::before{content: '';display: block;width:60px;height:60px;}
    .insuranceInfoSectItem span{font-size:var(--txt2);line-height: 1.9;letter-spacing: -0.8px;color: #333;display:block;margin-top: 10px;}
    .insuranceInfoSectItem:nth-child(1)::before{background: url(/inc/img/sub/clinic/dysm-s4-ico2@2x.png) no-repeat 50% 50%;background-size: cover;}
    .insuranceInfoSectItem:nth-child(2)::before{background: url(/inc/img/sub/clinic/dysm-s4-ico3@2x.png) no-repeat 50% 50%;background-size: cover;}
    .insuranceInfoSectItem:nth-child(3)::before{background: url(/inc/img/sub/clinic/dysm-s4-ico4@2x.png) no-repeat 50% 50%;background-size: cover;}

    .brainSect2 .cont_box {display: flex; justify-content: space-between; margin-top: 60px;}
    .brainSect2 .cont_box .brainSect2__s1 {width: 50%;}
    .brainSect2 .cont_box .brainSect2n__s2 {width: 45%; border: solid 2px #00b38b; border-radius: 20px;}
    .brain_blood_page .brainSect2__s1 {margin-top: 0; border-bottom: none;}
    .brainSect2__s1 .img img {width: 100%;}


    


    .brainSect3__s2 {background-color: var(--grayBg2);}
    .brainSect3__con2 {display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 60px; gap: 15px;}
    .brainSect3__item {position: relative; background: url(/inc/img/sub/clinic/brain-s3-bx1@2x_pc.png) no-repeat center / contain; padding: 172% 0 0 0; }
    .brainSect3__item:nth-child(2) {background: url(/inc/img/sub/clinic/brain-s3-bx2@2x_pc.png) no-repeat center / contain;}
    .brainSect3__item + .brainSect3__item {margin: 0;}
    .brainSect3__item .txt_box {position: absolute; inset: 0; padding: 45px 20px 0;}
    .brainSect3__item__tit {height: auto; padding: 0; justify-content: center; align-items: center;}
    .brainSect3__item__tit::before {position: static; transform: unset;}
    .brainSect3__item .tit {font-size: var(--tit4); margin-top: 15px; margin-bottom: 0;}
    .brainSect3__item .tags {justify-content: center; align-items: flex-start; margin-top: 10px; height: calc(var(--smTxt1) * 5); align-content: flex-start;}

    .brainSect3__item .desc {position: relative; padding-top: 15px;}
    .brainSect3__item .desc::before {content: ""; position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: 20%; height: 3px; background-color: #00B38B;}



    .brain_blood_page .hty02 {font-size: var(--tit3);font-weight: 700;}

    .brain_blood_page .hty04 {font-size: var(--txt1);padding: 1em 0;width: 300px; margin-top: 60px;}
    
    .brainSect5{background: #F8F8F8;padding:var(--subContPd) 0 var(--subContPd)}
    .brainSect5__tit{display: flex;justify-content: space-between;align-items: flex-end;}
    .brainSect5__tit h3{font-size: var(--tit2);font-weight: 400;letter-spacing: -1.92px;color:#333;line-height: 1.3; flex-shrink: 0;}
    .brainSect5__tit h3 strong{font-size: var(--tit1);margin-top: 2px;line-height: 1.2 ;}
    .brainSect5__tit .hty01s{max-width: 646px; width: 55%; text-align: left; font-size: var(--txt2);}
    .brainSect5__tit .hty01s::before{content: '';display: block;width: 40px;height:5px;background: #333;border-radius: 20px;margin-bottom:20px}
    .brainSect5__con{height:auto;background: url(/inc/img/sub/clinic/brain-s5_pc.png) no-repeat 0 0;background-size: 100% auto;margin-top: 60px; padding-top: 37.5%; position: relative;}
    .brainSect5__con__desc{padding-left:40px; position: absolute; inset: 0;}
    .brainSect5__con__desc .desc{padding-top:40px}
    .brainSect5__con__desc .desc p{font-size: var(--tit3);padding-left: 2.2em; line-height: 1.3;letter-spacing: -1.44px;color:#fff}
    .brainSect5__con__desc .desc p + p{margin-top: 15px;}
    .brainSect5__con__desc .desc p:nth-child(1){background: url(/inc/img/sub/clinic/brain-s5-ico1@2x_pc.png) no-repeat 0 0;background-size: auto 1.3em;}
    .brainSect5__con__desc .desc p:nth-child(2){background: url(/inc/img/sub/clinic/brain-s5-ico2@2x_pc.png) no-repeat 0 0;background-size: auto 1.3em;}
    .brainSect5__con__desc .desc p:nth-child(3){background: url(/inc/img/sub/clinic/brain-s5-ico3@2x_pc.png) no-repeat 0 0;background-size: auto 1.3em;}
    .brainSect5__con__cite {margin-top: 20px; width: 28%;}
    .brainSect5__con__cite::before{content: '';display: block;width:30px;height: 3px;border-radius: 30px;background: #fff;margin-bottom: 16px;}
    .brainSect5__con__cite .noti{color:#F8F8F8;font-size: var(--txt3);font-weight: 300;}
    .brainSect5__con__cite .citeWrap .cite-link{color:#F8F8F8}
    .brainSect5__con__cite .citeWrap .citeLayer{right:-260px}
    .brainSect5__con2{display: flex;justify-content:space-between;margin-top: 80px;}
    .brainSect5__con2 .brainSect5__item{flex: 1; display: flex; flex-direction: column; max-width: 530px;}
    .brainSect5__con2 .brainSect5__item + .brainSect5__item {margin-left: 25px;}
    .brainSect5__con2 .brainSect5__item .sect_tit {color:var(--colorBlue1); text-align: left; font-size: var(--tit4);}
    .brainSect5__con2 .brainSect5__item .sect_txt strong {color: var(--colorBlue1);}
    .brainSect5__con2 .brainSect5__item .sect_txt br {display: none;}
    .brainSect5__con2 .hty02s{margin-top: 16px;}
    .brainSect5__con2 .brainSect5__item .sect_txt {margin-bottom: 25px;}
    .brainSect5__con2 .brainSect5__item .img{margin-top: auto;}
    .brainSect5__con2 .brainSect5__item .img img{width: 100%;}

    .brainSect6__s1 {background-color: #fff; padding-bottom: 0;}


    .brainSect6__items { margin-top: 80px;}
    .brainSect6__items .in {display: grid !important; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px;}
    .brainSect6__item{box-sizing: border-box; padding-top: 147%; background-size: contain; position: relative; background-repeat: no-repeat;}
    .brainSect6__item .txt_box {position: absolute; inset: 0; padding: 60% 20px;}
    .brainSect6__item .t1{font-size: var(--txt1);line-height: 1.58;}
    .brainSect6__item .t2{font-size: var(--tit3); font-weight: 700;line-height: 1.06;letter-spacing: -1.44px;color:#fff}
    .brainSect6__item .desc{font-size: var(--txt3);line-height: 1.5;letter-spacing: -0.96px;color:#fff;margin-top: 26px;word-break: keep-all;}
    .brainSect6__item .desc br {display: none;}
    .brainSect6__item.item1{background-image: url(/inc/img/sub/clinic/brain-s6-b1@2x_pc.png) }
    .brainSect6__item.item1 .t1{color: #9cb5ff;}
    .brainSect6__item.item2{background-image: url(/inc/img/sub/clinic/brain-s6-b2@2x_pc.png)}
    .brainSect6__item.item2 .t1{color: #9effde;}
    .brainSect6__item.item3{background-image: url(/inc/img/sub/clinic/brain-s6-b13@2x_pc.png)}
    .brainSect6__item.item3 .t1{color: #e9bcff;}
    .brainSect6 .digestionSect6{margin-top:100px}

    .brain_blood_page .insuranceInfoSect {background-color: #fff;}

    .dysmSect3__sect2__tit {margin-top: 60px; padding-top: 60px;}

    .dysmSect3__sect1 .img {display: flex; justify-content: center; margin-top: 30px;}
    .dysmSect3__sect1 .img img {width: 100%; max-width: 900px;}

    .dysmSect3__sect {padding: 60px 60px;}
    .dysmSect3__sect2__step {width: 100%; display: flex; }
    .dysmSect3__sect2__step .stepBx {flex: 1; min-width: 0; height: auto; align-content: stretch; padding: 2em;}
    .dysmSect3__sect2__step .hty03 {font-size: var(--tit5); margin-top: 10px;}
    .dysmSect3__sect2__step .arr {width: 5%; flex-shrink: 0; height: auto; background: url(/inc/img/sub/clinic/dysm-s2-arr@2x_pc.png) no-repeat 50% 50%; background-size: 70% auto;}
    .dysmSect3__sect2__step .dot {font-size: var(--txt3);padding-left: 0.5em;}
    .dysmSect3__sect2__step .dot::before {content: '';display: block;width: 0.2em;height: 0.2em;flex-shrink: 0;border-radius: 50%;top: 0.65em;left: 0;}
    .dysmSect3__sect2__step .dot br {display: none;}
    .dysmSect3__sect2__step .stepBx__s2 {margin-top: 15px; padding-top: 20px;}


    .dysSwiperThmub .thumb {width: 100%;}
    .dysSwiperThmub .thumbSx1 {font-size: var(--txt1);}
    .dysSwiperThmub .thumbSx2 {font-size: var(--txt1);}

    .dysSwiperSlideItem {padding-top: 35%; position: relative;}
    .dysSwiperSlideItem.item1 {
        background: url(/inc/img/sub/clinic/dysm-s3-b1@2x.png) no-repeat 0 -11px;
        background-size: 100% auto;
    }
    
    .dysSwiperSlideItem.item2 {
        background: url(/inc/img/sub/clinic/dysm-s3-b2@2x.png) no-repeat 0 -5px;
        background-size: 100% auto;
    }
    
    .dysSwiperSlideItem.item3 {
        background: url(/inc/img/sub/clinic/dysm-s3-b3@2x.png) no-repeat 0 0;
        background-size: 100% auto;
    }
    
    .dysSwiperSlideItem.item4 {
        background: url(/inc/img/sub/clinic/dysm-s3-b4@2x.png) no-repeat 0 -11px;
        background-size: 100% auto;
    }
    
    .dysSwiperSlideItem__in {padding: 30px 40px 0; background-color: transparent; position: absolute; inset: 0;}
    .dysSwiperSlideItem__in .cate {font-weight: 700; font-size: var(--smTxt1); padding: 0.4em 1em;}
    .dysSwiperSlideItem__in h4 {font-size: var(--tit4);}
    .dysSwiperSlideItem__in p {font-size: var(--txt3); width: 60%;}
    .dysSwiperSlide .swiper-button-next, .dysSwiperSlide .swiper-button-prev {margin-top: -70px;}

    .dysSwiperSlideWrap .com_info_box.gray {margin-top: 0;}

    .brainSect3 .para-box2 .in {width: 1040px;}
    .brainSect3 .para-box2 .process-box .step_box .left_txt {width: 11em; font-size: var(--txt1); }
    .brainSect3 .para-box2 .process-box .step_box .step {flex: 1; min-width: 0;}
    .renewa1_rhinitisSect7 .slide .swiper-slide .graph2_wrap img {max-width: 100%;}

    .rhinitisSect10__item .desc__t2 li {padding-right: 1em;}
    .brainSect3 .para-box2 .process-box .step_box .grid_box {grid-template-columns: repeat(2,minmax(0,max-content)); gap: 5px 20px;}
    /* 7681 */

    /* min-768 */


    /* 현행유지 추가 */
    
    .brain_blood_page .insuranceInfoSect__items{width: 100%;}

    .clinic_page .facialSect6__item .img{border-radius: 15px;}

    .allergic_page .rhinitisSect7 .rhinitisSect7Item .img{padding-top: 78%;}
    
}

@media screen and (min-width: 1000px) {

    .com_herbal_slide .tab_wrap .tab {font-size: var(--txt1); padding: 20px 0px 20px 50px;}
    .com_herbal_slide .tab_wrap {padding-top: 130px; width: 360px;}
    .com_herbal_slide .slide .swiper-container {padding-top: 80px;}
    .com_herbal_slide .slide .cont .top_box {padding: 35px 60px 25px; border-radius: 30px 30px 0 0; font-size: var(--tit5);}
    .com_herbal_slide .slide .cont .top_box .img {width: auto;}

    .indigest_page .com_herbal_slide .slide .cont .top_box .img {height: 150px; right: 10%;}
    .indigest_page .com_herbal_slide .slide .cont .top_box .img img {}

    .com_herbal_slide .slide .cont .bot_box {padding: 50px 60px;}
    .com_herbal_slide .slide .cont .bot_box .badge {width: 8em; font-size: var(--txt2);}
    .com_herbal_slide .slide .cont .bot_box .tit {font-size: var(--tit3);}
    .com_herbal_slide .slide .cont .bot_box .txt li {font-size: var(--txt1);}
    
    .digestionSect2Item {padding: 0 34px 34px;}

    .digestionSect2Item::before {content: '';display: block;width: 100%;height: 160px;}
    .digestionSect2Item:nth-child(1)::before {background-size: auto 88px}
    .digestionSect2Item:nth-child(2)::before {background-size: auto 86px;}
    .digestionSect2Item:nth-child(3)::before {background-size: auto 88px;}
    .digestionSect2Item:nth-child(4)::before {background-size: auto 88px;}    

    .digestionSect2Item h5 {font-size: var(--txt1);}
    .digestionSect2Item p {font-size: var(--txt3);}

    .digestionSect2__check {display: flex; margin-top: 40px;}
    .digestionSect2__check p {margin-top: 0;}
    .digestionSect2__check::before {margin-left: 0; margin-right: 5px ;width: var(--txt1); height: calc(var(--txt1) * 1.5); background-size: contain;}
    .digestionSect2__check .line::before {height: var(--txt1);}



    .brainSect3__item .txt_box {padding-top: 68px;}
    
    .brainSect3__item__tit::before {width: 100px; height: 100px; background-position: bottom;}
    .item1 .brainSect3__item__tit::before {background-size: contain; width: 90px;}
    .item2 .brainSect3__item__tit::before {background-size: contain; width: 95px;}
    .item3 .brainSect3__item__tit::before {background-size: contain;}
    .brainSect3__con2 {gap: 35px;}
    .brainSect3__item .tags {gap: 8px; height: calc(var(--smTxt1) * 6);}
    .brainSect3__item .tag {padding: 6px 12px;font-size: var(--txt2);line-height: 1.2; border-radius: 10em;}
    
    .brainSect3__item .desc {margin-top: 25px; padding-top: 25px; font-size: var(--txt1);}

    .brainSect2 .cont_box {margin-top: 80px;}
    .brainSect2 .cont_box .brainSect2__s1 {width: 40%;}
    .brainSect2 .cont_box .brainSect2n__s2 {width: 55%;}
    .brainSect2n__s2 {padding: 50px 47px 60px 57px; }
    .brainSect2n__s2 .tit {font-size: var(--tit5);}
    .brainSect2n__s2 .con {font-size: var(--txt1);}
    .brainSect2n__s2 .con br {display: none;}
    .brainSect2n__s2 .lists>li + li {margin-top: 20px;}

    .brainSect5__tit .hty01s {font-size: var(--txt1);}


    .brainSect5__con__desc {padding-left: 48px;}
    .brainSect5__con__desc .desc {padding-top: 80px;}
    .brainSect5__con__desc .desc p {font-size: var(--tit4);}


    .brainSect6__item .desc {font-size: var(--txt1);}

    .dysmSect2__sect {position: relative;background: url(/inc/img/sub/clinic/dysm-s1@2x_pc.png) no-repeat center / cover;background-size: auto 100%;margin-top: 40px; padding: 0; padding-top: 35%; height: 0;}
    .dysmSect2__sect .txt_box {position: absolute; inset: 0;  padding: 4% 0 0 5%;}
    .dysmSect2__sect .txt_box h4 {font-size: var(--tit3); text-align: left;}
    .dysmSect2__sect .cir_box {display: block;}
    .dysmSect2__sect .cir_box ul {display: grid; grid-template-columns: repeat(5,minmax(0,1fr)) ;gap: 10px;width: 50%;margin-top: 24px;}
    .dysmSect2__sect .cir_box ul li {padding-top: 100%;background: #fff;border-radius: 50%; position: relative;}
    .dysmSect2__sect .cir_box ul li .cir {position: absolute;  inset: 0; display: flex; align-items: center; justify-content: center; font-size: var(--txt2); font-weight: 700; color: var(--colorBlue2);text-align: center; line-height: 1.3;}
    
    .dysmSect3__sect2__step .dot {font-size: var(--txt2);}

    .dysSwiperSlideItem__in .cate {font-weight: 700; font-size: var(--txt3); padding: 0.4em 1em;}
    .dysSwiperSlideItem__in h4 {font-size: var(--tit3);}
    .dysSwiperSlideItem__in p {font-size: var(--txt2);}

    /* .brainSect3 .para-box2 .process-box .step_box .grid_box.type3 {grid-template-columns: repeat(3,minmax(0,1fr)); } */
    /* .brainSect3 .para-box2 .process-box .step_box .grid_box.type4 {grid-template-columns: repeat(4,minmax(0,1fr)); } */
    

}



@media screen and (min-width: 1240px) {
    .clinic_page  {padding-top: 100px;}

    .brainSect3 .para-box2 .process-box .step_box .left_txt {width: 10em; font-size: var(--txt1);}

    .comInsuranceBanner__s2 {height: 200px;}
    .comInsuranceBanner__s2 .ico1::before {width: 75px;height: 75px;}
    .comInsuranceBanner__s2 .ico3::before {width: 70px;height: 70px;}

    
    .renewa1_rhinitisSect4 .chk_box {width: 100%;}
    .renewa1_rhinitisSect4 .chk_list li {padding: 15px 0;}
    .renewa1_rhinitisSect4 .chk_list .ico {width: var(--tit5); height: var(--tit5);}
    
    .renewa1_rhinitisSect6 .cont_box_v2 .cont {padding: 40px 30px 45px;}
    .renewa1_rhinitisSect6 .cont_box_v2 .cont .ico {width: 100px; height: 100px;}
    .renewa1_rhinitisSect6 .cont_box_v2 .cont .txt {margin-top: 20px;}

    .facialSect5 {background-size: auto min(100%, 940px);position: relative;}
    .sect.facial {position: relative;}
    .sect.facial::before {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 940px; background-color: #eeeef4; z-index: 0;}
    .facialSect6__01__desc1 p {padding-left: 60px;}
    
    .renewa1_rhinitisSect6 .cont_box_v2 {gap: 45px;}

    .renewa1_rhinitisSect7 .slide .swiper-slide{padding: 70px 30px}
    .renewa1_rhinitisSect7 .slide .swiper-slide .slide_tit {font-size: var(--tit4);}
    .renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_info li {font-size: 18px;}
    .renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_box {width: 100%; height: 380px; max-width: none;}
    .renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_box .bg .row .num {font-size: 14px;}
    .renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_box .bg .row .line {left: 40px;width: calc(100% - 40px);}
    .renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_box .cont .bar {width: 65px;}
    .renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_box .cont .bar .num {font-size: 14px;}
    .renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_box .arrow {top: 10%;left: 45%;width: 140px }
    .renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .graph_box .cont .bar_txt {font-size: var(--txt3);}
    .renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .que_txt {font-size: var(--txt3);}
    .renewa1_rhinitisSect7 .slide.active .swiper-slide .graph1_wrap .graph_box .arrow {transform: scaleX(1);top: 20%;}
    .renewa1_rhinitisSect7 .slide .swiper-slide .cir_data {right: 30px;top: 30px;width: 120px;height: 120px;}

    .renewa1_rhinitisSect7 .slide .swiper-slide .cir_data .txt {font-size: var(--txt1);}
    .renewa1_rhinitisSect7 .slide .swiper-slide .graph_txt_box .txt {height: 120px; font-size: var(--txt2);}
    .renewa1_rhinitisSect7 .slide .swiper-slide .graph1_wrap .que_txt {font-size: var(--txt2);}

    .com_herbal_slide .slide .cont .top_box .img {width: auto; height: 201px;}
    .com_herbal_slide .slide .cont .top_box .img img {height: 100%;}

    .indigest_page .com_herbal_slide .slide .cont .top_box .img {height: 180px; right: 7%;}

    .com_herbal_slide .slide {padding: 0 50px;}
    .com_herbal_slide .slide .cont .bot_box .img {top: 50%;right: 25px;width: 200px;height: 200px;}
    .com_herbal_slide .tab_wrap .tab::before {width: 10px; height: 10px; left: 30px;}
    .renewa1_rhinitisSect9 .sect_tit_box .txt1 {margin-top: 20px;}
    .renewa1_rhinitisSect9 .img img {max-width: 600px;}
    .renewa1_rhinitisSect9 .view_btn {font-size: var(--txt2); width: 240px; height: 60px;}

    .rhinitisSect10__item .desc__t1 {margin: 15px 0 10px;}
    .rhinitisSect10__con {padding-top: 60px;}

    .indigest_page .hty04  {width: 360px;}
    .insuranceInfoSectItem00  {background-size: 140px auto;}
    .insuranceInfoSectItem::before{width:100px;height:100px;}
    .insuranceInfoSectItem00{width:556px;}
    .insuranceInfoSectItem01{width:624px;}
    .digestionSect3__s2 .para-box2 {margin-top: 60px;}

    .com_herbal_slide .slide .cont .bot_box .txt_wrap {padding-right: 160px;}

    .brain_blood_page .hty04  {width: 360px;}
    .dysSwiperSlideItem__in {padding: 60px 60px 0 ;}
    .dysSwiperSlide .swiper-slide {padding: 0 70px;}
    .dysSwiperSlideWrap .in {width: 1380px; overflow: hidden;}
    .dysSwiperSlideWrap .com_info_box {width: calc(var(--subInW) - var(--inPd) * 2); margin: 0 auto;}

    .dysSwiperSlide .swiper-button-next, .dysSwiperSlide .swiper-button-prev {width: 68px;height: 68px;border: 1px solid rgba(68, 109, 222, 0.50);border-radius: 50%;z-index: 2;background: none;display: flex;justify-content: center;align-items: center;transition: all 0.3s;margin-top: -100px;}

    .dysSwiperSlide .swiper-button-prev::after, .dysSwiperSlide .swiper-button-next::after {
        content: '';
        display: block;
        width: 32px;
        height: 32px;
        background: url(/inc/img/sub/clinic/sw-prev-arr.png) no-repeat 50% 50%;
        background-size: cover;
    }
    .dysSwiperSlide .swiper-button-prev {transition: background-color 0.1s ease-in-out , border 0.1s ease-in-out;}

    .dysSwiperSlide .swiper-button-prev::after {
        transform: rotate(0deg);
    }
    .dysSwiperSlide .swiper-button-next::after {
        transform: rotate(180deg);
    }

    .dysSwiperSlide .swiper-button-prev:hover::after {transform: rotate(180deg);}
    .dysSwiperSlide .swiper-button-next:hover::after {transform: rotate(0deg);}
    

    .dysSwiperSlide .swiper-button-prev.swiper-button-disabled, .dysSwiperSlide .swiper-button-next.swiper-button-disabled {
        display: none;
    }



    .dysSwiperSlide .swiper-button-next:hover, .dysSwiperSlide .swiper-button-prev:hover {
        background: rgb(5, 51, 133);
        border-width: 1px;
        border-style: solid;
        border-color: rgb(5, 51, 133);
        border-image: initial;
    }

    
    .dysSwiperSlide .swiper-button-next:hover::after, .dysSwiperSlide .swiper-button-prev:hover::after {
        background: url(/inc/img/sub/clinic/sw-next-arr-w.png) no-repeat 50% 50%;
        background-size: cover;
    }


    .brainSect6__item .txt_box {padding: 60% 48px 0;}

    .indigest_page .comMajorRemedy .com_info_box {margin-top: 30px;}

    /* 현행유지 추가 */
    .clinic_page .facialSect6__item .img,
    .allergic_page .rhinitisSect7 .rhinitisSect7Item .img{border-radius: 25px;}
}




