/*

TemplateMo 569 Edu Meeting

https://templatemo.com/tm-569-edu-meeting

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/*
---------------------------------------------
font & reset css
---------------------------------------------
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");

@font-face {
  font-family: 'S-CoreDream-1Thin';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'S-CoreDream-3Light';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'S-CoreDream-4Regular';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'S-CoreDream-5Medium';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'S-CoreDream-6Bold';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'S-CoreDream-7ExtraBold';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*
---------------------------------------------
reset
---------------------------------------------
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /* font-family: 'S-CoreDream-3Light'; */
  font-family: 'S-CoreDream-4Regular';
}

/* add */

:root {
  --primary-color:                #0359ac;
  --primary-bold-color:              #283a86;
  --secondary-color:              #1b8cce;

  --red-color: #cc0001;
  --font-color: #000000;
  --font-bold-color: #000000;
  --font-sub-color: #4f4f4f;
  --font-sub-light-color: #a59999;


  --section-bg-color:             #e4e0dd;


  --white-color:                  #ffffff;
  --primary-bg-color:             #E63946;
  --custom-btn-bg-color:          #A8DADC;
  --custom-btn-bg-hover-color:    #1D3557;
  --heading-color:                #1D3557;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #e0e0e5;
  --link-hover-color:             #E63946;

  --body-font-family:             'Unbounded';

  --h1-font-size:                 74px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  18px;
  --menu-font-size:               14px;
  --btn-font-size:                12px;
  --copyright-font-size:          10px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-bold:             700;

  --bs-nav-tabs-link-active-color: #000;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.latist-tab .latist-tab-header {
  border-bottom: 1px solid var(--primary-color);
}
.latist-tab-title, .latist-tab-title a {
  font-family: 'S-CoreDream-6Bold';
  font-size: 1.5rem;
  color: var(--primary-color);
}
.latist-tab-title-sub {
  /* font-family: 'S-CoreDream-'; */
  font-size: 1.1rem;
  color: var(--primary-color);
}
.latist-tab .nav-tabs {
  display: inline-flex;
  border: 0 !important;
  /* border-bottom: 1px solid var(--border-color); */
  /* margin-bottom: 35px; */
}
.color-sub {
  color: var(--secondary-color) !important;
}

.latist-tab-header ul li {
  margin-left: 0 !important;
}

.latist-tab-header li {
  position: relative;
}
.latist-tab-header ul li:not(:first-child):before {
  position: absolute;
  top: 9px;
  content: "|";
  font-size: 0.9rem;
}

.latist-tab ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
  margin-left: 15px;
}

.latist-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color) !important;
  /* background-color: var(--bs-nav-tabs-link-active-bg) !important;
  border-color: var(--bs-nav-tabs-link-active-border-color) !important; */
}

.latist-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-bottom-color: var(--primary-color) !important;
  /* color: var(--primary-color) !important; */
  font-family: 'S-CoreDream-5Medium';
}

.latist-tab .nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color) !important;
  font-family: 'S-CoreDream-5Medium';
  background-color: unset;
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.latist-tab .nav-tabs .nav-link {
  border: 0 !important;
  border-radius: 0 !important;
  /* border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important; */
  color: var(--p-color) !important;
  font-size: var(--menu-font-size) !important;
  font-weight: var(--font-weight-normal) !important;
  /* padding: 15px 25px !important; */
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.3s !important;
}

.categories li {
  list-style: initial;
}

.categories li::marker {
  /* content: "- "; */ /* 마커 내용 */
  /* color: red; */ /* 마커 색상 */
  font-size: 0.5em;
  margin-left: 10px;
}

.img-prof-frame{
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.img-prof {
  /* width: 100%; */
  object-fit: cover;
  aspect-ratio: 1/1;
  /* border-top-left-radius: 15px;
  border-top-right-radius: 15px; */
}
.img-prof:hover{
  transition: .2s;
  transform: scale(1.1);
}
.prof .down-content {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}



.main-section-title {
  /* font-family: 'S-CoreDream-6Bold' !important; */
  font-size: 1.5rem !important;
  /* color: var(--primary-color); */
}


section.contact-us .right-info {
  height: auto;
  aspect-ratio: 16/9;
  padding: 0 !important;
}
section.contact-us .right-info>div:first-child {
  position: relative !important;
  border-radius: 20px;
  
  /* width: 100% !important;
  height: 100% !important; */
}
section.quicklink {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--section-bg-color);
}
section.quicklink .col-6 {
  padding-top: 30px;
  padding-bottom: 30px;
}
section.quicklink .quicklink-icon {
  max-height: 90px;
  max-width: 90px;
}
section.quicklink .quicklink-icon-text {
  font-family: 'S-CoreDream-6Bold';
  font-size: 1.3rem;
  text-align: center;
  padding-top: 10px;
  color: var(--font-color);
}
.schedule-box {
  border-radius: 15px;
  /* box-shadow: 0 0 20px rgb(194, 193, 193); */
  background-color: var(--section-bg-color);
  padding: 10px;
  margin: 5px 0 10px 0;
  min-height: 80px;
}
.border-left {
  border-left: 1px solid var(--font-sub-light-color);
}
.schedule-box li, .a_cale {
  font-size: 0.8rem;
}
/* .a_cale table {
  border: 1px solid var(--font-sub-light-color);
} */
.a_cale table td {
  padding: 10px;
  border: 1px solid #c9c0c0;
}
.play-button {
  position: absolute;
  width: 150px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  cursor: pointer;
}
/**
} add
*/



