@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('//fonts.googleapis.com/earlyaccess/nanummyeongjo.css');
@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Sans+Tai+Viet&family=Noto+Sans+Thai:wght@100..900&display=swap');

/*body.zh-CN.translated * {*/
/*    !*font-family: "Noto Sans TC", 'Pretendard', sans-serif;*!*/
/*    font-family: "Noto Sans SC", sans-serif;*/
/*}*/

/*body.th.translated * {*/
/*    font-family: "Noto Sans Thai", 'Pretendard', sans-serif;*/
/*}*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Pretendard', 'Noto Sans SC', sans-serif;
}

.clear:after {
    display: block;
    content: '';
    clear: both;
}

body {
    color: #1c1c1c;
    word-break: break-all;
    font-size: 14px;
    letter-spacing: -0.5px;
}

li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 100%;
}

address {
    font-style: normal;
}

img {
    width: 100%;
    vertical-align: bottom;
}


.wrap {
    max-width: 1016px;
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
}

.wrap.index-page {
    padding-top: 0;
}

section#evtDet1 .wrap, section#evtMain .wrap {
    padding-top: 100px;
}

.no-line {
    border: 0 !important;
}

.checkbox {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}

.checkbox + label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/icons/checkbox-default-green.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    flex: 18px 1;
}

.checkbox:checked + label:before {
    background-image: url('../images/icons/checkbox-checked-green.svg');
}

button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: inherit;
    color: inherit;
    outline: none;
    font-family: inherit;
}

button:active {
    background-color: none;
}

i {
    display: inline-block;
    vertical-align: middle;
}

input[type="text"] {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    height: 56px;
    background: #ffffff;
    padding: 0 16px;
}

input:focus {
    border: 2px solid rgba(58, 76, 64, 1);
}

input[type="text"] {
    font-size: 14px;
    border: 1px solid #ededed;
    height: 44px;
    padding: 0 14px;
    line-height: 32px;
    width: 100%;
    height: 44px;
    border-radius: 6px;
    position: relative;
    color: #243b54;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    font-family: inherit;
    background: none;
}

input:focus {
    outline: none;
}

select {
    appearance: none;
    background: url('/images/icons/arrow-down-gray.svg') no-repeat right 24px center;
}

.radio {
    width: 0;
    height: 0;
    border: 0;
    -webkit-appearance: none;
}

.input {
    border: 1px solid #aaa;
    width: 100%;
}

.pc-none {
    display: none;
}

.mo-none {
    display: block;
}

#popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

#popup.construction img {
    max-width: 1200px;
}

#popup .btn-green {
    background-color: #3A4C40;
    color: #fff;
    height: 54px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
}


h2 {
    text-align: center;
    margin-bottom: 40px;
}

.icon {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.position-relative {
    position: relative;
}

.swiper-pagination-bullet-active {
    background-color: #3A4C40 !important;
    width: 24px !important;
    border-radius: 4px !important;
}

/*
::-webkit-scrollbar{
    width: 6px;
}

::-webkit-scrollbar{
    height : 6px;
}
*/

::-webkit-scrollbar-thumb {
    background-color: #3a4c40;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background-color: #dfdfdf;
    border-radius: 10px;
}


