/********************** defualt **********************/
* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

body.gnb-open {
  overflow: hidden;
  width: 100%;
}

.no_scroll {
  overflow: hidden;
}

/********************** header **********************/
.header {
  height: 60px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DEDEDE;
}
.header .back_img {
  width: 20px;
  height: 35px;
  background-image: url("../images/back_icon.png");
  background-size: cover;
  margin-left: 16px;
}
.header .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header .header_gift {
  display: none;
}
.header .hamburger_img {
  width: 35px;
  height: 35px;
  background-image: url("../images/hamburger.png");
  background-size: cover;
  margin-right: 16px;
}
.header .header_right {
  display: none;
}

.gnb {
  display: none;
}

.mo_gnb {
  position: fixed;
  top: 0;
  left: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 1000;
}
.mo_gnb::-webkit-scrollbar,
.mo_gnb .gnb_scroll::-webkit-scrollbar {
  display: none;
}
.mo_gnb .gnb_top {
  padding: 0 16px;
  width: calc(100% - 32px);
  height: 60px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DEDEDE;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}
.mo_gnb .gnb_top .lang_box {
  display: flex;
}
.mo_gnb .gnb_top .lang_box .globe {
  width: 20px;
  height: 20px;
  background-image: url("../images/world-globe.png");
  background-size: cover;
  transform: translateY(4px);
}
.mo_gnb .gnb_top .lang_box .lang_select {
  position: relative;
  min-width: 120px;
}
.mo_gnb .gnb_top .lang_box .lang_select .select_btn {
  border: none;
  background-color: white;
  color: black;
  font-size: 1.125rem;
  padding: 0 12px 0 8px;
  position: relative;
}
.mo_gnb .gnb_top .lang_box .lang_select .select_btn::before {
  content: "";
  background-image: url("../images/lang_arrow.png");
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  z-index: 100;
}
.mo_gnb .gnb_top .lang_box .lang_select ul {
  display: none;
  position: absolute;
  top: 30px;
  left: -5px;
  width: 100%;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  z-index: 100;
}
.mo_gnb .gnb_top .lang_box .lang_select ul li {
  background-color: white;
  color: black;
  padding: 10px 12px;
  font-size: 1rem;
}
.mo_gnb .gnb_top .lang_box .lang_select ul li:hover {
  background-color: #DEDEDE;
}
.mo_gnb .gnb_top .line_char {
  display: flex;
  position: absolute;
  top: 70%;
  left: 70%;
  transform: translate(-70%, -90%);
  z-index: 0;
}
.mo_gnb .gnb_top .line_char .line_img {
  width: 30px;
  height: 30px;
}
.mo_gnb .gnb_top .line_char .line_img img {
  width: 100%;
  height: 100%;
}
.mo_gnb .gnb_top .close_img {
  width: 20px;
  height: 20px;
  background-image: url("../images/close.png");
  background-size: cover;
}
.mo_gnb .gnb_mid {
  margin: 0 16px 16px;
  position: relative;
}
.mo_gnb .gnb_mid h3 {
  margin-top: 40px;
  margin-bottom: 24px;
}
.mo_gnb .gnb_mid .account {
  margin-bottom: 16px;
}
.mo_gnb .gnb_mid .account .sign_btn {
  width: calc(50% - 4px);
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  background-color: white;
  padding: 7px 0;
  font-size: 1rem;
  border-radius: 10px;
}
.mo_gnb .gnb_mid .account .login_btn {
  width: calc(50% - 1px);
  border: none;
  background-color: #32a0ff;
  padding: 8px 0;
  font-size: 1rem;
  border-radius: 10px;
  color: white;
}
.mo_gnb .gnb_mid input {
  width: 100%;
  height: 40px;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  padding: 0 8px;
}
.mo_gnb .gnb_mid input::-moz-placeholder {
  color: black;
}
.mo_gnb .gnb_mid input::placeholder {
  color: black;
}
.mo_gnb .gnb_mid .zoom_img {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 5px;
  right: 8px;
}
.mo_gnb .gnb_mid .zoom_img img {
  width: 100%;
  height: 100%;
}
.mo_gnb .bg {
  background-color: #DEDEDE;
  height: 16px;
}
.mo_gnb .gnb_bottom {
  margin: 16px;
}
.mo_gnb .gnb_bottom .gnb_meta {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
  margin-bottom: 24px;
  position: sticky;
  top: 60px;
  left: 0;
  background-color: white;
}
.mo_gnb .gnb_bottom .gnb_meta a {
  padding: 8px 15px;
  background-color: #F0F0F0;
  border-radius: 10px;
  margin-right: 8px;
}
.mo_gnb .gnb_bottom .gnb_meta a:last-child {
  margin-right: 0;
}
.mo_gnb .gnb_bottom .gnb_meta a.meta_on {
  background-color: #32a0ff;
  color: white;
}
.mo_gnb .gnb_bottom .menu h3 {
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 8px;
  margin-bottom: 8px;
  margin-top: 40px;
}
.mo_gnb .gnb_bottom .menu .first {
  margin-top: 0;
}
.mo_gnb .gnb_bottom .menu ul li a {
  display: block;
  padding: 12px 0;
}
.mo_gnb .gnb_bottom .menu:last-child {
  margin-bottom: 40px;
}
.mo_gnb .gnb_bottom .menu .giftshop {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 8px;
  margin-bottom: 8px;
  margin-top: 40px;
}

