/* :::::::::::::::::::::::::

Etc

::::::::::::::::::::::::: */
.s_keywords {
  opacity: 0;
  -webkit-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

.s_keywords.on {
  opacity: 1;
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

/* :::::::::::::::::::::::::

Maps

::::::::::::::::::::::::: */
.root_daum_roughmap {
  width: 100% !important;
}

/* :::::::::::::::::::::::::

Entry Styles 

::::::::::::::::::::::::: */
.entry_style_1 .section_1 {
  position: relative;
  height: 70vh;
  max-height: 650px;
  min-height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.entry_style_1 .section_1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.entry_style_1 .section_1 .intro_txt {
  position: relative;
  padding-top: 150px;
  font-family: 'Noto Sans KR_700';
  text-align: center;
  color: white;
}

.entry_style_1 .section_1 .intro_txt h1 {
  margin: 0;
  font-size: 35px;
}

.entry_style_1 .section_1 .intro_txt p {
  margin-top: 25px;
  font-size: 20px;
}

.section_1.style_2 .section_1 {
  position: relative;
  height: 60vh;
  max-height: 650px;
  min-height: 400px;
}

.section_1.style_2 .section_1 .intro_txt {
  position: relative;
  padding-top: 200px;
  font-family: 'Noto Sans KR_700';
  text-align: center;
  color: white;
}

.section_1.style_2 .section_1 .intro_txt h1 {
  margin: 0;
  font-size: 35px;
}

.section_1.style_2 .section_1 .intro_txt p {
  margin-top: 25px;
  font-size: 20px;
}

@media screen and (min-width: 600px) {
  .entry_style_1 .section_1 {
    position: relative;
    height: 70vh;
    max-height: 550px;
    min-height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .entry_style_1 .section_1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .entry_style_1 .section_1 .intro_txt {
    position: relative;
    padding-top: 150px;
    font-family: 'Noto Sans KR_700';
    text-align: center;
    color: white;
  }
  .entry_style_1 .section_1 .intro_txt h1 {
    margin: 0;
    font-size: 35px;
  }
  .entry_style_1 .section_1 .intro_txt p {
    margin-top: 25px;
    font-size: 20px;
  }
  .entry_style_1 .section_1.style_2 .section_1 {
    position: relative;
    height: 60vh;
    max-height: 500px;
    min-height: 400px;
  }
  .entry_style_1 .section_1.style_2 .section_1 .intro_txt {
    position: relative;
    padding-top: 200px;
    font-family: 'Noto Sans KR_700';
    text-align: center;
    color: white;
  }
  .entry_style_1 .section_1.style_2 .section_1 .intro_txt h1 {
    margin: 0;
    font-size: 35px;
  }
  .entry_style_1 .section_1.style_2 .section_1 .intro_txt p {
    margin-top: 25px;
    font-size: 20px;
  }
}

@media screen and (min-width: 1000px) {
  .entry_style_1 .section_1 {
    position: relative;
    height: 100vh;
    max-height: 650px;
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .entry_style_1 .section_1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .entry_style_1 .section_1 .intro_txt {
    position: relative;
    padding-top: 150px;
    font-family: 'Noto Sans KR_700';
    text-align: center;
    color: white;
  }
  .entry_style_1 .section_1 .intro_txt h1 {
    margin: 0;
    font-size: 60px;
  }
  .entry_style_1 .section_1 .intro_txt p {
    margin-top: 25px;
    font-size: 20px;
  }
  .entry_style_1 .section_1.style_2 {
    padding-top: 150px;
    height: 100vh;
    max-height: 750px;
    min-height: 500px;
  }
  .entry_style_1 .section_1.style_2 .section_1 {
    position: relative;
    height: 70vh;
    max-height: 650px;
    min-height: 450px;
  }
  .entry_style_1 .section_1.style_2 .section_1 .intro_txt {
    position: relative;
    padding-top: 150px;
    font-family: 'Noto Sans KR_700';
    text-align: center;
    color: white;
  }
  .entry_style_1 .section_1.style_2 .section_1 .intro_txt h1 {
    margin: 0;
    font-size: 35px;
  }
  .entry_style_1 .section_1.style_2 .section_1 .intro_txt p {
    margin-top: 25px;
    font-size: 20px;
  }
}

/* :::::::::::::::::::::::::

sub_block_1 

::::::::::::::::::::::::: */
.sub_block_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: -150px;
  -webkit-transform: translate(-50%, -10%);
  -ms-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%);
  width: 90%;
  max-width: 1200px;
  height: 250px;
}

.sub_block_1 .left {
  display: none;
  width: 100%;
  height: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub_block_1 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
  width: 100%;
  height: 100%;
  font-size: 10px;
  font-family: 'Noto Sans KR_700';
  color: white;
}

.sub_block_1 .right h1 {
  font-size: 2em;
}

.sub_block_1 .right p {
  margin-top: 20px;
  font-size: 1.3em;
  font-family: 'Noto Sans KR';
  line-height: 1.7em;
}

.sub_block_1.style_2 {
  height: 230px;
  bottom: -100px;
}

@media screen and (min-width: 600px) {
  .sub_block_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    left: 50%;
    bottom: -150px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 90%;
    max-width: 1200px;
    height: 300px;
  }
  .sub_block_1 .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub_block_1 .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px;
    width: 50%;
    height: 100%;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
    color: white;
  }
  .sub_block_1 .right h1 {
    font-size: 2em;
  }
  .sub_block_1 .right p {
    margin-top: 20px;
    font-size: 1.3em;
    font-family: 'Noto Sans KR';
    line-height: 1.7em;
  }
}

@media screen and (min-width: 1000px) {
  .sub_block_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    left: 50%;
    bottom: -200px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 90%;
    max-width: 1200px;
    height: 450px;
  }
  .sub_block_1 .left {
    display: inline-block;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub_block_1 .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 70px;
    width: 50%;
    height: 100%;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
    color: white;
  }
  .sub_block_1 .right h1 {
    font-size: 4em;
    line-height: 1.3em;
  }
  .sub_block_1 .right p {
    margin-top: 20px;
    font-size: 1.5em;
    font-family: 'Noto Sans KR';
    line-height: 1.7em;
  }
  .sub_block_1.style_2 {
    height: 350px;
    bottom: -150px;
  }
}

/* :::::::::::::::::::::::::

sub_block_2

::::::::::::::::::::::::: */
.sub_block_2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.sub_block_2 .order_1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.sub_block_2 .order_2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.sub_block_2 .wrap_block_list {
  margin-top: 50px;
  width: 100%;
}

.sub_block_2 .wrap_block_list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 400px;
}

.sub_block_2 .wrap_block_list .list .block {
  width: 100%;
  height: 100%;
}

.sub_block_2 .wrap_block_list .list .block.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub_block_2 .wrap_block_list .list .block.txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  font-size: 10px;
  font-family: 'Noto Sans KR';
  background: #eeeeee;
}

.sub_block_2 .wrap_block_list .list .block.txt h1 {
  font-size: 2.7em;
  font-family: 'Noto Sans KR_700';
}

.sub_block_2 .wrap_block_list .list .block.txt p {
  font-size: 1.5em;
  color: black;
}

.sub_block_2 .wrap_block_list .list .block.txt.bgcolor {
  color: white;
}

.sub_block_2 .wrap_block_list .list .block.txt.bgcolor p {
  color: white;
}

@media screen and (min-width: 600px) {
  .sub_block_2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .sub_block_2 .order_1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sub_block_2 .order_2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .sub_block_2 .wrap_block_list {
    margin-top: 50px;
    padding: 0 100px;
    width: 100%;
  }
  .sub_block_2 .wrap_block_list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 400px;
  }
  .sub_block_2 .wrap_block_list .list .block {
    width: 100%;
    height: 100%;
  }
  .sub_block_2 .wrap_block_list .list .block.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub_block_2 .wrap_block_list .list .block.txt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    font-size: 10px;
    font-family: 'Noto Sans KR';
    background: #eeeeee;
  }
  .sub_block_2 .wrap_block_list .list .block.txt h1 {
    font-size: 3em;
    font-family: 'Noto Sans KR_700';
  }
  .sub_block_2 .wrap_block_list .list .block.txt p {
    font-size: 1.5em;
    color: black;
  }
  .sub_block_2 .wrap_block_list .list .block.txt.bgcolor {
    color: white;
  }
  .sub_block_2 .wrap_block_list .list .block.txt.bgcolor p {
    color: white;
  }
}

