.wrapper {
    width: 100%;
    overflow: hidden;
    margin-top: 90px;
}

.menu ul li:nth-child(3) a {
    text-decoration: underline #3562a0;
}

.container {
    width: 100%;
    font-size: 0;
    text-align: center;
}

.Menutwo {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 70px;
    left: 0%;
    background-color: #000;
    opacity: 0.8;
    z-index: 99;
}

.Menutwo.action {
    display: block;
}

.Menutwo ul {
    width: 100%;
    text-align: center;
}

.Menutwo ul li {
    width: 100%;
    padding: 6% 0%;
}

.Menutwo ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 25px;
}

.Menutwo .line,
.Menutwo .link {
    display: inline-block;
    vertical-align: middle;
}

.Menutwo .line {
    width: 8px;
    height: 50px;
    background-color: #ffffff;
    margin: 0% 1%;
}

.banner {
    width: 100%;
    padding: 0% 0% 3% 0%;
}

.swiper-slide {
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
}

.swiper-container {
    width: 100%;
    max-width: 87%;
    margin: 0 auto;
}

.swiper {
    width: 100%;
    max-width: 56%;
    margin: 0 auto;
    position: relative;
}

.swiper .swiper-wrapper {
    width: 100%;
}

.swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.swiper-pagination {
    width: 100%;
    bottom: -6%;
    left: 50%;
    transform: translate(-50%) !important;
}

.swiper-pagination .swiper-pagination-bullet {
    border-radius: unset;
    width: 45px;
    height: 7px;
    margin: 0% 1%;
    outline: none;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #3562a0 !important;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
    outline: none;
}

.swiper-pagination:focus {
    outline: none;
}

.title {
    text-align: center;
    font-size: 30px;
    padding: 3% 0% 1% 0%;
    color: #000000;
    font-weight: bold;
}

.title span {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #595757;
}

.news {
    width: 100%;
    position: relative;
}

.news img {
    width: 100%;
}

