
/* main_bg */
.main_bg {
    text-align: center;
    /* height: 84vw; */
    background-color: #333;
}
.main_bg .slick-slide img {
    height: 300px;
    object-fit: cover;
}
.main_slick1 {
    object-fit: cover;
    position: relative;
}
.slick-track {object-fit: cover;}
.slick-track>li{object-fit: cover;}
.main_slick_txt {
    position:absolute;
    top:20%;
    left:48%;
    transform:translate(-50%,-50%);
    text-align:center;
    font-weight: bold;
    z-index: 99;
}
.main_slick_txt:before {
    content: '';
    display: block;
}
[dir='rtl'] .main_slick_txt:before
{
     content: '';
    display: block;
}


.main_slick_txt1 {
    font-size: 27px;
}
.main_slick_txt2 {
    color: #fff;
    font-size: 20px;
    text-shadow: 2px 3px 2px #333;
    opacity: 0;
    animation: fadeInText 1s 1s ease-out forwards;
}

@keyframes scaleImage {

    100% {

        transform: scale(1);

    }

}

@keyframes fadeInText {

    100% {

        opacity: 1;

    }

}



#main_big_txt {
    top: 150px;
    font-weight: bold;
    font-size: 25px;
    color: #000;
}
.main_bg>p {
    font-size: 18px;
    color: #fff;
}


/* newcon1 */
.newcon1 {
    margin: 60px 0;
}
.main_video {
    
}
.notice_list {
    margin-top: 30px;
}
.notice_list>ul {}
.notice_list>ul>li:nth-child(1)>p {
    font-weight: bold;
}
.notice_list>ul>li:nth-child(1) {
    border-bottom: 1px solid #888;
}
.notice_list>ul>li {
    padding: 0 5px;
    display: flex;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #888;
}
.notice_list_text{
    width: 240px;
    white-space: nowrap;
    overflow: hidden;                 
    text-overflow: ellipsis;
}
@media (min-width: 390px) {
    .notice_list_text {
        width: 280px;
    }
    
}
@media (min-width: 420px) {
    .notice_list_text {
        width: 320px;
    }
    
}
@media (min-width: 490px) {
    .notice_list_text {
        width: 370px;
    }
    
}
@media (min-width: 580px) {
    .notice_list_text {
        width: 450px;
    }
    
}

.customer_service {
    margin-top: 30px;
}
.service_top {
    padding: 0 5px;
    display: flex;
    justify-content: space-between;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #888;
}
.service_call {
    display: flex;
    margin: 10px 0;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #042A6F;
    border: none;
}
.service_call>img {
    padding: 12px 10px 10px 10px;
    width: 30px;
    height: 25px;
    
}
.service_call>p {
    color: #fff !important;
}
.customer_service>ul {
    border: 1px solid #ccc;
    padding: 10px 12px;
}
.customer_service>ul>li {
    height: 36px;
    line-height: 36px;
}

/* newcon2 */
/* application */
.newcon2 {
    margin: 70px auto 60px;
}
.application{
    display: flex;
    flex-wrap: wrap;
}
.details_btn {
    position: absolute;
    bottom: 0;
    left: 10px;
}
.application li{
    position: relative;
    width: 49.5%;
    /*margin-right: 1%;*/
	margin-right: 0;
	margin:10px;
    display: flex;    
    flex-wrap: wrap;

    box-shadow: 0px 6px 24px 10px rgb(1 58 148 / 6%);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 16px;
}   
.application li:nth-child(2n){
    margin-right: 0;
	margin:10px;
}
.application .imgbox{
    width: 100%;
    height: 40vw;
}
.application .imgbox img{
    width: 100%; height: 100%;
    object-fit: cover;
}
.application .ap_text{
    width: 100%;
    padding: 10px;
    min-height: 225px;
}
.application p:nth-child(1){
    font-size: 15px;
    color: #666;
    margin-bottom: 4px;
}
.application .ap_Tit {
    font-weight: bold;
    padding-bottom: 7px;
}
.application p:nth-child(3),
.application p:nth-child(4){
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: -0.06em;
    word-break: keep-all;

}



/* 종목상세보기 버튼 */
.application button{
    width: calc(100% - 20px);
    margin: 0 auto 10px;
    height: 44px;
    line-height: 44px;
    background-color: #042A6F;
    border: 1px solid #042A6F;
    color: #fff;
    transition: 0.3s ease;
}
.applicationList>a {
    display: block;
    width: 100%;
}
/* *텍스트 */
.red{
    font-size: 14px;
    color: #ff5858;
}

 /* 스크롤바 */
 .scrollStyle::-webkit-scrollbar{
    display: none;
}

