@charset "utf-8";

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * Common *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
img {
    width: 100%;
    max-width: fit-content;
}

.wrap {
    word-break: keep-all;
}

.wrap h1,
.wrap h2,
.wrap h3,
.wrap h4,
.wrap h5,
.wrap h6 {
    padding: 0;
    margin: 0;
}

.flex_wrap {
    display: flex;
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * Section *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.section_p {
    padding: 20px 0;
    box-sizing: border-box;
}

.section_p.pt-0 {
    padding-top: 0;
}

.section_p.pb-0 {
    padding-bottom: 0;
}

.section_p.last {
    padding-bottom: 0;
}

.section_p [class^=row]+[class^=row] {
    margin-top: 0;
}

.bg01 {
    background-color: #fbfbfb;
}

/* 반응형에서 조절이 필요한 경우 사용 */
/*
@media all and (max-width: 1024px) {
    .section {padding: 0 0;}
    .section.last {padding-bottom: 0;}
    .section [class^=row] + [class^=row] {margin-top: 0;}
}
*/

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * Title *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.main_tit {
    position: relative;
}

.main_tit h3 {
    font-size: var(--fz-60);
    font-weight: 700;
    letter-spacing: 0;
    color: #222222;
}

.main_tit .bg_txt {
    position: absolute;
    left: 60px;
    top: -10px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.main_tit .bg_txt span {
    font-size: var(--fz-120);
    letter-spacing: 0;
    font-weight: 700;
    color: #76a9c7;
    opacity: 0.1;
    white-space: nowrap;
}

.main_tit .desc p {
    font-size: var(--fz-18);
    font-weight: 300;
    letter-spacing: -0.025em;
    color: #000000;
    line-height: 1.6;
    word-break: keep-all;
}

@media all and (max-width:768px) {
    .main_tit .desc p br.pc_only {
        display: none;
    }
}


.main_tit.white h3 {
    color: #fff;
}

.main_tit.white .bg_txt span {
    color: #fff;
}

.main_tit.center {
    text-align: center;
}

.main_tit.center .bg_txt {
    left: 50%;
}

.main_tit.right {
    text-align: right;
}

.main_con_tit h5 {}

.sub_main_tit h3 {}

.sub_con_tit h5 {
    font-size: var(--fz-36);
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #444444;
    line-height: 1.2;
}

.heading .desc p {}


/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * line_num *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.line_num {
    display: flex;
    flex-wrap: wrap;
    counter-reset: line_num;
    max-width: 1280px;
    margin: 90px 40px 0 auto;
}

.line_num li {
    counter-increment: line_num;
    padding: 40px 20px;
    box-sizing: border-box;
    aspect-ratio: 1/0.6;
    position: relative;
    border-top: 1px solid #d1d1d1;
    width: 33.33%;
}

.line_num li i {
    display: block;
    position: absolute;
    top: -30px;
    background-color: #fff;
    left: -30px;
    font-size: 18px;
    font-style: normal;
    border-radius: 50%;
    border: 1px solid #24548f;
    letter-spacing: -0.025em;
    font-weight: bold;
    color: #24548f;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.line_num li i::before {
    content: counter(line_num, decimal-leading-zero);
}

.line_num li.border_l {
    border-left: 1px solid #d1d1d1;
}

.line_num li.border_r {
    border-right: 1px solid #d1d1d1;
}

.line_num li .txt h5 {
    font-size: var(--fz-24);
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #222222;
}

.line_num li .txt p {
    font-size: var(--fz-18);
    line-height: 1.7;
    padding-top: 15px;
    font-weight: 300;
    letter-spacing: -0.025em;
    color: #444444;
}

.line_num.type02 li {
    aspect-ratio: 1/0.35;
}

.line_num.type02 li:nth-child(4),
.line_num.type02 li:nth-child(5) {
    width: 50%;
}


@media all and (max-width: 1024px) {
    .line_num {
        margin: 90px 30px 0;
    }

    .line_num li.border_l {
        border-left: none;
    }

    .line_num li.border_r {
        border-right: none;
    }

    .line_num li {
        width: 50%;
    }
}

@media all and (max-width: 750px) {
    .line_num {
        justify-content: center;
    }

    .line_num li {
        width: 100%;
        max-width: 480px;
        aspect-ratio: unset;
    }
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * img_con *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.img_con .img_wrap {
    position: relative;
}

.img_con .img_wrap img {
    width: 100%;
    max-width: unset;
}

.img_con .bot_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 1200px;
    padding: 40px;
    box-sizing: border-box;
    background-color: #fff;
}

.img_con .bot_txt p {
    font-size: 20px;
    padding: 0;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.6;
    color: #222222;
}

@media all and (max-width:1024px){
    .img_con .bot_txt{position: unset;}
}


/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * box_list *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.box_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.box_list li {
    display: flex;
    max-width: 272px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(50% - 5px);
    aspect-ratio: 1/0.5;
    background-color: #24548f;
}

.box_list li p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #d5decc;
}

.box_list li h5 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #fff;
}

.box_list li b {
    color: #fff;
    font-weight: 500;
}

.box_list li:nth-child(even) {
    background-color: #3f72b0;
}

.box_list.big {
    gap: 20px;
    justify-content: center;
}

.box_list.big li {
    max-width: 453px;
    row-gap: 30px;
    width: 100%;
    text-align: center;
    aspect-ratio: 1/0.6;
    padding: 30px;
    box-sizing: border-box;
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * step_list *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.step_list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding-top: 50px;
}

.step_list li {
    width: calc(20% - 12px);
    position: relative;
    text-align: center;
    border: 1px solid #eeeeee;
    padding: 50px 20px;
    box-sizing: border-box;
    background-color: #fff;
}

.step_list li p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #444444;
    line-height: 1.3;
}

.step_list li .step {
    width: 120px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    border-radius: 20px;
}

.step_list li:nth-child(1) .step {
    background-color: #24548f;
}

.step_list li:nth-child(2) .step {
    background-color: #406fa4;
}

.step_list li:nth-child(3) .step {
    background-color: #6696c2;
}

.step_list li:nth-child(4) .step {
    background-color: #8bbadd;
}

.step_list li:nth-child(5) .step {
    background-color: #a9d8f4;
}

.step_list li .step p {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
}

.step_list li .arr {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1;
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #444444;
}

.step_list li .arr::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url(/img/survey_arr_icon01.png)no-repeat;
}

@media all and (max-width:1024px) {
    .step_list li {
        width: calc(33.33% - 10px);
    }

    .step_list li:nth-child(3) .arr {
        display: none;
    }
}

@media all and (max-width:750px) {
    .step_list li {
        width: calc(50% - 8px);
    }

    .step_list li .arr {
        display: none;
    }
}

@media all and (max-width:510px) {
    .step_list li {
        width: calc(100%);
    }

}