/* 메인페이지 - 메인배너 */
.p_main.main_banner .inner {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0;
}

.p_main.main_banner .bannerInfo {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.p_main.main_banner .tit_wrap .main {
    font-size: 50px;
    font-weight: 700;
	margin-bottom: 5px;
}

.p_main.main_banner .tit_wrap .sub {
    font-size: 34px;
}

.tour_detail .bookMark {
	position: absolute;
    top: 10px;
    z-index: 2;
    right: 10px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    background-position: center;
    width: 35px;
    height: 35px;
}


.tour_detail .item_area .item_info .tit {
	width: 100%;
    padding-right: 88px;
}

.share_warp {
    display: flex;
    align-items: center;
	position:absolute;
	right:0;
	top: 0;
}

.share_warp .sh.sh_kakao {
    background-image: url(../../images/common/share_icon_kakao.png);
}

.share_warp .sh {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36px;
    cursor: pointer;
    margin-right: 6px;
}

.share_warp .sh:last-child {
    margin-right: 0;
}

.share_warp .sh.sh_link {
    background-image: url(../../images/common/share_icon_link.png);
}

.share_warp .sh {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36px;
    cursor: pointer;
    margin-right: 6px;
}

@media screen and (max-width: 1023px) {
	.p_main.main_banner .bannerInfo {
		width: 90%;
	}

	.p_main.main_banner .tit_wrap .main {
		font-size: 40px;
		font-weight: 600;
	}	
	
	.p_main.main_banner .tit_wrap .sub {
		font-size: 24px;
	}
	
}

@media screen and (max-width: 500px) {
	.p_main.main_banner .tit_wrap .main {
		font-size: 30px;
	}	
	
	.p_main.main_banner .tit_wrap .sub {
		font-size: 18px;
	}
	
}