@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
/* CSS Document */
*{font-size: 16px;font-family: "Noto Sans TC", sans-serif;font-optical-sizing: auto;}
/**/
.d-none{display: none !important;}
.flex-row {display: flex;flex-wrap: wrap;}
.ml-auto {margin-left: auto !important;}
.mr-auto {margin-right: auto !important;}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}
/**/
#wapper {
    overflow: hidden;
}
nav.navbar-default {
    background-color: #f3f3f3;
    color: #3f3f3f;
    border: none;
    display: flex;
    flex-wrap: wrap;
    position: sticky !important;padding: 15px 5px;
    border-bottom: 1px solid #9d8d8d !important;align-items: center;
}
nav.navbar-default .navbar-nav .nav-link {
    color: #3f3f3f;position: relative;
}
nav.navbar-default .navbar-nav .nav-link:focus, nav.navbar-default .navbar-nav .nav-link:hover {
    color: #007c72;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover,.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #fff;color: #007c72;
}
li.nav-item.dropdown a.nav-link.dropdown-toggle::after {
    content: "▶";
    font-size: 10px;
    position: relative;
    transform: rotate(90deg) translate(-2px, -6px);
    display: inline-block;
    color: #007c72;
}
.dropdown-menu>li>a::before {
    content: "▶";
    font-size: 10px;
    position: relative;
    display: inline-block;
    color: #007c72;margin-right: 5px;
}
nav .navbar-collapse {
    margin-left: auto;
    flex: auto;
    width: auto;
}
nav .navbar-collapse .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
nav .logo {
    max-width: 300px;padding: 5px 30px;margin: 0 auto;
}
nav .logo .navbar-brand {
    height: auto;
}
nav .logo img{width: 100%;height: auto;display: inline-block;}
.dropdown-menu>li>a {
    color: #000;
}
nav .topR {
    min-width: 200px;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
nav .topR .welcome {
    width: 100%;
}
nav .topR a{
	padding: 5px 7px;
    display: inline-block;
    border: 1px solid #000;
    min-width: 5em;
    text-align: center;
    border-radius: 40px;}
nav .topR a:hover,nav .topR a:focus{background-color: #3D2E2E;color: #fff;text-decoration: none;}
.banner_img_box {
    position: relative;
}
.banner_img_box .banner_text {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    transition: font-size .3s,margin .3s;animation: rebrand-fade-in-slide-up .6s ease-out .1s both
}
.banner_text h4 {
    line-height: 1.5em;text-align: center;
    margin: 0 0 15px;line-height: 1.5em;font-weight: 300;
}
.banner_text h3 {
    line-height: 1.5em;
    margin: 0 0 15px;
}
.banner_text h2 {
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 15px;
}
.banner_text h1 {
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 15px;
}
.banner_text a {
    background-color: #5bc7d0;
    color: #fff;
    font-size: 12px;
    border-radius: 50px;
    padding: 10px 30px;
}
.banner_text a span {
    display: inline-flex;
}
.banner_text a span + span::before {
    content: "|";
    margin: 0 15px;
}
.index_box1 {
    padding: 2em 8em;
}
.index_box1 .border {
    border: 1px solid #e1e1e1;
    margin: 2em 0px;
    padding: 2em 2.5em;
    border-radius: 7px;
}
.index_box1 .text_box h3{margin-bottom: 1.5em;}
.index_box1 .text_box h3 span {
    display: inline-flex;font-size: 3rem;font-weight: bold;color: #0066ff;
}
.index_box1 .text_box h3 span + span::before {
    content: "|";
    margin: 0 15px;font-weight: 100;
}
.index_box1 .text_box p{font-weight: bold;color: #000;line-height: 1.8em;padding-left: 30px;position: relative;}
.index_box1 .text_box p i{color: #0066ff;position: absolute;left: 0;top: 0;line-height: 1.8em;}
.moer_btn {
    border: 1px solid #0066ff;
    padding: 15px 3em;
    border-radius: 100px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;margin-top: 1.5em;
    color: #0066ff;display: inline-block;letter-spacing: 5%;
}
.moer_btn:hover{background: #0066ff;color: #fff;}
.moer_btn.purple_btn {
    color: #fff;
    border: none;
    background-color: #6a17cc;
}
.moer_btn.purple_btn:hover,.moer_btn.purple_btn.active {
    background-color: #5300b6;
}
.moer_btn.purple_btn span{display: block;font-size: 12px;}
.moer_btn.white_line_btn {
    color: #fff;font-size: 24px;
    border-color: #fff;min-width: 300px;
}
.moer_btn.white_line_btn:hover{background:rgb(255 255 255 / 80%);color: #333;}
.index_box2 {
    background: linear-gradient(to bottom,  rgba(106,17,203,1) 0%,rgba(106,17,203,1) 20%,rgba(37,117,252,1) 100%);
    color: #fff;
    padding: 4em 2em 5em;
    text-align: center;
}
.people_group_box {
    display: inline-flex;
    justify-content: center;position: relative;
    margin-bottom: 2em;
}
.people_group_box::before{content: "";
background: linear-gradient(to right,  rgba(106,17,203,1) 0%,rgba(106,17,203,0) 100%);position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 47%;
}
.people_group_box::after{content: "";
background: linear-gradient(to right,  rgba(106,17,203,0) 0%,rgba(106,17,203,1) 100%);    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 47%;
}
.people_group_box >div{overflow: hidden;border-radius: 5px;margin: 0 8px;}
.index_box2 .text_box {
    margin-bottom: 3em;
}
.index_box2 .text_box p {
    font-size: 20px;
    letter-spacing: 5%;
    font-weight: 600;
    margin: 0;
}
.round_group_box {
    display: flex;
    justify-content: center;
}
.round_group_box div {
    padding: 2em;
    width: 260px;height: 260px;
    background-image: url(/public/images/oval.png);
    background-size: contain;
    background-repeat: no-repeat;margin: 0 15px;min-width: 260px;display: flex;
    flex-direction: column;
    justify-content: center;
}
.round_group_box>span, .round_group_box p {
    font-size: 20px;
    display: block;
    font-weight: 500;margin: 0;
}
.round_group_box strong {
    display: block;
    font-size: 2.7em;
    padding: 15px 0;
}
.feedback_box{padding: 2em 8em;}
.feedback_box h3 {
    color: #5bc7d0;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 5%;margin-bottom: 2em;
}
.feedback_box .col-md-4 {
    display: flex;
}
.feedback_box .border {
    border: 1px solid #5bc7d0;
    border-radius: 8px;
    padding: 2em;color: #333;
}
.feedback_box .title {
    display: flex;
    margin-bottom: 1.5em;
    margin-left: 0;
}
.feedback_box .info h4 {
    font-weight: bold;
    font-size: 1.5em;
    color: #5bc7d0;
}
.feedback_box .info p {
    font-size: 14px;
    font-weight: 600;
	padding: 0;
}
.feedback_box .border .title {
    display: flex;
    margin-bottom: 2em;
    margin-left: 0;align-items: center;
}
.feedback_box .border .title .author {
    flex: 1;
    padding-left: 1.5em;
    font-weight: bold;font-size: 18px;
}
.feedback_box .border .title .author span {
    font-size: 12px;
    display: block;
    font-weight: bold;
}
.feedback_box .border .title .img {
    width: 90px;
    height: 90px;
    border-radius: 90px;
    overflow: hidden;
}
.feedback_box2 .owl-item {
    width: 25%;
}
.feedback_box2 .owl-item .info {
    padding: 15px;
}
.feedback_box2 .owl-item .info h4 {
    font-size: 18px;
    font-weight: bold;margin: 0 0 0.5em;
}
.feedback_box2 .owl-item .info p {
    font-size: 12px;
    padding: 0;
    font-weight: bold;
    margin: 0;
}
.feedback_box2 .owl-item .img {
    border: 4px solid #dbdbdb;
    border-radius: 13px;
    overflow: hidden;
}
.startnow .img_box {
    position: relative;
    min-height: 446px;
    display: flex;
}
.startnow .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    object-position: center;
}
.startnow .img_box .text_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
.startnow .img_box .text_box h3 {
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 2.5em;
}
.startnow .img_box .text_box h4 {
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}
/**/
.top_quality1 {padding: 2em 8em;}
.top_quality1 .text_box h3 {margin-bottom: 0.7em;color: #2faeff;font-size: 3rem;font-weight: 600;}
.pro2 .top_quality1 .text_box h3{color: #4a148c;}
.top_quality1 .text_box h3 span {display: block;font-size: 12px;font-weight: bold;color: #fff;background-color: #2faeff;margin-bottom: 15px;width: 90px;padding: 5px 12px;text-align: center;border-radius: 50px;line-height: 25px;letter-spacing: 10%;}
.pro2 .top_quality1 .text_box h3 span{background-color: #4a148c;}
.top_quality1 .text_box h3 span + span::before {content: "|";margin: 0 15px;font-weight: 100;}
.top_quality1 .text_box p{font-weight: 500;color: #000;line-height: 1.8em;position: relative;}
.top_quality1 .text_box p i{color: #0066ff;position: absolute;left: 0;top: 0;line-height: 1.8em;}
.top_quality2 {padding: 3em 1em;background-color: #2faeff;}
.pro2 .top_quality2 {background-color: #4a148c;}
.top_quality2 .text_box {max-width: 700px;margin: 0 auto;text-align: center;}
.top_quality2 .text_box h3 {margin-bottom: 0.7em;color: #fff;font-size: 3rem;font-weight: 600;}
.top_quality2 .text_box h3 span {display: block;font-size: 12px;font-weight: bold;color: #000;background-color: #fff;margin: 0 auto 15px;width: 90px;padding: 5px 12px;text-align: center;border-radius: 50px;line-height: 25px;letter-spacing: 10%;}
.top_quality2 .text_box p{font-weight: 500;color: #fff;line-height: 1.8em;position: relative;}
.top_quality3 {background-image: url(/public/images/index_img7.jpg);background-repeat: no-repeat;background-position: top left;background-size: cover;padding: 7em 2em;}
.pro2 .top_quality3 {background-image: url(/public/images/index_img13.jpg);background-position: bottom right;padding: 7em 2em 3em;}
.top_quality3.nobg{background-image: none;}
.top_quality3 .border {border: 1px solid #6a17cc;border-radius: 10px;padding: 1em 1.5em;background-color: #fff;max-width: 992px;margin: 0 auto 3em;}
.pro2 .top_quality3 .border {border: 1px solid #1a237e;}
.top_quality3 .border + .text-center,.top_quality3.nobg .text-center{max-width: 900px;margin: 0 auto 3em;}
.top_quality3 .text_box h3 {margin-bottom: 0.7em;color: #6a17cc;font-size: 3rem;font-weight: 600;}
.pro2 .top_quality3 .text_box h3{color: #1a237e;}
.top_quality3 .text_box h3 span {
display: block;font-size: 12px;font-weight: bold;color: #fff;background-color: #6a17cc;margin-bottom: 15px;width: 90px;padding: 5px 12px;text-align: center;border-radius: 50px;line-height: 25px;letter-spacing: 10%;}
.pro2 .top_quality3 .text_box h3 span {background-color: #1a237e;}
.top_quality3 .text-center .text_box h3 span {margin: 0 auto 15px;}
.top_quality3 .text_box p{font-weight: bold;color: #000;line-height: 1.8em;position: relative;}
.top_quality3 .text_box p i{color: #0066ff;position: absolute;left: 0;top: 0;line-height: 1.8em;}
.top_quality3 .col-md-5 .img_box {overflow: hidden;border-radius: 10px;}
.top_quality4 {background-image: url(/public/images/index_img9.jpg);background-repeat: no-repeat;background-size: cover;background-position: top right;padding: 7em 2em;}
.pro2 .top_quality4 {background-image: url(/public/images/index_img14.jpg);background-repeat: no-repeat;background-size: cover;padding: 7em 2em;}
.top_quality4 h3 {margin-bottom: 0.7em;color: #fff;font-size: 3rem;text-align: center;font-weight: 600;}
.top_quality4 table {max-width: 900px;margin: 0 auto;}
.top_quality4 table tr{background-color: #f2eef4;}
.top_quality4 table tr:nth-of-type(even){background-color: #fff;}
.top_quality4 table td {color: #303030;padding: 5px 7px;text-align: center;font-size: 18px;line-height: 1.5em;font-weight: 500;height: 90px;}
.top_quality4 table th,.top_quality4 table .th {color: #333;padding: 5px 7px;text-align: center;font-size: 18px;line-height: 1.5em;font-weight: bold;height: 90px;}
.top_quality4 table td.special {font-weight: 600;border-left: 5px solid #2faeff;border-right: 5px solid #2faeff;}
.top_quality4 table th.special {font-weight: 600;background-color:#2faeff; border-left: 5px solid #2faeff;color: #fff;border-right: 5px solid #2faeff;}
.top_quality4 table tr:last-of-type td.special{position: relative;}
.top_quality4 table tr:last-of-type td.special::after {content: "";border-bottom: 5px solid #2faeff;position: absolute;bottom: 0;left: 0;width: 100%;}
.price{padding: 3em 2em;}
.price>.items +.items {
    margin-top: 50px;
}
.price h3,.qna_box h3{
    text-align: center;
    font-weight: 600;
}
.price>p,.qna_box>p {
    color: #6a6a6a;
    text-align: center;font-size: 18px;
}
.price .title {display: flex;align-items: center;flex-wrap: wrap;margin-bottom: 15px;}
.price .title h4{color: #f98948;font-weight: bold;margin-bottom: 5px;font-size: 30px;padding-left: 20px;}
.price .title .tag {margin-left: 1em;}
.price .title .tag span {
    font-size: 14px;
    color: #fff;
    margin: 5px;
    padding: 3px 7px;
    background-color: #434371;
    border-radius: 50px;
    min-width: 11em;
    display: inline-block;
    text-align: center;
}
.price .border {
    border: 8px solid #f1f1f1;
    border-radius: 10px;
    padding: 15px 27px;
    max-width: 1500px;
    margin: 0 auto;
}
.price .constitute .subjoin {
    width: 100%;
}
.price .constitute .items + .items {
    margin-left: 60px;
    align-items: center;
}
.price .plan_group.constitute .items + .items::before {
    content: "+";
    font-size: 5rem;
    margin-left: -50px;
    height: 36px;
    line-height: 27px;
    transform: translate(-5px, 0);
}
.price .plan_group {display: flex;flex-wrap: wrap;justify-content: space-between;padding: 18px;}
.price .plan_group .items {border-radius: 8px;min-width: 250px;display: flex;}
.price .plan_group .items .border {padding: 7px 30px 7px 40px;border-radius: 8px;border: 1px solid #FFF;flex: 1;display: flex;flex-direction: column;margin-right: 10px;}
.price .plan_group .items .border h4{color: #434371;font-weight: bold;margin-bottom: 5px;position: relative;}
.price .plan_group .items .subjoin h4{display: flex;font-weight: 600;}
.price .plan_group .items .border h4 span.discount {background-color: #86cb92;color: #fff;font-size: 10px;padding: 3px 5px;border-radius: 5px;position: absolute;right: -41px;}
.price .plan_group .items .subjoin h4 span.discount {background-color: #86cb92;color: #fff;font-size: 10px;padding: 3px 5px;border-radius: 5px;margin-left: 5px;}
.price .items .border h5 {font-size: 22px;font-weight: bold;padding-bottom: 1.5em;border-bottom: 1px solid #d7d7d7;margin-bottom: 2em;color: #5bc7d0;}
.price .items .border .title{font-size: 16px;font-weight: bold;color: #000;}
.price .plan_group .items .border p{color: #000;font-weight: bold;font-size: 14px;margin-bottom: 0;}
.price .plan_group .items .border p span{color: #616161;font-weight: bold;display: block;font-size: 14px;}
.price .plan_group .items .check-box {position: relative;width: 100%;height: 100%;display: flex;}
.price .plan_group .items .check-box input[type=radio] {opacity: 0;position: absolute;width: 20px;height: 20px;z-index: 1;top: 50%;left: 7px;transform: translate(0, -50%);}
.price .plan_group .items .check-box>span{width: 20px;height: 20px; position: absolute;top: 50%;left: 7px;transform: translate(0, -50%);}
.price .plan_group .items .check-box>span::before{content:"";left: 0;top:2px;position: absolute;outline: 1px solid #ced0da;border-radius: 5px;width: 20px;height: 20px;}
.price .plan_group .items .check-box>span::after{display: none;content: "";left: 6px;top: 2px;position: absolute;width: 7px;height: 11px;border-right: 2px solid #fff;border-bottom: 2px solid #fff;transform: rotate(40deg);}
.price .plan_group .items input[type=radio]:checked+span {background-color: #5bc7d0;border-radius: 5px;}
.price .plan_group .items input[type=radio]:checked+span::before{display:none;}
.price .plan_group .items input[type=radio]:checked+span::after{display:block;}
.price .plan_group .items input[type=radio]:checked ~ .border{border:1px solid #5bc7d0;background-color: #f5f7fa;}
.price .constitute .subjoin .select {margin-bottom: 5px;margin-top: 15px;}
.price .constitute .subjoin p{font-size: 14px;color: #4b4b4b;margin-bottom: 0;}
.step2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.step2 .year {
    width: 250px;margin-bottom: 10px;
}
.step2 .year .discount {
    display: inline-block;
    margin: 5px 5px 5px 18px;background-color: #f74b7b;
color: #fff;
font-size: 10px;
padding: 3px 5px;
border-radius: 5px;
}
.step2 .year select{margin: 5px 5px 5px 18px;width: calc(100% - 23px);}
.account_detail {
    display: flex;
    width: 650px;
    margin-left: auto;
    justify-content: flex-end;align-items: center;flex-wrap: wrap;
}
.total_info {
    margin-right: 2em;min-width: 400px;
}
.total_info hr{margin: 5px 0;}
.total_info .list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
}
.total_info .list div {
    padding: 0 5px;color: #4b4b4b;
    font-weight: bold;font-size: 14px;
}
.total_info .list div+div {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    min-width: 11em;
}
.total_info .list div+div span{font-size: 14px;margin-right: 18px;min-width: 4em;display: inline-block;text-align: right;font-weight: 400;}
.total .amount {
    color: #000;
    font-size: 4rem;
    font-weight: bold;white-space: nowrap;
}
.total .amount sup {
    font-size: 14px;
    top: -1.5em;
    margin-right: 1em;
}
.total .amount sub {
    font-size: 14px;
    margin-left: 1em;
}
.total .d-flex {
    display: flex;
    justify-content: space-around;
    margin-bottom: 5px;
}
.line-through{text-decoration: line-through;}
.total .d-flex span {
    font-size: 12px;
    color: #4b4b4b;
}
.total button {
    background-color: #6a17cc;
    color: #fff;
    border: none;
    border-radius: 5px;
    width: 100%;max-width: 180px;
    padding: 10px 7px;
    font-size: 14px;
}
.plan_group.constitute {
    justify-content: start;
}
.price .items .border .title span.discount{margin: 5px 5px 5px 10px;
    background-color: #f74b7b;
    color: #fff;
    font-size: 10px;
    padding: 3px 5px;
    border-radius: 5px;}
.applicable {padding: 3em 2em;}
.applicable>h3 {text-align: center;font-weight: 600;}
.applicable>p {color: #6a6a6a;text-align: center;font-size: 16px;}
.applicable .list {display: flex;justify-content: center;flex-wrap: wrap;}
.applicable .list .items {margin: 15px;text-align: center;border-radius: 8px;max-width: 250px;flex: 1;display: flex;}
.applicable .list .items .border {text-align: center;padding: 7px 56px 20px;border-radius: 8px;border: 1px solid #ced0da;flex: 1;display: flex;flex-direction: column;justify-content: flex-end;}
.applicable .list .items .border h4{color: #f98948;font-weight: bold;margin-bottom: 5px;}
.applicable .list .items .border p{color: #000;font-weight: bold;}
.applicable .list .items button {background-color: #f98948;box-shadow: 0px 5px 0 #e1661f;color: #fff;text-align: center;border: none;border-radius: 5px;font-size: 14px;display: block;margin: 0 auto;max-width: 135px;width: 100%;padding: 6px;}
.applicable .list .items button:hover {background-color: #e1661f;box-shadow: 0px 5px 0 #f98948;}
.applicable .list .items .check-box {position: relative;width: 100%;height: 100%;display: flex;}
.applicable .list .items .check-box input[type=radio] {opacity: 0;position: absolute;width: 20px;height: 20px;z-index: 1;top: 5px;left: 7px;}
.applicable .list .items .check-box span{width: 20px;height: 20px; position: absolute;top: 5px;left: 7px;}
.applicable .list .items .check-box span::before{content:"";left: 0;top:2px;position: absolute;outline: 1px solid #ced0da;border-radius: 5px;width: 20px;height: 20px;}
.applicable .list .items .check-box span::after{display: none;content: "";left: 6px;top: 2px;position: absolute;width: 7px;height: 11px;border-right: 2px solid #fff;border-bottom: 2px solid #fff;transform: rotate(40deg);}
.applicable .list .items input[type=radio]:checked+span {background-color: #5bc7d0;border-radius: 5px;}
.applicable .list .items input[type=radio]:checked+span::before{display:none;}
.applicable .list .items input[type=radio]:checked+span::after{display:block;}
.applicable .list .items input[type=radio]:checked ~ .border{border:1px solid #5bc7d0;}
.qna_box{padding: 3em 2em;background-color: #fbfbfb;}
.qna_box  .panel-group {
    max-width: 1000px;
    margin: 0 auto;
}
.qna_box .panel-group .panel {
    border-bottom: 5px solid #d1d1d1;
    border-radius: 0;
    background-color: #f6f6f6;
    color: #282828;margin-bottom: 15px;
}
.qna_box .panel-group .panel .panel-heading {
    background-color: #ececec;
    display: flex;
    padding: 0;font-size: 18px;
}
.qna_box .panel-heading >span {
    padding: 5px;
    font-weight: bold;
    color: #fff;font-size: 18px;
    background-color: #5bc7d0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 10%;
}
.qna_box .panel-heading >.panel-title {
    flex: 1;
    display: flex;font-size: 18px;
    justify-content: space-between;
    align-items: center;
    padding: 5px 1em;
    font-weight: bold;
    letter-spacing: 5%;
}
.qna_box .panel-heading >.panel-title a{font-size: 18px;color: #000;text-decoration: none;flex: 1;}
.qna_box .panel-heading >.panel-title a + i {
    transition: .5s;color: #5bc7d0;
}
.qna_box .panel-heading >.panel-title a.collapsed + i {
    transition: .5s;
    transform: rotate(270deg);
}
.qna_box .panel-group .panel .panel-body {
    display: flex;
    padding: 10px 0;
	align-items: center;
}
.qna_box .panel-group .panel .panel-body span{
    padding: 5px;
    font-weight: bold;
    color: #000;font-size: 18px;
    width: 49px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 10%;border-right: 1px solid #d1d1d1;
}
.qna_box .panel-group .panel .panel-body span + div {
    flex: 1;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 600;
}
.qna_tag {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.qna_tag a {
    min-width: 5em;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    text-align-last: center;
    padding: 5px 12px;
    border-radius: 40px;
    letter-spacing: 10%;margin: 5px;
}
.recommend_box{margin: 0 auto;padding: 2em 8em;}
.recommend_box .true_recommend{margin: 0 auto;display: flex;flex-wrap: wrap;padding-top: 2em;}
.recommend_box>h2 {
    letter-spacing: 10%;
    font-size: 3rem;
    color: #000;
    text-align: center;
    font-weight: bold;
    border-top: 2px solid #000;
    padding-top: 1.5em;
}
.recommend_box>p{letter-spacing: 10%;font-size: 18px;color: #000;text-align: center;}
.recommend_box .true_recommend .item {
    width: 50%;padding: 15px;
}
.recommend_box .true_recommend .item .info {
    padding: 15px;
}
.recommend_box .true_recommend .item .info h4 {
    font-size: 18px;
    font-weight: bold;margin: 0 0 0.5em;
}
.recommend_box .true_recommend .item .info p {
    font-size: 12px;
    padding: 0;
    font-weight: bold;
    margin: 0;
}
.recommend_box .true_recommend .item .img {
    border: 4px solid #dbdbdb;
    border-radius: 13px;
    overflow: hidden;
}
.recommend_box .true_recommend .item .img img {
    width: 100%;
    height: auto;
}
.talk_box {
    padding: 2em;
}
.talk_box .talk_L {
    display: flex;margin-bottom: 30px;
}
.talk_box .talk_R {
    display: flex;margin-bottom: 30px;
}
.talk_box .img {
    overflow: hidden;
    width: 100px;
    height: 100px;
    border: 2px solid #dddddd;
    padding: 3px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.talk_box .img img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    object-fit: cover;
}
.talk_box .content {
    width: calc(100% - 150px);
    border: 2px solid #ddd;
    position: relative;
    border-radius: 8px;
    padding: 2em;
}
.talk_box .content .title {
    margin: 0;
    padding-left: 10px;
    border-left: 5px solid #5bc7d0;
    font-weight: bold;
}
.talk_box .content h4 {
    margin: 15px 0;
    color: #5bc7d0;
    font-weight: bold;font-size: 24px;
}
.talk_box .content p{margin: 0;}
.talk_box .talk_L .content{margin-left: 50px;}
.talk_box .talk_L .content::after {
    content: "";
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    border-right: 20px solid #ffffff;
    height: 0;
    position: absolute;
    left: -22px;top: 35%;transform: translate(0, -50%);
}
.talk_box .talk_L .content::before {
    content: "";
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    border-right: 20px solid #ddd;
    height: 0;
    position: absolute;
    left: -28px;top: 35%;transform: translate(0, -50%);
}
.talk_box .talk_R .content{margin-right: 50px;}
.talk_box .talk_R .content::after {
    content: "";
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid transparent;
    border-left: 20px solid #ffffff;
    height: 0;
    position: absolute;
    right: -22px;top: 35%;transform: translate(0, -50%);
}
.talk_box .talk_R .content::before {
    content: "";
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid transparent;
    border-left: 20px solid #ddd;
    height: 0;
    position: absolute;
    right: -28px;top: 35%;transform: translate(0, -50%);
}
.affiliate_box1 {
    display: flex;padding: 2em 8em;
}
.affiliate_box1 .img {
    width: 50%;
    margin-top: -10%;
    z-index: 1;
}
.affiliate_box1 .text {
    padding-left: 30px;
}
.affiliate_box1 .text h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1em;
    color: #2ac6e8;
}
.affiliate_box1 .text ul {
    list-style: none;
    padding: 0;
    margin: 0;padding-left: 1em;
}
.affiliate_box1 .text li{color: #4c4c4c;margin-bottom: 15px;}
.affiliate_box1 .text ul li::before {
    content: "\f058";
	font-family:"Font Awesome 5 Free";
    color: #2ac6e8;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-right: 0.5em;
    font-size: 12px;
}
.affiliate_box2 {
    display: flex;background-color: #f2f2f2;padding: 0 8em;
}
.affiliate_box2 .img {
    width: 50%;margin-left: auto;
}
.affiliate_box2 .text {
    padding: 15px 15px 15px 0;
}
.affiliate_box2 .text h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1em;
    color: #2ac6e8;
}
.affiliate_box2 .text ul {
    list-style: none;
    padding: 0;
    margin: 0;padding-left: 1em;
}
.affiliate_box2 .text li{color: #4c4c4c;margin-bottom: 15px;}
.affiliate_box2 .text ul li::before {
    content: "\f058";
	font-family:"Font Awesome 5 Free";
    color: #2ac6e8;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-right: 0.5em;
    font-size: 12px;
}
.affiliate_box3 {
    padding: 2em 8em;
}
.affiliate_box5 {
    display: flex;background-color: #faa928;color: #fff;padding: 4em 8em 0;
}
.affiliate_box5 .img {
    width: 60%;
}
.affiliate_box5 .info_box {
    padding-bottom: 24%;
    width: 40%;position: relative;
}
.affiliate_box5 .border {position: absolute;
    width: 50%;
    height: 80%;
    margin-left: 10%;
    flex: 200px;
    border: 1px solid #fff;
    border-radius: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.affiliate_box5 p{font-weight: bold;font-size: 2vmax;}
.affiliate_box5 button{color: #fff; background-color: #2ac6e8;border: none;border-radius: 8px;width: calc(100% + 20px);padding: 7px 12px;font-size: 1.5vmax;}
.affiliate_box5 button:hover {
    background-color: #319ca5;
}
/*sign in*/
.register_bg,.login_bg {
    background: linear-gradient(to bottom, #72afd3 0%, #38ecba 100%);
    color: #fff;
    text-align: center;border-radius: 10px;
}
.register_box.register_bg,.login_box.login_bg{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px 40px;
}
.register_box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
}
.register_box.register_bg h6,.login_box.login_bg h6 {
    font-weight: 100;
    font-size: 20px;
    letter-spacing: 10%;
    margin-bottom: 30px;
}
.register_box.register_bg h2,.login_box.login_bg h2 {
    text-align: center;
    line-height: 38px;
    font-size: 25px;
    letter-spacing: 10%;
    font-weight: 400;
}

.register_box.register_bg h2 span,.login_box.login_bg h2 span {
    display: block;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 10%;
    margin: 15px;
}
.register_box.register_bg h2 img,.login_box.login_bg h2 img {
    width: 100%;
    height: auto;
}
.register_box.register_bg p,.login_box.login_bg p {
    letter-spacing: 5%;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 25px;line-height: 1.5em;
}
.register_box.register_bg input.btn-block.btn,.login_box.login_bg input.btn-block.btn {
    background-color: transparent;
    border: 2px solid #fff;
    font-size: 18px;
    letter-spacing: 5%;
    padding: 12px;
}
.register_box.register_bg input.btn-block.btn:hover,.login_box.login_bg input.btn-block.btn:hover {opacity: 0.8;color: #fff;}
.login_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
}
.login_box .btn_group {
    padding: 0;
}
.login_box .btn_group button + button,.register_box .btn_group button + button{margin-top: 15px;}
.line_btn {
    display: block;
    color: #fff;
    background-color: #00B900;
    border: none;
    width: 100%;
    line-height: 30px;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 5%;
}
button.google_btn {
    display: block;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    width: 100%;
    line-height: 30px;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 5%;
}
button.appleid_btn {
    display: block;
    color: #fff;
    background-color: #000;
    border: none;
    width: 100%;
    line-height: 30px;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 5%;
}
.login_box .btn_group span,.register_box .btn_group span {
    font-size: 10px;
    text-align: center;
    display: block;margin-top: 10px;
}
.login_box .btn_group span a,.register_box .btn_group span a{
    font-size: 10px;color: #e35b00;
}
.privacy_color{color: #e35b00;font-size: 14px;}
.or_box {
    position: relative;
    display: flex;
    align-items: center;
	margin: 15px 0;
}
.or_box::after {
    content: "";
    height: 1px;
    flex: auto;
    background-color: #000;
    margin-left: 1em;
}
.or_box::before {
    content: "";
    height: 1px;
    flex: auto;
    background-color: #000;
    margin-right: 1em;
}
.login_box form>div {
    margin-bottom: 15px;
    text-align: right;
}
.forget_box input.btn_login ,input.btn_login{
    display: block;
    width: 100%;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    line-height: 33px;
    margin-bottom: 3px;
    letter-spacing: 10%;
}
.forget_box input.forget {
    background-color: transparent;
    border: none;
    display: inline-block;
    margin-right: 0;
    margin-left: auto;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}
/*頁碼樣式*/
.pagination {display: flex;flex-wrap: wrap;justify-content: center;width: 100%;}
.pagination>li>a,.pagination>li>span {float: none;display: flex;width: 30px;height: 30px;justify-content: center;align-items: center;padding: 0;color: #434343;border: 1px solid #8e8e8e !important;font-size: 12px;border-radius: 30px !important;margin: 5px !important;}
.pagination li.active>a,.pagination>li:hover>a {color: #fff;background-color: #5bc7d0;border-color: #5bc7d0 !important;}
.pagination li:first-of-type a{
    border: 1px solid #8e8e8e;
    border-radius: 30px;
}
.pagination>li:last-of-type a {
    border: 1px solid #8e8e8e;
    border-radius: 30px;
}
/*頁碼樣式*/
@keyframes rebrand-fade-in-slide-up {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes rebrand-fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
footer {
    background-color: #f3f3f3;margin-top: 0;
}
.footer {
    display: flex;
    flex-wrap: wrap;
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
	align-items: center;
}
.footer .down_logo {
    max-width: 200px;
}
.footer .copyright {
    margin: 0;
    padding: 15px;
    width: 100%;
    text-align: center;
}
.footer .down_list {
    display: flex;
    justify-content: space-around;
    flex: auto;
    width: auto;color: #444;
}
.footer .down_list .item .title,.contact .title{
    margin-left: 0;
    margin-bottom: 15px;
    display: block;
    color: #319ca5;
}
.footer .down_list ul {
    list-style: none;
    padding: 0;
    margin: 0;padding-left: 1em;
}
.footer .down_list ul li,.contact>p {
    margin-bottom: 15px;
}
.contact>p i{margin-right: 0.5em;}
.footer .down_list ul li::before {
    content: "▶";
    color: #319ca5;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-right: 0.5em;
    font-size: 12px;
}
.footer_down_box a + a::before {
    content: "|";
    margin: 0 2em;
}
.footer_down_box a {
    color: #fff;
}
.footer_down_box {
    width: 100%;
    background-color: #319ca5;
    color: #fff;
    text-align: center;
    padding: 1em;
}
@media screen and (max-width: 767px) {
	nav .navbar-collapse .d-flex{display: block;}
	nav .navbar-collapse{width: 100%;}
	.account_detail {
    width: 100%;border-top: 1px solid #ddd;
        padding-top: 20px;
        margin-top: 15px;
}
	.total_info {
    min-width: auto;
    width: 100%;
    margin-bottom: 15px;
}
.applicable .list .items {
    max-width: none;
    width: 100%;
    flex: auto;
}
.price .constitute .items + .items {
    margin-left: 0;
    margin-top: 13px;
    display: block;
}
.price .plan_group.constitute .items + .items::before {
    margin-left: 50%;
    transform: translate(-5px, 0);
}
.index_box1,.feedback_box,.top_quality1 {
    padding: 15px;
}
.people_group_box >div {
    width: calc(100% / 6);
    margin: 0 4px;
}
.people_group_box >div img {
    width: 100%;
    height: auto;
}
.round_group_box {
    flex-wrap: wrap;
}
.feedback_box .border {
    margin-bottom: 15px;
}
.footer .down_list {
    flex-wrap: wrap;justify-content: flex-start;
}
.footer .down_list .item {
    width: 100%;
    margin-top: 15px;
}
.banner_img_box {
    display: flex;
}
.banner_img_box img {
    object-fit: cover;
    display: flex;
    min-height: 28vh;
}
.banner_img_box .banner_text {
    padding: 20px;
}
}