@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-type01: "NotoSansKR";
  --font-type02: "S-CoreDream";

  --main-color01: #296ec8;
  --main-color01-hover: #005baa;

  --point-color01: #005baa;
  --point-color01-hover: #004988;

  --white: #fff;
  --tit-color: #222;
  --txt-color: #555;
  --bg-color01: #f8f8fb;

  --primary: #173da7;
  --primary-hover: #1c1d21;
  --secondary: #545b62;
  --secondary-hover: #333;
  --danger: #cd2278;
  --danger-hover: #d63d54;
}

body,
html {
  font-family: var(--font-type01);
  letter-spacing: -.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 {
  line-height: 1.5
}

.btn:focus,
.btn:focus-visible,
:focus,
:focus-visible,
a:focus,
a:focus-visible,
button:focus,
button:focus-visible {
  outline: 2px dashed var(--danger) !important;
  outline-offset: 1px;
  box-shadow: none !important
}

@keyframes popAni {
  25% {
    transform: translateY(-7px)
  }

  50% {
    transform: translateY(0)
  }

  75% {
    transform: translateY(-3px)
  }
}

#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, .5);
  z-index: 1001
}

.layout {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.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:focus,
.utill ul li a:hover {
  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-color01);
  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/apply/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-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:focus,
.site-logo:hover {
  color: #333;
  text-decoration: none
}

.site-logo span {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  color: var(--tit-color)
}

.site-logo .campus {
  display: block
}

.menubar-box {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 110;
  width: 80%;
  height: 100vh;
  max-width: 100vw;
  background: var(--white);
  transition: right .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(--point-color01-hover) url(/core/images/close-white.png) no-repeat center;
  background-size: 18px
}

.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: .3s all ease
}

.menu-ham:focus,
.menu-ham:hover {
  background-color: var(--main-color01-hover)
}

.menu-ham:focus .sitemap-line .line01,
.menu-ham:hover .sitemap-line .line01 {
  width: 16px
}

.menu-ham:focus .sitemap-line .line02,
.menu-ham:hover .sitemap-line .line02 {
  width: 16px
}

.menu-ham:focus .sitemap-line .line03,
.menu-ham:hover .sitemap-line .line03 {
  width: 16px
}

.depth1_list>li {
  border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.depth1_list>li>.menuitem {
  height: 58px;
  font-family: var(--font-type02);
  font-size: 18px;
  font-weight: 500;
  color: var(--tit-color);
  padding: 0 0 0 35px
}

.depth1_list>li>.menuitem .ico {
  position: relative;
  right: 20px;
  width: 30px;
  padding-top: 30px;
  border-radius: 50%;
  background: #f5f5f5 url(/local/dorm/apply/images/menuitem.png) no-repeat;
  transition: background-color .3s
}

.depth1_list>li>.menuitem:focus,
.depth1_list>li>.menuitem:hover {
  color: var(--point-color01);
  text-decoration: none
}

.depth1_list>li>.menuitem:focus .ico,
.depth1_list>li>.menuitem:hover .ico {
  background: var(--point-color01) url(/local/dorm/apply/images/menuitem-w.png) no-repeat
}

.depth1_list>li>.menuitem>.toggle-btn {
  position: relative;
  width: 25px;
  height: 25px;
  background-color: transparent;
  display: none;
  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: .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)
}

.depth1_list>li>.menubox {
  height: auto
}

@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/apply/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-layout {
    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: 44px;
    height: 44px;
    border-radius: 50%
  }

  .menu-ham:after {
    display: none
  }

  .menu-ham.sitemap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px
  }

  .menubar {
    overflow-y: visible;
    width: auto;
    margin: 0;
    padding: 0
  }

  .menubar>li {
    border-bottom: 0
  }

  .menubar-box {
    display: none
  }
}

@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;
    border-right: 1px solid #e5e5e5;
    transition: .3s
  }

  .utill .utill-link li:focus,
  .utill .utill-link li:hover {
    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/apply/images/utill-icon.svg) no-repeat center/contain;
    margin-right: 10px
  }

  .utill .utill-link .pnu-home a:focus,
  .utill .utill-link .pnu-home a:hover {
    color: var(--white)
  }

  .utill .utill-link li:focus a,
  .utill .utill-link li:hover 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
  }

  .depth1_list {
    height: 70px
  }

  .depth1_list .menubox {
    top: 65px
  }

  .depth1_list>li>.menuitem {
    font-size: 20px;
    padding: 0 20px
  }
}

