/* -----------------------------
            힐링투어 전체
--------------------------------- */

/*------------------------------------
			  헤더
--------------------------------------*/
.header_healing {
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: var(--white);
}

.header_healing .mli {
    cursor: pointer;
}

.header_healing .top_menu .m_pc {
    display: block;
    border-bottom: 1px solid #e8e8e8;
}

.header_healing .top_menu .m_mobile {
    display: none !important;
}

.header_healing .top_menu .sub_menu .sm_cont, .header_healing .top_menu .main_menu {
    display: flex;
	align-items: center;	
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.header_healing .top_menu .sub_menu .sm_cont {
    justify-content: space-between;
}

.header_healing .top_menu .sub_menu {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.header_healing .top_menu .m_list {
	display: flex;
    justify-content: flex-end;
}

.header_healing .top_menu .sub_menu .m_list {
	align-items: center;
}

.header_healing .top_menu .sub_menu .m_list .mli {
	color: rgba(0,0,0,0.8);
    font-size: 1.4rem;
    margin-right: 1.5rem;
    box-sizing: border-box;
    padding: 0.7rem 0;	
    letter-spacing: -0.01em;
}

.header_healing .top_menu .sub_menu .m_list .mli:last-child {
    margin-right: 0;
}

.header_healing .top_menu .sub_menu .mli.mli_kakao {
	position: relative;
    background: #fee500;
    border: 1px solid #e6b300;
    box-sizing: border-box;
    border-radius: 20px;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.8rem 0 2.1rem;
    font-size: 1.3rem;
    font-weight: 600;
}

.header_healing .top_menu .sub_menu .mli_kakao:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 22px;
    height: 23px;
    background-image: url(../../images/temp105/healing/common/sns_kakao.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 100%;
}


.header_healing .top_menu .sub_menu .sns_list {
    display: flex;
	margin: 0.7rem 0;
}

.header_healing .top_menu .sub_menu .sni {
    margin-right: 0.8rem;
	cursor: pointer;
}

.header_healing .top_menu .sub_menu .sni:last-child {
    margin-right: 0;
}

.header_healing .top_menu .sub_menu .sni i {
    content: '';
	display: block;
    width: 2.1rem;
    height: 2.1rem;
    background-image: url(../../images/temp105/healing/common/sns_kakao.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.header_healing .top_menu .sub_menu .sni.sni_band i {
    background-image: url(../../images/temp105/healing/common/sns_band.png);
}

.header_healing .top_menu .sub_menu .sni.sni_blog i {
    background-image: url(../../images/temp105/healing/common/sns_blog.png);
}

.header_healing .top_menu .sub_menu .sni.sni_facebook i {
    background-image: url(../../images/temp105/healing/common/sns_facebook.png);
}

.header_healing .top_menu .sub_menu .sni.sni_insta i {
    background-image: url(../../images/temp105/healing/common/sns_insta.png);
}

.header_healing .top_menu .sub_menu .sni.sni_post i {
    background-image: url(../../images/temp105/healing/common/sns_post.png);
}

.header_healing .top_menu .main_menu .m_logo {
    width: 180px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3rem;
}

.header_healing .top_menu .main_menu .m_logo img {
    width: 100%;
}

.header_healing .top_menu .main_menu .mli {
    color: #909090;
    margin-right: 3rem;
    box-sizing: border-box;
    padding: 3.8rem 0;	
	position: relative;
	transition: all 0.2s;
}

.header_healing .top_menu .main_menu .mli:last-child {
    margin-right: 0;
}

.header_healing .top_menu .main_menu .mli:hover .tit {
    color: var(--h_primary);
	transition: all 0.2s;
}

.header_healing .top_menu .main_menu .mli .tit {
    font-size: 1.9rem;
    font-weight: 500;
}

.header_healing .top_menu .main_menu .mli.on .tit {
    color: var(--h_primary);
}

.header_healing .top_menu .main_menu .mli ul {
	display: none; 
    position: absolute;
    width: auto;
    min-width: 100%;
    top: 99px;
    font-size: 1.6rem;
    font-weight: normal;
    box-sizing: border-box;
    /* padding: 1.5rem; */
    border: 1px solid #ddd;
    background: var(--white);
    transform: translate(-50%, 0);
    left: 50%;    
}

.header_healing .top_menu .main_menu .mli:hover ul {
    display: block;
}

.header_healing .top_menu .main_menu .mli li {
    /* margin-bottom: 1rem; */
    padding: 1.5rem;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0,0,0,0.07);
    min-width: 120px;
}

.header_healing .top_menu .main_menu .mli li:last-child {
    margin-bottom: 0;
}

.header_healing .top_menu .main_menu .mli li:hover {
    background: var(--h_primary);
    color: #fff;
}





/* 상단 모바일베뉴 */
.header_healing .top_menu .m_mobile, .header_healing .top_menu .m_mobile .mmob {
    display: flex;
    align-items: center;
}

.header_healing .top_menu .m_mobile {
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
    padding: 1.2rem 2rem;
}

.header_healing .top_menu .m_mobile .back, .header_healing .top_menu .m_mobile .home, .header_healing .top_menu .m_mobile .three_menu {
    cursor: pointer;
}

.header_healing .top_menu .m_mobile .back {
    margin-right: 2.5rem;
    width: 12px;
}

.header_healing .top_menu .m_mobile .home {
    width: 27px;
}

.header_healing .top_menu .m_mobile .three_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
}

.header_healing .top_menu .m_mobile img {
    width: 100%;
}



/*------------------------------------
	    모바일 all menu (햄버거)
--------------------------------------*/

.header_healing .menu_m_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
	top: 0;
}

.header_healing .menu_m_wrap .mm_wrap {
    background: #fff;
    width: 30%;
    float: right;
    height: 100vh;
    overflow: auto;
    box-sizing: border-box;
    padding: 30px;	
	min-width: 350px;
}

.header_healing .menu_m_wrap .mmw_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 30px;
}

