@charset "utf-8";
@import url('https://fonts.cdnfonts.com/css/noto-sans-kr');
@import url('https://fonts.cdnfonts.com/css/montserrat');
@import url('https://fonts.cdnfonts.com/css/microsoft-yahei');
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@font-face {
    font-family: 'SUIT Variable';
    src: url('/fonts/SUIT-Variable.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
  
body * {
    font-family: SUIT Variable;
}

::-webkit-input-placeholder {
    color: #bbb;
}
:-moz-placeholder {
    color: #bbb;
}
::-moz-placeholder {
    color: #bbb;
}
:-ms-input-placeholder {
    color: #bbb;
}
html,
body {  
    width: 100%;
    height: 100%;
    /* height: auto; */
    color: #555;
    min-width: 400px;
}
html {
    overflow-y: scroll;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
    margin: 0;
    padding: 0;
}
body,
input,
textarea,
select,
button,
table {


}
input:focus {
    outline: none;
}
img,
fieldset {
    border: 0;
}
ul,
ol {
    list-style: none;
}
em,
address {
    font-style: normal;
}
th {
    text-align: left;
}
a {
    text-decoration: none;
    color: #555;
}
a:hover,
a:active,
a:focus {
    color: #555;
}
.blind {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}
hr {
    display: none;
}
* {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
h4 {
    font-weight: 400;
    color: #888;
}
.font-1 {
    font-size: 1rem;
}
.font-2 {
    font-size: 1.2rem;
}
.overflow-scroll {
    overflow: scroll;
}
.transition-none {
    transition: none !important;
}
.two-line-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 3rem;
    position: relative;
    font-size: 20px;
}
.tooltip-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #ccc;
    padding: 5px;
    z-index: 1;
    min-height: 82px;
    min-width: 204px;
}
.bx-wrapper {
    border: none;
}
.text-wrap {
    text-wrap: wrap;
}
.datepicker {
    width: 100px;
}
/* .tooltip-hover:hover .tooltip-content {
    display: block;
} */
.cursor-pointer {
    cursor: pointer;
}
.fw-semibold {
    font-weight: 600;
}

#search_input:focus {
    box-shadow: none !important;
}

.onoSearchBtn {
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
}

.ellipsis {
    white-space: nowrap; /* 텍스트 줄 바꿈 방지 */
    overflow: hidden; /* 넘치는 부분 숨김 */
    text-overflow: ellipsis; /* 넘치는 텍스트를 ...으로 표시 */
    max-width: 100px; /* td 너비 제한 설정 */
}
.modal_ellipsis {
    overflow: hidden; /* 넘치는 부분 숨김 */
    text-overflow: ellipsis; /* 넘치는 텍스트를 ...으로 표시 */
}
.ui-datepicker select.ui-datepicker-month {
    width: auto;
}
/* 메인 공지사항 1:1문의 start */
.accordion-button::after {
    display: none;
}
.notice_ono_group {
    margin: auto;
    max-width: 1300px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    padding: 30px 0;
    height: 100%;
}

.notice_one {
    margin-left: 1.25rem;
    /* margin-bottom: 0.8rem; */
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2575;
    letter-spacing: -0.04rem;
    /* color: #21409a; */
    color: #000; 
    white-space: nowrap;
}

.notice_group,
.one_group {
    width: 47%;
}

.see_more {
    /* margin-bottom: 0.8rem; */
    /* color: #21409a; */
    color: #000; 
    font-family: "Noto Sans KR", sans-serif;
    font-size: 1.2rem !important;
    font-weight: 600;
    text-decoration: none;
}
.notice_table,
.one_table {
    display: grid;
    row-gap: 10px;
}
.one_table {
    display: grid;
    row-gap: 10px;
    box-sizing: border-box;
    border-top: solid 0.1rem #000000;
}
.notice_row {
    padding: 1.5rem 1.25rem;
    width: 100%;
    min-height: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f7f8fa !important;
    border-radius: 0.5rem;
    /* flex-direction: row; */
    box-sizing: border-box;
}
.one_row {
    box-sizing: border-box;
    padding: 1.5rem 1.25rem;
    /* padding: 2.4rem 2.792rem 2.1rem 2rem; */
    width: 100%;
    min-height: 6rem;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    background-color: #ffffff !important;
    border-radius: 0.5rem;
    border-bottom: solid 0.1rem #dddddd !important;
}
.accordion-item {
    border: 0;
}
.notice_text,
.one_text {
    margin: 0;
    min-height: 2.2rem;
    width: 80%;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2575;
    letter-spacing: -0.03rem;
    color: #111111;
    flex-shrink: 0;
    align-self: start;
    cursor: pointer;
    white-space: nowrap; /* 텍스트가 한 줄로 유지되도록 설정 */
    overflow: hidden; /* 넘치는 부분은 숨기기 */
    text-overflow: ellipsis; /* 넘친 부분을 ...으로 표시 */    
}
.reg_date {
    /* position: absolute; */
    bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2575;
    letter-spacing: -0.024rem;
    color: #999999;
    font-family: "Noto Sans KR", sans-serif;
    white-space: nowrap;
    flex-shrink: 0;
    align-self: start;
}
/* 메인 공지사항 1:1문의 end */

/* 상품 리스트 */
#product_list {
    width: 100%;
    gap: 2.0rem !important;
    margin: 1rem auto;
}
#product_list .gallery-box {
    width: 30%;
    margin-top: 0;
    margin-bottom: 0;
    transition: all 0.4s;
}
#product_list .gallery-box:hover {
    transform: translateY(-5px); /* 호버 시 위로 5px 이동 */
}
#product_list .gallery-img {
    aspect-ratio: 1.7 / 1; /* 가로:세로 비율을 1:1로 유지합니다. */
}
#classSearchGroup .searchBox {
    /* width: fit-content !important; */
    width: 400px !important;
    height: auto;
}
#nextBtn {
    max-width: 1300px;
    padding: 0;
}
/* 상품 리스트 end */

/* 로그인 login.html */
#container #login_btn {
    width: 100%;
    max-width: 625px;
}
/* 로그인 login.html end*/

/*테이블 페이징 관련*/
.paginationa {
    display: inline-block;
}
.paginationa a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.paginationa a.active {
    background-color: #fff;
    color: rgb(132, 87, 255);

}
.paginationa a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}
/* 페이징 end */

.btn-primary {
/*    background-color: #537ec5 !important;
    border-color: #537ec5 !important;*/
    border-radius: 3px;

    background-color: #ffffff !important;
    border-color: #000000 !important;
    color: black !important;
    border: 1px solid #a9a9a9;
    padding: 10px 30px;
    font-size: 15px;
}

.btn-search {
    border-radius: 3px;
    background-color: #ffffff !important;
    border-color: #000000 !important;
    color: black !important;
    border: 1px solid  #a9a9a9;
    padding: 7px 30px;
    font-size: 15px;
}

.loginBtn {
    min-width: 100px;
    width: auto;
    height: 35px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    border:1px solid black;
    margin-top: 5px;
    font-size: 15px;
    cursor: pointer;
}
.loginBtn:hover {
    background-color: #F3F3F6;
    color: black;
}
.logoutBtn {
    background-color: #fff !important;
    /* border: 1px solid #000 !important; */
    box-shadow: none !important;
    color: #000 !important;
    font-weight: 400;
    text-decoration: underline;
}

.langSelect {
    padding: 0 !important;
    font-size: 1rem;
    display: flex;
    /* font-weight: 500; */
    margin: auto;
    color: #383838;
}

#searchBox {
    background-image: none !important;
    width: 100%;
    max-width: 400px;
    /* height: 100%; */
    height: 70%;
    max-height: 48px;
    margin: 10px;
    /* border: 2px solid #09328c; */
    border-radius: 15px;
    padding: 0 10px;
    gap: 10px;
    background-color: #dee2e6;
}
#search_input {
    padding: 0.5rem;
    background-image: none !important;
    border: 0;
    background-color: #dee2e6;
}
#search_input::placeholder {
    color: #888888;        /* 글씨 색깔 */
    font-weight: bold;     /* 폰트 굵기 */
    font-size: 15px;       /* 폰트 크기 (필요시 추가) */
}
#search_icon {
    max-height: 15px;
    /* opacity: 0.6; */
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/select_arrow.png") no-repeat 95% 50%;
    background-color: #fff;
    padding-right: 12px;
}
select::-ms-expand {
    display: none;
}
#wrap {
    /* height: calc(100vh - 300px); */
    min-height: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* padding-bottom: 300px; */
}
#footer {
    /* height: 308px; */
    position: relative;
    bottom: 0;
    /* transform: translateY(-100%); */
}
header {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.bx-wrapper .bx-controls-direction a {
    width: 33px;
    height: 33px;
}

.bx-wrapper {
    margin-bottom: 2rem;
}
.gallery-box {
    margin-top: 15px;
    transition: transform 0.4s;
    min-height: 300px;
}
.gallery-box:hover {
    transform: translateY(-5px);
}
.gallery-box .gallery-container .gallery-overlay {
    /* position: absolute; */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 16px;
}
.gallery-container {
    min-height: 220px;
    min-width: 204px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.responsive-swiper .img-fluid {
    aspect-ratio: 1 / 1; /* 가로:세로 비율을 1:1로 유지합니다. */
}
.img-fluid {
    width: 100%;
    height: 100%;
    /* border-top-left-radius: 6px;
    border-top-right-radius: 6px; */
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
    /* overflow: hidden; */
}
/* .swiper-button-next {
    background: url(/../images/next1.png) no-repeat;
    background-size: 33px;
    background-position: center;
    width: 35px; 
    color: #6e6e6e;
    top: 45%;
} */
/* .swiper-button-next {
    position: relative;
    float:left;
    border:1px solid #000;
    width:100px;
    height:100px;
    margin-right:5px;
} */
.swiper-button-next::after {
    position: absolute;
    content: '';
    width: 20px; /* 사이즈 */
    height: 20px; /* 사이즈 */
    border-top: 5px solid #fff; /* 선 두께 */
    border-right: 5px solid #fff; /* 선 두께 */
    transform: rotate(45deg); /* 각도 */
    margin-right: 10px;
}
.swiper-button-next:hover{
    background: #ffffffbe;
}

.swiper-button-next:hover::after{
    border-top: 5px solid #000; /* 선 두께 */
    border-right: 5px solid #000;
}

/* .swiper-button-prev {
    background: url(../images/prev1.png) no-repeat;
    background-size: 33px;
    width: 35px; 
    color: #6e6e6e;
    left: -50px;
    top: 45%;
} */
.swiper-button-prev::after {
    position: absolute;
    /* left: 35px;  */
    /* top: 20px; */
    content: '';
    width: 20px; /* 사이즈 */
    height: 20px; /* 사이즈 */
    border-top: 5px solid #fff; /* 선 두께 */
    border-right: 5px solid #fff; /* 선 두께 */
    transform: rotate(225deg); /* 각도 */
    margin-left: 10px;
}

.swiper-button-prev:hover{
    background: #ffffffbe;  
}

.swiper-button-prev:hover::after{
    border-top: 5px solid #000; /* 선 두께 */
    border-right: 5px solid #000;
}


/* .swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
} */
.gnb {
    width: 1300px;
    height: 74px;
    margin: 0 auto;
    clear: both;
    display: table;
    font-size: 1.1em;
    font-weight: 400;
}
.gnb_login_bg {
    width: 100%;
    /* background: url(../images/gnb_login_bg.png) repeat-x center center; */
    background-size: auto 2px; /* 세로 줄의 높이를 1px로 설정 */
    position: relative;
}
.gnb_login_bg::before {
    content: "";
    opacity: 0.8;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
}
.gnb_login {
    /* max-width: 1300px; */
     width: 1300px;
    /* height: 104px; */
    height: 115px;
    margin: 0 auto;
    /* clear: both;
    display: table; */
    font-size: 1.1em;
    font-weight: 400;
    position: relative;
}
.gnb_login p {
    float: left;
    height: 74px;
    line-height: 74px;
    cursor: pointer;
}
.gnb_login .menu {
    /*
    display: flex;
    justify-content: space-around;
    line-height: 50px;
    color: #666;
    flex-wrap: nowrap;
    */
    display: flex;
    justify-content: flex-start;
    line-height: 50px;
    color: #666;
}
.gnb_login .menu2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 60px;
    line-height: 46px;
    font-size: 15px;
}
.gnb_login .menu3 {
    float: right;
}
.gnb_login .menu3 li {
    float: left;
    line-height: 74px;
    cursor: pointer;
    padding: 0 30px;
}
.gnb_login .menu3 li:last-child {
    float: left;
    line-height: 74px;
    cursor: pointer;
    padding: 0;
}
.gnb_login .menu2 li {
    margin: 0 10px;
    /* width: 95px; */
    cursor: pointer;
    float: right;
    color: #fff;
    font-size: 1em;
    /* padding: 0 20px; */
    border-right: 1px solid transparent;
    color: #383838;
    text-align: center;
    white-space: nowrap;
}
.gnb_login .menu2 li:hover {
    /* background-color: #20a8d8; */
    color: #747474;
}
.gnb_login .menu2 li:last-child {
    border-left: 1px solid transparent;
}
.gnb_login .menu li {
    /*
    text-align: center;
    float: left;
    padding: 0 20px;
    font-size: 19px;
    cursor: pointer;
    color: #383838;
    white-space: nowrap;
    width: 100%;
    border-bottom: solid rgb(255 255 255 / 0%);
    */
    text-align: left;
    padding: 0px;
    font-size: 18px;
    cursor: pointer;
    color: #383838;
    font-weight: bold;
    white-space: nowrap;
    width: auto;
    padding-right: 100px;
    border-bottom: solid rgb(255 255 255 / 0%);   
}
.gnb_login .menu li:hover {
    /*
    float: left;
    cursor: pointer;
    color: #09328c;
    */
}
.gnb_login .menu li span:hover {
    border-bottom: solid #747474;       
    color: #747474;
}
.gnb_login .menu .active {
    color: #135199;
    font-weight: 600;
}
.gnb_login p {
    float: left;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}
.gnb p {
    float: left;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}
/* #classMenuDiv,
#classMenuDiv2 {
    overflow: hidden;
    position: relative;
    width: 100vw;
} */
.gnb .menu {
    /* float: left;
    margin: 0 85px;
    line-height: 74px; */

    display: flex;
    justify-content: flex-start;
    line-height: 50px;
    color: #666;
}
.gnb .menu li {
        /*
        text-align: center;
        padding: 0 20px;
        font-size: 18px;
        cursor: pointer;
        color: #383838;
        white-space: nowrap;
        width: 100%;
        border-bottom: solid rgb(255 255 255 / 0%);
        */
        text-align: left;
        padding: 0px;
        font-size: 18px;
        cursor: pointer;
        color: #383838;
        font-weight: bold;
        white-space: nowrap;
        width: auto;
        padding-right: 100px;
        border-bottom: solid rgb(255 255 255 / 0%);        
}

.gnb .menu li:hover {
    /* float: left;
    cursor: pointer;
    color: #09328c; */
}
.gnb .menu li span:hover {
    border-bottom: solid #747474;       
    color: #747474;
}
.gnb .menu .active {
    color: #135199;
    font-weight: 600;
}
.gnb .menu2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 60px;
    line-height: 46px;
    font-size: 15px;
    /* float: right;
    cursor: pointer; */
}
.gnb .menu2 li {
    width: 70px;
    cursor: pointer;
    float: right;
    color: #fff;
    /* font-size: 15px; */
    /* padding: 0 20px; */
    border-right: 1px solid transparent;
    color: #383838;
    text-align: center;
    white-space: nowrap;
    /* float: right;
    margin-right: 40px;
    padding: 10px 0;
    width: 80px;
    margin-top: 15px;
    text-align: center; */
}
.gnb .menu2 li:first-child {
    border: 1px solid #888;
    margin-right: 0;
}