@media screen and (min-width: 1000px) {
  .sub_block_2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .sub_block_2 .order_1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .sub_block_2 .order_2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .sub_block_2 .wrap_block_list {
    margin-top: 0px;
    width: 100%;
    padding: 0;
  }
  .sub_block_2 .wrap_block_list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 400px;
  }
  .sub_block_2 .wrap_block_list .list .block {
    width: 50%;
    height: 100%;
  }
  .sub_block_2 .wrap_block_list .list .block.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub_block_2 .wrap_block_list .list .block.txt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 50px;
    font-size: 10px;
    font-family: 'Noto Sans KR';
    background: #eeeeee;
  }
  .sub_block_2 .wrap_block_list .list .block.txt h1 {
    margin: 20px 0;
    font-size: 3.5em;
    font-family: 'Noto Sans KR_700';
  }
  .sub_block_2 .wrap_block_list .list .block.txt p {
    font-size: 1.6em;
    line-height: 1.7em;
    color: black;
  }
  .sub_block_2 .wrap_block_list .list .block.txt.bgcolor {
    background: black;
    color: white;
  }
  .sub_block_2 .wrap_block_list .list .block.txt.bgcolor p {
    color: white;
  }
}

/* :::::::::::::::::::::::::

sub_block_3

::::::::::::::::::::::::: */
.sub_block_3 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.sub_block_3 .wrap_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30vw;
  max-height: 400px;
  min-height: 300px;
  overflow: hidden;
  background: black;
  border: 1px solid white;
}

.sub_block_3 .wrap_list .wrap_img {
  margin-left: 0px;
  width: 50%;
  height: 100%;
  background: skyblue;
  overflow: hidden;
}

.sub_block_3 .wrap_list .wrap_img .img {
  margin-left: 0px;
  width: 120%;
  height: 100%;
  font-size: 20px;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub_block_3 .wrap_list .wrap_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  font-size: 10px;
  font-family: 'Noto Sans KR_700';
  color: white;
}

.sub_block_3 .wrap_list .wrap_txt h1 {
  font-size: 2em;
}

.sub_block_3 .wrap_list .wrap_txt h1 span {
  font-size: 0.7em;
}

.sub_block_3 .wrap_list .wrap_txt p {
  font-size: 1.3em;
}

.sub_block_3 .wrap_list.right .wrap_img {
  margin-left: auto;
  margin-right: 0px;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.sub_block_3 .wrap_list.right .wrap_img .img {
  margin-left: 0px;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 600px) {
  .sub_block_3 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .sub_block_3 .wrap_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30vw;
    max-height: 400px;
    min-height: 300px;
    overflow: hidden;
    border: 1px solid white;
  }
  .sub_block_3 .wrap_list .wrap_img {
    margin-left: 0px;
    width: 50%;
    height: 100%;
    background: skyblue;
    overflow: hidden;
  }
  .sub_block_3 .wrap_list .wrap_img .img {
    margin-left: 0px;
    width: 120%;
    height: 100%;
    font-size: 20px;
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub_block_3 .wrap_list .wrap_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
    color: white;
  }
  .sub_block_3 .wrap_list .wrap_txt h1 {
    font-size: 3.5em;
  }
  .sub_block_3 .wrap_list .wrap_txt h1 span {
    font-size: 0.7em;
  }
  .sub_block_3 .wrap_list .wrap_txt p {
    font-size: 1.7em;
  }
  .sub_block_3 .wrap_list.right .wrap_img {
    margin-left: auto;
    margin-right: 0px;
    width: 50%;
    height: 100%;
    overflow: hidden;
  }
  .sub_block_3 .wrap_list.right .wrap_img .img {
    margin-left: 0px;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 1000px) {
  .sub_block_3 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .sub_block_3 .wrap_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30vw;
    max-height: 400px;
    min-height: 300px;
    overflow: hidden;
    border: 1px solid white;
  }
  .sub_block_3 .wrap_list .wrap_img {
    margin-left: -150px;
    width: 60%;
    height: 100%;
    -webkit-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
    background: skyblue;
    overflow: hidden;
  }
  .sub_block_3 .wrap_list .wrap_img .img {
    margin-left: 150px;
    width: 120%;
    height: 100%;
    font-size: 20px;
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
  }
  .sub_block_3 .wrap_list .wrap_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60%;
    height: 100%;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
    color: white;
  }
  .sub_block_3 .wrap_list .wrap_txt h1 {
    font-size: 3em;
  }
  .sub_block_3 .wrap_list .wrap_txt h1 span {
    font-size: 0.7em;
  }
  .sub_block_3 .wrap_list .wrap_txt p {
    font-size: 1.5em;
  }
  .sub_block_3 .wrap_list.right .wrap_img {
    margin-left: auto;
    margin-right: -120px;
    width: 65%;
    height: 100%;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    overflow: hidden;
  }
  .sub_block_3 .wrap_list.right .wrap_img .img {
    margin-left: -150px;
    width: 120%;
    height: 100%;
    font-size: 20px;
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
  }
}

/* :::::::::::::::::::::::::

sub_block_4

::::::::::::::::::::::::: */
.sub_block_4 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.sub_block_4 .order_1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.sub_block_4 .order_2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.sub_block_4 .wrap_block_list {
  margin-top: 50px;
  width: 100%;
}

.sub_block_4 .wrap_block_list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 400px;
}

.sub_block_4 .wrap_block_list .list .block {
  width: 100%;
  height: 100%;
}

.sub_block_4 .wrap_block_list .list .block.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub_block_4 .wrap_block_list .list .block.txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  font-size: 10px;
  font-family: 'Noto Sans KR';
}

.sub_block_4 .wrap_block_list .list .block.txt h1 {
  font-size: 3em;
  font-family: 'Noto Sans KR_700';
}

.sub_block_4 .wrap_block_list .list .block.txt p {
  font-size: 1.5em;
  color: black;
}

@media screen and (min-width: 1000px) {
  .sub_block_4 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .sub_block_4 .order_1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .sub_block_4 .order_2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .sub_block_4 .wrap_block_list {
    margin-top: 0px;
    width: 100%;
  }
  .sub_block_4 .wrap_block_list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px 0;
    height: 300px;
    border-bottom: 2px solid black;
  }
  .sub_block_4 .wrap_block_list .list .block {
    height: 100%;
  }
  .sub_block_4 .wrap_block_list .list .block.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 35%;
  }
  .sub_block_4 .wrap_block_list .list .block.txt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 100px;
    width: 70%;
    font-size: 10px;
    font-family: 'Noto Sans KR';
  }
  .sub_block_4 .wrap_block_list .list .block.txt h1 {
    font-size: 3em;
    font-family: 'Noto Sans KR_700';
  }
  .sub_block_4 .wrap_block_list .list .block.txt p {
    font-size: 1.5em;
    color: black;
  }
  .sub_block_4 .wrap_block_list .list.first {
    border-top: 2px solid black;
  }
}

/* :::::::::::::::::::::::::

sub_block_5

::::::::::::::::::::::::: */
.sub_block_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 2000px;
  height: 100vh;
  max-height: 800px;
  min-height: 700px;
  margin: 0 auto;
}

.sub_block_5 .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60%;
}

.sub_block_5 .txt .wrap_txt {
  padding: 0 5%;
  width: 100%;
  font-size: 8px;
  text-align: center;
}

.sub_block_5 .txt .wrap_txt h1 {
  margin-top: 30px;
  font-size: 3.5em;
  font-family: 'Noto Sans KR_700';
}

.sub_block_5 .txt .wrap_txt p {
  font-size: 1.7em;
  font-family: 'Noto Sans KR';
  line-height: 2em;
}

.sub_block_5 .img {
  position: relative;
  width: 100%;
  height: 40%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub_block_5 .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 600px) {
  .sub_block_5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: 2000px;
    height: 40vw;
    max-height: 800px;
    min-height: 500px;
    margin: 0 auto;
  }
  .sub_block_5 .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 100%;
  }
  .sub_block_5 .txt .wrap_txt {
    padding: 0 10%;
    width: 100%;
    font-size: 9px;
    text-align: left;
  }
  .sub_block_5 .txt .wrap_txt h1 {
    margin-top: 30px;
    font-size: 4em;
    font-family: 'Noto Sans KR_700';
  }
  .sub_block_5 .txt .wrap_txt p {
    font-size: 1.5em;
    font-family: 'Noto Sans KR';
    line-height: 1.7em;
  }
  .sub_block_5 .img {
    position: relative;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub_block_5 .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
}

@media screen and (min-width: 1000px) {
  .sub_block_5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: 2000px;
    height: 40vw;
    max-height: 800px;
    min-height: 650px;
    margin: 0 auto;
  }
  .sub_block_5 .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 100%;
  }
  .sub_block_5 .txt .wrap_txt {
    padding: 0 20%;
    width: 100%;
    font-size: 10px;
    text-align: center;
  }
  .sub_block_5 .txt .wrap_txt h1 {
    margin-top: 30px;
    font-size: 3vw;
    font-family: 'Noto Sans KR_700';
  }
  .sub_block_5 .txt .wrap_txt p {
    font-size: 1.7em;
    font-family: 'Noto Sans KR';
    line-height: 2em;
  }
  .sub_block_5 .img {
    position: relative;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub_block_5 .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
}