.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
  color: #3CF;
}

a:hover {
	color: #FC3;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
}
/* 
img {
  width: 100%;
  overflow: hidden;
} */

/*
---------------------------------------------
global styles
---------------------------------------------
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #f5a425;
  color: #fff;
}

::-moz-selection {
  background: #f5a425;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-button-red a {
  font-size: 13px;
  color: #fff;
  background-color: #a12c2f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-red a:hover {
  opacity: 0.9;
}

.main-button-yellow a {
  font-size: 13px;
  color: #fff;
  background-color: #f5a425;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-yellow a:hover {
  opacity: 0.9;
}

.section-heading h2 {
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}


/*
---------------------------------------------
header
---------------------------------------------
*/

.sub-header {
  background-color: #1f272b;
  position: relative;
  z-index: 1111;
}

.sub-header .left-content p {
  color: #fff;
  padding: 8px 0px;
  font-size: 13px;
}

.sub-header .right-icons {
  text-align: right;
  padding: 8px 0px;
}

.sub-header .right-icons ul li {
  display: inline-block;
  margin-left: 15px;
}

.sub-header .right-icons ul li a {
  color: #cbcbcb;
  font-size: 0.7rem;
  transition: all .3s;
}

.sub-header .right-icons ul li a:hover {
  color: #f5a425;
}

.sub-header .left-content p em {
   font-style: normal;
   color: #f5a425;
}

.background-header {
  background-color: #fff!important;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .main-nav .logo img {
  content: url(/img/logo.png) !important;
  /* max-width: 270px;
  height: auto; */
}

.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #fb5849!important;
}

.background-header .nav li a.active {
  color: #fb5849!important;
}

.header-area {
  background-color: rgba(250,250,250,0.15);
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo img {
  content: url(/img/logo_w.png);
  max-width: 270px;
  height: auto;
}
@media (max-width: 992px) {
  .header-area .main-nav .logo img {
    max-width: 200px;
  }
  
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}
.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li.active a {
  color: #f5a425!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #f5a425!important;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}
/* 
.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 1rem;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 8px;
} */

.background-header .main-nav .nav li.has-sub:after {
  color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 230px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}
.header-area .main-nav .nav li.has-sub:last-child ul.sub-menu {
  margin-left: -30px;
}
.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 0.9rem;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}
.header-area .main-nav .nav li.has-sub ul.sub-menu li a.active {
  color: #f5a425!important;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #f5a425!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

/* .header-area.header-sticky .nav li a.active {
  color: #f5a425;
} */

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #f5a425!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }

  .header-area .main-nav .logo img {
    content: url(/img/logo.png) !important;
    /* max-width: 200px;
    height: auto; */
  }

  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
    padding-right: 70px;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #f5a425!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/*
---------------------------------------------
banner
---------------------------------------------
*/

.main-banner {
  position: relative;
  max-height: 70%;
  overflow: hidden;
  /* margin-bottom: -7px; */
}

#bg-video {
    min-width: 100%;
    min-height: 70vh;
    max-width: 100%;
    max-height: 70vh;
    object-fit: cover;
    z-index: -1;
}
#bg-visual {
    min-width: 100%;
    min-height: 40vh;
    max-width: 100%;
    max-height: 40vh;
    object-fit: cover;
    z-index: -1;
}


#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: rgba(31,39,43,0.75);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.main-banner .caption {
  /* position: absolute; */
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  /* right: 3%; */
  text-align: right;
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}

.main-banner .caption p {
  color: #fff;
  font-size: 14px;
  max-width: 570px;
}

.main-banner .caption .main-button-red {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {

  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    font-size: 36px;
  }
}


/*
---------------------------------------------
services
---------------------------------------------
*/

.services {
  /* margin-top: -135px; */
  /* position: absolute; */
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #c9c0c0;;
}

.services .item {
  /* background-image: url(../images/service-item-bg.jpg); */
  /* background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  text-align: center;
  color: #fff;*/
  padding: 20px; 
}

.services .item .icon {
  max-width: 60px;
  margin: 0 auto;
}

.services .item h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.services .item p {
  color: #fff;
  font-size: 13px;
}

.services .owl-nav {
  display: inline-block !important;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-25px);
}

.services .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.services .owl-nav .owl-prev span,
.services .owl-nav .owl-next span {
  opacity: 0;
}

.services .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.services .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.services .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}


/*
---------------------------------------------
upcoming meetings
---------------------------------------------
*/

section.upcoming-meetings {
  /* background-image: url(../images/meetings-bg.jpg); */
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 40px;
}

section.upcoming-meetings .section-heading {
  text-align: center;
}

section.upcoming-meetings .categories {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
  /* margin-right: 45px; */
}

section.upcoming-meetings .categories h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f272b;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

section.upcoming-meetings .categories ul li {
  /* display: inline-block; */
  margin-bottom: 10px;
  /* display: block;
  overflow: hidden; */
  white-space: nowrap;
  text-overflow: ellipsis;
}

section.upcoming-meetings .categories ul li a {
  font-size: 15px;
  color: #1f272b;
  font-weight: 500;
  transition: all .3s;
}

