@charset "utf-8";



/*common style*/

.TEL_main sub,
.TEL_main sup {
    font-size: 65% !important;
    font-weight: 300 !important;
}



/*基本初始*/



.TEL_main div,
.TEL_main h2,
.TEL_main h3,
.TEL_main h4,
.TEL_main h5,
.TEL_main h6,
.TEL_main input,
.TEL_main button,
.TEL_main select,
.TEL_main p,
.TEL_main dl,
.TEL_main dd,
.TEL_main dt,
.TEL_main figure,
.TEL_main figcaption,
.TEL_main ul,
.TEL_main ol,
.TEL_main li,
.TEL_main section {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Gotham SSm medium A", "Gotham SSm book B", "Gotham SSm book A", "GothamSSm-Medium", "Gotham SSm medium B", Helvetica, Arial, 'Noto Sans TC', sans-serif;
}

.TEL_main img,
.TEL_main fieldset {
    border: 0;
}

.TEL_main ul {
    list-style: none;
}

.TEL_main a:link,
.TEL_main a:visited,
.TEL_main ins {
    text-decoration: none;
}

.TEL_main a,
.TEL_main button {
    cursor: pointer;
}

.mb {
    display: none !important;
}

@media (max-width: 820px) {
    .pc {
        display: none !important;
    }
}

#main {
    padding-top: 0;
}

section {
    position: relative;
}

.footer-main {
    margin-top: 0;
}

.TEL_main.active>section:nth-of-type(2) {
    margin-top: 0;
}

.TEL_main.active,
body {
    overflow: visible;
}

.TEL_main.active {
    margin-bottom: -2px;
}

.TEL_main {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    color: #fff;
    background-color: #ff0000;
    text-align: center;
}

.TEL_main img {
    width: 100%;
    display: block;
}

/*按鈕*/

/*.TEL_main a:not(.cba-link-style){
        background-color: #b40024!important;
    }*/

.TEL_main button,
.CRL_btn {
    min-width: 130px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, 'Noto Sans TC', sans-serif;
    font-weight: 300;
    line-height: 20px;
    color: #fff;
    border-radius: 5px;
    border: 0;
    background-color: #b40024 !important;
    text-transform: initial;
    padding: 1em 1em;
    margin: 0 0.3em;
    display: inline-block;
    text-align: center;
    -webkit-transition: 500ms;
    transition: 500ms;
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, .8);
}

.TEL_main a:not(.cba-link-style) {
    color: #fff;
}

.CRL_btn_orange {
    background-color: #fb8405 !important;
}


.CRL_btn_grey {
    background-color: #999;
}

.TEL_main button {
    line-height: 0;
    padding: 1vw;
}

.TEL_main #maincontent button {
    line-height: 0;
}

.TEL_main button:hover,
.CRL_btn:hover {
    background-color: #8c0b26;
    color: #fff;
}

.CRL_btn_grey:hover {
    background-color: #666;
}

@media (max-width: 768px) {
    .TEL_main button {
        padding: 2.5vw;
    }

    .TEL_main button,
    .CRL_btn {
        margin: 0 0.5vw;
        border-width: 0.2vw;
    }

}

@media (max-width: 550px) {

    .TEL_main button,
    .CRL_btn {
        min-width: 20vw;
        padding: 2vw 1.5vw;
    }

    .TEL_main button {
        padding: 3vw;
    }
}

/*閃光*/

.shine {
    overflow: hidden;
    position: relative;
}

.shine:before {
    content: '';
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, white 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, white 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    height: 350%;
    filter: blur(10px);
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-animation: shinye 5s ease infinite;
    animation: shinye 5s ease infinite;
}

/* 掃光 */

@keyframes shinye {
    0% {
        transform: translateX(-150%) skewX(-205deg);
        opacity: 1;
    }

    80% {
        transform: translateX(200%) skewX(-205deg);
        opacity: 1;
    }

    100% {
        transform: translateX(200%) skewX(-205deg);
        opacity: 0;
    }
}


/*光閃*/

.shine_line>img,
.shine_line_img {
    animation: shine_line .1s infinite alternate;
    pointer-events: none;
}

