/* mission.css 가져온 내용*/

::-webkit-scrollbar {
    width: 5px;
    background-clip: padding-box;
    border: 6px solid transparent;
    border-radius: 80px;
    display: block;
}

::-webkit-scrollbar-track {
    margin-top: 5px;
    margin-bottom: 21px;
    background: rgba(33,122,244,.1);
    border-radius: 10px;
}

body {
    background-color: #fff;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
}

/* 스와이퍼 */
.swiper-container {
    width: 100%;
    margin-top: 15px;
}

.swiper-wrapper {
    height: auto;
}

.swiper_banner {
    width: 100%;
    height: 165px;
    border-radius: 38px;
    padding: 26px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}

.swiper-pagination-bullet {
    background: #D2D2D2;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background:  #70B773;
}

.mission-board-icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #0B81E3;
    position: absolute;
    right: 7px;
    top: 114px;
    z-index: 99;
}

.calendar_icon {
    width: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.title h3 {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}

.mission_img {
    width: 100%;
    padding: 64px 0 30px;
    text-align: center;
}

.alarm_ment {
    width: 100%;
    padding: 80px 20px 0;
    font-size: 22px;
    color: #000;
    font-family: 'Pretendard SemiBold';
}
.alarm_ment #programCount {
    color: #937FBC;
    font-weight: 600;
    font-size: 14px;
}

/*미션카드 */
.mission_card_group {
    width: 100%;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mission_card_group .noneBox {
    background-color: #fff;
    width: 100%;
    height: 200px;
    border-radius: 5px;
    text-align: center;
}

.mission_card_group .noneBox p {
    margin: 40px 0;
    font-size: 18px;
}

.mission_card_group .noneBox .surveyBtn {
    width: 120px;
    height: 40px;
    background-color: #A692EB;
    color: #fff;
    border-radius: 5px;
}

.card-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 14px;
}

.card_item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mission-card {
    width: 100%;
    height: 50px;
    border-radius: 11px;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    position: relative;
}

.card_item .result-button {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    font-size: 12px;
    background-color: #fff;
    color: #ccc;
    pointer-events: none;
}

.card_item .result-button.active {
    pointer-events: auto;
    border: 1px solid #A692EB;
    background-color: #ac9fe1;
    color: #fff;
}

.mission-card.mission {
    width: 85%;
}

.mission-card {
    position: relative;
    border: 2px solid transparent;
    /*background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #036ed1, #4fdff5);*/
    /*background-origin: border-box;*/
    /*background-clip: content-box, border-box;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    padding-left: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.mission-card .complete_info {
    position: absolute;
    width: 45px;
    height: 18px;
    border-radius: 11px;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    text-align: center;
    line-height: 18px;
    background-color: #CDCDCD;
    border: none;
    color: #fff;
}

.selected_card {
    border: 1px solid #937FBC;
    cursor: pointer;
    /*background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #036ed1, #4fdff5);*/
    /*background-origin: border-box;*/
    /*background-clip: content-box, border-box;*/
}

.selected_card .new_info {
    color: #fff;
    position: absolute;
    width: 45px;
    height: 18px;
    border-radius: 11px;
    right: 14%;
    top: 24px;
    transform: translateY(-50%);
    background-color: #937FBC;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
}

.disabled .new_info {
    display: none;
}

.done_info {
    position: absolute;
    width: 45px;
    height: 18px;
    border-radius: 11px;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #CDCDCD;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 18px;
}

.compelte_card {
    position: absolute;
    width: 45px;
    height: 18px;
    border-radius: 11px;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #CDCDCD;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 18px;
}

.complete-card-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-top: 2px solid #ddd;
    padding-top: 15px;
}

.mission_txt {
    word-break: keep-all;
}
.hold_mission_txt {
    word-break: keep-all;
    font-weight: 500;
    color: #000;
}
.hold_mission_txt2 {
    word-break: keep-all;
    position: absolute;
    top: 38px;
    left: 13px;
}

