@charset "utf-8";

/* font */

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 700;
    src: local('Spoqa Han Sans Neo Bold'),
    url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.woff2') format('woff2'),
    url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.woff') format('woff'),
    url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 500;
    src: local('Spoqa Han Sans Neo Medium'),
    url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.woff2') format('woff2'),
    url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.woff') format('woff'),
    url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    src: local('Spoqa Han Sans Neo Regular'),
    url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.woff2') format('woff2'),
    url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.woff') format('woff'),
    url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 300;
    src: local('Spoqa Han Sans Neo Light'),
    url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.woff2') format('woff2'),
    url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.woff') format('woff'),
    url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 100;
    src: local('Spoqa Han Sans Neo Thin'),
    url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.woff2') format('woff2'),
    url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.woff') format('woff'),
    url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.ttf') format('truetype');
}

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,button,figure{margin:0;padding:0;}
fieldset,img{border:0 none;}
dl,ul,ol,menu,li{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
input,select,textarea,button{border-radius:0;vertical-align:middle;}
input::-ms-clear{display:none;}
hr{display:none;}
button{border:0 none;background-color:transparent;cursor:pointer;}
button,input{border-radius:0;border:0;-webkit-border-radius:0;}
table{border-collapse:collapse;border-spacing:0;border:0;}
caption{display:none;}
body{direction:ltr;word-break:keep-all;word-wrap:break-word;-webkit-text-size-adjust:none;}
body,th,td,input,select,textarea,button{font-size:100%;font-family:"Spoqa Han Sans Neo", "Noto Sans KR","Apple SD Gothic Neo",Arial,sans-serif;line-height:1;color:#212121;}
a{color:#212121;text-decoration:none;}
address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:normal;}
img{vertical-align:middle;}
.is_blind{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;margin:-1px;border:0;clip:rect(0, 0, 0, 0);white-space:nowrap;}
.clearfix::after {display:block;clear:both;content:"";}

/* common */
:root {
    --c-bg: #fff;
    --c-black: #000;
    --c-txt: #212121;
    --c-gray: #444;
    --c-gray-01: #777;
    --c-gray-02: #999;
    --c-gray-03: #888;
    --c-gray-04: #ccc;
    --c-line: #E1E1E1;
    --c-box: #F2F2F2;
    --c-point: #1CA673;
    --c-point-l: #EDFFF8;
    --c-yellow: #FFEDA7;
    --c-yellow-l: #FFFAE7;
    --c-yellow-d: #D27000;
}
html {
    scroll-behavior: smooth;
    font-size: 10px !important;
}
body {
    background-color: #fff;
    color: var(--c-txt);
}
body * {
    line-height: 1.4;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    transition: 0.3s ease;
}
a {display: block;}
img {width: 100%;}
.inner {
    width: 100%;
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.wrap{
    width: 100%;
    min-width: 360px;
    overflow: hidden;
}

/* header */

#header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    padding: 0 15px;
    border-bottom: 1px solid #eee;
    z-index: 500;
}/* 260224_수정 */

#header .set_inner{
    padding: 0;
}
#header .set_inner .header_wrap{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header .set_inner .header_wrap .logo_wrap{
    display: flex;
    gap: 10px;
    align-items: center;
}
#header .set_inner .header_wrap .logo_wrap .mk_logo{
    width: 120px;
    height: 31px;
    background: url(https://img.mk.co.kr/main/logo/main_60th.png) center no-repeat;
    background-size: 100%;
}/* 251226_수정 */

#header .set_inner .logo_wrap .webtoon_logo::before{
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 1px;
    height: 20px;
    background-color: #787878;
    margin-top: 2px;
    margin-left: -10px;
}
#header .set_inner .logo_wrap .webtoon_logo{
    width: 210px;
    height: 24px;
    background: url(//bimg.mk.co.kr/2025/mk_aiwebtoon/images/webtoon_logo.svg) center no-repeat;
    background-size: 100%;
    margin-left: 10px;
}

#header .set_inner .gnb_wrap{
    display: flex;
    align-items: center;
}

#header .set_inner .gnb_wrap .gnb .list_menu{
    display: flex;
    gap: 30px;
}
#header .set_inner .gnb_wrap .gnb .list_menu li{
    font-size: 1.4rem;
    font-weight: 500;
    color: #212121;
}
#header .set_inner .gnb_wrap .gnb .list_menu li .active{
    font-weight: 600;
    color: #FFA600;
}
#header .set_inner .gnb_wrap .login_info_wrap .web_nav_wrap{
    display: flex;
    align-items: center;
    margin-left: 50px;
}

#header .set_inner .gnb_wrap .login_info_wrap .web_nav_wrap li{
    font-size: 1.4rem;
    font-weight: 400;
}

#header .set_inner .gnb_wrap .login_info_wrap .web_nav_wrap li a{
    color: #5a5a5a;
}
#header .set_inner .gnb_wrap .login_info_wrap .web_nav_wrap li a:after{
    display: inline-block;
    content: "";
    clear: both;
    width: 1px;
    height: 12px;
    margin: 0 10px;
    background-color: #ccc;
}

#header .set_inner .gnb_wrap .login_info_wrap .web_nav_wrap .nav_box.logout a:after{
    display: none;
}
#header .set_inner .gnb_wrap .login_info_wrap .web_nav_wrap .join a:after{
    display: none;
}
#header .set_inner .gnb_wrap .login_info_wrap .web_nav_wrap .mypage a:after{
    display: none;
}

#header .set_inner .menu_btn{
    display: none;
    width: 26px;
    height: 26px;
    background: url(//bimg.mk.co.kr/2025/mk_aiwebtoon/images/menu.svg) center no-repeat;
    background-size: 20px 19px;
}

/* //header */

/* 모바일메뉴 */

.challenge_menu{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 499;
    width: 100%;
    padding-top: 100px;
    background-color: #fff;
}
.challenge_menu .set_inner .login_info_wrap{
    padding-bottom: 15px;
    margin-bottom: 15px;
}/* 251226_수정 */

.challenge_menu .set_inner .login_info_wrap .login_info_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 5px;
}/* 251226_수정 */

.challenge_menu .set_inner .login_info_wrap .nav_wrap{
    display: flex;
    align-items: center;
}
.challenge_menu .set_inner .login_info_wrap .nav_wrap .nav_box a{
    font-size: 1.4rem;
    color: #5a5a5a;
}
.challenge_menu .set_inner .login_info_wrap .nav_wrap .nav_box a:after{
    display: inline-block;
    content: '';
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background-color: #777;
}
.challenge_menu .set_inner .login_info_wrap .nav_wrap .nav_box.logout a:after{
    display: none;
}
.challenge_menu .set_inner .login_info_wrap .nav_wrap .nav_box.join a:after{
    display: none;
}

.challenge_menu .menu_wrap .menu_box .menu li{
    margin-bottom: 25px;
}
.challenge_menu .menu_wrap .menu_box .menu li a{
    font-size: 1.6rem;
    font-weight: 500;
    color: #212121;
}

