@font-face {
    font-family: 'SBAggroB';
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SUIT-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SBAggro';
    font-weight: 300;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroLight.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroLight.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroLight.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroLight.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroLight.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'SBAggro';
    font-weight: 500;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroMedium.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroMedium.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroMedium.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroMedium.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroMedium.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'SBAggro';
    font-weight: 700;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroBold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroBold.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroBold.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroBold.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroBold.ttf') format("truetype");
    font-display: swap;
}

.mainTab {
    display: flex;
    line-height: 2.5;
}

.mainTab li {
    height: 100%;
    width: 33%;
    text-align: center;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    border-bottom: 0;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
}

.mainTab li.current {
    background-color: #fff;
    color: #000;
}

.mainTab-content {
    display: none;
    background: #fff;
    color: #000;
    padding: 0;
}

.mainTab-content.current {
    display: inherit;
}

.mainTab-content02.current .list-images_area {
    display: flex;
    align-items: center;
    height: 242px;
}

.board-warp .mainTab-content .list {
    border-top: 0;
}

.list-images {
    width: 100%;
}

.list-images ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-images ul li {
    width: 23%;
}

.list-images ul li .mainTab_thumb {
    height: 189px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.list-images ul li .mainTab_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-images ul li .mainTab_txt {
    padding-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-images ul li .mainTab_txt span {
    font-size: 16px;
}

.board-warp .boxy-warp.boxy-area {
    display: flex;
}

.bouse_btn {
    margin-bottom: 15px;
}

.bouse_btn button {
    width: 100px;
    height: 100px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}

.bouse_btn button .txt {
    font-size: 15px;
    font-weight: 800;
}

.bouse_btn button b {
    font-size: 30px;
    font-weight: 700;
    display: block;
    line-height: 1.2;
}

.bouse_btn button b.orangered {
    color: #fd7e14;
}

.bouse_btn button:last-child {
    color: #bebebe;
}

.bouse_btn button.on {
    background-color: #FD7E14;
    border: 1px solid #FD7E14;
    color: #fff;
}

.bouse_btn button.on b.orangered {
    color: #fff;
}

.bouse_btn button:last-child.on {
    background-color: #BEBEBE;
    border: 1px solid #BEBEBE;
    color: #fff;
}

#board_singo {
    border-color: #000;
    color: #000;
    font-weight: 700;
}

.board-warp .list ul li .r-txt span {
    color: #fd7e14;
    font-weight: 800;
    font-size: 13px;
    margin-left: 5px;
}

.mainTab_add {
    border-top: 1px solid #000;
    line-height: 2.5;
    font-size: 14px;
    text-align: right;
    color: #888;
}

.mainTab_add:after {
    content: "";
    display: inline-block;
    background: url("../img/main-icon1.png") no-repeat;
    width: 9px;
    height: 16px;
    vertical-align: -3px;
    margin-left: 10px;
}

.main-title .l-title.le {
    font-family: 'SBAggroB', sans-serif;
    font-size: 30px;
    line-height: 1.8;
}

.main-title a {
    margin-top: 0;
}

.main-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.board-warp .list {
    border-bottom: 0;
    margin: 10px 0;
}

.r-conif {
    display: flex;
    align-items: center;
    justify-content: center;
}

.basic-list-warp .boxy_left .list ul li .l-con {
    width: 100%;
}

.basic-list-warp .list ul li .r-con .date {
    width: 90px;
}

.basic-list-warp .list ul li .r-con .views {
    width: 75px;
}

.basic-list-warp .list ul li .r-con .date,
.basic-list-warp .list ul li .r-con .name,
.basic-list-warp .list ul li .r-con .views {
    padding: 0 5px;
}

.basic-list-warp .boxy_left .list.list_influencer ul li .l-con {
    width: 80%;
}

.r-con_listProfile {
    width: 25px;
    height: 25px;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50%;
    position: relative;
}

.r-con_listProfile img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    display: inline-block;
}

.basic-list-warp .list ul li .r-con .name .sv_wrap {
    display: inline-block;
}

.basic-list-warp .list ul li .r-con .name .sv_wrap a {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80px;
}

.basic-list-warp .list ul li .r-con .name {
    text-align: left;
    width: 125px;
}

.basic-list-warp .list ul.t-title li .r-con .name {
    text-align: center;
}

.basic-list-warp .list ul li .r-con>.r-conif .goods {
    display: none;
}

.r-con_thumb {
    display: none;
}

.btn-share {
    border: 1px solid #000 !important;
    border-radius: 5px !important;
}

.btn-share:first-child {
    margin-right: 10px !important;
}

.btn-share span {
    font-size: 14px;
    font-weight: 700;
}

.btn-share img {
    padding-right: 6px;
    vertical-align: middle;
}

#bo_v_sns_icon {
    display: flex;
    flex-wrap: wrap;
    width: 261px;
}

#bo_v_sns_icon a {
    display: flex;
    flex-direction: column;
    width: 87px;
    text-align: center;
    align-items: center;
    font-size: 14px;
    margin-bottom: 13px;
}

