/*********** ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â·Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¡Ãƒâ€¦Ã‚Â ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â§Ãƒâ€¦Ã‚Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾CSSÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¨Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®Ãƒâ€¦Ã‚Â¡ ***********/
.editor-grid .row {
    margin: 0 -28px;
    position: relative;
}
.editor-grid .row:before {
    content: '';
    border-left: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}
.editor-grid .col {
    padding: 0 28px;
    float: left;
    width: 50%;
}
.editor-grid-x3 .row {
    margin: 0 -15px;
}
.editor-grid-x3 .col {
    float: left;
    width: 33.33%;
    padding: 0 15px;
}
.editor-title {
    margin: 0 0 15px;
}
.editor-title * {
    display: inline-block;
    vertical-align: middle;
}
.editor-title .img-ic {
    margin: 0 8px 2px 0;
}
.editor-title .txt {
    color: #B20000;
    font-size: 17px;
    font-weight: bold;
}
.editor-title .txt:after {
    content: '';
    display: block;
    width: 50px;
    border-top: 2px solid #B20000;
}
.editor-title2 {
    color: #C39959;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px;
}
.editor-txt {
    border: 1px solid #ccc;
    padding: 20px 15px;
    margin: 0;
    text-align: center;
}
.contact-map {
    position: relative;
    height: 420px;
    margin-bottom: 30px;
}
/*
.contact-map:before {
    content: '';
    border: 6px solid #fff;
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.contact-map:hover:before {
    background-color: transparent;
}
.contact-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.contact-map:hover iframe {
    -webkit-filter: grayscale(0);
       -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
         -o-filter: grayscale(0);
            filter: grayscale(0);
}*/
.contact-map:after {
    content: '';
    display: block;
    background: url('../../images/common/contact/map_shadow.png') 50% 0 / 100% 100% no-repeat;
    height: 26px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}
