/*

1. Add your custom Css styles below
2. Place the this code in your template:

 <link href="css/custom.css" rel="stylesheet">

*/
body{
  font-family: 'Noto Sans KR', sans-serif;
}

body.breakpoint-xs .text-medium, body.breakpoint-xs .text-medium-light {
  font-size: 20px !important;
  line-height: 30px;
  font-weight: 300;
}


a {
    color: red;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}


p {
    word-break: keep-all;
    font-size: 1.2em;
    font-family: 'Noto Sans KR', sans-serif;
}

input:focus {
       color: red;
       outline: 1px solid orange;
    }


@media (max-width: 767px) {
h3, .h3 {
    font-size: 20px;
    line-height: 26px;
    font-family: 'Noto Sans KR', sans-serif;
    word-break: keep-all;
    }
p {
    line-height: 24px;
}

}
#topbar {
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: none;
}

#topbar .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#topbar .contact_info_mobile {
  display: none;
}

#topbar a {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #ffffff;
    margin-left: 8px;
    margin-top: 4px;
}

#topbar .contact_info_desktop {
  display: flex;
  flex-direction: row;
}

#topbar .contact_info_desktop .contact_info_item {
  display: flex;
  flex-direction: row;
  margin-right: 80px;
}

#topbar .contact_info_desktop .contact_info_item:last-child  {
  margin-right: 0;
}


@media (max-width: 991px) {
  #topbar #logo {
    display:none;
  }

  #topbar .container {
    display: flex;
    flex-direction: column;
  }

  #topbar .contact_info_desktop {
    display: none;
  }

  #topbar .contact_info_mobile {
    display: block;
  }

  #topbar a {
      font-size: 14px;
      font-weight: 500;
      color: #ffffff;
      margin-bottom: 8px;
      margin-left: 4px;
  }


}

#header #logo {
  display: none;
}

#header #logo img {
  max-width: 252px;
}

#header.header-modern:not(.header-active)[data-transparent="true"] .header-inner, #header.header-modern:not(.header-active)[data-transparent="true"] #header-wrap {
  background-color: transparent;
}

#header.header-modern:not(.header-active) {
  margin: 0 auto 0;
  width: 1200px;
}

#header.header-sticky .header-inner, #header.header-sticky #header-wrap {
    background-color: #202020 !important;
}

#header.header-modern:not(.header-active) .header-inner, #header.header-modern:not(.header-active) #header-wrap {
    border-radius: 0px;
}


@media (max-width: 991px) {
  #header.header-modern:not(.header-active)[data-transparent="true"] .header-inner, #header.header-modern:not(.header-active)[data-transparent="true"] #header-wrap {
    background-color: white;
  }

  #header #logo {
    text-align: left;
    display: block;
    left: 28px;
  }

  #header #logo img {
    max-width: 180px;
  }

  #header.header-modern:not(.header-active)[data-transparent="true"] .header-inner, #header.header-modern:not(.header-active)[data-transparent="true"] #header-wrap {
    background-color: #202020;
  }

  #header[data-transparent="true"] .header-inner .lines, #header[data-transparent="true"] .header-inner .lines:before, #header[data-transparent="true"] .header-inner .lines:after, #header[data-transparent="true"] #header-wrap .lines, #header[data-transparent="true"] #header-wrap .lines:before, #header[data-transparent="true"] #header-wrap .lines:after, #header.dark[data-transparent="true"] .header-inner .lines, #header.dark[data-transparent="true"] .header-inner .lines:before, #header.dark[data-transparent="true"] .header-inner .lines:after, #header.dark[data-transparent="true"] #header-wrap .lines, #header.dark[data-transparent="true"] #header-wrap .lines:before, #header.dark[data-transparent="true"] #header-wrap .lines:after, #header.dark.header-colored .header-inner .lines, #header.dark.header-colored .header-inner .lines:before, #header.dark.header-colored .header-inner .lines:after, #header.dark.header-colored #header-wrap .lines, #header.dark.header-colored #header-wrap .lines:before, #header.dark.header-colored #header-wrap .lines:after {
      background-color: white;
  }

  #header[data-transparent="true"] #mainMenu:not(.menu-overlay) nav > ul > li > a, #header.dark[data-transparent="true"] #mainMenu:not(.menu-overlay) nav > ul > li > a, #header.dark.header-colored #mainMenu:not(.menu-overlay) nav > ul > li > a {
    color: #ffffff;
  }

  #header .header-inner .container{
    max-width: 960px !important;
    padding-left: 0px !important;
    padding-right: 30px !important;
  }

  #mainMenu nav {
    padding-left: 30px;
  }

  #header #mainMenu:not(.menu-overlay) nav > ul > li.dropdown:before {
    color: white;
  }

  #header[data-transparent="true"] #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu, #header.dark[data-transparent="true"] #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu, #header.dark.header-colored #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu {
    background-color: #202020;
  }

  #header[data-transparent="true"] #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu > li > a, #header[data-transparent="true"] #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu > li > span, #header[data-transparent="true"] #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a, #header.dark[data-transparent="true"] #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu > li > a, #header.dark[data-transparent="true"] #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu > li > span, #header.dark[data-transparent="true"] #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a, #header.dark.header-colored #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu > li > a, #header.dark.header-colored #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu > li > span, #header.dark.header-colored #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a {
    color: #c7c7c7;
  }

  #header #mainMenu:not(.menu-overlay) {
      transition: max-height 0.4s ease-in-out, opacity 0.4s cubic-bezier(0, 0, 0.2, 1);
  }


}

