/* common */
.tit{
	font-size: 34px;
	color: #333;
	font-family: 'Pretendard-Bold';
	line-height: 1.2;
	text-align: left;
	position: relative;
	margin-bottom: 40px;
}

.tit::before{
	content: 'SANDGLASS PLASTIC SURGERY';
	font-family: 'Pretendard-Light';
	display: block;
	color: #c0c0c0;
	text-align: left;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 300;
}

.tit strong{
	color: var(--mainCol);
	font-family: 'Pretendard-Bold';
}

.subTit{
	font-size: 30px;
	color: #666;
	text-align: left;
}

.line{
	width: 90px;
	height: 1px;
	background: #999;
	display: block;
	margin: 50px 0;
}

.conTxt{
	color: #666;
	font-size: 20px;
	text-align: left;
}

section{
	padding: 100px 0;
	text-align: center;
}

section.line{
	width: 100%;
	height: 55px;
	padding: 0 !important;
	background: url(/include/img/line.png) no-repeat center / cover;
}

/* visual */
.visual{
	padding: 0 !important;
}

.visual .slideUl{
	margin-bottom: 0 !important;
}

.visual .slideLi{
	/* height: 800px; */
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
}

.visual .slideLi img{
	width: 100%;
}

/* .visual .slideLi1{
	background-image: url(/include/img/visual01.png);
}

.visual .slideLi2{
	background-image: url(/include/img/visual02.jpg);
} */

.visual .slideLi .txtBox{
	width: 90%;
	max-width: 1200px;
	margin: auto;
	text-align: center;
}

.visual .slideLi .txtBox span{
	font-size: 30px;
	color: #fff;
	font-family: 'NanumSquareRound';
	line-height: 1;
}

.visual .slideLi .txtBox h2{
	color: #fff;
	font-size: 46px;
	font-weight: 600;
	line-height: 1.5;
}

.visual .slideLi .txtBox h2::before{
	content: '';
	display: block;
	width: 50px;
	height: 4px;
	background: #fff;
	margin: 40px auto;
}

.visual .slick-dots{
	bottom: 50px;
	display: flex;
	justify-content: center;
}

.visual .slick-dots li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
	margin: 0 15px;
	position: relative;
}

.visual .slick-dots li.slick-active{
	background: #a28d5b;
}

.visual .slick-dots li button{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0 !important;
}

/* bestBox */
.bestBox article{
	position: relative;
	width: 100%;
	max-width: 100%;
	padding: 200px 0;
}

.bestBox article::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -10%;
	width: 60%;
	height: 100%;
	background: #f9f9f9;
	transform: skew(10deg);
}

.bestBox .inner{
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
}

.bestBox .leftBox{
	text-align: left;
	width: 40%;
}

.bestBox .rightBox{
	position: absolute;
	left: 40%;
	top: 50%;
	width: 60%;
	transform: translate(0,-50%);
	z-index: 5;
	overflow-x: auto;
	padding-bottom: 30px;
}

.bestBox .rightBox::-webkit-scrollbar {
	height: 6px;
	border-radius: 100px;
}

.bestBox .rightBox::-webkit-scrollbar-thumb {

	    background-color: #e6d7bd ;
	border-radius: 100px;
}

.bestBox .rightBox::-webkit-scrollbar-track {
    background-color: #e7e7e8;
}

.bestBox .rightBox ul{
	display: flex;
	/* justify-content: space-between; */
	width: calc(463px*5 + 30px*4);
}

