@charset "utf-8";
@import "reset.css";

/* common style */
html.fixed {
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
}

label.rdo {
	display: inline-block;
	position: relative;
	padding: 0 0 0 24px;
}

label.rdo input {
	position: absolute;
	top: 5px;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	cursor: pointer;
}

label.rdo span {
	line-height: 20px;
}

label.rdo span.lh30 {
	line-height: 30px;
}

label.rdo span:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	margin: -8px 0 0;
	background: url(../../images/util/rdo.png) 0 0 no-repeat;
}

label.rdo input:checked+span:before {
	background-position: 0 -16px;
}

label.rdo2 {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
}

label.rdo2 input {
	position: absolute;
	top: 5px;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	cursor: pointer;
}

label.rdo2 span:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background: url(../../images/util/rdo.png) 0 0 no-repeat;
}

label.rdo2 input:checked+span:before {
	background-position: 0 -16px;
}

label.chk {
	display: inline-block;
	position: relative;
	padding: 0 0 0 24px;
}

label.chk input {
	position: absolute;
	top: 5px;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	cursor: pointer;
}

label.chk span {
	display: block;
}

label.chk span.lh30 {
	display: block;
	line-height: 30px;
}

label.chk span:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	margin: -8px 0 0;
	background: url(../../images/util/chk2.gif) 0 0 no-repeat;
}

label.chk input:checked+span:before {
	background-position: 0 -16px;
}

label.chk2 {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
}

label.chk2 input {
	position: absolute;
	top: 5px;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	cursor: pointer;
}

label.chk2 span {
	display: block;
	font-size: 0;
	line-height: 0px;
}

label.chk2 span:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background: url(../../images/util/chk2.gif) 0 0 no-repeat;
}

label.chk2 input:checked+span:before {
	background-position: 0 -16px;
}

label.chk_n {
	display: inline-block;
	position: relative;
	padding: 0 0 0 24px;
}

label.chk_n input {
	position: absolute;
	top: 5px;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	cursor: pointer;
}

label.chk_n span {
	display: block;
}

label.chk_n span:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	margin: -8px 0 0;
	background: #cdcdcd;
}

.c_red {
	color: #ea0b0b !important;
}

.fw_700 {
	font-weight: 700 !important;
}

.btn_wrap {
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.btn_wrap.line {
	padding: 30px 0 0;
	margin: 80px 0 0;
	border-top: 1px solid #585b69;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.btn_wrap a {
	float: left;
	margin: 0 0 0 10px;
}

.btn_wrap a:first-child {
	margin: 0;
}

.btn_wrap input {
	float: left;
	margin: 0 0 0 10px;
}

.btn_wrap input:first-child {
	margin: 0;
}

.btn_wrap button {
	float: left;
	margin: 0 0 0 10px;
}

.btn_wrap button:first-child {
	margin: 0;
}

.btn30 {
	display: inline-block;
	box-sizing: border-box;
	height: 30px;
	border: none;
	border-radius: 0;
	font-weight: 700;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}

.btn30.gray {
	border: 1px solid #585b69;
	background: #585b69;
	color: #ffffff;
}

.btn30.gray2 {
	border: 1px solid #898a90;
	background: #898a90;
	color: #ffffff;
}

.btn30.gray3 {
	border: 1px solid #4f4e53;
	background: #4f4e53;
	color: #ffffff;
}

.btn30.green {
	border: 1px solid #6a8f35;
	background: #6a8f35;
	color: #ffffff;
}

.btn30.green2 {
	border: 1px solid #009cae;
	background: #009cae;
	color: #ffffff;
}

.btn30.blue {
	border: 1px solid #4173d1;
	background: #4173d1;
	color: #ffffff;
}

.btn30.blue2 {
	border: 1px solid #28448c;
	background: #28448c;
	color: #ffffff;
}

.btn30.blue3 {
	border: 1px solid #2b89f2;
	background: #2b89f2;
	color: #ffffff;
}

.btn36 {
	display: inline-block;
	box-sizing: border-box;
	height: 36px;
	border: none;
	border-radius: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}

.btn36.gray {
	border: 1px solid #585b69;
	background: #585b69;
	color: #ffffff;
}

.btn36.gray2 {
	border: 1px solid #898a90;
	background: #898a90;
	color: #ffffff;
}

.btn36.gray3 {
	border: 1px solid #4f4e53;
	background: #4f4e53;
	color: #ffffff;
}

.btn36.green {
	border: 1px solid #6a8f35;
	background: #6a8f35;
	color: #ffffff;
}

.btn36.blue {
	border: 1px solid #4173d1;
	background: #4173d1;
	color: #ffffff;
}

.btn36.blue2 {
	border: 1px solid #28448c;
	background: #28448c;
	color: #ffffff;
}

.btn36.blue3 {
	border: 1px solid #2b89f2;
	background: #2b89f2;
	color: #ffffff;
}

.btn36.bd1 {
	border: 2px solid #2b89f2;
	background: rgba(255, 255, 255, 0);
	color: #2b89f2;
}

/* Transparent 버튼1 */
.btn36.bd2 {
	border: 2px solid #606371;
	background: rgba(255, 255, 255, 0);
	color: #606371;
}

/* Transparent 버튼1 */

.btn40 {
	display: inline-block;
	box-sizing: border-box;
	height: 40px;
	border: none;
	border-radius: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}

.btn40.gray {
	border: 1px solid #585b69;
	background: #585b69;
	color: #ffffff;
}

.btn40.gray2 {
	border: 1px solid #898a90;
	background: #898a90;
	color: #ffffff;
}

.btn40.gray3 {
	border: 1px solid #4f4e53;
	background: #4f4e53;
	color: #ffffff;
}

.btn40.green {
	border: 1px solid #6a8f35;
	background: #6a8f35;
	color: #ffffff;
}

.btn40.green2 {
	border: 1px solid #009cae;
	background: #009cae;
	color: #ffffff;
}

.btn40.blue {
	border: 1px solid #4173d1;
	background: #4173d1;
	color: #ffffff;
}

.btn40.blue2 {
	border: 1px solid #28448c;
	background: #28448c;
	color: #ffffff;
}

.btn40.blue3 {
	border: 1px solid #2b89f2;
	background: #2b89f2;
	color: #ffffff;
}

.btn50 {
	display: inline-block;
	box-sizing: border-box;
	height: 50px;
	border: none;
	border-radius: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}

.btn50.gray {
	border: 1px solid #4f4f53;
	background: #4f4f53;
	color: #ffffff;
}

.btn50.gray3 {
	border: 1px solid #4f4e53;
	background: #4f4e53;
	color: #ffffff;
}

.btn50.green {
	border: 1px solid #6a8f35;
	background: #6a8f35;
	color: #ffffff;
}

.btn50.green2 {
	border: 1px solid #27a598;
	background: #27a598;
	color: #ffffff;
}

.btn50.blue {
	border: 1px solid #4173d1;
	background: #4173d1;
	color: #ffffff;
}

.btn50.blue2 {
	border: 1px solid #28448c;
	background: #28448c;
	color: #ffffff;
}

.btn50.blue3 {
	border: 1px solid #2b89f2;
	background: #2b89f2;
	color: #ffffff;
}

.btn70 {
	display: inline-block;
	box-sizing: border-box;
	height: 70px;
	border: none;
	border-radius: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 68px;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}

.btn70.gray {
	border: 1px solid #4f4f53;
	background: #4f4f53;
	color: #ffffff;
}

.btn70.gray3 {
	border: 1px solid #4f4e53;
	background: #4f4e53;
	color: #ffffff;
}

.btn70.green {
	border: 1px solid #6a8f35;
	background: #6a8f35;
	color: #ffffff;
}

.btn70.green2 {
	border: 1px solid #27a598;
	background: #27a598;
	color: #ffffff;
}

.btn70.blue {
	border: 1px solid #4173d1;
	background: #4173d1;
	color: #ffffff;
}

.btn70.blue2 {
	border: 1px solid #28448c;
	background: #28448c;
	color: #ffffff;
}

.btn70.blue3 {
	border: 1px solid #2b89f2;
	background: #2b89f2;
	color: #ffffff;
}

a.mail {
	color: #3672d2;
	text-decoration: underline;
}

a.srch_ic {
	display: inline-block;
	width: 16px;
	height: 30px;
	margin: 0 0 0 10px;
	background: url(../../images/common/bt_srch.png) center center no-repeat;
	background-size: 16px;
	text-indent: -9999em;
}

/* layer popup */
.layer_outer {
	display: table;
	table-layout: fixed;
	position: fixed;
	top: -100%;
	right: -100%;
	bottom: -100%;
	left: -100%;
	width: 300%;
	height: 300%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 100;
	opacity: 0;
}

.layer_inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.layer_boxed {
	display: inline-block;
	position: relative;
	text-align: left;
	background: #ffffff;
}

/* load motion */
.n-motion {
	opacity: 0;
	transition-property: all;
	transition-duration: 0.6s;
}

.n-delay1 {
	transition-delay: 0.1s;
}

.n-delay2 {
	transition-delay: 0.2s;
}

.n-delay3 {
	transition-delay: 0.3s;
}

.n-delay4 {
	transition-delay: 0.4s;
}

.n-delay5 {
	transition-delay: 0.5s;
}

.n-delay6 {
	transition-delay: 0.6s;
}

.n-delay7 {
	transition-delay: 0.7s;
}

.n-delay8 {
	transition-delay: 0.8s;
}

.n-delay9 {
	transition-delay: 0.9s;
}

.n-motion.n-left {
	transform: translateX(-50px);
}

.n-motion.n-right {
	transform: translateX(50px);
}

.n-motion.n-top {
	transform: translateY(-50px);
}

.n-motion.n-bottom {
	transform: translateY(50px);
}

.n-motion.n-spin {
	transform: rotate(180deg);
}

.n-motion.n-active {
	opacity: 1;
}

.n-motion.n-left.n-active {
	transform: translateX(0);
}

.n-motion.n-right.n-active {
	transform: translateX(0);
}

.n-motion.n-top.n-active {
	transform: translateY(0);
}

.n-motion.n-bottom.n-active {
	transform: translateY(0);
}

.n-motion.n-spin.n-active {
	transform: rotate(0deg);
}

/* lazy load */
.lazy-hidden {
	opacity: 0;
}

.lazy-loaded {
	transition: all 0.3s;
	opacity: 1;
}

/* Layer Popup */
.layer-back {
	position: fixed;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	z-index: 999;
	background: rgba(0, 0, 0, 0.6);
}

.layer-back.bg-none {
	background: none;
}

.layer-wrap {
	position: absolute;
	z-index: 999;
	transform: translateY(30px);
	opacity: 0;
	transition: all .5s;
}

.layer-wrap.open {
	transform: translateY(0);
	opacity: 1;
}

.layer_popup {
	position: relative;
	z-index: 1000;
	background: #ffffff;
}

.layer_popup .layer_head {
	position: relative;
	padding: 0 0 0 30px;
	background: #425fbe;
}

.layer_popup .layer_head .layer_title {
	font-weight: 700;
	font-size: 18px;
	line-height: 50px;
	color: #ffffff;
}

.layer_popup .layer_head .layer_close {
	display: block;
	position: absolute;
	top: 6px;
	right: 15px;
	width: 35px;
	height: 35px;
	background: url(../../images/common/layer_close.png) center center no-repeat;
	text-indent: -9999em;
}

.layer_popup .layer_body {}

.layer_popup .layer_foot {
	padding: 0 30px;
	background: #333333;
	text-align: right;
}

.layer_popup .layer_foot .today_close {
	display: inline-block;
	position: relative;
	padding: 0 29px 0 0;
}

.layer_popup .layer_foot .today_close input {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.layer_popup .layer_foot .today_close span {
	font-size: 14px;
	line-height: 33px;
	color: #b8b8b8;
}

.layer_popup .layer_foot .today_close span:after {
	display: block;
	content: '';
	position: absolute;
	top: 7px;
	right: 0;
	width: 19px;
	height: 19px;
	background: url(../../images/common/chk3.gif) 0 0 no-repeat;
}

.layer_popup .layer_foot .today_close input:checked+span:after {
	background-position-y: -19px;
}

.layer_layout {
	padding: 24px 30px;
}

.fz_14 {
	font-size: 14px;
	line-height: 24px;
}

.fz_15 {
	font-size: 15px;
	line-height: 30px;
}

.ti_15 {
	padding: 0 0 0 15px;
	text-indent: -15px;
}

.fw_700 {
	font-weight: 700;
}

.schedule_info {}

.schedule_info .hgroup {
	margin: 0 0 15px;
}

.schedule_info .hgroup .tit {
	padding: 0 0 0 32px;
	background: url(../../images/common/schedule_info_bul.gif) 0 4px no-repeat;
	font-weight: 700;
	font-size: 17px;
	line-height: 27px;
	color: #0063bf;
}

.schedule_info .info {
	padding: 20px 0;
	border: solid #cbcbcb;
	border-width: 1px 0;
}

.schedule_info .info li {
	position: relative;
	margin: 10px 0 0;
	padding: 0 0 0 46px;
	font-size: 15px;
	line-height: 25px;
	color: #333333;
}

.schedule_info .info li:first-child {
	margin: 0;
}

.schedule_info .info li em {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	background: #c1d7f4;
	font-weight: 700;
	font-size: 15px;
	line-height: 25px;
	color: #262262;
	text-align: center;
}

.schedule_info .info li strong {
	font-weight: 700;
}

.schedule_info .info li .link {
	text-decoration: underline;
	color: #3a56ff;
}

/* window popup */

.wp_wrap {
	margin: 5px;
	border: 2px solid #d8d8d8;
	box-sizing: border-box;
}

.wp_wrap .wp_inner .wp_cont .wp_head {
	position: relative;
	margin: 0 0 30px;
	border-bottom: 1px solid #333333;
}

.wp_wrap .wp_inner .wp_cont .wp_head .tit {
	font-weight: 700;
	font-size: 22px;
	line-height: 58px;
	color: #333333;
}

.wp_wrap .wp_inner .wp_cont .wp_head .wp_close {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -7px 0 0;
	width: 13px;
	height: 14px;
	background: url(../../images/common/layer_popup_close.png) center center no-repeat;
}

.wp_wrap .wp_inner .wp_footer {
	width: 100%;
	background: #ebebeb;
	text-align: center;
}

.wp_wrap .wp_inner .wp_footer .copy {
	font-size: 13px;
	line-height: 33px;
	color: #555555;
}

.wp_wrap .window_popup .wp_inner .wp_cont {
	padding: 15px 30px 158px;
}

.wp_wrap .window_popup .wp_inner .wp_cont .wp_body .subtit {
	margin: 0 0 8px;
}

.wp_wrap .window_popup .wp_inner .wp_cont .wp_body .subtit h2 {
	position: relative;
	padding: 0 0 0 22px;
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	color: #333333;
	text-align: left;
}

.wp_wrap .window_popup .wp_inner .wp_cont .wp_body .subtit h2:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 2px;
	width: 10px;
	height: 3px;
	margin: -1px 0 0;
	background: #333333;
}

.add_agency_pop .wp_inner .wp_cont {
	padding: 15px 30px 94px;
}

.add_agency_pop .wp_inner .wp_cont .wp_body {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}

.add_agency_pop .wp_inner .wp_cont .wp_body .search_box {
	overflow: hidden;
	width: 100%;
	padding: 20px;
	background: #f5f7fa;
	box-sizing: border-box;
}

.add_agency_pop .wp_inner .wp_cont .wp_body .search_box .boxed {
	font-weight: 700;
	font-size: 15px;
	color: #333333;
	line-height: 40px;
}

.add_agency_pop .wp_inner .wp_cont .wp_body .search_box input[type=text] {
	height: 40px;
	line-height: 38px;
}

.add_agency_pop .wp_inner .wp_cont .wp_body .search_box>* {
	float: left;
	margin: 0 0 0 10px;
}

.add_agency_pop .wp_inner .wp_cont .wp_body .search_box>*:first-child {
	margin: 0;
}

.pw_discord_err .wp_inner .wp_cont {
	padding: 15px 30px 62px;
}

.pw_discord_err .wp_inner .wp_cont .wp_body {
	overflow: hidden;
	margin: 58px 0 0;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.pw_discord_err .wp_inner .wp_cont .wp_body .boxed {
	display: inline-block;
}

.pw_discord_err .wp_inner .wp_cont .wp_body .boxed .txt {
	font-size: 15px;
	line-height: 25px;
	color: #333333;
}

.pw_discord_err .wp_inner .wp_cont .wp_body .search_box {
	overflow: hidden;
	padding: 20px;
	margin: 0 0 50px;
	background: #f5f7fa;
}

.pw_discord_err .wp_inner .wp_cont .wp_body .search_box .boxed {
	font-weight: 700;
	font-size: 15px;
	line-height: 40px;
	color: #333333;
}

.pw_discord_err .wp_inner .wp_cont .wp_body .search_box>* {
	float: left;
	margin: 0 0 0 10px;
}

.pw_discord_err .wp_inner .wp_cont .wp_body .search_box>*:first-child {
	margin: 0;
}

.comment_write_pop .wp_inner .wp_cont {
	padding: 15px 30px 50px;
}

.comment_write_pop .wp_inner .wp_cont .wp_body {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}

.agency_inquiry_pop .wp_inner .wp_cont {
	padding: 15px 30px 94px;
}

.agency_inquiry_pop .wp_inner .wp_cont .wp_body {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}

.agency_inquiry_pop .wp_inner .wp_cont .wp_body .search_box {
	overflow: hidden;
}

.agency_inquiry_pop .wp_inner .wp_cont .wp_body .search_box select {
	height: 40px;
}

.agency_inquiry_pop .wp_inner .wp_cont .wp_body .search_box input[type=text] {
	height: 40px;
}

.agency_inquiry_pop .wp_inner .wp_cont .wp_body .search_box>* {
	float: left;
	margin: 0 0 0 5px;
}

.agency_inquiry_pop .wp_inner .wp_cont .wp_body .search_box>*:first-child {
	margin: 0;
}

.slt_represent .wp_inner .wp_cont {
	padding: 15px 30px 95px;
}

.slt_represent .wp_inner .wp_cont .wp_body {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}

.slt_represent .wp_inner .wp_cont .wp_body .search_box {
	overflow: hidden;
	margin: 0 0 87px;
}

.slt_represent .wp_inner .wp_cont .wp_body .search_box select {
	height: 40px;
}

.slt_represent .wp_inner .wp_cont .wp_body .search_box input[type=text] {
	height: 40px;
}

.slt_represent .wp_inner .wp_cont .wp_body .search_box>* {
	float: left;
	margin: 0 0 0 20px;
}

.slt_represent .wp_inner .wp_cont .wp_body .search_box>*:first-child {
	margin: 0;
}

.person_manage .wp_inner .wp_cont {
	padding: 15px 30px 95px;
}

.person_manage .wp_inner .wp_cont .wp_body {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}

.person_manage .wp_inner .wp_cont .wp_body table tr td .boxed {
	margin: 5px 0 0;
}

.person_manage .wp_inner .wp_cont .wp_body table tr td .boxed:first-child {
	margin: 0;
}

.deliberation_register .wp_inner .wp_cont {
	padding: 15px 30px 50px;
}

.deliberation_register .wp_inner .wp_cont .wp_body {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}

.deliberation_register .wp_inner .wp_cont .wp_body .tbl_list tbody tr th {
	padding: 0 0 0 0;
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	font-weight: 700;
	font-size: 13px;
	color: #333333;
	background: #f5f5f5;
	text-align: left;
}

.participant_src_pop .wp_inner .wp_cont {
	padding: 15px 30px 50px;
}

.participant_src_pop .wp_inner .wp_cont .wp_body {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}

.participant_src_pop .wp_inner .wp_cont .wp_body .search_box {
	overflow: hidden;
}

.participant_src_pop .wp_inner .wp_cont .wp_body .search_box>* {
	float: left;
}

.pw_letter_err .wp_inner .wp_cont {
	padding: 58px 0 62px;
}

.pw_letter_err .wp_inner .wp_cont .wp_body {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.pw_letter_err .wp_inner .wp_cont .wp_body .boxed {
	display: inline-block;
}

.pw_letter_err .wp_inner .wp_cont .wp_body .boxed .txt {
	font-size: 15px;
	line-height: 25px;
	color: #333333;
}

.pw_letter_err .wp_inner .wp_cont .wp_body .search_box {
	overflow: hidden;
	padding: 20px;
	margin: 0 0 50px;
	background: #f5f7fa;
}

.pw_letter_err .wp_inner .wp_cont .wp_body .search_box .boxed {
	font-weight: 700;
	font-size: 15px;
	line-height: 40px;
	color: #333333;
}

.pw_letter_err .wp_inner .wp_cont .wp_body .search_box>* {
	float: left;
	margin: 0 0 0 10px;
}

.pw_letter_err .wp_inner .wp_cont .wp_body .search_box>*:first-child {
	margin: 0;
}

.info_agreement .wp_inner .wp_cont {
	padding: 15px 28px 100px;
}

.info_agreement .wp_inner .wp_cont .wp_body {}

.info_agreement .wp_inner .wp_cont .wp_body .txt {
	font-size: 15px;
	line-height: 26px;
	color: #333333;
}

.info_agreement .wp_inner .wp_cont .wp_body .txt.info {
	margin: 0 0 17px;
}

.info_agreement .wp_inner .wp_cont .wp_body .notice {
	font-weight: 700;
	font-size: 15px;
	line-height: 26px;
	color: #333333;
}

.info_agreement .wp_inner .wp_cont .wp_body .chk_box .agree_txt {
	font-weight: 700;
	font-size: 15px;
	line-height: 23px;
	color: #333333;
}

.info_agreement .wp_inner .wp_cont .wp_body .chk_box label.chk2 span:before {
	top: 23%;
}

.info_agreement .wp_inner .wp_cont .wp_body .rdo_wrap {
	overflow: hidden;
	margin: 22px 0 20px;
	width: 100%;
	text-align: right;
}

.info_agreement .wp_inner .wp_cont .wp_body .section1 {
	padding: 0 0 25px;
	margin: 0 0 23px;
	border-bottom: 1px solid #d1d1d1;
}

.info_agreement .wp_inner .wp_cont .wp_body .section2 {
	padding: 0 0 20px;
	margin: 0 0 30px;
	border-bottom: 1px solid #d1d1d1;
}

.info_agreement .wp_inner .wp_cont .wp_body .section2 .boxed {
	padding: 15px 21px;
	background: #f5f5f5;
}

.info_agreement .wp_inner .wp_cont .wp_body .section2 .boxed li {
	position: relative;
	padding: 0 0 0 14px;
	font-size: 13px;
	line-height: 26px;
	color: #333333;
}

.info_agreement .wp_inner .wp_cont .wp_body .section2 .boxed li:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #333333;
}

.info_agreement .wp_inner .wp_cont .wp_body .section2 .boxed li .tit {
	display: inline-block;
	font-weight: 700;
	color: #333333;
}

.alert_pop .wp_inner .wp_cont .wp_head {
	position: relative;
	height: 40px;
	margin: 0;
	border-bottom: none;
	background: #b5b6be;
}

.alert_pop .wp_inner .wp_cont .wp_head .tit {
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
}

.alert_pop .wp_inner .wp_cont .wp_head .wp_close {
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 30px;
	height: 30px;
	margin: -15px 0 0;
	background: url(../../images/common/layer_popup_close.png) center center no-repeat;
}

.alert_pop .wp_inner .wp_cont .wp_body {
	overflow: hidden;
	padding: 12px 0 20px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	background: #f5f7fa;
}

.alert_pop .wp_inner .wp_cont .wp_body .boxed {
	display: inline-block;
}

.alert_pop .wp_inner .wp_cont .wp_body .boxed .txt {
	font-weight: 700;
	font-size: 15px;
	line-height: 25px;
	color: #333333;
}

.alert_pop .wp_inner .wp_cont .wp_body .boxed .txt.alert1 {
	padding: 0 0 0 79px;
	background: url(../../images/util/ico_alert1.png) left center no-repeat;
	line-height: 43px;
}

.alert_pop .wp_inner .wp_cont .wp_body .boxed .txt.alert2 {
	padding: 0 0 0 72px;
	background: url(../../images/util/ico_alert2.png) left center no-repeat;
	line-height: 43px;
}

/* style start */
#wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-width: 1010px;
	padding: 121px 0 0;
}

#header {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 121px;
	transition: all .3s;
}

