@charset "utf-8";


/* 전체 레이아웃 설정 */
body {
    min-width:320px;
}
header, main, section {
    width:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items: center;
}

header .wrap, footer .ctt_wrap{
    width:100%;
    max-width:1170px;
}
.ctt_wrap {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:100px 15px;
    gap:28px;
    width: 100%;
    max-width: 800px;
}

header .wrap {
    display:flex;
}

.ctt_wrap > .title{
    display:flex;
    gap:10px;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}


/* 공통 버튼 */
a.moveToService {
    padding:16px 28px;
    display:block;
    background-color:#faD02C;
    border-radius:999px;
    font-weight:700;
    color:#152f56;
    line-height:100%;
    font-size:16px;
    width:auto;
}
button.submit {
    padding:16px 28px;
    display:block;
    background-color:#278EE7;
    border-radius:999px;
    font-weight:700;
    color:#fff;
    line-height:100%;
    font-size:16px;
}
div.code+ div:has(button.submit) {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:12px;
}


/* 텍스트 */
* {
    text-align:center;
}
h3 {
    font-size:40px;
    color:#191919;
    letter-spacing:-1px;
    font-weight:800;
    line-height:130%;
}
.title strong {
    font-size:26px;
    font-weight:400;
    color:#3A68AC;
    letter-spacing:-0.8px;
}
p {
    font-size:20px;
    font-weight:400;
    color:#808387;
    line-height: 160%;
    letter-spacing:-0.5px;
}
p > strong {
    font-weight:600;
    color:#4A505A;
}


/* 헤더 */
header {
    background-color:#101e32;
    position:sticky;
    top:0;
    padding:15px;
}
header .wrap {
    display:flex;
    align-items: center;
    gap:15px;
}
header .wrap img {
    height:20px;
}
header .wrap strong {
    font-size:18px;
    color:#fff;
    font-weight: 600;
    text-align: left;
    padding-left:15px;
    border-left:1px solid #ffffff37;
}

/* 메인 */
.main {
    background-color:#152F56;
}
.main .title {
    display: flex;
    justify-content:center;
}
.main strong::before{
    content:'';
    display:block;
    margin:0 auto;
    width:50px;
    height:2px;
    background-color:#334D75;
    margin-top:30px;
    margin-bottom:30px;
}
.main strong {
    font-size:32px;
    color:#dae4f2;
    font-weight:300;
}
.main h2 {
    color:#fff;
    font-size:60px;
    letter-spacing:-1px;
}
.main p {
    font-size:30px;
    color:#FAD02C;
    font-weight:300;
    margin-bottom:20px;
}

/* 섹션4 */
.sec04 .ctt_wrap {
    max-width:1000px;
}
.sec04 .process_wrap {
    display: flex;
    align-items:center;
}
.sec04 .process_wrap img {
    max-width:50%;
}
.sec04 .process {
    display:flex;
    flex-direction:column;
    gap:12px;
    padding:0 40px;
}
.sec04 .process li * {
    text-align:left;
}
.sec04 .process .title {
    display: flex;
    align-items:center;
    gap: 8px;
    margin-bottom:10px;
}
.sec04 .process li .title span {
    display:block;
    text-align:center;
    font-size:16px;
    font-weight:700;
    color:#fff;
    border-radius:999px;
    width: 30px;
    height:30px;
    line-height:30px;
    overflow:hidden;
}

.sec04 .process li:nth-child(1) .title span {
    background-color: #C0C6CF;
}
.sec04 .process li:nth-child(2) .title span {
    background-color: #8695AB;
}
.sec04 .process li:nth-child(3) .title span {
    background-color: #486084;
}
.sec04 .process li:nth-child(4) .title span {
    background-color: #3A68AC;
}

.sec04 .process li .title strong {
    font-size:20px;
    font-weight: 600;
    color:#494949;
}
.sec04 .process li p {
    border-left:1px solid #cbcbcb;
    font-size:18px;
    margin-left:14px;
    line-height:100%;
    padding:7px 0 7px 24px;
}
.sec04 .process li:last-child p {
    border:none;
    padding-bottom:0;
}
.sec04 .code {
    display:flex;
    gap:25px;
    align-items: center;
}
.sec04 .code label {
    font-size:20px;
    font-weight:600;
    color:#191919;
    word-break:keep-all;
}
.sec04 .code input {
    border:1px solid #E6E9EE;
    font-size:20px;
    padding:15px 18px;
    line-height:100%;
    text-align:left;
    border-radius:5px;
    width:100%;
    max-width:300px;
    color:#191919;
}
.sec04 .code input:focus {
    outline:none;
}
.sec04 .code input::placeholder {
    color:#8E8E8E;
}

/* 섹션 5 */
.sec05 {
    background-color: #F3F5FA;
}

.sec05 .trust_wrap {
    display: flex;
    flex-direction:column;
    gap:15px;
    width: 100%;
}

.sec05 .trust_wrap li {
    padding:35px 30px;
    background-color: #fff;
    border-radius: 8px;
    display:flex;
    gap:16px;
}
.sec05 .trust_wrap li img {
    width:50px;
    height:50px;
}
.sec05 .trust_wrap li * {
    text-align: left;
}
.sec05 .trust_wrap li div strong  {
    font-size:20px;
    font-weight: 600;
    color:#494949;
    display:block;
    margin-bottom:6px;
}
.sec05 .trust_wrap li div p {
    font-size:18px;
    word-break: keep-all;
}


