/*header*/
#Wrap {
    position: relative;
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: auto
}

#header {
}

.head_top {
    position: relative;
    height: 50px;
    border-bottom: 1px solid #eaeaea;
}

.head_top .head_logo {
    position: absolute;
    top: 0;
    left: 25%;
    right: 25%;
    bottom: 0;
    margin: auto;
    padding: 5px 0;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
}

.head_top .head_logo h1 img {
    height: 46px
}

.head_top .headMenu {
    display: table;
    width: 100%;
    height: 50px;
    table-layout: fixed;
}

.head_top .col {
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
    padding: 5px 6px;
}

.head_top .col img {
    display: block;
}

.head_top .col:last-child {
    text-align: right;
}

.head_top .icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    padding: 7px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: 66% auto;
    background-size: 66% auto;
    overflow: hidden;
    font-size: 0;
}

.head_top .icon.all {
    background-image: url(../tmbi_images/main/icon_menu.png);
}

.head_top .icon.my {
    background-image: url(../tmbi_images/main/icon_mypage.png);
}

.head_top .my a {

    /*text-indent: -9999px*/
}

.gnb {
    overflow: hidden;
}

.gnb .inner {
    width: 100%;
    height: 40px;
    padding-left: 15px;
}

.gnb .inner > div a {
    display: block;
    color: #333;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

/*.gnb .inner > div a.on { color: red }*/

/******************* Main *******************/
#contents {
    background: #f2f2f2
}

#contents:after {
    content: '';
    display: block;
    clear: both;
}

#contents.main h4 {
    padding: 0 10px 0px 15px;
    font-size: 16px;
    font-weight: 700;
    color: #373737;
    text-align: center;
}

/*#contents.main h4 span.s_txt  { display:block; color:#555; padding-top:5px; font-size:11px; }*/
#mobile_wrap {
    background: url(../tmbi_image/common/mobile_bg.png) no-repeat center 35px;
    height: 100vh;
    overflow: hidden;
    position: relative;
    -webkit-background-size: 400px 400px;
    background-size: 400px
}

/* 팝업 */
.popup_wrap {
    background: #fff;
    padding: 0;
    clear: both;
    margin: 0 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 5px 0 #353535;
    box-shadow: 2px 2px 5px 0 #353535;
}

.popup_area img {
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.popup_wrap .popup_btn {
    border-top: 1px solid #ccc;
    overflow: hidden;
    background: #eee;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.popup_wrap .popup_btn li {
    float: left;
    width: 50%;
}

.popup_wrap .popup_btn li a {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    cursor: pointer;
}

.popup_wrap .popup_closeX.on {
    width: 100%;
}

.popup_wrap .popup_btn .today {
    border-left: 1px solid #ccc;
    margin-left: -1px;
}

/*메인 슬라이드 */
.swiper-pagination2 {
    position: relative;
    bottom: 0px !important;
    text-align: center;
}

.swiper-pagination2 .swiper-pagination-bullet {
    background: #c2c2c2;
    width:9px;
    height:9px;
    border:0;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
    background: #e74c3c;
}

.swiper1 img, .swiper2 img {
    width: 100%
}

/*여행 상품 */
.main {
    background: #f2f2f2;
}

.main h3 {
    position: relative;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    padding: 30px 0 20px;
    text-align: center;
}

/*금주의 베스트 상품 */
.best {
    padding-bottom: 20px;
    margin-bottom: 10px;
    background: #fff
}

.best .best_info a {
    display: block;
    padding-bottom: 50px;
}

.best .best_info .best_box {
    position: absolute;
    top: 0;
    right: 24px;
    display: inline-block;
    width: 46px;
    height: 46px;
    background: rgba(255, 80, 42, 0.8);
    text-align: center;
    color: #fff;
}

.best .best_info .best_box span {
    font-size: 11px;
    font-weight: 300;
    position: relative;
    top: 4px;
}

.best .context {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    margin: 0 auto;
    height: 110px;
    background: #fff;
    padding: 20px;
}

.best .context .city {
    font-size: 12px;
    font-weight: 300;
    color: #808080;
    padding-bottom: 4px
}

.best .context .tit {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    height: 24px;
    overflow: hidden;
}

.best .context .price {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #ff502a;
}

/* 인기상품 */
.hit {
    background: #fff;
    margin-bottom: 10px;
}

.hit:after {
    content: '';
    display: block;
    clear: both;
}

.hit_list {
}

.hit_list li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
}

