@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Noto+Sans+TC:wght@100..900&display=swap');

* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', 'Noto Sans TC', sans-serif;  
}
input,
button,
select,
optgroup,
textarea {
    font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
}

.mr-0 {
    margin-right: 0 !important;
}

.ml-1 {
    margin-left: 4px !important;
}

.ml-2 {
    margin-left: 8px !important;
}

.ml-3 {
    margin-left: 12px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-2 {
    margin-bottom: 8px !important;
}

.mb-3 {
    margin-bottom: 12px !important;
}

.mb-4 {
    margin-bottom: 20px !important;
}

.mt-2 {
    margin-top: 8px !important;
}

.hr {
    height: 1px;
    width: 100%;
    background-color: #dadada;
    border: none;
    padding: 0;
    margin: 0 0 28px 0;
}

.hr.fix {
    margin: 0 0 24px 0;
}
#radarChart{
  width: 146px; 
  height: 146px;
}
.success-alert {
    display: none;
    width: 128px;
    margin-left: -64px;
    align-items: center;
    padding: 10px 16px;
    background-color: #DBEFE6;
    border-radius: 8px;
    color: #67B77E;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    position: fixed;
    z-index: 99999999;
    left: 50%;
    bottom: 40px;
}

.success-alert.active {
    display: flex;
    opacity: 0;
    animation: fadeInUp 0.3s forwards ease-in-out;
}

.success-alert.out {
    opacity: 0;
    animation: fadeOut 0.3s forwards ease-in-out;
}

@keyframes fadeInUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(30px);
        opacity: 0;
        display: none;
    }
}

.success-alert img {
    width: 18px;
    margin-right: 6px;
}

.loader-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.spinner-list {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    align-items: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    height: 100%;
}

.spinner-list {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.loader-backdrop li {
    position: fixed;
    z-index: 9889
}

.loader-backdrop.fade {
    opacity: 0
}

.loader-backdrop.show {
    opacity: .5;
}

.v-pulse {
    width: 18px;
    height: 18px;
    background-color: #67B77E;
    border-radius: 50%;
    margin-right: 2px;
    display: inline-block;
}

.v-pulse1 {
    animation: v-pulseStretchDelay 0.75s infinite 0.12s cubic-bezier(0.2, 0.68, 0.18, 1.08) both;
}

.v-pulse2 {
    animation: v-pulseStretchDelay 0.75s infinite 0.24s cubic-bezier(0.2, 0.68, 0.18, 1.08) both;
}

.v-pulse3 {
    animation: v-pulseStretchDelay 0.75s infinite 0.36s cubic-bezier(0.2, 0.68, 0.18, 1.08) both;
}

@keyframes v-pulseStretchDelay {

    0%,
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-opacity: 1;
        opacity: 1
    }

    45% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        -webkit-opacity: .7;
        opacity: .7
    }
}

#self {
    position: absolute;
    top: -80px;
    z-index: -1;
}

.fail-btn-box {
    padding-top: 35px;
    text-align: center;
}

.tab-box {
    display: none;
}

.tab-box.active {
    display: block;
}

.text-center {
    text-align: center !important;
}

.w-100 {
    width: 100% !important;
}

.time-message.error {
    display: block;
    width: 100%;
    color: #FF6756;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 4px;
}

.popup-title {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 20px;
}

.completed-box {
    max-width: 648px;
    margin: 0 auto;
}

.mail-check {
    width: 80px;
    display: block;
    margin: 0 auto 24px auto;
}

.completed-title {
    color: #333;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 24px;
}

.completed-text {
    color: #666;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 24px;
}

.reserve-info li {
    display: flex;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
}

.reserve-info li span {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-right: 8px;
    white-space: nowrap;
}

