@charset "UTF-8";

.main-box {
    padding: 0;
}

.main-box .container {
    max-width: none;
    margin-bottom: 0;
}

.pic {
    line-height: 0;
}

.con-box0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.con-box0 .title {
    font-family: "Khula", "微軟正黑體", Arial, sans-serif, "0xe804";
    font-size: 6.5vw;
    -webkit-text-stroke: 1px #D7000F;
    color: #FFF;
    line-height: 0.8;
    font-weight: 800;
    padding: 0 0 7% 0;
    position: relative;
}

.con-box0 .title:after {
    content: '';
    position: absolute;
    height: 17px;
    width: 30%;
    background: #D7000F;
    bottom: 8%;
    left: -12%;
}

.con-box0 .pic {
    width: 39%;
}

.con-box0 .txt {
    font-size: 18px;
    width: 61%;
    padding: 2% 0 0 60px;
}

.con-box0 .txt .con {
    line-height: 2;
    max-width: 900px;
    padding: 0 10px 0 0;
    margin: 0 0 5% 0;
}

.con-box1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.con-box1 .pic {
    width: 34%;
}

.con-box1 .txt {
    font-size: 18px;
    width: 66%;
    padding: 5% 0 0 60px;
}

.con-box1 .txt .con {
    line-height: 2;
    max-width: 900px;
    padding: 0 10px 0 0;
    margin: 0 0 5% 0;
}

.con-box1 h2 {
    font-weight: bold;
    color: #000;
    font-size: 32px;
    margin: 0 0 3% 0;
}

.con-box1 .txt .pic2 {
    line-height: 0;
}

.con-box2 {
    text-align: center;
    padding: 13.5% 10px;
    background: url(../images/in/about/bg.jpg) top center no-repeat;
}

.con-box2 h2 {
    font-weight: bold;
    color: #000;
    font-size: 32px;
    margin: 0 0 3% 0;
}

.con-box2 .con {
    max-width: 1030px;
    margin: 0 auto;
    line-height: 2;
}

.con-box3 {
    text-align: center;
    max-width: 800px;
    padding: 3% 10px 7%;
    margin: 0 auto;
}

.con-box3 h2 {
    font-weight: bold;
    color: #000;
    font-size: 32px;
    margin: 0 0 3% 0;
}

.con-box3 .txt {
    line-height: 2;
}

.con-box4 {
    padding: 19vw 0;
    max-height: 733px;
    position: relative;
    background: url(../images/in/about/02-5.jpg) center top no-repeat;
    background-size: contain;
}

.con-box4 .txt {
    font-size: 6.5vw;
    position: absolute;
    font-weight: bold;
    font-family: "Khula", "微軟正黑體", Arial, sans-serif, "0xe804";
    right: 4%;
}

.con-box4 .txt .tline {
    line-height: 0.9;
}

.con-box4:before {
    content: '';
    width: 45%;
    height: 640px;
    position: absolute;
    top: -8%;
    right: 10px;
    background: url(../images/in/about/02-1.png) no-repeat;
    background-size: contain;
}

.con-box4:after {
    content: '';
    width: 5%;
    height: 225px;
    position: absolute;
    bottom: -22%;
    right: calc(50% - 2.5%);
    background: url(../images/in/about/02-2.png) no-repeat;
    background-size: contain;
}

.con-box5 {
    position: relative;
    padding: 15% 10px 15%;
    text-align: center;
}

.con-box5 .txt {
    position: relative;
    z-index: 2;
}

.con-box5 .txt h2 {
    font-weight: bold;
    color: #000;
    font-size: 32px;
    margin: 0 0 3% 0;
}

.con-box5 .txt .con {
    max-width: 1030px;
    margin: 0 auto;
    line-height: 2;
}

.con-box5:before {
    content: '';
    width: 40%;
    height: 90%;
    position: absolute;
    top: 18%;
    left: 0px;
    z-index: 1;
    background: url(../images/in/about/02-3.png) left top no-repeat;
    background-size: contain;
}

