@charset "utf-8";

/* CSS Document */

body {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Noto Serif", serif, sans-serif;
    font-weight: 400;
    font-size: 15px;
    display: block;
    margin: 0 auto;
    padding: 0;
    clear: both;
    position: relative;
}

.lan_wrapper {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Noto Serif", serif, sans-serif;
    width: 100%;
    max-width: 1280px;
    display: block;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    color: #fff;
    background-color: #731515;
}

section {
    margin: 0 auto;
    width: 100%;
    clear: both;
    position: relative;
    display: block;
}

* {
    box-sizing: border-box;
}

.lan_wrapper sub,
.lan_wrapper sup {
    font-size: 65%;
    line-height: 0 !important;
    position: relative;
    vertical-align: baseline;
    font-weight: 300;
}

.lan_wrapper img {
    max-width: 100%;
}

.lan_wrapper ul {
    margin: 0;
    padding: 0;
}

.lan_wrapper ul li {
    list-style-type: disc;
    list-style-position: inside;
    line-height: 1.6;
    letter-spacing: 0.7;
}

.mb {
    display: none !important;
}

@media (max-width: 800px) {
    .pc {
        display: none !important;
    }

    .mb {
        display: block !important;
    }
}

.btn {
    margin: 0 3px;
    color: #fff !important;
    background: #000;
    background-size: cover;
    outline: 0;
    transition: all 0.5s ease;
    font-weight: 400;
    padding: 12px 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #000;
    box-shadow: 0 0 10px #fff;
    width: 175px;
    letter-spacing: 0.1rem;
}

.btn:hover,
.btn:focus,
.btn:active {
    border: 1px solid #000;
    color: #000 !important;
    background: #fff;
}

.adjust,
.adjust2 {
    position: absolute;
    display: block;
    z-index: 1;
    width: 100px;
    top: -135px;
}


@media screen and (max-width: 1024px) {
    .btn {
        padding: 9.6px 12px;
        font-size: 14.5px;
        width: 140px;
    }
}

@media screen and (max-width: 800px) {
    .btn {
        font-size: 4vw;
        width: 33vw;
    }
}

@media screen and (max-width: 500px) {
    .adjust {
        position: absolute;
        display: block;
        z-index: 1;
        width: 100px;
        top: -130px;
    }

    .adjust2 {
        position: absolute;
        display: block;
        z-index: 1;
        width: 100px;
        top: 140px;
    }

}

.lan_wrapper h1,
.lan_wrapper h2,
.lan_wrapper h3,
.lan_wrapper h4,
.lan_wrapper h5,
.lan_wrapper h6,
.lan_wrapper p {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Noto Serif", serif, sans-serif;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    text-decoration: none;
    letter-spacing: 0.08em;
    font-weight: 400;
}

.lan_wrapper h2 {
    font-size: 48px;
    /*區塊 title*/
    font-weight: 600;
}

.lan_wrapper h3 {
    font-size: 36px;
    line-height: 1.3;
    /*區塊 subtitle*/
}

.lan_wrapper h4 {
    font-size: 30px;
}

.lan_wrapper h5 {
    font-size: 26px;
}

.lan_wrapper h6 {
    font-size: 24px;
}

.lan_wrapper h2 .larger,
.lan_wrapper h3 .larger,
.lan_wrapper h4 .larger,
.lan_wrapper h5 .larger,
.lan_wrapper h6 .larger {
    font-size: 120%;
    color: inherit;
}

.lan_wrapper h2 small,
.lan_wrapper h3 small,
.lan_wrapper h4 small,
.lan_wrapper h5 small,
.lan_wrapper h6 small,
.lan_wrapper h2 .smaller,
.lan_wrapper h3 .smaller,
.lan_wrapper h4 .smaller,
.lan_wrapper h5 .smaller,
.lan_wrapper h6 .smaller {
    font-size: 90%;
    color: inherit;
}

.lan_wrapper p {
    font-size: 18px;
    /*段落內文*/
    line-height: 1.6;
    letter-spacing: 0.7;
    text-align: justify;
    text-justify: inter-ideograph;
}

.lan_wrapper p.small {
    font-size: 90%;
    /*段落內文-小字*/
}

.note {
    font-size: 12px;
    /*保護文字*/
    line-height: 1.6;
    text-align: center;
    position: absolute;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 30px;
}

.lan_wrapper .bg-img {
    width: 100%;
}

