.lightTopImg {
    background-image: url('../img/surgery/light/head01pc.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.canthalTopImg {
    background-image: url('../img/surgery/light_canthal/head01pc.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.middleageTopImg {
    background-image: url('../img/surgery/light_middleage/head01pc.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.rhinoTopImg {
    background-image: url('../img/surgery/rhino/head01pc.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.romanTopImg {
    background-image: url('../img/surgery/rhino_roman/head01pc.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.bulbousTopImg {
    background-image: url('../img/surgery/rhino_bulbous/head01pc.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.rhinoreducTopImg {
    background-image: url('../img/surgery/rhino_reduction/head01pc.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.enlargementTopImg {
    background-image: url('../img/surgery/breast_enlargement/head01pc.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.breastreducTopImg {
    background-image: url('../img/surgery/breast_reduction/head01pc.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.papillaryTopImg {
    background-image: url('../img/surgery/breast_papillary/head01pc.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.gynecomastiaTopImg {
    background-image: url('../img/surgery/breast_gynecomastia/head01pc.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.liposuctionTopImg {
    background-image: url('../img/surgery/liposuction/head01pc.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
    .lightTopImg {
        background-image: url('../img/surgery/light/head02mo.jpg');
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }
    .canthalTopImg {
        background-image: url('../img/surgery/light_canthal/head02mo.jpg');
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }
    .middleageTopImg {
        background-image: url('../img/surgery/light_middleage/head02mo.jpg');
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }    
    .rhinoTopImg {
        background-image: url('../img/surgery/rhino/head02mo.jpg');
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }
    .romanTopImg {
        background-image: url('../img/surgery/rhino_roman/head02mo.jpg');
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }
    .bulbousTopImg {
        background-image: url('../img/surgery/rhino_bulbous/head02mo.jpg');
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }
    .rhinoreducTopImg {
        background-image: url('../img/surgery/rhino_reduction/head02mo.jpg');
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }
    .enlargementTopImg {
        background-image: url('../img/surgery/breast_enlargement/head02mo.jpg');
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }
    .breastreducTopImg {
        background-image: url('../img/surgery/breast_reduction/head02mo.jpg');
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }
    .papillaryTopImg {
        background-image: url('../img/surgery/breast_papillary/head02mo.jpg');
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }
    .gynecomastiaTopImg {
        background-image: url('../img/surgery/breast_gynecomastia/head02mo.jpg');
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }
    .liposuctionTopImg {
        background-image: url('../img/surgery/liposuction/head02mo.jpg');
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }
    
}



/* 매몰과 절개 */
.lightType {margin-top: 60px; text-align: center;}
.lightType span {
    display: inline-block;
    border: 1px solid #EE7B38;
    border-radius: 50px;
    color: #EE7B38;
    padding: 5px 40px 3px 40px;
    font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
    .lightType {margin-top: 25px;}
    .lightType span {padding: 3px 10px 1px 10px; font-size: 0.9rem;}
}

/* 복코 콧볼축소 */
.noseHole {
    text-align: center;
}
.noseHoleImg {
    /* border: 1px solid red; */
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.noseHoleImg > div:nth-of-type(1) {
    padding-right: 5px;
}
.noseHoleImg > div:nth-of-type(2) {
    padding-left: 5px;
}
.noseHole .noseHoleImgBox {
    margin-bottom: 60px;
}
.noseHole img {
    display: block;
    max-width: 800px;
    width: 100%;
    height: auto;
    border-radius: 50px;
}
.detTitleBox span.noseHoleNum {
    font-size: 2rem;
    color: #FF7524;
    font-weight: 600;
}
.noseHole > div > span:nth-of-type(2) > span {
    background: linear-gradient(to top, #FFE0CE, #FFE0CE);
    display: inline-block;
    color: black;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .noseHole img {
        border-radius: 25px;
    }
    .noseHole > div > span:nth-of-type(2) > span {
        margin-bottom: 20px;
    }
}

/* 가슴 절개법 */
.breastBoxWrap {margin-top: 60px;}
.breastBox {
    /* border: 1px solid red; */
    margin: 0 auto;
    text-align: center;
}
.breastBox01 {
    padding: 0 10px 40px 0;
}
.breastBox02 {
        padding: 0 0 40px 10px;
}
.breastBox img {
    max-width: 800px;
    width: 100%;
    height: auto;
}
.breastBox div:nth-of-type(1) {
    background: #FFA35D;
    color: white;
    padding: 10px;
    border-radius: 30px 30px 0 0;
}
.breastBox div:nth-of-type(2) {
    background: #F3F3F3;
    padding: 20px;
}
.breastBox div:nth-of-type(3) {
    background: #F3F3F3;
    padding: 0 50px 30px 50px;
    border-radius: 0 0 30px 30px;
}
.breastBox p {
    color: #626262;
}
@media screen and (max-width: 991px) {
    .breastBox01 {
        padding: 0 0 40px 0;
    }
    .breastBox02 {
        padding: 0 0 40px 0;
    }

}
@media screen and (max-width: 575px) {
    .breastBoxWrap {margin-top: 20px;}
    .breastBox div:nth-of-type(3) {
        padding: 0 20px 20px 20px;
    }
}

/* 가슴수술방법 */
.breastSortBox {margin-top: 50px;}
.detailhowtobreast {background: #FFF5EF;}
.breastSort {padding: 10px 10px; margin: 0 auto;}
.breastSort > div {background: white; border-radius: 50px; padding: 20px; text-align: center;}
.breastSort > div > div:nth-of-type(2) {padding-top: 20px;}
.breastSort .svgBox {padding-top: 16px;}
.breastSort img {
    display: block;
    border-radius: 25px;
    max-width: 800px;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 991px) {
    .breastSort {padding: 16px 0; margin: 0 auto;}    
    .breastSortBox {margin-top: 20px;}
}

/* 엘싸 */
.lssaGood img {
    max-width: 120px;
    width: 100%;
    height: auto;
}

.lssaGood > div {
    margin: 10px;
    background: white;
    border-radius: 50px;
    text-align: center;
    padding: 30px;
}
.lssaGood .lssaNum {
    color: #ee7b38;
    margin: 20px auto;
}
.lssabr {
    display: block;
}
@media screen and (max-width: 767px) {
    .lssaGood img {
        max-width: 80px;
        width: 100%;
        height: auto;
    }
    .lssaGood .lssaNum {
        margin: 0 auto 10px auto;
    }
    .lssabr {
        display: none;
    }
    .lssaGood > div {
        padding: 20px;
        border-radius: 25px;
        text-align: left;
        display: flex;
        flex-direction: row-reverse;
    }
    .lssaGood > div > div:nth-of-type(1) {
        width: 10%;
    }
    .lssaGood > div > div:nth-of-type(2) {
        width: 90%;
    }
}