#header.open {
	height: 430px;
}

#header .hd_inner {
	width: 1010px;
	margin: 0 auto;
}

#header .hd_top {
	position: relative;
	height: 33px;
	margin: 0 -775px;
	padding: 0 775px;
	border-bottom: 1px solid #e4e4e4;
}

#header .hd_top .util {
	position: absolute;
	top: 0;
	right: 775px;
}

#header .hd_top .util li {
	float: left;
	position: relative;
	margin: 0 0 0 1px;
}

#header .hd_top .util li:first-child {
	margin: 0;
}

#header .hd_top .util li:before {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: -1px;
	width: 1px;
	height: 11px;
	background: #cfcfcf;
}

#header .hd_top .util li:first-child:before {
	display: none;
}

#header .hd_top .util li a {
	display: block;
	padding: 0 13px;
	font-size: 12px;
	line-height: 33px;
	color: #343434;
}

#header .hd_top .util li a:hover,
#header .hd_top .util li a:focus {
	color: #0049cd;
}

#header .hd_top .util li a.red {
	color: #ea0b0b;
}


#header .hd_bot {
	position: relative;
	height: 86px;
	margin: 0 -775px;
	padding: 0 775px;
}

#header .hd_bot:before {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	z-index: 1;
	height: 1px;
	background: #e4e4e4;
}

#header .hd_bot:after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	bottom: -3px;
	left: 0;
	z-index: 1;
	height: 2px;
	background: #24347c;
}

/* start 20250515 */
#header .hd_bot .logo {
	position: absolute;
	top: 29px;
	left: 775px;
	z-index: 1;
}

#header .hd_bot .logo a {
	display: block;
	height: 28px;
}

/* end 20250515 */

#header .hd_bot .gnb {
	position: absolute;
	top: 0;
	left: 0;
	width: 2560px;
}

#header .hd_bot .gnb .navi {
	display: inline-block;
	position: relative;
	width: 750px;
	height: 363px;
	padding: 0 776px 0 1034px;
	background: #ffffff;
}

#header .hd_bot .gnb .navi:after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	bottom: -33px;
	left: 0;
	height: 33px;
	background: url(../../images/common/header_shadow.png) 0 0 repeat-x;
}

#header .hd_bot .gnb .navi>li {
	float: left;
	position: relative;
	width: 150px;
}

#header .hd_bot .gnb .navi>li>a {
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 87px;
	color: #333333;
	text-align: center;
}

#header .hd_bot .gnb .navi>li:hover>a,
#header .hd_bot .gnb .navi>li>a:focus {
	color: #0049cd;
}

#header .hd_bot .gnb .navi>li>ul {
	position: absolute;
	top: 87px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 276px;
	padding: 33px 0 0;
}

#header .hd_bot .gnb .navi>li.n1>ul,
#header .hd_bot .gnb .navi>li.n3>ul,
#header .hd_bot .gnb .navi>li.n5>ul {
	background: #f7f8ff;
}

#header .hd_bot .gnb .navi>li>ul>li {}

#header .hd_bot .gnb .navi>li>ul>li>a {
	display: block;
	padding: 7px 0;
	text-align: center;
}

#header .hd_bot .gnb .navi>li>ul>li>a span {
	display: inline-block;
	box-sizing: border-box;
	height: 22px;
	font-weight: 700;
	font-size: 15px;
	line-height: 22px;
	color: #555555;
}

