@charset "UTF-8";

/******加了CLA-thanks-wrap的二欄popup 調整******/

.event_content .response_box.active {
    position: fixed;
    background: rgba(51, 51, 51, 0.6);
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
    left: 0;
}

.event_content .response_box.active span {
    font-size: 15px;
    background: #fff;
    color: #000;
    width: 84%;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 41%;
    left: 0;
    right: 0;
    text-indent: initial;
    text-align: center;
    line-height: 1em;
    padding: 100px 0;
}

@media (min-width: 992px) {
    .event_content .response_box.active span {
        width: 60%;
    }
}

@media (min-width: 1900px) {
    .event_content .response_box.active span {
        width: 52%;
    }
}

.event_content .response_box.active .close_lightbox {
    background: url(../../pdp-popup/images/lightbox_close.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    display: block;
    z-index: 1;
    position: absolute;
    cursor: pointer;
    font-size: 16px;
    top: 45vw;
    left: 85%;
}

.event_content .response_box.active .close_lightbox.error_close {
    top: 93vw;
}

@media (min-width:414px) {
    .event_content .response_box.active .close_lightbox {
        top: 40vw;
    }
}

@media (min-width:428px) {
    .event_content .response_box.active .close_lightbox {
        top: 47vw;
    }
}

@media (min-width:600px) {
    .event_content .response_box.active .close_lightbox {
        left: 88%;
    }

    .event_content .response_box.active .close_lightbox.error_close {
        top: 37vw;
    }

}

@media (min-width: 768px) {
    .event_content .response_box.active .close_lightbox {
        width: 19px;
        height: 19px;
    }
}

@media (min-width: 992px) {
    .event_content .response_box.active .close_lightbox {
        top: 24.5%;
        left: 83%;
    }

    .event_content .response_box.active .close_lightbox.error_close {
        top: 43.5%;
        left: 74%;
    }
}

.event_content .response_box.active span.error_message {
    background: #fff;
    top: 41%;
}

@media (min-width: 768px) {
    .event_content .response_box.active span.error_message {
        margin-top: 0;
    }
}

@media (min-width: 1900px) {
    .event_content .response_box.active .close_lightbox {
        left: 74%;
    }
}


/******新增的二欄 popup******/

.event_content .response_box.active .CLA-thanks-wrap {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 25px !important;
    color: #000;
    top: 20%;
    background: url(../../pdp-popup/images/popup_bg_GN.jpg) top center no-repeat !important;
    background-size: cover;
}

.event_content .response_box.active .CLA-thanks-wrap .wrap-border {
    border: 1px solid #bae4fb;
    padding: 45px 0;
    background-color: #fff;
}

.event_content .response_box.active .CLA-thanks-wrap .thanks_title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
}

.event_content .response_box.active .CLA-thanks-wrap .thanks_note {
    text-align: center;
    font-size: 17px;
    margin-top: 20px;
    color: #626262;
    line-height: 1.4;
}

.event_content .response_box.active .CLA-thanks-wrap .link_wrap {
    display: flex;
    justify-content: center;
}

.event_content .response_box.active .CLA-thanks-wrap .link_wrap .link_col {
    text-align: center;
    max-width: 270px;
    margin: 0 30px;
}

.event_content .response_box.active .CLA-thanks-wrap .link_wrap .link_col .btn {
    margin: 12px auto 0 !important;
    background: #000;
}

.event_content .response_box.active .CLA-thanks-wrap .link_wrap .link_col .link_title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.event_content .response_box.active .CLA-thanks-wrap .link_wrap .link_col .link_text {
    font-size: 17px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 15px;
}

.event_content .response_box.active .CLA-thanks-wrap .link_wrap .link_col .link_text .highlight {
    background-color: #000;
    color: #fff;
    padding: 0 4px;
    display: inline-flex;
}

.event_content .response_box.active .CLA-thanks-wrap .link_wrap .link_col a {
    color: #fff;
    margin: -15px auto 0;
    z-index: 1;
    position: relative;
}

.event_content .response_box.active .CLA-thanks-wrap .link_wrap .link_col a:hover {
    color: #000;
}

.event_content .response_box.active .CLA-thanks-wrap .close_lightbox {
    top: 35px !important;
    right: 35px !important;
    left: auto;
    margin: 0;
}

.event_content .response_box.active .CLA-thanks-wrap a {
    display: block;
}