.completed-btn-box {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.completed-btn-box button {
    margin: 0 8px;
}

.completed-btn-text {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
    color: #878787;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.verify-title {
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 24px;
}

.verify-text {
    text-align: center;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}

.verify-notice {
    text-align: center;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.verify-notice span {
    color: #67B77E;
    display: inline-block;
    width: 24px;
}

.verify-notice a {
    color: #67B77E;
}

.verify-notice a:hover {
    color: #2C8347;
}

.verify-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.verify-input {
    background-color: #fff;
    border-radius: 8px;
    width: 36px;
    border: solid 1px #878787;
    box-shadow: none;
    outline: none;
    box-shadow: none;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 8px;
    text-align: center;
    margin: 0 6px;
}

.verify-input:focus {
    border: solid 1px #67B77E;
}

.verify-input.error {
    border: solid 1px #FF6756;
}

.my-advisor-box {
    max-width: 672px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
}

.my-advisor-col {
    width: 33.3%;
    padding: 0 12px;
}

.advisor-space {
    border-radius: 20px;
    border: 1px solid #DADADA;
    background-color: #F5F5F5;
    height: calc(100% - 28px);
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.advisor-space::after {
    content: '尚未選擇';
}
.advisor-space:has(.my-advisor){
border: none;
padding: 0;
}
.advisor-space:has(.my-advisor)::after{
    display: none;
    }
.error .advisor-space {
    border: 1px solid #FF6756;
    color: #FF6756;
}

.error .advisor-space::after {
    content: '尚未選擇';
}
.error .advisor-space:has(.my-advisor){
    border: none;
    padding: 0;
}
.error .advisor-space:has(.my-advisor)::after {
    display: none;
}
.my-advisor {
    width: 100%;
    padding: 20px 24px;
    border-radius: 20px;
    background-color: #FFF;    
    text-align: center;
    position: relative;
    min-height: 200px;
    box-shadow: 0px 0px 12px 0px rgba(51, 51, 51, 0.10);
}

.delete-advisor {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    background-color: transparent;
}

.selected-num {
    color: #67B77E;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.optional-note {
    color: #878787;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 24px;
    line-height: 1.4;
}

.optional-note span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.optional-note>span>img {
    width: 24px;
    margin-right: 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

.optional-card {
    border-radius: 20px;
    background-color: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.10);
    text-align: center;
}

.optional-card.active {
    border: 2px solid #67B77E;
}

.optional-card.disabled {
    border: 1px solid #DADADA;
    box-shadow: none;
}

.optional-upper {
    padding: 20px 24px 0 24px;
}

.optional-lower {
    padding: 0 24px 20px 24px;
}

.optional-btn {
    width: 100%;
    background-color: #fff;
    padding: 16px 24px 20px 24px;
    outline: none;
    border: none;
    border-top: solid 1px #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #67B77E;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
}

.optional-card.disabled .optional-btn {
    border-top: solid 1px #dadada;
    background-color: #F5F5F5;
    color: #ccc;
    cursor: default;
    pointer-events: none;
}

.optional-card.active .optional-btn {
    cursor: default;
    pointer-events: none;
}

.optional-btn::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/optional-1.svg);
    background-size: 16px;
    margin-right: 4px;
}

.optional-btn::after {
    content: '選擇';
}

.optional-card.active .optional-btn::before {
    background-image: url(../images/optional-2.svg);
}

.optional-card.active .optional-btn::after {
    content: '已選擇';
}

.optional-card.disabled .optional-btn::before {
    background-image: url(../images/optional-3.svg);
}

.optional-title {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiper-pagination-bullet {
    background: #888;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #67B77E;
    width: 24px;
    border-radius: 5px;
}

.swiper-button-disabled {
    display: none !important;
}

.button-next {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e3f3e9;
    background-image: url(../images/next.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    z-index: 9;
    top: 50%;
    right: 0;
    margin-top: -44px;
    cursor: pointer;
}

.button-prev {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e3f3e9;
    background-image: url(../images/prev.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    margin-top: -44px;
    cursor: pointer;
}

.button-next:hover,
.button-prev:hover {
    background-color: transparent;
}

.swiper-out-box {
    width: 100%;
    max-width: 786px;
    padding: 0 59px;
    margin: 0 auto;
    position: relative;
}

.optional-swiper {
    position: relative;
    overflow: hidden;
    padding: 5px 5px 30px 5px;
    width: 100%;
    max-width: 658px;
    margin: 0 0 10px 0;
}
.optional-swiper .swiper-slide.hidden-batch {
    display: none;
}
.radar-box {
    text-align: center;
}

.radar-icon {
    width: 70px;
    max-width: 100%;
}

.radar-text {
    color: #666;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

.radar-column-1 {
    width: 100%;
}

.radar-column-2 {
    width: 100%;
    display: flex;
    padding-top: 8px;
}

.radar-column-3 {
    width: 100%;
    display: flex;
}

.radar-column-2-1 {
    flex: 1;
    padding-top: 8px;
}

.radar-column-2-2 {
    width: 146px;
    height: 146px;
}

.radar-column-2-3 {
    flex: 1;
    padding-top: 8px;
}

.radar-column-3-1 {
    width: 50%;
}

.radar-column-3-2 {
    width: 50%;
}

.resume-sub-title {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px;
}

.experience-item {
    margin-bottom: 20px;
}

.experience-item li {
    display: flex;
    justify-content: space-between;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px;
}

.good-point {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.good-point li {
    padding-left: 20px;
    background-image: url(../images/good.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 16px auto;
    color: #666;
    ;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px;
    width: 50%;
}

.resume-face-box {
    display: flex;
    margin-bottom: 20px;
}

.resume-face-left {
    width: 50%;
    text-align: center;
}

.resume-face {
    width: 120px;
    border-radius: 50%;
}

.resume-face-right {
    width: 50%;
}

.resume-name {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.resume-name img {
    width: 24px;
    margin-right: 4px;
}

.resume-icon-text {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.resume-icon-text img {
    width: 16px;
    margin-right: 4px;
}

.health-expert{
	display:none;
}

.resume-header {
    padding: 20px 20px 0 20px;
    position: relative;
    height: 40px;
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.resume-header .close-btn {
    top: 20px;
    right: 20px;
}

.resume-body {
    width: calc(100% - 10px);
    padding: 20px 10px 20px 20px;
    max-height: calc(80dvh - 40px);
    overflow: auto;
}

.resume-body::-webkit-scrollbar {
    width: 5px;
}

.resume-body::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 8px;
}

.system-box {
    width: 100%;
    max-width: 672px;
    margin: 0 auto 24px auto;
    display: flex;
}

.system-col {
    width: 33.3%;
    padding: 0 12px;
}

.system-order {
    color: #666;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px;
}

.advisor-card {
    width: 100%;
    border-radius: 20px;
    background-color: #FFF;
    box-shadow: 0px 0px 12px 0px rgba(51, 51, 51, 0.10);
    text-align: center;
}

.advisor-upper {
    padding: 20px 24px 0 24px;
}

.advisor-lower {
    padding: 0 24px 20px 24px;
}

.face-img {
    width: 80px;
    border-radius: 50%;
    margin-bottom: 12px;
}

.advisor-name {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.advisor-name img {
    width: 24px;
    margin-right: 4px;
}

.rating-box {
    color: #67B77E;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rating-stars {
    --percent: calc(var(--rating) / 5* 100%);
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin: 0 2px 0 4px;
}

.rating-stars::before {
    content: '★★★★★';
    letter-spacing: 2px;
    background: linear-gradient(90deg, #67B77E var(--percent), #dadada var(--percent));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.resume-btn {
    display: inline-block;
    color: #67B77E;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding-left: 20px;
    background-image: url(../images/resume.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 16px auto;
    text-decoration: none;
    margin-top: 12px;
}

.resume-btn:hover {
    color: #2C8347;
    background-image: url(../images/resume-1.svg);

}

.info-icon-btn {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/information.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px auto;
    text-decoration: none;
    transform: translateY(23%);
}

.advisor-info {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.agree-box {
    text-align: center
}

.simple-btn-box {
    text-align: center;
    margin-top: 40px;
}

.simple-btn-box.two button:nth-child(1) {
    margin-right: 8px;
}

.simple-btn-box.two button:nth-child(2) {
    margin-left: 8px;
}

.group-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}

.group-col {
    width: 50%;
    padding: 0 6px;
}

.flex-auto {
    flex: 1;
}

.flex-btn {
    padding-left: 16px;
}

.simple-gray-box {
    color: #878787;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 12px 16px;
    border-radius: 8px;
    background-color: #f5f5f5;
}

.simple-gray-box a {
    color: #67B77E;
}

.simple-gray-box a:hover {
    color: #2C8347;
}

.center-box {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.tip-content {
    border-radius: 8px;
    background-color: #DBEFE6;
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    color: #67B77E;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.warning-content {
    border-radius: 8px;
    background-color: #FEF5F0;
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    color: #FF6D37;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.tip-icon {
    width: 16px;
    margin-right: 4px;
}

.simple-card-title {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 28px;
}

.simple-main-title {
    color: #333;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.3;
    padding: 0 20px;
}

.simple-main-text {
    color: #666;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0 20px;
}

.stepper {
    display: flex;
    margin-bottom: 72px;
    padding: 0 20px;
}

.steps {
    width: 25%;
    position: relative;
    text-align: center;
}

.steps::before {
    content: '';
    display: inline-block;
    width: calc(50% - 16px);
    height: 1px;
    background-color: #DADADA;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.stepper .steps:first-child::before {
    display: none;
}

.steps::after {
    content: '';
    display: inline-block;
    width: calc(50% - 16px);
    height: 1px;
    background-color: #DADADA;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.stepper .steps:last-child::after {
    display: none;
}

.stepper-circle {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: solid 3px #DADADA;
}

.steps.active .stepper-circle {
    border: solid 3px #67B77E;
}

.steps.done .stepper-circle {
    border: none;
    background-image: url(../images/done.svg);
    background-size: cover;
}

.steps.fail .stepper-circle {
    border: none;
    background-image: url(../images/fail.svg);
    background-size: cover;
}

.stepper-title {
    display: inline-block;
    white-space: nowrap;
    color: #878787;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
}

.steps.active .stepper-title,
.steps.done .stepper-title {
    color: #67B77E;
}

.simple-container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 102px 0;
}

.simple-card {
    border-radius: 20px;
    background-color: #FFF;
    box-shadow: 0px 10px 10px 0px rgba(51, 51, 51, 0.05);
    padding: 32px;
    position: relative;
}

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

.ts-control,
.ts-control input,
.ts-dropdown {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    width:auto;
}

.ts-dropdown {
    background: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.30);
    box-sizing: border-box;
    margin: 4px 0 0 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
    padding: 8px 16px;
}

.ts-control {
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    border: solid 1px #878787;
    box-shadow: none;
    outline: none;
    box-shadow: none;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 32px 12px 16px;
    background-image: url(../images/select.svg);
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 15px auto;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
    background-image: url(../images/select.svg) !important;
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 15px auto;
}

.dropdown-active .ts-control {
    border-color: #67B77E;
}

select.error ~ .ts-wrapper .ts-control {
    border-color: #FF6756;
}

.ts-dropdown .active {
    background-color: #EFEFEF;
    color: #333;
    border-radius: 2px;
}

.simple-main {
    padding: 80px 0;
    min-height: 100dvh;
    background-color: #FAFAFA;
    background-image: url(../images/main-bg-2.svg), url(../images/main-bg-1.svg);
    background-repeat: no-repeat;
    background-position: bottom left, top right;
    background-size: 1300px auto, 1440px auto;
}

.simple-form-control {
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    border: solid 1px #878787;
    box-shadow: none;
    outline: none;
    box-shadow: none;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 16px;
    text-overflow: ellipsis;
}

textarea.simple-form-control {
    height: 46px;
}

.simple-form-control:focus {
    border: solid 1px #67B77E;
}

.simple-form-control.error {
    border: solid 1px #FF6756;
}

.simple-form-control:disabled {
    color: #878787;
    border: solid 1px #DADADA;
    background-color: #F5F5F5;
}

.simple-form-control::placeholder {
    color: #878787;
}

.simple-form-control.fix {
    padding-right: 74px;
}

.copy-btn {
    display: inline-block;
    padding-left: 20px;
    background-image: url(../images/copy.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 16px;
    color: #67B77E;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    position: absolute;
    z-index: 3;
    bottom: 12px;
    right: 16px;
    text-decoration: none;
}

.simple-label {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 4px;
}

label.error {
    display: block;
    width: 100%;
    color: #FF6756;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 4px;
}

.simple-form-group {
    margin-bottom: 28px;
    position: relative;
}


.check-container {
    display: inline-block;
    padding-left: 28px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #666;
    position: relative;
    margin-right: 20px;
}


.check-container a {
    color: #67B77E;
}

.check-container a:hover {
    color: #2C8347;
}

.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}

.check-container-check {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: solid 1px #67B77E;
    border-radius: 2px;
}

.check-container input:checked~.check-container-check {
    background-color: #67B77E;
    background-image: url("../images/check.svg");
    background-size: 13px auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.check-container input:disabled~.check-container-check {
    background-image: none;
    border: solid 1px #DADADA;
    background-color: #f5f5f5;
}
.check-container input.error~.check-container-check {
    border-color: #FF6756;
}
.time-flex {
    display: inline-flex;
    flex-wrap: wrap;
}

.radio-container {
    display: inline-block;
    padding-left: 28px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #666;
    position: relative;
    margin-right: 24px;
}

.radio-container.fix {
    display: block;
}

.radio-container a {
    color: #67B77E;
}

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}

.radio-container-check {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: solid 1px #67B77E;
    border-radius: 50%;
}

.radio-container input:checked~.radio-container-check {
    background-image: url("../images/check-1.svg");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}

.radio-container input:disabled~.radio-container-check {
    background-image: none;
    border: solid 1px #DADADA;
    background-color: #f5f5f5;
}

.popup-mask {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100dvh;
    z-index: 99999;
}

.popup-body {
    width: calc(100% - 40px);
    max-width: 400px;
    background-color: #FFF;
    box-shadow: 0px -4px 20px 0px rgba(51, 51, 51, 0.10);
    position: absolute;
    border-radius: 12px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: fadeUp 0.5s forwards;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translate(-50%, -45%);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.popup-content {
    width: 100%;
    padding: 12px 40px;
}

.popup-content h4 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 12px;
}

.popup-content p {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 12px;
}

.popup-header {
    padding: 32px 40px 0 40px;
    position: relative;
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}

.close-btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    position: absolute;
    top: 32px;
    right: 40px;
}


.popup-bottom {
    padding: 24px 40px;
}

.simple-btn-box {
    width: 100%;
    text-align: center;
}

.simple-btn {
    display: inline-flex;
    height: 54px;
    align-items: center;
    justify-content: center;
    outline: none;
    padding: 0 40px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    border: none;
    border-radius: 30px;
    background: linear-gradient(90deg, #67B77E 0%, #87CB82 100%);
    cursor: pointer;
    text-decoration: none;
}

.simple-btn:hover {
    background: linear-gradient(270deg, #67B77E 0%, #87CB82 100%);
}

.simple-btn:focus {
    outline: none;
    background: linear-gradient(270deg, #67B77E 0%, #87CB82 100%);
}

.simple-btn:disabled {
    cursor: default;
    pointer-events: none;
    color: #F5F5F5;
    background: #CCC;
}

.simple-outline-btn {
    display: inline-flex;
    height: 54px;
    align-items: center;
    justify-content: center;
    outline: none;
    padding: 0 40px;
    color: #67B77E;
    background-color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    border: 1px solid #67B77E;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
}

.simple-outline-btn:hover,
.simple-outline-btn:focus {
    outline: none;
    color: #2C8347;
    border: 1px solid #2C8347;
    background-color: #DBEFE6;
}

.simple-outline-btn:disabled {
    color: #ccc;
    cursor: default;
    pointer-events: none;
    border: 1px solid #ccc;
}

.refresh-text-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    padding: 0;
    color: #67B77E;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.refresh-text-btn:hover,
.refresh-text-btn:focus {
    color: #2C8347;
}

.refresh-text-btn::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/refresh.svg);
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 4px;
}

.refresh-text-btn:hover::before {
    background-image: url(../images/refresh-1.svg);
}

.add-text-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    padding: 0;
    color: #67B77E;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.add-text-btn::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/add.svg);
    background-size: 16px;
    margin-right: 4px;
}

.add-text-btn:hover {
    color: #2C8347;
}

.add-text-btn:hover::before,
.add-text-btn:focus::before {
    background-image: url(../images/add-1.svg);
}

.add-text-btn:disabled {
    color: #CCC;
    cursor: default;
    pointer-events: none;
}

.add-text-btn:disabled::before {
    background-image: url(../images/add-2.svg);
}

.remove-text-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    padding: 0;
    color: #FF6756;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.remove-text-btn::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/remove.svg);
    background-size: 16px;
    margin-right: 4px;
}

.remove-text-btn:hover {
    color: #F44F4F;
}

.remove-text-btn:hover::before,
.remove-text-btn:focus::before {
    background-image: url(../images/remove-1.svg);
}

.switch-container {
    display: inline-flex;
    overflow: hidden;
}

.switch-container input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-container label {
    display: inline-flex;
    align-items: center;
    height: 46px;
    background-color: transparent;
    color: #333;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    padding: 0 12px;
    border: 1px solid #67B77E;
    transition: all 0.1s ease-in-out;
}

.switch-container label:hover {
    cursor: pointer;
}

.switch-container input:checked+label {
    background-color: #67B77E;
    color: #fff;
}

.switch-container label:first-of-type {
    border-radius: 8px 0 0 8px;
}

.switch-container label:last-of-type {
    border-radius: 0 8px 8px 0;
}

@media (max-width:767.98px) {
    .radio-container.fix {
        display: inline-block;
    }

    .time-flex {
        display: flex;
        flex-wrap: wrap;
    }

    .time-flex label {
        width: 50%;
        margin-right: 0;
    }

    .advisor-space {
        min-height: 146px;
    }

    .my-advisor {
        padding: 10px 12px;
        min-height: 146px;
    }

    .my-advisor .rating-stars {
        width: 16px;
        overflow: hidden;
    }

    .my-advisor-box {
        margin: 0 -6px;
        position: relative;
        z-index: 2;
    }

    .my-advisor-col {
        width: 33.3%;
        padding: 0 6px;
    }
}

@media (max-width:567.98px) {
    .system-box {
        margin: 0 auto;
        flex-direction: column;
    }

    .system-col {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .face-img {
        width: 64px;
        margin-bottom: 8px;
    }

    .advisor-name {
        margin-bottom: 8px;
    }

    .advisor-card {
        display: flex;
    }

    .advisor-upper {
        width: 50%;
        padding: 20px 24px 20px 6px;
    }

    .rating-box {
        margin-bottom: 0;
    }

    .advisor-lower {
        text-align: left;
        width: 50%;
        padding: 20px 24px 20px 6px;
    }

    .advisor-info {
        margin-bottom: 10px;
    }

    .resume-btn {
        margin-top: 2px;
    }

    textarea.simple-form-control {
        height: auto;
    }

    .simple-main {
        padding: 60px 0 0 0;
        min-height: 0;
        background-color: #FFF;
        background-image: url(../images/main-bg-3.png);
        background-position: top center;
        background-size: 100% 460px;
    }

    .simple-container {
        margin: 0 auto;
        padding: 36px 0 0 0;
    }

    .simple-btn,
    .simple-outline-btn {
        height: 44px;
        padding: 0 16px;
        font-size: 14px;
        line-height: 20px;
    }

    .refresh {
        width: 14px;
        height: 14px;
        background-size: 14px auto;
        margin-right: 8px;
    }

    .simple-main-title {
        font-size: 32px;
    }

    .simple-card {
    	margin-bottom: 80px;
        padding: 20px;
        border-radius: 20px 20px 0 0;
        position: relative;
        z-index: 0;
        box-shadow: 0px 0px 12px 0px rgba(51, 51, 51, 0.10);
    }

    .simple-card::after {
        content: '';
        display: block;
        width: 100%;
        height: 20px;
        background-color: #fff;
        position: absolute;
        z-index: 1;
        bottom: -10px;
        left: 0;
    }

    .tip-box {
        margin-bottom: 20px;
    }

    .stepper {
        margin-bottom: 62px;
    }

    .group-col {
        width: 100%;
    }

    .group-col.mb-fix-1 {
        width: auto;
        flex: 1;
    }

    .group-col.mb-fix-2 {
        width: auto;
    }

    .simple-btn-box {
        width: 100%;
        margin-top: 0;
        padding: 20px;
        background-color: #fff;
        box-shadow: 0px 0px 12px 0px rgba(51, 51, 51, 0.10);
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
    }

    .simple-btn-box button {
        width: 100%;
    }

    .simple-btn-box.two {
        display: flex;
        justify-content: space-between;
    }

    .simple-btn-box.two button {
        width: calc(50% - 8px);
    }

    .simple-btn-box.two button:nth-child(1) {
        margin-right: 0;
    }

    .simple-btn-box.two button:nth-child(2) {
        margin-left: 0;
    }

    .center-box {
        margin-bottom: 20px;
    }

    .agree-box {
        text-align: left;
    }

    .optional-upper {
        padding: 20px 24px 12px 24px;
    }

    .optional-swiper {
        padding: 5px 5px 28px 5px;
        margin: 0 0 20px 0;
    }

    .optional-lower .advisor-info {
        margin-bottom: 4px;
    }

    .optional-lower .resume-btn {
        margin-top: 8px;
    }

    .optional-note {
        margin-bottom: 20px;
    }

    .hr.fix {
        margin: 0 0 20px 0;
    }

    .completed-btn-box {
        width: calc(100% - 40px);
        margin: 10px auto 0 auto;
        padding: 20px 0 24px 0;
        border-top: solid 1px #DEDEDE;
    }

    .completed-btn-box button {
        margin: 0 0 16px 0;
        width: 100%;
    }

    .hide-xs {
        display: none;
    }

    .xs-mb-84 {
        margin-bottom: 84px;
    }

    .fail-btn-box {
        margin-top: -20px;
        text-align: center;
        position: relative;
        z-index: 3;
        padding: 0 20px 40px 20px;
    }

    .fail-btn-box .simple-btn {
        width: 100%;
    }

    .stepper-title {
        font-size: 14px;
    }

    #self {
        top: -72px;
    }
    
    .popup-body {
		top: 250px;
	}
	
	#resume-info .popup-body {
		top: 50%;
	}
}

@media (max-width:340px) {
    .verify-input {
        width: 30px;
    }
}