.header {
    height: 7vw;
    max-height: 105px;
    padding: 2vw 0 0 0;
    width: 94%;
    margin: 0 auto;
  }
header h2 {
    display: inline-block;
}
header h2 img {
    width: 24vw;
}
header .header .menu {
    /* width: 6vw; */
    width: 4vw;
    height: 4vw;
    float: right;
    background: url(../../images/humberger.png) no-repeat;
    background-size: 88%;
}

/* .menu i { */
    /* display: block; */
    /* width: 40px; */
    /* height: 3px; */
    /* background:#E30011; */
    /* -webkit-transition: .25s cubic-bezier(0.215, 0.61, 0.355, 1); */
    /* transition: .25s cubic-bezier(0.215, 0.61, 0.355, 1); */
/* }    */
header .header .menu i:nth-of-type(2), header .header .menu i:nth-of-type(3) {
    margin: 12px 0 0 0;
}
.header-logo-title img {
    display: inline-block;
    width: 32vw;
}
.grobal-nav-wrapper {
    position: fixed;
    top: 0;
    z-index: 1000;
    background: #fff;
    width: 100%;
}
#grobal-nav {
    display: none;
}
#grobal-nav.active {
    display: block;
    z-index: 9999;
    padding: 3vw 0 0 0;
    width: 90%;
    margin: 0 auto;
}
.close-btn {
    background:url(../../images/close-header.png) no-repeat;
    width: 5vw;
    height: 6vw;
    display: inline-block;
    float: right;
    background-size: 76%;
}
.menu-icon:hover {
    cursor: pointer;
}
.header-logo-wrapper {
    margin: 0 auto;
}
.grobal-nav-list {
    margin: 4vw auto 7vw;
}
.grobal-nav-item:first-of-type {
    border-top: 1px solid #e5e5e5;
}
.grobal-nav-item {
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.5vw;
    padding: 0 3vw;
}
.grobal-nav-item a{
    padding: 1.5vw 0;
}
#menu-layer {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0);
    display: none;
    z-index: -1;
}
#menu-layer.active {
    background: rgba(0,0,0,0.26);
    z-index: 8888;
}
@media only screen and (max-width: 767px) {
    .humb-ul {
        margin-left: 20px;
    }
}
.main_wrap {
    margin: 0 auto;
}

.bn-content {
    text-align: center;
}
.slider {
    margin-bottom: 40px;
}
.bn-content {
    margin-bottom: 42px;
}
.flex {
    display: flex;
}
.left {
    width: 31%;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
}
.heading {
    color: #E30011;
    font-style: italic;
    line-height: 1.3;
    font-weight: 400;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 4.3vw;
    letter-spacing: 3px;
}
.heading-small {
    font-size: 1.8rem;
    color: #E30011;
    margin: -21px 0 0 172px;
    font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
}
.heading::after {
    content:'';
    display: block;
    background:  #E30011;
    height: 1px;
    width: 142.5px;

}
.post-li {
    border-top: 1px solid #999999;
    padding: 30px 0;
    display: inline-block;
    font-size: 16px;
    width: 100%;
}
#JIA .inner h2 {
    font-size: 4.3vw;
    color: #E30011;
    /* font-family: 'HelveticaNeueLTStd-It'; */
}
.JIA-Content {
    margin: 10px 0 0 0;
}
#JIA .inner ul li a .caption {
    position: absolute;
    bottom: 18px;
    left: 50%;
    padding: 0 0 7px 0;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    transform: translate(-50%, 50%);
    width: 176px;
    font-size: 16px;
}

