body > * {
  font-family: 'NanumSquare', sans-serif !important;
  min-height: 789px;
}

body.view {
  overflow-y: hidden;
}

header {
  position: absolute;
  width: 100%;
  padding: 40px 100px;
  z-index: 999;
  min-height: auto;
}

header .scrollTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
}

header .scrollTop i {
  font-size: 50px;
}

header #menu .button {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}

header #menu .button span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  width: 32px;
  height: 2px;
  -webkit-transition: opacity .5s ,-webkit-transform .5s;
  transition: opacity .5s ,-webkit-transform .5s;
  transition: transform .5s ,opacity .5s;
  transition: transform .5s ,opacity .5s ,-webkit-transform .5s;
}

header #menu .button span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) translateY(-12px);
          transform: translate(-50%, -50%) translateY(-12px);
}

header #menu .button span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) translateY(12px);
          transform: translate(-50%, -50%) translateY(12px);
}

header #menu .menu_box {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100vh;
  background-color: #1b1b1b;
  z-index: -1;
  max-width: 0px;
  overflow: hidden;
  -webkit-transition: max-width .5s;
  transition: max-width .5s;
}

header #menu .menu_box ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-right: 150px;
}

header #menu .menu_box ul li {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #959595;
  position: relative;
  left: 150px;
  opacity: 0;
}

header #menu .menu_box ul li a {
  width: 100%;
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.8;
  font-family: 'Montserrat', sans-serif;
}

header #menu .menu_box ul li span {
  position: absolute;
  top: 50%;
  left: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  color: #fff;
  z-index: -1;
}

header #menu .menu_box ul li:nth-child(4) {
  border-bottom: none;
}

header #menu .menu_box ul .text {
  position: absolute;
  bottom: -30px;
  text-align: left;
  left: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}

header #menu .menu_box ul .text p {
  white-space: nowrap;
  color: #fff;
}

header #menu.view .button span {
  -webkit-transition: opacity .5s .5s ,-webkit-transform .5s;
  transition: opacity .5s .5s ,-webkit-transform .5s;
  transition: transform .5s ,opacity .5s .5s;
  transition: transform .5s ,opacity .5s .5s ,-webkit-transform .5s;
}

header #menu.view .button span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

header #menu.view .button span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

header #menu.view .button span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) translateY(0px);
          transform: translate(-50%, -50%) translateY(0px);
  opacity: 0;
}

header #menu.view .menu_box {
  max-width: 100%;
}

header #menu.view .menu_box ul li {
  opacity: 1;
  left: 0px;
}

header #menu.view .menu_box ul li:nth-child(1) {
  -webkit-transition: opacity .7s .5s ,left .7s .5s;
  transition: opacity .7s .5s ,left .7s .5s;
}

header #menu.view .menu_box ul li:nth-child(2) {
  -webkit-transition: opacity .7s .6s ,left .7s .6s;
  transition: opacity .7s .6s ,left .7s .6s;
}

header #menu.view .menu_box ul li:nth-child(3) {
  -webkit-transition: opacity .7s .7s ,left .7s .7s;
  transition: opacity .7s .7s ,left .7s .7s;
}

header #menu.view .menu_box ul li:nth-child(4) {
  -webkit-transition: opacity .7s .8s ,left .7s .8s;
  transition: opacity .7s .8s ,left .7s .8s;
}

header #menu.view .menu_box ul .text {
  bottom: 0px;
  opacity: 1;
  -webkit-transition: bottom 1s 1s, opacity 1s 1s;
  transition: bottom 1s 1s, opacity 1s 1s;
}

main .banner {
  position: relative;
}

main .banner img {
  width: 100%;
}

main .banner .tit {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  white-space: nowrap;
}

main .about_text {
  margin: 50px 0px;
}

main .about_text .title_box {
  position: relative;
  display: inline-block;
  float: left;
  padding: 3px 15px 3px 10px;
  left: -50px;
  opacity: 0;
  -webkit-transition: opacity .5s , left .5s;
  transition: opacity .5s , left .5s;
}

main .about_text .title_box .title {
  text-align: left;
  font-size: 20px;
  color: #868686;
}

main .about_text .title_box span {
  position: absolute;
}

