header{
    position: sticky;
}
img{
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.img-block{
    margin: 0 auto;
    width: 80%;
}
.under_wrap{
    background-image: url(../img/under_top_pc.png);
    background-size: 100%;
    background-position: top 0% center;
    background-repeat: no-repeat;
}
.under-sec-wrap {
    padding-bottom: 10%;
}
.no-bottom{
    padding-bottom: 0% !important;
}
.under-ttl-wrap{
    max-width: 990rem;
    width: 90%;
    margin: auto;
}
.page-ttl {
    font-size: 48px;
    font-weight: bold;
    color: #64965A;
    margin-bottom: 10px;
    padding-top: 12%;
}
.load-menu a{
    color: #87786E;
    font-weight: bold;
    font-size: 14px;
}
.load-menu span{
    color: #87786E;
    font-weight: bold;
    font-size: 14px;
}

.load-menu span{
    margin: 0 5px;

}
section{
    margin-top: 12%;
}
footer{
    margin-top: 0;
    position: relative;
    /* z-index: 3; */
}
/* .under-sec-wrap{
    margin-top: 12%;
} */
.under-sec-wrap h1{
    font-size: 32px;
    color: #64965A;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;

}
.txt-area{
    margin: 4% 0;
}
.txt-area p{
    margin: 1em 0;
}
.sab-con-wrap{
    margin-top: 12%;
}
.sab-con-wrap h2{
    font-size: 24px;
    margin-bottom: 2.5em;
    
}

.line-box{
    width: 24px;
    height: 3px;
    background: #64965A;
    display: inline-block;
    margin: 0 10px 6px;
}
.under-sec-wrap p{
    line-height: 2;
}

 .content__frame {
    margin-top: 47rem;
    margin-bottom: 47rem;
    border-radius: 60rem;
    background: #F5F5F5;
    padding: 42rem 152rem;
    position: relative;
  }
.content__frame.three {
    padding: 42rem 262rem;
    margin-top: 48rem;
  }
.content__frame .glass__lbl {
    display: flex;
    justify-content: center;
    align-items: center;
  }
.content__frame .glass__lbl .icon {
    width: 36rem;
    margin-right: 10rem;
    display: flex;
  }
.content__frame .glass__lbl .lbl {
    font-size: 20rem;
    font-weight: bold;
  }
.content__frame .glass__lbl .lbl span {
    color: #64965A;
  }
.content__frame .content__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
.content__frame .c__item {
    width: 142rem;
    height: 142rem;
    margin: 18rem 0;
    border-radius: 50%;
    background: #64965A;
    border: 2rem solid #64965A;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.3s;
    cursor: pointer;
  }
.content__frame .c__item:hover {
    background: #4B4B4B;
  }
.content__frame .c__item:hover .icon svg circle {
    fill: #4B4B4B;
  }
.content__frame .c__item:hover .icon svg path[fill-rule=evenodd] {
    fill: #4B4B4B;
    stroke: #F5F5F5;
  }
.content__frame .c__item .icon {
    width: 64rem;
    display: flex;
    margin-bottom: 2rem;
  }
.content__frame .c__item .icon svg {
    width: 100%;
  }
.content__frame .c__item .lbl {
    font-weight: 500;
    font-size: 16rem;
    line-height: 24rem;
    text-align: center;
    letter-spacing: 0;
    color: #F5F5F5;
  }
.content__frame:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #64965A;
    border-radius: 60rem;
    position: absolute;
    left: 0;
    bottom: -7rem;
    z-index: -1;
  }

#interior .img-block{
    width: 80%;
    margin: 0 auto;
}
.map-block {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    width: 90%;
    margin: 0 auto;
    margin-top: 5%;
}
.map-block div{
    width: 49%;
    margin-bottom: 2em;
    

}
.map-block div p{
    font-weight: bold;
    color: #64965A;
    padding: 0 18px;

}
.map-block div p .t-line{
    background: #64965A;
    margin: -2px 10px;
    height: 16px;
    width: 1px;
    display: inline-block;

}
.table-wrap{
    width: 80%;
    margin: 0 auto;
}
table{
    width: 100%;
    border-collapse: collapse;
}
table th {
    width: 20%;
    padding: 12px;
    vertical-align: middle;
    text-align: center;
}
table td{
    width: 80%;
    padding: 12px;
    padding-left: 2em;
}
table.type01 th{
    background-color: #64965A;
    color: #f5f5f5;
    border-bottom: 2px solid #f5f5f5;

}
table.type02 th{
    background-color: #E6F0E6;
    color: #64965A;
    border-bottom: 2px solid #64965A;

}
.type01 th:last-child{
    border-bottom: 2px solid #64965A;

}
table.type01 td{
    background: #f5f5f5;
    border-bottom: 1px solid #64965A;

}
.gray-circle {
    margin-top: 0%;
    transform: translateY(43%);
}
#history{
    margin-top: 0%;
}
#history .flex-block {
    display: flex;
    justify-content: space-between;
    margin-top: 4em;
}