.shine_line_slow>img {
    animation: shine_line 1s infinite alternate;
    pointer-events: none;
}

.shine_line2 {
    position: absolute;
    z-index: 4;
    pointer-events: none;
}

.shine_line2>img {
    width: 100%;
    animation: shine_line2 1s infinite alternate;
}


@keyframes shine_line {
    0% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

@keyframes shine_line2 {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    100% {
        -webkit-transform: scale(0.5) rotate(-10deg);
        transform: scale(0.5) rotate(-10deg);
    }
}

/*錨點*/

.TEL_main .adjust {
    position: absolute;
    margin-top: -148px;
}

@media (max-width :800px) {
    .TEL_main .adjust {
        margin-top: -96px;
    }
}

@media (max-width :768px) {
    .TEL_main .adjust {
        margin-top: -102px;
    }
}

@media(max-width:600px) {
    .TEL_main .adjust {
        margin-top: -96px;
    }
}


/* 數字 */

/*@font-face {
    font-family: "Avian";
    font-style: normal;
    font-weight: bold;
    src: url("../../Total-Eye-Lift/css/Avian.ttf");
}*/

.TEL_main .enFont {
    letter-spacing: 0px;
    font-family: "Avian", sans-serif !important;
}

.TEL_main .bg {
    position: relative;
    z-index: 0;
}

.bg img {
    width: 100%;
    height: auto;
    display: block;
}

.TEL_main .p-absolute {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.TEL_main figure,
.TEL_main .title,
.TEL_main ul,
.TEL_main .feature {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.TEL_main .note {
    position: absolute;
    z-index: 1;
    bottom: 2.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 5%;
}

.scaleX-2 {
    transform: scaleX(2);
}

.skew-15 {
    transform: skew(-15deg);
}

.label_0 {
    border: 1px solid #fff;
    padding: 0 0.5em !important;
    letter-spacing: 0.1em;
    display: inline-block;
    line-height: 1.3;
}

.label_1 {
    border: 1px solid #fff;
    padding: 0.5em 0.9em !important;
    letter-spacing: 0.1em;
    display: inline-block;
    line-height: 1.3;
    border-radius: 0 20px 0 20px;
}

@media (max-width: 820px) {
    .label_1 {
        border-radius: 0 3vw 0 3vw;
    }
}

.label {
    background: linear-gradient(to right, rgba(218, 17, 25, 0) 0%, rgba(218, 17, 25, 1) 50%, rgba(218, 17, 25, 0) 100%);
    padding: 0.1em 2em !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    display: inline-block;
}

/* TEL_S1：KV */

.TEL_main .TEL_S1 .title {
    top: 5.7%;
}

.TEL_main .TEL_S1 ul {
    display: flex;
    justify-content: center;
    gap: 8%;
    top: 22%;
}

.TEL_main .TEL_S1 ul li {
    text-align: right;
    position: relative;
}

.TEL_main .TEL_S1 ul li img {
    position: absolute;
    top: 0;
    left: 0;
    top: -15%;
    left: -22%;
    width: 150px;
    height: 150px;
    z-index: -1;
}

.TEL_main .TEL_S1 ul li h4 {
    letter-spacing: 0.05em;
}

.TEL_main .TEL_S1 ul li h5 {
    margin-top: -13%;
    margin-right: 9%;
    font-weight: 400 !important;
}

.TEL_main .TEL_S1 ul li:nth-of-type(2) h5 {
    margin-right: -28%;
}

.TEL_main .TEL_S1 ul li:nth-of-type(3) h5 {
    margin-right: -10%;
}

.TEL_main .TEL_S1 ul span {
    margin-left: 0.05em;
    margin-left: 0.2em;
}

.TEL_main .TEL_S1 ul .circle {
    background-color: #ff0000;
    border-radius: 50% 50%;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    padding: 0.02em;
    text-align: center;
}

.TEL_main .TEL_S1 .feature.feature_01 {
    top: 45.8%;
    left: 6%;
    right: auto;
}

.TEL_main .TEL_S1 .feature.feature_02 {
    top: 58.3%;
    left: 64.5%;
    right: auto;
}

.TEL_main .TEL_S1 .feature h6 {
    letter-spacing: 0.04em;
    line-height: 1.2 !important;
}

.TEL_main .TEL_S1 .feature p {
    letter-spacing: 0.04em;
    line-height: 1.2 !important;
    font-weight: 400;
    margin-top: 0.7em;
}

.TEL_main .TEL_S1 .feature p span {
    font-size: 130%;
}

.TEL_main .TEL_S1 .bottom {
    top: 78%;
}

.TEL_main .TEL_S1 .bottom .btn_wrap {
    margin-top: 3%;
}

.TEL_main .TEL_S1 .btn a {
    margin: 5% 4% 0;
}

.TEL_main .TEL_S1 .shine_line {
    width: 54.5%;
    right: 0;
    left: auto;
    top: 9.1%;
}

.TEL_main .TEL_S1 .shine_line.shine_line_02 {
    width: 40%;
    right: auto;
    left: 17%;
    top: 16.2%;
}

@media (max-width: 820px) {
    .label {
        height: 9.3vw;
    }

    .TEL_main .TEL_S1 ul li img {
        width: 20vw;
        height: 20vw;
    }

}

/* TEL_S2：Video */

.film {
    width: 89%;
    position: absolute;
    top: 13%;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    z-index: 1;
    border: 1px solid #fff;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, .8));
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, .8));
}

.film video {
    display: block;
}

@media (max-width: 820px) {
    .film {
        top: 4vw;
        border-width: 0.5px;
        -webkit-filter: drop-shadow(0 0 2vw rgba(255, 255, 255, .6));
        filter: drop-shadow(0 0 2vw rgba(255, 255, 255, .6));
    }

}

/* TEL_S3 */

.TEL_main .TEL_S3 .title {
    top: 5.7%;
}

.TEL_main .TEL_S3 .shine_line.shine_line_02 {
    width: 40%;
    right: auto;
    left: 17%;
    top: 16.2%;
}


.TEL_main .TEL_S3 ul {
    width: 18.66%;
    display: flex;
    flex-direction: column;
    top: 30%;
    left: 8%;
    right: auto;
}

.TEL_main .TEL_S3 ul li {
    text-align: left;
    position: relative;
    margin-bottom: 50px;
    white-space: nowrap;
}

.TEL_main .TEL_S3 ul li img {
    position: absolute;
    top: 0;
    left: 0;
    top: -17%;
    left: -17%;
    width: 150px;
    height: 150px;
    z-index: -1;
}

.TEL_main .TEL_S3 ul li h4 {
    letter-spacing: 0.05em;
}

.TEL_main .TEL_S3 ul li h5 {
    font-weight: 500;
    line-height: 1.2;
    margin-top: -5%;
    margin-left: 36%;
}

.TEL_main .TEL_S3 ul li:nth-of-type(2) h5 {
    margin-top: -5%;
}

.TEL_main .TEL_S3 ul li:nth-of-type(3) h5 {
    margin-top: -6%;
}

.TEL_main .TEL_S3 ul span {
    margin-left: 0.05em;
    margin-left: 0.2em;
}

.TEL_main .TEL_S3 ul .circle {
    background-color: #ff0000;
    border-radius: 50% 50%;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    padding: 0.02em;
    text-align: center;
}

.color_red {
    color: #b40024 !important;
}


.color_yellow {
    color: #fbf5e0 !important;
}

.color_brown {
    color: #541c04 !important;
}

.TEL_main .TEL_S3 .note {
    bottom: 6%;
}

@media(max-width: 820px) {
    .TEL_main .TEL_S3 ul li img {
        width: 20vw;
        height: 20vw;
    }
}

/* TEL_S4*/

.TEL_main .TEL_S4 .title {
    top: 6.5%;
}

.TEL_main .TEL_S4 ul {
    display: flex;
    justify-content: center;
    gap: 9.5%;
    top: 19%;
}

.TEL_main .TEL_S4 ul:last-of-type {
    gap: 35%;
    top: 82%;
}

.TEL_main .TEL_S4 ul:last-of-type li {
    position: absolute;
    left: 17%;
}

.TEL_main .TEL_S4 ul:last-of-type li:last-of-type {
    left: 67%;
}

.TEL_main .TEL_S4 ul li {
    text-align: center;
}

.TEL_main .TEL_S4 ul li h3 {
    line-height: 1.3;
    font-weight: 400;
}

.TEL_main .TEL_S4 ul li h3 .cross {
    font-size: 200%;
    line-height: 1;
}

.TEL_main .TEL_S4 ul:first-of-type li:nth-of-type(2) {
    margin-top: 6%;
}

.TEL_main .TEL_S4 ul:last-of-type li h5 {
    letter-spacing: 0.1em;
}

.TEL_main .TEL_S4 .note {
    bottom: 6%;
}

/* TEL_S5*/

.TEL_main .TEL_S5 .title {
    top: 5%;
}

.TEL_main .TEL_S5 .title h3:last-of-type {
    margin-top: 0.2em;
}

.TEL_main .TEL_S5 .shine_line.shine_line_02 {
    width: 40%;
    right: auto;
    left: 19%;
    top: 13%;
}

.TEL_main .TEL_S5 ul {
    display: flex;
    flex-direction: column;
    top: 26%;
}

.TEL_main .TEL_S5 ul li {
    position: relative;
    text-align: left;
    padding-left: 6%;
    margin-top: 12%;
}

.TEL_main .TEL_S5 ul li:first-of-type {
    margin-top: 0;
}

.TEL_main .TEL_S5 ul li:nth-of-type(even) {
    padding-left: auto;
    padding-left: 51%;
}

.TEL_main .TEL_S5 ul li:last-of-type {
    margin-top: 19%;
}

.TEL_main .TEL_S5 ul li img {
    position: absolute;
    top: 26%;
    left: 0;
    z-index: -1;
}

.TEL_main .TEL_S5 ul li .rotation {
    width: 28.66%;
    position: absolute;
    top: 20%;
    left: 62%;
    text-align: center;
}

.TEL_main .TEL_S5 ul li .rotation p {
    line-height: 1.3;
    margin-top: 6%;
}

.TEL_main .TEL_S5 ul li .rotation img {
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
    top: -40%;
    left: 0;
    animation: rotate 6s infinite;
    transform-origin: center center;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.TEL_main .TEL_S5 ul li:nth-of-type(2) img {
    top: 35.5%;
}

.TEL_main .TEL_S5 ul li:nth-of-type(3) img {
    top: 5%;
}

.TEL_main .TEL_S5 ul li h5 {
    margin-top: 0.3em;
    margin-bottom: 0.1em;
}

.TEL_main .TEL_S5 ul li h6 {
    font-weight: 500;
    line-height: 1.3
}

.TEL_main .TEL_S5 .label_2 {
    background-color: #ff0000;
    border-radius: 999px;
    padding: 0.1em 1.5em;
    display: inline-block;
    margin-top: 10px;
}

@media (max-width: 550px) {
    .TEL_main .TEL_S5 .label_2 {
        margin-top: 1vw;
    }
}


/* TEL_S6*/

.TEL_main .TEL_S6 .title {
    top: 5%;
}

.TEL_main .TEL_S6 ul {
    top: 25%;
    display: flex;
    flex-direction: column;
}

.TEL_main .TEL_S6 ul li.point_1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 4%;
}

.TEL_main .TEL_S6 ul li.point_1 h3 {
    line-height: 1.3;
    font-weight: 400;
}

.TEL_main .TEL_S6 ul li.point_2 .larger {
    font-size: 200%;
}

.TEL_main .TEL_S6 ul li.point_2 h2 {
    margin-top: -2%;
}

.TEL_main .TEL_S6 ul li.point_2 img {
    width: 90%;
    margin: 2% auto 0;
}

.TEL_main .TEL_S6 ul.pain_point li img {
    width: 6%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2%;
}

.TEL_main .TEL_S6 ul.pain_point {
    top: 63%;
}

.TEL_main .TEL_S6 ul.pain_point h4 {
    margin-bottom: 3%;
}


.TEL_main .TEL_S6 ul.pain_point li h5 {
    display: inline-block;
    line-height: 2;
    font-weight: 400;
}

.TEL_main .TEL_S6 .shine_line.shine_line_02 {
    width: 40%;
    right: auto;
    left: 40%;
    top: 14.6%;
}

.TEL_main .TEL_S6 .note {
    bottom: 6%;
}

/* TEL_S7*/

.TEL_main .TEL_S7 .title {
    top: 5%;
}

.TEL_main .TEL_S7 ul {
    top: 20%;
    display: flex;
    flex-direction: column;
}

.TEL_main .TEL_S7 .shine_line.shine_line_01 {
    width: 50%;
    right: auto;
    left: 45%;
    top: 7.2%;
}

.TEL_main .TEL_S7 .shine_line.shine_line_02 {
    width: 40%;
    right: auto;
    left: 32%;
    top: 13.5%;
}

.TEL_main .TEL_S7 .shine_line.shine_line_03 {
    width: 100%;
    right: auto;
    left: 10%;
    top: 49%;
}

.TEL_main .TEL_S7 .note {
    bottom: 3%;
}

.TEL_main .TEL_S7 ul {
    width: 18.66%;
    display: flex;
    flex-direction: column;
    top: 22%;
    left: 5%;
    right: auto;
}

.TEL_main .TEL_S7 ul li {
    text-align: left;
    position: relative;
    margin-bottom: 10%;
    white-space: nowrap;
    text-align: center;
}

.TEL_main .TEL_S7 ul li .scaleX-2 {
    margin-right: 5%;
}

.TEL_main .TEL_S7 ul li h4 .larger {
    font-size: 218%;
    line-height: 1.3;
    letter-spacing: 0.03em;
}

.TEL_main .TEL_S7 ul li h4 {
    font-weight: 400;
    margin-bottom: -9%;
}

.TEL_main .TEL_S7 ul li h5,
.TEL_main .TEL_S7 .intro h5 {
    font-weight: 400;
    letter-spacing: 0.02em;
}

.TEL_main .TEL_S7 ul li h5 {
    margin-left: 30%;
}

.TEL_main .TEL_S7 .intro h5 {
    margin-bottom: 3%;

}

.TEL_main .TEL_S7 .intro h5:last-of-type {
    margin-top: 6%;
}

.TEL_main .TEL_S7 .intro {
    width: fit-content;
    position: absolute;
    top: 55%;
    right: 5%;
    text-align: right;
    z-index: 1;
}

.TEL_main .TEL_S7 .intro .label {
    padding: 0.1em 1.5em !important;
    margin-right: -10%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.TEL_main .TEL_S7 .btn_wrap {
    position: absolute;
    bottom: 17%;
    left: 24%;
    z-index: 1;
}

/* TEL_S8*/

.TEL_main .TEL_S8 .title {
    top: 11%;
}

.TEL_main .TEL_S8 .shine_line_01 {
    width: 14.5%;
    right: auto;
    left: 26%;
    top: 39%;
}

.TEL_main .TEL_S8 .shine_line_02 {
    width: 14.5%;
    right: auto;
    left: 57%;
    top: 39%;
}


.TEL_main .TEL_S8 p {
    font-size: 26px;
    letter-spacing: 0.01em;
    font-weight: 400;
    margin-bottom: 12%;
}

.TEL_main .TEL_S8 .eye_compare {
    top: 25.5%;
}

.TEL_main .TEL_S8 .eye_compare h3 {
    margin-bottom: 12%;
}

.TEL_main .TEL_S8 .eye_compare .paper {
    background: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, .2) 100%);
    border-radius: 0 20px 0 20px;
    width: 100%;
    padding: 0.4em 0;
    display: block;
    line-height: 1.4;
}

