/* custser_notice.php */


input,textarea:focus {outline: none;
	autocomplete:"off";}



.notice_title{
	width:350px;
	border-bottom:1px dashed #a0a0a0;
	margin:0 auto;
	text-align:center;
	padding:0 0 17px 0;
}

.notice_title>h2{
	width:100%;
	font-size:40px;
	color:#ffc528;
	margin:0 auto;
	text-align:center;
	font-weight:600;
	margin-top:130px;
}

.notice_title>h2>img{
	position:absolute;
	margin:-9px 0 0 10px;
}

.notice_title>h3{
	width:100%;
	font-size:15px;
	color:#686868;
	margin:0 auto;
	text-align:center;
	margin-top:8px;
}

.notice_table_box{
	width:950px;
	border:1px solid #fff;
	margin:0 auto;
	margin-top:40px;
}

.notice_table_select_box{
	width:177px;
	height:37px;
	border: 1px solid #e2e2e2;
	color:#686868;
	cursor:pointer;
	font-size:15px;
	float:left;
}

.notice_table{
	width:100%;
	margin:0 auto;
	margin-top:55px;
	border-top:1px solid #a0a0a0;
	border-bottom:1px solid #a0a0a0;
}

.notice_table>li>ul{
	width:100%;
	height:230px;
	border-bottom:1px solid #ebebeb;
	display:flex;
}

.notice_table>li>ul>first-child{
	border:none;
}

.notice_table>li>ul>li:first-child{
	width:320px;
	height:100%;
}

.notice_table_thum{
	width:297px;
	height:177px;
	background-color:#f6f6f6;
	margin: 24px 0 0 6px;
}

.notice_table>li>ul>li:last-child{
	width:630px;
	height:100%;
}

.notice_table_info{
	width:100%;
	height:185px;
	margin:22.5px 0 0 0;
}

.notice_table_info>li:nth-child(1){
	font-size:21px;
	color:#ffba00;
	margin: 0 0 0 22px;
}

.notice_table_info>li:nth-child(1)>span{
	font-size:17px;
	font-weight:600;
}

.notice_table_info_title{
	width:500px;
	height:24px;
	font-size:23px;
	color:#666;
	margin:20px 0 13px 22px;
	overflow:hidden;
}

.notice_table_info_subtitle{
	width:485px;
	height:60px;
	line-height:20px;
	font-size:15px;
	color:#666;
	text-indent:0;
	margin:0 0 22px 38px;
	overflow:hidden;
}

.notice_table_info>li:nth-child(4){
	color:#b2b2b2;
	font-size:17px;
	margin: 0 0 0 22px;
}

.notice_table_buttons{
	margin: 95px 0 0 0;
	display:flex;
	justify-content:center;
}

.notice_table_buttons>ul{
	display:flex;
}

.notice_table_buttons>ul>li{
	width:30px;
	height:30px;
	background-color:#bfbfbf;
	color:#fff;
	text-align:center;
	line-height:30px;
	font-size:18px;
	border-radius:4px;
	margin: 0 5px 0 0;
	cursor:pointer;
}

.notice_table_buttons>ul>li:first-child{
	margin: 0 5px 0 5px;
}

.notice_table_buttons>ul>li:last-child{
	margin: 0 30px 0 0;
}

.notice_table_buttons>div>img{
	margin: 4px 25px 0 0;
	cursor:pointer;
}

.notice_table_buttons>ul>li>a{
	color:#fff;
}

.notice_table_buttons>div>a>img{
	margin: 4px 25px 0 0;
	cursor:pointer;
}


/* custser_notice_content.php */

.notice_content_tablebox{
	width:950px;
	margin:0 auto;
	border-top:1px solid #a0a0a0;
	margin-top:55px;
}

.notice_content_table>li:nth-child(1){
	height:140px;
	background-color:#f8f8f8;
	border:1px solid #ebebeb;
	text-align:center;
}