.many_text {
    line-height: 24px;
    top: 9px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.date_txt {
    position: absolute;
    top: 38px;
    left: 50px;
}

.confirm_button {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    background: url('../images/sub/arr_right_gray.png') no-repeat;
    background-size: contain;
}

.waiting .confirm_button {
    background: url('../images/sub/arr_right_gray.png') no-repeat;
    background-size: contain;
}

.disabled .confirm_button {
    background: url('../images/sub/arr_right_gray.png') no-repeat;
    background-size: contain;
    pointer-events: none;
}

.percentage {
    color: #036ed1;
    position: absolute;
    width: 45px;
    height: 18px;
    border-radius: 11px;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #036ed1;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
}

.waiting .percentage {
    display: none;
}

.disabled .percentage {
    background-color: #CDCDCD;
    border: none;
    color: #fff;
}


/*::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/

.content_background {
    height: 100%;
    padding-top: 60px;
    background-image: url(/images/bg_sympathy.png);
    background-repeat: no-repeat;
    background-size: cover;
}


.content {
    top: 317px;
    bottom: 69px;
}

.chat_message_section {
    padding:0;
}

/*.header {*/
/*    background-color: #fff;*/
/*    height: 83px;*/
/*}*/

/*.header .chat_top {*/
/*    height: 83px;*/
/*    box-shadow: rgba(100, 100, 111, 0.2) 0 1px 13px 0;*/
/*}*/


/*.header .title {*/
/*    position: absolute;*/
/*    display: inline-block;*/
/*    left: -50px;*/
/*}*/

/*.header h1 {*/
/*    color: #0B81E3;*/
/*    padding-top: 14px;*/
/*    font-size: 25px;*/
/*    font-weight: bold;*/
/*}*/

/* header icon*/

/*.header {*/
/*    background-color: #fff;*/
/*    height: 60px;*/
/*}*/

/*.header h1 {*/
/*    color: #0B81E3;*/
/*    padding-top: 0;*/
/*    font-size: 19px;*/
/*    font-weight: bold;*/
/*    line-height: 58px;*/
/*}*/

/*.header .chat_top {*/
/*    position: relative;*/
/*    height: 60px;*/
/*    box-shadow: rgba(100, 100, 111, 0.2) 0px 1px 13px 0px;*/
/*}*/

/*.header .title {*/
/*    position: absolute;*/
/*    display: inline-block;*/
/*    left: -50px;*/
/*}*/

/*.header_btn {*/
/*    position: absolute;*/
/*    right: 15px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/

/*.header-buttons {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/


.gift_icon {
    width: 21px;
}

/*.gift_alert_icon {*/
/*    width: 17px;*/
/*    height: 17px;*/
/*    !* border: 1px solid black; *!*/
/*    font-size: 12px;*/
/*    position: absolute;*/
/*    top: -4px;*/
/*    right: -5px;*/
/*    font-weight: bold;*/
/*    font-family: sans-serif;*/
/*    background-color: #0B81E3;*/
/*    color: #fff;*/
/*    border-radius: 10px;*/
/*    zoom: 0.7;*/
/*    padding-top: 1px;*/
/*    padding-right: 1px;*/
/*}*/

.mission_icon {
    width: 18px;
}


.plant_icon {
    width: 21px;
}

.home_icon {
    width: 21px;
}
.wrap {
    overflow: auto;
}

.notPointer {
    pointer-events: none;
}

.waiting {
    background: none;
    background-color: #fff;
    color: #9a9a9a;
    border: 2px solid #f0f0f0;
}

.waiting .hold_mission_txt {
    color: #9a9a9a;
}

.disabled {
    background: none;
    background-color: #f0f0f0;
    color: #9a9a9a;
    border: none;
}

.disabled .hold_mission_txt {
    color: #9a9a9a;
}

#survey_message {
    width: 100%;
    font-weight: 500;
    display: none;
}

#survey_message .text_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#survey_message .text_box p {
    margin-top: 30px;
}

.button_group {
    position: fixed;
    width: 100%;
    max-width: 767px;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.button_group .move_survey {
    width: 80%;
    height: 50px;
    background-color: #415878;
    color: #fff;
}

.home_button {
    background-color: #fff;
    text-decoration: underline;
    font-weight: 600;
    color: #333;
    margin-top: 15px;
}

.main-swiper-container {
    width: 100%;
    position: absolute;
    top: 80px;
}

@media (min-width: 500px) {
    .swiper_banner {
        width: 350px;
        height: 165px;
        border-radius: 30px;
        padding: 15px;
    }
}

.daily_content h2 {
    text-align: center;
    margin: 15px 0;
}

.daily_content table {
    text-align: center;
    border: 1px solid #eee;
    margin-bottom: 25px;
    width: 100%;
}

.daily_content table tr {
    height: 25px;
}

.daily_content table tr:nth-child(odd) {
    background-color: #fff;
}

.daily_content table tr:nth-child(even) {
    background-color: #EFE9F7;
}

.daily_content table th {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.daily_content table th:nth-child(1) {
    background-color: #B2A2CF;
}

.daily_content table th:nth-child(2) {
    background-color: #937FBC;
}

.daily_content table th:nth-child(3) {
    background-color: #B2A2CF;
}

.daily_content table td {
    color: #454545;
    font-size: 14px;
}

