/* css 드래그 이벤트 차단 */
.disableDrag {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.grecaptcha-badge{
    visibility: hidden;
}

* {
    transition: 0.3s;
}

/* header */
#header {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 0px 40px;
    justify-content: center;
    align-items: center;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

#header.gnb-white {
    background: #FFF;
    border-bottom: 2px solid #00614F;
}

.logo {
    width: 306px;
    cursor: pointer;
    position: absolute;
    left: 40px;
}

#header nav {
    overflow: hidden;
    margin: 0;
    height: 100%;
}

#header nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#header nav>ul>li {
    display: flex;
    box-sizing: border-box;
    padding: 24px 32px;
    justify-content: center;
    align-items: center;
    color:#FFF;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.45px;
    cursor: pointer;
}

#header.gnb-white nav>ul>li {
    color: #00614F;
}

#header nav>ul>li:hover, .tap {
    color: #00352B;
    font-weight: 600 !important;
}

.header-div {
    position: absolute;
    right: 40px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
    padding: 8px 16px;
    color: #FFF;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.5px;
    background: #00614F;
    border-radius: 99px;
}

.call:hover {
    background: #00352B;
}

.mo-menu-open {
    display: none;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: transparent;
}

.mo-menu-open svg {
    width: 28px;
    height: 28px;
}

.mo-menu-open:hover {
   opacity: 0.8;
}

#header.gnb-white .mo-menu-open svg path {
    stroke: #00614F;
}

.mo-menu {
    width: 100%;
    height: 100%;
    display: none;
    background: #FFF6E9;
    position: fixed;
    left: 0;
    z-index: 101;
}

.mo-menu-top {
    height: 65px;
    box-sizing: border-box;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mo-menu-bottom {
    width: 100%;
    height: calc(100% - 65px);
    box-sizing: border-box;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.menu-close {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    cursor: pointer;
    position: absolute;
    right: 20px;
}

.mo-menu nav {
    width: 100%;
}

.mo-menu nav>ul>li {
    width: 100%;
    color: #00614F;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%; /* 28px */
    letter-spacing: -0.5px;
    box-sizing: border-box;
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #00614F;
}

.mo-menu nav>ul>li>span {
    box-sizing: border-box;
    padding: 8px 15px;
    border-radius: 100px;
}

.mo-menu nav>ul>li:hover,.mo-menu .tap {
    color: #00352B !important;
    background: transparent !important;
}

.menu-char {
    width: 200px;
    position: absolute;
    bottom: 40px;
}

/* footer */
footer {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    background: #00614F;
    display: flex !important;
    padding: 65px 0 105px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
}

.footer-big-container {
    display: flex;
    max-width: 1280px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-container {
    display: flex;
    gap: 56px;
    align-items: flex-start;
}

.footer-logo {
    width: 132px;
    opacity: 0.5;
}

.footer-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-wrapper>p {
    color: #FFF;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
}

.footer-wrap {
    display: flex;
    align-items: center;
}

.footer-div, .footer-inner>p {
    box-sizing: border-box;
    display: flex;
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.4px;
    align-items: center;
    word-break: keep-all;
}

.footer-div:first-child {
    padding-right: 10px;
    height: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.70);
}

.footer-div:last-child {
    padding-left: 10px;
}

.footer-inner {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}

.footer-big-container>p {
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.35px;
    display: none;
}

.footer-right {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-right>p:first-child {
    display: flex;
    gap: 5px;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}

.footer-right>p:last-child {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
}

.up-btn {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
    z-index: 5;
}

.up-btn:hover {
    background: #ceefe8;
}

#floating-container {
    max-width: 1340px;
    width: 100%;
    position: fixed;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    z-index: 50;
    background: #FFF6E9;
    padding: 12px 40px;
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    transition: 1s all;
    box-sizing: border-box;
}

.floating-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

#floating-container img {
    width: 110px;
}

.floating-call {
    font-size: 28px;
    line-height: 110%; /* 30px */
    font-weight: 700;
    letter-spacing: -0.7px;
}

.floating-form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    transition: 0.1s all;
}

