@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; 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: 0 10%; box-sizing: border-box;}


.list_intro_banner {width: 100%; padding-top: calc(560/1920 *100%); position: relative;
    background-image: url(../images/imt_title_bg.png); background-size: cover; background-repeat: no-repeat; background-position: center;}
.list_intro_banner .inner {width: 100%; padding: 0; text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.list_intro_banner .inner h3 {width: 60%; padding-top: calc(211/840 * 60%); margin: 0 auto;
    background: url(../images/imt_title_text.png) center no-repeat; background-size: contain;}
.list_intro_banner .inner p {font-size: 28px; line-height: 130%; letter-spacing: -1px; color: #fff; margin-top: 40px;}


.list_area .inner {padding: 150px 16.66%;}
.list_area .inner ul {display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;}
.list_area .inner ul li a {display: block; width: 100%; color: #fff; text-align: center;border-radius: 20px; position: relative;
    padding-top: calc(320/453 * 100%); background-size: cover; background-repeat: no-repeat; background-position: center;}
.list_area .inner ul li:nth-child(1) a {background-image: url(../images/img_con01.png);}
.list_area .inner ul li:nth-child(2) a {background-image: url(../images/img_con02.png);}
.list_area .inner ul li:nth-child(3) a {background-image: url(../images/img_con03.png);}
.list_area .inner ul li:nth-child(4) a {background-image: url(../images/img_con04.png);}
.list_area .inner ul li:nth-child(5) a {background-image: url(../images/img_con05.png);}
.list_area .inner ul li:nth-child(6) a {background-image: url(../images/img_con06.png);}
.list_area .inner ul li a strong {display: block; width: 100%; font-size: 48px; line-height: 60px; letter-spacing: -1px; word-break: keep-all;
    position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.list_area .inner ul li a strong span {display: block; font-weight: 400; font-size: 30px; line-height: 30px; margin-bottom: 13px;}
.list_area .inner ul li a strong i {display: block;}


/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    section > .inner {padding: 0 10%;}

    .list_area .inner {padding: 150px 12%;}
    .list_area .inner ul li a strong {font-size: 34px; line-height: 1.2em;}
    .list_area .inner ul li a strong span {font-size: 22px; line-height: 1em; margin-bottom: 6px;}
}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    .list_area .inner {padding: 150px 10%;}
}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    .list_area .inner {padding: 150px 8%;}
}


/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    /* content */
    section > .inner {padding: 0 5%;}

    .list_intro_banner {padding-top: calc(224/768 *100%); background-image: url(../images/imt_title_bg_tab.png);}
    .list_intro_banner .inner p {font-size: 18px; line-height: 1em; margin-top: 12px;}


    .list_area .inner {padding: 80px 5%;}
    .list_area .inner ul {grid-template-columns: repeat(2, 1fr);}
    .list_area .inner ul li a {border-radius: 15px;}
    .list_area .inner ul li a strong {font-size: 32px; line-height: 40px;}
    .list_area .inner ul li a strong span {font-size: 20px; line-height: 1em; margin-bottom: 0;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    .wrap { min-width: 375px; }
    /* content */
    section > .inner {padding: 0 5%;}

    .list_intro_banner {padding-top: calc(290/375 *100%); background-image: url(../images/imt_title_bg_mo.png);}
    .list_intro_banner .inner p {font-size: 14px; line-height: 20px; margin-top: 16px;}


    .list_area .inner {padding: 50px 5%;}
    .list_area .inner ul {grid-template-columns: repeat(1, 1fr);}
    .list_area .inner ul li a strong {font-size: 28px; line-height: 36px;}
    .list_area .inner ul li a strong span {font-size: 16px;}
}
