<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 공통 시작 */
#member_title{width: 100%;height: 700px;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: #fff;font-size: var(--font-70);display: block; width: calc(100% - 40px); text-align: center;font-weight: 500;}
.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 img{max-width:100%;height:auto}
.ctt_img {text-align:center}


@media screen and (max-width:1000px){
	#member_title{height: 500px;}
	#ctt_con{margin: 100px auto;}
}
@media screen and (max-width:900px){
	#member_title{height: 400px;}
}
@media screen and (max-width:700px){
	#member_title{height: 300px;}
}</pre></body></html>