.m {
    display: none;
}

.sec {
    padding: 150px 0;
}

.visual {
    position: relative;
    min-height: 100vh;
    justify-content: center;
    color: var(--white);
    padding: 30px 0;
    background: url("../images/visual_bg.png")no-repeat 50% 50% / cover;
    box-sizing: border-box;
}
.visual:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    z-index: 1;
}
.visual .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.visual .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.visual .box {
    position: relative;
    gap: 30px;
    z-index: 1;
}
.visual .tit {
    font-size: 70px;
    line-height: 1.1;
}
.visual .desc .img {
    position: relative;
    margin-bottom: -40px;
    z-index: 1;
}
.visual .desc .txt {
    display: inline-block;
    font-size: 20px;
    font-family: 'Pretendard';
    background: url("../images/visual_ribbon.png")no-repeat 50% 50% / cover;
    line-height: 1.2;
    padding: 35px 130px 50px;
    box-sizing: border-box;
}


.sec01 .inner {
    gap: 125px;
}
.sec01 .now_consult {
    position: relative;
    border-radius: 40px;
    background: var(--white);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 30px;
    overflow: hidden;
    box-sizing: border-box;
}
.sec01 .now_consult > h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 30px;
}
.sec01 .now_consult .slide {
    height: 235px;
    overflow: hidden;
}
.sec01 .now_consult .scroll_group {
    gap: 0 30px;
    animation: logoSlider 25s infinite linear;
}
@keyframes logoSlider {
    from{
        transform: translateY(0);
    }
    to{
        transform: translateY(-100%);
    }
}
@-webkit-keyframes logoSlider {
    from{
        transform: translateY(0);
    }
    to{
        transform: translateY(-100%);
    }
}
.sec01 .now_consult .item {
    width: calc(50% - 15px);
    border-bottom: 1px solid #CDCDCD;
    padding: 8px 0;
    gap: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Pretendard';
    opacity: 1!important;
    box-sizing: border-box;
}
.sec01 .now_consult .item > div {
    flex: 1;
    width: 100%;
    gap: 15px;
}
.sec01 .now_consult .item > div .name {
    position: relative;
    padding-right: 15px;
    box-sizing: border-box;
}
.sec01 .now_consult .item > div .name:after {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    display: block;
    width: 2px;
    height: 15px;
    background: var(--black);
}
.sec01 .now_consult .item > div .cont {
    flex: 1;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.sec01 .now_consult .item > span {
    width: 96px;
    height: 41px;
    line-height: 41px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    text-align: center;
}


.sec01 .benefit {
    gap: 50px;
}
.sec01 .benefit .box {
    gap: 50px;
    font-family: 'Pretendard';
}
.sec01 .benefit .box .file_box {
    width: 455px;
    background: url("../images/ic_file.svg")no-repeat 50% 0 / 100%;
    border-radius: 20px;
    overflow: hidden;
}
.sec01 .benefit .box .file_box ul {
    gap: 50px;
    padding: 80px 45px 70px;
    box-sizing: border-box;
}
.sec01 .benefit .box .file_box ul li {
    font-size: 24px;
}
.sec01 .benefit .box .file_box ul strong {
    font-size: 30px;
}
.sec01 .benefit .box .txt_box {
    flex: 1;
    width: 100%;
    gap: 20px;
}
.sec01 .benefit .box .txt_box .item {
    border-radius: 40px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 30px;
    box-sizing: border-box;
}
.sec01 .benefit .box .txt_box .item strong {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.4;
    background: url("../images/check_blue.svg")no-repeat 0 50%;
    padding-left: 40px;
    box-sizing: border-box;
}
.sec01 .benefit .box .txt_box .item p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}



