@charset "UTF-8";
/* CSS Document */
@import url("reset.css");
html {
  font-size: 16px;
}

html * {
  font-size: 1rem;
  font-weight: 400;
}

body, ul, li {
  margin: 0px;
  padding: 0px;
  font-family: "Chiron GoRound TC", Arial, "Arial Black";
  font-size: 16px;
  line-height: 25px;
  color: #595757;
  letter-spacing: 1px;
  box-sizing: border-box;
}

body {
  position: relative;
  background: #78ccf7;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

div, span {
  display: block;
  width: 100%;
}

button {
  display: none;
}

*:focus {
  outline: none;
} /*解決滾動到區塊時出現框線問題*/
h3 {
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  h3 {
    font-size: 5vw;
    letter-spacing: 0;
  }
}

h4 {
  font-size: 3vw;
}
@media (max-width: 768px) {
  h4 {
    font-size: 6vw;
  }
}

p {
  font-size: 1.15vw;
  font-weight: 300;
  line-height: 1.7;
  color: #595757;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  p {
    font-size: 1.5vw;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 3.5vw;
    line-height: 1.5;
  }
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: block;
  }
}

.pad-pc {
  display: block;
}
@media (min-width: 992px) {
  .pad-pc {
    display: none;
  }
}

.pad-h {
  display: none;
}
@media (max-width: 992px) {
  .pad-h {
    display: block;
  }
}

.btn_style {
  transform-origin: center;
  transform: scale(1);
  transition: all 0.15s ease-in-out;
}
.btn_style:hover {
  cursor: pointer;
  transform: scale(0.9);
}

/*解決滾動到區塊時出現框線問題*/
a,
a:hover {
  text-decoration: none;
}

a img:hover {
  transform: scale(0.95, 0.95);
  transition: all 0.2s ease-out;
}

.ajax_loading {
  background: #000 url("../images/loader.gif") center center no-repeat;
}

/*---kv---*/
.kv_w {
  width: 100%;
  position: relative;
}

.kv_box {
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: -1px;
}

.kv_box_m {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

header {
  width: 97%;
  position: absolute;
  left: 2%;
  top: 1%;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1vw 0.5vw;
}
@media (max-width: 768px) {
  header {
    top: 4%;
  }
}
header .logo_box {
  width: 14.5%;
  position: absolute;
  left: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  header .logo_box {
    width: 32%;
    left: 2%;
  }
}

nav {
  position: relative;
  width: 90%;
  float: right;
}
nav ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
}
nav ul li {
  display: inline-block;
  width: auto;
  padding: 0 1vw;
  border-left: 1px solid #333;
}
nav ul li a {
  text-decoration: none;
}
nav ul li a div {
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  letter-spacing: 2px;
  transition: all 0.25s ease-in-out;
}
nav ul li a div:hover {
  transform: scale(1.1);
}

.date_icon {
  position: absolute;
  width: 8%;
  left: 2%;
  top: 55%;
  z-index: 5;
}
@media (max-width: 768px) {
  .date_icon {
    position: relative;
    width: 94%;
    margin: 3% auto;
    padding-right: 4%;
  }
}

#s00 {
  position: relative;
  width: 100%;
}

.vidbacking {
  display: block;
}

.video-back {
  display: block; /*padding:200px 0px;*/
  text-align: center;
}

.video-back img {
  /*width:150px;*/
  width: 100%;
  height: auto;
}

img.vediobg_img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: -101;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#background-video > .ytplayer-container > iframe {
  top: 0 !important;
  z-index: -1;
}

.placeholder-image {
  z-index: 100;
  top: 0;
}

@media (max-width: 767px) {
  .ytplayer-player {
    top: 0 !important;
  }
}

.yt_box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.yt_box img {
  position: relative;
  z-index: 2;
}

/* png 當作比例容器 */
.placeholder-image {
  width: 100%;
  height: auto; /* 讓 png 自己決定高度 */
  display: block;
}

/* YouTube API 會塞的 iframe，讓它鋪滿當背景 */
.yt_box iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 用 CSS 撐滿比例容器 */
  z-index: -1;
}

.btn_buy {
  display: block;
  width: 13.5%;
  position: fixed;
  right: 0.6%;
  top: 7.9%;
  z-index: 8;
  transform-origin: center;
  animation: buy_ani 1s ease-in-out infinite;
}
@media (max-width: 768px) {
  .btn_buy {
    width: 25%;
    right: -4%;
    top: 70%;
  }
}