#header .hd_bot .gnb .navi>li>ul>li>a:hover span,
#header .hd_bot .gnb .navi>li>ul>li>a:focus span {
	color: #0049cd;
	border-bottom: 1px solid #0049cd;
}

/* 홍보영상 */
/*#header .hd_bot .gnb .banr {position: absolute; left: 775px; bottom: 0; width: 259px; height: 238px; background: url(../../images/common/gnb_banr_back.gif) 0 bottom no-repeat;}
#header .hd_bot .gnb .banr li {display: none; position: relative; box-sizing: border-box; height: 238px; padding: 0 0 0 0;}
#header .hd_bot .gnb .banr li.on {display: block;}*/
/* #header .hd_bot .gnb .banr li.b1 {background: url(../../images/common/gnb_banr_ico1.png) 144px 149px no-repeat;}
#header .hd_bot .gnb .banr li.b2 {background: url(../../images/common/gnb_banr_ico2.png) 137px 147px no-repeat;}
#header .hd_bot .gnb .banr li.b3 {background: url(../../images/common/gnb_banr_ico3.png) 144px 144px no-repeat;}
#header .hd_bot .gnb .banr li.b4 {background: url(../../images/common/gnb_banr_ico4.png) 147px 143px no-repeat;}
#header .hd_bot .gnb .banr li.b5 {background: url(../../images/common/gnb_banr_ico5.png) 153px 139px no-repeat;}*/
/*#header .hd_bot .gnb .banr li .tit {font-weight: 700; font-size: 30px; color: #293260;}
#header .hd_bot .gnb .banr li .txt {margin: 12px 0 0; font-size: 14px; line-height: 23px; color: #3c4264;}*/


#header .hd_bot .gnb .banr {
	position: absolute;
	left: 775px;
	bottom: 0;
	width: 259px;
	height: 238px;
	background: url(../../images/common/gnb_banr_back.gif) 0 bottom no-repeat;
}

#header .hd_bot .gnb .banr li {
	display: none;
	position: relative;
	box-sizing: border-box;
	height: 238px;
	padding: 32px 0 0;
}

#header .hd_bot .gnb .banr li.on {
	display: block;
}

#header .hd_bot .gnb .banr li.b1 {
	background: url(../../images/common/gnb_banr_ico1.png) 144px 149px no-repeat;
}

#header .hd_bot .gnb .banr li.b2 {
	background: url(../../images/common/gnb_banr_ico2.png) 137px 147px no-repeat;
}

#header .hd_bot .gnb .banr li.b3 {
	background: url(../../images/common/gnb_banr_ico3.png) 144px 144px no-repeat;
}

#header .hd_bot .gnb .banr li.b4 {
	background: url(../../images/common/gnb_banr_ico4.png) 147px 143px no-repeat;
}

#header .hd_bot .gnb .banr li.b5 {
	background: url(../../images/common/gnb_banr_ico5.png) 153px 139px no-repeat;
}

#header .hd_bot .gnb .banr li .tit {
	font-weight: 700;
	font-size: 30px;
	color: #293260;
}

#header .hd_bot .gnb .banr li .txt {
	margin: 12px 0 0;
	font-size: 14px;
	line-height: 23px;
	color: #3c4264;
}


#container {
	position: relative;
	z-index: 2;
	width: 100%;
}

/* start 20250515 */
.main #container {
	background: url(../../images/main/mvisualback.png);
	background-repeat: repeat-x;
}

/* end 20250515 */

#guide {
	width: 1010px;
	margin: 0 auto;
}

#guide:after {
	display: block;
	content: '';
	clear: both;
}

#aside {
	float: left;
	width: 220px;
}

#aside .head {
	box-sizing: border-box;
	height: 232px;
	padding: 138px 0 0;
}

#aside .head.m1 {
	background: url(../../images/common/aside_head_back1.jpg) 0 0 no-repeat;
}

#aside .head.m2 {
	background: url(../../images/common/aside_head_back2.jpg) 0 0 no-repeat;
}

#aside .head.m3 {
	background: url(../../images/common/aside_head_back3.jpg) 0 0 no-repeat;
}

#aside .head.m4 {
	background: url(../../images/common/aside_head_back4.jpg) 0 0 no-repeat;
}

#aside .head.m5 {
	background: url(../../images/common/aside_head_back5.jpg) 0 0 no-repeat;
}

#aside .head .tit {
	font-weight: 700;
	font-size: 28px;
	color: #ffffff;
	text-align: center;
}

#aside .lnb {}

#aside .lnb>ul {}

#aside .lnb>ul>li {
	border-bottom: 1px solid #8995ab;
}

#aside .lnb>ul>li>a {
	display: block;
	position: relative;
	padding: 0 0 0 20px;
	font-weight: 700;
	font-size: 16px;
	line-height: 56px;
	color: #444444;
}

#aside .lnb>ul>li>a:hover,
#aside .lnb>ul>li.on>a {
	color: #0049cd;
}

#aside .lnb>ul>li>a:before {
	display: block;
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	width: 5px;
	height: 30px;
	background: url(../../images/common/lnb_bar.gif) 0 0 no-repeat;
	opacity: 0;
	transition: all .3s;
}

#aside .lnb>ul>li>a:after {
	display: block;
	content: '';
	position: absolute;
	top: 21px;
	right: 9px;
	width: 9px;
	height: 15px;
	background: url(../../images/common/lnb_arr.png) 0 0 no-repeat;
}

#aside .lnb>ul>li>a:hover:after,
#aside .lnb>ul>li.on>a:after {
	background-position-y: -15px;
}

#aside .lnb>ul>li>a:hover:before,
#aside .lnb>ul>li.on>a:before {
	opacity: 1;
}

#aside .lnb>ul>li>ul {
	overflow: hidden;
	height: 0;
	padding: 0 0 0 20px;
	transition: padding .3s;
}

#aside .lnb>ul>li.on>ul {
	height: auto;
	padding: 16px 0 16px 20px;
	border-top: 1px solid #8995ab;
}

#aside .lnb>ul>li>ul>li {}

#aside .lnb>ul>li>ul>li>a {
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #545670;
}

#aside .lnb>ul>li>ul>li>a:before {
	display: inline-block;
	content: '-';
	margin: 0 5px 0 0;
}

#aside .lnb>ul>li>ul>li>a:hover,
#aside .lnb>ul>li>ul>li.on>a {
	font-weight: 700;
	color: #007cdb;
}

#aside .aside_banr {
	margin: 30px 0 0;
}

#aside .aside_banr a {
	display: block;
}

#contents {
	float: right;
	width: 750px;
	padding: 26px 0 150px;
}

#contents .locate {
	overflow: hidden;
	margin: 0 0 30px;
}

#contents .locate .home {
	display: block;
	float: left;
	width: 13px;
	height: 24px;
	background: url(../../images/common/locate_home.png) center center no-repeat;
	text-indent: -9999em;
}

#contents .locate .depth {
	display: block;
	float: left;
	padding: 0 0 0 26px;
	background: url(../../images/common/locate_arr.png) 10px center no-repeat;
	font-size: 13px;
	line-height: 24px;
	color: #494949;
}

#contents .locate .this {
	display: block;
	float: left;
	padding: 0 0 0 26px;
	background: url(../../images/common/locate_arr.png) 10px center no-repeat;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: #3672d2;
}

.h3group {
	overflow: hidden;
	margin: 0 0 28px;
}

.h3group .tit {
	float: left;
	font-weight: 700;
	font-size: 36px;
	color: #2d3036;
}

.h3group .search_area {
	float: right;
	padding: 10px 0 0;
}

.h3group .search_area select {
	float: left;
	width: 130px;
}

.h3group .search_area input {
	float: left;
	width: 255px;
	margin: 0 0 0 5px;
}

.h3group .search_area button {
	float: left;
	width: 60px;
	height: 30px;
	margin: 0 0 0 5px;
	background: #585b69;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
}

.h3group .search_area button.h_4 {
	float: left;
	width: 60px;
	height: 40px;
	margin: 0 0 0 5px;
	background: #585b69;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
}

.h3group.line {
	padding: 0 0 30px;
	border-bottom: 1px solid #e3e3e3;
}

.h3group .search_area a {
	float: left;
	width: 60px;
	height: 30px;
	margin: 0 0 0 5px;
	background: #585b69;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
}

#footer {
	width: 100%;
}

#footer .ft_inner {
	width: 1010px;
	margin: 0 auto;
}

#footer .ft_inner .ft_top {
	overflow: hidden;
	position: relative;
	margin: 0 -775px;
	padding: 0 775px;
}

#footer .ft_inner .ft_top:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	background: #3a3a3a;
}

#footer .ft_inner .ft_top:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	background: #454545;
}

#footer .ft_inner .ft_top .cscenter {
	float: left;
	position: relative;
	z-index: 1;
	width: 570px;
	height: 146px;
	background: #3a3a3a url(../../images/common/ft_top_back.png) 200px bottom no-repeat;
}

#footer .ft_inner .ft_top .cscenter .hgroup {
	float: left;
	width: 350px;
	padding: 44px 0 0;
}

#footer .ft_inner .ft_top .cscenter .hgroup .tit {
	font-weight: 700;
	font-size: 28px;
	line-height: 40px;
	color: #ffffff;
}

#footer .ft_inner .ft_top .cscenter .hgroup .txt {
	font-size: 14px;
	color: #ffffff;
}

#footer .ft_inner .ft_top .cscenter .content {
	float: left;
	width: 200px;
	padding: 4px 0 0;
}

#footer .ft_inner .ft_top .cscenter .content .tel {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #f2f2f2;
}

#footer .ft_inner .ft_top .cscenter .content .fax {
	font-size: 14px;
	line-height: 17px;
	color: #f2f2f2;
}

#footer .ft_inner .ft_top .cscenter .content .info {
	margin: 4px 0 0;
	font-size: 11px;
	line-height: 16px;
	color: #939393;
}

#footer .ft_inner .ft_top .manual {
	float: left;
	position: relative;
	z-index: 1;
	width: 146px;
}

#footer .ft_inner .ft_top .manual a {
	display: block;
	box-sizing: border-box;
	height: 146px;
	padding: 94px 0 0;
	background: #414141 url(../../images/common/ft_manual.gif) center 39px no-repeat;
	font-size: 16px;
	color: #f2f2f2;
	text-align: center;
}

#footer .ft_inner .ft_top .faq {
	float: left;
	position: relative;
	z-index: 1;
	width: 146px;
}

#footer .ft_inner .ft_top .faq a {
	display: block;
	box-sizing: border-box;
	height: 146px;
	padding: 94px 0 0;
	border-right: 1px solid #4e4e4e;
	background: #454545 url(../../images/common/ft_faq.gif) center 40px no-repeat;
	font-size: 16px;
	color: #f2f2f2;
	text-align: center;
}

#footer .ft_inner .ft_top .rcms {
	float: left;
	position: relative;
	z-index: 1;
	width: 146px;
}

#footer .ft_inner .ft_top .rcms a {
	display: block;
	box-sizing: border-box;
	height: 146px;
	padding: 94px 0 0;
	border-right: 1px solid #4e4e4e;
	background: #454545 url(../../images/common/ft_rcms.gif) center 40px no-repeat;
	font-size: 16px;
	color: #f2f2f2;
	text-align: center;
}

#footer .ft_inner .ft_bot {
	position: relative;
	padding: 39px 0 50px;
}

#footer .ft_inner .ft_bot .ft_menu {
	overflow: hidden;
	margin: 0 0 16px;
}

#footer .ft_inner .ft_bot .ft_menu li {
	float: left;
	margin: 0 0 0 30px;
}

#footer .ft_inner .ft_bot .ft_menu li:first-child {
	margin: 0;
}

#footer .ft_inner .ft_bot .ft_menu li a {
	display: block;
	font-weight: 700;
	font-size: 14px;
	color: #292929;
}

#footer .ft_inner .ft_bot .address {
	margin: 0 0 5px;
	font-size: 12px;
	color: #6c6c6c;
}

#footer .ft_inner .ft_bot .copyright {
	font-size: 12px;
	color: #6c6c6c;
}

#footer .ft_inner .ft_bot .ft_logo {
	position: absolute;
	top: 55px;
	right: 0;
}


#layerPopupZone {
	width: 2000px;
	margin: 0 auto;
	position: absolute;
}

#layerPopupZone2 {
	width: 1230px;
	margin: 0 auto;
	position: absolute;
}

/* start 20250604 */
#main {
	width: 1260px;
	margin: 0 auto;
}


/* start 20250521 */
#main .mainvisual {
	display: flex;
	justify-content: center;
}

#main .mainvisual>*,
#main .quick_menu>* {
	font-family: 'Pretendard';
}

#main .mainvisual .slick-wrap .slick-prev {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin: -30px 0 0 -565px;
	width: 60px;
	height: 60px;
	background: url(../../images/main/mainvisual_prev.png) center center no-repeat;
	text-indent: -9999em;
}

#main .mainvisual .slick-wrap .slick-next {
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 1;
	margin: -30px -565px 0 0;
	width: 60px;
	height: 60px;
	background: url(../../images/main/mainvisual_next.png) center center no-repeat;
	text-indent: -9999em;
}

#main .mainvisual .slick-item {
	text-align: center;
}

#main .mainvisual .slick-item a {
	display: block;
}

#main .mainvisual .slick-dots {
	overflow: hidden;
	position: absolute;
	bottom: 33px;
	left: 50%;
	width: 154px;
	margin: 0 0 0 -77px;
	padding: 9px 0 0;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 11px;
	text-align: center;
}

#main .mainvisual .slick-dots li {
	display: inline-block;
	margin: 0 0 0 10px;
}

#main .mainvisual .slick-dots li:first-child {
	margin: 0;
}

#main .mainvisual .slick-dots li button {
	display: block;
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 2px solid #2c2a37;
	border-radius: 6px;
	text-indent: -9999em;
	transition: all .3s;
}

