@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,vietnamese");

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.readable-hidden,
.a11y-hidden,
.screen-off {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  position: absolute;
  left: -99999px;
}

.col-float {
  float: left;
}

.col-postion-r {
  position: relative;
}

.title-banner {
  width: 100%;
  background-image: url("/static/images/sub02-title-banner.png");
  background-size: cover;
  background-position: center;
}

.title-banner .container {
  position: relative;
}

.title-group {
  width: 350px;
  height: 80px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.title-group .title {
  font-size: 2.5rem;
  line-height: 1.5;
  line-height: 1.4rem;
  font-weight: 400;
  color: #333;
  margin-top: 17px;
}

.title-group .slogan {
  font-size: .875rem;
  line-height: 1.5;
  color: #777;
  font-weight: 400;
}

.controller-group {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.controller-group .prev-btn {
  height: 21px;
  position: absolute;
  left: 0;
  display: block;
  padding-left: 16px;
  background-image: url("/static/images/arrow_prew.png");
  background-repeat: no-repeat;
  background-position: left 0 top 5px;
}

.controller-group .next-btn {
  height: 21px;
  position: absolute;
  right: 0;
  display: block;
  padding-right: 16px;
  background-image: url("/static/images/arrow_next.png");
  background-position: right 0 top 5px;
  background-repeat: no-repeat;
}

.sub-navigation-section {
  position: relative;
  z-index: 10;
}

.sub-navigation {
  position: relative;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #cccccc;
}

.sub-navigation-group {
  width: 800px;
  position: relative;
  margin: 0 auto;
}

.sub-navigation-group li {
  float: left;
}

.sub-navigation-group li a {
  display: block;
  box-sizing: border-box;
  font-size: 1.125rem;
  line-height: 1.5;
  line-height: 50px;
  width: 200px;
  text-align: center;
  border-right: 1px solid #cccccc;
}

.sub-navigation-group li a:hover {
  color: #60778e;
  font-weight: 500;
}

.sub-navigation-group li:last-child a {
  border-right: 0px;
}

.dropdown-menu {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  font-size: 1.125rem;
  line-height: 1.5;
  line-height: 50px;
  padding-left: 80px;
}

.dropdown-menu::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/static/images/icon-home.png");
  background-size: 17px 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-right: 1px solid #cccccc;
}

.dropdown-menu::after {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  background-image: url("/static/images/icon-down-btn.png");
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sub-banner {
  width: 100%;
  height: 450px;
  background-image: url("/static/images/sub08-main-banner.jpg");
  background-size: cover;
  background-position: center;
}

.text-group {
  margin-bottom: 50px;
}

.text-group .title {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 600;
  color: #333333;
}

.text-group .title::after {
  content: "";
  width: 162px;
  height: 4px;
  display: block;
  background-image: url("/static/images/title-underbar-pink.jpg");
  margin-bottom: 25px;
}

.text-group p {
  color: #333333;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 300;
}

.text-group table th,
.text-group table td {
  background-color: transparent;
}

.text-group table th {
  width: 100px;
  color: #000;
  vertical-align: top;
}

.tab-controller {
  width: 100%;
  background-color: #e1e5e8;
  border-bottom: 1px solid #ccc m;
}

.tab-controller button {
  font-family: "Noto Sans", "Noto Sans KR", sans-serif;
  cursor: pointer;
  height: 50px;
  font-size: 1.5rem;
  line-height: 1.5;
  line-height: 50px;
  width: 50%;
  float: left;
  border: 1px solid #ccc;
  border-bottom: 0;
}

.tab-controller button.active {
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #ffffff;
}

.tab-section {
  margin-top: 50px;
  display: none;
}

.tab-section.active {
  display: block;
}

.about {
  width: 100%;
  margin-bottom: 50px;
}

.about .colume {
  width: 25%;
  height: 480px;
  position: relative;
  float: left;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}

.about .colume:first-child {
  text-align: left;
}

.about .colume:first-child .title {
  text-align: center;
}

.about .colume:first-child .title {
  font-size: 2rem;
  line-height: 1.5;
  line-height: 2.2rem;
}

.about .colume:first-child .title p {
  font-size: 1rem;
  line-height: 1.5;
  line-height: 1.4rem;
  color: #333;
  font-weight: 300;
}

.about .colume .title {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 600;
  line-height: 1.4rem;
  color: #333;
  margin-bottom: 15px;
}

.about .colume p {
  font-size: 1rem;
  line-height: 1.5;
  line-height: 1.4rem;
  font-weight: 300;
  color: #333;
}

.about .colume img {
  width: 100%;
  margin-bottom: 15px;
}

.about .colume .first-serction {
  text-align: left;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
}

.about .colume .first-serction .title {
  text-align: center;
}

.procedure-icon-wrap {
  margin-bottom: 50px;
}

.procedure-icon-wrap .procedure-icon-box {
  position: relative;
  background-color: #e1e5e8;
  border: 1px solid #c4cbd0;
}

.procedure-icon-wrap .procedure-icon-cotent {
  width: 80%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 400;
}

.procedure-icon-wrap .procedure-icon-cotent img {
  margin-bottom: 10px;
}

.procedure-means {
  width: 100%;
  background-image: url("/static/images/sub19-sub-bg.jpg");
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  padding: 50px;
  margin-bottom: 50px;
  border: 1px solid #cccccc;
}

.procedure-means .info {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 300;
  color: #333;
  line-height: 1.4rem;
}

.procedure-means .procedure-means-img-box {
  margin-bottom: 20px;
}

.procedure-means .procedure-means-img-box img {
  width: 100%;
}

.procedure-means .procedure-means-img-box .procedure-means-text-wrap {
  background-color: #efa3b9;
  text-align: center;
  height: 90px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.procedure-means h2,
.procedure-means .title {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 600;
  color: #333;
}

.procedure-means h2 {
  margin-top: 10px;
}

.procedure-means span {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

.procedure-means ol,
.procedure-means ul {
  padding-left: 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 300;
  color: #333;
}

.procedure-means ol p,
.procedure-means ul p {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 300;
  color: #333;
}

.procedure-means ul {
  padding-left: 0;
}

.procedure-means p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  color: #333;
}

.recommendation .recommendation-box {
  border: 1px solid #cccccc;
  text-align: center;
}

.recommendation .recommendation-box .img-box {
  position: relative;
  height: 180px;
}

.recommendation .recommendation-box .img-box .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.recommendation .recommendation-box .img-box img {
  margin-bottom: 20px;
}

.recommendation .recommendation-box .img-box hr {
  width: 50%;
  border: 2px solid #efa3b9;
}

.recommendation .recommendation-box .text-box {
  height: 120px;
  padding: 0  10px;
}

.recommendation .recommendation-box .text-box p {
  font-size: 1rem;
  line-height: 1.5;
  line-height: 1.4rem;
  font-weight: 300;
  color: #333;
}

.management-wrap .management-box {
  position: relative;
  border: 1px solid #cccccc;
  padding: 20px;
  text-align: center;
}

.management-wrap .management-box .wrap {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.management-wrap .management-box img {
  margin-bottom: 20px;
}

.management-wrap .management-box p {
  font-size: 1rem;
  line-height: 1.5;
  line-height: 1.4rem;
  font-weight: 300;
  color: #333;
}

.management-wrap .management-box span {
  font-size: .75rem;
  line-height: 1.5;
  line-height: 14px;
}

.characteristic .characteristic-box {
  border: 1px solid #cccccc;
  text-align: center;
}

.characteristic .characteristic-box .img-box {
  position: relative;
  height: 200px;
}

.characteristic .characteristic-box .img-box .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.characteristic .characteristic-box .img-box hr {
  width: 50%;
  border: 2px solid #efa3b9;
}

.characteristic .characteristic-box .text-box {
  height: 100px;
  padding: 10px;
}

.table-section>div {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  margin-top: 20px;
}

.table-section .title {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
  background-color: #66c7cd;
  margin-bottom: 20px;
  padding-left: 20px;
}

.table-section .title::after {
  display: none;
}

.table-section table {
  border: 0;
  border-collapse: collapse;
}

.table-section table tr {
  display: block;
  border-bottom: 1px solid #cccccc;
  padding: 5px 0;
}

.table-section table tr:last-child {
  border: 0;
}

.table-section table th,
.table-section table td {
  background-color: rgba(255,255,255,0);
  height: 130px;
}

.table-section table th {
  vertical-align: middle;
  width: 90px;
  color: #000000;
  border-right: 1px solid #cccccc;
}

.table-section table td {
  padding-left: 15px;
}

.banner img {
  width: 100%;
}

.coming-soon {
  box-sizing: border-box;
  margin-top: 50px;
  height: 350px;
  padding: 30px;
  border: 1px solid #d0d3d8;
  text-align: center;
  position: relative;
}

.coming-soon .text-group {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 150px;
  position: absolute;
}

.coming-soon .text-group .title {
  margin-top: 20px;
  font-size: 2.5rem;
  line-height: 1.5;
}

.coming-soon .text-group .title::after {
  display: none;
}

.diagnosis {
  margin-bottom: 50px;
}

.diagnosis .diagnosis-box {
  padding: 10px 20px;
  position: relative;
  border: 1px solid #cccccc;
}

.diagnosis .diagnosis-cotent {
  padding: 0 10px;
  width: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.diagnosis .diagnosis-cotent p {
  font-size: 1rem;
  line-height: 1.5;
  line-height: 1.4rem;
  font-weight: 300;
  color: #333;
  font-weight: 400;
}

.diagnosis .diagnosis-cotent img {
  margin-top: 30px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1366px) {
  .title-banner .container {
    height: 200px;
  }

  .about .colume .we-are-different p {
    font-size: .875rem;
    line-height: 1.5;
  }

  .procedure-icon-wrap .procedure-icon-box {
    height: 210px;
  }

  .procedure-icon-wrap .procedure-icon-cotent {
    font-size: 1.3125rem;
    line-height: 1.5;
    line-height: 25px;
  }

  .management-wrap .management-box {
    height: 210px;
  }

  .table-section>div:nth-child(3n) {
    margin-right: 0;
  }

  .table-section>div:nth-child(4n) {
    margin-left: 0;
  }

  .coming-soon {
    height: 445px;
  }

  .coming-soon {
    height: 550px;
  }

  .coming-soon {
    height: 550px;
  }

  .diagnosis .diagnosis-box {
    height: 210px;
  }

  .section06 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  section .container,
  footer .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sub-navigation-section .container {
    padding: 0;
  }

  .title-banner .container {
    height: 180px;
  }

  .title-group {
    width: 280px;
  }

  .title-group .title {
    font-size: 1.875rem;
    line-height: 1.5;
  }

  .title-group .slogan {
    font-size: .75rem;
    line-height: 1.5;
  }

  .controller-group .prev-btn {
    left: 10px;
  }

  .controller-group .next-btn {
    right: 10px;
  }

  .sub-navigation-group {
    display: none;
    width: 100%;
  }

  .sub-navigation-group.active {
    display: block;
  }

  .sub-navigation-group li {
    float: none;
  }

  .sub-navigation-group li a {
    width: 100%;
    text-align: left;
    background-color: #edf4f9;
    border-bottom: 1px solid #666666;
    padding-left: 80px;
  }

  .dropdown-menu {
    display: block;
  }

  .sub-banner {
    height: 250px;
  }

  .text-group .title {
    font-size: 9.375vw;
    line-height: 12.5vw;
  }

  .text-group p {
    font-size: 4.375vw;
    line-height: 5.625vw;
  }

  .tab-controller button {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 900;
    height: 80px;
    line-height: 26px;
  }

  .about .colume {
    width: 100%;
    height: 134.375vw;
    margin-bottom: 10px;
  }

  .about .colume:first-child {
    height: auto;
    padding-top: 6.25vw;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }

  .about .colume:first-child .title {
    font-size: 8.75vw;
    line-height: 10.625vw;
  }

  .about .colume .title {
    font-size: 6.875vw;
    line-height: 7.8125vw;
  }

  .about .colume p {
    font-size: 4.375vw;
    line-height: 5.625vw;
  }

  .about .colume .we-are-different {
    margin-top: 0;
  }

  .about .colume .first-serction {
    position: relative;
    height: auto;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-top: 6.25vw;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }

  .procedure-icon-wrap .procedure-icon-box {
    margin-bottom: 20px;
  }

  .procedure-icon-wrap .procedure-icon-box:nth-child(2n) {
    margin-right: 0;
  }

  .procedure-icon-wrap .procedure-icon-box:nth-child(2n+1) {
    margin-left: 0;
  }

  .procedure-icon-wrap .procedure-icon-box {
    height: 48.6979vw;
  }

  .procedure-icon-wrap .procedure-icon-cotent img {
    width: 50%;
  }

  .procedure-icon-wrap .procedure-icon-cotent {
    font-size: 5vw;
    line-height: 6.25vw;
  }

  .procedure-means {
    padding: 10px;
  }

  .procedure-means .procedure-means-img-box:nth-child(2n) {
    margin-right: 0;
  }

  .procedure-means .procedure-means-img-box:nth-child(2n+1) {
    margin-left: 0;
  }

  .procedure-means .procedure-means-img-box .procedure-means-text-wrap {
    height: 28.125vw;
  }

  .procedure-means .procedure-means-img-box .procedure-means-text-wrap p {
    font-size: 3.75vw;
  }

  .procedure-means h2,
  .procedure-means .title {
    font-size: 9.375vw;
  }

  .procedure-means ol,
  .procedure-means ul {
    padding-left: 5vw;
    font-size: 4.375vw;
  }

  .procedure-means ol p,
  .procedure-means ul p {
    font-size: 4.375vw;
  }

  .procedure-means p {
    font-size: 4.375vw;
  }

  .recommendation .recommendation-box {
    margin-bottom: 20px;
  }

  .recommendation .recommendation-box:nth-child(2n) {
    margin-right: 0;
  }

  .recommendation .recommendation-box:nth-child(3n) {
    margin-left: 0;
  }

  .recommendation .recommendation-box:nth-child(n) {
    margin-left: 0;
  }

  .management-wrap .management-box {
    height: 73.4375vw;
  }

  .management-wrap .management-box {
    margin-bottom: 20px;
  }

  .management-wrap .management-box:nth-child(2n) {
    margin-right: 0;
  }

  .management-wrap .management-box:nth-child(3n) {
    margin-left: 0;
  }

  .management-wrap .management-box:nth-child(n) {
    margin-left: 0;
  }

  .management-wrap .management-box img {
    width: 25vw;
    margin-bottom: 6.25vw;
  }

  .management-wrap .management-box p {
    font-size: 4.375vw;
    line-height: 5.625vw;
  }

  .management-wrap .management-box span {
    font-size: 3.75vw;
    line-height: 3.75vw;
  }

  .characteristic .characteristic-box {
    margin-bottom: 20px;
  }

  .characteristic .characteristic-box:nth-child(2n) {
    margin-right: 0;
  }

  .characteristic .characteristic-box:nth-child(3n) {
    margin-left: 0;
  }

  .characteristic .characteristic-box:nth-child(n) {
    margin-left: 0;
  }

  .characteristic .characteristic-box .text-box p {
    font-size: 4.375vw;
  }

  .banner a {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .coming-soon .text-group {
    max-width: 280px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .diagnosis .diagnosis-box {
    margin-bottom: 20px;
  }

  .diagnosis .diagnosis-box:nth-child(2n) {
    margin-right: 0;
  }

  .diagnosis .diagnosis-box:nth-child(2n+1) {
    margin-left: 0;
  }

  .diagnosis .diagnosis-box {
    height: 48.6979vw;
  }

  .diagnosis .diagnosis-cotent p {
    font-size: 3.75vw;
    line-height: 5vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .title-banner .container {
    height: 220px;
  }

  .sub-navigation-group {
    width: 600px;
  }

  .sub-navigation-group li a {
    font-size: .9375rem;
    line-height: 1.5;
    line-height: 50px;
    width: 150px;
  }

  .sub-banner {
    height: 350px;
  }

  .about .colume {
    width: 33.3333%;
    height: 400px;
  }

  .about .colume:first-child {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }

  .about .colume .we-are-different {
    margin-top: 0;
  }

  .about .colume .first-serction {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .procedure-icon-wrap .procedure-icon-box {
    margin-bottom: 20px;
  }

  .procedure-icon-wrap .procedure-icon-box:nth-child(3n) {
    margin-right: 0;
  }

  .procedure-icon-wrap .procedure-icon-box:nth-child(4n) {
    margin-left: 0;
  }

  .procedure-icon-wrap .procedure-icon-box {
    height: 240px;
  }

  .procedure-icon-wrap .procedure-icon-cotent {
    font-size: 1.5rem;
    line-height: 1.5;
    line-height: 28px;
  }

  .procedure-means .row {
    width: 500px;
  }

  .procedure-means .procedure-means-img-box:nth-child(2n) {
    margin-left: 0;
  }

  .procedure-means .procedure-means-img-box:nth-child(2n+1) {
    margin-left: 0;
  }

  .procedure-means p {
    font-size: .875rem;
    line-height: 1.5;
  }

  .recommendation .recommendation-box {
    margin-bottom: 20px;
  }

  .recommendation .recommendation-box:nth-child(3n) {
    margin-right: 0;
  }

  .recommendation .recommendation-box:nth-child(4n) {
    margin-left: 0;
  }

  .management-wrap .management-box {
    height: 240px;
  }

  .management-wrap .management-box {
    margin-bottom: 20px;
  }

  .management-wrap .management-box:nth-child(3n) {
    margin-right: 0;
  }

  .management-wrap .management-box:nth-child(4n) {
    margin-left: 0;
  }

  .characteristic .characteristic-box {
    margin-bottom: 20px;
  }

  .characteristic .characteristic-box:nth-child(3n) {
    margin-right: 0;
  }

  .characteristic .characteristic-box:nth-child(4n) {
    margin-left: 0;
  }

  .table-section>div:nth-child(2n) {
    margin-right: 0;
  }

  .table-section>div:nth-child(3n) {
    margin-left: 0;
  }

  .table-section>div:nth-child(5n) {
    margin-left: 0;
  }

  .diagnosis .diagnosis-box {
    margin-bottom: 20px;
  }

  .diagnosis .diagnosis-box:nth-child(3n) {
    margin-right: 0;
  }

  .diagnosis .diagnosis-box:nth-child(4n) {
    margin-left: 0;
  }

  .diagnosis .diagnosis-box {
    height: 240px;
  }
}

@media only screen and (min-width: 1080px) and (max-width: 1365px) {
  .title-banner .container {
    height: 220px;
  }

  .text-group p {
    font-size: .875rem;
    line-height: 1.5;
  }

  .about .colume:first-child .title {
    font-size: 1.625rem;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .about .colume:first-child {
    padding-top: 40px;
  }

  .about .colume .we-are-different p {
    font-size: .75rem;
    line-height: 1.5;
  }

  .about .colume .first-serction .title {
    font-size: 1.625rem;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .procedure-icon-wrap .procedure-icon-box {
    height: 162px;
  }

  .procedure-icon-wrap .procedure-icon-cotent img {
    width: 50%;
  }

  .procedure-icon-wrap .procedure-icon-cotent {
    font-size: 1.125rem;
    line-height: 1.5;
    line-height: 22px;
  }

  .procedure-means p {
    font-size: .875rem;
    line-height: 1.5;
  }

  .management-wrap .management-box {
    height: 300px;
  }

  .characteristic .characteristic-box .text-box {
    height: 150px;
  }

  .table-section>div:nth-child(2n) {
    margin-right: 0;
  }

  .table-section>div:nth-child(3n) {
    margin-left: 0;
  }

  .table-section>div:nth-child(5n) {
    margin-left: 0;
  }

  .diagnosis .diagnosis-box {
    height: 162px;
  }

  .diagnosis .diagnosis-cotent p {
    font-size: .875rem;
    line-height: 1.5;
    line-height: 18px;
  }

  .diagnosis .diagnosis-cotent img {
    margin-top: 20px;
  }

  .section06 {
    margin-bottom: 20px;
  }
}