#mainMenu nav > ul > li {
    margin-left: 20px;
}

#mainMenu nav > ul > li > a {
    padding: 10px 12px;
    text-transform: uppercase;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: white;
}


#mainMenu nav > ul > li .dropdown-menu {
    background-color: #202020;
    border: 0;
    padding: 0;
}

#mainMenu nav > ul > li .dropdown-menu > li > a, #mainMenu nav > ul > li .dropdown-menu > li > span, #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-family: 'Noto Sans KR', sans-serif;
}

#slider {
  border-bottom: 4px red solid;
}

#slider hr.line-left {
  border: 0;
  height: 4px;
  background-color: red;
  width: 160px;
  margin-left: 0px;
  margin-top: 0px;
}

#slider .slide-captions h2 {
  font-size: 32px !important;
  font-weight: 300;
  line-height: 48px;
  margin-bottom: 0px;
}

.inspiro-slider .slide-captions > p {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  /* letter-spacing: -0.03em; */
  margin-top: 24px;
  margin-bottom: 24px;
}

.inspiro-slider .slide-captions {
    max-width: 706px;
    margin-top: 40px;
}

.inspiro-slider .slide-captions .btn {
  font-size: 20px !important;
  font-family: 'Noto Sans KR', sans-serif;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 30px;
  padding-top: 8px;
  width: 160px;
  height: 48px;
  border-radius: 100px;
  border: 0;
  background-image: linear-gradient(to right, #FF1800 0%, #FF7D00 100%);
  box-shadow: 0px 4px 8px rgba(255, 25, 1, 0.4);
  border-color: transparent;
  margin-bottom: 0px;
}

.inspiro-slider .slide-captions .btn:hover {
  letter-spacing: 4px;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(255, 25, 1, 0.8);
  -moz-box-shadow: 0px 5px 40px -10px rgba(255, 25, 1, 0.8);
  box-shadow: 5px 40px -10px rgba(255, 25, 1, 0.8);
  transition: all 0.5s ease 0s;
}


@media (max-width: 992px) {
  #slider .slide-captions h2 {
    font-size: 20px !important;
    font-weight: 300;
    margin-bottom: 0px;
  }

  #slider hr.line-left {
    height: 2px;
    width: 80px;
  }


  .inspiro-slider .slide-captions {
    margin-top: 0px;
  }

  .inspiro-slider .slide-captions > p {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
  }

  .inspiro-slider .slide-captions .btn {
    line-height: 34px;
  }

}

.owl-carousel.dots-creative .owl-dots .owl-dot span {
    border-radius: 4px;
    height: 8px;
    width: 8px;
  }


#about p {
  font-size: 18px;
  font-weight: 500;
  color: #313131;
  margin-bottom: 0;
  margin-top: auto;
}

#about strong {
  font-weight: 800;
}

#about img {
  width: 80%;
  }

@media (max-width: 991px) {
#about img {
  width: 80%;
  }

}


.heading-text.heading-section > h2 {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 47px;
  margin-bottom: 20px;
  color: #7E848A;
}



.heading-text.heading-section > h2:before {
    background-color: #FF1901;
    bottom: -8px;
    width: 160px;
}

.lead {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #7E848A;
}


#programm .programm_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  box-shadow: 0px 4px 8px rgba(48, 48, 48, 0.5);
  border-radius: 8px;

}

#programm .programm_item .programm_item_top {
  position: relative;
}

#programm .programm_item .programm_item_top .programm_item_top_over {
  position: absolute;
  bottom: 10px;
  left: 24px;
}


#programm .programm_item .programm_item_top img {
    border-radius: 8px 8px 0 0;
}

#programm .programm_item .programm_item_top .programm_item_top_over h4{
  font-family: Noto Sans KR;
  font-weight: 500;
  font-size: 32px;
  line-height: 47px;
  color: white;
}


#programm .programm_item .programm_item_bottom {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 18px;
  padding-bottom: 8px;
  background-color: #303030;

  border-radius: 0 0 8px 8px;
}

#programm .programm_item .programm_item_bottom p {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: white;
}


@media (max-width: 991px) {
  #programm .programm_item .programm_item_top .programm_item_top_over h4{
    font-weight: 500;
    font-size: 24px;
  }

}


#links .links_item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

#links .links_item .btn-group {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

#links .links_item .btn-group .btn {
  margin: 0 5px;
}