.gnb .menu2 li:hover {
    color: #747474;
}

.liFirst span{
    padding-bottom: 15px;
}

.totalMenuList {
    width: 99.9%;
    background-color: #fff;
    top: 1px;
    border: 1px solid #eee;
    border-top-color: transparent;
    /* border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px; */
    z-index: 10;
    box-shadow: 0px 11px 20px 0px rgb(0 0 0 / 11%);
    border-top: 1px solid #ddd;
}

.totalMenufirst {
    font-size: 1rem;
    cursor: pointer;
    color: #383838;
    font-weight: 600;
    padding-bottom: 1.5rem;
}

.totalMenuSecond {
    font-size: 16px;
    cursor: pointer;
    color: #383838;
    /* font-weight: 600; */
    /* margin-bottom: 1.2rem; */
}
.totalMenuThirdGroup {
    margin-top: 0.2rem;
}

.totalMenuThird {
    font-size: 0.9rem;
    cursor: pointer;
    color: #383838;
    font-weight: 400;
    padding-top: 0.3rem;
}

.totalMenufirst:hover,
.totalMenuSecond:hover,
.totalMenuThird:hover {
    color: #747474;
    border-bottom: 1px solid !important;
}

.login_bg .company_search {
    width: 60px;
    float: right;
    margin: 7px 5px 0 0;
}
.content_bg {
    width: 100%;
    background: url(../images/con_bg.png) center;
    padding: 100px 0;
}
.content_bg2 {
    width: 100%;
    padding: 100px 0;
    background: url(../images/con_bg2.jpg) center;
}
.content_bg3 {
    width: 100%;
    padding: 100px 0;
    background: url(../images/con_bg5.jpg) center;
}
.content {
    max-width: 1300px;
    margin: 0 auto;
}
.search_box {
    width: 670px;
    padding: 30px;
    background-color: #f2f2f2;
    margin: 0 auto;
    position: relative;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.search_box .title {
    font-size: 2em;
    color: #20a8d8;
    font-weight: 500;
}
.search_box .search_con {
    margin-top: 140px;
}
.search_con input[type="text"] {
    width: 290px;
    padding: 8px;
    margin-bottom: 24px;
    cursor: pointer;
    z-index: 1;
    float: left;
    border: 1px solid #aaa;
    height: 23px;
}
.search_con input.air_date {
    width: 120px;
    padding: 8px;
    margin-bottom: 24px;
    cursor: pointer;
    border: 1px solid #aaa;
    background-color: #fff;
    font-size: 14px;
    font-family: "Noto Sans KR", sans-serif;
    height: 23px;
    line-height: 23px;
}
.search_con input.hotel_date {
    width: 120px;
    padding: 8px;
    margin-bottom: 24px;
    cursor: pointer;
    border: 1px solid #aaa;
    background-color: #fff;
    font-size: 14px;
    font-family: "Noto Sans KR", sans-serif;
    line-height: 23px;
}
.search_con select {
    width: 291px;
    padding: 8px;
    margin-bottom: 24px;
}
.search_con .arrow1 {
    margin: 11px 12px;
    width: 18px;
    float: left;
}
.search_con .form-check {
    margin-bottom: 15px;
}
.search_con .btn {
    width: 100px;
}
.search_con .input_box {
    width: 306px;
    position: relative;
    float: left;
}
.search_con .input_box3 {
    margin-right: 30px;
    width: 140px;
    position: relative;
    float: left;
}
.search_con .input_box4 {
    margin-right: 38px;
    width: 140px;
    position: relative;
    float: left;
}

.search_con .input_box3 .icon1 {
    position: absolute;
    top: 10px;
    right: 10px;
}
.input_box3 i {
    padding: 8px 8px 8px 150px;
}

.input_box i {
    padding: 8px;
}
.many_time i {
    padding: 8px;
}
.search_con .input_box .icon1 {
    float: left;
    margin: 10px -32px 0;
    z-index: 0;
    display: inline;
}
.search_con .search_list {
    display: table;
    clear: both;
}
.search_box .search_tab {
    width: 710px;
    padding: 15px 30px;
    background-image: linear-gradient(to right, #20a8d8, #71c9e8);
    color: #fff;
    font-size: 1.5em;
    position: absolute;
    top: 80px;
    left: -20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.search_tab ul {
    display: table;
    clear: both;
}
.search_tab ul li {
    float: left;
    padding: 10px 30px;
    border-radius: 10px 10px 10px 10px;
    margin-right: 5px;
    font-weight: 600;
    font-family: "Noto Sans KR", sans-serif;
}
.search_tab ul li.active {
    background-color: rgba(255, 255, 255, 0.3);
}

.footer_bg {
    /* height: 200px; */
    width: 100%;
    padding: 15px 0;
    display: block;
    position: sticky;
    bottom: 0;
    background-color: #d9ddf3;
    border-top: 1px solid #ddd;
}
.footer_con {
    max-width: 1300px;
    /* height: 150px; */
    margin: 0 auto;
    display: grid;
    clear: both;
}
.footer_con ul li {
    float: left;
    /* padding: 0 15px; */
    /* border-right: 1px solid #ddd; */
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
.footer_con ul li:first-child {
    /* padding: 0 15px 0 0; */
}
.footer_con ul li:last-child {
    border: 0;
}
.footer_con div {
    text-align: left;
    line-height: 25px;
}
.footer_con .logo2 {
    /* float: right; */
    height: 100px;
}
.footer_con span,
.footer_con a {
    color: #000;
    font-size: 15px;
    /* font-family: Pretendard; */
    text-align: center;
    line-height: 19px;
    font-weight: 400;
}
.search_con .list2 {
    display: none;
}
.search_con .list3 {
    display: none;
}

#modal {
    width: 600px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -300px;
    background-color: #fff;
    padding: 20px;
    z-index: 5;
    display: table;
    clear: both;
    display: none;
}
#modal_date {
    width: 600px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -300px;
    background-color: #fff;
    padding: 20px;
    z-index: 5;
    display: table;
    clear: both;
    display: none;
}
#modal_back {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    display: none;
}
.modal_title {
    font-size: 1.5em;
    line-height: 1.5em;
    /* font-weight: 600; */
    margin-bottom: 20px;
    float: left;
    width: 80%;
    color: #fff;
}
.search_input {
    width: 75%;
    padding: 10px;
    border: 2px solid #20a8d8;
    float: left;
}
.search_input_btn {
    width: 21%;
    height: 40px;
    line-height: 40px;
    background-color: #20a8d8;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
    font-weight: 500;
    float: left;
    margin-bottom: 20px;
    cursor: pointer;
}
.modal_close_btn {
    float: right;
    cursor: pointer;
}
.many_time_box {
    clear: both;
    display: table;
    width: 100%;
}
.many_time {
    width: 130px;
    float: left;
    position: relative;
}
.many_time .icon1 {
    position: absolute;
    top: 10px;
    right: 10px;
}
.many_time input[type="text"] {
    width: 110px;
}
.city_icon {
    float: left;
}
.mr-20 {
    margin-right: 10px;
}
.city_icon .plus_btn {
    padding: 10px 6px;
    background-color: #999;
    color: #fff;
    text-align: center;
    width: 70px;
    height: 21px;
    line-height: 21px;
}
.city_icon .minus_btn {
    padding: 10px 6px;
    background-color: #999;
    color: #fff;
    text-align: center;
    width: 66px;
}
.many_time_box3 {
    display: none;
}
.search_table {
    width: 100%;
    border-top: 1px solid #ddd;
}
.search_table th {
    width: 25%;
    text-align: center;
    padding: 10px 0;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
}
.search_table td {
    width: 25%;
    text-align: center;
    padding: 10px 0;
    font-weight: 200;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    color: #333;
}
.search_table_box {
    width: 100%;
    max-height: 500px;
    overflow-y: scroll;
}
.person_select {
    width: 268px;
    background-color: #fff;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -134px;
    margin-top: -150px;
    border: 1px solid #ddd;
    box-shadow: 3px 3px 1px 1px #aaa;
    display: none;
    z-index: 10;
}
.person_select {
    font-size: 21px;
    line-height: 40px;
}
.person_select .person_title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.person_select .fc-aaa {
    font-size: 14px;
    color: #aaa;
}
.person_select select {
    width: 90%;
    text-align: center;
    padding: 0 5%;
    border: 1px solid #ddd;
    font-size: 16px;
}
.mb-20 {
    margin-bottom: 20px;
}
.person_select .person_cnt p {
    border: 1px solid #20a8d8;
    border-radius: 20px 20px 20px 20px;
    width: 30px;
    text-align: center;
    color: #20a8d8;
    font-size: 30px;
}
.person_cnt {
    display: block;
    clear: both;
    float: right;
}
.person_cnt input {
    width: 30px;
    text-align: center;
    border: 1px solid #ddd;
    height: 37px;
}
.person_close {
    float: right;
}
.person_confirm {
    width: 100%;
    text-align: center;
    background-color: #20a8d8;
    color: #fff;
    margin-top: 10px;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
}
.search_con input.air_date2 {
    width: 280px;
    margin-right: 50px;
}
.input_box5 {
    width: 300px;
    position: relative;
    float: left;
    margin-right: 48px;
}
.input_box5 i {
    padding: 8px 0 10px 330px;
}
.input_box5 input.air_date {
    width: 292px;
}
.input_box6 {
    width: 270px;
    margin-right: 5px;
    float: left;
}
.input_box6 i {
    padding: 8px 0 8px 245px;
}
.input_box6 input.air_date {
    width: 253px;
}
.search_bar_bg {
    width: 100%;
    background: url(../images/con_bg.png) center;
}
.search_bar_bg2 {
    width: 100%;
    background: url(../images/con_bg3.png) center;
}
.search_bar_bg3 {
    width: 100%;
    background: url(../images/con_bg6.jpg) center;
}
.search_bar_bg .search_bar {
    max-width: 1300px;
    margin: 0 auto;
    padding: 25px 0 20px;
    display: table;
    clear: both;
}
.search_bar_bg .list_search_tab {
    clear: both;
    display: table;
}
.search_bar_bg .list_search_tab .tabs li {
    float: left;
}
.search_bar_bg .list_search_tab .tabs li button {
    background-color: #aaa;
    font-size: 1em;
}
.search_bar_bg .list_search_tab .tabs li.active button {
    background-color: #155098;
}
.search_bar_bg .tablist {
    clear: both;
    display: table;
}
.search_bar_bg .list2,
.search_bar_bg .list3 {
    display: none;
}
.search_bar_bg .tablist input {
    padding: 10px;
    width: 160px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 14px;
    line-height: 21px;
    height: 21px;
}
.search_bar_bg .tablist li {
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
}
.search_bar_bg .tablist .arrow1 {
    padding: 5px;
    margin-top: 10px;
}
.search_bar_bg .search_list {
    display: table;
    clear: both;
}
.search_bar_bg .search_list .btn {
    margin: 0;
}
.search_bar_bg .tablist .air_date2 {
    width: 340px;
}
.search_bar_bg .tablist .input_box5 {
    width: 360px;
    padding-bottom: 20px;
}
.search_bar_bg .tablist .input_box6 {
    width: 360px;
}
.search_bar_bg .many_time {
    width: 182px;
}
.search_bar_bg .mb-10 {
    display: table;
    clear: both;
}
.search_bar_bg .pb-20 {
    padding-bottom: 20px;
}
.search_bar_bg .many_time_box3 {
    display: none;
}
.search_bar_bg .plus_btn,
.search_bar_bg .minus_btn {
    padding: 11px 6px;
}
.search_bar_bg .tablist .input_box6 i {
    padding: 8px;
}
.search_bar_bg .height53 {
    height: 53px;
    margin: 0;
    padding: 0;
}
.color-white {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    font-weight: 300;
    padding: 5px 10px;
}
.search_con_bg {
    width: 100%;
    background: #fff;
}
.search_container {
    width: 1300px;
    /* max-width: 1300px; */
    margin: 0 auto;
    padding: 0;
    display: table;
    clear: both;
}
.search_container .search_align {
    display: table;
    clear: both;
    width: 1030px;
    height: 33px;
}
.search_container select {
    padding: 5px 32px 5px 20px;
    float: right;
    margin-left: 20px;
    border: 1px solid #ddd;
    color: #666;
}
.search_container .search_cnt {
    float: left;
    font-size: 1.2em;
    color: #999;
    line-height: 38px;
}
.search_container .radio_box {
    float: right;
    font-size: 1.2em;
    color: #999;
    height: 38px;
    line-height: 38px;
}
.search_container .radio_box label {
    font-size: 1.1em;
}
.airtel_table_list {
    width: 100%;
    border: 1px solid #ddd;
    display: none;
}
.airtel_table_list tr th {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    /* width:16%; */
    background-color: #f8f8f8;
}
.airtel_table_list tr td {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    /* width:16%; */
}
.company_logo img {
    width: 15%;
}
.company_logo {
    text-align: right;
    float: right;
}
.al_right {
    float: right;
}
.al_left {
    float: left;
}
.search_align .align_right {
    right: 0;
}
.search_align {
    padding: 15px;
    background-color: #f5f5f5;
    vertical-align: middle;
}
.re_search {
    width: 340px;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 30px 30px 0 0;
    float: left;
}
.re_search .re_search_title {
    font-size: 1.3em;
    padding: 10px 0;
    font-weight: 400;
}
.re_search .btn {
    font-size: 1em;
}
.re_search .remove {
    background-color: #666;
}
.re_search .date_box {
    display: table;
    clear: both;
    border: 1px solid #fff;
    width: 100%;
    line-height: 30px;
    vertical-align: middle;
    margin: 20px 0;
}
.date_box .fromto {
    margin-bottom: 5px;
}
.re_search .date_box .date_box_msg {
    float: left;
    margin: 5px;
    font-weight: 500;
    width: 60px;
}
.re_search .date_box select {
    width: 195px;
    height: 30px;
}
.re_search .re_search_title2 {
    width: 100%;
    border-bottom: 1px solid #ddd;
    font-size: 1.2em;
    font-weight: 400;
    padding: 3% 0;
    margin-bottom: 10px;
}
.gj-slider-md [role="handle"] {
    background-color: #20a8d8;
}
.gj-slider-md [role="progress"] {
    background-color: #20a8d8;
}
.search_list_box {
    width: 666px;
    margin: 30px 0 0 0;
    float: right;
    /*	border:1px solid #ddd;*/
}
.search_list_box_airplushotel {
    float: none;
}
.search_list_box .air_list {
}
.air_list .air_company_name {
    float: left;
}
.air_list .wd-50 {
    width: 30%;
}
.air_data_box {
    float: left;
    margin: 0 40px;
}
.air_data_box_2 {
    float: left;
    margin: 10px;
}
.air_list .air_data {
    width: 320px;
    display: table;
    clear: both;
    position: relative;
}
.manager_table {
    width: 100%;
}
.manager_table {
    width: 100%;
}
.manager_table td,
.manager_table th2018-12-17 {
    padding: 5px 10px;
}
.air_data_box .mb-20 {
    margin-bottom: 30px;
}
.air_list .air_data3 {
    position: absolute;
    top: 0;
    left: 192px;
}
.air_list .air_data li {
    float: left;
    margin-bottom: 5px;
}
.air_list .start_air {
    margin-bottom: 40px;
}
.air_list .start_air_2 {
    margin-top: 10px;
    width: 150px;
}
.air_list .air_data1,
.air_list .air_data4 {
    font-size: 2em;
}
.air_data1,
.air_data2,
.air_data3,
.air_data4 {
    width: 68px;
}
.air_list .air_data li.air_data2 {
    width: 105px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    margin: 0 30px 0 20px;
}
.air_list .air_data3 {
    margin-right: 30px;
}
.air_list .air_data3 img {
    margin-top: 15px;
}
.air_list .air_data5 {
    width: 67px;
    text-align: center;
}
.air_list .air_data6 {
    width: 105px;
    text-align: center;
    margin: 0 30px 0 20px;
}
.air_list .air_data7 {
    width: 67px;
    text-align: center;
}
.air_data_box2 {
    width: 140px;
    text-align: center;
    height: 120px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -65px;
}
.air_data_box2 p {
    text-align: center;
    margin: 10px auto;
}
.air_data_price {
    font-size: 1.6em;
    font-weight: 500;
}
.air_data_box2 .btn1 {
    width: 100px;
    text-align: center;
    border: 1px solid #20a8d8;
    color: #20a8d8;
    padding: 10px 0;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
    cursor: pointer;
}
.air_data_box2 .btn2 {
    width: 100px;
    text-align: center;
    border: 1px solid #20a8d8;
    background-color: #20a8d8;
    color: #fff;
    padding: 10px 0;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
}
.air_detail .air_list2 {
    margin-top: 50px;
}
.air_list2 .air_list2_title {
    padding: 10px 30px;
    background-color: #efefef;
}
.air_list2 .title_box {
    background-color: #155098;
    padding: 3px 10px;
    font-weight: 400;
    color: #fff;
}
.air_list2 .time_required {
    font-weight: 600;
    float: right;
}
.air_list2 .goto_area {
    font-size: 18px;
    font-weight: 500;
    padding: 0 10px;
}
.air_list2 .goto_area#txtSubtitle {
    max-width: 770px;
}
.air_list2 .goto_area .line {
    width: 40px;
    border-bottom: 1px solid #000;
}
.air_list2 .goto_con {
    padding: 20px 30px;
    clear: both;
    display: table;
}
.goto_con .air_com {
    float: left;
    padding-right: 100px;
}
.goto_con .process {
    float: left;
}
.goto_con .process li {
    float: left;
}
.goto_con .process .icon {
    margin: 0 10px;
}
.goto_con .process .time {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
}
.goto_con .process .time2 {
    color: #999;
}
.price_con {
    border-top: 1px solid #aaa;
    padding: 10px 0;
}
.price_con .price_title {
    font-size: 1.2em;
    font-weight: 400;
    padding: 10px 0;
}
.price_con .price_table {
    width: 600px;
}
.price_con .price_table .air_cart {
    background-color: #999;
    box-shadow: 0 0 0 0;
}
.price_con .price_table th {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    font-weight: 400;
    text-align: center;
    background-color: #f8f8f8;
}
.price_con .price_table td {
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
.total_price {
    font-size: 1.2em;
    font-weight: 400;
}
.hide {
    display: none;
}
.regulation {
    width: 600px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    margin-left: -300px;
    margin-top: -300px;
    display: none;
    z-index: 10;
    padding: 20px;
}
.regulation_con {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.regulation_con .close_btn {
    position: absolute;
    top: 0;
    right: 0;
}
.air_detail {
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    margin-left: -300px;
    margin-top: -300px;
    display: none;
    z-index: 10;
    padding: 20px;
}
.reservation {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}
.reservation .price_table {
    width: 640px;
}
.reservation .title {
    margin: 50px 0 10px;
    border-bottom: 2px solid #000;
}
.reservation .air_list2 {
    width: 584px;
}
.reservation .air_list3 {
    /* width: 640px; */
    width: 100%;
    max-width: 760px;    
}
.reservation_data {
    /* border: 3px solid #aaa; */
    width: 340px;
    /* position: fixed; */
    /* bottom: 15%; */
    /* left: 50%; */
    /* margin-left: 145px; */
    /* margin-top: -240px; */
    /* background-color: #aaa; */
    z-index: 10;

    position: absolute;
    right: 0;
}
.reservation_data .subject {
    color: #fff;
    font-size: 1.3em;
    padding: 20px;
    font-weight: 500;
}
.reservation_data .subject2 {
    font-size: 1.3em;
    padding: 10px 20px;
    font-weight: 500;
    background-color: #eaeaea;
}
.total_data {
    background-color: #fff;
    /* padding: 0px 20px; */
    display: table;
    clear: both;
    box-sizing: border-box;
    width: 100%;
}

.total_data .t1 {
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1em;
    display: block;
    /* width: 60px; */
    float: left;
    height: 41px;
    line-height: 41px;
    vertical-align: bottom;

}
.total_data .t1 .t1_ex {
    font-size: 0.7em;
    line-height: 0.7em;
    font-weight: 300;
    color: #aaa;
    display: block;
}
/* .total_data p {
    text-align: right;
} */
.total_data .total_price {
    font-size: 2em;
    font-weight: 500;
    color: #ff0000;
    padding: 10px 0;
    width: 240px;
    text-align: right;
}
.total_data .bd-1px {
    padding-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed;
}
.total_data .t2 {
    line-height: 2em;
}

.total_data2 {
    background-color: #fff;
    padding: 20px;
    display: table;
    clear: both;
    box-sizing: border-box;
    width: 100%;
}
.total_data2 .t1 {
    text-align: left;
    float: left;
    width: 170px;
    border-bottom: 1px solid #ddd;
}
.total_data2 p {
    text-align: right;
}
.total_data2 .total_price {
    width: 130px;
    /* height: 32px; */
    line-height: 32px;
    float: right;
    /* font-size: 1.5em; */
    font-weight: 500;
    border-bottom: 1px solid #ddd;
}
.total_data2 .t2 {
    text-align: left;
}
.total_data2 .t2 .t3 {
    float: right;
}
.reservation_data .confirm_btn {
    width: 200px;
    text-align: center;
    padding: 15px;
    /* background-color: #20a8d8; */
    color: #000; 
    text-align: center;
    font-size: 1.6em;
    color: #fff;
    margin: 10px auto;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
}
.reser_data1 {
    width: 640px;
}
.reser_data1_table {
    width: 640px;
    border-top: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
}
.reser_data1_table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.reser_data1_table td input {
    width: 50%;
    padding: 5px;
}
.reser_data1_table td input.email_input {
    width: 30%;
    padding: 5px;
}
.reser_data1_table td input.check2 {
    width: 50%;
    padding: 5px;
}
.reser_data1_table td select {
    padding: 5px 20px 5px 10px;
    height: 18px;
}
.reser_data1_table th {
    font-weight: 300;
    background-color: #eaeaea;
    width: 110px;
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
}
.essential {
    color: #20a8d8;
}
.reser_ex::before {
    content: " ";
}
.reser_data2_table {
    border-top: 2px solid #ced4da;
    width: 100%;
}
.reser_data2_table td {
    padding: 30px 0;
}
.reser_data2_table .reser2_content {
    width: 630px;
    padding: 5px;
}
.reser_data2_table td input {
    width: 485px;
    margin-left: 5px;
    padding: 5px;
}
.reser_data2_table td select {
    padding: 5px 5px;
    /* width: 94px; */
    width: 50%;
    margin-left: 5px;
}
.reser_data2_table th {
    font-weight: 300;
    background-color: #eaeaea;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.reser_data2_table .color-red {
    color: #ff0000;
}
.reser_data2_table .reser_data2_table_info {
    /* text-align: center; */
    background-color: #fcfcfc;
}
.reser_data3,
.reser_data4 {
    width: 640px;
}
.reser_data3 .color-red {
    color: #ff0000;
}

ul.tabs2 {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    width: 100%;
    font-family: "dotum";
    font-size: 12px;
}
ul.tabs2 li {
    float: left;
    text-align: center;
    cursor: pointer;
    width: 79px;
    height: 40px;
    padding-top: 10px;
    line-height: 16px;
    border: 1px solid #eee;
    border-left: none;
    font-weight: bold;
    background: #fafafa;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
ul.tabs2 li.active {
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
}
.tab_container2 {
    border: 1px solid #eee;
    border-top: none;
    clear: both;
    float: left;
    width: 640px;
    background: #ffffff;
    margin-top: 30px;
}
#container {
    display: table;
    clear: both;
    padding: 0 1%;
}
.tab_content2 {
    font-size: 12px;
    display: none;
    height: 280px;
    position: relative;
}
.tab_content2 .agree_check {
    position: absolute;
    bottom: 10px;
    left: 30px;
}
.tab_container2 .tab_content2 ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.tab_container2 .tab_content2 ul li {
    padding: 5px;
    list-style: none;
}
.tab_content2 .tab_con {
    height: 200px;
    overflow-y: auto;
    padding: 20px;
}
.reser_data5 {
    width: 646px;
    margin-bottom: 50px;
}
.reservation_pop {
    width: 600px;
    height: auto;
    min-height: 400px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -200px;
    background-color: #fff;
    text-align: center;
    display: none;
    z-index: 10;
    box-shadow: 2px 2px 2px 2px #999;
}
.reservation_pop .check_icon {
    margin: 60px 0 0;
}
.reservation_pop .title {
    font-size: 1.5em;
    line-height: 2em;
}
.complete_bg {
    width: 760px;
    margin: 80px auto;
}
.complete_con {
    text-align: center;
    margin: 50px 0;
    font-size: 1.5em;
    line-height: 1.7em;
}
.complete_con .title {
    font-size: 1.5em;
}
.reser_no {
    color: #20a8d8;
    font-weight: 500;
}
.reser_ex {
    color: #ff0000;
}
.login_bg {
    width: 100%;
    margin: 0 auto;
}
.login_bg .container {
    /* width: 800px; */
    /* margin: 42px auto; */
    /* border: 1px solid #ddd; */
    text-align: center;
    padding: 0;
    display: table;
    clear: both;
}
.login_bg .modify_none {
    color: #454545;
}
.login_bg .tabs2 li {
    width: 320px;
    font-size: 1.3em;
    line-height: 2em;
}
.login_bg .tabs2 li.active {
    color: #20a8d8;
}
.login_bg .tab_container2 {
    width: 100%;
    border: 0;
    margin-top: 10px;
    float: left;
}
.login_bg .tm_movie {
    float: right;
    padding: 20px;
}
.login_bg .tab_container2 .tab_content2 {
    overflow: hidden;
    border: 0;
    height: 100%;
    max-width: 500px;
    width: 100%;
}
.login_bg input {
    padding: 10px;
    margin-bottom: 15px;
    min-width: 235px;
    height: 25px;
    width: 100%;
    max-width: 625px;
    border-radius: 10px;
    border: solid 0.5px #999999;
}
.login_bg button {
    width: 200px;
    /* margin-right: 10px */
}
.login_bg select {
    width: 237px;
    padding: 10px;
    margin-bottom: 5px;
}
.login_bg .form-check {
    margin-top: 5px;
    margin-left: 3px;
    padding-left: 0;
    text-align: left;
    width: 100%;
}
.login_bottom_btn {
    width: 100%;
    /* border: 1px solid #ddd; */
    padding: 10px 0;
    float: left;
}
.login_bottom_btn div {
    width: 100%;
    max-width: 260px;
}
.login_bottom_btn span {
    padding: 0 10px;
}
.login_bg .pw {
    width: 700px;
    margin: 80px auto;
    text-align: center;
    padding: 60px 20px;
}
.login_bg .pw table {
    width: 530px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.login_bg .pw table th {
    font-weight: 400;
    padding: 10px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
}
.login_bg .pw table td {
    border-bottom: 1px solid #ddd;
    text-align: left;
}
.login_bg .pw table td.domain_td {
    padding: 10px;
}
.login_bg .pw table input {
    margin-top: 4px;
    border: 0;
}
.login_bg .pw table input.domain {
    color: #454545;
    padding: 0;
}
.login_bg .pw table .wd-130 {
    width: 130px;
}
.login_bg .pw table select {
    border: 1px solid #ddd;
    color: #666;
    margin-top: 7px;
}
.login_bg .pw table .wd-100 {
    width: 100px;
    margin-left: 10px;
}
.login_bg .pw table .wd-50 {
    width: 50px;
}
.login_bottom_btn span {
    cursor: pointer;
}
#naverIdLogin_loginButton {
    background-color: #03c75a;
    /* height: 4rem; */
    cursor: pointer;
    width: 100%;
    max-width: 625px;
}
#naverIdLogin_loginButton img {
    /* height: 4rem; */
    left: 2.5%;
}
#kakaoIdLogin {
    /* height: 4rem; */
    background-color: #fee500;
    color: #191919;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    max-width: 625px;
    font-weight: 500;
}
#kakaoIdLogin img {
    /* left: 19px; */
    left: 2.5%;
    margin: 0.375rem;
}
#insta-login-button {
    font-weight: 500;
}
#insta-login-button img {
    /* height: 4rem; */
    left: 2.5%;
    margin: 0.2rem;
    height: 20px !important;
}
.air_thumb {
    clear: both;
    vertical-align: middle;
    position: relative;
    padding: 30px 105px 30px 30px;
    margin-bottom: 10px;
    display: table;
    position: relative;
    width: 530px;
    border: 1px solid #ddd;
}
.air_thumb .delete_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.main_con {
    width: 100%;
    display: block;
    /* min-height: 496px; */
}
.main_con_bg {
    width: 100%;
    display: block;
    clear: both;
    position: relative;
}
.main_content1 {
    max-width: 1300px;
    margin: 0 auto;
    /* margin-bottom: 50px; */
}
.main_content2_bg {
    width: 100%;
    margin: 0 auto;
    /* background-color: #ededed;*/
    border-top: dashed 1px #d2d2d2;
    padding: 30px 0;
}
.main_content2 {
    max-width: 1300px;
    margin: 0 auto;
}
.main_content3 {
    max-width: 1300px;
    margin: 50px auto;
}
.product_list {
    width: 100%;
    display: table;
    clear: both;
}
.product_list img {
    width: 325px;
    height: 212px;
}
h3 {
    font-weight: 400;
    margin: 10px 0;
}
.product_list li {
    float: left;
    cursor: pointer;
}
.product_list .mg-lr {
    margin: 0 40px;
}
.product_list .subject {
    width: 325px;
    height: 40px;
    overflow: hidden;
    font-size: 1.3em;
    margin: 10px 0;
    font-weight: 400;
}
.product_list .subject2 {
    width: 325px;
    height: 32px;
    overflow: hidden;
}
.button_box {
    clear: both;
    display: table;
    margin: 20px 0;
}
.button_box p {
    background-color: #20a8d8;
    width: 80px;
    float: left;
    text-align: center;
    color: #fff;
    padding: 8px;
    border-radius: 5px 5px 5px 5px;
    margin-right: 5px;
}
.button_box p.off {
    background-color: #666;
    width: 80px;
    float: left;
    text-align: center;
    color: #fff;
    padding: 8px;
    border-radius: 5px 5px 5px 5px;
    margin-right: 5px;
}
.input_box .room_cnt {
    width: 306px;
    height: 23px;
    border: 1px solid #aaa;
}
.search_con .hotel_search_input {
    width: 314px;
    margin-right: 21px;
}
.search_con .input_box8 .bak {
    height: 23px;
    width: 50px;
    background-color: #fff;
    cursor: auto;
}
.search_con input.hotel_date {
    width: 306px;
}
.search_con input.hotel_date2 {
    width: 223px;
}
.input_box7 {
    float: left;
    width: 335px;
}
.search_con .input_box8 {
    width: 70px;
    float: left;
}
.input_box9 {
    float: left;
    width: 244px;
    margin-right: 10px;
}
.input_box7 .gj-datepicker-md [role="right-icon"] {
    position: absolute;
    padding: 8px 8px 8px 218px;
    right: 43px;
}
.input_box9 .gj-datepicker-md [role="right-icon"] {
    position: absolute;
    right: -17px;
    padding: 8px 8px 8px 218px;
}
.search_bar .room_cnt {
    width: 235px;
    padding: 9px;
    border: 1px solid #ddd;
}
.search_bar .bak {
    width: 45px;
    padding: 9px;
    height: 23px;
}
.hotel_product {
    margin: 20px 0;
    border: 1px solid #ddd;
    padding: 20px;
    clear: both;
    display: table;
    position: relative;
}
.hotel_product .delete_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.hotel_product ul li {
    float: left;
}
.hotel_product .hotel_con1 {
    width: 330px;
    height: 200px;
}
.hotel_product .hotel_con1 img {
    width: 330px;
    height: 200px;
}
.hotel_product .hotel_con2 {
    width: 380px;
    height: 200px;
    padding: 0 30px;
}
.hotel_product .hotel_con3 {
    width: 222px;
    border-left: 1px solid #ddd;
    height: 200px;
    text-align: center;
    padding-left: 20px;
}
.hotel_con2 .txt1 {
    font-size: 1.5em;
    color: #181818;
    font-weight: 400;
}
.hotel_con2 .txt2 {
    color: #999;
}
.hotel_con2 .txt3 {
    padding: 10px 0;
    font-size: 1.1em;
}
.hotel_con3 .txt1 {
    font-size: 1.3em;
    margin-top: 35px;
}
.hotel_con3 .txt2 {
    margin-top: 10px;
    font-size: 1.7em;
    font-weight: 700;
    color: #d8202d;
    line-height: 1.6em;
}
.hotel_con3 .txt3 {
    margin-bottom: 10px;
}
.hotel_container {
    width: 100%;
    background-color: #f8f8f8;
    padding: 0;
    margin: 0;
}
.hotel_con {
    max-width: 1300px;
    margin: 0 auto;
    background-color: #f8f8f8;
    clear: both;
    display: table;
    padding: 50px 0;
}
.hotel_con .hotel_search_data {
    padding: 15px 10px;
    width: 1040px;
    border-top: 1px solid #ddd;
}
.hotel_con .hotel_summary {
    width: 980px;
    padding: 30px;
    background-color: #fff;
    margin: 0 10px 20px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}
