/* sub6 - 유방검진센터 */
.sub6_section1 {
    height: 500px;
    background-image: url(../images/sub6_banner1.jpg);
}

.sub6_section1 .center {
    justify-content: center;
}

.sub6_section1 h1 {
    font-size: 80px;
    color: #fff;
    margin-top: 0;
}

.sub6_section1 .s2_1_sec1_textbox2 {
    margin-top: 15px;
}

.sub6_section1 .s2_1_sec1_textbox2 p {
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
}

.sub6_section2 {
    width: 100%;
    padding: 85px 0;
}

.sub6_section2 .center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub6_section2 .center>p {
    font-size: 45px;
    color: #111;
    font-family: 'GmarketSansMedium', sans-serif;
}

.sub6_section2 ul {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

ul.s6_sec2_ul1 {
    margin-top: 60px;
    justify-content: space-between;
}

ul.s6_sec2_ul2 {
    margin-top: 70px;
    justify-content: center;
}

.sub6_section2 ul>img {
    margin-top: 110px;
}

ul.s6_sec2_ul1>img:last-child {
    display: none;
}

ul.s6_sec2_ul2>img {
    margin: 110px 100px 0;
}

.sub6_section2 ul li {
    width: 27%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub6_section2 ul li p {
    font-size: 18px;
    text-align: center;
    color: #222;
    line-height: 26px;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 30px;
}

.sub6_section2 ul li p span {
    font-size: 30px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    display: block;
    margin-bottom: 25px;
}

.sub6_section3 {
    width: 100%;
    padding: 85px 0;
    background-image: url(../images/sub6_banner2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub6_section3 .center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub6_section3 .center>p {
    font-size: 45px;
    color: #111;
    font-family: 'GmarketSansMedium', sans-serif;
}

.s6_sec3_contain {
    width: 100%;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s6_sec3_title {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 2px 2px 15px rgba(0, 64, 80, 0.2);
}

.s6_sec3_title>p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s6_sec3_title>p span {
    width: max-content;
    display: block;
    position: absolute;
    font-size: 21px;
    color: #fff;
    font-family: 'GmarketSansBold', sans-serif;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -5px;
}

.s6_sec3_title>span {
    padding: 0 40px 0 20px;
    display: block;
    font-size: 20px;
    color: #111;
    font-family: 'S-CoreDream-4Regular', sans-serif;
}

.s6_sec3_contain ul {
    display: flex;
    margin-top: 120px;
}

.s6_sec3_contain ul li {
    width: 540px;
    border-radius: 30px;
    box-shadow: 3px 3px 20px rgba(0, 64, 80, 0.2);
}

.s6_sec3_contain ul li:first-child {
    margin-right: 50px;
}

.s6_sec3_contain ul li>p {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background-color: #2897b2;
    font-size: 35px;
    color: #fff;
    font-family: 'GmarketSansBold', sans-serif;
    border-radius: 30px 30px 0 0;
}

.s6_sec3_contain ul li>p span {
    display: block;
    position: absolute;
    left: 50%;
    top: -65px;
    transform: translateX(-50%);
    font-size: 80px;
    color: #2897b2;
}

.s6_sec3_contain ul li>span {
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 35px 0 40px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    border-radius: 0 0 30px 30px;
}

.s6_sec3_contain2 {
    margin-top: 120px;
}

.s6_sec3_contain2 ul li>p {
    background-color: #47b8be;
}

.s6_sec3_contain2 ul li>p span {
    color: #47b8be;
}

.s6_sec3_contain3 {
    text-align: center;
    margin-top: 85px;
    font-size: 22px;
    line-height: 35px;
    font-family: 'GmarketSansMedium', sans-serif;
}

.s6_sec3_contain3 span {
    color: #419ea3;
    font-family: 'GmarketSansBold', sans-serif;
    background-image: linear-gradient(transparent 50%, #dee9ed 50%);
}

/* // sub6 - 유방검진센터 */


/* sub6_1 - 유방검진클리닉 */
.sub6_1_section1 {
    height: 500px;
    background-image: url(../images/sub6_1_banner1.jpg);
}

.sub6_1_section1 .center {
    justify-content: center;
}

.s6_1_sec1_text {
    font-size: 28px;
    color: #fff;
    font-family: 'GmarketSansMedium', sans-serif;
    background-image: linear-gradient(transparent 40%, #629aff 60%);
    line-height: 1;
}

.s6_1_sec1_text span {
    font-family: 'GmarketSansBold', sans-serif;
}

.sub6_1_section1 h1 {
    font-size: 80px;
    color: #fff;
    margin-top: 10px;
}

.sub6_1_section1 .s2_1_sec1_textbox2 p {
    font-size: 20px;
    color: #fff;
}

.sub6_1_section2 {
    width: 100%;
    padding: 70px 0 80px;
    background-color: #f5fbff;
}

.sub6_1_section2 .center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub6_1_section2 .center>p {
    font-size: 45px;
    color: #111;
    font-family: 'GmarketSansMedium', sans-serif;
}

.s6_1_sec2_contain1 {
    width: 100%;
    margin-top: 55px;
}

.s6_1_sec2_contain1 ul {
    width: 100%;
    display: flex;
}

.s6_1_sec2_contain1 ul li {
    width: 28%;
    padding: 15px 0;
    position: relative;
}

.s6_1_sec2_contain1 ul li:first-child {
    background-color: #7ce3f6;
}

.s6_1_sec2_contain1 ul li:first-child>span {
    color: #7ce3f6;
}

.s6_1_sec2_contain1 ul li:nth-child(2) {
    background-color: #3e9fe4;
}

.s6_1_sec2_contain1 ul li:nth-child(2)>span {
    color: #3e9fe4;
}

.s6_1_sec2_contain1 ul li:last-child {
    width: 44%;
    background-color: #184a8f;
}

.s6_1_sec2_contain1 ul li>p {
    font-size: 14px;
    color: #fff;
    font-family: 'GmarketSansMedium', sans-serif;
    font-weight: bold;
    text-align: center;
}

.s6_1_sec2_contain1 ul li>p span {
    display: block;
    font-size: 28px;
    font-weight: normal;
}

.s6_1_sec2_contain1 ul li>span {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 35px;
}

.s6_1_sec2_contain1>img {
    display: block;
    margin: 45px auto 0;
}

.s6_1_sec2_contain2 {
    padding: 50px 80px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 5px 5px rgba(0, 27, 64, 0.13);
    display: flex;
    align-items: flex-start;
    margin-top: 60px;
}

.s6_1_sec2_contain2 p {
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    font-family: 'GmarketSansMedium', sans-serif;
    margin: 0 60px;
}

.s6_1_sec2_contain2 p span {
    color: #2568ef;
    font-family: 'GmarketSansBold', sans-serif;
    background-image: linear-gradient(transparent 55%, #baff9c 45%);
}

.sub6_1_section3 {
    width: 100%;
    padding: 70px 0 70px;
}

.s6_1_sec3_title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s6_1_sec3_title span {
    height: 50px;
    background-color: #38a7ff;
    padding: 0 35px;
    display: flex;
    align-items: center;
    font-size: 25px;
    color: #fff;
    font-family: 'GmarketSansBold', sans-serif;
    border-radius: 50px;
    text-transform: uppercase;
}

.s6_1_sec3_title p {
    font-size: 45px;
    color: #111;
    font-family: 'GmarketSansMedium', sans-serif;
    font-weight: bold;
    margin-top: 25px;
}

.s6_1_sec3_con {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.s6_1_sec3_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.s6_1_sec3_con ul {
    width: 710px;
    display: inline-block;
}

.s6_1_sec3_con ul li {
    float: left;
    width: 195px;
    height: 195px;
    border-radius: 200px;
    background-color: #eceff6;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #111;
    text-align: center;
    line-height: 32px;
    font-family: 'Pretendard-Bold', sans-serif;
    margin-right: 60px;
}

.s6_1_sec3_con ul li:nth-child(3),
.s6_1_sec3_con ul li:last-child {
    margin-right: 0;
}

.s6_1_sec3_con ul li:nth-child(4),
.s6_1_sec3_con ul li:last-child {
    margin-top: 30px;
}

.s6_1_sec3_con ul li:nth-child(4) {
    margin-left: 140px;
}

.s6_1_sec3_con ul li span {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #629aff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #fff;
    font-family: 'GmarketSansBold', sans-serif;
    top: 0;
    left: -15px;
}

.sub6_1_section4 {
    width: 100%;
    background-color: #f8f8f8;
    padding: 90px 0;
}

.sub6_1_section4 ul {
    width: 100%;
}

.sub6_1_section4 ul>img {
    margin: 30px auto;
    display: block;
}

.sub6_1_section4 ul li {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
}

.s6_1_sec4_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.s6_1_sec4_text {
    padding-left: 65px;
}

.s6_1_sec4_text p {
    display: flex;
    align-items: center;
    font-size: 30px;
    color: #222;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s6_1_sec4_text p span {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background-color: #629aff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    font-family: 'GmarketSansBold', sans-serif;
    margin-right: 15px;
}

.s6_1_sec4_text>span {
    font-size: 18px;
    line-height: 26px;
    color: #222;
    font-family: 'Pretendard-Regular', sans-serif;
    display: block;
    margin-top: 15px;
}

.sub6_1_section5 {
    width: 100%;
    padding: 85px 0 90px;
    background-image: url(../images/sub6_1_banner2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub6_1_section5 .s6_1_sec3_title p {
    color: #fff;
}

.s6_1_sec5_contain {
    width: 100%;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s6_1_sec5_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.s6_1_sec5_text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 50px;
}

.s6_1_sec5_text p {
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-family: 'S-CoreDream-4Regular', sans-serif;
}

.s6_1_sec5_text p span {
    color: #baff9c;
    font-family: 'S-CoreDream-6Bold', sans-serif;
    border-bottom: 1px solid #baff9c;
}

.sub6_1_section6 {
    width: 100%;
    padding: 65px 0;
    background-color: rgba(200, 231, 251, 0.5);
}

.sub6_1_section6 .center {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s6_1_sec6_contain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 30px;
}

.s6_1_sec6_title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s6_1_sec6_title span {
    font-size: 26px;
    color: #fff;
    font-family: 'GmarketSansMedium', sans-serif;
    padding: 5px 40px;
    border-radius: 50px;
    background-color: #2c62c4;
}

.s6_1_sec6_title p {
    font-size: 66px;
    color: #629aff;
    font-family: 'GmarketSansBold', sans-serif;
    background-image: linear-gradient(transparent 45%, #baff9c 55%);
    line-height: 1;
    padding: 0 7px;
    margin-top: 20px;
}

.s6_1_sec6_contain ul {
    width: 800px;
    display: inline-block;
    margin-top: 20px;
}

.s6_1_sec6_contain ul li {
    float: left;
    border-bottom: 1px dashed #959595;
    padding: 15px 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.s6_1_sec6_contain ul li:nth-child(1),
.s6_1_sec6_contain ul li:nth-child(3),
.s6_1_sec6_contain ul li:nth-child(5) {
    width: 55%;
}

.s6_1_sec6_contain ul li:nth-child(2),
.s6_1_sec6_contain ul li:nth-child(4),
.s6_1_sec6_contain ul li:nth-child(6) {
    width: 45%;
}

.s6_1_sec6_contain ul li p {
    font-size: 20px;
    color: #111;
    font-family: 'GmarketSansMedium', sans-serif;
    margin-left: 15px;
}

.sub6_1_section7 {
    width: 100%;
    padding: 70px 0;
}

.sub6_1_section7 .center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub6_1_section7 .center>p {
    font-size: 40px;
    color: #111;
    font-family: 'GmarketSansMedium', sans-serif;
    font-weight: bold;
    line-height: 55px;
    text-align: center;
}

.sub6_1_section7 .center>p span {
    color: #2c62c4;
}

.sub6_1_section7 ul {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 60px;
}

.sub6_1_section7 ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s6_1_sec7_img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.s6_1_sec7_img span {
    width: 70px;
    height: 70px;
    background-color: #5eb9ff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    font-family: 'GmarketSansBold', sans-serif;
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
}

.s6_1_sec7_text {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s6_1_sec7_text p {
    text-align: center;
    font-size: 26px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s6_1_sec7_text p span {
    width: 40px;
    height: 1px;
    background-color: #b7b7b7;
    display: block;
    margin: 15px auto 0;
}

.s6_1_sec7_text>span {
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 30px;
}

.s6_1_sec7_text>span strong {
    font-family: 'Pretendard-Bold', sans-serif;
}

.sub6_1_section8 {
    width: 100%;
    padding: 90px 0 100px;
    background-color: #f8f8f8;
}

.sub6_1_section8 .center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s6_1_sec8_titletext {
    font-size: 22px;
    line-height: 32px;
    color: #111;
    text-align: center;
    font-family: 'GmarketSansMedium', sans-serif;
    margin-top: 20px;
}

.s6_1_sec8_titletext span {
    font-size: 17px;
    color: #777;
    display: block;
    margin-top: 5px;
}

.sub6_1_section8 ul {
    display: flex;
    margin-top: 55px;
}

.sub6_1_section8 ul li {
    width: 500px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
}

.sub6_1_section8 ul li:first-child {
    margin-right: 30px;
}

.s6_1_sec8_img {
    width: 100%;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s6_1_sec8_text {
    width: 100%;
    border-top: 1px solid #d7d7d7;
    padding: 40px 0;
    text-align: center;
}

.s6_1_sec8_text p {
    font-size: 28px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s6_1_sec8_text span {
    display: block;
    font-size: 17px;
    text-align: center;
    line-height: 26px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 30px;
}

/* // sub6_1 - 유방검진클리닉 */


/* sub6_2 - 맘모톰클리닉 */
.sub6_2_section1 {
    background-image: url(../images/sub6_2_banner1.jpg);
    height: 500px;
}

.sub6_2_section1 .center {
    justify-content: center;
}

.sub6_2_section1 h1 {
    font-size: 80px;
    color: #fff;
    margin-top: 0;
}

.sub6_2_section1 .s2_1_sec1_textbox2 p {
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.sub6_2_section2 {
    width: 100%;
    padding: 100px 0 80px;
    background-image: url(../images/sub6_2_banner2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub6_2_section2 .center {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.s6_2_sec2_left {
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(2px 2px 15px rgba(0, 0, 0, 0.2));
    margin-right: 70px;
    margin-top: 15px;
    position: relative;
}

.img_innertext {
    width: 300px;
    position: absolute;
    background-color: #fff;
    padding: 20px 20px 25px;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    font-weight: bold;
    line-height: 25px;
    font-size: 16px;
    left: 90px;
}

.img_innertext:nth-of-type(1) {
    top: 100px;
}

.img_innertext:nth-of-type(2) {
    top: 230px;
}

.img_innertext:nth-of-type(3) {
    top: 365px;
}

.img_innertext:nth-of-type(4) {
    top: 500px;
}

.img_innertext i {
    color: #fff;
    position: absolute;
    font-size: 35px;
    top: 5px;
    left: -15px;
}

.s6_2_sec2_right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s6_2_sec2_right>p {
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-family: 'GmarketSansMedium', sans-serif;
}

.s6_2_sec2_right>p span {
    display: block;
    font-size: 50px;
    font-family: 'GmarketSansBold', sans-serif;
}

.s6_2_sec2_right ul {
    margin-top: 100px;
}

.s6_2_sec2_right ul li {
    width: 380px;
    border-radius: 20px;
    position: relative;
    background-color: #fff;
    box-shadow: 3px 3px 15px rgba(0, 64, 80, 0.2);
}

.s6_2_sec2_right ul li:last-child {
    margin-top: 80px;
}

.li_op_t {
    position: absolute;
    font-size: 45px;
    color: rgba(189, 207, 232, 0.3);
    font-family: 'GmarketSansBold', sans-serif;
    top: -43px;
    left: 50%;
    transform: translateX(-50%);
}

.s6_2_sec2_right ul li p {
    padding: 12px 0;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-family: 'GmarketSansBold', sans-serif;
    border-radius: 20px 20px 0 0;
}

.s6_2_sec2_right ul li:first-child p {
    background-color: #80b2fe;
}

.s6_2_sec2_right ul li:first-child p span {
    color: #1e6de7;
}

.s6_2_sec2_right ul li:last-child p {
    background-color: #4775ff;
}

.s6_2_sec2_right ul li:last-child p span {
    color: #f6fe69;
}

.s6_2_sec2_right ul li>span {
    text-align: center;
    display: block;
    padding: 30px 0;
    font-size: 18px;
    line-height: 25px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.sub6_2_section3 {
    width: 100%;
    padding: 90px 0;
}

.sub6_2_section3 .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s6_2_sec3_left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.m_s6_2_sec3_left{
    display: none;
}

.s6_2_sec3_right>p {
    font-size: 20px;
    line-height: 30px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s6_2_sec3_right>p span {
    display: block;
    font-size: 50px;
    font-family: 'GmarketSansBold', sans-serif;
    margin-bottom: 25px;
}

.s6_2_sec3_right ul {
    margin-top: 60px;
}

.s6_2_sec3_right ul li {
    display: flex;
    align-items: center;
}

.s6_2_sec3_right ul li:first-child {
    margin-bottom: 25px;
}

.s6_2_sec3_right ul li>p {
    width: 200px;
    height: 80px;
    border: 3px solid #4775ff;
    box-sizing: border-box;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #111;
    font-family: 'GmarketSansBold', sans-serif;
}

.point_shape {
    display: flex;
    align-items: center;
    margin-left: -10px;
}

.blue_circle {
    width: 15px;
    height: 15px;
    background-color: #4775ff;
    border: 3px solid #fff;
    box-sizing: border-box;
    border-radius: 30px;
}

.point_shape {
    width: 55px;
    height: 1px;
    border-top: 1px dashed #959595;
    box-sizing: border-box;
    margin-bottom: -1px;
}

.txt_box {
    width: 560px;
    padding: 30px 25px;
    border: 1px solid #ccc;
    border-radius: 30px;
    box-sizing: border-box;
}

.txt_box p {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.txt_box p:first-child {
    margin-bottom: 10px;
}

.txt_box p img {
    margin-right: 10px;
}

.sub6_2_section4 {
    width: 100%;
    padding: 90px 0;
    background-image: url(../images/sub6_2_banner3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub6_2_section4>p {
    text-align: center;
    font-size: 50px;
    color: #fff;
    font-family: 'GmarketSansBold', sans-serif;
}

.sub6_2_section4 .center {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s6_2_sec4_left {
    width: 520px;
    height: 300px;
}

.s6_2_sec4_left video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s6_2_sec4_right {
    width: 615px;
}

.s6_2_sec4_right ul {
    width: 100%;
}

.s6_2_sec4_right ul li {
    width: 100%;
    height: 45px;
    background-color: #fff;
    border-radius: 50px 0 0 50px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.s6_2_sec4_right ul li:last-child {
    margin-bottom: 0;
}

.s6_2_sec4_right ul li p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s6_2_sec4_right ul li p span {
    width: max-content;
    display: block;
    font-size: 19px;
    color: #fff;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s6_2_sec4_right ul li>span {
    font-size: 18px;
    color: #111;
    display: block;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    margin-left: 10px;
}

.s6_2_sec4_right>span {
    display: block;
    font-size: 15px;
    color: #1841bd;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    margin-top: 15px;
    text-align: right;
}

.sub6_2_section5 {
    width: 100%;
    padding: 90px 0;
}

.sub6_2_section5 .center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub6_2_section5 .center>p {
    font-size: 28px;
    font-family: 'GmarketSansMedium', sans-serif;
    text-align: center;
}

.sub6_2_section5 .center>p>span {
    font-family: 'GmarketSansBold', sans-serif;
}

.sub6_2_section5 .center strong {
    font-size: 50px;
    font-family: 'GmarketSansBold', sans-serif;
    font-weight: normal;
    letter-spacing: -2px;
}

.sub6_2_section5 .center strong span {
    background-image: linear-gradient(transparent 55%, rgba(246, 254, 105, 0.8) 45%);
    display: inline-block;
    line-height: 1;
}

.sub6_2_section5 img {
    max-width: 100%;
    display: block;
    margin-top: 75px;
}

.sub6_2_section6 {
    width: 100%;
    background-color: #f5f5f5;
    padding: 85px 0;
}

.sub6_2_section6 .center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub6_2_section6 .center>p {
    font-size: 20px;
    line-height: 30px;
    color: #111;
    text-align: center;
    font-family: 'Pretendard-Medium', sans-serif;
}

.sub6_2_section6 .center>p strong {
    font-size: 50px;
    font-family: 'GmarketSansBold', sans-serif;
    font-weight: normal;
    letter-spacing: -2px;
    display: block;
    margin-bottom: 20px;
}

.sub6_2_section6 .center>p strong span {
    background-image: linear-gradient(transparent 55%, rgba(246, 254, 105, 0.8) 45%);
    display: inline-block;
    line-height: 1;
}

.sub6_2_section6 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.sub6_2_section6 ul>i {
    font-size: 50px;
    color: #003471;
    margin: -60px 40px 0;
}

.sub6_2_section6 ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub6_2_section6 ul li p {
    font-size: 30px;
    color: #003471;
    margin-top: 15px;
    font-family: 'GmarketSansMedium', sans-serif;
}

.sub6_2_section7 {
    width: 100%;
    padding: 90px 0;
    background-color: rgba(222, 234, 255, 0.6);
}

.sub6_2_section7 .center>p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #111;
    font-family: 'GmarketSansBold', sans-serif;
}

.sub6_2_section7 .center>p img {
    margin-right: 10px;
}

.s6_2_sec7_box {
    width: 100%;
    background-color: #fff;
    border-radius: 40px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 60px 70px 30px;
    box-sizing: border-box;
    margin-top: 70px;
}

.s6_2_sec7_box>p {
    width: 350px;
    height: 65px;
    background-color: #c581ff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    font-family: 'GmarketSansBold', sans-serif;
    position: absolute;
    top: -32.5px;
    left: 60px;
}

.s6_2_sec7_box ul {
    width: 100%;
}

.s6_2_sec7_box ul li {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-bottom: 25px;
}

.s6_2_sec7_box ul li:last-child {
    margin-bottom: 0;
}

.s6_2_sec7_box ul li>img {
    margin-right: 15px;
}

/* // sub6_2 - 맘모톰클리닉 */


/* sub6_3 - 고주파 온열암치료 */
.sub6_3_section1 {
    background-image: url(../images/sub6_3_banner1.jpg);
    height: 500px;
}

.sub6_3_section1 .center {
    justify-content: center;
}

.sub6_3_section1 h1 {
    font-size: 80px;
    color: #fff;
    margin-top: 0;
}

.sub6_3_section1 .s2_1_sec1_textbox2 p {
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.sub6_3_section2 {
    width: 100%;
    padding: 85px 0;
    background-color: rgba(255, 165, 85, 0.15);
}

.sub6_3_section2 .center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub6_3_section2 .center>p {
    font-size: 26px;
    line-height: 40px;
    color: #111;
    font-family: 'GmarketSansMedium', sans-serif;
    text-align: center;
}

.sub6_3_section2 .center>p strong {
    font-family: 'GmarketSansBold', sans-serif;
    color: #ff5d2c;
}

.sub6_3_section2 .center>p span {
    display: block;
    font-size: 50px;
    font-family: 'GmarketSansBold', sans-serif;
    margin-bottom: 30px;
}

.sub6_3_section2 ul {
    display: flex;
    margin-top: 50px;
}

.sub6_3_section2 ul li {
    width: 265px;
    height: 265px;
    background-color: #fff;
    border: 1px solid #ff5d2c;
    box-sizing: border-box;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -30px;
}

.sub6_3_section2 ul li:first-child {
    margin-left: 0;
}

.sub6_3_section2 ul li p {
    font-size: 24px;
    color: #111;
    line-height: 35px;
    text-align: center;
    font-family: 'S-CoreDream-4Regular', sans-serif;
}

.sub6_3_section2 ul li p span {
    font-family: 'S-CoreDream-6Bold', sans-serif;
    color: #ff5d2c;
}

.sub6_3_section3 {
    width: 100%;
    padding: 95px 0;
}

.s6_3_sec3_big_title {
    text-align: center;
    font-size: 50px;
    color: #111;
    font-family: 'GmarketSansBold', sans-serif;
}

.s6_3_sec3_small_title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #111;
    font-family: 'GmarketSansBold', sans-serif;
    margin-top: 35px;
}

.s6_3_sec3_small_title span {
    width: 43px;
    height: 43px;
    background-color: #ff5d2c;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-right: 15px;
}

.s6_3_sec3_more_txt {
    font-size: 20px;
    line-height: 30px;
    color: #111;
    text-align: center;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-top: 25px;
}

.sub6_3_section3>.center>ul {
    width: 100%;
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
}

.sub6_3_section3>.center>ul>li {
    width: 31%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub6_3_section3>.center>ul>li>p {
    width: 200px;
    height: 80px;
    border: 3px solid #ff5d2c;
    box-sizing: border-box;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #111;
    font-family: 'GmarketSansBold', sans-serif;
}

.point_shape2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: -9px;
}

.red_circle {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    box-sizing: border-box;
    background-color: #ff5d2c;
    border-radius: 30px;
}

.point_shape2 span {
    width: 1px;
    height: 40px;
    border-left: 1px dashed #959595;
    box-sizing: border-box;
}

.inner_ul {
    width: 100%;
    height: 290px;
    border: 2px solid #d7d7d7;
    box-sizing: border-box;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner_ul ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.inner_ul ul li.a_ft {
    align-items: baseline;
}

.inner_ul ul li:last-child {
    margin-bottom: 0;
}

.inner_ul ul li>span {
    width: 6px;
    height: 6px;
    background-color: #959595;
    border-radius: 2px;
    margin-right: 20px;
}

.inner_ul ul li>p {
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.inner_ul ul li>p span {
    display: block;
    font-size: 16px;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-top: 5px;
}

.sub6_3_section4 {
    width: 100%;
    padding: 80px 0 100px;
    background-color: rgba(220, 217, 255, 0.15);
}

.sub6_3_section4 table {
    width: 920px;
    border: 1px solid #d7d7d7;
    border-top: 4px solid #ff5d2c;
    box-sizing: border-box;
    border-collapse: collapse;
    margin: 50px auto 0;
}

.sub6_3_section4 table tr {
    border-bottom: 1px solid #d7d7d7;
}

.sub6_3_section4 table th {
    width: 24%;
    background-color: #f8f8f8;
    text-align: center;
    font-weight: normal;
    font-size: 26px;
    color: #111;
    font-family: 'GmarketSansBold', sans-serif;
    padding: 35px 0;
}

.sub6_3_section4 table th span {
    display: block;
    font-size: 16px;
    font-family: 'GmarketSansMedium', sans-serif;
}

.sub6_3_section4 table td {
    width: 76%;
    background-color: #fff;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 19px;
    line-height: 30px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.sub6_3_section5 {
    width: 100%;
    padding: 90px 0;
}

.s6_3_sec5_con1 {
    width: 100%;
    margin-top: 85px;
    padding-top: 90px;
    border-top: 1px solid #d7d7d7;
}

.s6_3_sec5_con1>p {
    text-align: center;
    font-size: 40px;
    color: #111;
    font-family: 'GmarketSansBold', sans-serif;
}

.s6_3_sec5_con1 ul {
    width: 100%;
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
}

.s6_3_sec5_con1 ul li {
    width: 31%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s6_3_sec5_con1 ul li img {
    width: 100%;
}

.s6_3_sec5_con1 ul li p {
    width: 100%;
    height: 145px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #111;
    line-height: 28px;
    font-family: 'S-CoreDream-3Light', sans-serif;
    font-weight: bold;
    padding-top: 15px;
}

.s6_3_sec5_con1 ul li p span {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: #ff5d2c;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 23px;
    color: #fff;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s6_3_sec5_con2 {
    width: 100%;
    margin-top: 75px;
}

.s6_3_sec5_con2 p {
    text-align: center;
    font-size: 30px;
    color: #111;
    font-family: 'GmarketSansMedium', sans-serif;
}

.s6_3_sec5_con2 p span {
    font-size: 50px;
    font-family: 'GmarketSansBold', sans-serif;
    display: block;
    margin-bottom: 5px;
}

.s6_3_sec5_con2 img {
    max-width: 100%;
    display: block;
    margin: 50px auto 0;
}

.sub6_3_section6 {
    width: 100%;
    padding: 90px 0 60px;
    background-color: #f8f8f8;
}

.sub6_3_section6 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sub6_3_section6 ul li {
    width: 23%;
}

.sub6_3_section6 ul li p {
    position: relative;
    width: 100%;
    height: 130px;
    border-radius: 30px 30px 0 0;
    background-color: #6c6c6c;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
    box-sizing: border-box;
    font-size: 23px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-family: 'S-CoreDream-6Bold', sans-serif;
}

.sub6_3_section6 ul li p span {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 4px solid #fff;
    box-sizing: border-box;
    background-color: #6c6c6c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #fff;
    font-family: 'Pretendard-Bold', sans-serif;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.sub6_3_section6 ul li>span {
    width: 100%;
    height: 150px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 0 0 30px 30px;
    background-color: #fff;
    font-size: 16px;
    line-height: 26px;
    color: #111;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.sub6_3_section7 {
    width: 100%;
    padding: 95px 0;
}

.sub6_3_section7 .center>p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 50px;
    color: #111;
    font-family: 'GmarketSansBold', sans-serif;
}

.sub6_3_section7 .center>p span {
    width: 380px;
    height: 45px;
    font-size: 20px;
    color: #fff;
    font-family: 'GmarketSansMedium', sans-serif;
    border-radius: 50px;
    background-color: #ff802c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.s6_3_sec7_img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.s6_3_sec7_img img {
    max-width: 100%;
}

.s6_3_sec7_con {
    width: 100%;
    margin-top: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s6_3_sec7_small_title {
    width: 690px;
    height: 55px;
    border: 3px solid #9db3ff;
    box-sizing: border-box;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.s6_3_sec7_small_title span {
    width: 160px;
    height: 55px;
    border-radius: 50px;
    background-color: #6e61f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    color: #ffffd2;
    font-family: 'GmarketSansBold', sans-serif;
    margin-left: -3px;
}

.s6_3_sec7_small_title p {
    width: calc(100% - 160px);
    font-size: 24px;
    color: #111;
    font-family: 'GmarketSansMedium', sans-serif;
    text-align: center;
}

.s6_3_sec7_con ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 50px;
}

.s6_3_sec7_con1 ul li:first-child {
    margin-right: 70px;
}

.s6_3_sec7_con ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s6_3_sec7_con ul li p {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-top: 10px;
}

.s6_3_sec7_con1>p {
    width: 460px;
    height: 125px;
    background-color: #fff;
    margin-top: 50px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
    color: #111;
    font-family: 'GmarketSansMedium', sans-serif;
}

.s6_3_sec7_con1>p span {
    font-size: 28px;
    color: #ff802c;
    display: block;
    font-family: 'GmarketSansBold', sans-serif;
    margin-bottom: 3px;
}

.s6_3_sec7_con2 ul>img {
    margin: 150px 15px 0;
}

.sub6_3_section8 {
    width: 100%;
    padding: 85px 0 90px;
    background-color: #fff2e6;
}

.sub6_3_section8 .center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub6_3_section8 .center>p {
    font-size: 40px;
    color: #111;
    font-family: 'GmarketSansMedium', sans-serif;
}

.sub6_3_section8 .center>p span {
    font-family: 'GmarketSansBold', sans-serif;
    color: #ff5d2c;
}

.sub6_3_section8 ul {
    margin-top: 70px;
    display: flex;
    justify-content: center;
}

.sub6_3_section8 ul li {
    width: 220px;
    height: 220px;
    border: 2px dashed #ff5d2c;
    box-sizing: border-box;
    border-radius: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin-right: 65px;
}

.sub6_3_section8 ul li:last-child {
    margin-right: 0;
}

.sub6_3_section8 ul li p {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
    color: #111;
    font-family: 'S-CoreDream-4Regular', sans-serif;
}

.sub6_3_section8 ul li span {
    color: #ff5d2c;
    font-family: 'S-CoreDream-6Bold', sans-serif;
    display: block;
}

.s6_3_sec8_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.s6_3_sec8_btn a {
    width: 335px;
    height: 70px;
    background-color: #ff802c;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    box-sizing: border-box;
}

.s6_3_sec8_btn a p {
    font-size: 24px;
    color: #fff;
    font-family: 'S-CoreDream-3Light', sans-serif;
}

.s6_3_sec8_btn a p span {
    font-family: 'S-CoreDream-6Bold', sans-serif;
}

.s6_3_sec8_btn a i {
    font-size: 35px;
    color: #fff;
}

/* // sub6_3 - 고주파 온열암치료 */






































/* mobile */
@media screen and (max-width: 767px) {

    /* sub6 - 유방검진센터 */
    .sub6_section1 {
        height: auto;
        padding: 40px 0;
    }

    .sub6_section1 h1 {
        font-size: 25px;
        margin: 0;
    }

    .sub6_section1 .s2_1_sec1_textbox {
        margin: 0;
    }

    .sub6_section1 .s2_1_sec1_textbox2 {
        margin-top: 10px;
    }

    .sub6_section1 .s2_1_sec1_textbox2 p {
        font-size: 12px;
        line-height: 18px;
    }

    .sub6_section2 {
        padding: 50px 0;
    }

    .sub6_section2 .center>p {
        font-size: 20px;
    }

    .sub6_section2 ul {
        flex-direction: column;
    }

    ul.s6_sec2_ul1 {
        margin-top: 30px;
    }

    ul.s6_sec2_ul2 {
        margin-top: 0;
    }

    .sub6_section2 ul>img {
        width: 15px;
        margin: 20px auto;
        transform: rotate(90deg);
    }

    ul.s6_sec2_ul2>img {
        margin: 20px auto;
    }

    ul.s6_sec2_ul1>img:last-child {
        display: block;
    }

    .sub6_section2 ul li {
        width: 100%;
    }

    .sub6_section2 ul li img {
        width: 40%;
    }

    .sub6_section2 ul li p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 20px;
    }

    .sub6_section2 ul li p span {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .sub6_section3 {
        padding: 40px 0;
    }

    .sub6_section3 .center>p {
        font-size: 20px;
    }

    .s6_sec3_contain {
        margin-top: 25px;
    }

    .s6_sec3_title>p {
        width: 90px;
    }

    .s6_sec3_title>p img {
        width: 100%;
    }

    .s6_sec3_title>p span {
        font-size: 12px;
        margin-left: 0;
    }

    .s6_sec3_title>span {
        padding: 0 15px 0 5px;
        font-size: 14px;
    }

    .s6_sec3_contain ul {
        margin-top: 40px;
        justify-content: space-between;
    }

    .s6_sec3_contain ul li {
        width: 49%;
        border-radius: 15px;
        background-color: #fff;
    }

    .s6_sec3_contain ul li:first-child {
        margin-right: 0;
    }

    .s6_sec3_contain ul li>p {
        padding: 15px 0 10px;
        font-size: 14px;
        border-radius: 15px 15px 0 0;
    }

    .s6_sec3_contain ul li>p span {
        top: -20px;
        font-size: 25px;
    }

    .s6_sec3_contain ul li>span {
        padding: 10px;
        box-sizing: border-box;
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
    }

    .s6_sec3_contain ul li>span br {
        display: none;
    }

    .s6_sec3_contain2 {
        margin-top: 50px;
    }

    .s6_sec3_contain3 {
        margin-top: 30px;
        font-size: 12px;
        line-height: 18px;
    }

    /* // sub6 - 유방검진센터 */


    /* sub6_1 - 유방검진클리닉 */
    .sub6_1_section1 {
        height: auto;
        padding: 40px 0;
    }

    .sub6_1_section1 .s2_1_sec1_textbox {
        margin: 0;
    }

    .s6_1_sec1_text {
        font-size: 12px;
    }

    .sub6_1_section1 h1 {
        font-size: 25px;
        margin-top: 10px;
    }

    .sub6_1_section1 .s2_1_sec1_textbox2 {
        margin-top: 5px;
    }

    .sub6_1_section1 .s2_1_sec1_textbox2 p {
        font-size: 12px;
    }

    .sub6_1_section2 {
        padding: 40px 0;
    }

    .sub6_1_section2 .center>p {
        font-size: 20px;
    }

    .s6_1_sec2_contain1 {
        margin-top: 25px;
    }

    .s6_1_sec2_contain1 ul li {
        padding: 10px 0;
        width: 25%;
    }

    .s6_1_sec2_contain1 ul li:nth-child(2) {
        width: 38%;
    }

    .s6_1_sec2_contain1 ul li:last-child {
        width: 37%;
    }

    .s6_1_sec2_contain1 ul li>p {
        font-size: 10px;
    }

    .s6_1_sec2_contain1 ul li>p span {
        font-size: 12px;
    }

    .s6_1_sec2_contain1 ul li>span {
        right: -10px;
        font-size: 14px;
    }

    .s6_1_sec2_contain1>img {
        width: 100%;
        margin: 15px auto 0;
        content: url(../m_images/sub6_1_img1.png);
    }

    .s6_1_sec2_contain2 {
        width: 100%;
        padding: 15px 20px;
        border-radius: 15px;
        margin-top: 30px;
        box-sizing: border-box;
        justify-content: space-between;
    }

    .s6_1_sec2_contain2 p {
        font-size: 12px;
        line-height: 18px;
        margin: 0;
        word-break: keep-all;
    }

    .s6_1_sec2_contain2 p span {
        display: inline-block;
    }

    .s6_1_sec2_contain2 img {
        width: 20px;
    }

    .sub6_1_section3 {
        padding: 50px 0;
    }

    .s6_1_sec3_title span {
        height: auto;
        padding: 5px 15px;
        font-size: 14px;
    }

    .s6_1_sec3_title p {
        font-size: 18px;
        margin-top: 15px;
    }

    .s6_1_sec3_con{
        align-items: flex-end;
    }

    .s6_1_sec3_img {
        width: 43%;
    }

    .s6_1_sec3_img img{
        width: 100%;
    }

    .s6_1_sec3_con ul {
        width: 50%;
    }

    .s6_1_sec3_con ul li {
        width: 100%;
        height: 30px;
        font-size: 12px;
        line-height: 18px;
        margin: 0 0 15px 0;
        padding-left: 15px;
        box-sizing: border-box;
    }

    .s6_1_sec3_con ul li:nth-child(4){
        margin: 0 0 15px 0;
    }

    .s6_1_sec3_con ul li:last-child {
        margin: 0;
    }

    .s6_1_sec3_con ul li br{
        display: none;
    }

    .s6_1_sec3_con ul li span {
        width: 30px;
        height: 30px;
        font-size: 10px;
        left: 0;
    }

    .sub6_1_section4 {
        padding: 50px 0;
    }

    .sub6_1_section4 ul>img {
        width: 20px;
        margin: 20px auto;
    }

    .sub6_1_section4 ul li {
        display: block;
    }

    .s6_1_sec4_img {
        width: 100%;
    }

    .s6_1_sec4_img img {
        width: 100%;
    }

    .s6_1_sec4_text {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .s6_1_sec4_text p {
        font-size: 14px;
    }

    .s6_1_sec4_text p span {
        width: 24px;
        height: 24px;
        font-size: 10px;
        margin-right: 5px;
    }

    .s6_1_sec4_text>span {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .s6_1_sec4_text>span br {
        display: none;
    }

    .sub6_1_section5 {
        padding: 50px 0 30px;
    }

    .s6_1_sec5_contain {
        margin-top: 30px;
        align-items: flex-start;
    }

    .s6_1_sec5_img {
        width: calc(100% - 220px);
    }

    .s6_1_sec5_img img{
        width: 100%;
    }

    .s6_1_sec5_text {
        width: 220px;
        margin-left: 0;
    }

    .s6_1_sec5_text img {
        width: 100%;
    }

    .s6_1_sec5_text p {
        font-size: 10px;
        line-height: 16px;
    }

    .sub6_1_section6 {
        padding: 40px 0;
    }

    .sub6_1_section6 .center>img {
        width: 325px;
        content: url(../m_images/m_sub6_1_img10.png);
    }

    .s6_1_sec6_contain {
        width: max-content;
        margin-top: 20px;
    }

    .s6_1_sec6_title span {
        font-size: 13px;
        padding: 3px 15px;
    }

    .s6_1_sec6_title p {
        font-size: 20px;
        padding: 0 5px;
        margin-top: 10px;
    }

    .s6_1_sec6_contain ul {
        width: 100%;
        margin: 20px auto 0;
        display: block;
    }

    .s6_1_sec6_contain ul li {
        width: 100%;
        float: inherit;
        padding: 8px 15px;
    }

    .s6_1_sec6_contain ul li:nth-child(1),
    .s6_1_sec6_contain ul li:nth-child(3),
    .s6_1_sec6_contain ul li:nth-child(5) {
        width: 100%;
    }

    .s6_1_sec6_contain ul li:nth-child(2),
    .s6_1_sec6_contain ul li:nth-child(4),
    .s6_1_sec6_contain ul li:nth-child(6) {
        width: 100%;
    }

    .s6_1_sec6_contain ul li p {
        font-size: 11px;
        margin-left: 10px;
    }

    .s6_1_sec6_contain ul li img {
        width: 15px;
    }

    .sub6_1_section7 {
        padding: 50px 0;
    }

    .sub6_1_section7 .center>p {
        font-size: 18px;
        line-height: 28px;
    }

    .sub6_1_section7 ul {
        flex-direction: column;
        margin-top: 30px;
    }

    .sub6_1_section7 ul li {
        width: 100%;
        margin-bottom: 30px;
    }

    .sub6_1_section7 ul li:last-child {
        margin-bottom: 0;
    }

    .s6_1_sec7_img {
        width: 100%;
    }

    .s6_1_sec7_img img {
        width: 50%;
    }

    .s6_1_sec7_img span {
        width: 40px;
        height: 40px;
        font-size: 14px;
        bottom: -20px;
    }

    .s6_1_sec7_text {
        width: 100%;
        margin-top: 35px;
    }

    .s6_1_sec7_text p {
        font-size: 15px;
    }

    .s6_1_sec7_text p span {
        width: 20px;
        margin: 10px auto 0;
    }

    .s6_1_sec7_text>span {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
    }

    .sub6_1_section8 {
        padding: 50px 0;
    }

    .s6_1_sec8_titletext {
        font-size: 13px;
        line-height: 19px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .s6_1_sec8_titletext br {
        display: none;
    }

    .s6_1_sec8_titletext span {
        font-size: 10px;
        margin-top: 5px;
        word-break: keep-all;
    }

    .sub6_1_section8 ul {
        display: block;
        margin-top: 30px;
    }

    .sub6_1_section8 ul li {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .sub6_1_section8 ul li:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .s6_1_sec8_img {
        width: 30%;
        height: auto;
        padding: 20px 15px;
        box-sizing: border-box;
        border-right: 1px solid #d7d7d7;
    }

    .s6_1_sec8_img img {
        width: 100%;
    }

    .s6_1_sec8_text {
        width: 70%;
        border-top: 0;
        padding: 15px;
        box-sizing: border-box;
        text-align: left;
    }

    .s6_1_sec8_text p {
        font-size: 14px;
    }

    .s6_1_sec8_text span {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
        text-align: left;
        word-break: keep-all;
    }

    .s6_1_sec8_text span br {
        display: none;
    }

    /* // sub6_1 - 유방검진클리닉 */


    /* sub6_2 - 맘모톰클리닉 */
    .sub6_2_section1 {
        height: auto;
        padding: 40px 0;
    }

    .sub6_2_section1 .s2_1_sec1_textbox {
        margin: 0;
    }

    .sub6_2_section1 h1 {
        font-size: 25px;
        margin: 0;
    }

    .sub6_2_section1 .s2_1_sec1_textbox2 {
        margin-top: 5px;
    }

    .sub6_2_section1 .s2_1_sec1_textbox2 p {
        font-size: 12px;
    }

    .sub6_2_section2 {
        padding: 40px 0 50px;
    }

    .sub6_2_section2 .center {
        flex-direction: column;
    }

    .s6_2_sec2_left {
        width: 320px;
        margin: 0 auto;
    }

    .s6_2_sec2_left>img {
        width: 100%;
    }

    .img_innertext {
        width: 70%;
        padding: 10px;
        line-height: 18px;
        font-size: 12px;
        left: 65px;
    }

    .img_innertext:nth-of-type(1) {
        top: 70px;
    }

    .img_innertext:nth-of-type(2) {
        top: 160px;
    }

    .img_innertext:nth-of-type(3) {
        top: 250px;
    }

    .img_innertext:nth-of-type(4) {
        top: 340px;
    }

    .img_innertext i {
        font-size: 25px;
        left: -10px;
    }

    .s6_2_sec2_right {
        width: 100%;
        margin-top: 40px;
    }

    .s6_2_sec2_right>p {
        font-size: 14px;
    }

    .s6_2_sec2_right>p span {
        font-size: 20px;
    }

    .s6_2_sec2_right ul {
        width: 100%;
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
    }

    .s6_2_sec2_right ul li {
        width: 49%;
        border-radius: 15px;
    }

    .s6_2_sec2_right ul li:last-child {
        margin-top: 0;
    }

    .li_op_t {
        font-size: 25px;
        top: -25px;
    }

    .s6_2_sec2_right ul li p {
        padding: 7px 0;
        font-size: 12px;
        border-radius: 15px 15px 0 0;
    }

    .s6_2_sec2_right ul li>span {
        padding: 10px 0;
        font-size: 12px;
        line-height: 18px;
    }

    .sub6_2_section3 {
        padding: 50px 0;
    }

    .sub6_2_section3 .center {
        display: block;
    }

    .s6_2_sec3_left {
        display: none;
    }

    .m_s6_2_sec3_left{
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 25px;
    }

    .m_s6_2_sec3_left img {
        width: 35%;
    }

    .s6_2_sec3_right {
        width: 100%;
    }

    .s6_2_sec3_right>p {
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
    }

    .s6_2_sec3_right>p span {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .s6_2_sec3_right ul {
        width: 100%;
        margin-top: 20px;
    }

    .s6_2_sec3_right ul li:first-child {
        margin-bottom: 15px;
    }

    .s6_2_sec3_right ul li>p {
        width: 80px;
        height: 30px;
        border: 2px solid #4775ff;
        font-size: 14px;
        padding-top: 3px;
        box-sizing: border-box;
    }

    .point_shape {
        margin-left: -6px;
    }

    .blue_circle {
        width: 10px;
        height: 10px;
        border: 2px solid #fff;
    }

    .point_shape {
        width: 30px;
        margin-bottom: -1px;
    }

    .txt_box {
        width: calc(100% - 110px);
        padding: 15px 10px;
        border-radius: 10px;
    }

    .txt_box p {
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
        align-items: baseline;
    }

    .txt_box p:first-child {
        margin-bottom: 5px;
    }

    .txt_box p img {
        width: 10px;
        margin-right: 5px;
    }

    .sub6_2_section4 {
        padding: 50px 0;
    }

    .sub6_2_section4>p {
        font-size: 20px;
    }

    .sub6_2_section4 .center {
        margin-top: 25px;
        display: block;
    }

    .s6_2_sec4_left {
        width: 100%;
        height: 200px;
    }

    .s6_2_sec4_right {
        width: 100%;
    }

    .s6_2_sec4_right ul {
        margin-top: 20px;
    }

    .s6_2_sec4_right ul li {
        height: auto;
        margin-bottom: 10px;
    }

    .s6_2_sec4_right ul li p {
        width: 70px;
    }

    .s6_2_sec4_right ul li p img {
        width: 100%;
    }

    .s6_2_sec4_right ul li p span {
        font-size: 11px;
    }

    .s6_2_sec4_right ul li>span {
        font-size: 10px;
        margin-left: 3px;
    }

    .s6_2_sec4_right>span {
        font-size: 10px;
        margin-top: 10px;
    }

    .sub6_2_section5 {
        padding: 50px 0;
    }

    .sub6_2_section5 .center>p {
        font-size: 14px;
    }

    .sub6_2_section5 .center strong {
        font-size: 20px;
    }

    .sub6_2_section5 img {
        margin-top: 30px;
        content: url(../m_images/sub6_2_img4.jpg);
    }

    .sub6_2_section6 {
        padding: 40px 0;
    }

    .sub6_2_section6 .center>p {
        font-size: 13px;
        line-height: 19px;
        word-break: keep-all;
    }

    .sub6_2_section6 .center>p br {
        display: none;
    }

    .sub6_2_section6 .center>p strong {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .sub6_2_section6 ul {
        width: 100%;
        margin-top: 30px;
    }

    .sub6_2_section6 ul>i {
        font-size: 20px;
        margin: -10% 10px 0;
    }

    .sub6_2_section6 ul li {
        width: 45%;
    }

    .sub6_2_section6 ul li img {
        width: 90%;
    }

    .sub6_2_section6 ul li p {
        font-size: 14px;
        margin-top: 10px;
    }

    .sub6_2_section7 {
        padding: 50px 0;
    }

    .sub6_2_section7 .center>p {
        font-size: 20px;
    }

    .sub6_2_section7 .center>p img {
        width: 15px;
        margin-right: 5px;
    }

    .s6_2_sec7_box {
        border-radius: 15px;
        padding: 30px 15px 15px;
        margin-top: 40px;
    }

    .s6_2_sec7_box>p {
        width: max-content;
        height: 35px;
        font-size: 14px;
        top: -17.5px;
        left: 5%;
        padding: 0 15px;
    }

    .s6_2_sec7_box ul li {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
        align-items: baseline;
    }

    .s6_2_sec7_box ul li>img {
        width: 10px;
        margin-right: 5px;
    }

    /* // sub6_2 - 맘모톰클리닉 */


    /* sub6_3 - 고주파 온열암치료 */
    .sub6_3_section1 {
        height: auto;
        padding: 40px 0;
    }

    .sub6_3_section1 .s2_1_sec1_textbox {
        margin: 0;
    }

    .sub6_3_section1 h1 {
        font-size: 25px;
        margin: 0;
    }

    .sub6_3_section1 .s2_1_sec1_textbox2 {
        margin-top: 5px;
    }

    .sub6_3_section1 .s2_1_sec1_textbox2 p {
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
    }

    .sub6_3_section2 {
        padding: 50px 0;
    }

    .sub6_3_section2 .center>p {
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
    }

    .sub6_3_section2 .center>p br {
        display: none;
    }

    .sub6_3_section2 .center>p span {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .sub6_3_section2 ul {
        width: max-content;
        margin: 25px auto 0;
    }

    .sub6_3_section2 ul li {
        width: 115px;
        height: 115px;
        margin-left: -10px;
    }

    .sub6_3_section2 ul li p {
        font-size: 12px;
        line-height: 18px;
    }

    .sub6_3_section3 {
        padding: 50px 0;
    }

    .s6_3_sec3_big_title {
        font-size: 20px;
    }

    .s6_3_sec3_small_title {
        font-size: 16px;
        margin-top: 20px;
    }

    .s6_3_sec3_small_title span {
        width: 26px;
        height: 26px;
        font-size: 12px;
        margin-right: 5px;
    }

    .s6_3_sec3_more_txt {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .s6_3_sec3_more_txt br {
        display: none;
    }

    .sub6_3_section3>.center>ul {
        margin-top: 25px;
        flex-direction: column;
    }

    .sub6_3_section3>.center>ul>li {
        width: 100%;
        margin-bottom: 20px;
    }

    .sub6_3_section3>.center>ul>li:last-child {
        margin-bottom: 0;
    }

    .sub6_3_section3>.center>ul>li>p {
        width: max-content;
        height: 40px;
        font-size: 14px;
        padding: 0 15px;
    }

    .point_shape2 {
        margin-top: -6px;
    }

    .red_circle {
        width: 10px;
        height: 10px;
        border: 2px solid #fff;
    }

    .point_shape2 span {
        height: 15px;
    }

    .inner_ul {
        width: 100%;
        height: auto;
        border-radius: 15px;
        padding: 15px 0;
    }

    .inner_ul ul li {
        margin-bottom: 5px;
    }

    .inner_ul ul li>span {
        width: 4px;
        height: 4px;
        margin-right: 10px;
    }

    .inner_ul ul li>p {
        font-size: 12px;
        line-height: 18px;
    }

    .inner_ul ul li>p span {
        font-size: 10px;
        margin-top: 0;
        display: inline;
    }

    .sub6_3_section4 {
        padding: 50px 0;
    }

    .sub6_3_section4 .s6_3_sec3_small_title {
        margin: 0;
    }

    .sub6_3_section4 table {
        width: 100%;
        border-top: 2px solid #ff5d2c;
        margin: 25px auto 0;
    }

    .sub6_3_section4 table th {
        width: 35%;
        font-size: 13px;
        padding: 10px;
    }

    .sub6_3_section4 table th span {
        font-size: 12px;
    }

    .sub6_3_section4 table td {
        width: 65%;
        padding: 10px;
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
    }

    .sub6_3_section4 table td br {
        display: none;
    }

    .sub6_3_section5 {
        padding: 50px 0;
    }

    .s6_3_sec5_con1 {
        margin-top: 30px;
        padding-top: 30px;
    }

    .s6_3_sec5_con1>p {
        font-size: 20px;
    }

    .s6_3_sec5_con1 ul {
        margin-top: 25px;
    }

    .s6_3_sec5_con1 ul li {
        width: 32%;
    }

    .s6_3_sec5_con1 ul li p {
        height: 70px;
        font-size: 10px;
        line-height: 15px;
        padding-top: 10px;
    }

    .s6_3_sec5_con1 ul li p span {
        width: 30px;
        height: 30px;
        top: -15px;
        font-size: 12px;
    }

    .s6_3_sec5_con2 {
        margin-top: 40px;
    }

    .s6_3_sec5_con2 p {
        font-size: 12px;
    }

    .s6_3_sec5_con2 p span {
        font-size: 20px;
        margin-bottom: 3px;
    }

    .s6_3_sec5_con2 img {
        max-width: 100%;
        margin: 20px auto 0;
        content: url(../m_images/sub6_3_img4.png);
    }

    .sub6_3_section6 {
        padding: 50px 0 20px;
    }

    .sub6_3_section6 ul {
        display: inline-block;
    }

    .sub6_3_section6 ul li {
        width: 48%;
        float: left;
        margin-right: 4%;
        margin-bottom: 25px;
    }

    .sub6_3_section6 ul li:nth-child(2n) {
        margin-right: 0;
    }

    .sub6_3_section6 ul li p {
        height: 70px;
        border-radius: 15px 15px 0 0;
        padding-top: 10px;
        font-size: 13px;
        line-height: normal;
    }

    .sub6_3_section6 ul li p span {
        width: 30px;
        height: 30px;
        border: 2px solid #fff;
        font-size: 10px;
        top: -15px;
    }

    .sub6_3_section6 ul li>span {
        height: 100px;
        font-size: 12px;
        line-height: 18px;
        padding: 10px;
        box-sizing: border-box;
        word-break: keep-all;
        border-radius: 0 0 15px 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sub6_3_section6 ul li>span br {
        display: none;
    }

    .sub6_3_section7 {
        padding: 50px 0;
    }

    .sub6_3_section7 .center>p {
        font-size: 20px;
    }

    .sub6_3_section7 .center>p span {
        width: max-content;
        height: auto;
        font-size: 14px;
        margin-top: 10px;
        padding: 5px 15px;
    }

    .s6_3_sec7_con {
        margin-top: 50px;
    }

    .s6_3_sec7_small_title {
        width: 100%;
        height: 30px;
        border: 2px solid #9db3ff;
    }

    .s6_3_sec7_small_title span {
        width: 65px;
        height: 30px;
        font-size: 10px;
        margin-left: -2px;
    }

    .s6_3_sec7_small_title p {
        width: calc(100% - 65px);
        font-size: 12px;
    }

    .s6_3_sec7_con ul {
        width: 100%;
        justify-content: space-between;
        margin-top: 25px;
    }

    .s6_3_sec7_con1 ul li:first-child {
        margin-right: 0;
    }

    .s6_3_sec7_con ul li {
        width: 48.5%;
    }

    .s6_3_sec7_con ul li img {
        width: 100%;
    }

    .s6_3_sec7_con ul li p {
        font-size: 10px;
        line-height: 15px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .s6_3_sec7_con ul li p br {
        display: none;
    }

    .s6_3_sec7_con1>p {
        width: 100%;
        height: auto;
        margin-top: 30px;
        border-radius: 15px;
        font-size: 12px;
        padding: 15px;
        box-sizing: border-box;
    }

    .s6_3_sec7_con1>p span {
        font-size: 16px;
    }

    .s6_3_sec7_con2 ul>img {
        width: 20px;
        margin: 20% 10px 0;
    }

    .sub6_3_section8 {
        padding: 50px 0;
    }

    .sub6_3_section8 .center>p {
        font-size: 20px;
        line-height: 28px;
    }

    .sub6_3_section8 .center>p span {
        display: block;
    }

    .sub6_3_section8 ul {
        width: max-content;
        margin: 25px auto 0;
        display: table;
    }

    .sub6_3_section8 ul li {
        width: 120px;
        height: 120px;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .sub6_3_section8 ul li:nth-child(2n) {
        margin-right: 0;
    }

    .sub6_3_section8 ul li:nth-child(3) {
        clear: both;
    }

    .sub6_3_section8 ul li p {
        font-size: 12px;
        line-height: 18px;
    }

    .s6_3_sec8_btn {
        margin-top: 30px;
    }

    .s6_3_sec8_btn a {
        width: 200px;
        height: 40px;
        padding: 0 20px;
        border-radius: 10px;
    }

    .s6_3_sec8_btn a p {
        font-size: 14px;
    }

    .s6_3_sec8_btn a i {
        font-size: 16px;
    }

    /* // sub6_3 - 고주파 온열암치료 */

}








































/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    /* sub6 - 유방검진센터 */
    .sub6_section1 {
        width: 100%;
        height: auto;
        padding: 40px 0;
    }

    .sub6_section1 h1 {
        font-size: 25px;
        margin: 0;
    }

    .sub6_section1 .s2_1_sec1_textbox {
        margin: 0;
    }

    .sub6_section1 .s2_1_sec1_textbox2 {
        margin-top: 10px;
    }

    .sub6_section1 .s2_1_sec1_textbox2 p {
        font-size: 12px;
        line-height: 18px;
    }

    .sub6_section2 {
        padding: 50px 0;
    }

    .sub6_section2 .center>p {
        font-size: 20px;
    }

    ul.s6_sec2_ul1 {
        width: 100%;
        margin-top: 30px;
        align-items: flex-start;
    }

    ul.s6_sec2_ul1 li {
        height: 270px;
        justify-content: flex-start;
        margin-bottom: 50px;
    }

    ul.s6_sec2_ul2 {
        width: 100%;
        margin-top: 0;
        justify-content: center;
    }

    ul.s6_sec2_ul2 li {
        width: 27%;
    }

    .sub6_section2 ul>img {
        width: 15px;
        margin: 70px 30px 0;
    }

    .sub6_section2 ul li img {
        height: 150px;
    }

    .sub6_section2 ul li p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 20px;
        word-break: keep-all;
    }

    .sub6_section2 ul li p br {
        display: none;
    }

    .sub6_section2 ul li p span {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .sub6_section3 {
        padding: 40px 0;
    }

    .sub6_section3 .center>p {
        font-size: 20px;
    }

    .s6_sec3_contain {
        margin-top: 25px;
    }

    .s6_sec3_title>p {
        width: 90px;
    }

    .s6_sec3_title>p img {
        width: 100%;
    }

    .s6_sec3_title>p span {
        font-size: 12px;
        margin-left: 0;
    }

    .s6_sec3_title>span {
        padding: 0 15px 0 5px;
        font-size: 14px;
    }

    .s6_sec3_contain ul {
        margin-top: 40px;
        justify-content: space-between;
    }

    .s6_sec3_contain ul li {
        width: 49%;
        border-radius: 15px;
        background-color: #fff;
    }

    .s6_sec3_contain ul li:first-child {
        margin-right: 0;
    }

    .s6_sec3_contain ul li>p {
        padding: 15px 0 10px;
        font-size: 14px;
        border-radius: 15px 15px 0 0;
    }

    .s6_sec3_contain ul li>p span {
        top: -20px;
        font-size: 25px;
    }

    .s6_sec3_contain ul li>span {
        padding: 10px;
        box-sizing: border-box;
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
    }

    .s6_sec3_contain ul li>span br {
        display: none;
    }

    .s6_sec3_contain2 {
        margin-top: 50px;
    }

    .s6_sec3_contain3 {
        margin-top: 30px;
        font-size: 12px;
        line-height: 18px;
    }

    /* // sub6 - 유방검진센터 */


    /* sub6_1 - 유방검진클리닉 */
    .sub6_1_section1 {
        width: 100%;
        height: auto;
        padding: 40px 0;
    }

    .sub6_1_section1 .s2_1_sec1_textbox {
        margin: 0;
    }

    .s6_1_sec1_text {
        font-size: 12px;
    }

    .sub6_1_section1 h1 {
        font-size: 25px;
        margin-top: 10px;
    }

    .sub6_1_section1 .s2_1_sec1_textbox2 {
        margin-top: 5px;
    }

    .sub6_1_section1 .s2_1_sec1_textbox2 p {
        font-size: 12px;
    }

    .sub6_1_section2 {
        padding: 40px 0;
    }

    .sub6_1_section2 .center>p {
        font-size: 20px;
    }

    .s6_1_sec2_contain1 {
        margin-top: 25px;
    }

    .s6_1_sec2_contain1 ul li {
        padding: 10px 0;
        width: 25%;
    }

    .s6_1_sec2_contain1 ul li:nth-child(2) {
        width: 38%;
    }

    .s6_1_sec2_contain1 ul li:last-child {
        width: 37%;
    }

    .s6_1_sec2_contain1 ul li>p {
        font-size: 10px;
    }

    .s6_1_sec2_contain1 ul li>p span {
        font-size: 12px;
    }

    .s6_1_sec2_contain1 ul li>span {
        right: -10px;
        font-size: 14px;
    }

    .s6_1_sec2_contain1>img {
        width: 100%;
        margin: 15px auto 0;
    }

    .s6_1_sec2_contain2 {
        width: 100%;
        padding: 15px 20px;
        border-radius: 15px;
        margin-top: 30px;
        box-sizing: border-box;
        justify-content: space-between;
    }

    .s6_1_sec2_contain2 p {
        font-size: 12px;
        line-height: 18px;
        margin: 0;
        word-break: keep-all;
    }

    .s6_1_sec2_contain2 p span {
        display: inline-block;
    }

    .s6_1_sec2_contain2 img {
        width: 20px;
    }

    .sub6_1_section3 {
        padding: 50px 0;
    }

    .s6_1_sec3_title span {
        height: auto;
        padding: 5px 15px;
        font-size: 14px;
    }

    .s6_1_sec3_title p {
        font-size: 18px;
        margin-top: 15px;
    }

    .s6_1_sec3_con {
        justify-content: center;
    }

    .s6_1_sec3_img {
        width: 35%;
        margin-right: 50px;
    }

    .s6_1_sec3_img img {
        width: 100%;
    }

    .s6_1_sec3_con ul {
        width: max-content;
    }

    .s6_1_sec3_con ul li {
        width: 100px;
        height: 100px;
        font-size: 12px;
        line-height: 18px;
        margin-right: 10px;
    }

    .s6_1_sec3_con ul li:nth-child(4),
    .s6_1_sec3_con ul li:last-child {
        margin-top: 5px;
    }

    .s6_1_sec3_con ul li:nth-child(4) {
        margin-left: 17%;
        clear: both;
    }

    .s6_1_sec3_con ul li span {
        width: 30px;
        height: 30px;
        font-size: 10px;
        left: -5px;
    }

    .sub6_1_section4 {
        padding: 50px 0;
    }

    .sub6_1_section4 ul>img {
        width: 20px;
        margin: 20px auto;
    }

    .s6_1_sec4_img {
        width: 30%;
    }

    .s6_1_sec4_img img {
        width: 100%;
    }

    .s6_1_sec4_text {
        width: 70%;
        padding: 15px 20px;
        box-sizing: border-box;
    }

    .s6_1_sec4_text p {
        font-size: 14px;
    }

    .s6_1_sec4_text p span {
        width: 24px;
        height: 24px;
        font-size: 10px;
        margin-right: 5px;
    }

    .s6_1_sec4_text>span {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .s6_1_sec4_text>span br {
        display: none;
    }

    .sub6_1_section5 {
        padding: 50px 0;
    }

    .s6_1_sec5_contain {
        margin-top: 30px;
    }

    .s6_1_sec5_img {
        width: 35%;
    }

    .s6_1_sec5_img img {
        width: 100%;
    }

    .s6_1_sec5_text {
        width: 60%;
        margin-left: 30px;
    }

    .s6_1_sec5_text img {
        width: 100%;
    }

    .s6_1_sec5_text p {
        font-size: 14px;
        line-height: 22px;
    }

    .sub6_1_section6 {
        padding: 40px 0;
    }

    .sub6_1_section6 .center>img {
        width: 90%;
    }

    .s6_1_sec6_contain {
        width: 80%;
        margin-top: 20px;
    }

    .s6_1_sec6_title span {
        font-size: 13px;
        padding: 3px 15px;
    }

    .s6_1_sec6_title p {
        font-size: 20px;
        padding: 0 5px;
        margin-top: 10px;
    }

    .s6_1_sec6_contain ul {
        width: 100%;
        margin: 30px auto 0;
    }

    .s6_1_sec6_contain ul li {
        padding: 8px 15px;
    }

    .s6_1_sec6_contain ul li p {
        font-size: 11px;
        margin-left: 10px;
    }

    .s6_1_sec6_contain ul li img {
        width: 15px;
    }

    .sub6_1_section7 {
        padding: 50px 0;
    }

    .sub6_1_section7 .center>p {
        font-size: 18px;
        line-height: 28px;
    }

    .sub6_1_section7 ul {
        margin-top: 30px;
    }

    .s6_1_sec7_img {
        width: 100%;
    }

    .s6_1_sec7_img img {
        width: 90%;
    }

    .s6_1_sec7_img span {
        width: 40px;
        height: 40px;
        font-size: 14px;
        bottom: -20px;
    }

    .s6_1_sec7_text {
        width: 100%;
        margin-top: 35px;
    }

    .s6_1_sec7_text p {
        font-size: 15px;
    }

    .s6_1_sec7_text p span {
        width: 20px;
        margin: 10px auto 0;
    }

    .s6_1_sec7_text>span {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .sub6_1_section8 {
        padding: 50px 0;
    }

    .s6_1_sec8_titletext {
        font-size: 13px;
        line-height: 19px;
        margin-top: 10px;
    }

    .s6_1_sec8_titletext span {
        font-size: 10px;
        margin-top: 5px;
        word-break: keep-all;
    }

    .sub6_1_section8 ul {
        width: 100%;
        margin-top: 30px;
        justify-content: space-between;
    }

    .sub6_1_section8 ul li {
        width: 48%;
    }

    .sub6_1_section8 ul li:first-child {
        margin-right: 0;
    }

    .s6_1_sec8_img {
        height: 200px;
        padding: 20px 0;
        box-sizing: border-box;
    }

    .s6_1_sec8_img img {
        height: 100%;
    }

    .s6_1_sec8_text {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .s6_1_sec8_text p {
        font-size: 14px;
    }

    .s6_1_sec8_text span {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .s6_1_sec8_text span br {
        display: none;
    }

    /* // sub6_1 - 유방검진클리닉 */


    /* sub6_2 - 맘모톰클리닉 */
    .sub6_2_section1 {
        width: 100%;
        height: auto;
        padding: 40px 0;
    }

    .sub6_2_section1 .s2_1_sec1_textbox {
        margin: 0;
    }

    .sub6_2_section1 h1 {
        font-size: 25px;
        margin: 0;
    }

    .sub6_2_section1 .s2_1_sec1_textbox2 {
        margin-top: 5px;
    }

    .sub6_2_section1 .s2_1_sec1_textbox2 p {
        font-size: 12px;
    }

    .sub6_2_section2 {
        padding: 50px 0;
    }

    .s6_2_sec2_left {
        width: 275px;
        margin: 0 50px 0 0;
    }

    .s6_2_sec2_left>img {
        width: 100%;
    }

    .img_innertext {
        width: 75%;
        padding: 10px;
        line-height: 15px;
        font-size: 10px;
        left: 50px;
    }

    .img_innertext:nth-of-type(1) {
        top: 55px;
    }

    .img_innertext:nth-of-type(2) {
        top: 130px;
    }

    .img_innertext:nth-of-type(3) {
        top: 205px;
    }

    .img_innertext:nth-of-type(4) {
        top: 280px;
    }

    .img_innertext i {
        font-size: 25px;
        left: -10px;
    }

    .s6_2_sec2_right {
        width: 50%;
    }

    .s6_2_sec2_right>p {
        font-size: 14px;
    }

    .s6_2_sec2_right>p span {
        font-size: 20px;
    }

    .s6_2_sec2_right ul {
        width: 80%;
        margin-top: 50px;
    }

    .s6_2_sec2_right ul li {
        width: 100%;
        border-radius: 15px;
    }

    .s6_2_sec2_right ul li:last-child {
        margin-top: 50px;
    }

    .li_op_t {
        font-size: 25px;
        top: -25px;
    }

    .s6_2_sec2_right ul li p {
        padding: 7px 0;
        font-size: 12px;
        border-radius: 15px 15px 0 0;
    }

    .s6_2_sec2_right ul li>span {
        padding: 15px 0;
        font-size: 12px;
        line-height: 18px;
    }

    .sub6_2_section3 {
        padding: 50px 0;
    }

    .s6_2_sec3_left {
        width: 25%;
    }

    .s6_2_sec3_left img {
        width: 100%;
    }

    .s6_2_sec3_right {
        width: 65%;
        margin-top: 20px;
    }

    .s6_2_sec3_right>p {
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
    }

    .s6_2_sec3_right>p span {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .s6_2_sec3_right ul {
        width: 100%;
        margin-top: 20px;
    }

    .s6_2_sec3_right ul li:first-child {
        margin-bottom: 15px;
    }

    .s6_2_sec3_right ul li>p {
        width: 80px;
        height: 30px;
        border: 2px solid #4775ff;
        font-size: 14px;
        padding-top: 3px;
        box-sizing: border-box;
    }

    .point_shape {
        margin-left: -6px;
    }

    .blue_circle {
        width: 10px;
        height: 10px;
        border: 2px solid #fff;
    }

    .point_shape {
        width: 30px;
        margin-bottom: -1px;
    }

    .txt_box {
        width: calc(100% - 110px);
        padding: 15px 10px;
        border-radius: 10px;
    }

    .txt_box p {
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
        align-items: baseline;
    }

    .txt_box p:first-child {
        margin-bottom: 5px;
    }

    .txt_box p img {
        width: 10px;
        margin-right: 5px;
    }

    .sub6_2_section4 {
        padding: 50px 0;
    }

    .sub6_2_section4>p {
        font-size: 20px;
    }

    .sub6_2_section4 .center {
        margin-top: 25px;
    }

    .s6_2_sec4_left {
        width: 40%;
        height: 150px;
    }

    .s6_2_sec4_right {
        width: 55%;
    }

    .s6_2_sec4_right ul {
        margin-top: 20px;
    }

    .s6_2_sec4_right ul li {
        height: auto;
        margin-bottom: 10px;
    }

    .s6_2_sec4_right ul li p {
        width: 70px;
    }

    .s6_2_sec4_right ul li p img {
        width: 100%;
    }

    .s6_2_sec4_right ul li p span {
        font-size: 11px;
    }

    .s6_2_sec4_right ul li>span {
        font-size: 10px;
        margin-left: 3px;
    }

    .s6_2_sec4_right>span {
        font-size: 10px;
        margin-top: 10px;
    }

    .sub6_2_section5 {
        padding: 50px 0;
    }

    .sub6_2_section5 .center>p {
        font-size: 14px;
    }

    .sub6_2_section5 .center strong {
        font-size: 20px;
    }

    .sub6_2_section5 img {
        margin-top: 30px;
    }

    .sub6_2_section6 {
        padding: 40px 0;
    }

    .sub6_2_section6 .center>p {
        font-size: 13px;
        line-height: 19px;
        word-break: keep-all;
    }

    .sub6_2_section6 .center>p br {
        display: none;
    }

    .sub6_2_section6 .center>p strong {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .sub6_2_section6 ul {
        width: 100%;
        margin-top: 30px;
    }

    .sub6_2_section6 ul>i {
        font-size: 20px;
        margin: -5% 10px 0;
    }

    .sub6_2_section6 ul li {
        width: 30%;
    }

    .sub6_2_section6 ul li img {
        width: 90%;
    }

    .sub6_2_section6 ul li p {
        font-size: 14px;
        margin-top: 10px;
    }

    .sub6_2_section7 {
        padding: 50px 0;
    }

    .sub6_2_section7 .center>p {
        font-size: 20px;
    }

    .sub6_2_section7 .center>p img {
        width: 15px;
        margin-right: 5px;
    }

    .s6_2_sec7_box {
        border-radius: 15px;
        padding: 30px 15px 15px;
        margin-top: 40px;
    }

    .s6_2_sec7_box>p {
        width: max-content;
        height: 35px;
        font-size: 14px;
        top: -17.5px;
        left: 5%;
        padding: 0 15px;
    }

    .s6_2_sec7_box ul li {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
        align-items: baseline;
    }

    .s6_2_sec7_box ul li>img {
        width: 10px;
        margin-right: 5px;
    }

    /* // sub6_2 - 맘모톰클리닉 */


    /* sub6_3 - 고주파 온열암치료 */
    .sub6_3_section1 {
        width: 100%;
        height: auto;
        padding: 40px 0;
    }

    .sub6_3_section1 .s2_1_sec1_textbox {
        margin: 0;
    }

    .sub6_3_section1 h1 {
        font-size: 25px;
        margin: 0;
    }

    .sub6_3_section1 .s2_1_sec1_textbox2 {
        margin-top: 5px;
    }

    .sub6_3_section1 .s2_1_sec1_textbox2 p {
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
    }

    .sub6_3_section2 {
        padding: 50px 0;
    }

    .sub6_3_section2 .center>p {
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
    }

    .sub6_3_section2 .center>p span {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .sub6_3_section2 ul {
        width: max-content;
        margin: 25px auto 0;
    }

    .sub6_3_section2 ul li {
        width: 115px;
        height: 115px;
        margin-left: -10px;
    }

    .sub6_3_section2 ul li p {
        font-size: 12px;
        line-height: 18px;
    }

    .sub6_3_section3 {
        padding: 50px 0;
    }

    .s6_3_sec3_big_title {
        font-size: 20px;
    }

    .s6_3_sec3_small_title {
        font-size: 16px;
        margin-top: 20px;
    }

    .s6_3_sec3_small_title span {
        width: 26px;
        height: 26px;
        font-size: 12px;
        margin-right: 5px;
    }

    .s6_3_sec3_more_txt {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .sub6_3_section3>.center>ul {
        margin-top: 25px;
        align-items: flex-start;
    }

    .sub6_3_section3>.center>ul>li {
        margin-bottom: 20px;
    }

    .sub6_3_section3>.center>ul>li:last-child {
        margin-bottom: 0;
    }

    .sub6_3_section3>.center>ul>li>p {
        width: max-content;
        height: 40px;
        font-size: 14px;
        padding: 0 15px;
    }

    .point_shape2 {
        margin-top: -6px;
    }

    .red_circle {
        width: 10px;
        height: 10px;
        border: 2px solid #fff;
    }

    .point_shape2 span {
        height: 15px;
    }

    .inner_ul {
        width: 100%;
        height: 165px;
        border-radius: 15px;
        padding: 15px 10px 15px 15px;
        box-sizing: border-box;
    }

    .inner_ul ul{
        width: 100%;
    }

    .inner_ul ul li {
        width: 100%;
        margin-bottom: 5px;
    }

    .inner_ul ul li>span {
        width: 4px;
        height: 4px;
        margin-right: 10px;
    }

    .inner_ul ul li>p {
        font-size: 12px;
        line-height: 18px;
    }

    .inner_ul ul li>p span {
        font-size: 10px;
        margin-top: 0;
    }

    .sub6_3_section4 {
        padding: 50px 0;
    }

    .sub6_3_section4 .s6_3_sec3_small_title {
        margin: 0;
    }

    .sub6_3_section4 table {
        width: 80%;
        border-top: 2px solid #ff5d2c;
        margin: 25px auto 0;
    }

    .sub6_3_section4 table th {
        width: 35%;
        font-size: 13px;
        padding: 10px;
    }

    .sub6_3_section4 table th span {
        font-size: 12px;
    }

    .sub6_3_section4 table td {
        width: 65%;
        padding: 10px;
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
    }

    .sub6_3_section4 table td br {
        display: none;
    }

    .sub6_3_section5 {
        padding: 50px 0;
    }

    .s6_3_sec5_con1 {
        margin-top: 30px;
        padding-top: 30px;
    }

    .s6_3_sec5_con1>p {
        font-size: 20px;
    }

    .s6_3_sec5_con1 ul {
        margin-top: 25px;
    }

    .s6_3_sec5_con1 ul li {
        width: 32%;
    }

    .s6_3_sec5_con1 ul li p {
        height: 70px;
        font-size: 10px;
        line-height: 15px;
        padding-top: 10px;
    }

    .s6_3_sec5_con1 ul li p span {
        width: 30px;
        height: 30px;
        top: -15px;
        font-size: 12px;
    }

    .s6_3_sec5_con2 {
        margin-top: 40px;
    }

    .s6_3_sec5_con2 p {
        font-size: 12px;
    }

    .s6_3_sec5_con2 p span {
        font-size: 20px;
        margin-bottom: 3px;
    }

    .s6_3_sec5_con2 img {
        max-width: 100%;
        margin: 20px auto 0;
    }

    .sub6_3_section6 {
        padding: 50px 0 20px;
    }

    .sub6_3_section6 ul {
        display: inline-block;
    }

    .sub6_3_section6 ul li {
        width: 48%;
        float: left;
        margin-right: 4%;
        margin-bottom: 25px;
    }

    .sub6_3_section6 ul li:nth-child(2n) {
        margin-right: 0;
    }

    .sub6_3_section6 ul li p {
        height: 70px;
        border-radius: 15px 15px 0 0;
        padding-top: 10px;
        font-size: 13px;
        line-height: normal;
    }

    .sub6_3_section6 ul li p span {
        width: 30px;
        height: 30px;
        border: 2px solid #fff;
        font-size: 10px;
        top: -15px;
    }

    .sub6_3_section6 ul li>span {
        height: 100px;
        font-size: 12px;
        line-height: 18px;
        padding: 10px;
        box-sizing: border-box;
        word-break: keep-all;
        border-radius: 0 0 15px 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sub6_3_section6 ul li>span br {
        display: none;
    }

    .sub6_3_section7 {
        padding: 50px 0;
    }

    .sub6_3_section7 .center>p {
        font-size: 20px;
    }

    .sub6_3_section7 .center>p span {
        width: max-content;
        height: auto;
        font-size: 14px;
        margin-top: 10px;
        padding: 5px 15px;
    }

    .s6_3_sec7_con {
        margin-top: 50px;
    }

    .s6_3_sec7_small_title {
        width: 60%;
        height: 30px;
        border: 2px solid #9db3ff;
    }

    .s6_3_sec7_small_title span {
        width: 65px;
        height: 30px;
        font-size: 10px;
        margin-left: -2px;
    }

    .s6_3_sec7_small_title p {
        width: calc(100% - 65px);
        font-size: 12px;
    }

    .s6_3_sec7_con ul {
        width: 100%;
        justify-content: space-between;
        margin-top: 25px;
    }

    .s6_3_sec7_con1 ul li:first-child {
        margin-right: 0;
    }

    .s6_3_sec7_con ul li {
        width: 48.5%;
    }

    .s6_3_sec7_con ul li img {
        width: 100%;
    }

    .s6_3_sec7_con ul li p {
        font-size: 10px;
        line-height: 15px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .s6_3_sec7_con ul li p br {
        display: none;
    }

    .s6_3_sec7_con1>p {
        width: 100%;
        height: auto;
        margin-top: 30px;
        border-radius: 15px;
        font-size: 12px;
        padding: 15px;
        box-sizing: border-box;
    }

    .s6_3_sec7_con1>p span {
        font-size: 16px;
    }

    .s6_3_sec7_con2 ul>img {
        width: 20px;
        margin: 20% 10px 0;
    }

    .sub6_3_section8 {
        padding: 50px 0;
    }

    .sub6_3_section8 .center>p {
        font-size: 20px;
        line-height: 28px;
    }

    .sub6_3_section8 .center>p span {
        display: block;
    }

    .sub6_3_section8 ul {
        margin: 25px auto 0;
    }

    .sub6_3_section8 ul li {
        width: 120px;
        height: 120px;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .sub6_3_section8 ul li p {
        font-size: 12px;
        line-height: 18px;
    }

    .s6_3_sec8_btn {
        margin-top: 30px;
    }

    .s6_3_sec8_btn a {
        width: 200px;
        height: 40px;
        padding: 0 20px;
        border-radius: 10px;
    }

    .s6_3_sec8_btn a p {
        font-size: 14px;
    }

    .s6_3_sec8_btn a i {
        font-size: 16px;
    }

    /* // sub6_3 - 고주파 온열암치료 */

}