#main .mainvisual .slick-dots li.slick-active button {
	width: 58px;
	border-color: #16adea;
	background: #16adea;
	box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.19);
}

#main .mainvisual .txt_box {
	display: flex;
	flex-direction: column;
	margin-top: 111px;
}

#main .mainvisual .txt_box p {
	line-height: 1;
}


#main .mainvisual .txt_box P:nth-child(1) {
	display: flex;
	flex-direction: column;
	gap: 9px;
	font-size: 30px;
	color: #2155cf;
	font-weight: 600;

	&::before {
		content: '농어촌상생협력기금';
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: fit-content;
		height: 18px;
		background-color: #2155cf;
		border-radius: 8.5px;
		font-size: 9px;
		color: #fff;
		border-radius: 16px;
		font-size: 14px;
		font-weight: 600;
		height: 32px;
		margin-bottom: 25px;
		padding: 0 18px;
		white-space: nowrap;
	}
}

#main .mainvisual .txt_box P:nth-child(2) {
	margin-top: 25px;
	font-size: 60px;
	font-weight: 600;
	color: #000;
}

#main .mainvisual .txt_box P:nth-child(3) {
	margin-top: 18px;
	font-size: 15px;
	font-weight: 500;
	color: #7f7f7f;
}

#main .mainvisual .txt_box+img {
	width: 650px;
	margin-top: 30px;
}


#main .quick_menu {
	display: flex;
	justify-self: center;
	gap: 84px;
	margin: 38px 0 50px;
}

#main .quick_menu .quick_menu_item a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

#main .quick_menu .quick_menu_item .img_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	border-radius: 35px;
	transition: .3s;
}

#main .quick_menu .quick_menu_item a:hover .img_box {
	box-shadow: 0px 3px 15px 0px rgba(57, 57, 57, 0.22);

}

#main .quick_menu .quick_menu_item:nth-child(1) .img_box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	background-color: #f9edbd;
}

#main .quick_menu .quick_menu_item:nth-child(2) .img_box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	background-color: #d0def7;
}

#main .quick_menu .quick_menu_item:nth-child(3) .img_box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	background-color: #f9d2c0;
}

#main .quick_menu .quick_menu_item:nth-child(3) .img_box img {
	margin-right: -11px;
}

#main .quick_menu .quick_menu_item:nth-child(4) .img_box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	background-color: #dcefe8;
}

#main .quick_menu .quick_menu_item:nth-child(5) .img_box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	background-color: #d7d6ea;
}

#main .quick_menu .quick_menu_item .txt {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.01em;
	color: #000;
}

#main .notice>* {
	font-family: 'Pretendard';
}

#main .notice {
	display: flex;
	gap: 30px;
	justify-content: center;
	width: 1260px;
	padding-bottom: 40px;
	position: relative;
}

#main .notice::before {
	content: '';
	display: block;
	width: 1800px;
	height: 527px;
	background-image: url(../../images/main/notice_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -15px;
	z-index: -1;
}

#main .notice>div {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 12px 16px 12px #403e5c14;
	padding: 30px 40px 40px;
	position: relative;
	width: 535px;
	z-index: 2;
}

#main .notice .notice_tit {
	display: flex;
	justify-content: space-between;
	padding-bottom: 12px;
	border-bottom: 1px solid #f5f2f2;
}

#main .notice .notice_tit span {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: #000;
	line-height: 1;
}

#main .notice .notice_tit button {
	width: 40px;
	height: 40px;
	font-size: 0;
	border: 1px solid #d1d3d7;
	border-radius: 50%;
	position: relative;
}

#main .notice .notice_tit button::before {
	content: '';
	display: block;
	width: 14px;
	height: 2px;
	margin: auto;
	background-color: #818388;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#main .notice .notice_tit button::after {
	content: '';
	display: block;
	width: 2px;
	height: 14px;
	margin: auto;
	background-color: #818388;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#main .notice .notice_con {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top: 20px;
}

#main .notice .notice_item {
	display: flex;
	gap: 8px;
	position: relative;
}

#main .notice .notice_item .notice_type {
	flex-shrink: 0;
	width: 72px;
	height: 30px;
	border-width: 1px;
	border-style: solid;
	border-radius: 20px;
	font-size: 15px;
	letter-spacing: -0.01em;
	line-height: 28px;
	font-weight: 500;
	box-sizing: border-box;
	word-break: keep-all;
	text-align: center;
}

#main .notice .notice_item .notice_type.purple {
	color: #6270f4;
	border-color: #6270f4;
}

#main .notice .notice_item .notice_type.green {
	color: #27c590;
	border-color: #27c590;
}

#main .notice .notice_item .notice_type.yellow {
	color: #ffad55;
	border-color: #ffad55;
}

#main .notice .notice_item .notice_type.gray {
	color: #818388;
	border-color: #818388;
}

#main .notice .notice_item .notice_type.light_gray {
	color: #aaadb5;
	border-color: #aaadb5;
}

#main .notice .notice_item .notice_txt {
	padding-right: 100px;
	font-size: 15px;
	letter-spacing: -0.01em;
	line-height: 30px;
	color: #000;
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}

#main .notice .notice_item .date {
	font-size: 14px;
	letter-spacing: -0.01em;
	line-height: 30px;
	color: #999;
	font-weight: 400;
	position: absolute;
	right: 0;
}

/* end 20250521 */

/* end 20250604 */


#main .mbusiness {
	margin: 0 -775px;
	padding: 79px 775px 75px;
	background: #ebebeb;
	text-align: center;
}

#main .mbusiness ul {
	display: inline-block;
}

#main .mbusiness ul li {
	float: left;
	width: 252px;
	text-align: center;
}

#main .mbusiness ul li a {
	display: inline-block;
}

#main .mbusiness ul li a img {}

#main .mbusiness ul li a .txt {
	margin: 12px 0 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
}

#main .madvertise {
	box-sizing: border-box;
	height: 408px;
	margin: 0 -775px;
	padding: 100px 775px 0;
	background: url(../../images/main/madvertise_back.jpg) center 0 no-repeat;
	text-align: center;
}

#main .madvertise .tit {
	display: inline-block;
	position: relative;
	margin: 0 0 12px;
	font-weight: 700;
	font-size: 44px;
	line-height: 56px;
	color: #ffffff;
}

#main .madvertise .tit:before {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	background: url(../../images/main/madvertise_tit_line.png) 0 0 repeat-x;
}

#main .madvertise .txt {
	margin: 0 0 37px;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
}

#main .madvertise .btn {
	display: inline-block;
	position: relative;
	width: 223px;
	height: 57px;
}

#main .madvertise .btn:before {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

#main .madvertise .btn .out {
	display: block;
	background: #28a44a;
	position: relative;
	z-index: 1;
	transition: all .3s;
}

#main .madvertise .btn:hover .out {
	transform: translate(4px, 4px);
}

#main .madvertise .btn .out .in {
	display: inline-block;
	padding: 0 23px 0 0;
	background: url(../../images/common/btn_arr.png) right center no-repeat;
	font-weight: 700;
	font-size: 20px;
	line-height: 57px;
	color: #ffffff;
}

#main .mquick {
	padding: 42px 0 51px;
}

#main .mquick .hgroup {
	margin: 0 0 43px;
}

#main .mquick .hgroup .txt {
	font-size: 28px;
	line-height: 36px;
	color: #000000;
	text-align: center;
}

#main .mquick .hgroup .txt strong {
	font-weight: 700;
}

#main .mquick .menu {
	overflow: hidden;
	padding: 36px 1px 37px;
	border: 1px solid #d6d6d6;
}

#main .mquick .menu li {
	float: left;
	width: 199px;
	padding: 0 0 0 2px;
	background: url(../../images/main/mquick_linedot.png) 0 0 repeat-y;
}

#main .mquick .menu li:first-child {
	padding: 0;
	background: none;
}

#main .mquick .menu li a {
	display: block;
	box-sizing: border-box;
	height: 152px;
	padding: 108px 0 0;
	text-align: center;
	font-size: 20px;
	color: #1b1b1b;
}

#main .mquick .menu li.m1 a {
	background: url(../../images/main/mquick1.png) 68px 14px no-repeat;
}

#main .mquick .menu li.m2 a {
	background: url(../../images/main/mquick2.png) 73px 10px no-repeat;
}

#main .mquick .menu li.m3 a {
	background: url(../../images/main/mquick3.png) 76px 16px no-repeat;
}

#main .mquick .menu li.m4 a {
	background: url(../../images/main/mquick4.png) 68px 16px no-repeat;
}

#main .mquick .menu li.m5 a {
	background: url(../../images/main/mquick5.png) 63px 16px no-repeat;
}

#main .mquick .menu li a strong {
	font-weight: 700;
}

#main .mnotice {
	box-sizing: border-box;
	height: 524px;
	margin: 0 -775px;
	padding: 45px 775px 49px;
	background: url(../../images/main/mnotice_back.jpg) center 0 no-repeat;
}

#main .mnotice .hgroup {
	margin: 0 0 45px;
}

#main .mnotice .hgroup .txt {
	font-size: 28px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
}

#main .mnotice .hgroup .txt strong {
	font-weight: 700;
}

#main .mnotice .content {
	overflow: hidden;
}

#main .mnotice .content .head {}

#main .mnotice .content .head .tit {
	font-weight: 700;
	font-size: 24px;
	color: #1b1b1b;
}

#main .mnotice .content .video {
	float: right;
	box-sizing: border-box;
	width: 320px;
	height: 313px;
	padding: 24px 0px 28px;
	background: #ffffff;
}

/*
#main .mnotice .content .video {float: left; box-sizing: border-box; width: 320px; height: 313px; padding: 24px 0px 28px; background: #ffffff; margin-left:25px;}
*/
#main .mnotice .content .video .head {
	margin: 0 0 20px;
	padding-left: 20px;
}

#main .mnotice .content .video .slick-wrap {
	text-align: center;
}

#main .mnotice .content .notice {
	float: left;
	box-sizing: border-box;
	width: 320px;
	height: 313px;
	padding: 24px 20px 26px;
	background: #ffffff;
}

#main .mnotice .content .notice .head {
	margin: 0 0 20px;
}

#main .mnotice .content .notice .slick-wrap {}

#main .mnotice .content .notice .slick-item {}

#main .mnotice .content .notice .slick-item ul {}

#main .mnotice .content .notice .slick-item ul li {
	margin: 33px 0 0;
	padding: 34px 0 0;
	border-top: 1px solid #cecece;
}

#main .mnotice .content .notice .slick-item ul li:first-child {
	margin: 0;
	padding: 0;
	border-top: none;
}

#main .mnotice .content .notice .slick-item ul li a {
	display: block;
	position: relative;
}

#main .mnotice .content .notice .slick-item ul li a .tit {
	overflow: hidden;
	position: relative;
	width: 200px;
	padding: 0 0 0 12px;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #151515;
	white-space: nowrap;
	word-break: break-all;
	text-overflow: ellipsis;
}

#main .mnotice .content .notice .slick-item ul li a .tit:before {
	display: block;
	content: '·';
	position: absolute;
	top: 0;
	left: 0;
}

#main .mnotice .content .notice .slick-item ul li a .date {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	color: #747474;
}

#main .mnotice .content .notice .slick-item ul li a .txt {
	overflow: hidden;
	height: 36px;
	margin: 10px 0 0;
	padding: 0 0 0 12px;
	font-size: 12px;
	line-height: 18px;
	color: #555555;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}

#main .mnotice .content .notice .slick-prev {
	display: block;
	position: absolute;
	top: -50px;
	right: 32px;
	width: 27px;
	height: 27px;
	background: url(../../images/common/slider_prev.png) 0 0 no-repeat;
	text-indent: -9999em;
}

#main .mnotice .content .notice .slick-next {
	display: block;
	position: absolute;
	top: -50px;
	right: 0;
	width: 27px;
	height: 27px;
	background: url(../../images/common/slider_next.png) 0 0 no-repeat;
	text-indent: -9999em;
}

#main .mnotice .content .news {
	float: left;
	box-sizing: border-box;
	width: 320px;
	height: 313px;
	padding: 24px 20px 28px;
	background: #ffffff;
	margin-left: 25px;
}

/*
#main .mnotice .content .news {float: right; box-sizing: border-box; width: 320px; height: 313px; padding: 24px 20px 28px; background: #ffffff;}
*/
#main .mnotice .content .news .head {
	margin: 0 0 20px;
}

#main .mnotice .content .news .slick-wrap {}

#main .mnotice .content .news .slick-item {}

#main .mnotice .content .news .slick-item a {}

#main .mnotice .content .news .slick-item a .visual {
	position: relative;
}

#main .mnotice .content .news .slick-item a .visual img {
	position: relative;
	z-index: 1;
	border: 1px solid #d7d7d7;
	width: 280px;
	height: 164px;
}

#main .mnotice .content .news .slick-item a .visual:after {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 100%;
	height: 100%;
	background: #d1d1d1;
}

#main .mnotice .content .news .slick-item a .info {
	overflow: hidden;
	margin: 15px 0 0;
}

#main .mnotice .content .news .slick-item a .info .tit {
	overflow: hidden;
	float: left;
	position: relative;
	box-sizing: border-box;
	width: 240px;
	padding: 0 0 0 12px;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #010101;
	white-space: nowrap;
	word-break: break-all;
	text-overflow: ellipsis;
}

#main .mnotice .content .news .slick-item a .info .tit:before {
	display: block;
	content: '·';
	position: absolute;
	top: 0;
	left: 0;
}

#main .mnotice .content .news .slick-item a .info .date {
	float: right;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	color: #747474;
}

#main .mnotice .content .news .slick-prev {
	display: block;
	position: absolute;
	top: -50px;
	right: 32px;
	width: 27px;
	height: 27px;
	background: url(../../images/common/slider_prev.png) 0 0 no-repeat;
	text-indent: -9999em;
}

