/* Login */
.login_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 190px);
}
.login_wrap .login_sec {
    margin: 0 auto;
    width: 280px;
}
.login_wrap .login_sec h1 {
    margin: 0 auto 30px;
    width: 155px;
}
.login_wrap .login_sec h1 img {
    width: 100%;
}
.login_wrap .login_sec h4 {
    margin: 0 auto 45px;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.login_wrap .login_sec p {
    margin: 0 auto 14px;
    text-align: center;
    color: #000;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.login_wrap .login_sec .login_method {
    margin: 0;
    padding: 0;
}
.login_wrap .login_sec .login_method li {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #969696;
    list-style: none;
}
.login_wrap .login_sec .login_method li a {
    display: flex;
    align-items: center;
    padding-left: 20px;
    height: 100%;
}
.login_wrap .login_sec .login_method li a span {
    color: #000;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.login_wrap .login_sec .login_method li:nth-child(2) {
    margin: 10px 0;
}
.login_wrap .login_sec .login_method li:nth-child(1) a img {
    width: 19px;
}
.login_wrap .login_sec .login_method li:nth-child(2) a img {
    width: 16px;
}
.login_wrap .login_sec .login_method li:nth-child(3) a img {
    width: 22px;
}
.login_wrap .login_sec .login_method li:nth-child(1) a span {
    margin-left: 78px;
}
.login_wrap .login_sec .login_method li:nth-child(2) a span {
    margin-left: 73px;
}
.login_wrap .login_sec .login_method li:nth-child(3) a span {
    margin-left: 73px;
}
/* Join */
.w_page_join {
    padding: 53px 0 105px;
}
.w_page_join .w_container {
    width: 500px;
}
.w_page_join .page_title {
    margin: 0 0 24px;
    text-align: center;
}
.w_page_join .page_title h1 {
    margin: 0;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.w_page_join .content_wrap .input_wrap:first-of-type {
    margin-bottom: 29px;
}
.w_page_join .content_wrap .input_wrap h5 {
    margin: 0 0 3px 13px;
    text-align: left;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.w_page_join .content_wrap .input_wrap div.w_input_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6px 0 13px;
    width: 500px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #969696;
    background: #FFF;
    overflow: hidden;
    box-sizing: border-box;
}
.w_page_join .content_wrap .input_wrap div.w_input_wrap input {
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    box-sizing: border-box;
    appearance: none;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}
.w_page_join .content_wrap .input_wrap div input::placeholder {
    color: #717070;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.w_page_join .content_wrap .input_wrap .w_input_wrap.on {
    border: 1px solid #81D8CF;
}
.w_page_join .content_wrap .input_wrap .w_input_wrap.w_input_first {
    margin-bottom: 7px;
}
.w_page_join .content_wrap .input_wrap .w_btn_send {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 93px;
    height: 26px;
    border-radius: 4px;
    background: #D9D9D9;
    color: #000;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.w_page_join .content_wrap .input_wrap .w_input_first.on .w_btn_send {
    background: #81D8CF;
    color: #000;
}
.w_page_join .content_wrap .input_wrap .w_btn_complete {
    color: #81D8CF;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 51px;
    margin-right: 13px;
    display: none;
}
.w_page_join .content_wrap .agree_wrap .w_box {
    padding: 16px 15px 0;
    width: 500px;
    height: 205px;
    border-radius: 8px;
    border: 1px solid #969696;
    background: #FFF;
    box-sizing: border-box;
}
.w_page_join .content_wrap .agree_wrap h5 {
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 27px auto 14px;
    text-align: center;
}
.w_page_join .content_wrap .agree_wrap .chk_all {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    padding-left: 6px;
}
.w_page_join .content_wrap .agree_wrap .chk_all label {
    color: #8F8F8F;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.w_page_join .content_wrap .agree_wrap .agree_list {
    margin: 0;
    padding: 19px 0 0;
    border-top: 1px solid #C5C5C5;
}
.w_page_join .content_wrap .agree_wrap .agree_list li {
    display: flex;
    align-items: center;
    padding: 0 0 0 6px;
    margin: 0 0 10px;
}
.w_page_join .content_wrap .agree_wrap .agree_list li:last-of-type {
    margin: 0;
}
.w_page_join .content_wrap .agree_wrap .agree_list li input[type=checkbox],
.w_page_join .content_wrap .agree_wrap .chk_all input[type=checkbox] {
    width: 21px;
    height: 21px;
    appearance: none;
    background: #D9D9D9 url(../image/newdot/icon_arrow_chk.png) no-repeat center;
    background-size: 17px auto;
    margin: 0 11px 0 0;
}
.w_page_join .content_wrap .agree_wrap .agree_list li input[type=checkbox]:checked,
.w_page_join .content_wrap .agree_wrap .chk_all input[type=checkbox]:checked {
    background: #81D8CF url(../image/newdot/icon_arrow_chk.png) no-repeat center;
    background-size: 17px auto;
}
.w_page_join .content_wrap .agree_wrap .agree_list li label {
    color: #8F8F8F;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.w_page_join .content_wrap .w_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #969696;
    box-sizing: border-box;
    margin: 34px auto 0;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
/* Join Result */
.w_page_join_result.login_wrap {
    align-items: baseline;
    padding-top: 200px;
    height: calc(100vh - 335px);
    box-sizing: border-box;
}
.w_page_join_result.login_wrap .login_sec {
    margin-bottom: 18px;
    width: auto;
}
.w_page_join_result .w_img {
    margin: 0 auto 30px;
    width: 152px;
}
.w_page_join_result .w_img img {
    width: 100%;
}
.w_page_join_result .login_sec p {
    margin-bottom: 115px;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.w_page_join_result .w_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 300px;
    height: 50px;
    border-radius: 4px;
    background: #81D8CF;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
/* Page Common */
.w_page_top {
    height: 119px;
    background: #000;
}
.w_page_top .w_section_cnt {
    position: relative;
    margin: 0 auto;
    width: 1440px;
    height: 100%;
    overflow: hidden;
}
.w_page_top .event_swiper {
    overflow: hidden;
}

.w_page_top .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article_swiper{
    width: 100%;
    overflow: hidden;
}
.w_fix_menu {
    display: none;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    /*padding: 38px 25px;*/
    box-sizing: border-box;
    /*width: 85px;
    height: 200px;*/
    width: 49px;
    height: 132px;
    padding: 18px 0px;
    border-radius: 42.5px;
    /*border: 1px solid #969696;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.60);*/
    border: 2px solid #c8c8c8;
    background-color: #FFF;
    z-index: 20;
}
.w_fix_menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.w_fix_menu a span {
    margin-top: 4px;
    color: #969696;
    text-align: center;
    font-family: Pretendard;
    /*font-size: 16px;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.w_fix_menu a:first-of-type {
    margin-bottom: 12px;
}
.w_fix_menu a:first-of-type img {
    /*width: 23px;
    height: 30px;*/
    height: 19px;
}
.w_fix_menu a:last-of-type img {
    /*width: 28px;
    height: 20px;*/
    height: 13px;
}
.w_tag_wrap {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    gap: 1px;
    margin-top: 14px;
}
.w_tag_wrap span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /*padding: 0 4px;*/
    color: #81D8CF;
    font-family: Pretendard;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /*border: 1px solid #81D8CF;*/
    cursor: pointer;
}
.w_page_two_column {
    display: inline-flex;
    justify-content: center;
    padding: 40px 0 74px;
}
.w_page_left {
    margin-right: 29px;
    padding-right: 32px;
    width: 866px;
    border-right: 1px solid #d9d9d9;
}
.w_page_right {
    padding-top: 19px;
    width: 227px;
}
.w_page_right #topBanner {
    margin-bottom: 42px;
}
.w_page_full {
    margin: 0;
    padding: 0;
    width: 890px;
    border: none;
}
.w_section_best_common {
    position: relative;
    margin-top: -3px;
    box-sizing: border-box;
    width: 225px;
}
.w_section_best_common > h3 {
    margin: 0;
    padding-left: 15px;
    text-align: left;
    color: #000;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_section_best_common .w_btn {
    position: absolute;
    top: 6px;
    right: 8px;
}
.w_section_best_common .w_btn img {
    width: 20px;
}
.w_section_best_common > p {
    display: none;
    margin: 0;
    padding-left: 7px;
    text-align: left;
    color: #858585;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_section_best_common  #middleBanner {
    margin-top: 113px;
    text-align: left;
}
.w_section_best_common  #middleBanner img {
    width: 100%;
    max-width: 220px;
}
.w_page_article_newdot.w_page_article_relay ul.w_list_best,
.w_page_article_daily ul.w_list_best,
ul.w_list_best {
    display: block;
    margin-top: 18px;
    width: 100%;
}
.w_section_best_common .w_list_best {
    margin-top: 36px !important;
}
.w_section_best_common .w_list_best .w_article_best {
    gap: 0;
    padding: 28px 0;
    height: auto;
    box-sizing: border-box;
}
.w_section_best_common .w_list_best .w_article_best:last-of-type {
    border-bottom: 2px solid #969696;
}
.w_section_best_common .w_list_best .w_article_best .w_rank {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 9px;
    width: 31px;
}
.w_section_best_common .w_list_best .w_article_best .w_rank img {
    display: block;
    margin: 0 auto 2px;
    width: 14px;
}
.w_section_best_common .w_list_best .w_article_best .w_rank span {
    display: block;
    color: #969696;
    font-family: Ranga;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_section_best_common .w_list_best .w_article_best .w_img_wrap {
    display: none;
    width: 56px;
    height: 56px;
    margin-right: 15px;
}
.w_section_best_common .w_list_best .w_article_best .w_text_wrap {
    padding: 0;
    width: calc(100% - 29px);
    text-align: left;
}
.w_section_best_common .w_list_best .w_article_best .w_text_wrap p.w_cate {
    display: none;
}
.w_section_best_common .w_list_best .w_article_best .w_text_wrap h3.subj {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}
.w_section_best_common .w_list_best .w_article_best .w_text_wrap h4.subj {
    color: #969696;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.w_section_best_common .w_list_best .w_article_best .w_info_ect {
    display: none;
}
.w_page_common .page_title {
    margin: 0 0 34px;
    text-align: center;
}
.w_page_common .page_title h1 {
    margin: 0;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_page_common .page_title.page_title_left {
    text-align: left;
}
.w_list_sort {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: right;
    margin: 0 4px 16px 0;;
}
.w_list_sort a {
    color: #AFAFAF;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}
.w_list_sort a.w_on {
    color: #000;
}
.w_list_sort .w_dot {
    width: 4px;
    height: 4px;
    background: #D9D9D9;
    border-radius: 50%;
}
/* List Common */
.w_article_card.w_article_normal {
    margin: 0;
    padding: 18px 0 19px 11px;
    width: 100%;
    height: auto;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #969696;
    text-align: left;
}
.w_article_card.w_article_normal:first-of-type {
    border-top: 4px solid #000;
}
.w_article_card.w_article_normal > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.w_article_card.w_article_normal p {
    color: #81D8CF;
    font-family: Pretendard;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 11px;
    order: 1;
    background: none;
    height: auto;
    padding: 0;
    border-radius: 0;
    margin: 0 0 2px;
}
.w_article_card.w_article_normal .subj {
    order: 3;
    margin-top: 5px;
    padding-right: 18px;
    width: 100%;
    color: #000;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.w_article_card.w_article_normal p:last-of-type {
    color: #C8C8C8;
    font-weight: 600;
    line-height: normal;
}
.w_list_thumb {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}
.w_article_card.w_article_thumb {
    width: 200px;
    height: auto;
    border: none;
    border-radius: 0;
    margin: 0 0 50px;
}
.w_article_card.w_article_thumb .w_img_wrap {
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    border: 0.5px solid #c8c8c8;
}
.w_article_card.w_article_thumb .w_text_wrap {
    padding: 13px 0 0 8px;
    text-align: left;
}
.w_article_card.w_article_thumb .w_text_wrap .cate {
    margin: 0;
    color: #81D8CF;
    font-family: Pretendard;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_article_card.w_article_thumb .w_text_wrap .event_title {
    margin: 0;
    color: #25665F;
    font-family: Pretendard;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_article_card.w_article_thumb .w_text_wrap h3.subj {
    margin-top: 18px;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.w_article_card.w_article_thumb .w_text_wrap h4.subj {
    color: #969696;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.w_page_article_daily ul.w_list_thumb_vertical {
    margin: 0 0 28px;
    width: 100%;
}
.w_article_card.w_article_vertical {
    display: flex;
    gap: 13px;
    position: relative;
    margin: 0;
    padding: 12px 7px 12px 15px;
    float: none !important;
    width: 100%;
    height: 104px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #969696;
    background: transparent;
}
.w_article_card.w_article_vertical:first-of-type {
    border-top: 4px solid #000;
}
.w_article_card.w_article_vertical .w_img_wrap {
    width: 80px;
    height: 80px;
    border: 0.5px solid #c8c8c8;
    box-sizing: border-box;
}
.w_article_card.w_article_vertical .w_text_wrap {
    padding-top: 27px;
    width: calc(100% - 93px);
    text-align: left;
}
.w_article_card.w_article_vertical .w_text_wrap p.w_cate {
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
    color: #81D8CF;
    font-family: Pretendard;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: transparent;
    border-radius: 0;
}
.w_article_card.w_article_vertical .subj {
    color: #000;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.w_article_card.w_article_vertical .w_text_wrap p.w_text_date {
    position: absolute;
    top: 11px;
    right: 7px;
    color: #C8C8C8;
    font-family: Pretendard;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    height: auto;
    border-radius: 0;
    background: transparent;
    padding: 0;
    margin: 0;
}
.w_page_article_daily ul.w_list_thumb_vertical .w_article_card.w_article_vertical:hover {
    background: rgba(129, 216, 207, 0.2);
}

/* Main */
.header_mobile {
    display: none;
}
.w_page_main .w_page_left {
    padding-top: 30px;
}
.w_page_main .w_section_header,
.w_section_event .w_section_header {
    position: relative;
}
.w_page_main .w_section_header h3,
.w_section_event .w_section_header h3 {
    margin: 0 0 2px;
    text-align: left;
    color: #000;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_page_main .w_section_header p,
.w_section_event .w_section_header p{
    margin: 0;
    text-align: left;
    color: #858585;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_page_main .w_section_header .w_btn,
.w_section_event .w_section_header .w_btn {
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    width: 20px;
    display: block;
    height: 20px;
}
.w_page_main .w_section_header .w_btn img,
.w_section_event .w_section_header .w_btn img {
    width: 100%;
}

.w_page_main .w_section_header .w_btn img:hover,
.w_section_event .w_section_header .w_btn img:hover,
.w_section_best_common .w_btn:hover {
    filter: invert(94%) sepia(42%) saturate(2447%) hue-rotate(160deg) brightness(91%) contrast(84%);
}

.w_page_main .w_page_right #topBanner {
    margin-bottom: 42px;
}
.w_page_main .w_page_right .eventBtn {
    width: 100%;
    cursor: pointer;
}
.w_page_main .w_page_right .w_link_side {
    margin: 21px 1px 23px;
}
.w_page_main .w_page_right .w_link_side ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.w_page_main .w_page_right .w_link_side li {
    display: block;
    width: 69px;
    height: 69px;
    border-radius: 10px;
    border: 1px solid #C8C8C8;
    background: #FFF;
}
.w_page_main .w_page_right .w_link_side li a {
    display: block;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}
.w_page_main .w_page_right .w_link_side li span {
    position: absolute;
    right: 0;
    bottom: 9px;
    left: 0;
    color: #969696;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.w_page_main .w_page_right .w_link_side li:nth-child(1) a {
    padding-top: 12px;
}
.w_page_main .w_page_right .w_link_side li:nth-child(2) a {
    padding-top: 11px;
}
.w_page_main .w_page_right .w_link_side li:nth-child(3) a {
    padding-top: 14px;
}
.w_page_main .w_page_right .w_link_side li:nth-child(1) img {
    width: 26px;
}
.w_page_main .w_page_right .w_link_side li:nth-child(2) img {
    width: 27px;
}
.w_page_main .w_page_right .w_link_side li:nth-child(3) img {
    width: 25px;
}
.w_page_main .w_page_right #middleBanner {
    margin-top: 32px;
    text-align: left;
}
.w_page_main .w_page_right #bottomBanner {
    display: none;
    margin-top: 21px;
}
.w_page_main .w_container {
    width: 995px;
}
#weekView {
    margin-right: 25px;
    margin-left: auto;
    color: #969696;
    font-weight: 600;
    text-align: right;
}
.w_page_main .w_banner_mo {
    display: none;
}
.w_page_main .w_section_voting_article .item {

}

.w_page_main #voteView .item .w_article_box {
    display: none;
    position: relative;
    width: 359px;
    height: 186px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 0 4px 6px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}
.w_page_main #voteView .item .count_cnt p {
    position: absolute;
    top: 47px;
    left: 42px;
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
}
.w_page_main #voteView .item .count_cnt img {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 67px;
}
.w_page_main #voteView .item .time_cnt .date {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 45px 0 15px;
}
.w_page_main #voteView .item .time_cnt .w_text {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    display: block;
    text-align: center;
}
.w_page_main #voteTimer {
    position: absolute;
    top: 73px;
    left: 39px;
    color: #000;
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Oleo Script', cursive;
}
.w_page_main .w_section_newdot #voteView .item:hover a .w_img_wrap:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(129, 216, 207, 0.54);
}
.w_page_main .w_section_curiosities {
    margin: 130px auto 0;
}
.w_page_main .w_section_curiosities .w_section_header {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 47px;
}
.w_page_main .w_section_curiosities .w_section_header img {
    width: 58px;
}
.w_page_main .w_section_curiosities .w_section_header h3 {
    margin-left: 15px;
}
.w_page_main .w_section_curiosities .w_section_header h3 img {
    margin-left: 10px;
    width: 13px;
}
.w_page_main .w_section_curiosities .w_section_body ul {
    margin: 0 auto;
    padding: 0;
    width: 554px;
}
.w_page_main .w_section_curiosities .w_section_body ul .w_vote_wrap {
    display: block;
    margin-bottom: 26px;
    border-radius: 20px;
    border: 2px solid #717070;
    /*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/

    box-shadow: 0 0 4px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 4px 4px rgba(0,0,0,0.1);
    width: 550px;
    height: 120px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.w_page_main .w_section_curiosities .w_section_body ul .w_vote_wrap:last-of-type {
    margin-bottom: 0;
}
.w_page_main .w_section_curiosities .w_section_body ul .w_vote_wrap .bar {
    background: #81D8CF;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.w_page_main .w_section_curiosities .w_section_body ul .w_vote_wrap .prec {
    position: relative;
    height: 100%;
    padding: 22px 0 0 38px;
    box-sizing: border-box;
}
.w_page_main .w_section_curiosities .w_section_body ul .w_vote_wrap .vote_subj {
    margin: 0;
    /*padding-bottom: 3px;*/
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /*width: 284px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 38px;
    transform: translateY(-50%);
    width: calc(100% - 160px);
}
.w_page_main .w_section_curiosities .w_section_body ul .w_vote_wrap .w_rank_ect {
    display: block;
    width: 284px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    display: none;
}
.w_page_main .w_section_curiosities .w_section_body ul .w_vote_wrap .per_num {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 29px;
}
.w_page_main .w_section_curiosities .w_section_body .w_box_rank .w_rank {
    width: 127px;
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
/*.w_page_main .w_section_curiosities .w_section_body .w_box_rank .w_rank:before {
    width: 20px;
    height: 20px;
    right: initial;
    left: 77px;
}*/
.w_page_main .w_section_curiosities .w_section_body .w_box_rank .w_rank_mid {
    width: calc(100% - 183px);
}
.w_page_main .w_section_curiosities .w_section_body .w_box_rank .w_rank_subject {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_page_main .w_section_curiosities .w_section_body .w_box_rank img {
    width: 19px;
}
.w_page_main .w_section_curiosities .w_section_body .w_btn_link a {
    border-radius: 20px;
    border: 1px solid #81D8CF;
    box-shadow: 0 0 4px 5px rgba(129, 216, 207, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 327px;
    height: 93px;
    box-sizing: border-box;
    margin: 53px auto 0;
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_page_main .w_section_introduce {
    margin: 85px 0 66px;
}
.w_page_main .w_section_introduce .w_section_header {
    justify-content: center;
    margin-bottom: 50px;
}
.w_page_main .w_section_introduce h3 {
    margin-left: 15px;
}
.w_page_main .w_section_introduce .w_section_body h2 {
    color: #81D8CF;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
}
.w_page_main .w_section_introduce .w_section_body .desc {
    margin: 0 0 88px;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.w_page_main .w_section_introduce .w_swiper_wrap .swiper_wrap {

}
.w_page_main .w_section_introduce .article_swiper {
    position: relative;

}
.w_page_main .w_section_introduce .article_swiper .item {
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/
    /*height: 120px;*/
}
.w_page_main .w_section_introduce .article_swiper .num {
    color: #000;
    font-family: 'Oleo Script', cursive;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.w_page_main .w_section_introduce .article_swiper h5 {
    color: #81D8CF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 12px;
}
.w_page_main .w_section_introduce .article_swiper p {
    margin: 0;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.w_page_main .w_section_introduce .article_swiper .img_wrap {

}
.w_page_main .w_section_introduce .article_swiper .eventBtn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.w_page_main .w_section_introduce .swiper_wrap {
    position: relative;
}
.w_page_main .w_section_introduce .w_swiper_ctrl {
    right: 24px;
    bottom: 13px;
}

.w_page_main .w_section_start .article_swiper .item {
    margin-bottom: 0;
}
.w_page_main .w_section_start .article_swiper .item .only_pc {
    height: auto;
    margin-bottom: 16px;
}
.w_page_main .w_section_start .article_swiper .item .only_pc.articleUrlBtn {
    padding: 0 0 20px;
    display: flex;
    align-items: center;
    height: auto;
    border-bottom: 2px solid #717070;
}
.w_page_main .w_section_start .article_swiper .item .only_pc.articleUrlBtn .cate {
    margin: 0;
    text-align: left;
    padding-left: 11px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    width: 96px;
    box-sizing: border-box;
}
.w_page_main .w_section_start .article_swiper .item .only_pc.articleUrlBtn .subj {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 166px);
}
.w_page_main .w_section_start .article_swiper .item .only_pc.articleUrlBtn .date {
    color: #717070;
    font-size: 16px;
    font-weight: 400;
    width: 70px;
}
.w_page_main .w_section_start .article_swiper .item .only_pc.articleUrlBtn .btn_like {
    display: none;
}
.w_page_main .w_section_daily .w_section_header h3 {
    margin: 0;
}
.w_page_main .w_section_daily .w_section_body {
    margin-top: 36px;
}
.w_page_main .w_section_daily .w_section_body .article_swiper {
    box-sizing: border-box;
    width: 613px;
    margin: 0 auto;
}
.w_page_main .w_section_newdot .w_section_header,
.w_page_main .w_section_past .w_section_header,
.w_section_event .w_section_header {
    margin-bottom: 59px;
    padding: 0 0 35px 21px;
    border-bottom: 4px solid #000;
}
.w_page_main .w_section_newdot .w_section_header {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin-bottom: 49px;
}
.w_page_main .w_section_past .w_section_header h3,
.w_section_event .w_section_header h3 {
    margin: 0;
}
.w_page_main .w_section_past .w_section_header .w_btn,
.w_section_event .w_section_header .w_btn {
    top: 6px;
    transform: none;
}
.w_page_main .w_section_newdot .w_section_voting_article .swiper-wrapper {
    justify-content: center;
}
.w_page_main .w_section_newdot .w_article_card.w_article_thumb {
    /*width: 260px;*/
    width: 360px;
}
.w_page_main .w_section_newdot .w_article_card.w_article_thumb:last-of-type {
    margin-right: 0 !important;
}
.w_page_main .w_section_newdot #voteView .item .w_img_wrap {
    position: relative;
    height: 260px;
}
.w_page_main .w_section_newdot #voteView .item .w_img_wrap:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}
.w_page_main .w_section_newdot #voteView .item a .w_img_wrap:before {
    display: none;
}
.w_page_main .w_section_newdot #voteView .item .w_article_box {
    display: block;
    position: absolute;
    top: 177px;
    left: 17px;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.w_page_main .w_section_newdot #voteView .item .time_cnt .date {
    text-align: left;
    font-size: 30px;
    font-family: Pretendard;
    font-weight: 700;
    font-style: normal;
    line-height: 32px;
    margin: 0;
    height: auto;
    background: transparent;
    border-radius: 0;
    display: block;
    padding: 0;
    text-shadow: -1px 0px #fff, 0px 1px #fff, 1px 0px #fff, 0px -1px #fff;
}
.w_page_main .w_section_newdot .w_article_card.w_article_thumb {
    margin-bottom: 0;
}
.w_page_main .w_section_newdot .w_tag_wrap {
    margin-top: 27px;
    padding-left: 9px;
}
.w_page_main .w_section_past .w_list_thumb {
    gap: 22px;
}
.w_page_main .w_section_past .w_article_card.w_article_thumb .w_img_wrap {
    position: relative;
}
.w_page_main .w_section_past .w_article_card.w_article_thumb:hover .w_img_wrap:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(129, 216, 207, 0.54);
}


.w_section_event.w_section_recommand {
    border: none;
    padding: 0;
}
.w_swiper_recommand {
    position: relative;
}
.article_swiper_long .w_btn_swiper {
    top: 0;
    margin: 79px 0 0;
    width: 42px;
    height: auto;
    background: none;
}
.article_swiper_long .w_btn_swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article_swiper_long .w_btn_swiper.swiper-button-next {
    right: -72px;
}
.article_swiper_long .w_btn_swiper.swiper-button-prev {
    left: -72px;
}
.article_swiper_long .w_article_card.w_article_thumb .w_img_wrap {
    position: relative;
}
.article_swiper_long .w_article_card.w_article_thumb:hover .w_img_wrap:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(129, 216, 207, 0.54);
}
.w_section_event .w_container {
    width: 1120px;
}
.w_section_simple_req {
    padding: 56px 0 52px;
    background: #F7FCFC;
}
.w_section_simple_req .w_section_title {
    position: relative;
    margin: 0 auto 40px;
    width: 216px;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.w_section_simple_req .w_section_title span {
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 7px;
}
.w_section_simple_req .w_section_title:before {
    display: block;
    content: '';
    position: absolute;
    left: -45px;
    bottom: 0;
    width: 34px;
    height: 38px;
    background: url(../image/newdot/renewal/icon_simple_req2.png) no-repeat center;
    background-size: cover;
}
.w_section_simple_req .w_section_title:after {
    display: block;
    content: '';
    position: absolute;
    top: -28px;
    right: -43px;
    width: 57px;
    height: 44px;
    background: url(../image/newdot/renewal/icon_simple_req1.png) no-repeat center;
    background-size: cover;
}
.w_section_simple_req .w_container {
    /*width: 1440px;*/
    max-width: 611px;
    width: 100%;
}
.w_section_simple_req form {

}
.w_section_simple_req form > div {

}
.w_section_simple_req .w_section_write {
    /*margin: 0 auto;*/
    margin-left: -5%;
    width: 611px;
}
.w_section_simple_req .w_item_cnt {
    display: flex;
    align-items: center;
    gap: 10px;
}
.w_section_simple_req .w_section_write .w_item {
    display: flex;
    align-items: center;
    gap: 13px;
}
.w_section_simple_req .w_section_write .w_item .w_item_title {
    width: 64px;
    text-align: right;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.w_section_simple_req .w_section_write .w_item .w_cnt_input {
    width: calc(100% - 76px);
}
.w_section_simple_req .w_section_write .w_item .w_btn_wrap .item {
    display: inline-flex;
    padding: 0 15px;
    width: auto;
    height: 39px;
    background: #fff;
}
input[name=eventTitle] {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #969696;
    color: #000;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
input[name=eventTitle]::placeholder {
    color: #717070;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.w_section_simple_req .w_section_write .w_item:first-of-type {
    margin-bottom: 20px;
}
.w_section_simple_req .w_btn_req {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 50px;
    border-radius: 4px;
    background: #81D8CF;
    color: #FFF;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 40px auto 0;
}


/* 기사 리스트 */
.w_page_maypage_article {
    padding: 60px 0;
}
.w_page_maypage_article .w_container {
    width: 1174px;
}
.w_page_maypage_article .page_title {
    margin-bottom: 54px;
}
.w_page_maypage_article .page_title h1 {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    text-align: center;
}
.w_page_maypage_article .page_content_wrap {

}



/* 작성한 기사 보기 */
.w_page_author_artcle_list .w_container {
    width: 990px;
}
.w_page_author_artcle_list .w_section h2 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 16px 0;
    padding-left: 32px;
}
.w_page_author_artcle_list .w_article_view {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 19px;
    padding: 11px 12px 13px 0;
    border-radius: 5px;
    border: 1px solid #C3C3C3;
    background: #FFF;
    box-shadow: 1px 1px 4px 5px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}
.w_page_author_artcle_list .w_article_view .cate {
    width: 136px;
    text-align: center;
    color: #8F8F8F;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
}
.w_page_author_artcle_list .w_article_view .subj {
    width: 430px;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.w_page_author_artcle_list .w_article_view .w_btn_wrap {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 395px;
}
.w_page_author_artcle_list .w_article_view .w_btn_box {
    border-radius: 4px;
    border: 1px solid #C5C5C5;
    background: #FFF;
    height: 45px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0 8px 0 12px;
    font-size: 22px;
    font-weight: 500;
}
.w_page_author_artcle_list .w_article_view .w_btn_relay img {
    height: 27px;
}
.w_page_author_artcle_list .w_article_view .w_btn_mini {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 11px;
    width: 41px;
    height: 30px;
    border-radius: 4px;
    background: #D9D9D9;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}
.w_page_author_artcle_list .w_article_view .btn_vote {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 6px;
    width: 52px;
    height: 45px;
    border: 1px solid #C5C5C5;
    border-radius: 4px;
    box-sizing: border-box;
}
.w_page_author_artcle_list .w_article_view .btn_vote img {
    height: 24px;
}
.w_page_author_artcle_list .w_article_view .w_btn_relay {
    border-radius: 4px;
    border: 1px solid #C5C5C5;
    background: #FFF;
    display: flex;
    height: 45px;
    align-items: center;
    padding: 0 8px 0 12px;
    box-sizing: border-box;
}
.w_page_author_artcle_list .w_article_view .subRelayView {
    width: 100%;
}
.w_page_author_artcle_list .subRelayView .w_article_view {
    box-shadow: none;
    border: none;
    padding-right: 0;
    margin-top: 11px;
    border-top: 1px solid #C5C5C5;
    border-radius: 0;
    margin-right: -12px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.w_page_author_artcle_list .subRelayView .w_article_view .subj {
    width: 568px;
    padding-left: 136px;
    box-sizing: border-box;
}
.w_section_relay_list_wrap {
    margin-bottom: 20px;
}
.w_page_author_artcle_list .w_btn_more {
    border-radius: 12px;
    border: 2px solid #81D8CF;
    box-shadow: 0 0 4px 4px rgba(129, 216, 207, 0.25);
    width: 500px;
    height: 80px;
    color: #81D8CF;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    box-sizing: border-box;
}
.w_page_author_artcle_list .w_btn_more img {
    margin-left: 8px;
}

/* 기사 리스트 */
.w_page_article_list {
}
.w_page_article_list .w_container {
    width: 995px;
}
.w_page_article_list .page_title {
    text-align: left;
}
.w_page_article_list .page_title h1 {
    margin: 0 0 2px;
    color: #000;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_page_article_list .page_title p {
    color: #858585;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 15px;
}
.w_page_article_list .page_title .cate_list {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 12px;
}
.w_page_article_list .page_title .cate_list .select_cate {
    height: 24px;
    border: 1px solid #C8C8C8;
    background: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 18px;
    color: #000;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}
.w_page_article_list .page_title .cate_list .select_cate.w_on {
    border: none;
    background: #81D8CF;
    color: #25665F;
}
.w_page_article_list .page_title .cate_list .select_cate:last-of-type {
    margin-right: 0;
}
.w_page_article_list .w_article_view_big {
    margin: 0 auto 48px;
    width: 769px;
}
.w_page_article_list .w_article_view_big .item {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 4px 4px rgba(129, 216, 207, 0.20);
    width: 769px;
    height: 560px;
    border-radius: 40px;
    border: 4px solid #000;
    overflow: hidden;
}
.w_page_article_list .w_article_view_big .item a {
    display: block;
    height: 100%;
}
.w_page_article_list .w_article_view_big .item .w_img_wrap {
    height: 330px;
}
.w_page_article_list .w_article_view_big .item .w_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.w_page_article_list .w_article_view_big .item .w_text_wrap {
    height: 230px;
    box-sizing: border-box;
    padding: 20px 0 0 54px;
}
.w_page_article_list .w_article_view_big .cate {
    display: inline-flex;
    border-radius: 30px;
    background: #000;
    height: 38px;
    box-sizing: border-box;
    padding: 0 15px;
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
}
.w_page_article_list .w_article_view_big .subj {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 10px 0;
    width: calc(100% - 400px);
}
.w_page_article_list .w_article_view_big .sub {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: calc(100% - 400px);
}
.w_page_article_list .w_article_view_big .timer_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 37px;
    bottom: 37px;
    width: 202px;
    height: 63px;
    border-radius: 31.5px;
    background: #fff;
    box-shadow: 0 0 4px 4px rgba(129, 216, 207, 0.20);
}
.w_page_article_list .w_article_view_big .timer_wrap p {
    margin: 0 7px 0 0;
    height: 41px;
}
.w_page_article_list .w_article_view_big .timer_wrap p img {
    width: 41px;
}
.w_page_article_list .w_article_view_big .timer_wrap span#voteTimer {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.w_page_article_list .w_article_view_big .w_text_wrap {
    position: relative;
}
.w_page_article_list .w_article_view_big .w_text_wrap .count_cnt {
    border: 1px solid #81D8CF;
    background: #FFF;
    box-shadow: 0 0 4px 6px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 347px;
    height: 167px;
    border-radius: 40px;
    position: absolute;
    top: 31px;
    right: 37px;
}
.w_page_article_list .w_article_view_big .w_text_wrap .count_cnt p {
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    position: absolute;
    top: 46px;
    left: 55px;
}
.w_page_article_list .w_article_view_big .w_text_wrap .count_cnt img {
    width: 65px;
    top: 22px;
    right: 35px;
    position: absolute;
}
.w_page_article_list .w_article_view_big .w_text_wrap .count_cnt span {
    color: #000;
    font-family: Oleo Script;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    top: 63px;
    left: 53px;
}
.w_page_article_list .page_sub_title {
    margin: 0 0 35px;
    text-align: center;
}

.w_page_article_daily .w_container,
.w_page_article_relay .w_container {
    width: 1174px;
}
.w_page_maypage_article .page_content_wrap ul,
.w_page_article_daily ul,
.w_page_article_relay ul {
    display: block;
    margin: 0 auto 12px;
    padding: 0;
    width: 974px;
}
.w_page_maypage_article .page_content_wrap ul:after,
.w_page_article_daily ul:after,
.w_page_article_relay ul:after {
    display: block;
    content: '';
    clear: both;
}
.w_page_maypage_article .page_content_wrap ul .w_article_card,
.w_page_article_daily ul .w_article_card,
.w_page_article_relay ul .w_article_card {
    float: left;
}
.w_page_maypage_article .page_content_wrap ul .w_article_card:nth-child(3n),
.w_page_article_daily ul .w_article_card:nth-child(3n),
.w_page_article_relay ul .w_article_card:nth-child(3n){
    margin-right: 0;
}
.w_page_article_list {
    margin: 0 auto;
}
/* 뉴닷 콘텐츠 */
.w_page_article_newdot .w_page_left {
    padding-top: 26px;
}
.w_page_article_newdot .page_title h1 {
    margin-bottom: 10px;
}
.w_page_article_newdot .w_list_sort {
    margin: -33px 6px 34px 0;
}
.w_page_article_newdot .w_article_card .w_img_wrap {
    position: relative;
}
.w_page_article_newdot .w_article_card:hover .w_img_wrap:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(129, 216, 207, 0.54);
}
/* 인기 콘텐츠 */
.w_page_article_topten {
    padding-top: 53px;
}
.w_page_article_topten .w_container {
    width: 661px;
}
.w_page_article_topten .page_title {
    position: relative;
    margin-bottom: 31px;
}
.w_page_article_topten .page_title p {
    margin: 0;
}
.w_page_article_topten .page_title p:last-of-type {
    position: absolute;
    bottom: 0;
    right: 0;
}
.w_page_article_topten .w_article_thumb {
    margin-bottom: 46px;
}
.w_page_article_topten .w_article_thumb .w_img_wrap {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.w_page_article_topten .w_article_thumb .w_img_wrap img {
    width: 23px;
    height: 13px;
    position: absolute;
    bottom: 47px;
    left: 20px;
}
.w_page_article_topten .w_article_thumb .w_img_wrap p {
    display: block;
    padding: 0;
    position: absolute;
    bottom: 6px;
    left: 13px;
    margin: 0;
    height: auto;
    color: #000;
    font-family: Ranga;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: transparent;
    border-radius: 0;
    text-shadow: -1px 0px #fff, 0px 1px #fff, 1px 0px #fff, 0px -1px #fff;
}
.w_page_article_topten .w_article_thumb .w_text_wrap {
    height: auto;
}
.w_page_article_topten .w_article_thumb .w_text_wrap h3.subj,
.w_page_article_topten .w_article_thumb .w_text_wrap h4.subj {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.w_page_article_topten .w_article_thumb .w_text_wrap .w_text_ect {
    margin: 40px 0 0;
}
.w_page_article_topten .w_article_thumb .w_text_wrap .w_text_viewcnt {
    margin-bottom: 0;
    color: #000;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.w_page_article_topten .w_list_thumb_vertical {
    margin-bottom: 153px;
    width: 100%;
}
.w_page_article_topten .w_list_thumb_vertical .w_article_vertical {
    display: flex;
    align-items: center;
    gap: 0;
    position: relative;
    padding: 17px 0 17px;
    height: 114px;
}
.w_page_article_topten .w_list_thumb_vertical .w_article_vertical:hover {
    background: rgba(129, 216, 207, 0.2);
}
.w_page_article_topten .w_list_thumb_vertical .w_article_vertical .w_text_rank {
    color: #969696;
    font-family: Ranga;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 80px;
    text-align: center;
}
.w_page_article_topten .w_list_thumb_vertical .w_article_vertical .w_img_wrap {
    margin-right: 30px;
}
.w_page_article_topten .w_list_thumb_vertical .w_article_vertical .w_text_wrap {
    padding: 0;
    width: calc(100% - 190px);
}
.w_page_article_topten .w_list_thumb_vertical .w_article_vertical .w_text_wrap .w_cate {
    margin-bottom: 1px;
}
.w_page_article_topten .w_list_thumb_vertical .w_article_vertical .w_text_wrap .subj {
    font-size: 14px;
    font-weight: 700;
}
.w_page_article_topten .w_list_thumb_vertical .w_article_vertical .w_text_wrap h4.subj {
    color: #969696;
    font-size: 10px;
    font-weight: 600;
}
.w_page_article_topten .w_list_thumb_vertical .w_article_vertical .w_info_ect p {
    display: block;
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    height: auto;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: transparent;
    border-radius: 0;
}
.w_page_article_topten .w_article_thumb .w_img_wrap{
    position: relative;
}
.w_page_article_topten .w_article_thumb:hover .w_img_wrap:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(129, 216, 207, 0.54);
}
/* 기사 상세 */
.w_page_article_view blockquote {
    border-left: 5px solid #ccc;
    font-style: italic;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.w_page_article_view figure.image {
    clear: both;
    display: table;
    margin: 0.9em auto;
    min-width: 50px;
    text-align: center;
    max-width: 100%;
}
.w_page_article_view figure img {
    max-width: 100%;
}
.w_page_article_view figure.image-style-side {
    float: right;
    max-width: 50%;
    margin: 14px 0 14px 24px;
}

.w_page_article_view .image-inline {
    align-items: flex-start;
    display: inline-flex;
    max-width: 100%;
    position: relative;
}
.w_page_article_view figure.image-side {
    float: right;
    margin-right: -200px;
    margin-left: 50px;
    margin-top: -50px;
}
.w_page_article_view figure.image-margin-left,
.w_page_article_view figure.image-margin-right {
    position: absolute;
    margin: 0;
    top: auto;
}
.w_page_article_view figure.image-margin-left {
    left: 0;
}
.w_page_article_view figure.image-margin-right {
    right: 0;
}
.w_page_article_view figure.image-style-block-align-right {
    max-width: calc(100% - 1.5em);
    margin-left: auto;
    margin-right: 0;
}
.w_page_article_view figure.image-style-block-align-left {
    max-width: calc(100% - 1.5em);
    margin-left: 0;
    margin-right: auto;
}
.w_page_article_view .image-style-align-left,
.w_page_article_view .image-style-align-right {
    margin-top: 0;
    clear: none;
}
.w_page_article_view .image-style-align-left {
    float: left;
    margin-right: 1.5em;
}
.w_page_article_view .image-style-align-right {
    float: right;
    margin-left: 1.5em;
}
.w_page_article_view figure.image_resized img {
    width: 100%;
}
.w_page_article_view figure.image > figcaption {
    margin-top: -5px;
    background-color: #eee;
    caption-side: bottom;
    color: #333;
    display: block;
    font-size: .75em;
    outline-offset: -1px;
    padding: 0.6em;
    word-break: break-word;
}
.w_article_content:after {
    display: block;
    content: '';
    clear: both;
}
.w_article_content .marker-blue {
    background-color: #72ccfd;
}
.w_article_content .marker-yellow {
    background-color: #fdfd77;
}
.w_article_content .marker-green {
    background-color: #62f962;
}
.w_article_content .marker-pink {
    background-color: #fc7899;
}
.w_article_content .pen-red {
    background-color: transparent;
    color: #e71313;
}
.w_article_content .pen-green {
    background-color: transparent;
    color: #128a00;
}
.w_article_content .text-tiny {
    font-size: .7em;
}
.w_page_article_view .table table {
    border: 1px double #b3b3b3;
    border-collapse: collapse;
    border-spacing: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.w_page_article_view .table table td,
.w_page_article_view .table table th {
    position: relative;
    border: 1px solid #bfbfbf;
    min-width: 2em;
    padding: 0.4em;
}
.w_page_article_view {
    padding: 0 0 57px;
}
.w_page_article_view .w_container {
    width: 694px;
}
.w_page_article_view .w_section_top {
    position: relative;
    /*background: #81D8CF;*/
    /*background: linear-gradient(rgba(129,216,207,1) 0%, rgba(255,255,255,1) 100%)*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.w_page_article_view .w_section_top:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.50) 100%);*/
    background: rgba(0, 0, 0, 0.60);
}
.w_page_article_view .w_section_top .article_type {
    display: flex;
    align-items: center;
    position: relative;
    height: 63px;
    border-bottom: 1px solid #fff;
}
.w_page_article_view .w_section_top .article_type .article_title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_page_article_view .w_section_top .article_type .article_title a {
    display: none;
}
.w_page_article_view .w_section_top .article_type .func_icon {
    display: none;
}
.w_page_article_view .w_section_top .w_container {
    position: relative;
    /*padding-left: 160px;*/
    width: 1440px;
    max-width: 100%;
}
.w_page_article_view .w_section_top .article_info {
    padding: 72px 0 27px;
    height: 231px;
    box-sizing: border-box;
}
.w_page_article_view .w_section_top .article_header {
    /*text-align: left;*/
}
.w_page_article_view .w_section_top .article_header .cate {
    margin: 0;
    color: #81D8CF;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_page_article_view .w_section_top .article_header .headline {
    margin: 0 0 1px;
    color: #FFF;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_page_article_view .w_section_top .article_header .sub_title {
    margin: 0;
    color: #FFF;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.w_page_article_view .w_section_top .article_header .header_highlight {
    margin: 0 0 12px;
}
.w_page_article_view .w_section_top .article_header .header_highlight p {
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.w_page_article_view .w_section_top .w_tag_wrap {
    margin: 0 0 95px;
    text-align: center;
}
.w_page_article_view .w_section_top .w_tag_wrap span {
    display: inline-flex;
    margin: 0 13px 0 0;
    padding: 0 11px;
    height: 35px;
    color: #656565;
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    border-radius: 20px;
    border: 1px solid #656565;
    justify-content: center;
    align-items: center;
}
.w_page_article_view .w_section_top .w_tag_wrap span:last-of-type {
    margin-right: 0;
}
.w_page_article_view .w_section_top .article_info_cnt_bottom {
    margin-top: 55px;
    /*text-align: left;*/
}
.w_page_article_view .w_section_top .w_view_icon {
    margin-left: 9px;
    font-weight: 500;
}
.w_page_article_view .w_section_top .w_view_icon span {

}
.w_page_article_view .w_section_top .article_info_cnt_bottom .w_info_ect {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
}
.w_page_article_view .w_section_top .w_author_info p {
    margin: 0 5px 0 0;
}
.w_page_article_view .w_section_top .w_author_info img {
    display: none;
}
.w_page_article_view .w_page_left {
    width: 852px;
}
.w_page_article_view .w_detail_banner {
    display: none;
    margin: 25px 0 0;
    width: 100%;
}
.w_page_article_view .w_detail_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.w_page_article_view #voteViewer .w_box {
    margin: 18px auto 0;
    padding: 22px 0 0;
    width: 586px;
    height: 201px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 10px;
    background: #F1F1F1;
}
.w_page_article_view #voteViewer .w_box > p:first-of-type {
    margin: 0 0 6px;
    text-align: center;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.w_page_article_view #voteViewer .w_box > p:last-of-type {
    margin: 0 0 14px;
    text-align: center;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.w_page_article_view #voteViewer ul {
    display: flex;
    gap: 16px;
    margin: 0;
    justify-content: center;
    padding: 0;
}
.w_page_article_view #voteViewer li {
    display: block;
    width: 170px;
    height: 101px;
}
.w_page_article_view #voteViewer li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    padding: 14px 0 10px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #C8C8C8;
    background: #FFF;
    text-align: center;
}
.w_page_article_view #voteViewer li img {
    width: 40px;
    order: 2;
    height: 40px;
    margin-right: 10px;
    padding-top: 7px;
}
.w_page_article_view #voteViewer li p:first-of-type {
    margin: 0 0 4px;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    order: 1;
    width: 100%;
}
.w_page_article_view #voteViewer li p:last-of-type {
    color: #969696;
    font-family: Laila;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    order: 3;
    margin: 0;
}
.w_page_article_view #voteViewer li a.w_on {
    border: 3px solid #81D8CF;
}
.w_page_article_view #voteViewer li a.w_on p:last-of-type {
    color: #000;
}
.w_page_article_view #voteViewer .swiper-pagination {
    display: none;
}
.w_page_article_view #sectionList {
    /*margin-top: 70px;*/
}
.w_page_article_view .w_tag_wrap {
    margin: 50px auto 0;
    justify-content: center;
}
.w_page_article_view .w_tag_wrap span {
    font-size: 12px;
}
.w_page_article_view .w_page_right {
    width: auto;
}
#writeArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 20px;
    border-radius: 12px;
    border: 2px solid #C5C5C5;
    background: #FFF;
    height: 60px;
    box-sizing: border-box;
    padding: 12px 15px 12px 23px;
}
#writeArea .comDesc {
    width: 472px;
    height: 36px;
    box-sizing: border-box;
    border: none;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    outline: none;
}
#writeArea .btn_write_cmt {
    /*width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;*/
    width: 74px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 2px solid #81D8CF;
    background: #FFF;
    box-shadow: 0px 0px 0px 0px rgba(129, 216, 207, 0.25);
    cursor: pointer;
}
#writeArea .btn_write_cmt span {
    color: #81D8CF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}
