@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap'); /* font-family: 'Noto Sans KR', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); /* font-family: 'Montserrat', sans-serif; */





/* #content */

.img_box img {width: 100%;}

.block {display: block;}

.m_color {color: #0C82FE;}



section .inner .title_text {font-size: 45px; line-height: 55px; letter-spacing: -1px; color: #000; text-align: center;}

section .inner .title_text strong {font-weight: 500;}

section .inner .sub_explain p {font-size: 35px; font-weight: 300; line-height: 52px; letter-spacing: -1px; color: #000; text-align: center;}

section .inner .sub_explain p strong {font-weight: 500;}



.intro_banner {padding: 0 10%;}

.intro_banner .inner {width: 100%; padding: 0; padding-top: calc(320/1400 * 100%); position: relative; box-sizing: border-box;

    background-image: url('../images/img_content_title_bg.png'); background-size: cover; background-repeat: no-repeat; background-position: center;}

.intro_banner .inner::before {content: '“'; font-weight: 700; font-size: 64px; color: #fff; position: absolute; left: 3%; top: 10px;}

.intro_banner .inner::after {content: '”'; font-weight: 700; font-size: 64px; line-height: 1em; color: #fff; position: absolute; right: 3%; bottom: 0;}

.intro_banner .inner h3 {width: 100%; font-size: 70px; line-height: 80px; letter-spacing: -1px; color: #fff; text-align: center; 

    position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}





.definition .inner {text-align: center;}

.definition .inner .title_text {padding: 100px 0;}

.definition .inner .time_table {display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border-top: 1px solid #E2E2E2; border-bottom: 1px solid #E2E2E2;}

.definition .inner .time_table li {display: grid; grid-template-columns: 1fr 2fr; align-items: stretch; background: #505050;}

.definition .inner .time_table li .text_box {padding: 0 10%; position: relative;}

.definition .inner .time_table li .text_box span {font-size: 32px; font-weight: 700; line-height: 40px; letter-spacing: -1px; color: #fff; 

    position: relative; top: 50%; transform: translateY(-50%);}

.definition .inner .time_table li .img_box {background: #fff; border-left: 1px solid #fff;}

.definition .inner .time_table li .img_box p {font-size: 35px; font-weight: 300; line-height: 52px; letter-spacing: -1px; color: #000; text-align: left;

    padding: 72px 5%;}

.definition .inner .time_table li .img_box p strong {display: block;}

.definition .inner .sub_explain {margin: 100px auto;}

.definition .inner .sub_explain p:not(:last-child) {margin-bottom: 1em;}





/* PC (í´ìë 1440px ~ 1540px) */

@media screen and (max-width:1540px) {

    section .inner .title_text {font-size: 28px; line-height: 1.2em;}

    section .inner .sub_explain p {font-size: 22px; line-height: 1.5em;}



    .intro_banner .inner h3 {font-size: 42px;}



    .definition .inner .time_table li .text_box span {font-size: 28px; line-height: 1.2em;}

    .definition .inner .time_table li .img_box p {font-size: 22px; line-height: 1.2em; padding: 42px 5%;}

}

/* PC (í´ìë 1058px ~ 1440px) */

@media screen and (max-width:1440px) {



}

/* PC (í´ìë 1024px ~ 1058px) */

@media screen and (max-width:1058px) {



}





/* íë¸ë¦¿ (í´ìë 769px ~ 1024px) */

@media screen and (max-width:1024px) {

    /* content */

    section .inner .title_text {font-size: 22px; line-height: 30px;}

    section .inner .sub_explain p {font-size: 16px; line-height: 22px;}

    

    .intro_banner {padding: 0 5%;}

    .intro_banner .inner::before {font-size: 32px; top: 10px;}

    .intro_banner .inner::after {font-size: 32px; bottom: 0;}

    .intro_banner .inner h3 {font-size: 34px; line-height: 40px;}

    .intro_banner .inner h3 .block {display: inline;}

    



    .definition .inner .title_text {padding: 60px 0 40px;}

    .definition .inner .time_table li .text_box {padding: 0 5%;}

    .definition .inner .time_table li .text_box span {font-size: 16px; line-height: 22px;}

    .definition .inner .time_table li .img_box p {font-size: 16px; line-height: 25px; padding: 39.5px 5%;}

    .definition .inner .time_table li .img_box p strong {display: block;}

    .definition .inner .sub_explain {margin: 40px auto 100px;}

}



/* ëª¨ë°ì¼ ê°ë¡, ëª¨ë°ì¼ ì¸ë¡ (í´ìë 375px ~ 768px)*/

@media screen and (max-width:768px) {

    /* #content { min-width: 375px; } */

    /* content */

    section .inner .title_text {font-size: 22px; line-height: 30px;}

    section .inner .sub_explain p {font-size: 16px; line-height: 22px;}

 

    .intro_banner .inner {padding-top: calc(140/335 * 100%); background-image: url('../images/img_content_title_bg_mo.png');}

    .intro_banner .inner::before {font-size: 24px; top: 10px;}

    .intro_banner .inner::after {font-size: 24px; bottom: 10px;}

    .intro_banner .inner h3 {font-size: 30px; line-height: 38px;}

    .intro_banner .inner h3 .block {display: block;}

    

    

    .definition .inner .title_text {padding-top: 60px;}

    .definition .inner .title_text i {display: block;}

    .definition .inner .time_table {grid-template-columns: repeat(1, 1fr);}

    .definition .inner .time_table li {grid-template-columns: 1fr 3fr;}

    .definition .inner .time_table li .text_box {padding: 0 10%;}

    .definition .inner .time_table li .text_box span {font-size: 16px; line-height: 22px;}

    .definition .inner .time_table li .img_box p {font-size: 16px; line-height: 25px; padding: 39.5px 5%;}

    .definition .inner .time_table li .img_box p strong {display: block;}

    .definition .inner .sub_explain {margin: 32px auto 60px;}

    .definition .inner .sub_explain p .block {display: inline;}

    .definition .inner .sub_explain p i {display: block;}

}

