.kakao_chat {
    width: 7.4rem;
    height: 10.5rem;
    background: #ffe600;
    border-radius: 4rem;
    position: fixed;
    top: auto;
    right: 1.8rem;
    /* transform: translateY(-50%); */
    z-index: 11;
    bottom: 10.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.kakao_chat p {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: -0.1rem;
    text-align: center;
    margin-top: 0.7rem;
}

.check02 .section {
    max-width: 128rem;
    margin: 0 auto;
}
.check02.create_page .section {
    max-width: 80rem;
    margin: 0 auto;
}
.check02 .section.section04 {
    max-width: unset;
}
.check02 .section02 .sec_tit_box {
    padding-bottom: 0;
}
.check02 .section02 .swiper_container {
    position: relative;
    width: 100%;
    height: 38rem;
    max-width: 143.8rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.check02 .section02 .swiper_container .swiper-wrapper {
    align-items: center;
    justify-content: center;
}
.check02 .section02 .content_box {
    max-width: 128rem;
    margin: 0 auto;
    overflow-x: hidden;
    /* border-radius: 2rem; */
    /* background: #cde8bf; */
    /* padding: 8.25rem 0 8.25rem 14.3rem; */
}
.check02 .section02 .swiper_container ul li {
    position: relative;
    height: 23.7rem;
    /* padding: 8.2rem 0 8.2rem 14.3rem; */
    /* padding: 2.3% 0 2.3% 2.8%; */
    background: #cde8bf;
    border-radius: 2rem;
}
.check02 .section02 .swiper_container ul li a {
    position: relative;
    /* padding: 34.81% 0 34.81% 11.155%; */
    padding: 8.2rem 0 8.2rem 14.3rem;
    width: 100%;
    height: 100%;
}
.check02 .section02 .swiper_container span.swiper-notification {
    display: none;
}
.check02 .section02 .swiper-button-prev {
    left: 0;
}
.check02 .section02 .swiper-button-next {
    right: 0;
}
.check02 .section02 .txt_box p {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.38;
    letter-spacing: -0.2rem;
}
.check02 .section02 .img_box {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0; bottom: 0;
}
.check02 .section02 .img_box img {
    position: absolute;
    bottom: 0; right: 0;
}
.check02 .section02 .swiper_container ul li.n1 img {
    width: 76%;
    bottom: -0.4rem; right: 12rem;
}
.check02 .section02 .swiper_container ul li.n2 img {
    width: 83%;
    bottom: 0; right: 13.4rem;
}
.check_common.check02 .page_title span::before {
    background-image: url(../../../img/sub/check/check01_title_frame.png);
    width: 28.9rem;
    height: 9.9rem;
    left: -1.2rem;
    top: -0.7rem;
}
.check_common.check04 .page_title span::before {
    background-image: url(../../../img/sub/check/check03_title_frame.png);
    width: 24.2rem;
    height: 9.9rem;
    left: -1.4rem;
    top: -0.5rem;
}
.check_common.check02 .page_title::before {
    background-image: url(../../../img/sub/check/check01_title_icon12.png);
    width: 3.6rem;
    height: 3.2rem;
    top: -4.7rem;
    left: -4.1rem;
}
.check_common.check02 .page_title::after {
    background-image: url(../../../img/sub/check/check01_title_icon11.png);
    width: 6.1rem;
    height: 4.7rem;
    top: -1.4rem;
    left: -8.9rem;
}
.check_common.check04 .page_title::before {
    background-image: url(../../../img/sub/check/check03_title_icon01.png);
    width: 6.55rem;
    height: 6rem;
    top: 0.4rem;
    left: -8.8rem;
}
.check_common.check04 .page_title::after {
    all: unset;
}
.check_common.personal_new .page_title span::before {
    background-image: url(../../../img/sub/check/personal_new_title_frame.png);
    width: 34.3rem;
    height: 9.9rem;
    left: -1rem;
    top: -0.7rem;
}
.check_common.personal_new .page_title{
    line-height:1.5
}
.check_common.personal_new .page_title span {
    letter-spacing: -0.2rem;
}
.check_common.personal_new .page_title::before {
    left: 18.1rem;
}
.check_common.personal_new .page_title::after {
    left: 11.5rem;
    top: -3.5rem;
}
/* sec02 end */
.check02 .section03 .bene_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.9rem;
}
.check02 .section03 .bene_box ul,
.check02 .section03 .bene_box .bene_img {
    width: 100%;
}
.check02 .section03 .bene_box ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}
.check02 .section03 .bene_box ul li {
    height: 8rem;
    padding-left: 3.5rem;
    border-radius: 2rem;
    background: #f8faff;
    align-items: center;
}
.check02 .section03 .bene_box ul li:last-of-type {
    height: 10.8rem;
}
.check02 .section03 .bene_box ul li span {
    color: var(--mainColor);
    font-weight: bold;
}
.check02 .section03 .bene_box ul li p {
    padding-left: 2rem;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: -.13rem;
}

.check02 .section03 .bene_img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #decdfa;
    border-radius: 2rem;
}
.check02 .section03 .bene_img img {
    width: 100%; 
}
/* sec03 end */
.check04 .section07 {
    max-width: 128rem;
    margin: 0 auto;
}
.check02 .section05 {
    border-radius: 2rem;
    background: #f8faff;
    padding: 11.2rem 13.9rem 10.8rem;
    /*margin-top: 14rem;*/
}
.check02 .section05 .sec_cont_box {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.7rem;
}
.check02 .section05 .sec_cont_box li {
    width: 100%;
    background-color: #fff;
    padding: 4.8rem 0 4.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 2rem;
}
.check02 .section05 .sec_cont_box li img{
	width:5rem
}
.check02 .section05 .sec_cont_box .bene_tit {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -0.13rem;
    margin: 1.2rem 0;
}

