/*메인배너*/
.main_banner_wrap {
    position: relative;
    overflow: hidden;
}

.main_banner_swiper {
    position: relative;
}

.main_banner.swiper-slide {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

.main_banner_img_box {
    width: 100%;
    height: 100%;
}

.main_banner_img {
    width: 100%;
    height: 100%;
}

.main_banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_banner_txt_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding-left: 10px;
    margin-top: -35PX;
}

.main_banner_sub_title {
    position: relative;
    padding-bottom: 50px;
}

.main_banner_sub_title_txt{
    position: absolute;
    z-index: 99;
    color: #FFF;
    font-family: "Racing Sans One";
    font-size: 60px;
    font-weight: 400;
}

.main_banner_yellow_box {
    position: absolute;
    top: -20px; left: -22px;
    width: 51px;
    height: 51px;
    background: #EEC550;
    z-index: 9;
}

.main_banner_title {
    font-size: 62px;
    font-weight: 700;
    margin: 40px 0 60px 0;
}

.main_banner_ex {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
}

.page_pause_arrow {
    position: absolute;
    bottom: 210px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99999;
    display: flex;
    align-items: center;
}

.main_banner_line {
    display: flex;
    width: 274px !important;
    margin-right: 20px;
}

.main_banner_line .swiper-pagination-bullet {
    width: 50%; height: 3px;
    background: #fff;
	border-radius:0 !important;
	margin:0 !important;
}

.main_banner_line .swiper-pagination-bullet-active {
    background: #EEC550;
}

.main_banner_prev {
    width: 10px;
    height: 17px;
    background: url(/images/icon/main_banner_prev_arrow.svg);
    cursor: pointer;
}

.main_banner_next {
    width: 10px;
    height: 17px;
    background: url(/images/icon/main_banner_prev_arrow.svg);
    transform: rotate(180deg);
    margin: 0 20px;
    cursor: pointer;
}

.main_banner_pause {
    width: 12px;
    height: 17px;
    background: url(/images/icon/main_banner_pause.svg);
    cursor: pointer;
}

@media screen and (max-width:600px) {
    .main_banner.swiper-slide {
        height: 442px;
    }

    .main_banner_txt_box {
        padding-left: 25px;
    }

    .main_banner_sub_title_txt {
        font-size: 36px;
    }

    .main_banner_title {
        font-size: 24px;
        margin: 10px 0 45px 0;
    }

    .main_banner_yellow_box {
        width: 28px;
        height: 28px;
        top: -10px;
        left: -10px;
    }

    .main_banner_ex {
        font-size: 16px;
    }

    .page_pause_arrow {
        bottom: 124px;
    }

    .main_banner_line {
        width: 152px;
        padding-left: 10px;
    }

    .main_banner_line li {
        height: 2px;
    }

    .main_banner_prev, .main_banner_next, .main_banner_pause {
        display: none;
    }
}

/*기업의 가치를 담는 연수 전문기업*/
.main_service {
    padding: 150px 0;
}