.news .cardarea {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.cardarea .card:nth-child(1) {
    margin-left: 0%;
}

.cardarea .card:nth-child(3) {
    margin-right: 0%;
}

.card {
    display: inline-block;
    width: 13%;
    margin: 0% 3%;
    background-color: transparent;
    text-align: center;
}

.card .title {
    font-size: 20px;
    font-weight: bold;
    color: #595757;
    padding-top: 0%;
}

.card a {
    text-decoration: none;
}

.card .imgcard {
    width: 100%;
    height: 220px;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 2.62%;
    position: relative;
}

.card .imgcard img {
    width: 100%;
    height: 100%;
}

.card .imgcard .black {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: #000000;
    opacity: 0;
    transition: .5s ease-in-out;
}

.card .imgcard:hover .black {
    opacity: .5;
}

.textcard {
    width: 100%;
    font-size: 16px;
    text-align: end;
    background-color: #727171;
    color: #ffffff;
}

.textcard .text {
    padding: 1.6% 4%;
    line-height: 200%;
    letter-spacing: 3px;
}

.textcard .text p {
    font-size: 18px;
}

.sticker {
    width: 100%;
    max-width: 1255px;
    margin: 0 auto;
    padding: 3% 0%;
}

.photoarea {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
}

.photo {
    width: 100%;
    max-width: 157px;
    margin: 0 auto;
    padding-bottom: 8%;
}

.photo img {
    width: 100%;
}

.photoarea .phototext {
    width: 100%;
    font-size: 25px;
    text-align: start;
}

.phototext span {
    color: #595757;
}

.phototext .baseline {
    display: inline-block;
    width: 5px;
    height: 18px;
    background-color: #3562a0;
    margin-right: 4%;
}

.phototext .share {
    width: 100%;
    text-align: start;
    padding-top: 3%;
}

.shareimg,
.youtubeimg,
.lineimg,
.facebookimg,
.instagramimg {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3%;
    vertical-align: middle;
}

.shareimg img,
.youtubeimg img,
.lineimg img,
.facebookimg img,
.instagramimg img {
    width: auto;
    height: 100%;
}

.phototext .share .follow {
    display: inline-block;
    background-color: #3562a0;
    color: #ffffff;
    font-size: 14px;
    padding: 0.5% 3%;
    border-radius: 5px;
    vertical-align: middle;
    margin-left: 11.7%;
    cursor: pointer;
}

.content {
    width: 100%;
    max-width: 1255px;
    margin: 0 auto;
    position: relative;
    display: flex;
    top: 0px;
    z-index: 2;
}

.tab-label-content p {
    cursor: pointer;
    color: #000000;
    background-color: #ffffff;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    height: 56px;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    width: 100%;
    font-size: 18px;
}

.tab-label-content p.onclick {
    color: #3562a0;
}

.tab-label-content p.ch {
    letter-spacing: 3px;
}

.tab-label-content p.en {
    font-size: 15px;
}

.slide {
    background: #3562a0;
    width: calc(100% / 2);
    height: 4px;
    position: absolute;
    left: 0;
    top: 46%;
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
}

.slide_bg {
    background: #C0C0C0;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 47.3%;
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
}

.tab-label-content {
    width: 100%;
}

.content a {
    text-decoration: none;
    width: 100%;
}

.content2 {
    width: 100%;
    max-width: 843px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

.tab-content {
    width: 100%;
    line-height: 130%;
    padding-top: 3%;
    font-size: 18px;
    display: none;
}

.tab-content .title {
    color: #3562a0;
    font-size: 20px;
    text-align: start;
    padding-bottom: 5%;
}

.tab-content .imgarea {
    width: 100%;
    font-size: 0;
}

.tab-content .imgarea img {
    width: 100%;
}

.tab-content .text {
    font-size: 18px;
    letter-spacing: 2.4px;
    text-align: justify;
    line-height: 200%;
    padding: 4% 0% 5.4% 0%;
}

.underline {
    width: 100%;
    max-width: 1255px;
    margin: 0 auto;
    height: 1px;
    background-color: #C0C0C0;
    margin-bottom: 2%;
}

.tab2 {
    padding-top: 0;
}

.tab2 .title .basline {
    display: inline-block;
    width: 7px;
    height: 20px;
    background-color: #3562a0;
    margin-right: 1%;
}

.tab2 .title {
    padding-bottom: 2%;
}

.tab2 .title span {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    vertical-align: top;
}

.tab2 .text {
    font-size: 18px;
    text-align: start;
    padding: 0;
}

.tab2 .text .left,
.tab2 .text .right {
    display: inline-block;
}

.tab2 .text .left {
    color: #000;
    font-weight: bold;
}

.tab2 .text .right {
    color: #221815;
    padding-left: 1%;
}

.banner .title {
    width: 100%;
    max-width: 931px;
    margin: 0 auto;
    text-align: start;
    vertical-align: top;
    position: relative;
}

.banner .title p {
    font-size: 25px;
}

.banner .littletext span {
    font-size: 18px;
    color: #3562a0;
    letter-spacing: 2px;
    vertical-align: middle;
}

.banner .littletext .baseline {
    display: inline-block;
    width: 4px;
    height: 16px;
    background-color: #3562a0;
    margin-right: 1%;
    vertical-align: middle;
    margin-top: -2px;
}

.banner .title .like {
    display: inline-block;
    width: 24px;
    font-size: 0;
    position: absolute;
    right: 0%;
    bottom: 19%;
    cursor: pointer;
}

.banner .title .like img {
    width: 100%;
}

.banner .title .like .text {
    width: 100%;
    font-size: 12px;
    color: #3562a0;
    padding-top: 12%;
}

.breadcrumb {
    width: 100%;
    border-top: 1px solid #DCDDDD;
    border-bottom: 1px solid #DCDDDD;
    padding: 0.6% 0%;
    text-align: start;
    z-index: 2;
    background-color: #ffffff;
}

.breadcrumb .bread {
    width: 100%;
    max-width: 58.1%;
    margin: 0 auto;
}

.breadcrumb .bread .home {
    width: 16px;
    display: inline-block;
}

.breadcrumb .bread .home img {
    width: 100%;
}

.breadcrumb .bread span {
    font-size: 14px;
}

.breadcrumb .bread span::before {
    content: ' > ';
    font-size: 14px;
    margin: 0% 0.5%;
}

.breadcrumb a {
    text-decoration: none;
    color: #727171;
}

.breadcrumb a:hover {
    color: #3562a0;
}

.apear {
    display: block;
}

@media screen and (max-width:1560px) {
    .title {
        font-size: 28px;
    }
    .title span {
        font-size: 30px;
    }
    .card .title {
        font-size: 25px;
    }
    .textcard .text p {
        font-size: 20px;
    }
    .Menutwo ul li a {
        font-size: 20px;
    }
    .banner .title {
        max-width: 738px;
    }
}

@media screen and (max-width:1366px) {
    .wrapper {
        margin-top: 70px;
    }
    .service .text {
        max-width: 51%;
    }
    .submit input[type="button"] {
        font-size: 14px;
    }
    .Dataarea .name {
        font-size: 14px;
    }
    .listarea .list {
        width: 58%;
        font-size: 14px;
    }
    .textcard .text p {
        font-size: 14px;
    }
    .title {
        font-size: 25px;
    }
    .title span {
        font-size: 20px;
    }
    .card .title {
        font-size: 18px;
    }
    .card .imgcard {
        height: 160px;
    }
    .picture {
        max-width: 110px;
        height: 110px;
    }
    .Menutwo ul li a {
        font-size: 18px;
    }
    .tab-label-content p {
        font-size: 14px;
    }
    .tab-label-content p.en {
        font-size: 14px;
    }
    .content {
        max-width: 899px;
    }
    .underline {
        max-width: 899px;
    }
    .content2 {
        max-width: 670px;
    }
    .tab-content .text {
        font-size: 14px;
    }
    .tab2 .title span {
        font-size: 20px;
    }
    .tab2 .title .basline {
        width: 5px;
        height: 16px;
    }
    .banner .title {
        max-width: 660px;
    }
    .banner .title .like {
        width: 24px;
        bottom: 16%;
    }
    .banner .title p {
        font-size: 22px;
    }
    .banner .littletext span {
        font-size: 14px;
    }
    .banner .littletext .baseline {
        width: 4px;
        height: 12px;
        margin-top: 2px;
    }
    .banner .title .like .text {
        font-size: 12px;
    }
}

@media screen and (max-width:1280px) {
    .card .imgcard {
        height: 150px;
    }
    .picture {
        max-width: 100px;
        height: 100px;
    }
    .tab-content .title {
        font-size: 18px;
    }
    .tab2 .title span {
        font-size: 18px;
    }
    .tab2 .title .basline {
        width: 5px;
        height: 14px;
    }
    .banner .title {
        max-width: 618px;
    }
}

@media screen and (max-width:1024px) {
    .Menutwo {
        display: none;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 70px;
        left: 0%;
        background-color: #000;
        opacity: 0.8;
        z-index: 99;
    }
    .Menutwo ul li a {
        font-size: 18px;
    }
    .Menutwo .line {
        width: 4px;
        height: 18px;
    }
    .banner .title {
        max-width: 501px;
    }
}