@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap');

/* =============================================================== */
/* main - business info
/* =============================================================== */

@charset "utf-8";

#wrap {
    padding-top: 0;
}

#header {
    position: fixed
}

#main .h100 {
    padding-top: 90px;
}

#main .wheel .h100 {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed
}

#main .wheel .vertical {
    display: table-cell;
    vertical-align: middle;
    ;
    padding-bottom: 90px
}


@keyframes scroll {

    0%,
    100% {
        bottom: 4%
    }

    50% {
        bottom: 5%
    }
}

/* =============================================================== */
/* MAIN_SLIDE
/* =============================================================== */

/*** CUSTOMIZE THE CAROUSEL ***/

/* Carousel base class */
#main-carousel .carousel {
    /*margin-bottom: 1.4rem;*/
}


#main-carousel .carousel-inner {
    height: 100%;
}

/* Since positioning the image, we need to help out the caption */
#main-carousel {
    /* padding-top: 89px; */
    height: 100vh;
}

#main-carousel .carousel-caption {
    bottom: 3rem;
    top: 50%;
    z-index: 10;
    transform: translateY(-60%);
    z-index: 10;
}

#main-carousel .carousel-caption {
    color: #fff;
}

#main-carousel .carousel-caption h1 {
    font-size: 54px;
    font-size: 3.176rem;
    font-weight: bold;
    color: white;

}

#main-carousel .carousel-caption p {}


@media all and (max-width:576px) {

    #main-carousel .carousel-caption h1 {
        font-size: 30px;
        font-size: 2.308rem;
    }

    #main-carousel .carousel-caption p {
        font-size: 16px;
        font-size: 1.231rem;
        font-weight: normal;
        text-shadow: none;
    }
}

#main-carousel .carousel-indicators {
    margin-bottom: 50px;
    /*margin-bottom: 3.125rem;*/
    margin-bottom: 1.5rem;
}

#main-carousel .carousel-indicators button {
    height: 5px;
}

#main-carousel .carousel-inner:after {
    content: "";
    /* opacity: 0.3; 슬라이드 투명  */
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    /* background-color: #000; 슬라이드검정 */
    /* z-index: 1; */
}

/* Declare heights because of positioning of img element */
#main-carousel .carousel-item {
    /*height: 32rem;
    height: 43.75rem;*/
    height: 100%;
    overflow: hidden;
    /*	transition-property: opacity; */

}

#main-carousel .carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
}

#main-carousel .carousel-control-next-icon,
#main-carousel .carousel-control-prev-icon {
    width: 4rem;
    height: 4rem;
    background-position: 50%;
    transform: translateY(45%);
}

/*** RESPONSIVE CSS ***/

@media (max-width: 480px) {

    #main-carousel {
        padding-top: 68px;
    }

    #main-carousel .carousel-item {
        height: 18rem;
        overflow: hidden;
    }

    #main-carousel .carousel-caption {
        bottom: 3rem;
        top: 45%;
        z-index: 10;
        transform: translateY(-80%);
        z-index: 10;
    }
}

@media (min-width: 481px) and (max-width: 768px) {

    #main-carousel {
        padding-top: 68px;
    }

    #main-carousel .carousel-item {
        height: 26rem;
        overflow: hidden;
    }

    #main-carousel .carousel-caption {
        bottom: 3rem;
        top: 50%;
        z-index: 10;
        transform: translateY(-80%);
        z-index: 10;
    }

}

@media (min-width: 769px) and (max-width: 992px) {

    #main-carousel {
        padding-top: 68px;
    }

    #main-carousel .carousel-item {
        height: 32rem;
        overflow: hidden;
    }

    #main-carousel .carousel-caption {
        bottom: 3rem;
        top: 50%;
        z-index: 10;
        transform: translateY(-70%);
        z-index: 10;
    }

}

@media (min-width: 992px) {
    #main-carousel .carousel-item {
        /* height: 32rem; */
        overflow: hidden;
    }

    #main-carousel .carousel-caption {
        bottom: 3rem;
        top: 20%;
        z-index: 10;
        transform: translateY(-70%);
        height: 150px;
    }

}




#main_top_banner{
	    height: 100vh;
}

#main_top_banner .in_box{
	height: 100%;
}