.main_title {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.main_title_txt {
    position: relative;
    z-index: 99;
    text-align: center;
    color: #111;
    font-size: 40px;
    font-weight: 700;
}

.main_title_yellow_box {
    width: 34px;
    height: 34px;
    background: #EEC550;
    z-index: 9;
}

.main_title_yellow_right {
    position: absolute;
    top: -20px; right: -15px;
}

.main_service_ex {
    color: #111;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin: 40px 0 80px 0;
}

.main_service_contents {
    display: flex;
}

.main_service_list {
    width: 33.3%;
    padding: 16px 0;
    box-sizing: border-box;
}

.main_service_list_img_box {
    position: relative;
    width: 144px;
    height: 144px;
    margin: 0 auto;
    border-radius: 15px;
    background: #F3F3F3;
    margin-bottom: 30px;
}

.main_service_list_img {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}

.main_service_list_title {
    color: #111;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
}

.main_service_list_line {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}

@media screen and (max-width:768px) {
    .main_service_list_title {
        font-size: 18px;
    }
}

@media screen and (max-width:600px) {
    .main_service {
        padding: 50px 0;
    }

    .main_title_txt {
        font-size: 28px;
    }

    .main_title_txt span {
        display: block;
    }

    .main_title_yellow_right {
        left: -8px;
    }

    .main_service_ex {
        font-size: 16px;
        line-height: 22px;
        margin: 30px 0 40px 0;
    }

    .main_service_contents {
        flex-wrap: wrap;
    }

    .main_service_list {
        width: 100%;
        padding: 20px 0px;
        margin: 0 50px;
        box-sizing: border-box;
    }

    .main_service_list_line {
        border-left: none;
        border-right: none;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .main_service_list_img_box {
        width: 110px;
        height: 110px;
        margin-bottom: 15px;
    }

    .main_service_list_title {
        font-size: 16px;
    }

    .main_service_list_img {
        width: 55px;
    }

    .main_service_list_img img {
        width: 100%;
    }
}

/*사업소개 등*/
.main_go_to {
    display: flex;
}

.main_go_to_list {
    position: relative;
    width: 25%; height: 730px;
    cursor: pointer;
}

.main_go_to_list:hover .main_go_to_list_title_arrow {
    opacity: 1;
}

.main_go_to_list_01 {
    background: url(/images/main_go_to_bg_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.main_go_to_list_02 {
    background: url(/images/main_go_to_bg_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.main_go_to_list_03 {
    background: url(/images/main_go_to_bg_03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.main_go_to_list_04 {
    background: url(/images/main_go_to_bg_04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.main_go_to_list_title_box {
    width: calc(100% - 30px);
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}

.main_go_to_list_title {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    margin-top: 57px;
}

.main_go_to_list_title_arrow {
    opacity: 0;
    width: 84px;
    height: 25px;
    background: url(/images/icon/main_go_to_list_title_arrow.svg);
    margin: 0 auto;
    margin-top: 30px;
    transition: all 0.3s;
}

@media screen and (max-width:1024px) {
    .main_go_to_list {
        height: 500px;
    }
}

@media screen and (max-width:600px) {
    .main_go_to {
        flex-wrap: wrap;
    }

    .main_go_to_list {
        width: 100%;
        height: 260px;
    }

    .main_go_to_list_title {
        color: #FFF;
        text-align: center;
        font-size: 24px;
        margin-top: 57px;
    }

    .main_go_to_list_title_arrow {
        margin-top: 20px;
    }
}

/*티엔제주 소식*/
.main_board {
    padding: 190px 0 180px 0;
}

.main_title_box {
    position: relative;
}

.main_title_more {
    position: absolute;
    top: 10px; right: 0;
    display: flex;
    align-items: center;
    color: #222;
    font-size: 15px;
    font-weight: 600;
}

.main_title_more:hover {
    cursor: pointer;
    text-decoration: underline;
}

.main_title_yellow_left {
    position: absolute;
    top: -15px; left: -20px;
}

.main_title_more_icon {
    width: 15px; height: 14px;
    background: url(/images/icon/more_icon.svg);
    margin-right: 8px;
}

.main_board_list_box {
    display: grid;
    grid-template-columns: repeat(3, calc(33.3% - 20px));
    grid-column-gap: 30px;
    /* grid-row-gap: 80px;*/
    margin-top: 50px;
}

.main_board_list {
    position: relative;
    padding: 30px; box-sizing: border-box;
    border: 1px solid #CCC;
    background: #F8F8F8;
}

.main_board_list_ex {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 80px;
}

.main_board_day_box {
    position: absolute;
    bottom: 30px; left: 30px;
    display: flex;
    align-items: center;
    color: #222;
}

.main_board_day {
    color: #666;
}

.main_board_line {
    width: 1px;
    height: 16px;
    border-right: 1px solid #ccc;
    margin: 0 20px;
}

@media screen and (max-width:830px) {
    .main_board_line {
        margin: 0 10px;
    }
}

@media screen and (max-width:768px) {
    .main_board_list_box {
        display: block;
    }

    .main_board_list {
        margin-bottom: 10px;
    }

    .main_board_list:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width:600px) {
    .main_board {
        padding: 50px 0 50px 0;
    }

    .main_title_more {
        display: none;
    }

    .main_board_list {
        height: 200px;
    }

    .main_board_list_ex {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-bottom: 0;
    }
}

/*영상_문의하기*/
.main_vedio_contact_us_bg {
    padding: 80px 0;
    background: url(/images/vedio_contact_us_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.main_vedio_contact_us_contents {
    display: flex;
    align-items: center;
}

.main_vedio_contact_us_txt_box {
    margin-left: 240px;
    color: #FFF;
    text-align: center;
}

.main_vedio_contact_us_title {
    font-size: 32px;
    font-weight: 700;
}

.main_vedio_contact_us_ex {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 48px 0;
}

.main_vedio_contact_us_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_vedio_contact_us_btn:hover {
    cursor: pointer;
    text-decoration: underline;
}

.main_vedio_contact_us_btn_icon {
    width: 54px;
    height: 40px;
    background: url(/images/icon/main_vedio_contact_us_btn_icon.svg);
    margin-left: 10px;
}

@media screen and (max-width:1400px) {
    .main_vedio {
        width: 100%; height: 500px;
    }
}

@media screen and (max-width:1200px) {
    .main_vedio_contact_us_txt_box {
        margin-left: 150px;
    }
}

@media screen and (max-width:1024px) {
    .main_vedio_contact_us_txt_box {
        margin-left: 100px;
    }
}

@media screen and (max-width:1000px) {
    .main_vedio_contact_us_contents {
        display: block;
        text-align: center;
    }

    .main_vedio_contact_us_txt_box {
        margin-left: 0;
        margin-top: 50px;
    }
}

@media screen and (max-width:768px) {
    .main_vedio {
        height: 400px;
    }
}

@media screen and (max-width:600px) {
    .main_vedio_contact_us_bg {
        padding: 80px 0 50px 0;
    }

    .main_vedio_contact_us_title {
        font-size: 28px;
    }

}

@media screen and (max-width:430px) {
    .main_vedio {
        height: 215px;
    }
}

@media screen and (max-width:425px) {
    .main_vedio {
        width: 100%;
        height: 214px;
    }
}