section.upcoming-meetings .categories ul li a .latist-title{
  display: block;  /* 블록 요소인 경우는 이 속성 생략 */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

section.upcoming-meetings .categories ul li a .latist-date{
  white-space: nowrap;
  width: 110px;
  /* flex: 1; width: auto; */
  text-align: right;
}

section.upcoming-meetings .categories ul li a:hover {
  color: #a12c2f;
}

section.upcoming-meetings .categories .main-button-red {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 15px;
}

section.upcoming-meetings .categories .main-button-red a {
  width: 100%;
  text-align: center;
}

.meeting-item {
  margin-bottom: 30px;
}

.meeting-item .thumb {
  position: relative;
}

.meeting-item .thumb img {
  border-radius: 8px;
  /* border-top-right-radius: 20px;
  border-top-left-radius: 20px; */
}

.meeting-item .thumb .date {
  position: absolute;
  left: 10px;
  top: 10px;
}

.meeting-item .thumb .date span {
  font-size: 0.8rem;
  color: #1f272b;
  /* font-weight: 600; */
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-item .down-content {
  background-color: #fff;
  /* padding: 30px; */
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-item .down-content .date {
  float: left;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}

.meeting-item .down-content .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-item .down-content .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-item .down-content h4 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-item .down-content p {
  /* margin-left: 50px; */
  padding-top: 9px;
  color: #1f272b;
  font-size: 14px;

  display: block;  /* 블록 요소인 경우는 이 속성 생략 */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}



/*
---------------------------------------------
apply now
---------------------------------------------
*/

section.apply-now {
  background-image: url(../images/apply-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
}

section.apply-now .item {
  background-color: rgba(250,250,250,0.15);
  padding: 40px;
  margin-bottom: 30px;
}

section.apply-now .item h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

section.apply-now .item p {
  color: #fff;
  margin-bottom: 20px;
}

.accordions {
  border-radius: 20px;
  padding: 40px;
  background-color: #fff;
  margin-left: 45px;
}
.accordions .accordion {
  border-bottom: 1px solid #eee;
}
.accordions .last-accordion {
  border-bottom: none;
}
.accordion-head {
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #1f272b;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  color: #f5a425;
  border-bottom: none;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}
.accordion-body {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}
.accordion-body > .content {
  padding: 20px;
  padding-top: 0;
}

/*
---------------------------------------------
courses
---------------------------------------------
*/

section.our-courses {
  /* background: linear-gradient(45deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url('/assets/images/pnu/09.jpg'); */
  /* background-position: center top; */
  /* background-image: url(/assets/images/pnu/02.jpg); */
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.our-courses .item .down-content {
  background-color: #fff;
}

.our-courses .item .down-content h4 {
  padding: 25px;
  font-size: 18px;
  color: #1f272b;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.our-courses .item .down-content .info {
  padding: 10px 20px;
  /* height: 210px; */
  height: 250px;
  /* overflow-y: auto; */
  display: block;
}

.our-courses .item .down-content .info p {
  margin: 0.2rem 0;
  line-height: 1.3rem;
  display: block;
  width: 100%;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}

.our-courses .item .down-content .info ul li {
  display: inline-block;
  margin-right: 1px;
}

.our-courses .item .down-content .info ul li i {
  color: #f5a425;
  font-size: 14px;
}

.our-courses .item .down-content .info span {
  color: #a12c2f;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.our-courses .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-45px);
}

.our-courses .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.our-courses .owl-dots .owl-dot {
  transition: all .5s;
  width: 7px;
  height: 7px;
  background-color: #fff;
  margin: 0px 5px;
  border-radius: 50%;
  outline: none;
}

.our-courses .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
}

.our-courses .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.our-courses .owl-nav .owl-prev span,
.our-courses .owl-nav .owl-next span {
  opacity: 0;
}

.our-courses .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.our-courses .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.our-courses .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}


/*
---------------------------------------------
our facts
---------------------------------------------
*/

section.our-facts {
  background-image: url(../images/facts-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px 125px 0px;
}

section.our-facts h2 {
  font-size: 38px;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}

.count-area-content {
  text-align: center;
  background-color: rgba(250,250,250,0.15);
  border-radius: 20px;
  padding: 25px 30px 35px 30px;
  margin: 15px 0px;
}

.percentage .count-digit:after {
  content: '%';
  margin-left: 3px;
}

.count-digit {
    margin: 5px 0px;
    color: #f5a425;
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
}

.new-students {
  margin-top: 45px;
}

section.our-facts .video {
  text-align: center;
  margin-left: 70px;
  background-image: url(../images/video-item-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
}

section.our-facts .video img {
  padding: 170px 0px;
  max-width: 56px;
}


/*
---------------------------------------------
contact us
---------------------------------------------
*/

section.contact-us {
  /* background-image: url(../images/meetings-bg.jpg); */
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0px 30px 0px;
}

section.contact-us #contact {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 1200px) {
  section.contact-us #contact {
    padding: 40px 0 40px 0;
  }
}


section.contact-us #contact h2 {
  text-transform: uppercase;
  color: #1f272b;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  /* padding-bottom: 20px; */
  font-size: 22px;
  font-weight: 700;
}

section.contact-us #contact input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.contact-us #contact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}

section.contact-us #contact button {
  font-size: 13px;
  color: #fff;
  background-color: #a12c2f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
}

section.contact-us #contact button:hover {
  opacity: 0.9;
}

section.contact-us .right-info {
  background-color: #a12c2f;
  border-radius: 20px;
  padding: 40px;
}