@media screen and (max-width: 1280px) {
    .lan_wrapper h2 {
        font-size: 3.75vw;
        /*區塊 title*/
    }

    .lan_wrapper h3 {
        font-size: 2.82vw;
        /*區塊 subtitle*/
    }

    .lan_wrapper h4 {
        font-size: 2.35vw;
    }

    .lan_wrapper h5 {
        font-size: 2.03vw;
    }

    .lan_wrapper h6 {
        font-size: 1.88vw;
    }

    .lan_wrapper p {
        font-size: 1.41vw;
        /*段落內文*/
    }

    .note {
        font-size: 0.9vw;
    }

}


@media screen and (max-width: 800px) {
    .lan_wrapper h2 {
        font-size: 7.2vw;
        letter-spacing: 0.12em;
    }

    .lan_wrapper h3 {
        font-size: 5.5vw;
    }

    .lan_wrapper h4 {
        font-size: 5vw;
    }

    .lan_wrapper h5 {
        font-size: 4.6vw;
    }

    .lan_wrapper h6 {
        font-size: 3.6vw;
    }

    .lan_wrapper p {
        font-size: 3.5vw;
    }

    .note {
        font-size: 2.8vw;
        text-align: center;
        padding-bottom: 3vw;
    }
}

@media screen and (max-width: 500px) {
    .note {
        font-size: 9px;
    }
}

@media screen and (max-width: 375px) {
    .note {
        font-size: 8px;
    }
}

