@charset "UTF-8";
/* @font-face {
    font-family: 'NotoSansKR';
    src: url('../font/NotoSansKR-Light.woff') format('woff'),
         url('../font/NotoSansKR-Light.otf') format('opentype');
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'NotoSansKR';
    src: url('../font/NotoSansKR-Regular.woff') format('woff'),
         url('../font/NotoSansKR-Regular.otf') format('opentype');
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'NotoSansKR';
    src: url('../font/NotoSansKR-Medium.woff') format('woff'),
         url('../font/NotoSansKR-Medium.otf') format('opentype');
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'NotoSansKR';
    src: url('../font/NotoSansKR-Bold.woff') format('woff'),
         url('../font/NotoSansKR-Bold.otf') format('opentype');
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: 'NanumSquare';
    
    src: url('../font/NanumSquareL.ttf') format('truetype'),
         url('../font/NanumSquareL.otf') format('opentype');
        
    src: url('../font/NanumSquareL.otf') format('opentype');
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'NanumSquare';
    
    src: url('../font/NanumSquareR.ttf') format('truetype'),
         url('../font/NanumSquareR.otf') format('opentype');
        
    src: url('../font/NanumSquareR.otf') format('opentype');
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'NanumSquare';
    
    src: url('../font/NanumSquareB.ttf') format('truetype'),
         url('../font/NanumSquareB.otf') format('opentype');
        
    src: url('../font/NanumSquareB.otf') format('opentype');
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'NanumSquare';
    
    src: url('../font/NanumSquareEB.ttf') format('truetype'),
         url('../font/NanumSquareEB.otf') format('opentype');
        
    src: url('../font/NanumSquareEB.otf') format('opentype');
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
} */

html {
  -webkit-text-size-adjust: 100%;
}

/* body {
  margin: 0;
  padding: 0;
  font-family: "NanumSquare", "Malgun Gothic", "맑은 고딕", sans-serif; NotoSansKR
  font-family: "NotoSansKR", "Malgun Gothic", "맑은 고딕", sans-serif; 
  color: #333;
  letter-spacing: -0.04em;
} */

main {
  display: block;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 400;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

img {
  border: 0;
}

button {
  cursor: pointer;
}

input,
button,
select {
  font: inherit;
  cursor: pointer;
}

select {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC) no-repeat 95% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

label {
  cursor: pointer;
}

ul,
ol {
  list-style: none;
}

em {
  font-style: normal;
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.ta-c {
  text-align: center !important;
}

.ta-l {
  text-align: left !important;
}

.ta-r {
  text-align: right !important;
}

.emphasis {
  font-weight: 600;
  color: #003875;
}

.pd-none {
  padding: 0 !important;
}

.bt-ddd {
  border-top: 1px solid #ddd;
}

.c-blue {
  color: #003875 !important;
}

.c-red {
  color: #ff3322 !important;
}

.c-gray {
  color: #939393 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

/* body {
  font-size: 16px;
  color: #333;
} */
@media (max-width: 1280px) {
  body {
    font-size: 16px;
    background-size: 200%;
  }
}
body.loading {
  overflow: hidden;
}

header {
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* background: #fff; */
}
header .util-wrap {
  padding: 0 10px;
  width: 100%;
  background: #003875;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 1280px) {
  header .util-wrap {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -64px;
    padding: 12px 0;
    background: #fff;
  }
}
header .util-wrap .util-group {
  display: inline-block;
  max-width: 1280px;
  width: 100%;
  color: #fff;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 1280px) {
  header .util-wrap .util-group {
    margin: -10px 0 0 -10px;
  }
}
header .util-wrap .util-group span {
  display: inline-block;
  font-size: 12px;
}
@media (max-width: 1280px) {
  header .util-wrap .util-group span {
    margin: 10px 0 0 10px;
    width: calc(50% - 10px);
  }
}
header .util-wrap .util-group span a {
  display: inline-block;
  padding: 0 24px;
  line-height: 40px;
  font-weight: 600;
  background: #003875;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  header .util-wrap .util-group span a {
    width: 100%;
    border-radius: 20px;
    text-align: center;
  }
}
header .util-wrap .util-group span.user {
  padding: 0 24px;
  line-height: 40px;
  font-weight: 600;
}
@media (max-width: 1280px) {
  header .util-wrap .util-group span.user {
    display: none;
  }
}
header .util-wrap .util-group span.user::after {
  content: "님";
  font-weight: 400;
}
header .util-wrap .util-group span.logout a,
header .util-wrap .util-group span.join a {
  background: #002246;
}
@media (max-width: 1280px) {
  header .util-wrap.is-active {
    display: block;
  }
}

/* .gnb-wrap {
  position: relative;
  padding: 0 8px;
  height: 70px;
  border-bottom: 1px solid #efefef;
  box-sizing: border-box;
  text-align: center;
  font-size: 0;
}
@media (max-width: 1280px) {
  .gnb-wrap {
    padding-left: 64px;
    height: 56px;
  }
}
.gnb-wrap::after {
  content: "";
  display: block;
  clear: both;
}
.gnb-wrap .gnb-group {
  display: inline-block;
  width: 100%;
  max-width: 1280px;
}
.gnb-wrap .gnb-group h1 {
  font-size: 14px;
}
.gnb-wrap .gnb-group h2 {
  font-size: 16px;
}
.gnb-wrap .gnb-group h3 {
  font-size: 14px;
}
.gnb-wrap .gnb-group .logo-box {
  float: left;
  padding-top: 14px;
  margin-left: 30px;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .gnb-wrap .gnb-group .logo-box {
    padding: 8px 0 7px;
    margin-left: 0;
  }
}
.gnb-wrap .gnb-group .logo-box a {
  display: inline-block;
}
.gnb-wrap .gnb-group .logo-box img {
  display: inline-block;
  height: 44px;
}
@media (max-width: 1280px) {
  .gnb-wrap .gnb-group .logo-box img {
    height: 36px;
  }
}
.gnb-wrap .gnb-group .menu-box {
  float: right;
}
.gnb-wrap .gnb-group .menu-box nav {
  position: relative;
  display: inline-block;
  font-size: 0;
  vertical-align: top;
}
@media (max-width: 1280px) {
  .gnb-wrap .gnb-group .menu-box nav {
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 0 24px;
    text-align: left;
    background: #fff;
    overflow-y: auto;
    box-sizing: border-box;
  }
}
.gnb-wrap .gnb-group .menu-box nav .nav-list {
  position: relative;
  height: 70px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .gnb-wrap .gnb-group .menu-box nav .nav-list {
    position: static;
    display: block;
  }
}
.gnb-wrap .gnb-group .menu-box nav .nav-list h2 a {
  position: relative;
  display: inline-block;
  padding: 0 24px;
  line-height: 70px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .gnb-wrap .gnb-group .menu-box nav .nav-list h2 a {
    width: 100%;
    padding-right: 50px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #efefef;
    box-sizing: border-box;
  }
  .gnb-wrap .gnb-group .menu-box nav .nav-list h2 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    display: inline-block;
    width: 16px;
    height: 8px;
    background: url(../img/icon_select_arrow.png) no-repeat center;
    background-size: contain;
    transition: transform 450ms cubic-bezier(0.17, 0.67, 0.21, 1);
  }
}
.gnb-wrap .gnb-group .menu-box nav .nav-list h2.is-active a {
  color: #003875;
  font-weight: 800;
}
@media (max-width: 1280px) {
  .gnb-wrap .gnb-group .menu-box nav .nav-list .depth {
    height: 0;
    padding-left: 30px;
  }
}
.gnb-wrap .gnb-group .menu-box nav .nav-list .depth a {
  display: inline-block;
  width: 100%;
  line-height: 36px;
  font-size: 14px;
}
@media (max-width: 1280px) {
  .gnb-wrap .gnb-group .menu-box nav .nav-list .depth a {
    line-height: 30px;
    font-size: 14px;
  }
}
.gnb-wrap .gnb-group .menu-box nav .nav-list .depth h2.is-active a {
  color: #003875;
}
@media (max-width: 1280px) {
  .gnb-wrap .gnb-group .menu-box nav .nav-list.is-active h2 a::after {
    transform: rotate(-180deg);
  }
}
@media (max-width: 1280px) {
  .gnb-wrap .gnb-group .menu-box nav .nav-list.is-active .depth {
    height: auto;
    padding: 12px 0 0 12px;
  }
  .gnb-wrap .gnb-group .menu-box nav .nav-list.is-active .depth h3 {
    padding: 4px 0;
  }
}
.gnb-wrap .gnb-group .hamburger {
  padding: 0;
  margin-left: 12px;
  line-height: 70px;
  width: 70px;
  border: none;
  font-size: 0px;
  background: url(../img/icon_menu_open.png) no-repeat center;
  background-size: 22px;
  vertical-align: top;
}
@media (max-width: 1280px) {
  .gnb-wrap .gnb-group .hamburger {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    height: 56px;
    width: 64px;
  }
}

@media (max-width: 1280px) {
  .gnb-wrap:not(.is-active) .gnb-group .menu-box nav {
    display: none;
  }
}
.gnb-wrap:not(.is-active) .gnb-group .menu-box nav .nav-list:hover {
  padding-bottom: 14px;
  overflow: visible;
}
@media (max-width: 1280px) {
  .gnb-wrap:not(.is-active) .gnb-group .menu-box nav .nav-list:hover {
    padding-bottom: 0;
  }
}
.gnb-wrap:not(.is-active) .gnb-group .menu-box nav .nav-list:hover .depth {
  position: absolute;
  left: 50%;
  padding: 8px 0;
  width: 160px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  transform: translate(-50%, 12px);
  background: #fff;
  box-shadow: 0 2px 8px -3px rgba(0, 0, 0, 0.2);
}
.gnb-wrap:not(.is-active) .gnb-group .menu-box nav .nav-list:hover .depth a:hover {
  background: rgba(0, 56, 117, 0.08);
}

.gnb-wrap.is-active {
  height: auto;
}
.gnb-wrap.is-active .gnb-group .menu-box {
  padding-bottom: 20px;
}
@media (max-width: 1280px) {
  .gnb-wrap.is-active .gnb-group .menu-box {
    padding-bottom: 0;
  }
}
.gnb-wrap.is-active .gnb-group .menu-box nav .nav-list {
  height: auto;
}
.gnb-wrap.is-active .gnb-group .menu-box nav .nav-list .depth h3.is-active a {
  font-weight: 600;
  color: #003875;
}
.gnb-wrap.is-active .gnb-group .menu-box nav .nav-list .depth a {
  padding-left: 20px;
  line-height: 40px;
  text-align: left;
}
@media (max-width: 1280px) {
  .gnb-wrap.is-active .gnb-group .menu-box nav .nav-list .depth a {
    line-height: 30px;
  }
}
@media (max-width: 1280px) {
  .gnb-wrap.is-active .gnb-group .menu-box nav .nav-list + .nav-list {
    margin-top: 12px;
  }
}
.gnb-wrap.is-active .gnb-group .hamburger {
  background: url(../img/icon_menu_close.png) no-repeat center;
  background-size: 22px;
} */

/* soyun,20240412,equip more btn  */
.more {
    display: block;
    overflow: hidden;
    position: relative;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border: 0;
    font-size: 0;
}

.lnb-wrap {
  z-index: 400;
  position: fixed;
  top: 160px;
  left: calc(50% - 610px);
  width: 220px;
  background: #fff;
}
@media (max-width: 1280px) {
  .lnb-wrap {
    z-index: 300;
    top: 56px;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    font-size: 0;
    border-bottom: 1px solid #efefef;
  }
}
.lnb-wrap .lnb-title button.lnb-title-btn {
  display: none;
}
@media (max-width: 1280px) {
  .lnb-wrap .lnb-title {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 0;
    padding-top: 40px;
    vertical-align: top;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background: #fff;
    overflow: hidden;
  }
  .lnb-wrap .lnb-title button.lnb-title-btn {
    z-index: 100;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    border: none;
    background: rgba(0, 0, 0, 0);
  }
  .lnb-wrap .lnb-title button.lnb-title-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
    display: inline-block;
    width: 16px;
    height: 8px;
    background: url(../img/icon_select_arrow.png) no-repeat center;
    background-size: contain;
    transition: transform 450ms cubic-bezier(0.17, 0.67, 0.21, 1);
  }
}
.lnb-wrap .lnb-title h2 {
  display: none;
  border-radius: 0 20px 0 0;
  color: #fff;
  background: #003875;
}
.lnb-wrap .lnb-title h2 a {
  display: inline-block;
  padding: 6px 16px 2px;
  width: 100%;
  line-height: 48px;
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  white-space: nowrap;
}
@media (max-width: 1280px) {
  .lnb-wrap .lnb-title h2 {
    display: block;
    border-radius: 0;
    background: #fff;
    border-top: 1px solid #efefef;
  }
  .lnb-wrap .lnb-title h2 a {
    padding: 0 34px 0 16px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    white-space: normal;
  }
}
.lnb-wrap .lnb-title h2.is-active {
  display: block;
}
@media (max-width: 1280px) {
  .lnb-wrap .lnb-title h2.is-active {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
    border-top: none;
  }
}
@media (max-width: 1280px) {
  .lnb-wrap .lnb-title.is-active {
    height: auto;
  }
  .lnb-wrap .lnb-title.is-active button.lnb-title-btn::after {
    transform: rotate(180deg);
  }
}
.lnb-wrap .lnb-depth {
  display: inline-block;
  width: 100%;
  margin-left: -1px;
}
@media (max-width: 1280px) {
  .lnb-wrap .lnb-depth {
    position: relative;
    width: auto;
  }
  .lnb-wrap .lnb-depth button.lnb-depth-btn {
    z-index: 100;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    border: none;
    background: rgba(0, 0, 0, 0);
  }
}
.lnb-wrap .lnb-depth button.lnb-depth-btn {
  display: none;
}
@media (max-width: 1280px) {
  .lnb-wrap .lnb-depth button.lnb-depth-btn {
    display: inline-block;
  }
  .lnb-wrap .lnb-depth button.lnb-depth-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
    display: inline-block;
    width: 16px;
    height: 8px;
    background: url(../img/icon_select_arrow.png) no-repeat center;
    background-size: contain;
    transition: transform 450ms cubic-bezier(0.17, 0.67, 0.21, 1);
  }
}
.lnb-wrap .lnb-depth ul {
  padding: 24px 0 26px 20px;
  margin: 0;
  border: 1px solid #ededed;
  border-top: none;
  background: #fff;
}
@media (max-width: 1280px) {
  .lnb-wrap .lnb-depth ul {
    position: relative;
    display: inline-block;
    padding: 40px 0 0;
    height: 0;
    vertical-align: top;
    border: 1px solid #efefef;
    border-top-width: 0;
    overflow: hidden;
  }
}
.lnb-wrap .lnb-depth ul li {
  position: relative;
  padding-left: 16px;
}
@media (max-width: 1280px) {
  .lnb-wrap .lnb-depth ul li {
    padding: 0;
    border-top: 1px solid #efefef;
  }
}
.lnb-wrap .lnb-depth ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #898989;
  transform: translateY(-50%);
}
@media (max-width: 1280px) {
  .lnb-wrap .lnb-depth ul li::before {
    display: none;
  }
}
.lnb-wrap .lnb-depth ul li a {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .lnb-wrap .lnb-depth ul li a {
    display: inline-block;
    padding: 0 36px 0 20px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    box-sizing: border-box;
    white-space: nowrap;
  }
}
.lnb-wrap .lnb-depth ul li.is-active::before {
  background: #003875;
}
@media (max-width: 1280px) {
  .lnb-wrap .lnb-depth ul li.is-active {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    border-top: none;
  }
}
.lnb-wrap .lnb-depth ul li.is-active a {
  font-weight: 800;
  color: #003875;
}
@media (max-width: 1280px) {
  .lnb-wrap .lnb-depth ul li.is-active a {
    font-weight: 600;
    color: #333;
  }
}
.lnb-wrap .lnb-depth ul li + li {
  margin-top: 22px;
}
@media (max-width: 1280px) {
  .lnb-wrap .lnb-depth ul li + li {
    margin-top: 0;
  }
}
@media (max-width: 1280px) {
  .lnb-wrap .lnb-depth.is-active button.lnb-depth-btn::after {
    transform: rotate(180deg);
  }
  .lnb-wrap .lnb-depth.is-active ul {
    height: auto;
  }
}

.quick-menu-wrap {
  z-index: 100;
  position: fixed;
  top: 150px;
  left: calc(50% + 670px);
  width: 180px;
  font-family: "NotoSansKR", "Malgun Gothic", "맑은 고딕", sans-serif;
}
@media (max-width: 1280px) {
  .quick-menu-wrap {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}
.quick-menu-wrap div {
  border-radius: 10px 10px 0 0;
  background: #26282c;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 1280px) {
  .quick-menu-wrap div {
    display: none;
  }
}
.quick-menu-wrap div button {
  position: relative;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  color: #fff;
  background: rgba(0, 0, 0, 0);
}
.quick-menu-wrap ul {
  padding: 0;
  margin: 0;
  border: 1px solid #e6e6e6;
  border-top: none;
  border-radius: 0 0 10px 10px;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .quick-menu-wrap ul {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
.quick-menu-wrap ul li {
  line-height: 50px;
}
@media (max-width: 1280px) {
  .quick-menu-wrap ul li {
    display: table-cell;
    width: 25%;
    line-height: 40px;
    border-top: 1px solid #e6e6e6;
  }
}
.quick-menu-wrap ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 20px 0 62px;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .quick-menu-wrap ul li a {
    padding: 0 6px;
    width: 100%;
    font-size: 14px;
    background: #f5f5f5;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
  }
}
.quick-menu-wrap ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f1f1f1 url(../img/icon_quick_menu.png) no-repeat 0 0;
  background-size: auto 30px;
  transform: translateY(-50%);
}
@media (max-width: 1280px) {
  .quick-menu-wrap ul li a::before {
    display: none;
  }
}
.quick-menu-wrap ul li + li {
  border-top: 1px solid #e6e6e6;
}
@media (max-width: 1280px) {
  .quick-menu-wrap ul li + li {
    border-left: 1px solid #e6e6e6;
  }
}
.quick-menu-wrap ul li.reserve-info a::before {
  background-position: 0 0;
}
.quick-menu-wrap ul li.brochure a::before {
  background-position: -30px 0;
}
.quick-menu-wrap ul li.paper-copy a::before {
  background-position: -60px 0;
}
.quick-menu-wrap ul li.business-license a::before {
  background-position: -90px 0;
}

#wrap {
  min-height: 100vh;
}
#wrap #container {
  position: relative;
  /* padding: 110px 0 263px 0; */
  padding: 20px 0 263px 0;
  margin: 0 auto;
  margin-top:250px; /*soyun,sub page marign*/
  width: 100%;
  max-width: 1280px;
  min-height: 100vh;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  #wrap #container {
    padding: 97px 20px 42px;
    min-height: 0;
  }
}
#wrap #container #contents {
  /* padding: 54px 0 40px 280px; */
  padding: 54px 0 40px 0; /* 2024.03.11 CELLMIN */
}
@media (max-width: 1280px) {
  #wrap #container #contents {
    padding: 24px 0 0;
  }
}
#wrap #container #contents h3 {
  position: relative;
  padding: 0 18px 20px;
  line-height: 1.4;
  /* font-size: 22px; */
  font-weight: bold;
}
@media (max-width: 1280px) {
  #wrap #container #contents h3 {
    padding: 0 14px 12px;
    font-size: 18px;
    font-weight: 700;
  }
}
#wrap #container #contents h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 3px;
  height: 20px;
  /* background: #003875; */
}
@media (max-width: 1280px) {
  #wrap #container #contents h3::before {
    width: 2px;
    height: 18px;
  }
}
#wrap #container #contents h3 button {
  display: none;
}
@media (max-width: 1280px) {
  #wrap #container #contents h3.m-header {
    z-index: 400;
    position: fixed;
    padding: 0 0 0 64px;
    top: 0;
    left: 0;
    right: 0;
    line-height: 56px;
    font-size: 18px;
    border-bottom: 1px solid #efefef;
    background: #fff;
    box-sizing: border-box;
  }
  #wrap #container #contents h3.m-header button {
    text-indent: -9999px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 64px;
    height: 56px;
    border: none;
    background: #fff url(../img/icon_back.png) no-repeat center;
    background-size: 24px;
  }
}
#wrap #container #contents h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
#wrap #container #contents.type-term {
  padding-left: 160px;
  padding-right: 160px;
}
@media (max-width: 1280px) {
  #wrap #container #contents.type-term {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#wrap #container #contents.type-main {
  padding: 0;
}
@media (max-width: 1280px) {
  #wrap #container #contents.type-main {
    margin: 0px -20px -60px;
    padding-bottom: 50px;
    background: #f6f6f6;
  }
}
#wrap #container #contents.type-single {
  padding: 64px 0;
  margin: 0 auto;
  max-width: 640px;
}
@media (max-width: 1280px) {
  #wrap #container #contents.type-single {
    padding: 0 0 0;
  }
}
#wrap #container #contents.type-single h3 {
  border: none;
}
#wrap #container #contents.type-single h3 {
  border: none;
  text-align: center;
}
#wrap #container #contents.type-single h3::before {
  display: none;
}
#wrap #container #contents.type-single-full {
  padding: 64px 40px;
  max-width: 100%;
}
@media (max-width: 1280px) {
  #wrap #container.no-lnb {
    padding-top: 55px;
  }
}
#wrap #container.no-lnb .lnb-wrap {
  display: none;
}
/* 
.subpage{padding:90px 0 0;}
.page_navigator{border-bottom:1px solid #aaa;padding-top:110px;position:relative;}
.page_navigator ul{position:relative;max-width:1280px;width:100%;margin:0 auto;}
.page_navigator ul:after{content:'';clear:both;display: block;}
.page_navigator ul li{position:relative;float:left;border-right:1px solid #aaa;}
.navi_list{display:none;position:absolute;left:-1px;bottom:0;right:-1px;background:#fff;border:1px solid #aaa;transform:translateY(100%);z-index:400;}
.navi_list a{padding:13px 20px;line-height:24px;font-size:17px;display:block;color:#787878;}
.navi_list a:hover,.navi_list a:active{background:#f8f8f8;}
 */