/* 포인트 알림창 */
#alarm_pop {
    position: fixed;
    bottom: 24px;
    left: 10px;
    z-index: 999999999999;
    padding: 20px 30px;
    color: #FFF;
    background-color: #000;
    border-radius: 1em;
}

#alarm_pop ul,
#alarm_pop ul li,
#alarm_pop dl,
#alarm_pop dl dt,
#alarm_pop dl dd {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#alarm_pop ul {
    display: flex;
    align-items: center;
}

#alarm_pop dl dt {
    font-size: 22px;
    font-weight: 900;
}

#alarm_pop dl dd {
    font-size: 14px;
    font-weight: 300;
}

.fade-in-box {
    display: inline-block;
    background: yellow;
    padding: 10px;
    animation: fadein 3s;
    -moz-animation: fadein 3s;
    /* Firefox */
    -webkit-animation: fadein 3s;
    /* Safari and Chrome */
    -o-animation: fadein 3s;
    /* Opera */
}

.alarmPoint_icon img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.fade-out-box {
    display: inline-block;
    background: yellow;
    padding: 10px;
    animation: fadeout 3s;
    -moz-animation: fadeout 3s;
    /* Firefox */
    -webkit-animation: fadeout 3s;
    /* Safari and Chrome */
    -o-animation: fadeout 3s;
    /* Opera */
    animation-fill-mode: forwards;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {

    /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {

    /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {

    /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-moz-keyframes fadeout {

    /* Firefox */
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeout {

    /* Safari and Chrome */
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-o-keyframes fadeout {

    /* Opera */
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.un_registered_dday {
    margin-top: 4px;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
}

.clearfix_un_registered {
    font-size: 13px;
    margin-top: 8px;
}

.clearfix_un_registered a {
    color: #ff4500;
    font-weight: 700;
}

.progress-bar_un_registered {
    background-color: #ff4500;
}

.f-sm_level {
    color: #ababab;
    font-size: 13px !important;
}

.basic-list-warp .list ul li .r-con .name {
    font-size: 15px;
}

.level-nameArea {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.level-name {
    color: #424242;
    font-size: 11px;
}

.level-nameArea a {
    color: #424242;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
}

.win_point {
    color: #000;
}

.win_point span:first-child::before {
    content: "";
    background-image: url("../../../img/icon_point2.png");
    background-size: 100% 100%;
    display: inline-block;
    height: 15px;
    width: 15px;
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.win_point span:first-child::after {
    content: "|";
    padding: 0px 0px 0px 5px;
    font-size: 14px;
    color: #e5e5e5;
}

.win_point span:last-child::before {
    content: "";
    background-image: url("../../../img/icon_point.png");
    background-size: 100% 100%;
    display: inline-block;
    height: 15px;
    width: 15px;
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.row_pointCash {
    width: 100%;
    margin-bottom: 15px;
}

.row_pointCash ul.win_point {
    display: flex;
    flex-direction: column;
}

.row_pointCash ul.win_point li.win_pointcash {
    display: flex;
    justify-content: flex-start;
    padding: 4px 15px;
}

.row_pointCash ul.win_point li.win_pointcash p {
    width: 58px;
}

.row_pointCash ul.win_point li.win_pointcash:first-child p {
    letter-spacing: 6px;
}

.row_pointCash ul.win_point li.win_pointcash b {
    font-family: "SUIT-Regular", sans-serif;
    font-weight: 900;
}

.row_pointCash ul.win_point img.row_pointCash_icon {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-left: 5px;
}

.row_pointCash ul.win_point li.win_pointcash b .pointbox {
    vertical-align: middle;
    text-align: center;
    margin-left: 2px;
}

.row_pointCash ul.win_point li.win_pointcash:first-child b .pointbox {
    background: #fff1eb;
    color: #ff4500;
}

.row_pointCash ul.win_point li.win_pointcash:first-child b .pointbox2 {
    background: #ffebeb;
    color: #ff0000;
}

.row_pointCash ul.win_point li.win_pointcash:last-child b .pointbox {
    background: #ffefdc;
    color: #ff8a00;
}

/* 사이드메뉴 내정보 */
.mylevel_gauge {
    margin-top: 15px;
}

.mylevel_gauge .txt {
    font-size: 12px;
    padding: 20px 0px 10px;
    color: #424242;
}

.mylevel_gauge .txt .txt_title {
    background-color: #424242;
    color: #fff;
    padding: 2px 10px;
    border-radius: 50px;
    line-height: 2;
}

.mylevel_gauge ul li .t-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.mylevel_gauge ul li .chart-box {
    width: 100%;
    height: 20px;
    background: #fff;
    position: relative;
}

.mylevel_gauge ul li .chart-box .percent {
    background: #ff4500;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 18px;
    width: 0%;
}

.mylevel_gauge ul li .chart-box .percent.p10 {
    width: 10%;
}

.mylevel_gauge ul li .chart-box .percent.p20 {
    width: 20%;
}

.mylevel_gauge ul li .chart-box .percent.p30 {
    width: 30%;
}

.mylevel_gauge ul li .chart-box .percent.p40 {
    width: 40%;
}

.mylevel_gauge ul li .chart-box .percent.p50 {
    width: 50%;
}

.mylevel_gauge ul li .chart-box .percent.p60 {
    width: 60%;
}

.mylevel_gauge ul li .chart-box .percent.p70 {
    width: 70%;
}

.mylevel_gauge ul li .chart-box .percent.p80 {
    width: 80%;
}

.mylevel_gauge ul li .chart-box .percent.p90 {
    width: 90%;
}

.mylevel_gauge ul li .chart-box .percent.p100 {
    width: 100%;
}

.mypage-warp .r-con .line-5 ul li .box-1 {
    float: none;
    width: 100%;
}

.mypage-warp .r-con .line-5 ul li .box-2 dl dd .l-txt {
    display: block;
}

.mypage-warp .r-con .line-4 .l-con .b-txt .levelup_cmt {
    color: #898989;
}

#nt_footer .c-con .t-txt p span::after {
    content: "|";
    padding: 0px 8px;
    color: #4a4a4a;
}

.sidebar-list li.m_menu_insta a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.m_menu_insta img {
    width: 20px;
}

.m_menu_insta .m_menu_instaText {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    padding-left: 5px;
    margin-top: -3px;
}

.m_menu_insta .m_menu_instaText span:last-child {
    color: #888;
    font-size: 12px;
    padding-left: 6px;
}

.icon_guide {
    position: fixed;
    right: 25px;
    bottom: 20px;
    z-index: 2;
    cursor: pointer;
    transition-duration: 0.5s;
}

.top_guide {
    display: none;
    cursor: pointer;
}

/* 일일퀘스트 시작 */
.quest_container {
    max-width: 1200px;
    margin: 0 auto;
}

.questArea {
    border: 1px solid #d8d8d8;
    border-radius: 10px;
}

.questIng {
    color: #666666;
}

.questIng .tag {
    margin-left: 15px;
    padding: 9px 16px;
    border-radius: 10px;
    font-size: 12px;
}

.questIng .score span:first-child {
    color: #FF3300;
}

.questIng .score span:last-child::before {
    content: "/";
    padding-right: 3px;
}

.questIng ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 980px;
    margin: 40px auto;
}

.questIng ul li {
    display: flex;
    align-items: flex-end;
    margin: 10px 0px;
}

.questIng ul li .process_name div {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}

.processbarBg {
    background-color: #f2f2f2f2;
    position: relative;
    width: 306px;
    border-radius: 50px;
    height: 20px;
}

.processbar {
    background-color: #ff3300;
    position: absolute;
    height: 100%;
    border-radius: 10px;
}

.processbar.processbar00 {
    width: 0%;
}

.processbar.processbar10 {
    width: 10%;
}

.processbar.processbar20 {
    width: 20%;
}

.processbar.processbar30 {
    width: 30%;
}

.processbar.processbar40 {
    width: 40%;
}

.processbar.processbar50 {
    width: 50%;
}

.processbar.processbar60 {
    width: 60%;
}

.processbar.processbar70 {
    width: 70%;
}

.processbar.processbar80 {
    width: 80%;
}

.processbar.processbar90 {
    width: 90%;
}

.processbar.processbar100 {
    width: 100%;
}

.questIng .tag.stand_tag {
    color: #6b6b6b;
    background-color: #F8F8F8;
}

.questIng .tag.ing_tag {
    color: #FF974B;
    background-color: #FFF0DA;
}

.questIng .tag.end_tag {
    color: #FF3300;
    background-color: #FFECE3;
}

.questResult {
    height: 88px;
    background-color: #ffe8dd;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.questResult .pro {
    display: flex;
    align-items: center;
    color: #FF3300;
    font-size: 18px;
    font-weight: 700;
    margin-left: 40px;
    width: 66%;
}

.questResult .pro span {
    padding: 0px 30px;
    text-align: center;
}

.questResult .pro_btn {
    background-color: #FF3300;
    color: #fff;
    height: 100%;
    border-radius: 0px 0px 10px 0px;
}

.questResult .pro_btn span:first-child {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.questResult .pro_btn div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
    padding: 0px 30px;
}

.questResult .pro_btn b {
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    padding: 0px 5px 0px 10px;
}

.questResult .pro_btn span:last-child {
    background-color: #fff;
    border-radius: 50px;
    color: #FF3300;
    font-weight: 500;
    padding: 0px 10px;
}

.questResult .pro_btn.pro_btn_no {
    background-color: #ff330061;
    color: #ffffff6b;
}

.questResult .pro_btn.pro_btn_no span:last-child {
    background-color: #ffffff6e;
    color: #ffa389;
}

.questResult .processbarBg {
    width: 400px;
    background-color: #fff;
}

.attention_area {
    background-color: #fff;
    font-size: 14px;
    padding: 35px 0px 45px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.63);
}

.attention_area p {
    font-weight: 700;
}

.attention_area div {
    margin: 0 auto;
}

.attention_area p {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pro_txt_w {
    display: block;
}

.pro_txt_m {
    display: none;
}

/* 일일퀘스트 끝 */

.top-join-warp .r-link a.join_etc {
    font-weight: 700;
}

.top-join-warp .r-link a.join_etc img {
    margin-bottom: 3px;
    margin-right: 3px;
}

.pointbox {
    background-color: #ff4500;
    color: #fff;
    padding: 2px 6px;
    border-radius: 8px;
    font-size: 11px;
}

.pointbox:hover {
    color: #fff;
}

.join_icon {
    position: relative;
}

.join_icon>i {
    font-size: 30px;
    margin-top: 5px;
    color: #fff;
    width: 46px;
}

.join_icon>img {
    width: 40px;
    height: 40px;
}

/* 230714 woo 래플캐시 */
.mypage-warp .r-con .line-2 span {
    float: none;
    width: auto;
}

.mypage-warp .r-con .line-2 {
    display: flex;
    justify-content: space-between;
}

.mypage-warp .r-con .mypage-point .point-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mypage-warp .r-con .mypage-point .point-box span.r-point {
    text-align: left;
}

.mypage-warp .r-con .mypage-point ul {
    border-top: 1px solid #ddd;
}

.mypage-warp .r-con .mypage-point ul.tabsPoint {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    text-align: center;
    border-top: 0px;
    margin-top: 30px;
}

.mypage-warp .r-con .mypage-point ul.tabsPoint li {
    background: none;
    display: inline-block;
    padding: 20px 5px;
    cursor: pointer;
    border-top: 0px;
    border-bottom: 1px solid #000;
    font-weight: 700;
}

.mypage-warp .r-con .mypage-point ul.tabsPoint li.current {
    background: #fff;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #fff;
}

.tabsPoint-content {
    display: none;
    background: #fff;
}

.tabsPoint-content.current {
    display: inherit;
}

.mypage-warp .r-con .mypage-point ul.pagination {
    border-top: 0px;
}

.mypage-warp .r-con .mypage-point ul.pagination li {
    width: auto;
    border-bottom: 0px;
}

/**/
.list-box_point .b-txt {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 10px;
}

.point-pay {
    /* text-align:left; */
    display: flex;
    justify-content: space-between;
    padding: 3px 0px;
    font-size: 14px;
}

.point-pay img {
    padding-right: 10px;
}

.point-pay span {
    padding-right: 15px;
    font-size: 18px;
}

.point_r-con_pay .point-pay {
    font-size: 15px;
}

.point_r-con_pay span strong {
    font-size: 25px;
}

.b-txt~.point_p-txt .point-pay_cash {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.point-pay.point-pay_cash {
    justify-content: flex-end;
}

#sit form .point-con .point_r-con .point_r-con_pay .point-pay {
    margin: 0px;
    margin-bottom: 5px;
    width: 100%;
    padding: 0px 5px;
    align-items: center;
}

.point-con .point_r-con .point_r-con_pay {
    margin: 10px 0px;
    display: flex;
    justify-content: flex-end;
}

#sit form .point-con .point_r-con .point_r-con_pay .point-pay span {
    font-size: 25px;
}

.point-con .point_r-con input:disabled {
    background: #e3e3e3;
}

.mypage-warp .r-con .line-2 span {
    float: none;
    width: auto;
}

.mypage-warp .r-con .line-2 {
    display: flex;
    justify-content: space-between;
}

.input-group_cash {
    flex-wrap: unset;
}

.event-view-warp .input-group_cash .event_btn {
    margin: 5px;
}

.event_pt {
    display: inline-block;
}

.event_point_cash {
    background-color: #ff0000;
}

/* 회원가입 일부 수정 */
p.login_new_title {
    font-family: 'SBAggro';
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -1.5px;
    ;
    padding-bottom: 10px;
}

.popup_sns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.popup_sns a {
    color: #232323;
    font-size: 12px;
    width: 33%;
    text-align: center;
}

.popup_sns a li {
    border: 1px solid #e5e5e5;
    padding: 20px 0px;
}

.popup_sns img {
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    display: block;
}

.login-warp .login-box .popup_form {
    overflow-y: scroll;
    margin-bottom: 20px;
    max-height: 100%;
}

.login-warp .login-box .popupForm,
.login-warp .login-box .popupForm li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.login-warp .login-box .popupForm {
    text-align: left;
}

.login-warp .login-box .popupForm li {
    margin-top: 0px !important;
    padding-bottom: 15px;
}

.login-warp .login-box .popupForm li:last-child {
    padding-bottom: 0px;
}

.login-warp .login-box .popupForm li dl {
    display: flex;
    align-items: center;
}

.login-warp .login-box .popupForm li dl dt {
    width: 25%;
    font-size: 13px;
}

.login-warp .login-box .popupForm li dl dd {
    width: 75%;
}

.login-warp .login-box .popupForm li dl dt a {
    font-size: 14px;
    color: #878787;
}

.login-warp .login-box .popupForm input[type="text"],
.login-warp .login-box .popupForm input[type="password"],
.login-warp .login-box .popupForm input[type="email"],
.login-warp .login-box .popupForm select {
    border: 1px solid #e5e5e5;
    font-size: 13px;
    font-family: 'SUIT', sans-serif;
    height: 42px;
    padding: 5px 10px;
    width: 90%;
}

.login-warp .login-box .popupForm input[type="checkbox"] {
    border: 1px solid #e5e5e5;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.login-warp .login-box .popupForm .complate {
    text-align: center;
}

.login-warp .login-box .popupForm input[type="submit"] {
    width: 90%;
    margin: 10px;
    background-color: #ffd619;
    border: 1px solid #e5e5e5;
    color: #232323;
    font-family: "SBAggro", sans-serif;
    border: 0;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
}

.login-warp .login-box .popupForm .chk {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #e5e5e5;
    padding: 15px 0px;
    margin-top: 10px;
}

.login-warp .login-box .popupForm .chk div:first-child {
    margin-right: 30px;
}

.login-warp .login-box .popupForm .chk a {
    color: #232323;
    font-weight: 500;
    font-size: 13px;
    text-decoration: underline;
}

.account {
    color: #fff;
    background-color: #232323;
    font-size: 13px;
    width: 133px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
}

.account_txt {
    color: #00c300;
    font-size: 13px;
    padding-left: 10px;
}

.register_snsLogin .form-group {
    margin-bottom: 0px;
    padding: 0px;
    flex-wrap: nowrap;
    align-items: center;
}

.register_snsLogin .col-form-label {
    padding: 0px;
    margin: 0px;
}

.register_snsLogin .col-sm-2,
.register_snsLogin .col-sm-10 {
    flex: auto;
    max-width: none;
    text-align: center;
}

#sns_login~p.login_new_title {
    text-align: center;
}

.login-warp .login-btn input[type="submit"] p.login_new_title {
    padding-bottom: 0px;
}

.realTimeArea {
    width: 100%;
    max-width: 640px;
    margin: 24px auto;
    height: 64px;
    overflow: hidden;
    position: relative;
}

.realTimeArea .realTimeBg {
    /* position:absolute;
    top:0px; */
    margin: 0;
    padding: 0;
    width: 100%;
}

.notice-list {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}

.realTimeArea li a {
    color: #000;
}

.realTimeArea li a .realTime {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    padding: 12px 34px;
    margin: 10px auto;
    background-color: #FCFCFC;
    border: 1px solid #E7E7E7;
}

.realTimeArea li a .realTime .realTimeTxt {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.realTimeArea li a .realTime div:last-child {
    text-decoration: underline;
    font-weight: 900;
}

.realTimeArea li a .realTime img {
    width: 28px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}

.realTimeArea li a .realTime b {
    margin: 0px 5px;
    vertical-align: text-top;
    display: inline-block;
}

.realTimeArea li a .realTime .text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* width: 325px; */
}

.realTimeArea li a .realTime .text.text_user {
    max-width: 100px;
}

.realTimeArea li a .realTime span {
    height: 25px;
}

.realTimeArea li a .realTime.buy {
    background-color: #FFFAF3;
    border: 1px solid #FFEED6;
    box-sizing: border-box;
}

.realTimeArea li a .realTime.buy div:last-child,
.realTimeArea li a .realTime .realTimeTxt .item {
    color: #FFAC33;
    max-width: 220px;
}

.realTimeArea li a .realTime .realTimeTxt .item {
    display: none;
}

.naver-point {
    margin-top: 10px;
    background: #fbfbfb;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
}

.naver-point .naver-pointTitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 2.3;
    padding-right: 16px;
}

.naver-point .naver-pointTitle img {
    width: 20px;
    vertical-align: middle;
}

.naver-point .naver-pointCont select {
    border: 1px solid #e5e5e5;
    padding: 10px;
}

.naver-point .naver-pointCont label {
    margin: 0;
    margin-left: 20px;
}

.naver-point .naver-pointCont label span {
    font-weight: 900;
    color: #09aa5c;
}

.naver-point .naver-pointCont button {
    background-color: #e3f6ed;
    color: #09aa5c;
    padding: 12px;
    border-radius: 100px;
    font-weight: 800;
    margin-left: 20px;
}

.p-replyName {
    color: #999999;
}

.na-reply {
    background-image: url('../../../img/icon_reply2.png');
}

/* 댓글 ui 시작, 231026 */
.replyaddBtn {
    background-color: rgba(255, 86, 86, 0.04);
    color: #FF5656;
    font-weight: 600;
    font-size: 14px;
    display: -webkit-inline-box;
    padding: 6px 10px 6px 16px;
    margin-bottom: 20px;
    cursor: pointer;
}

.replyaddBtn::after {
    content: url('../../../img/reply_arrow_on.png');
    vertical-align: middle;
}

.replyaddBtn.active {
    background-color: #f9f9f9;
    color: #333;
}

.replyaddBtn.active::after {
    content: url('../../../img/reply_arrow_off.png');
    vertical-align: middle;
}

.basic-view-warp .comment .coment-list ul li {
    border-bottom: 1px solid #fff;
}

.basic-view-warp .comment .coment-list ul li .lineArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.basic-view-warp .comment .coment-list ul li .depth-1 {
    border-bottom: 0px;
}

.basic-view-warp .comment .coment-list ul li .depth-1 .correction-btn {
    width: 100%;
    position: unset;
}

.basic-view-warp .comment .coment-list ul li .depth-1 .correction-btn a.correction_Btns {
    background-color: #fff;
}

.basic-view-warp .comment .coment-list ul li .lineArea .grayed {
    color: #9b9b9b;
    font-weight: 500;
    font-size: 14px;
}

.replyaddBtn_all {
    cursor: pointer;
    text-align: center;
    display: block;
}

.coment-list ul li article[class*="sub_"] {
    display: none;
}

/* 댓글 ui 끝, 231026 */
.bestLike_list {
    margin-top: 20px;
    margin-bottom: 10px;
}

.bestLike_list .l-title_new {
    font-family: 'Black Han Sans', sans-serif;
    font-size: 30px;
}

.bestLike_list ul {
    background-color: #FFFAF9;
}

.bestLike_list ul li {
    border-bottom: 1px solid #FFF0ED;
}

.bestLike_list ul li a dl {
    justify-content: flex-start;
    padding: 5px 10px;
}

.bestLike_list ul li a dl,
.bestLike_list ul li a dl dt,
.bestLike_list ul li a dl dd {
    display: flex;
    align-items: center;
}

.bestLike_list ul li a dl dt {
    font-weight: 500;
    overflow: hidden;
}

.bestLike_list ul li a dl dt span {
    padding-left: 10px;
    /* width:220px; */
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bestLike_list ul li a dl dt p.num {
    color: #fff;
    background-color: #FF3300;
    width: 25px;
    text-align: center;
    line-height: 2;
    font-weight: bold;
    border-radius: 5px;
}

.bestLike_list ul li a dl dd {
    padding-left: 5px;
    color: #FF3300;
    ;
}
/* 비밀번호 리셋 231122*/
#find_info h3,
#pw_reset p {
    font-weight:800;
    font-size:18px;
}
#pw_reset {
    text-align:center;
}
#pw_reset p {
    margin-bottom:20px;
}
#find_info #info_fs {
    margin:0 auto;
}
.new_win .cert_btn {
    text-align:center;
}
.new_win .win_btn {
    margin-top:10px;
}
.new_win .new_win_con {
    border:1px solid #f3f3f3;
    padding:40px 20px;
}
#find_info p {
    margin-bottom:20px;
}
#find_info #info_fs .frm_input {
    position:relative;
    left:50%;
    transform:translateX(-50%);
}
#pw_reset .full_input {
    width:35%;
    margin:0 auto;
    margin-bottom:10px; 
    display:block;
}
/* 게시판 view 더보기 231123 */
.listAdd_new {
    margin-top: 20px;
}

