.file_box p>span{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* sub7_1 - 전후사진 */
.sub7_1_section1 {
    height: 330px;
    background-image: url(../images/sub7_1_banner1.jpg);
}

.sub7_1_section1 .center {
    justify-content: center;
}

.sub7_1_section1 h1 {
    font-size: 60px;
    color: #fff;
}

.sub7_1_section2 {
    width: 100%;
    margin-bottom: 80px;
}

.s7_1_tab {
    width: 100%;
}

ul.m_s7_1_mainmenu {
    display: none !important;
}

ul.s7_1_mainmenu {
    width: 100%;
    display: flex;
    box-sizing: border-box;
}

ul.s7_1_mainmenu>li {
    width: 11.11%;
    height: 70px;
    border: 1px solid #d7d7d7;
    border-right: 0;
    box-sizing: border-box;
    position: relative;
}

ul.s7_1_mainmenu>li:last-child {
    border-right: 1px solid #d7d7d7;
}

ul.s7_1_mainmenu>li:hover {
    background-color: #023f87;
}

ul.s7_1_mainmenu>li:hover p {
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

ul.s7_1_mainmenu>li.on {
    background-color: #023f87;
}

ul.s7_1_mainmenu>li.on p {
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

ul.s7_1_mainmenu>li>p {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    color: #777;
    font-family: 'Pretendard-Regular', sans-serif;
}

ul.s7_1_mainmenu>li>p span {
    font-size: 12px;
}

ul.s7_1_submenu {
    width: max-content;
    display: flex;
    position: absolute;
    top: 68px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 0;
    opacity: 0;
    visibility: hidden;
}

ul.s7_1_mainmenu>li:hover ul.s7_1_submenu {
    opacity: 1;
    visibility: visible;
}

ul.s7_1_submenu2 {
    left: auto;
    transform: none;
    right: 0;
}

ul.s7_1_submenu li {
    font-size: 15px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-right: 40px;
    cursor: pointer;
}

ul.s7_1_submenu li:last-child {
    margin-right: 0;
}

ul.s7_1_submenu li:hover {
    color: #023f87;
    font-family: 'Pretendard-Bold', sans-serif;
    /*border-bottom: 2px solid #023f87;*/
    /*padding-bottom: 3px;*/
}

.view_tab {
    width: 100%;
    margin-bottom: 25px;
}

.view_tab>ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

.view_tab>ul li {
    width: 50px;
    height: 50px;
    background-color: #c2c2c2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    /*cursor: pointer;*/
    margin-right: 10px;
}

.view_tab>ul li:last-child {
    margin-right: 0;
}

.view_tab>ul li.on {
    background-color: #8ebeed;
}

.slide_bigimg_inner2 {
    display: none;
}

.slide_bigimg_inner2.on {
    display: block;
}

.photo_info {
    width: 100%;
    height: 65px;
    background-color: #e8f4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.photo_info span {
    color: #c0c0c0;
    margin: 0 8px;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

/* // sub7_1 - 전후사진 */


/* sub7_2 - 수술후기 */
.sub7_2_section1 {
    height: 260px;
    background-image: none;
}

.sub7_2_section1 .center {
    justify-content: center;
}

.sub7_2_section1 .sub1_2_text {
    color: #999;
    text-shadow: none;
}

.sub7_2_section1 h1 {
    font-size: 55px;
    font-family: 'S-CoreDream-6Bold', sans-serif;
    margin-top: 5px;
}

.sub7_2_section2 {
    width: 100%;
    padding: 70px 0;
    background-color: #deeaff;
}

.s7_2_con {
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 2px 15px rgba(22, 47, 120, 0.1);
    padding: 80px 40px 0;
    box-sizing: border-box;
    position: relative;
}

.s7_2_con>p {
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.s7_2_con>p span {
    width: max-content;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    font-family: 'yg-jalnan', sans-serif;
    margin-top: -5px;
}

.s7_2_con ul {
    width: 100%;
    /*display: inline-block;*/
    display: flex;
    flex-wrap: wrap;
}

.m_s7_2_con_ul_box {
    display: none !important;
}

ul.m_s7_2_con_ul{
    display: none;
}

.s7_2_con ul li {
    /* width: 19%; */
    /*float: left;*/
    /* margin-right: 1.25%; */
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 60px;
}

/* .s7_2_con ul li:nth-child(5n) {
    margin-right: 0;
} */

.s7_2_con ul li:nth-child(4n) {
    margin-right: 0;
}

.review_imgbox {
    width: 100%;
    height: 200px;
    /* height: 180px; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}

.review_imgbox:hover img {
    transform: scale(1.2);
}

.review_imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}

.sub7_2_section2 ul li p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-family: 'Pretendard-Medium', sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: keep-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    text-align: center;
}

.sub7_2_section3 {
    padding: 0;
    background-color: #fff;
}

.sub7_2_section3 .s7_2_con {
    box-shadow: none;
}

.sub7_2_section3 ul li .review_imgbox {
    cursor: pointer;
}

.sub7_2_section3 ul li:hover .review_imgbox img {
    transform: scale(1.2);
}

.write_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.write_btn a {
    width: 115px;
    height: 40px;
    background-color: #002550;
    font-size: 16px;
    color: #fff;
    font-family: 'Pretendard-Light', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* // sub7_2 - 수술후기 */


/* sub7_2_w - 수술후기 글쓰기 */
.sub7_2_w_section1 {
    width: 100%;
}

.sub7_2_w_section1 ul {
    width: 100%;
    border-top: 1px solid #111;
}

.sub7_2_w_section1 ul li {
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    display: flex;
    align-items: center;
    padding: 13px 40px 13px 30px;
    box-sizing: border-box;
}

.sub7_2_w_section1 ul li>p {
    width: 20%;
    font-size: 16px;
    color: #222;
    font-family: 'S-CoreDream-3Light', sans-serif;
    font-weight: bold;
}

.write_input1 {
    width: 80%;
    display: flex;
    align-items: center;
}

.write_input1 input {
    width: 330px;
    height: 40px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    font-size: 15px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.write_input1 input::placeholder {
    font-size: 15px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;
}

.write_input1>p {
    font-size: 14px;
    color: #ff6ea5;
    font-family: 'Pretendard-Light', sans-serif;
    margin-left: 8px;
}

.write_input2 {
    width: 80%;
}

.write_input2 input {
    width: 100%;
    height: 40px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    font-size: 15px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.write_input2 textarea {
    width: 100%;
    height: 280px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    font-size: 15px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.write_input3 {
    width: 80%;
}

.file_box_contain {
    width: 100%;
    display: flex;
}

.file_box_contain2 {
    margin-top: 5px;
    width: 100%;
    display: flex;
}

.file_box {
    display: flex;
    margin-right: 5px;
}

.file_box p {
    width: 330px;
    height: 40px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    font-size: 15px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;
    margin-right: 5px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    justify-content: space-between;

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.file_box p i{
    font-size: 16px;
    color: #999;
    cursor: pointer;
}

.file_btn {
    width: 120px;
    height: 40px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    font-size: 15px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.add_btn,
.del_btn {
    width: 120px;
    height: 40px;
    border: 1px solid #111;
    box-sizing: border-box;
    font-size: 15px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.agree {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.check_box {
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    cursor: pointer;
}

.check_box i {
    color: #fff;
}

.check_box.on {
    background-color: #226fee;
    border: 0;
}

.agree p {
    font-size: 15px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.agree p span {
    cursor: pointer;
}

.write_d_btn {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.write_d_btn button {
    width: 145px;
    height: 45px;
    border: 0;
    font-size: 16px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    background-color: #002550;
}

.write_d_btn button.cancle_btn {
    background-color: #b7b7b7;
    margin-right: 10px;
}

/* // sub7_2_w - 수술후기 글쓰기 */


/* sub7_3 - 모델스토리 */
.sub7_3_section1 h1 {
    font-family: 'Pretendard-Medium', sans-serif;
    font-weight: normal;
}

.sub7_3_section1 h1 span {
    font-family: 'Pretendard-Bold', sans-serif;
    display: inline-block;
    background-image: linear-gradient(transparent 60%, #cde6ff 40%);
    line-height: 0.9;
}

.sub7_3_section2 {
    width: 100%;
    padding: 20px 0 50px;
}

.sub7_3_section2 .center{
    position: relative;
}

.sub7_3_section2 .center>img{
    position: absolute;
    top: -90px;
    left: -30px;
    animation: twinkle infinite .7s linear;
}

.sub7_3_section2 ul.story_img {
    margin-top: 0;
}

/* // sub7_3 - 모델스토리 */


/* sub7_3_1 - 모델스토리1 */
.sub7_3_1_section1 {
    height: auto;
    padding-top: 75px;
}

.sub7_3_1_section1 .s2_1_sec1_textbox>span {
    height: 70px;
    background-color: #d7d7d7;
    margin: 15px auto;
}

.sub7_3_1_section2 {
    width: 100%;
}

.sub7_3_title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.strong_title {
    position: relative;
    font-size: 53px;
    color: #111;
    font-family: 'S-CoreDream-4Regular', sans-serif;
}

.strong_title strong {
    font-family: 'S-CoreDream-8Heavy', sans-serif;
}

.s7_dot {
    position: absolute;
    display: flex;
}

.sub7_3_1_title .s7_dot {
    top: -5px;
    left: 240px;
}

.s7_dot span {
    width: 7px;
    height: 7px;
    border-radius: 10px;
    display: block;
}

.sub7_3_1_title .s7_dot span {
    background-color: #f94d57;
}

.s7_dot span:first-child {
    margin-right: 45px;
}

.strong_title>img {
    position: absolute;
    z-index: -1;
}

.sub7_3_1_title .strong_title>img {
    bottom: -3px;
    left: 200px;
}

.sub7_3_title>p {
    font-size: 36px;
    font-family: 'S-CoreDream-7ExtraBold', sans-serif;
    margin-top: 10px;
}

.sub7_3_1_title {
    color: #fb5f5f;
}

.sub7_3_img1_box {
    width: max-content;
    margin: 60px auto 0;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s7_tag {
    position: absolute;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.s7_tag span {
    font-size: 25px;
    color: #fff;
    font-family: 'S-CoreDream-3Light', sans-serif;
    font-weight: bold;
    padding: 0 8px;
    margin-bottom: 10px;
}

.s7_tag span:last-child {
    margin-bottom: 0;
}

.sub7_3_1_img1_box .s7_tag {
    top: 60px;
    right: 50px;
}

.sub7_3_1_img1_box .s7_tag span {
    background-color: #fb5f5f;
}

.sub7_3_1_section3 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 60px;
}

p.s7_3_before {
    font-family: 'ELAND_Nice_M', sans-serif;
    font-size: 58px;
    letter-spacing: -1px;
    margin-right: -1px;
    text-align: center;
}

p.s7_3_1_before {
    color: #fb5f5f;
}

.s7_3_before_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px auto 0;
}

.s7_3_doctor {
    width: 700px;
    border: 10px solid #efefef;
    box-sizing: border-box;
    margin: 30px auto 0;
    padding: 20px 30px;
    display: flex;
    align-items: center;
}

.s7_3_doctor p {
    font-size: 17px;
    line-height: 27px;
    letter-spacing: -0.5px;
    color: #222;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    margin-left: 40px;
}

.sub7_3_1_section4 {
    width: 100%;
    padding: 90px 0 100px;
}

.s7_3_solution {
    width: 100%;
    height: 120px;
    display: flex;
}

.solution_title {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    color: #fff;
    font-family: 'ELAND_Nice_M', sans-serif;
    position: relative;
}

.s7_3_1_solution .solution_title {
    background-color: #fb5f5f;
}

.solution_title i {
    font-size: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: -33px;
    z-index: 1;
}

.s7_3_1_solution .solution_title i {
    color: #fb5f5f;
}

.s7_3_solution>p {
    width: 67%;
    height: 100%;
    padding: 0 90px;
    box-sizing: border-box;
    background-color: #f6f6f6;
}

.s7_3_solution>p strong {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #111;
    font-family: 'S-CoreDream-6Bold', sans-serif;
    font-weight: normal;
    border-bottom: 1px solid #d7d7d7;
    box-sizing: border-box;
}

.s7_3_solution>p span {
    width: 100%;
    height: 50%;
    font-size: 19px;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'S-CoreDream-3Light', sans-serif;
    font-weight: bold;
    text-align: center;
}

.s7_3_solution_ba {
    width: 100%;
    margin-top: 40px;
}

.s7_3_solution_ba ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.s7_3_solution_ba ul li {
    width: 49.2%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s7_3_solution_ba ul li img {
    width: 100%;
}

.s7_3_solution_ba ul li p {
    width: 100%;
    position: absolute;
    padding: 4px 0;
    text-align: center;
    left: 0;
    bottom: 0;
    font-size: 19px;
    color: #fff;
    font-family: 'S-CoreDream-3Light', sans-serif;
    font-weight: bold;
}

.s7_3_1_solution_ba ul li p {
    background-color: #5d3333;
}

.s7_3_solution_img {
    width: 100%;
    margin-top: 40px;
}

.s7_3_solution_img img {
    max-width: 100%;
}

/* // sub7_3_1 - 모델스토리1 */


/* sub7_3_2 - 모델스토리2 */
.sub7_3_2_title .strong_title>img {
    bottom: 0;
    right: -5px;
}

.sub7_3_2_title p {
    color: #6c7cdf;
}

.sub7_3_2_img1_box .s7_tag {
    top: 40px;
    right: 65px;
}

.sub7_3_2_img1_box .s7_tag span {
    background-color: #2837ac;
}

p.s7_3_2_before {
    color: #6c7cdf;
}

.s7_3_2_solution .solution_title {
    background-color: #6c7cdf;
}

.s7_3_2_solution .solution_title i {
    color: #6c7cdf;
}

.s7_3_2_solution_ba ul li p {
    background-color: #33355d;
}

/* // sub7_3_2 - 모델스토리2 */


/* sub7_3_3 - 모델스토리3 */
.sub7_3_3_title .strong_title>img {
    z-index: 0;
    bottom: -2px;
    right: -5px;
}

.sub7_3_3_title>p {
    color: #3db66d;
}

.sub7_3_3_img1_box .s7_tag span {
    background-color: #3db66d;
}

.sub7_3_3_img1_box .s7_tag {
    top: 40px;
    right: 80px;
}

p.s7_3_3_before {
    color: #3db66d;
}

.s7_3_3_solution .solution_title {
    background-color: #3db66d;
}

.s7_3_3_solution .solution_title i {
    color: #3db66d;
}

.s7_3_3_solution_ba ul li p {
    background-color: #2f4b39;
}

/* // sub7_3_3 - 모델스토리3 */


/* sub7_3_4 - 모델스토리4 */
.sub7_3_4_title .strong_title img {
    bottom: -3px;
    left: 0;
    z-index: 0;
}

.sub7_3_4_title>p {
    color: #5dbede;
}

.sub7_3_4_img1_box .s7_tag {
    top: 40px;
    right: 80px;
}

.sub7_3_4_img1_box .s7_tag span {
    background-color: #5dbede;
}

p.s7_3_4_before {
    color: #5dbede;
}

.s7_3_4_solution .solution_title {
    background-color: #5dbede;
}

.s7_3_4_solution .solution_title i {
    color: #5dbede;
}

.s7_3_4_solution_ba ul li p {
    background-color: #334c5d;
}

/* // sub7_3_4 - 모델스토리4 */


/* sub7_3_5 - 모델스토리5 */
.sub7_3_5_title .s7_dot {
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.sub7_3_5_title .s7_dot span {
    background-color: #f9814c;
}

.sub7_3_5_title>p {
    color: #f9814c;
}

.sub7_3_5_img1_box .s7_tag {
    top: 0;
    right: 60px;
}

.sub7_3_5_img1_box .s7_tag span {
    background-color: #f9814c;
}

.s7_tag p {
    padding: 0 8px;
    font-size: 27px;
    color: #fff;
    font-family: 'S-CoreDream-7ExtraBold', sans-serif;
    transform: rotate(-8deg);
    margin-bottom: 8px;
    margin-left: -5px;
}

.sub7_3_5_img1_box .s7_tag p {
    background-color: #ff5d15;
}

p.s7_3_5_before {
    color: #f9814c;
}

.s7_3_5_solution .solution_title {
    background-color: #f9814c;
}

.s7_3_5_solution .solution_title i {
    color: #f9814c;
}

.s7_3_5_solution_ba ul li p {
    background-color: #5d4433;
}

/* // sub7_3_5 - 모델스토리5 */


/* sub7_3_6 - 모델스토리6 */
.sub7_3_6_title .strong_title img {
    left: 160px;
    bottom: -3px;
    z-index: 0;
}

.sub7_3_6_title>p {
    color: #9d66d1;
}

.sub7_3_6_img1_box .s7_tag {
    top: 40px;
    right: 60px;
}

.sub7_3_6_img1_box .s7_tag span {
    background-color: #9d66d1;
}

p.s7_3_6_before {
    color: #9d66d1;
}

.s7_3_6_solution .solution_title {
    background-color: #9d66d1;
}

.s7_3_6_solution .solution_title i {
    color: #9d66d1;
}

.s7_3_6_solution_ba ul li p {
    background-color: #48335d;
}

/* // sub7_3_6 - 모델스토리6 */


/* sub7_3_7 - 모델스토리7 */
.sub7_3_7_title .strong_title {
    font-size: 48px;
}

.sub7_3_7_title .strong_title img {
    left: -5px;
    bottom: -2px;
    z-index: 0;
}

.sub7_3_7_title>p {
    color: #ffb24e;
}

.sub7_3_7_img1_box .s7_tag {
    top: 40px;
    right: 60px;
}

.sub7_3_7_img1_box .s7_tag span {
    background-color: #ffb24e;
}

p.s7_3_7_before {
    color: #ffb24e;
}

.s7_3_7_solution .solution_title {
    background-color: #ffb24e;
}

.s7_3_7_solution .solution_title i {
    color: #ffb24e;
}

.s7_3_7_solution_ba ul li p {
    background-color: #5d3333;
}

/* // sub7_3_7 - 모델스토리7 */


/* sub7_3_8 - 모델스토리8 */
.sub7_3_8_title .strong_title img {
    bottom: 0;
    right: -35px;
    z-index: 0;
}

.sub7_3_8_title>p {
    color: #ff7ba0;
}

.sub7_3_8_img1_box .s7_tag {
    top: 0;
    right: 100px;
}

.sub7_3_8_img1_box .s7_tag p {
    background-color: #ff3971;
}

.sub7_3_8_img1_box .s7_tag span {
    background-color: #ff7ba0;
}

p.s7_3_8_before {
    color: #ff7ba0;
}

.s7_3_8_solution .solution_title {
    background-color: #ff7ba0;
}

.s7_3_8_solution .solution_title i {
    color: #ff7ba0;
}

.s7_3_8_solution_ba ul li p {
    background-color: #4b2f38;
}

/* // sub7_3_8 - 모델스토리8 */































/* mobile */
@media screen and (max-width: 767px) {

    #s7_2_PC{
        display: none !important;
    }

    #s7_2_M{
        display: flex !important;
    }



    /* sub7_1 - 전후사진 */
    .sub7_1_section1 {
        height: auto;
        padding: 30px 0;
    }

    .sub7_1_section1 .s2_1_sec1_textbox {
        margin: 0;
    }

    .sub7_1_section1 h1 {
        font-size: 24px;
    }


    .sub7_1_section2 {
        margin-bottom: 50px;
    }

    ul.pc_s7_1_mainmenu {
        display: none !important;
    }

    ul.m_s7_1_mainmenu {
        width: 90%;
        margin: 0 auto;
        display: block !important;
        box-sizing: border-box;
        border: 1px solid #d7d7d7;
    }

    ul.m_s7_1_mainmenu .slick-track>li {
        height: 45px;
        border-right: 1px solid #d7d7d7;
        box-sizing: border-box;
        position: relative;
    }

    ul.m_s7_1_mainmenu .slick-track>li:last-child {
        border-right: 0;
    }

    ul.m_s7_1_mainmenu .slick-track>li.slick-center {
        background-color: #023f87;
    }

    ul.m_s7_1_mainmenu .slick-track>li.slick-center p {
        color: #fff;
        font-family: 'Pretendard-Medium', sans-serif;
    }

    ul.m_s7_1_mainmenu .slick-track>li>p {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        cursor: inherit;
        font-size: 13px;
        color: #777;
        font-family: 'Pretendard-Regular', sans-serif;
    }

    ul.m_s7_1_mainmenu .slick-track>li>p span {
        font-size: 10px;
        margin-top: 2px;
    }

    ul.s7_1_submenu {
        display: none;
    }

    .view_tab {
        margin-bottom: 10px;
    }

    .view_tab>ul li {
        width: 40px;
        height: 40px;
        font-size: 10px;
        cursor: inherit;
        margin-right: 5px;
    }

    .photo_info {
        height: auto;
        padding: 7px 0;
        font-size: 12px;
    }

    .photo_info span {
        margin: 0 3px;
    }

    /* // sub7_1 - 전후사진 */


    /* sub7_2 - 수술후기 */
    .sub7_2_section1 h1 {
        font-size: 24px;
        margin-top: 10px;
    }

    .sub7_2_section1 .s2_1_sec1_textbox {
        margin-bottom: 0 !important;
    }

    .sub7_2_section2 {
        padding: 50px 0;
    }

    .s7_2_con {
        border-radius: 30px;
        padding: 50px 20px 15px;
    }

    .s7_2_con>p {
        width: 200px;
        top: -35px;
    }

    .s7_2_con>p img {
        width: 100%;
    }

    .s7_2_con>p span {
        font-size: 16px;
        margin-top: -3px;
    }

    .sub7_2_section4 ul.pc_s7_2_con_ul{
        display: none;
    }

    .m_s7_2_con_ul_box{
        display: block !important;
        width: 100%;
    }

    .m_s7_2_con_ul_box ul.m_s7_2_con_ul{
        width: 100%;
        display: inline-block;
    }

    .m_s7_2_con_ul_box ul.m_s7_2_con_ul li{
        width: 49%;
        float: left;
        margin: 5px 2% 5px 0;
    }

    .m_s7_2_con_ul_box ul.m_s7_2_con_ul li:nth-child(2n){
        margin-right: 0;
    }

    .sub7_2_section3 .s7_2_con ul li {
        width: 49%;
        margin: 0 2% 20px 0;
    }

    .sub7_2_section3 .s7_2_con ul li:nth-child(5n) {
        margin: 0 2% 20px 0;
    }

    .sub7_2_section3 .s7_2_con ul li:nth-child(2n){
        margin-right: 0;
    }

    .review_imgbox {
        /* height: 145px; */
        height: 100px;
        cursor: inherit;
    }

    .sub7_2_section3  .review_imgbox {
        /* height: 170px; */
        height: 110px;
    }

    .review_imgbox:hover img {
        transform: none;
    }

    .review_imgbox img {
        transition: none;
    }

    .sub7_2_section2 ul li p {
        margin-top: 5px;
        font-size: 12px;
        line-height: 18px;
    }

    .sub7_2_section3 .s7_2_con {
        padding: 0;
    }

    .write_btn a {
        width: 100px;
        height: 35px;
        font-size: 14px;
    }

    /* // sub7_2 - 수술후기 */


    /* sub7_2_w - 수술후기 글쓰기 */
    .sub7_2_w_section1 ul li {
        padding: 10px;
        display: block;
    }

    .sub7_2_w_section1 ul li>p {
        width: 100%;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .write_input1 {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }

    .write_input1 input {
        width: 100%;
        height: 35px;
        font-size: 12px;
    }

    .write_input1 input::placeholder {
        font-size: 12px;
    }

    .write_input1>p {
        font-size: 10px;
        margin-left: 5px;
        margin-top: 7px;
    }

    .write_input2 {
        width: 100%;
    }

    .write_input2 input {
        height: 35px;
        font-size: 12px;
    }

    .write_input2 textarea {
        height: 150px;
        font-size: 12px;
    }

    .write_input3 {
        width: 100%;
    }

    .file_box p {
        width: 150px;
        height: 35px;
        font-size: 12px;
    }

    .file_box p i{
        font-size: 14px;
        cursor: inherit;
    }

    .file_btn {
        width: 70px;
        height: 35px;
        font-size: 12px;
        cursor: inherit;
    }

    .add_btn,
    .del_btn {
        width: 70px;
        height: 35px;
        font-size: 12px;
        cursor: inherit;
    }

    .agree {
        margin-top: 30px;
    }

    .check_box {
        margin-right: 5px;
        cursor: inherit;
    }

    .agree p {
        font-size: 12px;
    }

    .agree p span {
        cursor: inherit;
    }

    .write_d_btn button {
        width: 100px;
        height: 35px;
        font-size: 14px;
    }

    .write_d_btn button.cancle_btn {
        margin-right: 5px;
    }

    /* // sub7_2_w - 수술후기 글쓰기 */


    /* sub7_3 - 모델스토리 */
    .sub7_3_section2 {
        padding: 0;
    }

    .sub7_3_section2 .center>img{
        width: 40px;
        top: -40px;
        left: -10px;
    }

    .sub7_3_section2 ul.m_story_img {
        margin-top: 0;
    }

    /* // sub7_3 - 모델스토리 */


    /* sub7_3_1 - 모델스토리1 */
    .sub7_3_1_section1 {
        padding: 30px 0;
    }

    .sub7_3_1_section1 .s2_1_sec1_textbox>span {
        height: 30px;
        margin: 15px auto -15px;
    }

    .strong_title {
        font-size: 20px;
    }

    .sub7_3_1_title .s7_dot {
        left: 90px;
    }

    .s7_dot span {
        width: 3px;
        height: 3px;
    }

    .s7_dot span:first-child {
        margin-right: 15px;
    }

    .sub7_3_1_title .strong_title>img {
        width: 50px;
        bottom: -2px;
        left: 78px;
    }

    .sub7_3_title>p {
        font-size: 17px;
        margin-top: 8px;
    }

    .sub7_3_img1_box {
        width: 90%;
        margin: 25px auto 0;
    }

    .sub7_3_img1_box img {
        width: 100%;
    }

    .s7_tag span {
        font-size: 10px;
        padding: 0 5px;
        margin-bottom: 5px;
    }

    .sub7_3_1_img1_box .s7_tag {
        top: 15px;
        right: -5px;
    }

    .sub7_3_1_section3 {
        margin-top: 40px;
    }

    p.s7_3_before {
        font-size: 20px;
    }

    .s7_3_before_img {
        width: 100%;
        margin: 15px auto 0;
    }

    .s7_3_before_img img {
        width: 100%;
    }

    .s7_3_doctor {
        width: 100%;
        border: 5px solid #efefef;
        margin: 20px auto 0;
        padding: 15px;
        flex-direction: column;
    }

    .s7_3_doctor img {
        width: 30%;
    }

    .s7_3_doctor p {
        font-size: 12px;
        line-height: 18px;
        margin-left: 0;
        margin-top: 15px;
        word-break: keep-all;
        text-align: center;
    }

    .s7_3_doctor p br {
        display: none;
    }

    .sub7_3_1_section4 {
        padding: 50px 0 0;
    }

    .s7_3_solution {
        height: auto;
    }

    .solution_title {
        width: 30%;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
    }

    .solution_title i {
        font-size: 20px;
        right: -15px;
    }

    .s7_3_solution>p {
        width: 70%;
        height: auto;
        padding: 0 20px;
    }

    .s7_3_solution>p strong {
        height: auto;
        font-size: 13px;
        padding: 5px 0;
    }

    .s7_3_solution>p span {
        height: auto;
        font-size: 10px;
        padding: 5px 0;
        letter-spacing: -0.5px;
    }

    .s7_3_solution_ba {
        margin-top: 15px;
    }

    .s7_3_solution_ba ul li p {
        font-size: 12px;
    }

    .s7_3_solution_img {
        margin-top: 15px;
    }

    /* // sub7_3_1 - 모델스토리1 */


    /* sub7_3_2 - 모델스토리2 */
    .sub7_3_2_title .strong_title>img {
        width: 60px;
    }

    .sub7_3_2_img1_box .s7_tag {
        top: 10px;
        right: 15px;
    }

    /* // sub7_3_2 - 모델스토리2 */


    /* sub7_3_3 - 모델스토리3 */
    .sub7_3_3_title .strong_title>img {
        width: 105px;
    }

    .sub7_3_3_img1_box .s7_tag {
        top: 10px;
        right: 5px;
    }

    /* // sub7_3_3 - 모델스토리3 */


    /* sub7_3_4 - 모델스토리4 */
    .sub7_3_4_title .strong_title img {
        width: 100px;
        bottom: -2px;
    }

    .sub7_3_4_img1_box .s7_tag {
        top: 15px;
        right: 15px;
    }

    /* // sub7_3_4 - 모델스토리4 */


    /* sub7_3_5 - 모델스토리5 */
    .sub7_3_5_img1_box .s7_tag {
        top: 0;
        right: -5px;
    }

    .s7_tag p {
        padding: 0 5px;
        font-size: 11px;
        margin-bottom: 5px;
        margin-left: -3px;
    }

    /* // sub7_3_5 - 모델스토리5 */


    /* sub7_3_6 - 모델스토리6 */
    .sub7_3_6_title .strong_title img {
        width: 105px;
        left: 60px;
    }

    .sub7_3_6_img1_box .s7_tag {
        top: 15px;
        right: -5px;
    }

    /* // sub7_3_6 - 모델스토리6 */


    /* sub7_3_7 - 모델스토리7 */
    .sub7_3_7_title .strong_title {
        font-size: 20px;
    }

    .sub7_3_7_title .strong_title img {
        width: 105px;
    }

    .sub7_3_7_img1_box .s7_tag {
        top: 15px;
        right: 10px;
    }

    /* // sub7_3_7 - 모델스토리7 */


    /* sub7_3_8 - 모델스토리8 */
    .sub7_3_8_title .strong_title img {
        width: 55px;
        right: -10px;
    }

    .sub7_3_8_img1_box .s7_tag {
        top: 0;
        right: 15px;
    }

    /* // sub7_3_8 - 모델스토리8 */

}








































/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    #s7_2_PC{
        display: none !important;
    }

    #s7_2_M{
        display: flex !important;
    }




    /* sub7_1 - 전후사진 */
    .sub7_1_section1 {
        height: auto;
        padding: 30px 0;
    }

    .sub7_1_section1 .s2_1_sec1_textbox {
        margin: 0;
    }

    .sub7_1_section1 h1 {
        font-size: 24px;
    }

    .sub7_1_section2 {
        margin-bottom: 50px;
    }

    ul.pc_s7_1_mainmenu {
        display: none !important;
    }

    ul.m_s7_1_mainmenu {
        width: 90%;
        margin: 0 auto;
        display: block !important;
        box-sizing: border-box;
        border: 1px solid #d7d7d7;
    }

    ul.m_s7_1_mainmenu .slick-track>li {
        height: 45px;
        border-right: 1px solid #d7d7d7;
        box-sizing: border-box;
        position: relative;
    }

    ul.m_s7_1_mainmenu .slick-track>li:last-child {
        border-right: 0;
    }

    ul.m_s7_1_mainmenu .slick-track>li.slick-center {
        background-color: #023f87;
    }

    ul.m_s7_1_mainmenu .slick-track>li.slick-center p {
        color: #fff;
        font-family: 'Pretendard-Medium', sans-serif;
    }

    ul.m_s7_1_mainmenu .slick-track>li>p {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        cursor: inherit;
        font-size: 13px;
        color: #777;
        font-family: 'Pretendard-Regular', sans-serif;
    }

    ul.m_s7_1_mainmenu .slick-track>li>p span {
        font-size: 10px;
        margin-top: 2px;
    }

    ul.s7_1_submenu {
        display: none;
    }

    .view_tab {
        margin-bottom: 10px;
    }

    .view_tab>ul li {
        width: 40px;
        height: 40px;
        font-size: 10px;
        cursor: inherit;
        margin-right: 5px;
    }

    .photo_info {
        height: auto;
        padding: 7px 0;
        font-size: 12px;
    }

    .photo_info span {
        margin: 0 3px;
    }

    /* // sub7_1 - 전후사진 */


    /* sub7_2 - 수술후기 */
    .sub7_2_section1 h1 {
        font-size: 24px;
        margin-top: 10px;
    }

    .sub7_2_section1 .s2_1_sec1_textbox {
        margin-bottom: 0 !important;
    }

    .sub7_2_section2 {
        padding: 50px 0;
    }

    .s7_2_con {
        border-radius: 30px;
        padding: 50px 20px 0;
    }

    .s7_2_con>p {
        width: 200px;
        top: -35px;
    }

    .s7_2_con>p img {
        width: 100%;
    }

    .s7_2_con>p span {
        font-size: 16px;
        margin-top: -3px;
    }

    .s7_2_con ul li {
        margin-bottom: 20px;
    }

    .review_imgbox {
        /* height: 110px; */
        height: 100px;
        cursor: inherit;
    }

    .review_imgbox:hover img {
        transform: none;
    }

    .review_imgbox img {
        transition: none;
    }

    .sub7_2_section2 ul li p {
        margin-top: 5px;
        font-size: 12px;
        line-height: 18px;
    }

    .sub7_2_section3 .s7_2_con {
        padding: 0;
    }

    .write_btn a {
        width: 100px;
        height: 35px;
        font-size: 14px;
    }

    /* // sub7_2 - 수술후기 */


    /* sub7_2_w - 수술후기 글쓰기 */
    .sub7_2_w_section1 ul li {
        padding: 10px;
        display: block;
    }

    .sub7_2_w_section1 ul li>p {
        width: 100%;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .write_input1 {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }

    .write_input1 input {
        width: 100%;
        height: 35px;
        font-size: 12px;
    }

    .write_input1 input::placeholder {
        font-size: 12px;
    }

    .write_input1>p {
        font-size: 10px;
        margin-left: 5px;
        margin-top: 7px;
    }

    .write_input2 {
        width: 100%;
    }

    .write_input2 input {
        height: 35px;
        font-size: 12px;
    }

    .write_input2 textarea {
        height: 150px;
        font-size: 12px;
    }

    .write_input3 {
        width: 100%;
    }

    .file_box p {
        width: 400px;
        height: 35px;
        font-size: 12px;
    }

    .file_btn {
        width: 70px;
        height: 35px;
        font-size: 12px;
        cursor: inherit;
    }

    .file_box p i{
        font-size: 14px;
        cursor: inherit;
    }


    .add_btn,
    .del_btn {
        width: 70px;
        height: 35px;
        font-size: 12px;
        cursor: inherit;
    }

    .agree {
        margin-top: 30px;
    }

    .check_box {
        margin-right: 5px;
        cursor: inherit;
    }

    .agree p {
        font-size: 12px;
    }

    .agree p span {
        cursor: inherit;
    }

    .write_d_btn button {
        width: 100px;
        height: 35px;
        font-size: 14px;
    }

    .write_d_btn button.cancle_btn {
        margin-right: 5px;
    }

    /* // sub7_2_w - 수술후기 글쓰기 */


    /* sub7_3 - 모델스토리 */
    .sub7_3_section2 {
        padding: 0;
    }

    .sub7_3_section2 .center>img{
        width: 40px;
        top: -45px;
        left: 7%;
    }

    .sub7_3_section2 ul.m_story_img {
        width: 80%;
        display: table;
        margin: 0 auto;
    }

    /* // sub7_3 - 모델스토리 */


    /* sub7_3_1 - 모델스토리1 */
    .sub7_3_1_section1 {
        padding: 30px 0;
    }

    .sub7_3_1_section1 .s2_1_sec1_textbox>span {
        height: 30px;
        margin: 15px auto -15px;
    }

    .strong_title {
        font-size: 20px;
    }

    .sub7_3_1_title .s7_dot {
        left: 90px;
    }

    .s7_dot span {
        width: 3px;
        height: 3px;
    }

    .s7_dot span:first-child {
        margin-right: 15px;
    }

    .sub7_3_1_title .strong_title>img {
        width: 50px;
        bottom: -2px;
        left: 78px;
    }

    .sub7_3_title>p {
        font-size: 17px;
        margin-top: 8px;
    }

    .sub7_3_img1_box {
        width: 60%;
        margin: 25px auto 0;
    }

    .sub7_3_img1_box img {
        width: 100%;
    }

    .s7_tag span {
        font-size: 10px;
        padding: 0 5px;
        margin-bottom: 5px;
    }

    .sub7_3_1_img1_box .s7_tag {
        top: 20px;
        right: 25px;
    }

    .sub7_3_1_section3 {
        margin-top: 40px;
    }

    p.s7_3_before {
        font-size: 20px;
    }

    .s7_3_before_img {
        width: 100%;
        margin: 15px auto 0;
    }

    .s7_3_before_img img {
        width: 100%;
    }

    .s7_3_doctor {
        width: 100%;
        border: 5px solid #efefef;
        margin: 20px auto 0;
        padding: 15px;
        justify-content: center;
    }

    .s7_3_doctor img {
        width: 20%;
    }

    .s7_3_doctor p {
        font-size: 12px;
        line-height: 18px;
        margin-left: 30px;
        margin-top: 15px;
        word-break: keep-all;
    }

    .sub7_3_1_section4 {
        padding: 50px 0 0;
    }

    .s7_3_solution {
        height: auto;
    }

    .solution_title {
        width: 30%;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
    }

    .solution_title i {
        font-size: 20px;
        right: -15px;
    }

    .s7_3_solution>p {
        width: 70%;
        height: auto;
        padding: 0 20px;
    }

    .s7_3_solution>p strong {
        height: auto;
        font-size: 13px;
        padding: 5px 0;
    }

    .s7_3_solution>p span {
        height: auto;
        font-size: 10px;
        padding: 5px 0;
    }

    .s7_3_solution_ba {
        margin-top: 15px;
    }

    .s7_3_solution_ba ul li p {
        font-size: 12px;
    }

    .s7_3_solution_img {
        margin-top: 15px;
    }

    /* // sub7_3_1 - 모델스토리1 */


    /* sub7_3_2 - 모델스토리2 */
    .sub7_3_2_title .strong_title>img {
        width: 60px;
    }

    .sub7_3_2_img1_box .s7_tag {
        top: 20px;
        right: 25px;
    }

    /* // sub7_3_2 - 모델스토리2 */


    /* sub7_3_3 - 모델스토리3 */
    .sub7_3_3_title .strong_title>img {
        width: 105px;
    }

    .sub7_3_3_img1_box .s7_tag {
        top: 20px;
        right: 25px;
    }

    /* // sub7_3_3 - 모델스토리3 */


    /* sub7_3_4 - 모델스토리4 */
    .sub7_3_4_title .strong_title img {
        width: 100px;
        bottom: -2px;
    }

    .sub7_3_4_img1_box .s7_tag {
        top: 20px;
        right: 25px;
    }

    /* // sub7_3_4 - 모델스토리4 */


    /* sub7_3_5 - 모델스토리5 */
    .sub7_3_5_img1_box .s7_tag {
        top: 20;
        right: 25px;
    }

    .s7_tag p {
        padding: 0 5px;
        font-size: 11px;
        margin-bottom: 5px;
        margin-left: -3px;
    }

    /* // sub7_3_5 - 모델스토리5 */


    /* sub7_3_6 - 모델스토리6 */
    .sub7_3_6_title .strong_title img {
        width: 105px;
        left: 60px;
    }

    .sub7_3_6_img1_box .s7_tag {
        top: 20px;
        right: 25px;
    }

    /* // sub7_3_6 - 모델스토리6 */


    /* sub7_3_7 - 모델스토리7 */
    .sub7_3_7_title .strong_title {
        font-size: 20px;
    }

    .sub7_3_7_title .strong_title img {
        width: 105px;
    }

    .sub7_3_7_img1_box .s7_tag {
        top: 20px;
        right: 25px;
    }

    /* // sub7_3_7 - 모델스토리7 */


    /* sub7_3_8 - 모델스토리8 */
    .sub7_3_8_title .strong_title img {
        width: 55px;
        right: -10px;
    }

    .sub7_3_8_img1_box .s7_tag {
        top: 20;
        right: 25px;
    }

    /* // sub7_3_8 - 모델스토리8 */

}
