@charset "utf-8"; /* CSS Document */
@import url("/common/css/font-iropke.css");
@import url("/common/css/font-montserrat.css");
@import url("/common/css/inline-dropdown.css");

:root {
  --point-color-01: 89, 52, 165; /* #5934a5 */
  --point-color-02: 244, 240, 253; /* #f4f0fd */
}

/* Form controls */
select {
}

/* Carousel */
.carousel {
  height: 100%;
}

.carousel .carousel-inner {
  height: 100%;
}

.banner-zone .carousel-item {
  overflow: hidden;
  height: 100%;
}

.carousel-item > a {
  display: block;
  height: 100%;
}

.carousel-item .img {
  display: block;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

#main-visual .carousel-item {
  padding: 0;
  height: 100%;
}

.carousel-item img {
  display: block;
  /* position: absolute; */
  width: 100%;
  height: 100%;
  /* left: 0;
    top: 0; */
}

.carousel .btn-container {
  position: absolute;
  left: 0;
  bottom: calc(7.5rem + 15px);
  padding-left: 1.875em;
  zoom: 1;
  width: 100%;
  height: 30px;
  z-index: 1;
}

@media (min-width: 768px) {
  #main-visual .carousel .btn-container {
    bottom: calc(2rem + 15px);
    width: 720px;
    /* padding-left: 0; */
    left: 50%;
    margin-left: -360px;
  }
}

.carousel .btn-container .btn-inner {
  width: auto;
  height: 30px;
  display: inline-block;
  /* padding: 0 13px; */
  border-radius: 15px;
}

.carousel .btn-container .btn-inner .carousel-indicators {
  float: none;
  position: relative;
  left: 0;
  bottom: 0;
  top: 3px;
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  white-space: nowrap;
  zoom: 1;
}

.carousel .btn-container .btn-inner .carousel-indicators > a {
  display: inline-block;
  width: 6px;
  background: #e2e2e2;
  height: 6px;
  border-radius: 50%;
  /* border: 2px solid transparent; */
  margin: 3px 7px;
}

.carousel .btn-container .btn-inner .carousel-indicators > a.active {
  width: 10px;
  background: #fff;
  height: 10px;
  margin: 1px 5px;
}

.carousel .btn-container .btn-container .btn-inner .carousel-indicators > a.active {
}

.carousel .btn-container .btn-inner .carousel-btn {
  display: inline-block;
  zoom: 1;
  text-align: left;
}

.carousel .btn-container .btn-inner .carousel-btn button {
  background: none;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  margin-left: 2px;
  border: none;
  padding: 0;
  color: #fff;
}

.banner-zone .carousel .btn-container .btn-inner .carousel-btn button,
.gallery .carousel .btn-container .btn-inner .carousel-btn button {
  /* background: none; */
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  width: 26px;
  margin-left: 2px;
  height: 26px;
  float: left;
  border: none;
  padding: 0;
}

.banner-zone .carousel .btn-container .btn-inner .carousel-btn button {
  background: rgba(0, 0, 0, 0.34);
  color: #fff;
}

.gallery .carousel .btn-container .btn-inner .carousel-btn button {
  border: 1px solid #adaaaa;
}

.banner-zone .carousel .btn-container .btn-inner .carousel-btn button:after,
.gallery .carousel .btn-container .btn-inner .carousel-btn button:after {
  font-family: "material-Icons";
  position: absolute;
  left: 0;
  height: 26px;
  line-height: 26px;
  font-size: 1.5rem;
  top: 0;
}

.banner-zone .carousel .btn-container .btn-inner .carousel-btn button.pause-btn:after,
.gallery .carousel .btn-container .btn-inner .carousel-btn button.pause-btn:after {
  content: "\e034";
  font-size: 1rem;
  left: 0.3rem;
  top: 0;
}

.banner-zone .carousel .btn-container .btn-inner .carousel-btn button.left:after,
.gallery .carousel .btn-container .btn-inner .carousel-btn button.left:after {
  content: "\e314";
}

.banner-zone .carousel .btn-container .btn-inner .carousel-btn button.right:after,
.gallery .carousel .btn-container .btn-inner .carousel-btn button.right:after {
  content: "\e315";
}

.banner-zone .carousel .btn-container .btn-inner .carousel-btn button.play-btn:after,
.gallery .carousel .btn-container .btn-inner .carousel-btn button.play-btn:after {
  content: "\e037";
  font-size: 1.25rem;
  right: 0;
}

.banner-zone .carousel .btn-container .btn-inner .carousel-btn button.more-btn:after,
.gallery .carousel .btn-container .btn-inner .carousel-btn button.more-btn:after {
  content: "\e145";
}

/* Text wrapper */
.text-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7.5rem;
  padding: 1.875em;
  background-color: rgba(0, 0, 0, 0.7);
}

.text-wrapper .text-title {
  color: white;
  font-size: 1.875rem;
  line-height: 1.1;
}

/* 텍스트가 여러 줄일 경우 생략 부호 */
.multi-row-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*****************************************************
	Include
*****************************************************/
/* Header */
#header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 999;
  width: 100%;
  /* background-color: rgba(0, 0, 0, 0.7); */
}

#header .gnb {
  display: block;
  height: 35px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#header .gnb .header-util {
}

#header .gnb .header-util:after {
  content: "";
  clear: both;
}

#header .gnb .header-util > ul {
  margin: 0;
}

#header .gnb .header-util > ul > li {
  position: relative;
  float: left;
}

#header .gnb .header-util > ul > li a:not(.top-banner-btn):after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #a9adb9;
}

#header .gnb .header-util > ul > li:first-child a:after {
  display: none;
}

#header .gnb .header-util > ul > li > a {
  position: relative;
  display: inline-block;
  padding: 0.45rem 0.7rem;
  font-size: 0.9rem;
  color: #5d5d5d;
  transition: 0.3s;
  cursor: pointer;
}