.listAdd_new .title2 {
    font-size: 17px;
    font-weight: 700;
    line-height: 3;
    border-top: 1px solid #000;
    border-bottom: 1px solid #ddd;
}

.listAdd_new .list_newBtn {
    margin-top: 20px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 3;
}
.list_newthumb_col .newthumb_thumb{
    width:60px;
    height:60px;
    background-color:#fff;
    border-radius:5px;
    display:table-cell;
    vertical-align:middle;
    position:relative;
    overflow: hidden;
}
.list_newthumb_col .newthumb_thumb img {
    height:100%;
    top:50%;
    position:absolute;
    transform:translateY(-50%);
}
ul.list_newthumb_cont li .r-con .name .sv_wrap,
ul.list_newthumb_cont li .r-con .name .r-conif{
    color:#999;
}
.listAdd_new .list_newBtn a {
    text-decoration: none;
    color: #000;
}

.listAdd_new .list_new a,
.listAdd_new .list_new a:hover {
    text-decoration: none;
    color: #000;
}

.listAdd_new .list_new ul.a li {
    border-bottom: 1px solid #ddd;
    line-height: 2.5;
    overflow: hidden;
    font-size: 15px;
}

.listAdd_new .list_new ul.a li,
.listAdd_new .na-subject {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.listAdd_new .list_newthumb ul.list_newthumb_cont li {
    table-layout:fixed;
    display:table;
    width:100%;
    border-bottom:1px solid #ddd;
    padding:10px 0px;
}
.listAdd_new .list_newthumb ul.list_newthumb_cont li:last-child {
    border-bottom:0px;
}
.listAdd_new .list_newthumb ul.list_newthumb_col {
    display:flex;
}
.listAdd_new .list_newthumb ul.list_newthumb_col > li {
    padding:0px 20px;
}
.listAdd_new .list_newthumb ul.list_newthumb_col li:first-child {
    border-top:0px;
}
.listAdd_new .list_newthumb ul li .l-con {
    width:100%;
}
.listAdd_new .list_newthumb ul li .r-con {
    display:flex;
    align-items: center;
    width:100%;
    justify-content: flex-start;
    padding-top:5px;
}
.listAdd_new .list_newthumb li .r-con .name .sv_wrap a, 
.listAdd_new .list_newthumb li .r-con .date, 
.listAdd_new .list_newthumb li .r-con .views,
.listAdd_new .list_newthumb li .r-con .goods {
    color:#999;
    font-size:15px;
}
.listAdd_new .list_newthumb li .r-con>.r-conif span:first-child::before,
.listAdd_new .list_newthumb li .r-con>.r-conif span:not(:last-child):after,
.listAdd_new .list_newthumb li .r-con>.r-conif2 span:not(:last-child):after {
    content:"|";
    color:#d1d1d1;
    padding:0px 5px;
}

@media all and (max-width:1220px) {
    .questArea {
        border: 0px;
    }

    .questIng ul {
        width: 820px;
    }

    .questResult {
        width: 95%;
        margin: 0 auto;
    }

    .questResult .pro {
        width: 65%;
    }

    .questResult .pro_btn {
        width: 35%;
    }

    .questResult .pro span {
        padding: 0px 15px;
    }

    .questResult .pro_btn div {
        width: 364px;
    }

    .attention_area {
        width: 90%;
        margin: 0 auto;
    }
}

@media all and (max-width:1200px) {
    .basic-list-warp .boxy_left .list.list_influencer ul li .l-con {
        width: 100%;
    }

    .questResult .pro {
        margin-left: 10px;
    }

    .questResult .processbarBg {
        width: 320px;
    }

    .questResult .pro {
        width: 60%;
        font-size: 16px;
        padding: 0px 5px;
        margin-left: 0px;
    }

    .questResult .pro_btn {
        width: 40%;
    }

    #sit form .point-con .point_r-con .point_r-con_pay .point-pay span {
        font-size: 18px;
        padding-right: 0px;
    }

    .point-con .point_r-con {
        width: 600px;
    }
}