#writeArea .btn_write_cmt input {
    width: 472px;
    height: 38px;
    border-radius: 5px;
    background: #ECEBEB;
    border: none;
}
#writeArea .btn_write_cmt img {
    width: 24px;
}
#allWriteArea {
    display: flex;
    display: none;
    align-items: center;
    margin-bottom: 17px;
    border-radius: 4px;
    border: 1px solid #C5C5C5;
    background: #FFF;
    padding: 8px 6px 8px 7px;
    box-sizing: border-box;
}
#allWriteArea .w_icon_user {
    margin-right: 5px;
    width: 32px;
    height: 32px;
    border: 1px solid #858585;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
}
#allWriteArea .w_icon_user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#allWriteArea input {
    width: calc(100% - 100px);
    height: 32px;
    color: #000;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    border: none;
    box-sizing: border-box;
}
#allWriteArea input::placeholder {
    color: #969696;
}
#allWriteArea a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    width: 51px;
    height: 33px;
    border-radius: 4px;
    background: #81D8CF;
    color: #000;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
.w_page_article_view .cmt_all_wrap {
    margin: 30px auto 0;
    width: 588px;
}
.w_page_article_view .cmt_all_wrap .wrap_title {
    margin: 0 0 15px;
}
.w_page_article_view .cmt_all_wrap .wrap_title h2 {
    margin: 0;
    text-align: left;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.w_page_article_view .cmt_all_wrap .wrap_title h2 span {
    color: #81D8CF;
}
.w_page_article_view .cmt_all_wrap .w_comment_view {
    margin-top: 30px;
}
.w_page_article_view .cmt_all_wrap .w_comment_view li {
    display: block;
    position: relative;
    margin: 0;
    padding: 10px 0 13px;
    border-bottom: 1px solid #969696;
    border-radius: 0;
}
.w_page_article_view .cmt_all_wrap .w_comment_view li:first-of-type {
    border-top: 1px solid #969696;
}
.w_page_article_view .cmt_all_wrap .w_comment_view li .user_nm {
    display: flex;
}
.w_page_article_view .cmt_all_wrap .w_comment_view li .user_nm img {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
}
.w_page_article_view .cmt_all_wrap .w_comment_view li .user_nm span {
    padding-top: 2px;
    color: #000;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}
.w_page_article_view .cmt_all_wrap .w_comment_view li .user_nm span:last-of-type {
    padding-top: 4px;
    color: #c8c8c8;
    font-family: Pretendard;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    margin-left: 3px;
}
.w_page_article_view .cmt_all_wrap .w_comment_view li .w_cmt_all_cnt p {
    margin: 10px 0 0;
    text-align: left;
    color: #000;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.w_page_article_view .cmt_all_wrap .w_comment_view li .w_cmt_all_cnt p#allWriteArea2 {
    width: calc(100% - 200px);
    margin: 0;
}
.w_page_article_view .cmt_all_wrap .w_comment_view li .w_cmt_all_cnt p#allWriteArea2 input[name="comDesc"] {
    width: 100%;
}
.w_page_article_view .cmt_all_wrap .w_comment_view li .w_more_btn {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px 12px;
    z-index: 10;
    cursor: pointer;
}
.w_page_article_view .cmt_all_wrap .w_comment_view li .w_more_btn img {
    height: 10px;
}
.w_page_article_view .cmt_all_wrap .w_comment_view .w_comment_btn_group {
    position: absolute;
    right: -70px;
    padding: 24px 0;
    z-index: 20;
    width: 161px;
    border-radius: 10px;
    border: 1px solid #C5C5C5;
    background: #FFF;
}
.w_page_article_view .cmt_all_wrap .w_comment_view .w_comment_btn_group .w_cmt_func {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.w_page_article_view .cmt_all_wrap .w_comment_view .w_comment_btn_group li {
    padding: 0 26px;
    border: none;
}
.w_page_article_view .cmt_all_wrap .w_comment_view .w_comment_btn_group li a {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.w_page_article_view .cmt_all_wrap .w_comment_view .w_comment_btn_group li a img {
    width: 31px;
}
.w_page_article_view .cmt_all_wrap .w_comment_view .w_comment_btn_group li a span {
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#commentModSub,
#allCommentSub2 {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
#commentModSub input[name="comDesc"],
#allCommentSub2 input[name="comDesc"] {
    width: calc(100% - 200px);
    border: none;
    color: #969696;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    caret-color: #81D8CF;
    outline: none;
}
.w_page_article_view .cmt_all_wrap .w_comment_view .w_cmt_func_btn_wrap {
    display: flex;
    align-items: center;
    gap: 4px;
}
.w_page_article_view .cmt_all_wrap .w_comment_view .w_cmt_func_btn_wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 21px;
    border-radius: 2px;
    background: #E0E0E0;
    color: #000;
    font-family: Pretendard;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 327.273% */
    cursor: pointer;
}
.w_page_article_view .cmt_all_wrap .w_comment_view .w_cmt_func_btn_wrap a:last-of-type {
    background: #81D8CF;
}
.func_btn_wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    padding: 24px 0 0;
    width: 49px;
    height: 167px;
    border-radius: 30px;
    border: 2px solid #c8c8c8;
    background: #FFF;
    box-sizing: border-box;
}
.func_btn_wrap a {
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
.func_btn_wrap a:nth-child(2) {
    margin: 10px 0 12px;
}
.func_btn_wrap a:nth-child(1) img {
    height: 18px;
}
.func_btn_wrap a:nth-child(2) img {
    width: 18px;
}
.func_btn_wrap a:nth-child(3) img {
    width: 16px;
}
.func_btn_wrap .homeBtn {
    display: none;
}
.func_btn_wrap span {
    color: #969696;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.w_layer_common {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
}
.w_layer_common:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}
.w_layer_common .w_layer_cnt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 89px;
    width: 400px;
    height: 400px;
    border-radius: 10px;
    border: 1px solid #969696;
    background: #FFF;
    box-sizing: border-box;
}
.w_layer_common .w_layer_cnt .w_icon {
    margin: 0 auto 34px;
    width: 71px;
    height: 71px;
}
.w_layer_common .w_layer_cnt .w_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.w_layer_common .w_layer_cnt p {
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.w_layer_common .w_layer_cnt .w_btn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 91px auto 0;
}
.w_layer_common .w_layer_cnt .w_btn_wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 50px;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}
.w_layer_common .w_layer_cnt .w_btn_wrap a:first-of-type {
    border: 1px solid #969696;
}
.w_layer_common .w_layer_cnt .w_btn_wrap a:last-of-type {
    background: #81D8CF;
}