.hotel_summary .txt1 {
    font-size: 2em;
    font-weight: 400;
    color: #181818;
    width: 100%;
}
.hotel_summary .txt2 {
    margin-bottom: 10px;
    width: 100%;
}
.hotel_summary .txt3 {
    color: #999;
    width: 100%;
}
.hotel_summary .txt3 .map_open {
    font-weight: 700;
}
.hotel_summary .summary_option_btn {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -15px;
}
.hotel_con .hotel_picture {
    width: 500px;
    float: left;
    margin: 0 20px 0 10px;
}
.hotel_con .hotel_picture2_1 {
    margin: 0 20px 20px 10px;
    background-color: #fff;
    width: 500px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
    float: left;
}
.hotel_con .hotel_picture2_2 {
    margin: 0 20px 20px 10px;
    background-color: #fff;
    width: 500px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
    float: left;
}
.hotel_con .hotel_picture2_3 {
    margin: 0 20px 20px 10px;
    background-color: #fff;
    width: 500px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
    float: left;
}
.hotel_con .hotel_data {
    background-color: #fff;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
    height: 410px;
    overflow: hidden;
    float: left;
    width: 519px;
    margin-bottom: 20px;
}
.hotel_data .hotel_data_con {
    width: 519px;
    height: 410px;
    display: table;
    clear: both;
    position: relative;
}
.hotel_data_con .txt1 {
    margin-top: 30px;
    background-color: #d8202d;
    color: #fff;
    padding: 10px;
    font-size: 1.2em;
    font-weight: 500;
    width: 66px;
    float: left;
}
.hotel_data_con .txt2 {
    margin-top: 30px;
    font-size: 2em;
    font-weight: 500;
    width: 305px;
    float: right;
    text-align: right;
    margin-right: 30px;
    height: 39px;
    line-height: 41px;
}
.hotel_data_con .txt3 {
    float: right;
    margin-right: 30px;
}
.hotel_data_con .txt4 {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 499px;
    height: 60px;
    text-align: center;
    background-color: #f5f9fb;
    padding: 10px;
}
.hotel_data_con .txt4 img {
    margin: 0 10px;
}
.hotel_data_con .txt5 {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
}
.hotel_introduce {
    width: 500px;
    height: 300px;
    background-color: #fff;
    /* box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1); */
    float: left;
    margin: 0 20px 20px 10px;
}
.hotel_introduce_pop {
    width: 1040px;
    min-height: 300px;
    background-color: #fff;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
    float: left;
    margin: 20px 20px 20px 10px;
}
.hotel_basic_data {
    width: 519px;
    /* height: 300px; */
    background-color: #fff;
    /* box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1); */
    float: left;
}
.hotel_basic_data_pop {
    width: 519px;
    height: 330px;
    background-color: #fff;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
    float: left;
}
.hotel_introduce_pop .txt1,
.hotel_basic_data_pop .txt1 {
    padding: 15px 30px;
    font-size: 1.3em;
    background-color: #eee;
    font-weight: 400;
}
.hotel_introduce .txt1,
.hotel_basic_data .txt1 {
    padding: 15px 10px;
    font-size: 16px;
    /* background-color: #eee; */
    font-weight: bold;
    width: 50%;
    min-width: 40px;
}
.hotel_introduce .txt2,
.hotel_basic_data .txt2 {
    padding: 15px 30px;
    height: auto;
    overflow-y: auto;
}
.hotel_introduce_pop .txt2,
.hotel_basic_data_pop .txt2 {
    padding: 15px 30px;
    min-height: 200px;
    overflow-y: auto;
}
.hotel_introduce .txt3,
.hotel_basic_data .txt3 {
    padding: 15px 30px;
    min-height: 200px;
}
.hotel_table_box {
    background-color: #fff;
    width: 1040px;
    float: left;
    margin: 0 10px 20px;
}
.hotel_table_box .hotel_table td.price {
    color: #d8202d;
    font-weight: 500;
}
.hotel_basic_data .hotel_basic_data_table {
    width: 100%;
}
.hotel_basic_data .hotel_basic_data_table th {
    width: 30%;
    padding: 7px 0;
    border-bottom: 1px dotted #ddd;
}
.hotel_basic_data .hotel_basic_data_table td {
    width: 66%;
    padding: 7px 2%;
    border-bottom: 1px dotted #ddd;
}
.hotel_table_box .hotel_table {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 0 30px;
}
.hotel_table_box .hotel_table th {
    padding: 15px 0;
    text-align: center;
    background-color: #eee;
    font-size: 1.3em;
    font-weight: 400;
}
.hotel_table_box .hotel_table td {
    padding: 15px 0;
    text-align: center;
    font-size: 1.2em;
    font-weight: 300;
    border-bottom: 1px solid #ddd;
}
.hotel_table .txt1 {
    width: 55%;
}
.hotel_table .txt2 {
    width: 15%;
}
.hotel_table .txt3 {
    width: 15%;
}
.hotel_table .txt4 {
    width: 15%;
}
.hotel_introduce2 {
    width: 327px;
}
.hotel_introduce3 {
    margin: 0 0 20px 10px;
}
.product_data {
    width: 1040px;
    margin: 0 10px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
}
.product_data .txt1 {
    font-size: 1.5em;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 10px;
}
.product_data .product_data_table {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: center;
}
.product_data .product_data_table .title {
    padding: 10px 0;
    font-size: 1.2em;
}
.product_data .product_data_table th {
    text-align: center;
    font-size: 1.1em;
    background-color: #ddd;
    padding: 10px 0;
    font-weight: 400;
}
.product_data .product_data_table td {
    padding: 5px 10px;
    border-right: 1px solid #ddd;
}
.product_data .product_data_table td:first-child {
    border-left: 1px solid #ddd;
}
.product_data .price {
    text-align: right;
}
.product_data .exp {
    font-size: 0.9em;
}
.product_data .price .money {
    padding: 10px 0 0 0;
}
.product_data .price .money .txt1 {
    font-size: 1.5em;
    border: 0;
    color: #d8202d;
}
.product_data .price .money .txt2 {
    font-size: 1em;
}
.product_data .txt2 {
    font-weight: 400;
    font-size: 1.1em;
}
.product_data .cancel_exp {
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fefefe;
    height: 400px;
    overflow-y: auto;
}
.product_data .hotel_agree {
    width: 1040px;
    margin: 20px 0;
}
.product_data .hotel_agree .tabs2 li {
    width: 259px;
    height: 50px;
    line-height: 50px;
}
.product_data .tab_container2 {
    width: 1040px;
}
.hotel_user_data {
    width: 100%;
}
.hotel_user_data .hotel_user_data_table {
    width: 100%;
    background-color: #fff;
}
.hotel_user_data .hotel_user_data_table .txt1 {
    font-size: 1em;
    font-weight: 300;
    width: 15%;
    border-top: 1px solid #ddd;
    padding: 0 10px;
}
.hotel_user_data .hotel_user_data_table .txt2 {
    width: 35%;
    border-top: 1px solid #ddd;
}
.hotel_user_data .hotel_user_data_table .txt3 {
    width: 15%;
    border-top: 1px solid #ddd;
    padding: 0 10px;
}
.hotel_user_data .hotel_user_data_table .txt4 {
    width: 35%;
    border-top: 1px solid #ddd;
}
.hotel_user_data .hotel_user_data_table tr td {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.hotel_user_data .hotel_user_data_table tr td input[type="text"] {
    padding: 5px;
    border: 1px solid #ddd;
}
.hotel_user_data .hotel_user_data_table textarea {
    width: 80%;
    min-height: 150px;
    border: 1px solid #ddd;
}
.hotel_user_data_table input.input1 {
    width: 70%;
}
.hotel_user_data_table input.input2 {
    width: 100px;
    margin-top: 7px;
}
.hotel_user_data_table input.input3 {
    width: 70%;
    margin: 3px 0;
}
.hotel_user_data_table input.input4 {
    width: 70%;
    margin: 3px 0;
}
.hotel_user_data_table input.input5 {
    width: 111px;
    margin: 3px 0;
}
.user_address .btn {
    height: 20px;
    padding: 6px 20px;
    margin-top: 0;
}
.hotel_user_data select {
    width: 70%;
    padding: 5px;
    border: 1px solid #ddd;
}
.hotel_confirm {
    text-align: center;
    margin: 20px auto;
}
.date_box .btn {
    margin-top: 0;
}
.date_box input[type="text"] {
    border: 1px solid #ddd;
    text-align: right;
    padding-right: 10px;
}
.albery-item img {
    width: 500px;
    height: 310px;
}
.close_btn img {
    margin-top: -3px;
}
.air_list2 .close_btn {
    position: absolute;
    top: 10px;
    right: 20px;
}
.airtel_detail_title{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.airtel_search_list {
    margin: 50px 0;
    padding: 0px;
}
.airtel_search_list .title2 {
    font-size: 40px;
    font-weight: 600;
}
.airtel_search_list .sub_title {
    font-size: 28px;
}
.airtel_search_list .airtel_list li {
    border: 1px solid #ddd;
    width: 340px;
    float: left;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    margin: 0 20px 20px 0;
}
.airtel_search_list .airtel_list li.airtel_product_cla:nth-child(3n) {
    border: 1px solid #ddd;
    width: 340px;
    float: left;
    cursor: pointer;
    position: relative;
    margin: 0 0 20px 0;
    box-sizing: border-box;
}
.airtel_search_list .airtel_list li .delete_btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 1;
}
.airtel_list .thumb_img img {
    width: 340px;
    height: 200px;
}
.airtel_list .list_con {
    padding: 10px;
    width: 320px;
}
.list_con .txt1 {
    font-size: 1.2em;
    color: #181818;
    width: 220px;
    height: 40px;
    overflow: hidden;
}
.list_con .txt2 {
    margin-top: 40px;
}
.list_con .txt3 {
    font-weight: 400;
}
.airtel_search_list .title {
    /* font-size: 1.3em; 폰트 크기 동일하게 변경*/
}
.airtel_detail_left {
    width: 970px;
}
.airtel_detail_left .iata {
    width: 3%;
}
.airtel_detail_left2 .fs18 {
    font-size: 18px;
    line-height: 36px;
    border-bottom: 2px solid #aaa;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.airtel_detail_left2 .fs18_2 {
    font-size: 18px;
    line-height: 36px;
}
.airtel_detail_left2 {
    /* width: 700px; */
    width: 100%;
    padding: 20px;
    margin: 1%;
    border: 1px solid #aaa;
}
.airtel_detail_left2 .iata {
    width: 3%;
}
.airtel_calendar_table {
    width: 100%;
/*    border-top: 1px solid #aaa;*/
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
}
.airtel_calendar_table th {
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #f8f8f8;
    font-weight: 500;
}
.airtel_calendar_table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.airtel_calendar_table .txt1 {
    font-size: 1.3em;
}
.airtel_calendar_table .txt3 {
    width: 40px;
    /* background-color: #20a8d8; */
    background-color:  #fff;
    color: #000;
    padding: 2px 20px;
    border-radius: 5px 5px 5px 5px;
    margin-right: 10px;
    font-size: 13px;
    text-align: center;
    border:1px solid black
}
.airtel_calendar_table .txt3-1 {
    width: 40px;
    /* background-color: #b02727; */
    background-color: #dadada;
    color: #000;
    padding: 2px 20px;
    border-radius: 5px 5px 5px 5px;
    margin-right: 10px;
    font-size: 13px;
    text-align: center;
    border:1px solid black
}
.airtel_calendar_table .txt5 {
    color: #20a8d8;
    font-weight: 400;
}
.modal_map {
    display: none;
}
#modal_map {
    max-width: 1300px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -530px;
    margin-top: -300px;
    z-index: 5;
}
.map_open {
    cursor: pointer;
}
#quick {
    position: absolute;
    right: 0;
    top: 100px;
    height: 200px;
    background: #cfa;
    z-index: 2;
}
.airtel_table1 {
    /* border-top: 1px solid #aaa; */
    width: 100%;
    /* margin-bottom: 20px; */
}
.airtel_table1 th {
    /* background-color: #f8f8f8; */
    /* text-align: center; */
    /* border-bottom: 1px solid #ddd; */
    padding: 10px;
    width: 95px;
    min-width: 95px;
    float: left;
}
.airtel_table1 td {
    /* border-bottom: 1px solid #ddd; */
    padding: 10px;
}
.airtel_table2 {
    width: 100%;
}
.airtel_table2 th {
    background-color: #f8f8f8;
    text-align: center;
    padding: 10px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #ddd;
}
.airtel_table2 td {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.tab01_travel_calander .title {
    /* background-color: #666; */
    /* -webkit-background-color: #666; */
    color: #000;
    line-height: 2em;
    padding: 0 40px;
    clear: both;
    display: table;
    width: 970px;
    border-bottom: 1px solid #ddd;
    background:url(../images/down.png) no-repeat 99.5% 50%/10px;
    box-sizing: border-box;
}
.tab01_travel_calander .title .city_name {
    float: right;
}
.tab01_travel_calander .air_calander {
    width: 950px;
    /* border: 1px solid #ddd; */
    text-align: center;
    padding: 10px;
    clear: both;
    display: table;
}
.tab01_travel_calander .air_calander2 {
    text-align: left;
    clear: both;
    /* display: table; */
    margin-top: 10px;
    display: flex;
    align-items: center;    
}
.air_calander2 .calander_icon {
    float: left;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
}
.air_calander2 .star_img {
    width: 10%;
}
.air_calander .air_date_box .air_date {
    float: left;
    /* margin: 0 100px; */
}
.air_calander .air_date_box .air_date2 {
    /* margin-left: 335px; */
}
.travel_calander_content {
    width: 100%;
    /* margin: 20px 0; */
    background: url(../images/calander_con_line.png) repeat-y;
}
.travel_calander_content .calander_con {
    width: 900px;
    margin-left: 70px;
}
.calander_con li {
    /* margin: 30px 0; */
    margin: 0px 0;
}
.calander_con .txt1:before {
    content: url(../images/calander_gps_icon.png);
    margin-left: -46px;
    padding-right: 25px;
}
.calander_con .txt1 {
    font-size: 1.5em;
    font-weight: 400;
}
.calander_con .txt2 {
    font-weight: 400;
    padding: 10px 0px;
}
.calander_con .txt2:before {
    content: url(../images/calander_blet_icon.png);
    margin-left: -46px;
    padding-right: 25px;
    margin-top: 3px;
    float: left;
}
.calander_con .txt3 {
    /* border: 1px solid #ddd; */
    padding: 10px;
}
.calander_con .txt3 .txt3_title {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 2em;
}
.calander_con .txt3:before {
    content: url(../images/calander_blet_icon.png);
    margin-left: -56px;
    padding-right: 37px;
}
.txt3_title > p > img {
    max-width: 900px;
}
.airtel_tabs {
    width: 700px;
    display: table;
    clear: both;
}
.airtel_tabs .hotel_picture {
    width: 100%;
    float: left;
    /* margin: 0 20px 20px 0; */
    /* border: 1px solid #ddd; */
}
.airtel_tabs .hotel_picture .hotel_thumb_path {
    width: 310px;
    height: 279px;
}
.airtel_tabs .hotel_picture .albery-item img {
    width: 310px;
    height: 200px;
}
.airtel_tabs .hotel_data {
    width: 310px;
    float: left;
    border: 1px solid #ddd;
}
.airtel_tabs .hotel_data_con {
    width: 310px;
    height: 279px;
}
.airtel_tabs .hotel_data_con .txt4 {
    width: 290px;
}
.airtel_tabs .hotel_introduce {
    /* width: 310px; */
    width: 100%;
    height: auto;
    margin: 0 20px 20px 0;
    border-bottom: 1px solid #ddd;
    float: left;
    display: flex;
}
.airtel_tabs .hotel_basic_data {
    /* width: 310px; */
    width: 100%;
    /* height: 302px; */
    margin: 0;
    border-bottom: 1px solid #ddd;
    float: left;
    margin-bottom: 20px;
}
.airtel_tabs .hotel_introduce a img{
    width: 100%;
}
.airtel_tabs .hotel_introduce2 {
    /* width: 199px; */
    width: 100%;
}

.airtel_tabs .hotel_introduce3 {
    margin: 0 0 20px 0;
}
.airtel_tabs .hotel_summary {
    width: 100%;
    border-bottom: 2px solid #000;
    /* background-color: #f8f8f8; */
    /* padding: 20px 10px; */
    padding-bottom: 20px;
    float: left;
}
.airtel_detail {
    width: 100%;
    position: relative;
}
#floatMenu {
    position: sticky;
    float: right;
    /* position: absolute; */
    width: 300px;
    padding: 10px;
    right: 0;
    top: 0;
    /* border: 1px solid #aaa; */
    z-index: 1;
    background-color: #fff;
}
.floatMenu .txt1 {
    float: left;
    /* width: 100px; */
}
.floatMenu .txt2 {
    float: right;
    /* width: 200px; */
    text-align: right;
}
.floatMenu .txt2 .price {
    font-size: 1.5em;
    font-weight: 500;
}
.floatMenu ul li {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* display: table;
    clear: both; */
}
.floatMenu .per_cnt_box {
    background-color: #f8f8f8;
    display: table;
    clear: both;
}
.floatMenu .per_cnt_box .per_cnt {
    width: 100px;
    float: left;
    text-align: center;
}
.floatMenu .per_cnt_box .per_cnt select {
    width: 30px;
    margin: 0 5px;
    text-align: center;
}
.floatMenu .price_all {
    font-size: 1.7em;
    color: #d8202d;
    /* float: right; */
    padding: 10px 0;
    font-weight: 600;
}
.floatMenu .price_all_txt {
    float: right;
    /* text-align: right; */
}

