
#outputBox * {
	padding: 0;
	margin: 0;
	max-width: 100%;
}
#outputBox *:not(iframe):not(source):not(img):not(br):empty{
	display: none;
}
#outputBox video{
	height: auto;
	margin: auto;
    display: block;
	min-width: 260px;
}
#outputBox figure {
	margin-bottom: 20px;
}
#outputBox figure,
#outputBox picture {
	text-align: center;
	width: 100%;
    display: inline-block;
	font-size: 14px;
}
#outputBox figure a{
	display: inline-block;
}
#outputBox .rtl {
    direction: rtl;
}
#outputBox ul,
#outputBox ol {
    padding-left: 10px;
	margin: 10px 10px 20px;
}
#outputBox h2,
#outputBox h3,
#outputBox h4,
#outputBox h5,
#outputBox h6 {
	font-weight: normal;
	border-left: 5px solid #e7131a;
	padding-left: 10px;
	margin: 20px 0 4px 0;
}
#outputBox .rtl h2,
#outputBox .rtl h3,
#outputBox .rtl h4,
#outputBox .rtl h5,
#outputBox .rtl h6 {
	border: none;
	border-right: 5px solid #e7131a;
	padding: 0;
	padding-right: 10px;
}
#outputBox h1 {
	font-size: 42px;
    line-height: 48px;
    margin: 0 0 40px 0;
    color: #444444;
    text-align: center;
	font-weight: normal;
}
#outputBox h2 {
	font-size: 30px;
	border: none;
    border-bottom: 1px solid #e7131a;
    padding-bottom: 10px;
    margin: 30px 0 15px;
}
#outputBox .ogImg{
	margin: 0 auto 40px auto;
	aspect-ratio: 1.91/1 auto;
}
#outputBox img {
	height: auto;
	margin: 20px auto;
	display: block;
	min-width: 260px;
}
#outputBox .iframeBox{
	position: relative;
	width: 100%;
	padding-bottom: 62%;
	display: none;
}
#outputBox .iframeBox iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background: #ffffff;
}
#outputBox .tableBox{
	overflow: auto;
    font-size: 14px;
    line-height: 16px;
    max-width: 100%;
}
#outputBox table{
	margin: 20px auto;
	min-width: 65%;
	/*border-collapse: collapse;*/
}
#outputBox th{
	text-align: left;
	border: 1px solid #606266;
    padding: 0 5px;
}
#outputBox td{
	padding: 5px;
	border: 1px solid #cccccc;
}
#outputBox td *{
	display: inline-block;
}
#outputBox .readMore{
	margin: 20px 0 40px;
}
#outputBox .readMore a{
	display: inline-block;
	margin-right: 10px;
	border-left: 5px solid #e7131a;
	padding-left: 10px;
	font-size: 12px;
    text-decoration: none;
}
#outputBox .readMore p{
	font-size: 12px;
	line-height: 16px;
    word-break: break-all;
}

#outputBox [itemtype*=FAQPage] {
	background-color: lightyellow;
    padding: 10px 20px;
    border-left: 4px solid orange;
}
#outputBox [itemtype*=FAQPage] h3 {
	border: none;
    padding: 0;
	font-weight: bold;
}

#outputBox > *:not(ins, table) > *:not(ins, table) {
	border-radius: 20px;
}

#mapList > ul:first-child,
#mapList > ul ul {
	display: none;
}
#mapList ul.open > li > ul {
	display: block;
}
#mapList a {
	text-transform: capitalize;
}
#mapList > ul > li > strong {
	text-transform: uppercase;
}
#mapList strong {
	cursor: pointer;
	text-transform: capitalize;
}
#mapList strong i {
	font-size: 60%;
    line-height: normal;
    vertical-align: middle;
    padding: 0 4px;
    color: #555555;
}

@media screen and (max-width:760px){
	
}
@media screen and (max-width:620px){
	#outputBox h1{
		font-size: 32px;
    	line-height: 38px;
		margin-bottom: 24px;
	}
	#outputBox h2{
		font-size: 24px;
	}
}
@media screen and (max-width:380px){
	
}