html {
    &.lenis {
        height: auto;
    }
    background-color: #222;
    scroll-behavior: smooth;
}   
.lenis {
    &.lenis-smooth {
        scroll-behavior: auto;
        [data-lenis-prevent] {
        overscroll-behavior: contain;
    }
    }

    &.lenis-scrolling {
        iframe {
        pointer-events: none;
        }
    }

    &.lenis-stopped {
        overflow: hidden;
    }
}
.grid {
    position: fixed;
}
html * {
    font-family: 'Pretendard-Regular';
}
/* main */
main {
    margin: 0 auto;
}
/* #LanguageBtn {
    position: fixed;
    bottom: 2%;
    right: 1%;
    z-index: 9999;
}
#languageSelector {}
.ar, .en, .ko {
    background-color: #222;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    opacity: 0.2;
    font-weight: 700;
    color: #fff;
}
#LanguageBtn button:hover {
    background-color: #B33435;
    opacity: 1;
}
.lanActive {
    background-color: #B33435;
    opacity: 1;
}
.ar {}
.en {
    margin: 5px 0;

}
.ko {} */
.mouse_circle {
    z-index: 999999;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e1dedc;
    margin: 10px 0 0 20px;
    transition: scale 2s ease-in-out;
}
#google_translate_element {
    position: fixed;
    bottom: 5%;
    left: 5%;
    z-index: 9999;
}
#google_translate_element > div > div {
	position: relative;
	min-width: 100px;
	height: 60px;
}
#google_translate_element > div > div > select::-ms-expand {
    display: none;
}

#google_translate_element > div > div:after {
    content: '<>'; /* 목록 펼침 아이콘 */
    font: 17px "Consolas", monospace;
    color: #333;
    transform: rotate(90deg);
    right: 11px;
    top: 18px;
    padding: 0 0 2px;
    border-bottom: 1px solid #999;
    position: absolute;
    pointer-events: none;
}

