.missions .summary {
    width: 100%;
    height: 305px;
    background: #000;
}
.missions .summary .thumbnail {
    float: left;
    width: 420px;
}
.missions .summary .sumtxt {
    width: 1400px !important;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sumtxt .date_box {
    width: 45%;
    overflow: hidden;
    color: #fff;
}
.sumtxt .date_box .tit {
    color: #fff;

    font-size: 50px;
    font-family: "nskb";
    letter-spacing: -1px;
    line-height: 65px;
}
.sumtxt .date_box .date_txt {
    font-size: 20px;
    font-family: "nskr";
    letter-spacing: -1px;
    margin-top: 36px;
}
.sumtxt .date_box .date_txt span {
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #fff;
    margin: 0 20px;
    vertical-align: middle;
}
.sumtxt .notice_box {
    width: 444px;
    height: 183px;
    background: #fff;
    color: #000;
    padding: 25px;
    overflow: hidden;
}
.sumtxt .notice_box .notice_tit {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 3px solid #000;
    font-family: "nskb";
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.sumtxt .notice_box .notice_tit span {
    font-size: 20px;
}
.sumtxt .notice_box .notice_tit a {
    font-size: 17px;
}
.sumtxt .notice_box .notice_txt {
    width: 100%;
    overflow: hidden;
}
.sumtxt .notice_box .notice_txt a {
    display: block;
    width: 100%;
    font-family: "nskr";
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sumtxt .notice_box .notice_txt a:last-child {
    margin-top: 12px;
}
.missions .mission_content {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    margin-top: 100px;
    column-gap: 20px;
}
.missions .mission_content .mission_menu_select {
    display: none;
}
.missions .mission_content ul.New_mission_menu {
    width: 296px;
}
.missions .mission_content ul.New_mission_menu li.depth1 {
    width: 100%;
}
.missions .mission_content ul.New_mission_menu li.depth1 a {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    font-size: 20px;
    font-family: "nskr";
    color: #ababab;
    letter-spacing: -1px;
    align-items: center;
}
.missions .mission_content ul.New_mission_menu li.depth1 a.nowon {
    font-family: "nskb";
    color: #000;
}
.missions .mission_content ul.mission_menu li span.dash {
    float: left;
    padding: 0px;
}
/* cjs 22.03.17 display:none;추가 */
.missions .mission_content ul.mission_menu li span.arrow {
    display: none;
    float: right;
    padding: 13px 10px 10px 0px;
    font-size: 13px;
}
.missions .mission_content ul.mission_menu li span.nums {
    float: right;
    font-size: 13px;
    width: 25px;
    height: 25px;
    vertical-align: center;
    margin-right: 10px;
    border-radius: 25px;
    line-height: 25px;
    text-align: center;
    background: #c6c6c6;
    color: #ffffff;
}
.missions .mission_content ul.mission_menu li span.nums.on {
    background: #f585a2;
}
.missions .mission_content ul.mission_menu li span.arrow.on {
    background: #ffffff;
    color: #f585a2;
}
.missions .mission_content ul.mission_menu li.depth2 {
    display: inline-block;
    width: 200px;
    border: none;
    background: #f0f0f0;
}
.missions .mission_content ul.mission_menu li.depth2 a {
    float: left;
    width: 140px;
    margin: 5px 5px 5px 20px;
    font-size: 13px;
    color: #595959;
    font-weight: bold;
    line-height: 18px;
}
.missions .mission_content ul.mission_menu li.depth2.brd_t {
    padding-top: 10px;
}
.missions .mission_content ul.mission_menu li.depth2.brd_b {
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}
.missions .mission_content ul.mission_menu li.depth2 a.nowon {
    color: #e45a7e;
}

.missions .mission_main {
    width: calc(100% - 296px);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
}
.missions .mission_main .logBox{
    box-shadow: none;
}
.missions .mission_main .logBox .tit{
    margin-bottom: 8px;
}
.missions .mission_main .logBox .txt {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    max-width: 375px;
    margin: 0 auto;
    line-height: 1.5;
    border: 0;
    padding: 0;
    margin: 0;
    color: #000;
}
.missions .general{
    display: block;
    padding: 0;
    max-width: 375px;
}
.table_contents .logBox .general .loginCheck{
    justify-content: flex-end;
}
.login_new .table_contents .sns_login .lineBtn{
    margin-top: 30px;
    font-size: 14px;
    color: #a9a9a9;
    text-decoration: underline;
    cursor: pointer;
}
.logBox .be_logpop .innerBox input{
    width: 100%;
    height: auto;
    padding: 10px 16px;
    border:0;
    border-bottom: 1px solid #000;
    font-family: 'NotoKr';
    font-weight: 400;
}
.mission_content.login_new .loginSearch{
    padding-top: 20px;
}
.missions .mission_main h2 {
    font-size: 36px;
    font-family: "nskb";
    letter-spacing: -1px;
    text-align: left;
}
.missions .mission_main h3 {
    margin: 5px 0 30px;
    font-size: 20px;
    font-family: "nskr";
    letter-spacing: -1px;
    text-align: left;
}
.missions .mission_main .notice_list {
    border-top: 3px solid #000;
}
.missions .mission_main .notice_list p {
    padding: 30px 0;
    border-bottom: 1px solid #9e9e9e;
    font-size: 20px;
    font-family: "nskr";
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.missions .mission_main .notice_list p .m_date {
    display: none;
}
.missions .mission_main .notice_list p a.mission_subject {
    display: block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.missions .mission_main .notice_list p a.moreBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 33px;
    background: #000;
    color: #fff;
    font-size: 17px;
    font-family: "nskb";
    border-radius: 16px;
}
.missions .wpaging {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    column-gap: 10px;
}
/* cjs 220511 수정  */
.missions .button {
    display: inline-block;
    padding: 9px 35px;
    margin-bottom: 0;
    font-size: 16px;
    font-family: "nskm";
    letter-spacing: -0.96px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #000;
    cursor: pointer;
}
.missions .btn-xs {
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1.5;
}

.missions .noti {
    margin-top: 20px;
}
.missions .noti input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.missions .noti input[type="checkbox"] + label {
    font-size: 14px;
    color: #999999;
    height: 23px;
    background: url("/_asset/img/project/check_black_off.png") no-repeat;
    padding: 5px 0 5px 32px;
}
.missions .noti input[type="checkbox"].checkSelect + label {
    background: url("/_asset/img/project/check_black_on.png") no-repeat;
}
.missions .subject {
    margin-top: 20px;
}
.missions .subject .msubject {
    /* width: calc(100% - 11px);
    border: 1px solid #c6c6c6;
    padding: 15px 5px;
    font-size: 14px;
    color: #999999; */
    width: 100%;
    height: 70px;
    padding: 0 20px;
    border: 1px solid #000;
    color: #000;
    font-size: 20px;
    font-family: "nskr";
    margin-bottom: 10px;
}
.missions .content {
    margin-top: 20px;
}
.missions .content .meditor {
    width: 100%;
    height: 500px;
    background-color: #f2f2f2;
}
.missions .btns {
    text-align: center;
    margin-top: 10px;
}

.missions .address {
    margin-top: 20px;
}
.missions .address .mzipcode {
    float: left;
    width: 200px;
    border: 1px solid #c6c6c6;
    padding: 15px 5px;
    font-size: 14px;
    color: #999999;
}
.missions .address .mzipcode_btn {
    float: left;
    padding-top: 14px;
    padding-bottom: 13px;
    margin-left: 5px;
}
.missions .address .maddr {
    width: 98%;
    border: 1px solid #c6c6c6;
    padding: 15px 5px;
    font-size: 14px;
    color: #999999;
}

/* 설문 샘플 */
.research {
    width: 95%;
    margin: 0 auto;
}
.research li {
    padding: 25px 0 !important;
    width: 100% !important;
    margin-bottom: 0;
    float: none;
}
.research h1.research_titleMain {
    font-size: 1.2rem;
    text-align: left;
    font-weight: normal;
    line-height: 1.5;
    word-break: break-all;
    margin: 0 !important;
}
.research p.research_titleSub {
    font-size: 14px;
    color: #999999;
    text-align: left;
    font-weight: normal;
    margin: 10px 0;
    word-break: break-all;
}
.research p.research_titleSub img {
    max-width: 100%;
}
.research table.inputBox {
    width: 100%;
    margin: 0 auto;
}
.research table.inputBox td {
    padding: 5px 0;
    width: 55%;
}
.research table.inputBox .marginBottom {
    margin-bottom: 30px;
}

.research input[type="radio"].research_radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.research input[type="radio"].research_radio + label {
    padding: 0 2px 0 36px;
    height: 22px !important;
    margin: 10px 0;
    background: url("/_asset/img/common/radio_gray_off.png") no-repeat;
    font-size: 16px;
    color: #313333;
    display: inline-block;
}
.research input[type="radio"].research_radio.radioSelect + label {
    background: url("/_asset/img/common/radio_gray_on.png") no-repeat;
}
.research input[type="text"].research_etc {
    width: 240px;
    padding: 14px 10px;
    background-color: #ffffff;
    border: 1px solid #c6c6c6;
    margin-left: 12px;
    font-size: 18px;
    color: #313333;
}
.research input[type="checkbox"].research_check {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.research input[type="checkbox"].research_check + label {
    display: block;
    height: auto;
    font-size: 16px;
    color: #000;
    padding: 0;
    margin: 0;
    background: none;
}
.research input[type="checkbox"].research_check.checkSelect + label {
    background: url("/_asset/img/common/check_gray_on.jpg") no-repeat;
}
.research input[type="text"].inputFull_txt {
    width: 88%;
    padding: 14px 30px;
    background-color: #ffffff;
    border: 1px solid #c6c6c6;
    margin-left: 12px;
    font-size: 16px;
    color: #313333;
}
.research input[type="tel"].inputFull_txt {
    width: 88%;
    padding: 14px 30px;
    background-color: #ffffff;
    border: 1px solid #c6c6c6;
    margin-left: 12px;
    font-size: 16px;
    color: #313333;
}
.research select.inputFull_txt {
    width: 95%;
    padding-left: 30px;
    height: 50px;
    background-color: #ffffff;
    border: 1px solid #c6c6c6;
    margin-left: 12px;
    font-size: 16px;
    color: #313333;
}
.research textarea.textareaFull_txt {
    width: 88%;
    padding: 14px 30px;
    height: 90px;
    background-color: #ffffff;
    border: 1px solid #c6c6c6;
    margin-left: 12px;
    font-size: 16px;
    color: #313333;
}

.research_question_detail input[type="radio"].research_radio + label {
    background: url("/_asset/img/common/radio_gray_off.png") no-repeat top center;
}
.research_question_detail input[type="radio"].research_radio.radioSelect + label {
    background: url("/_asset/img/common/radio_gray_on.png") no-repeat top center;
}
.research_question_detail input[type="radio"].research_radio:checked + label {
    background: url("/_asset/img/common/radio_gray_on.png") no-repeat top center;
}

.research_question_detail input[type="checkbox"].research_check + label {
    background: url("/_asset/img/common/check_gray_off.jpg") no-repeat top center;
}
.research_question_detail input[type="checkbox"].research_check.checkSelect + label {
    background: url("/_asset/img/common/check_gray_on.jpg") no-repeat top center;
}
.research_question_detail input[type="checkbox"].research_check:checked + label {
    background: url("/_asset/img/common/check_gray_on.jpg") no-repeat top center;
}

.research_question_order_list {
    width: fit-content;
    display: flex;
    flex-direction: column;
    row-gap: 0.25rem;
    /* text-align: center; */
    margin-top: 0.5rem;
    padding: 0.5rem 1rem;
    border: 1px solid #979798;
    display: none;
}
.research_question_order_list span {
    font-size: 1rem;
}

.research .icon_date {
    margin-left: 13px;
}
.timeBox {
    float: right;
}
.selectTime {
    float: left;
    width: 114px;
    position: relative;
    margin-left: 32px;
}
.selectTime p.optionDefault {
    width: 93%;
    padding: 10px 0 10px 7%;
    font-size: 18px;
    color: #313333;
    background-color: #ffffff;
    border: 1px solid #c6c6c6;
}
.selectTime p.optionDefault img {
    float: right;
    margin-right: 6%;
    margin-top: 4px;
}
.selectTime div.optionData {
    position: absolute;
    top: 42px;
    left: 4%;
    width: 91%;
    background-color: #ffffff;
    z-index: 9;
}
.selectTime ul.optionList {
    background-color: #ffffff;
}
.selectTime ul.optionList li {
    cursor: pointer;
    font-size: 18px;
    color: #f585a2;
    height: 40px;
    line-height: 40px;
    padding: 0 9%;
    border-bottom: 0;
}
.selectTime ul.optionList li:hover {
    background-color: #f585a2;
    color: #ffffff;
}

.research .research_text {
    font-size: 18px;
    color: #313333;
    margin: 0 0 0 12px;
    float: left;
    line-height: 44px;
}
.researchUpload_input {
    float: left;
    padding: 13px 32px 12px 32px;
    width: 70%;
    border: 1px solid #c6c6c6;
    font-size: 16px;
    background-color: #f2f2f2;
    border-right: none;
}
.researchUpload_div {
    position: relative;
    width: 149px;
    height: 46px;
    overflow: hidden;
}
.researchUpload_button {
    width: 100%;
    font-size: 16px;
    position: absolute;
    top: -3px;
    background-color: #313333;
    color: #ffffff;
    border: 1px solid #999999;
    height: 49px;
}
.researchUpload_hidden {
    width: 100%;
    height: 46px;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
}
.research .listStyle11_text {
    font-size: 16px;
    color: #313333;
    line-height: 54px;
}
.research .listStyle11_text span {
    float: right;
}
.research .listStyle11 ul {
    border: 1px solid #c6c6c6;
    border-left: none;
    width: 656px;
    height: 90px;
    margin: 0 auto;
}
.research .listStyle11 li {
    font-size: 20px;
    background-color: #ffffff;
    border-left: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6 !important;
    height: 90px;
    line-height: 72px;
    text-align: center;
    width: 130px !important;
    float: left;
    padding: 0 !important;
    margin-bottom: 0 !important;
}
.research .listStyle11 li:last-child {
    width: 131px;
    border-right: 1px solid #c6c6c6 !important;
}
.research .listStyle11 li a {
    display: block;
    color: #999999;
}
.research .listStyle11 li a:hover {
    font-size: 20px;
    color: #313333;
    background-color: #f2f2f2;
}
.research .listStyle11 li.on a {
    font-size: 20px;
    color: #313333;
    background-color: #f585a2;
}

.research table.inputBox.listStyle12 {
    border: 1px solid #c6c6c6;
    margin-top: 15px;
}
.research table.inputBox.listStyle12 td {
    font-size: 30px;
    width: 33%;
    padding: 5px 0;
    margin-top: 10px;
}
.listStyle12 td input {
    font-size: 16px;
    color: #313333;
    text-align: center;
    width: 90%;
    border: none;
    outline: none;
}

.reviewTxt input[type="radio"].research_radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.reviewTxt input[type="radio"].research_radio.radioSelect + label {
    background: url("/_asset/img/common/radio_gray_on.png") no-repeat;
}
.reviewTxt input[type="radio"].research_radio:checked + label {
    background: url("/_asset/img/common/radio_gray_on.png") no-repeat;
}
.reviewTxt input[type="radio"].research_radio + label {
    float: left;
    padding: 0 2px 0 25px;
    height: 22px !important;
    margin: 10px 0 10px 10px;
    background: url("/_asset/img/common/radio_gray_off.png") no-repeat;
    font-size: 18px;
    color: #313333;
}
.reviewTxt input[type="radio"].research_radio.radioSelect + label {
    background: url("/_asset/img/common/radio_gray_on.png") no-repeat;
}
/* cjs 220511주석 */
.missions .vsubject {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 3px solid #000;
    font-size: 36px;
    font-family: "nskb";
    letter-spacing: -1px;
}
.missions .vcontent {
    font-size: 16px;
}
.missions .vinfo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 14px 0 35px;
    font-size: 14px;
    font-family: "nskr";
    letter-spacing: -1px;
    color: #ababab;
}
.missions .vinfo span span {
    margin-left: 10px;
}
.missions .vinfo span:not(:last-child) {
    margin-right: 27px;
}

/* 후기 직접등록하기 */
.writeBox {
    width: 100%;
    border-top: 3px solid #000;
    box-sizing: border-box;
}
.writeBox .rowbox {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #9e9e9e;
    box-sizing: border-box;
}
.writeBox .rowbox .tit {
    width: 204px;
    padding: 45px 0 0;
    font-size: 20px;
    font-family: "nskb";
    letter-spacing: -1px;
    font-weight: normal;
    box-sizing: border-box;
}
.writeBox .rowbox .inbox {
    width: calc(100% - 204px);
    padding: 26px 42px;
    border-left: 1px solid #9e9e9e;
    box-sizing: border-box;
}
.writeBox .rowbox .inbox input {
    width: 100%;
    height: 58px;
    border: 1px solid #000;
    padding: 0 23px;
    outline: none;
    border-radius: 0;
    font-size: 20px;
    font-family: "nskr";
    letter-spacing: -1px;
    box-sizing: border-box;
}
.writeBox .rowbox .inbox textarea {
    width: 100%;
    height: 480px;
    border: 1px solid #000;
    padding: 23px;
    resize: none;
    outline: none;
    border-radius: 0;
    font-size: 20px;
    font-family: "nskr";
    letter-spacing: -1px;
    box-sizing: border-box;
}
.finBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 333px;
    height: 80px;
    margin: 50px auto;
    font-family: "nskm";
    font-size: 24px;
    letter-spacing: -1px;
    color: #fff;
    background: #000;
    cursor: pointer;
    box-sizing: border-box;
}
.viewWrap {
    display: none;
}
.viewWrap h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.viewWrap .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 129px;
    height: 35px;
    border-radius: 18px;
    border: 1px solid #000;
    font: normal 17px "nskm";
    letter-spacing: -1px;
    cursor: pointer;
    box-sizing: border-box;
}
.viewWrap .viewBox {
    width: 100%;
    padding: 64px 40px;
    margin-top: 20px;
    border-top: 3px solid #000;
    box-sizing: border-box;
}
.viewWrap .viewBox .titSt {
    width: 100%;
    padding-bottom: 18px;
    border-bottom: 1px solid #9e9e9e;
    margin-bottom: 18px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.viewWrap .viewBox .titSt .tit {
    width: 85%;
    overflow: hidden;
    font: 30px "nskr";
    letter-spacing: -1px;
}
.viewWrap .viewBox .titSt .date {
    font: 16px "nskr";
    letter-spacing: -1px;
}
.viewWrap .viewBox .titSt .btn {
    display: none;
}

/*20221226 추가*/
.mission_main .missionList .sns_view_wrap {
    align-items: center;
}
.mission_main .missionList .sns_view_wrap .tit {
    padding-top: 0;
}
.mission_main .projectComment {
    margin-top: 20px;
}
.mission_main .projectComment .commentWrite {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}
.mission_main .projectComment .commentWrite textarea {
    padding: 10px;
    font-size: 16px;
    width: 85%;
    height: 90px;
    float: none;
    margin-bottom: 0;
}
.projectComment a.btn.commentSubmit {
    width: 15%;
    height: 90px;
    background: #000;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    float: none;
}
.projectComment #commentList div ul li p a.button.btn-xs {
    display: block;
    padding: 5% 2%;
}

/*20230428 추가*/
.sns_wrap .add_wrap .input_add {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.sns_wrap .add_wrap input.insns_input {
    width: 100%;
}
.sns_wrap .add_wrap .input_add .missionBtn {
    margin-left: 5px;
}
.sns_wrap .add_wrap .input_add input {
    width: auto;
    flex: 1 0 auto;
}
.sns_wrap .add_wrap .addBtn {
    width: 100%;
}
.resumeAcc a.missionBtn,.sns_wrap.ftc_wrap .reviewBtn a.missionBtn {
    width: 310px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    background: #fff;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transition: all 0.2s;
    margin: 1.5rem auto;
}
.resumeAcc a.missionBtn:hover,
.sns_wrap.ftc_wrap .reviewBtn a.missionBtn:hover {
    background: #000;
    color: #fff;
}
.resumeAcc .addBtn a.missionBtn {
    margin: 0 auto;
}

/* 20231226 추가 - 공정위문구 */
.sns_wrap.ftc_wrap{
    padding-top: 16px;
    flex-direction: column;
    row-gap: 16px;
    border-bottom: 0;
}
.sns_wrap.ftc_wrap .btn_wrap{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 8px;
}
.sns_wrap.ftc_wrap button{
    background: none;
    border: 1px solid #000;
    font-size: 16px;
    border-radius: 6px;
}
.sns_wrap.ftc_wrap .btn_wrap p{
    font-size: 14px;
    color: #EB002A;
}
.sns_wrap.ftc_wrap .complete_review,
.sns_wrap.ftc_wrap .empty_review{
    padding: 4px 24px;
    cursor: default;
    font-size: 14px;
    font-weight: bold;
}
.sns_wrap.ftc_wrap .empty_review{
    border:1px solid #EB002A;
    color: #EB002A;
}
.sns_wrap.ftc_wrap .complete_review{
    border:1px solid #3885F9;
    color: #3885F9;
    background: #DAE9FF;
}
.sns_wrap.ftc_wrap .reviewBtn{
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
}
.sns_wrap.ftc_wrap .reviewBtn button{
    /* width: 265px; */
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    column-gap: 6px;
    padding: 10px 40px 10px 20px;
    background: #f9f9f9;
    border: 0;
}
.sns_wrap.ftc_wrap .reviewBtn .q_wrap{
    position: relative;
}
.sns_wrap.ftc_wrap .reviewBtn .q_mark{
    position: absolute;
    right: -28px;
    top: 10px;
    width: 20px;
    height: auto;
    cursor: pointer;
}
.sns_wrap.ftc_wrap .reviewBtn .black{
    background: #000;
    color: #fff;
    border: 0;
}
.sns_wrap.ftc_wrap .reviewBtn a{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #0087f5;
    margin-bottom: 30px;
    margin-left: 16px;
}
.sns_wrap.ftc_wrap .reviewBtn a.info{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #0087f5;
    margin-bottom: 8px;
    margin-left: 6px;
}
.sns_wrap.ftc_wrap .reviewBtn p{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    column-gap: 8px;
    display: none;
}
.sns_wrap.ftc_wrap .reviewBtn input[type="text"] {
    width: 85%;
    max-width: 600px;
    height: 45px;
    border: 1px solid #c2c2c2;
    font-size: 14px;
    margin: 0;
}
.sns_wrap.ftc_wrap .reviewBtn input[type="text"].disabled{
    background: #eee;
    color: #999;
}
.ftc_insta_list{
    display: none;
    padding-top: 16px;
}
.ftc_insta_list > ul > li{
    border: 1px solid #C2C2C2;
    margin: 0;
}
.ftc_insta_list > ul > li:last-child{
    border-bottom: 1px solid #C2C2C2;
}
.ftc_insta_list_content{
    display: flex;
    flex-direction: row;
    font-size: 14px;
    word-break: break-all;
}
.ftc_insta_list .ftc_insta_list_content li{
    margin: 0;
    padding: 16px;
}
.ftc_insta_list .ftc_insta_list_content li:first-child{
    width: 85%;
    border-right: 1px solid #c2c2c2;
}
.ftc_insta_list .ftc_insta_list_content li:last-child{
    width: 15%;
}
.ftc_insta_list_content button{
    display: block;
    margin: 0 auto;
    padding: 10px;
    font-size: 14px;
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
}
.ftc_insta_list_content button.gray{
    background: #c2c2c2;
    color: #fff;
    cursor: default;
    pointer-events: none;
}
.ftc_insta_list_content button.blue{
    background: #3885F9;
    color: #fff;
}
.ftc_insta_list_content .error{
    color: #EB002A;
    font-size: 14px;
    text-align: center;
}
.pr_pop.error_ftc,
.pr_pop.info_guide{
    display: none;
}
.pr_pop.error_ftc p,
.pr_pop.info_guide p{
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
}
.pr_pop.info_guide .inner{
    font-size: 16px;
    max-width: 98%;
    margin: 8px auto 0;
    max-height: 500px;
    overflow-y: auto;
}
.pr_pop.error_ftc .tit,
.pr_pop.info_guide .tit{
    font-size: 18px;
    font-weight: bold;
}
.pr_pop.info_guide .tit {
    margin-bottom: 6px;
}
.pr_pop.error_ftc .reason,
.pr_pop.info_guide .guide_text span{
    color: #3885F9;
}
.pr_pop.error_ftc .btn_wrap,
.pr_pop.info_guide .btn_wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    flex-wrap: wrap;
    row-gap: 8px;
    margin-top: 24px;
}
.pr_pop.error_ftc .btn_wrap button,
.pr_pop.info_guide .btn_wrap button{
    border: none;
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 6px;
    /* margin-top: 24px; */
    border: 1px solid #000;
}
.pr_pop.error_ftc .btn_wrap button.close_pop{
    background: #fff;
    color: #000;
}
.pr_pop.error_ftc .btn_wrap button.inquiry_btn{
    background: #fff;
    color: #000;
}
.pr_pop.info_guide .guide_img{
    max-width: 500px;
    margin: 20px 0;
}
.guide_img img {
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
}

.sns_wrap.ftc_wrap .reviewBtn .copy_ftc_blog{
    display: none;
    width: auto;
    padding: 10px 24px;
    color: #fff;
    background: #000;
}

/* 활동페이지 리뷰 URL 등록 수정 24.11.27 */
.post_table .post_table_info {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #979798;
}
.post_table_postcontent {
    margin-bottom: 1rem;
}
.post_table_postcontent .post_img_wrap {
    position: relative;
    overflow: hidden;
    flex: 1 0 auto;
}
.post_table_postcontent .post_img_wrap > img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.post_table_postcontent .post_img_wrap.tiktok > img {
    width: 200px;
    height: 285px;
    object-fit: cover;
    aspect-ratio: 3 / 4;
}
.post_table_postcontent .post_img_wrap.reels::after {
    content: '';
    display: block;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background: url('/_asset/img/mission/reels.png') center center no-repeat;
    background-size: contain;
}
.post_table_postcontent .post_engagement {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    flex-wrap: wrap;
    background: #ffffffd6;
    padding: 0.5rem;
}
.post_table_postcontent .post_engagement img {
    width: 1rem;
    height: auto;
    object-fit: contain;
}
.post_table_postcontent .post_contents_text {
    display: -webkit-box;   
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    word-break: break-all;
    margin: 0.5rem 0 1rem;
}
#page_list .container-top,
#post_list .container-top{
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
}
#page_list .container-top div,
#post_list .container-top div {
    display: flex;
    align-items: center;
    column-gap: 8px;
}
#post_list .copy_ftc_ig,
#page_list .copy_ftc_ig {
    display: block;
    width: auto;
    padding: 6px 14px;
    color: #fff;
    background: #000;
    border: 0;
    border-radius: 6px;
    font-size: 14px;
}
/* 활동페이지 리뷰 URL 등록 수정 24.11.27 end */
/* .table-responsive{
    width: 100%;
    overflow-x: auto;
}
.table-responsive thead {
    background: #e4e4e4;
}
#page_list, #post_list{
    font-size: 16px;
}
#page_list h2, #post_list h2{
    font-size: 21px;
}
#page_list .card, #post_list .card{
    padding-top: 20px;
}
#page_list .card table, #post_list .card table{
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}
#page_list .card table th,
#page_list .card table td {
    padding: 6px 8px;
    border: 1px solid #999;
}
#post_list .card table th,
#post_list .card table td{
    padding: 12px 10px;
    border: 1px solid #999;
}
#page_list .card table td,
#post_list .card table td{
    font-size: 14px;
}
#page_list .card table td button,
#post_list .card table td button {
    display: block;
    border: 0;
    background: #0087f5;
    color: #fff;
    padding: 6px;
    margin: 0 auto;
    border-radius: 4px;
    font-size: 14px;
}
#post_list a.btn.btn-info {
    margin-top: 20px;
    display: block;
    border-radius: 4px;
    width: fit-content;
    padding: 6px 16px;
    background: #000;
    color: #fff;
}
#page_list .inquiry_btn,
#post_list .inquiry_btn{
    display: block;
    width: auto;
    padding: 6px 14px;
    border: 1px solid #000;
    background: #fff;
    border-radius: 6px;
    font-size: 14px;
} */
.reels{
    /* width: 150px;
    height: 150px; */
    position:relative;
}
.reels::after {
    content: '';
    display: block;
    position:absolute;
    width:24px;
    height:24px;
    background: url('/_asset/img/mission/reels.png') center center no-repeat;
    background-size: contain;
    right: 2px;
    top: 8px;
}

