/*---------------------------------------------------------

-----------------------------------------------------------

	CSS INDEX
    ===================






---------------------------------------------------------*/
/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;500&display=swap');

/*@import url("font-face.css");*/

/* ========== Default ========== */
/*
body {

  font-family: 'Noto Sans KR', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
*/
a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {

  font-family: 'Noto Sans KR', sans-serif;
  color: #1B212F;
  line-height: 1.1;
  margin-top: 0px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: 'Noto Sans KR', sans-serif;

  color: #707070;
  margin-bottom: 0;
}

::selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

/* ========== Spacing ========== */

/* Margin Top */
.mt-20 {
  margin-top: 20px;
}

/* Margin Bottrom*/
.mb-15 {
  margin-bottom: 5px;
}

.mb-20 {
  margin-bottom: 10px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-80 {
  margin-bottom: 80px;
}

/* Margin Left */
.ml-10 {
  margin-left: 10px;
}

/* Padding Top */
.pt-150 {
  padding-top: 150px;
}

/* Padding Bottom */
.pb-120 {
  padding-bottom: 120px;
}

/* Padding Left */

.pl-10 {
  padding-left: 15px;
}

.pl-40 {
  padding-left: 40px;
}

/* Padding right */
.pr-10 {
  padding-right: 15px;
}

/* Responsive */
@media (max-width: 767px) {
	.pt-xs-95 {
		padding-top: 95px;
	}
	.pb-xs-70 {
		padding-bottom: 70px;
	}
}
/* ========== Position ========== */
.pos-rel {
  position: relative;
}




.item {
	text-align:center;
}


/* ========== Section Title ========== */
.section-title {
  position: relative;
  z-index: 2;
}

.section-title h5 {
  color: #333366;
}

.section-title h2 {
  font-size: 44px;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 36px !important;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 32px !important;
  }
}

.section-title .sub-title {
  font-weight: 500;
}

.section-title-2 h5 {
  color: #374360;
}

.section-title-2 .left-line::before {
  left: -3px;
  top: 10px;
  width: 30px;
  height: 2px;
}

/* ========== Portfolio ========== */
.portfolio-menu-two .gf_btn {
  margin: 5px 3px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .portfolio-menu-two .gf_btn {
    margin: 5px 2px;
    padding: 12px 25px;
  }
}

@media (max-width: 767px) {
  .portfolio-menu-two .gf_btn {
    margin-bottom: 10px;
  }
}

/* ========== Bottom Line ========== */
.bottom-line {
  position: relative;
  display: inline-block;
}

.bottom-line::before {
  content: '';
  position: absolute;
  background-color: #8080c0;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  z-index: 1;
}

/* ========== Sub Title ========== */
.sub-title {
  color: #000009;
  font-size: 16px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 600;
  line-height: 1.9;
  margin:10px 0 10px;
}

