@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-top: 130px;}
.definition .inner .img_box {margin: 70px 0;}
.definition .inner .sub_explain {margin-bottom: 90px;}


.requirement .inner .table_title {font-size: 45px; font-weight: 700; line-height: 110px; letter-spacing: -1px; color: #fff; background: #0C82FE; text-align: center;}
.requirement .inner ul li {border-bottom: 2px solid #E2E2E2; font-size: 35px; font-weight: 300; line-height: 52px; letter-spacing: -1px; color: #2A2A2A;}
.requirement .inner ul li:first-child {border-top: 2px solid #E2E2E2;}
.requirement .inner ul li span {display: inline-block; width: 20%; background: #505050; color: #fff;
    font-size: 45px; font-weight: 700; line-height: 150px; letter-spacing: -1px; text-align: center; margin-right: 5%;}
.requirement .inner .m_color {font-size: 35px; font-weight: 500; line-height: 52px; letter-spacing: -1px; text-align: center; padding: 70px 0 100px;}


.customized .inner ul {display: grid; grid-template-columns: 1fr 1fr;}
.customized .inner ul li.img_box img {height: 100%; object-fit: cover;}
.customized .inner ul li.xray_box {display: grid; grid-template-columns: 1fr 1fr; gap: 2px;}
.customized .inner ul li.xray_box > div p {font-size: 35px; font-weight: 500; line-height: 60px; letter-spacing: -1px; color: #fff; 
    text-transform: uppercase; text-align: center; border-bottom: 2px solid #fff;}
.customized .inner ul li.xray_box > div .img_box {height: calc(100% - 62px);}
.customized .inner ul li.xray_box > div .img_box img {height: 100%;}
.customized .inner ul li.xray_box .before p {background: #505050;}
.customized .inner ul li.xray_box .after p {background: #0C82FE;}
.customized .inner .banner_text {font-size: 40px; font-weight: 300; line-height: 55px; letter-spacing: -1px; color: #fff; text-align: center; background: #07315E; padding: 70px 0;}
.customized .inner .banner_text strong {display: block; color: #FFE555;}
.customized .inner .notice {font-size: 24px; font-weight: 300; line-height: 24px; letter-spacing: -1px; color: #909498; text-align: center; margin: 30px 0 38px;}
.customized .inner .sub_explain {margin-bottom: 130px;}



/* 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;}

    .requirement .inner .table_title {font-size: 28px; line-height: 60px;}
    .requirement .inner ul li {font-size: 22px; line-height: 1em;}
    .requirement .inner ul li span {font-size: 28px; line-height: 70px;}
    .requirement .inner .m_color {font-size: 22px; line-height: 1.2em;}

    .customized .inner ul li.xray_box > div p {font-size: 22px;}
    .customized .inner .banner_text {font-size: 26px; line-height: 1.2em;}
    .customized .inner .notice {font-size: 22px; line-height: 1em;}
}
/* 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-top: 60px;}
    .definition .inner .img_box {margin: 40px 0;}
    .definition .inner .sub_explain {margin-bottom: 40px;}
    
    
    .requirement .inner .table_title {font-size: 22px; line-height: 50px;}
    .requirement .inner ul li {border-bottom: 1px solid #E2E2E2; font-size: 16px; line-height: 22px;}
    .requirement .inner ul li:first-child {border-top: 1px solid #E2E2E2;}
    .requirement .inner ul li span {font-size: 21px; line-height: 70px;}
    .requirement .inner .m_color {font-size: 16px; line-height: 22px; padding: 40px 0;}
    

    .customized .inner ul li.xray_box {gap: 0;}
    .customized .inner ul li.xray_box > div p {font-size: 16px; line-height: 30px; border-bottom: none;}
    .customized .inner ul li.xray_box > div .img_box {height: calc(100% - 30px);}
    .customized .inner .banner_text {font-size: 20px; line-height: 26px; padding: 32px 0;}
    .customized .inner .notice {font-size: 14px; line-height: 20px; margin: 30px 0 38px;}
    .customized .inner .sub_explain {margin-bottom: 80px;}
}

/* 모바일 가로, 모바일 세로 (해상도 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 i {display: block;}
    
    
    .definition .inner .title_text {padding-top: 60px;}
    .definition .inner .title_text i {display: block;}
    .definition .inner .img_box {margin: 40px 0;}
    .definition .inner .sub_explain {margin-bottom: 40px;}
    .definition .inner .sub_explain p i {display: block;}
    
    
    .requirement .inner .table_title {font-size: 16px; line-height: 48px;}
    .requirement .inner ul li {border-bottom: 1px solid #E2E2E2; font-size: 16px; line-height: 22px;}
    .requirement .inner ul li:first-child {border-top: 1px solid #E2E2E2;}
    .requirement .inner ul li span {font-size: 21px; line-height: 70px;}
    .requirement .inner .m_color {font-size: 16px; line-height: 22px; padding: 40px 0;}
    .requirement .inner .m_color .block {display: inline;}
    .requirement .inner .m_color i {display: block;}
    

    .customized .inner ul {grid-template-columns: 1fr;}
    .customized .inner ul li.xray_box {gap: 0;}
    .customized .inner ul li.xray_box > div p {font-size: 16px; line-height: 30px; border-bottom: none;}
    .customized .inner ul li.xray_box > div .img_box {height: calc(100% - 30px);}
    .customized .inner .banner_text {font-size: 16px; line-height: 23px; padding: 32px 0;}
    .customized .inner .banner_text i {display: block;}
    .customized .inner .notice {font-size: 14px; line-height: 20px; margin: 30px 0 38px;}
    .customized .inner .notice i {display: block;}
    .customized .inner .sub_explain {margin-bottom: 80px;}
    .customized .inner .sub_explain p .block {display: inline;}
    .customized .inner .sub_explain p i {display: block;}
}
