.main_visual {position: relative;}
.main_visual .item {position: relative;height: 670px;background-repeat: no-repeat;-webkit-background-size: cover;background-size: cover;}
.main_visual .item.item1 {background-image: url('../img/main/main_banner_251204.png');}
.main_visual .item.item2 {background-image: url('../img/main/main_banner_251204.png');}
.main_visual .item.item3 {background-image: url('../img/main/main_banner_251204.png');}
.main_visual .item.item4 {background-image: url('../img/main/main_banner_251204.png');}
.main_visual .item.item5 {background-image: url('../img/main/main_banner_251204.png');}
.main_visual .kv_content {position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;display: flex;align-items: center;}
.kv_text_wrap {position: relative;}
/* .kv_text {display: none;position: absolute;left: 0;top: 0;} */
.kv_text1 {display: block;}
.kv_num {margin-top: 36px;font-size: 20px;color: rgb(255 255 255 / 30%);font-weight: 700;position: relative;padding: 0 20px;max-width: 148px;text-align: center;}
.kv_num .arrow {position: absolute;top: 2px;display: block;height: 18px;}
.kv_num .prev {left: 0;}
.kv_num .next {right: 0;}
.kv_num .current {color: #fff;}
.main_visual h1 {font-size: 60px;color: #fff;font-weight: 700;}
.kv_stxt {font-size: 20px;color: #F07E26;font-weight: 500;margin-bottom: 10px;}
.owl-carousel {touch-action: manipulation;}
.kv_sstxt {font-size: 20px;font-weight: 700;color: #fff;margin-top: 40px;line-height: 1.5;}

.sch_box_wrap {position: absolute;left: 0;bottom: -70px;z-index: 10;width: 100%;}
.sch_box {height: 150px;padding: 40px 50px;background-image: linear-gradient(0deg,#2F52A0,#109CDA);border-radius: 50px 0 50px 0;display: flex;align-items: center;justify-content: space-between;}
.sch_tit {font-size: 24px;color: #fff;font-weight: 700;line-height: 1.5;}
.sch_data {margin-right: 150px;}
.sch_data .date,
.sch_data .loc {font-size: 16px;color: #A0CCEE;font-weight: 400;display: flex;align-items: center;}
.sch_data .date {margin-bottom: 14px;}
.sch_data .date:before {content: '';display: block;width: 18px;height: 20px;background-image: url('../img/main/ico_cal.svg');margin-right: 10px;}
.sch_data .loc:before {content: '';display: block;width: 18px;height: 22px;background-image: url('../img/main/ico_loc.svg');margin-right: 10px;}

.notice_wrap {overflow: hidden;padding: 200px 0 120px 0;}
.notice_box {position: relative;}
.notice_tit {position: relative;z-index: 2;height: 290px;background-repeat: no-repeat;background-position: 0 0;padding-top: 10px;}
.no_tit {color: #000;font-size: 40px;font-weight: 700;margin-bottom: 30px;line-height: 1.4;}
.no_stit {color: #666;font-size: 18px;font-weight: 400;margin-bottom: 30px;line-height: 1.5;}
.notice_list {z-index: 3;position: absolute;width: 100%;left: 300px;top: 50%;margin-top: -145px;}
.notice_slide .item {padding: 5px 0;}
.no_box {padding: 30px 30px 50px 30px;border-radius: 30px;border: 1px solid #DDD;background: #FFF;height: 290px;display: block;position: relative;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;}
.no_box:hover {transform: matrix(1, 0, 0, 1, 0, -5);-webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 10%);box-shadow: 0 1px 5px rgb(0 0 0 / 10%);}
.no_box_in {position: relative;height: 100%;}
.nob_tit {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;font-size: 20px;color: #000;font-weight: 600;margin-bottom: 20px;line-height: 1.5;}
.nob_tit .new {position: relative;margin-right: 10px;top: -4px;}
.nob_txt {font-size: 16px;color: #999999;font-weight: 400;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;line-height: 1.3;}
.nob_date {position: absolute;left: 0;bottom: 0;font-size: 16px;color: #999;font-weight: 400;}
.no_type {margin-bottom: 25px;}
.no_type span {display: inline-flex;align-items: center;justify-content: center;border-radius: 20px;background: #D13C20;padding: 0 15px;font-size: 15px;color: #fff;font-weight: 600;}
.no_arrow {display: flex;align-items: center;}
.no_arrow a {width: 70px;height: 70px;background-color: #F4F7FC;border-radius: 50%;background-repeat: no-repeat;position: relative;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;}
.no_arrow img {display: block;}
.no_arrow .prev {margin-right: 10px;}
.no_arrow a:before {content: '';display: block;width: 22px;height: 17px;background-position: 0 0;position: absolute;left: 50%;margin-left: -11px;top: 50%;margin-top: -9px;}
.no_arrow .prev:before {background-image: url('../img/main/s_prev.svg');}
.no_arrow .next:before {background-image: url('../img/main/s_next.svg');}
.no_arrow a:hover {background-color: #2F52A0;}
.no_arrow a:hover:before {background-position: -22px 0;}
.no_date_box {margin-bottom: 30px;background-color: #F4F7FC;border-radius: 10px;width: 80px;height: 80px;display: flex;align-items: center;justify-content: center;text-align: center;flex-direction: column;}
.no_date_box .day {font-size: 30px;color: #2F52A0;font-weight: 700;}
.no_date_box .year {font-size: 13px;color: #000;font-weight: 400;}

.event_sch_wrap {background-position: center center;background-image: url('../img/main/cal_bg.jpg');background-size: cover;padding: 90px 0;}
.m_tit {font-size: 30px;color: #000;font-weight: 700;margin-bottom: 25px;}
.m_box {background-color: #fff;border-radius: 10px;padding: 30px 40px;height: 170px;}
.es_tit {display: inline-flex;align-items: center;justify-content: center;padding: 0 25px;border-radius: 10px;background-color: #2F52A0;font-size: 16px;color: #fff;font-weight: 700;height: 36px;margin-bottom: 25px;}
.es_tit.orange {background-color: #F07E26;}
.es_event {font-size: 20px;color: #000;font-weight: 600;line-height: 1.3;}
.es_bar {position: relative;}
.es_bar:after {content: '';display: block;width: 1px;height: 110px;background-color: #EEEEEE;position: absolute;right: 0;top: 0;}

.guide_wrap {background-image: linear-gradient(0deg,#2F52A0,#109CDA);}
.guide_box {height: 78px;display: flex;align-items: center;}
.guide_box .guide_th {width: 82px;border: 1px solid #ddd;border-radius: 10px;height: 42px;display: flex;align-items: center;justify-content: center;font-size: 16px;color: #fff;font-weight: 700;margin-right: 20px;}
.guide_box .guide_th:before {content: '';display: block;width: 19px;height: 19px;background: url('../img/main/ico_caution.svg') no-repeat 0 0;margin-right: 5px;}
.guide_td {font-size: 16px;color: #fff;font-weight: 600;line-height: 1.4;}
.reg_wrap {padding: 80px 0;}
.reg_box {position: relative;background-position: center center;background-size: cover;height: 250px;display: block;overflow: hidden;border-radius: 10px;}
.reg_box.reg_box1:before {background-image: url('../img/main/reg_img1.png');}
.reg_box.reg_box2:before {background-image: url('../img/main/reg_img2.png');}
.reg_box:before {transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;content: '';display: block;width: 100%;height: 100%;background-size: cover;}
.reg_box:hover:before {transform:scale(1.05);}
.reg_tit_wrap {padding: 40px;position: absolute;left: 0;bottom: 0;width: 100%;}
.reg_tit {font-size: 30px;color: #fff;font-weight: 700;margin-bottom: 10px;}
.reg_txt {font-size: 18px;color: #fff;font-weight: 400;}
.reg_tit_wrap:after {content: '';display: block;background: url('../img/main/reg_more.svg') no-repeat center center;width: 40px;height: 40px;border-radius: 50%;border: 1px solid #fff;position: absolute;bottom: 40px;right: 40px;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;}
.reg_box:hover .reg_tit_wrap:after {right: 35px;}

.sub_container {padding-bottom: 140px;}
.location_wrap {height: 60px;background-color: #F07E26;}
.location_wrap .container {height: 100%;}
.location_wrap .home {height: 100%;display: flex;align-items: center;justify-content: center;width: 60px;background-color: #f8974d;}
.location,
.location_in,
.location .current {height: 100%;position: relative;}
.location .current {border-right: 1px solid #f8974d;}
.location:after {content: '';display: block;width: 13px;height: 7px;background: url('../img/sub/location_arrow.svg') no-repeat 0 0;position: absolute;right: 15px;top: 50%;margin-top: -4px;z-index: 5;}
.location .current a {height: 100%;display: flex;align-items: center;min-width: 250px;font-size: 16px;color: #fff;font-weight: 500;padding: 0 20px;}
.location_in {display: flex;align-items: center;}
.loc_menu {position: absolute;left: 0;top: 60px;display: none;z-index: 4;}
.location.on .loc_menu {display: block;}
.loc_menu li a {height: 60px;display: flex;align-items: center;min-width: 250px;font-size: 16px;color: #fff;font-weight: 500;padding: 0 20px;background-color: #F07E26;}
.loc_menu li a:hover {background-color: #f8974d;}
.sub_tit {position: relative;border-bottom: 1px solid #ddd;height: 140px;display: flex;align-items: center;justify-content: space-between;margin-bottom: 60px;}
.sub_tit .tit {font-size: 36px;color: #000;font-weight: 700;}
.sub_loc {font-size: 16px;color: #000;font-weight: 400;}
.ceomsg {display: flex;}
.ceomsg .img {flex-shrink: 0;width: 269px;}
.ceomsg .img img {width: 223px;}
.ceomsg .cont {flex-grow: 1;}
.ceomsg .cont h4 {font-size: 30px;color: #000;font-weight: 700;}
.ceomsg .sign {display: flex;align-items: center;font-size: 16px;color: #555;font-weight: 400;}
.ceomsg .sign strong {font-size: 24px;color: #000;font-weight: 700;margin-left: 20px;}

/*프로그램 */
div.program table.program {border-top:none; border-right:none;width: 100%;}
div.program table.program > * > tr > * {padding:20px 15px; border-left:1px solid #ddd; border-bottom:1px solid #e6eaed;vertical-align: middle;}
div.program table.program > * > tr > * b {font-weight:600 !important;}
div.program table.program > * > tr > th {background:#2F52A0; border-left: 1px solid #fff; border-bottom:none; color:#fff; text-align:center;font-size: 18px;}
div.program table.program > * > tr > td:nth-child(2) {text-align: left;}
div.program table.program > * > tr > td {text-align:center;font-size: 15px;color: #555;border-bottom: 1px solid #ddd;}
div.program table.program > * > tr > *:first-child {border-left:none;}
div.program table.program > * > tr.skyBlue > td {background:#F6FDFF; border-left:none;}
div.program table.program > * > tr.blue > td {background:#1e4a75; color:#fff; border-left:none; border-bottom:none;}
div.program table.program > * > tr.blue2 > td {background:#A1C9E6; color:#fff; border-left:none; border-bottom:none;}
div.program table.program > * > tr.purple > td {background:#f1ecff; color:#6840cd; border-left:none; border-bottom:none;}
div.program table.program > * > tr > td.tright {text-align:right;}
div.program table.program > * > tr.green > td {background:#f0fff3; border-left:none; border-bottom:none;}
div.program table.program > * > tr.brown > td {background:#C7D1D4; border-left:none; border-bottom:none;}

.r_table {border-top:none; border-right:none;width: 100%;border-top: 1px solid #ddd;}
.r_table th {background:#2F52A0; border-left: 1px solid #fff; border-bottom:none; color:#fff; text-align:center;font-size: 18px;}
.r_table td {text-align:center;font-size: 15px;color: #555;border-bottom: 1px solid #ddd;}
.r_table .tleft {text-align: left;}
.r_table td.sth {background-color: #FBFBFB;}
.r_table th,
.r_table td {padding: 20px 20px;vertical-align: middle;}
.r_table .col20 {width: 20%;}

.v_table {border-top:none; border-right:none;width: 100%;border-top: 1px solid #ddd;}
.v_table th {background: #f7f7f7; border-left: 1px solid #fff; border-bottom:none; color:#000; text-align:center;font-size: 18px;}
.v_table td {font-size: 15px;color: #555;border-bottom: 1px solid #ddd;}
.v_table .tleft {text-align: left;}
.v_table td.sth {background-color: #FBFBFB;}
.v_table th,
.v_table td {padding: 20px 20px;vertical-align: middle;}
.v_input {border: 1px solid #ddd;height: 40px;padding: 0 10px;font-size: 15px;color: #000;font-weight: 400;outline: none;}
.v_input:focus {border-color: #F07E26;}

.sub_stit {font-size: 24px;color: #000;font-weight: 600;}
.ex_txt {font-size: 16px;color: #555;font-weight: 400;line-height: 1.5;}
.regchk_box {background-color: #F4F6FB;border-radius: 10px;padding: 80px 0;}
.regchk_input {max-width: 523px;margin: 0 auto;width: 100%;}
.regchk_tit {font-size: 24px;color: #000;font-weight: 600;display: flex;align-items: center;justify-content: center;}
.regchk_tit img {margin-right: 10px;}
.regchk_input .input {height: 50px;background-color: #fff;border-radius: 10px;padding: 0 15px;font-size: 18px;color: #000;font-weight: 600;width: 100%;border: none;}
.regchk_input .submit {width: 135px;height: 64px;border-radius: 10px;font-size: 20px;color: #fff;font-weight: 500;display: flex;align-items: center;justify-content: center;outline: none;background-color: #F07E26;border: none;margin: 0 auto;cursor: pointer;}
.addr_wrap {display: flex;}
.addr_wrap .th {flex-shrink: 0;width: 110px;font-size: 18px;color: #000;font-weight: 700;}
.addr_wrap .td {flex-grow: 1;font-size: 18px;color: #000;font-weight: 400;}
.map_area iframe {width: 100%;height: 450px;border: 0;}
.room_box {border: 1px solid #ddd;border-radius: 10px;display: flex;align-items: center;justify-content: center;height: 550px;}
.room_box img {margin: 0 auto;max-width: 300px;width: 100%;}
.post_submit {display: flex;align-items: center;justify-content: center;gap:15px;}
.post_submit .submit {padding: 0 20px;height: 64px;border-radius: 10px;font-size: 20px;color: #fff;font-weight: 500;display: inline-flex;align-items: center;justify-content: center;outline: none;background-color: #F07E26;border: none;cursor: pointer;}
.post_submit .cancel {padding: 0 20px;height: 64px;border-radius: 10px;font-size: 20px;color: #000;font-weight: 500;display: inline-flex;align-items: center;justify-content: center;outline: none;background-color: #fff;border: none;cursor: pointer;border: 1px solid #ddd;}
.ex_txt {font-size: 13px;color: #F07E26;font-weight: 400;margin-top: 10px;}
.sleep_wrap .sleep_item {margin-bottom: 10px;}
.sleep_wrap .sleep_item:last-child {margin-bottom: 0;}
.ickeck_wrap .ickeck {font-size: 15px;color: #000;font-weight: 400;margin-right: 10px;cursor: pointer;}
.ickeck_wrap .ickeck:last-child {margin-right: 0;}

.w200 {width: 200px;}
.w150 {width: 150px;}
.w100 {width: 100px;}
.registNote {display: flex;gap: 20px;}
.registNote-right a {display: inline-block;}
.regist .note {font-size: 16px;color: #000;font-weight: 500;margin-bottom: 20px;}
@media (max-width: 1560px) {
	.main_visual .item {height: 600px;}
}
@media (max-width: 1429px) {

}
@media (max-width: 1399px) {

}
@media (max-width: 1259px) {
    .main_visual .item {height: 500px;}
    .es_event {font-size: 18px;}
    .main_visual h1 {font-size: 50px;}
}
@media (max-width: 1219px) {
	.main_visual h1 {font-size: 50px;}
	.main_visual p {font-size: 25px;}
	.main_visual .item {height: 500px;}
	.kv_num {margin-top: 30px;}
	.main_visual .kv_content {bottom: 30px;}
	.main_visual p {font-size: 20px;}
    .sch_tit {font-size: 16px;}
    .no_tit {font-size: 30px;}
    .m_tit {font-size: 25px;}
    .m_box {padding: 15px 20px;height: 150px;}
    .notice_wrap {padding: 140px 0 70px 0;}
    .event_sch_wrap {padding: 70px 0;}
    .sub_tit {height: 80px;margin-bottom: 30px;}
    .sub_tit .tit {font-size: 25px;}
    .sub_loc {font-size: 14px;}
    .ceomsg .cont h4 {font-size: 22px;}
    p {font-size: 16px;}
    .ceomsg .img {width: 160px;}
    .ceomsg .img img {width: 145px;}
}

@media (max-width: 991px) {
	.main_visual h1 {font-size: 40px;}
	.main_visual p {font-size: 18px;}
	.kv_num {font-size: 15px;}
	.kv_num {max-width: 100px;}
	.kv_num .arrow {top: 0;}
    .kv_stxt {font-size: 16px;}
	.main_visual h1 {font-size: 30px;}
	.kv_sstxt {font-size: 16px;margin-top: 20px;}
    .kv_num {margin-top: 0;}
    .main_visual .item {height: 350px;}
    .sch_box {padding: 20px 25px;height: 100px;border-radius: 25px 0 25px 0;}
    .sch_data {margin-right: 0;}
    .no_tit {font-size: 25px;margin-bottom: 15px;}
    .no_stit {font-size: 16px;margin-bottom: 20px;}
    .no_arrow a {width: 50px;height: 50px;}
    .no_arrow a:before {width: 18px;height: 14px;background-size: 36px auto;margin-left: -9px;margin-top: -7px;}
    .no_arrow a:hover:before {background-position: -17px 0;}
    .notice_list {left: 230px;}
    .event_sch_wrap .col-md-4 {margin-top: 30px;}
    .m_tit {font-size: 20px;margin-bottom: 15px;}
    .m_box {height: auto;}
    .reg_tit_wrap {padding: 20px;}
    .reg_tit {font-size: 20px;}
    .reg_txt {font-size: 15px;}
    .reg_tit_wrap:after {bottom: 20px;right: 20px;}
    div.program table.program > * > tr > th {font-size: 16px;}
    div.program table.program > * > tr > * {padding: 15px 10px;}
    .sub_stit {font-size: 20px;}
    .r_table th, .r_table td {padding: 10px;font-size: 15px;}
}

@media (max-width: 767px) {
    .sch_box {display: block;height: auto;}
    .sch_data {margin-top: 20px;}
    .sch_data .date {margin-bottom: 7px;}
    .sch_box_wrap {bottom: -90px;}
    .notice_tit {height: auto;}
    .notice_list {position: static;margin-top: 0;}
    .no_stit br {display: none;}
    .no_arrow {position: absolute;right: 0;top: 10px;}
    .no_box {padding: 15px 15px 25px 15px;height: 225px;}
    .no_date_box .day {font-size: 20px;}
    .no_date_box {width: 60px;height: 60px;margin-bottom: 15px;}
    .no_date_box .year {font-size: 12px;}
    .nob_tit {font-size: 18px;}
    .nob_txt {font-size: 15px;}
    .m_box .col-sm-5 {margin-top: 20px;}
    .es_tit {margin-bottom: 15px;}
    .reg_wrap {padding: 40px 0;}
    .reg_wrap .col-sm-6 {margin-bottom: 20px;}
    .reg_wrap .col-sm-6:last-child {margin-bottom: 0;}
    .es_bar:after {display: none;}
    .ceomsg {display: block;}
    .ceomsg .img {margin-bottom: 20px;}
    .sub_stit {font-size: 18px;}
    .r_table th, .r_table td {padding: 10px 5px;font-size: 13px;}
    .ex_txt {font-size: 13px;}
    .regchk_tit {font-size: 20px;}
    .regchk_input {max-width: 400px;}
    .addr_wrap .th,
    .addr_wrap .td {font-size: 15px;}
    .room_wrap .col-sm-6:first-child {margin-bottom: 20px;}
    .room_box {height: auto;padding: 25px;}
}

@media (max-width: 575px) {
    .sch_tit br {display: none;}
    .main_visual .item {height: 250px;}
    .kv_stxt {font-size: 13px;}
    .main_visual h1 {font-size: 18px;}
	.kv_sstxt {font-size: 14px;}
    .sch_box_wrap {bottom: -110px;}
    .no_tit {font-size: 20px;}
    .no_arrow a {width: 40px;height: 40px;}
    .event_sch_wrap {padding: 35px 0;}
    .es_tit {font-size: 13px;height: 30px;padding: 0 15px;}
    .es_event {font-size: 16px;}
    .guide_box {height: auto;padding: 20px 0;display: block;}
    .guide_box .guide_th {margin-right: 0;margin-bottom: 15px;}
    .footer {padding: 25px 0;}
    .blink .bar {margin: 0 10px;}
    .ceomsg .cont h4 {font-size: 18px;}
    p {font-size: 13px;}
    .ceomsg .sign {font-size: 13px;}
    .ceomsg .sign strong {font-size: 20px;margin-left: 10px;}
    .sub_tit .tit {font-size: 20px;}
    .sub_tit {align-items: inherit;height: auto;padding: 25px 0 10px;}
    .location_wrap {height: 45px;}
    .location_wrap .home {width: 45px;}
    .location_wrap .container {padding: 0;}
    .location .current a {font-size: 13px;padding: 0 10px;min-width: 140px;}
    .loc_menu {top: 45px;}
    .loc_menu li a {height: 40px;min-width: 140px;font-size: 13px;padding: 0 10px;}
    .sub_container {padding-bottom: 50px;}
    .sub_stit {font-size: 18px;}
    div.program table.program > * > tr > th,
    div.program table.program > * > tr > td {font-size: 12px;}
    div.program table.program > * > tr > * {padding: 10px 5px;}
    .r_table .col20.col20-2 {width: 30%;}
    .regchk_tit {font-size: 16px;}
    .regchk_tit img {width: 20px;}
    .regchk_box {padding: 35px 15px;}
    .regchk_input {max-width: inherit;}
    .regchk_input .input {height: 45px;padding: 12px;font-size: 15px;}
    .regchk_input .submit {width: 100px;height: 40px;font-size: 15px;}
    .addr_wrap .th {width: 80px;}
    .room_box img {max-width: 200px;}
    .v_table th, .v_table td {padding: 10px;font-size: 13px;}
    .w100 {width: 70px;}
    .post_submit .submit,
    .post_submit .cancel {height: 45px;padding: 0 15px;font-size: 15px;}
}