/* 활동페이지 - 1:1문의 추가 24.02.27, 24.03.04 */
#inquiry_wrap{
    margin-top: 30px;
}
#inquiry_wrap h2,
.checkWrap .mainTit{
    text-align: center;
    font-size: 24px;
    margin-bottom: 16px;
}
.checkWrap{
    margin: 30px auto;
    padding: 30px 0;
}
.checkWrap .mainTit{
    font-weight: bold;
    margin-bottom: 6px;
}
.checkWrap .subTit {
    text-align: center;
    font-size: 16px;
    color: #999;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 24px;
}
.checkWrap .step {
    max-width: 95%;
    margin: 30px auto;
    font-size: 16px;
    display:none;
}
.checkWrap .step .qTit{
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 0;
}
.checkWrap .step .qTit .blue{
    font-size: 14px;
    cursor: pointer;
}
.checkWrap .step label {
    max-width: 50%;
    display: flex;
    align-items: center;
    column-gap: 6px;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 16px;
    background: #f4f4f4;
    border-radius: 6px;
}
.checkWrap .step label input[type='radio'] {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    cursor: pointer;
    background: #fff url('/_asset/img/login/check_off.png') center center no-repeat;
    border: 1px solid #adadad;
    border-radius: 50%;
}
.checkWrap .step label input[type='radio']:checked {
    border-color: #0087F5;
    background: #fff url('/_asset/img/login/check_on.png') center center no-repeat;
    border-color: #0087F5;
}
.checkWrap .goBack{
    align-items: baseline;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 0;
}
.checkWrap .goBack img{
    height: 12px;
}
.checkWrap .step-answerArea {
    padding: 16px 20px;
    border-radius: 6px;
    margin: 16px 0;
    font-size: 14px;
    border-top: 1px solid #e4e4e4;
}
.checkWrap .step-answerArea p {
    line-height: 1.7;
}
.checkWrap .step-answerArea .aTit {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.checkWrap .step-answerArea > a {
    display: block;
    background: #000;
    color: #fff;
    width: fit-content;
    padding: 6px 18px;
    border-radius: 10em;
    margin: 6px 0;
}
.checkWrap .step-answerArea > a.underline_btn{
    background: #fff;
    color: #0087F5;
    padding: 6px 0;
}
.step-answerArea img {
    max-width: 300px;
}
.checkWrap .subInfo {
    background: #f4f4f4;
    border-radius: 6px;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
}
.step-guide p{
    /* text-align: center; */
    line-height: 1.5;
    font-size: 16px;
}
.step-guide .guide_text span{
    color: #0087F5;
}
.step-answerArea.step-guide .guide_img img{
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
}
#inquiry_wrap .inquiryFullInput,
#inquiry_wrap .inquiryFullText{
    width: 100%;
    font-size: 16px;
    border-radius: 0;
    border: 1px solid #c6c6c6;
    margin: 7px 0;
    padding: 20px 0 19px 24px;
    background: none;
    color: #000;
}
#inquiry_wrap .in-box.inquiry-img-box,
#inquiry_wrap .securityCheck{
    width: 100%;
}
#inquiry_wrap .inquiryBtn{
    width: 223px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #ffffff;
    background-color: #000;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