#header .gnb .header-util > ul > li > a:hover,
#header .gnb .header-util > ul > li > a:focus {
  /* color: #174995; */
  text-decoration: underline;
}

#header .gnb .header-util > ul > li .top-banner-btn {
  padding-right: 1.9rem;
  color: #fff;
  /* display: none; */
  height: 2.188rem;
  background-color: rgb(var(--point-color-01));
}

#header .gnb .header-util > ul > li .top-banner-btn .material-icons {
  position: absolute;
  top: 8px;
  right: 0.5rem;
  font-size: 1rem;
}

#header .gnb .header-util > ul > li .top-banner-btn .off,
#header .gnb .header-util > ul > li .top-banner-btn.active .on {
  display: block;
}

#header .gnb .header-util > ul > li .top-banner-btn .on,
#header .gnb .header-util > ul > li .top-banner-btn.active .off {
  display: none;
}

#header .navbar {
  width: 100%;
  height: 82px;
  /* border-top: 1px solid rgba(0,0,0,0.2); */
}

#header .navbar > .container {
  position: relative;
  height: 100%;
  justify-content: flex-start;
  padding: 0 48px 0 0;
}

#header .navbar .navbar-brand {
  margin: 0;
  padding: 0;
}

#header .navbar .navbar-brand h1 {
  display: flex;
  align-items: center;
  margin: 0;
}
#header .navbar .navbar-brand {
  height: 43px;
  background: url(/template/t000006/images/logo-w.svg) no-repeat center;
  width: 170px;
  background-size: 170px auto;
  margin-top: 3px;
}
#header .navbar .navbar-brand img {
  width: 170px;
  height: auto;
}

#header .navbar .navbar-sub-site {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.1rem;
  color: #ffffff;
}

#header .navbar .navbar-sub-site::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 20px;
  margin: 0 10px;
  display: none;
  background-color: #a9adb9;
}

#header .nav-bg-fostrap {
  width: auto;
  height: 100%;
  /* padding: 0; */
}

#header .nav-bg-fostrap .navbar-fostrap {
  background-color: rgb(var(--point-color-01));
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#header .nav-bg-fostrap .navbar-fostrap:hover,
#header .nav-bg-fostrap .navbar-fostrap:focus {
  background-color: rgb(var(--point-color-01));
}

#header #top-menu .navbar-title {
  background-color: rgb(var(--point-color-01));
}

#header #top-menu .navbar-title .navbar-close {
  background: #8c73b7;
}

#header #top-menu .navbar-nav > li.active > a,
#header #top-menu .navbar-nav > li.active > a:hover,
#header #top-menu .navbar-nav > li.active > a:focus {
  color: rgb(var(--point-color-01));
  font-weight: 600;
}
@media (min-width: 400px) {
  #header .navbar .navbar-sub-site {
    padding-left: 8px;
  }
}
@media (min-width: 576px) {
  #header .navbar > .container {
    padding: 0;
  }
  #header .nav-bg-fostrap .navbar-fostrap {
    right: 15px;
  }
}

@media (min-width: 992px) {
  #header .navbar .navbar-brand {
    width: 190px;
    background-size: 190px auto;
  }
  #header .navbar .navbar-brand img {
    width: 190px;
  }
  #header .navbar .navbar-sub-site {
    padding-left: 16px;
    font-size: 1.2rem;
  }
  #header #top-menu {
    position: absolute;
    right: 0;
    max-width: 80%;
  }

  #header .navbar:hover .navbar-brand {
    background-image: url(/template/t000006/images/logo.svg);
  }

  #header #top-menu .navbar-nav > li {
    height: 100%;
  }

  #header #top-menu .navbar-nav > li > a {
    height: 100%;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    padding: 1.5rem 1.25rem;
  }

  #header .navbar:hover #top-menu .navbar-nav > li a:hover,
  #header .navbar:hover #top-menu .navbar-nav > li a:focus {
    color: rgb(var(--point-color-01));
    font-weight: 900;
  }

  #header .navbar:hover #top-menu .navbar-nav > li.active > a,
  #header .navbar:hover #top-menu .navbar-nav > li.active > a:hover {
    color: rgb(var(--point-color-01));
    font-weight: 900;
  }
}

@media (min-width: 992px) {
  #header #top-menu .navbar-nav > li .dropdown-menu {
    background: rgb(var(--point-color-01));
    border: none;
    padding: 1rem 1rem;
  }

  #header #top-menu .navbar-nav > li .dropdown-menu {
    transform: translate(-50%, 0);
    top: 82px;
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
  }

  #header #top-menu .navbar-nav > li div.dropdown-menu:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: -15px;
    display: block;
    border-left: 15px solid transparent;
    border-bottom: 15px solid rgb(var(--point-color-01));
    border-right: 15px solid transparent;
  }

  #header #top-menu .navbar-nav > li .dropdown-menu .dropdown {
    color: #ffffff;
    font-size: 0.875rem;
    width: 100%;
    text-align: center;
    padding: 0.5em;
    position: relative;
  }

  #header .navbar:hover #top-menu .navbar-nav > li .dropdown-menu .dropdown:hover,
  #header .navbar:hover #top-menu .navbar-nav > li .dropdown-menu .dropdown:focus {
    color: #fddf61;
    background: rgba(0, 0, 0, 0.5);
  }
  #header #top-menu .navbar-nav > li:last-child .dropdown-menu {
    left: 50%;
    right: 0;
  }
}

@media (min-width: 1200px) {
  #header #top-menu .navbar-nav > li > a {
    padding: 1.5rem 1.6rem;
  }
}

/* Footer */
#footer {
  padding: 30px 0;
  color: #565757;
  text-align: center;
}
body.sub #footer {
  border-top: solid 1px #eee;
}

#footer .footer-menu {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

#footer .footer-menu ul {
  display: inline-block;
  margin: 0;
}