#main_top_banner .in_box:after{
    content: "";
    /* opacity: 0.3; 슬라이드 투명  */
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.3);
}


#main_top_banner .in_box_content{ padding-top: 10%; color: #fff; }
#main_top_banner .in_box_content h1{ color: #fff; }


.bgtype1 {
    background: url('../../../theme/basic/img/mainslide/m1.jpg') no-repeat center center;
    background-size: cover;
}

.bgtype2 {
    background: url('../../../theme/basic/img/mainslide/m2.jpg') no-repeat center center;
    background-size: cover;
}

.bgtype3 {
    background: url('../../../theme/basic/img/mainslide/m3.jpg') no-repeat center center;
    background-size: cover;
}

.bgtype4 {
    background: url('../../../theme/basic/img/mainslide/m4.jpg') no-repeat center center;
    background-size: cover;
}

.bgtype5 {
    background: url('../../../theme/basic/img/mainslide/m5.jpg') no-repeat center center;
    background-size: cover;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

/*	
    .carousel-item {
    transition: transform 2.6s ease-in-out;
    }

    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
    transition: opacity 0s 2.6s;
    }	
        
    */


.caption-animate .carousel-item.active .carousel-caption {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.caption-animate .carousel-item.active .carousel-caption.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.caption-animate .carousel-item.active .carousel-caption.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.caption-animate .carousel-item.active .carousel-caption.flipOutX,
.caption-animate .carousel-item.active .carousel-caption.flipOutY,
.caption-animate .carousel-item.active .carousel-caption.bounceIn,
.caption-animate .carousel-item.active .carousel-caption.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.caption-animate .carousel-item .carousel-caption.fadeIn,
.caption-animate .carousel-item .carousel-caption.fadeInDown,
.caption-animate .carousel-item .carousel-caption.fadeInDownBig,
.caption-animate .carousel-item .carousel-caption.fadeInLeft,
.caption-animate .carousel-item .carousel-caption.fadeInLeftBig,
.caption-animate .carousel-item .carousel-caption.fadeInRight,
.caption-animate .carousel-item .carousel-caption.fadeInRightBig,
.caption-animate .carousel-item .carousel-caption.fadeInUp,
.caption-animate .carousel-item .carousel-caption.fadeInUpBig {
    opacity: 0;
}

/* MAIN SLIDE - class(수업) */

.ellipsis{
    position: relative;
    min-width: 200px;
}

.ellipsis span{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    left: 9px;
    right: 9px;
}

.ellipsis:before{
    content: '';
    display: inline-block;
}

.card {
    cursor: pointer;
}

.card .card-body {
    padding: 30px;
}

.card-body .card-title {
    font-size: 20px;
    font-size: 1.176rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.card-text {
    color: rgb(0 0 0 / 90%);
    font-size: 15px;
    font-size: 0.941rem;
    line-height: 1.5;
}

#news-slider .card-text .time{
    font-size: 15px;
    font-size: 0.941rem;
}

#news-slider .card-text .price {
    font-size: 18px;
    font-size: 1.059rem;
    font-weight: 600;
}

/* MAIN SLIDE - NOTICE */
.carousel-notice {
    margin-top: 80px;
}

.carousel-notice p {
    font-size: 25px;
    font-size: 1.56rem;
    font-weight: normal;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.30);
    line-height: 4.5rem;
    margin-bottom: 0;
}

.carousel-notice a {
    color: #fff;
}

.carousel-notice a:hover {
    color: #0284c8;
}

.carousel-notice p{
    
}

/* MAIN SLIDE - INTRODUCE */

.icon_banner {
    margin-top: 80px;
    cursor: pointer;
}

.icon_banner h2 {
    color: #fff;
}

.icon_banner .icon-banner-item {
    border: 1px solid #fff;
}

.icon_banner .icon-banner-item:hover {
    border: 1px solid #0385c9;
    background: #0284c8;
    transition: .5s ease;
}

.icon_banner .icon-banner-item h1{
    margin: 30px 0;
} 

.icon_banner .icon-banner-item p{
    font-size: 21px;
    font-size: 1.235rem;
    line-height: 1.5;
}

.tit-main {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.15;
    position: relative;
    margin-bottom: 50px;
}

.tit-main span {
    color: #bababa;
    text-transform: uppercase;
}

