@charset "UTF-8";

/*
 * 브랜드 디테일 페이지 스타일
 */
#categoryMenu {
	position: relative;
	user-select: none;
    z-index: 200;
}
#categoryMenu .fix_area {
	padding: 0 1rem;
}
#categoryMenu .selbox {
    height: 50px;
	border: 0;
}
#categoryMenu .selbox:before {
	content: none;
}
#categoryMenu .selbox:after {
	right: 1rem;
	width: 0; 
	height: 0; 
	margin-top: -3px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #fff;
	background-color: transparent; 
	transform: none; 
}
#categoryMenu .selbox .selbox_select {
    font-size: 13px;
	padding-left: 10px;
}
#categoryMenu .menu1-select {
	background-color: #590306;
}
.menu1-select .selbox .selbox_select {
	background-color: #590306;
    color: #fff;
}
#categoryMenu .menu2-select {
    background-color: #F5F5F5;
	color: #666666;
}
#categoryMenu .menu2-select .selbox:after {
	border-top: 6px solid #666;
}
.menu2-select .selbox .selbox_select {
	background-color: #F5F5F5;
    color: #666666;
}
#categoryMenu.fixed {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

/************************************************************
 *패키지옵션 스타일
 */
p {margin:0;}
.detail_content_wrap .fix_area {
	padding: 0 1rem;
}
.detail_content_wrap .whatis-sec,
.detail_content_wrap .recomdFor-sec,
.detail_content_wrap .type-sec,
.detail_content_wrap .proces-sec,
.detail_content_wrap .effect-sec,
.detail_content_wrap .qna-sec,
.detail_content_wrap .bna-sec,
.detail_content_wrap .caution-sec,
.detail_content_wrap .relatedPack-sec {
	padding: 80px 0 130px;
}
.detail_content_wrap > *:nth-child(even) {
	background-color: #FAF9F7;
}
.detail_content_wrap > *:nth-child(even) .prs-item .dopt {
	outline-color: #FAF9F7;
}
.detail_content_wrap > *:nth-child(even) .picto-list .rsp-box {
	background-color: #fff;
}
.detail_content_wrap > *:nth-child(odd) .qna-item .ques {
	background-color: #a0a0a0;
	color: #fff;
	box-shadow: none;
}
.detail_content_wrap > *:nth-child(odd) .qna-item .ques:before {
    border-right-color: #a0a0a0;
}
.ds-tit {
    position: relative;
    padding-top: 20px;
    text-align: center;
}
.ds-tit > h5 {
	font-size: 22px;
    font-weight: 600;
	word-break: keep-all;
}
.ds-tit > span {
    position: absolute;
    top: 0;
    left: 50%;
	font-family: 'Campton', Sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: #CB9F76;
	white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.video-sec {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
	margin-top: 40px;
}
.video-sec > iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
}
.img-sec {
	margin-top: 40px;
}
.img-sec > img {
	display: block;
	max-width: 100%;
	height: auto !important;
	margin: 0 auto;
}

/*시술내용*/
.custom-sec {
    padding-top: 20px;
    padding-bottom: 60px;
}

