/* common */
#container_title,
.ctt_admin{
	display: none;
}

#ctt{
	width: 90%;
	max-width: 1280px;
	margin: auto;
}

/* section */
.section{
	padding: 100px 0;
}

/* tit */
.tit{
	font-size: 38px;
	color: #333;
	text-align: center;
	margin-bottom: 40px;
	font-family: 'Pretendard-Bold';
	font-weight: 400;
}

.tit::before{
	content: 'SANDGLASS PLASTIC SURGERY';
	display: block;
	font-family: 'Pretendard-Light';
	font-size: 16px;
	margin-bottom: 25px;
	color: #c0c0c0;
}

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

/* conTxt */
.conTxt{
	font-size: 22px;
	color: #584e42;
	font-weight: 400;
	text-align: center;
	line-height: 1.6;
}

/* subVisual */
.subVisual{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 130px 0;
}

.subVisual .inner{
	padding-left: 40px;
	position: relative;
}

.subVisual .inner::before{
	content: '';
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	background: #432f1b;
}

.subVisual h2{
	color: #3d5968;
	font-size: 50px;
	font-family: 'Pretendard-Bold';
	font-weight: 400;
	line-height: 1;
	margin-bottom: 15px;
}

.subVisual p{
	font-size: 22px;
	color: #3d5968;
	line-height: 1.3;
}

/* infoSec */
.infoSec{
	background: #fafbfc;
}

.infoSec h2{
	font-size: 100px;
	color: #432f1b;
	line-height: 1.2;
}

.infoSec h2::before{
	content: '';
	display: block;
	width: 14px;
	height: 120px;
	margin-bottom: 50px;
	background: #cd9974;
}

.infoSec h2 span{
	color: #cd9974;
	font-size: 70px;
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
	position: relative;
}

.infoSec h2 span::before{
	content: '';
	width: 100%;
	height: 270px;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(0%,-90%);
	background: url(/include/img/sandBig.png) no-repeat center right / contain;
}

.infoSec p{
	border-left: 14px solid #68523d;
	padding-top: 50px;
	line-height: 2;
	font-size: 20px;
	padding-left: 30px;
	margin-top: 50px;
	color: #68523d;
}

/* whatSec */
.whatSec{
	background: url(/include/img/whatSec_bg.png) no-repeat center / cover;
}

.whatSec .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}

.whatSec .txtBox{
	width: 50%;
	position: sticky;
	top: 50%;
}

.whatSec .tit{
	text-align: left;
}

.whatSec .conTxt{
	text-align: left;
}