@media screen and (min-width: 2000px) {
  .sub_block_5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: 2000px;
    height: 40vw;
    max-height: 800px;
    min-height: 650px;
    margin: 0 auto;
  }
  .sub_block_5 .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 100%;
  }
  .sub_block_5 .txt .wrap_txt {
    padding: 0 20%;
    width: 100%;
    font-size: 10px;
  }
  .sub_block_5 .txt .wrap_txt h1 {
    margin-top: 30px;
    font-size: 5em;
    font-family: 'Noto Sans KR_700';
  }
  .sub_block_5 .txt .wrap_txt p {
    font-size: 1.7em;
    font-family: 'Noto Sans KR';
    line-height: 2em;
  }
  .sub_block_5 .img {
    position: relative;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub_block_5 .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
}

/* :::::::::::::::::::::::::

sub_block_6

::::::::::::::::::::::::: */
.sub_block_6.bgcolor {
  background: #F7F7F7;
}

.sub_block_6 {
  position: relative;
}

.sub_block_6 .list_special {
  width: 100%;
  max-width: 1300px;
  margin: 0px auto 0 auto;
  text-align: center;
}

.sub_block_6 .list_special .list {
  display: inline-block;
  position: relative;
  margin: 0 0px;
  padding: 20px 40px;
  width: 100%;
  font-size: 10px;
  font-family: 'Noto Sans KR';
  background: white;
}

.sub_block_6 .list_special .list h1 {
  font-size: 2.5em;
  font-family: 'Noto Sans KR_700';
  color: #333333;
}

.sub_block_6 .list_special .list h2 {
  font-size: 1.3em;
  line-height: 1.7em;
  color: #333333;
}

.sub_block_6 .list_special .list .list_img {
  margin: 30px 0 20px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 200px;
}

.sub_block_6 .list_special .list .view {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: #ccc;
}

.sub_block_6 .list_special .list .view i {
  color: white;
  font-size: 20px;
}

.sub_block_6 .list_special .list:hover .view {
  -webkit-animation: list_pulse 1s;
  animation: list_pulse 1s;
  -webkit-box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

.sub_block_6 .list_special .list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: black;
  -webkit-transition: width 500ms;
  -o-transition: width 500ms;
  transition: width 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.sub_block_6 .list_special .list.mt {
  margin-top: 30px;
}

.sub_block_6 .list_special.on .list:before {
  width: 50%;
}

@-webkit-keyframes list_pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes list_pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@media screen and (min-width: 600px) {
  .sub_block_6 .list_special {
    width: 100%;
    max-width: 1300px;
    margin: 0px auto 0 auto;
    text-align: center;
  }
  .sub_block_6 .list_special .list {
    display: inline-block;
    position: relative;
    margin: 0 0px;
    padding: 20px 10px;
    width: 45%;
    font-size: 10px;
    font-family: 'Noto Sans KR';
    background: white;
  }
  .sub_block_6 .list_special .list h1 {
    font-size: 2.5em;
  }
  .sub_block_6 .list_special .list h2 {
    font-size: 1.5em;
    line-height: 1.7em;
    color: #333333;
  }
  .sub_block_6 .list_special .list .list_img {
    margin: 30px 0 20px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 200px;
  }
  .sub_block_6 .list_special .list .view {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: #ccc;
  }
  .sub_block_6 .list_special .list .view i {
    color: white;
    font-size: 20px;
  }
  .sub_block_6 .list_special .list:hover .view {
    -webkit-animation: list_pulse 1s;
    animation: list_pulse 1s;
    -webkit-box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  }
  .sub_block_6 .list_special .list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0%;
    height: 5px;
    background: black;
    -webkit-transition: width 500ms;
    -o-transition: width 500ms;
    transition: width 500ms;
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
  }
  .sub_block_6 .list_special .list.mt {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1000px) {
  .sub_block_6 .list_special {
    width: 100%;
    max-width: 1300px;
    margin: 25px auto 0 auto;
  }
  .sub_block_6 .list_special .list {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    padding: 20px 30px;
    width: 30%;
    font-size: 10px;
    font-family: 'Noto Sans KR';
    background: white;
    border: 1px solid #eeeeee;
  }
  .sub_block_6 .list_special .list h1 {
    font-size: 3em;
  }
  .sub_block_6 .list_special .list h2 {
    font-size: 1.6em;
    line-height: 1.7em;
    color: #333333;
  }
  .sub_block_6 .list_special .list .list_img {
    margin: 30px 0 20px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 250px;
  }
  .sub_block_6 .list_special .list .view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: #ccc;
  }
  .sub_block_6 .list_special .list .view i {
    color: white;
    font-size: 20px;
  }
  .sub_block_6 .list_special .list:hover .view {
    -webkit-animation: list_pulse 1s;
    animation: list_pulse 1s;
    -webkit-box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  }
  .sub_block_6 .list_special .list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    width: 0%;
    height: 5px;
    background: black;
    -webkit-transition: width 500ms;
    -o-transition: width 500ms;
    transition: width 500ms;
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
  }
  .sub_block_6 .list_special .list.mt {
    margin-top: 0px;
  }
  .sub_block_6 .list_special.on .list:before {
    width: 100%;
  }
}

/* :::::::::::::::::::::::::

sub_block_7

::::::::::::::::::::::::: */
.sub_block_7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0%;
  height: 110vh;
  max-height: 750px;
  min-height: 600px;
}

.sub_block_7 .wrap_txt {
  width: 100%;
  font-size: 10px;
  font-family: 'Noto Sans KR';
  text-align: center;
}

.sub_block_7 .wrap_txt h1 {
  font-size: 2.5em;
  font-family: 'Noto Sans KR_700';
}

.sub_block_7 .wrap_txt p {
  margin: 30px 0;
  font-size: 1.5em;
}

.sub_block_7 .wrap_txt .btn_doctor {
  margin: 0 auto;
  width: 150px;
  background: black;
  color: white;
}

.sub_block_7 .wrap_slide {
  margin-top: 50px;
  width: 100%;
  height: 100%;
}

.sub_block_7 .wrap_slide .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.sub_block_7 .wrap_slide .swiper-wrapper .swiper-slide {
  height: 100%;
}

.sub_block_7 .wrap_slide .swiper-wrapper .swiper-slide .img_section1 {
  width: 100%;
  height: 70%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub_block_7 .wrap_slide .swiper-wrapper .swiper-slide .wrap_txt {
  width: 100%;
  font-size: 10px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.sub_block_7 .wrap_slide .swiper-wrapper .swiper-slide .wrap_txt h1 {
  font-size: 2em;
}

.sub_block_7 .wrap_slide .swiper-wrapper .swiper-slide .wrap_txt h1 span {
  font-size: 0.7em;
}

.sub_block_7 .wrap_slide .swiper-wrapper .swiper-slide .wrap_txt p {
  margin: 10px 0;
}

.sub_block_7 .wrap_slide .swiper-wrapper .swiper-slide.swiper-slide-active .wrap_txt {
  opacity: 1;
}

@media screen and (min-width: 1000px) {
  .sub_block_7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10%;
    height: 60vw;
    max-height: 700px;
    min-height: 400px;
  }
  .sub_block_7 .wrap_txt {
    width: 30%;
    font-size: 10px;
    font-family: 'Noto Sans KR';
  }
  .sub_block_7 .wrap_txt h1 {
    font-size: 4em;
    font-family: 'Noto Sans KR_700';
  }
  .sub_block_7 .wrap_txt p {
    margin: 30px 0;
    font-size: 1.5em;
  }
  .sub_block_7 .wrap_txt .btn_doctor {
    width: 150px;
    background: black;
    color: white;
  }
  .sub_block_7 .wrap_slide {
    margin-top: 0;
    width: 60%;
    height: 100%;
  }
  .sub_block_7 .wrap_slide .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .sub_block_7 .wrap_slide .swiper-wrapper .swiper-slide {
    height: 100%;
  }
  .sub_block_7 .wrap_slide .swiper-wrapper .swiper-slide .img_section1 {
    width: 100%;
    height: 80%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub_block_7 .wrap_slide .swiper-wrapper .swiper-slide .wrap_txt {
    width: 100%;
    font-size: 10px;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
  }
  .sub_block_7 .wrap_slide .swiper-wrapper .swiper-slide .wrap_txt h1 {
    font-size: 2em;
  }
  .sub_block_7 .wrap_slide .swiper-wrapper .swiper-slide .wrap_txt h1 span {
    font-size: 0.7em;
  }
  .sub_block_7 .wrap_slide .swiper-wrapper .swiper-slide .wrap_txt p {
    margin: 10px 0;
  }
  .sub_block_7 .wrap_slide .swiper-wrapper .swiper-slide.swiper-slide-active .wrap_txt {
    opacity: 1;
  }
}

/* :::::::::::::::::::::::::

sub_block_8

::::::::::::::::::::::::: */
.sub_block_8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.sub_block_8 .block {
  position: relative;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  font-size: 10px;
  font-family: 'Noto Sans KR_700';
}

.sub_block_8 .block i {
  font-size: 30px;
}

.sub_block_8 .block h1 {
  margin-top: 35px;
  font-size: 2.5em;
}

.sub_block_8 .block p {
  font-size: 1.5em;
}

@media screen and (min-width: 1000px) {
  .sub_block_8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .sub_block_8 .block {
    position: relative;
    padding: 20px 0;
    width: 25%;
    text-align: center;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
  }
  .sub_block_8 .block:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 90%;
    background: #333333;
  }
  .sub_block_8 .block:last-child:before {
    width: 0px;
    height: 0%;
  }
  .sub_block_8 .block i {
    font-size: 50px;
  }
  .sub_block_8 .block h1 {
    margin-top: 35px;
    font-size: 3em;
  }
  .sub_block_8 .block p {
    font-size: 1.5em;
  }
  .sub_block_8.no_line .block:before {
    width: 0px;
  }
}

/* :::::::::::::::::::::::::

sub_block_9

::::::::::::::::::::::::: */
.sub_block_9 {
  position: relative;
  padding: 100px 0;
  width: 100%;
  margin: 0 auto;
  font-family: 'Noto Sans KR_700';
}

.sub_block_9 .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub_block_9 .bg_img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.sub_block_9 .tit {
  position: relative;
  font-size: 30px;
  text-align: center;
  color: white;
}

.sub_block_9 .txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 50px auto 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1200px;
  min-height: 250px;
  color: white;
}