@media (min-width:1400px) {
  .depth1_list {
    height: 85px
  }

  .depth1_list>li>.menuitem {
    font-size: 22px;
    padding: 0 25px
  }

  .depth1_list>li.active>.menuitem:before,
  .depth1_list>li>.menuitem:focus:before,
  .depth1_list>li>.menuitem:hover:before {
    bottom: 5px
  }

  .depth1_list .menubox {
    top: 75px
  }

  .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:focus .sitemap-line .line01,
  .menu-ham:hover .sitemap-line .line01 {
    width: 22px
  }

  .menu-ham:focus .sitemap-line .line02,
  .menu-ham:hover .sitemap-line .line02 {
    width: 22px
  }

  .menu-ham:focus .sitemap-line .line03,
  .menu-ham:hover .sitemap-line .line03 {
    width: 22px
  }
}

#footer {
  position: relative;
  word-break: keep-all;
  background: #223359;
  padding: 25px 0 20px;
  z-index: 0
}

#footer .footer-box .f-utill {
  margin-bottom: 0
}

#footer .f-info {
  color: rgba(255, 255, 255, .8);
  text-align: left;
  gap: 18px 40px;
  align-items: flex-start
}

#footer .f-info .f-txt>ul {
  display: block;
  margin-bottom: 0
}

#footer .f-info .f-txt li:not(:first-child)::before {
  display: none
}

#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;
  letter-spacing: -.031em;
  margin-bottom: 10px
}

#footer .f-info .campus-info>li strong {
  color: var(--white)
}

#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 {
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding: 10px 0 0 0
}

.f-info .f-txt .copyright {
  letter-spacing: 0;
  color: rgba(255, 255, 255, .7)
}

.f-info .campus-info+.copyright {
  margin-top: 10px
}

.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/apply/images/gotop-icon.png) center;
  background-size: 40%;
  border-radius: 10px;
  transition: all .3s ease-out;
  border: 2px solid #fff
}

.go-to-top:focus,
.go-to-top:hover {
  animation: popAni .5s linear
}

@media (min-width:480px) {
  #footer .f-info .campus-info>li {
    display: flex;
    flex-flow: row nowrap
  }

  .footer-box .family .family-btn {
    background: 0 0
  }

  .footer-box .family .family-btn:before {
    top: 50%;
    right: 0
  }

  .footer-box .family .family-list {
    width: 250px
  }
}

@media (min-width:768px) {
  #footer .f-info .campus-info {
    text-align: left
  }

  #footer .f-info .campus-info>li {
    gap: 4px 30px;
    margin-bottom: 0
  }

  #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-info .campus-info>li {
    gap: 4px 10px
  }

  #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: 40px 0 60px
  }

  #footer .f-info {
    flex-direction: row;
    gap: 0 60px;
    align-items: flex-start
  }

  .f-info .logo {
    gap: 0 8px
  }

  .f-info .logo img {
    width: 45px
  }

  .f-info .f-txt {
    border-top: 0;
    padding: 0
  }

  .f-info .campus-info+.copyright {
    margin-top: 30px
  }
}

.sub-container {
  position: relative;
  padding: 20px 0 40px
}

.sub-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 180px;
  background: linear-gradient(to bottom, #eff8ff, var(--white));
  z-index: -1
}

.sub-wrap {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto
}

.snb {
  display: none;
  z-index: 1
}

.snb .snb-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--point-color01);
  width: 100%;
  height: 120px;
  border-radius: 15px;
  font-family: var(--font-type02);
  color: var(--white);
  padding: 15px;
  overflow: hidden;
  word-break: keep-all
}

.snb .snb-title span {
  font-size: 1.75em;
  font-weight: 600;
  margin-bottom: 0
}

.snb .snb-list {
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 10px 20px;
  margin-top: 10px
}

.snb .depth01-list .depth01-item {
  border-bottom: 1px solid #e3e6ef
}

.snb .depth01-list .depth01-item>a {
  position: relative;
  display: inline-block;
  width: calc(100% - 32px);
  font-size: 1em;
  font-weight: 500;
  padding: 15px 0 15px 5px;
  box-sizing: border-box;
  transition: all .3s
}

.snb .depth01-list .depth01-item:last-child {
  border-bottom: 0
}

.snb .depth01-list .depth01-item>a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -32px;
  transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f5f5f5;
  transition: .3s all
}

.snb .depth01-list .depth01-item>a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -32px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  font-family: var(--font-icon);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url(/local/dorm/apply/images/snb-right.png) no-repeat
}

.snb .depth01-list .depth01-item>a:focus,
.snb .depth01-list .depth01-item>a:hover {
  text-decoration: none;
  color: var(--point-color01)
}

.snb .depth01-list .depth01-item>a:focus:before,
.snb .depth01-list .depth01-item>a:hover:before {
  background: var(--point-color01)
}

.snb .depth01-list .depth01-item>a:focus:after,
.snb .depth01-list .depth01-item>a:hover:after {
  background: url(/local/dorm/apply/images/snb-right-w.png) no-repeat
}

