/* sub3 - 가슴재수술 */
.sub3_section1 {
    background-image: url(../images/sub3_banner1.jpg);
}

.sub3_red_text {
    font-size: 27px;
    color: #ff4d4e;
    font-family: 'GmarketSansMedium', sans-serif;
    background-image: linear-gradient(transparent 50%, rgba(253, 255, 191, 0.8) 50%);
    line-height: 1.1;
    letter-spacing: -1px;
}

.sub3_red_text span {
    font-family: 'GmarketSansBold', sans-serif;
}

.sub3_section1 ul li > span {
    color: #f51425;
    font-family: 'Pretendard-Medium', sans-serif;
}

.sub3_section2 {
    width: 100%;
    padding: 50px 0 80px;
}

.s3_sec2_title1 {
    font-size: 32px;
    color: #111;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.s3_sec2_title1 img {
    margin-left: 10px;
}

.s3_sec2_title2 {
    font-size: 50px;
    color: #111;
    font-family: 'S-CoreDream-7ExtraBold', sans-serif;
    margin-top: 10px;
}

.s3_sec2_title2 span {
    color: #ff4d4e;
}

.s3_sec2_title3 {
    border-radius: 50px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size: 24px;
    color: #000;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-bottom: 20px;
}

.s3_sec2_title3 > span {
    font-size: 30px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-left: 10px;
}

.s3_sec2_title3 span strong {
    font-family: 'S-CoreDream-7ExtraBold';
    background-image: linear-gradient(transparent 50%, rgba(255, 221, 201, 0.7) 50%);
}

.s3_sec2_title3 strong span {
    text-emphasis-style: dot;
    text-emphasis-color: #111;
}

.s3_sec2_titlebox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub3_section2 .s2_6_sec2_contain {
    padding: 35px 0;
    border-radius: 50px;
    border: 2px solid #d7d7d7;
    position: relative;
    margin-top: 50px;
}

.sub3_section2 .s2_6_sec2_text2 > span {
    margin: 0;
}

.sub3_section2 .s2_6_sec2_text2 > span strong {
    font-size: 24px;
    font-family: 'Pretendard-Bold', sans-serif;
    line-height: 35px;
}

.sub3_section3 {
    width: 100%;
    padding: 110px 0 80px;
    background-color: #ffe7d9;
}

ul.s3_ul1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

ul.s3_ul1 li {
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #5687fe;
    box-sizing: border-box;
    position: relative;
    padding: 75px 70px 30px;
}

ul.s3_ul1 li:last-child {
    border: 1px solid #ff6263;
}

