/** home **/

main .kv .kv_text {
    display: flex;
    position: absolute;
    bottom: 70px;
    width: 100%;
    color: #fff;
    flex-direction: column;
    text-align: center;
    font-size: 27px;
}
main .kv .kv_2 {
    position: absolute;
    bottom: 0;
    overflow: hidden;
}
main .nav {
    display: flex;
    justify-content: center;
    padding-top: 60px;
}
main .nav .nav-item {
    padding: 20px;
    border-right: 4px solid rgba(230,230,230,1);
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}
main .nav .nav-item:last-child {
	border-right: 0;
}
main .nav .nav-item .nav-title {
	font-size: 19px;
	font-style: italic;
}
main .nav .nav-item .nav-link {
    font-size: 15px;
    width: 100px;
    height: 40px;
    color: rgba(255, 255, 255, 1);
    font-family: Century Gothic;
    box-shadow: 5px 5px 0px 0px rgba(200,200,200,1);
    margin-top: 10px;
    background: rgba(1, 177, 250, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}
main .nav .nav-item .nav-link:hover {
	color: rgba(1, 177, 250, 1);
	background: rgba(1, 177, 250, .2);
}
main .aboutus {
    position: relative;
    padding: 150px 0;
    overflow: hidden;
}
main .aboutus img {
	width: 100%;
    transform: scale(1.3);
}
.tw .aboutus img {
    height: 650px;
}
.jp .aboutus .img {
    height: 750px;
}
.jp .aboutus img {
    height: 100%;
}
main .aboutus .content {
	color: #fff;
    text-align: left;
    width: 70%;
    max-width: 1100px;
    font-size: 19px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
main .aboutus .content > .title {
	font-size: 29px;
	font-weight: bold;
    margin-bottom: 20px;
}
main .aboutus .content > .part {
    margin-bottom: 20px;
}
main .aboutus .content > .lastpart {
	width: 460px;
	margin: 0 auto;
	border: 1px solid #fff;
	padding: 20px;
	margin: 20px;

}
main .aboutus .content > .lastpart > .title {
    text-align: center;
	font-size: 23px;
	font-style: italic;
    margin-bottom: 20px;
}
main .aboutus .content > .lastpart > .part {

}
main .aboutus .content > .lastpart > .part p {
    margin: 3px;
    text-align: left;
}
main .product_img {
	/*margin: 20px 0 50px;*/
    margin-top: -93px;
}
main .product_img img {
    width: 100%;
}
main .address_contact {
    margin-top: -9px;
	padding: 80px 60px 40px;
	color: #fff;
	background-size: 15px auto;
    background-repeat: repeat;
    background-image: url(../../assets/images/bg_block.jpg);
}
main .address_contact .a_c-title {
	font-size: 29px;
	text-align: center;
	margin-bottom: 40px;
}
main .address_contact .a_c-content {
	font-size: 19px;
}
main .address_contact .a_c-map {

}
main .address_contact .a_c-content,
main .address_contact .a_c-map {
	display: flex;
	justify-content: center;
    text-align: center;
}
main .address_contact .a_c-content .a_c-c-1 {
	padding-right: 20px;
}
main .address_contact .a_c-content .a_c-c-1,
main .address_contact .a_c-content .a_c-c-2 {
	padding-top: 20px;
	padding-bottom: 20px;
}
main .address_contact .a_c-content .a_c-c-1,
main .address_contact .a_c-map .a_c-m-1 {
	padding-right: 20px;
	border-right: 1px solid rgba(255,255,255,0.4);
	padding-bottom: 20px;
}
main .address_contact .a_c-content .a_c-c-2,
main .address_contact .a_c-map .a_c-m-2 {
	padding-left: 20px;
}
main .address_contact .a_c-content .a_c-c-1,
main .address_contact .a_c-content .a_c-c-2,
main .address_contact .a_c-map .a_c-m-1,
main .address_contact .a_c-map .a_c-m-2 {
	width: 50%;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}

@media (min-width: 1200px){}
@media only screen and (max-width: 1100px){}
@media only screen and (max-width: 768px){
    main .kv .kv_text {
        bottom: 50px;
        position: relative;
    }
    main .kv .kv_text > div {
        font-size: 12px;
        line-height: 12px;
    }
    main .nav {
        flex-direction: column;
        padding-top: 0;
        padding-bottom: 40px;
    }
    main .nav .nav-item {
        padding: 0;
        padding-bottom: 30px;
    }
    main .nav .nav-item img {
        max-width: 80px;
    }
    main .nav .nav-item .nav-title {
        font-size: 15px;
    }
    main .nav .nav-item .nav-link {
        width: 85px;
        height: 25px;
        font-size: 13px;
    }
    main .aboutus {
        padding: 0;
    }
    main .aboutus .img,
    .jp main .aboutus .img {
        height: 1500px;
    }
    .tw main .aboutus .img {
        height: 1600px;
    }
    main .aboutus .img img {
        width: initial;
        height: 100%;
    }
    main .aboutus .content {
        font-size: 17px;
        width: 80%;
    }
    main .aboutus .content > .lastpart {
        width: 80vw;
    }
    main .product_img {
        margin-bottom: 20px;
    }
    main .address_contact {
        padding: 40px 20px;
    }
    main .address_contact .a_c-content,
    main .address_contact .a_c-map {
        flex-direction: column;
    }
    main .address_contact .a_c-content .a_c-c-1,
    main .address_contact .a_c-map .a_c-m-1 {
        border: 0;
    }
    main .address_contact .a_c-content .a_c-c-1,
    main .address_contact .a_c-content .a_c-c-2,
    main .address_contact .a_c-map .a_c-m-1,
    main .address_contact .a_c-map .a_c-m-2 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        font-size: 15px;
    }
}
@media only screen and (max-width: 670px) and (min-width: 200px){}
@media only screen and (max-width: 414px){}
@media only screen and (max-width: 375px){}
@media only screen and (max-width: 320px){}
@media only screen and (max-width: 1024px) and (max-height: 768px){ /** ipad mini 橫 **/ }
@media only screen and (max-width: 768px) and (max-height: 1024px){ /** ipad mini 直 **/ }
@media only screen and (max-width: 435px) and (max-height: 773px){ /** Nexus 6P **/
@media only screen and (max-width: 414px) and (max-height: 736px){ /** i6+ **/
    main .aboutus .img {
        height: 1200px;
    }
    .en main .aboutus .img {
        height: 1100px;
    }
    .jp main .aboutus .img {
        height: 1300px;
    }
    main .product_img {
        margin: 0;
    }
}
@media only screen and (max-width: 411px) and (max-height: 731px){ /** Nexus 5X **/ }
@media only screen and (max-width: 375px) and (max-height: 667px){ /** i6 **/
    main .aboutus .img {
        height: 1350px;
    }
    .en main .aboutus .img {
        height: 1200px;
    }
    .jp main .aboutus .img {
        height: 1400px;
    }
}
@media only screen and (max-width: 360px) and (max-height: 640px){ /** Galaxy S5 **/ }
@media only screen and (max-width: 320px) and (max-height: 568px){ /** i5 **/
    main .aboutus .img,
    .jp main .aboutus .img {
        height: 1550px;
    }
    .en main .aboutus .img {
        height: 1300px;
    }
}