@import url("../font/pretendard/web/variable/pretendardvariable-dynamic-subset.css");

body {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    color: #000000;
    word-break: keep-all;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/* SIZE */
/* @media (min-width: 768px) */
.container {
    padding: 0 16px;
}

.subcontainer {
    padding: 0 16px;
}

.sub2container {
    padding: 0 16px;
}

.section {
    margin-top: 10%;
}

.menu-pc {
    display: none !important;
}

.menu-mobile {
    display: block !important;
}

.only-pc {
    display: none !important;
}

.only-mobile {
    display: block !important;
}

.horizontal_center {
    display: flex;
    justify-content: center;
}

.vertical_center {
    display: flex;
    align-items: center;
}

/* MARGIN */
.mt-40 {
    margin-top: 40px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-110 {
    margin-top: 110px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-110 {
    margin-bottom: 110px !important;
}

.my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.my-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
}

/* COLOR */
.navbar {
    /*height: 86px;*/
    line-height: 130%;
}

.navbar.scrolled,
.navbar.navbar-toggled-show,
.navbar-light:hover,
.navbar.fix-opened {
    background-color: white;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    cursor: pointer;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar.scrolled .nav-link,
.navbar.open-dropdown .nav-link,
.navbar:hover .nav-link {
    color: black !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #74AF0D !important;
}

.navbar {
    min-height: 0;
    align-items: baseline;
    will-change: background-color;
}

#nav-border {
    transition: opacity 0.4s ease-in-out;
}

.nav-dropdown {
    transition: opacity 0.4s ease-in-out;
    position: absolute;
    top: 74px;
    font-size: 16px;
    flex-direction: column;
    margin-left: 30px;
    display: flex;
    opacity: 0;
}

.nav-dropdown>a {
    color: black;
    padding: 4px 0;
    transition: color ease-out 0.3s;
}

.nav-dropdown>a:hover {
    color: #74AF0D;
}

li.nav-item:hover .nav-dropdown {
    opacity: 1;
}

.dropdown-toggle.arrow-bottom+.dropdown-menu {
    margin-top: unset;
    margin-bottom: 20px;
    padding-left: 2px;
}

.dropdown-toggle:after {
    background-image: url("/static/assets-home/2023/img/icons/interface/icon-chevron-right.svg") !important;
    filter: invert(99%) sepia(49%) saturate(56%) hue-rotate(165deg) brightness(0%) contrast(94%);
}

.dropdown-grid-menu>.dropdown-item {
    padding: 10px;
    color: black;
}

.dropdown-grid-menu>.dropdown-item:nth-child(1) {
    padding-top: 0;
}

.dropdown-grid-menu>.dropdown-item:nth-last-child(1) {
    padding-bottom: 0;
}

/* Default logo visible, scrolled logo hidden by default */
.scrolled-logo {
    display: none;
  }
  
  /* When the navigation bar is scrolled, show the scrolled logo and hide the default logo */
  .navbar-scrolled .default-logo {
    display: none;
  }
  
  .navbar-scrolled .scrolled-logo {
    display: block;
  }


/* BUTTON */
.btn-main {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    width: 154px;
    height: 44px;
    background: #FFFFFF;
    color: #000000;
    border-radius: 8px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    display: flex;
}

.btn-form {
    height: 100%;
    background: #00833E;
    border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0056em;
    color: #FFFFFF;
}

.btn-tracking {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    width: 154px;
    height: 44px;
    color: #FFFFFF;
    background: #07553B;
    border-radius: 8px;
}

.btn-attachment {
    border-radius: 8px;
    padding: 4px;
    margin-right: 8px;
}

.btn-form:hover {
    color: #FFFFFF;
}

.btn-appstore-apple {
    background: url('/static/assets-home/2023/icon/store_apple.png') center center no-repeat;
    background-size: cover;
}

.btn-appstore-google {
    background: url('/static/assets-home/2023/icon/store_google.png') center center no-repeat;
    background-size: cover;
}

/* FONT-STYLE */
.font-title-1 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    letter-spacing: -0.0236em;
    color: #171717;
}

.font-title-2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: -0.0236em;
    color: #171717;
}

