@charset "utf-8";

/* FONT */
/* @import url('/core/fonts/S-CoreDream/S-CoreDream.css'); */
/* S-CoreDream */
@font-face {
	font-family: 'S-CoreDream';
	font-weight: 400;
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
}
@font-face {
	font-family: 'S-CoreDream';
	font-weight: 500;	
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
}
@font-face {
	font-family: 'S-CoreDream';
	font-weight: 600;
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
}
@font-face {
	font-family: 'S-CoreDream';
	font-weight: 700;
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
}

:root {
  /* font */
  --font-type01: "NotoSansKR";
  --font-type02: "S-CoreDream";

  /* main */
  --main-color01: #09847f;
  --main-color01-hover: #0c6864;
  --main-color02: #223359;
  --main-color02-hover: #112144;

  /* point */
  --point-color01: #c45041;
  --point-color01-hover: #ac3627;
  --white: #fff;
  --tit-color01: #222;
  --tit-color02: #333;
  --txt-color: #666;
  --bg-color: #dff4f6;
  --gray-color01: #eef3fa;
  --primary: #005baa;
  --primary-hover: #004683;
  --secondary: #545b62;
  --secondary-hover: #333;
  --danger: #cd2278;
  --danger-hover: #d63d54;
}

html,
body {
  font-family: var(--font-type01);
  letter-spacing: -0.044em;
  line-height: 1.5;
  color: var(--txt-color);
  overflow-x: hidden;
}

body.openMenu {
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--tit-color01);
  line-height: 1.5;
}

@media (min-width: 768px) {
  .container {
    padding: 0;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }

  .container-sm {
    max-width: 1400px;
  }
}

/*****************************************************
	Common
*****************************************************/
/* 접근성 포커스 */
:focus,
:focus-visible,
.btn:focus,
.btn:focus-visible,
a:focus,
a:focus-visible,
button:focus,
button:focus-visible {
  /* 포커스 색상 변경 요청사항_dukim 수정
  outline: 2px dashed #f96538 !important;
  */
  outline: 2px dashed #b73e3e !important;
  outline-offset: 1px;
  box-shadow: none !important;
}

/* animation */
@keyframes popAni {
  0% {}

  25% {
    transform: translateY(-7px);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(-3px);
  }
}

@keyframes ico-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*****************************************************
	Header
*****************************************************/
#header {
  background: var(--white);
  border-bottom: 1px solid #eee;
}

#mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
}

.layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* utill */
.utill {
  background: #fcfcfc;
  border-bottom: 1px solid #e5e5e5;
}

.utill>div {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 0;
  align-items: center;
  justify-content: space-between;
  height: auto;
}

.utill ul {
  flex-flow: row wrap;
  gap: 0px 8px;
}

.utill ul li {
  color: #686868;
  font-size: 15px;
}

.utill ul li:not(:first-child)::before {
  position: relative;
  top: -2px;
  display: inline-block;
  content: "";
  width: 1px;
  height: 11px;
  background-color: #c4c4c4;
  vertical-align: middle;
  margin-right: 8px;
}

.utill ul li>a {
  position: relative;
  font-size: 14px;
}

.utill ul li a:hover,
.utill ul li a:focus {
  text-decoration: underline;
}

.utill ul li .popup-num {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: var(--main-color01);
  color: var(--white);
  border-radius: 50%;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}

.utill .utill-link .pnu-home {
  background-color: var(--main-color02);
  color: var(--white);
  padding: 4px 8px;
}

.utill .utill-link .pnu-home span:before {
  position: relative;
  top: 0;
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background: url(/local/dorm/pdorm/images/utill-icon.svg) no-repeat center/contain;
  margin-right: 5px;
}

.utill .utill-link .pnu-home a:hover,
.utill .utill-link .pnu-home a:focus {
  color: var(--white);
}

.utill ul:not(.utill-link) {
  padding: 2px 0 5px;
}

/* top menu */
.top-menu-layout {
  justify-content: space-between;
  align-items: center;
  height: 55px;
}

.top-menu-layout h1 {
  margin-bottom: 0;
}

.site-logo {
  display: flex;
  gap: 0 8px;
  align-items: center;
  color: #333;
  font-weight: 600;
  margin-bottom: 0;
}

.site-logo>img {
  width: 36px;
}

.site-logo:hover,
.site-logo:focus {
  color: #333;
  text-decoration: none;
}

.site-logo span {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  color: var(--tit-color01);
}

.site-logo .campus {
  display: block;
  color: var(--main-color01);
}

/* menu */
.menubar-box {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 110;
  width: 80%;
  height: 100vh;
  max-width: 100vw;
  background: var(--white);
  transition: right 0.3s;
  z-index: 1002;
}

.menubar-box.on {
  right: 0;
}

.menubar-box .menubar-header>ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.menubar-box .menubar-header>ul>li {
  flex: 1;
}

.menubar-box .menubar-header a {
  display: block;
  height: 100%;
  text-align: center;
}

.menubar-title-box {
  height: 0;
}

.menubar-title {
  color: var(--white);
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 12px;
}

.menubar-title img {
  width: 120px;
}

.menubar-close {
  position: absolute;
  top: 8px;
  left: -25px;
  display: inline-block;
  color: var(--white);
  width: 45px;
  height: 45px;
  text-align: center;
  background: var(--point-color01) url(/core/images/close-white.png) no-repeat center;
  background-size: 18px;
  border-radius: 50%;
  z-index: 1;
}

.menubar-close:focus,
.menubar-close:hover {
  color: var(--white);
  background: var(--main-color02-hover) url(/core/images/close-white.png) no-repeat center;
  background-size: 18px;
  transform: rotate(90deg);
}

.menubar {
  display: block;
  width: 100%;
  overflow-y: auto;
  max-height: 100dvh;
}

