@charset "utf-8";

.ctt_admin { display:none !important; } /* Admin Menu Disabled */

#coWrap { margin-top:5rem; }
#coWrap .content {
	display:flex;
}
#coWrap .content img {
	width:100%;
	max-width:430px;
	height:auto;
}
#coWrap .content article {
	font-family:"Freesentation";
	margin-left:3rem;
	text-align:left;
}
#coWrap .content article h2 {
	font-size:1.6rem;
	color:#1b1b1b;
	font-weight:700;
	word-break:keep-all;
	display:block;
}
#coWrap .content article p {
	font-size:1rem;
	color:#424242;
	word-break:keep-all;
}
#coWrap .content article p:first-of-type { margin-top:1rem; }
#coWrap .features {
	font-family:"Pretendard";
	margin-top:2rem;
}
#coWrap .features span {
	font-size:1rem;
	color:#fff;
	font-weight:500;
	padding:0.3rem 1rem;
	background-color:#616161;
	border-radius:5px;
}
#coWrap .features ul {
	margin-top:1rem;
}
#coWrap .features li {
	font-size:0.96rem;
	color:#616161;
	margin-left:0.75rem;
	list-style-type:"\2d\20";
}
#coWrap .btn_submit {
	font-size:1rem;
	color:#fff;
	font-weight:500;
	line-height:45px;
	margin-top:5rem;
	padding:0 1rem;
	background-color:rgba(242,0,0, 0.7);
	border:0;
	border-radius:5px;
	transition:all 0.25s ease-in-out;
}
#coWrap .btn_submit:hover { background-color:rgba(242,0,0, 1); }

/*
+----------------------------------------------------------+
+           Mobile Device Less than 768px          +
+----------------------------------------------------------+
*/
@media all and (max-width:768px) {

}