@keyframes buy_ani {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 1%;
  }
  100% {
    margin-top: 0;
  }
}
.swiper-button-prev {
  left: 0px;
}

.swiper-button-next {
  right: 0px;
}

.swiper-button-prev, .swiper-button-next {
  color: #333;
}

.swiper-pagination-bullet {
  width: 0.75vw;
  height: 0.75vw;
  margin: 5px;
  background: none;
  border: 1px solid #23569d;
  opacity: 1;
  margin-top: 2%;
}
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 3vw;
    height: 3vw;
    margin: 3px;
  }
}

.swiper-pagination-bullet-active {
  background: #23569d;
}

.swiper-pagination {
  position: relative;
  text-align: center;
}

main, section {
  display: block;
  width: 100%;
  position: relative;
}

main {
  overflow: hidden;
  margin-top: -1px;
  z-index: 2;
}

h2 {
  width: 36%;
  margin: 5% auto;
}
@media (max-width: 767px) {
  h2 {
    width: 66%;
  }
}

.kv_dates {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0%;
  z-index: 3;
}

.yt_box {
  width: 100%;
  position: relative;
}

.vidbacking {
  display: block;
}

.video-back {
  display: block; /*padding:200px 0px;*/
  text-align: center;
}

.video-back img { /*width:150px;*/
  width: 100%;
  height: auto;
}

img.vediobg_img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: -101;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#background-video > .ytplayer-container > iframe {
  top: 0 !important;
  z-index: -1;
}

.placeholder-image {
  z-index: 100;
  top: 0;
}

@media (max-width: 767px) {
  .ytplayer-player {
    top: 0 !important;
  }
}

/*---s01 購票上官網---*/
#s01 {
  position: relative;
  z-index: 4;
  margin: -5% auto 3%;
}
@media (max-width: 768px) {
  #s01 {
    margin: -5% auto 3%;
  }
}
#s01 a img:hover {
  transform: none;
}

.box_w {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.tickets_w {
  position: relative;
  width: 100%;
}

.item_01b {
  position: absolute;
  width: 41.5%;
  left: 7%;
  top: 11%;
  z-index: 2;
}
@media (max-width: 768px) {
  .item_01b {
    width: 58%;
    left: 4%;
  }
}

/*---s02 航點票價---*/
#s02 {
  position: relative;
  z-index: 2;
}

.prd_w {
  position: relative;
  width: 92.7%;
  margin: 2.5% auto;
}
@media (max-width: 768px) {
  .prd_w {
    width: 100%;
  }
}