.TEL_main .TEL_S8 .eye_compare .eye_item_1 .paper {
    width: 90%;
    margin-left: 9%;
}

.TEL_main .TEL_S8 .eye_compare .eye_item_1 p.label_1 {
    margin-left: 9%;
    white-space: nowrap;
}

.TEL_main .TEL_S8 .eye_compare .eye_item_1 a {
    width: fit-content;
    display: block;
    margin: 0 auto 0 33%;
}

.TEL_main .TEL_S8 .eye_compare .paper .number {
    font-size: 130%;
}

.TEL_main .TEL_S8 .eye_compare .eye_item_1 {
    width: fit-content;
    text-align: right;
    position: absolute;
    left: 0;
}

.TEL_main .TEL_S8 .eye_compare .eye_item_1 p:first-of-type {
    margin-bottom: 26%;
}

.TEL_main .TEL_S8 .eye_compare .eye_item_1 p:nth-of-type(2) {
    margin-bottom: 9%;
}

.TEL_main .TEL_S8 .eye_compare .eye_item_1 p.paper {
    line-height: 1.3;
}


.TEL_main .TEL_S8 .eye_compare .eye_item_2 {
    width: fit-content;
    text-align: left;
    position: absolute;
    left: 68%;
}

.TEL_main .TEL_S8 .eye_compare .eye_item_2 .label_0 {
    top: -7%;
    width: fit-content;
    padding: 0.2em 0.8em !important;
    line-height: 1;
}