.font-title-3 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: -0.0236em;
    color: #171717;
}

.font-body-1 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.0056em;
    color: #8A8A8A;
}

/* FOOTER */

footer {
    background: #444444;
    padding: 32px 0 80px 0;
}

footer a {
    color: #FFFFFF;
    margin-right: 40px;
}

footer a:hover {
    color: #74AF0D;
}


.text-footer-1 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.text-footer-2 {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.025em;
    color: #FFFFFF;
}

.text-footer-3 {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.025em;
    color: #FFFFFF;
    opacity: 0.6;
}

.btn-footer {
    margin-bottom: 8px;
    padding: 6px 16px;
    background: #FFFFFF;
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    height: 36px;
    width: 130px;
    letter-spacing: 0.0145em;
    color: #444444;
}

/* FORM */
.form-group label {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.0145em;
    color: #8A8A8A;
}

.form-group input {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0056em;
    color: #171717;
}

.form-group input::placeholder {
    color: #C4C4C4;
}

.form-group textarea {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0056em;
    color: #171717;
}

.form-group textarea::placeholder {
    color: #C4C4C4;
}

.form-group small {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.0192em;
    color: #8A8A8A;
}

.custom-select {
    background-image: url(/static/assets-home/2023/img/icons/interface/icon-chevron-down.svg);
    background-size: auto 1rem;
}

.list-row {
    height: 400px;
}

.list-thumb {
    height: 160px;
    overflow: hidden;
    background: url() center center no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.list-title {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    cursor: pointer;
}

#list-count {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.0056em;
    color: #8A8A8A;
}

#list-count>span {
    color: #00833E;
}

#blog-attachment {
    margin-top: 12px;
}

.mobile-mb-4 {
    margin-bottom: 5rem !important;
}

.mobile-mt-4 {
    margin-top: 3em !important;
}

@media (min-width: 992px) {
    .pc-mb-5 {
        margin-bottom: 8rem !important;
    }

    .pc-mt-5 {
        margin-top: 8rem !important;
    }

    .subcontainer {
        padding-left: 10%;
        padding-right: 10%;
    }

    .sub2container {
        padding-left: 20%;
        padding-right: 20%;
    }

    .container {
        padding: 0;
    }

    .mobile-mb-4 {
        margin-bottom: 0rem !important;
    }

    .mobile-mt-4 {
        margin-top: 0rem;
    }

    .menu-pc {
        display: block !important;
    }

    .menu-mobile {
        display: none !important;
    }

    .only-pc {
        display: block !important;
    }

    .only-mobile {
        display: none !important;
    }

    .section {
        margin-top: 5%;
    }

    .navbar.open-dropdown {
        min-height: 250px;
    }

    .btn-footer {
        width: 175px;
        font-size: 14px;
    }
}

@media (min-width: 1200px) {

    .font-title-1 {
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 54px;
        letter-spacing: -0.0236em;
        color: #171717;
    }

    .font-title-2 {
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 38px;
        letter-spacing: -0.0236em;
        color: #171717;
    }

    .font-title-3 {
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 33px;
        letter-spacing: -0.0236em;
        color: #171717;
    }

    .font-body-1 {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.0056em;
        color: #8A8A8A;
    }

    .list-thumb {
        height: 240px;
    }
}

/* MAIN carousel */
.carousel-cell {
    width: 100%;
    height: 510px;
    margin-right: 0;
    overflow: hidden;
}

.carousel-cell img {
    display: block;
    object-fit: cover;
}

.carousel-cell>.container {
    padding-top: 380px;
}

.carousel-cell>.container>div {
    margin-top: 20px;
    font-size: 48px;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: -0.0319em;
    text-align: left;
    color: #FFFFFF;
    transition: all ease-in-out 0.5s;
    transition-delay: 0.3s;
    text-shadow: 3px 3px 0px #00000029;
    opacity: 1;
}

.carousel-cell>.container .btn-main {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.carousel-cell.is-selected>.container>div {
    margin-top: 0;
    opacity: 1;
}