section.contact-us .right-info ul li {
  display: inline-block;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

section.contact-us .right-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

section.contact-us .right-info ul li h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

section.contact-us .right-info ul li span {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.footer {
  background-color: var(--section-bg-color);
  /* text-align: center; */
  /* margin-top: 140px; */
  border-top: 1px solid rgba(250,250,250,0.15);
  padding: 50px 0px;
}
.footer .logo>img {
  max-width: 270px;
  height: auto;
}
.footer p {
  /* text-transform: uppercase; */
  font-size: 0.8rem;
  line-height: 1.2rem;
  /* color: #fff; */
}

.footer p a {
  color: #776c4e;
}
.footer .container {
  position: relative;
}
.footer .link {
  position: absolute;
  top: -30px;
  right: 20px;
  font-size: 1.3rem;
}
.footer .link a {
  color: #2a2a2a;
  font-family: 'S-CoreDream-1Thin';
}

/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.heading-page {
  background-image: url(../images/heading-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 110px;
  text-align: center;
}

section.heading-page h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

section.heading-page h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}


/*
---------------------------------------------
upcoming meetings page
---------------------------------------------
*/

section.meetings-page {
  /* background-image: url(../images/meetings-page-bg.jpg); */
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 0px;
}

section.meetings-page .filters {
  text-align: center;
  margin-bottom: 60px;
}

section.meetings-page .filters li {
  font-size: 13px;
  color: #a12c2f;
  background-color: #fff;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .3s;
  cursor: pointer;
  margin: 0px 3px;
}

section.meetings-page .filters ul li.active,
section.meetings-page .filters ul li:hover {
  background-color: #a12c2f;
  color: #fff;
}

section.meetings-page .pagination {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}

section.meetings-page .pagination ul li {
  display: inline-block;
}

section.meetings-page .pagination ul li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  color: #1f272b;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  transition: all .3s;
}

section.meetings-page .main-button-red {
  text-align: center;
}

section.meetings-page .main-button-red a {
  padding: 12px 60px;
  text-align: center;
  margin-top: 30px;
}

section.meetings-page .pagination ul li.active a,
section.meetings-page .pagination ul li a:hover {
  background-color: #a12c2f;
  color: #fff;
}

.meeting-single-item .thumb {
  position: relative;
}

.meeting-single-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.meeting-single-item .thumb .date {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-single-item .thumb .date span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-single-item .down-content {
  background-color: #fff;
  padding: 40px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-single-item .thumb .date {
  position: absolute;
  background-color: rgba(250,250,250,0.9);
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 15px 0px;
  border-radius: 10px;
  right: 20px;
  top: 20px;
}

.meeting-single-item .thumb .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-single-item .thumb .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-single-item .down-content h4 {
  font-size: 22px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content h5 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content p {
  color: #1f272b;
  font-size: 14px;
}

.meeting-single-item .down-content p.description {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.meeting-single-item .down-content .share {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.meeting-single-item .down-content .share h5 {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}

.meeting-single-item .down-content .share ul li {
  display: inline;
}

.meeting-single-item .down-content .share ul li a {
  font-size: 14px;
  color: #1f272b;
  transition: all .3s;
}

.meeting-single-item .down-content .share ul li a:hover {
  color: #f5a425;
}

/* Meeting item column */
/* 
.templatemo-item-col {
	border: 1px solid #ccc;
} */

@media (max-width: 992px) {
	.templatemo-item-col {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.templatemo-item-col {
		width: 100%;
	}
}

/*
---------------------------------------------
responsive
---------------------------------------------
*/

@media (max-width: 1300px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .services .owl-nav .owl-next{
    right: -70px;
  }
  .services .owl-nav .owl-prev{
    left: -65px;
  }
  .our-courses .owl-nav .owl-next{
    right: -70px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -65px;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next{
    display: none;
  }
  .services .owl-nav .owl-prev{
    display: none;
  }
  .our-courses .owl-nav .owl-next{
    display: none;
  }
  .our-courses .owl-nav .owl-prev{
    display: none;
  }
}

@media (max-width: 992px) {

  .main-banner .caption {
    top: 60%;
  }

  .main-banner .caption h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .main-banner .caption .main-button-red {
    margin-top: 15px;
  }

  .services {
    margin-top: 60px;
  }
/*
  section.upcoming-meetings {
    padding-top: 400px;
  }
*/

  section.upcoming-meetings .categories {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .accordions {
    margin-left: 0px;
  }

  .new-students {
    margin-top: 15px;
  }

  section.our-facts .video {
    margin-left: 0px;
    margin-top: 15px;
  }

  section.contact-us #contact {
    margin-bottom: 30px;
  }

}

@media (max-width: 767px) {

  .sub-header .left-content p {
    display: none;
  }

  .sub-header .right-icons {
    text-align: center;
  }

  .main-nav .nav .sub-menu {
    display: none;
  }

  .header-area .main-nav .nav li ul.sub-menu li a {
    color: #1f272b;
  }

}













/**
*/
.cal_card {
  
  box-sizing: border-box;

  font-size: 10px;
  font-family: sans-serif;
  line-height: 1.6;
  
  background: #78accd;
  color: #333;
  font-size: 0.7rem;

  background: #fff;
  width: 100%;
  /* max-width: 20rem; */
  /* min-height: 20rem; */
  margin: .5rem auto;
  display: grid;
  grid-template-rows: 4rem auto 2.5rem;
  border-radius: 15px;
  /* box-shadow: 0 0.5rem 1.3rem #1b405e; */
  border: 1px solid #c9c0c0;
}
.cal_card ul {
  list-style: none;
  
}
.card__header, .card__footer {
  padding: 0 0.6rem;
  color: #7d8994;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card__body {
  padding: 0.8rem 1rem;
  /* border-top: 1px solid #ccc; */
  border-bottom: 1px solid #ccc;
}
.card__body--days {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2rem;
}
.card__body--days li {
  flex: 1;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #7d8994;
  margin: 0 1px;
}
.card__body--dates {
  padding: 0.8rem 1rem;
  display: grid;
  gap: 3px;
  grid-template-columns: repeat(7, 1fr);
  justify-items: center;
  text-align: center;
}
.card__body--dates li {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  font-weight: bold;
  position: relative;
}
.card__body--dates li.prev, .card__body--dates li.next {
  color: #ccc;
}
.card__body--dates li.active {
  background: #de6e46;
  color: #fff;
  border-radius: 50%;
}
.card__body--dates li.circle {
  border: 2px solid;
  border-radius: 50%;
}
.card__body--dates li.circle span {
  position: absolute;
  top: -0.4rem;
  right: -0.25rem;
  width: 1rem;
  height: 1rem;
  font-size: 0.6rem;
  color: #fff;
  border-radius: 50%;
}
.card__body--dates .circle.orange {
  border-color: #de6e46;
}
.card__body--dates .circle.orange span {
  background: #de6e46;
}
.card__body--dates .circle.purple {
  border-color: #ae5989;
}
.card__body--dates .circle.purple span {
  background: #ae5989;
}
.card__footer {
  color: #333;
  font-weight: bold;
}
.card__footer .add {
  text-decoration: none;
  color: inherit;
  border: 2px solid #de6e46;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  padding-top: 0.25rem;
  display: grid;
  place-items: center;
}



/**
sub
*/
/* Helpers */
/**************************/
.margin-top-10 {padding-top:10px;}
.margin-bot-10 {padding-bottom:10px;}

/* Typography */
/**************************/
#sub-parallax { font-size: 0.9rem; }
#sub-parallax h1 {font-family:'Oswald', sans-serif; font-size:24px; font-weight:400; text-transform: uppercase; color:black; padding:0; margin:0;}
#sub-parallax h2 {font-family:'Oswald', sans-serif; font-size:70px; letter-spacing:10px; text-align:center; color:white; font-weight:400; text-transform:uppercase; z-index:10; opacity:.9;}
#sub-parallax h3 {font-family:'Oswald', sans-serif; font-size:14px; /* line-height:0; */ font-weight:400; letter-spacing:8px; text-transform: uppercase; color:black;}
#sub-parallax p {font-family:'Source Sans Pro', sans-serif; font-weight:400; font-size: 1.3rem; line-height:2rem;}
.first-character {font-weight:400; float: left; font-size: 84px; line-height: 64px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: 'Source Sans Pro', sans-serif;}

.tb_rprice2 { font-size: 0.9rem; width: 100%;}
.tb_rprice2 td { padding-left: 15px; }
.tb_rprice2 td>ul, .tb_rprice2 td>ol { margin-left: -10px; }

.sc {color: #3b8595;}
.ny {color: #3d3c3a;}
.atw {color: #c48660;}
#sub-parallax a {
  color: var(--font-color );
}
/* Section - Title */
/**************************/
#sub-parallax .title {background: white; padding: 60px; margin:0 auto; text-align:center;}
#sub-parallax .title h1 {font-size:35px; letter-spacing:8px;}

/* Section - Block */
/**************************/
#sub-parallax .block {/* background: white; */ padding: 60px; width:820px; margin:0 auto; text-align:justify;}
#sub-parallax .block-gray {background: #f2f2f2;padding: 60px;}
#sub-parallax .section-overlay-mask {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: black; opacity: 0.70;}

/* Section - Parallax */
/**************************/
#sub-parallax .parallax-main {
  padding-top: 200px; padding-bottom: 200px; overflow: hidden; position: relative; width: 100%; background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: center center;
}
#sub-parallax .parallax-two {padding-top: 100px; padding-bottom: 100px; overflow: hidden; position: relative; width: 100%; background-image: url(/assets/img/washer.jpg); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: center center;}
#sub-parallax .parallax-three {padding-top: 100px; padding-bottom: 100px; overflow: hidden; position: relative; width: 100%; background-image: url(/assets/main/visual01.jpg); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: center center;}

#sub-parallax .parallax-three h2 {
  text-shadow: 3px 4px 5px rgb(0, 0, 0);
}
/* Extras */
/**************************/
#sub-parallax .line-break {border-bottom:1px solid black; max-width: 250px; margin:0 auto;}
#sub-parallax h3.line-break { padding-bottom: 20px; margin-bottom: 20px;}


.block h3 {
    padding-top: 20px;
    text-align: center;
    font-size: 1.4rem !important;
}
.tb_area {
    border-left: 7px solid #3b8595;
    padding-left: 15px;
}
.tb_area td {
    padding-top: 5px;
    padding-bottom: 5px;
}
.tb_area ul, .tb_area ol {
    margin-bottom: 0;
}
.tb_area li {
    padding-top: 2px;
    padding-bottom: 2px;
}/* 
td.bar {
    border-left: 2px solid #5a5f64;
} */

.block.info {
  padding-top: 120px !important; padding-bottom: 120px !important;
}

.block.icons div{
  font-size: 1rem;
  text-align: center;
  padding: 1rem;
}
.block.icons .material-symbols-outlined {
  font-size: 4rem;
}


.bg-odd {
  background-color: #F0F0F0;
}

h3.tit {
  font-size: 55px !important; 
}

.slider-side {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-side .block {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* 
 * info
 **/
.info-tit .block {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.info-tit .line-break {
  max-width: 850px !important;
  font-size: 2.5rem !important;
  line-height: 4rem;
  text-align: center;
  word-break: auto-phrase;
}
.info-tit .tb_rprice2 td {
  font-size: 1.3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 2.5rem;
}

.info-page .info-visual {
  padding: 40px 60px !important;
}

.link-sup {
  font-size: 1.1rem !important;
  line-height: 0;
  vertical-align: baseline;
  top: -.2rem;
  left: -.2rem;
  position: relative;
}


/* Media Queries */
/**************************/
@media screen and (max-width: 991px) {
  #sub-parallax .parallax-main { padding-top: 100px; padding-bottom: 100px; }
  #sub-parallax .title { padding: 30px; }
  
.slider-side .block {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  #sub-parallax .block {padding: 40px; width:620px;}
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  #sub-parallax .block {padding: 30px 10px; width:100%;}
  #sub-parallax h2 {font-size:30px;}
  #sub-parallax .parallax-one, #sub-parallax .parallax-two, #sub-parallax .parallax-three {padding-top:100px; padding-bottom:100px;}
}
@media screen and (max-width: 479px) {
  #sub-parallax .block {padding: 30px 0px; width:100%; margin: 0;}
}

.card-img-top {
  max-height: 316px;
  max-width: 420px;
  object-fit: contain;
}


/**
 * common
 */
a {
  color: unset;
}
a.btn, .btn {
  font-size: 1rem;
}

.ellipsis {
  display: block;  /* 블록 요소인 경우는 이 속성 생략 */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.container4lg {
  max-width: 960px;
}
.font-100 {
  font-family: 'S-CoreDream-1Thin';
}
.font-300 {
  font-family: 'S-CoreDream-3Light';
}
.font-400 {  
  font-family: 'S-CoreDream-4Regular';
}
.font-500 {  
  font-family: 'S-CoreDream-5Medium';
}
.font-600 {  
  font-family: 'S-CoreDream-6Bold';
}
.font-700 {  
  font-family: 'S-CoreDream-7ExtraBold';
}


/**
 * header
 */ 
.main-banner .caption {
  color: #fff;
}
.main-banner .caption h1 {
  margin-top: 30px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: 'S-CoreDream-6Bold';
  /* letter-spacing: 1px; */
}
.main-banner .caption h5 {
  text-transform: uppercase;
  font-family: 'S-CoreDream-5Medium';
}

#visual_breadcrumb {
  position: relative;
  margin-top: -21px;
  margin-bottom: -21px;
  z-index: 9;
  /* max-width: 1000px; */
}
#visual_breadcrumb .nav{
  background-color: #fff;
  /* border: 1px solid #ccc; */
}
#visual_breadcrumb .nav-pills .nav-link{
  border-radius: 0;
  border: 1px solid #ccc;
  color: #000;
}
#visual_breadcrumb .nav-pills .nav-link:not(:first-child){
  border-left: 1px solid #ccc;
}
#visual_breadcrumb .nav-pills .nav-link.active{
  border-radius: 0;
  border-color: var(--bs-nav-pills-link-active-bg);
  color: #fff;;
}

#page-container {
  margin-top: 21px;
}

/**
 * intro
 */

#into_page{
  padding-top: 15px;

  line-height: 2rem;
  font-size: 1.2rem;
}
#intro_pa {
  background-image: url(/assets/images/intro/bg.png);
  margin-top: 150px;
  border-radius: 20px;
}
#intro_pa img{
  margin-top: -150px;
}

#intro_pa .intro_pa_text {
  padding-left: 80px;
}

#intro_pa .intro_pa_img {
  padding: 0 30px;
}

#intro_sign {
  /* padding: 3rem; */
  padding: 1rem 3rem 3rem 3rem;
}
#intro_sign h4{
  font-family: 'S-CoreDream-6Bold';
}
#intro_sign img{
  max-width: 150px;
}

