/* common */
.sub .title-box {}
.sub .title-box .obj-wrap {display: flex; margin-bottom: 20px; justify-content: center;}
.sub .title-box .obj {display: inline-block; width: 8px; height: 8px; background: rgba(11, 49, 143, .4);}
.sub .title-box .obj:nth-child(2) {background: #0b318f;}
.sub .title-box .obj + .obj {margin-left: 10px;}
.sub .sc-title {font-family: 'NanumSquareExtraBold'; font-size: 40px; color: #000; text-align: center;}
.sub .sc-title span {font-family: 'NanumSquareLight';}
.sub .sc-desc {font-size: 17px; font-weight: 300; line-height: 1.82; letter-spacing: -0.43px; color: #333; margin-top: 35px; text-align: center;}
.sub .sc-desc b {font-weight: 500;}
.sub .img_list { display: flex; justify-content: space-between; margin:40px 0 0; flex-wrap: wrap;}
.sub .img_list.col1 li { width:100%; background:#fff; border:1px solid #ddd; padding:50px; text-align: center; }
.sub .img_list.col2 li { width:calc(50% - 15px); }
.sub .img_list.col3 li { width:calc(33.3% - 23.5px); }
.sub .img_list.col4 li { width:calc(25% - 15px); }
/* .sub .img_list.col4 li p {position: relative; padding-left: 10px;}
.sub .img_list.col4 li p::before {content: ''; display: block; width: 3px; height: 3px; background-color: #333; position: absolute; left: 0; top: 50%; transform: translateY(-50%); border-radius: 50%} */
.sub .img_list p { margin:17px 0 0; font-size: 15px; font-weight: 300; color: #333; letter-spacing: -0.38px; }


/* surgery */
.sc-surgery {overflow: hidden;}
.sc-surgery .common-inner {padding: 80px 0;}
.sc-surgery .bg-gray {background: #f7f7f7;}
.sc-surgery .inner1 .img {margin-top: 50px; }

.sc-surgery .surgery-list {border-top: 1px solid #c5c5c5; margin-top: 80px; display: flex; justify-content: space-evenly;}
.sc-surgery .surgery-item {position: relative; text-align: center;}
.sc-surgery .surgery-item .ico-circle {position: relative; width: 21px; height: 21px; border-radius: 50%; background: rgba(157, 157, 157, .3); transition: .3s; margin-top: -10px;}
.sc-surgery .surgery-item .ico-circle::before {content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 9px; height: 9px; background: #9d9d9d; border-radius: 50%; transition: .3s;}
.sc-surgery .surgery-item.active .ico-circle {background: rgba(11, 49, 143, .3);}
.sc-surgery .surgery-item.active .ico-circle::before {background: #0b318f;}
.sc-surgery .surgery-item .info-box {margin-top: 35px;}
.sc-surgery .surgery-item .ico-surgery {background-color: #f7f7f7; background-position: center; width: 171px; height: 171px; border-radius: 50%; margin-bottom: 30px;}
.sc-surgery .surgery-item:nth-child(1) .ico-surgery {background-image: url("../img/ico_surgery1.png");}
.sc-surgery .surgery-item:nth-child(2) .ico-surgery {background-image: url("../img/ico_surgery2.png");}
.sc-surgery .surgery-item:nth-child(3) .ico-surgery {background-image: url("../img/ico_surgery3.png");}
.sc-surgery .surgery-item:nth-child(4) .ico-surgery {background-image: url("../img/ico_surgery4.png");}
.sc-surgery .surgery-item .num {display: block; width: 80px; background: #0b318f; padding: 3px 0; font-size: 14px; color: #fff; border-radius: 13px; margin: 0 auto 10px;}
.sc-surgery .surgery-item .title {display: block; font-size: 22px; font-weight: 700; color: #000;}
.sc-surgery .thumb-area-wrap {display: flex; justify-content: space-between;}
.sc-surgery .thumb-area {width: calc((100% - 100px) / 3);}
.sc-surgery .thumb-area .thumb-box {background: #fff; display: flex; justify-content: center; align-items: center; font-size: 19px; font-weight: 300; letter-spacing: -0.43px; color: #999;}
.sc-surgery .thumb-area .info-box {margin-top: 25px;}
.sc-surgery .thumb-area .title {font-size: 15px; font-weight: 300; color: #333; letter-spacing: -0.43px;}
.sc-surgery .desc-box {margin-top: 60px; background: #fff; padding: 40px 65px; border: 1px solid #ddd;}
.sc-surgery .desc-box .desc {font-size: 17px; font-weight: 300; line-height: 1.82; letter-spacing: -0.43px; color: #333; display: flex; justify-content: center; text-align: center;}
.sc-surgery .text_no_bg {font-size: 17px; font-weight: 300; line-height: 1.82; letter-spacing: -0.43px; color: #333; display: flex; margin-bottom: 50px;}
.sc-surgery .headline-title {font-family: 'NanumSquareLight'; font-size: 32px; color: #000; text-align: center;}
.sc-surgery .headline-title em {font-family: 'NanumSquareExtraBold';}
.sc-surgery .headline-title::before {content: ''; display: block; width: 30px; height: 1px; background: #333; margin: 0 auto 18px;}
.sc-surgery .reason-list {border-top: 2px solid #333; margin-top: 55px;}
.sc-surgery .reason-item {border-bottom: 1px solid #ddd; padding: 47px 0; display: flex;}
.sc-surgery .reason-item .column-left {width: 25%; display: flex;}
.sc-surgery .reason-item .column-right {width: 75%;}
.sc-surgery .reason-item .num {font-family: 'Montserrat'; font-size: 40px; font-weight: 700; position: relative; top: -5px; margin-right: 20px;}
.sc-surgery .reason-item:nth-child(2n) .num {color: #717071;}
.sc-surgery .reason-item:nth-child(2n+1) .num {color: #0b318f;}
.sc-surgery .reason-item .title {font-size: 23px; font-weight: 700; letter-spacing: -0.58px; color: #000;}
.sc-surgery .reason-item .title span {display: block; font-size: 18px; font-weight: 300; letter-spacing: -0.45px; color: #333;}
.sc-surgery .reason-item .desc {font-size: 16px; font-weight: 300; line-height: 1.75; letter-spacing: -0.4px; color: #333;}
.sc-surgery .reason-item .desc br {display: none;}

.inner3 b {font-size: 18px; font-weight: 700; color:#000; letter-spacing: -.45px; margin: 0 0 20px; display: block;}
.inner3 .dog {margin-top: 35px; }
.inner3 .dog .flex .img_list.col3 {width: calc(60% - 15px); justify-content: flex-start; margin:0; }
.inner3 .dog .flex {display: flex; justify-content: space-between; align-items: flex-start; }
.inner3 .dog .flex > div {width: 40%;}
.inner3 .dog .flex .img_list.col3 li {width: calc(33.3% - 10.7px); margin-right: 16px;}
.inner3 .dog .flex .img_list.col3 li:nth-child(3n) {margin-right: 0;}
.inner3 .dog .flex .img_list.col3 li:nth-child(n+4) {margin-top:16px;}

.inner3 .cat {margin-top:50px; }
.inner3 .cat .img_list {margin-top: 0;}
.inner3 .cat .img_list.col3 {margin-top: 20px;}
.inner3 .cat .img_list.col3 li {display: flex; align-items: center; justify-content: center; border:1px solid #ddd; width: calc(33.3% - 12px);}

.sc-surgery .headline-title {font-family: 'NanumSquareLight'; font-size: 32px; color: #000; text-align: center; margin-bottom:50px;}
.sc-surgery .headline-title em {font-family: 'NanumSquareExtraBold';}

.sc-surgery .headline-title::before {content: ''; display: block; width: 25px; height: 2px; background: #0b318f; margin: 0 auto 18px;}
.sc-surgery .txt_left { text-align: left; }
.sc-surgery .headline-title.txt_left::before { margin:0 0 18px; }

.sc-surgery .endoscope-list {display: flex; flex-wrap: wrap; margin-top: 90px; justify-content: space-between; }
.sc-surgery .endoscope-item {position: relative; width: calc((100% - 30px) / 2); background: #fff; border: 1px solid #ddd; padding: 50px 35px 40px; text-align: center; }
.sc-surgery .endoscope-item:nth-child(3n) {margin-right: 0;}
.sc-surgery .endoscope-item:nth-child(n+4) {margin-top: 65px;}
.sc-surgery .endoscope-item .image, .sc-surgery .endoscope-item .image img {width: 100%; height: 100%; object-fit: cover;}
.sc-surgery .endoscope-item .num {position: absolute; left: 50%; top: -27px; transform: translateX(-50%); display: flex; justify-content: center; align-items: center; width: 54px; height: 54px; background: #0b318f; border-radius: 50%; font-family: 'NanumSquareExtraBold'; font-size: 22px; letter-spacing: -0.55px; color: #fff;}
.sc-surgery .endoscope-item .title {font-size: 24px; font-weight: 700; letter-spacing: -0.6px; color: #000;}
.sc-surgery .endoscope-item .desc {font-size: 17px; font-weight: 300; line-height: 1.82; letter-spacing: -0.43px; color: #333; margin-top: 20px; }

.inner3 strong { margin: 0 0 45px 0; position:relative; padding-left: 45px; display: block; font-size: 20px; font-weight: 500; letter-spacing: -0.68px; }
.inner3 strong::before { content:""; position:absolute; left:0; width:32px; top:2px; height: 29px; background:url('../img/ico_check.png') no-repeat center; }

.gray_box {display: flex; justify-content: space-between; margin-top: 30px;}
.gray_box p {background-color: #f7f7f7; width: calc(100% / 2 - 15px); text-align: center; padding: 40px 0; font-size: 17px; font-weight: 300; color: #222;}
.inner3 .gray_box:nth-child(n+2) p {margin-top: 0}

.inner5 .gray_box p {text-align: left; padding: 40px 50px; display: flex; align-items: center; gap:20px; padding-right: 20px;}
.inner5 .gray_box p b {font-size: 40px; font-weight: 800; font-family: 'Montserrat', sans-serif; line-height: -5px; color: #0b318f;}

.inner6 .thumb-area-wrap {margin-top: 50px;}

/* media query */
@media screen and (max-width: 1700px) {
    /* common */
    .sc-surgery br:not(.br) {display: none;}
    .sc-surgery .common-inner {padding-left: 20px; padding-right: 20px;}

    .sc-surgery .reason-item .desc {white-space: normal;}
}

@media screen and (max-width: 1400px) {
    /* common */
    .sc-surgery .common-inner {padding-left: 40px; padding-right: 40px;}
}

@media screen and (max-width: 1200px) {
    .sc-surgery .headline-title {margin-bottom: 40px;}
}

@media screen and (max-width: 1023px) {
    /* common */
    .sc-surgery .common-inner {padding-left: 60px; padding-right: 60px;}
    .sub .sc-title {font-size: 35px;}
    .sc-surgery .headline-title {font-size: 32px;}
    .sub .sc-desc {margin-top: 25px;}
    .sub .sc-desc, .sc-surgery .endoscope-item .desc, .sc-surgery .desc-box .desc, .sc-surgery .desc {font-size: 16px;}
    .sc-surgery .endoscope-item .title {font-size: 22px;}
    .sub .img_list.col4 li { width:calc(25% - 10px); }

    .sc-surgery .surgery-item .ico-surgery {width: 140px; height: 140px;}
    .sc-surgery .surgery-item .title {font-size: 20px;}
    .sc-surgery .reason-item .title span {font-size: 17px;}
    .sc-surgery .reason-item .desc {font-size: 15px;}
    .sc-surgery .reason-item .num {font-size: 35px;}
    .sc-surgery .thumb-area .thumb-box {height: auto; }

    .sc-surgery .headline-title {font-size: 32px;}

    .sc-surgery .endoscope-item .desc {font-size: 16px;}
    .sc-surgery .endoscope-item .title {font-size: 22px;}
    .sc-surgery .endoscope-item {padding-left: 20px; padding-right: 20px;}
    .sc-surgery .endoscope-item {width: calc((100% - 20px) / 2);}
    .sc-surgery .endoscope-list {margin-top: 65px;}

    .gray_box p {width: 100%; font-size: 16px; padding: 35px 0; margin-bottom: 15px;}
    .gray_box {display: block; margin-top: 0;}
    .gray_box:last-child p {margin-bottom: 0}
    .inner3 strong::before {background-size: contain; height: 24px;}
    .inner3 strong {font-size: 18px;}
    .sc-surgery .desc-box {padding: 35px 40px; margin-top: 50px;}
    .inner5 .gray_box p {padding: 35px 45px; }
    .inner5 .gray_box p b {font-size: 35px;}

    .sc-surgery .headline-title {margin-bottom: 30px;}
}

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

    /* common */
    .sc-surgery .common-inner {padding-left: 40px; padding-right: 40px;}
    .sub .sc-title {font-size: 30px;}
    .sc-surgery .headline-title {font-size: 27px;}
    .sub .sc-desc, .sc-surgery .thumb-area .title, .sc-surgery .desc-box .desc, .sc-surgery .desc {font-size: 15px;}
    .sub .img_list.col2 li { width:calc(50% - 10px); }
    .sub .img_list.col3 li { width:calc(33.3% - 7px); }
    .sub .img_list.col4 {flex-wrap: wrap;}
    .sub .img_list.col4 li { width:calc(50% - 10px); }
    .sub .img_list.col4 li:nth-child(n+3) {margin-top: 30px;}
    /* .sub .img_list.col4 li p {margin-top: 5px;} */

    .sc-surgery .inner1 .img {margin-top: 30px; }
    .sc-surgery .surgery-list {flex-wrap: wrap; border-top: none; margin-top: 40px;}
    .sc-surgery .surgery-item .ico-circle {display: none;}
    .sc-surgery .surgery-item .ico-surgery {width: 120px; height: 120px;}
    .sc-surgery .reason-item .title span {font-size: 16px;}
    .sc-surgery .reason-item .desc {font-size: 14px;}
    .sc-surgery .reason-item .num {font-size: 30px; margin-right: 0;}

    .sc-surgery .thumb-area-wrap {flex-direction: column;}
    .sc-surgery .surgery-item {width: 50%; border: 1px solid #ddd; padding: 35px 20px;}
    .sc-surgery .surgery-item:nth-child(2n) {margin-left: -1px;}
    .sc-surgery .surgery-item:nth-child(n+3) {margin-top: -1px;}
    .sc-surgery .thumb-area {width: 100%;}
    .sc-surgery .thumb-area + .thumb-area {margin-top: 50px;}
    .sc-surgery .reason-item {flex-direction: column;}
    .sc-surgery .reason-item .column-left, .sc-surgery .reason-item .column-right {width: 100%;}
    .sc-surgery .reason-item .column-left {flex-direction: column; align-items: center; text-align: center;}
    .sc-surgery .surgery-item .info-box {margin-top: 0;}
    .sc-surgery .reason-item .column-right {margin-top: 25px; text-align: center;}
    .sc-surgery .reason-item .title {font-size: 20px;}
    .sc-surgery .desc-box {padding-left: 30px; padding-right: 30px;}

    .sc-surgery .headline-title {font-size: 27px;}

    .sc-surgery .endoscope-item .desc {font-size: 15px;}
    .sc-surgery .endoscope-item .title {font-size: 21px;}
    .sc-surgery .endoscope-item {width: calc((100% - 20px) / 2);}
    .sc-surgery .endoscope-item, #tab1 .endoscope-item:nth-child(3n) {margin-right: 20px;}
    .sc-surgery .endoscope-item:nth-child(2n) {margin-right: 0;}
    .sc-surgery .endoscope-item:nth-child(n+3) {margin-top: 50px;}

    .gray_box p {width: 100%; font-size: 15px; padding: 20px 0; margin-bottom: 10px;}
    .inner3 strong::before {background-size: contain; height: 20px;}
    .inner3 strong {font-size: 16px;}
    .sc-surgery .desc-box {padding: 25px 30px; margin-top: 30px;}
    .inner5 .gray_box p {padding: 20px 35px; }
    .inner5 .gray_box p b {font-size: 30px;}
    .in6_img img {width: 100%}

    .sc-surgery .headline-title {margin-bottom: 35px;}

    .inner3 strong {display: block; width: fit-content; margin: 0px auto; margin-bottom: 30px;}
}

@media screen and (max-width: 640px) {
    .sc-surgery .common-inner {padding-left: 20px; padding-right: 20px;}
    .inner3 .dog .flex .img_list.col3 {width: calc(60% - 10px);}
    .inner3 .dog .flex .img_list.col3 li {width: calc(33.3% - 6.7px); margin-right: 10px; margin-bottom: 0;}
    .inner3 .dog .flex .img_list.col3 li:nth-child(n+4) {margin-top: 10px;}

    .sc-surgery .endoscope-item .num {position: static; margin: 0 auto 30px; transform: none;}
    .sc-surgery .endoscope-item {width: 100%; padding-top: 35px; padding-bottom: 35px;}
    .sc-surgery .endoscope-item, .sc-surgery .endoscope-item:nth-child(3n) {margin-right: 0;}
    .sc-surgery .endoscope-item, .sc-surgery .endoscope-item:nth-child(n+3) {margin-top: -1px;}

    .sc-surgery .endoscope-list {margin-top: 40px;}

    .inner5 .gray_box p b {font-size: 18px;}
    .inner5 .gray_box p {gap: 10px; align-items: flex-start; padding: 20px;}

}


@media screen and (max-width: 480px) {
    /* common */
    .sc-surgery .common-inner {padding-left: 20px; padding-right: 20px;}
    .sub .sc-title {font-size: 25px;}
    .sub .img_list { flex-wrap: wrap; }
    .sub .img_list.col1 li { padding: 20px; }
    .sub .img_list.col2 li { width:100%;  }
    .sub .img_list.col2 li:nth-child(n+2) {margin-top: 30px;}
    .sub .img_list.col3 li { width:100%; margin-bottom: 10px; }
    .sub .img_list.col4 li { width:calc(50% - 5px); }
    .sub .img_list.col4 li:nth-child(n+3) { margin-top: 20px; }
    .sub .img_list p {margin: 10px 0 0;}
    .sc-surgery .headline-title {font-size: 22px; text-align: center;}
    .sc-surgery .headline-title.txt_left::before {margin: 0px auto; margin-bottom: 18px;}

    .sc-surgery .desc-box .desc, .sc-surgery .desc {flex-direction: column; align-items: center; text-align: center;}
    .sc-surgery .surgery-item  {width: 100%;}
    .sc-surgery .surgery-item:nth-child(n+2) {margin-top: -1px;}
    .sc-surgery .surgery-item:nth-child(2n) {margin-left: 0;}

    .inner3 .dog .flex {display: block; }
    .inner3 .dog .flex .img_list.col3 {width: 100%;}
    .inner3 .dog .flex > div {width: 100%; margin-top: 20px;}
    .inner3 .cat .img_list.col2 li:nth-child(n+2) {margin-top: 20px;}
    .inner3 .cat .img_list.col3 li {width: calc(33.3% - 6.7px); margin-bottom: 0;}

    .sc-surgery .headline-title {font-size: 22px; margin-bottom: 30px; }

}