/* ========== Theme Btn ========== */
.theme_btn {
  overflow: hidden;
  color: #ffffff;
  background: #333366;
  font-size: 16px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  line-height: 1;
  padding: 15px 40px;
  display: inline-block;
  border-radius: 40px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.theme_btn:hover {
  color: #ffffff;
  background: #e75115;
}

/* ========== GF Btn ========== */
.gf_btn {
  border: 0;
  padding: 0;
  background: 0;
  color: #333366;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  margin: 10px 10px;
  display: inline-block;
  position: relative;
  background-color: rgba(102, 102, 204, 0.1);
  border-radius: 25px;
  padding: 12px 25px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
  .gf_btn {
    margin: 10px 2px;
    font-size: 14px;
    padding: 12px 20px;
  }
}

.gf_btn:hover, .gf_btn.active {
  color: #ffffff;
  background-color: #8080c0;
}

.gf_btn:hover::before, .gf_btn.active::before {
  width: 100%;
}

/* ========== Owl nav ========== */
.nav-style-two .owl-nav button {
	margin-top: 50px;
}

/* ========== Z - Gallery ========== */
.z-gallery {
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 1px 2px 7px #383838;
          box-shadow: 1px 2px 7px #c1c1c1;
  padding: 10px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .z-gallery {
    padding: 0;
    margin-top: 0;
  }
}

/* ========== Z - Gallery Thumb ========== */
.z-gallery__thumb {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.z-gallery__thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.z-gallery__thumb .feedback-tag {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  background-color: #2878EB;
  display: inline-block;
  padding: 7px 7px;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 5px;
  line-height: 1;
}

.z-gallery__thumb .heart-icon {
  color: #333366;
  font-size: 15px;
  background-color: #ffffff;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  position: absolute;
  right: 15px;
  top: 15px;
  text-align: center;
  line-height: 25px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.z-gallery__thumb .heart-icon:hover {
  color: #2878EB;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* ========== Z - Gallery Content ========== */

.z-gallery__content {
  position: relative;
  display: inline-block;
  padding: 0 15px 30px 15px;
  line-height: 1.6rem;
  text-align: center;
}

.z-gallery__content .sub-title {
  line-height: 1.3rem;
  font-weight: 500;
  height:40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .z-gallery__content .sub-title {
    font-size: 20px;
  }
}

.z-gallery__content .bottom-cost {
    display: -webkit-box;
    line-height: 1.8rem;
    height: 3rem;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
	text-align: center;
}

.z-gallery__content .bottom-cost div {
	margin: 0;
}

.z-gallery__content .bottom-cost .arrow {
	margin: 0 5px 0 5px;
	font-size: 14px;
}

.z-gallery__content .bottom-cost .bottom-01,
.z-gallery__content .bottom-cost .bottom-02 {
	width: 90px;
	height: 30px;
	margin: 10px;
	border-radius: 5px;
	transition: 0.3s all;
}

.z-gallery__content .bottom-cost .bottom-02 {
	margin-bottom:10px;
}


.z-gallery__content .bottom-cost .bottom-01 {
	background-color:#8c8c8c;
}

.z-gallery__content .bottom-cost .bottom-02 {
	background-color:#ff2f58;
}

.z-gallery__content .bottom-cost .bottom-01:hover {
	background-color: #333366;
}

.z-gallery__content .bottom-cost .bottom-02:hover {
	background-color: #3366ff;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.arrow {
		display: none;
	}
	.z-gallery__content .bottom-cost .bottom-01,
	.z-gallery__content .bottom-cost .bottom-02 {
		margin: 7px;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1399px) {
	.arrow {
		display: none;
	}
}





@media (max-width: 767px) {
	.z-gallery__content div {
		flex-direction: column;
	}
	.z-gallery__content {
		line-height: 1.2rem;
	}
	.z-gallery__content .bottom-cost .bottom-01,
	.z-gallery__content .bottom-cost .bottom-02 {
		width: 80px;
	}
}

@media only screen and (max-width: 480px) {
	.z-gallery__content .bottom-cost {
		display: block;
		margin: 15%;
	}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.z-gallery__content div {
		flex-direction: column;
	}
	.z-gallery__content {
		line-height: 1.2rem;
	}
	.z-gallery__content .bottom-cost .bottom-01,
	.z-gallery__content .bottom-cost .bottom-02 {
		margin: 5px auto;
		width: 80px;
	}
}


.z-gallery__content .sub-title a {
  text-decoration: none;
  font-size: 15px;
}

.z-gallery:hover .z-gallery__thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.z-gallery:hover .z-gallery__content .sub-title a {
  color: #333366;
}

/* ========== Z - Gallery Two ========== */
.z-gallery-two .z-gallery__content {
  padding: 0 5px 10px 5px;
}

@media (max-width: 767px) {
	.z-gallery-two .z-gallery__content {
		padding: 10px 12px 10px 12px;
  }
}

@media (max-width: 1199px) {
	.z-gallery__content .sub-title a {
	  font-size: 14px;
	}
}

.z-gallery__content .price-tag {

  color: #ffffff;
  -webkit-box-shadow: 1px 2px 5px #3f3f3f;
          box-shadow: 1px 2px 5px #858585;
  text-align: center;
  padding-top: 9px;
  line-height: 20px;
  position: absolute;
  background: #9751ff;
  font-size: 14px;
  font-weight: 600;
  text-shadow: 1px 2px 1px #383838;
  width: 58px;
  height: 58px;
  display: inline-block;
  border-radius: 50%;
  top: -40px;
  right: 10px;
  z-index: 2;
}

/* ========== Course Tag ========== */
.course__tag span {
  font-size: 12.5px;
  display: inline-block;
  padding: 7px 10px;
  line-height: 1;
  border-radius: 40px;
  border:1px solid #d0d0d0;
}

.course__tag span:first-child {
  color: #fff;
  font-weight: 500;
  background-color: #8080c0; /* #99cc00  */
}

.course__tag span:nth-child(2) {
  color: #FF9F66;
  background-color: rgba(255, 159, 102, 0.2);
}

/* ========== Course tag Two ========== */
.course__tag__two span {
  border-radius: 5px;
  margin-right: 5px;
}



/* ========== Course meta ========== */
.course__meta span {
  color: #8080c0;
  font-size: 14px;
  font-weight: 500;
  margin:0 auto;
}

@media only screen and (max-width: 767px) {
	.course__meta span {
	  font-size: 12px;
	}
}


/* Responsive */
@media (max-width: 1199px) {
	.mb-80 {
		margin-bottom: 20px;
	}
}


@media only screen and (min-width: 1400px) and (max-width: 1920px) {
	.container {
		max-width: 1360px;
	}
} 

@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .pr-10, .pl-10 {
        padding-left: 7px;
		padding-right: 7px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 767px) {
    .pr-10, .pl-10 {
        padding-left: 7px;
		padding-right: 7px;
	}
}

@media (min-width: 360px) {
	.col-lg-3 {
		flex: 0 0 auto;
		width: 50%;
	}
	.arrow {
		display: none;
	}
}

@media (min-width: 992px) {
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
}

.instructor-active .item {
	margin: 0 5px;
}