@charset "utf-8";
/* CSS Document */

@import url("/common/css/owl.carousel.min.css");
@import url("/common/css/font-proxima.css");
:root {
  --point-color-01: 1, 74, 152; /* #014a98 */
  --point-color-02: 0, 154, 83; /* #009a53 */
  --point-color-03: 7, 37, 79; /* #07254f */
  --point-color-04: 245, 246, 248; /* #f5f6f8 */
  --point-color-05: 242, 243, 245; /* #f2f3f5 */
}

@media (min-width: 576px) {
} /* sm: Small devices (landscape phones, 576px and up) */
@media (min-width: 768px) {
} /* md: Medium devices (tablets, 768px and up) */
@media (min-width: 992px) {
} /* lg: Large devices (desktops, 992px and up) */
@media (min-width: 1200px) {
} /* xl: Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1300px) {
}
@media (min-width: 1400px) {
} /* xxl: Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1440px) {
}

/* keyframes */
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes ani-bg {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -55px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes buzz {
  10%,
  30% {
    left: 5px;
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  20%,
  40% {
    left: -5px;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  50%,
  70% {
    left: 2px;
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  60%,
  80% {
    left: -2px;
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  90% {
    left: 1px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    left: -1px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

/*****************************************************
	Common
*****************************************************/
html,
body {
  line-height: 1.5;
  overflow: hidden;
  overflow-y: auto;
}

/* Tab */
.nav-tabs-style02 .nav-link.active,
.nav-tabs-style02 .nav-item.show .nav-link {
  background-color: rgb(var(--point-color-02));
}

/* img zoom */
.img-zoom,
.img-lg-zoom,
.img-xl-zoom {
  border: 1px solid #ddd;
  background: #f8f9fa;
}
@media (min-width: 768px) {
  .img-zoom,
  .img-lg-zoom,
  .img-xl-zoom {
    padding: 3rem 3rem;
  }
  .img-zoom.bg-none {
    padding: 0;
    border: none;
    background: transparent;
  }
}

/* modal */
.modal-header .modal-title {
  padding-left: 0;
}
.modal-header .modal-title:after {
  display: none;
}

input.form-control,
input,
select.form-control,
.btn {
  border-radius: 0;
}

select.form-control {
  position: relative;
  -webkit-appearance: none; /* 크롬 화살표 없애기 */
  -moz-appearance: none; /* 파이어폭스 화살표 없애기 */
  appearance: none; /* 화살표 없애기 */
  cursor: pointer;
  background: url(/site/resource/pnu/archives/images/bottom.png) no-repeat right 8px center;
  padding: 0.375rem 1.8rem 0.375rem 0.75rem;
}
select.form-control::-ms-expand {
  display: none; /*for IE10,11*/
}
.btn-dark {
  background-color: #222;
}
.btn-outline-dark {
  border-color: #222;
}
.btn-outline-dark:hover {
  background-color: #222;
}

/*****************************************************
	include
*****************************************************/

/* header */
#header {
}

#header .header-util {
  position: fixed;
  right: -90%;
  width: 90%;
  z-index: 110;
  transition: right 0.3s;
}
body.menu-on #header .header-util {
  right: 0;
}
#header .header-util {
  top: 0;
  height: 35px;
  padding: 0.3rem 0.5rem 0.3rem 50px;
  width: 300px;
  background: #fff;
  font-size: 0.875rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .header-util > ul {
  display: inline-block;
  margin-bottom: 0;
}
#header .header-util > ul > li {
  position: relative;
  display: inline-block;
}
#header .header-util > ul > li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #aaa;
}
#header .header-util > ul > li:first-child::after {
  display: none;
}
#header .header-util > ul > li > a {
  padding: 0 0.6rem;
  color: #aaa;
}
#header .header-util > ul > li > a:hover,
#header .header-util > ul > li > a:focus {
  color: #333;
}
#header .header-util .header-sns {
  display: none;
}
.layout {
  display: flex;
  align-items: center;
}
.layout.between {
  justify-content: space-between;
}
.layout.half .ly-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
/* top sub */
.top-sub .container .row .col-12 {
  padding-right: 0;
}
.top-sub {
  background-color: rgb(var(--point-color-01));
}
.top-sub a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-weight: 200;
  white-space: nowrap;
  color: hsl(0, 0%, 100%);

  /* KYJ 20200917 */
  font-size: 0.85rem;
}
.top-sub-layout {
  justify-content: space-between;
}
.top-sub-layout ul {
  display: flex;
  margin: 0;
}
.top-sub-layout ul > li {
  position: relative;
  margin-right: 20px;
}
.top-sub-layout ul > li:last-child {
  margin-right: 0;
}
.top-sub-layout ul > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10.5px;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.5);
}
.top-sub-link-popup {
  padding-left: 10px;
  padding-right: 25px;
  background-color: rgb(var(--point-color-02));
}
.top-sub-link-popup::after {
  content: "\e5cf";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-47%);
  font-family: "material-icons";
  font-size: 18px;
}
.top-sub-link-popup.on::after {
  content: "\e5ce";
}

/* top main */
#header .top-main {
  padding: 0 15px;
}
#header .top-main-layout > .ly-item {
  display: flex;
  height: 60px;
  align-items: center;
}
#header .site-logo {
  display: block;
  margin-right: 10px;
}
#header .site-logo {
  width: 128px;
  height: auto;
}
#header .site-title {
  display: flex;
  align-items: center;
  margin: 0;
}
#header .site-title .site-link {
  display: flex;
  align-items: center;
  margin: 0;
}

/* KYJ 20200917 */
#header .sub-site-title {
  font-size: 16px;
  font-weight: 500;
  color: #4c4c4c;
}
@media (min-width: 576px) {
  .top-sub .container .row .col-12 {
    padding-right: 15px;
  }
  #header .header-util > ul {
    margin-right: 0.5rem;
  }
}
@media (min-width: 992px) {
  #header .sub-site-title {
    font-size: 20px;
  }
  #header .header-util {
    position: inherit;
    right: inherit;
    width: auto;
    height: inherit;
    padding: 0.2rem 0;
    font-size: 0.938rem;
    background-color: transparent;
  }
}
/* KYJ 20200917 end */

#header .top-main .header-bg,
#header .top-main .header-bg.on {
  display: none;
}
#header .nav-bg-fostrap {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  vertical-align: baseline;
  cursor: pointer;
  transition: 0.3s;
}
#header .nav-bg-fostrap .navbar-fostrap {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  background-color: transparent;
  transition: 0.3s;
}
#header .nav-bg-fostrap .navbar-fostrap span {
  display: block;
  width: 24px;
  height: 2px;
  margin-bottom: 6px;
  background-color: #555;
}
body[role="main"] #header .nav-bg-fostrap .navbar-fostrap span {
  background-color: #555;
}
#header .nav-bg-fostrap .navbar-fostrap span:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #header .top-main {
    position: relative;
    padding: 0 30px;
  }
  #header .top-main .header-bg {
    position: absolute;
    top: 100px;
    left: 50%;
    right: 50%;
    z-index: 10;
    display: none;
    width: 100vw;
    border-top: 1px solid hsl(0, 0%, 80%);
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: hsl(0, 0%, 100%);
    box-shadow: 0 5px 7px -2px rgba(59, 56, 56, 0.35);
  }
  #header .top-main .header-bg.on {
    display: block;
  }
  #header .top-main .header-bg > .container,
  #header .top-main .header-bg > .container > .row,
  #header .top-main .header-bg > .container > .row > [class|="col"] {
    height: 100%;
  }
  #header .top-main .header-bg > .container > .row > [class|="col"] {
    -ms-flex: 0 0 370px;
    flex: 0 0 370px;
    max-width: 370px;
  }
  #header .top-main .header-bg > .container > .row > [class|="col"]::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 110px;
    display: block;
    width: 224px;
    height: 195px;
    background: url(/template/t001005/images/top-menu-bg.png) no-repeat center;
  }
  #header .top-main .header-bg .header-bg-title {
    position: absolute;
    left: 0;
    bottom: 40px;
    font-size: 32px;
    font-weight: 200;
  }
  #header .top-main .header-bg .header-bg-title b {
    font-weight: 500;
    color: rgb(var(--point-color-01));
  }
  #header .top-main-layout > .ly-item:nth-child(4) {
    display: none;
  }
  #header .nav-bg-fostrap {
    display: none;
  }
}
@media (min-width: 1200px) {
  #header .top-main {
    padding: 0 50px;
  }
}
@media (min-width: 1300px) {
  #header .top-main .header-bg > .container > .row > [class|="col"]::after {
    left: 150px;
  }
}
@media (min-width: 1500px) {
  #header .top-main .header-bg > .container > .row > [class|="col"]::after {
    left: 160px;
  }
}

#mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.menubar-box {
  position: fixed;
  top: 35px;
  right: -360px;
  z-index: 110;
  width: 300px;
  height: 100vh;
  max-width: 70vw;
  background-color: hsl(0, 0%, 100%);
  transition: right 0.3s;
}
.menubar-box.on {
  right: 0;
}
.menubar-title-box {
  position: relative;
  height: 60px;
  line-height: 60px;
}
.menubar-title {
  padding-left: 20px;
  margin: 0;
  background-color: rgb(var(--point-color-05));
  font-size: 24px;
  line-height: inherit;
  color: #222;
}
.menubar-close {
  position: absolute;
  top: -35px;
  left: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: rgb(var(--point-color-02));
  transition: 0.3s;
}
.menubar-close:hover,
.menubar-close:focus {
  background-color: rgb(var(--point-color-02));
}
.menubar-close:hover,
.menubar-close:focus {
  color: hsl(0, 0%, 100%);
}
.menubar {
  list-style: none;
  display: block;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  border-top: 1px solid #ccc;
}
.menubar [role="menuitem"] {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 18px;
}
.menubar > li > [role="menuitem"] {
  height: 60px;
  background-color: hsl(0, 0%, 100%);
  border-bottom: 1px solid hsl(0, 0%, 85%);
  font-size: 20px;
  color: #222;
}

.menubar > li > [role="menuitem"][aria-expanded="true"] + .menubox {
  display: block;
  position: static;
  top: auto;
  left: auto;
  z-index: auto;
  width: 100%;
  height: auto;
}
.menubar > li > [role="menuitem"][aria-expanded="true"] + .menubox > .menubox-inner {
  opacity: 1;
}
.menubar .menubox-inner [role="menuitem"] {
  padding-right: 10px;
}

/* 2 depth menuitem */
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"] {
  display: block;
  height: 2.813rem;
  line-height: 2.813rem;
  font-size: 1rem;
  color: #fff;
  background-color: #1f3a60;
}
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"]:hover,
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"]:focus,
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"].active {
  background-color: #065eae;
  color: #fff;
}
.menubar > li > [role="menuitem"][aria-haspopup="true"][aria-expanded="true"] + .menubox > .menubox-inner > [role="menu"] {
  display: block;
  background-color: rgb(var(--point-color-06));
}

.menubar > li > [role="menuitem"][aria-haspopup="true"]::before,
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"][aria-haspopup="true"]::before {
  content: "\e5cc";
  font-family: "material-Icons";
  position: absolute;
  top: 5px;
  right: 0;
  color: #222;
  font-weight: 100;
  font-size: 31px;
  transition: 0.3s;
}
.menubar > li > [role="menuitem"]:hover[aria-haspopup="true"]::before,
.menubar > li > [role="menuitem"]:focus[aria-haspopup="true"]::before,
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"].active[aria-haspopup="true"]::before {
  content: "\e5cf";
}