.whatSec ul{
	width: 45%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.whatSec ul li{
	background:rgba(230,215,189,0.4);

	border-radius: 20px;
	width: 48%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 50px 20px;
	margin-top: 20px;
}

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

.whatSec ul li img{
	margin-right: 40px;
}

.whatSec ul li h5{
	font-size: 18px;
	margin-bottom: 10px;
}

.whatSec ul li p{
	font-weight: 400;
	font-family: 'Pretendard-Bold';
	color: var(--mainCol);
	font-size: 22px;
}

/* pointSec */
.pointSec{
	background: rgba(229,229,229,0.3);
	
}

.pointSec ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pointSec ul li{
	width: 31%;
}

.pointSec ul li .imgBox{
	border-radius: 20px;
	overflow: hidden;
}

.pointSec ul li .imgBox img{
	transition: all 0.3s;
}

.pointSec ul li .imgBox:hover img{
	transform: scale(1.05);
}

.pointSec ul li .txtBox{
	text-align: center;
}

.pointSec ul li span{
	color: #e6d7bd ;
	font-size: 50px;
	display: block;
	margin: 20px 0 10px;
	line-height: 1;
	opacity: 1;
	font-family: 'Pretendard-Bold';
}

.pointSec ul li h3{
	font-size: 22px;
	color: #3d5968;
	font-family: 'Pretendard-Bold';
	font-weight: 400;
}

/* whoSec */
.whoSec{
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center right;
	/* background-attachment: fixed; */
}

.whoSec .tit{
	text-align: left;
}

.whoSec ul li{
	display: flex;
	padding: 20px 0 15px;
	border-bottom: 1px solid #ddd;
	width: 55%;
}

.whoSec ul li span{
	font-size: 26px;
	line-height: 26px;
	font-family: 'Pretendard-Bold';
	display: block;
	width: 60px;
	position: relative;
	margin-right: 20px;
}

.whoSec ul li span::after{
	content: '';
	display: block;
	width: 1px;
	height: 60%;
	position: absolute;
	top: 40%;
	right: 0;
	transform: translate(0,-50%);
	background: #666;
}

.whoSec ul li p{
	font-size: 22px;
	line-height: 26px;
}

/* partSec */
.partSec .tit{
	margin-bottom: 25px;
}

.partSec .conTxt{
	margin-bottom: 40px;
}

.partSec ul{
	display: flex;
	justify-content: center;
}

.partSec ul li{
	margin: 0 30px;
}

.partSec ul li img{
	max-width: 100%;
}

/* differ */
.differ{
	background: rgba(229,229,229,0.3);
}

.differ .tit{
	margin-bottom: 25px;
}

.differ .conTxt{
	margin-bottom: 40px;
}

.differ ul.imgUl{
	display: flex;
	justify-content: center;
}

.differ ul.imgUl li{
	width: calc(100%/2 - 30px/2);
	border-radius: 20px;
	margin-right: 30px;
	overflow: hidden;
	background: #fff;
	text-align: center;
	position: relative;
}

.differ ul.imgUl li:last-child{
	margin-right: 0;
}

.differ ul.imgUl li img{
	max-width: 100%;
}

.coverBox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	backdrop-filter: blur(8px);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.differ ul.listUl{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.differ ul.listUl li{
	width: calc(100%/4 - 90px/4);
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	text-align: center;
	padding-bottom: 30px;
}

.differ ul.listUl li .imgBox img{
	width: 100%;
}

.differ ul.listUl li span{
	font-size: 50px;
	color: #e6d7bd  ;
	line-height: 1;
	margin: 30px 0 30px;
	display: block;
	font-family: 'Pretendard-Bold';
}

.differ ul.listUl li span::after{
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background: #e6d7bd;
	margin: 20px auto 0;
}

.differ ul.listUl li p{
	font-size: 18px;
}

/* stepSec */
.stepSec .tit{
	margin-bottom: 25px;
}

.stepSec .conTxt{
	margin-bottom: 40px;
}

.stepSec ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	margin: auto;
}

.stepSec ul li{
	width: 46%;
	margin-top: 50px;
	text-align: center;
	background: #fff;
	box-shadow: rgba(230, 215, 189, 0.4) 0 0 30px;

	/* box-shadow: rgba(32,167,241,0.2) 0 0 30px; */
	border-radius: 20px;
	padding: 30px 5%;
}

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

.stepSec ul li img{
	display: block;
	max-width: 90%;
	margin: auto;
}

.stepSec ul li h5{
	color: var(--mainCol);
	font-size: 22px;
	font-family: 'Pretendard-Bold';
	font-weight: 400;
	margin: 10px auto;
}

.stepSec ul li p{
	font-size: 18px;
	line-height: 1.5;
}

/* topSection */
.topSection h2{
	font-size: 28px;
	font-weight: 600;
	color: #584e42;
	padding-left: 20px;
	position: relative;
	line-height: 1;
}

.topSection h2::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: #584e42;
}

.topSection p{
	color: #584e42;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.7;
	padding-top: 30px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 50px;
}

.topSection p::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: #eee;
}

/* bbs */
#bo_cate ul{
	display: flex;
	justify-content: space-between;
}

#bo_cate ul li{
	width: 50%;
	text-align: center;
	margin-right: 10px;
	padding: 0;
}

#bo_cate ul li:last-child{
	margin-right: 0;
}

