/* Common */
/* Button */
.btn-area{display:flex;align-items:center;gap:8px;}

/* Tab */
.g-tab-contents .tab-area{display:none;}
.g-tab-contents .tab-area.active{display:block;}

/* Table */
.align-left{text-align:left !important;}
.table-wrap{display:flex;flex-direction:column;gap:16px;}
.table-wrap thead th{padding:8px 8px 7px 8px;border-bottom:1px solid #cdd1d5;background-color:#eff1f4;font-size:14px;font-weight:700;color:#1e2124;line-height:1.3;text-align:center;}
.table-wrap tbody td{padding:12px 8px;border-bottom:1px solid #cdd1d5;font-size:14px;color:#464c53;line-height:1.3;text-align:center;}

/* Layout */
.full-section{margin:0 -16px;}

/* header */
.header-write{position:absolute;top:0;right:0;width:56px;height:100%;}
.header-write a{display:block;width:100%;height:100%;background:url(../images/icon_write.svg)no-repeat 50% 50%/24px;color:transparent;text-indent:-9999px;}
.header-search.none-border::before{display:none;}

/* Sub */
/* Form */
.form-section.type2{margin-top:16px;}
.form-section.type2 .form-item{margin-top:24px;} 
.form-section.type2 .form-item:first-child{margin-top:0;}

/* List */
.list__body.notice .list-item{border-bottom:1px solid #e7eaf4;}
.list__body.notice .list-item.type--display > a{padding:16px 56px 16px 16px;background:url('../images/icon_arrow-select.svg') no-repeat right 16px center;background-size:24px 24px;}
.list__body.notice .list-item.display--show.type--display > a{background-image:url('../images/icon_arrow-select-up.svg');}
.list__body.notice .list-item__data .date{font-size:14px;color:#464c53;}
.list__body.notice .list-item__data .tit{margin-top:4px;font-size:16px;font-weight:500;}
.list__body.notice .list-item .list-item__detail .notice-box{padding:16px;}
.list__body.notice .list-item .list-item__detail .notice-box .detail-edit{font-size:14px;font-weight:400;color:#1e2124;line-height:1.3;}
.list__body.notice .list-item .list-item__detail .notice-box .detail-edit > strong{font-weight:700;}
.list__body.notice .list-item .list-item__detail .notice-box .detail-edit > em{font-size:16px;font-weight:400;}
.list__body.notice .list-item .list-item__detail .notice-box .g-card__func{justify-content:flex-end;gap:16px;margin-top:16px;padding:0;}
.list-item__data-info.type-row{flex-direction:row;}
.list-item__data-info .location2{background:url('../images/icon_location-gray2.svg') no-repeat 0 center;}
.flist-wrap.type2{margin-bottom:0;}
.flist-item.item-round{flex-wrap:wrap;gap:8px 16px;}
.flist-item.item-round .flist-item__profile .figure-box{position:relative;flex:none;}
.flist-item.item-round .flist-item__profile .figure-box.active::before{content:'';position:absolute;top:0;left:0;width:10px;height:10px;border-radius:50%;border:2px solid #fff;background-color:#ca2300;}
.flist-item.item-round .flist-item__profile .figure-box > figure{overflow:hidden;width:40px;height:40px;border-radius:50%;}
.flist-item.item-round .flist-item__profile-name strong{font-size:18px;font-weight:700;line-height:1.3;}
.flist-item.item-round .list-item{display:flex;align-items:center;gap:16px; flex:none;width:100%;padding:12px 16px;border-radius:6px;background-color:#f4f5f6;}
.flist-item.item-round .list-item__data .g-badge{margin-bottom:0;}
.flist-item.item-round .list-item__data .g-badge span{padding-left:5px;}
.flist-item.item-round .list-item__data .item-txt{display:flex;align-items:center;gap:4px;}
.flist-item.item-round .list-item__data-info{margin-top:0;}
.flist-item.item-round .list-item__data-info [class^="location"]{background-position:left top;}
.flist-item.item-round .list-item__data-info .location{color:#1e2124;}

/* 클럽 */
.club-main-wrap{display:flex;flex-direction:column;gap:12px;padding-bottom:24px;}
.club-main-wrap .banner-box{overflow:hidden;border-radius:6px;}
.club-main-wrap .banner-box a{display:block;}
.club-main-wrap .banner-box a img{width:100%;}
.setting-box{display:flex;justify-content:space-between;}
.setting-box .btn-link{display:inline-block;padding-right:20px;font-size:18px;font-weight:700;}
.setting-box .btn-link.ico-setting{background:url(../images/icon_setting_black.svg)no-repeat 100% 50%/16px 16px;}
.setting-box .btn-link.ico-join{background:url(../images/icon_join.svg)no-repeat 100% 50%/16px 16px;}
.setting-box .btn-link.ico-plus{background:url(../images/icon_plus-black.svg)no-repeat 100% 50%/16px 16px;}
.setting-box .btn-info{padding-right:18px;font-size:16px;color:#464c53;background:url(../images/icon_info.png)no-repeat 100% 50%/16px 16px;}
.club-info-box{padding:20px;background:url(../images/bg_club.svg)no-repeat 100% 100%/cover;border-radius:8px;}
.club-info-box .main-info-area{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;}
.club-info-box .main-info-area .txt-wrap .tit-area{display:flex;align-items:center;gap:4px;}
.club-info-box .main-info-area .txt-wrap strong{font-size:18px;font-weight:700;color:#fff;line-height:21px;}
.club-info-box .main-info-area .txt-wrap .btn-favorite{flex-shrink:0;margin-top:-1px;}
.club-info-box .main-info-area .txt-wrap p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;margin-top:4px;font-size:14px;color:#fff;}
.club-info-box .main-info-area .txt-wrap .detail-list{display:flex;align-items:center;gap:8px;margin-top:12px;}
.club-info-box .main-info-area .txt-wrap .detail-list li{padding-left:18px;font-size:14px;color:#fff;}
.club-info-box .main-info-area .txt-wrap .detail-list .location{background:url(../images/icon_location.svg)no-repeat 0 50%/16px;}
.club-info-box .main-info-area .txt-wrap .detail-list .name{background:url(../images/icon_crown.svg)no-repeat 0 50%/16px;}
.club-info-box .main-info-area .btn-notice{flex-shrink:0;width:32px;height:32px;background:url(../images/icon_notice_off.svg)no-repeat 100% 0%/24px;color:transparent;text-indent:-9999px;}
.club-info-box .main-info-area .btn-notice.new{background-image:url(../images/icon_notice.svg);}
.club-info-box .list-func{gap:8px;margin-top:40px;padding:0;text-align:center;}
.club-info-box .list-func .g-btn{padding:0 10px;}
.sort-wrap.type2{-ms-overflow-style:none;scrollbar-width:none;gap:8px;padding:24px 16px 0;border-bottom:0;}
.sort-wrap.type2::-webkit-scrollbar{display:none;}
.sort-wrap.type2 a{padding:7px 11px;background:#fff;}
.sort-wrap.type2 a.on{background-color:#002d9c;color:#fff;}
.sort-wrap.type3{position:relative;-ms-overflow-style:none;scrollbar-width:none;gap:16px;padding:0 20px;background-color:#fff;}
.sort-wrap.type3::-webkit-scrollbar{display:none;}
.sort-wrap.type3 a{position:relative;padding:11px 0;border:0;background:none;font-size:16px;color:#8a949e;line-height:1.3;}
.sort-wrap.type3 a.on{font-weight:700;color:#002d9c;}
.sort-wrap.type3 a.on::after{content:'';position:absolute;bottom:0;left:0;z-index:1;width:100%;height:3px;background-color:#002d9c;}
.sort-wrap.pos-sticky{position:sticky;top:56px;z-index:10;}
.club-info-list{padding:16px 0;}
.club-info-list > li:not(:first-child){margin-top:16px;}
.club-info-list .list-item.type--display{display:flex;align-items:center;}
.club-info-list .list-item__data-title{font-size:18px;font-weight:700;line-height:1.3;}
.club-info-list .sub-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;margin-top:4px;font-size:14px;color:#464c53;}
.club-info-list .list-item__data-info span{padding-left:18px;}

.club-info-list.type-border > li{margin-top:0;padding:16px 0;border-bottom:1px solid #d9d9d9;}
.club-info-list.type-border > li:first-child{padding-top:0;}
.club-info-list.type-border > li:last-child{border-bottom:0;padding-bottom:0;}
.latest-round-list{display:flex;flex-direction:column;gap:32px;margin-bottom:16px;}
.latest-round-list .list__header{padding:0 0 16px 0;}
.latest-round-list .flist{padding:0;}
.latest-round-list .flist-body{gap:24px;padding-top:0;}

/* 설정 */
.set-tit{display:block;font-size:18px;font-weight:700;}
.set-list li{border-bottom:1px solid #Cdd1d5;}
.set-list li:not(.has-link){display:flex;justify-content:space-between;align-items:center;gap:8px;padding:16px 0 15px;}
.set-list li.has-link a{display:flex;justify-content:space-between;align-items:center;gap:8px;position:relative;padding:16px 28px 15px 0;}
.set-list li.has-link a::after{content:'';position:absolute;top:50%;right:0;transform:translateY(-50%);width:20px;height:20px;background:url(../images/icon_arrow-link.svg)no-repeat 50% 50%/100%;}
.set-list .tit{display:flex;flex-direction:column;gap:4px;}
.set-list .tit strong{font-size:16px;font-weight:500;}
.set-list .tit span{font-size:14px;color:#464c53;}
.set-list .sub-cont-box{display:flex;align-items:center;gap:8px;}
.set-list .sub-cont-box .txt{font-size:14px;color:#002d9c;}
.set-list .sub-cont-box .g-switch span{padding-left:40px;}