@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 .sub_explain {margin: 100px auto;}
.definition .inner .sub_explain p:not(:last-child) {margin-bottom: 1em;}
.definition .inner ul {margin-bottom: 100px;}
.definition .inner ul li {display: grid; grid-template-columns: repeat(2, 1fr); border-bottom: 1px solid #E2E2E2;}
.definition .inner ul li:first-child {border-top: 1px solid #E2E2E2;}
.definition .inner ul li .img_box {position: relative;}
.definition .inner ul li:nth-child(1) .img_box img {height: 100%;}
.definition .inner ul li:nth-child(2) .img_box img {height: 80%;}
.definition .inner ul li .img_box p {font-size: 30px; font-weight: 300; line-height: 40px; letter-spacing: -1px; color: #fff; text-align: center;
    width: 100%; padding: 24px 2%; box-sizing: border-box; background: #505050; position: absolute; left: 0; bottom: 0;}
.definition .inner ul li .text_box {padding: 0 5% 0 10%;}
.definition .inner ul li .text_box p {text-align: left;}


/* 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.2em;}

    .intro_banner .inner h3 {font-size: 42px; line-height: 1.3em;}

    .definition .inner ul li .img_box p {font-size: 22px; line-height: 1.2em;}
}
/* 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;}
    

    .definition .inner .sub_explain {margin: 42px auto;}
    .definition .inner ul {margin-bottom: 80px;}
    .definition .inner ul li .img_box p {font-size: 14px; line-height: 20px; padding: 10px 2%;}
    .definition .inner ul li .text_box {padding: 0 5%;}
    .definition .inner ul li .text_box .sub_explain {margin: 66px auto;}
}

/* 모바일 가로, 모바일 세로 (해상도 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;}
    
    
    .definition .inner .sub_explain {margin: 32px auto;}
    .definition .inner ul {margin-bottom: 32px;}
    .definition .inner ul li {grid-template-columns: repeat(1, 1fr); border-bottom: none;}
    .definition .inner ul li:first-child {border-top: none;}
    .definition .inner ul li:nth-child(2) .img_box img {height: auto;}
    .definition .inner ul li .img_box p {font-size: 14px; line-height: 20px; color: #909498; padding: 32px 0 20px; background: #fff; position: relative;}
    .definition .inner ul li .text_box {padding: 0;}
    .definition .inner ul li .text_box p {text-align: center;}
    .definition .inner ul li .text_box .sub_explain {margin: 32px auto;}
}