.check02 .section05 .sec_cont_box .bene_pri .price { 
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1;
    text-decoration: line-through;
    color: rgba(0, 0, 0, 0.7);
}
.check02 .section05 .sec_cont_box .bene_pri .free_pri {
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    color: var(--mainColor);
}
.check02 .section05 .sec_cont_box li:last-of-type {
    all: unset;
    background: #cfe4ff;
    grid-column: 2/4;
    position: relative;
    border-radius: 2rem;
    padding: 4.1rem 0 3.3rem 4.5rem;
}
.check02 .section05 .sec_cont_box li:last-of-type img {
    position: absolute;
    bottom: -6.5%; right: 4.5rem;
    width: 35.4%;
}
.check02 .section05 .sec_cont_box li .txt_box {
    text-align: left;
}
.check02 .section05 .sec_cont_box li .txt_tit {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.23;
    letter-spacing: -0.13rem;
}
.check02 .section05 .sec_cont_box li .txt_desc {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: -0.13rem;
    margin: 0.3rem 0 2.6rem;
}
/* sec05 end */

.check02 .section06 .sec_desc {
    padding-top: 2.5rem;
}
.check02 .section06 .sec_step_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.3rem;
}
.check04 .section05 .sec_step_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.2rem;
}
.check04 .section05 .sec_step_box.n2 {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 22rem;
    padding: 0 17.1875%;
    margin-top: 3.2rem;
}
.check04 .section05 .sec_step_box dt {
    margin-bottom: 1.5rem;
}

/* .check02 .section06   */
.sec_step_box dl {
    border-radius: 2rem;
    background: #f4f6f8;
    padding: 3.5rem 2rem 3.9rem 3.5rem;
    position: relative;
}
.sec_step_box.n2 dl {
    padding: 3.5rem 2rem 6rem 3.5rem;
}
.sec_step_box dl::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -3rem;
    transform: translate(-50%, -50%);
    background: url(../../../img/sub/check/check01_icon_arrow.png) no-repeat center/cover;
    height: 10px;
    width: 8px;
}
.sec_step_box dl:last-of-type:after {
    content: '';
    all: unset;
    /* display: none; */
}
.sec_step_box dl dt {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.13rem;
}
.sec_step_box dl dt::before {
    content: 'STEP 01';
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 0.5rem;
}
.sec_step_box dl:nth-child(2) dt::before {
    content: 'STEP 02';
}
.sec_step_box dl:nth-child(3) dt::before {
    content: 'STEP 03';
}



.sec_step_box.n2 dl:nth-child(1) dt::before {
    content: 'STEP 04';
}
.sec_step_box.n2 dl:nth-child(2) dt::before {
    content: 'STEP 05';
}
.sec_step_box dl .min_tit {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: -0.1rem;
    margin: 1rem 0 2rem;
}
.sec_step_box dl .min_desc {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.73;
    letter-spacing: -0.1rem;
}
.sec_step_box dl .min_desc::before {
    content: '-';
    padding-right: 0.08rem;
}
/* sec06 end */
.check02 .section07 {
    margin-bottom: 14rem;
}
.check02 .section07 .sec_tit_box,
.check04 .section07 .sec_tit_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.check02 .section07 .sec_tit,
.check04 .section07 .sec_tit {
    position: relative;
}
.check02 .section07 .sec_tit::before,
.check04 .section07 .sec_tit::before {
    content: '';
    background: url(../../../img/sub/check/check01_img05.png) no-repeat center/cover;
    position: absolute;
    left: -17rem; top: -40%;
    width: 33.9%;
    height: 288.7%;
}
.check04 .section07 .sec_tit::before {
    left: -15rem;
}
.check02 .section07 .sec_tit::after,
.check04 .section07 .sec_tit::after {
    content: '';
    background: url(../../../img/sub/check/check01_img06.png) no-repeat center/cover;
    position: absolute;
    right: -26rem;
    width: 19.4rem;
    height: 16.1rem;
    top: -3.5rem;
}
/* .check02 .section07 .sec_tit_box::after,
.check04 .section07 .sec_tit_box::after {
    content: '';
    background: url(../../../img/sub/check/check01_img07.png) no-repeat center/cover;
    position: absolute;
    right: 19rem;
    width: 3rem;
    height: 3rem;
    top: 0rem;
} */
.check04 .section07 .sec_tit_box::after {
    right: 17rem;
}
/* .check02 .section07 .sec_tit_box::before,
.check04 .section07 .sec_tit_box::before {
    content: '';
    background: url(../../../img/sub/check/check01_img08.png) no-repeat center/cover;
    position: absolute;
    width: 11.5rem;
    height: 4.8rem;
    left: 20.6%;
    top: 37%;
} */
.check02 .section07 .sec_tit_box .btn,
.check04 .section07 .sec_tit_box .btn {
    margin-top: 2rem;
}
/* drop box */
.check02 .faq_box {
    border-top: unset;
    border: 1px solid #ddd;
    border-radius: 2rem;
    padding: 3rem 3.15rem;
}
.check02 .faq_box .arr_btn {
    border-radius: 2rem;
    /* padding: 2.6rem 3.8rem; */
    border-bottom: unset;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: -0.13rem;
    position: relative;
    cursor: pointer;
    display: flex;
    background: #f4f6f8;
    line-height: 1.35;
    align-items: center;
    justify-content: space-between;
}
.check02 .faq_box .arr_box {
    background: #fff;
    padding: 0 0.9rem;
    flex-direction: column;
}
.check02 .faq_box .arr_box  dt { 
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: -0.13rem;
    line-height: 1.8;
}
.check02 .faq_box .arr_box  dd { 
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: -0.13rem;
    line-height: 1.8;
    text-indent: -1.15%;
    padding-left: 1.15%;
}
.check02 .faq_box .arr_box  dl:nth-of-type(2) { 
    margin-top: 3rem;
}
.check02 .faq_box .arr_btn.on + .arr_box {
    padding: 3rem 0.9rem 1.3rem;
    flex-direction: column;
}
.check02 .faq_box .arr_btn::before {
    content: '';
    background: url(../../../img/sub/check/check01_toggle_arrow.png)no-repeat center/cover;
    position: absolute;
    width: 0.8rem;
    height: 0.7rem;
    right: 3.8rem;
    top: unset;
    transform: rotate(180deg);
}
.check02 .faq_box .arr_btn.on::before {
    transform: rotate(360deg);
}
.check02 .toggle_cont {
    padding: 0 0.9rem;
}
.check02 .toggle_cont dl {
    margin-top: 3rem;
}
.check02 .toggle_cont dl dt {
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: -0.13rem;
    line-height: 1.3;
}
.check02 .toggle_cont dl dd {
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: -0.13rem;
    line-height: 1.8;
    margin-top: 0.3rem;
    text-indent: -1.2rem;
    padding-left: 1.2rem;
}