#bxslider {
    visibility: hidden;
}
.main_con .bx-viewport {
    min-height: 200px;
}
.main_con .bx-wrapper img {
    min-height: 200px;
    height : 476px;
    margin: auto;
}
.main_con .bx-wrapper img {
    max-width: 100%;
}
.airtel_search_list .bxslider img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1.8 / 1;
}


.floatMenu .wd-100 {
    width: 233px;
}
.floatMenu .wd-100_1 {
    width: 238px;
    background-color: #999;
    box-shadow: 0 0 0 0;
}
.floatMenu .wd-50 {
    width: 137px;
    background-color: #999;
    box-shadow: 0 0 0 0;
}
.floatMenu .wd-20_1 {
    background-color: #999;
    box-shadow: 0 0 0 0;
    padding: 12px 0;
    width: 94px;
    box-shadow: 0 0 0 0;
    margin-right: 5px;
}

.floatMenu .wd-20 {
    background-color: #999;
    box-shadow: 0 0 0 0;
    padding: 12px 25px;
    width: 96px;
}
.cart_table {
    max-width: 1300px;
    width: 101%;
    /* width: 1140px; */
    margin: 20px auto;
    background-color: #fff;
    color: #999;
}
.cart_table td {
    /* width: 16.6%; */
    text-align: center;
    padding: 10px 0px;
    /* border: 1px solid #ddd; */
    /* border-top: 1px dotted #ddd; */
    color: #666;
    font-weight: bold;
    font-size: 17px;
}
.cart_table .title {
    font-size: 30px;
    font-weight: 500;
    /* color: #537ec5; */
    color: #000;
    border: 0;
    text-align: left;
    padding: 10px 0;
    /* border-bottom: 4px solid #5d6dbe; */
    /* border: 1px solid #ddd; */
    /* border-top: 2px solid #aaa; */
    /* padding-left: 40px; */
}
.cart_table .txt1 {
    font-weight: 700;
    color: #20a8d8;
    cursor: pointer;
}
.cart_table .txt1:hover {
    text-decoration: underline;
}
.cart_table .cancel {
    background-color: #999;
    box-shadow: 0 0 0 0;
}
.reservation_table th {
    text-align: center;
    padding: 10px 0;
    /* border: 1px solid #ddd; */
    border-bottom: 1px solid #000;
    color: #666;
    font-weight: bold;
    font-size: 17px;
}
.reservation_table tfoot {
    /* border-top: 1px solid #ddd !important; */
}
.reservation_table .txt0 {
    width: 15%;
}
.reservation_table .txt2 {
    width: 35%;
}
.reservation_table .txt3 {
    width: 10%;
}
.reservation_table .txt4 {
    width: 10%;
}
.reservation_table .txt5 {
    width: 10%;
}
.reservation_table .txt6 {
    width: 10%;
}
.reservation_table .txt7 {
    width: 10%;
}
.tabs-3 .event_title {
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    padding: 10px;
}
.tabs-3 .event_content {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px;
}
.search_bar_bg .tablist .search_list .input_box4 input.bak {
    width: 45px;
}
.login_bg .agree {
    width: 530px;
    margin: 0 auto;
}
.login_bg .agree textarea {
    width: 90%;
    padding: 5%;
    border: 1px solid #ddd;
    color: #999;
}
.login_bg .agree .form-check {
    width: 200px;
    margin: 0;
    text-align: left;
    background: none;
    color: #666;
}
.mail_form {
    width: 600px;
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -300px;
    z-index: 10002;
    background-color: #fff;
    padding: 30px;
}
.mail_form_table th {
    width: 100px;
}
.mail_form_table td {
    padding: 5px 0;
}
.mail_form_table td .wd-100 {
    width: 488px;
    border: 1px solid #ddd;
}
.mail_form_table td input {
    padding: 5px;
}
.mail_form_table td .wd-50 {
    width: 233px;
    border: 1px solid #ddd;
}
.mail_form_table td .wd-50_1 {
    width: 233px;
    border: 1px solid #ddd;
    margin-right: 10px;
}
.mail_form_table tr td .mail_form_con {
    border: 1px solid #ddd;
    width: 490px;
    padding: 5px;
}
.mail_form .wd-100 {
    width: 226px;
    margin: 0 auto;
}
.mail_form .cancel_btn {
    background-color: #999;
    box-shadow: 0 0 0 0;
}
.mail_form_table .agree_info {
    border: 1px solid #ddd;
    padding: 20px;
}
.travel_calander_print {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -510px;
    width: 1000px;
    z-index: 5;
    padding: 20px;
    background-color: #fff;
}
.travel_calander_print .view {
    width: 1000px;
    height: 600px;
    border: 1px solid #ddd;
    float: left;
    margin-right: 40px;
}
.travel_calander_print .view::after {
    display: table;
    clear: both;
}
.travel_calander_print .view iframe {
    width: 1000px;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}