/********************** breadcrumb **********************/
.breadcrumb {
  display: none;
}

/********************** about_us_list **********************/
.about_us_list {
  margin: 16px;
  border-top: 1px solid #32a0ff;
  border-bottom: 1px solid #32a0ff;
  display: flex;
}
.about_us_list li {
  width: 25%;
  text-align: center;
  padding: 12px 0;
  background-color: #F0F0F0;
}
.about_us_list li.list_on {
  background-color: #32a0ff;
}
.about_us_list li.list_on a {
  color: white;
}

/********************** wrap **********************/
.wrap {
  padding: 16px;
}
.wrap .airport_img {
  width: 100%;
  height: 200px;
}
.wrap .airport_img img {
  width: 100%;
  height: 100%;
}
.wrap .title {
  display: inline-block;
  position: relative;
  margin-bottom: 16px;
  margin-top: 56px;
  z-index: 10;
}
.wrap .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #ffeb5f;
  z-index: -1;
}
.wrap .sub_title {
  font-size: 0.875rem;
  margin-bottom: 48px;
}
.wrap .con_airport_img,
.wrap .con_trip_img,
.wrap .con_customer_img {
  width: 100%;
  height: 200px;
  margin-bottom: 8px;
}
.wrap .con_airport_img img,
.wrap .con_trip_img img,
.wrap .con_customer_img img {
  width: 100%;
  height: 100%;
}
.wrap .con_box .bold {
  font-weight: 600;
  margin-bottom: 0;
}
.wrap .con_box p {
  margin-bottom: 48px;
}
.wrap .ma_bo {
  margin-bottom: 48px;
}
.wrap .pdf_btn {
  width: 115px;
  background-color: #F0F0F0;
  padding: 10px 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 16px;
}
.wrap .pdf_btn .download_img {
  width: 20px;
  height: 20px;
  background-image: url("../images/download.png");
  background-size: cover;
  margin-left: 4px;
}
.wrap .ethical_management {
  padding: 0 20px 54px;
}
.wrap .ethical_management li {
  list-style: disc;
  font-size: 0.875rem;
}

/********************** quick_menu **********************/
.quick_menu {
  position: fixed;
  bottom: 70px;
  right: 16px;
  z-index: 100;
}
.quick_menu ul li {
  margin-bottom: 8px;
}
.quick_menu ul li a {
  display: block;
  width: 40px;
  height: 40px;
}
.quick_menu ul li a img {
  width: 100%;
  height: 100%;
}