/* .navi_home{display:block;width:50px;height:50px;background:url(../img/nav_home.png) no-repeat center center;background-size:20px 20px;border-left:1px solid #aaa;} */ /*layout.css에 있음*/
/* .navi_menu_debth{display:block;min-width:240px;height:30px;line-height:30px;padding:10px 50px 10px 20px;background:url(../img/nav_select.png) no-repeat right center;font-size:17px;} */


/* footer {
  z-index: 400;
  position: relative;
  margin-top: -223px;
  font-family: "NotoSansKR", "Malgun Gothic", "맑은 고딕", sans-serif;
  letter-spacing: 0;
  text-align: center;
  box-sizing: border-box;
  background: #333;
}
@media (max-width: 1280px) {
  footer {
    margin-top: 0;
  }
}
footer .footer-group {
  display: inline-block;
  padding: 45px 80px;
  width: -100%;
  max-width: 1280px;
  color: #fff;
  font-size: 0;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  footer .footer-group {
    padding: 0 0 50px;
  }
}
footer .footer-group .link-box {
  padding: 0;
  margin: 0 0 24px 290px;
  font-size: 14px;
  text-align: left;
}
@media (max-width: 1280px) {
  footer .footer-group .link-box {
    padding: 14px 20px;
    margin: 0;
    background: #3a3c40;
    text-align: center;
  }
}
footer .footer-group .link-box li {
  position: relative;
  display: inline-block;
}
footer .footer-group .link-box li + li {
  margin-left: 10px;
  padding-left: 10px;
}
footer .footer-group .link-box li + li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  background: #fff;
  transform: translateY(-50%);
}
footer .footer-group .logo-box {
  display: inline-block;
  padding-right: 50px;
  margin-top: -41px;
  width: 290px;
  font-size: 0;
  vertical-align: middle;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  footer .footer-group .logo-box {
    padding: 0 20px;
    margin: 40px 0 14px;
    width: 100%;
  }
  footer .footer-group .logo-box img {
    height: 36px;
  }
}
footer .footer-group .logo-box img {
  display: inline-block;
}
footer .footer-group .conts-box {
  display: inline-block;
  width: calc(100% - 290px);
  font-size: 14px;
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  footer .footer-group .conts-box {
    padding: 0 20px;
    width: 100%;
    text-align: center;
  }
}
footer .footer-group .conts-box .info-text span {
  display: inline-block;
  width: 100%;
  line-height: 1.7;
}
footer .footer-group .conts-box .info-text span.copyright {
  color: #77797b;
} */

.popup-wrap {
  z-index: 1000;
  display: table-cell;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px;
  background: rgba(0, 0, 0, 0.45);
  text-align: center;
  font-size: 0;
}
@media (max-width: 1280px) {
  .popup-wrap {
    padding: 16px;
  }
}
.popup-wrap::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.popup-wrap .popup-box {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 700px;
  background: #fff;
  vertical-align: middle;
}
.popup-wrap .popup-box .popup-head {
  padding: 26px 50px 20px 30px;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 1280px) {
  .popup-wrap .popup-box .popup-head {
    padding: 16px 40px 14px 24px;
  }
}
.popup-wrap .popup-box .popup-head p {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  color: #111;
}
@media (max-width: 1280px) {
  .popup-wrap .popup-box .popup-head p {
    font-size: 18px;
  }
}
.popup-wrap .popup-box .popup-head button {
  text-indent: -999px;
  position: absolute;
  top: 18px;
  right: 18px;
  border: none;
  width: 40px;
  height: 40px;
  background: url(../img/icon_close.png) no-repeat center;
  background-size: 28px;
}
@media (max-width: 1280px) {
  .popup-wrap .popup-box .popup-head button {
    top: 6px;
    right: 8px;
    background-size: 20px;
  }
}
.popup-wrap .popup-box .popup-cont {
  height: 100%;
  text-align: left;
  box-sizing: border-box;
}
.popup-wrap .popup-box .popup-cont .scroll {
  padding: 22px 40px;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .popup-wrap .popup-box .popup-cont .scroll {
    padding: 26px 24px;
  }
}
.popup-wrap .popup-box .popup-cont .scroll .inner {
  max-height: 700px;
}
.popup-wrap .popup-box .popup-cont .txt-pack span.tit {
  margin-bottom: 16px;
}
.popup-wrap .popup-box .popup-cont .txt-pack span.txt + span.txt {
  margin-top: 4px;
}
.popup-wrap .popup-box .popup-cont .txt-pack span.emphasis {
  font-size: 24px;
  vertical-align: middle;
}
.popup-wrap .popup-box .popup-cont .list-pack {
  padding: 10px 18px;
  margin-top: 10px;
  background: #f5f5f5;
}
.popup-wrap .popup-box .popup-cont .ipt-pack {
  width: 100%;
}
.popup-wrap .popup-box .popup-cont .slt-pack {
  width: 100%;
}
.popup-wrap .popup-box .popup-cont .noti-pack + .ipt-pack {
  margin-top: 12px;
}
.popup-wrap .popup-box .popup-cont .ipt-pack ~ .ipt-pack {
  margin-top: 36px;
}
.popup-wrap .popup-box .popup-cont .ipt-pack ~ .slt-pack {
  margin-top: 36px;
}
.popup-wrap .popup-box .popup-cont .ipt-pack ~ .ta-pack {
  margin-top: 36px;
  width: 100%;
}
.popup-wrap .popup-box .popup-cont .txt-pack ~ table {
  margin-top: 10px;
}
.popup-wrap .popup-box .popup-cont table td {
  text-align: center;
}
.popup-wrap .popup-box .popup-foot {
  padding: 14px 0 26px;
  text-align: center;
}
@media (max-width: 1280px) {
  .popup-wrap .popup-box .popup-foot {
    padding: 20px 0;
  }
}
.popup-wrap .popup-box .popup-foot .btn-pack button {
  min-width: 140px;
  height: 50px;
  border-radius: 14px;
  font-size: 18px;
}
@media (max-width: 1280px) {
  .popup-wrap .popup-box .popup-foot .btn-pack button {
    min-width: 120px;
    height: 46px;
  }
}
.popup-wrap .popup-box .popup-foot .btn-pack button + button {
  margin-left: 20px;
}
@media (max-width: 1280px) {
  .popup-wrap .popup-box .popup-foot .btn-pack button + button {
    margin-left: 10px;
  }
}
.popup-wrap .popup-box.type-wide {
  max-width: 1200px;
}
@media (max-width: 1280px) {
  .popup-wrap .popup-box.type-wide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .popup-wrap .popup-box.type-wide .popup-cont {
    height: calc(100% - 147px);
  }
}
@media (max-width: 1280px) {
  .popup-wrap .popup-box.type-wide .popup-cont.no-footer {
    height: calc(100% - 60px);
  }
}
.popup-wrap .popup-box.type-alert {
  max-width: 400px;
}
.popup-wrap .popup-box.type-alert .popup-head {
  border-bottom: none;
}
.popup-wrap .popup-box.type-alert .popup-head p {
  padding-left: 20px;
  text-align: center;
}
.popup-wrap .popup-box.type-alert .popup-cont {
  text-align: center;
}

.popup-wrap .search-form {
  display: block;
}
.popup-wrap .search-form .tbl-pack .th-cell {
  width: 50%;
}
.popup-wrap .search-form .tbl-pack:last-child .td-cell {
  padding-left: 0;
}
.popup-wrap .search-form .slt-pack {
  width: 100%;
  min-width: 0;
}

@media (max-width: 1280px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 1281px) {
  .m-only {
    display: none !important;
  }
}

.no-data {
  padding: 12px 0px;
  font-size: 16px;
  color: #939393;
  text-align: center;
}

.slt-pack {
  position: relative;
  display: inline-block;
  min-width: 240px;
}
.slt-pack > span {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
/* .slt-pack .selected {
  position: relative;
  display: inline-block;
  padding: 0 40px 0 16px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
  width: 100%;
  padding: 0 0 0 16px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 500;
  color: #111;
  box-sizing: border-box;
  cursor: pointer;
} */
.slt-pack .selected::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 13px;
  width: 12px;
  height: 9px;
  background: url(../img/icon_select_arrow.png) no-repeat center;
  transform-origin: 50% 50%;
  background-size: contain;
  transition: transform 450ms cubic-bezier(0.17, 0.67, 0.21, 1);
}
.slt-pack .selected:focus {
  border-color: #003875;
}
.slt-pack .option-box {
  z-index: 10;
  display: none;
  position: absolute;
  width: 100%;
  margin-top: 8px;
  max-height: 200px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
  font-sizeL: 0;
  overflow-y: auto;
  box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.36);
}
/* .slt-pack .option-box button {
  margin: 0;
  width: 100%;
  border: none;
  padding: 0 16px;
  line-height: 36px;
  font-size: 14px;
  background: #fff;
  text-align: left;
} */
.slt-pack .option-box button:hover {
  background: rgba(0, 56, 180, 0.05);
}
.slt-pack .option-box button.is-active {
  color: #fff;
  background: #003875;
}

.slt-pack.is-active .selected {
  border-color: #111;
}
.slt-pack.is-active .selected::after {
  transform: rotate(-180deg);
}
.slt-pack.is-active .option-box {
  display: block;
}