@media screen and (max-width: 750px) {
    .TEL_main .TEL_S8 p {
        font-size: 3.47vw
    }

    .TEL_main .TEL_S8 .eye_compare .paper {
        border-radius: 0 3vw 0 3vw;
    }
}


/* TEL_S9*/

.TEL_main .TEL_S9 .title {
    top: 4%;
}

.TEL_main .TEL_S9 .title h2 {
    line-height: 1.3;
}

.TEL_main .TEL_S9 .shine_line.shine_line_0 {
    width: 45%;
    right: auto;
    left: 20%;
    top: 5.6%;
}

.TEL_main .TEL_S9 .shine_line.shine_line_01 {
    width: 45%;
    right: auto;
    left: 3%;
    top: 13%;
}

.TEL_main .TEL_S9 .shine_line_01-2 {
    width: 8%;
    right: auto;
    left: 54%;
    top: -29%;
}

.TEL_main .TEL_S9 .shine_line.shine_line_02 {
    width: 100%;
    right: auto;
    left: 27%;
    top: 21%;
}

.TEL_main .TEL_S9 .shine_line_02-2 {
    width: 25%;
    right: auto;
    left: -144%;
    top: 17%;
}

.TEL_main .TEL_S9 .shine_line_02-3 {
    width: 25%;
    right: auto;
    left: -83%;
    top: -16%;
}


