@charset "UTF-8";
/* 한국어 */
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* 글로벌 영어, 독일어, 프랑스어, 러시아어 */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
@font-face {
  font-family: 'latofont';
  font-style: normal;
  font-weight: normal;
  src: url(./font/Lato-Regular.woff) format('woff');
}

/* 스페인어 */
:lang(es){font-family:'Noto Sans', Helvetica,Arial,sans-serif;} 

/* 영어 */
:lang(en){font-family:'Noto Sans', Helvetica,Arial,sans-serif;}

/* 독일어 */
:lang(de){font-family:'Noto Sans',Helvetica,'Calibri', Tahoma, sans-serif;}

/* 프랑스어 */
:lang(fr){font-family:'Noto Sans',Helvetica,'Times New Roman',Tahoma, sans-serif;} 

/* 러시아어 */
:lang(ru){font-family: 'Noto Sans',Helvetica, Arial, sans-serif;} 

 /* 중국어(간체) */
:lang(zh-Hans),
:lang(ch){font-family:'Arial','Microsoft YaHei','Heiti SC',sans-serif;}

 /* 중국어(번체) */
:lang(zh-Hant),
:lang(zh){font-family:'Arial','Microsoft JhengHei','LiHei Pro','Times New Roman','HGMinchoB',sans-serif;}

 /* 일본어 */
:lang(ja){font-family:'meiryo','Hiragino Kaku Gothic Pro','Osaka','ms_PGothic',arial,sans-serif;}


:lang(ko) {
  font-family: 'Noto Sans KR', 'notofont', 'AppeGothic', 'Malgun Gothic', '맑은 고딕', '돋음', 'Dotum', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
}

:lang(ko) .lato {
  font-family: 'latofont', sans-serif;
}

/* 공통 id container 중복 문제 */
.container.fixWid {
  width: 1180px !important;
}

/* Container > section_row 공통 */
.section_row:first-child {
  padding-top: 10px;
}

.section_row.visual,
.section_row.visual:first-child {
  padding: 60px 0;
  border-top: 1px solid #eee;
}

.section_row.visual:first-child {
  border-top: 0;
}

.section_row .inner {
  position: relative;
}

/* 메인 */
nav.corp .nav_list>li>a {
  padding: 0 28px;
}

.corp_top {
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
}

.corp_top .section_copy {
  margin: 0;
  position: absolute;
  top: 424px;
  left: 50%;
  width: 100%;
  max-width: 1920px;
  z-index: 9;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.corp_top .section_copy h2 {
  margin-bottom: 0;
  position: relative;
  font-size: 52px;
  font-weight: 600;
  letter-spacing: -0.02rem;
  color: white;
  text-shadow: 0 0 24px rgba(59, 59, 59, 0.4);
  z-index: 10;
}

.corp_top .section_copy p {
  font-size: 40px;
  font-weight: 600;
  color: white;
  text-shadow: 0 0 24px rgba(59, 59, 59, 0.4);
}

.corp_top .section_copy button {
  margin-top: 25px;
}

.visual_row.latest {
  padding-bottom: 47px;
}

.visual_row .subject,
.visual_row .contents {
  float: left;
}

.visual_row .subject {
  padding-right: 30px;
  width: 270px;
  word-break: break-all;
}

.visual_row .contents {
  width: calc(100% - 300px);
}

.visual_row .subject h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  color: #75563b;
  text-align: left;
  letter-spacing: -0.04em;
}

.visual_row .subject span {
  padding: 12px 0;
  display: block;
  line-height: 1.6;
}

.visual_row .subject span+button {
  margin-top: 5px;
}

.visual_row .contents .columns {
  float: left;
  width: calc(50% - 10px);
}

.visual_row .contents .columns+.columns {
  float: right;
}

.visual_row .contents .columns .icon_wrap.grid .box_area {
  cursor: default;
}

.visual_row .youtube_container {
  width: 100%;
  height: 242px;
  background-color: #f7f7f7;
  /* 임시 bg */
  background: #f7f7f7 url(../image/corp/main/youtube_thumb.jpg) no-repeat 100%;
}

.layer_pop.corp .youtube_container {
  width: 100%;
  height: 450px;
  background-color: #f7f7f7;
}

.visual_row .youtube_container iframe,
.layer_pop.corp .youtube_container iframe {
  width: 100%;
  height: 100%;
}

.visual_row .youtube_description {
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  height: 161px;
  border: 1px solid #ddd;
  border-top: 0;
  overflow: hidden;
}

.visual_row .youtube_description p {
  max-width: 376px;
  white-space: pre-wrap;
}

.visual_row .notify {
  padding-right: 15px;
}

/* 메인 퀵예매 */
/* .corp .quick_reservation_wrap {
  margin-top: 0;
}

.corp .quick_step_wrap {
  margin-top: 20px;
} */
.quick_step_wrap.corp .shadow_layer.case2 .inner {
  height: auto;
  max-height: inherit;
  overflow: hidden;
}