ul.waypoints_g {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.waypoints_g li {
  width: 32%;
  position: relative;
  margin-bottom: 1%;
}
@media (max-width: 768px) {
  ul.waypoints_g li {
    width: 49%;
  }
}

.btn_points {
  position: absolute;
  width: 36%;
  left: 32%;
  bottom: 7%;
}

.khh_box {
  margin: 0 auto;
}
.khh_box h2 {
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.5;
  color: #fff799;
  border: #fff799 5px solid;
  border-radius: 50px;
  text-align: center;
  margin: 0% auto 1%;
}
@media (max-width: 768px) {
  .khh_box h2 {
    font-size: 4.5vw;
  }
}
.khh_box p {
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .khh_box p {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}

.btn_kh {
  display: inline-block;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 2px;
  padding: 0% 1.5%;
  margin: 0 1%;
  background-color: #00a8de;
  border: #fff 2px solid;
  border-radius: 30px;
}
.btn_kh:hover {
  color: #00a8de;
  background-color: #fff799;
  font-weight: 800;
}
@media (max-width: 768px) {
  .btn_kh {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}

.download {
  text-align: center;
  margin: 1% auto 2%;
}

.btn_download {
  display: inline-block;
  font-size: 1.8vw;
  font-weight: 800;
  line-height: 1.5;
  color: #00a8de;
  letter-spacing: 2px;
  padding: 0% 1.5%;
  background-color: #fff;
  border: #fff799 3px solid;
  border-radius: 30px;
}
.btn_download:hover {
  background-color: #00a8de;
  color: #fff799;
}
@media (max-width: 768px) {
  .btn_download {
    font-size: 4vw;
    line-height: 1.5;
    padding: 0 3%;
  }
}

/*---選項卡---*/
.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tabs label {
  order: 1;
  display: block;
  /*padding: 1rem 2rem;
  margin-right: 0.2rem;*/
  cursor: pointer;
  /*background: #90CAF9;*/
  /* background: url("images/tab/tab_btn_bg.png"); */
  background-size: cover;
  font-weight: bold;
  transition: background ease 0.2s;
  /* width:33.2%;
  margin-right: 0.1%;	*/
  margin: 2% 1%;
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  /*padding: 1rem;
  background: #fafafa;
  margin:0.2% 0 0.5% 0;*/
}

.tabs input[type=radio] {
  position: absolute;
  opacity: 0;
}

.tabs input[type=radio]:checked + label.tab_btn01 { /*background: #fafafa;*/
  background: url("../images/s02/tab_01_on.png");
  background-size: cover;
}
@media (max-width: 768px) {
  .tabs input[type=radio]:checked + label.tab_btn01 {
    background: url("../images/s02/tab_01m_on.png");
    background-size: cover;
  }
}

.tabs input[type=radio]:checked + label.tab_btn02 { /*background: #fafafa;*/
  background: url("../images/s02/tab_02_on.png");
  background-size: cover;
}
@media (max-width: 768px) {
  .tabs input[type=radio]:checked + label.tab_btn02 {
    background: url("../images/s02/tab_02m_on.png");
    background-size: cover;
  }
}

.tabs input[type=radio]:checked + label + .tab {
  display: block;
}

/*--------------*/
.tabs_box {
  display: block;
  width: 76%;
  left: 12%;
  top: 16%;
  position: absolute;
  z-index: 20;
}
@media (max-width: 768px) {
  .tabs_box {
    width: 90%;
    left: 5%;
    top: 11%;
  }
}

.tab_btn01 {
  width: 23%;
  background: url("../images/s02/tab_01.png");
}
@media (max-width: 768px) {
  .tab_btn01 {
    width: 30%;
    background: url("../images/s02/tab_01m.png");
  }
}

.tab_btn02 {
  width: 23%;
  background: url("../images/s02/tab_02.png");
}
@media (max-width: 768px) {
  .tab_btn02 {
    width: 30%;
    background: url("../images/s02/tab_02m.png");
  }
}

/*---s03 請假攻略---*/
#s03 {
  position: relative;
  z-index: 2;
}

.date_w {
  position: relative;
  width: 100%;
  margin: 0% auto;
}

.holiday_w {
  position: relative;
  background-image: url(../images/s03/s03_bg.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .holiday_w {
    background-image: url(../images/s03/s03_bgm.png);
  }
}

.holiday_list {
  width: 62%;
  margin: 0 auto 6%;
  padding-top: 50%;
}
@media (max-width: 768px) {
  .holiday_list {
    width: 96%;
    padding-top: 68%;
  }
}

.holiday_q {
  width: 63.7%;
  margin: 1%;
  position: relative;
}
@media (max-width: 768px) {
  .holiday_q {
    width: 90%;
  }
}

.holiday_a {
  width: 88.5%;
  margin-bottom: 1%;
  float: right;
}
@media (max-width: 768px) {
  .holiday_a {
    width: 100%;
    margin-bottom: 3%;
  }
}

/*---s04 購票登錄歡樂送---*/
#s04 {
  position: relative;
  z-index: 3;
  margin-top: -14.5%;
}
@media (max-width: 767px) {
  #s04 {
    margin-top: -26%;
  }
}

.event02_w {
  position: relative;
}
.event02_w .event_box {
  position: absolute;
  width: 100%;
  top: 28%;
}
.event02_w .event_box h2 {
  font-size: 4vw;
  font-weight: 800;
  line-height: 1.1;
  color: #fff799;
  letter-spacing: 0.1vw;
  text-align: center;
  margin: 1% auto 0;
}
@media (max-width: 768px) {
  .event02_w .event_box h2 {
    font-size: 6vw;
  }
}
.event02_w .event_box h3 {
  font-size: 2.5vw;
  font-weight: 500;
  color: #fff799;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 auto 1%;
}
@media (max-width: 768px) {
  .event02_w .event_box h3 {
    font-size: 5vw;
    line-height: 1.5;
  }
}
.event02_w .event_box p {
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .event02_w .event_box p {
    font-size: 1.5vw;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .event02_w .event_box p {
    font-size: 3.5vw;
    line-height: 1.5;
  }
}
.event02_w .fly_01 {
  position: absolute;
  width: 11.56%;
  left: 37.4%;
  top: 15%;
  z-index: 2;
}
@media (max-width: 768px) {
  .event02_w .fly_01 {
    width: 18%;
    left: 29%;
  }
}
.event02_w .fly_02 {
  position: absolute;
  width: 11.56%;
  left: 50%;
  top: 15%;
  z-index: 2;
}
@media (max-width: 768px) {
  .event02_w .fly_02 {
    width: 18%;
    left: 52%;
  }
}

.btn_join {
  display: block;
  width: 15%;
  margin: 1% auto;
}
@media (max-width: 768px) {
  .btn_join {
    width: 36%;
    margin: 2% auto;
  }
}

a.info {
  display: block;
  text-align: center;
  margin: 1% auto;
  font-size: 1.2vw;
  letter-spacing: 0.2vw;
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 768px) {
  a.info {
    font-size: 3.5vw;
  }
}

/*---s05 異業合作---*/
.event_w {
  position: relative;
  z-index: 3;
}

.swiper_a {
  position: absolute;
  width: 70%;
  left: 15%;
  top: 32%;
  z-index: 4;
}
@media (max-width: 768px) {
  .swiper_a {
    width: 70%;
    left: 15%;
    top: 22%;
  }
}

.swiper-button-next, .swiper-button-prev {
  margin: 0 10%;
  --swiper-navigation-color: #fff; /* 单独设置按钮颜色 */
}
@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    margin: 0 5%;
  }
}

