@charset "utf-8";

/* 공통 시작 */
#member_title{width: 100%;height: 500px; margin-top: 100px; background-repeat: no-repeat;background-position: center;background-size: cover;position: relative;top: 0;left: 0;background-image: url('/../../img/title_bg1.png');}
#member_title b{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #000;display: block; font-size: 2.50em; width: calc(100% - 40px); text-align: center;font-weight: 600;}
.custom-switch{}
.custom-switch input{}
.custom-switch label{font-size: var(--font-16);line-height: var(--lh-30);}
#ctt {}
.ctt_admin {display: none;}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {width: calc(100% - 40px);max-width: 1400px; margin: 145px auto;}
#ctt_con p{line-height: 1.3 !important;}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}
@media screen and (max-width:1500px){
	#member_title{margin-top: 80px;}
}
@media screen and (max-width:1200px){
	#member_title{height: 350px;}
	#ctt_con{margin: 100px auto;}
}
@media screen and (max-width:1024px){
	#member_title b{font-size: 2.22em;}
}
@media screen and (max-width:768px){
	#ctt_con{margin: 70px auto;}
}