@charset "utf-8";

/* common */
.mb_dp {
	display: none !important;
}

.resmb80 {
	margin-bottom: 80px !important;
}

.w100per {
	width: 100% !important;
}

.respb20 {
	padding-bottom: 20px !important;
}

.resmb20 {
	margin-bottom: 20px !important;
}

.resmb15 {
	margin-bottom: 15px !important;
}

.chkrd_item {
	font-size: 0;
	line-height: 0;
}

.chkrd {
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
	position: relative;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}

.chkrd_lab {
	font-size: 16px;
	color: #4e4e4e;
	line-height: 23px;
	position: relative;
	display: inline-block;
	padding-left: 30px;
	cursor: pointer;
	height: 23px;
	white-space: nowrap;
}

.chkrd_lab:before {
	display: block;
	content: '';
	width: 21px;
	height: 21px;
	background: url("../images/ico_circhk.png") no-repeat 0 0/100% auto;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100%;
	border: 1px solid #ccc;
}

.chkrd:checked + .chkrd_lab {}

.chkrd:checked + .chkrd_lab:before {
	border-color: #2f68c2;
	background-color: #2f68c2;
	background-position: 0 -21px;
}

.chkrd_item.breaktype {}

.chkrd_item.breaktype .chkrd_lab {
	white-space: normal;
	height: auto;
	line-height: 1.3;
	min-height: 23px;
	box-sizing: border-box;
}

.chkrd_item.breaktype .chkrd_lab.whspace {
	white-space: nowrap;
	height: auto;
	line-height: 1.3;
	min-height: 23px;
	box-sizing: border-box;
}

.chkrd_item.breaktype .chkrd_lab:before {}

.chkrd_item.breaktype.mr10 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.disin {display: inline-block;}

.tab_item_hlist {
	display: flex;
	height: 65px;
	box-sizing: border-box;
}

.tab_item {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #d7d7d7;
	border-right: 0;
	position: relative;
	text-align: center;
}

.tab_item:last-of-type {
	border-right: 1px solid #d7d7d7;
}

.tab_item_text {
	font-size: 17px;
	color: #000000;
}

.tab_item.active {
	z-index: 2
}

.tab_item.active .tab_item_text {}

.tab_item.active:before {
	display: block;
	content: '';
	width: calc(100% + 2px);
	position: absolute;
	top: -1px;
	left: -1px;
	background: #000;
	height: 2px;
}

.tab_cont_w {
	margin-top: 40px;
}

.tab_cont {
	display: none;
}

.lcform {}

.respon_form_tb {
	display: table;
	width: 100%;
}

.respon_form_tr {
	display: table-row;
}

.respon_form_tr.hidden_tr {
	display: none;
}

.respon_form_cell {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 10px;
}

.respon_form_cell .form_warn_para {
	margin-bottom: 5px;
}

.respon_form_cell.define_th {
	width: 1px;
	padding: 17px 15px 0 0;
}

.respon_form_cell.define_td {}

/* .respon_form_tr:last-of-type .respon_form_cell{padding-bottom:0} */
.resp_thwpsp {
	font-size: 16px;
	color: #2b2b2b;
	line-height: 1;
	display: inline-block;
	white-space: nowrap;
}

input.form_input {
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	line-height: 1;
	font-size: 16px;
	color: #000;
	border-radius: 5px;
	padding: 0 15px;
	border: 1px solid #cccccc;
}

input.form_input:focus {
	border-color: #000;
}

input.inform_input.form_input {
	height: 48px;
	border: 0;
	background: transparent;
	width: 370px !important;
}

input.form_input.htype2 {
	height: 45px;
}

.pc_br {
	display: block;
}

.mb_br {
	display: none;
}

.rf_hitem_tb {
	display: table;
	width: 100%;
}

.rf_hitem_td {
	display: table-cell;
	vertical-align: middle;
}

.rf_hitem_td .form_input {}

.rf_hitem_td.has_btn {
	width: 1px;
	padding-left: 10px;
}

.btn_rfhitem {
	font-size: 16px;
	color: #ffffff;
	border-radius: 100px;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	padding: 0 25px;
	background: #2f68c2;
	display: inline-block;
}

.btn_rfhitem.type2 {
	background: #404d61;
}

.form_result_para {
	font-size: 16px;
	color: #2b2b2b;
	margin: 10px 0 10px;
	word-break: keep-all;
	display: none;
}

.respon_form_botcopy {
	padding: 23px 15px 0;
	margin: 23px 0 0;
	border-top: 1px solid #e7e7e7;
}

.impimg_para {
	font-size: 15px;
	padding: 4px 0 0 28px;
	position: relative;
	word-break: keep-all;
	color: #6d6c6c;
}

.impimg_para:before {
	display: block;
	content: '';
	width: 21px;
	height: 21px;
	background: url("../images/ico_imp.png") no-repeat 0 0/cover;
	position: absolute;
	top: 6px;
	left: 0;
}

.result_item_w {
	text-align: center;
}

.result_item {
	padding: 20px;
	border-bottom: 1px solid #e7e7e7;
	font-size: 18px;
	color: #333333;
	font-weight: 500;
}

.result_item:last-of-type {}

.result_item.main_item {
	border-color: #cacaca;
}

.result_item.sub_item {}

.rs_sym {
	color: #2f68c2;
}

.btn_botpos_w {
	margin-top: 35px;
	text-align: center;
}

.btn_botpos_w.type2 {
	padding-top: 40px;
	margin-top: 30px;
	border-top: 1px solid #e7e7e7;
}

.btn_bpsubmit {
	display: inline-block;
	background: #2f68c2;
	white-space: nowrap;
	border-radius: 100px;
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	text-align: center;
	min-width: 110px;
	color: #fff;
	font-size: 19px;
}

.form_warn_para {
	font-size: 14px;
	color: #ed4444;
	margin: 7px 7px 15px 10px;
	display: none;
	word-break: keep-all;
}



select.form_select {
	color: #4e4e4e;
	width: 100%;
	font-family: 'NotoSans-Regular';
	cursor: pointer;
	font-size: 16px;
	border: 1px solid #ccc;
	height: 50px;
	padding: 0 45px 0 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
	text-align: left;
	background: #fff url("../images/ico_select.png") no-repeat 100% 50%/33px auto;
	line-height: 48px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 110px;
}

.form_select::-ms-value {
	background: none;
	color: #6d6c6c;
}

.form_select::-ms-expand {
	display: none;
}

select.form_select.htype2 {
	height: 45px;
	line-height: 43px;
	font-size: 15px;
}

select.form_select.has_placeholder {
	color: #999;
	font-family: 'NotoSans-DemiLight';
}

select.form_select:focus {
	border-color: #000;
}

input[type="radio"].chkrd {}

input[type="radio"].chkrd:checked + .chkrd_lab {}

input[type="radio"].chkrd:checked + .chkrd_lab:before {
	background: url("../images/ico_cirradio.png") no-repeat 50% 50%/100% auto;
}

input[type="radio"].chkrd + .chkrd_lab {}

input[type="radio"].chkrd + .chkrd_lab:before {
	width: 24px;
	height: 24px;
	border: 1px solid #bbb;
	border-radius: 100%;
	box-sizing: border-box;
	background: #fff;
}

.chkrd_item.breaktype input[type="radio"].chkrd + .chkrd_lab {
	min-height: 24px;
}

.dot_vlist_w {}

.dot_vlist {}

.dot_vlist > li {
	position: relative;
	padding-left: 12px;
	font-size: 17px;
	color: #4e4e4e;
	margin-bottom: 20px;
	word-break: keep-all;
}

.dot_vlist > li:before {
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	background: #4e4e4e;
	border-radius: 100%;
	position: absolute;
	top: 12px;
	left: 0;
}

.dot_vlist > li:last-of-type {
	margin-bottom: 0;
}

@media (max-width:1023px) {
	.pc_br {
		display: none !important;
	}

	.mb_br {
		display: block !important;
	}

	.tab_item_hlist {
		height: 60px;
	}

	.tab_item_text {
		font-size: 14px;
		padding: 5px;
		line-height: 1.4;
	}

	.tab_cont_w {
		margin-top: 30px;
	}

	.chkrd_lab {
		font-size: 14px;
	}

	.chkrd_item.breaktype .chkrd_lab {
		line-height: 1.3;
		padding-top: 2px;
	}

	.btn_rfhitem {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
	}

	.respon_form_cell {
		padding-bottom: 5px;
	}

	.respon_form_cell.define_th {
		padding: 12px 7.5px 0 0;
	}

	.respon_form_cell.define_th.mbtype2 {
		padding: 7px 7.5px 0 0;
	}

	input.form_input {
		height: 40px;
		padding: 0 10px;
		font-size: 14px;
	}

	input.form_input.htype2 {
		height: 40px;
	}

	.rf_hitem_td.has_btn {
		padding-left: 5px;
	}

	.resp_thwpsp {
		font-size: 14px;
	}

	.form_result_para {
		margin: 5px 0;
		font-size: 13px;
	}

	.respon_form_botcopy {
		padding: 13px 0 0;
		margin: 8px 0 0 0;
	}

	.impimg_para {
		font-size: 13px;
		padding: 3.5px 0 0 23px;
	}

	.impimg_para:before {
		width: 17px;
		height: 17px;
	}

	.form_warn_para {
		font-size: 13px;
		margin: 5px 10px 10px
	}

	/*
    ::-webkit-input-placeholder{font-size:13px;}
    ::-moz-input-placeholder{font-size:13px;}
    :-ms-input-placeholder{font-size:13px;}
    ::-ms-input-placeholder{font-size:13px;}
    ::input-placeholder{font-size:13px;} */
	.respb20 {
		padding-bottom: 10px !important;
	}

	.resmb20 {
		margin-bottom: 10px !important;
	}

	.resmb15 {
		margin-bottom: 7px !important;
	}

	.result_item {
		font-size: 15px;
	}

	.btn_botpos_w {
		margin-top: 30px;
	}

	.btn_botpos_w.type2 {
		padding-top: 30px;
	}

	.btn_bpsubmit {
		height: 40px;
		line-height: 40px;
		min-width: 70px;
		font-size: 16px;
	}

	select.form_select {
		height: 40px !important;
		line-height: 38px !important;
		font-size: 14px;
		padding: 0 35px 0 10px;
		background-size: 25px auto;
	}

	.dot_vlist > li {
		padding-left: 8px;
		font-size: 14px;
		margin-bottom: 10px;
	}

	.dot_vlist > li:before {
		width: 3px;
		height: 3px;
		top: 9px;
	}


	.chkrd_item.breaktype input[type="radio"].chkrd + .chkrd_lab {}

	.mb_dp {
		display: block !important;
	}
}

@media (max-width:374px) {
	.btn_rfhitem {
		padding: 0 12px;
	}
}

@media (max-width:359px) {

	.rf_hitem_tb,
	.rf_hitem_td {
		display: block;
	}

	.rf_hitem_td.has_btn {
		padding: 5px 0 0 0;
	}
}

