@import url('//cdn.jsdelivr.net/font-iropke-batang/1.2/font-iropke-batang.css');

#greeting > div > .str1 {
	width: 650px;
	margin: 25px 0 25px 6px;
	font-size: 22px;
	color: #123167;
	font-weight: bold;
	font-family: "Nanum Myeongjo";
	font-family: 'Iropke Batang', Roboto, Arial, serif;
	line-height: 44px;
	word-break: keep-all;
}
#greeting > div > .str2 {
	width: 550px;
	margin: 30px 5px;
	font-size: 16px;
	color: #222c4a;
	line-height: 30px;
	font-weight: 600;
    font-family: "Nanum Myeongjo";
	font-family: 'Iropke Batang', Roboto, Arial, serif;
    word-break: keep-all;
}

#greeting > div > .str3 {
	font-size: 14px;
	font-size: 15px;
	line-height: 2.0;
	margin: 0 70px 0 5px;
	font-weight: 600;
	color: #464b50;
    font-family: "Nanum Myeongjo";
	font-family: 'Iropke Batang', Roboto, Arial, serif;
	text-align: justify;
	word-break: keep-all;
}

#greeting > div > .str4 {
	float: right;
	font-size: 38px;
	margin: 20px 74px 20px 0;
	font-family: 'Nanum Brush Script', cursive;
	letter-spacing: 9px;
}

#greeting > div > .str4 > .str3 {
    font-size: 15px;
    line-height: 2.0;
    margin: 0 7px 0 5px;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: 1px;
}

#greeting > div > .str5 {
	float: left;
	font-size: 13px;
	margin: 20px 50px 50px 10px;
	line-height: 2.0;
}


.btn-group {
	float: right;
	margin: 3px 0 0 10px;
	word-break:break-all;
}

.btn-group > .co_btn:first-child:not(:last-child) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group > .co_btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.btn-group > .co_btn:last-child:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

a.co_btn {
	color: #666;
}

a.co_btn:active {
	color: #333;
}

a.co_btn:hover {
	color: #222;
	background-color: #e6e6e6;
	border-color: #adadad;
}

a.co_btn:visited {
	color: #333;
}

.co_btn {
	float: left;
	margin-left: -1px;
	display: inline-block;
	border: 1px solid transparent;
	border-color: #ccc;
	border-radius: 3px;
	background-color: #fff;
	margin-bottom: 0;
	padding: 5px 10px;

	font-size: 13px;
	color: #666;
	font-weight: normal;

	text-align: center;
	line-height: 1.5;

	cursor: pointer;

	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-ms-user-select: none;
	user-select: none;
}

.co_btn_admin {
	background: #eff0f9;
	padding: 5px;
}