.head-detail-cap {
    font-size: 1.8rem;
    font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
}
#faq {
    background-color: #EEEEEE;
    padding-bottom: 4.5vw;
}
.accordion-container {
    width: 81%;
    margin: 0 auto;
}
.qa-btn {
    display: flex;
    flex-wrap: wrap;
    /* max-width: 944px; */
    margin: 0 auto;
    font-size: 0;
    justify-content: space-between;
}
.qa-btn-in-icon.show {
    background: url(../../images/icon-close.png) no-repeat 96% 50%;
    background-color: #80000A;
}
.qa-btn-in-icon {
    background: url(../../images/plus-icon.png) no-repeat 96% 50%;
}
.qa-btn-in {
    font-size: 16px;
    position: relative;
    display: inline-block;
    width: 100%;
    /* max-width: 481px; */
    margin-right: 0%;
    line-height: 75px;
    color: #fff;
    text-align: center;
    text-align-last: center;
    background-color: #80000A;
}
.qa-btn-single {
    width: 47%;
    margin-bottom: 29px;
}
.qa-btn img {
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
}
.q-icon {
    width: 70px;
    text-align: center;
    padding: 20px 0;
    background-color: #80000a;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
}
.q-button {
    position: absolute;
    top: 50%;
    left: 4%;
}
.plus-icon {
    background: url(../../images/plus-icon.png);
    width: 19px;
    height: auto;
}
.qa-heading {
    margin-bottom: 55px;
}
.qa-row {
    margin-bottom: 40px;
}
.dit-btn {
    position: relative;
    display: block;
    padding: 14px 24px 11px;
    width: 100%;
    max-width: 278px;
    margin: 72px auto 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #707070;
}
.dit-btn img {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.accordion-content {
    display: none;
    background: white;
    color: black;
    border: 1px solid;

    line-height: 34px;
    font-size: 16px;
    padding: 6px;
}
.accordion-content.show {
    display: block;
}
#Aside {
    background: url(../../images/apply-contact-bg.png) no-repeat center;
    width: 100%;
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%, 50%); */
    /* position: absolute; */
}
.bottom-li {
    font-size: 1.2vw;
}
.copy {
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#E30011;
    color:#FFFFFF;
    font-size: 12px;
}
.btn-common {
    color: #f8f7f2;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    top: -2px;
    padding: 1vw 0;
    width: 100%;
    text-align: center;
    /* margin-top: 15px; */
    font-size: 2.5vw;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    position: relative;
}
.btn-common_faq {
    color: #f8f7f2;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    top: -2px;
    padding: 1.5vw 0;
    width: 100%;
    text-align: center;
    /* margin-top: 15px; */
    font-size: 1.1vw;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    position: relative;
}
@media screen and (max-width: 767px) {
    .btn-common_faq {
        font-size: 2.5vw;
        padding: 3vw 0;
        }
    }


.btn-apply {
    /* box-shadow: 0 0.7vw #449f49; */
    background: url(../../images/apply.png) no-repeat 5.5vw center;
    background-color: #6fc173;
    background-size: 9%;
    border-bottom: 3px solid #449f49;
    transition: 0.3s;
}
.btn-apply::before {
    display: inline-block;
    width: 30px;
    height: 24px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 22%;
}
.btn-apply:hover {
    /* box-shadow: 0 1px #449f49; */
    border-bottom: none;
    top: 1px;
    color: #f8f7f2;
}
.btn-common span {
    padding-left: 4vw;
}
.btn-contact {
    /* box-shadow: 0 0.7vw #80000A; */
    transition: 0.3s;
    background: url(../../images/contact-icon.png) no-repeat 5.5vw center;
    background-size: 9%;
    background-color: #E30011;
    border-bottom: 7px solid #80000A;
}
/* .btn-contact::before { */
    /* content: ''; */
    /* display: inline-block; */
    /* width: 30px; */
    /* height: 24px; */
    /* background-image: url(../../images/contact-icon.png); */
    /* background-position: center center; */
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    /* margin-right: 10px; */
    /* vertical-align: middle; */
    /* transform: translateY(-1px); */
/* } */
.btn-contact:hover {
    /* box-shadow: 0 1px #E30011; */
    top: 1px;
    color: #f8f7f2;
    border-bottom: none;
    transition: 0.4s;
}
.btn-application {
    transition: 0.3s;
    background-color: #05af50;
    border-bottom: 7px solid #103611;
    transition: 0.3s;
}
.btn-application:hover {
    border-bottom: none;
    top: 1px;
    transition: 0.4s;
}
.btn-application > span {
    display: block;
    padding-left: 0;
}
.btn-application__text {
    font-size: 16px;
}