.sub_block_9 .txt .block {
  padding: 0 10px;
  width: 100%;
  height: 100%;
  font-size: 8px;
  text-align: center;
}

.sub_block_9 .txt .block h1 {
  position: relative;
  margin-bottom: 20px;
  font-size: 2.5em;
  padding-bottom: 15px;
  border-bottom: 2px solid white;
}

.sub_block_9 .txt .block p {
  font-size: 1.6em;
  font-family: 'Noto Sans KR';
  line-height: 1.7em;
}

@media screen and (min-width: 600px) {
  .sub_block_9 {
    position: relative;
    padding: 100px 0;
    width: 100%;
    margin: 0 auto;
    font-family: 'Noto Sans KR_700';
  }
  .sub_block_9 .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub_block_9 .bg_img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  .sub_block_9 .tit {
    position: relative;
    font-size: 30px;
    text-align: center;
    color: white;
  }
  .sub_block_9 .txt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 50px auto 0 auto;
    padding: 0 10px;
    width: 100%;
    max-width: 1200px;
    min-height: 250px;
    color: white;
  }
  .sub_block_9 .txt .block {
    margin: 0 auto;
    padding: 0 10px;
    width: 70%;
    height: 100%;
    font-size: 8px;
    text-align: center;
  }
  .sub_block_9 .txt .block h1 {
    position: relative;
    margin-bottom: 20px;
    font-size: 2.5em;
    padding-bottom: 15px;
    border-bottom: 2px solid white;
  }
  .sub_block_9 .txt .block p {
    font-size: 1.6em;
    font-family: 'Noto Sans KR';
    line-height: 1.7em;
  }
}

@media screen and (min-width: 1000px) {
  .sub_block_9 {
    position: relative;
    padding: 100px 0;
    width: 100%;
    margin: 0 auto;
    font-family: 'Noto Sans KR_700';
  }
  .sub_block_9 .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub_block_9 .bg_img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  .sub_block_9 .tit {
    position: relative;
    font-size: 40px;
    text-align: center;
    color: white;
  }
  .sub_block_9 .txt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px auto 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    min-height: 250px;
    color: white;
  }
  .sub_block_9 .txt .block {
    padding: 0 20px;
    width: 25%;
    height: 100%;
    font-size: 10px;
    text-align: center;
  }
  .sub_block_9 .txt .block h1 {
    position: relative;
    font-size: 2.5em;
    padding-bottom: 15px;
    border-bottom: 2px solid white;
  }
  .sub_block_9 .txt .block p {
    font-size: 1.6em;
  }
}

/* :::::::::::::::::::::::::

sub_block_10

::::::::::::::::::::::::: */
.sub_block_10 {
  position: relative;
  padding: 0px 0;
  width: 100%;
  margin: 0 auto;
  font-family: 'Noto Sans KR_700';
}

.sub_block_10 .tit {
  position: relative;
  font-size: 30px;
  text-align: center;
  color: #333333;
}

.sub_block_10 .txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 50px auto 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1200px;
  color: #333333;
}

.sub_block_10 .txt .block {
  padding: 0 10px;
  width: 100%;
  height: 100%;
  font-size: 8px;
  text-align: center;
}

.sub_block_10 .txt .block i {
  font-size: 30px;
}

.sub_block_10 .txt .block h1 {
  position: relative;
  margin-bottom: 20px;
  font-size: 2.5em;
}

.sub_block_10 .txt .block p {
  font-size: 1.6em;
  font-family: 'Noto Sans KR';
  line-height: 1.7em;
}

@media screen and (min-width: 1000px) {
  .sub_block_10 {
    position: relative;
    padding: 0px 0;
    width: 100%;
    margin: 0 auto;
    font-family: 'Noto Sans KR_700';
  }
  .sub_block_10 .tit {
    position: relative;
    font-size: 50px;
    text-align: center;
    color: #333333;
  }
  .sub_block_10 .txt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px auto 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    color: #333333;
  }
  .sub_block_10 .txt .block {
    padding: 0 10px;
    width: 25%;
    height: 100%;
    font-size: 10px;
    text-align: center;
  }
  .sub_block_10 .txt .block i {
    font-size: 50px;
  }
  .sub_block_10 .txt .block h1 {
    position: relative;
    margin-top: 30px;
    font-size: 2.5em;
  }
  .sub_block_10 .txt .block p {
    font-size: 1.6em;
  }
}

/* :::::::::::::::::::::::::

sub_block_11

::::::::::::::::::::::::: */
.sub_block_11 {
  position: relative;
  margin: 0 auto;
  padding-bottom: 50px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub_block_11:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.sub_block_11 .block_inner {
  position: relative;
  padding: 0 50px;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

.sub_block_11 .block_inner .wrap_tit_2 {
  color: white;
}

.sub_block_11 .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub_block_11 .wrap_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub_block_11 .wrap_list .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
  padding: 10px 15px;
  min-width: 170px;
  font-size: 15px;
  font-family: 'Noto Sans KR_700';
  color: white;
  background: #333333;
}

@media screen and (min-width: 1000px) {
  .sub_block_11 {
    position: relative;
    margin: 0 auto;
    padding-bottom: 0;
    width: 100%;
    height: 40vw;
    max-height: 500px;
    min-height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub_block_11:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .sub_block_11 .block_inner {
    position: relative;
    padding: 0 50px;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    text-align: left;
  }
  .sub_block_11 .block_inner .wrap_tit_2 {
    font-size: 10px;
  }
  .sub_block_11 .block_inner .wrap_tit_2 h1 {
    font-size: 5em;
  }
  .sub_block_11 .block_inner .wrap_tit_2 p {
    font-size: 1.7em;
  }
  .sub_block_11 .bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub_block_11 .wrap_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sub_block_11 .wrap_list .list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0px;
    margin-right: 10px;
    padding: 0px;
    width: 200px;
    height: 200px;
    font-size: 20px;
    font-family: 'Noto Sans KR_700';
    border-radius: 100%;
    color: white;
    background: #333333;
  }
}

/* :::::::::::::::::::::::::

sub_block_12

::::::::::::::::::::::::: */
.sub_block_12 {
  height: 50vw;
  max-height: 500px;
  min-height: 400px;
  font-size: 0;
}

.sub_block_12 .bg_img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 10px;
}

.sub_block_12 .bg_img.left {
  display: none;
}

.sub_block_12 .wrap_txt {
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 10px;
  color: white;
  text-align: center;
}

.sub_block_12 .wrap_txt h1 {
  font-size: 3em;
  font-family: 'Noto Sans KR_700';
  line-height: 1.3em;
  white-space: nowrap;
}

.sub_block_12 .wrap_txt p {
  margin: 20px 0;
  font-size: 1.5em;
}

.sub_block_12 .wrap_txt .btn_view {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .sub_block_12 {
    height: 50vw;
    max-height: 500px;
    min-height: 400px;
    font-size: 0;
  }
  .sub_block_12 .bg_img {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 10px;
  }
  .sub_block_12 .bg_img.left {
    display: inline-block;
  }
  .sub_block_12 .wrap_txt {
    position: absolute;
    z-index: 50;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 10px;
    color: white;
    text-align: left;
  }
  .sub_block_12 .wrap_txt h1 {
    font-size: 4em;
    font-family: 'Noto Sans KR_700';
  }
  .sub_block_12 .wrap_txt p {
    margin: 20px 0;
    font-size: 1.5em;
  }
  .sub_block_12 .wrap_txt .btn_view {
    width: 150px;
  }
}