#google_translate_element > div > div > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    max-width: 320px;
    height: 50px;
    float: right;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    border: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
    border-radius: 10px;
}
/* -------------------------------------firstwrap------------------------------------- */
.home_wrap {
    overflow-y: scroll;
}
.main_wrap {
    max-height: 900px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 99;
}
.first_bg {
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #e1dedc;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 2s ease-in-out;
}
.hidden {
    opacity: 0;
}
.main_video {
    position: relative;
    z-index: -10;
    width: 100vw;
    display: table;
}
.main_video video {
    width: 100% !important;
    display: table-row;
}
.circle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX( -50%);
    height: 87%;
    width: 90%;
    max-width: 1400px;
    border-radius: 800px 800px 0 0 ;
    overflow: hidden;
    box-shadow: 0 0 10px -5px #222;
}
.circle video {
    height: 100%;
}
.main_wrap video {
}
.main_txtBox {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 12%;
    width: 100%;
    transform: translateX(-50%);
    padding: 0 1%;
}
.main_txtBox * {
    color: #fff;
    text-align: center;
}
.main_wrap .main_title {
    margin-bottom: 130px;
}
.main_wrap .main_title .main_title_txt {
    font-family: 'bellefair';
    font-size: 130px;
    margin-bottom: 10px;
    height: 0;
    overflow: hidden;
    transition: height 1s;
    text-shadow: 0 2px 2px #222;
}
.main_title_txt.height {
    height: 130px !important;
    overflow: none !important;
}
.main_wrap .main_info {
    max-width: 1000px;
    line-height: 25px;
    opacity: 0;
    transition: opacity 2s 1s;
    text-shadow: 0 1px 2px #222;
    letter-spacing: 0.3px;
}
/* -------------------------------------second------------------------------------- */
.main_cover {
    background-color: #e1dedc;
    height: 150vh;
    padding: 0 50px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    z-index: 99;
    overflow: hidden;
    position: relative;
}
.cover_title {
    margin-bottom: 5%;
}
.cover_title p {
    font-family: 'bellefair';
    font-size: 150px;
    text-align: left;
}
.cover_line1, .cover_line2 {
    width: 1px;
    height: 100%;
    background-color: #000;
    margin: 5% 0;
}
.cover_info {}
.cover_info p {
    font-size: 20px;
    text-align: right;
}
/* -------------------------------------second------------------------------------- */
.main_cover {
    background-color: #e1dedc;
    height: 150vh;
    padding: 0 50px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    z-index: 99;
    overflow: hidden;
    position: relative;
}
.cover_title {
    margin-bottom: 5%;
}
.cover_title p {
    font-family: 'bellefair';
    font-size: 150px;
    text-align: left;
}
.cover_line1, .cover_line2 {
    width: 1px;
    height: 100%;
    background-color: #000;
    margin: 5% 0;
}
.cover_info {}
.cover_info p {
    font-size: 20px;
    text-align: right;
}
/* -------------------------------------company------------------------------------- */
.wrap {
}
.scale_wrap {
    overflow: hidden;
}
.company_wrap {
    background-color: #222;
    height: 100vh;
    width: 100vw;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.img_section {
    display: flex;
    flex-flow: column nowrap;
    width: 30vw;
}
.img_section1,
.img_section3 {
    padding: 250px 0;
    position: absolute;
}
.img_section1 {
    left: 0;
    transform-origin: center right;
}
.img_section2 {
}
.img_section3 {
    right: 0;
    transform-origin: center left;
}
.img_content {
    margin-bottom: 10%;
}
.img_content:last-child {
    margin: 0;
}
.img_content img, .img_content video {
    width: 100%;
    filter: grayscale(100%);
}
.img_content .pf_4 {
    filter: grayscale(0%) !important;
}
.img_content video:hover {
    filter: grayscale(0%) !important;
}
/* -------------------------------------portfolio------------------------------------- */
.pin-spacer {
    width: 100vw !important;
}
.section_to-pin * {
    background-color: #e1dedc;
    
}
.section_to-pin {
    width: 100vw;
    height: 100vh;
    left: 0;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;

    .section_pin {
        height: 100vh;
        display: flex;
        justify-content: flex-start;
        align-items: center;

        .content_wrapper {
            min-width: 777px;
            padding: 0vw 6vw 0vw 6vw;
        }

        .image_wrapper {
            min-width: 60vw;
            height: 100%;
            position: relative;

            .image {
                width: 100%;
                height: auto;
                object-fit: cover;
                object-position: center;
            }
        }
    }
}
#image_wrapper_1 {
    width: 80vw;
}
#image_wrapper_3 {
    min-width: auto ;
}
#image_wrapper_3 .image {
    object-fit: contain;
    width: auto;
}
#image_wrapper_4,
#image_wrapper_5 {
    width: 15%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    min-width: 1vw;
}
#image_wrapper_4 .pf_image, #image_wrapper_4 .pf_txt,
#image_wrapper_5 .pf_image, #image_wrapper_5 .pf_txt {
    height: 100% !important;
    width: 100%;
}
.pf_txt {
    width: 600px;
    height: 100%;
    min-width: 200px !important;
    line-height: 1.3;
    word-spacing: 2px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
}
.pf_txt strong {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 5%;
}
.pf_txt span {
    letter-spacing: 0.1px;
    line-height: 1.5;
}
.pf_bottom1 { 
    margin: 20px 0;
}
.pf_bottom2 { 
    margin: 20px 0;
}
.pf_title {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 50px;
}
.image {
    height: 100% !important;
}
/* mobile */
.m_portfolio {
    background-color: #e1dedc;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
.m_img {
    margin-bottom: 20px;
    width: 100%;
}
.m_img:nth-child(3),
.m_img:nth-child(4),
.m_img:nth-child(5) {
    margin: 0;
}
.m_img_2 {
    display: flex;
    align-items: center;
}
.m_img_2 .m_image,
.m_img_2 .pf_txt {
    width: 50%;
}
.image {}
.m_image {
    width: 100%;
    max-height: 500px;
}
/* -------------------------------------contact------------------------------------- */
#contact {
    overflow: hidden;
    padding: 10% 5% 5%;
    height: 100vh;
    display: flex;
    align-items: center;
}
/* -------------------------------------sns------------------------------------- */
.snsWrap {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    width: 50px;
    height: 500px;
    margin-right: 10px;
}
.snsLink {
    width: 100%;
    margin-bottom: 2px;
}
.snsLink img {
    width: 100%;
}
.snsYoutube {}
.snsTiktok {}
.snsInsta {}
/* -------------------------------------contactwrap------------------------------------- */
.contact_container {
    height: 500px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.contact_wrap * {
    color: #fff;
}
.contact_map {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.map {
    width: 60%;
}
#map {
    border-radius: 10px;
}
.root_daum_roughmap {
    width: 100% !important;
}
.contact_active_box {
    margin-left: 2%;
    width: 40%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}
.form_btn {
    line-height: 30px;
    margin-top: 30px;
    color: #fff;
}
.form_btn button {
    width: 100px;
    height: 30px;
    box-shadow: 0 0 3px #e1dedc;
    border-radius: 5px;
}
.form_btn button:active {
    background-color: #e1dedc;
    color: #222;
    box-shadow: inset 0 2px 3px #222;
}
.map_txt {
}
.map_txt p {
    margin-bottom: 30px;
}
.map_txt p:last-child{
    margin: 0;
}
.form_wrap {
    max-width: 750px;
    transition: all 1s ease;
}
legend {
    display: none;
}
fieldset {
}
.contact_txt {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}
.contact_txt li {
    margin-bottom: 20px;
}
.contact_txt li:last-child {
    margin: 0;
}
.txt_title {
    margin-bottom: 5px;
    margin-left: 10px;
}
input[type=text] {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 45px;
    padding: 0 10px;
}
#logtxt {
    resize: none;
    width: 100%;
    height: 120px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 10px;
}
.mailWrap {
    display: flex;
    justify-content: space-between;
}
.warningTxt {
    color: #B33435;
    margin-right: 10px;
}
.submit_btn {
    text-align: end;
}
/* -------------------------------------AboutUs------------------------------------- */
#AboutUs {
    background-color: #e1dedc;
    display: flex;
    height: 100vh;
}
#AboutUs #image_wrapper_2 {
    width: 40%;
}
#AboutUs #image_wrapper_3 {
    width: 60%;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}
#AboutUs .pf_title {}
#AboutUs img{
}
/* -------------------------------------Service------------------------------------- */
#Service {
    display: flex;
    justify-content: center;
    background-color: #e1dedc;
    height: 100vh;
    padding: 100px 5%;
}
.ServiceSection {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
.Service_image {
    height: 50%;
}
.Service_image img {
    height: 100%;
}
.Service_txt {
    max-width: 600px;
    height: 100%;
    min-width: 200px !important;
    word-spacing: 2px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
    text-align: center;
}
.Service_txt strong {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 5%;
}
.Service_txt span {
    line-height: 1.3;
}