@import url('https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');

:root {
    --veat-main-color: #344b92;
    --veat-purple-color: #554475;
    --yellow: #ffeeb5;
    --red: #a52615;
}

*{
    box-sizing: border-box;
}
body{
    font-family: "Lato", "Noto Sans KR", sans-serif;
    font-weight: 600;
    background-color: #eee;
}
html,body{
    margin:0;
    padding:0;
    font-size: 18px;
}
p{
    line-height: 170%;
    word-break: keep-all;
}
.container{
    margin:0 auto;
    max-width: 700px;
    width: 100%;
    background-color: #fff;
}
header.header {
    padding: 15px 30px 0;
}
.hero .smallheader{
    color: var(--veat-main-color);
    border: 3px solid var(--veat-main-color);
    padding: 10px 15px;
    margin: 0 30px;
}
.hero .smallheader > p{
    margin: 0;
    font-size: 0.8em;
    font-weight: 900;
}
img.ornament{
    display: block; 
    margin: 30px auto 60px; 
    width: 40px;
}
.hero h1{
    font-family: "Geologica", sans-serif;
    font-weight: 600;
    font-size: 5em;
    text-align: center;
    color: var(--veat-main-color);
    margin: 60px auto 80px;
    letter-spacing: -0.02em;
}
.header .subtitle{
    font-size:12px;
    border-bottom: 1px solid var(--veat-main-color);
}
.header .subtitle h2{
    margin: 5px 0;
    font-size: 12px;
    line-height: 100%;
}
.article-title-area p.head-quote{
    margin: -10px auto -40px;
    padding: 0;
    font-size: 3em;
    font-family: serif;
    color: #c9c9c9;
    font-style: oblique;
}
.article-title-area p.customer-quote{
    font-weight: 400;
    margin: 10px auto;
    font-style: oblique;
    letter-spacing: -0.025em;
    color: #000000;
}
div.hero {
    padding: 30px 0 0;
    background-image: url(img/legaltune_head.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
div.hero h2{
    font-size: 2.4em;
    line-height: 1.3em;
    letter-spacing: -0.07em;
    margin: 0;
}
div.hero h2 > span{
    color: var(--veat-purple-color);
}
.inner{
    padding-left: 30px;
    padding-right: 30px;
}
section{
    padding:20px 30px;
}
.blue{
    color:#055282;
}
.emp{
    font-weight: 700;
}
.article-title-area{
    text-align: center;
    padding: 0 0 8px;
    margin: 30px 30px 0px;
}
.article-title-area h2 {
    margin: 30px 0 20px;
    font-size: 1.7em;
    line-height: 1.25em;
    letter-spacing: -0.05em;
    color: var(--veat-main-color);
}
h2.midtitle{
    font-weight: 700;
    margin:0;
    padding:0 0 15px;
    border-bottom: 1px solid var(--veat-main-color);
    color: var(--veat-main-color);
    font-size: 1.7em;
}
.icon-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
    column-gap: 40px;
    margin: 20px 0;
}
.icon-content > div {
    text-align: center;
    padding: 20px 0;
}
.icon-content > div p.title{
    font-size: 0.9em;
    color: var(--veat-main-color);
    margin: 7px auto;
}
.icon-content > div p{
    margin: 0 auto;
    font-size: 0.7em;
}
.icon-content > div > img {
    display: inline-block;
    max-width: 60px;
    max-height: 60px;
    object-fit: contain;
    aspect-ratio: 1;
}


h2.midcomment{
    font-size: 16px;
    font-weight: 700;
    margin:30px auto 50px;
    line-height: 180%;
    word-break: keep-all;
    font-family: "Gowun Dodum", sans-serif;
}
h2.midcomment .emp{
    font-family: "Gowun Dodum", sans-serif;
}
div.report-type{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 20px auto;
}
div.report-type p{
    text-align: center;
    border: 1px solid #ccc;
    padding:20px 0;
    font-weight: 700;
    margin:0;
    font-size: 18px;
    color:#055282;
}
div.report-process{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}
div.report-process .report-step{
    width: 25%;
    text-align: center;
}
div.report-process .report-step div.line{
    height:3px;
    width:100%;
    position: relative;
    background-color: var(--veat-main-color);
}
div.report-process .report-step div.line > div.circle{
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #fff;
    background-color: var(--veat-main-color);
    left: calc(50% - 7px);
    border-radius: 10px;
    top:-5px;
}
div.report-process p{
    margin: 5px 0;
    word-break: keep-all;
    line-height: 140%;
}
div.report-process p.step{
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size:12px;
    color: #333;
}
div.report-process p.step-title{
    font-size: 14px;
    margin: 20px 0 0;
    font-weight: 700;
    min-height: 40px;
    color: var(--veat-main-color);
    padding:0 15px;
}
div.report-process p.step-summary{
    font-size: 12px;
    padding: 0 15px;
}
.strongpoint{
    display: grid;
    gap: 30px;
    margin: 15px 0;
    padding: 15px 0 30px;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.strongpoint p{
    font-size: 0.8em;
    line-height: 1.6em;
    margin: 15px 0;
}
.strongpoint p.title{
    font-weight: 700;
    font-size: 1em;
    line-height: 1.4em;
    color: var(--veat-main-color);
    margin-bottom: -10px;
}
.strongpoint .image{
    border-radius: 1000px;
    overflow: hidden;
    aspect-ratio: 1;
    max-width: 150px;
    max-height: 150px;
}
.strongpoint img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.strongpoint.rightimage{
    grid-template-columns: 70% 20%;
}
.strongpoint.leftimage{
    grid-template-columns: 20% 70%;
}
.button-area{
    text-align: center;
}
button#submit-btn{
    position: fixed;
    bottom: 60px;
    box-shadow: 0px 3px 10px rgba(75,75,75,0.15);
    border-radius: 9px;
}
button.submit-btn{
    background-color: var(--veat-main-color);
    left: calc(50% - 150px);
    color:#fff;
    border:0;
    padding: 15px;
    width: 300px;
    max-width: 700px;
    cursor:pointer;
    font-size: 20px;
    font-weight: 500;
}
section.contact > .wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    border-top: 3px solid #eee;
    padding: 30px 20px 30px;
}
section.contact .logo{
    width: 50%;
}
section.contact .address{
    padding:0 20px;
    margin-bottom: 160px;
}
section.contact p{
    margin: 0;
    font-size: 14px;
    color: #787878;
}
section.contact .logo img{
    width: 160px;
    display: block;
    margin-bottom: 20px;
}
section.contact .contact-area{
    width: 50%;
}
section.contact .contact-area ul{
    padding: 0;
    list-style: none;
    margin: 0;
    font-size: 14px;
    width:100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    gap:20px;
    align-items: center;
}
section.contact .contact-area ul li{
    margin: 0 0 5px 0;
}
.fxform{
    padding: 20px;
}
.fxform h1{
    text-align: center;
    font-size: 32px;
    margin:0 0 20px;
    padding: 20px 0;
    border-bottom: 1px solid #333;
}
.form-content{
    margin-bottom: 20px;
}
.form-content label{
    font-weight: 700;
    font-size: 16px;
}
.form-content input[type=text],
.form-content input[type=email]{
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 16px;
    margin: 5px 0;
    border: 1px solid #777;
    border-radius: 5px;
}
.form-content textarea{
    display: block;
    width: 100%;
    border: 1px solid #777;
    border-radius: 5px;
    padding: 10px;
    min-height: 160px;
    resize: vertical;
    font-size: 16px;
    margin: 5px 0;
}
.terms{
    font-size: 12px;
    line-height: 150%;
    padding:20px;
    border: 1px solid #777;
    border-radius: 5px;
}
.terms h2{
    margin: 10px 0;
    font-size: 16px;
}
.terms-check{
    margin:20px 0 0;
    cursor: pointer;
}
span.required{
    color: #0c73b3;
    font-size:14px;
    position: relative;
    top: -3px;
}
#modal {
    display: none;
}
#modal.show {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    z-index: 150;
}
#modal .modal-body{
    width: 95vw;
    max-width: 600px;
    height: 95vh;
    padding: 30px;
}
#modal .modal-body .body {
    width: 100%;
    height: 100%;
    padding: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    overflow-y: auto;
    font-size: 0.8em;
    font-weight: 500;
}
#modal .modal-body .body p{
    word-break: break-all;
    text-align: justify;
    letter-spacing: -0.01em;
    margin: 30px 0;
}
#modal .modal-body .body ul{
    margin: 10px 0;
    padding-left: 35px;
}
#modal .modal-body .body ul li{
    margin: 10px 0;
    font-size: 0.9em;
}

