/* 폰트 */
@font-face {
    font-family: 'SinchonRhapsody';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2503@1.0/SinchonRhapsody.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* header */
#mind #gnb_layout {
    background: #fff;
}
#mind #gnb_layout .gnb .dept1 a {
    color: #222;
}


/* 메인 */
#mind section.section h2 {
    font-family: 'SinchonRhapsody';
    color: #fff5de;
    -webkit-text-stroke: 5px #4387d1; 
    paint-order: stroke fill;
}
#mind section.section h2 span {
    font-size: 20px;
    color: #4387d1;
    font-family: 'SinchonRhapsody';
    font-style: normal;
    -webkit-text-stroke: 0; 
}

#mind .section.sec01 {
    height: auto;
    background: none;
    margin-top: 80px;
}
#mind .section.sec01 img {
    width: 100%;
}

#mind .section.sec02 {
    background: url(/img/main/section1-bg.png) no-repeat center;
    background-size: cover;
}
#mind .section.sec02 .con-txt {
    padding: 150px 0;
    gap: 100px;
}
#mind .section.sec02 .txt {
    position: relative;
}
#mind .section.sec02 .txt::before {
     position: absolute;
    content: '';
    width: 141px;
    height: 233px;
    background: url(/img/main/section1-img3.png) no-repeat center;
    background-size: contain;
    right: -180px;
    bottom: -50px;
}
#mind .section.sec02  .txt p {
    font-family: 'SinchonRhapsody';
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #fff5de;
    -webkit-text-stroke: 5px #4387d1; 
    paint-order: stroke fill;
}
#mind .section.sec02  .txt p span {
    color: #efca65;
    font-family: 'SinchonRhapsody';
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 40px;
}
#mind .section.sec02 .txt p .font {
    color: #fff;
    font-family: 'pretendard';
    font-weight: bold;
}
#mind .section.sec02 .right {
    text-align: center;
}
#mind .section.sec02 .text p {
    text-align: center;
     color: #efca65;
    font-family: 'SinchonRhapsody';
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: 20px;
    background: #4387d1;
    border: 5px solid #efca65;
    border-radius: 30px;
    padding: 10px 20px;
}
#mind .section.sec02 .text p span {
    color: #fff;
    font-family: 'SinchonRhapsody';
    font-size: 30px;
}
#mind .section.sec02  .txt .btn_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    gap: 10px;
    margin-top: 40px;
}
#mind .section.sec02  .txt .btn_wrap a {
    display: inline-block;
    font-family: 'SinchonRhapsody';
    font-size: 24px;
    color: #4387d1;
    border: 3px solid #4387d1;
    border-radius: 10px;
    background: #fff;
    transition: all 0.2s;
    padding: 10px 30px;
}
#mind .section.sec02  .txt .btn_wrap a:hover {
    background: #4387d1;
    color: #fff;
}

#mind .section.sec03 {
    background: url(/img/main/section2-bg.png) no-repeat center;
    background-size: cover;
}
#mind .section.sec03 .info-txt {
    background: #fff;
    border-radius: 20px;
    padding: 50px 40px;
}
#mind .section.sec03 .info-txt .txt {
    color: #222;
    font-size: 22px;
}
#mind .section.sec03 .info-txt .list:last-child {
    margin-bottom: 0;
}
#mind .section.sec03 .info-txt .min_tit {
    background: #efca65;
    color: #fff;
    border: 0;
}
#mind .section.sec03 .info-txt .min_tit span {
    font-family: 'SinchonRhapsody';
    font-size: 24px;
}
#mind .section.sec05 {
    background: url(/img/main/section3-bg.png) no-repeat center;
    /* background-size: contain; */
    padding: 120px 0;
}
#mind .section.sec05 table {
    position: relative;
}
#mind .section.sec05 table::before {
    position: absolute;
    content: '';
    width: 159px;
    height: 224px;
    background: url(/img/main/section3-img1.png) no-repeat center;
    background-size: contain;
    left: -120px;
    bottom: -50px;
}
#mind .section.sec05 table thead th {
    background: #efca65;
    color: #fff;
    font-family: 'pretendard';
    font-weight: 700;
}
#mind .section.sec05 table tbody td {
    font-family: 'pretendard';
}
#mind .section.sec05 table tbody tr.black td {
    background: #4387d1;
}