#footer .footer-menu ul::after {
  content: "";
  clear: both;
  display: block;
}

#footer .footer-menu ul > li {
  position: relative;
  float: left;
  list-style: none;
}

#footer .footer-menu ul > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #a9adb9;
}

#footer .dropup .dropdown-toggle::after {
  display: none;
}

#footer button {
  min-width: 180px;
  position: relative;
  display: block;
  text-align: left;
  padding: 0.5rem 0.75rem;
  color: #999596;
  border-radius: 2px;
  border: 1px solid #ddd;
  background-color: #fff;
}

#footer button > i {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 2.375rem;
  padding: 0;
  color: #3c3c3c;
  text-align: center;
  line-height: 2.188rem;
}

#footer .footer-menu ul > li > a {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #414145;
  padding-right: 12px;
}

#footer .footer-menu ul > li > a:hover,
#footer .footer-menu ul > li > a:focus {
  text-decoration: underline;
}

#footer .footer-menu ul > li:first-child > a {
  color: rgb(var(--point-color-01));
  padding-left: 0;
}

#footer .footer-menu ul > li:last-child > a {
  padding-right: 0;
}

#footer address {
  margin-bottom: 0;
}

#footer .address {
  font-size: 0.875rem;
  margin-bottom: 2px;
}

#footer .tel-fax {
  font-size: 0.875rem;
  margin-bottom: 2px;
}

#footer .tel-fax .tel {
  margin-right: 15px;
}

#footer .copyright {
  display: block;
  font-size: 0.813rem;
  color: #6a6b6a;
}

#footer .footer-right-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

#footer .sns-list {
  list-style: none;
  margin: 0;
}

#footer .sns-list::after {
  content: "";
  clear: both;
  display: block;
}

#footer .sns-list > li {
  float: left;
  margin-right: 8px;
}

#footer .sns-list > li:last-child {
  margin-right: 0;
}

#footer .related-site {
  display: inline-block;
  width: auto;
  min-width: 180px;
  margin-left: 15px;
}
@media (min-width: 380px) {
  #footer .footer-menu ul > li > a {
    font-size: 1rem;
    padding-right: 20px;
  }
  #footer .footer-menu ul > li:not(:last-child)::after {
    right: 9.5px;
  }
}
@media (min-width: 450px) {
  #footer {
    padding: 30px;
  }
}
@media (min-width: 576px) {
  /*
    #header .navbar .navbar-brand > img {
        width: 156px;
    }
    */
}

@media (min-width: 768px) {
  #footer .address,
  #footer .tel-fax {
    display: inline-block;
  }

  #footer .address {
    margin-right: 20px;
  }

  #footer .tel-fax .tel a,
  #footer .tel-fax .fax a {
    display: inline-block;
    position: relative;
  }

  #footer .tel-fax .tel a::before,
  #footer .tel-fax .fax a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -6px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background-color: #465cbd;
  }

  #footer .tel-fax .fax a::before {
    left: -7.5px;
  }
}

@media (min-width: 992px) {
  #header .navbar {
    transition: 0.3s;
  }
  #header .navbar:hover {
    background-color: white;
  }
  #header .navbar:hover .navbar-sub-site {
    color: #333;
  }
  #header .navbar:hover #top-menu .navbar-nav > li > a {
    color: #333;
  }
  #footer {
    text-align: left;
  }

  #footer > .container {
    width: 100%;
    max-width: 100%;
  }

  #footer .footer-menu {
    text-align: left;
  }

  #footer .sns-list {
    margin-bottom: 15px;
  }

  #footer .sns-list a {
    width: 32px;
    height: 32px;
    padding: 2px 0;
    text-align: center;
    display: block;
    transition: 0.2s;
    background: #717171;
    border-radius: 300px;
  }

  #footer .sns-list a:hover,
  #footer .sns-list a:focus {
    background: #909090;
  }
}

@media (min-width: 1200px) {
  #header #top-menu .navbar-nav > li > a {
    padding: 1.5rem 2rem;
  }

  #footer > .container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1140px;
  }

  #footer .sns-list {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

@media (min-width: 1300px) {
  #footer > .container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1300px;
  }
}

/* KYJ 20200917 : SNS show on mobile */
a[href^="tel"] {
  text-decoration: inherit;
  color: inherit;
}
#footer .footer-right-wrapper {
  justify-content: center;
}
#footer .col-lg-3 {
  padding-top: 1rem;
}
#footer .sns-list {
  margin-right: 1rem;
}
#footer .sns-list a {
  width: 32px;
  height: 32px;
  padding: 2px 0;
  text-align: center;
  display: block;
  transition: 0.2s;
  background: #717171;
  border-radius: 300px;
}
#footer .sns-list a:hover,
#footer .sns-list a:focus {
  background: #909090;
}

@media (min-width: 992px) {
  #footer .col-lg-3 {
    padding-top: 0;
  }

  #footer .footer-right-wrapper {
    justify-content: flex-end;
  }
}

/*****************************************************
	Main
*****************************************************/
/* Main container */
.main-container {
  background-color: #e5e5e5;
  height: inherit !important;
  /* KYJ 20201006 
    background-image: url(/template/t000006/images/bg-pattern.png);
    background-repeat: no-repeat;
    background-position: left -5rem center;
    */
}

/* Visual */
#main-visual {
  position: relative;
  height: 24.06rem;
  /* margin-bottom: 1.875rem; */
  padding-top: 35px;
}

#main-visual .carousel-caption {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 1200px;
  height: 7.5rem;
  padding: 1.875em 0;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.7);
  /* bootstrap override */
  right: auto;
  text-align: left;
}

#main-visual .carousel-caption .caption-title {
  color: white;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.1;
  margin-bottom: 0;
}

#main-visual .carousel-caption .caption-title span {
  font-size: 0.938rem;
  color: #a5a5a5;
  display: block;
  font-weight: 400;
}