/*패키지 소개*/
.whatis-sec .ds-cont {
	padding-top: 30px;
	text-align: center;
	line-height: 1.7em;
	color: #444;
	word-break: keep-all;
}
.whatis-sec .ds-cont2 {
	margin-top: 40px;
}
.whatis-sec .picto-list {
    overflow: hidden;
}
.whatis-sec .picto-list > li {
	width: 48%;
	float: left;
}
.whatis-sec .picto-list > li:nth-child(2n) {
	float: right;
}
.picto-list .rsp-box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-top: 20px;
    background-color: #FAF9F7;
    border-radius: 50%;
    text-align: center;
}
.picto-list .picto-item {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.picto-item figure img {
	width: 23%;
    height: 23%;
}
.picto-item > b {
    display: block;
    margin-top: 7px;
    margin-bottom: 3px;
    font-size: 15px;
}
.picto-item > span {
    font-size: 10px;
    color: #666666;
}

/*패키지 메인이미지*/
.mainImg-sec {
	margin: 0 auto;
}
.mainImg-sec img {
	display: block;
	width: 100%;
}

/*추천대상*/
.recomdFor-sec .ds-cont {
	margin-top: 30px;
}
.recomdFor-sec .rf-list {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.rf-list .rf-item {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 35px;
    font-size: 0;
}

.rf-item > b {
    display: inline-block;
    width: 65px;
    position: relative;
    padding-bottom: 12px;
    font-family: 'Campton', Sans-serif;
    font-size: 16px;
    color: #A73439;
    vertical-align: top;
}
.rf-item > b:after {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15px;
    height: 2px;
    background-color: #A73439;
}
.rf-item > p {
    display: inline-block;
    width: calc(100% - 65px);
    margin-left: auto;
    padding-left: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    word-break: keep-all;
}


/*시술과정*/
.proces-sec .ds-cont {
	margin-top: 10px;
}
.proces-sec .prs-list.center {
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.proces-sec .prs-list .prs-item {
    position: relative;
    width: 33.3333%;
    margin-top: 30px;
    text-align: center;
}
.prs-item:before {
	content: '';
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #B5B5B5;
}
.prs-list .prs-item > b {
    display: block;
    margin-bottom: 10px;
    font-family: 'Campton-book', Sans-serif;
    font-weight: 400;
    color: #666666;
}
.prs-item .dopt {
	position: relative;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background: center / 10px 8px #a73439 url(/imges/ico-check-w.png) no-repeat;
    border-radius: 50%;
    outline: 3px solid #fff;
}
.prs-list .prs-item > span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #444;
}

/*효과및권장주기*/
.effect-sec .ds-cont {
    margin-top: 35px;
    text-align: center;
	overflow: hidden;
}
.effect-sec .ds-cont2 {
    margin-top: 35px;
	overflow: hidden;
}
.effect-sec .ds-cont2 p {
    position: relative;
    padding-top: 3px;
    padding-left: 35px;
	padding-right: 5px;
    margin-bottom: 30px;
    word-break: keep-all
}
.effect-sec .ds-cont2 .num {
	position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 3px 0;
    background-color: #a73439;
    color: #fff;
    text-align: center;
}

.effect-sec .bna-wrap {
	position: relative;
}
.bna-wrap .bna-date {
	position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
}
.bna-wrap .bna-date > span {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-family: 'Campton-book', Sans-serif;
    font-size: 12px;
}
.bna-wrap .bna-date .before {
    left: 25%;
    margin-left: -35px;
}
.bna-wrap .bna-date .after {
	right: 25%;
    margin-right: -35px;
}
.effect-sec .twentytwenty-wrapper{
	overflow: hidden;
}
.effect-sec .ds-cont > span {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #666666;
}
.effect-sec .ds-cont > p {
	line-height: 1.7;
	/*margin-bottom: 10px;*/
	word-break: keep-all;
}
/*twentytwenty-override css*/
.twentytwenty-overlay:hover {
	background: transparent;
}
.twentytwenty-handle {
	height: 40px;
    width: 40px;
    margin-left: -20px;
    margin-top: -20px;
    border: 1px solid black;
    background-color: rgba(0, 0, 0, 0.65);
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
	-webkit-box-shadow: none;
	-mox-box-shadow: none;
	box-shadow: none;
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
	width: 1px;
	margin-left: -0.5px;
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
	background: rgba(0, 0, 0, 0.7);
}
.twentytwenty-horizontal .twentytwenty-handle:before {
	margin-bottom: 21px;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
	margin-top: 21px;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
	border: 5px inset transparent;	
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
	margin-top: -5px;
}
.twentytwenty-left-arrow{
    border-right: 5px solid rgba(255, 255, 255, 0.75);
    margin-left: -15px;
}
.twentytwenty-right-arrow {
    border-left: 5px solid rgba(255, 255, 255, 0.75);
    margin-right: -15px;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
	opacity: 1;
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
    top: auto;
    left: 25%;
    bottom: 30px;
    margin-left: -48px;
    background: none;
    font-family: 'Campton-book', Sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
    top: auto;
	right: 25%;
    bottom: 30px;
    margin-right: -43px;
    background: none;
    font-family: 'Campton-book', Sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
}
/*//twentytwenty-override css*/

/*시술 Q&A*/
.qna-list .qna-item {
	margin-top: 50px;
}
.qna-item .ques {
    display: inline-block;
    position: relative;
    max-width: 90%;
    padding: 10px 25px 10px 38px;
    margin-left: 15px;
    background-color: #fff;
    border-radius: 40px;
    font-weight: 500;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.06);
}
.qna-item .ques:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -27px;
    border: 15px solid rgba(0,0,0,0);
    border-right: 30px solid #ffffff;
	-webkit-transform: rotate(15deg); 
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}
.qna-item .ques > b {
	position: absolute;
    top: 7px;
    left: 16px;
    font-family: 'Campton', Sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.qna-item .answer {
	position: relative;
	margin-top: 30px;
}
.qna-item .answer > b {
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: -20px;
    right: 0;
    padding: 10px;
    background-color: #A73439;
    border-radius: 50%;
}
.qna-item .answer > b img {
	display: block;
    height: 23px;
    margin: 0 auto;
}
.qna-item .answer > span {
    display: block;
    position: relative;
    max-width: 75%;
    margin-left: auto;
    margin-right: 55px;
    padding: 20px 20px;
    background-color: #a73439;
    border-radius: 25px;
    color: #fff;
    line-height: 1.7;
    word-break: keep-all;
}
.qna-item .answer > span:after {
	content: '';
    position: absolute;
    top: 7px;
    right: -27px;
    border: 15px solid rgba(0,0,0,0);
    border-left: 30px solid #a73439;
	-webkit-transform: rotate(-27deg); 
    -ms-transform: rotate(-27deg);
    transform: rotate(-27deg);
}

/*시술전후*/
.bna-sec .bna-swiper-wrap {
	position: relative;
	margin-top: 50px;
}
.bna-pasination {
    position: relative;
    text-align: center;
    margin-top: 25px;
}
.bna-pasination .swiper-pagination {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.bna-pasination .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	margin: 0 5px;
	opacity: .4;
	vertical-align: middle;
}
.bna-pasination .swiper-pagination .swiper-pagination-bullet-active {
	background: #000;
	width: 8px;
	height: 8px;
	opacity: 1;
}
.bna-swiper .bna-item {
    width: 100%;
	text-align: center;
}
.bna-item .img-box {
	position: relative;
    width: 100%;
    padding-bottom: 50%;
    overflow: hidden;
}
.bna-item .img-box img {
	display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bna-item .txt-box {
	overflow: hidden;
}
.bna-item .txt-box > div {
    width: 50%;
    padding: 10px;
    font-family: 'Campton-book', Sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    float: left;
}
.bna-item .txt-box > div span {
	color: #E1E1E1;
}
.bna-item .txt-box .before-txt {
	background-color: #A2A2A2;	
}
.bna-item .txt-box .after-txt {
	background-color: #777777;
}

/*주의사항*/
.caution-sec .ds-tit p {
	margin-top: 15px;
	color: #666;
	line-height: 1.6;
}
.caution-sec .ds-cont {
	margin-top: 60px;
}
.caution-list .caution-item {
	position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    color: #444;
    line-height: 1.6;
    word-break: keep-all;
}
.caution-list .caution-item:before {
    content: '/';
    position: absolute;
    top: 0;
    left: 3px;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}
.caution-list .add-item {
	padding-left: 25px;
	color: #444;
	line-height: 1.5;
	word-break: keep-all;
}

/*연관시술*/
.detail_content_wrap .relatedPack-sec {
	background-color: #F1F1F1;
}
.relatedPack-sec .ds-tit > h5 span {
    font-size: 18px;
    font-weight: 400;
}
.relatedPack-sec .ds-tit > span {
	display: none;
}
.relatedPack-sec .ds-cont {
	margin-top: 50px;
}
.rlpck-item > a {
	display: block;
	width: 100%;
}
.rlpck-item .img-box img {
	display: block;
	width: 100%;
}
.rlpck-item .txt-box {
    padding: 30px 20px;
    background-color: #fff;
}
.rlpck-item .txt-box > b {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
}
.rlpck-item .txt-box >  p {
	color: #777777;
}
.rlpck-item .txt-box .price strong {
	font-size: 17px;
    color: #CB9F76;
}
.rlpck-pasination {
    position: relative;
    text-align: center;
    margin-top: 25px;
}
.rlpck-pasination .swiper-pagination {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.rlpck-pasination .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	margin: 0 5px;
	opacity: .4;
	vertical-align: middle;
}
.rlpck-pasination .swiper-pagination .swiper-pagination-bullet-active {
	background: #000;
	width: 8px;
	height: 8px;
	opacity: 1;
}

/*card img*/
.card-img-box img {
	display: block;
	width: 100%;
}