.challenge_menu .set_inner .logo_wrap{
    display: flex;
    gap: 10px;
    align-items: center;
}
.challenge_menu .set_inner .logo_wrap .mk_logo{
    width: 120px;
    height: 31px;
    background: url(https://img.mk.co.kr/main/logo/main_60th.png) center no-repeat;
    background-size: 100%;
}/* 251226_수정 */

.challenge_menu .set_inner .logo_wrap .webtoon_logo{
    width: 190px;
    height: 24px;
    background: url(//bimg.mk.co.kr/2025/mk_aiwebtoon/images/webtoon_logo.svg) center no-repeat;
    background-size: 100%;
    margin-left: 10px;
}/* 251226_수정 */
.challenge_menu .set_inner .logo_wrap .webtoon_logo::before{
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 1px;
    height: 20px;
    background-color: #787878;
    margin-top: 2px;
    margin-left: -10px;
}

.challenge_menu .set_inner .header_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.menu_close_btn{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(//bimg.mk.co.kr/2025/mk_aiwebtoon/images/close_b.svg) no-repeat center center / 16px;
}/* 251226_수정 */



/* //모바일메뉴 */

/* container */


/*-------------------------------------------------------------------
  ## 1.메인
-------------------------------------------------------------------*/
#container .contents .main_wrap{
 position: relative;
    width: 100%;
    height: 100%;
    min-height: 540px;
    background: url(//bimg.mk.co.kr/2025/mk_aiwebtoon/images/main_bg.svg) center no-repeat;
}

.set_inner{
    overflow: hidden;
    width: 100%;
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 15px
}

#container .contents .main_wrap .main_images{
    display: flex;
    justify-content: center;
    width: 788px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 26%;
    margin-left: -394px;
}/* 251211_수정 */

#container .contents .main_wrap .main_images .main_images_box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* 251203_추가 */


#container .contents .main_wrap .main_images .main_images_box .beta{
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.8;
    color: #fff;
    background-color: #212121;
    padding: 0 12px;
    border-radius: 5px;
}
/* 251216_수정 */

#container .contents .main_wrap .main_images img{
    width: 100%;
    height: 100%;
}


#container .contents .main_wrap .main_images .icon_box img{
    position: absolute;
   
}
#container .contents .main_wrap .main_images .icon_box img.icon1{
    width: 53px;
    height: 55px;
    left: 0;
}
#container .contents .main_wrap .main_images .icon_box img.icon2{
    width: 57px;
    height: 36px;
    left: 50%;
    margin-left: -5px;
}

#container .contents .main_wrap .main_images .icon_box img.icon3{
    width: 40px;
    height: 49px;
    top: 10%;
    left: 100%;
}
#container .contents .main_wrap .main_images .icon_box img.icon4{
    width: 56px;
    height: 57px;
    top: 70%;
    left: 22%;
}

/* section2 */

.section{
    margin-top: 50px;
}
.section:first-child{
    margin-top: 130px;
}

.section .set_inner .sec_ttl_box{
    margin-bottom: 25px;
}/* 260202_수정 */

.section .set_inner .sec_ttl{
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}/* 251230_수정 */

.section .set_inner .sec_ttl_box .sec_sub_ttl{
    word-break: break-all;
    font-size: 1.6rem;
    font-weight: 500;
    color: #5a5a5a;
    line-height: 1.5;
    text-align: center;
    margin-top: 5px;
}/* 251230_수정 */

.section .set_inner .sec_ttl_box .sec_sub_ttl span{
    font-weight: 700;
    color: #FF6EBE;
}

.section .set_inner .webtoon_step{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.section .set_inner .webtoon_step .step_item{
    text-align: center;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 15px 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}/* 251211_수정 */

.section .set_inner .webtoon_step .step_item:hover{
    transform: translateY(-10px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.section .set_inner .webtoon_step .step_item .step_thumb{
    display: grid;
    margin-bottom: 18px;
}
.section .set_inner .webtoon_step .step_item .step_thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section .set_inner .webtoon_step .step_item .step_txt .step_num{
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
    border-bottom: 2px solid #FF9D00;
    color: #FF9D00;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.section .set_inner .webtoon_step .step_item .step_txt .step_memo{
    display: block;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    color: #212121;
    word-break: break-all;
}

.section.sec_b .set_inner .challenge_box_wrap{

    padding: 25px 30px;
    box-sizing: border-box;
    background-color: #FBF9FF;
    border-radius: 5px;
    margin-bottom: 15px;
}
.section.sec_b .set_inner .challenge_box{
    display: flex;
    gap: 50px;
    width: 100%;
}
.section.sec_b .set_inner .challenge_box .ch_txt .period_box{
    margin-bottom: 25px;
}
.section.sec_b .set_inner .challenge_box .ch_txt .period_box li{
    font-size: 1.8rem;
    font-weight: 500;
    color: #212121;
    margin-bottom: 10px;
}
.section.sec_b .set_inner .challenge_box .ch_txt .period_box li::before{
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #212121;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;

}
.section.sec_b .set_inner .challenge_box .ch_txt .period_box li:last-child{
    margin-bottom: 0;
}
.join_btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 200px;
    height: 58px;
    padding: 0 20px;
    border: 1px solid #BA8BFF;
    border-radius: 60px;
    background-color: #fff;
}

.join_btn .join_arrow{
    width: 30px;
    height: 30px;
}
.join_btn .join_arrow img{
    width: 100%;
    height: 100%;
}
.join_btn span{
    font-size: 1.8rem;
    font-weight: 600;
    color: #A970FF;
}

.section.sec_b .set_inner .challenge_btn_box{
    display: flex;
    align-items: center;
    gap: 10px;
}
.section.sec_b .set_inner .challenge_btn_box .challenge_btn{
    width: 50%;
}
.section.sec_b .set_inner .challenge_btn_box .challenge_btn a{
    padding: 25px 30px;
    border-radius: 5px;
}
.section.sec_b .set_inner .challenge_btn_box .challenge_btn .left{
    background-color: #F9E9FF;
}
.section.sec_b .set_inner .challenge_btn_box .challenge_btn .right{
    background-color: #F3D2FF;
}
.section.sec_b .set_inner .challenge_btn_box .challenge_btn .challenge_ttl{
    font-size: 1.7rem;
    font-weight: 600;
    color: #212121;
    margin-bottom: 15px;
}
.section.sec_b .set_inner .challenge_btn_box .challenge_btn .challenge_ttl:after{
    display: inline-block;
    content: '';
    width: 13px;
    height: 13px;
    margin-left: 5px;
    background: url(//bimg.mk.co.kr/2025/mk_aiwebtoon/images/arrow.png) center no-repeat;
    background-size: 13px 13px;
}
.section.sec_b .set_inner .challenge_btn_box .challenge_btn .challenge_sub_ttl{
    font-size: 1.4rem;
    font-weight: 500;
    color: #212121;
}

/* //section2 */

/* section3 */


.section.sec_c{
    padding: 40px 0;
    background-color: #FFFCF0;
}/* 251230_수정 */

.section.sec_c .set_inner .best_wrap{
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
}/* 251218_수정 */

.section.sec_c .set_inner .best_wrap .best_box{
    width: 284px;
    height: 284px;
    overflow: hidden;
    border-radius: 10px;
}/* 260224_수정 */

.section.sec_c .set_inner .best_wrap .best_box.highlight{
    position: relative;
    border: 4px solid #FF9D00;
}
.section.sec_c .set_inner .best_wrap .best_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.section.sec_c .set_inner .best_wrap .best_box .best_page{
    bottom: 0;
}


/* //section3 */

/* section4 */
.more_view{
    width: 100%;
    text-align: right;
    color: #989898;
    font-size: 1.6rem;
    font-weight: 500;
}
.more_view:after{
    display: inline-block;
    content: '>';
    font-size: 1.6rem;
    margin-left: 5px;
}
.section.sec_d{
    margin-bottom: 100px;
}
.section.sec_d .set_inner .sec_header{
    margin-bottom: 20px;
}
.faq_wrap .faq_box .faq_list{
    border: 1px solid #DDDDDD;
    padding: 25px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.faq_wrap .faq_box .faq_list:last-child{
    margin-bottom: 0;
}
.faq_wrap .faq_box .faq_list .faq_question{
    display: flex;
    gap: 5px;
    align-items: baseline;
    word-break: break-all;
    justify-content: space-between;
    font-size: 1.8rem;
    font-weight: 600;
}/* 251230_수정 */

.faq_wrap .faq_box .faq_list .faq_question .faq_txt{
    display: flex;
    align-items: baseline;
}/* 251230_추가 */

.faq_wrap .faq_box .faq_list .faq_question .faq_arrow{
    transform: rotate(90deg);
}
.faq_wrap .faq_box .faq_list .faq_question .faq_arrow.active{
    transform: rotate(-90deg);
}
.faq_wrap .faq_box .faq_list .faq_answer_box{
    word-break: break-all;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    color: #787878;
    border-top: 1px solid #787878;
    margin-top: 15px;
    padding-top: 15px;
}/* 251230_수정 */

/* //section4 */


/*-------------------------------------------------------------------
  ## 2.챌린지 바로가기
-------------------------------------------------------------------*/

/* 260202_추가 및 수정 */
#container .contents .challenge_info_box{
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.challenge_info_box .webtoon_grid_box{
    max-width: 100%;
}
.challenge_info_box .challenge_info{
    width: 50%;
}
.webtoon_grid_box .webtoon_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    max-width: 550px;
    max-height: 550px;
    margin-bottom: 20px;
}/* 260202_수정 */


.webtoon_grid_box .webtoon_grid.main_grid{
    max-width: 315px;
    margin-bottom: 0;
}
.webtoon_grid_box .webtoon_grid.main_grid .webtoon_panel{
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
}
.webtoon_grid_box .webtoon_grid.main_grid .webtoon_panel img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.webtoon_grid_box .webtoon_grid .webtoon_panel img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* //260202_추가 */

#container .contents .challenge_info_box .webtoon_grid_box .webtoon_grid .webtoon_panel{
    position: relative;
    aspect-ratio: 1;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
    border: 1px solid #f5f5f5;
}
#container .contents .challenge_info_box .webtoon_grid_box .webtoon_grid .webtoon_panel .download{
    cursor: pointer;
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.6);
}
#container .contents .challenge_info_box .webtoon_grid_box .webtoon_grid .webtoon_panel .download img{
    position: relative;
    top: 7px;
    left: 7px;
    width: 16px;
    height: 15px;
    object-fit: cover;
}
#container .contents .challenge_info_box .webtoon_grid_box .webtoon_grid .webtoon_panel:last-child .download{
    display: none;
}
#container .contents .challenge_info_box .webtoon_grid_box .webtoon_grid .webtoon_panel:hover{
    transform: scale(1.02);
}