/* 3 depth menu */
.menubar .menubox-inner > [role="menu"] > li > [role="menu"] {
  list-style: none;
  display: none;
  padding: 10px 0 10px 30px;
  margin: 0;
  background-color: rgb(var(--point-color-03));
}
.menubar .menubox-inner > [role="menu"] > li > [role="menu"]::after {
  content: "";
  clear: both;
  display: block;
}
/* 3 depth menu li */
.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li {
  position: relative;
  padding: 0 0 0 10px;
  margin-bottom: 5px;
  color: #fff;
}
.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
}
.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li:last-child {
  margin-bottom: 0;
}
.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li a {
  color: #fff;
  font-size: 0.938rem;
}
.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li a.activ,
.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li a:hover,
.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li a:focus {
  text-decoration: underline;
}
/* 2 depth menuitem 하위 메뉴 열림 */
.menubar .menubox-inner > [role="menu"] > li [role="menuitem"][aria-expanded="true"] + [role="menu"] {
  display: block;
  border-bottom: 1px solid hsl(0, 0%, 85%);
}
/* 2 depth menuitem 하위 메뉴 닫힘 */
.menubar .menubox-inner > [role="menu"] > li [role="menuitem"][aria-expanded="false"] + [role="menu"] {
  display: none;
}
.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li > [role="menuitem"] {
  display: block;
  font-size: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li > [role="menuitem"]:hover,
.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li > [role="menuitem"]:focus {
  background-color: #ff0;
}
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"] {
  position: relative;
}
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"]:before,
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"]:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: inline-block;
  width: 14px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"]:after {
  right: 14px;
  width: 2px;
  height: 14px;
}
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"]::before {
  right: 8px;
  width: 14px;
  height: 2px;
}
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"][aria-haspopup="false"][aria-expanded="true"]:after {
  display: none;
}
.menubar .menubox-inner > .menu-deco {
  display: none;
}
.menubar .menubox-inner > [role="menu"] {
  display: none;
}
.menubar .menubox-inner > [role="menu"] > li [role="menuitem"][aria-expanded="false"] + [role="menu"] {
  display: none;
}
@media (min-width: 576px) {
  .menubar .menubox-dummy,
  .menubar .menubox-inner {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .menubar .menubox-dummy,
  .menubar .menubox-inner {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #header .top-main .header-bg.on {
    min-height: 200px;
  }
  .menubar .menubox-dummy,
  .menubar .menubox-inner {
    max-width: 960px;
  }
  .menubar .menubox-inner > [role="menu"] > li > [role="menuitem"] {
    background-color: #fff;
    color: #333;
  }
  .menubar .menubox-inner > [role="menu"] > li > [role="menuitem"]:hover,
  .menubar .menubox-inner > [role="menu"] > li > [role="menuitem"]:focus,
  .menubar .menubox-inner > [role="menu"] > li > [role="menuitem"].active {
    background-color: #fff;
    color: #222;
    font-weight: bold;
  }
  .menubar-box {
    position: static;
    top: auto;
    right: auto;
    left: auto;
    z-index: 20;
    width: 100%;
    height: 100%;
    max-width: none;
    background-color: hsl(0, 0%, 100%);
    overflow: hidden;
    transition: right 0.3s;
  }
  .menubar .menubox {
    display: none;
  }
  .menubar > li > [role="menuitem"] {
    height: 100px;
    border-bottom: none;
  }
  .menubar > li > [role="menuitem"][aria-expanded="true"] + .menubox {
    display: none;
  }
  .menubar-title-box {
    display: none;
  }
  .menubar {
    display: flex;
    height: 100%;
  }
  .top-menu:hover .menubox {
    display: block;
    padding-top: 10px;
  }
  .menubar > li {
    min-width: 120px;
    list-style: none;
    height: 100px;
  }
  .menubar > li:hover .menubox {
    display: block;
    background-color: transparent;
  }
  .menubar .menubox-inner [role="menuitem"] {
    padding-right: 0;
  }
  .menubar .menubox-inner > [role="menu"] > li > [role="menuitem"]:before,
  .menubar .menubox-inner > [role="menu"] > li > [role="menuitem"]:after {
    display: none;
  }

  .menubar .menubox-inner > [role="menu"] > li > [role="menuitem"] {
    font-size: 16px;
    color: hsl(0, 0%, 33%);
    padding: 20px 0;
    height: auto;
    line-height: 1.5;
  }
  .menubar > li > [role="menuitem"][aria-haspopup="true"]::before,
  .menubar .menubox-inner > [role="menu"] > li > [role="menuitem"][aria-haspopup="true"]::before,
  .menubar > li > [role="menuitem"][aria-haspopup="true"]::after,
  .menubar .menubox-inner > [role="menu"] > li > [role="menuitem"][aria-haspopup="true"]::after {
    display: none;
  }
  .menubar > li > [role="menuitem"] > .menuitem-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .menubar > li > [role="menuitem"] > .menuitem-text::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1.25rem;
    display: block;
    width: 0;
    height: 3px;
    background: #285fba;
    transition: all 0.3s ease;
  }
  .menubar > li:hover > [role="menuitem"] > .menuitem-text::after {
    left: 0;
    width: 100%;
  }
  .menubar .menubox {
    width: 120px;
    position: absolute;
    top: 100px;
    z-index: 10;
  }
  .menubar .menubox.on {
    z-index: 101;
  }
  .menubar .menubox-dummy,
  .menubar .menubox-inner {
    display: flex;
    /* max-width: 960px; */
    margin: 0 auto;
    position: relative;
    z-index: -1;
  }
  .menubar .menubox-dummy {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
  }
  .menubar .menubox-dummy::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc((100vw - 100%) / 2 * -1);
    display: block;
    width: calc((100vw - 100%) / 2);
    height: 100%;
    background-color: rgb(var(--point-color-01));
  }
  .menubar .menubox-dummy::after {
    content: "";
    position: absolute;
    top: 0;
    right: calc((100vw - 100%) / 2 * -1 + 9px);
    display: block;
    width: calc((100vw - 100%) / 2);
    height: 100%;
    background-color: hsl(0, 0%, 100%);
  }
  .menubar .menubox.on .menubox-dummy,
  .menubar .menubox.on .menubox-inner {
    z-index: 1;
  }
  .menubar .menubox.on .menubox-inner {
    z-index: 2;
  }
  .menubar .menubox-dummy-1,
  .menubar .menubox-inner > .menu-deco {
    flex: 0 0 25%;
    max-width: 25%;
    display: block;
    background-color: rgb(var(--point-color-07));
  }
  .menubar .menubox-dummy-1 {
    position: relative;
    z-index: 1;
    background-color: rgb(var(--point-color-07));
  }
  .menubar .menubox-inner > .menu-deco {
    position: relative;
    padding: 40px 15px 15px;
    background-color: rgb(var(--point-color-01));
  }
  .menubar .menubox-inner > .menu-deco::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 421px;
    height: 322px;
    background: url(/site/resource/ansan/www/images/menu-bg.png) no-repeat center;
  }
  .menubar .menubox-inner .menu-deco-inner {
    position: relative;
    z-index: 3;
    margin-top: 30px;
  }
  .menubar .menubox-inner .menu-deco-inner::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    display: block;
    width: 25px;
    height: 2px;
    background-color: hsl(0, 0%, 100%);
  }
  .menubar .menu-deco-title {
    margin-bottom: 10px;
    font-size: 27px;
    font-weight: 500;
    color: hsl(0, 0%, 100%);
  }
  .menubar .menu-deco-text {
    font-size: 16px;
    font-weight: 300;
    color: hsl(0, 0%, 100%);
    opacity: 0.5;
    line-height: 1.6;
  }
  .menubar .menubox-dummy-2,
  .menubar .menubox-inner > [role="menu"] {
    list-style: none;
    display: flex;
    width: 100%;
    background-color: hsl(0, 0%, 100%);

    flex-direction: column;
  }
  .menubar .menubox-inner > [role="menu"] {
    background-color: transparent;
  }
  .menubar .menubox-inner > [role="menu"] > li {
    list-style: none;
  }
  .menubar .menubox-inner > [role="menu"] > li > [role="menuitem"] {
    padding: 10px 0;
    /* white-space: nowrap; */
    word-break: keep-all;
    text-align: center;
  }
  .menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li {
    width: 100%;
    float: none;
    margin-bottom: 4px;
    padding: 0;
  }
  .menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li::before {
    left: 8px;
  }
  .menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li > [role="menuitem"].active {
    color: rgb(var(--point-color-02));
    text-decoration: underline;
  }
  .menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li:last-child {
    margin-bottom: 0;
  }
  #header .top-main .header-btn .sitemap-btn,
  #header .top-main .header-btn .sitemap-btn {
    width: 50px;
    height: 50px;
    background: url(/site/resource/pnu/archives/images/header-menu.png) no-repeat center;
  }
  #header .top-main .top-menu .menubar > li > a span {
    position: relative;
    display: block;
    font-size: 18px;
  }
  #header .top-main .top-menu .menubar > li > a span:after {
    content: "";
    display: none;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #222;
  }
  #header:hover .top-main .top-menu .menubar > li > a.active span:after,
  #header:hover .top-main .top-menu .menubar > li > a:hover span:after,
  #header:focus .top-main .top-menu .menubar > li > a:focus span:after {
    display: block;
  }
}
@media (min-width: 1200px) {
  #header .top-main .top-menu .menubar > li > a span {
    font-size: 20px;
  }
  .menubar .menubox::before {
    right: calc((100vw - 1140px) / 2 + 1140px + 20px - (1140px * 0.25));
  }
  .menubar [role="menuitem"] {
    /* padding: 0 35px; */
    padding: 0;
    min-width: 160px;
    justify-content: center;
  }
  .menubar .menubox-dummy,
  .menubar .menubox-inner {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .menubar .menubox::before {
    right: calc((100vw - 1200px) / 2 + 1200px + 20px - (1200px * 0.25));
  }
  .menubar .menubox-dummy,
  .menubar .menubox-inner {
    max-width: 1200px;
  }
  .menubar .menubox-dummy-2,
  .menubar .menubox-inner > [role="menu"] {
    padding-right: 0;
  }
  .menubar .menubox-inner > .menu-deco {
    padding-left: 0;
  }
}

#header .site-title .navbar-brand .img {
  display: inline-block;
  width: 208px;
  height: 34px;
  background-image: url("/site/resource/pnu/archives/images/logo.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 208px auto;
}

#header .navbar .navbar-inner .header-btn > button {
  width: 50px;
  height: 50px;
}
#header {
  border-bottom: 1px solid #ddd;
}
#header .top-main .top-menu .menubar {
  border-top: none;
}
body[role="main"] #header {
  border-bottom: 1px solid #ddd;
}
body[role="main"] #header .top-main {
  background-color: #fff;
}
body[role="main"] #header .site-title .navbar-brand .img {
  background-image: url("/site/resource/pnu/archives/images/logo.png");
}
@media (min-width: 992px) {
  body[role="main"] #header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    transition: 0.3s;
  }
  body[role="main"] #header:hover,
  body[role="main"] #header:focus {
    background-color: #fff;
  }
  body[role="main"] #header:hover .top-main,
  body[role="main"] #header:focus .top-main {
    background-color: #fff;
  }
  body[role="main"] #header .top-main .top-menu .menubar > li > [role="menuitem"] {
    width: 100%;
    display: flex;
    justify-content: center;
    color: #222;
    padding: 0;
    background-color: #fff;
    font-weight: bold;
    border-bottom: none;
  }
  body[role="main"] #header .top-main .top-menu .menubar > li > [role="menuitem"].active {
    font-weight: bold;
  }
  body[role="main"] #header:hover .top-main .top-menu .menubar > li > [role="menuitem"],
  body[role="main"] #header:focus .top-main .top-menu .menubar > li > [role="menuitem"] {
    color: #222;
    background: #fff;
    border-bottom: none;
  }
  body[role="main"] #header .site-title .navbar-brand .img {
    background-image: url(/site/resource/pnu/archives/images/logo.png);
  }
  body[role="main"] #header:hover .site-title .navbar-brand .img,
  body[role="main"] #header:focus .site-title .navbar-brand .img {
    background-image: url(/site/resource/pnu/archives/images/logo.png);
  }
  body[role="main"] #header .top-main .header-btn .sitemap-btn {
    background: url(/site/resource/pnu/archives/images/header-menu.png) no-repeat center;
    width: 50px;
    height: 50px;
  }
  body[role="main"] #header:hover .top-main .header-btn .sitemap-btn,
  body[role="main"] #header:focus .top-main .header-btn .sitemap-btn {
    background: url(/site/resource/pnu/archives/images/header-menu.png) no-repeat center;
  }

  #header .top-main-layout > .ly-item {
    height: 100px;
  }

  #header .site-title .navbar-brand .img {
    width: 260px;
    height: 44px;
    background-size: 260px auto;
  }
}

/* footer */
#footer {
}
#footer .footer-inner {
  position: relative;
  background: #31313f;
  padding: 1.5rem 0 2rem;
  text-align: center;
}
#footer .footer-inner .row + .row {
  margin-top: 1.875rem;
}
#footer .footer-inner ul {
  margin-bottom: 0;
}
#footer .footer-inner ul + ul {
  margin-top: 0.5rem;
}
#footer .footer-inner .footer-menu ul > li {
  position: relative;
}