.tit-main strong {
    display: block;
    margin-top: 1.125rem;
    font-size: 2.556em;
    color: #000
}

.tit-main2 {
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.tit-main2 strong {
    font-size: 1.200em;
}

.more-main {
    background: url('../img/main/view.png') 98.5% center no-repeat;
    padding-right: 55px;
    color: #333;
    font-size: .938rem;
    font-weight: 700;
    display: inline-block;
    line-height: 31px;
    background-size: auto 100%;
}

.more-main.grey {
    background-image: url('../img/main/view_g.png');
    color: #ababab
}

/* index */
section {
   position: relative;
   padding: 100px 0;
}

section .main {
    text-align: center;
}

section .main .wow{
    margin-bottom: 64px;
    margin-bottom: 3.765rem;
}

.main .tit {
    font-size: 45px;
    line-height: 1.5;
    font-weight: 100;
    color: #222;
    letter-spacing: -4.8px;
    transition: top 0.8s ease, opacity 0.8 ease;
}

.main .sub_tit {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: -0.6px color rgba(0, 0, 0, 0.9);
    transition: top 0.8s ease, opacity 0.8 ease;
}

/* =============================================================== */
/* main - education schedule
/* =============================================================== */
#edu-event{}
/* #edu-event .edu-box-info1 {
    border: 2px solid #0284c8;
} */
#edu-event .tab-content .card {
    min-height: 205px;
}
#edu-event{}
#edu-event{}
#edu-event{}
#edu-event{}



/* =============================================================== */
/* main - restoration of disaster(재난)
/* =============================================================== */

#movie {
    display: block;
    background-color: #f5f5f5;
}


/* #movie .styleFontcolor2 {
    color: #454545;
    font-size: 20px;
    font-size: 1.333rem;
    font-weight: 400;
    line-height: 1.5;
} */

#movie .carousel-inner img {
    width: 50%;
    margin: 0 auto;
}

@media (max-width: 1199px) and (min-width: 768px) {
    #movie .styleFontcolor1 {
        font-size: 36px;
        font-size: 2.400rem;
    }

    #movie .styleFontcolor2 {
        font-size: 18px;
        font-size: 1.200rem;
        line-height: 1.5;
    }

    #movie .styleFontcolor2 span {
        display: block;
    }

    #movie .carousel-inner img {
        width: 70%;
    }
}

@media (max-width: 768px) {
    #movie .styleFontcolor1 {
        font-size: 30px;
        font-size: 2.000rem;
        line-height: 1.2;
    }

    #movie .styleFontcolor2 {
        font-size: 14px;
        font-size: 0.933rem;
        line-height: 1.5;
    }

    #movie .carousel-inner img {
        width: auto;
    }

    #movie .carousel-indicators {
        bottom: -30px;
    }

    .carousel-indicators li {
        border-color: #FABE0A;
    }

    .carousel-indicators .active {
        background: #FABE0A;
    }
}

/* =============================================================== */
/* main - news
/* =============================================================== */

#lastest-news ul li:first-child{
    margin-right: 20px;
}

#lastest-news .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: rgba(255, 255, 255, 0.00);
    color: #0284c8;
    border-bottom: 2px solid #0284c8;
}

#lastest-news .nav-pills .nav-link {
    border-radius: 0px;
    color: #111;
}

.board-view-row {
    margin-bottom: 15px;
}

.board-view-text {
    margin-top: 20px;
}

.board-view-text-body {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 0 10px;
}

.board-view-text-body-day {
    display: inline-block;
    font-size: 12px;
    font-size: 0.800rem;
    text-align: center;
    color: #444;
    padding: 0 5px;
    border-bottom: 1px solid #444;
    margin-bottom: 10px;
    margin-top: 0px;
}

.board-view-text-body-title {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    font-size: 1.200rem;
    letter-spacing: -1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.board-view-text-body-content {
    padding-top: 1rem;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    font-size: 0.933rem;
    letter-spacing: -1px;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5;
    height: 5rem;
}

@media (max-width: 1199px) and (min-width: 768px) {

    #notice .notice-sub-title a {
        font-size: 21px;
        font-size: 1.400rem;
    }

    #notice .board-view-text-body-title {
        font-size: 15px;
        font-size: 1rem;
    }

    #notice .board-view-text-body-content {
        font-size: 13px;
        font-size: 0.867rem;
    }
}