.menubar>li .menuitem {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-menu-layout .top-menu-right {
  display: inline-flex;
  align-items: center;
}

.menu-ham {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: var(--main-color01);
  border: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.menu-ham span {
  display: none;
}

.menu-ham.sitemap {
  display: none;
}

.menu-ham .sitemap-line {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
}

.menu-ham .sitemap-line>span {
  display: inline-block;
  background: var(--white);
  border-radius: 5px;
}

.menu-ham .sitemap-line .line01 {
  width: 16px;
  height: 2px;
}

.menu-ham .sitemap-line .line02 {
  width: 12px;
  height: 2px;
}

.menu-ham .sitemap-line .line03 {
  width: 16px;
  height: 2px;
}

.menu-ham .sitemap-line .line01,
.menu-ham .sitemap-line .line02,
.menu-ham .sitemap-line .line03 {
  transition: 0.3s all ease;
}

.menu-ham:hover,
.menu-ham:focus {
  background-color: var(--main-color01-hover);
}

.menu-ham:hover .sitemap-line .line01,
.menu-ham:focus .sitemap-line .line01 {
  width: 16px;
}

.menu-ham:hover .sitemap-line .line02,
.menu-ham:focus .sitemap-line .line02 {
  width: 16px;
}

.menu-ham:hover .sitemap-line .line03,
.menu-ham:focus .sitemap-line .line03 {
  width: 16px;
}

/* .depth1_list>li {border-bottom: 1px solid rgba(0,0,0,.15);} */
.depth1_list>li>.menuitem {
  height: 60px;
  font-family: var(--font-type01);
  font-size: 18px;
  font-weight: 500;
  color: var(--tit-color01);
  border-bottom: 1px solid #ddd;
  padding: 0 0 0 35px;
}

.depth1_list>li>.menuitem.expanded-true {
  font-weight: 700;
  color: var(--white);
  background-color: var(--main-color01);
  border-color: transparent;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
}

.depth1_list>li>.menuitem .ico {
  position: relative;
  right: 20px;
  width: 30px;
  padding-top: 30px;
  border-radius: 50%;
  background: #f5f5f5 url(/local/dorm/mdorm/images/menuitem.png) no-repeat;
  transition: background-color 0.3s;
}

.depth1_list>li>.menuitem:hover,
.depth1_list>li>.menuitem:focus {
  text-decoration: none;
}

.depth1_list>li>.menuitem:hover .ico,
.depth1_list>li>.menuitem:focus .ico {
  background: var(--point-color01) url(/local/dorm/mdorm/images/menuitem-w.png) no-repeat;
}

.depth1_list>li>.menuitem>.toggle-btn {
  position: relative;
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: 0;
}

.depth1_list>li:has(.depth2_list)>.menuitem>.toggle-btn {
  display: inline-block;
}

.depth1_list>li>.menuitem.haspopup-true>.toggle-btn::after {
  display: inline-block;
  content: "\F64D";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  font-family: var(--font-icon);
  font-size: 22px;
  color: var(--white);
}

.depth1_list>li>.menuitem.haspopup-true.expanded-true>.toggle-btn:after {
  content: "\F63B";
  color: var(--white);
}

.menubar>li>.menuitem.expanded-true+.menubox {
  display: block;
  position: static;
  top: auto;
  left: auto;
  z-index: auto;
  width: 100%;
  height: auto;
  border-bottom: 1px solid var(--main-color01);
}

.menubar>li>.menuitem.expanded-true+.menubox>.menubox-inner {
  opacity: 1;
}

.menubar>li>.menuitem.expanded-true+.menubox>.menubox-inner>.menu {
  display: block;
}

/* 2 depth menuitem */
.menubar .menubox-inner>.menu>li {
  position: relative;
}

.menubar .menubox-inner>.menu>li>.menuitem {
  font-size: 16px;
  min-height: 45px;
  border-bottom: 1px solid #ddd;
  padding: 8px 20px 8px 32px;
}

.menubar .menubox-inner>.menu>li>.menuitem::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 20px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--main-color01);
}

.menubar .menubox-inner>.menu>li>.menuitem:focus,
.menubar .menubox-inner>.menu>li>.menuitem:hover {
  color: var(--main-color01);
}

.menubar .menubox-inner>.menu>li>.menuitem.expanded-true {
  background-color: var(--point-color01);
  color: #fff;
}

.menubar .menubox-inner>.menu>li>.menuitem.expanded-true:before {
  background-color: #fff;
}

.menubar .menubox-inner>.menu>li>.menuitem.expanded-true+.menu {
  display: block;
  background-color: #fff;
  padding: 12px 15px 12px 20px;
  border-bottom: 1px solid #ddd;
}

.menubar>li>.menuitem.haspopup-true.expanded-true+.menubox>.menubox-inner>.menu {
  display: block;
  background-color: #fff;
}

.menubar>li>.menuitem[aria-haspopup="true"] .toggle-btn {
  height: 60px;
  background: 0 0;
  border: 0;
}

.menubar .menubox-inner>.menu>li>.menuitem[aria-haspopup="true"]>.toggle-btn::after,
.menubar .menubox-inner>.menu>li>.menuitem[aria-haspopup="true"]>.toggle-btn::before,
.menubar>li>.menuitem[aria-haspopup="true"] .toggle-btn::before,
.menubar>li>.menuitem[aria-haspopup="true"]>.toggle-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #666;
}

.menubar .menubox-inner>.menu>li>.menuitem[aria-haspopup="true"]>.toggle-btn::before,
.menubar>li>.menuitem[aria-haspopup="true"]>.toggle-btn::before {
  right: 20px;
  width: 16px;
  height: 2px;
}

.menubar .menubox-inner>.menu>li>.menuitem[aria-haspopup="true"]>.toggle-btn::after,
.menubar>li>.menuitem[aria-haspopup="true"]>.toggle-btn::after {
  right: 27px;
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%);
}

.menubar .menubox-inner>.menu>li>.menuitem[aria-haspopup="true"].expanded-true>.toggle-btn::after,
.menubar>li>.menuitem[aria-haspopup="true"].expanded-true>.toggle-btn::after {
  display: none;
}

.menubar .menubox-inner>.menu>li>.menuitem[aria-haspopup="true"].expanded-true>.toggle-btn::before,
.menubar>li>.menuitem[aria-haspopup="true"].expanded-true>.toggle-btn::before {
  background-color: #fff;
}

.menubar .toggle-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 50px;
  cursor: pointer;
}

.menubar>li>.menuitem>.toggle-btn {
  width: 60px;
  height: 60px;
  border: 0;
  background-color: transparent;
  transition: 0.3s;
}

.menubar .menubox-inner>.menu>li>.menuitem>.toggle-btn {
  height: 45px;
  background: 0 0;
  border: 0;
}

.menubar .menubox-inner>.menu>li>.menuitem.haspopup-true>.toggle-btn::after,
.menubar .menubox-inner>.menu>li>.menuitem.haspopup-true>.toggle-btn::before,
.menubar>li>.menuitem.haspopup-true>.toggle-btn::after,
.menubar>li>.menuitem.haspopup-true>.toggle-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #666;
}

.menubar .menubox-inner>.menu>li>.menuitem.haspopup-true>.toggle-btn::before,
.menubar>li>.menuitem.haspopup-true>.toggle-btn::before {
  right: 20px;
  width: 16px;
  height: 2px;
}

.menubar .menubox-inner>.menu>li>.menuitem.haspopup-true>.toggle-btn::after,
.menubar>li>.menuitem.haspopup-true>.toggle-btn::after {
  right: 27px;
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%);
}

.menubar .menubox-inner>.menu>li>.menuitem.haspopup-true>.toggle-btn::after,
.menubar .menubox-inner>.menu>li>.menuitem.haspopup-true>.toggle-btn::before {
  background-color: #929292;
}

.menubar .menubox-inner>.menu>li.active>.menuitem.haspopup-true>.toggle-btn::after,
.menubar .menubox-inner>.menu>li.active>.menuitem.haspopup-true>.toggle-btn::before {
  background-color: var(--point-color03) !important;
}

.menubar .menubox-inner>.menu>li>.menuitem.haspopup-true.expanded-true>.toggle-btn::before,
.menubar>li>.menuitem.haspopup-true.expanded-true>.toggle-btn::before {
  background-color: #fff;
}

.menubar .menubox-inner>.menu>li>.menuitem.haspopup-true.expanded-true>.toggle-btn::after,
.menubar>li>.menuitem.haspopup-true.expanded-true>.toggle-btn::after {
  display: none;
}

/* 2 depth menuitem 하위 메뉴 열림 */
.menubar .menubox-inner>.menu>li>.menu {
  list-style: none;
  background-color: #f7f7f7;
  padding: 10px 0;
  margin: 0;
}

/* 3 depth menu li */
.menubar .menubox-inner>.menu>li>.menu>li {
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 5px;
}

.menubar .menubox-inner>.menu>li>.menu>li>.menuitem {
  position: relative;
  padding: 2px 0 2px 15px;
}

.menubar .menubox-inner>.menu>li>.menu>li>.menuitem::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  width: 7px;
  height: 2px;
  background-color: #bbb;
  z-index: 1;
}