footer .flexbox {
    display: flex;
    width: 29vw;
    margin: 0 auto;
    justify-content: space-between;
}
.bottom-li {
    font-size: 1vw;
    margin-bottom: 3vw;
}
.bottom-li-link {
    padding: 1vw 2vw;
}
@media screen and (max-width: 1081px) {
  .qa-btn {
      display: block;
  }
  .qa-btn-single {
      width: 100%;
  }
}

@media screen and (max-width: 767px) {
header .header .menu {
    width: 9vw;
    background-size: 64%;
    margin-top: 1vw;
}
.header {
    height: 11vw;
}
.header h2 img {
    /* width: 53vw; */
    width: 42vw;
}
.header-logo-title img {
    width: 60vw;
}
.grobal-nav-item {
    font-size: 4.5vw;
}
.heading-small {
    font-size: 4vw;
}
.close-btn {
    width: 8vw;
    height: 10vw;
}
#JIA .inner h2 {
    font-size: 10vw;
}
.head-detail-cap {
    font-size: 4vw;
}
#Movie .inner h2 {
    font-size: 10vw;
    display: block;
}
#faq .inner .left {
    width: 100%;
}
#faq .inner h2 {
    font-size: 10vw;
    display: block;
}
body aside#Aside ul {
    display: block;
    line-height: 8vw;
}
body aside#Aside ul.apply-contact-bg {
    padding-block: 20px;
    height: max-content;
}
body aside#Aside ul li {
    width: 60vw;
    height: 19vw;
}
body aside#Aside ul li.btn-wrapper {
    height: max-content;
}
body aside#Aside ul li.btn-wrapper:not(:last-of-type) {
    padding-bottom: 16px;
}
.btn-apply {
    background-size: 11%;
}
.btn-contact {
    background-size: 11%;
}
.btn-common {
    font-size: 4.5vw;
}

#faq {
    margin-bottom: 0;
}
.qa-btn-single {
    width: 100%;
}
.qa-btn-in {
    display: block;
    width: 100%;
    margin-bottom: 4px;
}
.accordion-content {
    display: none;
}
.qa-row {
    margin-bottom: 0;
}
.btn-common {  
    padding: 1vw 0;
}
.dit-btn {
    margin: 6vw auto;
}

footer .flexbox {
    display: block;
    width: 79vw;
}
.bottom-li {
    margin-bottom: 0;
    padding-bottom: 4vw;
    font-size: 2vw;
}
footer#Footer #Traller .box h4  {
    font-size: 2.5vw;
}

}
@media screen and (max-width: 562px) {
    .q-text {
        display: inline-block;
        max-width: 164px;
        line-height: 1.3;
        vertical-align: middle;
    }
    footer#Footer #Traller .box h4  {
        font-size: 14px;
    }
}
@media screen and (max-width: 468px) {
    .accordion-container {
        width: 100%;
    }
    .q-text {
        font-size: 12px;
    }
}

.topics-single__content a {
    width: 100%;
}
.add-padding {
    padding: 2vw 0;
}

@media screen and (max-width: 768px) {
    .add-padding {
        padding: 3vw 0;
    }
}

/* TOP BOTTOM LABEL STYLES */

.top-bottom-link{
    display: block;
}

.top-bottom-text {
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.7;
  background-color: #E70C12;
  padding-block: 8px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-bottom-text {
    font-size: 18px;
  }
}

#simple .slider .slick-slide a {
  display: block;
  width: 100%;
  transition: opacity 0.3s ease;
}
@media (hover :hover) {
  #simple .slider .slick-slide a:hover {
    opacity: 0.8;
  }
}

#simple .slider .slick-dots {
  pointer-events: none;
}

.top-bottom-label .sp-only {
    display: none;
}


@media screen and (max-width: 767px) {
    .top-bottom-label {
        font-size: 16px;
        margin-bottom: 40px;
    }
    #simple .slider .slick-slide .top-bottom-label a {
        display: inline;
    }
    .top-bottom-label .sp-only {
        display: block;
    }
}

.top-middle-text {
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  color: #E70C12;
  text-align: center;
  background-color: rgb(255, 255, 255, 0.7);
  padding-block: 10px;
}

@media screen and (max-width: 767px) {
  .top-middle-text {
    font-size: 18px;
  }
}