#main .mnotice .content .news .slick-next {
	display: block;
	position: absolute;
	top: -50px;
	right: 0;
	width: 27px;
	height: 27px;
	background: url(../../images/common/slider_next.png) 0 0 no-repeat;
	text-indent: -9999em;
}

.tbl_board {
	border: solid #555555;
	border-width: 2px 0 1px;
}

.tbl_board thead tr th {
	height: 40px;
	font-weight: 700;
	font-size: 13px;
	color: #333333;
}

.tbl_board tbody tr td {
	height: 45px;
	border-top: 1px solid #cdcdcd;
	font-size: 13px;
	color: #777777;
	text-align: center;
}

.tbl_board tbody tr.notice td {
	background: #f7faff;
}

.tbl_board tbody tr td .notice {
	display: inline-block;
	box-sizing: border-box;
	width: 45px;
	height: 30px;
	border: 1px solid #555555;
	font-weight: 700;
	font-size: 13px;
	line-height: 28px;
	color: #555555;
	text-align: center;
}

.tbl_board tbody tr td .tit {
	padding: 0 20px;
	text-align: left;
}

.tbl_board tbody tr td.tit a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	font-size: 13px;
	color: #333333;
	white-space: nowrap;
	word-break: break-all;
	text-overflow: ellipsis;
}

.tbl_board tbody tr td .cate {
	font-weight: 700;
}

.tbl_board tbody tr td .cg1 {
	color: #28a44a !important;
}

.tbl_board tbody tr td .cg2 {
	color: #815ac1 !important;
}

.tbl_board tbody tr td .cg3 {
	color: #134c99 !important;
}

.tbl_board tbody tr td .cg4 {
	color: #333333 !important;
}

.tbl_board tbody tr td .cg5 {
	color: #ce7618 !important;
}

.tbl_board tbody tr td .cg6 {
	color: #0049cd !important;
}

.tbl_board tbody tr td .c1 {
	color: #28a44a;
}

.tbl_board tbody tr td .c2 {
	color: #815ac1;
}

.tbl_board tbody tr td .c3 {
	color: #666666;
}

.tbl_board tbody tr td .c4 {
	color: #333333;
}

.tbl_board tbody tr td .c5 {
	color: #ce7618;
}

.tbl_board tbody tr td .c6 {
	color: #0049cd;
}



.pagination {
	width: 100%;
	height: 29px;
	margin: 40px 0 0;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.pagination .paging {
	display: inline-block;
	vertical-align: top;
}

.pagination .paging>a {
	display: block;
	width: 29px;
	height: 29px;
	margin: 0 0 0 5px;
	float: left;
}

.pagination .paging .page_first {
	background: url(../../images/common/page_first.gif) 0 0 no-repeat;
	margin: 0px;
}

.pagination .paging .page_prev {
	background: url(../../images/common/page_prev.gif) 0 0 no-repeat;
}

.pagination .paging .page_next {
	background: url(../../images/common/page_next.gif) 0 0 no-repeat;
	margin: 0px;
}

.pagination .paging .page_last {
	background: url(../../images/common/page_last.gif) 0 0 no-repeat;
}

.pagination .paging .page {
	display: block;
	float: left;
	padding: 0 34px;
}

.pagination .paging .page a {
	display: block;
	float: left;
	width: 29px;
	height: 29px;
	margin: 0 0 0 5px;
	text-align: center;
}

.pagination .paging .page a:first-child {
	margin: 0px;
}

.pagination .paging .page a span {
	display: inline-block;
	position: relative;
	font-size: 13px;
	line-height: 29px;
	color: #333333;
}

.pagination .paging .page a.on span {
	font-weight: 700;
}

.pagination .paging .page a.on span:after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background: #333333;
}

.pagination .register_btn {
	position: absolute;
	top: 0;
	right: 0;
}

/* .gallery_list {overflow: hidden; margin: 0 -30px -50px 0;}
.gallery_list li {float: left; width: 360px; margin: 0 30px 50px 0; padding: 0 0 25px; border-bottom: 2px solid #555555;}
.gallery_list li a {display: block;}
.gallery_list li a .visual {border: 1px solid #d4d4d4;}
.gallery_list li a .visual img {width: 358px; height: 181px;}
.gallery_list li a .info {margin: 27px 0 0;}
.gallery_list li a .info .tit {overflow: hidden; font-weight: 700; font-size: 16px; color: #333333; white-space: nowrap; word-break: break-all; text-overflow: ellipsis;}
.gallery_list li a .info .date {margin: 10px 0 0; font-size: 16px; color: #777777;} */

.gallery_list {
	overflow: hidden;
	margin: 0 -15px -25px 0;
}

.gallery_list li {
	float: left;
	width: 240px;
	margin: 0 15px 25px 0;
	padding: 0 0 11px;
	border-bottom: 2px solid #555555;
}

.gallery_list li a {
	display: block;
}

.gallery_list li a .visual {
	border: 1px solid #d4d4d4;
}

.gallery_list li a .visual img {
	width: 238px;
	height: 120px;
}

.gallery_list li a .info {
	margin: 11px 0 0;
}

.gallery_list li a .info .tit {
	overflow: hidden;
	font-weight: 700;
	font-size: 13px;
	color: #333333;
	white-space: nowrap;
	word-break: break-all;
	text-overflow: ellipsis;
}

.gallery_list li a .info .date {
	margin: 7px 0 0;
	font-size: 13px;
	color: #777777;
}

.view_wrap {
	border: solid #555555;
	border-width: 2px 0;
}

.view_wrap .view_head {
	position: relative;
	padding: 17px 30px;
	border-bottom: 1px solid #cdcdcd;
	font-size: 15px;
	line-height: 20px;
}

.view_wrap .view_head .category {
	margin: 0 0 8px;
}

.view_wrap .view_head .category .cate {
	font-weight: 700;
	font-size: 13px;
}

.view_wrap .view_head .category .c1 {
	color: #28a44a;
}

.view_wrap .view_head .category .c2 {
	color: #815ac1;
}

.view_wrap .view_head .category .c3 {
	color: #134c99 !important;
}

.view_wrap .view_head .category .c4 {
	color: #333333 !important;
}

.view_wrap .view_head .category .c5 {
	color: #0049cd !important;
}




.view_wrap .view_head .info_box {
	position: relative;
}

.view_wrap .view_head .info_box .tit {
	width: 500px;
	font-weight: 700;
	color: #333333;
	word-break: break-all;
}

.view_wrap .view_head .info_box .info {
	position: absolute;
	right: 0;
	bottom: 0;
}

.view_wrap .view_head .info_box .info ul {
	overflow: hidden;
}

.view_wrap .view_head .info_box .info ul li {
	float: left;
	position: relative;
	margin: 0 0 0 41px;
	font-size: 13px;
	color: #777777;
}

.view_wrap .view_head .info_box .info ul li:first-child {
	margin: 0;
}

.view_wrap .view_head .info_box .info ul li:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	margin: -6px 0 0;
	left: -21px;
	width: 1px;
	height: 12px;
	background: #cdcdcd;
}

.view_wrap .view_head .info_box .info ul li:first-child:before {
	display: none;
}

.view_wrap .view_body {
	min-height: 359px;
	padding: 26px 28px;
	font-size: 13px;
	color: #333333;
	box-sizing: border-box;
}

.view_wrap .view_body .img_box {
	width: 100%;
	text-align: center;
}

.view_wrap .view_body .img_box img {
	width: auto !important;
	max-width: 100%;
	height: auto !important;
}

.view_wrap .view_atch {}

.view_wrap .view_atch ul {}

.view_wrap .view_atch ul li {
	position: relative;
	margin: 5px 0 0;
	padding: 0 30px 0 175px;
	background: #f5f7fc;
}

.view_wrap .view_atch ul li:first-child {
	margin: 0;
}

.view_wrap .view_atch ul li .tit {
	display: block;
	position: absolute;
	top: 0;
	left: 30px;
	padding: 0 0 0 26px;
	background: url(../../images/common/ico_atch_tit.png) 0 center no-repeat;
	font-weight: 700;
	font-size: 14px;
	line-height: 40px;
	color: #7e838f;
}

.view_wrap .view_atch ul li .atch {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	font-size: 14px;
	line-height: 40px;
	color: #555555;
	white-space: nowrap;
	word-break: break-all;
	text-overflow: ellipsis;
}

.view_wrap .view_navi {
	position: relative;
	height: 45px;
	margin: 20px 0 0;
	border-top: 1px solid #cdcdcd;
}

.view_wrap .view_navi a {
	display: block;
	position: absolute;
	top: 50%;
	height: 30px;
	margin: -15px 0 0;
	font-weight: 700;
	font-size: 13px;
	line-height: 30px;
	color: #333333;
}

.view_wrap .view_navi .view_prev {
	left: 30px;
	padding: 0 0 0 27px;
	background: url(../../images/common/view_prev.png) 0 center no-repeat;
}

.view_wrap .view_navi .view_next {
	right: 30px;
	padding: 0 27px 0 0;
	background: url(../../images/common/view_next.png) right center no-repeat;
}

.faq_list {
	border: solid #555555;
	border-width: 2px 0;
}

.faq_list ul li {
	border-top: 1px solid #cdcdcd;
}

.faq_list ul li:first-child {
	border-top: none;
}

.faq_list ul li .q {}

.faq_list ul li .q .btn {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0 65px;
	font-weight: 700;
	font-size: 13px;
	line-height: 30px;
	color: #333333;
	text-align: left;
}

.faq_list ul li .q .btn:before {
	display: block;
	content: 'Q';
	position: absolute;
	top: 8px;
	left: 20px;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background: #333333;
	font-weight: 700;
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;
	text-align: center;
}

.faq_list ul li .q .btn:after {
	display: block;
	content: '';
	position: absolute;
	top: 16px;
	right: 30px;
	width: 15px;
	height: 9px;
	background: url(../../images/common/faq_arr.png) 0 0 no-repeat;
	transition: all .3s;
}

.faq_list ul li .a {
	overflow: hidden;
	position: relative;
	height: 0;
	padding: 0 72px;
}

.faq_list ul li .a:before {
	display: block;
	content: 'A';
	position: absolute;
	top: 8px;
	left: 20px;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background: #7dbb46;
	font-weight: 700;
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;
	text-align: center;
}

.faq_list ul li .a .txt {
	padding: 0;
	font-size: 13px;
	line-height: 24px;
	color: #333333;
	transition: all .3s;
}

.faq_list ul li.on .q .btn:after {
	transform: rotate(180deg);
}

.faq_list ul li.on .a {
	height: auto;
	border-top: 1px solid #cdcdcd;
}

.faq_list ul li.on .a .txt {
	padding: 7px 0 16px;
}

.sectwrap {}

.sectwrap>.section {
	margin: 0 0 42px;
	padding: 42px 0 0;
	border-top: 1px solid #e3e3e3;
}

.sectwrap>.section:first-child {
	padding: 22px 0 0;
}

.sectwrap>.section:last-child {
	margin: 0;
}

.sectwrap2 {}

.sectwrap2>.section {
	margin: 0 0 36px;
}

.sectwrap2>.section:last-child {
	margin: 0;
}

.h4group {
	margin: 0 0 22px;
}

.h4group .tit {
	font-weight: 700;
	font-size: 22px;
	line-height: 34px;
	color: #333333;
}

.h4group .tit strong {
	color: #3f8f00;
}

.h4group .ctxt {
	margin: 16px 0 0;
}

.h4group .ctxt.m0 {
	margin: 0;
}

.h4group2 {
	margin: 0 0 14px;
}

.h4group2 .tit {
	position: relative;
	padding: 0 0 0 22px;
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	color: #333333;
	text-align: left;
}

.h4group2 .tit:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 2px;
	width: 10px;
	height: 3px;
	margin: -1px 0 0;
	background: #333333;
}

.h4group2.line {
	margin: 50px 0 14px;
	padding: 44px 0 0;
	border-top: 1px solid #cbcbcb;
}

.h5group {
	margin: 0 0 8px;
}

.h5group .tit {
	position: relative;
	padding: 0 0 0 26px;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	color: #222222;
}

.h5group .tit:before {
	display: block;
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #336bdc;
}

.h5group .tit:after {
	display: block;
	content: '';
	position: absolute;
	top: 13px;
	left: 6px;
	width: 10px;
	height: 10px;
	background: #69b32e;
}

.fund1_1 .visual {
	position: relative;
	width: 100%;
	height: 382px;
	margin: 0 0 64px;
}

.fund1_1 .visual dt {
	display: table;
	position: absolute;
	top: 0;
	left: 290px;
	z-index: 1;
	border-radius: 100%;
	background: url(../../images/introduce/fund1_1_tit_back.png) 0 0 no-repeat;
}

.fund1_1 .visual dt span {
	display: table-cell;
	width: 170px;
	height: 170px;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}

.fund1_1 .visual dd {
	display: table;
	position: absolute;
	border-radius: 100%;
	background: #6da608;
}

.fund1_1 .visual dd span {
	display: table-cell;
	width: 150px;
	height: 150px;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}

.fund1_1 .visual dd.dd1 {
	top: 10px;
	left: 60px;
}

.fund1_1 .visual dd.dd1:before {
	display: block;
	content: '';
	width: 80px;
	height: 1px;
	background: #c1c1c1;
	position: absolute;
	top: 75px;
	right: -80px;
}

.fund1_1 .visual dd.dd2 {
	top: 232px;
	left: 300px;
}

.fund1_1 .visual dd.dd2:before {
	display: block;
	content: '';
	width: 1px;
	height: 62px;
	background: #c1c1c1;
	position: absolute;
	top: -62px;
	left: 75px;
}

.fund1_1 .visual dd.dd3 {
	top: 10px;
	left: 540px;
}

.fund1_1 .visual dd.dd3:before {
	display: block;
	content: '';
	width: 80px;
	height: 1px;
	background: #c1c1c1;
	position: absolute;
	top: 75px;
	left: -80px;
}

.ctxt {
	font-size: 15px;
	line-height: 27px;
	color: #333333;
}