.menubar .menubox-inner>.menu>li>.menu>li:last-child {
  margin-bottom: 0;
}

/* 2 depth menuitem 하위 메뉴 닫힘 */
.menubar .menubox-inner>.menu>li>.menu>li>.menuitem {
  display: block;
  font-size: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.menubar .menubox-inner>.menu {
  display: none;
}

.depth3_list>li a {
  position: relative;
  display: inline-block;
  padding-left: 12px;
}

.depth3_list>li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--main-color01);
  width: 5px;
  height: 1px;
  margin-right: 5px;
}

.depth3_list>li a:hover,
.depth3_list>li a:focus {
  text-decoration: underline;
}

.header-bg,
.header-bg.on {
  display: none;
}

@media (min-width: 480px) {
  .utill>div {
    padding-top: 0;
    padding-bottom: 0;
  }

  .utill ul li>a {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .site-logo span {
    line-height: 1.2;
  }

  .utill ul li[class*="utill-"]>a {
    padding-left: 21px;
  }

  .utill ul li[class*="utill-"]>a:before {
    display: block;
  }

  .utill ul li.utill-login>a:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(/local/dorm/mdorm/images/utill-ico.png) 0 0 no-repeat;
  }
}

@media (min-width: 992px) {
  #header {
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #e5e5e5;
  }

  .utill ul:not(.utill-link) {
    padding: 0;
  }

  .top-menu {
    position: relative;
  }

  .top-menu-layout {
    position: relative;
    height: 70px;
  }

  .site-logo .logo-txt {
    margin-left: 10px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .site-logo .logo-txt p {
    margin-bottom: 0;
  }

  .site-logo .logo-txt span {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    color: #555;
  }

  .site-logo span {
    font-size: 15px;
  }

  .menu-link {
    display: flex;
    column-gap: 5px;
  }

  .menu-link a {
    background-color: var(--main-color01);
    color: var(--white);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 20px;
    border: 1px solid var(--main-color01);
  }

  .menu-link a:hover {
    background-color: var(--white);
    color: var(--main-color01);
  }

  .menu-ham {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .menu-ham:after {
    display: none;
  }

  .menu-ham.sitemap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
  }

  .menubar {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    overflow: visible;
  }

  .menubar .toggle-btn {
    display: none;
  }

  .menubar-box {
    position: static;
    display: flex;
    justify-content: flex-end;
    flex: 1 1 10%;
    z-index: 20;
    height: 100%;
    max-width: 100%;
    background-color: #fff;
    margin-right: 0;
    transition: right 0.3s;
  }

  .header-bg {
    position: absolute;
    top: 100%;
    left: 50%;
    right: 50%;
    z-index: 10;
    display: none;
    width: 100vw;
    border-top: 1px solid #ddd;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #fff;
    box-shadow: 0 5px 7px -2px rgba(59, 56, 56, 0.35);
  }

  .header-bg.on {
    display: block;
  }

  .depth1_list {
    display: flex;
  }

  .depth1_list>li>.menuitem {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    justify-content: center;
    padding: 0 8px;
  }

  .depth1_list>li>.menuitem.on,
  .depth1_list>li>.menuitem:focus,
  .depth1_list>li>.menuitem:hover {
    color: var(--main-color01);
  }

  .depth1_list>li>.menuitem:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    background: var(--main-color01);
    transition: 0.3s width;
  }

  .depth1_list>li>.menuitem.on:before {
    width: 50px;
  }

  .depth1_list>li>.menuitem:focus:before,
  .depth1_list>li>.menuitem:hover:before {
    width: 50px;
  }

  .depth1_list>li:has(.depth2_list)>.menuitem>.toggle-btn {
    display: none;
  }

  .depth1_list>li>.menubox {
    visibility: hidden;
    opacity: 0;
    height: 100%;
  }

  .depth1_list>li>.menubox.active {
    visibility: visible;
    opacity: 1;
  }

  .depth1_list.active .menubox {
    visibility: visible;
    opacity: 1;
  }

  .depth1_list:not(.active) .menubox.active {
    opacity: 0;
  }

  .depth2_list>li>.menuitem {
    justify-content: center;
  }

  .menubar>li>[role="menuitem"] {
    height: 100%;
    border-bottom: none;
  }

  .menubar .menuitem {
    justify-content: center;
  }

  .menubar-title-box {
    display: none;
  }

  .top-menu:focus .menubox,
  .top-menu:hover .menubox {
    display: block;
  }

  .menubar>li:focus .menubox,
  .menubar>li:hover .menubox {
    display: block;
    background-color: transparent;
  }

  .menubar .menubox-inner [role="menuitem"] {
    padding-right: 0;
  }

  .menubar .menubox-inner>.menu>li>.menuitem {
    font-size: 13px;
    color: #666;
    max-width: 130px;
    height: auto;
    min-height: auto;
    border-bottom: 0;
    transition: none;
    padding: 8px 10px;
    white-space: break-spaces;
    text-align: center;
    line-height: 1.2;
  }

  .menubar .menubox-inner>.menu>li>.menuitem:focus,
  .menubar .menubox-inner>.menu>li>.menuitem:hover {
    font-weight: 600;
    color: var(--main-color01);
    text-decoration: none;
  }

  .menubar .menubox-inner>.menu>li>.menuitem::before {
    display: none;
  }

  .menubar .menubox {
    position: relative;
    z-index: 40;
  }

  .menubar .menubox.on {
    z-index: 101;
  }

  .menubar .menubox-inner {
    display: flex;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 40;
  }

  .menubar .menubox.on .menubox-inner {
    z-index: 2;
  }

  .menubar .menubox-dummy-2,
  .menubar .menubox-inner>[role="menu"] {
    display: flex;
    width: 100%;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    margin-top: 1px;
  }

  .menubar .menubox-inner>[role="menu"] {
    background-color: transparent;
  }

  .menubar .menubox-inner>[role="menu"]>li {
    text-align: center;
    width: 100%;
  }

  .menubar .menubox-inner>[role="menu"]>li>[role="menu"]>li {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 4px;
  }

  .menubar .menubox-inner>[role="menu"]>li>[role="menu"]>li::before {
    left: 8px;
  }

  .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;
  }

  .depth3_list>li .menuitem {
    text-align: center;
    padding: 0;
  }

  .depth3_list>li {
    padding: 0;
  }

  .depth3_list>li a {
    height: 24px;
    line-height: 24px;
  }

  .menubar .menubox-inner>.menu>li>.menu {
    display: block;
    font-size: 13px;
    padding: 5px 0;
  }

  .menubar .menubox-inner>.menu>li>.menu>li {
    padding: 0;
    margin-bottom: 0;
  }

  .menubar .menubox-inner>.menu>li>.menu>li>.menuitem {
    font-size: 13px;
    padding: 0;
  }

  .menubar .menubox-inner>.menu>li>.menu>li>.menuitem::before {
    display: none;
  }

  /* custom-mypage */
  .menubar .mypage {
    margin-right: -50px
  }

  .menubar .mypage>[role="menuitem"] {
    max-width: 140px;
  }

  .menubar .mypage .menubox-inner>[role="menu"] {
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: inherit;
    max-width: 200px;
    background: #f7f7f7;
  }

  .menubar .mypage .menubox-inner>[role="menu"]>li {
    flex: 0 0 50%;
    width: 42%;
  }

  .menubar .mypage .menubox-inner>.menu>li>.menuitem {
    padding: 5px 5px;
    word-break: keep-all;
  }
}

