#mucluc {
    padding: 15px;
    background: transparent;
    margin: 15px 0;
	border:1px solid #fff;
	border-radius:10px;
}

 #mucluc p {
     padding: 5px 0;
     margin-bottom: 0px;
     font-weight: 600;
 }

 #mucluc a {
	 color: #fff;
     display: block;
     padding: 5px 0;
     text-decoration: none;
     transition: all 0.5s;
 }
#mucluc a:hover {
    color: #e9aa00;
}
.ml_ttl {display: flex;align-items: center;
    justify-content: space-between;
    color: #e9aa00;
    font-size: 20px;
 }
#ml_more{
cursor: pointer;
    background: url(/Images/ico_toc.png) no-repeat center center #fff;
    background-size: 30px;
    padding: 15px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #ccc;
 }
 .ml_itm > ul > li > ul{margin-left:1.5em;}
 .ml_itm ul li{list-style: none none;}
  .ml_itm ul{counter-reset: item;}
.xvnet-content > p > iframe{}
.xvnet-content strong{font-weight:bold;}
.xvnet-content em{font-style: italic;}
.xvnet-content u{text-decoration: underline;}
.xvnet-content em strong, .xvnet-content strong em{font-style:italic;font-weight:bold;}
.xvnet-content u strong, .xvnet-content strong u{font-weight: bold;text-decoration: underline;}
.xvnet-content strong p{font-weight:bold;}
.xvnet-content p{font-size:16px;color: #fff;line-height: 1.8em; margin-bottom:10px;}
.xvnet-content sub {vertical-align: sub;font-size: x-small;}
.xvnet-content sup {vertical-align: super;font-size: x-small;}
.xvnet-content a{color:blue;}
.xvnet-content a:hover{color:#e9aa00;}
.xvnet-content strong a {color:#e9aa00;text-decoration:none;}
.xvnet-content ul, .xvnet-content ol{margin-bottom: 1.5em;}
.xvnet-content ul li{padding:3px 0px 3px 25px;list-style:inside;color: #fff !important;font-size:16px;}
.xvnet-content ol li{padding:3px 0px 3px 25px;list-style-type:decimal !important;list-style:inside;color: #fff !important;}
.xvnet-content table{border-collapse: collapse;width: 100%;}
.xvnet-content table td, .xvnet-content table th {border: 1px solid #ddd;padding: 8px;}
.xvnet-content table tr:nth-child(even){background-color: #f2f2f2;}
.xvnet-content table tr:hover {background-color: #ddd;}
.xvnet-content table th {padding-top: 12px;padding-bottom: 12px;text-align: left;background-color: #b7b7b7;color: white;}
.xvnet-content table th p{color:#fff !important;}
.xvnet-content h2, .xvnet-content h3, .xvnet-content h4, .xvnet-content h5{display: block;margin-bottom:15px;line-height: 1.8em;}
.xvnet-content h2 {color: #e9aa00; font-size: 19px; font-weight: bold;}
.xvnet-content h3 {color:#919191;font-size: 17px;font-weight:bold;}
.xvnet-content li h2, .xvnet-content li h3, .xvnet-content li h4, .xvnet-content li h5{display: contents;margin-bottom:0;}
.xvnet-content blockquote {display: block;margin-block-start: 1em;margin-block-end: 1em;margin-inline-start: 40px;margin-inline-end: 40px;}

/*Gallery Image*/
.gallery_rows_itm {
    display: flex;
    align-items: center;
}

.gallery_itm {
	width: calc(100%/3 - 0px);
	/*height:270px;*/
    margin: 0 10px 20px;
    cursor: pointer;
    overflow: hidden;border-radius: 10px;
}
.gallery_itm img{border-radius:10px;width:100%;
height:100%;object-fit: cover;}
/*------------*/
.text_image .gallery_rows_itm{margin-bottom:30px;}
.text_image .gallery_rows_itm .gallery_itm:nth-child(1){
	width: 70% !important;
    padding: 40px 40px 40px 40px;
    background: #f1f1f1;
    margin-right: 30px;display: flex;
    align-items: center;
	}
.text_image .gallery_rows_itm .gallery_itm{margin:0;}


/*------------*/
@media screen and (max-width: 768px) {.xvnet-content iframe{width:100%;height:300px;}.xvnet-content img{display:block;}.table-responsive{overflow-x: scroll;}.ml_itm{display:none;}
    .xvnet-content h2 {
        font-size: 16px;
    }
    .xvnet-content h3 {
        font-size: 15px;
    }
	.xvnet-content > p > iframe{width:100%;height:230px;}
}
@media screen and (max-width: 480px) {
/*------------*/
	.gallery_itm{height: 150px;}
.text_image .gallery_rows_itm{display:block;}
.text_image .gallery_rows_itm > *, .text_image .gallery_rows_itm .gallery_itm:nth-child(1){
	width:100% !important;height: auto;    
	}
.text_image .gallery_rows_itm .gallery_itm:nth-child(1){padding:20px;margin-right:0;border-radius: 10px 10px 0 0;}
.text_image .gallery_rows_itm .gallery_itm:nth-child(2), .text_image .gallery_rows_itm .gallery_itm:nth-child(2) img{border-radius: 0 0 10px 10px ;}
/*------------*/
}