.bar_list {
	padding: 0 0 0 11px;
}

.bar_list li {
	position: relative;
	padding: 0 0 0 20px;
	font-size: 15px;
	line-height: 27px;
	color: #2d5ec2;
}

.bar_list li:before {
	display: block;
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 10px;
	height: 3px;
	background: #2d5ec2;
}

.fund1_2 .visual {
	position: relative;
	width: 100%;
	height: 362px;
	margin: 0 0 64px;
}

.fund1_2 .visual dt {
	display: table;
	position: absolute;
	top: 0;
	left: 290px;
	z-index: 1;
	border-radius: 100%;
	background: url(../../images/introduce/fund1_2_tit_back.png) 0 0 no-repeat;
}

.fund1_2 .visual dt span {
	display: table-cell;
	width: 170px;
	height: 170px;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}

.fund1_2 .visual dd {
	display: table;
	position: absolute;
	background: #f77847;
}

.fund1_2 .visual dd span {
	display: table-cell;
	width: 215px;
	height: 130px;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}

.fund1_2 .visual dd.dd1 {
	top: 20px;
	left: 0px;
}

.fund1_2 .visual dd.dd1:before {
	display: block;
	content: '';
	width: 75px;
	height: 1px;
	background: #c1c1c1;
	position: absolute;
	top: 65px;
	right: -75px;
}

.fund1_2 .visual dd.dd2 {
	top: 232px;
	left: 268px;
}

.fund1_2 .visual dd.dd2:before {
	display: block;
	content: '';
	width: 1px;
	height: 62px;
	background: #c1c1c1;
	position: absolute;
	top: -62px;
	left: 107px;
}

.fund1_2 .visual dd.dd3 {
	top: 20px;
	left: 534px;
}

.fund1_2 .visual dd.dd3:before {
	display: block;
	content: '';
	width: 75px;
	height: 1px;
	background: #c1c1c1;
	position: absolute;
	top: 65px;
	left: -75px;
}

.num_box {
	padding: 22px 26px;
	border: 2px solid #d1d1db;
}

.num_box ol {}

.num_box ol li {
	position: relative;
	padding: 0 0 0 22px;
	margin: 8px 0 0;
	font-size: 15px;
	line-height: 27px;
	color: #333333;
}

.num_box ol li:first-child {
	margin: 0;
}

.num_box ol li em {
	position: absolute;
	top: 0;
	left: 0;
}

.bar_box {
	padding: 22px 26px;
	border: 2px solid #d1d1db;
}

.bar_box ul {}

.bar_box ul li {
	position: relative;
	padding: 0 0 0 10px;
	margin: 8px 0 0;
	font-size: 15px;
	line-height: 27px;
	color: #333333;
}

.bar_box ul li:first-child {
	margin: 0;
}

.bar_box ul li em {
	position: absolute;
	top: 0;
	left: 0;
}

.bar_box ul li span.red {
	color: #ea0b0b;
}

.fund1_3 .content {
	display: inline-block;
	width: 100%;
}

.fund1_3 .content dl {
	width: 330px;
}

.fund1_3 .content dl.b {
	float: left;
}

.fund1_3 .content dl.g {
	float: right;
}

.fund1_3 .content dl dt {
	display: table;
	margin: 0 0 24px;
}

.fund1_3 .content dl dt span {
	display: table-cell;
	width: 330px;
	height: 130px;
	font-weight: 700;
	font-size: 23px;
	line-height: 34px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}

.fund1_3 .content dl.b dt {
	background: url(../../images/introduce/fund1_3_tit1_back.gif) 0 0 no-repeat;
}

.fund1_3 .content dl.g dt {
	background: url(../../images/introduce/fund1_3_tit2_back.gif) 0 0 no-repeat;
}

.fund1_3 .content dl dd {
	position: relative;
	margin: 0 0 6px;
	padding: 0 0 0 20px;
	font-size: 15px;
	line-height: 27px;
	color: #333333;
}

.fund1_3 .content dl dd:before {
	display: block;
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 10px;
	height: 3px;
	background: #333333;
}

.fund1_3 .content dl dd:last-child {
	margin: 0;
}

.bmodel_list {
	overflow: hidden;
	margin: 0 -30px -36px 0;
}

.bmodel_list li {
	float: left;
	margin: 0 30px 36px 0;
}

.bmodel_list li .tit {
	margin: 15px 0 0;
	font-weight: 700;
	font-size: 18px;
	color: #222222;
}

.bmodel_list li .txt {
	margin: 10px 0 0;
	font-size: 15px;
	line-height: 27px;
	color: #333333;
}

.fund2_list {}

.fund2_list>li {
	margin: 20px 0 0;
	padding: 36px 40px;
	border: 2px solid #d1d2df;
}

.fund2_list>li.i1 {
	background: url(../../images/introduce/fund2_ico1.gif) 520px 59px no-repeat;
}

.fund2_list>li.i2 {
	background: url(../../images/introduce/fund2_ico2.gif) 559px 79px no-repeat;
}

.fund2_list>li.i3 {
	background: url(../../images/introduce/fund2_ico3.gif) 549px 58px no-repeat;
}

.fund2_list>li:first-child {
	margin: 0;
}

.fund2_list>li .hgroup {
	margin: 0 0 18px;
}

.fund2_list>li .hgroup .tit {
	font-weight: 700;
	font-size: 20px;
	color: #1a5add;
}

.fund2_list>li .list {}

.fund2_list>li .list li {
	position: relative;
	margin: 20px 0 0;
	padding: 0 0 0 20px;
}

.fund2_list>li .list li:first-child {
	margin: 0;
}

.fund2_list>li .list li:before {
	display: block;
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 10px;
	height: 3px;
	background: #333333;
}

.fund2_list>li .list li .tit {
	font-weight: 700;
	font-size: 15px;
	line-height: 27px;
	color: #333333;
}

.fund2_list>li .list li .txt {
	margin: 5px 0 0;
	font-size: 13px;
	line-height: 20px;
	color: #666666;
}

.fund2_list>li .list.type2 li {
	margin: 3px 0 0;
}

.greeting_wrap {}

.greeting_wrap .visual {
	box-sizing: border-box;
	width: 100%;
	height: 316px;
	margin: 0 0 42px;
	padding: 72px 0 0;
	border: solid #e3e3e3;
	border-width: 1px 0;
	background: #ffffff
}

/* url(../../images/introduce/greeting_visual.jpg) 0 0 no-repeat; */
.greeting_wrap .visual .tit {
	font-weight: 700;
	font-size: 22px;
	line-height: 34px;
	color: #333333;
}

.greeting_wrap .visual .tit strong {
	color: #3f8f00;
}

.greeting_wrap .visual .txt {
	margin: 17px 0 0;
	font-size: 15px;
	line-height: 27px;
	color: #333333;
}

.greeting_wrap .content {
	display: inline-block;
	width: 100%;
}

.greeting_wrap .content .half {
	float: left;
	width: 355px;
	margin: 0 0 0 40px;
}

.greeting_wrap .content .half:first-child {
	margin: 0;
}

.greeting_wrap .content .half .txt {
	margin: 16px 0 0;
	font-size: 15px;
	line-height: 27px;
	color: #333333;
}

.greeting_wrap .content .half .txt:first-child {
	margin: 0;
}

.greeting_wrap .content .half .sign {
	margin: 23px 0 0;
	font-size: 15px;
	line-height: 27px;
	color: #333333;
}

.greeting_wrap .content .half .sign strong {
	color: #3672d2;
	vertical-align: bottom;
}

.greeting_wrap .content .half .sign img {
	margin: 0 0 6px 20px;
	vertical-align: bottom;
}

.oper_year_wrap {}

.oper_year_wrap .chead {}

.oper_year_wrap .chead .summary {
	overflow: hidden;
}

.oper_year_wrap .chead .summary dt {
	float: left;
	box-sizing: border-box;
	width: 375px;
	height: 110px;
	padding: 25px 0 0 31px;
	background: url(../../images/operation/year_summary_back.gif) 0 0 no-repeat;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
}

.oper_year_wrap .chead .summary dd {
	float: left;
	box-sizing: border-box;
	width: 375px;
	height: 110px;
	padding: 22px 30px 0 0;
	border: solid #95af42;
	border-width: 2px 2px 2px 0;
	text-align: right;
}

.oper_year_wrap .chead .summary dd .date {
	font-size: 15px;
	line-height: 22px;
	color: #777777;
}

.oper_year_wrap .chead .summary dd .total {
	font-weight: 700;
	font-size: 28px;
	color: #2d3036;
}

.oper_year_wrap .ctable {
	margin: 40px 0 0;
}

.oper_year_wrap .ctable table {
	border-top: 2px solid #555555;
}

.oper_year_wrap .ctable table thead tr th {
	height: 55px;
	border: solid #cdcdcd;
	border-width: 0 1px 1px 0;
	font-weight: 700;
	font-size: 16px;
	color: #333333;
}

.oper_year_wrap .ctable table thead tr th:first-child {
	border-width: 0 1px 1px 1px;
}

.oper_year_wrap .ctable table tbody tr th {
	height: 55px;
	padding: 0 30px;
	border: solid #cdcdcd;
	border-width: 0 1px 1px 1px;
	font-size: 16px;
	color: #333333;
	text-align: left;
}

.oper_year_wrap .ctable table tbody tr td {
	height: 55px;
	padding: 0 30px;
	border: solid #cdcdcd;
	border-width: 0 1px 1px 0;
	font-size: 16px;
	color: #333333;
	text-align: right;
}

.oper_year_wrap .ctable table tbody tr td:first-child {
	border-width: 0 1px 1px 1px;
}

.oper_year_wrap .ctable .at {
	margin: 16px 0 0;
	font-size: 14px;
	color: #777777;
}

.oper_year_wrap .cbody {
	margin: 60px 0 0;
}

.oper_year_wrap .cbody .num_list {
	margin: 20px 0 0;
}

.num_list {}

.num_list li {
	position: relative;
	margin: 8px 0 0;
	padding: 0 0 0 20px;
	font-size: 15px;
	line-height: 27px;
	color: #333333;
}

.num_list li:first-child {
	margin: 0;
}

.num_list li em {
	position: absolute;
	top: 0;
	left: 0;
}

.login_wrap {
	padding: 70px 0 50px;
	border: solid #e3e3e3;
	border-width: 1px 0;
}

.login_wrap .ico_boxed {
	box-sizing: border-box;
	width: 400px;
	height: 82px;
	margin: 0 auto;
	padding: 0 0 0 105px;
	background: url(../../images/member/ico_login_area.png) 0 0 no-repeat;
}

.login_wrap .ico_boxed .txt {
	padding: 7px 0;
	font-weight: 700;
	font-size: 22px;
	line-height: 34px;
	color: #333333;
	white-space: nowrap;
}

.login_wrap .ico_boxed .txt strong {
	color: #3f8f00;
}

.login_wrap .logipt_wrap {
	margin: 40px 0 0;
	padding: 40px 0;
	background: #f6f4f1;
}

.login_wrap .logipt_wrap .logipt_box {
	box-sizing: border-box;
	position: relative;
	width: 505px;
	height: 90px;
	margin: 0 auto;
	padding: 0 100px 0 0;
}

.login_wrap .logipt_wrap .logipt_box .boxed {
	overflow: hidden;
	margin: 10px 0 0;
}

.login_wrap .logipt_wrap .logipt_box .boxed:first-child {
	margin: 0;
}

.login_wrap .logipt_wrap .logipt_box .boxed label {
	display: block;
	float: left;
	width: 85px;
	font-weight: 700;
	font-size: 15px;
	line-height: 40px;
	color: #333333;
}

.login_wrap .logipt_wrap .logipt_box .boxed .ipt {
	float: left;
	width: 320px;
	height: 40px;
	border: 1px solid #cbcbcb;
}

.login_wrap .logipt_wrap .logipt_box .btn_login {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 100%;
	border: none;
	background: #4f4f53;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
}

.logbot_wrap {
	overflow: hidden;
	margin: 50px 0 0;
}

.logbot_wrap .boxed {
	box-sizing: border-box;
	width: 365px;
	padding: 20px;
	background: #f5f7fa;
}

.logbot_wrap .boxed.join {
	float: left;
}

.logbot_wrap .boxed.find {
	float: right;
}

.logbot_wrap .boxed .txt {
	float: left;
	font-weight: 700;
	font-size: 15px;
	line-height: 40px;
	color: #333333;
}

.logbot_wrap .boxed .btn40 {
	float: right;
	width: 90px;
}

.term_wrap {}

.term_wrap .term {
	overflow-y: auto;
	height: 400px;
	background: #f7f7f7;
}

.term_wrap .term .inner {
	padding: 30px;
	font-size: 13px;
	line-height: 27px;
	color: #333333;
}

.term_wrap .term strong {
	font-weight: 700;
}

.term_wrap .agree {
	overflow: hidden;
	margin: 17px 0 0;
}

.term_wrap .agree label {
	float: left;
	margin: 0 0 0 50px;
}

.term_wrap .agree label:first-child {
	margin: 0;
}

.cert_quick_wrap {
	overflow: hidden;
}

.cert_quick_wrap .boxed {
	box-sizing: border-box;
	width: 365px;
	padding: 28px 32px 33px 33px;
	background: #f5f7fa;
}

.cert_quick_wrap .boxed.join {
	float: left;
}

.cert_quick_wrap .boxed.ipin {
	float: right;
}

.cert_quick_wrap .boxed .tit {
	margin: 0 0 20px;
	font-weight: 700;
	font-size: 16px;
	color: #333333;
}

.cert_quick_wrap .boxed .txt {
	margin: 0 0 45px;
	font-size: 15px;
	line-height: 25px;
	color: #333333;
}

.cert_quick_wrap .boxed .btn40 {
	width: 100%;
}

.imp_info_wrap {
	margin: 45px 0 0;
}

.imp_info_wrap dt {
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 18px;
	color: #ea0b0b;
}