@media (min-width: 1200px) {
  .utill .utill-link {
    display: flex;
    height: 36px;
    align-items: center;
    gap: 0;
  }

  .utill .utill-link li {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-right: 1px solid #e5e5e5;
    transition: 0.3s;
  }

  .utill .utill-link li:hover,
  .utill .utill-link li:focus {
    background-color: var(--main-color01-hover);
  }

  .utill .utill-link li:not(:first-child)::before {
    display: none;
  }

  .utill .utill-link .pnu-home {
    background-color: var(--main-color01);
    color: var(--white);
    padding: 0 20px;
  }

  .utill .utill-link .pnu-home span:before {
    position: relative;
    top: 1px;
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    background: url(/local/dorm/pdorm/images/utill-icon.svg) no-repeat center/contain;
    margin-right: 10px;
  }

  .utill .utill-link .pnu-home a:hover,
  .utill .utill-link .pnu-home a:focus {
    color: var(--white);
  }

  .utill .utill-link li:hover a,
  .utill .utill-link li:focus a {
    color: var(--white);
    text-decoration: none;
  }

  .top-menu-layout {
    height: 85px;
  }

  .site-logo {
    gap: 0 8px;
  }

  .site-logo>img {
    width: 45px;
  }

  .site-logo span {
    font-size: 18px;
  }

  .site-logo .logo-txt p {
    font-size: 20px;
  }

  .site-logo .logo-txt span {
    font-size: 11px;
  }

  .header-bg {
    background: var(--white);
    overflow: hidden;
  }

  .header-bg .container {
    position: relative;
    height: 100%;
  }

  .header-bg .container:before {
    content: "";
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 300px;
    height: 300px;
    background-image: url(/local/dorm/pdorm/images/logo.svg);
    background-size: 300px;
    opacity: 0.15;
  }

  .menubar-box {
    margin-right: 0;
  }

  .menubar .menubox-inner>.menu>li>.menuitem {
    font-size: 15px;
    max-width: 180px;
    padding: 5px 12px;
  }

  .depth1_list>li>.menuitem {
    font-size: 17px;
    padding: 0 10px;
  }

  .menubar>li>[role="menuitem"] {
    height: 85px;
  }

  .menubar .menubox-dummy-2,
  .menubar .menubox-inner>[role="menu"] {
    padding: 15px 0;
  }
}

@media (min-width: 1400px) {
  .depth1_list {
    height: 85px;
  }

  .depth1_list>li>.menuitem {
    font-size: 20px;
    padding: 0 20px;
  }

  .depth1_list>li>.menuitem:hover:before,
  .depth1_list>li>.menuitem:focus:before,
  .depth1_list>li.active>.menuitem:before {
    bottom: 0;
  }

  .depth1_list.active>li>.menuitem {
    padding: 0 25px;
  }

  .header-bg .container:before {
    bottom: -80px;
    left: -120px;
    width: 360px;
    height: 360px;
    background-size: 360px;
  }

  .menubar-box {
    margin-right: 0;
  }

  .menu-ham {
    width: 50px;
    height: 50px;
  }

  .menu-ham .sitemap-line {
    gap: 6px 0;
  }

  .menu-ham .sitemap-line .line01 {
    width: 22px;
    height: 2px;
  }

  .menu-ham .sitemap-line .line02 {
    width: 16px;
    height: 2px;
  }

  .menu-ham .sitemap-line .line03 {
    width: 22px;
    height: 2px;
  }

  .menu-ham:hover .sitemap-line .line01,
  .menu-ham:focus .sitemap-line .line01 {
    width: 22px;
  }

  .menu-ham:hover .sitemap-line .line02,
  .menu-ham:focus .sitemap-line .line02 {
    width: 22px;
  }

  .menu-ham:hover .sitemap-line .line03,
  .menu-ham:focus .sitemap-line .line03 {
    width: 22px;
  }
}

/*****************************************************
	Footer
*****************************************************/
#footer {
  position: relative;
  word-break: keep-all;
  background: #223359;
  padding: 0 0 30px;
  z-index: 1;
}

#footer .footer-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0 12px;
}

#footer .footer-box .f-utill {
  gap: 5px 0;
  margin-bottom: 0;
}

.f-utill .point {
  color: #94b0fe;
}

#footer .f-utill>li {
  align-items: center;
}

#footer .f-info {
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  gap: 18px 40px;
}

#footer .f-info .f-txt ul {
  justify-content: flex-start;
  margin-bottom: 0;
}

#footer .f-info .campus-info {
  display: block;
  margin-bottom: 0;
}

#footer .f-info .campus-info>li {
  display: flex;
  flex-flow: column nowrap;
  gap: 4px 15px;
  color: #9fa2a7;
  letter-spacing: -0.031em;
  margin-bottom: 0;
}

#footer .f-info .campus-info>li strong {
  color: var(--white);
}

#footer .f-info .campus-info>li:not(:first-child)::before {
  display: none;
}

#footer .f-info .campus-info>li:before {
  display: none;
}

#footer .f-info .campus-info>li>ul {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 4px;
}

#footer .f-info .campus-info>li>ul>li {
  position: relative;
  display: flex;
}

#footer .f-info .campus-info>li>ul>li:not(:first-child)::before {
  content: "";
  position: relative;
  top: 10px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #9fa2a7;
  border-radius: 1px;
  margin: 0 6px;
}

.f-info .logo {
  display: flex;
  gap: 0 10px;
  align-items: center;
  color: var(--white);
}

.f-info .logo img {
  width: 48px;
}

.f-info .logo span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.f-info .logo .campus {
  display: block;
}

.f-info .f-txt .copyright {
  text-align: center;
  letter-spacing: 0;
  color: #9fa2a7;
}

.f-info .campus-info+.copyright {
  margin-top: 5px;
}

/* go-to-top */
.go-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 50;
  display: none;
  height: 55px;
  width: 55px;
  background: var(--main-color01) no-repeat url("/local/dorm/mdorm/images/gotop-icon.png") center;
  background-size: 40%;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  border: 2px solid #fff;
}

.go-to-top:hover,
.go-to-top:focus {
  animation: popAni 0.5s linear;
}

@media (min-width: 480px) {
  #footer .footer-box {
    padding: 18px 0 15px;
  }

  #footer .f-info .f-txt ul {
    justify-content: center;
  }

  #footer .f-info .campus-info>li {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 0;
    margin-bottom: 5px;
  }

  #footer .f-info .campus-info>li:not(:first-child)::before {
    display: block;
  }

  .footer-box .family .family-btn {
    background: transparent;
  }

  .footer-box .family .family-btn:before {
    top: 50%;
    right: 0;
  }

  .footer-box .family .family-list {
    width: 250px;
  }
}

@media (min-width: 768px) {
  #footer .footer-box {
    padding: 18px 0;
  }

  #footer .f-info .campus-info {
    text-align: left;
  }

  #footer .f-info .campus-info>li {
    margin-bottom: 0px;
  }

  #footer .f-info .campus-info>li>ul {
    justify-content: flex-start;
  }

  .f-info .logo img {
    width: 54px;
  }

  .f-info .logo span {
    font-size: 18px;
    line-height: 1.3;
  }
}

