/*메인배너*/
.main_banner_wrap {
    position: relative;
    overflow: hidden;
    margin-top: 59px;
}

.main_banner.swiper-slide {
    position: relative;
    width: 100%;
    height: 630px;
    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 {
    width: calc(100% - 30px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.main_banner_ex {
    color: #FFF;
    text-align: center;
    font-family: 'K2D';
    font-size: 28px;
    font-weight: 500;
}

.main_banner_title {
    color: #FFF;
    text-align: center;
    font-family: "Cafe24 Danjunghae OTF";
    font-size: 60px;
    font-weight: 400;
    margin: 20px 0 50px 0;
}

.main_banner_sub_title {
    color: #FFF;
    text-align: center;
    font-size: 21px;
}

.main_banner_prev {
    position: absolute;
    top: 50%; left: 50%;
    margin-top: -28.5px;
    margin-left: -940px;
    width: 57px;
    height: 58px;
    background: url(/images/icon/main_banner_prev.svg);
    background-size: cover;
    cursor: pointer;
    z-index: 99999;
}

.main_banner_next {
    position: absolute;
    top: 50%; right: 50%;
    margin-top: -28.5px;
    margin-right: -940px;
    width: 57px;
    height: 58px;
    background: url(/images/icon/main_banner_prev.svg);
    transform: rotate(180deg);
    background-size: cover;
    cursor: pointer;
    z-index: 99999;
}

.estimate_box {
    position: absolute;
    bottom: 1px; left: 50%;
    transform: translate(-50%, 0);
    width: 384px;
    height: 65px;
    border-radius: 29px 29px 0px 0px;
    background: linear-gradient(90deg, rgba(131, 70, 171, 0.90) 0%, rgba(192, 131, 226, 0.90) 100%);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.estimate_icon {
    width: 19px; height: 23px;
    background: url(/images/icon/estimate.svg);
}

.estimate_txt {
    font-size: 18px;
    font-weight: 700;
    margin: 0 18px 0 8px;
}

.estimate_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 30px;
    border-radius: 50px;
    background: #6C3399;
    font-weight: 500;
    cursor: pointer;
}

.estimate_btn_icon {
    width: 7px; height: 10px;
    background: url(/images/icon/estimate_btn.svg);
    margin-left: 5px;
}

@media screen and (max-width:1900px) {
    .main_banner_prev {
        left: 15px;
        margin-left: 0;
    }

    .main_banner_next {
        right: 15px;
        margin-right: 0;
    }
}

@media screen and (max-width:1024px) {
    .main_banner_wrap {
        margin-top: 0;
    }
}


@media screen and (max-width:768px) {
    .main_banner_sub_title {
        font-size: 14px;
    }

}
@media screen and (max-width:430px) {
    .main_banner.swiper-slide {
        height: 415px;
    }

    .main_banner_ex {
        font-size: 12px;
    }

    .main_banner_title {
        font-size: 40px;
    }

    .main_banner_title span {
        display: block;
    }

    .main_banner_sub_title span {
        display: block;
    }

    .main_banner_prev, .main_banner_next {
        display: none;
    }

    .estimate_box {
        width: 100%;
        border-radius: 0;
    }

    .estimate_icon {
        display: none;
    }

    .estimate_txt {
        font-size: 16px;
    }
}

/*기업연수 프로그램*/
.main_program_box {
    margin-bottom: 150px;
}

.main_title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 94px auto 40px auto;
}

.main_title {
    color: #111;
    font-size: 30px;
    font-weight: 600;
}

.main_program {
    position: relative;
}

.main_program_list_box {
    width: 3000px;
    /*margin-left: -34.3%;*/
}

.main_program_list {
    float: left;
    width: 377px;
    margin-right: 35px;
    cursor: pointer;
}

.main_program_list:hover .program_list_img img {
    transform: scale(1.1);
}

.program_list_img {
    width: 100%;
    /*height: 280px;*/
    overflow: hidden;
}

.program_list_img img {
    object-fit: cover;
    transition: all 0.3s;
    width: 100%;
    aspect-ratio: 38/28;
}

.program_list_title {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.program_list_ex {
    color: #444;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.program_list_category {
    width: 80px;
    height: 27px;
    border-radius: 2px;
    background: #2B2B2B;
    color: #FFF;
    font-weight: 500;
    text-align: center;
    line-height: 27px;
    margin-top: 20px;
}

.main_arrow_prev {
    position: absolute;
    top: 117px; left: -30px;
    width: 57px; height: 57px;
    background: url(/images/icon/main_arrow02.svg) center center no-repeat #fff;
    z-index: 999;
    border:1px solid #eee;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 3px 4px 4px 0px;
    border-radius: 50%;
}

.main_arrow_next {
    position: absolute;
    top: 117px; right: -25px;
    width: 57px; height: 57px;
    background: url(/images/icon/main_arrow03.svg) center center no-repeat #fff;
    z-index: 999;
    border:1px solid #eee;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 3px 4px 4px 0px;
    border-radius: 50%;
}
.main_program .main_arrow_prev:hover{
    background: url(/images/icon/main_arrow02.svg) center center no-repeat #f5f5f5;
    border:1px solid #ddd;
}
.main_program .main_arrow_next:hover{
    background: url(/images/icon/main_arrow03.svg) center center no-repeat #f5f5f5;
    border:1px solid #ddd;
}
.swiper1 .swiper-slide:not(.swiper-slide-active) {
    filter: grayscale(100%);
}

.main_program .swiper-wrapper .swiper-slide{
    transition: all 0.3s;
}
@media screen and (max-width:1280px) {
    .main_arrow_prev {
        left: 0px;
    }

    .main_arrow_next {
        right: 0px;
    }
}

@media screen and (max-width:1200px) {
    .main_program_list_box {
        margin-left: 0;
    }
}
@media screen and (max-width:768px) {
    .main_program_box .main_program_list_box {
        width: calc(100% - 30px);
    }
    .main_program_list{
        padding:0 15px;
        box-sizing: border-box;
    }
    .main_title{
        margin-bottom:10px;
    }
}
@media screen and (max-width:430px) {
    .main_title_box {
        margin: 60px auto 24px auto;
    }
    .main_title {
        font-size: 22px;
    }
    .main_program_box {
        margin-bottom: 60px;
    }
    .main_program_box .main_program  {
        height: 320px;
        overflow: hidden;
    }
    .program_list_img {
        height: 193px;
    }
    .program_list_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .main_arrow_prev {
        top: 82px;
        left: 0;
        width: 38px;
        height: 38px;
        z-index: 999;
        background-size:10px 16px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 2px 0px;
    }
    .main_arrow_next {
        top: 82px;
        right: 0;
        width: 38px;
        height: 38px;
        z-index: 999;
        background-size:10px 16px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 2px 0px;
    }
    .main_program .main_arrow_prev:hover{
        background: url(/images/icon/main_arrow02.svg) center center no-repeat #f5f5f5;
        border:1px solid #ddd;
        background-size:10px 16px;
    }
    .main_program .main_arrow_next:hover{
        background: url(/images/icon/main_arrow03.svg) center center no-repeat #f5f5f5;
        border:1px solid #ddd;
        background-size:10px 16px;
    }

}

/*기업연수 여행지*/
.main_tour_box {
    margin-bottom: 120px;
}

.tour_tab {
    display: flex;
    width: max-content;
}

.tour_tab li {
    width: 84px;
    height: 37px;
    border-radius: 2px;
    border: 1px solid #AAA;
    background: #FFF;
    text-align: center;
    line-height: 37px;
    color: #888;
    font-size: 17px;
    font-weight: 500;
    margin-right: 10px;
    cursor: pointer;
}

.tour_tab li:last-child {
    margin-right: 0px;
}

.tour_tab .on {
    background: #A437DA;
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    border: 1px solid #A437DA;
}

.main_tour {
    position: relative;
}

.main_tour_list_box {
    /*width: 1200px;*/
    min-height: 244px;
    /*overflow: hidden;*/
}

.main_tour_list {
    float: left;
    width: 273px;
    margin-right: 35px;
    cursor: pointer;
}

.main_tour_list:last-child {
    margin-right: 0;
}

.main_tour_img {
    width: 100%; height: 212px;
    overflow: hidden;
}

.main_tour_img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.main_tour_list_box .swiper-slide:hover .main_tour_img img {
    transform: scale(1.1);
}
.main_tour_list_box .swiper-slide:hover .main_tour_title{
    font-weight:500;
}
.main_tour_title {
    margin-top: 13px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.arrow_prev2:hover{
    background: url(/images/icon/main_arrow02.svg) center center no-repeat #f5f5f5;
    border:1px solid #ddd;
}
.arrow_next2:hover{
    background: url(/images/icon/main_arrow03.svg) center center no-repeat #f5f5f5;
    border:1px solid #ddd;
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {
    .main_tour_box .main_title_box {
        display: block;
    }

    .tour_tab {
        margin-top: 20px;
    }
    .main_tour_list_box.swiper2 .swiper-wrapper .swiper-slide{
        padding:0 15px;
        box-sizing: border-box;
    }
}
@media screen and (max-width:600px) {
	.tour_tab li{
		width: 65px;
	}
}

@media screen and (max-width:430px) {
    .tour_tab_box {
        width: 100%;
        overflow-x: scroll;
        display: flex;
        justify-content: center;
    }

    .main_tour_box {
        margin-bottom: 30px;
    }
    .tour_tab li,
    .tour_tab li.on{
		font-size: 12px;
		width: 50px;
		margin-right: 3px;
		/*width: calc(100% / 5 - 5px);*/
	}

    .main_tour {
        height: 235px;
        overflow: hidden;
    }

    .main_tour .main_tour_list_box {
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .main_title_box {
        justify-content: center;
    }

    .main_tour_box .main_title_box {
        text-align: center;
    }

    .main_tour_list {
        width: 100%;
        margin-bottom: 20px;
    }

    .main_tour_img {
        height: 201px;
    }
    .arrow_prev2:hover{
        background: url(/images/icon/main_arrow02.svg) center center no-repeat #f5f5f5;
        border:1px solid #ddd;
        background-size:10px 16px;
    }
    .arrow_next2:hover{
        background: url(/images/icon/main_arrow03.svg) center center no-repeat #f5f5f5;
        border:1px solid #ddd;
        background-size:10px 16px;
    }
}

/*행사갤러리*/
.main_gallery_contact_us_box {
    padding: 100px 0;
    background: #F9F9F9;
    border-bottom:1px solid #ccc;
}

.main_gallery_contact_us {
    display: flex;
    justify-content: space-between;
}

.main_gallery_box {
    width: calc(100% - 581px - 34px);
}

.main_gallery_box .main_title_box {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
}

.more_box {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 15px;
}

.more_box:hover {
    text-decoration: underline;
}

.more_icon {
    width: 7px;
    height: 12px;
    background: url(/images/icon/more_icon.svg);
    margin-left: 11px;
}

.main_gallery_list_box {
    overflow: hidden;
}

.main_gallery_list {
    float: left;
    width: calc(50% - 12px);
    margin-right: 24px;
    cursor: pointer;
}

.main_gallery_list:hover .main_gallery_img img {
    transform: scale(1.1);
}

.main_gallery_img {
    width: 100%; height: 185px;
    overflow: hidden;
}

.main_gallery_img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.main_gallery_list:last-child {
    margin-right: 0;
}

.main_contact_us_box {
    position: relative;
    width: 581px;
    padding: 60px;
    box-sizing: border-box;
    border: 1px solid #D6D6D6;
    background: #FFF;
    overflow: hidden;
}

.main_contact_us_title {
    color: #612DA4;
    font-family: "Cafe24 Danjunghae OTF";
    font-size: 32px;
    font-weight: 400;
}

.main_contact_us_ex {
    color: #444;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 30px 0;
}

.contact_us_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 147px;
    height: 37px;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 50px;
    border: 1px solid #C7C7C7;
    background: #F6F6F6;
}

.contact_us_btn:hover {
    background: #EEE;
}

.contact_us_icon {
    width: 9px; height: 14px;
    background: url(/images/icon/contact_us_icon.svg);
}

.qna_bg {
    position: absolute;
    bottom: 28px; right: -8px;
    width: 248px; height: 227px;
    background: url(/images/qna_bg.png);
}

@media screen and (max-width:1024px) {
    .main_gallery_box {
        width: calc(100% - 350px - 20px);
    }

    .main_contact_us_box {
        width: 350px;
        padding: 30px;
    }

    .qna_bg {
        bottom: -10px;
        right: -30px;
    }
}

@media screen and (max-width:768px) {
    .main_gallery_contact_us {
        display: block;
    }

    .main_gallery_box {
        width: 100%;
        margin-bottom: 40px;
    }

    .main_contact_us_box {
        width: 100%;
        padding: 30px;
    }

    .qna_bg {
        bottom: -10px;
        right: -30px;
        width: 209px;
        height: 192px;
        background: url(/images/qna_bg.png);
        background-size: cover;
    }
    .main_contact_us_ex br{
        display:none;
    }
}

@media screen and (max-width:430px) {
    .main_gallery_contact_us_box {
        padding: 60px 0;
    }

    .main_gallery_contact_us_box .contents {
        width: calc(100% - 60px);
    }
    .main_gallery_box .main_title_box {
        display: block;
        margin-bottom:20px;
    }

    .main_gallery_box .main_title {
        text-align: center;
    }

    .more_box {
        justify-content: right;
    }

    .main_gallery_list_box {
        height: 200px;
    }

    .main_gallery_list {
        width: 100%;
    }

    .main_gallery_img {
        height: 171px;
    }

    .main_contact_us_box {
        height: 390px;
        padding: 20px;
    }

    .main_contact_us {
        margin-top: 180px;
        text-align: center;
    }

    .main_contact_us_title {
        font-size: 26px;
    }

    .main_contact_us_ex {
        font-size: 16px;
        margin: 12px 0 20px 0;
    }

    .contact_us_btn {
        margin: 0 auto;
    }

    .qna_bg {
        top: 15px;
        right: 50%;
        transform: translate(50%, 0);
    }
}

/*공지사항*/
.main_notice_box {
    padding: 30px 0;
}

.main_notice {
    display: flex;
    align-items: center;
}

.main_notice_title {
    width: 78px;
    color: #111;
    font-size: 22px;
    font-weight: 600;
    margin-right: 110px;
}

.main_notice_ex {
    width: calc(100% - 78px - 110px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_notice_name_new {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.main_notice_name {
    /*width: calc(100% - 22px - 10px);*/
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.new_icon {
    width: 22px; height: 23px;
    background: url(/images/icon/new_icon.svg);
    margin-left: 10px;
}

.main_notice_day {
    min-width: 90px;
    margin-left: 20px;
    color: #888;
}

@media screen and (max-width:768px) {
    .main_notice_title {
        width: 78px;
        margin-right: 30px;
    }

    .main_notice_ex {
        width: calc(100% - 78px - 30px);
    }
}

@media screen and (max-width:430px) {
    .main_notice {
        flex-wrap: wrap;
    }

    .main_notice_title {
        width: 100%;
        text-align: center;
        margin-bottom: 24px;
        margin-right: 0;
    }

    .main_notice_ex {
        width: 100%;
    }

    .main_notice_ex {
        flex-wrap: wrap;
    }

    .main_notice_day {
        width: 100%;
        margin-left: 0;
        color: #888;
        font-size: 14px;
    }
}