.notice_content_table>li:nth-child(1)>h2{
	font-size:34px;
	color:#666;
	margin: 40px 0 24px 0;
}

.notice_content_table>li:nth-child(1)>h3{
	font-size:17px;
	color:#a0a0a0;
}

.notice_content_table>li:nth-child(2){
	width:100%;
	padding: 25px 0 35px 0;
	word-break:break-all;
}

.ex_content_img{
	width:530px;
	height:260px;
	background-color:#dcdcdc;
}

.notice_content_table>li:nth-child(2)>h3{
	font-size:18px;
	line-height:25px;
	color:#686868;
	font-weight:300;
}

.notice_content_table>li:nth-child(3){
	height:88px;
	border-top:1px solid #a0a0a0;
	border-bottom:1px solid #a0a0a0;
}

.notice_content_table>li:nth-child(3)>ul>li:nth-child(1)>ul{
	border-bottom:1px solid #e5e5e5;
}

.notice_content_table>li:nth-child(3)>ul>li>ul{
	display:flex;
	height:43.5px;
	line-height:43.5px;
}

.notice_content_table>li:nth-child(3)>ul>li>ul>li{
	display:flex;
}

.notice_content_pre{
	width: 0px;
	height: 0px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 10px solid #d2d2d2;
	cursor:pointer;
	margin: 16px 0 0 0;
}

.notice_content_next{
	width: 0px;
	height: 0px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 10px solid #d2d2d2;
	cursor:pointer;
	margin: 16px 0 0 0;
}

.notice_content_table>li:nth-child(3)>ul>li>ul>li:first-child{
	width:205px;
	background-color:#f8f8f8;
}

.notice_content_table>li:nth-child(3)>ul>li>ul>li:first-child>h2{
	font-size:16px;
	color:#666;
	margin: 0 50px 0 50px;
}

.notice_content_table>li:nth-child(3)>ul>li>ul>li:last-child{
	width:745px;
	background-color:#fff;
}

.notice_content_table>li:nth-child(3)>ul>li>ul>li:last-child>h3{
	width:685px;
	margin: 0 0 0 30px;
	font-size:16px;
	color:#666;
	overflow:hidden;
	cursor:pointer;
}

.notice_content_button{
	width:210px;
	margin-top:40px;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:90px;
}

.notice_content_buttons{
	width:210px;
	height:60px;
	border-radius:4px;
	background-color:#c9c9c9;
	color:#fff;
	font-size:25px;
	border:1px solid #c9c9c9;
	cursor:pointer;
}

/**/
.notice_nothing{
   height:50px !important;
}

.notice_nothing>li{
   width:100%;
   font-size:18px;
   line-height:50px;
   text-align:center;
   margin: 0 auto;
   color:#666;
}
/**/

/* custser_support.php */

.support_title{
	width:350px;
	margin:0 auto;
	border-bottom:1px dashed #a0a0a0;
	text-align:center;
	margin-top:130px;
	padding: 0 0 17px 0;
}

.support_title>h2{
	font-size:36px;
	color:#ffc528;
	font-weight:600;
	letter-spacing: -3px;
	margin: 0 0 10px 0;
}

.support_title>h2>span{
	font-size:40px;
}

.support_title>h2>img{
	position:absolute;
	margin: -7px 0 0 7px;
}

.support_title>h3{
	font-size:15px;
	color:#666;
}

.support_table{
	width:950px;
	margin:0 auto;
	margin-top:95px;
	margin-bottom:120px;
}

/* custser_event.php */

.event_title{
	width:350px;
	margin:0 auto;
	border-bottom:1px dashed #a0a0a0;
	text-align:center;
	margin-top:130px;
	padding: 0 0 17px 0;
}

.event_title>h2{
	font-size:36px;
	color:#ffc528;
	font-weight:600;
	letter-spacing: -3px;
	margin: 0 0 10px 0;
}

.event_title>h3{
	font-size:15px;
	color:#666;
}