.con-box5:after {
    content: '';
    width: 20%;
    height: 40%;
    position: absolute;
    bottom: 1%;
    right: 0;
    background: url(../images/in/about/02-4.png) right bottom no-repeat;
    background-size: contain;
}

.scroller {
    overflow: hidden;
    width: 100%;
    height: 400px;
}

.scroller img {
    height: 400px !important;
    display: block;
    max-width: inherit;
    max-height: inherit;
}

@media screen and (max-width: 1320px) {
    .main-box {
        padding: 0 10px;
    }
}

@media screen and (max-width: 800px) {

    .con-box5:before,
    .con-box5:after {
        opacity: 0.2;
    }
}

@media screen and (max-width: 650px) {
    .con-box0 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .con-box0 .title {
        font-size: 35px;
        line-height: 1;
        padding: 0 0 5% 0;
    }

    .con-box0 .title:after {
        height: 5px;
        width: 30%;
        bottom: 10%;
        left: -12%;
    }

    .con-box0 .pic {
        width: 100%;
    }

    .con-box0 .txt {
        font-size: 16px;
        width: 100%;
        padding: 10px;
    }

    .con-box0 .txt .con {
        line-height: 2;
        padding: 0 10px;
    }

    .con-box1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .con-box1 .pic {
        width: 100%;
    }

    .con-box1 .txt {
        font-size: 16px;
        width: 100%;
        padding: 10px;
    }

    .con-box1 .txt .pic2 {
        margin: 0 -10px;
    }

    .con-box1 .txt .con {
        line-height: 2;
        padding: 0 10px;
    }
}

.map-container {
    overflow: hidden;
}

.map-box {
    margin: 0;
    position: relative;
}

.map-box .select {
    position: absolute;
    top: 10px;
    right: 40px;
    z-index: 9;
}

.map-box .select select {
    border-color: #ccc;
    background: white;
    min-width: 140px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 25px 8px 20px;
    color: #999;
}

.map-box .map {
    position: relative;
}

.map-box .map li {
    display: none;
}

.map-box .map li .map-title {
    position: absolute;
    left: 50%;
    top: 0;
    color: #333;
    font-size: 36px;
    font-weight: bold;
    transform: translateX(-50%);
    margin: 0;
    display: block;
}

@media(min-width:769px) {
    .map-box .map li .map-title {
        font-size: 42px;
    }
}

.map-box .map .m1,
.map-box .map .m2,
.map-box .map .m3,
.map-box .map .m4,
.map-box .map .m5 {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
}

.map-box .map1,
.map-box .map2,
.map-box .map3,
.map-box .map4,
.map-box .map5 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
}

@media (min-width:769px) {

    .map-box .map1,
    .map-box .map2,
    .map-box .map3,
    .map-box .map4,
    .map-box .map5 {
        max-width: 500px;
        margin: 50px auto 70px 0;
    }
}

@media (min-width:820px) {

    .map-box .map1,
    .map-box .map2,
    .map-box .map3,
    .map-box .map4,
    .map-box .map5 {
        max-width: 620px;
        margin: 60px auto 60px -120px;
    }
}

@media (min-width:900px) {

    .map-box .map1,
    .map-box .map2,
    .map-box .map3,
    .map-box .map4,
    .map-box .map5 {
        max-width: 650px;
        margin: 60px auto 60px -30px;
    }
}

@media (min-width:1024px) {

    .map-box .map1,
    .map-box .map2,
    .map-box .map3,
    .map-box .map4,
    .map-box .map5 {
        max-width: 700px;
        margin: 60px auto 0 20px;
    }
}

@media (min-width:1180px) {

    .map-box .map1,
    .map-box .map2,
    .map-box .map3,
    .map-box .map4,
    .map-box .map5 {
        max-width: 780px;
        margin: 60px auto 0 20px;
    }
}

@media (min-width:1200px) {

    .map-box .map1,
    .map-box .map2,
    .map-box .map3,
    .map-box .map4,
    .map-box .map5 {
        max-width: 850px;
        margin: 50px auto 0 30px;
    }
}

