@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;
    font-family: 'Pretendard Variable', sans-serif, 'Spoqa Han Sans Neo', 'Noto Sans KR', "Dotum", "Dotumche", "돋움", "돋움체", "Arial";
}

body,
th,
td,
input,
select,
textarea,
button {
    font-size: 100%;
    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;
}

/* main */
#container {
    width: 100%;
    overflow: hidden;
}

.set_inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.contents {
    overflow: hidden;
    width: 100%;
    padding: 50px 15px 0;
}

.contents .set_inner .main_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contents .set_inner .main_item .logo_box h1 {
    width: 279px;
    height: 38px;
    margin-bottom: 12px;
}

.contents .set_inner .main_item .logo_box h1 img {
    width: 100%;
    height: 100%;
}

.contents .set_inner .main_item .logo_box p {
    font-size: 2.2rem;
    font-weight: 500;
    color: #5a5a5a;
    word-break: break-all;
}

.contents .set_inner .main_item .image_box {
    width: 100%;
    max-width: 558px;
    height: 319px;
    background: url(//bimg.mk.co.kr/2025/mk_aihub/images/background_item.svg) center no-repeat;
    background-size: 100%;
}

.gnb_wrap {
    background-color: #FFA552;
    margin-top: 40px;
}

.gnb_wrap .set_inner .gnb_box {
    display: flex;
    gap: 70px;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
}

.gnb_wrap .set_inner .gnb_box li {
    font-size: 2rem;
}

.gnb_wrap .set_inner .gnb_box li a {
    position: relative;
    font-weight: 500px;
    color: #FFE4CC;
    padding: 20px 0;
}

.gnb_wrap .set_inner .gnb_box li .active {
    font-weight: 800;
    color: #fff;
}

.section_wrap .sec_ttl {
    text-align: center;
    margin: 80px 0;
}

.section_wrap .sec_ttl h2 {
    display: inline;
    font-size: 2.4rem;
    background: linear-gradient(to bottom, transparent 60%, #FFECDA 60%);
    background-repeat: repeat;
    background-size: 100%;
}

.sec_wrapper {
    margin-top: 80px;
}

.sec_wrapper .set_inner .content_ttl {
    margin-bottom: 12px;
}

.sec_wrapper .set_inner .content_ttl h3 {
    font-size: 2.2rem;
    color: #ff7a00;
}

.sec_wrapper .set_inner .content_ttl h3::before {
    position: relative;
    top: 8px;
    display: inline-block;
    content: '';
    width: 26px;
    height: 26px;
    margin-right: 8px;
}/* 251126_수정 */

.sec_wrapper .set_inner .content_ttl.search h3::before {
    background: url(//bimg.mk.co.kr/2025/mk_aihub/images/icon1.png) center no-repeat;
    background-size: 24px 24px;
}/* 251126_수정 */

.sec_wrapper .set_inner .content_ttl.event h3::before {
    background: url(//bimg.mk.co.kr/2025/mk_aihub/images/icon2.png) center no-repeat;
    background-size: 24px 24px;
}/* 251126_수정 */

.sec_wrapper .set_inner .content_ttl.question h3::before {
    background: url(//bimg.mk.co.kr/2025/mk_aihub/images/icon3.png) center no-repeat;
    background-size: 24px 24px;
}/* 251126_수정 */

.sec_wrapper .set_inner .content_ttl.podcast h3::before {
    background: url(//bimg.mk.co.kr/2025/mk_aihub/images/icon4.png) center no-repeat;
    background-size: 26px 24px;
    
}/* 251126_수정 */

.sec_wrapper .set_inner .content_ttl.audio h3::before {
    background: url(//bimg.mk.co.kr/2025/mk_aihub/images/icon5.png) center no-repeat;
    background-size: 24px 24px;
}/* 251126_수정 */

.sec_wrapper .set_inner .content_ttl.summary h3::before {
    background: url(//bimg.mk.co.kr/2025/mk_aihub/images/icon6.png) center no-repeat;
    background-size: 24px 24px;
}/* 251126_수정 */

.sec_wrapper .set_inner .content_ttl.game h3::before {
    background: url(//bimg.mk.co.kr/2025/mk_aihub/images/icon7.png) center no-repeat;
    background-size: 24px 24px;
}/* 251126_수정 */

.sec_wrapper .set_inner .content_ttl.translation h3::before {
    background: url(//bimg.mk.co.kr/2025/mk_aihub/images/icon8.png) center no-repeat;
    background-size: 26px 21px;
}/* 251126_수정 */

.sec_wrapper .set_inner .main_ttl {
    font-size: 2.6rem;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.5;
}

.sec_wrapper .set_inner .description {
    font-size: 1.8rem;
    line-height: 1.7;
    font-weight: 500;
    color: #787878;
    margin-bottom: 40px;
}

.sec_wrapper .set_inner .cta_btn {
    position: relative;
    width: 100%;
    max-width: 300px;
    background-color: #ff7a00;
    padding: 13px 0;
    border-radius: 5px;
}

.sec_wrapper .set_inner .cta_btn.m_btn {
    margin-bottom: 20px;
}

.sec_wrapper .set_inner .cta_btn span {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
}

.sec_wrapper .set_inner .cta_btn .icon {
    position: relative;
    left: 5px;
    display: inline-block;
    width: 10px;
    height: 16px;
}

.sec_wrapper .set_inner .cta_btn .icon.ic_arrow {
    background: url(//bimg.mk.co.kr/2025/mk_aihub/images/ic_arrow.svg) center no-repeat;
    background-size: 8px 13px;
}

.sec_wrapper .set_inner .cta_btn:after {
    position: absolute;
    right: 15px;
    bottom: -15px;
    display: inline-block;
    content: '';
    width: 37px;
    height: 48px;
    background: url(//bimg.mk.co.kr/2025/mk_aihub/images/ic_click.svg) center no-repeat;
    background-size: 37px 48px;
}

.sec_wrapper .sec_area {
    padding: 100px 0;
}

.sec_wrapper .sec_area:first-child {
    padding-top: 0;
}

.sec_wrapper .sec_area.bg_area {
    background-color: #FFFBF4;
}

.sec_wrapper .set_inner .content_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 15px;
}

.sec_wrapper .set_inner .content_wrap:last-child {
    margin-bottom: 0;
}

.sec_wrapper .set_inner .content_wrap.bg_content {
    background-color: #FFFBF4;
}

.sec_wrapper .set_inner .browser {
    width: 100%;
    height: 100%;
    max-width: 520px;
    max-height: 400px;
}

/* //main */



/* footer */

.footer_wrap {
    width: 100%;
    padding: 25px 0;
    text-align: center;
    background-color: #212121;
}

.footer_wrap span {
    display: inline-block;
    color: #ccc;
    font-size: 1.4rem;
}

/* //footer */




@media only screen and (max-width: 1210px) {
    .contents .set_inner .main_item {
        gap: 70px;
    }

}

@media only screen and (max-width: 1024px) {
    .contents {
        padding-top: 40px;
    }

    .contents .set_inner .main_item {
        flex-direction: column;
        gap: 20px;
    }

    .contents .set_inner .main_item .logo_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
    }

    .contents .set_inner .main_item .logo_box h1 {
        width: 190px;
        height: 25px;
        margin-bottom: 12px;
    }/* 251124_수정 */
    

    .contents .set_inner .main_item .logo_box p {
        font-size: 1.6rem;
        line-height: 1.5;
        text-align: center;
    }

    .gnb_wrap .set_inner .gnb_box {
        padding: 0 15px;
    }

    .sec_wrapper .set_inner .content_wrap {
        align-items: center;
        flex-direction: column;
        gap: 15px;
    }

    .sec_wrapper .set_inner .content_wrap .left_content {
        display: contents;
        text-align: center;
    }

    .sec_wrapper .set_inner .content_wrap .left_content .content_ttl {
        order: 1;
        margin-bottom: 10px;
    }

    .sec_wrapper .set_inner .content_wrap .right_content {
        order: 2;
        margin-bottom: 20px;
    }

    .sec_wrapper .set_inner .main_ttl {
        order: 3;
        margin-bottom: 0;
    }

    .sec_wrapper .set_inner .description {
        order: 4;
        margin-bottom: 10px;
    }

    .sec_wrapper .set_inner .cta_btn {
        order: 5;
    }
}

@media only screen and (max-width: 768px) {

    .gnb_wrap .set_inner .gnb_box {
        gap: 30px;
        justify-content: flex-start;
    }

    .gnb_wrap .set_inner .gnb_box li {
        font-size: 1.8rem;
    }

    .sec_wrapper {
        margin-top: 30px;
    }

    .section_wrap .sec_ttl {
        padding: 0 15px;
        margin: 35px 0 20px 0;
    }

    .sec_wrapper .sec_area {
        padding: 50px 0;
    }

    .sec_wrapper .set_inner .cta_btn.m_btn {
        margin-bottom: 8px;
    }
    .gnb_wrap .set_inner .gnb_box li a{
        padding: 15px 0;
    }/* 251124_수정 */

}


@media only screen and (max-width: 480px) {
    .contents .set_inner .main_item .image_box {
        height: 260px;
    }

    .sec_wrapper {
        margin-top: 0;
    }

    .section_wrap .sec_ttl {
        text-align: center;
    }

    .section_wrap .sec_ttl h2 {
        font-size: 2rem;
    }

    .sec_wrapper .set_inner .content_wrap .left_content .content_ttl {
        font-size: 1.8rem;
    }

    .sec_wrapper .set_inner .content_ttl h3::before {
        background-size: 18px 18px !important;
    }/* 251124_수정 */
    
    
    .sec_wrapper .set_inner .content_ttl.podcast h3::before,
    .sec_wrapper .set_inner .content_ttl.translation h3::before {
        background-size: 26px 22px !important;
    }

    .sec_wrapper .set_inner .main_ttl {
        font-size: 2.2rem;
    }

    .sec_wrapper .set_inner .description {
        font-size: 1.6rem;
    }

    .sec_wrapper .set_inner .cta_btn {
        padding: 12px 0;
    }

    .sec_wrapper .set_inner .cta_btn span {
        font-size: 1.7rem;
    }

    .sec_wrapper .set_inner .cta_btn .icon {
        top: 1px;
    }

    .sec_wrapper .set_inner .content_ttl h3 {
        font-size: 1.8rem;
    }
    
    .sec_wrapper .set_inner .content_ttl.search h3::before{
        margin-right: 0;
    }
}


@media only screen and (max-width: 360px) {
    .contents .set_inner .main_item .image_box {
        height: 200px;
    }

}