.w_page_article_view .w_article_content img {
    max-width: 100%;
}
#sectionList .w_articel_cnt_item {
    margin-top: 13px;
    padding-bottom: 19px;
    border-bottom: 1px solid #000000;
}
#sectionList .w_articel_cnt_item:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}
#sectionList .w_articel_cnt_item p {
    margin: 0;
}
.w_articel_cnt_item p .text-tiny {
    font-size: .7em;
}
.w_articel_cnt_item p .text-small {
    font-size: .85em;
}
.w_articel_cnt_item p .text-big {
    font-size: 1.4em;
}
.w_articel_cnt_item p .text-huge {
    font-size: 1.8em;
}


#sectionList .section_cnt {
    margin-bottom: 38px;
}
/*#sectionList .article_cnt h3 {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; !* 166.667% *!
}
#sectionList .article_cnt p {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}*/
.newdot .article_cnt li {
    display: list-item;
}
#sectionList .w_cmt_btn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 13px;
    text-align: center;
}
#sectionList .w_cmt_btn_wrap.none {
    display: none;
}
#sectionList .comment_btn_wrap {
    display: inline-flex;
    align-items: center;
    border-radius: 20px;
    background: #000;
    height: 23px;
    padding: 0 6px 0 7px;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
#sectionList .comment_btn_wrap .commentListbtn {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
#sectionList .comment_btn_wrap span:first-of-type {
    vertical-align: middle;
}
#sectionList .btn_cmt_write {
    display: inline-block;
    position: relative;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    background: #000;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}
#sectionList .btn_cmt_write img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11px;
}
/*#sectionList .comment_btn_wrap .btn_cmt_write {
    margin-left: 7px;
}*/
#sectionList .w_cmt_btn_wrap:before,
#sectionList .w_cmt_btn_wrap:after {
    display: inline-block;
    content: '';
    margin: 0 5px;
    width: 26px;
    height: 4px;
    background: url(../image/newdot/icon_dots.png) no-repeat center;
    background-size: cover;
}


.w_page_article_view #relayList .relay_list {
    margin-bottom: 22px;
    padding: 20px 30px 30px;
    border-radius: 12px;
    border: 2px solid #81D8CF;
    background: #FFF;
    box-shadow: 0 0 4px 4px rgba(129, 216, 207, 0.10);
    box-sizing: border-box;
}
.w_page_article_view #relayList h5 {
    margin: 0;
    color: #81D8CF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 2px solid #81D8CF;
}
.w_page_article_view .w_article_relay_list li {
    display: block;
    border-bottom: 2px solid #D4D4D4;
}
.w_page_article_view .w_article_relay_list li:last-of-type {
    margin-bottom: 0;
}
.w_page_article_view .w_article_relay_list li a {
    display: flex;
    align-items: center;
    position: relative;
    height: 39px;
}
.w_page_article_view .w_article_relay_list li .type {
    width: 97px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    box-sizing: border-box;
}
.w_page_article_view .w_article_relay_list li .subj {
    width: calc(100% - 97px);
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 50px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.w_page_article_view .w_article_relay_list li .current {
    display: none;
    color: #81D8CF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    right: 0;
}
.w_page_article_view .w_article_relay_list li.on .type,
.w_page_article_view .w_article_relay_list li.on .subj {
    color: #81D8CF;
}
.w_page_article_view .w_article_relay_list li.on .current {
    display: block;
}
.w_page_article_view #battomBtnView .w_btn_basic {
    width: 325px;
    height: 65px;
    font-size: 18px;
}