#history .img-block {
    width: 35.52%;
}

#history .txt-block {
    width: 61.31%;
}
.circle-bg-wrap {
    background: #f0f0f0;
    transform: translateY(14%);
    padding-bottom: 15%;
}
.green{
    color: #64965A;
}
#doctor .flex-block{
    display: flex;
    justify-content: space-between;
    margin: 5% 0;
}
#doctor .flex-block .txt-block{
    width: 57.30%;

}
#doctor .flex-block .txt-block p{
   margin: 0.5em 0;

}
#doctor .flex-block .txt-block .green{
    font-size: 20px;
    padding-left: 6px;
 
 }
#doctor .flex-block .img-block {
    width: 37.90%;
}
.txt-left {
    text-align: right;
    padding-right: 18px;
    margin-top: 2em !important;
}
.flex-txt {
    display: flex;
    justify-content: center;
    gap: 3%;
    flex-wrap: wrap;
}
#access .flex-block{
    display: flex;
    gap: 4%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2em;
}

#access .flex-block div{
    width: 48%;

}
.map-box iframe{
    width: 100%;
    transform: translateY(20%);
    height: 600px;
}
.flex01{
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between
}

.flex01 .img-block{
    width: 16.66%;
}

.flex01 .txt-block{
    width: 80%;
}

.flex02{
    display: flex;
    justify-content: space-between
}

.flex02 .img-block{
    width: 33.75%;
}

.flex02 .txt-block{
    width: 61.75%;
}
.btn-wrap {
    display: flex;
    justify-content: center;
}
.btn-wrap-f{
    gap: 2%;

}
.recruit-block{
    margin: 10% 0 15%;
}
.r-table{
    font-weight: 400;
}
.bold{
    font-weight: 500;

}
.r-con-wrap{
    display: block;
    position: relative;
    width: 45%;
    margin: 0 auto;
    margin-top: 5%;

}
.r-con-wrap img{
    transition: .3s;
}
.r-con-wrap img:last-of-type{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    
}
.r-con-wrap:hover img:last-of-type{
    opacity: 1;
}
.r-con-wrap:hover img:first-of-type{
    opacity: 0;
}

#recruit .txt-area{
    text-align: center;
}
#clinic .content-wrap .con-item{
    margin: 140rem 0;
}
#clinic .content-wrap .con-item .list-txt{
    margin-right: 5em;

}
.green-box{
    background: #E6F0E6;
    padding: 2.5em;
    border-radius: 30px;
    margin: 2em 0 4em;

}
.green-box .inner {
    width: 70%;
    margin: 0 auto;
}
.green-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    justify-content: space-between;
}
.green-box ul li{
    display: block;
    width: 30%;
    margin: 10px 0;
    font-size: 14px;
}
.green-box-wrap {
    width: 85%;
    margin: 0 auto;
    display: flex;
    gap: 4%;
}
.green-box-wrap div{
    width: 48%;
}
.green-box .colum-2 li{
    width: 50%;

}
.row-list{
    flex-direction: column;

}
.green-box .row-list li{
    width: 100%;
    
}
/* span.green{
    padding-right: 10px;
} */
.green-box .check-list {
    width: 90%;
    margin: 2em auto;
}
.f-box{
    background: #f0f0f0;
}
.f02-box{
    background: #F5F5F5;
}
.detal-txt{
    color: #87786E;
    font-size: 12px;

}
.main-table{
    border-collapse: separate;
}
.main-table thead tr th{
    background: #64965A;
    color: #F5F5F5;
}