@media (min-width: 992px) {
  #footer .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #footer .footer-box .f-utill {
    margin-bottom: 0;
  }

  #footer .f-utill>li:not(:first-child)::before {
    height: 12px;
    margin: 0 15px;
  }

  #footer .f-info .campus-info>li>ul>li:not(:first-child)::before {
    margin: 0 10px;
  }

  .f-etc {
    display: flex;
    gap: 0 20px;
    width: auto;
  }

  .go-to-top {
    right: 40px;
    bottom: 40px;
    height: 75px;
    width: 75px;
    background-size: auto;
    border-radius: 15px;
  }
}

@media (min-width: 1200px) {
  #footer {
    padding: 0 0 60px;
  }

  #footer .footer-box {
    justify-content: flex-start;
    padding: 20px 0;
    margin-bottom: 30px;
  }

  #footer .f-info {
    flex-direction: row;
    gap: 0 30px;
    align-items: flex-start;
  }

  #footer .f-info .f-txt ul {
    justify-content: flex-start;
  }

  .f-info .logo {
    gap: 0 8px;
    flex: 0 0 240px;
    max-width: 240px;
  }

  .f-info .logo img {
    width: 45px;
  }

  .f-info .f-txt {
    border-top: 0;
    padding: 0;
  }

  .f-info .f-txt .copyright {
    text-align: left;
  }

  .f-info .campus-info+.copyright {
    margin-top: 5px;
  }
}

@media (min-width: 1400px) {
  #footer .f-info {
    gap: 0 90px;
  }

  .f-info .logo {
    flex: auto;
    max-width: fit-content;
  }
}

/*****************************************************
	sub
*****************************************************/
/* layout */
/* .sub-container {padding: 0 0 40px;} */
.sub-visual {
  position: relative;
  align-items: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.sub-visual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.sub-visual .container {
  position: relative;
  text-align: center;
  padding: 20px 0;
}

.sub-visual .container .sub-tit {
  font-family: var(--font-type02);
  font-size: 1.6em;
  font-weight: 800;
  color: var(--white);
}

.sub-wrap {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.cont-navi {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fdfdfe;
}

.page-navi {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.page-navi.container {
  padding: 0;
}

.page-navi .navbar {
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
}

.page-navi .navbar-nav {
  width: 100%;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 100%;
}

.page-navi .nav-item {
  font-size: 14px;
  transition: 0.3s;
  border-left: 1px solid #e5e5e5;
}

.page-navi .nav-item:first-child {
  border-left: 0;
}

.page-navi .nav-item:last-child {
  border-right: 1px solid #e5e5e5;
}

.page-navi .nav-item:not(:first-child) {
  flex: 1 0 calc(calc(100% - 40px) / 3);
  max-width: calc(calc(100% - 40px) / 3);
}

.page-navi .navbar-nav .nav-link {
  display: block;
  line-height: 40px;
  height: 40px;
  color: var(--tit-color02);
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  padding: 0 30px 0 10px;
}

.page-navi .nav-item.show .nav-link {
  color: var(--white);
  background: var(--main-color01-hover);
}

.page-navi .nav-link.home {
  display: flex;
  justify-content: center;
  min-width: 40px;
  color: var(--white);
  background: var(--main-color01);
  padding: 0;
}

.page-navi .nav-link.home img {
  width: 15px;
}

.page-navi .nav-item .dropdown-menu {
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  border-radius: 0;
  margin: 0;
  min-width: 0;
  border-color: var(--main-color01);
  border-top: 1px solid #e5e5e5;
  padding: 0;
  z-index: 2;
}

.page-navi .nav-item .dropdown-item {
  font-size: 14px;
  border-bottom: 1px dotted #e5e5e5;
  white-space: normal;
  padding: 6px 8px 7px;
}

.page-navi .nav-item .dropdown-item:last-child {
  border-bottom: 0;
}

.page-navi .nav-item .dropdown-item:hover,
.page-navi .nav-item .dropdown-item:focus {
  color: var(--tit-color01);
  background: var(--gray-color01);
}

.page-navi .nav-item .dropdown-toggle {
  position: relative;
}

.page-navi .nav-item .dropdown-toggle::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 10px;
  border: 0;
  border-width: 0px 1px 1px 0;
  border-style: solid;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
}

/* cont title */
.cont-wrap {
  padding: 30px 0 50px;
}

.cont-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
}

.cont-title h2 {
  font-size: 1.6em;
  font-weight: 700;
  text-align: left;
  font-family: var(--font-type02);
  color: var(--tit-color02);
  margin: 0;
}

.option-box {
  position: relative;
  text-align: center;
}

.option-box button {
  font-size: 18px;
  width: 32px;
  height: 32px;
  color: #767676;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  background: 0 0;
  transition: 0.3s;
}

.option-box button i {
  position: relative;
  top: -1px;
  left: -1px;
}

.open>.dropdown-menu {
  display: block;
}

.option-box .dropdown-menu img {
  margin-right: 8px;
}

@media (min-width: 480px) {
  .page-navi.container {
    padding: 0 15px;
  }

  .page-navi .nav-item {
    font-size: 1em;
  }

  .page-navi .nav-item:first-child {
    border-left: 1px solid #e5e5e5;
  }

  .page-navi .nav-item:not(:first-child) {
    flex: 1 0 auto;
  }

  .page-navi .nav-item .dropdown-menu {
    width: 100%;
    left: 0;
  }

  .page-navi .nav-item .dropdown-item {
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  .sub-visual .container {
    padding: 30px 0;
  }

  .page-navi.container {
    padding: 0;
  }

  .page-navi .navbar-nav .nav-link {
    min-width: 48px;
    line-height: 48px;
    height: 48px;
  }

  .page-navi .nav-item .dropdown-item {
    padding: 7px 10px 8px;
  }

  .page-navi .nav-item .dropdown-toggle::after {
    top: 18px;
    right: 15px;
    width: 8px;
    height: 8px;
  }
}

@media (min-width: 992px) {
  .sub-visual .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sub-visual .container .sub-tit {
    font-size: 2em;
  }

  .page-navi .nav-item {
    position: relative;
  }

  .page-navi .nav-item:not(:first-child) {
    flex: inherit;
  }

  .page-navi .navbar-nav .nav-link {
    width: 200px;
    padding: 0 30px 0 10px;
  }

  .page-navi .nav-link.home {
    width: 50px;
    padding: 0;
  }

  .page-navi .nav-item .dropdown-menu {
    box-sizing: content-box;
    margin: 0 -1px;
  }

  .cont-wrap {
    padding: 50px 0;
  }

  .cont-title {
    position: relative;
    justify-content: center;
    margin: 0 0 40px;
  }

  .option-box {
    position: absolute;
    right: 0;
    display: flex;
    gap: 5px;
  }

  .option-box button {
    font-size: 19px;
    width: 45px;
    height: 45px;
  }

  .option-box button:focus,
  .option-box button:hover {
    background-color: var(--main-color01);
    color: #fff;
    border-color: var(--main-color01);
  }

  .option-box button.print {
    font-size: 20px;
    display: block;
  }

  .option-box button i {
    top: 0;
    left: 0;
  }
}

@media (min-width: 1200px) {
  .sub-visual .container .sub-tit {
    font-size: 2.5em;
  }

  .sub-wrap {
    gap: 0 60px;
  }

  .page-navi .nav-link.home {
    padding: 0;
  }

  .page-navi .nav-item .dropdown-toggle::after {
    border-width: 0 2px 2px 0;
    right: 15px;
    width: 9px;
    height: 9px;
  }

  .cont-wrap {
    padding: 50px 0 80px;
  }

  .cont-wrap .page-navi .navbar .navbar-nav>.nav-item {
    font-size: 1em;
  }

  .cont-wrap .page-navi .navbar .navbar-nav>.nav-item .nav-link.home {
    width: 24px;
    height: 24px;
  }

  .cont-title {
    margin: 0 0 70px;
  }

  .cont-title h2 {
    font-size: 1.75em;
  }

  .option-box button {
    font-size: 22px;
  }

  .option-box button.print {
    font-size: 25px;
  }
}

@media (min-width: 1400px) {
  .page-navi .navbar-nav .nav-link {
    font-size: 17px;
    width: 200px;
    padding: 0 40px 0 12px;
    min-width: 50px;
    line-height: 50px;
    height: 50px;
  }

  .page-navi .nav-link.home {
    width: 48px;
    padding: 0;
  }

  .page-navi .nav-link.home img {
    width: 20px;
  }

  .page-navi .nav-item .dropdown-item {
    padding: 8px 12px 9px;
  }

  .page-navi .nav-item .dropdown-toggle::after {
    right: 18px;
    width: 10px;
    height: 10px;
  }

  .cont-wrap {
    padding: 80px 0 120px;
  }

  .cont-title h2 {
    font-size: 2.25em;
  }

  .option-box button {
    width: 50px;
    height: 50px;
  }
}

/*****************************************************
	sitemap
*****************************************************/
.site-map h3 {
  font-family: var(--font-type02);
  background: no-repeat url(/local/dorm/mdorm/images/sitemap-icon.png) left top 8px;
}

.responsibility ul>li>strong {
  color: var(--main-color01);
}

/*****************************************************
	sub-guide
*****************************************************/
.tit-h3 {
  font-family: var(--font-type02);
  padding: 0 0 0 18px;
}

.tit-h3:before {
  width: 5px;
  height: 5px;
  background: transparent;
  border: 3px solid var(--main-color01);
  border-radius: 50%;
  top: auto;
  bottom: calc(100% - 12px);
  left: 0;
  transform: none;
  box-sizing: content-box;
}

.tit-h4 {
  font-family: var(--font-type02);
  background: transparent;
  padding: 0 0 0 18px;
}

.tit-h4:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 17px;
  background: url(/local/dorm/mdorm/images/tit-h4.png) no-repeat;
  background-size: 10px;
}

.tit-h5 {
  font-family: var(--font-type02);
  color: var(--main-color01);
  padding: 0;
}

.tit-h5:before {
  display: none;
}

.tit-h6 {
  color: var(--main-color02);
}

.list-style00 li .num {
  font-family: var(--font-type02);
  line-height: 25px;
}

.info-txt.small:before {
  top: 3px;
  padding: 0 1px 0 0;
}

.info-list ul li {
  margin: 5px 0;
}

.info-list ul li:last-child {
  margin: 5px 0;
}

.info-list.num3:before {
  background: var(--danger);
  border-color: var(--danger);
}

.list-tit01 {
  position: relative;
  padding-left: 20px;
  color: #555;
}

.list-tit01:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999;
  top: 10px;
  left: 0;
}