/* :::::::::::::::::::::::::

sub_block_13

::::::::::::::::::::::::: */
.sub_block_13 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.sub_block_13 .order_1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.sub_block_13 .order_2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.sub_block_13 .wrap_block_list {
  margin-top: 50px;
  width: 100%;
}

.sub_block_13 .wrap_block_list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 400px;
}

.sub_block_13 .wrap_block_list .list .block {
  width: 100%;
  height: 100%;
}

.sub_block_13 .wrap_block_list .list .block.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub_block_13 .wrap_block_list .list .block.txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  font-size: 10px;
  font-family: 'Noto Sans KR';
}

.sub_block_13 .wrap_block_list .list .block.txt h1 {
  font-size: 3em;
  font-family: 'Noto Sans KR_700';
}

.sub_block_13 .wrap_block_list .list .block.txt p {
  font-size: 1.5em;
  color: black;
}

.sub_block_13 .wrap_block_list .list .block.txt .number {
  font-size: 5em;
  font-family: 'Noto Sans KR_700';
  color: #333333;
  opacity: 0.2;
}

@media screen and (min-width: 1000px) {
  .sub_block_13 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .sub_block_13 .order_1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .sub_block_13 .order_2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .sub_block_13 .wrap_block_list {
    margin-top: 0px;
    width: 100%;
    border-top: 5px solid #333333;
  }
  .sub_block_13 .wrap_block_list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0px 0;
    height: 300px;
    border: 1px solid #333333;
    border-top: none;
  }
  .sub_block_13 .wrap_block_list .list .block {
    height: 100%;
  }
  .sub_block_13 .wrap_block_list .list .block.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 40%;
  }
  .sub_block_13 .wrap_block_list .list .block.txt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 100px;
    width: 60%;
    font-size: 10px;
    font-family: 'Noto Sans KR';
  }
  .sub_block_13 .wrap_block_list .list .block.txt h1 {
    font-size: 3.5em;
    font-family: 'Noto Sans KR_700';
  }
  .sub_block_13 .wrap_block_list .list .block.txt p {
    font-size: 1.5em;
    color: black;
  }
  .sub_block_13 .wrap_block_list .list .block.txt .number {
    position: absolute;
    bottom: 5%;
    right: 5%;
    font-size: 10em;
    font-family: 'Noto Sans KR_700';
    color: #333333;
    opacity: 0.1;
  }
}

/* :::::::::::::::::::::::::

sub_block_14

::::::::::::::::::::::::: */
.sub_block_14 {
  position: relative;
  padding: 0px 0;
  width: 100%;
  margin: 0 auto;
  font-family: 'Noto Sans KR_700';
}

.sub_block_14 .tit {
  position: relative;
  font-size: 30px;
  text-align: center;
  color: #333333;
}

.sub_block_14 .txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 50px auto 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1200px;
  color: #333333;
}

.sub_block_14 .txt .block {
  padding: 0 10px;
  width: 100%;
  height: 100%;
  font-size: 8px;
  text-align: center;
}

.sub_block_14 .txt .block i {
  font-size: 50px;
}

.sub_block_14 .txt .block h1 {
  position: relative;
  padding-bottom: 20px;
  font-size: 3em;
  border-bottom: 2px solid black;
}

.sub_block_14 .txt .block h2 {
  position: relative;
  margin-bottom: 20px;
  font-size: 2.5em;
}

.sub_block_14 .txt .block p {
  font-size: 1.6em;
  font-family: 'Noto Sans KR';
  line-height: 1.7em;
}

@media screen and (min-width: 600px) {
  .sub_block_14 {
    position: relative;
    padding: 0px 0;
    width: 100%;
    margin: 0 auto;
    font-family: 'Noto Sans KR_700';
  }
  .sub_block_14 .tit {
    position: relative;
    font-size: 30px;
    text-align: center;
    color: #333333;
  }
  .sub_block_14 .txt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 50px auto 0 auto;
    padding: 0 10px;
    width: 100%;
    max-width: 1200px;
    color: #333333;
  }
  .sub_block_14 .txt .block {
    padding: 0 10px;
    width: 100%;
    height: 100%;
    font-size: 8px;
    text-align: center;
  }
  .sub_block_14 .txt .block i {
    font-size: 50px;
  }
  .sub_block_14 .txt .block h1 {
    position: relative;
    margin: 0 auto;
    padding-bottom: 20px;
    max-width: 300px;
    font-size: 3em;
    border-bottom: 2px solid black;
  }
  .sub_block_14 .txt .block h2 {
    position: relative;
    margin-bottom: 20px;
    font-size: 2.5em;
  }
  .sub_block_14 .txt .block p {
    font-size: 1.6em;
    font-family: 'Noto Sans KR';
    line-height: 1.7em;
  }
}

@media screen and (min-width: 1000px) {
  .sub_block_14 {
    position: relative;
    padding: 0px 0;
    width: 100%;
    margin: 0 auto;
    font-family: 'Noto Sans KR_700';
  }
  .sub_block_14 .tit {
    position: relative;
    font-size: 50px;
    text-align: center;
    color: #333333;
  }
  .sub_block_14 .txt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px auto 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    color: #333333;
  }
  .sub_block_14 .txt .block {
    padding: 0 10px;
    width: 25%;
    height: 100%;
    font-size: 10px;
    text-align: center;
  }
  .sub_block_14 .txt .block i {
    font-size: 50px;
  }
  .sub_block_14 .txt .block h1 {
    position: relative;
    padding-bottom: 20px;
    width: auto;
    font-size: 3em;
  }
  .sub_block_14 .txt .block h2 {
    position: relative;
    margin-top: 30px;
    font-size: 2.5em;
  }
  .sub_block_14 .txt .block p {
    font-size: 1.6em;
  }
}

/* :::::::::::::::::::::::::

sub_block_15

::::::::::::::::::::::::: */
.sub_block_15 {
  width: 100%;
  max-width: 1300px;
  margin: 50px auto 0 auto;
  text-align: center;
}

.sub_block_15 .list {
  display: inline-block;
  position: relative;
  margin: 10px auto;
  padding: 20px 10px;
  width: 90%;
  font-size: 10px;
  font-family: 'Noto Sans KR';
  border: 1px solid #ccc;
}

.sub_block_15 .list h1 {
  font-size: 3em;
  font-family: 'Anton';
  color: #333333;
}

.sub_block_15 .list h2 {
  font-size: 1.3em;
  line-height: 1.7em;
  color: #7a7a7a;
}

.sub_block_15 .list .list_img {
  margin: 30px 0 20px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 200px;
}

.sub_block_15 .list .view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: #ccc;
}

.sub_block_15 .list .view i {
  color: white;
  font-size: 20px;
}

.sub_block_15 .list:hover .view {
  -webkit-animation: list_pulse 1s;
  animation: list_pulse 1s;
  -webkit-box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

.sub_block_15 .list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background: black;
  -webkit-transition: width 500ms;
  -o-transition: width 500ms;
  transition: width 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.sub_block_15.on .list:before {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .sub_block_15 {
    width: 100%;
    max-width: 1300px;
    margin: 50px auto 0 auto;
    text-align: center;
  }
  .sub_block_15 .list {
    display: inline-block;
    position: relative;
    margin: 10px auto;
    padding: 20px 10px;
    width: 45%;
    font-size: 10px;
    font-family: 'Noto Sans KR';
    border: 1px solid #ccc;
  }
  .sub_block_15 .list h1 {
    font-size: 2.5em;
  }
  .sub_block_15 .list h2 {
    font-size: 1.5em;
    line-height: 1.7em;
    color: #7a7a7a;
  }
  .sub_block_15 .list .list_img {
    margin: 30px 0 20px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 200px;
  }
  .sub_block_15 .list .view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: #ccc;
  }
  .sub_block_15 .list .view i {
    color: white;
    font-size: 20px;
  }
  .sub_block_15 .list:hover .view {
    -webkit-animation: list_pulse 1s;
    animation: list_pulse 1s;
    -webkit-box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  }
  .sub_block_15 .list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background: black;
    -webkit-transition: width 500ms;
    -o-transition: width 500ms;
    transition: width 500ms;
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
  }
  .sub_block_15.on .list:before {
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  .sub_block_15 {
    width: 100%;
    max-width: 1300px;
    margin: 0px auto 0 auto;
  }
  .sub_block_15 .list {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    padding: 20px 30px;
    width: 30%;
    font-size: 10px;
    font-family: 'Noto Sans KR';
    border: 1px solid #ccc;
  }
  .sub_block_15 .list h1 {
    font-size: 3em;
  }
  .sub_block_15 .list h2 {
    font-size: 1.4em;
    line-height: 1.7em;
    color: #7a7a7a;
  }
  .sub_block_15 .list .list_img {
    margin: 30px 0 20px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 250px;
  }
  .sub_block_15 .list .view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: #ccc;
  }
  .sub_block_15 .list .view i {
    color: white;
    font-size: 20px;
  }
  .sub_block_15 .list:hover .view {
    -webkit-animation: list_pulse 1s;
    animation: list_pulse 1s;
    -webkit-box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  }
  .sub_block_15 .list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background: black;
    -webkit-transition: width 500ms;
    -o-transition: width 500ms;
    transition: width 500ms;
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
  }
  .sub_block_15 .list.mt {
    margin-top: 0px;
  }
}