#container .contents .challenge_info_box .info_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#container .contents .challenge_info_box .info_box .image_size_box{
    display: flex;
    font-size: 1.4rem;
    font-weight: 500;
    color: #989898;
}
#container .contents .challenge_info_box .info_box .all_download{
    display: flex;
    align-items: center;
    border: 1px solid #212121;
    border-radius: 30px;
    padding: 0 10px;
}
#container .contents .challenge_info_box .info_box .all_download .ic_download{
    width: 16px;
    height: 16px;
    
}

#container .contents .challenge_info_box .info_box .all_download span{
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    color: #212121;
    margin-left: 5px;
}
/* 260226_진행상황 말풍선 */
.ch_bubble{
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 15px;
}
.ch_bubble p{
    font-size: 1.2rem;
    line-height: 2.5;
    font-weight: 600;
    color: #fff;
    padding: 0 10px;
    border-radius: 30px;
}
.ch_bubble .ttl{
    background-color: #FFB200;
}
.ch_bubble .Progress{
    background-color: #00D0FF;
}
.ch_bubble .event{
    background-color: #FF2DA1;
}
.ch_bubble .end{
    background-color: #ccc;
}
/* //260226_진행상황 말풍선 */
#container .contents .challenge_info_box .challenge_info .ch_ttl{
    font-size: 2.6rem;
    margin-bottom: 15px;
    word-break: break-all;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
#container .contents .challenge_info_box .challenge_info .article_view{
    width: 100%;
    text-align: right;
    font-size: 1.6rem;
    font-weight: 500;
    color: #5a5a5a;
    margin-bottom: 20px;
}
#container .contents .challenge_info_box .challenge_info .article_view:after{
    display: inline-block;
    content: '>';
    margin-left: 5px;
}
#container .contents .challenge_info_box .challenge_info .participate_box{
    word-break: break-all;
    overflow-y: scroll;
    max-height: 302px;
    border: 1px solid #DDDDDD;
    padding: 25px;
    border-radius: 10px;
}

#container .contents .challenge_info_box .challenge_info .participate_box::-webkit-scrollbar{
    width:7px;
}

#container .contents .challenge_info_box .challenge_info .participate_box::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 10px;
}

#container .contents .challenge_info_box .challenge_info .participate_box .participate_box_top{
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#container .contents .challenge_info_box .challenge_info .participate_box .participate_box_top .participate_ttl{
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 5px;
}
#container .contents .challenge_info_box .challenge_info .participate_box .participate_box_top .participate_sub_ttl{
    font-size: 1.8rem;
    font-weight: 500;
    color: #212121;
}
#container .contents .challenge_info_box .challenge_info .participate_box .participate_box_bt .part_info{
    margin-bottom: 25px;
}
#container .contents .challenge_info_box .challenge_info .participate_box .participate_box_bt .part_info:last-child{
    margin-bottom: 0;
}
#container .contents .challenge_info_box .challenge_info .participate_box .participate_box_bt .part_info .participate_ttl{
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 15px;
}
#container .contents .challenge_info_box .challenge_info .participate_box .part_info .participate_sub_ttl{
    font-size: 1.6rem;
    font-weight: 500;
    color: #212121;
}
#container .contents .challenge_info_box .challenge_info .participate_box .part_info .participate_notice{
    font-size: 1.6rem;
    font-weight: 500;
    color: #BA8BFF;
}

.prompt_copy_area{
    display: block;
    width: 100%;
    text-align: left;
    background-color: #f7f7f7;
    margin-top: 20px;
    padding: 20px 25px;
    border-radius: 5px;
}/* 251016_수정 */