#main-visual .carousel-caption .caption-desc {
  display: none;
  font-size: 1rem;
  color: #fff;
  /* color: #232323; */
  margin-bottom: 20px;
}

#main-visual .carousel-caption .container-fluid {
  padding: 0;
}
@media (min-width: 400px) {
  #main-visual .carousel-caption .caption-title {
    font-size: 20px;
    word-break: keep-all;
  }

  #main-visual .carousel-caption .caption-title span {
    font-size: 1rem;
  }
}
@media (min-width: 576px) {
  #main-visual .carousel-caption .caption-title {
    font-size: 1.375rem;
  }
}

@media (min-width: 768px) {
  #main-visual {
    height: 25rem;
  }

  #main-visual .carousel-caption {
    position: relative;
    /*top: 7.5rem;*/
    top: 4.5rem;
    left: auto;
    bottom: auto;
    height: auto;
    background-color: transparent;
  }

  #main-visual .carousel-caption .caption-title {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 2.25rem;
    /* font-weight: 700; */
  }
  #main-visual .carousel-caption .caption-title span {
    color: #fff;
  }
  #main-visual .carousel-caption .caption-desc {
    display: block;
  }

  #main-visual .carousel-caption .caption-desc.sub-txt {
    margin: 20px 0 0 98px;
  }
}

@media (min-width: 992px) {
  #main-visual {
    height: 44.56rem;
    padding-top: 35px;
  }

  #main-visual .carousel-caption {
    top: 10.5rem;
  }

  #main-visual .carousel-caption.bakery {
    top: 7rem;
  }

  #main-visual .carousel-caption .caption-title {
    font-size: 2.857rem;
    font-weight: 700;
  }

  #main-visual .carousel .btn-container {
    bottom: 15rem;
    min-width: 930px;
    margin-left: -465px;
    padding-left: 1rem;
  }

  #main-visual .carousel-caption .caption-desc {
    font-size: 1.5rem;
    font-family: "Iropke";
  }

  #main-visual .carousel-caption .caption-desc.sub-txt {
    margin: 40px 0 0 100px;
  }
}

@media (min-width: 1200px) {
  #main-visual .carousel-caption .caption-title span {
    font-size: 1.125rem;
    font-family: "iropke";
    margin-bottom: 0.25rem;
    letter-spacing: 0.45rem;
    color: #ddd;
  }

  #main-visual .carousel .btn-container {
    max-width: 1140px;
    left: 50%;
    margin-left: -570px;
    bottom: 14rem;
    padding-left: 1.5rem;
  }

  #main-visual .carousel-caption .caption-title {
    font-size: 3.75rem;
  }
}

@media (min-width: 1300px) {
  #main-visual .carousel .btn-container {
    width: 1200px;
    left: 50%;
    padding-left: 1.5em;
    margin-left: -600px;
  }

  #main-visual .carousel-caption .container .ht_shadow {
    text-shadow: 2px 2px 4px #3a3a3a;
  }
}

/* Content */
#content {
}

#section1 {
  margin-bottom: 0;
  margin-top: 40px;
}

.section {
  position: relative;
}

.section > .title,
.section > .header > .title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #444444;
}

#section1 .main-link-cont {
  padding: 1rem 1.5rem;
  text-align: center;
  position: relative;
  height: 100%;
}

#section1 .main-link-cont:after {
  display: block;
  width: 1px;
  content: "";
  height: 80%;
  background: #ddd;
  position: absolute;
  top: 10%;
  left: 0;
}

#section1 .main-link-cont.cont01:after {
  display: none;
}

#section1 .main-link-cont h4 {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin: 0;
  /* white-space: nowrap; */
  word-break: keep-all;
}
#section1 .main-link-cont a {
  display: block;
}
#section1 .main-link-cont img {
  margin-bottom: 0.75rem;
  width: 3.5rem;
}

#section1 .main-link-cont a.btn {
  border: 1px solid rgb(var(--point-color-01));
  color: rgb(var(--point-color-01));
  font-size: 0.875rem;
  padding: 0.5rem 1.5rem;
  transition: 0.2s;
}

#section1 .main-link-cont a.btn:hover,
#section1 .main-link-cont a.btn:focus {
  background: rgb(var(--point-color-01));
  color: #fff;
}

.quick-link-wrap {
  width: 100%;
  padding: 1.875rem 2.5rem;
  background: rgb(var(--point-color-01));
}

.quick-link-wrap h4 {
  font-size: 1.313rem;
  font-weight: 400;
  color: #fff;
  padding-left: 1.8rem;
  background: url(/template/t000006/images/link-icon.png) no-repeat;
  margin-bottom: 1.25rem;
}

.quick-link-wrap ul {
  margin: 0;
}

.quick-link-wrap ul li a {
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.5rem 1.2rem 0.5rem 0.5rem;
  font-size: 0.9375rem;
  border-bottom: 1px dotted #afaabd;
}

.quick-link-wrap ul li a:after {
  position: absolute;
  width: 18px;
  opacity: 0.5;
  height: 18px;
  content: "";
  display: block;
  background: url("/template/t000006/images/link-arrow.png") no-repeat;
  right: 0;
  top: 9px;
}

.quick-link-wrap ul li a:hover,
.quick-link-wrap ul li a:focus {
  color: #fff;
}

.quick-link-wrap ul li a:hover:after,
.quick-link-wrap ul li a:focus:after {
  opacity: 1;
}

@media (min-width: 576px) {
  #section1 .main-link-cont h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  #section1 .main-link-cont h4 {
    /*font-size: 1.5rem;*/
    height: unset;
    margin-bottom: 6px;
  }

  #content {
    width: 100%;
    max-width: 100%;
  }

  #section1 .main-link-cont p {
    font-size: 0.875rem;
    color: #6b6b6b;
    margin-bottom: 0.9rem;
  }
}

