/* --------------------------------------------------------------------------
 * UnicornNet.com  	: LMS Default HTML Template
 *  
 * file					: layout.css
 * Version 			: 1.0
 * Author			: UnicornNet - Team
 * Author URI		: http://unicornnet.com
 *
 * UnicornNet Copyright 2017 All Rights Reserved.
 * -------------------------------------------------------------------------- */
@charset "utf-8";

a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-decoration: none !important;
}

.btn-large
{ height: auto; line-height: 30px; font-size: 20px; padding: 15px 30px; font-weight: 600; }
.btn-info
{ background-color: #1DB898; }
.btn-info:hover
{ background-color: #11A385; }

.course-btn
{ height: 50px; line-height: 52px; border-radius: 4px; display: inline-block; padding: 0px 25px; }
.course-btn > a,
.course-btn > button
{ color: #FFFFFF; display: block; width: 100%; background-color: transparent; border: 0; }
.course-btn > a > i,
.btn-large > a > i,
.course-btn > button > i,
.btn-large > button > i
{ margin-left: 5px; color: #FFFFFF; }

.checkbox label.middle
{ font-size: 14px; color: #333333; font-weight: 700; }

.navbar-header
{ padding: 5px 0; }
.main-menu-container.menu-bg-overlay .navbar-header
{ padding: 0; }

.breadcrumb-section
{ background: #F8F8F8; padding-bottom: 255px; border-bottom: 10px solid #FFFFFF; }
.breadcrumb-section .blakish-overlay
{ opacity: 1; visibility: visible; }
.breadcrumb-section .page-breadcrumb-content
{ position: absolute; top: 60%; -webkit-transform: translateY(-60%); -ms-transform: translateY(-60%); transform: translateY(-60%); left: 0; right: 0; }
.breadcrumb-section .breadcrumb-head
{ font-size: 38px; color: #FFFFFF; font-weight: 300; }
.breadcrumb-section .breadcrumb-head span
{ font-weight: 700; }
.breadcrumb-section .breadcrumb
{ text-align: center; display: inherit; background-color: transparent; }
.breadcrumb-section .breadcrumb-item
{ background-color: #1DB898; color: #FFFFFF; padding: 5px 15px; font-size: 13px; font-weight: 700; border-radius: 4px; }
.breadcrumb-section .breadcrumb-item::before
{ display: none; }
.breadcrumb-section .breadcrumb-item.active
{ background-color: #3B3B3B; color: #7A7A7A; }

@media screen and (max-width: 480px) {
	.breadcrumb-section {
		padding-bottom: 250px;
	}
	.breadcrumb-section .breadcrumb-head {
		font-size: 26px;
	}
	.breadcrumb-section .breadcrumb-item {
		padding: 5px 5px;
		font-weight: 400;
	}
}




/*==========================================================================
           LABEL
========================================================================== */
.label
{ display: inline-block; line-height: 13px; color: #FFFFFF; margin: 0 1px; padding: 5px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
@media (max-width:991px) {
	.label
	{ padding: 4px; }
}
.label-today1
{ background-color: #A270FF; }
.label-today2
{ background-color: #ABA000; }
.label-today3
{ background-color: #EC008C; }
.label-today4
{ background-color: #AAAAAA; }
/*==========================================================================
           LABEL
========================================================================== */


/*=======================================================
                        HEADING TITTLE
========================================================*/
.sub-tittle2
{ text-align: left; display: inline-block; width: 100%; margin-bottom: 20px; }
.sub-tittle2 > h2,
.sub-tittle2 > h3,
.sub-tittle2 > h4
{ background: url('/home/skin/default/content/images/icons/dotted-1.png') no-repeat 5px 50%; color: #333333; margin-top: 0px; padding-left: 22px; margin: 0; font-weight: 500; line-height: 30px; }
.sub-tittle2 > h2 > small,
.sub-tittle2 > h3 > small,
.sub-tittle2 > h4 > small
{ color: #777777; padding-left: 22px; font-size: 62%; }
.sub-tittle2 > p
{ color: #999999; margin-top: 0px; padding: 10px 10px; text-align: left; }

.sub-tittle3
{ text-align: left; display: inline-block; width: 100%; margin-bottom: 10px; border-bottom: 1px solid #EEEEEE; }
.sub-tittle3 > h2,
.sub-tittle3 > h3,
.sub-tittle3 > h4
{ color: #333333; margin-top: 0px; }

/*=======================================================
                        HEADING TITTLE
========================================================*/


/*==========================================================================
           SUB BANNER
========================================================================== */
.sub-banner {
	position: relative;
	padding-top: 130px;
    background: #F8F8F8;
    min-height: 130px;
/*  background-image: url(../images/banner/wc-1.jpg);*/

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 90%;
  }

.sub-banner h2 {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 100;
    padding: 60px 0;
	text-align: center;
}
.sub-banner h2 > p {
    display: block;
    font-size: 18px;
    color: #EEEEEE;
    padding-top: 10px;
}
.sub-banner h2 > span,
.sub-banner h2 > p > span {
		font-weight: 600;
}

.sub-banner h2 > div {
	font-size: 32px;
	font-weight: 600;
}

.sub-banner-img-1 {
	background-image: url('../images/subheader/header-1.jpg');
}
.sub-banner-img-2 {
	background-image: url('../images/subheader/header-2.jpg');
}
.sub-banner-img-3 {
	background-image: url('../images/subheader/header-3.jpg'); background-position: center 55%;
}
.sub-banner-img-4 {
	background-image: url('../images/subheader/header-4.jpg'); background-position: center 55%;
}
.sub-banner-img-5 {
	background-image: url('../images/subheader/header-5.jpg'); background-position: center 20%;
}
.sub-banner-img-6 {
	background-image: url('../images/subheader/header-6.jpg'); background-position: center 25%;
}
.sub-banner-img-7 {
	background-image: url('../images/subheader/header-7.jpg');
}
.sub-banner-img-8 {
	background-image: url('../images/subheader/header-8.jpg'); background-position: center 50%;
}



.sub-banner .links {
    float: right;
    display: inline-block;
    margin-top: 0;
}
.sub-banner .links li {
    display: inline-block;
    float: left;
}
.sub-banner .links li a {
    margin: 0 20px;
}





@media screen and (max-width: 767px) {
    .sub-banner {
        text-align: center;
    }
    .sub-banner .links {
        float: none;
        margin-top: 20px;
        margin-bottom: 40px;
        text-align: center;
        width: 100%;
    }
    .sub-banner .links li {
        float: none;
    }
}

span.br
{ display: none; }

@media (max-width: 767px)
{
	.sub-banner > .container > h2
	{ font-size: 26px; font-weight: 100; padding: 30px 0; }
	.sub-banner > .container > h2 > div {font-size: 18px;}
	.sub-banner h2 > p { font-size: 14px; }
	.sub-banner > .container > h4
	{ font-size: 18px; }
	span.br
	{ display: block; }
	.about-us-section .text-column.warning-box p
	{ font-size: 16px; }
}










.popular-shotpadding {
  background-color: #f7f7f7;
  padding: 50px 0px 50px; }
  .popular-shotpadding .course-viewer li {
    background-color: #FFFFFF; }
  .popular-shotpadding .owl-nav .owl-prev, .popular-three .owl-nav .owl-next,
  .popular-shotpadding .owl-nav .owl-next {
    background-color: #FFFFFF; }


@media screen and (max-width: 480px) { 
	.popular-shotpadding {
		padding: 50px 0px 60px;
	}
}




.sample-class-title:after {
  left: 0;
  content: '';
  height: 3px;
  width: 50px;
  bottom: 25px;
  position: absolute; }

.sample-class-title > h3 {
  color: #555555;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-align: center; }

  .sample-class-title h3 span {
    top: -6px;
    color: #FFFFFF;
    padding: 5px;
    font-size: 11px;
    border-radius: 3px;
    position: relative;
    background-color: #ff5c26; }















.sample-class-details-btn {
  top: 35px;
  left: 85px;
  opacity: 1;
  visibility: visible;
  position: absolute;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .sample-class-details-btn a {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 700; }


.sample-class-pic {
  overflow: hidden;
  border-radius: 4px; }

  .sample-class-pic img {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }

.sample-class-item-text:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }




.sample-class-meta
{ display: inline-block; width: 100%; }

.sample-class-meta span
{ float: left; font-size: 14px; margin-right: 6px; position: relative; }
/*
.sample-class-meta span:after
{ top: 2px; width: 1px; content: ''; height: 15px; right: -14px; position: absolute; background-color: #989898; }
*/
.sample-class-meta span:last-child:after
{ display: none; }
.sample-class-meta .sample-class-category, .latest-events .sample-class-meta .sample-class-author
{ color: #1DB898; }
.sample-class-meta .sample-class-author
{ color: #AAAAAA; }
.sample-class-meta .sample-class-rate li
{ color: #ffc926; }







.course-progress-list > ul
{ background: #fff url("../images/course/number-1.png") no-repeat 20px 0; }

.course-progress-list > ul > li
{ font-weight: 500; color: #555555; padding: 7px 0 3px 65px; position: relative; }
.course-progress-list > ul > li > a
{ color: #000000; border-bottom: 2px solid #1DB898; }
/*
.course-progress-list > ul > li:before
{ left: 0; top: 0; content: ''; width: 24px; height: 24px; border-radius: 100%; position: absolute; }
*/


















.course-content
{ margin-left: -1px; margin-right: -1px }

/* .course-img-text
{ 
	float: left; 
	position: relative; 
	min-height: 1px; 
	margin: 1px 0; 
	padding-right: 1px; 
	padding-left: 1px; 
	width: 20%; 
	border-radius: 4px; 
} */
.course-img-text.course-img-wide
{ width: 40%; }
.course-img-text > img
{ width: 100%; border-radius: 4px; }




.course-img-text > .column
{ width: 100%; height: 160px; background-size: 100% auto; background-repeat: no-repeat; background-position: center center; border-radius: 4px; }

.course-img-text > .column.course-1
{ background-image: url('../images/level/level-01.jpg'); }
.course-img-text > .column.course-2
{ background-image: url('../images/level/level-02.jpg'); }
.course-img-text > .column.course-3
{ background-image: url('../images/level/level-03.jpg'); }
.course-img-text > .column.course-4
{ background-image: url('../images/level/level-04.jpg'); }
.course-img-text > .column.course-5
{ background-image: url('../images/level/level-05.jpg'); }
.course-img-text > .column.course-6
{ background-image: url('../images/level/level-06.jpg'); }
.course-img-text > .column.course-7
{ background-image: url('../images/level/level-07.jpg'); }
.course-img-text > .column.course-8
{ background-image: url('../images/level/level-08.jpg'); }
.course-img-text > .column.course-9
{ background-image: url('../images/level/level-09.jpg'); }
.course-img-text > .column.course-10
{ background-image: url('../images/level/level-10.jpg'); }
.course-img-text > .column.course-11
{ background-image: url('../images/level/level-11.jpg'); }
.course-img-text > .column.course-12
{ background-image: url('../images/level/level-12.jpg'); }
.course-img-text > .column.course-13
{ background-image: url('../images/level/level-13.jpg'); }
.course-img-text > .column.course-14
{ background-image: url('../images/level/level-14.jpg'); }
.course-img-text > .column.course-15
{ background-image: url('../images/level/level-15.jpg'); }
.course-img-text > .column.course-16
{ background-image: url('../images/level/level-16.jpg'); }
.course-img-text > .column.course-17
{ background-image: url('../images/level/level-17.jpg'); }
.course-img-text > .column.course-18
{ background-image: url('../images/level/level-18.jpg'); }
.course-img-text > .column.course-19
{ background-image: url('../images/level/level-19.jpg'); }
.course-img-text > .column.course-19-2
{ background-image: url('../images/level/level-19-2.jpg'); }

.course-img-text > .column > .layer {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;

  align-items:center;
  justify-content:center;
  -webkit-align-items:center;
  -webkit-justify-content:center;

  -webkit-box-pack:center;
  -webkit-box-align:center;
  -moz-box-pack:center;
  -moz-box-align:center;
  -ms-box-pack:center;
  -ms-box-align:center;
}
.course-img-text > .column > .layer > span
{ color: #FFFFFF; font-size: 28px; font-weight: 400; text-align: center; }
/*{ color: #FFFFFF; font-size: 1.2rem; font-weight: 400; text-align: center;}*/



@media screen and (max-width: 1024px) {
	.section-title > h2
	{ font-size: 48px; }
	.section-title > p,
	.about-us-text > .section-title > p
	{ font-size: 20px; }

	.course-img-text > .column
	{ height: 130px; }
	.course-img-text > .column > .layer > span
	{ font-size: 22px; font-weight: 600; }
}

@media screen and (max-width: 991px) {
	.section-title > h2
	{ font-size: 42px; }
	.section-title > p,
	.about-us-text > .section-title > p
	{ font-size: 18px; }

	.course-img-text > .column
	{ height: 110px; background-size: 120% auto; }
	.course-img-text > .column > .layer > span
	{ font-size: 20px; }
}

@media screen and (max-width: 767px) {
	.section-title > h2
	{ font-size: 26px; }
	.section-title > p,
	.about-us-text > .section-title > p
	{ font-size: 15px; }

	.course-img-text > .column
	{ height: 70px; }
	.course-img-text > .column > .layer > span
	{ font-size: 16px; font-weight: 700; }
}












.footer-area
{ display: block; clear: both; padding: 10px 0; text-align: center; background: #FFFFFF; font-size: 14px; border-top: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE; }

.footer-nav > ul
{ text-align: left; margin: 0; padding: 10px 0; }
.footer-nav > ul > li
{ display: inline-block; margin: 0; padding: 0 10px; }
.footer-nav > ul > li:first-child
{ padding-left: 0; }
/* .footer-nav > ul > li > a 
{ color: #000000; font-weight: 600; font-size: 16px;  }
.footer-nav > ul > li > a:hover
{ color: #E60C3D; } */




.footer-area .btn-top
{ height: 38px; width: 38px; border-radius: 100%; line-height: 38px; font-size: 32px; float: right; }
.footer-area .btn-top i
{ color: #FFFFFF; }


@media only screen and (max-width : 1201px) {
	.footer-area > .row
	{ padding: 40px 0; text-align: center; }
	.footer-area .btn-top
	{ right: 46%; top: -95px; }
}
@media only screen and (max-width : 993px) {
	.footer-area .btn-top
	{ right: 46%; top: -120px; }
}
@media only screen and (max-width : 769px) {
	.footer-area .btn-top
	{ right: 43%; }
}


.footer-copyright
{ display: block; clear: both; padding: 0; text-align: left; background-color: #333333; font-size: 14px; color: #CCCCCC; }
.footer-copyright > .row
{ padding: 30px 0; }


.footer-brand 
{ text-align: right; }
.footer-brand > h4
{ font-size: 24px; font-weight: 500; color: #FFFFFF; }
.footer-brand > h6
{ font-size: 12px; color: #CCCCCC; line-height: 20px; margin: 0; }


@media only screen and (max-width : 767px) {
	.footer-brand 
	{ text-align: center; padding-top: 40px; }
}










/*=======================================================
                        TESTIMONIALS
========================================================*/
#testimonials {
    background: #FFFFFF;
    padding: 60px 0;
}
#testimonials .tittle {
    text-align: left;
}
#testimonials .testi {
    margin-top: 0px;
    text-align: left;
    padding: 0px;
}
#testimonials .testi h5 {
    padding-bottom: 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    color: #647382;
    margin-top: 15px;
    margin-bottom: 10px;
}
#testimonials .testi h5 span {
    width: 100%;
    font-weight: 300;
}
#testimonials .feed-text {
    float: right;
    width: 83%;
}
#testimonials .testi p {
    color: #647382;
    font-size: 22px;
    text-align: left;
    line-height: 36px;
    font-weight: 300;
}
#testimonials .avatr {
    display: inline-block;
    height: 170px;
    width: 170px;
    float: left;
    overflow: hidden;
    border-radius: 50%;
}
#testimonials .carousel-indicators li {
    height: auto;
    width: auto;
    display: inline-block;
    text-indent: inherit;
    position: relative;
    text-align: center;
    border: none;
    margin: 0 3px;
    margin-bottom: 7px;
}
#testimonials .carousel-indicators li img {
    border: 3px solid #FFFFFF;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    opacity: 0.4;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#testimonials .owl-theme .owl-controls .owl-dot span {
    background: #b1b9c0;
    height: 15px;
    width: 15px;
    margin: 0 5px;
}
#testimonials .owl-theme .owl-controls {
    margin-top: 30px;
}
/*=======================================================
                        TESTIMONIALS STYLE 2
========================================================*/





/* .testi-small {
    margin-top: 30px;
} */
.testi-small #testimonials {
    background: none;
    padding: 0px;
}
.testi-small #testimonials p {
    font-size: 18px;
    line-height: 24px;
    color: #303030;
}
.testi-small #testimonials .feed-text {
    width: 100%;
    border: 2px solid #F1F1F1;
    background: #FFFFFF;
		padding: 2em;
		border-radius: 20px;
}
.testi-small #testimonials h5 {
    font-size: 16px;
    font-weight: bold;
		color: #0AAEAD;
		margin-bottom: 0;
}
.testi-small #testimonials h5 span {
    display: inline-block;
    width: 100%;
    font-weight: normal;
    margin-top: 10px;
}
.testi-small #testimonials .avatr {
    height: 80px;
    width: 80px;
    text-align: center;
    float: right;
    margin-top: -40px;
    z-index: 5;
    margin-right: 20px;
    border: 5px solid rgba(0,0,0,0.1);
}
.testi-small #testimonials img {
    width: 100%;
}
.testi-small .owl-dot {
    float: left;
}
.testi-small .owl-controls {
    margin-top: 0px !important;
    position: absolute;
    bottom: 16px;
}

/*=============  MEDIA 992px - 1199px   =============*/
@media(min-width:992px) and (max-width:1199px) {
    #testimonials .feed-text {
        float: right;
        width: 78%;
        margin-top: 10px;
    }
}


/*=============  MEDIA 768px - 991px   =============*/
@media(min-width:768px) and (max-width:991px) {
    #testimonials .feed-text {
        float: right;
        width: 70%;
        margin-top: 0px;
    }
}

@media(max-width:767px) {
    #testimonials {
        text-align: center;
    }
    #testimonials .feed-text {
        text-align: center;
        width: 100%;
    }
    #testimonials .avatr {
        float: none;
    }

    #testimonials .testi {
        text-align: center;
    }
    #testimonials .testi p {
        text-align: center;
    }

    .testi-small #testimonials .avatr {
        float: none;
/*        margin-top: 20px;*/
    }
}











/*=======================================================
                        HEADING TITTLE
========================================================*/
.sub-tittle1
{ text-align: center; display: inline-block; width: 100%; margin-bottom: 50px; }
.sub-tittle1 > h3,
.sub-tittle1 > h4
{ color: #111111; margin-top: 0px; font-weight: 400; }
.sub-tittle1 > h3.strong,
.sub-tittle1 > h4.strong
{ font-weight: 300; }
.sub-tittle1 > h3 > em,
.sub-tittle1 > h4 > em
{ font-style: normal; font-weight: 300; }
.sub-tittle1 > h3 > i,
.sub-tittle1 > h4 > i
{ color: #1DB898; font-weight: 500; }
.sub-tittle1 > p
{ font-size: 16px; font-weight: 300; width: 100%; margin: 8px auto; }
.sub-tittle1 > h3 > span,
.sub-tittle1 > h4 > span,
.sub-tittle1 > p > span
{ font-weight: 600; }
.sub-tittle1 > hr
{ background: #1DB898; width: 50px; height: 2px; margin: 20px auto; border: none; }
.sub-tittle1 > .arrow
{ border-color: #1DB898 transparent #1DB898 transparent; border-style: solid; border-width: 30px 30px 0 30px; height: 0px; width: 0px; margin: 40px auto 0; }

.sub-tittle1.mb-0
{ margin-bottom: 0; }
.sub-tittle1.mb-10
{ margin-bottom: 10px; }
.sub-tittle1.mb-20
{ margin-bottom: 20px; }
.sub-tittle1 > h3.black
{ color: #000000; }
.sub-tittle1 > h3.write,
.sub-tittle1 > p.write
{ color: #FFFFFF; }
.sub-tittle1 > p.write
{ opacity: 0.6; filter: alpha(opacity=60); }











.tnav-tabs
{ text-align: center; border: none; margin-bottom: 30px; }
.tnav-tabs > .nav-pills
{ border: 1px solid #DEE1E4; border-radius: 4px; position: relative; overflow: hidden; display: inline-block; }
.tnav-tabs > .nav-pills > li
{ float: left; display: inline-block; margin: 0px; text-align: center; font-size: 20px; font-weight: 400; line-height: 60px; background-color: #FFFFFF; }
.tnav-tabs > .nav-pills > li > a
{ padding: 40px; text-align: center; }
.tnav-tabs > .nav-pills > li > a:hover
{ background: #FAFAFA; }

.tnav-tabs > .nav-pills > li.active > a,
.tnav-tabs > .nav-pills > li.active > a:hover,
.tnav-tabs > .nav-pills > li.active > a:focus
{ background-color: #1DB898; color: #FFFFFF; font-weight: 500; }

.tnav-tabs > .nav-pills.nav-medium > li
{ font-size: 20px; line-height: 50px; }
.tnav-tabs > .nav-pills.nav-medium > li > a
{ padding: 20px 40px; }

.tnav-tabs > .nav-pills.nav-black > li > a
{ font-weight: 500; }
.tnav-tabs > .nav-pills.nav-black > li > a:hover
{ background-color: #333333; color: #FFFFFF; font-weight: 500; }


@media(max-width:767px) {
	.tnav-tabs > .nav-pills > li
	{ line-height: 60px; }
	.tnav-tabs > .nav-pills > li > a
	{ font-size: 18px; padding: 20px 40px; }
	.tnav-tabs.nav-week > .nav-pills > li > a
	{ font-size: 16px; padding: 20px 30px; }
}

@media(max-width:540px) {
	.tnav-tabs > .nav-pills > li
	{ line-height: 50px; }
	.tnav-tabs > .nav-pills > li > a
	{ font-size: 16px; padding: 20px 30px; }
	.tnav-tabs.nav-week > .nav-pills > li
	{ line-height: 40px; }
	.tnav-tabs.nav-week > .nav-pills > li > a
	{ font-size: 14px; padding: 15px 15px; }
}





















/* 달력 */
@media (min-width: 992px) {
	.ui-datepicker-trigger,
	.ui-timepicker-list li,
	.ui-timepicker-duration {
		-webkit-transition: all 0.15s ease-in-out; 
		-moz-transition: all 0.15s ease-in-out;
		-o-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
	}
}

.ui-datepicker .ui-datepicker-current-day .ui-state-active, 
.ui-datepicker .ui-state-hover
{ border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }

.datepicker-liquid
{ width: 100%; }
.datepicker-icon-trigger
{ padding: 7px 30px 7px 9px; }

.ui-datepicker-trigger
{ position: absolute; right: 15px; bottom: 0; background-color: #1DB898; padding: 7px; cursor: pointer; }
.ui-datepicker-trigger:hover
{ background-color: #1DB898; }


.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-datepicker-current-day .ui-state-active
{ background-color: #1DB898; color: #FFFFFF; border-color: #333333; }
.ui-datepicker .ui-state-disabled
{ color: #999999 }

.ui-datepicker
{ width: auto!important; display: none; z-index: 10; }
.ui-datepicker .ui-datepicker-header
{ position: relative; background-color: #3A4B55; color: #FFFFFF; font-weight: 400; border-radius: 2px 2px 0 0; -webkit-border-radius: 2px 2px 0 0; -moz-border-radius: 2px 2px 0 0 }

.date-trigger .ui-datepicker-trigger
{ margin-left: 6px; cursor: pointer; }

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev
{ position: absolute; padding: 10px 16px; border: 0; cursor: pointer; top: 0; background-repeat: no-repeat; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; }
.ui-datepicker .ui-datepicker-prev
{  left:0; }
.ui-datepicker .ui-datepicker-next
{ right:0; }
/*
.ui-datepicker .ui-datepicker-prev
{ background-image: url('../images/interface/arrow_left.png'); background-position: 14px 14px; left: 0; }
.ui-datepicker .ui-datepicker-next
{ background-image: url('../images/interface/arrow_right.png'); right: 0; background-position: 14px 14px; }
*/


.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover
{ background-color: #1DB898; }
.ui-datepicker .ui-datepicker-next-hover
{ border-radius: 0 2px 0 0; -webkit-border-radius: 0 2px 0 0; -moz-border-radius: 0 2px 0 0; }
.ui-datepicker .ui-datepicker-prev-hover
{ border-radius: 2px 0 0; -webkit-border-radius: 2px 0 0; -moz-border-radius: 2px 0 0; }

.ui-datepicker .ui-datepicker-title
{ margin: 0 33px; padding: 11px 0 12px; text-align: center; font-size: 14px; }

.ui-datepicker table
{ width: 100%; font-size: 14px; border-collapse: collapse; background-color: #FFFFFF; border: 1px solid #DDDDDD; border-top: 0; }
.ui-datepicker-append
{ margin-left: 14px; font-size: 14px; }
.no-append .ui-datepicker-append
{ display: none; }
.datepicker-liquid > .ui-datepicker
{ width: 100%; }
.datepicker-fixed
{ width: 20em; }

.ui-datepicker th
{ padding: 12px 6px 10px; text-align: center; font-weight: 600; border: 0; }
.ui-datepicker td
{ border: 0;padding: 1px;text-align: center; }
.ui-datepicker td a,
.ui-datepicker td span
{ display: block; padding: 7px 10px; text-align: center; text-decoration: none; line-height: 16px; font-weight: 600; }

.ui-datepicker.ui-datepicker-multi
{ width: auto; margin-left: 2px; }
.ui-datepicker-multi .ui-datepicker-group
{ float: left;margin-left: 1px; }
.ui-datepicker-multi .ui-datepicker-group:first-child
{ margin-left: -2px; }
.ui-datepicker-multi-2 .ui-datepicker-group
{ width: 50%; }
.ui-datepicker-multi-3 .ui-datepicker-group
{ width: 33.3333333333%; }
.ui-datepicker-multi-4 .ui-datepicker-group
{ width: 25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header
{ border-left-width: 0; }
.ui-datepicker-multi .ui-datepicker-buttonpane
{ clear: left; }
.ui-datepicker-row-break
{ clear: both; width: 100%; font-size: 0; }
.ui-datepicker .ui-icon
{ display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


@media (max-width:479px)  {
	.ui-datepicker-multi-3 .ui-datepicker-group
	{ width: auto; }
 }





.ui-timepicker-list
{ overflow-y: auto; height: 144px; padding: 0; font-size: 14px; background-color: #FFFFFF; border-top: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD; margin: -1px 0 0 0; width: 160px; outline: 0; }
.ui-timepicker-list:hover .ui-timepicker-duration
{ color: #999999 }
.ui-timepicker-list li
{ padding: 8px 12px; cursor: pointer; border-left: 1px solid #DDDDDD; border-right: 1px solid #DDDDDD; }
.ui-timepicker-list:hover .ui-timepicker-selected
{ background: #FFFFFF; color: #000000; }

.ui-timepicker-list li hover,
.ui-timepicker-list:hover .ui-timepicker-selected:hover,
li.ui-timepicker-selected
{ background: #3CA2BB; color: #FFFFFF; }

.ui-timepicker-list li:hover .ui-timepicker-duration,
li.ui-timepicker-selected .ui-timepicker-duration
{ color: #FFFFFF; }
/* 달력 */






.payment-method
{ display: inline-block; width: 100%; background-color: #FFFFFF; }
.payment-method-info
{ font-size: 18px; color: #333333; }
.payment-method-info > .row > .col-md-3
{ color: #999999; }




/* #####   TABLES   ##### */
.col-1{width:1px}
.col-4{width:4%}
.col-6{width:6%}
.col-7{width:7%}
.col-8{width:8%}
.col-10{width:10%}
.col-12{width:12%}
.col-14{width:14%}
.col-16{width:16%}
.col-18{width:18%}
.col-20{width:20%}
.col-22{width:22%}
.col-24{width:24%}
.col-26{width:26%}
.col-28{width:28%}
.col-30{width:30%}
.col-32{width:32%}
.col-34{width:34%}
.col-36{width:36%}
.col-38{width:38%}
.col-40{width:40%}
.col-42{width:42%}
.col-44{width:44%}
.col-46{width:46%}
.col-48{width:48%}
.col-50{width:50%}

.table-fixed
{ table-layout: fixed; }

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th
{ background-color: #FDF5F5; }

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th
{ background-color: #F5FAF4; }

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th
{ background-color: #FFFDF0; }

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th
{ background-color: #F5FBFD; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th
{ background-color: #fafafa; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th,
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th
{ background-color: #fcfcfc; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th
{ background-color:#EEEEEE }
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th
{ background-color:#e8e8e8 }

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th
{ background-color:#dff0d8 }

















/*===== Labels and badges =====*/


/* Labels */

.label
{
	display: inline-block;
	font-size: 12px; line-height: 13px; font-weight: 600; color: #FFF;
	margin: 0 1px; padding: 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.label-xx
{ margin: 1px; padding: 3px 4px 6px 4px; }

@media (max-width:991px) {
	.label
	{ padding: 4px; }
}



.label-block {
	margin-top: 6px;
	display: block;
}
.label-block.text-left {
	text-align: left;
}
.label-block.text-right {
	text-align: right;
}

.label-none {
	color: #000000;
	background-color: none;
}
.label-none[href]:hover,
.label-none[href]:focus {
	color: #000000;
	background-color: none;
}


.label-default {
	background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #808080;
}
.label-primary {
	background-color: #445661;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #3071a9;
}
.label-success {
	background-color: #65B688;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44;
}
.label-success2 {
	background-color: #196F3E;
}
.label-success2[href]:hover,
.label-success2[href]:focus {
	background-color: #105F32;
}

.label-info {
	background-color: #3CA2BB;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5;
}
.label-info2 {
	background-color: #0A7088;
}
.label-info2[href]:hover,
.label-info2[href]:focus {
	background-color: #025B70;
}


.label-support {
	background-color: #A270FF;
}
.label-support[href]:hover,
.label-support[href]:focus {
	background-color: #8957E6;
}

.label-attend {
	background-color: #ABA000;
}
.label-attend[href]:hover,
.label-attend[href]:focus {
	background-color: #857D00;
}



.label-warning {
	background-color: #E7804F;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f;
}
.label-warning2 {
	background-color: #EC008C;
}
.label-warning2[href]:hover,
.label-warning2[href]:focus {
	background-color: #CC0079;
}
.label-warning3 {
	background-color: #a00;
}
.label-warning3[href]:hover,
.label-warning3[href]:focus {
	background-color: #a00;
}

.label-danger {
	background-color: #D65C4F;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c;
}

.label-larger {
	padding: 5px 10px;   }

.label-point {
	background-color: #e5006e;
}
.label-point[href]:hover,
.label-point[href]:focus {
	background-color: #c70060;
}







/* ===== Buttons ===== */

.btn {
	padding: 7px 16px;
	font-weight: 600;
	border-radius: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline: 0;
}
.btn:active,
.btn.active {
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}


/* Button with icon */

.btn > i { 
	float: left; 
	margin: 0 6px 0 -4px; 
}
.btn-sm > i, .btn-xs > i { 
	margin-left: 0; 
}
.btn.btn-right-icon > i { 
	float: right; 
	margin: 0 -4px 0 6px; 
}

.btn-icon { 
	padding: 5px 6px 6px 6px; 
}
.btn-lg.btn-icon { 
	padding: 7px 10px 8px 10px; 
}
.btn-sm.btn-icon { 
	padding: 4px 5px 5px 5px; 
}
.btn-xs.btn-icon { 
	padding: 3px 4px 4px 4px; 
}

.btn-icon i { 
	display: block; 
	padding: 2px; 
	margin: 0; 
}


/* Button with caret */

.btn.btn-icon .caret { 
	margin: 9px 4px; 
}
.btn-lg .caret {
	border-width: 3px 3px 0;
}
.btn .caret {
	margin-left: 4px;
	margin-right: -4px;
}
.btn .caret.caret-split {
	margin-left: 1px;
	margin-right: 1px;
}
.dropup .caret, 
.navbar-fixed-bottom .dropdown .caret {
	border-bottom-width: 3px;
}


/* Button spacing */

.btn-group .btn + .btn, 
.btn-group .btn + .btn-group, 
.btn-group .btn-group + .btn, 
.btn-group .btn-group + .btn-group {
	margin-left: 1px;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Button sizing */

.btn-lg,
.btn-group-lg > .btn {
	padding: 9px 18px 10px 18px;
	line-height: 1.42857143;
	border-radius: 2px;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 6px 12px 7px 12px;
	line-height: 1.42857143;
	border-radius: 2px;
}

.btn-xs,
.btn-group-xs > .btn {
	padding: 5px 10px 6px 10px;
	line-height: 1.42857143;
	border-radius: 2px;
	font-size: 100%;
}

.btn-xx {
	padding: 3px 10px 4px;
}
.btn-xxx {
	padding: 2px 4px;
}

/* Button default */

.btn-default {
	background-color: #fcfcfc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-color: #fafafa;
}


/* Button primary */

.btn-primary {
	background-color: #546672;
	border-color: #546672;
}
.btn-primary:hover,
.btn-primary:focus {
	background-color: #657580;
	border-color: #657580;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-color: #4C5B66;
	border-color: #4C5B66;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #4C5B66;
	border-color: #4C5B66;
}


/* Button success */

.btn-success {
	background-color: #65B688;
	border-color: #65B688;
}
.btn-success:hover,
.btn-success:focus {
	background-color: #74bd94;
	border-color: #74bd94;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	background-color: #59A87B;
	border-color: #59A87B;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #59A87B;
	border-color: #59A87B;
}


/* Button warning */

.btn-warning {
	background-color: #E5006E;
	border-color: #E5006E;
}
.btn-warning:hover,
.btn-warning:focus {
	color: #FFFFFF;
	background-color: #ff007b;
	border-color: #ff007b;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	background-color: #c80060;
	border-color: #c80060;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #c80060;
	border-color: #c80060;
}


/* Button danger */

.btn-danger {
	background-color: #D65C4F;
	border-color: #D65C4F;
}
.btn-danger:hover,
.btn-danger:focus {
	background-color: #da6c61;
	border-color: #da6c61;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	background-color: #C75549;
	border-color: #C75549;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #C75549;
	border-color: #C75549;
}


/* Button info */

.btn-info {
	background-color: #50ABC2;
	border-color: #50ABC2;
}
.btn-info:hover,
.btn-info:focus {
	background-color: #61b3c8;
	border-color: #61b3c8;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	background-color: #4DA2B8;
	border-color: #4DA2B8;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #4DA2B8;
	border-color: #4DA2B8;
}


/* Button link */

.btn-link {
	color: #555;
}
.btn-link:hover,
.btn-link:focus {
	text-decoration: none;
}
.btn-link:active {
	box-shadow: none;
}







@media (max-width: 768px) {
	.table-responsive2 {
		width: 100%;
		margin-bottom: 15px;
		overflow: auto;
		border: 3px solid #dddddd;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive2 > .table
	{ table-layout: auto;  word-break:break-all; }
	.table-responsive2 > .table > thead > tr > th,
	.table-responsive2 > .table > tbody > tr > th,
	.table-responsive2 > .table > tfoot > tr > th,
	.table-responsive2 > .table > thead > tr > td,
	.table-responsive2 > .table > tbody > tr > td,
	.table-responsive2 > .table > tfoot > tr > td
	{ white-space: nowrap; vertical-align: middle; }
	.table-responsive2 > .table > tbody > tr > td.white-space-normal
	{ white-space: normal; }
}

@media (max-width: 520px) {
	.table-responsive3 {
		width: 100%;
		margin-bottom: 15px;
		overflow: auto;
		border: 3px solid #dddddd;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive3 > .table
	{ table-layout: auto;  word-break:break-all; }
	.table-responsive3 > .table > thead > tr > th,
	.table-responsive3 > .table > tbody > tr > th,
	.table-responsive3 > .table > tfoot > tr > th,
	.table-responsive3 > .table > thead > tr > td,
	.table-responsive3 > .table > tbody > tr > td,
	.table-responsive3 > .table > tfoot > tr > td
	{ white-space: nowrap; vertical-align: middle; }
	.table-responsive3 > .table > tbody > tr > td.white-space-normal
	{ white-space: normal; }
}









/* #############   venobox layout   ############ */
.venobox-header
{ position: relative; color: #000000; }
.venobox-header > h4
{ font-weight: 500; margin: 0 0 5px; padding: 0 5px 8px; font-size: 24px; border-bottom: 1px solid #DDDDDD; }
.venobox-header > a
{ height: 50px; width: 50px; font-size: 42px; color: #000000; position: absolute; right: -8px; top: -10px; text-align: right; z-index: 1; line-height: 0; }
.venobox-header > a:hover
{ color: #FF1100; text-decoration: none; }

.venobox-body
{ display: block; padding: 10px 10px; }
.venobox-body > h4
{ font-size: 22px; font-weight: 500; }
.venobox-body > h5
{ font-size: 17px; font-weight: 500; }
.venobox-body > .block-inner
{ float: left; width: 100%; background-color: #FFFFFF; text-align: center; padding: 10px; border: 3px solid #FFBB00; }

.venobox-footer
{ display: block; padding: 10px 0; border-top: 1px solid #EEEEEE; text-align: center; }
.venobox-footer > button
{ font-weight: 500; }

@media (max-width: 490px)
{
	.venobox-footer
	{ text-align: center; }
	.venobox-footer > button + button
	{ margin-top: 10px; }
}