.prompt_copy_area span{
    font-size: 1.3rem;
    font-weight: 500;
    color: #787878;
}

.prompt_copy_area .prompt_copy{
    margin-bottom: 10px;
}
.prompt_copy_area .prompt_copy span{
    font-size: 1.6rem;
    font-weight: 500;
    color: #212121;
}
.prompt_copy_area .prompt_copy .ic_copy{
    position: relative;
    top: 3px;
    display: inline-block;
    width: 17px;
    height: 20px;
    margin-left: 5px;
    background: url(//bimg.mk.co.kr/2025/mk_aiwebtoon/images/copy.png) center no-repeat;
    background-size: 100%;
}


.section .set_inner .review_ttl{
    word-break: break-all;
    font-size: 2.2rem;
    padding-bottom: 20px;
    border-bottom: 1px solid #212121;
    margin-bottom: 25px;
}
.section .set_inner .review_ttl::before{
    display: inline-block;
    content: '';
    vertical-align: middle;
    margin-right: 5px;
    width: 20px;
    height: 28px;
    background: url(//bimg.mk.co.kr/2025/mk_aiwebtoon/images/ic_light.png) center no-repeat;
    background-size: 100%;
}

.review_box .icon_box{
    flex-shrink: 0;
    width: 34px;
    height: 31px;
}
.review_box .icon_box img{
    width: 100%;
    height: 100%;
}
.section .set_inner .review_box li{
    margin-bottom: 15px;
}
.section .set_inner .review_box .review_photo{
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px 15px;
}

.section .set_inner .review_box .review_photo .photo_btn{
    font-size: 1.4rem;
    font-weight: 500;
    color: #BA8BFF;
    border: 1px solid #BA8BFF;
    border-radius: 3px;
    padding: 8px 10px;
}
.section .set_inner .review_box .review_photo .memo{
    font-size: 1.6rem;
    font-weight: 500;
    color: #ccc;
}

.section .set_inner .review_box .review_txt{
    display: flex;
    align-items: center;
    flex: 1;
    gap: 15px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px 15px;
}
.section .set_inner .review_box .review_txt .text_input_wrapper{
    width: 100%;
}

textarea {
  overflow: hidden;
  width: 100%;
  height: 25px;
  word-break: break-all;
  box-sizing: border-box;
  border: none;
  resize: none; /* 크기조절 막기 */
  outline: none;
  font-size: 1.6rem;
  font-weight: 500;
  color: #212121;
  line-height: 1.5;
}
textarea::placeholder{
    color: #ccc;
    white-space: pre-line;
}
.section .set_inner .img_notice{
    background-color: #F9F9F9;
    padding: 15px 20px;
    margin-bottom: 25px;
}
.section .set_inner .img_notice p{
    word-break: break-all;
    color: #5A5A5A;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
}
.section .set_inner .img_notice p:first-child{
    margin-bottom: 10px;
}

.section .set_inner .register{
    display: block;
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    background-color: #BA8BFF;
    padding: 12px 0;
}

.section.c_gallery{
    padding: 50px 0 100px 0;
    background-color: #FAF7FF;
    margin-bottom: 0;
}/* 260202_수정 */

.section.c_gallery .set_inner .menu_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section.c_gallery .set_inner .menu_wrap .menu_box{
 font-size: 1.6rem;   
}
.section.c_gallery .set_inner .menu_wrap .menu_box.m_view button span{
    font-size: 1.6rem;
    font-weight: 500;
    color: #5a5a5a;
}
.section.c_gallery .set_inner .menu_wrap .menu_box.m_view button span::after{
    display: inline-block;
    content: '>';
    margin-left: 5px;
    color: #5a5a5a;
}
.gallery_wrap{
    margin-top: 15px;
}
.gallery_wrap .gallery_box{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}/* 251211_수정 */


.gallery_wrap .gallery_box li{
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.gallery_wrap .gallery_box li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.8) 100%);
    z-index: 1;
}
.gallery_wrap .gallery_box li .dropbox_wrap .dropbox_menu{
    position: absolute;
    padding: 8px;
    border-radius: 3px;
    top: 30px;
    right: 30px;
    background-color:#fff;
    z-index: 20;
}

.gallery_wrap .gallery_box li .dropbox_wrap .dropbox_menu div{
    font-size: 1.3rem;
    margin-bottom: 10px;
}
.gallery_wrap .gallery_box li .dropbox_wrap .dropbox_menu div:last-child{
    margin-bottom: 0;
}
.gallery_wrap .gallery_box li .dropbox_wrap .dropbox_menu .declare{
    font-size: 1.4rem;
    font-weight: 600;
}

