@charset "utf-8";



.main .offcanvas {
    background: #fff;
}

.main .offcanvas-logo a img {
    width: 90%;
}

.main .offcanvas-menu .main-menu li a {
    color: #0e0e0e;
}

.main .offcanvas-menu .main-menu li .menu-expand { 
    background-color: rgba(0, 0, 0, 0.1);
} 
.main .offcanvas-menu .main-menu li .menu-expand::before,
.main .offcanvas-menu .main-menu li .menu-expand::after {
background-color: #1b9565;
}

.main_visual.techwix-hero-section-03 .hero-content .title {
    font-size: 39px;
    line-height: 1.3em;
}

.main_visual .hero-content p {
    font-size: 18px;
    line-height: 1.5555em;
}

.section-title .title {
    font-size: 46px;
    line-height: 1.3em;
}

.single-blog .blog-content .title {
    font-size: 32px;
}

.main .con02.techwix-contact-section .contact-wrap .contact-form {
    background-color: transparent;
    box-shadow: none;
    overflow: unset;
}

.main .con02.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 139px 0px rgba(0, 0, 0, 0.1);
}

.main .con02.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap {
    margin-bottom: 0;
}

.main .con02.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap+.contact-form-wrap {
    margin-top: 20px;
}

.main .con02.techwix-contact-section .contact-wrap .contact-info .section-title .title::before {
    height: 100%;
}

.main .con03.techwix-choose-us-section-02 {
    padding-bottom: 120px;
}

.main .custom_tit {
    width: fit-content;
    position: relative;
    margin: 0 auto;
    padding-left: 45px;
}

.main .custom_tit::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #1b9565;
    height: 100%;
    width: 4px;
    transform: translateY(-50%);
}

/* 2024.01.08 추가 */
.header-logo a img {
    width: 344px;
}

@media only screen and (max-width: 1199px) {
    .header-logo a img {
        width: 290px;
    }
}

.main .con02.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap {
    border-radius: 15px;
    width: 80%;
}

.single-counter-02 p.custom_02 {
    line-height: 55px;
}

.techwix-counter-section-04 .counter-wrap.custom {
    padding-bottom: 65px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    background: linear-gradient(55deg, #1b9565 25%, #008f8c 100%);
}

/* END 2024.01.08 추가 */

/* 2024.01.09 추가 */
.icon_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-banner-section {
    background-size: 100% 100%;
}

/* END 2024.01.09 추가 */
.programCon_Custom {
    width: 100%;
}

.programCon_Custom .writeForm>table>tbody>tr>td .flex_box {
    display: flex;
}

.programCon_Custom .writeForm table tr td .inputEmail {
    width: 240px !important;
}


/* 2024.01.11 수정 */
.main .techwix-brand-section-03 .brand-wrapper {
    padding: 50px;
}

.custom_schedule .calender_wrap .under_wrap>.sr_wrap input {
    width: 90px;
    height: 30px;
    text-align: center;
    border: 1px solid #e1e3e4;
    font-size: 13px;
    color: #ea1c5b;
    box-sizing: border-box;
    padding: 0 2px;
    vertical-align: baseline;
    margin: 0 3px;
}

.custom_schedule label {
    display: inline-block;
}

.custom_schedule .writeForm table tr td input.inputNum {
    width: 100px !important;
    text-align: center;
}

.page-banner-section {
    background-position: center 85px;
    background-size: cover;
}

/* END 2024.01.11 수정 */

.widget-info .info-text {
    gap: 15px;
}