/* layer */
.dimbg {
	background-color: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.dimlayer_z {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	min-width: 280px;
	overflow: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	z-index: 1000
}

.dimlayer_z.active {
	display: block
}

.dimlayer_tb {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	position: relative;
	z-index: 3;
}

.dimlayer_td {
	display: table-cell;
	vertical-align: middle;
	padding: 30px;
}

.layer_box {
	max-width: 520px;
	background: #fff;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 40px 0 50px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e2e2e2;
}

.layer_titlow {
	text-align: center;
	padding: 0 50px 45px;
}

.layer_tit {
	font-size: 34px;
	line-height: 1;
	letter-spacing: -1px;
}

.layer_cont {
	padding: 0 34px
}

.btn_layerclose {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	line-height: 0;
}

.btn_layerclose:before,
.btn_layerclose:after {
	width: 18px;
	height: 2px;
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: #646464;
	margin: -1px 0 0 -9px;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
}

.btn_layerclose:before {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.btn_layerclose:after {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/* layer form */
.layer_cont.has_login_form {}

.layer_cont.has_searchform {}

.login_formlogo_low {
	text-align: center;
	font-size: 0;
	line-height: 0;
	margin-bottom: 20px;
}

.login_formlogo_low img {
	vertical-align: top;
	max-width: 117px;
}

.login_formcopy {
	font-size: 18px;
	color: #1b1b1b;
	text-align: center;
	line-height: 1.4;
}

.login_form {
	margin-top: 40px;
}

.form_vlow {
	margin-bottom: 10px;
}

.form_vlow .form_warn_para {}

.form_vlow:last-of-type {
	margin-bottom: 0;
}

.form_vlow input.form_input {}

input.form_input {}

.form_vlow.define_else {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 12px;
	margin-bottom: 20px;
}

.form_vlow.define_btn_submit {
	margin-bottom: 22px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 22px;
}

.form_vlow.define_btn_else {}

.btn_formlink {
	font-size: 16px;
	color: #2b2b2b;
	display: inline-block;
	line-height: 1;
}

.btn_formsm {
	font-size: 19px;
	color: #fff;
	display: block;
	padding: 13px 13px 13px;
	text-align: center;
	background: #2f68c2;
	border-radius: 100px;
}

.btn_formsm.type2 {
	background: #455267;
}

@media (max-width:1023px) {
	.resmb80 {
		margin-bottom: 40px !important;
	}

	.dimlayer_td {
		padding: 15px
	}

	.layer_titlow {
		padding: 0 30px 20px;
	}

	.layer_tit {
		font-size: 17px;
	}

	.layer_box {
		max-width: 100%;
		padding: 20px 0 25px;
	}

	.layer_cont {
		padding: 0 20px;
	}

	.btn_layerclose {
		width: 30px;
		height: 30px;
	}

	.btn_layerclose:before,
	.btn_layerclose:after {
		width: 12px;
		height: 2px;
		margin: -.5px 0 0 -6px;
	}

	.dimbg {
		width: 100% !important;
	}

	.login_formlogo_low {
		margin-bottom: 10px;
	}

	.login_formlogo_low img {
		max-width: 100px;
	}

	.login_formcopy {
		font-size: 15px;
	}

	.login_form {
		margin-top: 20px;
	}

	.form_vlow {
		margin-bottom: 5px;
	}

	.form_vlow.define_else {
		margin-top: 6px;
		margin-bottom: 15px;
	}

	.form_vlow.define_btn_submit {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.btn_formlink {
		font-size: 14px;
	}

	.btn_formsm {
		font-size: 16px;
		padding: 13px;
	}

}

@media (max-width:374px) {
	.layer_cont {
		padding: 0 15px;
	}
}



/* page */
.midbox_titlow {
	position: relative;
	padding: 0 25px 35px;
	text-align: center;
}

.midbox_tit {
	font-size: 22px;
	color: #1b1b1b;
	line-height: 1.4;
}

.midbox_titsub {
	font-size: 15px;
	color: #4e4e4e;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	position: relative;
	top: -2px;
}

.midbox_titlayer {
	position: absolute;
	top: 5px;
	right: 0;
	align-items: center;
	font-size: 15px;
	color: #4e4e4e;
}

.text_emp {
	color: #ed4444 !important;
}

.midbox_contlow {}

.midform_tbvlow_wrap {
	margin-bottom: 40px;
}

.midform_tbvlow_wrap:last-of-type {
	margin-bottom: 0
}

.midform_tbvlow_wrap .midform_tbvlow {
	margin-bottom: 0;
}

.midform_tbvlow {
	margin-bottom: 45px;
}

.midform_tbvlow:last-of-type {}

.midform_tbvlow .midform_tb {
	border-top-color: #a3a3a3;
}

.midform_tbvlow:last-of-type {
	margin-bottom: 0;
}

.midform_tb_w {}

.midform_tb {
	width: 100%;
	border-top: 1px solid #e7e7e7;
}

.midform_tb tr {}

.midform_tb tr th,
.midform_tb tr td {
	border-bottom: 1px solid #e7e7e7;
	text-align: left;
	padding: 15px;
}

.midform_tb tr th {
	width: 1px;
	padding: 15px 20px;
}

.midform_tb tr td {}

.midform_tb td.has_chkcell {
	padding: 15px 20px;
}

.midform_wpsp {
	display: inline-block;
	white-space: nowrap;
	color: #4e4e4e;
	font-size: 17px;
	line-height: 1;
	position: relative;
}

.midform_wpsp.define_emp {
	padding: 0 8px 0 0;
}

.midform_wpsp.define_emp:after {
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	background: #2f68c2;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -1px
}

.midform_wpsp.define_emp.etype2:after {
	top: 8px;
	margin-top: 0;
}

.wpsp_sub {
	display: block;
	font-size: 15px;
	color: #999999;
	margin-top: 3px;
}

.td_intb {
	display: table;
	width: 100%;
}

.td_incell {
	display: table-cell;
	vertical-align: middle;
}

.td_incell.define_grow {}

.td_incell.define_shrink {
	width: 1px;
	padding-left: 13px;
}

.td_incell.define_shrink .chkrd_item {}

.td_incell:last-of-type {}

.btn_insm {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	color: #fff;
	font-size: 16px;
	padding: 0 20px;
	background: #404d61;
	border-radius: 100px;
}

.inform_htb {
	display: flex;
	align-items: center;
}

.inform_htcell {}

.inform_htcell .form_input {}

.inform_htcell:last-of-type {}

.inform_htcell.has_etext {
	flex-shrink: 0;
	text-align: center;
	padding: 0 10px;
}

.inform_etext {}

.form_input_w {}

.form_input_w .form_input {}

.midform_tb .form_warn_para {
	margin-bottom: 0
}

.form_infxwrap {
	display: flex;
}

.form_infxwrap > .form_input_w {
	flex-grow: 1;
}

.form_infxwrap > .form_haschk {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	padding-left: 10px;
}

.form_input.res_ph {}

.form_input.res_ph::-webkit-input-placeholder {
	color: #999999;
	font-family: 'NotoSans-DemiLight';
}

.form_input.res_ph::-moz-input-placeholder {
	color: #999999;
	font-family: 'NotoSans-DemiLight';
}

.form_input.res_ph:-ms-input-placeholder {
	color: #999999;
	font-family: 'NotoSans-DemiLight';
}

.form_input.res_ph::-ms-input-placeholder {
	color: #999999;
	font-family: 'NotoSans-DemiLight';
}

.form_input.res_ph::input-placeholder {}

.form_select {}

.form_select.has_placeholder {}

.mb_res_ph {
	display: none;
}

.btn_midsm_w {
	text-align: center;
	padding: 40px 0 0;
}

.btn_midsm_w.ptype2 {
	padding-top: 60px;
}

.btn_midsm_w.ptype3 {
	padding-top: 15px;
	padding-bottom: 25px;
}

.btn_midsm_w.ptype4 {
	text-align: right;
	padding: 40px 0 0;
}

.btn_midsm_w.has_bigtype .btn_midsm {
	min-width: 108px;
	padding-top: 13px;
	padding-bottom: 13px;
}

.btn_midsm_w.has_single .btn_midsm {
	min-width: 300px;
}

.btn_midsm {
	display: inline-block;
	font-size: 19px;
	font-weight: 500;
	color: #fff;
	border-radius: 100px;
	padding: 12px 45px;
	border: 1px solid #2f68c2;
	background: #2f68c2;
	margin: 0 3px;
}

.btn_midsm02 {
	display: inline-block;
	font-size: 19px;
	font-weight: 500;
	color: #fff;
	border-radius: 100px;
	padding: 12px 45px;
	border: 1px solid #2f68c2;
	background: #2f68c2;
	margin: 0 3px;
}

.btn_midsm.define_sm {}

.btn_midsm.define_big {}

.btn_midsm.type2 {
	background-color: #fff;
	color: #2f68c2;
	font-weight: 500;
}

.form_agrbox {
	margin-top: 30px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 0 18px;
}

.form_agrtit {
	padding: 18px 8px;
	border-bottom: 1px solid #e7e7e7;
}

.form_agrtit .chkrd_item {}

.form_agrtit .chkrd_lab {}

.form_agrcont {
	padding: 18px
}
.mdf_hincell.res_wid_long .search_area {width:auto;}
.mdf_hincell.res_wid_long .chk_form {margin-top: 15px;}
.inform_field {
	border-radius: 25px;
	display: flex;
	font-size: 0;
	line-height: 0;
	box-sizing: border-box;
	height: 50px; 
	background: #f1f3f4;
	width: 421px;
}

.inform_fcell {}

.inform_field.focus {
	border-color: #000;
}

.inform_fcell.has_input {
	flex-grow: 1;
}

.inform_fcell.has_chk {
	flex-shrink: 0;
}

.inform_fcell.has_chk .chkrd_item {}

.inform_fcell.has_btn {
    flex: 1 1 auto;
}

.btn_informsearch {
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url("../images/ico_formsearch.png") no-repeat 50% 50%/22px auto;
}

.agr_vlist {}

.agr_vlist .chkrd_item {}

.agr_vlist > li {
	margin-bottom: 13px;
}

.agr_vlist > li:last-of-type {
	margin-bottom: 0;
}

.midcont_contbox.end_templete {
	padding-top: 35px;
	text-align: center;
}

.etemplow {
	padding: 25px 0;
	border-bottom: 1px solid #e7e7e7;
}

.etemplow:last-of-type {
	border-bottom: 0
}

.etemplow:last-of-type {
	border-bottom: 0;
}

.etemplow.end_templow01 {}

.etemplow.end_templow02 {}

.etemplow.end_templow03 {
	padding: 25px 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.etemplow.end_templow04 {
	border-bottom: 0;
	padding-bottom: 10px
}

.etemp_coment {
	font-size: 17px;
	color: #6d6c6c;
	word-break: keep-all;
}

.ico_cirtemp {
	position: relative;
	width: 81px;
	height: 81px;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
	background: url("../images/ico_cirmen.png") no-repeat 50% 50%/100% auto;
}

.ico_cirtemp:after {
	display: block;
	content: '';
	position: absolute;
	top: -7px;
	right: -5px;
	width: 30px;
	height: 30px;
	background: #2f68c2 url("../images/ico_chk30.png") no-repeat 50% 50%/100% auto;
	border-radius: 100%;
}

.end_temp_guide {
	font-size: 25px;
	color: #2b2b2b;
	line-height: 1.5;
	margin-top: 30px;
	font-weight: 500;
	letter-spacing: -1px;
	font-family: 'NotoSans-Medium';
}

.tguide_01,
.tguide_02 {
	word-break: keep-all;
}

.tguide_01 {}

.tguide_02 {}

.data_lkfxwrap {
	display: flex;
	justify-content: center;
	padding: 0 0 10px 0;
}

.data_lkfxitem {
	font-size: 17px;
	color: #2b2b2b;
	padding: 0 10px;
}

.data_linkage {
	font-size: 17px;
	color: #2b2b2b;
	margin-bottom: 0;
}

.data_linkage:last-of-type {
	margin-bottom: 0;
}

.btn_mdcsm {
	display: inline-block;
	white-space: nowrap;
	margin: 0 5px;
	color: #fff;
	font-weight: 500;
	font-size: 19px;
	padding: 18px 40px;
	line-height: 1;
	background: #2f68c2;
	border-radius: 100px;
}

.btn_mdcsm.type2 {
	background: #455267;
}

.btn_mdcsm.define_sm {
	flex-shrink: 0;
}

.btn_mdcsm.define_big {
	flex-grow: 1;
}

.mguide_vlist_w {}

.mguide_vlist_w.botpos_type {
	margin-top: 140px;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 0 60px
}

.mguide_vlist_w.botpos_type .mguide_vlist > li {
	padding: 45px 0;
}

.mguide_vlist {}

.mguide_vlist > li {
	border-bottom: 1px solid #e7e7e7;
	padding: 40px 0;
}

.mguide_vlist > li:first-of-type {
	padding-top: 0;
}

.mguide_vlist > li:last-of-type {}

.mguide_vlist02 > li {
	border-bottom: 1px solid #e7e7e7;
	padding: 40px 0;
}

.mguide_vlist02 > li:first-of-type {
	padding-top: 0;
}

.mguide_vlist02 > li:last-of-type {
	border-bottom: none;
}

.mguide_vg {
	text-align: center;
}

.mguide_vtit {
	font-size: 32px;
	color: #1b1b1b;
	font-weight: 500;
	letter-spacing: -1px;
	word-break: keep-all;
}

.mguide_vsub {
	font-size: 24px;
	color: #333333;
	letter-spacing: -1px;
	margin-top: 5px;
	word-break: keep-all;
}

.mguide_tail {
	font-size: 17px;
	color: #4e4e4e;
	padding: 0 25px;
	line-height: 1.9;
	word-break: keep-all;
}

.guide_ftb {
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding: 0 55px;
}

.guide_ftr {
	display: table-row;
}

.guide_ftcell {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 15px;
}

.guide_ftr:last-of-type .guide_ftcell {
	padding-bottom: 0 !important;
}

.guide_ftcell.define_th {
	width: 170px;
	text-align: center;
}

.guide_ftcell.define_td {
	padding: 0 18px 15px;
}

.gft_wpsp {
	display: block;
	color: #2f68c2;
	font-size: 18px;
	border: 1px solid #2f68c2;
	border-radius: 100px;
	padding: 12px 25px;
	font-weight: 500;
	white-space: nowrap;
}

.gft_data {
	font-size: 18px;
	color: #333333;
	line-height: 1.3;
	word-break: keep-all;
}

.btn_botitem_w {
	text-align: center;
	margin-top: 30px;
}

.btn_botitem {
	display: inline-block;
	font-size: 21px;
	color: #fff;
	font-weight: 500;
	background-color: #2f68c2;
	border-radius: 100px;
	padding: 17px 50px;
}

.fdset_guidebox_w {
	margin-top: 75px;
}

.fdset_guidebox {
	border: 1px solid #2f68c2;
	border-radius: 5px;
	padding: 40px 50px;
	position: relative;
}

.fdset_guidebox legend {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	text-align: center;
	overflow: visible;
}

.leg_title {
	box-sizing: border-box;
	border: 1px solid #2f68c2;
	border-radius: 100px;
	font-size: 21px;
	display: inline-block;
	transform: translateY(-50%);
	line-height: 1;
	text-align: center;
	padding: 15px 40px 16px;
	font-weight: 500;
	background: #f1fff8;
	color: #2f68c2;
}

.fdset_guidebox .dot_vlist_w {}

.mdfin_flist_w {
	margin: 0 -30px -8px 0;
}

.mdfin_flist_w.short_type {
	padding: 13px 0;
}

.mdfin_flist {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.mdfin_flist > li {
	margin: 0 27px 8px 0;
}

.mdfin_flist > li .chkrd_item {}

.mdfin_flist > li:last-of-type {}

.mdfin_flist_w.type2 {
	margin: 0 -30px -8px 0;
}

.mdfin_flist_w.type2 .mdfin_flist {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.mdfin_flist_w.type2 .mdfin_flist > li {
	margin: 0 30px 8px 0;
}

.mdfin_flist_w.type2 .mdfin_flist > li .chkrd_item {}

.mdfin_flist_w.type2 .mdfin_flist > li:last-of-type {}

.mdfin_flist_w.type3 {}

.mdfin_flist_w.type3 .mdfin_flist {}

.mdfin_flist_w.type3 .mdfin_flist > li {}

.mdfin_flist_w.type3 .mdfin_flist > li .chkrd_item {}

.mdfin_flist_w.type3 .mdfin_flist > li:last-of-type {}

.mdf_data {
	font-size: 17px;
	color: #333333;
	padding: 17px 0 16px;
	line-height: 1;
}

.mdf_hinform {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.mdf_hinform.mdf_tdvlow {}

.mdf_hincell {
	display: table-cell;
	vertical-align: middle;
}

.mdf_hincell.nbsp {
	width: 10px;
}

.mdf_hincell.res_wid_short {
	width: 40%;
}

.mdf_hincell.res_wid_long {}

.mdf_hincell .form_input {
	width: 100%;
}

.mdf_tdvlow {
	margin-bottom: 10px;
}

.mdf_tdvlow:last-of-type {
	margin-bottom: 0;
}

.tdvlow_tit {
	font-size: 15px;
	margin: 0 0 5px;
}

.tdvlow_cont {}

.tdvlow_cont.form_input_w {}

.mdfchk_fxwrap {
	display: flex;
	padding: 15px 0;
}

.mdfchk_fxshort {
	flex-shrink: 0;
	flex-basis: 40%;
	padding: 0 30px 0 0;
}

.mdfchk_fxshort .fitem_vlist {}

.mdfchk_fxlong {}

.mdfchk_fxlong .fitem_vlist {}

.fitem_vlist {}

.fitem_vlist > li {
	margin-bottom: 15px;
}

.fitem_vlist > li .chkrd_item {}

.fitem_vlist > li:last-of-type {
	margin-bottom: 0;
}

.mcfchk_etc_fxwrap {
	display: flex;
	margin-top: 0;
	align-items: center;
}

.mcfchk_etc_fxcell {}

.mcfchk_etc_fxcell.define_short {
	flex-shrink: 0;
}

.mcfchk_etc_fxcell.define_short .chkrd_item {}

.mcfchk_etc_fxcell.define_long {
	flex-grow: 1;
	margin-left: 15px;
}

.mcfchk_etc_fxcell.define_long .form_input {}

.mdbox_tab_fxwrap {
	display: flex;
	align-items: center;
	text-align: center;
}

.mdbox_tab_fxwrap02 {
	display: flex;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
	gap: 7px;
	width: 100%;
}

.mdbox_tab_fxwrap03 {
	display: flex;
	text-align: center;
}

.mdbox_tab_fxwrap04 {
	display: flex;
	align-items: center;
	text-align: center;
	width: 100%;
}

.mdbox_tab:first-of-type {
	border-left: 1px solid #d7d7d7;
	position: relative;
}

.mdbox_tab {
	border: 1px solid #d7d7d7;
	border-left: 0;
	color: #6d6c6c;
	padding: 20px 10px;
	flex-grow: 1;
	position: relative;
}

.mdbox_tab.btabh {
	padding: 30px 5px 30px 35px;
	background: #fafafa;
}

.mdbox_tab02:first-of-type {
	border-left: 1px solid #d7d7d7;
	position: relative;
}

.mdbox_tab02 {
	padding: 15px 15px;
	flex-grow: 0;
	position: relative;
	background: #f1f3f4;
	color: #000;
	border-radius: 10px;
}

.mdbox_tabtext {
	font-size: 16px;
}

.mdbox_tabtext02 {
	font-size: 16px;
	white-space: nowrap;
}

.mdbox_tab.active {
	z-index: 5;
}

.mdbox_tab.active:after {
	display: block;
	content: '';
	height: 2px;
	width: calc(100% + 2px);
	left: -1px;
	background: #000000;
	position: absolute;
	top: -1px;
}

.mdbox_tab.active .mdbox_tabtext {
	color: #1f1f1f;
}

.mdbox_tab.active .mdbox_tabtext02 {
	color: #1f1f1f;
}

.mdbox_tab02.active {
	z-index: 5;
}

.mdbox_tab02.active {
	z-index: 5;
}

.mdbox_tab02.active {
	z-index: 5;
}

.mdbox_tab02.active {
	z-index: 5;
}

.mdbox_tab02.active {
	z-index: 5;
}

.mdbox_tab02.active {
	z-index: 5;
}

.mdbox_tab02.active {
	display: block;
	background: #2f68c2;
	color: #fff;
}

.mdbox_tab02.active .mdbox_tabtext {
	color: #fff;
}

.mdbox_tab02.active .mdbox_tabtext02 {
	color: #1f1f1f;
}

.mdbox_tab02:last-of-type .mdbox_tabcont_zone {
	margin-top: 30px;
}

.mdbox_tabcont {
	display: none;
}

.mdep_vlist_w {}

.mdep_vlist {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
}

.mdep_vlist > li {
	padding: 15px 20px;
	box-sizing: border-box;
	width: 33.3333333333333333333333333333333%;
}

.mdep_vlist > li:last-of-type {}

.mdep_w {}

.mdep_onelow {
	margin: 0 0 15px 0;
}

.mdep_onelow .chkrd_item {}

.mdep_w .mdep_twolow {
	margin-left: 30px;
}

.mdep_twovlist {}

.mdep_twovlist > li {
	margin-bottom: 15px;
}

.mdep_twovlist > li .chkrd_item {}

.mdep_twovlist > li:last-of-type {
	margin-bottom: 0;
}

.res_intb {
	display: block;
}

.res_incell {}

.res_incell.res_inshort {}

.res_incell.res_inshort .chkrd_lab {
	white-space: nowrap;
}

.res_incell.res_inlong {
	margin-top: 10px;
}

.res_incell.res_inlong .form_input {}

.res_fktb_w {}

.res_fktb {
	display: table;
	width: 100%;
	border-top: 1px solid #e7e7e7;
}

.res_fktr {
	display: table-row;
}

.res_fkcell {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #e7e7e7;
}

.res_fkcell.res_fkth {
	border-right: 1px solid #e7e7e7;
	text-align: center;
}

.res_fkcell.res_fktd {}

.res_fkwpsp {
	display: inline-block;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
}

.res_fkinlow {
	padding: 20px 15px;
}

.res_fkinlow:last-of-type {
	border-bottom: 0;
}

.rdchk_vtlist {}

.rdchk_vtlist > li {
	margin-bottom: 15px;
}

.rdchk_vtlist > li .chkrd_item {}

.rdchk_vtlist > li:last-of-type {
	margin-bottom: 0;
}

.btn_mdfcont_low {
	margin-top: 20px;
	text-align: center;
}

.btn_mdfcont {
	padding-left: 40px;
	display: inline-block;
	position: relative;
	margin: 0 10px;
}

.btn_mdfcont.type2 {}

.btn_mdfcont.type2 .mdfcont_in {}

.btn_mdfcont.type2:before {
	background-position: 0 -32px;
}

.mdfcont_in {
	font-size: 16px;
	display: inline-block;
	color: #333333;
	line-height: 32px;
	white-space: nowrap;
	height: 32px;
}

.btn_mdfcont:before {
	display: flex;
	align-items: center;
	justify-content: center;
	content: '';
	width: 32px;
	height: 32px;
	font-size: 27px;
	background: #2f68c2 url("../images/ico_addm.png") no-repeat 0 0/100% auto;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-weight: 500;
}

.midform_botguidebox {
	margin-top: 80px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 20px;
}

.mbotguide {
	font-size: 15px;
	color: #4e4e4e;
}

.mbotguide_chklow {
	margin-top: 15px;
}

.mbotguide_chklow .chkrd_item {}

.midc_agrguide {
	font-size: 16px;
	color: #4e4e4e;
	line-height: 1.7;
	padding: 30px 10px;
	border-top: 1px solid #a3a3a3;
	border-bottom: 1px solid #e7e7e7;
}

.midc_vagr_list_w {
	padding: 30px 0 50px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 30px;
}

.midc_vagr_list {
	padding: 0 20px;
}

.midc_vagr_list > li {
	margin-bottom: 50px;
}

.midc_vagr_list > li:last-of-type {
	margin-bottom: 0;
}

.midc_agr_low {}

.midc_agr_low .chkrd_item {}

.agr_chktit {
	font-size: 17px;
	color: #333;
}

.agr_chksub {
	margin: 7px 0 0 0;
	font-size: 15px;
	color: #6d6c6c;
}

.agr_data_tb_low {
	margin: 20px 0 0 0;
}

.agr_data_tb_low .data_htb {}

.data_htb {
	display: table;
	width: 100%;
	border-top: 1px solid #a3a3a3;
	table-layout: fixed;
	border-bottom: 1px solid #e7e7e7;
}

.data_htb .wid_xlg {}

.data_htb .wid_mid {
	width: 22%
}

.data_htb .wid_sm {
	width: 15%
}

.data_htb thead {}

.data_htb thead th {
	border-bottom: 1px solid #e7e7e7;
	text-align: center;
	padding: 15px 10px;
}

.data_htb tbody td {
	text-align: center;
	padding: 15px 10px;
}

.data_htb tbody td.align_left {
	text-align: left;
}

.data_thtxt {
	font-size: 16px;
	color: #4e4e4e;
	display: inline-block;
	line-height: 1;
}

.data_tdtxt {
	font-size: 16px;
	color: #6d6c6c;
	line-height: 1.5;
}

.midc_botchk_w {
	display: flex;
	align-items: center;
	justify-content: center;
}

.midc_botchk_w .chkrd_item {
	margin-right: 30px;
}

.midc_botchk_w .chkrd_item:last-of-type {
	margin-right: 0;
}

.mb_thtxt {
	display: none;
}

.mdc_event_box {
	margin-top: 80px;
	border-radius: 18px;
	padding: 38px 55px 25px;
	background: url("../images/bg_exevent.jpg") no-repeat 50% 0/cover;
}

.mdc_event_titlow {
	text-align: center;
}

.mdc_event_tit {
	font-size: 30px;
	color: #fdd100;
	font-family: 'NotoSans-Medium';
}

.mdc_whilelow {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px 0;
}

.mdc_wfitem {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 45px;
}

.mdc_wfitem:last-of-type {
	margin-right: 0;
}

.mdc_wflab {
	display: inline-block;
	min-width: 130px;
	padding: 0 20px;
	text-align: center;
	box-sizing: border-box;
	height: 43px;
	line-height: 43px;
	white-space: nowrap;
	background: #2f68c2;
	border-radius: 100px;
	font-size: 19px;
	color: #ffffff;
	font-family: 'NotoSans-Medium';
}

.mdc_wfvalue {
	display: inline-block;
	font-size: 21px;
	color: #fff;
	margin-left: 15px;
}

.mdc_contlow {
	background: #fff;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.mdc_cfxwrap {
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 28px;
}

.mdc_cfxcell {
	flex: 1;
}

.mdc_cfxpro {
	margin-bottom: 15px;
}

.mdc_cfxpro > img {
	vertical-align: top;
}

.mdc_cfxname {
	display: inline-block;
	color: #17103c;
	font-size: 21px;
	font-family: 'NotoSans-Medium';
	border: 1px solid #e5007f;
	border-radius: 10px;
	padding: 10px 40px;
}

.mdc_cfxcircle {
	display: flex;
	width: 75px;
	height: 75px;
	align-items: center;
	justify-content: center;
	background: #e5007f;
	border-radius: 100%;
	margin: 0 auto 0;
}

.cfxcircle_in {
	color: #fff;
	font-size: 18px;
	font-family: 'NotoSans-Medium';
	line-height: 1.3;
}

.mdc_cfxcbox {
	display: inline-block;
	background: #e5007f;
	border-radius: 10px;
	padding: 14px 30px
}

.mdc_cfxcbox .cfxcircle_in {}

.mdc_cfxcont {
	margin-top: 10px;
}

.mdc_botlow {
	margin-top: 15px;
	text-align: center;
}

.mdc_botcoment {
	color: #fff;
	font-size: 15px;
}

.scont {
	display: none;
}

@media (max-width:1023px) {
	.respon_tr_pd {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 0 15px 20px;
	}
	.midbox_titlow {
		padding-bottom: 15px;
	}


	.midbox_titsub {
		font-size: 13px;
		margin: 2px 0 0 0;
		top: 0;
		display: block;
	}

	.btn_insm {
		height: 40px;
		line-height: 40px;
		font-size: 13px;
		padding: 0 15px;
	}

	.td_incell.define_shrink {
		padding: 5px 0 0 0;
		width: auto;
	}

	.td_incell.define_shrink.type2 {
		padding: 5px 0 0 0;
	}

	.wpsp_sub {
		font-size: 11px;
	}


	.midcont_contbox.end_templete {
		padding-top: 15px;
	}
	.mdf_hincell.res_wid_long .search_area {width:100%;}
	.inform_field {
	    height: 40px;
	    width: 100%;
	    display: block;
	    position: relative;
	}

	.btn_informsearch {
		width: 38px;
		height: 38px;
		background-size: 15px;
	}

	input.inform_input.form_input {
		height: 38px;
		width:100% !important;
	}
	.inform_fcell.has_btn {
		position: absolute;
	    right: 0;
	    top: 0;
    }
    .mdf_hincell.res_wid_long .chk_form {
	    margin-top: 10px;
	    float: right;
	}
	.end_temp_guide {
		font-size: 20px;
		margin-top: 15px;
	}

	.etemp_coment {
		font-size: 14px;
	}

	.data_linkage {
		font-size: 15px;
	}

	.etemplow.end_templow03 {
		display: block;
		padding: 22px 0 0;
		text-align: center;
	}

	.btn_mdcsm {
		font-size: 17px;
		padding: 17px 25px;
		margin: 3px;
	}

	.btn_midsm_w {
		padding: 25px 0 0 !important;
	}

	.btn_midsm_w.has_single .btn_midsm {
		min-width: 0;
	}

	.btn_midsm_w.has_bigtype .btn_midsm {
		min-width: 24%;
	}

	.btn_midsm {
		padding: 14px 30px !important;
		font-size: 16px;
		margin: 3px;
	}

	.form_agrbox {
		margin-top: 20px;
		padding: 0 10px;
	}

	.form_agrtit {
		padding: 15px 0;
	}

	.form_agrcont {
		padding: 15px 10px;
	}

	.etemplow.end_templow04 {
		padding-bottom: 0
	}

	.data_lkfxwrap {
		padding: 0 0 5px 0;
		display: block;
	}

	.data_lkfxitem {
		font-size: 15px;
		padding: 0;
	}

	.form_input.res_ph {}

	.form_input.res_ph::-webkit-input-placeholder {
		color: transparent
	}

	.form_input.res_ph::-moz-input-placeholder {
		color: transparent
	}

	.form_input.res_ph:-ms-input-placeholder {
		color: transparent
	}

	.form_input.res_ph::-ms-input-placeholder {
		color: transparent
	}

	.form_infxwrap {
		display: block;
	}

	.form_infxwrap > .form_haschk {
		display: block;
		padding: 5px 0 0 0;
	}

	.mb_res_ph {
		font-size: 13px;
		margin-top: 5px;
		display: block;
		color: #999;
		word-break: keep-all;
	}

	.mguide_vtit {
		font-size: 20px;
	}

	.mguide_vsub {
		font-size: 16px;
		margin-top: 3px;
	}

	.mguide_vlist > li {
		padding: 20px 0;
	}

	.mguide_tail {
		font-size: 14px;
		padding: 0 15px;
	}

	.guide_ftb {
		padding: 0 15px;
	}

	.guide_ftcell {
		padding: 0 0 5px;
	}

	.guide_ftcell.define_th {
		width: 1px;
	}

	.guide_ftcell.define_td {
		padding: 0 0 5px 10px;
	}

	.gft_wpsp {
		font-size: 14px;
		padding: 8px 15px;
	}

	.gft_data {
		font-size: 14px;
	}

	.btn_botitem_w {
		margin-top: 20px;
	}

	.btn_botitem {
		font-size: 16px;
		padding: 10px 25px;
	}

	.fdset_guidebox_w {
		margin-top: 50px;
	}

	.fdset_guidebox {
		padding: 40px 20px 20px;
	}

	.leg_title {
		font-size: 16px;
		padding: 10px 20px 11px;
	}

	.mdf_data {
		font-size: 14px;
		padding: 13px 0 13px;
	}

	.mdf_hinform {
		display: block;
		width: auto;
	}

	.mdf_hinform.mdf_tdvlow {}

	.mdf_hincell {
		display: block;
		width: auto !important;
		margin-bottom: 5px;
	}

	.mdf_hincell:last-of-type {
		margin-bottom: 0;
	}

	.mdf_hincell.nbsp {
		display: none;
	}

	.mdf_hincell.res_wid_long {
		display: none;
		transform: translate3D(0, 30px, 0);
		width: 100% !important;
		left: 0;
		background: #fff;
		padding: 15px;
		box-sizing: border-box;
		border-top: 1px solid #e2e2e2;
	}

	.mdfin_flist_w {
		margin: 0;
	}

	.mdfin_flist {
		display: block;
	}

	.mdfin_flist_w.short_type {
		padding: 5px 0
	}

	.mdfin_flist > li {
		margin: 0 0 10px 0;
	}

	.mdfin_flist > li:last-of-type {
		margin: 0
	}

	.tdvlow_tit {
		font-size: 13px;
	}

	.mdfchk_fxwrap {
		display: block;
	}

	.fitem_vlist > li {
		margin-bottom: 10px;
	}

	.mdfchk_fxshort {
		padding: 0
	}

	.mdfchk_fxlong {
		margin-top: 10px;
	}

	.mcfchk_etc_fxwrap {
		display: block;
		margin-top: -5px;
	}

	.mcfchk_etc_fxcell.define_long {
		margin: 5px 0 0 0;
	}

	.td_intb {
		display: block;
	}

	.td_incell {
		display: block;
	}

	.inform_htcell.has_etext {
		padding: 0 5px;
	}

	.mdbox_tab_fxwrap {
		flex-wrap: wrap;
		align-items: inherit;
		border-bottom: 1px solid #d7d7d7;
	}

	.mdbox_tab_fxwrap02 {
		flex-wrap: wrap;
		align-items: inherit;
		justify-content: center;

	}

	.mdbox_tab_fxwrap03 {
		flex-wrap: wrap;
		align-items: inherit;
		border-bottom: 1px solid #d7d7d7;
	}

	.mdbox_tab {
		box-sizing: border-box;
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px;
		border: 1px solid #d7d7d7;
		border-right: 0;
		border-bottom: 0;
		background: #fff;
		box-sizing: border-box;
	}

	.mdbox_tab:nth-of-type(2n) {
		border-right: 1px solid #d7d7d7;
	}

	.mdbox_tab02 {
		box-sizing: border-box;
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px;
		border: 1px solid #d7d7d7;
		border-right: 0;
		border-bottom: 0;
		background: #fff;
		box-sizing: border-box;
	}

	.mdbox_tab_fxwrap02 .mdbox_tab02 {
		box-sizing: border-box;
		width: 32%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px;
		border: 1px solid #d7d7d7;
		background: #fff;
		box-sizing: border-box;
	}

	.mdbox_tab_fxwrap02 .mdbox_tab02.active {
		display: block;
		background: #2f68c2;
		color: #fff;
		border-color: #2f68c2;
	}

	.mdbox_tab02:nth-of-type(2n) {
		border-right: 1px solid #d7d7d7;
	}

	.mdbox_tabtext {
		font-size: 14px;
		word-break: keep-all;
	}

	.mdbox_tabtext02 {
		font-size: 14px;
		word-break: keep-all;
	}

	.mdep_vlist {
		display: block;
	}

	.mdep_vlist > li {
		padding: 20px 0;
		width: auto;
	}

	.res_intb {
		display: block
	}

	.res_incell {
		display: block;
		width: auto !important;
		margin-bottom: 5px;
	}

	.res_incell:last-of-type {
		margin-bottom: 0
	}

	.res_fkwpsp {
		font-size: 14px;
		padding: 5px;
	}

	.res_fkinlow {
		padding: 10px;
	}

	.btn_mdfcont {
		padding-left: 28px;
		margin: 0 5px;
	}

	.btn_mdfcont.type2 {}

	.btn_mdfcont.type2 .mdfcont_in {}

	.mdfcont_in {
		font-size: 14px;
		line-height: 23px;
		height: 23px;
	}

	.btn_mdfcont:before {
		width: 23px;
		height: 23px;
	}

	.btn_mdfcont.type2:before {
		background-position: 0 -23px;
	}

	.midform_botguidebox {
		margin-top: 40px;
		padding: 15px;
	}

	.mbotguide {
		font-size: 14px;
	}

	.mbotguide_chklow {
		margin-top: 15px;
	}

	.mbotguide_chklow .chkrd_item {}

	.midc_agrguide {
		font-size: 14px;
		padding: 15px 5px;
	}

	.midc_vagr_list_w {
		padding: 20px 0 35px;
		margin-bottom: 15px;
	}

	.midc_vagr_list {
		padding: 0 15px
	}

	.midc_vagr_list > li {
		margin-bottom: 15px;
	}

	.midc_agr_low {}

	.midc_agr_low .chkrd_item {}

	.agr_chksub {
		margin: 5px 0 0 0;
		font-size: 13px;
	}

	.agr_data_tb_low {
		margin: 10px 0 0 0;
	}

	.agr_chktit {
		font-size: 14px;
	}

	.data_htb .wid_mid {
		width: 22%
	}

	.data_htb .wid_sm {
		width: 15%
	}

	.data_htb thead {
		display: none;
	}

	.data_htb tbody {
		display: block;
	}

	.data_htb tbody td {
		display: block;
		text-align: left;
		padding: 10px;
		width: auto !important;
	}

	.data_thtxt {
		font-size: 13px;
	}

	.data_tdtxt {
		font-size: 13px;
	}

	.midc_botchk_w {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.midc_botchk_w .chkrd_item {
		margin-right: 30px;
	}

	.midc_botchk_w .chkrd_item:last-of-type {
		margin-right: 0;
	}

	.mb_thtxt {
		display: block;
		margin-bottom: 5px;
		font-weight: 500;
		font-size: 13px;
		color: #4e4e4e;
		display: block;
	}

	.midform_tbvlow_wrap {
		margin-bottom: 30px;
	}

	.midform_tbvlow_wrap:last-of-type {
		margin-bottom: 0
	}



	.mdc_event_box {
		margin-top: 40px;
		border-radius: 10px;
		padding: 20px 25px 20px;
	}

	.mdc_event_tit {
		font-size: 20px;
		word-break: keep-all;
	}

	.mdc_whilelow {
		margin: 20px auto;
		display: table;
	}

	.mdc_wfitem {
		margin-right: 0;
		display: table-row;
	}

	.mdc_wflab {
		display: table-cell;
		min-width: 0;
		height: auto;
		background: none;
		padding: 0 10px 0 0
	}

	.mdc_wflab_in {
		padding: 10px 20px;
		line-height: 1;
		font-size: 16px;
		background: #2f68c2;
		border-radius: 100px;
	}

	.mdc_wfvalue {
		display: table-cell;
		font-size: 16px;
		margin-left: 0;
	}

	.mdc_wfitem .mdc_wflab,
	.mdc_wfitem .mdc_wfvalue {
		padding-bottom: 5px;
	}

	.mdc_wfitem:last-of-type .mdc_wflab,
	.mdc_wfitem:last-of-type .mdc_wfvalue {
		padding-bottom: 0;
	}

	.mdc_contlow {
		border-radius: 7px;
	}

	.mdc_cfxwrap {
		padding: 15px;
		display: block;
	}

	.mdc_cfxpro {
		margin-bottom: 15px;
		padding: 15px;
		display: block;
	}

	.mdc_cfxpro > img {
		vertical-align: top;
	}

	.mdc_cfxname {
		font-size: 16px;
		border-radius: 50px;
		padding: 10px 20px;
	}

	.mdc_cfxcircle {
		display: flex;
		width: 75px;
		height: 75px;
		align-items: center;
		justify-content: center;
		background: #e5007f;
		border-radius: 100%;
		margin: 0 auto 0;
	}

	.cfxcircle_in {
		font-size: 14px;
	}

	.mdc_cfxcbox {
		border-radius: 7px;
		padding: 15px
	}

	.mdc_cfxcell {
		margin-bottom: 30px;
	}

	.mdc_cfxcell:last-of-type {
		margin-bottom: 0
	}

	.mdc_cfxcbox .cfxcircle_in {}

	.mdc_cfxcont {
		margin-top: 10px;
	}

	.mdc_botlow {
		margin-top: 8px;
		text-align: center;
	}

	.mdc_botcoment {
		font-size: 13px;
	}

	.midform_wpsp.define_emp.etype2:after {
		top: 6px;
		margin-top: 0;
	}

	.mguide_vlist_w.botpos_type {
		margin-top: 70px;
		padding: 0 20px
	}

	.mguide_vlist_w.botpos_type .mguide_vlist > li {
		padding: 20px 0;
	}
}

@media (max-width:360px) {
	.mdbox_tabtext02 {
		font-size: 14px;
		overflow: hidden;
	}
}

/* // page */




/* sort */
.scsort_box {
	border: 0;
	border-radius: 10px;
	padding: 0;
	margin-bottom: 40px;
}

.scsort_box.type2 {
	margin-bottom: 15px;
}

.scsort_box.type3 {
	padding: 0;
	border: 0;
}

.scsort_dep01_fxwrap {
	display: flex;
}

.scsort_dep01_fxwrap.ver2 {
	display: block;
}

.scsort_dep01_fxwrap.ver2 .dep02_define_btn.widtype2 {
	border-right: 0;
	justify-content: left;
}

.scsort_dep01_fxwrap.ver2 .scs_lab {
	font-size: 18px;
}
.scsort_dep01_fxwrap.ver2 .scs_lab.title {
	font-weight:bold;
	font-size:20px;
	padding:0;
}
.scsort_dep01_fxwrap.ver2 .scs_lab.title:before {display: none;}
.scsort_dep01_fxwrap.ver2 .dep01_define_form {
	border: 0;
	padding: 0;
}

.scsort_dep01_fxwrap.ver2 .scs_intr {
	display: block;
	padding: 10px 0;
}

.scsort_dep01_fxwrap.ver2 .scs_intr02 {
	display: flex;
	flex-flow: inherit;
	align-items: center;
	width: auto !important;
	justify-content: space-between;
	padding: 0 0;
}

.scsort_dep01_fxwrap.ver2 .scs_incell02 {
	padding: 10px;
	vertical-align: middle;
}

.scsort_dep01_fxwrap.ver2 .scs_incell.define_td {
	padding: 10px !important;
	border: 1px solid #ddd;

	width: 100%;
	display: block;
	min-height: 50px;
}

.scsort_dep01_fxwrap.ver2 .scs_caitem_z {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.dep01_define_form {
	flex-grow: 1;
}

.scs_intb {
	display: table;
	width: 100%;
}

_:-ms-fullscreen,
:root .scs_intb {
	table-layout: fixed;
}

.scs_intr {
	display: block;
	padding: 10px 0;
}



.scs_intr .btn_area {
	display: table-cell;
	vertical-align: middle;
	padding: 8px 0 0 20px;
}

.scs_intr .btn_area a {
	margin-left: 20px;
	vertical-align: top;
}

.scs_intr02 {
	display: flex;
	justify-content: center;
}

.scs_incell {
	display: table-cell;
	/* padding: 23px 0; */
	vertical-align: middle;
}

.scs_incell02 {
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
}

.scs_incell.define_th {
	width: 150px;
}

.scs_incell02.define_th {
	width: 1px;
}

_:-ms-fullscreen,
:root .scs_incell.define_th {
	width: 5%;
}

.scs_incell.define_td {
	padding-left: 30px;
}

.scs_intr:first-of-type .scs_incell {
	padding: 0;
}

.scs_intr:last-of-type .scs_incell {
	padding: 0;
}

.scs_incell.define_th.type2 {
	padding-top: 23px;
	width: 9%;
}

.scs_incell.define_td.type2 {
	padding-top: 23px;
	width: 41%;
	padding-left: 8px;
}

.scs_lab {
	display: inline-block;
	white-space: nowrap;
	font-size: 16px;
	color: #333333;
	padding-left: 8px;
	position: relative;
}

.scs_lab:before {
	display: block;
	content: '';
	width: 2px;
	height: 2px;
	background: #333;
	position: absolute;
	top: 13px;
	left: 0;
}


/*test --------------------*/
.scsort_box.type2 {
	padding: 0;
	border: 0;
	text-align: center;
}

.scs_intr {}

.detail_search_wrap {
	padding: 10px;
	border: 1px solid #ddd;
	padding: 10px 30px;
}

.default_search {
	text-align: center;
}

.default_search .scs_intr {
	position: relative;
	display: inline-block;
	border: 1px solid #ddd;
	padding: 5px 20px;
	border-radius: 60px;
	vertical-align: middle;
	width: calc(100% - 72px);
	max-width: 550px;
	margin-right: 10px;
}

.default_search .scs_intr + a {
	display: inline-block;
	background: #333;
	color: #fff;
    padding: 0 30px;
    border-radius: 40px;
    line-height: 60px;
    font-size: 17px;
}

.default_search input.form_input {
	border: 0;
	background: transparent;
}

	{
	margin-bottom: 10px;
}

.btn_scsort_sm {
	background: none;
}

.scs_incell.define_td {
	padding: 0 !important;
}

.scs_intr .btn_area a {
	margin: 0 5px;
	line-height: 1;
	width: 24px;
	height: 24px;
	vertical-align: top;
}

.scs_intr .btn_area {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
}

.scs_intr .btn_area a i {
	font-size: 26px;
	line-height: 1;
	vertical-align: top;
	margin: 0;
}

.btn_screfresh:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 22px;
	height: 22px;
	margin: 0 auto;
}

input.form_input {
	width: 100%:
}

@media (max-width: 768px) {

	.policy-inner a {font-size:15px;}
	
	.midbox_tit {
		font-size: 26px;
	}

	.midbox_titlow {
		margin-bottom: 20px;
		border-bottom: 1px solid #e7e7e7;
	}

	.midbox_titlayer {
		position: static;
		margin-top: 0;
		font-size: 11px;
	}

	.midform_tb {
		border-top: 0;
	}

	.midform_tb tr th {
		display: block;
		width: 100%;
		padding: 10px 0;
		border: 0;
	}

	.midform_tb tr th br {
		display: none !important;
	}

	.midform_tb tr td {
		display: block;
		padding: 0px 0 20px 0;
		border: 0;
	}

	.midform_tb td.has_chkcell {
		padding-left: 0
	}

	.midform_wpsp {
		font-size: 17px;
	}

	.detail_search_wrap {
		padding: 10px 15px;
	}
}

@media (max-width: 420px) {
	.scs_intr {
		display: block;
		width: 100%;
	}

	.scs_intr + a {
		text-align: right;
		display: block;
		padding: 5px;
	}
}

/*test --------------------*/

.dep01_define_btn {
	flex-shrink: 0;
	margin-left: 24px;
	padding-left: 30px;
	border-left: 1px solid #e7e7e7 !important;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
}

.dep01_define_btn.widtype2 {
	flex-basis: 70px;
}

.dep01_define_btn .btn_screfresh {
	position: absolute;
	bottom: 0;
	left: 30px;
}

.dep02_define_btn {
	flex-shrink: 0;
	padding-right: 10px;
	border-right: 1px solid #e7e7e7;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
}

.dep02_define_btn.widtype2 {
	flex-basis: 70px;
}

.dep02_define_btn .btn_screfresh {
	position: absolute;
	bottom: 0;
	left: 30px;
}

.btn_screfresh {
	text-align: center;
	display: inline-block;
	margin-top: 6px;
}

.btn_screfresh:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 20px;
	height: 19px;
	background: url("../images/ico_refresh.png") no-repeat 50% 50%/100% auto;
	margin: 0 auto;
}

.ico_vtext {
	font-size: 15px;
	display: inline-block;
	color: #6d6c6c;
	white-space: nowrap;
	margin-left: 10px;
}

.btn_scsort_sm {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url("../images/btn_searchico.png") no-repeat 0 0/100% auto;
}

.mb_text {
	display: none;
}

.scsort2_box {
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	margin-bottom: 32px;
	padding: 20px 100px;
	display: flex;
	justify-content: center;
}

.scwhile_fxwrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.scwhile_calen_fxwrap {
	display: flex;
	align-items: center;
	flex: 1;
	margin-right: 35px;
}

.scshile_calen_lab_w {
	margin-right: 5px;
	flex-shrink: 0;
}

.fxcalen_lab {
	display: inline-block;
	font-size: 16px;
	color: #333333;
	line-height: 1;
	white-space: nowrap;
}

.scshile_calen_cont_w {
	display: flex;
	flex-grow: 1;
}

.scshile_calen_cont_w .calendar_input_w {
	flex: 1;
	padding: 0 5px;
}

.scshile_wcho_fxwrap {
	flex: 1;
	display: flex;
	align-items: center;
}

.scshile_wcho_fxwrap .scs_wcho_fxw {
	flex-grow: 1;
}

.btn_cirsearch {
	display: block;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	flex-shrink: 0;
	border-radius: 100%;
	background: #455267 url("../images/btn_searchico_w.png") no-repeat 50% 50%/20px auto;
}

.scs_inform_fxwrap {
	display: flex;
}

.scs_inform_fxwrap .scs_while_fxw {
	flex: 1;
	margin-right: 35px;
}

.scs_inform_fxwrap .scs_wcho_fxw {
	flex: 1;
	margin-right: 35px;
}

.scs_inform_fxwrap.type2 {
	max-width: 80%;
}

.scs_inform_fxwrap.type2 .scs_while_fxw {
	margin-right: 15px;
}

.scs_inform_fxwrap.type2 .scs_wcho_fxw {
	margin-right: 15px;
}

.scs_while_fxw {
	display: flex;
	margin: 0 -5px;
}

.scs_while_fxw .calendar_input_w {
	flex: 1;
	padding: 0px 5px;
}

.scs_wcho_fxw {
	display: flex;
	margin: 0 -2.5px;
}

.calendar_input_w {}

input.calendar_input {
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 15px 45px 15px 15px;
	width: 100%;
	box-sizing: border-box;
	font-size: 15px;
	height: 45px;
	line-height: 1;
	background: #fff url("../images/ico_calendar.png") no-repeat 100% 50%/44px auto;
}

.btn_wchoice {
	display: inline-block;
	margin: 0 2.5px;
	color: #4e4e4e;
	font-size: 16px;
	text-align: center;
	flex: 1;
	color: #4e4e4e;
	border-radius: 4px;
	border: 1px solid #ccc;
	height: 45px;
	box-sizing: border-box;
	line-height: 43px;
	white-space: nowrap;
}

.wchoice_in {
	display: inline-block;
}

.btn_wchoice:hover,
.btn_wchoice.active {
	border-color: #5f5f5f;
}

.btn_wchoice.active .wchoice_in {}

.scs_caitem_z {
	display: flex;
	flex-wrap: wrap;
	/* margin: -5px 0; */
	gap: 10px;
}

.scs_caitem_w {
	width: auto;
	padding: 0;
	box-sizing: border-box;
}

.scs_caitem_z.type2 {}

.scs_caitem_z.type2 .scs_caitem_w {
	padding: 0;
}

.scs_caitem {
	color: #6d6c6c;
	font-size: 16px;
	text-align: center;
	height: 100%;
	border: 1px solid #dfdfdf;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 7px 20px
}

.scs_caitem:hover {
	border-color: #5f5f5f;
}

.scs_caitem.active {
	border-color: #2f68c2;
	background: #2f68c2;
	color: #fff;
}

.scs_caitem:last-of-type {}

.sortitem_w {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 25px;
}

.sortitem_w .btn_cirsearch {}

.sortitem {
	display: flex;
	align-items: center;
}

.sortinput_w {}

.form_input.sortinput {}

.detail_search_wrap {
	margin-top: 25px;
}

.detail_search_wrap.on {
	display: block;
}

.related_list {
	max-width: 1280px;
	margin: 0 auto;
}

.related_list ul {
	display: flex;
	column-count: 3;
	flex-wrap: wrap;
	gap: 20px;
}

.related_list ul li {
	flex: 0 0 32%;
	position: relative;
}

.related_list ul li .block {
	border: 1px solid #ddd;
	border-radius: 5px;
	height: 100%;
	padding-bottom: 50px;
}

.related_list ul li .block .img_area {
	position: relative;
}

.related_list ul li .block .img_area .teg {
	position: absolute;
	left: 10px;
	top: 10px;
	background: #2a6dbd;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 20px;
}

.related_list ul li .block .img_area .img .bg {
	width: 100%;
	height: 220px;
	background-color: #fff;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-bottom: 1px solid #ddd;
}

.related_list ul li .block .list_info_area {
	padding: 10px;
}

.related_list ul li .block .list_info_area .title {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

.related_list ul li .block .list_info_area .detail {
	line-height: 1.5;
	font-size: 14px;
}

.related_list ul li .block .list_info_area .detail dl dt {
	display: inline-block;
	width: 80px;
}

.related_list ul li .block .list_info_area .detail dl dd {
	display: inline-block;
}

.related_list ul li .block .btn_area {
	display: flex;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.related_list ul li .block .btn_area a {
	flex: 1 1 auto;
	display: block;
	text-align: center;
	border: 0;
	padding: 10px;
	background: #f0f0f0;
	color: #333;
	border-right: 1px solid #abcdef;
	font-size: 15px;
}

.related_list ul li .block .btn_area a:last-child {
	border: 0;
}

.rtb_cell_lf {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    text-align: left;
    padding: 5px;
}

@media (max-width:1279px) {
	.rtb_cell_lf { text-align: left;}
	.scs_inform_fxwrap {
		display: block;
	}

	.scs_while_fxw {
		margin: 0
	}

	.scs_wcho_fxw {
		margin: 10px 0 0 0;
	}
}

@media (max-width:1023px) {
	.rtb_tdata-rg{
		right:auto; 
		left: 15px;
	}
	
	.scsort_dep01_fxwrap {
		display: block;
	}

	.scsort_box {
		border-radius: 6px;
		padding: 0 15px 15px;
		margin-bottom: 30px;
	}

	.scs_intb,
	.scs_intr,
	.scs_incell {
		display: block;
	}

	.scs_incell {
		padding: 0;
		border-bottom: 0
	}


	.default_search .scs_intr,
	.scs_intr {
		padding: 15px 0;
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 10px 10px;
		margin-bottom: 10px;
	}

	.scs_intr input.form_input {
		width: 100% !important;
	}

	.default_search {
		overflow: hidden;
	}

	.default_search .scs_intr + a {
		float: right;
		line-height: 30px;
	}

	.detail_search_wrap {
		margin-top: 15px;
	}

	.scsort_box.type2 .scs_intr {
		padding: 0;
		width: 100%;
		max-width: 100%;
		margin: 0 0 10px 0;
	}


	.scs_incell.define_th.type2 {
		padding: 10px 0 0 !important;
		width: 100%;
	}

	.scs_incell.define_td.type2 {
		padding: 10px 0 0 !important;
		border-bottom: 1px solid #e7e7e7;
		width: 100%;
	}

	.scs_incell.define_td.type2:last-of-type {
		border-bottom: none;
		padding-bottom: none;
	}

	.scs_lab {
		font-size: 14px;
		padding-left: 7px;
	}

	.scs_lab:before {
		top: 10px;
	}

	.related_list ul {
		justify-content: left;
	}

	.related_list ul li {
		flex: 0 0 48%;
	}

	.dep01_define_btn {
		margin: 20px 0 0 0;
		padding: 20px 0 0 0;
		border: 0;
		border-top: 1px solid #e7e7e7;
		text-align: center;
		display: block;
	}



	.mb_text {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 16px;
		line-height: 1;
		position: relative;
	}

	.mb_text:before {
		display: block;
		content: '';
		width: 16px;
		height: 16px;
		background: url("../images/btn_searchico_w.png") no-repeat 0 0/16px auto;
		position: relative;
		top: 2px;
		margin-right: 5px;
	}

	.scsort2_box {
		padding: 10px;
		border-radius: 6px;
		margin-bottom: 15px;
	}

	.scs_inform_fxwrap {
		display: block;
		max-width: 100% !important;
	}

	.scs_inform_fxwrap .scs_while_fxw {
		margin: 0 -2.5px !important
	}

	.scs_inform_fxwrap .scs_wcho_fxw {
		margin: 5px -2.5px 0 !important
	}

	.btn_wchoice {
		font-size: 14px;
	}

	.scs_while_fxw .calendar_input_w {
		padding: 0 2.5px;
	}

	input.calendar_input {
		padding: 10px 35px 10px 10px;
		background-size: 35px auto;
	}

	.scs_caitem_z {
		margin: 0;
		gap: 5px;
	}

	.scs_caitem_w {
		width: 32.33%;
		padding: 2.5px !important;
	}

	.scs_caitem {
		font-size: 14px;
	}

	.scsort2_box {
		border-radius: 4px;
		margin-bottom: 20px;
		padding: 15px;
		display: block;
	}

	.scwhile_fxwrap {
		display: block;
		width: auto;
	}

	.scwhile_calen_fxwrap {
		display: flex;
		align-items: center;
		flex: 1;
		margin: 0;
	}

	.scshile_calen_lab_w {
		display: none;
	}

	.fxcalen_lab {
		display: inline-block;
		font-size: 16px;
		color: #333333;
		line-height: 1;
		white-space: nowrap;
	}

	.scshile_calen_cont_w {
		display: flex;
		flex-grow: 1;
		margin: 0 -5px;
	}

	.scshile_calen_cont_w .calendar_input_w {
		flex: 1;
		padding: 0 5px;
	}

	.scshile_wcho_fxwrap {
		flex: 1;
		display: block;
		margin-top: 10px;
	}

	.scshile_wcho_fxwrap .scs_wcho_fxw {
		flex-grow: 1;
	}

	.btn_cirsearch {
		display: block;
		width: 100%;
		height: 40px;
		margin: 10px 0 0 0;
		border-radius: 4px;
	}

	.btn_cirsearch.type2 {
		display: block;
		width: 40px;
		height: 40px;
		margin: 0 0 0 10px;
		border-radius: 100%;
	}

	.scs_intr .btn_area {
		display: flex;
		justify-content: left;
	}

	.scs_intr .btn_area a {
		margin: 0 5px;
	}

	.sortitem_w {
		margin-bottom: 15px;
		justify-content: flex-start;
	}

	.sortitem {
		width: 100%;
	}

	.sortitem_w .sortinput_w {
		flex-grow: 1;
	}

	.sortitem_w .btn_cirsearch {
		flex-shrink: 0;
	}

	.dep01_define_btn .btn_screfresh {
		position: static;
		left: auto;
	}

	.btn_screfresh {
		display: block;
		width: auto;
		margin-top: 20px;
	}
}

@media (max-width:374px) {
	.btn_wchoice {
		font-size: 12px;
	}
}

/* // sort */


/* ui proto */
/* // ui proto */

/* ui skin */

.list_vlist.flex {
	display: flex;
	flex-wrap: wrap;
}

.list_vlist.flex li {
	flex: 1 1 20%;
	padding: 10px 5px;
	border-bottom: 0;
	box-sizing: border-box;
}

.list_vlist.flex li .lt_hxspec {
	margin: 0;
}

.list_vlist.flex li a {
	height: 100%;
	display: block;
	border: 1px solid #ddd;
	padding: 20px;
	box-sizing: border-box;
}

.list_vlist.flex li a .lt_hxthum_link {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	background: #fff;
}

.list_vlist.flex li a .lt_hxthum_link img {
	border: 0;
	width: 100%;
}

.list_vlist.flex li a:hover {
	background: #2f68c2;
	border-color: #2f68c2;
	color: #fff;
}

.list_vlist.flex li a:hover .pr_defin,
.list_vlist.flex li a:hover .pr_title {
	color: #fff;
}

.list_vlist_w {
	border-top: 2px solid #000;
}

.list_vlist {}

.list_vlist > li {
	border-bottom: 1px solid #d9d9d9;
}

.list_vlist > li.nodata_li {
	padding: 100px 20px;
	text-align: center;
}

.list_vlist > li.nodata_li .nodata_para {
	font-size: 16px;
}

.list_vlist > li:last-of-type {}


/* cardnews star */
/* 부모 flex 컨테이너 */
.card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
/*******************************************************
 * 카드 리스트 (Flex Layout)
 *******************************************************/
.respon_tb.card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding:20px 0;
}

/*******************************************************
 * 카드 아이템 전체 구조
 *******************************************************/
.card-list .card-item {
    width: calc((100% - 48px) / 3);
    background: #fff;
    border: 1px solid #e5e5ec;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: .2s;
}
@media all and (max-width:768px) {
	.card-list .card-item {
    width: calc((100% - 24px) / 2);
	}
}

@media all and (max-width:480px) {
	.card-list .card-item {
    width: 100%;
	}
}

/*******************************************************
 * 카드 : 상단 배지 영역
 *******************************************************/
.card-item .card-badge {
    display: inline-block;
    padding: 6px 14px;
    background: #2c7bf0;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 12px;
}

/*******************************************************
 * 카드 : 이미지 박스
 *******************************************************/
.card-item .card-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background: #f5f5f7;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 14px;
}

.card-item .card-image img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*******************************************************
 * 카드 : 본문 영역
 *******************************************************/
.card-item .card-body {
    flex: 1;
    color: #333;
    font-size: 15px;
}

/* 제목 */
.card-item .card-body .card-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;

    /* 2줄 말줄임 */
    height: 46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 정보 리스트 */
.card-item .card-body .card-info {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
    color: #666;
}

.card-item .card-body .card-info li {
    margin-bottom: 4px;display: flex;align-items: start;gap:5px;
    color:#000;
}
.card-item .card-body .card-info li .tit {flex:0 0 auto;color:#777;}


/* 2열 (태블릿) */
@media(max-width: 1024px) {
    .card-item {
        width: calc(50% - 16px);
    }
}

/* 1열 (모바일) */
@media(max-width: 600px) {
    .card-item {
        width: 100%;
    }
}

/* cardnews end */

.respon_tb_z {
	border-top: 2px solid #000;
	position: relative;
}

.respon_tb {
	display: block;
	width: 100%;
	table-layout: fixed;
}

.respon_tb.thead_tb {
	display: none;
	border-bottom: 1px solid #000;
}

.respon_tb.tbody_tb {}

.rtb_cell {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}

.rtb_thwpsp {
	font-size: 16px;
	color: #2b2b2b;
	display: inline-block;
	line-height: 1;
}

.rtb_cell.define_date {
	width: 12%;
}

.rtb_cell.define_date2 {
	width: 11%;
}

.rtb_cell.define_kind {
	width: 10%;
}

.rtb_cell.define_kind2 {
	width: 7%;
}

.rtb_cell.define_img {
	display: inline;
}
.rtb_cell.define_img a {display:inline-block; border:1px solid #e2e2e2;}

.rtb_cell.define_img_mr {
	display: inline;
	margin-right:30px;
}
.respon_tb.tbody_tb .rtb_cell.define_title {
	text-align: left;
	padding-right: 40px;
	display: inline-block;
}

.rtb_cell.define_nodata {
	text-align: center;
	width: 100%;
	padding: 90px 0px;
}


.nodata_para {
	font-size: 16px;
}

.respon_tr {
	position: relative;
	display: block;
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
	padding: 15px 0 15px 70px;
}

.respon_tr_pd {
	position: relative;
	display: block;
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
	padding: 20px 0 20px 70px;
}
.respon_tr.has_map,
.respon_tr.has_rpcont,
.respon_tr.has_answer {
	display: block;
	width: auto;
	padding: 25px 15px;
}

.respon_tr.has_rpcont {
	display: block;
	width: auto;
	padding: 0;
}

.rpcont_vlist {}

.rpcont_vcont {
	position: relative;
	padding: 23px 16px 23px 60px;
	border-bottom: 1px solid #e7e7e7;
}

.rpcont_vcont:last-of-type {
	border-bottom: 0
}

.rpcont_vcont:before {
	display: flex;
	align-items: center;
	border-radius: 100%;
	justify-content: center;
	content: 'Q';
	box-sizing: border-box;
	padding: 0 0 3px;
	font-size: 20px;
	width: 33px;
	height: 33px;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	background: #2f68c2;
	font-weight: 500;
	position: absolute;
	top: 23px;
	left: 15px;
}

.rpcont_vcont.type_a {}

.rpcont_vcont.type_a:before {
	content: 'A';
	background-color: #404d61;
}

.rpa_datelow {
	font-size: 17px;
	color: #404d61;
	padding: 2px 0 0 0;
}

.rpa_textlow {
	margin-top: 10px;
	font-size: 15px;
	color: #5f5f5f;
	line-height: 1.6;
}

.rpcont_vc01 {
	font-size: 17px;
	color: #4e4e4e;
	padding: 3px 0 0 0;
}

.rpcont_vc02 {
	margin-top: 20px;
	font-size: 15px;
	color: #5f5f5f;
	line-height: 1.6;
}

.rpcont_vc03 {
	margin-top: 25px;
}

.rpexam_flist {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.rpexam_flist:after {}

.rpexam_flist > li {
	padding: 0 12px;
}

.rpexam_fitem {
	display: inline-block;
}

.rpexam_fthum {
	font-size: 0;
	line-height: 0;
}

.rpexam_fthum img {
	vertical-align: middle;
	object-position: 50% 50%;
	box-sizing: border-box;
	object-fit: cover;
	width: 180px;
	height: 140px;
	border: 1px solid #e8e8e8;
}

.rpexam_fspec {
	font-size: 15px;
	color: #4e4e4e;
	text-align: center;
	margin-top: 10px;
}

.btn_rpsmcont_w {
	margin-top: 50px;
	text-align: center;
}

.btn_rpsm {
	display: inline-block;
	color: #333333;
	border: 1px solid #c3c3c3;
	border-radius: 100px;
	min-width: 82px;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
	padding: 8px 10px;
}

.btn_rpsm.type2 {
	background: #404d61;
	color: #fff;
	border-color: #404d61
}

.rpcont_maplow {
	border-bottom: 1px solid #e7e7e7;
	padding: 20px 30px;
}

.rpmap_hlist {
	display: flex;
	line-height: 1.5;
}

.rpmap_hlist > li.onedep {
	flex-shrink: 0;
}

.rpmap_hlist > li.onedep .rpmap {
	white-space: nowrap;
}

.rpmap_hlist > li {
	position: relative;
	padding: 0 55px 0 0;
	display: inline-block;
}

.rpmap_hlist > li:after {
	display: block;
	content: '';
	border-right: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 8px;
	right: 23px;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.rpmap_hlist > li:last-of-type {
	padding: 0;
}

.rpmap_hlist > li:last-of-type:after {
	display: none;
}

.rpmap {
	display: inline-block;
	font-size: 17px;
	color: #4e4e4e;
}

.rpcont_vlist_w {}

.rpcont_vlist_w .rpcont_vlist {}

.rpfk_fvlab {
	font-size: 16px;
	color: #444444;
}

.rtb_tdata {
	color: #333;
	font-size: 16px;
	line-height: 1;
	vertical-align: middle;
    width: 110px;
    display: block;text-align: center;
}

.rtb_tdata-rg {
	color: #777;
	font-size: 16px;
	right: 30px;
	vertical-align: middle;
	position: absolute; 
}

.rtb_tlink {
	display: inline-block;
	line-height: 1.4;
	color: #4e4e4e;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	max-width: 100%;
}

.mb_restitle {
	display: none;
}

.respon_tb.tbody_tb .rtb_cell.define_num {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.respon_tb.tbody_tb .rtb_cell.define_num-le {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.respon_tb.tbody_tb .rtb_cell.define_hit {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
	width: 50px !important;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #eee;
}

.respon_tb.tbody_tb .rtb_cell.define_hit span {
	margin: 0;
}

.btn_rtbfile_link {
	display: flex;
	align-items: center;
	font-size: 0;
	line-height: 0;
	position: relative;
	top: 1px;
}

.btn_rtbfile_link:before {
	flex-shrink: 0;
	display: inline-block;
	content: '';
	width: 18px;
	height: 18px;
	background: url("../images/ico_filelink.png") no-repeat 0 0/100% auto;
}

.rtbfile_count {
	flex-grow: 1;
	font-size: 17px;
	color: #333;
	display: inline-block;
	line-height: 1;
	position: relative;
	top: -2px;
}

.rtb_cing {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #2f68c2;
	border: 1px solid #2f68c2;
	min-width: 80px;
	box-sizing: border-box;
	text-align: center;
	padding: 15px 10px;
	border-radius: 100px;
}

.rtb_cing.type2 {
	background: #2f68c2;
	color: #fff;
}

.dform_tb_w {
	border-top: 1px solid #000;
}

.dform_tb {
	width: 100%;
}

.dform_tb th {
	background: #f9f9f9;
	width: 17.64705882352941%;
	text-align: center;
	border-bottom: 1px solid #d9d9d9;
}

.dform_tb td {
	border-bottom: 1px solid #d9d9d9;
	padding: 10px 25px;
}

.dform_label {
	display: inline-block;
	font-size: 16px;
	color: #2b2b2b;
	position: relative;
	line-height: 1;
	margin: 5px 0;
}

.dform_label.define_emp {
	padding: 0 8px;
}

.dform_label_sub {
	display: block;
	font-size: 14px;
	margin-top: 2px;
}

.dform_label.define_emp:after {
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	background: #2f68c2;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -1px
}

.dform_label.define_emp.etype2:after {
	top: 5px;
	margin-top: 0;
}

.ico_notice_mike {}

.rtb_link_fxwrap {
	display: flex;
	height: 24px;
	align-items: center;
    justify-content: center;
}

.rtb_link_fxwrap .rtb_tlink {
	font-size: 21px;
	color: #000;
}

.rtb_link_fxwrap .ico_notice_mike {
	flex-shrink: 0;
	margin-right: 7px;
}

.rtb_link_fxwrap .btn_rtbfile_link {
	flex-shrink: 0;
	margin-left: 7px;
}

.rtb_link_fxwrap .rt_new {
	flex-shrink: 0;
	margin-left: 7px;
}

.rt_new {
	display: inline-block;
	height: 24px;
	width: 24px;
	border: 1px solid #2f68c2;
	color: #2f68c2;
	border-radius: 100%;
	font-size: 13px;
	line-height: 23px;
	text-align: center;
	vertical-align: middle;
}

.ico_notice_mike {
	display: inline-block;
	width: 16px;
	height: 22px;
	vertical-align: middle;
	background: url("../images/ico_lkmike.png") no-repeat 50% 50%/100% auto;
}

.svform_item_w {}

.svform_item_w.svform_intro_w {
	margin-top: 55px;
}

.svform_item {
	margin-bottom: 55px;
}

.svform_item:last-of-type {
	margin-bottom: 0;
}

.svform_titlow {
	margin-bottom: 23px;
}

.svform_contlow {}

.svform_vtbitem {
	margin-bottom: 30px;
}

.svform_vtbitem:last-of-type {
	margin-bottom: 0;
}

.cirbox_w {
	font-size: 16px;
	color: #5f5f5f;
	line-height: 1.6;
	border: 1px solid #e0e0e0;
	padding: 35px 40px;
	border-radius: 10px;
}

.svform_tit {
	font-size: 19px;
	display: inline-block;
	line-height: 1.3;
	position: relative;
	padding-left: 14px;
}

.svform_tit:before {
	display: block;
	content: '';
	width: 5px;
	height: 20px;
	border-radius: 100px;
	background: #2f68c2;
	position: absolute;
	top: 3px;
	left: 0;
}

.single_formtop_ment {
	font-size: 16px;
	color: #4e4e4e;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 25px;
	word-break: keep-all;
}

.single_formfield_w {
	border-top: 1px solid #000;
	border-bottom: 1px solid #e7e7e7;
	padding: 35px;
	display: flex;
	justify-content: center;
}

.single_formfield_w.type2 {
	border: 0;
	padding: 0;
	justify-content: flex-start;
}

.single_formfield_w.type2 .sff_hitem {
	padding: 0 45px 0 0;
}

.single_formfield_w.type2 .sff_hlab_cell {}

.single_formfield_w.type2 .sff_hform_cell {}

.sff_hitem {
	display: flex;
	align-items: center;
	padding: 0 45px;
}

.sff_hlab_cell {
	padding-right: 20px;
}

.sff_hform_cell {}

.sff_hform_cell .form_input {}

.sff_hlab {
	display: inline-block;
	color: #2b2b2b;
	font-size: 16px;
	line-height: 1;
	white-space: nowrap;
}

.sff_hdata {
	font-size: 18px;
}

.sff_hdata.csym {
	color: #2f68c2;
}

.rpfk_formtb {
	border-top: 1px solid #000;
}

.rpfk_formtb.type2 {
	border-top: 2px solid #00acc1;
}

.rpfk_formtb.type2 .rpfk_finth {
	background: #f9f9f9;
	color: #2f68c2;
}

.rpfk_formtb.type2 .rpfk_finth .dform_label {
	color: #2f68c2;
}

.rpfk_formcell_item.long_type {
	flex-grow: 1;
}

.rpfk_formcell_item.short_type {
	flex: 0;
	flex-shrink: 0;
	flex-basis: 32%;
}

.rpfk_formtr {
	display: flex;
	border-bottom: 1px solid #d9d9d9;
}

.rpfk_formcell_item {
	flex: 1;
}

.rpfk_fintb {
	display: flex;
	height: 100%;
}

.rpfk_finth .dform_label {}

.rpfk_finth,
.rpfk_fintd {}

.rpfk_finth {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #f9f9f9;
	width: 180px;
	text-align: center;
}

.rpfk_fintd {
	flex-grow: 1;
	padding: 14px 25px;
	min-width: 0;
	display: flex;
	align-items: center;
}

.rpfk_fintd .form_warn_para {
	margin-bottom: 0
}

.rpfk_fintd .mdfin_flist_w {
	padding: 13px 0;
}

.rpfk_fintd .mdfin_flist_w.type3 {
	padding: 5px 0 5px 20px;
}

.rpfk_finwrap {
	display: flex;
	align-items: center;
}

.rpfk_data {
	font-size: 16px;
	padding: 14px 0;
	line-height: 1.4;
	color: #333333;
	display: block;
}

.rpfk_infxwrap {
	display: flex;
	align-items: center;
}

.rpfk_infxcell {
	margin-right: 15px;
}

.rpfk_infxcell:last-of-type {
	margin-right: 0
}

.rpfk_infxcell .form_input {}

.rpfk_infxcell .chkrd_item {}

.form_ta_w {
	width: 100%;
}

.form_ta {
	font-size: 16px;
	color: #000;
	border: 1px solid #cccccc;
	border-radius: 5px;
	width: 100%;
	height: 200px;
	resize: none;
	padding: 15px;
	box-sizing: border-box;
}

.form_tabot_fxwrap {
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
	align-items: center;
}

.form_tabot_copy {
	font-size: 15px;
	color: #6d6c6c;
}

.form_tabot_count {
	font-size: 15px;
	color: #4e4e4e;
}

.form_tabot_current {}

.form_tabot_part {}

.form_tabot_length {}

.file_regis_inform {}

.file_regis_low01 {
	display: flex;
}

.frg_btn_w {
	flex-shrink: 0;
	position: relative;
}

.frg_file_w {
	margin-left: 20px;
}

.frg_file_vlist {}

.frg_file_vlist > li {
	margin-bottom: 5px;
}

.frg_file_vlist > li:last-of-type {
	margin-bottom: 0
}

.frg_item {
	display: inline-block;
}

.frg_name {
	display: inline;
	font-size: 16px;
	color: #4e4e4e;
	position: relative;
	padding-left: 25px;
	vertical-align: middle;
}

.frg_name:before {
	display: block;
	content: '';
	width: 18px;
	height: 18px;
	background: url("../images/ico_filelink.png") no-repeat 0 0/18px auto;
	position: absolute;
	top: 5px;
	left: 0;
}

.btn_frgclose {
	display: inline-block;
	width: 24px;
	height: 24px;
	position: relative;
	vertical-align: middle;
}

.btn_frgclose::before,
.btn_frgclose::after {
	width: 16px;
	height: 1px;
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: #646464;
	margin: -.5px 0 0 -8px;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
}

.btn_frgclose::before {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.btn_frgclose::after {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}


.file_regis_uelist {}

.file_regis_uelist > li {}

.file_regis_low02 {
	margin-top: 15px;
}

.btn_file_regis {
	font-size: 16px;
	color: #2b2b2b;
	border: 1px solid #404d61;
	border-radius: 100px;
	padding: 13px 30px;
	display: inline-block;
}

.orgin_file {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.file_regis_uelist {
	font-size: 15px;
	color: #6d6c6c;
}

.file_regis_uelist > li {
	margin-bottom: 2px;
	word-break: keep-all;
}

.file_regis_uelist > li:before {}

.file_regis_uelist > li:last-of-type {
	margin-bottom: 0
}

.btn_file_regis_w {
	position: relative;
	display: inline-block;
}

.rpfchk_flist_w {}

.rpfchk_flist {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	top: 10px;
	margin: 0 -5px 0 0;
}

.rpfchk_flist .chkrd_item {}

.rpfchk_flist > li {
	width: 20%;
	box-sizing: border-box;
	padding: 0 5px 20px 0;
}

.rpfchk_flist > li:last-of-type {}

.rpfchk_flist_w.type2 .rpfchk_flist > li {
	width: 33.33333333333333333333333333%;
}

.rpfchk_flist.flex > li {
	width: 29% !important;
	box-sizing: border-box;
	padding: 0 5px 20px 0;
}

.rpfk_intb {
	display: table;
	width: 100%;
}

.rpfk_intr {
	display: table-row;
}

.rpfk_intr:first-of-type .rpfk_incell {
	padding-top: 0;
}

.rpfk_intr:last-of-type .rpfk_incell {
	padding-bottom: 0;
}

.rpfk_incell {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}

.rpfk_incell.rpfk_inth {}

.rpfk_incell.rpfk_intd {}

.rpfk_incell.rpfk_intd .form_input {}

.rpfk_inwpsp {
	font-size: 16px;
	color: #4e4e4e;
	display: inline-block;
	word-break: keep-all;
}

.scont_w .midtab {
	padding: 0 10px;
}

.scont_w .midtab_text {
	line-height: 1.2;
}

.scont_midcont {
	margin-top: 45px;
}

.svfin_wrap {
	border-top: 1px solid #000;
	border-bottom: 1px solid #d9d9d9;
	padding: 30px;
}

.svfin_vitem {
	margin-bottom: 40px;
}

.svfin_vitem:last-of-type {
	margin-bottom: 0;
}

.svfin_vtit {
	font-size: 17px;
	color: #2b2b2b;
}

.svfin_vcont {
	font-size: 16px;
	color: #5f5f5f;
	line-height: 1.6;
	margin-top: 10px;
}

.svfin_vnlist {}

.svfin_vnlist > li {
	display: flex;
	font-size: 16px;
	color: #5f5f5f;
}

.svfin_vnlist > li:last-of-type {}

.svfnum {
	display: inline-block;
	flex-shrink: 0;
}

.svfdata {
	flex-grow: 1;
	margin-left: 5px;
}

.svfin_chklow {
	margin: 20px 0 0 15px
}

.svfin_chklow .chkrd_item {}

.lt_hxwrap {
	display: flex;
	padding: 30px 20px;
	align-items: center;
}

.lt_hxthum {
	flex-shrink: 0;
	flex-basis: 150px;
}

.lt_hxthum_link {
	display: inline-block;
}

.lt_hxthum_link img {
	width: 150px;
	height: 80px;
	object-fit: contain;
	object-position: 50% 50%;
	vertical-align: top;
}

.lt_hxthum.dtype2 {
	flex-basis: 180px;
}

.lt_hxthum.dtype2 .lt_hxthum_link {}

.lt_hxthum.dtype2 img {
	width: 180px;
	height: 140px;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
}

.lt_hxspec {
	flex-grow: 1;
	margin: 0 0 0 35px;
	min-width: 0;
}

.lt_hxspec_titlow {
	display: block;
}

.lt_hxspec_tit,
.lt_hxspec_sub {
	display: inline-block;
	line-height: 1.4;
	position: relative;
}

.lt_hxspec_tit {
	font-size: 24px;
}

.lt_hxspec_sub {
	font-size: 14px;
	color: #999999;
	margin: 0 0 0 10px;
	top: 0;
}

.lt_hxspec_etitlow {
	top: -5px;
	display: block;
	position: relative;
}

.lt_hxspec_etit {
	display: inline-block;
	font-size: 24px;
	color: #2b2b2b;
	line-height: 1.4;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	max-width: 100%;
}

.lt_hxbtn {
	flex-shrink: 0;
	flex-basis: 115px;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin: 0 0 0 35px;
}

.hxbtn_low {
	margin: 0 0 8px 0;
	width: 100%;
	text-align: center;
}

.hxbtn_low:last-of-type {
	margin: 0;
}

.hxbtn_low.hxbtn_low01 {}

.hxbtn_low.hxbtn_low02 {}

.hxbtn_low.hxbtn_low03 {}

.hxbtn_low:last-of-type {}

.btn_clike {
	display: flex;
	/* margin: 0 auto; */
	justify-content: center;
	align-items: center;
	font-size: 0;
	line-height: 0;
	width: 28px;
    height: 22px;
	box-sizing: border-box;
/*	border: 1px solid #acacac;*/
	border-radius: 100%;
	vertical-align: middle;
	position: relative;
}

.btn_clike:after {
	display: block;
	content: '';
	width: 25px;
	height: 22px;
	box-sizing: border-box;
	background: url("../images/ico_heart_like.png") no-repeat 0 -28px/25px auto;
}

.btn_clike.active {
	border-color: #2f68c2;
}

.btn_clike.active:after {
	background-position: 0 0;
}

.btn_hxclink {
	display: block;
	border: 1px solid #acacac;
	border-radius: 100px;
	font-size: 14px;
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
}

.btn_hxclink.type2 {
	color: #2f68c2;
	border-color: #2f68c2;
}

.lt_hxtail_vlist {
	margin-top: 18px;
}

.lt_hxtail_vlist.type2 {
	margin-top: 10px;
}

.lt_hxtail_vlist > li {
	position: relative;
	font-size: 19px;
	color: #6d6c6c;
	padding-left: 10px;
	margin-bottom: 2px;
}

.lt_hxtail_vlist > li:before {
	display: block;
	content: '';
	width: 3px;
	height: 3px;
	background: #6d6c6c;
	position: absolute;
	top: 11px;
	left: 0;
	border-radius: 100%;
}

.lt_hxtail_vlist > li:last-of-type {
	margin-bottom: 0
}

.svfin_fpara {
	font-size: 17px;
	color: #4e4e4e;
	margin-bottom: 15px;
}

.respon_tb_z.d_toggle_tb .respon_tr.has_rpcont {}

.respon_tb_z.d_toggle_tb .respon_tr.has_rpcont .rpcont_inwrap {
	padding: 20px;
	/* text-align: center; */
}

.rpclk_w {
	font-size: 15px;
	color: #5f5f5f;
	line-height: 1.6
}

.scsort_result_low {}

.scsort_result_item {
	font-size: 16px;
	color: #4e4e4e;
	line-height: 1;
}

.scem {
	font-size: 20px;
}

.pgallery_zone {
	margin-top: 20px;
}

.pgallery_titlow {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pgallery_left {}

.btn_psort_text {
	margin-right: 8px;
	font-size: 15px;
	color: #6d6c6c;
	border-radius: 100px;
	border: 1px solid #dcdcdc;
	min-width: 82px;
	text-align: center;
	height: 33px;
	line-height: 31px;
	white-space: nowrap;
	display: inline-block;
}

.btn_psort_text.active {
	color: #1b1b1b;
	border-color: #1b1b1b;
}

.pgallery_right {}

.pgallery_right .form_select {}

.pgallery_list_w {
	margin-top: 25px;
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	padding: 10px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
}

.pgallery_list_w.type2 .pgal_item {
	padding: 20px;
}

.pgallery_list_w.type2 .btn_pelse {
	padding: 0 10px
}

.pgallery_list_w.type2 .pgal_elselow {
	padding-left: 0;
	padding-right: 0;
}

.sub_temp_right_w .pgallery_list_w .pgal_item {
	padding: 20px;
}

.sub_temp_right_w .pgallery_list_w .btn_pelse {
	padding: 0 10px
}

.sub_temp_right_w .pgallery_list_w .pgal_elselow {
	padding-left: 0;
	padding-right: 0;
}

.pgal_item {
	width: calc(33.33% - 21px);
	position: relative;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    /* border: 1px solid #e7e7e7; */
    border-radius: 10px;
    box-shadow: 0 2px 7px rgb(0 0 0 / 10%);
}
.pgal_item .teg {
    position: absolute;
    left: 30px;
    top: 30px;
    background: #2a6dbd;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 20px;
}
.pgal_item:nth-of-type(4n+1) {}


.pgal_item:last-of-type {}

.pgal_link {
	display: block;
	box-sizing: border-box;
	height: 100%;
	border-bottom: 1px solid #ddd;
}

.pgal_item .pgal_link {
	border-bottom: 0;
}

.pgal_thum {
    height: 310px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(../images/ico_gallerynoimg.png);
    /* box-shadow: 0 6px 7px rgb(0 0 0 / 10%); */
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.pgal_spec {
	padding: 0 0 10px 0;
}

.pgal_spec02 {
	padding: 20px;
}

.pgal_sname {
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	max-width: 100%;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

.pgal_sname02 .ellips_two {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pgal_sname02.bgtype2 {
	background: linear-gradient(45deg, #4db6ac, #009688);
	border: 1px solid #00796b;
}

.pgal_sname02 {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	line-height: 25px;
	overflow: hidden;
	max-width: 100%;
	border: 1px solid #00838f;
	padding: 0 15px;
	border-radius: 5px;
	background: linear-gradient(45deg, #26c6da, #0097a7);
}

.pgal_svlist {
	margin-top: 15px;
	line-height: 1.7;
	flex: 50%;
}

.pgal_svlist > li {
	font-size: 15px;
	color: #6d6c6c;
	padding-left: 10px;
	position: relative;
	display: block;
}

.pgal_svlist > li.ellips_one {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	max-width: 100%;
}

.pgal_svlist > li.ellips_two {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pgal_svlist > li:last-of-type {}

.pgal_svlist > li::before {
	display: block;
	content: '';
	width: 2px;
	height: 2px;
	border-radius: 100%;
	position: absolute;
	top: 12px;
	left: 0;
	background: #6d6c6c;
}

.pgal_elselow {
	/*	display: flex;*/
	align-items: center;
	/*	padding: 12px 10px 0;*/
	padding: 0;
	/*	justify-content: space-between;*/
	text-align: center;
}

.pgal_else_shrink_low {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 5px;
}

.pgal_else_shrink_low .pgal_else_shrink {}

.pgal_else_shrink {
	display: flex;
	align-items: center;
	padding: 10px 0;
}

.pgal_else_shrink .btn_clike {
	float: left;
}

.pgal_tlink {
	display: block;
}

.clike_count {
	font-size: 15px;
	color: #6d6c6c;
	margin-left: 5px;
	white-space: nowrap;
	display: inline-block;
    font-family: roboto;
}

.pointer {
	cursor: pointer;
}

.pgal_else_grow {
	flex-grow: 1;
}

.pelse_btn_w {
	overflow: hidden;
	/*	margin-left: 5px;*/
}

.btn_pelse {
	float: left;
	width: 50%;
	font-size: 15px;
	color: #fff;
	border: 1px solid #acacac;

	padding: 5px 15px;
	text-align: center;
	margin: 0 0 0 0;
	line-height: 27px;
	white-space: nowrap;
	background: #acacac;
}

.btn_pelse.type2 {
	background: #2f68c2;
	border-color: #2f68c2;
}

.pgal_nodata_para_w {
	width: 100%;
	padding: 200px 50px;
	text-align: center;
	border-top: 1px solid #e7e7e7;
	box-sizing: border-box;
}

.pgal_nodata_para {
	font-size: 17px;
}

.sdetail_topinfo_w {
	border-top: 2px solid #000;
	padding: 30px;
	display: flex;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 60px;
}

.sdetail_thum {
	flex-shrink: 0;
	flex-basis: 480px;
}

.sdetail_thum img {
	border: 1px solid #eee;
}

.sdetail_spec {
	margin: 20px 0 0 40px;
	flex-grow: 1;
}

.sdetail_titlow {
	border-bottom: 1px solid #e7e7e7;
	padding: 0 10px 20px;
}

.sdetai_tit {
	font-size: 34px;
	color: #2b2b2b;
}

.sdetail_contlow {
	padding: 20px 10px;
	border-bottom: 1px solid #e7e7e7;
}

.sdetail_vlist {
	line-height: 1.7;
}

.sdetail_vlist > li {
	font-size: 15px;
	color: #6d6c6c;
	padding-left: 10px;
	position: relative;
}

.sdetail_vlist > li:last-of-type {}

.sdetail_vlist > li:before {
	display: block;
	content: '';
	width: 2px;
	height: 2px;
	border-radius: 100%;
	position: absolute;
	top: 12px;
	left: 0;
	background: #6d6c6c;
}

.btn_datamid_w {
	text-align: right;
	margin-top: 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.btn_datamid_w.sdetail_btnlow {}

.btn_clike_g {
	height: 46px;
	border: 1px solid #c2c2c2;
	border-radius: 100px;
	padding: 0 20px;
	min-width: 100px;
	text-align: center;
	vertical-align: middle;
}

.btn_clike_in {
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn_clike_in .btn_clike {
	flex-shrink: 0;
	margin: 0
}

.btn_clike_in .clike_count {}

.btn_clike_g.type2 {
	border-color: transparent;
	min-width: 0;
	padding: 0
}

.btn_clike_g.type2 .btn_clike_in {}

.btn_clike_g.type2 .btn_clike {}

.btn_clike_g.type2 .clike_count {}

.svform_item_w.sdetail_midinfo_w {}

.svform_item_w.sdetail_midinfo_w {}

.btn_datamid {
	display: inline-block;
	vertical-align: middle;
	background: #404d61;
	margin-right: 10px;
	border: 1px solid #404d61;
	color: #fff;
	box-sizing: border-box;
	font-size: 16px;
	height: 46px;
	line-height: 44px;
	border-radius: 100px;
	padding: 0 20px;
	min-width: 80px;
	text-align: center;
}

.btn_datamid.dtype2 {
	background-color: #2f68c2;
	border-color: #2f68c2;
}

.btn_datamid.dtype3 {
	background-color: #fff;
	color: #2f68c2;
	border-color: #2f68c2;
}

.btn_datamid.dtype4 {
	border-radius: 10px;
	margin-top: 30px;
	margin-right: 0;
	float: right;
}

.btn_datamid.dtype5 {
	background-color: #2f68c2;
	border-color: #2f68c2;
	min-width: 110px;
}

.btn_datamid.dtype6 {
	background-color: #FFF;
	border-color: #404d61;
	min-width: 110px;
	color: #404d61
}

.btn_datamid_w > * {
	margin-right: 10px;
}

.btn_datamid_w > *:last-child {
	margin-right: 0;
}

.data_intro_z {
	margin-bottom: 55px;
}

.list_vlist_w.data_intro_w .lt_hxthum {
	flex-basis: 220px;
}

.list_vlist_w.data_intro_w .lt_hxthum_link img {
	border: 1px solid #eee;
	width: 218px;
	height: 148px;
	box-sizing: border-box;
}

.lkc_topfield_w {
	margin: 50px 0 25px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.lkc_topfield_w02 {
	margin: 40px 0 25px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.lkc_count {
	font-size: 17px;
	color: #4e4e4e;
}

.lkc_sym {
	font-weight: 500;
	color: #1b1b1b;
}

.lkc_field_w {
	display: flex;
	align-items: center;
}

.lkc_fitem {
	margin-right: 15px;
	display: flex;
	align-items: center;
}

.lkc_fitem:last-of-type {
	margin-right: 0;
}

.lkc_fitem.has_comp {}

.lkc_fitem.has_form {}

.lkc_form {}

.lkc_form .form_input {}

.lkc_topfield_w .btn_cirsearch {}

.scview_titlow {
	border-top: 1px solid #a3a3a3;
	text-align: center;
	padding: 30px;
	margin-top: 80px;
}

.scview_tit {
	font-size: 23px;
	color: #1b1b1b;
	line-height: 1.5;
}

.rpfk_data_down {
	display: flex;
	justify-content: left;
	text-align: left;
	border: 1px solid #e2e2e2;
	padding: 10px;
	margin-bottom: 5px;
	background: #f7f7f7;
}

.rpfk_data_down:before {
	display: block;
	content: '';
	width: 22px;
	height: 22px;
	background: url("../images/ico_download.png") no-repeat 50% 50%/100% auto;
	flex-shrink: 0;
	margin-right: 5px;
	position: relative;
	top: 1px;
}

.rpfk_data_down_in {
	display: inline-block;
	color: #4e4e4e;
	font-size: 16px;
	flex-grow: 1;
}

.scview_lkdata_w {
	margin: 55px 0;
}

.scview_lkdata_w img {}

.scview_pnlow_wrap {
	border-bottom: 1px solid #d9d9d9;
}

.scview_pnlow {
	border-top: 1px solid #d9d9d9;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.scview_pnlabcell {
	background: #f9f9f9;
	width: 160px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 25px 0;
}

.scview_pndatacell {
	display: table-cell;
	vertical-align: middle;
	padding: 25px 30px;
	font-size: 0;
	line-height: 0;
}

.pnlab {
	display: inline-block;
	padding-left: 30px;
	white-space: nowrap;
	font-size: 16px;
	color: #2b2b2b;
	position: relative;
}

.pnlab:before {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border-left: 1px solid #5f5f5f;
	border-bottom: 1px solid #5f5f5f;
	position: absolute;
	top: 50%;
	left: 3px;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	margin-top: -1px;
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.pnlab.pn_prev:before {}

.pnlab.pn_next:before {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-top: -8px;
}

.pndata_link {
	font-size: 16px;
	color: #4e4e4e;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	max-width: 99%;
	line-height: 1.5;
}

@media (max-width:1280px) {

	
	.scont_w .midtab_swiper.swiper-container {
		margin: 0 -20px;
	}

	.scont_w .midtab_swiper.swiper-container .swiper-wrapper .midtab-slide:first-of-type .midtab {
		margin-left: 20px;
	}

	.pgal_item {
		padding: 30px 15px;
	}

	.pgal_item:nth-of-type(4n+1) {}

	.pgal_item:nth-of-type(4n+1):after {
		display: none
	}


}



@media (max-width:1023px) {
	.scs_incell.define_th {
		display: none;
	}

	.scsort_result_item {
		font-size: 14px;
	}

	.scem {
		font-size: 17px;
	}

	.mb_hidden {
		display: none !important;
	}

	.mb_restitle {
		display: block;
		font-size: 16px;
		margin-bottom: 0
	}

	.nodata_para {
		font-size: 14px;
	}

	.list_vlist > li.nodata_li {
		padding: 50px 10px;
	}

	.list_vlist > li.nodata_li .nodata_para {
		font-size: 14px;
	}

	.respon_tb.thead_tb {
		display: none;
	}

	.respon_tr {
		display: block;
		padding: 15px;
		width: auto
	}

	.rtb_cell {
		display: inline-block;
		width: auto !important;
		padding: 0;
		margin-top: 10px;
	}

	.rtb_tdata {
		font-size: 14px;
		margin-right: 10px
	}

	.btn_rtbfile_link {
		margin-right: 10px;
	}

	.btn_rtbfile_link:before {
		width: 14px;
		height: 14px;
	}

	.rtbfile_count {
		font-size: 14px;
	}

	.rtb_cing {
		padding: 12px 5px;
		min-width: 70px
	}

	.rtb_cell.define_nodata {
		padding: 50px 10px;
		display: block;
	}

	.rt_new {
		width: 20px;
		height: 20px;
		font-size: 12px;
		line-height: 18px;
	}

	.dform_tb th {
		width: 1px;
		padding: 5px 15px;
	}

	.dform_tb td {
		padding: 5px 15px;
	}

	.dform_label {
		font-size: 14px;
		/*white-space:nowrap;*/
		line-height: 1.3;
	}

	.dform_label.define_emp {
		padding: 0 6px;
	}

	.dform_label.define_emp:after {
		width: 3px;
		height: 3px;
	}

	.dform_label.define_emp.etype2:after {
		top: 8px;
	}

	.dform_label_sub {
		font-size: 12px;
		margin-top: 2px;
	}

	.rpcont_maplow {
		padding: 15px;
	}

	.rpmap_hlist > li {
		padding: 0 30px 0 0;
	}

	.rpmap_hlist > li:after {
		width: 7px;
		height: 7px;
		top: 7px;
		right: 13px;
	}

	.rpmap {
		font-size: 14px;
	}


	.rpfk_formtb {}

	.rpfk_formtb.thwidtype2 {}

	.rpfk_formtb.thwidtype2 .rpfk_finth {
		width: 40%
	}

	.rpfk_formtr {
		display: block;
	}

	.rpfk_formcell_item {
		border-bottom: 1px solid #d9d9d9;
	}

	.rpfk_formcell_item:last-of-type {
		border-bottom: 0
	}

	.rpfk_fintb {
		height: auto;
	}

	.rpfk_finth .dform_label {}

	.rpfk_finth,
	.rpfk_fintd {}

	.rpfk_finth {
		width: 25%;
	}

	.rpfk_fintd {
		padding: 10px 15px;
	}

	.svform_vtbitem {
		margin-bottom: 15px;
	}

	.svform_item_w {}

	.svform_item {
		margin-bottom: 30px;
	}

	.svform_titlow {
		margin-bottom: 12px;
	}

	.svform_contlow {}

	.svform_tit {
		font-size: 21px;
		padding-left: 10px;
	}

	.svform_tit:before {
		width: 3px;
		height: 16px;
		top: 7px;
	}


	.single_formtop_ment {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.single_formfield_w {
		padding: 15px;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.sff_hitem {
		padding: 0 0 10px;
	}

	.sff_hitem:last-of-type {
		padding-bottom: 0
	}

	.sff_hlab_cell {
		padding: 0 10px;
	}

	.sff_hform_cell {}

	.sff_hform_cell .form_input {}

	.sff_hlab {
		font-size: 14px;
	}

	.sff_hdata {
		font-size: 14px;
	}

	.scont_midcont {
		margin-top: 25px;
	}

	.svfin_wrap {
		padding: 15px;
	}


	.lt_hxwrap {
		display: block;
		padding: 20px 15px;
	}

	.lt_hxthum {}

	.list_vlist_w.data_intro_w .lt_hxthum_link img,
	.lt_hxthum_link img {
		width: 150px;
		height: 80px;
	}

	.lt_hxthum.dtype2 {}

	.lt_hxthum.dtype2 .lt_hxthum_link {}

	.lt_hxthum.dtype2 img {}

	.lt_hxspec {
		flex-grow: 1;
		margin: 0 0 0 35px;
		min-width: 0
	}

	.lt_hxspec_titlow {
		display: block;
	}

	.lt_hxspec_etitlow {}

	.lt_hxspec_etit {
		font-size: 18px;
	}

	.lt_hxbtn {
		flex-shrink: 0;
		flex-basis: 115px;
		text-align: center;
		display: flex;
		align-items: center;
		flex-direction: column;
		margin: 0 0 0 35px;
	}

	.hxbtn_low {
		margin: 0 0 8px 0;
		width: 100%;
		text-align: center;
	}

	.hxbtn_low:last-of-type {
		margin: 0;
	}

	.lt_hxspec {
		margin: 20px 0 0 0;
	}

	.lt_hxspec_tit {
		display: block;
		font-size: 20px;
	}

	.lt_hxspec_sub {
		display: block;
		margin: 5px 0 0 0;
		font-size: 13px;
	}

	.lt_hxtail_vlist.type2 {
		margin-top: 0
	}

	.lt_hxtail_vlist > li {
		font-size: 14px;
	}

	.lt_hxtail_vlist > li:before {
		top: 10px;
	}

	.lt_hxbtn {
		margin: 20px 0 0 0;
	}

	.btn_hxclink {
		padding: 7px;
	}

	.btn_clike {
		width: 32px;
    height: 22px;
	}

	.rpfk_data {
		font-size: 14px;
		padding: 10px 0;
	}

	.rpfk_infxwrap {
		display: block;
	}

	.rpfk_infxcell {
		margin: 0 0 5px 0;
	}

	.rpfk_infxcell:last-of-type {
		margin: 0
	}

	.rpfk_infxcell .form_input {}

	.rpfk_infxcell .chkrd_item {}

	.rpfk_finwrap {
		display: block;
	}

	.rpfk_fintd .rpfk_finwrap .mdfin_flist_w.type3 {
		padding: 10px 0 0 0;
	}

	.rpfk_fintd .rpfk_finwrap .mdfin_flist {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: -10px;
	}

	.rpfk_fintd .rpfk_finwrap .mdfin_flist > li {
		margin: 0 10px 10px 0;
	}

	.form_ta_w {}

	.form_ta {
		font-size: 14px;
		height: 100px;
		padding: 10px;
	}

	.form_tabot_fxwrap {
		display: block;
	}

	.form_tabot_copy {
		font-size: 13px;
	}

	.form_tabot_count {
		font-size: 13px;
	}

	.form_tabot_current {}

	.form_tabot_part {}

	.form_tabot_length {}

	.file_regis_inform {}

	.file_regis_low01 {
		display: block;
	}

	.file_regis_low02 {
		margin-top: 8px;
	}

	.btn_file_regis {
		font-size: 14px;
		padding: 7px 20px;
	}

	.frg_btn_w {}

	.frg_file_w {
		margin: 10px 0 0 0;
	}

	.frg_file_vlist {}

	.frg_file_vlist > li {
		margin-bottom: 5px;
	}

	.frg_file_vlist > li:last-of-type {
		margin-bottom: 0
	}

	.frg_item {
		display: inline-block;
	}

	.frg_name {
		font-size: 14px;
		padding-left: 20px;
	}

	.frg_name:before {
		width: 14px;
		height: 14px;
		background-size: 14px auto;
		top: 4px;
	}

	.btn_frgclose {
		display: inline-block;
		width: 20px;
		height: 20px;
		position: relative;
		vertical-align: middle;
	}

	.btn_frgclose::before,
	.btn_frgclose::after {
		width: 14px;
		margin: -.5px 0 0 -7px;
	}

	.file_regis_uelist {
		font-size: 13px;
	}


	.rpfchk_flist_w {}

	.rpfchk_flist {
		top: 5px;
	}

	.rpfchk_flist .chkrd_item {}

	.rpfchk_flist > li {
		width: 50% !important;
		padding: 0 5px 10px 0;
	}

	.rpfchk_flist > li:last-of-type {}

	.rpfchk_flist.flex > li {
		width: 33% !important;
		box-sizing: border-box;
		padding: 0 5px 10px 0;
	}

	.rpcont_vlist {}

	.rpcont_vcont {
		padding: 15px 15px 15px 50px;
	}

	.rpcont_vcont:before {
		font-size: 14px;
		width: 25px;
		height: 25px;
		left: 15px;
		top: 15px
	}

	.rpa_datelow {
		padding: 0;
		font-size: 14px;
		padding: 2px 0 0 0
	}

	.rpcont_vc01 {
		font-size: 14px;
		padding: 2px 0 0 0
	}

	.rpa_textlow,
	.rpcont_vc02 {
		margin-top: 10px;
		font-size: 14px;
	}

	.rpcont_vc03 {
		margin-top: 15px;
	}

	.rpexam_flist {
		margin: 0 -5px;
	}

	.rpexam_flist > li {
		padding: 0 5px 15px;
		width: 50%;
		box-sizing: border-box;
	}

	.rpexam_fthum img {
		width: 100%;
		height: 100%
	}

	.btn_rpsmcont_w {
		margin-top: 20px;
	}

	.rpexam_fspec {
		font-size: 14px;
	}

	.btn_rpsm {
		font-size: 14px;
	}

	.rpfk_inwpsp {
		font-size: 13px;
	}

	.rpfk_incell {
		padding: 2px;
	}

	.rpfk_fvlab {
		font-size: 14px;
	}


	.rpfk_intb {
		display: block;
		width: auto;
	}

	.rpfk_intr {
		display: block;
		margin-bottom: 5px;
	}

	.rpfk_intr:last-of-type {
		margin-bottom: 0
	}

	.rpfk_incell {
		display: block;
		padding: 0;
	}

	.rpfk_incell.rpfk_inth {}

	.rpfk_incell.rpfk_intd {}

	.svfin_vcont,
	.svfin_vtit {
		font-size: 14px;
	}

	.svfin_vitem {
		margin-bottom: 20px;
	}

	.svfin_vnlist > li {
		font-size: 14px;
	}

	.svfin_vcont {
		margin-top: 5px;
	}

	.svfin_chklow {
		margin: 15px 0 0 0;
	}

	.svfin_fpara {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.single_formfield_w.type2 {
		margin-bottom: -10px;
	}

	.single_formfield_w.type2 .sff_hitem {
		padding: 0;
		width: 100%;
	}

	.single_formfield_w.type2 .sff_hlab_cell,
	.single_formfield_w.type2 .sff_hform_cell {
		padding: 0 0 10px 0;
	}

	.single_formfield_w.type2 .sff_hlab_cell {
		padding-right: 10px;
	}

	.single_formfield_w.type2 .sff_hform_cell {
		flex-grow: 1;
	}

	/*
    .single_formfield_w.type2 .sff_hform_cell,
    .single_formfield_w.type2 .sff_hform_cell:last-of-type{padding: 0;}
    */
	.respon_tb_z.d_toggle_tb .respon_tr.has_rpcont .rpcont_inwrap {
		padding: 15px !important;
	}

	.btn_psort_text {
		font-size: 14px;
		min-width: 76px;
	}

	.pgallery_left {
		font-size: 0;
		line-height: 0;
	}

	.pgallery_right {
		margin-top: 10px;
	}

	.pgallery_list_w {
		margin-top: 25px;
		padding: 0;
		gap: 18px;
		border: 0;
	}

	.pgal_item {
		padding: 0;
		width: 48%;
		margin: 0;
	}

	.pgal_else_shrink .btn_clike {
		flex-shrink: 0;
		margin: 0
	}

	.pelse_btn_w {
		margin: 0;
	}

	.btn_pelse {
		margin: 0;
		display: block;
	}

	.pgal_item:nth-of-type(3n+1):after {
		display: none;
	}


	.pgal_spec {
		padding: 10px;
	}

	.pgal_spec02 {
		padding: 10px;
	}

	.pgal_sname {
		font-size: 16px;
	}

	.pgal_sname02 {
		font-size: 16px;
	}

	.pgal_svlist {
		margin-top: 10px;
	}

	.pgal_svlist > li {
		padding-left: 8px;
		font-size: 13px;
	}

	.pgal_svlist > li:before {
		top: 10px
	}

	.pgal_elselow {
		display: block;
		padding: 0;
	}

	.pgal_nodata_para_w {
		padding: 100px 25px;
	}

	.pgal_nodata_para {
		font-size: 14px;
	}

	.btn_datamid_w {
		display: block;
		text-align: center;
	}

	.btn_clike_g {
		padding: 0 10px;
	}

	.btn_datamid {
		font-size: 14px;
		padding: 0 15px;
		min-width: 80px;
	}

	.btn_datamid_w > * {
		margin: 5px 2px;
	}

	.btn_datamid_w > *:last-child {
		margin-right: 0;
	}

	.data_intro_z {
		margin-bottom: 40px;
	}

	.list_vlist_w.data_intro_w .lt_hxthum {
		flex-basis: 220px;
	}

	.list_vlist_w.data_intro_w .lt_hxthum_link img {
		border: 1px solid #eee;
		width: 218px;
		height: 148px;
		box-sizing: border-box;
	}

	.cirbox_w {
		font-size: 14px;
		padding: 20px;
	}

	.svform_item_w.svform_intro_w {
		margin-top: 30px;
	}


	.sdetail_topinfo_w {
		padding: 20px;
		margin-bottom: 40px;
		display: block;
	}

	.sdetail_thum {}

	.sdetail_spec {
		margin: 20px 0 0 0;
	}

	.sdetail_titlow {
		padding: 0 10px 15px;
	}

	.sdetai_tit {
		font-size: 20px;
	}

	.sdetail_contlow {
		padding: 15px 10px;
	}

	.sdetail_vlist > li {
		font-size: 13px;
		color: #6d6c6c;
		padding-left: 8px;
		position: relative;
	}

	.sdetail_vlist > li:last-of-type {}

	.sdetail_vlist > li:before {
		top: 10px;
	}


	.lkc_topfield_w {
		margin: 40px 0 15px;
		display: block;
	}

	.lkc_topfield_w02 {
		margin: 40px 0 15px;
		display: block;
	}

	.lkc_count {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.lkc_field_w {
		display: block;
	}

	.lkc_fitem {
		margin: 0 0 5px 0;
	}

	.lkc_fitem:last-of-type {
		margin: 0;
	}

	.lkc_form {
		flex-grow: 1;
	}

	.lkc_fitem .btn_cirsearch {
		flex-shrink: 0;
	}


	.scview_titlow {
		padding: 15px;
		margin-top: 40px;
	}

	.scview_tit {
		font-size: 21px;
	}

	.rpfk_data_down {
		padding: 10px 0;
	}

	.rpfk_data_down:before {
		width: 15px;
		height: 15px;
		top: 0;
	}

	.rpfk_data_down_in {
		font-size: 14px;
	}

	.scview_lkdata_w {
		margin: 30px 0;
	}


	.scview_pnlabcell {
		width: 100px;
		padding: 15px 0;
	}

	.scview_pndatacell {
		padding: 5px 15px;
	}

	.pnlab {
		padding-left: 23px;
		font-size: 14px;
	}

	.pnlab:before {
		width: 8px;
		height: 8px;
		left: 3px;
		margin-top: -1px;
	}

	.pnlab.pn_prev:before {}

	.pnlab.pn_next:before {
		margin-top: -7px;
	}

	.pndata_link {
		font-size: 14px;
	}

}

@media (max-width:374px) {
	.dform_tb th {
		padding: 5px 10px;
	}
}

/* // ui skin */

/* 기술제품show 메인 */
.sub_cnsubmain_w {
	display: flex;
	max-width: 1280px;
	margin: 0 auto;
	padding: 80px 30px 200px;
}

.sub_cnsubmain_w.type2 {
	display: block;
}

.cnsub_flabel {
	color: #333333;
	font-size: 17px;
	white-space: nowrap;
	display: inline-block;
	line-height: 1;
}

.cnsub_fvfxzone {}

.cnsub_fvfxwrap {
	text-align: center;
	display: flex;
	margin-bottom: 95px;
}

.cnsub_fvfxwrap:last-of-type {
	margin-bottom: 0;
}

.cnsub_fvfxwrap .cnsub_form_w {
	padding: 0;
}

.cnsub_fvfxwrap .cnsub_fcell {
	margin-right: 15px;
}

.cnsub_fvfxwrap .cnsub_fvgrow_w {
	margin-left: 70px;
	flex-grow: 1;
	min-width: 0
}

.cnsub_fvthum {
	flex-basis: 300px;
	flex-shrink: 0;
	padding-top: 71px;
}

.cnsub_fvthum .cnsub_img_w {}

.cnsub_field_w {
	flex-shrink: 0;
	flex-basis: 33.75%;
}

.cnsub_img_w {}

.cnsub_img_w img {
	vertical-align: top;
}

.cnsub_form_w {
	margin-top: 20px;
	display: flex;
	align-items: center;
	font-size: 0;
	line-height: 0;
	padding: 0 55px;
}

.cnsub_fcell {
	margin-right: 7px;
}

.cnsub_fcell:last-of-type {
	margin-right: 0
}

.cnsub_fcell.has_shrink {
	flex-shrink: 0;
}

.cnsub_fcell .form_select {}

.cnsub_fcell .form_input {}

.cnsub_fcell.has_shrink:last-of-type {}

.cnsub_fcell.has_grow {
	flex-grow: 1;
}

.btn_formgcir {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #2f68c2 url("../images/btn_searchico_w.png") no-repeat 50% 50%/20px auto;
}

.cnsub_flow_w {
	margin-left: 25px;
	flex-grow: 1;
	min-width: 0;
}

.cnfv_item {
	margin-bottom: 55px;
	position: relative;
}

.cnfv_item:last-of-type {
	margin-bottom: 0;
}

.cnfv_titlow {
	padding-bottom: 25px;
	border-bottom: 1px solid #cacaca;
}

.cnfv_tit {
	font-size: 30px;
	color: #1b1b1b;
	font-family: 'NotoSans-Medium';
	text-align: center;
}

.cnfv_tit02 {
	width: 100%;
	text-align: left !important;
	font-size: 22px;
	color: #0288D1;
	font-family: 'NotoSans-Medium';
	text-align: center;
	padding: 0 0 15px 0;
}

.cnfv_item_link {
	display: block;
	text-align: center;
	padding: 0 10px;
}

.cnfv_item_link02 {
	display: block;
	text-align: left;
	margin: 0 10px;
	padding: 30px 25px;
	background-color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
}

.cnfv_contlow {
	display: flex;
	min-width: 0;
	padding: 35px 0;
	border-bottom: 1px solid #e7e7e7;
}

.cnfv_contlow02 {
	display: flex;
	min-width: 0;
	padding: 35px 0 0 0;
}

.cnfv_nodata_w {
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 85px 0;
	box-sizing: border-box;
}

.cnfv_nodata {
	font-size: 17px;
	color: #2b2b2b;
}

.cnfv_ctsell {
	width: 60px;
	background: #fff;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	font-size: 0;
	line-height: 0;
	justify-content: center;
}

.cnfv_ctsell02 {
	width: 60px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	font-size: 0;
	line-height: 0;
	justify-content: flex-start;
}

.cnfv_ctsell03 {
	width: 60px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	font-size: 0;
	line-height: 0;
	justify-content: flex-end;
}

.cnfv_flowsell {
	flex-grow: 1;
	min-width: 0;
}

.btn_ctswiper {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	border: 1px solid #dcdcdc;
	position: relative;
}

.btn_ctswiper:before {
	display: block;
	content: '';
	border-left: 1px solid #6d6c6c;
	border-bottom: 1px solid #6d6c6c;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	margin-left: -2px;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
}

.btn_ctswiper.ctprev {}

.btn_ctswiper.ctprev:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.btn_ctswiper.ctnext {}

.btn_ctswiper.ctnext:before {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	margin-left: -7px;
}

.btn_ctswiper02 {
	display: inline-block;
	width: 35px;
	height: 35px;
	position: relative;
}

.btn_ctswiper02:before {
	display: block;
	content: '';
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 25px;
	margin-top: -20px;
	margin-left: -12px;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
}

.btn_ctswiper02.ctprev {}

.btn_ctswiper02.ctprev:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.btn_ctswiper02.ctnext {}

.btn_ctswiper02.ctnext:before {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	margin-top: -20px;
	margin-left: -15px;
}

.cnfv_flowsell {}

.swiper-container.cnfv_swiper {}

.swiper-container.cnfv_swiper.type2 .cnfv_thum {
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
}

.swiper-container.cnfv_swiper .swiper-wrapper {}

.swiper-container.cnfv_swiper .swiper-slide {
	width: 25%;
}

.cnfv_thum {
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	display: block;
	padding-bottom: 100%;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-image: url("../images/ico_noexpert.png");
}

.cnfv_thum02 {
	width: 100%;
	height: 96px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	overflow: hidden;
}

.cnfv_spec {
	font-size: 17px;
	color: #2b2b2b;
	margin-top: 15px;
}

.cnfv_spec02 {
	font-size: 14px;
	color: #2b2b2b;
	margin-top: 20px;
	line-height: 24px;
	text-align: left;
}

.btn_cnfvmore {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #dcdcdc;
	border-radius: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 8px;
	right: 0;
}

.btn_cnfvmore:before,
.btn_cnfvmore:after {
	display: block;
	content: '';
	width: 10px;
	height: 2px;
	background: #010101;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -5px;
}

.btn_cnfvmore:before {}

.btn_cnfvmore:after {
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

/*기업정보 20221111 지도*/

.map_wrap {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	flex: 0 0 420px;
	height: auto;
	max-width: 590px;
}

.map_wrap.fixed .relative {
	position: fixed;
	top: 210px;
	width: 420px;
}

.map_wrap.absol .relative {
	width: 420px;
	position: absolute;
	bottom: 0;
	top: auto;
}


.map_table {
	border-bottom: 1px solid #ddd;
}

.map_wrap .map_teg {
	display: block;
}

.map_wrap .map_teg .teg_type1 {
	background: #16bcc2;
}

.map_wrap .map_teg .teg_type2 {
	background: #0d5698;
}

.map_wrap .map_teg .teg_type3 {
	background: #6daa3c;
}

.map_wrap .map_teg .teg_type1:after {
	border-top-color: #16bcc2 !important;
}

.map_wrap .map_teg .teg_type2:after {
	border-top-color: #0d5698 !important;
}

.map_wrap .map_teg .teg_type3:after {
	border-top-color: #6daa3c !important;
}

.map_wrap .map_teg .teg {
	position: absolute;
	padding: 3px 10px;
	border-radius: 5px;
	text-align: center;
}

.map_wrap .map_teg .teg button {
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	width: 100%;
	display: block;
	text-align: center;
}

.map_wrap .map_teg .teg.ov {
	animation: bounce 1.5s infinite;
}

.map_wrap .map_teg .teg:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 0;
	margin-left: -10px;
	margin-bottom: -10px;
}

.map_wrap .map_teg .teg .num {
	display: block;
}

.map_wrap .map_teg .teg.seoul {
	top: 11%;
	left: 27%;
}

.map_wrap .map_teg .teg.kyunggi {
	top: 20%;
	left: 35%;
}

.map_wrap .map_teg .teg.incheon {
	top: 7%;
	left: 15%;
}

.map_wrap .map_teg .teg.kangwon {
	top: 7%;
	left: 55%;
}

.map_wrap .map_teg .teg.cn {
	top: 38%;
	left: 17%;
}

.map_wrap .map_teg .teg.cb {
	top: 28%;
	left: 45%;
}

.map_wrap .map_teg .teg.sejong {
	top: 30%;
	left: 31%;
}

.map_wrap .map_teg .teg.daejeon {
	top: 39%;
	left: 34%;
}

.map_wrap .map_teg .teg.jb {
	top: 52%;
	left: 23%;
}

.map_wrap .map_teg .teg.kwangju {
	top: 61%;
	left: 18%;
}

.map_wrap .map_teg .teg.jn {
	top: 72%;
	left: 15%;
}

.map_wrap .map_teg .teg.kb {
	top: 37%;
	left: 68%;
}

.map_wrap .map_teg .teg.kn {
	top: 62%;
	left: 46%;
}

.map_wrap .map_teg .teg.daegu {
	top: 51%;
	left: 60%;
}

.map_wrap .map_teg .teg.ulsan {
	top: 57%;
	left: 77%;
}

.map_wrap .map_teg .teg.busan {
	top: 64%;
	left: 67%;
}

.map_wrap .map_teg .teg.jeju {
	top: 87%;
	left: 15%;
}

.map_wrap svg g {
	position: relative;
}

.map_wrap svg g.active {
	z-index: 2;
}

g path {
	transition: all .2s ease;
	position: relative;
	stroke: #ccc;
}

g.active path {
	fill: #fbf0d7;
	transform: translateY(-2px);
	stroke: rgba(151, 110, 25, .5);
	stroke-width: 3px;
}

@keyframes bounce {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-7px);
	}

	100% {
		transform: translateY(0);
	}
}

/*제품정보상세*/
.popup_wrap {
	background-color: #fff;
	padding:20px 0 60px 0;
}
.popup_wrap .btn_clike_g {min-width:75px;}
.popup_wrap .sgp_titlow {
	margin-bottom:0;
	text-align: center;
}

/*.popup_wrap .sgp_titlow .sgp_tit {
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    background: #2f68c2;
    padding: 10px 0;
    font-family: 'NotoSans-Regular',Dotum,verdana,sans-serif;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 30px;
    margin-bottom: 15px;
}
.popup_wrap .sgp_titlow .sgp_tit:after {
	display: none;
}*/
.popup_wrap .list_vlist_w {
	padding: 0 ;
	border:0;
}
.popup_wrap .btn_datamid_w {
	margin-top:0;	
}
.popup_wrap .lt_hxwrap {
	text-align: center;
}

.popup_wrap .list_vlist_w.data_intro_w .lt_hxthum_link img {
	width:auto;
	height:400px;
    border: 1px solid #ddd;
    box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
}

.popup_wrap .svform_item_w.svform_intro_w {
	padding:0 15px 30px 15px;
}
.popup_wrap .svform_item_w.svform_intro_w .cirbox_w {
	line-height: 2;
}
.popup_wrap .lt_hxtail_vlist {
    text-align: left;

}
.popup_wrap .lt_hxspec { 
	margin:0; 
}
.popup_wrap .list_vlist > li {
   border:0;
}
.popup_wrap .sgp_titlow .lt_hxscirbox_wpec_tit {
   font-size:27px;
   color:#206bab;
   word-break:keep-all;  
   font-weight:500;
}
/*통계메인*/
.statics_main_top_area {
	background-image: url(/resources/images/main/bg_top_statics.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.statics_main_top_area .max_flex_wrap {
	display: flex;
	max-width: 1480px;
	margin: 0 auto;
} 

.statics_main_top_area .max_flex_wrap > div {
	flex: 1 1 50%;
	padding: 70px 0;
}

.statics_main_top_area .max_flex_wrap > .top_left {
	padding-right: 100px;
}

.statics_main_top_area .max_flex_wrap > .top_right {
	padding-left: 100px;
}

.max_flex_wrap .title { 
	font-size: 32px;
	color: #fff;
	text-align: center;
	font-family: "NEXEN_TIRE_Bold";
	margin-bottom: 30px;
}

.static_tab_area {
	text-align: center;
	background: rgba(255, 255, 255, .1);
	border-radius: 15px;
}

.static_tab_area ul {
	display: flex;
}

.static_tab_area .tabs ul {
	border-bottom: 2px solid #fff;
}

.static_tab_area .tabs ul li {
	flex: 1 1 30%;
}

.static_tab_area .tabs_cont_area {
	padding: 20px;
}

.static_tab_area .tabs_cont_area .tabs_cont {
	display: none;
}

.static_tab_area .tabs_cont_area ul li {
	flex: 1 1 auto;
}

.static_tab_area ul li a {
	display: block;
	text-align: center;
	padding: 10px 0;
}

.static_tab_area ul li.on a {
	position: relative;
	background: #fff;
	border-radius: 15px 15px 0 0;
}

.static_tab_area ul li.on a:before {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 30%;
	right: 30%;
	height: 10px;
	background: #dcecff;
}

.static_tab_area ul li a span {
	color: #afb1b3;
	font-size: 20px;
	display: block;
	border-right: 1px solid rgba(255, 255, 255, .4);

}

.static_tab_area ul li:last-child a span {
	border-right: 0;
}

.static_tab_area ul li.on a span {
	position: relative;
	z-index: 2;
	color: #2a6dbd;
	font-weight: bold;
}

.graph_block .bar {
	position: relative;
	height: 170px;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.graph_block .bar .line {
	position: absolute;
	bottom: 0;
	width: 40px;
	left: calc(50% - 20px);
	height: 100px;
}

.graph_block ul {
	display: flex;
	padding-top: 30px;
}


.graph_block .total_view {
	color: #fff;
	padding: 10px 0;
	font-size: 20px;
}

.graph_block .total_view .point {
	color: #fff799;
	font-size: 28px;
	font-family: "NEXEN_TIRE_Bold";
	display: inline-block;
	vertical-align: top;
}

.graph_block .bar .num {
	color: #fff;
	font-size: 16px;
	transform: translateY(-30px);
	display: block;
}

.graph_block .bar .line {
	background: rgb(30, 173, 176);
	background: -webkit-linear-gradient(bottom, rgba(77 229 232, 1) 0%, rgba(45 149 255, 1) 100%);
	background: -o-linear-gradient(bottom, rgba(77 229 232, 1) 0%, rgba(45 149 255, 1) 100%);
	background: linear-gradient(to top, rgb(77 229 232) 0%, rgb(45 149 255) 100%);
}

.graph_block .txt {
	margin-top: 10px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}


.status_area .list dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 27px 0;
}

.status_area .list dl dt {
	font-size: 28px;
	color: #fff;
	font-family: "NEXEN_TIRE_Regular";
	font-weight: 400;
}

.status_area .list dl dt:before {
	content: '';
	margin-right: 25px;
	display: inline-block;
	vertical-align: middle;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background-color: rgba(0, 14, 63, .2);
	background-position: center;
	background-repeat: no-repeat;
}

.status_area .list dl.list01 dt:before {
	background-image: url(../images/main/main_static_ico1.png)
}

.status_area .list dl.list02 dt:before {
	background-image: url(../images/main/main_static_ico2.png)
}

.status_area .list dl.list03 dt:before {
	background-image: url(../images/main/main_static_ico3.png)
}

.status_area .list dl dd {
	color: #fff;
	font-size: 20px;
}

.status_area .list dl dd .point {
	color: #fff799;
	font-size: 33px;
	font-family: "NEXEN_TIRE_Bold";
	display: inline-block;
	vertical-align: top;
	margin-right:5px;
}

.mo {display:none}
@media all and (max-width:768px) {
.web {display:none}
.mo {display:block}
	
}
/*주제별 통계서비스*/
.total_service_wrap {
	max-width: 1480px;
	margin: 0 auto;
	padding: 100px 0;
}

.total_service_wrap .title {
	font-family: "NEXEN_TIRE_Bold";
	font-size: 40px;
	margin-bottom: 30px;
}

.total_service_wrap .service_list {}

.total_service_wrap .service_list ul {
	display: flex;
}

.total_service_wrap .service_list li {
	flex: 1 1 auto;
}

.total_service_wrap .service_list a {
	font-size: 20px;
	display: block;
	text-align: center;
}

.total_service_wrap .service_list a:before {
	content: '';
	transition: all .3s ease-in-out;
	display: block;
	margin: 0 auto;
	width: 135px;
	height: 135px;
	border-radius: 50%;
	background: #f1f3f4;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 15px;
}

.total_service_wrap .service_list a:hover {
	color: #2a6dbd;
}

.total_service_wrap .service_list a:hover:before {
	background: #fff;
	box-shadow: 5px 0 15px rgba(0, 0, 0, 0.15);
	background-repeat: no-repeat;
	background-position: center;
}


.total_service_wrap .service_list a.ser_ico_1:before {
	background-image: url(../images/main/ico_service1.png)
}

.total_service_wrap .service_list a.ser_ico_2:before {
	background-image: url(../images/main/ico_service2.png)
}

.total_service_wrap .service_list a.ser_ico_3:before {
	background-image: url(../images/main/ico_service3.png)
}

.total_service_wrap .service_list a.ser_ico_4:before {
	background-image: url(../images/main/ico_service4.png)
}

.total_service_wrap .service_list a.ser_ico_5:before {
	background-image: url(../images/main/ico_service5.png)
}

.total_service_wrap .service_list a.ser_ico_6:before {
	background-image: url(../images/main/ico_service6.png)
}

.total_service_wrap .service_list a.ser_ico_7:before {
	background-image: url(../images/main/ico_service7.png)
}

/*나노 통계 자료*/
.statis_wrap {
	background-color: #1eadb0;
	padding: 50px 0;
}
.statis_wrap.v2 {
	background-color: #fff;
	padding: 50px 0;
}


.statis_wrap .wrap {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	padding-left: 300px;
}

.statis_wrap .controls_area {
	position: absolute;
	left: 0;
	width: 300px;
}

.statis_wrap .controls_area .title {
	font-size: 30px;
	color: #fff;
	font-family: "NEXEN_TIRE_Bold";
}
.statis_wrap.v2 .controls_area .title {
	color:#121212;
}

.statis_wrap .controls_area .exp {
	color: #7ee0e2;
	font-size: 18px;
}
.statis_wrap.v2 .controls_area .exp {
    color: #1eadb0;
    font-size: 18px;
}
.statis_wrap .control_btn_wrap {
	margin-top: 15px;
}

.statis_wrap .control_btn_wrap i {}

.statis_wrap .control_btn_wrap .prev {}

.statis_wrap .control_btn_wrap .next {}

.statis_wrap .control_btn_wrap button {
	transition: all .2s ease-in-out;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: 1px solid #fff;
	font-size: 20px;
	color: #fff;
}

.statis_wrap .control_btn_wrap button:hover {
	background: #fff;
	color: #000;
}

.statis_wrap .statis_data_list {}

.statis_wrap .statis_data_list ul {}

.statis_wrap .statis_data_list ul li {margin:0 10px;height:340px;}
.statis_wrap.v2 .statis_data_list ul li {border:1px solid #ddd;overflow:hidden;}
.data_table_area ul {
	border-top: 2px solid #000;
}

.data_table_area ul li { 
	border-bottom: 1px solid #e7e7e7;
}

.data_table_detail {
	position: relative;
	padding: 35px 0;
}

.data_table_detail .title {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 5px;
}

.data_table_detail .order {
	padding-right: 120px;
}

.data_table_detail .order dl.tel {
	margin-top: 10px;
}

.data_table_detail .order dl dt {
	display: inline-block;
	color: #666;
	width: 73px;
}

.data_table_detail .order dl dd {
	display: inline-block;
	color: #000;
	margin-right: 10px;
	max-width: calc(100% - 90px);
	vertical-align: top;
	word-break: keep-all;
}

.data_table_detail .info_r {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.data_table_detail .info_r a {}

.data_table_detail .list_r {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* 2023-11-08 */
.data_table_detail .list_r.pub2 {width: 140px; font-size: 0;}
.data_table_detail .list_r.pub2 .box {display: inline-block; width: 50%; vertical-align:bottom;}
.data_table_detail .list_r.pub2 .box:first-child {width: 45px;}
.data_table_detail .list_r.pub2 .box:last-child {width: calc(100% - 55px); margin: 0 0 0 5px;}
.data_table_detail .list_r.pub2 .pop_btn_area {position: absolute;right: 0;top: 0;}
.data_table_detail .list_r.pub2 .pop_btn_area .text_box {display: table; width: 100%; table-layout: fixed; border: 1px solid #4aa9ac; background:#4aa9ac;transition: 0.3s;}
.data_table_detail .list_r.pub2 .pop_btn_area .text_box:hover, .data_table_detail .list_r.pub2 .pop_btn_area .text_box:focus {border: 1px solid #35979b;background:#35979b; }
.data_table_detail .list_r.pub2 .pop_btn_area .text_box:hover button, .data_table_detail .list_r.pub2 .pop_btn_area .text_box:focus button{ color:#fff; }
.data_table_detail .list_r.pub2 .pop_btn_area .text_box .btn_pop {display: table-cell; width: 100%; height: 92px; font-weight: 500; font-size: 18px; line-height: 27px; color: #fff; vertical-align: middle; text-align: center;}


.data_table_detail .list_r .ico_block {
	width: 45px;
	height: 45px;
	border: 1px solid #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 4px;
}

.data_table_detail .list_r .ico_block span {
	display: none;
}

.data_table_detail .list_r .ico_block:hover span {
	display: block;
	position: absolute;
	white-space: nowrap;
	background: #fff;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 8px;
	transform: translateY(-30px);
}

.data_table_detail .list_r .ico_block:last-child {
	margin-bottom: 0;
}

.no_data {
	text-align: center;
	padding: 100px 0;
}

.search_form {
	padding: 10px 0;
}

.search_form input {
	width: 100%;
	height: 35px;
	padding: 0 10px;
}

/*20231108*/
.content7 {}
.content7 .data_area {}
.respon_tb.tbody_tb.con7list {font-size: 0;display: flex;flex-wrap:wrap;}
.respon_tb.tbody_tb.con7list > li {display: inline-block; flex:0 0 33.33%;border:0;padding:10px;}

.respon_tb.tbody_tb.con7list > li .box {display: block; border: 1px solid #d1d1d1; transition: 0.5s; border-radius: 10px; overflow:hidden;height:100%;}
.respon_tb.tbody_tb.con7list > li .box:hover,
.respon_tb.tbody_tb.con7list > li .box:focus {border: 1px solid #2f68c2;}
.respon_tb.tbody_tb.con7list > li .box .img_box{position: relative;  border-radius: 10px;}
.respon_tb.tbody_tb.con7list > li .box .img_box .inner_box{ width: 100%; height: 100%;}
.respon_tb.tbody_tb.con7list > li .box .img_box .inner_box img{display: inline-block; width: 100%; height: 100%;}
.respon_tb.tbody_tb.con7list > li .box .text_box {padding: 25px 15px;}
.respon_tb.tbody_tb.con7list > li .box .text_box .title {margin: 0 0 10px 0;  font-weight: 700; font-size: 18px; line-height:27px; color: #333333;}
.respon_tb.tbody_tb.con7list > li .box .text_box .data_list_area {}
.respon_tb.tbody_tb.con7list > li .box .text_box .data_list_area > .list {display: flex;flex-direction: column;}
.respon_tb.tbody_tb.con7list > li .box .text_box .data_list_area > .list > li {position: relative; padding: 0; font-weight: 400; font-size: 16px; line-height: 24px; color: #333333;}
.respon_tb.tbody_tb.con7list > li .box .text_box .data_list_area > .list > li .tit {position: relative;color: #818181;display: inline-block;min-width:60px;}

/* 레이어팝업 */

.close_layerbt {width:50px;height:50px;position: absolute;right:0;top:0;background:#333;color:#fff;font-size:20px;font-weight:bold;}
.bg_layer {position: fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:10;}
.layer_wrap .nonpage {text-align: center;padding:20px;font-size:21px;justify-content: center;}
.layer_wrap {display:none; position: fixed;  max-width: 1100px;  z-index:99;top:50%;left:50%;transform: translate(-50%,-50%);background-color: #fff;width:100%;}
.layer_wrap .layer_area {padding:30px; max-height: calc(80vh - 210px); overflow:auto;}
.item_intro_wrap {display: flex;align-items: center; gap:30px;border:1px solid #ddd;border-radius:10px;overflow:hidden;padding:15px;}
.item_intro_wrap .img_area {flex: 0 0 200px;} 
.item_intro_wrap .item_exp .item_title {font-size: 22px;color:#0E9FA5;font-weight: 500} 
.item_detail_wrap {padding: 20px 0 0px 0;}
.item_detail_wrap .subject {padding:10px 0;text-align:left;font-weight:500;font-size:17px;display: block;border-radius:40px;margin-bottom:30px;line-height: 1;font-weight:bold;}
.item_detail_wrap .subject:before {content:'';display: inline-block;width:4px;height:20px;background:#2f68c2;vertical-align: top;margin-right:10px;}
.item_detail_wrap .memo_wrap {}
.item_detail_wrap .memo_wrap img {height:auto !important;}

.layer_wrap .pop_cont_area .layer_area {max-height:830px; overflow: auto padding: 0 10px 0 0; }



.item_list_wrap .pagination {margin-top:0;}
.item_list_wrap h5 {display: block;width:100%;padding:13px;background:#333;color:#fff;text-align: center;font-size:20px;} 
.item_list_wrap ul {padding:0;max-height:180px;overflow:auto;} 
.item_list_wrap ul li {border-bottom:1px solid #e2e2e2; display: flex;justify-content: space-between;align-items: center;padding: 5px 20px;flex-wrap: wrap;}
.item_list_wrap ul li.on {background-color:#2f68c2;color: #fff;}
.item_list_wrap ul li.on a {color:#fff;}
.item_list_wrap ul li.on a:hover {color:#fff;}
.item_list_wrap ul li a {display: block;padding:5px;font-size:17px;
    width: calc(100% - 110px);
    line-height: 1.2;
    word-break: keep-all;}
.item_list_wrap ul li a:hover {color:#2f68c2;}
.ytb_ico {
	position: relative
}

.ytb_ico:after {
	content: '';
	width: 60px;
	height: 60px;
	display: block;
	background-image: url(../images/main/ytb_off.png);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-size: contain;
}

.ytb_ico:hover:after {
	background-image: url(../images/main/ytb_on.png)
}
@media (max-width:1400px) {
	.layer_wrap {max-width: 1280px; }	
}

@media (max-width:1280px) {
	.item_list_wrap ul {max-height:140px;border-bottom:1px solid #333;}
	.layer_wrap .layer_area {padding:20px; height: calc(100vh - 196px);max-height:100%; }
	/*20231108*/
	.layer_wrap {width: 100%; max-width: 1080px; padding: 0;}
	.layer_wrap .close_layerbt {width: 40px; height: 40px; font-size: 16px;}
	.layer_wrap .layer_area .item_intro_wrap {gap: 25px; padding: 10px;}
	.layer_wrap .layer_area .item_intro_wrap .img_area {flex: 0 0 133px;}
	.layer_wrap .layer_area .item_intro_wrap .item_exp .item_title {font-size: 20px;}
	.layer_wrap .layer_area .item_detail_wrap {margin: 15px 0 0; padding: 0;}
	.layer_wrap .layer_area .item_detail_wrap .subject {margin: 0 0 20px; paddgin: 5px 15px; font-size: 15px;}
}


@media (max-width: 1080px) {
	
	.layer_wrap {max-width: 100%; max-height: 100%; padding: 0;}
	.layer_wrap .close_layerbt {
    width: 50px;
    height: 50px; font-size: 14px;}
	.layer_wrap .layer_area .item_intro_wrap {gap: 20px;}
	.layer_wrap .layer_area .item_intro_wrap .item_exp .item_title {font-size: 18px;}
	.layer_wrap .layer_area .item_detail_wrap {margin: 10px 0 0; padding: 0;}
	.layer_wrap .layer_area .item_detail_wrap .subject {margin: 0 0 15px; paddgin: 10px; font-size: 13px;}
}


@media (max-width:1023px){
	.content7 .data_area > .list > li {width:calc(33.333% - 20px); margin: 30px 30px 0 0;}
	.content7 .data_area > .list > li:nth-child(-n+3) {margin: 0 30px 0 0;}
	.content7 .data_area > .list > li:nth-child(3n) {margin: 30px 0 0 0;}
	.content7 .data_area > .list > li:nth-child(3) {margin: 0;}
	.content7 .data_area > .list > li .box {border-radius: 15px;}
	.content7 .data_area > .list > li .box .text_box {padding: 15px;}
	.content7 .data_area > .list > li .box .text_box .title {font-size: 16px; line-height:24px;}
	.content7 .data_area > .list > li .box .text_box .data_list_area > .list > li {padding: 0 0 0 50px; font-size: 14px; line-height: 21px;}
}

@media (max-width: 767px) {
	.layer_wrap {padding: 0;}
	.layer_wrap .layer_area .item_intro_wrap {display: inherit; gap: inherit; align-items: inherit;}
	.layer_wrap .layer_area .item_intro_wrap .img_area {flex: inherit; width: 100%; max-width: 300px; margin: 0 auto 15px;}
	.layer_wrap .layer_area .item_intro_wrap .img_area img {width: 100%;}
	.layer_wrap .layer_area .item_intro_wrap .item_exp .item_title {font-size: 16px;}
	.layer_wrap .layer_area .item_intro_wrap .item_exp ul li {font-size: 14px; line-height: 24px;}
	.layer_wrap .layer_area .item_detail_wrap {margin: 10px 0 0; padding: 0;}
	.layer_wrap .layer_area .item_detail_wrap .subject {margin: 0 0 15px; paddgin: 10px; font-size: 13px;}
	
	/*10대 나노기술 자료*/
	.content7 .data_area > .list > li {width:calc(50% - 10px); margin: 20px 20px 0 0;}
	.content7 .data_area > .list > li:nth-child(-n+3) {margin: 20px 20px 0 0;}
	.content7 .data_area > .list > li:nth-child(3n) {margin: 20px 20px 0 0;}
	.content7 .data_area > .list > li:nth-child(3) {margin: 20px 20px 0 0;}
	.content7 .data_area > .list > li:nth-child(-n+2) {margin: 0 20px 0 0;}
	.content7 .data_area > .list > li:nth-child(2n) {margin: 20px 0 0 0;}
	.content7 .data_area > .list > li:nth-child(2) {margin: 0;}
	.content7 .data_area > .list > li .box {border-radius: 10px;}
	.content7 .data_area > .list > li .box .text_box {padding: 10px;}
	
	.respon_tb.tbody_tb.con7list > li {flex:0 0 50%;}
	.respon_tb.tbody_tb.con7list > li .box .text_box {padding:10px;}
	.respon_tb.tbody_tb.con7list > li .box .text_box .data_list_area > .list > li {padding:0;}
	.respon_tb.tbody_tb.con7list > li .box .text_box .data_list_area > .list > li .tit {position: static;}
}

@media (max-width: 480px) {
	.layer_wrap {padding: 0;}
	.layer_wrap .layer_area .item_intro_wrap {gap: 20px;}
	.layer_wrap .layer_area .item_intro_wrap .item_exp .item_title {font-size: 18px;}
	.layer_wrap .layer_area .item_detail_wrap {margin: 10px 0 0; padding: 0;}
	.layer_wrap .layer_area .item_detail_wrap .subject {margin: 0 0 15px; paddgin: 10px; font-size: 13px;}
	
	/*10대 나노기술 자료*/
	.content7 .data_area > .list > li {width:100%; margin: 15px 0 0 !important;}
	.content7 .data_area > .list > li:first-chld {margin: 0 !important;}
	 
	
	.respon_tb.tbody_tb.con7list > li {flex:0 0 100%;} 
}




@media (max-width:1480px) {
	.statics_main_top_area .max_flex_wrap > .top_left {
		padding: 50px;
		transform: scale(.9);
	}

	.statics_main_top_area .max_flex_wrap > .top_right {
		padding: 50px;
		transform: scale(.9);
	}

	.max_flex_wrap .title {
		font-size: 29px;
		word-break: keep-all;
	}
}

@media (max-width:990px) {
	.data_table_detail .list_r .ico_block:hover span {
		display: none;
	}
}

@media (max-width:1280px) {
	.cnsub_form_w {
		padding: 0
	}

	.statics_main_top_area {
		background-image: url(/resources/images/main/bg_top_statics_m.png);
	}

	.statics_main_top_area .max_flex_wrap > .top_left {
		transform: scale(1);
		background-color: rgba(0, 0, 0, 0.7);

		padding: 30px;
	}

	.statics_main_top_area .max_flex_wrap > .top_right {
		transform: scale(1);
		background-color: rgba(0, 14, 63, 0.8);
		padding: 30px;
	}

	.statics_main_top_area .max_flex_wrap {
		display: block;
	}
}

@media (max-width:1023px) {
	.map_wrap {
		margin-bottom: 40px;
	}

	.map_wrap .map_teg .teg button {
		font-size: 19px;
	}

	.total_service_wrap {
		padding: 50px 25px;
	}

	.total_service_wrap .service_list ul {
		display: block;
		text-align: center;
	}

	.total_service_wrap .service_list li {
		display: inline-block;
		margin: 3vw 3vw;
	}

	.statis_wrap .wrap {
		padding: 0 25px;
	}

	.statis_wrap .controls_area {
		position: static;
		margin-bottom: 15px;
	}

	.statis_wrap .control_btn_wrap {
		position: absolute;
		right: 25px;
		top: 0;
		margin: 0;
	}

	.statis_wrap .statis_data_list ul li {
		margin: 0 10px;
		height:auto;
	}

	.list_vlist.flex li {
		flex: 1 1 50%;
	}

	.list_vlist.flex li a .lt_hxthum_link img {
		height: auto;
	}

	.sub_cnsubmain_w {
		padding: 40px 15px 80px;
		display: block;
	}

	.cnsub_img_w {
		text-align: center
	}

	.cnsub_flow_w {
		margin: 40px 0 0 0;
	}

	.cnfv_tit {
		font-size: 20px;
	}

	.cnfv_titlow {
		padding-bottom: 15px;
	}

	.btn_cnfvmore {
		width: 26px;
		height: 26px;
		top: 2px
	}

	.btn_formgcir {
		width: 35px;
		height: 35px;
		background-size: 18px auto;
	}

	.cnfv_contlow {
		padding: 20px 0;
	}

	.cnfv_contlow02 {
		padding: 20px 0 0 0;
	}

	.cnfv_item_link {
		padding: 0 5px;
	}

	.cnfv_item_link02 {
		margin: 0 5px;
	}

	.btn_ctswiper {
		width: 25px;
		height: 25px;
	}

	.btn_ctswiper02 {
		width: 25px;
		height: 25px;
	}

	.cnfv_ctsell {
		width: 34px;
	}

	.cnfv_ctsell02 {
		width: 34px;
	}

	.cnfv_ctsell03 {
		width: 34px;
	}

	.btn_ctswiper:before {
		width: 6px;
		height: 6px;
		margin: -4px 0 0 -1px;
	}

	.btn_ctswiper.ctnext:before {
		margin-left: -4px;
	}

	.btn_ctswiper02:before {
		width: 6px;
		height: 6px;
		margin: -4px 0 0 -1px;
	}

	.btn_ctswiper02.ctnext:before {
		margin-left: -4px;
	}

	.cnfv_spec {
		font-size: 14px;
		margin-top: 5px;
	}

	.cnfv_spec02 {
		font-size: 12px;
		margin-top: 7px;
	}

	.cnfv_nodata_w {
		padding: 40px 15px;
	}

	.cnfv_nodata {
		font-size: 14px;
	}

	.cnsub_flabel {
		font-size: 14px;
	}

	.cnsub_fvfxzone {}

	.cnsub_fvfxwrap {
		display: block;
		margin-bottom: 60px;
	}

	.cnsub_fvfxwrap .cnsub_form_w {
		padding: 0;
	}

	.cnsub_fvfxwrap .cnsub_fcell {
		margin-right: 15px;
	}

	.cnsub_fvfxwrap .cnsub_fvgrow_w {
		margin: 30px 0 0 0;
	}

	.cnsub_fvthum {
		padding-top: 0;
	}

	.cnsub_fvfxwrap .cnsub_fcell {
		margin-right: 8px;
	}

	.cnfv_thum02 {
		height: 150px;
	}
}

@media (max-width:768px) {
	.detail_status_wrap .tab_wrap ul li a {font-size:18px !important;word-break:keep-all;border-radius:10px;}
	.scsort_dep01_fxwrap.ver2 {padding:15px;} 
	.popup_wrap .svform_item_w.svform_intro_w {padding:0;}
	.rtb_link_fxwrap {
		height: auto;
	}
	.related_list ul li {flex:1 1 100%;}
	.rtb_link_fxwrap .rtb_tlink {
		font-size: 18px;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		white-space: normal;
	}

	.rtb_link_fxwrap .ico_notice_mike,
	.respon_tb.tbody_tb .rtb_cell.define_hit {
		display: none;
	}

	.total_service_wrap .title {
		font-size: 30px;
		text-align: center;
	}

	.total_service_wrap .service_list a:before {
		width: 85px;
		height: 85px;
		background-size: 48% !important;
	}

	.total_service_wrap .service_list a {
		font-size: 17px;
	}

	.graph_block .bar {
		height: 120px
	}

	.graph_block .bar .line {
		width: 30px;
		left: calc(50% - 15px);
	}

	.static_tab_area ul li a span {
		font-size: 16px;
	}

	.max_flex_wrap .title {
		font-size: 25px;
	}

	.graph_block .txt {
		font-size: 15px;
	}

	.status_area .list dl dt {
		font-size: 20px;
	}

	.status_area .list dl dt:before {
		margin-right: 15px;
		width: 52px;
		height: 52px;
		background-size: 50%;
	}

	.cnfv_thum02 {
		height: 200px;
	}
}

/* // 기술제품show 메인 */




/* pagination */
.paging_z {
	position: relative;
}

.paging_layer_right {
	position: absolute;
	top: -6px;
	right: 0;
}

.paging_layer_right .btn_submit {
	margin: 0 0 0 5px;
}

.pagination {
	text-align: center;
	line-height: 0;
	font-size: 0;
	padding: 0 0 0;
	margin-top: 40px;
	clear: both;
}

.pagination a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	background: #fff;
	line-height: 38px;
	font-size: 16px;
	white-space: nowrap;
	vertical-align: top;
	text-align: center;
	color: #6d6c6c;
	margin: 0 2px;
}
.pagination a.active {background-color: #F6F6F6; color: #9E6ED0;}
.pagination .num {
	display: inline-block;
	margin: 0 2px;
	position: relative;
}

.pagination .control:hover {
	border-color: #333c4c;
	background-color: #fff;
}

.pagination .control:hover:after,
.pagination .control:hover:before {
	border-color: #333c4c;
}

.pagination .num:hover,
.pagination .num.on {
	border-color: #333c4c;
	color: #fff;
	background-color: #333c4c;
}

.pagination .control {}

.pagination .first,
.pagination .prev,
.pagination .next,
.pagination .last {
	overflow: hidden;
	border: 1px solid #d9d9d9;
	font-size: 0;
	color: #fff;
	line-height: 0;
}

.pagination .first:after,
.pagination .prev:after,
.pagination .next:after,
.pagination .last:after {
	display: inline-block;
	content: '';
	margin: 16px 0 0 0;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

.pagination .first:before,
.pagination .last:before {
	display: inline-block;
	content: '';
	margin: 16px 0 0 0;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

.pagination .first:after,
.pagination .prev:after {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.pagination .next:after,
.pagination .last:after {
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.pagination .first:before {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.pagination .last:before {
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.pagination .prev:after {}

.pagination .first:before {}

.pagination .next:after {
	position: relative;
	left: -2px;
}

.pagination .last:after {}

.pagination .first {}

.pagination .prev {
	margin-right: 15px;
	background-position: -34px 0;
}

.pagination .next {
	margin-left: 15px;
	background-position: -68px 0;
}

.pagination .last {
	background-position: -102px 0;
}

.pagination .prev:after {
	margin-left: 3px
}

.pagination .first:before {
	margin-left: 4px
}

.pagination .first:after {
	margin-left: -3px
}

.pagination .next:after {
	margin-right: 0px
}

.pagination .last:before {
	margin-right: -3px
}

.pagination .last:after {
	margin-right: 3px
}

.prevnext_list_w {
	margin-top: 80px;
	border-bottom: 1px solid #d9d9d9;
}

.prevnext_list {}

.pnt_low {
	border-top: 1px solid #d9d9d9;
	padding: 15px 30px;
}

.pnt_low:last-of-type {}

.pnt_tb {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.pnt_td {
	display: table-cell;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
}

.pnt_td.pnt01 {
	width: 100px;
	position: relative;
}

.pnt_td.pnt01:after {
	display: block;
	content: '';
	width: 1px;
	background: #d9d9d9;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 17px;
	margin-top: -7px;
}

.pnt_td.pnt02 {
	padding-top: 2px;
}

.pnt_lab {
	font-size: 14px;
	color: #323232;
	line-height: 1;
	position: relative;
	padding-left: 20px;
	font-weight: 700;
	position: relative;
}

.pnt_lab:before {
	display: block;
	content: '';
	border-right: 1px solid #313131;
	border-bottom: 1px solid #313131;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 6px;
	left: 0;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
}

.pnt_lab.type2 {}

.pnt_lab.type2:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 1px;
}

.pnt_ellipsis {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	height: 19px;
	font-size: 14px;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	max-width: 100%;
}

.layer_box .pagination {
	margin-top: 30px;
}

@media (max-width: 1023px) {
	.paging_layer_right {
		top: -1px;
	}
}

@media (max-width: 767px) {
	.prevnext_list_w {
		font-size: 14px;
	}

	.pnt_low {
		padding: 10px 15px;
	}

	.pagination {
		margin: 20px 0 0;
		padding: 0
	}

	.pagination a {
		width: 28px;
		height: 28px;
		font-size: 13px;
		line-height: 28px;
		margin: 0;
		margin: 0;
	}

	.pagination .control,
	.pagination .num {
		margin: 0 1px;
	}

	.pagination .first:after,
	.pagination .first:before,
	.pagination .prev:after,
	.pagination .next:after,
	.pagination .last:after,
	.pagination .last:before {
		margin-top: 11px;
	}

	.pagination .first {
		margin: 0 1px 0 0;
	}

	.pagination .prev {
		margin: 0 4px 0 0;
	}

	.pagination .next {
		margin: 0 1px 0 4px;
	}

	.pagination .last {
		margin-left: 0;
	}

	.pagination .first:before {
		margin-left: 4px
	}

	.pagination .next:after {
		left: -1px;
	}

	.pagination .prev:after {
		margin-left: 4px;
	}

	.paging_layer_right {
		position: static;
		text-align: center;
		margin-top: 30px;
	}

	.layer_cont .pagination .control,
	.layer_cont .pagination .num {
		margin: 0 1px;
	}

	.layer_cont .pagination .prev {
		margin: 0 3px 0 0;
	}

	.layer_cont .pagination .next {
		margin: 0 1px 0 3px;
	}

	.layer_cont .pagination {
		margin-left: -15px;
		margin-right: -15px;
	}

}

@media (max-width: 480px) {
	.mdbox_tab_fxwrap02 .mdbox_tab02 {
		width: 48%;
		padding: 10px 5px;
	}

	.scsort_box.type2 .scs_intr {
		padding: 10px 0;
	}
	
	.scsort_box.type2 .default_search .scs_intr {
		padding: 5px 10px;
	}

	.scs_caitem_z {
		gap: 3px;
	}

	.pgallery_list_w {
		display: block;
		border: 0;
	}

	.pgal_item {
		width: 100%;
		margin-bottom: 20px;
	}

	.map_wrap .map_teg .teg button {
		font-size: 14px;
	}

	.header_top_group_in .hdpin_left img {
		width: 55vw;
	}
}

@media (max-width: 359px) {

	.map_wrap .map_teg .teg button {
		font-size: 12px;
	}

	.pagination a {
		width: 25px;
		height: 25px;
		font-size: 12px;
		line-height: 25px;
	}

	.pagination .num {
		margin: 0 1px;
	}

	.pagination .first:after,
	.pagination .first:before,
	.pagination .prev:after,
	.pagination .next:after,
	.pagination .last:after,
	.pagination .last:before {
		margin-top: 9px;
	}

	.pagination .first {
		margin: 0 1px 0 0;
	}

	.pagination .prev {
		margin: 0 3px 0 1px;
	}

	.pagination .next {
		margin: 0 1px 0 3px;
	}

	.pagination .last {
		margin-left: 0;
	}

	.layer_cont .pagination .control,
	.layer_cont .pagination .num {
		margin: 0;
	}

	.layer_cont .pagination .prev {
		margin: 0;
	}

	.layer_cont .pagination .next {
		margin: 0;
	}

}


@media (max-width: 319px) {
	.pagination {
		margin: 20px 0 0;
		padding: 0
	}

	.pagination a {
		width: 22px;
		height: 22px;
		font-size: 11px;
		line-height: 22px;
	}

	.pagination .first:after,
	.pagination .first:before,
	.pagination .prev:after,
	.pagination .next:after,
	.pagination .last:after,
	.pagination .last:before {
		margin-top: 8px;
	}
}


/* submain */
.smpage_swrap {
	padding-bottom: 110px;
}

.smpage_swrap.type2 {
	padding: 0 0 140px;
}

.smwide_vwrap {
	background: url("../images/bg_gsubmain.jpg") no-repeat 50% 0/cover;
	padding: 55px 0;
}

.smwide_titlow {
	text-align: center;
}

.smwide_tit {
	font-size: 38px;
	color: #fff;
	line-height: 1;
}

.smwide_contlow {
	max-width: 1280px;
	padding: 0 30px;
	margin: 40px auto 0;
}

.smwide_box {
	background: #fff;
	border-radius: 15px;
	padding: 45px
}

.smlk_fxwrap {
	display: flex;
	margin: 0 -35px;
}

.smlk_fxcell {
	flex: 1;
	padding: 0 35px;
}

.smlk_titlow {
	border-bottom: 1px solid #cacaca;
	padding-bottom: 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.smlk_tit {
	font-size: 26px;
	color: #000000;
	line-height: 1;
	letter-spacing: -1px;
}

.smlk_contlow {
	position: relative;
	margin-top: 50px;
}

.btn_lkmore {
	width: 25px;
	height: 25px;
	position: relative;
}

.btn_lkmore:before,
.btn_lkmore:after {
	display: block;
	content: '';
	width: 10px;
	height: 2px;
	background: #010101;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -5px;
}

.btn_lkmore:before {}

.btn_lkmore:after {
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.smlk_chart {
	font-size: 23px;
	color: #000000;
	border-radius: 100px;
	text-align: center;
	background: #fcfcfc;
	height: 165px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e8e8e8;
}

.smlkwide_zone {
	max-width: 1280px;
	padding: 0 30px;
	margin: 75px auto;
}

.smlkwide_pixin {
	display: flex;
}

.smlkw_thum_vw {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	flex-basis: 238px;
	margin-right: 33px;
}

.smlkw_thum {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 238px;
	height: 238px;
	background: url("../images/obj_data_smthum.png") no-repeat 50% 50%/cover;
	border-radius: 100%;
}

.smlkw_thum_text {
	font-size: 27px;
	color: #ffffff;
	line-height: 1.4;
	text-align: center;
	font-weight: 500;
	letter-spacing: -1px;
}

.smlkw_thum:after {
	display: block;
	content: '';
	width: 35px;
	height: 35px;
	background: #2f68c2;
	border-radius: 100%;
	position: absolute;
	bottom: 21px;
	right: 17px;
}

.smlkw_grow {
	border-bottom: 1px solid #e7e7e7;
	flex-grow: 1;
	min-width: 0;
}

.smlk_tab_list {
	display: flex;
}

.smlk_tab {
	flex: 1;
	display: flex;
	background: #fff;
	position: relative;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid #d7d7d7;
	margin: -1px;
}

.smlk_tab_link {
	display: block;
	font-size: 18px;
	color: #6d6c6c;
	line-height: 1;
	padding: 20px 50px;
	width: 100%;
	box-sizing: border-box;
}

.smlk_tab_link_more {
	display: none;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.smlk_tab_link_more:before,
.smlk_tab_link_more:after {
	display: block;
	content: '';
	width: 10px;
	height: 2px;
	background: #010101;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -5px;
}

.smlk_tab_link_more:before {}

.smlk_tab_link_more:after {
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.smlk_tab.active {
	z-index: 2;
}

.smlk_tab.active:after {
	display: block;
	content: '';
	width: calc(100% + 2px);
	position: absolute;
	top: -1px;
	left: -1px;
	height: 2px;
	background: #000;
}

.smlk_tab.active .smlk_tab_link {
	font-size: 19px;
	color: #000000;
}

.smlk_tab.active .smlk_tab_link_more {
	display: block;
}

.smlk_tab_cont_w {
	padding: 45px 0;
	border-bottom: 1px solid #e7e7e7;
}

.smlk_tab_cont {
	display: none;
}

.smlk_tab_cont.active {
	display: block;
}

.smlk_tcfxwrap {
	display: flex;
}

.smlk_tcico {
	flex-shrink: 0;
	margin-right: 40px;
	box-sizing: border-box;
	width: 145px;
	height: 145px;
	border: 1px solid #e8e8e8;
	border-radius: 100%;
	background: url("../images/ico_sm_notice.png") no-repeat 50% 50%/43px auto;
}

.smlk_vlist_w {
	flex-grow: 1;
	min-width: 0;
}

.smlk_vlist {}

.smlk_vlist > li {
	position: relative;
	padding-left: 12px;
	margin-bottom: 12px;
}

.smlk_vlist > li.nodata_li {
	min-height: 200.34px;
}

.smlk_vlist > li.nodata_li .nodata_para {
	font-size: 16px;
	color: #4e4e4e;
	line-height: 1.4;
}

.smlk_vlist > li:before {
	display: block;
	content: '';
	width: 3px;
	height: 3px;
	background: #4e4e4e;
	border-radius: 100%;
	position: absolute;
	top: 10px;
	left: 0;
}

.smlk_vlist > li:last-of-type {
	margin-bottom: 0;
}

.smlk_vinfxwrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.smlk_vflink {
	display: inline-block;
	border-bottom: 1px solid transparent;
	flex-grow: 1;
	min-width: 0;
	font-size: 16px;
	color: #4e4e4e;
	line-height: 1.4;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	max-width: 99%;
}

.smlk_vflink:hover {
	border-bottom-color: #4e4e4e;
}

.smlk_velse {
	margin-left: 20px;
	flex-shrink: 0;
	white-space: nowrap;
	text-align: right;
	font-size: 15px;
	color: #8b8b8b;
}

.smform_box_w {
	max-width: 1280px;
	padding: 0 30px;
	margin: 75px auto;
}

.smform_infxzone {
	background: #2f68c2;
	border-radius: 100px;
	padding: 15px;
}

.smform_infxwrap {
	max-width: 630px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.smform_inlab {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.smform_inlabtext {
	white-space: nowrap;
	letter-spacing: -1px;
	flex-grow: 1;
	display: inline-block;
	line-height: 1;
	font-size: 21px;
	font-weight: 500;
	color: #fff;
	position: relative;
}

.smform_inlab:before {
	flex-shrink: 0;
	display: block;
	position: relative;
	top: 1px;
	margin-right: 10px;
	content: '';
	width: 37px;
	height: 30px;
	background: url("../images/ico_smform_com.png") no-repeat 50% 50%/100% auto;
}

.smform_ingrow {
	flex-grow: 1;
	margin-left: 20px;
}

.smformin_fxwrap {
	display: flex;
}

.smform_input_w {
	flex-grow: 1;
}

input.smform_input {}

.btn_smform_submit {
	display: inline-block;
	margin-left: 15px;
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	background: #fff url("../images/ico_search_96.png") no-repeat 50% 50%/48px auto;
	border-radius: 100%;
}

.smwide_vboard_w {}

.smwide_vboard_titlow {
	text-align: center;
	margin-bottom: 40px;
}

.smw_vboard_tit {
	font-size: 38px;
	color: #1b1b1b;
}

.smwide_vboard_contlow {
	padding: 80px 0;
	background: url("../images/bg_sm_notice.jpg") no-repeat 50% 0/cover;
}

.smw_vboard_fxwrap {
	display: flex;
	max-width: 1312px;
	margin: 0 auto;
}

.smw_vboard_fxcell {
	/* background: #fff; */
	margin: 0 16px;
	flex: 1;
	min-width: 0;
	box-sizing: border-box;
	position: relative;
    border: 1px solid #ddd;
    padding: 30px 30px;
    border-radius: 10px;
}

.smw_vboard_intitlow {
	border-bottom: 1px solid #000;
	font-size: 0;
	line-height: 0;
}

.smw_vboard_intit {
	display: inline-block;
	position: relative;
	padding: 0 20px 22px 0;
	border-bottom: 1px solid #000;
	font-size: 24px;
	color: #000000;
	line-height: 1;
	letter-spacing: -1px;
}

.smw_vboard_incontlow {
	margin-top: 25px;
}

.smw_vboard_incontlow .smlk_tcfxwrap {}

.smw_vboard_incontlow .smlk_tcico {
	border: 0;
	width: 43px;
	height: 41px;
	border-radius: 0;
	margin-right: 15px;
}

.smw_vboard_incontlow .smlk_vlist_w {}

.smw_vboard_incontlow .smlk_vlist {}

.smw_vboard_incontlow .smlk_vlist > li {}

.smw_vboard_incontlow .smlk_vlist > li:last-of-type {}

.smw_vboard_incontlow .smlk_vinfxwrap {}
.smw_vboard_incontlow .smlk_vinfxwrap a {
	display: flex;
	justify-content: space-between;
	width:100%;
}
.smw_vboard_incontlow .smlk_vflink {}

.smw_vboard_incontlow .smlk_velse {}
 
.thumb_bg {background-position:center;background-size:cover;display: block;background-repeat:no-repeat;}
.thumb_bg.ytb {background-size:150%;background-color:#000;}
.thumb_bg.ytb.v2 {background-size:cover;background-position: center;}
.btn_smw_vboard_more {
	display: block;
	width: 25px; 
	height: 25px;
	position: absolute;
	top: 20px;
	right: 30px;
} 

.btn_smw_vboard_more:before,
.btn_smw_vboard_more:after {
	display: block;
	content: '';
	width: 10px;
	height: 2px;
	background: #010101;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -5px;
}

.btn_smw_vboard_more:before {}

.btn_smw_vboard_more:after {
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.smdguide_titlow {
	text-align: center;
	margin-bottom: 35px;
}

.smdguide_tit {
	font-size: 38px;
	color: #1b1b1b;
	line-height: 1;
}

.smdguide_box_w {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 30px;
}

.smdguide_box {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 20px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.smdguide_ment {
	flex-grow: 1;
	display: flex;
	align-items: center;
}

.smdguide_ment:before {
	flex-shrink: 0;
	display: block;
	content: '';
	width: 44px;
	height: 44px;
	background: #455267 url("../images/ico_bullet_chart.png") no-repeat 50% 50%/30px auto;
	border-radius: 100%;
}

.smdguide_para {
	flex-grow: 1;
	font-size: 17px;
	color: #4e4e4e;
	line-height: 1.5;
	margin-left: 10px;
}

.smdguide_btn_w {
	flex-shrink: 0;
	margin-left: 20px;
}

.btn_smdgo {
	display: inline-block;
	white-space: nowrap;
	background: #2f68c2;
	border-radius: 100px;
	color: #fff;
	font-size: 18px;
	line-height: 42px;
	height: 42px;
	padding: 0 30px;
}

.smdchart_w {
	max-width: 1280px;
	margin: 25px auto 0;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.smform_box_w.type2 {
	margin: 35px auto 100px;
}

.smform_box_w.type2 .btn_smform_submit {
	background-image: url("../images/ico_search_dark_96.png");
}

.smform_box_w.type2 .smform_infxzone {
	background: #455267;
}

.smw_vboard_vzone {}

.smw_vboard_fxlow { 
	/* background: url("../images/bg_gsubmain.jpg") no-repeat 50% 0/cover; */
	padding: 20px 0;
}

.smw_vboard_fxlow:last-of-type {}

.smw_vboard_fxlow.bgtype2 {
	background: none;
}

.smw_vboard_fxlow.bgtype3 { 
} 

.btn_tsearchico_z {
	padding: 60px 30px;
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
}

.tsearchico_pix {
	display: flex;
	justify-content: center;
	margin: 0 -10px;
}

.btn_tsearchico {
	flex: 1;
	display: flex;
	align-items: center;
	text-align: center;
	background: #2ac4b8;
	margin: 0 10px;
	justify-content: center;
	border-radius: 100px;
	padding: 15px 70px;
	position: relative;
}

.btn_tsearchico:after {
	display: block;
	content: '';
	width: 30px;
	height: 30px;
	background: url("../images/btn_searchico60_w.png") no-repeat 0 0/100% auto;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%)
}

.searchico_in {
	display: inline-block;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	padding: 1px 0 0 50px;
	position: relative;
	min-height: 40px;
}

.searchico_in:before {
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	background: url("../images/ico_nn_01.png") no-repeat 0 0/100% auto;
	position: absolute;
	top: 0;
	left: 0;
}

.btn_tsearchico.type2 {
	background: #32a29a;
}

.btn_tsearchico.type2 .searchico_in {}

.btn_tsearchico.type2 .searchico_in:before {
	background-image: url("../images/ico_nn_02.png");
}

@media (max-width:1340px) {
    .hdp_logo{
    	left:45%;
    }
	.smdchart_w {
		margin: 25px 30px;
	}
}

@media (max-width:1280px) {
	.smw_vboard_fxwrap {
		margin: 0 14px;
	}
}

@media (max-width:1023px) {
    .gallery-photo{    
	    width: auto !important;
	    display: none !important;
	}
	.respon_tr_pd {
		padding: 15px 15px 15px 15px;
	}
	.smpage_swrap {
		padding-bottom: 55px;
	}

	.smpage_swrap.type2 {
		padding: 0 0 70px;
	}

	.smwide_vwrap {
		padding: 27px 0;
	}

	.smwide_contlow {
		padding: 0 15px;
		margin-top: 20px;
	}

	.smwide_tit {
		font-size: 20px;
	}

	.smwide_box {
		padding: 20px;
		border-radius: 8px;
	}

	.smlk_fxwrap {
		display: block;
		margin: 0
	}

	.smlk_fxcell {
		padding: 0 0 20px 0;
	}

	.smlk_fxcell:last-child {
		padding-bottom: 0
	}

	.smlk_titlow {
		padding-bottom: 10px;
	}

	.smlk_tit {
		font-size: 14px;
		letter-spacing: 0;
	}

	.smlk_contlow {
		margin-top: 25px;
	}

	.smlk_chart {
		font-size: 14px;
		height: 80px;
	}

	.smlkwide_zone {
		padding: 0 15px;
		margin: 30px 0;
	}

	.smlkwide_pixin {
		display: block;
	}

	.smlkw_thum_vw {
		text-align: center;
		margin: 0 0 20px 0;
	}

	.smlkw_thum {
		width: 150px;
		height: 150px;
		margin: 0 auto;
	}

	.smlkw_thum_text {
		font-size: 17px;
	}

	.smlkw_thum:after {
		width: 30px;
		height: 30px;
		bottom: 8px;
		right: 5px;
	}

	.smlk_tab_list {
		flex-wrap: wrap;
		border-right: 1px solid #d7d7d7;
		border-bottom: 1px solid #d7d7d7;
		text-align: left;
	}

	.smlk_tab {
		width: 50%;
		flex: auto;
		text-align: left;
		box-sizing: border-box;
		justify-content: flex-start;
		margin: 0;
		border-right: 0;
		border-bottom: 0;
		display: flex;
		align-items: center;
	}

	.smlk_tab_link {
		padding: 15px 40px 15px 15px;
		font-size: 14px;
	}

	.smlk_tab.active .smlk_tab_link {
		font-size: 15px;
	}

	.smlk_tab_link_more {
		right: 10px
	}

	.smlk_tab_cont_w {
		padding: 22px 0;
	}

	.smlk_tcico {
		margin-right: 10px;
		width: 50px;
		height: 50px;
		background-size: 20px auto;
	}

	.smlk_vflink {
		font-size: 13px;
	}

	.smlk_velse {
		font-size: 11px;
		margin-left: 10px;
	}

	.smlk_vlist > li:before {
		top: 8px;
	}

	.smlk_vlist > li {
		margin-bottom: 6px;
		padding-left: 10px;
	}

	.smlk_vlist > li.nodata_li {
		min-height: 145.13px;
	}

	.smlk_vlist > li.nodata_li .nodata_para {
		font-size: 13px;
	}

	.smform_box_w {
		padding: 0 15px;
		margin: 30px 0;
	}

	.smform_infxwrap {
		display: block;
	}

	.smform_infxzone {
		border-radius: 10px;
	}

	.smform_ingrow {
		margin: 10px 0 0 0;
	}

	.smform_inlab:before {
		width: 18px;
		height: 15px;
	}

	.smform_inlabtext {
		font-size: 16px;
	}

	.btn_smform_submit {
		width: 40px;
		height: 40px;
		background-size: 35px auto;
		margin-left: 8px;
	}

	.smw_vboard_tit {
		font-size: 20px;
	}

	.smwide_vboard_titlow {
		margin-bottom: 20px;
	}

	.smwide_vboard_contlow {
		padding: 30px 15px;
	}

	.smw_vboard_fxwrap {
		display: block;
		margin: 0
	}

	.smw_vboard_fxcell {
		margin: 0;
		padding: 20px 15px
	}

	.smw_vboard_incontlow .smlk_tcico {
		background-size: 100% auto;
		width: 21.5px;
		height: 20.5px;
		margin-right: 8px;
	}

	.smw_vboard_intit {
		font-size: 14px;
		padding: 0 15px 15px 0;
		letter-spacing: 0;
		position: relative;
	}

	.touchmode .smw_vboard_intit {
	    top: 1px;
	    border-bottom-width: 2px;
	    font-size: 20px;
	}
	.smw_vboard_intit:after {
		height: 1px;
	}

	.smw_vboard_incontlow {
		margin-top: 12.5px;
	}

	.btn_smw_vboard_more {
		top: 18px;
		right: 16px;
	}

	.smdguide_box {
		display: block;
		padding: 15px 15px 20px;
	}

	.smdguide_tit {
		font-size: 20px;
	}

	.smdguide_titlow {
		margin-bottom: 15px;
	}

	.smdguide_para {
		font-size: 14px;
	}

	.btn_smdgo {
		font-size: 15px;
		padding: 0 15px;
	}

	.smdguide_btn_w {
		margin: 20px 0 0 0;
		text-align: center;
	}

	.smdguide_ment:before {
		width: 35px;
		height: 35px;
		background-size: 25px auto;
	}

	.smdguide_ment {
		align-items: flex-start;
	}

	.smdguide_box_w {
		padding: 0 15px;
	}

	.smdchart_w {
		margin: 15px 15px;
	}

	.smform_box_w.type2 {
		margin: 15px 0 50px;
	}

	.smw_vboard_fxlow {
		padding: 10px 15px;
	}

	.smw_vboard_fxlow .smw_vboard_fxcell {
		margin-bottom: 10px;
	}

	.smw_vboard_fxlow .smw_vboard_fxcell:last-of-type {
		margin-bottom: 0;
	}


	.btn_tsearchico_z {
		padding: 30px 15px;
	}

	.tsearchico_pix {
		display: block;
		margin: 0;
	}

	.btn_tsearchico {
		display: block;
		margin: 0;
		padding: 12px 60px;
		margin-bottom: 15px;
	}

	.btn_tsearchico:last-of-type {
		margin-bottom: 0
	}

	.btn_tsearchico:after {
		right: 0;
		width: 25px;
		height: 25px;
		right: 20px;
	}

	.searchico_in {
		font-size: 18px;
		padding: 1px 0 0 40px;
		min-height: 30px;
	}

	.searchico_in:before {
		display: block;
		content: '';
		width: 30px;
		height: 30px;
	}
}

/* // submain */


/* both dev sort */
.sfilter_box {
	border-radius: 17px;
	background: #2f68c2;
	padding: 30px 15px 0;
	margin-bottom: 60px;
}

.sfilter_fxwrap {
	display: flex;
}

.sfchoice_fxwrap {
	padding: 20px 12px;
	display: flex;
	align-items: center;
}

.sfchoice_labcell {}

.sfchoice_dl {
	display: flex;
	align-items: center;
}

.sfchoice_dl dt,
.sfchoice_dl dd {}

.sfchoice_dl dt {
	margin-right: 10px;
}

.sfchoice_dl dd {}

.sfchoice_label {
	display: inline-block;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	white-space: nowrap;
	line-height: 1;
}

.btn_lksm {
	font-size: 16px;
	white-space: nowrap;
	border: 1px solid #fff;
	border-radius: 100px;
	display: inline-block;
	padding: 6px 15px 7px;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
}

.sfchoice_datacell {
	margin-left: 15px;
}

.sfchdata_flist {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	top: 2.5px;
}

.sfchdata_flist > li {
	margin: 0 5px 5px 0;
}

.sfchdata_flist > li:last-of-type {}

.sfchdata_fitem {
	display: flex;
	align-items: center;
	padding: 8px 17px 9px;
	background-color: #fff;
	border-radius: 100px;
}

.sfchdata_text {
	font-size: 16px;
	color: #2d2d2d;
	line-height: 1;
}

.btn_sfchdel {
	display: block;
	position: relative;
	width: 14px;
	height: 14px;
	margin-left: 5px;
}

.btn_sfchdel:before,
.btn_sfchdel:after {
	width: 14px;
	height: 1px;
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: #6e6e6e;
	margin: -.5px 0 0 -7px;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
}

.btn_sfchdel:before {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.btn_sfchdel:after {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.sfilter_cell {
	flex: 1;
	padding: 0 12px;
}

.sfilter_titfxwrap {
	display: flex;
}

.sfilter_titfxcell {
	flex: 1;
	margin: 0 10px 20px;
	text-align: center;
}

.sfilter_titlow {
	text-align: center;
	margin-bottom: 20px;
}

.sfilter_tit {
	font-size: 23px;
	color: #fff;
	font-weight: 500;
}

.sfilter_tit.mb_dp {
	text-align: center;
	margin-bottom: 10px;
}

.sfilter_contlow {
	border-radius: 10px;
	background: #fff;
	position: relative;
	padding: 0 20px;
	flex: 1;
	margin: 0 10px;
}

.sfilter_contlow .iScrollLoneScrollbar {
	background: transparent !important;
	top: 10px !important;
	right: 10px !important;
	bottom: 10px !important;
	width: 9px !important;
}

.sfilter_contlow .iScrollIndicator {
	background: #efefef !important;
}

.sfilter_cscr {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.sfitem_vlist {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0;
	position: relative;
	overflow: hidden;
}

.sfitem_vlist > li {
	width: 33.33%;
	position: relative;
	padding: 2px;
	box-sizing: border-box;
}

.sfitem_vlist > li:nth-of-type(5n+1) {}

.sfitem_vlist > li:nth-of-type(4n+1):after {
	display: block;
	/* content: ''; */
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1000px;
	height: 1px;
	background: #e7e7e7;
}

.sfitem_vlist > li:nth-of-type(4n+1):last-child:after {
	display: none;
}

.sfitem_vlist > li:last-of-type {}

.sfitem_vlist:after {
	position: absolute;
	display: block;
	content: '';
	height: 1px;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
}

.sfilter_vlist {
	padding: 0 26px;
}

.sfilter_vlist > li {
	border-bottom: 1px solid #e7e7e7;
}

.sfilter_vlist > li:last-of-type {
	border-bottom: 0
}

.sfvitem_titlow {
	font-size: 18px;
	color: #333333;
	text-align: center;
	line-height: 1;
	padding: 25px 0;
}

.sfvitem_contlow {}

.sfvc_dflist {
	display: flex;
	margin: -15px 0 15px 0;
	text-align: center;
	flex-wrap: wrap;
}

.sfvc_dflist > li {
	width: 20%;
	box-sizing: border-box;
	padding: 10px 5px;
}

.sfvc_dflist > li:last-of-type {}

.sfvc_item {
	display: inline-block;
	padding: 5px;
	box-sizing: border-box;
	min-width: 100%;
	text-align: left;
}

.sfvc_item:before {
	display: inline-block;
	content: '';
	width: 35px;
	height: 35px;
	background: url("../images/ico_dev01.png") no-repeat 0 0/100% auto;
	margin: 0 auto;
	vertical-align: top;
	margin-right: 11px;
}

.sfvc_item.ico_02:before {
	background-image: url("../images/ico_dev02.png")
}

.sfvc_item.ico_03:before {
	background-image: url("../images/ico_dev03.png")
}

.sfvc_item.ico_04:before {
	background-image: url("../images/ico_dev04.png")
}

.sfvc_item.ico_05:before {
	background-image: url("../images/ico_dev05.png")
}

.sfvc_item.ico_06:before {
	background-image: url("../images/ico_dev06.png")
}

.sfvc_item.ico_07:before {
	background-image: url("../images/ico_dev07.png")
}

.sfvc_item.ico_08:before {
	background-image: url("../images/ico_dev08.png")
}

.sfvc_item.ico_09:before {
	background-image: url("../images/ico_dev09.png")
}

.sfvc_item.ico_10:before {
	background-image: url("../images/ico_dev10.png")
}

.sfvc_item.ico_11:before {
	background-image: url("../images/ico_dev11.png")
}

.sfvc_item:before {}

.sfvc_item:hover {
	background: #58c6df;
	border-radius: 8px;
}

.sfvc_item:hover .sfvc_text {
	color: #fff;
}

.sfvc_item:hover:before {
	background-position: 0 -35px;
}

.sfvc_item.active {
	background: #47b1c9;
	border-radius: 8px;
}

.sfvc_item.active .sfvc_text {
	color: #fff;
}

.sfvc_item.active:before {
	background-position: 0 -35px;
}

.sfvc_text {
	font-size: 15px;
	color: #333333;
	line-height: 1.3;
	letter-spacing: -.5px;
	margin: 5px -5px 0;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
}

.sfilter_vlist.type2 .sfvitem_contlow {}

.sfilter_vlist.type2 .sfvc_dflist {
	margin: 15px 0
}

@media (max-width:1023px) {
	.sfilter_box {
		border-radius: 10px;
		padding: 20px 10px 0;
		margin-bottom: 30px;
	}

	.sfilter_tit {
		font-size: 18px;
	}

	.sfilter_titlow {
		margin-bottom: 10px;
	}

	.sfilter_fxwrap {
		display: block;
	}

	.sfilter_cell {
		padding: 0 5px 20px;
	}

	.sfilter_cell:last-of-type {
		padding-bottom: 0
	}

	.sfvitem_titlow {
		font-size: 15px;
		padding: 15px 0;
	}

	.sfvc_dflist > li {
		width: 33.33333333333333333333%;
	}

	.sfvc_text {
		font-size: 13px;
	}

	.sfilter_vlist {
		padding: 0 10px;
	}

	.sfilter_contlow {}

	.sfilter_contlow .iScrollLoneScrollbar {
		top: 10px !important;
		right: 10px !important;
		bottom: 10px !important;
		width: 5px !important;
	}

	.sfchoice_fxwrap {
		display: block;
		padding: 15px 5px;
	}

	.sfchoice_label {
		font-size: 14px;
	}

	.sfchdata_text,
	.btn_lksm {
		font-size: 14px;
	}

	.sfchoice_datacell {
		margin: 10px 0 0 0;
	}

	.btn_sfchdel:before,
	.btn_sfchdel:after {
		margin-top: 0
	}

	.sfilter_contlow {
		padding: 0;
		margin-bottom: 20px;
	}

	.sfilter_contlow:last-of-type {
		margin-bottom: 0
	}

	.sfitem_vlist {
		margin: 0 10px
	}

	.sfitem_vlist > li {
		width: 33.33333333333%;
		padding: 5px;
	}

	.sfitem_vlist > li:nth-of-type(4n+1):after {
		display: none;
	}

	.sfitem_vlist > li:nth-of-type(3n+1):after {
		display: block;
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 1000px;
		height: 1px;
		background: #e7e7e7;
	}

	.sfitem_vlist > li:last-of-type {}

	.sfilter_titfxwrap {
		display: none;
	}

	.sfvc_item {
		min-width: 0;
		display: block;
		text-align: center;
	}
	.sfvc_item:before {
	    display: block;
	    margin: 0 auto;
	}
}

/* // both dev sort */

/* design page */
.scont_ctitlow {
	margin-bottom: 20px;
}

.scont_ctit {
	font-size: 29px;
	color: #1b1b1b;
	position: relative;
	padding-left: 20px;
}

.scont_ctit:before {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	background: #2f68c2;
	border-radius: 100%;
	position: absolute;
	top: 18px;
	left: 0;
}

.scont_csub {
	font-size: 20px;
	line-height: 1;
}

.sgp_guideinfo_box {
	border-radius: 10px;
	background: #2f3970 url("../images/bg_copybox.jpg") no-repeat 100% 50%/cover;
	padding: 63px 45px;
}

.sqp_guideinfo_copy_w {
	max-width: 465px;
}

.sgp_guideinfo_copy01 {
	margin-bottom: 30px;
}

.sgp_guideinfo_copy02 {}

.sgp_guideinfo_copy03 {
	border-top: 1px solid #545c88;
	padding-top: 10px;
	margin-top: 30px;
}

.sgp_copysig {
	display: inline-block;
	font-size: 38px;
	color: #ffffff;
	line-height: 1;
	font-weight: 500;
}

.sgp_copysub {
	border-top: 1px solid #545c88;
	padding-top: 30px;
	font-size: 15px;
	color: #ffffff;
	line-height: 1.5;
}

.sgp_fitem_list {
	display: flex;
	align-items: center;
	position: relative;
	top: 10px;
}

.sgp_fitem_list > li {
	font-size: 19px;
	color: #ffffff;
	padding-left: 10px;
	position: relative;
	margin: 0 25px 10px 0;
}

.sgp_fitem_list > li:before {
	display: block;
	content: '';
	width: 3px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 15px;
	left: 0;
	border-radius: 100%;
}

.diasys_fxwrap {
	display: flex;
	padding: 0 5px;
}

.diasys_fxcell_shrink {
	flex-shrink: 0;
	padding: 0 17px;
	flex-basis: 220px;
}

.diasys_fxcell_grow {
	flex-grow: 1;
	padding: 0 17px;
}

.diasys_vitem {}

.diasys_top {
	height: 65px;
	background: #48d28b;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 100px;
}

.diasys_top.type2 {
	background: #2f68c2;
}

.diasys_top.type3 {
	background: #34b3a9;
}

.diasys_top.type4 {
	background: #3cd0c4;
}

.diasys_kind,
.diasys_count {
	color: #fff;
	display: inline-block;
}

.diasys_kind {
	font-size: 22px;
}

.diasys_count {
	font-size: 21px;
}

.diasys_midlist_w {
	position: relative;
	margin: 0 -5px;
}

.diasys_midlist_w:after {
	display: block;
	content: '';
	clear: both;
}

.diasys_midlist:before {
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	background: #bde0cc;
}

.diasys_midlist {
	position: relative;
	text-align: center;
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding: 15px 5px 0;
}

.diasys_midlist > li {
	position: relative;
	z-index: 2;
	margin-bottom: 10px;
}

.diasys_midlist > li:last-of-type {
	margin-bottom: 0;
}

.diasys_box {
	font-size: 17px;
	background: #fff;
	border-radius: 100px;
	border: 1px solid #bde0cc;
	padding: 15px;
}

.diasys_midlist_w.has_single .diasys_midlist {
	float: none;
	width: auto;
}

.organ_dia_w {
	border: 1px solid #e4e4e4;
	border-radius: 10px;
	text-align: center;
	padding: 60px 30px;
}

.organ_dia_w img {
	vertical-align: top;
}

.biz_info_guide_titlow {
	text-align: center;
	margin-bottom: 50px;
}

.biz_info_gtit {
	font-size: 33px;
	color: #333333;
	font-weight: 500;
	word-break: keep-all;
}

.biz_info_gsub {
	font-size: 25px;
	color: #333333;
	font-weight: 500;
	word-break: keep-all;
}

.biz_info_guide_sublow {
	border: 2px solid #2f68c2;
	border-radius: 100px;
}

.biz_info_guide_sub {
	max-width: 552px;
	padding: 20px 30px;
	margin: 0 auto;
	font-size: 18px;
	color: #333333;
}

.biz_info_guide_dia {
	text-align: center;
	margin-top: 45px;
}

.biz_info_guide_dia img {
	vertical-align: top;
}

.splatform_infobox {
	border-radius: 37px;
	height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../images/bg_platform_sq.jpg") no-repeat 50% 50%/cover;
}

.spf_dia_w {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sdf_dia {
	display: flex;
	transition: .5s;
	transform: scale(1.0);
	margin: 0 58px;
	width: 190px;
	height: 180px;
	border-radius: 45px;
	background: #ce4968;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
}

.sdf_dia:before {
	display: block;
	content: '';
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background: url("../images/ico_platform_sc.png") no-repeat 0 0/100% auto;
}

.sdf_dia.type2 {
	background: #2f68c2;
}

.sdf_dia.type2:before {
	background-position: 0 -50px;
}

.sdf_dia.type3 {
	background: #7e57ed;
}

.sdf_dia.type3:before {
	background-position: 0 -100px;
}

.sdf_dia:hover {
	transform: scale(1.15);
}

.sdf_spec {
	color: #fff;
	line-height: 1.3;
	margin-top: 13px;
}

.sdf_sp01 {
	font-size: 21px;
}

.sdf_sp02 {
	font-size: 25px;
}

.svpf_vitem_w {
	margin-top: 90px;
}

.svpf_vitem {
	margin-bottom: 90px;
}

.svpf_vitem:last-of-type {
	margin-bottom: 0
}

.svpf_tit {
	margin-bottom: 35px;
	padding-left: 30px;
	position: relative;
	font-size: 29px;
	color: #1b1b1b;
	line-height: 1.5;
	letter-spacing: -1px;
}

.svpf_tit:before {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	background: #2f68c2;
	border-radius: 100%;
	position: absolute;
	top: 20px;
	left: 0;
}

.svpf_cont {}

.svpf_dia_w {
	border: 2px solid #2f68c2;
	border-radius: 10px;
	background: rgb(248, 255, 251);
	background: linear-gradient(0deg, rgba(248, 255, 251, 1) 0%, rgba(248, 255, 251, 1) 20%, rgba(255, 255, 255, 1) 100%);
}

.svpf_dia_w img {
	max-width: inherit;
}

.svpf_cbox {
	border: 1px solid #2f68c2;
	margin-bottom: 75px;
	text-align: center;
	border-radius: 100px;
	background: rgb(248, 255, 251);
	background: linear-gradient(0deg, rgba(248, 255, 251, 1) 0%, rgba(248, 255, 251, 1) 20%, rgba(255, 255, 255, 1) 100%);
	padding: 25px;
	position: relative;
}

.svpf_cbox:last-of-type {
	margin-bottom: 0;
}

.svpf_hlist {
	display: flex;
	align-items: center;
	justify-content: center;
}

.svpf_hlist > li {
	margin-right: 50px;
}

.svpf_hlist > li:last-of-type {
	margin-right: 0
}

.svpf_hitem {
	display: flex;
	align-items: center;
	justify-content: center;
}

.svpf_num {
	display: inline-block;
	width: 29px;
	height: 29px;
	line-height: 28px;
	white-space: nowrap;
	text-align: center;
	border-radius: 100%;
	background: #2f68c2;
	flex-shrink: 0;
	font-size: 20px;
	color: #fff;
}

.svpf_text {
	flex-grow: 1;
	font-size: 21px;
	margin-left: 10px;
}

.svpf_subvlist_w {
	margin-top: 12px;
}

.svpf_subvlist {
	text-align: center;
	display: inline-block;
}

.svpf_subvlist > li {
	font-size: 17px;
	color: #333333;
	position: relative;
	text-align: left;
	padding-left: 10px;
}

.svpf_subvlist > li:before {
	display: inline-block;
	content: '';
	width: 2px;
	height: 2px;
	background: #333;
	position: absolute;
	top: 13px;
	left: 0;
}

.svpf_subtext {
	flex-grow: 1;
}

.svpf_cbox.type2 {
	padding: 45px 25px 25px;
}

.svpf_ctitlayer {
	position: absolute;
	top: -22.5px;
	left: 0;
	width: 100%;
	text-align: center;
}

.svpf_ctit {
	display: inline-block;
	height: 45px;
	background: #2f68c2;
	color: #fff;
	font-size: 18px;
	line-height: 45px;
	white-space: nowrap;
	padding: 0 20px;
	border-radius: 100px;
}

.svpf_cir_w {
	display: flex;
	align-items: center;
	justify-content: center;
}

.svpf_cir {
	border-radius: 100px;
	position: relative;
	border: 1px solid #2f68c2;
	background: #fff;
	font-size: 18px;
	color: #333333;
	padding: 10px 35px;
	margin: 0 15px;
}

.svpf_cir:before {
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: -6px;
	transform: translateY(-50%);
	background: #2f68c2;
	border-radius: 100%;
}

.svpf_cir.define_long {}

.svpf_cir.define_short {}

.svpf_cir:before {}

.svpf_cdia_w {
	margin-top: 30px;
	text-align: center;
}

.svpf_cdia_w img {
	vertical-align: top;
}

.svpf_coment_w {
	margin-top: 70px;
	text-align: center;
}

.svpf_coment {
	font-size: 23px;
	color: #1b1b1b;
	word-break: keep-all;
	padding: 22px 65px;
	background: rgb(245, 248, 253);
	border: 1px solid #426098;
	border-radius: 100px;
	background: linear-gradient(0deg, rgba(245, 248, 253, 1) 0%, rgba(255, 255, 255, 1) 100%);
	display: inline-block;
}

.platform_mapapi_z {
	max-width: 1280px;
	margin: 0 auto;
}

.platform_mapapi_w {
	position: relative;
}

.pf_mapchk_low {
	display: flex;
	justify-content: flex-end;
	padding: 25px 35px;
}

.pf_mapchk_item_w {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.pf_mapchk_item_w .chkrd_item {
	margin-right: 25px;
}

.pf_mapchk_item_w .chkrd_item:last-of-type {
	margin-right: 0;
}

.pf_mapchk_low {}

.dlk_vitem_w {
	margin-bottom: 0;
}

.dlk_vtit {
	font-size: 20px;
	color: #222222;
}

.dlk_vcont {
	margin-top: 30px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.dlk_map_hlist {
	display: flex;
	padding: 30px 20px;
	align-items: center;
}

.dlk_map_hlist > li {
	margin: 0 40px 0 0
}

.dlk_map_hlist > li:last-of-type {
	margin: 0
}

.dlk_map {
	font-size: 17px;
	color: #4e4e4e;
	padding: 5px 0 0 36px;
	min-height: 31px;
	position: relative;
}

.dlk_map:before {
	display: block;
	content: '';
	width: 36px;
	height: 36px;
	background: url("../images/ico_mapcont.png") no-repeat 0 0/100% auto;
	position: absolute;
	top: 0;
	left: 0;
}

.dlk_map.ico_map01:before {}

.dlk_map.ico_map02:before {
	background-position: 0 -36px;
}

.svform_item_w.dlk_type {}

.txt_guide_top {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 50px;
	padding-bottom: 50px;
	font-size: 16px;
	color: #5f5f5f;
	line-height: 2;
	margin-bottom: 75px;
	word-break: keep-all;
}

.txt_vitem_w {}

.txt_vitem_w .agree {}

.txt_vitem_w .agree h3:first-child {}

.txt_vitem_w .agree h3 {
	font-weight: 500;
	color: #1b1b1b;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 20px;
}

.txt_vitem_w .agree p {
	font-size: 16px;
	color: #5f5f5f;
	line-height: 2;
	margin-bottom: 75px;
	word-break: keep-all;
}

.txt_vitem_w .agree p:last-of-type {
	margin-bottom: 0
}

.dtxtguide_w {}

.dtg_one {
	text-align: center;
	font-weight: 500;
	font-size: 27px;
	line-height: 1;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.dtg_two {
	font-weight: 500;
	color: #1b1b1b;
	font-size: 20px;
	line-height: 1;
}

.dtg_cont {
	margin-top: 15px;
	font-size: 16px;
	color: #5f5f5f;
	line-height: 2;
	margin-bottom: 75px;
	word-break: keep-all;
}

.dtg_cont:last-of-type {
	margin-bottom: 0;
}

.dtg_numlist {}

.dtg_numlist > li {
	display: flex;
}

.dtg_numlist > li:last-of-type {}

.dtg_num {
	flex-shrink: 0;
	white-space: nowrap;
}

.dtg_text {
	flex-grow: 1;
	margin-left: 5px;
	word-break: keep-all;
}

.dtg_dotlist {}

.dtg_dotlist > li {
	position: relative;
	padding-left: 10px;
}

.dtg_dotlist > li:before {
	display: block;
	content: '';
	width: 3px;
	height: 3px;
	position: absolute;
	top: 17px;
	left: 0;
	background: #5f5f5f;
	border-radius: 100%;
}

.sgrp_vitem {}

.sgrp_vitem {
	margin-bottom: 85px
}

.sgrp_vitem:last-of-type {
	margin-bottom: 0
}

.sgrp_vtitlow.type2 {
	margin-bottom: 60px;
}

.sgrp_vtitlow {
	margin-bottom: 25px;
}

.sgrp_icotit {
	position: relative;
	padding: 5px 0 0 60px;
	min-height: 50px;
	font-size: 25px;
	color: #222222;
	box-sizing: border-box;
}

.sgrp_icotit:before {
	display: block;
	content: '';
	width: 50px;
	height: 50px;
	background: #2f68c2 url("../images/ico_map01.png") no-repeat 0 0/100% auto;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.sgrp_icotit.type2:before {
	background-image: url("../images/ico_map02.png");
}

.sgrp_vcontlow {}

.svfc_vlist {
	border-top: 2px solid #000000;
	display: table;
	width: 100%;
}

.svfc_vlist > li {
	display: table-row;
}

.svfc_labcell,
.svfc_datacell {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #e7e7e7;
}

.svfc_labcell {
	width: 1px;
	padding: 30px 25px;
}

.svfc_lab {
	display: inline-block;
	padding-left: 10px;
	position: relative;
	color: #1b1b1b;
	font-size: 18px;
	white-space: nowrap;
}

.svfc_lab:before {
	display: block;
	content: '';
	width: 3px;
	height: 3px;
	background: #1b1b1b;
	position: absolute;
	top: 14px;
	left: 0;
	border-radius: 100%;
}

.svfc_data {
	padding: 30px;
	font-size: 16px;
	color: #5f5f5f;
}

.sgrp_vinitem {
	margin-bottom: 75px;
}

.sgrp_vinitem:last-of-type {
	margin-bottom: 0
}

@media (max-width:1440px) {
	.svpf_dia_w img {
		max-width: 100%;
	}
}

@media (max-width:1340px) {
	.platform_mapapi_z {
		margin: 0 30px
	}
}

@media (max-width:1023px) {
	.dtg_one {
		font-size: 18px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.dtg_two {
		font-size: 16px;
	}

	.txt_guide_top {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.txt_guide_top,
	.txt_vitem_w .agree p,
	.dtg_cont {
		font-size: 13px;
	}

	.dtg_cont {
		margin-bottom: 35px;
	}

	.dtg_dotlist > li:before {
		top: 13px;
	}

	.txt_vitem_w .agree h3 {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.scont_ctitlow {
		margin-bottom: 10px;
	}

	.scont_ctit {
		font-size: 18px;
		padding-left: 12px;
	}

	.scont_csub {
		font-size: 15px;
	}

	.scont_ctit:before {
		width: 5px;
		height: 5px;
		top: 12px;
	}

	.sgp_guideinfo_box {
		border-radius: 5px;
		background-image: url("../images/bg_copybox_mb.jpg");
		background-position: 0 100%;
		padding: 30px 20px 300px;
	}

	.sqp_guideinfo_copy_w {
		max-width: 100%;
	}

	.sgp_copysig {
		font-size: 20px;
	}

	.sgp_guideinfo_copy01 {
		margin-bottom: 15px;
	}

	.sgp_copysub {
		padding-top: 15px;
	}

	.sgp_guideinfo_copy03 {
		margin-top: 15px;
	}

	.sgp_fitem_list {
		display: block;
	}

	.sgp_fitem_list > li {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.sgp_fitem_list > li:last-of-type {
		margin-bottom: 0
	}

	.sgp_fitem_list > li:before {
		top: 10px;
	}

	.diasys_fxwrap {
		display: block;
		padding: 0
	}

	.diasys_fxcell_grow,
	.diasys_fxcell_shrink {
		padding: 0;
		margin-bottom: 20px;
	}

	.diasys_fxcell_shrink:last-of-type {
		margin-bottom: 0
	}

	.diasys_kind {
		font-size: 15px
	}

	.diasys_count {
		font-size: 14px;
	}

	.diasys_top {
		height: 50px;
	}

	.diasys_box {
		padding: 10px;
		font-size: 14px;
	}

	.diasys_midlist > li {
		margin-bottom: 8px;
	}

	.diasys_midlist {
		padding-top: 10px;
	}

	.organ_dia_w {
		padding: 30px 15px;
		border-radius: 5px;
	}

	.biz_info_gtit {
		font-size: 20px;
	}

	.biz_info_gsub {
		font-size: 16px;
		display: block;
	}

	.biz_info_guide_sublow {
		border-radius: 10px;
	}

	.biz_info_guide_sub {
		padding: 10px 15px;
		max-width: 100%;
		font-size: 14px;
	}

	.biz_info_guide_titlow {
		margin-bottom: 25px;
	}

	.splatform_infobox {
		height: auto;
		border-radius: 20px;
		padding: 30px 0;
	}

	.spf_dia_w {}

	.sdf_dia {
		width: auto;
		height: auto;
	}

	.sdf_dia:before {
		width: 25px;
		height: 25px;
	}

	.sdf_dia.type2:before {
		background-position: 0 -25px;
	}

	.sdf_dia.type3:before {
		background-position: 0 -50px;
	}

	.sdf_dia {
		margin: 10px 5px;
		border-radius: 10px;
		padding: 10px;
		min-width: 90px;
	}

	.sdf_dia:hover {
		transform: scale(1.1)
	}

	.sdf_spec {
		margin-top: 5px
	}

	.sdf_sp01 {
		font-size: 12px;
	}

	.sdf_sp02 {
		font-size: 13px;
	}

	.svpf_vitem_w {
		margin-top: 45px;
	}

	.svpf_tit {
		margin-bottom: 10px;
		padding-left: 12px;
		font-size: 16px;
	}

	.svpf_tit:before {
		width: 3px;
		height: 3px;
		top: 13px;
	}

	.svpf_vitem {
		margin-bottom: 45px;
	}

	.svpf_cbox {
		border-radius: 10px;
		margin-bottom: 50px;
		padding: 15px;
	}

	.svpf_hlist {
		display: block;
		justify-content: flex-start;
		text-align: left;
	}

	.svpf_hitem {
		justify-content: flex-start;
	}

	.svpf_text {
		font-size: 15px;
		margin-left: 5px;
	}

	.svpf_num {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}

	.svpf_hlist > li {
		margin: 0 0 5px 0;
	}

	.svpf_hlist > li:last-of-type {
		margin-bottom: 0;
	}

	.svpf_subvlist > li {
		font-size: 14px;
	}

	.svpf_subvlist > li:before {
		top: 10px;
	}

	.svpf_ctit {
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	}

	.svpf_cbox.type2 {
		padding: 30px 15px 15px;
	}

	.svpf_cir {
		border-radius: 10px;
		font-size: 15px;
		margin: 0 0 10px;
	}

	.svpf_cir:last-of-type {
		margin-bottom: 0
	}

	.svpf_cir_w {
		display: block;
	}

	.svpf_coment_w {
		margin-top: 35px;
	}

	.svpf_coment {
		font-size: 16px;
		padding: 10px 30px
	}

	.dlk_vitem_w {
		margin-bottom: 40px;
	}

	.dlk_vtit {
		font-size: 16px;
	}

	.dlk_vcont {
		margin-top: 15px;
	}

	.dlk_map_hlist {
		padding: 15px 10px;
		display: block;
	}

	.dlk_map_hlist > li {
		margin-bottom: 20px;
	}

	.dlk_map_hlist > li:last-of-type {
		margin-bottom: 0
	}

	.dlk_map {
		font-size: 14px;
		padding: 5px 0 0 30px;
		min-height: 25px;
	}

	.dlk_map:before {
		display: block;
		content: '';
		width: 30px;
		height: 30px;
	}

	.dlk_map.ico_map01:before {}

	.dlk_map.ico_map02:before {
		background-position: 0 -30px;
	}

	.svform_item_w.dlk_type {}

	.pf_mapchk_low {
		padding: 5px;
	}

	.pf_mapchk_low .chkrd_item {
		margin: 10px;
	}

	.platform_mapapi_z {
		margin: 0 15px
	}

	.pf_mapchk_item_w {}

	.sgrp_vitem {}

	.sgrp_vitem {
		margin-bottom: 35px
	}

	.sgrp_vtitlow.type2 {
		margin-bottom: 30px;
	}

	.sgrp_vtitlow {
		margin-bottom: 15px;
	}

	.sgrp_icotit {
		position: relative;
		padding: 5px 0 0 50px;
		min-height: 40px;
		font-size: 18px;
	}

	.sgrp_icotit:before {
		width: 40px;
		height: 40px;
	}

	.sgrp_icotit.type2:before {
		background-image: url("../images/ico_map02.png");
	}

	.sgrp_vcontlow {}

	.svfc_labcell {
		padding: 20px 15px;
		width: auto;
	}

	.svfc_lab {
		font-size: 16px;
		white-space: normal;
	}

	.svfc_lab:before {
		top: 13px;
	}

	.svfc_data {
		padding: 15px;
		font-size: 14px;
	}

	.pf_mapchk_low {
		display: block;
	}

	.svfc_vlist {
		display: block;
	}

	.svfc_vlist > li {
		display: block;
	}

	.svfc_labcell {
		border-bottom: 0;
		padding-bottom: 0
	}

	.svfc_labcell,
	.svfc_datacell {
		display: block;
	}

	.sgrp_vinitem {
		margin-bottom: 35px;
	}
}

@media (max-width:413px) {
	.spf_dia_w {
		flex-wrap: wrap;
	}

	.sdf_dia {
		min-width: 90px;
		margin: 5px 5px;
	}

	.sdf_spec {
		margin-top: 5px
	}

	.sdf_sp01 {
		font-size: 12px;
	}

	.sdf_sp02 {
		font-size: 13px;
	}
}

/* // design page */

/* integrated_searching */
.flex_container {
	display: flex;
	justify-content: center;
}

.midcont_contbox02 {
	width: 421px;
	box-sizing: border-box;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	font-size: 16px;
	position: fixed;
	top: 74px;
	left: 50%;
	margin: 0 auto;
	z-index: 99;
	box-shadow1: 2px 2px 10px #999999;
	transform: translateX(-240px);
}

.midcont_contbox02.flex_con {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 0;
}

.midcont_contbox02.flex_con .flex_item {
	width: 50%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
}

.midcont_contbox02.flex_con .flex_item:nth-child(2) {
	border-left: 1px solid #e2e2e2;
}

.midcont_contbox02.flex_con .flex_item dt,
.midcont_contbox02.flex_con .flex_item dd {
	padding: 10px 10px 10px 20px; 
}

.midcont_contbox02.flex_con .flex_item dt {
	border-bottom: 1px solid #e2e2e2;
	background-color: #f2f2f2;
	text-align: center;
	font-size: 17px;
}

.midcont_contbox02.flex_con .flex_item dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #6d6c6c !important;
	cursor:pointer;
}

.midcont_contbox02.flex_con .flex_item dd button {
	margin-top: 5px;
}

.midcont_contbox03 {
	width: 390px !important;
	box-sizing: border-box;
	margin: 0 auto;
	background: #f2f2f2;
	border: 1px solid #e2e2e2;
	border-radius: 0 0 5px 5px;
	font-size: 16px;
	padding: 10px 20px;
}

.midcont_contbox03.flex_con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100% !important;
}

.midcont_contbox03.flex_con div:first-child {
	border-right: 1px solid #e2e2e2;
	padding-right: 15px;
}

.midcont_contbox03.flex_con div:nth-child(3) {
	border-left: 1px solid #e2e2e2;
	padding-left: 15px;
}

.flex_con2:after {
	content: '';
	display: block;
	clear: both;
}

.srch_del {
	width: 20px;
	height: 20px;
	position: relative;
	text-indent: -9999px;
}

.srch_del:before,
.srch_del:after {
	content: '';
	width: 15px;
	height: 1px;
	position: absolute;
	right: -30%;
	top: 50%;
	border-radius: 4px;
	background: #a0a0a0;
}

.srch_del:before {
	transform: translate(-50%, -50%) rotate(-45deg)
}

.srch_del:after {
	transform: translate(-50%, -50%) rotate(45deg)
}

.srch_del02 {
	width: 20px;
	height: 20px;
	position: relative;
	text-indent: -9999px;
}

.srch_del02:before,
.srch_del02:after {
	content: '';
	width: 15px;
	height: 1px;
	position: absolute;
	left: 18px;
	top: 14px;
	border-radius: 4px;
	background: #a0a0a0;
}

.srch_del02:before {
	transform: translate(-50%, -50%) rotate(-45deg)
}

.srch_del02:after {
	transform: translate(-50%, -50%) rotate(45deg)
}

.srch_input {
	width: 250px !important;
}

.mdbox_tab_fxwrap02.d_tabui.w80 {
	width: 80% !important;
}

.mdbox_tab_fxwrap03.d_tabui.w80 {
	width: 80% !important;
}

.mdbox_tab_fxwrap.d_tabui.w75 {
	width: 75% !important;
}

.mdbox_tab_fxwrap044.d_tabui.w100 {
	width: 100% !important;
}

.scs_intr02 {
	display: flex;
	flex-flow: column wrap;
	width: 100px;
}

.scs_intr02.ch01 {
	padding-top: 30px;
	padding-left: 30px;
}

.scs_intr02.ch02 {
	padding-top: 70px;
	padding-left: 30px;
}

.scs_intr02.ch03 {
	padding-top: 80px;
	padding-left: 30px;
}

.scs_intr03 {
	display: flex;
	flex-flow: row wrap;
	width: 120px;
	justify-content: space-between;
}

.scs_intr03.ch04 {
	padding-top: 20px;
	padding-left: 30px;
}

.scs_intr03.ch04 a {
	margin-top: 15px;
	margin-left: 45px;
}

.scs_intr02 .chkrd_item.breaktype {
	margin-left: 10px;
}

.scs_filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size: 16px;
	padding-left: 15px;
}

.scs_filter li {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	color: #2f68c2 !important;
	margin-left: 30px;
	font-weight: bold;
}

.red {
	color: #e53935;
}

.sle_ellip {
	width: 85%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sle_ellip02 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


@media (max-width:1023px) {
	.midcont_contbox02 {
		top: 51px;
	}

	.scs_intr02 {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		width: 250px !important;
	}

	.scs_intr02 .chkrd_item.breaktype {
		margin-left: 65px;
		margin-top: 10px !important;
	}
}

@media (max-width:413px) {
	.srch_input {
		width: 240px !important;
	}

	.midcont_contbox02 {
		
	    width: 100%;
	    left: 0;
	    transform: none;
	    top: 130px;
	}
}

@media (max-width:1024px) {
	.mdbox_tab_fxwrap02.d_tabui.w80 {
		width: 100% !important;
	}

	.mdbox_tab_fxwrap03.d_tabui.w80 {
		width: 100% !important;
	}

	.mdbox_tab_fxwrap.d_tabui.w75 {
		width: 100% !important;
	}

	.btn_datamid.dtype4 {
		width: 100% !important;
	}

	.scs_intr02.ch01 {
		padding-top: 4px;
		padding-left: 10px;
	}

	.scs_intr02.ch02 {
		padding-top: 4px;
		padding-left: 10px;
	}

	.scs_intr02.ch03 {
		padding-top: 4px;
		padding-left: 10px;
	}

	.scs_intr03.ch04 {
		padding-top: 4px;
		padding-left: 10px;
	}

	.scs_intr03.ch04 a {
		margin-top: 12px;
	}

}


.fcgreen {
	color: #49c383;
}

.mail_footer li:first-child {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
}

.mail_footer li:last-child {
	padding-top: 20px;
}

.mflex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.pr10 {
	padding-right: 10px;
}

.pt {
	padding-top: 15px;
}

.mt5 {
	margin-top: 5px;
}

.mt25 {
	margin-top: 25px;
}

.mt0 {
	margin-top: 0;
}

.mb30 {
	margin-bottom: 30px;
}

.ptb40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.w15 {
	width: 15%;
}

.w30 {
	width: 30%;
}

.tbl_col_gr {
	display: table-column-group;
}

.tbl_col_gr div {
	display: table-column;
}

.adbox_tab {
	overflow: hidden;
}

.adbox_tab button {
	background-color: inherit;
	float: left;
	border: 1px solid #d7d7d7;
	cursor: pointer;
	padding: 20px;
	transition: 0.3s;
	font-size: 16px;
	color: #6d6c6c;
	width: 200px;
	border-bottom: none !important;
}

.adbox_tab button.active {
	background-color: #2f68c2;
	color: #fff;
	border-bottom: 1px solid #2f68c2;
}

.adbox_tab button:first-child {
	border-right: none;
}

.adbox_tab button:last-child {
	border-left: none;
}

.adbox_tabcont {
	display: none;
}

@media (max-width:1024px) {
	.adbox_tab button {
		width: 50%;
	}
}

/* popup */
.divpop {
	position: absolute;
	z-index: 999;
	width: auto;
	height: auto;
	border: 1px solid #000000;
	display: block;
	background-color: #FFF;
}

.divpop .button_area {
	position: absolute;
	bottom: -34px;
	background: #222;
	width: 100%;
	color: #fff;
	line-height: 1;
	padding: 10px 0;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	left: -1px;
	font-size: 14px;
}

.divpop .button_area label {
	margin-left: 10px;
}

.divpop .button_area label span {
	margin-bottom: 10px !important;
}

.divpop .button_area .btn_close {
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 24px;
	height: 24px;
	background-image: url('../images/btn_topclose.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-indent: -9999PX;
}

/* banner_top */
.banner {
	position: relative;
	width: 100%;
	height: 88px;
	overflow: hidden;
	z-index: 1;
}

.banner .top_banner {
	position: absolute;
	width: 100%;
	height: 88px;
}

.banner .top_banner a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #bababa;
}

.banner button {
	margin: 0;
	margin-left: 20px;
	padding: 0;
	background: none;
	border: 0;
}

.pop_wrap .btn_close {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 30px;
	height: 30px;
	background-image: url('../images/btn_topclose.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-indent: -9999PX;
}

/* bqnner_slide */
.sub_cnsubmain_w.type3 {
	position: relative;
	display: block;
	;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 588px;
	overflow: hidden;
}

.sub_cnsubmain_w.type3 .banner_slide {
	position: relative;
	overflow: hidden;
}

.sub_cnsubmain_w.type3 .cnfv_flowsell {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.sub_cnsubmain_w.type3 .cnfv_ctsell:first-child {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	background: none;
	width: 60px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	font-size: 0;
	line-height: 0;
	justify-content: center;
	height: 588px
}

.sub_cnsubmain_w.type3 .cnfv_ctsell:last-child {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	background: none;
	width: 60px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	font-size: 0;
	line-height: 0;
	justify-content: center;
	height: 588px
}

.sub_cnsubmain_w.type3 .cnfv_item_link {
	display: block;
	text-align: center;
	padding: 0;
}

.sub_cnsubmain_w.type3 .cnfv_thum {
	border: none;
	display: block;
	width: 100%;
	border-radius: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-image: none;
	height: 588px;
}

.sub_cnsubmain_w.type3 .btn_ctswiper {
	border: 1px solid #fff;
}

.sub_cnsubmain_w.type3 .btn_ctswiper:before {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.sub_cnsubmain_w.type3 .swiper-container.cnfv_swiper .swiper-slide {
	width: 100%;
}

.sub_cnsubmain_w.type3 .btn_ctswiper {
	border: 1px solid #ffffff;
}

/* banner_top */
.wrap_banner {
	position: relative;
	width: 100%;
	height: 88px;
	overflow: hidden;
	z-index: 1;
}

.wrap_banner .cnfv_flowsell {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.wrap_banner .cnfv_ctsell:first-child {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	background: none;
	width: 60px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	font-size: 0;
	line-height: 0;
	justify-content: center;
	height: 88px
}

.wrap_banner .cnfv_ctsell:last-child {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	background: none;
	width: 60px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	font-size: 0;
	line-height: 0;
	justify-content: center;
	height: 88px
}

.wrap_banner .cnfv_item_link {
	display: block;
	text-align: center;
	padding: 0;
}

.wrap_banner .cnfv_thum {
	border: none;
	display: block;
	padding-bottom: 0;
	border-radius: 0;
	background-image: none;
	width: 100%;
}

.wrap_banner .btn_ctswiper:before {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.wrap_banner .swiper-container.cnfv_swiper .swiper-slide {
	width: 100%;
}

.wrap_banner .btn_ctswiper {
	border: 1px solid #ffffff;
}

@media (max-width:1023px) {
	.sub_cnsubmain_w.type3 {
		padding: 0;
		display: block;
	}

	.sub_cnsubmain_w.type3 .cnfv_item_link {
		padding: 0;
	}

	.midsection {
		padding-top: 60px;
	}
}


/* 탄소나노 서브메인 */
.tsearchico_box {
	position:relative;
	padding: 60px 30px;
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.tsearchico_box .bg {position:absolute;left:50%;transform:translateX(-50%);bottom:0;}
.tsearchico_box ul {
    display: flex;
    gap:60px;
}

.tsearchico_box ul li  {
	position:relative;
    width: 50%;
	height: 236px;
	display:flex;
	justify-content:center;
	align-items:center;
	background-image: url("../images/btn_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	border-radius: 20px;
	color:#fff;
	font-size:27px;
	overflow:hidden;
}

.tsearchico_box ul li  span {
	position:relative;
	z-index:2;
}
.tsearchico_box ul li.tsearchico_link01:after {
	content:'';
	position:absolute;top:0;right:0;left:0;bottom:0;
	background-color:rgba(0,172,236,.6);
}

.tsearchico_box ul li.tsearchico_link01:hover {
	box-shadow:0 4px 7px rgba(0,0,0,0.1);
} 

.tsearchico_box ul li.tsearchico_link01:hover:after {
	background-color:rgba(0,114,201,.6);
}


.tsearchico_box ul li.tsearchico_link02:after {
	content:'';
	position:absolute;top:0;right:0;left:0;bottom:0;
	background-color:rgba(2,150,227,.6);
}
.tsearchico_box ul li.tsearchico_link02:hover {
	box-shadow:0 4px 7px rgba(0,0,0,0.1);
}
.tsearchico_box ul li.tsearchico_link02:hover:after {
	background-color:rgba(3,107,203,.6);
}

@media (max-width:1100px) {

	.tsearchico_box ul li.tsearchico_link01,
	.tsearchico_box ul li.tsearchico_link02 {
		width: 300px;
		height: 140px;
	}
}
@media (max-width:768px) {
	.tsearchico_box {
		padding: 20px;
	}

	.tsearchico_box ul {
		display: block;
    	padding-bottom: 110px;
	}

	.tsearchico_box ul li.tsearchico_link01,
	.tsearchico_box ul li.tsearchico_link02 {
		width: 100%;
		background-size: cover;
		background-position: center;
	    margin: 15px 0;
	    height: 100px;
	}
}

.nano_data_cover {
	display: flex;
	justify-content: space-between;
	gap:10px;
}
.nano_data_cover li {flex: 0 0 23%;border:1px solid #ddd;}
.nano_data_cover li.ytb {flex:0 0  48%;border:0;}
.nano_data_cover li.ytb .title {font-size:17px;line-height: 1.2;margin-top:10px;display: block;}
.nano_video_cover {
	display: flex;
	justify-content: space-between;
	gap:10px;
}
.nano_video_cover li {flex: 0 0 48%;border:1px solid #ddd;}

.tab_box02 {
	display: inline-block;
	width: 100%;
	overflow: hidden;
}

.tab_box02 a {
	display: block;
	float: left;
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 10%;
	box-sizing: border-box;
	padding: 10px 0;
	background: #777;
	border: 1px solid #fff;
}

.tab_box02 a .tab_text {
	display: block;
	width: 100% !important;
}

.tab_box02 a:last-of-type .tab_text {
	border-right: none;
}

.tab_box02 a.active {
	background: #2f68c2;
	font-weight: 500;
	color: #fff;
}


.mc_vlk_tit02 {
	font-size: 30px;
	color: #1b1b1b;
	line-height: 1;
	font-weight: 500;
}

@media (max-width:1100px) {
	.tab_box02 a {
		width: 20%;
	}

	.mc_vlk_tit02 {
		font-size: 20px;
	}
}


.lt_hxspec_area {display:flex;border:1px solid #ebebeb;box-shadow: 10px 10px 15px rgba(0,0,0,0.1);align-items: center;padding:40px;margin-top: 30px;border-radius:20px;}
.lt_hxspec_area .img_area {
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    max-width: 500px;
}
.lt_hxspec_area .item_info {padding-left:40px;display:block;text-align: left;}
.lt_hxspec.type2 .pr_defin {
	font-size: 14px;
	color: #888;
	line-height: 2;
}

.lt_hxspec.type2 .pr_defin02 {
	font-size: 18px;
	color: #555;
	line-height: 2;
}

.lt_hxspec.type2 .pr_defin02 .sblue {
	color: #0288D1;
}

.lt_hxspec.type2 .pr_title {
	font-size: 19px;
	color: #0a95bf;
	margin-bottom: 10px;
	line-height: 1.2;
	font-family: 'NotoSans-Medium';
}

.lt_hxspec.type2 .pr_company {
	font-size: 18px;
	color: #666;
	font-weight: bold;
}

@media (max-width:1023px) {
	.lt_hxwrap .btn_detail_link {
		margin-top: 20px;
	}
}

.list_vlist_w.type10 {
	border-top: none;
}

.lt_hxthum.pbdr {
	border: 1px solid #DBDBDB;
	padding: 20px;
	margin-left: -20px;
}

.mc_vlk_tit02.tal {
	text-align: left;
}

.list_vlist > li.bdnone {
	border-bottom: none;
}

.data_intro_z .cp_detail_box {
	margin-top: 20px;
}

.data_intro_z .cp_detail_box .cp_detail_title {
	height: 80px;
	width: 100%;
	background: #26C6DA;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 80px;
	position: relative;
	z-index: 99;
}

.data_intro_z .cp_detail_box .cp_detail_description {
	border: 1px solid #80DEEA;
	background: #E1F5FE;
	padding: 90px 80px 70px 80px;
	margin-top: -40px;
	position: relative;
	z-index: -10;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}

.cp_detail_box .cp_detail_description .des_title {
	color: #0288D1;
	font-size: 20px;
	margin-bottom: 20px;
}

.cp_detail_box .cp_detail_description .des_description {
	color: #424242;
	font-size: 16px;
	line-height: 1.8;
}

.cp_detail_box .cp_detail_description .des_description.mb35 {
	margin-bottom: 35px;
}

/*scroll*/

.scroll-y,
.test_contents {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.scroll-y::-webkit-scrollbar,
.test_contents::-webkit-scrollbar {
	position: absolute;
	right: 0;
	top: 0;
	width: 7px;
	height: 7px;
}

.scroll-y::-webkit-scrollbar-track-piece,
.test_contents::-webkit-scrollbar-track-piece {
	background-color: #f4f4f4;
}

.scroll-y::-webkit-scrollbar-thumb,
.test_contents::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #ccc;
}

.scroll-y::-webkit-scrollbar-thumb:hover,
.test_contents::-webkit-scrollbar-thumb:hover {
	background-color: #aaa;
	cursor: pointer;
}

.scroll-y::-webkit-scrollbar-thumb:active,
.test_contents::-webkit-scrollbar-thumb:active {
	background-color: #aaa;
	cursor: pointer;
}

.scroll-y::-webkit-scrollbar-button,
.test_contents::-webkit-scrollbar-button {
	background-color: darkblue;
	width: 0px;
	height: 0px;
}

@media (max-width:768px) {
	.nano_data_cover  {
		flex-wrap:wrap;
		gap:10px;
	}
	.nano_data_cover li {flex: 0 0  48%;}
	.tab_box02 a {
		width: 50%;
		font-size: 13px;
	}
	
	.lt_hxspec_area {
		display: block;
		padding: 5vw;
	}
	.lt_hxspec_area .img_area {margin:0 auto;}
	.lt_hxspec_area .item_info {
	    padding-left: 0;
	    display: block;
	    margin: 20px 0 0 0;
	    text-align: center;
	}
	.scsort_box.type2 {
		padding:0 !important;
	}
	.pgal_thum {height:220px;}
	.pgal_item .teg {top:15px;left:15px;}
	.scsort_dep01_fxwrap.ver2 .scs_caitem_z {
		gap:4px;
	}
	.scs_caitem_w {width:auto;flex:1 1 auto;}
}
@media (max-width:480px) {
	.popup_wrap .sgp_titlow .lt_hxscirbox_wpec_tit {font-size:6.2vw;line-height: 1.3;}
}
@media (max-width: 460px) {
	.data_table_detail .order {padding-right: 60px;}
	.data_table_detail .list_r.pub2 .pop_btn_area .text_box .btn_pop { font-size: 15px;line-height: 22px; height: 40px;}
	.data_table_detail .list_r.pub2 .pop_btn_area .text_box .btn_pop br {display: none}
	.data_table_detail .list_r.pub2 { 
    width: 100%;
    font-size: 0;
    position: static;
    display: flex;
    transform: none;
    margin-top: 10px;}
	.data_table_detail .list_r.pub2 .box:first-child {width: 100%;  margin: 0 0 0 9px;}
	
	.data_table_detail .list_r .ico_block { padding: 0px 0 0 0px;  width: 62px; height: 40px;}
	.data_table_detail .list_r.pub2 .box {
		width: 100%;
	    margin: 0;
	    display: flex;
	    gap: 10px;
	    position: static;
    }
    .data_table_detail .list_r.pub2 .box > * {flex:1 1 30%;}
	.data_table_detail .list_r.pub2 .pop_btn_area .text_box {
    margin: 0 0 0;
    padding: 0;
    height: 40px;
    border: 0 !important;}
}