@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;500&display=swap');

/* ========== Default ========== */

body {
  /*font-family: "Noto Sans", sans-serif; */
  font-family: 'Noto Sans KR', sans-serif !important;
  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: "Manrope", sans-serif;*/
  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;
  /*font-family: "Manrope", 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;
}

/* 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;
}

/* ========== Section Title ========== */

.section-title ul li { margin-bottom: 20px;}


.section-title {
  position: relative;
  z-index: 2;
}

.section-title h5 {
  color: #FF723A;
  text-shadow: 1px 1px 1px #333;
  font-size: 22px;
}

.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: #1B212F;
}

.section-title-2 .left-line::before {
  left: -3px;
  top: 10px;
  width: 30px;
  height: 2px;
}

/* ========== Portfolio ========== */
.portfolio-menu-two .gf_btn {
  margin: 0px 3px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .portfolio-menu-two .gf_btn {
    margin: 0px 2px;
    padding: 14px 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: #FF723A;
  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: #FF723A;
  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: #FF723A;
  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(255, 114, 58, 0.1);
  border-radius: 25px;
  padding: 14px 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: #FF723A;
}

.gf_btn:hover::before, .gf_btn.active::before {
  width: 100%;
}

/* ========== Z - Gallery ========== */
.z-gallery {
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 1px 2px 7px #383838;
          box-shadow: 1px 2px 7px #c1c1c1;
  padding: 10px;
}

@media (max-width: 767px) {
  .z-gallery {
    padding: 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: #FF723A;
  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 {
  padding: 0 15px 30px 15px;
  line-height: 1.6rem;
}

.z-gallery__content .sub-title {
  line-height: 1.6rem;
  font-weight: 500;
}

.z-gallery__content p {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap:break-word; 
    line-height: 1.6rem;
    height: 3rem;
	font-size: 13px;
	font-weight: 500;
	color:#464646;
}

@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: block;
    line-height: 1.6rem;
    height: 3rem;
    font-size: 14px;
    font-weight: 500;
    color: #464646;
}

.z-gallery__content .bottom-cost .bottom-02{
padding-left:0;
}

.z-gallery__content .bottom-cost div {
	margin: 0;
}

.z-gallery__content .bottom-cost .arrow2 {
	margin: 0 5px 0 5px;
	font-size: 14px;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
	.z-gallery__content .bottom-cost {
		display: inline-block;
	}
	.arrow2 {
		display: none;
	}

	.z-gallery__thumb {
	  border-radius: 5px 5px 0px 0px;
}

	.z-gallery__thumb img {
	  width: 100%;
	  -webkit-transition: all 0.3s ease 0s;
	  transition: all 0.3s ease 0s;

}



}

@media only screen and (min-width: 991px) and (max-width: 1399px) {
	.z-gallery__content .bottom-cost {
		display: inline-block;
	}
	.arrow2 {
		display: none;
	}
}





@media (max-width: 767px) {
/*	.z-gallery__content p > *:nth-child(3) {
		display: none;
	} */
	.z-gallery__content div {
		flex-direction: column;
	}
	.align-items-center {
		align-items: left !important;
	}
	.z-gallery__content {
		line-height: 1.2rem;
	}
	.z-gallery__content .bottom-cost .bottom-02{
		padding-left:0px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.z-gallery__content div {
		flex-direction: column;
	}
	.align-items-center {
		align-items: left !important;
	}
	.z-gallery__content {
		line-height: 1.2rem;
	}
}









.z-gallery__content .sub-title a {
  text-decoration: none;
  color: #003399;
}

.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: #FF723A;
}

/* ========== 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;
  }
}

.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: #fffffd;
  font-weight: 500;
  background-color: #79a200; /* #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: #1B212F;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-right: 7px;
}
/*
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .course__meta span {
    font-size: 14px;
    margin-right: 7px;
  }
}
*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .course__meta span {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .course__meta span {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .course__meta span {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .course__meta span {
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 10px;

    border-radius: 50px 0px 0px 0px;
  }
}

.course__meta span:last-child {
  color: #FF723A;
  font-weight: 500;
}

.course__meta span img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  margin-right: 5px;
}

/* ========== Cours Authors ========== */
.course__authors p {
  color: #222222;
  border-left: 1px solid rgba(27, 33, 47, 0.1);
  padding-left: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .course__authors p {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .course__authors p {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .course__authors p {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .course__authors p {
    margin-top: 10px;
  }
}

.course__authors p span {
  color: #FF723A;
}

.course__authors {
  display: flex;
}

.course__authors-box-text h6 {
  font-weight: 600;
}

.course__authors-box-text span {
  font-size: 12px;
  color: #222222;
  line-height: 15px;
}

.course__authors p {
  font-size: 12px;
}

/* Responsive */

@media only screen and (min-width: 360px) and (max-width: 767px) {
    .pr-10, .pl-10 {
        padding-left: 7px;
		padding-right: 7px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .pr-10, .pl-10 {
        padding-left: 7px;
		padding-right: 7px;
	}
}

@media (min-width: 360px) {
	.col-lg-300 {
		flex: 0 0 auto;
		width: 50%;
	}
}

@media (min-width: 992px) {
	.col-lg-300 {
		flex: 0 0 auto;
		width: 25%;
	}
}

@media (max-width: 360px) {
	.z-gallery__content .bottom-cost {
		display: inline-block;
	}
	.arrow2 {
		display: none;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1920px) {
	.container {
		max-width: 1400px;
	}
}