.sw1 {
  top: 62%;
  color: #0093dd;
}
@media (max-width: 768px) {
  .sw1 {
    top: 53%;
  }
}

.btn_event {
  position: absolute;
  width: 40%;
  bottom: 3%;
  left: 30%;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  border: #0093dd 2px solid;
  border-radius: 50px;
  background-color: #fff;
  color: #0093dd;
  z-index: 2;
}
@media (max-width: 768px) {
  .btn_event {
    font-size: 3.5vw;
    bottom: 5%;
  }
}
.btn_event:hover {
  background-color: #0093dd;
  color: #fff;
}

/*---s08 ㇐鍵探索 更多華航旅遊產品--*/
#S08 {
  display: block;
  position: relative;
}

.more_w {
  position: relative;
  margin-top: 5%;
}
.more_w h2 {
  font-size: 3vw;
  color: #fff799;
  font-weight: 800;
  margin: 0 auto 3%;
  width: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .more_w h2 {
    font-size: 6vw;
  }
}

ul.more_list {
  position: relative;
  z-index: 2;
  width: 80%;
  margin: 2.5% auto;
  display: flex;
  justify-content: space-between;
}
ul.more_list li {
  width: 32%;
}

.swiper_b {
  width: 70%;
  margin: 5% auto;
}

.sw2 {
  top: 50%;
  color: #0093dd;
}

/*---s06 華航ESG---*/
#s06 {
  position: relative;
  z-index: 2;
  padding-bottom: 15%;
}

.esg_w {
  position: relative;
  margin: 2% auto;
}

.btn_esg {
  position: absolute;
  width: 18%;
  left: 41%;
  top: 70%;
  z-index: 2;
}
@media (max-width: 768px) {
  .btn_esg {
    width: 44%;
    left: 52%;
    top: 74%;
  }
}

.btn_line {
  position: absolute;
  width: 38%;
  left: 31%;
  top: 80%;
  z-index: 2;
}
@media (max-width: 768px) {
  .btn_line {
    width: 60%;
    left: 20%;
    top: 87%;
  }
}

/*---popup / 注意事項---*/
/*---popup---*/
.modally {
  width: 96%;
  background: none;
  box-shadow: none;
  padding: 4px;
}
@media (max-width: 991px) {
  .modally {
    width: 96%;
  }
}

.modally-content {
  background: #fff;
  border-radius: 30px;
  padding-top: 3%;
}
@media (max-width: 992px) {
  .modally-content {
    padding-top: 10%;
  }
}

.modally .modally-close-button {
  display: block;
  font-size: 5vw;
  padding: 2%;
  color: #5a5a5a;
}
@media (max-width: 768px) {
  .modally .modally-close-button {
    font-size: 8vw;
    padding: 6%;
  }
}

.modally-wrap .modally-underlay {
  background: rgba(29, 125, 204, 0.9);
  background-size: 100%;
}

