@charset "utf-8";
.pc-view {
  display: block !important;
}
.mo-view {
  display: none !important;
}
/* 768 */
@media screen and (max-width: 768px) {
  input,
  textarea,
  body {
    font-size: 22px;
    font-size: 2.93333333vw;
  }
  input,
  textarea,
  button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  input,
  textarea,
  button,
  select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .pc-view {
    display: none !important;
  }
  .mo-view {
    display: block !important;
  }
  #wrap::-webkit-scrollbar {
    display: inherit;
  }
  #site-loading .top {
    height: 60px;
    height: 8vw;
  }
  #site-loading .right {
    width: 60px;
    width: 8vw;
  }
  #site-loading .bottom {
    height: 60px;
    height: 8vw;
  }
  #site-loading .left {
    width: 60px;
    width: 8vw;
  }
  #site-loading .first > .inner {
    background-size: 200%;
    background-position: center bottom;
  }
  #site-loading .first > .inner:before {
    background-size: 150px;
    background-position: center 40%;
  }
  #site-loading .second > .inner {
    background-size: 150px;
    background-position: center 40%;
  }
  #site-loading.leave .first > .inner {
    background-size: cover;
  }
  #site-header {
    height: 125px;
    height: 16.66666667vw;
  }
  #site-header > .inner {
    width: 92%;
  }
  #site-header .logo a {
    margin-right: 20px;
    margin-right: 2.66666667vw;
  }
  #site-header .logo a.gateway {
    width: 40px;
    width: 5.33333333vw;
    height: 40px;
    height: 5.33333333vw;
    background-size: 25%;
  }
  #site-header .logo a .logoImg {
    width: 172px;
    width: 22.93333333vw;
  }
  #site-header .right .search button {
    width: 90px;
    width: 12vw;
    height: 90px;
    height: 12vw;
    background-size: 40%;
    background-image: url("data:image/svg+xml,%3Csvg id='ico_search' data-name='ico_search' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 493.66 494.53'%3E%3Cpath fill='%23222222' d='M741,713.16,596.25,567.61c61.64-75.8,57.18-187.82-13.38-258.38-75.32-75.32-197.88-75.33-273.21,0s-75.32,197.88,0,273.21A193.46,193.46,0,0,0,568,595.88L712.65,741.37A20,20,0,1,0,741,713.16Zm-403.07-159c-59.73-59.73-59.73-156.91,0-216.64a153.36,153.36,0,0,1,216.64,0c59.73,59.73,59.73,156.91,0,216.64S397.67,613.88,337.95,554.15Z' transform='translate(-253.17 -252.74)'/%3E%3C/svg%3E") !important;
  }
  #site-header .right .lang {
    display: none;
  }
  #site-header .gnb {
    display: none;
  }
  #site-header .sidemenu {
    width: 100px;
    width: 13.33333333vw;
    display: table-cell;
  }
  #site-header .sidemenu .menu_btn {
    width: 90px;
    width: 12vw;
    height: 90px;
    height: 12vw;
    background-color: transparent;
    display: block;
    margin-right: -15px;
    margin-right: -2vw;
    text-align: center;
    position: relative;
    float: right;
    z-index: 3;
    border: 0;
    cursor: pointer;
    outline: none;
    -webkit-transition: background-color 0.35s ease;
    transition: background-color 0.35s ease;
  }
  #site-header .sidemenu .menu_btn .line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 56px;
    width: 7.46666667vw;
    height: 33px;
    height: 4.4vw;
    display: block;
    margin: auto;
  }
  #site-header .sidemenu .menu_btn .line span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #222;
    -webkit-transition: all 0.35s ease, transform 0.5s ease;
    transition: all 0.35s ease, transform 0.5s ease;
  }
  #site-header .sidemenu .menu_btn .line span.line_01 {
    top: 0;
  }
  #site-header .sidemenu .menu_btn .line span.line_02 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #site-header .sidemenu .menu_btn .line span.line_03 {
    bottom: 0;
  }
  #site-header .sidemenu .menu_container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.35s ease, top 0.5s ease;
    transition: all 0.35s ease, top 0.5s ease;
  }
  #site-header .sidemenu .menu_container > .inner {
    width: 100%;
    margin: 0;
  }
  #site-header .sidemenu .menu_container .head {
    display: table;
    width: 100%;
    height: 125px;
    height: 16.66666667vw;
    box-sizing: border-box;
    padding: 0px 60px;
    padding: 0vw 8vw;
  }
  #site-header .sidemenu .menu_container .head > * {
    display: table-cell;
    vertical-align: middle;
  }
  #site-header .sidemenu .menu_container .head .lang {
    display: flex;
  }
  #site-header .sidemenu .menu_container .head .lang > li + li {
    margin-left: 40px;
    margin-left: 5.33333333vw;
    padding-left: 40px;
    padding-left: 5.33333333vw;
    position: relative;
  }
  #site-header .sidemenu .menu_container .head .lang > li + li:before {
    content: '';
    background-color: #d6d6d6;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 25px;
    height: 3.33333333vw;
    margin-top: -12.5px;
    margin-top: -1.66666667vw;
  }
  #site-header .sidemenu .menu_container .head .lang > li > a {
    font-size: 24px;
    font-size: 3.2vw;
    color: #848484;
    letter-spacing: 2.4px;
  }
  #site-header .sidemenu .menu_container .head .lang > li.active > a {
    color: #000;
  }
  #site-header .sidemenu .menu_container .body {
    display: table;
    width: 100%;
    min-height: calc(100vh - 125px);
  }
  #site-header .sidemenu .menu_container .body .depth1 {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
  #site-header .sidemenu .menu_container .body .depth1 > li + li {
    margin-top: 100px;
    margin-top: 13.33333333vw;
  }
  #site-header .sidemenu .menu_container .body .depth1 > li > a {
    font-size: 55px;
    font-size: 7.33333333vw;
    letter-spacing: 6px;
  }
  #site-header .sidemenu .menu_container .body .depth2 {
    padding-top: 90px;
    padding-top: 12vw;
  }
  #site-header .sidemenu .menu_container .body .depth2 > li + li {
    margin-top: 50px;
    margin-top: 6.66666667vw;
  }
  #site-header .sidemenu .menu_container .body .depth2 > li > a {
    font-size: 28px;
    font-size: 3.73333333vw;
    letter-spacing: 4.2px;
    color: #686868;
  }
  body.open_menu {
    overflow: hidden;
  }
  body.open_menu #site-header .sidemenu .menu_btn .line span {
    background-color: #222;
  }
  body.open_menu #site-header .sidemenu .menu_btn .line span.line_01 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 42%;
  }
  body.open_menu #site-header .sidemenu .menu_btn .line span.line_02 {
    opacity: 0;
  }
  body.open_menu #site-header .sidemenu .menu_btn .line span.line_03 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 42%;
  }
  body.open_menu #site-header .sidemenu .menu_container {
    visibility: visible;
    opacity: 1;
  }
  body.searchOn #site-header .right .search button {
    background-size: 40%;
  }
  #site-footer > .inner {
    width: 92%;
    height: auto;
    display: block;
    padding: 50px 0px;
    padding: 6.66666667vw 0vw;
  }
  #site-footer > .inner > .left {
    text-align: center;
    margin-top: 30px;
    margin-top: 4vw;
  }
  #site-footer > .inner > .right {
    text-align: center;
  }
  #site-footer > .inner .copy {
    font-size: 22px;
    font-size: 2.93333333vw;
  }
  #site-footer > .inner .sns {
    width: auto;
  }
  #site-footer > .inner .sns ul > li + li {
    padding-left: 30px;
    padding-left: 4vw;
  }
  #gatewayBar {
    top: 120px;
    top: 16vw;
    width: 340px;
    width: 45.33333333vw;
    left: -340px;
    left: -45.33333333vw;
  }
  #gatewayBar > .inner {
    padding-top: 60px;
    padding-top: 8vw;
    padding-left: 40px;
    padding-left: 5.33333333vw;
  }
  #gatewayBar ul li + li {
    margin-top: 60px;
    margin-top: 8vw;
  }
  #gatewayBar ul li a {
    padding: 0;
  }
  #gatewayBar ul li a .logoImg {
    width: 172px;
    width: 22.93333333vw;
  }
  #scrollTop {
    right: 30px;
    right: 4vw;
    bottom: 30px;
    bottom: 4vw;
  }
  #scrollTop.abs {
    bottom: 230px;
    bottom: 30.66666667vw;
  }
  #page-contents {
    padding-top: 125px;
    padding-top: 16.66666667vw;
    padding-bottom: 50px;
    padding-bottom: 6.66666667vw;
  }
  .modal > .inner .modal_content > .inner {
    padding: 40px;
    padding: 5.33333333vw;
  }
  #inquiryModal {
    width: 100%;
    height: 100%;
    max-height: 100%;
  }
  #inquiryModal .works_info .img {
    width: 200px;
    width: 26.66666667vw;
  }
  .page_template {
    display: block;
    min-height: 60vh;
    padding-bottom: 0;
  }
  .page_template .page_lnb {
    display: block;
    width: 100%;
    height: auto;
  }
  .page_template .page_lnb > .inner {
    width: auto;
    padding: 60px 0px;
    padding: 8vw 0vw;
    text-align: center;
    max-height: none;
  }
  .page_template .page_lnb .title {
    font-size: 50px;
    font-size: 6.66666667vw;
  }
  .page_template .page_lnb .menu {
    margin-top: 60px;
    margin-top: 8vw;
  }
  .page_template .page_lnb .menu > ul > li {
    display: inline-block;
  }
  .page_template .page_lnb .menu > ul > li + li {
    padding-left: 35px;
    padding-left: 4.66666667vw;
    margin-top: 0;
  }
  .page_template .page_lnb .menu > ul > li > a {
    padding: 0;
    font-size: 26px;
    font-size: 3.46666667vw;
    line-height: 1.5;
  }
  .page_template .page_lnb .menu > ul > li.on > a {
    border-bottom: 1px solid #000;
  }
  .page_template .page_lnb .menu > ul > li > a:before {
    display: none;
  }
  .page_template .page_lnb .filter {
    display: none !important;
  }
  .page_template .page_lnb .select {
    display: block;
    display: flex;
    justify-content: center;
    padding: 0px 25px;
    padding: 0vw 3.33333333vw;
    margin-top: 40px;
    margin-top: 5.33333333vw;
  }
  .page_template .page_lnb .select select {
    width: 50%;
    height: 90px;
    height: 12vw;
    border: 1px solid #8b8b8b;
    box-sizing: border-box;
    padding: 0px 25px;
    padding: 0vw 3.33333333vw;
    font-size: 30px;
    font-size: 4vw;
    padding-right: 85px;
    padding-right: 11.33333333vw;
    color: #666;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: url(../images/ico/ico_select_arrow.png) right 15px top 18px no-repeat #ffffff;
    background-size: 15px;
  }
  .page_template .page_lnb .select select + select {
    margin-left: 20px;
    margin-left: 2.66666667vw;
  }
  .page_template .page_lnb .menu:not(.pc-view) + .select {
    margin-top: 55px;
    margin-top: 7.33333333vw;
    padding: 30px 25px;
    padding: 4vw 3.33333333vw;
    background-color: #f4f3f2;
  }
  .page_template .page_main {
    padding-bottom: 0;
  }
  .main_banner {
    display: block;
    height: auto;
    padding: 0;
  }
  .main_banner .item > .inner {
    height: auto;
    padding: 0;
    background-color: transparent;
  }
  .main_banner .item > .inner:after {
    display: none;
  }
  .main_banner .item .img {
    position: static;
    height: 0;
    padding-top: 105%;
    background-size : contain;
  }
  .main_banner .item .dec {
    position: static;
    padding: 30px 40px;
    padding: 4vw 5.33333333vw;
    padding-right: 120px;
    padding-right: 16vw;
  }
  .main_banner .item .dec .tit {
    font-size: 35px;
    font-size: 4.66666667vw;
    color: #222;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-bottom: 2vw;
  }
  .main_banner .item .dec .date {
    font-size: 28px;
    font-size: 3.73333333vw;
    color: #222;
  }
  .main_banner .item .dec .local {
    font-size: 24px;
    font-size: 3.2vw;
    width: 90px;
    width: 12vw;
    height: 90px;
    height: 12vw;
    line-height: 90px;
    line-height: 12vw;
    right: 40px;
    right: 5.33333333vw;
    bottom: auto;
    top: 660px;
    top: 88vw;
  }
  .main_banner .slider {
    position: static;
    padding-bottom: 0;
  }
  .main_banner .slider .item {
    background-color: #fff;
  }
  .main_banner .slider .swiper-pagination {
    bottom: auto;
    top: 720px;
    top: 96vw;
  }
  .main_banner .slider .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.5;
  }
  .main_banner .slider .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
    transform: scale(1.2);
  }
  .main_contact {
    display: block;
    width: 92%;
    margin: 0 auto;
    margin-top: 80px;
    margin-top: 10.66666667vw;
  }
  .main_contact .contact {
    padding: 50px 20px;
    padding: 6.66666667vw 2.66666667vw;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 50px;
    padding-bottom: 6.66666667vw;
    margin-bottom: 40px;
    margin-bottom: 5.33333333vw;
  }
  .main_contact .contact .name {
    position: static;
    font-size: 36px;
    font-size: 4.8vw;
    margin-bottom: 70px;
    margin-bottom: 9.33333333vw;
  }
  .main_contact .contact ul {
    padding-left: 15px;
    padding-left: 2vw;
  }
  .main_contact .contact ul li {
    padding-bottom: 25px;
    padding-bottom: 3.33333333vw;
    padding-right: 0;
    width: 100%;
  }
  .main_contact .contact ul li .tit {
    font-size: 22px;
    font-size: 2.93333333vw;
  }
  .main_contact .contact ul li .txt {
    font-size: 22px;
    font-size: 2.93333333vw;
  }
  .main_contact .apply {
    padding: 50px 85px;
    padding: 6.66666667vw 11.33333333vw;
    margin-bottom: 40px;
    margin-bottom: 5.33333333vw;
  }
  #ac_info {
    display: block;
    width: 100%;
    padding-top: 0;
  }
  #ac_info .txt {
    padding: 60px 50px;
    padding: 8vw 6.66666667vw;
    font-size: 26px;
    font-size: 3.46666667vw;
    line-height: 45px;
    line-height: 6vw;
  }
  #ac_contact {
    display: block;
    width: 92%;
    margin: 0 auto;
    padding: 50px 20px;
    padding: 6.66666667vw 2.66666667vw;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 50px;
    padding-bottom: 6.66666667vw;
    margin-bottom: 80px;
    margin-bottom: 10.66666667vw;
    margin-top: 80px;
    margin-top: 10.66666667vw;
  }
  #ac_contact .name {
    position: static;
    font-size: 36px;
    font-size: 4.8vw;
    margin-bottom: 70px;
    margin-bottom: 9.33333333vw;
  }
  #ac_contact ul {
    padding-left: 15px;
    padding-left: 2vw;
  }
  #ac_contact ul li {
    padding-bottom: 25px;
    padding-bottom: 3.33333333vw;
    padding-right: 0;
    width: 100%;
  }
  #ac_contact ul li .tit {
    font-size: 22px;
    font-size: 2.93333333vw;
  }
  #ac_contact ul li .txt {
    font-size: 22px;
    font-size: 2.93333333vw;
  }
  #ac_local {
    width: 100%;
    margin-top: 0;
    margin-bottom: 80px;
    margin-bottom: 10.66666667vw;
  }
  #ac_local .map {
    padding-top: 500px;
    padding-top: 66.66666667vw;
  }
  #exhibition_list {
    width: 92%;
    margin: 0 auto;
    margin-top: -60px;
    margin-top: -8vw;
    margin-bottom: 50px;
    margin-bottom: 6.66666667vw;
  }
  #exhibition_list li {
    display: block;
    padding: 50px 0px;
    padding: 6.66666667vw 0vw;
  }
  #exhibition_list li .dec {
    padding: 0px 12px;
    padding: 0vw 1.6vw;
    padding-top: 30px;
    padding-top: 4vw;
  }
  #exhibition_list li .dec .tit {
    font-size: 32px;
    font-size: 4.26666667vw;
    margin: 0;
    line-height: 44px;
    line-height: 5.86666667vw;
  }
  #exhibition_list li .dec .info {
    position: static;
    margin-top: 30px;
    margin-top: 4vw;
    font-size: 22px;
    font-size: 2.93333333vw;
  }
  #exhibition_list li .dec .local {
    width: 75px;
    width: 10vw;
    height: 75px;
    height: 10vw;
    line-height: 75px;
    line-height: 10vw;
    font-size: 25px;
    font-size: 3.33333333vw;
  }
  #exhibition_visual {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #exhibition_visual .main_slider {
    margin-bottom: 30px;
    margin-bottom: 4vw;
  }
  #exhibition_visual .main_slider .swiper-slide {
    padding-bottom: 60px;
    padding-bottom: 8vw;
  }
  #exhibition_visual .main_slider .img {
    padding-top: 790px;
    padding-top: 105.33333333vw;
  }
  #exhibition_visual .main_slider .caption {
    font-size: 22px;
    font-size: 2.93333333vw;
    padding: 15px 25px;
    padding: 2vw 3.33333333vw;
  }
  #exhibition_visual .thumb_slider {
    position: static;
    width: 100%;
    padding-left: 5%;
    padding-right: 10%;
    box-sizing: border-box;
  }
  #exhibition_visual .thumb_slider .swiper-wrapper {
    display: flex;
    grid-gap: 0;
  }
  #exhibition_visual .thumb_slider .swiper-slide {
    width: 140px;
    width: 18.66666667vw;
  }
  #exhibition_info {
    width: 88%;
    margin: 0 auto;
    margin-top: 90px;
    margin-top: 12vw;
    margin-bottom: 90px;
    margin-bottom: 12vw;
  }
  #exhibition_info .title {
    font-size: 50px;
    font-size: 6.66666667vw;
    line-height: 60px;
    line-height: 8vw;
    margin-bottom: 50px;
    margin-bottom: 6.66666667vw;
  }
  #exhibition_info .cont + .cont {
    margin-top: 60px;
    margin-top: 8vw;
  }
  #exhibition_info .cont .tit {
    font-size: 34px;
    font-size: 4.53333333vw;
    margin-bottom: 35px;
    margin-bottom: 4.66666667vw;
  }
  #exhibition_info .cont .txt {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 50px;
    line-height: 6.66666667vw;
  }
  #rental_info {
    width: 92%;
    margin: 0 auto;
    margin-top: -40px;
    margin-top: -5.33333333vw;
    margin-bottom: 100px;
    margin-bottom: 13.33333333vw;
  }
  #rental_info li {
    display: block;
    padding: 50px 0px;
    padding: 6.66666667vw 0vw;
  }
  #rental_info li .img .swiper-pagination {
    bottom: -45px;
    bottom: -6vw;
  }
  #rental_info li .img .swiper-pagination-bullet {
    width: 14px;
    width: 1.86666667vw;
    height: 14px;
    height: 1.86666667vw;
    margin: 0px 10px;
    margin: 0vw 1.33333333vw;
  }
  #rental_info li .dec {
    padding: 0px 12px;
    padding: 0vw 1.6vw;
    padding-top: 70px;
    padding-top: 9.33333333vw;
  }
  #rental_info li .dec .tit {
    font-size: 40px;
    font-size: 5.33333333vw;
    margin: 0;
    line-height: 44px;
    line-height: 5.86666667vw;
  }
  #rental_info li .dec .txt {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 34px;
    line-height: 4.53333333vw;
    margin-top: 20px;
    margin-top: 2.66666667vw;
  }
  #rental_info li .dec .info {
    font-size: 26px;
    font-size: 3.46666667vw;
    margin-top: 30px;
    margin-top: 4vw;
    padding: 0;
    border: 0;
  }
  #rental_info li .dec .info p + p {
    margin-top: 15px;
    margin-top: 2vw;
  }
  #rental_info li .dec .fileBtn {
    position: static;
    display: inline-block;
    font-size: 22px;
    font-size: 2.93333333vw;
    margin: 0;
    line-height: 63px;
    line-height: 8.4vw;
    padding: 0px 30px;
    padding: 0vw 4vw;
    margin-top: 20px;
    margin-top: 2.66666667vw;
  }
  #rental_step {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-bottom: 13.33333333vw;
  }
  #rental_step li {
    display: block;
    padding: 50px 30px;
    padding: 6.66666667vw 4vw;
    box-sizing: border-box;
  }
  #rental_step li > * {
    display: block;
  }
  #rental_step li .tit {
    padding: 0;
    font-size: 34px;
    font-size: 4.53333333vw;
    margin-bottom: 30px;
    margin-bottom: 4vw;
    width: auto;
  }
  #rental_step li .tit .num {
    font-size: 65px;
    font-size: 8.66666667vw;
    margin-right: 20px;
    margin-right: 2.66666667vw;
  }
  #rental_step li .txt {
    padding: 0;
    font-size: 25px;
    font-size: 3.33333333vw;
    line-height: 35px;
    line-height: 4.66666667vw;
  }
  #period_search {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 60px;
    margin-bottom: 8vw;
  }
  #period_search .tit {
    font-size: 22px;
    font-size: 2.93333333vw;
    margin-bottom: 20px;
    margin-bottom: 2.66666667vw;
  }
  #period_search .search_form {
    display: block;
    padding: 30px;
    padding: 4vw;
    margin-bottom: 20px;
    margin-bottom: 2.66666667vw;
  }
  #period_search .search_form .dateSelect {
    padding-left: 0;
    margin-bottom: 30px;
    margin-bottom: 4vw;
    display: flex;
    justify-content: space-between;
  }
  #period_search .search_form .dateSelect a {
    width: 100%;
    line-height: 70px;
    line-height: 9.33333333vw;
    font-size: 25px;
    font-size: 3.33333333vw;
  }
  #period_search .search_form .dateSelect a + a {
    margin-left: 20px;
    margin-left: 2.66666667vw;
  }
  #period_search .search_form .dateSearch {
    display: flex;
    align-items: center;
  }
  #period_search .search_form .dateSearch .ipt {
    width: 100%;
    height: 75px;
    height: 10vw;
  }
  #period_search .search_form .dateSearch .datepicker .btn {
    width: 75px;
    width: 10vw;
    height: 75px;
    height: 10vw;
    background-size: 50%;
    right: 15px;
    right: 2vw;
  }
  #period_search .search_form .dateSearch .searchBtn {
    display: none;
  }
  #period_search .searchBtnM {
    display: block;
    width: 100%;
    height: 85px;
    height: 11.33333333vw;
    background-color: #333;
    color: #fff;
    font-size: 30px;
    font-size: 4vw;
    border: 0;
    border-radius: 5px;
  }
  #apply_table {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 80px;
    margin-bottom: 10.66666667vw;
  }
  #apply_table .head {
    margin-bottom: 20px;
    margin-bottom: 2.66666667vw;
    padding-right: 15px;
    padding-right: 2vw;
  }
  #apply_table .head .down {
    font-size: 20px;
    font-size: 2.66666667vw;
  }
  #apply_table .head label {
    font-size: 20px;
    font-size: 2.66666667vw;
  }
  #apply_table .head label + label {
    margin-left: 45px;
    margin-left: 6vw;
  }
  #apply_table .head label span {
    width: 20px;
    width: 2.66666667vw;
    height: 20px;
    height: 2.66666667vw;
    margin-right: 5px;
    margin-right: 0.66666667vw;
  }
  #apply_table table thead th {
    font-size: 22px;
    font-size: 2.93333333vw;
    height: 60px;
    height: 8vw;
    padding: 0px 20px;
    padding: 0vw 2.66666667vw;
  }
  #apply_table table tbody td {
    white-space: nowrap;
    height: 100px;
    height: 13.33333333vw;
    font-size: 20px;
    font-size: 2.66666667vw;
    padding: 0px 20px;
    padding: 0vw 2.66666667vw;
  }
  #apply_table table tbody td.active span {
    width: 20px;
    width: 2.66666667vw;
    height: 20px;
    height: 2.66666667vw;
  }
  #apply_table table tbody td .btn {
    font-size: 22px;
    font-size: 2.93333333vw;
    width: auto;
    height: auto;
    line-height: 50px;
    line-height: 6.66666667vw;
    display: inline-block;
    border: 0;
    border-bottom: 1px solid #939393;
  }
  #failPopup .inner button{
    font-size: 0.7rem !important;
  }

  #applyModal {
    max-width: 100%;
  }
  #applyModal .modal_content > .inner {
    padding: 80px 25px;
    padding: 10.66666667vw 3.33333333vw;
  }
  #applyModal .modal_title {
    font-size: 55px;
    font-size: 7.33333333vw;
  }
  #applyModal .applyStep > li .txt {
    font-size: 30px;
    font-size: 4vw;
  }
  #applyModal .inputForm {
    padding: 40px;
    padding: 5.33333333vw;
  }
  #applyModal .inputForm .ipt_group label {
    font-size: 26px;
    font-size: 3.46666667vw;
  }
  #applyModal .inputForm .ipt_group .datepickerIpt .btn {
    width: 75px;
    width: 10vw;
    height: 75px;
    height: 10vw;
    background-size: 50%;
    right: 15px;
    right: 2vw;
  }
  #gateway {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
  }
  #gateway .site_logo {
    margin-left: -125px;
    margin-left: -16.66666667vw;
    top: 100px;
    top: 13.33333333vw;
  }
  #gateway .site_logo .logoImg {
    width: 250px;
    width: 33.33333333vw;
  }
  #gateway .list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    padding-top: 200px;
    padding-top: 26.66666667vw;
    height: 100%;
    box-sizing: border-box;
  }
  #gateway .list > li:before {
    display: none;
  }
  #gateway .list > li .titArea {
    margin-top: 0;
  }
  #gateway .list > li .titArea .tit1 {
    font-size: 254px;
    font-size: 33.86666667vw;
    line-height: 190px;
    line-height: 25.33333333vw;
  }
  #gateway .list > li .titArea .tit2 {
    font-size: 48px;
    font-size: 6.4vw;
    line-height: 190px;
    line-height: 25.33333333vw;
  }
  #gateway .list > li .titArea .url {
    font-size: 22px;
    font-size: 2.93333333vw;
    margin-top: 15px;
    margin-top: 2vw;
  }
}
@media (orientation: landscape) and (max-width: 375px) {
  /*body { overflow: hidden; }
  #landscape { display: block; }*/
}