@media (max-width: 820px) {
    .event_content .response_box.active .CLA-thanks-wrap {
        top: 6%;
        padding: 10px;
    }

    .event_content .response_box.active .CLA-thanks-wrap .thanks_title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .event_content .response_box.active .CLA-thanks-wrap .thanks_note {
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .event_content .response_box.active .CLA-thanks-wrap .wrap-border {
        padding: 20px 0 0;
    }

    .event_content .response_box.active .CLA-thanks-wrap {
        width: 90%;
    }

    .event_content .response_box.active .CLA-thanks-wrap .link_wrap {
        flex-wrap: wrap;
    }

    .event_content .response_box.active .CLA-thanks-wrap .link_wrap .link_col {
        margin: 0 15px 20px;
    }

    .event_content .response_box.active .CLA-thanks-wrap .link_wrap .link_col .link_pic {
        width: 80%;
        margin: 0 auto;
    }

    .event_content .response_box.active .CLA-thanks-wrap .link_wrap .link_col .link_title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .event_content .response_box.active .CLA-thanks-wrap .link_wrap .link_col .link_text {
        font-size: 3.4vw;
        margin-bottom: 3vw;
    }
}

@media (max-width: 500px) {
    .event_content .response_box.active .CLA-thanks-wrap .thanks_note {
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .event_content .response_box.active .CLA-thanks-wrap .thanks_title {
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .event_content .response_box.active .CLA-thanks-wrap {
        top: 4%;
        padding: 8px;
    }

    .event_content .response_box.active .CLA-thanks-wrap .wrap-border {
        padding: 15px 0 0;
    }

    .event_content .response_box.active .CLA-thanks-wrap .thanks_title {
        font-size: 17px;
    }

    .event_content .response_box.active .CLA-thanks-wrap .link_wrap .link_col .link_title {
        font-size: 16px;
    }

    .event_content .response_box.active .CLA-thanks-wrap .link_wrap .link_col .link_pic {
        width: 70%;
    }

    .event_content .response_box.active .CLA-thanks-wrap .link_wrap .link_col {
        margin: 0 15px 15px;
    }
}


/**********表單*********/

.o2o_form {
    display: block;
    margin: 0 auto;
    clear: both;
    position: relative;
    background-color: #000e1b;
}

.o2o_form .section-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.o2o_form h3.light-blue {
    margin-left: 10%;
    margin-top: 7%;
    text-align: right;
    width: fit-content;
}

.o2o_form h6.text-shadow-w {
    text-align: center;
    margin-bottom: 0.7rem;
    letter-spacing: 0.05em;
}

.o2o_form .column_wrap {
    position: absolute;
    width: 87%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 54%;
    z-index: 2;
}

@media (max-width:1024px) {

    .o2o_form h3.light-blue {
        margin-top: 8%;
    }
}

@media (max-width:820px) {
    .o2o_form .column_wrap {
        width: 90%;
    }

    .o2o_form .column_wrap {
        flex-direction: column-reverse;
        padding-top: 0;
        margin: 0 auto;
        top: 7vw;
    }

    .o2o_form .section-title {
        top: 131vw;
    }

    .o2o_form h3 small {
        font-size: 80%;
    }

    .o2o_form h6.text-shadow-w {
        letter-spacing: normal;
    }

}

.ll-text--black {
    color: #000;
}

.ll-text--xs {
    font-size: 12px;
}

.ll-text--md {
    font-size: 18px;
}

.ll-text--lg {
    font-size: 24px;
}

.container-fluid {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 820px) {
    .container-fluid {
        padding: 0;
    }
}

.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.o2o_form {
    overflow: hidden;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    max-width: 1280px;
    display: block;
    margin: 0 auto;
    clear: both;
    position: relative;
}

/***************標題隱藏**************/

.area_form p {
    text-align: justify;
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
}

@media (max-width: 820px) {
    .area_form p {
        margin-bottom: 0;
    }
}

.o2o_form .moveo2o {
    width: 51%;
    position: relative;
}

@media (max-width: 1024px) {
    .o2o_form .moveo2o {
        width: 52%;
    }

    .rule {
        font-size: 12px;
    }
}

@media (max-width: 820px) {
    .o2o_form .moveo2o {
        width: 100%;
        margin: 125vw auto 0;
    }

    .rule {
        font-size: 3.2vw;
    }
}

.o2o_form .note {
    position: relative;
    width: 40%;
    left: 5%;
    text-align: left;
    bottom: 40px;
    font-size: 11px;
    line-height: 1.5;
}

@media (max-width: 820px) {
    .o2o_form .note {
        position: relative;
        display: block;
        width: 92%;
        bottom: auto;
        right: 0;
        left: 0;
        margin: 0 auto;
        text-align: justify;
        margin-top: 6vw;
    }

}

@media (max-width: 375px) {
    .o2o_form .note {
        font-size: 8px;
    }
}

.area_form {
    margin-top: 0;
    padding: 0 20px 20px;
}

@media (max-width: 820px) {
    .area_form {
        padding: 0;
        width: 94%;
        margin: 0 auto;
    }
}

.rule {
    display: inline-block;
    width: 97%;
    margin: 3% auto 0;
    margin-left: 3%;
    text-align: justify;
    font-size: 15px;
}

@media (max-width: 1280px) {
    .rule {
        font-size: 1.18vw;
    }
}

@media (max-width: 820px) {
    .rule {
        width: 100%;
        margin-left: 0;
        font-size: 3.2vw;
    }

    .btn {
        width: 36vw;
    }
}

.rule li {
    list-style: disc;
    line-height: 160%;
    margin-left: 0;
}

@media (max-width: 768px) {
    .rule li {
        list-style: disc;
        line-height: 160%;
        margin-left: 20px;
    }
}

@media (max-width: 375px) {
    .rule li {
        font-size: 12px;
    }
}

/***********寵粉專區 ***********/

.gift_box .note {
    position: relative;
    width: 100%;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 2% auto 0;
}

@media (max-width: 820px) {
    .gift_box .note {
        transform: scale(0.8);
        transform-origin: center;
        width: 126%;
        margin: 0 -13%;
    }

}

.o2o_form .gift_box {
    width: 46%;
    padding: 0;
    display: block;
    padding: 35px 20px;
    text-align: center;
    border: 1px solid #db8c6c;
}

.o2o_form .gift_box>h2 {
    text-align: center;
    margin-bottom: 15px;
    /* text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000; */
}

.o2o_form .gift_box>h2 small {
    font-size: 80%;
    line-height: 1.2;
}

.o2o_form .gift_box>img {
    width: 85%;
    display: flex;
    margin: -20px auto 10px;
}

.o2o_form .gift_box .label {
    display: inline-block;
    color: #fff;
    background: -webkit-linear-gradient(45deg, #de9982, #e7acb4, #de9982);
    padding: 2% 8%;
}

.o2o_form .gift_box .product_triangle_white_210312_text {
    /* display: table; */
    margin: 3% auto 0 auto;
}

.o2o_form .gift_box .product_triangle_white_210312_text .surpriseIten {
    width: 100%;
    display: table;
    text-align: center;
    margin-bottom: 10px;
}


.o2o_form .gift_box .product_triangle_white_210312_text .surpriseIten.surpriseIten02>div {
    display: table-cell;
    vertical-align: middle;
    width: 45%;
}

.o2o_form .gift_box .product_triangle_white_210312_text .surpriseIten.surpriseIten01>div {
    display: table-cell;
    vertical-align: middle;
    width: 45%;
}

@media (max-width: 1280px) {
    .o2o_form .gift_box {
        padding: 2vw 1.5vw;
    }
}

@media (max-width: 820px) {
    .o2o_form .gift_box .product_triangle_white_210312_text .surpriseIten.surpriseIten01>div {
        width: 63%;
    }
}

@media (max-width: 500px) {
    .o2o_form .gift_box .product_triangle_white_210312_text .surpriseIten.surpriseIten01>div {
        width: 54%;
    }
}

@media (max-width: 387px) {
    .o2o_form .gift_box .product_triangle_white_210312_text .surpriseIten.surpriseIten01>div {
        width: 56%;
    }
}

.product_triangle_white_210312_text .surpriseIten .buyOneGiveFive a {
    width: 80%;
}

.o2o_form .gift_box .product_triangle_white_210312_text .surpriseIten span {
    padding: 5px 10px;
    background: #295a83;
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
    display: table;
    margin: 0 auto 3%;
    box-shadow: 0 0 10px #fff;
}

.o2o_form .gift_box .product_triangle_white_210312_text .surpriseIten p {
    padding: 3px 0;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}


@media (max-width: 1024px) {

    .o2o_form .gift_box>img {
        width: 85%;
        display: flex;
        margin: 0 auto 0;
    }

    .o2o_form .gift_box .product_triangle_white_210312_text .surpriseIten p {
        font-size: 15px;
    }
}

@media (max-width: 820px) {
    .o2o_form .gift_box {
        width: 100%;
        z-index: 2;
        margin: 0 auto;
        padding: 6vw 3.5vw;
    }

    .product_triangle_white_210312_text .surpriseIten .buyOneGiveFive a {
        width: 36vw;
    }


    .o2o_form .gift_box>h2 {
        margin-bottom: 1vw;
        width: 100%;
        margin: 0 auto;
        line-height: 1.1;
        font-size: 7.7vw;
    }

    .o2o_form .gift_box .product_triangle_white_210312_text .surpriseIten {
        margin-bottom: 1vw;
    }

    .o2o_form .gift_box .product_triangle_white_210312_text .surpriseIten p {
        font-size: 4vw;
    }

    .o2o_form .gift_box .product_triangle_white_210312_text .surpriseIten.surpriseIten01>div,
    .o2o_form .gift_box .product_triangle_white_210312_text .surpriseIten.surpriseIten02>div {
        width: 45%;
    }
}

@media (max-width: 500px) {
    .o2o_form .gift_box .product_triangle_white_210312_text .surpriseIten p {
        font-size: 3.6vw;
    }
}

.o2o_form .gift_box .gift_box_product {
    display: block;
    margin: 0 auto 0 auto;
}

.o2o_form .gift_box .btn-wrap {
    display: flex;
    margin: 5% auto 0;
}

.o2o_form .gift_box .btn-wrap a {
    display: block;
    /* width: 33.33333%; */
    color: #fff;
    margin: 0 auto;
}

.o2o_form .gift_box .btn-wrap a:hover {
    color: #000;
}

@media screen and (max-width: 500px) {
    .o2o_form .gift_box .btn-wrap {
        margin: 4% -3% 1%;
    }
}

@media (max-width: 375px) {
    .o2o_form .gift_box .gift_box_product {
        margin-top: 15px;
    }

    .o2o_form .gift_box>h2 {
        margin-bottom: 3vw;
    }
}

@media (max-width: 320px) {
    .o2o_form .gift_box .btn-wrap a {
        font-size: 13px;
    }
}

/*母親節檔期按鈕 */
/*
.btn-wrap {
    margin: 15px auto;
    text-align: center;
}

.btn.mothersDay_bt {
    width: 294px;
    display: table;
    margin: 0 auto;
    max-width: inherit;
}

@media (max-width: 820px) {
    .btn.mothersDay_bt {
        width: 363px;
    }
}

@media (max-width: 500px) {
    .btn.mothersDay_bt {
        width: 364px;
    }
}

@media (max-width: 400px) {
    .btn.mothersDay_bt {
        width: 95%;
    }
}
*/

/************o2o表單*********/


@media (max-width:820px) {
    .event_oto {
        padding-top: 5%;
    }
}

.event_oto .event_content {
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.event_oto .formfields_box {
    width: 100%;
    margin: 0;
    padding: 0;
}

.event_oto .textinput {
    font-size: 16px;
    padding: 3px 10px;
    width: 100%;
    max-width: 100%;
    color: #000;
    margin-bottom: 20px;
}

.event_oto .selectboxit-container .selectboxit {
    margin-bottom: 20px;
}

@media only screen and (max-width: 820px) {
    .event_oto .textinput {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .event_oto .selectboxit-container .selectboxit {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
}

.event_oto .button_box {
    padding: 10px 0;
    text-align: center;
}

.event_oto .button_box .formfield_button {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    display: inline;
}

@media screen and (max-width: 820px) {
    .event_oto .button_box .formfield_button {
        margin-bottom: 20px;
        margin-top: 20px;
    }

}

@media (max-width: 820px) {
    .event_oto .button_box {
        padding-top: 0;
    }
}

.event_oto .button_box button,
.event_oto .button_box .btn {
    margin: 0 3px;
    color: #fff;
    background: #000;
    /*background: url(../images/btn_bg-w.png) center center no-repeat;
    background-size: cover;*/
    outline: 0;
    transition: all 0.5s ease;
    font-weight: 400;
    padding: 11px 15px;
    width: 45%;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #fff;
    /*box-shadow: 0 0 10px #fff;*/
    max-width: 162px;
    letter-spacing: 0.2rem;
}

.event_oto .button_box button,
.event_oto .button_box .btn {
    padding: 11px 15px;
    width: 162px;
}

@media (max-width: 1100px) {

    .event_oto .button_box button,
    .event_oto .button_box .btn {
        width: 144px;
    }
}

@media screen and (max-width: 820px) {

    .event_oto .button_box button,
    .event_oto .button_box .btn {
        font-size: 4.6vw;
        width: 36vw;
        max-width: none;
        padding: 2.3vw 3vw;
    }
}

.event_oto .button_box .btn {
    margin-left: 10px;
}

.event_oto .button_box button:focus,
.event_oto .button_box button:hover {
    border: 1px solid #000;
    color: #000 !important;
    background: #fff;
}

@media only screen and (max-width: 360px) {

    .event_oto .button_box button,
    .event_oto .button_box .btn {
        margin: 0;
    }
}

.event_oto .button_box .btn span {
    font-size: inherit;
    line-height: inherit;
}

.event_oto .button_box .btn:focus span,
.event_oto .button_box .btn:hover span {
    color: #000;
}


/* 修正selectboxit下拉選單與文字textinput外觀一致 */
/*
.selectboxit-container .selectboxit-options a,
.selectboxit-container span {
    height: 2.43rem;
    line-height: 2.43rem;
}

.selectboxit-container .selectboxit {
    width: 100% !important;
    background: #fff;
    max-width: 100%;
    border: 1px solid #cacaca;
    padding: 0 1.25rem 0 .625rem;
}
*/

/* NGL-表單placeholder */
.event_oto input.c-text-field__input::-webkit-input-placeholder {
    color: #3a5775
}

.event_oto input.c-text-field__input:-ms-input-placeholder {
    color: #3a5775
}


.event_oto input.c-text-field__input::-moz-placeholder {
    color: #3a5775
}


.event_oto input.c-text-field__input:-moz-placeholder {
    color: #3a5775
}


.event_oto input.c-text-field__input::-webkit-input-placeholder {
    color: #3a5775
}


.event_oto input.c-text-field__input:-ms-input-placeholder {
    color: #3a5775
}


.event_oto input.c-text-field__input::-ms-input-placeholder {
    color: #3a5775
}


.event_oto input.c-text-field__input::placeholder {
    color: #3a5775
}



/*因應NGL新表單調整樣式 start*/

.event_oto .c-check-field.m-checkbox .c-check-field__label {
    text-align: justify;
    white-space: wrap;
    font-size: 14px;
}

#otoo-event-form .selectboxit-container .selectboxit-options {
    max-height: 130px !important;
}

.event_oto .c-select__field,
.event_oto [type=color],
.event_oto [type=datetime-local],
.event_oto [type=datetime],
.event_oto [type=email],
.event_oto [type=month],
.event_oto [type=number],
.event_oto [type=password],
.event_oto [type=search],
.event_oto[type=tel],
.event_oto [type=text],
.event_oto [type=time],
.event_oto [type=url],
.event_oto [type=week],
.event_oto textarea {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    height: 2.8rem;
    line-height: 2.8rem;
    padding: 0 1rem;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.event_oto .c-check-field.m-checkbox .c-check-field__input:checked+.c-check-field__label:hover:before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.event_oto .c-text-field.m-active .c-text-field__label.m-float:before {
    background: none;
}

.event_oto .c-text-field__label.m-float {
    padding-left: 1.25rem;
    /*left: 0.8em;*/
    top: -0.3em;
    /*WWdisplay: none;*/
    /*隱藏欄位title*/
}

.event_oto .c-text-field.m-active .c-text-field__label.m-float,
.event_oto .c-text-field.m-focus .c-text-field__label.m-float {
    display: none;
}

.event_oto .c-select.m-active .c-select__label.m-float,
.event_oto .c-select.m-focus .c-select__label.m-float {
    display: none;
}

.event_oto .c-field__error-message {
    color: #bae4fb;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: .625rem;
    margin: 0.5rem 0 -0.5rem;
    display: none;
    /*隱藏error訊息,，避免跑版*/
}

.event_oto .response_box span.hidden,
.event_oto .response_box .error_message.hidden {
    display: none;
    /*隱藏非lightbox的error訊息影響版面*/
}

@media (max-width:1280px) {
    .event_oto .c-check-field.m-checkbox .c-check-field__label {
        font-size: 1.1vw;
    }

}

@media (max-width:820px) {
    .event_oto .c-check-field.m-checkbox .c-check-field__label {
        font-size: 3.2vw;
    }

    .event_oto .c-select__field,
    .event_oto [type=color],
    .event_oto [type=datetime-local],
    .event_oto [type=datetime],
    .event_oto [type=email],
    .event_oto [type=month],
    .event_oto [type=number],
    .event_oto [type=password],
    .event_oto [type=search],
    .event_oto[type=tel],
    .event_oto [type=text],
    .event_oto [type=time],
    .event_oto [type=url],
    .event_oto [type=week],
    .event_oto textarea {
        height: 2.5rem;
        line-height: 2.5rem;
        padding: 0 1rem;
    }

    .event_oto .c-text-field__label.m-float {
        padding-left: 1rem;
    }
}

/*因應NGL新表單調整樣式end*/