main .about_text .title_box span:nth-child(2) {
  top: 100%;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #868686;
}

main .about_text .title_box span:nth-child(3) {
  top: 100%;
  left: 100%;
  width: 17px;
  height: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: #868686;
}

main .about_text ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40%;
      grid-template-columns: 1fr 40%;
  margin-top: 50px;
  padding: 0px 50px;
  position: relative;
}

main .about_text ul .center {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

main .about_text ul li {
  position: relative;
  top: 50px;
  text-align: left;
  opacity: 0;
}

main .about_text ul li:nth-child(1) {
  -webkit-transition: top .5s .5s ,opacity .5s .5s;
  transition: top .5s .5s ,opacity .5s .5s;
}

main .about_text ul li:nth-child(2) {
  -webkit-transition: top .5s .6s ,opacity .5s .6s;
  transition: top .5s .6s ,opacity .5s .6s;
}

main .about_text ul li .title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
}

main .about_text ul li .title span {
  font-size: 40px;
  color: #fe1954;
  border-bottom: 2px solid #fe1954;
  line-height: 1.2;
}

main .about_text ul li .sub {
  margin: 30px 0px;
  font-size: 20px;
  font-weight: 700;
}

main .about_text ul li .text {
  font-size: 17px;
}

main .about_text ul li img {
  width: 100%;
}

main .about_text.view .title_box {
  left: 0px;
  opacity: 1;
}

main .about_text.view ul li {
  top: 0px;
  opacity: 1;
}

main .service ul li {
  width: 250px;
  height: 250px;
  border: 2px solid #424242;
  border-radius: 50%;
  position: relative;
  margin: 30px;
  top: 100px;
  opacity: 0;
}

main .service ul li .center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main .service ul li .center .text {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

main .service.view ul li {
  top: 0px;
  opacity: 1;
}

main .service.view ul li:nth-child(1) {
  -webkit-transition: top .5s ,opacity .5s;
  transition: top .5s ,opacity .5s;
}

main .service.view ul li:nth-child(2) {
  -webkit-transition: top .5s .2s ,opacity .5s .2s;
  transition: top .5s .2s ,opacity .5s .2s;
}

main .service.view ul li:nth-child(3) {
  -webkit-transition: top .5s .4s ,opacity .5s .4s;
  transition: top .5s .4s ,opacity .5s .4s;
}

main .container {
  margin: 50px 0px;
  background-color: #fbfbfb;
}

main .container ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  padding: 40px 140px;
  position: relative;
  top: 100px;
  opacity: 0;
}

main .container ul li {
  width: 100%;
  padding: 30px;
  white-space: nowrap;
}

main .container ul li:nth-child(1), main .container ul li:nth-child(2) {
  border-bottom: 1px solid #dcdcdc;
}

main .container ul li:nth-child(1), main .container ul li:nth-child(3) {
  border-right: 1px solid #dcdcdc;
}

main .container ul li .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

main .container ul li .text {
  font-size: 17px;
}

main .container.view ul {
  top: 0px;
  opacity: 1;
  -webkit-transition: top .5s , opacity .5s;
  transition: top .5s , opacity .5s;
}

main .text_box {
  margin: 50px 0px;
}

main .text_box .title_box {
  position: relative;
  display: inline-block;
  float: left;
  padding: 3px 15px 3px 10px;
  left: -50px;
  opacity: 0;
  -webkit-transition: opacity .5s , left .5s;
  transition: opacity .5s , left .5s;
}

main .text_box .title_box .title {
  text-align: left;
  font-size: 20px;
  color: #868686;
}

main .text_box .title_box span {
  position: absolute;
}

main .text_box .title_box span:nth-child(2) {
  top: 100%;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #868686;
}

main .text_box .title_box span:nth-child(3) {
  top: 100%;
  left: 100%;
  width: 17px;
  height: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: #868686;
}

main .text_box ul {
  margin-top: 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

main .text_box ul:nth-child(3) {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 40px 0px;
}

main .text_box ul li {
  -webkit-transition: left .5s .3s ,opacity .5s .3s;
  transition: left .5s .3s ,opacity .5s .3s;
}

main .text_box ul li:nth-child(1) {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
  padding: 0px 30px;
  position: relative;
  left: -100px;
  opacity: 0;
}

main .text_box ul li:nth-child(1)::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 15px;
  width: 10px;
  height: 10px;
  background-color: #fe1954;
  border-radius: 50%;
}

