input[id*="date_modal"] {
    display:none;
}
input[id*="date_modal"] + label {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
input[id*="date_modal"] + label + div {
    display: flex;
    position: absolute;
    top: 50px;
    left: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}   
input[id*="date_modal"]:checked + label + div {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}   
input[id*="date_modal"] + label + div > div {
    display: flex;
    position: absolute;
    border-radius: 12px;
    background-color: var(--white-bgcolor);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.30); 
    z-index: 2002;
    top: 0px;
    left: -30px;
}
input[id*="date_modal"] + label + div > div > label {
    position: absolute;
    display: inline-block;
    top: 20px;
    right: 24px;
    width: 24px;
    height: 24px;
    border: 0 none;
    background: url(../images/modal_close.svg) 50% / 24px no-repeat;
    font-size: 0 !important;
    cursor: pointer;
    vertical-align: middle;
    z-index: 2001;
}
input[id*="date_modal"] + label + div > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.0);
    z-index: 2001;
}

input[id*="area_modal"] {
    display:none;
}
input[id*="area_modal"] + label {
    display: flex;
    justify-content: space-between;
}
input[id*="area_modal"] + label + div {
    display: flex;
    position: absolute;
    top: 50px;
    left: 0;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}   
input[id*="area_modal"]:checked + label + div {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}   
input[id*="area_modal"] + label + div > div {
    display: flex;
    position: absolute;
    border-radius: 12px;
    background-color: var(--white-bgcolor);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.30); 
    z-index: 2002;
    top: 0px;
    left: -30px;
}
input[id*="area_modal"] + label + div > div > label {
    position: absolute;
    display: inline-block;
    top: 20px;
    right: 24px;
    width: 24px;
    height: 24px;
    border: 0 none;
    background: url(../images/modal_close.svg) 50% / 24px no-repeat;
    font-size: 0 !important;
    cursor: pointer;
    vertical-align: middle;
    z-index: 2001;
}
input[id*="area_modal"] + label + div > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.0);
    z-index: 2001;
}

input[id*="cata_modal"] {
    display:none;
}
input[id*="cata_modal"] + label {
    display: flex;
    justify-content: space-between;
}
input[id*="cata_modal"] + label + div {
    display: flex;
    position: absolute;
    top: 272px;
    left: 112px;
    width: 25%;
    justify-content: center;
    align-items:center;
    z-index: 2002;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}   
input[id*="cata_modal"]:checked + label + div {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    width: 25%;
    border-radius: 12px;
    background-color: var(--white-bgcolor);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.30); 
}   
input[id*="cata_modal"] + label + div > div {
    display: flex;
    z-index: 2002;
    border-radius: 12px;
}
input[id*="cata_modal"] + label + div > div > label {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 24px;
    width: 24px;
    height: 24px;
    border: 0 none;
    background: url(../images/modal_close.svg) 50% / 24px no-repeat;
    font-size: 0 !important;
    cursor: pointer;
    vertical-align: middle;
    z-index: 2001;
}


input[id*="sort_modal"] {
    display:none;
}
input[id*="sort_modal"] + label {
    display: flex;
    justify-content: space-between;
}
input[id*="sort_modal"] + label + div {
    display: flex;
    position: absolute;
    top: 80px;
    right: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}   
input[id*="sort_modal"]:checked + label + div {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    /*position: relative;*/
}
input[id*="sort_modal"] + label + div > div {
    display: flex;
    position: absolute;
    border-radius: 12px;
    background-color: var(--white-bgcolor);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.30);
    z-index: 2002;
    top: -20px;
    right: 0;
    color: #000;
    text-align: center;
}
input[id*="sort_modal"] + label + div > div > label {
    position: absolute;
    display: inline-block;
    top: 20px;
    right: 24px;
    width: 24px;
    height: 24px;
    border: 0 none;
    background: url(../images/modal_close.svg) 50% / 24px no-repeat;
    font-size: 0 !important;
    cursor: pointer;
    vertical-align: middle;
    z-index: 2001;
}
input[id*="sort_modal"] + label + div > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.3);
    z-index: 2001;
}



