.btn_modal_close {
	left: auto !important;
	right: 0;
	top: 0;
	z-index: 100;
	-webkit-transform: translate3d(0,0,0) !important;
}
@media screen and (max-width: 900px) {
	.btn_modal_close {
		width: 50px !important;
		height: 50px !important;
		right: 10px;
		top: 10px !important;
	}
	.btn_modal_close img {
		width: 100% !important;
		height: 100% !important;
	}
}

.infoContent {
	position: relative;
}

.infoContent .modal_tit {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: -10px;
	left: 0;
	padding-top: 30px;
	padding-bottom: 10px;
	background-color: #FBF7E8;
	width: 100%;
	z-index: 5;
}

.infoContent .modal_tit h2 {
	font-size: 20px;
	line-height: 40px;
	padding: 0 23px 0 30px;
	background-color: #81B540;
	display: inline-block;
	border-radius: 0 40px 40px 0;
	color: #fff;
	position: relative;
	z-index: 1;
	margin-left: -10px;
}

.infoContent .inner_wrap {
	width: 100%;
	max-height: 100%;
	max-height: 88vh !important;
	padding-top: 70px;
	background-color: transparent;
}

.infoContent .inner_wrap .scroll_box {
	max-height: calc(88vh - 70px);
	overflow-y: auto;
	padding: 20px;
	scroll-behavior:smooth;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.infoContent .inner_wrap .scroll_box {
		scrollbar-width: 8px;
		scrollbar-track-color:  #FBF7E8;
		scrollbar-3dlight-color:  #d7d2c0;
		scrollbar-darkshadow-color:  #d7d2c0;
		scrollbar-arrow-color:  #d7d2c0;
	}
}

.infoContent .inner_wrap .scroll_box::-webkit-scrollbar {
	width: 8px;
}

.infoContent .inner_wrap .scroll_box::-webkit-scrollbar-track {
	background-color: transparent;
}

.infoContent .inner_wrap .scroll_box::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: #d7d2c0;
}

.infoContent .inner_wrap .scroll_box::-webkit-scrollbar-button {
	width: 0;
	height: 0;
}

.infoContent .inner_wrap .scroll_box::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 10px; 
}


.infoContent .txt_block + .txt_block {
	margin-top: 40px;
}

.mt40 {margin-top: 40px !important;}

.infoContent .txt_block h3 {
	font-size: 16px;
	padding-left: 27px;
	line-height: 20px;
	position: relative;
	font-weight: bold;
	margin-bottom: 10px;
	word-break: keep-all;
}

.infoContent .txt_block h3::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 18px;
	height: 18px;
	background-image: url(../img/content/ico-tit.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.infoContent .txt_block p {
	font-size: 16px;
	color: #666666;
}

.infoContent .txt_block > ul {
	margin-top: 10px;
}

.infoContent .txt_block > ul > li {
	font-size: 16px;
	padding-left: 14px;
	line-height: 24px;
	position: relative;
	color: #666;
}

.infoContent .txt_block > ul > li b {
	color: #000;
}

.infoContent .txt_block > ul > li span {
	display: block;
	color: #999999;
	font-size: 14px;
	text-indent: -8px;
	padding-left: 8px;
}

.infoContent .txt_block > ul > li + li {
	margin-top: 5px;
}

.infoContent .txt_block > ul > li::before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #F59538;
}

.infoContent .txt_block .txt_box {
	margin-top: 18px;
	border-radius: 8px;
	background-color: #fff;
	padding: 20px;
}

.infoContent .txt_block .txt_box em {
	font-size: 14px;
	color: #6C4313;
	line-height: 1.2em;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}

.infoContent .txt_block .txt_box p {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}

