:root {
    --signature: #017660;
    --green1: #0e9d61;
    --blue1: #133265;
    --blue2: #003b8c;
    --blue3: #4b7098;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Pretendard', 'Roboto', 'Noto Sans KR', sans-serif;
    /* font-family: 'Pretendard', sans-serif; */
    /* font-family: 'Raleway', sans-serif; */
    /* font-family: 'Rubik', sans-serif; */
    box-sizing: border-box;
    line-height: 1.2;
    -webkit-font-smoothing: auto;
    color: var(--main-black);
}

html {
    position: relative;
    max-width: 100vw;
    width: 100%;
    overflow-x: hidden;
}

body {
    max-width: 100vw;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.body-lock{
    overflow-y: hidden;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

a {
    text-decoration: none;

}

input:focus {
    outline: none;
}

button {
    outline: 0;
    border: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: var(--main-black);
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
    -webkit-text-fill-color: var(--main-black);
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

.br-hide{
    display: block;
}

.wrap {
    position: relative;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.container{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding:0 5px;
}

.section-title {
    font-size: 34px;
    font-weight: 700;
    text-align: left;
    transform: translateX(30px);
    opacity: 0;
}

.highlight-text {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    opacity: 0;
    transform: translateY(40px);
    color: #121212;
    word-break: keep-all;
}
.highlight-text span {
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
}

.section-des{
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    text-align: left;
    word-break: keep-all;
}

.section-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    word-break: keep-all;
}

.section-tag {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-align:left;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    transform: translateX(-25px);
    opacity: 0;
    background: linear-gradient(to right, #017660,#0e9d61, #4b7098);

    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width:1200px){
    .container{
        padding:0 5%;
    }   
}
@media screen and (max-width:991px){
    .container{
        padding:0 4%;
    }   
    .section-title {
        font-size: 32px;
    }
    .section-des{
        font-size: 20px;
        line-height: 28px;
    }
    .highlight-text{
        font-size: 32px;
        line-height: 40px;
    }
    .highlight-text span{
        font-size: 32px;
        line-height: 40px;
    }
}
@media screen and (max-width:768px){
    .br-hide{
        display: none;
    }
    .container{
        padding:0 3%;
    }   
    .section-title {
        font-size: 30px;
    }
    .section-tag{
        font-size: 18px;
        margin-bottom: 6px;
    }
    .section-des{
        font-size: 18px;
        line-height: 26px;
    }
    .highlight-text{
        font-size: 28px;
        line-height: 38px;
    }
    .highlight-text span{
        font-size: 28px;
        line-height: 38px;
    }
    .section-text {
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
    }
}



/* sub common */
.sub-top{
    width: 100%;
    height: 280px;
    background-color: #ffffff;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 30px 40px;
}
.sub-title{
    font-size: 56px;
    font-weight: 700;
    user-select: none;
    line-height: 64px;
    letter-spacing: -1px;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(30px);
}
.sub-banner{
    width: 100%;
    height: 480px;
    background-size: 100%;
    padding: 0;
}
@media screen and (max-width:1200px){
    .sub-top{
        padding:22px 5%;
    }
}
@media screen and (max-width:991px){
    .sub-top{
        height: 240px;
        padding:22px 4%;
    }
    .sub-title{
        font-size: 50px;
        line-height: 1.2;
    }
    .sub-banner{
        height: auto;
        padding-bottom: 56.25%;
    }    
}
@media screen and (max-width:768px){
    .sub-top{
        height: 220px;
        padding:18px 3%;
    }
    .sub-title{
        font-size: 40px;
    }
}



/* footer */
footer{
    width: 100%;
    background-color: #121212;
    padding:40px 0;
}
.footer-top{
    padding-bottom: 20px;
}
.ft-logo{
    display: inline-block;
    max-width: 184px;
    margin-bottom: 20px;
}
.address-wrap li{
    margin: 4px 0;
    font-size: 14px;
    color: #ffffff;
}
.footer-bottom{
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #868686;
}
.copy-text{
    font-size: 12px;
    color: #868686;
}
@media screen and (max-width:991px){
    footer{
        padding:30px 0;
    }
    .ft-logo{
        max-width: 148px;
    }
}