.w_article_desc_view {
    position: absolute;
    background-color: #81D8CF;
    width: 203px;
    white-space: pre-line;
    border-radius: 5px;
    padding: 9px 12px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.w_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.w_modal_body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 560px;
    height: 800px;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
    transform: translateX(-50%) translateY(-50%);
    box-sizing: border-box;
}
.w_modal_body .w_modal_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 33px;
    padding: 0 18px 0 27px;
}
.w_modal_body .w_modal_header span {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.w_modal_body .w_modal_header .exit_btn {
    width: 16px;
    cursor: pointer;
}
.w_modal_body .w_modal_header .exit_btn img {
    width: 100%;
}
.w_modal_body .w_comment_view li {
    display: block;
    position: relative;
    margin: 0;
    padding: 11px 17px;
    border-bottom: 1px solid #C5C5C5;
}
.w_modal_body .w_comment_view li:last-of-type {
    margin-bottom: 0;
}
.w_modal_body .w_comment_view .user_nm {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.w_modal_body .w_comment_view .cmt_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.w_modal_body .w_comment_view .cmt_wrap p {
    width: 80%;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}
.w_modal_body .w_comment_view .cmt_wrap .commentLikeBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: #000;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.w_modal_body .w_comment_view .cmt_wrap .commentLikeBtn img {
    width: 13px;
}
.w_modal_body .w_comment_view .cmt_wrap .commentLikeBtn strong {
    font-size: 16px;
    margin-right: 4px;
}


.w_circle_progress {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -2px;
    z-index: 10;
}
.w_circle_progress a {
    display: block;
    height: 100%;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
}
.w_circle_progress a img {
    width: 34px;
}
.member_ship_no {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    padding: 176px 11px 0;
    height: 50vh;
    background: linear-gradient(360deg, #FFF 59.90%, rgba(255, 255, 255, 0.00) 100%);
    box-sizing: border-box;
}
.member_ship_no p {
    color: #000;
    text-align: center;
    font-family: 'Roboto';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.member_ship_no a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 585px;
    height: 65px;
    color: #000;
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    border-radius: 12px;
    border: 2px solid #81D7CE;
    background: #FFF;
    box-shadow: 0 0 4px 4px rgba(129, 215, 206, 0.10);
}
.member_ship_no.on{
    display: block;
}
/* 투표 순위 */
.w_page_vote_rank {
    padding: 75px 0 108px;
}
.w_page_vote_rank .w_container {
    width: 995px;
}
.w_page_vote_rank .text_desc {
    margin: 0 0 38px;
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.w_page_vote_rank .vote_cate_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    background: #F0F0F0;
    height: 73px;
    width: 364px;
    margin: 0 auto 27px;
    padding: 7px 11px;
    box-sizing: border-box;
}
.w_page_vote_rank .vote_cate_wrap .voteCate {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 177px;
    height: 58px;
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
}
.w_page_vote_rank .vote_cate_wrap .voteCate.on {
    background: #81D8CF;
    border-radius: 35px;
}
.w_page_vote_rank .vote_cate_wrap .voteCate:last-of-type {
    margin-right: 0;
}
.w_page_vote_rank .w_vote_list {
    margin: 0 auto;
    width: 700px;
}
.w_page_vote_rank .w_vote_list .w_text_empty {
    display: block;
    font-size: 24px;
    text-align: center;
    margin: 150px auto;
}
.w_page_vote_rank .w_vote_list .w_vote_wrap {
    margin-bottom: 25px;
    width: 700px;
    height: 130px;
    border-radius: 40px;
    border: 2px solid #717070;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
}
.w_page_vote_rank .w_vote_list .w_vote_wrap:last-of-type {
    margin-bottom: 0;
}
.w_page_vote_rank .w_vote_list .w_vote_wrap .bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #81D8CF;
}
.w_page_vote_rank .w_vote_list .w_vote_wrap .prec {
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding: 33px 0 33px 39px;
    height: 100%;
    width: 100%;
}
.w_page_vote_rank .w_vote_list .w_vote_wrap .vote_subj {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    width: calc(100% - 160px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.w_page_vote_rank .w_vote_list .w_vote_wrap .w_rank_ect {
    display: none;
}
.w_page_vote_rank .w_vote_list .w_vote_wrap .per_num {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 37px;
}
.w_page_vote_rank .w_vote_list .w_box_rank .w_rank {
    width: 127px;
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
/*.w_page_vote_rank .w_vote_list .w_box_rank .w_rank:before {
    width: 20px;
    height: 20px;
    right: initial;
    left: 77px;
}*/
.w_page_vote_rank .w_vote_list .w_box_rank .w_rank_mid {
    width: calc(100% - 189px);
    box-sizing: border-box;
    padding-right: 50px;
}
.w_page_vote_rank .w_vote_list .w_box_rank .w_rank_subject {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_page_vote_rank .w_vote_list .w_box_rank .w_rank_ect {
    display: block;
    margin-top: 13px;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
}
.w_page_vote_rank .w_vote_list .w_box_rank img {
    margin-right: 43px;
    width: 19px;
}

/* 글 읽기 리스트 */
.w_page_articlce_relay_view {
    padding: 75px 0 87px;
}
.w_page_articlce_relay_view .w_container {

}
.w_page_articlce_relay_view .w_info {
    margin-bottom: 58px;
    text-align: center;
}
.w_page_articlce_relay_view .w_info .cate {
    border-radius: 18.5px;
    background: #000;
    color: #FFF;
    font-family: 'Roboto';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    display: inline-block;
    margin: 0 auto 21px;
    height: 31px;
    padding: 0 13px;
}
.w_page_articlce_relay_view .w_info .headline {
    margin: 0 0 21px;
    color: #000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_page_articlce_relay_view .w_info .subtitle {
    margin: 0;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.w_page_articlce_relay_view .w_article_view_list {
    width: 700px;
    margin: 0 auto 76px;
}
.w_page_articlce_relay_view .w_article_view {
    display: block;
    position: relative;
    margin: 0 0 25px;
}
.w_page_articlce_relay_view .w_article_view:last-of-type {
    margin-bottom: 0;
}
.w_page_articlce_relay_view .w_article_view:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -67px;
    width: 37px;
    height: 37px;
    border: 6px solid #81D8CF;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
    z-index: 10;
}
.w_page_articlce_relay_view .w_article_view:before {
    /*display: block;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -70px;
    margin-left: 18px;
    margin-top: 120px;
    width: 7px;
    height: 209px;
    background: #81D8CF;*/
    display: block;
    content: '';
    position: absolute;
    bottom: 55%;
    left: -70px;
    margin-left: 18px;
    width: 7px;
    height: calc(100% - 20px);
    /*height: 100%;*/
    background: #81D8CF;
    /*min-height: 200px;*/
    min-height: 212px;
}
.w_page_articlce_relay_view .w_article_view:first-of-type:before {
    /*display: block;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -70px;
    margin-left: 18px;
    margin-top: 111px;
    width: 7px;
    height: 190px;
    background: #81D8CF;*/
    /*display: none;*/
    display: block;
    content: '';
    position: absolute;
    left: -70px;
    margin-left: 18px;
    width: 7px;
    height: 10%;
    background: #fff;
    z-index: 10;
    bottom: 50%;
}
.w_page_articlce_relay_view .w_article_view:last-of-type:before {
    /*display: none;*/

}
.w_page_articlce_relay_view .w_article_viewon:after {
    background: #81D8CF;
}
.w_page_articlce_relay_view .articleUrlBtn {
    position: relative;
    padding: 30px 0 21px 34px;
    box-sizing: border-box;
    width: 700px;
    border-radius: 12px;
    border: 1px solid #C5C5C5;
    background: #FFF;
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.10);
}
.w_page_articlce_relay_view .w_article_view.w_article_viewon .articleUrlBtn {
    background: rgba(197, 197, 197, 0.30);
}
.w_page_articlce_relay_view .articleUrlBtn .cate {
    margin-bottom: 8px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1px;
}
.w_page_articlce_relay_view .articleUrlBtn .w_article_topic {
    display: inline-block;
    margin: 0 0 5px;
    padding: 4px 41px 4px 15px;
    color: #717070;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 14px;
    border: 1px solid #717070;
}
.w_page_articlce_relay_view .articleUrlBtn .w_state {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 47px;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.5px;
}
.w_page_articlce_relay_view .articleUrlBtn .w_state.read {
    color: #81D8CF;
}
.w_page_articlce_relay_view .articleUrlBtn .w_state.new {
    color: #F97356;
}
.w_page_articlce_relay_view .articleUrlBtn .w_article_head {
    margin: 0;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.2px;
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.w_page_articlce_relay_view .articleUrlBtn .tag_wrap {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 80%;
    /*padding-right: 120px;*/
}
.w_page_articlce_relay_view .articleUrlBtn .tag_wrap span {
    display: inline-block;
    /*margin-right: 4px;*/
    height: 40px;
    line-height: 37px;
    padding: 0 20px;
    border-radius: 22.375px;
    border: 1px solid #717070;
    box-sizing: border-box;
    color: #717070;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}
.w_page_articlce_relay_view .w_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 585px;
    border-radius: 20px;
    border: 1px solid #81D8CF;
    box-shadow: 0 0 4px 4px rgba(129, 216, 207, 0.25);
    height: 100px;
    margin: 58px auto 0;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* 투표 결과 */
.w_page_article_vote_common {
    padding: 75px 0 87px;
}
.w_page_article_vote_common .w_container {
    width: 700px;
}
.w_page_article_vote_common .page_title {
    margin-bottom: 25px;
}
.w_page_article_vote_common .w_section_text {
    margin: 0 0 49px;
    text-align: center;
}
.w_page_article_vote_common .w_section_text img {
    width: 69px;
}
.w_page_article_vote_common .w_section_text p {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 28px 0 8px;
}
.w_page_article_vote_common .w_section_text p + span {
    color: #717070;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_page_article_vote_common .w_vote_wrap {
    display: block;
    position: relative;
    margin-bottom: 24px;
    padding: 0 19px;
    height: 130px;
    border-radius: 20px;
    border: 2px solid #C2C2C2;
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}
.w_page_article_vote_common .w_vote_wrap:last-of-type {
    margin-bottom: 0;
}
.w_page_article_vote_common .w_vote_wrap .bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #81D8CF;
    border-radius: 12px;
}
.w_page_article_vote_common .w_vote_wrap .prec {
    display: flex;
    align-items: center;
    position: relative;
    padding: 13px 0;
    height: 100%;
    background: transparent;
    z-index: 10;
    box-sizing: border-box;
}
.w_page_article_vote_common .w_vote_wrap .vote_subj {
    width: 80%;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.w_page_article_vote_common .w_vote_wrap .per_num {
    position: absolute;
    top: 50%;
    right: 44px;
    transform: translateY(-50%);
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.w_page_article_vote_common .w_vote_wrap .w_btn_view {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 123px;
    height: 32px;
    border-radius: 20px;
    border: 2px solid #D9D9D9;
    position: absolute;
    right: 32px;
    bottom: 12px;
}
.w_page_article_vote_common .w_vote_wrap .w_btn_view a {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.w_page_article_vote_common .text_info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 53px 0 55px;
    height: 158px;
    color: #717070;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.w_page_article_vote_common .vote_value {
    position: absolute;
    left: -999999999999999999999999999999px;
}
/* 투표하기 */
.w_page_article_vote .w_vote_wrap {
    padding: 0;
}
.w_page_article_vote .w_vote_wrap.on {
    border: 2px solid #000;
}
.w_page_article_vote .w_vote_wrap .vote_subj {
    display: flex;
    align-items: center;
    padding: 0 19px;
    width: 100%;
    height: auto;
    cursor: pointer;
}
.w_page_article_vote .w_vote_wrap .vote_value:checked + .prec {
    background: #81D8CF;
}
.w_page_article_vote #voteDesc {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 59px auto 49px;
    border: none;
    border-bottom: 4px solid #81D8CF;
    padding: 0 0 49px;
    text-align: center;
    outline: none;
    width: 100%;
    color: #717070;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.w_page_article_vote #voteDesc::placeholder {
    color: #717070;
}

/* 기사 작성 */
.w_page_write {
    padding: 36px 0 87px;
}
.w_page_write .w_container {
    width: 859px;
}
.w_page_write .page_title {
    margin-bottom: 23px;
}
.w_page_write .page_title h1 {
    font-family: Inter;
    font-size: 16px;
}
.w_page_write .w_section_write .w_item {
    display: flex;
    align-items: center;
    padding: 22px 0;
    border-bottom: 2px solid #969696;
}
.w_page_write .w_section_write .w_item.w_no_line {
    border: none;
}
.w_page_write .w_section_write .w_item .w_item_title {
    margin: 0;
    padding-left: 9px;
    box-sizing: border-box;
    width: 126px;
    text-align: left;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_page_write .w_section_write .w_item .w_item_cnt {
    display: flex;
    align-items: center;
    gap: 10px;
    width: calc(100% - 126px);
}
.w_page_write .w_section_write .w_item .w_item_cnt select {
    width: 367px;
    height: 43px;
    border-radius: 4px;
    border: 1px solid #969696;
    padding: 0 18px;
    box-sizing: border-box;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    background: url(../image/newdot/renewal/icon_select_arrow.png) no-repeat calc(100% - 16px) 50%;
    background-size: 11px auto;
    appearance: none;
}
.w_section_write .w_item .w_btn_wrap .item.on {
    background: #81D8CF;
    border: none;
}
.w_section_write .w_item .w_btn_wrap input {
    position: absolute;
    left: -9999999999px;
}
.w_section_write .w_item .w_btn_wrap .item label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: #717070;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.w_section_write .w_item .w_btn_wrap .item.on label {
    color: #25665F;
}
.w_section_write .w_item .w_btn_square .item {
    width: 139px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #7D7D7D;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.w_section_write .w_item .w_btn_circle {
    justify-content: normal;
}
.w_section_write .w_item .w_btn_circle .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 87px;
    height: 36px;
    border-radius: 23.5px;
    border: 1px solid #7D7D7D;
    box-sizing: border-box;
}
.w_page_write .w_section_write .w_item.w_item_ta {
    align-items: baseline;
}
.w_page_write .w_section_write .w_item.w_item_ta .w_item_cnt {
    flex-direction: column;
    justify-content: start;
    align-items: baseline;
}
.w_page_write .w_section_write .w_item.w_item_ta .w_item_cnt .w_item_sub {
    display: flex;
    align-items: center;
    position: relative;
}
.w_page_write .w_section_write .w_item .w_item_subtitle {
    position: absolute;
    left: -50px;
    margin: 0;
    width: 37px;
    text-align: right;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_page_write .w_section_write .w_item input[type=text],
.w_page_write .w_section_write .w_item textarea {
    padding: 0 18px;
    width: 734px;
    height: 43px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #969696;
}
.w_page_write .w_section_write .w_item_hash .w_item_title {
    text-align: right;
    padding-right: 17px;
}
.w_page_write .w_section_write .w_item .w_box {
    width: 367px;
    height: 196px;
    border-radius: 4px;
    border: 1px solid #969696;
    padding-top: 36px;
    box-sizing: border-box;
}
.w_page_write .w_section_write .w_item .w_box .w_img {
    width: 30px;
    margin: 0 auto 16px;
}
.w_page_write .w_section_write .w_item .w_box .w_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.w_page_write .w_section_write .w_item .w_box p {
    margin: 16px 0 0;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.w_page_write .w_section_write .w_item .w_box #fileViewChk {
    display: none;
}
.w_page_write .w_section_write .w_item .w_box label {
    margin: 16px auto 0;
    width: 127px;
    height: 35px;
    display: flex;
    border-radius: 4px;
    border: 1px solid #81D8CF;
    justify-content: center;
    align-items: center;
    color: #81D8CF;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_page_write .w_section_write .w_item .w_box label.on {
    border: none;
    background: #81D8CF;
    color: #fff;
}
.w_page_write .w_section_write .w_item .w_box #filebox {
    display: none;
    margin: 25px auto 0;
    width: 100%;
    color: #000;
    text-align-last: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.w_page_write .w_section_write .w_item .w_box input[type=file]::file-selector-button {
    display: none;
}
.w_page_write .w_btn_func {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 17px;
    margin-top: 41px;
}
.w_page_write .w_btn_func .w_btn_basic {
    margin: 0;
    width: 272px;
    height: 50px;
    border-radius: 4px;
    background: #81D8CF;
    border: none;
    box-shadow: none;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.w_page_write .w_btn_func .w_btn_basic:last-of-type {
    width: 445px;
}

.w_page_write .w_func_write_wrap {
    display: flex;
    float: right;
    margin-top: -100px;
    z-index: 10;
    position: relative;
    cursor: pointer;
}
.w_page_write .w_btn_gtp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 11px;
    width: 126px;
    height: 62px;
    border: 1px solid #C5C5C5;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    box-sizing: border-box;
}
.w_page_write .w_btn_preview img {
    height: 62px;
}
.w_page_write .w_progress_bar {
    display: flex;
}
.w_page_write .w_progress_bar div {
    flex-grow: 1;
    padding-bottom: 20px;
    border-bottom: 8px solid #ECEBEB;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    cursor: pointer;
}
.w_page_write .w_progress_bar div.on {
    border-color: #81D8CF;
    font-weight: 700;
}
.w_page_write .w_progress_bar div.on_bar {
    border-color: #81D8CF;
}
.w_page_write .w_text_page_desc {
    margin: 42px 0 50px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}
.w_page_write .w_section_cnt {
    margin: 0 0 44px;
}
.w_page_write .w_section_cnt h3 {
    margin: 0 0 23px;
    padding-left: 23px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.w_page_write .w_section_cnt .item {
    position: relative;
    padding: 20px;
    border-radius: 12px;
    border: 2px solid #C2C2C2;
    background: #FFF;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 21px;
    line-height: 1.5;
}
.w_page_write .w_section_cnt .item.on {
    border: 2px solid #000;
}
.w_page_write .w_section_cnt .w_text_section_desc {
    margin: 38px 0 164px;
    text-align: center;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.w_page_write .w_section_content {
    position: relative;
}
.w_page_write .w_section_content .w_btn_plus {
    position: fixed;
    bottom: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 133px;
    height: 50px;
    border-radius: 12px;
    border: 1px solid #81D8CF;
    background: #FFF;
    box-shadow: 0 0 4px 4px rgba(129, 216, 207, 0.10);
}
.w_page_write .w_section_content .w_btn_plus span {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 6px;
}
.w_page_write .w_section_content .w_btn_plus img {
    height: 15px;
}

.w_page_write .w_section_first .w_section_cnt .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 19px;
    padding: 35px 48px 35px 65px;
}
.w_page_write .w_section_first .w_section_cnt .item:last-of-type {
    margin-bottom: 0;
}
.w_page_write .w_section_first .w_section_cnt .item:hover {
    border: 2px solid #000;
    background: #81D8CF;
}
.w_page_write .w_section_first .w_section_cnt .item input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    appearance: none;
    margin: 0;
    cursor: pointer;
}
.w_page_write .w_section_first .w_section_cnt .item input:checked {
    background: #81D8CF;
}
.w_page_write .w_section_first .w_section_cnt .item .cate_nm {
    position: relative;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}
.w_page_write .w_section_first .w_section_cnt .item .cate_desc {
    position: relative;
    color: #717070;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}
.w_page_write .w_section_subject .item {
    width: 100%;
    border: 2px solid #81D8CF;
}
.w_page_write .item_pz {
    padding: 0;
}
.byte_chk_wrap {
    color: #81D8CF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: right;
}
.w_page_write .w_section_subject .textarea_head {
    height: 140px;
    padding: 29px 32px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.w_page_write .w_section_subject input[type=text] {
    padding: 21px 32px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.w_page_write .w_section_content .w_cnt {
    margin-bottom: 43px;
}
.w_page_write .w_section_content .w_cnt:last-of-type {
    margin-bottom: 39px;
}
.w_page_write .w_section_content .w_cnt_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.w_page_write .w_section_content .w_cnt_add .w_cnt_top {
    justify-content: end;
    margin-bottom: 20px;
}
.w_page_write .w_section_content .item {
    border-color: #81D8CF;
}
.w_page_write .w_section_content input[type=text] {
    margin-top: 25px;
    width: 100%;
    height: 62px;
    border-color: #81D8CF;
    padding: 14px 30px;
    color: #828282;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.w_page_write .w_section_content a img {
    height: 36px;
}
.w_page_write .layer_gpt {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.w_page_write .layer_gpt:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}
.w_page_write .w_section_gpt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 33px 42px 50px;
    border-radius: 12px;
    border: 1px solid #A7A7A7;
    background: #FFF;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.10);
    z-index: 10;
    width: 989px;
    box-sizing: border-box;
}
.w_page_write .w_section_gpt .w_btn_close {
    position: absolute;
    top: 60px;
    right: 55px;
    cursor: pointer;
}
.w_page_write .w_section_gpt .w_btn_close img {
    width: 32px;
}
.w_page_write .w_section_gpt h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 32px;
}
.w_page_write .w_section_gpt h3 img {
    width: 61px;
}
.w_page_write .w_section_gpt h3 span {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_page_write .w_section_gpt input[type=text] {
    margin: 0 0 42px;
    padding: 30px 50px 36px;
    width: 100%;
    height: 104px;
    color: #828282;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-color: #81D8CF;
    box-sizing: border-box;
}
.w_page_write .w_section_gpt textarea {
    width: 100%;
}
.w_page_write .w_section_vote .w_section_text {
    margin-bottom: 41px;
    text-align: center;
}
.w_page_write .w_section_vote .w_section_text img {
    width: 81px;
}
.w_page_write .w_section_vote .w_section_text p {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 24px 0 0;
}
.w_page_write .w_section_vote .w_section_text strong {
    font-weight: 700;
    display: block;
}
.w_page_write .w_section_vote .w_vote_list {
    margin: 0 0 327px;
}
.w_page_write .w_section_vote .item {
    margin: 0 0 26px;
    border-radius: 12px;
    border: 1px solid #C2C2C2;
    background: #FFF;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
    padding: 44px 0;
    text-align: center;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/*.w_page_write .w_section_vote .item:hover {
    background: #81D8CF;
    border: 2px solid #000;
    cursor: pointer;
}*/
.w_page_write .w_section_vote .item:last-of-type {
    margin-bottom: 0;
}
.w_page_write .w_section_complete .w_text_page_desc {
    margin-bottom: 190px;
}
.w_page_write .w_section_complete .w_section_text {
    margin-bottom: 594px;
    text-align: center;
}
.w_page_write .w_section_complete .w_section_text img {
    margin-bottom: 47px;
    width: 75px;
}
.w_page_write .w_section_complete .w_section_text p {
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px; /* 147.059% */
}
/* 릴레이 기사 작성 */
.w_page_write_relay .w_section_first .w_section_cnt {
    margin-bottom: 234px;
    text-align: center;
}
.w_page_write_relay .w_section_first .w_section_cnt .cate {
    display: inline-block;
    margin-bottom: 20px;
    height: 43px;
    border-radius: 30px;
    background: #000;
    padding: 0 27px;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
}
.w_page_write_relay .w_section_first .w_section_cnt h3 {
    padding: 0;
}
.w_page_write_relay .w_section_first .w_section_cnt .item {
    justify-content: center;
}
.w_page_write_relay .w_section_first .w_section_cnt .item:hover {
    border: 2px solid #C2C2C2;
    background-color: transparent;
}
.w_page_write_relay .w_section_first .w_section_cnt .item span {
    position: relative;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.w_page_write_relay .w_section_first .w_section_cnt .item:not(.item_on) {
    pointer-events: none;
    background-color: #ECEBEB;
}
.w_page_write_relay .w_section_first .w_section_cnt .item_on:hover {
    border: 2px solid #000;
    background: #81D8CF;
}

.layer_preview {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    overflow-y: auto;
}
.layer_preview:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}
.layer_preview .w_section_mode {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
}
.layer_preview .w_layer_preview_btn {
    display: flex;
    flex-direction: column;
    gap: 7px;
    cursor: pointer;
}
.layer_preview .w_layer_preview_btn figure {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 48px;
    height: 48px;
    border: 1px solid #C8C8C8;
    border-radius: 50%;
}
.layer_preview .w_layer_preview_btn span {
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.layer_preview .w_layer_preview_btn.w_on figure {
    background: #81D8CF;
    border: none;
}
.layer_preview .w_layer_preview_btn.w_on span {
    font-weight: 700;
}
.layer_preview .layer_preview_cnt {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 24px 0 29px;
    z-index: 10;
    background: #fff;
    width: 1057px;
    height: 853px;
    box-sizing: border-box;
}
.layer_preview .layer_preview_cnt .w_container {
    width: 100%;
}
.layer_preview .layer_preview_cnt .layer_cnt_wrap {
    overflow-y: scroll;
    box-sizing: border-box;
    border: 2px solid #C8C8C8;
}
.layer_preview .layer_preview_cnt .w_pc_layer {
    margin: 48px auto 49px;
    width: 892px;
    height: 580px;
}
.layer_preview .layer_preview_cnt .w_mobile_layer {
    margin: 27px auto 28px;
    width: 350px;
    height: 622px;
}
/*.layer_preview .layer_preview_cnt .w_section_top {
    position: relative;
    background:#54E8D8;
}
.layer_preview .layer_preview_cnt .w_section_top:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.50) 100%);
}
.layer_preview .layer_preview_cnt .w_section_top .article_type {
    display: flex;
    align-items: center;
    position: relative;
    height: 63px;
    border-bottom: 1px solid #fff;
}
.layer_preview .layer_preview_cnt .w_section_top .article_type .article_title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.layer_preview .layer_preview_cnt .w_section_top .article_type .func_icon {
    display: none;
}
.layer_preview .layer_preview_cnt .w_section_top .w_container {
    position: relative;
}
.layer_preview .layer_preview_cnt .w_section_top .article_info {
    padding: 85px 0 61px;
}
.layer_preview .layer_preview_cnt .w_section_top .article_header {
    margin: 0 0 38px;
    text-align: center;
}
.layer_preview .layer_preview_cnt .w_section_top .article_header .cate {
    display: inline-block;
    margin: 0 0 21px;
    padding: 0 13px;
    height: 35px;
    color: #FFF;
    font-family: 'Roboto';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    border-radius: 18.5px;
    background: #000;
    box-sizing: border-box;
}
.layer_preview .layer_preview_cnt .w_section_top .article_header .headline {
    margin: 0 auto 21px;
    color: #000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 356px;
}
.layer_preview .layer_preview_cnt .w_section_top .article_header .sub_title {
    margin: 0 0 30px;
    text-align: center;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.layer_preview .layer_preview_cnt .w_section_top .date {
    margin: 0 0 52px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.layer_preview .layer_preview_cnt .w_section_top .article_header .header_highlight p {
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.layer_preview .layer_preview_cnt .w_section_top .w_tag_wrap {
    margin: 0 0 32px;
    text-align: center;
}
.layer_preview .layer_preview_cnt .w_section_top .w_tag_wrap span {
    display: inline-block;
    margin: 0 13px 0 0;
    padding: 0 7px;
    height: 35px;
    color: #FFF;
    font-family: 'Roboto';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    border-radius: 20px;
    border: 1px solid #FFF;
}
.layer_preview .layer_preview_cnt .w_section_top .w_tag_wrap span:last-of-type {
    margin-right: 0;
}
.layer_preview .layer_preview_cnt .w_section_top .w_view_icon {
    margin: 0 0 44px;
    text-align: center;
}
.layer_preview .layer_preview_cnt .w_section_top .w_view_icon span {
    color: #000;
    text-align: center;
    font-family: 'Roboto';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.layer_preview .layer_preview_cnt .w_section_top .w_author_info p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.layer_preview .layer_preview_cnt .w_section_top .w_author_info p img {
    margin-right: 6px;
    width: 36px;
}
.layer_preview .layer_preview_cnt #sectionList .w_articel_cnt_item {
    margin-top: 13px;
    padding-bottom: 19px;
    border-bottom: 1px solid #000000;
}
.layer_preview .layer_preview_cnt #sectionList .w_articel_cnt_item:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}
.layer_preview .layer_preview_cnt #sectionList .w_articel_cnt_item p {
    margin: 0;
}
.layer_preview .layer_preview_cnt #sectionList .section_cnt {
    margin-bottom: 38px;
}
.layer_preview .layer_preview_cnt .w_articel_cnt_item {
    padding: 30px;
}
.layer_preview .layer_preview_cnt .w_articel_cnt_item p {
    margin: 0;
}*/
.layer_preview .w_btn_close {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 272px;
    height: 50px;
    border-radius: 4px;
    background: #81D8CF;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.w_page_write_relay.w_page_mod_relay .w_section_first .w_section_cnt .item {
    justify-content: center;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    box-sizing: border-box;
    background: #81D8CF;
    border: 2px solid #000;
}


.w_page_qna {
    padding: 53px 0 66px;
}
.w_page_qna .w_container {
    width: 500px;
}
.w_page_qna .page_title {
    margin-bottom: 11px;
}
.w_page_qna .page_title h1 {
    font-size: 16px;
    font-weight: 600;
}
.w_page_qna .w_section p {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 11px;
}
.w_page_qna .w_cnt {
    margin-bottom: 18px;
}
.w_page_qna .w_cnt .tit {
    display: flex;
    align-items: center;
    margin: 0 0 9px 9px;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.w_page_qna .w_cnt .tit .icon_require {
    margin-left: 8px;
    color: #81D8CF;
    font-family: Pretendard;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_page_qna .w_cnt .cate_list {
    display: flex;
    align-items: center;
    gap: 9px;
}
.w_page_qna .w_cnt .cate_list li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 89px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #969696;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #000;
    box-sizing: border-box;
    cursor: pointer;
}
.w_page_qna .w_cnt .cate_list li.on {
    background: #81D8CF;
    color: #25665F;
    border: none;
}
.w_page_qna .w_cnt .cnt {
    color: #969696;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    box-sizing: border-box;
}
.w_page_qna .w_cnt textarea {
    padding: 16px 15px;
    width: 100%;
    min-height: 130px;
    border-radius: 4px;
    border: 1px solid #969696;
    background: #FFF;
}
.w_page_qna .w_cnt input[type=text] {
    padding: 13px 15px;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #969696;
    background: #FFF;
    color: #969696;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    box-sizing: border-box;
}
.w_btn_color {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 585px;
    height: 100px;
    border-radius: 20px;
    background: #81D8CF;
    margin: 0 auto;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.w_page_qna .w_cnt.w_cnt_ta {
    align-items: flex-start;
}
.w_page_qna .byte_chk_wrap {
    margin-top: 3px;
    color: #969696;
    font-family: Pretendard;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.w_page_qna .w_btn_basic {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    background: #81D8CF;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    box-shadow: none;
    border: none;
    margin-bottom: 50px;
}
.w_page_qna #filebox {
    position: absolute;
    left: -99999999999999px;
}
.w_page_qna .filebox {
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #969696;
}
.w_page_qna .filebox label {
    width: 85px;
    border-right: 1px solid #969696;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #969696;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    box-sizing: border-box;
}
.w_page_qna .filebox input {
    width: calc(100% - 85px);
    height: 100%;
    box-sizing: border-box;
    background: transparent;
    border: none;
    color: #969696;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 13px 15px;
}
.w_page_qna .w_agree {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
}
.w_page_qna .w_agree input[type=checkbox] {
    width: 21px;
    height: 21px;
    appearance: none;
    background: #D9D9D9 url(../image/newdot/icon_arrow_chk.png) no-repeat center;
    background-size: 17px auto;
    cursor: pointer;
}
.w_page_qna .w_agree input[type=checkbox]:checked {
    background: #81D8CF url(../image/newdot/icon_arrow_chk.png) no-repeat center;
    background-size: 17px auto;
}
.w_page_qna .w_agree label {
    color: #8F8F8F;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}
.w_page_qna .w_cnt.w_on input,
.w_page_qna .w_cnt.w_on textarea,
.w_page_qna .w_cnt.w_on .filebox {
    border: 1px solid #81D8CF;
}
.w_page_qna .w_cnt.w_on .filebox label {
    border-right-color: #81D8CF;
}
.w_page_qna .w_cnt.w_on .filebox input {
    border: none;
}
.layer_cate {
    display: none;
}

/* 검색 */
.w_page_search .w_page_left {
    padding-top: 26px;
}
.w_page_search .page_title h1 {
    margin: 0 0 11px;
    text-align: left;
    color: #000;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_page_search .w_search_word {
    margin-bottom: 57px;
    color: #81D8CF;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}
.w_page_search .w_search_empty {
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    background: none;
    margin: 0 auto;
    color: #969696;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.w_page_search .w_srch_bar {
    width: 698px;
    height: 80px;
    border-radius: 47.322px;
    border: 2px solid #000;
    background: #F6F5F5;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}
.w_page_search .w_srch_bar input {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -1.5px;
    height: 100%;
    width: calc(100% - 140px);
    padding: 0 0 0 45px;
    border: none;
    box-sizing: border-box;
    background: transparent;
    outline: none;
}
.w_page_search .w_srch_bar input::placeholder {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -1.5px;
    color: #C5C5C5;
}
.w_page_search .w_srch_bar a {
    display: block;
    width: 54px;
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
    cursor: pointer;
}
.w_page_search .w_srch_bar a img {
    width: 100%;
}

.w_page_search.w_page_maypage_article .page_content_wrap ul {
    display: block;
    margin-bottom: 28px;
}
.w_page_search.w_page_maypage_article .page_content_wrap ul:after {
    display: block;
    content: '';
    clear: both;
}
.w_page_search.w_page_maypage_article .page_content_wrap .w_article_card {
    float: left;
}
.w_page_search.w_page_maypage_article .page_content_wrap .w_article_card:nth-child(3n) {
    margin-right: 0;
}
.w_page_search .w_tag_wrap .w_tag_list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.w_page_search .w_tag_wrap .w_tag {
    margin: 0 19px 10px 0;
    color: #717070;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -1.2px;
    display: inline-block;
    padding: 20px 27px;
    border-radius: 47.322px;
    border: 2px solid #C5C5C5;
    background: #FFF;
    cursor: pointer;
}


.w_page_article_newdot.w_page_article_relay ul {
    display: flex;
    margin: 0;
    width: 100%;
}

.w_page_reporter_req {
    padding: 85px 0;
}
.w_page_reporter_req p {
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.w_page_reporter_req .w_text {
    display: flex;
    align-items: flex-start;
    margin: 39.68px auto 52.5px;
    width: 482px;
    border-radius: 20px;
    background: #F5F5F5;
    flex-direction: column;
    box-sizing: border-box;
    padding: 27px 29px 37px;
}
.w_page_reporter_req .w_text span {
    display: flex;
    align-items: center;
    margin-bottom: 17.85px;
    color: #000;
    font-family: 'Inter';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.w_page_reporter_req .w_text span:before {
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    background: #81D8CF;
    border-radius: 50%;
    margin-right: 7px;
}
.w_page_reporter_req .w_text span:last-of-type {
    margin-bottom: 0;
}
.w_page_reporter_req .w_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 585px;
    height: 100px;
    border-radius: 20px;
    background: #81D8CF;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}
/*.w_page_reporter_req .w_result .w_section_logo {
    width: 89px;
    margin: 0 auto;
}
.w_page_reporter_req .w_result .w_section_logo img {
    width: 100%;
}*/
.w_page_reporter_req .w_result .page_title {
    margin-bottom: 55px;
}
.w_page_reporter_req .w_result figure {
    margin: 0 auto 52px;
    width: 121px;
}
.w_page_reporter_req .w_result figure img {
    width: 100%;
}
.w_page_reporter_req .w_result p {
    margin-bottom: 77px;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.w_page_user_expires {
    padding: 85px 0;
}
.w_page_user_expires .page_title {
    margin-bottom: 86px;
}
.w_page_user_expires .w_text_wrap p {
    margin: 0 0 164px;
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.w_page_user_expires .w_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 585px;
    height: 100px;
    border-radius: 20px;
    background: #81D8CF;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}
.w_page_user_expires .w_result .page_title {
    margin-bottom: 60px;
}
.w_page_user_expires .w_result figure {
    margin: 0 auto 60px;
    width: 149px;
}
.w_page_user_expires .w_result figure img {
    width: 100%;
}
.w_page_user_expires .w_result p {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 77.5px;
}

/* 공지사항 */
.w_page_notice {
    padding: 53px 0;
    min-height: calc(100vh - 184px);
    box-sizing: border-box;
}
.w_page_notice .w_container {
    width: 664px;
}
.w_page_notice .page_title {
    margin-bottom: 22px;
}
.w_page_notice .page_title h1 {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 600;
}
.w_page_notice .w_th:nth-child(1),
.w_page_notice .w_td:nth-child(1) {
    width: 49px;
}
.w_page_notice .w_th:nth-child(2),
.w_page_notice .w_td:nth-child(2) {
    width: calc(100% - 160px);
    padding-left: 10px;
    box-sizing: border-box;
}
.w_page_notice .w_th:nth-child(3),
.w_page_notice .w_td:nth-child(3) {
    width: 101px;
}
.w_page_notice .w_table_head {
    display: flex;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 2px solid #969696;
}
.w_page_notice .w_th {
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.w_page_notice .w_th:nth-child(2) {
    padding-left: 221px;
    text-align: left;
}
.w_page_notice .w_table_body li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.w_page_notice .w_td {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-bottom: 1px solid #C8C8C8;
}
.w_page_notice .w_td:nth-child(1) {
    color: #717070;
}
.w_page_notice .w_td:nth-child(2) {
    justify-content: start;
    color: #000;
    cursor: pointer;
}
.w_page_notice .w_td:nth-child(3) {
    color: #969696;
}
.w_page_notice .w_table_body li .w_cnt {
    display: none;
    width: 100%;
}
.w_page_notice .w_table_body li.on .w_cnt {
    display: block;
}

/* 게시판 상세 */
.w_page_board_cnt {
    padding: 25px 0 110px;
}
.w_page_board_cnt .page_cnt_wrap {
    margin: 0 auto;
    width: 667px;
}
.w_page_board_cnt .w_box .w_head {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    padding-right: 16px;
}
.w_page_board_cnt .w_box .w_subj {
    margin: 0;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.w_page_board_cnt .w_box .w_func {
    margin-left: auto;
}
.w_page_board_cnt .w_box .w_func img {
    width: 18px;
}
.w_page_board_cnt .w_box .w_date {
    margin-left: 9px;
    color: #969696;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.w_page_board_cnt .w_box .w_cnt img {
    width: 100%;
}

/* 개인정보 취급방침, 이용약관 */
.w_page_terms {
    padding: 53px 0;
}
.w_page_terms .page_title {
    margin: 0 0 11px;
    padding-bottom: 30px;
    border-bottom: 2px solid #000000;
}
.w_page_terms .page_title h1 {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 600;
}




.w_page_mypage_sub .w_membership_info h3 {
    margin: 0 0 23px;
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.w_page_mypage_sub .w_membership_info h3 span {
    color: #FF4A6B;
}
.w_page_mypage_sub .w_membership_info .box_membership {
    position: relative;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background: linear-gradient(133deg, #81D8CF 0%, #9AFBF1 100%);
    box-shadow: 0 0 30px 10px rgba(129, 216, 207, 0.20);
    margin: 0 auto;
    width: 435px;
    height: 196px;
}
.w_page_mypage_sub .w_membership_info img {
    position: absolute;
    top: 20px;
    left: 25px;
    width: 83px;
}
.w_page_mypage_sub .w_membership_info .w_prd_nm {
    position: absolute;
    top: 42px;
    left: 25px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.w_page_mypage_sub .w_membership_info .w_amount_view {
    position: absolute;
    right: 22px;
    bottom: 74px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_page_mypage_sub .w_membership_info .w_amount_view.w_minus:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #FF0000;
}
.w_page_mypage_sub .w_membership_info .w_amount_sale {
    position: absolute;
    right: 22px;
    bottom: 21px;
    color: #FF4A6B;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_page_mypage_sub .w_membership_info .w_amount_sale span {
    color: #000;
}

.w_page_mypage_sub .w_membership_info .w_date {
    margin: 23px 0 0;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.w_page_mypage_sub {
    padding: 56px 0 75px;
}
.w_page_mypage_sub .w_section_top .w_text_ads {
    margin: 0 0 64px;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}
.w_page_mypage_sub .w_section_top h1 {
    margin: 0 0 44px;
    color: #000;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
}
.w_page_mypage_sub .w_section_top .w_text_desc {
    margin: 0 0 44px;
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}
.w_page_mypage_sub .w_section_top .w_bar {
    margin: 0 auto 23px;
    display: block;
    width: 88px;
    height: 2px;
    background: #81D8CF;
}
.w_page_mypage_sub .w_section_common h3 {
    margin: 53px 0 0;
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
.w_page_mypage_sub .w_logo_circle {
    display: block;
    margin: 57px auto 86px;
    width: 35px;
}
.w_page_mypage_sub .w_section_desc .w_info_what h5 {
    margin: 0 0 30px;
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
}
.w_page_mypage_sub .w_section_desc .w_info_what .cnt {
    padding: 44px 0 59px;
    background: #F0F0F0;
}
.w_page_mypage_sub .w_section_desc .w_info_what .cnt .w_cmt {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
}
.w_page_mypage_sub .w_section_desc .w_info_what .cnt .right {
    display: flex;
    align-items: center;
    justify-content: right;
    margin-bottom: 22px;
}
.w_page_mypage_sub .w_section_desc .w_info_what .cnt .right .w_cmt {
    width: 354px;
    height: 66px;
    margin-right: 15px;
}
.w_page_mypage_sub .w_section_desc .w_info_what .cnt .right img {
    width: 80px;
}
.w_page_mypage_sub .w_section_desc .w_info_what .cnt .left {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.w_page_mypage_sub .w_section_desc .w_info_what .cnt .left .w_cmt {
    margin-left: 8px;
    width: 551px;
    height: 73px;
}
.w_page_mypage_sub .w_section_desc .w_info_what .cnt .left img {
    width: 79px;
}
.w_page_mypage_sub .w_section_desc .w_info_what .box_common {
    border-radius: 20px;
    padding: 55px 0;
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}
.w_page_mypage_sub .w_section_desc .w_info_what .box_common span {
    color: #81D8CF;
    font-weight: 500;
}
.w_page_mypage_sub .w_section_desc .w_info_what .box_common strong {
    font-weight: 700;
}
.w_page_mypage_sub .w_section_different {
    padding-top: 99px;
}
.w_page_mypage_sub .w_section_different h5 {
    margin: 0 0 48px;
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.w_page_mypage_sub .w_section_different .cnt ul {
    padding-top: 26px;
    box-sizing: border-box;
    width: 1010px;
    height: 245px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.10);
}
.w_page_mypage_sub .w_section_different .cnt ul li {
    display: block;
}
.w_page_mypage_sub .w_section_different .cnt li:nth-child(1) {
    width: 347px;
}
.w_page_mypage_sub .w_section_different .cnt li:nth-child(2) {
    display: flex;
    width: 292px;
}
.w_page_mypage_sub .w_section_different .cnt li:nth-child(2):before {
    display: block;
    content: '';
    margin-top: 31px;
    width: 2px;
    height: 131px;
    background: #81D8CF;
}
.w_page_mypage_sub .w_section_different .cnt li:nth-child(2):after {
    display: block;
    content: '';
    margin-top: 31px;
    width: 2px;
    height: 131px;
    background: #81D8CF;
}
.w_page_mypage_sub .w_section_different .cnt li:nth-child(3) {
    width: 367px;
}
.w_page_mypage_sub .w_section_different .cnt li .tit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 49px;
    border-radius: 22px;
    border: 2px solid #D9D9D9;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_page_mypage_sub .w_section_different .cnt li .tit span {
    margin-right: 10px;
    color: #81D8CF;
}
.w_page_mypage_sub .w_section_different .cnt li strong {
    display: block;
    margin: 10px 0 18px;
    text-align: center;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_page_mypage_sub .w_section_different .cnt li p {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}
.w_page_mypage_sub .w_section_different .cnt li:nth-child(2) > div {
    width: calc(100% - 4px);
}
.w_page_mypage_sub .w_section_different .cnt li:nth-child(1) .tit {
    width: 256px;
}
.w_page_mypage_sub .w_section_different .cnt li:nth-child(2) .tit {
    width: 238px;
}
.w_page_mypage_sub .w_section_different .cnt li:nth-child(3) .tit {
    width: 249px;
}
.w_page_mypage_sub .w_last_cmt {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin: 62px 0 72px;
}
.w_page_mypage_sub .w_under_bar {
    position: relative;
}
.w_page_mypage_sub .w_under_bar:after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 14px;
    background: #9AFBF1;
}
.w_page_mypage_sub .w_under_bar span {
    position: relative;
    z-index: 10;
}
.w_page_mypage_sub .w_btn {
    border-radius: 20px;
    background: linear-gradient(90deg, #81D8CF 0%, #9AFBF1 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 585px;
    height: 100px;
    margin: 0 auto;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}
.w_page_mypage_sub .br_mo {
    display: none;
}

.w_page_mypage_sub_detail .page_title {
    margin-bottom: 41px;
}
.w_page_mypage_sub_detail p {
    margin-bottom: 25px;
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}
.w_page_mypage_sub_detail .w_text_wrap {
    width: 385px;
    margin: 0 auto 41px;
    padding: 26px 0 46px;
    border-radius: 20px;
    background: #F5F5F5;
    box-sizing: border-box;
}
.w_page_mypage_sub_detail .w_text_wrap h6 {
    position: relative;
    margin: 0;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}
.w_page_mypage_sub_detail .w_text_wrap h6:after {
    display: block;
    content: '';
    width: 118px;
    height: 17px;
    background: #9AFBF1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.w_page_mypage_sub_detail .w_text_wrap h6 span {
    position: relative;
    z-index: 1;
}
.w_page_mypage_sub_detail .w_text {
    width: 100%;
    padding: 0 0 0 44px;
    margin: 28px auto;
}
.w_page_mypage_sub_detail .w_text span {
    margin-bottom: 22px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.w_page_mypage_sub_detail .w_text_wrap ul {
    margin: 28px auto 41px;
    padding: 0;
    text-align: center;
}
.w_page_mypage_sub_detail .w_text_wrap ul li {
    display: block;
    margin-bottom: 21px;
}
.w_page_mypage_sub_detail .w_text_wrap ul li:last-of-type {
    margin-bottom: 0;
}
.w_page_mypage_sub_detail .w_text_wrap ul li div {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2px;
}
.w_page_mypage_sub_detail .w_text_wrap ul li p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.w_page_mypage_sub_detail .w_membership_info {
    width: 435px;
    margin: 0 auto 27px;
}
.w_page_mypage_sub_detail .w_membership_info h5 {
    color: #000;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 7px 24px;
}
.w_page_mypage_sub_detail .w_membership_info .w_date {
    font-size: 18px;
    margin-top: 12px;
}
.w_page_mypage_sub_detail .w_text_wrap ol {
    padding: 0;
    margin: 20px 0 0;
}
.w_page_mypage_sub_detail .w_text_wrap ol li {
    display: block;
    margin-bottom: 10px;
    padding-left: 102px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}
.w_page_mypage_sub_detail .w_text_wrap ol li:last-of-type {
    margin-bottom: 0;
}
.w_page_mypage_sub_detail .w_text_wrap ol li span {
    margin-right: 3px;
    color: #81D8CF;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    vertical-align: bottom;
}
.w_page_mypage_sub_detail .w_text_alert {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}
.w_page_mypage_sub_detail .w_text_alert:before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    vertical-align: super;
}
.w_page_mypage_sub_detail .w_btn_2 {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 500px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 2px solid #81D8CF;
    box-shadow: 0 0 4px 4px rgba(129, 216, 207, 0.25);
    margin: 37px auto 0;
    cursor: pointer;
    box-sizing: border-box;
}

.w_page_subscriptionPayment .w_container {
    width: 700px;
}
.w_page_subscriptionPayment {
    padding: 125px 0 95px;
}
.w_page_subscriptionPayment .page_title {
    margin-bottom: 63px;
}
.w_page_subscriptionPayment .w_section {
    margin-bottom: 15px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #888;
    box-sizing: border-box;
}
.w_page_subscriptionPayment .w_section h4 {
    margin: 0;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
.w_page_subscriptionPayment .w_section_price {
    height: 125px;
    padding: 25px 32px 20px 30px;
    text-align: right;
}
.w_page_subscriptionPayment .w_section_price span {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_page_subscriptionPayment .w_section_input_wrap {
    margin-bottom: 43px;
    padding: 22px 30px 33px;
    border-radius: 12px;
    border: 1px solid #888;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.w_page_subscriptionPayment .w_section_input_wrap h4 {
    margin-bottom: 22px;
}
.w_page_subscriptionPayment .w_section_input_wrap p {
    margin: 0 0 12px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.w_page_subscriptionPayment .w_section_input_wrap .w_input_wrap {

}
.w_page_subscriptionPayment .w_section_input_wrap .input_div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 13px 22px 13px 27px;
    border-radius: 5px;
    border: 1px solid #C5C5C5;
    background: #FFF;
}
.w_page_subscriptionPayment .w_section_input_wrap .input_div label {
    width: 140px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.w_page_subscriptionPayment .w_section_input_wrap .input_div input,
.w_page_subscriptionPayment .w_section_input_wrap .input_div label + input {
    width: calc(100% - 140px);
    box-sizing: border-box;
    text-align: right;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    outline: none;
}
.w_page_subscriptionPayment .w_section_input_wrap .input_div input {
    width: 100%;
}
.w_page_subscriptionPayment .w_section_input_wrap .input_div input[name=birth] {
    text-align: left;
}
.w_page_subscriptionPayment .w_section_input_wrap .input_div input::placeholder {
    color: #C5C5C5;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.w_page_subscriptionPayment .w_section_input_wrap .input_div.input_div_ym {
    margin-bottom: 12px;
}
.w_page_subscriptionPayment .w_section_input_wrap .input_div.input_div_ym input {
    margin-left: auto;
    width: 40px;
}
.w_page_subscriptionPayment .w_section_input_wrap .input_div.input_div_ym input[name=cardMm] {
    margin-left: auto;
}
.w_page_subscriptionPayment .w_section_input_wrap .input_div.input_div_pw {
    margin-bottom: 18px;
}
.w_page_subscriptionPayment .w_section_input_wrap .input_div.input_div_birth input::placeholder {
    color: #C5C5C5;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.w_page_subscriptionPayment .chk_all {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    padding-left: 25px;
}
.w_page_subscriptionPayment .w_agree_list li {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    padding-left: 25px;
}
.w_page_subscriptionPayment .w_agree_list li:last-of-type {
    margin-bottom: 0;
}
.w_page_subscriptionPayment .w_agree_list input[type=checkbox],
.w_page_subscriptionPayment .chk_all input[type=checkbox] {
    margin: 0;
    appearance: none;
    width: 35px;
    height: 38px;
    background: #D9D9D9 url(../image/newdot/icon_arrow_chk.png) no-repeat center;
    background-size: 34px auto;
}
.w_page_subscriptionPayment .w_agree_list input[type=checkbox] + label,
.w_page_subscriptionPayment .chk_all input[type=checkbox] + label{
    color: #8F8F8F;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 13px;
}
.w_page_subscriptionPayment .w_agree_list input[type=checkbox]:checked,
.w_page_subscriptionPayment .chk_all input[type=checkbox]:checked {
    background: #81D8CF url(../image/newdot/icon_arrow_chk.png) no-repeat center;
    background-size: 34px auto;
}
.w_page_subscriptionPayment .w_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 80px;
    margin: 38px auto 0;
    border-radius: 12px;
    border: 2px solid #81D8CF;
    box-shadow: 0 0 4px 4px rgba(129, 216, 207, 0.25);
    background: #fff;
    color: #81D8CF;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    box-sizing: border-box;
}

.w_page_subscr_result {
    padding: 75px 0 85px;
}
.w_page_subscr_result .page_title {
    margin-bottom: 59px;
}
.w_page_subscr_result .w_logo {
    display: none;
}
.w_page_subscr_result figure {
    margin: 0 auto 35px;
    width: 168px;
}
.w_page_subscr_result figure img {
    width: 100%;
}
.w_page_subscr_result p {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 82px;
}
.w_page_subscr_result .w_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 90px;
    margin: 0 auto;
    border-radius: 12px;
    border: 2px solid #81D8CF;
    box-shadow: 0 0 4px 4px rgba(129, 216, 207, 0.25);
    color: #000;;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}

.w_page_subscr_cancel {
    padding: 75px 0 85px;
}
.w_page_subscr_cancel .w_section_common_cc > p:first-of-type {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 30px;
}
.w_page_subscr_cancel .w_section_common_cc .w_box_cnt {
    border-radius: 20px;
    background: #F5F5F5;
    width: 467px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 25px;
}
.w_page_subscr_cancel .w_section_common_cc .w_box_cnt span:first-of-type {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}
.w_page_subscr_cancel .w_section_common_cc .w_box_cnt span:last-of-type {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}
.w_page_subscr_cancel .w_section_common_cc > p:nth-of-type(2) {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 70px;
}
.w_page_subscr_cancel .w_section_common_cc > p:last-of-type {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 0 0 30px;
}
.w_page_subscr_cancel .br_mo {
    display: none;
}
.w_page_subscr_cancel .w_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 100px;
    width: 500px;
    height: 90px;
    border-radius: 12px;
    border: 2px solid #81D8CF;
    box-shadow: 0 0 4px 4px rgba(129, 216, 207, 0.25);
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.w_page_subscr_cancel .w_section_seven .w_box_cnt p {
    display: flex;
    align-items: center;
    color: #000;
    margin: 0;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}
.w_page_subscr_cancel .w_section_seven .w_box_cnt p:before {
    display: block;
    content: '';
    margin-right: 7px;
    width: 7px;
    height: 7px;
    background: #81D8CF;
    border-radius: 50%;
}
.w_page_subscr_cancel .w_section_seven .w_text_wrap {
    margin-bottom: 100px;
    text-align: center;
}
.w_page_subscr_cancel .w_section_seven .w_text_wrap p {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.w_page_subscr_cancel .w_section_seven .w_text_wrap p:first-of-type {
    margin-bottom: 30px;
}

.w_page_subscr_cancel_result {
    padding: 75px 0 85px;
}
.w_page_subscr_cancel_result .page_title {
    margin-bottom: 67px;
}
.w_page_subscr_cancel_result .w_logo {
    display: none;
}
.w_page_subscr_cancel_result figure {
    margin: 0 auto;
    width: 137px;
}
.w_page_subscr_cancel_result figure img {
    width: 100%;
}
.w_page_subscr_cancel_result p {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin: 50px 0 0;
}
.w_page_subscr_cancel_result .w_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 130px auto 0;
    width: 500px;
    height: 90px;
    border-radius: 12px;
    border: 2px solid #81D8CF;
    box-shadow: 0 0 4px 4px rgba(129, 216, 207, 0.25);
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}



.w_page_article_vote_cpt .w_section_text img {
    width: auto;
    height: 58px;
}

/* 이벤트 - 리스트 */
.w_page_event_list {
    padding-top: 11px;
    min-height: calc(100vh - 335px);
}
.w_page_event_list .page_title {
    position: relative;
}
.w_page_event_list .page_title .w_btn_radius {
    position: absolute;
    right: 0;
    bottom: 4px;
}
.w_list_bar .w_article_card {
    width: 890px;
    height: 118px;
    float: none !important;
    margin: 0 auto 33px;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 12px 24px 11px 13px;
    border-radius: 6px;
    border: 1px solid #81D8CF;
    cursor: pointer;
    background: #FAFFFE;
}
.w_list_bar .w_article_card .w_img_wrap {
    width: 95px;
    height: 95px;
    border-radius: 4px;
    overflow: hidden;
}
.w_list_bar .w_text_wrap {
    display: flex;
    align-items: baseline;
    flex-direction: column;
}
.w_list_bar .w_text_wrap .w_cate {
    color: #81D8CF;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: transparent;
    height: auto;
    border-radius: 0;
    padding: 0;
    margin: 0 0 5px;
}
.w_list_bar .w_text_wrap .w_icon_ad {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 3px;
    width: 22px;
    height: 14px;
    background: #296F7E;
    border-radius: 7px;
    color: #FFF;
    font-family: Laila;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_list_bar .w_text_wrap .w_subj {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #000;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_list_bar .w_text_wrap .w_addr {
    color: #969696;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: transparent;
    border-radius: 0;
    height: auto;
    padding: 0;
    margin: 5px 0 0;
}
.w_list_bar .w_reqcnt {
    position: absolute;
    top: 40px;
    right: 137px;
    color: #296F7E;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 84px;
}
.w_list_bar .reqBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 16px;
    right: 24px;
    width: 93px;
    height: 86px;
    border-radius: 4px;
    border: 1px solid #81D8CF;
    background: #FFF;
    color: #81D8CF;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    word-break: keep-all;
}
.w_list_bar .reqBtn.w_on {
    background: #81D8CF;
    color: #296F7E;
}
.w_page_event_list .w_section_card_list ul.w_list_thumb {
    gap: 30px;
}
.w_page_event_list .w_article_card.w_article_thumb {
    margin-bottom: 28px;
    cursor: pointer;
}
.w_page_event_list .w_article_card.w_article_thumb .w_img_wrap {
    border-radius: 6px;
    overflow: hidden;
}
.w_page_event_list .w_article_card.w_article_thumb .w_text_wrap {
    padding: 14px 0 0;
}
.w_page_event_list .w_article_card.w_article_thumb .w_text_wrap .w_cate {
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #81D8CF;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 2px;
    justify-content: center;
}
.w_page_event_list .w_article_card.w_article_thumb .w_text_wrap .w_subj {
    margin: 14px 0 2px;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_page_event_list .w_article_card.w_article_thumb .w_text_wrap .w_stat {
    margin-bottom: 12px;
    color: #969696;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}
.w_page_event_list .w_article_card.w_article_thumb .w_text_wrap .w_reqcnt {
    color: #296F7E;
    font-family: Pretendard;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.w_page_event_list .w_article_card.w_article_thumb .w_text_wrap .reqBtn {
    width: 131px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #81D8CF;
    color: #81D8CF;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 1px auto 0;
    cursor: pointer;
}
.w_page_event_list .w_article_card.w_article_thumb .w_text_wrap .reqBtn.w_on {
    background: #81D8CF;
    color: #296F7E;
}
.w_layer_event_common .w_layer_cnt {
    height: auto;
    padding: 57px 0 28px;
}
.w_layer_event_common .w_layer_cnt .w_icon {
    margin-bottom: 28px;
}
.w_layer_event_common .w_layer_cnt p:first-of-type {
    font-weight: 600;
    margin-bottom: 28px;
    width: calc(100% - 50px);
    margin-right: auto;
    margin-left: auto;
    word-break: keep-all;
}
.w_layer_event_common .w_layer_cnt p:nth-of-type(2){
    font-size: 14px;
    font-weight: 600;
}
.w_layer_event_common .w_layer_cnt p:nth-of-type(3) {
    color: #969696;
    font-size: 14px;
    margin-top: 28px;
    margin-bottom: -20px;
}
.w_layer_event_common .w_layer_cnt .w_btn_wrap {
    margin-top: 60px;
}
.w_layer_event_cancel .w_layer_cnt p:first-of-type {
    margin-bottom: 53px;
}
/* 이벤트 - 상세 */
.w_page_event_view .w_page_two_column {
    padding-top: 27px;
}
.w_page_event_view .w_page_left {
    padding-top: 27px;
    padding-right: 41px;
    margin-right: 30px;
    border-color: #c8c8c8;
}
.w_section_event_detail .w_cate {
    display: block;
    text-align: center;
    color: #81D8CF;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_section_event_detail .w_subj {
    margin-top: 4px;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_section_event_detail .w_cnt {
    margin-top: 35px;
}
#mainEventViewCnt {
    display: block;
    margin: 6px auto 0;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#eventViewCnt {
    display: none;
}
.w_page_event_view .w_btn_toggle {
    display: none;
}
.w_section_recommand {
    padding-top: 36px;
    border-top: 1px solid #C8C8C8;
}
.w_section_recommand .w_section_title {
    color: #000;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 13px 8px;
    text-align: left;
}
.w_section_recommand .w_section_header {
    display: flex;
    align-items: baseline;
    gap: 9px;
}
.w_section_recommand .w_section_header .w_btn {
    top: 4px;
}
.w_section_recommand .w_article_card.w_article_thumb .w_img_wrap {
    border-radius: 6px;
}
.w_section_recommand .w_article_card.w_article_thumb .w_text_wrap {
    padding: 14px 0 0;
}
.w_section_recommand .w_article_card.w_article_thumb .w_text_wrap > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    margin-bottom: 20px;
}
.w_section_recommand .w_article_card.w_article_thumb .w_text_wrap > div p {
    display: flex !important;
    align-items: center;
    gap: 2px;
    margin: 0;
    text-align: center;
    color: #81D8CF;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_section_recommand .w_article_card.w_article_thumb .w_text_wrap > div span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 14px;
    border-radius: 7px;
    background: #296F7E;
    color: #FFF;
    font-family: Laila;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_section_recommand .w_article_card.w_article_thumb .w_text_wrap h3 {
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 2px;
}
.w_section_recommand .w_article_card.w_article_thumb .w_text_wrap h4 {
    color: #969696;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    text-align: center;
}
.w_section_recommand .article_swiper_long {
    position: relative;
}
.w_page_event_view .w_page_right {
    padding-top: 0;
}
.w_page_event_view #imgThumb {
    display: none;
}
.w_box_event {
    padding: 27px 0 17px;
    width: 370px;
    border-radius: 6px;
    border: 1px solid #C8C8C8;
}
.w_box_event .w_cate {
    color: #81D8CF;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    display: block;
    margin-left: 37px;
}
.w_box_event .w_subj {
    color: #000;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 4px 0 18px 37px;
    width: 304px;
    text-align: left;
    word-break: keep-all;
}
.w_box_event .w_list_item {
    width: 312px;
    border-radius: 4px;
    border: 1px solid #C8C8C8;
    padding: 24px 26px 25px;
    box-sizing: border-box;
    margin: 0 auto 19px;
}
.w_box_event .w_item {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.w_box_event .w_item .w_text {
    color: #000;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.w_box_event .w_item:nth-child(2) {
    margin: 14px 0 16px;
}
.w_box_event .w_item:nth-child(1) img {
    width: 15px;
}
.w_box_event .w_item:nth-child(2) img {
    width: 14px;
}
.w_box_event .w_item:nth-child(3) img {
    width: 13px;
}
.w_section_title_add {
    display: none;
}
.w_box_ect {
    margin: 0 auto 13px;
    padding: 7px 0 9px;
    width: 312px;
    border-radius: 4px;
    border: 1px solid #C8C8C8;
    box-sizing: border-box;
}
.w_box_ect p {
    color: #000;
    font-family: Pretendard;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 2px;
}
.w_box_ect a {
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
}
.w_box_event .reqBtn {
    display: block;
    position: relative;
    width: 312px;
    height: 47px;
    border-radius: 4px;
    background: #81D8CF;
    margin: 0 auto;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    cursor: pointer;
}
.w_box_event .reqBtn img {
    position: absolute;
    top: 12px;
    left: 23px;
    width: 24px;
}
.w_box_event .reqBtn > span:first-of-type {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
}
.w_box_event .reqBtn > span:last-of-type {
    position: absolute;
    top: 15px;
    right: 21px;
}
.w_box_event .reqBtn.w_on {
    color: #296F7E
}
.w_box_event .w_list_func {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    margin-top: 17px;
}
.w_box_event .w_list_func a {
    display: flex;
    align-items: center;
    gap: 3px;
    cursor: pointer;
}
.w_box_event .w_list_func a:nth-of-type(1) img {
    width: 22px;
}
.w_box_event .w_list_func a:nth-of-type(2) img {
    width: 23px;
}
.w_box_event .w_list_func a:nth-of-type(3) img {
    width: 20px;
}
.w_box_event .w_list_func a.homeBtn {
    display: none;
}
.w_box_event .w_list_func a span {
    color: #969696;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.w_page_event_view .w_box_bottom {
    padding: 19px 0 0 25px;
    width: 662px;
    height: 80px;
    border-radius: 6px;
    background: #F1F1F1;
    box-sizing: border-box;
}
.w_page_event_view .w_box_bottom li {
    display: flex;
    align-items: center;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}
.w_page_event_view .w_box_bottom li:before {
    display: block;
    content: '';
    margin-right: 9px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000;
}

.w_page_write_event {
    padding-top: 52px;
}
.w_page_write_event .w_container{
    width: 664px;
}
.w_page_write_event .page_title {
    margin-bottom: 30px;
}
.w_page_write_event .page_title p {
    margin-top: 1px;
    color: #81D8CF;
    font-family: Pretendard;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_page_write_event .w_section_write .w_item {
    display: block;
    padding: 20px 0 0;
    border: none;
}
.w_page_write_event .w_section_write .w_item:first-of-type {
    padding: 0 0 20px;
    border-bottom: 1px solid #C3C3C3;
}
.w_page_write_event .w_section_write .w_item .w_item_title {
    padding: 0 0 6px 14px;
    width: auto;
    font-weight: 600;
}
.w_page_write_event .w_item .w_btn_wrap .item {
    display: inline-flex;
    padding: 0 15px;
    width: auto;
    height: 39px;
    border-color: #969696;
}
.w_page_write_event .w_section_write .w_item .w_item_cnt {
    width: auto;
}
.w_page_write_event .w_section_write .w_item .w_item_cnt select {
    width: 150px;
    height: 40px;
    color: #717070;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: url(../image/newdot/renewal/icon_arrow_select.png) no-repeat calc(100% - 13px) 50%;
    background-size: 8px 8px;
}
.w_page_write_event .w_section_write .w_item .w_item_cnt select:first-of-type {
    margin-right: 32px;
}
.w_page_write_event .w_section_write .w_item .w_box {
    padding-top: 27px;
    width: 182px;
    height: 182px;
}
.w_page_write_event .w_section_write .w_item .w_box .w_img {
    margin-bottom: 11px;
}
.w_page_write_event .w_section_write .w_item .w_box p {
    color: #969696;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.w_page_write_event .w_section_write .w_item .w_box p span {
    color: #000;
}
.w_page_write_event .w_section_write .w_item .w_box label {
    margin-top: 12px;
}
.w_page_write_event .w_section_write .w_item input[name=eventAddr] {
    padding-left: 42px;
    width: 322px;
    height: 40px;
    background: url(../image/newdot/renewal/icon_map.png) no-repeat 20px center;
    background-size: auto 19px;
    color: #000;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.w_page_write_event .w_section_write .w_item input[name=eventAddr2] {
    width: 322px;
    height: 40px;
    color: #000;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.w_page_write_event .w_section_write .w_item input[name=eventAddr]::placeholder,
.w_page_write_event .w_section_write .w_item input[name=eventAddr2 ]::placeholder{
    color: #717070;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.w_page_write_event .w_section_write .w_item .ck.ck-editor {
    width: 100%;
}
.w_page_write_event .w_section_write .w_item .ck.ck-content {
    position: relative;
}
.w_page_write_event .ck.ck-editor__editable > .ck-placeholder::before {
    position: absolute;
    top: 79px;
    left: 50%;
    transform: translateX(-50%);
    width: 255px;
    text-align: center;
    font-size: 12px;
}
.w_page_write_event .ck.ck-editor__editable > .ck-placeholder::after {
    display: block;
    content: '';
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 24px;
    background: url("../image/newdot/renewal/icon_write_thumb.png") no-repeat center;
    background-size: cover;
}
.w_page_write_event .w_text {
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 30px auto 0;
}
.w_page_write_event .w_btn_func .w_btn_basic:last-of-type {
    width: 300px;
    height: 50px;
    border-radius: 4px;
    background: #81D8CF;
    margin: 0 auto;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
@media screen and (max-width: 1200px) {
    .w_page_top .w_section_cnt {
        width: 100%;
    }
    .w_page_top .event_swiper {
        height: 100%;
    }
    .w_page_top .eventBtn {
        height: 100%;
    }
    .w_page_two_column.w_page_main {
        max-width: 890px;
    }
    .w_page_main .w_page_left {
        width: 432px;
    }
    .w_section_event .w_container {
        max-width: 890px;
    }
    .article_swiper_long .w_btn_swiper.swiper-button-next {
        right: -55px;
    }
    .article_swiper_long .w_btn_swiper.swiper-button-prev {
        left: -55px;
    }
    .w_page_article_view .w_page_left {
        width: 526px;
    }
    .w_page_article_view #voteViewer .w_box {
        width: 100%;
    }
    .w_page_article_view #voteViewer li {
        width: calc(100% / 3 - 30px);
    }
}
@media screen and (max-width: 768px) {
    /* Login */
    .login_wrap {
        height: 100vh;
    }
    .login_wrap .login_sec h1 {
        margin-bottom: 30px;
        width: 152px;
    }
    /* Join */
    .w_page_join {
        padding: 0;
    }
    .w_page_join .page_title {
        height: 64px;
        margin: 0;
        display: flex;
        align-items: center;
    }
    .w_page_join .page_title h1 {
        width: 100%;
        text-align: center;
        color: #000;
        font-family: Pretendard;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .w_page_join .w_container {
        width: 100%;
    }
    .w_page_join .content_wrap {
        padding-top: 68px;
    }
    .w_page_join .content_wrap .input_wrap h5{
        margin: 0 0 4px 7px;
    }
    .w_page_join .content_wrap .input_wrap div {
        padding-bottom: 8px;
        padding-left: 1px;
        margin-bottom: 44px;
    }
    .w_page_join .content_wrap .input_wrap div.w_input_wrap {
        margin: 0;
        width: 100%;
    }
    .w_page_join .content_wrap .input_wrap div.w_input_wrap input {
        width: calc(100% - 100px);
        font-size: 12px;
    }
    .w_page_join .content_wrap .input_wrap div.w_input_wrap input::placeholder {
        font-size: 12px;
    }
    .w_page_join .content_wrap .input_wrap:first-of-type {
        margin-bottom: 17px;
    }
    .w_page_join .content_wrap .agree_wrap {
        margin-top: 31px;
    }
    .w_page_join .content_wrap .agree_wrap .w_box {
        width: 100%;
    }
    .w_page_join .content_wrap .agree_wrap h5 {
        margin: 0 auto 15px;
    }
    .w_page_join .content_wrap .agree_wrap .chk_all {
        margin-bottom: 14px;
        padding-left: 5px;
    }
    .w_page_join .content_wrap .agree_wrap .agree_list li {
        margin-bottom: 10px;
        padding-left: 5px;
    }
    .w_page_join .content_wrap .agree_wrap .agree_list li label {
        font-size: 12px;
    }
    .w_page_join .content_wrap .agree_wrap .chk_all label {
        font-size: 12px;
    }
    .w_page_join .content_wrap .input_wrap .w_btn_send {
        width: 93px;
        height: 29px;
    }

    /* Join Result */
    .w_page_join_result.login_wrap {
        padding-top: 241px;
    }
    .w_page_join_result.login_wrap .login_sec {
        margin-bottom: 18px;
    }
    .w_page_join_result .w_btn {
        position: fixed;
        right: 22px;
        bottom: 26px;
        left: 26px;
        width: auto;
    }

    /* Main */
    .w_page_main {
        padding: 0;
    }
    .w_page_main .w_container {
        width: 100%;
    }
    .w_page_main .w_section_top {
        display: none;
    }
    .w_page_main .w_banner_mo {
        display: block;
        overflow: hidden;
    }
    .w_page_main .w_banner_mo .eventBtn img {
        width: 100%;
    }
    .w_page_main .w_page_left {
        display: flex;
        flex-direction: column;
        padding-top: 6px;
        width: 100%;
    }
    .w_page_main .w_page_left .w_section_newdot {
        order: 1;
        overflow: hidden;
    }
    .w_page_main .w_page_left .w_section_introduce {
        order: 4;
        margin: 0 0 13px;
    }
    .w_page_main .w_page_left .w_section_past {
        order: 2;
    }
    .w_page_main .w_page_left .w_section_past .w_article_card.w_article_thumb .w_text_wrap h3.subj {
        margin-top: 5px
    }
    .w_page_main .w_page_left .w_section_past .w_tag_wrap {
        margin-top: 15px;
    }
    .w_page_main .w_section_voting_article {
        box-sizing: border-box;
    }
    .w_page_main #voteView .item {
        display: block;
        padding: 0;
        width: 200px;
        border: none;
    }
    .w_page_main #voteView .item .info_cnt {
        flex-direction: column;
        padding: 0;
        height: 327px;
        box-sizing: border-box;
    }
    .w_page_main #voteView .item .img_wrap {
        height: 166px;
    }
    .w_page_main .w_section_newdot #voteView .item .w_img_wrap {
        height: 200px;
    }
    .w_page_main #voteView .item .info_cnt .text_wrap {
        margin: 0 0 19px;
        width: 100%;
        padding: 24px 21px 0 29px;
        box-sizing: border-box;
    }
    .w_page_main #voteView .item .info_cnt .text_wrap .cate {
        padding: 0 12px;
        height: 25px;
        font-size: 16px;
        line-height: 24px;
    }
    .w_page_main #voteView .item .info_cnt .text_wrap .subj {
        margin: 10px 0 6px;
        font-size: 21px;
        line-height: 31px;
    }
    .w_page_main #voteView .item .info_cnt .text_wrap p {
        font-size: 16px;
    }
    .w_page_main #voteView .item .w_article_box {
        height: 130px;
        width: calc(100% - 40px);
        margin: 0 auto 22px;
        border-radius: 20px;
        border: 2px solid #717070;
    }
    .w_page_main #voteView .item .count_cnt p {
        top: 29px;
        font-size: 16px;
        left: 31px;
    }
    .w_page_main #voteView .item .count_cnt img {
        top: 13px;
        right: 17px;
        width: 52px;
    }
    .w_page_main #voteView .item .time_cnt {
        text-align: center;
        padding-top: 31px;
    }
    .w_page_main #voteView .item .time_cnt .date {
        color: #000;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        margin: 0 0 10px;
    }
    .w_page_main #voteView .item .time_cnt .w_text {
        color: #000;
        text-align: center;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
    }
    .w_page_main .w_section_newdot .w_tag_wrap {
        margin-top: 27px;
    }
    .w_page_main .w_section_newdot .w_section_voting_article .swiper-wrapper {
        justify-content: flex-start;
    }
    .w_page_main #voteTimer {
        top: 54px;
        left: 33px;
        font-size: 36px;
    }
    .w_page_main .w_section_curiosities {
        margin: 37px 0;
        padding: 0 22px;
    }
    .w_page_main .w_section_curiosities .w_section_header {
        flex-direction: inherit;
        justify-content: start;
        align-items: center;
        margin: 0 0 18px;
        padding-left: 2px;
    }
    .w_page_main .w_section_curiosities .w_section_header img {
        width: 28px;
        margin-right: 4px;
    }
    .w_page_main .w_section_curiosities .w_section_header h3 {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        font-size: 18px;
        margin: 0;
    }
    .w_page_main .w_section_curiosities .w_section_header h3 .mo_only {
        display: block !important;
    }
    .w_page_main .w_section_curiosities .w_section_body ul {
        width: 100%;
    }
    .w_page_main .w_section_curiosities .w_section_body li {
        margin-bottom: 11px;
        height: 79px;
        border-radius: 20px;
    }
    .w_page_main .w_section_curiosities .w_section_body li:last-of-type {
        margin-bottom: 0;
    }
    .w_page_main .w_section_curiosities .w_section_body .w_box_rank .w_rank {
        width: 66px;
        font-size: 24px;
    }
    .w_page_main .w_section_curiosities .w_section_body .w_box_rank .w_rank:before {
        width: 40px;
        height: 40px;
        top: -3px;
    }
    .w_page_main .w_section_curiosities .w_section_body .w_box_rank .w_rank_mid {
        padding-right: 60px;
        width: calc(100% - 66px);
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        box-sizing: border-box;
    }
    .w_page_main .w_section_curiosities .w_section_body li img {
        display: none;
    }
    .w_page_main .w_section_curiosities .w_section_body li div span:first-of-type {
        font-size: 16px;
    }
    .w_page_main .w_section_curiosities .w_section_body ul .w_vote_wrap {
        margin-bottom: 11px;
        width: 100%;
        height: 79px;
        border-radius: 20px;
        border-width: 2px;
    }
    .w_page_main .w_section_curiosities .w_section_body ul .w_vote_wrap .prec {
        padding: 13px 0 0 25px;
    }
    .w_page_main .w_section_curiosities .w_section_body ul .w_vote_wrap .vote_subj {
        left: 25px;
        font-size: 16px;
        /*margin-bottom: 4px;*/
        width: calc(100% - 100px);
        box-sizing: border-box;
    }
    .w_page_main .w_section_curiosities .w_section_body ul .w_vote_wrap .w_rank_ect {
        font-size: 14px;
        line-height: 16px;
        width: 70%;
        box-sizing: border-box;
    }
    .w_page_main .w_section_curiosities .w_section_body ul .w_vote_wrap .per_num {
        font-size: 16px;
        right: 12px;
    }
    .w_page_main .w_section_curiosities .w_section_body .w_btn_link a {
        margin-top: 20px;
        width: 143px;
        height: 50px;
        border-radius: 10px;
        font-size: 16px;
    }
    .w_page_main .w_section_curiosities .w_section_body .w_box_rank .w_rank_subject {
        font-size: 16px;
    }
    .w_box_rank .w_rank_ect {
        font-size: 14px;
    }


    .w_page_main .w_section_header h3 {
        font-size: 18px;
    }
    .w_page_main .w_section_introduce .w_section_header {
        justify-content: start;
        margin-bottom: 12px;
        padding-left: 24px;
    }
    .w_page_main .w_section_introduce .w_section_header img {
        width: 24px;
    }
    .w_page_main .w_section_introduce .w_section_header h3 {
        margin-left: 7px;
    }
    .w_page_main .w_section_introduce .w_section_body h2,
    .w_page_main .w_section_introduce .w_section_body .desc {
        display: none;
    }
    .w_page_main .w_section_introduce .w_swiper_wrap {
        padding: 0;
        overflow: hidden;
    }
    .w_page_main .w_section_introduce .w_swiper_wrap .swiper_wrap {
        width: 100%;
    }
    .w_page_main .w_section_introduce .article_swiper .item {
    }
    .w_page_main .w_section_introduce .article_swiper .num {
        font-size: 16px;
    }
    .w_page_main .w_section_introduce .article_swiper h5 {
        margin-bottom: 2px;
        font-size: 18px;
    }
    .w_page_main .w_section_introduce .article_swiper p {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -1px;
    }
    .w_page_main .w_section_introduce .article_swiper .img_wrap {
        height: 86px;
    }
    .w_page_main .w_section_start {
        margin-top: 22px;
        margin-bottom: 0;
        width: 100%;
        box-sizing: border-box;
    }
    .w_page_main .w_section_start .w_section_header {
        justify-content: start;
        position: relative;
        padding-left: 19px;
    }
    .w_page_main .w_section_start .w_section_header h3 {
        margin-left: 6px;
    }
    .w_page_main .w_section_start2 .w_section_header {
        margin-bottom: 16px;
        padding-left: 24px;
    }
    .w_page_main .w_section_start2 .w_section_body {
        /*margin: 0 -30px 0 0;*/
    }
    .w_page_main .w_section_start.w_section_daily .w_section_header {
        padding: 0;
    }
    .w_page_main .w_section_start .w_section_header .w_btn {
        position: absolute;
        top: 0;
        right: 22px;
        height: auto;
    }
    .w_page_main .w_section_start .w_section_body .item_list .item.item_card {
        width: 296px;
    }

    .w_page_main .w_section_start .article_swiper .item .only_pc.articleUrlBtn {
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
        padding: 16px 16px 14px;
        box-sizing: border-box;
        border-width: 1px;
    }
    .w_page_main .w_section_start .article_swiper .item .only_pc.articleUrlBtn .cate {
        padding: 0;
        font-size: 16px;
    }
    .w_page_main .w_section_start .article_swiper .item .only_pc.articleUrlBtn .subj {
        width: 100%;
        font-size: 16px;
    }
    .w_page_main .w_section_start .article_swiper .item .only_pc.articleUrlBtn .date {
        display: none;
    }
    .w_page_main .w_section_start #relayView {
        /*padding-left: 30px;*/
        padding: 0 20px;
        box-sizing: border-box;
    }
    .w_page_main .w_section_start #relayView .item {
        width: calc(100% - 30px);
    }
    .w_page_main .w_section_start  #relayView .w_img_wrap {
        display: block;
    }
    .w_page_main .w_section_daily {
        padding: 0 22px;
        box-sizing: border-box;
    }
    .w_page_main .w_section_daily .w_section_body {
        margin-top: 16px;
    }
    .w_page_main .w_section_daily .article_swiper .item {
        margin: 0;
    }
    .w_page_main .w_section_daily .article_swiper .item:first-of-type {
        border-top: 1px solid #717070
    }
    #mainContentPast {
        padding-bottom: 30px;
    }

    #dailyView {
        margin-top: 15px;
        padding: 0;
        width: 100%;
    }
    .w_page_main .w_page_right #topBanner {
        display: none;
    }
    #relayView {
        gap: 0;
    }
    .w_page_main .w_page_right .w_link_side {
        margin: 28px 0 -22px;
    }
    .w_page_main .w_page_right .w_link_side ul {
        align-items: center;
        justify-content: center;
        gap: 7px;
    }
    .w_page_main .w_page_right .w_link_side li {
        width: 36px;
        height: 36px;
        border-radius: 50%;
    }
    .w_page_main .w_page_right .w_link_side li span {
        display: none;
    }
    .w_page_main .w_page_right .w_link_side li img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .w_page_main .w_page_right .w_link_side li:nth-child(1) img {
        width: 17px;
    }
    .w_page_main .w_page_right .w_link_side li:nth-child(2) img {
        width: 17px;
    }
    .w_page_main .w_page_right .w_link_side li:nth-child(3) img {
        width: 16px;
    }

    /*#dailyView .item {
        width: calc(100% - 60px);
    }*/
    /*.w_page_main .w_section_start #dailyView .item .articleUrlBtn {
        flex-direction: column;
        align-items: flex-start;
    }
    .w_page_main .w_section_start #dailyView .item .articleUrlBtn .cate {
        font-size: 16px;
        padding: 0;
    }
    .w_page_main .w_section_start #dailyView .item .articleUrlBtn .subj {

    }*/

    /* 검색 */
    .w_page_search {
        padding-top: 0;
    }
    .w_page_search .page_title {
        display: block;
        padding: 0 24px;
    }
    .w_page_search .page_title h1 {
        margin: 19px 6px;
        text-align: left;
        font-size: 14px;
    }
    .w_page_search .w_section_srch {
        display: none;
        margin-bottom: 23px;
    }
    .w_page_search .w_srch_bar {
        width: calc(100% - 54px);
        margin: 9px 23px 9px 31px;
        box-sizing: border-box;
        height: 46px;
        border-width: 1px;
        overflow: inherit;
    }
    .w_page_search .w_srch_bar input {
        font-size: 16px;
        letter-spacing: -0.8px;
        padding-left: 19px;
        width: calc(100% - 50px);
    }
    .w_page_search .w_srch_bar input::placeholder {
        font-size: 16px;
    }
    .w_page_search .w_srch_bar a {
        width: 29px;
        right: 16px;
    }
    .w_page_search .w_srch_bar:after {
        display: block;
        content: '';
        width: calc(100% + 54px);
        height: 1px;
        background: #000;
        margin-top: 9px;
        margin-right: -23px;
        margin-left: -31px;
    }
    .w_page_search .w_tag_wrap {
        width: 100%;
        margin: 0;
        padding: 16px 0 0;
    }
    .w_page_search .w_tag_wrap h3 {
        font-size: 18px;
        margin-bottom: 12px;
        padding-left: 49px;
    }
    .w_page_search .w_tag_wrap .w_tag {
        margin: 0;
        font-size: 16px;
        letter-spacing: -0.8px;
        display: block;
        width: 100%;
        border: none;
        padding: 11px 31px;
        border-bottom: 1px solid #C5C5C5;
        border-radius: 0;
    }
    .w_page_search.w_page_maypage_article .page_title {
        display: block;
    }
    .w_page_search.w_page_maypage_article .page_title h1 {
        color: #000;
        font-family: 'Inter';
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .w_page_maypage_article .w_btn_more.w_btn_more_circle,
    .w_page_article_relay .w_btn_more.w_btn_more_circle,
    .w_page_article_daily .w_btn_more.w_btn_more_circle {
        width: 32px;
        height: 32px;
    }
    .w_page_maypage_article .w_btn_more.w_btn_more_circle span,
    .w_page_article_relay .w_btn_more.w_btn_more_circle span,
    .w_page_article_daily .w_btn_more.w_btn_more_circle span {
        display: none;
    }
    .w_page_maypage_article .w_btn_more.w_btn_more_circle img,
    .w_page_article_relay .w_btn_more.w_btn_more_circle img,
    .w_page_article_daily .w_btn_more.w_btn_more_circle img {
        margin: 0;
    }
    .w_page_article_list .w_article_view_big .cate {
        color: #fff;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        margin-bottom: 6px;
        padding: 0 10px;
        height: 20px;
    }
    .w_page_article_list .w_article_view_big .subj {
        margin: 10px 0 0;
        width: 100%;
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        word-break: keep-all;
    }
    .w_page_article_list .w_article_view_big .sub {
        display: none;
    }
    .w_page_article_list .w_article_view_big {
        margin-bottom: 0;
        width: 100%;
    }
    .w_page_article_list .page_sub_title {
        margin: 17px 0 9px;
        padding-left: 24px;
        text-align: left;
        font-size: 18px;
        font-weight: 700;
        line-height: normal;
    }

    .w_page_article_relay .w_page_two_column,
    .w_page_article_daily .w_page_two_column {
        padding-top: 4px;
        padding-bottom: 0;
    }



    .w_page_maypage_article {
        padding: 0;
    }
    .w_page_maypage_article .w_container {
        padding: 0 32px;
        width: 100%;
    }
    .w_page_maypage_article .page_title {
        display: none;
    }
    .w_page_maypage_article .page_content_wrap .w_article_view {
        height: 160px;
    }
    .w_page_maypage_article .page_content_wrap .w_article_view > a {
        padding: 43px 0 0 18px;
    }
    .w_page_maypage_article .page_content_wrap .w_article_view p {
        font-size: 16px;
    }
    .w_page_maypage_article .page_content_wrap .w_article_view span {
        font-size: 18px;
        line-height: normal;
    }
    .w_page_maypage_article .page_content_wrap .w_article_view .articleUrlBtn {
        padding: 35px 0 0 18px;
    }
    .w_page_maypage_article .page_content_wrap .w_article_view .articleUrlBtn .relayUrlBtn {
        position: absolute;
        right: 16px;
        bottom: 14px;
    }
    .w_page_maypage_article .page_content_wrap .w_article_view .articleUrlBtn .relayUrlBtn .relay {
        width: 42px;
        height: 42px;
    }
    .w_page_maypage_article .page_content_wrap .w_article_view .articleUrlBtn .relayUrlBtn.w_btn_like {
        right: 16px;
        bottom: 5px;
        font-size: 16px;
    }
    .w_page_maypage_article .page_content_wrap .w_article_view .articleUrlBtn .relayUrlBtn.w_btn_like span {
        font-size: 16px;
    }
    .w_page_maypage_article .page_content_wrap .w_article_view .articleUrlBtn .relayUrlBtn.w_btn_like img {
        width: auto;
        height: 18px;
    }
    .w_page_maypage_article .moreBtn {
        margin-bottom: 40px;
        width: 100%;
        height: 50px;
        font-size: 18px;
        line-height: 36px;
    }
    .w_page_maypage_article .page_content_wrap .w_article_view.w_empty_view {
        margin-top: 150px;
    }
    .w_page_maypage_article .page_content_wrap .w_article_view.w_empty_view figure {
        width: 168px;
    }
    .w_page_maypage_article .page_content_wrap .w_article_view.w_empty_view p {
        font-size: 19px;
        line-height: 23px;
    }
    .w_page_maypage_article .page_content_wrap .w_article_view.w_empty_view p:first-of-type {
        margin-bottom: 16px;
    }


    /* 기사리스트 */
    .w_page_article_list {
        padding: 0;
    }
    .w_page_article_list .w_container {
        width: 100%;
    }
    .w_sub_header_cate .select_cate {
        margin-right: 10px;
        color: #000;
        font-family: 'Inter';
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .w_sub_header_cate .select_cate:last-of-type {
        margin-right: 0;
    }
    .w_sub_header_cate .select_cate.w_on {
        font-weight: 800;
    }
    .w_page_article_list .page_title {
        display: block;
    }
    .w_page_article_list .w_article_view_big #voteView .item {
        width: 100%;
        /*height: 392px;*/
        height: 328px;
        border-radius: 20px;
    }
    .w_page_article_list .w_article_view_big #voteView .item a {

    }
    .w_page_article_list .w_article_view_big .timer_wrap {
        right: 9px;
        bottom: 11px;
        width: 121px;
        height: 33px;
    }
    .w_page_article_list .w_article_view_big .timer_wrap p img {
        width: 22px;
    }
    .w_page_article_list .w_article_view_big .timer_wrap span#voteTimer {
        margin-left: 3px;
        font-size: 18px;
    }
    .w_page_article_list .w_article_view_big .timer_wrap p {
        display: inline;
        margin-right: 0;
        height: 22px;
    }
    .w_page_article_list .w_article_view_big .item .w_img_wrap {
        height: 141px;
    }
    .w_page_article_list .w_article_view_big .item .w_text_wrap {
        /*height: 251px;*/
        height: 187px;
        padding: 12px 17px 0;
    }
    .w_page_article_list .w_article_view_big .w_text_wrap .count_cnt {
        top: initial;
        right: initial;
        width: 266px;
        height: 60px;
        bottom: 18px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 20px;
    }
    .w_page_article_list .w_article_view_big .w_text_wrap .count_cnt p {
        display: none;
    }
    .w_page_article_list .w_article_view_big .w_text_wrap .count_cnt img {
        /*width: 28px;
        top: 5px;
        left: 40px;*/
        width: 28px;
        top: 50%;
        left: 40px;
        height: 43px;
        transform: translateY(-50%);
    }
    .w_page_article_list .w_article_view_big .w_text_wrap .count_cnt span {
        font-size: 35px;
        top: 8px;
        left: 72px;
    }
    /* 투표 */
    .w_page_vote_rank {
        padding: 0;
    }
    .w_page_vote_rank .w_container {
        padding: 0 22px;
        width: 100%;
    }
    .w_page_vote_rank .text_desc {
        color: #000;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        width: 210px;
        margin: 0 auto;
        word-break: keep-all;
    }
    .w_page_vote_rank .vote_cate_wrap {
        margin: 16px auto;
        padding: 5px 6px;
        width: 220px;
        height: 46px;
    }
    .w_page_vote_rank .vote_cate_wrap .voteCate {
        font-size: 16px;
        width: 104px;
        height: 35px;
    }
    .w_page_vote_rank .w_vote_list .w_vote_wrap {
        width: 100%;
        height: 79px;
        border-radius: 20px;
        margin-bottom: 11px;
    }
    .w_page_vote_rank .w_vote_list .w_vote_wrap .prec {
        padding: 17px 25px;
    }
    .w_page_vote_rank .w_vote_list .w_vote_wrap .vote_subj {
        font-size: 16px;
        width: calc(100% - 40px);
    }
    .w_page_vote_rank .w_vote_list .w_vote_wrap .per_num {
        font-size: 15px;
        right: 12px;
    }

    .w_page_vote_rank .w_vote_list {
        width: 100%;
    }
    .w_page_vote_rank .w_vote_list .w_box_rank {
        height: 79px;
        margin-bottom: 11px;
        border-radius: 20px;
    }
    .w_page_vote_rank .w_vote_list .w_box_rank .w_rank {
        width: 66px;
        font-size: 24px;
    }
    .w_page_vote_rank .w_vote_list .w_box_rank .w_rank:before {
        width: 40px;
        height: 40px;
        top: -3px;
    }
    .w_page_vote_rank .w_vote_list .w_box_rank .w_rank_mid {
        width: calc(100% - 70px);
        padding-right: 20px;
    }
    .w_page_vote_rank .w_vote_list .w_box_rank .w_rank_subject {
        font-size: 18px;
    }
    .w_page_vote_rank .w_vote_list .w_box_rank img {
        width: 10px;
        margin-right: 27px;
    }
    .w_page_vote_rank .w_vote_list .w_box_rank .w_rank_ect {
        margin-top: 2px;
        font-size: 14px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .w_page_vote_rank .w_vote_list .w_box_rank .w_text_empty {
        margin-top: 150px;
    }

    /* 문의 */
    .w_page_qna {
        padding: 0;
    }
    .w_page_qna .w_container {
        padding: 0 20px;
        width: 100%;
    }
    .w_page_qna .w_section {
        margin-top: 10px;
    }
    .w_page_qna .w_section p {
        margin-bottom: 14px;
        color: #000;
        text-align: center;
        font-family: Pretendard;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
    }
    .w_page_qna .w_cnt .cnt {
        width: 100%;
    }
    .w_page_qna .w_cnt .cate_list li:first-of-type.on {
        color: #000;
    }
    .w_page_qna .w_btn_color {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        font-size: 18px;
        background: #fff;
        border-radius: 0;
        height: 80px;
        border-top: 1px solid #C5C5C5;
        box-sizing: border-box;
    }
    .w_page_qna .w_btn_basic {
        position: relative;
        right: initial;
        bottom: initial;
        left: initial;
    }
    .w_page_qna .layer_cate {
        display: block;
        position: fixed;
        top: 100%;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        padding-top: 25px;
        padding-left: 28px;
        background: #fff;
        border: 1px solid #000;
        border-top-right-radius: 25px;
        border-top-left-radius: 25px;
        transition: all .3s ease-out;
    }
    .w_page_qna .layer_cate.on {
        top: calc(100% - 292px);
        transition: all .3s ease-out;
    }
    .w_page_qna .layer_cate a {
        width: 16px;
        display: block;
        top: 30px;
        right: 25px;
        position: absolute;
    }
    .w_page_qna .layer_cate a img {
        width: 100%;
    }
    .w_page_qna .layer_cate .item {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
        margin-bottom: 21px;
    }
    .w_page_qna .layer_cate .item:first-of-type {
        pointer-events: none;
    }

    /* 기사 상세 */
    .w_page_article_view .w_container {
        width: 100%;
    }
    .w_page_article_view .w_section_top .w_container {
        width: 100%;
    }
    .w_page_article_view .w_section_top .article_type.on {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 10;
        background: #fff;
    }
    .w_page_article_view .w_section_top .article_type .article_title {
        display: flex;
        align-items: center;
        font-size: 18px;
    }
    .w_page_article_view .w_section_top .article_type .article_title a {
        display: block;
        margin-right: 10px;
        height: 21px;
    }
    .w_page_article_view .w_section_top .article_type .article_title a img {
        height: 21px;
    }
    .w_page_article_view .w_section_top .article_info {
        padding: 43px 0 45px;
    }
    .w_page_article_view .w_section_top .article_header .cate {
        margin-bottom: 18px;
        font-size: 18px;
    }
    .w_page_article_view .w_section_top .article_header .headline {
        width: 100%;
        font-size: 22px;
    }
    .w_page_article_view .w_section_top .article_header .sub_title {
        margin-bottom: 19px;
        font-size: 18px;
    }
    .w_page_article_view .w_section_top .w_tag_wrap {
        margin-bottom: 63px;
    }
    .w_page_article_view .w_section_top .date {
        font-size: 12px;
    }
    /*.w_page_article_view .w_section_top .article_header .date {
        font-size: 16px;
    }
    .w_page_article_view .w_section_top .article_header .header_highlight p {
        font-size: 16px;
    }*/
    .w_page_article_view .w_section_top .w_tag_wrap span {
        font-size: 11px;
        height: 25px;
        line-height: 23px;
        padding: 0 9px;
        margin-right: 3px;
    }
    .w_page_article_view .w_section_top .w_view_icon img {
        margin-right: 2px;
        width: 18px;
    }
    .w_page_article_view .w_section_top .w_view_icon span {
        font-size: 12px;
    }
    .w_page_article_view .w_section_top .w_author_info p {
        font-size: 12px;
    }
    .w_page_article_view .w_section_top .w_author_info p img {
        margin-right: 3px;
        width: 23px;
    }
    .w_page_article_view .cmt_btn_section {
        text-align: center;
    }
    /*.w_page_article_view .w_btn_basic {
        position: relative;
        width: calc(100% + 25px);
        height: 65px;
        font-size: 18px;
        border-radius: 12px;
        margin: 0 -12px;
    }*/
    .w_page_article_view #battomBtnView .w_btn_basic {
        position: relative;
        width: 100%;
        height: 65px;
        font-size: 18px;
        border-radius: 12px;
        border: 2px solid #81D7CE;
        background: #FFF;
        box-shadow: 0 0 4px 4px rgba(129, 215, 206, 0.15);
    }
    .w_page_article_view #relayList {
        padding: 10px 18px;
    }
    .w_page_article_view #relayList h5 {
        padding: 0 0 6px 10px;
        font-size: 16px;
    }
    .w_page_article_view .w_article_relay_list li {
        border-bottom: none;
    }
    .w_page_article_view .w_article_relay_list li .type {
        font-size: 10px;
        width: 46px;
    }
    .w_page_article_view .w_article_relay_list li .subj {
        width: calc(100% - 47px);
        font-size: 14px;
        padding-right: 39px;
        padding-left: 5px;
    }
    .w_page_article_view .w_article_relay_list li.on .current {
        font-size: 11px;
    }
    #allWriteArea {
        width: 100%;
        padding: 6px 10px;
    }
    #allWriteArea .w_icon_user {
        width: 33px;
        height: 33px;
    }
    #allWriteArea input {
        width: calc(100% - 87px);
        height: 33px;
        padding-left: 10px;
        font-size: 13px;
        line-height: 1.5;
    }
    #allWriteArea a {
        width: 49px;
        height: 34px;
    }
    #allCommentListView {
        width: 100%;
    }
    #allCommentListView .user_nm {
        font-size: 12px;
        line-height: normal;
    }
    .w_circle_progress {
        margin-top: -2px;
    }
    .w_modal_body.w_section_comment_write {
        top: initial;
        right: 0;
        bottom: 0;
        left: 0;
        transform: none;
        width: 100%;
        height: 523px;
    }
    .w_modal_body .w_comment_view .cmt_wrap p {
        line-height: normal;
    }
    .w_modal_body .w_modal_header {
        padding-left: 4px;
        margin-bottom: 17px;
        padding-right: 5px;
    }

    .w_page_articlce_relay_view {
        padding: 0;
    }
    .w_page_articlce_relay_view .w_sub_header {
        border-bottom: 1px solid #C5C5C5;
    }
    .w_page_articlce_relay_view .w_info {
        margin-top: 35px;
        margin-bottom: 36px;
    }
    .w_page_articlce_relay_view .w_info .cate {
        margin-bottom: 9px;
        height: 25px;
        font-size: 18px;
        line-height: 23px;
    }
    .w_page_articlce_relay_view .w_info .headline {
        margin: 0;
        font-size: 22px;
    }
    .w_page_articlce_relay_view .w_info .subtitle {
        font-size: 18px;
    }
    .w_page_articlce_relay_view .w_btn a {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
        box-shadow: none;
        height: 70px;
        background: #81D8CF;
        border: none;
        font-size: 18px;
        margin: 0;
    }
    .w_page_articlce_relay_view .w_article_view_list {
        width: 100%;
    }
    .w_page_articlce_relay_view .w_article_view:after {
        left: -10px;
        width: 21px;
        height: 21px;
        border-width: 3px;
    }
    .w_page_articlce_relay_view .w_article_view:before {
        bottom: 54%;
        left: -19px;
        width: 4px;
        height: calc(100% - 5px);
        min-height: 150px;
        min-height: 170px;
        height: 100%;
    }
    .w_page_articlce_relay_view .w_article_view:first-of-type:before {
        /*left: -19px;
        margin-left: 18px;
        margin-top: 82px;
        width: 4px;
        height: 149px;
        background: #81D8CF;*/
        /*display: none;*/
        left: -19px;
        margin-left: 18px;
        margin-top: 82px;
        width: 4px;
        background: #fff;
    }
    .w_page_articlce_relay_view .w_article_view:last-of-type:before {
        /*display: none;*/
    }
    .w_page_articlce_relay_view .articleUrlBtn {
        margin: 0 0 0 29px;
        padding: 18px 0 18px 19px;
        width: calc(100vw - 79px);
        height: auto;
    }
    .w_page_articlce_relay_view .articleUrlBtn .cate {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.7px;
    }
    .w_page_articlce_relay_view .articleUrlBtn .w_article_topic {
        font-size: 11px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding: 3px 10px;
        max-width: 80%;
    }
    .w_page_articlce_relay_view .articleUrlBtn .w_article_head {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.8px;
    }
    .w_page_articlce_relay_view .articleUrlBtn .tag_wrap span {
        color: #717070;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        height: 25px;
        line-height: 23px;
        padding: 0 9px;
    }
    .w_page_articlce_relay_view .articleUrlBtn .w_state {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.7px;
        position: relative;
        top: initial;
        right: initial;
        transform: none;
        margin-left: 7px;
    }
    .w_modal {
        z-index: 99999;
    }
    .w_modal_body .w_comment_view li,
    #allCommentListView li {
        margin-bottom: 10px;
    }
    #writeArea .comDesc {
        width: calc(100% - 50px);
    }

    /* 기사 작성 */
    .w_page_write {
        padding: 0;
    }
    .w_page_write .w_container {
        padding: 0;
        width: 100%;
    }
    .w_page_write .item_pz {
        padding: 0 !important;
    }
    .w_page_write .w_sub_header {
        padding-left: 26px;
    }
    .w_page_write .w_func_write_wrap {
        margin: 0;
        position: absolute;
        float: none;
        top: 20px;
        right: 21px;
    }
    .w_page_write .w_btn_gtp {
        font-size: 11px;
        width: 64px;
        height: 32px;
    }
    .w_page_write .w_btn_preview img {
        height: 32px;
    }
    .w_page_write .w_progress_bar {
        padding-top: 17px;
        border-top: 1px solid #C5C5C5;
    }
    .w_page_write .w_progress_bar div {
        font-size: 16px;
    }
    .w_page_write .w_text_page_desc {
        font-size: 16px;
        margin: 23px 0 17px;
        padding: 0 0 0 20px;
    }
    .w_page_write .w_section_cnt h3 {
        font-size: 18px;
        margin: 0 0 35px;
    }
    .w_page_write .w_section_first .w_section_cnt .item {
        margin: 0 22px 14px;
        padding: 14px 22px;
        align-items: flex-start;
    }
    .w_page_write .w_section_first .w_section_cnt .item .cate_nm {
        font-size: 18px;
    }
    .w_page_write .w_section_first .w_section_cnt .item .cate_desc {
        font-size: 16px;
    }
    .w_page_write .w_section_first .w_section_cnt:first-of-type .item {
        flex-direction: column;
    }
    .w_page_write .w_section_first .w_section_cnt .item input {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
    .w_page_write .w_section_cnt .w_text_section_desc {
        font-size: 14px;
        margin: 15px 0 22px;
    }
    .w_page_write .w_section_subject .w_section_cnt {
        margin-bottom: 23px;
    }
    .w_page_write .w_section_subject .item {
        margin: 0 21px 0 23px;
        padding: 17px 21px;
        width: calc(100% - 44px);
        font-size: 14px;
    }
    .w_page_write .w_section_subject .textarea_head {
        height: 100px;
    }
    .w_page_write .w_section_subject input[type=text] {
        padding: 15px 26px;
        font-size: 14px;
    }
    .w_page_write .byte_chk_wrap {
        padding-right: 21px;
    }
    .ck.ck-editor {
        min-width: auto;
    }
    .w_page_write .w_btn_basic {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 72px;
        font-size: 18px;
        border-radius: 0;
        border-top: 1px solid #C5C5C5;
        box-shadow: none;
        background: #fff;
    }
    .w_page_write .w_btn_wrap {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        border-top: 1px solid #C5C5C5;
        box-shadow: none;
        background: #fff;
    }
    .w_page_write .w_btn_wrap .w_btn_basic {
        width: 50%;
        position: relative;
        box-sizing: border-box;
        border: none;
    }
    .w_page_write .w_btn_wrap .w_btn_basic:first-of-type {
        border-right: 1px solid #C5C5C5;
    }
    .w_page_write .w_section_content .w_cnt_top {
        padding-right: 32px;
    }
    .w_page_write .w_section_content a img {
        height: 25px;
    }
    .w_page_write .w_section_content .item,
    .w_page_write .w_section_content input[type=text] {
        width: calc(100% - 47px);
        margin: 0 23px 0 24px;
    }
    .w_page_write .w_section_content input[type=text] {
        margin-top: 12px;
        font-size: 16px;
        box-sizing: border-box;
        padding: 13px 17px;
        height: 50px;
    }
    .w_page_write .w_section_vote .w_section_text img {
        width: 40px;
    }
    .w_page_write .w_section_vote .w_section_text p {
        margin-top: 6px;
        font-size: 14px;
        font-weight: 300;
    }
    .w_page_write .w_section_vote .w_section_text strong {
        font-size: 18px;
    }
    .w_page_write .w_section_vote .w_vote_list {
        margin: 0;
    }
    .w_page_write .w_section_vote .item {
        width: calc(100% - 47px);
        margin: 0 23px 14px 24px;
        padding: 25px 0;
        font-size: 14px;
        box-sizing: border-box;
    }
    .w_page_write .w_section_complete .w_text_page_desc {
        margin-bottom: 116px;
    }
    .w_page_write .w_section_complete .w_section_text img {
        width: auto;
        height: 27px;
        margin-bottom: 20px;
    }
    .w_page_write .w_section_complete .w_section_text p {
        font-size: 18px;
        line-height: 26px;
    }
    .w_page_write .w_section_gpt {
        top: 147px;
        left: 10px;
        right: 10px;
        margin: 0;
        transform: none;
        width: auto;
        height: 501px;
        box-sizing: border-box;
        padding: 28px 14px 15px;
        border-radius: 12px;
    }
    .w_page_write .layer_gpt:before {
        display: none;
    }
    .w_page_write .layer_gpt .w_section_gpt textarea {
        height: calc(100% - 120px) !important;
        font-size: 16px;
    }
    .w_page_write .w_section_gpt .w_btn_close {
        top: 29px;
        right: 28px;
    }
    .w_page_write .w_section_gpt .w_btn_close img {
        width: 16px;
        height: 16px;
    }
    .w_page_write .w_section_gpt h3 img {
        width: 21px;
    }
    .w_page_write .w_section_gpt h3 span {
        font-size: 14px;
    }
    .w_page_write .w_section_gpt input[type=text].item {
        margin-bottom: 10px !important;
        padding: 10px;
        font-size: 14px;
        height: 50px;
    }




    .w_page_article_vote_common {
        padding: 0;
    }
    .w_page_article_vote_common .w_sub_header {
        border-bottom: 1px solid #C5C5C5;
    }
    .w_page_article_vote_common .w_container {
        width: 100%;
    }
    .w_page_article_vote_common .w_section_text {
        margin-top: 29px;
        margin-bottom: 28px;
    }
    .w_page_article_vote_common .w_section_text img {
        width: auto;
        height: 32px;
    }
    .w_page_article_vote_common .w_section_text p {
        margin: 25px 0 0;
        font-size: 18px;
        letter-spacing: -0.8px;
    }
    .w_page_article_vote_common .w_vote_wrap {
        padding-left: 9px;
        height: 66px;
    }
    .w_page_article_vote_common .w_vote_wrap .vote_subj {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: calc(100% - 78px);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .w_page_article_vote_common .w_vote_wrap .per_num {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        right: 13px;
    }
    .w_page_article_vote_common .w_vote_wrap .w_btn_view {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 5px;
        bottom: 5px;
        width: 58px;
        height: 15px;
        border-radius: 9.5px;
        border: 1px solid #D9D9D9;
        background: #FFF;
    }
    .w_page_article_vote_common .w_vote_wrap .w_btn_view a {
        color: #000;
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: 11px;
    }
    .w_page_article_vote_common .text_info {
        height: 115px;
        color: #717070;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
    }
    .w_page_article_vote_common .text_info .mo_only {
        display: block !important;
    }
    .w_page_article_vote .w_section_text {
        margin-bottom: 14px;
    }
    .w_page_article_vote .w_section_text p + span {
        font-size: 16px;
        font-weight: 500;
    }
    .w_page_article_vote .w_vote_wrap {
        padding: 0;
    }
    .w_page_article_vote .w_vote_wrap.on {
        border: 2px solid #000;
    }
    .w_page_article_vote .w_vote_wrap .vote_subj {
        padding: 0 8px 0 9px;
        width: 100%;
    }
    .w_page_article_vote #voteDesc {
        font-size: 16px;
        padding-bottom: 9px;
        border-width: 2px;
        margin-top: 41px;
        margin-bottom: 60px;
    }

    .w_page_article_vote_cpt .w_btn_basic {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background: #81D8CF;
        box-shadow: none;
        border: none;
        border-radius: 0;
        font-size: 18px;
    }

    .w_page_author_artcle_list .w_sub_header a {
        padding-left: 26px;
    }
    .w_page_author_artcle_list .w_container {
        padding: 0;
    }
    .w_page_author_artcle_list .w_section h2 {
        border-bottom: 8px solid #ECEBEB;
        padding-bottom: 5px;
        margin: 0;
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding-left: 21px;
    }
    .w_page_author_artcle_list .w_article_view {
        margin-bottom: 0;
        padding: 14px 12px 12px 21px;
        box-shadow: none;
        border-radius: 0;
        border: 0;
        border-bottom: 8px solid #ECEBEB;
    }
    .w_page_author_artcle_list .w_article_view .cate {
        text-align: left;
        color: #8F8F8F;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 23px;
        width: 100%;
    }
    .w_page_author_artcle_list .w_article_view .subj {
        margin-bottom: 10px;
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        white-space: initial;
    }
    .w_page_author_artcle_list .w_article_view .w_btn_wrap {
        width: 100%;
    }
    .w_page_author_artcle_list .w_article_view .w_btn_box {
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        height: 30px;
        padding: 0 5px 0 9px;
    }
    .w_page_author_artcle_list .w_article_view .w_btn_mini {
        margin-left: 3px;
        font-size: 11px;
        width: 26px;
        height: 20px;
    }
    .w_page_author_artcle_list .w_article_view .w_btn_mini:first-of-type {
        margin-left: 5px;
    }
    .w_page_author_artcle_list .w_article_view .btn_vote {
        width: 35px;
        height: 30px;
        margin: 0 4px;
    }
    .w_page_author_artcle_list .w_article_view .btn_vote img {
        height: 16px;
    }
    .w_page_author_artcle_list .w_article_view .w_btn_relay {
        height: 30px;
        padding: 0 5px 0 7px;
    }
    .w_page_author_artcle_list .w_article_view .w_btn_relay img {
        height: 18px;
    }
    .w_page_author_artcle_list .subRelayView .w_article_view {
        padding: 15px 0 0;
        margin-right: 0;
    }
    .w_page_author_artcle_list .subRelayView .w_article_view .subj {
        width: 100%;
        margin-bottom: 6px;
        padding: 0;
    }
    /*.w_page_maypage_article .moreBtn {
        width: 296px;
        border-radius: 20px;
        border: 2px solid #C5C5C5;
        background: #FFF;
        box-shadow: 0px 0px 4px 4px rgba(197, 197, 197, 0.15);
        margin: 23px auto 27px;
        color: #717070;
    }*/



    .w_page_reporter_req {
        padding: 0;
    }
    .w_page_reporter_req .w_sub_header {
        border-bottom: 1px solid #8F8F8F;
    }
    .w_page_reporter_req p {
        margin: 24px 0 49px;
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: left;
    }
    .w_page_reporter_req .w_text {
        width: 100%;
        height: auto;
        padding: 27px 29px 37px;
        box-sizing: border-box;
    }
    .w_page_reporter_req .w_text span {
        color: #000;
        font-family: 'Inter';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .w_page_reporter_req .w_text span:before {
        margin-right: 7px;
        width: 7px;
        height: 7px;
    }
    .w_page_reporter_req .w_text span:first-of-type:before {
        margin-top: -21px;
    }
    .w_page_reporter_req .w_btn {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80px;
        border-radius: 0;
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .w_page_reporter_req .w_result {
        padding-top: 68px;
    }
    .w_page_reporter_req .w_result figure {
        margin: 33px auto 40px;
    }
    .w_page_reporter_req .w_result p {
        margin: 0;
        text-align: center;
    }

    .w_layer_alert_common {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .w_layer_alert_common:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(226, 226, 226, 0.80);
    }
    .w_layer_alert_common .w_layer_alert {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        width: 235px;
        border-radius: 12px;
        border: 1px solid #A7A7A7;
        background: #FFF;
        box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.10);
    }
    .w_layer_alert_common .w_layer_close_btn {
        position: absolute;
        top: 13px;
        right: 17px;
        width: 13px;
    }
    .w_layer_alert_common .w_layer_close_btn img {
        width: 100%;
    }
    .w_layer_alert .w_layer_head {
        padding-top: 9px;
        text-align: center;
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .w_layer_alert .w_layer_cnt {
        padding: 17px 0;
    }
    .w_layer_alert .w_layer_cnt p {
        margin: 0;
        color: #000;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .w_layer_alert .w_layer_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #C2C2C2;
        padding: 8px 0 16px;
        color: #81D8CF;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }



    .w_page_user_expires {
        padding: 0;
    }

    .w_page_user_expires .w_sub_header {
        border-bottom: 1px solid #8F8F8F;
    }
    .w_page_user_expires .w_text_wrap p {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: left;
        padding-top: 24px;
    }
    .w_page_user_expires .w_btn {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80px;
        border-radius: 0;
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .w_page_user_expires .w_result {
        padding-top: 68px;
    }
    .w_page_user_expires .mo_only {
        display: block !important;
        width: 89px;
        margin: 0 auto 33px;
    }
    .w_page_user_expires .mo_only img {
        width: 100%;
    }
    .w_page_user_expires figure {
        margin: 50px auto 75px;
    }
    .w_page_user_expires p {
        color: #000;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }
    /* 공지사항 */
    .w_page_notice {
        padding: 0;
    }
    .w_page_notice .w_container {
        padding: 0 24px;
        width: 100%;
        box-sizing: border-box;
    }
    .w_page_notice .w_table {
        border-top: 2px solid #969696;
    }
    .w_page_notice .w_table_head {
        display: none;
    }
    .w_page_notice .w_table_body li {
        display: block;
        position: relative;
        padding: 17px 13px;
        border-bottom: 1px solid #969696;
    }
    .w_page_notice .w_table_body li:after {
        display: block;
        content: '';
        position: absolute;
        top: 27px;
        right: 14px;
        width: 10px;
        height: 10px;
        background: url(../image/newdot/renewal/icon_plus_board.png) no-repeat center;
        background-size: cover;
    }
    .w_page_notice .w_td {
        border: none;
        height: auto;
    }
    .w_page_notice .w_td:nth-child(1) {
        display: none;
    }
    .w_page_notice .w_td:nth-child(2) {
        display: block;
        margin-bottom: 3px;
        padding: 0;
        width: calc(100% - 38px);
        text-align: left;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .w_page_notice .w_td:nth-child(3) {
        display: block;
        text-align: left;
        color: #AFAFAF;
        font-size: 9px;
    }
    .w_page_notice .w_table_body li.on .w_td:nth-child(2) {
        -webkit-line-clamp: initial;
    }
    .w_page_notice .w_table_body li.on .w_cnt {
        margin: 13px -13px 0;
        padding-top: 14px;
        width: auto;
        border-top: 1px solid #969696;
    }
    /* 개인정보 취급방침, 이용약관 */
    .w_page_terms {
        padding: 0;
    }
    /*.w_page_terms .w_sub_header {
        height: 50px;
    }
    .w_page_terms .w_sub_header a {
        display: block;
        position: relative;
        width: 100%;
    }
    .w_page_terms .w_sub_header a img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 10px;
    }
    .w_page_terms .w_sub_header a h4 {
        padding: 16px 0 0 0;
        font-family: Pretendard;
        font-size: 14px;
        text-align: center;
    }*/
    .w_page_terms #contentsView {
        padding: 17px 5px 0 13px;
        border-top: 2px solid #969696;
    }



    .w_page_mypage_sub {
        padding: 0;
    }
    .w_page_mypage_sub .w_sub_header {
        border-bottom: 1px solid #8F8F8F;
    }
    .w_page_mypage_sub .page_cnt_wrap {
        padding: 41px 0;
    }
    .w_page_mypage_sub .w_section_top .w_text_ads {
        color: #000;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.3;
        margin-bottom: 21px;
    }
    .w_page_mypage_sub .w_section_top h1 {
        width: 80px;
        color: #000;
        font-size: 43px;
        font-style: normal;
        font-weight: 700;
        line-height: 55px;
        margin: 0 auto 21px;
    }
    .w_page_mypage_sub .w_section_top .w_text_desc {
        color: #000;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.3;
        margin-bottom: 43px;
    }
    .w_page_mypage_sub .w_section_top .w_text_desc .w_under_bar {
        font-weight: 700;
    }
    .w_page_mypage_sub .w_section_top .w_bar {
        margin-bottom: 47px;
    }
    .w_page_mypage_sub .w_section_top .w_membership_info h3 {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 28px;
    }
    .w_page_mypage_sub .w_section_top .w_membership_info .box_membership {
        width: calc(100% - 48px);
    }
    .w_page_mypage_sub .w_section_top .w_membership_info .w_prd_nm {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .w_page_mypage_sub .w_section_top .w_membership_info .w_amount_view {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        right: 21px;
    }
    .w_page_mypage_sub .w_section_top .w_membership_info .w_amount_sale {
        color: #FF4A6B;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        right: 20px;
    }
    .w_page_mypage_sub .w_section_top .w_membership_info .w_date {
        margin-top: 4px;
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .w_page_mypage_sub .w_section_common h3 {
        color: #000;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.3;
    }
    .w_page_mypage_sub .w_logo_circle {
        margin: 59px auto 52px;
    }
    .w_page_mypage_sub .w_section_desc .w_info_what h5 {
        margin-bottom: 41px;
        color: #000;
        text-align: center;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px; /* 118.182% */
    }
    .w_page_mypage_sub .w_section_desc .w_info_what .cnt {
        padding: 35px 0 78px;
    }
    .w_page_mypage_sub .w_section_desc .w_info_what .cnt .w_container {
        padding: 0 30px;
    }
    .w_page_mypage_sub .w_section_desc .w_info_what .cnt .right {
        margin-bottom: 29px;
        margin-right: -8px;
    }
    .w_page_mypage_sub .w_section_desc .w_info_what .cnt .w_cmt {
        color: #000;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .w_page_mypage_sub .w_section_desc .w_info_what .cnt .right .w_cmt {
        width: 211px;
    }
    .w_page_mypage_sub .w_section_desc .w_info_what .cnt .left {
        padding-left: 5px;
        margin-bottom: 42px;
    }
    .w_page_mypage_sub .w_section_desc .w_info_what .cnt .left .w_cmt {
        width: 213px;
    }
    .w_page_mypage_sub .w_section_desc .w_info_what .box_common {
        padding: 37px 20px 50px;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        border-radius: 20px;
        letter-spacing: -0.8px;
    }
    .w_page_mypage_sub .w_section_different {
        padding-top: 102px;
    }
    .w_page_mypage_sub .w_section_different h5 {
        color: #000;
        text-align: center;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
        margin-bottom: 34px;
    }
    .w_page_mypage_sub .w_section_different .cnt {
        padding: 0 31px;
    }
    .w_page_mypage_sub .w_section_different .cnt ul {
        width: 100%;
        flex-direction: column;
        height: auto;
        padding: 28px 0 40px;
    }
    .w_page_mypage_sub .w_section_different .cnt li {
        width: 100% !important;
        padding-bottom: 35px;
    }
    .w_page_mypage_sub .w_section_different .cnt li:last-of-type {
        padding-bottom: 0;
    }
    .w_page_mypage_sub .w_section_different .cnt li .tit {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 164px !important;
        height: 38px;
    }
    .w_page_mypage_sub .w_section_different .cnt li strong {
        margin: 6px 0 13px;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .w_page_mypage_sub .w_section_different .cnt li p {
        color: #000;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
    }
    .w_page_mypage_sub .w_section_different .cnt li:nth-child(2) {
        flex-direction: column;
    }
    .w_page_mypage_sub .w_section_different .cnt li:nth-child(2):before {
        display: block;
        content: '';
        margin: 0 auto 31px;
        width: 111px;
        height: 2px;
        background: #81D8CF;
    }
    .w_page_mypage_sub .w_section_different .cnt li:nth-child(2):after {
        display: block;
        content: '';
        margin: 38px auto 0;
        width: 111px;
        height: 2px;
        background: #81D8CF;
    }
    .w_page_mypage_sub .w_last_cmt {
        color: #000;
        text-align: center;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
    }
    .w_page_mypage_sub .w_btn {
        width: 312px;
        height: 70px;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        position: fixed;
        bottom: 43px;
        right: 0;
        left: 0;
        z-index: 10;
    }
    .w_page_mypage_sub .br_mo {
        display: block;
    }

    .w_page_mypage_sub_detail p {
        display: none;
        color: #000;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5;
        margin: 44px 0 0;
    }
    .w_page_mypage_sub_detail .w_text_wrap {
        width: 100%;
    }
    .w_page_mypage_sub_detail .w_text_wrap h6 {
        font-size: 16px;
    }
    .w_page_mypage_sub_detail .w_text_wrap h6:after {
        display: block;
        content: '';
        width: 95px;
        height: 10px;
        background: #9AFBF1;
        position: absolute;
        bottom: 9px;
        left: 50%;
        transform: translateX(-50%);
    }
    .w_page_mypage_sub_detail .w_text {
        margin: 17px 0 26px;
        padding: 0 0 0 29px;
    }
    .w_page_mypage_sub_detail .w_text span {
        margin-bottom: 13px;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .w_page_mypage_sub_detail .w_text_wrap ul {
        margin: 20px 0 28px;
    }
    .w_page_mypage_sub_detail .w_text_wrap ul li {
        margin-bottom: 23px;
        font-size: 16px;
    }
    .w_page_mypage_sub_detail .w_text_wrap ul li div {
        font-size: 16px;
        margin-bottom: 3px;
    }
    .w_page_mypage_sub_detail .w_text_wrap ul li p {
        display: block;
        font-size: 12px;
        margin: 0;
        text-align: center;
    }
    .w_page_mypage_sub_detail .w_text_wrap ol {
        margin-top: 11px;
    }
    .w_page_mypage_sub_detail .w_text_wrap ol li span {
        line-height: 16px;
    }
    .w_page_mypage_sub_detail .w_text_wrap ol li {
        padding-left: 61px;
        font-size: 16px;
        line-height: 16px;
    }
    .w_page_mypage_sub_detail .w_membership_info {
        margin-top: 26px;
        width: 100%;
    }
    .w_page_mypage_sub_detail .w_membership_info h5 {
        font-size: 16px;
        margin-bottom: 13px;
        margin-left: 23px;
    }
    .w_page_mypage_sub_detail .w_membership_info .box_membership {
        width: 100%;
        height: 90px;
        box-sizing: border-box;
    }
    .w_page_mypage_sub_detail .w_membership_info .w_amount_view {
        font-size: 16px;
        top: 14px;
        right: 20px;
        bottom: initial;
    }
    .w_page_mypage_sub_detail .w_membership_info .w_amount_sale {
        font-size: 30px;
        right: 23px;
        bottom: 19px;
    }
    .w_page_mypage_sub_detail .w_membership_info .w_date {
        margin-top: 10px;
        font-size: 12px;
    }
    .w_page_mypage_sub_detail .w_text_alert {
        display: block;
        margin-top: 31px;
        color: #000;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
    }
    .w_page_mypage_sub_detail .w_btn_2 {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        width: calc(100% + 50px);
        height: 80px;
        background: #81D8CF;
        border: none;
        box-shadow: none;
        border-radius: 0;
        margin: 14px -25px 0;
        color: #000;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .w_page_subscriptionPayment {
        padding: 0;
    }
    .w_page_subscriptionPayment .w_sub_header a {
        padding-left: 26px;
    }
    .w_page_subscriptionPayment .w_container {
        padding: 0;
        width: 100%;
    }
    .w_page_subscriptionPayment .w_section {
        margin: 0;
        width: 100%;
        border-radius: 0;
        border: none;
        border-bottom: 9px solid #F1F1F1;
    }
    .w_page_subscriptionPayment .w_section h4 {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .w_page_subscriptionPayment .w_section_price {
        padding: 17px 30px 26px 31px;
        height: auto;
        border-top: 1px solid #8F8F8F;
    }
    .w_page_subscriptionPayment .w_section_price span {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .w_page_subscriptionPayment .w_section.w_section_input_wrap {
        padding: 25px 22px 25px 21px;
    }
    .w_page_subscriptionPayment .w_section_input_wrap h4 {
        margin-bottom: 31px;
    }
    .w_page_subscriptionPayment .w_section_input_wrap p {
        margin-bottom: 21px;
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .w_page_subscriptionPayment .w_section_input_wrap p:last-of-type {
        margin-bottom: 13px;
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.4px;
    }
    .w_page_subscriptionPayment .w_section_input_wrap .w_input_wrap {
        flex-wrap: wrap;
    }
    .w_page_subscriptionPayment .w_section_input_wrap .input_div {
        margin-bottom: 6px;
        padding: 10px 17px 10px 14px;
        border-radius: 5px;
        border: 1px solid #C5C5C5;
        background: #FFF;
        box-sizing: border-box;
    }
    .w_page_subscriptionPayment .w_section_input_wrap .input_div label {
        width: 110px;
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .w_page_subscriptionPayment .w_section_input_wrap .input_div input,
    .w_page_subscriptionPayment .w_section_input_wrap .input_div label + input{
        width: calc(100% - 110px);
        color: #C5C5C5;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .w_page_subscriptionPayment .w_section_input_wrap .input_div input::placeholder {
        color: #C5C5C5;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .w_page_subscriptionPayment .w_section_input_wrap .input_div input[name=birth] {
        width: 100%;
        letter-spacing: -1px;
    }
    .w_page_subscriptionPayment .w_agree_list_wrap {
        padding: 23px 0 0 42px;
    }
    .w_page_subscriptionPayment .chk_all,
    .w_page_subscriptionPayment .w_agree_list li {
        padding: 0;
    }
    .w_page_subscriptionPayment .chk_all {
        margin-bottom: 12px;
    }
    .w_page_subscriptionPayment .w_agree_list li {
        margin-bottom: 12px;
    }
    .w_page_subscriptionPayment .w_agree_list input[type=checkbox],
    .w_page_subscriptionPayment .chk_all input[type=checkbox] {
        width: 20px;
        height: 20px;
        background-size: 19px auto;
    }
    .w_page_subscriptionPayment .w_agree_list input[type=checkbox] + label,
    .w_page_subscriptionPayment .chk_all input[type=checkbox] + label {
        color: #8F8F8F;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .w_page_subscriptionPayment .w_agree_list input[type=checkbox]:checked,
    .w_page_subscriptionPayment .chk_all input[type=checkbox]:checked {
        background-size: 19px auto;
    }
    .w_page_subscriptionPayment .w_btn {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70px;
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        box-sizing: border-box;
        border-radius: 0;
        box-shadow: none;
        border: none;
        border-top: 1px solid #c5c5c5;
    }
    .w_page_subscriptionPayment .w_btn.on {
        background: #81D8CF;
    }

    .w_page_subscr_result {
        padding: 0;
    }
    .w_page_subscr_result .w_sub_header {
        border-bottom: 1px solid #8F8F8F;
    }
    .w_page_subscr_result .w_logo {
        display: block;
        margin: 68px auto 0;
        width: 88px;
    }
    .w_page_subscr_result .w_logo img {
        width: 100%;
    }
    .w_page_subscr_result figure {
        margin: 42px auto 7px;
    }
    .w_page_subscr_result p {
        margin: 0;
        color: #000;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    .w_page_subscr_result .w_btn {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80px;
        border-radius: 0;
        box-shadow: none;
        border: none;
        background: #81D8CF;
        color: #000;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .w_page_subscr_cancel {
        padding: 0;
    }
    .w_page_subscr_cancel .w_sub_header {
        border-bottom: 1px solid #8F8F8F;
    }
    .w_page_subscr_cancel .page_cnt_wrap {
        padding-top: 27px;
    }
    .w_page_subscr_cancel .w_section_common_cc > p:first-of-type {
        color: #000;
        text-align: justify;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
    }
    .w_page_subscr_cancel .w_section_common_cc .w_box_cnt {
        padding: 24px 33px 25px 20px;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 35px;
    }
    .w_page_subscr_cancel .w_section_common_cc .w_box_cnt span:first-of-type {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
    }
    .w_page_subscr_cancel .w_section_common_cc .w_box_cnt span:last-of-type {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
    }
    .w_page_subscr_cancel .w_section_common_cc > p:nth-of-type(2) {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        margin-bottom: 179px;
    }
    .w_page_subscr_cancel .w_section_common_cc > p:last-of-type {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .w_page_subscr_cancel .w_btn {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        box-shadow: none;
        border: none;
        margin: 0;
        height: 80px;
        background: #81D8CF;
        border-radius: 0;
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .w_page_subscr_cancel .w_section_seven .w_box_cnt {
        padding: 18px 49px 20px 29px;
    }
    .w_page_subscr_cancel .w_section_seven .w_box_cnt p {
        position: relative;
        padding-left: 18px;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.5;
    }
    .w_page_subscr_cancel .w_section_seven .w_box_cnt p:before {
        display: block;
        content: '';
        margin-right: 7px;
        width: 7px;
        height: 7px;
        background: #81D8CF;
        border-radius: 50%;
        position: absolute;
        top: 8px;
        left: 0;
    }
    .w_page_subscr_cancel .w_section_seven .w_text_wrap p {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: left;
    }
    .w_page_subscr_cancel .w_section_seven .w_text_wrap p:first-of-type {
        margin-bottom: 21px;
    }

    .w_page_subscr_cancel_result {
        padding: 0;
    }
    .w_page_subscr_cancel_result .w_sub_header {
        border-bottom: 1px solid #8F8F8F;
    }
    .w_page_subscr_cancel_result .w_logo {
        display: block;
        width: 89px;
        margin: 68px auto 0;
    }
    .w_page_subscr_cancel_result .w_logo img {
        width: 100%;
    }
    .w_page_subscr_cancel_result figure {
        margin-top: 43px;
    }
    .w_page_subscr_cancel_result p {
        margin-top: 32px;
        color: #000;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }
    .w_page_subscr_cancel_result .w_btn {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
        border: none;
        box-shadow: none;
        height: 80px;
        background: #81D8CF;
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }


    .w_page_terms p,
    .w_page_terms p a,
    .w_page_terms p span {
        font-size: 12px !important;
    }


    .w_page_write_relay .w_section_first .w_text_page_desc {
        margin-bottom: 34px;
        padding: 0;
    }
    .w_page_write_relay .w_section_first .w_section_cnt .cate {
        font-size: 18px;
        height: 25px;
        line-height: 23px;
        padding: 0 8px;
        margin-bottom: 15px;
    }
    .w_page_write_relay .w_section_first .w_section_cnt .item span {
        font-size: 14px;
    }
    .w_page_write_relay .w_section_first .w_section_cnt h3 {
        margin-bottom: 35px;
        padding: 0;
        margin-left: 0;
    }
    .w_page_write_relay .w_section_subject .item {
        padding: 0;
    }
    .ck.ck-editor {
        min-width: auto !important;
    }
    .layer_preview .layer_preview_cnt {
        top: 0;
        left: 0;
        right: 0;
        transform: none;
        width: 100%;
    }
    .layer_preview .layer_preview_cnt .layer_cnt_wrap {
        padding: 0;
        height: 100%;
    }
    .layer_preview .layer_preview_cnt .w_section_top .article_header .headline {
        width: 100%;
    }
    .w_page_write .w_section_content .w_btn_plus {
        right: 24px !important;
        bottom: 92px;
    }
    .w_page_maypage_article .page_content_wrap ul, .w_page_article_daily ul, .w_page_article_relay ul {
        width: 100%;
    }
    .w_page_article_daily ul.w_list_thumb_vertical {
        margin: 0;
    }
    /* 게시판 상세 */
    .w_page_board_cnt {
        padding: 0;
    }
    .w_page_board_cnt .w_container {
        padding: 0 24px;
    }
    .w_page_board_cnt .page_cnt_wrap {
        padding-top: 17px;
        width: 100%;
        border-top: 2px solid #969696;
    }
    .w_page_board_cnt .w_box {
        padding: 0 14px;
    }

    .w_page_articlce_relay_view .articleUrlBtn .tag_wrap {
        padding-right: 0;
    }
    .w_page_two_column {
        flex-direction: column;
        width: 100%;
    }
    .w_page_left {
        margin: 0;
        padding: 0;
        width: 100%;
        border: none;
    }
    .w_page_right {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .w_page_top .w_section_cnt {
        width: 100%;
    }
    .w_fix_menu {
        display: none;
    }
    .w_section_common_renewal {
        padding: 0 24px;
    }
    .w_page_main .w_page_right #middleBanner,
    .w_page_main .w_page_right #bottomBanner {
        display: none;
    }
    .w_page_main .w_section_header h3 {
        font-size: 16px;
    }
    .w_page_main .w_section_header .w_btn {
        width: 10px;
    }
    .w_article_card.w_article_normal {
        padding: 13px 4px 13px 6px;
    }
    .w_article_card.w_article_vertical .w_img_wrap {
        display: block;
    }

    .w_page_article_daily .w_page_left,
    .w_page_article_newdot .w_page_left {
        padding: 20px 24px;
        box-sizing: border-box;
    }
    .w_page_article_newdot .w_list_sort {
        margin: 0 4px 16px 0;
    }
    .w_page_article_newdot #articleView {
        gap: 0;
    }
    .w_section_best_common {
        display: none;
    }
    .w_btn_more_new {
        width: 100%;
        height: 27px;
        background: #F1F1F1;
        border: none;
        border-radius: 0;
        box-shadow: none;
        color: #000;
        font-family: Pretendard;
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .w_page_main .w_section_newdot #voteView .item .w_article_box {
        top: 130px;
        margin: 0;
        padding: 0;
    }
    .w_page_main .w_section_past .w_section_header {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 23px;
        padding: 0;
        border: none;
    }
    .w_page_main .w_section_past .w_section_header .w_btn {
        position: relative;
        top: initial;
        right: initial;
        margin-right: 4px;
    }
    .w_page_article_newdot .page_title .cate_list {
        flex-wrap: wrap;
    }
    .w_page_article_list .page_title .cate_list .select_cate {
        padding: 0;
        width: 70px;
        height: 20px;
    }
    .w_article_card.w_article_thumb {
        display: flex;
        margin: 0;
        padding: 14px 0;
        width: 100%;
        border-bottom: 1px solid #969696;
    }
    .w_article_card.w_article_thumb:first-of-type {
        border-top: 1px solid #969696;
    }
    .w_article_card.w_article_thumb .w_img_wrap {
        display: block;
        order: 2;
        height: 82px;
        width: 82px;
    }
    .w_article_card.w_article_thumb .w_text_wrap {
        order: 1;
        padding: 0 6px 0 8px;
        width: calc(100% - 82px);
        box-sizing: border-box;
    }
    .w_article_card.w_article_thumb .w_text_wrap p {
        margin-bottom: 17px;
    }
    .w_article_card.w_article_thumb .w_text_wrap h3.subj,
    .w_article_card.w_article_thumb .w_text_wrap h4.subj {
        -webkit-line-clamp: 1;
        text-overflow: initial;
        white-space: initial;
    }
    .w_article_card.w_article_vertical {
        gap: 8px;
    }
    .w_article_card.w_article_vertical .w_img_wrap {
        width: 56px;
        height: 56px;
    }
    .w_article_card.w_article_vertical .w_text_wrap {
        padding-top: 4px;
        width: calc(100% - 64px);
    }
    .w_tag_wrap {
        margin-top: 3px;
    }

    .w_page_main .w_section_header p {
        padding-left: 6px;
    }
    #weekView {
        display: none;
    }
    .w_article_card.w_article_normal p {
        margin-bottom: 5px;
    }

    .w_page_main .w_section_newdot {
        margin-top: 24px;
    }
    .w_page_main .w_section_newdot .w_section_header {
        flex-direction: column;
        padding: 0;
        margin-bottom: 11px;
        border: none;
        gap: 0px;
    }
    .w_page_main .w_section_newdot .w_section_header h3 {
        padding-left: 6px;
    }
    .w_section_newdot .w_section_body .article_swiper {
        margin-right: -24px;
        overflow: visible;
    }
    .w_section_newdot .w_article_card.w_article_thumb .w_img_wrap {
        width: 200px;
        height: 200px;
    }
    .w_page_article_topten .w_article_card.w_article_thumb .w_text_wrap,
    .w_section_newdot .w_article_card.w_article_thumb .w_text_wrap {
        padding: 12px 0 0 7px;
        width: 100%;
    }
    /*.w_page_article_topten .w_article_card.w_article_thumb .w_text_wrap p,
    .w_section_newdot .w_article_card.w_article_thumb .w_text_wrap p {
        margin-bottom: 21px;
    }*/
    .w_article_card.w_article_thumb .w_text_wrap .event_title {
        color: #56C8E0;
    }
    .w_section_past {
        margin-top: 34px;
    }
    .w_page_main .w_section_start .w_section_header .w_btn {
        bottom: 0;
        top: initial;
        transform: none;
        right: 5px;
    }
    .w_section_event.w_section_recommand {
        order: 3;
        margin-bottom: 0;
        padding: 31px 0;
        background: #F7FCFC;
    }
    .w_section_event .w_container {
        width: 100%;
    }
    .w_section_event .w_section_common_renewal {
        margin: 0;
        padding: 0;
    }
    .w_page_main .w_section_event .w_section_header {
        flex-direction: column;
        align-items: baseline;
        gap: 0;
        margin-bottom: 0;
        padding: 0 0 26px 7px;
        border: none;
    }
    .w_section_event .w_section_header h3 {
        margin-bottom: 4px;
        font-size: 16px;
    }
    .w_section_event .w_section_header p {
        padding: 0;
        margin-top: 4px;
        color: #969696;
    }
    .w_page_main .w_section_event .w_section_header .w_btn {
        position: absolute;
        right: 0;
        transform: none;
        top: 24px;
        width: 12px;
        height: 12px;
    }
    .w_page_main .w_section_event .w_section_header .w_btn img {
        display: block;
    }
    .w_section_recommand .article_swiper_long .swiper-wrapper {
        flex-direction: column;
    }
    .w_section_recommand .article_swiper_long .w_article_card.w_article_thumb {
        margin-bottom: 10px;
        width: 100%;
        border-radius: 4px;
        border: 2px solid #81D8CF !important;
        background: #FFF;
        padding: 10px 9px 10px 12px;
    }
    .w_section_recommand .article_swiper_long .w_article_card.w_article_thumb a {
        display: flex;
        width: 100%;
    }
    .w_section_recommand .article_swiper_long .w_article_card.w_article_thumb .w_img_wrap {
        order: 2;
        width: 82px;
        height: 82px;
    }
    .w_section_recommand .article_swiper_long .w_article_card.w_article_thumb .w_text_wrap {
        order: 1;
        width: calc(100% - 82px);
    }
    .w_section_recommand .article_swiper_long .w_article_card.w_article_thumb .w_text_wrap > div {
        margin-bottom: 15px;
        justify-content: flex-start;
    }
    .w_section_recommand .article_swiper_long .w_article_card.w_article_thumb .w_text_wrap > div p {
        font-size: 10px;
    }
    .w_section_recommand .article_swiper_long .w_article_card.w_article_thumb .w_text_wrap h3 {
        font-size: 13px;
    }
    .w_section_recommand .article_swiper_long .w_article_card.w_article_thumb .w_text_wrap h4 {
        font-size: 10px;
    }
    .w_section_recommand .article_swiper_long .w_article_card.w_article_thumb:last-of-type {
        margin-bottom: 0;
    }
    .article_swiper_long .w_btn_swiper {
        display: none;
    }
    .w_section_simple_req {
        display: none;
    }



    .w_page_article_topten {
        padding-top: 20px;
    }
    .w_page_article_topten .page_title {
        margin-bottom: 18px;
    }
    .w_page_article_topten .w_container {
        padding: 0 19px;
        overflow: hidden;
    }
    .w_page_article_topten .article_swiper {
        margin-right: -20px;
        overflow: visible;
    }
    .w_page_article_topten .w_article_card.w_article_thumb {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 134px;
        border: none;
    }
    .w_page_article_topten .w_article_card.w_article_thumb:first-of-type {
        border: none;
    }
    .w_page_article_topten .w_article_card.w_article_thumb .w_img_wrap {
        order: 1;
        width: 134px;
        height: 134px;
    }
    .w_page_article_topten .w_article_card.w_article_thumb .w_text_wrap {
        order: 2;
        padding: 12px 0 0 9px !important;
        height: auto !important;
    }
    .w_page_article_topten .w_list_thumb_vertical {
        margin-top: 40px;
        margin-bottom: 68px;
    }
    .w_article_card.w_article_vertical:first-of-type {
        border-top-width: 1px;
    }
    .w_page_article_topten .w_list_thumb_vertical .w_article_vertical .w_text_rank {
        width: 66px;
    }
    .w_page_article_topten .w_list_thumb_vertical .w_article_vertical .w_img_wrap {
        margin-right: 18px;
        width: 56px;
        height: 56px;
    }
    .w_page_article_topten .w_list_thumb_vertical .w_article_vertical .w_text_wrap {
        width: calc(100% - 140px);
    }
    .w_page_article_topten .w_article_card.w_article_thumb .w_text_wrap p {
        margin-bottom: 8px;
    }
    .w_page_article_topten .w_article_thumb .w_text_wrap .w_text_ect {
        display: none;
    }
    .w_page_article_topten .w_list_thumb_vertical .w_article_vertical .w_info_ect p {
        display: none;
    }

    .w_page_search .w_page_left {
        padding: 0;
        width: 100%;
    }
    .w_page_search .page_content_wrap {
        padding: 0 24px;
    }
    .w_page_search .w_search_word {
        padding: 0 30px;
        font-size: 18px;
    }
    .w_page_search .w_article_card.w_article_thumb .w_text_wrap {
        width: calc(100% - 82px);
    }
    .w_page_search .w_tag_wrap {
        padding-top: 3px;
    }
    .w_page_article_view .w_page_left {
        padding: 0 24px;
        width: 100%;
        box-sizing: border-box;
    }
    /*.w_page_article_view .w_page_right {
        display: none;
    }*/
    .w_page_article_view .w_section_top .article_info {
        padding-top: 33px;
        padding-bottom: 22px;
        height: auto;
    }
    .w_page_article_view .w_section_top .w_container {
        padding: 0;
    }
    .w_page_article_view .w_section_top .article_header {
        text-align: center;
    }
    .w_page_article_view .w_section_top .article_header .cate {
        margin-bottom: 4px;
        font-size: 14px;
    }
    .w_page_article_view .w_section_top .article_header .headline {
        margin-bottom: 4px;
        padding: 0 24px;
        font-size: 18px;
        box-sizing: border-box;
        word-break: keep-all;
    }
    .w_page_article_view .w_section_top .article_header .sub_title {
        margin-bottom: 36px;
        padding: 0 24px;
        font-size: 13px;
        box-sizing: border-box;
        word-break: keep-all;
    }
    .w_page_article_view .w_section_top .w_view_icon {
        text-align: center;
    }
    .w_page_article_view .w_section_top .article_info_cnt_bottom {
        margin: 0;
    }
    .w_page_article_view .w_section_top .article_info_cnt_bottom .w_info_ect {
        margin-top: 18px;
        justify-content: center;
        padding: 0 23px;
    }
    .w_page_article_view .w_tag_wrap {
        justify-content: start;
    }
    .w_page_article_view .cmt_all_wrap {
        margin-top: 22px;
        width: 100%;
    }
    .w_page_article_view #voteViewer .w_box {
        margin-top: 25px;
        padding-top: 26px;
        width: 100%;
        height: 243px;
    }
    .w_page_article_view #voteViewer .w_box > p:first-of-type {
        margin-bottom: 4px;
    }
    .w_page_article_view #voteViewer .w_box > p:last-of-type {
        margin-bottom: 17px;
    }
    .w_page_article_view #voteViewer ul {
        gap: 25px;
        align-items: baseline;
    }
    .w_page_article_view #voteViewer li {
        width: 61px;
        height: auto;
    }
    .w_page_article_view #voteViewer li a {
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        flex-wrap: nowrap;
        padding: 0;
        height: 143px;
        background: transparent;
        border: none;
    }
    .w_page_article_view #voteViewer li a img {
        order: 1;
        width: 60px;
        height: 60px;
        margin: 0 auto;
        padding: 0;
    }
    .w_page_article_view #voteViewer li a p:first-of-type {
        order: 2;
        margin: 0;
        font-size: 11px;
        width: 85%;
        word-break: keep-all;
    }
    .w_page_article_view #voteViewer li a p:last-of-type {
        order: 3;
        font-size: 24px;
    }
    .w_page_article_view #voteViewer li:first-of-type a {
        gap: 17px;
    }
    .w_page_article_view #voteViewer li:first-of-type a p:first-of-type {
        width: 100%;
    }
    .w_page_article_view #voteViewer li a.w_on {
        border: none;
    }
    .w_page_article_view .cmt_all_wrap .w_comment_view .w_comment_btn_group {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 1000;
        border-radius: 20px 20px 0 0;
        border: 1px solid #C5C5C5;
    }
    .func_btn_wrap {
        flex-direction: initial;
        justify-content: space-evenly;
        top: initial;
        right: 0;
        bottom: 0;
        left: 0 !important;
        padding: 0;
        height: 70px;
        width: 100%;
        transform: none;
        border-radius: 0;
        border: none;
    }
    .func_btn_wrap a {
        flex-direction: initial;
        gap: 3px;
    }
    .func_btn_wrap span {

    }
    .func_btn_wrap a:nth-child(1) img {
        height: 22px;
    }
    .func_btn_wrap a:nth-child(2) img {
        height: 18px;
        width: auto;
    }
    .func_btn_wrap a:nth-child(3) img {
        width: auto;
        height: 18px;
    }
    .func_btn_wrap .homeBtn {
        display: flex;
    }
    .func_btn_wrap .homeBtn img {
        height: 20px;
    }
    .func_btn_wrap .homeBtn span {
        font-size: 11px;
    }
    .w_page_article_view .progressbar {
        position: fixed;
        height: 8px;
        bottom: 70px;
        left: 0;
        width: 100%;
        z-index: 500;
        background: #E6E6E6;
    }
    .w_page_article_view .progressbar > .progress {
        width: 0%;
        height: 100%;
        transition: width 0.3s ease; /* 부드러운 가속도 애니메이션 추가 */
        background-color: #81D8CF;
    }
    #commentModSub input[name="comDesc"], #allCommentSub2 input[name="comDesc"] {
        width: calc(100% - 120px);
    }

    .w_page_main .w_section_newdot .swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        position: relative;
        bottom: initial;
        left: initial;
        margin-top: 21px;
    }
    .w_page_main .w_section_newdot .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        background: #969696;
        margin: 0;
        opacity: 1;
    }
    .w_page_main .w_section_newdot .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 20px;
        border-radius: 3px;
        background: #81D8CF;
    }
    .w_page_main .w_page_right #topBanner {
        margin-bottom: 35px;
        margin-top: 48px;
    }


    .w_layer_common .w_layer_cnt {
        top: initial;
        bottom: 0;
        right: 100%;
        left: inherit;
        transform: none;
        width: 100%;
        height: auto;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid #C5C5C5;
        background: #FFF;
        padding: 39px 0 19px;
    }
    .w_layer_common .w_layer_cnt .w_icon {
        display: none;
    }
    .w_layer_common .w_layer_cnt p {
        font-size: 14px;
    }
    .w_layer_common .w_layer_cnt .w_btn_wrap {
        margin-top: 35px;
        padding: 0 24px;
    }
    .w_layer_common .w_layer_cnt .w_btn_wrap a {
        width: 100% !important;
        height: 40px;
        border: none;
    }


    .w_page_event_list .w_list_bar .w_article_card .w_text_wrap {
        order: 1;
        flex-direction: column;
        align-items: baseline;
        width: calc(100% - 82px);
    }
    .w_list_bar .w_text_wrap .w_cate {
        margin-bottom: 14px;
        font-size: 10px;
    }
    .w_list_bar .w_text_wrap .w_subj {
        margin: 0;
        font-size: 13px;
    }
    .w_page_event_list .w_list_bar .w_text_wrap .w_addr {
        font-size: 10px;
        position: relative;
        top: initial;
        right: initial;
        transform: none;
        margin-top: 1px;
    }
    .w_list_bar .w_reqcnt {
        top: inherit;
        right: inherit;
        bottom: 9px;
        left: 12px;
        width: auto;
        font-size: 9px;
        font-weight: 700;
    }
    .w_list_bar .reqBtn {
        position: absolute;
        top: 69px;
        right: 14px;
        transform: none;
        margin: 0;
        width: 74px;
        height: 19px;
        color: #000;
        font-size: 9px;
        font-weight: 500;
        border-radius: 2px;
        border: none;
        background: #fff;
        z-index: 10;
    }
    .w_page_event_list .w_list_bar .w_article_card .w_img_wrap {
        display: block;
        order: 2;
        width: 82px;
        height: 82px;
    }
    .w_page_event_list .w_list_bar .w_article_card {
        margin-bottom: 12px;
        align-items: flex-start;
        padding: 10px 10px 9px 12px;
        width: 100%;
        border-width: 2px;
        border-radius: 4px;
        background: transparent;
        gap: 0;
    }
    .w_page_event_list .page_title .w_btn_radius {
        display: none;
    }
    .w_page_event_list .w_section_card_list ul.w_list_thumb {
        gap: 0;
    }
    .w_page_event_list .w_article_card.w_article_thumb {
        margin-bottom: 12px;
        padding: 10px 10px 9px 12px;
        border-radius: 4px;
        border: 2px solid #81D8CF;
    }
    .w_page_event_list .w_article_card.w_article_thumb:last-child {
        margin-bottom: 0;
    }
    .w_page_event_list .w_article_card.w_article_thumb .w_text_wrap {
        padding: 0 15px 0 0;
        width: calc(100% - 82px);
    }
    .w_page_event_list .w_article_card.w_article_thumb .w_text_wrap .w_cate {
        justify-content: start;
        text-align: left;
        font-size: 10px;
    }
    .w_page_event_list .w_article_card.w_article_thumb .w_text_wrap .w_subj {
        margin-bottom: 1px;
        text-align: left;
    }
    .w_page_event_list .w_article_card.w_article_thumb .w_text_wrap .w_stat {
        margin-bottom: 11px;
        text-align: left;
        font-size: 10px;
    }
    .w_page_event_list .w_article_card.w_article_thumb .w_text_wrap .w_reqcnt {
        font-size: 9px;
        text-align: left;
    }
    .w_page_event_list .w_article_card.w_article_thumb .w_text_wrap .reqBtn {
        position: absolute;
        top: 69px;
        right: 14px;
        margin: 0;
        width: 74px;
        height: 19px;
        color: #000;
        font-size: 9px;
        font-weight: 500;
        border-radius: 2px;
        border: none;
        background: #fff;
    }
    .w_layer_event_cancel .w_layer_cnt p:first-of-type {
        margin-bottom: 20px;
    }
    .w_layer_event_common .w_layer_cnt p:nth-of-type(3) {
        margin-top: 22px;
    }

    /* 이벤트 상세 */
    .w_page_event_view {
        padding-bottom: 0;
    }
    .w_page_event_view .w_page_two_column {
        padding-top: 17px;
    }

    .w_section_event_detail {
        display: none;
    }
    .w_box_event {
        width: 100%;
        border: none;
        border-radius: 0;
        padding: 21px 0 0;
    }
    .w_box_event .w_list_item {
        width: calc(100% - 48px);
        margin: 0 auto 21px;
    }
    .w_page_event_view .w_cate {
        margin: 0;
        text-align: center;
        font-size: 12px;
        font-weight: 600;
    }
    .w_page_event_view .w_page_right {
        display: block;
    }
    .w_page_event_view .w_subj {
        margin: 4px auto;
        width: calc(100% - 48px);
        text-align: center;
        font-size: 20px;
    }
    #eventViewCnt {
        display: block;
        margin: 0 auto 13px;
        color: #000;
        text-align: center;
        font-family: Pretendard;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .w_section_title_add {
        display: block;
        color: #000;
        font-family: Pretendard;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: left;
        padding: 0 0 0 28px;
    }
    .w_main_content_wrap {
        position: relative;
        margin-bottom: 19px;
        padding-bottom: 16px;
    }
    .w_page_event_view .w_btn_toggle {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        width: 142px;
        height: 26px;
        border-radius: 13px;
        background: #81D8CF;
    }
    .w_page_event_view .w_btn_toggle span {
        color: #000;
        font-family: Pretendard;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
    }
    .w_page_event_view .w_btn_toggle img {
        width: 11px;
    }
    .w_page_event_view .w_btn_toggle.w_on {

    }
    .w_page_event_view .w_btn_toggle.w_on span {
        font-size: 12px;
    }
    .w_page_event_view .w_btn_toggle.w_on img {
        transform: rotate(180deg);
    }
    #mainContent {
        padding: 0 24px;
        height: 183px;
        overflow: hidden;
    }
    #mainContent.w_on {
        height: auto;
    }
    .w_page_event_view #imgThumb {
        display: block;
        margin: 0 auto;
        width: 200px;
        height: 200px;
        border-radius: 5px;
        box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.20);
        overflow: hidden;
    }
    .w_page_event_view #imgThumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .w_box_ect {
        width: calc(100% - 48px);
        margin: 0 auto 37px;
    }
    .w_section_recommand {
        padding: 0 24px;
        margin-bottom: 124px;
        border: none;
    }
    .w_section_recommand .w_section_title {
        margin: 0 0 0 4px;
    }
    .w_section_recommand .w_article_card.w_article_thumb {
        width: 110px;
        border: none;
    }
    .w_section_recommand .w_article_card.w_article_thumb:first-of-type {
        border: none;
    }
    .w_section_recommand .w_article_card.w_article_thumb .w_img_wrap {
        width: 110px;
        height: 110px;
    }
    .w_section_recommand .w_article_card.w_article_thumb .w_text_wrap {
        padding: 6px 0 0 4px;
        width: 100%;
    }
    .w_section_recommand .w_article_card.w_article_thumb .w_text_wrap > div {
        margin-bottom: 13px;
    }
    .w_section_recommand .w_article_card.w_article_thumb .w_text_wrap > div p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-align: left;
    }
    .w_section_recommand .w_article_card.w_article_thumb .w_text_wrap h3 {
        font-size: 12px;
        margin-bottom: 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-align: left;
    }
    .w_section_recommand .w_article_card.w_article_thumb .w_text_wrap h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-align: left;
    }
    .w_section_recommand .swiper-pagination {
        display: none;
    }
    .w_box_func_wrap {
        display: flex;
        flex-direction: column;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        height: 124px;
        padding-top: 14px;
        box-sizing: border-box;
        background: #fff;
        z-index: 999;
    }
    .w_box_func_wrap > div:first-of-type {
        order: 2;
    }
    .w_box_event .w_box_func_wrap .reqBtn {
        height: 40px;
    }
    .w_box_event .w_box_func_wrap .reqBtn img {
        top: 9px;
        left: 21px;
    }
    .w_box_event .w_box_func_wrap .reqBtn span:first-of-type {

    }
    .w_box_event .w_box_func_wrap .reqBtn span:last-of-type {
        top: 11px;
        right: 18px;
    }
    .w_box_event .w_box_func_wrap .w_list_func {
        order: 1;
        margin: 0 0 14px;
    }
    .w_box_event .w_box_func_wrap .w_list_func .homeBtn {
        display: flex;
    }
    .w_box_event .w_box_func_wrap .w_list_func .homeBtn img {
        height: 20px;
    }
    .w_box_event .w_box_func_wrap .w_list_func .homeBtn span {
        font-size: 11px;
    }
    .w_page_event_view.w_page_article_view .progressbar {
        bottom: 124px;
    }
    .w_page_article_view {
        padding-bottom: 0;
    }
    .w_page_right #topBanner {
        display: none;
    }

}