#inquiry_wrap p.optionDefault{
    cursor: pointer;
}
.selectInquiry .optionData.sub{
    display: none;
}
#inquiry_wrap p.optionDefault.on {
    border: 1px solid #000;
    border-bottom: 0;
}
.selectInquiry1 .optionData.on,
.selectInquiry2 .optionData.on{
    display: block;
}
.selectInquiry ul.optionList li {
    padding-left: 23px;
    margin: 0 0 10px;
}
.selectInquiry ul.optionList li:hover {
    background-color: #000;
    color: #ffffff;
}
#inquiry_wrap .inquiry_sns_url{
    font-size: 16px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e4e4e4;
}
#inquiry_wrap .inquiry_sns_url .header{
    text-align: center;
    max-width: 800px;
    margin: 0 auto 20px;
}
#inquiry_wrap .inquiry_sns_url h2{
    margin-bottom: 4px;
}
#inquiry_wrap .inquiry-img-box .upload_file{
    background: #fff;
    border: 1px solid #0087f5;
    color: #0087f5;
}
#inquiry_wrap .inquiry-img-box .box-file:last-child .btn-file-action-add{
    border: 1px solid #000;
    background: #fff;
    color: #000;
}

/*230523 추가 commerce review _ 활동자페이지 스토어리뷰*/
.commerce_review_wrap {
    width: 100%;
    font-size: 16px;
}
.commerce_review_header {
    margin-bottom: 30px;
}
.commerce_review_header label,
.commerce_review_header h4 {
    font-size: 20px;
    font-weight: bold;
}
.commerce_review_header p {
    color: #0086f5;
}
.commerce_review_content {
    width: 100%;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.commerce_review_content .commerce_review_star_rating {
    padding: 20px 0;
}
.commerce_review_content .commerce_review_star_rating .commerce_review_star_wrap {
    direction: rtl;
}
.commerce_review_content div p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.commerce_review_star_rating label {
    display: none;
}
.commerce_review_content .commerce_review_star_rating input[type="radio"] {
    width: 45px;
    height: 45px;
    margin: 0 8px;
    border: none;
    background: url("/_asset/img/mission/star_gray.png") center center no-repeat;
    background-size: contain;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.commerce_review_content .commerce_review_star_rating input[type="radio"]:hover {
    background: url("/_asset/img/mission/star.png") center center no-repeat;
    background-size: contain;
}
.commerce_review_content .commerce_review_star_rating input[type="radio"]:hover ~ input[name="rating"] {
    background: url("/_asset/img/mission/star.png") center center no-repeat;
    background-size: contain;
}
.commerce_review_content .commerce_review_star_rating input[type="radio"]:checked {
    background: url("/_asset/img/mission/star.png") center center no-repeat;
    background-size: contain;
}
.commerce_review_content .commerce_review_star_rating input[type="radio"]:checked ~ input[name="rating"] {
    background: url("/_asset/img/mission/star.png") center center no-repeat;
    background-size: contain;
}
.commerce_review_star_rating #star_rating_txt {
    font-size: 14px;
    font-weight: normal;
    color: #ff6491;
    margin-top: 5px;
}
.commerce_review_star_rating #star_score {
    font-size: 16px;
    font-weight: bold;
    color: #ff6491;
}
.commerce_review_content .commerce_review_input_list_wrap {
    width: 100%;
    max-width: 800px;
    border-top: 1px solid #eee;
    padding: 20px 0;
}
.commerce_review_content .commerce_review_input_list_wrap.commerce_review_textarea {
    border: none;
    padding-top: 80px;
}
.commerce_review_content .commerce_review_input_list_wrap p.commerce_review_answer {
    margin-top: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #ff6491;
}
.commerce_review_input_list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    column-gap: 4px;
}