.event_title>h2>img{
	position:absolute;
	margin: -7px 0 0 7px;
}

.event_table_box{
	width:950px;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:70px;
}

.event_table_select_box{
	width:180px;
	height:40px;
	border:1px solid #e6e6e6;
	color:#686868;
	font-size:15px;
	text-indent: 20px;
	cursor:pointer;
}

.event_table{
	width:100%;
	margin:15px 0 0 0;
	border-top:1px solid #a0a0a0;
	border-bottom:1px solid #a0a0a0;
}

.event_table>li>ul{
	width:100%;
	height:230px;
	display:flex;
	border-bottom:1px solid #ebebeb;
}

.event_table>li>ul:last-child{
	border:none;
}

.event_table>li>ul>li:first-child{
	width:320px;
	height:100%;
}

.event_table_thum{
	width:297px;
	height:177px;
	background-color:#f6f6f6;
	margin: 24px 0 0 6px;
}

.event_table>li>ul>li:last-child{
	width:626px;
	height:100%;
}

.event_table_info{
	height:161px;
	margin: 34.5px 0 0 22px;
}

.event_table_info>li:nth-child(1){
	display:flex;
	height:25px;
	line-height:25px;   
}

.event_table_info>li:nth-child(1)>h2{
	max-width:500px;
	font-size:23px;
	color:#666;
	overflow:hidden;
}

.eventing{
	width:90px;
	height:25px;
	background-color:#13b5b1;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:25px;
	margin: 0 0 0 5px;
}

.evented{
	width:90px;
	height:25px;
	background-color:#a40000;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:25px;
	margin: 0 0 0 5px;
}

.event_table_info>li:nth-child(2){
	font-size:16px;
	color:#666;
	text-indent:15px;
	margin: 10px 0 0 0;
}

.event_table_info>li:nth-child(3){
	font-size:16px;
	color:#666;
	text-indent:15px;
	margin: 5px 0 0 0;
}

.conwinner_button{
	width:120px;
	height:35px;
	background-color:#ffba00;
	font-size:17px;
	text-align:center;
	line-height:35px;
	color:#fff;
	cursor:pointer;
	margin: 20px 0 0 0;
}

.event_table_info>li:nth-child(5){
	font-size:17px;
	color:#b2b2b2;
	margin: 18px 0 0 0;
}

.event_table_buttons{
	margin: 95px 0 0 0;
	display:flex;
	justify-content:center;
}

.event_table_buttons>ul{
	display:flex;
}

.event_table_buttons>ul>li{
	width:30px;
	height:30px;
	background-color:#bfbfbf;
	color:#fff;
	text-align:center;
	line-height:30px;
	font-size:18px;
	border-radius:4px;
	margin: 0 5px 0 0;
	cursor:pointer;
}

.event_table_buttons>ul>li:first-child{
	margin: 0 5px 0 5px;
}

.event_table_buttons>ul>li:last-child{
	margin: 0 30px 0 0;
}

.event_table_buttons>div>img{
	margin: 4px 25px 0 0;
	cursor:pointer;
}

.event_modal{
	position: fixed; 
	top: 0px;
	width:100%;
	height:100%;
	z-index:999999999999999;
	background: rgba(0,0,0,0.1);
	display:block;
}

.event_modal_back{
	width:750px;
	height:440px;
	background-color:#fff;
	display:block;
	margin:0 auto;
	margin-top:265px;
}

.event_modal_back>h2{
	width:340px;
	border-bottom:1px dashed #b3b3b3;
	font-size:30px;
	color:#ffc528;
	text-align:center;
	margin: 0 auto;
	padding: 30px 0 13px 0;
	word-spacing:-5px;
}

.event_modal_back>h2>img{
	position:absolute;
	margin:-18px 0 0 175px;
	cursor:pointer;
}

.event_check_box{
	width:438px;
	margin: 0 auto;
	margin-top:35px;
}

