 @charset "UTF-8";
/**
   Bang So Jung CSS
   http://bangsojung.com/
**/
/*

        레이아웃을 제외한 CSS

*/

/*
PFP UI 강조
*/
.isPFP {
    color: #1d7ff9 !important;
}

.btn_box {display:flex;align-items:center;justify-content:center;gap:13px;}
.btn_box .btn {display:flex;flex:1 1 100%;height:50px;align-items:center;justify-content: center;box-sizing:border-box;font-size:20px;font-weight:500;border-radius:5px;;}
.btn_box .btn.white  {color:#999;border:1px solid #999;background:#fff;}
.btn_box .btn.blue  {color:#fff;border:1px solid #1D7FF9;background:#1D7FF9}

/*------------------------------------------------------
    COMMON
------------------------------------------------------*/
#COMMON__CONTENT {margin-top:100px;}

#COMMON__CONTENT.detail {margin:85px 0 -85px 0;padding:50px 0 90px 0;background:#EDEDED}
#COMMON__CONTENT.detail .common__head {justify-content:space-between;border:0;}
#COMMON__CONTENT.detail .common__head .reload {padding:0 15px;height:39px;line-height:39px;border-radius:41px;background:#fff;;}
#COMMON__CONTENT.detail .common__head .reload span {display:inline-block;padding:0 29px 0 0;font-size:16px;color:#333;font-weight:500;background:url(/static/pc/images/common/ico_reload.svg) no-repeat 100% 50%;}

.common__top {margin-bottom:16px;}
.common__body + .common__top  {margin-top:40px;}
.common__head {display:flex;align-items:center;}
.common__title {font-weight:700;font-size:28px;color:#333;line-height:34px;}
.common__important {position:relative;margin-left:8px;}
.common__important button {background-color:transparent;}
.common__impor_box {opacity:0;position:absolute;top:-13px;left:47px;width:max-content;padding:19px;background-color:#fff;border-radius:11px;box-shadow:0px 0px 13px #ebebeb;font-weight:400;font-size:18px;color:#1D7FF9;line-height:18px;box-sizing:border-box;visibility:hidden;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s;}
.common__impor_box::before {content:'';position:absolute;top:50%;left:-20.09px;width:20.09px;height:20.09px;margin-top:-10px;background-repeat:no-repeat;background-position:left center;background-image:url(/static/pc/images/common/impor_box_bg.svg);}
.common__impor_box.active {opacity:1;visibility:visible;}
.common__btn {font-size:12px;color:#1d7ff9;text-decoration:underline;}
.common__btn:hover {font-weight:500;}
/* @media screen and (max-width: 1200px){
    .common__title {font-size:30px;}
    .common__impor_box {font-size:16px;}
}
@media screen and (max-width: 1080px){
    .common__top {margin-bottom:25px;}
    .common__head {padding-bottom:20px;}
    .common__title {font-size:27px;}
    .common__important {margin-left:12px;}
    .common__impor_box {font-size:15px;}
}
 */

/* 태그 메뉴 */
.common__tags {display:flex;flex-wrap:wrap;margin:16px 0;gap:16px}
.common__tags a {display:inline-block;padding:15px 13px;background-color:#fff;border-radius:24px;border:1px solid #e5e5e5;font-weight:500;font-size:20px;color:#c8c8c8;letter-spacing:-0.5px;line-height:12px;}
.common__tags a:hover {background-color: #c8c8c8;color:#fff;}
.common__tags a.on {background-color:#999999;color:#fff;}
.common__tags a.on:hover {background-color: #c8c8c8;color:#fff;}
/* @media screen and (max-width: 1200px){
    .common__tags a {margin-right:10px;margin-bottom:10px;padding:12px 10px;font-size:16px;}
}
@media screen and (max-width: 1080px){
    .common__tags a {margin-right:8px;margin-bottom:8px;padding:10px 7px;font-size:16px;}
} */


/* COMMON__SLIDER */
#COMMON__SLIDER {}
.slider__area {overflow:hidden;height:0px;padding-top:500px;}
.slider--thumb {position:absolute;top:0;left:0;right:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover;}
.slider--slogan {position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:flex-end;max-width:1400px;height:100%;margin:0 auto;;box-sizing:border-box;z-index:2;}
#COMMON__SLIDER .swiper-pagination-bullet {width:6px;height:6px;background-color:#fff;}
.slide__navi {display:flex;align-items:center;position:absolute;left:0;right:0;bottom:44px;width:100%;box-sizing:border-box;z-index:2;}
.slide__navi .swiper-pagination {order:1;display:flex;align-items:center;justify-content:center;position:static;width:69px;height:35px;margin-right:11px;font-weight:500;font-size:18px;color:#fff;}
.slide__navi .swiper-pagination span {margin:0 5px;}
.slide__navi .swiper-pagination::before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;border-radius:17.5px;opacity:0.3;z-index:-1;}
.slide__navi .swiper-button-next,
.slide__navi .swiper-button-prev {position:relative;width:32px;height:35px;margin-top:0px;z-index:2;}
.slide__navi .swiper-button-next {order:4;right:0;margin-left:3px;}
.slide__navi .swiper-button-prev {order:2;left:0;margin-right:3px;}
.slide__navi .swiper-button-next::after,
.slide__navi .swiper-button-prev::after {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center;z-index:2;}
.slide__navi .swiper-button-prev::after {background-image:url(/static/pc/images/sub/slider_prev.svg);}
.slide__navi .swiper-button-next::after {background-image:url(/static/pc/images/sub/slider_next.svg);}
.slide__navi .swiper-button-next::before,
.slide__navi .swiper-button-prev::before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.3;z-index:-1;}
.slide__navi .swiper-button-prev::before {border-radius:30px 0px 0px 30px;}
.slide__navi .swiper-button-next::before {border-radius:0px 30px 30px 0px;}
.slide__navi .swiper-button-play {display:none;order:3;position:relative;width:32px;height:35px;background-image:url(/static/pc/images/sub/slider_play.svg);background-repeat:no-repeat;background-position:center;cursor:pointer;}
.slide__navi .swiper-button-play::before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.3;z-index:-1;}
.slide__navi .swiper-button-pause {order:3;position:relative;width:32px;height:35px;background-image:url(/static/pc/images/sub/slider_pause.svg);background-repeat:no-repeat;background-position:center;cursor:pointer;}
.slide__navi .swiper-button-pause::before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.3;z-index:-1;}
@media screen and (max-width: 1445px){
    .slider--slogan {margin:0px 15px;}
}
@media screen and (max-width: 1260px){
    .slider__area {padding-top:40.3%;}
    .slide__navi {bottom:20px;}
}

/* product */
.product__area + .product__area {margin-top:20px;}
.product__details {width: 282px;height:396px;position:relative;overflow:hidden;box-sizing:border-box;box-shadow : 0px 4px 16px rgba(0,0,0,0.12);border-radius: 8px;}
.product__details:after {position:absolute;top:0;right:0;bottom:0;left:0;border:none;transition: all 0.1s linear;content:'';background: #fff;}
.product__details .details--thumb a:after {position: absolute;top:-1px;right:-1px;bottom:0;left:-1px;border: 0;transition: all 0.1s linear;content:'';}
.product__details .fav {display:none;}
.product__details .fav img {z-index:10;position:absolute;top:18px;left:15px;width:40px;height:40px;font-size:0;}

.product__details.on .details--thumb {border-bottom:0;}
/* .product__details.on .details--thumb a:after {border: 3px solid #79b5ff;border-bottom:0;} */
.product__details.on .details--infos {border-top:1px solid #e5e5e5}
.product__details .fav {display:block;}
/* .product__details.on:after {border: 3px solid #79b5ff;} */



.product__area.rank {}
.product__area.rank .product__details:nth-child(1) {order:4;}
.product__area.rank .product__details:nth-child(1):after {border:0;}
.product__area.rank .product__details:nth-child(2) {order:1}
.product__area.rank .product__details:nth-child(3) {order:2}
.product__area.rank .product__details:nth-child(4) {order:3}
.product__area.rank .product__details:nth-child(5) {order:5}
.product__area.rank .product__details {position:relative;order:5;overflow: inherit;}
.product__area.rank .product__details:nth-child(1):after {display:none;}

.product__area.rank .product__details .rank__tab {position:absolute;top:0;right:0;bottom:0;left:0;}
.product__area.rank .product__details .rank__tab .tab {display:flex;align-items: center;justify-content: center;}
.product__area.rank .product__details .rank__tab .tab li {flex:1 1 50%;list-style:none;}
.product__area.rank .product__details .rank__tab .tab li a {position:relative;display:flex;justify-content:center;height:54px;font-size:20px;font-weight:500;color:#fff;line-height:48px;border:1px solid #1d7ff9;background:#1d7ff9;border-radius:4px 4px 0 0;;box-sizing:border-box;}
.product__area.rank .product__details .rank__tab .tab li + li {margin-left:4px;}
.product__area.rank .product__details .rank__tab .tab li + li a {color:#333;border:1px solid #e5e5e5;background:#f6f6f6;}



.product__area.rank .product__details .rank__tab .tab_cont  {z-index:1;position:relative;height:435px;margin-top:-12px;padding:24px;border-radius:0 0 4px 4px;border-top:0;background: url(/static/pc/images/common/round.png) no-repeat 50% -40px;background-size:335px auto;}
.product__area.rank .product__details .rank__tab .tab_cont + .tab_cont {border-top:0;background-image: url(/static/pc/images/common/round02.png)}
.product__area.rank .product__details .rank__tab .tab_cont + .tab_cont .people .num {color:#333;}
.product__area.rank .product__details .rank__tab .tab_cont + .tab_cont .descript {font-weight:700;color:#333;}
.product__area.rank .product__details .rank__tab .tab_cont + .tab_cont .btn_box .q {font-weight:700;color:#333;border-color:#333}

.tab_cont .people {}
.tab_cont .people + .people {margin-top:10px;}
.tab_cont .people a {box-sizing: border-box;display:flex;align-items:center;height:74px;padding:0 24px 0 12px;border-radius:5px;background:#fff;}
.tab_cont .people .num {width:36px;line-height:0;text-align:center;font-size:30px;font-weight:700;color:#1D7FF9}
.tab_cont .people dl.profile {display:flex;flex-wrap:wrap;justify-content:space-between;position:relative;margin-left:12px;padding-left:48px;}
.tab_cont .people dl.profile dt {flex:1 1 100%;padding-bottom:4px;font-size:15px;color:#333;font-weight:700;}
.tab_cont .people dl.profile dd {font-size:12px;color:#333;font-weight:500}
.tab_cont .people dl.profile dd.point {padding-right:15px;color:#1D7FF9;background:url(/static/pc/images/common/ico_point.svg) no-repeat 100% 50%;background-size:11px auto;}
.tab_cont .people dl.profile dd.img {position:absolute;top:2px;left:0;;width:35px;height:35px;border-radius:32px;background-color:#efece8;background-position:50% 50%;background-repeat: no-repeat;background-size:cover;}
.tab_cont .descript {padding:20px 0;text-align:center;font-size:12px;color:#fff;}
.tab_cont .btn_box {text-align: center;}
.tab_cont .btn_box .q {display:inline-block;height:40px;line-height:40px;padding:0 14px;box-sizing:border-box;border:1px solid #fff;border-radius:5px;font-size:15px;color:#fff;font-weight:500;}


.details--thumb {z-index:1;box-sizing: border-box;position:relative;height:188px;border: none;border-bottom: 1px solid #e5e5e5;}
/* .thumb_image {position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover;} */
.details--thumb img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit: cover;}
.details--thumb .btn_delete {position:absolute;top:20px;left:16px;display:flex;align-items:center;justify-content:center;width:49px;height:29px;background-color:#e5e5e5;border-radius:2px; border:1px solid #e5e5e5;text-align:center;font-weight:500;font-size:14px;color:#171717;}
.details--infos {box-sizing: border-box;position:relative;padding:16px 16px;background-color:#fff;height: 176px;}
.details--title a {z-index:1;position:relative;overflow:hidden;display:flex;align-items:center;width:100%;height:75px;line-height:25px;font-weight:700;font-size:20px;color:#171717;white-space:normal;text-overflow:ellipsis;word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;box-sizing:border-box;}
/* .details--infos .details--title a {width:100%;} */
.details--items {z-index:2;box-sizing: border-box;width: 100%;position:relative;display:flex;justify-content:space-between;align-items:center;margin-top:24px;font-size:12px;color:#5e6266}
.details--name {width:65%;}
.details--name a {display:flex;align-items:center;color:#5e6266;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-weight:500;font-size:13px;line-height:13px;color:#333;}
.details--name span {display:inline-block;width:29.5px;height:29.5px;margin-right:5px;background-repeat:no-repeat;background-position:center;background-size:contain;vertical-align:middle;border-radius:100%;}
.details--btn {display:flex;align-items:center;justify-content: right;width:160px;height:30px;box-sizing:border-box;border-radius:2px;}
.details--btn a {display:flex;justify-content:center;align-items:center;width:49px;height:100%;font-weight:400;font-size:11px;color:#999;letter-spacing:-1px;box-sizing:border-box;}
.details--btn a i {display:flex;width:15px;height:15px;margin-right:3px;background-repeat:no-repeat;background-position:center;background-size:contain}
.details--btn > span {display:flex;justify-content:center;align-items:center;width:max-content;height:100%;font-weight:400;letter-spacing: 0px !important;font-size:11px;color:#999;letter-spacing:-1px;box-sizing:border-box;}
.details--btn > span i {display:flex;width:15px;height:15px;margin-right:3px;background-repeat:no-repeat;background-position:center;background-size:contain}
.details--btn a i.detail_delete {background-image:url(/static/pc/images/common/i_close_circle_line.svg);opacity:0.5;}
.details--btn span i.btn_like {background-image:url(/static/pc/images/common/i_like221111.svg);}
.details--btn > span i.btn_hit {background-image:url(/static/pc/images/common/i_view221111.svg);}
.details--btn img {box-sizing: border-box; width: 12px; height: 12px; margin-right: 4px;}
.details--btn a:last-child {border-left:1px solid #E5E5E5}
.details--btn a.on {font-weight:700;color:#0B62CF;}
.details--btn a.btn_detail_delete {width:76px;color:#333;}


/*
@media screen and (max-width: 1080px){
    .product__area {justify-content:space-between;}
    .product__area .product__details {flex:0 1 calc(33% - 20px)}

    .product__area.rank .product__details {flex:0 1 31.9%}
}
@media screen and (min-width: 1025px){
    .aside__wrap > a:hover {font-weight:500;}
    .details--title a:hover {color:#1c7ef9;}
} */



/*------------------------------------------------------
    SUB
------------------------------------------------------*/
.ranking__area {display:flex;justify-content:space-between;}
.ranking__col {width:45.4%;}
.ranking__details {display:flex;align-items:center;height:48px;border-bottom:1px solid #e1e3e6;}
.ranking--number {width:35px;font-weight:500;font-size:14px;color:#5e6266;text-align:center;}
.ranking--name {display:block;width:39.1%;padding-right:10px;padding-left:4px;box-sizing:border-box;font-weight:500;font-size:14px;color:#5e6266;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ranking--name a {color:#5e6266;}
.ranking--upload a {display:flex;align-items:center;line-height:1;width:52px;font-size:12px;color:#5e6266;}
.ranking--upload i {display:inline-block;width:24px;height:24px;margin-right:2px;background-image:url(/static/pc/images/common/icon_upload.svg);background-repeat:no-repeat;background-position:center;}
.ranking--hit {display:flex;align-items:center;justify-content:center;line-height:1;width:62px;padding:0 2px;font-size:12px;}
.ranking--hit i {display:inline-block;width:24px;height:24px;margin-right:2px;background-image:url(/static/pc/images/common/icon_hit.svg);background-repeat:no-repeat;background-position:center;}
.ranking--desc {display:flex;align-items:center;padding-left:9px;font-size:12px;color:#5e6266;white-space:nowrap;}
.ranking--desc i {width:24px;height:24px;background-image:url(/static/pc/images/common/icon_hit.svg);background-repeat:no-repeat;background-position:center;}
.ranking--desc i.i_up {background-image:url(/static/pc/images/common/ico_rank_up.svg);}
.ranking--desc i.i_down {background-image:url(/static/pc/images/common/ico_rank_down.svg);}
.ranking__details.off > * {opacity:0.3;}

/* 랭킹 팝업 */
#modal_ranking .modal_title {font-weight:500;font-size:50px;color:#2f3133}
#modal_ranking .modal_head {height:auto;margin-bottom:1.6rem;background-image:none;flex-direction:column}
@media screen and (min-width: 1025px){
    .aside__wrap > a:hover {font-weight:500;}
    .details--title a:hover {color:#1c7ef9;}
}
@media screen and (max-width: 978px){
    .ranking__col {width:48%;}
}
@media screen and (max-width: 767px){
    .ranking__area {flex-direction:column;}
    .ranking__col {width:100%;}
    .ranking--name {width:calc(100% - 212px);white-space:normal;padding-right:10px;box-sizing:border-box;text-overflow:inherit;overflow:inherit;word-break:break-all;}
    .ranking--number,
    .ranking--name {font-size:12.5px;}
    .ranking__details {height:auto;padding:11.5px 0;}
}
@media screen and (max-width: 520px){
    #modal_ranking .modal_area {min-width:100%;}
}
@media screen and (max-width: 480px){
    .ranking--desc .mo_desc {display:none;}
    #modal_ranking .modal_title {font-size:40px;}
}



/*프로필*/
#modal_profile {top:75px;right:50%;margin-right:-830px;}
.header_sub #modal_profile {top:80px;}
#modal_profile .modal_wrap {width:296px;border-radius:16px;box-sizing:border-box;}
.profile_thumb {width:95%;height:95%;margin:0 auto;border-radius:100%;background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:100%;}
.profile_name {margin:1.5rem 0 2.5rem;text-align:center;}
.profile_name strong {display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:500;font-size:16px;color:#1a1a1a;}
.profile_name span {display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;font-size:13px;}
.profile_pola {margin-bottom:3rem;font-size:14px;color:#4d4d4d;text-align:center;}
.profile_pola strong {font-size:16px;color:#0d73f8;}
.profile_pola strong span {font-weight:400;font-size:14px;}
.profile_btns a {display:block;width:157px;line-height:33px;margin:0 auto;margin-bottom:9px;border:1px solid #666;border-radius:6px;text-align:center;font-weight:500;font-size:15px;color:#666;}
.profile_btns a:hover {border-color:#015cca;color:#015cca;}
.profile_link {display:flex;align-items:center;justify-content:center;margin-top:13px;}
.profile_link a {display:flex;align-items:center;font-weight:500;font-size:12px;color:#666;}
.profile_link a:after {content:'·';display:flex;margin:0 10px;}
.profile_link a:hover {font-weight:500;color:#333;}
.profile_link a:last-child::after {content:none;}
/* @media screen and (max-width: 1715px){
    #modal_profile {margin-right:0px;right:15px;}
} */



/*문서 업로드*/
#modal_upload {}
#modal_upload .modal_area {padding:0px !important;}
#modal_upload .modal_body {height:597px;padding:48px 50px;box-sizing:border-box;}
#modal_upload .modal_title {color:#fff}
.form__row {position:relative;margin-top:18px;}
.form__row_mg {position:relative;margin-top:7px;}
.form__row:first-child {margin-top:0px !important;}
/* 타입1 */
.label {position:absolute;top:13px;left:12px;width:12px;height:12px;text-align:center;z-index:2;}
.lbl {display:block;margin-bottom:15px;font-weight:700;font-size:14px;color:#333}
.int {width:100%;height:37px;padding:10px 15px;padding-left:31px;background-color:#FAFAFA;-webkit-border-radius:6px !important;border-radius:6px !important;-moz-border-radius:6px !important;border:1px solid #E5E5E5;box-sizing:border-box;font-weight:500;font-size:14px;color:#333;}
.int_textarea {display:block;width:100%;height:86px;margin:0px;padding:7px 15px;padding-left:31px;background-color:#FAFAFA;-webkit-border-radius:6px !important;border-radius:6px !important;-moz-border-radius:6px !important;border:1px solid #E5E5E5;box-sizing:border-box;font-weight:500;font-size:14px;color:#333;line-height:22px;}
input.int::placeholder {font-weight:500;color:#999;}
input.int::-webkit-input-placeholder {font-weight:500;color:#999;}
input.int:-ms-input-placeholder {font-weight:500;color:#999;}
textarea.int_textarea::placeholder {font-weight:500;color:#999;}
textarea.int_textarea::-webkit-input-placeholder {font-weight:500;color:#999;}
textarea.int_textarea:-ms-input-placeholder {font-weight:500;color:#999;}
.int_margin_top {margin-top:7px;}
/* 타입 2 */
.int2 {width:100%;height:29px;padding:0 11px;background-color:#fff;border:1.5px solid #7C7C7C;border-radius:6px !important;box-sizing:border-box;font-size:14px;color:#333;}
textarea.int2 {height:143px;padding:4px 11px;line-height:23px;}
.int2::placeholder {font-weight:400;color:#9F9F9F;}
.int2::-webkit-input-placeholder {font-weight:400;color:#9F9F9F;}
.int2:-ms-input-placeholder {font-weight:400;color:#9F9F9F;}
/*--- 라운드 체크 ---*/
.form_onoff {display:flex;text-align:center;}
.form_onoff input[type="checkbox"] {position:absolute;visibility:hidden;}
.form_onoff label {display:flex;align-items:center; cursor: pointer;}
.form_onoff input[type="checkbox"] + label {padding-left:0px;}
.form_onoff input[type="checkbox"] + label > strong {font-weight:700;font-size:14px;color:#bbb;line-height:1;}
.form_onoff input[type="checkbox"] + label > strong.lbl_file {color:#333;}
.form_onoff input[type="checkbox"]:checked + label > strong.lbl_file {color:#bbb;}
.form_onoff input[type="checkbox"]:checked + label > strong.lbl_link {color:#333;}
.form_onoff input[type="checkbox"] + label > div {position:relative;display:flex;align-items:center;height:17px;margin:0px 5px;padding-left:30px;-webkit-transition-duration:0.2s;transition-duration:0.2s;box-sizing:border-box;}
.form_onoff input[type="checkbox"] + label > div:before {content:'';position:absolute;top:0;left:0;display:flex;width:30px;height:100%;background-color:#1C7EF9;border-radius:17px;}
.form_onoff input[type="checkbox"] + label > div > i {display:block;position:absolute;left:3px;top:3px;z-index:1;width:11px;height:11px;margin:0;border-radius:50%;background-image:none !important;background-color:#fff;-webkit-transition-duration:0.2s;transition-duration:0.2s;}
.form_onoff input[type="checkbox"]:checked + label > div > i {-webkit-transform:translateX(13px);transform:translateX(13px);}
.form_onoff input[type="checkbox"]:checked + label > strong {color:#333;}
/* flex */
.form__flex {display:flex;justify-content:space-between;align-items:center;}
/* 중요 */
.sub_impo p {position:relative;margin-top:4px;padding-left:17px;line-height:16px;font-weight:400;font-size:12px;color:#999;}
.sub_impo p:first-child {margin-top:0px;}
.sub_impo p::before {content:'';position:absolute;top:1px;left:0;width:14px;height:14px;margin-right:4px;background-repeat:no-repeat;background-position:center;background-image:url(/static/pc/images/common/i_impo.svg);}
.sub_impo.tac p {padding-left:0px;}
.sub_impo.tac p::before {position:relative;display:inline-block;}
/*--- 파일첨부 ---*/
.int_filebox {position:relative;display:flex;width:100%;}
.int_filebox input[type="file"] {position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;}
.int_filebox_btn {position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer; color:#999;}
.int_filebox_btn {position:absolute;top:0;left:0;width:100%;height:100%;color:#999; cursor: pointer;}

/* 썸네일 선택 */
.form_thumbs {justify-content:space-between;}
.form_thumb_box {position:relative;padding:11px 13px;border-radius:6px;box-sizing:border-box;}
.form_thumb_box label {display:flex;align-items:center;justify-content:space-between;}
.form_thumb_box .radio_icon {position:absolute;top:9px;right:13px;display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:4px;background-color:#999;background-repeat:no-repeat;background-position:center;}
.ico_image_upload {background-image:url(/static/pc/images/common/ico_image_upload.svg);}
.ico_image_suggestion {background-image:url(/static/pc/images/common/ico_image_suggestion.svg);}
.int_thumb {display:block;margin-top:7px;}
.form_thumb_box .int_thumb input {width:100%;background-color:transparent;font-size:12px;color:#999;text-decoration:underline;}
.form_thumb_box .int_thumb {width:100%;background-color:transparent;font-size:12px;color:#999;text-decoration:underline;}

.int_select {position:relative;z-index:2;}
.int_select_main {position:relative;width:100%;height:29px;padding:4px 11px;background-color:#fff;border:1.5px solid #7C7C7C;border-radius:6px !important;box-sizing:border-box;font-size:14px;color:#333;cursor:pointer;}
.int_select_main:after {content:'';position:absolute;top:8px;right:10px;width:10px;height:10px;background-repeat:no-repeat;background-position:center;background-image:url(/static/pc/images/common/select3.svg);}
.int_select_sub {display:none;position:absolute;top:22px;left:0;width:100%;height:155px;padding:6px 0px;background-color:#fff;border:1.5px solid #7C7C7C;border-top:none;;border-radius:0px 0px 6px 6px;box-sizing:border-box;}
.int_select_sub li {list-style:none;}
.int_select_sub li {display:block;margin:5px 0px;padding:0px 11px;font-weight:400;font-size:13px;color:#9F9F9F;line-height:23px;}
.int_select_sub li:active {background-color:#F0F0F0;}
.int_select_sub li:hover {color:#333; cursor: pointer;}
.int_select_main .value {display:none;}
.int_select_sub .value {display:none;}
.int_select.active .int_select_sub {display:block;}
.margin_top {margin-top:10px;}
.int_line {width:100%;border:1px solid #ccc;padding:2rem;box-sizing:border-box;}
textarea.int_line {height:120px;padding:10px}
.file_box {cursor:pointer;}
.preview-area {text-align:center;}
.preview-nopost i {display:block;width:58px;height:40px;margin:0 auto;background-image:url(/static/pc/images/common/preview_icon.png);background-repeat:no-repeat;background-position:center;}
.preview-nopost p {margin-top:1.2rem;font-size:14px;color:#bbb;}
.form_keyword {display:flex;flex-wrap:wrap;font-size:0;height:52px; overflow-y:auto; padding:5px 15px;padding-left:31px}
.form_keyword .int {height:25px;padding:0px;background-color:transparent;border:none;}
.int_keyword {display:inline-block;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}
.form__btns {display:flex;align-items:center;justify-content:center;text-align:center;margin-top:51px;}
.form__btns .btn_type {display:flex;align-items:center;justify-content:center;width:240px;line-height:43px;margin:0 7px;background-color:#fff;border:3px solid #1D7FF9;border-radius:7px;font-family: 'Pretendard';font-weight: 500;font-size: 20px;box-sizing:border-box;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s;}
.ico_upload {display:flex;align-items:center;justify-content:center;width:14.78px;height:14.78px;margin-right:8px;background-repeat:no-repeat;background-position:center;background-image:url(/static/pc/images/common/ico_upload2.svg);}
.form__btns .btn_type.btn_submit {background-color:#1D7FF9;color:#fff;}
.form__btns .btn_type.btn_upload {background-color:#1D7FF9;color:#fff;}
.form__btns .btn_type.btn_cancel {background-color:#fff;color:#1D7FF9;}
.form_desc {font-size:1.6rem;color:#555;}
.form_files {display:flex;}
.form_files a {display:flex;align-items:center;justify-content:center;flex-direction:column;width:64px;height:35px;margin-left:5px;background-color:#999;border-radius:6px;border:1px solid #ccc;font-weight:500;font-size:10px;color:#fff;letter-spacing:-0.01em;}
.form_files a:last-child {margin-right:0px !important;}
.form_files a img {margin-bottom:2px;}
.form_desc_s {font-size:1.4rem;color:#555;}
/* 유의사항 */
.form_notice {padding:4px 11px;background-color:#fff;border:1px solid #7C7C7C;border-radius:6px;font-weight:400;font-size:14px;color:#9F9F9F;line-height:23px;}
.form_notice p {position:relative;margin-bottom:3px;padding-left:15px;}
.form_notice p:last-child {margin-bottom:0px;}
.form_notice p .number_text {position:absolute;top:0;left:0;}
@media screen and (min-width: 1025px){
    .file_box.int_line:hover {border-color:#0C50A5;}
    .file_box.int_line:hover .preview-nopost p {color:#0C50A5;}
    .file_box.int_line:hover .preview-nopost i {background-image:url(/static/pc/images/common/preview_icon_on.png);}
    /* .form__btns .btn_type:hover {background-color:#C7E0FF;border-color:#0B62CF;} */
    /* .form__btns .btn_type.btn_cancel:hover {background-color:#ADADAD;border-color:#ADADAD;}
    .form__btns .btn_type.btn_upload:hover {background-color:#0C50A5;border-color:#0C50A5;}
    .form__btns .btn_type.btn_submit:hover {background-color:#0C50A5;color:#fff;} */
}



/*추천이미지*/
#modal_suggestion {}
#modal_suggestion .modal_area {padding:48px !important;}
#modal_suggestion .modal_body {height:597px;padding:48px 50px;box-sizing:border-box;}
#modal_suggestion .modal_title {color:#fff}
#modal_suggestion .right__pos {display:flex;align-items:center;justify-content:flex-end;margin:-35px 0 10px 0;height:18px;}

.modal__flex {display:flex;justify-content:space-between;align-items:center;margin-bottom:13px;}
.modal__flex .custom_select {z-index:1;display:flex;align-items:center;position:relative;;width:83px;height:26px;padding:0 10px;box-sizing:border-box;border-radius:6px;border:1px solid #dadada;}
.modal__flex .custom_select a.current {flex:1 1 100%;}
.modal__flex .custom_select a.current span {display:block;font-size:12px;line-height:1;color:#666;font-weight:500;background:url(/static/pc/images/common/i_down3.svg) no-repeat 100% 50%;}
.modal__flex .custom_select ul {display:none;position:absolute;top:-1px;left:-1px;right:-1px;padding:1px;border:1px solid #dadada;border-radius:6px;background:#fff;}
.modal__flex .custom_select ul li {list-style:none;}
.modal__flex .custom_select ul li a {display:flex;height:22px;padding:0 8px;align-items:center;font-size:12px;color:#666;font-weight:400;}
.modal__flex .custom_select ul li a:hover {border-radius:4px;color:#fff;background:#666}

.suggestion_images {display:flex;justify-content:space-between;flex-wrap:wrap;overflow-y:auto;height:368px;margin-bottom:-11px;}
.suggestion_images > a {position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;width:132px;height:73px;margin-bottom:11px;border-radius:6px;border:1px solid #fff;box-sizing:border-box;}
.suggestion_images > a.on {border-color:#0B62CF}
.suggestion_images > a:before {content:'';position:absolute;top:9px;right:9px;width:18px;height:18px;background-repeat:no-repeat;background-position:center;background-image:url(/static/pc/images/common/i_checkbox.svg);z-index:2;opacity:0;}
.suggestion_images > a.on:before {opacity:1;}
.suggestion_images > a img {position:absolute;top:0;left:0;width:100%;height:100%;}
#modal_suggestion .nopost__box {height:0px;padding-top:84.4%;background-color:#FAFAFA;}
#modal_suggestion .nopost__box p {line-height:16px;text-align:center;}
#modal_suggestion .nopost__box .ico_impor_big {display:flex;width:73px;height:73px;background-repeat:no-repeat;background-position:center;background-image:url(/static/pc/images/common/ico_impor_big2.svg);}


/* 유의사항 모달 */
#modal_policy {}
#modal_policy .modal_area {padding:0px !important;}
#modal_policy .modal_body {height:597px;padding:48px 50px;box-sizing:border-box;}
#modal_policy .office_desc {font-size:16px;line-height:1.5;}
#modal_policy .office_desc a {color:#1d7ff9;}
#modal_policy .offic_btns {margin-top:5rem;}
@media screen and (max-height: 670px){
    #modal_policy.l__modal_v2 .modal_wrap {align-items:flex-start;}
    #modal_policy .modal_wrap {overflow-y:auto;}
}
@media screen and (max-width: 610px){
    #modal_policy .office_desc {font-size:14px}
}


/* 연동 오픈 모달*/
#modal_polaris.l__modal_v2 .modal_area {width:400px;}
.office_image {text-align:center;margin-top:20px;}


/*오피스 모달*/
#modal_office .modal_area {width:450px;}
#modal_office .modal_body {padding:5rem 2.5rem 3rem;}
.office_logo {text-align:center;}
.office_title {text-align:center;margin:3rem 0;font-weight:500;font-size:20px;color:#1a1a1a;line-height:1.3;}
.office_desc {font-size:14px;color:#555;line-height:1.4;}
.office_desc p {position:relative;margin:.2rem 0;padding-left:10px;}
.office_desc p:before {content:'-';position:absolute;top:0;left:0;}
.office_terms {margin:1.5rem 0;}
.offic_btns {text-align:center;margin-top:3rem;}
.offic_btns .int__btn {display:block;width:230px;line-height:50px;margin:0 auto;background-color:#1d7ff9;border-radius:2px;font-size:17px;color:#fff;text-align:center;}
.offic_btns .btn_offic_new {margin-top:2rem;display:block;font-size:15px;color:#1d7ff9;text-decoration:underline;}
.offic_btns .btn_offic_link {margin-top:2rem;display:block;font-size:15px;color:#444;}
@media screen and (min-width: 1025px){
    .offic_btns .int__btn:hover {background-color:#0046b9;}
    .offic_btns .btn_offic_new:hover {color:#0046b9;}
}
@media screen and (max-width: 610px){
    .office_logo img {height:30px;}
    .office_title {font-size:18px;}
    .office_desc {font-size:13px;}
    .offic_btns .int__btn {line-height:45px;}
}


/*Top 10 모달*/
#modal_top10.l__modal_v2 .modal_area {width:520px;}
#modal_top10 .office_title {margin:1.5rem 0;color:#1d7ff9;}
#modal_top10 .office_desc.top {font-size:15px;}
#modal_top10 .office_desc.bot {font-size:13px;}
.office_top10 {margin:2.5rem 0;}
.office_top10_inner {display:flex;justify-content:center;padding:0 2rem;font-size:14px;text-align:center;}
.office_top10_inner > div {margin:0.5rem 0;padding:0 .5rem;box-sizing:border-box;word-break:break-all;line-height:1.1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.office_top10_inner > div.office_top10_number {width:6.5%;}
.office_top10_inner > div.office_top10_id {width:20%;padding-right:10px;text-align:left;}
.office_top10_inner > div.office_top10_email {width:57%;font-size:14px;text-align:left;}
.office_top10_inner > div.office_top10_score {width:15%;text-align:right;}
#modal_top10 .offic_btns {position:relative;margin-top:4rem;}
#modal_top10 .offic_btns a {font-size:14px;}
#modal_top10 .offic_btns .btn_right_line {position:absolute;right:0;bottom:0;}
.offic_btns .btn_right_line {display:block;width:160px;line-height:40px;margin:0 auto;border:1px solid #1d7ff9;border-radius:2px;font-size:15px;color:#1d7ff9;text-align:center;}
#modal_top10 .offic_btns .btn_offic_link {display:inline-block;margin-top:0;line-height:40px;}
@media screen and (max-width: 610px){
    #modal_top10 .office_logo {padding-top:1rem;}
    #modal_top10 .office_logo img {height:auto;}
    .office_top10_inner {padding:0;}
    .office_top10 {height:228px;overflow-y:auto;}
    #modal_top10 .offic_btns .btn_right_line {position:static;}
    #modal_top10 .offic_btns {margin-top:2rem;}
    .office_top10_inner > div {font-size:13px;}
    .office_top10_inner > div.office_top10_email {font-size:12px;}
    .office_top10_inner > div.office_top10_score {width:17%;}
    .office_top10_inner > div.office_top10_id {padding-right:0;}
}



/*------------------------------------------------------
    서브공통
------------------------------------------------------*/
.sub__head {display:flex;align-items: center;justify-content:space-between;margin-bottom:5rem;}
.sub__title {font-weight:300;font-size:4.5rem;color:#111;}
.sub__title strong {color:#3681fe;}
/* @media screen and (max-width: 1024px){
    .sub__title {font-size:3.5rem;}
    .sub__head {margin-bottom:3rem;}
}
@media screen and (max-width: 768px){
} */
.sub__head .custom_select {z-index:1;display:flex;align-items:center;position:relative;;width:128px;height:39px;padding:0 13px;box-sizing:border-box;border-radius:6px;border:1px solid #999;}
.sub__head .custom_select a.current {flex:1 1 100%;}
.sub__head .custom_select a.current span {display:block;font-size:15px;line-height:1;color:#999;font-weight:500;background:url(/static/pc/images/common/ico_rank_down.svg) no-repeat 110% 50%;background-size:28px auto;}
.sub__head .custom_select ul {display:none;position:absolute;top:-1px;left:-1px;right:-1px;padding:1px;border:1px solid #dadada;border-radius:6px;background:#fff;box-shadow:0 0 6px 1px rgb(0 0 0 / 15%)}
.sub__head .custom_select ul li {list-style:none;}
.sub__head .custom_select ul li a {display:flex;height:30px;padding:0 13px;align-items:center;font-size:15px;color:#999;font-weight:400;}
.sub__head .custom_select ul li a:hover {border-radius:4px;color:#fff;background:#1D7FF9}



/*------------------------------------------------------
    약관
------------------------------------------------------*/
.terms__area {padding-top:79px;}
.terms__area article {margin-bottom:5rem;letter-spacing:-0.5px;}
.terms__area article:last-child {margin-bottom:0px !important;}
.terms__area article .descs {margin-bottom:1rem;}
.terms__area article .descs:last-child {margin-bottom:0 !important;}
.terms__area article .desc {font-weight:300;color:#1a1a1a;}
.terms__area article .desc2 {font-weight:400;color:#1a1a1a;}
.terms__area article a {color:#3681fe;}
.terms__area article div {margin-bottom:2.2rem;font-weight:300;font-size:1.7rem;color:#808080;line-height:1.6;}
.terms__area article .desc_inner {margin-bottom:1.3rem;}
.terms__area article div p {margin-bottom:0.5rem;color:#808080;}
.terms__area article div p.pl_1 {padding-left:2rem;}
.terms__area article div p.pl_2 {padding-left:4rem;}
.terms__area article div p:last-child {margin-bottom:0px !important;}
.terms__area article div:last-child {margin-bottom:0px !important;}
.terms__area article .desc_inner:last-child {margin-bottom:0px !important;}
.terms__area article div strong {display:block;margin-bottom:0.5rem;font-weight:500;color:#1a1a1a;}
.terms__area article h3 {display:block;margin-bottom:1.4rem;font-weight:500;font-size:2rem;color:#1a1a1a;line-height:1;letter-spacing:-0.7px;}
.terms__area .hr {margin:5rem 0;border-bottom:1px solid #e5e5e5;}



/*------------------------------------------------------
    로그인
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap');
#LOGIN {display:flex;align-items:center;justify-content:center;height:100%;padding:0 20px;flex-direction:column;background-repeat:no-repeat;background-position:center;background-size:contain;}
.login_close {position:absolute;top:16px;right:16px;background-color:#fff;}
.login_logo {text-align:center;margin-bottom:5.8rem;}
.btn_office {display:flex;align-items:center;width:100%;line-height:48px;margin-bottom:1.9rem;background-color:#1d7ff9;border:1px solid #1d7ff9;border-radius:2px;overflow:hidden;font-weight:700;font-size:13px;color:#fff;box-sizing:border-box;}
.btn_office i {width:50px;height:48px;margin-right:2rem;background-image:url(/static/pc/images/common/ic_auth_office.png);background-repeat:no-repeat;background-position:center;background-size:5.2rem;background-color:#fff;}
.btn_google {display:flex;align-items:center;width:100%;line-height:48px;background-color:#fff;border:1px solid #a0a0a0;border-radius:2px;overflow:hidden;font-weight:500;font-size:13px;color:#000;box-sizing:border-box;}
.btn_google i {width:50px;height:48px;margin-right:2rem;background-image:url(/static/pc/images/common/ic_auth_google.png);background-repeat:no-repeat;background-position:center;background-size:5.2rem;}
.login_desc {margin-top:1.5rem;font-size:12px;color:#555;line-height:1.5;}
.login_or {position:relative;margin:2.3rem 0 1.9rem;text-align:center;}
.login_or:before {content:'';position:absolute;top:50%;left:0;width:100%;height:1px;background-color:#eee;}
.login_or > span {position:relative;z-index:2;padding:0 10px;background-color:#fff;font-weight:300;font-size:14px;color:#808080;}
.login_tab {display:flex;align-items:center;margin-bottom:20px;}
.login_tab > a {display:flex;width:50%;height:29px;align-items:center;justify-content:center;border-radius:2px;font-weight:300;font-size:15px;color:#666;letter-spacing:0;box-sizing:border-box;}
.login_tab > a.on {border:1px solid #1d7ff9;color:#1d7ff9;font-weight:500;}
.login_row {margin-bottom:12px;}
.login_row > label {display:block;line-height:1.4;margin-top:16px;margin-bottom:6px;font-weight:400;font-size:16px;color:#2f3133;}
.login_row .int {width:100%;height:40px;line-height:38px;padding:0 12px;background-color:#fff;border:1px solid #a0a0a0;box-sizing:border-box;border-radius:2px !important;font-size:14px;color:#4e4e4e;}
.login_row .int:disabled {background-color:#f1f1f1;color:#757a80}
.login_row .int::placeholder {font-weight:300;color:#b1b6bb;}
.login_row .int::-webkit-input-placeholder {font-weight:300;color:#b1b6bb;}
.login_row .int:-ms-input-placeholder {font-weight:300;color:#b1b6bb;}
.login_btn {margin-top:2.4rem;}
.login_btn .int_btn {width:100%;line-height:50px;background-color:#1d7ff9;border:none;border-radius:24px !important;font-size:15px;color:#fff;}
.login_row.login_agree {margin:2.4rem 0 2.4rem;}
.login_agree a {color:#0d73f8;text-decoration:underline;}
.login_title {margin-bottom:2.8rem;font-weight:500;font-size:2.4rem;color:#2f3133}
.login_id {display:flex;}
.id_icon {display:inline-block;width:24px;height:24px;margin-top:-2px;background-repeat:no-repeat;background-position:center;background-size:cover;vertical-align:middle;}
.id_icon.id_icon_google {background-image:url(/static/pc/images/common/ic_auth_google.png);}
.id_icon.id_icon_office {background-image:url(/static/pc/images/common/ic_auth_office.png);}
.btn_login_link {display:block;width:100%;line-height:26px;margin-top:16px;font-size:14px;color:#0d73f8;text-align:center;text-decoration:underline;}
.login_foot {box-sizing:border-box;}
.btn_form {width:8.2rem;min-width:8.2rem;line-height:38px;height:40px;margin-left:8px;background-color:#fff;border:1px solid #1d7ff9;border-radius:2px;font-weight:500;font-size:15px;color:#1d7ff9;text-align:center;}
.login_text {margin-top:12rem;font-size:16px;color:#353535;line-height:1.5;word-break:break-all;}
/* @media screen and (min-width: 1025px){
    .login_btn > input:hover {background-color:#0046b9;}
    .btn_form:hover {border-color:#0046b9;color:#0046b9;}
    .btn_login_link:hover {border-color:#0046b9;color:#0046b9;}
} */



/*------------------------------------------------------
    404 에러
------------------------------------------------------*/
#NOPOST {display:flex;align-items:center;justify-content:center;height:100%;padding:0 20px;flex-direction:column;background-repeat:no-repeat;background-position:center;background-size:contain;}
.nopost__logo {margin-bottom:70px;}
.nopost__logo img {height:41px;}
.nopost__title {margin-bottom:40px;font-weight:500;font-size:30px;color:#2a65c5;text-align:center;}
.nopost__boxs {position:relative;width:664px;margin:0 auto;margin-bottom:30px;padding:50px 20px;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;box-shadow:0px 0px 20px #8192b961;background-color:#fff;box-sizing:border-box;}
.nopost__boxs_title {position:absolute;top:-17px;left:0;right:0;width:141px;line-height:31px;margin:0 auto;background-image:url(/static/pc/images/sub/nopost_box_tit.png);background-repeat:no-repeat;background-position:center;font-size:20px;color:#fff;}
.nopost__boxs_desc {font-weight:500;font-size:18px;color:#525252;}
.nopost__desc {font-size:14px;color:#525252;line-height:1.3;text-align:center;}
.nopost__btns {margin-top:70px;display:flex;align-items:center;}
.nopost__btns > a {display:inline-block;width:181px;line-height:41px;margin-right:40px;border:1px solid #7c7c7c;border-radius:41px;text-align:center;font-weight:400;font-size:20px;color:#0059c9;}
.nopost__btns > a:last-child {margin-right:0px !important;}
.nopost__btns > a.btn_prev_page {background-color:#0059c9;border-color:#0059c9;color:#fff;}
/* @media screen and (min-width: 1025px){
    .nopost__btns > a:hover {background-color:#333;border-color:#333;color:#fff;}
} */



/*------------------------------------------------------
    마이페이지
------------------------------------------------------*/

/*-- 마이페이지 Aside --*/
.mypage__aside {position:absolute;top:65px;width:180px;padding:79px 0;background-color:#fff;box-sizing:border-box;z-index:2;}
.aside_title {margin-bottom:106px;font-weight:700;font-size:25px;color:#1D7FF9;line-height:14px;}
.aside_menus li {list-style:none;margin-bottom:59px;}
.aside_menus a {font-weight:700;font-size:20px;color:#A3A2A2;line-height:14px;}
.aside_menus li.on a {color:#333;}
.aside_menus li.invite a {padding-right:30px;background:url(/static/pc/images/event/firecracker.svg) no-repeat 100% 50%;background-size:21px auto;}

/*-- 마이페이지 컨텐츠 --*/
.mypage__content {padding-top:65px;padding-left:198px;box-sizing:border-box;}

/*-- 대시보드 --*/
.mypage__dashboard {display:flex;justify-content:space-between;align-items:stretch;}
.mypage__dashboard > div {width:47.2%;}
.dashboard__board {padding:40px 40px;background-color:#FAFAFA;border:1px solid #E5E5E5;border-radius:6px;box-sizing:border-box;}
.dashboard__head {display:flex;align-items:center;justify-content:space-between;}
.btn_the_more {display:flex;align-items:center;font-weight:400;font-size:14px;color:#999;line-height:14px;}
.btn_the_more:hover {font-weight:500;color:#333;}
.dashboard--title {font-weight:700;font-size:23px;color:#333;line-height:14px;}
.dashboard__head .dashboard--title {margin-bottom:0px;}
.dashboard--boxs {margin-top:24px;padding:31px 31px;background-color:#fff;border:1px solid #E5E5E5;border-radius:6px;box-sizing:border-box;}
.boxs_row {display:flex;align-items:center;margin-bottom:26px;justify-content:space-between;}
.boxs_row:last-child {margin-bottom:0px;}
.boxs_row .boxs_col_title {display:flex;align-items:center;width:167px;font-weight:500;font-size:18px;color:#676767;line-height:14px;}
.boxs_row .boxs_col_title i {display:flex;align-items:center;justify-content:center;width:26px;height:26px;margin-right:12px;background-repeat:no-repeat;background-position:center;background-size:contain;}
.boxs_row .boxs_col_date {width:fit-content;font-weight:500;font-size:18px;color:#676767;line-height:14px;}
.boxs_row_top .boxs_col_date {color:#1D7FF9;}
.ico_view {background-image:url(/static/pc/images/common/ico_view.svg);}
.ico_vote {background-image:url(/static/pc/images/common/ico_vote.svg);}
.ico_time {background-image:url(/static/pc/images/common/ico_time.svg);}
/* 중요 */
.dashboard__board .impor__box {margin-top:25px;padding:18.5px 17px;}
/* @media screen and (max-width: 1080px){
    .dashboard__board .impor__box {margin-top:20px;padding:14px;}
}  */

/* 중요공통 */
.impor__box {padding:15px 17px;background-color:#FAFAFA;border:1px solid #E5E5E5;border-radius:6px;}
.impor__box p {position:relative;padding-left:28px;margin-bottom:10px;font-weight:500;font-size:15px;color:#333;line-height:21px;}
.impor__box p:last-child {margin-bottom:0px;}
.ico_impor {position:absolute;top:0;left:0;display:flex;width:20px;height:20px;background-repeat:no-repeat;background-position:center;background-image:url(/static/pc/images/common/ico_impor.svg);background-size:contain;}
.btn_impor {display:inline-block;position:relative;padding-left:19px;padding-bottom:2px;border-bottom:1px solid #E5E5E5;font-size:13px;color:#666;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s;}
.btn_impor:hover {color:#000;}
.ico_impor_s {position:absolute;top:1.5px;left:0;display:flex;width:14px;height:14px;background-repeat:no-repeat;background-position:center;background-image:url(/static/pc/images/common/ico_impor_s.svg);}
.ico_next {display:inline-block;width:5px;height:7px;margin-top:-2px;background-repeat:no-repeat;background-position:center;background-image:url(/static/pc/images/common/ico_next.svg);vertical-align:middle;}
.btn_impor .ico_next {margin-left:12px;}
/* @media screen and (max-width: 1080px){
    .impor__box p {padding-left:22px;font-size:14px;}
    .ico_impor {width:18px;height:18px;}
} */

/* 대시보드 상품 */
.mypage__dashboard--board .dashboard--product .product__details {margin: 0 auto; width: 400px;}

/* .mypage__dashboard--board .dashboard__board {margin-bottom:21px;}
.mypage__dashboard--board .dashboard__board:last-child {margin-bottom:0px;}
.dashboard--product .details--thumb {padding-top:26.8%;}
.dashboard--product .details--infos {padding:13px 24px 21px;border:none; border:1px solid #e5e5e5;}
.dashboard--product .details--title a {height:auto;padding-right:0px;-webkit-line-clamp:1;}
.dashboard--product .details--items {margin-top:17px;}
.dashboard--product .details--thumb .btn_delete {height:23px;} */

/* 게시물 없음 */
.nopost__box {position:relative;height:0;padding-top:51.28%;border:1px solid #E5E5E5;border-radius:6px;}
.nopost__box_area {display:flex;align-items:center;justify-content:center;flex-direction:column;position:absolute;top:0;left:0;width:100%;height:100%;}
.nopost__box p {margin-top:18px;font-weight:400;font-size:14px;color:#999;line-height:14px;}
.ico_impor_big {display:flex;width:38px;height:38px;background-repeat:no-repeat;background-position:center;background-image:url(/static/pc/images/common/ico_impor_big.svg);}

.nopost__box.type02 {height:500px;margin-bottom:90px;padding:0;border-color:#999;border-radius:6px;}
.nopost__box.type02 p {text-align:center;line-height:1.6;font-size:20px;color:#999}
.nopost__box.type02 .ico_impor_big {width:62px;height:62px;background-size:60px auto;}


/*-- 내지갑 --*/
.mypage__mywallet {gap: 24px;display: flex;flex-direction: column;}
.mypage__mywallet .impor__box {width:400px;box-sizing:border-box;}
.mypage__title {font-weight:700;font-size:14px;color:#999;line-height:140%;word-spacing:0.5px;letter-spacing:0.5px;}
.mypage__title > span {font-weight:500;color:#999;}
.mypage__tit {font-weight:700;font-size:23px;color:#333;line-height:17px;}
.wallet__inner {display:flex;align-items:flex-end;}
.wallet__banner {position:relative;display:flex;align-items:center;width:600px;height:120px;margin-top:30px;padding:0px 33px;background-color:#FBE036;border:1px solid #EDD32E;border-radius:4px;box-sizing:border-box;}
a.wallet__banner:after {content:'';position:absolute;top:0;right:20px;width:24px;height:100%;background-repeat:no-repeat;background-position:center;background-image:url(/static/pc/images/common/arrow_right.svg);}
.wallet__banner i {margin-right:18px;}
.wallet__banner strong {font-weight:700;font-size:20px;color:#333;line-height:1;letter-spacing:-0.5px;}
.wallet__banner2 {background-color:#666;border-color:#666;}
.wallet__banner2 strong {color:#fff;}
a.wallet__banner2::after {background-image:url(/static/pc/images/common/arrow_right2.svg);}
.i_kaikas {display:flex;width:58px;height:58px;background-repeat:no-repeat;background-position:center;background-image:url(/static/pc/images/common/i_kaikas.svg);}
.i_klip {display:flex;width:61px;height:32px;background-repeat:no-repeat;background-position:center;background-image:url(/static/pc/images/common/i_klip.svg);}
.wallet__inner .btn_impor {margin-left:20px;}

/*-- 내지갑 > 내 NFT --*/
.wallet__my_nft_head {margin-bottom:33px;}
.wallet__my_nft {width:600px;margin-top:59px;}
.wallet__my_nft_head {display:flex;align-items:center;justify-content:space-between;}
.wallet__my_nft_body .nopost__box {height:0px;padding-top:23.4%;background-color:#F0F0F0;border:1px solid #E5E5E5;}
.wallet__my_nft_body .nopost__box p {margin:0px;margin-bottom:13px;font-weight:500;font-size:15px;}
.btn_nopost_item {display:flex;align-items:center;justify-content:center;width:85px;height:28px;background-color:#999;border-radius:4px;font-weight:500;font-size:15px;color:#fff;}
.btn_nopost_item:hover {background-color:#666;}
.wallet__my_nft_head .btn_the_more {font-weight:500;font-size:13px;}
.wallet__my_nft_head .btn_the_more:hover {font-weight:700;}

/* 보유한 NTF 없음 */
.nopost__nft.nopost__box {height:0;padding-top:81.4%;}
.nopost__nft.nopost__box p {margin-top:13px;font-size:20px;}
.nopost__nft .btn_nopost_item {margin-top:106px;}

/* 내 NFT > 연결 후 */
.my_nft_list {display:flex;align-items:center;justify-content:flex-start;}
.my_nft_inner {display:flex;align-items:center;justify-content:center;margin-right:8px;overflow:hidden;width:142.35px;height:142.35px;background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:4px;backface-visibility:hidden;transform:translateZ(0);}
.my_nft_list.col_3 {margin-bottom:-42px;}
.my_nft_list.col_3 .my_nft_inner {width:188px;height:187px;margin-bottom:42px;}

/* 연결 성공 후 */
.wallet__card {width:100%;}
.wallet__card--head {position:relative;display:flex;justify-content:space-between;align-items:center;height:80px;padding:0px 56px;background-color:#FBE036;border:1px solid #EDD32E;border-radius:4px;box-sizing:border-box;}
.wallet__card--title {display:flex;align-items:center;font-weight:700;font-size:20px;color:#333;line-height:1;}
.wallet__card--title strong {margin-left:5px;font-weight:700;}
.btn_wallet_unlock {display:flex;align-items:center;font-weight:700;font-size:13px;color:#333;letter-spacing:-0.5px;line-height:1;}
.btn_wallet_unlock i {margin-right:4px;}
.btn_wallet_unlock .ico_close_circle {width:13px;height:13px;}
.wallet__card--body {display:flex;justify-content:center;align-items:center;flex-direction:column;height:130px;text-align:center;border:1px solid #F0F0F0;border-width:0px 1px;}
.wallet__card--head .i_klip {width:46px;height:24px;background-size:100%;}
.wallet__card--head .i_kaikas {width:24px;height:24px;background-size:100%;}
.wallet--url_title {font-weight:400;font-size:14px;color:#999;letter-spacing:-0.5px;}
.text_copy_desc {margin-top:10px;padding:0 59px;font-weight:500;font-size:20px;color:#333;line-height:24px;word-break:break-all;}
.btn_text_copy {display:flex;align-items:center;justify-content:center;width:100%;height:50px;background-color:#F0F0F0;border:1px solid #E5E5E5;border-radius:0px 0px 4px 4px;font-weight:500;font-size:14px;color:#333;letter-spacing:-0.5px;}
.btn_text_copy i {margin-right:6px;}
.btn_text_copy:hover {background-color:#ccc;}
.ico_close_circle {display:inline-block;width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-image:url(/static/pc/images/common/i_close_circle_line.svg);vertical-align:middle;}
.i_copy {display:flex;width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-image:url(/static/pc/images/common/i_copy.svg);}
.wallet__Klip .btn_wallet_detail {display:flex;align-items:center;justify-content:center;width:71px;height:26px;background-color:#333;border-radius:4px;font-weight:500;font-size:13px;color:#FBE036;box-sizing:border-box;}
.wallet__kaikas .wallet__card--head {background-color:#666;border-color:#555;}
.wallet__kaikas .wallet__card--title strong {color:#fff}
.wallet__kaikas .ico_close_circle {background-image:url(/static/pc/images/common/i_close_circle_line2.svg);}
.wallet__kaikas .btn_wallet_unlock {color:#fff}
.wallet__kaikas .btn_wallet_detail {display:flex;align-items:center;justify-content:center;width:71px;height:26px;background-color:#fff;border-radius:4px;font-weight:500;font-size:13px;color:#666;box-sizing:border-box;}

/* 폴라카드 */
.wallet__card--pola {display:flex;justify-content:space-between;align-items:center;height:172px;margin-bottom:12px;padding:0px 55px;text-align:center;border:1px solid #1C7EF9;border-radius:4px;}
.wallet__card-pola b {font-weight:700;font-size:25px;color:#1C7EF9;line-height:32px;}
.wallet__card-pola p {margin-top:12px;font-weight:300;font-size:15px;color:#1C7EF9;line-height:14px;}
.i_pola {display:flex;width:71px;height:76px;background-repeat:no-repeat;background-position:center;background-image:url(/static/pc/images/common/i_pola.svg);}

/* 바 */
.wallet__card--bar {position:relative;display:flex;justify-content:space-between;align-items:center;height:60px;padding:0px 56px;background-color:#FBE036;border:1px solid #EDD32E;border-radius:4px;box-sizing:border-box;}
.wallet__card--bar .i_klip {width:40px;height:20px;background-size:100%;}
.wallet__card--bar .i_kaikas {width:20px;height:20px;background-size:100%;}
.wallet__card--bar .wallet__card--title strong {margin-left:8px;font-size:15px;}
.wallet__kaikas .wallet__card--bar {background-color:#666;border-color:#555;}

/*-- 내지갑 > 내 NFT > 상세 --*/
.i_copy2 {display:flex;width:11px;height:11px;background-repeat:no-repeat;background-position:center;background-image:url(/static/pc/images/common/i_copy2.svg);}
.nopost__nft--details {display:flex;justify-content:space-between;max-width:1005px;}
.wallet__my_nft--details,
.wallet__my_nft--details * {
  box-sizing: border-box;
}
.wallet__my_nft--details {
  border-radius: 16px;
  border-style: solid;
  border-color: var(--gray-04, #e5e5e5);
  border-width: 1px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.my_nft_details_thumb {display:flex;align-items:center;justify-content:center;width:600px;height:600px;background-color:#F0F0F0;border-radius:4px;}
.my_nft_details_thumb img {width:363px;height:363px;border-radius:16px;border:1px solid #E5E5E5;filter:drop-shadow(4px 4px 25px rgba(0, 0, 0, 0.4));}

/* 정보 */
.my_nft_details_infos {
  background: var(--gray-06, #ffffff);
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
  overflow: hidden;}
.my_nft_details_infos_inner {padding:36px 0px;border-bottom:1px solid #E5E5E5;}
.my_nft_details_infos_inner:first-child {padding-top:25px !important;}
.my_nft_details_infos_inner:last-child {border-bottom:none;}
.nft_details--title {text-align: left;margin-bottom:4px;font-weight:700;font-size:18px;color:#000;line-height:140%;position: relative;}
.my_nft_details_infos_inner,
.my_nft_details_infos_inner * {
  box-sizing: border-box;
}
.my_nft_details_infos_inner {
  background: var(--gray-06, #ffffff);
  border-radius: 8px;
  border-style: solid;
  border-color: var(--gray-04, #e5e5e5);
  border-width: 1px;
  padding: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.nft_details--title {
  color: var(--gray-01, #171717);
  text-align: left;
  font-size: var(--pc-b1b-font-size, 16px);
  line-height: var(--pc-b1b-line-height, 160%);
  font-weight: var(--pc-b1b-font-weight, 700);
  position: relative;
}
.nft_details--desc {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desc_title {
  color: var(--gray-02, #666666);
  text-align: left;
  font-size: var(--pc-b2b-bt2-font-size, 14px);
  line-height: var(--pc-b2b-bt2-line-height, 140%);
  font-weight: var(--pc-b2b-bt2-font-weight, 700);
  position: relative;
  width: 96px;
}
.nft_desc{
  color: var(--gray-02, #666666);
  text-align: left;
  font-size: var(--pc-b2-font-size, 14px);
  line-height: var(--pc-b2-line-height, 140%);
  font-weight: var(--pc-b2-font-weight, 500);
  position: relative;
}

.nft_copy_area {display:flex;align-items:center;position:relative;width:148px;height:21px;padding:0px 9px;padding-right:28px;background-color:#F0F0F0;border-radius:4px;}
.nft_copy_desc {overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:12px;color:#999;line-height:18px;}
.nft_copy_area .btn_nft_copy {position:absolute;top:5px;right:8px;background-color:transparent;}
.btn_nft_pfp {display:flex;align-items:center;justify-content:center;height:40px;margin-top:52px;background-color:#1D7FF9;border-radius:6px;font-weight:700;font-size:15px;color:#fff;}
@media screen and (max-width: 1600px){
    .my_nft_details_infos {width:485px;}
}


/* 모달창 */
.wallet__emplace_kaikas {display:flex;align-items:center;justify-content:center;width:500px;height:80px;margin:0 auto;margin-top:27px;margin-bottom:20px;background-color:#666;border-radius:4px;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s;}
.wallet__emplace_kaikas strong {margin-left:15px;font-weight:700;font-size:18px;color:#fff;;}
.wallet__emplace_kaikas:hover {background-color:#333;}


/*-- 게시물 --*/
.mypage__post_user .details--infos .details--title a {padding-right:25px;}
.mypage__tabmenu {margin-bottom:43px;}
.mypage__tabmenu ul {display:flex;align-items:center;}
.mypage__tabmenu li {list-style:none;margin-left:33px;}
.mypage__tabmenu li:first-child {margin-left:50px;}
.mypage__tabmenu a {font-weight:500;font-size:20px;color:#BCBCBC;line-height:14px;}
.mypage__tabmenu a:hover {color:#A0A0A0;}
.mypage__tabmenu li.on a {font-weight:700;color:#333 !important;}
.mypage__boxs {box-sizing:border-box;}
.mypage__boxs2 {padding-top:97px;}
.mypage__head {display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;}
.mypage__head .mypage__title {margin-bottom:0px;}
.mypage__post .product__area {gap: 14px;}
.mypage__post .product__area .product__details {flex: 0 1 31.98%;}
.blog_url {display:none;}
.mypage__post .nopost__box {padding-top:53.34%}
@media screen and (max-width: 1600px){
    .mypage__tabmenu li:first-child {margin-left:40px;}
    .mypage__boxs {padding:35px 40px;}
}


/* 인기순 최신순 */
.mypage__sortview {display:flex;align-items:center;}
.mypage__sortview a {display:flex;align-items:center;justify-content:center;width:70px;height:30px;margin-left:12px;background-color:#B5B5B5;border-radius:36px;font-weight:500;;font-size:15px;color:#fff}
.mypage__sortview a:hover {background-color:#A0A0A0;}
.mypage__sortview a.on {background-color:#1D7FF9 !important;}


/*상단 프로필*/
.mypage__profile .mypage__boxs {padding:0px;}
.mypage__profile {margin-bottom:25px;}
/* 상단 */
.profile__banner {position:relative;height:0px;padding-top:26.35%;border-radius:6px 6px 0px 0px;background-color: #003578;}
.profile__banner input[type="file"] {position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;}
.profile__banner #blah {position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:6px 6px 0px 0px;}
.btn_top_edit {position:absolute;bottom:15px;right:22px;display:block;width:45px;height:45px;background-repeat:no-repeat;background-position:center;background-color:#1D7FF9;border-radius:100%;background-image:url(/static/pc/images/common/i_writing.svg);background-size:24px;cursor:pointer;}
.btn_user_resign:hover {opacity:1;}
.profile__area {margin-top:-63px;}
.profile--thumb {position:relative;width:136px;height:136px;margin:0 auto;background-color:#fafafa;border-radius:138px;border:4px solid #FAFAFA;box-sizing:border-box;cursor:pointer;}
.profile--thumb > div {position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:100%;}
.profile--thumb.hover:hover::before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-image:url(/static/pc/images/common/i_writing.svg);background-size:44px;z-index:3;}
.profile--thumb.hover:hover:after {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;border-radius:100%;opacity:0.5;z-index:2;}
.loding_spinner {position:absolute;top:0;left:0;right:0;width:100%;max-width:134px;height:100%;margin:0 auto;display:flex;align-items:center;justify-content:center;}
.loding_spinner > span {position:absolute;top:50%;display:block;width:24px;height:24px;margin-top:-12px;border-radius:24px;}
.loding_spinner > span.loding_spinner_1 {right:47%;background-color:#1C7EF9;animation:loding_spinner_1 1.5s linear infinite;}
.loding_spinner > span.loding_spinner_2 {left:47%;background-color:#ADD1FF;animation:loding_spinner_2 1.5s linear infinite;}
@keyframes loding_spinner_1 {0%{right:47%;}50%{right:35%;z-index:2;}100%{right:47%;}}
@keyframes loding_spinner_2 {0%{left:47%;}50%{left:35%;z-index:1;}100%{left:47%;}}
/* @media screen and (max-width: 1080px){
    .btn_top_edit {width:40px;height:40px;}
    .profile--thumb {width:120px;height:120px}
} */

/* 폼 */
.mypage__form {display:flex;align-items:center;justify-content:center;flex-direction:column;padding:71px 0px 89px;}
.form_row {display:flex;flex-wrap:wrap;width:446px;margin-bottom:29px;}
.form_row label, .form_row .label_text {width:80px;line-height:30px;padding-right:11px;;font-weight:500;font-size:18px;color:#7C7C7C;text-align:right;box-sizing:border-box;}
.form_row .form_int {width:366px;position: relative;}
.form_btns {margin-top:46px;}
.int_password {display:flex;align-items:center;justify-content:space-between;}
.int_password .int2 {width:calc(100% - 94px)}
.btn_password_change {display:flex;align-items:center;justify-content:center;width:85px;height:29px;background-color:#7C7C7C;border-radius:5px;font-weight:500;font-size:12px;color:#fff;}
.btn_password_change:hover {background-color:#A0A0A0;}
.btn_save {width:105px;line-height:36px;margin-right:-50px;background-color:#1D7FF9;border:none;border-radius:5px !important;font-weight:500;font-size:18px;color:#fff;}
.btn_save:hover {background-color:#0C50A5;}
.form_row .int_checkbox input[type="checkbox"] + label > span {width:28px;height:29px;background-image:url(/static/pc/images/common/checkbox_n2.png);}
.form_row .int_checkbox input[type="checkbox"] + label {padding-top:6px;padding-left:40px;font-size:13px;}
.form_row .int_checkbox input[type="checkbox"]:checked + label > span {background-image:url(/static/pc/images/common/checkbox_s2.png);}
/* @media screen and (max-width: 1080px){
    .mypage__form {padding:55px 50px 55px 0px;}
    .form_btns {margin-top:20px;}
} */

/* 프로필 사진 설정 모달창 */
#modal_photo_setting.l__modal_v3 .modal_head {padding:0px 50px;}
#modal_photo_setting.l__modal_v3 .modal_body {padding:50px;}
.btn_photo_setting {display:flex;justify-content:center;align-items:center;width:100%;height:80px;border:1px solid #1D7FF9;border-radius:4px;box-sizing:border-box;font-weight:500;font-size:18px;}
.btn_photo_setting i {margin-right:21px;}
.btn_photo_setting--pfp {background-color:#1D7FF9;color:#fff;}
.i_photo {display:flex;width:23.25px;height:23.25px;background-repeat:no-repeat;background-position:center;background-image:url(/static/pc/images/common/i_photo.svg);}
.i_pfp {display:flex;width:19.22px;height:34px;background-repeat:no-repeat;background-position:center;background-image:url(/static/pc/images/common/i_pfp.svg);}

/*--- 파일첨부 ---*/
.photo_setting_file {position:relative;margin-bottom:19px;}
.photo_setting_file input[type="file"] {position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;}
.btn_photo_setting--photo {display:flex;align-items:center;justify-content:center;color:#1D7FF9;}

/* NFP PFP 모달창 */
#modal_pfp.l__modal_v3 .modal_head {padding:0px 50px;}
#modal_pfp.l__modal_v3 .modal_body {padding:50px;}
#modal_pfp .wallet__my_nft_body .nopost__box {padding-top:57.8%;}
.my_nft_scroll {overflow-y:auto;height:291px;}
#modal_pfp .my_nft_list.col_3 {margin-top:-35px;}
#modal_pfp .my_nft_list.col_3 .my_nft_inner {position:relative;width:143px;height:142px;margin-top:35px;margin-bottom:0px;background-repeat:no-repeat;background-position:center;background-size:cover;border:1px solid #E5E5E5;box-sizing:border-box;border-radius:4px;}
.my_nft_inner:after {content:'';position:absolute;top:13px;right:12px;width:18px;height:18px;background-image:url(/static/pc/images/common/i_close_point.svg);background-repeat:no-repeat;background-position:center;opacity:0;}
.my_nft_inner.on {border-color:#1C7EF9 !important;}
.my_nft_inner.on::after {opacity:1;}
.modal_body_btns {display:flex;justify-content:space-between;margin-top:36px;}
.modal_body_btns a {display:flex;align-items:center;justify-content:center;width:48%;height:54px;border:1px solid #1D7FF9;border-radius:4px;box-sizing:border-box;font-weight:500;font-size:18px;}
.btn_pfp_cancel {background-color:#fff;color:#1D7FF9;}
.btn_nft_purchase {background-color:#1D7FF9;color:#fff;}

/* 보유한 NFT 없음 */
#modal_pfp_purchase.l__modal_v3 .modal_head {padding:0px 50px;}
#modal_pfp_purchase.l__modal_v3 .modal_body {padding:50px;}
.i_purchase {display:flex;width:84px;height:84px;background-repeat:no-repeat;background-position:center;background-image:url(/static/pc/images/common/i_purchase.svg);}
#modal_pfp_purchase .nopost__box {height:290px;box-sizing:border-box;}
#modal_pfp_purchase .nopost__box p {margin-top:25px;}

/* 타 프로필 */
.infos_name_fixed {margin-top:24px;font-weight:400;font-size:20px;color:#333;line-height:16px;text-align:center;}
.mypage__profile_user .mypage__boxs {margin-top:60px;}
.btn_bookmark {position:absolute;right:10px;bottom:10px;width:40px;height:40px}

/*세부 메뉴들*/
.mypage_dates {margin-top:4.8rem;}
.mypage_dates_tabmenu {display:flex;align-items:center;margin-bottom:1rem;border-bottom:1px solid #b3b3b3;}
.mypage_dates_tabmenu a {display:flex;justify-content:center;align-items:center;position:relative;height:33px;margin-right:1rem;padding:0 1.2rem;font-weight:400;font-size:16px;color:#4d4d4d;white-space:nowrap;}
.mypage_dates_tabmenu a:after {content:'';position:absolute;left:0;bottom:-1px;width:100%;height:3px;background-color:#3681fe;opacity:0;}
.mypage_dates_tabmenu a.on {font-weight:500;color:#1a1a1a;}
.mypage_dates_tabmenu a.on:after {opacity:1;}
@media screen and (min-width: 1025px){
    .mypage_dates_tabmenu a:hover {font-weight:500;}
}

/* 탈퇴하기 */
.mypage__secession_top {text-align:center;}
.mypage__secession_top .mypage__title {margin-top:32px;margin-bottom:0px;font-weight:700;font-size:24px;color:#7C7C7C;line-height:39px;}
.mypage__secession_top .mypage__title strong {font-weight:700;color:#1D7FF9}

/*세부 메뉴의 정보들*/
.mypage_dates_area {display:none;}
.mypage_date_details_total {font-size:14px;}
.mypage_date_details_total strong {color:#3681fe;}
.date_details {display:flex;padding:20px 0;border-bottom:1px solid #ddd;}
.date_details_thumb {width:100px;}
.date_details_thumb a {display:block;position:relative;width:100%;height:0;padding-top:132px;}
.date_details_thumb a img {position:absolute;top:0;left:0;width:100%;height:100%;}
.date_details_infos {position:relative;width:calc(100% - 100px);padding:0 2rem;padding-right:80px;box-sizing:border-box;}
.date_details_title {margin-bottom:0.5rem;}
.date_details_title a {font-weight:500;font-size:17px;line-height:1.2;display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.date_details_name {display:flex;align-items:center;font-size:16px;color:#4d4d4d;}
.date_details_name a {display:flex;align-items:center;font-size:16px;color:#4d4d4d;}
.date_details_name i {width:26px;height:26px;margin-right:1rem;background-image:url(/static/pc/images/common/user.png);background-repeat:no-repeat;background-position:center;background-size:contain;}
.date_details_desc {margin-top:.35rem;}
.date_details_desc a {display:block;height:44px;font-weight:400;font-size:14px;color:#4d4d4d;line-height:1.6;overflow:hidden;text-overflow:ellipsis;white-space:normal;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;}
.date_details_desc a .text-muted {font-size:11px;color:#888;}
.date_details_item {display:flex;align-items:center;margin-top:.5rem;font-size:14px;color:#4d4d4d;}
.date_details_item > div {display:flex;align-items:center;margin-right:2.5rem;}
.date_details_item > a {display:flex;align-items:center;margin-right:2.5rem;}
.date_details_item i {width:24px;height:24px;margin-right:0.5rem;background-repeat:no-repeat;background-position:center;}
.date_details_item_free {font-size:16px;color:#0d73f8;}
.date_details_item_good i {background-image:url(/static/pc/images/common/i_thumb.svg);}
.date_details_right > div,
.date_details_right > a {position:absolute;right:0;display:block;}
.date_details_date {top:28px;font-size:13px;color:#b3b3b3;}
.btn_detail_delete {top:54px;display:inline-block;width:46px;line-height:20px;border:1px solid #b3b3b3;border-radius:4px;font-size:12px;color:#4d4d4d;text-align:center;letter-spacing:-0.3px;}
@media screen and (min-width: 1025px){
    .date_details_title a:hover {color:#3681fe;}
    .date_details_desc a:hover {color:#3681fe;}
    .date_details_name a:hover {color:#3681fe;}
}

/*내용없음*/
.date_nopost {display:flex;justify-content:center;align-items:center;height:173px;font-weight:400;font-size:16px;color:#a2a2a2;}

/*통계분석*/
.date_details_statistically {flex-direction:column;}
.date_details_head {margin-bottom:10px;font-weight:500;font-size:16px;color:#1a1a1a}
.date_details_head strong {color:#1d7ff9;}
.date_deatils_body {font-size:14px;color:#555}
.date_details_statisti_inner {display:flex;margin:10px 0;align-items:center;}
.date_details_statisti_head {display:flex;width:130px;align-items:center;}
.date_details_statisti_head i {width:24px;height:24px;margin-right:10px;background-repeat:no-repeat;background-position:center;}
.date_details_statisti_head.statisti_view i {background-image:url(/static/pc/images/common/i_hit.svg);}
.date_details_statisti_head.statisti_vote i {background-image:url(/static/pc/images/common/i_thumb.svg);}
.date_details_statisti_head.statisti_history i {background-image:url(/static/pc/images/common/i_history.png);}
.date_details_statisti_body {color:#808080;}
.date_details_statistically_desc {margin-top:15px;font-size:14px;color:#808080;}
@media screen and (max-width: 480px){
    .date_deatils_body {font-size:13px;}
    .date_details_statisti_inner {margin:5px 0;}
    .date_details_statisti_head {width:112px;}
    .date_details_statisti_head i {margin-right:6px;}
}

/* 친구초대 이벤트 */
.event_wrap {margin-top:10px;padding:0 10px;border: 1px solid #e5e5e5;}
.event_wrap .top {position:relative;margin:-10px -11px;height:330px;border-radius:6px 6px 0 0;background:#ffe761 url(/static/pc/images/event/phone.svg) no-repeat 583px 50%;background-size:320px auto}
.event_wrap .top .slogan {position:absolute;top:96px;left:144px;}
.event_wrap .top .slogan span {display:inline-block;padding:7px 15px;font-size:15px;color:#ffe761;border-radius:4px;background-color:#313131;}
.event_wrap .top .slogan p {margin-top:18px;font-size:30px;color:#313131;font-weight:500;}
.event_wrap .top .slogan p strong {font-size:31px;font-weight:900;}
.event_wrap .top .slogan p em {font-weight:900;color:#57B04B;}
.event_wrap .invitation {display:flex;justify-content:space-between;align-items:center;max-width:784px;margin:44px auto 0 auto; padding:12px 40px;border-radius:6px;box-sizing:border-box;background-color:#57B04B;}
.event_wrap .invitation .tit {flex:1 1 auto;font-size:20px;font-weight:800;color:#fff}
.event_wrap .invitation .copy_url {padding:3px 13px;font-size:12px;font-weight:300;color:#fff;border:1px solid #abd7a5;border-radius: 4px;}
.event_wrap .invitation .copy_btn {margin-left:20px;padding:8px 20px;border-radius:46px;background-color:#fff;}
.event_wrap .invitation .copy_btn span {display:inline-block;padding-left:30px;font-size:18px;font-weight:800;white-space:nowrap;color:#57B04B;background:url(/static/pc/images/event/copy_clip.svg) no-repeat;background-size:20px auto;}

.event_wrap .invitation02 {margin:0 -10px;padding:45px 10px;background:#ededed;}
.event_wrap .invitation02 .tit {display:block;padding-bottom:47px;text-align:center;font-size:25px;font-weight:800;color:#404040;}
.event_wrap .invitation02 ul {display:flex;justify-content:space-between;max-width:784px;margin:0 auto;}
.event_wrap .invitation02 ul li {flex:0 1 calc(50% - 9px);display:flex;height:82px;align-items:center;padding:0 20px;box-sizing:border-box;box-shadow: 4px 4px 11px rgba(0, 0, 0, 0.1);border-radius: 13px;background-color:#fff;list-style:none;}
.event_wrap .invitation02 ul li+ li  {justify-content:flex-end;background-color:#57B04B;}

.event_wrap .invitation02 ul li span {font-size:20px;font-weight:700;}
.event_wrap .invitation02 ul li span.person {padding-left:50px;font-weight:700;background: url(/static/pc/images/event/persnal.svg) no-repeat 0 50%;}
.event_wrap .invitation02 ul li span.num {text-align:right;font-size:30px;color:#fff;}

.event_wrap .ev_img {display:flex;justify-content: center;margin:50px auto 60px auto;}
.event_wrap .ev_img img {position:relative;left:-5px;}

.event_wrap .warning {display:flex;justify-content:space-between;align-items:center;margin:0 -10px;padding:45px 144px;background-color:#939393;}
.event_wrap .warning dl {}
.event_wrap .warning dl dt {padding-bottom:7px;font-size:15px;font-weight:500;color:#fff;}
.event_wrap .warning dl dd {line-height:18px;font-size:12px;font-weight:400;color:#fff;}
.event_wrap .warning a.more {display:inline-flex;height:32px;padding:0 25px;align-items:center;;border-radius:4px;background:#fff;}
.event_wrap .warning a.more span {font-size:15px;font-weight:500;color:#939393;}


/* 포인트 */
.today_mission_cotainer,
.today_mission_cotainer * {
  box-sizing: border-box;
}

.today_mission_cotainer {
  background: var(--gray-06, #ffffff);
  border: 1px solid var(--gray-04, #e5e5e5);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  position: relative;
  width: 100% !important;
  margin-bottom: 24px;
}

.today_mission_inner,
.today_mission_inner2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.today_mission_inner2 {
  gap: 4px;
}

.today_mission_inner3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.today_mission_inner4 {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  position: relative;
}

.today_curation_cotainer {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  position: relative;
}

/* 텍스트 스타일 */
.today_div {
  color: var(--gray-01, #171717);
  font-size: var(--pc-b1b-font-size, 16px);
  line-height: var(--pc-b1b-line-height, 160%);
  font-weight: var(--pc-b1b-font-weight, 700);
}

.today_div2 {
  color: var(--gray-03, #999999);
  font-size: var(--pc-b2b-bt2-font-size, 14px);
  line-height: var(--pc-b2b-bt2-line-height, 140%);
  font-weight: var(--pc-b2b-bt2-font-weight, 500);
}

.today_div2.go_curation {
  font-weight: var(--pc-b2b-bt2-font-weight, 700);
  cursor: pointer;
}

/* 라벨 스타일 */
.today_remain_label {
  background: var(--gray-04, #e5e5e5);
  border-radius: 4px;
  padding: 2px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* 라벨 텍스트 스타일 */
.today_remain_text {
  text-align: center;
  font-size: var(--pc-b2-font-size, 14px);
  line-height: var(--pc-b2-line-height, 140%);
  font-weight: var(--pc-b2-font-weight, 500);
}

.today_remain_span {
  color: var(--main-02-primarybase, #1d7ff9);
  font-size: var(--pc-b2-font-size, 14px);
  line-height: var(--pc-b2-line-height, 140%);
  font-weight: var(--pc-b2-font-weight, 500);
}

.today_remain_span2 {
  color: var(--gray-02, #666666);
  font-size: var(--pc-b2-font-size, 14px);
  line-height: var(--pc-b2-line-height, 140%);
  font-weight: var(--pc-b2-font-weight, 500);
}


/*------------------------------------------------------
    검색페이지
------------------------------------------------------*/
.search__area {padding-top:3rem;;}

/*--- 페이징 버튼 ---*/
.bbs__navi {display:flex;align-items:center;justify-content:center;margin-top:22px;}
.bbs__navi a {position:relative;display:flex;align-items:center;justify-content:center;width:30px;height:30px;margin:0px 5px;border-radius:100%;font-weight:400;font-size:14px;color:#999;line-height:1;}
.bbs__navi a img {}
.bbs__navi a.on {color:#fff;background-color:#999;}

/*--- pdf_process_bar ---*/
.pdf_process_bar {display:table;table-layout:fixed;;width:100%;height:4px;background-color:#E5E5E5;box-shadow:0px 10px 15px rgba(0, 0, 0, 0.2);z-index:10000;}
.pdf_process--bar {position:relative;display:table-cell;vertical-align:middle;height:100%;cursor:pointer;}
.pdf_process--bar.on {background-color:#0B62CF;}
.pdf_process--number {position:absolute;right:-16px;bottom:15px;width:32px;padding:6px 0px;background-color:#0B62CF;border-radius:6px;line-height:12px;font-weight:400;font-size:12px;color:#fff;text-align:center;z-index:2;}
.pdf_process--number:after {content:'';position:absolute;left:0;right:0;bottom:-7px;width:12px;height:8px;margin:0 auto;background-repeat:no-repeat;background-position:center bottom;background-image:url(/static/pc/images/sub/pdf_number_bg.png);}
.pdf_process_bar.fixed {position:fixed;}

@media screen and (max-width: 1445px){
    .detail_pdf--navi.fixed .pdf_navi--btn {left:0;margin-left:0px;}
}

/* 쉐어 */
.detail--share {overflow:hidden;position:absolute;left:70px;bottom:0px;width:0px;display:flex;align-items:center;justify-content:center;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.detail--share a {position:relative;display:flex;width:70px;height:70px;margin-left:-1px;background-color:#fff;border:1px solid #E5E5E5;border-radius:2px;box-sizing:border-box;}
.detail--share a:first-child {margin-left:0px;}
.detail--share a::before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center;opacity:0.3;}
.btn_share_facebook::before {background-image:url(/static/pc/images/common/share_facebook.svg);}
.btn_share_twitter::before {background-image:url(/static/pc/images/common/share_twitter.svg);}
.btn_share_kakaos::before {background-image:url(/static/pc/images/common/share_kakaotalk.svg);}
.btn_share_band::before {background-image:url(/static/pc/images/common/share_band.svg);}
.btn_share_naver::before {background-image:url(/static/pc/images/common/share_naver.svg);}
.btn_share_tumblr::before {background-image:url(/static/pc/images/common/share_tumblr.svg);}
.btn_share_pinterest::before {background-image:url(/static/pc/images/common/share_pinterest.svg);}
.btn_share_url::before {background-image:url(/static/pc/images/common/share_url.svg);}
.share__area a {width:40px;height:40px;}
.btn_share.on {opacity:1;}
.detail--share.active {width:345px;}
.detail--share a:hover::before {opacity:1;}

/* 확대, 축소, 전체보기 */
.pdf_navi--controll {position:absolute;width:fit-content;height:fit-content;top:40px;right:-88px;border:1px solid #E5E5E5;border-radius:2px;;-webkit-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out;}
.pdf_navi--controll a {display:flex;align-items:center;justify-content:center;width:50px;height:50px;background-color:#fff;border-top:1px solid #E5E5E5;text-align:center;font-weight:700;font-size:11px;color:#333;}
.pdf_navi--controll a:first-child {border-top:none;}
.pdf_navi--controll a i {display:flex;width:24px;height:24px;background-repeat:no-repeat;background-position:center;}
.detail_pdf--navi.fixed .pdf_navi--controll {position:fixed;top:160px;left:50%;right:auto;margin-left:648px;}
@media screen and (max-width: 1445px){
    .detail_pdf--navi.fixed .pdf_navi--controll {left:auto;right:15px;margin-left:0px;}
}

/* 아이콘 */
.i_plus {background-image:url(/static/pc/images/common/i_plus.svg);}
.i_minus {background-image:url(/static/pc/images/common/i_minus.svg);}
.i_viewall {background-image:url(/static/pc/images/common/i_viewall.svg);}
.i_share {background-image:url(/static/pc/images/common/i_share.png);}
.on .i_like {background-image:url(/static/pc/images/common/i_like_on_0827.svg);}
.on .i_share {background-image:url(/static/pc/images/common/i_share_on.png);}
.on .i_star {background-image:url(/static/pc/images/common/ico_curation_on.svg);}

/* 이전 다음 */
.pdf_navi {opacity:0;visibility:hidden;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.pdf_navi a {position:fixed;top:50%;margin-top:-17.5px;display:block;width:80px;height:80px;background-color:#F4F4F4;background-repeat:no-repeat;background-position:center;z-index:9;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.pdf_navi a.pdf_navi_prev {left:-80px;background-image:url(/static/pc/images/common/i_navi_prev.svg);}
.pdf_navi a.pdf_navi_next {right:-80px;background-image:url(/static/pc/images/common/i_navi_next.svg);}
.pdf_navi.fixed {visibility:visible;opacity:1;}
.pdf_navi.fixed a.pdf_navi_prev {left:0px;}
.pdf_navi.fixed a.pdf_navi_next {right:0px;}


/* help */
.detail_help {position:fixed;top:0;left:0;width:100%;height:100%;z-index:10004;box-sizing:border-box;}
.detail_help .swiper-slide {visibility: hidden;box-sizing:border-box;}
.detail_help .swiper-slide.swiper-slide-active {visibility:visible;}
.detail_help .swiper-slide .maxWidth {height:100%;}
.detail_help--head {display:flex;justify-content:flex-end;flex-direction:column;height:100%;padding-bottom:173px;box-sizing:border-box;}
.detail_help:before {content:'';position:fixed;top:0;left:0;width:100%;height:100%;background-color:#333;opacity:0.9;}
.detail_help_area {position:relative;z-index:2;text-align:center;}
.detail_help--title {margin-left:-12px;padding-bottom:12px;text-align:left;}
.btn_skip {position:relative;display:flex;justify-content:center;align-items:center;width:140px;height:50px;background-color:rgba(0, 0, 0, 0.1);border:1px solid rgba(0, 0, 0, 0.15);box-shadow:0px 3px 10px rgba(0, 0, 0, 0.1);border-radius:4px;font-weight:400;font-size:16px;color:#fff;letter-spacing:-1px;z-index:1000;}
.btn_skip i {display:flex;align-items:center;justify-content:center;width:18px;height:18px;margin-right:4px;background-repeat:no-repeat;background-position:center;background-image:url(/static/pc/images/common/i_skip.svg);}
.detail_help .swiper {position:fixed;top:0;left:0;width:100%;height:100%;}
.detail_help .swiper-button-next, .detail_help .swiper-button-prev {top:0;width:30%;height:100%;}
.detail_help .swiper-button-prev {left:0px;}
.detail_help .swiper-button-next {right:0px;}
.detail_help .swiper-button-next::after, .detail_help .swiper-button-prev::after {content:none;}
.detail_help .pdf_process--bar {cursor:default;}

/* 슬로건 */
.help_solgun {display:flex;}
.help_solgun_text {font-weight:500;font-size:18px;color:#fff;letter-spacing:-1px;line-height:24px;}
.help--swiper_1 {position:absolute;top:110px;left:0;width:100%;text-align:left;}
.help--swiper_1 .pdf_process_bar {top:0px;bottom:auto;;filter:drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.65));}
.help--swiper_1 .pdf_process_bar.fixed {position:absolute;top:0px;}
.help--swiper_1 .help_solgun {justify-content:center;margin-top:24px;margin-left:-780px;}
.help--swiper_1 .help_solgun_text {margin-top:44px;margin-left:12px;}

.help--swiper_2 {position:absolute;left:50%;top:15%;display:flex;align-items:flex-start;margin-left:-710px;}
.help--swiper_2 .help_solgun {margin-top:25px;}
.help--swiper_2 .help_solgun i {}
.help--swiper_2 .help_solgun_text {margin-left:15px;text-align:left;}
@media screen and (max-width: 1445px){
    .help--swiper_2 {left:15px;margin-left:0px;}
}

.help--swiper_3 {position:absolute;left:50%;top:15%;display:flex;align-items:flex-end;margin-left:-710px;}
.help--swiper_3 .help_solgun {align-items:center;margin-bottom:20px;}
.help--swiper_3 .help_solgun i {}
.help--swiper_3 .help_solgun_text {margin-left:15px;text-align:left;}
@media screen and (max-width: 1445px){
    .help--swiper_3 {left:15px;margin-left:0px;}
}

.help--swiper_4_1 {position:absolute;right:50%;top:15%;display:flex;align-items:flex-end;margin-right:-710px;}
.help--swiper_4_1 .help_solgun {position:relative;}
.help--swiper_4_1 .help_solgun i {position:absolute;right:-20px;bottom:-30px;}
.help--swiper_4_1 .help_solgun_text {margin-right:40px;margin-bottom:10px;text-align:right;}
@media screen and (max-width: 1445px){
    .help--swiper_4_1 {right:15px;margin-right:0px;}
}

.help--swiper_4_2 {position:absolute;right:50%;bottom:15%;display:flex;align-items:flex-start;margin-right:-710px;}
.help--swiper_4_2 .help_solgun {position:relative;}
.help--swiper_4_2 .help_solgun i {position:absolute;right:-20px;top:-30px;}
.help--swiper_4_2 .help_solgun_text {margin-right:40px;margin-top:10px;text-align:right;}
@media screen and (max-width: 1445px){
    .help--swiper_4_2 {right:15px;margin-right:0px;}
}

.detail_help .swiper-pagination {position:relative;text-align:left;margin-bottom:60px;z-index:9;}
.detail_help .swiper-pagination span {width:10px;height:10px;margin:0 5px;background-color:#222;opacity:1;}
.detail_help .swiper-pagination span.swiper-pagination-bullet-active {background-color:#fff;}



/*------------------------------------------------------
    회원가입
------------------------------------------------------*/
.join__area {margin-bottom:10px;border:1px solid #ddd;}
.join__head {display:flex;height:5rem;padding:0 2rem;background-color:#f5f5f5;align-items:center;justify-content:space-between;}
.btn_join_terms_open {font-weight:500;font-size:13px;color:#333;}
.btn_join_terms_open.on {color:#3681fe;}

/* 내용공통 */
.join__body {display:none;}
.join__terms_table {padding:2rem;}
.join__terms_table table {width:100%}
.join__terms_table table th {padding:10px;border-bottom:1px solid #ddd;font-size:14px;color:#333;text-align:left;}
.join__terms_table table td {padding:10px;border-bottom:1px solid #ddd;font-size:14px;color:#333;text-align:left;}
.join__terms {position:relative;overflow-y:auto;height:231px;}
.join__terms_body {overflow:hidden;position:absolute;top:0;left:0;width:100%;height:100%;}
#join_iframe {width:100%;height:286px;margin-top:-75px}
.join__terms_btn {text-align:right;margin-top:1.5rem;}
.join__terms_btn a {font-size:14px;color:#333;}
.join__terms_btn a.on {font-weight:500;}
.join__terms_block {display:none;}

/* 전체동의 */
.join__area_all {border-color:#bce8f1;}
.join__area_all .join__head {background-color:#d9edf7;}

/* 개인정보입력 */
.join__foot {margin-top:3rem;}
.join--title {display:flex;align-items:center;font-size:14px;color:#333;}
.join--title i {margin-right:1rem;}
.join__myinfos {padding:2rem;}
.myinfo__form {}
.myinfo__row {display:flex;margin-bottom:2rem;}
.myinfo__row:last-child {margin-bottom:0px !important;}
.myinfo__row .left {display:flex;justify-content:flex-end;width:15rem;line-height:35px;padding:0 20px;text-align:right;box-sizing:border-box;}
.myinfo__row .right {display:flex;align-items:center;width:calc(100% - 15rem)}
.myinfo__row label {font-size:14px;color:#333;}
.myinfo__row .int {width:26.2rem;height:35px;border:1px solid #ddd;}
.myinfo__row .form_text {display:inline-block;margin-left:1rem;font-size:12px;color:#666;}
.myinfo__row .int_box {position:relative;}
.myinfo__row .fa_icon {position:absolute;top:0;right:1rem;width:18px;height:35px;background-position:center;background-repeat:no-repeat;background-size:70%;}
.myinfo__row .fa_icon.fa_check {background-image:url(/static/pc/images/common/icon_check.png);}
.myinfo__row .fa_icon.fa_my {background-image:url(/static/pc/images/common/icon_user2.png);}
.myinfo__btn {margin-top:4rem;text-align:center;}
.myinfo__btn .int_btn {width:150px;height:50px;margin:0.4rem;background-color:#333;font-weight:300;font-size:16px;color:#fff;}
.myinfo__btn .int_btn.btn_sumbit {background-color:#3681fe;}
@media screen and (max-width: 675px){
    .myinfo__row .left {width:10rem;}
    .myinfo__row .right {flex-direction:column;align-items:flex-start;width:calc(100% - 10rem)}
    .myinfo__row .form_text {margin-left:0;margin-top:1rem;}
}
@media screen and (max-width: 480px){
    .join__terms_table table th,
    .join__terms_table table td {padding:7px 0;font-size:13px;}
    .myinfo__row {display:block;}
    .myinfo__row .left {width:100%;display:block;text-align:left;padding:0;}
    .myinfo__row .right {width:100%;display:block;}
    .myinfo__row .int {width:100%;}
    .myinfo__btn .int_btn {width:110px;height:45px;}
}



/*------------------------------------------------------
    이벤트 랜딩
------------------------------------------------------*/
.event_landing_banner .maxWidth {display:flex;justify-content:center;align-items:center;flex-direction:column;height:185px;background-repeat:no-repeat;background-position:center;background-size:cover;}
.event_landing_content .maxWidth {max-width:619px;}
.event_landing_title {display:flex;align-items:center;justify-content:center;margin-top:0.5rem;}
.event_landing_btn {margin-left:1rem;}
.event_landing_row {margin-top:5.5rem;}
.eve_land_head {display:flex;align-items:center;margin-bottom:2.3rem;}
.eve_land_title {font-family:'Pretendard', sans-serif;font-size:18px;color:#1d7ff9;line-height:0.67;}
.eve_land_link {margin-left:0.9rem;font-size:14px;color:#1d7ff9;text-decoration:underline;}
.eve_land_body {font-size:16px;color:#353535;line-height:1.5;}
.eve_land_bu_desc p {position:relative;margin-bottom:.4rem;padding-left:18px;}
.eve_land_bu_desc p:last-child {margin-bottom:0px !important}
.eve_land_bu_desc .bu_tit {position:absolute;top:0px;left:0;}
.eve_land_bu_desc.ic_heart p {padding-left:26px;}
.eve_land_bu_desc.ic_heart .bu_tit {top:3px;}
.txt_strong {font-weight:800;color:#f85c5c}
.eve_land_table {margin-top:15px;}
.eve_land_table table {width:100%;}
.eve_land_table table .col_1 {width:16%;}
.eve_land_table table .col_2 {width:12%;}
.eve_land_table table .col_3 {width:24%;}
.eve_land_table table .col_4 {width:24%;}
.eve_land_table table .col_5 {width:24%;}
.eve_land_table table thead th {padding:10px 5px;background-color:#d6e5f8;font-size:12px;color:#353535}
.eve_land_table table td {padding:10px 5px;background-color:#fff;border-bottom:1px solid #d6e5f8;font-size:14px;color:#353535;text-align:center;}
.eve_land_table table td.col_1 {border-right:1px solid #d6e5f8}
.eve_land_table table td.col_2 {border-right:1px solid #d6e5f8}
.eve_land_table table tfoot td {font-weight:500;}
.eve_land_table table tfoot td.col_1 {font-weight:400;}
.eve_land_btn {display:flex;justify-content:center;align-items:center;width:100%;height:50px;margin-top:2.4rem;background-color:#f85c5c;border-radius:2px;font-size:15px;color:#fff;}
.eve_land_btn i {display:inline-block;width:20px;height:20px;margin-right:0.7rem;background-repeat:no-repeat;background-position:center;background-size:100%;background-image:url(/static/pc/images/sub/ic_heart_f.svg);}
.eve_land_img {margin-bottom:2.3rem;}
.eve_land_box {display:flex;justify-content:center;align-items:center;flex-direction:column;height:14.7rem;margin-top:5.4rem;background-color:#eaf3ff;text-align:center;font-family:'Pretendard', sans-serif;}
.eve_land_box p {margin-bottom:0.6rem;font-size:1.7rem;color:#1d7ff9;line-height:1.49;}
.eve_land_box strong {font-size:2.4rem;color:#004397;line-height:1.5;}
.eve_land_table_v2 {display:flex;}
.eve_land_table_col {width:33.3333333%;border-top:1px solid #9a9a9a}
.eve_land_table_col > div {padding:16px 0;border-bottom:1px solid #d8d8d8;text-align:center;font-size:14px;color:#26282b;line-height:1.14;box-sizing:border-box;}
.eve_land_table_col > div p {margin-bottom:.9rem;}
.eve_land_table_col > div p:last-child {margin-bottom:0px !important;}
.eve_land_table_col > div.row_1 {font-size:21px;font-weight:bold;}
.eve_land_table_col > div.row_6 {height:73px}
.eve_land_table_col > div.row_last {background-color:#eaf3ff;border-bottom:1px solid #9a9ea2;}
.eve_land_table_col > div .row_7 {height:55px;padding-bottom:16px;box-sizing:border-box;}
.eve_land_table_col > div .row_7 .pc_none {display:none;}
.eve_land_table_col > div .row_8 {font-family:'Pretendard', sans-serif;font-size:14px;transform:skew(-0.1deg);color:#1d7ff9}
.eve_land_table_col > div .row_8 b {display:block;margin-top:5px;font-size:26px;color:#1d7ff9}
.eve_land_table_col .heart_txt {display:block;margin-bottom:5px;font-family:'Pretendard', sans-serif;font-size:18px;color:#1d77f9;}
.eve_land_table_col .heart_txt img {vertical-align:middle;margin-top:-3px;}
@media screen and (min-width: 1025px){
    .eve_land_btn:hover {background-color:#f54a4a;}
}
@media screen and (max-width: 978px){
    .event_landing_banner .maxWidth {margin:0px auto !important;}
    .eve_land_table table td {font-size:13px;}
    .event_landing_content .maxWidth {margin:0px auto;}
}
@media screen and (max-width: 649px){
    .event_landing_content .maxWidth {margin:0 15px;}
}
@media screen and (max-width: 640px){
    .eve_land_table_v2 {flex-direction:column;}
    .eve_land_table_col {width:100%;margin-bottom:38px;}
    .eve_land_table_col:last-child {margin-bottom:0px !important}
    .eve_land_table_col > div .row_7 .pc_none {display:block;}
}



/*------------------------------------------------------
    FAQ
------------------------------------------------------*/
.faq__title {margin:93px 0px;font-weight:800;font-size:50px;line-height:14px;color:#1D7FF9}
.dl__faq_detail {margin-bottom:10px;}
.dl__faq_detail:last-child {margin-bottom:0px;}
.faq_detail--title {position:relative;padding:24px 77px;padding-right:120px;background-color:#FAFAFA;border:2px solid #E5E5E5;border-radius:9px;font-weight:500;font-size:20px;color:#595959;line-height:14px;cursor:pointer;}
.faq_detail--title::after {content:'';position:absolute;top:50%;right:77px;width:20px;height:11px;margin-top:-5.5px;background-repeat:no-repeat;background-position:center;background-image:url(/static/pc/images/common/i_down2.svg);}
.faq_detail--title.on::after {background-image:url(/static/pc/images/common/i_up2.svg);}
.faq_detail--body {display:none;padding:27px 50px;padding-left:100px;font-weight:400;font-size:15px;line-height:26px;color:#595959;}
.faq_detail--body > ol > li ol {padding-left:20px;}
@media screen and (max-width: 1200px){
    .faq__title {margin-bottom:50px;font-size:40px;}
    .faq_detail--title {padding:20px 30px;padding-right:70px;font-size:18px;}
    .faq_detail--title::after {right:30px;}
    .faq_detail--body {padding:25px 30px;padding-left:47px;}
}


.flex_col_box {display:flex;width:100% !important;height:659px;justify-content:space-between;}
.flex_col_box .inner_box {display:flex;padding:24px;flex-direction:column;border:1px solid #e5e5e5;border-radius:16px;background:#fff;}
.flex_col_box .inner_box + .inner_box {margin-left:30px;}
.flex_col_box .inner_box .tit_wrap {display:flex;justify-content:space-between;width:100%;margin-bottom:32px;}
.flex_col_box .inner_box .tit_wrap .tit {font-size:18px;font-weight:700;color:#333;}
.flex_col_box .inner_box .tit_wrap .common__important {}
.flex_col_box .inner_box .tit_wrap .common__important button img {width:26px;}
.flex_col_box .inner_box .tit_wrap .common__important .common__impor_box {z-index:4;top:30px;left:-16px;width:402px;height:122px;padding:36px 0 0 28px;box-shadow:none;border-radius:0;background:url(/static/pc/images/common/bloom_bg.svg) no-repeat 0 0;}
.flex_col_box .inner_box .tit_wrap .common__important .common__impor_box:before {display:none;}
.flex_col_box .inner_box .tit_wrap .common__important .common__impor_box p {position:relative;padding-left:14px;font-size:15px;color:#1D7FF9;font-weight:500}
.flex_col_box .inner_box .tit_wrap .common__important .common__impor_box p:after {position:absolute;top:6px;left:0;width:4px;height:4px;border-radius:4px;background:#1D7FF9;content:'';}
.flex_col_box .inner_box .tit_wrap .custom_select {z-index:4;display:flex;align-items:center;position:relative;;width:128px;height:39px;padding:0 13px;box-sizing:border-box;border-radius:6px;border:1px solid #999;}
.flex_col_box .inner_box .tit_wrap .custom_select a.current {flex:1 1 100%;}
.flex_col_box .inner_box .tit_wrap .custom_select a.current span {display:block;text-align:center;font-size:15px;line-height:1;color:#999;font-weight:500;background:url(/static/pc/images/common/ico_rank_down02.svg) no-repeat 100% 50%;background-size:12px auto;}
.flex_col_box .inner_box .tit_wrap .custom_select ul {display:none;position:absolute;top:-1px;left:-1px;right:-1px;padding:1px;border:1px solid #dadada;border-radius:6px;background:#fff;-webkit-box-shadow:0 0 6px 1px rgb(0 0 0 / 15%)}
.flex_col_box .inner_box .tit_wrap .custom_select ul li {list-style:none;}
.flex_col_box .inner_box .tit_wrap .custom_select ul li a {display:flex;height:30px;padding:0 13px;align-items:center;font-size:15px;color:#999;font-weight:400;}
.flex_col_box .inner_box .tit_wrap .custom_select ul li a:hover {border-radius:4px;color:#fff;background:#1D7FF9}



.flex_col_box .inner_box .c_box {padding:24px;border:1px solid #e5e5e5;border-radius:6px;background:#fff;}
.flex_col_box .inner_box .c_box + .c_box {margin-top:20px;height:339px;}
.flex_col_box .inner_box .c_box.disabled {background: #fff;}
.flex_col_box .inner_box .c_box .sub_tit {font-size:20px;font-weight:700;color:#333;}
.flex_col_box .inner_box .c_box .list {display:flex;flex-direction:column;margin-top:24px;}
.flex_col_box .inner_box .c_box .list li {display:flex;;justify-content:space-between;}
.flex_col_box .inner_box .c_box .list li + li {margin-top:32px;}
.flex_col_box .inner_box .c_box .list li span {font-size:18px;font-weight:500;}
.flex_col_box .inner_box .c_box .list li .q_txt00,
.flex_col_box .inner_box .c_box .list li .q_txt01,
.flex_col_box .inner_box .c_box .list li .q_txt02 {width:254px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.flex_col_box .inner_box .c_box .list li .q_txt00 {color:#666666;}
.flex_col_box .inner_box .c_box .list li .q_txt01 {color:#1D7FF9;}
.flex_col_box .inner_box .c_box .list li .q_txt02 {color:#FF6060;}
.flex_col_box .inner_box .c_box .list li .date {color:#999999;}

.flex_col_box .inner_box .c_box .nopost__box_area {min-height:300px;border:0;text-align:center;}

.flex_col_box .inner_box .scroll_box {z-index:3;overflow:auto;height:665px;}
.flex_col_box .inner_box .scroll_box .product__details + .product__details {margin-top:20px;}

.flex_col_box .inner_box .vote {display:flex;}
.flex_col_box .inner_box .vote.disabled dd {color:#999}
.flex_col_box .inner_box .vote dt {padding-right:55px;font-size:20px;font-weight:700;color:#333}
.flex_col_box .inner_box .vote dd {font-size:20px;font-weight:700;color:#1D7FF9}

.flex_col_box .inner_box .nopost__box_area {position:relative;border:1px solid #E5E5E5;border-radius:6px;}
.flex_col_box .inner_box .nopost__box_area p {padding-top:18px;font-size:14px;color:#999;text-align:center;}