@media screen and (max-width: 1200px) {
  
  #into_page{
    line-height: 1.5rem;
    font-size: 1rem;
  }

  #intro_pa .intro_pa_text {
    padding-left: 80px;
  }
  
  #intro_pa .intro_pa_img {
    text-align: right;
    padding: 0 20px;
  }
  #intro_pa .intro_pa_img>img {
    max-width: 250px;
  }
}

@media screen and (max-width: 992px) {
  #intro_pa>div.align-items-center {
    align-items: end !important;
  }
  #intro_pa .intro_pa_text {
    padding: 30px 0 30px 40px;
  }
}

@media screen and (max-width: 768px) {
  #intro_pa .intro_pa_text {
    padding: 30px 40px;
  }
  #intro_pa .intro_pa_img>img {
    max-width: 230px;
    margin-top: -50px;
  }
}


@media screen and (max-width: 576px) {
  #intro_pa .intro_pa_img {
    text-align: center;
  }
  #intro_pa .intro_pa_img>img {
    margin-top: 0;
  }
  #intro_sign {
    padding: 0 0 3rem 0;
  }
}

/**
 * vision
 */
.subpage{
  padding-top: 4rem;
  line-height: 1.5rem;
  font-size: 0.9rem;
}
#vision_page .vt_th {
  text-align: center;
  color: #fff;
  font-weight: 800;
  text-shadow: 1px 1px 2px #000;
}
#vision_page .vt_th_sub1 {
  text-align: center;
  color: #fff;
  font-weight: 800;
  line-height: 1.2rem;
  text-shadow: 1px 1px 2px #000;
  
  min-height: 97px; /* 103px; */
  
  justify-content: center;
  align-items: center;
  display: table-cell;
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  
  z-index: 1;
  
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#vision_tbl ul li {
  font-size: 0.9rem;
  line-height: 1.3rem;
}
#vision_page .vt_td_sub1 {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
#vision_page .vt_td_sub1 ul {
  list-style-type: disc; 
  list-style-position: inside; 
  
  padding: 0 0 0 20px;
}
#vision_page .vt_td_sub1 ul li {
  display: list-item;
  list-style: initial;
}
#vision_page .vt_asis {
  background-color: #5d92c6;
  border-radius: 10px;
  margin-left: -13px;
}
#vision_page .vt_l_th1 {
  background-color: #544d95;
  border-radius: 20px 8px 8px 20px;
}
#vision_page .vt_l_th2 {
  background-color: #7b75bf;
  border-radius: 20px 8px 8px 20px;
}
#vision_page .vt_l_th2_o {
  background-image: url("/assets/images/vision/sub01_02_TableBG01.png");
  /* background-size: cover; */
    padding-left: 0;
}
#vision_page .vt_l_td2_o {
  background-color: #d3e0ec;
  border-radius: 10px;

  margin-left: -13px;
  padding-left: 20px;
}
#vision_page .vt_l_th2_e {
  background-image: url("/assets/images/vision/sub01_02_TableBG02.png");
  /* background-size: cover; */
    padding-left: 0;
}
#vision_page .vt_l_td2_e {
  background-color: #e6edf3;
  border-radius: 10px;
  
    margin-left: -13px;
    padding-left: 20px;
}