@media (min-width: 1200px) {
  .tit-h3 {
    font-size: 28px;
    padding: 0 0 0 25px;
    margin-top: 60px;
    margin-bottom: 15px;
  }

  .tit-h3:before {
    width: 6px;
    height: 6px;
  }

  .tit-h3:first-child {
    margin: 0 0 15px;
  }

  .tit-h4 {
    font-size: 24px;
    padding: 0 0 0 25px;
    margin: 40px 0 15px;
  }

  .tit-h4:before {
    top: 7px;
    width: 13px;
    height: 20px;
    background-size: 13px;
  }

  .tit-h5 {
    font-size: 20px;
  }

  .tit-h6 {
    font-size: 18px;
  }

  .tit-h3+.tit-h4,
  .tit-h4+.tit-h4 {
    margin-top: 12px;
  }

  .info-txt.small:before {
    top: 4px;
  }
}

/* color */
.c-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.c-box>* {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 80px;
  background: #eaeaea;
  color: var(--tit-color01);
}

.c-box .c-box01 {
  background: var(--main-color01);
  color: var(--white);
}

.c-box .c-box02 {
  background: var(--main-color02);
  color: var(--white);
}

.c-box .c-box03 {
  background: var(--point-color01);
  color: var(--white);
}

.c-box .c-box04 {
  background: var(--bg-color);
}

.c-box .c-box05 {
  color: var(--tit-color01);
}

.c-box .c-box06 {
  color: var(--tit-color02);
}

.c-box .c-box07 {
  color: var(--txt-color);
}

/* list */
[class*="list-style"]>li>[class*="list-style"] {
  margin: 0 0 0.5rem;
}

[class*="list-style"]>li>.list-style00 {
  margin: 0.5rem 0 0.5rem;
}

.list-style00 li .num {
  top: 2px;
  font-size: 12px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  padding: 0 1px 0 0;
}

.list-style00>li {
  padding-left: 30px;
  margin: 6px 0;
}

.list-style01>li {
  margin: 2px 0;
}

.list-style03>li {
  padding: 1px 0 1px 26px;
}

.list-style03>li .bl {
  color: var(--main-color01);
}

/* button */
.btn-text {
  position: relative;
  padding: 0;
  color: var(--main-color01);
  vertical-align: text-top;
  margin-right: 5px;
}

.btn-text:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  border-bottom: 1px dashed var(--primary);
}

.btn-boxtype01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 8px;
}

.btn-boxtype01 .tit {
  font-family: var(--font-type02);
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  color: var(--tit-color01);
  margin-bottom: 8px;
}

.btn-boxtype01 .btn-con .btn {
  padding: 2px 8px;
}

.btn-boxtype01 .btn-con .btn i {
  font-size: 14px;
}

[class*="btn-boxtype"]+[class*="btn-boxtype"] {
  margin-top: 8px;
}

/* table */
.table {
  word-break: break-all;
}

.table:not(.table-board) thead th {
  font-family: var(--font-type02);
  background-color: #e6f2f2;
  border-color: #dee2e6;
  padding-top: 16px;
}

.table:not(.table-board) tbody th {
  background-color: #eef6f6;
}

.table:not(.table-board) tbody td {
  color: #555;
}

.table-line .border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* board */
.board-search .form-text {
  font-family: var(--font-type02);
  color: var(--tit-color01);
}

.table thead+tbody th,
.table thead+tbody td {
  border-top: 0;
}

.table-board thead th {
  color: var(--tit-color02);
  border-top: 1px solid var(--tit-color02);
  border-bottom: 1px solid var(--tit-color02);
}

.table-board thead th:not(:first-child)::before {
  background-color: #ddd;
}

.table-board tbody td:after {
  background-color: #ddd;
}

.notice .notice-icon::after {
  color: var(--main-color01);
}

.pagination .page-item.active .page-link {
  background-color: var(--main-color01);
  border-color: var(--main-color01);
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
  background-color: var(--main-color01-hover);
  color: #fff;
}

/* tab */
.tab-type01 .nav-tabs {
  display: flex;
  border-radius: 6px;
  background: #f9f9f9;
  margin-bottom: 50px;
}

.tab-type01 .nav-tabs .nav-link {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 1em;
  letter-spacing: -0.044em;
  color: #606060;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  background: transparent;
  padding: 10px 10px 11px 10px;
}

.tab-type01 .nav-tabs .nav-link:nth-child(2n):after {
  display: none;
}