ul.s3_ul1 li p {
    width: max-content;
    height: 60px;
    background-color: #5687fe;
    border-radius: 50px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    font-family: 'S-CoreDream-7ExtraBold', sans-serif;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

ul.s3_ul1 li:last-child p {
    background-color: #ff6263;
}

.s3_ul1_text {
    width: 100%;
    margin-top: 25px;
}

.s3_ul1_text span {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    text-align: center;
}

ul.s3_ul1 li:last-child .s3_ul1_text {
    display: flex;
}

ul.s3_ul1 li:last-child .s3_ul1_text span {
    width: 50%;
}

.sub3_section4 {
    width: 100%;
    padding: 85px 0 90px;
}

.s3_title {
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #111;
    font-family: 'S-CoreDream-7ExtraBold', sans-serif;
}

.s3_contain {
    width: 100%;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s3_sec4_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.s3_sec4_text {
    font-size: 26px;
    color: #111;
    line-height: 40px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s3_sec4_text span {
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    background-color: #ff6263;
    padding: 0 3px;
}

.s3_sec4_video {
    width: 100%;
    margin-top: 70px;
    display: flex;
}

.s3_sec4_video video {
    width: 230px;
    margin-right: 30px;
}

.sub3_section5 {
    width: 100%;
    padding: 80px 0 85px;
    background-color: rgba(255, 231, 217, 0.3);
}

ul.s3_ul2 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

ul.s3_ul2 li {
    width: 245px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    font-family: 'Pretendard-Bold', sans-serif;
    line-height: 23px;
    margin-left: -25px;
    text-align: center;
}

ul.s3_ul2 li:first-child {
    margin-left: 0;
    background-color: #ffb491;
}

ul.s3_ul2 li:nth-child(2) {
    background-color: rgba(255, 140, 86, 0.8);
}

ul.s3_ul2 li:nth-child(3) {
    background-color: rgba(255, 123, 119, 0.8);
}

ul.s3_ul2 li:nth-child(4) {
    background-color: rgba(255, 98, 99, 0.8);
}

ul.s3_ul2 li:last-child {
    background-color: rgba(255, 76, 77, 0.8);
}

ul.s3_ul3 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 100px;
}

ul.s3_ul3 li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

ul.s3_ul3 li p {
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-top: 25px;
}

ul.s3_ul3 i {
    color: #ff6263;
    font-size: 30px;
    margin-top: 90px;
}

.s3_sec5_text {
    width: 100%;
    margin-top: 60px;
    text-align: center;
    font-size: 18px;
    font-family: 'Pretendard-Medium', sans-serif;
    line-height: 30px;
}

.s3_sec5_text span {
    font-size: 16px;
    color: #ff6263;
    display: block;
    margin-top: 15px;
    font-family: 'Pretendard-Regular', sans-serif;
}

.sub3_section6 {
    width: 100%;
    padding: 70px 0 90px;
}

.sub3_section6 .s3_title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub3_section6 .s3_title img {
    margin-left: 20px;
}

ul.s3_ul4 {
    width: 100%;
    margin-top: 40px;
}

ul.s3_ul4 li {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #ff6263;
    box-sizing: border-box;
    margin-bottom: 15px;
    background-color: #fff;
}

ul.s3_ul4 li:last-child {
    margin-bottom: 0;
}

.faq_title {
    width: 100%;
    padding: 10px 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ff6263;
}

.q {
    font-size: 26px;
    color: #ff6263;
    font-family: 'yg-jalnan', sans-serif;
}

.faq_title p {
    font-size: 22px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-left: 20px;
}

.faq_con {
    width: 100%;
    padding: 10px 110px;
    box-sizing: border-box;
    font-size: 18px;
    color: #111;
    line-height: 30px;
    font-family: 'Pretendard-Regular', sans-serif;
}

.faq_con span {
    color: #ff4d4e;
}

.sub3_section7 {
    background-image: url(../images/sub3_banner2.png);
}

.sub3_section7 .s2_1_sec5_8_slide {
    width: 1060px;
}

.sub3_section7 .s2_1_sec5_8_slidebox {
    margin: 0 10px;
}

/* .sub3_section7 .s2_1_sec5_8_slidebox span {
    font-size: 15px;
    margin-top: 25px;
    line-height: 25px;
} */

.sub3_section7 .more_view a {
    background-color: #ff4d4e;
    border: 0;
}

.sub3_section8 {
    width: 100%;
    padding: 75px 0;
}

.sub3_section {
    width: 100%;
    padding-top: 120px;
}

.sub3_tab {
    width: 100%;
}

.sub3_tab ul {
    width: 100%;
    height: 65px;
    display: flex;
}

.sub3_tab ul li {
    width: 12.5%;
    height: 100%;
}

.sub3_tab ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #f8f8f8;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    box-sizing: border-box;
    font-size: 16px;
    color: #a7a7a7;
    font-family: 'Pretendard-Regular', sans-serif;
}

.sub3_tab ul li:last-child a {
    border-right: 1px solid #e1e1e1;
}

.sub3_tab ul li a.s3_tab_on {
    border: 0;
    color: #fff;
    background-color: #ff9169;
    font-family: 'Pretendard-Medium', sans-serif;
}

.sub3_tab ul li a img {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.sub3_tab ul li a.s3_tab_on img {
    opacity: 1;
}

.sub3_tabcon1 {
    width: 100%;
}

.s3_tc1_inner1 {
    width: 100%;
    padding: 70px 0;
}

.s3_tc_in1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s3_tc_in1 > span {
    width: 45px;
    height: 45px;
    background-color: #fe7e4f;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s3_tc_in1 > p {
    font-size: 35px;
    color: #33110f;
    font-family: 'S-CoreDream-7ExtraBold', sans-serif;
    background-image: linear-gradient(transparent 40%, rgba(255, 252, 173, 0.6) 60%);
    line-height: 1.2;
    margin-top: 15px;
}

.s3_tc_in1 > img {
    display: block;
    margin-top: 40px;
}

ul.s3_tc_in2 {
    display: table;
    margin: 60px auto 0;
}

ul.s3_tc_in2 > li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

ul.s3_tc_in2 > li:last-child {
    margin-bottom: 0;
}

.s3_tc_in2_title {
    display: flex;
    align-items: center;
}

.s3_tc_in2_text {
    width: 165px;
    height: 65px;
    border-radius: 50px;
    border: 3px solid #ff8969;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ff8969;
    font-family: 'S-CoreDream-6Bold', sans-serif;
}

.s3_tc_in2_shape {
    display: flex;
    align-items: center;
    margin-left: -8px;
}

span.circle {
    width: 12px;
    height: 12px;
    border-radius: 30px;
    background-color: #ff8969;
    border: 3px solid #fff;
    box-sizing: border-box;
}

span.dashed {
    width: 45px;
    height: 1px;
    border-top: 1px dashed #959595;
    box-sizing: border-box;
}

ul.s3_tc_in2 > li ul {
    margin-left: 35px;
}

ul.s3_tc_in2 > li ul li {
    font-size: 16px;
    line-height: 30px;
    color: #111;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    list-style: disc;
}

ul.s3_tc_in2 > li ul li::marker {
    font-size: 10px;
}

ul.s3_tc_in3 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

ul.s3_tc_in3 li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

ul.s3_tc_in3 li > span {
    width: 90px;
    height: 33px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    margin-bottom: 10px;
}

span.img_before {
    background-color: #b5aaa6;
}

span.img_after {
    background-color: #ff9f7e;
}

ul.s3_tc_in3 > i {
    font-size: 40px;
    color: #999;
    margin: 45px 25px 0;
}

.s3_more_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.s3_more_btn a {
    height: 80px;
    border-radius: 20px;
    background-color: #ff6e6e;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s3_more_btn a p {
    font-size: 16px;
    color: #fff;
    font-family: 'S-CoreDream-3Light', sans-serif;
    margin-right: 40px;
}

.s3_more_btn a p span {
    font-size: 22px;
    font-family: 'S-CoreDream-6Bold', sans-serif;
}

.s3_tc1_inner2 {
    width: 100%;
    padding: 80px 0 100px;
    background-color: #fff8f4;
}

.s3_tc1_inner2 .center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s3_tc1_inner2 p {
    font-size: 35px;
    color: #33110f;
    font-family: 'S-CoreDream-7ExtraBold', sans-serif;
}

.s3_tc1_inner2 img {
    display: block;
    margin-top: 80px;
}

.s3_tc1_inner3 {
    width: 100%;
    padding: 70px 0 100px;
    background-image: url(../images/sub3_01_bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.s3_tc1_inner3 p {
    font-size: 35px;
    color: #fff;
    font-family: 'S-CoreDream-7ExtraBold', sans-serif;
    text-align: center;
}

.s3_tc1_inner3 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.s3_tc1_inner3 ul li {
    width: 17.5%;
    height: 230px;
    background-color: #fff;
    border-radius: 30px;
    padding: 25px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.s3_tc1_inner3 ul li p {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(51, 17, 15, 0.3);
    font-size: 28px;
    color: #ff6263;
    font-family: 'S-CoreDream-7ExtraBold', sans-serif;
}

.s3_tc1_inner3 ul li span {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-family: 'S-CoreDream-6Bold', sans-serif;
}

.s3_tc1_inner4 {
    width: 100%;
    padding: 60px 0 80px;
    background-color: #fffbef;
}

.inner_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner_title span {
    width: 40px;
    height: 40px;
    background-color: #ff4d4e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-style: italic;
    color: #fff;
    font-family: 'Cafe24Shiningstar', sans-serif;
    padding-right: 7px;
    box-sizing: border-box;
}

.inner_title p {
    font-size: 26px;
    color: #111;
    font-family: 'S-CoreDream-7ExtraBold', sans-serif;
    margin-left: 15px;
}

.s3_tc1_inner4 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.s3_tc1_inner4 ul li {
    width: 24%;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
}

.s3_tc2_thumb {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s3_tc2_thumb img {
    width: 100%;
}

.s3_tc1_inner4 ul li p {
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s3_tc1_inner5 {
    width: 100%;
    padding: 65px 0 70px;
}

.s3_tc1_inner5 ul {
    display: table;
    margin: 65px auto 0;
}

.s3_tc1_inner5 ul li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.s3_tc1_inner5 ul li:last-child {
    margin-bottom: 0;
}

.s3_tc1_inner5 ul li p {
    font-size: 17px;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-left: 20px;
}

.s3_tc1_inner5 ul li p span {
    font-family: 'Pretendard-ExtraBold', sans-serif;
}

.s3_tc1_inner6 {
    width: 100%;
    padding: 70px 0 80px;
    background-color: #ffe7d9;
}

.s3_tc1_inner6 ul {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.s3_tc1_inner6 ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s3_tc1_inner6 ul li:first-child {
    margin-right: 100px;
}

.s3_tc1_inner6 ul li p {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s3_tc1_inner7 {
    width: 100%;
    padding: 75px 0;
}

.s3_tc1_inner7_box {
    width: 100%;
    margin-top: 75px;
}

.m_show {
    display: none;
}

ul.s3_tc1_in7_ul1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 0 20px 0 45px;
    box-sizing: border-box;
}

ul.s3_tc1_in7_ul1 li {
    text-align: center;
    font-size: 22px;
    color: #ff4d4e;
    font-family: 'S-CoreDream-7ExtraBold', sans-serif;
    text-transform: uppercase;
}

ul.s3_tc1_in7_ul1 li span {
    display: none;
}

ul.s3_tc1_in7_ul2 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 45px;
}

ul.s3_tc1_in7_ul2 li {
    text-align: center;
    font-size: 17px;
    line-height: 28px;
    font-family: 'Pretendard-Medium', sans-serif;
}

ul.s3_tc1_in7_ul2 img {
    display: block;
    margin-top: 30px;
}

.s3_tc1_inner8 {
    width: 100%;
    padding: 65px 0 70px;
    background-color: rgba(255, 248, 244, 0.6);
}

.s3_tc1_inner8 ul {
    display: table;
    margin: 60px auto 0;
}

.s3_tc1_inner8 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.s3_tc1_inner8 ul li:last-child {
    margin-bottom: 0;
}

.s3_tc1_inner8 ul li p {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-left: 40px;
}

.s3_tc1_inner8 ul li p span {
    font-size: 21px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
    display: block;
    margin-bottom: 10px;
}

.sub3_tabcon2 {
    width: 100%;
}

.sub3_tabcon3 {
    width: 100%;
}

.s3_tc3_in1 {
    width: 1020px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 40px 0;
    position: relative;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    margin: 80px auto 0;
}

.s3_tc3_in1 p {
    position: absolute;
    display: flex;
    align-items: center;
    font-size: 26px;
    color: #ff4d4e;
    font-family: 'S-CoreDream-7ExtraBold', sans-serif;
    background-color: #fff;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.s3_tc3_in1 p span {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    margin: 0 15px;
    background-color: #ff4d4e;
}

ul.s3_tc3_in2 {
    width: 740px;
    margin: 50px auto 0;
    display: table;
}

ul.s3_tc3_in2 li {
    width: 45%;
    float: left;
    margin-right: 10%;
    margin-bottom: 30px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
}

ul.s3_tc3_in2 li:nth-child(2n) {
    margin-right: 0;
}

ul.s3_tc3_in2 li:last-child {
    width: auto;
    margin: 0 0 0 100px;
}

.s3_tc3_in2_img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s3_tc3_in2_img img {
    width: 100%;
}

ul.s3_tc3_in2 li p {
    font-size: 17px;
    color: #111;
    text-align: center;
    padding: 15px 0;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s3_tc3_in3 {
    width: 900px;
    padding: 25px 50px 25px 70px;
    border: 8px solid rgba(225, 225, 225, 0.5);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 65px auto 0;
}

.s3_tc3_in3 p {
    font-size: 17px;
    line-height: 28px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s3_tc4_in1 {
    width: 1050px;
    margin: 60px auto 0;
}

.s3_tc4_in1 p {
    text-align: right;
    font-size: 14px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s3_tc4_in1 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.s3_tc4_in1 ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s3_tc4_in1 ul li span {
    width: 105px;
    height: 30px;
    border-radius: 50px;
    background-color: #33110f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fffee6;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    margin-top: 25px;
}

.s3_tc4_in2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.s3_tc4_in2 img {
    position: relative;
}

.s3_tc4_in2 p {
    width: 720px;
    border: 2px solid #ff4d4e;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    color: #111;
    line-height: 28px;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    margin-left: -65px;
}

.s3_tc4_in2 p span {
    font-family: 'S-CoreDream-6Bold', sans-serif;
}

.sub3_tabcon5 {
    width: 100%;
}

.sub3_tabcon6 {
    width: 100%;
}

.ul_txt {
    width: 820px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    font-size: 17px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.sub3_tabcon7 {
    width: 100%;
}

.s3_tc7_in7 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #33110f;
    font-family: 'S-CoreDream-7ExtraBold', sans-serif;
    margin-top: 30px;
}

.s3_tc7_in7 p {
    position: relative;
    color: #ff4d4e;
    margin: 0 15px;
}

.s3_tc7_in7 p img {
    position: absolute;
}

.s3_tc7_in7 p img.s3_text_point1 {
    top: -20px;
    left: -12px;
}

.s3_tc7_in7 p img.s3_text_point2 {
    bottom: 0;
    left: -10px;
    z-index: -1;
}

.s3_tc7_inner2 {
    width: 100%;
    padding: 60px 0;
    background-color: rgba(255, 231, 217, 0.8);
}

.s3_tc7_inner2 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.s3_tc7_inner2 ul li {
    width: 47.5%;
    background-color: #fff;
    border-radius: 60px;
    padding: 50px 75px;
    box-sizing: border-box;
}

.s3_tc7_ul_title {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px dashed rgba(149, 149, 149, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.s3_tc7_ul_title > img {
    display: block;
    margin: 0 20px;
}

p.under_txt {
    font-size: 20px;
    color: #111;
    font-family: 'S-CoreDream-6Bold', sans-serif;
}

p.under_txt span {
    background-color: #ff4d4e;
    color: #fff;
    padding: 0 3px;
}

p.color_txt {
    font-size: 28px;
    color: #111;
    font-family: 'S-CoreDream-7ExtraBold', sans-serif;
}

p.color_txt span {
    color: #ff2728;
}

.s3_tc7_inner2 ul li > p {
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 30px;
}

.s3_tc7_inner2_txt {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 60px;
}

.s3_tc7_inner2_txt i {
    font-size: 30px;
    color: #ff6263;
}

.s3_tc7_inner2_txt p {
    text-align: center;
    font-size: 18px;
    color: #666;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 15px;
}

.s3_tc7_inner2_txt p strong {
    font-weight: normal;
    font-family: 'Pretendard-Medium', sans-serif;
    color: #111;
    display: block;
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 10px;
}

.s3_tc7_inner2_txt p strong span {
    background-color: #ff6263;
    color: #fff;
    padding: 2px 5px;
}

.s3_tc7_in p {
    width: 850px;
    background-color: #fff;
    border-radius: 100px;
    margin-left: -95px;
}

.s3_tc7_in p span {
    background-image: linear-gradient(transparent 50%, rgba(255, 221, 201, 0.7) 50%);
}

.s3_tc7_in p > strong {
    display: block;
    font-size: 14px;
    color: #666;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 10px;
    font-weight: normal;
}

.s3_tc7_inner3 {
    width: 100%;
    margin-top: 65px;
}

.s3_tc7_in1 {
    width: 100%;
}

.s3_tc7_in2 {
    width: 100%;
    margin-top: 85px;
}

.bloom_text {
    width: 100%;
    height: 100px;
    background-color: #ff6263;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bloom_text > span {
    color: #ff6263;
    font-size: 25px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.bloom_text p {
    font-size: 32px;
    color: #fff;
    font-family: 'S-CoreDream-6Bold', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bloom_text p span {
    font-size: 60px;
    color: #fffdcf;
    font-family: 'Cafe24Shiningstar', sans-serif;
    font-style: italic;
    margin-right: 20px;
}

.s3_tc7_in2 > p {
    font-size: 18px;
    color: #111;
    line-height: 28px;
    text-align: center;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 45px;
}

.s3_tc7_in2 > p span {
    font-family: 'Pretendard-Bold', sans-serif;
}

.s3_tc7_in2 ul.s3_tc_in3 p {
    text-align: center;
    color: #111;
    font-size: 20px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-top: 25px;
}

.s3_tc7_in2 ul.s3_tc_in3 p span {
    color: #ff4d4e;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s3_tc7_in2 ul.s3_tc_in3 i {
    margin: -40px 25px 0;
}

.s3_tc7_in3 {
    width: 790px;
    margin: 70px auto 0;
    padding: 35px 0;
    box-sizing: border-box;
    border: 5px solid rgba(225, 225, 225, 0.5);
    display: flex;
    justify-content: center;
    border-radius: 50px;
}

.s3_tc7_in3 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.s3_tc7_in3 ul li:last-child {
    margin-bottom: 0;
}

.s3_tc7_in3 ul li p {
    font-size: 17px;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-left: 20px;
}

/* // sub3 - 가슴재수술 */

/* 가슴재수술 추가 컨텐츠 css (필러제거) */
.sub3_tabcon8 {
    width: 100%;
}

.s3_tc8_inner2 {
    width: 100%;
}

.s3_tc8_inner2 .center {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.s3_tc8_inner2_txt {
    width: max-content;
    border: 3px solid #ff6263;
    border-radius: 30px;
    padding: 25px 120px;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Pretendard-Light', sans-serif;
}

.s3_tc8_inner2_txt span {
    color: #ff4d4e;
    font-size: 22px;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s3_tc8_inner2 ul.s3_tc_in3 > i {
    margin: -20px 25px 0;
}

.s3_tc8_inner2 ul.s3_tc_in3 li p {
    margin-top: 20px;
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s3_tc8_inner3 {
    width: 100%;
}

.s3_tc8_inner3 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.s3_tc8_inner3 ul li {
    width: 30.5%;
    position: relative;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    border-radius: 30px;
    overflow: hidden;
}

.s3_tc8_inner3_img {
    width: 100%;
    height: 230px;
    position: relative;
}

.s3_tc8_inner3_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img.bling_img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: blingbling infinite 2s linear;
}

@keyframes blingbling {
    30% {
        opacity: .5;
    }

    50% {
        opacity: 1;
    }
}

.s3_tc8_inner3 ul li span {
    width: 60px;
    height: 60px;
    background-color: #ff6263;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 22px;
    color: #fff;
    font-family: 'S-CoreDream-6Bold', sans-serif;
    border-radius: 50px 50px 10px 50px;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
}

.s3_tc8_inner3 ul li p {
    width: 100%;
    padding: 50px 0 25px;
    text-align: center;
    font-size: 21px;
    line-height: 28px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s3_tc8_inner4 {
    width: 100%;
    margin-top: 100px;
    padding: 85px 0;
    background-color: #ffece1;
    position: relative;
}

.s3_tc8_inner4:after {
    content: "◆";
    font-size: 60px;
    color: #ffece1;
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
}

.s3_tc8_inner4 .center {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 65px 0;
}

.s3_tc8_inner4_title {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px 0;
}

.s3_tc8_inner4_title p {
    font-size: 40px;
    color: #33110f;
    font-family: 'S-CoreDream-7ExtraBold', sans-serif;
}

.s3_tc8_inner4_title span {
    font-size: 22px;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
    padding: 12px 55px;
    border-radius: 50px;
    background-color: #fe7e4f;
}

.s3_tc8_inner4 ul {
    display: flex;
    justify-content: center;
}

.s3_tc8_inner4 ul li {
    width: 400px;
    height: 400px;
    border: 2px solid #fe7e4f;
    box-sizing: border-box;
    border-radius: 400px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s3_tc8_inner4 ul li:nth-child(2n-1) {
    border: 2px dashed #fe7e4f;
}

.s3_tc8_inner4 ul li:nth-child(2),
.s3_tc8_inner4 ul li:nth-child(3) {
    margin-left: -50px;
}

.s3_tc8_inner4 ul li p {
    text-align: center;
    font-size: 27px;
    line-height: 40px;
    color: #111;
    font-family: 'S-CoreDream-4Regular', sans-serif;
}

.s3_tc8_inner4 ul li p strong {
    font-family: 'S-CoreDream-6Bold', sans-serif;
}

.s3_tc8_inner4 ul li p span {
    font-family: 'S-CoreDream-6Bold', sans-serif;
    color: #ff6263;
}

.s3_tc8_inner5 {
    width: 100%;
    padding: 135px 0 90px;
    background-image: url(../images/sub6_1_banner2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.s3_tc8_inner5 .center {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 50px 0;
}

.s3_tc8_inner5_title {
    font-size: 52px;
    color: #fff;
    font-family: 'S-CoreDream-6Bold', sans-serif;
}

.s3_tc8_inner5_content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 75px;
}

.s3_tc8_inner5_con {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 25px 0;
}

.s3_tc8_inner5_txt1 {
    text-align: center;
    font-size: 32px;
    color: #fff;
    line-height: 52px;
    font-family: 'S-CoreDream-6Bold', sans-serif;
}

.s3_tc8_inner5_txt1 p {
    font-size: 42px;
    line-height: 58px;
    font-family: 'S-CoreDream-7ExtraBold', sans-serif;
}

.s3_tc8_inner5_txt1 p span.t_yellow {
    color: #fffcb0;
}

.s3_tc8_inner5_txt1 p span.t_coral {
    color: #ff6263;
}

.s3_tc8_inner5_txt2 {
    border: 3px solid #d7d7d7;
    border-radius: 30px;
    padding: 25px 80px;
    text-align: center;
    font-size: 19px;
    line-height: 28px;
    color: #fff;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

.s3_tc8_inner5_txt2 span {
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s3_tc8_inner6 {
    width: 100%;
    padding: 115px 0 90px;
    background-color: #fbe4e5
}

.s3_tc8_inner6 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.s3_tc8_inner6 ul li {
    width: 47.5%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px 0;
    padding: 70px 45px 25px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 30px;
}

.s3_tc8_inner6 ul li:first-child {
    border: 1px solid #ff6263;
}

.s3_tc8_inner6 ul li:last-child {
    border: 1px solid #5687fe;
}

.s3_tc8_inner6 ul li span {
    position: absolute;
    width: 450px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    font-family: 'S-CoreDream-7ExtraBold', sans-serif;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.s3_tc8_inner6 ul li:first-child span {
    background-color: #ff6263;
}

.s3_tc8_inner6 ul li:last-child span {
    background-color: #5687fe;
}

.s3_tc8_inner6_img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.s3_tc8_inner6_img img {
    width: 100%;
}

.s3_tc8_inner6 ul li > p {
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.sub3_section6 {
    width: 100%;
}

.sub3_section6 ul.s3_ul4 li:nth-child(2) .faq_title {
    align-items: baseline;
}

.sub3_section6 ul.s3_ul4 li:nth-child(2) .faq_title p {
    line-height: 30px;
}

/* // 가슴재수술 추가 컨텐츠 css (필러제거) */











































/* mobile */
@media screen and (max-width: 767px) {

    /* sub3 - 가슴재수술 */
    .sub3_section1 {
        background-image: url(../m_images/m_sub3_banner1.jpg);
    }

    .sub3_red_text {
        font-size: 14px;
    }

    .sub3_section2 {
        padding: 50px 0;
    }

    .s3_sec2_title1 {
        font-size: 18px;
    }

    .s3_sec2_title1 img {
        width: 40px;
        margin-left: 5px;
    }

    .s3_sec2_title2 {
        font-size: 20px;
        margin-top: 10px;
    }

    .s3_sec2_title3 {
        font-size: 14px;
        align-items: center;
        flex-direction: column;
        background-color: transparent;
        margin-bottom: 15px;
    }

    .s3_sec2_title3 > span {
        font-size: 16px;
        margin-left: 0;
        background-color: #fff;
        padding: 0 20px;
    }

    .sub3_section2 .s2_6_sec2_contain {
        padding: 30px 15px 25px;
        box-sizing: border-box;
        border-radius: 20px;
        margin-top: 30px;
    }

    .sub3_section2 .s2_6_sec2_text2 {
        margin-top: 20px;
    }

    .sub3_section2 .s2_6_sec2_text2 > span strong {
        font-size: 14px;
        line-height: 20px;
    }

    .sub3_section3 {
        padding: 50px 0;
    }

    ul.s3_ul1 {
        display: block;
    }

    ul.s3_ul1 li {
        width: 100%;
        padding: 35px 30px 20px;
    }

    ul.s3_ul1 li:last-child {
        margin-top: 30px;
    }

    ul.s3_ul1 li p {
        height: auto;
        padding: 5px 20px;
        font-size: 14px;
        top: -15px;
    }

    ul.s3_ul1 li img {
        width: 100%;
    }

    ul.s3_ul1 li:first-child img {
        width: 50%;
        display: block;
        margin: 0 auto;
    }

    .s3_ul1_text {
        margin-top: 10px;
    }

    .s3_ul1_text span {
        font-size: 12px;
        line-height: 18px;
        padding: 0 10px;
        box-sizing: border-box;
        word-break: keep-all;
    }

    .sub3_section4 {
        padding: 50px 0;
    }

    .s3_contain {
        margin-top: 30px;
        flex-direction: column;
    }

    .s3_sec4_img {
        width: 100%;
        text-align: center;
    }

    .s3_sec4_img img {
        width: 60%;
    }

    .s3_sec4_text {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        margin-top: 15px;
    }

    .s3_sec4_video {
        margin-top: 30px;
        justify-content: space-between;
    }

    .s3_sec4_video video {
        width: 48%;
        margin-right: 0;
    }

    .sub3_section5 {
        padding: 50px 0;
    }

    ul.s3_ul2 {
        display: inline-block;
        margin-top: 30px;
    }

    ul.s3_ul2 li {
        width: 32%;
        height: 50px;
        float: left;
        margin-right: 2%;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 17px;
        text-align: center;
        padding: 5px;
        box-sizing: border-box;
        margin-left: 0;
        word-break: keep-all;
        font-family: 'Pretendard-Medium', sans-serif;
    }

    ul.s3_ul2 li:nth-child(3) {
        margin-right: 0;
    }

    ul.s3_ul2 li:nth-child(4) {
        margin-left: 18%;
    }

    ul.s3_ul3 {
        display: inline-block;
        margin-top: 20px;
    }

    ul.s3_ul3 li {
        width: 50%;
        height: 155px;
        float: left;
        margin-bottom: 30px;
    }

    ul.s3_ul3 li:last-child {
        margin-left: 25%;
        margin-bottom: 0;
    }

    ul.s3_ul3 li img {
        width: 130px;
    }

    ul.s3_ul3 li p {
        font-size: 14px;
        margin-top: 10px;
    }

    ul.s3_ul3 i {
        display: none;
    }

    .s3_sec5_text {
        margin-top: 30px;
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
    }

    .s3_sec5_text br {
        display: none;
    }

    .s3_sec5_text span {
        font-size: 12px;
        margin-top: 10px;
    }

    .faq_con br.m_none {
        display: none;
    }

    .sub3_section7 .s2_1_sec5_8_slide {
        width: 100%;
    }

    .sub3_section7 .s2_1_sec5_8_slidebox {
        margin: 0 5px;
    }

    /* .sub3_section7 .s2_1_sec5_8_slidebox span {
        font-size: 10px;
        margin-top: 15px;
        line-height: 15px;
    } */

    .sub3_section8 {
        padding: 50px 0 0;
    }

    .sub3_section {
        width: 100%;
        padding-top: 0px;
    }

    .sub3_tab {
        position: relative;
    }

    .sub3_tab .row_scroll {
        bottom: auto;
        top: 35px;
        left: auto;
        right: 5%;
        z-index: 999;
    }

    .sub3_tab .center {
        overflow: scroll;
    }

    .sub3_tab ul {
        width: max-content;
        height: 40px;
    }

    .sub3_tab ul li {
        width: auto;
    }

    .sub3_tab ul li a {
        width: auto;
        padding: 0 15px;
        font-size: 14px;
    }

    .sub3_tab ul li a img {
        display: none;
    }

    .s3_tc1_inner1 {
        padding: 50px 0;
    }

    .s3_tc_in1 > span {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .s3_tc_in1 > p {
        font-size: 16px;
        margin-top: 10px;
    }

    .s3_tc_in1 > img {
        width: 100%;
        margin-top: 30px;
    }

    ul.s3_tc_in2 {
        margin: 30px auto 0;
    }

    ul.s3_tc_in2 > li {
        margin-bottom: 20px;
        display: block;
    }

    .s3_tc_in2_text {
        width: auto;
        height: auto;
        padding: 5px 15px;
        border: 2px solid #ff8969;
        font-size: 12px;
    }

    .s3_tc_in2_shape {
        display: none;
    }

    ul.s3_tc_in2 > li ul {
        margin-left: 0;
        margin-top: 10px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    ul.s3_tc_in2 > li ul li {
        font-size: 11px;
        line-height: 18px;
        margin-bottom: 5px;
        word-break: keep-all;
    }

    ul.s3_tc_in2 > li ul li br {
        display: none;
    }

    ul.s3_tc_in3 {
        justify-content: space-between;
        margin-top: 30px;
    }

    ul.s3_tc_in3 li {
        width: 48%;
    }

    ul.s3_tc_in3 li img {
        width: 100%;
    }

    ul.s3_tc_in3 li > span {
        width: auto;
        height: auto;
        font-size: 12px;
        padding: 3px 10px;
        margin-bottom: 5px;
    }

    ul.s3_tc_in3 > i {
        font-size: 20px;
        margin: 10% 5px 0;
    }

    .s3_more_btn a {
        padding: 10px 20px;
        border-radius: 10px;
        height: auto;
    }

    .s3_more_btn a p {
        margin-right: 20px;
        font-size: 12px;
    }

    .s3_more_btn a p span {
        font-size: 14px;
    }

    .s3_tc1_inner2 {
        padding: 50px 0;
    }

    .s3_tc1_inner2 p {
        font-size: 20px;
    }

    .s3_tc1_inner2 img {
        width: 100%;
        margin-top: 30px;
        content: url(../m_images/sub3_01_img2.png);
    }

    .s3_tc1_inner3 {
        padding: 50px 0;
    }

    .s3_tc1_inner3 p {
        font-size: 20px;
    }

    .s3_tc1_inner3 ul {
        margin-top: 30px;
        display: block;
    }

    .s3_tc1_inner3 ul li {
        width: 100%;
        height: auto;
        border-radius: 15px;
        padding: 15px 20px 15px 10px;
        flex-direction: row;
        margin-bottom: 10px;
    }

    .s3_tc1_inner3 ul li:last-child {
        margin-bottom: 0;
    }

    .s3_tc1_inner3 ul li p {
        width: 20%;
        padding: 5px 0;
        border-bottom: 0;
        border-right: 1px dashed rgba(51, 17, 15, 0.3);
        font-size: 14px;
        box-sizing: border-box;
    }

    .s3_tc1_inner3 ul li span {
        font-size: 12px;
        line-height: 18px;
    }

    .s3_tc1_inner3 ul li span br {
        display: none;
    }

    .s3_tc1_inner3 ul li > img {
        width: 13px;
    }

    .s3_tc1_inner4 {
        padding: 50px 0;
    }

    .inner_title span {
        width: 25px;
        height: 25px;
        font-size: 25px;
        padding-right: 5px;
    }

    .inner_title p {
        font-size: 16px;
        margin-left: 10px;
    }

    .s3_tc1_inner4 ul {
        display: block;
        margin-top: 30px;
    }

    .s3_tc1_inner4 ul li {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        background-color: #fff;
    }

    .s3_tc2_thumb {
        width: 40%;
        height: auto;
    }

    .s3_tc1_inner4 ul li p {
        width: 60%;
        padding: 0;
        font-size: 12px;
        line-height: 18px;
    }

    .s3_tc1_inner5 {
        padding: 50px 0;
    }

    .s3_tc1_inner5 ul {
        margin: 25px auto 0;
    }

    .s3_tc1_inner5 ul li {
        align-items: baseline;
        margin-bottom: 10px;
    }

    .s3_tc1_inner5 ul li img {
        width: 10px;
    }

    .s3_tc1_inner5 ul li p {
        font-size: 12px;
        line-height: 18px;
        margin-left: 10px;
        word-break: keep-all;
    }

    .s3_tc1_inner6 {
        padding: 50px 0;
    }

    .s3_tc1_inner6 ul {
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 25px;
    }

    .s3_tc1_inner6 ul li {
        width: 48%;
    }

    .s3_tc1_inner6 ul li img {
        width: 100%;
    }

    .s3_tc1_inner6 ul li:first-child {
        margin-right: 0;
    }

    .s3_tc1_inner6 ul li p {
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
    }

    .s3_tc1_inner6 ul li p br {
        display: none;
    }

    .s3_tc1_inner7 {
        padding: 50px 0 40px;
    }

    .s3_tc1_inner7_box {
        margin-top: 35px;
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    .s3_tc1_inner7_box > img {
        display: none;
    }

    .m_show {
        display: block;
        position: absolute;
        width: 3px;
        height: 100%;
        background: linear-gradient(to bottom, #ffefe5, #fe7852);
        top: 0;
        left: 73px;
        z-index: -1;
    }

    ul.s3_tc1_in7_ul1 {
        width: 80px;
        display: block;
        margin-bottom: 0;
        padding: 0;
    }

    ul.s3_tc1_in7_ul1 li {
        width: 100%;
        font-size: 14px;
        padding: 30px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    ul.s3_tc1_in7_ul1 li span {
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50px;
        border: 3px solid #ff4d4e;
        box-sizing: border-box;
        background-color: #fff;
    }

    ul.s3_tc1_in7_ul2 {
        width: calc(100% - 95px);
        flex-direction: column;
        margin-top: 0;
        padding: 25px 0 30px;
    }

    ul.s3_tc1_in7_ul2 li {
        font-size: 11px;
        line-height: 16px;
        word-break: keep-all;
        text-align: left;
    }

    ul.s3_tc1_in7_ul2 li br {
        display: none;
    }

    ul.s3_tc1_in7_ul2 img {
        width: 10px;
        transform: rotate(90deg);
        margin: 0 auto;
    }

    .s3_tc1_inner8 {
        padding: 50px 0;
    }

    .s3_tc1_inner8 ul {
        margin: 25px auto 0;
    }

    .s3_tc1_inner8 ul li {
        margin-bottom: 30px;
        align-items: flex-start;
        justify-content: space-between;
    }

    .s3_tc1_inner8 ul li img {
        width: 20%;
    }

    .s3_tc1_inner8 ul li p {
        width: 75%;
        font-size: 12px;
        line-height: 18px;
        margin-left: 0;
        word-break: keep-all;
    }

    .s3_tc1_inner8 ul li p br {
        display: none;
    }

    .s3_tc1_inner8 ul li p span {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .s3_tc3_in1 {
        width: 100%;
        border-radius: 15px;
        padding: 20px 15px 15px;
        font-size: 12px;
        line-height: 18px;
        margin: 40px auto 0;
        word-break: keep-all;
    }

    .s3_tc3_in1 br {
        display: none;
    }

    .s3_tc3_in1 p {
        width: max-content;
        font-size: 14px;
        top: -10px;
    }

    .s3_tc3_in1 p span {
        width: 3px;
        height: 3px;
        margin: 0 10px;
    }

    ul.s3_tc3_in2 {
        width: 100%;
        margin: 30px auto 0;
    }

    ul.s3_tc3_in2 li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px;
    }

    ul.s3_tc3_in2 li:last-child {
        width: 100%;
        margin: 0;
    }

    ul.s3_tc3_in2 li p {
        height: 40px;
        font-size: 12px;
        line-height: 18px;
        padding: 0 5px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        word-break: keep-all;
    }

    .s3_tc3_in3 {
        width: 100%;
        padding: 20px;
        border: 4px solid rgba(225, 225, 225, 0.5);
        margin: 40px auto 0;
        flex-direction: column;
    }

    .s3_tc3_in3 img {
        width: 60%;
    }

    .s3_tc3_in3 p {
        margin-top: 15px;
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
        text-align: center;
    }

    .s3_tc3_in3 p br {
        display: none;
    }

    .s3_tc4_in1 {
        width: 100%;
        margin: 50px auto 0;
    }

    .s3_tc4_in1 p {
        font-size: 10px;
    }

    .s3_tc4_in1 ul li:first-child {
        width: 35%;
    }

    .s3_tc4_in1 ul li:last-child {
        width: 62%;
    }

    .s3_tc4_in1 ul li img {
        width: 100%;
    }

    .s3_tc4_in1 ul li span {
        width: auto;
        height: auto;
        padding: 3px 10px;
        font-size: 12px;
        margin-top: 15px;
    }

    .s3_tc4_in2 {
        width: 100%;
        margin-top: 50px;
        border: 2px solid #ff4d4e;
        padding: 20px;
        box-sizing: border-box;
        justify-content: space-between;
    }

    .s3_tc4_in2 img {
        width: 20%;
    }

    .s3_tc4_in2 p {
        width: 75%;
        padding: 0;
        font-size: 12px;
        line-height: 18px;
        margin-left: 0;
        border: 0;
        text-align: left;
        word-break: keep-all;
    }

    .s3_tc4_in2 p br {
        display: none;
    }

    .ul_txt {
        width: 100%;
        padding: 10px 0;
        font-size: 12px;
    }

    .s3_tc7_in7 {
        font-size: 16px;
        margin-top: 15px;
    }

    .s3_tc7_in7 p {
        margin: 0 10px;
    }

    .s3_tc7_in7 p img.s3_text_point1 {
        width: 20px;
        top: -10px;
        left: -10px;
    }

    .s3_tc7_in7 p img.s3_text_point2 {
        width: 75px;
        left: -5px;
    }

    .s3_tc7_inner2 {
        padding: 40px 0;
    }

    .s3_tc7_inner2 ul {
        display: block;
    }

    .s3_tc7_inner2 ul li {
        width: 100%;
        border-radius: 20px;
        padding: 20px;
    }

    .s3_tc7_inner2 ul li:first-child {
        margin-bottom: 15px;
    }

    .s3_tc7_ul_title {
        padding-bottom: 15px;
    }

    .s3_tc7_ul_title > img {
        width: 20px;
        margin: 0 10px;
    }

    p.under_txt {
        font-size: 14px;
    }

    p.color_txt {
        font-size: 16px;
    }

    .s3_tc7_inner2 ul li > p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 15px;
    }

    .s3_tc7_inner2_txt {
        padding-top: 30px;
    }

    .s3_tc7_inner2_txt i {
        font-size: 20px;
    }

    .s3_tc7_inner2_txt p {
        font-size: 12px;
        line-height: 17px;
        margin-top: 5px;
        word-break: keep-all;
    }

    .s3_tc7_inner2_txt p strong {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 10px;
        word-break: keep-all;
    }

    .s3_tc7_inner2_txt p strong br {
        display: none;
    }

    .s3_tc7_inner2_txt p strong span {
        padding: 0px 3px;
    }

    .s3_tc7_in {
        background-color: #fff;
    }

    .s3_tc7_in p strong {
        font-size: 12px;
        line-height: 16px;
    }

    .s3_tc7_inner3 {
        margin-top: 30px;
    }

    .s3_tc7_inner3 .s3_tc7_in1 img {
        width: 100%;
    }

    .s3_tc7_in2 {
        margin-top: 40px;
    }

    .bloom_text {
        height: 50px;
    }

    .bloom_text > span {
        font-size: 20px;
        bottom: -20px;
    }

    .bloom_text p {
        font-size: 12px;
    }

    .bloom_text p span {
        font-size: 30px;
        margin-right: 10px;
    }

    .s3_tc7_in2 > p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 30px;
        word-break: keep-all;
    }

    .s3_tc7_in2 > p br {
        display: none;
    }

    .s3_tc7_in2 ul.s3_tc_in3 {
        align-items: flex-start;
    }

    .s3_tc7_in2 ul.s3_tc_in3 p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 15px;
    }

    .s3_tc7_in2 ul.s3_tc_in3 p span {
        display: block;
    }

    .s3_tc7_in2 ul.s3_tc_in3 i {
        font-size: 20px;
        margin: 10% 5px 0;
    }

    .s3_tc7_in3 {
        width: 100%;
        margin: 30px auto 0;
        padding: 20px 15px;
        box-sizing: border-box;
        border: 3px solid rgba(225, 225, 225, 0.5);
        border-radius: 20px;
    }

    .s3_tc7_in3 ul li {
        margin-bottom: 10px;
        align-items: baseline;
    }

    .s3_tc7_in3 ul li img {
        width: 10px;
    }

    .s3_tc7_in3 ul li p {
        font-size: 12px;
        line-height: 18px;
        margin-left: 10px;
        word-break: keep-all;
    }

    .sub3_section6 {
        padding: 50px 0;
    }

    .s3_title {
        font-size: 20px;
        margin-bottom: 65px;
    }

    .sub3_section6 .s3_title img {
        width: 60px;
        margin-left: 10px;
        margin-top: -10px;
    }

    ul.s3_ul4 {
        margin-top: 30px;
    }

    ul.s3_ul4 li {
        margin-bottom: 15px;
    }

    .faq_title {
        padding: 10px 15px;
        align-items: baseline;
    }

    .q {
        width: 40px;
        font-size: 16px;
    }

    .faq_title p {
        width: calc(100% - 40px);
        font-size: 14px;
        line-height: 20px;
        margin-left: 0;
    }

    .faq_con {
        padding: 20px 15px;
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
    }

    /* // sub3 - 가슴재수술 */


    /* 가슴재수술 추가 컨텐츠 css (필러제거) */
    .s3_tc8_inner2_txt {
        width: 100%;
        border: 2px solid #ff6263;
        border-radius: 20px;
        padding: 15px;
        font-size: 12px;
        line-height: 20px;
        box-sizing: border-box;
        word-break: keep-all;
    }

    .s3_tc8_inner2_txt br {
        display: none;
    }

    .s3_tc8_inner2_txt span {
        font-size: 14px;
    }

    .s3_tc8_inner2 ul.s3_tc_in3 > i {
        margin: -5% 5px 0;
    }

    .s3_tc8_inner2 ul.s3_tc_in3 li p {
        margin-top: 10px;
        font-size: 12px;
    }

    .s3_tc8_inner3 ul {
        flex-direction: column;
        align-items: center;
        gap: 15px 0;
    }

    .s3_tc8_inner3 ul li {
        width: 310px;
        border-radius: 20px;
    }

    .s3_tc8_inner3_img {
        height: 200px;
    }

    .s3_tc8_inner3 ul li span {
        width: 30px;
        height: 30px;
        font-size: 10px;
        top: 185px;
    }

    .s3_tc8_inner3 ul li p {
        padding: 30px 5px 15px;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 20px;
        word-break: keep-all;
    }

    .s3_tc8_inner4 {
        margin-top: 50px;
        padding: 40px 0;
    }

    .s3_tc8_inner4:after {
        font-size: 40px;
        bottom: -20px;
    }

    .s3_tc8_inner4 .center {
        gap: 30px 0;
    }

    .s3_tc8_inner4_title {
        gap: 10px 0;
        width: 100%;
    }

    .s3_tc8_inner4_title p {
        font-size: 16px;
    }

    .s3_tc8_inner4_title span {
        width: 100%;
        text-align: center;
        font-size: 12px;
        padding: 10px 0;
    }

    .s3_tc8_inner4 ul li {
        width: 130px;
        height: 130px;
        padding: 15px;
        box-sizing: border-box;
    }

    .s3_tc8_inner4 ul li:nth-child(2),
    .s3_tc8_inner4 ul li:nth-child(3) {
        margin-left: -18px;
    }

    .s3_tc8_inner4 ul li p {
        width: 100%;
        font-size: 10px;
        line-height: 16px;
        word-break: keep-all;
    }

    .s3_tc8_inner4 ul li p br {
        display: none;
    }

    .s3_tc8_inner5 {
        padding: 60px 0 40px;
    }

    .s3_tc8_inner5 .center {
        gap: 30px 0;
    }

    .s3_tc8_inner5_title {
        font-size: 16px;
    }

    .s3_tc8_inner5_content {
        width: 100%;
        flex-direction: column;
        gap: 30px 0;
    }

    .s3_tc8_inner5_content > img {
        width: 50%;
    }

    .s3_tc8_inner5_con {
        width: 100%;
        gap: 15px 0;
    }

    .s3_tc8_inner5_con > img {
        width: 15px;
    }

    .s3_tc8_inner5_txt1 {
        font-size: 12px;
        line-height: 20px;
    }

    .s3_tc8_inner5_txt1 p {
        font-size: 14px;
        line-height: 22px;
    }

    .s3_tc8_inner5_txt2 {
        width: 100%;
        border: 2px solid #d7d7d7;
        border-radius: 20px;
        padding: 15px;
        font-size: 13px;
        line-height: 20px;
        box-sizing: border-box;
        word-break: keep-all;
    }

    .s3_tc8_inner5_txt2 br {
        display: none;
    }

    .s3_tc8_inner6 {
        padding: 60px 0 40px;
    }

    .s3_tc8_inner6 ul {
        flex-direction: column;
        gap: 40px 0;
    }

    .s3_tc8_inner6 ul li {
        width: 100%;
        gap: 10px 0;
        padding: 40px 15px 15px;
        border-radius: 20px;
    }

    .s3_tc8_inner6 ul li span {
        width: max-content;
        height: auto;
        padding: 10px 20px;
        text-align: center;
        font-size: 14px;
        top: -20px;
    }

    .s3_tc8_inner6 ul li > p {
        font-size: 12px;
    }

    .sub3_section6 ul.s3_ul4 li:nth-child(2) .faq_title p {
        line-height: 22px;
        word-break: keep-all;
    }

    /* // 가슴재수술 추가 컨텐츠 css (필러제거) */

}








































/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    /* sub3 - 가슴재수술 */
    .sub3_section1 {
        background-image: url(../m_images/m_sub3_banner1.jpg);
    }

    .sub3_red_text {
        font-size: 14px;
    }

    .sub3_section2 {
        padding: 50px 0;
    }

    .s3_sec2_title1 {
        font-size: 18px;
    }

    .s3_sec2_title1 img {
        width: 40px;
        margin-left: 5px;
    }

    .s3_sec2_title2 {
        font-size: 20px;
        margin-top: 10px;
    }

    .sub3_section2 .s2_6_sec2_img {
        width: 25%;
    }

    .s3_sec2_title3 {
        font-size: 14px;
        align-items: flex-end;
        background-color: transparent;
        margin-bottom: 15px;
    }

    .s3_sec2_title3 > span {
        font-size: 16px;
        margin-left: 0;
        background-color: #fff;
        padding: 0 10px;
    }

    .sub3_section2 .s2_6_sec2_contain {
        padding: 20px 15px 15px;
        box-sizing: border-box;
        border-radius: 20px;
        margin-top: 30px;
        justify-content: space-between;
    }

    .sub3_section2 .s2_6_sec2_text2 {
        width: 73%;
        margin-top: 0;
    }

    .sub3_section2 .s2_6_sec2_text2 > span strong {
        font-size: 14px;
        line-height: 20px;
    }

    .sub3_section3 {
        padding: 50px 0;
    }

    ul.s3_ul1 {
        align-items: flex-start;
    }

    ul.s3_ul1 li {
        padding: 35px 30px 20px;
    }

    ul.s3_ul1 li:first-child {
        width: 36%;
    }

    ul.s3_ul1 li:last-child {
        width: 60%;
    }

    ul.s3_ul1 li p {
        height: auto;
        padding: 5px 20px;
        font-size: 14px;
        top: -15px;
    }

    ul.s3_ul1 li img {
        width: 100%;
    }

    .s3_ul1_text {
        margin-top: 10px;
    }

    .s3_ul1_text span {
        font-size: 12px;
        line-height: 18px;
        padding: 0 10px;
        box-sizing: border-box;
        word-break: keep-all;
    }

    .sub3_section4 {
        padding: 50px 0;
    }

    .s3_contain {
        margin-top: 30px;
    }

    .s3_sec4_img {
        width: 35%;
        text-align: center;
    }

    .s3_sec4_img img {
        width: 100%;
    }

    .s3_sec4_text_video {
        width: 55%;
    }

    .s3_sec4_text {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        margin-top: 15px;
    }

    .s3_sec4_video {
        margin-top: 30px;
        justify-content: space-between;
    }

    .s3_sec4_video video {
        width: 48%;
        margin-right: 0;
    }

    .sub3_section5 {
        padding: 50px 0;
    }

    .sub3_section5 .center {
        width: 90%;
    }

    ul.s3_ul2 {
        margin-top: 30px;
    }

    ul.s3_ul2 li {
        width: 130px;
        height: 50px;
        font-size: 13px;
        line-height: 19px;
        text-align: center;
        padding: 5px;
        margin-left: -15px;
    }

    ul.s3_ul3 {
        margin-top: 30px;
    }

    ul.s3_ul3 li {
        width: 18%;
    }

    ul.s3_ul3 li img {
        width: 90%;
    }

    ul.s3_ul3 i {
        font-size: 20px;
        margin-top: 50px;
    }

    ul.s3_ul3 li p {
        font-size: 14px;
        margin-top: 20px;
    }

    .s3_sec5_text {
        margin-top: 30px;
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
    }

    .s3_sec5_text span {
        font-size: 12px;
        margin-top: 10px;
    }

    .faq_con br.m_none {
        display: none;
    }

    .sub3_section7 .s2_1_sec5_8_slide {
        width: 100%;
    }

    .sub3_section7 .s2_1_sec5_8_slidebox {
        margin: 0 5px;
    }

    /* .sub3_section7 .s2_1_sec5_8_slidebox span {
        font-size: 10px;
        margin-top: 15px;
        line-height: 15px;
    } */

    .sub3_section8 {
        padding: 50px 0 0;
    }

    .sub3_section {
        width: 100%;
        padding-top: 65px;
    }

    .sub3_tab {
        position: relative;
    }

    .sub3_tab .row_scroll {
        bottom: auto;
        top: -50px;
        left: auto;
        right: 10%;
        display: flex;
    }

    .sub3_tab .center {
        overflow: scroll;
    }

    .sub3_tab ul {
        width: max-content;
        height: 40px;
    }

    .sub3_tab ul li {
        width: auto;
    }

    .sub3_tab ul li a {
        width: auto;
        padding: 0 15px;
        font-size: 14px;
    }

    .sub3_tab ul li a img {
        display: none;
    }

    .s3_tc1_inner1 {
        padding: 50px 0;
    }

    .s3_tc_in1 > span {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .s3_tc_in1 > p {
        font-size: 16px;
        margin-top: 10px;
    }

    .s3_tc_in1 > img {
        width: 50%;
        margin-top: 30px;
    }

    ul.s3_tc_in2 {
        margin: 30px auto 0;
    }

    ul.s3_tc_in2 > li {
        margin-bottom: 20px;
        display: block;
    }

    .s3_tc_in2_text {
        width: auto;
        height: auto;
        padding: 5px 15px;
        border: 2px solid #ff8969;
        font-size: 12px;
    }

    .s3_tc_in2_shape {
        display: none;
    }

    ul.s3_tc_in2 > li ul {
        margin-left: 0;
        margin-top: 10px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    ul.s3_tc_in2 > li ul li {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 5px;
        word-break: keep-all;
    }

    ul.s3_tc_in2 > li ul li br {
        display: none;
    }

    ul.s3_tc_in3 {
        justify-content: space-between;
        margin-top: 30px;
    }

    ul.s3_tc_in3 li {
        width: 48%;
    }

    ul.s3_tc_in3 li img {
        width: 100%;
    }

    ul.s3_tc_in3 li > span {
        width: auto;
        height: auto;
        font-size: 12px;
        padding: 3px 10px;
        margin-bottom: 5px;
    }

    ul.s3_tc_in3 > i {
        font-size: 20px;
        margin: 10% 5px 0;
    }

    .s3_more_btn a {
        padding: 10px 20px;
        border-radius: 10px;
        height: auto;
    }

    .s3_more_btn a p {
        margin-right: 20px;
        font-size: 12px;
    }

    .s3_more_btn a p span {
        font-size: 14px;
    }

    .s3_tc1_inner2 {
        padding: 50px 0;
    }

    .s3_tc1_inner2 p {
        font-size: 20px;
    }

    .s3_tc1_inner2 img {
        width: 70%;
        margin-top: 30px;
    }

    .s3_tc1_inner3 {
        padding: 50px 0;
    }

    .s3_tc1_inner3 p {
        font-size: 20px;
    }

    .s3_tc1_inner3 ul {
        margin-top: 30px;
    }

    .s3_tc1_inner3 ul li {
        height: auto;
        border-radius: 15px;
        padding: 15px 10px;
        box-sizing: border-box;
    }

    .s3_tc1_inner3 ul li p {
        padding: 5px 0;
        font-size: 14px;
        box-sizing: border-box;
    }

    .s3_tc1_inner3 ul li span {
        font-size: 12px;
        line-height: 18px;
        margin: 10px 0;
    }

    .s3_tc1_inner3 ul li span br {
        display: none;
    }

    .s3_tc1_inner3 ul li > img {
        width: 13px;
    }

    .s3_tc1_inner4 {
        padding: 50px 0;
    }

    .s3_tc1_inner4 .center {
        width: 90%;
    }

    .inner_title span {
        width: 25px;
        height: 25px;
        font-size: 25px;
        padding-right: 5px;
    }

    .inner_title p {
        font-size: 16px;
        margin-left: 10px;
    }

    .s3_tc1_inner4 ul {
        margin-top: 30px;
    }

    .s3_tc1_inner4 ul li {
        background-color: #fff;
    }

    .s3_tc1_inner4 ul li p {
        padding: 15px 5px;
        box-sizing: border-box;
        font-size: 12px;
        line-height: 18px;
    }

    .s3_tc1_inner5 {
        padding: 50px 0;
    }

    .s3_tc1_inner5 ul {
        margin: 25px auto 0;
    }

    .s3_tc1_inner5 ul li {
        align-items: baseline;
        margin-bottom: 10px;
    }

    .s3_tc1_inner5 ul li img {
        width: 10px;
    }

    .s3_tc1_inner5 ul li p {
        font-size: 12px;
        line-height: 18px;
        margin-left: 10px;
        word-break: keep-all;
    }

    .s3_tc1_inner6 {
        padding: 50px 0;
    }

    .s3_tc1_inner6 ul {
        align-items: flex-start;
        margin-top: 25px;
    }

    .s3_tc1_inner6 ul li {
        width: 40%;
    }

    .s3_tc1_inner6 ul li img {
        width: 70%;
    }

    .s3_tc1_inner6 ul li:first-child {
        margin-right: 30px;
    }

    .s3_tc1_inner6 ul li p {
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
    }

    .s3_tc1_inner6 ul li p br {
        display: none;
    }

    .s3_tc1_inner7 {
        padding: 50px 0 40px;
    }

    .s3_tc1_inner7_box {
        margin-top: 35px;
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    .s3_tc1_inner7_box > img {
        display: none;
    }

    .m_show {
        display: block;
        position: absolute;
        width: 3px;
        height: 100%;
        background: linear-gradient(to bottom, #ffefe5, #fe7852);
        top: 0;
        left: 144px;
        z-index: -1;
    }

    ul.s3_tc1_in7_ul1 {
        width: 150px;
        display: block;
        margin-bottom: 0;
        padding: 0;
    }

    ul.s3_tc1_in7_ul1 li {
        width: 100%;
        font-size: 16px;
        padding: 30px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    ul.s3_tc1_in7_ul1 li span {
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50px;
        border: 3px solid #ff4d4e;
        box-sizing: border-box;
        background-color: #fff;
    }

    ul.s3_tc1_in7_ul2 {
        width: calc(100% - 180px);
        flex-direction: column;
        margin-top: 0;
        padding: 30px 0 35px;
    }

    ul.s3_tc1_in7_ul2 li {
        font-size: 11px;
        line-height: 16px;
        word-break: keep-all;
        text-align: left;
    }

    ul.s3_tc1_in7_ul2 li br {
        display: none;
    }

    ul.s3_tc1_in7_ul2 img {
        width: 10px;
        transform: rotate(90deg);
        margin: 0 auto;
    }

    .s3_tc1_inner8 {
        padding: 50px 0;
    }

    .s3_tc1_inner8 ul {
        width: 80%;
        margin: 25px auto 0;
    }

    .s3_tc1_inner8 ul li {
        margin-bottom: 30px;
        align-items: center;
        justify-content: space-between;
    }

    .s3_tc1_inner8 ul li img {
        width: 20%;
    }

    .s3_tc1_inner8 ul li p {
        width: 75%;
        font-size: 12px;
        line-height: 18px;
        margin-left: 0;
        word-break: keep-all;
    }

    .s3_tc1_inner8 ul li p br {
        display: none;
    }

    .s3_tc1_inner8 ul li p span {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .s3_tc3_in1 {
        width: 100%;
        border-radius: 15px;
        padding: 20px 15px 15px;
        font-size: 12px;
        line-height: 18px;
        margin: 40px auto 0;
        word-break: keep-all;
    }

    .s3_tc3_in1 br {
        display: none;
    }

    .s3_tc3_in1 p {
        width: max-content;
        font-size: 14px;
        top: -10px;
    }

    .s3_tc3_in1 p span {
        width: 3px;
        height: 3px;
        margin: 0 10px;
    }

    ul.s3_tc3_in2 {
        width: 100%;
        margin: 30px auto 0;
    }

    ul.s3_tc3_in2 li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px;
    }

    ul.s3_tc3_in2 li:last-child {
        width: 100%;
        margin: 0;
    }

    ul.s3_tc3_in2 li p {
        height: 40px;
        font-size: 12px;
        line-height: 18px;
        padding: 0 5px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        word-break: keep-all;
    }

    .s3_tc3_in3 {
        width: 100%;
        padding: 20px 40px;
        border: 4px solid rgba(225, 225, 225, 0.5);
        margin: 40px auto 0;
    }

    .s3_tc3_in3 img {
        width: 35%;
    }

    .s3_tc3_in3 p {
        width: 60%;
        margin-top: 15px;
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
    }

    .s3_tc3_in3 p br {
        display: none;
    }

    .s3_tc4_in1 {
        width: 100%;
        margin: 50px auto 0;
    }

    .s3_tc4_in1 p {
        font-size: 10px;
    }

    .s3_tc4_in1 ul li:first-child {
        width: 35%;
    }

    .s3_tc4_in1 ul li:last-child {
        width: 62%;
    }

    .s3_tc4_in1 ul li img {
        width: 100%;
    }

    .s3_tc4_in1 ul li span {
        width: auto;
        height: auto;
        padding: 3px 10px;
        font-size: 12px;
        margin-top: 15px;
    }

    .s3_tc4_in2 {
        width: 100%;
        margin-top: 50px;
        border: 2px solid #ff4d4e;
        padding: 20px;
        box-sizing: border-box;
        justify-content: space-between;
    }

    .s3_tc4_in2 img {
        width: 20%;
    }

    .s3_tc4_in2 p {
        width: 75%;
        padding: 0;
        font-size: 12px;
        line-height: 18px;
        margin-left: 0;
        border: 0;
        text-align: left;
        word-break: keep-all;
    }

    .s3_tc4_in2 p br {
        display: none;
    }

    .ul_txt {
        width: 100%;
        padding: 10px 0;
        font-size: 12px;
    }

    .s3_tc7_in7 {
        font-size: 16px;
        margin-top: 15px;
    }

    .s3_tc7_in7 p {
        margin: 0 10px;
    }

    .s3_tc7_in7 p img.s3_text_point1 {
        width: 20px;
        top: -10px;
        left: -10px;
    }

    .s3_tc7_in7 p img.s3_text_point2 {
        width: 75px;
        left: -5px;
    }

    #sub3_section6 .s3_tc_in1 > img {
        width: 100%;
    }

    .s3_tc7_inner2 {
        padding: 40px 0;
    }

    .s3_tc7_inner2 ul li {
        border-radius: 20px;
        padding: 20px;
    }

    .s3_tc7_ul_title {
        padding-bottom: 15px;
    }

    .s3_tc7_ul_title > img {
        width: 20px;
        margin: 0 10px;
    }

    p.under_txt {
        font-size: 14px;
    }

    p.color_txt {
        font-size: 16px;
    }

    .s3_tc7_inner2 ul li > p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 15px;
    }

    .s3_tc7_inner2_txt {
        padding-top: 30px;
    }

    .s3_tc7_inner2_txt i {
        font-size: 20px;
    }

    .s3_tc7_inner2_txt p {
        font-size: 14px;
        margin-top: 10px;
    }

    .s3_tc7_inner2_txt p strong {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .s3_tc7_inner2_txt p strong span {
        padding: 0px 3px;
    }

    .s3_tc7_in {
        background-color: #fff;
    }

    .s3_tc7_in p strong {
        font-size: 12px;
        line-height: 16px;
    }

    .s3_tc7_inner3 {
        margin-top: 30px;
    }

    .s3_tc7_inner3 .s3_tc7_in1 img {
        width: 100%;
    }

    .s3_tc7_in2 {
        margin-top: 40px;
    }

    .bloom_text {
        height: 50px;
    }

    .bloom_text > span {
        font-size: 20px;
        bottom: -20px;
    }

    .bloom_text p {
        font-size: 12px;
    }

    .bloom_text p span {
        font-size: 30px;
        margin-right: 10px;
    }

    .s3_tc7_in2 > p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 30px;
        word-break: keep-all;
    }

    .s3_tc7_in2 ul.s3_tc_in3 {
        align-items: flex-start;
    }

    .s3_tc7_in2 ul.s3_tc_in3 p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 15px;
    }

    .s3_tc7_in2 ul.s3_tc_in3 p span {
        display: block;
    }

    .s3_tc7_in2 ul.s3_tc_in3 i {
        font-size: 20px;
        margin: 10% 5px 0;
    }

    .s3_tc7_in3 {
        width: 100%;
        margin: 30px auto 0;
        padding: 20px 15px;
        box-sizing: border-box;
        border: 3px solid rgba(225, 225, 225, 0.5);
        border-radius: 20px;
    }

    .s3_tc7_in3 ul li {
        margin-bottom: 10px;
        align-items: baseline;
    }

    .s3_tc7_in3 ul li img {
        width: 10px;
    }

    .s3_tc7_in3 ul li p {
        font-size: 12px;
        line-height: 18px;
        margin-left: 10px;
        word-break: keep-all;
    }

    .sub3_section6 {
        padding: 50px 0;
    }

    .s3_title {
        font-size: 20px;
    }

    .sub3_section6 .s3_title img {
        width: 60px;
        margin-left: 10px;
        margin-top: -10px;
    }

    ul.s3_ul4 {
        margin-top: 30px;
    }

    ul.s3_ul4 li {
        margin-bottom: 15px;
    }

    .faq_title {
        padding: 10px 15px;
        align-items: baseline;
    }

    .q {
        width: 40px;
        font-size: 16px;
    }

    .faq_title p {
        width: calc(100% - 40px);
        font-size: 14px;
        line-height: 20px;
        margin-left: 0;
    }

    .faq_con {
        padding: 20px 15px;
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
    }

    /* // sub3 - 가슴재수술 */


    /* 가슴재수술 추가 컨텐츠 css (필러제거) */
    .s3_tc8_inner2_txt {
        border: 2px solid #ff6263;
        border-radius: 20px;
        padding: 15px 60px;
        font-size: 14px;
        line-height: 22px;
    }

    .s3_tc8_inner2_txt span {
        font-size: 16px;
    }

    .s3_tc8_inner2 ul.s3_tc_in3 > i {
        margin: -10% 5px 0;
    }

    .s3_tc8_inner2 ul.s3_tc_in3 li p {
        margin-top: 15px;
        font-size: 14px;
    }

    .s3_tc8_inner3 ul li {
        width: 32%;
        border-radius: 20px;
    }

    .s3_tc8_inner3_img {
        height: 130px;
    }

    .s3_tc8_inner3 ul li span {
        width: 40px;
        height: 40px;
        font-size: 14px;
        top: 110px;
    }

    .s3_tc8_inner3 ul li p {
        padding: 30px 0 20px;
        font-size: 14px;
        line-height: 22px;
    }

    .s3_tc8_inner4 {
        margin-top: 80px;
        padding: 50px 0;
    }

    .s3_tc8_inner4:after {
        font-size: 40px;
        bottom: -25px;
    }

    .s3_tc8_inner4 .center {
        gap: 40px 0;
    }

    .s3_tc8_inner4_title {
        gap: 10px 0;
    }

    .s3_tc8_inner4_title p {
        font-size: 16px;
    }

    .s3_tc8_inner4_title span {
        font-size: 14px;
        padding: 8px 30px;
    }

    .s3_tc8_inner4 ul li {
        width: 230px;
        height: 230px;
    }

    .s3_tc8_inner4 ul li:nth-child(2),
    .s3_tc8_inner4 ul li:nth-child(3) {
        margin-left: -30px;
    }

    .s3_tc8_inner4 ul li p {
        font-size: 16px;
        line-height: 25px;
    }

    .s3_tc8_inner5 {
        padding: 70px 0 50px;
    }

    .s3_tc8_inner5 .center {
        gap: 30px 0;
    }

    .s3_tc8_inner5_title {
        font-size: 16px;
    }

    .s3_tc8_inner5_content {
        justify-content: space-between;
        gap: 0;
    }

    .s3_tc8_inner5_content > img {
        width: 40%;
    }

    .s3_tc8_inner5_con {
        width: 55%;
        gap: 15px 0;
    }

    .s3_tc8_inner5_txt1 {
        font-size: 12px;
        line-height: 20px;
    }

    .s3_tc8_inner5_txt1 p {
        font-size: 14px;
        line-height: 22px;
    }

    .s3_tc8_inner5_txt2 {
        width: 100%;
        box-sizing: border-box;
        border: 2px solid #d7d7d7;
        border-radius: 20px;
        padding: 15px 20px;
        font-size: 14px;
        line-height: 22px;
        word-break: keep-all;
    }

    .s3_tc8_inner5_txt2 br {
        display: none;
    }

    .s3_tc8_inner6 {
        padding: 70px 0 50px;
    }

    .s3_tc8_inner6 ul li {
        gap: 15px 0;
        padding: 45px 25px 15px;
        border-radius: 20px;
    }

    .s3_tc8_inner6 ul li span {
        width: 90%;
        height: 40px;
        font-size: 14px;
        top: -20px;
    }

    .s3_tc8_inner6 ul li > p {
        font-size: 14px;
    }

    .sub3_section6 ul.s3_ul4 li:nth-child(2) .faq_title p {
        line-height: 22px;
    }

    /* // 가슴재수술 추가 컨텐츠 css (필러제거) */

}