@media (min-width: 992px) {
  #content {
    position: relative;
    /* top: -100px; */
  }

  #section1,
  #section2 {
    min-width: 100%;
  }

  #section2 {
    background-image: url(/template/t000006/images/bg-logo.png);
    background-repeat: no-repeat;
    background-position: right -3rem bottom -4rem;
  }

  #section1 .main-link-cont {
    padding: 2.5rem;
  }

  #section1 {
    margin-top: -150px;
  }

  #section1 .main-link-cont img {
    margin-bottom: 0.75rem;
    width: inherit;
    margin-top: 0.25rem;
  }

  .main-link-wrap {
    width: 75%;
    float: left;
    background: #fff;
  }

  .quick-link-wrap {
    width: 25%;
    float: left;
    margin-top: -30px;
  }
}

@media (min-width: 1200px) {
  #content {
    /* max-width: 1140px; */ /* padding: 0; */ /* margin-bottom: 100px; */
  }

  .main-link-wrap {
    width: 80%;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  }

  .quick-link-wrap {
    width: 20%;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  }

  #section1 .main-link-cont h4 {
    font-size: 1.5rem;
    margin-bottom: 0.9rem;
  }
}

@media (min-width: 1300px) {
  #content {
    width: 100%;
  }
}

#section2,
#section3 {
  padding-top: 2.188rem;
  padding-bottom: 2.188rem;
}

#section2 .more-btn {
  width: 50px;
  height: 50px;
  display: block;
  background: #fff;
  position: absolute;
  right: 1rem;
  top: 0;
  transition: 0.3s;
  box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.2);
}

#section2 .more-btn:after {
  position: absolute;
  width: 1px;
  content: "";
  height: 35px;
  display: block;
  left: 25px;
  top: 7.5px;
  background: #929292;
}

#section2 .more-btn:before {
  position: absolute;
  width: 35px;
  content: "";
  height: 1px;
  display: block;
  left: 7.5px;
  top: 25px;
  background: #929292;
}

#section2 .more-btn:hover {
  background: rgb(var(--point-color-01));
}
@media (min-width: 992px) {
  #section2,
  #section3 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media (max-width: 991px) {
  #section2 .more-btn {
    width: 40px;
    height: 40px;
  }

  #section2 .more-btn:after {
    position: absolute;
    width: 1px;
    content: "";
    height: 26px;
    left: 20px;
    top: 7px;
    background: #929292;
  }

  #section2 .more-btn:before {
    position: absolute;
    width: 26px;
    content: "";
    height: 1px;
    left: 7px;
    top: 20px;
    background: #929292;
  }

  #section2 .more-btn:hover {
    background: #4f2e92;
  }
}

#section2 .more-btn:hover:after,
#section2 .more-btn:hover:before {
  background: #fff;
}

#section2 .title-wrap {
  margin-bottom: 1.188rem;
}

#section2 .title-wrap h2 {
  font-size: 1.875rem;
}

#section2 .board .board-item {
  padding: 2.25rem;
  box-shadow: 1px 3px 8px #00000036;
  background: #fff;
  text-align: center;
}

#section2 .board .board-item .notice-top {
  display: flex;
  flex-wrap: nowrap;

  /* KYJ 20201006 */
  height: 80px;
}

#section2 .board .board-item .notice-top .notice-date {
  text-align: center;
  flex: 0 0 0 5rem;
}

#section2 .board .board-item .notice-top .notice-date .date1 {
  color: rgb(var(--point-color-01));
  font-size: 2rem;
  font-family: "Iropke";
  display: block;
  line-height: 2rem;
}

#section2 .board .board-item .notice-top .notice-date .date2 {
  font-size: 0.8125rem;
}

#section2 .board .board-item .notice-top .notice-title a {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  padding-left: 1rem;
  text-align: left;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  /* KYJ 20201006 */
  height: 55px;
}

#section2 .board .board-item .notice-bottom {
  display: none;
}

#section2 .board .board-item .detail {
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-wrap: nowrap;
  display: -webkit-box;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 2rem;
}

#section2 .board .board-item .btn {
  border: 1px solid rgb(var(--point-color-01));
  color: rgb(var(--point-color-01));
  font-size: 0.875rem;
  padding: 0.5rem 1.5rem;
  transition: 0.2s;
}

#section2 .board .board-item .btn:hover,
#section2 .board .board-item .btn:focus {
  color: #fff;
  background: rgb(var(--point-color-01));
}

#section2 .nav-tabs {
  border-bottom: 0;
  text-align: center;
  display: block;
  width: 100%;
}

#section2 .title-wrap {
  position: relative;
}

#section2 .title-wrap h2 {
  text-align: center;
}

#section2 .nav-tabs li {
  display: inline-block;
  margin: 0 0.3rem;
  margin-bottom: 0.375rem;
}

#section2 .nav-tabs li a.active,
#section2 .nav-tabs a:hover {
  background: #000;
  box-shadow: 4px 1px 7px rgba(0, 0, 0, 0.2);
  color: #fff;
  border: 2px solid #000;
}

#section2 .nav-tabs a {
  display: inline-block;
  color: #838383;
  padding: 0.3rem 1rem;
  border: 2px solid #838383;
  border-radius: 30px;
}

#section2 .container {
  position: relative;
}

#section2 .owl-nav {
  display: none;
}

#section2 .owl-dots {
  display: none;
}

#section2 .board-control-btn {
  padding-top: 1rem;
  text-align: center;
}

#section2 .board-control-btn .right,
#section2 .board-control-btn .left {
  background: rgb(var(--point-color-01));
  display: inline-block;
  width: 5.438rem;
  margin: 0 auto;
  position: relative;
  box-shadow: 1px 2px 3px #00000040;
  border-radius: 200px;
  height: 5.438rem;
  transition: 0.4s;
  color: #fff;
  text-align: center;
}