.ic.ic_declare{
    display: inline-block;
    content: '';
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background:url(//bimg.mk.co.kr/2025/mk_aiwebtoon/images/ic_declare.svg) no-repeat 4px 3px/70%;
}/* 251216_추가 */

.ic.ic_delete{
 display: inline-block;
    content: '';
    width: 13px;
    height: 18px;
    vertical-align: top;
    background:url(//bimg.mk.co.kr/2025/mk_aiwebtoon/images/ic_delete.svg) no-repeat center center / 100%;
}/* 251216_추가 */

.gallery_wrap .dropbox_menu span{
    font-weight: 500;
    font-size: 1.3rem;
}
.gallery_wrap .gallery_box li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
.gallery_wrap .gallery_box .box1{
    height: 376px;
    flex-basis: calc(50% - 10px);
}
.gallery_wrap .gallery_box .box2{
    height: 280px;
    flex-basis: calc(25% - 15px);
}/* 251218_수정 */

.gallery_wrap .gallery_box li .gallery_hover{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    scale: 1.1;
    transition: all 0.2s ease-in-out;
    background-color: #000000CC;
}
.gallery_wrap .gallery_box li:hover .gallery_hover{
    opacity: 1;
    scale: 1;
    z-index: 10;
}
.gallery_wrap .gallery_box li .gallery_hover span{
    position: absolute;
    right: auto;
    left: 50%;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery_wrap .gallery_box li .gallery_hover span .zoom-in{
    display: inline-block;
    width: 36px;
    height: 33px;
    background: url(//bimg.mk.co.kr/2025/mk_aiwebtoon/images/ic_plus.png) center no-repeat;
    background-size: 100%;
}

/* 하트 박스 스타일 */
.gallery_wrap .gallery_box li .heart_box{
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    border-radius: 15px;
    font-size: 2.2rem;
    font-weight: 600;
    display: flex;
    z-index: 20;
}/* 251016_수정 */

.gallery_wrap .gallery_box li .heart_box::before{
    display: block;
    content: '';
    position: relative;
    top: 1px;
    width: 30px;
    height: 27px;
    background: url(//bimg.mk.co.kr/2025/mk_aiwebtoon/images/ic_heart_empty.png) no-repeat center center/65%;
}/* 251016_수정 */

.gallery_wrap .gallery_box li .heart_box.active::before{
    display: block;
    position: relative;
    top: 1px;
    content: '';
    width: 30px;
    height: 27px;
    background: url(//bimg.mk.co.kr/2025/mk_aiwebtoon/images/ic_heart.png) no-repeat center center/65%;
}/* 251016_수정 */

.gallery_wrap .gallery_box li .dropbox_btn{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 50px;
    z-index: 11;
}
.gallery_wrap .gallery_box li .dropbox_btn span{
    position: absolute;
    right: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
}
.gallery_wrap .gallery_box li .dropbox_btn .btn1{
  top: 10px;
}
.gallery_wrap .gallery_box li .dropbox_btn .btn2{
    top: 20px;
}
.gallery_wrap .gallery_box li .dropbox_btn .btn3{
    top: 30px;
}

/* 게스트 박스 스타일 */
.gallery_wrap .gallery_box li .guest_box{
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    border-radius: 8px;
    z-index: 20;
}
.gallery_wrap .gallery_box li .guest_box .name{
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
.gallery_wrap .gallery_box li .guest_box .intro{
    width: 160px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}
.gallery_wrap .gallery_box li .ic_rock{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 55;
}
.gallery_wrap .gallery_box li .ic_rock::before{
    display: block;
    content: '';
    width: 28px;
    height: 36px;
    background: url(//bimg.mk.co.kr/2025/mk_aiwebtoon/images/ic_lock.png) center no-repeat;
    background-size: 22px;
}
.gallery_wrap .gallery_box li .lock_memo_box{
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    z-index: 55;
}
.gallery_wrap .gallery_box li.lock::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 50;
}

.gallery_more_view{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    color: #212121;
    padding: 10px 0;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fff;
}/* 260225_수정 */ 

.gallery_more_view p{
    position: relative;
    font-size: 2rem;
    transform: rotate(90deg);
    margin-left: 5px;
}/* 251022_수정 */ 

.gallery_more_view.galley_btn{
    margin-bottom: 100px;
}
.gallery_more_view p.active{
    
    transform: rotate(-90deg);
}
.section.c_gallery .set_inner .galley_notice{
    font-size: 1.4rem;
    color: #212121;
    margin-top: 20px;
}
.section.c_gallery .set_inner .galley_notice p{
    margin-bottom: 10px;
}
.section.c_gallery .set_inner .galley_notice p::before{
    position: relative;
    top: -1px;
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 5px;
    height: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #B283FF;
}
.section.c_gallery .set_inner .galley_notice p:last-child{
    margin-bottom: 0;
}


/*-------------------------------------------------------------------
  ## 3.챌린지 리스트
-------------------------------------------------------------------*/

.section .challenge_inner .challenge_box{
    display: flex;
    align-items: flex-start;
    gap: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
}/* 260202_수정 */

.section .challenge_inner .challenge_box:first-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.section .challenge_inner .challenge_box:last-of-type{
    border-bottom: none;
    margin-bottom: 0;
}/* 251230_수정 */

.challenge_inner{
   overflow: hidden;
    width: 100%;
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 15px;
}/* 260202_수정 */


.count_total{
    font-size: 1.8rem;
    font-weight: 500;
    color: #5a5a5a;
}/* 251230_수정 */

.count_total span{
    font-weight: 600;
    color: #212121;
}

.challenge_box:last-child{
    border: 0;
}
.challenge_box .ch_thumb{
    position: relative;
}/* 260102_수정 */
.challenge_box .ch_thumb img{
    height: 100%;
    object-fit: cover;
}/* 260102_수정 */


.challenge_box .ch_thumb .count_total{
    margin-bottom: 5px;
}
.challenge_box .webtoon_grid_box{
    position: relative;
}/* 260102_추가 */
.challenge_box .webtoon_grid_box.active::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}/* 260102_추가 */

.challenge_box .ch_txt .ch_ttl{
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 600;
    color: #212121;
    margin-bottom: 45px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.challenge_box .ch_txt .ch_ttl.end_ttl{
    color: #ccc;
}
.challenge_box .ch_txt .period_box{
    margin-bottom: 25px;
}
.challenge_box .ch_txt .period_box li{
    font-size: 1.6rem;
    font-weight: 500;
    color: #212121;
    margin-bottom: 1rem;
    word-break: break-all;
}/* 260102_수정 */

.challenge_box .ch_txt .period_box li:last-child{
    margin-bottom: 0;
}
.challenge_box .ch_txt .period_box li.end{
    color: #ccc;
}
.challenge_box .ch_txt .period_box li.end::before{
    background-color: #ccc;
}

.challenge_box .ch_txt .period_box li::before{
    position: relative;
    top: -2px;
    display: inline-block;
    content: '';
    vertical-align: middle;
    margin-right: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #212121;
}
.challenge_box.end .ch_txt .period_box li::before{
    background-color: #ccc;
}
/* 260102_추가 */
.webtoon_grid_box.webtoon_grid_box_list .webtoon_grid{
    width: 300px;
    margin-bottom: 0;
}
/* 260202_수정 */
.webtoon_grid_box.webtoon_grid_box_list .webtoon_grid .webtoon_panel{
    max-width: 150px;
    max-height: 150px;
    overflow: hidden;
    border-radius: 5px;
}
/* //260102_추가 */


.pop_wrap{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 9999 !important;
}
.pop_wrap .pop_area{
    display: flex;
    gap: 20px;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
}
.pop_wrap .pop_area .pop_txt{
    display: flex;
    gap: 12px;
    flex-direction: column;
    align-items: center;
}
.pop_wrap .pop_area .pop_txt span{
    text-align: center;
    font-size: 1.5rem;
    color: #212121;
}
.pop_wrap .pop_btn_wrap{
    display: flex;
    align-items: center;
}
.pop_wrap .pop_btn_wrap .pop_btn{
    min-width: 100px;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2;
    border-radius: 50px;
    padding: 0 15px;
    margin: 0 5px;
    color: #fff;
    background-color: #212121;
}
.pop_wrap .pop_btn_wrap .pop_btn.pop_btn_left{
    font-weight: 500;
    color: #aaa;
    border: 1px solid #aaa;
    background-color: #fff;
}/* 251230_수정 */

.ic.ic_login{
    display: block;
    width: 35px;
    height: 35px;
    background: url(//bimg.mk.co.kr/2025/mk_aiwebtoon/images/ic_login.svg) no-repeat center center / 100%;
}

/*-------------------------------------------------------------------
  ## 4.챌린지 나의 챌린지
-------------------------------------------------------------------*/

.contents .section .challenge_inner .top_info_wrap{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #212121;
    padding-bottom: 10px;
    margin-bottom: 20px;
}/* 251222_수정 */


.contents .section .challenge_inner .top_info_wrap .sort_menu{
    display: flex;
    gap: 10px;
}

.contents .section .challenge_inner .top_info_wrap .sort_menu li a{
    font-size: 1.6rem;
    font-weight: 500;
    color: #ddd;
}

.contents .section .challenge_inner .top_info_wrap .sort_menu li.active a{
    color: #212121;
    font-weight: 600;
}



/*-------------------------------------------------------------------
  ## 5.나의 챌린지 없음
-------------------------------------------------------------------*/

#container{
    min-height: 800px;
}/* 251216_수정 */

.section.mc_section{
    margin-bottom: 100px;
}
.challenge_notice{
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    
}
.challenge_notice .ic_notice{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(//bimg.mk.co.kr/2025/mk_aiwebtoon/images/ic_notice.svg) center no-repeat;
    background-size: 100%;
}/* 251230_수정 */

.challenge_notice .notice_txt{
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    color: #ccc;
    text-align: center;
}


/*-------------------------------------------------------------------
  ## 6.이미지 확대
-------------------------------------------------------------------*/
.galley_wrapper{
    position: relative;
}
.galley_slide_wrap{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999 !important;
}
.galley_slide_wrap .close_btn{
     position: absolute;
     top: 12%;
     right: 10%;
    width: 40px;
    height: 40px;
    background: url(//bimg.mk.co.kr/2025/mk_aiwebtoon/images/close.png) center no-repeat;
    background-size: 20px 20px;

}
.swiper.mySwiper.galley_swiper{
    position: relative;
}
.galley_slide_wrap .galley_slide_box{
    width: 530px;
    height: 530px;
}

.galley_slide_wrap .galley_slide_box .galley_slide{
    overflow: hidden;
    border-radius: 15px;
}
.galley_slide_wrap .galley_slide_box .galley_slide img{
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: cover;
}

.swiper-button-next.galley_arrow, .swiper-button-prev.galley_arrow{
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    color: #5c5c5c;
    border-radius: 50%;
    background-color: #fff;
    z-index: 10000;
}

.swiper-button-prev.galley_arrow{
    left: calc(40% - 530px/2 - 40px);
}
.swiper-button-next.galley_arrow{
    right: calc(40% - 530px/2 - 40px);
}
.swiper-button-next.galley_arrow:after, .swiper-button-prev.galley_arrow:after{
    font-size: 30px;
    font-weight: 600;
}

/*-------------------------------------------------------------------
  ## 7.이미지 넣어보기
-------------------------------------------------------------------*/

.select_slide_wrap{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999 !important;
}
.select_slide_wrap .selec_box{
    width: 100%;
    position: relative;
    display: flex;
    gap: 50px;
    flex-direction: column;
}
.select_slide_wrap .selec_box .close_btn{
     position: absolute;
     top: 0;
     right: 10%;
    width: 40px;
    height: 40px;
    background: url(//bimg.mk.co.kr/2025/mk_aiwebtoon/images/close.png) center no-repeat;
    background-size: 20px 20px;
}

.select_slide_wrap .selec_box .select_image{
    width: 196px;
    height: 196px;
}
.select_slide_wrap .selec_box .select_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px; /* 박스 사이 간격 */
    max-width: 450px; /* 원하는 크기 */
    width: 100%;
    margin: 0 auto;
}

.grid_item {
    background-color: #ddd;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1; /* 정사각형 자동 유지 */
}

.grid_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

/* 마지막 박스: 비어있는 네모 */

.grid_item.empty_box {
    background-color: #fff;
    border: 3px solid #f0c06b; /* 예쁘게 테두리 */
}
.swiper.mySwiper.sel_swiper{
    width: 100%;
    max-width: 1120px;
}

.sel_swiper_area{
    width: 100%;
    max-width: 1120px;
    display: flex;
}
.sel_swiper_area .sel_swiper_box{
    width: 100%;
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sel_swiper_area .sel_swiper_box .img_slide{
    overflow: hidden;
    border-radius: 5px;
}/* 260225_수정 */
.sel_swiper_area .sel_swiper_box .img_slide a{
    width: 150px;
    height: 150px;
}/* 260225_수정 */

.sel_swiper_area .sel_swiper_box .img_slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.swiper-button-next.sel_arrow, .swiper-button-prev.sel_arrow{
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
}/* 260225_수정 */

.swiper-button-next.sel_arrow:after, .swiper-button-prev.sel_arrow:after{
  font-size: 27px;
  font-weight: 600;
  color: #5c5c5c;
}/* 260225_수정 */





/* //container */

/* footer */

#footer{
    background-color:#212121;
}

#footer .notice{
    padding: 40px 0;
    color: #ccc;
    background-color:#212121;
}/* 251222_수정 */


#footer .notice .set_inner{
    width: 100%;
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 15px;
}
#footer .notice .notice_ttl{
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 30px;
}
#footer .notice .set_inner .notice_area .notice_list{
    margin-bottom: 25px;
}
#footer .notice .set_inner .notice_area .notice_list .list_ttl{
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
}
#footer .notice .set_inner .notice_area .notice_list .list_txt{
    position: relative;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    word-break: break-all;
    margin-bottom: 15px;
    margin-left: 10px;
}
#footer .notice .set_inner .notice_area .notice_list .list_txt:last-child{
    margin-bottom: 0;
}
#footer .notice .set_inner .notice_area .notice_list .list_txt:before{
    position: absolute;
    top: 7px;
    left: -10px;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #ccc;
    border-radius: 50%;
}
.footer_box{
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    color: #ccc;
    padding: 25px 0;
    background-color: #000;
}
.best_swiper{
    position: relative;
}


/* //footer */


/* pc 화면*/
@media only screen and (max-width: 1210px){

 
    
    #container .contents .challenge_info_box .webtoon_grid_box .webtoon_grid{
        width: 100%;
        gap: 10px;
        max-width: 500px;
    }
    .grid_wrap{
        max-width: 400px;
    }
    .sel_swiper_area .sel_swiper_box{
        gap: 20px;
    }


}