#mind .section.sec06 {
    background: #efca65;
}

#mind .section.sec07 {
    background: url(/img/main/section5-bg.png) no-repeat center;
    background-size: cover;
}
#mind .section.sec07 h6 {
    display: inline-block;
    width: 274px;
    padding: 10px;
    margin-left: 50%;
    margin-bottom: 20px;
    transform: translateX(-50%);
    background: #4387d1;
    border: 3px solid #efca65;
    border-radius: 50px;
    color: #fff;
    font-family: 'SinchonRhapsody';
    font-size: 36px;
    font-weight: normal;
    text-align: center;
}
#mind .section.sec07 .cource_wrap {
    margin-bottom: 80px;
}
#mind .section.sec07 .container {
    position: relative;
    z-index: 2;
}
#mind .section.sec07 .ani_text {
    font-family: 'SinchonRhapsody';
    color: rgba(239, 202, 101, 0.1);
    font-style: italic;
    top: 30%;
}
#mind .section.sec07 .ani_text.two {
    top: 70%;
    animation: flowtwo 100s linear infinite;
}
@keyframes flowtwo {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

#mind .section.sec08 {
    background: url(/img/main/section6-bg.png) no-repeat center;
    background-size: cover;
}
#mind .section.sec08 .board ul li .tag {
    background: #4387d1;
}

#mind .section.sec09 {
    background: #4387d1 url(/img/main/section7-bg.png) no-repeat center;
    /* background-size: contain; */
}
#mind .section.sec09 h2 span {
    color: #fff;
}
#mind .section.sec09 .con .new_board_2021 .board_wrap .board_faq_con .list_table .n_tbody .n_tr .n_td.title span {
    font-family: 'pretendard' !important;
    font-weight: bold;
}
#mind .section.sec09 .con .new_board_2021 .board_wrap .board_faq_con .list_table li {
    background: #fff;
    border-radius: 10px;
}
#mind .section.sec09 .con .new_board_2021 .board_wrap .board_faq_con .list_table .n_tbody .n_tr .n_td.title {
    color: #4387d1;
}
#mind .section.sec09 .con .new_board_2021 .board_wrap .board_faq_con .list_table .n_tbody .content .n_tr .n_td.txt {
    color: #222;
}
#mind .section.sec09 .con .new_board_2021 .board_wrap .board_faq_con .list_table .n_tbody .content .n_tr .n_td.txt td {
       border: 1px solid #000 !important;
}
#mind .new_board_2021 .board_wrap .board_faq_con .list_table .n_tbody .content .n_tr .n_td.txt span {
    font-size: 16px !important;
}

#mind .section.sec10 {
    padding: 120px 0;
}
#mind .section.sec10 .con .txt h6 {
    background: #4387d1;
    font-family: 'pretendard';
}
#mind .section.sec10 .con .map #daumRoughmapContainer1755063691266  {
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#mind .section.sec10 .con .map #daumRoughmapContainer1755063691266 .cont {
    display: none;
}
#mind .section.sec10 .con .txt2 p span.yel {
    background: #87c700;
}


/* 후원 */
#mind .section.spon {
    border-top: 1px solid #ddd;
    padding: 25px 0;
    height: auto;
}
#mind .section.spon .spon_wrap {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 30px;
}
#mind .section.spon .spon_wrap:last-child {
   margin-bottom: 0;
}  
#mind .section.spon h6 {
    width: 100px;
    font-family: 'pretendard';
    font-size: 20px;
    font-weight: 700 !important;
    color: #363636;
    margin: 0;
    font-weight: normal;
}
#mind .section.spon ul {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 0;
}
#mind .section.spon ul li.h-fix img {
    height: 37px;
}

