.visual {
    background: url("../images/visual_img.png")no-repeat 100% 0 / cover;
}
.visual .box {
    width: 40%;
    max-width: 825px;
    background: linear-gradient(334deg, #1A1A1A 6.24%, #3B3A3A 113.09%);
    padding: 180px 20px 55px calc(50% - 800px);
    color: var(--white);
    gap: 75px;
    box-sizing: border-box;
}
.visual .box .title {
    gap: 27px;
    text-transform: uppercase;
}
.visual .box .title h2 {
    font-size: 55px;
    line-height: 1.1;
    letter-spacing: 4.4px;
}
.visual .box .title p {
    max-width: 604px;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 1.76px;
}
.visual .box .icon_box {
    gap: 56px;
}
.visual .box .icon_box > div {
    gap: 15px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1.2px;
}
.visual .box .m_img {
    display: none;
}
.visual .box .bottom {
    gap: 95px;
}
.visual .box .bottom .btn_area {
    max-width: 370px;
    gap: 30px;
}
.visual .box .bottom .btn_area a {
    height: 69px;
    line-height: 69px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.28px;
}
.visual .box .bottom .btn_area a img {
    vertical-align: middle;
}
.visual .box .bottom .sns {
    display: none;
    max-width: 182px;
    margin: 0 auto;
}
.visual .box .bottom .sns a {
    width: 34px;
    height: 34px;
    border: 1px solid var(--white);
    justify-content: center;
    align-items: center;
}
.visual .box .bottom > p {
    color: var(--text);
    font-size: 14px;
    letter-spacing: 1.12px;
    font-style: italic;
}



.sec {
    padding: 180px 0;
    margin: -60px 0;
}
.sec .inner {
    gap: 75px;
}

.tit_box {
    gap: 25px;
}
.tit_box h4 {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: 2.88px;
    text-transform: uppercase;
}
.tit_box p {
    letter-spacing: 1.28px;
}


.sec01 .grid {
    gap: 65px;
}
.sec01 .grid > div {
    position: relative;
    width: calc(33.333% - 44px);
    background: var(--white);
    padding: 90px 35px 60px;
    gap: 30px;
    box-sizing: border-box;
}
.sec01 .grid > div .icon {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--key-color);
    width: 73px;
    height: 58px;
    justify-content: center;
}
.sec01 .grid > div strong {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.sec01 .grid > div p {
    letter-spacing: 1.28px;
}


.sec02 {
    background: linear-gradient(287deg, #1A1A1A 8.27%, #3B3A3A 121.1%);
    padding: 90px 0;
    overflow: hidden;
}
.sec02 .form {
    position: relative;
    gap: 22px;
}
.sec02 .form .txt_box {
    width: 522px;
    color: var(--white);
    gap: 80px;
}
.sec02 .form .txt_box .btn_area {
    position: relative;
    max-width: 385px;
}
.sec02 .form .txt_box .btn_area span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #ABABAB;
    background: #2D2C2C;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 15px;
    box-sizing: border-box;
}
.sec02 .form .txt_box .btn_area span svg {
    vertical-align: middle;
}
.sec02 .form .txt_box .btn_area button {
    width: 100%;
    height: 69px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    letter-spacing: 1.28px;
    text-transform: uppercase;
    margin-top: 40px;
}
.sec02 .form .img {
    position: relative;
    flex: 1;
}
.sec02 .form .img img {
    width: 100%;
}
.sec02 .form .img:before {
    content: '';
    position: absolute;
    top: -4%;
    left: -8%;
    border-radius: 1475px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 204, 102, 0.70) 0%, rgba(0, 204, 102, 0.00) 100%);
    filter: blur(75px);
    display: block;
    width: 1475px;
    height: 738px;
    transform: rotate(-7.163deg);
}


.sec04 {
    background: var(--key-color);
}
.sec04 .tit_box {
    align-items: end;
    color: var(--white);
}
.sec04 .tit_box p {
    font-size: 22px;
    letter-spacing: 1.76px;
    line-height: 1.4;
    text-transform: uppercase;
}
.sec04 .list {
    gap: 65px;
}
.sec04 .list .item {
    gap: 0 80px;
    background: var(--white);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}
