body {
    overflow-x: hidden;
}
.header .header_wrap .header_box .header_logo {
    display: none;
}
.header .header_wrap .header_box .tnb_group .h_insta_btn::before {
    background-image: url(../img/icon/insta_b_ico.svg);
}
.header .header_wrap .header_box .tnb_group .lang::before {
    background-image: url(../img/icon/lang_b_ico.svg);
}


.down_btn {
    position: fixed;
    left: 150px;
    z-index: 90;
    bottom: 12%;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    width: 60px;
    height: 60px;
}
.down_btn::after{
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/icon/scroll_down.svg) no-repeat center center / contain;
}
.mt197 {
    padding-top: 197px;
}

br.mo {
    display: none;
}

.header .header_wrap .header_box .gnb_btn_box .gnb_open_box span {
    background-color: var(--black);
}

* {
    letter-spacing: -0.5px;
}

.section01 {
    /* height: 100vh; */
    margin-bottom: 180px
}

.section01 h2 {
    color: #DE1334;
    font-size: 32px;
    margin-bottom: 50px;
}

.section01 .wrapper>p {
    font-size: 50px;
    line-height: 1.4;
    margin-bottom: 140px;
    color: #111;
}
.section01 .wrapper>p .font_logo {
    display: flex;
    align-items: center;
    margin: 0 8px 6px 0;
}
.section01 .wrapper>p .font_logo img {
    width: 374px;
    height: 41px;
    object-fit: contain;
    margin-right: 8px;
}
.section01 .title {
    font-size: 18px;
    height: 21.6px;
    color: #111;
}

.section01 .sub {
    margin-top: 10px;
    color: #333;
}

.section01 .address_icon {
    display: flex;
    align-items: center;
}

.section01 .address_icon img {
    width: 50px;
    margin-left: 14px;
}

.section01 p {
    line-height: 1.4;
    color: #333;
}
.section01 .wrapper>p {
    font-size: 50px;
    letter-spacing: -1.7px;
}
.section01 .mo_box {
    display: none;
}

.section01 .mo_box li {
    margin-bottom: 20px;
}

.section01 .mo_box .title {
    font-size: 14px;
}

.section01 .mo_box .sub {
    margin-top: 6px;
    font-size: 14px;
}

.section01 .mo_box .sub_desc {
    margin-top: 10px;
    font-size: 14px;
}

.section01 .address {
    margin-bottom: 40px;
}

.section01 .mail_call ul {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}
.section01 .mail_call ul li:not(:last-child) {
    margin-right: 94px;
}
.section01 .mail_call .sub_text br {
    display: none;
}
 
.section02 {
    overflow-x: hidden;
}
.section02 .button_wrap {
    width: 100%;
    border-bottom: 4px solid #D9D9D9;
    margin-bottom: 84px;
}

.section02 .button_wrap .wrapper {
    display: flex;
}

.section02 .button_wrap button {
    font-size: 32px;
    color: #959595;
    width: 178px;
    cursor: pointer;
    padding-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    margin-right: 18px;
}

.section02 .button_wrap button::after {
    display: flex;
    content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    background-color: transparent;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    z-index: 10;
    transition: all .2s;
}

.section02 .button_wrap button.on {
    color: #EF0034;
}

.section02 .button_wrap button.on::after {
    background-color: #EF0034;
}

.section02 .button_wrap button:hover {
    color: #EF0034;
}

.section02 .button_wrap button:hover::after {
    background-color: #DE1334;
}

.section02 .tab_container {
    display: none;
}

.section02 .tab_container.only-one {
    display: block;
}

.section02 .tab_container h3 {
    display: inline-block;
    position: relative;
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: #111;
    padding-bottom: 28px;
    margin-bottom: 75px;
}
.section02 .tab_container h3::after {
    position: absolute;
    right: -35px;
    bottom: 5px;
    width: 730px;
    height: 23px;
    background: url(../img/icon/contact_arrow_svg.svg) no-repeat center center / contain;
    content: "";
} 
.section02 .tab_container h3 span {
    position: relative;
}

.section02 .tab_container h3 span::after {
    position: absolute;
    left: -7px;
    top: -7px;
    z-index: -5;
    width: 95px;
    height: 48px;
    background: url(../img/icon/contact_ellipse.svg) no-repeat center center / contain;
    content: "";
}
.section02 .tab_container h3::before {
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 500%;
    height: 3px;
    background-color: #DE1334;
    content: "";
}
.section02 .tab_container .subtitle {
    color: #111;
    font-size: 24px;
    margin-bottom: 83px;
}

