/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);*/

@font-face{
	font-family: "GGfont";
	font-style: normal;
	font-weight: 400;
	src: url("/assets/fonts/GGfont_L.woff") format("woff");
}
@font-face{
	font-family: "GGfont";
	font-style: normal;
	font-weight: 700;
	src: url("/assets/fonts/GGfont_M.woff") format("woff");
}
@font-face{
	font-family: "GGfont";
	font-style: bold;
	font-weight: 700;
	src: url("/assets/fonts/GGfont_M.woff") format("woff");
}

:root[color-theme='light'] {
  	--background: #FFFFFF;
  	--fontColor: #000000;
  	--background2: #F3F3F9;
  	--fontColor2: #000000;
  	--background3: #888888;
  	--fontColor3: #000000;
  	--background4: #333333;
  	--fontColor4: #FFFFFF;
  	--background5: #ECF6FF;
  	--fontColor5: #333333;
  	--background6: #FFFFFF;
  	--fontColor6: #757373;
  	--toggleDarkTheme: url("/assets/images/mobile/btn_moning_m.png") no-repeat;
  	--mainHeaderLogo: url("/assets/images/main/logo_2023.png") no-repeat;
  	--iPrevDetail: url("/assets/images/sub/btn_prevlist.jpg") no-repeat;
  	--iNextDetail: url("/assets/images/sub/btn_nextlist.jpg") no-repeat;
  	--icoNext1: url(/assets/images/mber/ico_next.jpg) no-repeat;
  	--icoNextOn1: url(/assets/images/mber/ico_next_on.jpg) no-repeat;
  	--icoPlus: url(/assets/images/main/ico_plus.jpg) no-repeat;
  	--icoMinus: url(/assets/images/main/ico_minus.jpg) no-repeat;
  	--icoLock: url(/assets/images/ico/ico_unlock.png) no-repeat;
  	--sideMenuBorder: #f6f7f7;
  	--mainEventLogo: url("/assets/images/main/event_logo_220406_day.png") no-repeat;
  	--icoMainQna: url("/assets/images/ico/icon_question_speech_bubble.png") no-repeat;
  	--icoMainFaq: url("/assets/images/ico/icon_question_list.png") no-repeat;
	--icoFooterSnsX: url("/assets/images/ico/footer_icon_x.png") no-repeat;
	--icoFooterSnsFacebook: url("/assets/images/ico/footer_icon_facebook.png") no-repeat;
	--icoFooterSnsKakaostory: url("/assets/images/ico/footer_icon_kakaostory.png") no-repeat;
	--icoFooterSnsNaverBlog: url("/assets/images/ico/footer_icon_naverblog.png") no-repeat;
	--icoFooterSnsInstagram: url("/assets/images/ico/footer_icon_instagram.png") no-repeat;
	--icoFooterSnsYoutube: url("/assets/images/ico/footer_icon_youtube.png") no-repeat;
}

:root[color-theme='dark'] {
  	--background: #000000;
  	--fontColor: #FFFFFF;
  	--background2: #191C1E;
  	--fontColor2: #E7E7E7;
  	--background3: #888888;
  	--fontColor3: #CDCDCD;
  	--background4: #FFFFFF;
  	--fontColor4: #333333;
  	--background5: #1B1B1B;
  	--fontColor5: #FFFFFF;
  	--background6: #1B1B1B;
  	--fontColor6: #FFFFFF;
  	--toggleDarkTheme: url("/assets/images/mobile/btn_moning_m_night.png") no-repeat;
  	--mainHeaderLogo: url("/assets/images/main/logo_2023_night.png") no-repeat;
  	--iPrevDetail: url("/assets/images/sub/btn_prevlist_dark.jpg") no-repeat;
  	--iNextDetail: url("/assets/images/sub/btn_nextlist_dark.jpg") no-repeat;
  	--icoNext1: url(/assets/images/mber/ico_next_dark.jpg) no-repeat;
  	--icoNextOn1: url(/assets/images/mber/ico_next_on_dark.jpg) no-repeat;
  	--icoPlus: url(/assets/images/main/ico_plus_dark.jpg) no-repeat;
  	--icoMinus: url(/assets/images/main/ico_minus_dark.jpg) no-repeat;
  	--icoLock: url(/assets/images/ico/ico_unlock_w.png) no-repeat;
  	--sideMenuBorder: #656565;
  	--mainEventLogo: url("/assets/images/main/event_logo_220406_night.png") no-repeat;
  	--icoMainQna: url("/assets/images/ico/icon_question_speech_bubble_night.png") no-repeat;
  	--icoMainFaq: url("/assets/images/ico/icon_question_list_night.png") no-repeat;
	--icoFooterSnsX: url("/assets/images/ico/footer_icon_x_night.png") no-repeat;
	--icoFooterSnsFacebook: url("/assets/images/ico/footer_icon_facebook_night.png") no-repeat;
	--icoFooterSnsKakaostory: url("/assets/images/ico/footer_icon_kakaostory_night.png") no-repeat;
	--icoFooterSnsNaverBlog: url("/assets/images/ico/footer_icon_naverblog_night.png") no-repeat;
	--icoFooterSnsInstagram: url("/assets/images/ico/footer_icon_instagram_night.png") no-repeat;
	--icoFooterSnsYoutube: url("/assets/images/ico/footer_icon_youtube_night.png") no-repeat;
}

/*2025 화면개선*/
body {min-width: 320px;width:100%;margin:auto;position:relative;overflow-x:hidden;font-family:"Pretendard", "Apple SD Gothic Neo","sans-serif";font-size:18px;}
body.modal-open {overflow: hidden; position: fixed;}
	img {border:0px;}
	ul {padding:0px; margin:0px;}
	ul li {list-style:none;}
	a {text-decoration:none;}
	a:link, a:visited { text-decoration: none; color:var(--fontColor);}
	table {border-spacing: 0px;border-collapse: collapse;}
	pre {padding:0px 10px;}
	



/* Tabs container */
.r-tabs {
	position: relative;
	overflow:hidden;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;

}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
	color:#33454f; /*tap off*/
	

}

.r-tabs .r-tabs-nav .r-tabs-anchor span{font-size:0.8em; color:#adb5b9;}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #33454f;  /*tap on*/
}

/* Tab panel */
.r-tabs .r-tabs-panel {

}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: inline-block;
	padding: 19px 15px;
	font-size: 0.95em;
	font-weight: bold;
	color:#33454f; /*tap off*/
	background:#f7f7f7;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	color: #33454f;  /*tap on*/
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

/* Buttons */
button {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	line-height: 100%;

	color: #fff;
	font-size: 14px;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	vertical-align: middle;
	font-weight: bold;
	
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #00c5ad;
	box-shadow: 0px 3px 0px 0px #00ab94;
	
	cursor: pointer;
}


.onlymobile{display:none;}
.onlypc{display:block;}

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
}

.r-tabs .r-tabs-panel {

    display: none;
}

/*#horizontalTab ul.tab_m { background:url('/assets/images/main/bg_tap_title.jpg') no-repeat left bottom; }*/

#tab-1 ul, #tab-2 ul {width:100%; margin:0 auto;}
#tab-1 li, #tab-2 li {width:100%; height:37px; font-size:0.85em; line-height:30px;  position:relative; vertical-align:middle; border-bottom:1px solid #eaebf2;}
#tab-1 li a{margin:0; display:block; padding-top:2px;}
#tab-1 li p{margin:0;}
/*
#tab-1 li .num.ico_notice{margin:0; font-size:0.8em; padding:0 1%; margin:1.3% 2%; color:#fff; background:#03b28b; line-height:16px; border-radius:1000px;}
#tab-1 li .num{display:inline-block; margin:0; width:7%; text-align:center; font-size:0.8em; padding:0 1.3%; margin:1.3% 2%; line-height:16px; color:#a7afb4; box-sizing:border-box;}
#tab-1 li .title{display:inline-block; line-height:30px; color:#33454f;}
*/

#tab-1 li .num.ico_notice { margin: 0 5px 0 0; font-size:0.8em; padding:0.5% 1%; color:#fff; background:#03b28b; line-height:16px; border-radius:1000px;}
#tab-1 li .num{display:inline-block; margin:0; width:10%; text-align:center; font-size:0.8em; padding:0 1.3%; margin:1.3% 2%; line-height:16px; color:#a7afb4; box-sizing:border-box;}
#tab-1 li .title{display:inline-block; font-size:18px; line-height:30px; color:#33454f; width:85%; overflow:hidden; white-space: nowrap; text-overflow: ellipsis;}

#tab-1 li .date{display:inline-block; float:right; line-height:30px; width:15%; text-align:center; color:#AAAAAA; font-size:1em;}

#tab-1 li img, #tab-2 li img {margin:0 0 0 4px; }

#tab-1 li, #tab-1 li a, #tab-2 li, #tab-2 li a {color:#666666 !important;}

#tab-1 li span:first-child, #tab-2 li span:first-child {float:left; width:75%; display:block; height:28px; text-indent:10px;  overflow:hidden;}
#tab-1 li span:last-child, #tab-2 li span:last-child {float:right; width:18%; display:block; height:28px; text-align:right; font-size:0.9em;}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

.more_tab2 {position:absolute; top:22px; right:3%;}


.mt_20 {margin-top:20px !important;}
.mt_30 {margin-top:30px !important;}
.mt_40 {margin-top:40px !important;}

.fs_09em {font-size:0.9em !important;}
.fs_11em {font-size:1.1em !important;}
.fs_13em {font-size:1.3em !important;}