@media (max-width: 768px) {
    #notice .notice-sub-title a {
        font-size: 2rem;
        padding-bottom: 0;
        display: block;
    }

    .board-view-text-body-title {
        font-size: 1.067rem;
    }

    .board-view-text-body-content {
        font-size: 0.867rem;
        padding-top: 3px;
        height: 4rem;
    }
}


/* #m2 {
    background: #f9f9f9 url('../img/main/bg_m2.gif') 95% 50px no-repeat;
}


/* #m2 .slick-slide{ transition:all ease-in-out .3s} 
/* #m2 .slick-slide{height: 455px} 

/* #m2 .slick-slide .img{ transition:all ease-in-out .3s} 
/* #m2 .act .img{transform:scale(1,1);}
#m2 .slick-slide .img {
    transform: scale(.9, .9)
}

#m2 .slick-active .img {
    box-shadow: 5px 5px 7px rgba(0, 0, 0, .4);
    transform: scale(1, 1)
}

/* #m2 .act *{ transition:all ease-in-out .3s} 
#main_visual .slick-current img {}

#m2 .slick-slide {
    height: 450px
}

#m2 .in {
    padding: 19px 0 0;
    display: block;
    margin: 0 10px;
}

#m2 .slick-active .in {
    padding: 0 0 0;
}

#m2 .slide_w * {
    transition: all ease-in-out .15s
}

#m2 img {
    display: block;
}

#m2 .img {
    position: relative
}

#m2 .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
    font-size: 28px;
    font-weight: 500;
    ;
    color: #fff;
    line-height: 1.18;
    word-break: keep-all
}

#m2 .add {
    padding: 30px 30px 0;
    font-size: 1.125rem;
    display: none;
}

#m2 .slick-active .add {
    display: block;
    max-width: 520px;
    max-height: 4.7em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

#m2 .more-main {
    position: absolute;
    right: 0;
    top: -80px
}

#m2 .rel_w {
    position: relative;
}

#m2 .rel_w:after {
    position: absolute;
    right: -3px;
    top: 0;
    width: 140px;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, #f9f9f9 100%);
    content: ''
}

#m2 .rel {
    position: relative;
    display: flex;
    align-items: center
}

#m2 .dots_w {
    position: relative;
    left: 0;
    top: 0;
    font-weight: 500;
    color: #999;
    width: 170px;
    margin-right: 70px;
}

#m2 .dots_w:before {
    position: absolute;
    left: 5px;
    top: 0;
    width: 1px;
    height: 100%;
    content: '';
    background: #dedede
}

#m2 .dots_w button,
#m2 .dots_w a {
    height: 35px;
    width: 170px;
    padding-left: 20px;
    text-align: left;
    display: block;
    border-radius: 100px;
    display: block
}

#m2 .dots_w .active:before,
#m2 .dots_w .active:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    background: #027cb5;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: -4px;
}

#m2 .dots_w .active button,
#m2 .dots_w .active a {
    background: #e0ecf2;
    color: #027cb5
}

#m2 .dots_w li {
    position: relative;
    padding: 10px 0 10px 18px;
}

#m2 .tb_w {
    flex: 1;
    overflow: hidden;
}

#m2 .slick-arrow {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    bottom: 0
}

#m2 .slick-prev {
    transform: rotate(-45deg);
    margin-left: -14px;
}

#m2 .slick-next {
    transform: rotate(135deg);
    margin-left: 14px;
}

#m2 .slick-arrow.slick-hidden {
    display: none;
} */