.event_check_box>li>ul{
	display:flex;
	justify-content:space-between;
}

.event_check_box>li>ul>li:first-child{
	width:157px;
	height:40px;
	text-align:center;
	font-size:17px;
	color:#666;
	line-height:40px;
}

.event_check_box>li>ul>li:last-child{
	width:277px;
	display:flex;
	justify-content:space-between;
}

.event_check_box>:last-child{
	margin-top:7px;
}

.event_check_namebox{
	width:275px;
	height:36px;
	border:1px solid #d2d2d2;
	border-radius:4px;
	font-size:15px;
	text-indent: 20px;
	color:#666;
}

.event_check_namebox::placeholder{
	color:#d0d0d0;
}

.event_check_phonums_selbox{
	width:80px;
	height:40px;
	font-size:15px;
	color:#d0d0d0;
	border:1px solid #d2d2d2;
	border-radius:4px;
	cursor:pointer;
	text-indent: 17px;
}

.event_check_phonumbox{
	width:190px;
	height:36px;
	border:1px solid #d2d2d2;
	border-radius:4px;
	font-size:15px;
	text-indent: 20px;
	color:#666;
}

.event_check_phonumbox::placeholder{
	color:#d0d0d0;
}

.event_check_inquiry_box{
	width:140px;
	margin:0 auto;
	margin-top:34px;
}

.event_check_inquiry{
	width:140px;
	height:40px;
	border-radius:4px;
	background-color:#ffba00;
	color:#fff;
	cursor:pointer;
	border:1px solid #ffba00;
	font-size:17px;
}

.event_check_text_box{
	width:520px;
	height:120px;
	border:1px solid #ffe293;
	margin:0 auto;
	margin-top:18px;
}

.event_check_text_box>div>p{
	text-align:center;
	font-size:16px;
	color:#666;
	line-height:23px;
	height:69px;
	margin-top:25px;
}

.prize{
	color:#ff3359;
	font-size:17px;
	font-weight:600;
}

.lose{
	color:#6ebdc2;
	font-size:17px;
	font-weight:600;
}

.event_table_info>li>h2>a{
	color:#666;
}

.event_table_info>li>a{
	color:#666;
}

/* custser_review.php */

.review_title{
	width:350px;
	margin:0 auto;
	border-bottom:1px dashed #a0a0a0;
	text-align:center;
	margin-top:116px;
	margin-bottom:35px;
	padding: 0 0 17px 0;
}

.review_title>h2{
	font-size:36px;
	color:#ffc528;
	font-weight:600;
	letter-spacing: -3px;
	margin: 0 0 10px 0;
}

.review_title>h3{
	font-size:15px;
	color:#666;
}

.review_title>h2>img{
	position:absolute;
	margin: -7px 0 0 30px;
}

.review_tablebox{
	width:950px;
	margin:0 auto;
	margin-top:35px;
}

.review_table_select_box{
	width:180px;
	height:40px;
	border:1px solid #e6e6e6;
	color:#666;
	font-size:15px;
	text-indent: 17px;
	cursor:pointer;
	margin:0 0 15px 0;
}

/**/

.review_table{
	border-top:1px solid #a0a0a0;
	border-bottom:1px solid #a0a0a0;
}

.review_table_top{
	display:flex;
	border-bottom:1px solid #a0a0a0;
}

.review_table_top>li{
	height:45px;
	text-align:center;
	font-size:21px;
	color:#666;
	line-height:45px;
	font-weight:600;
}

.review_table_top>li:nth-child(1){
	width:180px;
}

.review_table_top>li:nth-child(2){
	width:245px;
}

.review_table_top>li:nth-child(3){
	width:370px;
}

.review_table_top>li:nth-child(4){
	width:155px;
}

.review_table_info>li:nth-child(1){
	width:180px;
}

.review_table_info>li:nth-child(2){
	width:245px;
}

.review_table_info>li:nth-child(3){
	width:370px;
}