.floating-contact {
    width: calc(100% - 230px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.input-wrap {
    width: calc(100% - 352px);
    display: flex;
    align-items: center;
    gap: 8px;
}

.input-wrap input[type="text"], select {
    width: 33.3%;
    border: 1px solid #E4E4E4;
    background: #FFF;
    display: flex;
    height: 58px;
    box-sizing: border-box;
    padding: 0px 15px;
    align-items: center;
    color: #111;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.45px;
    border-radius: 0;
}

select {
    color: rgba(34, 34, 34, 0.50);
    font-size: 18px !important;
    line-height: 140% !important;
    font-weight: 400;
    letter-spacing: -0.45px;
    padding: 0 20px;
}

.input-wrap input[type="text"]::placeholder, select {
    color: #8E8E8E;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%; /* 150% */
    letter-spacing: -0.45px;
}

option {
    color: #111;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.45px;
}

.floating-form-wrap {
    display: flex;
    align-items: center;
    gap: 40px;
}

.floating-agree-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.round-checkbox {
    width: 24px;
    height: 24px;
    appearance: none;
    position: relative;
    cursor: pointer;
    border: 1px solid #00614F;
    background: #FFF;
    border-radius: 0;
}

.round-checkbox:checked::before {
    font-size: 100%;
    color: #fff;
    position: relative;
}

.round-checkbox:checked {
    background-image: url("../img/check.png");
    background-size: 15px !important;
    background-position: center center !important;
    background-color: #00614F;
    background-repeat: no-repeat;
    border: none;
}

.agree {
    color: #00614F;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: normal;
    letter-spacing: -0.45px !important;
    cursor: pointer;
}

.agree-open {
    text-decoration: underline;
}

.f-btn {
    display: flex;
    width: 200px;
    height: 58px;
    box-sizing: border-box;
    padding: 0px 20px;
    justify-content: center;
    align-items: center;
    background: #00614F;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.6px;
    border: none;
    border-radius: 0;
}

.f-btn:hover {
    background: #00352B;
}

.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.8s ease-in-out;
}

.floating-mo-form {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #FFF6E9;
    display: none;
    box-sizing: border-box;
    padding: 16px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    z-index: 50;
}

.mo-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.floating-mo-div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.floating-mo-div img {
    width: 180px;
}

.agree-modal {
    position: fixed;
    top: 2.5vh;
    width: 1080px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    cursor: pointer;
    z-index: 1005;
    box-sizing: border-box;
    padding: 0 48px;
    padding-top: 60px !important;
    padding-bottom: 20px !important;
    justify-content: initial !important;
    height: 95vh;
    gap: 20px !important;
    display: none;
}

.agree-close {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: end;
    cursor: pointer;
}

.agree-close > svg {
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.80);
    padding: 6.4px 6.4px 5.6px 5.6px;
}

.agree-close>svg:hover {
    background: #000;
    transition: 0.3s;
}

.agree-modal>.title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.p24 {
    color: #111;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
}

.p40 {
    color:  #111;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px; /* 130% */
    letter-spacing: -1px;
}

.content-div {
    margin-top: 20px;
    height: 81%;
    overflow: hidden;
}

.agree-modal>.content-div>.content {
    height: 100%;
    overflow: scroll;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #505050;
    padding-bottom: 20px;
}

.agree-logo {
    width: 200px;
}

.mo-tit {
    display: none;
}

.modal-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 1001 !important;
}

.normal {
    font-weight: 400 !important;
}

.medium {
    font-weight: 500 !important;
}


.bold {
    font-weight: 700 !important;
}

.semibold {
    font-weight: 600 !important;
}

.heavy {
    font-weight: 900 !important;
}

.bold-g {
    font-family: "Gmarket Sans";
}

.primary {
    color: #00614F !important;
}

.o {
    color: #FF5151 !important;
}

.w {
    color: #FFF !important;
}

.sub {
    color: #505050 !important;
}

.y {
    color: #FFE96E !important;
}

.st-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;
    gap: 8px;
}

.st-div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.st-tit {
    color: #FFF;
    text-align: center;
    font-size: 64px;
    font-weight: 900;
    line-height: 140%; /* 112px */
    letter-spacing: -1.6px;
    position: relative;
    z-index: 5;
}

.st-sub-tit {
    color: #00614F;
    text-align: center;
    font-size: 48px;
    font-weight: 900;
    line-height: 100%; /* 60px */
    letter-spacing: -1.2px;
    position: relative;
    z-index: 5;
}

.justify-end {
    justify-content: flex-end !important;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

/* 1024px */
.br-1024 {
    display: none;
}

/* 900px */
.mi-br {
    display: none;
}

/* 768px */
.ta-br {
    display: none;
}

/* 650px */
.mo-br {
    display: none;
}

/* 480px */
.xs-br {
    display: none;
}

/* 400px */
.xxs-br {
    display: none;
}

@media(min-width: 1700px) {
    #floating-container {
        max-width: 1500px;
    }
}

@media(max-width: 1500px) {
    .logo {
        width: 270px;
    }
}

@media(max-width: 1400px) {
    #header nav>ul>li {
        padding: 24px;
    }
    #floating-container {
        max-width: unset;
        bottom: 0;
    }
}