#links img {
  margin-bottom: 32px;
}

#links .btn img {
  margin-bottom: 4px;
}

#links h4 {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 47px;
  letter-spacing: -0.02em;

  color: #303030;
  margin-bottom: 24px;

}

#links p{
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 32px;
}

#links .btn {
  font-size: 20px !important;
  font-family: 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-weight: bold;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 4px;
  width: 168px;
  height: 48px;
  border-radius: 100px;
  border: 0;
  background-image: linear-gradient(to right, #FF1800 0%, #FF7D00 100%);
  box-shadow: 0px 4px 8px rgba(255, 25, 1, 0.4);
  border-color: transparent;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}


#links .btn:hover {
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(255, 25, 1, 0.8);
  -moz-box-shadow: 0px 5px 40px -10px rgba(255, 25, 1, 0.8);
  box-shadow: 5px 40px -10px rgba(255, 25, 1, 0.8);
  transition: all 0.4s ease 0s;
}


@media (max-width: 991px) {
  #links .btn {
    margin-bottom: 80px;
  }

  #links h4 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.02em;
  }

}



#parallax h3 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 24px;
}


#parallax .btn {
  font-size: 20px !important;
  font-family: 'Noto Sans KR', sans-serif;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 30px;
  padding-top: 8px;
  width: 160px;
  height: 48px;
  border-radius: 100px;
  border: 0;
  background-image: linear-gradient(to right, #FF1800 0%, #FF7D00 100%);
  box-shadow: 0px 4px 8px rgba(255, 25, 1, 0.4);
  border-color: transparent;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}


#parallax .btn:hover {
  letter-spacing: 4px;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(255, 25, 1, 0.8);
  -moz-box-shadow: 0px 5px 40px -10px rgba(255, 25, 1, 0.8);
  box-shadow: 5px 40px -10px rgba(255, 25, 1, 0.8);
  transition: all 0.4s ease 0s;
}



@media (max-width: 991px) {
  #parallax h3 {
    font-weight: 500;
    font-size: 16px;
  }


}





#schools .pschools_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}



#schools .pschools_item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 16px;
}

#schools .pschools_item h4 {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 47px;
  letter-spacing: -0.02em;

  color: #303030;
  margin-bottom: 8px;

}

#schools p{
  font-family: Noto Sans KR;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 40px;
}

#schools .btn {
  font-size: 20px !important;
  font-family: 'Noto Sans KR', sans-serif;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 30px;
  padding-top: 6px;
  width: 160px;
  height: 48px;
  border-radius: 100px;
  border: 0;
  margin-bottom: 0px;
  align-self: flex-end;
  Background-color: transparent;

  background-color: initial;
  border: 2px #FF1901 solid;
  color: #FF1901;
}

#schools .btn:hover {
  letter-spacing: 4px;
  transition: all 0.2s ease 0s;
}



.bottom_img {
  background-image:url('../images/bottom.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 120px;
  margin-top: 100px;
  margin-bottom: -81px;
}


#footer {
  border-top:4px red solid
}



#footer p {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 12px;
  color: #D3D3D3;

}

#footer .widget .widget-title {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;

  color: #D3D3D3;
  padding-bottom: 8px;

  border-bottom: #4E4E4E 1px solid;
}

#footer .footer-content {
  background-color: #303030;
}


#footer .copyright-content {
  background-color: #202020;
}

#footer .copyright-text {
  font-family: Noto Sans KR;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #D3D3D3;
}

@media (max-width: 991px) {
  #footer .last-widget-title {
    display: none;
  }

  #footer .mb-5, .my-5 {
    margin-bottom: 1rem !important;
  }
}





#contact .btn {
  font-size: 20px !important;
  font-family: 'Noto Sans KR', sans-serif;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 30px;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 20px;
  width: 200px;
  height: 48px;
  border-radius: 100px;
  border: 0;
  background-image: linear-gradient(to right, #FF1800 0%, #FF7D00 100%);
  box-shadow: 0px 4px 8px rgba(255, 25, 1, 0.4);
  border-color: transparent;
  margin-bottom: 0px;
}


#contact .btn:hover {
  letter-spacing: 4px;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(255, 25, 1, 0.8);
  -moz-box-shadow: 0px 5px 40px -10px rgba(255, 25, 1, 0.8);
  box-shadow: 5px 40px -10px rgba(255, 25, 1, 0.8);
  transition: all 0.4s ease 0s;
}



#page-title .page-title h1 {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
}



.accordion .ac-item .ac-title {
  /* font-size: 18px; */
  font-family: 'Noto Sans KR', sans-serif;
  letter-spacing: 0px;
  padding-right: 38px;
  word-break: break-all;
}

.accordion .ac-item .ac-content > p {
  font-family: 'Noto Sans KR', sans-serif;
}

.form-control.error {
    color: #FF1901;
}

.form-control:focus, input:focus, select:focus{
    border-color: #FF1901;
}