.section02 .tab_container .list_wrap {
    margin-bottom: 60px;
}

.section02 .tab_container .list_wrap>p {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 37px;
}

.section02 .tab_container .list_wrap .button_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.section02 .tab_container .list_wrap .button_list label {
    margin-bottom: 12px;
    margin-right: 12px;
    position: relative;
}

.section02 .tab_container .list_wrap .button_list label input {
    /* display: none; */
    font-size: 14px;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.section02 .tab_container .list_wrap .button_list label p {
    border: 1px solid #CCCCCC;
    color: #111;
    height: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    cursor: pointer;
    font-size: 14px;
    /* overflow: hidden; */
}

.section02 .tab_container .list_wrap .button_list label p span {
    position: relative;
    z-index: 1;
    pointer-events: none;
    font-size: 14px;
}

.section02 .tab_container .list_wrap .button_list label p::before {
    position: absolute;
    content: '';
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: transparent;
    z-index: 0;
    border-radius: 40px;
    pointer-events: none;
}
.section02 .tab_container .list_wrap .button_list label input:checked+p::before {
    animation: zoomIn .4s;
    animation-fill-mode: both;
    background-color: #EF0034;
    animation-timing-function: ease-in-out;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: .4;
        transform: scale3d(1.3, 1.3, 1.3);
    }

    100% {
        opacity: 0;
        transform: scale3d(1.3, 1.3, 1.3);
    }
}

.section02 .tab_container .list_wrap .button_list label p::after {
    position: absolute;
    content: '';
    display: flex;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: transparent;
    z-index: -1;
    border-radius: 40px;
    transition: all .2s;
}

.section02 .tab_container .list_wrap .button_list label input:checked+p::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: #DE1334;
}

.section02 .tab_container .list_wrap .button_list label input:checked+p {
    color: #fff;
    font-weight: bold;
}

.section02 .tab_container .input_wrap {
    margin-bottom: 80px;
}

.section02 .tab_container .input_wrap>p {
    color: #111;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 24px;
}

.section02 .tab_container .input_wrap .budget_text {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 38px;
    display: flex;
    align-items: center;
}

.section02 .tab_container .input_wrap .budget_text span {
    color: #666;
    margin-left: 8px;
}