@media screen and (max-width: 768px) {
    .pc-none {
        display: block;
    }

    .mo-none {
        display: none;
    }

    body {
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

.home-popup-wrap {
    position: fixed;
    width: 100vw;
    height: 100vh;
    /*background: rgba(0,0,0,0.5);*/
}

.home-popup-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    background: #ffffff;
}

.home-popup-box .img-box {
    width: 400px;
}

.home-popup-box .close-btn {
    width: 40px;
    height: 40px;
    /*background: url(../images/icons/close-outline.svg);*/
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    right: -40px;
    top: 0;
    z-index: 9999999;
}

.home-popup-box .hide-today {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    align-items: center;
    gap: 4px;
}

.home-popup-box .hide-today input {
    height: auto;
}

@media screen and (max-width: 600px) {
    .home-popup-box .img-box {
        width: calc(100vw - 40px);
        max-width: 300px;
        max-height: 450px;
    }

    .home-popup-box .close-btn {
        right: 0;
        top: 0;
    }
}

.equipment-introduction {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding-top: 40px;
    background-color: #ffffff;
}

.equipment-introduction > p {
    margin: 24px 0 20px;
    font-size: 20px;
    font-weight: 500;
    color: #1c1c1c;
    text-indent: 10px;
}

.equipment-introduction > ul {
    white-space: nowrap;
    overflow-x: scroll;
    margin: 0 0 60px;
    /*padding: 10px 4px 42px;*/
}

.equipment-introduction > ul::-webkit-scrollbar {
    height: 6px;
}

.equipment-introduction > ul > li {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 24px;
}

.equipment-introduction > ul > li:last-child {
    margin-right: 0;
}

.equipment-introduction > ul > li .image {
    margin-bottom: 16px;
    width: 242px;
    height: 242px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    overflow: hidden;
}

.equipment-introduction > ul > li.on-view .image {
    border: 1px solid rgba(0,0,0,0.7);
}

.equipment-introduction > ul > li .equipment-name {
    font-size: 16px;
    text-align: center;
}

.equipment-detail .btn-wrap {
    background-color: #efefef;
    /*max-width : 844px;*/
    width: 100%;
    height: 60px;
    padding-left: 16px;
    padding-right: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    border-radius: 4px;
}

.equipment-detail .btn-wrap > span {
    font-size: 16px;
    font-weight: 600;
    color: #1c1c1c;
}

.equipment-detail .btn-wrap > button {
    font-size: 14px;
    font-weight: 500;
    color: #1c1c1c;
    display: none;
}

.equipment-detail .btn-wrap > button .icon {
    width: 40px;
    height: 40px;
    margin-left: 8px;
    background-size: 16px 16px;
}

.equipment-detail .btn-wrap > button.on {
    display: inline-block;
}

.equipment-detail .btn-wraps {
    background-color: #efefef;
    max-width: 844px;
    width: 100%;
    height: 60px;
    padding-left: 16px;
    padding-right: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    border-radius: 4px;
}

.equipment-detail .btn-wraps > span {
    font-size: 16px;
    font-weight: 600;
    color: #1c1c1c;
}

.equipment-detail .btn-wraps > button {
    font-size: 16px;
    font-weight: 300;
    color: #1c1c1c;
    display: none;
}

.equipment-detail .btn-wraps > button .icon {
    margin-left: 24px;
    width: 13px;
    height: 7.5px;
}

.equipment-detail .btn-wraps > button.on {
    display: inline-block;
}

.equipment-detail .detail-contents {
    /*max-width : 844px;*/
    width: 100%;
    margin: 0 auto;
    display: none;
}

.equipment-detail .detail-contents.on {
    display: block;
}

.recommended-wrap {
    margin: 40px 0;
}

.equipment-introduction > ul {
    font-size: 0;
}

.equipment-introduction > ul > li {
    width: calc((100% - (16px * 3)) / 4);
}

.equipment-introduction > ul > li .image {
    width: 100%;
    height: unset;
    aspect-ratio: 1;
}

@media screen and (max-width: 1016px) {

    .equipment-introduction > ul > li .equipment-name {
        font-size: 16px;
    }

    .recommended-wrap {
        padding: 0 10px;
    }

    .equipment-introduction > ul {
        margin: 0 10px 60px;
    }
}


@media screen and (max-width: 768px) {
    .equipment-introduction > p {
        font-size: 18px;
    }


    .equipment-introduction > ul > li .equipment-name {
        font-size: 14px;
    }

    .equipment-detail {
        padding: 0 10px;
    }

    .equipment-introduction > ul > li {
        width: calc((100% - (8px * 2)) / 3);
        margin-right: 8px;
    }
}

@media screen and (max-width: 480px) {
    .equipment-introduction > p {
        font-size: 16px;
    }


    .equipment-introduction > ul::-webkit-scrollbar {
        height: 4px;
    }

    .equipment-introduction > ul > li .equipment-name {
        font-size: 12px;
    }

    .equipment-detail .btn-wrap > button .icon {
        margin-left: 16px;
    }
}