.ipt-pack {
  position: relative;
  display: inline-block;
  font-size: 0;
}
.ipt-pack span {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.ipt-pack span.essential::after {
  content: "*";
  padding-left: 2px;
  color: #ff3322;
}
.ipt-pack span.unit {
  display: inline-block;
  width: 30px;
  padding-left: 6px;
  box-sizing: border-box;
}
.ipt-pack span.txt-length {
  width: auto;
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 14px;
  color: #939393;
}
.ipt-pack span.txt-length span {
  display: inline-block;
  width: auto;
}
.ipt-pack span.txt-length span.now {
  font-size: 13px;
}
.ipt-pack span.txt-length span.now::before {
  content: "(";
  padding-right: 2px;
}
.ipt-pack span.txt-length span.now::after {
  content: "/";
  padding: 0 3px;
}
.ipt-pack span.txt-length span.total {
  font-size: 13px;
}
.ipt-pack span.txt-length span.total::after {
  padding-left: 2px;
  content: ")";
}
/* .ipt-pack input {
  display: inline-block;
  width: 100% !important;
  padding: 0 16px !important;
  margin: 0;
  line-height: 38px;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  box-sizing: border-box;
} */
/* .ipt-pack input::placeholder {
  color: rgba(58, 60, 64, 0.45);
}
.ipt-pack input[readonly] {
  background: #f5f5f5;
  border-color: #e5e5e5 !important;
}
.ipt-pack input:focus {
  outline: none;
  border-color: #003875;
  border-width: 1px;
}
.ipt-pack input.error {
  border-color: #ff3322;
}
.ipt-pack input[type=password] {
  font-family: "pass", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.ipt-pack input[type=password]::-webkit-input-placeholder {
  transform: scale(0.77);
  transform-origin: 0 50%;
}
.ipt-pack input[type=password]::-moz-placeholder {
  ont-size: 14px;
  opacity: 1;
}
.ipt-pack input[type=password]:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
} */
.ipt-pack button {
  min-width: 100px;
  margin: 0 0 0 10px;
  height: 38px;
  width: 150px;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  font-size: 16px;
  color: #111;
  background: #fff;
}
.ipt-pack button.blue {
  color: #fff;
  border-color: #003875;
  background: #003875;
}
.ipt-pack button.gray {
  color: #505050;
  border-color: #f5f5f5;
  background: #f5f5f5;
}
.ipt-pack button.black {
  color: #fff;
  border-color: #000;
  background: #000;
}

.ipt-pack.type-error input {
  border-color: #ff3322;
}

.ipt-pack.type-btn input {
  width: calc(100% - 160px);
}

.ipt-pack.type-address input {
  width: calc(100% - 160px);
}
.ipt-pack.type-address input:last-child {
  margin-top: 10px;
  width: 100%;
}

.ipt-pack.type-unit input {
  padding-right: 0;
  width: calc(100% - 30px);
}

.ta-pack {
  position: relative;
  display: inline-block;
  font-size: 0;
}
.ta-pack span {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  /*
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  */
}
.ta-pack span.essential::after {
  content: "*";
  color: #ff3322;
}
.ta-pack textarea {
  outline: none;
  display: inline-block;
  width: 100%;
  min-height: 240px;
  padding: 0 16px;
  margin: 0;
  line-height: 44px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  box-sizing: border-box;
  resize: none;
  font-family: "NanumSquare", "Malgun Gothic", "맑은 고딕", sans-serif;
}
.ta-pack textarea::placeholder {
  color: rgba(58, 60, 64, 0.45);
}
.ta-pack textarea:focus {
  outline: none;
  border-color: #003875;
  border-width: 1px;
}

.opt-pack {
  display: inline-block;
  font-size: 0;
  box-sizing: border-box;
}
.opt-pack span {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.opt-pack span.essential::after {
  content: "*";
  color: #ff3322;
}
.opt-pack .opt-group {
  display: table;
  table-layout: fixed;
  margin-left: -10px;
  width: calc(100% + 10px);
}
.opt-pack .opt-group .btn-pack {
  display: table-cell;
  padding-left: 10px;
  width: 100%;
}
.opt-pack .opt-group .btn-pack button {
  width: 100%;
  background: #fff;
}
.opt-pack .opt-group .btn-pack button.is-active {
  color: #fff;
  border-color: #003875;
  background: #003875;
}
.opt-pack .opt-group .btn-pack a {
  width: 100%;
  background: #fff;
}
.opt-pack .opt-group .btn-pack a.is-active {
  color: #fff;
  border-color: #003875;
  background: #003875;
}

@media (max-width: 1280px) {
  .opt-pack.type-box {
    wdith: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.opt-pack.type-box .opt-group {
  z-index: 1;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  font-size: 0;
}
.opt-pack.type-box .opt-group .btn-pack {
  display: inline-block;
  padding: 0;
  width: auto;
  border: 1px solid #ddd;
  background: #fff;
}
.opt-pack.type-box .opt-group .btn-pack a {
  display: inline-block;
  padding: 12px 14px;
  border: none;
  line-height: 1;
  font-size: 14px;
  color: #939393;
  background: rgba(255, 255, 255, 0);
  box-sizing: border-box;
  text-align: center;
}
.opt-pack.type-box .opt-group .btn-pack.is-active {
  border-bottom-color: #f5f5f5;
  background: #f5f5f5;
}
.opt-pack.type-box .opt-group .btn-pack.is-active a {
  color: #333;
  font-weight: 600;
}
.opt-pack.type-box .opt-group .btn-pack + .btn-pack {
  border-left-width: 0;
}

.opt-panel-box {
  padding: 12px;
  margin-top: -1px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.btn-pack {
  display: inline-block;
  font-size: 0;
  box-sizing: border-box;
}
/* .btn-pack button {
  min-width: 100px;
  height: 38px;
  border: 1px solid #eee;
  border-radius: 8px;
  font-size: 16px;
  color: #111;
  background: #eee;
}
@media (hover:hover) {

	.btn-pack button:hover {
		border-color: #e0e0e0;
		background: #e0e0e0;
	}

	.btn-pack button.blue:hover {
		background: #005ab8;
	}

} */
/* .btn-pack button.blue {
  color: #fff;
  border-color: #003875;
  background: #003875;
  font-weight: 500;
} */
/* .btn-pack button.blue:hover {
  background: #005ab8;
} */
.btn-pack button.gray {
  color: #505050;
  border-color: #f5f5f5;
  background: #f5f5f5;
}
.btn-pack button.black {
  color: #fff;
  border-color: #000;
  background: #000;
}
.btn-pack button.line {
  border-color: #ddd;
  background: #fff;
}
.btn-pack button.line:hover {
  color: #005ab8;
  border-color: #005ab8;
}
.btn-pack button.round {
  border-radius: 19px;
  padding: 0 12px;
  font-size: 14px;
}
.btn-pack button.box {
  border-color: #ddd;
  padding: 6px 12px;
  border-radius: 0;
  height: auto;
  background: #f5f5f5;
}
.btn-pack button.box.is-active {
  background: #fff;
}
/* soyun, 20240315, 파일업로드 시 파일명 css 수정 */
.btn-pack a {
  display: inline-block;
  min-width: 100px;
  line-height: 38px;
  /* border: 1px solid #eee; */
  border-radius: 8px;
  font-size: 16px;
  color: #111;
  /* background: #eee; */
  text-align: center;
  /* box-sizing: border-box; */
  text-decoration: underline;
}
.btn-pack a.line {
  background: #fff;
  border-color: #eee;
  border-radius: 20px;
}

.btn-pack.more {
  width: 100%;
  text-align: center;
}
.btn-pack.more button {
  min-width: 200px;
  padding-top: 4px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  background: #fff;
}
.btn-pack.more button::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 9px;
  height: 9px;
  background: url(../img/icon_plus.png) no-repeat center;
  background-size: contain;
}
.btn-pack.more button:hover {
  background: #f8f8f8;
}

.btn-pack.close button {
  min-width: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: url(../img/icon_close.png) no-repeat center;
  color: rgba(0, 0, 0, 0);
  background-size: contain;
}
@media (max-width: 1280px) {
  .btn-pack.close button {
    background-size: 24px;
  }
}

.btn-pack.type-group button:not(.box) + button:not(.box) {
  margin-left: 6px;
}
.btn-pack.type-group button.box + button.box {
  margin-left: -1px;
}

.btn-pack.type-wide {
  width: 100% !important;
}
.btn-pack.type-wide button {
  width: 100%;
}

.btn-pack.type-duo {
  width: 100%;
}
.btn-pack.type-duo button {
  width: calc(50% - 10px);
}
.btn-pack.type-duo button + button {
  margin-left: 20px;
}

.btn-pack.type-trio {
  width: 100%;
}
.btn-pack.type-trio button {
  width: calc(33.3% - 13px);
}
.btn-pack.type-trio button + button {
  margin-left: 20px;
}

/* ****************************************
soyun,20240315, 파일 업로드 목록 한줄 처리
 
   **************************************** */
.btn-pack-line {
  font-size: 0;
  box-sizing: border-box;
}
.btn-pack-line button {
  min-width: 100px;
  height: 38px;
  border: 1px solid #eee;
  border-radius: 8px;
  font-size: 16px;
  color: #111;
  background: #eee;
}
.btn-pack-line button:hover {
  border-color: #e0e0e0;
  background: #e0e0e0;
}
.btn-pack-line button.blue {
  color: #fff;
  border-color: #003875;
  background: #003875;
  font-weight: 500;
}
.btn-pack-line button.blue:hover {
  background: #005ab8;
}
.btn-pack-line button.gray {
  color: #505050;
  border-color: #f5f5f5;
  background: #f5f5f5;
}
.btn-pack-line button.black {
  color: #fff;
  border-color: #000;
  background: #000;
}
.btn-pack-line button.line {
  border-color: #ddd;
  background: #fff;
}
.btn-pack-line button.line:hover {
  color: #005ab8;
  border-color: #005ab8;
}
.btn-pack-line button.round {
  border-radius: 19px;
  padding: 0 12px;
  font-size: 14px;
}
.btn-pack-line button.box {
  border-color: #ddd;
  padding: 6px 12px;
  border-radius: 0;
  height: auto;
  background: #f5f5f5;
}
.btn-pack-line button.box.is-active {
  background: #fff;
}
/* soyun, 20240315, 파일업로드 시 파일명 css 수정 */
.btn-pack-line a {
  display: inline-block;
  min-width: 100px;
  line-height: 38px;
  border-radius: 8px;
  font-size: 16px;
  color: #111;
  text-align: center;
  text-decoration: underline;
  margin-right: 15px;
}
.btn-pack-line a.line {
  background: #fff;
  border-color: #eee;
  border-radius: 20px;
}

.btn-pack-line.more {
  width: 100%;
  text-align: center;
}
.btn-pack-line.more button {
  min-width: 200px;
  padding-top: 4px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  background: #fff;
}
.btn-pack-line.more button::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 9px;
  height: 9px;
  background: url(../img/icon_plus.png) no-repeat center;
  background-size: contain;
}
.btn-pack-line.more button:hover {
  background: #f8f8f8;
}

.btn-pack-line.close button {
  min-width: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: url(../img/icon_close.png) no-repeat center;
  color: rgba(0, 0, 0, 0);
  background-size: contain;
}
@media (max-width: 1280px) {
  .btn-pack-line.close button {
    background-size: 24px;
  }
}

.btn-pack-line.type-group button:not(.box) + button:not(.box) {
  margin-left: 6px;
}
.btn-pack-line.type-group button.box + button.box {
  margin-left: -1px;
}

.btn-pack-line.type-wide {
  width: 100% !important;
}
.btn-pack-line.type-wide button {
  width: 100%;
}

.btn-pack-line.type-duo {
  width: 100%;
}
.btn-pack-line.type-duo button {
  width: calc(50% - 10px);
}
.btn-pack-line.type-duo button + button {
  margin-left: 20px;
}

.btn-pack-line.type-trio {
  width: 100%;
}
.btn-pack-line.type-trio button {
  width: calc(33.3% - 13px);
}
.btn-pack-line.type-trio button + button {
  margin-left: 20px;
}


.rdo-pack {
  display: inline-block;
  box-sizing: border-box;
}
.rdo-pack span {
  display: inline-block;
  padding-top: 3px;
  padding-left: 4px;
  line-height: 20px;
  font-size: 14px;
  vertical-align: middle;
}
.rdo-pack input {
  outline: 0;
  appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/radio_default.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.rdo-pack input:checked {
  background-image: url(../img/radio_checked.png);
}
.rdo-pack input:disabled {
  background-image: url(../img/radio_disabled.png);
}

.chk-pack {
  display: inline-block;
  box-sizing: border-box;
  font-size: 0;
}
.chk-pack span {
  display: inline-block;
  padding-top: 3px;
  padding-left: 4px;
  line-height: 20px;
  font-size: 14px;
  vertical-align: middle;
}
.chk-pack input {
  outline: 0;
  appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/check_default.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.chk-pack input:checked {
  background-image: url(../img/check_checked.png);
}
.chk-pack input:disabled {
  background-image: url(../img/check_disabled.png);
}

.term-pack {
  border: 1px solid #efefef;
  border-radius: 12px;
}
.term-pack .tit {
  padding: 10px 24px 8px;
}
.term-pack .tit::after {
  content: "";
  display: block;
  clear: both;
}
.term-pack .tit > span {
  float: left;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
}
.term-pack .tit > span.essential::before {
  content: "[필수]";
  padding-right: 4px;
  color: #ff3322;
}
.term-pack .tit > span.option::before {
  content: "[선택]";
  padding-right: 4px;
}
.term-pack .tit .chk-pack {
  float: right;
  line-height: 30px;
}
.term-pack .conts {
  max-height: 300px;
  border-top: 1px solid #efefef;
  overflow-y: auto;
}
.term-pack .conts .inner {
  padding: 20px 26px;
  line-height: 1.8;
  font-size: 14px;
}

.term-pack + .term-pack {
  margin-top: 20px;
}

.step-pack {
  padding: 0;
  margin: 0;
}

.table-box {
  margin-top: 24px;
}

.tbl-pack {
  display: inline-table;
  table-layout: fixed;
  width: 100%;
}
.tbl-pack .th-cell {
  display: table-cell;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  background: #ebebeb;
}
.tbl-pack .td-cell {
  display: table-cell;
  padding: 6px 14px;
}
.tbl-pack .td-cell .ipt-pack {
  width: 100%;
}

/* table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #333;
  border-bottom: 1px solid #a8a8a8;
  text-align: center;
} */
table thead tr th {
  padding: 6px 12px;
  height: 40px;
  line-height: 1.4;
  border-bottom: 1px solid #c8c8c8;
  font-size: 14px;
  font-weight: 700;
  background: #ebebeb;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  table thead tr th {
    padding: 6px 14px;
  }
}
table thead tr th.essential::after {
  content: "*";
  padding-left: 2px;
  color: #ff3322;
}
/* table tbody tr th {
  padding: 14px 12px;
  height: 40px;
  line-height: 1.4;
  border-bottom: 1px solid #c8c8c8;
  font-size: 13px;
  font-weight: 700;
  background: #ebebeb;
  box-sizing: border-box;
} */
@media (max-width: 1280px) {
  table tbody tr th {
    padding: 6px 14px;
  }
}
table tbody tr th.essential::after {
  content: "*";
  padding-left: 2px;
  color: #ff3322;
}
table tbody tr td {
  padding: 14px 12px;
  height: 40px;
  line-height: 1.4;
  font-size: 14px;
  text-align: left;
  box-sizing: border-box;
  background: #fff;
}
@media (max-width: 1280px) {
  table tbody tr td {
    padding: 6px 14px;
  }
}
table tbody tr.is-active th,
table tbody tr.is-active td {
  background: rgba(0, 56, 180, 0.05);
}
table tbody tr + tr td {
  border-top: 1px solid #ddd;
}

/* .table {
  width: 100%;
  border-top: 1px solid #333;
  border-bottom: 1px solid #a8a8a8;
} */
.table .thead .tr {
  display: inline-table;
  width: 100%;
  table-layout: fixed;
}
.table .thead .tr .th {
  display: table-cell;
  padding: 6px 12px;
  line-height: 1.4;
  border-bottom: 1px solid #c8c8c8;
  font-size: 13px;
  font-weight: 700;
  background: #ebebeb;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  .table .thead .tr .th {
    padding: 6px 12px;
  }
}
.table .thead .tr .th.essential::after {
  content: "*";
  padding-left: 2px;
  color: #ff3322;
}
/* .table .tbody .tr {
  display: table;
  width: 100%;
  table-layout: fixed;
} */
/* .table .tbody .tr .th {
  display: table-cell;
  padding: 14px 12px;
  height: 40px;
  line-height: 1.4;
  font-size: 13px;
  font-weight: 700;
  background: #ebebeb;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
} */
.table .tbody .tr .th .word-len {
  padding-left: 4px;
  font-weight: 500;
  color: #939393;
}
.table .tbody .tr .th .word-len::before {
  content: "(";
}
.table .tbody .tr .th .word-len::after {
  content: "/" attr(data-value) ")";
}
.table .tbody .tr .th.essential::after {
  content: "*";
  padding-left: 2px;
  color: #ff3322;
}
.table .tbody .tr .td.no-data {
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
}
/* .table .tbody .tr .td {
  display: table-cell;
  padding: 14px 12px;
  height: 40px;
  line-height: 1.4;
  font-size: 14px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
} */
@media (max-width: 1280px) {
  .table .tbody .tr .td {
    padding: 6px 12px;
  }
}
.table .tbody .tr .tr-cell {
  display: inline-table;
  width: 50%;
}
@media (max-width: 1280px) {
  .table .tbody .tr .tr-cell {
    width: 100%;
  }
}
.table .tbody .tr .tr-cell .th,
.table .tbody .tr .tr-cell .td {
  border-top: 1px solid #ddd;
}
.table .tbody .tr.is-active {
  background: rgba(0, 56, 180, 0.05);
}
.table .tbody .tr.is-active .th,
.table .tbody .tr.is-active .td,
.table .tbody .tr.is-active .tr-cell {
  background: rgba(255, 255, 255, 0);
}
.table .tbody .tr + .tr .th,
.table .tbody .tr + .tr .td {
  border-top: 1px solid #ddd;
}

.search-box .table .tr:hover .th,
.search-box .table .tr:hover .td {
  background: none !important;
}

.period-unit {
  display: inline-block;
  padding: 0 6px;
  line-height: 40px;
  font-size: 16px;
  vertical-align: middle;
}

.period-pack {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.period-pack .tit {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
}
.period-pack .tit::after {
  content: " : ";
}
@media (max-width: 1280px) {
  .period-pack .tit {
    margin-bottom: 4px;
    width: 100%;
  }
  .period-pack .tit::after {
    display: none;
  }
}
.period-pack .ipt-pack {
  vertical-align: middle;
}
.period-pack .ipt-pack input {
  width: auto;
}
.period-pack .ipt-pack input[type=text] {
  width: 140px;
}
.period-pack .ipt-pack input[type=number] {
  width: 60px;
  padding-right: 0;
}
.period-pack .ipt-pack span {
  width: auto;
  padding-left: 6px;
  font-size: 14px;
}
.period-pack .ipt-pack + .ipt-pack {
  margin-left: 12px;
}
.period-pack .slt-pack {
  display: inline-block;
  min-width: 0;
  vertical-align: middle;
}
.period-pack .slt-pack .selected {
  width: auto;
}
.period-pack .slt-pack .selected::after {
  right: 8px;
}
.period-pack .slt-pack .selected {
  width: 60px;
  padding-right: 0;
}
.period-pack .slt-pack > span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0;
}
.period-pack .slt-pack > span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 8px;
  width: 12px;
  height: 9px;
  background: url(../img/icon_select_arrow.png) no-repeat center;
  transform-origin: 50% 50%;
  background-size: contain;
  transition: transform 450ms cubic-bezier(0.17, 0.67, 0.21, 1);
}
.period-pack .slt-pack > span input.selected {
  margin: 0;
  outline: none;
}
.period-pack .slt-pack.is-active > span::after {
  transform: rotate(-180deg);
}
.period-pack span.unit {
  display: line-block;
  vertical-align: middle;
  width: auto;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 14px;
}
.period-pack .ipt-pack + .slt-pack {
  margin-left: 12px;
}
@media (max-width: 1280px) {
  .period-pack .ipt-pack + .slt-pack {
    margin-left: 0;
  }
}

/* .search-form {
  border-radius: 8px;
} */
/* .search-form .table {
  border: none;
} */
/* .search-form .table .tbody .tr {
  padding: 0 20px;
  box-sizing: border-box;
} */
/* @media (max-width: 1280px) {
  .search-form .table .tbody .tr {
    padding: 0;
  }
} */
.search-form .table .tbody .tr .th,
.search-form .table .tbody .tr .td {
  padding: 0;
  border: none;
  background: rgba(255, 255, 255, 0);
}
/* .search-form .table .tbody .tr .th {
  width: 100px;
  text-align: left;
} */
/* @media (max-width: 1280px) {
  .search-form .table .tbody .tr .th {
    width: 100px;
  }
} */
@media (max-width: 1280px) {
  .search-form .table .tbody .tr .td .combine-pack .slt-pack {
    max-width: 100%;
    width: 100% !important;
  }
  .search-form .table .tbody .tr .td .combine-pack .ipt-pack {
    margin-top: 6px;
    width: 100% !important;
    padding: 0;
  }
}
.search-form .table .tbody .tr .tr-cell {
  padding: 3px 0;
  box-sizing: border-box;
}
.search-form .table .tbody .tr .tr-cell:last-child {
  padding-left: 30px;
  padding-right: 0;
}
.search-form .table .tbody .tr .tr-cell:first-child {
  padding-right: 30px;
  padding-left: 0;
}
.search-form .table .tbody .tr .tr-cell.type-single {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1280px) {
  .search-form .table .tbody .tr .tr-cell.type-single .th {
    display: none;
  }
}
@media (max-width: 1280px) {
  .search-form .table .tbody .tr .tr-cell + .tr-cell {
    margin-top: 8px;
  }
}
.search-form .table .tbody .tr .ipt-pack {
  width: 100%;
}
.search-form .table .tbody .tr .slt-pack {
  max-width: 333px;
  width: 100%;
}
.search-form .btn-pack {
  padding-top: 20px;
  width: 100%;
  text-align: center;
}
/* .search-form .btn-pack button {
  min-width: 160px;
} */

.filter-pack {
  padding: 20px 0;
}
.filter-pack .btn-group {
  margin: -6px 0 0 -6px;
  font-size: 0;
}
.filter-pack .btn-group button {
  padding: 6px 24px;
  margin: 6px 0 0 6px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  font-size: 14px;
  background: #fff;
}
@media (max-width: 1280px) {
  .filter-pack .btn-group button {
    padding: 16px 15px;
    width: calc(25% - 8px);
    min-height: 50px;
    border-radius: 6px;
    vertical-align: top;
  }
}
.filter-pack .btn-group button.is-active {
  border-color: #003875;
  background: #003875;
  color: #fff;
  font-weight: 600;
}

ul.portlet {
  padding: 0;
  margin: -20px 0 0 -20px;
  font-size: 0;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  ul.portlet {
    margin: 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 1280px) {
  ul.portlet li + li {
    margin-top: 50px;
  }
}
ul.portlet li {
  display: inline-block;
  padding: 18px 24px;
  margin: 20px 0 0 20px;
  width: calc(50% - 20px);
  box-sizing: border-box;
  background: #fff;
  vertical-align: top;
}
@media (max-width: 1280px) {
  ul.portlet li {
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
    border: none;
  }
}
ul.portlet li .pt-head {
  position: relative;
  padding-right: 50px;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
}
ul.portlet li .pt-head p {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  color: #111;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  ul.portlet li .pt-head p {
    font-size: 16px;
  }
}
ul.portlet li .pt-head a {
  display: inline-block;
  outline: none;
  position: absolute;
  top: -12px;
  right: 0;
  padding: 0 0 0 14px;
  line-height: 50px;
  border: none;
  font-size: 14px;
  color: #333;
  background: rgba(255, 255, 255, 0);
}
@media (max-width: 1280px) {
  ul.portlet li .pt-head a {
    top: -14px;
    right: 0;
  }
}
ul.portlet li .pt-head a::before, ul.portlet li .pt-head a::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: -1px 0 0 -10px;
  top: 50%;
  left: 10px;
  width: 10px;
  height: 1px;
  border-radius: 2px;
  background: #333;
  transform-origin: 50% 50%;
}
@media (max-width: 1280px) {
  ul.portlet li .pt-head a::before, ul.portlet li .pt-head a::after {
    width: 10px;
  }
}
ul.portlet li .pt-head a::after {
  transform: rotate(-90deg);
}
ul.portlet li .pt-body .list {
  margin-top: 18px;
  font-size: 0;
}
@media (max-width: 1280px) {
  ul.portlet li .pt-body .list {
    margin-top: 16px;
  }
}
ul.portlet li .pt-body .list a {
  display: inline-block;
  width: 100%;
}
ul.portlet li .pt-body .list p {
  display: inline-block;
  padding: 0;
  width: 100%;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  ul.portlet li .pt-body .list p {
    font-size: 14px;
  }
}
ul.portlet li .pt-body .list p span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
}
ul.portlet li .pt-body .list p span.status {
  padding: 2px 6px;
  font-size: 12px;
  min-width: 54px;
  color: #fff;
  background: #939393;
  text-align: center;
  box-sizing: border-box;
}
ul.portlet li .pt-body .list p span.status.ing {
  background: #ff9900;
}
ul.portlet li .pt-body .list p span.status.complete {
  background: #003875;
}
ul.portlet li .pt-body .list p span.data {
  padding: 0 8px;
}
ul.portlet li .pt-body .list p span.data::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  margin-top: -6px;
  background: #939393;
}
ul.portlet li .pt-body .list p span.duration {
  padding: 0 8px;
}
ul.portlet li .pt-body .list p span.duration::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  margin-top: -6px;
  background: #939393;
}
ul.portlet li .pt-body .list p span.tit {
  display: inline;
  padding-left: 8px;
}
ul.portlet li .pt-body .no-data {
  margin-top: 20px;
  padding: 0;
}
ul.portlet li .pt-body .no-data p {
  padding: 70px 0;
}
@media (max-width: 1280px) {
  ul.portlet li .pt-body .no-data p {
    padding: 31px 0;
  }
}

.status-box {
  display: table;
  table-layout: fixed;
  margin-top: 20px;
  width: 100%;
  background: #f5f5f5;
}
.status-box p {
  display: table-cell;
  padding: 12px;
  width: 100%;
  height: 136px;
  line-height: 26px;
  border: 1px solid #ebebeb;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  .status-box p {
    height: 80px;
  }
}
.status-box p span {
  display: inline-block;
  padding-top: 4px;
  width: 100%;
  font-size: 28px;
  font-weight: 700;
  color: #ff3322;
}
.status-box p span::after {
  content: "원";
  display: inline-block;
  padding-left: 3px;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  vertical-align: middle;
}

.form-pack {
  font-size: 0;
}

