@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: 1em; 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: 64px 0;}
.definition .inner .table_box {padding: 120px 5% 100px; background: #07315E;}
.definition .inner .table_box h4 {font-size: 70px; line-height: 1em; letter-spacing: -1px; color: #fff; margin-bottom: 50px;}
.definition .inner .table_box h4 span {font-size: .4em; font-weight: 350; line-height: 1em;}
.definition .inner .table_box > div {background: #fff; padding: 60px 5%;}
.definition .inner .table_box table {width: 100%;}
.definition .inner .table_box table thead th {font-size: 35px; line-height: 100px; letter-spacing: -1px; color: #fff;}
.definition .inner .table_box table thead th:nth-of-type(3) {background: #0C82FE;}
.definition .inner .table_box table thead th:nth-of-type(5) {background: #E65E64;}
.definition .inner .table_box table tbody th {border-top: 2px solid #E2E2E2; font-size: 35px; font-weight: 500; line-height: 100px; letter-spacing: -1px;}
.definition .inner .table_box table tbody td {border-top: 2px solid #fff; font-size: 35px; font-weight: 300; line-height: 35px; letter-spacing: -1px; 
    color: #2A2A2A; text-align: center;}
.definition .inner .table_box table tbody td:nth-of-type(2) {background: #D6EAFF;}
.definition .inner .table_box table tbody td:nth-of-type(4) {background: #F9E0E0;}
.definition .inner .sub_explain {margin: 70px auto 90px;}
.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 .table_box h4 {font-size: 42px;}
    .definition .inner .table_box table thead th {font-size: 28px;}
    .definition .inner .table_box table tbody th {font-size: 28px;}
    .definition .inner .table_box table tbody td {font-size: 28px;}
}
/* 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;}
    
    
    .definition .inner .title_text {padding: 32px 0;}
    .definition .inner .table_box {padding: 54px 5% 48px;}
    .definition .inner .table_box h4 {font-size: 34px; margin-bottom: 24px;}
    .definition .inner .table_box > div {padding: 28px 5%;}
    .definition .inner .table_box table thead th {font-size: 16px; line-height: 48px;}
    .definition .inner .table_box table tbody th {border-top: 1px solid #E2E2E2; font-size: 16px; line-height: 48px;}
    .definition .inner .table_box table tbody td {border-top: 1px solid #fff; font-size: 16px;}
    .definition .inner .sub_explain {margin: 40px auto 80px;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    .wrap { min-width: 375px; }
    /* content */
    section .inner .title_text {font-size: 16px; line-height: 24px;}
    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 i {display: block;}
    
  
    .definition .inner .table_box {padding: 32px 5% 32px;}
    .definition .inner .table_box h4 {font-size: 17px; margin-bottom: 16px;}
    .definition .inner .table_box > div {padding: 16px 5%;}
    .definition .inner .table_box table thead th {font-size: 14px;}
    .definition .inner .table_box table tbody th {font-size: 14px;}
    .definition .inner .table_box table tbody td {font-size: 14px;}
    .definition .inner .sub_explain {margin: 32px auto 60px;}
    .definition .inner .sub_explain .block {display: inline;}
    .definition .inner .sub_explain i {display: block;}
}