.col-vc {
  justify-content: center;
  align-items: center;
  display: table-cell;
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  vertical-align: middle;
}

/** Right */

#vision_page .vt_arrow {
  font-size: 2rem;
  color: #5d92c6;
}

#vision_page .vt_tobe {
  background-color: #466293;
  border-radius: 10px;
  /* margin-left: -5px; */
}

#vision_page .vt_r_th1 {
  background-color: #7ba3b4;
  border-radius: 20px;
}

#vision_page .vt_r_th2 {
  background-image: url(/assets/images/vision/sub01_02_TableBG05.png);
  min-height: 136px;
  margin-top: -33px;
}
#vision_page .vt_r_th3 {
  background-image: url(/assets/images/vision/sub01_02_TableBG06.png);
  min-height: 136px;
  margin-top: -30px;
}

#vision_page .vt_r_td2_o {
  background-color: #d3e0ec;
  border-radius: 10px;
  min-height: 97px; /* 103px; */

  /* margin-left: -13px; */
  padding-left: 20px;
}
#vision_page .vt_r_td2_e {
  background-color: #e6edf3;
  border-radius: 10px;
  min-height: 103px;
  
    /* margin-left: -13px; */
    padding-left: 20px;
}
#vision_page .vt_r_td_cont>.row {
  margin-left: -5px;
}