@media all and (max-width:960px) {
    .list-images ul li .mainTab_thumb {
        height: 140px;
    }

    .questIng ul {
        flex-direction: column;
        width: 100%;
    }

    .questResult {
        flex-direction: column;
        height: auto;
    }

    .questResult .pro {
        width: 90%;
    }

    .questResult .pro_btn {
        width: 100%;
    }

    .questResult .pro {
        justify-content: center;
        padding: 20px 5px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .questResult .pro_btn {
        border-radius: 0px 0px 10px 10px;
    }

    .questResult .pro_btn div {
        margin: 10px auto;
    }

    .questResult .processbarBg {
        width: 100%;
        margin-top: 10px;
    }

    .pro_txt_m {
        display: block;
        font-size: 20px;
        font-weight: 900;
    }

    .pro_txt_w {
        display: none;
    }

    .questResult .pro_btn div {
        margin: 20px auto;
    }

    #sit form .point-con .point_r-con .point_r-con_pay .point-pay span {
        font-size: 25px;
    }

    .naver-point {
        flex-direction: column;
    }

    .naver-point .naver-pointTitle {
        padding-right: 0px;
    }

    .naver-point .naver-pointCont {
        display: flex;
        flex-direction: column;
        width: 70%;
        text-align: center;
    }

    .naver-point .naver-pointCont label {
        margin-left: 0px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .basic-view-warp .comment .coment-list ul li .lineArea {
        flex-direction: column;
    }

    .basic-view-warp .comment .coment-list ul li .depth-1 .correction-btn {
        margin: 10px 0px;
    }
    
    #pw_reset .full_input {
        width:100%;
    }
    
    .listAdd_new .list_newthumb ul.list_newthumb_col {
        flex-direction: column;
    }
    .listAdd_new .list_newthumb ul.list_newthumb_col > li {
        padding:0px;
    }
    .listAdd_new .list_newthumb ul.list_newthumb_col > li:last-child {
        border-top:1px solid #ddd;
    }
}