.header_healing .menu_m_wrap .mmw_top .bt_home img {
    width: 26px;
}

.header_healing .menu_m_wrap .mmw_top .bt_close img {
    width: 18px;
}

.header_healing .menu_m_wrap .mmw_login {
	padding-bottom: 3rem;
	margin-bottom: 3.5rem;
	border-bottom: 1px solid var(--black);
}

.header_healing .menu_m_wrap .mmw_login .member .name {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.header_healing .menu_m_wrap .mmw_login .member .mn_name {
    font-size: 2rem;
    letter-spacing: -0.05rem;
	width: calc(100% - 56px);
    word-wrap: break-word;
}
.header_healing .menu_m_wrap .mmw_login .member .mn_name span {
    font-weight: 600;
}

.header_healing .menu_m_wrap .mmw_login .member .mn_myinfo {
    background: var(--h_primary);
    border-radius: 25px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.8rem 1rem;
    cursor: pointer;
}

.header_healing .menu_m_wrap .mmw_login .member .info {
    display: flex;
    justify-content: space-between;
	box-sizing: border-box;
}

.header_healing .menu_m_wrap .mmw_login .member .info .mn {
	width: calc(100% / 3);
    display: flex;
    justify-content: center;
    align-items: center;
	border-right: 1px solid #eee;
}

.header_healing .menu_m_wrap .mmw_login .member .info a {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.header_healing .menu_m_wrap .mmw_login .member .info .mn:last-child {
	border-right: 0;
}

.header_healing .menu_m_wrap .mmw_login .member .info .num {
    font-size: 2rem;
    color: var(--h_primary);
    font-weight: 700;
    margin-bottom: 1rem;
}

.header_healing .menu_m_wrap .mmw_login .no_login {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_healing .menu_m_wrap .mmw_login .no_login .nol_txt {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.03rem;
}

.header_healing .menu_m_wrap .mmw_login .no_login .nol_txt span {
    font-weight: 600;
}

.header_healing .menu_m_wrap .mmw_login .no_login .bt_login a {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 6px 18px;
    font-size: 16px;
    box-sizing: border-box;
}


.header_healing .menu_m_wrap .mmw_list .ml {
	padding: 2rem 0;
    border-bottom: 1px solid #eaeaea;
	letter-spacing: -0.03rem;
}

.header_healing .menu_m_wrap .mmw_list .ml:first-child {
	padding-top: 0;
}

.header_healing .menu_m_wrap .mmw_list .ml:last-child {
    border-bottom: 0;
}

.header_healing .menu_m_wrap .mmw_list .ml .mlm_1 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.header_healing .menu_m_wrap .mmw_list .ml .mlm_2 {
    font-size: 1.6rem;
	font-weight: 400;
}

.header_healing .menu_m_wrap .mmw_list .ml .mlm {
    margin-bottom: 1rem;
	cursor: pointer;
}

.header_healing .menu_m_wrap .mmw_list .ml .mlm_1 {
    margin-bottom: 1.5rem;
}

.header_healing .menu_m_wrap .mmw_list .ml .mlm:last-child {
    margin-bottom: 0;
}



/*------------------------------------
			   푸터
--------------------------------------*/
footer.healing {
    width: 100%;
    /* background: var(--black); */
    background: #004ea2;
    padding: 80px 0;
}

footer.healing .inner {
    width: 94%;
    max-width: 1280px;
    margin: 0 auto;
}

footer.healing .inner .ti {
    color: #d2d2d2;
    font-size: 18px;
    margin-bottom: 40px;
}

footer.healing .inner .footer_menu {
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
}

footer.healing .inner .footer_menu span {
    display: block;
    margin-right: 26px;
    cursor: pointer;
}

footer.healing .inner .footer_menu span a {
    color: var(--white);
    font-weight: 400;
    font-size: 18px;
}

footer.healing .inner .footer_info {
    color: var(--white);
    line-height: 24px;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.9;
}

.fix_flow.healing {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1;
    transform: translate(0, -50%);
}

.fix_flow.healing .ffc {
    font-size: 1.1rem;
    padding: 1.3rem 1.3rem;
    border: 1px solid #6b6b6b;
    background: #4c4948;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
	cursor: pointer;
	transition: 0.2s;
}

.fix_flow.healing .ffc:hover {
    background: #676361;
	transition: 0.2s;
}

.fix_flow.healing .ffc .img {
    width: 3.2rem;
    margin-bottom: 0.8rem;
}

.fix_flow.healing .ffc .img img {
    width: inherit;
}




@media screen and (max-width: 1280px){

	.pages {
		padding-top: 51.5px;
	}

    .header_healing .top_menu .m_pc {
        display: none;
    }
    
    .header_healing .top_menu .m_mobile {
        display: flex !important;
    }

    footer.healing {
        padding: 60px 0;
    }

    footer.healing .inner .footer.healing_menu {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 3rem; 
    }

    footer.healing .inner .footer.healing_menu span {
        margin-bottom: 1.1rem;
    }

    footer.healing .inner .footer.healing_menu span a {
        font-size: 16px;
        font-weight: 300;
        opacity: 0.8;
    }

    footer.healing .inner .footer.healing_info {
        opacity: 0.6;
        font-weight: 200;
        font-size: 12px;
    }



}



/* ---------------------------------
        메인 페이지
----------------------------------- */

/* 아이콘 */
.page_healing .i_icon {
    display: flex;
    align-items: center;
    justify-self: center;
    cursor: pointer;
}

.page_healing .i_icon i {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    width: 25px;
    height: 25px;
}

.page_healing .i_icon.i_search i {
    background-image: url(../../images/temp105/healing/common/i_search.svg);
    background-size: 16px;
    width: 17px;
    height: 25px;
}

.page_healing .i_icon.i_arrow_r_b i {
    background-image: url(../../images/temp105/healing/common/i_arrow_right_black.svg);
    background-size: 8px;
    width: 10px;
    height: 16px;
}

.page_healing .bg_gray {
    background-color: rgba(241, 241, 241, 0.5);
}

.page_healing .co_primary {
    color: var(--h_primary);
}

.page_healing {
    /* max-width: 1280px; */
    box-sizing: border-box;
    margin: 0 auto;
}

.page_healing .p_space {
    margin: 0 2.5rem;
}


.page_heal_main .pm_visual .img_slide .is_wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.page_healing .btn_black {
    cursor: pointer;
    width: 100%;
    background: var(--black);
    border-radius: 3px;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
    box-sizing: border-box;
    letter-spacing: -0.6px;
    min-height: 50px;
    text-align: center;
}

.page_healing .btn_type_basic {
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    box-sizing: border-box;
    letter-spacing: -0.6px;
    min-height: 50px;
    border: 1px solid var(--black);
    background: var(--white);
    border-radius: 2px;
    text-align: center;
}

.page_healing .btn_gray {
    cursor: pointer;
    width: 100%;
    background: #eeeeee;
    border-radius: 3px;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    font-family: 'pretendard', sans-serif;
    box-sizing: border-box;
    letter-spacing: -0.6px;
    min-height: 50px;
    text-align: center;
}

.page_healing .btnReservation {
    cursor: pointer;
    width: 100%;
    background: var(--h_primary);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
    letter-spacing: -0.6px;
    min-height: 50px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
}

.page_healing .bt_basic {
    cursor: pointer;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
    letter-spacing: -0.6px;
    min-height: 50px;
    text-align: center;
}

.page_healing .bt_black {
    background: var(--black);
    color: var(--white);
}


.page_healing .i_bookmark {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    background: rgb(0 0 0 /6%) url(../../images/temp105/healing/common/bookmark_fff.svg) 50% 50% / 30px no-repeat;
    width: 34px;
    height: 34px;
    border-radius: 25px;
    cursor: pointer;
}

.page_healing .i_bookmark:hover, .page_healing .i_bookmark.on {
    background: rgb(0 0 0 /6%) url(../../images/temp105/healing/common/bookmark_fff_on.svg) 50% 50% / 30px no-repeat;
}




/* -----------------------------
            main 메인
--------------------------------- */

.page_heal_main .pm_space {
    max-width: 1280px;
    margin: 0 auto;
}

.page_heal_main .pm_cont {
    margin-top: 10rem;
}

.page.page_heal_main {
    max-width: 100%;
    padding: 0;
    overflow: hidden;
}

.page_heal_main .pm_visual {
    height: 920px;
}

.page_heal_main .pm_visual .banner_visual {
    height: 100%;
    position: relative;
}

.page_heal_main .pm_visual .img_slide {
    
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page_heal_main .pm_visual .is_wrap {
    color: var(--white);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page_heal_main .pm_visual .txt_wrap .sub {
    font-size: 2.5rem;
    margin-bottom: 3.2rem;
    font-weight: 200;
}

.page_heal_main .pm_visual .txt_wrap .tit {
    font-size: 6.6rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.35;
}

.page_heal_main .pm_visual .btn_wrap {
    display: flex;
}

.page_heal_main .pm_visual .btn_wrap .b_more {
    background: #fff;
    color: var(--black);
    font-weight: 500;
    box-sizing: border-box;
    padding: 0 5rem;
    border-radius: 30px;
    margin-top: 5.7rem;
    min-height: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.1);
}

.page_heal_main .pm_visual .swi_btn_wrap .swi_page {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 0);
}

.page_heal_main .swiper-pagination {
    z-index: 1;
}

.page_heal_main .pm_visual .swi_btn_wrap .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: 0.65;
    margin-right: 2.5rem;
    box-sizing: border-box;
    border: none;
}

.page_heal_main .pm_visual .swi_btn_wrap .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.page_heal_main .pm_visual .swi_btn_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.page_heal_main .pm_cont .pm_tit {
    font-size: 3.8rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin-bottom: 5rem;
}

.page_heal_main .pm_cont .pm_p_tab .pm_tit {
    margin-bottom: 4rem;
}

.page_heal_main .pm_icon_wrap .ic_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.page_heal_main .pm_icon_wrap .ic_wrap .img {
    width: 95px;
    height: 95px;
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 1rem;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_heal_main .pm_icon_wrap .ic_wrap img {
    height: 48px;
}

.page_heal_main .pm_icon_wrap .ic_wrap .ic {
    margin-left: 53px;
    cursor: pointer;
}

.page_heal_main .pm_icon_wrap .ic_wrap .ic:first-child {
    margin-left: 0;
}

.page_heal_main .pm_icon_wrap .ic_wrap .txt {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 2.1rem;
    line-height: 1.4;
}

.page_heal_main .pm_icon_wrap .ic_wrap .ic:hover .img, 
.page_heal_main .pm_icon_wrap .ic_wrap .ic.on .img {
    border: 3px solid var(--h_primary);
}

.page_heal_main .pm_icon_wrap .ic_wrap .ic:hover .txt,
.page_heal_main .pm_icon_wrap .ic_wrap .ic.on .txt {
    color: var(--h_primary);
}


.page_heal_main .swi_btn_wrap .swi_btn .swi_b  {
    background-image: url(../../images/temp105/healing/common/i_arrow_right_black.svg);
    border: 1px solid #b8b8b8;
    box-sizing: border-box;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    background-size: 9px;
    right: -70px;
    left: initial;
    z-index: 1;
}

.page_heal_main .swi_btn_wrap .swi_btn .swi_b.swi_prev  {
    background-image: url(../../images/temp105/healing/common/i_arrow_left_black.svg);
    background-color: transparent;
    right: initial;
    left: -70px;
}

.page_heal_main .swiper_all_wrap  {
    position: relative;
}

.page_heal_main .swiper {
    position: relative;
}

.page_heal_main .pm_product {
    display: flex;
    align-items: baseline;
}

.page_heal_main .pm_product .pm_space {
    width: 100%;
}

.page_heal_main .pm_product .pm_name {
    display: flex;
    align-items: baseline;
}

.page_heal_main .pm_product .pm_name .sub_tit {
    margin-left: 2rem;
    text-transform: uppercase;
    color: var(--h_primary2);
    font-size: 2rem;
    font-weight: 600;
}

.page_heal_main .pm_product .product_list {
    overflow: hidden;
}

.page_heal_main .pm_product .product_list .img_wrap,
.page_heal_main .pm_product_sy2 .pb_1 .pb_box .img,
.page_heal_main .pm_product_sy2 .pb_2 .pb_box .img,
.page_heal_main .pm_product_sy3 .img_slide .item_img {
    overflow: hidden;
    background: rgb(0 0 0 / 4%) url(../../images/temp105/healing/layout/no_image.svg) 50% 50% / 4vw no-repeat;    
}

.page_heal_main .pm_product .product_list .img_wrap {
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 50%;
    width: 25rem;
    height: 25rem; 
}

.page_heal_main .pm_product .product_list .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_heal_main .pm_product .product_list .txt_wrap {
    text-align: center;
    margin-top: 3rem;
    font-size: 2.6rem;
    line-height: 1.35;
    letter-spacing: -0.03em;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.page_heal_main .pm_name .pm_tit span {
    display: inline-block;
}

.page_heal_main .pm_name .pm_tit .main {
    margin-right: 10px;
}

.page_heal_main .pm_name .unique {
    background: #000;
    color: var(--h_primary2);
    box-sizing: border-box;
    padding: 0px 9px;
}

.page_heal_main .pm_product_sy2 .pm_box {
    display: flex;
}

.page_heal_main .pm_product_sy2 .pm_box .pb_1 {
    width: 56%;
    margin-right: 3rem;
}

.page_heal_main .pm_product_sy2 .pm_box .pb_2 {
    width: 44%;
}

.page_heal_main .pm_product_sy2 .pb_box {
    cursor: pointer;
}

.page_heal_main .pm_product_sy2 .pb_box .img {
    width: inherit;
    overflow: hidden;
}

.page_heal_main .pm_product_sy2 .pb_1 .pb_box .img {
    height: 570px;
}

.page_heal_main .pm_product_sy2 .pb_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_heal_main .pm_product_sy2 .pb_box .txt_wrap {
    margin-top: 2rem;
    flex: 1;
}

.page_heal_main .pm_product_sy2 .pb_box .txt_wrap .tag_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page_heal_main .pm_product_sy2 .pb_box .txt_wrap .tag {
    display: flex;
    font-size: 1.3rem;
    color: #5e7dff;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.page_heal_main .pm_product_sy2 .pb_box .txt_wrap .tg {
    background: #ebf4ff;
    box-sizing: border-box;
    padding: 0.4rem;
    margin-right: 0.5rem;
    border-radius: 2px;
}

.page_heal_main .pm_product_sy2 .pb_box .txt_wrap .tg:last-child {
    margin-right: 0;
}

.page_heal_main .pm_product_sy2 .pb_box .txt_wrap .love i,
.page_heal_main .pm_product_sy3 .love i {
    content: '';
    display: block;
    background-image: url(../../images/temp105/healing/layout/i_love.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.page_heal_main .pm_product_sy2 .pb_box .txt_wrap .love.on i,
.page_heal_main .pm_product_sy3 .book_mark.love.on i {
    background-image: url(../../images/temp105/healing/layout/i_love_on.png);
}

.page_heal_main .pm_product_sy2 .pb_box .txt_wrap .love.on i {
    width: 20px;
    height: 20px;
}


.page_heal_main .pm_product_sy3 .book_mark.love {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.page_heal_main .pm_product_sy3 .book_mark.love i {
    background-image: url(../../images/temp105/healing/layout/i_love_w.png);
    background-color: rgba(0,0,0,0.2);
    width: 30px;
    height: 30px;
    background-size: 20px;
    border-radius: 50%;
}


.page_heal_main .pm_product_sy2 .pb_box .txt_wrap .tit {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: calc(100% - 20px);
}

.page_heal_main .pm_product_sy2 .pb_box .txt_wrap .price {
    display: flex;
    align-items: center;
    font-size: 1.7rem;
    margin-bottom: 1.5rem;    
}

.page_heal_main .pm_product_sy2 .pb_box .txt_wrap .price .pr_tit {
    font-weight: 600;
}

.page_heal_main .pm_product_sy2 .pb_box .txt_wrap .price .pr_won {
    margin-left: 0.2rem;
}

.page_heal_main .pm_product_sy2 .pb_box .txt_wrap .star,
.page_heal_main .pm_product_sy2 .pb_box .txt_wrap .star_img {
    display: flex;
    align-items: center;
}

.page_heal_main .pm_product_sy2 .pb_box .txt_wrap .star_img img {
    width: 14px;
    margin-right: 0.2rem;
}

.page_heal_main .pm_product_sy2 .pb_box .txt_wrap .star_img img:last-child {
    margin-right: 0;
}

.page_heal_main .pm_product_sy2 .pb_box .txt_wrap .star .star_unit {
    margin-left: 0.5rem;
    color: var(--lightgray2);
    font-size: 1.4rem;
}

.page_heal_main .pm_product_sy2 .pb_2 .pb_box {
    display: flex;
    margin-bottom: 3rem;
}

.page_heal_main .pm_product_sy2 .pb_2 .pb_box .img {
    width: 150px;
    height: 150px;
    display: flex;
    min-width: 150px;
}

.page_heal_main .pm_product_sy2 .pb_2 .pb_box .txt_wrap {
    margin-top: 0;
    margin-left: 1.5rem;
}

.page_heal_main .pm_product_sy3 .img_slide .item_img {
    margin-bottom: 14px;
    width: 100%;
    height: 232px;
    border-radius: 10px;
    overflow: hidden;
}

.page_heal_main .pm_product_sy3 .img_slide .item_img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    cursor: pointer;
}

.page_heal_main .pm_product_sy3 .badge_area {
    margin-bottom: 10px;
}

.page_heal_main .pm_product_sy3 .item_info .tit {
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    letter-spacing: -0.4px;
    cursor: pointer;
}

.page_heal_main .pm_product_sy3 .item_info .price {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
    cursor: pointer;
}

.page_heal_main .pm_product_sy3 .swiper {
    overflow: hidden;
}


.page_heal_main .pm_long .long_list .img_slide {
    margin: 0 auto;
    width: 100%;
    height: 380px;
    overflow: hidden;
    background-size: cover;
}

.page_heal_main .pm_long .long_list .img img {
    width: 100%; 
    height: 100%; 
    object-fit: cover;
}

.page_heal_main .pm_long .long_list .swi_btn_wrap {
    position: absolute;
    bottom: 30px;
    z-index: 1000;
    width: 94px;
    right: 18%;
    background: rgba(0,0,0,0.5);
    height: 29px;
    border-radius: 30px;
    color: var(--white);
}

.page_heal_main .pm_long .long_list .swi_btn_wrap {
    position: absolute;
    bottom: 30px;
    z-index: 1;
    width: 94px;
    right: 18%;
    background: rgba(0,0,0,0.5);
    height: 29px;
    border-radius: 30px;
    color: var(--white);
}

.page_heal_main .pm_long .long_list .swi_btn .swi_b {
    z-index: 1;
    background-color: transparent;
    width: 19px;
    height: 20px;
    top: 26px;
    background-size: 7px;
    left: 70px;
    border: 0;
    background-image: url(../../images/temp105/healing/common/i_arrow_right_white.svg);    
}

.page_heal_main .pm_long .long_list .swi_btn .swi_b.swi_prev {
    background-image: url(../../images/temp105/healing/common/i_arrow_left_white.svg);
    left: 2px;
    border: none;
}

.page_heal_main .pm_long .long_list .swi_page {
    position: absolute;
    left: 50%;
    top: 6px;
    transform: translate(-50%, 0);
    font-size: 1.5rem;
}

.page_heal_main .pm_long .long_list .txt_wrap {
    max-width: 1280px;
    margin: 0 auto;
    color: var(--white);
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page_heal_main .pm_long .long_list .txt_wrap .tit {
    font-size: 4.4rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.page_heal_main .pm_long .long_list .txt_wrap .txt {
    font-size: 2.4rem;
}

.page_heal_main .pm_long .long_list .txt_wrap .bt_wrap {
    margin-top: 4rem;
}

.page_heal_main .pm_long .long_list .bt_wrap .btw {
    border: 1px solid var(--white);
    width: fit-content;
    box-sizing: border-box;
    padding: 1rem 2rem;
    min-width: 210px;
    text-align: center;
    font-size: 1.9rem;
    min-height: 5.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}

.page_heal_main .pm_icon_wrap.pm_icon_2 .ic_wrap .ic_sns img {
    height: 63px;
    border-radius: 18px;
    width: auto;
}

.page_heal_main .pm_review .img_slide {
    height: 410px;
    border-radius: 5px;
    color: var(--white);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.page_heal_main .pm_review .img_slide .txt_wrap {
    background: rgba(0,0,0,0.5);
    font-size: 1.7rem;
    height: 14rem;
    box-sizing: border-box;
    text-align: left;
    padding: 2.5rem 2rem;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page_heal_main .pm_review .img_slide .txt_wrap .tit {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.page_heal_main .pm_review .img_slide .txt_wrap .btn_detail {
    border: 1px solid rgba(255,255,255,0.5);
    width: fit-content;
    font-size: 1.4rem;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    cursor: pointer;
}

.page_heal_main .pm_banner .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
    height: 30.5rem;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.page_heal_main .pm_banner .img .txt {
    box-sizing: border-box;
    padding: 3.5rem;
    font-size: 2.8rem;
    font-weight: 600;
}

.page_heal_main .pm_notice .pm_cont {
    display: flex;
    align-items: center;
    margin-bottom: 10rem;
}

.page_heal_main .pm_notice .notice_wrap {
    width: 60%;
}

.page_heal_main .pm_notice .help_wrap {
    width: 40%;
    margin-left: 9rem;
}

.page_heal_main .pm_notice .noti .tit {
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--black);
    cursor: pointer;
    font-size: 28px;
    font-weight: 600;
}

.page_heal_main .pm_notice .notice_wrap .cont {
    padding-top: 0.6rem;
}

.page_heal_main .pm_notice .notice_wrap .con_li {
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    cursor: pointer;
}

.page_heal_main .pm_notice .notice_wrap .con_li .txt {
    font-size: 1.8rem;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page_heal_main .pm_notice .help_wrap .tit {
    border-bottom: none;
    padding-bottom: 0;
}

.page_heal_main .pm_notice .help_wrap .info_wrap {
    margin-top: 40px;
}

.page_heal_main .pm_notice .help_wrap .info_wrap .number {
    font-size: 56px;
    font-weight: 600;
}

.page_heal_main .pm_notice .help_wrap .info_wrap .info {
    line-height: 26px;
    font-size: 1.8rem;
}

.page_heal_main .pm_notice .help_wrap .faq_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 34px;
}

.page_heal_main .pm_notice .help_wrap .faq_wrap .faq_btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    box-sizing: border-box;
    letter-spacing: -0.6px;
    border: 1px solid var(--black);
    border-radius: 2px;
    text-align: center;
    width: 100%;
    max-width: 200px;
    min-height: 50px;
    font-size: 18px;
}

.page_heal_main .pm_notice .help_wrap .sns .sn_i {
    margin-right: 1.5rem;
    cursor: pointer;
}

.page_heal_main .pm_notice .help_wrap .sns .sn_i:last-child {
    margin-right: 0;
}

.page_heal_main .pm_notice .help_wrap .sns .sn_i i {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../../images/temp105/healing/common/sns_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0px 0px;
}

.page_heal_main .pm_notice .help_wrap .sns .sn_i.instagram i {
    background-image: url(../../images/temp105/healing/common/sns_01.png);
}

.page_heal_main .pm_notice .help_wrap .sns .sn_i.kakao i {
    background-image: url(../../images/temp105/healing/common/sns_02.png);
}

.page_heal_main .pm_notice .help_wrap .sns .sn_i.youtube i {
    background-image: url(../../images/temp105/healing/common/sns_03.png);
}

.page_heal_main .pm_notice .help_wrap .sns .sn_i.blog i {
    background-image: url(../../images/temp105/healing/common/sns_04.png);
}

.page_heal_main .pm_notice .help_wrap .sns {
    display: flex;
    align-items: center;
}





@media screen and (max-width: 1280px) {

    /* ----------------------
                공통
    ----------------------*/
    .page_heal_main .pm_visual .img_slide .is_wrap {
        width: auto;
        padding: 0 1.5rem;
    }

    .page_healing .fix_flow {
        display: none;
    }
    

    /* ----------------------
              메인
    ----------------------*/    
    
    .page_heal_main .pm_cont {
        margin-top: 6rem;
    }

    .page_heal_main .swiper {
        overflow: hidden;
    }

    .page_heal_main .pm_long.pml_sy2 .pm_cont {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .page_healing .page_tour {
        padding-bottom: 6rem;
    }

    .page_healing .page_tour .p_tit { 
        padding-top: 6rem;
    }    

    .page_heal_main .pm_cont .pm_tit,
    .page_heal_main .pm_cont .pm_p_tab .pm_tit {
        font-size: 2.6rem;
        padding: 0 1.5rem;
        margin-bottom: 0;
    }

    .page_heal_main .pm_icon_wrap .pm_tit,
    .page_heal_main .pm_promo_1 .pm_cont .pm_tit {
        margin-bottom: 2rem;
    }    

    .page_heal_main .pm_long.pml_sy2 .pm_tit_wrap {
        margin-bottom: 2rem;
    }    

    .page_heal_main .pm_visual {
        height: 480px;
    }

    .page_heal_main .pm_visual .txt_wrap .sub {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .page_heal_main .pm_visual .txt_wrap .tit {
        font-size: 4.3rem;
        line-height: 1.2;
    }

    .page_heal_main .pm_visual .swi_btn_wrap .swiper-pagination-bullet {
        margin-right: 1.2rem;
    }

    .page_heal_main .pm_visual .btn_wrap .b_more {
        padding: 0 4rem;
        min-height: 4.2rem;
        font-size: 1.4rem;
    }

    .page_heal_main .pm_icon_wrap .ic_wrap {
        padding: 0 1.5rem;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        overflow-x: auto;
    }

    .page_heal_main .pm_icon_wrap .ic_wrap .img {
        width: 80px;
        height: 80px;
        border-radius: 20px;
    }

    .page_heal_main .pm_icon_wrap .ic_wrap img {
        width: 43px;
    }

    .page_heal_main .pm_icon_wrap .ic_wrap .txt {
        font-size: 1.4rem;
        margin-top: 1.2rem;
    }

    .page_heal_main .pm_icon_wrap .ic_wrap .ic {
        margin-left: 28px;
    }

    .page_heal_main .pm_long .long_list .swi_btn_wrap {
        right: 15px;
        bottom: 15px;
    }

    .page_heal_main .swi_btn_wrap.swi_2 .swi_btn .swi_b {
        right: 0;
    }

    .page_heal_main .swi_btn_wrap.swi_2 .swi_btn .swi_b.swi_prev {
        left: 0;
        background-color: rgba(255,255,255,0.5);
    }

    .page_heal_main .pm_product .pm_name {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 2rem;
    }

    .page_heal_main .pm_product .pm_name .sub_tit {
        padding: 0 1.5rem;
        margin-left: 0;
        margin-top: 0.5rem;
    }

    .page_heal_main .swi_btn_wrap .swi_btn .swi_b,
    .page_heal_main .swi_btn_wrap .swi_btn .swi_b.swi_prev {
        background-color: rgba(255,255,255,0.6);
        box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
        border: none;
    }

    .page_heal_main .swi_btn_wrap .swi_btn .swi_b {
        right: 10px;
    }

    .page_heal_main .swi_btn_wrap .swi_btn .swi_b.swi_prev {
        left: 10px;
    }

    .page_heal_main .pm_pro_1 .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page_heal_main .pm_product .product_list .txt_wrap {
        font-size: 2rem;
        margin-top: 2rem;
    }

    .page_heal_main .pm_name {
        margin-bottom: 2rem;
    }

    .page_heal_main .pm_product_sy2 .pm_box {
        flex-direction: column;
        padding: 0 1.5rem;
    }

    .page_heal_main .pm_product_sy2 .pm_box .pb {
        width: 100%;
        margin-right: 0;
    }

    .page_heal_main .pm_product_sy2 .pm_box .pb,
    .page_heal_main .pm_product_sy2 .pm_box .pb_box {
        margin-bottom: 1.5rem;
    }

    .page_heal_main .pm_product_sy2 .pm_box .pb_1 .pb_box:last-child,
    .page_heal_main .pm_product_sy2 .pm_box .pb_box:last-child {
        margin-bottom: 0;
    }    

    .page_heal_main .pm_product_sy2 .pb_box {
        display: flex;
    }

    .page_heal_main .pm_product_sy2 .pb .pb_box .img {
        width: 100px;
        height: 100px;
        display: flex;
        min-width: 100px;
    }

    .page_heal_main .pm_product_sy2 .pb_box .txt_wrap {
        margin-top: 0;
        margin-left: 1rem;
    }

    .page_heal_main .pm_product_sy2 .pb_box .txt_wrap .tag {
        font-size: 1.1rem;
    }

    .page_heal_main .pm_product_sy2 .pb_box .txt_wrap .tit {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        -webkit-line-clamp: 1;
    }

    .page_heal_main .pm_product_sy2 .pb_box .txt_wrap .price {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .page_heal_main .pm_product_sy2 .pb_box .txt_wrap .star_img img {
        width: 10px;
    }

    .page_heal_main .pm_product_sy2 .pb_box .txt_wrap .star .star_unit {
        font-size: 1.2rem;
        font-weight: 300;
    }

    .page_heal_main .pm_product_sy3 .swiper_all_wrap,
    .page_heal_main .pm_review .swiper_all_wrap,
    .page_heal_main .pm_banner .pm_cont {
        padding: 0 1.5rem;
    }

    .page_heal_main .badge_area span:first-child {
        font-size: 1.2rem;
    }

    .page_heal_main .pm_product_sy3 .item_info .tit {
        font-size: 1.6rem;
    }

    .page_heal_main .pm_product_sy3 .item_info .price {
        font-size: 1.8rem;
    }

    .page_heal_main .pm_review .product_list .txt_wrap {
        font-size: 1.7rem;
    }

    .page_heal_main .pm_review .img_slide .txt_wrap .btn_detail {
        font-size: 1.3rem;
    }    

    .page_heal_main .pm_review .img_slide {
        height: 370px;
    }

    .page_heal_main .pm_banner .img .txt {
        font-size: 2.4rem;
        padding: 2rem;
    }


    .page_heal_main .pm_notice {
        margin: 0 1.5rem;     
    }

    .page_heal_main .pm_notice .pm_cont {
        flex-direction: column;
        margin-bottom: 6rem;
    }

    .page_heal_main .pm_notice .notice_wrap {
        width: 100%;
    }

    .page_heal_main .pm_notice .notice_wrap .con_li {
        flex-direction: column-reverse;
        height: auto;
        line-height: 1.4;
        padding: 16px 0;
        align-items: flex-start;
    }

    .page_heal_main .pm_notice .notice_wrap .con_li .date {
        color: var(--lightgray);
    }

    .page_heal_main .pm_notice .notice_wrap .con_li:last-child {
        border-bottom: 0;
    }    

    .page_heal_main .pm_notice .help_wrap {
        width: 100%;
        margin-left: 0;
        padding-top: 5rem;
        margin-top: 4rem;
        border-top: 8px solid var(--lightgray2);
    }

    .page_heal_main .pm_notice .help_wrap .info_wrap {
        margin-top: 2rem;
    }

    .page_heal_main .pm_notice .help_wrap .info_wrap .number {
        line-height: 1.1;
    }

    .page_heal_main .pm_notice .help_wrap .faq_wrap {
        align-items: center;
        margin-top: 2.5rem;
    }

    .page_heal_main .pm_notice .help_wrap .faq_wrap .faq_btn {
        font-size: 1.5rem;
        max-width: 120px;
    }

    .page_heal_main .pm_notice .help_wrap .sns .sn_i {
        margin-right: 1rem;
    }

    .page_heal_main .pm_long .long_list .txt_wrap {
        padding: 0 1.5rem;
    }

    .page_heal_main .pm_long .long_list .txt_wrap .tit {
        font-size: 2.8rem;
    }

    .page_heal_main .pm_long .long_list .txt_wrap .txt {
        font-size: 1.8rem;
    }

    .page_heal_main .pm_long .long_list .bt_wrap .btw {
        font-size: 1.6rem;
        min-width: 150px;
        min-height: auto;
    }

    .page_heal_main .pm_long .long_list .swi_btn .swi_b.swi_prev,
    .page_heal_main .pm_long .long_list .swi_btn .swi_b {
        background-color: transparent;
        box-shadow: none;
    }

}

@media screen and (max-width: 500px) {

    .page_heal_main .pm_cont .pm_tit {
        line-height: 1.5;
    }
}

/* 힐링투어 end */