.tab-pack:not(.type-box) .tab-btn {
  display: inline-table;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  font-size: 0;
}
@media (max-width: 1280px) {
  .tab-pack:not(.type-box) .tab-btn {
    display: inline-block;
    padding: 0 20px;
    margin: 0 -20px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.tab-pack:not(.type-box) .tab-btn button {
  outline: none;
  display: table-cell;
  padding: 16px 0;
  margin: 0 0 -1px;
  width: 50%;
  font-size: 16px;
  border: none;
  background: rgba(255, 255, 255, 0);
}
@media (max-width: 1280px) {
  .tab-pack:not(.type-box) .tab-btn button {
    font-size: 14px;
  }
}
.tab-pack:not(.type-box) .tab-btn button.is-active {
  border-bottom: 2px solid #003875;
  font-weight: 800;
  color: #003875;
}
.tab-pack:not(.type-box) .tab-panel .panel {
  display: none;
}
.tab-pack:not(.type-box) .tab-panel .panel.is-active {
  display: block;
}

.tab-pack.type-box .tab-btn {
  z-index: 1;
  position: relative;
  box-sizing: border-box;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  font-size: 0;
}
.tab-pack.type-box .tab-btn label {
  display: inline-block;
  border: 1px solid #ddd;
  background: #fff;
}
.tab-pack.type-box .tab-btn label button {
  display: inline-block;
  padding: 12px 6px 12px 20px;
  border: none;
  font-size: 14px;
  color: #939393;
  background: rgba(255, 255, 255, 0);
}
.tab-pack.type-box .tab-btn label button.close {
  text-indent: -9999px;
  padding: 0;
  width: 40px;
  height: 40px;
  background: url(../img/icon_close.png) no-repeat center;
  background-size: 14px;
}
.tab-pack.type-box .tab-btn label.is-active {
  border-bottom-color: #f5f5f5;
  background: #f5f5f5;
}
.tab-pack.type-box .tab-btn label.is-active button {
  color: #333;
  font-weight: 600;
}
.tab-pack.type-box .tab-btn label + label {
  border-left-width: 0;
}
.tab-pack.type-box .tab-panel {
  margin-top: -1px;
}
.tab-pack.type-box .tab-panel .panel {
  display: none;
  border: 1px solid #ddd;
  background: #f5f5f5;
}
.tab-pack.type-box .tab-panel .panel.is-active {
  display: block;
}

.acc-pack .acc-handle {
  position: relative;
  padding-right: 50px !important;
  cursor: pointer;
}
.acc-pack .acc-handle::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 13px;
  width: 14px;
  height: 8px;
  background: url(../img/icon_select_arrow.png) no-repeat center;
  transform-origin: 50% 50%;
  background-size: contain;
  transition: transform 450ms cubic-bezier(0.17, 0.67, 0.21, 1);
}
@media (max-width: 1280px) {
  .acc-pack .acc-handle::after {
    top: 12px;
  }
}
.acc-pack .acc-panel {
  display: none;
  background: #f7f7f7;
  overflow: hidden;
}
.acc-pack .acc-panel .scr-box {
  padding: 20px 0;
  border-top: 1px solid #ebebeb;
}
.acc-pack .acc-panel .scr-box .inner {
  padding: 0 24px;
  max-height: 200px;
  font-size: 14px;
  line-height: 1.4;
  overflow-y: auto;
}
.acc-pack .acc-panel .qna-box {
  padding: 14px;
  border-top: 1px solid #ebebeb;
}
@media (max-width: 1280px) {
  .acc-pack .acc-panel .qna-box {
    padding: 8px;
  }
}
.acc-pack .acc-panel .qna-box [class*=-tit] {
  z-index: 1;
  position: relative;
  padding: 0 16px;
  border: 1px solid #ddd;
  border-bottom: 0;
  background: #fff;
}
.acc-pack .acc-panel .qna-box [class*=-tit] p {
  position: relative;
  padding: 12px 90px 12px 20px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-weight: 500;
}
.acc-pack .acc-panel .qna-box [class*=-tit] p span {
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 8px;
  line-height: 36px;
  font-size: 14px;
  font-weight: 400;
  color: #939393;
}
.acc-pack .acc-panel .qna-box [class*=-cont] {
  border: 1px solid #ddd;
}
.acc-pack .acc-panel .qna-box [class*=-cont] .inner {
  text-indent: -24px;
  padding: 14px 20px 14px 44px;
  margin-top: -2px;
  max-height: 200px;
  border-top: 1px solid #ddd;
  font-size: 14px;
  line-height: 1.5;
  overflow-y: auto;
  background: #fff;
}
.acc-pack .acc-panel .qna-box .q-cont .inner::before {
  content: "Q .";
  padding-right: 6px;
  font-size: 16px;
  font-weight: 600;
}
.acc-pack .acc-panel .qna-box .q-cont + .a-tit {
  margin-top: 12px;
}
.acc-pack .acc-panel .qna-box .a-tit p::before {
  content: "[답변]";
  padding-right: 6px;
}
.acc-pack .acc-panel .qna-box .a-cont .inner::before {
  content: "A .";
  padding-right: 6px;
  font-size: 16px;
  font-weight: 600;
}

.acc-pack.is-active .acc-handle::after {
  transform: rotate(180deg);
}
.acc-pack.is-active .acc-panel {
  display: block;
}

.pagi-pack {
  font-size: 0;
}
.pagi-pack button {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  background-size: contain;
}
.pagi-pack button.start {
  background-image: url(../img/pagi_start.png);
}
.pagi-pack button.prev {
  margin-left: 10px;
  background-image: url(../img/pagi_prev.png);
}
.pagi-pack ul {
  display: inline-block;
  padding: 0;
  margin: 0 14px;
  vertical-align: middle;
}
.pagi-pack ul li {
  display: inline-block;
}
.pagi-pack ul li a {
  position: relative;
  display: inline-block;
  padding: 0 6px;
  min-width: 20px;
  line-height: 30px;
  font-size: 16px;
}
.pagi-pack ul li.is-active a {
  font-weight: 700;
}
.pagi-pack ul li.is-active a::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 6px;
  height: 1px;
  background: #111;
}
.pagi-pack button.next {
  margin-right: 10px;
  background-image: url(../img/pagi_next.png);
}
.pagi-pack button.end {
  background-image: url(../img/pagi_end.png);
}

.img-pack {
  overflow: hidden;
}
.img-pack .inner {
  position: relative;
  padding-top: 80%;
  width: 100%;
  height: 0;
  border-radius: 8px;
  background: #ebebeb;
  overflow: hidden;
}
.img-pack .inner img {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.link-pack a {
  font-size: 16px;
  text-decoration: underline;
  color: #003875;
}
.link-pack a.sub {
  font-size: 14px;
}

.txt-pack:not(.smart-editor) span {
  display: inline-block;
  line-height: 1.4;
  font-size: 14px;
}
.txt-pack:not(.smart-editor) span + span {
  margin-top: 4px;
}
.txt-pack:not(.smart-editor) span.main {
  display: inline-block;
  line-height: 1.4;
  font-size: 15px;
  color: #111;
}
.txt-pack:not(.smart-editor) span.sub {
  display: inline-block;
  font-size: 14px;
  color: #939393;
}
.txt-pack:not(.smart-editor) span.error {
  margin-top: 6px;
  font-size: 14px;
  color: #ff3322;
}
.txt-pack:not(.smart-editor) span.confirm {
  margin-top: 6px;
  font-size: 14px;
  color: #003875;
}
.txt-pack:not(.smart-editor) span.tit {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
}
.txt-pack:not(.smart-editor) span.txt {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
}

.txt-pack:not(.smart-editor) + .txt-pack:not(.smart-editor) {
  margint-top: 4px;
}

.noti-pack {
  padding: 16px 20px;
  background: #f5f5f5;
  border-radius: 4px;
}
.noti-pack span.main {
  display: inline-block;
  padding: 2px 0;
  font-size: 15px;
}
.noti-pack .list-pack {
  margin-top: 2px;
}

.list-pack span {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  color: #111;
  box-sizing: border-box;
}
.list-pack span.dot {
  padding-left: 10px;
}
.list-pack span.dot::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #111;
}
.list-pack span.dot + span.dot {
  margin-top: 8px;
}
.list-pack span.noti {
  text-indent: -5px;
  padding-left: 10px;
  font-size: 14px;
  color: #939393;
}
.list-pack span.noti::before {
  content: "*";
  padding-right: 2px;
  display: inline-block;
}
.list-pack span.noti + span.noti {
  margin-top: 0;
}

.combine-pack {
  font-size: 0;
}
.combine-pack::after {
  content: "";
  display: inline-block;
  clear: both;
}
.combine-pack .slt-pack {
  width: 333px !important;
}
.combine-pack .ipt-pack {
  width: calc(100% - 333px) !important;
  padding-left: 10px;
  box-sizing: border-box;
}
.combine-pack .txt-pack {
  display: inline-block;
  vertical-align: middle;
}
.combine-pack .txt-pack span {
  line-height: 38px;
}
.combine-pack .btn-pack {
  float: right;
}
/* 
.ui-datepicker {
  z-index: 1100 !important;
  padding: 12px;
  margin-top: 6px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.36);
  width: 17rem;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 6px 40px 16px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  text-indent: -100px;
  position: absolute;
  top: -6px;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../img/pagi_prev.png) no-repeat center;
  background-size: 24px;
  overflow: hidden;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  text-indent: -100px;
  position: absolute;
  top: -6px;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../img/pagi_next.png) no-repeat center;
  background-size: 24px;
  overflow: hidden;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-weight: 600;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar td:not(.ui-state-disabled):hover {
  color: #333;
  background: rgba(0, 56, 180, 0.05);
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day {
  color: #fff;
  font-weight: 600;
  background-color: #003875;
}

.calendar-pack {
  width: 100%;
}
.calendar-pack .calendar-ribbon {
  text-align: center;
  font-size: 0;
  padding-bottom: 12px;
}
.calendar-pack .calendar-ribbon .month {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  min-width: 40px;
  text-align: center;
  vertical-align: middle;
}
.calendar-pack .calendar-ribbon button {
  width: 40px;
  height: 40px;
  border: none;
  vertical-align: middle;
}
.calendar-pack .calendar-ribbon button.prev {
  background: url(../img/pagi_prev.png) no-repeat center;
  background-size: 20px;
}
.calendar-pack .calendar-ribbon button.next {
  background: url(../img/pagi_next.png) no-repeat center;
  background-size: 20px;
}
.calendar-pack table {
  table-layout: fixed;
}
.calendar-pack table tbody td {
  padding: 0;
  border: 1px solid #e8e8e8;
}
.calendar-pack table tbody td .cal-cell {
  position: relative;
  min-height: 90px;
  width: 100%;
  height: 100%;
  padding-top: 26px;
  box-sizing: border-box;
}
.calendar-pack table tbody td .cal-cell p.date {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 14px;
  font-weight: 500;
}
.calendar-pack table tbody td .cal-cell .tag p {
  padding: 2px;
  font-size: 10px;
  background: #f5f5f5;
  word-break: break-all;
}
.calendar-pack table tbody td .cal-cell .tag p.is-confirm {
  color: #fff;
  background: #003875;
}
.calendar-pack table tbody td .cal-cell .tag p[class*=_WAIT] {
  color: #fff;
  background: #e4ba06;
}
.calendar-pack table tbody td .cal-cell .tag p[class*=_COMPLETE] {
  color: #fff;
  background: #019267;
}
.calendar-pack table tbody td .cal-cell .tag p[class*=_CANCEL] {
  color: #fff;
  background: #ff3322;
}
.calendar-pack table tbody td:first-child .cal-cell p.date {
  color: #ff3322;
}
.calendar-pack table tbody td:last-child .cal-cell p.date {
  color: #003875;
}
 */
.scr-inner {
  max-height: 300px;
  overflow-y: auto;
}

td .scr-inner {
  margin: -14px -12px;
  padding: 14px 12px;
  box-sizing: border-box;
}

.youtube-wrap {
  padding: 16px 20px;
}
@media (max-width: 1280px) {
  .youtube-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.pdf-wrap {
  padding: 16px 20px;
}
@media (max-width: 1280px) {
  .pdf-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.map-wrap {
  position: relative;
  padding: 26px 20px 16px;
}
@media (max-width: 1280px) {
  .map-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.map-wrap > button {
  z-index: 2;
  margin-left: 2px;
  position: relative;
  padding: 5px 16px;
  height: 30px;
  background: #fff;
  border: 1px solid #939393;
  color: #333;
  border-radius: 20px;
  font-size: 14px;
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
}
.map-wrap > button:hover {
  background: #eee;
}
.map-wrap > button:first-child {
  margin-left: 14px;
}
.map-wrap > div {
  margin-top: -40px;
}
.map-wrap .map-title-caption {
  padding: 2px 4px;
}
.map-wrap .map-title-caption .title {
  font-size: 13px;
}
.map-wrap .map-title-caption .addr {
  font-size: 14px;
}

.attach {
  font-size: 0;
  padding: 0;
  margin: 0 0 0 -24px;
}
.attach a {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  margin: 0 0 0 24px;
  font-size: 14px;
  color: #0066ff;
  text-decoration: underline;
}
.attach a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(../img/icon_file.png) no-repeat center;
  background-size: 14px;
}

.clause-wrap {
  padding-top: 24px;
}
@media (max-width: 1280px) {
  .clause-wrap {
    padding-bottom: 60px;
  }
}
.clause-wrap p {
  line-height: 1.4;
  font-size: 16px;
}
.clause-wrap p + dl {
  margin-top: 30px;
}
.clause-wrap dl {
  padding: 0;
  margin: 0;
}
.clause-wrap dl dt {
  font-size: 18px;
  font-weight: 700;
}
.clause-wrap dl dd {
  padding: 12px 0;
  margin-left: 16px;
  font-size: 16px;
}
.clause-wrap dl + dl {
  margin-top: 24px;
}
.clause-wrap ol {
  padding: 0;
  margin: 0;
}
.clause-wrap ol li {
  text-indent: -16px;
  padding-left: 20px;
  line-height: 1.4;
}
.clause-wrap ol li + li {
  margin-top: 6px;
}
.clause-wrap ul {
  padding: 12px 0;
  margin: 0;
}
.clause-wrap ul li {
  text-indent: -12px;
  padding-left: 12px;
  line-height: 1.4;
  font-size: 15px;
  color: #707070;
}
.clause-wrap ul li::before {
  content: "-";
  padding-right: 6px;
}
.clause-wrap .card {
  width: 330px;
  padding: 12px 16px;
  margin-top: 16px;
  background: #f5f5f5;
}
.clause-wrap .card p {
  font-weight: 600;
  font-size: 14px;
}
.clause-wrap .card span {
  display: inline-block;
  margin-top: 6px;
  width: 100%;
  font-size: 14px;
}
.clause-wrap .card + p {
  margin-top: 24px;
}
.clause-wrap .list-pack {
  margin-top: 12px;
}
.clause-wrap .list-pack span.dot {
  font-size: 15px;
}

/* .ctrl-box {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
} */
/* .ctrl-box .btn-pack:not(.more) button {
  height: 50px;
  min-width: 180px;
  font-size: 16px;
} */
.ctrl-box .btn-pack:not(.more) button + button {
  margin-left: 16px;
}

.main-wrap {
  position: relative;
}
.main-wrap .visual {
  position: relative;
}
.main-wrap .visual .img-pack {
  height: 500px;
}
@media (max-width: 1280px) {
  .main-wrap .visual .img-pack {
    height: auto;
  }
}
.main-wrap .visual .img-pack .inner {
  border-radius: 0;
  padding-top: 46%;
}
@media (max-width: 1280px) {
  .main-wrap .visual .img-pack .inner {
    padding-top: 460px;
  }
}
.main-wrap .visual .copy {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
}
@media (max-width: 1280px) {
  .main-wrap .visual .copy {
    top: 40px;
  }
}
.main-wrap .visual .copy p {
  font-size: 42px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .main-wrap .visual .copy p {
    line-height: 1.2;
    font-size: 28px;
  }
}
.main-wrap .visual .copy span {
  display: inline-block;
  margin-top: 6px;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .main-wrap .visual .copy span {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
  }
}
.main-wrap .visual .search-form {
  position: absolute;
  top: 200px;
  left: 50%;
  width: 700px;
  transform: translateX(-50%);
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .main-wrap .visual .search-form {
    top: 180px;
    width: 100%;
    padding: 0 6vw;
  }
}
.main-wrap .visual .search-form .search {
  z-index: 1;
  position: relative;
  padding: 14px 26px 12px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  font-size: 0;
}
@media (max-width: 1280px) {
  .main-wrap .visual .search-form .search {
    padding: 2px 12px 0;
    border-radius: 30px;
  }
}
.main-wrap .visual .search-form .search .ipt-pack.type-btn {
  width: calc(100% - 136px);
}
@media (max-width: 1280px) {
  .main-wrap .visual .search-form .search .ipt-pack.type-btn {
    width: calc(100% - 110px);
  }
}
.main-wrap .visual .search-form .search .ipt-pack.type-btn input {
  border: none;
  padding: 0;
  width: calc(100% - 80px);
  line-height: 36px;
  font-size: 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  vertical-align: middle;
}
@media (max-width: 1280px) {
  .main-wrap .visual .search-form .search .ipt-pack.type-btn input {
    padding: 0 14px;
    line-height: 50px;
    width: calc(100% - 50px);
    font-size: 18px;
  }
}
.main-wrap .visual .search-form .search .ipt-pack.type-btn input::placeholder {
  color: rgba(255, 255, 255, 0.78);
}
.main-wrap .visual .search-form .search .ipt-pack.type-btn button {
  position: relative;
  margin: 0;
  width: 80px;
  min-width: 50px;
  font-size: 0;
  border: none;
  background: rgba(255, 255, 255, 0);
}
@media (max-width: 1280px) {
  .main-wrap .visual .search-form .search .ipt-pack.type-btn button {
    width: 40px;
    min-width: 0;
  }
}
.main-wrap .visual .search-form .search .ipt-pack.type-btn button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 35px;
  height: 35px;
  background: url(../img/icon_scope.png) no-repeat center;
  background-size: 26px;
  transform: translateX(-50%);
}
@media (max-width: 1280px) {
  .main-wrap .visual .search-form .search .ipt-pack.type-btn button::after {
    top: 8px;
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}
.main-wrap .visual .search-form .search .btn-pack {
  width: 134px;
  padding: 0;
  border-left: 1px solid #fff;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  .main-wrap .visual .search-form .search .btn-pack {
    width: 80px;
  }
}
.main-wrap .visual .search-form .search .btn-pack button {
  position: relative;
  padding-right: 40px;
  width: 100%;
  border: none;
  font-size: 20px;
  color: #fff;
  background: rgba(255, 255, 255, 0);
}
@media (max-width: 1280px) {
  .main-wrap .visual .search-form .search .btn-pack button {
    padding: 0 18px;
    height: 22px;
    font-size: 18px;
    min-width: 0;
    white-space: nowrap;
  }
}
.main-wrap .visual .search-form .search .btn-pack button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 20px;
  width: 16px;
  height: 9px;
  background: url(../img/icon_select_arrow_w.png) no-repeat center;
  transform-origin: 50% 50%;
  background-size: contain;
  transition: transform 450ms cubic-bezier(0.17, 0.67, 0.21, 1);
}
@media (max-width: 1280px) {
  .main-wrap .visual .search-form .search .btn-pack button::after {
    top: 6px;
    right: -22px;
    width: 12px;
  }
}
.main-wrap .visual .search-form .search .btn-pack.is-active button::after {
  transform: rotate(-180deg);
}
.main-wrap .visual .search-form .search-detail {
  display: none;
  padding: 14px 24px 24px;
  margin-top: 12px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 2px 68px rgba(0, 0, 0, 0.78);
  box-sizing: border-box;
}
.main-wrap .visual .search-form .search-detail .ipt-pack {
  width: 100%;
}
.main-wrap .visual .search-form .search-detail .ipt-pack span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.main-wrap .visual .search-form .search-detail .ipt-pack input {
  line-height: 40px;
  border: none;
  border-radius: 4px;
  font-size: 18px;
}
.main-wrap .visual .search-form .search-detail .ipt-pack + .ipt-pack {
  margin-top: 14px;
}
.main-wrap .visual .search-form .search-detail.is-active {
  display: block;
}
.main-wrap ul.portlet {
  display: flex;
  padding: 30px 12px;
}
@media (max-width: 1280px) {
  .main-wrap ul.portlet {
    display: block;
    padding: 0 24px 40px;
  }
}
.main-wrap ul.portlet li {
  border: 1px solid #ebebeb;
  border-radius: 14px;
}
@media (max-width: 1280px) {
  .main-wrap ul.portlet li {
    padding: 26px 20px;
    margin-top: 26px;
  }
}
.main-wrap ul.portlet li .pt-head p {
  font-size: 20px;
  font-weight: 700;
}
.main-wrap ul.portlet li .pt-head p::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 3px;
  width: 100%;
  background: #111;
}
@media (max-width: 1280px) {
  .main-wrap ul.portlet li .pt-head p::before {
    height: 3px;
  }
}
.main-wrap ul.portlet li .pt-head button {
  right: -12px;
  padding: 0;
  font-size: 14px;
}
.main-wrap ul.portlet li .pt-head button::before, .main-wrap ul.portlet li .pt-head button::after {
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #111;
}
@media (max-width: 1280px) {
  .main-wrap ul.portlet li .pt-head button::before, .main-wrap ul.portlet li .pt-head button::after {
    width: 16px;
  }
}
.main-wrap ul.portlet li .pt-body .list {
  margin-top: 20px;
}
.main-wrap ul.portlet li .pt-body .list p {
  display: inline-block;
  padding-right: 30px;
  width: calc(100% - 100px);
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  .main-wrap ul.portlet li .pt-body .list p {
    font-size: 14px;
  }
}
.main-wrap ul.portlet li .pt-body .list span {
  display: inline-block;
  width: 100px;
  font-size: 14px;
  color: #939393;
  text-align: right;
  box-sizing: border-box;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  .main-wrap ul.portlet li .pt-body .list span {
    font-size: 14px;
  }
}
.main-wrap ul.portlet li.theme-blue .pt-head p::before {
  background: #003875;
}
.main-wrap ul.portlet li.theme-blue .pt-head button::before, .main-wrap ul.portlet li.theme-blue .pt-head button::after {
  background: #003875;
}
.main-wrap ul.portlet li.theme-orange .pt-head p::before {
  background: #f7971c;
}
.main-wrap ul.portlet li.theme-orange .pt-head button::before, .main-wrap ul.portlet li.theme-orange .pt-head button::after {
  background: #f7971c;
}