.infoContent  p.small_p {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.infoContent .txt_block .txt_box ul li {
	font-size: 14px;
	line-height: 20px;
	text-indent: -8px;
	padding-left: 8px;
	color: #666;
}

.infoContent .txt_block .txt_box ul li + li {
	margin-top: 4px;
}

.infoContent .txt_block .txt_box ul li b {
	color: #000;
}

.infoContent .txt_block .txt_box ul + p {

	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #CAC4AE;
}

.infoContent .txt_block .img_box {
	display: flex;
	margin-top: 20px;
} 

.infoContent .txt_block .img_box > div {
	flex: 1;
	border-radius: 8px;
	overflow: hidden;
}

.infoContent .txt_block .img_box > div.flex_2 {
	flex:2;
}
.infoContent .txt_block .img_box > div.flex_5 {
	flex:5;
}

.infoContent .txt_block .img_box > div + div {
	margin-left: 20px;
}

.infoContent .txt_block .img_box > div img {
	width: 100%;
}

.infoContent .txt_block .img_box > div p {
	background-color: #F59538;
	padding: 7px 10px;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
}

.infoContent .table_wrap {
	margin-top: 30px;
}

.mt10 {margin-top: 10px !important;}

.infoContent .table_wrap h4 {
	font-size: 20px;
	line-height: 36px;
	display: inline;
}

.infoContent .table_wrap h4 span {
	display: inline-block;
	vertical-align: top;
	background-color: #4E97D6;
	line-height: 36px;
	border-radius: 36px;
	padding: 0 15px;
	font-size: 16px;
	color: #fff;
	margin-right: 8px;
}

.infoContent .table_wrap .table_scroll_wrap {
	overflow-x: auto;
}

.infoContent .table_wrap .table_scroll_wrap > table {
	min-width: 800px;
	margin-top: 10px;
	border-bottom: 1px solid #CAC4AE;
}

.infoContent .table_wrap .table_scroll_wrap table table {
	border-bottom: 1px solid #CAC4AE;
}

.infoContent .table_wrap .table_scroll_wrap > table .col_title {
	width: 115px;
}
.infoContent .table_wrap .table_scroll_wrap > table .col_title_s {
	width: 90px;
}
.infoContent .table_wrap .table_scroll_wrap > table .col_auto {
	width: auto;
}
.infoContent .table_wrap .table_scroll_wrap > table .col_qr {
	width: 110px;
}

.infoContent .table_wrap .table_scroll_wrap table th,
.infoContent .table_wrap .table_scroll_wrap table td {
	padding: 16px 10px;
	text-align: center;
	border-top: 1px solid #CAC4AE;
	font-weight: normal;
	line-height: 20px;
}

.infoContent .table_wrap .table_scroll_wrap table.td_left  td,
.infoContent .table_wrap .table_scroll_wrap table tr.tr_left td  {
	text-align: left;
}
.infoContent .table_wrap .table_scroll_wrap table table th,
.infoContent .table_wrap .table_scroll_wrap table table td {
	color: #000000;
	padding: 10px;
	font-size: 14px;
}

.infoContent .table_wrap .table_scroll_wrap table tr > * {
	border-right: 1px solid #CAC4AE;
}

.infoContent .table_wrap .table_scroll_wrap table tr > *:last-child {
	border-right: none;
}

.infoContent .table_wrap .table_scroll_wrap table th {
	background-color: #FFEAB3;
	color: #6C4313;
	font-size: 16px;
	font-weight: bold;
}

.infoContent .table_wrap .table_scroll_wrap table th.font_normal {
	font-weight: normal;
}

.infoContent .table_wrap .table_scroll_wrap table th:last-child {
	border-right: none;
}

.infoContent .table_wrap .table_scroll_wrap table th > a {
	font-size: 13px;
	line-height: 18px;
}

.infoContent .table_wrap .table_scroll_wrap table th.tdiv {
	background-color: #F59538;
	color: #fff;
}

.infoContent .table_wrap .table_scroll_wrap table td {
	font-size: 14px;
}

.infoContent .table_wrap .table_scroll_wrap > table > tbody > tr > td {
	padding: 16px 15px;
}

.infoContent .table_wrap .table_scroll_wrap table th.algn_left,
.infoContent .table_wrap .table_scroll_wrap table td.algn_left {
	text-align: left;
}

.infoContent .table_wrap .table_scroll_wrap table td .table_tit {
	position: relative;
	margin-bottom: 6px;
}

.infoContent .table_wrap .table_scroll_wrap table td .table_tit p {
	font-size: 14px;
	color: #000;
	line-height: 20px;
}

.infoContent .table_wrap .table_scroll_wrap table td .table_tit span {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 20px;
	color: #666666;
}

.infoContent .table_wrap .table_scroll_wrap table td > p {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}

.infoContent .table_wrap .table_scroll_wrap table td .inner_table_wrap + p {
	margin-top: 8px;
} 

.infoContent .table_wrap .step_wrap {
	display: flex;
}

.infoContent .table_wrap .step_wrap > div {
	flex: 1;
	border-radius: 10px;
	background-color: #FFEAB3;
	overflow: hidden;
}

.infoContent .table_wrap .step_wrap > div + div {
	margin-left: 10px;
}

.infoContent .table_wrap .step_wrap .step_tit {
	padding: 10px 5px;
	background-color: #F59538;
}

.infoContent .table_wrap .step_wrap .step_tit p {
	text-align: center;	
	font-size: 14px;
	line-height: 1.2em;
	color: #FFFFFF;
}

.infoContent .table_wrap .step_wrap .desc {
	height: 113px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
}

.infoContent .table_wrap .step_wrap .desc > div {
	width: auto;
}

.infoContent .table_wrap .step_wrap .desc span {
	display: block;
	text-align: center;
	position: relative;
	text-align: center;
	font-size: 14px;
	color: #666666;
}

.infoContent .table_wrap .step_wrap .desc span + span::before {
	content: "";
	display: block;
	width: 10px;
	height: 6px;
	background-image: url(../img/content/ico-arrow-down.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 6px auto;
}

.infoContent .table_wrap .step_wrap .desc > div p {
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 1.2em;
}

.infoContent a {
	color: #666 !important;
}


@media screen and (max-width: 767px) {
	.fwdm-info-window-in {
		padding: 10px !important;
	}
	.infoContent .txt_block h3 {
		font-size: 15px;
	}
	.infoContent .txt_block p {
		font-size: 14px;
	}
	.infoContent .table_wrap h4 {
		font-size: 13px;
		line-height: 28px;
	}
	.infoContent .table_wrap h4 span {
		font-size: 13px;
		line-height: 28px;
	}
	.infoContent .table_wrap .table_scroll_wrap table th,
	.infoContent .table_wrap .table_scroll_wrap table td,
	.infoContent .table_wrap .table_scroll_wrap table table th, 
	.infoContent .table_wrap .table_scroll_wrap table table td,
	.infoContent .table_wrap .step_wrap .step_tit p,
	.infoContent .table_wrap .step_wrap .desc span,
	.infoContent .table_wrap .step_wrap .desc > div p,
	.infoContent .table_wrap .table_scroll_wrap table td > p,
	.infoContent .table_wrap .table_scroll_wrap table td .table_tit p,
	.infoContent .txt_block .txt_box ul li,
	.infoContent .txt_block .img_box > div p,
	.infoContent .txt_block .txt_box p {
		font-size: 13px;
		word-break: keep-all;
	}
	.infoContent .table_wrap .table_scroll_wrap > table .col_title {
		width: 80px;
	}
	.infoContent .table_wrap .table_scroll_wrap > table {
		min-width: 720px;
	}
	.infoContent .table_wrap .table_scroll_wrap table th > a {
		word-break: break-all;
	}
	.infoContent .txt_block > ul > li {
		font-size: 14px;
		line-height: 20px;
		word-break: keep-all;
	}
	.infoContent .txt_block > ul > li::before {
		top: 8px;
	}
	.infoContent .txt_block > ul > li br,
	.infoContent .txt_block .txt_box ul li br,
	.infoContent .txt_block .txt_box p br,
	.infoContent .txt_block h3 br {
		display: none;
	}
	.infoContent .txt_block .img_box {
		flex-direction: column;
	}
	.infoContent .txt_block .img_box > div + div {
		margin-left: 0;
		margin-top: 20px;
	}
	.infoContent .txt_block .txt_box {
		padding: 12px;
	}
	.infoContent .modal_tit h2 {
		font-size: 16px;
		line-height: 30px;
		padding: 0 18px;
	}
	.infoContent .modal_tit {
		padding-top: 20px;
	}
	.infoContent .inner_wrap {
		padding-top: 50px !important;
		max-height: 80vh !important;
	}
	.infoContent .inner_wrap .scroll_box {
		padding: 10px !important;
		padding-top: 0 !important;
		max-height: calc(80vh - 70px) !important;
	}
}