.TEL_main .TEL_S9 .shine_line.shine_line_03 {
    width: 100%;
    right: auto;
    left: 43%;
    top: 21%;
}

.TEL_main .TEL_S9 .shine_line.shine_line_03-2 {
    width: 100%;
    right: auto;
    left: 183%;
    top: -18%;
}


.TEL_main .TEL_S9 ul {
    top: 23%;
    left: 14%;
}

.TEL_main .TEL_S9 ul li {
    width: fit-content;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 13%;
}

.TEL_main .TEL_S9 ul li h3 {
    position: relative;
    display: flex;
    align-items: end;
}

.TEL_main .TEL_S9 ul li:first-of-type h3 .number {
    margin-right: 17%;
    transform: scaleY(1.1);
}

.TEL_main .TEL_S9 ul li:first-of-type {
    left: 2%;
    top: 30%;
}

.TEL_main .TEL_S9 ul li:nth-of-type(2) {
    position: absolute;
    top: 129%;
    left: 44.8%;
}

.TEL_main .TEL_S9 ul li:last-of-type {
    position: absolute;
    left: -2.5%;
    top: 260%;
}

.TEL_main .TEL_S9 ul li:first-of-type .btn_wrap {
    position: absolute;
    left: 43%;
    bottom: 1%;
}