#section2 .board-control-btn .right:hover,
#section2 .board-control-btn .right:focus,
#section2 .board-control-btn .left:hover,
#section2 .board-control-btn .left:focus {
  /* background: #8257dc; */
}

#section2 .board-control-btn .right span {
  position: absolute;
  background: url(/template/t000006/images/banner-next.png) no-repeat 25px 23px;
  display: block;
  font-size: 0.875rem;
  left: 0;
  padding-top: 3.25rem;
  right: 0;
}

#section2 .board-control-btn .left span {
  position: absolute;
  background: url(/template/t000006/images/banner-prev.png) no-repeat 0px 23px;
  display: block;
  font-size: 0.875rem;
  left: 0;
  padding-top: 3.25rem;
  right: 0;
}

#section2 .non-info {
  text-align: center;
  background: #f9f9f9 url(/common/images/non-board.png) no-repeat top 30px center;
  padding-top: 13rem;
  box-shadow: 1px 1px 5px #bfbfbf;
  padding-bottom: 1.2rem;
  min-height: 277px;
  font-size: 1.3rem;

  /* KYJ 20201006 */
  min-height: 280px;
  margin-bottom: 6px;
}

/* KYJ 20201006 */
#section2 .board.owl-carousel .owl-stage {
  padding-bottom: 0.6rem;
}

@media (min-width: 576px) {
  #section2 .board .board-item .notice-top {
    flex-wrap: nowrap;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ddd;
  }

  #section2 .title-wrap h2 {
    text-align: left;
  }

  #section2 .nav-tabs li {
    display: inline-block;
    margin: 0 0.3rem;
    margin-bottom: 0;
  }

  #section2 .nav-tabs {
    position: absolute;
    bottom: 0;
    text-align: left;
    top: 50%;
    left: 120px;
    transform: translateY(-50%);
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  #section2 .title-wrap h2 {
    font-size: 2.375rem;
  }
  #section2 .nav-tabs {
    left: 150px;
  }
}

@media (min-width: 992px) {
  #section2 .board .board-item .notice-bottom {
    display: block;

    /* KYJ 20201006 */
    height: 60px;
  }

  #section2 .board .board-item .notice-bottom > p {
    /* KYJ 20201006 */
    height: 36px;
  }

  #section2 .nav-tabs {
    display: flex;
    align-items: center;
    margin-right: 16px;
  }
}

@media (min-width: 1200px) {
}

@media (min-width: 1300px) {
  #section2 .board-control-btn {
    padding-top: 0;
  }

  #section2 .board-control-btn .right {
    position: absolute;
    right: -2.5rem;
    width: 5rem;
    height: 5rem;
    top: 50%;
  }

  #section2 .board-control-btn .left {
    position: absolute;
    left: -2.5rem;
    width: 5rem;
    height: 5rem;
    top: 50%;
  }

  #section2 .board .board-item {
    max-height: 277px;

    /* KYJ 20201006 */
    height: 280px;
  }

  #section2 .board-control-btn .right:hover,
  #section2 .board-control-btn .right:focus {
    transform: translate(0.1rem, 0);
  }

  #section2 .board-control-btn .left:hover,
  #section2 .board-control-btn .left:focus {
    transform: translate(-0.1rem, 0);
  }

  #section2 .board-control-btn .right span {
    background: url(/template/t000006/images/banner-next.png) no-repeat 25px 23px;
  }

  #section2 .board-control-btn .left span {
    background: url(/template/t000006/images/banner-prev.png) no-repeat 0px 23px;
  }
}

@media (min-width: 1400px) {
  #section2 .board-control-btn .right:hover,
  #section2 .board-control-btn .right:focus {
    transform: translate(2rem, 0);
  }

  #section2 .board-control-btn .left:hover,
  #section2 .board-control-btn .left:focus {
    transform: translate(-2rem, 0);
  }
}

#section3 {
  background: #f5f5f5;
  /* margin-bottom: 100px; */
}

#section3 > .container > .row {
  margin-right: -10px;
  margin-left: -10px;
}

#section3 > .container > .row .cont-box {
  padding-left: 10px;
  padding-right: 10px;
  /* height: 100%; */
}
#section3 > .container > .row .cont-box:first-child {
  min-height: 220px;
}

/* 배너존 */
.banner-zone {
  /* min-height: 290px; */
  height: 100%;
  position: relative;
  background: #ddd url(/common/images/thumb-non.png) no-repeat center;
}

.banner-zone > .title {
  position: absolute;
  top: 1.875rem;
  left: 1.875rem;
  color: #080808;
  z-index: 1;
}

.banner-zone .carousel .btn-container {
  top: 1.875rem;
  right: 1.875rem;
  left: auto;
  width: auto;
}

.banner-zone .btn-container .btn-inner .carousel-btn button {
  background: rgba(0, 0, 0, 0.28);
  height: 26px;
  width: 26px;
  float: left;
}

.banner-zone .carousel .btn-container .btn-inner {
  background-color: transparent;
}

.banner-zone .carousel .btn-container .btn-inner .carousel-indicators > a {
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
}

.banner-zone .carousel .btn-container .btn-inner .carousel-indicators .active {
  background-color: #fff;
}

.banner-zone .carousel-item > a {
  /* position: relative;
    height:0;
    padding-bottom: 77%;
    background: #ddd url(/common/images/thumb-non.png) no-repeat center; */
}

.banner-zone .carousel .btn-container .btn-inner .carousel-btn button:hover,
.banner-zone .carousel .btn-container .btn-inner .carousel-btn button:focus {
  background: rgb(var(--point-color-01));
}

.banner-zone iframe {
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .banner-zone {
    min-height: 257px;
  }
}

@media (min-width: 992px) {
  .banner-zone {
    min-height: 288px;
  }
}

@media (min-width: 1200px) {
  .banner-zone {
    min-height: 290px;
  }
}