/********************** button_nav **********************/
.button_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  border-radius: 10px 10px 0 0;
  z-index: 100;
}
.button_nav ul {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.button_nav ul li {
  width: 20%;
}
.button_nav ul li a {
  text-align: center;
}
.button_nav ul li a .icon {
  display: block;
  margin: 0 auto;
  width: 21px;
  height: 23px;
}
.button_nav ul li a .icon img {
  width: 100%;
  height: 100%;
}
.button_nav ul li a p {
  font-size: 0.75rem;
  color: #6B6B6B;
}
.button_nav ul li a .point {
  background-color: #32a0ff;
  padding: 10px;
  width: 23px;
  height: 23px;
  border-radius: 10px;
  transform: translateY(-12px);
}
.button_nav ul li a .check_in {
  font-size: 11px;
  font-weight: 600;
  position: relative;
  top: -9px;
}

/********************** footer **********************/
.footer_outer {
  background-color: #F0F0F0;
}
.footer_outer .footer .footer_top {
  padding: 16px 16px;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  border-bottom: 1px solid #DEDEDE;
}
.footer_outer .footer .footer_top p {
  display: none;
}
.footer_outer .footer .footer_top a {
  color: #444444;
  padding: 8px;
}
.footer_outer .footer .footer_top .pc {
  display: none;
}
.footer_outer .footer .footer_top .bold {
  font-weight: 600;
}
.footer_outer .footer_bottom {
  margin: 16px 16px 0;
  padding-bottom: 100px;
}
.footer_outer .footer_bottom .logo_sns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.footer_outer .footer_bottom .logo_sns .air_logo {
  width: 200px;
  height: 50px;
}
.footer_outer .footer_bottom .logo_sns .air_logo img {
  width: 100%;
  height: 100%;
}
.footer_outer .footer_bottom .logo_sns ul {
  display: flex;
  align-items: center;
}
.footer_outer .footer_bottom .logo_sns ul li {
  margin-right: 8px;
}
.footer_outer .footer_bottom .logo_sns ul li div {
  display: inline-block;
  line-height: 50px;
  width: 40px;
  height: 40px;
}
.footer_outer .footer_bottom .logo_sns ul li div img {
  width: 100%;
  height: 100%;
}
.footer_outer .footer_bottom .logo_sns ul li:last-child {
  margin-right: 0px;
}
.footer_outer .footer_bottom .view_detail button {
  position: relative;
  width: 100%;
  text-align: start;
  border: none;
  font-size: 1rem;
  background-color: #F0F0F0;
  margin-bottom: 32px;
  color: black;
}
.footer_outer .footer_bottom .view_detail button .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 12px;
  height: 9px;
  background-image: url("../images/arrow_down.png");
  background-size: cover;
}
.footer_outer .footer_bottom .view_detail button .arrow.arrow_on {
  background-image: url("../images/arrow_up.png");
}
.footer_outer .footer_bottom .view_detail .detail_txt {
  font-size: 0.875rem;
  line-height: 25px;
  color: #444444;
  margin-bottom: 32px;
  display: none;
}
.footer_outer .footer_bottom .view_detail .detail_txt.open {
  display: block;
}
.footer_outer .footer_bottom .sub_logo {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}
.footer_outer .footer_bottom .sub_logo li a {
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 16px;
}
.footer_outer .footer_bottom .sub_logo li a img {
  width: 100%;
  height: 100%;
}
.footer_outer .footer_bottom .sub_logo li:first-child a {
  width: 70px;
  height: 40px;
  margin-left: 0;
}
.footer_outer .footer_bottom .sub_logo li:nth-child(3) a {
  width: 80px;
  height: 40px;
  margin-left: 8px;
}
.footer_outer .footer_bottom .sub_logo li .none_a {
  width: 80px;
  height: 80px;
  margin-left: 8px;
  display: none;
}
.footer_outer .footer_bottom .copyright {
  font-size: 0.75rem;
  color: #444444;
}