/* 섹션 6 */
.sec06 {
    background-color:#2C313E;
}
.sec06 .title strong {
    color:#FAD02C;
}
.sec06 .title h3 {
    color:#fff;
}
.sec06 img {
    width:100%;
    margin-bottom:25px;
}
.sec06 img + div {
    display:flex;
    width:100%;
    gap:40px;
}
.sec06 img + div * {
    text-align:left;
    display:block;
}

.sec06 .finmodeun_symbol {
    width:35px;
    margin-bottom:15px;
}
.sec06 .finmodeun_symbol + strong {
    font-size:20px;
    line-height:150%;
    color:#fff;
    font-weight:600;
}
.sec06 .trust_wrap {
    padding-left: 40px;
    border-left:1px solid #ffffff1b;
}
.sec06 .trust_wrap li {
    display:flex;
    flex-direction:column;
}
.sec06 .trust_wrap li:not(:last-child) {
    margin-bottom:45px;
}
.sec06 .trust_wrap li h4 {
    font-weight:600;
    color:#fff;
    font-size:20px;
    margin-bottom:5px;
}
.sec06 .trust_wrap li p {
    font-size:18px;
    color:#A3A8AF;
}


/*푸터*/
footer {
    background-color:#EDEEEF;
    display: flex;
    justify-content:center;
}
footer .ctt_wrap {
    align-items:flex-start;
    gap:0px;
}
footer .ctt_wrap h6 {
    font-size:20px;
    color:#5A5A64;
    margin-bottom:10px;
}
footer .info {
    display: flex;
    width:100%;
}
footer .info ul {
    width:50%;
    display:flex;
    flex-direction: column;
    gap:9px;
}
footer ul li {
    text-align:left;
}
footer ul li a {
    text-align: left;
}
footer .info ul:nth-child(1) li {
    font-size:18px;
    color:#9b9b9f;
    letter-spacing:-0.8px;
}
footer .info ul:nth-child(1) li:last-child {
    text-decoration: underline;
}
footer .info ul:nth-child(2) li a {
    font-size:18px;
    color:#939397;
    font-weight:500;
}
footer .info + ul {
    margin-top:40px;
    padding-top:40px;
    border-top:1px solid #93939736;
    display:flex;
    flex-direction:column;
    gap:8px;
}
footer .info + ul li {
    font-size:15px;
    color:#9b9b9f;
    letter-spacing:-0.5px;
} 




/* 반응형 */
br.mov {
    display:none;
}

@media screen and (max-width:890px) {
    .sec04 .process li p {
        line-height:140%;
    }
    footer .info {
        flex-direction: column;
        gap:40px;
    }
    footer .info ul {
        width:100%;
    }
}
@media screen and (max-width:600px) {
    header .wrap strong {
        font-size:14px;
        word-break: keep-all;
    }
    header .wrap img {
        height:18px;
    }
    header .wrap a {
        padding:4px 7px;
    }
    .ctt_wrap {
        gap:18px;
        padding-top:70px;
        padding-bottom:70px;
    }
    .main h1 img {
        width:100px;
    }
    .main strong {
        font-size:20px;
    }
    .main h2 {
        font-size:40px;
        word-break: keep-all;
    }
    .main p {
        font-size:20px;
    }
    .ctt_wrap > .title {
        gap:5px;
    }
    .title strong {
        font-size:20px;
    }
    .title h3 {
        font-size:28px;
        word-break: keep-all;
    }
    p {
        font-size:15px;
    }
    .sec04 .process_wrap {
        flex-direction: column;
    }
    .sec04 .process_wrap img{
        max-width:100%;
    }
    .sec04 .process {
        padding:40px 0 12px 0;
        max-width:100%;
        gap:20px;
    }
    .sec04 .process .title {
        margin-bottom:10px;
    }
    .sec04 .process li .title span {
        width:20px; 
        height:20px;
        font-size:12px;
        line-height:22px;
    }
    .sec04 .process li .title strong {
        font-size:18px;
    }
    .sec04 .process li p {
        font-size:15px;
        margin-left:10px;
        padding:0 18px;
        word-break: keep-all;
    }
    .sec04 .code{
        gap:12px;
    }
    .sec04 .code label {
        font-size:18px;
    }
    .sec04 .code input {
        font-size:18px;
    }
    .sec05 .trust_wrap li {
        padding:30px;
    }
    .sec05 .trust_wrap li div strong {
        font-size:18px;
    }
    .sec05 .trust_wrap li div p{
        font-size:15px;
    }
    .sec06 .finmodeun_symbol + strong, .sec06 .trust_wrap li h4 {
        font-size:18px;
        word-break: keep-all;
    }
    .sec06 .trust_wrap li p {
        font-size:15px;
    }
    footer .ctt_wrap h6 {
        font-size:18px;
    }
    footer .info {
        gap:20px;
    }
    footer .info ul {
        gap:7px;
    }
    footer .info ul:nth-child(1) li {
        font-size:15px;
    }
    footer .info ul:nth-child(2) li a {
        font-size:15px;
    }
    footer .info + ul {
        margin-top:20px;
        padding-top:20px;
    }
    footer .info + ul li {
        font-size:12px;
        line-height:150%;
    }
}
@media screen and (max-width:400px) {
    .sec06 img + div {
        flex-direction: column;
        gap:20px;
    }
    .sec06 .trust_wrap {
        padding:0;
        border:0;
    }
    .sec06 .trust_wrap li:not(:last-child) {
        margin-bottom:20px;
    }
    div.code+ div:has(button.submit) {
        flex-direction:column;
    }
}