@media all and (max-width: 600px){
    body{
        font-size: 14px;
    }
    .container{
        overflow-x: hidden;
    }
    div.picto p, ul.case-list li{
        font-size: 14px;
    }
    div.hero{
        min-height: 100px;
    }
    .hero h1{
        margin-top: 60px;
        font-size: 4em;
    }
    img.ornament{
        margin: 30px auto 130px; 
    }
    h2.midtitle{
        font-size: 18px;
    }
    div.picto{
        padding:0;
        gap: 20px;
    }
    div.picto p{
        word-break: unset;
    }
    div.picto p:before, ul.case-list li:before{
        width: 25px;
        height: 15px;
    }
    h2.midcomment{
        font-size: 18px;
    }
    div.report-process{
        flex-wrap: wrap;
    }
    div.report-process .report-step{
        width: 50%;
        margin-bottom: 20px;
    }
    div.report-process p.step-title{
        min-height: 0;
    }
    .fxform h1{
        font-size: 20px;
    }
    button#submit-btn {
        bottom: 20px;
        font-size: 1.2em;
        width: 300px;
    }
    button.submit-btn{
        width: 100%;
        font-size: 1em;
    }
    section.contact > .wrap{
        display: block;
    }
    section.contact .contact-area{
        width: 100%;
    }
    section.contact .contact-area ul{
        justify-content: flex-start;
        padding-left: 5px;
    }
}