.tab-type01 .nav-tabs .nav-link:hover,
.tab-type01 .nav-tabs .nav-link:focus {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.tab-type01 .nav-tabs .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, rgba(54, 186, 197, 1) 25%, rgba(1, 73, 209, 1) 90%);
  background-clip: content-box, border-box;
  transition: all 0.4s ease-out;
  border-radius: 6px;
  opacity: 0;
  padding: 0px;
  margin: 0 -1px;
  z-index: 0;
}

.tab-type01 .nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e5e5e5;
}

.tab-type01 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: var(--white);
  background: var(--main-color01);
  border: 0;
  border-radius: 6px;
  border-bottom: 1px solid transparent;
}

.tab-type01 .nav-tabs .nav-link.active:after {
  display: none;
}

.tab-type01 .nav-tabs .nav-link span {
  position: relative;
  z-index: 1;
}

.tab-type02 .nav-tabs {
  position: relative;
  display: flex;
  border-radius: 6px;
  border: 0;
  background: var(--white);
  margin-bottom: 30px;
  overflow: hidden;
}

.tab-type02 .nav-tabs:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

.tab-type02 .nav-tabs .nav-link {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 1em;
  letter-spacing: -0.044em;
  color: #606060;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  background: transparent;
  padding: 10px 10px 11px 10px;
}

.tab-type02 .nav-tabs .nav-link:nth-child(2n):after {
  display: none;
}

.tab-type02 .nav-tabs .nav-link:hover,
.tab-type02 .nav-tabs .nav-link:focus {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  outline-offset: -2px;
}

.tab-type02 .nav-tabs .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: var(--main-color02);
  transition: all 0.4s ease-out;
  border-radius: 0;
  opacity: 0;
  padding: 0px;
  margin: 0 -1px;
  z-index: 0;
}

.tab-type02 .nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e5e5e5;
}

.tab-type02 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: var(--main-color02);
  background: transparent;
  border-bottom: 1px solid #e5e5e5;
}

.tab-type02 .nav-tabs .nav-link.active:before {
  width: 30%;
  opacity: 1;
}

.tab-type02 .nav-tabs .nav-link span {
  position: relative;
  z-index: 1;
}

.nav-pills {
  gap: 5px;
  margin: 30px 0;
}

.nav-pills .nav-link {
  font-family: var(--font-type01);
  border-radius: 50px;
  min-width: 100px;
  background-color: #f0f0f0;
  color: #555;
  border: 0;
  transition: 0.3s;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:focus,
.nav-pills .nav-link:hover {
  color: #fff;
  background-color: var(--point-color01);
  font-weight: 700;
}

/* accordion */
.acc-style01 {
  border-bottom: 1px solid #eaeaea;
}

.acc-style01 .card .card-header {
  border: 0;
}

.acc-style01 .card .card-header>.btn {
  font-size: 1em;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-color: #eaeaea;
  letter-spacing: inherit;
  padding: 14px 15px;
}

.acc-style01 .card .card-header>.btn.collapsed::before {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.acc-style01 .card .card-header>.btn:before {
  content: "";
  display: block !important;
  top: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  border: none;
  box-shadow: 0 8px 24px rgb(47 53 127 / 10%);
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, var(--main-color01) 25%, var(--main-color01) 90%);
  background-clip: content-box, border-box;
  padding: 1px 1px 0 1px;
  z-index: 1;
}

.acc-style01 .card .card-header>.btn.focus,
.acc-style01 .card .card-header>.btn:focus {
  box-shadow: none;
}

.acc-style01 .card .card-header>.btn .question {
  position: relative;
  font-family: var(--font-type01);
  color: var(--tit-color01);
  font-weight: 700;
  padding: 3px 10px 3px 40px;
  z-index: 1;
}

.acc-style01 .card .card-header>.btn .question:before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-type02);
  font-size: 14px;
  font-weight: 400;
  background: var(--main-color02);
  top: 0px;
  transform: none;
  padding: 0;
}

.acc-style01 .card .card-header>.btn.collapsed .question {
  font-weight: 400;
  color: var(--txt-color);
}

.acc-style01 .card .card-header>.btn.collapsed .question::before {
  background-color: #767676;
}

.acc-style01 .card .card-header>.btn.collapsed:hover .question::before,
.acc-style01 .card .card-header>.btn.collapsed:focus .question::before {
  background-color: var(--tit-color01);
}

.acc-style01 .card .card-header>.btn .tit {
  position: relative;
  font-family: var(--font-type01);
  color: var(--tit-color01);
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0;
  z-index: 1;
}

.acc-style01 .card .card-header>.btn.collapsed .tit {
  font-weight: 400;
  color: var(--txt-color);
}

.acc-style01 .card .card-header>.btn .bi {
  font-size: 1.25em;
  margin-top: 0;
  z-index: 1;
}

.acc-style01 .card .card-header .btn-link {
  overflow: visible;
}

.acc-style01 .card .card-body {
  position: relative;
  border-width: 0 1px 0;
  background-color: var(--bg-color01);
  padding: 20px 10px 20px 15px;
}

.acc-style01 .card .card-body:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(var(--white), var(--white)), linear-gradient(to right, var(--main-color01) 25%, var(--main-color01) 90%);
  background-clip: content-box, border-box;
  padding: 0 1px 1px 1px;
}

.acc-style01 .card .card-body .answer::before {
  top: 2px;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-type02);
  font-size: 14px;
  background: var(--point-color01);
  padding: 0;
}

.acc-style01 .card .card-body>* {
  position: relative;
  z-index: 1;
}

.acc-style01 .card .card-body .sr-only {
  position: absolute;
}

.acc-style01 .card .card-body>.sr-only {
  position: absolute;
}

/* non-page */
.non-page h3,
h3.non-page-txt,
.non-info {
  font-family: var(--font-type02);
  font-weight: 600;
  color: var(--tit-color02);
}

/* info-top */
[class*="info-top"] {
  position: relative;
  border-radius: 15px 15px 0 0;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-bottom: 0;
  padding: 20px 0 0 0;
  margin: 0 0 30px;
}

[class*="info-top"] .txt-box {
  position: relative;
  background: var(--white);
  border-radius: 15px 15px 0 0;
  padding: 15px 18px;
}

[class*="info-top"] .txt-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #eee;
  z-index: 1;
}

[class*="info-top"] .txt-box .tit {
  font-size: 1.2em;
}

[class*="info-top"] .txt-box .tit:first-child {
  margin-top: 0;
}

.info-top02 {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-end;
  background: #f9f9f9;
}

.info-top02 .ico-box {
  position: relative;
  z-index: 1;
  padding: 0 20px 0 0;
}

.info-top02 .ico-box .ico {
  display: inline-flex;
  width: 70px;
  height: 70px;
  background: var(--white);
  border: 1px solid #e5e5e5;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 8px 15px rgba(85, 85, 85, 0.08);
}

.info-top02 .txt-box {
  width: 100%;
  text-align: left;
  background: var(--white);
  padding: 30px 18px 15px;
  margin-top: -30px;
}

.info-top02 .txt-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white);
  border-radius: 0 10px 0 0;
  z-index: -1;
}

.info-top02 .txt-box .tit+.txt {
  margin-top: 8px;
}

/* img */
.img-zoom {
  position: relative;
  text-align: center;
}

.img-zoom>img {
  max-width: 100%;
  margin: 0 auto;
}