.shine-text {
    background: -webkit-linear-gradient(left, #bae4fb 0%, #fff 24%, #bae4fb 36%, #fff 46%, #bae4fb 52%, #fff 58%, #fff 67%, #bae4fb 100%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background-size: 300%;
    -webkit-animation: shineText 10s infinite;
    animation: shineText 10s infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@-webkit-keyframes shineText {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

@keyframes shineText {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

.shine-btn {
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.shine-btn:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    width: 50px;
    height: 100%;
    left: 0;
    top: 0;
    filter: blur(10px);
    transform: translateX(-100px) skewX(-15deg);
    animation: btn-shine 5s ease 1s infinite;
}

@keyframes btn-shine {
    0% {
        transform: translateX(-150%) skewX(-15deg);
        opacity: 1;
    }

    80% {
        transform: translateX(450%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        transform: translateX(450%) skewX(-15deg);
        opacity: 0;
    }
}

.lan_wrapper .white {
    color: #fff;
}

.lan_wrapper .black {
    color: #000;
}

.lan_wrapper .skin {
    color: #ffdad1;
}

.lan_wrapper .color-121 {
    color: #9b0812;
}

.lan_wrapper .color-912 {
    color: #670e14;
}

.lan_wrapper .bold {
    font-weight: 600;
}

.lan_wrapper .normal {
    font-weight: 400 !important;
}

.lan_wrapper .skew {
    font-weight: 600;
    transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
}

.text-shadow-R {
    text-shadow: 0 0 10px rgba(100, 4, 11, .16);
}

.text-shadow-R2 {
    text-shadow: 10px 0 10px rgba(100, 4, 11, .8);
}

/******************區域共同********************/
.section-title {
    text-align: center;
    padding: 50px 0 8px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .section-title {
        padding: 40px 0 8px;
    }

}

@media (max-width: 800px) {
    .section-title {
        padding: 10vw 0 8px;
    }

}

.lan_wrapper .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}


.lan_wrapper .content .section_title {
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-top: 75px;
    width: 40%;
}

.lan_wrapper .btn-wrap {
    margin-top: 30px;
}

@media (max-width: 1024px) {
    .lan_wrapper .content .section_title {
        margin-top: 60px;
    }

}

@media (max-width: 800px) {
    .lan_wrapper .content .section_title {
        width: 100%;
        margin-top: 8vw;
    }

}

/*******************錨點選單********************/

.btn-m {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    margin: 0 1.5vw;
    padding: 20px 0;
    display: inline-block;
}

.btn-m a:hover {
    opacity: .8;
}

@media (max-width: 800px) {
    .btn-m {
        width: auto;
        padding: 0 2vw;
        font-size: 4vw;
        padding: 0;
        display: inline-block;
    }
}

/*******************sec_01********************/

.sec_01 .front {
    position: absolute;
    top: 0;
    left: 0;
}

.sec_01 .front img {
    display: block;
    width: 100%;
}

.sec_01 .section_title {
    position: absolute;
    display: block;
    left: 0;
    top: 25%;
    width: 50%;
    text-align: center;
}

.sec_01 .section_title h3,
.sec_01 .section_title h5 {
    display: inline;
    vertical-align: middle;
}

.sec_01 .section_title h3 {
    letter-spacing: 0.03em;
}

.sec_01 .section_title h5 {
    border: 1px solid #fff;
    letter-spacing: 0.1em;
    padding: 0.02em 0.4em 0.1em;
    margin-left: 0.05em;
    margin-top: -0.7em;
}

.sec_01 .section_title .en {
    margin-bottom: 0;
    width: 71%;
}

.sec_01 img,
.sec_01 a {
    display: block;
    margin: 0 auto;
}

.sec_01 a {
    margin-top: 20px;
}


@media (max-width: 800px) {
    .sec_01 .section_title {
        right: -37.5vw;
        top: inherit;
        bottom: 30vw;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .sec_01 .section_title img,
    .sec_01 .section_title h3,
    .sec_01 .section_title h5 {
        transform: scale(0.85);
    }

    .sec_01 .section_title h2 {
        letter-spacing: 0.06em;
        font-weight: 600;
        margin-bottom: -1vw;
    }

    .sec_01 .section_title h5 {
        letter-spacing: 0.1vw;
    }

    .sec_01 .section_title h5 {
        padding: 0 1.5vw 0.4vw;
        border-width: 0.2vw;
    }

    .sec_01 a {
        position: absolute;
        left: 0;
        right: 37vw;
        margin: 0 auto;
        bottom: -21vw;
    }
}

/*******************sec_02********************/

.sec_02 .film {
    width: 86%;
    position: absolute;
    top: 5%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    border: 1px solid #fff;
}

.sec_02 video {
    width: 100%;
    height: auto;
}

.sec_02 .film img {
    width: 100%;
}

@-webkit-keyframes approach-from-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes approach-from-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (max-width: 800px) {
    .sec_02 .film {
        width: 86%;
        top: 4vw;
    }

}

/*******************sec_03********************/
.sec_03 .section_title {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 7%;
    text-align: center;
}

.sec_03 .intro {
    width: fit-content;
    position: absolute;
    top: 48%;
    left: 8%;
}

.sec_03 .intro .intro-text {
    position: relative;
    text-align: center;
}

.sec_03 .intro .intro-text img {
    position: absolute;
}

.sec_03 .intro .intro-text img.new {
    width: 33%;
    top: -84%;
    left: -13%;
}

.sec_03 .intro .intro-text img.line {
    width: 46%;
    top: 26%;
    right: -48%;
}

.sec_03 .btn_wrap {
    position: absolute;
    bottom: 7%;
    left: 0;
    right: 0;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .sec_03 .intro {
        top: 54%;
        left: 0;
    }

    .sec_03 .intro .intro-text h3 {
        transform: scale(0.9);
        letter-spacing: 0.02em;
    }

    .sec_03 .intro .intro-text h5 {
        transform: scale(0.85);
        letter-spacing: 0.02em;
    }

    .sec_03 .intro .intro-text img.new {
        width: 12.4vw;
        top: -75%;
        left: 5%;
    }

    .sec_03 .intro .intro-text img.line {
        width: 23vw;
        top: 115%;
        right: -2%;
    }
}

/*******************sec_04********************/
.sec_04 .section_title {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 7%;
    text-align: center;
}

.sec_04 .section_title h2 {
    color: #000;
}

.sec_04 .intro {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 35%;
}

.sec_04 .intro_1 {
    top: 22%;
    left: 2%;
}

.sec_04 .intro_2 {
    top: 34%;
    right: -2%;
}

.sec_04 .intro-pic {
    width: 50.55%;
}

.sec_04 .intro-text {
    text-align: center;
    width: fit-content;
}

.sec_04 .intro-text h6:first-of-type {
    border-top: #fff 1px solid;
    border-bottom: #fff 1px solid;
    padding: 0 0.5em;
    display: inline-block;
    margin-bottom: 0.2em;
}

.sec_04 .intro-text h4,
.sec_04 .intro-text h6 {
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.sec_04 .intro-text h4 span {
    font-weight: 400;
    font-size: 80%;
}

.sec_04 .btn_wrap {
    position: absolute;
    bottom: 12%;
    left: 0;
    right: 0;
    text-align: center;
}


@media screen and (max-width: 800px) {
    .sec_04 .section_title {
        top: 10vw;
    }

    .sec_04 .intro {
        height: fit-content;
        flex-direction: column;
        width: 50%;
    }

    .sec_04 .intro_1 {
        right: 5%;
        top: 27%;
    }

    .sec_04 .intro_2 {
        right: 5%;
        top: 50%;
    }

    .sec_04 .pic img {
        margin: 1vw auto 0;
        width: 60%;
    }

    .sec_04 .intro_1 .intro-text h5,
    .sec_04 .intro_2 .intro-text h5 {
        font-size: 4vw;
    }

    .sec_04 .intro-text h6:first-of-type {
        border-width: 0.2vw;
        padding: 0.5vw 2.5vw 0.2vw;
    }

    .sec_04 .intro-pic {
        width: 30vw;
    }

    .sec_04 .btn_wrap {
        bottom: 14vw;
        left: 0;
        right: 0;
    }

}


/*******************sec_05********************/
.sec_05 .section_title {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 2.5%;
    text-align: center;
}

.sec_05 .section_title h2 span {
    font-size: 160%;
    transform: skew(-8deg);
    display: inline-block;
    margin: 0 0.05em;
}

.sec_05 .content {
    position: relative;
    height: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
}

.sec_05 .content {
    width: 92%;
    top: 12%;
}

.sec_05 .content .w-3,
.sec_05 .content .w-6 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec_05 .content .w-3 {
    width: 100%;
}

.sec_05 .content .w-6 {
    width: 84%;
    margin: 15% auto 15% 5%;
}

.sec_05 .content .w-3 .intro {
    flex: 0 0 32%;
}

.sec_05 .w-3 .intro .intro-text {
    position: absolute;
    left: 18%;
    top: 64%;
    width: 86%;
    text-align: center;
}

.sec_05 .w-3 .intro h2 span {
    font-family: 'Cochin', 'Times New Roman', 'Century', 'Century Gothic', 'Noto Serif' !important;
    font-size: 130%;
    font-weight: 500 !important;
    letter-spacing: 0.04em;
    line-height: 1;
}

.sec_05 .w-3 .intro h5 {
    font-weight: 700;
}

.sec_05 .w-3 .intro a,
.sec_05 .w-3 .intro button {
    margin: 20px auto;
    margin-left: -15%;
}

.sec_05 .content .w-6 .intro {
    margin: 5% auto 11%;
    flex: 0 0 31%;
}

.sec_05 .w-6 .intro .intro-text {
    position: absolute;
    left: 25%;
    top: 102%;
    width: 86%;
    text-align: center;
}

.sec_05 .w-6 .intro .number {
    font-family: 'Cochin', 'Times New Roman', 'Century', 'Century Gothic', 'Noto Serif' !important;
    font-size: 125%;
    color: #ffdad1;
    display: inline-block;
    margin-right: -1.5%;
}

.sec_05 .content .section_title2 {
    width: fit-content;
}

.sec_05 .w-6 .intro a,
.sec_05 .w-6 .intro button {
    margin: 10px auto;
}

@media screen and (max-width: 1024px) {

    .sec_05 .intro .number {
        font-size: 56.8px;
    }
}

@media screen and (max-width: 800px) {

    .sec_05 .section_title {
        top: 7vw;
    }

    .sec_05 .content {
        width: 100%;
        margin: 0 auto;
        top: 30vw;
        left: 0;
        flex-direction: column;
    }

    .sec_05 .content .w-3 {
        width: 70%;
        margin: auto;
    }

    .sec_05 .content .w-6 {
        width: 94%;
        margin: 8vw auto 5vw 0;
    }

    .sec_05 .content .w-6 .intro .intro-text {
        left: 19%;
    }

    .sec_05 .content .intro img {
        width: 100%;
    }

    .sec_05 .content .w-3 .intro {
        flex: 0 0 100%;
        margin-bottom: 11vw;
    }

    .sec_05 .content .w-6 .intro {
        margin: 0 auto 30vw;
        flex: 0 0 49%;
    }

    .sec_05 .content .section_title2 {
        margin-top: 0;
        transform: translateY(-48%);
    }

    .sec_05 a,
    .sec_05 button {
        margin: 40px auto 0;
    }
}


/*******************sec_06********************/

.Lip_s {
    text-align: center;
    position: relative;
    z-index: 2
}

.Lip_s a {
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Lip_s a:hover {
    text-decoration: none;
}

.Lip_s h2 {
    font-weight: normal;
    color: #ffdad1;
    line-height: 1.3;
}

.Lip_s h3 {
    line-height: 1.3;
    margin-bottom: 2%;
}

.Lip_s6 {
    position: absolute;
    top: 40%;
    left: 0;
}

.Lip_s6_bnt li {
    display: inline-block;
}

.Lip_s6>div {
    position: relative;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 500px;
}

.Lip_s6_img {
    position: absolute;
    left: 0;
    width: 48%;
}

.Lip_s6_bnt li {
    width: 22%;
    margin-top: 10px;
}

.Lip_s6_bnt li h4 {
    font-family: 'Cochin', 'Times New Roman', 'Century', 'Century Gothic', 'Noto Serif' !important;
    font-weight: normal;
    position: relative;
    margin-top: 0.1em;
}

.Lip_s6_bnt li a {
    filter: alpha(opacity=50);
    opacity: 0.50;
    width: 80%;
    display: block;
    text-decoration: none;
    margin: auto;
    color: inherit;
}

.Lip_s6_bnt {
    position: relative;
    z-index: 3;
}

.Lip_s6_bnt li a.active {
    filter: alpha(opacity=100);
    opacity: 1;
}

.Lip_s6_img div {
    position: relative;
}

.Lip_s6_img>div>span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.Lip_s6_bnt a {
    display: block;
}

.Lip_s6_bnt li a:hover {
    display: block;
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.Lip_s6_img div>img,
.Lip_s6_img span img.active {
    display: block;
}

.Lip_s6_img span>div {
    display: none;
}

.Lip_s6_img span>div.active {
    display: block;
}


.Lip_s6_img span>div.active {
    -webkit-animation: fadeInLeft 1s ease both;
    animation: fadeInLeft 1s ease both;
}

.Lip_s .section_title {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 11%;
    text-align: center;
}

@media (max-width: 1024px) {
.Lip_s6>div {
    padding-left: 400px;
}
}

@media (max-width: 800px) {

    .Lip_s6_bnt img {
        width: 19vw;
    }

    .Lip_s6_bnt li {
        width: 23%;
        margin-top: 2vw;
    }

    .Lip_s6_bnt li h4 {
        margin-top: 1vw;
    }

    .Lip_s6>div {
        width: 96%;
    }

    .Lip_s6>div {
        padding-left: 0%;
        display: block;
        width: 85%;
        /* margin-top: 5vw; */
    }

    .Lip_s6_img {
        width: 100%;
        position: relative;
    }

    .Lip_s6_bnt {
        width: 100%;
    }

    .Lip_s6_img a,
    .Lip_s6_img button {
        margin-top: 2vw;
    }

    ul.Lip_s6_bnt {
        margin-bottom: 8vw;
    }

    .Lip_s6_img span img.active {
        -webkit-animation: fadeInDown 1s ease both;
        animation: fadeInDown 1s ease both;
    }

    .Lip_s6 {
        margin-top: -42vw;
    }

    .Lip_s .section_title {
        top: 12vw;
    }
}


/*******************sec_07********************/

.sec_07 .section_title {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 8%;
    text-align: center;
}

.sec_07 .intro {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec_07 .intro-text {
    text-align: center;
    width: 100%;
}

.sec_07 .intro-text h5 span {
    display: inline-block;
    margin-right: 1%;
    font-size: 110%;
}

.sec_07 .intro_1 {
    left: 9%;
    top: 29%;
}

.sec_07 .intro_2 {
    right: 10%;
    top: 40%;
}

.sec_07 .intro_1 .intro-text {
    margin-right: -3em;
    margin-top: 3em;
}

.sec_07 .intro_2 .intro-text {
    margin-left: -1em;
    margin-top: 2em;
}

.sec_07 a,
.sec_07 button {
    margin-top: 1em;
}

@media screen and (max-width: 1024px) {
    .sec_07 .intro-line img {
        width: 80%;
    }
}

@media screen and (max-width: 800px) {
    .sec_07 .section_title {
        top: 14vw;
    }

    .sec_07 .intro {
        flex-direction: column;
        width: 42%;
    }

    .sec_07 .intro_1 {
        left: 9%;
        top: 23%;
    }

    .sec_07 .intro_2 {
        left: auto;
        right: 5%;
        top: 30%;
    }

    .sec_07 .intro_1 .intro-text {
        margin-right: 0;
        margin-top: 0;
    }

    .sec_07 .intro_2 .intro-text {
        margin-left: 0;
        margin-top: 0;
    }

    .sec_07 .intro-line img {
        margin: 1vw auto 0;
        width: 60%;
    }


}