.thepage .p-head {
  background-image: url(../img/about/hero@2x.jpg);
  height: 480px;
}
.modal {
  display: none;
}
main.thepage {
  padding-bottom: 0;
}
#nav-p-index {
  position: fixed;
  z-index: 200;
  top:170px;
  right: 50px;
  background: rgba(0, 0, 0, 0.15);
  width: 180px;
  font-size: 14px;
  line-height: 22px;
  padding:10px;
}
#nav-p-index .nav .ip {
  position: relative;
  padding-bottom: 20px;
}
#nav-p-index .nav .ip:after {
  position: absolute;
  z-index: 5;
  content:"";
  border-left: 2px dotted #fff;
  width: 2px;
  height: 27px;
  left: 7px;
  top:18px;
}
#nav-p-index .nav .ip:last-child {
  padding-bottom: 0;
}
#nav-p-index .nav .ip:last-child:after {
    content:none;
  }
#nav-p-index .nav a {
  position: relative;
  line-height: 22px;
  display: block;
  color:#fff;
  padding:0 24px 0 20px;
}
#nav-p-index .nav a:before {
  position: absolute;
  z-index: 5;
  content:"";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  left: 4px;
  top:50%;
  transform: translateY(-50%);
}
#nav-p-index .nav a:after {
  position: absolute;
  z-index: 5;
  content:"";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/common/arrow-right-white.svg);
  top:50%;
  right: 20px;
  height: 7px;
  width: 7px;
  opacity: 0;

  transform-origin: left;
  transform:translate(0, -50%);
  transition: all 0.3s ease;
}
#nav-p-index .nav a.active:after,
#nav-p-index .nav a:hover:after {
  opacity: 1;
  transform:translate(14px, -50%);
}

#nav-p-index .nav a.active,
#nav-p-index .nav a:hover {
  background: #2E396F;
  color:#fff;
  text-decoration: none;
}
.p-head .ht {
  background: transparent;
  box-shadow: none;
  left: 50%;
}
.p-head .ht:before,
.p-head .ht:after {
  content:none;
}
.p-head h1 {
  letter-spacing: 0;
  font-size: 44px;
  line-height: 46px;
  margin-bottom: 20px;
}
.p-head .st {
  font-size: 22px;
  line-height: 26px;
}
.sec-ptop {
  text-align: center;
  padding-bottom: 120px;
}
.sec-ptop .t {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 50px;
}
.sec-ptop .desc {
  font-size: 18px;
  line-height: 48px;
}

main h2.nm {
  font-weight: normal;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 56px;
  letter-spacing: 16px;
}
main h2.nm.tw {
  color:#fff;
}

.sec-video {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/about/img-bg@2x.jpg);
  padding:34px 0 50px;
  text-align: center;
  color:#fff;
}
.sec-video .st span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
}
.sec-video .st span:before,
.sec-video .st span:after {
  content:"";
  position: absolute;
  height: 20px;
  width: 1px;
  background: #fff;
  top:2px;
}
.sec-video .st span:before {
  transform: rotate(-25deg);
  left: -20px;
}
.sec-video .st span:after {
  transform: rotate(25deg);
  right: -20px;
}
.sec-video .vt {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 16px;
  margin:90px auto 50px;
}
.sec-video .btn-def:visited {
  display: inline-block;
  color:#fff;
}
.sec-video .btn-def {
  display: inline-block;
  color:#fff;
  background: #009DE8;
  width: 360px;
  font-size: 20px;
  line-height: 22px;
  padding:28px 12px;
}
.btn-def.arr-r:after {
  right:25px;
}
.sec-video .btn-def:hover {
  background:#fff;
  color:#009DE8;
}
.sec-video .btn-def.arr-r:hover:after {
  background-image: url(../img/common/arrow-right-blue.svg);
}