.login-wrap .login-box .ipt-pack {
  margin-top: 36px;
  width: 100%;
}
.login-wrap .login-box .ipt-pack span {
  font-size: 16px;
}
.login-wrap .login-box .chk-pack {
  margin-top: 10px;
  width: 100%;
  text-align: right;
}
.login-wrap .ctrl-box .btn-pack {
  width: 100%;
}
.login-wrap .ctrl-box .btn-pack button {
  width: 100%;
  height: 54px;
  font-size: 18px;
}
.login-wrap .ctrl-box .btn-pack + .btn-pack {
  margin-top: 14px;
}
.login-wrap .ctrl-box + .noti-pack {
  margin-top: 24px;
  text-align: center;
}
.login-wrap .link-pack {
  margin-top: 26px;
  text-align: center;
}
.login-wrap .type-link-box {
  margin-top: 24px;
}
.login-wrap .type-link-box .btn-pack {
  width: 100%;
  padding-top: 12px;
}
.login-wrap .type-link-box .btn-pack a {
  width: calc(50% - 5px);
  border-color: #ddd;
  border-radius: 20px;
  background: #fff;
}
.login-wrap .type-link-box .btn-pack a + a {
  margin-left: 10px;
}

.join-wrap p {
  text-align: center;
}
.join-wrap .chk-pack.total {
  width: 100%;
  padding: 30px 24px 8px;
  text-align: right;
}
.join-wrap .ctrl-box {
  margin-top: 24px;
}
.join-wrap .ctrl-box .btn-pack {
  width: calc(50% - 10px);
}
.join-wrap .ctrl-box .btn-pack button {
  width: 100%;
}
.join-wrap .ctrl-box .btn-pack + .btn-pack {
  margin-left: 20px;
}
.join-wrap .opt-pack {
  margin-top: 36px;
  width: 100%;
}
.join-wrap .ipt-pack {
  margin-top: 36px;
  width: 100%;
}
.join-wrap .list-pack {
  padding: 12px 16px;
  margin-top: 10px;
  background: #f5f5f5;
  border-radius: 4px;
}
.join-wrap .type-link-box {
  margin-top: 24px;
}
.join-wrap .type-link-box .list-pack {
  padding: 0;
  margin: 0;
}
.join-wrap .type-link-box .btn-pack {
  width: 100%;
  padding-top: 12px;
}
.join-wrap .type-link-box .btn-pack a {
  width: calc(50% - 5px);
  border-color: #ddd;
  border-radius: 20px;
  background: #fff;
}
.join-wrap .type-link-box .btn-pack a + a {
  margin-left: 10px;
}
.join-wrap .complete-box {
  padding: 160px 0 80px;
  text-align: center;
}
.join-wrap .complete-box p {
  font-size: 28px;
  font-weight: 600;
}
.join-wrap .complete-box span {
  display: inline-block;
  margin-top: 12px;
  line-height: 1.4;
  font-size: 18px;
}

.find-wrap .ipt-pack {
  margin-top: 36px;
  width: 100%;
}
.find-wrap .ctrl-box .btn-pack + .btn-pack {
  margin-left: 20px;
}
.find-wrap .find-result {
  padding-top: 36px;
  text-align: center;
}
.find-wrap .txt-pack span.tit {
  margin-bottom: 16px;
}

.pass-wrap .pass-box .ipt-pack {
  margin-top: 36px;
  width: 100%;
}
.pass-wrap .pass-box .list-pack {
  padding: 10px 18px;
  margin-top: 10px;
  background: #f5f5f5;
}
.pass-wrap .ctrl-box .btn-pack {
  width: 100%;
}
.pass-wrap .ctrl-box .btn-pack button {
  width: 100%;
}

@media (max-width: 1280px) {
  .popup-cont .search-box {
    display: block;
    position: static;
    padding: 0;
    margin: -26px -24px 0;
  }
}
@media (max-width: 1280px) {
  .popup-cont .search-box .search-form .btn-pack {
    position: static;
    padding: 14px;
  }
  .popup-cont .search-box .search-form .btn-pack button {
    height: 40px;
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .search-box {
    display: none;
    z-index: 800;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 60px;
    background: #fff;
    box-sizing: border-box;
    padding-bottom: 140px;
  }
}
.search-box .btn-pack.close {
  padding-top: 16px;
  padding-right: 16px;
  width: 100%;
  text-align: right;
}
@media (max-width: 1280px) {
  .search-box .btn-pack.close {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
  }
}
/* .search-box .search-form {
  padding: 12px 16px;
  border: 1px solid #eee;
  background: #fafafa;
} */
@media (max-width: 1280px) {
  .search-box .search-form {
    padding: 16px 24px;
    border: none;
    border-radius: 0;
  }
/*   .search-box .search-form::before {
    content: "키워드 검색";
    display: inline-block;
    margin-bottom: 6px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
  } */
}
@media (max-width: 1280px) {
  .search-box .search-form .btn-pack {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 0;
    text-align: center;
  }
}
@media (max-width: 1280px) {
/*   .search-box .search-form .btn-pack button {
    height: 46px;
    min-width: 140px;
    font-size: 16px;
  } */
}
.search-box .search-form .btn-pack button + button {
  margin-left: 12px;
}
@media (max-width: 1280px) {
  .search-box .search-form .btn-pack button + button {
    margin-left: 8px;
  }
}
@media (max-width: 1280px) {
  .search-box .filter-pack {
    padding: 16px;
  }
  .search-box .filter-pack::before {
    content: "카테고리 검색";
    display: inline-block;
    margin-bottom: 6px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
  }
}

@media (max-width: 1280px) {
  .search-box.is-active {
    display: block;
  }
}

.border-box .ribbon {
  height: 38px;
  padding-bottom: 8px;
  text-align: left;
}
.border-box .ribbon::after {
  conetnt: "";
  display: block;
  clear: both;
}
.border-box .ribbon .total {
  display: inline-block;
  padding-top: 14px;
  font-size: 18px;
  font-weight: 700;
  color: #003875;
}
.border-box .ribbon .total::before {
  content: "총";
  padding-right: 6px;
  font-size: 15px;
  font-weight: 400;
  color: #333;
}
.border-box .ribbon .total::after {
  content: "건";
  padding-left: 1px;
  font-size: 15px;
  font-weight: 400;
  color: #333;
}
.border-box .ribbon .btn-pack {
  float: right;
}
.border-box .ribbon .btn-pack button {
  border-radius: 18px;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .border-box .ribbon .btn-pack.email button {
    font-size: 15px;
    min-width: 60px;
    height: 35px;
  }
}
.border-box .head {
  padding: 12px 14px 20px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #a8a8a8;
}
.border-box .head .tit {
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
}
.border-box .head .info {
  margin-top: 8px;
  color: #939393;
  font-size: 0;
  text-align: right;
}
.border-box .head .info .date {
  position: relative;
  display: inline-block;
  margin-right: 14px;
  padding-right: 14px;
  font-size: 14px;
}
.border-box .head .info .date::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  width: 1px;
  height: 10px;
  background: #939393;
}
.border-box .head .info .log {
  display: inline-block;
  font-size: 14px;
}
.border-box .head .info .log::before {
  content: "조회수 :";
  padding-right: 6px;
}
.border-box .body {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #8e8e8e;
}
.border-box .body .inner {
  padding: 26px 20px;
  line-height: 1.4;
  font-size: 14px;
  box-sizing: border-box;
}
.border-box .body .attach {
  font-size: 0;
  padding: 0 0 28px;
  margin: 0;
  border-top: 1px solid #dcdcdc;
}
.border-box .body .attach::before {
  content: "[첨부자료]";
  display: block;
  margin: 20px 0 -12px 24px;
  font-size: 16px;
  font-weight: 700;
}
.border-box .body .attach a {
  position: relative;
  display: inline-block;
  margin: 26px 0 0 24px;
  font-size: 14px;
  color: #0066ff;
  text-decoration: underline;
}
.border-box .body .attach a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.border-box ul.list {
  padding: 0;
  margin: -36px 0 0 -24px;
  font-size: 0;
}
.border-box ul.list li {
  display: inline-block;
  margin: 36px 0 0 24px;
  width: calc(25% - 24px);
  vertical-align: top;
}
@media (max-width: 1280px) {
  .border-box ul.list li {
    width: calc(50% - 24px);
  }
}
/* .border-box ul.list li .thumb-list span {
  display: inline-block;
  margin-top: 14px;
  width: 100%;
  font-size: 13px;
  color: #939393;
} */
/* .border-box ul.list li .thumb-list p {
  display: inline-block;
  margin-top: 6px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #111;
} */

.reserve-detail-wrap {
  position: relative;
  padding-right: 300px;
  min-height: 600px;
}
@media (max-width: 1280px) {
  .reserve-detail-wrap {
    padding: 0 0 60px;
  }
}
.reserve-detail-wrap .detail-head {
  position: relative;
}
@media (max-width: 1280px) {
  .reserve-detail-wrap .detail-head {
    margin-top: -42px;
    padding-bottom: 20px;
  }
}
.reserve-detail-wrap .detail-head .img-pack {
  position: absolute;
  top: 0;
  right: -300px;
  width: 260px;
}
@media (max-width: 1280px) {
  .reserve-detail-wrap .detail-head .img-pack {
    position: static;
    right: 0;
    width: auto;
    margin: 0 -20px;
  }
}
.reserve-detail-wrap .detail-head .img-pack .inner {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .reserve-detail-wrap .detail-head .img-pack .inner {
    padding-top: 75%;
    border-radius: 0;
  }
}
.reserve-detail-wrap .detail-head .tag {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 16px;
  color: #939393;
}
@media (max-width: 1280px) {
  .reserve-detail-wrap .detail-head .tag {
    margin-top: 12px;
  }
}
.reserve-detail-wrap .detail-head p {
  line-height: 1.4;
  font-size: 26px;
  font-weight: 500;
}
.reserve-detail-wrap .detail-head p + p {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .reserve-detail-wrap .detail-head p.m-tit {
    z-index: 400;
    position: fixed;
    padding: 0 0 0 64px;
    top: 0;
    left: 0;
    right: 0;
    line-height: 55px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #efefef;
    background: #fff;
    box-sizing: border-box;
  }
}
.reserve-detail-wrap .detail-head button.back {
  display: none;
}
@media (max-width: 1280px) {
  .reserve-detail-wrap .detail-head button.back {
    z-index: 400;
    display: block;
    text-indent: -9999px;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    width: 64px;
    height: 55px;
    border: none;
    background: #fff url(../img/icon_back.png) no-repeat center;
    background-size: 24px;
  }
}
.reserve-detail-wrap .detail-summary {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 230px;
  width: 260px;
}
@media (max-width: 1280px) {
  .reserve-detail-wrap .detail-summary {
    position: static;
    width: 100%;
    padding-top: 0;
  }
}
.reserve-detail-wrap .detail-summary .btn-pack.m-fixed {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  font-size: 0;
}
@media (max-width: 1280px) {
  .reserve-detail-wrap .detail-summary .btn-pack.m-fixed {
    z-index: 400;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 0 20px;
    height: 80px;
    border-top: 1px solid #ebebeb;
    border-radius: 14px 14px 0 0;
    background: #fff;
  }
}
.reserve-detail-wrap .detail-summary .btn-pack.m-fixed button.inq {
  position: absolute;
  top: 0;
  padding: 0 20px;
  border-radius: 20px;
  font-size: 14px;
  left: -180px;
}
@media (max-width: 1280px) {
  .reserve-detail-wrap .detail-summary .btn-pack.m-fixed button.inq {
    position: static;
    left: auto;
    border-radius: 8px;
    height: 40px;
  }
}
@media (max-width: 1280px) {
  .reserve-detail-wrap .detail-summary .btn-pack.m-fixed button.blue {
    width: auto !important;
    padding: 0 20px;
  }
}
.reserve-detail-wrap .detail-summary .btn-pack.m-fixed button:not(.inq) {
  width: calc(50% - 4px);
  height: 40px;
  font-size: 14px;
}
@media (max-width: 1280px) {
  .reserve-detail-wrap .detail-summary .btn-pack.m-fixed button:not(.blue) {
    padding: 0;
    width: 40px;
    font-size: 0;
    min-width: 0;
  }
  .reserve-detail-wrap .detail-summary .btn-pack.m-fixed button:not(.blue)::before {
    content: "♥︎";
    font-size: 14px;
    color: #aaa;
  }
}
@media (max-width: 1280px) {
  .reserve-detail-wrap .detail-summary .btn-pack.m-fixed button:not(.blue).is-active {
    background: #ff3322;
  }
  .reserve-detail-wrap .detail-summary .btn-pack.m-fixed button:not(.blue).is-active::before {
    color: #fff;
  }
}
.reserve-detail-wrap .detail-summary .btn-pack.m-fixed button + button {
  margin-left: 8px;
}
.reserve-detail-wrap .detail-summary table tbody tr th {
  padding: 8px 12px;
  height: 30px;
  border-top: 1px solid #c8c8c8;
}
.reserve-detail-wrap .detail-summary table tbody tr td {
  padding: 10px 12px;
}
.reserve-detail-wrap .detail-conts {
  margin-top: 20px;
}
.reserve-detail-wrap .detail-conts .tab-pack .tab-btn button {
  width: 20%;
}
@media (max-width: 1280px) {
  .reserve-detail-wrap .detail-conts .tab-pack .tab-btn button {
    width: auto;
  }
}
@media (max-width: 1280px) {
  .reserve-detail-wrap .detail-conts .tab-pack .tab-btn button + button {
    margin-left: 40px;
  }
}
.reserve-detail-wrap .detail-conts .tab-pack .tab-panel {
  padding-top: 24px;
}
.reserve-detail-wrap .detail-conts .btn-pack {
  width: 100%;
  text-align: center;
}
.reserve-detail-wrap .detail-conts .border-box .table .tbody .tr .th {
  width: 140px;
}

.apply-wrap + .payment-wrap {
  margin-top: 24px;
}

@media (max-width: 1280px) {
  .payment-wrap {
    padding-bottom: 60px;
  }
}
.payment-wrap .border-box .table .tbody .tr .th {
  width: 160px;
}
@media (max-width: 1280px) {
  .payment-wrap .border-box .table .tbody .tr .th {
    width: 100px;
  }
}
.payment-wrap .border-box .table .tbody .tr .td {
  width: calc(100% - 200px);
}
@media (max-width: 1280px) {
  .payment-wrap .border-box .table .tbody .tr .slt-pack {
    min-width: 100%;
  }
}
.payment-wrap .border-box .table .pay-method {
  position: relative;
  margin: -6px 0 0 -8px;
  padding-right: 100px;
}
@media (max-width: 1280px) {
  .payment-wrap .border-box .table .pay-method {
    padding-right: 0;
  }
}
.payment-wrap .border-box .table .pay-method .rdo-pack {
  margin: 6px 0 0 8px;
}
.payment-wrap .border-box .table .pay-method .btn-pack {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
}
@media (max-width: 1280px) {
  .payment-wrap .border-box .table .pay-method .btn-pack {
    position: static;
    width: 100%;
    padding: 12px 0 0 12px;
  }
}
.payment-wrap .border-box .table .pay-method .btn-pack button {
  line-height: 36px;
  font-size: 14px;
  border-radius: 18px;
}
.payment-wrap .border-box .table .pay-opt {
  margin-top: 14px;
}
.payment-wrap .border-box .table .assign-num {
  font-size: 0;
}
.payment-wrap .border-box .table .assign-num .num {
  display: inline-block;
  padding-right: 20px;
  width: calc(100% - 100px);
  font-size: 14px;
  box-sizing: border-box;
}
.payment-wrap .border-box .table .assign-num .btn-pack {
  margin: -4px 0;
}
.payment-wrap .border-box .table .assign-num .btn-pack button {
  height: 36px;
  border-radius: 18px;
  font-size: 14px;
}
.payment-wrap .border-box .table .ipt-pack {
  width: 100%;
}
.payment-wrap .border-box table + .table {
  margin-top: 20px;
}
.payment-wrap .border-box + .list-pack {
  margin-top: 14px;
}
@media (max-width: 1280px) {
  .payment-wrap .ctrl-box .btn-pack:not(.more) button {
    min-width: 150px;
  }
}

.reserve-state-wrap h4 {
  padding: 40px 0 14px;
  text-align: left;
}
.reserve-state-wrap .table-box > h4 {
  padding-top: 16px;
}
.reserve-state-wrap .table-box .btn-pack.type-group {
  margin-bottom: 12px;
}
.reserve-state-wrap .table-box .btn-pack.type-group button {
  font-size: 14px;
}
.reserve-state-wrap .table-box .btn-pack.type-group button span {
  display: block;
  width: 100%;
  line-height: 1.4;
  color: #939393;
  text-align: left;
}
.reserve-state-wrap .table-box .btn-pack.type-group button .div-name {
  font-size: 12px;
}
.reserve-state-wrap .table-box .btn-pack.type-group button.is-active span {
  color: #333;
}
.reserve-state-wrap .period {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
}
.reserve-state-wrap .period span {
  font-weight: 600;
  color: #003875;
}
.reserve-state-wrap .period span::after {
  padding-left: 2px;
  font-weight: 400;
  color: #333;
}
.reserve-state-wrap .period span + span {
  margin-left: 8px;
}
.reserve-state-wrap .period .day::after {
  content: "일";
}
.reserve-state-wrap .period .hour::after {
  content: "시간";
}
.reserve-state-wrap .period .minute::after {
  content: "분";
}