.commerce_review_input_wrap {
    width: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
}
.commerce_review_input_wrap label {
    order: 2;
    color: #999;
    font-size: 14px;
    text-align: center;
    word-break: break-all;
}
.commerce_review_input_list input[type="radio"] {
    width: 50px;
    height: 50px;
    background: url("/_asset/img/mission/circle.png") center center no-repeat;
    border-radius: 50%;
    cursor: pointer;
    padding: 0 20px;
    -webkit-tap-highlight-color: transparent;
}
.commerce_review_input_list input[type="radio"]:hover {
    background: url("/_asset/img/mission/circle_checked.png") center center no-repeat;
}
.commerce_review_input_list input[type="radio"]:checked {
    background: url("/_asset/img/mission/circle_checked.png") center center no-repeat;
}
.commerce_review_textarea p#detail_review_subject_title {
    padding-top: 20px;
    border-top: 3px solid #212121;
}
.commerce_review_textarea div {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    background: #eee;
    padding: 10px 20px;
}
.commerce_review_textarea div p#count_text {
    text-align: right;
    font-size: 16px;
    font-weight: normal;
    color: #999;
    margin-bottom: 0;
}
.commerce_review_textarea textarea#content {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: none;
    background: #eee;
    outline: none;
}
.commerce_review_file label {
    display: block;
    width: 500px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    border: 2px solid #000;
}
.commerce_review_file label:hover {
    border: 2px dashed #000;
}
.commerce_review_file label:after {
    content: "사진/동영상 첨부하기";
    display: block;
    width: 100%;
    height: auto;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.commerce_review_file input[type="file"] {
    width: 0;
    height: 0;
    overflow: hidden;
    display: none;
}
.commerce_review_file_list {
    width: 100%;
    padding: 20px 0;
}
.commerce_review_file_list #preview_area {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.commerce_review_file_list #preview_area .thumbnail {
    width: 100px;
    height: 100px;
    margin: 10px;
    position: relative;
}
.commerce_review_file_list #preview_area .thumbnail.video {
    position: relative;
}
.commerce_review_file_list #preview_area .thumbnail.video::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url("/_asset/img/commerce/video.png") center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 5px;
    bottom: 5px;
}
.commerce_review_file_list #preview_area .thumbnail button {
    width: 20px;
    height: 20px;
    background: url("/_asset/img/mission/close.png") center center no-repeat;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
}
.commerce_review_file_list #preview_area .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.commerce_review_wrap .btn-wrap {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.commerce_review_wrap .fullbtn {
    width: 100%;
    font-size: 20px;
    padding: 20px 0;
    border: 2px solid #000;
    background: #000;
    color: #fff;
}
.commerce_review_wrap .fullbtn:hover {
    background: #fff;
    color: #000;
}