#bo_cate ul li a{
	font-weight: 400;
	font-size: 16px;
	height: 50px;
	line-height: 53px;
	padding: 0;
	border-radius: 100px;
	background: #f4f4f4;
	color: #747474;
	border: 0;
	box-shadow: none !important;
	border: 0 !important;
	transition: all 0.3s;
}

#bo_cate ul li a:hover,
#bo_cate ul li a:active,
#bo_cate ul li a#bo_cate_on{
	background: #cd9974 !important;
	color: #3d5968 !important;
}



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

/*  */
.section{
	padding: 12vw 0;
}

/* tit */
.tit{
	font-size: 5vw;
	margin-bottom: 5vw;
}

.tit::before{
	font-size: 2.5vw;
	margin-bottom: 2vw;
}

/* conTxt */
.conTxt{
	font-size: 3.5vw;
}

/* topSection */
.topSection h2{
	padding-left: 14px;
	font-size: 5vw;
}

.topSection h2::before{
	width: 2px;
}

.topSection p{
	font-size: 3vw;
	padding-top: 3vw;
	margin-bottom: 5vw;
	padding-left: 14px;
}

.topSection p::before{
	width: 2px;
}

/* subVisual */
.subVisual{
	background-position: center right;
	padding: 12vw 0;
}

.subVisual .inner{
	padding-left: 5vw;
}

.subVisual .inner::before{
	width: 3vw;
}

.subVisual h2{
	font-size: 7.5vw;
	line-height: 1.3;
	margin-bottom: 2vw;
}

.subVisual p{
	font-size: 3.5vw;
	width: 90%;
	line-height: 1.3;
}

/* infoSec */
.infoSec h2{
	font-size: 10vw;
	line-height: 1.2;
}

.infoSec h2::before{
	width: 2vw;
	height: 12vw;
	margin-bottom: 5vw;
}

.infoSec h2 span{
	font-size: 7vw;
}

.infoSec h2 span::before{
	width: 100%;
	height: 27vw;
	right: auto;
	left: 5vw;
	transform: translate(0%,-100%);
	background: url(/include/img/sandBig.png) no-repeat center right / contain;
}

.infoSec p{
	border-left: 2vw solid #3d5968;
	padding-top: 2vw;
	line-height: 2;
	font-size: 3vw;
	padding-left: 3vw;
	margin-top: 5vw;
}

/* whatSec */
.whatSec{
	background: url(/include/img/whatSec_bg_m.png) no-repeat center / cover;
}

.whatSec .inner{
	justify-content: center;
}

.whatSec .txtBox{
	width: 100%;
	position: relative;
	top: auto;
}

.whatSec .tit{
	text-align: center;
}

.whatSec .conTxt{
	text-align: center;
}

.whatSec ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 7vw;
}

.whatSec ul li{
	border-radius: 3vw;
	padding: 5vw 3vw;
	margin-top: 2vw;
}

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

.whatSec ul li img{
	margin-right: 5vw;
	width: 9vw;
}

.whatSec ul li h5{
	font-size: 3vw;
	margin-bottom: 1vw;
}

.whatSec ul li p{
	font-size: 3vw;
}

/* pointSec */
.pointSec ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pointSec ul li{
	width: 70%;
	margin-bottom: 7vw;
}

.pointSec ul li:last-child{
	margin-bottom: 0;
}

.pointSec ul li .imgBox{
	border-radius: 3vw;
}

.pointSec ul li span{
	font-size: 9vw;
	margin: 4vw 0 2vw;
}

.pointSec ul li h3{
	font-size: 3.5vw;
}

/* whoSec */
.whoSec .tit{
	text-align: center;
}

.whoSec .tit strong{
	display: block;
}

.whoSec ul li{
	padding: 2vw 0 1.5vw;
	width: 100%;
}

.whoSec ul li span{
	font-size: 4vw;
	line-height: 5vw;
	display: block;
	width: 9vw;
	position: relative;
	margin-right: 2vw;
}