input[id*="terms_modal"] {
    display:none;
}
input[id*="terms_modal"] + label {
    display: flex;
    justify-content: space-between;
}
input[id*="terms_modal"] + label + div {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
input[id*="terms_modal"]:checked + label + div {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
input[id*="terms_modal"] + label + div > div {
    display: flex;
    position: absolute;
    border-radius: 12px;
    background-color: var(--white-bgcolor);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.30);
    z-index: 2002;
}
input[id*="terms_modal"] + label + div > div > label {
    position: absolute;
    display: inline-block;
    top: 20px;
    right: 24px;
    width: 24px;
    height: 24px;
    border: 0 none;
    background: url(../images/modal_close.svg) 50% / 24px no-repeat;
    font-size: 0 !important;
    cursor: pointer;
    vertical-align: middle;
    z-index: 2001;
}
input[id*="terms_modal"] + label + div > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.3);
    z-index: 2001;
}

input[id*="policy_modal"] {
    display:none;
}
input[id*="policy_modal"] + label {
    display: flex;
    justify-content: space-between;
}
input[id*="policy_modal"] + label + div {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
input[id*="policy_modal"]:checked + label + div {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
input[id*="policy_modal"] + label + div > div {
    display: flex;
    position: absolute;
    border-radius: 12px;
    background-color: var(--white-bgcolor);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.30);
    z-index: 2002;
}
input[id*="policy_modal"] + label + div > div > label {
    position: absolute;
    display: inline-block;
    top: 20px;
    right: 24px;
    width: 24px;
    height: 24px;
    border: 0 none;
    background: url(../images/modal_close.svg) 50% / 24px no-repeat;
    font-size: 0 !important;
    cursor: pointer;
    vertical-align: middle;
    z-index: 2001;
}
input[id*="policy_modal"] + label + div > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.3);
    z-index: 2001;
}

input[id*="ppolicy_modal"] {
    display:none;
}
input[id*="ppolicy_modal"] + label {
    display: flex;
    justify-content: space-between;
}
input[id*="ppolicy_modal"] + label + div {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
input[id*="ppolicy_modal"]:checked + label + div {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
input[id*="ppolicy_modal"] + label + div > div {
    display: flex;
    position: absolute;
    border-radius: 12px;
    background-color: var(--white-bgcolor);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.30);
    z-index: 2002;
}
input[id*="ppolicy_modal"] + label + div > div > label {
    position: absolute;
    display: inline-block;
    top: 20px;
    right: 24px;
    width: 24px;
    height: 24px;
    border: 0 none;
    background: url(../images/modal_close.svg) 50% / 24px no-repeat;
    font-size: 0 !important;
    cursor: pointer;
    vertical-align: middle;
    z-index: 2001;
}
input[id*="ppolicy_modal"] + label + div > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.3);
    z-index: 2001;
}

input[id*="cabinCheck"] {
    display:none;
}
input[id*="cabinCheck"] + label {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 0;
}
input[id*="cabinCheck"] + label + div {
    display: flex;
    position: absolute;
    top: 80px;
    right: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

input[id*="cabinCheck"]:checked + label + div {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    /*position: relative;*/
}
input[id*="cabinCheck"] + label + div > div {
    display: flex;
    position: absolute;
    border-radius: 12px;
    background-color: var(--white-bgcolor);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.30);
    z-index: 2002;
    top: -40px;
    left: 0;
    color: #000;
    text-align: center;
}
input[id*="cabinCheck"] + label + div > div > label {
    position: absolute;
    display: inline-block;
    top: 20px;
    right: 24px;
    width: 24px;
    height: 24px;
    border: 0 none;
    background: url(../images/modal_close.svg) 50% / 24px no-repeat;
    font-size: 0 !important;
    cursor: pointer;
    vertical-align: middle;
    z-index: 2001;
}
input[id*="cabinCheck"] + label + div > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.3);
    z-index: 2001;
}