.absol .wd-100 {
    width: 150px;
}

.simple_calander_print {
    width: 1000px;
    height: 100%;
    background-color: #fff;
    padding: 20px;
}
.simple_calander_print .simple_table {
    width: 100%;
    border: 1px solid #ddd;
}
.simple_calander_print .simple_table td,
.simple_calander_print .simple_table2 td,
.invoice_print .invoice_table td {
    /* border: 1px solid #ddd; */
    padding: 5px;
    font-size: 15px;
}
.simple_calander_print .simple_table2 {
    width: 100%;
    border: 1px solid #ddd;
}
.simple_calander_print .simple_box {
    width: 720px;
    border: 1px solid #ddd;
    float: left;
    margin-right: 40px;
}
.simple_calander_print .wd-100 {
    width: 150px;
}
.invoice_print {
    width: 1140px;
    height: 100%;
    background-color: #fff;
    padding: 20px;
}
.invoice_print .invoice_box {
    width: 100%;
    padding: 10px;
    /* border: 1px solid #ddd; */
    float: left;
    margin-right: 40px;
}
.invoice_print .invoice_table {
    width: 100%;
    /* border: 1px solid #ddd; */
    float: left;
    margin-right: 30px;
    font-size: 15px;
}
.invoice_print .invoice_table td.border0 {
    border: 0;
}
.invoice_print .wd-100 {
    width: 150px;
}
.invoice_table .title {
    text-align: center;
    font-weight: 400;
}
.detail_pop {
    width: 1200px;
}
.absol {
    position: fixed;
    top: 20px;
    /* left: 780px; */
    left: 1100px;
}
.tabs_2_1 {
    font-size: 2em;
    color: #20a8d8;
    padding: 10px;
}
.main_con_bg .air_search_list {
    max-width: 1300px;
    display: table;
    clear: both;
    margin: 20px auto;
}
.main_con_bg .search_list_box {
    float: none;
    margin: 0;
}
.main_con_bg .hotel_cart_list {
    max-width: 1300px;
    margin: 0 auto;
}
.main_con_bg .airtel_search_list {
    display: table;
    clear: both;
    max-width: 1300px;
    margin: 20px auto;
}