.whoSec ul li span::after{
	content: '';
	display: block;
	width: 1px;
	height: 60%;
	position: absolute;
	top: 40%;
	right: 0;
	transform: translate(0,-50%);
	background: #666;
}

.whoSec ul li p{
	font-size: 3vw;
	line-height: 5vw;
}

/* partSec */
.partSec .tit{
	margin-bottom: 2vw;
}

.partSec .tit strong{
	display: block;
}

.partSec .conTxt{
	margin-bottom: 5vw;
}

.partSec ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.partSec ul li{
	margin: 0 0px;
	width: 100%;
	margin-bottom: 5vw;
}

.partSec ul li:last-child{
	margin-bottom: 0;
}

/* differ */
.coverBox{
	font-size: 10px;
}

.differ .tit{
	margin-bottom: 2vw;
}

.differ .conTxt{
	margin-bottom: 5vw;
}

.differ ul.imgUl{
	flex-wrap: wrap;
	justify-content: center;
}

.differ ul.imgUl li{
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	text-align: center;
	position: relative;
	margin-top: 3vw;
	margin-right: 0;
}

.differ ul.imgUl li:first-child{
	margin-top: 0;
}

.differ ul.imgUl li img{
	max-width: 100%;
}

.differ ul.listUl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0;
}

.differ ul.listUl li{
	width: calc(100%/2 - 3vw/2);
	margin-top: 3vw;
	border-radius: 3vw;
	padding-bottom: 5vw;
}

.differ ul.listUl li .imgBox img{
	width: 100%;
}

.differ ul.listUl li span{
	font-size: 7vw;
	margin: 3vw 0;
}

.differ ul.listUl li span::after{
	width: 5vw;
	margin: 2vw auto 0;
}

.differ ul.listUl li p{
	font-size: 3vw;
}

/* stepSec */
.stepSec .tit{
	margin-bottom: 25px;
}

.stepSec .conTxt{
	margin-bottom: 40px;
}

.stepSec ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	margin: auto;
}

.stepSec ul li{
	width: 100%;
	margin-top: 3vw !important;
	border-radius: 3vw;
	padding: 5vw 5%;
	box-shadow: rgba(32,167,241,0.2) 0 0 3vw;
}

.stepSec ul li:nth-child(1){
	margin-top: 0 !important;
}

.stepSec ul li img{
	display: block;
	max-width: 25%;
	margin: auto;
}

.stepSec ul li h5{
	color: var(--mainCol);
	font-size: 4vw;
	margin: 1vw auto;
}

.stepSec ul li p{
	font-size: 3vw;
	line-height: 1.5;
}

/* topSection */
.topSection h2{
	font-size: 28px;
	font-weight: 600;
	color: #584e42;
	padding-left: 20px;
	position: relative;
	line-height: 1;
}

.topSection h2::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: #584e42;
}

.topSection p{
	color: #584e42;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.7;
	padding-top: 30px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 50px;
}

.topSection p::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: #eee;
}

/* bbs */
#bo_list, #bo_v, #bo_w{
	margin-top: 10vw !important;
}

#bo_cate ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;;
}

#bo_cate ul li{
	width: calc(100%/2 - 2vw/2);
	text-align: center;
	margin-right: 2vw;
	padding: 0;
	margin-top: 2vw;
}

#bo_cate ul li:nth-child(2n){
	margin-right: 0;
}

#bo_cate ul li:last-child{
	margin-right: 0;
}

#bo_cate ul li a{
	font-weight: 400;
	font-size: 3vw;
	height: 9vw;
	line-height: 9.5vw;
	padding: 0 5vw;
	border-radius: 100px;
	background: #f4f4f4;
	color: #747474;
	border: 0;
	box-shadow: none !important;
	border: 0 !important;
	transition: all 0.3s;
}

#bo_cate ul li a:hover,
#bo_cate ul li a:active,
#bo_cate ul li a#bo_cate_on{
	background: #ffd5b3 !important;
	color: #684a3d !important;
}





}