/* 학과포토갤러리 */
.gallery {
  box-shadow: 1px 1px 8px #00000021;
  height: 100%;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  position: relative;
  background-color: #fff;
}

.gallery .carousel-item .carousel-caption {
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  text-align: left;
  display: block;
  margin: 0;
  padding: 0.7rem 0 0 0;
  bottom: 0;
  color: #444;
}

.gallery .carousel-item .carousel-caption .tit {
  width: 70%;
  overflow: hidden;
  float: left;
  height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.gallery .carousel-item .carousel-caption .date {
  width: 30%;
  display: block;
  font-size: 0.875rem;
  color: #666;
  float: left;
  text-align: right;
}

.gallery .carousel-item .carousel-caption .date .material-icons {
  font-size: 1rem;
}

.gallery .carousel-item a {
}

#section3 .title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.gallery .carousel {
  height: auto;
}

.gallery .carousel-item {
  padding-bottom: 58.5%;
  overflow: hidden;
  /* background: #ddd url(/common/images/thumb-non.png) no-repeat center; */
}

.gallery .carousel-inner {
  height: auto;
}

.gallery .non-info {
  background-size: 7rem;
  padding-top: 9rem;
}

@media (max-width: 991px) {
  .gallery .non-info {
    background-size: 6rem;
    padding-top: 7.5rem;
    font-size: 1rem;
  }
}

.gallery .carousel-item .img-wrap {
  display: inline-block;
  width: 100%;
  height: 85%;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  background: #eee url(/common/images/thumb-non.png) no-repeat center;
  top: 0;
  overflow: hidden;
  bottom: 0;
}

.gallery .carousel-item img {
  transition: 0.3s;
  height: 100%;
  display: inline-block;

  /* KYJ 20201006 */
  height: auto;
}

.gallery .carousel-item a:hover img {
  transform: scale(1.1);
}

.gallery .carousel-item a:hover span.tit {
  text-decoration: underline;
  color: rgb(var(--point-color-01));
}

.gallery .carousel-item a:hover span.date {
  color: #969696;
  text-decoration: underline;
}

.gallery .carousel .btn-container {
  top: -2.7rem;
  right: 0rem;
  left: auto;
  width: auto;
}

.gallery .btn-container .btn-inner .carousel-btn button {
  border: 1px solid #9f9f9f;
  background: rgba(255, 255, 255, 0.28);
  color: #c8c8c8;
}

.gallery .btn-container .btn-inner .carousel-btn button:hover,
.gallery .btn-container .btn-inner .carousel-btn button:focus {
  color: #fff;
  background: rgb(var(--point-color-01));
  border: 1px solid rgb(var(--point-color-01));
}

/*인포박스*/
.info-box {
  background: rgb(var(--point-color-01));
  height: 100%;
  padding: 1.5rem;
  /* max-height: 270px; */
  text-align: center;
}

.info-box img {
  margin-top: 0.85rem;
  margin-bottom: 0.8rem;
  display: none;
}

.info-box h3 {
  color: #fff;
  font-size: 2.4rem;
}

.info-box span {
  color: white;
}

.info-box span.office {
  display: inline-block;
  padding: 0.5rem 1.7rem;
  border-radius: 30px;
  margin-bottom: 0rem;
  background: rgba(0, 0, 0, 0.3);
}

.info-box span.number {
  display: block;
  font-family: "Montserrat";
  color: white !important;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
  padding-top: 0.4rem;
  font-size: 2.4rem;
  letter-spacing: -0.02rem;
  line-height: 1;
}