#footer .footer-inner .address {
  color: #aaa;
  font-size: 0.938rem;
}
#footer .footer-inner ul > li,
#footer .footer-inner .address > span {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  padding-right: 1rem;
}
#footer .footer-inner .address > span:after {
  content: "";
  display: none;
  width: 1px;
  height: 12px;
  position: absolute;
  background: #ddd;
  top: 5px;
  left: 0;
}
#footer .footer-inner .address > span {
  padding: 0 0.7rem;
  margin-right: 0;
}
#footer .footer-inner .footer-menu {
  padding: 0 0 15px;
}
#footer .footer-inner .footer-menu ul > li:first-child > a {
  color: #0464ba;
}
#footer .footer-inner .footer-menu ul > li > a {
  color: #fff;
  padding: 0.5rem;
}
#footer .footer-inner .footer-menu ul > li:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  display: inline-block;
  background: #555;
  width: 1px;
  height: 12px;
}
#footer .footer-inner .footer-menu ul > li:last-child:after {
  display: none;
}
#footer .footer-inner .footer-menu ul > li > a:hover,
#footer .footer-inner .footer-menu ul > li > a:focus {
  text-decoration: underline;
}
#footer .footer-inner ul > li > a:hover,
#footer .footer-inner ul > li > a:focus {
  text-decoration: underline;
}
#footer .footer-inner .copyright {
  font-size: 0.813rem;
  color: #777;
}
#footer .owl-stage-outer {
  padding: 10px 0px;
}
#footer .footer-inner .btn-group {
  justify-content: center;
  margin: 10px 0 0;
}
#footer .footer-inner .btn-group button {
  position: relative;
  color: rgba(170, 170, 170, 0.8);
  border: 1px solid #aaa;
  display: block;
  min-width: 235px;
  padding: 0.5rem 0.75rem;
  border-radius: 2px;
  font-size: 0.938rem;
  color: #aaa;
  text-align: left;
}
.dropup .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 45%;
}
#footer .footer-layout-right {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5px;
}

#footer .footer-family-site {
  text-align: right;
}
.dropup .dropdown-toggle {
  position: relative;
}
@media (min-width: 360px) {
  #footer .footer-inner .address > span:last-child:after {
    display: block;
  }
}
@media (min-width: 576px) {
  #footer .footer-inner {
    padding-top: 1rem;
  }
  #footer .footer-inner .footer-menu ul {
    margin-left: -0.8rem;
  }
  #footer .footer-inner .address {
    font-size: 15px;
  }
  #footer .footer-inner .copyright {
    font-size: 14px;
  }
  #footer .footer-inner .footer-sns {
    text-align: left;
    padding-left: 140px;
  }
}
@media (min-width: 768px) {
  #footer .footer-inner .btn-group {
    margin: 10px 0;
  }
  #footer .footer-layout-right > .ly-item {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  #footer .footer-inner {
    padding: 50px;
    text-align: left;
  }
  #footer .footer-inner .container {
    position: relative;
  }
  #footer .footer-inner .footer-menu {
    margin: 0 0 30px;
  }
  #footer .footer-inner .btn-group {
    justify-content: flex-end;
    margin: 0;
  }
  #footer .footer-inner .address > span:first-child {
    padding-left: 0;
  }
  #footer .footer-inner .address > span:after {
    display: block;
  }
  #footer .footer-inner .address > span:first-child::after {
    display: none;
  }
}
.side-quickmenu {
  position: fixed;
  bottom: 24px;
  right: 8px;
  z-index: 49;
  display: block;
  width: 40px;
}
.topBtn img {
  width: 40px;
  height: auto;
}

.topBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;

  margin-top: 0.5rem;
  width: 40px;
  height: 40px;
  background: rgb(var(--point-color-02));
}
.topBtn:hover,
.topBtn:focus {
  background-color: hsl(149, 100%, 20%);
}

@media (min-width: 768px) {
  .side-quickmenu {
    width: 60px;
    bottom: 190px;
  }
  .topBtn {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
}
.dropup .dropdown-toggle {
  position: relative;
}
.dropup .dropdown-toggle::after {
  content: "\e316";
  font-family: "Material-Icons";
  position: absolute;
  top: 45%;
  right: 8px;
  transform: translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 18px;
  border: none;
  margin: 0;
  vertical-align: baseline;
  font-size: 18px;
}

/*****************************************************
	Main
*****************************************************/
.main-container {
}
.main-container .sec-header {
  position: relative;
  margin-bottom: 1rem;
}
.main-container .sec-header h3 {
  font-family: "proxima-nova", "noto";
  font-size: 30px;
  margin: 0;
  color: #222;
}
.main-container .sec-header h3 > strong {
  color: rgb(var(--point-color-01));
}
.main-container .sec-header h3 > span {
  display: none;
}
.main-container .nav-tabs {
  position: relative;
  border: none;
}
.main-container .nav-tabs .nav-item {
  margin: 0;
}
.main-container .nav-tabs .nav-link {
  border: none;
  background: transparent;
  margin: 0;
  border-radius: 0;
}
.main-container .nav-tabs .nav-link + .tab-content > .tab-pane {
  position: absolute;
  left: 0;
  right: 0;
  display: none;
}
.main-container .nav-tabs .nav-link.active + .tab-content > .tab-pane {
  display: block;
}
@media (min-width: 768px) {
  .main-container .sec-header h3 > span {
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .main-container .sec-header h3 {
    font-size: 40px;
    font-weight: 700;
  }
}

/* main include */
body[role="main"] #footer .footer-banner {
  border: none;
}

/* main-visual */
#main-visual {
  background: #07254f url(/site/resource/pnu/archives/images/main-visual-bg.png) no-repeat;
  padding: 0 0 50px;
  z-index: -1;
  background-size: cover;
  background-position: right bottom;
}
/* container-fluid */
#main-visual .container {
  position: relative;
  z-index: 2;
}

/* search-box */
.search-box {
  color: #fff;
  position: relative;
  z-index: 10;
  margin: 0 0 30px;
  letter-spacing: -0.05rem;
}
.search-box .title {
  margin-top: 30px;
  margin-bottom: 20px;
}
.search-box h2 {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: -0.1rem;
  /* font-family: 'iropke',serif; */
}
.search-box h3 {
  font-weight: 200;
  text-align: center;
  font-size: 23px;
  line-height: 1.4;
}
.search-box .tag-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
}
.search-box .tag-list li a {
  padding-right: 10px;
  color: #555;
  letter-spacing: normal;
  font-size: 14px;
}
.search-box .tag-list li a:hover {
  color: #50f3f3;
}
.search-box .form-row {
  position: relative;
  margin: 0 auto;
}
.search-box .col-auto,
.search-box .col {
  border-bottom: solid 2px rgba(255, 255, 255, 0.8);
}
.search-box .form-control {
  border: none;
  background-color: transparent;
  border-radius: 0;
  padding-left: 0;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 0.938rem;
}
.search-box .form-control option {
  color: #555;
}
.search-box .form-group {
  width: calc(100% - 50px);
  margin: 0 0 0;
}
.search-box .bi.bi-search {
  display: inline-flex;
  align-items: center;
  position: absolute;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  padding: 2px 2px 0 0;
  z-index: 10;
  color: #fff;
  width: 20px;
  height: 20px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}
.search-box .form-control::placeholder {
  color: #fff;
}
/*.search-box .form-control::placeholder {
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
  }*/