.section02 .tab_container .input_wrap .date_picker {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.section02 .tab_container .input_wrap .date_picker input {
    border: 0;
    border-bottom: 1px solid #CCCCCC;
    outline: 0;
    padding: 5px 3px;
    width: 200px;
    font-size: 14px;
    border-radius: 0;
}

.section02 .tab_container .input_wrap .date_picker input::placeholder {
    color: #ccc;
    font-weight: bold;
    font-size: 14px;
}

.section02 .tab_container .input_wrap .date_picker span {
    margin: 0 6px;
    color: #CCCCCC;
}

.section02 .tab_container .input_wrap textarea {
    border: 0;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
    resize: none;
    padding: 18px 3px;
    height: 238px;
    outline: 0;
    color: #111;
    font-family: "Pretendard", sans-serif;
    font-size: 14px;
    border-radius: 0;
}

.section02 .tab_container .input_wrap textarea::placeholder {
    color: #ccc;
    font-weight: bold;
}

.section02 .tab_container .input_wrap .info_wrap {
    display: flex;
    /* align-items: center; */
    flex-direction: column;

}

.section02 .tab_container .input_wrap .info_wrap>div {
    display: flex;
    /* flex-direction: column; */
    margin-bottom: 25px;
}
.section02 .tab_container .input_wrap .info_wrap>div span {
    display: block;
    font-weight: 600;
    font-size: 12px;
    color: #0F0F0F;
    margin-bottom: 11px;
}
.section02 .tab_container .input_wrap .info_wrap>div span em {
    color: #DE1334;
}
.section02 .tab_container .input_wrap .info_wrap>div input {
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 5px 3px;
    width: 500px;
    outline: 0;
    font-size: 14px;
    border-radius: 0;
}

.section02 .tab_container .input_wrap .info_wrap>div input::placeholder {
    color: #ccc;
    font-weight: bold;
}

.section02 .tab_container .input_wrap .info_wrap>div input:first-child {
    margin-bottom: 38px;
}

.section02 .tab_container .input_wrap .info_wrap .left {
    margin-right: 40px;
}

.section02 .tab_container .select_wrap input {
    border: 0;
    width: 200px;
    outline: none;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 3px;
    border-bottom: 1px solid #ccc;
    margin-right: 23px;
    border-radius: 0;
}
/* .section02 .tab_container .select_wrap select option.none {
    color: #ccc !important;
    font-weight: bold;
} */
.section02 .tab_container .select_wrap input::placeholder {
    color: #ccc;
    font-weight: bold;
}

.section02 .tab_container .select_wrap select {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 200px;
    background-image: url(/img/icon/select_arrow.svg);
    background-repeat: no-repeat;
    background-position: center right;
    outline: none;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 3px;
    border-bottom: 1px solid #ccc;
    margin-right: 23px;
}
.section02 .tab_container .select_wrap select:invalid {
    color: #ccc;
}
.section02 .tab_container .file_add .file_add_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 40px;
    border: 1px dashed #ccc;
}
.section02 .tab_container .file_add .file_add_box > span {
    display: block;
    font-size: 14px;
    color: #999;
    margin-bottom: 14px;
}
.section02 .tab_container .file_add .file_add_box .filebox input {
    display: none;
}
.section02 .tab_container .file_add .file_add_box .filebox label {
    display: inline-block;
    font-size: 14px;
    line-height: 37px;
    min-width: 93px;
    min-height: 37px;
    padding: 0 22px;
    border-radius: 25px;
    color: #fff;
    background-color: var(--mainred);
    cursor:pointer;
}
.section02 .tab_container .file_add .file_add_box .filebox .file_wrap {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.section02 .tab_container .file_add .file_add_box .filebox label::after {
    font-weight: 700;
    content: "파일 선택";
}
.section02 .tab_container .file_add .file_add_box .box-file-input {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section02 .tab_container .file_add .file_add_box .box-file-input .filename{
    display:inline-block;
    font-size: 14px;
    font-family: "pretendard";
    font-weight: 400;
    color: #999;
    padding: 0 10px;
}
.section02 .tab_container .file_add .file_add_box .box-file-input .remove-file-btn{
    width: 20px;
    height: 20px;
    background: url(../img/icon/remove_file_btn.svg) no-repeat center center / contain;
}
/* .section02 .tab_container .file_add .file_add_box button {
    display: inline-block;
    font-size: 14px;
    line-height: 37px;
    min-width: 93px;
    padding: 0 22px;
    border-radius: 25px;
    color: #fff;
    background-color: var(--mainred);
} */
.section02 .tab_container .long_desc {
    margin-bottom: 0;
}
.section02 .tab_container .long_desc textarea {
    height: 173px;
}

.section02 .tab_container .checkbox_wrap {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 35px;
}

.section02 .tab_container .checkbox_wrap label {
    width: fit-content;
    position: relative;
    display: flex;
    align-items: center;
}

.section02 .tab_container .checkbox_wrap label input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
}

.section02 .tab_container .checkbox_wrap label div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    /* font-weight: bold; */
}

.section02 .tab_container .checkbox_wrap label div a {
    text-decoration: underline;
    position: relative;
    z-index: 1;
}

.section02 .tab_container .checkbox_wrap label div .checkbox {
    background-image: url(/img/icon/checkbox_box.svg);
    width: 25px;
    height: 25px;
    margin-right: 15px;
}

.section02 .tab_container .checkbox_wrap label input:checked~div .checkbox {
    background-image: url(/img/icon/checkbox_checked.svg);
}

.section02 .tab_container .submit_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 160px;
}

.section02 .tab_container .submit_wrap button {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background-color: #DE1334;
    transition: all .2s;
}

.section02 .tab_container .submit_wrap button:hover {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}

.section02 .all-in-one h3 span.color::after {
    display: none;
}

.section02 .all-in-one .list_wrap .button_list {
    justify-content: flex-start;
}

/* 슬라이더 */
.section02 .tab_container .input_wrap .slider {
    width: calc(100%);
    height: 15px;
    margin-top: 38px;
    border: 0;
    border-radius: 15px;
    background-color: #F8F9FA;
    margin-bottom: 115px;
}
.section02 .tab_container .input_wrap .budget_input {
    display: none;
}

.custom_handle_wrapper {
    /* width: calc(100% - 70px); */
    width: calc(100% - 20px);
    position: relative;
}