.snb .depth01-list .depth01-item.active>a {
  color: var(--point-color01)
}

.snb .depth01-list .depth01-item.active>a:before {
  background: var(--point-color01)
}

.snb .depth01-list .depth01-item.active>a:after {
  background: url(/local/dorm/apply/images/snb-right-w.png) no-repeat
}

.cont-wrap {
  width: 100%
}

.cont-wrap .cont-title {
  margin: 0 0 15px 0
}

.cont-wrap .cont-title .tit-h2 {
  position: relative;
  font-family: var(--font-type02);
  font-size: 1.6em;
  font-weight: 600;
  color: var(--tit-color);
  border-bottom: 1px dashed #aec0cf;
  padding-bottom: 8px;
  margin-bottom: 0
}

.site-map h3 {
  font-family: var(--font-type02);
  background: no-repeat url(/local/dorm/apply/images/sitemap-icon.png) left top 8px
}

.responsibility ul>li>strong {
  color: var(--point-color01)
}

@media (min-width:992px) {
  .sub-container:before {
    padding-top: 220px
  }

  .cont-wrap .cont-title {
    margin: 0 0 30px 0
  }

  .cont-wrap .cont-title .tit-h2 {
    padding-bottom: 15px
  }
}

@media (min-width:1200px) {
  .sub-container {
    padding: 50px 0 80px
  }

  .sub-wrap {
    gap: 0 60px
  }

  .snb {
    display: block;
    flex: 0 0 260px;
    max-width: 260px
  }

  .cont-wrap .cont-title {
    padding: 20px 0 0;
    margin: 0 0 36px 0
  }

  .cont-wrap .cont-title .tit-h2 {
    font-size: 2em;
    padding-bottom: 20px
  }
}

.tit-h3 {
  position: relative;
  font-family: var(--font-type02);
  font-size: 1.4em;
  font-weight: 600;
  color: var(--tit-color);
  padding: 0 0 0 28px;
  margin: 40px 0 8px
}

.tit-h3:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 0;
  padding-top: 20px;
  background: url(/local/dorm/apply/images/tit-h3.svg) 0 0 no-repeat;
  background-size: 20px;
  border-radius: 0;
  transform: none
}

.tit-h3:first-of-type {
  margin: 0 0 8px
}

.tit-h4 {
  font-size: 1.2em;
  color: var(--main-color01);
  background: 0 0;
  padding: 0
}

.table td,
.table th {
  border-bottom: 1px solid #ddd
}

.table tbody td,
.table tbody th {
  border-top: 1px solid #ddd
}

.table tbody th {
  background-color: #fafafa;
  line-height: 1.4
}

.table tbody th span {
  display: block
}

.table-line tr td {
  border-left: 1px solid #ddd
}

.table:not(.table-board) {
  border-top: 1px solid #ddd
}

.table:not(.table-board) thead th {
  color: var(--tit-color);
  padding: 10px 8px;
  padding-top: 10px
}

.table:not(.table-board) td,
.table:not(.table-board) th {
  padding: 8px
}

.table:not(.table-board) th {
  color: var(--tit-color);
  font-weight: 500
}

.table:not(.table-board) td {
  text-align: left;
  color: var(--txt-color)
}

[class*=cont-boxtype] p {
  margin-bottom: 0
}

[class*=cont-boxtype] .tit {
  font-size: 1.125em;
  font-weight: 600
}

[class*=cont-boxtype] .tit:first-child {
  margin-top: 0
}

[class*=cont-boxtype] .tit+.txt {
  margin-top: 10px
}

.cont-boxtype01 {
  position: relative;
  background: var(--bg-color01);
  border-radius: 8px;
  padding: 12px 20px 15px
}

.cont-boxtype02 {
  position: relative;
  background: var(--white);
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  padding: 18px 20px 22px
}

.apply-check {
  margin-top: 20px
}

.apply-list {
  display: flex;
  gap: 10px 0;
  flex-flow: row wrap;
  width: 100%
}

.apply-list .item {
  flex: 1 0 100%;
  max-width: 100%
}

.apply-list .item .check {
  display: inline-flex;
  gap: 0 20px;
  align-items: center;
  width: 100%;
  border-radius: 5px;
  font-family: var(--font-type02);
  font-size: 1.1em;
  font-weight: 400;
  color: var(--tit-color);
  background: #f3f3f3;
  padding: 12px 18px;
  overflow: hidden
}

.apply-list .item .check span>span {
  display: block
}

.apply-list .item .check.check01 {
  background: #e4f6fe
}

.apply-list .item .check.check02 {
  background: #dae8fb
}

.apply-list .item .check.check03 {
  background: #e0f5ed
}

.apply-list .item .check.check04 {
  background: #f3f3f3
}