.search-box .btn {
  width: auto;
  padding: 7px 10px;
  font-weight: bold;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

@media (min-width: 375px) {
  .search-box .title {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .search-box {
    margin: 0 auto 50px;
  }
  .search-box .tag-list {
    justify-content: flex-start;
  }
  .search-box .tag-list li a {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .search-box {
    margin: 160px auto 0;
  }
  .search-box h2,
  .search-box h3 {
    text-align: left;
  }
  .search-box .form-control {
    font-size: 1rem;
  }
  #main-visual {
    background-position: center bottom;
  }
}
@media (min-width: 1200px) {
  /*#main-visual {
        background-size: auto;
      }*/
  .search-box {
    z-index: 2;
    display: block;
    left: 0;
    right: inherit;
    margin: 0;
    top: 140px;
    height: auto;
    max-width: 500px;
    margin-right: 70px;
  }
  .search-box .title {
    flex: 1 0 100%;
    max-width: 100%;
    margin-bottom: 80px;
  }
  .search-box h2 {
    line-height: 1.3;
    font-size: 55px;
  }
  .search-box .tag-list li a {
    font-size: 17px;
  }
  .search-box .form-row > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .search-box {
    max-width: 570px;
    margin-right: 100px;
  }
}
@media (min-width: 1500px) {
  .search-box {
    margin-right: 130px;
  }
}

.mv-box {
  position: relative;
}
.mv-carousel .item {
  height: 280px;
}
.mv-carousel .item-img {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mv-text-box {
  position: absolute;
  display: block;
  text-align: right;
  top: 30px;
  right: 30px;
  z-index: auto;
  align-items: flex-start;
  height: auto;
  color: hsl(0, 0%, 100%);
  text-shadow: 0px 0px 5px rgb(0 0 0 / 100%);
  font-weight: 600;
}
.mv-carousel .owl-dots-wrapper {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (min-width: 576px) {
  .mv-carousel .item {
    height: 340px;
  }
}
@media (min-width: 768px) {
  .mv-carousel .item {
    height: 440px;
  }
}
@media (min-width: 992px) {
  #main-visual {
    height: 690px;
    padding-top: 100px;
  }
  .img-box {
    margin-top: 70px;
  }
  .mv-carousel .item {
    width: 700px;
    height: 450px;
  }
  .mv-text {
    display: block;
  }
  .mv-carousel .owl-dots-wrapper {
    bottom: 30px;
  }
}

/* Carousel */
.carousel-box .prev-btn span,
.carousel-box .next-btn span {
  display: inline-block;
  text-indent: -5000em;
}
.owl-dots-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-dots-wrapper .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  border: none;
  border-radius: 50%;
  border: 2px solid #fff;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #fff;
}
.owl-carousel .play-pause-btn {
  color: hsl(0, 0%, 100%);
}

/* section1 */
.main-container .section1 {
  position: relative;
  background: #07254f;
}
.section1 .m-quick {
  text-align: center;
}
.section1 .m-quick .col {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.section1 .m-quick .col:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.section1 .m-quick .col a {
  position: relative;
  color: #fff;
  font-size: 1rem;
  padding: 10px;
  display: block;
}
.section1 .m-quick .col a img {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto 0.5rem;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section1 .m-quick .col a:hover img,
.section1 .m-quick .col a:focus img {
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media (min-width: 576px) {
  .main-container .section1 {
    padding: 20px 0;
  }
  .section1 .m-quick .col {
    border-bottom: none;
  }
  .section1 .m-quick .col:first-child {
    border-left: none;
  }
  .section1 .m-quick .col:last-child {
    border-right: none;
  }
}
@media (min-width: 768px) {
  .section1 .m-quick .col a {
    font-size: 1.125em;
  }
}
@media (min-width: 992px) {
  .mv-carousel .owl-item .item {
    justify-content: flex-end;
  }
  .mv-carousel .item-body {
    margin: 0;
  }
  .main-container .section1 {
    padding: 30px 0;
  }
  .section1 .m-quick .col:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
  .section1 .m-quick .col:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
}

/* section2 */
.main-container .section2 {
  text-align: center;
  padding: 30px 0;
}
.main-container .section2 .section2-inner h3 {
  font-size: 1.875rem;
}
.main-container .section2 .section2-inner h3 span {
  font-size: 1rem;
  display: block;
  font-weight: 400;
}
.main-container .section2 .pic-box {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 68.2%;
  overflow: hidden;
  background: #d5d7dc url(/common/images/thumb-non.png) no-repeat 50% 50%;
}
.main-container .section2 .pic-box > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease, transform 1s ease;
  object-fit: cover;
}
.main-container .section2 .more {
  max-width: 100px;
  padding: 6px 0;
  display: block;
  align-items: center;
  border-radius: 20px;
  border: 1px solid rgb(221, 221, 221);
  margin: 20px auto 0;
  font-size: 0.938rem;
}
.main-container .section2 .section2-inner .sec-body {
  margin: 0 50px;
}
/* owl-nav */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  display: none;
}
/* arrow */
.owl-carousel .owl-nav button.owl-prev::before,
.owl-carousel .owl-nav button.owl-next::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 45px;
  height: 45px;
}
.owl-carousel .owl-nav button.owl-prev::before {
  left: -50px;
}
.owl-carousel .owl-nav button.owl-next::before {
  right: -50px;
}
.owl-carousel .owl-nav button.owl-prev::before {
  background: url("/site/resource/pnu/archives/images/gallery-prev.png") no-repeat center;
  background-size: 45px auto;
}
.owl-carousel .owl-nav button.owl-next::before {
  background: url("/site/resource/pnu/archives/images/gallery-next.png") no-repeat center;
  background-size: 45px auto;
}

/* owl-height */
@media (min-width: 576px) {
  .main-container .section2 .pic-box {
    height: 310px;
  }
}
@media (min-width: 768px) {
  .main-container .section2 .pic-box {
    height: 210px;
  }
}
@media (min-width: 992px) {
  .main-container .section2 {
    text-align: center;
    padding: 65px 0;
  }
  .main-container .section2 .section2-inner h3 {
    font-size: 2.5rem;
  }
  .main-container .section2 .section2-inner h3 span {
    font-size: 1.125rem;
  }
  .main-container .section2 .pic-box {
    height: 300px;
  }
  .owl-carousel .owl-nav button.owl-prev::before,
  .owl-carousel .owl-nav button.owl-next::before {
    width: 70px;
    height: 70px;
  }
  .owl-carousel .owl-nav button.owl-prev::before,
  .owl-carousel .owl-nav button.owl-next::before {
    background-size: 70px auto;
  }
  .owl-carousel .owl-nav button.owl-prev::before {
    left: -70px;
  }
  .owl-carousel .owl-nav button.owl-next::before {
    right: -70px;
  }
  .main-container .section2 .more {
    max-width: 130px;
    padding: 8px 0;
    margin: 30px auto 0;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .main-container .section2 .section2-inner .sec-body {
    margin: 0 70px;
  }
  .main-container .section2 .pic-box {
    height: 210px;
  }
  .owl-carousel .owl-nav button.owl-prev::before {
    left: -100px;
  }
  .owl-carousel .owl-nav button.owl-next::before {
    right: -100px;
  }
}

/* section3 */
.main-container .section3 {
  position: relative;
  background: #f5f6f8;
  padding: 30px 0;
}
.main-container .section3 .sec-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 0 10px;
}
.main-container .section3 .sec-title-1 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #222;
  margin: 0;
}
.main-container .section3 .board-list {
  border-bottom: solid 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.main-container .section3 .board-list > li {
  position: relative;
}
.main-container .section3 .item-link {
  display: block;
  display: flex;
  flex-direction: column;
}
.main-container .section3 .board-list > li:first-child .item-link {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.main-container .section3 .item-set {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
.main-container .section3 .item-title {
  font-size: 17px;
  font-weight: 800;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.main-container .section3 .item-title:hover,
.main-container .section3 .item-title:focus {
  color: #222;
  text-decoration: underline;
}
.main-container .section3 .icon-new {
  display: inline-block;
  margin-left: 10px;
  background: url(/site/resource/pnu/archives/images/icon-new.svg) no-repeat center;
  background-size: auto;
  position: relative;

  width: 20px;
  height: 20px;
  font-size: 0;
  flex-shrink: 0;
}

.main-container .section3 .item-text {
  font-size: 16px;
  color: #666;
  word-break: keep-all;

  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  height: calc(1rem * 1.6 * 2);

  margin-bottom: 20px;
}
.main-container .section3 .item-date {
  font-size: 16px;
  color: hsl(0, 0%, 62%);
  margin-bottom: 10px;
}

/* 보도자료 */
.main-container .section3 .sec-board-news {
  margin-bottom: 25px;
}
.main-container .section3 .sec-header {
  border-bottom: 2px solid #555;
}
.sec-board .board-first {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 15px;
}
.sec-board .board-first-date {
  flex: 0 0 5rem;
  max-width: 5rem;
  position: relative;
  text-align: center;
  background-color: #014a98;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  height: 80px;
}
.sec-board.news .board-first-date {
  background-color: #009a53;
}
.sec-board .board-first-date .date {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  display: block;
}
.sec-board .board-first-date .year-month {
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-top: -1px;
  margin-bottom: 5px;
}
.board-first-content {
  width: calc(100% - 5rem);
  position: relative;
  padding-left: 12px;
}
.sec-board .board-first-title {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.sec-board .board-first-title .title {
  color: #222;
  font-size: 1.063rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
.sec-board .board-first-title .txt {
  font-size: 0.938rem;
  font-weight: 600;
  color: hsl(0, 0%, 20%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sec-board .board-first.new .board-first-title {
  padding-right: 30px;
  font-size: 1rem;
}
.sec-board .board-first.new .board-first-title::after {
  content: "N";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1380b8;
  font-family: "poppins", sans-serif;
  font-size: 0.875rem;
  color: white;
}
.sec-board .board-first-detail {
  display: block; /* IE에서 display 속성의 -webkit-box 값을 지원하지 않기 때문에 IE에서 해당 콘텐츠가 보여지도록 하기 위해 우선 block을 지정함 */
  display: -webkit-box;
  font-size: 0.938rem;
  color: hsl(0, 0%, 40%);
  line-height: 1.4;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.board-first-link {
  display: block;
}
.board-first-link:hover .board-first-title,
.board-first-link:focus .board-first-title,
.board-first-link:hover .board-first-detail,
.board-first-link:focus .board-first-detail {
  color: hsl(0, 0%, 5%);
  text-decoration: underline;
}
.sec-board .list-wrapper ul {
  margin-bottom: 0;
}
.sec-board .list-wrapper li {
  border-top: 1px solid #ddd;
  padding: 10px 0;
}
.sec-board .list-wrapper li:last-child {
  border-bottom: 1px solid #ddd;
}
.sec-board .list-wrapper li:nth-child(-n + 2) {
  display: block;
}
.sec-board .list-wrapper .list-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.sec-board .list-wrapper .list-item-wrapper .title,
.sec-board .list-wrapper .list-item-wrapper .date {
  white-space: nowrap;
}
.sec-board .list-wrapper .list-item-wrapper .title {
  position: relative;
  color: #222;
  font-size: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.063rem;
}

.sec-board .list-wrapper a:hover .list-item-wrapper .title,
.sec-board .list-wrapper a:focus .list-item-wrapper .title {
  color: hsl(0, 0%, 5%);
  text-decoration: underline;
}
.sec-board .list-wrapper .list-item-wrapper .date {
  color: hsl(0, 0%, 62%);
  font-size: 0.938rem;
  letter-spacing: normal;

  flex-grow: 1;
  align-self: flex-end;
  text-align: right;
  padding-left: 10px;
}

.sec-board .icon-new {
  display: inline-block;
  margin-left: 10px;
  background: url(/site/resource/pnu/archives/images/icon-new.svg) no-repeat center;
  background-size: auto;
  position: relative;
  width: 20px;
  height: 20px;
  font-size: 0;
  flex-shrink: 0;
}
.main-container .section3 .sec-board.news {
  margin: 30px 0 0;
}
@media (min-width: 400px) {
}
@media (min-width: 992px) {
  .main-container .section3 {
    padding: 50px 0;
  }
  .main-container .section3 .sec-board.news {
    margin: 0;
  }
  .main-container .section3 .sec-title-1 {
    flex: 0 0 6.25rem;
    max-width: 6.25rem;
    font-size: 1.563rem;
  }
  .sec-board .board-first.new .board-first-title {
    font-size: 1.125rem;
  }
  .sec-board .board-first-date .date {
    font-size: 1.563rem;
  }
  .sec-board .board-first-date .year-month {
    font-size: 0.938rem;
  }
  .sec-board .board-first {
    display: flex;
    flex-wrap: nowrap;
  }
  .sec-board .board-first-detail {
    font-size: 1rem;
  }
  .sec-board .board-first-date {
    flex: 0 0 6.25rem;
    max-width: 6.25rem;
    height: 100px;
  }
  .sec-board .list-wrapper li {
    padding: 15px 0;
  }
  .sec-board .list-wrapper .list-item-wrapper .date {
    font-size: 1;
  }
}
@media (min-width: 1200px) {
  .sec-board {
    margin-bottom: 0;
  }
  .sec-board .board-first-date .date {
    font-size: 35px;
  }
}
.main-container .section3 .sec-header .link-more {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: transparent;
  text-indent: -5000px;
  border: 1px solid #ddd;
}
.main-container .section3 .sec-header .link-more::before,
.main-container .section3 .sec-header .link-more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #555;
}
.main-container .section3 .sec-header .link-more::before {
  width: 22px;
  height: 2px;
}
.main-container .section3 .sec-header .link-more::after {
  width: 2px;
  height: 22px;
}

@media (min-width: 992px) {
  .main-container .section3 .board-list {
    border-bottom: none;
    margin-bottom: 0;
  }
  .main-container .section3 .board-list > li:first-child .item-link {
    margin-bottom: 30px;
  }
  .main-container .section3 .item-set {
    margin-bottom: 20px;
  }
  .main-container .section3 .item-title {
    font-size: 18px;
  }
  .main-container .section3 .item-text,
  .main-container .section3 .item-date {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .main-container .section3 row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .main-container .section3 .row > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-container .section3 .item-title {
    font-size: 20px;
  }
  .sec-box-board .sec-header {
    margin-bottom: 40px;
  }
  .main-container .section3 .sec-title-1 {
    font-size: 25px;
  }
}

/* section4 */
.main-container .section4 {
  position: relative;
  background-color: #07254f;
  color: #fff;
  padding: 20px 0;
}
.main-container .section4 .m-link {
  text-align: center;
}
.main-container .section4 .m-link h3 {
  font-size: 1.688rem;
  color: #fff;
}
.main-container .section4 .m-link h3 span {
  font-size: 0.938rem;
  display: block;
}
.main-container .section4 .mv-quick-icon-box img {
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  .main-container .section4 {
    padding: 50px 0;
  }
  .main-container .section4 .m-link h3 {
    font-size: 2.188rem;
  }
  .main-container .section4 .m-link h3 span {
    font-size: 1rem;
  }
  .main-container .section4 .mv-quick-icon-box img {
    width: auto;
    height: auto;
  }
}
@media (min-width: 1200px) {
}

/*****************************************************
	Sub
*****************************************************/
.login-wrap {
  border-top: 2px solid #07254f;
  border-radius: 0;
}

.sub-container {
  margin-top: 2rem;
}
.sub-container .cont-title {
  font-size: 25px;
  color: #222;
  font-weight: bold;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .sub-container .cont-title {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .sub-container .cont-title {
    margin: 3.438rem 0 1.25rem;
  }
}

/* link - style 1 */
.link.link-style-1 {
  min-height: auto;
  padding: 0;
  margin: 0 2px;
  border-bottom: 1px dashed currentColor;
  background-color: transparent;
  color: #0d84ea;
  font-size: 0.938rem;
}
.link.link-style-1::after {
  content: url(/site/resource/pnu/archives/images/link_icon_02.svg);
  margin-left: 8px;
}
.link.link-style-1:hover {
  color: #033975;
}
.link.link-style-1:hover::after {
  content: url(/site/resource/pnu/archives/images/link_icon_02_on.svg);
}

/********** Info Text **********/

.info-text {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.info-text::before {
  content: "!";
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: rgb(var(--point-color-01));
  color: white;
  font-size: 12px;
  text-align: center;
}
.info-text.info-text-style-1::before {
  background-color: rgb(var(--point-color-02));
}
.info-text.info-text-style-2::before {
  background-color: white;
  border: 1px solid #404b57;
  color: #404b57;
}

/* sub top*/
#sub-top {
  position: relative;
}
#sub-top .subtop-bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  margin-left: -960px;
  width: 1920px;
  height: 100%;
  overflow: hidden;
}
#sub-top .sub-top-txt {
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px #000;
  padding: 2rem 0 1.5rem;
}
#sub-top .sub-top-txt h2 {
  font-size: 27px;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  #sub-top .subtop-bg img {
    animation: ani-bg 5s linear;
  }
  #sub-top .sub-top-txt {
    padding: 5rem 0 3rem;
  }
  #sub-top .sub-top-txt h2 {
    font-size: 40px;
  }
  #sub-top .sub-top-txt p {
    font-size: 20px;
  }
}

/* page-navi */
.page-navi {
  background-color: rgb(var(--point-color-03));
}
.page-navi:before {
  display: none;
}
.page-navi .navbar {
  border: none;
}
.page-navi .navbar .page-nav.navbar-nav > .nav-item {
  width: 100%;
  border: none;
  margin: 0;
  display: none;
}
.page-navi .navbar .page-nav.navbar-nav > .nav-item:last-child {
  display: block;
  float: none;
}
.page-navi .navbar .page-nav.navbar-nav > .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.page-navi .navbar .page-nav.navbar-nav > .nav-item .nav-link:before {
  color: #fff;
  opacity: 0.5;
}
.page-navi .navbar .nav-util {
  display: none;
}
@media (max-width: 575px) {
}
@media (min-width: 768px) {
  .page-navi {
    background: #07254f;
    height: 60px;
  }
  .page-navi .navbar .page-nav.navbar-nav > .nav-item {
    position: relative;
    min-width: 200px;
    height: 60px;
  }
  .page-navi .navbar .page-nav.navbar-nav > .nav-item .nav-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    width: 1px;
    height: 30px;
  }
  .page-navi .navbar .page-nav.navbar-nav > .nav-item:first-child,
  .page-navi .navbar .page-nav.navbar-nav > .nav-item,
  .page-navi .navbar .page-nav.navbar-nav > .nav-item:last-child {
    display: inline-block;
    width: auto;
    float: left;
  }
  .page-navi .navbar .page-nav.navbar-nav > .nav-item:first-child {
    width: 70px;
    min-width: auto;
    text-align: center;
  }
  .page-navi .navbar .page-nav.navbar-nav > .nav-item .nav-link {
    color: rgba(221, 221, 221, 0.7);
    max-width: 230px;
    height: 100%;
    text-align: left;
    padding: 1.1rem 2rem 1.1rem 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .page-navi .navbar .page-nav.navbar-nav > .nav-item .nav-link:before {
    color: #fff;
    font-size: 1.7rem;
    top: 1rem;
    line-height: 1;
    font-weight: 300;
  }
  .page-navi .navbar .page-nav.navbar-nav > .nav-item:last-child .nav-link:before {
    opacity: 1;
  }
  .page-navi .navbar .page-nav.navbar-nav > .nav-item:last-child .nav-link {
    font-weight: 600;
    color: rgb(221, 221, 221);
  }
  .page-navi .navbar .page-nav.navbar-nav > .nav-item:first-child .home {
    min-width: auto;
    padding: 1.1rem 1rem;
    color: #fff;
  }
  .page-navi .navbar .page-nav.navbar-nav > .nav-item:first-child .nav-link::before {
    display: none;
  }
  .page-navi .navbar .page-nav.navbar-nav > .nav-item:nth-child(2n + 1) {
    border: none;
  }
}
@media (min-width: 992px) {
  .page-navi .navbar .page-nav.navbar-nav {
    width: auto;
  }
  .page-navi .navbar .nav-util {
    display: inline-block;
  }
  .page-navi .navbar .nav-util .navbar-nav {
    margin-top: 0.4rem;
    margin-right: 1rem;
  }
  .page-navi .navbar .nav-util .navbar-nav > .nav-item {
    min-width: auto;
    border: none;
  }
  .page-navi .navbar .nav-util .navbar-nav > .nav-item::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    left: 0;
    display: inline-block;
    background: #e2e2e2;
  }
  .page-navi .navbar .nav-util .navbar-nav > .nav-item:first-child::after {
    display: none;
  }
  .page-navi .navbar .nav-util .navbar-nav > .nav-item .nav-link {
    padding: 0.7rem 0.7rem;
  }
  .page-navi .navbar .nav-util .navbar-nav > .nav-item .nav-link::before {
    display: none;
  }
  .page-navi .navbar .nav-util .navbar-nav > .nav-item .nav-link::after {
    left: 0;
  }
  .page-navi .navbar .nav-util .navbar-nav > .nav-item .nav-link .material-icons {
    font-size: 25px;
    color: #9099aa;
    line-height: 1;
  }
}

/* 소장자료 검색 */
.board-gallery-top {
  border-top: 2px solid #222;
  padding-top: 15px;
}
.board-gallery-top .regi-num {
  font-size: 1.25rem;
}
.board-gallery a:hover,
.board-gallery a:focus {
  color: #222;
  font-weight: 600;
}
.board-gallery a .thum {
  border-radius: 10px 10px 0 0;
}
.board-gallery.type01 a .thum {
  padding-bottom: 75%;
}
.board-gallery a .thum.num01 {
  background: #f2f3f5 url(/site/resource/pnu/archives/images/thum_num01.png) no-repeat 50% 50%;
}
.board-gallery a .thum.num02 {
  background: #f2f3f5 url(/site/resource/pnu/archives/images/thum_num02.png) no-repeat 50% 50%;
}
.board-gallery a .thum.num03 {
  background: #f2f3f5 url(/site/resource/pnu/archives/images/thum_num03.png) no-repeat 50% 50%;
}
.board-gallery a .thum.num04 {
  background: #f2f3f5 url(/site/resource/pnu/archives/images/thum_num04.png) no-repeat 50% 50%;
}
.board-gallery a .thum.num05 {
  background: #f2f3f5 url(/site/resource/pnu/archives/images/thum_num05.png) no-repeat 50% 50%;
}
.board-gallery a .thum.num06 {
  background: #f2f3f5 url(/site/resource/pnu/archives/images/thum_num06.png) no-repeat 50% 50%;
}
.board-gallery a .thum.num07 {
  background: #f2f3f5 url(/site/resource/pnu/archives/images/thum_num07.png) no-repeat 50% 50%;
}

/*.board-gallery a .txt-box .tit {font-size: 1.125rem;color: #222;display: block;width: auto;max-width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;word-wrap: normal;}*/
.board-gallery a .txt-box .tit {
  font-size: 1.125rem;
  color: #222;
  height: 44px;
}
.board-gallery a .txt-box {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 10px;
  margin-top: -10px;
}
.board-gallery a .txt-box ul {
  margin: 0;
}
.board-gallery a .txt-box ul li {
  font-size: 0.938rem;
}
.board-gallery a .txt-box ul li span {
  display: inline-block;
}
.board-gallery a .txt-box ul li .title {
  width: 40%;
  max-width: 160px;
  font-weight: bold;
  color: #222;
}
.board-gallery a .txt-box ul li .txt {
  width: 60%;
  color: #555;
}
.board-gallery.type01 > div .checkbox {
  top: auto;
}

@media (min-width: 992px) {
  .board-gallery a .txt-box .tit {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    height: 60px;
  }
  .board-gallery a .txt-box ul li {
    font-size: 1rem;
  }
}
.card.arch-card {
  border: none;
}
.arch-card .card-header,
.arch-card .card-footer {
  background: #fff;
  border: none;
}
.arch-card .card-header {
  padding-left: 0;
  padding-right: 0;
}
.arch-card .card-header .border {
  border-color: #555 !important;
}
.arch-card .card-body {
  border: 1px solid #ddd;
}
.arch-card .card-body .form-row > .col,
.arch-card .card-body .form-row > [class*="col-"] {
  /* padding-right: 5px; */ /* padding-left: 5px; */
}
.switch {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 20px;
  margin-left: -18px;
}
.switch .checkbox input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0 0 0 25px;
  position: relative;
  z-index: 3;
  width: 20px;
  height: 1.25rem;
  overflow: visible;
  opacity: 0;
}
.switch .checkbox label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 1rem;
  display: inline;
}
.switch .checkbox label:before {
  position: absolute;
  top: 5px;
  left: -25px;
  display: block;
  width: 16px;
  height: 1rem;
  pointer-events: all;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.switch .checkbox input[type="checkbox"]:checked + label:before {
  color: #fff;
  border-color: #555;
  background-color: #fff;
  z-index: 2;
}
.switch .checkbox label:after {
  position: absolute;
  content: "";
  background: 50%/50% 50% no-repeat;
  display: block;
  top: 8px;
  left: -22px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  z-index: 2;
}
.switch .checkbox input[type="checkbox"]:checked + label:after {
  background-color: #555;
}
.arch-card button.btn-arch {
  height: 38px;
  padding: 0 12px 5px;
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .arch-card .card-body .form-row > [class*="col-"] {
    /* padding-right: 10px; */ /* padding-left: 10px; */
  }
}

@media (min-width: 992px) {
  .arch-card .card-body {
    padding: 1.25rem;
  }
  .arch-card .card-body .form-row > [class*="col-"] {
    /* padding-right: 15px; */ /* padding-left: 15px; */
  }
}

/* 키워드 검색 */
.board-webzine .webzine-item a .thum {
  border-radius: 10px 10px 0 0;
}
.board-webzine .webzine-item a .txt-box {
  position: relative;
  margin-top: -10px;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 10px;
}
.board-webzine .webzine-item a .txt-box .txt {
  display: none;
}
.board-webzine .webzine-item a .txt-box .category {
  color: rgb(var(--point-color-02)) !important;
  font-weight: 600;
}
.board-webzine .webzine-item a .txt-box .tit {
  color: #222;
  font-size: 20px;
}
.board-webzine .webzine-item a:hover .txt-box .tit,
.board-webzine .webzine-item a:focus .txt-box .tit {
  color: #222;
  text-decoration: underline;
}
.board-webzine .webzine-item a .txt-box .board-webzine-info {
  display: flex;
  flex-wrap: wrap;
}
.board-webzine .webzine-item a .txt-box .board-webzine-info > span {
  position: relative;
  padding: 0 8px;
  color: #999;
}
.board-webzine .webzine-item a .txt-box .board-webzine-info > span:first-child {
  padding-left: 0;
}
.board-webzine .webzine-item a .txt-box .board-webzine-info > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 1px;
  height: 13px;
  background: #aaa;
}
.board-webzine .webzine-item a .txt-box .board-webzine-info > span:first-child:before {
  display: none;
}

/* 기사검색 */
.board-gallery.news .gallery-news a .txt-box .category {
  color: rgb(var(--point-color-02)) !important;
  font-weight: 600;
}

.board-gallery.news .gallery-news a .txt-box .board-webzine-info {
  display: flex;
  flex-wrap: wrap;
}
.board-gallery.news .gallery-news a .txt-box .board-webzine-info > span {
  position: relative;
  padding: 0 8px;
  color: #999;
}
.board-gallery.news .gallery-news a .txt-box .board-webzine-info > span:first-child {
  padding-left: 0;
}
.board-gallery.news .gallery-news a .txt-box .board-webzine-info > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 1px;
  height: 13px;
  background: #aaa;
}
.board-gallery.news .gallery-news a .txt-box .board-webzine-info > span:first-child:before {
  display: none;
}