/* #m2 .slide_w{position: relative;} 
#m2 .slide_w:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 100%;
    top: 0;
    background: url('../img/main/m2_r.png') right center no-repeat;
    z-index: 1
}

.tb_w .slide_w {
    display: none;
}

#m2 .controls_etc {
    text-align: right;
    position: relative;
    z-index: 1;
    padding-right: 75px;
}

#m2 .controls_etc>* {
    display: inline-block;
}

#m2 .controls_etc button {
    white-space: nowrap;
    overflow: hidden;
    text-indent: -999px;
    width: 27px;
    height: 18px;
    display: inline-block;
    background: url('') center center no-repeat;
}

#m2 .controls_etc .prev {
    background-image: url('../img/main/c_prev.png')
}

#m2 .controls_etc .next {
    background-image: url('../img/main/c_next.png')
}

#m2 .controls_etc .c_status {
    font-size: 1.875rem;
    color: #333;
    font-size: ;
    margin: 0 40px;
}

#m2 .controls_etc .c_status .total {
    font-size: 0.733em;
    color: #ababab
}

#m2 .slash {
    font-weight: 700;
    margin: 0 10px;
}

@media screen and (min-width:1025px) {}

@media screen and (max-width:1750px) {
    #m2 {
        padding-right: 100px
    }
}

@media screen and (max-width:1530px) {

    #m2>.inner,
    #m4>.inner {
        padding-left: .938rem;
    }

    #m2 .more-main {
        right: 1rem
    }
}

@media screen and (max-width:1450px) {
    #m2 {
        padding-right: calc(75px - .938rem);
    }

    #m2 .dots_w {
        padding-right: 50px;
    }
}

@media screen and (max-width:1024px) {
    #main .h100 {
        padding: 0 .938rem
    }

    #main .h100 .vertical {
        padding-bottom: 0;
    }

    .tit-main strong {
        margin-top: 1rem;
    }

    #m2,
    #m3,
    #m4 {
        padding: 50px 0
    }

    #m2 {
        background-size: 75%
    }

    #m2 .more-main {
        right: 0
    }

    #m2 .rel {
        padding-left: 0;
        display: block;
    }

    #m2 .dots_w {
        position: static;
        margin: 0 0 30px;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    #m2 .dots_w:before,
    #m2 .dots_w .slick-current:before {
        display: none;
    }

    #m2 .dots_w li {
        padding: 0;
        display: inline-block;
        margin-bottom: 5px;
    }

    #m2 .dots_w a,
    #m2 .dots_w button {
        text-align: center;
        width: 100%;
        padding-left: 0;
        padding: 5px 1rem;
        height: auto;
        line-height: 1.15
    }

    #m2 .dots_w .slick-current:before,
    #m2 .dots_w .active:before {
        display: none;
    }

    #m2 .tb_w {
        max-width: 100%
    }

    #m2 .rel_w:after {
        display: none;
    }

    #m2 .controls_etc {
        padding-right: .938rem
    }

    #m2 .tb_w {
        overflow: visible
    }

    #m2 .slick-active .add {
        display: none;
    }
}

@media screen and (max-width:768px) {

    .tit-main2,
    .tabs-main {
        height: auto
    }
}

@media screen and (max-width:720px) {
    .tit-main {
        margin-bottom: 40px;
        text-align: center;
    }

    #m2 .in {
        padding-top: 0;
    }

    #m2 img {
        width: 100%
    }

    #m2 .add {
        padding: 20px 1rem
    }

    #m2 .txt {
        font-size: 1.35rem;
        padding: .938rem;
    }

    #m2 .add {
        max-height: 4em;
        line-height: 1.35;
    }

    #m2 .slide_w {
        margin: 0 -9px;
    }

    #m2 .in {
        margin: 0 9px;
        padding: 0
    }

    #m2 .slick-active .in,
    #m2 .in {
        padding: 0
    }

    #m2 .slick-slide .img {
        transform: scale(1, 1)
    }

    #m2 .s {
        padding-bottom: 35px;
    }

    #m2 .slick-slide {
        height: auto
    }

    #m2 .slash {
        margin: 0 5px;
    }

    #m2 .controls_etc .c_status {
        margin: 0 1.5rem;
        font-size: 1.5rem;
    }
}

@media screen and (max-width:380px) {}



/* =============================================================== */
/* main - notice
/* =============================================================== */
/* #notice {
    padding-bottom: 55px;
    padding-top: 55px;
    display: block;
}

.notice-sub-title {
    display: block;
    text-align: center;
    padding-bottom: 35px;
}

.notice-sub-title a {
    font-size: 24px;
    font-size: 1.600rem;
    font-weight: 500;
    margin: 0 3rem;
    padding-bottom: 1rem;
    color: #333;
}

.notice-sub-title-line {
    border-bottom: 3px solid #ee7700;
}

.collapseNotice {
    display: none;
}

.collapseNotice a {
    color: #333;
}

.collapseNotice a:hover,
a:focus {
    color: #ee7700;
    text-decoration: none !important;
}