.apply-list .item .check .ico {
  position: relative;
  width: 60px;
  padding-top: 60px;
  border-radius: 50%;
  transition: .3s all
}

.apply-list .item .check .ico:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0;
  height: 0;
  background: 0 0;
  border-radius: 50%;
  border: 1px solid var(--white);
  transition: all .3s;
  z-index: 0
}

.apply-list .item .check .ico:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  padding-top: 60px;
  border-radius: 50%;
  background: var(--white) url(/local/dorm/apply/images/applybtn-spr.png) no-repeat;
  background-size: 285px;
  transition: .3s all;
  z-index: 1
}

.apply-list .item .check.check02 .ico:after {
  background-position-x: -75px
}

.apply-list .item .check.check03 .ico:after {
  background-position-x: -150px
}

.apply-list .item .check.check04 .ico:after {
  background-position-x: -225px
}

.apply-list .item .check:focus,
.apply-list .item .check:hover {
  text-decoration: none
}

.apply-list .item .check:focus .ico,
.apply-list .item .check:hover .ico {
  box-shadow: 0 15px 40px rgba(50, 50, 50, .2)
}

.apply-list .item .check:focus .ico:before,
.apply-list .item .check:hover .ico:before {
  width: calc(100% + 10px);
  height: calc(100% + 10px)
}

@media (min-width:480px) {
  .apply-list .item .check {
    font-size: 1.2em;
    padding: 15px 30px
  }
}

@media (min-width:992px) {
  .tit-h3 {
    font-size: 1.625em;
    padding: 0 0 0 34px;
    margin: 60px 0 12px
  }

  .tit-h3:before {
    width: 24px;
    top: 7px;
    padding-top: 24px;
    background-size: 24px
  }

  .tit-h3:first-of-type {
    margin: 0 0 12px
  }

  .tit-h4 {
    font-size: 1.5em
  }

  .table:not(.table-board) thead th {
    padding: 15px 12px;
    padding-top: 15px
  }

  .table:not(.table-board) td,
  .table:not(.table-board) th {
    padding: 12px
  }

  [class*=cont-boxtype] .tit {
    font-size: 1.25em
  }

  [class*=cont-boxtype] .tit+.txt {
    margin-top: 15px
  }

  .cont-boxtype01,
  .cont-boxtype02 {
    border-radius: 15px;
    padding: 20px 30px 24px
  }

  .apply-check {
    margin-top: 30px
  }

  .apply-list {
    gap: 22px 20px
  }

  .apply-list .item {
    flex: 1 0 50%;
    max-width: calc(50% - 12px)
  }

  .apply-list .item .check {
    gap: 0 24px;
    font-size: 1.375em;
    border-radius: 10px;
    padding: 20px 20px 20px 28px
  }

  .apply-list .item .check .ico {
    width: 80px;
    padding-top: 80px
  }

  .apply-list .item .check .ico:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 80px;
    padding-top: 80px;
    background-size: 380px
  }

  .apply-list .item .check.check02 .ico:after {
    background-position-x: -100px
  }

  .apply-list .item .check.check03 .ico:after {
    background-position-x: -200px
  }

  .apply-list .item .check.check04 .ico:after {
    background-position-x: -300px
  }

  .apply-list .item .check:focus .ico:before,
  .apply-list .item .check:hover .ico:before {
    width: calc(100% + 12px);
    height: calc(100% + 12px)
  }
}

/* dukim 추가 - 지원서 버튼사용 */
.apply_convert_list {
	margin-top:3px;
}
.apply_convert_list table{  
	width:100%; 
	min-width:320px;
}
.apply_convert_list tr { 
	padding:0px; 
	borde:none;
}
.apply_convert_list td { 
	padding:5px; 
	width:20%;
}
.apply_convert_list_con {
	width:90%; 
	background:var(--main-color01); 
	font-size:16px; 
	padding:25px 10px 10px 10px; 
	color:#fff; 
	height:100%; 
	min-height:100px; 
	border-radius:5px;
}
/*
.apply_convert_list_con:hover {
	width:90%; 
	background:var(--point-color01); 
	font-size:16px; 
	font-weight:bold; 
	padding:25px 10px 10px 10px; 
	color:#FFF; 
	height:100%; 
	min-height:100px; 
	border-radius:5px;
}
*/
.apply_convert_no_list_con {
	width:90%; 
	background:#efefef; 
	font-size:16px; 
	padding:25px 10px 10px 10px; 
	color:#a6a6a6; 
	height:100%; 
	min-height:100px; 
	border-radius:5px;
}
.apply_convert_no_list_con:hover {
	width:90%; 
	background:#efefef; 
	font-size:16px; 
	padding:25px 10px 10px 10px; 
	color:#a6a6a6; 
	height:100%; 
	min-height:100px; 
	border-radius:5px;
}