.TEL_main .TEL_S9 ul li:nth-of-type(2) .btn_wrap {
    position: absolute;
    left: -121%;
    bottom: -42%;
}

.TEL_main .TEL_S9 ul li:last-of-type .btn_wrap {
    position: absolute;
    left: 172%;
    bottom: -9%;
}


.TEL_main .TEL_S9 ul li p {
    margin-top: 1%;
    margin-left: 4%;
    font-weight: 400;
}

.TEL_main .TEL_S9 li h3 .number {
    font-size: 333%;
    font-weight: 500 !important;
    font-style: italic;
    margin-right: 8%;
    line-height: 0.8;
}

/* TEL_S10*/

.TEL_main .TEL_S10 .title {
    top: 7%;
}

.TEL_main .TEL_S10 .title h2 {
    line-height: 1.3;
    margin-bottom: 3%;
}

.TEL_main .TEL_S10 .title h3:last-of-type {
    margin-top: 3%;
}

.TEL_main .TEL_S10 .title h3:last-of-type .number {
    font-size: 175%;
    margin-right: 0.5%;
}

.TEL_main .TEL_S10 .title h3 span.line {
    transform: scaleX(3);
    display: inline-block;
    font-weight: 300 !important;
    margin-left: 2%;
    margin-right: 1%;
}