.sec-c1, .sec-l-people, .sec-stat {
  padding:120px 0;
}
.sec-c1 .row-c1 {
  margin:0 -20px;
}
.sec-c1 .row-c1>div {
  padding:0 20px;
}
.sec-c1 .cl {
  position: relative;
  z-index: 5;
  display: block;
}
.sec-c1 .cl:after {
  position: absolute;
  z-index: 5;
  content:"";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(../img/common/arrow-right-white-long.svg);
  right: 60px;
  top:50%;
  transform: translateY(-50%);
  width: 70px;
  height: 10px;
  margin-top: -5px;
  opacity: 0;

  transform-origin: left;
  transform:translateX(0);
  transition: all 0.3s ease;
}
.sec-c1 .cl:hover:after {
  transform: translateX(40px);
  opacity: 1;
}
.sec-c1 .c-bg {
  position: relative;
  overflow: hidden;
  height: 240px;
  margin-left: 75px;
}
.sec-c1 .c-bg:before {
  position: absolute;
  content:"";
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  transition: all 0.3s ease;
  transform-origin: center;
}
.sec-c1 .cl:hover .c-bg:after {
  opacity: 1;
}
.sec-c1 .cl:hover .c-bg:before {
  transform: scale(1.05);
}
.sec-c1 .c1 .c-bg:before {
  background-image: url(../img/about/img-01-1@2x.jpg);
}
.sec-c1 .c2 .c-bg:before {
  background-image: url(../img/about/img-01-2@2x.jpg);
}
.sec-c1 .nt {
  position: absolute;
  z-index: 10;
  left:0;
  top:50%;
  transform: translateY(-50%);
  background: #2E396F;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  color:#fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding:10px;
}
.sec-c1 .nt:after {
  position: absolute;
  content: "";
  z-index: 11;
  display: block;
  background: #fff;
  width: 30px;
  height: 30px;
  right: -15px;
  top:-15px;
}
.yt-modal-body .clip {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.yt-modal-body .clip .yt-v {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}

.sec-l-work {
  padding:80px 0;
  background: #009DE8;
}
.work-sli .slick-arrow {
  position: absolute;
  z-index: 5;
  color:transparent;
  border:none;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  left:auto;
  right: auto;
  top:50%;
  transform: translateY(-50%);
}
.work-sli .slick-prev {
  background-image: url(../img/about/btn-left-off.svg);
  left: -20px;
}
.work-sli .slick-prev:hover {
  background-image: url(../img/about/btn-left-on.svg);
}
.work-sli .slick-next {
  background-image: url(../img/about/btn-right-off.svg);
  right: -20px;
}
.work-sli .slick-next:hover {
  background-image: url(../img/about/btn-right-on.svg);
}

.sli .sl-cont {
  background: #fff;
}
.sl-cont>div {
  flex:0 0 auto;
  width: 50%;
}
.sl-cont .thumb {
/*  height: 366px;*/
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sl-cont .w-cont {
  padding:15px 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 365px;
}
.sl-cont .w-cont .inn {
}
.sl-cont .w-cont .t {
  position: relative;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 38px;
}
.sl-cont .w-cont .t:after {
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  margin:auto;
  bottom: -18px;
  width: 80px;
  height: 4px;
  background: #009DE8;
}

.sec-l-people {}

.row-interv {
  margin: 0 -35px;
}
.row-interv>div{
  padding:0 35px;
}
.row-interv .interv {
  position: relative;
  display: block;
  max-width: 320px;
  background: #fff;
  box-shadow: 0px 0px 20px #0000001A;
}
.row-interv .interv:hover,
.row-interv .interv:visited {
  text-decoration: none;
  color:#282828;
}
.row-interv .interv .thumb {
  position: relative;
  height: 225px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.interv:hover .thumb:after {
  opacity: 1;
}
.interv .thumb .more {
  position: absolute;
  z-index: 3;
  color:#fff;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 3.25px;
  display: inline-block;
  margin-top: -10px;
  top:50%;
  transform: translateY(-50%);
  left: 40%;
  opacity: 0;

  transform-origin: left;
  transform:translateX(0) ;
  transition: all 0.3s ease;
}
.interv .thumb .more:after {
  position: absolute;
  content:"";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(../img/common/arrow-right-white-long.svg);
  right: -75px;
  top:50%;
  transform: translateY(-50%);
  width: 70px;
  height: 9px;
  margin-top: -2px;
}
.interv:hover .thumb .more {
  opacity: 1;
  transform: translateX(40px);
}

.row-interv .interv .prof {
  padding:26px 30px 0;
}
.interv .prof .inn {
  border-left: 2px solid #009DE8;
  padding-left: 15px;
  padding-bottom: 26px;
}
.interv .prof .inn .n {
  font-size: 24px;
  letter-spacing: 8px;
  margin-bottom: 5px;
}
.interv .prof .inn .date {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 4px;
}
.interv .prof .inn .aff {
  line-height: 22px;
}

.sec-env {
  padding:80px 0;
  background: #418B6F;
}
.sec-env .env-item {
  max-width: 710px;
  margin:auto;
}
.row-env {
  margin:0 -20px;
}
.row-env>div {
  padding:0 20px;
  margin-bottom: 40px;
}
.row-env .sq {
  position: relative;
  height: 210px;
  max-width: 210px;
  margin:auto;
  background: #fff;
  text-align: center;
  padding:20px;
}
.row-env .sq .ic {
  margin-top: 5px;
}
.row-env .sq .n {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin:auto;
  width: 100%;
  height: 52px;
  display: table;
  font-size: 18px;
  line-height: 26px;
}
.row-env .sq .n .inn {
  display: table-cell;
  vertical-align: middle;
}
.sq .n .sm {
  font-size: 13px;
  line-height: 20px;
}

.sec-stat .stat {
  max-width: 800px;
  margin:auto;
}
.stat .row.r1 {
  margin:0 -30px 30px;
}
.stat .row.r1>div {
  padding:0 30px;
}
.stat .num,
.stat .colon {
  font-family: "Roboto", sans-serif;
}
.stat .stat-box {
  display: flex;
  justify-content: center;
  align-items: center;

  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  max-width: 320px;
  padding:10px;
}
.stat-box .st-num>span {
  display: inline-block;
}
.r1 .stat-box {
  width: 320px;
  height: 320px;
}
.r1 .tn {
  font-size: 20px;
}
.r1 .st-num {
  margin:18px 0;
}
.r1 .num {
  font-size: 120px;
  line-height: 120px;
}
.r1 .num.first {
  letter-spacing: -9px;
}
.r1 .unit {
  font-size: 40px;
  line-height: 40px;
}
.r1 .desc {
  line-height: 24px;
}
.stat .row-n {
  margin:0 -20px -40px;
}
.stat .row-n>div {
  padding:0 20px;
  margin-bottom: 40px;
}
.stat .row-n .stat-box {
  width: 240px;
  height: 240px;
}
.row-n .st-num {
  margin:12px 0;
}
.row-n .num,
.row-n .colon {
  font-size: 80px;
  line-height: 80px;
}
.row-n .unit {
  font-size: 28px;
  line-height: 28px;
}
.row-n .desc {
  font-size: 14px;
  line-height: 22px;
}
.row-n .child  .st-num {
  margin:0;
  margin-top: 10px;
}
.row-n .child .s {
  font-size: 24px;
  line-height: 24px;
}
.row-n .child .num {
  font-size: 66px;
  line-height: 66px;
}
.row-n .child .unit {
  font-size: 24px;
  line-height: 24px;
}
.stat-date {
  position: relative;
  top: -20px;
  text-align: right;
}
.sec-stat .row-mark {
  margin-top: 100px;
  text-align: center;
}
.row-mark .m .t {
  margin-bottom: 20px;
}

.sec-rec-app {
  padding:120px 0;
  background: #2E396F;
}
.row-recruit {
  margin:0 -20px 80px;
}
.row-recruit>div {
  padding:0 20px;
}
.row-recruit .rec-box {
  text-align: center;
}
.rec-box:hover {
  color:#fff;
  text-decoration: none;
}
.rec-box .thumb-out {
  position: relative;
}
.rec-box .thumb-out:after {
  position: absolute;
  z-index: 5;
  content:"";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(../img/common/arrow-right-white-long.svg);
  right: 80px;
  top:50%;
  transform: translateY(-50%);
  width: 70px;
  height: 10px;
  margin-top: -5px;
  opacity: 0;

  transform-origin: left;
  transform:translateX(0);
  transition: all 0.3s ease;
}
.rec-box:hover .thumb-out:after {
  opacity: 1;
  transform: translateX(50px);
}
.rec-box .thumb {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.rec-box .thumb:after {
  z-index: 3;
}
.rec-box .thumb>img {
  position: relative;
  z-index: 3;
  transition: all 0.3s ease;
  transform-origin: center;
}
.rec-box:hover .thumb>img {
  transform: scale(1.05);
}
.rec-box:hover .thumb:after {
  opacity: 1;
}
.rec-box .thumb-out .bnn {
  position: absolute;
  z-index: 6;
  left: -20px;
  top:50%;
  transform: translateY(-50%);
  display: inline-block;
  background: #fff;
  height: 100px;
  min-width: 280px;
  padding:14px;
}
.rec-box .thumb-out .bnn .txt {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color:#282828;
  margin-top: 20px;
}
.rec-box .thumb-out.tb1 .bnn img {
  margin-top: -5px;
}
.rec-box .thumb-out.tb1 .bnn .txt {
  margin-top: 10px;
}
.rec-box .n {
  color:#fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  margin-top: 26px;
}
.sec-rec-app .btn-contact {
  display: inline-block;
  width: 360px;
  background: transparent;
  border:2px solid #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  padding:28px 20px;
}
.sec-rec-app .btn-contact:hover {
  background: #fff;
  color:#282828;
}
.sec-rec-app .btn-contact:hover:after {
  background-image: url(../img/common/arrow-right-black.svg);
}

.modal .modal-dialog {
  border:none;
  box-shadow: 0px 0px 15px #0000001A;
  max-width: 1000px;
  margin:15px auto;
}
.modal-dialog .modal-header {
  display: block;
  position: relative;
  padding:0;
  border:0;
}
.modal-dialog .modal-header .btn-close {
  position: absolute;
  z-index: 2;
  top:30px;
  right:30px;
  width: 32px;
  height: 32px;
  padding:0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(../img/about/modal/btn-close-off.svg);
  opacity: 1;
}
.modal-dialog .modal-header .btn-close:hover {
  background-image: url(../img/about/modal/btn-close-on.svg);
}
.modal .vh {
  position: relative;
  height: 600px;
}
.modal .vh .bg {
  position: absolute;
  width:100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.modal.interv-p1 .vh .bg {
  background-image: url(../img/about/modal/hero-01@2x.jpg);
}
.modal.interv-p2 .vh .bg {
  background-image: url(../img/about/modal/hero-02@2x.jpg);
}
.modal-header .vh .inn-cont {
  position: absolute;
  top:50%;
  left: 0;
  right: 0;
  transform: translatey(-50%);
  border-left: 2px solid #009DE8;
  padding-left: 20px;
}
.interv-p2 .modal-header .vh .inn-cont {
  top:55%;
  border-left: 0;
  border-right: 2px solid #009DE8;
  padding-right: 20px;
  text-align: right;
}
.vh .inn-cont .msg {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 45px;
}
.vh .inn-cont .prof .n {
  font-size: 24px;
  letter-spacing: 8px;
}
.vh .inn-cont .prof .date {
  font-size: 14px;
}
.vh .inn-cont .prof .aff {
  font-size: 16px;
  line-height: 22px;
}
.modal .modal-content {
  display: none;
}
.interv-p1 .modal-content.mc-p1,
.interv-p2 .modal-content.mc-p2,
#v-yt-modal .modal-content {
  display: block;
}
.modal .modal-body {
  border:none;
  padding:80px 16px;
}
.modal .modal-footer {
  border:none;
}
.modal .inn-cont {
  max-width: 780px;
  margin:auto;
}
.modal-body .qa {
  position: relative;
  margin-bottom: 80px;
}
.modal-body .row-qa {
  margin:0 -15px 80px;
}
.modal-body .row-qa>div {
  padding:0 15px;
}
.modal-body .row-qa .qa {
/*  margin-top: 30px;*/
  margin-bottom: 0;
}
.modal-body .qa .q, .modal-body .qa .a {
  position: relative;
  padding-left: 80px;
  line-height: 32px;
}
.modal-body .qa .q:before,
.modal-body .qa .a:before {
  position: absolute;
  font-family: "Roboto", sans-serif;
  left: 0;
  font-size: 72px;
  line-height: 72px;
}
.modal-body .qa .q {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 20px;
  width: 100%;
  min-height: 72px;
}

.modal-body .qa .q:before {
  content:"Q.";
  color:#009DE8;
}
.modal-body .qa .a:before {
  content:"A.";
  color:#BABABA;
}
.modal-body .daily {
  padding-top: 15px;
  text-align: center;
  margin-bottom: 80px;
}
.modal-body .daily .t {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 12px;
  margin-bottom: 40px;
}
.modal-body .btm-ctrl .btn-close {
  position: relative;
  width: auto;
  opacity: 1;
  background: none;
  padding:0;
  display: inline-block;
  padding-left: 44px;
  line-height: 32px;
  height: 32px;
}
.modal-body .btm-ctrl .btn-close:before {
  position: absolute;
  content:"";
  width: 32px;
  height: 32px;
  left:0;
  top:50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(../img/about/modal/btn-close-off.svg);
}
.modal-body .btm-ctrl .btn-close:hover:before {
  background-image: url(../img/about/modal/btn-close-on.svg);
}

#v-yt-modal .modal-content,
#v-yt-modal .modal-body {
  background:transparent;
}
#v-yt-modal .modal-body {
  padding:0;
}

@media (max-width: 1199px) {
  #nav-p-index {
    padding:8px;
    right: 20px;
    top:30%;
  }
  #nav-p-index .nav .ip {
    padding-bottom: 12px;
  }
  #nav-p-index .nav .ip:after {
    height: 22px;
  }
}
@media (max-width: 992px) {
  #nav-p-index {
    display: none;
  }
  .p-head .head-cont {
    justify-content: end;
  }
  .thepage .p-head {
    height: 400px;
  }
  .p-head .ht {
    left: auto;
  }
  .p-head h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .p-head .st {
    font-size: 18px;
    line-height: 22px;
  }
  .sec-ptop .t {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .sec-video {
    padding:20px 0 40px;
  }
  .sec-video .vt {
    font-size: 28px;
    line-height: 38px;
    margin:60px auto 30px;
  }
  .sec-video .btn-def {
    width: 320px;
    padding:25px 12px;
  }

  main h2.nm {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 12px;
    margin-bottom:40px;
  }

  .sec-c1 .row-c1 {
    margin:0 -15px;
  }
  .sec-c1 .row-c1>div {
    padding:0 15px;
  }
  .sec-c1 .nt {
    font-size: 18px;
    line-height: 28px;
    width: 130px;
    height: 130px;
  }
  .sec-c1 .nt:after {
    width: 20px;
    height: 20px;
    right: -10px;
    top:-10px;
  }
  .sec-c1 .c-bg {
    height: 200px;
  }

  .sl-cont>div {
    flex:initial;
  }
  .sl-cont>.thumb-col {
    width: 45%;
  }
  .sl-cont>.w-cont {
    width: 55%;
    padding:15px 30px;
  }
  .sl-cont .w-cont {
    min-height: 280px;
  }
  .sl-cont .w-cont .t {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 26px;
  }
  .sl-cont .w-cont .t:after {
    bottom: -12px;
  }

  .row-interv {
    margin:0 -20px;
  }
  .row-interv>div {
    padding:0 20px;
  }

  .row-env {
    margin:0 -15px;
  }
  .row-env>div {
    padding:0 15px;
  }
  .stat .row.r1 {
    margin:0 -20px 20px;
  }
  .stat .row.r1>div {
    padding:0 20px;
  }
  .r1 .stat-box {
    max-width:300px;
    max-height:300px;
  }
  .stat .row-n {
    margin:0 -8px -20px;
  }
  .stat .row-n>div {
    padding:0 8px;
    margin-bottom: 20px;
  }
  .stat .row-n .stat-box {
    max-width: 220px;
    max-width: 220px;
  }
  .row-n .num, .row-n .colon {
    font-size: 70px;
    line-height: 70px;
  }
  .row-n .unit {
    font-size: 24px;
    line-height: 24px;
  }
  .row-n .child .num {
    font-size: 54px;
    line-height: 54px;
  }
  .sec-rec-app {
    padding:80px 0;
  }
  /* modal */
  #interview-modal {
    padding:0 15px;
  }
  .modal .vh {
    height: 480px;
  }
  .vh .inn-cont .msg {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .interv-p1 .modal-header .vh .inn-cont {
    right: auto;
    left: 20px;
  }
  .interv-p2 .modal-header .vh .inn-cont {
    left: auto;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .thepage .p-head {
    background-position: 26% center;
  }
  .p-head .ht {
    margin-top: 24%;
  }
  .p-head h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .p-head .st {
    font-size: 16px;
  }

  .sec-ptop .desc {
    text-align: left;
  }

  .sec-video .btn-def {
    max-width: 290px;
    font-size: 18px;
    padding:20px 12px;
  }
  main h2.nm {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 8px;
    margin-bottom: 30px;
  }

  .sec-video .st span {
    font-size: 15px;
  }
  .sec-video .vt {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 4px;
    margin:30px auto;
  }

  .sec-c1, .sec-l-people, .sec-stat {
    padding:60px 0;
  }
  .sec-c1 .row-c1>div:first-child {
    margin-bottom: 30px;
  }
  .sli .sl-cont {
    flex-wrap: wrap;
  }
  .sli .sl-cont>div {
    width: 100%;
  }
  .sl-cont>.thumb-col {
    height: 260px;
  }
  .sl-cont>.w-cont {
    padding:20px;
  }
  .sl-cont>.w-cont .txt {
    font-size: 15px;
  }
  .work-sli .slick-arrow {
    top:260px;
  }
  .work-sli .slick-next {
    right: -8px;
  }
  .work-sli .slick-prev {
    left: -8px;
  }

  .row-interv {
    margin:0 -12px;
  }
  .row-interv>div {
    padding:0 12px;
    width: 100%;
  }
  .row-interv>div:first-child {
    margin-bottom: 30px;
  }
  .row-interv .interv {
    max-width: 100%;
  }
  .row-interv .interv .thumb {
    height: 240px;
  }

  .row-env {
    margin:0 -8px;
  }
  .row-env>div {
    padding:0 8px;
    margin-bottom: 16px;
  }
  .row-env .sq {
    height: 190px;
    padding:12px;
  }
  .row-env .sq .n {
    font-size: 15px;
    line-height: 22px;
    height: 40px;
  }
  .sq .n .sm {
    font-size: 12px;
    line-height: 18px;
  }

  .stat .row.r1 {
    margin:0 -8px 16px;
  }
  .stat .row.r1>div {
    padding:0 8px;
  }
  .stat .row-n {
    margin:0 -8px -16px;
    justify-content: center;
  }
  .stat .row-n>div {
    padding:0 8px;
    margin-bottom: 16px;
    width: auto;
  }
  .r1 .stat-box,
  .stat .row-n .stat-box {
    max-width: 160px;
    max-height: 160px;
  }
  .r1 .st-num,
  .row-n .st-num {
    margin:4px 0;
  }
  .r1 .tn,
  .row-n .tn {
    font-size: 16px;
    line-height: 20px;
  }
  .r1 .num,
  .row-n .num,
  .row-n .colon {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 0;
  }
  .r1 .num.first {
    letter-spacing: -2px;
  }
  .r1 .unit,
  .row-n .unit,
  .row-n .child .unit {
    font-size: 14px;
    line-height: 14px;
  }
  .r1 .desc,
  .row-n .desc {
    font-size: 13px;
    line-height: 19px;
  }
  .row-n .child .num {
    font-size: 40px;
    line-height: 40px;
  }
  .row-n .child .st-num {
    margin-top: 6px;
  }
  .row-n .child .s {
    font-size: 16px;
    line-height: 18px;
  }
  .stat-date {
    top:0;
    margin-top: 15px;
  }

  .row-mark .m .t {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .row-recruit>div:first-child {
    margin-bottom: 30px;
  }
  .rec-box .n {
    margin-top: 14px;
  }

  .sec-rec-app .btn-contact {
    width: 290px;
    font-size: 18px;
    padding:24px 14px;
  }
  /* modal */
  #interview-modal {
    padding:12px;
    height: 100vh;
  }
  .modal .vh {
    height: 300px;
    margin-bottom: 220px;
  }
  .modal-dialog .modal-header .btn-close {
    top:15px;
    right: 15px;
  }
  .modal.interv-p1 .vh .bg {
    background-position: 70% center;
  }
  .modal-header .vh .inn-cont {
    position: relative;
    transform: unset;
    top:calc(100% + 26px);
  }
  .interv-p1 .modal-header .vh .inn-cont {
    padding-left: 15px;
    left: 14px;
  }
  .interv-p2 .modal-header .vh .inn-cont {
    top:calc(100% + 26px);
  }
  .interv-p2 .modal-header .vh .inn-cont {
    padding-right: 15px;
    right: 15px;
  }
  .modal.interv-p2 .vh {
    margin-bottom: 250px;
  }
  .modal.interv-p2 .vh .bg {
    background-position: 28% center;
  }
  .vh .inn-cont .msg {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .vh .inn-cont .prof .n {
    font-size: 20px;
    letter-spacing: 4px;
  }

  .modal .modal-body {
    padding:40px 12px;
    margin-bottom: -15px;
  }
  .modal .modal-dialog {
    margin:0 auto;
  }
  .modal-body .qa {
    margin-bottom: 40px;
  }
  .modal-body .qa .q, .modal-body .qa .a {
    padding-left: 46px;
    line-height: 30px;
  }
  .modal-body .qa .q:before, .modal-body .qa .a:before {
    font-size: 40px;
    line-height: 40px;
  }
  .modal-body .qa .q {
    font-size: 18px;
    margin-bottom: 10px;
    min-height: 40px;
  }
  .modal-body .qa .a {
    font-size: 15px;
    text-align: justify;
  }
  .modal-body .row-qa .col-photo {
    text-align: center;
    margin: 20px 0;
  }
  .modal-body .daily .t {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 8px;
    margin-bottom: 20px;
  }

}