.imp_info_wrap dd {
	font-size: 15px;
	line-height: 27px;
	color: #333333;
}

.imp_info_wrap dd .red {
	margin: 36px 0 0;
	font-size: 13px;
	color: #ea0b0b;
}

.join_cplt_wrap {
	padding: 70px 0 54px;
	border: solid #e3e3e3;
	border-width: 1px 0;
}

.join_cplt_wrap .ico_boxed {
	box-sizing: border-box;
	width: 400px;
	height: 87px;
	margin: 0 auto;
	padding: 0 0 0 130px;
	background: url(../../images/member/ico_join_complete.png) 0 0 no-repeat;
}

.join_cplt_wrap .ico_boxed .txt {
	padding: 9px 0;
	font-weight: 700;
	font-size: 22px;
	line-height: 34px;
	color: #333333;
	white-space: nowrap;
}

.join_cplt_wrap .ico_boxed .txt .name {
	display: inline-block;
	text-decoration: underline;
	color: #3f8f00;
}

.join_cplt_wrap .greeting {
	margin: 40px 0 0;
	font-weight: 700;
	font-size: 15px;
	line-height: 27px;
	color: #333333;
	text-align: center;
}

.tbl_write {
	border-top: 1px solid #cbcbcb;
}

.tbl_write.bdt_n {
	border-top: none;
}

.tbl_write thead.one tr {
	background: #e8edf7;
	text-align: center;
}

.tbl_write thead.one tr th {
	padding: 5px 0;
	font-weight: 700;
	color: #333333;
	border-bottom: 1px solid #cbcbcb;
}

.tbl_write tbody tr th {
	padding: 0 10px 0 10px;
	border-bottom: 1px solid #cbcbcb;
	font-weight: 700;
	font-size: 13px;
	color: #333333;
	background: #f5f5f5;
	text-align: left;
}

.tbl_write tbody tr th.c {
	text-align: center;
}

.tbl_write tbody tr th .ess {
	font-weight: 700;
	color: #ea0b0b;
}

.tbl_write tbody tr th.bd_l {
	border-left: 1px solid #cccccc;
}

.tbl_write tbody tr td {
	padding: 10px;
	border-bottom: 1px solid #cbcbcb;
	font-size: 13px;
	line-height: 20px;
	color: #333333
}

.tbl_write tbody tr td textarea {
	height: 80px;
	resize: none;
	overflow-y: visible;
}

.tbl_write tbody tr td .boxed {
	display: inline-block;
	width: 100%;
}

.tbl_write tbody tr td .boxed>* {
	float: left;
	margin: 0 0 0 10px;
}

.tbl_write tbody tr td .boxed>*:first-child {
	margin: 0;
}

.tbl_write tbody tr td .boxed>.txt {
	padding: 5px 0;
}

.tbl_write tbody tr td .etc {
	padding: 5px 0;
	color: #666666;
}

.tbl_write tbody tr td .red {
	color: #ea0b0b;
}

.tbl_write tbody tr td .err {
	color: #ea0b0b;
}

.tbl_write tbody tr td .scc {
	color: #2d5ec2;
}

.tbl_write tbody tr td .sum {
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 15px;
	color: #333333;
}

.tbl_write tbody tr td.bd_l {
	border-left: 1px solid #cccccc;
}

.tab_st1 {
	margin: 0 0 50px;
}

.tab_st1 ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.tab_st1 ul li {
	display: table-cell;
}

.tab_st1 ul li a {
	display: block;
	border: solid #3a3a3a;
	border-width: 1px 1px 1px 1px;
	font-weight: 700;
	font-size: 15px;
	line-height: 38px;
	color: #3a3a3a;
	text-align: center;
}

.tab_st1 ul li:first-child a {
	border-width: 1px;
}

.tab_st1 ul li.on a {
	background: #3a3a3a;
	color: #ffffff;
}

.find_id_wrap {
	margin: 0 0 37px;
}

.find_id_wrap .ico {
	box-sizing: border-box;
	width: 480px;
	height: 85px;
	margin: 0 auto;
	padding: 0 0 0 105px;
	background: url(../../images/member/ico_find_id.png) 0 0 no-repeat;
}

.find_id_wrap .ico .txt {
	padding: 8px 0;
	font-weight: 700;
	font-size: 22px;
	line-height: 34px;
	color: #333333;
}

.find_id2_wrap {
	padding: 0 0 50px;
	border-bottom: 1px solid #e3e3e3;
}

.find_id2_wrap .ico {
	height: 85px;
	margin: 0 0 37px;
	padding: 0 0 0 107px;
	background: url(../../images/member/ico_find_id2.png) 0 0 no-repeat;
}

.find_id2_wrap .ico .txt {
	padding: 8px 0;
	font-weight: 700;
	font-size: 22px;
	line-height: 34px;
	color: #333333;
	white-space: nowrap;
}

.find_id_result {
	padding: 22px 0;
	background: #f5f7fa;
	text-align: center;
}

.find_id_result dl {
	display: inline-block;
}

.find_id_result dl dt {
	float: left;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}

.find_id_result dl dd {
	float: left;
	margin: 0 0 0 30px;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	color: #0049cd;
}

.find_pw_wrap {
	margin: 0 0 50px;
	padding: 0 0 50px;
	border-bottom: 1px solid #e3e3e3;
	text-align: center;
}

.find_pw_wrap .ico {
	display: inline-block;
	min-height: 85px;
	margin: 0 0 37px;
	padding: 0 0 0 105px;
	background: url(../../images/member/ico_find_id.png) 0 0 no-repeat;
}

.find_pw_wrap .ico .txt {
	padding: 8px 0;
	font-weight: 700;
	font-size: 22px;
	line-height: 34px;
	color: #333333;
	text-align: left;
}

.change_pw_wrap {
	text-align: center;
}

.change_pw_wrap .ico {
	display: inline-block;
	min-height: 85px;
	margin: 0 0 37px;
	padding: 0 0 0 105px;
	background: url(../../images/member/ico_change_pw1.png) 0 16px no-repeat;
}

.change_pw_wrap .ico .txt {
	padding: 8px 0;
	font-weight: 700;
	font-size: 22px;
	line-height: 34px;
	color: #333333;
	text-align: left;
}

.ipt_wrap {
	padding: 40px 0;
	background: #f6f4f1;
}

.ipt_wrap table {
	margin: 0 auto;
}

/* 아이디수정 : 505, 정보수정, 비밀번호수정 : 554 */
.ipt_wrap table.size1 {
	width: 505px;
}

.ipt_wrap table.size2 {
	width: 564px;
}

.ipt_wrap table tbody tr th {
	padding: 10px 0 0;
	vertical-align: top;
	text-align: left;
}

.ipt_wrap table tbody tr th label {
	font-weight: 700;
	font-size: 15px;
	line-height: 40px;
	color: #333333;
}

.ipt_wrap table tbody tr td {
	padding: 10px 0 0;
	vertical-align: top;
	text-align: left;
}

.ipt_wrap table tbody tr:first-child th,
.ipt_wrap table tbody tr:first-child td {
	padding: 0;
}

.ipt_wrap table tbody tr td input[type=text],
.ipt_wrap table tbody tr td input[type=password] {
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ipt_wrap table tbody tr td .err {
	margin: 5px 0 0;
	font-size: 13px;
	color: #ea0b0b;
}

.ipt_wrap table tbody tr td .etc {
	margin: 5px 0 0;
	font-size: 13px;
	color: #666666;
}

.ipt_wrap table tbody tr td .scc {
	margin: 5px 0 0;
	font-size: 13px;
	color: #2d5ec2;
}

.mpipt_wrap {
	padding: 40px 0;
	background: #f6f4f1;
}

.mpipt_wrap table {
	width: 554px;
	margin: 0 auto;
}

.mpipt_wrap table tbody tr th {
	padding: 0 0 16px;
	vertical-align: top;
	text-align: left;
}

.mpipt_wrap table tbody tr th label {
	font-weight: 700;
	font-size: 15px;
	line-height: 40px;
	color: #333333;
}

.mpipt_wrap table tbody tr td {
	padding: 0 0 16px;
	vertical-align: top;
	text-align: left;
}

.mpipt_wrap table tbody tr:last-child th,
.mpipt_wrap table tbody tr:last-child td {
	padding: 0;
}

.mpipt_wrap table tbody tr td .etc {
	margin: 5px 0 0;
	font-size: 13px;
	color: #666666;
}

.mpipt_wrap table tbody tr td .err {
	margin: 5px 0 0;
	font-size: 13px;
	color: #ea0b0b;
}

.mpipt_wrap table tbody tr td .scc {
	margin: 5px 0 0;
	font-size: 13px;
	color: #2d5ec2;
}

.cpipt_wrap {
	padding: 40px 0;
	background: #f6f4f1;
}

.cpipt_wrap table {
	width: 554px;
	margin: 0 auto;
}

.cpipt_wrap table tbody tr th {
	padding: 0 0 16px;
	vertical-align: top;
	text-align: left;
}

.cpipt_wrap table tbody tr th label {
	font-weight: 700;
	font-size: 15px;
	line-height: 40px;
	color: #333333;
}

.cpipt_wrap table tbody tr td {
	padding: 0 0 16px;
	vertical-align: top;
	text-align: left;
}

.cpipt_wrap table tbody tr:last-child th,
.cpipt_wrap table tbody tr:last-child td {
	padding: 0;
}

.cpipt_wrap table tbody tr td .etc {
	margin: 5px 0 0;
	font-size: 13px;
	color: #666666;
}

.cpipt_wrap table tbody tr td .err {
	margin: 5px 0 0;
	font-size: 13px;
	color: #ea0b0b;
}

.cpipt_wrap table tbody tr td .scc {
	margin: 5px 0 0;
	font-size: 13px;
	color: #2d5ec2;
}

.agency_info_wrap {
	padding: 25px 0 73px;
	border: solid #e3e3e3;
	border-width: 1px 0;
}

.agency_info_wrap .txt_box {
	font-weight: 700;
	font-size: 15px;
	line-height: 27px;
	color: #333333;
}

.agency_info_wrap .txt_box .tit {
	font-size: 18px;
	margin: 0 0 19px;
}

.agency_info_wrap .txt_box .sub_tit {
	font-size: 15px;
}

.agency_info_wrap .txt_box .notice {
	font-weight: 500;
}

.policy_wrap {
	padding: 24px 29px;
	background: #f7f7f7;
	font-size: 13px;
	line-height: 27px;
}

.policy_wrap strong {
	font-weight: 700;
	line-height: 27px;
	color: #333333;
}

.policy_wrap .tbl_policy {
	overflow: hidden;
	margin: 13px 0 40px;
	width: 100%;
	text-align: center;
}

.policy_wrap .tbl_policy table {
	float: left;
	width: 340px;
	margin: 0 0 0 10px;
	border-collapse: collapse;
	box-sizing: border-box;
}

.policy_wrap .tbl_policy table tr th,
.policy_wrap .tbl_policy table tr td {
	border: 1px solid #cdcdcd;
	font-weight: 700;
	font-size: 13px;
	line-height: 30px;
	color: #333333;
}

.policy_wrap .tbl_policy table tr td {
	font-weight: 500;
}

.policy_wrap .tbl_policy table thead tr th {
	border-top: 2px solid #555555;
}

.policy_wrap .tbl_policy table:first-child {
	margin: 0;
}

.policy_wrap .policy_btn {
	display: inline-block;
	padding: 0 5px;
	font-weight: 700;
	font-size: 13px;
	color: #0049cd;
	text-decoration: underline;
}

.agreement_wrap {
	padding: 24px 29px;
	background: #f7f7f7;
	font-size: 13px;
	line-height: 27px;
}

.agreement_wrap strong {
	font-weight: 700;
	line-height: 27px;
	color: #333333;
}

.app_cplt_wrap {
	padding: 70px 0 54px;
	border: solid #e3e3e3;
	border-width: 1px 0;
}

.app_cplt_wrap .ico_boxed {
	box-sizing: border-box;
	width: 400px;
	height: 87px;
	margin: 0 auto;
	padding: 0 0 0 130px;
	background: url(../../images/member/ico_join_complete.png) 0 0 no-repeat;
}

.app_cplt_wrap .ico_boxed .txt {
	padding: 9px 0;
	font-weight: 700;
	font-size: 22px;
	line-height: 34px;
	color: #333333;
	white-space: nowrap;
}

.app_cplt_wrap .ico_boxed .txt .name {
	display: inline-block;
	text-decoration: underline;
	color: #3f8f00;
}

.app_cplt_wrap .greeting {
	margin: 40px 0 0;
	font-weight: 700;
	font-size: 15px;
	line-height: 34px;
	color: #333333;
	text-align: center;
}

.date_navi {
	position: relative;
	width: 120px;
	border: 1px solid #cbcbcb;
	box-sizing: border-box;
}

.date_navi .date_ipt {
	height: 30px;
	border: none;
}

.date_navi button {
	width: 29px;
	height: 20px;
	text-indent: -99999em;
}

.date_navi button.month_up {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../../images/util/slt_up.png) center 6px no-repeat;
}

.date_navi button.month_dn {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../../images/util/slt_down.png) center 6px no-repeat;
}

.err_notice_wrap {
	margin-top: 137px;
	padding: 70px 0 54px;
	border: solid #e3e3e3;
	border-width: 1px 0;
	text-align: center;
}

.err_notice_wrap .ico_boxed {
	display: inline-block;
	box-sizing: border-box;
	min-height: 88px;
	padding: 0 0 0 105px;
}

.err_notice_wrap .ico_boxed.page_err {
	background: url(../../images/util/ico_err2.png) 0 0 no-repeat;
}

.err_notice_wrap .ico_boxed.internal {
	background: url(../../images/util/ico_err.png) 0 0 no-repeat;
}

.err_notice_wrap .ico_boxed .txt {
	padding: 9px 0;
	font-weight: 700;
	font-size: 22px;
	line-height: 34px;
	color: #333333;
	white-space: nowrap;
	text-align: left;
}