.apply-wrap .border-box .table .tbody .tr .th {
  width: 160px;
}
@media (max-width: 1280px) {
  .apply-wrap .border-box .table .tbody .tr .th {
    width: 100px;
  }
}
.apply-wrap .border-box .period-box {
  display: inline-table;
  padding: 8px 12px;
  width: 100%;
  table-layout: fixed;
}
@media (max-width: 1280px) {
  .apply-wrap .border-box .period-box {
    padding: 0;
  }
}
.apply-wrap .border-box .period-box .period-pack {
  display: table-cell;
  width: 50%;
}
@media (max-width: 1280px) {
  .apply-wrap .border-box .period-box .period-pack {
    display: inline-block;
    padding: 8px 12px;
    width: 100%;
  }
  .apply-wrap .border-box .period-box .period-pack .ipt-pack {
    display: block;
  }
  .apply-wrap .border-box .period-box .period-pack .slt-pack {
    margin-top: 8px;
  }
}
@media (max-width: 1280px) {
  .apply-wrap .border-box .period-box .period-pack + .period-pack {
    border-top: 1px solid #ddd;
  }
}
.apply-wrap .border-box .period-real {
  display: inline-block;
  min-height: 40px;
  padding: 8px 12px;
  width: 100%;
  line-height: 24px;
  font-size: 0;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
}
.apply-wrap .border-box .period-real .tit {
  display: inline-block;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
}
.apply-wrap .border-box .period-real .tit::after {
  content: " : ";
}
@media (max-width: 1280px) {
  .apply-wrap .border-box .period-real .tit {
    width: 100%;
    margin-bottom: 4px;
  }
  .apply-wrap .border-box .period-real .tit::after {
    display: none;
  }
}
.apply-wrap .border-box .period-real .period {
  display: inline-block;
  vertical-align: middle;
  padding-left: 4px;
  font-size: 14px;
  font-weight: 400;
}
.apply-wrap .border-box .period-real .period span {
  font-weight: 600;
  color: #003875;
}
.apply-wrap .border-box .period-real .period span::after {
  padding-left: 2px;
  font-weight: 400;
  color: #333;
}
.apply-wrap .border-box .period-real .period span + span {
  margin-left: 8px;
}
.apply-wrap .border-box .period-real .period .day::after {
  content: "일";
}
.apply-wrap .border-box .period-real .period .hour::after {
  content: "시간";
}
.apply-wrap .border-box .period-real .period .minute::after {
  content: "분";
}
.apply-wrap .tab-wrap {
  position: relative;
}
.apply-wrap .tab-wrap > .btn-pack {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1280px) {
  .apply-wrap .tab-wrap > .btn-pack {
    position: static;
    padding: 12px 0;
    width: 100%;
  }
}
.apply-wrap .tab-wrap > .btn-pack button {
  height: 34px;
  border-radius: 17px;
}
@media (max-width: 1280px) {
  .apply-wrap .tab-wrap > .btn-pack button {
    width: 100%;
  }
}
.apply-wrap .tab-pack.type-box {
  margin-top: 24px;
}
.apply-wrap .tab-pack.type-box .tab-btn {
  width: calc(100% - 120px);
}
@media (max-width: 1280px) {
  .apply-wrap .tab-pack.type-box .tab-btn {
    width: 100%;
  }
}
.apply-wrap .tab-pack.type-box .panel {
  padding: 14px;
}
@media (max-width: 1280px) {
  .apply-wrap .tab-pack.type-box .panel {
    padding: 0;
  }
}
.apply-wrap .tab-pack.type-box .panel .table .tr .th {
  width: 145px;
}
@media (max-width: 1280px) {
  .apply-wrap .tab-pack.type-box .panel .table .tr .th {
    width: 100px;
  }
}
.apply-wrap .tab-pack.type-box .panel .table .ipt-pack {
  width: 100%;
}
.apply-wrap .tab-pack.type-box .panel .table .ipt-pack.short {
  width:140px;
}
.apply-wrap .tab-pack.type-box .panel .table .ta-pack {
  width: 100%;
}

@media (max-width: 1280px) {
  .notice-wrap {
    padding-bottom: 60px;
  }
}
.notice-wrap .table .thead .tr .th {
  text-align: center;
}
.notice-wrap .table .thead .tr .th:nth-child(1) {
  width: 80px;
}
@media (max-width: 1280px) {
  .notice-wrap .table .thead .tr .th:nth-child(1) {
    display: none;
  }
}
@media (max-width: 1280px) {
  .notice-wrap .table .thead .tr .th:nth-child(2) {
    width: 100%;
  }
}
.notice-wrap .table .thead .tr .th:nth-child(3) {
  width: 120px;
}
@media (max-width: 1280px) {
  .notice-wrap .table .thead .tr .th:nth-child(3) {
    display: none;
  }
}
.notice-wrap .table .thead .tr .th:nth-child(4) {
  width: 100px;
}
@media (max-width: 1280px) {
  .notice-wrap .table .thead .tr .th:nth-child(4) {
    display: none;
  }
}
.notice-wrap .table .tbody .tr {
  cursor: pointer;
}
.notice-wrap .table .tbody .tr .td {
  position: relative;
}
@media (max-width: 1280px) {
  .notice-wrap .table .tbody .tr .td {
    display: inline-block;
  }
}
.notice-wrap .table .tbody .tr .td:nth-child(1) {
  width: 80px;
  text-align: center;
}
@media (max-width: 1280px) {
  .notice-wrap .table .tbody .tr .td:nth-child(1) {
    display: none;
  }
}
@media (max-width: 1280px) {
  .notice-wrap .table .tbody .tr .td:nth-child(2) {
    padding-top: 12px;
    padding-bottom: 0;
    width: 100%;
    height: 30px;
  }
}
.notice-wrap .table .tbody .tr .td:nth-child(3) {
  width: 120px;
  text-align: center;
}
@media (max-width: 1280px) {
  .notice-wrap .table .tbody .tr .td:nth-child(3) {
    padding-top: 10px;
    padding-right: 12px;
    width: auto;
    border-top: none;
    font-size: 14px;
    color: #939393;
    text-align: left;
  }
  .notice-wrap .table .tbody .tr .td:nth-child(3)::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    width: 1px;
    height: 10px;
    background: #939393;
  }
}
.notice-wrap .table .tbody .tr .td:nth-child(4) {
  width: 100px;
  text-align: center;
}
@media (max-width: 1280px) {
  .notice-wrap .table .tbody .tr .td:nth-child(4) {
    padding-top: 10px;
    padding-left: 12px;
    border-top: none;
    font-size: 14px;
    color: #939393;
    text-align: left;
  }
  .notice-wrap .table .tbody .tr .td:nth-child(4)::before {
    content: "조회수 :";
    padding-right: 4px;
  }
}
.notice-wrap .table .tbody .tr:hover {
  background: rgba(0, 56, 180, 0.05);
}
.notice-wrap .table .tbody .tr:hover .th,
.notice-wrap .table .tbody .tr:hover .td {
  background: rgba(0, 56, 180, 0.05);
}
@media (max-width: 1280px) {
  .notice-wrap .table .tbody .tr:hover .th,
.notice-wrap .table .tbody .tr:hover .td {
    background: rgba(0, 56, 180, 0);
  }
}

@media (max-width: 1280px) {
  .faq-wrap {
    padding-bottom: 60px;
  }
}
.faq-wrap .table .thead .tr .th {
  text-align: center;
}
.faq-wrap .table .thead .tr .th:nth-child(1) {
  width: 80px;
}
@media (max-width: 1280px) {
  .faq-wrap .table .thead .tr .th:nth-child(1) {
    display: none;
  }
}
@media (max-width: 1280px) {
  .faq-wrap .table .thead .tr .th:nth-child(2) {
    width: 100%;
  }
}
.faq-wrap .table .thead .tr .th:nth-child(3) {
  width: 120px;
}
@media (max-width: 1280px) {
  .faq-wrap .table .thead .tr .th:nth-child(3) {
    display: none;
  }
}
.faq-wrap .table .tbody .tr .td {
  position: relative;
}
@media (max-width: 1280px) {
  .faq-wrap .table .tbody .tr .td {
    display: inline-block;
  }
}
.faq-wrap .table .tbody .tr .td:nth-child(1) {
  width: 80px;
  text-align: center;
}
@media (max-width: 1280px) {
  .faq-wrap .table .tbody .tr .td:nth-child(1) {
    display: none;
  }
}
@media (max-width: 1280px) {
  .faq-wrap .table .tbody .tr .td:nth-child(2) {
    padding-top: 12px;
    padding-bottom: 0;
    width: 100%;
    height: 30px;
  }
}
.faq-wrap .table .tbody .tr .td:nth-child(3) {
  width: 120px;
  text-align: center;
}
@media (max-width: 1280px) {
  .faq-wrap .table .tbody .tr .td:nth-child(3) {
    padding-top: 10px;
    padding-right: 8px;
    width: auto;
    border-top: none;
    font-size: 14px;
    color: #939393;
    text-align: left;
  }
}

@media (max-width: 1280px) {
  .myinfo-wrap {
    padding-bottom: 60px;
  }
}
.myinfo-wrap .info-box {
  margin: 0 auto;
  width: 640px;
}
@media (max-width: 1280px) {
  .myinfo-wrap .info-box {
    width: 100%;
  }
}
.myinfo-wrap .info-box h4 {
  text-align: center;
}
.myinfo-wrap .info-box .ipt-pack {
  margin-top: 28px;
  width: 100%;
}
.myinfo-wrap .info-box .btn-pack {
  margin-top: 28px;
}
.myinfo-wrap .info-box .opt-pack {
  margin-top: 28px;
}
.myinfo-wrap .info-box + .info-box {
  margin-top: 50px;
}
.myinfo-wrap .list-pack {
  padding: 12px 16px;
  margin-top: 10px;
  background: #f5f5f5;
  border-radius: 4px;
}
@media (max-width: 1280px) {
  .myinfo-wrap .ctrl-box .btn-pack {
    width: 100%;
  }
  .myinfo-wrap .ctrl-box .btn-pack button {
    min-width: 0;
    width: calc(50% - 8px);
  }
}

@media (max-width: 1280px) {
  .qna-wrap {
    padding-bottom: 60px;
  }
}
@media (max-width: 1280px) {
  .qna-wrap .table .thead {
    display: none;
  }
}
.qna-wrap .table .thead .tr .th {
  text-align: center;
}
.qna-wrap .table .thead .tr .th:nth-child(1) {
  width: 80px;
}
@media (max-width: 1280px) {
  .qna-wrap .table .thead .tr .th:nth-child(1) {
    display: none;
  }
}
.qna-wrap .table .thead .tr .th:nth-child(2) {
  width: 100px;
}
@media (max-width: 1280px) {
  .qna-wrap .table .thead .tr .th:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .qna-wrap .table .thead .tr .th:nth-child(3) {
    width: 100%;
  }
}
.qna-wrap .table .thead .tr .th:nth-child(4) {
  width: 120px;
}
@media (max-width: 1280px) {
  .qna-wrap .table .thead .tr .th:nth-child(4) {
    display: none;
  }
}
.qna-wrap .table .tbody .tr .td {
  position: relative;
}
@media (max-width: 1280px) {
  .qna-wrap .table .tbody .tr .td {
    display: inline-block;
    height: auto;
  }
}
.qna-wrap .table .tbody .tr .td:nth-child(1) {
  width: 80px;
  text-align: center;
}
@media (max-width: 1280px) {
  .qna-wrap .table .tbody .tr .td:nth-child(1) {
    display: none;
  }
}
.qna-wrap .table .tbody .tr .td:nth-child(2) {
  width: 100px;
  text-align: center;
}
@media (max-width: 1280px) {
  .qna-wrap .table .tbody .tr .td:nth-child(2) {
    padding-bottom: 0;
    width: 100%;
    text-align: left;
  }
  .qna-wrap .table .tbody .tr .td:nth-child(2)::before {
    content: "[";
  }
  .qna-wrap .table .tbody .tr .td:nth-child(2)::after {
    content: "]";
  }
}
@media (max-width: 1280px) {
  .qna-wrap .table .tbody .tr .td:nth-child(3) {
    padding-bottom: 0;
    width: 100%;
  }
}
.qna-wrap .table .tbody .tr .td:nth-child(4) {
  width: 120px;
  text-align: center;
}
@media (max-width: 1280px) {
  .qna-wrap .table .tbody .tr .td:nth-child(4) {
    padding-top: 4px;
    padding-right: 8px;
    width: auto;
    border-top: none;
    font-size: 14px;
    color: #939393;
    text-align: left;
  }
}
@media (max-width: 1280px) {
  .qna-wrap .table .tbody .acc-pack {
    padding: 6px 0;
  }
}
.qna-wrap .table .tbody .acc-pack + .acc-pack {
  border-top: 1px solid #ebebeb;
}
@media (max-width: 1280px) {
  .qna-wrap .table .tbody .acc-pack + .acc-pack {
    border-top: 1px solid #ebebeb;
  }
}

@media (max-width: 1280px) {
  .search-assign-wrap .border-box .table .thead {
    display: none;
  }
}
.search-assign-wrap .border-box .table .thead .tr .th:nth-child(1) {
  width: 60px;
}
.search-assign-wrap .border-box .table .thead .tr .th:nth-child(2) {
  width: 160px;
}
.search-assign-wrap .border-box .table .thead .tr .th:nth-child(3) {
  width: 180px;
}
.search-assign-wrap .border-box .table .thead .tr .th:nth-child(4) {
  width: auto;
}
.search-assign-wrap .border-box .table .thead .tr .th:nth-child(5) {
  width: 120px;
}
.search-assign-wrap .border-box .table .thead .tr .th:nth-child(6) {
  width: 120px;
}
.search-assign-wrap .border-box .table .thead .tr .th:nth-child(7) {
  width: 120px;
}
.search-assign-wrap .border-box .table .tbody .tr {
  cursor: pointer;
}
@media (max-width: 1280px) {
  .search-assign-wrap .border-box .table .tbody .tr {
    padding: 8px 12px;
  }
}
.search-assign-wrap .border-box .table .tbody .tr > .td:nth-child(1) {
  width: 60px;
  text-align: center;
}
@media (max-width: 1280px) {
  .search-assign-wrap .border-box .table .tbody .tr > .td:nth-child(1) {
    display: none;
  }
}
.search-assign-wrap .border-box .table .tbody .tr .td {
  border: none;
}
@media (max-width: 1280px) {
  .search-assign-wrap .border-box .table .tbody .tr .td {
    display: inline-block;
    height: auto;
    padding: 0;
  }
}
.search-assign-wrap .border-box .table .tbody .tr .td.number {
  width: 180px;
  text-align: center;
}
@media (max-width: 1280px) {
  .search-assign-wrap .border-box .table .tbody .tr .td.number {
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
  }
  .search-assign-wrap .border-box .table .tbody .tr .td.number::before {
    content: "[";
  }
  .search-assign-wrap .border-box .table .tbody .tr .td.number::after {
    content: "]";
  }
}
.search-assign-wrap .border-box .table .tbody .tr .td.name-kr {
  width: auto;
}
@media (max-width: 1280px) {
  .search-assign-wrap .border-box .table .tbody .tr .td.name-kr {
    width: 100%;
    padding: 4px 0;
  }
}
.search-assign-wrap .border-box .table .tbody .tr .td.institution {
  width: 160px;
  text-align: center;
}
@media (max-width: 1280px) {
  .search-assign-wrap .border-box .table .tbody .tr .td.institution {
    width: auto;
    text-align: left;
    font-size: 13px;
    color: #939393;
  }
}
.search-assign-wrap .border-box .table .tbody .tr .td.date {
  width: 120px;
  text-align: center;
}
@media (max-width: 1280px) {
  .search-assign-wrap .border-box .table .tbody .tr .td.date {
    margin-left: 6px;
    width: auto;
    font-size: 13px;
    color: #939393;
  }
}
@media (max-width: 1280px) {
  .search-assign-wrap .border-box .table .tbody .tr .td.date + .td.date {
    margin-left: 0;
  }
  .search-assign-wrap .border-box .table .tbody .tr .td.date + .td.date::before {
    content: "-";
    padding: 0 4px;
  }
}
.search-assign-wrap .border-box .table .tbody .tr .td.person {
  width: 120px;
  text-align: center;
}
@media (max-width: 1280px) {
  .search-assign-wrap .border-box .table .tbody .tr .td.person {
    position: relative;
    margin-left: 6px;
    padding-left: 6px;
    width: auto;
    text-align: left;
    font-size: 13px;
    color: #939393;
  }
  .search-assign-wrap .border-box .table .tbody .tr .td.person::before {
    content: "";
    display: inlie-block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    width: 1px;
    height: 10px;
    background: #939393;
  }
}
.search-assign-wrap .border-box .table .tbody .tr + .tr {
  border-top: 1px solid #ddd;
}

@media (max-width: 1280px) {
  .search-tool-wrap .border-box .table .thead {
    display: none;
  }
}
.search-tool-wrap .border-box .table .thead .tr .th:nth-child(1) {
  width: 60px;
}
.search-tool-wrap .border-box .table .tbody .tr {
  display: inline-table;
  cursor: pointer;
}
.search-tool-wrap .border-box .table .tbody .tr > .td:nth-child(1) {
  width: 60px;
  text-align: center;
}
@media (max-width: 1280px) {
  .search-tool-wrap .border-box .table .tbody .tr > .td:nth-child(1) {
    display: none;
  }
}
.search-tool-wrap .border-box .table .tbody .tr .td {
  border: none;
}
.search-tool-wrap .border-box .table .tbody .tr .tr-cell {
  display: table-cell;
  width: 75%;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  .search-tool-wrap .border-box .table .tbody .tr .tr-cell {
    width: 60%;
    padding: 8px 12px;
    vertical-align: middle;
  }
}
.search-tool-wrap .border-box .table .tbody .tr .tr-cell .td {
  display: inline-block;
  width: 260px;
  height: auto;
  border: none;
  text-align: center;
}
@media (max-width: 1280px) {
  .search-tool-wrap .border-box .table .tbody .tr .tr-cell .td {
    width: 100%;
  }
}
.search-tool-wrap .border-box .table .tbody .tr .tr-cell:last-child {
  width: 25%;
  border: none;
}
@media (max-width: 1280px) {
  .search-tool-wrap .border-box .table .tbody .tr .tr-cell:last-child {
    display: table-cell;
    width: 40%;
    vertical-align: middle;
  }
}
@media (max-width: 1280px) {
  .search-tool-wrap .border-box .table .tbody .tr .tr-cell:last-child .td {
    height: 100%;
  }
}
.search-tool-wrap .border-box .table .tbody .tr .td.model {
  text-align: center;
}
@media (max-width: 1280px) {
  .search-tool-wrap .border-box .table .tbody .tr .td.model {
    padding: 0;
    height: auto;
    font-size: 12px;
    font-weight: 600;
  }
  .search-tool-wrap .border-box .table .tbody .tr .td.model::before {
    content: "[";
  }
  .search-tool-wrap .border-box .table .tbody .tr .td.model::after {
    content: "]";
  }
}
.search-tool-wrap .border-box .table .tbody .tr .td.name-kr {
  text-align: center;
}
@media (max-width: 1280px) {
  .search-tool-wrap .border-box .table .tbody .tr .td.name-kr {
    padding: 8px 0 4px;
    height: auto;
  }
}
.search-tool-wrap .border-box .table .tbody .tr .td.name-en {
  text-align: center;
}
@media (max-width: 1280px) {
  .search-tool-wrap .border-box .table .tbody .tr .td.name-en {
    padding: 0;
    height: auto;
    color: #939393;
  }
}
.search-tool-wrap .border-box .table .tbody .tr + .tr {
  border-top: 1px solid #ddd;
}

