@charset "UTF-8";


/*
 * 브랜드 디테일 페이지 스타일
 */

/************************************************************
 *패키지옵션 스타일
 */
p{margin:0;}
.detail_content_wrap {
	margin-top: 60px;
}
.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: 160px 0 220px;
}
.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 .picto-item {
	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;
}
.detail_content_wrap .video-sec,
.detail_content_wrap .img-sec {
    margin-top: 70px;
}
.ds-tit {
    position: relative;
    padding-top: 25px;
    text-align: center;
}
.ds-tit > h5 {
	font-size: 38px;
    font-weight: 600;
}
.ds-tit > span {
    position: absolute;
    top: 0;
    left: 50%;
	font-family: 'Campton', Sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #CB9F76;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.video-sec > iframe {
	display: block;
	margin: 0 auto;
}
.img-sec > img {
	display: block;
	max-width: 100%;
	height: auto !important;
	margin: 0 auto;
}

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

/*패키지 소개*/
.whatis-sec .ds-cont {
	padding-top: 70px;
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
	word-break: keep-all;
}
.whatis-sec .ds-cont2 {
	margin-top: 90px;
}
.whatis-sec .picto-list {
	text-align: center;
}
.picto-list .picto-item {
	display: inline-block;
    width: 216px;
    height: 216px;
    padding: 50px 0;
    margin-right: 50px;
    background-color: #FAF9F7;
    border-radius: 50em;
    text-align: center;
	vertical-align: middle;
}
.picto-list .picto-item:last-child {
	margin-right: 0;
}
.picto-item > b {
    display: block;
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 22px;
}
.picto-item > span {
    color: #666666;
}

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

/*추천대상*/
.recomdFor-sec .rf-list {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-align: stretch; 
	-ms-flex-align: stretch; 
	align-items: stretch;

}
.recomdFor-sec .rf-list.center {
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.rf-list .rf-item {
    position: relative;
    width: 33.3333%;
    padding: 0 60px;
    margin-top: 100px;
    vertical-align: top;
    text-align: center;
}
.rf-list .rf-item:after {
	content: '';
	display: block;
	width: 1px;
	height: calc(100% - 90px);
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: rgba(119,119,119,0.5);
}
.rf-list .rf-item:nth-child(3n):after,
.rf-list .rf-item:last-of-type:after {
	content: none;
}
.rf-item > b {
    display: block;
    position: relative;
    padding-bottom: 20px;
    color: #A73439;
    font-family: 'Campton', Sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.rf-item > b:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 20px;
	height: 2px;
	margin-left: -10px;
	background-color: #A73439;
}
.rf-item > p {
	margin-top: 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    word-break: keep-all;
}

/*시술과정*/
.proces-sec .ds-cont {
	width: 1024px;
	margin: 0 auto;
}
.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: 25%;
	margin-top: 55px;
	text-align: center;
}
.prs-item:before {
	content: '';
	display: block;
	position: absolute;
	top: 50px;
	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-size: 16px;
	font-weight: 400;
	color: #666666;
}
.prs-item .dopt {
	position: relative;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    background: center / 20px 16px #a73439 url(/imges/ico-check-w.png) no-repeat;
    border-radius: 50%;
	outline: 10px solid #fff;
}
.prs-list .prs-item > span {
	display: block;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #444;
    line-height: 1.5;
}