.err_notice_wrap .ico_boxed .txt .name {
	display: inline-block;
	text-decoration: underline;
	color: #3f8f00;
}

.err_notice_wrap .greeting {
	margin: 40px 0 0;
	font-weight: 700;
	font-size: 15px;
	line-height: 27px;
	color: #333333;
	text-align: center;
}

.sitemap_wrap {}

.sitemap_wrap>ul {
	overflow: hidden;
	margin: 0 -30px -45px 0;
}

.sitemap_wrap>ul>li {
	float: left;
	margin: 0 30px 45px 0;
	width: 230px;
}

/* 사이트 카테고리 */
.sitemap_wrap>ul>li:nth-child(4n) {
	clear: both;
}

.sitemap_wrap>ul>li:last-child {
	margin-top: -205px;
}

.sitemap_wrap>ul>li .tit {
	margin: 0 0 24px;
	background: #ebf0f8;
	font-weight: 700;
	font-size: 18px;
	line-height: 57px;
	color: #333333;
	text-align: center;
}

.sitemap_wrap>ul>li>ul {
	overflow: hidden;
	width: 230px;
}

.sitemap_wrap>ul>li>ul>li {
	overflow: hidden;
	margin: 18px 0 0;
}

.sitemap_wrap>ul>li>ul>li:first-child {
	margin: 0;
}

.sitemap_wrap>ul>li>ul>li>a {
	display: block;
	position: relative;
	padding: 0 0 0 13px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}

.sitemap_wrap>ul>li>ul>li>a:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 4px;
	margin: -2px 0 0;
	background: #898a90;
}

.sitemap_wrap>ul>li>ul>li>a:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 9px;
	width: 7px;
	height: 11px;
	margin: -6px 0 0;
	background: url(../../images/common/btn_arr2.png) 0 0 no-repeat;
}

.sitemap_wrap>ul>li>ul>li>ul {
	margin: 10px 0 0;
	padding: 0 0 2px;
}

.sitemap_wrap>ul>li>ul>li>ul>li {
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	color: #666666;
}

.sitemap_wrap>ul>li>ul>li>ul>li a {
	display: block;
	padding: 0 0 0 11px;
}

.withdraw_cplt_wrap {
	padding: 70px 0 54px;
	border: solid #e3e3e3;
	border-width: 1px 0;
}

.withdraw_cplt_wrap .ico_boxed {
	display: table;
	box-sizing: border-box;
	width: 400px;
	height: 87px;
	margin: 0 auto;
	padding: 0 0 0 130px;
	background: url(../../images/member/ico_withdraw_complete.png) 0 0 no-repeat;
}

.withdraw_cplt_wrap .ico_boxed .txt {
	display: table-cell;
	font-weight: 700;
	font-size: 22px;
	line-height: 34px;
	color: #333333;
	vertical-align: middle;
	white-space: nowrap;
}

.withdraw_cplt_wrap .greeting {
	margin: 40px 0 0;
	font-weight: 700;
	font-size: 15px;
	line-height: 27px;
	color: #333333;
	text-align: center;
}

.answer_wrap {
	padding: 23px 30px 30px 30px;
	background: #f5f5f5;
}

.answer_wrap .answer_head {
	overflow: hidden;
	padding: 0 0 13px;
	border-bottom: 1px solid #dedede;
}

.answer_wrap .answer_head>* {
	float: left;
}

.answer_wrap .answer_head .writer {
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}

.answer_wrap .answer_head .info {
	margin: 0 0 0 30px;
}

.answer_wrap .answer_head .info ul {
	overflow: hidden;
}

.answer_wrap .answer_head .info ul li {
	float: left;
	margin: 0 0 0 20px;
	font-size: 16px;
	line-height: 30px;
	color: #777777;
}

.answer_wrap .answer_head .info ul li:first-child {
	margin: 0;
}

.answer_wrap .txt_box {
	position: relative;
	padding: 23px 0 20px;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}

.answer_wrap .txt_box .btn_box {
	display: inline-block;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
}

.answer_wrap .txt_box .btn_box a {
	float: left;
	margin: 0 0 0 10px;
}

.answer_wrap .txt_box .btn_box a:first-child {
	margin: 0;
}

.qna_write_wrap .file_box {}

.qna_write_wrap .file_box ul {}

.qna_write_wrap .file_box ul li {
	position: relative;
	margin: 5px 0 0;
	padding: 0 200px 0 125px;
	background: #f5f7fc;
}

.qna_write_wrap .file_box ul li .tit {
	display: block;
	position: absolute;
	top: 0;
	left: 30px;
	padding: 0 0 0 26px;
	background: url(../../images/common/ico_atch_tit.png) 0 center no-repeat;
	font-weight: 700;
	font-size: 14px;
	line-height: 45px;
	color: #7e838f;
}

.qna_write_wrap .file_box ul li .atch {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	font-size: 14px;
	line-height: 45px;
	color: #555555;
	white-space: nowrap;
	word-break: break-all;
	text-overflow: ellipsis;
}

.qna_write_wrap .file_box ul li .info {
	display: inline-block;
	position: absolute;
	top: 7px;
	right: 20px;
	overflow: hidden;
}

.qna_write_wrap .file_box ul li .info .cpc {
	overflow: hidden;
	float: left;
	font-size: 14px;
	line-height: 30px;
}

.qna_write_wrap .file_box ul li .info .cpc .number {
	display: inline-block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	width: 60px;
	text-align: right;
	white-space: nowrap;
	word-break: break-all;
	text-overflow: ellipsis;
}

.qna_write_wrap .file_box ul li .info .btn30 {
	float: right;
	margin: 0 0 0 50px;
}

.qna_write_wrap .file_box .sum {
	overflow: hidden;
}

.qna_write_wrap .file_box .sum .sum_num {
	float: left;
	font-size: 15px;
	line-height: 30px;
	color: #333333;
}

.qna_write_wrap .file_box .sum .sum_cpc {
	overflow: hidden;
	float: right;
	margin: 0 20px 0 0;
	font-size: 15px;
	line-height: 30px;
	color: #333333;
}

.qna_write_wrap .file_box .sum .sum_cpc>* {
	float: left;
	margin: 0 0 0 50px;
}

.qna_write_wrap .file_box .sum .sum_cpc>*:first-child {
	margin: 0;
}

.qna_write_wrap .file_box .sum .red {
	font-size: 15px;
	line-height: 30px;
}


.deli_tab_wrap {}

.deli_tab_wrap>div {
	display: none;
	overflow-x: scroll;
}

.deli_tab_wrap>div.on {
	display: block;
}

.deli_tab_wrap>div::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #f5f5f5;
}

.deli_tab_wrap>div::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background: #f5f5f5;
}

.deli_tab_wrap>div::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #888888;
	opacity: 0.5;
}

.pagination .register_btn {
	position: absolute;
	top: 0;
	right: 0;
}

.tbl_list {}

.tbl_list thead tr {}

.tbl_list thead tr th {
	padding: 5px 0;
	border: solid #8bb2e0;
	border-width: 1px 1px 1px 0;
	background: #d1e6ff;
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	text-align: center;
}

.tbl_list thead tr th:last-child {
	border-right: 0;
}

.tbl_list tbody tr {}

.tbl_list tbody tr.blue {
	background: #e9edf6;
}

.tbl_list tbody tr td {
	padding: 5px 10px;
	border: solid #cbcbcb;
	border-width: 0 1px 1px 0;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	word-break: break-all;
}

.tbl_list tbody tr td:last-child {
	border-right: 0;
}

.tbl_list tbody tr td .boxed {
	overflow: hidden;
}

.tbl_list tbody tr td .boxed>* {
	float: left;
	margin: 0 0 0 10px;
}

.tbl_list tbody tr td .boxed>*:first-child {
	margin: 0;
}

.tbl_list tbody tr td strong {
	font-weight: 700;
}

.tbl_list tbody tr td a {
	color: #2d5fc2;
	text-decoration: underline;
}

.tbl_list tbody tr td .btn30 {
	font-size: 13px
}

.tbl_list tbody tr td.chk {
	padding: 5px 0;
	line-height: 0;
	text-align: center;
}

.tbl_list tbody tr td.rdo {
	padding: 5px 0;
	line-height: 0;
	text-align: center;
}

.tbl_list tbody tr td.bd_l {
	border-left: 1px solid #cccccc;
}

.tbl_list tbody tr td.c {
	text-align: center !important;
}

.tbl_list tbody tr td.r {
	text-align: right !important;
}

.tbl_list tbody tr td .ess {
	color: #ea0b0b;
}

.tbl_list tbody tr td .dlt {
	margin: 0 0 0 4px;
	font-weight: 700;
	color: #324aff;
}

.tbl_list tbody tr td textarea {
	height: 80px;
	resize: none;
	overflow-y: visible;
}

.tbl_list tbody tr.even td {
	background: #f7f7f7;
}

.tbl_list tbody.txt_c tr td {
	text-align: center;
}

.enter_pw.line {
	margin: 50px 0 0;
	padding: 45px 0 0;
	border-top: 1px solid #e3e3e3;
}

.business_list_wrap {
	overflow-x: scroll;
}

.business_list_wrap::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #f5f5f5;
}

.business_list_wrap::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background: #f5f5f5;
}

.business_list_wrap::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #888888;
	opacity: 0.5;
}

.evaluation_result_wrap {
	overflow-x: scroll;
}

.evaluation_result_wrap::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #f5f5f5;
}

.evaluation_result_wrap::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background: #f5f5f5;
}

.evaluation_result_wrap::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #888888;
	opacity: 0.5;
}

.srch_box {
	position: relative;
	background: #f5f7fa;
}

.srch_box .tbl_srch {
	border-bottom: 1px solid #cbcbcb;
}

.srch_box .tbl_srch tbody tr th {
	padding: 5px 10px;
	font-weight: 700;
	font-size: 13px;
	border-top: 1px solid #cbcbcb;
	background: #e8edf7;
	color: #333333;
}

.srch_box .tbl_srch tbody tr td {
	padding: 5px 10px;
	border-top: 1px solid #cbcbcb;
	background: #f6f9ff;
}

.srch_box .tbl_srch tbody tr td .boxed {}

.srch_box .tbl_srch tbody tr td .boxed:after {
	display: block;
	content: '';
	clear: both;
}

.srch_box .tbl_srch tbody tr td .boxed>* {
	float: left;
	margin: 0 0 0 10px;
}

.srch_box .tbl_srch tbody tr td .boxed>*:first-child {
	margin: 0;
}

.srch_box .tbl_srch tbody tr td .boxed .txt {
	line-height: 30px;
}

.organization_chart {
	position: relative;
	width: 750px;
	background: url(../../images/introduce/bg_organization_chart.jpg) no-repeat;
}

.organization_chart h1 {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	width: 215px;
	margin: 0 0 0 -107px;
	padding: 33px 0 32px;
	background: url(../../images/introduce/bg_organization_head.gif) no-repeat;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}

.organization_chart h1 sub {
	font-size: 16px;
	vertical-align: baseline;
}

.organization_chart h1 .job {
	margin: 8px 0 0;
	font-size: 15px;
}

.organization_chart>ul {
	overflow: hidden;
	padding: 32px 0 0;
}

.organization_chart>ul>li {
	position: relative;
	z-index: 1;
	width: 215px;
	text-align: center;
}

.organization_chart>ul>li:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	width: 1px;
	height: 100%;
	background: #c1c1c1;
}

.organization_chart>ul>li.run {
	float: left;
}

.organization_chart>ul>li.mng {
	float: right;
}

.organization_chart>ul>li h2 {
	position: relative;
	z-index: 1;
	height: 50px;
	background: #6da608;
	font-weight: 700;
	font-size: 16px;
	line-height: 50px;
	color: #ffffff;
}

.organization_chart>ul>li h2:after {
	display: block;
	content: '';
	position: absolute;
	top: 32px;
	z-index: -1;
	background: #c1c1c1;
	width: 55px;
	height: 1px;
}

.organization_chart>ul>li>ul>li {
	margin: 20px 0 0;
	border: 2px solid #d1d1db;
	background: #ffffff;
}

.organization_chart>ul>li>ul>li .name {
	padding: 11px 0;
	border-bottom: 1px solid #cdcdcd;
	font-weight: 700;
	font-size: 16px;
	color: #333333;
}

.organization_chart>ul>li>ul>li .job {
	padding: 11px 0;
	font-size: 13px;
	line-height: 27px;
	color: #3f8f00;
}

.organization_chart>ul>li.mng h2 {
	background: #27aae0;
}

.organization_chart>ul>li.mng h2:after {
	left: -55px;
}

.organization_chart>ul>li.mng>ul>li .job {
	color: #007cdb;
}

.organization_chart>ul>li.run h2:after {
	right: -55px;
}


.business_wrap>ul {
	overflow: hidden;
}

.business_wrap>ul>li {
	float: left;
	width: 240px;
	margin: 0 15px 0 0;
}

.business_wrap>ul>li:last-child {
	margin: 0;
}

.business_wrap>ul>li .tit {
	background: url(../../images/introduce/business_bg1.gif) no-repeat;
	font-weight: 700;
	font-size: 20px;
	line-height: 60px;
	color: #ffffff;
	text-align: center;
}

.business_wrap>ul>li.bsn2 .tit {
	background: url(../../images/introduce/business_bg2.gif) no-repeat;
}

.business_wrap>ul>li.bsn3 .tit {
	background: url(../../images/introduce/business_bg3.gif) no-repeat;
}

.business_wrap>ul>li .txt {
	box-sizing: border-box;
	height: 180px;
	margin: 1px 0 0;
	padding: 15px 10px 15px 20px;
	background: #7a9b13;
	font-size: 15px;
	line-height: 26px;
	color: #ffffff;
}

.business_wrap>ul>li.bsn2 .txt {
	background: #2e60bf;
}

.business_wrap>ul>li.bsn3 .txt {
	background: #0d9ca9;
}