main .text_box ul li:nth-child(2) {
  position: relative;
  left: 100px;
  opacity: 0;
}

main .text_box ul li:nth-child(2) p {
  font-size: 20px;
  text-align: left;
  font-weight: 500;
  margin-top: 30px;
}

main .text_box ul li:nth-child(2) p:first-child {
  margin-top: 0px;
}

main .text_box ul li:nth-child(2) p span {
  font-size: 20px;
  color: #fe1954;
  font-weight: 500;
}

main .text_box.view .title_box {
  left: 0px;
  opacity: 1;
}

main .text_box.view ul.view li {
  left: 0px;
  opacity: 1;
}

main .vision {
  margin: 50px 0px;
}

main .vision .title_box {
  position: relative;
  display: inline-block;
  float: left;
  padding: 3px 15px 3px 10px;
  left: -50px;
  opacity: 0;
  -webkit-transition: opacity .5s , left .5s;
  transition: opacity .5s , left .5s;
}

main .vision .title_box .title {
  text-align: left;
  font-size: 20px;
  color: #868686;
}

main .vision .title_box span {
  position: absolute;
}

main .vision .title_box span:nth-child(2) {
  top: 100%;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #868686;
}

main .vision .title_box span:nth-child(3) {
  top: 100%;
  left: 100%;
  width: 17px;
  height: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: #868686;
}

main .vision .con_box {
  margin-top: 100px;
}

main .vision .con_box img {
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: top .5s .5s , opacity .5s .5s;
  transition: top .5s .5s , opacity .5s .5s;
}

main .vision .con_box .title {
  -webkit-transition: top .5s .7s , opacity .5s .7s;
  transition: top .5s .7s , opacity .5s .7s;
  font-size: 34px;
  font-weight: 900;
  margin: 30px 0px;
  line-height: 1.2;
  position: relative;
  top: 50px;
  opacity: 0;
}

main .vision .con_box .title span {
  font-size: 34px;
  font-weight: 900;
  color: #fe1954;
  line-height: 1.2;
}

main .vision .con_box .text {
  -webkit-transition: top .5s .9s , opacity .5s .9s;
  transition: top .5s .9s , opacity .5s .9s;
  position: relative;
  top: 50px;
  opacity: 0;
}

main .vision .con_box .text p {
  font-size: 17px;
  font-weight: 500;
  color: #888;
}

main .vision.view .title_box {
  left: 0px;
  opacity: 1;
}

main .vision.view img {
  top: 0px;
  opacity: 1;
}

main .vision.view .title {
  top: 0px;
  opacity: 1;
}

main .vision.view .text {
  top: 0px;
  opacity: 1;
}

main .history > .wrap {
  height: 500px;
}

main .history .title_box {
  position: relative;
  display: inline-block;
  float: left;
  padding: 3px 15px 3px 10px;
  left: -50px;
  opacity: 0;
  -webkit-transition: opacity .5s , left .5s;
  transition: opacity .5s , left .5s;
}

main .history .title_box .title {
  text-align: left;
  font-size: 20px;
  color: #868686;
}

main .history .title_box span {
  position: absolute;
}

main .history .title_box span:nth-child(2) {
  top: 100%;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #868686;
}

main .history .title_box span:nth-child(3) {
  top: 100%;
  left: 100%;
  width: 17px;
  height: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: #868686;
}

main .history ul {
  margin-top: 100px;
  margin-left: 30px;
  padding-left: 100px;
  border-left: 2px solid #cdcdcd;
  max-height: 0px;
  -webkit-transition: max-height 3s;
  transition: max-height 3s;
}

main .history ul li {
  position: relative;
  width: 100%;
  text-align: left;
  margin: 20px 0px;
  opacity: 0;
}

main .history ul li span {
  font-size: 24px;
  margin-right: 20px;
}

main .history ul li span.year {
  border-bottom: 1px solid #fe1954;
  font-weight: bold;
  color: #fe1954;
}

main .history ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -100px;
  width: 15px;
  height: 15px;
  background-color: #fe1954;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main .history .youtube {
  margin-top: 50px;
  width: 100%;
  height: 500px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