/*효과및권장주기*/
.effect-sec .ds-cont1 {
	width: 940px;
    margin: 70px auto 0;
    text-align: center;
	overflow: hidden;
}
.effect-sec .bna-wrap {
	position: relative;
}
.bna-wrap .bna-date {
	position: absolute;
    width: 100%;
    bottom: 25px;
    left: 0;
}
.bna-wrap .bna-date > span {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-family: 'Campton-book', Sans-serif;
    font-size: 18px;
}
.bna-wrap .bna-date .before {
    left: 25%;
    margin-left: -51px;
}
.bna-wrap .bna-date .after {
	right: 25%;
    margin-right: -51px;
}
.effect-sec .twentytwenty-wrapper{
	height: 540px;
	overflow: hidden;
}
.effect-sec .ds-cont1 > span {
	display: block;
    margin-top: 15px;
    color: #666666;
}
.effect-sec .ds-cont2 {
	margin-top: 55px;
	overflow: hidden;
}
.effect-sec .ds-cont2 ul {
	margin-right: -50px;
	text-align: center;
}
.effect-sec .ds-cont2 ul li {
	padding-right: 50px;
	margin-bottom: 50px;
	text-align: left;
}
.effect-sec .ds-cont2 ul.center  {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.effect-sec .ds-cont2 ul.center li  {
    width: auto;
}
.effect-sec .ds-cont2 ul li p {
	position: relative;
	padding-top: 2px;
	padding-left: 50px;
	font-size: 18px;
	line-height: 1.4;
	word-break: keep-all;
}
.effect-sec .ds-cont2 .num {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #a73439;
	color: #fff;
	text-align: center;
}

/*twentytwenty-override css*/
.twentytwenty-overlay:hover {
	background: transparent;
}
.twentytwenty-handle {
	height: 67px;
	width: 67px;
	margin-left: -33.5px;
	margin-top: -33.5px;
	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: 33.5px;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
	margin-top: 33.5px;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
	border: 10px inset transparent;	
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
	margin-top: -10px;
}
.twentytwenty-left-arrow{
    border-right: 10px solid rgba(255, 255, 255, 0.75);
    margin-left: -30px;
}
.twentytwenty-right-arrow {
	border-left: 10px solid rgba(255, 255, 255, 0.75);
	margin-right: -30px;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
	opacity: 1 !important;
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
    top: auto;
	left: 25%;
    bottom: 40px;
    margin-left: -61px;
    background: none;
    font-family: 'Campton-book', Sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
    top: auto;
	right: 25%;
    bottom: 40px;
    margin-right: -54px;
    background: none;
    font-family: 'Campton-book', Sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
/*//twentytwenty-override css*/

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

/*시술전후*/
.bna-sec .bna-swiper-wrap {
	position: relative;
	margin-top: 70px;
}
.bna-swiper-wrap .bna-swiper {
	width: 1024px;
	margin: 0 auto;
	user-select: none;
}
.bna-pasination .swiper-button-next, 
.bna-pasination .swiper-button-prev {
    width: 47px;
    height: 47px;
	background-color: #A8A8A8;
    background-size: 9px 18px;
    border-radius: 50%;
}
.bna-pasination .swiper-button-next {
	right: 0;
}
.bna-pasination .swiper-button-prev {
    left: 0;
}
.bna-swiper .bna-item {
	display: inline-block;
	width: 500px;
	text-align: center;
}
.bna-item .img-box {
	position: relative;
	width: 100%;
	height: 275px;
	overflow: hidden;
}
.bna-item .img-box img {
	display: block;
	width: 100%;
	position: absolute;
	top: 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: 16px;
    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 .fix_area {
    min-height: 150px;
	position: relative;
	overflow: hidden;
}
.caution-sec .ds-tit {
    position: absolute;
    width: 400px;
    top: 0;
    left: 16px;
    text-align: left;
}
.caution-sec .ds-tit > span {
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.caution-sec .ds-tit p {
	margin-top: 15px;
    font-size: 16px;
    font-size: 16px;
	color: #666;
	line-height: 1.5;
}
.caution-sec .ds-cont {
	padding-left: 450px;
}
.caution-sec .ds-tit + .video-sec,
.caution-sec .ds-tit + .img-sec {
	margin-top: 200px;
}
.caution-list .caution-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #444;
    line-height: 1.5;
    word-break: keep-all;
}
.caution-list .caution-item:before {
    content: '/';
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 18px;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}
.caution-list .add-item {
	padding-left: 30px;
	font-size: 18px;
	color: #444;
	line-height: 1.5;
	word-break: keep-all;
}

/*연관시술*/
.detail_content_wrap .relatedPack-sec {
	background-color: #F1F1F1;
}
.relatedPack-sec .ds-tit > h5 {
    font-size: 30px;
}
.relatedPack-sec .ds-tit > h5 span {
	font-weight: 400;
}
.relatedPack-sec .ds-tit > span {
	display: none;
}
.relatedPack-sec .ds-cont {
	margin-top: 50px;
}
.relatedPack-sec .rlpck-list {
	font-size: 0;
	margin-right: -29px;
}
.rlpck-list .rlpck-item {
	display: inline-block;
	width: 370px;
	margin-top: 50px;
	margin-right: 29px;
	text-align: left;
	vertical-align: top;
}
.rlpck-item > a {
	display: block;
}
.rlpck-item .img-box img {
	display: block;
	width: 100%;
	max-height: 209px;
}
.rlpck-item .txt-box {
    padding: 35px 25px;
    background-color: #fff;
    font-size: 1rem;
}
.rlpck-item .txt-box > b {
    display: block;
    margin-bottom: 10px;
	font-size: 18px;
}
.rlpck-item .txt-box >  p {
	color: #777777;
}
.rlpck-item .txt-box .price strong {
	font-size: 18px;
    color: #CB9F76;
}

/*card img*/
.card-img-box {
	max-width: 1920px;
	margin: 0 auto;
}
.card-img-box img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

/*text vertical center*/
.text-vertical-middle {
	display: table;
}
.text-vertical-middle .tvm-cell {
	display: table-cell;
	vertical-align: middle;
}