input[id*="book_modal"] {
    display:none;
}
input[id*="book_modal"] + label {
    cursor: pointer;
    border-radius:4px; 
    color:#404040;
    font-size: 13px; 
    line-height: 13px;
    padding: 6px 14px;
    font-weight: bold;
    font-family: "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif !important;
    background-color: #f4f4f4;
    border: 1px solid #888888;
    margin: 0;
}
input[id*="book_modal"] + label + div {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}   
input[id*="book_modal"]:checked + label + div {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}   
input[id*="book_modal"] + label + div > div {
    display: flex;
    position: absolute;
    border-radius: 12px 12px 0 0;
    background-color: var(--white-bgcolor);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.30); 
    z-index: 2002;
}
input[id*="book_modal"] + label + div > div > label {
    position: absolute;
    display: inline-block;
    top: 34px;
    right: 44px;
    width: 24px;
    height: 24px;
    border: 0 none;
    background: url(../images/modal_wclose.svg) 50% / 24px no-repeat;
    font-size: 0 !important;
    cursor: pointer;
    vertical-align: middle;
    z-index: 2001;
}
input[id*="book_modal"] + label + div > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.0);
    z-index: 2001;
}
button.book_modal {
    position: absolute;
    display: inline-block;
    top: 34px;
    right: 44px;
    width: 24px;
    height: 24px;
    border: 0 none;
    background: url(../images/modal_wclose.svg) 50% / 24px no-repeat;
    font-size: 0 !important;
    cursor: pointer;
    vertical-align: middle;
    z-index: 2001;
}





.Real_calendar {
    display: flex;
    min-width: 1000px;
    width: 100%;
    min-height: 580px;
    background-color: var(--white-bgcolor);
    padding: 20px 0px;
    flex-direction: column;
}
.Real_area {
    display: flex;
    min-width: 800px;
    width: 100%;
    min-height: 580px;
    height: calc(100% - 90px);
    background-color: var(--white-bgcolor);
    padding: 20px 30px 20px 30px;
    flex-direction: column;
    box-sizing: border-box;
}
.Real_cata {
    display: flex;
    width: 100%;
    background-color: var(--white-bgcolor);
    padding: 20px 0px;
    flex-direction: column;
    box-sizing: border-box;
}
.Real_terms {
    display: flex;
    max-width: 1140px;
    width: 100%;
    min-height: 600px;
    background-color: var(--white-bgcolor);
    padding: 20px 0px;
    flex-direction: column;
}
.Real_sort {
    display: flex;
    width: 180px;
    background-color: var(--white-bgcolor);
    padding: 20px 0px;
    flex-direction: column;
    box-sizing: border-box;
}
#RevTable {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 100;
    background:rgba(0,0,0,.3);
}
.Real_book {
    display: flex;
    position: relative;
    max-width: 1140px;
    height:540px;
    border-radius: 12px;
    background-color: var(--white-bgcolor);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.30); 
    width: 100%;
    padding: 0px;
    flex-direction: column;
}