.review_table_info>li:nth-child(4){
	width:155px;
}

.review_table_info{
	width:100%;
	display:flex;
}

.review_table_info>li{
	height:45px;
	line-height:45px;
	color:#858585;
	font-size:18px;
	display:flex;
}

.review_table_starbox{
	width:110px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}

.review_table_starbox>img{
	width:20px;
	height:20px;
	margin: 12.5px 0 0 0;
}

.review_table_iconbox{
	width:95px;
	display:flex;
	justify-content:space-between;
	margin:0 auto;
}

.review_table_iconbox>h2{
	width:66px;
}

.review_icon1{
	width:16px;
	height:26px;
	margin-top:9.5px;
}

.review_icon2{
	width:20px;
	height:26px;
	margin-top:9.5px;
}

.review_icon3{
	width:23px;
	height:26px;
	margin-top:9.5px;
}

.review_table_info>li:nth-child(3)>h2{
	width:325px;
	margin:0 auto;
	overflow:hidden;
	cursor:pointer;
}

.review_table_info>li:nth-child(4)>h2{
	margin:0 auto;
}


.review_table>li:nth-child(n+2)>ul{
	border-bottom:1px solid #ebebeb;
}

.review_table>li:nth-child(n+2)>ul:last-child{
	border-bottom:none;
}

.review_table>li:nth-child(n+2)>ul>li:last-child{
	border-top:1px solid #ebebeb;
}

.review_table_contentbox{
	width:670px;
	min-height:270px;
	margin:0 auto;
}

.review_table_star{
	width:100%;
	height:1px;
	position:relative;
	margin-top:10px;
}

.review_table_star>div:first-child{
	margin-top:35px;
}

.review_table_star>div{
	width: 500px;
	display:flex;
	justify-content:space-between;
	margin:0 auto;
	margin-top:10px;
}

.review_table_star>div>h2{
	font-size:17px;
	color:#a3a3a3;
	margin: 0 14px 0 0;
}

.review_table_star>div>img{
	width:18px;
	height:18px;
	margin: 0 2px 0 0;
}

.review_table_rcontent{
	width:610px;
	border-top:1px dashed #a0a0a0;
	margin: 115px 0 0 0;
	padding: 15px 30px 15px 30px;
	font-size:18px;
	color:#666;
	line-height:23px;
}

.review_table_buttons{
	margin: 95px 0 0 0;
	display:flex;
	justify-content:center;
}

.review_table_buttons>ul{
	display:flex;
}

.review_table_buttons>ul>li{
	width:30px;
	height:30px;
	background-color:#bfbfbf;
	color:#fff;
	text-align:center;
	line-height:30px;
	font-size:18px;
	border-radius:4px;
	margin: 0 5px 0 0;
	cursor:pointer;
}

.review_table_buttons>ul>li:first-child{
	margin: 0 5px 0 5px;
}

.review_table_buttons>ul>li:last-child{
	margin: 0 30px 0 0;
}

.review_table_buttons>div>img{
	margin: 4px 25px 0 0;
	cursor:pointer;
}


/*============================================ 그누보드 css======================================================*/

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../img/captcha2.png') no-repeat 0 0 ;  vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* 페이징 */
.pg_wrap {clear:both;margin:30px 0 ;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#f3f3f3;border:1px solid #bbbcc3}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#555;font-size:1.083em;height:30px;line-height:28px;padding:0px;min-width:30px;text-decoration:none;border-radius:3px;}
.pg_page:hover{background-color:#ddd}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb;}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover{background-color:#fafafa}

.pg_current {display:inline-block;background:#ffba00;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 2px;min-width:30px;border-radius:3px;
/*-webkit-box-shadow: inset 1px 1px 2px #222542;
-moz-box-shadow:  inset 1px 1px 2px #222542;
box-shadow: inset 1px 1px 2px #222542;*/
}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

/*============================================ 그누보드 css======================================================*/