.sec02 {
    background: #EFEFEF;
    padding: 150px 0;
}
.sec02 .inner {
    gap: 60px;
}
.sec02 ul {
    gap: 20px;
}
.sec02 ul li {
    position: relative;
    width: calc(33.333% - 14px);
    border-radius: 40px;
    background: var(--white);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 30px;
    font-family: 'Pretendard';
    box-sizing: border-box;
}
.sec02 ul li .symbol {
    position: absolute;
    top: 10px;
    right: 30px;
}
.sec02 ul li .thumb img {
    width: 100%;
}
.sec02 ul li .text {
    border-top: 1px solid #CDCDCD;
    padding-top: 20px;
    gap: 20px;
    font-size: 20px;
    font-weight: 500;
    box-sizing: border-box;
}
.sec02 ul li .text > div {
    gap: 5px;
}
.sec02 ul li .text .name {
    gap: 20px;
}
.sec02 ul li .text .name h4 {
    font-size: 30px;
}
.sec02 ul li .text .name span {
    color: #777;
    font-size: 20px;
    font-weight: 500;
}
.sec02 .txt {
    font-size: 20px;
    font-family: 'Pretendard';
    font-weight: 500;
    line-height: 1.2;
    gap: 30px;
}
.sec02 .txt a {
    width: 400px;
    height: 100px;
    line-height: 100px;
    font-family: 'Pretendard';
    border-radius: 50px;
    font-size: 30px;
    margin: 0 auto;
}



.sec03 .inner {
    gap: 40px;
}
.sec03 .list {
    gap: 20px;
    font-family: 'Pretendard';
}
.sec03 .list .item {
    width: calc(50% - 10px);
    border-radius: 40px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 30px;
    gap: 20px;
    box-sizing: border-box;
}
.sec03 .list .item .icon {
    position: relative;
    width: 174px;
    height: 174px;
    overflow: hidden;
    margin: 0 auto;
}
.sec03 .list .item .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.sec03 .list .item p {
    font-size: 24px;
    line-height: 1.2;
}



.sec04 {
    background: #EFEFEF;
    padding: 150px 0;
}
.sec04 .inner {
    gap: 40px;
}
.sec04 .list {
    gap: 20px;
    font-family: 'Pretendard';
}
.sec04 .list .item {
    width: calc(50% - 10px);
    border-radius: 40px;
    background: var(--white);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 40px;
    gap: 30px;
    line-height: 1.2;
    box-sizing: border-box;
}
.sec04 .list .item .txt {
    font-size: 26px;
}
.sec04 .list .item .bottom {
    color: #777;
    font-size: 20px;
    gap: 5px;
    font-weight: 500;
}



.sec05 {
    background: #F2F6FF;
}
.sec05 .box {
    gap: 50px;
    align-items: end;
}
.sec05 .form {
    flex: 1;
    width: 100%;
    gap: 50px;
}
.sec05 .form .title h4 {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
}
.sec05 .form .title p {
    font-size: 20px;
}
.sec05 .form .regist {
    gap: 10px;
    font-family: 'Pretendard';
}
.sec05 .form .regist .item {
    gap: 10px;
}
.sec05 .form .regist .item p {
    padding: 5px 15px;
    font-weight: 500;
    box-sizing: border-box;
}
.sec05 .form .regist .item input {
    display: block;
    width: 100%;
    height: 56px;
    border-radius: 15px;
    background: var(--white);
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
}
.sec05 .form .btn_area {
    gap: 30px;
    font-family: 'Pretendard';
}
.sec05 .form .btn_area .agree_form {
    gap: 10px;
}
.sec05 .form .btn_area .agree_form > div {
    position: relative;
    padding: 0 35px 0 10px;
    box-sizing: border-box;
}
.sec05 .form .btn_area .agree_form > div input {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}
.sec05 .form .btn_area .agree_form > div input + label {
    position: relative;
    display: inline-block;
    color: #AAA;
    font-size: 16px;
    padding-left: 23px;
    box-sizing: border-box;
}
.sec05 .form .btn_area .agree_form > div input + label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #aaa;
    border-radius: 2px;
    box-sizing: border-box;
}
.sec05 .form .btn_area .agree_form > div input:checked + label:before {
    border: 1px solid var(--key-color);
    background: var(--key-color) url("../images/check.svg")no-repeat 50% 50%;
}
.sec05 .form .btn_area .agree_form > div button {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: block;
    width: 13px;
    height: 13px;
    background: url("../images/arrow-right.svg")no-repeat 50% 50%;
}
.sec05 .form .btn_area > button {
    height: 50px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
}

