.cta_contact.reg a {
    background-image: linear-gradient(to right, #22C4EE, #0599D9);
}

.login-in img.u_img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #1CA8FA;
}

.updateform .form-group.v_fm {
    display: block;
}


/**select**/

.sr-only {
    overflow: unset;
    clip: unset;
    position: relative;
    height: auto;
    margin: 0;
}

.form_box .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
}

.form_box .dropdown-menu.show {
    display: block;
}

.form_box .bootstrap-select .dropdown-menu {
    width: 100% !important;
    min-height: auto !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.form_box .bootstrap-select .dropdown-menu .inner {
    min-height: auto !important;
}

.form_box .bootstrap-select .dropdown-toggle:focus {
    outline: none!important;
}

.form_box .dropdown-item:hover {
    background-color: #FAEDD1!important;
}

.bootstrap-select .bs-ok-default:after {
    color: #FFDA9A
}

.form_box .dropdown {
    width: 100% !important;
    position: relative
}

.form_box .dropdown-item {
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #fff;
    border: 0;
}

.form_box .bootstrap-select .btn {
    background: unset;
    color: #333;
    box-shadow: unset;
    border: unset;
    outline: unset;
    width: 100%;
    min-height: 36px;
    margin: 0;
}

.form_box .bootstrap-select .dropdown-toggle::after {
    content: "\f107";
    font-family: "FontAwesome";
    border-radius: 0.25rem;
    height: 38px;
    width: 38px;
    position: absolute;
    right: -1px;
    top: 0;
    font-weight: bold;
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
}

.selectbox {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0
}

.form_box .bootstrap-select .dropdown-menu li a {
    display: flex;
    align-items: center
}

.form_box .bootstrap-select .dropdown-menu li a.selected span.check-mark {
    background-color: #FFDA9A;
    left: 16px;
    border-color: #FFDA9A;
}

.form_box .bootstrap-select .dropdown-menu li a span.check-mark {
    display: inline-block;
    height: 16px;
    width: 16px;
    border: 1px solid #ddd;
    background-color: #fff;
    position: absolute;
    right: auto;
    top: auto;
    border-radius: 3px;
}

.form_box .bootstrap-select .dropdown-menu li a.selected .bs-ok-default:after {
    content: "";
}

.form_box .bootstrap-select .dropdown-menu li a .bs-ok-default:after {
    content: none;
    border-width: 0 0.1em 0.1em 0;
    border-color: #fff;
    width: 0.25em;
    height: 0.5em;
    position: absolute;
    left: 5px;
    top: 2px;
}

.form_box .bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-left: 25px
}

.updateform .form-group.can_download {
    display: none;
}

.mediaform .article_btn .submit {
    left: unset;
}


/**select***/

.content-block.n_sty .right {
    width: 100%;
}