/* //pc 화면*/


/* tablet */
@media only screen and (max-width: 768px){
    #header .set_inner .gnb_wrap{
        display: none;
    }
    #header .set_inner .menu_btn{
        display: block;
    }
    .section .set_inner .webtoon_step{
        gap: 20px;
    }
    .section .set_inner .webtoon_step .step_item{
        padding: 0;
    }
    .section .set_inner .webtoon_step .step_item:hover {
        transform:inherit;
        box-shadow: inherit;
  }
  .section .set_inner .webtoon_step .step_item .step_txt .step_memo{
     text-align: center;
  }/* 251219_추가 */
  
  .section.sec_b .set_inner .challenge_box{
    flex-direction: column;
    align-items: center;
  }
  .section.sec_b .set_inner .challenge_box .ch_thumb{
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .section.sec_b .set_inner .challenge_box .ch_thumb img{
    width: 60%;
    height: 60%;
  }
  .section.sec_b .set_inner .challenge_box .ch_txt{
    text-align: center;
  }
  .section.sec_b .set_inner .challenge_box .ch_txt .ch_bubble{
    justify-content: center;
  }
  .section.sec_b .set_inner .challenge_box .ch_txt .ch_ttl{
    margin-bottom: 25px;
  }
  .join_btn{
    margin: 0 auto;
    height: 50px;
  }
  .section.sec_b .set_inner .sec_ttl_box .sec_ttl{
    margin-bottom: 0;
}/* 251126_추가 */
.section.sec_b .set_inner .challenge_box_wrap{
    padding: 25px 0;
}
  .section.sec_b .set_inner .challenge_box .ch_txt .period_box{
    margin-bottom: 15px;
  }
  .section.sec_b .set_inner .challenge_btn_box{
    display: block;
  }
  .section.sec_b .set_inner .challenge_btn_box .challenge_btn{
    width: 100%;
    margin-bottom: 8px;
  }
  .section.sec_b .set_inner .challenge_btn_box .challenge_btn:last-child{
    margin-bottom: 0;
  }
  .section.sec_b .set_inner .challenge_btn_box .challenge_btn a{
    padding: 20px;
  }
  .section.sec_b .set_inner .challenge_btn_box .challenge_btn .challenge_ttl{
    margin-bottom: 10px;
  }
  .section.sec_c .set_inner .best_wrap{
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
  }
  .section.sec_c .set_inner .best_wrap .best_box{
        flex: 0 0 calc(50% - 20px);
        box-sizing: border-box;
  }
  .custom-pagination{
    right: 18% !important;
  }
  

 .gallery_wrap .gallery_box{
    gap: 15px 10px;
}
.gallery_wrap .gallery_box .box1{
    height: 236px;
    flex-basis: calc(100% - 0px);
}/* 251222_수정 */

 .gallery_wrap .gallery_box .box2{
    height: 210px;
    flex-basis: calc(50% - 5px);
}/* 251222_수정 */

.gallery_wrap .gallery_box li .guest_box .name{
    font-size: 1.6rem;
}
.gallery_wrap .gallery_box li .guest_box .intro{
    font-size: 1.6rem;
}
  .gallery_more_view{
    padding: 10px 0;
    margin-bottom: 0;
  }
  .gallery_wrap .gallery_box li:hover .gallery_hover{
    opacity: 0;
  }

  .contents .section .challenge_inner .challenge_box{
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .contents .section .challenge_inner .challenge_box .ch_txt{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}/* 251230_수정 */


.challenge_box .ch_txt .ch_bubble{
    justify-content: center;
}
.challenge_inner .challenge_box .ch_txt .ch_ttl{
    margin-bottom: 20px;
}

.d_thumb_area{
    max-width: 225px;
    max-height: 225px;
}
.galley_slide_wrap .galley_slide_box{
    width: 350px;
    height: 350px;
}
.swiper-button-prev.galley_arrow{
    left: calc(45% - 350px / 2 - 40px);
}
.swiper-button-next.galley_arrow{
    right: calc(45% - 350px / 2 - 40px);
}
.swiper-button-next.galley_arrow, .swiper-button-prev.galley_arrow{
    width: 45px;
    height: 45px;
}
.swiper-button-next.galley_arrow:after, .swiper-button-prev.galley_arrow:after{
    font-size: 20px;
}
.grid_wrap{
    max-width: 250px;
}
.select_slide_wrap .selec_box{
    gap: 25px;
}
.sel_swiper_area .sel_swiper_box{
    gap: 15px;
}
.sel_swiper_area .sel_swiper_box .img_slide a{
    width: 80px;
    height: 80px;
}
.swiper-button-next.sel_arrow:after, .swiper-button-prev.sel_arrow:after{
    font-size: 20px;
}
.swiper-button-next.sel_arrow, .swiper-button-prev.sel_arrow{
    width: 35px;
    height: 35px;
}/* 260225_수정 */
.count_total{
    font-size: 1.6rem;
}

/* 260202_추가 */
#container .contents .challenge_info_box{
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
    
.challenge_info_box .challenge_info{
    width: 100%;
}

.galley_slide_wrap .close_btn{
    top: 22%;
}
/* //260202_추가 */
}


/* //tablet */


/* mobile_L */
@media only screen and (max-width: 480px){
    #header .set_inner .header_wrap{
        height: 60px;
    }
    #header .set_inner .header_wrap .logo_wrap{
        gap: 7px;
    }
    
    #header .set_inner .header_wrap .logo_wrap .mk_logo{
        width: 97px;
        height: 25px;
    }/* 260224_수정 */
    
    
    
    #header .set_inner .logo_wrap .webtoon_logo{
        width: 163px;
        height: 19px;
    }
    
    #header .set_inner .logo_wrap .webtoon_logo::before{
        height: 16px;
        margin-left: -9px;
    }
    #header .set_inner .menu_btn{
        background-size: 19px 15px;
    }
    .section{
        margin-top: 30px;
    }
    .section:first-child{
        margin-top: 100px;
    }

    #container .contents .main_wrap{
        min-height: 320px;
    }/* 251218_수정 */

    #container .contents .main_wrap .main_images{
        top: 32%;
    }/* 251218_수정 */
    
    #container .contents .main_wrap .main_images img{
        width: 55%;
    }/* 260224_수정 */
    
    #container .contents .main_wrap .main_images .icon_box img.icon2{
        width: 35px;
        height: 22px;
        left: 49%;
    }
    #container .contents .main_wrap .main_images .icon_box img.icon4{
        width: 33px;
        height: 34px;
        top: 75%;
        left: 38%;
    }
    .section.sec_c .set_inner .best_wrap .best_box{
        width: 185px;
        height: 185px;
    }
    .section.sec_d .set_inner .sec_header{
        margin-bottom: 15px;
    }
    .section .set_inner .sec_ttl{
        font-size: 1.8rem;
        margin-bottom: 10px;
    }/* 251230_수정 */

    .section .set_inner .sec_ttl_box .sec_sub_ttl{
        font-size: 1.4rem;
    }/* 251218_수정 */
    
    .section .set_inner .webtoon_step .step_item .step_txt .step_num{
        margin-bottom: 10px;
    }
    .section.sec_b .set_inner .challenge_box .ch_txt .ch_ttl{
        font-size: 2rem;
    }
    .section.sec_b .set_inner .challenge_box .ch_txt .period_box li{
        font-size: 1.4rem;
    }
    .section.sec_c{
        padding: 20px 0 0 0;
    }/* 251230_수정 */
    
    .faq_wrap .faq_box .faq_list .faq_question{
        font-size: 1.6rem;
    }
    .faq_wrap .faq_box .faq_list .faq_answer_box{
        font-size: 1.4rem;
    }
    .section .set_inner .review_box .review_photo{
        flex-direction: column;
        gap: 8px;
        width: 100%;
        text-align: center;
    }
    .section .set_inner .review_box .review_photo .photo_btn {
        width: 100%;
        max-width: 200px;
        font-size: 1.2rem;
        line-height: 2.8;
        padding: 0;
    }/* 251016_수정 */
    
    .section .set_inner .review_box .review_photo .memo{
        font-size: 1.4rem;
    }
    .section .set_inner .review_ttl{
        font-size: 1.6rem;
        padding-bottom: 12px;
        margin-bottom: 20px;
    }
    .section .set_inner .review_box .review_txt{
        flex-direction: column;
        gap: 8px;
    }
    textarea{
        text-align: center;
        height: auto;
        font-size: 1.4rem;
    }
    .section .set_inner .img_notice{
        margin-bottom: 15px;
    }
    #container .contents .challenge_info_box .challenge_info .article_view{
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
.section.c_gallery{
    padding: 20px 0 50px 0;
}
    .section.c_gallery .set_inner .menu_wrap .menu_box{
    font-size: 1.4rem;
  }

  #container .contents .challenge_info_box .challenge_info .participate_box{
    padding: 20px 15px;
  }
  #container .contents .challenge_info_box .challenge_info .participate_box .participate_box_top .participate_ttl{
    font-size: 1.8rem;
  }
  #container .contents .challenge_info_box .challenge_info .participate_box .participate_box_bt .part_info .participate_ttl{
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .section.c_gallery .set_inner .menu_wrap .menu_box.m_view button span{
    font-size: 1.4rem;
  }
  .gallery_wrap .gallery_box li .guest_box{
    bottom: 10px;
    left: 15px;
  }
  .gallery_wrap .gallery_box li .heart_box{
    top: 10px;
    left: 10px;
  }/* 251016_ 수정 */
  
    .gallery_wrap .gallery_box .box2{
    height: 218px;
    flex-basis: calc(100% - 0px);
}
  .gallery_wrap .gallery_box li .lock_memo_box{
    font-size: 1.4rem;
    bottom: 30px;
    left: 15px;
  }

  .prompt_copy_area{
    padding: 15px;
  }
  .prompt_copy_area .prompt_copy{
    margin-bottom: 5px;
  }

  .join_btn span{
    font-size: 1.5rem;
  }/* 251218_수정 */

  .best_box.highlight .best_page {
        margin-top: 10px;
        padding: 6px 0;
    }
    
    .best_box.highlight .best_page .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 3px;
    }
    .more_view{
        font-size: 1.4rem;
    }
    #container .contents .challenge_info_box .info_box .image_size{
        font-size: 1.4rem;
        margin-bottom: 5px;
    }
 
    #container .contents .challenge_info_box .challenge_info .ch_ttl{
        font-size: 2rem;
        margin-bottom: 10px;
    }
    #container .contents .challenge_info_box .webtoon_grid_box .webtoon_grid .webtoon_panel .download{
        left: 10px;
        bottom: 10px;
    }
    #container .contents .challenge_info_box .challenge_info .participate_box .participate_box_bt .part_info{
        margin-bottom: 20px;
    }
    #container .contents .challenge_info_box .challenge_info .participate_box .part_info .participate_notice{
        font-size: 1.4rem;
    }
    
    .prompt_copy_area{
    margin-top: 12px;
    }/* 251016_수정 */
    
    .review_box .icon_box{
        margin: 0 auto;
    }
    .footer_box{
        font-size: 1.2rem;
    }

    .contents .section .challenge_inner .challenge_box .ch_txt .ch_ttl{
font-size: 2rem;  
margin-bottom: 20px;
}