/*popup / 中獎名單*/
.winner-w {
  width: 85%;
  margin: 2% auto;
  padding: 1% 8%;
  position: relative;
}
.winner-w h2 {
  display: block;
  width: 100%;
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.5;
  color: #fc5f91;
  text-align: center;
  margin: 0 auto 2%;
}
@media (max-width: 992px) {
  .winner-w h2 {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .winner-w h2 {
    font-size: 5vw;
  }
}

ul.winner-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 60%;
  line-height: 1.5;
  margin: 0 auto 5%;
}
@media (max-width: 768px) {
  ul.winner-list {
    width: 100%;
  }
}
ul.winner-list li {
  width: 30%;
  list-style-type: none;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #333;
  margin: 2% 0;
}
@media (max-width: 992px) {
  ul.winner-list li {
    width: 49%;
    margin: 3% 0;
    font-size: 3.3vw;
  }
}

/*popup / 活動辦法*/
.rules-w {
  width: 85%;
  margin: 0% auto;
  padding: 1% 8%;
  position: relative;
}
.rules-w h2 {
  display: block;
  width: 100%;
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.5;
  color: #00a0df;
  text-align: center;
  margin: 0 auto 2%;
}
@media (max-width: 992px) {
  .rules-w h2 {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .rules-w h2 {
    font-size: 5vw;
  }
}

ul.ps_text {
  list-style-type: none;
  display: flex;
  flex-flow: column wrap;
  font-size: 1vw;
  line-height: 1.5;
  margin: 0 auto 0%;
  padding-left: 2.5%;
}
ul.ps_text li {
  width: 100%;
  list-style-type: disc;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  color: #333;
  margin: 1% 0 1% 0%;
}
@media (max-width: 992px) {
  ul.ps_text li {
    width: 100%;
    margin: 1% 0 1% 0%;
    font-size: 3vw;
  }
}
ul.ps_text li a {
  color: #333;
  text-decoration: underline;
}
@media (max-width: 992px) {
  ul.ps_text li a {
    font-size: 3vw;
  }
}
ul.ps_text li ol {
  list-style-type: decimal-leading-zero;
  padding-left: 5%;
}
ul.ps_text li ol li {
  width: 100%;
  list-style-type: decimal-leading-zero;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  color: #333;
  margin: 1% 0 1% 0%;
}
@media (max-width: 992px) {
  ul.ps_text li ol li {
    width: 100%;
    font-size: 3vw;
    margin: 2% 0;
  }
}

/*popup / 活動辦法*/
.kh-w {
  width: 85%;
  margin: 0% auto;
  padding: 1% 8%;
  position: relative;
}
.kh-w h2 {
  display: block;
  width: 100%;
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.5;
  color: #00a0df;
  text-align: center;
  margin: 0 auto 2%;
}
@media (max-width: 992px) {
  .kh-w h2 {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .kh-w h2 {
    font-size: 5vw;
  }
}

ul.kh_text {
  list-style-type: none;
  display: flex;
  flex-flow: column wrap;
  font-size: 1vw;
  line-height: 1.5;
  margin: 0 auto;
  padding-left: 2.5%;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
}
ul.kh_text li {
  width: 20%;
  list-style-type: none;
  margin: 2%;
}
@media (max-width: 767px) {
  ul.kh_text li {
    width: 28%;
    margin: 3% 2%;
  }
}
ul.kh_text li p {
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #333;
  margin: 1% 0;
}
@media (max-width: 992px) {
  ul.kh_text li p {
    font-size: 2.3vw;
    font-weight: 500;
    letter-spacing: 0;
  }
}

/*-------------------------------------------------------------*/
.overlay {
  width: 100%;
  background: rgba(35, 86, 157, 0.9);
}

.overlay nav {
  top: 0vh;
  height: 95vh;
}
.overlay nav ul {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 10%;
}
.overlay nav ul a {
  text-decoration: none;
}
.overlay nav ul a li {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #fff;
  border-left: none;
}
.overlay nav ul a li div {
  display: inline;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  letter-spacing: 5px;
}
.overlay nav ul a li div span {
  display: inline;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  color: #ed425a;
  letter-spacing: 5px;
}
.overlay nav ul a li div p {
  font-size: 5vw;
  font-weight: 600;
}

.overlay .overlay-close {
  top: 0;
}

.overlay .overlay-close {
  max-width: 58px;
  max-height: 58px;
}

button.menu_m {
  display: block;
  width: 4%;
  position: relative;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0;
  background-color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 990;
  outline: 0;
  order: 3;
}
@media (max-width: 768px) {
  button.menu_m {
    width: 7%;
  }
}/*# sourceMappingURL=style.css.map */