.img-zoom>.btn {
  position: absolute;
  top: auto;
  bottom: 15px;
  right: 15px;
  display: block;
  width: 32px;
  height: 32px;
  transition: all 0.3s ease;
  opacity: 0.8;
}

.img-zoom>.btn:hover,
.img-zoom>.btn:focus {
  color: #fff;
  opacity: 1;
}

.img-zoom>.btn,
.img-lg-zoom>.btn,
.img-xl-zoom>.btn {
  background: var(--main-color02) url(/core/images/zoom-icon.png) no-repeat center center;
  background-size: 18px;
}

.img-boxtype01 {
  padding: 0;
  border: 0;
}

.img-boxtype02 {
  border: 1px solid #eaeaea;
  border-radius: 10px 20px 10px 10px;
  padding: 15px;
}

/* non-page */
.non-page {
  background: url(/local/dorm/mdorm/images/non-page.png) no-repeat top center;
  background-size: 170px;
}

.non-page.board {
  background-image: url(/local/dorm/mdorm/images/non-board.png);
  background-size: 170px;
}

.non-info {
  background: url(/local/dorm/mdorm/images/non-board.png) no-repeat top center;
  background-size: 170px;
}

@media (min-width: 768px) {
  .btn-boxtype01 {
    flex-direction: row;
    padding: 10px 12px;
  }

  .btn-boxtype01 .tit {
    position: relative;
    display: inline-flex;
    gap: 0 12px;
    align-items: center;
    font-size: 1.067em;
    margin-bottom: 0;
  }

  .btn-boxtype01 .tit:before {
    content: "\F38B";
    font-family: var(--font-icon);
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 36px;
    background: var(--main-color02);
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: var(--white);
    padding: 0 0 0 1px;
  }

  .btn-boxtype01 .btn-con .btn {
    padding: 5px 10px;
  }

  [class*="btn-boxtype"]+[class*="btn-boxtype"] {
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  [class*="list-style"]>li>[class*="list-style"] {
    margin: 0.25rem 0 1rem;
  }

  [class*="list-style"]>li>.list-style00 {
    margin: 0.5rem 0 1rem;
  }

  .list-style01>li {
    margin: 5px 0;
  }

  .list-style03>li {
    padding: 2px 0 2px 26px;
  }

  .acc-style01 .card .card-header>.btn {
    font-size: 1.125em;
    padding: 22px 25px;
  }

  .acc-style01 .card .card-header>.btn .question {
    padding: 0 20px 0 48px;
  }

  .acc-style01 .card .card-header>.btn .question::before {
    width: 32px;
    height: 32px;
  }

  .acc-style01 .card .card-body {
    padding: 20px 15px 20px 25px;
  }

  .acc-style01 .card .card-body .answer {
    padding: 0 12px 0 50px;
  }

  .acc-style01 .card .card-body .answer::before {
    width: 32px;
    height: 32px;
  }

  [class*="info-top"] .txt-box {
    padding: 28px 32px;
    border-radius: 15px 15px 0 0;
  }

  [class*="info-top"] .ico-box+.txt-box {
    border-radius: 30px 15px 0 0;
  }

  [class*="info-top"] .txt-box .tit {
    font-size: 1.25em;
    margin-bottom: 12px;
  }

  .info-top02 {
    background: var(--white);
    padding: 36px 0 0 0;
  }

  .info-top02 {
    flex-flow: row wrap;
    align-items: inherit;
  }

  .info-top02 .ico-box {
    position: relative;
    display: flex;
    justify-content: center;
    flex: 1 0 150px;
    max-width: 150px;
    padding: 0;
  }

  .info-top02 .ico-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    border-radius: 0px 30px 0 0;
    z-index: 0;
  }

  .info-top02 .ico-box .ico {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 15px;
    box-shadow: 0 20px 28px rgba(85, 85, 85, 0.08);
    margin: -15px 0 0 0;
    z-index: 1;
  }

  .info-top02 .txt-box {
    flex: 1 0 calc(100% - 180px);
    max-width: calc(100% - 180px);
    background: #f9f9f9;
    margin-top: 0;
  }

  .info-top02 .txt-box:before {
    left: auto;
    width: calc(100% - 45px);
  }

  .info-top02 .txt-box:after {
    background: var(--white);
    border-radius: 0 0 0 30px;
    z-index: 0;
  }

  .info-top02 .txt-box .tit,
  .info-top02 .txt-box .txt {
    position: relative;
    z-index: 1;
  }

  .img-zoom>.btn {
    display: none;
  }

  .img-boxtype02 {
    border-radius: 20px 40px 20px 20px;
    padding: 30px;
  }

  .non-page {
    background-size: auto;
  }

  .non-page.board {
    background-size: auto;
  }

  .non-info {
    background-size: auto;
  }

  .non-page,
  .non-info {
    padding-top: 16rem;
  }
}

@media (min-width: 1200px) {
  .btn-boxtype01 {
    padding: 15px 15px 15px 20px;
  }

  .btn-boxtype01 .tit {
    font-size: 1.125em;
  }

  .btn-boxtype01 .tit:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .btn-boxtype01 .btn-con .btn {
    padding: 0.375rem 0.75rem;
  }

  .btn-boxtype01 .btn-con .btn i {
    font-size: 1em;
  }

  .tab-type01 .nav-tabs .nav-link {
    flex: 0 0 25%;
    max-width: 25%;
    font-size: 1.125em;
    padding: 15px 10px 16px 10px;
  }

  .tab-type01 .nav-tabs .nav-link:after {
    width: 6px;
    height: 6px;
  }

  .tab-type01 .nav-tabs .nav-link:nth-child(2n):after {
    display: block;
  }

  .tab-type01 .nav-tabs .nav-link:nth-child(4n):after {
    display: none;
  }

  .tab-type01 .nav-tabs .nav-link.active:after {
    display: none;
  }

  .tab-type02 .nav-tabs .nav-link {
    flex: 0 0 20%;
    max-width: 20%;
    font-size: 1.125em;
    padding: 15px 10px 16px 10px;
  }

  .tab-type02 .nav-tabs .nav-link:after {
    width: 6px;
    height: 6px;
  }

  .tab-type02 .nav-tabs .nav-link:nth-child(2n):after {
    display: block;
  }

  .tab-type02 .nav-tabs .nav-link:nth-child(5n):after {
    display: none;
  }

  .acc-style01 .card .card-body {
    padding: 30px 25px 35px 25px;
  }

  .acc-style01 .card .card-body .answer {
    padding: 3px 12px 0 50px;
  }

  .acc-style01 .card .card-header>.btn .question:before,
  .acc-style01 .card .card-body .answer::before {
    font-size: 16px;
  }

  [class*="info-top"] {
    border-radius: 20px 20px 0 0;
    padding: 36px 0 0 0;
    margin: 0 0 40px;
  }

  [class*="info-top"] .txt-box {
    border-radius: 20px 20px 0 0;
    padding: 35px 40px 30px;
  }

  [class*="info-top"] .txt-box .tit {
    font-size: 1.5em;
  }

  [class*="info-top"] .ico-box+.txt-box {
    border-radius: 40px 20px 0 0;
    padding: 20px 45px 32px;
  }

  .info-top02 {
    padding: 40px 0 0 0;
  }

  .info-top02 .ico-box {
    flex: 1 0 180px;
    max-width: 180px;
  }

  .info-top02 .ico-box:before {
    border-radius: 20px 40px 0 0;
  }

  .info-top02 .ico-box .ico {
    width: 100px;
    height: 100px;
    border-radius: 20px;
  }
}