.gnb_nav {
    display: none;
}
.gnb_mobile {
    display: none;
}
.gnb_mobile_back {
    display: none;
}
.search_cnt_m {
    display: none;
}
.mobile_rs_data {
    display: none;
}
.reser_data1_table_mobile {
    display: none;
}
.reservation_data .slide_data .slide_btn {
    display: none;
}
.reservation_data .slide_data .slide_btn2 {
    display: none;
}
.reser_data2_table .reser_content {
    width: 485px;
    margin-left: 5px;
    padding: 5px;
}
.invoice_box .logo {
    text-align: center;
}
.invoice_box .sub_title {
    font-size: 1.2em;
    line-height: 3em;
}
.invoice_box .invoice_table th {
    /* background-color: #f8f8f8; */
    text-align: center;
    padding: 10px;
    /* border: 1px solid #ccc; */
    font-weight: 600;
    vertical-align: middle;
    min-width: 100px;
}
.invoice_box .invoice_table td {
    border-left: 1px solid #ccc;
}
.invoice_box .invoice_table td:first-child {
    border-left: 0px solid #ccc;
}
.footer_agree1 {
    display: none;
    width: 600px;
    height: 500px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -300px;
    padding: 20px;
    overflow-y: auto;
    background-color: #fff;
    z-index: 999;
}
.footer_agree2 {
    display: none;
    width: 600px;
    height: 500px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -300px;
    padding: 20px;
    overflow-y: auto;
    background-color: #fff;
    z-index: 999;
}
.footer_con .btn2 {
    cursor: pointer;
}
.bottom_fix_btn button {
    border-radius: 10px;
}
.bottom_fix_btn2 {
    display: none;
}
.pocus_pop {
    display: none;
    position: fixed;
    top: 15%;
    left: 50%;
    width: 600px;
    height: 600px;
    padding: 30px;
    margin-left: -300px;
    background-color: #fff;
    z-index: 10;
    overflow-y: auto;
}
.pocus_pop .close_btn {
    position: absolute;
    right: 10px;
    top: 10px;
}
.company_search_bar {
    padding: 30px;
    width: 340px;
    height: 300px;
    overflow: hidden;
    z-index: 10;
    background-color: #fff;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -200px;
    display: none;
}
.company_search_bar .search_result {
    border-top: 1px solid #ccc;
}
.company_search_bar .search_result li {
    font-size: 21px;
    height: 30px;
    color: #aaa;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    line-height: 30px;
}
.company_search_bar .search_result {
    width: 100%;
    height: 154px;
    overflow-y: auto;
}
.reser_data2_table textarea {
    width: 485px;
    margin-left: 5px;
    padding: 5px;
}
.request_title {
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}
.request_subtitle {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
#searchKey {
    width: 52%;
}
#searchAll {
    /* border-bottom: 1px solid #ddd; */
    height: 75%;
}
.fixNotice {
    color: crimson !important;
    font-weight: 700;
}
#one_title {
    /* padding: 0 0 0 10px; */
    /* border-radius: 5px; */
    /* margin-right: 10px;
    margin-left: 10px; */
}
#notice_title {
    padding: 0 10px;
    width: -webkit-fill-available;
    border-radius: 5px;
}
#notice_detail_content img,
#review_detail_content img {
    max-width: 100%;
    width: 100%;

    /* object-fit: contain; */
}
#one_content .cart_table td,
#notice_detail_content .cart_table td,
#review_detail_content .cart_table td {
    text-align: inherit !important;
}
#review_content {
    min-height: 400px;
}
.form-control[readonly] {
    background-color: #fff;
    pointer-events: none;
    color: #7b7979;
}
.form-control:read-only {
    background-image: none;
}
.form-select[readonly] {
    background-color: #fff;
    pointer-events: none;
    color: #7b7979;
}
#review_title,
#one_title,
#notice_title {

    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 16px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
}
#review_detail_content #user_name,
#review_detail_content #reg_date,
#one_content #user_name,
#one_content #reg_date,
#notice_detail_content #reg_date {
    font-size: 0.8rem;
}
#review_detail_content #reg_date,
#one_content #reg_date,
#notice_detail_content #reg_date {
    font-weight: 300;
}

.font-25 {
    font-size: 20px !important;
}
/* .form-control {
    line-height: inherit;
} */
input {
    line-height: initial;
}

#previewMonthBtn,
#nextMonthBtn {
    height: 10px !important;
    background-color: #fff;
    color: #212529;
    box-shadow: none !important;
    font-weight: 500;
    padding: 10px 20px;
}
#startDateSelectModal thead {
    background-color: #f7f7f7;
    height: 3rem;
    border-top: 1px solid #000;
    border-bottom: 1px solid #454545;
}
#startDateSelectModal th {
    text-align: center !important;
}
#startDateSelectModal tbody tr {
    border-bottom: 1px solid #000;
    height: 5rem;
    cursor: pointer;
}
#startDateSelectModal tbody tr:hover {
    background-color: #f8f8f8;
}
#langDropdown {
    background-color: transparent;
    border: none;
    font-weight: bold;
}
#langMenu {
    display: grid;
    transition: none;
    z-index: 100;
    border-radius: 15px;
}
#langMenu li {
    width: auto;
    margin: 0 5px;
    border: none;
}
#langMenu .dropdown-item {
    padding: 10px 5px;
    font-size: 15px;
}
#langMenu .dropdown-item img,
#selectedLang {
    width: 30px;
    height: 20px;
}
#langMenu .dropdown-item img {
    margin-right: 10px !important;
}
#langMenu .dropdown-item:hover,
#ulMyInfo .dropdown-item:hover{
    background-color: #F3F3F6;
    color: #333;
    box-shadow: none;
    border-radius: 10px;
    border: none;
}
.dropdown-toggle:after {
    margin-left: 10px;
}
#main_review .gallery-img {
    aspect-ratio: 5 / 3;
}
/* landing page */
.hello_con_ttl {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: -1px;
}
.hello_con_btn {
}
#notice_content,
#review_content {
    max-width: 100vw;
    overflow: hidden;
}
#airtel_addition img,
#airtel_include img,
#airtel_uninclude img,
#meeting_ilsi img,
#meeting_area img,
#airtel_caution img,
#event_content img,
#airtel_caution2 img,
#airtel_safety img {
    max-width: 100%;
}

.landing-wrap #title {
    margin: 40px 0;
}
.landing-wrap .gallery-box {
    border-radius: 10px;
    margin-top: 0;
    transition: none;
}
.landing-wrap .gallery-box:hover {
    transform: none;
}
.landing-wrap .image-popup {
    border-radius: 10px;
}
.landing-wrap .gallery-img {
    border-radius: 10px;
}
.landing-wrap .footer_bg {
    padding: 20px 0;
    font-size: 0.5rem;
}

.floatMenu .bottom_fix_btn button {
    min-width: 82%;
    /* padding: 12px 0; */
}