.challenge_list_btn{
    max-width: 280px;
}
.challenge_list_btn .cha_btn{
    font-size: 1.4rem;
    line-height: 2.5;
    padding: 0 25px;
}
.contents .section .challenge_inner .top_info_wrap{
    padding-bottom: 7px;
    margin-bottom: 15px;
}
.contents .section .challenge_inner .top_info_wrap .sort_menu{
    font-size: 1.4rem;
}
.contents .section .challenge_inner .top_info_wrap .sort_menu li a{font-size: 1.4rem;}

.galley_slide_wrap .galley_slide_box{
    width: 250px;
    height: 250px;
}

.swiper-button-prev.galley_arrow{
    left: calc(45% - 250px / 2 - 40px);
}
.swiper-button-next.galley_arrow{
    right: calc(45% - 250px / 2 - 40px);
}
.swiper-button-next.galley_arrow, .swiper-button-prev.galley_arrow{
    width: 34px;
    height: 34px;
}
.sel_swiper_area .sel_swiper_box{
    gap: 10px;
}
.sel_swiper_area .sel_swiper_box .img_slide a{
    width: 55px;
    height: 55px;
}/* 260225_수정 */

.close_btn{
    width: 30px;
    height: 30px;
    background-size: 15px;
}
.select_slide_wrap .selec_box .close_btn{
    top: -15%;
    right: 10px;
}
.galley_slide_wrap .close_btn{
    top: 25%;
}

}