.section02 .tab_container .input_wrap .slider .ui-slider-handle {
    min-width: 32px;
    font-family: "Montserrat", "Pretendard";
    width: fit-content;
    padding: 2px 8px;
    height: 22px;
    bottom: 0;
    border-radius: 22px;
    background-color: #fff;
    border: 0;
    text-align: center;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    /* filter: drop-shadow(0px 0px 6px #00000025); */
    outline: 0;
    color: #111;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    /* transform: translateX(-15px); */
    white-space: nowrap;
}

.ui-slider-horizontal .ui-slider-range{
    border-radius: 15px;
    z-index: 1;
    background-color: #000;
}

.section02 .tab_container .input_wrap .slider .ui-state-active {
    box-shadow: inset 3px 3px 7px rgba(0, 0, 0, 0.12) !important;
    filter: none !important;
}

.ui-widget#ui-datepicker-div {
    padding: 0;
    z-index: 10 !important;
}

.ui-datepicker .ui-datepicker-header {
    background-color: #fff;
    border-radius: 0;
    border-top: 0;
}

.ui-widget-header .ui-icon {
    display: none !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border: 0 !important;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev:hover {
    left: 2px !important;
    top: 2px !important;
}

.ui-datepicker .ui-datepicker-next:hover {
    right: 2px !important;
    top: 2px !important;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background-color: #fff !important;
    border: 0 !important;
}

.ui-datepicker .ui-datepicker-prev::after {
    display: flex;
    content: '◀';
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.ui-datepicker .ui-datepicker-next::after {
    display: flex;
    content: '▶';
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.ui-datepicker table.ui-datepicker-calendar {
    margin: 0;
}

#ui-datepicker-div .ui-state-default {
    border: 0 !important;
    background-color: #fff !important;
    text-align: center;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    /* transition: all .2s; */
}


#ui-datepicker-div .ui-state-hover,
#ui-datepicker-div .ui-state-focus{
    background-color: #e6e6e6 !important;
    border: 0 !important;
}

#ui-datepicker-div .ui-state-highlight{
    color: #DE1334 !important;
}

#ui-datepicker-div .ui-state-active{
    background-color: #DE1334 !important;
    color: #fff !important;
}

.ui-datepicker tr:not(:last-child) {
    border-bottom: 1px solid #ddd;
}


@media screen and (max-width:1280px) {
    /* .header {
        height: 64px;
        background-color: white;
        border-bottom: 1px solid #E5E5E5;
    } */
}

@media screen and (max-width:1200px) {
    .wrapper {
        padding: 0 16px;
    }

    .section02 .tab_container .input_wrap .info_wrap {
        display: flex;
        flex-direction: column;
    }

    .section02 .tab_container .input_wrap .info_wrap>div {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }
    .section02 .tab_container .input_wrap .info_wrap>div .left,
    .section02 .tab_container .input_wrap .info_wrap>div .right {
        margin-bottom: 26px;
    }
    .section02 .tab_container .input_wrap .info_wrap .bottom .right {
        margin-bottom: 0;
    }
}

