@charset "utf8";
.com-tt {
    text-align: center;
    margin-top: 64px;
    margin-bottom: 59px;
}

.com-tt p {
    font-size: 18px;
    line-height: 160%;
    padding-top: 24px;
    text-align: center;
}

.com-col12 {
    position: relative;
}

.com-col12 h6 {
    font-size: 22px;
    line-height: 160%;
    text-align: center;
    border-bottom: 1px solid #353A47;
    margin-bottom: 23px;
    font-weight: bold;
    margin-top: 1px;
}

.com-col12 p {
    font-size: 16px;
    line-height: 175%;
    color: #000;
    padding-bottom: 4px;
    letter-spacing: -0.3px;
    text-align: justify;
}

.com-left {
    width: 50%;
    float: left;
    padding-left: 92px;
    padding-top: 22px;
}

.com-left h6 {
    font-size: 22px;
    line-height: 160%;
    border-bottom: 1px solid #353A47;
    margin-bottom: 23px;
    font-weight: bold;
    margin-top: 1px;
}

.com-left p {
    font-size: 16px;
    line-height: 165%;
    color: #000;
    letter-spacing: 0.4px;
    padding-bottom: 4px;
    text-align: justify;
}

.com-left span {
    padding-bottom: 6px;
    font-size: 18px;
    line-height: 180%;
    color: #000000;
    text-align: right;
    display: inherit;
    font-weight: bold;
    padding-top: 15px;
}

.com-right {
    width: 50%;
    float: right;
    text-align: right;
}

.wrap-com-1 {
    width: 100%;
    display: inline-block;
    margin-bottom: 67px;
}

.wrap-com-2 {
    padding-bottom: 67px;
    position: relative;
    width: 100%;
    background: url(../img/company/com-img-04.png) center no-repeat;
    background-size: cover;
    min-height: 700px;
}

.wp-com-page {
    margin-top: 67px;
    width: 100%;
    display: inline-block;
}

.wp-com-page h6 {
    font-size: 22px;
    font-weight: bold;
    line-height: 160%;
    text-align: center;
    margin-bottom: 28px;
}

.wp-com-page h6 span {
    border-bottom: 1px solid #fff;
    width: 100%;
    display: block;
}

.wp-com-page ul {
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    padding: 33px;
}

.wp-com-page ul li {
    font-size: 18px;
    line-height: 160%;
    color: #000;
	text-indent:-1em;
	padding-left:1em;	
}
.wp-com-page .txtbox {
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    padding: 33px;	
	line-height: 160%;
	color: #000;
	text-align: center;
}


.wp-bg {
    background: #F7F7F7;
    overflow: visible;
}

.wp-com-page h6 span.co-bd {
    border-bottom: 1px solid #333;
}

.wrap-com-3 {
    background: #F7F7F7;
}

.wp-pd {
    padding-left: 36px;
    padding-right: 40px;
    display: inline-block;
    background: #fff;
}

.table-com-3 {
    width: 100%;
}

.table-com-3 tr {
    border-bottom: 1px solid #353A47;
}

.table-com-3 td {
    padding-top: 17px;
    padding-bottom: 22px;
}

.table-com-3 td:first-child {
    width: 153px;
    text-align: center;
    font-size: 16px;
    color: #000000;
    line-height: 200%;
}

.table-com-3 td:last-child {
    padding-left: 56px;
    padding-right: 11px;
    font-size: 15px;
    line-height: 200%;
    color: #000000;
}

.table-com-3 td:last-child span {
    min-width: 150px;
}

.table-com-3 tr:last-child {
    border-bottom: none;
}

.table-com-3 td iframe {
    width: 100%;
    min-height: 250px;
    padding-top: 16px;
}

.maps-if {
    width: 100%;
    min-height: 250px;
}

.table-com-3 td span.sp-2 {
    width: 270px;
    display: inline-block;
}

/* wrap_top_slide */

.wrap_top_slide {
    width: 100%;
    overflow: hidden;
}

.span {
    width: 335px;
    overflow: hidden;
    display: block;
}

.span span {
    float: right;
    letter-spacing: 0
}

.span.span-lt1 {
    letter-spacing: 4px;
}

.span.span-lt2 {
    letter-spacing: 45px;
}

.span-lt {
    letter-spacing: 15px;
}



.m-t {
    margin-top: 136px;
}

.wrap_top_slide .slide {
    height: 266px;
    width: 100%;
    background-image: url(../img/company/com-img-05.png);
    background-position: center center;
    background-repeat: repeat-x;
    -moz-animation: slide 100s linear infinite;
    animation: slide 100s linear infinite;
    margin: 62px 0 107px 0;
}

@keyframes slide {
    0% {
        background-position: 5040px 0;
    }
    10% {
        background-position: 4536px 0;
    }
    20% {
        background-position: 4032px 0;
    }
    30% {
        background-position: 3528px 0;
    }
    40% {
        background-position: 3024px 0;
    }
    50% {
        background-position: 2520px 0;
    }
    60% {
        background-position: 2016px 0;
    }
    70% {
        background-position: 1512px 0;
    }
    80% {
        background-position: 1008px 0;
    }
    90% {
        background-position: 504px 0;
    }
    100% {
        background-position: 0 0;
    }
}

