/* Common */
#root {
    text-align: center;
}
#sectionList {
    text-align: initial;
}
html, body {
    margin: 0;
    border: 0;
    vertical-align: baseline;
    outline: none;
    box-sizing: border-box;
}
* {
    font-family: 'Noto Sans KR', sans-serif;
}
.ul_reset,
.tag_reset {
    margin: 0;
    padding: 0;
}
.mo_only {
    display: none !important;
}
.w_mobile_menu {
    display: none;
}

.newdot a {
    text-decoration: none;
}
.w_none {
    display: none;
}
.w_container {
    margin: 0 auto;
    width: 960px;
    box-sizing: border-box;
}
.w_sub_header {
    display: none;
}
.articleUrlBtn {
    cursor: pointer;
}
body.hidden {
    overflow: hidden;
}
/* Common - Box */
.box_common {
    border-radius: 5px;
    border: 1px solid #C3C3C3;
    background: #FFF;
    box-shadow: 1px 1px 4px 5px rgba(0, 0, 0, 0.05);
}

/* Swiper Ctrl */
.w_swiper_ctrl {
    position: absolute;
    right: 189px;
    bottom: 12px;
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
}
.w_swiper_ctrl .swiper-button-prev,
.w_swiper_ctrl .swiper-button-next {
    position: relative;
    top: 0;
    margin: 0;
    width: auto;
    height: auto;
    background: none;
}
.w_swiper_ctrl .swiper-button-next {
    order: 3;
    right: 0;
    left: initial;
}
.w_swiper_ctrl .swiper-button-prev {
    left: 0;
    right: initial;
    order: 1;
}
.w_swiper_ctrl img {
    height: 8px;
}
.w_swiper_ctrl .swiper-pagination {
    order: 2;
    position: relative;
    bottom: initial;
    left: initial;
    height: auto;
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
/* Common - Card */
.w_section_card_list ul {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}
.w_section_card_list .w_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 48px auto 0;
    width: 691px;
    height: 74px;
    border: 1px solid #000;
    cursor: pointer;
}
.w_section_card_list .w_btn span {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.w_section_card_list .w_btn img {
    margin-left: 13px;
    width: 26px;
}
.item.item_card {
    margin-bottom: 30px;
    width: 482px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
}
.item.item_card .articleUrlBtn {
    box-sizing: border-box;
    padding: 70px 20px;
    position: relative;
    height: 264px;
}
.item.item_card .articleUrlBtn .cate {
    margin: 0 0 10px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
}
.item.item_card .articleUrlBtn .subj {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.item.item_card .articleUrlBtn .relayUrlBtn {
    position: absolute;
    right: 32px;
    bottom: 42px;
}
.item.item_card .articleUrlBtn .relayUrlBtn img {
    height: 30px;
}
.item.item_card .articleUrlBtn .card_cnt_ect {
    color: #000;
    font-family: 'Roboto';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}
.w_article_card {
    display: block;
    position: relative;
    margin-bottom: 58px;
    width: 302px;
    height: 328px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 34px;
    box-sizing: border-box;
    overflow: hidden;
    border: 2px solid #000;
}
.w_article_card .w_img_wrap {
    height: 163px;
    background: #464646;
}
.w_article_card .w_img_wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.w_article_card.w_empty_view {
    width: 100%;
    height: auto;
}
.w_article_card.w_empty_view figure {
    margin: 38px auto 92px;
    width: 276px;
}
.w_article_card.w_empty_view figure img {
    width: 100%;
}
.w_article_card.w_empty_view p {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 100% */
}
.w_article_card.w_empty_view p:first-of-type {
    margin-bottom: 26px;
}
.w_article_card .articleUrlBtn {
    position: relative;
    padding: 17px 22px 0 20px;
    height: calc(100% - 163px);
    box-sizing: border-box;
}
/*.w_article_card p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    height: 23px;
    border-radius: 30px;
    background: #000;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    padding: 0 9px;
}*/
.w_article_card .subj {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.w_article_card .w_btn_like {
    position: absolute;
    left: 17px;
    bottom: 30px;
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.w_article_card .w_btn_like img {
    margin-right: 5px;
    width: 17px;
}
.w_article_card .articleUrlBtn .relayUrlBtn {
    display: flex;
    align-items: center;
    position: absolute;
    right: 17px;
    bottom: 14px;
}
.w_article_card .articleUrlBtn .relayUrlBtn span {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-right: 6px;
}
.w_article_card .articleUrlBtn .relayUrlBtn .relay {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.w_article_card .articleUrlBtn .relayUrlBtn .relay img {
    width: 100%;
}
.w_article_card .articleUrlBtn .relayUrlBtn.w_circle_on .relay {
    background: transparent;
}
.w_article_card .articleUrlBtn .relayUrlBtn.w_circle_on .relay img {
    width: 100%;
}
.w_article_card .articleUrlBtn .relayUrlBtn.w_btn_like {
    right: 27px;
    bottom: 26px;
    color: #000;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 120% */
}
/* Common - Rank */
.w_box_rank {
    display: block;
    margin-bottom: 27px;
    border-radius: 40px;
    border: 2px solid #717070;
    background: #FFF;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.05);
    height: 130px;
    position: relative;
}
.w_box_rank:last-of-type {
    margin-bottom: 0;
}
.w_box_rank a,
.w_box_rank > div {
    display: flex;
    height: 100%;
    align-items: center;
}
.w_box_rank .w_rank {
    position: relative;
    color: #000;
    text-align: center;
    font-family: 'Roboto';
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    width: 125px;
}
.w_box_rank .w_rank:before {
    display: block;
    content: '';
    width: 90px;
    height: 87px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.w_box_rank .w_rank_1:before {
    background: url(../image/newdot/icon_gold.png) no-repeat center;
    background-size: cover;
}
.w_box_rank .w_rank_2:before {
    background: url(../image/newdot/icon_silver.png) no-repeat center;
    background-size: cover;
}
.w_box_rank .w_rank_3:before {
    background: url(../image/newdot/icon_bronze.png) no-repeat center;
    background-size: cover;
}
.w_box_rank .w_rank_mid {
    width: 804px;
}
.w_box_rank .w_rank_subject {
    display: block;
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.w_box_rank .w_rank_ect {
    display: block;
    margin-top: 7px;
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.w_box_rank img {
    display: none;
    width: 18px;
    margin-right: 40px;
}
.w_box_rank .w_text_empty {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin-top: 300px;
    margin-bottom: 100px;
}
/* Common - Button */
.w_btn_basic {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    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;
    box-sizing: border-box;
    cursor: pointer;
}
.w_btn_basic a {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.w_btn_more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    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;
    cursor: pointer;
}
.w_btn_more img {
    margin-left: 8px;
    height: 10px;
}
.w_btn_more_new {
    width: 100%;
    height: 40px;
    background: #F1F1F1;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.w_btn_more_new:hover span {
    color: #81D8CF;
}
.w_btn_more_new img {
    margin-left: 7px;
    height: 8px;
}
.w_btn_radius {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 118px;
    height: 29px;
    background: #F1F1F1;
    border-radius: 20px;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
/* Input - Date */
input[type='date'] {
    position: relative;
    padding: 12px 0 13px 44px;
    width: 150px;
    height: 40px;
    background: #FFF;
    color: #000;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    border-radius: 4px;
    border: 1px solid #969696;
    box-sizing: border-box;
}

input[type='date']::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    cursor: pointer;
}

input[type='date']::after {
    display: block;
    content: '';
    position: absolute;
    top: 11px;
    left: 18px;
    width: 17px;
    height: 17px;
    background: url(../image/newdot/renewal/icon_calendar.png) no-repeat center;
    background-size: cover;
}

input[type='date']::before {
    content: attr(data-placeholder);
    width: 100%;
    height: 100%;
    color: #717070;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 13px 0 0 44px;
}
input[type='date']:valid::before {
    display: none;
}

/* 아이콘 */
.w_icon_new {
    margin-left: 3px;
    width: 9px;
    vertical-align: middle;
}

/* Layer - 공유하기 */
.layer_share {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.layer_share:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(226, 226, 226, 0.80);
}
.layer_share .share_cnt {
    padding-top: 42px;
    width: 360px;
    height: 328px;
}
.layer_share .w_layer_cnt .w_icon {
    width: 52px;
    height: 44px;
    margin-bottom: 14px;
}
.layer_share .share_cnt h4 {
    margin: 0 auto 29px;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.layer_share .share_cnt .share_close {

}
.layer_share .share_cnt .share_close img {

}
.layer_share .share_cnt .w_btn_list {

}
.layer_share .share_cnt .w_btn_list .share {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto;
    width: 280px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #969696;
    box-sizing: border-box;
    cursor: pointer;
}
.layer_share .share_cnt .w_btn_list .share:first-of-type {
    margin-bottom: 10px;
    padding-left: 118px;
}
.layer_share .share_cnt .w_btn_list .share:last-of-type {
    padding-left: 123px;
}
.layer_share .share_cnt .w_btn_list .share img {
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    width: 22px;
}
.layer_share .share_cnt .w_btn_list .share .w_img {
    position: absolute;
    top: 50%;
    left: 19px;
    transform: translateY(-50%);
    color: #AFAFAF;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.layer_share .share_cnt .w_btn_list .share .w_text {
    color: #000;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.layer_share .share_cnt .w_btn_wrap {
    margin-top: 22px;
}
.layer_share .share_cnt .w_btn_wrap a {
    width: 220px;
    height: 50px;
    border: none !important;
    font-size: 16px;
}

/* Icon */
.w_icon_circle {
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #C8C8C8;
}

/* Header */
.header_top {
    border-bottom: 1px solid #969696;
}
.header_top .w_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    padding: 0 143px;
    width: 1440px;
    height: 50px;
}
.header_top .header_logo .logo_wrap {
    display: block;
    height: 28px;
}
.header_top .header_logo .w_mo_logo {
    display: none;
}
.header_top .header_logo img {
    height: 100%;
    object-fit: cover;
}
.header_top .w_search_input {
    display: none;
    position: absolute;
    top: 50%;
    left: 403px;
    transform: translateY(-50%);
    width: 548px;
    height: 30px;
    box-sizing: border-box;
    overflow: hidden;
}
.header_top .w_search_input input {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 17px;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #969696;
    border-radius: 30px;
    border: 1px solid #c8c8c8;
    appearance: none;
    outline: none;
}
.header_top .header_nav nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.header_top .header_nav nav li {
    display: block;
    position: relative;
}
.header_top .header_nav nav li .w_menu_mo_alarm img {
    height: 20px;
}
.header_top .header_nav nav li .w_menu_mo_alarm {
    display: none;
}
.header_top .header_nav nav li a {
    display: block;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.header_top .header_nav nav li.current a {
    color: #81D8CF;
}
.header_top .header_nav nav .w_btn_join a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 89px;
    height: 28px;
    color: #81D8CF;
    border-radius: 20px;
    border: 2px solid #81D8CF;
}
.header_top #topSearchBtn img {
    height: 20px;
}
.header_top .header_nav nav li .w_icon_dot {
    width: 6px;
    height: 6px;
    background: #81D8CF;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    right: -4px;
    display: none;
}
.header_top .header_nav nav li .w_icon_dot.w_on {
    display: block;
}
#searchBoxView {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    height: 121px;
    z-index: 9999;
    background: #000;
}
#searchBoxView .overlay {
    display: block;
    content: '';
    position: fixed;
    top: 171px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}
#searchBoxView .w_container {
    position: relative;
    z-index: 10;
    width: 1440px;
    padding-left: 397px;
}
#searchBoxView h3 {
    margin: 25px 0 17px;
    color: #FFF;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#searchBoxView .w_tag_wrap {
    /*padding-left: 15px;*/
    gap: 6px;
}
#searchBoxView .w_tag_wrap span {
    font-size: 14px;
}
/* Footer */
footer {
    padding: 20px 0 47px;
    background: #81D8CF;
}
footer .w_container {
    display: flex;
    flex-wrap: wrap;
    padding: 0 149px 0;
    width: 1440px;
}
footer .w_logo_footer {
    width: 108px;
}
footer .w_logo_footer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
footer .w_footer_right {
    margin-left: 27px;
    padding-top: 10px;
    padding-left: 27px;
    border-left: 1px solid #fff;
}
footer .w_text {
    margin: 0;
    color: #000;
    font-family: Pretendard;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
footer .w_company_info {
    display: flex;
    flex-direction: column;
}
footer .w_company_info ul {
    display: flex;
    gap: 48px;
}
footer .ul_reset li {
    display: block;
}
footer .w_info_inquiry {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}
footer .w_footer_link {
    display: flex;
    align-items: center;
    margin-left: 316px;
}
footer .w_footer_link span.w_text {
    margin: 0 5px;
}
footer .w_footer_copy {
    color: #000;
    font-family: Pretendard;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
footer .w_footer_copy {
    width: 100%;
    text-align: center;
    margin-top: 7px;
}
footer .ul_reset li.w_btn_info_ctrl {
    display: none;
}
@media screen and (max-width: 1200px) {
    .header_top .w_container {
        justify-content: space-between;
        gap: 0;
        margin: 0 auto;
        padding: 0;
        max-width: 890px;
        width: 100%;
    }
    .header_top .w_search_input {
        left: 50%;
        transform: translate(-50%, -50%);
        width: 367px;
    }
    footer .w_container {
        padding: 0;
        max-width: 890px;
        width: 100%;
    }
    footer .w_footer_right {
        border-left: none;
        padding: 10px 0 0;
        margin-left: 0;
    }
    footer .w_company_info ul {
        flex-wrap: wrap;
        gap: 24px;
    }
    footer .w_footer_link {
        margin: 0;
        justify-content: center;
    }
    #searchBoxView .w_container {
        width: 100%;
        max-width: 890px;
        padding: 0;
    }
}
@media screen and (max-width: 768px) {
    .w_swiper_ctrl {
        right: 15px;
        bottom: 11px;
    }

    /* Layer */
    .layer_share .share_cnt {
        width: 100%;
        height: auto;
    }

    .header_top .header_nav nav {
        gap: 11px;
    }

    .header_top .w_container {
        width: 100%;
        gap: 0;
        justify-content: space-between;
        padding: 0 20px;
    }
    .header_top .header_nav nav li {
        display: none;
    }
    .header_top .header_nav nav li:first-of-type {
        display: block;
    }
    .header_top .header_nav nav li .w_menu_pc_alarm {
        display: none;
    }
    .header_top .header_nav nav li .w_menu_mo_alarm {
        display: block;
    }
    .header_top .header_nav nav li .w_icon_dot {
        top: 2px;
        right: 1px;
    }
    .header_top .header_nav nav li:nth-child(4) {
        display: block;
    }
    .header_top .header_nav nav li.w_btn_join {
        display: none;
    }
    .header_top .w_search_input {
        left: 50%;
        transform: translate(-50%, -50%);
        width: 235px;
        height: 27px;
        border-radius: 30px;
        color: #969696;
        font-family: Pretendard;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        box-sizing: border-box;
    }

    .header_top .header_logo .w_pc_logo {
        display: none;
    }
    .header_top .header_logo .w_mo_logo {
        display: block;
    }
    footer {
        display: none;
    }
    .pc_only {
        display: none;
    }
    .mo_only {
        display: inherit;
    }
    .br_pc {
        display: none;
    }
    .w_text_empty {
        display: block;
        margin-top: 150px;
        color: #000;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px; /* 125% */
    }
    .w_mobile_menu {
        display: block;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 100;
        padding: 0;
        height: 50px;
        border-top: 1px solid #E1E1E1;
        background: #FFF;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        box-sizing: border-box;
    }
    .w_mobile_menu ul {
        display: flex;
        justify-content: space-between;
        gap: 40px;
        padding: 0 38px;
        height: 100%;
    }
    .w_mobile_menu ul li {
        display: block;
        position: relative;
    }
    .w_mobile_menu ul li a {
        display: block;
    }
    .w_mobile_menu ul li img {
        display: block;
        margin: 0 auto;
    }
    .w_mobile_menu ul li span {
        display: block;
        color: #969696;
        text-align: center;
        font-family: Pretendard;
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .w_mobile_menu ul li .w_mem_stat {
        display: none;
        position: absolute;
        top: -2px;
        right: 23%;
        width: 8px;
        height: 8px;
        background: #81D8CF;
        border-radius: 50%;
    }
    .w_mobile_menu ul .w_mobile_logo a {
        padding-top: 9px;
    }
    .w_mobile_menu ul .w_mobile_logo img {
        height: 26px;
    }
    .w_mobile_menu ul li:nth-child(1) a {
        padding-top: 9px;
    }
    .w_mobile_menu ul li:nth-child(2) a {
        padding-top: 8px;
        width: 29px;
    }
    .w_mobile_menu ul li:nth-child(4) a {
        padding-top: 10px;
    }
    .w_mobile_menu ul li:nth-child(5) a {
        padding-top: 9px;
        width: 29px;
    }
    .w_mobile_menu ul li:nth-child(1) a img {
        width: 13px;
    }
    .w_mobile_menu ul li:nth-child(2) a img {
        width: 16px;
    }
    .w_mobile_menu ul li:nth-child(4) a img {
        width: 19px;
    }
    .w_mobile_menu ul li:nth-child(5) a img {
        width: 17px;
    }
    .w_mobile_menu ul li:nth-child(1) a span {
        padding-top: 3px;
    }
    .w_mobile_menu ul li:nth-child(2) a span {
        padding-top: 3px;
    }
    .w_mobile_menu ul li:nth-child(4) a span {
        padding-top: 5px;
    }
    .w_mobile_menu ul li:nth-child(5) a span {
        padding-top: 2px;
    }
    .w_container {
        margin: 0;
        padding: 0 25px;
        width: 100%;
    }
    .w_sub_header {
        display: block;
        height: 64px;
    }
    .w_sub_header .w_container {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .w_sub_header a {
        display: flex;
        align-items: center;
        height: 100%;
    }
    .w_sub_header a img {
        width: 12px;
        margin-right: 10px;
    }
    .w_sub_header a h4 {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0;
    }
    .w_sub_header_cate .w_container {
        justify-content: space-between;
    }
    .w_sub_header_cate .cate_list_sub_header {
        display: flex;
    }
    .page_title {
        display: none;
    }
    .byte_chk_wrap {
        font-size: 14px;
    }
    /* Footer */
    footer {
        display: block;
        padding: 18px 0;
        margin: 50px 0 50px;
    }
    footer .w_container {
        padding: 0;
        width: 100%;
        flex-direction: column;
    }
    footer .w_footer_left {
        display: none;
    }
    footer .w_logo_footer {
        margin: 0 auto;
    }
    footer .w_footer_right {
        margin: 0;
        padding: 0;
        border: none;
    }
    footer .w_company_info ul {
        gap: 0;
        flex-direction: column;
        align-items: center;
        /*margin-top: 15px;*/
    }
    footer .w_info_inquiry {
        display: none;
    }
    footer .w_footer_link {
        margin: 15px 0 0;
        justify-content: center;
    }
    footer .ul_reset li.w_btn_info_ctrl {
        display: block;
        margin-top: 15px;
    }
    footer .ul_reset li.w_text_mo {
        display: none;
        margin-bottom: 3px;
        color: #fff;
    }
    footer .w_text_mo:last-of-type {
        margin-bottom: 0;
    }
    footer .w_btn_info_ctrl + .w_text_mo {
        margin-top: 15px;
    }
    footer .ul_reset li.w_text_mo.on {
        display: block;
    }

    /* Common - Card */
    .w_section_card_list ul {
        justify-content: center;
        width: 100%;
    }
    .w_section_card_list .w_btn.moreBtn {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        overflow: hidden;
        background: url(../image/newdot/icon_circle_arrow_bottom.png) no-repeat center;
        background-size: cover;
        border: none;
    }
    .w_section_card_list .w_btn span,
    .w_section_card_list .w_btn img {
        display: none;
    }
    .item.item_card {
        margin-bottom: 15px;
        width: calc(100% - 14px);
        height: 162px;
    }
    .item.item_card .articleUrlBtn {
        padding: 35px 0 0 20px;
        height: 100%;
    }
    .item.item_card .articleUrlBtn .cate {
        font-size: 16px;
    }
    .item.item_card .articleUrlBtn .subj {
        font-size: 18px;
        line-height: 22px;
    }
    .item.item_card .articleUrlBtn .relayUrlBtn {
        right: 23px;
        bottom: 25px;
    }
    .item.item_card .articleUrlBtn .relayUrlBtn img {
        height: 18px;
    }
    .item.item_card .articleUrlBtn .card_cnt_ect {
        font-size: 16px;
    }

    .w_article_card {
        margin: 0 0 17px;
        width: 100%;
        height: auto !important;
        border-radius: 20px;
    }
    .w_article_card .articleUrlBtn {
        padding: 15px 15px 0 15px !important;
        height: 150px !important;
    }
    .w_article_card .w_img_wrap {
        display: none;
    }
    .w_article_card p {
        font-size: 14px;
        /*padding: 0 20px;
        height: 23px;*/
    }
    .w_article_card .subj {
        font-size: 18px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .w_article_card .w_btn_like {
        font-size: 12px;
        bottom: 24px;
        left: 15px;
    }
    .w_article_card .w_btn_like img {
        width: 19px;
        margin-right: 3px;
    }
    .w_article_card .articleUrlBtn .relayUrlBtn span {
        font-size: 14px !important;
    }
    .w_article_card.w_article_card_relay .articleUrlBtn {
        height: 175px !important;
    }
    .w_article_card .articleUrlBtn .relayUrlBtn .relay {
        width: 43px;
        height: 43px;
    }
    /*.w_article_card .articleUrlBtn .relayUrlBtn .relay img {
        width: 17px;
    }*/

    .w_btn_more {
        width: 296px;
        border-radius: 20px;
        /*border: 2px solid #C5C5C5;*/
        background: #FFF;
        box-shadow: 0 0 4px 4px rgba(197, 197, 197, 0.15);
        margin: 4px auto 27px;
        /*color: #717070;*/
        height: 50px;
        font-size: 18px;
        line-height: 36px;
        font-weight: 400;
    }
    .w_btn_basic {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        box-shadow: none;
        border: none;
        background: #81D8CF;
        border-radius: 0;
        height: 80px;
        font-size: 18px;
    }
    .w_btn_basic a {
        font-size: 18px;
    }
    .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;
        margin: 16px auto 0;
    }

    .w_btn_more_new img {
        margin-left: 7px;
        height: 8px;
    }
    .header_mobile {
        display: flex;
        justify-content: space-between;
        height: 50px;
        padding: 0 30px;
        align-items: center;
    }
    .header_mobile .logo img {
        height: 30px;
    }
    .header_mobile .w_search_input {
        display: none;
    }
    .header_mobile .w_search_input input {
        width: 235px;
        height: 27px;
        border-radius: 30px;
        border: 1px solid #C8C8C8;
        color: #969696;
        padding: 15px;
        font-family: Pretendard;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        box-sizing: border-box;
    }
    .header_mobile .w_btn_search img {
        height: 20px;
    }
    #searchBoxView .w_container {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }
    #searchBoxView h3 {
        font-size: 14px;
        margin: 19px 0 10px
    }
    #searchBoxView .w_tag_wrap {
        padding: 0;
    }
    .w_tag_wrap span {
        height: 13px;
    }
    #searchBoxView .w_tag_wrap span {
        font-size: 11px;
    }

    /* Page Sub Header */
    .w_sub_header {
        position: relative;
        height: 50px;
        box-sizing: border-box;
        width: 100%;
    }
    .w_sub_header .w_btn_back {
        width: 62px;
        justify-content: center;
    }
    .w_sub_header .w_btn_back img {
        margin: 0;
        width: 10px;
    }
    .w_sub_header h4 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #000;
        font-family: Pretendard;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .w_sub_header .w_btn_link {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 23px;
        width: 18px;
    }
    .w_sub_header .w_btn_link img {
        display: block;
        width: 18px;
        height: 18px;
    }
}