@media (min-width: 992px) {
  .board-webzine .webzine-item a {
    display: flex;
    align-items: stretch;
  }
  .board-webzine .webzine-item a .thum {
    border-radius: 10px;
  }
  .board-webzine .webzine-item a .txt-box {
    margin: 0 0 0 20px;
    padding: 1.6rem;
  }
}

@media (min-width: 1200px) {
  .board-webzine .webzine-item a .thum {
    width: 20%;
    padding-bottom: 12%;
  }
  .board-webzine .webzine-item a .txt-box {
    width: 80%;
  }
  .board-webzine .webzine-item .checkbox {
    z-index: 10;
  }
}

/* 날짜별 검색 */
.date-box-top {
  display: flex;
  flex-wrap: wrap;
}
.date-box-top.pagination .page-item.first,
.date-box-top.pagination .page-item.last {
  display: none;
}
.date-box-top.pagination .page-item,
.date-box-top .form-inline {
  margin: 3px 0;
}
.date-box-top .form-control {
  background: #f5f6f8;
  border: none;
}
.date-box-top .col-form-label {
  margin: 0 15px 0 0;
}
.date-box-top .form-inline .form-group {
  display: flex;
  margin-bottom: 0;
}
.date-box-top .form-control.year-text,
.date-box-top .form-control.month-text,
.date-box-top .form-control.day-text {
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.date-box-top .form-control.year-text {
  width: 70px;
}
.date-box-top .form-control.month-text,
.date-box-top .form-control.day-text {
  width: 40px;
}

@media (min-width: 476px) {
  .date-box-top.pagination .page-item.first,
  .date-box-top.pagination .page-item.last {
    display: block;
  }
}

@media (min-width: 992px) {
  .date-box-top .form-control.year-text,
  .date-box-top .form-control.month-text,
  .date-box-top .form-control.day-text {
    padding: 5px;
    font-size: 24px;
  }
  .date-box-top .form-control.year-text {
    width: 100px;
  }
  .date-box-top .form-control.month-text,
  .date-box-top .form-control.day-text {
    width: 60px;
  }
}
#spot_timeline {
  width: 100%;
  text-align: center;
  border-top: 2px solid rgb(var(--point-color-03));
  margin-bottom: 50px;
}

#spot_timeline .timeline {
  position: relative;
  /* height: 66px; */
  margin: 0 auto;
}

.timeline_btn_head {
  display: flex;
  justify-content: center;
  border: none;
  background: #fff;
  height: auto;
  margin-bottom: 0;
  padding: 20px 0;
}
.timeline_btn_head .nav-tabs {
  padding: 0;
  position: relative;
  width: auto;
  border-bottom: none;
}
.timeline_btn_head .nav-tabs .nav-item {
  width: auto;
  background: transparent;
}
.timeline_btn_head .nav-tabs .nav-item .nav-link {
  height: auto;
  padding: 10px;
  font-size: 14px;
  border-right: none;
  border-radius: 50px;
}
.timeline_btn_head .nav-tabs .nav-item .nav-link.active {
  font-weight: 500;
  background: rgb(var(--point-color-03));
  color: #fff;
}

.timeline_btn_viewmode {
  position: absolute;
  top: 9px;
  right: 0;
}

.timeline_btn_viewmode .bar {
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: 0 2px;
  background: #d0d0d0;
  vertical-align: top;
}

.timeline_btn_year {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}

.timeline_btn_year.is_on {
}

.timeline_btn_month {
  display: inline-block;
  vertical-align: top;
}

.timeline_btn_month.is_on {
  width: 17px;
  height: 11px;
  background-position: -401px -705px;
}

.timeline_btn_publish {
  width: 51px;
  height: 18px;
  background-position: -807px -445px;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  vertical-align: top;
  font-size: 13px;
}

.timeline_btn_publish.is_on {
  width: 51px;
  height: 18px;
  background-position: -807px -467px;
}

.timeline_publish_point {
  display: none;
  position: absolute;
  top: -21px;
  left: 0;
}

.timeline_publish_point:after {
  display: none;
  width: 1px;
  height: 3px;
  margin-top: 13px;
  background: #b6b7b9;
  content: "";
}

.timeline_publish_point.is_show {
  display: inline-block;
}

.timeline_publish_point.is_show:after {
  display: inline-block;
}

.timeline_point_donga {
  width: 50px;
  height: 10px;
  background-position: -533px -518px;
}