#Real {
	display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-y:auto;
    overflow-x: hidden;
}
.modal_title {
	display: flex;
	position: relative; 
	width: 100%;
	font-family:"Play","Pretendard",sans-serif!important;
	font-size: 26px;
	line-height: 26px;
	padding-top: 20px;
	font-weight: 600;
	color: var(--title-color);
	justify-content: flex-start;
    justify-content: center;
}
.modal_title:before {
	content:''; 
	display:block; 
	position: absolute; 
	width: 12px;
	height: 12px;
	left: auto;
}
#Real .modal_content {
	display: flex;
	width: 100%;
    margin-top: 20px;
}
#Real .modal_body {
	display: flex;
	width: 100%;
    margin: 0px;
}
#Real .modal_frame {
	display: flex;
	width: 100%;
    margin-top: 40px;
    padding: 20px 30px;
    border-radius: 10px;
}
#Real .modal_frame iframe {
	display: flex;
    width:100%;
    height: 440px;
    border-radius: 10px;
    border: 1px solid #ccc;
    overflow: auto;
}
#Real .calendar_wrap {
    display: flex;
    position: relative; 
    justify-content: space-between;
    width: 100%;
    margin: 10px auto;
}
#Real .move {
    display: flex;
    width: 5%;
    align-items: center;
    justify-content: center;
    height: 100%;
}
#Real .move a.prev_sheet {
    display: flex;
    width: 20px;
	height: 40px;
    font-size: 0px;
    background: none;
	background-image: url("../images/icon_xleft.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
    left: 0;
    top: auto;
}
#Real .move a.next_sheet {
    display: flex;
    width: 20px;
	height: 40px;
    font-size: 0px;
	background-image: url("../images/icon_xright.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
    right: 0;
    top: auto;
}
#Real #calendars {
    display: flex;
    width: 90%;
    justify-content: space-between;
}
#Real .calendar_item {
    display: flex;
    width: 50%;
    flex-direction: column;
    margin: 0px;
    border: 1px solid #e5e5e5;
    padding: 25px 25px 17px 25px;
}


#Real .calendar_wrap .left {
    border-radius: 10px 0 0 10px;
}
#Real .calendar_wrap .right {
    border-radius: 0 10px 10px 0;
}

#Real .calendar_item .month {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    font-family:"Play","Pretendard",sans-serif!important;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: var(--title-color);
}
#Real table.dal {
    width: 100%;
    margin-top: 10px;
}
#Real table.dal th {
    vertical-align: middle;
    padding: 1px;
    height: 40px;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    background-color: white;
}
#Real table.dal td {
    padding: 1px;
}
#Real table.dal td a.day, a.day:hover {
    display: flex;
    position: relative;
    width: 100%;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-family:"Play","Pretendard",sans-serif!important;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    color: var(--title-color);
    margin: 1px;
    text-decoration: none;
}
#Real table.dal td a.day:hover {
    background-color: var(--light-bgcolor);
}
#Real table.dal td a span.today{
    display: flex;
    position: absolute;
    content: "today";
    font-size: 10px;
    top:0;
    left: auto;
    padding-top: 26px;
}
#Real table.dal td a span.holiday {
    position: absolute;
    display: flex;
    font-size: 10px;
    top:0;
    left: auto;
    padding-top: 26px;
    color:#e53e30;
}
#Real table.dal td a.on {
    background-color: #f8f1da;
}
#Real table.dal td a.pick {
    background-color: #ffd9df;
}
#Real table.dal td a.start {
    background:linear-gradient(270deg, #f8f1da 0%, #f4dd8d 100%);
}
#Real table.dal td a.end {
    background:linear-gradient(90deg, #f8f1da 0%, #f4dd8d 100%);
}
#Real table.dal td.disabled {
    opacity: 0.3;
}
#Real table.dal td.available {
    opacity: 1;
}
#Real table.dal + tr td a.day, a.day:hover {
    color: var(--table-color);
}

#Real table.dal th.sun,
#Real table.dal td.sun a {
    color:#e53e30
}
#Real table.dal th.sat,
#Real table.dal td.sat a {
    color:#006f80
}


#Real .modal_footer {
	display: flex;
	width: 100%;
    margin: 10px 0;
    justify-content: center;
}

#Real button.square {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #252525;
    border-radius: 3px;
    padding: 10px 36px;
    margin: 0 7px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    font-family: 'Pretendard','NotoKR','Malgun Gothic','맑은 고딕','Apple SD Gothic Neo',sans-serif !important;
    color: var(--white-color);
}