main .history .youtube iframe {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

main .history.view .title_box {
  left: 0px;
  opacity: 1;
}

main .history.view ul {
  max-height: 500px;
}

main .history.view ul li {
  opacity: 1;
}

main .history.view ul li:nth-child(1) {
  -webkit-transition: opacity .3s .2s;
  transition: opacity .3s .2s;
}

main .history.view ul li:nth-child(2) {
  -webkit-transition: opacity .3s .5s;
  transition: opacity .3s .5s;
}

main .history.view ul li:nth-child(3) {
  -webkit-transition: opacity .3s .8s;
  transition: opacity .3s .8s;
}

main .history.view ul li:nth-child(4) {
  -webkit-transition: opacity .3s 1.1s;
  transition: opacity .3s 1.1s;
}

main .history.view ul li:nth-child(5) {
  -webkit-transition: opacity .3s 1.4s;
  transition: opacity .3s 1.4s;
}

main .history.view ul li br {
  display: none;
}

main .history.view .youtube {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 1s 1.6s,-webkit-transform 1s 1.6s;
  transition: opacity 1s 1.6s,-webkit-transform 1s 1.6s;
  transition: transform 1s 1.6s,opacity 1s 1.6s;
  transition: transform 1s 1.6s,opacity 1s 1.6s,-webkit-transform 1s 1.6s;
}

main .button_list {
  margin: 50px 0px;
}

main .button_list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  text-align: left;
}

main .button_list ul li {
  width: 100%;
  padding-left: 65px;
  position: relative;
  left: -50px;
  opacity: 0;
}

main .button_list ul li a {
  width: 100%;
}

main .button_list ul li a .top {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}

main .button_list ul li a .top img {
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

main .button_list ul li a .bt {
  margin-top: 20px;
  font-size: 18px;
}

main .button_list.view ul li {
  left: 0px;
  opacity: 1;
}

main .button_list.view ul li:nth-child(1) {
  -webkit-transition: left .5s .2s , opacity .5s .2s;
  transition: left .5s .2s , opacity .5s .2s;
}

main .button_list.view ul li:nth-child(2) {
  -webkit-transition: left .5s, opacity .5s;
  transition: left .5s, opacity .5s;
}

footer {
  min-height: inherit;
  padding: 30px 0px;
  border-top: 1px solid #bbb;
}

footer > .wrap {
  position: relative;
}

footer .text {
  text-align: left;
}

footer .text p {
  font-weight: bold;
  font-size: 17px;
}

footer .text p br {
  display: none;
}

footer .bt {
  text-align: left;
  margin-top: 20px;
}

footer .sel_box select {
  position: absolute;
  top: 0px;
  right: 0px;
  border: 1px solid #aaa;
  height: 30px;
  width: 150px;
}

@media only screen and (min-width: 100px) and (max-width: 1500px) {
  header #menu .menu_box ul {
    padding: 0px;
  }
  header #menu .menu_box ul .text {
    bottom: -100px;
  }
  header #menu.view .menu_box ul .text {
    bottom: -80px;
  }
}

