@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding:20px;background:#fff}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#ctt.ctt_privacy header h1,
#ctt.ctt_disclaimer header h1,
#ctt.ctt_termsofuse header h1 {
	position: static;
	overflow: visible;
	font-family: 'Crimson Text';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 62px;
	color: #222222;
}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

#ctt.ctt_privacy header,
#ctt.ctt_disclaimer header,
#ctt.ctt_termsofuse header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ctt_page_select_wrap {
	width: 443px;
	flex-shrink: 1;
}

.ctt_page_select {
	width: 100%;
	border: 1px solid #ccc;
	padding: 8px 40px 8px 14px;
	font-size: 14px;
	color: #6d6d6d;
	cursor: pointer;
	border-radius: 8px;
	appearance: none;
	-webkit-appearance: none;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpolyline points='1,1 6,7 11,1' fill='none' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 16px center;
}

@media screen and (max-width:768px) {
	#ctt.ctt_privacy header, #ctt.ctt_disclaimer header, #ctt.ctt_termsofuse header{
		flex-direction: row;
		align-items: flex-start;
		gap: 12px;
	}
	#ctt.ctt_privacy header h1, #ctt.ctt_disclaimer header h1, #ctt.ctt_termsofuse header h1{
		font-size: 32px;
		line-height: 1.3;
		flex-shrink: 1;
	}
	.ctt_page_select_wrap {
		width: auto;
		flex-shrink: 0;
	}
}