/*
 * Copyright (c) 2018. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
 * Morbi non lorem porttitor neque feugiat blandit. Ut vitae ipsum eget quam lacinia accumsan.
 * Etiam sed turpis ac ipsum condimentum fringilla. Maecenas magna.
 * Proin dapibus sapien vel ante. Aliquam erat volutpat. Pellentesque sagittis ligula eget metus.
 * Vestibulum commodo. Ut rhoncus gravida arcu.
 */

/******************************************************/
.mo_user__stay_list {
    font-size:0;
    margin-top: 100px;
    background-color: #f7f7f7;
}
.tit_and_tab_module {
    text-align: left;
    background: #fff;
}
.tit_and_tab_module .tab_btn_box__stay_list {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0 16px;
    margin-top: 16px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.tit_and_tab_module .tab_btn {
	display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    flex: 1 1;
    white-space: nowrap;
    padding: 16px 0;
    font-size: 15px;
    font-weight: 500;
    color: #808080;
    text-align: center;
}
.tit_and_tab_module .stay_kind {
    display: inline-block;
    vertical-align: bottom;
    font-size:15px;
    font-weight: 500;
    color:#808080;
    /*line-height: 50px;*/
    margin:0 4px 0 0;
}

.tit_and_tab_module .tab_btn.is_active {
	border-bottom: 2px solid #222222;
	line-height: normal;
}

.tit_and_tab_module .tab_btn.is_active .stay_kind {
    color: #222;
}

.tit_and_tab_module .tab_btn.is_active .stay_kind:after {
    content:"";
    position: absolute;
    left:0;
    bottom: -19px;
    width:100%;
    height:2px;
    background: #222;
}
.tit_and_tab_module .count {
    display: inline-block;
    vertical-align: bottom;
    font-size:13px;
    font-weight: 300;
    color:#aaa;
    /*line-height: 50px;*/
}
/******************************************************/

.list_area__stay {
}
.list_area__stay .banner_box__trip_recommend {
    margin:0 10px;
}
.list_area__stay .banner_box__trip_recommend .jeju_banner .res{
	border-radius: 5px;
}
.list_area__stay .banner_box__trip_recommend .left_banner{
    width: calc((100% - 10px) / 2);
    height: 100%;
    margin-right: 10px;
    display: inline-block;
}
.list_area__stay .banner_box__trip_recommend .right_banner{
    width: calc((100% - 10px) / 2);
    height: 100%;
    display: inline-block;
}
.list_area__stay .banner_box__trip_recommend .left_banner > img,
.list_area__stay .banner_box__trip_recommend .right_banner > img{
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.search_result_and_sorting_tit{
    padding: 20px 16px 11px;
}
.search_result_and_sorting_tit .search_result{
    color: #808080;
    font-weight: 400;
    font-size: 14px;
}
.search_result_and_sorting_tit .sorting_tit_box{
    float: right;
}
.search_result_and_sorting_tit .sorting_tit_box .sorting_tit{
	color: #484848;
	font-weight: 400;
	font-size: 12px;
	margin-right: 4px;
	vertical-align: middle;
}
.search_result_and_sorting_tit .sorting_tit_box .sorting_tit + img{
    width : 11px;
    height: 10px;
    vertical-align: middle;
}
.list_module_header {
    padding:20px 16px 10px;
    font-size:0;
    background-color: #fff;
}
.list_module_header .tit_and_info_area{
    display: inline-block;
    vertical-align: bottom;
    width:calc(100% - 150px);
}
.list_module_header .tit_and_info_area .tit{
    display: inline-block;
    vertical-align: middle;
    margin:0 20px 0 0;
    font-size:14px;
    font-weight: 700;
    color:#484848;
}
.list_module_header .tit_and_info_area .info {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    width:auto;
}
.list_module_header .tit_and_info_area .info .icon_txt{
    display: inline-block;
    vertical-align: middle;
    margin:0 4px 0 0;
    font-size:11px;
    font-weight: 400;
    color:#b2b2b2;
}
.list_module_header .tit_and_info_area .info .notice{
    display: inline-block;
    vertical-align: middle;
    width:12px;
    height:12px;
    font-size:12px;
    cursor: pointer;
}
.list_module_header .tit_and_info_area .info.has_tool_tip {
    perspective: 2000px;
}
.list_module_header .tit_and_info_area .info.has_tool_tip .tool_tip__info{
    position:absolute;
    display: inline-block;
    top: -12px;
    background: #fff;
    border-radius: 3px;
    left:50%;
    transform:  translate(-50%,-100%);
    -webkit-transform:  translate(-50%,-100%);
    -ms-transform:  translate(-50%,-100%);
    -moz-transform:  translate(-50%,-100%);
    -o-transform:  translate(-50%,-100%);
    z-index: 20;
    padding:8px 12px;
    opacity:0;
    visibility: hidden;
    /*transition: all ease 0.2s;*/
    font-size:13px;
    color:#484848;
    font-weight: 300;
    white-space: nowrap;
    width:auto;
    border:1px solid #ccc;
}
.list_module_header .tit_and_info_area .info.has_tool_tip .tool_tip__info:before{
    content:"";
    display:block;
    position:absolute;
    bottom: -7px;
    left: 50%;
    width: 8px;
    height: 8px;
    background:#fff;
    transform:rotate(45deg) translate(-50%,0);
    -webkit-transform:rotate(45deg) translate(-50%,0);
    -ms-transform:rotate(45deg) translate(-50%,0);
    -moz-transform:rotate(45deg) translate(-50%,0);
    -o-transform:rotate(45deg) translate(-50%,0);
    transform-origin: center center;
    border: 1px solid #ccc;
    border-left: none;
    border-top: none;
}
.list_module_header .tit_and_info_area .info.has_tool_tip:hover .tool_tip__info{
    opacity:1;
    visibility: visible;
}
.list_module_header .tit_and_info_area .info.has_tool_tip.is_active .tool_tip__info{
    opacity:1;
    visibility: visible;
}
/**/
.list_module_header .select__list_sort{
    width:150px;
}


/* list_module__stay_hotel */
.list_module__stay_hotel {
    font-size:0;
    text-align: left;
    padding:0 0 0 0;
}
.list_module__stay_hotel .list_box{
    background: #fff;
	padding: 20px 16px;
    cursor:pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
	border-bottom: 1px solid #eee;
}
.list_module__stay_hotel .list_box.no_result {
    background: #f7f7f7;
    font-size: 14px;
    text-align: center;
    border-bottom: 0;
}

.list_module__stay_hotel .list_box.list_item_skeleton_area {
	position: relative;
	background: #fff;
	padding: 20px 16px;
	min-height: 160px;
}

.list_module__stay_hotel .list_box.list_item_skeleton_area .skeleton_box {
	font-size: 0;
}

.list_module__stay_hotel .list_box.list_item_skeleton_area .item_left_box {
	display: inline-block;
	width: 96px;
	height: 120px;
	margin-right: 10px;
	background: linear-gradient(90deg, #f3f3f3 0px, rgba(229, 229, 229, 0.8) 60px, #f3f3f3 120px);
	background-size: 600px;
	border-radius: 4px;
	animation: shine-avatar 2s infinite ease-out;
}

.list_module__stay_hotel .list_box.list_item_skeleton_area .item_right_box {
	display: inline-block;
	width: calc(100% - 106px);
	vertical-align: top;
}
.list_module__stay_hotel .list_box.list_item_skeleton_area .skeleton_box .item_right_box .line {
	position: relative;
	overflow: hidden;
}
.list_module__stay_hotel .list_box.list_item_skeleton_area .skeleton_box .item_right_box .line:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-ms-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	background: linear-gradient(90deg, #f3f3f3 0, rgba(255, 255, 255, 0.2) 20%, rgba(232, 232, 232, 0.8) 60%, #f3f3f3);
	-webkit-animation: shine-lines 2s infinite;
	animation: shine-lines 2s infinite;
	content: "";
}
.list_module__stay_hotel .list_box.list_item_skeleton_area .skeleton_box .item_right_box .first_line {
	width: 75%;
	height: 18px;
	margin-bottom: 8px;
	background-color: #eee;
}
.list_module__stay_hotel .list_box.list_item_skeleton_area .skeleton_box .item_right_box .second_line {
	width: 50%;
	height: 18px;
	margin-bottom: 32px;
	background-color: #eee;
}
.list_module__stay_hotel .list_box.list_item_skeleton_area .skeleton_box .item_right_box .third_line {
	width: 25%;
	height: 18px;
	margin-bottom: 8px;
	background-color: #eee;
}
.list_module__stay_hotel .list_box.list_item_skeleton_area .skeleton_box .item_right_box .fourth_line {
	width: 40%;
	height: 18px;
	background-color: #eee;
}
@keyframes shine-lines {
	40%, 100% {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-moz-transform: translateX(100%);
		transform: translateX(100%);
	}
}
@keyframes shine-avatar {
	0% {
		background-position: -32px;
	}
	40%, 100% {
		background-position: 208px;
	}
}
.list_module__stay_hotel .thumbnail_box {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
	width: 96px;
	height: 132px;
    overflow:hidden;
    background: #f3f3f3;
	border-radius: 4px;
}
.list_module__stay_hotel .thumbnail_box > img{
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.list_module__stay_hotel .contents_box--right {
	position: relative;
	min-height: 132px;
	padding-left: 106px;
}
.mo_user__stay_list .list_module__stay_hotel .contents_box--right .translated_name_and_name {
	font-size: 16px;
	font-weight: 700;
	color: #222;
	line-height: 1.3;
	margin: 0 0 4px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 42px;
}
.list_module__stay_hotel .contents_box--right .essential_info {
	margin-bottom: 10px;
}
.list_module__stay_hotel .contents_box--right .rating_average {
    display: inline-block;
	vertical-align: middle;
	color: #fff;
}
.list_module__stay_hotel .contents_box--right .rating_average .icon_txt {
	font-size: 12px;
    font-weight: 300;
	color: #fff;
	line-height: 1;
	background-color: #ffc800;
	padding: 3px 4px 1px;
	border-radius: 3px;
	margin-right: 4px;
}

.list_module__stay_hotel .contents_box--right .rating_average .icon_txt > span {
	font-weight: 700;
	line-height: 1;
	display: inline-block;
}
.list_module__stay_hotel .contents_box--right .number_of_reviews {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
    font-weight: 300;
	color: #b2b2b2;
}
.list_module__stay_hotel .contents_box--right .no_result__review {
    display: inline-block;
    vertical-align: bottom;
    font-size: 13px;
    font-weight: 300;
    color: #484848;
}
.list_module__stay_hotel .contents_box--right .info.has_tool_tip {
    perspective: 2000px;
}
.list_module__stay_hotel .contents_box--right .info.has_tool_tip .tool_tip__info{
    position:absolute;
    display: inline-block;
    top: -20px;
    background: #fff;
    border-radius: 3px;
    left:50%;
    transform:  translate(-50%,-100%);
    -webkit-transform:  translate(-50%,-100%);
    -ms-transform:  translate(-50%,-100%);
    -moz-transform:  translate(-50%,-100%);
    -o-transform:  translate(-50%,-100%);
    z-index: 20;
    padding:4px 8px;
    opacity:0;
    visibility: hidden;
    /*transition: all ease 0.2s;*/
    font-size:13px;
    white-space: nowrap;
    width:auto;
    border:1px solid #ccc;
}
.list_module__stay_hotel .contents_box--right .info.has_tool_tip .tool_tip__info:before{
    content:"";
    display:block;
    position:absolute;
    left: 50%;
    bottom:0;
    width: 8px;
    height: 8px;
    background:#fff;
    transform:translate(-50%, 60%) rotate(45deg);
    -webkit-transform:translate(-50%, 60%) rotate(45deg);
    -ms-transform:translate(-50%, 60%) rotate(45deg);
    -o-transform:translate(-50%, 60%) rotate(45deg);
    -moz-transform:translate(-50%, 60%) rotate(45deg);
    transform-origin: center center;
    border: 1px solid #ccc;
    border-left: none;
    border-top: none;
}
.list_module__stay_hotel .contents_box--right .info.has_tool_tip .tool_tip__info.right{
    left:auto;
    transform:  translate(0,-100%);
    -webkit-transform:  translate(0,-100%);
    -ms-transform:  translate(0,-100%);
    -moz-transform:  translate(0,-100%);
    -o-transform:  translate(0,-100%);
    right:-49px;
}
.list_module__stay_hotel .contents_box--right .info.has_tool_tip .tool_tip__info.right:before{
    left: auto;
    right:50px;
    transform:translate(0, 60%) rotate(45deg);
    -webkit-transform:translate(0, 60%) rotate(45deg);
    -ms-transform:translate(0, 60%) rotate(45deg);
    -moz-transform:translate(0, 60%) rotate(45deg);
    -o-transform:translate(0, 60%) rotate(45deg);
}
.list_module__stay_hotel .contents_box--right .info.has_tool_tip .tool_tip__info .icon_txt {
    font-size: 13px;
    font-weight: 300;
    color:#484848;
    line-height: 1.4;
}
.list_module__stay_hotel .contents_box--right .info.has_tool_tip .tool_tip__info .btn__tool_tip_close {
    font-size:10px;
    color:#484848;
}
.list_module__stay_hotel .contents_box--right .info.has_tool_tip.is_active .tool_tip__info{
    opacity:1;
    visibility: visible;
}

.list_module__stay_hotel .contents_box--right .tooltip_info {
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
}

.list_module__stay_hotel .contents_box--right .min_price {

}

.list_module__stay_hotel .contents_box--right .current_price {
    white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
	color: #222;
}

.list_module__stay_hotel .contents_box--right .current_price > span {
	font-weight: 700;
	font-size: 20px;
}

.list_module__stay_hotel .contents_box--right .no_price {
    white-space: nowrap;
	font-size: 16px;
    font-weight: 700;
	color: #aaa;
}

.list_module__stay_hotel .contents_box--right .list_box.no_result {
    height:120px;
    line-height: 120px; /*res height*/
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #484848;
}
/* added_info */
.list_module__stay_hotel .contents_box--right .added_info {
}

.list_module__stay_hotel .contents_box--right .added_info.first {
	margin-bottom: 10px;
    height: 10px;
}

.list_module__stay_hotel .contents_box--right .added_info.mid {
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: 400;
	color: #808080;
}

.list_module__stay_hotel .contents_box--right .added_info.last {
	margin-bottom: 10px;
}
.list_module__stay_hotel .contents_box--right .star_rating {
    float:left;
    white-space:nowrap;
	padding: 0 10px 0 0;
	font-size: 11px;
	font-weight: 400;
	color: #808080;
}

.list_module__stay_hotel .contents_box--right .star_rating:after {
    content:"";
    display: block;
    position: absolute;
	top: 10%;
    bottom:10%;
	right: 4px;
    width:1px;
	background: #ddd;
}

.list_module__stay_hotel .contents_box--right .location {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* white-space: pre-line; */
	font-size: 11px;
	font-weight: 400;
	color: #808080;
}

.list_module__stay_hotel .contents_box--right .breakfast_included {
    float:left;
    white-space:nowrap;
    padding:0 13px 0 0;
	font-size: 11px;
	font-weight: 400;
	color: #b2b2b2;
}

.list_module__stay_hotel .contents_box--right .breakfast_included:after {
    content:"";
    display: block;
    position: absolute;
    top:0;
    bottom:10%;
    right:6px;
    width:1px;
    background: #ccc;
}

.list_module__stay_hotel .contents_box--right .payconditions {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 11px;
	font-weight: 400;
	color: #b2b2b2;
}
/* added_info end */

/* more btn */
.list_area .list_bottom_area{
    padding-bottom: 168px;
}
.list_area .btn__box__more_stay_list {
    text-align: center;
    padding:20px 0 0 0;
}
.list_area .btn__box__more_stay_list .btn {
    min-height: 50px;
    min-width: 120px;
    border:1px solid #ccc;
    border-radius: 3px;
    background: #f3f3f3;
    cursor: pointer;
    text-align: center;
}
.list_area .btn__box__more_stay_list .btn .txt {
    text-align: center;
    font-size:17px;
    font-weight:500;
    line-height: 48px;
    color:#484848;
    display: block;
}
.list_area .btn__box__more_stay_list .btn .ajax_loader ,
.list_area .btn__box__more_stay_list .btn .ajax_loader_before ,
.list_area .btn__box__more_stay_list .btn .ajax_loader_after {
    font-size:8px;
    display:none;
}
.list_area .btn__box__more_stay_list .btn.is_loading .txt {
    display:none;
}
.list_area .btn__box__more_stay_list .btn.is_loading .ajax_loader ,
.list_area .btn__box__more_stay_list .btn.is_loading .ajax_loader_before ,
.list_area .btn__box__more_stay_list .btn.is_loading .ajax_loader_after {
    display: inline-block;
}

.list_area .info_and_btn_box{
    padding: 30px 0 0 0;
    text-align: center;
}
.list_area .info_and_btn_box__more_stay_type_box .info_box__stay_type_more{
    font-size: 12px;
    font-weight: 300;
    color: #888;
    margin-bottom: 20px;
    word-break: break-word;
    padding: 0 30px;
}
.list_area .info_and_btn_box__more_stay_type_box .info_box__stay_type_more .emphasis{
    font-size: 12px;
    font-weight: 500;
    color: #484848;
}
.list_area .btn_box__go_to_stay_type{
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    padding: 16px 20px;
    max-width: calc(100% - 32px);
    margin: 0 16px;
}
.list_area .btn_box__go_to_stay_type .txt{
    font-size: 16px;
    font-weight: 700;
    color: #484848;
    line-height: 1;
	padding-top: 3px;
}
.list_area .btn_box__go_to_stay_type .txt.ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/******************************************************/

.map_marker {
    display:inline-block;
    font-size:15px;
    background-color:#fff;
    border-radius:3px;
    padding:8px 8px 8px 8px;
    border:1px solid #ccc;
    cursor:pointer;
    color:#484848;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px;
    white-space: nowrap;
    opacity:1 !important;
    overflow:visible !important;
}
.map_marker:before{
    content:"";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 6px;
    height: 6px;
    transform: translate(-50%, 60%) rotate(45deg);
    -webkit-transform:translate(-50%, 60%) rotate(45deg);
    -moz-transform:translate(-50%, 60%) rotate(45deg);
    transform-origin: center center;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px 0px;
}
.map_marker:after{
    content:"";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 8px;
    height: 8px;
    background: #fff;
    transform: translate(-50%, 60%) rotate(45deg);
    -webkit-transform: translate(-50%, 60%) rotate(45deg);
    -moz-transform: translate(-50%, 60%) rotate(45deg);
    transform-origin: center center;
    border: 1px solid #ccc;
    border-left: none;
    border-top: none;
}
.map_marker .currency_unit{
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    margin: 0 2px 0 0;
}
.map_marker__power{
    color:#fff;
    background:#f58850;
    border-color: transparent;
}
.map_marker__power .currency_unit{
}
.map_marker__power:after{
    background: #f58850;
    border-color: transparent;
}
.map_marker__premium{
    color:#fff;
    background:#000;
    border-color: transparent;
}
.map_marker__premium .currency_unit{
}
.map_marker__premium:after{
    background: #000;
    border-color: transparent;
}
.map_marker.is_active{
    color:#fff;
    background:#42C3BF;
    border-color: transparent;
}
.map_marker.is_active:after{
    background: #42C3BF;
    border-color: transparent;
}

/* 20180913 트립유도배너 리뉴얼 add */
.banner_box__trip_recommend {
    position: relative;
}
.banner_box__trip_recommend .img-lead-tour{
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.banner_box__trip_recommend .tg_banner_txt_area{
    position: absolute;
    top: 50%;
    left: 17px;
    font-size: 6vw;
    color: #fFFfFf;
    line-height: 1.3;
    text-align: left;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    font-family: "Noto Sans Korean";
}
@media screen and (min-width: 720px) {
    .banner_box__trip_recommend .tg_banner_txt_area{
        font-size: 40px;
    }
}


/* 20181121 ion range slider add */
.irs {
    height: 30px;
    margin: 0 16px;
}
.irs-line {
    border: none;
    background: #CCCCCC;
    border-radius: 0;
    box-shadow: none;
    /* margin: 10px 20px 10px 20px;*/
    height: 3px;
    top: 15px;
}
.irs-bar {
    background: #ff8f33;
    height: 3px;
    border: none;
    top: 15px;
}
.irs-slider {
    width: 23px;
    height: 23px;
    margin-top: -3px;
    background: #ffffff;
    box-shadow: none;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    top: 7px;
}
/* 20181121 ion range slider add end */

.banner_box__trip_recommend .tg_banner_txt_area .tg_banner_txt_1{
    font-weight: 300;
}.banner_box__trip_recommend .tg_banner_txt_area .tg_banner_txt_2{
     font-weight: 700;
 }
.banner_box__trip_recommend .tg_banner_btn_area{
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    font-family: "Noto Sans Korean";
}
.banner_box__trip_recommend .tg_banner_btn_area .tg_banner_btn{
    background-color: #fFFfFf;
    color: #484848;
    border-radius: 50px;
    padding: 0 1em;
    font-size: 3.8vw;
    font-weight: 500;
    line-height: 2;
}
@media screen and (min-width: 720px) {
    .banner_box__trip_recommend .tg_banner_btn_area .tg_banner_btn{
        font-size: 28px;
    }
}
/* 20180913 트립유도배너 리뉴얼 add end */