#vision_page .vt_th_sub2 {
  text-align: center;
  color: #fff;
  font-weight: 800;
  line-height: 1.2rem;
  text-shadow: 1px 1px 2px #000;
  
  /* min-height: 103px; */
  
  justify-content: center;
  align-items: center;
  display: table-cell;
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  
  z-index: 1;
  
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#vision_bt div {
  text-indent : -30px;
}
#vision_bt div img {
  width: 20px;
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {
  #vision_page .vt_th_sub1 {
    min-height: 75px;
  }
  #vision_tbl {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 992px) {
  #vision_tbl {
    font-size: 1rem;
  }
  #vision_page .vt_th,
  #vision_page .vt_th_sub1,
  #vision_page .vt_l_th2_o,
  #vision_page .vt_l_td2_o,
  #vision_page .vt_th_sub2,
  #vision_page .vt_r_th2,
  #vision_page .vt_r_th3,
  #vision_page .vt_r_td2_o,
  #vision_page .vt_r_td2_e
  {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #vision_page .vt_th {
    border-radius: 8px;
  }
  #vision_page .vt_th_sub1 {
    border-radius: 8px;
    min-height: unset;
    background-image: unset;
  }
  #vision_page .vt_l_th2_o {
    background-color: #7586bf;
  }
  #vision_page .vt_l_th2_e {
    background-color: #98a9e4;
  }

  #vision_page .vt_l_th1 {
    margin-bottom: 0.5rem;
  }

  #vision_page .vt_asis,
  #vision_page .vt_l_td2_o,
  #vision_page .vt_l_td2_e {
    margin-left: 0;
  }

  
  #vision_page .vt_th_sub2 {
    border-radius: 8px;
    min-height: unset;
    background-image: unset;
  }
  #vision_page .vt_r_th2 {
    background-color: #547d8e;
  }
  #vision_page .vt_r_th3 {
    background-color: #4a6388;
  }
  #vision_page .vt_th_sub2 {
    margin-top: unset;
  }
  #vision_page .vt_r_td2_o,
  #vision_page .vt_r_td2_e {
    min-height: unset;
  }
  #vision_page .vt_r_td_cont>.row {
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }
}


/**
 * vision
 */