/* :::::::::::::::::::::::::

sub_block_16

::::::::::::::::::::::::: */
.sub_block_16 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.sub_block_16 .wrap_list.first {
  margin-top: 0;
}

.sub_block_16 .wrap_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 15px;
}

.sub_block_16 .wrap_list .list {
  margin: 15px auto 0 auto;
  width: 90%;
  max-width: 500px;
  height: 450px;
  border: 2px solid #eeeeee;
}

.sub_block_16 .wrap_list .list .img {
  height: 55%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub_block_16 .wrap_list .list .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  height: 45%;
}

.sub_block_16 .wrap_list .list .text .name {
  width: 40%;
  font-size: 25px;
  font-weight: bold;
  font-family: 'Noto Sans KR_700';
}

.sub_block_16 .wrap_list .list .text .wrap_rate {
  width: 60%;
  padding-left: 15px;
  font-size: 15px;
  font-weight: bold;
  font-family: 'Noto Sans KR_700';
}

.sub_block_16 .wrap_list .list .text .wrap_rate .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}

.sub_block_16 .wrap_list .list .text .wrap_rate .rate .stars {
  padding-left: 15px;
}

.sub_block_16 .wrap_list .list .text .wrap_rate .rate .stars i {
  display: inline-block;
  color: #00AEEF;
}

@media screen and (min-width: 1000px) {
  .sub_block_16 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .sub_block_16 .wrap_list.first {
    margin-top: 0;
  }
  .sub_block_16 .wrap_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 25px;
  }
  .sub_block_16 .wrap_list .list {
    margin: 0;
    width: 32%;
    height: 450px;
    border: 2px solid #eeeeee;
  }
  .sub_block_16 .wrap_list .list .img {
    height: 55%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub_block_16 .wrap_list .list .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    height: 45%;
  }
  .sub_block_16 .wrap_list .list .text .name {
    width: 40%;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Noto Sans KR_700';
  }
  .sub_block_16 .wrap_list .list .text .wrap_rate {
    width: 60%;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Noto Sans KR_700';
  }
  .sub_block_16 .wrap_list .list .text .wrap_rate .rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
  }
  .sub_block_16 .wrap_list .list .text .wrap_rate .rate .stars {
    padding-left: 15px;
  }
  .sub_block_16 .wrap_list .list .text .wrap_rate .rate .stars i {
    display: inline-block;
    color: #00AEEF;
  }
}

/* :::::::::::::::::::::::::

sub_block_17

::::::::::::::::::::::::: */
.sub_block_17 {
  position: relative;
}

.sub_block_17 .wrap_inner .inner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  height: 70vh;
  max-height: 500px;
  min-height: 400px;
}

.sub_block_17 .wrap_inner .inner_list .img {
  width: 100%;
  height: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.sub_block_17 .wrap_inner .inner_list .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  width: 100%;
  font-size: 8px;
  font-family: 'Noto Sans KR_700';
  text-align: center;
  color: #333333;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.sub_block_17 .wrap_inner .inner_list .text h1 {
  font-size: 2.5em;
}

.sub_block_17 .wrap_inner .inner_list .text h2 {
  font-size: 3em;
}

.sub_block_17 .wrap_inner .inner_list .text p {
  font-size: 1.7em;
  font-family: 'Noto Sans KR';
}

.sub_block_17 .wrap_inner.color_1 {
  background: #f7f7f7;
}

.sub_block_17 .wrap_inner.color_2 {
  background: white;
}

@media screen and (min-width: 600px) {
  .sub_block_17 {
    position: relative;
  }
  .sub_block_17 .wrap_inner .inner_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    height: 30vw;
    max-height: 400px;
    min-height: 300px;
  }
  .sub_block_17 .wrap_inner .inner_list .img {
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .sub_block_17 .wrap_inner .inner_list .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    width: 50%;
    font-size: 8px;
    font-family: 'Noto Sans KR_700';
    text-align: center;
    color: #333333;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .sub_block_17 .wrap_inner .inner_list .text h1 {
    font-size: 2.5em;
  }
  .sub_block_17 .wrap_inner .inner_list .text h2 {
    font-size: 3em;
  }
  .sub_block_17 .wrap_inner .inner_list .text p {
    font-size: 1.7em;
    font-family: 'Noto Sans KR';
  }
  .sub_block_17 .wrap_inner.color_1 {
    background: #f7f7f7;
  }
  .sub_block_17 .wrap_inner.color_2 {
    background: white;
  }
}

@media screen and (min-width: 1000px) {
  .sub_block_17 {
    position: relative;
  }
  .sub_block_17 .wrap_inner .inner_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    height: 30vw;
    max-height: 400px;
    min-height: 300px;
  }
  .sub_block_17 .wrap_inner .inner_list .img {
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .sub_block_17 .wrap_inner .inner_list .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 100px;
    width: 50%;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
    text-align: center;
    color: #333333;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .sub_block_17 .wrap_inner .inner_list .text h1 {
    font-size: 2.5em;
  }
  .sub_block_17 .wrap_inner .inner_list .text h2 {
    font-size: 3em;
  }
  .sub_block_17 .wrap_inner .inner_list .text p {
    font-size: 1.7em;
    font-family: 'Noto Sans KR';
  }
  .sub_block_17 .wrap_inner.color_1 {
    background: #f7f7f7;
  }
  .sub_block_17 .wrap_inner.color_2 {
    background: white;
  }
}