.contact-map iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
}
.contact-editor {
    text-align: center;
}
.contact-editor .row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 0;
}
.contact-editor .col {
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
    border-width: 0 1px 0 1px;
   border-color:#ddd;
    border-style: dashed;
}
.contact-editor .col1 {
    border-width: 0 1px 0 0;
}
.contact-editor .col3 {
    border-width: 0 0 0 1px;
}
.contact-info-txt {
    max-width: 200px;
    margin: 0 auto;
}
.contact-info-txt .img-ic {
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover {
    color: #74a1fe;
    text-decoration: underline;
}
.aboutpage{
    width:100%;
    display:block;
    position:relative;
    clear:both;
}
.aboutpage .one-left{
    width:65%;
    float:left;
    line-height:32px;
    padding:5px 0;
}
.aboutpage .one-right{
    width:35%;
    display:inline-block;
}
/*.aboutpage-bottom:before{
    content:'';
    background:url(/upload/images/0.jpg);
    width: 209px; 
    height: 27px;
    display:block;
    position:absolute;
    margin-top:-37px;
}
.aboutpage-bottom{
    background:#011321;
    margin-top:45px;
    padding:10px 0px 10px 10px;
}
.aboutpage-bottom .two-left{
    float:left;
    width:55%;
    color:#fff;
    line-height:40px;
    padding:20px 0px 20px 20px;
}*/
.aboutpage-bottom .two-right{
    width:42%;
    display:inline-block;
    position:relative;
    text-align:right;
}

/* about */
.is-container-in-about{

    line-height: 32px;
}
.index-ab{
	max-width: 950px;
	margin: auto;
	text-align: left;
	color: #fff;
	padding:0 15px;
	position:  relative;
	display:  block;
	clear:both;
	font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5rem;
}

/* html */

.editor{
	padding: 30px;
}
.new-01.top{
	position: relative;
}
.new-01.top .txt{
	position: absolute;
    width: 50%;
    top:5%;
    margin-left: 90px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 30px;
}
.new-01.bottom{
	display:flex;
}
.new-01.bottom .col.left{
	width:60%;
}
.new-01.bottom .col.left img{
	top:-40px;
	left:30px;
	position:relative;

}
.new-01.bottom .col.right{
	text-align:left;
	position:relative;
	margin-top:40px;
	font-size:15px;
	width:calc(100% - 550px);
	letter-spacing:0.1em;
	line-height:30px;
	margin-left:40px;
}

.new-01.bottom .col.right .title{
	font-size:26px;
	font-weight:bold;
	letter-spacing:0;
}
.new-01.bottom .col.right .num{
	font-size:20px;
	margin:10px 20px 30px;
	position:relative;
	letter-spacing:0;
}
.new-01.bottom .col.right .num:before{
	content:'';
	width:3px;
	height:100%;
	background:#B81D22;
	display:inline-block;
	position:absolute;
	left:-16px;
}

/*-- service --*/
.new-01.top .txt.service{
	    font-size: 18px;
    margin-left: 50px;
    line-height: 32px;
}
.new-01.top .txt.service:after{
	content:'';
	width:200px;
	height:1px;
	background:#ffffff54;
	display:block;
	position:absolute;
	bottom:0px;	
}
@media screen and (max-width: 1200px) {
.aboutpage .one-left{
    width:100%;
    float:none;
    line-height:32px;
    padding:5px 0;
    margin-bottom:10px;
}
.aboutpage .one-right{
    width:100%;
    display:block;
}
 .aboutpage-bottom .two-left{
    float:none;
    width:100%;
    color:#fff;
    line-height: 30px;
    padding: 0;
}
.aboutpage-bottom{
    padding:10px;
}
.aboutpage-bottom .two-right{
    width:100%;
    display:block;
    margin-top:10px;
    position:relative;
    text-align:left;
}
.new-01.top .txt,
.new-01.top .txt.service{
    top: 20%;
	}
	.new-01.bottom .col.left img{
	left:20px;
	}
}
@media screen and (max-width: 1140px) {
.new-01.bottom .col.left img{
	left:0px;
	top:0px;
	}
.new-01.bottom .col.left{
	margin-top:30px;
	padding-right:15px;
}
.new-01.bottom .col.right{
	margin-top:80px;
	width:40%;
}
}

@media screen and (max-width: 1000px) {
    .contact-map {
        height: 300px;
    }
.new-01.top .txt,
.new-01.top .txt.service{
    top: 10%;
    margin-left: 30px;
    width: 60%;
 }
 .new-01.bottom .col.right{
	margin-top:30px;
	 margin-left: 0;
}
}
@media screen and (max-width: 900px) {
    .editor-grid-x3 .col {
        width: 100%;
    }
    .editor-grid-x3 .col + .col {
        margin-top: 1.6em;
    }
}
@media screen and (max-width: 880px) {
	.new-01.bottom{
	display:block;
}
.new-01.bottom .col.right,
.new-01.bottom .col.left{
	width:100%;
}
.new-01.top .txt,
.new-01.top .txt.service{
	color:#000;
	position:relative;
	width:100%;
	margin:10px 0 30px;
}
}
@media screen and (max-width: 767px) {
    .editor-grid .row:before {
        display: none;
    }
    .editor-grid .col {
        width: 100%;
    }
    .editor-grid .col + .col {
        margin-top: 1.6em;
    }
    .contact-info-txt .img-ic {
        max-width: 100px;
    }
	.new-01.top .txt.service{
	    font-size: 15.5px;
    line-height: 28px;
}
   
}
@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
        margin-bottom: 15px;
    }
    .contact-editor .row,
    .contact-editor .col {
        display: block;
        width: auto;
        border-width: 1px 0;
    }
    .contact-editor .col {
        border-width: 1px 0;
        padding: 15px 0;
    }
    .contact-editor .col1 {
        border-width: 0 0 1px;
    }
    .contact-editor .col3 {
        border-width: 1px 0 0;
    }
}