.header_right_fixed{
    width: 120px;
    background-color: #fff;
    border: 1px solid #111;
    position: fixed;
    right: 30px;
    bottom: 40px;
    z-index: 105;    
    PADDING: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.header_right_fixed:hover{
    background-color: #b8b8b8;
    cursor: pointer;
}
#btnLinkEstimate{
    display: flex;
}
@media (min-width: 1px) and (max-width: 1320px) {
    #btnLinkEstimate{
        display: none;
    }
    .air_date_box{

    }
    .airtel_search_list {
        /* padding: 0px 20px; */
    }
    .calander_con .txt3:before {
        margin-left: -33.5px;
        left: 57px;
        margin-top: 8px;
        position: absolute;
    }        
    .calander_con .txt2:before {
        margin-left: -33.5px;
        left: 57.5px;
        position: absolute;
    }
    .header_right_fixed{
        display: none;
    }

    .flex-column-mobile {
        flex-direction: column;
    }
    #landing_tour_box {
        flex-direction: column;
        gap: 0 !important;
    }
    .landing-wrap #title {
        flex-direction: column;
        font-size: 1rem;
    }
    #notice_content,
    #review_content {
        max-width: 90vw;
        margin: auto;
    }
    #modalBody {
        /* padding: 0 !important; */
        border: none !important;
    }
    #onePageing {
        /* display: flex; */
        flex-direction: column !important;
        width: 100% !important;
    }
    #registBtn {
        /* position: relative !important; */
    }
    #oneSearchBox {
        position: relative !important;
        transform: translate(0, 0) !important;
    }
    /* 상품 리스트 */
    #product_list {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #product_list .gallery-box {
        /* width: 100% !important; */
        width: 45% !important;
    }
    #classSearchGroup {
        margin: 0 2%;
        display: block !important;
    }
    #classSearchGroup .searchBox {
        width: 100% !important;
    }

    /* 상품 리스트 end */

    .swiper-button-next {
        /* background: url(/../images/next.png) no-repeat; */
        /* background-size: 140% auto; */
        /* background-position: center; */
        /* width: 35px; */
        /* right: 10px; */
        color: #fff;
        right: 35px !important;
    }

    .swiper-button-prev {
        /* background: url(../images/prev.png) no-repeat;
        width: 35px; */
        color: #fff;
        left: 35px !important;
    }
    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager,
    .bx-wrapper .bx-pager {
        /* top: 75% !important; */
    }
    .main_con .bx-wrapper img {
        max-height: 200px;
    }
    .main_con .bx-wrapper li {
        /* display: flex !important; */
        justify-content: center;
    }
    .main_con .bx-wrapper img {
        max-width: fit-content;
    }
    .request_title {
        font-size: 1.5rem;
    }
    .request_subtitle {
        font-size: 1rem;
    }
    .notice_ono_group {
        flex-direction: column;
    }
    .notice_group,
    .one_group {
        width: 100%;
        margin-bottom: 3rem;
    }
    #classMenuDiv,
    #classMenuDiv2 {
        overflow: hidden;
        position: relative;
        width: 95vw;
        margin: auto;
    }
    .column-flex {
        flex-direction: column;
    }
    .reser_data2_table textarea {
        width: 90%;
    }
    .login_bg .wd50 {
        width: 50%;
    }
    .gnb_login_bg {
        display: none;
    }
    .gnb {
        display: none;
    }
    .gnb_nav {
        width: 100%;
        height: 92px;
        display: table;
        clear: both;
    }
    .gnb_nav .logo_box {
        margin: 20px auto;
        width: 50%;
        text-align: center;
    }
    .gnb_nav .menu {
        width: 100%;
        border-top: 1px solid #ddd;
        text-align: center;
        /* display: table; */
        display: flex;
        /* justify-content: center; */
        justify-content: flex-start;
        clear: both;
        margin: 0 auto;
        padding: 3% 0;
    }
    .gnb_nav .menu li {
        padding: 0 10px;
        float: left;
        /* width: 14.6%; */
        /* padding: 0 1%; */
        font-weight: 600;
        /* text-wrap: nowrap; */
        white-space: nowrap;
    }
    .gnb_nav .hamburger {
        padding: 4%;
        float: left;
        margin-top: 8px;
    }
    .gnb_mobile {
        display: block;
        width: 70%;
        height: 100%;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: -72%;
        border: 1px solid #ddd;
        z-index: 10000;
    }
    .gnb_mobile_back {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        display: none;
    }
    .gnb_mobile .logo_box {
        margin: 20px auto;
        width: 40%;
    }
    .gnb_mobile .logo_box .logo {
        width: 100%;
    }
    .gnb_mobile .login_btn {
        /* width: 80%; */
        /* border: 1px solid #ddd; */
        margin: 0 auto;
        text-align: center;
        /* padding: 3% 0; */
        /* margin-bottom: 10px; */
        font-weight: 500;
        border: 1px solid #09328c;
        color: #fff;
        background-color: #09328c;
    }
    .gnb_mobile .sign_btn {
        /* width: 80%; */
        margin: 0 auto;
        text-align: center;
        /* padding: 3% 0; */
        font-weight: 500;
    }
    .main_content1 {
        width: 90%;
        padding: 0 5%;
    }
    .product_list {
        width: 100%;
    }
    .product_list li {
        width: 100%;
        margin-bottom: 5%;
    }
    .product_list li p {
        width: 100%;
    }
    .product_list li p img {
        width: 100%;
    }
    .product_list .mg-lr {
        margin: 0 0 5% 0;
    }
    .main_content2 {
        width: 90%;
        padding: 0 5%;
    }
    .main_content3 {
        width: 90%;
        padding: 0 5%;
    }
    .footer_con {
        width: 90%;
        padding: 0 5%;
    }
    .tab_container2 {
        width: 100%;
    }
    .login_bg .container {
        width: 100%;
        border: 0;
    }
    .login_bottom_btn {
        border: 0;
    }
    .login_bg .pw {
        width: 100%;
        border: 0;
        margin: 0;
    }
    .login_bg .pw table {
        width: 100%;
    }
    .login_bg .agree {
        width: 90%;
        padding: 0 auto;
    }
    .login_bg .pw table th {
        width: 100px;
    }
    .content {
        width: 100%;
    }
    .search_box {
        width: 80%;
        padding: 5%;
        margin: 5%;
    }
    .search_box .search_tab {
        width: 95%;
        padding: 3% 5%;
        margin: 3%;
    }
    .content_bg {
        width: 100%;
        padding: 5% 0;
    }
    .search_con .arrow1 {
        display: none;
    }
    .search_con .input_box {
        width: 100%;
    }
    .search_con .input_box3 {
        width: 47.5%;
        margin-right: 5%;
    }
    .search_con .input_box4 {
        margin: 0;
    }
    .search_tab ul li {
        margin: 0;
        padding: 10px 20px;
    }
    #modal {
        width: 80%;
        margin-left: -45%;
    }
    .search_input {
        width: 70%;
    }
    .search_table_box {
        max-height: 300px;
    }
    .search_con {
        width: 100%;
    }
    .search_con input[type="text"] {
        width: 95%;
    }
    .search_con input.air_date {
        width: 90%;
    }
    .search_con .search_list {
        width: 100%;
        display: table;
        clear: both;
    }
    .list2 .input_box input[type="text"] {
        width: 95%;
    }
    .list2 .input_box5 {
        width: 100%;
    }
    .list2 .input_box5 input[type="text"] {
        width: 95%;
    }
    .many_time_box .many_time {
        width: 45%;
    }
    .many_time_box .mr-20 {
        margin: 0 0 0 7%;
    }
    .many_time_box2 .many_time {
        width: 45%;
    }
    .many_time_box2 .mr-20 {
        margin: 0 0 0 7%;
    }
    .input_box6 {
        width: 75%;
        float: left;
        margin: 0;
    }
    .input_box6 input[type="text"] {
        width: 95%;
    }
    .many_time_box3 .many_time {
        width: 45%;
    }
    .many_time_box3 .mr-20 {
        margin: 0 0 0 7%;
    }
    .search_bar_bg {
        display: none;
    }
    .search_container {
        padding: 0;
        width: 100%;
    }
    .re_search {
        display: none;
    }
    .search_container .search_align {
        width: 90%;
        padding: 2% 5%;
    }
    .air_thumb {
        width: 90%;
        margin: 3%;
        padding: 2%;
    }
    .air_list .wd-50 {
        width: 20%;
    }
    .air_list .air_data li.air_data2 {
        display: none;
    }
    .air_list .air_data li.air_data6 {
        display: none;
    }
    .air_list .start_air_2 {
        width: 105px;
        margin-top: 23px;
    }
    .air_list .air_data li {
        font-size: 1.2em;
    }
    .air_data1 {
        width: auto;
    }
    .air_search_list {
        display: table;
        clear: both;
        width: 100%;
        border: 0;
    }
    .search_list_box {
        width: 100%;
        float: none;
    }
    .air_list .air_data {
        width: 160px;
    }
    .air_list .air_data3 {
        position: static;
        float: left;
        margin: 0;
        padding: 0 1%;
    }
    .air_list .air_data3 img {
        margin: 0;
    }
    .air_data3 {
        width: auto;
    }
    .air_list .air_data5 {
        width: 45px;
    }
    .air_data_box2 {
        right: 0;
    }
    .search_container select {
        padding: 2% 4% 2% 1%;
    }
    .air_data_price {
        font-size: 1.2em;
    }
    .air_data_box2 .btn1 {
        width: 85px;
    }
    .air_data_box2 .btn2 {
        width: 85px;
    }
    .air_data_box2 {
        width: 110px;
    }
    .air_detail {
        width: 94%;
        margin: 0 1% 0 -49%;
        top: 10%;
        padding: 2%;
    }
    .air_list2 .goto_area {
        font-size: 0.8em;
    }
    .air_list2 .goto_area#txtSubtitle {
        max-width: none;
    }    
    .air_list2 .air_list2_title {
        display: table;
        WIDTH: 100%;
        box-sizing: border-box;
    }
    .price_con .price_table {
        width: 100%;
    }
    .search_cnt_m {
        display: block;
        float: left;
    }
    .search_cnt_m {
        font-size: 1.2em;
        background-color: #20a8d8;
        color: #fff;
        padding: 7px 0;
        width: 20%;
        text-align: center;
        border-radius: 5px 5px 5px 5px;
        font-weight: 400;
    }
    .search_cnt {
        display: none;
    }
    .regulation {
        width: 92%;
        top: 10%;
        left: 50%;
        padding: 2%;
        margin: 0 0 0 -48%;
    }
    .reservation {
        width: 100%;
        max-width: 900px;
    }
    .reservation .air_list3 {
        width: 93%;
        margin: 0 0%;
    }
    .reser_data1,
    .reser_data2,
    .reser_data3,
    .reser_data4,
    .reser_data5 {
        width: 96%;
        margin: 0 0%;
    }
    .reser_data1_table {
        width: 96%;
        margin: 0 0%;
    }
    .reser_data2_table {
        width: 100%;
        margin: 0 0%;
    }
    .tab_content2 {
        margin-top: 50px;
    }
    .reser_data2_table th {
        width: 30%;
    }
    .reser_data2_table td input {
        width: 100%;
    }
    .total_data {
        width: 100%;
        padding: 0px 80px;
    }
    .total_data2 {
        width: 90%;
        padding: 5% 5% 10% 5%;
        height: 100%;
    }
    .reservation_data .slide_data {
        position: fixed;
        /* bottom: -430px; */
        bottom: calc(-100% + 110px);
        left: 0;
        z-index: 50;
        width: 100%;
        height: 100%;
        padding: none;
        /* background-color: #fff; */
        /* height: 539px; */
    }
    .reservation_data .slide_data .total_data {
        border-top: 3px solid #aaa;
        height: 100%;
    }
    .reservation_data .confirm_box {
        z-index: 100;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #aaa;
        height: 71px;
        
    }
    .reservation_data .slide_data .slide_btn {
        width: fit-content;
        margin: 0 auto;
        text-align: center;
        background-color: #555;
        color: #fff;
        padding: 1% 4%;
        border-radius: 5px 5px 0 0;
        border: 1px solid #555;
        display: block;
    }
    .reservation_data .slide_data .slide_btn2 {
        display: none;
        /* width: 40%; */
        width: fit-content;
        margin: 0 auto;
        text-align: center;
        background-color: #555;
        color: #fff;
        padding: 2% 4%;
        border-radius: 5px 5px 0 0;
        border: 1px solid #555;
    }
    .reservation .title {
        margin: 50px 0 10px 0%;
    }
    .reservation_data .subject {
        display: none;
    }
    ul.tabs2 {
        width: 100%;
    }
    ul.tabs2 li {
        width: 24.7%;
    }
    .reser_data2_table td {
        width: 70%;
    }
    .reser_data2_table td input {
        width: 90%;
    }
    .reser_data1_table td input {
        width: 95%;
    }
    .reser_data1_table td input.check2 {
        width: 95%;
    }
    .reser_data1_table td input.email_input {
        width: 37%;
        margin-bottom: 2%;
    }
    .reser_data1_table td select {
        width: 90%;
        padding-right: 5%;
    }
    .reser_data2_table td select {
        width: 90%;
        padding: 5px;
    }
    .reservation_data {
        position: static;
        width: 100%;
        left: 0;
        margin: 0;
        border: 0;
    }
    .total_data2 .t1 {
        /* width: 30%; */
        width: 100%;
    }
    .total_data2 .total_price {
        /* width: 70%; */
        width: 100%;
    }
    .reservation_pop {
        width: 100%;
        top: 20%;
        left: 0;
        margin: 0;
    }
    .complete_bg {
        width: 90%;
        padding: 3%;
    }
    .content_bg2 {
        padding: 50px 0;
    }
    .input_box .room_cnt {
        width: 95%;
    }
    .search_con .tablist {
        width: 100%;
    }
    .search_con .search_list {
        display: block;
    }
    .input_box7 {
        width: 100%;
    }
    .input_box9 {
        width: 70%;
    }
    .search_con .input_box8 {
        width: 25%;
        margin-left: 1%;
    }
    .search_con .input_box8 .bak {
        width: 84%;
    }
    .hotel_product .hotel_con1 {
        width: 100%;
    }
    .hotel_product .hotel_con2 {
        width: 100%;
        padding: 0;
        margin-top: 10%;
        height: auto;
    }
    .hotel_product {
        width: 90%;
        padding: 3%;
        margin: 2%;
    }
    .search_container select {
        width: 25%;
    }
    .hotel_product .hotel_con1 img {
        width: 100%;
        height: auto;
    }
    .hotel_product ul li {
        float: none;
    }
    .hotel_product .hotel_con3 {
        width: 100%;
        padding: 0;
        border: 0;
        text-align: right;
        height: auto;
    }
    .hotel_con3 .txt1 {
        float: left;
        margin-top: 10px;
        height: 38px;
        line-height: 38px;
        margin-right: 10px;
    }
    .hotel_con3 .txt2 {
        float: left;
        height: 38px;
        line-height: 38px;
    }
    .hotel_con {
        width: 100%;
    }
    .hotel_con .hotel_summary {
        width: 86%;
        margin: 2%;
        padding: 5%;
    }
    .hotel_summary .txt1 {
        width: 100%;
    }
    .hotel_summary .txt2 {
        width: 100%;
    }
    .hotel_summary .txt3 {
        width: 100%;
    }
    .hotel_con .hotel_picture {
        width: 96%;
        margin: 0 2%;
    }
    .hotel_con .hotel_data {
        width: 96%;
        margin: 2%;
        float: none;
    }
    .hotel_data .hotel_data_con {
        width: 100%;
    }
    .hotel_data_con .txt4 {
        width: 100%;
    }
    .hotel_introduce {
        width: 96%;
        margin: 2%;
        float: none;
    }
    .hotel_basic_data {
        float: none;
        width: 96%;
        margin: 2%;
    }
    .hotel_table_box {
        float: none;
        width: 96%;
        margin: 2%;
    }
    .print_Btn {
        display: none;
    }
    .hotel_summary .summary_option_btn {
        top: 70%;
        right: 5%;
    }
    .albery-item img {
        height: auto;
    }
    .hotel_table .txt1 {
        width: 20%;
    }
    .product_data {
        width: 96%;
        margin: 0 2%;
    }
    .product_data .hotel_agree {
        width: 100%;
    }
    .product_data .tab_container2 {
        width: 100%;
    }
    .hotel_user_data_table input.input1 {
        width: 90%;
    }
    .hotel_user_data .hotel_user_data_table .txt2 {
        width: 30%;
    }
    .hotel_user_data_table input.input3 {
        width: 50%;
    }
    .product_data .hotel_agree .tabs2 li {
        width: 24.7%;
        overflow: inherit;
        line-height: 20px;
    }
    .hotel_user_data .hotel_user_data_table .txt1 {
        width: 19%;
    }
    .hotel_user_data .hotel_user_data_table .txt3 {
        width: 19%;
    }
    .hotel_user_data_table input.input5 {
        width: 75%;
    }
    .hotel_user_data select {
        width: 90%;
    }
    .hotel_user_data_table input.input3 {
        width: 90%;
    }
    .hotel_user_data_table input.input2 {
        width: 30%;
    }
    .hotel_user_data .hotel_user_data_table textarea {
        width: 94%;
    }
    .user_address .btn {
        width: 40%;
    }
    .product_data .cancel_exp {
        height: 200px;
    }
    .hotel_user_data_table input.input4 {
        width: 90%;
    }
    .hotel_search_list {
        padding: 3% 0;
    }
    .search_cnt_semipack {
        font-size: 1.2em;
        padding: 5px 0;
    }
    .airtel_search_list .airtel_list li {
        width: 96%;
        margin: 0 2% 3%;
    }
    .airtel_list .thumb_img img {
        width: 100%;
        height: auto;
    }
    .airtel_detail_left {
        width: 100%;
        /* margin-top: 50px; */
    }
    .bx-wrapper {
        margin: 0 auto;
    }

    .tab01_travel_calander .title {
        width: 100%;
        padding: 0 5%;
    }
    .tab01_travel_calander .air_calander {
        width: 89.5%;
        padding: 0 5%;
    }
    .calander_con p {
        margin: 0;
        padding: 0;
        max-width: 310px;
    }
    
    .detail_line {
        display: none;
    }
    .travel_calander_content .calander_con {
        width: 80%;
        margin: 0 auto;
        overflow: hidden;
    }
    .ui-tabs .ui-tabs-panel {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
        clear: both;
    }
    .air_calander .air_date_box .air_date2 {
        /* margin: 0;
        float: right;
        margin-left: 335px; */
    }
    .air_calander .air_date_box .air_date {
        margin: 0;
    }
    .airtel_tabs .hotel_summary {
        width: 100%;
    }
    .airtel_tabs .hotel_introduce a img{
        width:100%;
    }
    .airtel_tabs {
        width: 100%;
    }
    .ui-tabs .ui-tabs-nav {
        width: 100%;
        padding: 0;
        display: flex;
		justify-content: space-between;
    }
    .travel_calander_content {
        margin: 0;
        padding: 0;
        min-width: 400px;
    }
    .airtel_tabs .hotel_picture {
        width: 89.5%;
        margin: 0 5% 5%;
        display: flex;
        justify-content: center;
    }
    .airtel_tabs .hotel_picture .hotel_thumb_path {
        width: 100%;
        height: auto;
        max-width: 400px;
    }
    .airtel_tabs .hotel_data_con .txt4 {
        width: 100%;
        padding: 0;
    }
    .airtel_tabs .hotel_data,
    .airtel_tabs .hotel_introduce,
    .airtel_tabs .hotel_basic_data {
        width: 89.5%;
        margin: 0 5% 5%;
    }
    .event_content p {
        max-width: 320px;
    }
    .airtel_search_list .title2 {
        font-size: 28px;
    }
    .airtel_search_list .title {
        font-size: 1rem;
    }
    #floatMenu {
        width: 80%;
        z-index: 1000;
        margin: 0 5%;
        padding: 5%;
        position: fixed;
        bottom: -500px;
        left: 0;
        top: auto;
        background-color: #fff;
        overflow-y: auto;
        /* height: 580px; */
        box-shadow: 3px 3px 3px 3px;
        -webkit-box-shadow: -2px -2px 50px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: -2px -2px 50px 5px rgba(0, 0, 0, 0.2);
        box-shadow: -2px -2px 50px 5px rgba(0, 0, 0, 0.2);
    }
    .floatMenu .per_cnt_box .per_cnt select {
        width: 83px;
        text-align: center;
    }
    .floatMenu .travel_print,
    .floatMenu .simple_print {
        display: none;
    }
    .airtel_detail {
        position: static;
    }
    .floatMenu ul li {
        width: 100%;
    }
    .floatMenu .txt1 {
        width: 40%;
    }
    .floatMenu .txt2 {
        width: 60%;
    }
    .floatMenu .bottom_fix_btn button {
        width: 100%;
        min-width: auto;
        /* padding: 12px 0; */
    }
    .floatMenu .per_cnt_box .per_cnt {
        width: 33%;
    }
    .floatMenu .per_cnt_box {
        margin: 0 auto;
    }
    .mobile_none {
        display: none !important;
    }
    .bottom_fix_btn2 {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 10001;
        display: block;
    }
    .bottom_fix_btn2 .btn {
        width: 90%;
        margin: 2% 5%;
        padding: 12px 0;
    }
    .reser_data2_table .reser_content {
        width: 90%;
        margin-left: 5px;
        padding: 5px;
    }
    .total_data .t1 {
        width: 20%;
    }
    .total_data .total_price {
        width: 80%;
    }
    .mail_form {
        padding: 5%;
        width: 80%;
        margin: 0 5%;
        left: 0;
        top: 10%;
        border: 1px solid #aaa;
    }
    .mail_form_table td .wd-100 {
        width: 99%;
        padding: 1%;
    }
    .mail_form_table td .wd-50_1 {
        width: 80%;
        padding: 1%;
    }
    .mail_form_table td .wd-50 {
        width: 80%;
        padding: 1%;
    }
    .mail_form_table tr td .mail_form_con {
        width: 99%;
        padding: 1%;
    }
    .agree_radio {
        width: 100%;
    }
    .mail_form_table .agree_info {
        width: 70%;
        padding: 5%;
    }
    .mail_form_table .over_scroll {
        overflow-y: auto;
        height: 100px;
        width: 100%;
    }
    .mail_form .wd-100 {
        width: 220px;
    }
    .gnb_mobile .mobile_menu {
        width: 100%;
    }
    .mobile_menu_lv1 {
        font-size: 1.1em;
        border-bottom: 1px solid #ddd;
        background-color: #f8f8f8;
        line-height: 40px;
        font-weight: 300;
        color: #787878;
        cursor: pointer;
    }
    .mobile_menu_lv2 {
        font-size: 15px;
        border-bottom: 1px solid #ddd;
        background-color: #f8f8f8;
        line-height: 40px;
    }
    .gnb_mobile .mobile_menu li:first-child {
        border-top: 1px solid #ddd;
    }
    .gnb_mobile .mobile_menu li a {
        gap: 1rem;
    }
    .gnb_mobile .mobile_menu li img {
        /* padding: 0 10px; */
        height: 15px;
        max-width: 22.5px;
        margin-right: 1rem;
        margin-left: 1rem !important;
    }
    .dropdown-menu .dropdown-item,
    .dropdown-menu li > a {
        padding-left: 0 !important;
    }
    .cart_table {
        width: 100%;
    }
    .main_con_bg .airtel_search_list {
        width: 100%;
    }
    .main_con {
        width: 96%;
        margin: 0 2%;
    }
    .main_con_bg .air_search_list {
        width: 100%;
    }
    .main_con_bg .hotel_cart_list {
        width: 100%;
    }
    .invoice_print_bt {
        display: none;
    }
    .tm_movie {
        display: none;
    }
    /* .login_bg .tab_container2 {
        width: 100%;
    } */
    .footer_agree1 {
        display: none;
        width: 80%;
        position: fixed;
        top: 20%;
        right: 0;
        left: 5%;
        background-color: #fff;
        z-index: 999;
        margin: 0;
    }
    .footer_agree2 {
        display: none;
        width: 80%;
        position: fixed;
        top: 20%;
        left: 5%;
        padding: 5%;
        background-color: #fff;
        z-index: 999;
        margin: 0;
    }
    .air_thumb .delete_btn {
        position: absolute;
        top: 2px;
        right: 2px;
    }
    .footer_con span,
    .footer_con a {
        font-size: 12px;
        white-space: nowrap;
        /* text-align: center; */
        /* line-height: 10px; */
        /* font-weight: 400; */
    }
    .footer_con div {
        flex-wrap: wrap;
        gap: 0.2rem !important;
    }
    .footer_con ul li {
        font-size: 13px;
    }
    .footer_bg {
        padding: 10px 0 90px 0;
    }
    .airtel_search_list .sub_title {
        font-size: 20px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .floatMenu .wd-20_1 {
        background-color: #999;
        box-shadow: 0 0 0 0;
        padding: 12px 0;
        width: 94px;
        box-shadow: 0 0 0 0;
        margin-right: 2px;
    }
}
* {
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
    color-adjust: exact !important; /*Firefox*/
}