.bestBox .rightBox ul li{
	display: block;
	width: 463px;
	height: 567px;
	margin-right: 30px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

.bestBox .rightBox ul li:last-child{
	margin-right: 0;
}

.bestBox .rightBox ul li::before{
	content: '';
	display: block;
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	opacity: 0;
	z-index: 2;
}

.bestBox .rightBox ul li.on::before,
.bestBox .rightBox ul li:hover::before{
	opacity: 1;
}

.bestBox[data-type='scret'] .rightBox ul li::after {
    content: '';
    display: block;
    background: rgba(0,0,0,0.0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    opacity: 1;
    z-index: 2;
/* 	backdrop-filter: blur(10px); */
}

.bestBox .rightBox ul li .bg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: 100%;
}

.bestBox .rightBox ul li .txtBox{
	position: relative;
	z-index: 5;
	transition: all 0.4s;
	opacity: 0;
}

.bestBox .rightBox ul li.on .txtBox,
.bestBox .rightBox ul li.on h5,
.bestBox .rightBox ul li:hover .txtBox,
.bestBox .rightBox ul li:hover h5{
	opacity: 1;
}

.bestBox .rightBox ul li{position: relative; }
.bestBox .rightBox ul li h5{
	opacity: 0;
	position: absolute; left: 0; bottom: 10px; width: 100%; 
	z-index: 10;
	display: block;
	color: #fff;
	font-size: 26px;
	padding: 15px 10px 10px;
	line-height: 1;
	/* border-top: 1px solid #fff;
	border-bottom: 1px solid #fff; */
	line-height: 1.2; 
	transition: all 0.4s;
	
}

.bestBox .rightBox ul li h5 strong{
	color: #d8bf9f;
	color: #e6d7bd ;
}

.bestBox .rightBox ul li img{
	margin: 20px auto;
	display: block;
}

.bestBox .rightBox ul li a{
	background: #e6d7bd;
	display: inline-block;
	padding: 13px 40px 10px;
	color: #333;
	font-size: 20px;
	border-radius: 100px;
}

/* selfie */
.selfie{
	background: #f9f9f9;
}

.selfie .inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.selfie .inner .leftBox{
	width: 35%;
	position: sticky;
	top: 50%;
	transform: translate(0,-50%);
}

.selfie .inner .rightBox{
	width: 65%;
}

.selfie .inner .rightBox ul{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 80px;
}

.selfie .inner .rightBox ul li{
	width: calc(100%/2 - 50px/2);
	margin-right: 50px;
	margin-top: 60px;
	border-radius: 20px;
	overflow: hidden;
}

.selfie .inner .rightBox ul li:last-child,
.selfie .inner .rightBox ul li:nth-child(2n){
	margin-right: 0;
}

.selfie .inner .rightBox ul li:nth-child(2n){
	transform: translateY(80px);
}

.selfie .inner .rightBox ul li:nth-child(-n+2){
	margin-top: 0;
}

.selfie .inner .rightBox ul li img{
	width: 100%;
}

/* doctor */
.doctor{
	background: url(/include/img/doctorBg.png) no-repeat center / cover;
	/* margin-bottom: 100px; */
}

.doctor p{
	letter-spacing: 2px;
	color: #fff;
	font-size: 22px;
	font-family: 'Pretendard-Light';
}

.doctor img{
	display: block;
	margin: 30px auto 15px;
}

.doctor h2{
	font-family: 'Pretendard-Bold';
	font-weight: 400;
	font-size: 36px;
	color: #fff;
}






/* ---------------------------------------------------------- 720 */
@media screen and (max-width: 720px){

/* common */
.tit{
	font-size: 5vw;
	font-weight: 400;
	margin-bottom: 5vw;
	font-weight: 600;
	text-align: center;
}

.tit::before{
	font-size: 3vw;
	margin-bottom: 2vw;
	text-align: center;
}

.subTit {
    font-size: 4vw;
    color: #666;
    text-align: center;
}

section{
	padding: 12vw 0;
}

.conTxt{
	font-size: 3.3vw;
	text-align: center;
}

.line {
    width: 20vw;
    margin: 5vw auto;
}

/* visual */
.visual .slideLi{
	/* height: 140vw; */
}

/* .visual .slideLi1{
	background-image: url(/include/img/visual01_m.jpg);
}

.visual .slideLi2{
	background-image: url(/include/img/visual02_m.jpg);
} */

.visual .slideLi .txtBox span{
	font-size: 5vw;
	font-weight: 300;
}

.visual .slideLi .txtBox h2{
	font-size: 6vw;
}

.visual .slideLi .txtBox h2::before{
	width: 6vw;
	height: 2px;
	margin: 5vw auto;
}

.visual .slick-dots{
	bottom: 10vw;
}

.visual .slick-dots li{
	width: 6px;
	height: 6px;
	margin: 0 8px;
}

/* bestBox */
.bestBox article{
	padding: 0px 0;
}

.bestBox article::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -10%;
	width: 60%;
	height: 100%;
	background: #f9f9f9;
	transform: skew(10deg);
	display: none;
}

.bestBox .inner{
	position: relative;
	z-index: 3;
	flex-wrap: wrap;
	width: 90%;
}

.bestBox .leftBox{
	text-align: center;
	width: 100%;
}

.bestBox .rightBox{
	position: relative;
	left: auto;
	top: auto;
	width: 100%;
	margin: auto;
	transform: translate(0,0%);
	z-index: 5;
	overflow-x: auto;
	padding: 10vw 5%;
	margin-top: 10vw;
}

.bestBox .rightBox::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -10%;
	width: 60%;
	height: 100%;
	background: #f9f9f9;
	transform: skew(10deg);
}