.timeline_point_khan {
  width: 50px;
  height: 10px;
  background-position: -587px -518px;
}

.timeline_point_mk {
  width: 49px;
  height: 10px;
  background-position: -641px -518px;
}

.timeline_point_hani {
  width: 42px;
  height: 10px;
  background-position: -670px -608px;
}

.timeline_point_chosun {
  width: 50px;
  height: 10px;
  background-position: -479px -518px;
  top: -34px;
}

.timeline_point_chosun.is_show::after {
  height: 16px;
}

.timeline_bar_yearly .timeline_point_chosun.is_show::after {
  display: none;
}

.timeline_start_tip {
  width: 153px;
  height: 42px;
  background-position: -144px -532px;
  display: none;
  position: absolute;
  top: -38px;
  left: 0;
  z-index: 100;
}

.timeline_start_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 20px;
  padding-top: 5px;
  z-index: 1000;
}

.timeline_start_link:hover .timeline_start_tip {
  display: inline-block;
}

.timeline_start_link.is_short {
  width: 50px;
}

.timeline_end_tip {
  width: 119px;
  height: 41px;
  background-position: -301px -532px;
  display: none;
  position: absolute;
  top: -38px;
  right: 0;
  z-index: 100;
}

.timeline_end_link {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 20px;
  padding-top: 5px;
  z-index: 1000;
}

.timeline_end_link:hover .timeline_end_tip {
  display: inline-block;
}

.timeline_end_link.is_short {
  width: 50px;
}

.timeline_start_block {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 25px;
  z-index: 100;
}

.timeline_start_link.is_need + .timeline_start_block {
  display: none;
}

.timeline_end_block {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 25px;
  z-index: 100;
}

.timeline_end_link.is_need + .timeline_end_block {
  display: none;
}

.timeline_bar_bg.is_monthly .timeline_start_link {
  display: none;
  width: 15px;
}

.timeline_bar_bg.is_monthly .timeline_start_link.is_short {
  width: 0px;
}

.timeline_bar_bg.is_monthly .timeline_end_link {
  display: none;
  width: 15px;
}

.timeline_bar_bg.is_monthly .timeline_end_link.is_short {
  width: 0px;
}

.timeline_bar_bg.is_monthly .timeline_start_link.is_need,
.timeline_bar_bg.is_monthly .timeline_end_link.is_need {
  display: inline-block;
}

.timeline_btn_before {
  width: 18px;
  height: 24px;
  background-position: -782px -584px;
  display: none;
  position: absolute;
  top: -9px;
  left: -24px;
}

.timeline_btn_before:hover {
  width: 18px;
  height: 24px;
  background-position: -782px -547px;
}

.timeline_btn_before.is_disabled {
  width: 18px;
  height: 24px;
  background-position: -782px -510px;
}

.timeline_btn_before.is_disabled:hover {
  width: 18px;
  height: 24px;
  background-position: -782px -510px;
}

.timeline_btn_after {
  width: 18px;
  height: 24px;
  background-position: -720px -308px;
  display: none;
  position: absolute;
  top: -9px;
  right: -24px;
}

.timeline_btn_after:hover {
  width: 18px;
  height: 24px;
  background-position: -720px -280px;
}

.timeline_btn_after.is_disabled {
  width: 18px;
  height: 24px;
  background-position: -782px -621px;
}

.timeline_btn_after.is_disabled:hover {
  width: 18px;
  height: 24px;
  background-position: -782px -621px;
}

.timeline_bar_bg.is_monthly .timeline_btn_before,
.timeline_bar_bg.is_monthly .timeline_btn_after {
  display: inline-block;
}

.timeline_bar_bg {
  display: none;
  position: relative;
  margin: 0 auto 20px;
  padding: 40px 0;
  background: #f3f4f8;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  color: #6a6d75;
  font-size: 11px;
}

.timeline_bar_bg:before {
  display: block;
  width: 800px;
  height: 11px;
  margin: 0 auto;
  background: #b9c7dd;
  border-top: 1px solid #aab2c0;
  border-bottom: 1px solid #aab2c0;
  content: "";
}

.timeline_bar_bg.is_monthly {
  width: 870px;
}

.timeline_bar_bg.is_monthly:before {
  width: 840px;
}

.timeline_bar_yearly {
  display: flex;
  justify-content: space-around;
  width: 800px;
  margin: 0 auto;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.timeline_bar_yearly li {
  position: relative;
  /* float: left; */
}

.timeline_bar_yearly:after {
  display: inline-block;
  clear: both;
  content: "";
}

.timeline_barline_yearly {
  position: relative;
  height: 20px;
}

.timeline_barline_yearly:after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 1px;
  height: 5px;
  background: #dddfe4;
  margin-right: 9px;
}

.timeline_barlink_yearly {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 20px;
  line-height: 20px;
  color: #76757a;
  text-decoration: none;
  z-index: 10;
}

.timeline_barlink_yearly:hover,
.timeline_barlink_yearly:active,
.timeline_barlink_yearly:visited,
.timeline_barlink_yearly:focus {
  color: #76757a;
  text-decoration: none;
}

.timeline_barlink_yearly.is_click {
  z-index: 1;
}

.timeline_bartext_yearly {
  display: none;
  color: #82878d;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: -34px;
  left: -12px;
  z-index: 1;
  width: 36px;
  border: 1px solid #ddd;
  background: #fff;
}

.timeline_bartext_yearly:after {
  position: absolute;
  display: none;
  top: 23px;
  left: 10px;
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #fff;
  border: 3px solid #014a98;
  border-radius: 50%;
}

.timeline_barlink_yearly:hover .timeline_bartext_yearly,
.timeline_barlink_yearly:focus .timeline_bartext_yearly {
  display: block;
}