@media (min-width: 992px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
  .info-box {
    width: 100%;
    overflow: hidden;
    text-align: center;
  }

  .info-box img {
    margin: 0 0.3rem 0 0;
    display: inline-block;
    width: 25px;
  }

  .info-box {
    text-align: center;
  }

  .info-box h3.tit {
    font-size: 1.25rem;
    margin: 0 1rem 0 0;
    line-height: 25px;
    display: inline-block;
  }

  .info-box span.office {
    margin-right: 0.5rem;
    font-size: 0.875rem;
  }

  .info-box span.number {
    display: inline-block;
    margin-top: -0px;
    line-height: 36px;
    font-size: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .info-box img {
    display: inline-block;
  }

  .info-box h3 {
    font-size: 1.5rem;
  }
}

/*****************************************************
	Sub
*****************************************************/
.sub-container {
  margin-bottom: 4.5rem;
  margin-top: 3rem;
}

.sub-top {
  display: block;
  height: 16rem;
  background-size: cover;
  background-position: center;
}

.cont-title {
  border-bottom: 1px dotted #ccc;
}

/* page-navi */
.page-navi {
}

@media (min-width: 992px) {
  .page-navi {
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: -50px;
  }
}

.page-navi .navbar {
  padding: 0;
  border-left: 1px solid #797979;
  border-right: 1px solid #797979;
}

.page-navi .navbar .navbar-nav {
  width: 100%;
  display: inline-block;
}

.page-navi .navbar .navbar-nav > .nav-item {
  border-right: 1px solid #797979;
  border-bottom: 1px solid #797979;
}

.page-navi .navbar .navbar-nav > .nav-item .nav-link {
  color: #ccc;
  height: 100%;
}

.page-navi .navbar .navbar-nav > .nav-item .nav-link:before {
  color: #ddd6ea;
}

.page-navi .navbar .navbar-nav > .nav-item .nav-link:hover,
.page-navi .navbar .navbar-nav > .nav-item .nav-link:focus {
  background-color: rgb(var(--point-color-01));
  color: #fff;
  text-decoration: none;
}

.page-navi .navbar .navbar-nav > .nav-item .dropdown-toggle::after {
  display: none;
}

.page-navi .navbar .navbar-nav > .nav-item .dropdown-menu {
  position: absolute;
  width: 100%;
  border-radius: 0;
  margin-top: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item.active {
  background-color: rgb(var(--point-color-01));
}

.page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover,
.page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
  background: #efefef;
  color: rgb(var(--point-color-01));
}

.page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item.active:hover,
.page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item.active:focus {
  background-color: rgb(var(--point-color-01));
}

.sub-top .sub-top-txt h2 {
  position: absolute;
  top: 10rem;
  color: #fff;
  letter-spacing: -0.05em;
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .sub-top {
    display: block;
    background-color: #ccc;
    padding-top: 35px;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    height: 20rem;
  }

  .sub-top .sub-top-txt {
    text-align: left;
    position: relative;
    height: 18rem;
  }

  .sub-top .sub-top-txt h2 {
    display: inline-block;
    margin: 0;
    right: 0;
    padding: 0 2.5rem;
    top: 10rem;
    color: #fff;
    transform: translate(0, -50%);
    position: absolute;
    width: 100%;
    font-size: 1.688rem;
  }

  /* snb */
  .sub-container .snb {
    max-width: 280px;
    margin-bottom: 3.5rem;
    border-bottom: none;
  }

  .sub-container .snb-title {
    background: rgb(var(--point-color-01));
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.188rem 0;
    min-height: 9rem;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
  }

  .sub-container .snb-title > span {
    font-weight: 100;
  }

  .sub-container .snb .snb-list {
    margin: 0;
    border-top: 1px solid #adadad;
  }

  .sub-container .snb .snb-list > li {
    background: none;
    border-bottom: 1px solid #adadad;
    padding: 0;
    margin: 0;
  }

  .sub-container .snb .snb-list > li > a {
    position: relative;
    display: block;
    font-size: 1.125rem;
    padding: 1.063rem 1.75rem 1.063rem 1.25rem;
  }

  .sub-container .snb .snb-list > li.active > a {
    background: rgb(var(--point-color-02));
    color: rgb(var(--point-color-01));
    border-bottom: 1px solid rgb(var(--point-color-01));
    font-weight: 600;
  }

  .sub-container .snb .snb-list > li.depth-block > a:after {
    content: "\e5cc";
    position: absolute;
    font-family: "material-Icons";
    top: 0.9rem;
    right: 0.5rem;
    font-size: 1.3rem;
    color: #c2c2c3;
    font-weight: 600;
  }
  .sub-container .snb .snb-list > li.active.depth-block > a:after {
    content: "\e313";
    right: 0.8rem;
    color: rgb(var(--point-color-01));
  }
  .sub-container .snb .snb-list > li.active > a:after {
    color: rgb(var(--point-color-01));
  }

  .sub-container .snb .snb-list > li > a:hover,
  .sub-container .snb .snb-list > li > ul > li > a:focus {
    color: rgb(var(--point-color-01));
    font-weight: 600;
  }

  .sub-container .snb .snb-list > li > a:hover:after,
  .sub-container .snb .snb-list > li > ul > li.depth-block > a:focus:after {
    color: rgb(var(--point-color-01));
    font-weight: 600;
  }

  .sub-container .snb .snb-list > li.active > a:hover,
  .sub-container .snb .snb-list > li > ul > li.active > a:focus {
    color: rgb(var(--point-color-01));
    text-decoration: underline;
  }

  .sub-container .snb .snb-list > li > ul {
    display: none;
    margin: 0;
    padding: 0.8rem 1.05rem 0.8rem 1.5rem;
    border-top: 1px solid #d7d7d7;
  }

  .sub-container .snb .snb-list > li.active > ul {
    display: block;
    background: #f3f3f3;
  }

  .sub-container .snb .snb-list > li > ul > li {
    margin: 0.4rem 0;
    padding-left: 0.9rem;
    background: url(/common/images/bullet04.png) no-repeat;
    background-position: 2px center;
  }

  .sub-container .snb .snb-list > li > ul > li > a {
    font-size: 0.9rem;
    color: #555;
    transition: 0.4s;
  }

  .sub-container .snb .snb-list > li > ul > li.active > a {
    font-weight: 600;
    color: rgb(var(--point-color-01));
  }

  .sub-container .snb .snb-list > li > ul > li > a:hover,
  .sub-container .snb .snb-list > li > ul > li > a:focus {
    font-weight: 600;
    color: rgb(var(--point-color-01));
  }

  .sub-container .snb .snb-list > li > ul > li.active > a:hover,
  .sub-container .snb .snb-list > li > ul > li.active > a:focus {
  }

  .sub-container .snb .snb-list > li > ul > li ul {
    display: none;
  }

  /* page-navi */
  .page-navi .navbar {
    border: none;
  }

  .page-navi .navbar .navbar-nav > .nav-item:nth-child(2n + 1) {
    border-right: 1px solid rgba(156, 156, 156, 0.8);
  }

  .page-navi .navbar .navbar-nav > .nav-item {
    border-right: 1px solid rgba(156, 156, 156, 0.8);
  }

  .page-navi .navbar .navbar-nav > .nav-item:first-child {
    border-left: 1px solid rgba(156, 156, 156, 0.8);
  }
}

.header-util .material-icons {
  font-size: 1rem;
  margin-top: -0.1rem;
  margin-right: 0.2rem;
}

/* 컨텐츠 스타일 */
.sub-container h3 {
  color: #333;
}
.sub-container h4 {
  color: rgb(var(--point-color-01));
}
.line-gap {
  height: 0;
}

/* KYJ 20201103 */
.go-to-top {
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 49;
  display: inline;
  width: 60px;
  height: 60px;
  padding-top: 28px;

  font-size: 14px;
  font-weight: 200;
  color: white;
  text-align: center;
  opacity: 0.85;
  transition: background-color 0.3s;
  letter-spacing: normal;

  border-radius: 50%;
  background: rgb(var(--point-color-01));
}

.go-to-top:hover {
  color: hsl(0, 0%, 100%);
}

.go-to-top::before {
  content: "\e316";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  font-family: "material-Icons";
  font-size: 30px;
}