.fc_333 {color:#333;}

.t_center {text-align:center;}

.wrap_notice_m{display:none;}


.content-full img{vertical-align:top;}
.content-full .con_section{overflow:hidden; width:1130px; margin:0 auto;}
.content-full .con_section .con_sect_left{float:left;}
.content-full .con_section .con_sect_left h2{margin:0; font-size:24px; color:#33454f;}
.content-full .con_section .con_sect_left h2 span{margin:0; font-size:14px !important; display:block; color:#a6adb5; margin-bottom:1%; font-weight:normal;}
.content-full .con_section .con_sect_left h2 strong{margin:0; font-size:14px !important; display:block; color:#33454f; padding-top:4%; font-weight:normal; line-height:1.5em;}
.content-full .con_section .con_sect_left p{margin:0;}
.content-full .con_section .con_sect_right{overflow:hidden; float:right; padding-right:1%;}
.content-full .con_section .con_sect_right li{display:inline-block; vertical-align:top;}
.content-full .con_section .con_sect_right li a{float:left; margin:0 0 0 15px;}
.content-full .con_section .con_sect_right li img{ border-radius:10px; overflow:hidden;}




/*common */
	.all_wrap {position:relative;overflow:hidden;width:100% !important; height:100%;margin:0 auto;}
	
	.relative {position:relative;}
	.f_right {float:right;z-index:9999;position:relative;}
	.f_right.residual_date {float:right;}
	.f_left {float:left;}
	.warp .sub {padding:0px 0px 20px; font-size: 16px;}
	.bold {font-weight:bold;}
	footer {width:100%;background:#FFFFFF;}
	.pointer {cursor:pointer;}
	.content {width:1130px;margin:25px auto; overflow:hidden;}
	.content.sub{background:#fff;width:1130px;min-height:500px;}
	.content .tit {margin-bottom:40px; text-align:center; font-size:1.474em; color : #33454f; font-weight:bold;} 
	.nav {font-size:0.632em; padding:2% 3% 0;}
	.nav ul { 
		display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;      /* OLD - Firefox 19- (거의 대부분 동작) */
		display: -ms-flexbox;   /* TWEENER - IE 10 */
		display: -webkit-flex;  /* NEW - Chrome */
		display: flex;          /* NEW, Spec - Opera 12.1, Firefox 20+ */
		justify-content: flex-end;
		width:1130px;margin:0 auto; text-align:right;}
	.nav li {display:inline-block; color:#bcc2c6;}
	.nav li:not(:first-child)::before { content:">"; margin:0 4px; color:#bcc2c6; font-weight: normal; }
	.nav li:last-child {color:#33454f; font-weight:bold;}

	.sns_share {margin-top:20px;}
	.sns_share table{border-spacing: 0px; float:left; margin-right:5px;}
	.sns_share table tr td{border:1px solid #eaeaea;text-align:center;}

	.nav .nav_bar {display:inline-block;background:url("/assets/images/sub/sub_navi_bar.jpg");width:15px;height:30px;background-size:cover;}
	.i_home {display:inline-block;background:url("/assets/images/sub/ico_home.png") no-repeat;width:11px;height:10px;background-size:cover;}
	.clear {clear:both;}
	/*top css*/

	.menu {width:1130px;margin:0 auto;height:75px;overflow:hidden;position:relative;z-index:99999;}
	.tit_img {width:22.5714%;height:95px;line-height:95px;float:left;}
	.tit_img img {width:100%;}
	
	.category {width:53%;float:left;text-align:center;font-size:0.979em;margin:0 0 0 3%;position:relative;z-index:98;}
	.category ul {padding:0px;position:relative;}
	.category ul li {float:left; width:20%;font-size: 20px; color:#333; font-weight:bold;z-index:9999;height:75px;line-height:75px; position:relative;}
	.category ul li.menu_line {width:3px;margin:0px !important;background:url('/assets/images/main/menu_ico.jpg') center 35px no-repeat; }
	.category ul li:nth-child(odd){cursor:pointer;}
	.category ul li:last-child{margin:0px !important;}


	

	.my_cuu_style{width:20%;float:right;height:75px;}

	.login_area {font-size:0.68em;float:right;margin:22px 0 0 0; overflow:hidden;}
	.login_area a {color:#33454f;margin:0;display:inline-block; float:left;}
	.login_area span {color:#afafaf; margin:0 0.4em; float:left;}
	.search {cursor:pointer;margin:16px 0 0 2.8%;float:right;}
	.search img {width:100%;max-width:45px;min-width:28px;}



	.cucu:first-child{width:120px;}
	.cucu:nth-child(2){width:113px;}
	.cucu:nth-child(3){width:94px;}
	.cucu:nth-child(4){width:113px;}
	.cucu-left{width:118px;}

	.sub_menu {width:100%;position:relative;top:0px;z-index:3000;color:#fff;display:none;background:#fff !important;border-bottom:2px solid #0793f8;}
	.sub_menu .sub_item {margin:0 auto 0 30px; height:150px; text-align:center;}
	.sub_menu ul {display:inline-block;height:100%; vertical-align:top;padding:0px;margin:0px; margin-left:10px;}
	.sub_menu ul li {padding:12px 0 0 0;font-size:16px;color:#959ba0;cursor:pointer;list-style:none;text-align:left; font-weight:bold;}
	.sub_menu ul li a{color:#959ba0; font-weight:600;}
	.sub_menu ul li a:hover{color:#1e5dba;}
	.sub_menu ul li:hover{color:#1e5dba;}


	.category li:hover {background:url('/assets/images/main/bg_menu_over.jpg') no-repeat center top;}
	
	/*main right */
	.right {float:right;position:relative;vertical-align:top;}
	.right .title{height:36px; border-bottom: 1px solid #eaebf2; font-size: 20px; line-height: 36px;}
	.right .title li{float:left; font-weight:bold; color:#33454f;}
	.right .title li a{color:#33454f;}
	/* .item_area{ margin-bottom:20px;overflow:hidden; padding:0px 40px;} */
	
	.right .bx-viewport {padding:0 2px 3px 0;}
	.item {position:relative;display:inline-block;background:#fff;border :1px solid #e0e0e6;cursor:pointer;border-radius:15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; margin-right:16px !important;}
	/* .item_tit {padding:0 20px;font-size:1em;font-weight:bold; color:#33454f; height:116px;margin-top:20px; line-height:25px; word-break: keep-all;} */
	/* 2020 메인 개편 */
	.item_img {width: calc(100% - 20px);}
	.item_img p {display:block;width:100%;margin:0; padding:29.5% 0;border-radius:15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; background-size:100%;}

	.item_img img{width:100%;height:210px;}
	
	.item_bottom {padding:16px 20px 7px 20px;}
	.item.margin {margin-right:20px;}
	/* 2020 메인 개편 */
	.location img {width:7px;}

	.text {margin-bottom:14%;}
	.survey .text {margin:0px;}
	.date {color:#a7afb4;font-size:0.875em;}
	.sub_head_wrap .residual_date {color:#00339F; font-size: 15px;}
	.item span {font-size:0.8em;}

	.sub_menu.b_onvy{background:#FFFFFF; }
	.b_vote {background: #ff6d6e !important;color:#fff;}
	
	/* 2020 메인 개편 */
	/* .location.c_onvy{color: #2a65bd !important;} */
	/* 2020 메인 개편 */
	/* .c_onvy {color: #33454f !important;} */
	
	.c_vote {color: #ffffff !important;}
	.result_personnel div span:nth-child(1){font-size: 0.8em; color: #fff; font-weight: bold;}
	.result_personnel div span:nth-child(2){font-size:1.1em; color: #fef67d;font-weight: bold; float: left;}
	.result_personnel div div:nth-child(3){height: 21px; float: left; font-size: 0.8em; line-height: 21px; color: #fef67d;font-weight: bold;}
	
	#content .b_vote {background: #2a65bd !important;color:#fff;}
	#content .c_onvy {color: #33454f !important;}
	#content .c_vote {color: #2a65bd !important;}
	#content .i_check {width:25px;height:30px;background:url("/assets/images/ico/icon_vote.png");background-size:100%; background-repeat: no-repeat; display:inline-block;}

	.notice {padding:2.8% 4%;background:#f8f8f8;position:relative;border:1px solid #e0e0e6; width:92%; max-width:560px; margin:90px 0 0 0}
	.notice_tit {font-size:1em; color :#333333; font-weight:bold;margin-bottom:12px;text-align: left;}
	.notice ul {padding:0px;margin:0px;width:100%;over-flow:hidden;}
	.notice ul li {list-style:none;margin-bottom: 2%;color:#464646;font-size:0.9em;cursor:pointer;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.notice ul li:last-child {margin:0px;}
	.notice .icon {display:inline-flex;vertical-align:middle;margin-right:12px;}
	.btn_more {font-size:1em;color:#888888;}
	.btn_more .plus {width:15px;height:16px;}
	.i_map_onvy, .i_map_vote {display:inline-block;margin-right:5px;width:15px;height:20px;background:url(/assets/images/ico/icon_pin.png) no-repeat left center;background-size:90%; margin-top:3px;}
/* 	.i_map_vote {display:inline-block;width:14px;height:19px;background:url(/assets/images/main/ico_map02.png);background-size:cover;} */

	/*main left*/
	
	.amazing1_2 li {height:425px; background-size:100%;}
	.amazing1_2 a {width:455px; height:425px;}
	
	.left {display:inline-block; }
	.left .title {height: 36px; font-size: 20px; line-height: 36px;}
	.banner4.amazing1_1{z-index:1000;}

	.btn_area {overflow:hidden;border :1px solid #e0e0e6;cursor:pointer;}
	.btn_area div {width:50%;height:100%;display:inline-block;}
	.btn_area {width:100%;}
	.btn_area .btn_qna_faq {border-left: 1px solid #e0e0e6;margin-left: -1px;}
	.btn_area .btn {width:100%;height:50%;}
	.btn_area .btn.qna {margin-top:-5px;}
	.btn_area img {width:100%;margin-bottom:-3.9px;}
	.btn_table {width:100%;border-spacing:0px;}
	.btn_table tr td {border:1px solid #cfcfcf;padding:0px;}
	.btn_table tr td img {width:100%;    margin-bottom: -5px;}
	/*footer*/
	.footer {position: relative; display:block; width: 1130px; height:40px; margin: auto; padding:40px; color:#b3b3b3; font-size:13px; overflow: hidden;}
	.footer div {display:inline-block;}
	.footer .soicial_img{letter-spacing:7px;}
	.footer .soicial_img img{width:30px;cursor:pointer;}
	.footer .private {margin:7px 15px 0 0;}
	.footer .private a {cursor:pointer;}
	.footer .private span.bar{color:#3f4640; margin:0 3px;}
	.footer .bar {color:#eaebf1;}
	.footer .footer_logo {height:100%; margin-right:25px;}
	/*sub page*/
	.count {margin-bottom:30px;}
	.count span {font-size:16px; font-weight:bold;}
	.count span.red {color:#2763bc;}
	.count span.red2 {color:#ff6d6e;}
	.red {color:#2763bc;}
	.research_item {border:1px #eaebf1 solid;margin-bottom:30px;position:relative;height:205px;overflow: hidden;}
	.research_item .division {padding :10px 13px;position:absolute;font-size:13px;top:0px;left:0px;color:#fff;}
	.research_thum {display:inline-block;max-width:350px; width: 40%; margin-right:45px;}
	.research_thum img {width:100%;height:100%;}
	.research_item .wrap_location_info{position:absolute; top:12px; right:15px;}
	.research_item .location_info {border:1px solid #eaebf1;padding:3px 10px; font-size:0.9em; line-height:25px; display:inline-block; height:25px; margin-left:15px; float:left;}
	.research_item .location_info .map{display:inline-block; vertical-align:top; padding:0;}
	.research_item .btn {display:inline-block !important; padding:2% 4%;color:#fff;font-size:1em;background:#33454f; border-radius:100px;}
	.research_item .btn_disable {display:inline-block !important; padding:8px 18px;color:black;font-size:1em;background:#e3e3e3; border-radius:100px;}
	.research_item .research_tit {font-size:1.250em;font-weight: bold;color: #33454f;margin-bottom:10px;word-break:keep-all; width:100%; display:block;}
	.research_item .research_text{margin:50px 0px;word-break:break-all;display:inline-block;vertical-align:top; min-width:50%;}
	.research_item .research_text .research_field { display:none; }
	
	.research_text.result {padding-top:60px;}
	.research_item .date:not(#result_date) {margin-bottom:26px;}
	.board_table {width:100%;border-top:2px #000 solid;}
	.link {cursor:pointer;}
	.board_table tr td {border-bottom:1px #e7e7e7 solid;padding:1.5% 0px;text-align:center;font-size:16px;}
	.board_table tr td:nth-child(2){text-align:left;color:#33454f;font-weight:bold;text-overflow:ellipsis;overflow: hidden;white-space: nowrap;max-width: 610px;}
	.board_table tr td:nth-child(3){color:#474747;}
	.paging2{margin: 0 auto;text-align: center; margin-top: 60px;}
	.paging2 a {border:1px solid #d7d7d7;width:32px;height:32px;display: inline-block;vertical-align: middle;line-height: 34px;font-size:12px;color:#333;}
	.paging2 .active {background: #2a65bd!important;color:#fff;}
	.paging2 .first {width:34px;height:32px;}
	.paging2 .last {width:34px;height:32px;}
	.paging2 .next {width:34px;height:32px;}
	.paging2 .prev {width:34px;height:32px;}
	.search_box {border: 1px solid #ddd;display: inline-block;width: 165px;height: 25px;position:relative}
	.search_box input {padding:1px 8px;width:121px;height:91%;border:0px;position:absolute;top:0px;left:0px;}
	.search_box .i_search {width:10%;height:65%;background:url("/assets/images/sub/btn_search_g.jpg") no-repeat right center; position: absolute;right: 6px;top: 15%;background-size:contain;cursor:pointer;}
	#srchType {vertical-align:top;margin-top:1px;width:65px;height:25px;}
	/*20200919 soo : 분야 검색필터 조건 스타일 추가 */
	#srchRealm {vertical-align:top;margin-top:1px;width:130px;height:25px;}
	.board_detail {width:100%; border-spacing:0px;border-collapse: collapse;}
	.board_detail thead tr {background:#fff; border:1px solid #eaebf1;}
	.board_detail thead td{border-bottom:1px solid #eaebf1; font-size:1.250em; font-weight:bold; }
	.board_detail thead td.date{font-size:0.875em; color:#a7afb4; font-weight:normal;}
	.board_detail td {padding:2% 2%;color:#474747;max-width: 700px;word-break: break-all;}
	.board_detail td.contents.t_center{border-top:1px solid #e7e7e7;}
	.board_detail tbody tr td {font-size:1.125em;}
	.board_detail .bar {color:#848c91; font-weight:normal;}
	.board_detail .info{background:#eaebf1; color:#848c91; font-size:1.125em;}
	.board_detail .info a{color:#848c91;}
	.board_detail td:last-child {text-align:right; border-bottom:none;}
	.board_detail .contents {padding:4% 0 6%;line-height:20px;}
	.board_detail .contents img{width:100%;}
	.answer {margin-top:3%;background:#f4f6f9;padding:2% 2.5%;}
	.answer_contents{margin-top:1%;line-height:180%;}
	.answer_wait {border:1px solid #4658a6!important;display:inline-block;padding:1px 5px;text-align:center;color:var(--fontColor);}
	.answer_success {border:1px solid #c58251!important;display:inline-block;padding:1px 5px;text-align:center;color:#c58251;background:#fff}
	.notice_at {color:var(--fontColor);padding:2px 10px;display:inline-block; border: 1px solid var(--fontColor);}
	.board_btn {display:inline-block;padding:10px 20px;}
	.list {color:#fff;background:#616475;}
	.t_right {text-align:center!important;}
	.t_left {text-align:left!important;word-break:keep-all;}
	.t_center {text-align:center!important;}
	.table.join tr td img{width:100%;}
	.detail_bottom {margin:3% 0;}
	.i_lock {display:inline-block;width:10px;height:12px;background:var(--icoLock);background-size:cover;}
	.i_prev_detail {padding: 10px 6px;background: var(--iPrevDetail);background-size: cover;position: absolute;left: 5px;top: 9px;}
	.i_next_detail {padding: 10px 6px;background: var(--iNextDetail);background-size: cover;position: absolute;right: 5px;top: 9px;}
	.notice2 {display:none;}
	.t_menu {display:none;}
	.m_menu {display:none;}
	.vod_btn {display:none;}
	#vod {display:none;}
	.mobile_footer{display:none;}
	#mobile_modal {display:none;}
	
	/*jmin*/
	.rslt_cont {padding:20px;}
	.qestn{border-top:1px solid #edeef3;}
	.qestn_text {padding:1.5% 1%;background-color: #f3f3f9;border-bottom: 1px dotted #eaebf1;border-top: 1px dotted #eaebf1; position:relative;}
	.table_type1 thead th {height:32px; background:#bbb; text-align:center; font-weight:normal; color:#fff;}
	.table_type1 {width: 100%;border-collapse: collapse;}
	.qestn .holder {padding-bottom:1%;}
	.table_type1 tbody th, .table_type1 tbody td {padding:0.5% 0%; color: #33454f; font-weight:500;}
	.table_type1 tbody th {padding: 0% 2%; text-align:left;}
	.table_type1 tbody td {text-align:center;}
	.qestn .survey {position:relative; height:auto; overflow:hidden;}
	.qestn .survey .bar {float:none; width:auto; height:20px; overflow:hidden; background:#c4c4c4; line-height:17px;}
	.qestn .survey .bar div {padding-right:3px; height:100%; text-align:right; font-size:14px;color:#fff; line-height:20px;}
	.qestn .survey .bar div.onvy_color {background:#2a65bd;}
	.qestn .survey .bar div.vote_color {background:#2a65bd;}
	.qestn .survey .text {float:right; padding:0% 3%; line-height:17px; text-align:right; color:#999; font-size: 14px; min-width: 6em; width:140px;}
	.qestn .lst_vote li {padding:4px 0; font-size:15px;}
	.qestn_cm {width:90%; padding:3%;margin:0 auto;font-size: 13px;}
	.onvy_q{background:url("/assets/images/ico/ico_bg02.png") no-repeat;color:white; background-size: cover;float:left; width:50px;height:22px;text-align:center;font-size:13px}
	.onvy_q + div {font-weight:bold;padding-left:40px;}
	.result {border:none; position:relative; margin: 0 !important;}
	#content {border: 0;}
	.sns_share #sns_f {background: url('/assets/images/ico/ico_f.png'); display:inline-block; width: 20px;
    height: 20px;
    background-size: cover;}
	.sns_share #sns_t {background: url('/assets/images/ico/ico_t.png'); display:inline-block; width: 20px;
    height: 20px;
    background-size: cover;}
	.sns_share #sns_g {background: url('/assets/images/ico/ico_g.png'); display:inline-block;width:20px;height:20px;background-size:cover;}
	
	
	
	.qestn .result_img {overflow: hidden;}
	.qestn .result_img li {float: left;width: 33%;font-size: 1.0em;color: #444;list-style: none;padding: 2% 0%;}
	.qestn .result_img li label {display: block;margin: 0 auto;max-width: 90%;}
	.qestn .result_img li span {display: block;position: relative;padding: 0 5px 0 10px;height: 59px;line-height: 1.4;}
	.qestn .result_img li img {display: block;margin-bottom: 6px;width: 100%; }
	.answer_btn {text-align: center;padding: 3%;}
	.answer_btn a, .answer_td a {background-color: #616475;color: white;padding: 0.5% 2%;font-size: 14px;}
	.answer_td {padding: 2.5% !important;}

	/* base */
	caption, legend {display: none;}
	fieldset {border: 0;margin: 0;}	
	
	/* reply */
	.name {margin: 0;color:#2a65bd;font-size: 14px; padding: 1% 0% 0% 0%;}
	.reply_date {float: right;margin:0; color:#565656 !important;font-size: 14px !important;}
	.reply_cont {font-size:14px; width:90%; margin:0; padding: 0.4% 1% 2% 0%;color:#565656; word-break: break-all;}
	.cont {font-size:14px; width:90%; margin:0; padding: 0.4% 1% 2% 0%;color:#565656;}
	.cont_private {font-size:14px; width:90%; margin:0; padding: 0.4% 1% 2% 0%;color:#2a65bd}
	#replyStr {border-top: solid 2px black; margin-top: 2%;}
	#replyStr li {margin:0% 2%;border-bottom: 1px dotted #eaebf1;}
	.reply_date span {color:#dcdcdc;}
	#reply {font-size:16px;color:#2b2b2b;display:inline-block;font-weight:bold;}
	#reply + div {font-size:14px;color:#565656;display:inline-block;}
	#reply_textarea {width:100%; height:100%;border-width:0; background-color:#ebebeb;padding:0px;}
	#reply_table {width: 100%;}
	#reply_td1 {background-color:#ebebeb;}
	#reply_td2 { background-color:#2a65bd;text-align:center;}
	.set_button {color:white;text-align:center;}
	
	
	/* vote */
	.vote { display:inline-block;background:#2a65bd;padding:3px 8px;color:white; font-size: 14px;}
	#sj_box {border: solid 1px #d3d6e3;padding: 1.5%;font-size: 18px;margin-top:2%;text-align:right;}
	#sj_box #sj {padding-left: 1%;display:inline-block;font-size: 18px; font-weight: bold; color:#333;float:left;text-align:left;}
	#location_box {border: solid 1px #eaebf1;display: inline-block;font-size: 15px;font-weight: bold;padding: 1px 4px; color:#2a65bd;text-align:right;}

	#vote_info {background-color: white;}
	#vote_info > omg {width: 30%;display:inline-block;}
	.vote_period {text-align:right;}
	.vote_field{background: url("/assets/images/ico/ico_bg01.png") no-repeat;background-size: cover;text-align:center;color:white;width: 73px;
	    height: 25px;line-height: 26px;display: inline-block;font-size: 13px;}
	.vote_value {display: inline-block;font-size: 14px;}
	.vote_contents {border: solid 1px #d3d6e3; margin-top: 2%;}
	#vote_dc {background-color:#d3d6e3;font-size:14px;padding:2%}
	/* .qestn_text {padding: 2%;background-color: #f3f3f9;border-bottom: 1px dotted #eaebf1;} */
	.lst_vote_img {margin: 3% 0%;overflow: hidden;text-align:center;}
	.lst_vote_img li {width: 31%;font-size: 14px;color: #444;display: inline-block;margin-top: 15px;}
	.lst_vote_img li label:not(.tournament) {max-width: 80%;min-height: 150px;margin: 0 auto;}
	.lst_vote_img li label {display: block;text-align:left;}
	.lst_vote_img li img {display: block;margin-bottom: 6px;width: 100%;}
	.lst_vote_img .lst_vote_img li input {position: relative;top: 4px;float: left;margin-right: 3px;}
	.incheckbox * {vertical-align: bottom;}
	.incheckbox > p { font-size: 16px; text-indent: -31px; margin-left: 31px; }
	.incheckbox input:nth-child(1) {width: 18px;height: 18px;}
	.incheckbox input:nth-child(2) {/*width:50%;*/}
	.onvy_q{margin-right: 8px; color:white; background-size: cover;float:left; width: 50px;height:24px;text-align:center;font-size:1em;line-height:24px; background:#2a65bd; border-radius:100px; position:relative;}
	.vote_q{background:url("/assets/images/ico/ico_bg03.png") no-repeat;color:white; background-size: cover;float:left; width: 36px;height:22px;text-align:center;font-size:16px;line-height:22px;margin-left:5px;}
	.vote_q + div, .onvy_q + div {font-weight:bold;padding-left:50px;word-break: keep-all; color:var(--fontColor); line-height: 24px;}
	.qestn_cm {font-size: 14px;padding: 2%;}
	
	.button {cursor:pointer; background-color: #5f6473;display: inline-block;font-size: 14px;color: white;padding: 0.5% 2%;}
    .set_vote_button {text-align: center;padding:3% 0%;cursor:pointer;}
	.vote_button {margin-bottom: 2%;}
	.dot_line {border-bottom: 1px dotted #eaebf1;}
	.video_msg {padding: 4% 4% 2% 4%;font-size: 18px;text-align: center;font-weight:bold;}
	.showMsg {font-size: 18px;text-align:center;margin-top: 5%;color: black;}
	
	.inbox textarea {width: 100%;}
	
	/* 李몄뿬�� 洹몃┝�녿뒗 蹂닿린 */
	.lst_vote {padding: 2%;font-size: 14px;}
	.lst_vote li {padding: 0.5% 0%;}
	
	/*vote : qestn_ty4 */
	.box_order_select {border: solid 1px #eaebf1; font-size:14px; font-weight:bold;padding: 0% 1.5% 1.5% 1.5%;width:50%; margin:0 auto;}
.box_order_select dt {margin: 0; padding: 1.5% 0% 1.5% 3%;}	
.box_order_select dl {margin: 0; padding: 0% 0% 0% 3%;}
.box_order_select dd {margin: 0; padding-left: 2%; }
.flag_dot_line {background:url('/assets/images/ico/ico_dot_line.jpg');width:100%;height:1px;margin: 1% 0%;}
/* .box_order_select {display: none;} */
.box_order_select span {font-size: 14px;font-weight: bold;}
.box_order_select dl dt {font-weight: bold; padding-bottom:1%;}
.flag {display: inline-block;width: 18px;background-color: #616475;color: white;font-size: 13px;text-align: center;
font-weight: bold;}
.flag1, .flag2, .flag3 {background-color: #f15351;}
.rank {background: url('/assets/images/ico/ico_check.png');width: 15px;display: inline-block;background-size: cover;height: 11px;margin: 0% 0.8% 0% 1.5%;}
.rank_text {font-size: 14px;font-weight: bold;color: #f15351;display:inline-block;}
.reset {cursor:pointer;background-color: #616475;color: white;font-size: 13px;float: right; padding: 0.7% 1.2%;} 
.reset_img {background: url('/assets/images/ico/ico_reset.png');width: 14px;height: 13px;background-size: cover;display: inline-block;}
	/* qestn_ty5 */
.holder.vote_chart dl{padding:3% 0%;}
.holder.vote_chart dl dt {padding: 1% 0% 1% 2%;}
	
	/* tournament result popup */
.popup{display:none;position:absolute;width:100%;background:url('/assets/admin/img/bg_popup.png') repeat left top;z-index:100}
.footer_layer{width:100%;height:70px;margin-top:15px;border-top:1px solid #dcdcdc;background-color:#f7f3f3}
.poll_layer,.vote_layer{display:none;width:850px;margin:120px auto 0;border:1px solid #bab9b9;background-color:#fff}
.question_layer,.sortable_layer{display:none;width:75%;margin:0 auto 0;border:1px solid #bab9b9;background-color:#fff;background:url('/assets/images/bg/tm_pc_bg.png') repeat;position:relative;max-height:800px;overflow-y:auto;border-radius: 15px;background-size:100%;}
.brackets {display:none; margin-bottom:40px;}
.btns{margin-top:16px;text-align:center;}
.btns a{display:inline-block;height:23px;margin-left:6px;padding:0 23px;color:#fff;border-radius:2px;text-align:center;line-height:25px}
.btns a.cancel{background-color:#8e96b5}
.tournament_tooltip {position:absolute;width:280px;height:180px!important;padding:10px;top:0px;left:0px;border-radius:5px;background:#fff;z-index:9999;text-align:center;display:none;}
.tournament_tooltip img {width:100%;height:140px;border:1px solid #ddd;margin-bottom:10px;}
.container-brackets {margin:auto!important; width:950px !important;}
.brackets-header{margin:auto!important;}
.btn_close {width:31px;height:31px;background:url('/assets/images/btn/btn_close.png')no-repeat;position:absolute;right:20px;top:20px;cursor:pointer;}
.text_result {display:block;}
.text_result .mobile {font-size:17px;font-weight:bold;width:550px;margin: 17px auto}
.dc{background-color:#F9FFFF; padding:12px; border:solid 2px #91c5ed; border-radius:7px;}
#tournament_title_text{height: 50px;color: #003C95; font-size: 25px; font-weight:900;}
.tournament_title_img {padding:0; width: 84px; height: 68px;  }
#left_tournament_title_img{ background: url('/assets/images/ico/ico_title1.png')}
#right_tournament_title_img{ background: url('/assets/images/ico/ico_title2.png')}
#tournament_titie {margin:auto;text-align:center;margin-top:59px;}
.amazing1_2{display:block;}
.amazing1_1{display:none;}
.left > .bx-wrapper{display:block;}
.left_m > div > .bx-controls{display:none;}
.left_m {display:none;}





/* tournament qesitm choice */
.lst_vote_img li .tournament_qesitm_img {height: auto; border: solid 5px #d4d4d4; margin-bottom: -5px;}
.lst_vote_img #tournament_vs {width:7%;font-size:28px;text-align:center;vertical-align:top;margin-top:8%;font-weight:bold;padding-left:1%;}
.lst_vote_img .tournament_qesitm {width: 35%; vertical-align: top; }
.lst_vote_img li:last-child{padding:0px;}
#tournament_round {width:126px;float:left;display: inline-block;padding-left: 18px;height: 43px;vertical-align: middle;background: url(/assets/images/ico/ico_round.png) no-repeat;font-size: 13px;letter-spacing: -1px;color: #fff;}
.winner {background:#0A3778!important; color:#ffffff !important;}
.round:last-of-type .winner:last-of-type {background: #02983b !important; /* 마지막 .winner 요소의 배경색을 빨간색으로 */}
.tournament_img {border-top: 1px dotted #dcdcdc;}
.round_img { width:15%; margin: 0 auto;}
.round_img img {width:100%}
#round {font-size:26pt; font-weight:bold; text-align: center; color:white;padding-top: 10%;position:absolute;top:10%;width:100%;}
#group {font-size:20pt; font-weight:bold; text-align: center; color:white; padding-top:2%; position: absolute; bottom:13%; width:100%;}

.container-brackets .separator-brackets .line{border: 1px solid #0A3778 !important;border-left: none !important; border-radius: 0 2px 2px 0 !important;}
.container-brackets .separator-brackets{width:80px !important;}

.container-brackets .round .match .player{height: 30px !important; line-height:30px !important;text-align:center !important;}
.container-brackets .round.rd-2 .match .player{margin-bottom:52px !important;}

.container-brackets .separator-brackets.rd-2 .line:first-child{margin-top: 35.5px !important;}
.container-brackets .separator-brackets.rd-2 .line{height:83px !important; margin-bottom:83px !important;}

.container-brackets .round.rd-3{margin-top: 62.5px !important;}
.container-brackets .round.rd-3 .match .player{margin-bottom: 136px !important;}

.container-brackets .separator-brackets.rd-3 .line:first-child{margin-top: 77.5px !important;}
.container-brackets .separator-brackets.rd-3 .line{height: 167px !important; margin-bottom: 167px !important;}

.container-brackets .round.rd-4{margin-top: 145.5px !important;}
.container-brackets .round.rd-4 .match .player{margin-bottom: 305px !important;}

.container-brackets .separator-brackets.rd-4 .line:first-child{margin-top: 160.5px !important;}
.container-brackets .separator-brackets.rd-4 .line{height: 337px !important; margin-bottom: 334px !important;}

.container-brackets .round.rd-5{margin-top: 316.5px !important;}
.container-brackets .round.rd-5 .match .player{margin-bottom: 640px !important;}

.container-brackets .separator-brackets.rd-5 .line:first-child{margin-top: 331.5px !important;}
.container-brackets .separator-brackets.rd-5 .line{height: 671px !important;}


	/*jmin end*/
	
	
	/*survey_info*/
	.basic_content {border:1px solid #eaebf1;padding:3%;}
	.survey_info {padding:0 0 3% 0px ;border-bottom: 1px solid #eaebf1;}
	.info_vod {height:13em;width:30%}
	.info_vod iframe {height:100%;}
	.i-b {display:inline-block;}
	.info_table {width:100%;margin-top:3%;}
	.info_table tr td{padding-left:2%;}
	.info_table tr td img {width:100%;}
	.info_table .img{padding:1.5%;}
	.info_table .line {border-right:1px solid #eaebf1;}
	.survey_info .info_text{vertical-align:top;margin-left:5%;line-height:150%;width:64%}
	.guide .info_text{vertical-align:top;margin-left:5%;line-height:180%;width:60%;}
	.info_tit {font-weight:bold;font-size:16px;}
	.info_tit span{font-weight:400;}
	.guide {border-bottom:1px solid #eaebf1;padding-bottom: 3%;margin-bottom:3%;}
	.guide .margin {margin-left: 5%;width:20%}
	.guide img {width:100%}
	.step_area {margin:3% 0;}
	.step {font-weight:bold;font-size:1em; border:4px solid #9cd7db;padding:3%;margin:0 1%;width:13%;text-align:center;line-height:150%;}
	.step span{color:#18668b}
	.step_arrow {background:url(/assets/images/sub/step_arrow.jpg);background-size:cover;padding:1% 0.55%;}
	.step_first {margin-left:0px;}
	.introduce {margin-left:5%;}
	.step_text{font-size:0.9em;line-height:190%;}
	.step_text span {color:#f15351;}
	.i_next {background:var(--icoNext1);width:10px;height:18px;background-size:cover}
	.i_next_on {background:var(--icoNextOn1);width:10px;height:18px;background-size:cover}
	.step_table {margin:auto;text-align:center;margin:5% auto;word-break:keep-all;}
	.step_table .login_step {font-size:1.1em;color:#242424;font-weight:bold;}
	.step_table .login_text {font-size:1em;color:#565656;}
	.agree {height:300px;overflow:auto;border:1px solid #eaebf1;}
	.input_check {text-align:right;margin:1% 0 5% 0;}
	.input_check.ver2{display:flex;justify-content:right;margin-top:10px;}
	.input_check.ver2 label{font-size:15px;display:flex;align-items:center;}
	.input_check.ver2 input[type="checkbox"]{width:20px;height:20px;margin-right:5px;}
	.n_btn {display:inline-block;padding:1% 2%;border: 1px solid #616475;}
	.n_btn a{color:#fff;}
	.tit.join {margin-bottom:30px;}
	/*20230509 /app/member/agreeMent.do*/
	/**  */
	.table-element .tables table{border-spacing: 0;}
	.table-element p:first-child{font-size:15px;margin:0px 0px 10px 0px;}
	.table-element dd{margin-inline-start:0px;}
	.table-element .tables{text-align: center; border-top: 2px solid #2A4282;}
	.m_block{display:none;}
	.table-element .tables table{width:100%;font-size:14px;}
	.table-element .tables table thead{}
	.table-element .tables table thead tr{height: 50px; line-height: 50px;}
	.table-element .tables table thead tr th{font-weight: 700; border: 1px solid #d7d7d7;border-width:0px 0px 1px 1px;font-size:15px;}
	.table-element .tables table thead tr th:last-child{border-width:0px 1px 1px 1px;}
	.table-element .tables table tbody{}
	.table-element .tables table tbody tr{height: 50px; line-height: 50px;}
	.table-element .tables table tbody tr td{ line-height: 1.1; padding: 10px; vertical-align: middle;border: 1px solid #d7d7d7;border-width:0px 0px 1px 1px;text-align:left;}
	.table-element .tables table tbody tr td:last-child{border-width:0px 1px 1px 1px;}
	.table-element .tables table tbody tr td dl{text-align:left;}
	.table-element .tables table tbody tr td dl dt{margin-bottom:5px;color:#2A4282;font-weight:700;}
	.table-element .tables table tbody tr td dl dd{margin-bottom:5px;}
	.table-element .table_p{}
	.table-element .table_p .t_area{}
	.table-element .table_p .t_area dl{}
	.table-element .table_p .t_area dl dd{font-size:15px;font-weight:700;}
	.table-element .table_p .t_area dl dd:nth-child(1){}
	.table-element .table_p .t_area dl dd:nth-child(2){margin-left:20px;}
	.table-element .table_p p{font-size:15px;}
	/**/
	.table {width:100%;border-top:2px #000 solid;}
	.table.join tr th {border-bottom:1px #e7e7e7 solid;padding:1.5% 1.5% 1.5% 2%;font-size:0.9em;background:#f4f6f9;text-align:left;}
	.table.join tr th span {color:#2763bc;}
	.table.join tr td {border-bottom:1px #e7e7e7 solid;padding:1.5%;font-size:16px;}
	.table.join tr td.line_none{border:0px;}
	.table.join input[type=text],.table.join input[type=password],.table.join input[type=email] {padding: 1%;width: 16%;}
	.table.join input.middle {width:20%;}
	.table.join input.small {width:6%;}
	.table.join input.heavy {width:40%;}
	.table.join select{width:16%;padding:1%;}
	.table.join select.small{width:9%;}
	.table.join select.middle{width:35%;}
	.n_btn_area {text-align:center;margin-top:6%}
	.table.join textarea {width:60%;height:230px;}
	.info_sub_tit {text-align: center;font-size:1em;color: #242424;}
	.info_sub_tit {color: var(--fontColor);}
	.basic_content.login{margin-top:5%;}
	.login_top {margin-right:11%}
	.login_top.login {vertical-align:top;font-size:1em;margin-top:6%;margin-right:0px;width:40%}
	.login_top.login table{width:100%}
	.login_top input {width:84%;padding:4%;}
	.login_btn {padding:27% 21%;}
	.deprecate{text-align:center;border:1px solid #e7e7e7;border-top:2px #000 solid;padding: 5%;margin-top:5%;}
	.sitemap_category {border-top:1px #eaebf1 solid;padding:2% 0;border-bottom:1px #eaebf1 solid;text-align:center;}
	.sitemap_category ul li {display:inline-block;font-weight:bold;color:#2b2b2b;font-size:1.2em; width:13%; background:url('/assets/images/main/menu_ico.jpg') no-repeat right center;}
	.sitemap_category ul li:last-child{margin:0px; background:none;}
	.sub_map {padding:2% 0 0 0;height:400px;text-align:center;}
	.sub_map ul {display:inline-block;margin-right:0;vertical-align:top; width:13%; padding-left:2%; box-sizing:border-box;}
	.sub_map ul:last-child {margin:0px;}
	.sub_map ul li{font-size:0.9em;text-align:left;margin-bottom:10%;color:#2b2b2b;}
	.sub_map ul li span {background:url('/assets/images/main/ico_bullet01.jpg');display:inline-block;width:3px;height:3px;background-size:cover;vertical-align:middle}
	.question {border:1px #eaeaea solid;padding: 1% 2%;margin-bottom:10px;cursor:pointer;}


	.question .b_onvy{background:none !important;}
	.i_q_a {border-radius:100%;display:inline-block;margin-right:5px;width: 36px;height: 36px;line-height: 36px;text-align: center;}
	.i_answer{background:#949fd0;color:#fff;vertical-align:top;}
	.answer_area {background:#f3f3f9;border:1px #eaeaea solid;margin-bottom:10px;padding:1% 2%;display:none;}
	.answer_text{width:90%;}
	.open {margin:0px;}
	.i_plus {display:inline-block; background: var(--icoPlus);}
	.i_minus {display:inline-block; background: var(--icoMinus);}

	#search_area {width:260px;height:38px;background:#fff;border:3px #0791ff solid;;position:absolute;top:0;right:0;z-index:100;display:none; font-family:inherit;}

	.log_bottom{padding:4%;width:41.9%;margin-top:3%;border-right:1px solid #eaeaea;}
	.log_bottom_right {padding:4%;width:41.9%;margin-top:3%;word-break:keep-all;}
	.m_tit {display:none;}

	.top_si {width:80%;height:36px;font-size:0.9em;border:0px;float:left;padding-left:5%; font-family:inherit; outline: none;}
	.all_search_input {width:98%;height:38px;font-size:1em;border:0px;vertical-align:top;}

	.all_search_icon {width:10%;height:36px;display:inline-block;background:url('/assets/images/main/btn_search2.png') no-repeat center center; background-size:100%;margin:2px 0 0 2px;}

	.info_left {padding-right:4%;border-right:1px solid #eaeaea;width:46%;}
	.info_right {width:45%;margin-left:4%;}
	.info{padding:2%;}
	.info .img {width:25%;margin-right: 80px;vertical-align: top;}
	.info .img img {width:100%;}
	.info .info_text{width:64%;}
	.login_form {border-bottom:1px solid #eaebf1;height:12em;padding:3%;}
	.login_form .form_left {width:30%;}
	.login_form .form_left img {width:100%;}
	.login_form .form_right {width:60%;}
	.login_table tr td{text-align:right;}
	.login_table tr td input {padding:3%!important;width:80%!important;font-size:1em;}
	.login_table {width:100%;margin-top:8%;}
	.log_btn {width:42%;}
	.state_login {cursor:pointer !important;}




/*踰꾪듉*/
.btn {display:inline-block; padding:15px 57px 15px 35px; background:url('/assets/images/btn/btn_arrow.png') 134px 15px #1f5dba no-repeat; 
 font-size:1em; color:#fff; letter-spacing:-0.02em; margin:10px 0;}

.agreeBtn{display:inline-block; padding:10px 60px 10px 60px; background:#004097; font-size:20px; font-weight:500; color:#ffffff; margin:20px 0;}

/*肄섑뀗痢�*/
.subcont_wrap_01 {width:100%; background:#fff; position:relative; overflow:hidden; padding:0px 0 50px;margin-top:50px}
.subcont_wrap_02 {width:100%; background:#E6F1F4; position:relative; overflow:hidden;padding:50px 0 50px;}


.main_copy {color:#1e1d1d; font-size:28px; font-weight:600;padding-top:10px; text-align:center;margin:0 auto 20px auto;}
.gray_entity {display:inline-block; font-size:3.4em; position:relative; top:45px; color:#c8c8c8; letter-spacing:-0.02em; }
.c_blue {color:#1f5dba;}
.c_green {color:#009619;}

.con_section {width:100%; position:relative; overflow:hidden; vertical-align:top;}
.sub_con_section {width:1130px; position:relative; overflow:hidden;margin:0 auto;  font-size:0.77em; color:#666666;}
.sub_con_section .sub_cont_txt { margin:0 auto; line-height:1.5em; color:#4a4a4a; font-size:19px; font-weight:300;letter-spacing:-1.3px}
.sub_con_section .sub_cont_txt span.emphasis {color:#1f5dba; text-decoration:underline;font-weight:bold;}

.sub_con_section .sub_cont_txt_01 { margin:0 auto; line-height:1.5em; color:#4a4a4a; font-size:22px; font-weight:600; text-align: center;}
.sub_con_section .sub_cont_txt_02 { margin:0 auto; line-height:1.5em; color:#4a4a4a; font-size:20px; font-weight:300; text-align: justify;}

.sub_cont_ul li{list-style-image: url('/assets/images/sub/ic_bullet.png') !important; float: none !important ; width:74% !important; margin-left:80px;}

span.emphasis_2 {color:#004097; }
span.emphasis_3 {color:#ff6d6e; }
span.emphasis_5 {color:#0070C0; }
.emphasis_4 {color:#1f5dba; font-size:1.3em; margin-bottom:10px;}
.how_txt_01{color:#1e1d1d; font-size:28px; font-weight:600;padding-top:10px;}

.survey_type_box{width:100px; display:inline-block; text-align:center; padding:7px; border-radius:25px 25px 25px 25px; background:#3e3f47; color:#ffffff; font-weight:500; font-size: 20px;}
.survey_type_txt{color:#4a4a4a; font-size:20px; font-weight:500;}





.sub_head_wrap.sub01{height:180px; background:url('/assets/images/bg/bg_head_sub_1.jpg') center top no-repeat; text-align:center;}
.sub_head_wrap.sub02{height:180px; background:url('/assets/images/bg/bg_head_sub_2.jpg') center top no-repeat; text-align:center;}
.sub_head_wrap.sub03{height:180px; background:url('/assets/images/bg/bg_head_sub_3.jpg') center top no-repeat; text-align:center;}
.sub_head_wrap.sub04{height:180px; background:url('/assets/images/bg/bg_head_sub_4.jpg') center top no-repeat; text-align:center;}
.sub_head_wrap.sub05{height:180px; background:url('/assets/images/bg/bg_head_sub_5.jpg') center top no-repeat; text-align:center;}

.sub_head_wrap h2{font-size:2em; color:#fff; text-shadow:0 0 10px #333; display:inline-block;}
.sub_head_wrap h2 span{font-size:0.400em; display:block; letter-spacing:12px;}
.sub_head_wrap p{font-size:0.947em; font-weight:bold; color:#fff; text-shadow:0 0 10px #333;}
.sub_head_wrap ul li{display:inline-block; margin:0 0.3%; margin-top: 10px; }
.sub_head_wrap ul li a{display:block; width:150px; padding:5%; box-sizing:border-box; background:#604d4d; border:1px solid #c2bebe; border-radius:1000px; font-size:0.947em; color:#fff; font-weight:bold;}
.sub_head_wrap ul li.on a{background:#fff; border:1px solid #fff; color:#33454f;}
.sub_head_wrap ul li a:hover{background:#fff; border:1px solid #fff; color:#33454f;}

.sub_head_wrap.sub01 ul li a{background:#604d4d; }
.sub_head_wrap.sub01 ul li.on a{background:#fff; border:1px solid #fff; color:#33454f;}
.sub_head_wrap.sub01 ul li a:hover{background:#fff; border:1px solid #fff; color:#33454f;}

.sub_head_wrap.sub02 ul li a{background:#224050;}
.sub_head_wrap.sub02 ul li.on a{background:#fff; border:1px solid #fff; color:#33454f;}
.sub_head_wrap.sub02 ul li a:hover{background:#fff; border:1px solid #fff; color:#33454f;}

.sub_head_wrap.sub03 ul li a{background:#5c605c;}
.sub_head_wrap.sub03 ul li.on a{background:#fff; border:1px solid #fff; color:#33454f;}
.sub_head_wrap.sub03 ul li a:hover{background:#fff; border:1px solid #fff; color:#33454f;}

.sub_head_wrap.sub04 ul li a{background:#422d28;}
.sub_head_wrap.sub04 ul li.on a{background:#fff; border:1px solid #fff; color:#33454f;}
.sub_head_wrap.sub04 ul li a:hover{background:#fff; border:1px solid #fff; color:#33454f;}

.sub_head_wrap.sub05 ul li a{background:#2e2725;}
.sub_head_wrap.sub05 ul li.on a{background:#fff; border:1px solid #fff; color:#33454f;}
.sub_head_wrap.sub05 ul li a:hover{background:#fff; border:1px solid #fff; color:#33454f;}







.view_info{overflow:hidden; padding-bottom:1.5%;}
.view_info img{vertical-align:top;}
.view_info .total_info{float:left; margin:0; color:#33454f; padding-top:10px;}
.view_info .total_info strong{color:#2763bc;}
.view_info .sns_link{float:right;}
.view_info .sns_link li{display:inline-block;}

.research_item .sns_link li{display:inline-block;}
.research_item .sns_link li img{vertical-align:top;}

#content .sns_link li{display:inline-block;}
#content .sns_link li img{vertical-align:top;}





.con_gray {width:100%; position:relative; overflow:hidden; padding:50px 0; background:#fcfcfc;}

.content-full{background:#ecf6ff; padding:1% 0;}

.con_2d_layout{vertical-align:top;}
.con_2d_layout li {width:50%; float:left; position:relative;}
.con_3d_layout li {width:31.25%; float:left; margin-right:3.125%; position:relative;}
.con_3d_layout li:last-child {margin-right:0 !important;}


.info_txt_title{position:relative; margin: auto;width:520px; height:216px; }
.info_txt_title img{display: block; width:100%; z-index:-1;}
.info_txt_title p{position: absolute; top:50%; left:50%; transform:translate(-50%, -50%); margin:0; width:100%;text-align:center;font-size:26px;font-weight:600;color:#3e3f47;z-index: 1;}

.con_2d_layout p {color:#333;}
.con_2d_layout p.imgcont {text-align:center;}
.con_2d_layout ol {padding:0; margin:0;}
.con_2d_layout ol li {padding:5px;float:none;width:80%;margin:0 auto;}
.con_2d_layout ol li.end {border-bottom:none;}


.con_2d li {width:49%; float:left; margin-right:1%; position:relative;}
.con_3d li {width:21.25%; float:left; margin-right:3.125%; position:relative;}
.con_3d li:last-child {margin-right:0 !important;}

.con_4d_list {width:100%;margin-top:60px; margin-left:40px;}
.con_4d_list li {width:20%; float:left; position:relative;}
.con_4d_list li.end {border-right:none;}
.con_4d_list li p {margin:0 auto;text-align:center;line-height:1.5em; color:#4a4a4a; font-size:18px; font-weight:300;}
/* .con_4d_list li p img {margin-bottom:20px;} */
.con_5d_list {width:100%;margin-top:60px;}
.con_5d_list li {width:19.5%; float:left; border-right:1px #e8e8e8 solid; position:relative;}
.con_5d_list li.end {border-right:none;}
.con_5d_list li p {width:95%; margin:5px auto; line-height:1.5em; color:#4a4a4a; font-size:18px; font-weight:300;}

.subcont_wrap_02 .con_5d_list li p{text-align:center;}

.layout_2d_bar {background:url('/assets/images/sub/guide_bar.png') right center no-repeat;}



/*�쒕툕�ㅻ뱶*/
.sub_head_wrap {position:relative;}
.no_ing_onvy {width:100%; height:347px; background-image:url('/upload/THEME/bg_main_survey_none.jpg'); position:relative; background-size: cover; background-repeat: no-repeat; background-position: center; }
/* .sub_head_wrap {width:100%; height:auto; background-image:url('/assets/images/bg/bg_main_survey.jpg'); position:relative;background-size:cover; background-position: top;} */
/* .no_ing_onvy {width:100%; height:220px; background-image:url('/assets/images/bg/bg_main_survey_none.jpg'); position:relative; background-size: cover; background-repeat: no-repeat; background-position: center; } */

/*.sub_head_wrap {width:100%; height:200px; background:url('/assets/images/img/head_title.jpg') center top no-repeat; position:relative;background-size:cover;}*/
/* 2020 메인 개편 css taemin */
.sub_head .bx-wrapper {margin-bottom: 0 !important;}		
.sub_head .bx-viewport {padding: 55px 0; height: auto !important;}
/* .bgBlur::before {background-size: cover; content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-image: url(/assets/images/bg/main_bg.jpg); filter: blur(3px); -webkit-filter: blur(7px); -moz-filter: blur(7px); -o-filter: blur(7px); -ms-filter: blur(7px);} */
.main_slider {background: none; border: none;}
.main_slider_contents {display: flex;}
.main_slider_left { flex: 6; }
.main_slider_right { flex: 5; }
.main_slider_btn {display: flex; justify-content: flex-end; position: absolute; bottom: 0; right: 0; }

.left > .bx-wrapper {margin-top: 36px;}

.ell2 {overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.6em; height: 3.2em;}
.ell3 {overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; line-height: 1.2em; height: 3.6em;}

.main_end_onvy {height: 425px; display: flex; flex-direction: column;}
.main_onvy_end_contents {align-items: center; padding: 5px 0; box-sizing: border-box; border-bottom: 1px solid #eaebf2; width: 100%; cursor: pointer}

/*硫붿씤3�� 諛곕꼫*/
.ico_ban {height:85px;color:#fff; padding:5%;}
.mico_01 {background:url('/assets/images/ico/ico_mban_01.png') 94% center #3db573 no-repeat;background-size:17%;}
.mico_02 {background:url('/assets/images/ico/ico_mban_02.png') 94% center #fc883a no-repeat;background-size:20%;}
.mico_03 {background:url('/assets/images/ico/ico_mban_03.png') 94% center #2f9bd7 no-repeat;background-size:14%;}

.ico_ban p {font-size:1em;margin:0;}
.ico_ban span {font-size:0.7em;line-height:15px;display:block; width:80%;margin:10px 0 0 0;}
.ico_ban a {display:block; position:absolute; bottom:20px; left:20px;font-size:0.7em; }




.wrap_notice_info{padding:5% 3% 5%;}
.wrap_notice_info .notice_info_tit{font-size:1.2em; padding:0; color:#33454f; font-weight:bold; margin-bottom:5px;}
.wrap_board_btn span{display:inline-block;}
.wrap_board_btn span a{display:block; width:76px; height:26px; line-height:26px; text-align:center; border-radius:1000px; margin-bottom:10px;}
.btn_ing a{background:#ff6d6d; color:#fff;}
.btn_select a{background:#2763bc; color:#fff;}
.btn_end a{background:#f3f3f9; color:#a7afb4;}
.btn_check a{background:#03b28b; color:#fff;}




/*�명룷洹몃옒�� 寃뚯떆�� 紐⑸줉*/
.bbs_infoG_wrap {width:1170px; position:relative;margin:0 auto;}
.bbs_infoG {width:100%; position:relative;overflow:hidden;}
.bbs_infoG_wrap li {width:30%; margin:30px 3% 10px 0%; border:1px #ebebeb solid;float:left; border-radius:5px;}
.bbs_infoG_wrap li img{vertical-align:top;}
.bbs_infoG_wrap li span {display:inline-block;}
.bbs_infoG_wrap li p {width:100%; margin:0 auto;}
.infoG_img {width:97.2067%;}
.infoG_img img {width:100%;}
.infoG_img.end img{
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.infoG_type {color:#438c09;margin-right:2%;font-size:0.9em;}
.infoG_title {width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;font-size:1em;}
.infoG_date {width:97.2067%;color:#a7afb4;height:20px;font-size:0.8em; padding-bottom:10px;}
.infoG_date img {margin:0 0 0 5px;}
/* paginate */
.paginate_regular{padding:15px 0;text-align:center;line-height:normal;position:relative;overflow:hidden;}
.paginate_regular a,
.paginate_regular strong{display:inline-block;position:relative;margin:0 -2px;padding:2px 8px;font-weight:bold;font-size:12px;font-family:Tahoma, Sans-serif;color:#333;line-height:normal;text-decoration:none;vertical-align:middle}
.paginate_regular a:hover,
.paginate_regular a:active,
.paginate_regular a:focus{background-color:#f8f8f8}
.paginate_regular strong{color:#f60}
.paginate_regular .direction{font-weight:normal;color:#767676;white-space:nowrap}
.paginate_regular .direction span{font-weight:bold;font-size:14px}
.paginate_regular .direction:hover,
.paginate_regular .direction:active,
.paginate_regular .direction:focus{background-color:#fff;color:#333}
/* //paginate */




.wrap_graph_btn{overflow:hidden;}
.wrap_graph_btn img{vertical-align:top;}
.wrap_graph_btn li{float:right;}




@media all and (max-width:540px) {
 	.layer_wrap #tournament_title_text{font-size:17pt;background : none;} 
 	.wrapper table{width: 100%  !important;}
	.tournament_title_img {display: none;}
	#left_tournament_title_img, #right_tournament_title_img {display: none;}
	.btn_close{top:7px;right:7px;}
	.text_result {display:block; padding:10px;}
	
	.text_result .mobile {font-size:17px;margin-bottom:7px;font-weight:bold;width:auto;}
	.dc{background-color:#F9FFFF; padding:12px; border:solid 2px #91c5ed; border-radius:7px;}
	.text_result .mobile img{width:50px;}
	.brackets {display:none;}
	.question_layer{background: url(/assets/images/bg/tm_mobile_bg.png) no-repeat; background-size:100%; max-height:597px !important}
	}



@media all and  (max-width:1280px) {
		.m_none{display:none;}
		.m_block{display:block;}
		.table-element .tables table{width:100%;}
		.table-element .tables table tbody tr td{padding:10px;min-width:85px;}
		.content-full{width:100%; padding:2% 4.4% 2% 4.4%; box-sizing:border-box;}
		.content-full img{vertical-align:top;}
		.content-full .sect_btn img{height:37px;}
		.con_sect_right img{height:136px;}
		.content-full .con_section{overflow:hidden; width:100%; margin:0 auto;}
		.content-full .con_section .con_sect_left h2{margin:0; font-size:18.5px; color:#33454f;}
		.content-full .con_section .con_sect_left h2 span{margin:0; font-size:12px !important; display:block; color:#a6adb5; margin-bottom:1%; font-weight:normal;}
		.content-full .con_section .con_sect_left h2 strong{margin:0; font-size:12px !important; display:block; color:#33454f; padding-top:4%; font-weight:normal; line-height:1.5em;}
		.content-full .con_section .con_sect_left p{margin:0;}
		.content-full .con_section .con_sect_right{overflow:hidden; float:right; padding-right:0; width:75%;}
		.content-full .con_section .con_sect_right li{display:inline-block; vertical-align:top;}
		.content-full .con_section .con_sect_right li a{float:left; margin:0 0 0 10px;}
		.content-full .con_section .con_sect_right li img{ border-radius:10px; overflow:hidden;}

		#tab-1 li, #tab-2 li{height:33px; font-size:0.75em;}

		#horizontalTab ul.tab_m{margin-bottom:1%;}
		/* Tab anchor */
		.r-tabs .r-tabs-nav .r-tabs-anchor {
			display: inline-block;
			padding: 10px 3px;
			font-size: 0.9em;
			font-weight: bold;
			color:#33454f; /*tap off*/
		}

		.question .b_onvy{background:none !important;}

		.warp {padding: 0px 3.33% 20px;}
		.menu {width:94%;margin:auto;height:55px;}

		.tit_img {width:20%;float:left;line-height:55px;}/*濡쒓퀬*/
		.tit_img img {width:100%;}
		
		.category {width:53%;float:left; display:none;}/*硫붾돱*/

		/*.login_area {width:22%;}*/
		.search{height: initial !important; margin-top:10px;}
		.search img {width:100%;}
		.content {width: calc(100% - 50px); overflow:visible;}
		.content.sub {width:100%;}
		.right .title li{padding-left:0;}
		.item {position:relative; float:left; background:#fff;border :1px solid #e0e0e6;width:40%;cursor:pointer;}
		.banner {width:100%; margin-bottom:1.95%;cursor:pointer;}
		.item_img img{width:100%;height:9.1em;}
		.item_bottom {padding:5% 7%}
		.location .imap_onvy {width:6px;height:9px;}
		.location {font-size:0.8em;}
		.notice {padding:2.8% 3%;width:93.6%;max-width: 580px; }
		.notice .tit {font-size:1em;margin-bottom:3%;}
		.notice ul li {font-size:0.8em;margin-bottom:1.6%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
		.btn_more {top:15px;right:15px;font-size:0.9em;}
		.btn_more .plus {width:12px;height:12px;}
		.sub_menu ul li {padding:16px 10px 0px 10px;font-size:0.9em;color:#fff;cursor:pointer;list-style:none;}
		.nav ul {width:100%;}
		.research_item .research_text {width:50%;margin:45px 0px;}
		.research_item .location_info{padding:0 5px;}
		.research_item .date:not(#result_date){margin-bottom:16px;}
/*  	.bx-wrapper .bx-prev {height: 20% !important; width: 6.7% !important; margin-left: -6.5% !important;}
 		.bx-prev-left { margin:75% 0 0 45% !important;}
		.bx-wrapper .bx-next {height: 20% !important; width: 6.7% !important; margin-right: -6.5% !important; margin:90% 0 0 15%;}
		.bx-next-right { margin:75% 0 0 0 !important;} */
		.text {margin-bottom: 10%;}
		.footer {width:94%; padding:35px;}
		.category ul li {font-size:1em;}
		
		.bx-controls-direction a {z-index:2000!important;}
		.menu_tit {padding:10%;}
		.board_table tr td:nth-child(2) {max-width:400px}
		.i_close {float:right;background:url("/assets/images/mobile/mico_close.png");margin:0px;width:20px;height:20px;background-size:cover;position:absolute;left:24px; top:24px;}
		.go_home{float:right;background:url("/assets/images/mobile/mico_home.png");margin:0px;width:50px;height:19px;background-size:cover;position:absolute;right:17px; top:30px;}
		.f_right.private {display:none !important;}
		.f_right.private2 {display:block;margin-top:7px;margin-right:10px;}
		.f_right.private2 a{color:#fff;}
		.f_right.private2 select {font-size:0.95em;height:25px;color:#fff;}
		.f_right.private2.f_right a{font-weight:normal;}

		.bx-controls { width:403px;}
		.left .bx-wrapper {width:403px; height:380px;}

/*肄섑뀗痢�*/
.subcont_wrap_01 {width:100%; background:#ffffff; position:relative; overflow:hidden; padding:50px 0 50px;}
.subcont_wrap_01 iframe{box-sizing:border-box; padding-right:40px;}
.subcont_wrap_01 .sub_con_section{font-size:28px;}
.main_copy {color:#1e1d1d; font-size:28px; font-weight:600;padding-top:10px;}
.subcont_wrap_01 .btn {display:inline-block; padding:12px 45px 15px 26px; background:url('/assets/images/btn/btn_arrow.png') 115px 13px #1f5dba no-repeat;  font-size:1.2em; color:#fff; letter-spacing:-0.02em; margin:10px 0;}
.subcont_wrap_02 {width:100%; background:#E6F1F4; position:relative; overflow:hidden;padding:50px 0 50px;}

.sub_con_section {width:94%; position:relative; overflow:hidden;margin:0 auto;  font-size:0.85em; color:#666666;}
.layout_2d_bar {background:none !important;}

.bbs_infoG_wrap {width:100%; position:relative;margin:0 auto;}

.t_menu{display:block;}
.t_menu_img.t_menu{position:absolute; left:0; top:19px;}

/*.tablet_menu{position:relative; width:100%; position:absolute; left:0; top:122px; background:#fff; border-bottom:2px solid #0793f8; padding-bottom:38px; display:block;}*/
.tablet_menu{position:relative; width:100%; position:absolute; left:0; top:96px; background:#fff; border-bottom:2px solid #0793f8; padding-bottom:38px; display:block;}
.tablet_menu .sub_item {font-size:0.979em; z-index:98; width:65%; margin:0 auto; overflow:hidden;}
.tablet_menu .sub_item ul {float:left; width:20%;}
.tablet_menu .sub_item ul li { font-weight:bold;z-index:9999;position:relative;}
.tablet_menu .sub_item ul li.menu_line {width:3px;margin:0px !important;background:url('/assets/images/main/menu_ico.jpg') center 35px no-repeat; }
.tablet_menu .sub_item ul li:nth-child(odd){cursor:pointer;}
.tablet_menu .sub_item ul li:last-child{margin:0px !important;}
.tablet_menu .sub_item ul li.link_t{padding:18px 0; font-size:17px; color:#000; margin-bottom:13px;}
.tablet_menu .sub_item ul li.link{padding:8px 0;}
.tablet_menu .sub_item ul li.link a{font-size:15px; color:#959ba0;}
.tablet_menu .sub_item ul li.link a:hover{color:#2965bd;}
.tablet_menu .sub_item ul li.link:hover{color:#2965bd;}


.my_cuu_style{width:24%;float:right;height:53px;}
.login_area {font-size:0.68em;float:right;margin:20px 0 0 0;}

#search_area {width:260px;height:38px;background:#fff;border:3px #0791ff solid;;position:absolute;top:0;right:0;z-index:100;display:none; font-family:inherit;}


.sub_head_wrap.sub01{height:200px;}
.sub_head_wrap.sub02{height:200px;}
.sub_head_wrap.sub03{height:200px;}
.sub_head_wrap.sub04{height:200px;}
.sub_head_wrap.sub05{height:200px;}


	.board_detail {width:100%; border-spacing:0px;border-collapse: collapse;}
	.board_detail thead tr {background:#fff; border:1px solid #eaebf1;}
	.board_detail thead td{border-bottom:1px solid #eaebf1; font-size:1.1em; font-weight:bold;}
	.board_detail td.contents.t_center{border-top:1px solid #e7e7e7;}
	.board_detail thead td.date{font-size:0.875em; color:#a7afb4; font-weight:normal;}
	.board_detail td {padding:2%;color:#848c91; max-width: 700px;word-break: break-all;}
	.board_detail tbody tr td {font-size:1.1em;}
	.board_detail .bar {color:#848c91; font-weight:normal;}
	.board_detail .info{background:#eaebf1; color:#848c91; font-size:1em;}
	.board_detail .info a{color:#848c91;}
	.board_detail td:last-child {text-align:right; border-bottom:none;}
	.board_detail .contents {padding:4% 0 6%;line-height:20px;}
	.board_detail .contents img{width:100%;}
		

	
	.my_cuu_style{position:absolute; top:0; right:0;}

	}

	@media all and (max-width:1600px){
		.sitemap_category, .sub_map {font-size:18px;}
	}
	
	@media all and (max-width:1130px) {
		/* .notice ul li {margin-bottom:2%;} */
		.notice_tit {font-size:0.9em;}
		.notice .clear {margin-bottom: 2%;}

		.category {width:50%;float:left;}/*硫붾돱*/
		.my_cuu_style{width:24%;border:none;}

		.bx-controls { width:373px;}
		.left .bx-wrapper {width:373px; height:352px;}

		.bbs_infoG_wrap {width:100%; position:relative;margin:0 auto;}
		
		

	}


	@media all and (max-width:1024px) {
		.login_btn {padding:34% 0px;width:76px;text-align:center;}
		.login_form {height:auto;}
		.category ul li {font-size:0.85em;}
		.login_area{font-size:0.65em;}
		.n_btn {font-size:0.9em; padding:6px 10px;}
		.sitemap_category, .sub_map {font-size:15px;}


		.notice .clear {margin-bottom: 8px !important;}

		.bx-controls { width:350px;}
		.left .bx-wrapper {width:350px; height:330px;}

.con_section .ico_ban {height:50px;color:#fff; padding:3% 3% 4% 3%;margin-bottom:1%;}
		.con_section .ico_ban a {display:block; position:absolute; bottom:20%; left:3%;font-size:0.7em; }

		.mico_01 {background:url('/assets/images/ico/ico_mban_01.png') 97% center #3db573 no-repeat;background-size:7%;}
		.mico_02 {background:url('/assets/images/ico/ico_mban_02.png') 97% center #fc883a no-repeat;background-size:8%;}
		.mico_03 {background:url('/assets/images/ico/ico_mban_03.png') 97% center #2f9bd7 no-repeat;background-size:5.5%;}

		.bbs_infoG_wrap li {width:calc(48% - 2px); margin:10px 1% 20px 1%; border:1px #ebebeb solid;float:left;}
		
	
		.tit_img{ width:201px; margin:0 auto; float:none; text-align:center; line-height:75px;}
		.tit_img a{display:block; line-height:47px; width:100%; margin:0 auto;}
		.tit_img img{width:auto;}
		.category{clear:both;}
		.my_cuu_style{position:absolute; right:0; top:0;}

		.sub_menu .sub_item {margin:0 auto; height:150px; text-align:center; margin-left:0;}



	}
	

	@media all and (max-width:960px) {
		.login_area.f_right {font-size:0.6em;}
		.footer {font-size:0.65em; padding-left:3%; padding-right:3%;}

	.my_cuu_style{width:28%;}

	.bx-controls { width:351px;}
	.left .bx-wrapper {width:351px; height:330px;}

	}
	

	#tab-1 li span:last-child, #tab-2 li span:last-child {display:none !important;}


	@media all and (max-width:885px) {
		.sitemap_category, .sub_map {font-size:14px;}
		#round, #group {font-size:0.9em}
		.round_img {width:115px !important;}
		.research_item .research_text{width:48%;}
		
		.bx-controls { width:318px;}
		.left .bx-wrapper {width:318px; height:300px;}


		/*肄섑뀗痢�*/
		.con_4d_list {margin-left:0px;}
		.con_4d_list li {width:100%;float:none; margin-bottom:20px;}
		.con_5d_list li {width:100%;float:none; margin-bottom:20px;}
		
		.con_2d_layout ol li {width:65%;float:none;}
		.con_2d_layout li {width:100%;float:none;}
		.panel_step_arrow{display: none;}
		}


/* 2021 화면개선 */
/* select, input[type=text] { font-family: "GGfont", "Nanum Gothic"; } */
/* 2025 화면개선 */
select, input[type=text] { font-family: 'Pretendard', 'Apple SD Gothic Neo', sans-serif; }


header {height: 75px; border-bottom: 1px solid #e6e6e6;}
header .menu .tit_img {min-width: 230px;}
header .menu .tit_img .main_header_logo_cus1 { background: var(--mainHeaderLogo); display: block; width: 100%; height: 100%; background-position-y: center !important; background-size: contain; }
header .menu .tit_img .main_header_logo_cus2 { background: var(--mainEventLogo); display: block; width: 100%; height: 100%; background-position-y: center !important; background-size: auto; }

.more { border: 1px solid #33454F; padding: 3px 8px; font-size: 16px; border-radius: 20px; } /* 메인 더보기 */
.more::before { content: "더보기＋"; line-height: 17px; } /* 메인 더보기 */


.bx-clone {display: none;}
.display-none{ display:none; }
.wrap-loading { z-index: 999999; position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.2); }
.wrap-loading div { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);}

.main_wrap.sub-01 { position: relative; margin: 0 auto; width: 1130px; }
.main_wrap.sub-01 .content { display: flex; display: -ms-flexbox; flex-wrap: wrap; -ms-flex-wrap: wrap; }
.main_wrap.sub-01 .content .left { flex: 45; margin-right: 50px; width: 40%; }
.main_wrap.sub-01 .content .left .title li { font-weight: bold; }
.main_wrap.sub-01 .content .left .banner .swiper-pagination-sub-01 { top: 0; height: 0; text-align: right; left: auto; right: 24px; }
.main_wrap.sub-01 .content .left .banner .swiper-button-control { background: url(/assets/images/ico/controls.png) -85px -11px no-repeat;  margin: 6px 10px; height: 11px; width: 10px; display: inline-block; position: absolute; z-index: 20; right: 0; opacity: 0.5;}
.main_wrap.sub-01 .content .left .banner .swiper-button-control:hover { background: url(/assets/images/ico/controls.png) -85px 0px no-repeat; cursor: pointer; opacity: 1; }
.main_wrap.sub-01 .content .left .banner .swiper-button-control.active { background: url(/assets/images/ico/controls.png) -85px -33px no-repeat; cursor: pointer; }
.main_wrap.sub-01 .content .left .banner .swiper-button-control.active:hover { background: url(/assets/images/ico/controls.png) -85px -44px no-repeat; cursor: pointer; opacity: 1; }
.main_wrap.sub-01 .content .left .banner .swiper-wrapper .swiper-slide a img { width: 100%; }
.main_wrap.sub-01 .content .right { flex: 55; width: 60%; height: 100%; }
.main_wrap.sub-01 .content .right .more { position: absolute; top: 0px; right: 0px; }
.main_wrap.sub-01 .content .right .main_onvy_end { display: flex; flex-direction: column; height: 100%; }
.main_wrap.sub-01 .content .right .main_onvy_end .main_onvy_end_contents { max-height: 102px; }
.main_wrap.sub-01 .content .right .main_onvy_end .main_onvy_end_contents .onvy_end_img { max-width: 138px; font-size: 0; float: left;}
.main_wrap.sub-01 .content .right .main_onvy_end .main_onvy_end_contents .onvy_end_img img { max-height: 81px; width: 138px; }
/* 메인 완료된 조사*/
.main_wrap.sub-01 .content .right .main_onvy_end .main_onvy_end_contents .onvy_end_tit .ell2 { font-size: 0.8em; }

.swiper-container { overflow: hidden; }

.sub_head_wrap h2 span { white-space: nowrap; }
.sub_head_wrap p { white-space: nowrap; }
.sub_head_wrap.main.no_ing_onvy .sub_head .swiper-button-prev { display: none; }
.sub_head_wrap.main.no_ing_onvy .sub_head .swiper-button-next { display: none; }
.sub_head_wrap.main .sub_head { height: 100%; }
.sub_head_wrap.main .sub_head .swiper-container-main { margin: 0 auto; width: 100%; height: 100%; overflow-x: hidden; }
.sub_head_wrap.main .sub_head .swiper-container-main .swiper-pagination { display: none; }
.sub_head_wrap.main .sub_head .swiper-container-main swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { top:10px; }
.sub_head_wrap.main .sub_head .swiper-container-main .swiper-wrapper .swiper-slide { text-align: center; display: flex; /* 내용을 중앙정렬 하기위해 flex 사용 */ align-items: center; /* 위아래 기준 중앙정렬 */ justify-content: center; /* 좌우 기준 중앙정렬 */ background-position: center top; background-repeat: no-repeat; }
.sub_head_wrap.main .sub_head .swiper-container-main .swiper-wrapper .swiper-slide .main_slider { width: 100%; }
.sub_head_wrap.main .sub_head .swiper-container-main .swiper-wrapper .swiper-slide .main_slider .main_slider_contents { padding: 0; }
.sub_head_wrap.main .sub_head .swiper-container-main .swiper-wrapper .swiper-slide .main_slider .main_slider_contents .main_slider_left {  }
.sub_head_wrap.main .sub_head .swiper-container-main .swiper-wrapper .swiper-slide .main_slider .main_slider_contents .main_slider_left .item_tit .location { min-width: 120px; background-color: #555555; }
.sub_head_wrap.main .sub_head .swiper-container-main .swiper-wrapper .swiper-slide .main_slider .main_slider_contents .main_slider_left .item_tit .onvy_tit { display: -webkit-box; max-height: 100px; overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.sub_head_wrap.main .sub_head .swiper-container-main .swiper-wrapper .swiper-slide .main_slider .main_slider_contents .main_slider_left > img { width: 100%; }
.sub_head_wrap.main .sub_head .swiper-container-main .swiper-wrapper .swiper-slide .main_slider .main_slider_contents .main_slider_right { position: relative; }
.sub_head_wrap.main .sub_head .swiper-button-prev:after,.sub_head_wrap.main .sub_head .swiper-button-next:after { color: #FFFFFF; font-size: 64px; font-weight: bold; text-shadow: #000000 0px 0px 6px; outline: none; }


/* 인포그래픽 */
.content-full { padding: 25px; }
.content-full .con_section.onlypc .con_sect_left { min-width: 220px; margin-right: 20px; }
.content-full .con_section.onlypc .con_sect_right { width: 100%; padding-right: 0; }
.content-full .con_section.onlypc .con_sect_right li { min-width: 130px; }

/* 메인 알립니다 */
.wrap_notice .content { display: flex; display: -ms-flexbox; }
.wrap_notice .content .main_movie { flex: 5; -ms-flex: 5; margin-right: 80px; }
.wrap_notice .content #horizontalTab { flex: 6; -ms-flex: 6; padding: 5px; }
.wrap_notice .content #horizontalTab #tab-1 .more { position: absolute; top: 5px; right: 5px; }

/* 여론조사 리스트*/
.research_thum { max-width: 350px; }
.research_item .btn { padding:8px 18px; }
.research_item .date:not(#result_date) {margin-bottom:15px;}

/* 결과보기 */
#container .warp.sub .content.sub #content .research_item.result .personnel.b_onvy.result_personnel { position: absolute; bottom: 40px; right: 15px; display: table; width: 75px; height: 75px; text-align: center; border-radius: 100%; }
#container .warp.sub .content.sub #content .research_item.result .personnel.b_onvy.result_personnel div{ display: table-cell; vertical-align: middle; }
#container .warp.sub .content.sub #content .research_item.result .personnel.b_onvy.result_personnel div{ display: table-cell; vertical-align: middle; }
#container .warp .content .qestn .qestn_text .wrap_graph_btn li a { color: #969696; }
#container .warp .content .qestn .qestn_text .wrap_graph_btn li a.on { color: var(--fontColor); }
#container .warp .content .qestn .qestn_text .wrap_graph_btn li .qestnMediaBtn { display: none; color: #969696; }
#container .warp .content .qestn .qestn_text .wrap_graph_btn li .qestnMediaBtn.on { display: block; color: var(--fontColor); }
#container .warp .content .qestn .qestn_text .wrap_graph_btn li { margin-left: 10px; }
#container .warp .content .qestn .qestn_text .wrap_graph_btn li img { margin-right: 5px; width: 24px; }

/* 자주묻는질문 */
#container > div.warp.sub > .content.sub > div.question { position: relative; }
#container > div.warp.sub > .content.sub > .question > span.i_plus, #container > div.warp.sub > .content.sub > .question > span.i_minus { position: absolute; top: calc(50% - 9px); right: 15px; width: 18px; height: 18px; background-size: 100%; }


#reply_textarea { outline: none; resize: none; font-family: 'Pretendard', 'Apple SD Gothic Neo', sans-serif;}

/* 검색 */
.use_sidemenu_type3 .warp.sub .content.sub .table.join.onvy tbody tr td a img { max-height: 65px; }

/* 반응형 */

@media all and (min-width:1280px) {

}

@media all and (max-width:1279px) {
	.main_wrap.sub-01 { width:100%; }
	.sub_head_wrap.main .sub_head .swiper-container { width: 100%; }
	#container .warp.sub .content.sub #content .research_item.result .personnel.b_onvy.result_personnel { bottom: 20px; }
}


.qestn p {margin:0;}

/* 메인 슬라이더 추가 */

@media all and (min-width: 769px) {
	.sub-04 {padding:12px 25px; background-color:#ecf6ff;}
	.sub-04 .sub-04-contents {display:flex; justify-content: center; align-items: center; margin:0 auto; max-width: 1000px; text-align: center;}
	.sub-04 .sub-04-contents .sub-04-title {display:inline-block; padding: 7px 11px; min-width: 90px; background: #004097; border-radius: 20px; font-size: 18px; color: #FFFFFF; text-align: center; white-space: nowrap}
	.sub-04 .sub-04-contents .sub-04-wrapper {position:relative; display: inline-block; margin-left: 20px; width: 100%; text-align: left;}
	.sub-04 .sub-04-contents .sub-04-wrapper li {text-align: center; white-space: nowrap;}
	.sub-04 .sub-04-contents .swiper-button-prev {right: 20px; left:auto; background-size: 12px;}
	.sub-04 .sub-04-contents .swiper-button-next {right: 0px; background-size: 12px;}
	
	.sub-04 .sub-04-contents .swiper-container-sub-04 {display: inline-block; width:calc(100% - 60px); vertical-align: middle; line-height: 2;}
	.sub-04 .sub-04-contents .swiper-container-sub-04 .swiper-slide { display:flex; }
	.sub-04 .sub-04-contents .swiper-container-sub-04 .swiper-slide span {display: inline-block; font-size: 18px; line-height: 38px;}
	.sub-04 .sub-04-contents .swiper-container-sub-04 .swiper-slide .prizewinner-link {margin-right: 30px; width:100%; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
	.sub-04 .sub-04-contents .swiper-container-sub-04 .swiper-slide .prizewinner-date {text-align: center;}
	.sub-04 .sub-04-contents .swiper-pagination-sub-04 {display: none;}
}

@media all and (max-width: 768px) {
/* 	.sub_head_wrap {border-bottom: 1px solid #6e6e6e;} */
/* 	.content-full {border-bottom: 1px solid #6e6e6e;} */
/* 	.main_movie {border-bottom: 1px solid #6e6e6e;} */
/* 	.wrap_notice_m {border-bottom: 1px solid #6e6e6e;} */
/* 	.wrap_m_link {border-bottom: 1px solid #6e6e6e;} */
	
	
	/* sub-01 */
/* 	.sub-01 .content .left {border-bottom: 1px solid #6e6e6e;} */
/* 	.sub-01 .content .right {border-bottom: 1px solid #6e6e6e;} */
/* 	.sub-01 .content .left .swiper-container-sub-01 .swiper-pagination-sub-01 .swiper-pagination-bullet {background: #FFFFFF;} */
/* 	.sub-01 .content .left .swiper-container-sub-01 .swiper-pagination-sub-01 .swiper-pagination-bullet:hover {background: #B0B0B0;} */
/* 	.sub-01 .content .left .swiper-container-sub-01 .swiper-pagination-sub-01 .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #007aff;} */
		
	
	/* sub-04 */
	.sub-04 {padding:25px; background-color: #ecf6ff; margin-top:30px;}
	.sub-04 .sub-04-contents {position: relative; width: 100%;}
	.sub-04 .sub-04-contents .sub-04-title {display:inline-block; padding: 5px 8px; min-width: 90px; background: #004097; border-radius: 20px; font-size: 16px; color: #FFFFFF; text-align: center;}
	.sub-04 .sub-04-contents .swiper-button-prev {display: none;}
	.sub-04 .sub-04-contents .swiper-button-next {display: none;}
	
	.sub-04 .sub-04-contents .swiper-pagination-sub-04 {display: inline-block; top: 0; height: 0; text-align: right; left: auto; right: 0; }
	
	.sub-04 .sub-04-contents .swiper-container-sub-04 .swiper-slide { display:flex; justify-content: space-between; margin-top: 10px;}
	.sub-04 .sub-04-contents .swiper-container-sub-04 .swiper-slide span {display: inline-block; line-height: 1.5;}
	.sub-04 .sub-04-contents .swiper-container-sub-04 .swiper-slide .prizewinner-link {margin-right: 15px; text-align: left; vertical-align: middle; font-size: 15px;}
	.sub-04 .sub-04-contents .swiper-container-sub-04 .swiper-slide .prizewinner-date {text-align: center; font-size: 14px;}
	.sub-04 .sub-04-contents .swiper-container-sub-04 .swiper-slide .prizewinner-date a {color: var(--fontColor5);}
}



footer {border-top: 1px solid #e6e6e6;}
.footer .footer_logo {top: -25px; position: relative;}
.footer .footer_logo img {width: 114px;}
.footer .footer_info {position: absolute; padding-right: 25px; color:#595959; font-size:16px;}
.footer .footer_sns {position: absolute; top: 75px; right: 40px; }
.footer .footer_sns img {width: 27px;}
.footer .footer_policy {float: right; font-size: 16px;}
.footer .private a {color:#595959; font-size:13px;}

@media all and (min-width: 769px) and (max-width:1280px) {
	.footer .footer_policy {display:none;}
}

@media all and  (max-width:960px) {
	.result-container .warp.sub .content.sub .research_item .research_text .research_tit {font-size: 19px;}
	.result-container .warp.sub .content.sub .research_item .research_text .sns_share .sns_link li a img {width: 80%;}
}

.sub_head_wrap.sub01, .sub_head_wrap.sub02, .sub_head_wrap.sub03, .sub_head_wrap.sub04, .sub_head_wrap.sub05 {display: flex; flex-direction: column; justify-content: center;}
.sub_head_wrap h2 { margin: 0;}

@media all and  (min-width:469px) {
	.sub_head_wrap h2 { margin-top: 0; margin-bottom: 20px;}
}



.result-container .research_item.result {border-top:1px #eaebf1 solid; border-left:1px #eaebf1 solid; border-right:1px #eaebf1 solid;}

/* 슬라이더 페이지 공통 */
.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 4px;}
.swiper-pagination .swiper-pagination-bullet { width: 10px; height: 10px; background: #CCCCCC; opacity: 1; }
.swiper-pagination .swiper-pagination-bullet-active { background: #595959; }













/* 결과화면 폰트 */
.result-container .warp .reply { margin: 0 auto; padding: 40px 20px; width: 1130px; }
.result-container .warp .content .research_item {font-size: 0;}
.result-container .warp .content .research_item .research_text .research_tit {font-size: 20px;}
.result-container .warp .content .research_item .research_text .result_date {font-size: 14px;}
.result-container .warp .content .research_item .wrap_location_info {font-size: 15px;}
.result-container .warp .content .research_item .result_personnel {font-size: 15px;}
.result-container .warp .content .qestn article {font-size: 0;}
.result-container .warp .content .qestn article .qestn_text {padding: 15px; width: 100%; box-sizing: border-box; display: inline-block; background: var(--background2); font-size: 16px;}
.result-container .warp .content .qestn article .qestn_text .qestn_title {display: flex; margin: 5px; float: left; line-height: 24px;}
.result-container .warp .content .qestn article .qestn_text .qestn_title .onvy_q {flex: none;}
.result-container .warp .content .qestn article .qestn_text .qestn_title .qestnTextPre {margin:0; padding: 0; white-space: normal; font-family:'Pretendard', 'Apple SD Gothic Neo', sans-serif; font-size: 16px; font-weight: bold;}
.result-container .warp .content .qestn article .qestn_text .btns-container {float: right; margin:5px;}
.result-container .warp .content .qestn article .qestn_text .btns-container ul li {line-height: 24px;}
.result-container .warp .content .qestn article .qestn_text .btns-container ul li a {font-size: 16px;}

.result-container .warp .content .qestn article .qestnMedia .mainImg{padding: 10px 20px 30px 20px; background: var(--background2);}
.result-container .warp .content .qestn article .holder {padding: 15px 20px; font-size: 16px;}
.result-container .warp .content .qestn article .holder dl {display: initial;}

.result-container .warp .content .qestn .rslt_cont_bttm {padding-top: 50px;}

@media all and (max-width:1280px) { 
	.result-container .warp .reply { padding: 40px 0px; width: auto;}
	
	
}

@media all and (max-width:768px) { 
	.result-container .warp .reply { padding: 40px 20px;}
	
	
}






/* 2023 개편*/
.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_left { font-size: 0; }
.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .personnel { position: absolute; top: 0px; right: 0px; text-align: center; line-height: 1; }
.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .personnel .i_check { background-position: center; }
.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .onvy-description { text-align: left; color: var(--fontColor);}
.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .onvy-description .onvy-description-item .onvy-description-item-title { text-align: justify; line-height: 6px; font-weight: 700; word-break: keep-all; vertical-align: baseline;}
.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .onvy-description .onvy-description-item .onvy-description-item-title:after { content: ""; display: inline-block; width: 100%; }
.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .onvy-description .onvy-description-item .onvy-description-item-content { padding-left: 8px; font-weight: 400; vertical-align: baseline; }



.content-full .content-header { margin-top: 10px; }
.content-full .content-header .title { font-weight: bold; color: var(--fontColor); }
.content-full .more_card_news { border: 1px solid #33454F; padding: 3px 8px; font-size: 16px; border-radius: 20px; }
.content-full .more_card_news::before { content: "카드뉴스＋"; line-height: 16px; }
.content-full .more_infographic { border: 1px solid #33454F; padding: 3px 8px; font-size: 16px; border-radius: 20px; }
.content-full .more_infographic::before { content: "인포그래픽＋"; line-height: 16px; }
.content-full .more_info_card { border: 1px solid #33454F; padding: 3px 8px; font-size: 16px; border-radius: 20px; }
.content-full .more_info_card::before { content: "더보기＋"; line-height: 16px; }

.content-full .con_section .contents {}
.content-full .con_section .contents .card-container { display: flex; flex-wrap: wrap; justify-content: space-between; }
.content-full .con_section .contents .card-container .card-list { float: left; width: calc(33% - 15px); cursor: pointer; }
.content-full .con_section .contents .card-container .card-list .thumbnail-wrapper { overflow: hidden; height: 0; padding-bottom: 60%; }
.content-full .con_section .contents .card-container .card-list .thumbnail-wrapper .card-thumbnail {width: 100%;}
.content-full .con_section .contents .card-container .card-list .card-info {margin-bottom: 25px;}
.content-full .con_section .contents .card-container .card-list .card-info .card-title {display: block; margin: 10px 0 5px 0; text-align: left; font-size: 18px; color: #333333;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.content-full .con_section .contents .card-container .card-list .card-info .card-date {display: block; margin: 3px 0; text-align: left; font-size: 16px; color: #737272;}

.sub_head_wrap.main .sub_head .swiper-container-main .swiper-wrapper .swiper-slide .main_slider .main_slider_contents .main_slider_left { margin: auto 0;}
.sub_head_wrap.main .sub_head .swiper-container-main .swiper-wrapper .swiper-slide .main_slider .main_slider_contents .main_slider_right { min-height: 300px; width: 90%; }


.sub-04 {padding:20px; background-color: var(--background5);}


/* 2023 개편 반응형 */
/* PC (해상도 1280px)*/
@media all and (min-width:1280px) {
	.login_area a { border-radius: 30px; padding: 4px 12px; color: #ffffff; font-size: 18px; }
	.login_area a:nth-child(1) { margin-right: 5px; background: #004097; }
	.login_area a:nth-child(2) { margin-right: 5px; background: #02983b; }

	.main_wrap.sub-01 .right .main_onvy_end .main_onvy_end_contents .onvy_end_tit {position: absolute; display: inline-block; padding-left: 10px; width: calc(100% - 138px); white-space: nowrap;}
	.main_wrap.sub-01 .right .main_onvy_end .main_onvy_end_contents .onvy_end_tit .onvy-end-title { display: block; margin: 0; font-size: 18px; line-height: 48px; text-overflow: ellipsis; overflow: hidden; }
	.main_wrap.sub-01 .right .main_onvy_end .main_onvy_end_contents .onvy_end_tit .onvy-end-period { display: block; margin: 0; font-size: 16px; color: #757373; }


	.sub_head_wrap.main { padding: 40px 0; }
	.sub_head_wrap.main .sub_head { min-width: 768px; max-width:1130px; width:100%; position:relative; margin:0 auto; text-align:center;}
	.sub_head_wrap.main .sub_head .swiper-button-prev { left: -60px; outline: none; }
	.sub_head_wrap.main .sub_head .swiper-button-next { right: -60px; outline: none; }
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit {font-size:28px;font-weight:bold; color:#133CA4; height:auto;margin-top:0; word-break: keep-all; text-align: left;}
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .onvy_tit { margin-top: 10px; line-height: 34px; color: var(--fontColor);}
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .location.c_onvy {position: relative; padding-top: 35px; font-size:18px;font-weight:400; text-align: left; color: #3B3A3A; width: 100%; display: inline-block; }
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .personnel { line-height: 16px; }
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .personnel .i_check {width:35px;height:35px;background:url("/assets/images/ico/ico_square_check.png");background-size:100%; background-repeat: no-repeat; background-position-x: center; display:inline-block;}
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .personnel .compt-count { display: block; font-size: 16px; }

	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .period_container { display: flex; margin-top: 10px; border:0 ;}
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .period_container .period_wrapper { flex: 6; padding: 10px 15px; border: 1px solid #133CA4; border-right: 0; border-top-left-radius: 10px; border-bottom-left-radius: 10px;}
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .period_container .period_wrapper .period {font-size: 20px; color:#133CA4; line-height: 1; text-align: center;}
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .period_container .remaining-period-wrapper { flex: 4; padding: 10px; background-color: #5A7FCE; border: 0; border-top-right-radius: 10px; border-bottom-right-radius: 10px; }
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .period_container .remaining-period-wrapper .residual_date {font-size: 20px;color: #FFFFFF; text-align: center; border: 0; line-height: 1;}



	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .onvy-description { margin-top: 20px; }
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .onvy-description .onvy-description-item { font-size: 20px; }
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .main_slider_btn div { font-size: 20px; background: #233563; border-radius: 20px; padding: 7px 14px; color: #FFFFFF; cursor: pointer; white-space: nowrap;}


	.wrap_notice .content #tab-1 ul li:nth-child(1) {border-top: 1px solid #eaebf2;}
}

/* 테블릿 가로, 테블릿 세로 (해상도 1024px ~ 1279)*/
@media all and (min-width:1024px) and (max-width:1279px) {
	.login_area a { border-radius: 30px; padding: 3px 11px; color: #ffffff; font-size: 17px; }
	.login_area a:nth-child(1) { margin-right: 5px; background: #004097; }
	.login_area a:nth-child(2) { margin-right: 5px; background: #02983b; }

	.main_wrap.sub-01 .right .main_onvy_end .main_onvy_end_contents .onvy_end_tit {position: absolute; display: inline-block; padding-left: 10px; width: calc(100% - 138px); white-space: nowrap;}
	.main_wrap.sub-01 .right .main_onvy_end .main_onvy_end_contents .onvy_end_tit .onvy-end-title { display: block; margin: 0; font-size: 18px; line-height: 48px; text-overflow: ellipsis; overflow: hidden; }
	.main_wrap.sub-01 .right .main_onvy_end .main_onvy_end_contents .onvy_end_tit .onvy-end-period { display: block; margin: 0; font-size: 16px; color: #757373; }


	.sub_head_wrap.main { padding: 30px 25px; }
	.sub_head_wrap.main .sub_head .swiper-button-prev { display: none; }
	.sub_head_wrap.main .sub_head .swiper-button-next { display: none; }
	.sub_head_wrap.main .sub_head { min-width: 768px; max-width:1130px; width:100%; position:relative; margin:0 auto; text-align:center;}
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit {font-size:26px;font-weight:bold; color:#333333; height:auto;margin-top:0; word-break: keep-all; text-align: left;}
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .onvy_tit { margin-top: 7px; line-height: 32px; }
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .location.c_onvy {position: relative; padding-top: 25px; font-size:16px;font-weight:400; text-align: left; color: #3B3A3A; width: 100%; display: inline-block; }
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .personnel { line-height: 12px; }
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .personnel .i_check {width:35px;height:35px;background:url("/assets/images/ico/ico_square_check.png");background-size:90%; background-repeat: no-repeat; background-position-x: center; display:inline-block;}
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .personnel .compt-count { display: block; font-size: 14px; }

	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .period_container { display: flex; margin-top: 10px; border:0 ;}
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .period_container .period_wrapper { flex: 7; padding: 10px 15px; border: 1px solid #133CA4; border-right: 0; border-top-left-radius: 10px; border-bottom-left-radius: 10px;}
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .period_container .period_wrapper .period {font-size: 18px; color:#133CA4; line-height: 1; text-align: center;}
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .period_container .remaining-period-wrapper { flex: 3; padding: 10px; background-color: #5A7FCE; border: 0; border-top-right-radius: 10px; border-bottom-right-radius: 10px;}
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .period_container .remaining-period-wrapper .residual_date {font-size: 18px;color: #FFFFFF; text-align: center; border: 0; line-height: 1;}

	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .onvy-description { margin-top: 18px; }
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .onvy-description .onvy-description-item { font-size: 18px; }
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .main_slider_btn div { font-size: 17px; background: #233563; border-radius: 20px; padding: 6px 13px; color: #FFFFFF; cursor: pointer; white-space: nowrap;}
}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023)*/
@media all and (min-width:768px) and (max-width:1023px) {
	.login_area a { border-radius: 30px; padding: 2px 10px; color: #ffffff; font-size: 16px; }
	.login_area a:nth-child(1) { margin-right: 5px; background: #004097; }
	.login_area a:nth-child(2) { margin-right: 5px; background: #02983b; }

	.main_wrap.sub-01 .right .main_onvy_end .main_onvy_end_contents .onvy_end_tit {position: absolute; display: inline-block; padding-left: 10px; width: calc(100% - 138px); white-space: nowrap;}
	.main_wrap.sub-01 .right .main_onvy_end .main_onvy_end_contents .onvy_end_tit .onvy-end-title { display: block; margin: 0; font-size: 18px; line-height: 48px; text-overflow: ellipsis; overflow: hidden; }
	.main_wrap.sub-01 .right .main_onvy_end .main_onvy_end_contents .onvy_end_tit .onvy-end-period { display: block; margin: 0; font-size: 16px; color: #757373; }


	.sub_head_wrap.main { padding: 20px 25px; }
	.sub_head_wrap.main .sub_head { max-width:1130px; width:100%; position:relative; margin:0 auto; text-align:center;}
	.sub_head_wrap.main .sub_head .swiper-button-prev { display: none; }
	.sub_head_wrap.main .sub_head .swiper-button-next { display: none; }
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .swiper-slide .main_slider_contents { min-height: 260px; }
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit {font-size:24px;font-weight:bold; color:#333333; height:auto;margin-top:0; word-break: keep-all; text-align: left;}
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .onvy_tit { margin-top: 5px; line-height: 30px; }
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .location.c_onvy {position: relative;padding-top: 20px; font-size:14px;font-weight:400; text-align: left; color: #3B3A3A; width: 100%; display: inline-block; }
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .personnel { line-height: 10px;}
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .personnel .i_check {width:30px;height:30px;background:url("/assets/images/ico/ico_square_check.png");background-size:80%; background-repeat: no-repeat; background-position-x: center; display:inline-block;}
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .personnel .compt-count { display: block; font-size: 12px; }

	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .period_container { display: flex; margin-top: 10px; border:0 ;}
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .period_container .period_wrapper { flex: 7; padding: 10px 15px; border: 1px solid #133CA4; border-right: 0; border-top-left-radius: 10px; border-bottom-left-radius: 10px; white-space: nowrap;}
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .period_container .period_wrapper .period {font-size: 16px; color:#133CA4; line-height: 1; text-align: center;}
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .period_container .remaining-period-wrapper { flex: 3; padding: 10px; background-color: #5A7FCE; border: 0; border-top-right-radius: 10px; border-bottom-right-radius: 10px; white-space: nowrap;}
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .item_tit .period_container .remaining-period-wrapper .residual_date {font-size: 16px;color: #FFFFFF; text-align: center; border: 0; line-height: 1;}

	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .onvy-description { margin-top: 16px; }
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .onvy-description .onvy-description-item { font-size: 16px; }
	.sub_head_wrap.main .sub_head .swiper-container .swiper-wrapper .main_slider_right .main_slider_btn div { font-size: 16px; background: #233563; border-radius: 20px; padding: 5px 12px; color: #FFFFFF; cursor: pointer; white-space: nowrap;}
}



/* 2024 */

.header-vote #sj_box { display: flex; padding: 10px; justify-content: space-between; }
.header-vote #sj_box #sj { line-height: 34px; }
.header-vote #location_box { min-width: 140px; height: 30px; border: 0;}
.header-vote #location_box .location-wrapper {/*border: solid 1px #eaebf1;*/ padding: 3px 6px;}
.header-vote #location_box .location-wrapper .location-marker {margin-right: 5px; height: 25px;}
.header-vote #location_box .location-wrapper .location-text { float: right; line-height: 25px; }
.wrap_board_sns img {width: 30px;}

@media all and (min-width:768px) {
	.nav { padding: 40px 3% 0; }
}

/* 첨부파일 버튼 */
a.button{ display:inline-block;height:21px;margin-left:5px;padding-left:12px; background: #f0f0f0; border: 1px solid #A5A5A5; border-radius: 3px;color:#606060; cursor: pointer;}
a.button span{display:inline-block;height:21px;margin-right:-1px;padding-right:12px;line-height:22px}
a.view,a.edit,a.del{display:inline-block;height:18px;padding:0 10px;border:1px solid #d3d1d1;background-color:white;border-radius:2px;text-align:center;line-height:18px;font-size:14px;}
a.view{color:black}
a.edit{color:#9c9c9c}
a.del{color:black}
.ml05{margin-left:5px !important}