.main-table tbody tr td{
    background: #E6F0E6;
    color: #64965A;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    border-bottom: 2.5px solid #64965A;
}
.main-table tbody tr td.td-type2{
    background: #f0f0f0;
    color: #4B4B4B;
    border-bottom: 1px solid #64965A;

}
.main-table thead tr .care-name{
    width: 65%;

}
.main-table thead tr .care-price{
    width: 35%;

}
.ins-block{
    margin-bottom: 5em;
}
.ins-block p{
    font-size: 20px;
    color: #64965A;
}
.ins-block .main-table{
    margin: 1.5em 0;
}
.main-table .ins-name {
    width: 29.17%;
    padding-left: 0;
}
.main-table .ins-sab {
    width: 45.59%;
}
.main-table .ins-price {
    width: 24.15%;
}
.contents-flex{
    display: flex;
    justify-content: space-between;
}
.contents-flex .img-block{
    width: 35.52%;
}

.contents-flex .txt-block{
    width: 61.31%;
}
.contents-flex .txt-block p{
   margin: 1em 0;
}
.ill-block {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 3em auto;
    flex-wrap: wrap;

}
.ill-block .ill-item{
    width: 20.40%;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.ill-block .ill-item{
    font-size: 20px;
    font-weight: bold;
    color: #64965A;
}
.green-box .colum-4 li {
    width: 25%;

}
.point-block {
    margin: 5em 0;
}

.point-item {
    display: flex;
    margin-bottom: 3em;
}
.no-mb{
    margin-bottom: 0;
}
.item-detail{
    margin: 2em 0 3em;
    padding: 0 2em;
}

.point-item>div {
    padding: 2em 3em;
}
.point-item .im-flex {
    background: #E6F0E6;
    width: 27.25%;
    border-radius: 100px 0 0 100px;
}
.point-item .im-flex .img-box{
    width: 74.16%;
    margin: 0 auto;

}
.point-item .item-sabtxt {
    background: #f0f0f0;
    width: 72.74%;
    border-radius: 0 100px 100px 0;
}
.point-item .left-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #64965A;
    position: relative;
}
.point-item .l-txt01::before{
    content: '';
    background-image: url(../img/01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 76px;
    height: 39px;
    position: absolute;
    top: 8px;
    left: 21px;

}
.point-item .l-txt02::before{
    content: '';
    background-image: url(../img/02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 76px;
    height: 39px;
    position: absolute;
    top: 8px;
    left: 21px;

}
.point-item .l-txt03::before{
    content: '';
    background-image: url(../img/03.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 76px;
    height: 39px;
    position: absolute;
    top: 8px;
    left: 21px;

}
.point-item .l-txt04::before{
    content: '';
    background-image: url(../img/04.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 76px;
    height: 39px;
    position: absolute;
    top: 8px;
    left: 21px;

}
.point-item .l-txt05::before{
    content: '';
    background-image: url(../img/05.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 76px;
    height: 39px;
    position: absolute;
    top: 8px;
    left: 21px;

}
.point-item .l-txt06::before{
    content: '';
    background-image: url(../img/06.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 76px;
    height: 39px;
    position: absolute;
    top: 8px;
    left: 21px;

}
.point-item .l-txt07::before{
    content: '';
    background-image: url(../img/07.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 76px;
    height: 39px;
    position: absolute;
    top: 8px;
    left: 21px;

}
.point-item .l-txt08::before{
    content: '';
    background-image: url(../img/08.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 76px;
    height: 39px;
    position: absolute;
    top: 8px;
    left: 21px;

}
.point-item .item-sabtxt .s-txt{
    font-size: 14px;

}
.camera-price-table td{
    width: 33.33%;

}
.gray-bg{
    background: #f0f0f0;
}
#stamach-serch .content-wrap{
    padding-top: 10%;
}
#stamach-season .content-wrap{
    padding-bottom: 8%;
}
#colon-serch .content-wrap{
    padding-top: 10%;
}
#colon-season .content-wrap{
    padding-bottom: 8%;
}
.ins-block .detal-txt {
    color: #87786E;
    font-size: 14px;
}
.center-txt{
    text-align: center;
}
.online-price .nu-txt{
    width: 50%;
    margin: 0 auto;
}
.green-box .ill-flex{
    display: flex;
    justify-content: space-between;
}
.green-box .ill-flex .img-block{
    width: 20%;
    margin: 0;
}
.green-box .ill-flex .txt-block{
    width: 78%;
    padding: 1em 0;
}
.green-box .ill-flex .txt-block .green{
    margin-bottom: 1em;
}
.note .inner{
    width: 80%;
    margin: 0 auto;
}
.note .inner div{
    padding: 2em 0;
    border-bottom: 2px dashed #64965A;
}
.note .inner div .number-txt{
    font-weight: bold;
    margin-bottom: 1em;
}
.medicine-note .inner div .number-txt{
    position: relative;
}
.medicine-note .inner div .number-txt::before{
    content: '';
    background-image: url(../img/drag_icon.png);
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    left: -45px;
    background-repeat: no-repeat;
    background-size: contain;
}

.note .inner div:last-child{
    border-bottom: none;

}
.check-block .inner{
    display: flex;
    justify-content: center;

}
.check-wrap p:not(.green){
    position: relative;
    padding-left: 20px;

}
.check-wrap p:not(.green)::before{
    content: '';
    background-image: url(../img/check_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 9px;
    left: -7px;

}
.check-flex-wrap li{
    position: relative;
    padding-left: 20px;
    display: block;

}
.check-flex-wrap li::before{
    content: '';
    background-image: url(../img/check_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: -7px;

}
#ulcerative-colitis .content-wrap {
    padding-top: 10%;
    padding-bottom: 10%;
}
.green-box .check-inner{
    width: 90%;
}
.green-box .check-flex-wrap li{
    width: 33%;
}
.green-box .check-inner .colum-2 li{
    width: 43%!important;
}
.news-wrap {
    width: 70%;
    margin: 0 auto;
}
.news-wrap .news__list {
    margin: 4em 0 2em;
}

#news .news-wrap .news__list li{
    padding: 15rem 0;
    border-bottom: 1rem dashed #64965A;

}
#news .news-wrap .news__list li a{
    padding: 0 26rem 0 15rem;
    display: flex;
    align-items: center;
    position: relative;
    
}

#news .news-wrap .news__list li a:hover .t__txt{
    color: #64965A;

}
#news .news-wrap .news__list li a .date{
    font-weight: 500;
    font-size: 14rem;
    color: #64965A;

}
#news .news-wrap .news__list li a .t__txt{
    font-weight: 500;
    font-size: 14rem;
    margin-left: 54rem;
    color: #4B4B4B;
    transition: 0.3s;

}
#news .news-wrap .news__list li a:after {
    content: "";
    width: 7rem;
    height: 7rem;
    border-right: 2rem solid #64965A;
    border-bottom: 2rem solid #64965A;
    position: absolute;
    right: 12rem;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