.bestBox .rightBox::-webkit-scrollbar {
	height: 3px;
	border-radius: 100px;
}

.bestBox .rightBox::-webkit-scrollbar-thumb {
    background-color: #ffe9b3;
	border-radius: 100px;
}

.bestBox .rightBox::-webkit-scrollbar-track {
    background-color: #e7e7e8;
}

.bestBox .rightBox ul{
	width: calc(70vw*5 + 5vw*4);
	position: relative;
	z-index: 2;
}

.bestBox .rightBox ul li{
	width: 70vw;
	height: 90vw;
	margin-right: 5vw;
}

.bestBox .rightBox ul li::before{
	content: '';
	display: block;
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	opacity: 0;
}

.bestBox .rightBox ul li .txtBox{
	position: relative;
	z-index: 5;
	transition: all 0.4s;
	opacity: 0;
}

.bestBox .rightBox ul li.on .txtBox,
.bestBox .rightBox ul li:hover .txtBox{
	opacity: 1;
}

.bestBox .rightBox ul li h5{
	display: inline-block;
	color: #fff;
	font-size: 4vw;
	padding: 2vw 0 1vw;
}

.bestBox .rightBox ul li img{
	margin: 2vw auto;
	display: block;
	width: 17vw;
}

.bestBox .rightBox ul li a{
	padding: 1.7vw 6vw 1.4vw;
	font-size: 3vw;
}

/* selfie */
.selfie .inner{
	flex-wrap: wrap;
	justify-content: center;
}

.selfie .inner .leftBox{
	width: 100%;
	position: relative;
	top: auto;
	transform: translate(0,0%);
	margin-bottom: 10vw;
}

.selfie .inner .rightBox{
	width: 100%;
}

.selfie .inner .rightBox ul{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 8vw;
}

.selfie .inner .rightBox ul li{
	width: calc(100%/2 - 3vw/2);
	margin-right: 3vw;
	margin-top: 3vw;
	border-radius: 3vw;
	overflow: hidden;
}

.selfie .inner .rightBox ul li:last-child,
.selfie .inner .rightBox ul li:nth-child(2n){
	margin-right: 0;
}

.selfie .inner .rightBox ul li:nth-child(2n){
	transform: translateY(8vw);
}

.selfie .inner .rightBox ul li:nth-child(-n+2){
	margin-top: 0;
}


/* doctor */
.doctor {
    background: url(/include/img/doctorBg_m.png) no-repeat center / cover;
    /* margin-bottom: 100px; */
	padding: 15vw 0;
}

.doctor p{
	letter-spacing: 1vw;
	color: #fff;
	font-size: 3vw;
}

.doctor img{
	display: block;
	margin: 5vw auto 2vw;
	width: 30%;
}

.doctor h2{
	font-weight: bold;
	font-size: 7vw;
}






}