@-moz-keyframes slide {
    0% {
        background-position: 5040px 0;
    }
    10% {
        background-position: 4536px 0;
    }
    20% {
        background-position: 4032px 0;
    }
    30% {
        background-position: 3528px 0;
    }
    40% {
        background-position: 3024px 0;
    }
    50% {
        background-position: 2520px 0;
    }
    60% {
        background-position: 2016px 0;
    }
    70% {
        background-position: 1512px 0;
    }
    80% {
        background-position: 1008px 0;
    }
    90% {
        background-position: 504px 0;
    }
    100% {
        background-position: 0 0;
    }
}

/* end wrap_top_slide */

.table-child {
    width: 100%;
}

.table-child td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.table-child tr {
    border-bottom: none
}

.table-child td:first-child {
    width: 225px;
    padding-left: 0;
    text-align: left;
}

.tb-w td:first-child {
    width: 153px;
    letter-spacing: 0.8px;
    text-align: left;
}

.table-child td:last-child {
    padding-left: 0;
}

.com-img {
    display: none;
}

.com-br {
    display: none;
}

@media screen and (max-width:767px) {
    .wrap_top_slide .slide {
        margin: 30px 0 30px 0;
    }
    .banner-page {
        background: none;
        min-height: inherit;
        margin-top: 0;
    }
    .com-title {
        display: none;
    }
    .wrap-com-1 {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .com-tt p {
        font-size: 14px;
        padding-top: 10px;
    }
    .com-tt {
        margin-top: 0px;
        margin-bottom: 0;
    }
    .com-left {
        padding-left: 0;
        width: 100%;
    }
    .com-right {
        display: none;
    }
    .com-img {
        display: block;
        padding-bottom: 10px;
        text-align: center;
        margin: 0 auto;
    }
    .com-left h6 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .com-left p {
        font-size: 14px;
        letter-spacing: inherit;
    }
    .wrap-com-2 {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 30px;
    }
    .wp-com-page {
        margin-top: 30px;
    }
    .wp-com-page h6 {
        font-size: 18px;
    }
    .wp-com-page ul {
        padding: 15px;
    }
    .wp-com-page ul li {
        font-size: 14px;
    }
    .wrap-com-3 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .table-com-3 tr td:first-child {
        width: 100%;
        float: left;
        background: rgb(240, 6, 6, 0.7);
        text-align: left;
        color: #fff;
    }
    .table-com-3 td:last-child {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 0;
        font-size: 14px;
        line-height: 160%;
    }
    .wp-pd {
        padding-left: 10px;
        padding-right: 10px;
    }
    .table-com-3 tr {
        border-bottom: none
    }
    .table-child tr td:first-child {
        background: none !important;
        text-align: left;
        color: #000
    }
    .table-com-3 td {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    .td-no {
        display: none;
    }
    .table-child tr td:last-child {
        padding-left: 0;
    }
    .wrap-com-1 {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
        padding-top: 15px;
    }
    .m-t {
        margin-top: 80px !important;
    }
    .com-col12 h6 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .com-col12 p {
        font-size: 14px;
        line-height: 160%;
    }
}

@media screen and (max-width:480px) {
    .table-com-3 td span.sp-2 {
        width: 215px;
    }
    .wrap_top_slide .slide {
        margin: 30px 0 30px 0;
    }
    .banner-page {
        background: none;
        min-height: inherit;
    }
    .com-title {
        display: none;
    }
    .wrap-com-1 {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
        padding-top: 25px;
    }
    .com-tt p {
        font-size: 14px;
        padding-top: 10px;
    }
    .com-tt {
        margin-top: 0px;
        margin-bottom: 0;
    }
    .com-left {
        padding-left: 0;
        width: 100%;
    }
    .com-right {
        display: none;
    }
    .com-img {
        display: block;
        padding-bottom: 10px;
    }
    .com-left h6 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .com-left p {
        font-size: 14px;
        letter-spacing: inherit;
    }
    .wrap-com-2 {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 30px;
    }
    .wp-com-page {
        margin-top: 30px;
    }
    .wp-com-page h6 {
        font-size: 18px;
    }
    .wp-com-page ul {
        padding: 15px;
    }
    .wp-com-page ul li {
        font-size: 14px;
    }
    .wrap-com-3 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .table-com-3 tr td:first-child {
        width: 100%;
        float: left;
        background: rgb(240, 6, 6, 0.7);
        text-align: left;
        color: #fff;
    }
    .table-com-3 td:last-child {
        width: 100%;
        float: left;
        padding-left: 0px;
        padding-right: 0;
        font-size: 14px;
        line-height: 160%;
    }
    .wp-pd {
        padding-left: 0px;
        padding-right: 0px;
    }
    .table-com-3 tr {
        border-bottom: none
    }
    .table-child tr td:first-child {
        background: none !important;
        text-align: left;
        color: #000
    }
    .table-com-3 td {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
    }
    .td-no {
        display: none;
    }
    .table-child tr td:last-child {
        padding-left: 0;
    }
    .com-br {
        display: block;
    }
    .m-t {
        margin-top: 80px !important;
    }
}

.txt_r {
	text-align: right!important;
}