.sec05 .banner {
    position: relative;
    width: 570px;
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0px 0px 15px 0px rgba(0, 10, 98, 0.15);
    padding: 40px;
    gap: 40px;
    font-family: 'Pretendard';
    box-sizing: border-box;
}
.sec05 .banner .logo {
    gap: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}
.sec05 .banner .logo img {
    width: 100px;
}
.sec05 .banner .cmt {
    position: relative;
    padding: 20px;
    border-radius: 20px;
    gap: 20px;
    box-sizing: border-box;
}
.sec05 .banner .cmt .bg {
    position: absolute;
    bottom: -20px;
    width: 35px;
}
.sec05 .banner .cmt .txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}
.sec05 .banner .cmt .img {
    border-radius: 20px;
    background: var(--white);
    padding: 10px 0;
    overflow: hidden;
}
.sec05 .banner .cmt .img img {
    width: 80%;
}
.sec05 .banner .left .cmt {
    background: #EFEFEF;
    max-width: 347px;
}
.sec05 .banner .left .cmt .bg {
    left: 30px;
}
.sec05 .banner .right .cmt {
    max-width: 310px;
    background: #FFD747;
}
.sec05 .banner .right .cmt .bg {
    right: 23px;
}




@media screen and (max-width: 1260px) {
    .sec05 .banner {
        width: 460px;
    }
}
@media screen and (max-width: 1024px) {
    .visual .tit {
        font-size: 54px;
    }


    .sec01 .now_consult .item {
        width: 100%;
        font-size: 18px;
    }
    .sec01 .now_consult .scroll_group {
        animation-duration: 45s;
    }
    .sec01 .benefit .box {
        gap: 20px;
    }
    .sec01 .benefit .box .file_box {
        width: 350px;
    }
    .sec01 .benefit .box .file_box ul {
        gap: 30px;
        padding: 65px 15px 30px;
    }
    .sec01 .benefit .box .file_box ul strong {
        font-size: 24px;
    }
    .sec01 .benefit .box .file_box ul li {
        font-size: 20px;
    }
    .sec01 .benefit .box .txt_box .item {
        padding: 25px;
        border-radius: 30px;
    }
    .sec01 .benefit .box .txt_box .item strong {
        font-size: 24px;
    }
    .sec01 .benefit .box .txt_box .item p {
        font-size: 20px;
    }


    .sec02 ul li {
        padding: 25px;
        border-radius: 30px;
    }
    .sec02 ul li .text {
        padding-top: 10px;
        gap: 10px;
        font-size: 16px;
    }
    .sec02 ul li .text .name {
        gap: 15px;
    }
    .sec02 ul li .text .name h4 {
        font-size: 24px;
    }
    .sec02 ul li .text .name span {
        font-size: 16px;
    }
    .sec02 .txt a {
        width: 330px;
        height: 85px;
        line-height: 85px;
        font-size: 24px;
    }

    .sec03 .list .item p {
        font-size: 20px;
    }
    .sec03 .list .item p .m {
        display: none;
    }


    .sec04 .list .item .txt {
        font-size: 22px;
    }


    .sec05 .form {
        flex: none;
    }
    .sec05 .banner {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .sec {
        padding: 80px 0;
    }


    .visual .tit {
        font-size: 40px;
    }
    .visual .desc .img {
        margin-bottom: -25px;
    }
    .visual .desc .img img {
        max-width: 235px;
    }
    .visual .desc .txt {
        width: 93%;
        font-size: 16px;
        padding: 20px 0 30px;
    }


    .sec01 .now_consult > h4 {
        font-size: 24px;
    }
    .sec01 .now_consult .item {
        font-size: 16px;
    }
    .sec01 .now_consult .item > div {
        gap: 10px;
    }
    .sec01 .now_consult .item > span {
        width: 85px;
        height: 37px;
        line-height: 37px;
        font-size: 14px;
    }
    .sec01 .now_consult .item > div .name {
        padding-right: 10px;
    }
    .sec01 .now_consult .item > div .name:after {
        top: 2px;
    }
    .sec01 .benefit {
        gap: 30px;
    }
    .sec01 .benefit .box .file_box {
        width: 100%;
        max-width: 335px;
        margin: 0 auto;
    }
    .sec01 .benefit .box .file_box ul {
        gap: 35px;
        padding: 65px 15px 70px;
    }
    .sec01 .benefit .box .file_box ul strong {
        font-size: 20px;
    }
    .sec01 .benefit .box .file_box ul li {
        font-size: 16px;
    }
    .sec01 .benefit .box .txt_box {
        flex: none;
    }
    .sec01 .benefit .box .txt_box .item strong {
        font-size: 18px;
        background-size: 20px;
        padding-left: 28px;
        margin-bottom: 10px;
    }
    .sec01 .benefit .box .txt_box .item p {
        font-size: 14px;
    }


    .sec02 .inner {
        gap: 40px;
    }
    .sec02 ul li {
        width: calc(50% - 10px);
    }
    .sec02 ul li .text .name {
        gap: 8px;
    }
    .sec02 ul li .text .name h4 {
        font-size: 20px;
    }
    .sec02 .txt {
        font-size: 16px;
    }
    .sec02 .txt a {
        width: 240px;
        height: 70px;
        line-height: 70px;
        font-size: 20px;
    }


    .sec03 .inner {
        gap: 25px;
    }
    .sec03 .list .item {
        border-radius: 30px;
        padding: 20px;
    }
    .sec03 .list .item .icon {
        width: 130px;
        height: 130px;
    }
    .sec03 .list .item p {
        font-size: 16px;
    }


    .sec04 .list .item {
        border-radius: 30px;
        padding: 30px;
    }
    .sec04 .list .item .txt {
        font-size: 18px;
    }
    .sec04 .list .item .bottom {
        font-size: 16px;
    }


    .sec05 .form {
        gap: 25px;
    }
    .sec05 .form .title h4 {
        font-size: 32px;
    }
    .sec05 .form .title p {
        font-size: 16px;
    }
    .sec05 .banner {
        padding: 30px;
        gap: 30px;
    }
    .sec05 .banner .cmt .txt {
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    .visual .logo img {
        width: 160px;
    }
    .visual .tit {
        font-size: 32px;
    }
    .visual .desc .img img {
        max-width: 180px;
    }
    .visual .desc .txt {
        font-size: 14px;
    }


    .sec02 ul li {
        width: 100%;
    }


    .sec03 .list .item {
        width: 100%;
    }


    .sec04 .list .item {
        width: 100%;
    }


    .sec05 .banner .logo {
        gap: 10px;
        font-size: 16px;
    }
}
@media screen and (max-width: 380px) {
    .visual .tit {
        font-size: 26px;
    }
    .visual .desc .txt {
        font-size: 12px;
        background-size: 100%;
        width: 100%;
    }

    .sec01 .benefit .box .file_box {
        max-width: 260px;
    }
    .sec01 .benefit .box .file_box ul {
        gap: 21px;
        padding: 50px 17px 70px;
    }

    .sec04 .list .item {
        padding: 25px;
    }
    .sec04 .list .item .bottom img {
        width: 25px;
    }

    .sec05 .form .title h4 {
        font-size: 24px;
    }
    .sec05 .form .title p {
        font-size: 14px;
    }
    .sec05 .form .regist .item p {
        font-size: 14px;
    }
    .sec05 .form .regist .item input {
        height: 46px;
        font-size: 14px;
    }

    .sec05 .form .btn_area .agree_form > div {
        padding-right: 20px;
    }
    .sec05 .form .btn_area .agree_form > div input + label {
        font-size: 14px;
        line-height: 1.2;
    }
    .sec05 .form .btn_area .agree_form > div button {
        right: 5px;
    }
}