.hit_list li:nth-child(1), .hit_list li:nth-child(2) {
    border-bottom: 1px solid #f2f2f2
}

.hit_list li:nth-child(1), .hit_list li:nth-child(3) {
    border-right: 1px solid #f2f2f2
}

.hit_list .photo {
    position: relative;
}

.hit_list .photo::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../tmbi_images/main/photo_background.png) center center no-repeat;
    background-size:cover
}

.hit_list .photo img {
    width: 100%;
    height: 130px
}

.hit_list .photo .contents {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    color: #fff
}

.hit_list .photo .contents .city {
    color: rgba(255, 255, 255, 0.8);
}

.hit_list .photo .contents .price {
    font-size: 16px;
}

/* 추천여행 */
.recom {
    background: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.recom .tab_recom {
    width: 90%;
}

.recom .tab_recom ul {
}

.recom .tab_recom li {
    text-align: center;
    margin-right: 10px;
    line-height: 30px; /*border: 1px solid #ff502a;*/
    border-radius: 2px;
}

.recom .tab_recom li a {
    display: block;
    font-size: 14px;
    color: #999;
    height: 30px;
}

.recom .tab_recom li.on {
    background: #ff502a;
    border: 1px solid #ff502a;
    border-radius: 2px
}

.recom .tab_recom li.on a {
    color: #fff;
}

.recom .recom_list {
    width: 90%;
    margin: 0 auto
}

.recom .recom_list li {
    width: 100%;
    margin-bottom: 16px;
}

.recom .recom_list img {
    width: 100%
}

.recom .recom_list .img {
    position: relative;
}

.recom .recom_list .img .i_area {
}

.recom .recom_list .txt {
    padding: 18px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.recom .recom_list .txt .gName {
    font-size: 15px;
    color: #000;
    height: 26px;
    overflow: hidden;
}

.recom .recom_list .txt .summary {
    font-size: 12px;
    color: #666;
}

.recom .recom_list .txt .price {
    font-size: 18px;
    color: #ff502a;
}

/*가이드*/
.guide {
    background: #fff;
    padding: 20px 0
}

.guide ul {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.guide ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}

.guide ul li:last-child {
    border-right: 1px solid #e1e1e1;
}

.guide ul li a {
    display: block;
    height: 80px;
    font-size: 11px;
    color: #000;
    text-align: center;
    line-height: 30px;
    letter-spacing: -1px;
}

.guide ul li a img {
    height: 25px;
    margin-top: 16px;
}

/*고객센터*/
.cscenter {
    text-align: center;
    background: #fff
}

.cscenter .tit {
    padding-bottom: 6px;
}

.cscenter .tit h2 {
    display: inline-block;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    position: relative;
    top: -2px
}

.cscenter .tit .tel a {
    font-size: 20px;
    color: #ff502a
}

.cscenter .time {
    font-size: 12px;
    color: #000;
    padding-bottom: 30px;
}

.cscenter .time p {
    line-height: 20px
}

.cscenter .time span {
    color: #e5e5e5;
    font-size: 10px;
}

/*foooter*/
#footer:after {
    content: '';
    display: block;
    clear: both;
}

.footer_menu {
    display: none;
    width: 100%;
    background: #fff;
    border-top: 1px solid #a7a7a7;
}

.footer_gnb {
    background: #f6f6f6;
}

.footer_gnb .wrap {
    width: 90%;
    height: 40px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer_gnb a {
    display: block;
    color: #000;
    font-size: 11px;
}

.footer_adress {
    background: #eee;
    padding: 25px 0;
    text-align: center
}

.footer_adress .inner {
    font-size: 11px;
    color: #000;
    text-align: center;
    letter-spacing: -1px;
    line-height: 18px
}

.footer_adress .sns {
    margin-top: 16px;
}

.footer_adress .sns .inner {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer_adress .sns a {
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    margin-right: 8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer_adress .sns a:last-child {
    margin-right: 0
}

.footer_adress .sns i {
    font-size: 14px;
    position: relative;
    line-height: 26px;
    color: #828282
}

.footer_copyright {
    background: #828282;
    height: 30px;
    text-align: center;
    line-height: 30px
}

.footer_copyright p {
    font-size: 10px;
    color: #eee;
    letter-spacing: -1px;
}

.footer_copyright span {
    padding: 0 4px
}

@media screen and (min-width:431px) {
    .hit_list .photo img {
        width: 100%;
        height: 200px
    }

}

/* 사이드 마이페이지 */
#side_mypage {
    width: 100%;
    position: absolute;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #000;
    background: #f6f6f6;
    overflow-x: hidden;
}

.side_close {
    position: absolute;
    z-index: 1000;
    left: 15px;
    top: 15px;
}

.side_close a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
}

.side_close i {
    font-size: 28px;
    line-height: 50px;
}

.smyp_contents {
    padding: 26% 20px 20px 20px;
}

.side_name {
    text-align: center;
}

.side_name p {
    font-size: 28px;
    line-height: 30px;
}

.side_name span {
    font-size: 14px;
    color: #808080;
    display: block;
}

.side_name span.smn_intro {
    font-size: 22px;
    color: #000;
    display: inline-block;
}

.side_my_category {
    margin-top: 8px;
    margin-top: 36px;
}

.side_my_category ul {
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}

.side_my_category li {
    background: #fff;
    float: left;
    width: 32.98%;
    height: 80px;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    padding-top: 25px;
}

.side_my_category li img {
    width: 28px;
}

.side_my_category li span {
    display: block;
    font-size: 13px;
}

/* 사이드 메뉴 */
.sidemenu_re {
    width: 100%;
    display: inline-block;
    color: #000;
    background: #eaeaea;
}

.side_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #d63733;
    height: 55px;
}

.side_title h2 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    padding: 7px 15px;
}

