/********** Template CSS **********/
:root {
    --primary: #FE5D37;
    --light: #FFF5F3;
    --dark: #103741;

    --section-bg-color:             #f0f8ff;
  
    --border-radius-large:          100px;
    --border-radius-medium:         20px;
    --border-radius-small:          10px;

}

a { text-decoration: none; }


.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


.btnst1 {
    width:100px;
    background-color: #14a5eb;
    border: 2px solid #fff;
    color:#fff;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 8px;
	border-radius:10px;
    cursor: pointer;
	font-weight: 700;

}
.btnst1:active {
	position: relative;
	top: 1px;
}

.btnst2 {
    background-color: #5dc9cc;
    border: none;
    color:#fff;
	border-radius:5px;
    padding: 5px 7px 5px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 4px;
    cursor: pointer;
}
.btnst2:active {
	position: relative;
	top: 1px;
}

.btnst3 {
    background-color: #eaeaea;
    border: none;
    color:#848484;
	border-radius:1px;
    padding: 5px 0px 5px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;

	margin-bottom: 4px;
    cursor: pointer;
}
.btnst3:active {
	position: relative;
	top: 1px;
}


.btnst4 {
    background-color: #fe9800;
    border: none;
    color:#fff;
	border-radius:5px;
    padding: 3px 10px 3px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px;
    cursor: pointer;
}
.btnst4:active {
	position: relative;
	top: 1px;
}
              