/* pagenation */
#pagenation ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
#pagenation .arrow {
    text-align: center;
    width: 40px;
    cursor: pointer;
    margin: 0 2em;
    transition: 0.5s;
}
#pagenation li {
    position: relative;
    display: inline-block;
}
.number{
    font-size: 18px;
    text-align: center;
    display: inline-block;
    width: 2.5em;
    line-height: 1;
    padding: 4px 4px 14px;
    color: #4B4B4B;
}
.current :after {
    content: "";
    background: #64965A;
    border-radius: 5px;
    display: block;
    width: 20px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.arrow .mover img{
    transition: .3s;
}
.arrow .mover:hover img:last-of-type {
    opacity: 1;
}
.arrow .mover:hover img:first-of-type {
    opacity: 0;
}
.arrow .mover img:last-of-type{
    transition: .3s;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.notpage-btn{
    font-size: 20px;
    padding: 10px 0;
    padding-right: 30px;
    border-bottom: 2rem solid #64965A;
    margin: 1em 0;
    display: inline-block;
    position: relative;
}
.notpage-btn::before{
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2rem solid #64965A;
    border-bottom: 2rem solid #64965A;
    position: absolute;
    top: 27px;
    right: 3px;
    transform: translateY(-50%) rotate(-45deg);

}
.notpage-btn a{
    color: #64965A;


}
#generalｰinternal .scroll-table-wrap{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 3em;
}

  @media screen and (max-width: 1070px) {
    
    .content__frame.three {
      padding: 42rem 213rem;
    }
   .content__frame {
      padding: 42rem 142rem;
    }

}

@media screen and (max-width: 800px) {
    .content__frame {
      padding: 42rem 93rem;
    }
    .content__frame.three {
      padding: 42rem 180rem;
    }

}

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

    section {
        margin-top: 20%;
    }

    .sab-con-wrap h2 {
        margin-bottom: 1em;
    }

    #generalｰinternal .scroll-table-wrap{
        width: 100%;
        margin: 0 auto;
        margin-bottom: 3em;
    }