@media(max-width: 1280px) {
    #header {
        padding: 0 20px;
    }
    #header.gnb-white {
        border-bottom: 1px solid #00614F;
    }
    .logo {
        width: 240px;
        left: 20px;
    }
    .header-div {
        right: 20px;
    }
    #header nav>ul>li {
        padding: 16px;
    }
    #floating-container {
        padding: 12px 20px;
    }
    .floating-div {
        gap: 8px;
    }
    #floating-container img {
        width: 95px;
    }
    .floating-call {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .floating-contact {
        width: calc(100% - 179px);
    }
    .input-wrap input[type="text"], select {
        height: 48px;
        padding: 0 10px;
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .input-wrap input[type="text"]::placeholder, select, .floating-contact .agree, option, .mo-form .agree {
        font-size: 16px !important;
        letter-spacing: -0.4px !important;
    }
    .floating-form, .floating-contact, .floating-form-wrap {
        gap: 20px;
    }
    .floating-agree-wrap .round-checkbox {
        width: 22px;
        height: 22px;
    }
    .f-btn {
        height: 48px;
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .st-tit {
        font-size: 56px;
        letter-spacing: -1.4px;
    }
    .st-sub-tit {
        font-size: 40px;
        letter-spacing: -1.2px;
    }
}

@media(max-width: 1200px) {
    .agree-modal {
        width: 100%;
        left: 0;
        top: 0;
        min-height: 100vh;
        height: 100%;
        transform: none;
    }
    .logo {
        width: 225px;
    }
    #header {
        height: 65px;
        justify-content: center;
    }
    #header nav, .header-div span {
        display: none;
    }
    .call {
        background: transparent;
        padding: 0;
    }
    .call svg {
        width: 27px;
        height: 28px;
    }
    .mo-menu-open {
        display: flex;
    }
    #header.gnb-white .call svg path {
        fill: #00614F;
    }
    .call:hover {
        background: transparent;
    }
}

@media(max-width: 1100px) {
    .footer-big-container {
        flex-direction: column;
        gap: 28px;
    }
    .footer-wrapper {
        gap: 4px;
    }
    .footer-container {
        flex-direction: column;
        gap: 20px;
    }
    .floating-contact, .floating-form-wrap {
        gap: 12px;
    }
}

@media(max-width: 1024px) {
    .br-1024 {
        display: block;
    }
    #floating-container img {
        width: 85px;
    }
    .floating-call {
        font-size: 22px;
        letter-spacing: -0.55px;
    }
    .floating-contact {
        width: calc(100% - 164px);
    }
    .input-wrap {
        gap: 4px;
    }
    .f-btn {
        width: 140px;
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    footer {
        padding: 60px 0 140px;
    }
}

@media(max-width: 900px) {
    .menu-char {
        width: 170px;
    }
    #floating-container {
        display: none;
    }
    .floating-mo-form {
        display: flex;
    }
    .floating-form-wrap {
        width: 100%;
        gap: 4px;
    }
    .input-wrap {
        width: calc(100% - 144px);
    }
    .input-wrap input[type="text"], select, .f-btn {
        height: 40px;
    }
    .mi-br {
        display: block;
    }
}

@media(max-width: 768px) {
    .agree-modal {
        padding: 0 20px;
    }
    .ta-br {
        display: block;
    }
}

@media(max-width: 650px) {
    #header, .mo-menu-top {
        height: 60px;
    }
    .logo {
        width: 183px;
    }
    .mo-menu-bottom {
        height: calc(100% - 60px);
    }
    .mo-menu nav>ul>li {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .floating-mo-form {
        padding: 15px 10px 15px;
    }
    .floating-mo-div img {
        width: 147px;
    }
    .input-wrap {
        width: calc(100% - 91px);
    }
    .input-wrap input[type="text"], select {
        padding: 0 4px;
    }
    .input-wrap input[type="text"], .input-wrap input[type="text"]::placeholder, select, option, .mo-form .agree {
        font-size: 14px !important;
        letter-spacing: -0.35px !important;
    }
    .floating-agree-wrap .round-checkbox {
        width: 18px;
        height: 18px;
    }
    .f-btn {
        font-size: 14px;
        letter-spacing: -0.35px;
        width: auto;
        padding: 0 20px;
    }
    .footer-logo {
        width: 110px;
    }
    .footer-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .footer-div:first-child {
        border-right: none;
        height: auto;
    }
    .footer-div {
        padding: 0 !important;
    }
    .agree-modal {
        gap: 40px !important;
    }
    .agree-modal>.title>.p24 {
        font-size: 20px;
        line-height: 28px; /* 140% */
        letter-spacing: -0.5px;
    }
    .agree-modal>.title>.p40 {
        font-size: 28px;
        line-height: 38px; /* 135.714% */
        letter-spacing: -0.7px;
    }
    .agree-logo {
        width: 165px;
    }
    .st-tit {
        font-size: 48px;
        letter-spacing: -1.2px;
    }
    .st-sub-tit {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .mo-br {
        display: block;
    }
}

@media(max-width: 480px) {
    .menu-char {
        width: 140px;
    }
    .mo-form .agree {
        font-size: 12px !important;
        letter-spacing: -0.3px !important;
    }
    .floating-agree-wrap .round-checkbox {
        width: 16px;
        height: 16px;
    }
    .st-tit {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .xs-br {
        display: block;
    }
    .xs-no-br {
        display: none;
    }
}

@media(max-width: 400px) {
    .menu-char {
        width: 126px;
    }
    .xxs-br {
        display: block;
    }
}

@media(max-width: 370px) {
    #header, .mo-menu-top {
        height: 55px;
    }
    .logo {
        width: 160px;
    }
    .mo-menu-open {
        right: 10px;
    }
    .mo-menu-bottom {
        height: calc(100% - 55px);
        padding: 30px;
    }
    .mo-menu nav>ul>li {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
}