@media all and (max-width:760px) {
    .list-images ul li .mainTab_thumb {
        height: 189px;
    }

    .list-images {
        padding: 30px 0;
    }

    .board-warp .boxy-warp.boxy-area {
        flex-direction: column;
    }

    div[class*="maintab2-0"] {
        height: auto;
    }

    .mainTab_add {
        border: 1px solid #888;
    }

    .main-title a:not(.main-title_link) {
        display: none;
        justify-content: flex-start;
    }

    .board-warp .boxy-warp .board {
        border-bottom: 0;
    }

    .mainTab_add:after {
        content: "+";
        background: none;
        vertical-align: 0;
    }

    .mainTab_add {
        text-align: center;
    }

    .basic-list-warp .list ul li .r-con .name {
        width: auto;
        margin-right: 5px;
    }

    .basic-list-warp .list ul li .r-con .name .sv_wrap a {
        color: #999;
    }

    .basic-list-warp .list ul li .r-con>div.r-conif2 {
        justify-content: flex-start;
        width: 100%;
    }

    .basic-list-warp .list ul li .r-con>div.r-conif2 .views {
        padding-left: 5px;
    }

    .basic-list-warp .boxy_left .list ul li .r-con,
    .basic-list-warp .list ul li .r-con {
        justify-content: flex-start;
        padding-top: 5px;
    }

    .basic-list-warp .list ul li .r-con>.r-conif span:first-child::before,
    .basic-list-warp .list ul li .r-con>.r-conif span:not(:last-child):after,
    .basic-list-warp .list ul li .r-con>.r-conif2 span:not(:last-child):after {
        content: "|";
        color: #D1D1D1;
        /* vertical-align: middle; */
    }

    .basic-list-warp .list ul li .r-con>.r-conif span:not(:last-child):after {
        padding-left: 10px;
    }

    .basic-list-warp .list ul li .r-con>.r-conif span:first-child::before {
        padding-right: 10px;
    }

    .basic-list-warp .list ul li .r-con .date,
    .basic-list-warp .list ul li .r-con .views {
        width: auto;
    }

    .basic-list-warp .list ul li .r-con>.r-conif .goods {
        display: block;
        color: #999;
        font-size: 15px;
    }

    .basic-list-warp .boxy_area .list ul li {
        table-layout: fixed;
    }

    .r-con_thumb {
        width: 60px;
        height: 60px;
        background-color: #fff;
        border-radius: 5px;
        display: table-cell;
        vertical-align: middle;
        position: relative;
        overflow: hidden;
    }

    .r-con_thumb img {
        width: 100%;
        height: 100%;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        object-fit: cover;
    }

    .basic-list-warp .list ul li .r-con .name .sv_wrap a,
    .r-con_listProfile {
        vertical-align: middle;
    }

    #alarm_pop {
        left: 50%;
        transform: translate(-50%);
        width: 95%;
    }

    .basic-list-warp .list ul li .r-con .name .sv_wrap a {
        width: auto;
    }

    .top_guide {
        display: block;
    }

    .icon_guide {
        display: none;
    }

    .list-box_point ul li a .point_p-txt {
        width: 300px;
    }

    .input-group_cash {
        flex-wrap: wrap;
    }

    #sit form .point-con .point_r-con .point_r-con_pay .point-pay {
        padding: 0px 10px;
    }

    .realTimeArea {
        width: 90%;
        height: 83px;
        margin: 10px auto;
    }

    .realTimeArea li a .realTime {
        font-size: 12px;
        padding: 10px;
    }

    .realTimeArea li a .realTime,
    .realTimeArea li a .realTime .realTimeTxt {
        flex-direction: column;
    }

    .realTimeArea li a .realTime div:last-child {
        display: none;
    }

    .realTimeArea li a .realTime span {
        height: 22px;
    }

    .realTimeArea li a .realTime b {
        margin: 0px 3px;
    }

    .realTimeArea li a .realTime img {
        margin-right: 5px;
        width: 24px;
    }

    .realTimeArea li a .realTime .text.text_user {
        max-width: 57px;
    }

    .realTimeArea li a .realTime .text.text_title {
        max-width: 250px;
        width: 100%;
        text-align: center;
    }

    .realTimeArea li a .realTime .realTimeTxt .item {
        display: block;
        max-width: 100%;
    }
}