.timeline_bar_monthly {
  display: flex;
  justify-content: center;
  width: 6720px;
  margin-top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.timeline_bar_monthly.on_transition {
  -webkit-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}

.timeline_bar_monthly li {
  position: relative;
  /* float: left; */
}

.timeline_bar_monthly:after {
  display: inline-block;
  clear: both;
  content: "";
}

.timeline_rolling_monthly {
  position: relative;
  /* display: none; */
  width: 810px;
  height: 20px;
  margin-top: 0;
  overflow: hidden;
  text-align: left;
  margin: 0 auto;
}

.timeline_barline_monthly {
  position: relative;
  height: 20px;
}

.timeline_barlink_monthly {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 20px;
  line-height: 20px;
  color: #76757a;
  text-decoration: none;
  z-index: 100;
}

.timeline_barlink_monthly:hover,
.timeline_barlink_monthly:active,
.timeline_barlink_monthly:visited,
.timeline_barlink_monthly:focus {
  color: #76757a;
  text-decoration: none;
}

.timeline_barlink_monthly.is_click {
  z-index: 10;
}

.timeline_bar_fiveyear .timeline_barlink_monthly {
  color: #292c31;
}

.timeline_bar_fiveyear .timeline_barlink_monthly:hover,
.timeline_bar_fiveyear .timeline_barlink_monthly:active,
.timeline_bar_fiveyear .timeline_barlink_monthly:focus {
  color: #292c31;
}

.timeline_bartext_monthly {
  display: none;
  color: #82878d;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: -34px;
  left: -18px;
  z-index: 10;
}

.timeline_bartext_monthly:after {
  position: absolute;
  display: none;
  top: 22px;
  left: 16px;
  content: "";
}
.timeline_bar_fiveyear .timeline_barlink_monthly:hover .timeline_barpoint {
  position: relative;
  height: 20px;
  z-index: 100;
}

.timeline_barpoint:after {
  position: absolute;
  top: 0;
  left: -1px;
  display: inline-block;
  content: "";
  width: 1px;
  height: 7px;
  background: #b6b7b9;
}

.timeline_graph_yearly {
  width: 800px;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.timeline_graph_yearly li {
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  float: left;
}

.timeline_graph_yearly:after {
  display: inline-block;
  clear: both;
  content: "";
}

.timeline_graphbar_yearly {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  display: inline-block;
  background: #c1d6f1;
}

.timeline_graphlink_yearly {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 45px;
  margin: 1px 0 -5px 0;
  z-index: 1;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.timeline_graphlink_yearly:hover:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 5px;
  left: 0;
  z-index: 10;
  border: 1px solid #1d6ee6;
  content: "";
}

.timeline_graphlink_yearly.is_click {
  background: #e3e8ee;
}

.timeline_graphlink_yearly.is_click .timeline_graphbar_yearly {
  background: #709ddd;
}

.timeline_graphlink_yearly.is_click:before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 3px;
  background: #6275a5;
  border-top: 1px solid #4c5a84;
  border-bottom: 1px solid #4c5a84;
  content: "";
}

.timeline_graphtext_yearly {
  color: #6199e4;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  width: 39px;
  height: 19px;
  background-position: -756px -339px;
  display: inline-block;
  z-index: 1;
}

.timeline_graph_monthly {
  width: 6720px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.timeline_graph_monthly.on_transition {
  -webkit-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}

.timeline_graph_monthly li {
  float: left;
}

.timeline_graph_monthly:after {
  display: inline-block;
  clear: both;
  content: "";
}

.timeline_graph_rolling {
  position: relative;
  display: none;
  width: 840px;
  height: 65px;
  overflow: hidden;
  text-align: left;
}

.timeline_graphbar_monthly {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  display: inline-block;
  background: #c1d6f1;
  z-index: 1;
}

.timeline_graphlink_monthly {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 45px;
  margin: 1px 0 -5px 0;
  z-index: 1;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.timeline_graphlink_monthly:hover:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 5px;
  left: 0;
  z-index: 10;
  border: 1px solid #1d6ee6;
  content: "";
}

.timeline_graphlink_monthly.is_click {
  background: #e3e8ee;
}

.timeline_graphlink_monthly.is_click .timeline_graphbar_monthly {
  background: #709ddd;
}

.timeline_graphlink_monthly.is_click:before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 3px;
  background: #6275a5;
  border-top: 1px solid #4c5a84;
  border-bottom: 1px solid #4c5a84;
  content: "";
}

.timeline_graphtext_monthly {
  color: #6199e4;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  width: 51px;
  height: 19px;
  background-position: -807px -422px;
  display: inline-block;
  z-index: 1;
}

.timeline_tooltip_yearly {
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 10;
}

.timeline_tooltip_monthly {
  display: none;
  position: absolute;
  z-index: 10;
}

.timeline_bar_bg.is_monthly .timeline_bar_yearly {
  display: none;
}

.timeline_bar_bg.is_monthly .timeline_rolling_monthly,
.timeline_bar_bg.is_monthly .timeline_tooltip_monthly {
  display: inline-block;
}

.timeline_head_graph.is_monthly .timeline_graph_yearly,
.timeline_head_graph.is_monthly .timeline_tooltip_yearly {
  display: none;
}

.timeline_head_graph.is_monthly .timeline_graph_rolling,
.timeline_head_graph.is_monthly .timeline_tooltip_monthly {
  display: inline-block;
}

.timeline_handle_left {
  width: 12px;
  height: 15px;
  background-position: -848px -773px;
  position: absolute;
  bottom: -8px;
  left: -11px;
}

.timeline_handle_right {
  width: 12px;
  height: 15px;
  background-position: -310px -801px;
  position: absolute;
  bottom: -8px;
  right: -11px;
}

.timeline_handle_section {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  z-index: 100;
  cursor: pointer;
}

.timeline_handle_section.on_transition {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.timeline_handle_section.show_tooltip .timeline_handle_tooltip {
  display: inline-block;
}

.timeline_handle_tooltip {
  display: none;
  position: absolute;
  bottom: 18px;
  z-index: 1;
  color: #6199e4;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  background: #fefcff;
  border: 1px solid #b2b4b3;
  width: 70px;
  height: 19px;
}

.timeline_handle_section_monthly {
  display: none;
  position: absolute;
  top: 5px;
  left: 0;
  height: 5px;
  z-index: 100;
  cursor: pointer;
}

.timeline_handle_section_monthly.on_transition {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.timeline_handle_section_monthly:hover .timeline_handle_tooltip {
  display: inline-block;
}

.timeline_handle_tooltip_monthly {
  display: none;
  position: absolute;
  bottom: 18px;
  z-index: 10;
  color: #6199e4;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  background: #fefcff;
  border: 1px solid #b2b4b3;
  width: 100px;
  height: 19px;
}

.timeline_bar_bg.is_monthly .timeline_handle_tooltip_monthly.is_show {
  display: inline-block;
}

.timeline_bar_bg.is_monthly .timeline_handle_section {
  display: none;
}

.timeline_bar_bg.is_monthly .timeline_handle_section_monthly {
  display: block;
}

.timeline_sectionselect {
  display: none;
  position: absolute;
  z-index: 120;
  text-align: left;
  bottom: -17px;
  background: #fefefe;
  width: 92px;
  height: 55px;
  border: 1px solid #96969a;
}

.timeline_sectionselect_list {
  display: inline-block;
  width: 92px;
  padding: 2px 0;
}

.timeline_sectionselect_item {
  display: block;
  line-height: 17px;
  color: #545454;
  text-decoration: none;
  padding: 0 5px;
  font-size: 11px;
}

.timeline_sectionselect_item:hover {
  background: #dae7f9;
  text-decoration: none;
}

.timeline_sectionselect_item:active,
.timeline_sectionselect_item:visited,
.timeline_sectionselect_item:focus {
  text-decoration: none;
}

.timeline_sectionselect_item.is_disabled {
  color: #bababa;
}

.timeline_sectionselect_item.is_disabled:hover {
  background: #fefefe;
  text-decoration: none;
}

.timeline_bar_bg.is_monthly .timeline_sectionselect.is_show {
  display: inline-block;
}

.timeline.in_date .timeline_barpoint {
  z-index: 1;
}

.timeline.in_date .timeline_barlink_yearly {
  height: 25px;
  margin-top: -5px;
  line-height: 32px;
}

.timeline.in_date .timeline_barlink_yearly.show_tooltip .timeline_bartext_yearly {
  width: 36px;
  height: 22px;
  background-position: -756px -313px;
  display: inline-block;
  top: -29px;
}

.timeline.in_date .timeline_barlink_yearly.show_tooltip .timeline_bartext_yearly:after {
  width: 16px;
  height: 16px;
  background-position: -845px -611px;
  display: inline-block;
}

.timeline.in_date .timeline_barlink_yearly.is_click .timeline_bartext_yearly {
  display: inline-block;
  color: #6199e4;
  background: #fff;
  border: 1px solid #ddd;
}

.timeline.in_date .timeline_barlink_yearly.is_click .timeline_bartext_yearly:after {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #fff;
  border: 3px solid #014a98;
  border-radius: 50%;
}

.timeline.in_date .timeline_bar_monthly {
  margin-top: 45px;
}

.timeline.in_date .timeline_rolling_monthly {
  height: 65px;
  margin-top: -45px;
  padding: 0 6px;
}

.timeline.in_date .timeline_rolling_monthly:before {
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 11px;
  height: 12px;
  background: #f8f8f8;
  z-index: 10;
  content: "";
}

.timeline.in_date .timeline_barlink_monthly {
  position: relative;
  height: 25px;
  margin-top: -5px;
  line-height: 32px;
}

.timeline.in_date .timeline_barlink_monthly.show_tooltip .timeline_bartext_monthly {
  width: 48px;
  height: 22px;
  background-position: -807px -396px;
  display: inline-block;
  top: -29px;
}

.timeline.in_date .timeline_barlink_monthly.show_tooltip .timeline_bartext_monthly:after {
  width: 16px;
  height: 16px;
  background-position: -845px -611px;
  display: inline-block;
}

.timeline.in_date .timeline_barlink_monthly.show_tooltip .timeline_bartext_monthly.is_start {
  width: 48px;
  height: 22px;
  background-position: -807px -370px;
  left: 0;
}

.timeline.in_date .timeline_barlink_monthly.show_tooltip .timeline_bartext_monthly.is_start:after {
  left: -3px;
}

.timeline.in_date .timeline_barlink_monthly.show_tooltip .timeline_bartext_monthly.is_end {
  width: 48px;
  height: 22px;
  background-position: -807px -344px;
  left: -34px;
}

.timeline.in_date .timeline_barlink_monthly.show_tooltip .timeline_bartext_monthly.is_end:after {
  left: 32px;
}

.timeline.in_date .timeline_barlink_monthly.is_click .timeline_bartext_monthly {
  width: 48px;
  height: 22px;
  background-position: -807px -318px;
  display: inline-block;
  top: -29px;
  color: #6199e4;
}

.timeline.in_date .timeline_barlink_monthly.is_click .timeline_bartext_monthly.is_start {
  width: 48px;
  height: 22px;
  background-position: -807px -292px;
  left: 0;
}

.timeline.in_date .timeline_barlink_monthly.is_click .timeline_bartext_monthly.is_start:after {
  left: -3px;
}

.timeline.in_date .timeline_barlink_monthly.is_click .timeline_bartext_monthly.is_end {
  width: 48px;
  height: 22px;
  background-position: -807px -266px;
  left: -34px;
}

.timeline.in_date .timeline_barlink_monthly.is_click .timeline_bartext_monthly.is_end:after {
  left: 32px;
}

.timeline.in_date .timeline_barlink_monthly.is_click .timeline_bartext_monthly:after {
  width: 16px;
  height: 16px;
  background-position: -845px -640px;
  display: inline-block;
}

.timeline.in_keyword .timeline_barlink_yearly:hover,
.timeline.in_detail .timeline_barlink_yearly:hover {
  background: #e3e8ee;
}

.timeline.in_keyword .timeline_barlink_monthly,
.timeline.in_detail .timeline_barlink_monthly {
  width: 84px;
}

.timeline.in_keyword .timeline_barlink_monthly:hover,
.timeline.in_detail .timeline_barlink_monthly:hover {
  background: #e3e8ee;
}

.timeline.in_keyword .timeline_tooltip_monthly,
.timeline.in_detail .timeline_tooltip_monthly {
  top: 7px;
  left: 0;
}

.timeline.in_detail .timeline_rolling_monthly {
  padding: 10px 12px 0;
  margin-top: -10px;
}

.timeline.in_detail .timeline_rolling_monthly:before {
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 12px;
  height: 12px;
  background: #f8f8f8;
  z-index: 110;
  content: "";
}

/* timeline-month */
.timeline-month {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.timeline-month .nav-item {
  margin-bottom: 4px;
}
.timeline-month .nav-link {
  position: relative;
  height: 38px;
  padding: 7px 14px;
  color: #777;
  background-color: #f5f6f8;
  border: none;
  margin: 2px;
}
.timeline-month .nav-item .nav-link:hover,
.timeline-month .nav-item .nav-link:focus,
.timeline-month .nav-item.active .nav-link,
.timeline-month.nav-pills .nav-link.active {
  background: #fff;
  border: 2px solid rgb(var(--point-color-02));
  color: rgb(var(--point-color-02));
}
.timeline-month .nav-item.list-on .nav-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 5px;
  height: 5px;
  background: rgb(var(--point-color-02));
  border-radius: 50%;
}
@media (min-width: 992px) {
  .timeline_bar_bg {
    display: block;
  }
}

/* 기사검색 상세 */
.board-record-view.newspaper .img-thumb {
  padding-bottom: 100%;
  background: #d5d7dc url(/common/images/thumb-non.png) no-repeat 50% 50%;
}
.board-record-view .news-img {
  position: relative;
}
.board-record-view .news-img .img-thumb {
  height: calc(100% - 48px);
}
.board-record-view .news-img .news-btn {
  padding: 6px 24px;
}
@media (max-width: 991px) {
  .board-record-view .news-img .news-btn {
    bottom: -48px;
  }
}

/* 상세 */
.board-record-view .img-thumb {
  height: 100%;
  background: none;
}
/*.board-record-view .img-thumb.no-img {background: #f0f1f5 url(/common/images/thumb-non.png) no-repeat 50% 50%;}*/
.board-record-view .img-thumb.no-img.num01 {
  background: #f2f3f5 url(/site/resource/pnu/archives/images/thum_num01.png) no-repeat 50% 50%;
}
.board-record-view .img-thumb.no-img.num02 {
  background: #f2f3f5 url(/site/resource/pnu/archives/images/thum_num02.png) no-repeat 50% 50%;
}
.board-record-view .img-thumb.no-img.num03 {
  background: #f2f3f5 url(/site/resource/pnu/archives/images/thum_num03.png) no-repeat 50% 50%;
}
.board-record-view .img-thumb.no-img.num04 {
  background: #f2f3f5 url(/site/resource/pnu/archives/images/thum_num04.png) no-repeat 50% 50%;
}
.board-record-view .img-thumb.no-img.num05 {
  background: #f2f3f5 url(/site/resource/pnu/archives/images/thum_num05.png) no-repeat 50% 50%;
}
.board-record-view .img-thumb.no-img.num06 {
  background: #f2f3f5 url(/site/resource/pnu/archives/images/thum_num06.png) no-repeat 50% 50%;
}
.board-record-view .img-thumb.no-img.num07 {
  background: #f2f3f5 url(/site/resource/pnu/archives/images/thum_num07.png) no-repeat 50% 50%;
}
.board-record-view .img-thumb img {
  max-width: 100%;
  height: auto;
}
.board-record-view .img-thumb.no-img img {
  height: 100%;
}
.board-record-view .record-right .reco-tit {
  font-size: 1.563rem;
  font-weight: bold;
  margin: 20px 0 0;
}
.board-record-view .record-right .reco-tit span {
  display: block;
  font-size: 1.125rem;
  color: #aaa;
}

.board-record-view .record-right .reco-txt-box {
  border-top: 2px solid rgb(var(--point-color-03));
  margin: 30px 0 0;
}
.board-record-view .record-right .reco-txt-box li {
  text-align: left;
  margin: 0;
}
.board-record-view .record-right .reco-txt-box li div {
  border-bottom: 1px solid #ddd;
  padding: 0.7rem 0;
}
.board-record-view .record-right .reco-txt-box li .tit {
  position: relative;
  font-weight: 600;
  color: #222;
  margin: 0 15px 0 0;
  padding: 0 0 0 10px;
}
.board-record-view .record-right .reco-txt-box li .tit:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: calc(50% - 5px);
  border-bottom: 2px solid #000;
}
.board-record-view .record-right .reco-txt-box li .txt {
  color: #555;
}

@media (min-width: 768px) {
  .board-record-view .record-right .reco-txt-box li {
    border-bottom: 1px solid #ddd;
    padding: 0.9rem 0;
  }
  .board-record-view .record-right .reco-txt-box li div {
    border-bottom: none;
    padding: 0;
  }
}

/* 컬렉션 검색 */
.board-colle a {
  display: block;
}
.board-colle a .thum {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  background: #d5d7dc url(/common/images/thumb-non.png) no-repeat 50% 50%;
  transition: all 0.5s;
  border-radius: 10px;
}
.board-colle a .thum > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  object-fit: cover;
}
.board-colle a:hover .thum > img,
.board-colle a:focus .thum > img {
  transform: scale(1.1);
}
.board-colle a img {
  max-width: 100%;
  border-radius: 10px;
}
.board-colle a .tit {
  font-size: 1.125rem;
  color: #222;
  display: block;
  width: auto;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
  text-align: center;
  margin: 5px 0 0;
}
.board-colle a:hover .tit,
.board-colle a:focus .tit {
  text-decoration: underline;
}
.board-colle a .thum.num01 {
  background: #f2f3f5 url(/site/resource/pnu/archives/images/thum_num01.png) no-repeat 50% 50%;
  background-size: 360px auto;
}
.board-colle a .thum.num02 {
  background: #f2f3f5 url(/site/resource/pnu/archives/images/thum_num02.png) no-repeat 50% 50%;
  background-size: 360px auto;
}
.board-colle a .thum.num03 {
  background: #f2f3f5 url(/site/resource/pnu/archives/images/thum_num03.png) no-repeat 50% 50%;
  background-size: 360px auto;
}
.board-colle a .thum.num04 {
  background: #f2f3f5 url(/site/resource/pnu/archives/images/thum_num04.png) no-repeat 50% 50%;
  background-size: 360px auto;
}
.board-colle a .thum.num05 {
  background: #f2f3f5 url(/site/resource/pnu/archives/images/thum_num05.png) no-repeat 50% 50%;
  background-size: 360px auto;
}
.board-colle a .thum.num06 {
  background: #f2f3f5 url(/site/resource/pnu/archives/images/thum_num06.png) no-repeat 50% 50%;
  background-size: 360px auto;
}
.board-colle a .thum.num07 {
  background: #f2f3f5 url(/site/resource/pnu/archives/images/thum_num07.png) no-repeat 50% 50%;
  background-size: 360px auto;
}

@media (min-width: 992px) {
  .board-colle a .txt-box .tit {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

/* 컬렉션 상세 */
.board-colle-view {
}
.board-colle-view .colle-left {
  position: relative;
  background: #07254f url(/site/resource/pnu/archives/images/colle-view-bg.jpg) no-repeat top left;
  width: 100%;
  padding: 15px;
  height: 100%;
  min-height: 180px;
}
.board-colle-view .colle-left .logo {
  width: 128px;
  height: 31px;
  background: url(/site/resource/pnu/archives/images/colle-view-logo.png) no-repeat center center;
  background-size: 128px auto;
}
.board-colle-view .colle-left .pic {
  position: absolute;
  left: 15px;
  width: 100px;
  height: 100px;
  margin: 10px 0 0;
}
.board-colle-view .colle-left .pic img {
  width: 100%;
}
.board-colle-view .colle-left .txt-box-wr {
  padding: 0 0 0 120px;
}
.board-colle-view .colle-left .txt-box-wr .tit {
  color: #fff;
  font-size: 1.563rem;
}
.board-colle-view .colle-left .txt-box-wr .tit .num {
  font-size: 1.125rem;
}
.board-colle-view .colle-left .txt-box-wr .txt-box {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: left;
  padding: 10px 0 0;
}
.board-colle-view .colle-left .txt-box-wr .txt-box dt {
  font-size: 1rem;
  color: #fff;
}
.board-colle-view .colle-left .txt-box-wr .txt-box dd {
  font-size: 0.938rem;
  color: #6b809d;
}
.board-colle-view .colle-right .coll-tit {
  font-size: 1.563rem;
  font-weight: bold;
  margin: 20px 0 0;
}
.board-colle-view .colle-right .coll-tit span {
  display: block;
  font-size: 1.125rem;
  color: #aaa;
}

@media (min-width: 567px) {
  .board-colle-view .colle-left {
    padding: 20px;
    min-height: 240px;
  }
  .board-colle-view .colle-left .pic {
    left: 20px;
    width: 140px;
    height: 140px;
  }
  .board-colle-view .colle-left .txt-box-wr {
    padding: 0 0 0 180px;
  }
  .board-colle-view .colle-left .txt-box-wr .tit .num {
    margin-right: 10px;
  }
  .board-colle-view .colle-left .txt-box-wr .txt-box {
    padding: 20px 0 0;
  }
}
@media (min-width: 992px) {
  .board-colle-view .colle-left {
    padding: 30px 30px 0;
    width: 260px;
    height: 100%;
    text-align: center;
  }
  .board-colle-view .colle-left .logo {
    width: 159px;
    height: 39px;
    margin: 20px auto;
    background-size: 159px auto;
  }
  .board-colle-view .colle-left .pic {
    position: initial;
    left: auto;
    width: 180px;
    height: 180px;
    margin: 0 auto;
  }
  .board-colle-view .colle-left .txt-box-wr {
    padding: 0;
  }
  .board-colle-view .colle-left .txt-box-wr .tit {
    color: #fff;
    font-size: 1.875rem;
    margin: 30px 0 50px;
  }
  .board-colle-view .colle-left .txt-box-wr .tit .num {
    display: block;
    font-size: 1.25rem;
    margin-right: 0;
  }
  .board-colle-view .colle-left .txt-box-wr .txt-box {
    padding: 30px 0 0;
  }
  .board-colle-view .colle-left .txt-box-wr .txt-box dt {
    font-size: 1.25rem;
  }
  .board-colle-view .colle-left .txt-box-wr .txt-box dd {
    font-size: 1.063rem;
  }

  .board-colle-view .colle-right {
    width: calc(100% - 260px);
    margin: 0;
  }
  .board-colle-view .colle-right .coll-tit {
    font-size: 1.875rem;
  }
  .board-colle-view .colle-right .coll-tit span {
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .board-colle-view .colle-left {
    width: 320px;
  }
  .board-colle-view .colle-right {
    width: calc(100% - 320px);
  }
}

/* 기록관 사람들 */
.prof-box {
  background: #f7f7f7;
  border-top: 4px solid rgb(var(--point-color-03));
  margin: 0 0 10px;
}
.prof-box .prof-box-inner:before {
  display: none;
}
.prof-box .prof-box-inner:after {
  background: url(/site/resource/pnu/archives/images/ico_prof.png) no-repeat;
}
.prof-box .prof-name {
  margin-left: 8px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #222;
}
.prof-box .prof-box-inner {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}
.prof-box .prof-box-header,
.prof-box .prof-box-body {
  width: 100%;
  height: auto;
}
.prof-box .prof-box-body {
  min-height: auto;
  padding: 20px 30px;
}
.prof-box .prof-box-body dl {
  margin: 0;
}
.prof-photo {
  width: 90px;
  height: 90px;
}
.prof-photo img {
  width: 90px;
}
@media (min-width: 380px) {
  .prof-box .prof-box-header {
    padding: 15px 20px;
  }
  .prof-box .prof-duty {
    font-size: 20px;
    font-weight: 500;
  }
  .prof-box .prof-box-list dt {
    font-size: 16px;
    font-weight: 600;
    flex: 0 0 120px;
    max-width: 120px;
    margin-right: 15px;
    color: rgb(var(--point-color-03));
  }
}
@media (min-width: 992px) {
  .prof-box .prof-box-body {
    min-height: 210px;
  }
  .prof-box.prpast .prof-box-body {
    min-height: 100px;
  }
  .prof-box .prof-box-list dt {
    flex: 0 0 60px;
    max-width: 60px;
  }
}
@media (min-width: 1200px) {
  .prof-box .prof-box-body {
    min-height: 210px;
  }
}

@media (min-width: 1400px) {
  .prof-box .prof-box-body {
    min-height: 140px;
  }
  .prof-box .prof-box-list dt {
    flex: 0 0 120px;
    max-width: 120px;
  }
}

/* 이용안내 */
.con-list-style01 {
  border-top: 3px solid rgb(var(--point-color-02));
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.con-list-style01 .row .col:first-child {
  border-bottom: 1px dotted #ddd;
}
.con-list-style01 [class*="tit-"] {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .con-list-style01 {
    padding: 20px 0;
  }
  .con-list-style01 .row .col:first-child {
    border-right: 1px dotted #ddd;
    border-bottom: none;
  }
  .con-list-style01 [class*="tit-"] {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .con-list-style01 .row .col:first-child {
  }
}

/********** Message Box **********/
.message-box {
  padding: 10px;
  margin-bottom: 30px;
  background: linear-gradient(-45deg, white 25%, #dbdcdc 0, #dbdcdc 50%, white 0, white 75%, #dbdcdc 0);
  -webkit-background-size: 5px 5px;
  background-size: 5px 5px;
  font-size: 16px;
}
.message-box .message-box-inner {
  padding: 16px;
  background-color: white;
}
.message-box b {
  font-weight: 500;
}

.message-box .text-box {
  margin-bottom: 30px;
  letter-spacing: -0.05rem;
}
.message-box .text-title {
  margin-bottom: 5px;
  color: #023975;
  font-size: 17px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .message-box .text-title {
    font-size: 18px;
  }
}

/* 기증안내 */
.pres-info {
  margin: 30px 0 0;
}
.pres-info .pres-left,
.pres-info .pres-right {
  padding: 30px 15px 30px;
}
.pres-info .pres-left {
  background: #f2f3f4 url(/site/resource/pnu/archives/images/pres-left-bg.png) no-repeat bottom right;
}
.pres-info .pres-left .tit {
  font-size: 1.438rem;
  color: rgb(var(--point-color-01));
  margin: 0 0 20px;
  font-weight: bold;
}
.pres-info .pres-left p {
  margin: 0 0 20px;
}
.pres-info .pres-left p:last-child {
  margin: 0;
}
.pres-info .pres-left .btxt {
  font-size: 1.063rem;
  font-weight: bold;
}
.pres-info .pres-left .stxt {
  color: #333;
  font-size: 0.938rem;
}
.pres-info .pres-right {
  border: 1px solid #ddd;
}
.pres-info .pres-right .tit {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 30px;
}
.pres-info .pres-right .btit {
  margin: 0 0 10px;
}
.pres-info .pres-right .btit span {
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
  color: rgb(var(--point-color-03));
}

@media (min-width: 992px) {
  .pres-info {
  }

  .pres-info .pres-left,
  .pres-info .pres-right {
    padding: 70px 50px;
  }
  .pres-info .pres-left .tit {
    font-size: 1.875rem;
    margin: 0 0 50px;
  }
  .pres-info .pres-left .btxt {
    font-size: 1.125rem;
    font-weight: bold;
  }
  .pres-info .pres-left .stxt {
    color: #555;
    font-size: 1rem;
  }

  .pres-info .pres-right .tit {
    font-size: 1.563rem;
  }
}

/* 기록콘텐츠 - 이미지형 */
.rec-con {
  padding: 30px;
  background-size: cover;
}
.rec-con.img-wrap {
  background: #013875 url("/site/resource/pnu/archives/images/img-wrap-bg.png") no-repeat top;
}
.rec-con.move-wrap {
  background: #148551 url("/site/resource/pnu/archives/images/move-wrap-bg.png") no-repeat top;
}
.rec-con .tit {
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin: 0 0 15px;
  font-size: 1.563rem;
}
.rec-con .tit span {
  display: block;
  font-size: 1rem;
  font-weight: 300;
}
.carousel-box {
  position: relative;
  text-align: center;
}
.carousel-box .prev-btn span,
.carousel-box .next-btn span {
  display: inline-block;
  text-indent: -5000em;
}
.owl-dots-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.owl-carousel .owl-dots-wrapper .owl-dots {
  display: flex;
  align-items: center;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  margin-right: 4px;
  border: none;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.2);
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #fff;
}
.owl-carousel.gallery-con-carousel .play-pause-btn {
  color: white;
  padding-left: 0;
  padding-right: 0;
}
.owl-carousel.gallery-con-carousel .owl-nav {
  display: block;
}
.owl-carousel.gallery-con-carousel .owl-nav button.owl-prev::before,
.owl-carousel.gallery-con-carousel .owl-nav button.owl-next::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
  height: 60px;
}
.owl-carousel.gallery-con-carousel .owl-nav button.owl-prev::before {
  left: 0;
}
.owl-carousel.gallery-con-carousel .owl-nav button.owl-next::before {
  right: 0;
}
.owl-carousel.gallery-con-carousel .owl-nav button.owl-prev::before {
  background: rgba(0, 0, 0, 0.5) url("/site/resource/pnu/archives/images/con-gallery-left.png") no-repeat center;
}
.owl-carousel.gallery-con-carousel .owl-nav button.owl-next::before {
  background: rgba(0, 0, 0, 0.5) url("/site/resource/pnu/archives/images/con-gallery-right.png") no-repeat center;
}
.video-wrapper iframe {
  height: 310px;
}
@media (min-width: 992px) {
  .rec-con {
    padding: 100px 40px 50px;
  }
  .rec-con .tit {
    font-size: 1.875rem;
    margin: 0 0 30px;
  }
  .rec-con .tit span {
    font-size: 1.125rem;
  }
  .video-wrapper iframe {
    height: 720px;
  }
}
/* 인사말 */
.info-visual {
  margin-bottom: 2.5rem;
}

.info-visual .text-box {
  background: rgba(var(--point-color-01), 0.98);
  padding: 2rem;
  color: #fff;
}

.info-visual .text-box > h3 {
  font-weight: 200;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  letter-spacing: -0.05rem;
}

.info-visual .text-box > h3 > strong {
  font-weight: 600;
}

.info-visual .text-box a {
  opacity: 0.8;
}

.info-visual .text-box a:hover,
.info-visual .text-box a:focus {
  opacity: 1;
}

.info-visual .text-box > p {
  margin: 0;
  font-weight: 200;
  color: #b7c5e6;
}

@media (min-width: 992px) {
  .info-visual {
    position: relative;
  }

  .info-visual img {
    height: 330px;
  }

  .info-visual .text-box {
    position: absolute;
    right: 3rem;
    top: 3rem;
    width: 430px;
    min-height: calc(330px - 3rem);
    padding: 3rem;
    box-shadow: 21px 21px 20px 0px rgba(87, 93, 103, 0.2);
  }
}

@media (min-width: 1200px) {
  .info-visual {
    margin-bottom: 4rem;
  }

  .info-visual img {
    height: auto;
  }

  .info-visual .text-box {
    top: 8rem;
    min-height: 350px;
  }
}

/* 사진아카이브 */
.thema.board-colle .thum {
  background: #f2f3f5;
}

/* 기록콘텐츠 */
.b-title {
  margin: 100px auto 120px auto;
}
.b-title mark {
  background-color: #07254f;
  padding: 2px 10px;

  margin-bottom: 0.8rem;
  display: inline-block;
  font-size: 14px;
  color: #fff;
}
.b-title h2 {
  line-height: 1.3;
  font-size: 36px;
}

.b-write.row {
  margin: 80px auto;
}
.b-write mark {
  background-color: #07254f;
  padding: 2px 10px;

  margin-bottom: 0.8rem;
  display: inline-block;
  font-size: 14px;
  color: #fff;
}

.b-img {
  position: relative;
  overflow: hidden;
}
.b-img > p {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-bottom: 64%;
  overflow: hidden;
}

.b-img > p > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-img img {
  width: 100%;
}
.b-img .subtxt_box {
  width: calc(100% - 30px);
  padding: 10px 15px;
  margin-bottom: 0;
  background-color: rgba(7, 37, 79, 0.3);
  /* background-color: rgba(0, 0, 0, 0.3); */
  color: #fff;
  text-align: center;
  word-break: keep-all;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.b-img .subtxt_box p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .b-title h2 {
    font-size: 32px;
  }
}

@media (max-width: 500px) {
  .b-title h2 {
    font-size: 24px;
  }
}