/* 푸터 */
.footer .copy {
    background: #28292e !important;
}
#mind .fixed-icon a:last-child {
    display: inline-block;
}

/* etc 헤더 */
#etc_header {
    background: #fff !important;
    border-bottom: 1px solid #ddd;
}
#etc_header a {
    margin-top: 10px !important;
}

.main-point {
    color: #4387d1 !important;
}


@media all and (max-width:768px) {
    #mind .section.spon h6 {
        width: auto;
    }
    #mind .section.sec01 {
        margin-top: 80px;
    }
    #gnb_layout .mobile.nav.on {
        background: #fff !important;
    }
    #gnb_layout .mobile.nav > ul > li > a {
        color: #222 !important;
    }
    #gnb_layout .mobile.nav .top .logo img {
        height: 42px !important;
        margin-top: 20px !important;
    }

     #mind section.section h2 {
        font-size: 36px;
    }
    #mind .section.sec01 {
        /* background: url(/img/main/visual-mo.png) no-repeat center; */
        background: none;
        /* background-size: cover; */
        margin-top: 84px;
        height: auto;
        /* height: 500px; */
    }
    #mind .section.sec02 {
        padding: 80px 0;
    }
    #mind .section.sec02 .con-txt {
        padding: 0;
        text-align: center;
        gap: 40px;
    }
    #mind .section.sec02 .con-txt img {
        width: 80%;
    }
    #mind .section.sec02 .txt p {
        font-size: 26px;
    }
        #mind .section.sec02 .txt img {
            width: 60%;
        }
    #mind .section.sec02 .txt .btn_wrap a {
        font-size: 15px;
    }
    #mind .section.sec02 .txt::before {
        display: none;
    }
    #mind .section.sec02 .text p {
        font-size: 18px;
        padding: 10px;
    }
    #mind .section.sec02 .text p span {
        font-size: 22px;
    }
    #mind .section.sec03 img {
        width: 60%;
    }
    #mind .section.sec03 .info-txt {
        padding: 20px;
    }
    #mind .section.sec03 .info-txt .min_tit {
        font-size: 20px;
    }
    #mind .section.sec03 .info-txt .min_tit span {
        font-size: 20px;
    }
    #mind .section.sec03 .info-txt .txt {
        font-size: 14px;
    }
    #mind .section.sec05 {
        padding: 80px 0;
    }
    #mind .section.sec05 table::before {
        display: none;
    }
    #mind .section.sec07 h6 {
        font-size: 20px;
        background-size: contain;
    }
    #mind .section.sec07 .cource_wrap {
        margin-bottom: 60px;
    }
    #mind .section.sec10 {
        padding: 80px 0;
    }
    #mind .section.spon .spon_wrap {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    #mind .section.spon ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        justify-items: center;
    }
        #mind .section.spon ul.one {
            grid-template-columns: 1fr;
        }
    #gnb_layout.sport .mobile.nav .top .logo img {
        margin-top: 20px;
        height: 35px;
    }
    #mind .new_board_2021 .board_wrap .board_faq_con .list_table .n_tbody .content .n_tr .n_td.txt span {
        font-size: 14px;
    }
    #mind #daumRoughmapContainer1755063691266 {
        width: 100% !important;
    }
        #mind #daumRoughmapContainer1755063691266 .wrap_map {
            height: 250px !important;
        }
    #mind .section.sec10 .con .txt h6 {
        font-size: 14px;
    }
    #mind .section.sec10 .con .txt h6 b {
        font-size: 14px;
    }

    /* 참가신청 */
    #mind .participation_con ul.divide_box li {
        width: 25% !important;
    } 
    #mind .participation_con ul.divide_box li:nth-child(2), #mind .participation_con ul.divide_box li:nth-child(4) {
        width: 10px !important;
        min-width: unset !important;
    }
    #mind .apply_section input {
        /* font-size: 14px; */
    }
    #mind .participation_con  .text_red {
        margin-top: 0 !important;
    }
}