/* 
    프론트 페이지 - 메인 슬라이드 부분 
    텍스트와 버튼 크기 조절 필요.   
*/
.main_slide{
    display: flex; 
    /* flex-direction: column;  */
    justify-content: center;
    text-align: center; 
    white-space: pre-wrap; 
    color: #fff; 
    text-shadow: 0 0 5px rgb(0 0 0 / 60%);
}

.main_slide .main_slide_img{
    filter: brightness(90%);
}

.main_slide .main_slide_text {
    margin-bottom: 3rem; 
    line-height: 120%; 
    font-size: min(3rem, 5vw);
    font-weight: 700;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -120%);
}

.main_slide .button { 
    display: inline; 
    padding: 0.75rem 1.75rem;
    font-size: min(1.25rem, 2.5vw); 
    border: 1px solid #fff; 
    border-radius: 5rem; 
    cursor: pointer; 
    transition: 0.4s;

    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, 30%);
}

.main_slide .button:hover { 
    background-color: rgba(255, 255, 255, 0.4); 
}

/* inputbox 재정의 */

.input-w17 {
    width: 19%;
}
.input-w33 {
    width: 33%;
}
/* 한 줄에 같은 width로 4개 들어가야 할 때 */
.input-w22 {
    width: 21.7%;
}
/* 한 줄에 같은 width로 3개 들어가야 할 때 */
.input-w30 {
    width: 30%;
}
.input-w100 {
    width: 100%;
}
/* 상세페이지의 큰 제목 */
.content-span {
    font-size: 2rem; 
    font-weight: bold; 
    color: #4d4444;
}
/* 상세페이지의 내용 */
.content-p {
    color: #4d4444;
    font-size: 1rem;   
}

/* 테이블 스타일 여행일정 출력, 인보이스에 사용*/
.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{font-size:15px; overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{font-size:15px; font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-c3ow{border-color:inherit;text-align:left;vertical-align:top;font-weight: bold;}
.tg-c3ow-2{border-color:inherit;text-align:left;vertical-align:top;font-weight: bold; background:rgb(233, 233, 233);} 
.tg .tg-0pky{border-color:inherit;text-align:left;vertical-align:top}


/* 여행일정표 table */
.tg1 {
    width: 20%;
    background-color: #e9e9e9;
    font-weight: bold;
}

.airtel_detail_border{
    border-bottom: 1px solid #ddd;
}


/* 캘린더 스타일 */
.calendar {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .month {
    font-size: 20px;
    margin: 10px 0;
  }
  .calendar-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .day {
    width: 50px;
    height: 40px;
    /* border: 1px solid #ccc; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px 0px;
    cursor: pointer;
    font-size: 14px;
  }
  .holiday {
    background-color: #fff;
    color: #f00;
    
  }
  .arrow {
    cursor: pointer;
    font-size: 24px;
    margin: 0 10px;
  }

  #txtSelectLang {
    width: 25%; 
    right: 14px; 
    top: 9px;
  }

/* 회원가입 - 모달창 스타일 */
.modal{
    position:absolute;
    display:none;
    justify-content: center;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.4);
}
/* .modal_body{
    position:absolute;
    top:50%;
    width:40%;
    height: 40%;
    padding:40px;
    text-align: center;
    background-color: rgb(255,255,255);
    border-radius:10px;
    box-shadow:0 2px 3px 0 rgba(34,36,38,0.15);
    transform:translateY(-50%);
} */
.modal_body{
    position:absolute;
    top:55%;
    width:40%;
    min-width: 400px;
    height: 40%;
    min-height: 600px;
    padding:40px;
    text-align: center;
    background-color: rgb(255,255,255);
    border-radius:10px;
    box-shadow:0 2px 3px 0 rgba(34,36,38,0.15);
    transform:translateY(-50%);
}
/* .modal_body .textarea_content{
    margin-top: 5%;
    margin-bottom: 5%;
    width:100%;
    height:38%;
} */
.modal_body .textarea_content{
    margin-top: 5%;
    margin-bottom: 5%;
    width:94%;
    height:38% !important;
    padding: 12px;
    min-height: 430px;
}
.modal_body .modal_close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
}

.arrow-prev,
.arrow-next {
    position: relative;
    float:left;
    width:100px;
    margin-right:5px;
    cursor: pointer;
}

.arrow-prev::after {
    position: absolute;
    left: 75px; 
    top: 15px;
    content: '';
    width: 20px; /* 사이즈 */
    height: 20px; /* 사이즈 */
    border-top: 1px solid #747474;
    border-right: 1px solid #747474;
    transform: rotate(225deg); /* 각도 */
}

.arrow-next::after {
    position: absolute;
    left: 10px; 
    top: 15px; 
    content: '';
    width: 20px; /* 사이즈 */
    height: 20px; /* 사이즈 */
    border-top: 1px solid #747474;
    border-right: 1px solid #747474;
    transform: rotate(45deg); /* 각도 */
}

#calendar {
    height: 100%;
}

#inquiry_content {
    background-color: #fff;
}

.totalMenuBlock {
    /* width: 100px; */
    width: 100%;
    min-width: 20px;
    padding: 20px 20px;
}

.totalMenuSecondGroup {
    width: 100%;
    text-align: center;
    /* width: 110px; */
    /* height: 25px; */
}

.totalMenuThirdGroup{
    width: 100%;
    /* width: 100px; */
}

.calander_con > img {
    max-width: 1020px;
}

.d-flex .col-11, .col-8 {
    padding-left: 0px;
}

.btn_signup {
    min-width: 25px;
    padding: 0 5px;
    width: 100%;
    font-size: 13px;
}
.airtelCalImg{
    width: 20%;
    height: 10%;
    padding: 10px;
    border-radius: 20px;
    overflow: hidden;
    object-fit: cover;        
}
@media (min-width: 1px) and (max-width: 1024px) {
    .input-w17 {
        /* width: 90%; */
        width: 100%;
        margin-bottom: 10px;
    }
    .input-w33 {
        /* width: 90%; */
        width: 100%;
        margin-bottom: 10px;
    }

    .input-w30 {
        /* width: 90%; */
        width: 100%;
        margin-bottom: 10px;
    }

    .input-w22 {
        /* width: 90%; */
        width: 100%;
        margin-bottom: 10px;
    }

    .input-w100 {
        /* width: 90%; */
        width: 100%;
        margin-bottom: 10px;
    }
    .modal_body {
        position: absolute;
        top: 50%;
        width: 80%;
        max-width: 483px;
        height: 91%;
        padding: 40px;
        text-align: center;
        background-color: rgb(255,255,255);
        border-radius: 10px;
        box-shadow: 0 2px 3px 0 rgba(34,36,38,0.15);
        transform: translateY(-50%);
    }
    .modal_body .textarea_content{
        height: 89% !important;
    }

    .airtelCalImg{
        width: 0%;
    }

}



.packPrice {
    font-size: 18px;
    color:#ff5c46;
    font-weight: bold;
}

/* 회사소개 탭 스타일 */
.tabnav {
    font-size:0; 
    border:1px solid #ddd;
}
.tabnav li {
    display: inline-block;  
    height:46px; 
    text-align:center; 
    border-right:1px solid #ddd;
}
.tabnav li:first-child {
    border-left:1px solid #ddd;
}

.tabnav li a:before {
    content:""; 
    position:absolute; 
    left:0; 
    top:0px; 
    width:100%; 
    height:3px; 
}
.tabnav li a.active:before {
    background:#160466;
}
.tabnav li a.active {
    border-bottom:1px solid #fff;
}
.tabnav li a { 
    position:relative; 
    display:block; 
    background: #f8f8f8; 
    color: #000; 
    padding:0 30px; 
    line-height:46px; 
    text-decoration:none; 
    font-size:16px;
}
.tabnav li a:hover, .tabnav li a.active {
    background:#fff; 
    color:#160466; 
}
.tabcontent{
    padding: 20px; 
    border-top:none;
}
.tabcontent div{
    max-height: 145px; 
    max-width: 1070px; 
    object-fit: scale-down; 
    padding-right: 20px;
    margin: auto;
}

/* 1:1 문의 답변 여부 */
.oneoneStat{
    display: inline-block;
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    width: 60%;
    min-width: 100px;
}
.oneoneStat.red{
    background-color: #aaaaaa;
}
.oneoneStat.black{
    background-color: #525252;
}
.headerBtn{
    margin:0px 5px;
    font-weight: 400;
    font-size: 15px;
    border-bottom: 0px dotted #999999;
}
.headerBtn:hover{
    border-bottom: 1px dotted #999999;
}
.note-editor .note-statusbar {
    display: none;
}

.translation{
    height : 100%
}

.btn_custom_white{
    border: 0.5px solid #999999;
    height: 50px;
    border-radius: 10px;
    background-color: #fff;
    color: black;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.btn_custom_white:hover{
    background-color: #F3F3F6;
}
.btn_custom_orange{
    border: 0px solid;
    height: 50px;
    border-radius: 10px;
    background-color: #F58630;
    color: white;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.btn_custom_orange_reverse{
    border: 1.2px solid #F58630;
    height: 50px;
    border-radius: 10px;
    background-color: white;
    color: #F58630;  
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.btn_custom_orange_reverse:hover{
    background-color: #FFF0E4;
}

.btn_custom_orange:hover{
    background-color: #FEAC6D;
}
.footerDivBar{
    padding: 0px 5px;
}
/* 인풋박스 div */
.input_inner_div{
    margin-top: 10px;
}
/* 인풋박스 제목란 */
.input_inner_label{
    top: -10px;
    background-color: white;
    padding: 0px 5px;
    position: absolute;
    margin-left: 10px;
}
/* 인풋박스 내부텍스트 */
.input_inner_text{
    border: 1px solid #ced4da;
    display: block;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
}
/* 메뉴의 상단 제목란 div */
.page_index_title{
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
}

/* 메뉴 상단 검색란 div */
.page_index_search_div{
    border-bottom: 1px solid;
    width: 100%;
    max-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    margin-bottom: 70px;
    box-sizing: border-box;
}

/* 메뉴 상단 검색란 인풋 */
.page_index_search_input{
    width: 100%;
    max-width: 500px;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 0px;
    font-size: 20px;
}
