@charset "utf-8";

/*
 * File Name : content.css
 * 작성일 : 2023-07-17
 */


/********************************************************

 *  Content

 ********************************************************/

.tit_ment {font-size: 20px;}


/*-----------------------------------------------------------------------------
 *  Sub 03 : 마이페이지
 *----------------------------------------------------------------------------*/

.sv03 {background:url("../images/sub/subscribe_bg.jpg?1") no-repeat center bottom;background-size:cover;}


/*-----------------------------------------------------------------------------
 *  Sub 10 : 서비스
 *----------------------------------------------------------------------------*/

.sv10 {background:url("../images/sub/service_bg.jpg?1") no-repeat center bottom;background-size:cover;}

.top_mb_info {padding:25px 10px;margin-bottom:20px;}
.top_mb_info p {display: inline-flex; align-items: center;font-size:20px;font-weight: 600; color:#3c7eb8;}
.top_mb_info p:nth-child(2),
.top_mb_info p:nth-child(3) {float: right;font-size: 16px;}
.top_mb_info p strong {font-weight: 700;color:#ff2500}
.top_mb_info p i {font-style: normal; font-size: 13px;}
.top_mb_info p em {display: inline-block;margin-left: 10px; font-size: 14px;}
.top_mb_info span {color:#e60004;}
.top_mb_info span.d_day {display: inline-block;margin-right: 10px; font-size: 24px;color: #316ce8;}

.search_top {border:1px solid #dee2e6;padding:15px 20px;border-radius: 5px;}
.search_top strong {color:#000;font-weight: 600;font-size:16px;}
.search_top strong span {color: #316ce8;font-weight: 700;}

@media screen and (max-width:1024px){
  .top_mb_info p {font-size:18px;}
  .top_mb_info p strong {font-size: 18px;}
  .top_mb_info span.d_day {font-size:20px;}
}
@media screen and (max-width:960px){
  .top_mb_info {padding: 0 0 20px;}
  .top_mb_info p {display:flex;width: 100%;font-size: 18px;}
  .top_mb_info p strong i {font-size: 14px;}
  .top_mb_info span.d_day {font-size: 18px;}

  .search_top strong {font-size:14px;}
}
@media screen and (max-width:640px){
  .top_mb_info {display: block;margin-bottom: 0;}
  .top_mb_info p {display: block; font-size: 16px;}
  .top_mb_info p strong {font-size: 16px;}
}
@media screen and (max-width:480px){
  .top_mb_info p {display: block;font-size:15px;}
  .top_mb_info p strong {font-size: 15px;}
  .top_mb_info span.d_day {font-size: 16px;margin-right: 5px;}

  .search_top {padding:10px 15px;}
  .search_top strong {font-size:13px;}
}


/*-----------------------------------------------------------------------------
 *  Sub 20 : 구독안내
 *----------------------------------------------------------------------------*/

.sv20 {background:url("../images/sub/subscribe_bg.jpg?1") no-repeat center bottom;background-size:cover;}

.plan1 {}
.plan1 .cont_row_gap {margin-bottom: 150px;gap:100px;}
.items_box_wrap {}
.box_top {text-align: right;margin:20px 0}

.item_box {align-items: stretch;background-color: rgb(255, 255, 255);border-radius:20px;box-shadow: rgba(0, 0, 0, 0.07) 0 0 20px 0;display: flex;gap:50px;height: min-content;padding: 15px 30px 15px 15px;position: relative;}
.item_box .item_thumb {position: relative;flex: 0 0 350px;border-radius:15px;overflow: hidden}
.item_box .item_thumb p.in_txt {position: absolute;left: 0;top: 40px;width: 100%;text-align: center;font-size:40px;font-weight: 800; color:rgba(255,255,255,0.5)}
.item_box .item_thumb p.in_txt.bg_red {color:#fc1150}
.item_box .item_thumb img {display: block;width: 100%;height: 100%;object-fit: cover}
.item_box .item_cont {display: flex;flex-direction: column;gap:20px;padding: 30px 0;width: 100%;}
.item_box .item_cont .item_head {display: flex;flex-direction: column;gap:15px;}
.item_box .item_cont .item_head strong {font-size: 30px;font-weight: 700;color:#000}
.item_box .item_cont .item_head p {font-size:18px;color:#b1aea6;font-weight: 500;line-height: 1.4;}
.item_box .item_cont .item_list {}
.item_box .item_cont .item_list .icon_list {display: flex;flex-direction: column;gap:10px;}
.item_box .item_cont .item_list .icon_list li {position: relative;padding-left:25px;font-size:15px;color:#444;font-weight: 500;}
.item_box .item_cont .item_list .icon_list li .icon {position: absolute; left: 0;top: 0;}
.item_box .item_cont .item_btns {display: flex;gap:30px;align-items: center;}
.item_box .item_cont .item_btns strong {position: relative;font-size: 46px;color:#000;font-weight: 800;z-index: 1}
.item_box .item_cont .item_btns strong.und_line:before {content: ""; position: absolute;left: 0;bottom:8px;width: 100%;height: 10px;border-radius: 10px; background:#f3ec3b;z-index: -1}

.plan2 {background:#fffafa;padding: 150px 0}

.faq {padding: 150px 0 0}
.faq .list_row {border-bottom: 1px solid #e2e2e2}
.faq .list_row:has(.active) {border-bottom:none}
.faq .list_row h3 {position: relative;;display: flex;align-items: center;gap:15px; padding:25px 20px; cursor: pointer}
.faq .list_row h3.active {color:#000}
.faq .list_row h3 strong {font-size: 18px;color:#666;font-weight:600;line-height: 1.3;}
.faq .list_row h3:after {content: "";position: absolute;right:30px;top:45%;transform: translateY(-50%) rotate(45deg);display: block;width:10px;height: 10px;border-right: 1px solid #666;border-bottom: 1px solid #222;transition: all 0.3s ease}
.faq .list_row h3.active strong {color: #000}
.faq .list_row h3.active:before {background-color:#000}
.faq .list_row h3.active:after {transform: translateY(-50%) rotate(225deg);top: 50%}
.faq .list_row div.drop_down_cont {display:flex;gap:20px; padding:5px 20px;font-size:16px;color:#a8a8a8;visibility: hidden;}
.faq .list_row div.drop_down_cont p {font-size: 16px; padding: 5px 0;line-height: 1.4}
.faq .list_row div.drop_down_cont p .link_txt {color:#1F77EF;text-decoration: underline;}

@media screen and (max-width:1024px){
  .plan1 .cont_row_gap {margin-bottom: 100px;gap: 50px;}
  .item_box .item_thumb {flex: 0 0 280px;}
}
@media screen and (max-width:768px){
  .plan2 {padding: 100px 0;}
  .item_box {flex-direction: column;gap: 50px;padding:30px;}
  .item_box .item_cont {gap: 15px;padding:0 0 30px;}
  .item_box .item_cont .item_head strong {font-size: 26px;}
  .item_box .item_cont .item_head p {font-size:16px;line-height: 1.3;}
  .item_box .item_cont .item_btns strong {font-size: 40px;}

  .faq {padding: 100px 0 0;}
  .faq .list_row h3 {padding: 20px 40px 20px 15px;}
  .faq .list_row h3 strong {font-size: 16px;}
  .faq .list_row div.drop_down_cont p {font-size: 14px;}
}

@media screen and (max-width:480px){
  .item_box {gap: 40px;padding: 20px;}
  .item_box .item_thumb{flex:0 0 200px}
  .item_box .item_thumb p.in_txt{top:30px;font-size:30px}
  .item_box .item_cont .item_head strong{font-size:22px}
  .item_box .item_cont .item_head p{font-size:15px}
  .item_box .item_cont .item_list .icon_list li{padding-left:20px;font-size:14px}
  .item_box .item_cont .item_list .icon_list li .icon{width:15px}
  .item_box .item_cont .item_btns strong{font-size:36px}
  .faq .list_row h3{padding:15px 30px 15px 10px}
  .faq .list_row h3:after{right:15px;width:8px;height:8px}
}


/*-----------------------------------------------------------------------------
 *  Sub 30 : 뉴스
 *----------------------------------------------------------------------------*/

.sub_02 {}
.content_img {text-align: center;}
.content_img + .content_img {margin-top: 100px}

@media screen and (max-width:768px){
  .content_img + .content_img {margin-top: 50px}
}
@media screen and (max-width:480px){
  .content_img + .content_img {margin-top: 30px}
}


/*-----------------------------------------------------------------------------
 *  Sub 40 : 교육
 *----------------------------------------------------------------------------*/

.sv40 {background:url("../images/sub/subscribe_bg.jpg?1") no-repeat center bottom;background-size:cover;}

.sub_03 {background:#f4f8fa;padding:100px 0 }
.sub_03 .content_img {max-width: 550px; margin: 0 auto 80px;}
.guide_list {padding: 0 80px}
.guide_list ul {display: flex;flex-wrap: wrap;justify-content: space-between; align-items: stretch;}
.guide_list ul li {position: relative;width: 31.3333%;background:#fff;margin: 1.5% 0;padding: 25px 25px 25px 110px;border-radius: 5px;box-shadow: 0 0 20px rgba(0,0,0,0.05)}
.guide_list ul li .icon {position: absolute; left: 20px;top:10px; display: block;width: 80px; height: 80px; border-radius: 50%;overflow: hidden;}
.guide_list ul li strong {display: block; font-size: 20px; font-weight:  700;}
.guide_list ul li strong em {display: inline-block;width: 26px; line-height: 26px; border-radius: 50%; font-size: 12px; font-weight: 700; color:#fff; background:#444;text-align: center;margin-right: 10px;}
.guide_list ul li p {font-size: 16px; color:#444;margin-top: 15px;}


@media screen and (max-width:1200px){
  .guide_list ul li {width: 48%;margin: 2% 0;}
}
@media screen and (max-width:1024px){
  .sub_03 .content_img {max-width: 400px;margin: 0 auto 50px;}
}
@media screen and (max-width:960px){
  .sub_03 {padding: 80px 0;}
  .guide_list {padding: 0 50px;}
}
@media screen and (max-width:768px){
  .sub_03 .content_img {max-width: 70%;}
  .guide_list {padding: 0 40px;}
  .guide_list ul li {padding:20px 20px 20px 80px;}
  .guide_list ul li .icon {left: 10px;width: 60px;height: 60px;}
  .guide_list ul li strong {font-size:18px;}
  .guide_list ul li strong em {width: 24px;line-height: 24px;font-size: 11px;margin-right: 5px;}
  .guide_list ul li p {font-size: 15px;margin-top: 10px;}
}
@media screen and (max-width:640px){
  .sub_03 {padding: 80px 15px;}
  .guide_list ul li {width: 100%;margin: 2% 0;}
}
@media screen and (max-width:480px){
  .guide_list {padding: 0 10px;}
}

/*-----------------------------------------------------------------------------
 *  Sub 50 : 교육
 *----------------------------------------------------------------------------*/

.sv50 {background:url("../images/sub/subscribe_bg.jpg?1") no-repeat center bottom;background-size:cover;}


/* 교육신청 목록 */
.edu_apply {}
.edu_apply .cont_tit_box {margin-top:20px}
.edu_apply .cont_row_gap {margin-bottom: 80px;}
.edu_apply_list {display: flex;flex-direction: column;gap:50px;padding:100px 0;background:#fffafa}
.item_badge {font-size:18px;font-weight: 500; color:#58aeed}
.edu_apply .item_box .item_thumb {flex:0 0 600px;font-size: 0}
.edu_apply .items_box_wrap {margin: 40px 0}
.edu_apply .items_box_wrap .item_info {display: flex;justify-content: space-between;align-items: flex-end;border-top: 1px solid #ddd;}
.edu_apply .items_box_wrap .item_info ul {padding: 20px 0 0}
.edu_apply .items_box_wrap .item_info ul li {display: flex;align-items: center;margin:10px 0 0}
.edu_apply .items_box_wrap .item_info ul li strong {flex: 0 0 100px;font-size: 18px;font-weight:600;color:#000}
.edu_apply .items_box_wrap .item_info ul li p {font-size: 18px;font-weight:500;color:#444}

.badge_status {display: inline-block;line-height:50px;padding: 0 50px;border-radius: 50px;font-size: 16px;font-weight: 500;color:#fff;width: 140px;text-align: center}
.badge_status.active {background:#f25f25}
.badge_status.end {background:#606060}

#gallery {padding: 100px 0}
#gallery .tit_row_box {margin-bottom: 50px}
.gly_slider .swiper-slide {border-radius: 20px;overflow: hidden;font-size: 0;height: auto;}
.gly_slider .swiper-slide a {display: block;height: 100%;}
.gly_slider .swiper-slide a img {display: block;width:100%;height: 100%;object-fit: cover}
.gly_slider .swiper-pagination {position: static;margin-top:40px;}
.gly_slider .swiper-pagination .swiper-pagination-bullet {width: 10px;height: 10px;margin: 0 5px}
.gly_slider .swiper-pagination .swiper-pagination-bullet-active {background:#666}


/* 교육신청 상세 */
.edu_apply_detail {display: flex;flex-direction: column;gap:80px;}
.detail_info {border-radius: 20px;padding: 80px;background:#fff;box-shadow: rgba(0, 0, 0, 0.06) 0 0 25px 0;margin-top: 100px}
.detail_info .info_dl {display: flex;justify-content: space-between;gap:50px;}
.detail_info dl {flex:1 0 0;display: flex;align-items: center;flex-wrap: wrap;font-size: 20px;margin-bottom:50px;}
.detail_info dl dt {flex:0 0 150px;font-weight: 600;color:#000;padding: 10px 0}
.detail_info dl dd {width: calc(100% - 150px);padding: 10px 0}
.detail_info dl dt.sale_end,
.detail_info dl dd.sale_end {color:#ff1a56}
.detail_info dl dt.apply_end,
.detail_info dl dd.apply_end {color:#f25f25}
.detail_cont {display: flex;flex-direction: column;gap:80px;border-radius: 20px;padding: 80px;background:#fff;box-shadow: rgba(0, 0, 0, 0.06) 0 0 25px 0;}

@media screen and (max-width:1400px){

}
@media screen and (max-width:1200px){
  .edu_apply .item_box .item_thumb {flex:0 0 350px;}
}
@media screen and (max-width:1024px){
  .edu_apply_list{gap:40px;padding:80px 0}
  .edu_apply .item_box .item_thumb{flex:0 0 300px}
  .edu_apply .items_box_wrap .item_info{flex-direction:column;align-items:flex-start}
  .edu_apply .items_box_wrap .item_info ul{padding:15px 0 0}
  .edu_apply .items_box_wrap .item_info ul li{flex-direction:column;align-items:flex-start;margin-top:20px}
  .edu_apply .items_box_wrap .item_info ul li strong{flex:none;font-size:16px}
  .edu_apply .items_box_wrap .item_info ul li p{font-size:16px}
  .badge_status{margin-top:20px}
  #gallery{padding:80px 0}
  #gallery .tit_row_box{margin-bottom:40px}
  .detail_info{padding:60px;margin-top:80px}
  .detail_info .info_dl{gap:40px}
  .detail_info dl dt{flex:0 0 125px}
  .detail_info dl dd{width:calc(100% - 125px)}
}
@media screen and (max-width:768px){
  #gallery{padding:60px 0}
  #gallery .tit_row_box{margin-bottom:30px}
  .edu_apply .cont_row_gap{margin-bottom:50px}
  .edu_apply_list{gap:30px;padding:50px 0}
  .detail_info{padding:40px;margin-top:50px}
  .detail_info .info_dl{flex-direction:column;gap:30px}
  .detail_info dl{flex-wrap:wrap;font-size:18px;margin-bottom:20px}
  .detail_info dl:nth-child(2){padding-top:30px;border-top:1px solid #ddd}
  .detail_info dl dt{flex:0 0 100%}
  .detail_info dl dd{width:100%;padding-top:0}
  .detail_cont{gap:50px;padding:50px}
  .badge_status{line-height:45px;padding:0 40px;font-size:15px;width:130px}
}
@media screen and (max-width:640px){
  .edu_apply .item_box .item_thumb {flex: 0 0 200px;}
}
@media screen and (max-width:480px){
  #gallery{padding:30px 0}
  .edu_apply .items_box_wrap{margin:20px 0}
  .edu_apply .item_box .item_thumb{flex:0 0 150px}
  .edu_apply_detail{gap:50px}
  .detail_info{padding:30px;margin-top:30px}
  .detail_info dl{font-size:16px;margin-bottom:15px}
  .detail_cont{gap:30px;padding:30px}
  .edu_apply_list{padding:30px 0}
}


/*-----------------------------------------------------------------------------
 *  Sub 60 : 커뮤니티
 *----------------------------------------------------------------------------*/

.sv60 {background:url("../images/sub/subscribe_bg.jpg?1") no-repeat center bottom;background-size:cover;}


/*-----------------------------------------------------------------------------
 *  Sub 70 : 멤버쉽 전용
 *----------------------------------------------------------------------------*/

.sv70 {background:url("../images/sub/subscribe_bg.jpg?1") no-repeat center bottom;background-size:cover;}

.mbrship_home_info {display: flex;gap:40px;margin-bottom: 80px;}
.mbrship_home_info .mbr_thumb {text-align: center}
.mbrship_home_info .mbr_thumb .thumb {display: block;border-radius: 50%;width: 100px;height: 100px; margin: 0 auto 10px;overflow: hidden;}
.mbrship_home_info .mbr_thumb .thumb img {display: block;}
.mbrship_home_info .btn_prf_mdf {display: inline-block;line-height: 35px;padding: 0 15px;font-size: 15px;color:#fff;background:#888}
.mbrship_home_info .btn_prf_mdf:hover {background:#000}

.mbrship_home_info .mbr_info {width: 100%}
.mbrship_home_info .mbr_info .mbr_nick_info {display: flex;gap:10px;align-items: center}
.mbrship_home_info .mbr_info .mbr_nick_info strong {font-size: 28px; font-weight: 600; color:#000}
.mbrship_home_info .mbr_info .mbr_nick_info em {font-size: 16px;}
.mbrship_home_info .mbr_info .mbr_level_info {margin-top: 10px;margin-bottom: 10px}
.mbrship_home_info .mbr_info .mbr_level_info ul {}
.mbrship_home_info .mbr_info .mbr_level_info ul li {margin: 5px 0}
.mbrship_home_info .mbr_info .mbr_level_info ul li dl {display: flex;gap:10px;align-items: center; font-size: 16px; }
.mbrship_home_info .mbr_info .mbr_level_info ul li dl dt {position: relative;padding-left: 10px;color:#888;}
.mbrship_home_info .mbr_info .mbr_level_info ul li dl dt:before {content: ""; position: absolute;left: 0; top:8px;display: block;width: 4px;height: 4px;border-radius: 50%;background:#888;}
.mbrship_home_info .mbr_info .mbr_level_info ul li dl dd {}
.mbrship_home_info .mbr_info .mbr_level_info ul li dl dd {display: inline-flex;align-items: center;font-weight: 600;margin-right: 10px;gap:5px}
.mbrship_home_info .mbr_info .mbr_level_info ul li dl dd .level_icon {flex-shrink: 0; display: block;width: 15px;height: 15px;line-height: 15px;text-align: center;font-size: 10px;font-weight: 700; margin-right: 5px}
.mbrship_home_info .mbr_info .mbr_level_info ul li dl dd .level_icon.level_m {background:#EA5514;color:#fff;}
.mbrship_home_info .mbr_info .mbr_level_info ul li dl dd strong {}
.mbrship_home_info .mbr_info .mbr_level_info ul li dl dd em {display: inline-flex;gap:5px;align-items: center;font-size: 10px;color:#fff;background:#888;line-height: 20px;padding: 0 10px;}
.mbrship_home_info .mbr_info .mbr_hit_info {display: flex;gap:20px;align-items: center;padding:10px 0;border-top:1px solid #ddd;border-bottom: 1px solid #ddd;font-size: 16px;}
.mbrship_home_info .mbr_info .mbr_hit_info h3 {font-weight: 600; color:#000}
.mbrship_home_info .mbr_info .mbr_hit_info dl {display: flex;align-items: center;gap:10px; flex-direction: row; flex-wrap: wrap;}
.mbrship_home_info .mbr_info .mbr_hit_info dl dt {}
.mbrship_home_info .mbr_info .mbr_hit_info dl dd {margin-right: 20px}

.awards {background:#F5FCFF;padding:40px 80px;border-radius: 20px;border:1px solid #eaeaea;margin: 50px 0 80px;}
.awards h3 {text-align: center;font-size: 20px;font-weight: 600;margin-bottom: 20px;color:#0F73E9}
.awards ul {display: flex;gap:50px;justify-content: space-between; /*max-width:800px;*/ margin: 0 auto}
.awards ul > li {min-width: 170px;}
.awards ul li h4 {font-size: 20px; font-weight: 600;padding-bottom: 10px;border-bottom: 3px solid #0F73E9; color:#0F73E9}
.awards ul li ol {margin-top: 10px;padding: 0 5px;}
.awards ul li ol li {display: flex;gap:10px;align-items: center;font-size: 16px;margin: 5px 0}
.awards ul li ol li .icon_rank {display: block;width: 30px;height: 30px;}
.awards ul li ol li strong {font-weight: 500;line-height: 1}

/* 신규 멤버쉽 */
.mbship .cont_row_gap {margin-bottom:50px}
.class_dashboard {background:#edf9f6;padding-top:80px;padding-bottom:80px}

.dashboard-top{margin:0 0 50px;background:#fff;padding:30px;border-radius:20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 0 20px rgba(0,0,0,0.05)}
.dashboard-top h1{font-size:30px;font-weight:700;margin:0 auto}
.dashboard-top h1 span{color:#ff4d00;font-weight:700}
.share-btn{background:#f6f6f6;color:#000;padding:15px 25px;border-radius:30px;font-size:16px;font-weight:500;display:flex;align-items:center;gap:10px;cursor:pointer}
.dashboard-wrap{margin:0 0 80px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px}
.card{background:#fff;border-radius:20px;padding:45px 35px;box-shadow:0 0 20px rgba(0,0,0,0.05);text-align:center}
.card_rate{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch}
.card_rate .card{height:100%}
.profile img{width:200px;height:200px;border-radius:50%;object-fit:cover;margin-bottom:25px}
.profile h2{font-size:32px;font-weight:700;margin-bottom:10px}
.profile p{color:#ff4d00;font-size:20px;font-weight:500;line-height:1.5;margin-bottom:25px}
.profile a{font-size:16px;color:#777;text-decoration:none}
.section-title{display:flex;align-items:center;gap:10px;font-size:26px;font-weight:700;margin-bottom:25px}
.section-title .percent_txt {color:#ff4d00}
.class_status + .class_status {margin-top: 50px}

/* 강조 카드 */
/*.highlight{
    border:2px solid #3b6ef3;
}*/

/* Award 텍스트 */
.card_wing {position: relative;max-width:260px;margin: 0 auto 20px;padding: 20px 0}
.card_wing:before {content: "";display: block;width: 100px;height: 100%;position: absolute;left:0;top: 0;}
.card_wing:after {content: "";display: block;width: 100px;height: 100%;position: absolute;right:0;top: 0;}
.card_wing.gold:before {background:url(../images/sub/wing_gold_left.svg) no-repeat center center;}
.card_wing.gold:after {background:url(../images/sub/wing_gold_right.svg) no-repeat center center;}
.card_wing.silver:before {background:url(../images/sub/wing_silver_left.svg) no-repeat center center;}
.card_wing.silver:after {background:url(../images/sub/wing_silver_right.svg) no-repeat center center;}
.card_wing.bronze:before {background:url(../images/sub/wing_bronze_left.svg) no-repeat center center;}
.card_wing.bronze:after {background:url(../images/sub/wing_bronze_right.svg) no-repeat center center;}

.award-small{font-size:16px;font-weight:500;display:inline-block;margin-bottom:10px}
.award-title{font-size:40px;line-height:1;font-weight:700;margin-bottom:20px}
.gold .award-title{background:linear-gradient(90deg,#f6a623,#ffd27d);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.silver .award-title{background:linear-gradient(90deg,#9c9c9c,#dcdcdc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.bronze .award-title{background:linear-gradient(90deg,#A76359,#F9BC9C);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.rank-text{font-size:24px;font-weight:600;line-height:1.3}
.rank-text span.name{color:#2f6fff;font-weight:700}
.rank-text span.percent{font-size:26px;color:#ff4d00;font-weight:700}
.desc{font-size:15px;color:#888;margin-top:20px}
.card{opacity:0;transform:translateY(40px);transition:all .8s cubic-bezier(.22,.61,.36,1)}
.card.show{opacity:1;transform:translateY(0)}
.percent{display:inline-block;transition:transform .4s ease}
.percent.bump{transform:scale(1.2)}
.tit_month_rate{display:flex;justify-content:space-between;align-items:center}
.tit_month_rate strong{display:inline-flex;gap:10px;align-items:center;font-size:26px;font-weight:700;color:#000}
.tit_month_rate .rate{font-size:26px;font-weight:600;color:#000}
.top-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:50px}
.progress-wrap{margin:20px 0}
.progress-label{display:flex;justify-content:space-between;gap:30px;width: 100%; align-items:center;margin-bottom:8px;font-size:15px}
.progress_tit{width:100%;text-align:left}
.progress_tit .tit{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:500;margin-bottom:10px}
.progress_tit .tit .percent-text{font-size:30px;font-weight:700}
.progress-wrap {display: flex;align-items: center;gap:30px;}
.progress-bar{width:70%;height:14px;background:#ddd;border-radius:20px;overflow:hidden}
.progress_tit .progress-bar {width: 100%;}
.progress-fill{height:100%;width:0;border-radius:20px;transition:width 1.6s cubic-bezier(.22,.61,.36,1)}
.blue{background:linear-gradient(90deg,#5c6cff,#3f51f5)}
.orange{background:linear-gradient(90deg,#ff7a3d,#ff4d00)}
.cont_status{font-size:18px}
.cont_status .badge{background:#5c6cff;color:#fff;padding:5px 20px;border-radius:30px;font-size:16px;margin-top:10px;font-weight:500}
.cont_status .badge.orange{background:#ff4d00}
.cont_status .badge.not_compl{background:#edeef2;color:#000}
.tit_add_time{font-size:26px;font-weight:700;color:#000}
.time-display{font-size:48px;font-weight:700;text-align:center;letter-spacing:5px;margin:30px 0}
.flip-clock{display:flex;justify-content:center;align-items:center;gap:8px}
.colon{font-size:64px;font-weight:bold}
.digit{position:relative;width:70px;height:100px;background:#f4f4f4;border-radius:10px;box-shadow:inset 0 0 0 2px #ddd;font-size:60px;font-weight:700;color:#333;display:flex;align-items:center;justify-content:center}
.digit::before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#cfcfcf}
.digit::after{content:attr(data-value)}


.rank-text span.name{ color:#2f6fff; font-weight:700; }

/* 이달의 학습현황 리스트 */
.list-card{margin-top:30px;}
.list-card .list-row{display:grid;grid-template-columns:150px 1fr 450px;align-items:center;gap:10px;margin:5px 0}
.list-card .list-row .percent-text {font-weight: 700;width: 20%}
.list-card .list-row .percent-text strong {font-weight: 500;color:#000}
.item-name{display: inline-flex;align-content: center;gap:10px;font-size: 18px;font-weight:500;text-align: left;color:#000}
.percent-text{font-size: 16px;color:#ff4d00;font-weight:600;}
.cont_status_wrap {display: flex;align-items: center;gap:20px;}
.cont_outof {font-size: 16px;font-weight: 500;color:#000}

/* 반응형 */
@media screen and (max-width:1400px){
  .class_dashboard .top-grid {display: block;}
}
@media screen and (max-width:1200px){
  .dashboard-wrap {gap: 20px;}
  
  .list-card .list-row {display: flex;flex-direction: column;gap:10px;align-items: flex-start;margin-top:0;margin-bottom: 30px}
  .list-card .progress-wrap {width: 100%;margin-bottom: 0}
  .list-card .list-row .progress-bar {width: 80%}
  .list-card .list-row .percent-text {width: 15%;}
  .card_status {margin-top: 50px;font-size: 16px;}
  .cont_status .badge {width: 140px;}
}
@media (max-width:1024px){
  .class_dashboard .top-grid{grid-template-columns:1fr;}
  .card {padding: 40px 25px;height: 90%}
  .list-card .list-row{grid-template-columns:1fr;gap:10px;}
  .dashboard-top h1 {font-size: 26px;margin: 0;}
  .share-btn {padding: 12px 20px;font-size: 15px;}
  .share-btn img {width: 26px}
  .list-card .list-row .cont_outof {width: 50%;}
}
@media (min-width:769px) and (max-width:1024px){
    .dashboard-wrap {gap:50px 20px}
  .card.profile {grid-column: 1 / 3;position: relative;padding-left: 230px;text-align: left;height: auto}
  .card.profile > img {position: absolute;left:40px;top:40px;width: 150px;height: 150px}
}
@media screen and (max-width:768px){
  .class_dashboard {
    padding-top: 50px;
    padding-bottom: 50px;
}
  .section-title {
    font-size: 22px;
    margin-bottom:20px;
}
  .section-title > img {width: 24px;}
  .dashboard-top h1 {font-size: 22px;}
  
  .card {height: auto;margin-bottom: 30px}
  .card_rate {margin-top:0}
  .profile h2 {
    font-size: 26px;
}
  .profile p {
    font-size:18px;
    margin-bottom: 20px;
}
  .card_wing:before,
  .card_wing:after {background-size: 60px auto !important;
}
  .rank-text {
    font-size: 20px;
}
  .rank-text span.percent {
    font-size: 22px;
}
  
  .tit_month_rate strong {
    font-size:20px;
}
  .tit_month_rate strong > img {width: 24px;
}
  .tit_month_rate .rate {
    font-size:20px;
}
  
  .progress-label {flex-direction: column;
    gap:10px;

    margin-bottom: 10px;
    font-size: 14px;
}
  .progress_tit .tit > img {width: 20px}
  .progress_tit .tit .percent-text {
    font-size: 26px;
}
  .cont_status_wrap {
    gap: 10px;
}
  .cont_status {display: flex;gap:20px;align-items: center;justify-content: center;
    font-size: 16px;
}
  .cont_status .badge {width:130px;margin: 0;

    padding:0 10px;

    font-size: 15px;
}
  
  .tit_add_time {
    font-size: 22px;
}
  
  .digit {
    width: 60px;
    height: 80px;

    font-size: 40px;
}
  .colon {
    font-size: 40px;
}
  .list-card .list-row .progress-bar {
    width: 65%;
}
  .list-card .list-row .percent-text {
    width: 25%;
}

}



/* ========================= */
/* 반응형 */
/* ========================= */

@media (max-width:1024px){
  .dashboard-wrap{grid-template-columns:1fr 1fr;}
}
@media (max-width:768px){
  .dashboard-top{flex-direction:column;gap:20px;text-align:center;margin: 0 0 20px}
  .dashboard-wrap{grid-template-columns:1fr;margin: 0 0 50px}
  .profile img{width:120px;height:120px;}
  .award-title{font-size:28px;}
}


.status-box{}

/* 2열 레이아웃 */
.status-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 60px;}

/* 아이템 */
.status-item{display:flex;align-items:center;justify-content:space-between;gap:20px;}
/* 왼쪽 콘텐츠 */
.item-left{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:600;}

/* 체크 영역 */
.item-right{flex:0 0 150px;display:flex;align-items:center;gap:10px;font-size:16px;}
.item-right > span,
.item-right > span a {display: flex;align-items: center;gap:10px;font-size: 16px;color:#000}
.item-right > span a {color:#5a91e2;text-decoration: underline}


/* 완료 텍스트 */
.completed{color:#555;}

/* 미완료 */
.incomplete{color:#4c6fff;text-decoration:underline;cursor:pointer;}

/* 반응형 */
@media (max-width:1024px){
  .status-grid{grid-template-columns:1fr;gap:25px;}
  .status-box{padding:30px 25px;}
}

  @media (max-width:768px){
  .item-left {
    gap: 10px;
    font-size: 15px;text-align: left
}
  .item-left > img,
    .item-right > span img, .item-right > span a img {width: 18px}
    .item-right > span, .item-right > span a {width: 100%;
    font-size: 15px;
}
    
    .top-grid {display: flex;flex-direction: column;
    gap: 20px;
    margin-bottom:30px;
}
    .top-grid-cont {margin-bottom: 30px}
}

.contents_brd {padding: 100px 0}
.thumb{display:block;width:100%;aspect-ratio:16/9;border-radius:10px;overflow:hidden;margin-bottom:15px}
.thumb img{width:100%;height:100%;object-fit:cover}
.live-box{background:#e9ded5}
.live-title{font-size:24px;font-weight:600;margin-bottom:8px}
.live-desc{font-size:15px;color:#666}
.live-sub{font-size:14px;color:#888;margin-top:5px}
.replay-meta{font-size:24px;margin-bottom:10px}
.replay-meta strong{font-weight:700}
.replay-info{font-size:15px;color:#666}
.replay-info strong{color:#000}
.content-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;box-shadow:0 0 20px rgba(0,0,0,0.05);background:#fff;padding:40px;border-radius:20px}
.content-card{transition:all .3s ease}
.content-card:hover{transform:translateY(-5px)}
.content-title{display:block;font-size:15px;margin-top:10px;text-align:center}

/* 반응형 */
@media (max-width:1024px){
  .content-grid{grid-template-columns:repeat(2,1fr);}
  
  .live-title {font-size: 18px;}
  .replay-meta {font-size:18px;}
}
@media (max-width:600px){
  .content-grid{grid-template-columns:1fr;padding: 30px}
  .content-card {margin: 10px 0
}
}
@media (max-width:480px){
  .profile h2 {
    font-size: 22px;
}
  .contents_brd {
    padding: 50px 0;
}
  .card_wing {
    max-width: 240px;
    margin: 0 auto;
}
  
  .class_dashboard .top-grid {margin-bottom: 20px;}
  
  .tit_month_rate strong {
    font-size: 18px;
}
  .progress_tit .tit .percent-text {
    font-size:22px;
}
  
  .tit_add_time {
    font-size:20px;
}
  .time-display {
    font-size: 36px;
    margin: 20px 0;
}
  .flip-clock {
    gap: 5px;
}
  .colon {
    font-size:30px;width: 10px;
}
  
  .progress-wrap {
    margin: 20px 0;gap:10px;
}
  .list-card .list-row {
    gap: 5px;margin-top: 0
}
  .list-card .list-row .percent-text {font-size: 14px;width: 30%;
}
  .cont_status_wrap {flex-wrap: wrap;
    gap: 10px;
}
  .list-card .list-row .cont_outof {text-align: left;margin-top: 10px
}
}



@media screen and (max-width:1200px){
  .mbrship_home_info .mbr_info .mbr_hit_info {display: block;}
  .mbrship_home_info .mbr_info .mbr_hit_info h3 {margin-bottom:10px;}
}
@media screen and (max-width:1024px){
  .mbrship_home_info .mbr_info .mbr_hit_info dl {flex-wrap: wrap;}
  .awards {padding: 30px 60px;margin: 30px 0 50px;}
  .awards ul {gap:20px;}
  .awards ul li ol li {font-size: 15px;}
}
@media screen and (max-width:768px){
  .mbrship_home_info .mbr_thumb {flex-shrink: 0; width: 100px}
  .mbrship_home_info .mbr_thumb .thumb {width: 80px;height: 80px;}
  .mbrship_home_info .btn_prf_mdf {line-height:30px;padding: 0 10px;font-size: 14px;}
  .mbrship_home_info .mbr_info .mbr_nick_info strong {font-size: 24px;}
  .mbrship_home_info .mbr_info .mbr_nick_info em {font-size: 15px;}

  .mbrship_home_info .mbr_info .mbr_level_info ul li dl {flex-wrap: wrap;font-size: 15px;gap:5px}
  .mbrship_home_info .mbr_info .mbr_level_info ul li dl dt {width: 16%;}
  .mbrship_home_info .mbr_info .mbr_level_info ul li dl dd {width: 26%;margin-right: 0}
  .mbrship_home_info .mbr_info .mbr_hit_info {gap:10px;font-size: 15px;}
  .mbrship_home_info .mbr_info .mbr_hit_info dl {gap:5px;}
  .mbrship_home_info .mbr_info .mbr_hit_info dl div {width:80%;}
  .mbrship_home_info .mbr_info .mbr_hit_info dl dt {width: 32%}
  .mbrship_home_info .mbr_info .mbr_hit_info dl dd {width: 15%;margin-right: 0;}

  .awards {padding:20px 40px;}
  .awards ul {flex-wrap: wrap;max-width:none;gap:20px;}
  .awards ul > li {width: 45%}
  .awards ul li ol li {width:100%;}
  .awards ul li ol li .icon_rank {flex-shrink: 0;width: 20px;height: 20px;}
  .awards ul li h4 {font-size: 18px;}
  .awards ul li ol li .icon_rank {width: 25px;height: 25px;}
}
@media screen and (max-width:640px){
  .mbrship_home_info {display: block;margin-bottom:50px;}
  .mbrship_home_info .mbr_thumb {width: 100%;}
  .mbrship_home_info .mbr_info .mbr_nick_info {justify-content: center;margin-top: 20px;}
  .mbrship_home_info .mbr_info .mbr_level_info {margin-top: 20px;}

  .awards {padding: 20px 30px;}
  .awards h3 {font-size: 18px;margin-bottom: 10px;}
}
@media screen and (max-width:480px){
  .mbrship_home_info .mbr_thumb .thumb {width: 50px;height: 50px;}
  .mbrship_home_info .mbr_info .mbr_level_info ul li dl dt {width: 23%;margin: 5px 0 0;}
  .mbrship_home_info .mbr_info .mbr_level_info ul li dl dt:before {top: 5px;width: 3px;height: 3px;margin: 3px 0 0;}
  .mbrship_home_info .mbr_info .mbr_level_info ul li dl dd {width: 20%;margin-right: 10px}
  .mbrship_home_info .mbr_info .mbr_hit_info dl dt {width: 60%;margin: 3px 0 0}
  .mbrship_home_info .mbr_info .mbr_hit_info dl dd {width: 35%;text-align: right;margin:3px 0 0}

  .awards ul {gap: 10px 5px;}
  .awards ul > li {width:48%;}
  .awards ul li h4 {font-size: 16px;}
  .awards ul li ol li {font-size: 14px;gap:5px;}
  .awards ul li ol li .icon_rank {width: 20px;height: 20px;}
}


/*-----------------------------------------------------------------------------
 *  Sub 80 : 고객센터
 *----------------------------------------------------------------------------*/

.sv80 {background:url("../images/sub/subscribe_bg.jpg?1") no-repeat center bottom;background-size:cover;}
.cscenter {background:#f4f4f4;}
.cscenter .tit_row_box {padding-top:80px}
.kwd_sch_wrap {display: flex;justify-content: center;margin-top:60px}
.kwd_sch_wrap .kwd_sch {display: flex;align-items: center;background:#fff;width: 100%;max-width: 700px; gap:20px;border-radius: 100px;padding: 20px 40px;box-shadow: 0 0 20px rgba(0,0,0,0.05);border:1px solid #fff;transition: border 0.3s ease}
.kwd_sch_wrap .kwd_sch:focus-within {border-color:#fc1150}
.kwd_sch_wrap .kwd_sch .icon {flex: 0 0 20px;}
.kwd_sch_wrap .kwd_sch .icon img {display: block; width: 100%;}
.kwd_sch_wrap .kwd_sch input[type=text] {width: 100%; border:none;height: 40px;font-size: 20px;font-weight: 600;color:#000}
.kwd_sch_wrap .kwd_sch input[type=text]::placeholder {font-size:20px}

.guide_idx {display: flex;gap:30px;align-items: stretch;}
.guide_idx .idx_cont {border-radius: 25px;}
.guide_idx .idx_cont.last {flex: 0 0 650px; background:url("../images/sub/guide_idx_img3.jpg") no-repeat center center / cover;}
.guide_idx .idx_cont > a {flex:1 0 0;height: 100%; display: flex;flex-direction: column;justify-content: space-between;border-radius: 25px;background:#fff;overflow: hidden}
.guide_idx .idx_cont .cont {display: flex;flex-direction: column;justify-content: space-between;padding:40px;height: 100%;}
.guide_idx .idx_cont .cont strong {font-size: 26px;font-weight: 600;color:#000}
.guide_idx .idx_cont.last .cont strong {color:#fff}
.guide_idx .idx_cont .cont p {font-size: 15px;color:#666;margin-top: 10px;margin-bottom: auto}
.guide_idx .idx_cont.last .cont p {color:#fff;}
.guide_idx .idx_cont .img_bg {flex: 0 0 200px; display: block; font-size: 0;height:200px;margin-top: 40px; overflow: hidden}
.guide_idx .idx_cont .img_bg img {display: block;width: 100%;height: 100%;object-fit: cover}
.guide_idx .btn_box {justify-content: flex-start}
.guide_idx .btn_box a {margin: 0;}

.detail_guide_list {padding-top: 40px}
.detail_guide_list ul {display: flex;gap:30px;align-items: stretch;justify-content: space-between}
.detail_guide_list ul li {position: relative;flex: 1 0 0;transition: transform 0.3s ease}
.detail_guide_list ul li:hover {transform: translateY(-10px)}
.detail_guide_list ul li:before {content:"";position: absolute;left: 15px;top: -15px;right: 0;bottom: 0; background:#fff;border-radius: 20px;z-index: 0;}
.detail_guide_list ul li:after {content:"";position: absolute;left: auto;top: -20px;right: 0;bottom: 0;display: block;width:100px;height: 20px;border-radius: 10px 10px 0 0;z-index: 2;}
.detail_guide_list ul li:first-child:after {background:#edc745}
.detail_guide_list ul li:nth-child(2):after {background:#000}
.detail_guide_list ul li:nth-child(3):after {background:#6dbae1}
.detail_guide_list ul li:last-child:after {background:#dfdfdf}
.detail_guide_list ul li a {position: relative;display: flex;flex-direction: column;gap:20px;height: 100%; padding: 30px;border-radius:25px 0 25px 25px;z-index: 1}
.detail_guide_list ul li:first-child a {background:#edc745}
.detail_guide_list ul li:nth-child(2) a {background:#000}
.detail_guide_list ul li:nth-child(3) a {background:#6dbae1}
.detail_guide_list ul li:last-child a {background:#dfdfdf}
.detail_guide_list ul li a strong {font-size: 26px;font-weight: 600;color:#fff}
.detail_guide_list ul li a p {font-size:16px;color:#6b6b6b}
.detail_guide_list ul li a .img {border-radius: 10px;overflow: hidden}
.detail_guide_list ul li a .img img {display: block;width: 100%;height: 100%;object-fit: cover}

.cscenter .visual_wrap .visual_img {height: 500px;}

.dot_udr_line {border-bottom: 2px dotted #E01115}

@media screen and (max-width:1400px) {
.guide_idx .idx_cont.last{flex:0 0 500px}
}
@media screen and (max-width:1200px) {
.guide_idx .idx_cont.last{flex:0 0 400px}
}
@media screen and (max-width:1024px) {
.guide_idx{flex-direction:column}
.guide_idx .idx_cont > a{flex-direction:row;justify-content:space-between}
.guide_idx .idx_cont .img_bg{flex:0 0 250px;height:100%;margin-top:0}
.guide_idx .idx_cont.last{flex:0 0 300px}
.detail_guide_list ul{flex-wrap:wrap;gap:40px 20px}
.detail_guide_list ul li{flex:0 0 calc(50% - 20px)}
.detail_guide_list ul li a strong{font-size:22px}
.detail_guide_list ul li a p{font-size:14px}
}
@media screen and (max-width:768px) {
.cscenter .tit_row_box{padding-top:50px}
.guide_idx .idx_cont .img_bg{flex:0 0 200px}
}
@media screen and (max-width:640px) {
.guide_idx .idx_cont > a{flex-direction:column}
}
@media screen and (max-width:480px) {
.cscenter .tit_row_box{padding-top:30px}
.badge.outline{padding:5px 20px}
.guide_idx .idx_cont .cont{padding:30px}
.guide_idx .idx_cont .cont strong{font-size:22px}
.guide_idx .idx_cont .cont p{font-size:14px}
.guide_idx .idx_cont .img_bg{flex:0 0 150px}
.guide_idx .idx_cont.last{flex:0 0 250px}
.detail_guide_list ul{gap:40px 10px}
.detail_guide_list ul li{flex:0 0 calc(50% - 10px)}
.detail_guide_list ul li a{justify-content:space-between;gap:10px;padding:20px}
.detail_guide_list ul li a strong{font-size:18px}
.cscenter .visual_wrap .visual_img{height:350px}
}


/*-----------------------------------------------------------------------------
 *  Login
 *----------------------------------------------------------------------------*/

.login_wrap {max-width:450px; margin: 0 auto;}
.login_box {margin: 30px 0;}
.login_box p {position: relative;}
.login_box p + p {margin-top: 10px;}
.login_box p input {width: 100%; height: 60px;padding:15px 20px 0;border: 1px solid #efefef;background: #f4f4f4;font-size: 20px; font-weight: 600; color: #000;border-radius:10px;}
.login_box p label {position: absolute;left: 20px;top: 19px;display: block;transition: all 0.2s ease;pointer-events: none;font-size: 15px;font-weight: 600;color: #94949a;}
.login_box p input:focus {background:#fff;}
.login_box p input:focus + label {top:10px;font-size: 13px;color:#000;border-color:#000;}
.login_box p input:valid + label {top:10px;font-size: 13px;}
.login_box .btn_login {display: inline-flex;align-items: center;justify-content: center;position: relative;height: 60px;border-radius: 10px;font-size: 20px;font-weight: 600;width: 100%;background:#237dd2 ;color:#fff;margin-top: 20px; transition: background 0.2s ease;}
.login_box .btn_login:hover {background:#0962b4;}
.save_id .chk_box .chk + label {font-size:15px;color: #000;}
.save_id .chk_box .chk + label:before {margin-right: 8px;}
.login_list {float: right;display: flex;align-items: center;}
.login_list li + li {padding-left: 15px;border-left: 1px solid #ddd;margin-left: 15px;line-height: 1;}
.login_list li a {display: block; font-size: 15px; font-weight:600; color:#888;}
.login_list li:hover a {color:#000;}
.login_list li.link_join a {color: #1152D7}
.sns_login {text-align: center;margin-top: 50px;}
.sns_login h4 {font-size: 24px; font-weight: 700; color: #000;margin-bottom: 20px;}
.sns_login a.login_naver {display: inline-block;line-height: 50px;padding: 0 30px; font-size: 16px; font-weight: 600; color:#fff; border-radius: 10px; background:#00bf18;margin: 0 5px}
.sns_login a.login_kakao {display: inline-block;line-height: 50px;padding: 0 30px; font-size: 16px; font-weight: 600; color:#000; border-radius: 10px; background:#f9e000;margin: 0 5px}
.sns_login a.login_naver img {display: inline-block; vertical-align: middle; width:30px;margin-right:5px;}
.sns_login a.login_kakao img {display: inline-block; vertical-align: middle; width:30px;margin-right:5px;}

@media screen and (max-width:768px){
  .tit_ment {font-size: 18px;}
  .sns_login h4 {font-size:20px;}
}
@media screen and (max-width:480px){
  .login_wrap .tit_ment {font-size:16px;}
  .login_box p input {height:55px;padding: 10px 15px 0;}
  .login_box p label {left: 15px;top: 18px;font-size: 14px;}
  .login_box p input:focus + label {top:8px;font-size: 12px;}
  .login_box p input:valid + label {top:8px;font-size: 12px;}
  .login_box .btn_login {height: 55px;font-size: 18px;margin-top: 15px;}
  .save_id {text-align: center;}
  .save_id .chk_box .chk + label {font-size: 14px;color: #000;}
  .login_list {float: none;justify-content: center;margin-top: 20px;}
  .login_list li a {font-size: 14px;}
  .sns_login {margin-top: 30px;}
  .sns_login h4 {font-size:20px;margin-bottom: 15px;}
  .sns_login a.login_naver {width: 100%; line-height: 45px;padding: 0 25px;font-size: 15px;margin:5px 0;}
  .sns_login a.login_naver img {width: 25px;}
  .sns_login a.login_kakao {width:100%;line-height: 45px;padding: 0 25px;font-size: 15px;margin: 5px 0}
  .sns_login a.login_kakao img {width: 25px;}
}

/*-----------------------------------------------------------------------------
 *  Join
 *----------------------------------------------------------------------------*/

.join_wrap {max-width:700px;margin: 0 auto;}
.join_wrap .tit_ment {text-align: center; margin-bottom:10px;}
.join_box {margin:0;padding:80px 100px; border:1px solid #e5e5e5; border-radius: 20px;}
.inputBox {display: flex;align-items: center;flex-wrap: wrap;margin-bottom: 20px;}
.inputBox label {display: block;width: 30%; font-size: 16px;font-weight: 600;}
.inputBox label + input.inp.full {width: 70%;}
.inputBox label + textarea.inp.full {width: 70%;}
.inputBox .btn_input .inp {padding: 0 100px 0 10px;}
.inputBox .btn_input {position: relative;width: 70%}
.inputBox .btn_input button {position: absolute;height: 32px;top: 50%;right: 6px;font-size: 15px; font-weight: 500;transform: translateY(-50%);outline: none;padding: 0 15px;border-radius: 5px;background:#188ef4;color:#fff;}
.join_box .terms {margin-top: 30px;}
.join_box .terms input {display: none;}
.join_box .terms input + label:before {display: inline-block;content: '';border: 1px solid #ccc;box-sizing: border-box;}
.join_box .err_ment {display: block; width: 70%; margin-top: 10px;font-size: 13px; color:#C91E21;padding-left: 30%}
.join_box .err_ment:before {content: "";display: inline-block; float: left; width: 10px; height: 5px;margin-right: 5px;margin-top: 2px; border:1px solid #C91E21;border-top:none;border-right: none;transform: rotate(315deg)}
.join_box .succ_ment {display: block; width: 70%; margin-top: 10px;font-size: 13px; color:blue;padding-left: 30%}
.join_box .succ_ment:before {content: "";display: inline-block; float: left; width: 10px; height: 5px;margin-right: 5px;margin-top: 2px; border:1px solid blue;border-top:none;border-right: none;transform: rotate(315deg)}
.join_box .terms #checkAll + label {font-size: 17px;font-weight: 600;color: #222;}
.join_box .terms #checkAll + label:after {left: 6px;top: 7px;}
.join_box .terms input + label:before {display: inline-block;content: '';border: 1px solid #ccc;box-sizing: border-box;}
.join_box .terms #checkAll + label:before {width: 22px;height: 22px;margin: 0 8px -2px 0;}
.join_box .terms_cont {background: #f8f8f8;border-radius: 5px;margin: 15px 0 40px;padding: 10px 20px;box-sizing: border-box;}
.join_box .terms_cont li {padding: 10px 0;}
.join_box .terms_cont input + label {display: block;position: relative;font-size: 15px;color: #444;padding-left: 30px;line-height: 20px;}
.join_box .terms_cont input + label:before {position: absolute;left: 0;top: 0;width: 18px;height: 18px;margin: 0 10px 0 0;}
.join_box .terms_cont input + label strong {color: #000;border-bottom: 1px solid #aaa;}
.btn_wrap {display: flex;justify-content: center;gap:10px;}
.btn_big {width: 100%;max-width:200px;/*margin: 20px auto 0;*/height:55px;background: #237dd2;border-radius: 10px;outline: none;display:block;font-size: 18px;color: #fff;font-weight: 500;transition: all 0.3s ease;}
.btn_big:hover {background:#0962b4;}
.btn_big.normal {background:#fff;color:#444;border:1px solid #ccc;}
.btn_big.normal:hover {color:#000;border:1px solid #000;}

.join_url {background:#f8f8f8;border-radius: 10px;padding: 30px;margin-bottom: 30px;border:1px solid #dedede}

@media screen and (max-width:768px){
  .join_box {margin:30px 0;padding:50px 40px;}
  .inputBox {display: block;}
  .inputBox label {width: 100%; font-size: 15px;margin-bottom: 10px;}
  .inputBox label + input {width: 100% !important;}
  .inputBox label + textarea {width: 100% !important;}
  .inputBox .btn_input {width: 100%}
  .inputBox .btn_input .inp {padding: 0 80px 0 10px;}
  .inputBox .btn_input button {height: 28px;right: 5px;font-size: 14px;padding: 0 10px;}
  .join_box .err_ment {width: 100%; margin-top: 5px;padding-left: 0; font-size: 12px;}
  .join_box .succ_ment {width: 100%; margin-top: 5px;padding-left: 0; font-size: 12px;}
  .join_box .terms #checkAll + label {font-size: 16px;}
  .join_box .terms #checkAll + label:before {width: 20px;height: 20px;margin: 0 8px 0 0;}
  .join_box .terms_cont {margin: 15px 0 30px;padding: 10px 15px;}
  .join_box .terms_cont input + label {font-size: 14px;padding-left: 25px;}
  .join_box .terms_cont input + label:before {position: absolute;left: 0;top: 0;width: 18px;height: 18px;margin: 0 5px -5px 0;}
  .join_box .terms_cont input + label strong {color: #000;border-bottom: 1px solid #aaa;}
  .btn_big {height:50px;font-size: 16px;}
}
@media screen and (max-width:480px){
  .join_box {margin:0;padding:50px 30px;}
}


/*-----------------------------------------------------------------------------
 *  Find
 *----------------------------------------------------------------------------*/

.find_wrap {max-width: 600px;margin: 0 auto;}
.find_wrap .tit_ment {font-size: 18px;}
.find_wrap .tabs.row .tabs_head {justify-content: center;}
.find_wrap .tabs.row .tabs_head .tab {height: 60px;font-size: 18px;font-weight: 600;padding: 0 30px;border:none;border-bottom:1px solid #ddd;background:none;}
.find_wrap .tabs.row .tabs_head .tabs_head_active {color: #3d7db7;border-bottom:2px solid #3d7db7;}
.find_wrap .tabs.row .tabs_cont {padding:50px 80px 80px;border-radius: 10px;}
.find_box {margin-top: 30px;}

@media screen and (max-width:768px){
  .find_wrap .tabs.row .tabs_head .tab {height: 40px;font-size: 15px;padding: 0 15px;}
  .find_wrap .tabs.row .tabs_cont {padding:50px;}
  .find_wrap .tit_ment {font-size: 16px;}
}
@media screen and (max-width:480px){
  .find_wrap .tabs.row .tabs_cont {padding:30px 40px 50px;}
}


/*-----------------------------------------------------------------------------
 *  Event
 *----------------------------------------------------------------------------*/

.event_wrap {}
.event_top {}
.event_cont {}
.event_btns {display: flex; align-items: center;justify-content: center;margin-top: 50px;font-size: 0}
.event_btns a {display: flex;align-items: center;justify-content: center;margin: 0 10px;border-radius: 10px; font-size: 22px; font-weight: 600;width: 100%; /*max-width:250px;*/ color:#fff;height: 70px;line-height: 70px; padding: 0 30px;background:#188ef4; text-align: center;}
.event_btns a.btn_naver {background: #00bf18;}
.event_btns a.btn_kakao {color:#000;background:#f9e000;}
.event_btns a > img {width: 40px;margin-right: 5px;}

@media screen and (max-width:960px){
  .event_btns {margin-top: 80px;}
  .event_btns a {margin: 0 5px;font-size: 18px;max-width:200px;height:60px;line-height:60px; padding: 0 20px;}
  .event_btns a > img {width: 30px;}
}
@media screen and (max-width:768px){
  .event_btns {margin-top: 50px}
  .event_btns a {font-size: 16px;margin: 0 2px;padding: 0 8px;}
  .event_btns a > img {width: 22px;margin-right: 0;}
}
@media screen and (max-width:480px){
  .event_btns {flex-wrap: wrap;margin-top: 30px}
  .event_btns a {width: 100%;max-width: none; margin:5px 0; font-size: 16px; height: 50px;padding: 0 30px;}
  .event_btns a > img {width: 25px;margin-right:5px;}
}


/*-----------------------------------------------------------------------------
 *  Find ID/PW
 *----------------------------------------------------------------------------*/

.find_rst_info {padding: 30px; background:#f8f8f8; border-radius: 10px;}


/*-----------------------------------------------------------------------------
 *  문의하기
 *----------------------------------------------------------------------------*/

.tb_write td .policy .desc {height:200px;border:1px solid #ddd;border-radius: 6px;padding:20px;overflow: hidden;overflow-y: auto;}
.tb_write td .policy .desc::-webkit-scrollbar-thumb {background-color: #ccc;}
.tb_write td .policy .desc {scrollbar-color: #ccc #e4e4e4;}
.tb_write td .policy strong {display:block;font-size:16px;margin-bottom:20px;}
.tb_write td .policy p,
.tb_write td .policy li {font-size:15px;color:#444;font-weight: 500;line-height: 1.5;}
.tb_write td .policy ul {margin-bottom:30px;}
.tb_write td .policy li {position:relative;padding-left:10px;}
.tb_write td .policy li:before {content:'';position:absolute;top:8px;left:0;display: block;width:4px;height:4px;border-radius: 50%;background:#000;}
.tb_write td .policy .chk_box {margin-top:20px;}

@media screen and (max-width:480px){
  .tb_write td .policy strong {font-size: 15px;margin-bottom: 15px;}
  .tb_write td .policy p,
  .tb_write td .policy li {font-size: 14px;}
}


/*-----------------------------------------------------------------------------
 *  마이페이지
 *----------------------------------------------------------------------------*/

.myPgWrap {}
.myPgWrap .inr_box {display: flex;gap:150px;justify-content: space-between;}
.myPgCont {width: 100%;}
.myPgCont .pg_tit {text-align: left;}

/* 나의 스크랩 */
.btn_list_del {display: inline-flex;align-items: center;gap:5px;font-weight: 500;line-height: 1;opacity: 0.7;height: 30px;padding: 0 15px;border:1px solid #aaa;border-radius: 50px; cursor: pointer}
.btn_list_del:hover {opacity: 1}
.btn_list_del:after {content: "";display: block;width: 16px;height: 16px;background:url("../images/common/icon_del.svg") no-repeat center center;background-size: 14px auto;}

@media screen and (max-width:1024px){
  .myPgWrap .inr_box {flex-direction: column;gap: 30px;}

  .btn_list_del {height:28px;font-size: 13px;padding: 0 10px;}
  .btn_list_del:after {width: 14px;height: 14px;background-size: 12px auto;}
}