@media (min-width:1400px) {

    .map-box .map1,
    .map-box .map2,
    .map-box .map3,
    .map-box .map4,
    .map-box .map5 {
        max-width: 950px;
        margin: 0 auto 0 150px;
    }
}

@media (min-width:1680px) {

    .map-box .map1,
    .map-box .map2,
    .map-box .map3,
    .map-box .map4,
    .map-box .map5 {
        max-width: 1320px;
        margin: 0 auto;
    }
}

.map-box .map li .country-list {
    position: relative;
    top: auto;
    right: auto;
    z-index: 9;
    width: 100%;
    padding: 0 20px;
    background-color: white;
}

@media (min-width:769px) {
    .map-box .map li .country-list {
        position: absolute;
        top: 50px;
        right: 40px;
        z-index: 9;
        width: 220px;
        padding: 0;
        background-color: transparent;
    }
}

@media (min-width:820px) {
    .map-box .map li .country-list {
        width: 250px;
    }
}

@media (min-width:1024px) {
    .map-box .map li .country-list {
        width: 270px;
    }
}

@media (min-width:1200px) {
    .map-box .map li .country-list {
        width: 300px;
        top: 100px;
    }
}

.map-box .map li .country-list .map-location {
    font-size: 25px;
    border-bottom: 1px solid #ddd;
    display: block;
    width: 100%;
}

@media(min-width:992px) {
    .map-box .map li .country-list .map-location {
        font-size: 36px;
    }
}

.map-box .map li .country-list div {
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    align-items: center;
    vertical-align: middle;
    width: 49%;
}

@media(min-width:1200px) {
    .map-box .map li .country-list div {
        display: inline-flex;
        width: 49%;
    }
}

.map-box .map li .country-list div .flag {
    width: 40px;
    height: auto;
    margin-right: 10px;
    border: 1px solid #ddd;
}

.map-box .map li .country-list div .country {
    font-size: 1rem;
}

@media(min-width:769px) {
    .map-box .map li .country-list div .flag {
        width: 22px;
        margin-right: 5px;
    }

    .map-box .map li .country-list div .country {
        font-size: 0.75rem;
    }
}

@media(min-width:992px) {
    .map-box .map li .country-list div .flag {
        width: 35px;
    }

    .map-box .map li .country-list div .country {
        font-size: 0.9rem;
    }
}

@media(min-width:1200px) {
    .map-box .map li .country-list div .flag {
        width: 40px;
    }
}

.map-box .map .active {
    display: block;
    background: url(../images/in/about/map-all.jpg) center no-repeat;
    background-size: 100% auto;
}

