@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 50px; 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: 150px 16.66%; box-sizing: border-box;}


.intro_banner {width: 100%; padding-top: calc(560/1920 *100%); position: relative;
    background-image: url(../images/img_intro_banner.png); background-size: cover; background-repeat: no-repeat; background-position: center;}
.intro_banner .inner {width: 100%; padding: 0; text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.intro_banner .inner > span {display: block; font-weight: 300; font-size: 46px; letter-spacing: -1px; line-height: 1em; color: #161718;}
.intro_banner .inner strong {display: inline-block; padding: 40px 0; color: #0C82FE;
    font-weight: 700; font-size: 90px; letter-spacing: -1px; line-height: 1em;}
.intro_banner .inner p {font-size: 28px; line-height: 130%; letter-spacing: -1px; color: #161718;}


.definition .inner .img_box {margin: 30px 0 80px;}
.definition .inner .img_box img {border-radius: 20px;}


.advantage {background: #F7F7F7;}
.advantage .inner ul {display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; margin-top: 50px;}
.advantage .inner ul li {border-radius: 20px; border: 2px solid #E2E2E2; background: #fff;}
.advantage .inner ul li .img_box img {border-radius: 20px 20px 0 0;}
.advantage .inner ul li .text_box {text-align: center; padding: 40px 2%;}
.advantage .inner ul li .text_box dt {font-weight: 700; font-size: 35px; line-height: 52px; letter-spacing: -1px; color: #161718; margin-bottom: 0.5em;}
.advantage .inner ul li .text_box dd {font-weight: 300; font-size: 30px; line-height: 45px; letter-spacing: -1px; color: #505050;}


.banner_area {width: 100%; min-height: 1200px; background-image: url(../images/img_skilled_bg.png); 
    background-size: cover; background-repeat: no-repeat; background-position: center; position: relative;}
.banner_area .inner {text-align: center; color: #fff; padding: 150px 0;}
.banner_area .inner .title_text {font-size: 45px; line-height: 50px; letter-spacing: -1px; color: #fff;}
.banner_area .inner .sub_text {font-size: 70px; line-height: 1.5em; letter-spacing: -1px; color: #7BC0FF; margin: 0; padding: 50px 0 100px;}
.banner_area .inner .sub_text::before {display: none;}
.banner_area .inner .check_box {display: inline-block; margin: 0 auto 38px; padding: 16px 0; position: relative;}
.banner_area .inner .check_box::before {content: ''; display: inline-block; width: 34px; height: 100%; border: 6px solid #fff; border-right: none;
    position: absolute; left: -64px; top: 0;}
.banner_area .inner .check_box::after {content: ''; display: inline-block; width: 34px; height: 100%; border: 6px solid #fff; border-left: none;
    position: absolute; right: -64px; top: 0;}
.banner_area .inner .check_box p {font-weight: 300; font-size: 45px; line-height: 1.5em; letter-spacing: -1px; text-align: left;}
.banner_area .inner .check_box p span {display: inline-block; width: 29px; height: 25px; margin-right: 16px;
    background: url(../images/icon_check.png) center no-repeat; background-size: contain;}
.banner_area .inner .ment01 {font-weight: 300; font-size: 30px; line-height: 45px; letter-spacing: -1px; color: #fff; 
    padding-bottom: 38px; margin-bottom: 38px; position: relative;}
.banner_area .inner .ment01::after {content: ''; display: block; width: 1px; height: 60px; background: #fff; position: relative; bottom: -38px; left: 50%; transform: translateX(-50%);}
.banner_area .inner .ment01 strong {font-weight: 500;}
.banner_area .inner .ment02 {font-size: 28px; line-height: 1.5em; letter-spacing: -1px; color: #fff; margin-bottom: 60px;}
.banner_area .inner .ment02 strong {color: #7BC0FF;}
.banner_area .inner > a {display: inline-block; border-radius: 106px; background: #FFF; padding: 15px 7.5%; text-align: center;
    font-weight: 700; font-size: 28px; letter-spacing: -1px; color: #60A9EC;}


.insurance .inner ul {display: flex; justify-content: space-between; margin-bottom: 60px;}
.insurance .inner ul li {width: 48%; padding-top: calc(100/100 * 46%); border: 13px solid #0C82FE; border-radius: 50%; box-sizing: border-box; position: relative;}
.insurance .inner ul li dl {width: 100%; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.insurance .inner ul li dl dt {display: inline-block; font-weight: 700; font-size: 45px; line-height: 60px; letter-spacing: -1px; 
    color: #FFF; background: #0C82FE; border-radius: 122px; padding: 2px 60px;}
.insurance .inner ul li dl dd {font-weight: 500; font-size: 70px; line-height: 1em; letter-spacing: -1px; color: #2A2A2A;}
.insurance .inner ul li dl dd strong {font-size: 280px; line-height: 1em; letter-spacing: -12px; color: #0C82FE;}


.qanda {background: #DCEFFF;}
.qanda .inner ul {margin-top: 50px;}
.qanda .inner ul li > div {padding: 20px 2%; margin-bottom: 34px; position: relative;}
.qanda .inner ul li > div span {display: inline-block; width: 70px; height: 70px; border-radius: 50%; 
    font-weight: 700; font-size: 35px; letter-spacing: -2.5px; line-height: 62px; text-align: center;}
.qanda .inner ul li .q_bubble {display: inline-block; background: #0C82FE; border-radius: 63.6px;}
.qanda .inner ul li .q_bubble::before {content: ''; display: block; width: 35px; height: 35px; background: url(../images/icon_speech_bubble_bl.png) center no-repeat;
    background-size: contain; position: absolute; left: 0; top: 0;}
.qanda .inner ul li .q_bubble span {background: #fff; color: #505050; vertical-align: middle;}
.qanda .inner ul li .q_bubble p {display: inline-block; margin: 0 36px; vertical-align: middle; font-weight: 700;
    font-size: 40px; line-height: 55px; letter-spacing: -1px; color: #fff;}
.qanda .inner ul li .a_bubble {background: #fff; border-radius: 20px;}
.qanda .inner ul li .a_bubble::before {content: ''; display: block; width: 58px; height: 65px; background: url(../images/icon_speech_bubble_wht.png) center no-repeat;
    background-size: contain; position: absolute; right: 50px; bottom: -20px;}
.qanda .inner ul li .a_bubble span {background: #E65E64; color: #fff; vertical-align: top;}
.qanda .inner ul li .a_bubble div {width: 80%; display: inline-block; margin-left: 36px; vertical-align: middle;}
.qanda .inner ul li .a_bubble div p {font-weight: 300; font-size: 30px; line-height: 45px; letter-spacing: -1px; color: #505050;}
.qanda .inner ul li .a_bubble div p .mo_ver {display: none;}

/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    section .inner .title_text {font-size: 44px;}
    section .inner .sub_text {font-size: 22px; padding: 30px 0; margin-top: 30px;}
    section .inner .sub_text::before {width: 60px; margin-left: -30px;}
    section .inner .sub_explain p {font-size: 22px; line-height: 1.5em;}
    section > .inner {padding: 150px 12%;}

    .intro {min-height: 740px;}
    .intro_banner .inner > span {font-size: 44px;}
    .intro_banner .inner strong {font-size: 55px; padding: 0.5em 0;}
    .intro_banner .inner p {font-size: 20px;}

    .definition .inner ul li .number {font-size: 48px; line-height: 1em; letter-spacing: -1px;}
    .definition .inner ul li p {font-size: 22px; line-height: 28px;}    
    .definition .inner ul li p > span {font-size: 18px;}

    .advantage .inner ul li .text_box dt {font-size: 26px; line-height: 1.5em;}
    .advantage .inner ul li .text_box dd {font-size: 22px; line-height: 1.5em;}

    .banner_area .inner .title_text {font-size: 34px;}
    .banner_area .inner .sub_text {font-size: 46px;}

    .insurance .inner ul li dl dt {font-size: 22px; line-height: 1.5em;}
    .insurance .inner ul li dl dd {font-size: 30px; letter-spacing: 0;}
    .insurance .inner ul li dl dd strong {font-size: 110px; letter-spacing: -5px;}
    
    .qanda .inner ul li > div span {width: 50px; height: 50px; font-size: 32px; line-height: 44px;}
    .qanda .inner ul li .q_bubble p {margin-left: 10px; font-size: 28px; line-height: 1em;}
    .qanda .inner ul li .a_bubble {background: #fff; border-radius: 20px;}
    .qanda .inner ul li .a_bubble div {width: 85%; margin-left: 9px;}
    .qanda .inner ul li .a_bubble div p {font-size: 22px; line-height: 1.5em;}
}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    section > .inner {padding: 150px 10%;}
}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    section > .inner {padding: 150px 8%;}
}


/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    /* content */
    section .inner .title_text {font-size: 34px; letter-spacing: -1px;}
    section .inner .sub_text {font-size: 26px; padding: 20px 0; margin-top: 20px;}
    section .inner .sub_text::before {width: 32px; height: 2px; margin-left: -16px;}
    section .inner .sub_explain p {font-size: 16px; line-height: 22px;}
    section > .inner {padding: 80px 5%;}

    .intro_banner {padding-top: calc(238/768 *100%);}
    .intro_banner .inner > span {font-size: 23px; letter-spacing: -1px; color: #161718;}
    .intro_banner .inner strong {padding: 15px 0 18px; font-size: 42px; letter-spacing: -1px; line-height: 1em;}
    .intro_banner .inner p {font-size: 14px;}
    
    .definition .inner .img_box {margin: 18px 0 40px;}
    .definition .inner .img_box img {border-radius: 10px;}

    
    .advantage .inner ul {gap: 16px; margin-top: 20px;}
    .advantage .inner ul li {border-radius: 10px;}
    .advantage .inner ul li .img_box img {border-radius: 10px 10px 0 0;}
    .advantage .inner ul li .text_box {padding: 16px 5% 28px;}
    .advantage .inner ul li .text_box dt {font-size: 18px; line-height: 30px;}
    .advantage .inner ul li .text_box dd {font-size: 15px; line-height: 23px;}


    .banner_area {width: 100%; min-height: 654px; background-image: url(../images/img_skilled_bg_tab.png);}
    .banner_area .inner .title_text {font-size: 26px; line-height: 30px;}
    .banner_area .inner .sub_text {font-size: 34px; padding: 25px 0;}
    .banner_area .inner .check_box {margin: 20px auto 27px; padding: 20px 0;}
    .banner_area .inner .check_box::before {width: 20px; border: 4px solid #fff; border-right: none; left: -42.5px;}
    .banner_area .inner .check_box::after {width: 20px; border: 4px solid #fff; border-left: none; right: -42.5px;}
    .banner_area .inner .check_box p {font-size: 16px;}
    .banner_area .inner .check_box p span {width: 12px; height: 9px; margin-right: 10px;}
    .banner_area .inner .ment01 {font-size: 16px; line-height: 22px; padding-bottom: 20px; margin-bottom: 20px;}
    .banner_area .inner .ment01::after {width: 1px; height: 36px; bottom: -20px;}
    .banner_area .inner .ment02 {font-size: 16px; line-height: 22px; margin-bottom: 20px;}
    .banner_area .inner > a {border-radius: 64px; padding: 11px 7.5%; font-size: 16px; letter-spacing: -0.5px;}    


    .insurance .inner ul {width: 70%; margin: 20px auto 40px;}
    .insurance .inner ul li {border: 5px solid #0C82FE;}
    .insurance .inner ul li dl dt {font-size: 16px; line-height: 24px; border-radius: 48px; padding: 0 30px;}
    .insurance .inner ul li dl dd {font-size: 20px;}
    .insurance .inner ul li dl dd strong {font-size: 75px; letter-spacing: -3.4px;}

    
    .qanda .inner ul {margin-top: 20px;}
    .qanda .inner ul li {margin-bottom: 20px;}
    .qanda .inner ul li:last-child {margin-bottom: 0;}
    .qanda .inner ul li > div {padding: 8px; margin-bottom: 16px;}
    .qanda .inner ul li > div span {width: 36px; height: 36px; font-size: 26px; letter-spacing: -1px; line-height: 36px;}
    .qanda .inner ul li .q_bubble {border-radius: 48px;}
    .qanda .inner ul li .q_bubble::before {width: 17px; height: 17px; left: 0; top: 0;}
    .qanda .inner ul li .q_bubble p {margin-left: 8px; font-size: 24px; line-height: 1em;}
    .qanda .inner ul li .a_bubble {border-radius: 10px;}
    .qanda .inner ul li .a_bubble::before {width: 29px; height: 32px; right: -6px; bottom: -13px;}
    .qanda .inner ul li .a_bubble div {width: 85%; margin-left: 9px;}
    .qanda .inner ul li .a_bubble div p {font-size: 16px; line-height: 22px;}
    .qanda .inner ul li .a_bubble div p .mo_ver {display: inline-block; color: #E65E64; margin-right: 1%;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    .wrap { min-width: 375px; }
    /* content */
    section .inner .title_text {font-size: 30px;}
    section .inner .sub_text {font-size: 17px; padding: 20px 0 30px; margin-top: 20px;}
    section .inner .sub_text::before {width: 40px; height: 2px; margin-left: -20px;}
    section .inner .sub_explain p {font-size: 14px; line-height: 23px;}
    section > .inner {padding: 50px 5%;}

    .intro_banner {background: #EAF2FF; padding-top: 0;}
    .intro_banner .inner {position: relative; top: 0; transform: translate(-50%, 0); padding: 56px 0 17px;}
    .intro_banner .inner > span {font-size: 23px; letter-spacing: -1px; color: #161718;}
    .intro_banner .inner strong {padding: 15px 0 18px; font-size: 42px; letter-spacing: -1px; line-height: 1em;}
    .intro_banner .inner p {font-size: 14px;}
    .intro_banner .mo_ver {width: 100%; padding-top: calc(264/375 * 100%); background: url(../images/img_intro_banner_mo.png) center no-repeat; background-size: contain;}

    .definition .inner .img_box {margin: 0 0 30px;}
    .definition .inner .sub_explain p .block {display: inline;}
    .definition .inner .sub_explain p i {display: block;}


    .advantage .inner ul {grid-template-columns: repeat(1, 1fr); gap: 20px; margin-top: 0;}
    .advantage .inner ul li {border: none;}
    .advantage .inner ul li .text_box dt {font-size: 24px;}
    .advantage .inner ul li .text_box dd {font-size: 14px;}


    .banner_area {min-height: 512px; background-image: url(../images/img_skilled_bg_mo.png);}
    .banner_area .inner .title_text {font-size: 17px; line-height: 1.2em;}
    .banner_area .inner .sub_text {font-size: 30px; padding: 12px 0 0;}
    .banner_area .inner .sub_text i {display: block;}
    .banner_area .inner .check_box {margin: 25px auto; padding: 10px 0;}
    .banner_area .inner .check_box::before {width: 10px; border: 3px solid #fff; border-right: none; left: -20px;}
    .banner_area .inner .check_box::after {width: 10px; border: 3px solid #fff; border-left: none; right: -20px;}
    .banner_area .inner .ment01 {font-size: 14px; line-height: 23px; padding-bottom: 16px; margin-bottom: 16px;}
    .banner_area .inner .ment01::after {width: 1px; height: 18px; bottom: -16px;}
    .banner_area .inner .ment02 {font-size: 14px; line-height: 23px; margin-bottom: 16px;}
    .banner_area .inner > a {border-radius: 50px; padding: 10px 7.5%; font-size: 15px; letter-spacing: -1px;}
    

    .insurance .inner .sub_text i {display: block;}
    .insurance .inner ul {width: 100%; margin: 30px auto;}
    .insurance .inner ul li {border: 3px solid #0C82FE;}
    .insurance .inner ul li dl dt {font-size: 12px; line-height: 18px; border-radius: 32.5px; padding: 0 18.5px;}
    .insurance .inner ul li dl dd {font-size: 20px; letter-spacing: -3.4px;}
    .insurance .inner ul li dl dd strong {font-size: 75px;}


    .qanda .inner ul {margin-top: 0;}
    .qanda .inner ul li {margin-bottom: 24px;}
    .qanda .inner ul li > div {padding: 9px 2%; margin-bottom: 12px;}
    .qanda .inner ul li > div span {width: 34px; height: 34px; font-size: 16px; line-height: 32px;}
    .qanda .inner ul li .q_bubble {border-radius: 30px;}
    .qanda .inner ul li .q_bubble::before {width: 17px; height: 17px; left: 2px; top: 0;}
    .qanda .inner ul li .q_bubble p {font-size: 18px; line-height: 25.5px; margin-left: 14px;}
    .qanda .inner ul li .a_bubble::before {right: 22px; bottom: -12px;}
    .qanda .inner ul li .q_bubble p i {display: block;}
    .qanda .inner ul li .a_bubble div {width: 83%;}
    .qanda .inner ul li .a_bubble div p {font-size: 14px; line-height: 23px;}
    .qanda .inner ul li .a_bubble div p i {display: block;}
    .qanda .inner ul li .a_bubble div p .mo_ver {margin-right: 2%;}
}