/* 활동페이지 컨셉보드 radio 테이블 수정 2024.11.27 */
.mission_main div.inputBox.listStyle04 {
    flex-direction: column;
    align-items: flex-start;
}
div.inputBox.listStyle01 .radio_order_table tr:first-of-type {
    background: #e4e4e4;
}
div.inputBox.listStyle01 .radio_order_table .radio_input {
    font-size: 0.9rem;
}
div.inputBox.listStyle04 p input[type="checkbox"].research_check {
    min-width: 20px;
    min-height: 20px;
}


@media all and (max-width: 1400px) {
    .missions .summary {
        width: 100%;
        height: 305px;
        background: #000;
    }
    .missions .summary .thumbnail {
        float: left;
        width: 420px;
    }
    .missions .summary .sumtxt {
        width: 100% !important;
        height: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 30px;
    }
    .sumtxt .date_box {
        width: 45%;
        overflow: hidden;
        color: #fff;
    }
    .sumtxt .date_box .tit {
        color: #fff;

        font-size: 40px;
        font-family: "nskb";
        letter-spacing: -1px;
        line-height: 55px;
    }
    .sumtxt .date_box .date_txt {
        font-size: 18px;
        font-family: "nskr";
        letter-spacing: -1px;
        margin-top: 26px;
    }
    .sumtxt .date_box .date_txt span {
        display: inline-block;
        width: 1px;
        height: 18px;
        background: #fff;
        margin: 0 20px;
        vertical-align: middle;
    }
    .sumtxt .notice_box {
        width: 35%;
        height: 183px;
        background: #fff;
        color: #000;
        padding: 25px;
        overflow: hidden;
    }
    .sumtxt .notice_box .notice_tit {
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 3px solid #000;
        font-family: "nskb";
        letter-spacing: -1px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .sumtxt .notice_box .notice_tit span {
        font-size: 20px;
    }
    .sumtxt .notice_box .notice_tit a {
        font-size: 17px;
    }
    .sumtxt .notice_box .notice_txt {
        width: 100%;
        overflow: hidden;
    }
    .sumtxt .notice_box .notice_txt a {
        display: block;
        width: 100%;
        font-family: "nskr";
        font-size: 17px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .sumtxt .notice_box .notice_txt a:last-child {
        margin-top: 12px;
    }
    .missions .mission_content {
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 80px;
        padding: 0 30px;
    }
    .missions .mission_content .mission_menu_select {
        display: none;
    }

    .missions .mission_content ul.New_mission_menu {
        width: 30%;
    }
    .missions .mission_content ul.New_mission_menu li.depth1 {
        width: 100%;
    }
    .missions .mission_content ul.New_mission_menu li.depth1 a {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        font-size: 20px;
        font-family: "nskr";
        color: #ababab;
        letter-spacing: -1px;
    }
    .missions .mission_content ul.New_mission_menu li.depth1 a.nowon {
        font-family: "nskb";
        color: #000;
    }
    .missions .mission_content ul.mission_menu li span.dash {
        float: left;
        padding: 0px;
    }
    /* cjs 22.03.17 display:none;추가 */
    .missions .mission_content ul.mission_menu li span.arrow {
        display: none;
        float: right;
        padding: 13px 10px 10px 0px;
        font-size: 13px;
    }
    .missions .mission_content ul.mission_menu li span.nums {
        float: right;
        font-size: 13px;
        width: 25px;
        height: 25px;
        vertical-align: center;
        margin-right: 10px;
        border-radius: 25px;
        line-height: 25px;
        text-align: center;
        background: #c6c6c6;
        color: #ffffff;
    }
    .missions .mission_content ul.mission_menu li span.nums.on {
        background: #f585a2;
    }
    .missions .mission_content ul.mission_menu li span.arrow.on {
        background: #ffffff;
        color: #f585a2;
    }
    .missions .mission_content ul.mission_menu li.depth2 {
        display: inline-block;
        width: 200px;
        border: none;
        background: #f0f0f0;
    }
    .missions .mission_content ul.mission_menu li.depth2 a {
        float: left;
        width: 140px;
        margin: 5px 5px 5px 20px;
        font-size: 13px;
        color: #595959;
        font-weight: bold;
        line-height: 18px;
    }
    .missions .mission_content ul.mission_menu li.depth2.brd_t {
        padding-top: 10px;
    }
    .missions .mission_content ul.mission_menu li.depth2.brd_b {
        padding-bottom: 10px;
        border-bottom: 1px solid #dddddd;
    }
    .missions .mission_content ul.mission_menu li.depth2 a.nowon {
        color: #e45a7e;
    }

    .missions .mission_main {
        width: calc(100% - 30%);
    }
    .missions .mission_main h2 {
        font-size: 26px;
        font-family: "nskb";
        letter-spacing: -1px;
    }
    .missions .mission_main h3 {
        margin: 30px 0;
        font-size: 18px;
        font-family: "nskr";
        letter-spacing: -1px;
    }
    .missions .mission_main .notice_list {
        border-top: 3px solid #000;
    }
    .missions .mission_main .notice_list p {
        padding: 20px 0;
        font-size: 18px;
    }

    .missions .mission_main .notice_list p .m_date {
        display: none;
    }
    .missions .mission_main .notice_list p a.moreBtn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 75px;
        height: 33px;
        background: #000;
        color: #fff;
        font-size: 14px;
        font-family: "nskb";
        border-radius: 16px;
    }

    .missions .wpaging {
        margin-top: 10px;
    }
    .missions .btn-xs {
        padding: 5px 20px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 0;
    }

    .missions .noti {
        margin-top: 20px;
    }
    .missions .noti input[type="checkbox"] {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
    .missions .noti input[type="checkbox"] + label {
        font-size: 14px;
        color: #999999;
        height: 23px;
        background: url("/_asset/img/project/check_black_off.png") no-repeat;
        padding: 5px 0 5px 32px;
    }
    .missions .noti input[type="checkbox"].checkSelect + label {
        background: url("/_asset/img/project/check_black_on.png") no-repeat;
    }
    .missions .subject {
        margin-top: 20px;
    }
    .missions .content {
        margin-top: 20px;
    }
    .missions .content .meditor {
        width: 100%;
        height: 500px;
        background-color: #f2f2f2;
    }
    .missions .btns {
        text-align: center;
        margin-top: 10px;
    }

    .missions .address {
        margin-top: 20px;
    }
    .missions .address .mzipcode {
        float: left;
        width: 200px;
        border: 1px solid #c6c6c6;
        padding: 15px 5px;
        font-size: 14px;
        color: #999999;
    }
    .missions .address .mzipcode_btn {
        float: left;
        padding-top: 14px;
        padding-bottom: 13px;
        margin-left: 5px;
    }
    .missions .address .maddr {
        width: 98%;
        border: 1px solid #c6c6c6;
        padding: 15px 5px;
        font-size: 14px;
        color: #999999;
    }

    .missions .vsubject {
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 2px solid #000;
        font-size: 28px;
        font-family: "nskb";
        letter-spacing: -1px;
    }
    .missions .vinfo {
        text-align: right;
        padding: 0 10px 0 0;
        margin: 10px 0 0 0;
    }
    .missions .vinfo span {
        padding-left: 10px;
    }
    .missions .vcontent {
        padding: 20px 0 0 0;
        margin: 10px 0 0 0;
        border-top: 1px solid #c6c6c6;
    }

    .writeBox .rowbox .tit {
        width: 20%;
        padding: 30px 0 0;
    }
    .writeBox .rowbox .inbox {
        width: calc(100% - 20%);
        padding: 15px 20px;
    }
    .writeBox .rowbox .inbox input {
        height: 58px;
        padding: 0 15px;
        font-size: 18px;
    }
    .writeBox .rowbox .inbox textarea {
        padding: 15px;
        font-size: 18px;
    }
    .finBtn {
        width: 300px;
        height: 70px;
        margin: 30px auto;
        font-size: 20px;
    }
    .viewWrap .btn {
        width: 100px;
        font-size: 14px;
    }
    .viewWrap .viewBox {
        width: 100%;
        padding: 40px 20px;
        margin-top: 20px;
    }
    .viewWrap .viewBox .titSt .tit {
        font: 24px "nskr";
    }
    .viewWrap .viewBox .titSt .date {
        font: 14px "nskr";
    }

    /*230512 추가*/
    .research_question_list a.goBack {
        padding: 1.5rem 0;
    }

    /* 240306 추가 */
    .checkWrap .goBack{
        padding: 0;
    }
}

@media (max-width: 1100px) {
    /* 설문 샘플 */
    .research {
        width: 100%;
        margin: 0 auto;
    }
    .research li {
        padding: 20px 0 !important;
        width: 100% !important;
        margin-bottom: 0;
        float: none !important;
        margin: 0 auto;
    }
    .research h1.research_titleMain {
        margin: 0 25px;
    }
    .research p.research_titleSub img {
        max-width: 100%;
    }
    .research table.inputBox {
        width: 90%;
        margin: 0 auto;
    }
    .research table.inputBox td {
        padding: 0;
    }
    .research table.inputBox .marginBottom {
        margin-bottom: 30px;
        width: 71%;
    }
    .research_question_order_list {
        text-align: center;
        margin-top: 20px;
        display: none;
    }
    .research_question_order_list span {
        font-size: 18px;
        text-align: center;
        margin: 0 5px;
        line-height: 26px;
        display: inline-block;
        zoom: 1;
    }

    .research input[type="radio"].research_radio.radioSelect + label {
        background: url("/_asset/img/common/radio_gray_on.png") no-repeat;
    }
    .research input[type="text"].research_etc {
        width: 281px;
        padding: 14px 10px;
        background-color: #ffffff;
        border: 1px solid #c6c6c6;
        margin-left: 12px;
        color: #313333;
    }

    .research input[type="checkbox"].research_check {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
    .research input[type="checkbox"].research_check.checkSelect + label {
        background: url("/_asset/img/common/check_gray_on.jpg") no-repeat;
    }
    .research_question_detail input[type="radio"].research_radio + label {
        background: url("/_asset/img/common/radio_gray_off.png") no-repeat top center;
    }
    .research_question_detail input[type="radio"].research_radio.radioSelect + label {
        background: url("/_asset/img/common/radio_gray_on.png") no-repeat top center;
    }
    .research_question_detail input[type="radio"].research_radio:checked + label {
        background: url("/_asset/img/common/radio_gray_on.png") no-repeat top center;
    }

    .research input[type="text"].inputFull_txt {
        width: 89%;
        padding: 14px 4%;
        background-color: #ffffff;
        border: 1px solid #c6c6c6;
        margin-left: 12px;
        font-size: 16px;
        color: #313333;
        margin-bottom: 20px;
    }
    .research input[type="tel"].inputFull_txt {
        width: 89%;
        padding: 14px 4%;
        background-color: #ffffff;
        border: 1px solid #c6c6c6;
        margin-left: 12px;
        font-size: 16px;
        color: #313333;
        margin-bottom: 20px;
    }
    .research select.inputFull_txt {
        width: 90%;
        padding-left: 4%;
        height: 50px;
        background-color: #ffffff;
        border: 1px solid #c6c6c6;
        margin-left: 12px;
        font-size: 16px;
        color: #313333;
        margin-bottom: 20px;
    }
    .research textarea.textareaFull_txt {
        width: 89%;
        padding: 14px 4%;
        height: 90px;
        background-color: #ffffff;
        border: 1px solid #c6c6c6;
        margin-left: 12px;
        font-size: 16px;
        color: #313333;
    }

    .resumeAcc .research input + label {
        font-size: 16px;
    }

    .research .icon_date {
        margin-left: 13px;
        float: left;
    }
    .timeBox {
        float: right;
        margin-left: 12px;
    }
    .selectTime {
        float: left;
        width: 114px;
        position: relative;
    }
    .selectTime p.optionDefault {
        width: 93%;
        padding: 10px 0 10px 7%;
        font-size: 18px;
        color: #313333;
        background-color: #ffffff;
        border: 1px solid #c6c6c6;
    }
    .selectTime p.optionDefault img {
        float: right;
        margin-right: 6%;
        margin-top: 4px;
    }
    .selectTime div.optionData {
        position: absolute;
        top: 42px;
        left: 4%;
        width: 91%;
        background-color: #ffffff;
        z-index: 9;
    }
    .selectTime ul.optionList {
        background-color: #ffffff;
    }
    .selectTime ul.optionList li {
        cursor: pointer;
        font-size: 18px;
        color: #f585a2;
        height: 40px;
        line-height: 40px;
        padding: 0 9%;
        border-bottom: 0;
    }
    .selectTime ul.optionList li:hover {
        background-color: #f585a2;
        color: #ffffff;
    }

    .research .research_text {
        font-size: 18px;
        color: #313333;
        margin: 0 32px 0 12px;
        float: left;
        line-height: 44px;
    }
    .researchUpload_input {
        float: left;
        padding: 13px 4% 12px 4%;
        width: 73%;
        border: 1px solid #c6c6c6;
        font-size: 16px;
        background-color: #f2f2f2;
        border-right: none;
    }
    .researchUpload_div {
        position: relative;
        width: 18%;
        height: 46px;
        overflow: hidden;
    }
    .researchUpload_button {
        width: 100%;
        font-size: 16px;
        position: absolute;
        top: -3px;
        background-color: #313333;
        color: #ffffff;
        border: 1px solid #999999;
        height: 49px;
    }
    .researchUpload_hidden {
        width: 100%;
        height: 46px;
        position: absolute;
        right: 0px;
        top: 0px;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "alpha(opacity=0)";
        -khtml-opacity: 0;
        -moz-opacity: 0;
    }
    .research .listStyle11_text {
        font-size: 16px;
        color: #313333;
        line-height: 54px;
    }
    .research .listStyle11_text span {
        float: right;
    }
    .research .listStyle11 ul {
        border: 1px solid #c6c6c6;
        border-left: none;
        width: 100%;
        height: 72px;
    }
    .research .listStyle11 li {
        border-bottom: 1px solid #c6c6c6 !important;
        font-size: 16px;
        background-color: #ffffff;
        border-left: 1px solid #c6c6c6;
        height: 72px;
        line-height: 72px;
        text-align: center;
        width: calc(20% - 1px) !important;
        float: left !important;
        padding: 0 !important;
        border-top: none !important;
    }
    .research .listStyle11 li a {
        display: block;
        color: #999999;
    }
    .research .listStyle11 li a:hover {
        font-size: 16px;
        color: #313333;
        background-color: #f2f2f2;
    }
    .research .listStyle11 li.on a {
        font-size: 16px;
        color: #313333;
        background-color: #f585a2;
    }

    .research table.inputBox.listStyle12 {
        border: 1px solid #c6c6c6;
        margin-top: 15px;
    }
    .research table.inputBox.listStyle12 td {
        font-size: 30px;
        width: 33%;
        padding: 5px 0;
        margin-top: 10px;
    }
    .listStyle12 td input {
        font-size: 16px;
        color: #313333;
        text-align: center;
        width: 90%;
        border: none;
        outline: none;
    }

    .reviewTxt input[type="radio"].research_radio {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
    .reviewTxt input[type="radio"].research_radio + label {
        padding: 0 0 2px 25px;
        height: 22px;
        margin: 10px 0 10px 10px;
        background: url("/_asset/img/common/radio_gray_off.png") no-repeat;
        font-size: 18px;
        color: #313333;
        float: left;
    }
    .reviewTxt input[type="radio"].research_radio.radioSelect + label {
        background: url("/_asset/img/common/radio_gray_on.png") no-repeat;
    }
    .reviewTxt input[type="radio"].research_radio:checked + label {
        background: url("/_asset/img/common/radio_gray_on.png") no-repeat;
    }
}

@media (max-width: 800px) {
    .missions {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .missions .summary {
        margin: 0;
        height: auto;
    }
    .missions .summary .thumbnail {
        width: 100%;
    }
    .missions .summary .sumtxt {
        width: 100%;
        margin: 0px;
        padding: 30px;
        flex-direction: column;
    }
    .missions .summary .sumtxt dt {
        font-size: 20px;
        text-align: left;
        margin-bottom: 10px;
        font-weight: normal;
        letter-spacing: -0.025em;
        line-height: 26px;
        color: #f36487;
    }
    .missions .summary .sumtxt dd {
        font-size: 14px;
        color: #999999;
        line-height: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .missions .summary .sumtxt dd p {
        font-size: 14px;
        color: #999999;
        line-height: 24px;
    }
    .sumtxt .date_box {
        width: 100%;
        height: 60%;
    }
    .sumtxt .date_box .tit {
        color: #fff;

        font-size: 26px;
        line-height: 32px;
    }
    .sumtxt .date_box .date_txt {
        font-size: 14px;
        margin-top: 16px;
    }
    .sumtxt .notice_box {
        width: 100%;
        height: 40%;
        padding: 10px;
        margin-top: 30px;
    }
    .sumtxt .notice_box .notice_tit {
        padding-bottom: 10px;
        border-bottom: 2px solid #000;
        margin-bottom: 10px;
    }
    .sumtxt .notice_box .notice_tit span {
        font-size: 16px;
    }
    .sumtxt .notice_box .notice_tit a {
        font-size: 14px;
    }
    .sumtxt .notice_box .notice_txt a {
        display: block;
        width: 100%;
        font-family: "nskr";
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .sumtxt .notice_box .notice_txt a:last-child {
        margin-top: 5px;
    }
    .missions .mission_content {
        display: inline-block;
        width: 100%;
        margin-top: 0;
        padding: 0;
        padding-bottom: 30px;
    }
    .missions .mission_content .mission_menu_select {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 20px;
        width: 100%;
    }
    .missions .mission_content .mission_menu_select li span {
        display: none;
    }
    .missions .mission_content ul.New_mission_menu {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
    .missions .mission_content ul.New_mission_menu li.depth1 {
        width: 33.33%;
        box-sizing: border-box;
        border-bottom: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }
    .missions .mission_content ul.New_mission_menu li.depth1:nth-child(3n) {
        border-right: 0;
    }
    .missions .mission_content ul.New_mission_menu li.depth1 a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
        padding: 0 10px;
        margin-bottom: 0;
        text-align: center;
        font-size: 14px;
        box-sizing: border-box;
    }
    .missions .mission_content ul.New_mission_menu li.depth1 a.nowon {
        background: #000;
        color: #fff;
    }

    .missions .mission_main {
        width: 100%;
        padding: 0 1rem;
    }
    .missions .mission_main h2 {
        text-align: center;
        padding: 0 30px;
    }
    .missions .mission_main h3 {
        margin: 10px 0 10px;
        font-size: 16px;
        text-align: center;
        padding: 0 30px;
    }
    .missions .mission_main .notice_list {
        border-top: 2px solid #000;
    }
    .missions .mission_main .notice_list p {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 30px;
        font-size: 16px;
    }
    .missions .mission_main .notice_list p .m_date {
        display: block;
        font-size: 14px;
        color: #999;
    }
    .missions .mission_main .notice_list p a:not(.moreBtn) {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .missions .mission_main .notice_list p a.moreBtn {
        display: none;
    }
    .missions .wpaging {
        padding-right: 15px;
    }
    .missions .btn-xs {
        padding: 5px 20px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 0;
    }

    .missions .noti {
        margin-top: 20px;
    }
    .missions .noti input[type="checkbox"] {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
    .missions .noti input[type="checkbox"] + label {
        font-size: 14px;
        color: #999999;
        height: 23px;
        background: url("/_asset/img/project/check_black_off.png") no-repeat;
        padding: 5px 0 5px 32px;
    }
    .missions .noti input[type="checkbox"].checkSelect + label {
        background: url("/_asset/img/project/check_black_on.png") no-repeat;
    }
    .missions .subject {
        margin-top: 20px;
    }
    .missions .content {
        margin-top: 20px;
    }
    .missions .content .meditor {
        width: 100%;
        height: 500px;
        background-color: #f2f2f2;
    }
    .missions .btns {
        text-align: center;
        margin-top: 10px;
    }

    .missions .address {
        margin-top: 20px;
    }
    .missions .address .mzipcode {
        float: left;
        width: 50%;
        border: 1px solid #c6c6c6;
        padding: 15px 5px;
        font-size: 14px;
        color: #999999;
    }
    .missions .address .mzipcode_btn {
        float: left;
        width: 30%;
        padding-top: 14px;
        padding-bottom: 13px;
        margin-left: 5px;
    }
    .missions .address .maddr {
        width: 98%;
        border: 1px solid #c6c6c6;
        padding: 15px 5px;
        font-size: 14px;
        color: #999999;
    }

    .missions .vsubject {
        padding: 10px 15px;
        font-size: 20px;
        color: #313333;
    }
    .missions .vinfo {
        text-align: right;
        font-size: 13px;
        padding: 0 10px 0 0;
        margin: 10px 0 0 0;
    }
    .missions .vinfo span {
        padding-left: 10px;
    }
    .missions .vcontent {
        padding: 20px 10px 0;
        margin: 10px 0 0 0;
        border-top: 1px solid #c6c6c6;
    }

    .writeBox {
        border-top: 2px solid #000;
        border-bottom: 1px solid #9e9e9e;
        padding: 30px;
        box-sizing: border-box;
    }
    .writeBox .rowbox {
        border-bottom: 0;
    }
    .writeBox .rowbox:first-child {
        padding-bottom: 15px;
    }
    .writeBox .rowbox .tit {
        display: none;
    }
    .writeBox .rowbox .inbox {
        width: 100%;
        border-left: 0;
        padding: 0;
    }
    .writeBox .rowbox .inbox input {
        height: 60px;
        font-size: 16px;
    }
    .writeBox .rowbox .inbox textarea {
        height: 250px;
        font-size: 16px;
    }
    .finBtn {
        width: 100%;
        height: 60px;
        font-family: "nskr";
        font-size: 18px;
    }
    .viewWrap h2 {
        width: 100%;
        justify-content: center;
    }
    .viewWrap .btn {
        width: 85px;
        height: 25px;
        font-size: 12px;
    }
    .viewWrap h2 .btn {
        display: none;
    }
    .viewWrap .viewBox {
        width: 100%;
        padding: 30px 0;
        margin-top: 20px;
        border-top: 2px solid #000;
    }
    .viewWrap .viewBox .titSt {
        flex-wrap: wrap;
        padding: 0 30px 20px;
    }
    .viewWrap .viewBox .titSt .tit {
        font: 18px "nskr";
        order: 3;
        width: 100%;
        margin-top: 15px;
    }
    .viewWrap .viewBox .titSt .date {
        font: 12px "nskr";
        order: 1;
    }
    .viewWrap .viewBox .titSt .btn {
        display: flex;
        order: 2;
    }
    .viewWrap .contSt {
        padding: 0 30px;
    }

    /*221226 추가*/
    .projectComment #commentList div ul li p a.button.btn-xs {
        padding: 5px 10px;
    }

    /*230428 추가*/
    .sns_wrap .add_wrap .input_add .missionBtn {
        width: 10%;
        border: none;
    }

    /*230515 추가*/
    .mission_main .missionList .sns_view_wrap {
        padding: 20px 30px 10px;
    }
    .sns_view_wrap .add_wrap .urltxt {
        flex-direction: row;
        font-size: 16px;
    }

    /* 240109 추가 */
    .missions .mission_main .logBox .tit{
        font-size: 22px;
        padding: 30px 0 0;
    }
    .missions .mission_main .general .loginbox,
    .missions .mission_main .general .loginCheck{
        padding: 0;
    }
    .missions .mission_main .general .loginCheck a:first-child{
        margin: 0;
    }
    .missions .mission_main .logBox .fullBtn{
        width: 100%;
    }

    /* 240216 추가 */
    #page_list .container-top,
    #post_list .container-top{
        flex-wrap: wrap;
    }
    .post_table_postcontent {
        flex-wrap: wrap;
    }
    .post_table_postcontent > .flex_column {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        width: 100%;
    }
    .post_table_postcontent .post_img_wrap {
        margin-bottom: 0.25rem;
    }
    .post_table_postcontent .post_img_wrap > img {
        width: 120px;
        height: 120px;
    }
    .post_table_postcontent .post_img_wrap.tiktok > img {
        width: 120px;
        height: 163px;
    }
    .post_table_postcontent .post_engagement {
        padding: 0;
        margin: 0.25rem 0;
        position: initial;
    }
    .sns_wrap.ftc_wrap .reviewBtn .copy_ftc_blog{
        font-size: 14px;
    }
    .pr_pop.info_guide{
        padding: 30px 16px;
        max-height: 85vh;
        overflow-y: auto;
    }
    .pr_pop.info_guide .inner{
        max-height: 400px;
    }


    /* 240227 추가 */
    #inquiry_wrap h2{
        font-size: 20px;
    }
    #inquiry_wrap .inquiryFullInput{
        height: auto;
        padding: 12px 4px 12px 16px;
        font-size: 14px;
    }
    #inquiry_wrap .inquiryFullText{
        padding: 14px 12px;
        font-size: 14px;
    }

    /* 240304 추가 */
    .checkWrap .step{
        max-width: 100%;
    }
    .step-answerArea img{
        max-width: 100%;
    }
    .checkWrap .step label{
        max-width: 100%;
    }
    #inquiry_wrap .inquiry_sns_url .header{
        text-align: left;
        font-size: 14px;
    }
    #inquiry_wrap .inquiry_sns_url h2{
        text-align: left;
        padding: 0;
    }
    #inquiry_wrap .inquiry_sns_url label{
        font-size: 14px;
    }

    /*스토어리뷰 css*/
    .commerce_review_file label {
        width: 100%;
    }
    .commerce_review_wrap .btn-wrap {
        max-width: 100%;
    }

}

@media all and (max-width: 480px) {
    .resumeAcc a.missionBtn {
        width: 100%;
        height: 50px;
    }
    .resumeAcc a.missionBtn:hover {
        background: #000;
        color: #fff;
    }
    .sns_wrap {
        padding: 0 5px;
    }
    .sns_wrap .add_wrap .input_add {
        position: relative;
    }
    .sns_wrap .add_wrap .input_add .missionBtn {
        position: absolute;
        right: 0;
    }

    /*230515 추가*/
    .mission_main .missionList .sns_view_wrap {
        padding: 20px 0 10px;
    }
    .sns_view_wrap .add_wrap .urltxt {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 5px;
    }

    /*스토어리뷰 css*/
    .commerce_review_input_list {
        flex-wrap: wrap;
        row-gap: 8px;
    }
}

/*프로젝트 상세페이지 설문문항 리뉴얼 css*/
/* .appTitleWrap {
    margin-top: 100px;
}
.gotoProject {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.appTitleWrap h3 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
} */
.missionList .appStatusBar {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 60px;
    position: relative;
    height: auto;
}
.missionList .appStatusBar progress {
    width: 100%;
    height: 10px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.missionList .appStatusBar progress::-webkit-progress-bar {
    background: #efefef;
}
.missionList .appStatusBar progress::-webkit-progress-value {
    background: #000;
    transition: all 0.5s;
}