/* 글자 */

.big_txt {
text-align: left;
font-size: 22px;
font-weight: bold;
}
.poptit>.popup_list:last-child {
margin-top: 0;
}
.poptit_1 {
display: flex;
justify-content: flex-start;
align-items: center;
}
.poptit_1>p {
margin-left: 20px;
}
.popup_list {
/* margin-top: 15px; */
}
.popup_list
.popup_list>ul {
width: 100%;
}
.popup_list>ul>li {
display: flex;
text-align: left;
width: 100%;
line-height: 1.5;
border-top: 1px solid #ccc;
padding: 6px 0;
}
.popup_list>ul>li:nth-child(1) {
border-top: 1px solid #000;
}
.border_bottom {
    border-bottom: 1px solid #ccc;
}
/* .popup_list>ul>li:last-child {
    border-bottom: 1px solid #ccc;
} */
.pop_left {
width: 95px;
}
.pop_right {
width: calc(100% - 95px);
}

.instructor {
margin-top: 16px;
/* display: flex;
justify-content: space-between; */
/* position: relative; */
width: 100%;
margin-bottom: 50px;
}
.instructor_img {
margin: 0 auto;
width: 127px;
}

.instructor_txt {
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: flex-end;
/* width: calc(100% - 86px); */
padding-left: 10px;
}
.span_bar {
font-weight: bold;
}
.instructor_txt>p:nth-child(1) {
font-size: 16px;
font-weight: bold;
padding-bottom: 8px;
}
.instructor_txt>p:nth-child(n + 2) {
line-height: 1.5;
letter-spacing: -0.04em;
font-size: 15px;
}
.pop3>.popup_list>ul>li:last-child {
border-bottom: 1px solid #ccc ;
}
.pop3_btn{
display: flex;
margin-top: 40px;
text-align: center;
}
.pop3_btn .buttonWrap:nth-child(2){margin-right: 0;}
.buttonWrap>a {
display: block;
color: #fff;
}

/* con1 */
.con1 {
   margin: 30px 0;
}
#ctn_tit {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
}
.Program {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Program>a {
    display: block;
    width: 49%;
    margin-bottom: 4%;
}
.Program>a>div {
    border-radius: 20px;
    overflow: hidden;
}

.Program>a>p {
    padding-top: 10px;
    text-align: center;
    font-size: 16px;
}

/* con2 */
.con2 {
    width: 100%;
    /* border-radius: 20px; */
    overflow: hidden;
    /* box-shadow: 0px 6px 24px 10px rgb(1 58 148 / 6%); */
    margin-bottom: 60px;
}
/* 시간표 */
.tab {
    padding-top: 0 !important;
}
.table1_dinghy_top {
    border-top: 3px solid #042A6F;
}
.table1_dinghy_top>tr>th {
    background-color: #f0f0f0;
}
/* 마감/진행중/대기 */
.register {
    display: block;
    width: 100%;
    height: 30px;
    background-color: #0961A6;
    color: #fff;
    line-height: 30px;
    border-radius: 5px;
}
.deadline {
    display: block;
    width: 100%;
    height: 30px;
    background-color: #E91919;
    color: #fff;
    line-height: 30px;
    border-radius: 5px;
}
.waiting {
    display: block;
    width: 100%;
    height: 30px;
    background-color: #387810;
    color: #fff;
    line-height: 30px;
    border-radius: 5px;
}
/* .timetable_txt {
    padding-top: 30px;
} */
.timetable_txt>p {
    /* text-align: center; */
    padding-top: 10px;
    word-break: keep-all;
}
.click_tab {
    padding-bottom: 15px;
    padding-top: 15px;
    justify-content: space-between;
}
.click_tab>li {
    width: 48.5%;
    /* border-radius: 5px; */
}





/* con3 */
.con3 {
    padding-bottom: 100px;
}
/* Gallery */
.Gallery_box {
    width: 100%;
}
.g_top {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
}
.g_top>li {
    width: 48%;
    /* height: 0;
    padding-bottom: 40%; */
    margin-right: 2%;
    margin-bottom: 2%;
   
}
.g_top>li>a {
    display: block;
}
.g_top>li>a>img {
    width: 100%;
   height: 30vw;
    /* object-fit: cover; */
    border-radius: 15px;
   
}
/* 등록된 강좌가 없음 */
.list_span0 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    padding-top: 30px;
    box-shadow: none !important;
}
.list_span0>span {
    display: inline-block;
}