.content__frame {
    padding: 48rem 20rem;
    margin-top: 24rem;
  }
  .content__frame:after {
    bottom: -11rem;
  }
  .content__frame.three {
    padding: 42rem 20rem;
    margin-top: 71rem;
  }
  .under-ttl-wrap{
    width: 348rem;
}
.page-ttl {
    font-size: 32px;
    margin-bottom: 3px;
}
.under-sec-wrap h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
}
.line-box {
    width: 15px;
}
.sab-con-wrap {
    margin-top: 18%;
}
.map-block {
    flex-direction: column;
}
.map-block div {
    width: 100%;
    margin-bottom: 2em;
}
#interior .img-block {
    width: 100%;
}
.gray-circle {
    transform: translateY(104%);
}
#history .flex-block {
    flex-direction: column;
}
#history .img-block {
    width: 100%;
}
#history .txt-block {
    width: 100%;
}
.circle-bg-wrap {
    padding-bottom: 31%;
    transform: translateY(10%);
}
.table-wrap {
    width: 100%;
    margin: 0 auto;
}
table th{
    width: 33%;
}
table td {
    padding-left: 1em;
}
#doctor .flex-block {
    flex-direction: column-reverse;
}
#doctor .flex-block .txt-block {
    width: 100%;
    margin-top: 2em;
}
#doctor .flex-block .img-block {
    width: 100%;
}
.img-block{
    width: 100%;
}
#access .flex-block {
    flex-direction: column;
}
#access .flex-block div {
    width: 100%;
}
.flex02{
    flex-direction: column-reverse;
}
.flex02 .txt-block {
    width: 100%;
}
.flex02 .img-block {
    width: 100%;
    margin-bottom: 1em;
}
.flex01{
    flex-direction: column-reverse;
}
.flex01 .txt-block {
    width: 100%;
    margin-bottom: 2em;
}

.flex01 .img-block {
    width:40%;
    
}
.btn-wrap-f{
    flex-direction: column;

}
#clinic .content-wrap .con-item{
    margin: 80rem 0;
}

.green-box ul {
    flex-direction: column;
}
.green-box .no-wrap{
    flex-direction: row;
}
.green-box ul li {
    width: 100%;
}
.green-box-wrap {
    width: 100%;
    flex-direction: column;
    gap: 0;
}
.green-box-wrap div {
    width: 100%;
    margin: 0 0 2em;
}
.green-box .check-list .colum-2 li {
    width: 100%;
}
.scroll-table-wrap {
    overflow: scroll;
}
.ins-block .main-table{
    width: 900px;
}
.contents-flex{
    flex-direction: column;
    
}
.contents-flex .img-block{
    width: 100%;
}

.contents-flex .txt-block{
    width: 100%;
}
.ill-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 3em auto;
    flex-wrap: wrap;

}
.ill-block .ill-item{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1em 0;

}
.green-box .colum-4{
    display: flex;
    flex-direction: row;
}
.green-box .colum-4 li {
    width: 50%;
}
.point-item {
    flex-direction: column;
}
.point-item .im-flex {
    width: 100%;
    border-radius: 100px 100px 0 0;
}
.point-item .item-sabtxt {
    width: 100%;
    border-radius: 0 0 100px 100px;
    padding-bottom: 4em;
}
.point-item .im-flex .img-box {
    width: 30.16%;
}
.green-box .ill-flex {
    flex-direction: column;
}
.green-box .ill-flex .img-block {
    width: 40%;
    margin: auto;
}
.green-box .ill-flex .txt-block {
    width: 100%;
    padding: 1em 0;
}
.online-price .nu-txt {
    width: 100%;
}
.medicine-note .inner div .number-txt::before {
    width: 30px;
    height: 30px;
    left: -39px;
}
.note .inner {
    width: 100%;
    margin: 0 auto;
}
.medicine-note .inner {
    width: 80%;
    margin: 0 auto;
}
.green-box .check-flex-wrap li {
    width: 100%;
}
.green-box .check-inner .colum-2 li{
    width: 100%!important;
}
.news-wrap {
    width: 100%;
    margin: 0 auto;
}
#news .news-wrap .news__list li a .t__txt {
    margin-left: 34rem;
}
.r-con-wrap {
    width: 100%;
    margin-top: 10%;
}
.recruit-block {
    margin: 18% 0 15%;
}




}
@media screen and (max-width: 520px) {
    .green-box .inner {
        width: 100%;
        margin: 0 auto;
    }
    .green-box .colum-4{
        flex-direction: column;
    }
    .green-box .colum-4 li {
        width: 100%;
    }
    .point-item>div {
        padding: 2em 2em;
    }
    .medicine-note .inner div .number-txt::before {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 8px;
        left: -24px;
    }
    


}