@media screen and (max-width:768px) {
    .header .header_wrap .header_box .header_logo {
        display: none;
    }
    .header.open .header_wrap .header_box .header_logo {
        display: block;
    }
    .header.open .header_wrap .header_box .logo {
        display: none;
    }
    .mt197 {
        padding-top: calc(64px + 30px);
    }
    .down_btn{
        display: none !important;
    }

    br.mo {
        display: block;
    }

    br.pc {
        display: none;
    }

    .section01 {
        margin-bottom: 64px;
    }

    .section01 h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .section01 .wrapper>p {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 34px;
    }
    .section01 .wrapper>p > span {
        display: inline-block;
        margin-bottom: 12px;
    }
    .section01 .wrapper>p .font_logo {
        height: 40px;
        margin: 0 0 6px 0;
    }
    .section01 .wrapper>p .font_logo img {
        width: 259px;
        height: 28.5px;
    }

    .top_btn {
        right: 20px;
    }
    .top_btn .top_ico {
        width: 36px;
        height: 36px;
    }

    .section01 .pc {
        display: none;
    }

    .section01 .mo_box {
        display: flex;
        flex-direction: column;
    }

    .section02 .button_wrap {
        border-bottom: 1px solid #D9D9D9;
        margin-bottom: 40px;
    }

    .section02 .button_wrap button {
        font-size: 16px;
        width: fit-content;
        margin-right: 24px;
        padding-bottom: 12px;
    }

    .section02 .button_wrap button::after {
        height: 2px;
        bottom: -1px;
    }

    .section02 .tab_container h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .section02 .tab_container h3 span::after {
        width: 84px;
        height: 39px;
    }

    .section02 .tab_container .list_wrap {
        margin-bottom: 52px;
    }

    .section02 .tab_container .list_wrap.ux_list_wrap {
        margin-bottom: 64px;
    }

    .section02 .tab_container .list_wrap>p {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .section02 .tab_container .list_wrap.bx_list_wrap > p ,
    .section02 .tab_container .list_wrap.ux_list_wrap > p {
        font-size: 20px;
    }

 
    .section02 .tab_container .list_wrap .button_list {
        justify-content: flex-start;
    }

    .section02 .tab_container .list_wrap .button_list label p {
        padding: 0 20px;
    }

    .section02 .tab_container .input_wrap {
        margin-bottom: 50px;
    }
    .section02 .tab_container .input_wrap.file_add {
        display: none;
    } 
    .section02 .tab_container .input_wrap>p {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .section02 .tab_container .input_wrap .budget_text {
        margin-bottom: 30px;
    }
    .section02 .tab_container .input_wrap .slider {
        border-radius: 0;
        margin: 30px 0 50px 0;
    }
    .section02 .tab_container .input_wrap .slider .ui-slider-handle {
        min-width: 36px;
        border-radius: 0;
    }

    .section02 .tab_container .input_wrap .info_wrap .left {
        margin-right: 0;
    }

    .section02 .tab_container .input_wrap .info_wrap>div input {
        width: 100%;
    }

    .section02 .tab_container .input_wrap .info_wrap>div input:first-child {
        margin-bottom: 20px;

    }
    .section02 .tab_container .input_wrap textarea {
        height: 228px;
    }
    .section02 .tab_container .long_desc textarea {
        height: 129px;
    }

    .section02 .tab_container .subtitle {
        font-size: 14px;
        margin-bottom: 32px;
    }

    .section02 .tab_container .select_wrap {
        display: flex;
        flex-direction: column;
        margin-bottom: 42px;
    }

    .section02 .tab_container .select_wrap input {
        margin-bottom: 20px;
    }

    .section02 .tab_container .select_wrap select:not(:last-child) {
        margin-bottom: 20px;
    }

    .section02 .tab_container .checkbox_wrap {
        padding-top: 0;
    }

    .section02 .tab_container .submit_wrap {
        margin-bottom: 80px;
    }
    /* .section02 .tab_container .list_wrap .button_list label:nth-child(even) {
    } */
}
@media screen and (max-width:500px) {
    .section02 .tab_container .input_wrap .date_picker input {
        width: calc(50% - 5px);
    }
    .section02 .tab_container .list_wrap .button_list {
        /* display: grid;
        grid-template-columns: auto 100%; 
        justify-items: start;
        grid-auto-flow: row; 
        gap: 0; */
        padding-right: 10px;
    }
    /* .section02 .tab_container .list_wrap.video .button_list {
        display: flex;
    }
    .section02 .tab_container .list_wrap .button_list p {
        white-space: nowrap;
    } */
}

.en_contact .section02 .tab_container .file_add .file_add_box .filebox label::after {
    font-weight: 700;
    content: "Select File";
}
.en_contact .section01 .wrapper>p {
    font-size: 56px;
    letter-spacing: -1.7px;
}
.en_contact .section01 .wrapper>p > span {
    margin-bottom: 0;
}
.en_contact .section01 .wrapper>p .font_logo {
    display: inline-block;
    margin-left: 18px;
}
.en_contact .section01 .wrapper>p .font_logo img {
    width: 382px;
    height: 42px;
    object-fit: contain;
}
.en_contact .section02 .tab_container .input_wrap textarea {
    font-family: "Montserrat", sans-serif;
}
.en_contact .section02 .tab_container .checkbox_wrap label div a {
    display: block;
    text-decoration-skip-ink : none;
    margin-left: 3px;
}
.en_contact .custom_handle_wrapper {
    width: calc(100% - 70px);
}
@media screen and (max-width:768px) {
    .en_contact .section01 .wrapper>p {
        font-size: 36px;
    }   
    .en_contact .section01 .wrapper>p .font_logo {
        margin-left: 12px;
    }
    .en_contact .section01 .wrapper>p .font_logo img {
        width: 236px;
        height: 26px;
        object-fit: contain;
    }
}