.sec04 .list .item .thumb {
    width: 426px;
}
.sec04 .list .item .thumb img {
    width: 100%;
}
.sec04 .list .item .txt {
    flex: 1;
    width: 100%;
    gap: 15px;
    justify-content: center;
    padding: 15px 60px;
    box-sizing: border-box;
}
.sec04 .list .item .txt .tit {
    font-size: 22px;
    letter-spacing: 1.76px;
    line-height: 1.4;
}
.sec04 .list .item .txt .tit strong {
    text-transform: uppercase;
}
.sec04 .list .item .txt .percent span {
    display: inline-block;
    height: 31px;
    background: linear-gradient(90deg, #199356 0%, #43C986 100%);
}
.sec04 .list .item .txt > p {
    color: #2f2f2f;
    letter-spacing: 1.28px;
    margin-top: 15px;
}
.sec04 .list .item.gold {
    border: 4px solid #FCF4B8;
    background: linear-gradient(270deg, #D4AA60 0%, #FFFABF 53.37%, #C5983A 100%);
}
.sec04 .list .item.gold .txt .percent {
    gap: 15px;
    font-size: 15px;
    letter-spacing: 1.2px;
}
.sec04 .list .item.gold .txt .percent span {
    background: var(--black);
}
.sec04 .list .item.gold .txt > p {
    color: #000;
}




.sec05 {
    background: linear-gradient(334deg, #1A1A1A 6.24%, #3B3A3A 113.09%);
}
.sec05 .tit_box {
    color: var(--white);
}
.sec05 .list {
    gap: 36px;
}
.sec05 .list .item {
    width: calc(25% - 27px);
    background: var(--white);
}
.sec05 .list .item .tit {
    height: 121px;
    padding: 0 20px;
    gap: 15px;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    box-sizing: border-box;
}
.sec05 .list .item .tit .icon svg {
    vertical-align: middle;
}
.sec05 .list .item .tit strong {
    flex: 1;
    width: 100%;
}
.sec05 .list .item p {
    flex: 1;
    letter-spacing: 1.28px;
    padding: 35px 40px 20px 27px;
    box-sizing: border-box;
}
.sec05 .list .item .bottom {
    height: 78px;
    border-top: 2px solid var(--black);
    color: #ABABAB;
    letter-spacing: 1.28px;
    justify-content: center;
    padding: 10px 27px;
    box-sizing: border-box;
}
.sec05 .danger {
    color: var(--white);
    gap: 20px;
    letter-spacing: 1.28px;
    margin-top: 25px;
}
.sec05 .round {
    height: 122px;
    gap: 5px;
    text-transform: capitalize;
    letter-spacing: 1.28px;
    background: linear-gradient(90deg, #199356 0%, #FF0 35%, #FF991B 67.31%, #FF3336 100%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 0 42px;
    box-sizing: border-box;
}



.sec07 {
    background: url("../images/faq_bg.png")no-repeat 50% 0 / cover;
}
.sec07 .faq_box {
    gap: 65px;
    padding: 62px 50px;
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid var(--white);
    backdrop-filter: blur(3px);
    box-sizing: border-box;
}
.sec07 .faq_box .list {
    gap: 20px;
}
.sec07 .faq_box .list .item {
    padding: 30px 0;
    border-bottom: 2px solid #afafaf;
    gap: 30px;
    box-sizing: border-box;
}
.sec07 .faq_box .list .item:first-child {
    padding-top: 0;
}
.sec07 .faq_box .list .item .ques_btn {
    position: relative;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding-right: 60px;
    text-align: left;
    box-sizing: border-box;
}
.sec07 .faq_box .list .item .ques_btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 37px;
    height: 37px;
    background: url("../images/ic_plus.svg")no-repeat 50% 50% / 100%;
}
.sec07 .faq_box .list .item .answer {
    display: none;
    letter-spacing: 1.28px;
}
.sec07 .faq_box .list .item.open .ques_btn:after {
    background: url("../images/ic_minus.svg")no-repeat 50% 50% / 100%;
}
.sec07 .faq_box .list .item.open .answer {
    display: block;
}





@media screen and (max-width: 1640px) {
    .visual .box {
        padding: 180px 20px 55px;
    }
}
@media screen and (max-width: 1440px) {
    .visual .box {
        max-width: 460px;
    }
    .visual .box .title h2 {
        font-size: 44px;
    }
    .visual .box .title p {
        font-size: 18px;
    }


    .sec01 .grid {
        gap: 37px;
    }
    .sec01 .grid > div {
        width: calc(33.333% - 25px);
    }


    .sec04 .list .item {
        gap: 0 25px;
    }
    .sec04 .list .item .thumb {
        width: 370px;
    }
    .sec04 .list .item .txt {
        padding: 10px 25px;
        gap: 10px;
    }
}
@media screen and (max-width: 1280px) {
    .visual .box {
        gap: 50px;
    }
    .visual .box .title h2 {
        font-size: 35px;
    }
    .visual .box .title p {
        font-size: 16px;
    }
    .visual .box .icon_box {
        gap: 34px;
    }
    .visual .box .bottom {
        gap: 65px;
    }
    .visual .box .bottom .btn_area {
        gap: 20px;
    }
    .visual .box .bottom .btn_area a {
        height: 54px;
        line-height: 52px;
    }

    .tit_box h4 {
    	font-size: 30px;
	}


    .sec01 .grid {
        gap: 24px;
    }
    .sec01 .grid > div {
        width: calc(33.333% - 16px);
    }


    .sec02 .form .txt_box {
        width: 420px;
    }


    .sec05 .list {
        gap: 20px;
    }
    .sec05 .list .item {
        width: calc(25% - 15px);
    }
    .sec05 .round > div {
        width: 13%;
        text-align: center;
    }


    .sec07 .faq_box .list .item .ques_btn:after {
        width: 24px;
        height: 24px;
    }
}
@media screen and (max-width: 1024px) {
    .visual {
        text-align: center;
    }
    .visual .box {
        width: 100%;
        max-width: 100%;
        padding: 130px 20px 25px;
        gap: 30px;
    }
    .visual .box .title p {
        max-width: 620px;
        margin: 0 auto;
        font-size: 14px;
    }
    .visual .box .m_img {
        display: block;
        margin: 0 -20px;
        width: calc(100% - -40px);
    }
    .visual .box .icon_box {
        max-width: 500px;
        justify-content: space-between;
        gap: 15px;
        margin: 0 auto;
    }
    .visual .box .icon_box > div {
        font-size: 14px;
    }
    .visual .box .bottom {
        gap: 30px;
    }
    .visual .box .bottom .btn_area {
        max-width: 100%;
        flex-direction: row;
    }
    .visual .box .bottom .btn_area a {
        flex: 1;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
    }
    .visual .box .bottom .sns {
        display: flex;
    }
    .visual .box .bottom > p {
        font-size: 12px;
    }


    .sec {
        padding: 120px 0;
    }
    .sec .inner {
        gap: 40px;
    }

    .tit_box {
        gap: 20px;
        text-align: center;
    }
    .tit_box h4 {
        font-size: 25px;
    }
    .tit_box p {
        max-width: 700px;
        font-size: 14px;
        margin: 0 auto;
    }


    .sec01 .grid {
        gap: 30px;
    }
    .sec01 .grid > div {
        width: 100%;
        gap: 15px;
        padding: 70px 20px 30px;
        text-align: center;
    }
    .sec01 .grid > div .icon {
        left: 50%;
        transform: translateX(-50%);
        width: 52px;
        height: 40px;
    }
    .sec01 .grid > div .icon svg {
        transform: scale(0.6);
    }
    .sec01 .grid > div strong {
        font-size: 16px;
    }
    .sec01 .grid > div p {
        font-size: 14px;
    } 


    .sec02 {
        overflow: hidden;
    }
    .sec02 .form {
        padding-bottom: 80px;
    }
    .sec02 .form .txt_box {
        width: 100%;
        max-width: 100%;
    }
    .sec02 .form .img {
        flex: none;
        width: 100%;
        margin: 25px 0;
    }
    .sec02 .form .img:before {
        width: 120%;
        height: 110%;
    }
    .sec02 .form .img img {
        position: relative;
        width: 118%;
        left: -11%;
    }
    .sec02 .form .txt_box .btn_area {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
    .sec02 .form .txt_box .btn_area span {
        padding: 12px;
    }
    .sec02 .form .txt_box .btn_area span svg {
        width: 42px;
    }


    .sec04 .tit_box {
        flex-direction: column;
        align-items: center;
        gap: 13px;
    }
    .sec04 .tit_box p {
        font-size: 18px;
    }
    .sec04 .list {
        gap: 30px;
    }
    .sec04 .list .item .thumb {
        width: 100%;
    }
    .sec04 .list .item .txt {
        padding: 30px 20px;
    }
    .sec04 .list .item .txt .tit {
        font-size: 15px;
        letter-spacing: 0.75px;
    }
    .sec04 .list .item .txt .percent span {
        height: 16px;
    }
    .sec04 .list .item .txt > p {
        font-size: 14px;
        letter-spacing: 1.12px;
        margin-top: 10px;
    }


    .sec05 .list .item {
        width: calc(50% - 10px);
    }
    .sec05 .list .item .tit {
        height: 80px;
        font-size: 16px;
        gap: 10px;
        justify-content: center;
    }
    .sec05 .list .item .tit .icon svg {
        width: 31px;
    }
    .sec05 .list .item .tit strong {
        flex: none;
        width: auto;
    }
    .sec05 .list .item p {
        padding: 30px 20px;
    }
    .sec05 .list .item .bottom {
        height: 50px;
        font-size: 14px;
        text-align: center;
    }
    .sec05 .danger,
    .sec05 .round {
        display: none;
    }


    .sec07 .faq_box {
        padding: 40px 0;
        gap: 40px;
    }
    .sec07 .faq_box .list {
        gap: 0;
    }
    .sec07 .faq_box .list .item {
        gap: 15px;
    }
    .sec07 .faq_box .list .item:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .sec07 .faq_box .list .item .ques_btn {
        font-size: 16px;
        padding-right: 0;
        text-align: center;
        padding: 0 25px;
        line-height: 1.35;
        letter-spacing: 0.96px;
    }
    .sec07 .faq_box .list .item .ques_btn:after {
        display: none;
    }
    .sec07 .faq_box .list .item.open .answer {
        font-size: 14px;
        text-align: center;
        padding: 0 16px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 768px) {
    .sec05 .list .item {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
    .visual .box .title h2 {
        font-size: 28px;
    }
    .visual .box .icon_box > div {
        font-size: 12px;
    }
}