.TEL_main .TEL_S10 .shine_line_02 {
    width: 40%;
    right: auto;
    left: 40%;
    top: 30.5%;
}

.TEL_main .TEL_S10 .film {
    top: 50%;
}



/********** TEL_S11：表單 1**********/

.TEL_main .TEL_S11 {
    text-align: left;
    padding: 10% 0;
    position: relative;
    color: #333;
    background-color: #7f121d;
}

.TEL_main .TEL_S11 .CRL_cnt {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden
}

.TEL_main .TEL_S11 h2 {
    text-align: center;
    margin-bottom: 3%;
    letter-spacing: 1px;
    line-height: 1.3;
}

.TEL_main .TEL_S11 .CRL_cnt figure {
    position: relative;
}


.TEL_main .TEL_S11 .CRL_cnt figure p.txtS {
    position: absolute;
    text-align: right;
    right: 2%;
    bottom: 2%;
    text-shadow: 10px 0 10px #fff, 10px 0 10px #fff;
}

/*
.TEL_main .TEL_S11 .CRL_cnt b {
    color: #b40024
}*/

.TEL_main .TEL_S11 .CRL_cnt b.txt6L {
    font-weight: 500 !important;
}

.TEL_main .TEL_S11 .formdesc1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px
}

.TEL_main .TEL_S11 .formdesc1 label {
    position: relative;
    width: 45%;
    text-align: left
}

.TEL_main .TEL_S11 .formdesc1 p {
    padding-left: 35px
}

.TEL_main .TEL_S11 .formdesc1 input[type=radio]+label:before {
    position: absolute;
    left: 0;
    top: 76%
}

.TEL_main .TEL_S11 .TEL_S11_txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.TEL_main .TEL_S11 .TEL_S11_txt .c-r {
    display: inline-block
}

.TEL_main .TEL_S11 .TEL_S11_txt p {
    width: 61%;
    line-height: 150%;
}

.TEL_main .TEL_S11 p.txtS {
    line-height: 1.3;
}


.TEL_main .TEL_S11.no_form a {
    padding: 1rem 2rem;
    line-height: inherit;
    margin: 5% auto 0;
    display: flex;
    width: fit-content;
}

#maincontent {
    margin-bottom: 15%;
}

.TEL_main .TEL_S11 .CRL_cnt figcaption {
    padding: 10% 10% 0;
}

.TEL_main .TEL_S11 .TEL_S11_txt img {
    width: 52%
}

@media(max-width:761px) {
    #formcontainer button {
        padding: 0 3vw !important;
    }

    .TEL_main .TEL_S11 .CRL_cnt figcaption {
        padding: 10% 5% 3%;
    }

    .TEL_main .TEL_S11 .TEL_S11_txt img {
        width: 49%;
    }

    .TEL_main .TEL_S11 .formdesc1 label {
        position: relative;
        width: 47%;
    }

    .TEL_main .TEL_S11 {
        padding: 8vw 0;
    }

    .TEL_main .TEL_S11.no_form a {
        padding: 3vw 5vw;
    }
}


/* TEL_SS11：表單 */

.TEL_main .TEL_SS11 .text {
    position: absolute;
    top: 10%;
    left: 20%;
    /* transform: translateX(-50%); */
}

.TEL_main .TEL_SS11 {
    text-align: left;
    padding-bottom: 4%;
    padding-top: 3%;
}

/*
.TEL_main .TEL_SS11:not(.TEL_SS11_2) {
    background-image: url(../images/TEL_SS11bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}*/

.TEL_main .TEL_SS11 .CRL_cnt {
    position: relative;
    z-index: 2;
}