.side_title a {
    font-size: 26px;
    color: #fff;
    font-weight: normal;
    padding: 7px 15px;
}

.side_category {
    margin-top: 8px
}

.side_category > a {
    display: block;
    height: 50px;
    background: #f6f6f6;
    border-bottom: 1px solid #eaeaea;
    line-height: 50px;
    font-size: 16px;
    color: #000;
    padding-left: 20px;
}

.side_category ul {
    background: #fff;
}

.side_category li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    height: 45px;
    float: left;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    font-size: 13px;
}

.side_category li:nth-child(2n) {
    border-right: none;
}

.side_category li > a {
    display: block;
    padding: 0 8px 0 22px;
    line-height: 45px;
}

.kakao {
    background: #fff;
    margin-top: 8px;
    padding: 20px 18px
}

.kakao img {
    height: 18px;
    padding-right: 6px
}

.kakao h2 {
    color: #381e1f;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 10px;
}

.kakao p {
    color: #999;
    font-size: 12px;
}

.side_banner {
    margin-top: 8px;
}

/*goTop*/
#goTop {
    display: none;
    position: fixed;
    right: 12px;
    bottom: 16px;
    display: inline-block;
    width: 54px;
    height: 54px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    -webkit-box-shadow: 2px 3px 3px 0px rgba(0,0,0,0.32);
            box-shadow: 2px 3px 3px 0px rgba(0,0,0,0.32);
    text-align: center;
    line-height: 56px;
    font-size: 26px;
    z-index: 999;
}