#org_page {
  padding-left: 3rem;
  padding-right: 3rem;
}
#org_page #org_tbl {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#org_page #org_tbl img {
  width: 100%;
}
#org_page .org_title {
  text-align: center;
}
#org_page .org_title img {
  max-width: 462px;
}
#org_page .org_line {
  margin-top: -10px;
  margin-bottom: -40px;
}
#org_page .org_line .col-8 {
  z-index: 1;
  padding: 0;
}
#org_page .org_desc {
  color: #3b4f51;
  font-size: 1.3rem;
  font-weight: 600;
}
#org_page .org_cont {
  background-color: #dbdbdb;
  padding: 30px 20px;
  border-radius: 80px 40px 80px 40px;
}


@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 992px) {
  #org_page .org_line {
    margin-top: 0;
    margin-bottom: -10px;
  }
  #org_page .org_cont {
    padding: 30px 50px;
  }
  #org_page .org_inner_cont > div {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #org_page .org_cont {
    padding: 30px 20px;
  }
  #org_page {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}


/**
 * map
 */

#map_page a {
  color: var(--font-color);
}
#map_qr .map-icon {
  max-width: 300px;
  display: block;
}
#map_map .split2 {
  max-width: 940px;
  margin: 5rem 0;
  /* text-align: center; */
  color: #474747;
}
#map_map .split2 .col-12 {
  padding: 3rem;
}
#map_map .split2 h1 {
  color: #303030;
  margin-bottom: 2rem;
}
.border-l {
  border-left: 1px solid #ccc;
}

#map_map .split2 .qr.col-12 {
  padding: 0 5rem;
  font-size: 1.2rem;
  font-family: "S-CoreDream-6Bold";
}
#map_map .split2 .sec-tit {
  padding: 0;
  font-size: 1.5rem;
  font-family: "S-CoreDream-6Bold";
  font-weight: 800;
  color : var(--primary-color);
}
#map_map .img-icon {
  background-color: #fff;
  max-width: 80px;
  transform: translate(-60%, 40%);
}

@media screen and (max-width: 992px) {
  #map_map .split2 {
    margin-top: 2rem;
  }
  .border-mo-l {
    border-left: 1px solid #ccc;
  }
  #map_map .split2 .col-12 {
    padding: 2rem;
    margin-top: 1rem;
  }
  #map_map .split2 .sec-tit h1 {
    margin-bottom: 0;
  }
  #map_map .split2 .sec-tit {
    padding-bottom: 0;
  }
}

/**
 * schedule & main calendar
 */
.calendar {
  --calendar-blue: #3788d8;
  --calendar-yellow: #FF8C00;
  --calendar-strawberry: #FF4500;
  --calendar-pink: #DC143C;
  --calendar-purple: #C71585;
  --calendar-bronze: #CD5C5C;
  --calendar-brown: #A0522D;
}
.calendar .bg_blue {
  background-color: var(--calendar-blue) !important;
}
.calendar .bc_blue {
  border-color: var(--calendar-blue) !important;
}
.calendar .bg_yellow {
  background-color: var(--calendar-yellow) !important;
}
.calendar .bc_yellow {
  border-color: var(--calendar-yellow) !important;
}
.calendar .bg_strawberry {
  background-color: var(--calendar-strawberry) !important;
}
.calendar .bc_strawberry {
  border-color: var(--calendar-strawberry) !important;
}
.calendar .bg_pink {
  background-color: var(--calendar-pink) !important;
}
.calendar .bc_pink {
  border-color: var(--calendar-pink) !important;
}
.calendar .bg_purple {
  background-color: var(--calendar-purple) !important;
}
.calendar .bc_purple {
  border-color: var(--calendar-purple) !important;
}
.calendar .bg_bronze {
  background-color: var(--calendar-bronze) !important;
}
.calendar .bc_bronze {
  border-color: var(--calendar-bronze) !important;
}
.calendar .bg_brown {
  background-color: var(--calendar-brown) !important;
}
.calendar .bc_brown {
  border-color: var(--calendar-brown) !important;
}


/**
 * gs major
 */
#gsmajor_tbl table {
  min-width: 700px;
}
#gsmajor_tbl thead th {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #5c7ac4;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  font-size: 1rem;
  line-height: 1.1rem;
}
#gsmajor_tbl thead th small {
  font-size: 0.8rem;
  font-weight: 300;
  text-shadow: 1px 1px 0px #333333;
}


th.thbold {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #5c7ac4;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  font-size: 1rem;
  line-height: 1.1rem;
  text-align: center;
}
#program_ipat_tbl td {
  padding-left: 1rem;
}

/**
 * program cpu
 */
#program_cpu_info .info_cont {
  border-radius: 10px;
  background-color: #dfedf0;
  text-align: center;
  padding: 2rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.program_cpu_color {
  color : #0288a5;
}
#program_cpu_info .info_cont b {
  color : #0288a5;
}
#program_cpu_info .info_icon>img {
  max-width: 100px;
  margin-top: -90px;
  vertical-align: middle;
}
#program_cpu_info .logos_cpu {
  max-width: 500px;
  width: 100%;
}
#program_cpu_info .rel_icon {
  max-width: 150px;
  max-height: 35px;
}
#program_cpu_info .rel-title {
  font-size: 1.1rem;
  font-family: 'S-CoreDream-7ExtraBold';
}

#program_cpu_page_c {
  background-color: #e8e8e8;
  margin-top: 1rem;
  padding: 3rem 0;
}

#program_cpu_page_c .comp-icon {
  max-width: 60px;
}