@media all and (max-width:490px) {
    .list-images ul li .mainTab_thumb {
        height: 140px;
    }

    .mainTab {
        line-height: 2.5;
    }

    .mainTab li {
        height: 40px;
    }

    .mainTab-content02.current .list-images_area {
        height: auto;
    }

    .list-images ul li .mainTab_txt span {
        font-size: 14px;
    }

    .list-images ul {
        flex-wrap: wrap;
    }

    .list-images ul li {
        flex: 1 1 45%;
    }

    .list-images ul li .mainTab_thumb {
        margin: 5px;
    }

    .list-images ul li .mainTab_txt {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .main_row {
        justify-content: space-evenly;
        margin-right: 10px;
    }

    .isale-warp ul li {
        justify-content: space-evenly;
    }

    .basic-list-warp .list ul li .l-con .title {
        padding: 0;
    }

    .bouse_btn button {
        width: 80px;
        height: 80px;
    }

    .bouse_btn button .txt {
        font-size: 12px;
    }

    .bouse_btn button b {
        font-size: 24px;
        line-height: 1;
    }

    .basic-list-warp .list ul li .r-con .date,
    .basic-list-warp .list ul li .r-con .name,
    .basic-list-warp .list ul li .r-con .views,
    .basic-list-warp .list ul li .r-con>.r-conif .goods {
        font-size: 13px;
        padding: 0;
        line-height: 1;
    }

    .basic-list-warp .list ul li .r-con>.r-conif span:first-child::before,
    .basic-list-warp .list ul li .r-con>.r-conif span:not(:last-child):after {
        padding: 0 5px;
    }

    .processbarBg {
        width: 230px;
    }

    .point-pay img {
        width: 7%;
    }

    .mypage-warp .r-con .mypage-point .point-box {
        flex-wrap: wrap;
        flex: 1 1 50%;
    }

    .mypage-warp .r-con .mypage-point .point-box span.r-point {
        text-align: right;
    }

    .naver-point .naver-pointCont {
        width: 90%;
    }
}

@media all and (max-width:400px) {
    .list-images ul li .mainTab_thumb {
        height: 100px;
    }

    .point-con .point_r-con .point_r-con_pay {
        flex-direction: column;
    }
}