.btnst6 {
	 display: inline-block;
	outline: none;
	cursor: pointer;
	padding: 0 7px;
	background-color: #fff;
	border-radius: 0.25rem;
	border: 1px solid #0070d2;
	color: #0070d2;
	font-size: 12px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	line-height: 25px;
}
.btnst6:hover { background-color: #f4f6f9;} 
   
.btnst7 {
	display: inline-block;
	outline: none;
	cursor: pointer;
	padding: 0 7px;
	background-color: #0070d2;
	border-radius: 0.25rem;
	border: 1px solid #0070d2;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	line-height: 25px;
}
.btnst7:hover { background-color: #005fb2; border-color: #005fb2;} 

                
.btnst8 {
	display: inline-block;
	outline: 0;
	cursor: pointer;
	border-radius: 8px;
	box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);
	background: #FFD814;
	border: 1px solid #FCD200;
	font-size: 12px;
	height: 22px;
	padding: 0 6px;
	text-align: center;
	font-weight: 500;
	line-height: 20px;
	color: #0F1111;
}
.btnst8:hover { background: #F7CA00; border-color: #F2C200; box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);} 


.btnst9{
	display: inline-block;
	outline: none;
	cursor: pointer;
	font-weight: 500;
	border-radius: 3px;
	padding: 0 10px;
	border-radius: 4px;
	color: #fff;
	background: #6200ee;
	line-height: 1.15;
	font-size: 12px;
	height: 23px;
	word-spacing: 0px;
	letter-spacing: .0892857143em;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 64px;
	border: none;
	text-align: center;
	box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
	transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btnst9:hover {
	background: rgb(98, 0, 238);
	box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
}

.btnst10{
	display: inline-block;
	outline: none;
	cursor: pointer;
	font-weight: 500;
	border-radius: 3px;
	padding: 0 10px;
	border-radius: 4px;
	color: #6200ee;
	background: transparent;
	line-height: 1.55;
	font-size: 12px;
	height: 23px;
	word-spacing: 0px;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 64px;
	border: 1px solid #6200ee;
	text-align: center;
	transition: background 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btnst10:hover {
   background: #f4f4f4;
}
                


.speech-bubble {
	position: relative;
	background: #fafafa;
	border-radius: .4em;
	padding : 10px;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	top: 0;
	left: 20%;
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-bottom-color: #fafafa;
	border-top: 0;
	border-left: 0;
	margin-left: -9px;
	margin-top: -18px;
}

.bubble2 {
	position: relative;
	background: #fafafa;
	border-radius: .4em;
	padding : 10px;
}


/*** Heading ***/
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
   /* font-family: 'NanumGothic';*/

}

h5,
h6,
.h5,
.h6 {
    font-weight: 600;
}

.font-secondary {
    font-family: 'Lobster Two';
}

.font-nanum {
    font-family: 'NanumGothic';
    font-weight: 400;
}


.font-nanumpen {
    font-family: 'NanumPen';
}

.font-nanumround {
    font-family: 'NanumSquareRound';
}

.font-nanumroundeb {
    font-family: 'NanumSquareRoundExtraBold';
}




/*** Navbar ***/
.navbar .navbar-nav .nav-link {
    padding: 30px 15px;
    color: var(--dark);
    font-weight: 900;
    font-size: small;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: calc(100% - 15px);
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel::before,
.header-carousel::after,
.page-header::before,
.page-header::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 19px;
    top: 0;
    left: 0;
    background: url(../img/bg-header-top.png) center center repeat-x;
    z-index: 1;
}

.header-carousel::after,
.page-header::after {
    height: 19px;
    top: auto;
    bottom: 0;
    background: url(../img/bg-header-bottom.png) center center repeat-x;
}

@media (max-width: 768px) {
    .header-carousel .main_intro {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .main_intro img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .main_intro p {
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    .header-carousel .main_intro h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.about-header {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/about/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Facility ***/
.facility-item .facility-icon {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;    
}

.facility-item .facility-icon::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item .facility-icon span {
    position: absolute;
    content: "";
    width: 15px;
    height: 30px;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.facility-item .facility-icon span:last-child {
    left: auto;
    right: 0;
}

.facility-item .facility-icon i {
    position: relative;
    z-index: 2;
}

.facility-item .facility-text {
    position: relative;
    min-height: 250px;
    padding: 30px;
    border-radius: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.facility-item .facility-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item .facility-text * {
    position: relative;
    z-index: 2;
}

.facility-item:hover .facility-icon::before,
.facility-item:hover .facility-text::before {
    background: transparent;
}

.facility-item * {
    transition: .5s;
}

.facility-item:hover * {
    color: #FFFFFF !important;
}


/*** About ***/
.about-img img {
    transition: .5s;
}

.about-img img:hover {
    background: var(--primary) !important;
}


/*** Classes ***/
.classes-item {
    transition: .5s;
}

.classes-item:hover {
    margin-top: -10px;
}


/*** Team 
.team-item .team-text {
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #FFFFFF;
    border: 17px solid var(--light);
    border-radius: 250px;
    transition: .5s;
}

.team-item:hover .team-text {
    border-color: var(--primary);
}
***/



.team-item img {
    position: relative;
    top: 0;
    transition: .5s;
}

.team-item:hover img {
    /*top: -30px;*/
}

.team-item .team-text {
    position: relative;
    height: 70px;
    transition: .5s;
}

.team-item:hover .team-text {
    margin-top: -60px;
    height: 115px;
}

.team-item .team-text .team-social {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text .team-social {
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
	margin-top:-10px;
	font-size:12px;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}




/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 45px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    border-color: var(--primary);
    background: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary) !important;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: #FFFFFF;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
    color: var(--primary) !important;
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


/*** user custom ***/
.fs-7 {
    font-size: 15px;
}
.fs-8 {
    font-size: 14px;
}

.fs-20 {
    font-size: 20px;
}

.fs-50 {
    font-size: 50px;
}

.fs-60 {
    font-size: 60px;
}



.btn-purple{
    background-color: rgba(117,51,249) !important;
    border: none;
    outline:none;
    color:#EEEEEE;
}

.btn-purple:hover {
	background-color: rgb(97, 23, 247) !important;
    border: none;
    outline:none;
    color:#EEEEEE;
}

.bg-color1{background-color: rgba(246,249,252);}
.bg-color2{background-color: #fefcfc;}
.bg-color3{background: #14a5eb;}
.bg-color4{background: #4b880e;}
.bg-color5{background: #ff1100;}
.bg-color6{background: #ee0088;}

.bg-color11{background: #00ff00;}
.bg-color12{background: #00b0f0;}
.bg-color13{background: #ffff00;}
.bg-color14{background: #0070c0;}
.bg-color15{background: #92d050;}
.bg-color16{background: #ff66ff;}
.bg-color17{background: #ffc000;}
.bg-color18{background: #d8d8d8;}
.bg-color19{background: #ff0000;}
.bg-color20{background: #7030a0;}
.bg-color21{background: #dea700;}
.bg-color22{background: #000000;}
.bg-color23{background: #14a5eb;}
.bg-color24{background: #008ec8;}
.bg-color25{background: #2a31bc;}
.bg-color26{background: #3399ff;}
.bg-color27{background: #0066bb;}
.bg-color28{background: #0b5ed7;}
.bg-color29{background: #282828;}



.bg-brightness { filter: brightness(50%) }


.bg-img1{
    position: relative;
    content: "";
    width: 100%;
    height: 100%px;
    background: url(../img/main/img01.jpg) no-repeat center fixed;
    z-index: 1;
    background-size: cover;
}
.bg-img2{
    position: relative;
    content: "";
    width: 100%;
    height: 100%px;
    background: url(../img/main/bg_img01.png) center center repeat-x;
    z-index: 1;
    background-size: cover;
}

.p_title1{
    font-size: 30px;
    background-color: #fa5d38;
    color:#FFFFFF;
    padding: 5px 20px 5px 20px;
	border-radius: 30px; 
    font-family: 'NanumGothic';
}
.p_title2{
    font-size: 50px;
    color:#000000;
    font-family: 'NanumSquareRound';
    font-weight: 900;
}


.p_title3{
    font-size: 18px;
    background-color: #fa5d38;
    color:#FFFFFF;
    padding: 5px 10px 5px 10px;
	border-radius: 30px; 
    font-family: 'NanumGothic';
}

.a_title1{
    font-size: 44px;
    font-weight:900;
    color:#FFFFFF;
}

.e_title{font-size:18px; font-weight: 700; font-family: 'NanumSquareRound'; padding-left:30px !important; display: flex; align-items: center; justify-content: left;}




.shadow1{text-shadow: 2px 2px 2px #2d2d2d;}
.shadow2{text-shadow: 1px 1px 1px #c8c8c8;}
.shadow3{text-shadow: 1px 1px 1px #1d1d1d;}
.shadow4{text-shadow: 1px 1px 1px #e9e9e9;}
.shadow5{text-shadow: 1px 1px 1px #d9d9d9;}
.shadow6{text-shadow: 2px 2px 2px #c8c8c8;}


.color0{color:#ff7700;} /* 주황(진) */
.color1{color: #fa5d38;}
.color2{color:#000018;}
.color3{color:#1fdd00;}
.color4{color:#00addf;}
.color5{color:#ffe600;} /* 연노랑 */
.color6{color:#723fc2;} /* 보라(연) */
.color7{color:#fe9800;} /* 주황(연) */
.color8{color:#4c4c4c;} /* 검정 */
.color9{color:#7c7c7c;} /* 회색 */
.color10{color:#1e90b2;} /* 연파 */
.color11{color:#0a6e9f;} /* 진파 */ 
.color12{color:#37a4c5;} /* 하늘색 */ 
.color13{color:#40babd;} /* 민트 */ 
.color14{color:#067193;} /* 민트? */ 
.color15{color:#000000;} /* 검정100 */ 
.color16{color:#ffffff;} /* 흰색 */
.color17{color:#df6795;} /* 연핑 */
.color18{color:#73a124;} /* 연녹 */
.color19{color:#aa2880;} /* 보라 */
.color20{color:#494949;} /* 검정1 */
.color21{color:#8e4e03;} /* 갈색 */
.color22{color:#c9b7b7;} /* 연갈 */
.color23{color:#333333;} /*검정2 */
.color24{color:#4aaaa6;} /*민트 */
.color25{color:#303030;} /* 검정 */
.color26{color:#f20000;} /* 레드 */
.color27{color:#aaaaaa;} /* 연회색 */
.color28{color:#ffd800;} /* 진노랑 */
.color29{color:#418ef9;} /* 연파 */
.color30{color:#cbcbcb;} /* 연회 */
.color31{color:#464646;}
.color32{color:#684eb2;} /* 보라(진) */
.color33{color:#008080;} /* 연녹?? */
.color34{color:#61a6c5;} /* 연하늘 */
.color35{color:#ffffff}
.color36{color:#f4633a}
.color37{color:#34a2ff}






.lh1{ line-height: 30px;}
.lh2{ line-height: 17px;}
.lh3{ line-height: 22px;}
.lh4{ line-height: 0px;}



.fontbold{font-weight: 700;}
.fontboldm{font-weight: 500;}
.fontthin{font-weight: 300;}

/* font */
.font10{font-size: 10px;}
.font11{font-size: 11px;}
.font12{font-size: 12px;}
.font13{font-size: 13px;}
.font15{font-size: 15px;}
.font17{font-size: 17px;}
.font18{font-size: 18px;}
.font19{font-size: 19px;}
.font20{font-size: 20px;}
.font22{font-size: 22px;}
.font23{font-size: 23px;}
.font24{font-size: 24px;}
.font25{font-size: 25px;}
.font26{font-size: 26px;}
.font27{font-size: 27px;}
.font30{font-size: 30px;}
.font35{font-size: 35px;}
.font40{font-size: 40px;}
.font45{font-size: 45px;}

.st1table {
	width: 100%;
	font-size: 12px;
	color: #444;
	 
	border-bottom: solid #ccc 1px;
	border-collapse: separate;
	border-spacing: 0;

}

.st1table .upline{border-top: 1px dotted #ccc;}
.st1table .leftline{border-left: 1px dotted #ccc;}
.st1table .upline1{border-top: 1px solid #ccc;}


.st1table > tbody > tr > td {
  padding: 10px;
  text-align: center;
}



.st1table > thead > tr > th {
  padding: 10px;
  text-align: center;
  border-left: 1px solid #fff;
}
 
.st1table > thead > tr > th, .st1table > thead > tr > td {
  background-color: #14a5eb;
  color:#ffffff;
  text-shadow: 0px 0px 0px #fbfbfb;
}

.round2{
	border-radius: 20px;
	border: 5px solid #7960c5;
	padding:10px 0px 5px 0px;
	margin-left:0px;
	width:100%;
}




.img_quick0 {
     cursor: pointer;
     position: fixed;
     bottom:380px;
     right:0;
     width:127px;
     height:84px;
     z-index:100;
 }
 .img_quick1 {
    cursor: pointer;
    position: fixed;
    bottom:315px;
    right:0;
    width:127px;
    height:84px;
    z-index:100;
}
.img_quick2 {
    cursor: pointer;
    position: fixed;
    bottom:229px;
    right:0;
    width:127px;
    height:84px;
    z-index:100;
}
.img_quick3 {
    cursor: pointer;
    position: fixed;
    bottom:143px;
    right:0;
    width:127px;
    height:84px;
    z-index:100;
}


/*--------------------------------------------------------------
# curriculum Section
--------------------------------------------------------------*/
.curri .nav-tabs {
    border: 0;
  }
  
  .curri .nav-link {
    padding: 15px 0;
    transition: 0.3s;
    color: #504f4f;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    border: 0;
    font-family: 'NanumSquareRound';
       
  }
  
  .curri .nav-link i {
    padding-right: 15px;
    font-size: 30px;
  }
  
  .curri .nav-link h4 {
    font-size: 20px;
    font-weight: 800;
    margin: 0;
  }
  
 .m_font{font-size: 15px;  line-height: 30px;}

  @media (max-width: 575px) {
    .curri .nav-link h4 {
      font-size: 16px;
    }

    .p_title1{
        font-size: 20px;
        background-color: #fa5d38;
        color:#FFFFFF;
        padding: 5px 20px 5px 20px;
        border-radius: 30px; 
        font-family: 'NanumSquareRound';
    }
    .p_title2{
        font-size: 25px;
        color:#000000;
        font-family: 'NanumSquareRound';
        font-weight: 900;
    }

    .a_title1{
        font-size: 20px;
        font-weight:900;
        color:#FFFFFF;
    }

	 .m_font{font-size: 13px;  line-height: 20px;}

	.e_title{font-size:14px; font-weight: 700; font-family: 'NanumSquareRound'; padding-left:60px !important;}

  }
  
  .curri .nav-link:hover {
    color: var(--color-primary);
  }
  
  .curri .nav-link.active {
    margin-top:-3px;
    box-shadow: 0px 0px 20px #b3b3b3;
	background-color: #fa5d38;
    color:#FFFFFF;
	border-radius: 80px;
  }
  
  .curri .tab-content {
    margin-top: 30px;

    box-shadow: 0px 0px 20px #b3b3b3;
	background-color: #FFFFFF;
	box-shadow: 0 0 1px 0 rgba(#185ee0, 0.15), 0 6px 12px 0 rgba(#185ee0, 0.15);
	padding: 3.75rem;
	border-radius: 50px; 
	* {
		z-index: 2;
	}

  }
  
  .curri .tab-pane h3 {
    font-weight: 700;
    font-size: 32px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  
  .curri .tab-pane h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: var(--color-primary);
    left: 0;
    bottom: 0;
  }
  
  .curri .tab-pane ul {
    list-style: none;
    padding: 0;
  }
  
  .curri .tab-pane ul li {
    padding-top: 10px;
  }
  
  .curri .tab-pane ul i {
    font-size: 20px;
    padding-right: 4px;
    color: var(--color-primary);
  }
  
  .curri .tab-pane p:last-child {
    margin-bottom: 0;
  }

 .modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


.tabs {
	display: flex;
	position: relative;
    box-shadow: 0px 0px 20px #b3b3b3;
	background-color: #FFFFFF;
	box-shadow: 0 0 1px 0 rgba(#185ee0, 0.15), 0 6px 12px 0 rgba(#185ee0, 0.15);
	padding: 0.75rem;
	border-radius: 99px; 
	* {
		z-index: 2;
	}
}


.mh-230{min-height: 230px;}


.mt-m10{
    margin-top: -10px;
}

.mt-m15{
    margin-top: -15px;
}


.mt-m20{
    margin-top: -20px;
}

.mt-100{
    margin-top: 100px;
}

.mt-130{
    margin-top: 130px;
}

.pd15{
	padding:15px;
}

.section-title {
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #17a2b8;
  }
  
  .section-title span {
    position: relative;
    background: #d8ccff;
    z-index: 1;
  }
  
  .section-title::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #17a2b8;
  }
  
  [class^=flaticon-]:before,
  [class*=" flaticon-"]:before,
  [class^=flaticon-]:after,
  [class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
  }
  


  /*** review ***/
.review-img {
    position: relative;
    min-height: 400px;
}

.review-img::after {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 250px;
    padding-left:55px;
    color: #EEEEEE;

    z-index: -1;
}

.review-img img {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.review-img img:nth-child(1) {
    top: 0;
    left: 0;
}

.review-img img:nth-child(2) {
    top: 60%;
    left: 20%;
}

.review-img img:nth-child(3) {
    top: 20%;
    left: 60%;
}

.review-img img:nth-child(4) {
    bottom: 0;
    right: 0;
}

.review-img img .animated.pulse {
    animation-duration: 2s;
}



.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 45px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
    color: var(--dark);
}

.imgfix img{margin-top:-10px;}
.m_pdl{padding-left:100px !important;}


 @media (max-width: 1218px) {
    .nav-top_menu1 {
        position:absolute;
        right:160px;
        top:0px;
        padding: 0 0 0 0;
     }
    
     .nav-top_menu2 {
        position:absolute;
        right:60px;
        top:0px;
        padding: 0 0 0 0;
     }
}
@media (max-width: 992px) {
    .nav-top_menu1 { display: none;}
    
    .nav-top_menu2{ display: none;}
    .m_pdl{padding-left:10px !important;}
}

  
.section-title-wrap {
    position: relative;
  }
  
  .section-title-wrap::after {
    content: "";
    background: var(--section-bg-color);
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  
  .section_title {
    background: var(--section-bg-color);
    border-radius: var(--border-radius-large);
    display: inline-block;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    padding: 10px 25px;
    color:#212529;
    font-family: 'NanumSquareRound';
    font-weight: 600;
  }



  /* ===========================
--- About
============================ */
.a_box_title{
	color:#01709e;
	text-shadow: 2px 2px 2px #b6b6b6;
	font-size: 16px;
	font-weight: 700;
}


.a_box_text{
	color:#777777;
	text-shadow: 1px 1px 1px #e5e5e5;
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	margin-top: -20px;
}


  /* lined tabs */
  
  .lined .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
  }
  
  .lined .nav-link:hover {
    border: none;
    border-bottom: 3px solid transparent;
  }
  
  .lined .nav-link.active {
    background: none;
    color: #026ab4;
    border-color: #2b90d9;
  }
  

  .rg_title{
	width:90%; 
	border-bottom: 1px solid #e8e8e8;
	text-align:left;
	color:#14a5eb;
	font-weight:300;
	font-size:18px;
}



#classtab {
  position: relative;
  float: left;
 /* justify-content: space-evenly;*/
}

.classbtn {
  float: left;
  margin-right:3px;
  margin-bottom:3px;
  border-radius: 10px;
  border: 5px solid #7960c5;

  width: 170px;
  height: 46px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  color:#4f4e5d;
  border: solid #7960c5 1px;
  background-color:#fefefe;
}

#classtab .classbtn .title{color:#545454; text-align: center; font-size: 14px;  font-weight: 800;  line-height: 3.1em;}

.classtoggled {
  /* Background-color can also be background-image 
  background-color: rgb(235, 228, 255) !important;*/
  border: solid #6445bc 3px;
  background-color:#f3f5fe;
}




#daytab {
  display: flex;
 /* justify-content: space-evenly;*/
}

.daybtn {
  float: left;
  margin-right:3px;
  margin-bottom:3px;
  border-radius: 10px;
  border: 5px solid #7960c5;

  width: 120px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  color:#4f4e5d;
  border: solid #7960c5 1px;
  background-color:#fefefe;
}

#daytab .daybtn .title{color:#545454; text-align: center; font-size: 14px;  font-weight: 600;  line-height: 2.525em; }

.daytoggled {
  /* Background-color can also be background-image 
  background-color: rgb(235, 228, 255) !important;*/
  border: solid #6445bc 3px;
  background-color:#f3f5fe;
}


#timetab {
  display: flex;
 /* justify-content: space-evenly;*/
}

.timebtn {
  float: left;
  margin-right:3px;
  margin-bottom:3px;
  border-radius: 10px;
  border: 5px solid #7960c5;

  width: 75px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  color:#4f4e5d;
  border: solid #7960c5 1px;
  background-color:#fefefe;
}

#timetab .timebtn .title{color:#545454; text-align: center; font-size: 14px;  font-weight: 600;  line-height: 2.625em; }


.timetoggled {
  /* Background-color can also be background-image 
  background-color: rgb(235, 228, 255) !important;*/
  border: solid #6445bc 3px;
  background-color:#f3f5fe;
}



#hwtab {
  position: relative;
  float: left;
 /* justify-content: space-evenly;*/
}

.hwbtn1 {
  float: left;
  margin-right:3px;
  margin-top:3px;
  border-radius: 10px;
  border: 5px solid #7960c5;

  width: 24%;
  min-height: 30px;
  text-align: center;
  cursor: pointer;
  color:#4f4e5d;
  border: solid #7960c5 1px;
  background-color:#fefefe;
}
.hwbtn2 {
  float: left;
  margin-right:3px;
  margin-top:3px;
  border-radius: 10px;
  border: 5px solid #7960c5;

  width: 24%;
  min-height: 30px;
  text-align: center;
  cursor: pointer;
  color:#4f4e5d;
  border: solid #7960c5 1px;
  background-color:#fefefe;
}
.hwbtn3 {
  float: left;
  margin-right:3px;
  margin-top:3px;
  border-radius: 10px;
  border: 5px solid #7960c5;

  width: 24%;
  min-height: 30px;
  text-align: center;
  cursor: pointer;
  color:#4f4e5d;
  border: solid #7960c5 1px;
  background-color:#fefefe;
}
.hwbtn4 {
  float: left;
  margin-right:3px;
  margin-top:3px;
  border-radius: 10px;
  border: 5px solid #7960c5;

  width: 24%;
  min-height: 30px;
  text-align: center;
  cursor: pointer;
  color:#4f4e5d;
  border: solid #7960c5 1px;
  background-color:#fefefe;
}
.hwbtn5 {
  float: left;
  margin-right:3px;
  margin-top:3px;
  border-radius: 10px;
  border: 5px solid #7960c5;

  width: 24%;
  min-height: 30px;
  text-align: center;
  cursor: pointer;
  color:#4f4e5d;
  border: solid #7960c5 1px;
  background-color:#fefefe;
}

.hwbtn6 {
  float: left;
  margin-right:3px;
  margin-top:3px;
  border-radius: 10px;
  border: 5px solid #7960c5;

  min-height: 30px;
  text-align: center;
  cursor: pointer;
  color:#4f4e5d;
  border: solid #7960c5 1px;
  background-color:#fefefe;
}

.hwbtn1 .title{color:#545454; text-align: center; font-size: 14px;  padding-top: 10px; }
.hwbtn2 .title{color:#545454; text-align: center; font-size: 14px;  padding-top: 10px;}
.hwbtn3 .title{color:#545454; text-align: center; font-size: 14px;  padding-top: 10px;}
.hwbtn4 .title{color:#545454; text-align: center; font-size: 14px;  padding-top: 10px;}
.hwbtn5 .title{color:#545454; text-align: center; font-size: 14px;  padding-top: 10px;}
.hwbtn6 .title{color:#545454; text-align: center; font-size: 14px;  padding: 10px 10px 0px 10px;}
.hwbtn6 .title_{color:#ffffff; text-align: center; font-size: 14px;  padding: 10px 10px 0px 10px;}


.hwbtntoggled {
  /* Background-color can also be background-image 
  background-color: rgb(235, 228, 255) !important;*/
  border: solid #6445bc 3px;
  background-color:#f3f5fe;
}

.hwRbtntoggled {
  /* Background-color can also be background-image 
  background-color: rgb(235, 228, 255) !important;*/
  border: solid #303030 2px;
  background-color:#dc3545;
}



#ordertab {
  display: flex;
 /* justify-content: space-evenly;*/
}

.orderbtn1 {
  float: left;
  margin-right:3px;
  margin-bottom:3px;
  width: 50%;

  text-align: center;
  cursor: pointer;
  color:#514d47;
  background-color:#f7f7f7;
}

#ordertab .orderbtn1 .title{color:#545454; text-align: center; font-size: 15px;  font-weight: 600;  padding-top:14px; }

.orderbtn1toggled {
  /* Background-color can also be background-image 
  background-color: rgb(235, 228, 255) !important;*/
  color:#181818;
  background-color:#f9cfcf;
}

.orderbtn2{
  float: left;
  margin-right:3px;
  margin-bottom:3px;
  width: 50%;

  text-align: center;
  cursor: pointer;
  color:#514d47;
  background-color:#f7f7f7;
}

#ordertab .orderbtn2 .title{color:#545454; text-align: center; font-size: 15px;  font-weight: 600;  padding-top:14px; }

.orderbtn2toggled {
  /* Background-color can also be background-image 
  background-color: rgb(235, 228, 255) !important;*/
  color:#181818;
  background-color:#f9cfcf;
}

.orderbtn3{
  float: left;
  margin-right:3px;
  margin-bottom:3px;
  width: 50%;

  text-align: center;
  cursor: pointer;
  color:#514d47;
  background-color:#f7f7f7;
}

#ordertab .orderbtn3 .title{color:#545454; text-align: center; font-size: 15px;  font-weight: 600;  padding-top:14px; }

.orderbtn3toggled {
  /* Background-color can also be background-image 
  background-color: rgb(235, 228, 255) !important;*/
  color:#181818;
  background-color:#f9cfcf;
}

.mpay{
  color:#ffffff;
  background-color:#f4633a;
  padding:8px;
}

.null {
  clear: both;
}

.round0{
	padding: 3px 3px 3px 3px;
	
	background-color:#fcfcfc;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}

.round2{
	border-radius: 20px;
	border: 5px solid #7960c5;
	padding:10px 0px 5px 0px;
	margin-left:0px;
	width:100%;
}

.round3{
	border-radius: 15px;
	border: 5px solid #7960c5;
	padding:20px 20px 20px 20px;
	margin-left:0px;
	width:100%;
}

.round4{
	border-radius: 15px;
	border: 5px solid #7960c5;
	padding:10px 10px 10px 10px;
	margin-left:0px;
	width:100%;
}

.round5{
	border-radius: 15px;
	border: 5px solid #7960c5;
	padding:0px;
	margin-left:0px;
	width:100%;
}

.round6{
	border-radius: 20px;
	border: 5px solid #7960c5;
	padding:10px 10px 10px 30px;
	margin-left:0px;
	width:95%;
}

.round7{
	border-radius: 15px;
	border: 5px solid #7960c5;
	padding:20px 20px 20px 20px;
	margin-left:12px;
	width:93%;
}


.round8{
	background: #f8f8f8;
	border-radius: 15px;
	padding:20px 20px 20px 20px;
	width:95%;
}

.round9{
	border-radius: 15px;
	border: 2px solid #4aaaa6;
	padding:20px 20px 20px 20px;
	margin-left:0px;
	width:98%;
}

.round10{
	background: #f8f8f8;
	border-radius: 10px;
	padding:15px 10px 15px 10px;
	width:97%;
}

.round11{
	background: #f8f8f8;
	border-radius: 10px;
	padding:15px 10px 0px 10px;
	width:99%;
}


.sub-table {
	font-size: 13px;
	font-weight:700;
	width:100%;	
}
.sub-table td {
	padding:5px;
	padding-left:10px;
}

.line-gray{border-top: 1px solid #d9d9d9; padding:15px;}

	
.input_st1 {
/* styling background using linear gradient */
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.02) 50%);
 
    border: 1px solid rgba(0, 0, 0, 0.16);
    height: 30px;
    padding: 5px 10px 5px 5px;
    font-size: 12px;
    border-radius: 3px;
 
}



.pop_close{
	position: absolute;
	top: 10px;
	right:10px;

}

.pop_favo{
	position: absolute;
	top: 0px;
	left:10px;
	font-size:25px;
}



/* nav */
.pop .card {
  max-width: 25rem;
  padding: 0;
  border: none;
  border-radius: 0.5rem;
}

.pop a.active {
  border-bottom: 2px solid #55c57a;
}

.pop .nav-link {
  color: rgb(110, 110, 110);
  font-weight: 500;
}
.pop .nav-link:hover {
  color: #55c57a;
}

.pop .nav-pills .nav-link.active {
  color: black;
  background-color: white;
  border-radius: 0.5rem 0.5rem 0 0;
  font-weight: 600;
}

.pop .tab-content {
  padding-bottom: 1.3rem;
}

.pop .form-control {
  background-color: rgb(241, 243, 247);
  border: none;
}


/* Star rating */
/*.stars {
  position: relative;
  padding: 1rem;
  white-space: nowrap;
}

.cover {
  background: white;
  height: 100%;
  overflow: hidden;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  right: 0;
}

svg {
  width: 20px;
  fill: gold;
}*/

.up_line {margin:10px; 0px 10px 0px; border-bottom: 1px dotted #e0e0e0;}

.button_more{
  background:#eaeaea;
  color:#a0b9f8;
  border:none;
  position:relative;
  height:30px;
  width:100%;
  font-size:1.0em;
  padding:0 2em 0.2em;
  margin-top:7px;

  cursor:pointer;
  transition:800ms ease all;
  outline:none;
}
.button_more:hover{
  background:#d6d6d6;
  color:#769af4;
}




/* ===========================
--- community
============================ */

.wordtab .nav-tabs{
    border-bottom:0 none;
    background: #eaeaea;
    border-radius: 20px 20px 20px 20px;
	width:99.8%;
	margin-left:1px;
	text-align:center;
}
.wordtab .nav-tabs li {
   width:16.66%;
   float:left; 
   list-style:none; 
   margin:1px;
   background: #eaeaea;
}
.wordtab .nav-tabs li a{
    background: transparent;
    border-radius: 0;
    font-size: 12px;
	font-weight:700;
    border: none;
    color: #333;
}
.wordtab .nav-tabs li a i{
    margin-right:10px;
    color:#7960c5;
}
.wordtab .nav-tabs li:first-child a{
    border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}

.wordtab .nav-tabs li:last-child a{	
	left:1px;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}

.wordtab .nav-tabs li.active a,
.wordtab .nav-tabs li.active a i{
    border: 0 none;
    background:#7960c5;
    color:#fff;
	width:16.66%;
}





.wordbox{width:100%; height:70px; color:#ffffff;}
.wordbox_{width:100%; height:100px; color:#ffffff;}
.word_box{width:100%; padding-top:50px; padding-bottom:50px;}
.word_box a{color:#ffffff;}
.word_box a:active {position: relative;	top: 1px;}

.wboxl{float:left; width:70%; font-size:20px;}
.wboxr{float:left; width:30%;}

.float-left{float:left;}

.sp_area{background-color: #fff; color:#0078d7; padding-left:5px; padding-right:5px;}
.sp_name{font-size:11px; color:#8e4e03;}


#rvimg {position:relative; width:80px; min-height:100px;}
#rvimg img{width:80px; height:100px; margin:0px;}

#rvimg .name{position:absolute; width:80px; height:19px; top:81px; left:0px; z-index:99; color:#ffffff; font-size:11px; padding-top:0px; font-weight:bold; text-align:center; background: rgba(72,72,71,0.7); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484847', endColorstr='#484847', GradientType=0 );}


.input_st2 {
/* styling background using linear gradient */
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.02) 50%);
    border: 1px solid rgba(0, 0, 0, 0.16);
    height: 30px;
	width:70%;
    padding: 8px 10px 5px 5px;
    font-size: 12px;
    border-radius: 3px;
	color:red;
}


.input_st3 {
/* styling background using linear gradient */
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.02) 50%);
    border: 1px solid rgba(0, 0, 0, 0.16);
    height: 35px;
	width:90%;
    padding: 8px 10px 5px 5px;
    font-size: 16px;
    border-radius: 3px;
	color:red;
	margin-top:-10px;
	margin-bottom:3px;
}


.wordtab .tab-content{
	margin-top:50px;
}



/*board*/
.board_st1 {
	width: 100%;
	font-size: 12px;
	color: #444;
 
	border-bottom: solid #ccc 1px;
	border-collapse: separate;
	border-spacing: 0;

}

.board_st1 a{color:#1b1b1b; font-weight: 700; text-decoration:none; }

.board_st1 > tbody > tr > td {
  padding: 10px;
  text-align: center;
  border-bottom: solid #f5f5f5 1px;
}

.board_st1 .btline{border-bottom: solid #ccc 1px;}

.board_st1 > thead > tr > th {
  padding: 10px;
  text-align: center;
/*  border-left: 1px solid #fff;*/
}
 
.board_st1 > thead > tr > th, .board_st1 > thead > tr > td {
  background-color: #14a5eb;
  color:#ffffff;
  text-shadow: 0px 0px 0px #fbfbfb;
}


.board_st2 {
	width: 100%;
	font-size: 11px;
	color: #444;
 
	border-bottom: solid #ccc 1px;
	border-collapse: separate;
	border-spacing: 0;
	border:0;

}

.board_st2 a{color:#1b1b1b; font-weight: 700; text-decoration:none; }

.board_st2 > tbody > tr > td {
  padding: 7px;
  text-align: center;
  border-bottom: solid #f5f5f5 1px;
}

.board_st2 .btline{border-bottom: solid #ccc 1px;}

.board_st2 > thead > tr > th {
  padding: 10px;
  text-align: center;
/*  border-left: 1px solid #fff;*/
}
 
.board_st2 > thead > tr > th, .board_st1 > thead > tr > td {
  background-color: #14a5eb;
  color:#ffffff;
  text-shadow: 0px 0px 0px #fbfbfb;
}

.min-h50{min-height:50px;}
.min-h100{min-height:100px;}
.min-h250{min-height:250px;}
.board_page{width:100%; text-align:center;}


.margintop-m10{margin-top:-10px !important;}
.margintop-m12{margin-top:-12px !important;}
.margintop-m15{margin-top:-15px !important;}
.margintop-m20{margin-top:-20px !important;}
.margintop-m25{margin-top:-25px !important;}
.margintop-m30{margin-top:-30px !important;}
.margintop-m100{margin-top:-100px !important;}

.margintop-3{margin-top:3px !important;}
.margintop-5{margin-top:5px !important;}
.margintop-10{margin-top:10px !important;}
.margintop-15{margin-top:15px !important;}
.margintop-20{margin-top:20px !important;}
.margintop-30{margin-top:30px !important;}
.margintop-35{margin-top:35px !important;}
.margintop-40{margin-top:40px !important;}
.margintop-43{margin-top:43px !important;}
.margintop-50{margin-top:50px !important;}
.margintop-80{margin-top:80px !important;}
.margintop-100{margin-top:100px !important;}



.paddingleft-5{padding-left:5px !important;}
.paddingleft-10{padding-left:10px !important;}
.paddingleft-20{padding-left:20px !important;}
.paddingleft-25{padding-left:25px !important;}
.paddingleft-30{padding-left:30px !important;}
.paddingleft-50{padding-left:50px !important;}
.paddingleft-100{padding-left:100px !important;}
.paddingleft-200{padding-left:200px !important;}

.paddingright-5{padding-right:5px !important;}
.paddingright-10{padding-right:10px !important;}
.paddingright-20{padding-right:20px !important;}
.paddingright-40{padding-right:40px !important;}


.paddingtop-0{padding-top:-20px !important;}
.paddingtop-5{padding-top:5px !important;}
.paddingtop-10{padding-top:10px !important;}
.paddingtop-15{padding-top:15px !important;}
.paddingtop-20{padding-top:20px !important;}
.paddingtop-30{padding-top:30px !important;}
.paddingtop-150{padding-top:150px !important;}

.paddingbottom-5{padding-bottom:5px !important;}
.paddingbottom-10{padding-bottom:10px !important;}
.paddingbottom-15{padding-bottom:15px !important;}
.paddingbottom-20{padding-bottom:20px !important;}
.paddingbottom-25{padding-bottom:25px !important;}
.paddingbottom-30{padding-bottom:30px !important;}

.paddingright-5{padding-right:5px !important;}
.paddingright-10{padding-right:10px !important;}
.paddingright-20{padding-right:20px !important;}
.paddingright-40{padding-right:40px !important;}


.marginbot-0{margin-bottom:0 !important;}
.marginbot-01{margin-bottom:1px !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}
.marginbot-100{margin-bottom:100px !important;}

.marginleft-m40{margin-left:-40px !important;}
.marginleft-m30{margin-left:-30px !important;}
.marginleft-m22{margin-left:-22px !important;}
.marginleft-m15{margin-left:-15px !important;}
.marginleft-m12{margin-left:-12px !important;}
.marginleft-m10{margin-left:-10px !important;}
.marginleft-m6{margin-left:-6px !important;}
.marginleft-m3{margin-left:-3px !important;}

.marginleft-3{margin-left:3px !important;}
.marginleft-7{margin-left:7px !important;}
.marginleft-10{margin-left:10px !important;}
.marginleft-20{margin-left:20px !important;}

.marginright-5{margin-right:5px !important;}
.marginright-20{margin-right:20px !important;}
.marginright-40{margin-right:40px !important;}


.basic-table {
	font-size: 12px;
	font-weight:700;
	width:100%;	
}
.basic-table th{
	height: 30px;
	width:20%;
	padding-left:10px;
	padding-right:10px;
	background-color:#e4dff5;
	
}
.basic-table td {
	padding:7px;
	padding-left:10px;
}


.st2table {
	width: 100%;
	font-size: 12px;
	color: #444;
	text-shadow: 2px 2px 2px #d9d9d9;
 
	border-bottom: solid #ccc 1px;
	border-collapse: separate;
	border-spacing: 0;

}

.st2table .upline{border-top: 1px dotted #ccc;}
.st2table .leftline{border-left: 1px dotted #ccc;}
.st2table .upline1{border-top: 1px solid #ccc;}


.st2table > tbody > tr > td {
  padding: 10px;
  text-align: center;
}



.st2table > thead > tr > th {
  padding: 10px;
  text-align: center;
  border-left: 1px solid #fff;
}
 
.st2table > thead > tr > th, .st2table > thead > tr > td {
  background-color: #14a5eb;
  color:#ffffff;
  text-shadow: 0px 0px 0px #fbfbfb;
}


.st3table {
	width: 100%;
	font-size: 12px;
	color: #545454;
	text-shadow: 2px 2px 2px #d9d9d9;
 
	border-bottom: solid #ccc 1px;
	border-collapse: separate;
	border-spacing: 0;

}

.st3table .upline{border-top: 1px dotted #ccc;}
.st3table .leftline{border-left: 1px dotted #ccc;}
.st3table .upline1{border-top: 1px solid #ccc;}


.st3table > tbody > tr > td {
  padding: 10px;
  text-align: center;
}



.st3table > thead > tr > th {
  padding: 10px;
  text-align: center;
  border-left: 1px solid #fff;
}
 
.st3table > thead > tr > th, .st3table > thead > tr > td {
  background-color: #eeebeb;
  color:#545454;
  text-shadow: 0px 0px 0px #fbfbfb;
}



.st4table {
	width: 100%;
	font-size: 11px;
	color: #444;
	text-shadow: 2px 2px 2px #d9d9d9;
 
	border-bottom: solid #ccc 1px;
	border-collapse: separate;
	border-spacing: 0;

}

.st4table .up_line{border-top: 1px dotted #ccc;}
.st4table .leftline{border-left: 1px dotted #ccc;}
.st4table .upline1{border-top: 1px solid #ccc;}


.st4table > tbody > tr > td {
  padding: 3px;
  text-align: center;
}

.st4table > thead > tr > th {
  padding: 5px;
  text-align: center;
  border-left: 1px solid #fff;
}
 
.st4table > thead > tr > th, .st4table > thead > tr > td {
  background-color: #7057bc;
  color:#ffffff;
  text-shadow: 0px 0px 0px #fbfbfb;
}

.cancelline{text-decoration:line-through;}

.l-line{
	border-left: 1px solid #e8e8e8;
}

.calbox{	
	color:#ffffff;
	font-size:11px;
	padding: 2px 5px 2px 5px;
}
.calbox a{	
	color:#ffffff;
}


.calbox1{
	color:#fff;
	font-size:12px;
	padding: 2px 5px 2px 5px;
}

.calbox2{
	color:#000000;
	font-size:11px;
	padding: 2px 5px 2px 5px;
}

.auto_right{padding-left:380px;}

.tablebg{
	border-radius: 12px;
	background-color:#7960c5;
	padding:5px 5px 5px 5px;

}
.tableinner{
	border-radius: 10px;
	background-color:#fff;	
	padding:10px 10px 10px 10px;

}
.tableinner a{
	text-decoration: none;
}

.tablebg1{
	border-radius: 12px;
	background-color:#f8c3c3;
	padding:5px 5px 5px 5px;

}



.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #efdcfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #efdcfb;
	box-shadow:inset 0px 1px 0px 0px #efdcfb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfbdfa), color-stop(1, #5c1596));
	background:-moz-linear-gradient(top, #dfbdfa 5%, #5c1596 100%);
	background:-webkit-linear-gradient(top, #dfbdfa 5%, #5c1596 100%);
	background:-o-linear-gradient(top, #dfbdfa 5%, #5c1596 100%);
	background:-ms-linear-gradient(top, #dfbdfa 5%, #5c1596 100%);
	background:linear-gradient(to bottom, #dfbdfa 5%, #5c1596 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfbdfa', endColorstr='#5c1596',GradientType=0);
	background-color:#dfbdfa;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:1px solid #c584f3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	padding:19px 26px;
	text-decoration:none;
	text-shadow:0px 1px 0px #9752cc;
}

.myButton:active {
	position:relative;
	top:1px;
}

.black {
	color: #f8f8f8;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	color: #f8f8f8;
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:active {
	color: #f8f8f8;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}


.white {
	color: #323232;
	border: solid 1px #7d7d7d;
	background: #ffffff;
}
.white:hover {
	color: #323232;
	background: #ffffff;}


.mybtn {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: middle;
	margin: 0 0px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size:11px;
	padding: .5em 0em 0em;
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	height:46px;
	width:24%;
}
.mybtn:hover {
	text-decoration: none;
}
.mybtn:active {
	position: relative;
	top: 1px;
}



.eval_title{width:100%; text-align:center; padding:10px 10px 10px 10px;   font-weight:normal; font-size:13px; color:#ffffff;background-color:#9ec0f7;}
.eval_wrap{width:99%; padding:4px 4px 4px 4px;}

.hw_title{width:100%; text-align:center; padding:13px 10px 13px 10px;   font-weight:normal; font-size:13px; color:#ffffff;background-color:#7960c5;}
.hw_wrap{width:99%; padding:4px 10px 4px 10px;}

.underline{border-bottom: 1px dashed #ededed;}
.under_line{border-bottom: 1px solid #ededed;}

.table_st1 {
	width: 100%;
	font-size: 12px;
	color: #444; 
	border: solid #dfdfdf 1px;
	border-collapse: separate;
	padding:3px;
}
.table_st1 .bg_gray{padding:5px; background:#efefef;border-bottom: 1px solid #fff;  text-align:center; }
.table_st1 .bg_line{padding:5px; border: 1px solid #efefef;text-align:center;}
.table_st1 .bg_line_{padding:5px; border: 1px solid #efefef;text-align:left;}
.table_st1 .left_line{border-left: 2px solid #ffffff;}


.vGraph{ padding:10px 0 0 0;}
.vGraph ul{ margin:0; padding:0; height:120px; border:1px solid #9ec0f7; border-top:0; border-right:0; font-size:11px; font-family: 'Nanum Gothic', sans-serif; list-style:none;}
.vGraph ul:after{ content:""; display:block; clear:both;}
.vGraph li{ float:left; display:inline; width:11%; height:100%; margin:0 7%; position:relative; text-align:center; white-space:nowrap;}
.vGraph .gTerm{ position:relative; display:inline-block; width:100%; height:10px; line-height:20px; margin:0 -100% -20px 0; padding:125px 0 0 0; vertical-align:bottom; color:#767676; font-weight:bold;}
.vGraph .gBar{ position:relative; display:inline-block; width:100%; margin:-10px 0 0 0; border:1px solid #fde2fd; border-bottom:0; background:#fae8fa; vertical-align:bottom;}
.vGraph .gBar span{ position:absolute; width:100%; top:-20px; left:0; color:#80affb;}


.pointer{cursor: pointer;}

#curribox {padding-left:5px; margin-top:40px;}
#curribox a{color:#7e7e7e;}
#curribox li{ width:95%; list-style:none; padding:0px 0px 0px 0px; display:block; position:relative; z-index:10; background-color:#ffffff; border-radius: 0px;  padding:10px 0px 10px 0px;}
#curribox .logo1{position:absolute; top:-25px; left:-25px; border-radius: 50px; width:100px; height:100px;  z-index:9; color: #ffffff; font-size: 24px; font-weight: 800; text-align:center;	padding-top:10px;}
#curribox .minh{min-height:240px;}
#curribox .minh2{min-height:330px;}
#curribox .books{background-color:#fed001; display:inline-block; width:31%} 



#curribox .books a{
  display: block; /* 영역적용위해 사용 */
  width: 100%; height: 100%;

  overflow: hidden; /* 넘어가는 자손을 안보이게 처리 */

  position: relative; /* figcaption의 앱솔루트 기준을 현재 요소로 변경 */
}

#curribox .books figcaption{
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff; text-align: center;
  line-height: 150px;

  position: absolute; /* 기본기준 : body */
  top: 0; left: 0;

  opacity: 0; /* 처음에 안보이게 처리 */
  transition: 0.3s; /* 변화되는 CSS에 시간차를 줌 */
}

/* 테두리 */
#curribox .books figcaption:after{
  content: ''; /* 비워둠 */
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  box-sizing: border-box;
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  margin: auto; /* 기준에서 정가운데 오도록 처리 */
}

#curribox .books a:hover figcaption, #curribox .books a:focus figcaption{
  opacity: 1;
}


#curribox .border1 {border: 1px solid #fed001;}
#curribox .bg1 {background-color:#fed001;}
#curribox .color1 {color:#fed001;} /*노랑*/

#curribox .border2 {border: 1px solid #f8a602;}
#curribox .bg2 {background-color:#f8a602;}
#curribox .color2 {color:#f8a602;} 

#curribox .border3 {border: 1px solid #acdc66;}
#curribox .bg3 {background-color:#acdc66;}
#curribox .color3 {color:#acdc66;}

#curribox .border4 {border: 1px solid #84bf30;}
#curribox .bg4 {background-color:#84bf30;}
#curribox .color4 {color:#84bf30;}

#curribox .border5 {border: 1px solid #88c5f8;}
#curribox .bg5 {background-color:#88c5f8;}
#curribox .color5 {color:#88c5f8;}


#curribox .border6 {border: 1px solid #1e94f8;}
#curribox .bg6 {background-color:#1e94f8;}
#curribox .color6 {color:#1e94f8;}


#curribox .border7 {border: 1px solid #7474db;}
#curribox .bg7 {background-color:#7474db;}
#curribox .color7 {color:#7474db;}


#curribox .border8 {border: 1px solid #353179;}
#curribox .bg8 {background-color:#353179;}
#curribox .color8 {color:#353179;}

#curribox .border9 {border: 1px solid #f49b91;}
#curribox .bg9 {background-color:#f49b91;}
#curribox .color9 {color:#f49b91;}

#curribox .border10 {border: 1px solid #f97163;}
#curribox .bg10 {background-color:#f97163;}
#curribox .color10 {color:#f97163;}


.paytab .nav{
    border-bottom:0 none;
    background: #eaeaea;
    border-radius: 20px 20px 20px 20px;
	width:99.8%;
	margin-left:1px;
	height:39px;
}
.paytab .nav li {
    width:50%;
    font-size: 15px;
	font-weight:700;
    border: none;
    color: #4e4e4e;
	text-align:center;
	padding-top:8px;
	cursor: pointer;
}


.paytab .nav li:first-child {
    border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}

.paytab .nav li:last-child {	
	left:0px;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}

.paytab .nav .active{
    border: 0 none;
    background:#7960c5;
    color:#fff;
}



.pay_tab .nav{
    border-bottom:0 none;
    background: #f7f7f7;
   
	width:99.8%;
	margin-left:1px;
	height:44px;
}
.pay_tab .nav li {
    width:50%;
    font-size: 15px;
	font-weight:700;
    border: none;
    color: #4e4d4c;
	text-align:center;
	padding-top:10px;
	cursor: pointer;
}



.pay_tab .nav .active{
    border: 0 none;
    background:#2e2e2e;
    color:#fb8335;
}


.chkbox {width:100%;  list-style:none; padding:0px 0px 0px 0px; display:block; position:relative; z-index:0; }
.chkbox .title{width:100%; height:70px; background: url(../img/school/boxtitle.jpg) bottom;  background-size: cover ; padding:18px 0px 0px 0px; color:#ffffff; text-align: center; }
.chkbox .con{color:#c7c7c7; text-align: left; font-size: 14px;  font-weight: 600;  line-height: 1.625em;}
.chkbox .con .line{ position:absolute; width:100%; padding-top: 5px;  border-bottom: 1px solid #f0f0f0; }

.chkbox .conleft {padding-left:10px; padding-bottom:3px; margin-top:0px; width:35%; float:left; text-align: left;   border-bottom: 1px solid #343434; }
.chkbox .conright {padding-right:10px; padding-bottom:3px;  margin-top:0px; width:65%; float:left; text-align: right;  border-bottom: 1px solid #343434; }
.chkbox .conbottom {margin-top:0px; width:100%;}
.chkbox .conmid {padding-left:10px; padding-bottom:3px;  margin-top:0px; width:100%;  }
.chkbox .conmid .picture{float:right; position: relative;}

.chkbox  .btnst5 {
    background-color: #ff003a;
    border: none;
    color:#fff;
	border-radius:0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	font-weight: 600;
    margin: 0px;
    cursor: pointer;
	width:100%;
	height:50px;
}


/* ===========================
--- company
============================ */
.ast1{margin-left:-15px !important; color:#37a4c5; font-size: 13px; font-weight: 700; text-shadow: 2px 2px 2px #d9d9d9;}
.ast2{color:#7c7c7c; font-size: 11px; margin-top:-15px !important; line-height: 18px;}
.ast3{list-style-type: none; color:#7c7c7c; font-size: 11px; line-height: 18px; margin-top:-15px !important;}
.ast4{list-style-type: none; color:#7c7c7c; font-size: 11px; margin-left:15px !important;}



/******************* Timeline *****************/
.m-timeline{overflow:hidden;position:relative}
.m-timeline:before{content:"";width:5px;height:95%;background:#333;position:absolute;top:70px;left:50%;transform:translateX(-50%)}
.m-timeline .timeline-content:before,.m-timeline .timeline:before{top:50%;transform:translateY(-50%);content:""}
.m-timeline .timeline{width:50%;padding-left:100px;float:right;position:relative}
.m-timeline .timeline:before{width:20px;height:20px;border-radius:50%;background:#fff;border:5px solid #333;position:absolute;left:-10px}
.m-timeline .timeline-content{display:block;padding-left:150px;position:relative}
.m-timeline .timeline-content:before{width:90px;height:10px;border-top:7px dotted #333;position:absolute;left:-92px}
.m-timeline .year{display:inline-block;width:120px;height:120px;line-height:100px;border-radius:50%;border:10px solid #f54957;font-size:30px;color:#f54957;text-align:center;box-shadow:inset 0 0 10px rgba(0,0,0,.4);position:absolute;top:0;left:0}

.m-timeline .inner-content{padding:20px 0}
.m-timeline .title{font-size:22px;font-weight:600;color:#f54957;text-transform:uppercase;margin:0 0 5px}
.m-timeline .description{font-size:14px;color:#6f6f6f;margin:0 0 5px}
.m-timeline .timeline:nth-child(2n){padding:0 100px 0 0}
.m-timeline .timeline:nth-child(2n) .timeline-content:before,.m-timeline .timeline:nth-child(2n) .year,.m-timeline .timeline:nth-child(2n):before{left:auto;right:-10px}
.m-timeline .timeline:nth-child(2n) .timeline-content{padding:0 150px 0 0}
.m-timeline .timeline:nth-child(2n) .timeline-content:before{right:-92px}
.m-timeline .timeline:nth-child(2n) .year{right:0}

.m-timeline .timeline:nth-child(2){margin-top:110px}
.m-timeline .timeline:nth-child(odd){margin:-110px 0 0}
.m-timeline .timeline:nth-child(even){margin-bottom:80px}
.m-timeline .timeline:first-child,.m-timeline .timeline:last-child:nth-child(even){margin:0}
.m-timeline .timeline:nth-child(2n) .year{border-color:#1ebad0;color:#1ebad0}
.m-timeline .timeline:nth-child(2n) .title{color:#1ebad0}
.m-timeline .timeline:nth-child(3n) .year{border-color:#7cba01;color:#7cba01}
.m-timeline .timeline:nth-child(3n) .title{color:#7cba01}

.m-timeline .timeline:nth-child(4n) .year{border-color:#7533f9;color:#7533f9}
.m-timeline .timeline:nth-child(4n) .title{color:#7533f9}
.m-timeline .timeline:nth-child(5n) .year{border-color:#9c522d;color:#9c522d}
.m-timeline .timeline:nth-child(5n) .title{color:#9c522d}
.m-timeline .timeline:nth-child(6n) .year{border-color:#ddda04;color:#ddda04}
.m-timeline .timeline:nth-child(6n) .title{color:#ddda04}
.m-timeline .timeline:nth-child(7n) .year{border-color:#6d6d6d;color:#6d6d6d}
.m-timeline .timeline:nth-child(7n) .title{color:#6d6d6d}
.m-timeline .timeline:nth-child(8n) .year{border-color:#20f1c2;color:#20f1c2}
.m-timeline .timeline:nth-child(8n) .title{color:#20f1c2}
.m-timeline .timeline:nth-child(9n) .year{border-color:#d77ad4;color:#d77ad4}
.m-timeline .timeline:nth-child(9n) .title{color:#d77ad4}
.m-timeline .timeline:nth-child(10n) .year{border-color:#00a0c6;color:#00a0c6}
.m-timeline .timeline:nth-child(10n) .title{color:#00a0c6}
.m-timeline .timeline:nth-child(11n) .year{border-color:#77c4eb;color:#77c4eb}
.m-timeline .timeline:nth-child(11n) .title{color:#77c4eb}
.m-timeline .timeline:nth-child(12n) .year{border-color:#ea072a;color:#ea072a}
.m-timeline .timeline:nth-child(12n) .title{color:#ea072a}
.m-timeline .timeline:nth-child(13n) .year{border-color:#f8781f;color:#f8781f}
.m-timeline .timeline:nth-child(13n) .title{color:#f8781f}
.m-timeline .timeline:nth-child(14n) .year{border-color:#003964;color:#003964}
.m-timeline .timeline:nth-child(14n) .title{color:#003964}
.m-timeline .timeline:nth-child(15n) .year{border-color:#2f6ccf;color:#2f6ccf}
.m-timeline .timeline:nth-child(15n) .title{color:#2f6ccf}
.m-timeline .timeline:nth-child(16n) .year{border-color:#90d000;color:#90d000}
.m-timeline .timeline:nth-child(16n) .title{color:#90d000}

@media only screen and (max-width:1200px){.m-timeline .year{top:50%;transform:translateY(-50%)}
}
@media only screen and (max-width:990px){.m-timeline .timeline{padding-left:75px}
.m-timeline .timeline:nth-child(2n){padding:0 75px 0 0}
.m-timeline .timeline-content{padding-left:130px}
.m-timeline .timeline:nth-child(2n) .timeline-content{padding:0 130px 0 0}
.m-timeline .timeline-content:before{width:68px;left:-68px}
.m-timeline .timeline:nth-child(2n) .timeline-content:before{right:-68px}
}
@media only screen and (max-width:767px){.m-timeline{overflow:visible}
.m-timeline:before{height:100%;top:0;left:0;transform:translateX(0)}
.m-timeline .timeline:before,.m-timeline .timeline:nth-child(2n):before{top:60px;left:-9px;transform:translateX(0)}
.m-timeline .timeline,.m-timeline .timeline:nth-child(even),.m-timeline .timeline:nth-child(odd){width:100%;float:none;text-align:center;padding:0;margin:0 0 10px}
.m-timeline .timeline-content,.m-timeline .timeline:nth-child(2n) .timeline-content{padding:0}
.m-timeline .timeline-content:before,.m-timeline .timeline:nth-child(2n) .timeline-content:before{display:none}
.m-timeline .timeline:nth-child(2n) .year,.m-timeline .year{position:relative;transform:translateY(0)}

.m-timeline .inner-content{padding:10px}
}


.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
  width: 33%;
  justify-content: space-around ;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 5s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.blue .circle {
  stroke: #049dff;
}
.circular-chart.yellow .circle {
  stroke: #fdba04;
}
.circular-chart.pink .circle {
  stroke: #ed687c;
}
.circular-chart.green .circle {
  stroke: #1abc9c;
}
.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.4em;
  text-anchor: middle;
}
