@charset "utf-8";

/* #content */
.img_box img {width: 100%;}
.block {display: block;}
.m_color {color: #0C82FE;}

section .inner .title_text {font-weight: 700; font-size: 70px; letter-spacing: -0.02em; text-align: center; color: #000;}
section .inner .sub_text {font-weight: 700; font-size: 50px; line-height: 1.5em; padding: 50px 0 50px; text-align: center; margin-top: 50px; position: relative;}
section .inner .sub_text::before {content: ''; display: block; width: 85px; height: 4px; background: #161718; 
    position: absolute; top: 0; left: 50%; margin-left: -42.5px;}
section .inner .sub_explain p {font-weight: 300; font-size: 36px; line-height: 50px; letter-spacing: -1px; text-align: center; color: #505050; margin-bottom: 1em;}
section .inner .sub_explain p:last-of-type {margin-bottom: 0;}
section .inner .sub_explain p strong {font-weight: 500;}
section > .inner {padding: 150px 16.66%; box-sizing: border-box;}

.intro_tab .inner {padding: 110px 0; text-align: center;}
.intro_tab .inner > span {display: block; font-size: 40px; line-height: 100%; letter-spacing: -1px;}
.intro_tab .inner > strong {display: block; font-size: 70px; line-height: 70px; letter-spacing: -1px; margin: 30px 0 70px;}
.intro_tab .inner ul {display: flex; align-items: center; justify-content: center; gap: 10px;}
.intro_tab .inner ul li a {display: block; font-size: 27px; font-weight: 500; letter-spacing: -1px;
    border-radius: 10px; border: 1px solid #0C82FE; color: #0C82FE; padding: 20px 49px; box-sizing: border-box;}
.intro_tab .inner ul li a.on {background: #0C82FE; color: #fff;}

/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    .intro_tab .inner > strong {font-size: 55px;}

    section .inner .title_text {font-size: 44px;}
    section .inner .sub_text {font-size: 22px; padding: 30px 0; margin-top: 30px;}
    section .inner .sub_text::before {width: 60px; margin-left: -30px;}
    section .inner .sub_explain p {font-size: 22px; line-height: 1.5em;}
    section > .inner {padding: 150px 12%;}
}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    section > .inner {padding: 150px 10%;}
}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    section > .inner {padding: 150px 8%;}
}


/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    /* content */
    section .inner .title_text {font-size: 34px; letter-spacing: -1px;}
    section .inner .sub_text {font-size: 26px; padding: 20px 0; margin-top: 20px;}
    section .inner .sub_text::before {width: 32px; height: 2px; margin-left: -16px;}
    section .inner .sub_explain p {font-size: 16px; line-height: 22px;}
    section > .inner {padding: 80px 5%;}


    .intro_tab .inner {padding: 80px 0;}
    .intro_tab .inner > span {font-size: 20px; line-height: 100%;}
    .intro_tab .inner > strong {font-size: 24px; line-height: 24px; margin: 19px 0 30px;}
    .intro_tab .inner ul li a {font-size: 20px; border-radius: 8px; padding: 12px 29px; box-sizing: border-box;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    .wrap { min-width: 375px; }
    /* content */
    section .inner .title_text {font-size: 30px;}
    section .inner .sub_text {font-size: 17px; padding: 20px 0 30px; margin-top: 20px;}
    section .inner .sub_text::before {width: 40px; height: 2px; margin-left: -20px;}
    section .inner .sub_explain p {font-size: 14px; line-height: 23px;}
    section > .inner {padding: 50px 5%;}

    .intro_tab .inner {padding: 50px 0;}
    .intro_tab .inner > span {font-size: 18px;}
    .intro_tab .inner > strong {font-size: 36px; line-height: 45px; margin: 12px 0 30px;}
    .intro_tab .inner > strong i {display: block;}
    .intro_tab .inner ul {gap: 8px;}
    .intro_tab .inner ul li a {font-size: 15px; border-radius: 6px; padding: 9.5px 16px;}
}