/* mobile_M */
@media only screen and (max-width: 360px){

    
#container .contents .challenge_info_box .info_box .image_size_box {
    display: inline-block;
   
}
#container .contents .challenge_info_box .info_box .image_size_box .image_size{
        margin-bottom: 0;
    }
.galley_slide_wrap .galley_slide_box{
    width: 200px;
    height: 200px;
}
.swiper-button-prev.galley_arrow {
    left: calc(45% - 200px / 2 - 40px);
}
.swiper-button-next.galley_arrow {
    right: calc(45% - 200px / 2 - 40px);
}
#container .contents .main_wrap .main_images .main_images_box .beta{
    font-size: 1.2rem;
}
.menu_close_btn{
    background-size: 14px;
}

    
}


/* mobile_S */
@media only screen and (max-width: 320px){
    #header .set_inner .menu_btn{
        background-size: 18px 14px;
    }
    #container .contents .main_wrap{
        min-height: 300px;
    }
    .challenge_menu{
        padding-top: 70px;
    }
 
}
/* mobile_S */
/* best_box highlight pagination 스타일 */
.best_box.highlight {
    position: relative;
}

.best_box.highlight .best_page {
    text-align: center;
    margin-top: 15px;
    padding: 10px 0;
    position: relative;
}

.best_box.highlight .best_page .swiper-pagination-bullet {
    background: rgba(255,255,255,0.5);
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    transition: all 0.3s ease;
    border-radius: 50%;
    cursor: pointer;
}

.best_box.highlight .best_page .swiper-pagination-bullet-active {
    background: white;
    transform: scale(1.2);
    box-shadow: 0 0 8px rgba(255,255,255,0.4);
}

.best_box.highlight .best_page .swiper-pagination-bullet:hover {
    background: white;
    transform: scale(1.1);
}

* best_box highlight pagination 스타일 */
.best_box.highlight {
    position: relative;
}

.best_box.highlight .best_page {
    text-align: center;
    margin-top: 15px;
    padding: 10px 0;
    position: relative;
    z-index: 10;
}

.best_page .swiper-pagination-bullet {
    background: rgba(0,0,0,0.3) !important;
    opacity: 1 !important;
    width: 12px !important;
    height: 12px !important;
    margin: 0 6px !important;
    transition: all 0.3s ease !important;
    border-radius: 50% !important;
    cursor: pointer !important;
}

.best_page .swiper-pagination-bullet-active {
    background: #007bff !important;
    transform: scale(1.3) !important;
    box-shadow: 0 0 10px rgba(0,123,255,0.5) !important;
}

.best_page .swiper-pagination-bullet:hover {
    background: #007bff !important;
    transform: scale(1.1) !important;
}
.swiper-slide.best_swiper_box{
    width: auto;
    height: auto;
}/* 260224_추가 */


/* cus
tom-pagination 스타일 */
.custom-pagination {
    position: absolute;
    bottom: 2%;
    right: 9%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 15px;
    padding: 10px 0;
    z-index: 450;
}/* 251218_수정 */

.custom-pagination .pagination-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0,0,0,0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
}

.custom-pagination .pagination-dot.active {
    background: #5a5a5a;
}

.custom-pagination .pagination-dot:hover {
    background: #007bff;
    transform: scale(1.1);
}