/* sec07 end */


/* -------------------------230314 check04 --------------------------- */
.check_common.check04 .page_title {
    padding-bottom: 5.3rem;
}
.check04 .section02 {
    max-width: 128rem;
    margin: 0 auto;
    border-radius: 2.4rem;
    background: #f4f6f8;
    padding: 6.5rem 0 8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.check04 .section02 .sec_desc {
    padding-top: 2.3rem;
}
.check04 .section02 .key_box {
    width: 48.5rem;
    height: 25.9rem;
    /* width: 37.89062%;
    height: 42.80991%; */
    position: relative;
}
.key_box .key_circle {
    width: 25.8rem;
    /* width: 53.19587%; */
    height: 100%;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.key_box .key_circle p {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.1rem;
    text-align: center;
}
.key_box .key_circle.n1 {
    background: rgba(207, 228, 255, 0.7);
    left: 0;
}
.key_box .key_circle.n2 {
    background: rgba(175, 189, 255, 0.7);
    right: 0;
}
.check04 .section02 img {
    position: absolute;
}
.check04 .section02 img.n1 {
    width: 25rem;
    bottom: 0;
    left: 2rem;
}
.check04 .section02 img.n2 {
    width: 21.1rem;
    bottom: 14.2rem;
    right: 7.7rem;
}
.check04 .section03 {
    max-width: 128rem;
    margin: 13rem auto;
}
.check_common.check04 .sec_tit_box {
    padding-bottom: 6rem;
}
.check04 .strengh_list_box ul {
    gap: 1.4rem;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto;
}
.check04 .strengh_list_box .txt_box {
    padding: 2.7rem 0 3.5rem 2.4rem;
}
.check04 .strengh_list_box .txt_box .txt_desc {
    font-size: 1.5rem;
    line-height: 1.73;
}
.check04 .strengh_list_box .strengh_list.n1 .img_box {
    background: #cde8bf;
}
.check04 .strengh_list_box .strengh_list.n3 .img_box {
    background: #afbdff;
}
.check04 .strengh_list_box .strengh_list.n4 .img_box {
    background: #decdfa;
}
.check04 .strengh_list_box .txt_box .tit {
    font-size: 2rem;
}
.check04 .section04 {
    max-width: 168rem;
    margin: 0 auto;
    background: #f8faff;
    padding: 10.4rem 8rem 11rem 8rem;
    border-radius: 2rem;
    text-align: center;
}
.check04 .section04 .sec_desc {
    margin-bottom: 5rem;
}
.check04 .section04 .cont_box {
    width: 100%;
    background: #fff;
    border-radius: 2rem;
    /* padding: 4rem 2rem; */
}
.check04 .section04 .cont_box.n1 {
    position: relative;
}
.check04 .section04 .cont_box.n1 .diagram_wrap {
    position: relative;
    width: 100%;
    padding: 4rem 2rem;
}
.section04 .cont_box.n1 img.ser_strengh {
    position: absolute;
}
.section04 .cont_box.n1 img.n1 {
    bottom: 22.1rem;
    left: -3.7rem;
}
.section04 .cont_box.n1 img.n2 {
    bottom: 0;
    right: -14rem;
    width: 25%;
}
.check04 .section04 .cont_box.n2 {
    padding: 7.5rem 11.8rem 7.5rem 12.1rem;
    margin-top: 2rem;
    display: flex;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 4rem;
}
.check04 .section04 .dia_box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    
}
.check04 .section04 .dia_box.n1 ul {
    max-width: 142.2rem;
    position: relative;
}
.check04 .section04 .dia_box.n1::after {
    content: '';
    background: url(../../../img/sub/check/check03_line01.png)no-repeat center/cover;
    width: 64.4rem;
    height: 7rem;
    position: relative;
    bottom: 0; left: 50%;
    display: block;
    transform: translateX(-50%);
}
.check04 .section04 .dia_box.n2 ul {
    max-width: 94.4rem;
    margin-top: 2rem;
}
.dia_box .diagram.n1,
.dia_box .diagram.n5 {
    width: 28.1rem;
    height: 25.9rem;
    position: relative;
}
.dia_box .tri_dia {
    width: 15.5rem;
    height: 15.5rem;
    border-radius: 50%;
    border: solid 0.1rem #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    font-size: 1.7rem;
    font-weight: normal;
    line-height: 1.29;
    letter-spacing: -0.13rem;
}
.dia_box .diagram .tri_dia.n1 {
    width: 55.160%;
    height: 59.8455%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.dia_box .diagram .tri_dia.n2 {
    width: 55.160%;
    height: 59.8455%;
    bottom: 0;
    left: 0;
}
.dia_box .diagram .tri_dia.n3 {
    width: 55.160%;
    height: 59.8455%;
    bottom: 0;
    right: 0;
}
.dia_box .diagram p {
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 1.59;
    letter-spacing: -0.13rem;
}
.dia_box .diagram.n2,
.dia_box .diagram.n4 {
    width: 15.5rem;
    height: 15.5rem;
    border-radius: 50%;
    line-height: 1.59;
}
.dia_box .diagram.n2,
.dia_box .diagram.n4,
.dia_box .diagram.n3 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.dia_box .diagram.n2 {
    background: #cfe4ff;
    z-index: 1;
}
.dia_box .diagram.n4 {
    background: #afbdff;
    z-index: 1;
}
.dia_box .diagram.n3 {
    width: 37rem;
    height: 25rem;
    box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.08);
    border-radius: 2rem;
    background: #fff;
    z-index: 1;
}
.dia_box.n2 ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.check04 .section04 .sec_desc {
    padding-top: 2.3rem;
}
.check04 .section04 .dia_box.n1 ul::before {
    content: '';
    background: url(../../../img/sub/check/check03_line02.png)no-repeat center/cover;
    width: 28rem;
    height: 0.8rem;
    position: absolute;
    left: 26.5rem;
}
.check04 .section04 .dia_box.n1 ul::after {
    content: '';
    background: url(../../../img/sub/check/check03_line03.png)no-repeat center/cover;
    width: 28rem;
    height: 0.8rem;
    position: absolute;
    right: 26.5rem;
}


.dia_box.n2 ul li::before {
    content: '';
    background: url(../../../img/sub/check/check03_line04.png)no-repeat center/cover;
    width: 0.8rem;
    height: 3.7rem;
    position: absolute;
    bottom: 26rem;
    display: inline-block;
    /* transform: translateX(-50%); */
}
.dia_box.n2 ul li::after {
    content: '';
    background: url(../../../img/sub/check/check03_line05.png)no-repeat center/cover;
    width: 5rem;
    height: 0.8rem;
    position: relative;
    bottom: 8.5rem;
    display: inline-block;
    left: 53%;
}
.dia_box.n2 ul li:last-child:after {
    visibility: hidden;
}
.dia_box .square_box {
    width: 30rem;
    height: 12.2rem;
    border-radius: 2rem;
    font-size: 1.7rem;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dia_box .square_box.n1 {
    background: #decdfa;
}
.dia_box .square_box.n2 {
    background: #cde8bf;
}
.dia_box .square_box.n3 {
    background: #ffeda7;
}
.dia_box.n2 .tri_dia {
    position: unset;
    margin-top: 5.6rem;
    box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.08);
    border: none;
}
.dia_box.n2 .tri_dia.bl {
    border: 0.1rem solid #1954db;
    color: var(--mainColor);
}
.check04 .cont_box.n2 .str_img{
    width: 58.7rem;
    height: 49.4rem;
    border-radius: 2rem;
    padding: 7.7rem 10rem 6rem 12.8rem;
    background-color: #cfe4ff;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .cont_box.n2 .str_img img{
    width: 100%;
} */
.check04 .cont_box.n2 ul {
    /* display: grid;
    grid-template-columns: repeat(1, 1fr); */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.check04 .cont_box.n2 ul li.f_fs {
    padding: 3rem 0 1.9rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.check04 .cont_box.n2 ul li.f_fs:nth-child(4) {
    border-bottom: none;
    padding: 3rem 0 1.5rem;
}
.check04 .cont_box.n2 ul li p {
    text-align: left;
    margin-left: 2rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.67;
    letter-spacing: -0.13rem;
}
.check04 .cont_box.n2 ul li.list {
    text-align: left;
}
.check04 .cont_box.n2 ul li.list dd {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.73;
    letter-spacing: -0.1rem;
    color: rgba(0, 0, 0, 0.7);
    padding-left: 3.5rem;
}
.check04 .cont_box.n2 ul li.f_fs {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.87;
    letter-spacing: normal;
    color: var(--mainColor);
}
.check04 .section05 {
    max-width: 128rem;
    margin: 13rem auto;
}
.check04 .section07 {
    margin-bottom: 5.1rem;
}

/* res start */
@media screen and (max-width: 1680px) {
    .section04 .cont_box.n1 img.n2 {
        right: -4rem;
        width: 19%;
    }
}
@media screen and (max-width: 1440px) {
    .section04 .cont_box.n1 img.n1 {
        width: 7%;
    }
}
@media screen and (max-width: 1280px) {
    .check02 .section02 .content_box {
        width: 90%;
    }
    /* .kakao_chat {
        right: 3.3rem;
    } */
    /* check04 */
    .strengh_list_box .txt_box .tit {
        font-size: 2rem;
    }
    .check04 .strengh_list_box .txt_box {
        padding: 2.7rem 0 2.2rem 1.6rem;
    }
    .check04 .section04 .cont_box.n2 {
        padding: 4.5rem 4.8rem 4.5rem 4.8rem;
    }
    /* .dia_box .tri_dia {
        width: 8rem;
        height: 8rem;
    }
    .dia_box .diagram.n2,
    .dia_box .diagram.n4 {
        width: 8rem;
        height: 8rem;
    } */
    .check04 .section04 .cont_box.n2 {
        gap: 3rem;
    }
    .check04 .cont_box.n2 ul li.f_fs {
        padding: 2rem 0 1.5rem;
    }

}
@media screen and (max-width: 1110px) {
    /* .kakao_chat {
        right: 2rem;
    } */
    .check02 .section03 .bene_box ul {
        display: grid;
        justify-content: space-between;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }
    .check02 .faq_box {
        padding: 3rem 2.85rem;
    }
    /* check04 */
    .check04 .section04 {
        padding: 8.4rem 4rem 9rem 4rem;
    }
    .cont_box.n2 ul li p {
        line-height: 1.47;
    }
    .cont_box.n2 .str_img img {
        width: 36rem;
    }
}
@media screen and (max-width: 989px) {
    .check02 .section02 .swiper_container ul li a{
        padding: 8.2rem 0 8.2rem 8%;
    }
    .check02 .section02 .swiper_container ul li.n1 img {
        width: 90%;
        bottom: -0.2rem;
        right: 2rem;
    }
    .check02 .section02 .swiper_container ul li.n2 img {
        width: 95%;
        bottom: 0;
        right: 4.4rem;
    }
    .check02 .section03 .bene_box {
        gap: 1.5rem;
    }
    .check02 .section03 .bene_box ul li {
        padding-left: 2.5rem;
    }
    .check02 .section03 .bene_box ul li p {
        font-size: 1.7rem;
    }
    .check02 .section05 {
        padding: 8.2rem 7.9rem 7.8rem;
    }
    .check02 .section05 .sec_cont_box .bene_tit {
        font-size: 1.7rem; 
    }
    .check02 .section05 .sec_cont_box .bene_pri .price {
        font-size: 1.5rem;
    }
    .check02 .section05 .sec_cont_box .bene_pri .free_pri {
        font-size: 1.5rem;
    }
    .check02 .section05 .sec_cont_box li:last-of-type img {
        bottom: -6.1%;
        right: 2.5rem;
        width: 38.4%;
    }
    .check02 .section06 .sec_step_box dl {
        padding: 3rem 2rem 3.4rem 2rem;
    }
    .check02 .faq_box .arr_box dd {
        text-indent: -1.55%;
        padding-left: 1.55%;
    }
    .check02 .section07 .sec_tit_box::before {
        right: -15rem;
    }
    .check02 .section07 .sec_tit_box::after {
        right: 0;
    }
    .check02 .section07 .sec_tit_box::before {
        left: 13.6rem;
    }
    /* check04 */
    .check04 .strengh_list_box .txt_box {
        padding: 2.7rem 1.6rem 2.2rem 1.6rem;
    }
    .check04 .section02 img.n1 {
        width: 18rem;
    }
    .check04 .section02 img.n2 {
        width: 17.1rem;
        bottom: 8.2rem;
        right: 0.7rem;
    }
    .check04 .section04 .cont_box.n2 {
        flex-direction: column;
    }
    .check04 .cont_box.n2 .str_img {
        width: 100%;
        height: auto;
    }
    .check04 .section04 .cont_box.n1 img.n2 {
        right: -6rem;
        width: 24%;
    }
    .sec_step_box dl {
        padding: 3rem 2rem 2.9rem 3.5rem;
    }
    .sec_step_box.n2 dl {
        padding: 3rem 2rem 5rem 3.5rem;
    }
    .check04 .section07 .sec_tit::after {
        right: -18rem;
    }
    .check04 .section04 .cont_box.n1 .diagram_wrap {
        position: relative;
        overflow: scroll;
        padding: 4rem 2rem;
    }
    .check04 .section04 .cont_box.n1 .dia_img {
        min-width: 85rem;
        /* overflow-x: scroll; */
    }
}
@media screen and (max-width: 767px) {
    .kakao_chat {
        width: 6.4rem;
        height: 9.5rem;
    }
    .kakao_chat p {
        font-size: 1.2rem;
    }
    .kakao_chat img {
        width: 50%;
    }
    .check02 .section02 .swiper_container {
        height: 32rem;
    }
    .check02 .section02 .swiper_container ul li a {
        padding: 8.2rem 0 8.2rem 6%;
    }
    .check02 .section02 .swiper_container ul li.n1 img {
        width: 83%;
        right: 1rem;
    }
    .check02 .section02 .swiper_container ul li.n2 img {
        right: 3.4rem;
    }
    .check02 .section03 .bene_box ul li {
        padding-left: 1.6rem;
        padding-right: 1.3rem;
    }
    .check02 .section03 .bene_box ul li p {
        font-size: 1.6rem;
    }
    .check02 .section05 {
        padding: 8.2rem 4rem 7.8rem;
    }
    .check02 .section06 .sec_step_box {
        gap: 2.3rem;
    }
    .check02 .section06 .sec_step_box dl::after {
        right: -2.2rem;
    }
    .check02 .section07 .sec_tit::after {
        right: -20rem;
    }
    .check02 .section07 .sec_tit_box::after {
        right: 0;
    }
    .check02 .section07 .sec_tit_box::before {
        left: 5.6%;
    }

    .check04 .strengh_list_box ul {
        grid-template-columns: repeat(2,1fr);
    }
    .check04 .strengh_list_box .txt_box {
        padding: 2.5rem;
    }
    .check04 .section02 .key_box {
        width: 36.5rem;
        height: 19.4rem;
    }
    .key_box .key_circle {
        width: 19.4rem;
        height: 100%;
    }
    .check04 .section02 img.n1 {
        left: 1.5rem;
    }
    .check_common.check04 .sec_tit_box {
        padding-bottom: 3rem;
    }
    .check04 .section04 .cont_box.n1 img.n1 {
        width: 11%;
    }
}
@media screen and (max-width: 650px) {
    
    .check02 .section02 .swiper_container ul li {
        height: 36rem;
        /* padding: 3.8rem 0; */
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    .check02 .section02 .swiper_container ul li a {
        padding: 4.4rem 0;
    }
    .check02 .section02 .img_box {
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
    .check02 .section02 .swiper_container {
        height: 42rem;
    }
    .check02 .section02 .swiper_container ul li img {
        left: 50%;
        transform: translateX(-50%);
    }
    .check02 .section02 .swiper_container ul li.n1 img {
        width: 39rem;
    }
    .check02 .section02 .swiper_container ul li.n2 img {
        width: 41rem;
    }
    .check02 .section03 .bene_box {
        grid-template-columns: repeat(1, 1fr);
    }
    .check02 .section05 {
        padding: 6.2rem 2rem 5.8rem;
    }
    .check02 .section05 .sec_cont_box {
        gap: 1.2rem;
    }
    .check02 .section05 .sec_cont_box li {
        padding: 3rem 0.5rem;
    }
    .check02 .section05 .sec_cont_box .bene_tit {
        font-size: 1.5rem;
        text-align: center;
    }
    .check02 .section05 .sec_cont_box li .txt_desc {
        margin: 0.3rem 0 0.7rem;
    }
    .check02 .section05 .sec_cont_box li:last-of-type {
        padding: 3rem 2.2rem 3.3rem 2.3rem;
    }
    .check02 .section05 .sec_cont_box li:last-of-type img {
        right: 1.5rem;
        width: 35%;
    }
    .check02 .section06 .sec_step_box {
        grid-template-columns: repeat(1, 1fr);
    }
    .check02 .section06 .sec_step_box dl {
        padding: 3.5rem 2rem 3.9rem 3.5rem;
    }
    .check02 .section06 .sec_step_box dl::after {
        right: 0;
        left: 50%;
        transform: translateX(-50%) rotateZ(90deg);
        top: 103%;
    }
    .check02 .section07 .sec_tit::after {
        right: -13rem;
        top: 0.5rem;
        width: 12.4rem;
        height: 10.1rem;
    }
    .check02 .section07 .sec_tit::before {
        left: -9rem;
    }
    /* check04 */
    .check04 .section02 {
        padding: 6.5rem 3rem 11rem 3rem;
    }

    .check04 .section02 img.n1 {
        width: 15rem;
    }
    .check04 .section02 img.n2 {
        width: 13.1rem;
        bottom: 1.2rem;
    }
    .check04 .section05 .sec_step_box {
        grid-template-columns: repeat(1, 1fr);
        gap: 3.2rem;
    }
    .check04 .section05 .sec_step_box.n2 {
        grid-template-columns: repeat(1, 1fr);
        padding: 0;
    }
    
    .check04 .sec_step_box dl::after {
        top: auto; right: auto;
        transform: translateX(-50%) rotate(90deg);
        left: 50%;
        bottom: -2.1rem;
    }
    .check04 .sec_step_box.n1 dl:last-child::after {
        content: '';
        height: 10px;
        width: 8px;
        background: url(../../../img/sub/check/check01_icon_arrow.png) no-repeat center/cover;
        position: absolute;
        top: auto; right: auto;
        transform: translateX(-50%) rotate(90deg);
        left: 50%;
        bottom: -1.7rem;
    }
    .check04 .section07 .sec_tit::after {
        right: -10rem;
        width: 13.4rem;
        height: 10.1rem;
        top: 4.5rem;
    }
    .check04 .section07 .sec_tit::before {
        left: -10rem;
        width: 29.9%;
        height: 281.7%;
    }
}
@media screen and (max-width: 500px) {
    .kakao_chat {
        width: 5.3rem;
        height: 7.5rem;
        right: 1rem;
    }
    .kakao_chat p {
        line-height: 1.08;
        margin-top: 0.4rem;
    }
    .check02 .section02 .swiper_container ul li a {
        padding: 3.5rem 0;
    }
    /* 230504 [¼öÁ¤Ç¥½Ã] start */
    .check_common.check02 .page_title span::before {
        background-image: url(../../../img/sub/check/check01_title_frame.png);
        width: 15.1rem;
        height: 5.2rem;
        left: -0.6rem;
        top: -0.1rem;
    }
    /* 230504 [¼öÁ¤Ç¥½Ã] end */
    .check_common.check04 .page_title span::before {
        background-image: url(../../../img/sub/category/cate_title_frame04.png);
        width: 13.2rem;
        height: 5.6rem;
        left: -0.9rem;
        top: -0.4rem;
    }
    .check_common.check02 .page_title::after {
        width: 4.3rem;
        height: 3.1rem;
        top: -0.4rem;
        left: -5.9rem;
    }
    .check_common.check02 .page_title::before {
        height: 2rem;
        width: 2.2rem;
        top: -2.7rem;
        left: -2.6rem;
    }
    .check_common.check04 .page_title::before {
        width: 4.55rem;
        height: 4rem;
        top: 0.4rem;
        left: -5.8rem;
    }
    .check_common.personal_new .page_title span::before {
        background-image: url(../../../img/sub/check/personal_new_title_frame.png);
        width: 17.8rem;
    }
    .check_common.personal_new .page_title::after{
        top: -3rem;
        left: 7rem;
    }
    .check_common.personal_new .page_title::before{
        top: -3.4rem;
        left: 11.4rem;
    }
    .check02 .section02 .content_box {
        width: 100%;
    }
    .check02 .section02 .txt_box p {
        font-size: 1.9rem;
    }
    .check02 .section02 .swiper_container {
        height: 34rem;
    }
    .check02 .section02 .swiper_container ul li {
        height: 30rem;
    }
    .check02 .section02 .swiper-pagination {
        bottom: -1rem;
    }
    .check02 .section02 .img_box {
        width: 80%;
    }
    .check02 .section03 .bene_box ul li {
        height: 6rem;
        border-radius: 1rem;
    }
    .check02 .section02 .swiper_container ul li,
    .check02 .section03 .bene_img {
        border-radius: 1rem;
    }
    .check02 .faq_box {
        padding: 2rem 1.85rem;
    }
    .check02 .section03 .bene_box ul li p {
        font-size: 1.5rem;
    }
    .check_common .banner_list ul li {
        width: 13rem;
        height: 6rem;
        position: relative;
        border-radius: 1rem;
    }
    .banner_list .top_con {
        margin-bottom: 1rem;
    }
    .check04 .strengh_list_box ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }
    .check04 .strengh_list_box .img_box {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .check04 .strengh_list_box .txt_box .tit {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    .check04 .strengh_list_box .txt_box .txt_desc {
        font-size: 1.4rem;
        line-height: 1.73;
    }
    .check04 .section02 {
        padding: 3.5rem 3rem 10rem 3rem;
        border-radius: 1rem;
    }
    .check04 .section02 .sec_desc {
        padding-top: unset;
    }
    .check04 .section02 .key_box {
        width: 28.1rem;
        height: 15.5rem;
    }
    .key_box .key_circle {
        width: 15.5rem;
    }
    .check_common.check04 .sec_tit_box {
        padding-bottom: 2.5rem;
    }
    .key_box .key_circle p {
        font-size: 1.4rem;
    }
    .check04 .section02 img.n1 {
        width: 12rem;
    }
    .check04 .section02 img.n2 {
        width: 9.1rem;
        bottom: 2.2rem;
    }
    .check04 section .sec_tit {
        font-size: 2.2rem;
    }

    .check02 .section05 {
        border-radius: 1rem;
        padding: 4.2rem 2.4rem 4.8rem;
    }
    .check02 .section05 .sec_cont_box li {
        border-radius: 1rem;
    }
    .check02 .section05 .sec_cont_box {
        display: flex;
        flex-direction: column;
    }
    .check02 .section05 .sec_cont_box li:last-of-type {
        border-radius: 1rem;
        padding: 2.5rem 2.5rem 5rem 2.5rem;
    }
    .check02 .section05 .sec_cont_box li:last-of-type img {
        bottom: -1rem;
        right: 0.5rem;
    }
    .check02 .section05 .sec_cont_box li .txt_tit {
        font-size: 1.7rem;
    }
    .check02 .section05 .sec_cont_box li .txt_desc {
        margin: 1rem 0 0.7rem;
        font-size: 1.4rem;
        line-height: 1.3;
    }

    .check02 .section06 .sec_step_box dl,
    .check04 .section05 .sec_step_box dl {
        padding: 2.5rem;
        border-radius: 1rem;
    }
    .sec_step_box dl dt {
        font-size: 1.6rem;
    }
    .sec_step_box dl .min_desc {
        font-size: 1.4rem;
    }

    .check02 .faq_box {
        border-radius: 1rem;
    }
    .check02 .faq_box .arr_btn {
        border-radius: 1rem;
        font-size: 1.7rem;
    }
    .check02 .section07 .sec_tit::after {
        width: 7rem;
        height: 5rem;
        right: -3.2rem;
        top: 5.5rem;
    }
    .check02 .section07 .sec_tit_box::after {
        width: 2.5rem;
        height: 2.5rem;
        top: 3rem;
    }
    .check02 .section07 .sec_tit::before {
        top: 14%;
        left: -4rem;
    }
    .check02 .section07 .sec_tit_box::before {
        width: 7.2rem;
        height: 3rem;
        left: 2.6%;
        top: 44%;
    }
    .check02 .faq_box .arr_box dt {
        font-size: 1.6rem;
    }
    .check02 .faq_box .arr_box dd {
        font-size: 1.3rem;
    }
    .check02 .faq_box .arr_box dd {
        text-indent: -3.25%;
        padding-left: 3.25%;
    }
    .check02 .faq_box .arr_btn::before {
        right: 1.8rem;
    }

    /* check04 */
    .check04 .section05 .sec_step_box {
        gap: 2.3rem;
    }
    .check04 .section05 .sec_step_box.n2 {
        margin-top: 2.3rem;
    }
    .check04 .sec_step_box dl::after {
        bottom: -1.8rem;
    }
    .check04 .cont_box.n2 ul {
        padding: 0 1rem;
    }
    .check04 .section04 {
        padding: 4.4rem 2.5rem 3rem 2.5rem;
        border-radius: 1rem;
        width: 120%;
        margin: 0 -10%;
    }
    .check04 .section04 .cont_box {
        border-radius: 1rem;
        width: 97%;
        margin: 0 auto;
        padding: 8rem 1rem 7.9rem;
    }
    .check04 .section04 .cont_box.n2 {
        padding: 0;
        background: transparent;
    }
    .check04 .section04 .sec_desc {
        padding-top: 1rem;
        margin-bottom: 3rem;
    }
    .check04 .cont_box.n2 .str_img {
        border-radius: 1rem;
        padding: 2.5rem 0;
    }
    .check04 .cont_box.n2 .str_img img {
        width: 50%;
    }
    .check04 .cont_box.n2 ul li p {
        font-size: 1.4rem;
    }
    .check04 .cont_box.n2 ul li.list dd {
        font-size: 1.3rem;
        line-height: 1.53;
    }



    /* check04 diagram */
    .check04 .cont_box.n1 {
        padding: 3rem 2.9rem;
    }

    .check04 .cont_box.n1 .com_t {
        font-size: 1.1rem;
        font-weight: normal;
        line-height: 1.45;
        letter-spacing: -0.13rem;
        text-align: center;
    }
    .check04 .cont_box.n1 ul {
        display: flex;
        flex-direction: column;
    }
    .check04 .cont_box.n1 ul li.n1 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .check04 .cont_box.n1 ul li.n1 .mo_dia_box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .check04 .cont_box.n1 ul li.n1 .mo_dia_box::after {
        content: '';
        background: url(../../../img/sub/check/check03_m_line02.png)no-repeat center/cover;
        position: absolute;
        width: 0.8rem;
        height: 18.95rem;
        bottom: auto;
        top: 12rem;
        transform: scale(0.7);
    }
    .check04 .cont_box.n1 ul li.n1 .diagram_m {
        width: 14.9rem;
        height: 13.95rem;
        position: relative;
        border-radius: 50%;
    }
    .check04 .cont_box.n1 ul li.n1 .diagram_m p {
        width: 8rem;
        height: 8rem;
        border: 0.1rem solid #d9d9d9;
        border-radius: 50%;
        position: absolute;
    }
    .check04 .cont_box.n1 ul li.n1 .diagram_m p:nth-child(1) {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .check04 .cont_box.n1 ul li.n1 .diagram_m p:nth-child(2) {
        bottom: 0; left: 0;
    }
    .check04 .cont_box.n1 ul li.n1 .diagram_m p:nth-child(3) {
        bottom: 0; right: 0;
    }
    .check04 .cont_box.n1 ul li.n1 .dia_round {
        width: 8rem; height: 8rem;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }
    .check04 .cont_box.n1 ul li.n1 .dia_round.n1 {
        background: #afbdff;
    }
    .check04 .cont_box.n1 ul li.n1 .dia_round.n2 {
        background: #cfe4ff;
    }

    .check04 .cont_box.n1 li.n2 {
        width: 100%;
        border-radius: 1rem;
        box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.08);
        padding: 3.9rem 0;
        margin: 3.6rem 0 6.45rem;
    }
    .check04 .cont_box.n1 li.n2 .mid_box {
        font-size: 1.1rem;
        font-weight: normal;
        line-height: 1.45;
        letter-spacing: -0.13rem;
        text-align: center;
    }
    .check04 .cont_box.n1 li.n2 img {
        position: absolute;
        bottom: 27.4rem;
        width: 60%;
    }
    .check04 .cont_box.n1 li.n3 {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.75rem;
    }
    .check04 .cont_box.n1 li.n3 .bot_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    .check04 .cont_box.n1 li.n3 .m_squ_box {
        width: 100%;
        border-radius: 1rem;
        height: 11rem;
    }
    .check04 .cont_box.n1 li.n3 .m_squ_box.n1 {
        background: #decdfa;
    }
    .check04 .cont_box.n1 li.n3 .bot_box::after {
        content: '';
        background: url(../../../img/sub/check/check03_m_line03.png)no-repeat center/cover;
        position: absolute;
        width: 0.8rem;
        height: 3.65rem;
        bottom: auto;
        top: 11.3rem;
        transform: scale(0.7);
    }
    .check04 .cont_box.n1 li.n3 .bot_box:last-child:before {
        content: '';
        all: unset;
    }
    .check04 .cont_box.n1 li.n3 .bot_box::before {
        content: '';
        background: url(../../../img/sub/check/check03_m_line04.png)no-repeat center/cover;
        position: absolute;
        width: 1.7rem;
        height: 0.7rem;
        bottom: auto;
        top: 19.1rem;
        transform: scale(0.7);
        left: 94%;
    }
    .check04 .cont_box.n1 li.n3 .m_squ_box.n2 {
        background: #cde8bf;
    }
    .check04 .cont_box.n1 li.n3 .m_squ_box.n3 {
        background: #ffeda7;
    }

    .check04 .cont_box.n1 li.n3 .m_rou_box {
        width: 8rem;
        height: 8rem;
        border-radius: 50%;
        box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.08);
        margin-top: 4.3rem;
    }
    .check04 .section07 .sec_tit::after {
        right: -3rem;
        width: 8.4rem;
        height: 6.1rem;
        top: 4.5rem;
    }
    .check04 .section07 .sec_tit::before {
        left: 0rem;
        width: 26.9%;
        height: 285.7%;
        top: 200%;
    }
    .check04 .cont_box.n1 li.n3 .m_rou_box.n3 {
        border: 0.5px solid var(--mainColor);
        color: var(--mainColor);
    }
}
@media screen and (max-width: 380px) {
    .check04 .cont_box.n1 li.n3 .bot_box::before {
        content: '';
        background: url(../../../img/sub/check/check03_m_line04.png)no-repeat;
        position: absolute;
        width: 2.3rem;
        height: 1.3rem;
        bottom: auto;
        top: 19.1rem;
        transform: scale(0.4);
        left: 92%;
    }
}
