.reg-info-box-intro{
    padding-top:30px;
    padding-bottom:30px; 
}

.reg-info-box{
    padding-top:30px;
    padding-bottom:30px; 
    border-top:1px solid #ededed;
}

.reg-title{
    font-size:20pt;
    font-weight: 700;
    color:#000;
}

.ready-title{
    font-weight: 900;
    color:#ee4224;
}

.stamp-app-text{
    font-weight: 900;
    color:#000;
}

/* 이미지 롤링 소스 -----------------------*/
.image-slider-background{
    background-color:#ededed;
    min-height:100px;
}

.carousel {
	margin: 0px auto 60px;
	padding: 0 80px;
}
.carousel .carousel-item {
	text-align: center;
	overflow: hidden;
}
.carousel .carousel-item h4 {
	font-family: 'Varela Round', sans-serif;
}
.carousel .carousel-item img {
	max-width: 100%;
	display: inline-block;
}
.carousel .carousel-item .btn {
	border-radius: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	background: #a177ff;
	padding: 6px 15px;
	margin-top: 5px;
}
.carousel .carousel-item .btn:hover {
	background: #8c5bff;
}
.carousel .carousel-item .btn i {
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}
.carousel .thumb-wrapper {
	margin: 5px;
	text-align: left;
	background: #fff;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);   
}
.carousel .thumb-content {
	padding: 15px;
	font-size: 13px;
}
.carousel-control-prev, .carousel-control-next {
	height: 44px;
	width: 44px;
	background: none;	
	margin: auto 0;
	border-radius: 50%;
	border: 3px solid rgba(0, 0, 0, 0.8);
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 36px;
	position: absolute;
	top: 50%;
	display: inline-block;
	margin: -19px 0 0 0;
	z-index: 5;
	left: 0;
	right: 0;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: none;
	font-weight: bold;
}
.carousel-control-prev i {
	margin-left: -3px;
}
.carousel-control-next i {
	margin-right: -3px;
}
.carousel-indicators {
	bottom: -50px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 4px;
	border: none;
}
.carousel-indicators li {	
	background: #ababab;
}
.carousel-indicators li.active {	
	background: #555;
}
/* 이미지 롤링 소스 -----------------------*/

.middle-title{
    padding-top:30px;
    padding-bottom:20px;
    font-size:20pt;
    font-weight: 900;
}

.table-title{
    background-color: #ededed;
}

.slider_mobile{
    display: none;
}

p.m-intro-title {
    font-size:18px;
    font-weight: 900;
    margin-bottom:0.5rem;
}

p.m-intro-path {
    margin-bottom:0.5rem;
}

p.m-intro-path span{
    font-weight: 900;
    color:#5aae08;
    
}

p.m-intro-info {
    margin-bottom:15px;
}

p.m-intro-info span{
    font-weight: 900;
    color:#b33281;
}

.path-list-m{
    display:none;
}

.course-num{
    font-size:40px;
    font-weight: 900;
    padding-top:13px;
    padding-bottom:5px;
}



/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
    .image-slider-background {
        padding-bottom:20px;
    }

    .slider_web{
        display: none;
    }

    .slider_mobile{
        display: block;
    }

    .carousel {
        margin: 0px auto 60px;
        padding: 0 40px;
    }

    .carousel .thumb-content {
        min-height:155px;
    }

    .path-list-w{
        display: none;
    }

    .path-list-m{
        display: block;
    }

    .reg-title {
        font-size: 16pt;
        margin-bottom: 5px;
    }

    p.m-intro-path {
        margin-bottom: 0.2rem;
    }

    p.m-intro-title {
        font-size: 20px;
        font-weight: 900;
        margin-bottom: 0.5rem;
    }

    .route-title-section h5 {
        font-size: 15px; 
    }

    .middle-title {
        padding-top: 30px;
        padding-bottom: 20px;
        font-size: 18pt;
        font-weight: 700;
    }
}