/********************** tablet01 **********************/
@media all and (min-width: 601px) and (max-width: 768px) {
  /********************** header **********************/
  .header .back_img {
    margin-left: 20px;
  }
  .header .hamburger_img {
    margin-right: 20px;
  }
  .mo_gnb .gnb_top {
    padding: 0 20px;
  }
  .mo_gnb .gnb_top .line_char {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mo_gnb .gnb_top .line_char .line_img {
    width: 40px;
    height: 40px;
  }
  .mo_gnb .gnb_top .line_char .line_img img {
    width: 100%;
    height: 100%;
  }
  .mo_gnb .gnb_top .close_img {
    margin-right: 10px;
  }
  .mo_gnb .gnb_mid {
    margin: 0 20px 24px;
  }
  .mo_gnb .gnb_mid .gnb_mid_flex {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .mo_gnb .gnb_mid .gnb_mid_flex .account {
    width: 60%;
  }
  .mo_gnb .gnb_mid .gnb_mid_flex .account .sign_btn {
    padding: 12px 0;
    font-weight: 600;
  }
  .mo_gnb .gnb_mid .gnb_mid_flex .account .login_btn {
    padding: 13px 0;
    font-weight: 600;
  }
  .mo_gnb .gnb_mid input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 1.125rem;
  }
  .mo_gnb .gnb_mid .zoom_img {
    bottom: 10px;
    right: 10px;
  }
  .mo_gnb .gnb_bottom {
    margin: 20px;
  }
  .mo_gnb .gnb_bottom .gnb_meta a {
    padding: 12px 20px;
  }
  .mo_gnb .gnb_bottom .menu h3 {
    font-size: 1.25rem;
  }
  .mo_gnb .gnb_bottom .menu ul li {
    font-size: 1.125rem;
  }
  .mo_gnb .gnb_bottom .menu ul li a {
    padding: 14px 0;
  }
  /********************** about_us_list **********************/
  .about_us_list {
    margin: 20px;
  }
  .about_us_list li {
    font-size: 1.125rem;
    padding: 15px 0;
  }
  /********************** wrap **********************/
  .wrap {
    padding: 20px;
  }
  .wrap .airport_img {
    width: 100%;
    height: 300px;
  }
  .wrap .title {
    font-size: 1.25rem;
    margin-top: 56px;
  }
  .wrap .sub_title {
    font-size: 1rem;
    margin-bottom: 54px;
  }
  .wrap .con_box {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }
  .wrap .con_box .con_airport_img,
  .wrap .con_box .con_trip_img,
  .wrap .con_box .con_customer_img {
    width: calc(50% - 4px);
    height: 200px;
  }
  .wrap .con_box .con_airport_img img,
  .wrap .con_box .con_trip_img img,
  .wrap .con_box .con_customer_img img {
    width: 100%;
    height: 100%;
  }
  .wrap .con_box .con_txt {
    width: calc(50% - 4px);
    margin-left: 8px;
  }
  .wrap .con_box .con_txt .bold {
    font-weight: 600;
    margin-bottom: 8px;
  }
  .wrap .ma_bo {
    margin-bottom: 0;
  }
  .wrap .pdf_btn {
    width: 135px;
    padding: 15px 18px;
    font-size: 1.125rem;
  }
  .wrap .pdf_btn .download_img {
    width: 25px;
    height: 25px;
  }
  .wrap .ethical_management {
    padding: 0 0 64px 20px;
  }
  .wrap .ethical_management li {
    list-style: disc;
    font-size: 1rem;
  }
  /********************** quick_menu **********************/
  .quick_menu ul li a {
    width: 50px;
    height: 50px;
  }
  /********************** button_nav **********************/
  .button_nav ul li a p {
    font-size: 0.875rem;
    font-weight: 500;
  }
  .button_nav ul li a .check_in {
    font-size: 0.875rem;
  }
  /********************** footer **********************/
  .footer_outer .footer .footer_top {
    padding: 20px 20px;
    font-size: 1rem;
  }
  .footer_outer .footer .footer_top a {
    padding: 12px;
  }
  .footer_outer .footer_bottom {
    margin: 20px 20px 0;
  }
  .footer_outer .footer_bottom .logo_sns {
    margin-bottom: 40px;
  }
  .footer_outer .footer_bottom .view_detail button .arrow {
    width: 20px;
    height: 15px;
  }
  .footer_outer .footer_bottom .view_detail .detail_txt {
    font-size: 1rem;
  }
  .footer_outer .footer_bottom .sub_logo li .none_a {
    display: block;
  }
  .footer_outer .footer_bottom .copyright {
    font-size: 0.875rem;
  }
}
/********************** tablet02 **********************/
@media all and (min-width: 769px) and (max-width: 1024px) {
  /********************** header **********************/
  .header .back_img {
    margin-left: 20px;
  }
  .header .hamburger_img {
    margin-right: 20px;
  }
  .mo_gnb .gnb_top {
    padding: 0 20px;
  }
  .mo_gnb .gnb_top .line_char {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mo_gnb .gnb_top .line_char .line_img {
    width: 40px;
    height: 40px;
  }
  .mo_gnb .gnb_top .line_char .line_img img {
    width: 100%;
    height: 100%;
  }
  .mo_gnb .gnb_top .close_img {
    margin-right: 10px;
  }
  .mo_gnb .gnb_mid {
    margin: 0 20px 24px;
  }
  .mo_gnb .gnb_mid .gnb_mid_flex {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .mo_gnb .gnb_mid .gnb_mid_flex .account {
    width: 60%;
  }
  .mo_gnb .gnb_mid .gnb_mid_flex .account .sign_btn {
    padding: 15px 0;
    font-weight: 600;
  }
  .mo_gnb .gnb_mid .gnb_mid_flex .account .login_btn {
    padding: 16px 0;
    font-weight: 600;
  }
  .mo_gnb .gnb_mid input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 1.125rem;
  }
  .mo_gnb .gnb_mid .zoom_img {
    bottom: 10px;
    right: 10px;
  }
  .mo_gnb .gnb_bottom {
    margin: 20px;
  }
  .mo_gnb .gnb_bottom .gnb_meta a {
    padding: 15px 24px;
    margin-right: 10px;
  }
  .mo_gnb .gnb_bottom .menu h3 {
    font-size: 1.25rem;
  }
  .mo_gnb .gnb_bottom .menu ul li {
    font-size: 1.125rem;
  }
  .mo_gnb .gnb_bottom .menu ul li a {
    padding: 14px 0;
  }
  /********************** about_us_list **********************/
  .about_us_list {
    margin: 20px;
  }
  .about_us_list li {
    font-size: 1.125rem;
    padding: 15px 0;
  }
  /********************** wrap **********************/
  .wrap {
    padding: 20px;
  }
  .wrap .airport_img {
    width: 100%;
    height: 350px;
  }
  .wrap .title {
    font-size: 1.25rem;
    margin-top: 56px;
  }
  .wrap .sub_title {
    font-size: 1rem;
    margin-bottom: 64px;
  }
  .wrap .con_box {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }
  .wrap .con_box .con_airport_img,
  .wrap .con_box .con_trip_img,
  .wrap .con_box .con_customer_img {
    width: calc(50% - 5px);
    height: 200px;
  }
  .wrap .con_box .con_airport_img img,
  .wrap .con_box .con_trip_img img,
  .wrap .con_box .con_customer_img img {
    width: 100%;
    height: 100%;
  }
  .wrap .con_box .con_txt {
    width: calc(50% - 5px);
    margin-left: 10px;
  }
  .wrap .con_box .con_txt .bold {
    font-weight: 600;
    margin-bottom: 8px;
  }
  .wrap .ma_bo {
    margin-bottom: 0;
  }
  .wrap .pdf_btn {
    width: 135px;
    padding: 15px 18px;
    font-size: 1.125rem;
  }
  .wrap .pdf_btn .download_img {
    width: 25px;
    height: 25px;
  }
  .wrap .ethical_management {
    padding: 0 0 64px 20px;
  }
  .wrap .ethical_management li {
    list-style: disc;
    font-size: 1rem;
  }
  /********************** quick_menu **********************/
  .quick_menu ul li a {
    width: 55px;
    height: 55px;
  }
  /********************** button_nav **********************/
  .button_nav ul li a .icon {
    width: 27px;
    height: 29px;
  }
  .button_nav ul li a .icon img {
    width: 100%;
    height: 100%;
  }
  .button_nav ul li a p {
    font-size: 1rem;
    font-weight: 500;
  }
  .button_nav ul li a .check_in {
    font-size: 1rem;
  }
  /********************** footer **********************/
  .footer_outer .footer .footer_top {
    padding: 20px 20px;
    font-size: 1rem;
  }
  .footer_outer .footer .footer_top a {
    padding: 12px;
  }
  .footer_outer .footer_bottom {
    margin: 20px 20px 0;
  }
  .footer_outer .footer_bottom .logo_sns {
    margin-bottom: 40px;
  }
  .footer_outer .footer_bottom .view_detail button .arrow {
    width: 20px;
    height: 15px;
  }
  .footer_outer .footer_bottom .view_detail .detail_txt {
    font-size: 1rem;
  }
  .footer_outer .footer_bottom .sub_logo li .none_a {
    display: block;
  }
  .footer_outer .footer_bottom .copyright {
    font-size: 0.875rem;
  }
}
/********************** pc **********************/
@media all and (min-width: 1025px) {
  /********************** header **********************/
  .header_outer {
    background-color: white;
  }
  .header_outer .header {
    width: 1272px;
    height: 100px;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
  }
  .header_outer .header .title {
    display: none;
  }
  .header_outer .header .back_img {
    display: none;
  }
  .header_outer .header .logo_img {
    width: 240px;
    height: 50px;
    background-image: url("../images/logo.png");
    background-size: cover;
    margin-left: 0;
  }
  .header_outer .header .header_gift {
    display: block;
    position: absolute;
    top: 40px;
    left: 250px;
    background-color: #73BEFF;
    color: white;
    padding: 5px 15px;
    border-radius: 10px;
  }
  .header_outer .header .hamburger_img {
    display: none;
  }
  .header_outer .header .header_right {
    display: block;
  }
  .header_outer .header .header_right .header_group {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 16px;
    margin-right: 18px;
    position: relative;
  }
  .header_outer .header .header_right .header_group li {
    margin-right: 16px;
    position: relative;
  }
  .header_outer .header .header_right .header_group li a {
    font-size: 0.875rem;
  }
  .header_outer .header .header_right .header_group li a::before {
    content: "|";
    position: absolute;
    top: 0;
    left: -9px;
  }
  .header_outer .header .header_right .header_group li:first-child a::before {
    content: none;
  }
  .header_outer .header .header_right .header_group li .lang_select {
    position: relative;
  }
  .header_outer .header .header_right .header_group li .lang_select ul {
    display: none;
    position: absolute;
    top: 30px;
    left: -65px;
    width: 125px;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    z-index: 100;
  }
  .header_outer .header .header_right .header_group li .lang_select ul li {
    background-color: white;
    color: black;
    width: 101px;
    padding: 10px 12px;
    font-size: 0.875rem;
  }
  .header_outer .header .header_right .header_group li .lang_select ul li:hover {
    background-color: #DEDEDE;
  }
  .header_outer .header .header_right .header_group li .lang_select .select_btn {
    border: none;
    background-color: white;
    font-size: 0.875rem;
    cursor: pointer;
  }
  .header_outer .header .header_right .header_group li .lang_select .select_btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    width: 20px;
    height: 15px;
    background-image: url("../images/lang_arrow.png");
    background-size: cover;
    cursor: pointer;
  }
  .header_outer .header .header_right .header_search {
    width: 410px;
    height: 40px;
    padding: 0 8px;
    border: none;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
  }
  .header_outer .header .header_right .search_box {
    position: absolute;
    top: 100px;
    right: 0;
    padding: 16px;
    width: 378px;
    border: 1px solid #DEDEDE;
    background-color: white;
    border-radius: 10px;
    z-index: 10000;
    display: none;
  }
  .header_outer .header .header_right .search_box .search_txt {
    background-color: #F0F0F0;
    color: #444444;
    border: 1px solid #DEDEDE;
    padding: 5px 12px;
    border-radius: 10px;
    margin: 4px;
    cursor: pointer;
  }
  .header_outer .header .header_right .search_box.search_open {
    display: block;
  }
  .gnb {
    display: block;
    width: 100%;
    height: 55px;
    background-color: #32a0ff;
  }
  .gnb .gnb_menu {
    width: 1272px;
    margin: 0 auto;
    display: flex;
  }
  .gnb .gnb_menu > li {
    width: 20%;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background-color: #32a0ff;
    position: relative;
  }
  .gnb .gnb_menu > li a {
    font-size: 1.125rem;
    font-weight: 500;
    color: white;
  }
  .gnb .gnb_menu > li .gnb_sub_menu {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    height: 0;
    margin: 0 auto;
    background-color: white;
    overflow: hidden;
    transition: height 0.3s ease;
    z-index: 10000;
  }
  .gnb .gnb_menu > li .gnb_sub_menu li a {
    font-size: 0.875rem;
    color: black;
  }
  .gnb .gnb_menu > li .gnb_sub_menu li a:hover {
    text-decoration: underline;
  }
  .gnb .gnb_menu > li:hover {
    background-color: #73BEFF;
  }
  .gnb .gnb_menu > li:hover .gnb_sub_menu {
    background-color: #F0F0F0;
  }
  .gnb .gnb_menu:hover .gnb_sub_menu {
    height: 350px;
  }
  /********************** breadcrumb **********************/
  .breadcrumb {
    width: 1272px;
    margin: 20px auto;
    display: block;
  }
  .breadcrumb > ul {
    display: flex;
    align-items: center;
  }
  .breadcrumb > ul > li {
    position: relative;
  }
  .breadcrumb > ul > li a {
    margin-right: 20px;
    display: block;
  }
  .breadcrumb > ul > li .home_img {
    width: 30px;
    height: 30px;
  }
  .breadcrumb > ul > li .home_img img {
    width: 100%;
    height: 100%;
  }
  .breadcrumb > ul > li::before {
    content: ">";
    position: absolute;
    top: 50%;
    right: 4px;
    font-weight: 600;
    transform: translateY(-50%);
  }
  .breadcrumb > ul > li:last-child::before {
    content: none;
  }
  .breadcrumb > ul > li .bread_select {
    position: relative;
  }
  .breadcrumb > ul > li .bread_select .select_btn {
    position: relative;
    border: none;
    background-color: white;
    font-size: 16px;
    cursor: pointer;
  }
  .breadcrumb > ul > li .bread_select .select_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
    width: 15px;
    height: 10px;
    background-image: url("../images/arrow_down.png");
    background-size: cover;
  }
  .breadcrumb > ul > li .bread_select ul {
    display: none;
    width: 100px;
    position: absolute;
    top: auto;
    left: -5px;
    border: 1px solid #DEDEDE;
    background-color: white;
    border-radius: 5px;
  }
  .breadcrumb > ul > li .bread_select ul li {
    padding: 8px;
  }
  .breadcrumb > ul > li .bread_select ul li:hover {
    background-color: #F0F0F0;
    cursor: pointer;
  }
  /********************** about_us_list **********************/
  .about_us_list {
    width: 1272px;
    margin: 0 auto 24px;
    align-items: center;
  }
  .about_us_list li {
    width: 25%;
    text-align: center;
    padding: 16px 0;
    font-weight: 500;
  }
  /********************** wrap **********************/
  .wrap {
    padding: 0;
    width: 1272px;
    margin: 0 auto;
  }
  .wrap .airport_img {
    width: 100%;
    height: 500px;
    margin-bottom: 50px;
  }
  .wrap .title {
    font-size: 1.5rem;
  }
  .wrap .sub_title {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
  .wrap .con_airport_img,
  .wrap .con_trip_img,
  .wrap .con_customer_img {
    width: 100%;
    height: 250px;
  }
  .wrap .con_flex {
    display: flex;
    margin-bottom: 54px;
    margin-top: 40px;
  }
  .wrap .con_flex .con_box {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .wrap .con_flex .con_box .bold {
    font-size: 1.25rem;
    margin-bottom: 4px;
  }
  .wrap .con_flex .con_box p {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
  .wrap .con_flex .con_box:last-child {
    margin-right: 0;
  }
  .wrap .ma_bo {
    margin-bottom: 0;
  }
  .wrap .pdf_btn {
    width: 115px;
  }
  .wrap .ethical_management {
    padding: 0 0 0 24px;
    margin-bottom: 100px;
  }
  .wrap .ethical_management li {
    font-size: 1.125rem;
  }
  /********************** quick_menu **********************/
  .quick_menu {
    right: 30px;
    bottom: 30px;
  }
  .quick_menu ul li a {
    width: 50px;
    height: 50px;
  }
  /********************** button_nav **********************/
  .button_nav {
    display: none;
  }
  /********************** footer **********************/
  .footer_outer {
    background-color: #F0F0F0;
  }
  .footer_outer .footer {
    width: 1272px;
    margin: 0 auto;
  }
  .footer_outer .footer .footer_top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 40px 0;
    font-size: 0.875rem;
    border-bottom: 1px solid #DEDEDE;
  }
  .footer_outer .footer .footer_top .fot_top_box {
    border-right: 1px solid #DEDEDE;
    text-align: center;
  }
  .footer_outer .footer .footer_top .fot_top_box:last-child {
    border-right: none;
  }
  .footer_outer .footer .footer_top .fot_top_box p {
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 8px;
  }
  .footer_outer .footer .footer_top .fot_top_box a {
    display: block;
    padding: 8px;
  }
  .footer_outer .footer .footer_top .fot_top_box a:hover {
    text-decoration: underline;
  }
  .footer_outer .footer .footer_top .fot_top_box .pc {
    display: block;
  }
  .footer_outer .footer_bottom {
    width: 1272px;
    margin: 16px auto 0;
    padding-bottom: 50px;
    position: relative;
  }
  .footer_outer .footer_bottom .logo_sns {
    margin-bottom: 32px;
  }
  .footer_outer .footer_bottom .view_detail button {
    display: none;
  }
  .footer_outer .footer_bottom .view_detail .detail_txt {
    font-size: 1rem;
    font-weight: 500;
    display: block;
  }
  .footer_outer .footer_bottom .sub_logo {
    display: flex;
    margin-bottom: 16px;
    position: absolute;
    bottom: 80px;
    right: 0;
  }
  .footer_outer .footer_bottom .sub_logo li a {
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 16px;
  }
  .footer_outer .footer_bottom .sub_logo li a img {
    width: 100%;
    height: 100%;
  }
  .footer_outer .footer_bottom .sub_logo li:first-child a {
    width: 70px;
    height: 40px;
    margin-left: 0;
  }
  .footer_outer .footer_bottom .sub_logo li:nth-child(3) a {
    width: 80px;
    height: 40px;
    margin-left: 8px;
  }
  .footer_outer .footer_bottom .sub_logo li .none_a {
    display: block;
  }
  .footer_outer .footer_bottom .copyright {
    font-size: 0.875rem;
    color: #444444;
  }
}/*# sourceMappingURL=brand_value.css.map */