@media only screen and (min-width: 100px) and (max-width: 1200px) {
  header #menu .menu_box ul li span {
    left: inherit;
    right: 0px;
    text-align: right;
  }
  main .button_list ul li {
    padding-left: 0px;
  }
  main .button_list ul li a .top {
    font-size: 30px;
  }
  main .button_list ul li a .bt {
    font-size: 14px;
  }
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
  header {
    padding: 40px 60px;
  }
  header #menu .menu_box ul li a {
    font-size: 45px;
  }
  main .about_text ul {
    display: block;
  }
  main .about_text.view ul li {
    width: 100%;
    height: 350px;
  }
  main .about_text.view ul li .center {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    white-space: nowrap;
    text-align: center;
  }
  main .about_text.view ul li:nth-child(2) {
    display: none;
  }
  main .container ul li .text {
    font-size: 14px;
  }
  main .text_box ul li:nth-child(1) {
    font-size: 28px;
  }
  main .text_box ul li:nth-child(2) p {
    font-size: 17px;
  }
  main .text_box ul li:nth-child(2) p span {
    font-size: 17px;
  }
  main .history ul li span {
    font-size: 20px;
  }
  footer {
    padding: 30px 0px 70px;
  }
  footer .text {
    text-align: center;
  }
  footer .bt {
    text-align: center;
  }
  footer .sel_box select {
    top: 115%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (min-width: 100px) and (max-width: 800px) {
  header #menu .menu_box ul li a {
    font-size: 30px;
  }
  main .banner img {
    height: 300px;
  }
  main .banner .tit {
    font-size: 50px;
  }
  main .container.view ul {
    padding: 40px 0px;
  }
  main .text_box ul {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  main .text_box.view ul.view li {
    text-align: center;
  }
  main .text_box ul li:nth-child(2) {
    margin-top: 20px;
  }
  main .text_box.view ul.view li p {
    text-align: center;
  }
  main .history ul {
    padding-left: 50px;
  }
  main .history ul li::after {
    left: -50px;
  }
  main .history ul li span {
    font-size: 17px;
    margin-right: 0px;
  }
  main .button_list ul {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 20px;
    text-align: center;
  }
  main .button_list.view ul li:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  footer .text p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 100px) and (max-width: 600px) {
  header {
    padding: 40px 15px;
  }
  header #menu .menu_box ul {
    width: 100%;
    padding: 0px 50px;
  }
  header #menu .menu_box ul li a {
    font-size: 45px;
  }
  header #menu.view .menu_box ul .text {
    left: 50%;
    text-align: center;
  }
  main .about_text ul li .title {
    font-size: 32px;
  }
  main .about_text ul li .title span {
    font-size: 32px;
  }
  main .about_text ul li .sub {
    font-size: 17px;
  }
  main .container ul li {
    white-space: normal;
  }
  main .container ul li .text br {
    display: none;
  }
  main .vision.view .text br {
    display: none;
  }
  main .history ul {
    padding-left: 20px;
  }
  main .history ul li::after {
    left: -20px;
  }
  main .history ul li span {
    font-size: 14px;
  }
  main .history .youtube {
    height: 350px;
  }
  footer .text p br {
    display: block;
  }
}

@media only screen and (min-width: 100px) and (max-width: 499px) {
  header #logo h1 img {
    width: 150px;
  }
  header #menu .menu_box ul li a {
    font-size: 30px;
  }
  header #menu .menu_box ul .text p {
    font-size: 12px;
  }
  header #menu .menu_box ul li span {
    font-size: 14px;
  }
  main .banner .tit {
    font-size: 40px;
  }
  main .about_text ul {
    padding: 0px 0px;
  }
  main .about_text ul li .title {
    font-size: 24px;
  }
  main .about_text ul li .title span {
    font-size: 24px;
  }
  main .about_text ul li .sub {
    font-size: 14px;
    letter-spacing: -1px;
  }
  main .container ul li .title {
    font-size: 18px;
  }
  main .text_box ul li:nth-child(1) {
    font-size: 18px;
  }
  main .text_box.view ul.view li:nth-child(2) br {
    display: none;
  }
  main .vision .con_box .title {
    font-size: 28px;
  }
  main .vision .con_box .title span {
    font-size: 28px;
  }
  main .history.view ul li br {
    display: block;
  }
  main .service ul li {
    width: 200px;
    height: 200px;
    margin: 10px;
  }
}

@media only screen and (min-width: 100px) and (max-width: 400px) {
  header #menu .menu_box ul li a {
    font-size: 20px;
    line-height: 2;
  }
  main .about_text ul li .text {
    font-size: 14px;
  }
  main .container.view ul {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  main .container ul li:nth-child(1),
  main .container ul li:nth-child(3) {
    border-right: none;
  }
  main .container ul li:nth-child(1),
  main .container ul li:nth-child(2),
  main .container ul li:nth-child(3) {
    border-bottom: 1px solid #dcdcdc;
  }
  main .vision .con_box .title {
    font-size: 22px;
  }
  main .vision .con_box .title span {
    font-size: 22px;
  }
  main .history.view .youtube {
    height: 250px;
  }
  main .button_list ul li a .top {
    font-size: 22px;
  }
  footer .text p {
    font-size: 12px;
    letter-spacing: -1px;
  }
}
/*# sourceMappingURL=style.css.map */