.shadow_title {
  padding: 16px 25px;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.shadow_title h4 {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
}

.shadow_layer.case2.corp .layer_close {
  top: 20px;
  right: 25px;
  background-image: url(../image/common/btn_close_gray2.png);
}

.layer_seat.corp .title_type3 {
  margin-bottom: 15px;
}

.shadow_layer .select_wrap,
.shadow_layer .select_wrap .inner {
  padding: 0;
  border: 0;
}

.shadow_layer .select_wrap .title {
  margin: 0;
}

.shadow_layer .select_wrap .sel_list .title label {
  font-weight: normal;
}

.shadow_layer .select_wrap .inner {
  margin: 25px 0;
}

.shadow_layer .select_wrap .sel_confirm,
.shadow_layer .select_wrap .sel_list {
  padding-top: 0;
  padding-bottom: 0;
}

.shadow_layer .select_wrap .inner+.list_type3 {
  padding: 0 40px 30px;
}

.quick_step_wrap.corp .select_airport .flights_list.national .list_airport .national_listbox,
.quick_step_wrap.corp .select_airport .flights_list.national .list_nation,
.quick_step_wrap.corp .select_airport .recent_search_wrap,
.quick_step_wrap.corp .list_common {
  height: 325px;
}

.quick_step_wrap.corp .select_airport .flights_list {
  display: block;
  width: 100%;
  max-width: 495px;
  height: auto;
}

.quick_step_wrap.corp .select_airport .flights_list.from {
  margin-right: 30px;
}

.quick_step_wrap.corp .select_airport .recent_search_wrap {
  margin-top: 33px;
  float: right;
}

.quick_step_wrap.corp .select_airport .flights_list.from,
.quick_step_wrap.corp .select_airport .flights_list.national .list_nation,
.quick_step_wrap.corp .list_common {
  width: 232px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.quick_step_wrap.corp .select_airport .recent_search_wrap .recent_srch_box {
  height: 288px;
}

.quick_step_wrap.corp .select_airport .flights_list.line {
  margin-left: 30px;
  position: relative;
}

.quick_step_wrap.corp .select_airport .flights_list.line::before {
  position: absolute;
  display: block;
  content: '';
  top: 2px;
  left: -30px;
  width: 1px;
  height: 100%;
  background-color: #ececec;
}

.quick_step_wrap.corp .select_airport .flights_list h4,
.quick_step_wrap.corp .select_airport .recent_search_wrap h4 {
  margin: 0 0 13px;
  font-size: 20px;
}

.quick_step_wrap.corp .select_airport .flights_list.national .list_nation,
.quick_step_wrap.corp .select_airport .flights_list.national .list_airport {
  float: left;
}

.quick_step_wrap.corp .select_airport .flights_list.national .list_nation ul li a {
  padding-right: 35px;
}

.route_list.search_auto.layoutLR ul li {
  position: relative;
}

.route_list.search_auto.layoutLR ul li a>span+span {
  margin-left: 5px;
}

.route_list.layoutLR ul li var {
  position: absolute;
  right: 20px;
}

.btn_step_wrap .fl {
  line-height: 45px;
}

.quick_step_wrap.corp .select_airport .flights_list.national .list_airport {
  width: calc(100% - 233px);
}

.section_row.visual .tab_wrap3 .tab_content {
  padding-top: 40px;
}

.quick_reservation_wrap.corp {
  margin-top: 0;
  width:auto; /* 기업예약 값 리셋 조정*/
  padding:0; /* 기업예약 값 리셋 조정*/
}

.quick_reservation_wrap.corp .quick_tab_wrap {
  margin-bottom: 20px;
}

.quick_reservation_wrap.corp .quick_tab_wrap li a .arrow::after {
  margin: -3px 0 0 5px;
  display: inline-block;
  content: '';
  width: 7px;
  height: 11px;
  vertical-align: middle;
  background: url(../image/main/main_icoset.png) -40px 0 no-repeat;
}

.quick_reservation_wrap.corp .quick_tab_wrap li.on a .arrow:after {
  background-position: -50px 0;
}

.quick_reservation_wrap.corp .quick_tab_wrap .favroute_wrap .fav_star {
  margin-left: 10px;
  display: block;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.quick_reservation_wrap.corp .quick_tab_wrap .favroute_wrap .fav_star:after {
  margin-top: -12px;
  margin-left: -12px;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 24px;
  background-image: url(../image/corp/common/ico_star_spr.png);
}

.quick_reservation_wrap.corp .quick_tab_wrap .favroute_wrap .fav_star.on:after {
  background-position: 0 -24px;
}

.quick_reservation_wrap.corp .btn_wrap_leriType2 .text_type1 {
  line-height: 34px;
}

.quick_reservation_wrap.corp .visual_row {
  padding-top: 60px;
}

.quick_reservation_wrap.corp .calendar_layer .cal_status {
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.inquiry_wrapper.corp {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.inquiry_wrapper.corp .inquiry_title {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
}

.inquiry_wrapper.corp .unvBtn {
  margin-left: 40px;
  line-height: 28px;
}

.inquiry_wrapper.corp .unvBtn .btn_arrow.black {
  text-decoration: none;
}

.inquiry_wrapper.corp .resv_list_corp {
  background-color: #f4f1ee;
}

.inquiry_wrapper.corp .reserve_list_wrap .resv_list .empty {
  text-align: center;
}

/* 공통 list_nation 대체 */
.list_common {
  display: block;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  border: 1px solid #ddd;
}

.list_common ul {
  display: block;
  position: relative;
}

.list_common ul li a {
  padding: 3px 50px 3px 15px;
  position: relative;
  border: 1px solid #f3f3f3;
  font-size: 16px;
  color: #555;
  display: block;
}

.list_common ul li a:hover {
  border: 1px solid #000;
  background: white;
}

.list_common ul li.active a {
  border-color: #948476;
  color: white;
  background: #948476 url(../image/common/icon_toggle_red.png) right 10px center no-repeat;
}

.list_common ul li.active a .abbr {
  color: white;
}

.list_common li a .cname {}

.list_common li a .abbr {
  margin-left: 10px;
  font-family: 'latofont', sans-serif;
  font-size: 14px;
  color: #747474;
}

/* 메인 퀵예매 */
/* 공지/이벤트 */
ul.notify li {
  padding: 12px 15px 12px 0;
  font-size: 16px;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

ul.notify li a {
  display: inline;
}

.visual_row .contents ul.notify li {
  padding-top: 11px;
  padding-bottom: 11px;
}

.visual_row .contents ul.notify li:first-child {
  padding-top: 2px;
}

/* .swiper slide 공통타입 */
.swiper_slider_wrap {
  position: relative;
}

.swiper_slider_wrap.main_event .slide_cont {
  width: 430px;
  height: 277px;
  background-color: #fafafa;
}

.swiper_slider_wrap.main_event .slide_cont img {
  width: 100%;
}

.swiper_slider_wrap .event_card_wrap {
  width: 100%;
  height: 100%;
}

.swiper_slider_wrap .swiper_btnarea {
  top: calc(50% - 25px);
}

.swiper_slider_wrap .title_area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 36px;
  background-color: rgba(0, 0, 0, 0.6);
}

.swiper_slider_wrap .title_area span {
  font-size: 14px;
  font-weight: normal;
  color: white;
}

.swiper_slider_wrap .title_area.bigger {
  height: 60px;
  line-height: 56px;
}

.swiper_slider_wrap .title_area.bigger span {
  font-size: 18px;
}

.swiper_control.corp {
  position: relative;
  margin: 0;
}

.swiper_control.corp .purc_paging {
  position: absolute;
  bottom: -47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.swiper_slider_wrap .event_card_wrap,
.swiper_slider_wrap .event_card.open .evt_info,
.swiper_slider_wrap .event_card.open .evt_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper_slider_wrap .event_card .evt_img>img {
  /* max-height: 412px; */
  height: inherit;
}

.swiper_slider_wrap .event_card .evt_info dl dt {
  text-align: center;
}

.swiper_slider_wrap .event_card .evt_info dl dt .tit {
  padding: 0;
  width: 100%;
}

.swiper_slider_wrap .swiper_btnarea {
  top: calc(50% - 25px);
}

.swiper_slider_wrap .swiper_btnarea a {
  display: block;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  background: url(../image/main/main_icoset.png) 0 -110px no-repeat;
}

.swiper_slider_wrap .swiper_btnarea a.btn_next {
  right: 0;
  background-position: -50px -110px;
}

.swiper_slider_wrap.corp .main_box_slider {
  width: 100%;
}

.swiper_slider_wrap.corp .main_box_slider .swiper-slide {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.swiper_slider_wrap.corp .main_box_slider .slide_cont.main_bg {
  position: relative;
  width: 100%;
  height: 640px;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  z-index: 1;
}

.swiper_slider_wrap.corp .main_box_slider .swiper-slide-active .slide_cont.main_bg {
  z-index: 5;
}

/* 탑승인원 선택 폼 */
.select_wrap {
  padding: 15px 0;
  overflow: hidden;
}

.select_wrap .inner {
  border: 1px solid #ddd;
  background-color: white;
}

.conf_list::after,
.visual_row::after,
.visual_row .contents::after,
.lt_layout .lt_inner::after,
.form_title.status::after,
.select_wrap .inner::after,
.select_wrap .sel_list::after,
.select_wrap .sel_list .top::after,
.summary_area .row,
.summary_area .comp_info::after,
.col_box::after,
.tab_sort>.sort_list,
.select_airport.unity .flights_list.national::after,
.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont .right .coupon_info dl,
.coupon_level::after,
.select_datepick {
  display: table;
  content: '';
  clear: both;
  overflow: hidden;
}

.select_wrap .sel_confirm,
.select_wrap .sel_list,
.select_wrap .sel_list .top .title {
  float: left;
}

.select_wrap .sel_confirm,
.select_wrap .sel_list {
  overflow: hidden;
}

.select_wrap .sel_confirm,
.select_wrap .sel_list {
  padding: 25px 40px 30px;
}

.select_wrap .sel_confirm {
  width: 593px;
  height: 298px;
  border-right: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select_wrap .sel_list {
  position: relative;
  width: calc(100% - 673px);
}

.select_wrap .top {
  position: relative;
  padding-bottom: 10px;
}

.select_wrap .bottom {
  margin-top: 20px;
  text-align: center;
}

.select_wrap .top .btn_XS {
  position: absolute;
  top: 0;
  right: 0;
}

.select_wrap .sel_confirm .title,
.select_wrap .sel_list .title,
.select_wrap .sel_list .top .search,
.search_white input[type="text"] {
  height: 34px;
  line-height: 32px;
}

.select_wrap .sel_confirm .title,
.select_wrap .sel_list .title {
  line-height: 32px;
}

.select_wrap .sel_confirm .title {
  font-size: 20px;
  font-weight: 600;
}

.select_wrap .sel_confirm .title strong {
  font-family: 'latofont', sans-serif;
}

.select_wrap .sel_list .title {
  padding-left: 17px;
}

.select_wrap .sel_list .title label {
  font-size: 16px;
}

.select_wrap .sel_list .top .search {
  float: right;
}

.lst_list,
.conf_list {
  height: 200px;
}

.lst_list {
  overflow-y: auto;
}

.conf_list {
  overflow: hidden;
}

.conf_list li {
  margin-left: 2px;
  margin-bottom: 2px;
  position: relative;
  float: left;
  width: calc(50% - 2px);
  max-height: 38px;
  background-color: #f3f3f3;
}

.conf_list li:nth-child(2n + 1) {
  margin-left: 0;
}

.conf_list li .name {
  display: block;
  padding: 6px 15px 6px 20px;
  border: 1px solid #f3f3f3;
  color: #555;
  font-size: 16px;
}

.conf_list li .name .num {
  margin-right: 10px;
}

.conf_list li.active .name {
  color: white;
  border-color: #948476;
  background-color: #948476;
}

.conf_list li.active .delete {
  display: block;
}

.conf_list li .delete {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  width: 48px;
  height: 38px;
  font-size: 0;
  text-indent: -9999px;
  background: url(../image/common/btn_close_white2.png) no-repeat 50%;
  background-size: 14px;
}

.sel_list .search .search_white {
  width: 250px;
}

.lst_list li {
  position: relative;
  padding: 0 17px;
  margin-bottom: 2px;
  height: 38px;
  line-height: 36px;
  background-color: #f3f3f3;
}

.lst_list li:last-child {
  margin-bottom: 0;
}

.lst_list li .number {
  position: absolute;
  right: 20px;
  max-width: 100px;
  font-family: 'latofont', sans-serif;
  font-size: 15px;
  color: #747474;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
}

.lst_list li input[type="checkbox"]+label {
  font-size: 15px;
}

/* 공통 national_arrow */
.national_arrow {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin: 0 2px;
  background: url(../image/main/main_icoset.png) -80px -50px no-repeat;
}

/* 공통 공항 선택 */
.select_airport.unity {
  width: 100%;
}

.select_airport.unity .flights_list.national,
.select_airport.unity .flights_list.national .list_nation,
.select_airport.unity .flights_list.national .list_airport .national_listbox {
  height: 100%;
}

.select_airport.unity .flights_list.national {
  display: block;
  border: 1px solid #ddd;
}

.select_airport.unity .flights_list.national .list_nation {}

.select_airport.unity .flights_list.national .list_nation ul li a {
  padding: 6px 50px 6px 20px;
}

.select_airport.unity .flights_list.national .list_airport {
  width: calc(100% - 301px);
}

.select_airport.unity .flights_list.national .list_airport .national_listbox {
  padding: 0 40px;
  display: block;
  border: 0;
  border-left: 1px solid #ddd;
}

.select_airport.unity .flights_list.national h6 {
  margin: 25px 0 15px;
  line-height: 1;
}

.select_airport.unity .flights_list .city_list {
  padding-bottom: 30px;
}

.select_airport.unity .flights_list.national .city_list>li {
  margin-left: 10px;
  width: 32.35%;
}

.select_airport.unity .flights_list.national .city_list>li:nth-child(3n + 1) {
  margin-left: 0;
}

.select_airport.unity .flights_list .city_list>li>a {
  padding-left: 20px;
}

.select_airport.unity .flights_list .city_list>li>a .abbr {
  right: 20px;
}

/* 검색창 신규 UI */
.search_white {
  position: relative;
}

.search_white input {
  margin: 0;
  width: 100%;
  border-color: white;
  border-bottom-color: #ddd;
  background-color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search_white input.focus~.btn_search {
  display: none;
}

.search_white input.focus~.btn_search.reset {
  display: block;
}

.search_white .btn_search {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 34px;
  background: url(../image/common/gnb_ico_search_off.png) 50% 50% no-repeat;
}

.search_white .btn_search.reset {
  display: none;
  background-image: url(../image/common/btn_close_gray4.png);
}

/* 글자 숨김 */
.chr_wrap {
  position: relative;
  overflow: hidden;
}

.chr_hide {
  position: relative;
  padding: 0 3px;
  top: 4px;
}

.number .chr_hide,
.low .chr_hide {
  padding: 0 1px;
}

/* Border 삽입 */
.bbtm {
  border-bottom: 1px solid #ddd;
}

/* 헤더 수정 */
header.corp.fixed_white {
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .07);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .07);
}

header.corp .h_inner .logo {
  margin-top: 0;
  margin-right: 0;
  width: 202px;
  height: 61px;
  background-image: url(../image/corp/common/logo_header.png);
}

header.corp~.location_bar {
  background-color: #4251a5;
}

header.corp~.location_bar .home {
  background-color: #354697;
}

header.corp~.location_bar .home:hover {
  background-color: #253a87;
}

header.corp~.location_bar .box_share_pop {
  background-color: inherit;
}

header.corp~.location_bar .box_share_pop a {
  background-color: rgba(255, 255, 255, 0.1);
}

header.corp~.location_bar .box_share_pop.on a,
header.corp~.location_bar .box_share_pop a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

header.corp~.location_bar .loca_menulist>li>a.current:hover {
  background: #253a87;
  border-right: 1px solid #253a87;
}

header.corp~.location_bar .loca_menulist>li>a.current.open {
  background: #fff;
  border: 1px solid #d60815;
}

.corp nav .nav_cont {
  top: 83px;
}

.corp nav .nav_d2>li>a {
  margin-bottom: 15px;
  min-height: 38px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

.corp nav .nav_d3>li {
  margin-top: 5px;
}

.corp nav .nav_d3>li>a {
  margin-top: 5px;
  font-size: 14px;
  color: #555;
  line-height: 16px;
}

.corp nav .nav_d3>li>a:hover,
.corp nav .nav_d3>li>a:focus {
  color: #d60815;
  text-decoration: underline;
}

/* container 상단 비주얼 배너 */
.wrap_visual.corp {
  background-image: url(../image/corp/sub/bg_top_book.jpg);
}

.wrap_visual.corp.notice {
  background-image: url(../image/corp/sub/bg_top_notice.jpg);
}

.wrap_visual.corp.company {
  background-image: url(../image/corp/sub/bg_top_company.jpg);
}

.wrap_visual.corp.program {
  background-image: url(../image/corp/sub/bg_top_program.jpg);
}

.wrap_visual.corp .inner_wrap {
  max-height: 200px;
}

.wrap_visual.corp .inner_wrap .title {
  font-size: 50px;
  font-weight: 500;
}

.wrap_visual.corp.company .inner_wrap .title {
  display: block;
}

.wrap_visual.corp+.container {
  margin-top: 0;
}

/* 목록 한줄 UI */
.bbs_list_type1.line li {
  padding-top: 15px;
  padding-bottom: 15px;
}

.bbs_list_type1.line .date {
  padding-top: 2px;
}

.bbs_list_type1.thumb li {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bbs_list_type1.thumb .left,
.bbs_list_type1.thumb .right {
  float: inherit;
}

.bbs_list_type1.thumb .left {
  /* max-width: 880px; */
}

.bbs_list_type1.thumb .title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bbs_list_type1.thumb .title .img_wrapper {
  width: 280px;
  height: 180px;
}

.bbs_list_type1.thumb .title em {
  padding-left: 40px;
  max-width: 450px;
}

.bbs_list_type1.thumb .date {
  padding-top: 0;
}

.section_row .recen_noti_more,
.comp_news .recen_noti_more {
  position: absolute;
  top: 8px;
  right: 0;
  width: 15px;
  height: 15px;
  background: url(../image/sub/icon_recen_more.png) no-repeat;
}

/* 공통 목록 공지, new 아이콘 */
.section_row .txt_notice,
.section_row .txt_new {
  min-width: 32px;
}

/* 빈 목록 아이콘 */
.border_box.corp {
  padding: 150px 0;
  border-top: 0;
}

.border_box.corp p {
  padding-top: 72px;
  color: #555;
}

.border_box.corp.program {
  padding: 80px 0;
  border-bottom: 0;
}

.border_box.corp.program p.icon_empty {
  padding-top: 90px;
  background-image: url(../image/corp/common/ico_empty.png)
}

/* FAQ Q 아이콘 */
/* 상세보기 UI */
.section_row .list_view {
  padding-top: 50px;
}

.list_view .list_view_type1 .list_view_title .txt_notice,
.list_view .list_view_type1 .list_view_title .txt_new {
  position: relative;
  top: -2px;
}

.list_view .list_view_type1 .list_view_title .title {
  display: inline;
}

.list_view .list_view_type1 .list_view_title.type01 .right {
  text-align: right;
}

.list_view .list_view_type1.type2 .list_view_title .views,
.list_view .list_view_type1.type2 .list_view_title .date {
  font-size: 15px;
  color: #555;
}

.list_view .list_view_type1.type2 .list_view_title .views {
  margin-right: 35px;
}

.list_view .list_view_type1.type2 .list_view_title .views::after {
  display: none;
}

/* 아코디언 */
.faq_acco_wrap.corp .faq_wrap.on,
.faq_acco_wrap.corp .faq_wrap:last-child.on {
  border-top: 1px solid #ddd;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.faq_acco_wrap.corp .faq_wrap:first-child.on {
  border-top: 0;
}

/* 버튼이 아닌 형태 추가 */
/* acco_tit >> acco_title */
/* acco_cont >> acco_container */
.faq_acco_wrap.corp .acco_title>a,
.faq_acco_wrap.corp .acco_tit>a {
  padding: 15px 0 15px 0;
  display: block;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.faq_acco_wrap.corp .acco_tit>a {
  padding-right: 80px;
}

.layer_pop .faq_acco_wrap,
.faq_acco_wrap.bbs {
  border-top-color: transparent;
}

.faq_acco_wrap.corp .acco_container .txt_answ {
  vertical-align: top;
}

.faq_acco_wrap.bbs .faq_wrap:last-child {
  border-bottom: 0;
}

.faq_acco_wrap .acco_title {
  padding: 0 25px;
}

.faq_acco_wrap .acco_title.wrap .txt_ques+span {
  text-overflow: inherit;
  white-space: normal;
}

.faq_acco_wrap .acco_title>a {
  font-size: 18px;
  color: black;
}

.faq_acco_wrap.corp .acco_tit>a:hover,
.faq_acco_wrap.corp .acco_tit>a:focus {
  color: black;
  background-color: white;
}

.faq_acco_wrap.corp .acco_tit .category {
  display: inline-block;
  width: 14%;
  color: #555;
  text-align: center;
}

.faq_acco_wrap.corp .acco_cont {
  padding: 20px 20px 20px 13.4%;
  overflow: hidden;
  background: #f7f7f7;
  border-top: 1px solid #ddd;
}

.faq_acco_wrap.corp .acco_title .txt_ques,
.faq_acco_wrap.corp .acco_tit .txt_ques,
.faq_acco_wrap.corp .acco_container .txt_answ,
.faq_acco_wrap.corp .acco_cont .txt_answ {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  top: 3px;
  width: 20px;
  height: 20px;
  font-size: 0;
  text-indent: -9999px;
  background: url(../image/corp/common/ico_faq_spr.png) 0 0 no-repeat;
}

.faq_acco_wrap.corp .acco_container .txt_answ,
.faq_acco_wrap.corp .acco_cont .txt_answ {
  margin-right: 8px;
  background-position: 0 -20px;
}

.faq_acco_wrap.corp .acco_title .txt_ques {
  color: #d60815;
  vertical-align: top;
}

/* 목록 검색 상단 */
.total_search_input.type02.corp {
  margin: 50px 0;
}

.total_search_input.type02.corp .btn_M {
  margin-left: 10px;
}

.total_search_input.type03.corp input {
  padding-right: 50px;
  width: calc(100% - 65px);
}

.total_search_input.corp .call_wrap dl {
  border-radius: 0;
  background-color: #f0f0f0;
}

.total_search_input.corp .call_wrap dl dt,
.total_search_input.corp .call_wrap dl dd {
  padding: 0;
  border: 0;
}

.total_search_input.corp .list_delimiter_wrap {
  padding-top: 8px;
  width: 100%;
}

.total_search_input.corp .list_delimiter {
  margin-top: 0;
}

/* Button */
.btn_wrap_ceType2.full {
  padding-left: 40px;
  padding-right: 40px;
}

.btn_wrap_ceType2.full .btn_M {
  margin: 10px 0 0;
  width: 100%;
}

.btn_wrap_ceType2.full .btn_M:first-child {
  margin-top: 0;
}

button.next_ln {
  margin-top: 5px;
  display: block;
  text-indent: 0;
}

.btn_XS.additn {
  position: relative;
  padding-left: 32px;
  line-height: 1.3;
}

.btn_XS.additn::before,
.btn_XS.additn::after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 12px;
  height: 2px;
  top: calc(50% - 1px);
  left: 15px;
  background: white;
}

.btn_XS.additn::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* button 자간 */
.login_wrap.corp button,
.layer_pop.corp p,
.layer_pop.corp button {
  letter-spacing: -0.02em;
}

/* Layer Popup */
.calendar_layer.fullHalf {
  width: 882px;
}

.relative_calendar_half {
  display: inline-block;
}

.calendar_layer.fullHalf .cal_title {
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.calendar_layer.fullHalf .compareCalendar .ui-datepicker-calendar tbody td.ui-datepicker-today a:before,
.calendar_layer.fullHalf .compareCalendar .ui-datepicker-calendar tbody td.ui-datepicker-today span:before {
  width: 100%;
}

.layer_pop .faq_acco_wrap.corp .acco_title {
  padding: 0 0 25px;
  margin-bottom: 10px;
  border-bottom: 1px solid #666;
}

.layer_pop .faq_acco_wrap.corp .acco_title span {
  font-size: 23px;
  line-height: 1.2;
}

.layer_pop .faq_acco_wrap.corp .acco_container {
  padding: 15px 0;
}

.layer_pop .faq_acco_wrap.corp .acco_title .txt_ques+span,
.layer_pop .faq_acco_wrap.corp .acco_container .txt_answ+span {
  display: inline-block;
  width: 83%;
}

.layer_pop .faq_acco_wrap.corp .acco_container .txt_answ+span {
  width: 88.8%;
}

.layer_pop .faq_acco_wrap.corp .acco_title .txt_ques,
.layer_pop .faq_acco_wrap.corp .acco_container .txt_answ {
  margin-top: 2px;
  margin-right: 20px;
}

.layer_pop .faq_acco_wrap.corp span {
  color: black;
}

.layer_pop.corp .pop_tit {
  color: black;
}

.layer_pop.corp p {
  color: #555;
}

.layer_pop.corp p.txt_error_Msg {
  color: #d60815;
}

.layer_pop.corp .gray_box {
  padding: 30px;
  color: #555;
}

.layer_pop.corp .gray_box .title {
  margin-bottom: 10px;
  display: block;
  color: #222;
}

.layer_pop.corp .gray_box.point p {
  color: #222;
}

.layer_pop.corp.table .list_type3 li {
  margin: 3px 0;
}

.layer_pop.corp.table .table_form.corp {
  margin-top: 15px;
}

.layer_pop.corp.table .gray_box {
  padding: 20px;
  margin-top: 10px;
}

.layer_pop.corp.table .gray_box h5 {
  margin: 0;
  font-size: 18px;
}

.layer_pop.corp.table .gray_box h5+.list_type3 {
  margin-top: 10px;
}

/* 공통 tooltip_wrap 위치 조정 */
.tooltip_box {
  position: relative;
}

.tooltip_box .tooltip_wrap {
  position: absolute;
  margin-left: 10px;
  top: calc(50% - 16px);
  /* top: calc(50% - 13px); */
}

.tooltip_box.small .tooltip_wrap {
  margin: 0;
  right: -5px;
}

.tooltip_wrap.corp .layer_tooltip.type2 .inner {
  padding: 20px 35px 20px 20px;
}

.tooltip_wrap.corp .list_type3 {
  padding: 0;
  margin: 0;
}

.tooltip_wrap.corp .layer_tooltip.type2 .inner .desc,
.table_form.corp .tooltip_wrap.corp .list_type3>li {
  font-size: 14px;
}

.table_form.corp .tooltip_wrap.corp .list_type3>li {
  padding: 0 0 13px 10px;
}

.table_form.corp .tooltip_wrap.corp .list_type3>li:last-child {
  padding-bottom: 0;
}

.quick_step_wrap.corp .shadow_layer .search_auto {
  display: block;
}

.quick_reservation_wrap.corp .btn_revsearch {
  padding: 0; /* 기업예약 값 리셋 조정*/
  width: auto; /* 기업예약 값 리셋 조정*/
}
.quick_step_wrap.corp .input_wrap .shadow_layer {display:none;position:absolute;top:56px;left:0;width:100%;height:auto;border:1px solid #ccc;background: #fff;box-shadow: rgba(0,0,0,.05) 5px 5px 3px;}
.quick_step_wrap.corp .input_wrap .shadow_layer.search_flight {width:600px;left:0;}


/* 공통 input 사이즈 */
input.full_wid {
  margin: 0;
  width: calc(100% - 30px);
}

input.w220 {
  width: 190px;
}

input.w240 {
  margin: 0;
  width: 208px;
}

input.w280 {
  width: 248px;
}

input.wFull {
  margin: 0;
  width: calc(100% - 34px);
}

input.w360 {
  width: 330px;
}

select.w360 {
  width: 362px;
}

select.wFulls {
  margin: 0;
  width: 100%;
}

/* table form */
.table_form.corp input[type="text"]:disabled {
  color: #737373;
}

.table_form.corp th,
.table_form.corp th label,
.table_form.corp td,
.table_form.corp th h5,
.table_form.corp td h5,
.table_form.corp td select {
  font-size: 16px;
}

.table_form.corp th h5,
.table_form.corp td h5 {
  min-height: 44px;
  /* font-size: 15px; */
  line-height: 44px;
  color: #222;
}

.form_title {
  padding: 35px 0 20px;
}

.form_title.status {
  padding: 45px 0 30px;
}

.form_title.both {
  padding-top: 50px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
}

.form_title h4 {
  padding: 15px 0;
  margin: 0;
  font-size: 23px;
}

.form_title.both h4 {
  padding: 0;
}

.form_title .list_type2,
.form_title .require_txt,
.form_title .check_type {
  margin-top: 15px;
}

.form_title .require_txt {
  padding-left: 10px;
}

.txt_error_Msg.hint {
  margin-top: 5px;
  margin-bottom: 0;
  min-height: 22px;
}

.table_form.corp .txt_error_Msg {
  margin-bottom: 0;
}

.table_form.corp .list_type3 {
  padding-top: 4px;
}

.table_form.corp .list_type3>li {
  padding: 2px 0 2px 13px;
  margin: 0;
}

.table_list.graphic tbody tr th,
.table_list.graphic tbody tr td,
.table_list.city tbody tr th,
.table_list.city tbody tr td {
  text-align: left;
}

.table_list.graphic tbody tr th.line {
  border-left: 1px solid #ddd;
}

.table_list.city th {
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

.table_list.city .city_list li {
  padding: 10px 20px;
  display: block;
  float: left;
  width: calc(50% - 40px);
}

.table_list.city .city_list li a {
  position: relative;
  line-height: 1;
  color: black;
  cursor: default;
}

.table_list.city .city_list li a:hover span {
  color: #d60815;
}

.table_list.city .city_list li a .abbr {
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
  font-family: 'latofont', sans-serif;
  font-size: 14px;
  color: #737373;
}

.table_list.city .city_list li a .abbr::before {
  position: absolute;
  display: block;
  content: '';
  top: calc(50% - 6px);
  left: 0;
  width: 1px;
  height: 14px;
  background-color: #ddd;
}

.table_list.city .city_list li a:hover .abbr::before {
  background-color: #d60815;
}

/* round_wrap 라운드 wrapper */
.round_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #666;
  border-radius: 6px;
  overflow: hidden;
}

.round_inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.round_inner .form_title {
  padding-top: 0;
}

.round_inner.table {
  padding: 40px;
  -webkit-box-flex: 2;
  -ms-flex: 2 0 0px;
  flex: 2 0 0;
}

.round_inner.graph {
  background-color: #f5f5f5;
}

.round_inner.graph .comp_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

/* 공통 테이블 float 대체 */
.full_form,
.gray_box.bott {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.full_form select:required:invalid,
.empl_select select:required:invalid {
  font-size: 15px;
  color: #737373;
}

.full_form option[disabled],
.empl_select option[disabled] {
  display: none;
}

/* table form slim */
.table_form.slim {
  border-top-color: #ddd;
}

.table_form.slim th,
.table_form.slim td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.table_form.slim th {
  font-size: 15px;
}

.table_form.slim td {
  font-size: 16px;
  color: black;
}

/* 테이블 폰트 컬러 */
.table_list.accor tbody tr td.priceColor,
.table_list.accor tbody tr th.priceColor {
  color: #d60815;
}

.table_list.accor tbody tr.dormant {
  background-color: #f7f7f7;
}

.table_list.accor tbody tr.dormant td.priceColor,
.table_list.accor tbody tr.dormant td .revName,
.table_list.accor tbody tr.dormant td .revNum {
  color: #b3b3b3;
}

.table_list.accor tbody tr.dormant td.priceColor {
  text-decoration: line-through;
}

.table_list.accor tbody tr.dormant a.slide_control {
  opacity: 0.4;
}

.table_list.accor tbody tr td.padZ {
  padding: 0;
}

.table_list.accor tbody tr td.padZ .slide_control {
  margin-left: -10px;
}

/* 필수 항목 */
.require_box {
  position: relative;
}

.require_box .icon_require {
  position: absolute;
  margin: 0;
  top: -4px;
  right: -8px;
}

/* gray_box 조정 */
.gray_box.corp ul ul li:last-child {
  margin-bottom: 0;
}

.gray_box.bott {
  padding: 15px 25px;
  margin-top: 0;
  border-bottom: 1px solid #ddd;
}

.gray_box.bott .item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.gray_box.bott .item input[type="checkbox"] {
  margin-left: -4px;
}

.gray_box.bott .item input[type="checkbox"]+label {
  color: black;
}

/* 공통 체크박스 */
.check_type2.cenT {
  margin: 0 auto;
  width: 20px;
  height: 20px;
}

.check_type.inForm input {
  position: absolute;
}

.check_type.inForm label {
  display: block;
  font-size: 15px;
  color: #555;
}

/* 공통 a underline */
.hover_under:hover,
.hover_under.on {
  position: relative;
  color: #d60815;
}

.hover_under:hover::after,
.hover_under.on::after {
  position: absolute;
  display: block;
  content: '';
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: #d60815;
}

/* 공통 list_type */
ul[class^="list_type"].abSolute {
  position: relative;
}

ul[class^="list_type"].abSolute button {
  position: absolute;
  right: 0;
  bottom: 0;
}

.list_type.normal li {
  font-size: 16px;
}

/* list_type3 color */
.list_type3.dark li {
  font-size: 16px;
  color: #222;
}

[class^=list_type].col_black li {
  color: black;
}

/* 비밀번호 유효성 안내 */
.pwd_rule.corp li {
  padding-left: 20px;
  font-size: 14px;
  color: #555;
}

/* section_form */
.section_form.option {
  padding: 20px 0;
}

.section_form.option .form_title {
  border-bottom: 1px solid #666;
}

.form_option .fop_list {
  padding: 15px 25px;
  border-bottom: 1px solid #ddd;
}

.form_option .fop_list:last-child {
  margin-bottom: 15px;
}

.form_option .fop_list p,
.form_option .fop_list .radio_wrap {
  padding: 3px 0;
}

.form_option .fop_list input {
  margin: 7px 0;
}

/* radio + input */
.radio_wrap .etc+label {
  padding-right: 10px;
}

.radio_wrap .etc+label+input {
  margin: 0;
}

/* list_type wrap */
.sub_info_wrap.corp {
  padding: 20px 25px;
  border-top: 1px solid #666;
}

/* mem_tit */
.container .mem_wrap h3.mem_tit.corp {
  margin-top: 60px;
}

/* 서브 fixed icon */
.fix_full {
  position: relative;
}

.fix_corp {
  position: fixed;
  margin-left: 630px;
  bottom: 5.8%;
  left: 50%;
  width: 62px;
  height: 58px;
  background: url(../image/corp/common/picto_corp.png) no-repeat 50%;
}

.fix_corp.pos {
  position: absolute;
  bottom: 5px;
}

@media (max-width: 1400px) {
  .fix_corp {
    display: none;
  }
}

/* 항공권 예약 */
.itinerary.corp {
  margin-bottom: 20px;
}

.itinerary.corp+.itinerary.corp {
  margin-top: 0;
}

.itinerary.corp~.title_wrap_type3 {
  margin-top: 0;
}

/* visual title */
.visual_title {
  padding: 65px 0 35px;
  position: relative;
}

.visual_title .title,
.visual_title p {
  padding: 5px 0;
  font-weight: normal;
}

.visual_title .title {
  line-height: 1;
}

.visual_title p {
  font-size: 23px;
  color: white;
}

.visual_title button {
  position: absolute;
  bottom: 37px;
  right: 0;
}

/* 나의 기업 */
.wrap_visual.corp.company .inner_wrap {
  /* height: 480px; */
  /* max-height: 480px; */
  padding-bottom: 40px;
  max-height: auto;
  text-align: left;
}

.summary_area {
  padding: 40px 50px;
  background-color: white;
}

.summary_area h5 {
  padding-bottom: 20px;
  font-size: 23px;
  line-height: 1;
  font-weight: normal;
}

.summary_area .comp_info,
.summary_area .comp_news,
.summary_area .comp_info .level,
.summary_area .comp_info .info {
  float: left;
}

.summary_area .comp_info {
  margin-right: 40px;
  width: 730px;
  border-right: 1px solid #eee;
}

.summary_area .comp_info .info {
  width: calc(100% - 210px);
}

.summary_area .comp_news {
  position: relative;
  width: 308px;
  overflow: hidden;
}

/* 등급 circle image */
.level_wrap .level .pie,
.comp_info .level .pie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  height: 150px;
  font-style: normal;
  border-radius: 50%;
  background-color: #eee;
}

.level_wrap .level .pie.gold,
.comp_info .level .pie.gold {
  background-color: #f0b027;
}

.level_wrap .level .pie.diamond,
.comp_info .level .pie.diamond {
  background-color: #c54c7e;
}

.level_wrap .level .pie .text h5,
.level_wrap .level .pie .text p,
.comp_info .level .pie .text {
  color: white;
  text-align: center;
}

.comp_info .level .pie h5 {
  padding: 0;
  color: white;
}

.level_wrap .level .pie p,
.comp_info .level .pie p {
  margin-top: 5px;
  font-family: 'latofont', sans-serif;
  font-size: 15px;
}

.level_wrap .level h5,
.comp_info .level h5 {
  font-size: 23px;
}

.level_wrap .pie {
  margin: 0 auto;
}

.comp_info .info {
  padding: 0 30px;
}

.comp_news .list_type3 li {
  padding: 0;
  position: relative;
  width: 308px;
}

.comp_news .list_type3 li::before {
  margin: 0;
  position: absolute;
  display: block;
  top: calc(50% - 2px);
  left: 0;
}

.comp_news .list_type3>li>a {
  padding-left: 20px;
  width: 282px;
  color: #555;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
}

.comp_news .recen_noti_more {
  top: 5px;
}

.comp_info.big .level .pie {
  margin: 0 auto;
  width: 190px;
  height: 190px;
}

.comp_info.big .level .pie .rank {
  font-family: 'latofont', sans-serif;
  font-size: 36px;
  font-weight: 600;
}

/* 나의 기업 - 임직원 관리 */
.lt_layout .lt_inner {
  margin-top: 50px;
  width: 100%;
}

.lt_menu {
  float: left;
  width: 217px;
}

.lt_contents {
  padding-left: 40px;
  float: right;
  width: 882px;
  min-height: 787px;
  /* lt_menu height */
  border-left: 1px solid #ddd;
}

.lt_menu .top {
  padding-bottom: 15px;
}

.lt_menu .top .company {
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: normal;
  color: black;
  letter-spacing: -0.05em;
  text-align: center;
  /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
}

.lt_menu .top .company+div {
  text-align: center;
}

.lt_menu .depth_fst h3 {
  padding: 6px 0;
  margin: 0;
  font-size: 18px;
  color: black;
  text-align: left;
}

.lt_menu .depth_fst>.item {
  padding: 20px;
  border-top: 1px solid #eee;
}

.lt_menu .depth_scd .item {
  position: relative;
  padding: 4px 0 4px 12px;
}

.lt_menu .depth_scd .item::before {
  position: absolute;
  display: block;
  content: '';
  top: calc(50% - 1px);
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #555;
}

.lt_menu .depth_scd .item a {
  font-size: 15px;
  color: #555;
}

.table_list.corp td a:hover,
.lt_menu .item h3>a:hover,
.lt_menu .item h3>a.on,
.lt_menu .depth_scd .item a:hover,
.lt_menu .depth_scd .item a.on {
  color: #d60815;
  text-decoration: underline;
}

.lt_contents .ltc_tit {
  margin-top: 0;
  font-weight: 500;
}

.lt_contents .form_title .ftit_company {
  padding: 0;
  font-size: 28px;
}

.lt_contents .form_title .ftit_company.padd {
  padding: 15px 0 10px;
}

.lt_contents .form_title .ftit_company.padd+p {
  padding-top: 15px;
}

.form_title.para {
  padding-top: 25px;
}

.lt_contents .form_title .ftit_state {
  font-size: 20px;
  color: #ab7d55;
}

.table_list.corp.fixed {
  table-layout: fixed;
}

.table_list.tb_flight_info.corp thead tr th {
  line-height: 1.2;
}

.table_list.corp.tb_type2 tbody tr td,
.table_list.corp.tb_type2 tbody tr th {
  padding: 15px 20px;
  font-size: 16px;
}

.table_list.tb_flight_info.corp tbody tr td,
.table_list.tb_flight_info.corp tbody tr th {
  padding: 25px 15px;
  /* color: black; */
  vertical-align: middle;
}

/* 비활성 스타일 */
.table_list.corp tr.dormant {
  background-color: #f7f7f7;
}

.table_list.corp tbody tr.dormant td,
.table_list.corp tbody tr.dormant th,
.table_list.corp tr.dormant .flight_time ul li p {
  color: #b3b3b3;
}

.table_list.corp tr.dormant .flight_time ul li.direct p.course.direct {
  opacity: 0.4;
}

.table_list.corp tr.dormant .num.price::after {
  position: absolute;
  display: block;
  content: '';
  top: calc(50% - 1px);
  width: calc(100% - 30px);
  height: 1px;
  background-color: #b3b3b3;
}

.flight_time.corp ul li {
  width: auto;
  min-width: inherit;
}

.flight_time.corp ul li .time {
  color: black;
}

.flight_time.corp ul li.direct {
  min-width: 155px;
}

.bk_status p {
  line-height: 1;
}

.bk_status .tit+p,
.bk_status .num.date+p,
.bk_status .seat+p,
.bk_status .pay+p,
.bk_status .name+p {
  margin-top: 5px;
}

.bk_status .tit {
  font-size: 18px;
  font-weight: 600;
}

.bk_status .seat {
  /* color: #222; */
}

.bk_status .num {
  font-family: 'latofont', sans-serif;
  font-size: 15px;
}

.bk_status .pay+.num,
.bk_status .num.date,
.bk_status .num.price {
  font-size: 16px;
}

.table_list.corp td .reject {
  color: #d60815;
}

.table_list.corp td .wait {
  /* color: #737373; */
  color: #ab7d55;
}

.table_list.corp td .label {
  padding: 3px 9px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 1;
  font-style: normal;
  color: white;
  background-color: #ab7d55;
}

.table_list.corp td .label.ceo {
  background-color: #d60815;
}

.table_list.corp td .label+.label {
  top: 18px;
}

.table_list.simple th,
.table_list.simple td {
  padding-left: 20px;
  text-align: left;
}

/* 공통 jfilestyle 정의 */
.jfile_wrap.full .jfilestyle {
  width: 100%;
}

.jfile_wrap.full .jfilestyl input[type="text"] {
  width: 80%;
}

/* (dl) desc_list */
.desc_list .desc_cont {
  padding: 3px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.desc_list .colmn {
  -webkit-box-flex: 2.2;
  -ms-flex: 2.2 0 0px;
  flex: 2.2 0 0;
}

.desc_list .colmn.head {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.desc_list .colmn span {
  display: block;
  font-size: 16px;
  color: #000;
  word-break: break-all;
}

.desc_list .colmn span>.btn_info {
  margin-left: 10px;
}

.desc_list .colmn.head span {
  padding-right: 5px;
  color: #555;
}

/* col_box UI */
.col_box {
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col_box.marg {
  border: 0;
}

.col_box .group {
  position: relative;
  float: left;
}

.col_box .group::before {
  position: absolute;
  display: block;
  content: '';
  top: 25px;
  width: 1px;
  height: calc(100% - 50px);
  background-color: #eee;
  z-index: 2;
}

.col_box .group.result::before {
  top: 0;
  height: 100%;
  background-color: #ddd;
}

.col_box .group:first-child::before {
  display: none;
}

.col_box.col2 .group {
  width: 50%;
}

.col_box.col3 .group {
  width: 33.333%;
}

.col_box.col2.marg .group {
  width: 49.152%;
}

.col_box.col2.marg.forty .group {
  width: 48.29999%;
}

.col_box.col2.marg.forty .group+.group {
  float: right;
}

.col_box.col3.marg .group {
  width: 32.203%;
}

.col_box.marg .group {
  margin-left: 20px;
}

.col_box.marg .group::before {
  display: none;
}

.col_box.marg .group:first-child {
  margin-left: 0;
}

.col_box .group .top {
  position: relative;
  padding: 25px 25px 0 25px;
}

.col_box .group.fix .top {
  min-height: 72px;
}

.col_box .group.result .top {
  padding: 23px 25px;
  text-align: center;
  background-color: #f7f7f7;
}

.col_box .group .top>h5 {
  padding-bottom: 10px;
  font-size: 18px;
  color: black;
}

.col_box .group.result .top>h5 {
  padding-bottom: 5px;
  color: #222;
}

.col_box .group .top>p {
  color: #555;
}

.col_box .group.fix .top>p {
  position: absolute;
  top: 53px;
}

.col_box .group.result .contents {
  padding: 18px 25px 21px;
  text-align: center;
}

.col_box .group.result .contents .num {
  position: relative;
  font-family: 'latofont', sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: black;
}

.col_box .group.result .contents .num::after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: black;
}

.col_box .group.admin h4,
.col_box .group.disp h4 {
  margin-bottom: 20px;
  display: inline-block;
}

.col_box .group.admin h4+a,
.col_box .group.disp h4+a,
.col_box .group.disp h4+span {
  margin-left: 10px;
}

.col_box .group .btn_arrow {
  -ms-background-position-x: 99%;
  background-position-x: 99%;
}

.col_box .group.disp .unit {
  color: #555;
}

.col_box .group.disp .contents {
  height: 290px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #ddd;
}

.col_box .group.admin .top {
  text-align: center;
  border: 1px solid #ddd;
  border-bottom: 0;
}

.col_box .group.admin .top>h5 {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.col_box .group.admin .contents {
  padding: 20px 25px;
  border: 1px solid #ddd;
  border-top: 0;
}

.col_box .group.text::before {
  top: 0;
  height: 100%;
  background-color: #ddd;
}

.col_box .group.text .top,
.col_box .group.text .contents {
  padding: 30px;
}

.col_box .group.text .top {
  background-color: #f7f7f7;
}

.col_box .group.text .contents p {
  font-size: 16px;
}

/* 공통 Flex List UI */
.item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item_list .item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  text-align: center;
}

.item_list .item .count {
  position: relative;
  font-family: 'latofont', sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #d70715;
}

.item_list .item p {
  font-size: 15px;
  color: #555;
}

.item_list .item .count+p {
  padding-top: 8px;
}

.item_list .item .count::after {
  position: absolute;
  display: block;
  content: '';
  left: 50%;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: #d70715;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* 공통 search_box */
.search_box.corp dl.type1 {
  position: static;
}

.search_box.corp dl.type1>dt,
.search_box.corp dl.type1>dd {
  position: static;
}

.search_box.corp dl.type1>dt {
  width: 12.5%;
}

.search_box.corp dl.type1>dd {
  width: 87.5%;
}

/* 공통 search_area */
.search_area.corp .btn_sort+.btn_sort {
  margin-left: 8px;
}

/* search vertical-align 정렬 */
.vert_align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vert_align .title {
  padding: 0 10px;
}

.vert_align .hypen {
  margin-right: 10px;
}

/* 마일리지 graph 조정 */
.graph_area {
  position: relative;
  padding: 2.7% 13.3% 6.8%;
}

.graph_area .my_grade_graph.long,
.graph_area .my_grade_graph.long .round_graph,
.graph_area .my_grade_graph.long .graph_box {
  width: 100%;
}

.graph_area .my_grade_graph.long .graph_box.col2 .txt_step1 {
  width: auto;
  max-width: 68px;
}

.graph_area .my_grade_graph.long .round_graph {
  margin-top: 67px;
}

.graph_area .my_grade_graph .graph_box .txt_step1:before {
  margin: 0;
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -16px;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  font-size: 18px;
  color: white;
  background-image: none;
  background-color: #555;
  border: 0;
}

.graph_area .my_grade_graph .graph_box .txt_step1.ico_gold:before {
  content: 'S';
}

.graph_area .my_grade_graph .graph_box .txt_step1.ico_diamond:before {
  content: 'P';
}

.graph_area .my_grade_graph .graph_box .txt_step1.num0:before {
  content: '0';
}

.graph_area .my_grade_graph .graph_box .txt_step1.num1:before {
  content: '1';
}

.graph_area .my_grade_graph .graph_box .txt_step1.num2:before {
  content: '2';
}

.graph_area .my_grade_graph .graph_box .txt_step1.num3:before {
  content: '3';
}

.graph_area .my_grade_graph .graph_box .txt_step1.num4:before {
  content: '4';
}

.graph_area .my_grade_graph .graph_box .txt_step1.num5:before {
  content: '5';
}

.graph_area .my_grade_graph .graph_box .txt_step1.num6:before {
  content: '6';
}

.graph_area .my_grade_graph .graph_box .txt_step1.num7:before {
  content: '7';
}

/* graph 세로 막대형 */
.graph_area.vert {
  padding: 50px 25px;
}

.graph_area.vert .my_grade_graph.long .round_graph {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.graph_area.vert.level .my_grade_graph.long::before,
.graph_area.vert .my_grade_graph.long .round_graph::before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

.graph_area.vert .my_grade_graph.long .graph_box,
.graph_area.vert .graph_box .graph_tobe,
.graph_area.vert .graph_box .graph_current {
  width: 20px;
}

.graph_area.vert .my_grade_graph.long .graph_box,
.graph_area.vert .my_grade_graph.long .round_graph {
  height: 180px;
}

.graph_area.vert .my_grade_graph.long .graph_box {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  top: 0;
}

.graph_area.vert .my_grade_graph.long .graph_box,
.graph_area.vert .graph_box .graph_tobe {
  background-color: transparent;
  z-index: 1;
}

.graph_area.vert .graph_box .graph_tobe,
.graph_area.vert .graph_box .graph_current,
.graph_area.vert .graph_box .txt {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.graph_area.vert .graph_box .graph_current,
.graph_area.vert .graph_box .icon_graph {
  background-color: #999;
}

.graph_area.vert .graph_box .graph_current {
  top: auto;
  bottom: 0;
  min-height: 10px;
  max-height: 180px;
}

.graph_area.vert .graph_box .icon_graph,
.graph_area.vert .graph_box .icon_graph::before {
  left: 0;
  right: 0;
  border-radius: 50%;
}

.graph_area.vert .graph_box .icon_graph {
  position: relative;
  top: -10px;
  width: 20px;
  height: 20px;
}

.graph_area.vert .graph_box .icon_graph::before {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: white;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.graph_area.vert .my_grade_graph .graph_box .txt {
  padding-top: 0;
  bottom: -27px;
}

.graph_area.vert .graph_box .icon_graph .txt_bulloon,
.graph_area.vert .my_grade_graph .graph_box .txt::before {
  display: none;
}

.graph_area.vert .my_grade_graph .graph_box.on {
  z-index: 2;
}

.graph_area.vert .my_grade_graph .graph_box.on .txt_bulloon {
  display: block;
}

/* 0~5 레벨 그래프 */
.graph_area.vert.level {
  padding: 20px 0 0;
}

.graph_area.vert.level.half {
  padding-top: 10px;
}

.graph_area.vert.level .my_grade_graph.long .graph_box,
.graph_area.vert.level .graph_box .graph_tobe,
.graph_area.vert.level .graph_box .graph_current {
  width: 100%;
}

.graph_area.vert.level .my_grade_graph.long .graph_box {
  margin: 0 0.45%;
}

.graph_area.vert.level .my_grade_graph.long .graph_box,
.graph_area.vert.level .my_grade_graph.long .round_graph {
  height: 260px;
}

.graph_area.vert.level .my_grade_graph.long .round_graph {
  margin: 0 auto;
  width: 91.5%;
}

.graph_area.vert.level .my_grade_graph.long .round_graph::before {
  display: none;
}

.graph_area.vert.level .graph_box .graph_current,
.graph_area.vert.level .graph_box .icon_graph {
  background-color: #e6e2df;
}

.graph_area.vert.level .graph_box .graph_current {
  min-height: inherit;
  max-height: inherit;
}

.graph_area.vert.level .my_grade_graph .graph_box .txt {
  bottom: 20px;
  z-index: 2;
}

.graph_area.vert.level .my_grade_graph .graph_box .txt.price {
  bottom: 5px;
  font-size: 14px;
  color: #737373;
}

.graph_area .graph_box .benefit {
  padding: 10px;
  line-height: 1.2;
  text-align: center;
}

.graph_area .graph_box .benefit_info {
  font-size: 14px;
  color: #555;
}

.graph_area.vert.level.half .my_grade_graph.long .graph_box {
  margin: 0 0.59%;
}

.graph_area.vert.level.half.five .my_grade_graph.long .graph_box {
  margin: 0 2.2%;
}

.graph_area.half .graph_box .benefit {
  padding-left: 6px;
  padding-right: 6px;
}

/* 공통 쿠폰 UI */
.coupon_level {
  padding-top: 20px;
  border-bottom: 1px solid #ddd;
}

.coupon_level .item {
  margin-left: 40px;
  margin-bottom: 20px;
  float: left;
  width: 22.45%;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}

.coupon_level .item:first-child,
.coupon_level .item:nth-child(4n + 1) {
  margin-left: 0;
}

.coupon_level .item .contents {
  padding: 15px 0;
  position: relative;
  width: 100%;
  height: 130px;
  border: 1px solid #ddd;
  background-color: #e6e2df;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.coupon_level .item .contents::before,
.coupon_level .item .contents::after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: white;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}

.coupon_level .item .contents::after {
  left: inherit;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.coupon_level .item .contents h6 {
  padding-bottom: 13px;
  position: relative;
  font-size: 18px;
  color: #222;
}

.coupon_level .item .contents h6::after {
  position: absolute;
  display: block;
  content: '';
  left: 50%;
  bottom: 0;
  width: 36px;
  height: 1px;
  background-color: #222;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.coupon_level .item .contents p {
  padding: 0 15px;
  margin-top: 12px;
  color: #555;
  word-break: break-all;
}

/* 로그인 */
/* 페이지 타이틀 */
.tit_cont {
  font-weight: 500 !important;
}

.login_wrap.corp .inner .capcha,
.login_wrap.corp .inner .login_btn_wrap {
  margin-top: 30px;
  width: 100%;
}

.login_wrap.corp .inner .login_info_wrap {
  margin-top: 20px;
}

.login_wrap.corp .inner .capcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 87px;
  border: 0;
  background-color: #e5e5e5;
}

/* 공통 icon_wrap */
.icon_wrap.corp>ol>li {
  position: relative;
  height: 190px;
}

.icon_wrap.corp>ol>li .abSolute {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.icon_wrap.corp .txt+.sub {
  margin-top: 5px;
  line-height: 1.2;
  color: #737373;
}

.icon_wrap.corp .icoset_m {
  width: 96px;
  height: 96px;
}

.icon_wrap.corp ol li .icoset_m {
  margin: 20px 0 0;
}

.icon_wrap.corp .icoset_m {
  background-image: url(../image/corp/sub/icon_process_spr.png);
}

.icon_wrap.corp .icoset_m.join.second {
  background-position: -96px 0;
}

.icon_wrap.corp .icoset_m.add.third,
.icon_wrap.corp .icoset_m.join.third {
  background-position: -192px 0;
}

.icon_wrap.corp .icoset_m.add.forth,
.icon_wrap.corp .icoset_m.join.forth {
  background-position: -288px 0;
}

.icon_wrap.corp .icoset_m.add.fifth,
.icon_wrap.corp .icoset_m.join.fifth {
  background-position: -384px 0;
}

.icon_wrap.corp .icoset_m.add.first {
  background-position: 0 -96px;
}

.icon_wrap.corp .icoset_m.add.second {
  background-position: -96px -96px;
}

.icon_wrap.corp .icoset_m.book.first {
  background-position: 0 -192px;
}

.icon_wrap.corp .icoset_m.book.second {
  background-position: -96px -192px;
}

.icon_wrap.corp .icoset_m.book.third {
  background-position: -192px -192px;
}

.icon_wrap.corp .icoset_m.book.forth {
  background-position: -288px -192px;
}

.icon_wrap.corp .icoset_m.book.fifth {
  background-position: -384px -192px;
}

.icon_wrap .icoset_m.program {
  width: 120px;
  height: 100px;
  background-image: url(../image/corp/sub/icon_program_spr.png);
}

.icon_wrap .icoset_m.program.second {
  background-position: 0 -120px;
}

.icon_wrap .icoset_m.program.fourth {
  background-position: 0 -240px;
}

.icon_wrap .icoset_m.program.third {
  background-position: 0 -360px;
}

/* icon_wrap .grid */
.icon_wrap.type04.col2.grid .group {
  margin-left: 0;
  margin-bottom: 20px;
  width: calc(50% - 10px);
}

.icon_wrap.type04.col2.grid .group:nth-child(2n) {
  margin-left: 20px;
}

.icon_wrap.grid .box_area {
  padding: 20px;
  position: relative;
  display: block;
  height: 192px;
  border: 0;
  background-color: #f7f7f7;
}

.icon_wrap.grid.white .box_area {
  height: auto;
  min-height: 252px;
  border: 1px solid #ddd;
  background-color: white;
}

.icon_wrap.grid .box_area .tit {
  margin: 10px;
}

.icon_wrap.grid.white .box_area .tit {
  padding: 10px 0 30px;
  margin: 0 0 10px;
  position: relative;
}

.icon_wrap.grid.white .box_area .tit::after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eee;
}

.icon_wrap.grid.white .box_area .tit+span {
  padding: 18px 0 18px;
  display: block;
  font-size: 16px;
}

.icon_wrap.grid .box_area .description {
  padding: 20px;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  color: white;
  background-color: #4c4c4c;
  overflow: hidden;
  z-index: 1;
}

.icon_wrap.grid .box_area .description p {
  padding: 20px 0;
  font-size: 18px;
  line-height: 1;
}

.icon_wrap.grid .box_area .description p.new_padding{
  padding:20px 0 10px 0;
}

.icon_wrap.grid .box_area .description span {
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
}

.icon_wrap.grid .box_area .description span.mg0{
  margin-top: 0px;
}

/* 메인 높이 고정 */
.visual_row .icon_wrap.grid.white .box_area {
  min-height: inherit;
  height: 252px;
}

.visual_row .icon_wrap.grid.white .box_area .tit+span+a {
  position: absolute;
  left: 50%;
  bottom: 32px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* 약관 terms_wrap */
.terms_wrap h4,
.terms_wrap h5 {
  padding: 3px 0;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.2;
}

.terms_wrap h4 {
  margin-bottom: 0;
  color: black;
}

.terms_wrap h4 {
  color: #222;
}

.terms_wrap p,
.terms_wrap ol li {
  font-size: 16px;
  line-height: 1.4;
  color: #222;
}

.terms_wrap ol li ol {
  text-indent: 18px;
}

.terms_wrap table {
  margin-top: 5px;
}

/* 공통 img_wrapper */
.img_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.img_wrapper img {
  max-height: 100%;
}

/* 쿠폰 corp */
.coupon_detail_popup.corp .pop_coupon_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.coupon_detail_popup.corp .pop_coupon_wrap::before,
.coupon_detail_popup.corp .pop_coupon_wrap::after,
.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont:before {
  display: none;
}

.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont.employee,
.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont.coupon {
  position: relative;
}

.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont.coupon {
  width: 70.7%;
  border: 0;
  border-radius: 0;
}

.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont.coupon .left {
  border: 1px solid #ddd;
  border-right: 0;
  border-radius: 8px 0 0 8px;
}

.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont.coupon .right {
  padding-right: 0;
  border: 1px solid #ddd;
  border-left: 0;
  border-radius: 0 8px 8px 0;
}

.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont .right .coupon_info dl {
  width: 100%;
}

.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont .right .coupon_info dl+dl {
  margin-top: 8px;
}

.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont .right .coupon_info dt,
.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont .right .coupon_info dd {
  display: block;
  float: left;
}

.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont .right .coupon_info dt {
  width: 20%;
}

.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont .right .coupon_info dd {
  width: 70%;
}

.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont.coupon::before,
.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont.coupon::after {
  position: absolute;
  content: '';
  display: inline-block;
  top: 50%;
  width: 12px;
  height: 24px;
  margin-top: -12px;
  border: 1px solid #ddd;
  background: #fff;
  z-index: 1;
}

.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont:before {
  min-height: auto;
}

.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont.coupon::before {
  left: 0;
  border-left: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont.coupon::after {
  right: 0;
  border-right: 0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont.employee,
.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont.employee .empl_select,
.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont.employee .empl_list,
.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont.employee .empl_bott {
  display: block;
}

.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont.employee {
  padding: 0;
  width: 26.1%;
  border: 0;
  border-radius: 0;
}

.coupon_cont.employee .title,
.coupon_cont.employee .empl_select {
  margin-bottom: 15px;
}

.coupon_cont.employee .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.coupon_cont.employee .empl_select select {
  letter-spacing: -0.05em;
}

.empl_select select:disabled {
  color: #737373;
}

.coupon_cont.employee .empl_list {
  border-top: 1px solid black;
  border-bottom: 1px solid #eee;
}

.coupon_cont.employee .empl_list .empty {
  padding: 30px 20px;
  background-color: #f7f7f7;
  font-size: 14px;
  color: #555;
  text-align: center;
}

.coupon_cont.employee .empl_list .list {
  padding: 15px;
  font-size: 14px;
  color: black;
}

.coupon_cont.employee .empl_list .list.empty,
.coupon_cont.employee .empl_list .list .notify {
  color: #555;
}

.coupon_cont.employee .empl_list .list.empty {
  padding: 30px 20px;
  background-color: #f7f7f7;
  color: #555;
  text-align: center;
}

.coupon_cont.employee .empl_list .list .notify {
  margin-top: 5px;
}

.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont .empl_bott {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont .empl_info {
  display: block;
}

.coupon_cont.employee .empl_bott button {
  width: 100%;
}

.coupon_cont.employee .empl_bott .notify_star {
  margin-bottom: 15px;
}

.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont .right .coupon_number {
  width: calc(100% - 40px);
}

.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont .right .coupon_info .list_type2 {
  padding-right: 40px;
}

.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont .right .coupon_number dl {
  width: 100%;
}

.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont .right .coupon_number dt {
  width: 36.9%;
}

.coupon_detail_popup.corp .pop_coupon_wrap .coupon_cont .right .coupon_number dd {
  padding: 0;
  text-align: center;
}

/* 쿠폰 상세 bg_image class */
.coupon_detail_popup .pop_coupon_wrap .coupon_cont .left.bg_image,
.coupon_detail_popup .pop_coupon_wrap .type_free .left.bg_image {
  height: 100%;
  background: url(../image/corp/sub/bg/lounge_coupon_bg.jpg) no-repeat 50%;
}

.coupon_detail_popup .pop_coupon_wrap .coupon_cont .left.bg_image .ico_M:before {
  background-image: url(../image/corp/sub/icon_coupon_free.png);
  background-position: 50%;
  background-size: cover;
}

.coupon_detail_popup .pop_coupon_wrap .coupon_cont .left.bg_image p,
.coupon_detail_popup .pop_coupon_wrap .coupon_cont .left.bg_image p.name,
.coupon_detail_popup .pop_coupon_wrap .coupon_cont .left.bg_image p.mem_num {
  color: white;
}

.coupon_detail_popup .pop_coupon_wrap .coupon_cont .left.bg_image p.name {
  border-color: rgba(255, 255, 255, 0.2);
}

.coupon_detail_popup .pop_coupon_wrap .coupon_cont .left.bg_image p.company {
  margin-top: 5px;
  font-size: 20px;
}

/* 공통 notify star */
.notify_star {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.notify_star::before {
  position: absolute;
  display: block;
  content: '*';
  top: 3px;
  left: 0;
}

/* 공통 table dl */
.table_dl dl {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table_dl dl:last-child {
  margin-bottom: 0;
}

.table_dl dl dt,
.table_dl dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  line-height: 1;
  word-break: break-all;
}

.table_dl dl dt {
  position: relative;
  padding: 0 10px;
  max-width: 64px;
  color: black;
}

.table_dl dl dt::after {
  position: absolute;
  display: block;
  content: '';
  top: 6px;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #555;
}

.table_dl dl dd {
  font-size: 14px;
}

/* 공통 총 결제 창 */
.total_payment.type1.corp .left {
  margin-top: 0;
}

/* 구분선 */
hr.d_line {
  margin: 20px 0;
  height: 1px;
  color: #ddd;
  /* old IE */
  border: 0;
  background-color: #ddd;
  /* Modern Browsers */
}

/* Tab > Layout */
.section_tab>h4 {
  margin-bottom: 15px;
}

.section_tab>h4.bigger {
  font-size: 40px;
  font-weight: normal;
}

.section_tab .sec_row_tit {
  margin: 25px 0 20px;
}

.section_tab .member_qua {
  margin-top: 0;
}

/* 승급 기준 표 */
.member_qua.corp .member_qua_top:before {
  background-image: url(../image/corp/sub/bg_dashline_spr.png);
}

.member_qua.corp .member_qua_top .member_qua_inner {
  width: 100%;
}

.member_qua.corp .box_member_qua::after {
  position: absolute;
  display: block;
  content: '';
  right: 10px;
  width: calc(100% - 400px);
  height: 20px;
  background-color: #ac9f96;
}

.member_qua.corp .box_member_qua.type2::after {
  width: calc(100% - 180px);
}

.member_qua.corp .type2 .member_qua_top:before {
  background-position: 0 100%;
}

.member_qua.corp [class^="txt"] {
  width: 50%;
}

.member_qua.corp .type2 .txt01 {
  width: 160px;
}

.member_qua.corp .type2 .txt02 {
  width: calc(100% - 160px);
}

.member_qua.corp .cicle.five.corp:before {
  margin-top: 0;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border-color: #d60815;
}

/* icon_wrap UI */
.icon_row.corp>ul {
  border-top-color: #ddd;
}

.icon_row.corp>ul>li {
  padding: 30px 0;
}

.icon_row.corp .title {
  padding: 10px 0;
  margin: 0;
  line-height: 1;
  color: #000;
  font-size: 23px;
}

.icon_row.corp dl {
  padding: 10px 0;
}

.icon_row.corp dl dd,
.icon_row.corp .txt_wrap [class^="list_type"] {
  padding-top: 10px;
}

.icon_row.type01.corp dl dt {
  padding: 5px 0;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

/* 공통 차트 chart js */
.chart_area {
  position: relative;
}

.chart_area .chart_wrap {
  position: relative;
  margin-left: 58px;
  width: 250px;
  height: 190px;
}

.chart_area .unit,
.chart_area .title,
.chart_area .remark_box {
  position: absolute;
}

.chart_area .unit {
  top: -25px;
  left: 0;
  font-size: 13px;
  color: #737373;
}

.chart_area .title {
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.chart_area .title p {
  font-size: 15px;
  color: #222;
}

.chart_area .title h5 {
  font-family: 'latofont', sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.chart_area .remark_box {
  bottom: -21px;
  right: 0;
  font-size: 14px;
  color: #222;
}

.remark_box .icon_remark {
  margin-top: 10px;
  position: relative;
  line-height: 1;
}

.remark_box .icon_remark:first-child {
  margin-top: 0;
}

.remark_box .icon_remark:before {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: -20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.remark_box .icon_remark.red:before {
  background-color: #d60815;
}

/* icon 스프라이트 */
.icon_list {
  margin: 0 35px 0 30px;
  display: inline-block;
  width: 120px;
  height: 96px;
  background: url(../image/corp/sub/icon_program_spr.png) no-repeat 0 0;
  background-size: 120px;
}

.icon_list.company {
  background-position: -6px -12px;
}

.icon_list.price {
  background-position: -6px -132px;
}

.icon_list.program {
  background-position: -6px -252px;
}

/* 공통 table select class */
.select_tableRow {
  background-color: #f4f1ee;
}

/* 공통 i icon */
.icon_corp,
i.icon_corp {
  padding: 4px 5px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-style: normal;
  color: white;
  background-color: #4251a5;
}

.resv_numb .icon_corp,
.resv_numb i.icon_corp {
  margin: 0 10px;
  position: relative;
  top: -1px;
}

/* 예약 상세 icon_corp 위치 조정 */
.breakdown_title .fo_nor span+.icon_corp {
  margin-left: 10px;
  position: relative;
  top: -3px;
}

.summary_wrap .sm_top .input_wrap .shadow_layer.corp .inner {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

/* between area 텍스트 양 끝 배치 */
.between_area {
  position: relative;
  display: block !important;
}

.between_area .between_right {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 15px;
  font-weight: normal;
  color: #555;
}

/* 공통 head wrapper */
.head_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.head_wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.head_wrapper h4 {
  padding: 0;
  margin-right: 15px;
}

.head_wrapper .wrap_head {
  margin: 0;
}

.head_wrapper .check_type {
  margin-top: 0;
}

.head_wrapper .check_type input[type="checkbox"]+label {
  padding-right: 0;
}

/* 공통 날짜 선택 */
.select_datepick {
  width: 100%;
}

.select_datepick p,
.select_datepick span,
.select_datepick .sd_select {
  float: left;
}

.select_datepick .btn_wrap {
  float: right;
}

.select_datepick p,
.select_datepick span {
  display: block;
  line-height: 46px;
}

.select_datepick p {
  margin-right: 30px;
}

.select_datepick span {
  margin: 0 10px 0 5px;
}

/*  */

.coupon_detail_popup .pop_coupon_wrap .coupon_cont .left.bg_image.new_coupon_img {
  height: 100%;
  background: url(../image/corp/sub/bg/upgrade_coupon_bg.jpg) no-repeat ;
}
/* 아시아나 클럽 회원 등급  css 변경으로 인하여 등급 관리 시 css 적용 다르게 받기 위한 코드 */
.company_step1{	
	left: -13px;	
	top: -5px;	
	width: 30px;
}
.my_grade_graph .graph_box .company_txt{
	padding-top: 42px; 
}

.company_step2{
    left: 390px;
    top: -5px;
    width: 84px;
}

/* 2102 이벤트 응모모듈 케이스 */
.vote_list01.flex_img_type1 {display: flex; flex-wrap: wrap; justify-content: center;}
.vote_list01.flex_img_type1 li.img_type .txt_result {margin-bottom: 17px;}

.vote_list01 li, .vote_list01 li.img_type {height: auto; min-height: auto;}
.vote_list01 li label {display: inline-block;}

.vote_list01.flex_txt_type1 {display: flex; flex-wrap: wrap;}
.vote_list01.flex_txt_type1 .txt_result {height: auto; margin-bottom: 17px;}
.vote_list01.flex_txt_type1 .txt_result .icon_check {margin-top: 7px; color: #d60815; border: 1px solid #d60815; background: url('../image/common/bg_check_default.png') left 8px top 7px no-repeat; font-weight: normal; min-width: 68px; height: 25px; line-height: 22px; padding: 0 6px 0 27px; font-size: 16px;}

.vote_list01.radio_type1 input[type="radio"] + label {height: auto; margin-bottom: 17px; background: none; position: relative;}
.vote_list01.radio_type1 input[type="radio"] + label::before {content: ""; display: inline-block; clear: both; width: 20px; height: 20px; background: url(../image/common/bg_radio.png) no-repeat; background-position: 0 0; position: absolute; left: 0; top: 0;}
.vote_list01.radio_type1 input[type="radio"]:hover + label::before {background: url(../image/common/bg_radio_hover.png) no-repeat;}
.vote_list01.radio_type1 input[type="radio"]:checked + label::before {background-position: 0 -20px;}
.vote_list01.radio_type1 input[type="radio"]:checked:hover + label, .vote_list01.radio_type1 input[type="radio"]:checked:focus + label {background: none;}

.vote_list01 input[type="checkbox"] + label {margin-bottom: 17px;}

.vote_list02 input[type="checkbox"] + label {cursor: pointer;}

.vote_list01 li .rank {background: rgba(0,0,0,.6);}

.comment_wrap .comment_view {width: 100%;}
.comment_wrap .comment_write.corp_table_type1 input::placeholder {color: #737373; font-size: 15px;}
.comment_wrap .comment_write.corp_table_type1 label {color: #000;}
.comment_wrap .comment_write.corp_table_type1 h4 {color: #222; font-size: 23px; font-weight: normal;}
.comment_wrap .comment_write.corp_table_type1 .tit_type {font-size: 18px; color: #000;}
.comment_wrap .comment_write.corp_table_type1 .terms_cont02 {color: #555; padding: 30px; border-bottom: none;}
.comment_wrap .comment_write.corp_table_type1 .terms_cont02 ul {margin-left: 14px;}
.comment_wrap .comment_write.corp_table_type1 .terms_cont02 ul li {text-indent: -7px; line-height: 1; margin-bottom: 7px;}
.comment_wrap .comment_write.corp_table_type1 .terms_cont02 ul li::before {content: "-"; display: inline-block; padding-right: 5px;}
.comment_wrap .comment_write.corp_table_type1 .list_type5 {margin-top: 30px; border-top: 1px solid #666;}
.comment_wrap .comment_write.corp_table_type1 .list_type5 li {padding: 20px 0;}

.comment_write.type_02 p {margin-bottom: 0;}
.comment_wrap .comment_write.type_02 {padding: 30px 30px 20px; color: #737373;}

/* //2102 이벤트 응모모듈 케이스 */

/* ACT 로그인  실패 시*/
.login_wrap .login_fail{ padding-top:10px;}
.login_wrap .login_fail .login_fail_count{ color:#d60815;}



/* 기업우대 헤더 개편 20231107 - 배포전 */
header.corp .h_inner{display: flex;align-items: center;justify-content: space-between;}
header.corp .h_inner:after{display: none;}
header.corp nav .nav_cont{left: 50%;transform: translateX(-53%);}
header.corp .h_inner nav,
header.corp .h_inner .nav_right{float: inherit;margin: 0;}
.util_wrap.corp .inner{display: flex;align-items: center;justify-content: space-between;}
.util_wrap.corp .inner:after{display: none;}


/* 20240125 글로벌 플로팅 이미지 영문 추가 */
.fix_corp.en {
  background: url(../image/corp/common/picto_corp_en.png) no-repeat 50%;
}
/* //20240125 글로벌 플로팅 이미지 영문 추가 */

/* 20240131 메인 포커스 스타일 추가 */
.visual_row .contents .columns .icon_wrap.grid .box_area:focus > .description {
  display: block !important;
  opacity: 1;
} 
/* //20240131 메인 포커스 스타일 추가 */


/* 20240614 메인 배너 좌우, 페이지네이션 추가 */
.swiper_slider_wrap.corp .main_box_slider .swiper_btnarea {
  top: 50%;
}
.swiper_slider_wrap.corp .main_box_slider .swiper_btnarea a{
  width: 80px;
  height: 80px;
  background: url(../image/main/mainicon.png) no-repeat;
  box-shadow: none;
}
.swiper_slider_wrap.corp .main_box_slider .swiper_btnarea a.banner_prev{
  left: 12.5%;
  background-position: 0 0;
}
.swiper_slider_wrap.corp .main_box_slider .swiper_btnarea a.banner_next{
  right: 12.5%;
  background-position: -81px 0;
}
.swiper_slider_wrap.corp .main_box_slider .swiper_control{
	position: absolute;
  display: flex;
  right: 5px;
  bottom: 10px; 
  z-index: 100;
}
.swiper_slider_wrap.corp .main_box_slider .swiper_control .banner_paging{
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  height: 21px;
}
.swiper_slider_wrap.corp .main_box_slider .swiper_control .banner_paging .swiper-pagination-bullet {
  width: 38px;
  height: 4px;
  margin: 0 5px;
  border: none;
  border-radius: 5px;
  background-color: white;  
  color: #000;
  font-size: 1px;
  text-align: center;
  line-height: 0;
  vertical-align: super;
  text-indent: -99999px;
  opacity: 1;
  cursor: pointer;
}
.swiper_slider_wrap.corp .main_box_slider .swiper_control .banner_paging .swiper-pagination-bullet-active {
  background: #ff0000;
}
.swiper_slider_wrap.corp .main_box_slider .ps{
  display: flex;
  align-items: center;
  width: 14px;
  height: 21px;
  margin: 0 8px;
  line-height: 0;
  cursor: pointer;
}
.swiper_slider_wrap.corp .main_box_slider .ps img.pause{
  display: inline;
  margin: 1px 0;
}
.swiper_slider_wrap.corp .main_box_slider .ps img.play{
  display: none;
}
.swiper_slider_wrap.corp .main_box_slider .ps.stop img.pause {
  display: none;
}
.swiper_slider_wrap.corp .main_box_slider .ps.stop img.play {
  display: inline;
}
/* //20240614 메인 배너 좌우, 페이지네이션 추가 */