.TEL_main .TEL_SS11 .CRL_cnt {
    /* background-color: rgba(255, 255, 255, .7); */
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #fff;
    background-image: url(../../Total-Eye-Lift/images/form-mask.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.shadow {
    box-shadow: 10px 10px 20px rgba(50, 28, 14, .5)
}


.TEL_main .TEL_SS11 h2 {
    text-align: center;
    margin-bottom: 3%;
    letter-spacing: 1px;
}

.TEL_main .TEL_SS11 .CRL_cnt figcaption {
    padding: 10% 5%;
}

.TEL_main .TEL_SS11 .formdesc1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.TEL_main .TEL_SS11 .formdesc1 label {
    position: relative;
    width: 45%;
    text-align: left;
}

.TEL_main .TEL_SS11 .formdesc1 p {
    padding-left: 35px;
}

.TEL_main .TEL_SS11 .formdesc1 input[type="radio"]+label:before {
    position: absolute;
    left: 0;
    top: 76%;
}

.TEL_main .TEL_SS11 .TEL_SS11_txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.TEL_main .TEL_SS11 .TEL_SS11_txt .c-r {
    display: inline-block;
}

.TEL_main .TEL_SS11 .TEL_SS11_txt p {
    width: 60%;
}

.TEL_main .TEL_SS11 .TEL_SS11_txt img {
    width: 35%;
}

.TEL_main .TEL_SS11.TEL_SS11_2 figcaption {
    text-align: center;
    position: relative;
}

.TEL_main .TEL_SS11.TEL_SS11_2 .CRL_cnt .txtS {
    position: absolute;
    width: 100%;
    bottom: 3%;
    left: 0;
}

.TEL_main .TEL_SS11_2 li {
    font-style: italic;
    margin-bottom: 10%;
    text-align: left;
    display: flex;
}

.TEL_main .TEL_SS11_2 a {
    margin-bottom: 8%;
}

.TEL_main .TEL_SS11_2 .ul_tick {
    display: inline-block;
    margin-bottom: 4%;
}

.TEL_main .TEL_SS11_2 .ul_tick li img {
    width: 40px;
}

.TEL_main .TEL_SS11_2 .txt5L,
.TEL_main .TEL_SS11_2 .txt2L {
    letter-spacing: 0px;
}

.TEL_main .TEL_SS11_2 .ul_tick li img {
    width: 3.2vw;
}

.TEL_main .TEL_SS11 figure {
    position: relative;
}

.TEL_main .TEL_SS11_2 .ul_tick {
    margin-bottom: 0%;
}

.TEL_main .TEL_SS11:not(.TEL_SS11_2) {
    /* background-image: url(../images/TEL_SS11bg.jpg); */
    background-size: 100% 100%;
}

.TEL_main .TEL_SS11 .TEL_SS11_txt p {
    width: 57%;
}

.TEL_main .TEL_SS11 .TEL_SS11_txt img {
    width: 40%;
}

.TEL_main .TEL_SS11 .CRL_cnt figcaption {
    padding: 10%;
}

.TEL_main .TEL_SS11 .formdesc1 label {
    position: relative;
    width: 47%;
}

.TEL_main .TEL_SS11 {
    padding-bottom: 10%;
}

/*
.TEL_main .TEL_SS11 .CRL_cnt figure {
    background-image: url(../images/img_5_m.jpg);
}*/

.TEL_main .TEL_SS11 .CRL_cnt figure {
    width: 100%;
}

.TEL_main .TEL_SS11_2 .ul_tick li img {
    width: 6vw;
}

.TEL_main .TEL_SS11 {
    padding-top: 5%;
    background-color: #7f121d;
}


@media (max-width: 550px) {
    .TEL_main .TEL_SS11 .CRL_cnt figcaption {
        padding: 5% 5% 15%;
    }

    .TEL_main .TEL_SS11 .formdesc1 label {
        width: 48%;
    }
}

@media (max-width: 414px) {
    .TEL_main .TEL_SS11 .formdesc1 label {
        width: 50%;
    }
}

@media (max-width: 360px) {
    .TEL_main .TEL_SS11 .formdesc1 input[type="radio"]+label:before {
        top: 65%;
    }
}