@media (max-width: 1280px) {
  .reserve-wrap {
    padding-bottom: 60px;
  }
}
@media (max-width: 1280px) {
  .reserve-wrap .table .thead {
    display: none;
  }
}
.reserve-wrap .table .thead .tr .th {
  text-align: center;
}
.reserve-wrap .table .thead .tr .th:nth-child(1) {
  width: 80px;
}
.reserve-wrap .table .thead .tr .th:nth-child(2) {
  width: 100px;
}
.reserve-wrap .table .thead .tr .th:nth-child(4) {
  width: 120px;
}
.reserve-wrap .table .tbody .tr {
  cursor: pointer;
}
.reserve-wrap .table .tbody .tr .td {
  position: relative;
}
@media (max-width: 1280px) {
  .reserve-wrap .table .tbody .tr .td {
    display: inline-block;
    height: auto;
  }
}
.reserve-wrap .table .tbody .tr .td:nth-child(1) {
  width: 80px;
  text-align: center;
}
@media (max-width: 1280px) {
  .reserve-wrap .table .tbody .tr .td:nth-child(1) {
    display: none;
  }
}
.reserve-wrap .table .tbody .tr .td:nth-child(2) {
  width: 100px;
  text-align: center;
}
@media (max-width: 1280px) {
  .reserve-wrap .table .tbody .tr .td:nth-child(2) {
    padding-bottom: 0;
    width: 100%;
    text-align: left;
  }
  .reserve-wrap .table .tbody .tr .td:nth-child(2)::before {
    content: "[";
  }
  .reserve-wrap .table .tbody .tr .td:nth-child(2)::after {
    content: "]";
  }
}
@media (max-width: 1280px) {
  .reserve-wrap .table .tbody .tr .td:nth-child(3) {
    padding-bottom: 0;
    width: 100%;
  }
}
.reserve-wrap .table .tbody .tr .td:nth-child(4) {
  width: 120px;
  text-align: center;
}
@media (max-width: 1280px) {
  .reserve-wrap .table .tbody .tr .td:nth-child(4) {
    padding-top: 4px;
    padding-right: 8px;
    width: auto;
    border-top: none;
    font-size: 14px;
    color: #939393;
    text-align: left;
  }
}
.reserve-wrap .table .tbody .tr:hover {
  background: rgba(0, 56, 180, 0.05);
}
.reserve-wrap .table .tbody .tr:hover .th,
.reserve-wrap .table .tbody .tr:hover .td {
  background: rgba(0, 56, 180, 0.05);
}
@media (max-width: 1280px) {
  .reserve-wrap .table .tbody .tr:hover .th,
.reserve-wrap .table .tbody .tr:hover .td {
    background: rgba(255, 255, 255, 0);
  }
}
.reserve-wrap .table .tbody .tr + .tr {
  border-top: 1px solid #ddd;
}
@media (max-width: 1280px) {
  .reserve-wrap .table .tbody .tr + .tr td {
    border: none;
  }
}

@media (max-width: 1280px) {
  .scheduled-tool-wrap .table .thead {
    display: none;
  }
}
.scheduled-tool-wrap .table .thead .tr .th {
  text-align: center;
}
.scheduled-tool-wrap .table .thead .tr .th:nth-child(1) {
  width: 80px;
}
.scheduled-tool-wrap .table .thead .tr .th:nth-child(2) {
  width: 100px;
}
.scheduled-tool-wrap .table .thead .tr .th:nth-child(3) {
  width: 140px;
}
.scheduled-tool-wrap .table .thead .tr .th:nth-child(5) {
  width: 120px;
}
.scheduled-tool-wrap .table .tbody .tr {
  cursor: pointer;
}
.scheduled-tool-wrap .table .tbody .tr .td {
  position: relative;
}
@media (max-width: 1280px) {
  .scheduled-tool-wrap .table .tbody .tr .td {
    display: inline-block;
    height: auto;
  }
}
.scheduled-tool-wrap .table .tbody .tr .td:nth-child(1):not(.no-data) {
  width: 80px;
  text-align: center;
}
@media (max-width: 1280px) {
  .scheduled-tool-wrap .table .tbody .tr .td:nth-child(1):not(.no-data) {
    display: none;
  }
}
.scheduled-tool-wrap .table .tbody .tr .td:nth-child(2) {
  width: 100px;
  text-align: center;
}
@media (max-width: 1280px) {
  .scheduled-tool-wrap .table .tbody .tr .td:nth-child(2) {
    padding-bottom: 0;
    width: auto;
    text-align: left;
  }
  .scheduled-tool-wrap .table .tbody .tr .td:nth-child(2)::before {
    content: "[";
  }
  .scheduled-tool-wrap .table .tbody .tr .td:nth-child(2)::after {
    content: "]";
  }
}
.scheduled-tool-wrap .table .tbody .tr .td:nth-child(3) {
  width: 140px;
  text-align: center;
}
@media (max-width: 1280px) {
  .scheduled-tool-wrap .table .tbody .tr .td:nth-child(3) {
    padding-left: 0;
    padding-bottom: 0;
    width: auto;
  }
}
@media (max-width: 1280px) {
  .scheduled-tool-wrap .table .tbody .tr .td:nth-child(4) {
    padding-bottom: 0;
    width: 100%;
  }
}
.scheduled-tool-wrap .table .tbody .tr .td:nth-child(5) {
  width: 120px;
  text-align: center;
}
@media (max-width: 1280px) {
  .scheduled-tool-wrap .table .tbody .tr .td:nth-child(5) {
    padding-top: 4px;
    padding-right: 8px;
    width: auto;
    border-top: none;
    font-size: 14px;
    color: #939393;
    text-align: left;
  }
}
.scheduled-tool-wrap .table .tbody .tr:hover {
  background: rgba(0, 56, 180, 0.05);
}
.scheduled-tool-wrap .table .tbody .tr:hover .th,
.scheduled-tool-wrap .table .tbody .tr:hover .td {
  background: rgba(0, 0, 0, 0);
}

@media (max-width: 1280px) {
  .use-status-wrap {
    padding-bottom: 60px;
  }
}
@media (max-width: 1280px) {
  .use-status-wrap .table .thead {
    display: none;
  }
}
.use-status-wrap .table .thead .tr .th {
  text-align: center;
}
.use-status-wrap .table .thead .tr .th:nth-child(1) {
  width: 80px;
}
.use-status-wrap .table .thead .tr .th:nth-child(2) {
  width: 100px;
}
.use-status-wrap .table .thead .tr .th:nth-child(3) {
  width: 140px;
}
.use-status-wrap .table .thead .tr .th:nth-child(5) {
  width: 120px;
}
.use-status-wrap .table .tbody .tr {
  cursor: pointer;
}
.use-status-wrap .table .tbody .tr .td {
  position: relative;
}
@media (max-width: 1280px) {
  .use-status-wrap .table .tbody .tr .td {
    display: inline-block;
    height: auto;
  }
}
.use-status-wrap .table .tbody .tr .td:nth-child(1) {
  width: 80px;
  text-align: center;
}
@media (max-width: 1280px) {
  .use-status-wrap .table .tbody .tr .td:nth-child(1) {
    display: none;
  }
}
.use-status-wrap .table .tbody .tr .td:nth-child(2) {
  width: 100px;
  text-align: center;
}
@media (max-width: 1280px) {
  .use-status-wrap .table .tbody .tr .td:nth-child(2) {
    padding-bottom: 0;
    width: auto;
    text-align: left;
  }
  .use-status-wrap .table .tbody .tr .td:nth-child(2)::before {
    content: "[";
  }
  .use-status-wrap .table .tbody .tr .td:nth-child(2)::after {
    content: "]";
  }
}
.use-status-wrap .table .tbody .tr .td:nth-child(3) {
  width: 140px;
  text-align: center;
}
@media (max-width: 1280px) {
  .use-status-wrap .table .tbody .tr .td:nth-child(3) {
    padding-left: 0;
    padding-bottom: 0;
    width: auto;
  }
}
@media (max-width: 1280px) {
  .use-status-wrap .table .tbody .tr .td:nth-child(4) {
    padding-bottom: 0;
    width: 100%;
  }
}
.use-status-wrap .table .tbody .tr .td:nth-child(5) {
  width: 120px;
  text-align: center;
}
@media (max-width: 1280px) {
  .use-status-wrap .table .tbody .tr .td:nth-child(5) {
    padding-top: 4px;
    padding-right: 8px;
    width: auto;
    border-top: none;
    font-size: 14px;
    color: #939393;
    text-align: left;
  }
}
.use-status-wrap .table .tbody .tr:hover {
  background: rgba(0, 56, 180, 0.05);
}
.use-status-wrap .table .tbody .tr:hover .th,
.use-status-wrap .table .tbody .tr:hover .td {
  background: rgba(0, 0, 0, 0);
}
@media (max-width: 1280px) {
  .use-status-wrap .table .tbody .tr + .tr {
    border-top: 1px solid #ddd;
  }
  .use-status-wrap .table .tbody .tr + .tr .td {
    border-top: none;
  }
}

@media (max-width: 1280px) {
  .unpaid-wrap {
    padding-bottom: 60px;
  }
}
.unpaid-wrap .status-box {
  padding: 34px 26px;
  box-sizing: border-box;
}
.unpaid-wrap .status-box::after {
  content: "";
  display: block;
  clear: both;
}
.unpaid-wrap .status-box .list-pack {
  float: left;
}
@media (max-width: 1280px) {
  .unpaid-wrap .status-box .list-pack {
    display: none;
  }
}
.unpaid-wrap .status-box .list-pack span {
  display: block;
  width: auto;
}
.unpaid-wrap .status-box p {
  padding: 0;
  float: right;
  height: auto;
  width: auto;
  border: none;
}
@media (max-width: 1280px) {
  .unpaid-wrap .status-box p {
    width: 100%;
    text-align: center;
  }
}
.unpaid-wrap .status-box p span {
  width: auto;
  padding-left: 12px;
}
.unpaid-wrap .status-box p span::after {
  content: "원 입니다.";
}
@media (max-width: 1280px) {
  .unpaid-wrap .table .thead {
    display: none;
  }
}
.unpaid-wrap .table .thead .tr .th {
  text-align: center;
}
.unpaid-wrap .table .thead .tr .th:nth-child(1) {
  width: 80px;
}
.unpaid-wrap .table .thead .tr .th:nth-child(2) {
  width: 140px;
}
.unpaid-wrap .table .thead .tr .th:nth-child(4) {
  width: 120px;
}
.unpaid-wrap .table .thead .tr .th:nth-child(5) {
  width: 200px;
}
.unpaid-wrap .table .thead .tr .th:nth-child(6) {
  width: 120px;
}
.unpaid-wrap .table .tbody .tr .td {
  position: relative;
}
@media (max-width: 1280px) {
  .unpaid-wrap .table .tbody .tr .td {
    display: inline-block;
    height: auto;
  }
}
.unpaid-wrap .table .tbody .tr .tr-cell {
  display: table-cell;
}
.unpaid-wrap .table .tbody .tr .tr-cell:nth-child(1) {
  width: 680px;
}
@media (max-width: 1280px) {
  .unpaid-wrap .table .tbody .tr .tr-cell:nth-child(1) {
    width: auto;
  }
}
.unpaid-wrap .table .tbody .tr .tr-cell:nth-child(1) .td:nth-child(1) {
  width: 80px;
  text-align: center;
}
@media (max-width: 1280px) {
  .unpaid-wrap .table .tbody .tr .tr-cell:nth-child(1) .td:nth-child(1) {
    display: none;
  }
}
.unpaid-wrap .table .tbody .tr .tr-cell:nth-child(1) .td:nth-child(2) {
  width: 140px;
  text-align: center;
}
@media (max-width: 1280px) {
  .unpaid-wrap .table .tbody .tr .tr-cell:nth-child(1) .td:nth-child(2) {
    padding-bottom: 0;
    width: auto;
  }
}
.unpaid-wrap .table .tbody .tr .tr-cell:nth-child(1) .td:nth-child(3) {
  width: 340px;
  text-align: center;
}
@media (max-width: 1280px) {
  .unpaid-wrap .table .tbody .tr .tr-cell:nth-child(1) .td:nth-child(3) {
    padding-bottom: 0;
    width: 100%;
    border-top: 0;
    text-align: left;
  }
  .unpaid-wrap .table .tbody .tr .tr-cell:nth-child(1) .td:nth-child(3)::before {
    content: "[";
  }
  .unpaid-wrap .table .tbody .tr .tr-cell:nth-child(1) .td:nth-child(3)::after {
    content: "]";
  }
}
.unpaid-wrap .table .tbody .tr .tr-cell:nth-child(1) .td:nth-child(4) {
  width: 120px;
  text-align: center;
}
@media (max-width: 1280px) {
  .unpaid-wrap .table .tbody .tr .tr-cell:nth-child(1) .td:nth-child(4) {
    padding-top: 4px;
    padding-right: 8px;
    width: auto;
    border-top: none;
    font-size: 14px;
    color: #939393;
    text-align: left;
  }
}
.unpaid-wrap .table .tbody .tr .tr-cell:nth-child(2) {
  width: 320px;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  .unpaid-wrap .table .tbody .tr .tr-cell:nth-child(2) {
    width: 35%;
  }
}
.unpaid-wrap .table .tbody .tr .tr-cell:nth-child(2) .td:nth-child(1) {
  width: 200px;
  text-align: right;
}
.unpaid-wrap .table .tbody .tr .tr-cell:nth-child(2) .td:nth-child(1)::after {
  content: "원";
  padding-left: 2px;
}
@media (max-width: 1280px) {
  .unpaid-wrap .table .tbody .tr .tr-cell:nth-child(2) .td:nth-child(1) {
    padding-bottom: 0;
    width: 100%;
    border-top: none;
  }
}
.unpaid-wrap .table .tbody .tr .tr-cell:nth-child(2) .td:nth-child(2) {
  width: 120px;
  text-align: center;
  color: #003875;
  text-decoration: underline;
}
@media (max-width: 1280px) {
  .unpaid-wrap .table .tbody .tr .tr-cell:nth-child(2) .td:nth-child(2) {
    padding-top: 4px;
    width: 100%;
    border-top: none;
    text-align: right;
  }
}

@media (max-width: 1280px) {
  .greet-wrap {
    padding-bottom: 60px;
  }
}
.greet-wrap .greet-title {
  padding: 12px 0 26px;
  line-height: 1.4;
  font-size: 34px;
  text-align: center;
}
@media (max-width: 1280px) {
  .greet-wrap .greet-title {
    padding-bottom: 20px;
    font-size: 24px;
  }
}
.greet-wrap .greet-title span {
  color: #003875;
  font-weight: 500;
  letter-spacing: -2px;
}
.greet-wrap .img-divide {
  margin-bottom: 42px;
  font-size: 0;
}
@media (max-width: 1280px) {
  .greet-wrap .img-divide {
    margin-bottom: 26px;
  }
}
.greet-wrap .img-pack {
  display: inline-block;
  width: 100%;
}
@media (max-width: 1280px) {
  .greet-wrap .img-pack {
    width: 100%;
    text-align: center;
  }
}
.greet-wrap .img-pack img {
  width: 100%;
}
.greet-wrap .greet-box {
  position: relative;
}
.greet-wrap .greet-box p {
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 500;
  color: #003875;
}
@media (max-width: 1280px) {
  .greet-wrap .greet-box p {
    position: relative;
    padding-bottom: 16px;
  }
}
.greet-wrap .greet-box .txt-pack {
  margin-left: 250px;
}
@media (max-width: 1280px) {
  .greet-wrap .greet-box .txt-pack {
    margin-left: 0;
  }
}
.greet-wrap .greet-box .txt-pack span.main {
  line-height: 1.6;
  font-size: 16px;
  color: #333;
}
@media (max-width: 1280px) {
  .greet-wrap .greet-box + .greet-box {
    margin-top: 32px;
  }
}
.greet-wrap .greet-box + .greet-box p {
  top: 30px;
}
@media (max-width: 1280px) {
  .greet-wrap .greet-box + .greet-box p {
    top: 0;
  }
}
.greet-wrap .greet-box + .greet-box .txt-pack {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e8e8e8;
}
@media (max-width: 1280px) {
  .greet-wrap .greet-box + .greet-box .txt-pack {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}

.history-wrap {
  padding-top: 26px;
}
@media (max-width: 1280px) {
  .history-wrap {
    padding-bottom: 60px;
  }
}
.history-wrap .history-group .history-pack {
  position: relative;
  padding: 24px 30px 24px 240px;
}
@media (max-width: 1280px) {
  .history-wrap .history-group .history-pack {
    padding: 14px 0 14px 100px;
  }
}
.history-wrap .history-group .history-pack::before {
  content: "";
  z-index: 10;
  position: absolute;
  top: 40px;
  left: 30px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transfrom: translateY(-50%);
  background: #003875;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .history-wrap .history-group .history-pack::before {
    left: 20px;
  }
}
.history-wrap .history-group .history-pack::after {
  content: "";
  position: absolute;
  top: 0;
  left: 33px;
  bottom: 0;
  width: 2px;
  border-radius: 2px;
  background: #ddd;
}
@media (max-width: 1280px) {
  .history-wrap .history-group .history-pack::after {
    left: 23px;
  }
}
.history-wrap .history-group .history-pack p {
  display: inline-block;
  position: absolute;
  top: 44px;
  left: 70px;
  font-size: 30px;
  font-weight: 600;
  transform: translateY(-50%);
  vertical-align: top;
  color: #003875;
}
@media (max-width: 1280px) {
  .history-wrap .history-group .history-pack p {
    left: 40px;
    font-size: 22px;
  }
}
.history-wrap .history-group .history-pack ul {
  display: inline-block;
  margin: 0;
  padding: 6px 0;
}
.history-wrap .history-group .history-pack ul li {
  position: relative;
  line-height: 1.4;
  /* padding-left: 56px; */
  padding-left:120px;
  font-size: 14px;
  letter-spacing: -0.02em;
  vertical-align: middle;
  color: #707070;
}
@media (max-width: 1280px) {
  .history-wrap .history-group .history-pack ul li {
    padding-left: 36px;
    font-size: 13px;
  }
}
.history-wrap .history-group .history-pack ul li span {
  position: absolute;
  top: 1px;
  left: 0;
  padding-right: 6px;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #333;
}
@media (max-width: 1280px) {
  .history-wrap .history-group .history-pack ul li span {
    font-size: 14px;
  }
}
.history-wrap .history-group .history-pack ul li + li {
  margin-top: 12px;
}
@media (max-width: 1280px) {
  .history-wrap .history-group .history-pack ul li + li {
    margin-top: 8px;
  }
}
.history-wrap .history-group .history-pack + .history-pack {
  padding-top: 26px;
}
.history-wrap .history-group .history-pack:first-child {
  border-radius: 12px;
  background: #f7f7f7;
}
.history-wrap .history-group .history-pack:first-child::before {
  left: 29px;
  width: 10px;
  height: 10px;
  border: 2px solid #003875;
  background: #fff;
}
@media (max-width: 1280px) {
  .history-wrap .history-group .history-pack:first-child::before {
    top: 24px;
    left: 19px;
  }
}
.history-wrap .history-group .history-pack:first-child::after {
  top: 40px;
}
@media (max-width: 1280px) {
  .history-wrap .history-group .history-pack:first-child::after {
    top: 30px;
  }
}
@media (max-width: 1280px) {
  .history-wrap .history-group .history-pack:first-child p {
    top: 30px;
  }
}
.history-wrap .history-group .history-pack:last-child::after {
  height: 46px;
  bottom: auto;
}
@media (max-width: 1280px) {
  .history-wrap .history-group .history-pack:last-child::after {
    height: 40px;
  }
}

@media (max-width: 1280px) {
  .system-wrap {
    padding-bottom: 60px;
  }
}
.system-wrap .img-pack {
  padding: 40px 100px;
}
@media (max-width: 1280px) {
  .system-wrap .img-pack {
    padding: 20px 0;
  }
}
.system-wrap .img-pack img {
  width: 100%;
}