#Real .tourtypes {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 0 ;
}
#Real .tourtype_name {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 0px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    font-family:"Pretendard";
    color: var(--title-color);
    border-bottom: 1px solid var(--light-bgcolor);
    margin: 0;
    font-family: "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif !important;
}
#Real .tourtype_name:last-child {
    border-bottom: 0px solid var(--light-bgcolor);
}
#Real .tourtype_name:hover {
    color: var(--oaas-color);
}



@media screen and (max-width: 767px) {
    #Real .move {
        width: 7%;
    }
    #Real .move a.prev_sheet {
        width: 15px;
        height: 30px;
    }
    #Real .move a.next_sheet {
        width: 15px;
        height: 30px;
    }
    #Real #calendars {
        display: flex;
        width: 85%;
        justify-content: center;
    }
    #Real .calendar_item {
        display: flex;
        width: 100%;
        padding: 20px 10px;
    }
    #Real .calendar_wrap .left {
        border:0px
    }
    #Real .calendar_wrap .right {
        border:0px;
        display: none;
    }
}














#CitySearchBox { 
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px;
    overflow-y:auto;
}
.RealCityLayer {
    display: flex;
	width: 100%;
    justify-content: center;
    flex-direction: column;
	bottom: 0px;
	padding-top:4px;
	background: #ffffff;
	text-align:center;
    border: 0px solid seagreen;
}
.RealCityLayer .form-wrap { 
	width:100% !important; 
    margin:30px auto 30px !important;
}

.Real_area .trip-search-form {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}
.Real_area .trip-search-form input{
    width: calc(100% - 4px);
	background-color: var(--light-bgcolor);
	border-radius:10px;
	padding: 20px 60px 20px 32px;
	color: #323232 !important;
	font-size: 20px !important;
    line-height: 20px;
    font-family:"Pretendard";
	}
.RealCityLayer .city-list {
    display: flex;
	overflow: hidden;
    flex-direction: column;
}
.RealCityLayer .city-list .city-tit {
    display: flex;
	width:100%;
	padding: 15px 30px;
	font-size: 15px;
    line-height: 15px;
	color:#323232;
    font-family:"Pretendard";
	text-align:left;
	cursor:pointer;
	border-bottom:2px solid var(--light-bgcolor);
	background-image:url(../images/arrow_down_24dp.svg);
	background-repeat:no-repeat;
	background-size:auto;
	background-position:96%;
}
.RealCityLayer .city-list .city-tit b {font-size: 16px; color:#323232;font-family:"Pretendard";}
.RealCityLayer .city-list .dep02 {
    display: flex; 
    width:100%; 
    margin:0 auto; 
    background:#fafafa; 
    padding: 0px 0px; 
}
.RealCityLayer .city-list .dep02:after {display:block; content:''; clear:both;}
.RealCityLayer .city-list .dep02 ul { 
    width:100%; 
    margin:0px 0px 0px 0px;
    padding: 10px;
    background-color: transparent;
}
.RealCityLayer .city-list .dep02 ul:after {
    display:block; 
    content:''; 
    clear:both;
}
.RealCityLayer .city-list .dep02 ul a:before {
    display:block; 
    content:''; 
    clear:both;
    border:0px;
}
.RealCityLayer .city-list .dep02 li {
    height: 40px; 
    line-height: 16px; 
    width:calc(100%/5); 
    float:left; 
    font-size:16px;
    text-align:left;
    padding: 0px;
    margin:0px
}
.RealCityLayer .city-list .dep02 li a { 
    font-size:16px; 
    color:#535353; 
    font-family:"Pretendard";
    text-decoration: none;
}
.RealCityLayer .city-list .dep02 li a:hover { 
    color: var(--oaas-color); 
    font-family:"Pretendard";
}
.RealCityLayer .hotelSearch {
    text-align: left;
}