/* :::::::::::::::::::::::::

sub_block_18

::::::::::::::::::::::::: */
.sub_block_18 {
  position: relative;
  font-size: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub_block_18:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.sub_block_18 h1 {
  position: relative;
  font-size: 2em;
  font-family: 'Noto Sans KR_700';
  color: white;
  text-align: center;
}

.sub_block_18 .table_compare {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  border-top: 2px solid black;
  border-collapse: collapse;
  background: white;
}

.sub_block_18 .table_compare .bgcolor {
  font-size: 13px;
  font-family: 'Noto Sans KR_700';
  background: #F9F9F9;
}

.sub_block_18 .table_compare td, .sub_block_18 .table_compare th {
  padding: 5px;
  text-align: center;
  border: 1px solid #ddd;
}

.sub_block_18 .table_compare td img, .sub_block_18 .table_compare th img {
  max-width: 80px;
}

.sub_block_18 .table_compare tbody th {
  font-size: 10px;
  font-family: 'Noto Sans KR';
}

@media screen and (min-width: 1000px) {
  .sub_block_18 {
    position: relative;
    font-size: 10px;
  }
  .sub_block_18 h1 {
    font-size: 5em;
    font-family: 'Noto Sans KR_700';
    text-align: center;
  }
  .sub_block_18 .table_compare {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    border-top: 2px solid black;
    border-collapse: collapse;
  }
  .sub_block_18 .table_compare .bgcolor {
    font-size: 17px;
    font-family: 'Noto Sans KR_700';
    background: #F9F9F9;
  }
  .sub_block_18 .table_compare thead th {
    padding: 20px 0;
    font-size: 20px !important;
  }
  .sub_block_18 .table_compare tbody th {
    font-size: 16px;
    font-family: 'Noto Sans KR';
    text-align: left;
    padding: 25px 35px;
  }
  .sub_block_18 .table_compare tbody th img {
    max-width: 150px;
  }
  .sub_block_18 .table_compare tbody th.text_center {
    text-align: center;
  }
}

/* :::::::::::::::::::::::::

sub_block_19

::::::::::::::::::::::::: */
.sub_block_19 {
  position: relative;
}

.sub_block_19 .wrap_block .block {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 10px;
  font-family: 'Noto Sans KR_700';
  text-align: center;
}

.sub_block_19 .wrap_block .block h1 {
  margin: 0;
  font-size: 2em;
}

.sub_block_19 .wrap_block .block h2 {
  font-size: 3em;
}

.sub_block_19 .wrap_block .block p {
  margin: 15px 0;
  font-size: 1.5em;
}

.sub_block_19 .wrap_block .block .img {
  margin: 10px auto 0 auto;
  width: 100%;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 600px) {
  .sub_block_19 {
    position: relative;
  }
  .sub_block_19 .wrap_block .block {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
    text-align: center;
  }
  .sub_block_19 .wrap_block .block h1 {
    margin: 0;
    font-size: 2em;
  }
  .sub_block_19 .wrap_block .block h2 {
    font-size: 3em;
  }
  .sub_block_19 .wrap_block .block p {
    margin: 15px auto;
    width: 60%;
    font-size: 1.5em;
  }
  .sub_block_19 .wrap_block .block .img {
    margin: 10px auto 0 auto;
    width: 80%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 1000px) {
  .sub_block_19 {
    position: relative;
  }
  .sub_block_19 .wrap_block {
    background: white;
  }
  .sub_block_19 .wrap_block .block {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
    text-align: left;
  }
  .sub_block_19 .wrap_block .block h1 {
    font-size: 4.5em;
  }
  .sub_block_19 .wrap_block .block h2 {
    font-size: 3.5em;
  }
  .sub_block_19 .wrap_block .block p {
    margin: 0;
    width: 100%;
    font-size: 1.7em;
  }
  .sub_block_19 .wrap_block .block .img {
    margin: 30px auto 0 auto;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub_block_19 .wrap_block.color {
    background: #F7F7F7;
  }
}

/* :::::::::::::::::::::::::

sub_block_20

::::::::::::::::::::::::: */
.sub_block_20 .wrap_block {
  position: relative;
}

.sub_block_20 .wrap_block.bgcolor_1 {
  background: #25657E;
}

.sub_block_20 .block_1 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  height: 250px;
}

.sub_block_20 .block_1 .txt {
  position: absolute;
  left: 10%;
  bottom: 15%;
  font-size: 10px;
  font-family: 'Noto Sans KR_700';
  color: white;
}

.sub_block_20 .block_1 .txt h1 {
  font-size: 1.7em;
}

.sub_block_20 .block_1 .txt h2 {
  font-size: 2.5em;
}

.sub_block_20 .block_1 .txt p {
  font-size: 1.3em;
  max-width: 400px;
}

.sub_block_20 .block_1 .img_sub5_1 {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 250px;
}

.sub_block_20 .block_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 250px;
  font-size: 10px;
}

.sub_block_20 .block_2 .img {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub_block_20 .block_2 .txt {
  width: 50%;
  padding: 0 20px;
  font-size: 10px;
  font-family: 'Noto Sans KR_700';
}

.sub_block_20 .block_2 .txt h1 {
  font-size: 1.5em;
}

.sub_block_20 .block_2 .txt h2 {
  font-size: 2em;
}

.sub_block_20 .block_2 .txt p {
  font-size: 1.2em;
  max-width: 400px;
}

@media screen and (min-width: 600px) {
  .sub_block_20 .wrap_block {
    position: relative;
  }
  .sub_block_20 .wrap_block.bgcolor_1 {
    background: #25657E;
  }
  .sub_block_20 .block_1 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    height: 300px;
  }
  .sub_block_20 .block_1 .txt {
    position: absolute;
    left: 10%;
    bottom: 15%;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
    color: white;
  }
  .sub_block_20 .block_1 .txt h1 {
    font-size: 2.5em;
  }
  .sub_block_20 .block_1 .txt h2 {
    font-size: 4em;
  }
  .sub_block_20 .block_1 .txt p {
    font-size: 1.7em;
    max-width: 400px;
  }
  .sub_block_20 .block_1 .img_sub5_1 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 350px;
  }
  .sub_block_20 .block_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 300px;
    font-size: 10px;
  }
  .sub_block_20 .block_2 .img {
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub_block_20 .block_2 .txt {
    width: 50%;
    padding: 0 20px;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
  }
  .sub_block_20 .block_2 .txt h1 {
    font-size: 2em;
  }
  .sub_block_20 .block_2 .txt h2 {
    font-size: 3em;
  }
  .sub_block_20 .block_2 .txt p {
    font-size: 1.5em;
    max-width: 400px;
  }
}

@media screen and (min-width: 1000px) {
  .sub_block_20 .wrap_block {
    position: relative;
  }
  .sub_block_20 .wrap_block.bgcolor_1 {
    background: #25657E;
  }
  .sub_block_20 .block_1 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    height: 30vw;
    max-height: 500px;
    min-height: 400px;
  }
  .sub_block_20 .block_1 .txt {
    position: absolute;
    left: 10%;
    bottom: 20%;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
    color: white;
  }
  .sub_block_20 .block_1 .txt h1 {
    font-size: 2.5em;
  }
  .sub_block_20 .block_1 .txt h2 {
    font-size: 4em;
  }
  .sub_block_20 .block_1 .txt p {
    font-size: 1.7em;
    max-width: 400px;
  }
  .sub_block_20 .block_1 .img_sub5_1 {
    position: absolute;
    bottom: 0;
    right: -70px;
    width: 750px;
  }
  .sub_block_20 .block_1.right .txt {
    position: absolute;
    left: auto;
    right: 10%;
    bottom: 20%;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
    color: white;
    text-align: right;
  }
  .sub_block_20 .block_1.right .txt p {
    margin-left: auto;
  }
  .sub_block_20 .block_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 400px;
    font-size: 10px;
  }
  .sub_block_20 .block_2 .img {
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub_block_20 .block_2 .txt {
    width: 50%;
    padding: 0 100px;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
  }
  .sub_block_20 .block_2 .txt h1 {
    font-size: 2.5em;
  }
  .sub_block_20 .block_2 .txt h2 {
    font-size: 4em;
  }
  .sub_block_20 .block_2 .txt p {
    font-size: 1.7em;
    max-width: 400px;
  }
}

/* :::::::::::::::::::::::::

sub_block_21

::::::::::::::::::::::::: */
.sub_block_21 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.sub_block_21 .list {
  margin: 0 auto;
  width: 70%;
  font-size: 10px;
  font-family: 'Noto Sans KR_700';
}