.rule-wrap {
  padding-top: 26px;
  font-size: 0;
}
@media (max-width: 1280px) {
  .rule-wrap {
    padding-bttom: 60px;
  }
}
.rule-wrap > .btn-pack {
  margin-bottom: 16px;
}
.rule-wrap > .btn-pack button {
  padding: 0 16px;
}
.rule-wrap .opt-panel-box {
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.rule-wrap .opt-panel-box iframe {
  width: 100%;
  height: 100%;
  min-height: 900px;
  border-width: 0;
}

.route-map-wrap {
  padding-top: 16px;
}
@media (max-width: 1280px) {
  .route-map-wrap {
    padding-bottom: 60px;
  }
}
.route-map-wrap .map-wrap {
  padding: 26px 0px 12px;
}
.route-map-wrap .img-pack {
  text-align: center;
}
.route-map-wrap .list-pack {
  margin-top: 20px;
}

.img-hover {
  position: relative;
}
.img-hover .img-pack {
  z-index: 100;
  position: fixed;
  left: -240px;
  opacity: 0;
  transition: opacity 450ms cubic-bezier(0.17, 0.67, 0.21, 1) 100ms;
}
@media (max-width: 1280px) {
  .img-hover .img-pack {
    display: none !important;
  }
}
.img-hover:hover .img-pack {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 240px;
  border-radius: 8px;
  transform: translate(14px, 14px);
  opacity: 1;
  box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.36);
}
.img-hover:hover .img-pack .inner img {
  display: inline-block;
  left: 0;
}

@media (max-width: 1280px) {
  .tool-reserve-wrap {
    padding-bottom: 60px;
  }
  .tool-reserve-wrap .search-form .form-pack .table .tr .tr-cell {
    padding: 0;
  }
  .tool-reserve-wrap .search-form .form-pack .table .tr .slt-pack {
    max-width: 100%;
    min-width: 0;
  }
  /* .tool-reserve-wrap .search-form .form-pack .table .tr .tr-cell {
    margin-top: 6px;
  } */
  .tool-reserve-wrap .search-form .form-pack .table .tr .period-pack {
    margin-top: 0;
  }
  .tool-reserve-wrap .search-form .form-pack .table .tr .period-pack + .period-pack {
    margin-top: 6px;
  }
}
@media (max-width: 1280px) {
  .tool-reserve-wrap .search-form .table .tbody .tr .tr-cell.type-single .th {
    display: table-cell;
  }
}

.reserve-info-wrap {
  padding: 26px 120px;
}
@media (max-width: 1280px) {
  .reserve-info-wrap {
    padding-left: 12px;
    padding-right: 0;
    padding-bottom: 60px;
  }
}
.reserve-info-wrap .process-head {
  display: table;
  width: 100%;
  table-layout: fixed;
  font-size: 0;
}
@media (max-width: 1280px) {
  .reserve-info-wrap .process-head {
    display: none;
  }
}
.reserve-info-wrap .process-head span {
  display: table-cell;
  padding-bottom: 12px;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 1280px) {
  .reserve-info-wrap .process-head span {
    font-size: 13px;
  }
}
.reserve-info-wrap .process-head span:nth-child(1) {
  width: 180px;
}
.reserve-info-wrap .process-head span:nth-child(3) {
  width: 180px;
}
.reserve-info-wrap ol.process {
  padding: 0;
  margin: 0;
}
.reserve-info-wrap ol.process li {
  position: relative;
}
.reserve-info-wrap ol.process li > div {
  display: table;
  width: 100%;
  table-layout: fixed;
  position: relative;
  height: 80px;
  border-radius: 12px;
  background: #f5f5f5;
  font-size: 0;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .reserve-info-wrap ol.process li > div {
    display: block;
    height: auto;
    padding: 14px 100px 14px 12px;
  }
}
.reserve-info-wrap ol.process li p {
  position: relative;
  display: table-cell;
  padding-left: 50px;
  width: 160px;
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  .reserve-info-wrap ol.process li p {
    display: inline-block;
    padding-left: 10px;
    padding-bottom: 8px;
    width: 100%;
    font-size: 18px;
  }
}
.reserve-info-wrap ol.process li p span {
  position: absolute;
  top: 50%;
  left: -20px;
  display: inline-block;
  padding-top: 2px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  background: #003875;
  text-align: center;
  box-sizing: border-box;
  transform: translateY(-50%);
}
@media (max-width: 1280px) {
  .reserve-info-wrap ol.process li p span {
    left: -24px;
    margin-top: -5px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 16px;
  }
}
.reserve-info-wrap ol.process li .use-agent {
  display: table-cell;
  line-height: 1.6;
  font-size: 16px;
  vertical-align: middle;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .reserve-info-wrap ol.process li .use-agent {
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
  }
}
.reserve-info-wrap ol.process li .use-agent span {
  color: #003875;
}
.reserve-info-wrap ol.process li > div > span {
  display: table-cell;
  padding-left: 40px;
  padding-right: 40px;
  width: 180px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
}
@media (max-width: 1280px) {
  .reserve-info-wrap ol.process li > div > span {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    width: 100px;
    font-size: 14px;
    transform: translateY(-50%);
  }
}
.reserve-info-wrap ol.process li + li {
  margin-top: 50px;
}
@media (max-width: 1280px) {
  .reserve-info-wrap ol.process li + li {
    margin-top: 30px;
  }
}
.reserve-info-wrap ol.process li + li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  background: url(../img/icon_select_arrow.png) no-repeat center;
  background-size: 12px;
}
@media (max-width: 1280px) {
  .reserve-info-wrap ol.process li + li::before {
    top: -14px;
  }
}

.join-info-wrap {
  padding: 40px 120px 26px;
}
@media (max-width: 1280px) {
  .join-info-wrap {
    padding: 26px 0 60px;
  }
}
.join-info-wrap ul.info-group {
  padding: 0;
  margin: 0;
}
.join-info-wrap ul.info-group li {
  position: relative;
  padding: 40px 16px 30px;
  border-radius: 12px;
  background: #f5f5f5;
  text-align: center;
}
@media (max-width: 1280px) {
  .join-info-wrap ul.info-group li {
    padding: 0 16px 20px;
  }
}
.join-info-wrap ul.info-group li p {
  position: absolute;
  top: -20px;
  left: 50%;
  display: inline-block;
  padding: 10px 30px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 30px;
  background: #003875;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .join-info-wrap ul.info-group li p {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    padding: 8px 12px;
    margin-top: -24px;
    margin-bottom: 16px;
    transform: none;
    font-size: 13px;
    border-radius: 12px;
    white-space: normal;
  }
}
.join-info-wrap ul.info-group li span {
  display: inline-block;
  width: 100%;
  line-height: 1.4;
  font-size: 16px;
}
.join-info-wrap ul.info-group li + li {
  margin-top: 70px;
}
@media (max-width: 1280px) {
  .join-info-wrap ul.info-group li + li {
    margin-top: 50px;
  }
}

@media (max-width: 1280px) {
  .interest-wrap,
.charge-info-wrap,
.scheduled-tool-wrap {
    padding-bottom: 60px;
  }
}

@media (max-width: 1280px) {
  .charge-info-wrap .search-form .table .tbody .tr .slt-pack {
    max-width: 100%;
  }
}


/* ****************** */
/* ***** 일반게시판 ***** */
@media (max-width: 1280px) {
  .board-normal-wrap {
    padding-bottom: 60px;
  }
}
.board-normal-wrap .table .thead .tr .th {
  text-align: center;
}
.board-normal-wrap .table .thead .tr .th:nth-child(1) {
  width: 80px;
}
.board-normal-wrap .table .thead .tr .th {
  width: 120px;
}
.board-normal-wrap .table .thead .tr .th.title {
  width: auto;
}
@media (max-width: 1280px) {
  .board-normal-wrap .table .thead .tr .th {
    display: none;
  }
  .board-normal-wrap .table .thead .tr .th.title {
    display: table-cell;
  }
}
/*
.board-normal-wrap .table .thead .tr .th:nth-child(1) {
  width: 80px;
}
@media (max-width: 1280px) {
  .board-normal-wrap .table .thead .tr .th:nth-child(1) {
    display: none;
  }
}
@media (max-width: 1280px) {
  .board-normal-wrap .table .thead .tr .th:nth-child(2) {
    width: 100%;
  }
}
.board-normal-wrap .table .thead .tr .th:nth-child(3) {
  width: 120px;
}
@media (max-width: 1280px) {
  .board-normal-wrap .table .thead .tr .th:nth-child(3) {
    display: none;
  }
}
.board-normal-wrap .table .thead .tr .th:nth-child(4) {
  width: 120px;
}
@media (max-width: 1280px) {
  .board-normal-wrap .table .thead .tr .th:nth-child(4) {
    display: none;
  }
}
.board-normal-wrap .table .thead .tr .th:nth-child(5) {
  width: 100px;
}
@media (max-width: 1280px) {
  .board-normal-wrap .table .thead .tr .th:nth-child(5) {
    display: none;
  }
}
*/
.board-normal-wrap .table .tbody .tr {
  cursor: pointer;
}
.board-normal-wrap .table .tbody .tr .td {
  position: relative;
}
@media (max-width: 1280px) {
  .board-normal-wrap .table .tbody .tr .td {
    display: inline-block;
  }
}
.board-normal-wrap .table .tbody .tr .td:nth-child(1) {
  width: 80px;
  text-align: center;
}
.board-normal-wrap .table .tbody .tr .td {
  width: 120px;
  text-align: center;
}
.board-normal-wrap .table .tbody .tr .td.title {
  width: auto;
  text-align: left;
}
@media (max-width: 1280px) {
  .board-normal-wrap .table .tbody .tr .td {
    display: none;
  }
  .board-normal-wrap .table .tbody .tr .td {
    padding-top: 10px;
    padding-right: 12px;
    width: auto;
    border-top: none;
    font-size: 14px;
    color: #939393;
    text-align: left;
  }
  .board-normal-wrap .table .tbody .tr .td.title {
    display: table-cell;
    padding-top: 12px;
    padding-bottom: 8px;
    width: auto;
    height: 30px;
  }
}
/*
.board-normal-wrap .table .tbody .tr .td:nth-child(1) {
  width: 80px;
  text-align: center;
}
@media (max-width: 1280px) {
  .board-normal-wrap .table .tbody .tr .td:nth-child(1) {
    display: none;
  }
}
@media (max-width: 1280px) {
  .board-normal-wrap .table .tbody .tr .td:nth-child(2) {
    padding-top: 12px;
    padding-bottom: 0;
    width: 100%;
    height: 30px;
  }
}
.board-normal-wrap .table .tbody .tr .td:nth-child(3) {
  width: 120px;
  text-align: center;
}
@media (max-width: 1280px) {
  .board-normal-wrap .table .tbody .tr .td:nth-child(3) {
    padding-top: 10px;
    padding-right: 12px;
    width: auto;
    border-top: none;
    font-size: 14px;
    color: #939393;
    text-align: left;
  }
  .board-normal-wrap .table .tbody .tr .td:nth-child(3)::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    width: 1px;
    height: 10px;
    background: #939393;
  }
}
.board-normal-wrap .table .tbody .tr .td:nth-child(4) {
  width: 120px;
  text-align: center;
}
@media (max-width: 1280px) {
  .board-normal-wrap .table .tbody .tr .td:nth-child(4) {
    padding-top: 10px;
    padding-right: 12px;
    width: auto;
    border-top: none;
    font-size: 14px;
    color: #939393;
    text-align: left;
  }
  .board-normal-wrap .table .tbody .tr .td:nth-child(4)::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    width: 1px;
    height: 10px;
    background: #939393;
  }
}
.board-normal-wrap .table .tbody .tr .td:nth-child(5) {
  width: 100px;
  text-align: center;
}
@media (max-width: 1280px) {
  .board-normal-wrap .table .tbody .tr .td:nth-child(5) {
    padding-top: 10px;
    padding-left: 12px;
    border-top: none;
    font-size: 14px;
    color: #939393;
    text-align: left;
  }
  .board-normal-wrap .table .tbody .tr .td:nth-child(5)::before {
    content: "조회수 :";
    padding-right: 4px;
  }
}
*/
.board-normal-wrap .table .tbody .tr:hover {
  background: rgba(0, 56, 180, 0.05);
}
.board-normal-wrap .table .tbody .tr:hover .th,
.board-normal-wrap .table .tbody .tr:hover .td {
  background: rgba(0, 56, 180, 0.05);
}
@media (max-width: 1280px) {
  .board-normal-wrap .table .tbody .tr:hover .th,
.board-normal-wrap .table .tbody .tr:hover .td {
    background: rgba(0, 56, 180, 0);
  }
}
/* ***** 일반게시판 ***** */
.apply-wrap.board-wrap .table .ipt-pack {
  width: 100%;
}
.apply-wrap.board-wrap .ta-pack {
  width: 100%;
}
.apply-wrap.board-wrap .table .ipt-pack {
  width: 100%;
}
.apply-wrap.board-wrap .table .ipt-pack.short {
  width:140px;
}
.apply-wrap.board-wrap .table .ta-pack {
  width: 100%;
}
/* ****************** */

/* ***** 댓글 ***** */
.commentInputBox {
  width: 100%;
  display: flex;
}
.commentInput {
  width: 100%;
}
.commentInput .ta-pack {
  width: 100%;
}
.commentInputButton {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-bottom: 5px;
}
.commentBox {
  margin-top: 20px;
}
.commentBody {
  min-height: 60px;
  background: #EAF2F8;
  border-radius: 10px;
  padding: 20px;
}
.commentTail {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  font-size: small;
  color: #AEB6BF;
}

/* *********************************
soyun, 2024-03-14, agree style css
   ********************************* */
.basic { 
	/* font-size: 1.25rem; */
	padding: 0 15px; 
	line-height: 1.8rem;
}
.basic_style {
	font-weight: bold;
}
.analysis1, .analysis2, .analysis3 {padding:0;}
.analysis1 h4, .analysis2 h4, .analysis3 h4 {font-size:1.25rem !important;}
.analysis1 h5, .analysis2 h5, .analysis3 h5 {margin-top:30px;font-size:16px;font-weight:500;color:#2658a0;}
.analysis1 p, .analysis2 p, .analysis3 p {margin-top:10px;color:#444;font-size: 1.2rem;}
.analysis1 ul, .analysis2 ul, .analysis3 ul {margin-top:15px;}
.analysis1 ul li, .analysis2 ul li, .analysis3 ul li {padding-left:15px;text-indent:-15px;color:#555;line-height:1.4;}
.analysis1 ul li > ul li, .analysis2 ul li > ul li, .analysis3 ul li > ul li {font-size:13px;color:#555;}
.section_area .section_title2 {
    padding-left: 8px !important;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #303030;
}

/* *********************************
soyun, 2024-03-14, input box css : short
   ********************************* */
.ipt-pack2 {
  position: relative;
  display: inline-block;
  font-size: 0;
  width:100% !important;
}
.ipt-pack2 span {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.ipt-pack2 span.essential::after {
  content: "*";
  padding-left: 2px;
  color: #ff3322;
}
.ipt-pack2 span.unit {
  display: inline-block;
  width: 30px;
  padding-left: 6px;
  box-sizing: border-box;
}
.ipt-pack2 span.txt-length {
  width: auto;
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 14px;
  color: #939393;
}
.ipt-pack2 span.txt-length span {
  display: inline-block;
  width: auto;
}
.ipt-pack2 span.txt-length span.now {
  font-size: 13px;
}
.ipt-pack2 span.txt-length span.now::before {
  content: "(";
  padding-right: 2px;
}
.ipt-pack2 span.txt-length span.now::after {
  content: "/";
  padding: 0 3px;
}
.ipt-pack2 span.txt-length span.total {
  font-size: 13px;
}
.ipt-pack2 span.txt-length span.total::after {
  padding-left: 2px;
  content: ")";
}
.ipt-pack2 input {
  display: inline-block;
  width: 21%; /*100%*/
  padding: 0 16px !important;
  margin: 0;
  line-height: 38px;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  box-sizing: border-box;
}
.ipt-pack2 input::placeholder {
  color: rgba(58, 60, 64, 0.45);
}
.ipt-pack2 input[readonly] {
  background: #f5f5f5;
  border-color: #e5e5e5 !important;
}
.ipt-pack2 input:focus {
  outline: none;
  border-color: #003875;
  border-width: 1px;
}
.ipt-pack2 input.error {
  border-color: #ff3322;
}
.ipt-pack2 input[type=password] {
  font-family: "pass", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.ipt-pack2 input[type=password]::-webkit-input-placeholder {
  transform: scale(0.77);
  transform-origin: 0 50%;
}
.ipt-pack2 input[type=password]::-moz-placeholder {
  ont-size: 14px;
  opacity: 1;
}
.ipt-pack2 input[type=password]:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.ipt-pack2 button {
  min-width: 100px;
  margin: 0 0 0 10px;
  height: 38px;
  width: 150px;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  font-size: 16px;
  color: #111;
  background: #fff;
}
.ipt-pack22 button.blue {
  color: #fff;
  border-color: #003875;
  background: #003875;
}
.ipt-pack2 button.gray {
  color: #505050;
  border-color: #f5f5f5;
  background: #f5f5f5;
}
.ipt-pack2 button.black {
  color: #fff;
  border-color: #000;
  background: #000;
}

.ipt-pack2.type-error input {
  border-color: #ff3322;
}

.ipt-pack2.type-btn input {
  width: calc(100% - 160px);
}

.ipt-pack2.type-address input {
  width: calc(100% - 160px);
}
.ipt-pack2.type-address input:last-child {
  margin-top: 10px;
  width: 100%;
}

.ipt-pack2.type-unit input {
  padding-right: 0;
  width: calc(100% - 30px);
}

/* /* *********************************
soyun, 2024-03-21, login style
   ********************************* */
텍스트 margin
.msg_pack{
	margin-top:15px;
	text-align:center;
	font-size: 1.2rem;
  		font-weight: bold;
  	}
  	
captcha img css
#captchaImg{
	width:125%;
	margin-left:50%;
	}
	
.btn-pack2 input, .btn-pack2 button{
	width: 30%;
    height: 45px;
    background: #003875;
    border: 0px;
    color: rgb(255, 255, 255);
    border-radius: 6px;
    /* font-size: 1.25rem; */
}

.btn-pack2 input:hover, .btn-pack2 button:hover{
	background: #005AB8;
}
#confirmBtn{
	width: 30%;
    height: 45px;
    background: #003875;
    border: 0px;
    color: rgb(255, 255, 255);
    border-radius: 6px;
    /* font-size: 1.25rem; */
}
#confirmBtn:hover{
	background: #005AB8;
} */

/********************
soyun,20240329, greeting number style css
 ********************/
 .monthly span{
 	font-family: 'Noto Sans Mono', sans-serif !important;
 	/* font-family: 'NotoSansKR', sans-serif !important; */
}
/********************
soyun,20240401, career css
 ********************/
/* PC 사이즈에 적용될 스타일 */
/* @media only screen and (min-width: 1024px) {
  여기에 PC 사이즈에 적용할 CSS 스타일을 작성합니다
	  .career{
	  background:url(/site1/res/pub/front/img/kimco_career.png) no-repeat right top;
	  background-size: 45%;
	  min-height: 350px;
	  padding-top: 1%;
	  margin-top: 55px;
	  margin-bottom: 30px;
	}
}

태블릿 사이즈에 적용될 스타일
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  여기에 태블릿 사이즈에 적용할 CSS 스타일을 작성합니다
      .career{
	  background:url(/site1/res/pub/front/img/kimco_career.png) no-repeat right top;
	  background-size: 45%;
	  min-height: 350px;
	  padding-top: 1%;
	  margin-top: 55px;
	  margin-bottom: 30px;
	}
} */

/* 모바일 사이즈에 적용될 스타일 */
@media only screen and (max-width: 767px) {
  /* 여기에 모바일 사이즈에 적용할 CSS 스타일을 작성합니다 */
}
.pbtn_le {
  text-align: left !important;
  padding-left: 25px;
}

span {
  font-size: 22px;
}

.line_inner_tit{
  font-weight: bold;
}
/* ****************** */