@charset "utf-8";
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*말풍선*/
.speech-bubble {
	position: relative;
	background: #d6d6d6;
	border-radius: .4em;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 21px solid transparent;
	border-bottom-color: #d6d6d6;
	border-top: 0;
	margin-left: -21px;
	margin-top: -21px;
}

/* 내용관리 */
.ctt_admin {position: absolute; top: 10px; right: 10px; }
.co_container.theme-box {padding:50px;}
.co_container h2{font-size:20pt;padding:50px 0;line-height:150%;}
.co_container .co_content { word-break:keep-all;}

.sound_only.not {display:block;}