.videoarticle .boxcontent dl dd {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.videoarticle .boxcontent dl dd b {
    width: 110px;
}

.videoarticle .boxcontent dl dd p {
    width: calc(100% - 120px);
    margin-bottom: 0;
}

.videoarticle .boxcontent dl dd p span {
    display: block;
    margin-bottom: 20px;
}

.videoarticle .boxcontent dl dd p span:nth-last-child(1) {
    margin-bottom: 0;
}

.videoarticle .boxcontent dl dd p a {
    display: inline-block;
    border-radius: 20px;
    background: #EC7A9B;
    color: #fff;
    padding: 5px 30px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.videoarticle .boxcontent dl dd p a.blueback {
    background: #22C4EE;
}

.videoarticle .boxcontent dl dd p a.noneback {
    background: none;
    padding: 0;
    color: #003953;
}

.member .right .box .tableboxcon table td img {
    margin: 0 5px;
    vertical-align: middle;
}

.member .right .box .tableboxcon table td span {
    display: flex;
    align-items: center;
}

.member .right .box .table_top .more {
    display: none;
}

.member .right .box .table_top .more.active {
    display: flex;
}

.new_icon_list .icos {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.new_icon_list .icos a {
    margin-left: 30px;
    color: #8D8D8D;
}

.new_icon_list .icos a img {
    margin-right: 10px;
}

.updateform .form-group .form-control.border_none {
    border: none
}

.home_live .livebox2 .right {
    display: block;
    height: 553px;
    overflow-y: auto;
}

.fc .fc-daygrid-day-number {
    cursor: pointer;
}

.fc .fc-daygrid-day-number:hover {
    background: #EC7A9B !important;
    color: #fff;
}

.fc .fc-scroller {
    overflow: auto !important;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    display: none;
}

.layui-layer-page .layui-layer-content {
    position: relative;
    overflow: auto;
    padding: 1rem;
}

.videoarticle .left.res {
    width: 100%;
}

.top_submit {
    border: none;
    box-shadow: none;
    background: #fff;
    cursor: pointer;
}


/*******注冊*******/

.mediaform.form_reg {
    display: flex;
    justify-content: center;
    max-width: 100%;
}

.mediaform.form_reg .left {
    width: 45%;
}

.mediaform.form_reg .right {
    width: 45%;
    padding: 0;
    margin: 0;
}

.mediaform.form_reg .submit {
    bottom: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 158px;
    height: 44px;
    background: #FB618F;
    color: #fff;
    border-radius: 60px;
    border: none;
    box-shadow: none;
}

.mediaform.form_reg .form-group label {
    width: 170px;
}

@media screen and (max-width: 1280px) {
    .mediaform.form_reg {
        flex-wrap: wrap;
    }
    .mediaform.form_reg .left {
        width: 100%;
    }
    .mediaform.form_reg .right {
        width: 100%;
    }
    .register .tabbox li form.mediaform.form_reg .left {
        width: 45%;
    }
    .register .tabbox li form.mediaform.form_reg .right {
        width: 45%;
    }
}

@media screen and (max-width: 1024px) {
    .register .tabbox li form.mediaform.form_reg .left {
        width: 100%;
    }
    .register .tabbox li form.mediaform.form_reg .right {
        width: 100%;
    }
}

.mediaform.form_reg .uploadbtn.ret_img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #FB618F;
}

.register .tabbox li form .form-control.up_img {
    border-radius: 6px;
    border: 1px solid rgba(112, 112, 112, 0.19);
    padding: 0.5rem 0.8rem;
    background: #fff;
    display: block;
}

@media screen and (max-width: 768px) {
    .register .tabbox li form .form-control.up_img {
        margin-bottom: 2rem;
    }
}

.member .left .menu ul li a span {
    display: inline-block;
    position: relative;
}

.member .left .menu ul li a span i.total_notice {
    position: absolute;
    right: -15px;
    top: 0px;
    width: 15px;
    height: 15px;
    text-align: center;
    padding-left: 1px;
    font-weight: normal;
    line-height: 15px;
    border-radius: 50px;
    font-style: normal;
    font-size: 10px;
    color: #fff;
    background-color: #DD1829;
    -webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

@-webkit-keyframes icon-bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}


/*******lay*********/

.layuidate {
    margin-left: 1rem;
}

.layui-form-mid {
    float: unset;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.layui-input {
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    height: 41px;
    line-height: 41px;
}

.layui-input-inline.new {
    padding-right: 1rem;
}

.layui-input-inline.new .layui-input {
    border-radius: 6px;
    border: 1px solid #E4E4E4;
    height: 51px;
    line-height: 51px;
}

.layui-input-inline.new1 {
    padding-right: 5px;
}

.layui-input-inline.new1 .layui-input {
    border-radius: 6px;
    border: 1px solid #E4E4E4;
    height: 39px;
    line-height: 39px;
}

.layui_select {
    margin-left: 1rem;
}

input:focus {
    outline: none
}

.register .tabbox li form .form-control .code {
    border: none;
    cursor: pointer;
}

.register .tabbox li form .form-control .code[disabled] {
    background: #ccc;
    cursor: unset;
}


/**********1216************/

.updateform .form-group.v_file,
.updateform .form-group.v_video {
    display: none;
}

.updateform .form-group.v_slink {
    display: none;
}

.updateform .form-group.res_types {
    display: none;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 12px !important;
}

.home_about .txt,
.home_feature .txt {
    width: 100%;
}

.boxcontent .items .box .txt {
    max-width: 100%;
    transform: unset;
    float: unset;
    margin-top: 1rem;
}

.video .row a .con.n_con {
    position: relative;
}

.content-block .left {
    width: 300px;
}

.content-block .right {
    width: calc(100% - 350px);
}

@media screen and (max-width: 767px) {
    .content-block .left {
        width: 100%;
    }
    .content-block .right {
        width: 100%;
    }
}


/***
.Contact-block .left {
    width: 55%;
}

.Contact-block .right {
    width: 40%;
}
**/

.Contact-block .left dl dd .ico img {
    width: 25px;
}

.home_about .txt.n_max {
    max-width: unset;
    margin-top: 30px;
}

.inner.new_style .content h3::before {
    content: '';
    display: block;
    width: 59px;
    height: 2px;
    background: url(../images/x.png) no-repeat top center;
    background-size: 100% 100%;
    margin-bottom: 30px;
}

.gnav--recruit svg {
    margin-left: 0;
}

.gsc-search-button-v2 {
    padding: 0 !important;
    width: 47px !important;
    height: 47px;
    line-height: 47px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EC7AE1 !important;
    border-color: #fff !important;
    border-radius: 47px !important;
}


/**.cta_recruit a {
    
    width: max-content !important;
    background: none !important;
}**/

input.gsc-input {
    width: 135px !important;
}

table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
}

.gsc-input-box {
    border-radius: 50px;
}

@media screen and (max-width: 768px) {
    .header .search {
        display: none;
    }
    .gnav--cta-pc li {
        width: 48%;
    }
    .gnav--cta-pc li.sear {
        width: 50%;
        margin-left: 0 !important;
    }
    .gsc-control-cse {
        background-color: transparent !important;
        border: 1px solid transparent !important;
    }
    .gsc-input-box {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        border-top-left-radius: 50px !important;
        border-bottom-left-radius: 50px !important;
    }
    .gscb_a {
        background: unset;
        line-height: 36px !important;
    }
    .gsc-overflow-hidden .header .gnav {
        z-index: 99999;
    }
    .gsc-control-cse {
        padding: 0 !important;
        margin-bottom: 1rem;
    }
    .gsc-search-button {
        padding-left: 10px;
    }
    input.gsc-input {
        width: calc(100vw - 120px) !important;
    }
    .gnav--cta-pc li a.gsst_a {
        background: unset;
    }
}

.works_item .num {
    font-size: 1.4rem;
}

.works_item .num span {
    font-size: 2rem;
}

.works_item .left {
    width: 50%;
}

.works_item .right {
    width: 45%;
}

.publication .col-md-3.new_sty a .boximg {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    background: #fff;
}

.publication .col-md-3.new_sty a .boximg img {
    object-fit: contain;
    transition: all 0.35s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .publication .col-md-3.new_sty {
        width: 100%;
    }
    .publication .col-md-3.new_sty a .boximg {
        height: auto;
    }
}


/**cms**/

.boxcontent .items .box .txt.fr-element ul {
    padding-left: 1rem;
}

.boxcontent .items .box .txt.fr-element ul li {
    list-style: disc;
    font-weight: normal;
    line-height: 1.5;
}

.content-block .right .country .col-md-4 .boximg {
    background: #ccc;
}

.top_box {
    display: flex;
    justify-content: space-between;
}

.top_box .top_box_form {
    display: flex;
}

.top_box .top_box_form .top_submit {
    margin-left: 1rem;
    width: 41px;
    height: 41px;
}

@media screen and (max-width: 768px) {
    .top_box {
        display: block;
    }
    .top_box .top_box_form {
        margin-bottom: 30px
    }
    .top_box .top_box_form .layui-input {
        width: calc(40vw - 56px);
    }
}

@media screen and (max-width: 660px) {
    .top_box .top_box_form .layui-input {
        width: 100%;
    }
}

.d_none {
    display: none
}

.login-in {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    color: #1CA8FA;
    width: 120px;
}

.share_icon {
    width: 20px;
    margin-right: 5px;
}

.tabnav a.a2a_dd {
    display: flex;
    align-items: center;
}

.tabnav.new_share ul li {
    display: flex;
    align-items: center;
}

.tabnav .a2a_kit a {
    margin-right: 5px;
}

.layui-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.member .right .box .boxtit {
    white-space: nowrap;
}

@media screen and (max-width: 820px) {
    .member .right .box .top_bar .topform {
        justify-content: flex-start;
    }
    .layuidate {
        margin-left: 0;
        margin-top: 0.5rem;
        width: 100%;
    }
    .layui_select {
        width: 100%;
        margin-left: 0;
        margin-top: 0.5rem;
    }
    .layui-input-inline {
        width: 100%;
    }
    .layui-form>div {
        width: 100%;
    }
}

.res_detail {
    display: flex;
    align-items: center;
}

.pass_pup {
    margin-left: 10px;
}

.login .right .form-group.ps_tip {
    display: flex;
    align-items: center;
}

.login .right .form-group.ps_tip input#password {
    width: 100%;
}

.ps_tip {
    position: relative;
}

.c_tips1 {
    position: absolute;
    right: -220px;
    top: 0
}

.c_tips1 .tip1 {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    color: #fff;
    padding: 6px 15px;
    border-radius: 10px;
    padding: 10px;
    max-width: 200px;
}

@media screen and (max-width: 1300px) {
    .c_tips1 {
        position: absolute;
        right: 20px;
        top: 0
    }
}

.mart-3 {
    margin-bottom: 3rem;
}

.btn-2 a .arrow {
    top: 0
}

.gnav--recruit a {
    width: max-content;
    max-width: 60vw;
}

.gsc-selected-option-container {
    max-width: 100%;
}

.vicon .lock_icon {
    color: #FBBC05;
    position: absolute;
    left: 10px;
    bottom: 0;
    z-index: 3;
}

.vicon .lock_icon i.fa {
    font-size: 20px;
}


/**.circle--slider .animate-more .ttl{
    font-size: 1.075rem;
}**/

.gsc-control-cse .gsc-option-menu-container {
    min-width: 120px;
}

.logo1 {
    height: 45px;
    width: auto;
}

.logo1.logo_sty2 {
    height: 90px;
    padding-top: 30px;
}

.header--logo {
    align-items: center;
}

.logo1_tit {
    position: absolute;
}

@media screen and (max-width: 1200px) {
    .logo1.logo_sty2 {
        height: 45px;
        padding-top: 0px;
    }
    .logo1_tit {
        position: unset;
    }
}

.down_icon {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: max-content;
    background: #FB618F;
    color: #fff;
    padding: 0 10px;
}

.d_img {
    display: block;
}

.contactform {
    padding: 7% 4%;
    max-width: 985px;
}

.y_video {
    width: 100%;
    height: 600px;
    margin-bottom: 200px;
}

.y_video .inner {
    width: 1000px;
    margin: 0 auto;
    box-shadow: 0px 3px 55px #00000014;
    border-radius: 30px;
    border: 30px solid #fff;
    background: #fff;
}

.y_video .inner iframe {
    border-radius: 30px;
}

.footer_cta.no_bg {
    background-image: none;
}

.tip_tit {
    margin-bottom: 2rem;
    text-align: center;
}

.bottom_tit {
    margin-bottom: 1rem;
}

.vtc-module.pannysp-module .brand-list .item .pic {
    display: block;
}

.vtc-module .waterfall-item .down_icon {
    display: none;
}

.vtc-module .waterfall-item:hover .pic {
    background-color: #003953;
}

.vtc-module .waterfall-item:hover .down_icon {
    display: block;
}

.contactform .icon_item dl {
    display: flex;
    justify-content: center;
}

.contactform .icon_item dl dd {
    padding: 1rem;
}

.contactform .icon_item dl dd a img {
    width: 50px;
}

.contact_img {
    text-align: center;
}

.gsc-imageResult>.gsc-expansionArea {
    display: flex !important;
    justify-content: space-between !important;
}

.gsc-imageResult .gsc-result {
    width: 20% !important;
    padding: 5rem 0 !important;
}

.gs-imageResult .gs-image-box .gs-image {
    /* display: none; */
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer_cta.no_bg {
    padding-top: 0;
}

.footer--cta.new_cta .footer--contact a,
.footer--cta.new_cta .footer--recruit a {
    height: 150px !important;
}

table {
    width: 100%;
}

.fr-view table tr td {
    border: 1px solid #ccc;
    padding: 0.5rem;
}

.gsc-search-box table tr td {
    border: none;
}

.article .body table p {
    margin-bottom: 0;
    font-weight: normal;
}

@media screen and (max-width: 1200px) {
    .y_video .inner {
        width: 100%;
    }
    .y_video .inner iframe {
        width: 100% !important;
    }
}

@media screen and (max-width: 680px) {
    .y_video {
        height: auto;
    }
    .services {
        padding-bottom: 150px;
    }
}

.fs14 {
    font-size: 14px;
}