@charset "utf-8";

/* document */
html,
body {
  height: 100%;
}
html.scroll-hidden {
  overflow: hidden;
}
body {
  letter-spacing: -0.08px;
}

/* skip */
.skip {
  position: relative;
  width: 100%;
  z-index: 5050;
}
.skip .skip-items {
  position:absolute;
  left: 0;
  top: -2.5rem;
  padding: 0 .625rem;
  height: 2.5rem;
  line-height: 2.5rem;
  color:#fff;
  text-align: center;
  outline: none;
  background-color: #355da8;
}
.skip .skip-items:active,
.skip .skip-items:focus {
  top: 0;
}

/* wrapper */
.wrapper {
  height: 100%;
  padding-top: 59px;
}

/* header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
}
.header .top-scope {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 59px;
}
.header .header-h1 {
  width: 105px;
  height: 24px;
  margin-left: 20px;
}
.header .header-h1-link {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
  /* background-image: url('/mobile/images/img-header-logo.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover; */
}
.header .header-logo {
  width: 100%;
  vertical-align: top;
}
.header .header-utilities {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.header .header-utility-link {
  width: 36px;
  height: 36px;
}
.header .header-utility-search {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url('/mobile/images/ico-header-search.png');
  background-size: 17px 17px;
}
.header .header-utility-eng {
  display: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 26px;
  margin: -2px 3px 0 0;
  font-size: 14px;
  /* font-weight: 500; */
  color: #999;
  border: 1px solid #dadada;
  vertical-align: middle;
  box-sizing: border-box;
}
.header .header-utility-gnb {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-image: url('/mobile/images/ico-header-drawer.png');
  background-size: 16px 15px; */
}
.header .ico-gnb,
.header .ico-gnb::before,
.header .ico-gnb::after {
  display: block;
  width: 18px;
  height: 1px;
  background-color: #000;
}
.header .ico-gnb {
  position: relative;
  transition: background-color .15s ease-in-out;
}
.header .ico-gnb::before,
.header .ico-gnb::after {
  position: absolute;
  left: 0;
  content: '';
  transition: transform .15s ease-in-out;
}
.header .ico-gnb::before {
  top: -7px;
}
.header .ico-gnb::after {
  bottom: -7px;
}

/* gnb-scope */
.gnb-scope {
  position: fixed;
  left: -100%;
  top: 59px;
  display: none;
  width: 100%;
  height: calc(100% - 59px);
  background-color: #fff;
}
.gnb-scope .login,
.gnb-scope .user-login {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background-color: #355da8;
}
.gnb-scope .login {
  display: flex;
}
.gnb-scope .user-login {
  display: none;
}
.gnb-scope .text-login {
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.43;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.gnb-scope .login .text-login {
  background-image: url('/mobile/images/ico-login.png');
  background-size: 20px 20px;
}
.gnb-scope .user-login .text-login {
  background-image: url('/mobile/images/ico-home.png');
  background-size: 18px auto;
}
.gnb-scope .btn-login {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 27px;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  border: 1px solid #fff;  
}
.gnb-scope .user-login .btn-area {
  display: flex;
  width: 171px;
}
.gnb-scope .user-login .btn-area .btn-login:nth-child(1) {
  width: 89px;
  margin-right: 4px;
}
.gnb-scope .user-login .btn-area .btn-login:nth-child(2) {
  width: 74px;
  margin-left: 4px;
}

.gnb-scope .search {
  position: relative;
  margin-top: 20px;
  padding: 0 20px;
}
.gnb-scope .search::after {
  position: absolute;
  right: 40px;
  top: 50%;
  display: block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('/mobile/images/ico-search-form.png');
  background-size: cover;
  transform: translateY(-50%);
  content: '';
}
.gnb-scope .search-form {
  width: 100%;
  height: 50px;
  padding: 0 47px 0 20px;
  font-size: 16px;
  color: #000;
  border: 0;
  background-color: #f5f5f5;
}
.gnb-scope .search-form::placeholder {
  color: #999;
  opacity: 1;
}
.gnb-scope .quick-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.gnb-scope .quick-link-items {
  display: block;
  margin-top: 20px;
  padding-top: 28px;
  font-size: 12px;
  line-height: 14px;
  color: #121212;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.gnb-scope .quick-link-items.quick-link-item-cb {
  background-image: url('/mobile/images/ico-cb.png');
  background-size: 18px auto;
}
.gnb-scope .quick-link-items.quick-link-item-notice {
  background-image: url('/mobile/images/ico-notice.png');
  background-size: 21px auto;
}
.gnb-scope .quick-link-items.quick-link-item-apply {
  background-image: url('/mobile/images/ico-apply.png');
  background-size: 16px auto;
}
.gnb-scope .quick-link-items.quick-link-item-degree {
  background-image: url('/mobile/images/ico-degree.png');
  background-size: 16px auto;
}
/* .gnb-scope .quick-link-items.quick-link-item-guide {
  background-image: url('/mobile/images/ico-guide.png');
  background-size: 16px auto;
} */

/* gnb-scope-login */
.gnb-scope-login .login {
  display: none;
}
.gnb-scope-login .user-login {
  display: flex;
}


/* gnb */
.gnb,
.gnb .gnb-list,
.gnb .gnb-sub-list-scope {
  /* 검색 영역 포함 */
  /* height: calc(100% - 226px); */

  /* 검색 영역 비포함 */
  height: calc(100% - 156px);
}
.gnb {
  position: relative;
  margin-top: 20px;
  padding-top: 1px;
  background-color: #f1f1f1;
}
.gnb .gnb-list,
.gnb .gnb-sub-list-scope {
  /* overflow-x: hidden; */
  overflow-x: visible;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.gnb .gnb-list {
  width: 152px;
}
.gnb .gnb-items {}
.gnb .gnb-btn-items {
  display: flex;
  padding: 32px 20px;
  font-size: 16px;
  line-height: 16px;
  color: #333;
}
.gnb .gnb-sub-list-scope {
  position: absolute;
  right: 0;
  top: 1px;
  display: none;
  width: calc(100% - 152px); /* document - gnb-list(width) */
  background-color: #fff;
}
.gnb .gnb-sub-list-title {
  position: relative;
  display: block;
  padding: 32px 20px 32px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #121212;
}
.gnb .gnb-sub-list-title::before {
  position: absolute;
  left: 20px;
  top: 30px;
  display: block;
  width: 3px;
  height: 20px;
  background-color: #355da8;
  content: '';
}
.gnb .gnb-sub-list {
  width: 100%;
}
.gnb .gnb-sub-items {}
.gnb .gnb-link-items {
  display: block;
  width: 100%;
  padding: 24px 15px;
  font-size: 14px;
  letter-spacing: -1px;
  color: #666;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-image: url('/mobile/images/ico-btn-arrow.png');
  background-size: 8px auto;
}
@media all and (min-width: 360px) {
  .gnb .gnb-link-items {
    padding: 24px 20px;
    background-position: calc(100% - 20px) 50%;
  } 
}

/*gnb-items active */
.gnb .gnb-items.active .gnb-btn-items {
  font-weight: 500;
  color: #121212;
  background-color: #fff;
}
.gnb .gnb-items.active .gnb-sub-list-scope {
  display: block;
}

/* gnb-show */
.header.gnb-show .header-utility-search {
  display: none;
}
.header.gnb-show .header-utility-eng {
  display: flex;
}
.header.gnb-show .ico-gnb {
  background-color: transparent;
}
.header.gnb-show .ico-gnb::before {
  transform: translateY(7px) rotate(45deg);
}
.header.gnb-show .ico-gnb::after {
  transform: translateY(-7px) rotate(-45deg);
}
/* .header.gnb-show .gnb-scope {
  transform: translateX(0);
} */

/* header - interaction */
.header .top-scope {
  box-shadow: 0 1px 25px rgba(0, 0, 0, .1);
  transition: height .15s ease-out;
}
.header .header-h1 {
  transition: width .15s ease-out;
}
.header.header-transition .top-scope {
  height: 45px;
}
.header.header-transition .gnb-scope {
  top: 45px;
  height: calc(100% - 45px);
}
.header.header-transition .header-h1 {
  width: 95px;
}
/*
.header {
  height: 59px;
  transition: top .3s ease;
  box-shadow: 0 1px 25px rgba(0, 0, 0, .1);
}
.header.hide {
  top: -59px;
}
*/

/* container */
.container {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100%;
  height: 100%;
}

/* contents */
.contents {
  width: 100%;
}
.contents small {
  font-size: 14px;
}

/* footer */
.footer {
  width: 100%;
  padding: 23px 20px 32px;
  background-color: #f1f1f1;
}
.footer .footer-nav {
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer .footer-nav-items {
  display: block;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -1px;
  color: #999;
}
.footer .footer-nav-items:nth-child(n+2) {
  margin-left: 15px;
}
.footer .footer-nav-item-privacy {
  color: #3872b8; 
}
.footer .footer-site {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
.footer .footer-site-scope {
  position: relative;
  width: 100%;
}
.footer .footer-site-scope::after {
  position: absolute;
  right: 16px;
  top: 15px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #676766;
  border-left: 6px solid  transparent;
  content: '';
  transform: rotate(180deg);
}
.footer .footer-site-scope-label,
.footer .footer-site-scope-select {
  width: 100%;
  height: 36px;
  padding: 0 32px 0 16px;
  font-size: 13px;
  line-height: 34px;
  border: 1px solid #999;
  background-color: #fff;
}
.footer .footer-site-scope.focus .footer-site-scope-label,
.footer .footer-site-scope.focus .footer-site-scope-select {
  color: #212127;
  border: 1px solid #3872b8;
}
.footer .footer-site-scope-label {
  overflow: hidden;
  position: absolute;
  color: #999;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .footer-site-scope-select {
  border-radius: 0;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.footer .footer-site-scope-related {
  margin-top: 8px;
}
.footer .footer-information {
  position: relative;
  margin-top: 16px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -1px;
  color: #999;
}
.footer .footer-wa-mark {
  position: absolute;
  right: 0;
  /* bottom: -2px; */
  bottom: -10px;
  width: 50px;
}
.footer .footer-wa-mark img {
  width: 100%;
}
@media all and (min-width: 360px) {
  .footer .footer-nav-items:nth-child(n+2) {
    margin-left: 20px;
  }
  .footer .footer-site {
    flex-direction: row;
  }
  .footer .footer-site-scope {
    width: 50%;
  }
  .footer .footer-site-scope-family {
    margin-right: 8px;
  }
  .footer .footer-site-scope-related {
    margin-top: 0;
    margin-left: 8px;
  }
}

.layerPopWrap .layerPopInner {
    position: relative;
    height: 500px;
    margin: 0 auto;
    top: 4%;
    background: #fff;
    padding: 12px 20px;
    overflow: auto;
}

.layerPopWrap .popupBtn {
    width: 100%;
    text-align: center;
    position: relative;
    display: table;
    margin-bottom: 10px;
}

.popupBtn .pBtns {
    display: inline-block;
    padding: 0 15px;
    min-width: 90px;
    height: 32px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'NotoKrM';
}

.btnSt04 {
    background: #007dc3;
}

.btnSt02 {
    background: #555555;
}

.popupBtn .pBtns > span {
    color: #fff;
}

.popupBtn .pBtns > span {
    color: #fff;
}
.layerPopWrap .popHeader {
    position: relative;
    padding-top: 3px;
    padding-bottom: 12px;
    border-bottom: 2px solid #142e4e;
    height: auto;
    background: none;
}

.layerPopWrap .popHeader h1.tit {
    color: #142e4e;
    font-family: 'NotoKrM';
    font-size: 18px;
    min-height: auto;
    padding: 0;
}

.boxInfo02 {
    padding: 15px 19px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    text-align: center;
}

.boxInfo02.infoChk {
    margin-top: 30px;
}

.cautionList01 {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    padding: 20px 19px 20px 19px;
    border: 1px solid #ccc;
    background: #f5f5f5;
}