/*
.map-box .map li .point {
    position: absolute;
    display: block;
}
.map-box .map li .point .btn {
    opacity: 0;
    overflow: hidden;
    cursor: pointer;
    font-size: 20px;
    letter-spacing: 2px;
    word-break: keep-all;
    white-space: pre;
}
.map-box .map li .point.show .map-info {
    opacity: 1;
    z-index: 5;
}
.map-box .map li .map-info {
    position: absolute;
    opacity: 0;
    z-index: -1;
    margin: 10px 0 0 0;
    padding: 10px;
    background: #FFF;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.map-box .map li .map-info .title {
    font-weight: bold;
    white-space: pre;
}
.map-box .map li .map-info .mail {
    position: relative;
    padding: 0 0 0 25px;
    white-space: pre;
}
.map-box .map li .map-info .mail a {
    color: #000;
}
.map-box .map li .map-info .mail:before {
    content: '\e811';
    position: absolute;
    left: 0;
    top: 0;
    color: #E50012;
}
.map-box .map .m1 .pp {
    top: 285px;
    right: 30px;
}
.map-box .map .m1 .tl {
    top: 270px;
    right: 305px;
}
.map-box .map .m1 .ml {
    top: 350px;
    right: 290px;
}
.map-box .map .m1 .sp {
    top: 390px;
    right: 135px;
}
.map-box .map .m1 .sl {
    top: 340px;
    right: 450px;
}
.map-box .map .m2:before {
    background: url(../images/in/about/m2.jpg) center no-repeat;
}
.map-box .map .m2 .uk {
    top: 393px;
    right: 400px;
}
.map-box .map .m2 .sw {
    top: 442px;
    right: 320px;
}
.map-box .map .m2 .pt {
    top: 515px;
    right: 460px;
}
.map-box .map .m2 .sv {
    top: 467px;
    right: 270px;
}
.map-box .map .m2 .hu {
    top: 415px;
    right: 165px;
}
.map-box .map .m2 .bg {
    top: 460px;
    right: 115px;
}
.map-box .map .m3:before {
    background: url(../images/in/about/m3.jpg) center no-repeat;
}
.map-box .map .m3 .mx {
    top: 320px;
    right: 525px;
}
.map-box .map .m3 .br {
    top: 560px;
    right: 50px;
}
.map-box .map .m4:before {
    background: url(../images/in/about/m4.jpg) center no-repeat;
}
.map-box .map .m4 .tr {
    top: 350px;
    right: 320px;
}
.map-box .map .m4 .tu {
    top: 390px;
    right: 480px;
}
.map-box .map .m4 .lb {
    top: 407px;
    right: 290px;
}
.map-box .map .m4 .jd {
    top: 420px;
    right: 190px;
}
.map-box .map .m4 .eg {
    top: 458px;
    right: 305px;
}
.map-box .map .m4 .sa {
    top: 485px;
    right: 230px;
}
.map-box .map .m4 .qa {
    top: 445px;
    right: 80px;
}
.map-box .map .m4 .ku {
    top: 423px;
    right: 95px;
}
.map-box .map .m4 .em {
    top: 485px;
    right: 25px;
}
*/
@media screen and (max-width: 700px) {
    .form-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form-box .list-box {
        width: 100%;
        margin-bottom: 10px;
    }

    .map-box {
        margin: 0 -10px 50px;
        position: relative;
    }

    .map-box .select {
        position: relative;
        top: auto;
        right: auto;
        max-width: 200px;
        margin: 10px auto;
    }

    .map-box .map {
        z-index: -1;
    }

    .map-box .map li {
        display: none;
    }

    .map-box .map li .map-title {
        position: absolute;
        left: 50%;
        top: 15px;
        color: #333;
        font-size: 22px;
        font-weight: bold;
        transform: translateX(-50%);
        margin: 0;
    }

    .map-box .map li:before {
        position: relative;
        height: 200px;
        margin: 0 0 20px 0;
    }

    .map-box .map li .location {
        max-width: 450px;
        height: auto;
        margin: 0 auto;
        position: relative;
    }

    .map-box .map li .point {
        position: relative;
        right: 0 !important;
        top: 0 !important;
        border-bottom: 1px solid #e8e8e8;
        margin: 0 0 10px 0;
    }

    .map-box .map li .point .btn {
        opacity: 1;
        cursor: auto;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0px;
        background: #FFF;
        padding: 0 10px 5px;
    }

    .map-box .map li .point.show .map-info {
        opacity: 1;
        z-index: 5;
    }

    .map-box .map li .map-info {
        position: relative;
        opacity: 1;
        z-index: 5;
        margin: 0px 0 0 0;
        padding: 0px 10px 15px;
        background: #FFF;
        box-shadow: none;
    }

    .map-box .map li .map-info .title {
        white-space: normal;
    }

    .map-box .map .m1:before {
        background: url(../images/in/about/m1.jpg) center -90px no-repeat;
        background-size: 265%;
    }

    .map-box .map .m2:before {
        background: url(../images/in/about/m2.jpg) center no-repeat;
        background-size: 265%;
    }

    .map-box .map .m3:before {
        background: url(../images/in/about/m3.jpg) center no-repeat;
        background-size: 265%;
    }

    .map-box .map .m4:before {
        background: url(../images/in/about/m4.jpg) center no-repeat;
        background-size: 265%;
    }

    .map-box .map .active {
        display: block;
    }
}