body {
  background-color: white;
  text-align: left;
}


.bg_lines {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 2;
}
.bg_lines div {
  position: absolute;
  top: 0;
  height: 100%;
  border-left: 1px solid rgba(19, 53, 63, .1);
  border-right: 1px solid rgba(19, 53, 63, .1);
}
.bg_lines div:nth-child(1) {
  left: 20%;
  width: 60%;
}
.bg_lines div:nth-child(2) {
  left: 40%;
  width: 20%;
}

.content {
  height: 100vh;
  position: relative;
  z-index: 5;
  overflow: auto;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.content::-webkit-scrollbar {
  width: 0;
}



.baseheight {
  box-sizing: border-box;
  padding: 30px 0 0;
  min-height: calc(100vh - 50px);
}

.scroll {
  width: 20%;
  padding: 0 40px;
  box-sizing: border-box;
  position: fixed;
  bottom: 48px;
  left: 0;
  pointer-events: none;
  z-index: 7;
}
.scroll_line {
  height: 2px;
  position: relative;
}
.scroll_line i {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #13353F;
  border-radius: 4px;
  transition: all .2s;
}

.scroll_title {
  position: absolute;
  top: -7vh;
}

footer {
  height: 50px;
  text-align: right;
}

.madein {
  padding-right: 40px;
}

.header {
  position: fixed;
  top: 30px;
  left: 0;
  width: 100vw;
  z-index: 7;
  pointer-events: none;
}
.header .t_4_r {
  pointer-events: auto;
}
@media all and (max-width: 1191px) {
  .scroll {
    padding: 0 20px;
  }
  .madein {
    padding-right: 20px;
  }
}


.burger_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 8;
  height: 100vh;
  overflow: auto;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.burger_menu::-webkit-scrollbar {
  width: 0;
}

.show_burger .burger_menu {
  display: block;
}


.burger_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.burger_menu ul li {
  position: relative;
}

.site_menu {
  position: fixed;
  width: 100%;
  top: 150px;
  left: 0;
  pointer-events: none;
}
.site_menu .list {
  pointer-events: auto;
}

.s_li {
  position: absolute;
  top: 49%;
  left: -80px;
  width: calc(100% + 80px);
  height: 2px;
  background-color: #F79440;
}

.ds_menu {
  padding: 94px 0;
}
.ds_menu li span {
  display: block;
}
.ds_menu .subhead {
  margin-bottom: 26px;
}
.ds_menu .list ul li {
  margin-bottom: 70px;
}
.ds_menu .list ul li li{
  margin-bottom: 0;
}


.greed_columns {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.greed_columns .cl {
  padding: 0 40px;
  box-sizing: border-box;
}

@media all and (max-width: 1191px) {
  .greed_columns .cl {
    padding: 0 20px;
  }
}

.greed_columns .column_2 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
.greed_columns .column_3 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
.greed_columns .column_4 {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}



.burger_cn {
  text-align: right;
}

.burger {
  padding: 8px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  top: -8px;
  right: -8px;
  line-height: 0;
}
.burger:hover path {
  fill: #F79440;
}

.colse_burger {
  padding: 8px;
  position: fixed;
  right: 32px;
  top: 20px;
  z-index: 8;
  line-height: 0;
}
.colse_burger:hover {
  cursor: pointer;
}
.colse_burger:hover path {
  fill: #F79440;
}



.menu_index {
  align-items: end;
  position: relative;
  z-index: 6;
}
.menu_index_list {
  height: 36vh;
  min-height: 260px;
  z-index: 6;
}
.menu_index ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.video_index {
  text-align: center;
}
.video_index a {
  display: inline-block;
  text-align: left;
  max-width: 200px;
  cursor: not-allowed;
}
.video_index img {
  width: 100%;
  margin-bottom: 10px;
}

.headline_index .ds_text_spacings {
  position: relative;
  z-index: 6;
}
.headline_index .ds_text_spacings h1, .headline_index .ds_text_spacings p {
  max-width: 514px;
}


.bg_decor_index {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 1;
  min-height: 800px;
}

.decor_d {
  position: absolute;
  width: 40%;
  left: 0;
  top: 14%;
  text-align: center;
}
.decor_d img {
  width: 22.3vw;
  max-width: 380px;
}
.decor_analis {
  position: absolute;
  width: 20%;
  left: 40%;
  top: 12%;
  text-align: center;
}
.decor_analis img {
  width: 10vw;
  max-width: 170px;
}

.decor_schedule {
  position: absolute;
  left: 20%;
  bottom: 7.5%;
  width: 20%;
  text-align: center;
}
.decor_schedule img {
  width: 9.3vw;
  max-width: 140px;
}

@media all and (min-width: 1800px) {
  .decor_schedule {
    left: 60%;
  }
}

.decor_user {
  position: absolute;
  right: 0;
  bottom: 30%;
  width: 13.4%;
  text-align: center;
}
.decor_user img {
  width: 7.7vw;
  max-width: 120px;
}

.decor_doctor {
  position: absolute;
  right: 6.5%;
  top: 24.7%;
  width: 13.4%;
  text-align: center;
}
.decor_doctor img {
  width: 3.6vw;
  max-width: 70px;
}

.inner_header {
  padding-top: 130px;
}
.table_row {
  padding-top: 60px;
}
.table_row:last-child {
  padding-bottom: 120px;
}
.text_right {
  text-align: right;
}
.text_center {
  text-align: center;
}
.img_max img {
  max-width: 100%;
}
.img_greed img {
  width: 66vw;
  max-width: 1110px;
}


.color_example {
  width: 130px;
  min-height: 170px;
  height: 13vw;
}
.ce_sample {
  width: 130px;
  height: 130px;
  border-radius: 0 65px 65px 65px;
  background-color: #F2F9FA;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ce_class {
  text-align: center;
  margin-top: 18px;
}

.example_shadow {
  position: relative;
  height: 130px;
  left: 0;
  width: calc(100% + 80px);
}