.sub_block_21 .list .img {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub_block_21 .list b {
  font-size: 1.7em;
}

.sub_block_21 .list h1 {
  font-size: 2.5em;
}

.sub_block_21 .list p {
  font-size: 1.5em;
  font-family: 'Nanum Gothic';
  color: grey;
}

.sub_block_21 .list .cure {
  border-top: 1px solid #cccccc;
  margin-top: 30px;
  padding-top: 30px;
}

.sub_block_21 .list .cure b {
  font-size: 2em;
}

.sub_block_21 .list .cure p {
  margin: 15px 0;
  font-size: 1.5em;
}

@media screen and (min-width: 600px) {
  .sub_block_21 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .sub_block_21 .list {
    width: 30%;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
  }
  .sub_block_21 .list .img {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub_block_21 .list h1 {
    font-size: 2.5em;
  }
  .sub_block_21 .list p {
    font-size: 1.5em;
    font-family: 'Nanum Gothic';
    color: grey;
  }
  .sub_block_21 .list .cure {
    border-top: 1px solid #cccccc;
    margin-top: 30px;
    padding-top: 30px;
  }
  .sub_block_21 .list .cure b {
    font-size: 2em;
  }
  .sub_block_21 .list .cure p {
    margin: 15px 0;
    font-size: 1.5em;
  }
}

@media screen and (min-width: 1000px) {
  .sub_block_21 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .sub_block_21 .list {
    width: 30%;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
    text-align: center;
  }
  .sub_block_21 .list .img {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub_block_21 .list h1 {
    margin-top: 30px;
    font-size: 2.5em;
  }
  .sub_block_21 .list p {
    margin-top: 10px;
    font-size: 1.4em;
    color: grey;
  }
  .sub_block_21 .list .cure {
    border-top: 1px solid #cccccc;
    margin-top: 30px;
    padding-top: 30px;
    font-weight: bold;
  }
  .sub_block_21 .list .cure b {
    font-size: 2em;
  }
  .sub_block_21 .list .cure p {
    margin: 15px 0;
    font-size: 1.5em;
  }
}

/* :::::::::::::::::::::::::

sub_block_22

::::::::::::::::::::::::: */
.sub_block_22 {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub_block_22:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.sub_block_22 .wrap_inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Noto Sans KR_700';
}

.sub_block_22 .wrap_list_cure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sub_block_22 .wrap_list_cure .list_cure {
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 15px;
  font-family: 'Noto Sans KR_700';
  text-align: center;
  color: #00AEEF;
  background: white;
  -webkit-transition: letter-spacing 500ms;
  -o-transition: letter-spacing 500ms;
  transition: letter-spacing 500ms;
}

.sub_block_22 .wrap_list_cure .list_cure.on {
  color: white;
  background: #00AEEF;
}

.sub_block_22 .wrap_list_cure.ie_true {
  padding-top: 10px;
}

.sub_block_22 .tit {
  display: none;
  position: relative;
  font-size: 25px;
  color: #00AEEF;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.sub_block_22 .tit:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 3px;
  background: #00AEEF;
}

.sub_block_22 .tit.selected {
  display: none;
}

.sub_block_22 .intro {
  margin-top: 50px;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 250px;
  color: white;
  background: #00AEEF;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.sub_block_22 .intro .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  font-size: 10px;
  text-align: center;
}

.sub_block_22 .intro .txt h1 {
  font-size: 2em;
}

.sub_block_22 .intro .txt p {
  font-size: 1.5em;
  line-height: 1.5em;
}

.sub_block_22 .intro .img {
  display: none;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub_block_22 .intro.selected {
  opacity: 1;
}

.sub_block_22 .wrap_process {
  position: relative;
}

@media screen and (min-width: 1000px) {
  .sub_block_22 {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub_block_22:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .sub_block_22 .wrap_inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Noto Sans KR_700';
  }
  .sub_block_22 .wrap_list_cure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sub_block_22 .wrap_list_cure .list_cure {
    margin: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 160px;
    height: 160px;
    font-size: 20px;
    font-family: 'Noto Sans KR_700';
    text-align: center;
    color: #00AEEF;
    background: white;
    -webkit-transition: letter-spacing 500ms;
    -o-transition: letter-spacing 500ms;
    transition: letter-spacing 500ms;
  }
  .sub_block_22 .wrap_list_cure .list_cure:hover {
    letter-spacing: 3px;
  }
  .sub_block_22 .wrap_list_cure .list_cure.on {
    color: white;
    background: #00AEEF;
  }
  .sub_block_22 .wrap_list_cure.ie_true {
    padding-top: 10px;
  }
  .sub_block_22 .tit {
    display: none;
    position: relative;
    color: #00AEEF;
    font-size: 40px;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .sub_block_22 .tit:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 3px;
    background: #00AEEF;
  }
  .sub_block_22 .tit.selected {
    display: block;
  }
  .sub_block_22 .intro {
    margin-top: 0px;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 350px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -420px;
    color: white;
    background: #00AEEF;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .sub_block_22 .intro .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    padding: 0 70px;
    font-size: 10px;
    text-align: left;
  }
  .sub_block_22 .intro .txt h1 {
    margin: 20px 0;
    font-size: 3.3em;
  }
  .sub_block_22 .intro .txt p {
    font-size: 1.6em;
    line-height: 1.5em;
  }
  .sub_block_22 .intro .img {
    display: block;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub_block_22 .intro.selected {
    opacity: 1;
  }
  .sub_block_22 .wrap_process {
    position: relative;
  }
}

/* :::::::::::::::::::::::::

sub_block_23

::::::::::::::::::::::::: */
.sub_block_23 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub_block_23:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}

.sub_block_23 .wrap_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  color: #333333;
}

.sub_block_23 .list {
  margin: 20px auto;
  width: 70%;
  max-width: 400px;
  font-size: 10px;
  font-family: 'Noto Sans KR_700';
  text-align: center;
}

.sub_block_23 .list .img {
  margin: 0 auto;
  width: 90%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub_block_23 .list h1 {
  margin-top: 30px;
  font-size: 2.5em;
}

.sub_block_23 .list p {
  font-size: 1.5em;
  font-family: 'Nanum Gothic';
  color: #333333;
}

@media screen and (min-width: 600px) {
  .sub_block_23 {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub_block_23:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
  }
  .sub_block_23 .wrap_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    color: #333333;
  }
  .sub_block_23 .list {
    margin: 20px auto;
    width: 80%;
    max-width: 300px;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
  }
  .sub_block_23 .list .img {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub_block_23 .list h1 {
    margin-top: 30px;
    font-size: 2.5em;
  }
  .sub_block_23 .list p {
    font-size: 1.7em;
    font-weight: bold;
    font-family: 'Nanum Gothic';
    color: #333333;
  }
}

@media screen and (min-width: 1000px) {
  .sub_block_23 {
    position: relative;
    padding-top: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub_block_23:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
  }
  .sub_block_23 .wrap_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    color: #333333;
  }
  .sub_block_23 .list {
    width: 30%;
    max-width: auto;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
  }
  .sub_block_23 .list .img {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub_block_23 .list h1 {
    margin-top: 30px;
    font-size: 2.5em;
  }
  .sub_block_23 .list p {
    font-size: 1.5em;
    font-family: 'Nanum Gothic';
    color: #333333;
  }
}

/* :::::::::::::::::::::::::

sub_block_24

::::::::::::::::::::::::: */
.sub_block_24 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.sub_block_24 .slide_doctor {
  margin-top: 50px;
  width: 100%;
  height: 350px;
  font-family: 'Noto Sans KR_500';
}

.sub_block_24 .slide_doctor .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.sub_block_24 .slide_doctor .swiper-wrapper .swiper-slide {
  height: 100%;
}

.sub_block_24 .slide_doctor .swiper-wrapper .swiper-slide .img_section1 {
  width: 100%;
  height: 70%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub_block_24 .slide_doctor .swiper-wrapper .swiper-slide .wrap_txt {
  width: 100%;
  font-size: 10px;
  text-align: center;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.sub_block_24 .slide_doctor .swiper-wrapper .swiper-slide .wrap_txt h1 {
  font-size: 2em;
}

.sub_block_24 .slide_doctor .swiper-wrapper .swiper-slide .wrap_txt h1 span {
  margin-left: 10px;
  font-size: 0.7em;
}

.sub_block_24 .slide_doctor .swiper-wrapper .swiper-slide .wrap_txt p {
  margin: 10px 0;
}

.sub_block_24 .slide_doctor .swiper-wrapper .swiper-slide.swiper-slide-active .wrap_txt {
  opacity: 1;
}

@media screen and (min-width: 1000px) {
  .sub_block_24 .slide_doctor {
    margin-top: 0;
    width: 100%;
    height: 500px;
  }
  .sub_block_24 .slide_doctor .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .sub_block_24 .slide_doctor .swiper-wrapper .swiper-slide {
    padding: 10px 0;
    height: 100%;
  }
  .sub_block_24 .slide_doctor .swiper-wrapper .swiper-slide .img_section1 {
    width: 100%;
    height: 80%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub_block_24 .slide_doctor .swiper-wrapper .swiper-slide .wrap_txt {
    width: 100%;
    font-size: 10px;
    text-align: center;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
  }
  .sub_block_24 .slide_doctor .swiper-wrapper .swiper-slide .wrap_txt h1 {
    font-size: 3em;
  }
  .sub_block_24 .slide_doctor .swiper-wrapper .swiper-slide .wrap_txt h1 span {
    font-size: 0.6em;
  }
  .sub_block_24 .slide_doctor .swiper-wrapper .swiper-slide .wrap_txt p {
    margin: 15px 0;
    font-size: 1.5em;
    font-family: 'Nanum Gothic';
    font-weight: bold;
    letter-spacing: 1px;
    color: #818181;
  }
  .sub_block_24 .slide_doctor .swiper-wrapper .swiper-slide.swiper-slide-active .wrap_txt {
    opacity: 1;
  }
}

/* :::::::::::::::::::::::::

Policy

::::::::::::::::::::::::: */
.wrap_policy {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  font-family: 'Noto Sans KR_700';
  color: #333333;
}

.wrap_policy .block_policy {
  margin-top: 50px;
}

.wrap_policy .block_policy h1 {
  font-size: 30px;
}

.wrap_policy .block_inner {
  margin-top: 20px;
  font-size: 10px;
}

.wrap_policy .block_inner h2 {
  font-size: 2em;
}

.wrap_policy .block_inner p {
  font-size: 1.5em;
  font-family: 'Noto Sans KR';
}

.wrap_policy_2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  font-family: 'Noto Sans KR_700';
  color: #333333;
}

.wrap_policy_2 .block_policy {
  margin-top: 50px;
}

.wrap_policy_2 .block_policy h1 {
  font-size: 30px;
}

.wrap_policy_2 .block_inner {
  margin-top: 50px;
  font-size: 10px;
}

.wrap_policy_2 .block_inner h2 {
  font-size: 2em;
}

.wrap_policy_2 .block_inner p {
  font-size: 1.5em;
  font-family: 'Noto Sans KR';
}

@media screen and (min-width: 600px) {
  .wrap_policy {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    font-family: 'Noto Sans KR_700';
    color: #333333;
  }
  .wrap_policy .block_policy {
    margin-top: 50px;
  }
  .wrap_policy .block_policy h1 {
    font-size: 40px;
  }
  .wrap_policy .block_inner {
    margin-top: 20px;
    font-size: 10px;
  }
  .wrap_policy .block_inner h2 {
    font-size: 2em;
  }
  .wrap_policy .block_inner p {
    font-size: 1.5em;
    font-family: 'Noto Sans KR';
  }
  .wrap_policy_2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    font-family: 'Noto Sans KR_700';
    color: #333333;
  }
  .wrap_policy_2 .block_policy {
    margin-top: 50px;
  }
  .wrap_policy_2 .block_policy h1 {
    font-size: 40px;
  }
  .wrap_policy_2 .block_inner {
    margin-top: 50px;
    font-size: 10px;
  }
  .wrap_policy_2 .block_inner h2 {
    font-size: 2em;
  }
  .wrap_policy_2 .block_inner p {
    font-size: 1.5em;
    font-family: 'Noto Sans KR';
  }
}
