@font-face {
  font-family: 'scdream';
  font-weight: 100;
  font-style: normal;
  src: url(/vendor/font/SCDream1.woff) format('woff');
}

@font-face {
  font-family: 'scdream';
  font-weight: 200;
  font-style: normal;
  src: url(/vendor/font/SCDream2.woff) format('woff');
}

@font-face {
  font-family: 'scdream';
  font-weight: 300;
  font-style: normal;
  src: url(/vendor/font/SCDream3.woff) format('woff');
}

@font-face {
  font-family: 'scdream';
  font-weight: 400;
  font-style: normal;
  src: url(/vendor/font/SCDream4.woff) format('woff');
}

@font-face {
  font-family: 'scdream';
  font-weight: 500;
  font-style: normal;
  src: url(/vendor/font/SCDream5.woff) format('woff');
}

@font-face {
  font-family: 'scdream';
  font-weight: 600;
  font-style: normal;
  src: url(/vendor/font/SCDream5.woff) format('woff');
}

@font-face {
  font-family: 'scdream';
  font-weight: 700;
  font-style: normal;
  src: url(/vendor/font/SCDream7.woff) format('woff');
}

@font-face {
  font-family: 'scdream';
  font-weight: 800;
  font-style: normal;
  src: url(/vendor/font/SCDream8.woff) format('woff');
}

@font-face {
  font-family: 'scdream';
  font-weight: 900;
  font-style: normal;
  src: url(/vendor/font/SCDream9.woff) format('woff');
}


:root {
  --fsize-small: 0.7rem;
  --fsize-bsmall: 0.8rem;
  --fsize-sbasic: 0.9rem;
  --fsize-basic: 1rem;
  --fsize-mid: 1.3rem;
  --font-menu: 1.2rem;
  --font-title: 3.6rem;
  --font-stitle: 2.2rem;
  --font-xtitle: 2rem;
  --font-ztitle: 1.8rem;
  --font-body: 1.15rem;
  --point-color: #D7633C;
  --dblue-color: #000F37;
  --blue-color: #0e3799;
}

html {
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'scdream';
  font-weight: 400;
  font: 14px;
}

.fl-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btns {
  display: inline-block;
  padding: 10px 34px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 4px;
  font-weight: 500;
  min-width: 150px;
  margin: 0 10px;
}

.btns-big {
  display: inline-block;
  padding: 16px 50px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 10px;
}


.btns-mid {
  display: inline-block;
  padding: 5px 34px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 4px;
  font-weight: 500;
  min-width: 150px;
  margin: 0 10px;
}

.btns-small {
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 4px;
  font-weight: 500;
  margin: 0 10px;
}

.btns-badge {
  display: inline-block;
  padding: 2px 10px 2px 10px;
  ;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  /* -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 2px;
}


.btns-badge-mid {
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  /* cursor: pointer; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 3px;
}

.sbadge {
  display: inline-block;
  padding: 2px 10px 2px 10px;
  ;
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 2px;
}

.badge_ing {
  color: #fff;
  background-color: #D8643D;
  font-weight: 600;
  font-size: 1rem;
}

.badge_end {
  color: #fff;
  background-color: #424242;
  font-weight: 600;
  font-size: 1rem;
}

.bg_ing {
  background-color: #ffffff;
}

.bg_end {
  background-color: #f4f4f4;
}

.btns-primary {
  color: #fff;
  background-color: #D8643D;
  border: 2px solid #b7512e;
}

.btns-primary:hover {
  color: #D8643D;
  background-color: #fff;
  border: 2px solid #D8643D;
}


.btns-none {
  color: #fff;
  background-color: #5f5f5f;
  border: 2px solid #5f5f5f;
}

.btns-none:hover {
  pointer-events: none;
}

.btns-cancel {
  color: #fff;
  background-color: #424242;
  border: 2px solid #2c2c2c;
}


.btns-cancel:hover {
  color: #2c2c2c;
  background-color: #fff;
  border: 2px solid #2c2c2c;
}


.btns-second {
  color: #fff;
  background-color: #000F37;
  border: 2px solid #01081a;
}

.btns-second:hover {
  color: #061b57;
  background-color: #fff;
  border: 2px solid #000F37;
}

.btns-success {
  color: #fff;
  background-color: #04850f;
  border: 2px solid #0c7403;
}


.btns-danger {
  color: #fff;
  background-color: #dc3545;
  border: 2px solid #bb2837;
}

.btns-warning {
  color: #fff;
  background-color: #ffc107;
  border: 2px solid #d8a407;
}

.btns-secret {
  color: #fff;
  background-color: #645da3;
  border: 2px solid #514b83;
}



.badge-primary {
  color: #fff;
  background-color: #D8643D;
  border: 2px solid #b7512e;
}


.kol-2 {
  width: 20%;
}

.kol-3 {
  width: 30%;
}

.kol-4 {
  width: 40%;
}

.kol-5 {
  width: 50%;
}

.kol-6 {
  width: 60%;
}

.kol-7 {
  width: 70%;
}

.kol-8 {
  width: 80%;
}

.form-group-inline {
  display: inline-block;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.form-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}


/* Page On Scroll */
@media (min-width: 992px) {
  .page-on-scroll .header .navbar {
    background-color: #000F37;
    border-bottom-color: #f0f0f0;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }

  .page-on-scroll .header .logo-img-main {
    /* display: none; */
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }

  .page-on-scroll .header .logo-img-active {
    display: inline-block;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }

  .page-on-scroll .header .nav-item-child {
    color: #ffffff;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
}

.disableds {
  pointer-events: none;
  color: gray;
  text-decoration: none;
}

/*------------------------------------------------------------------
  	[Header]
------------------------------------------------------------------*/
header .logo {
  position: absolute;
  z-index: 10000;
}

.dropdown:hover .dropdown-menu {
  display: block;
  animation: slide-down 0.3s ease-in-out;
}

@keyframes slide-down {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(0);
  }
}

.dropdown-menu {
  position: absolute;
  top: 94px;
  left: 0;
  z-index: 1000;
  display: none;

  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  width: 100%;
}

.dropdown-menu dl {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  justify-content: flex-start;
  margin-left: 310px;
}

.dropdown-menu dl dd ul {
  padding: 0px;
  margin: 0px;
}

.dropdown-menu dl dd:nth-child(1) {
  width: 120px;
  border-right: 1px solid #eee;
}

.dropdown-menu dl dd:nth-child(2) {
  width: 160px;
  border-right: 1px solid #eee;
  padding-left: 10px;
}

.dropdown-menu dl dd:nth-child(3) {
  width: 140px;
  border-right: 1px solid #eee;
  padding-left: 10px;
}

.dropdown-menu dl dd:nth-child(4) {
  width: 140px;
  border-right: 1px solid #eee;
  padding-left: 10px;
}

.dropdown-menu dl dd:nth-child(5) {
  padding-left: 10px;
}

.dropdown-menu dl dd ul li {
  list-style: none;
  padding: 10px 0;
}

.dropdown-menu dl dd ul li a {
  font-size: 0.95rem;
  font-weight: 500;
  color: rgb(39, 39, 39);
  letter-spacing: -1px;
}

.dropdown-menu dl dd ul li a:hover {
  font-weight: 700;
  color: var(--point-color);
}

/* Navbar */
.header .navbar {
  margin-bottom: 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  background-color: #000F37;
}

.header .navbar-nav-right {
  float: right;
  width: 75%;
  display: flex;
  justify-content: space-around;
}


.header .navbar-nav-right a:hover {
  color: var(--point-color);
}

.page-on-scroll .header .navbar-nav-right a.btn-nav {
  color: #fff;
}

.page-on-scroll .header .navbar-nav-right a.btn-nav:hover {
  color: #fff;
}

.header .nav-item-child {
  position: relative;
  font-family: 'scdream';
  display: block;
  font-size: var(--font-menu);
  font-weight: 500;
  color: #fff;
  /* text-transform: uppercase; */
  line-height: 55px;
  padding: 20px;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-nav {
  background-color: var(--point-color);
  padding: 5px 20px !important;
  line-height: 35px !important;
  margin-top: 25px;
  border-radius: 6px;
}

.btn-nav:hover {
  background-color: #963a1c;
  color: #fff !important;
}

.carousel-area {
  display: flex;
  flex-direction: column;
  background-color: rgba(241, 242, 244, 0.6);
  width: 100%;
  padding-top: 97px;
}

.carousel-top {
  display: flex;
  flex-direction: row;
  margin-top: 100px;
}

.carousel-box {
  display: flex;
  flex-direction: row;
}



.carousel-top .carousel-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  padding-right: 5%;
}

.carousel-top .carousel-img {
  width: 50%;
  padding-left: 5%;
}

.carousel-top .carousel-img img {
  width: 50%;
  height: auto
}

.carousel-top .carousel-text .carousel-title {
  font-size: 70px;
  font-weight: 700;
  color: var(--point-color);
  line-height: 0.8;
  text-transform: uppercase;
  text-align: left;
}

.carousel-top .carousel-text .carousel-stitle {
  font-size: 60px;
  font-weight: 200;
  color: #000F37;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
}

.carousel-top .carousel-text .carousel-basic {
  font-size: 14px;
  font-weight: 500;
  color: #3F4C5B;
  text-align: left;
  line-height: 1.6;
  margin-top: 20px;
}

.carousel-bg {
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100vh;
}

.carousel-top .carousel-img img {
  width: 50%;
  height: auto;
}

.carousel-top-pop {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  height: 60vh;
}

.carousel-top-pop .carousel-img {
  width: 45%;
  padding-right: 2%;
  display: flex;
  justify-content: flex-end;
}

.carousel-top-pop .carousel-img .img-ares {
  width: 420px;
  height: 100%;
}

.carousel-top-pop .carousel-img .img-ares img {
  height: auto
}

.carousel-top-pop .carousel-img .mem_blank_img {
  display: flex;
  align-items: center;
  height: 100%;
  ;
}

.carousel-top-pop .carousel-text {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5%;
}

.carousel-top-pop .carousel-text .carousel-title {
  font-size: 70px;
  font-weight: 700;
  color: var(--point-color);
  line-height: 0.8;
  text-transform: uppercase;
  text-align: left;
}

.carousel-top-pop .carousel-text .carousel-stitle {
  font-size: 60px;
  font-weight: 200;
  color: #000F37;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
}

.carousel-top-pop .carousel-text .carousel-basic {
  font-size: 14px;
  font-weight: 500;
  color: #3F4C5B;
  text-align: left;
  line-height: 1.6;
  margin-top: 20px;
}





.carousel-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 80px;
}

.box-banner {
  display: flex;
  flex-direction: row;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 0 10px 5px rgba(150, 150, 150, 0.1);
  width: 30%;
}

.box-banner .box-banner-left {
  padding: 10px;
}

.box-banner .box-banner-left span {
  min-width: 72px;
  min-height: 72px;
  background-color: #FAECE7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
}

.box-banner .box-banner-left span.strong {
  background-color: var(--point-color);
}

.box-banner .box-banner-right {
  padding: 10px 20px;
}

.box-banner .box-banner-right h5 {
  margin: 0;
  padding-top: 10px;
  font-size: 1.2rem;
  color: #000;
}

.box-banner .box-banner-right h6 {
  margin: 0;
  padding-top: 5px;
  font-size: 1rem;
  font-weight: 500;
}


.oneday {
  background-color: #fff;
  padding: 150px 0;
}

.oneday .stop {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 50px;
}

.oneday .stop h2 {
  color: #000;
  font-size: var(--font-stitle);
  font-weight: 600;
  margin: 0;
}

.oneday .stop a {
  color: var(--point-color);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-btn {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 2px 25px;
}

.view-btn:hover {
  background-color: var(--point-color);
  color: #fff !important;
}

.oneday-area {
  display: flex;
  justify-content: start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}

.oneday-area .card {
  border: 1px solid #ddd;
  padding: 12px 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 30px;
  width: 30%;
  margin-bottom: 30px;
}

.oneday-area .card .card-top {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
}

.oneday-area .card .card-stitle {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.oneday-area .card .card-stitle span {
  font-size: 0.7rem;
  text-align: center;
  background-color: #E7F6EA;
  color: #0BA02C;
  padding: 0 10px;
  margin-right: 10px
}

.oneday-area .card .card-body {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.oneday-area .card .card-body .card-body-left {
  background-color: #D8643D;
  padding: 10px;
  border-radius: 4px;
  width: 48px;
  height: 48px;
  display: flex;
}

.oneday-area .card .card-body .card-body-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 6px 0 5px 10px;
}

.oneday-area .card .card-body .card-body-right h4 {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 3px;
  margin-left: 4px;
  color: #18191C;
}

.oneday-area .card .card-body .card-body-right p {
  font-size: 0.75rem;
  font-weight: 500;
  margin: 0px;
  color: #5C5C5C;
}

.oneday-area .card .card-body .best-thum {
  display: flex;
  width: 100%;
  height: 53px;
  justify-content: center;
  border: 1px solid #ddd;
  background-color: rgbㅁ(238, 238, 238, 0.8);
}







.alba-list-area {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.alba-list-area .card {
  border: 1px solid #ddd;
  padding: 12px 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 24%;
  margin-bottom: 30px;
}

.alba-list-area a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.alba-list-area .card .card-top {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
}

.alba-list-area .card .card-stitle {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.alba-list-area .card .card-stitle span {
  font-size: 0.8rem;
  text-align: center;
  background-color: #E7F6EA;
  color: #0BA02C;
  padding: 2px 10px;
  margin-right: 10px
}

.alba-list-area .card .card-stitle em {
  font-style: normal;
  margin-right: 2px;
}

.alba-list-area .card .card-body {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.alba-list-area .card .card-body .card-body-left {
  padding: 10px;
  border-radius: 4px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.alba-list-area .card .card-body .card-body-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 6px 0 5px 10px;
}

.alba-list-area .card .card-body .card-body-right h4 {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 3px;
  margin-left: 4px;
  color: #18191C;
}

.alba-list-area .card .card-body .card-body-right p {
  font-size: 0.9rem;
  line-height: 1.6rem;
  font-weight: 500;
  margin: 0px;
  color: #5C5C5C;
}

.alba-list-area .card .card-body .card-body-right p img {
  margin-bottom: 4px;
}

.alba-list-area .card .card-body .best-thum {
  display: flex;
  width: 100%;
  height: 53px;
  justify-content: center;
  border: 1px solid #ddd;
  background-color: rgbㅁ(238, 238, 238, 0.8);
}


.best-bg1 {
  background-color: var(--point-color) !important;
  color: #fff !important;
  font-weight: 500;
  font-size: 10px !important;
  padding: 2px 10px !important;
  border-radius: 3px !important;
}

.best-bg2 {
  background-color: var(--dblue-color) !important;
  color: #fff !important;
  font-weight: 500;
  font-size: 10px !important;
  padding: 2px 10px !important;
  border-radius: 3px !important;
}

.alba {
  background-color: #F1F2F4;
  padding: 100px 0 150px 0;
}

.alba h2 {
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}

.alba .alba-area {
  text-align: center;
}



.longday {
  background-color: #fff;
  padding: 150px 0;
}

.longday .stop {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 50px;
}

.longday .stop h2 {
  color: #000;
  font-size: var(--font-stitle);
  font-weight: 600;
  margin: 0;
}

.longday-area {
  display: flex;
  justify-content: start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}

.longday-area .card {
  border: 1px solid #ddd;
  padding: 12px 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 30px;
  width: 30%;
  margin-bottom: 30px;
}

.longday-area .card .card-body {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.longday-area .card .card-body .card-body-left {
  background-color: #E7F0FA;
  padding: 10px;
  border-radius: 6px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.longday-area .card .card-body .card-body-left i {
  font-size: 1.9rem;
  font-weight: 600;
  color: #0A65CC;
}

.longday-area .card .card-body .card-body-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 6px 0 5px 10px;
}

.longday-area .card .card-body .card-body-right h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 2px;
  margin-left: 4px;
  color: #18191C;
}

.longday-area .card .card-body .card-body-right h4 span {
  margin-left: 5px;
  background-color: #FCEEEE;
  color: #E05151;
  font-weight: 700;
  font-size: 0.7rem;
  padding: 2px 10px;
  border-radius: 6px;
  margin-bottom: 4px;
  border: 1px solid rgba(216, 100, 100, 0.7);
}

.longday-area .card .card-body .card-body-right p {
  font-size: 0.75rem;
  font-weight: 500;
  margin: 4px 0 0 0;
  color: #5C5C5C;
}

.longday-area .card .card-body .card-body-right p img {
  vertical-align: bottom;
}

.longday-area .card .card-bottom {
  margin-top: 12px;
}

.longday-area .card .card-bottom button {
  background-color: #000F37;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  width: 100%;
  border: 0px;
  padding: 8px 0;
  border-radius: 4px;
}

.longday-area .card .card-bottom a {
  background-color: #000F37;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  width: 100%;
  border: 0px;
  padding: 8px 0;
  border-radius: 4px;
}


.captchaimg img {
  height: 30px !important;
  width: auto !important;
  margin-right: 10px;
}



/*------------------------------------------------------------------
  	[Footer]
------------------------------------------------------------------*/
.footer {
  background-color: #000F37;
  margin-top: 100px;
}

.footer .footer-seperator {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer-list {
  margin-bottom: 0;
}

.footer .footer-list-item {
  color: #cbd3e1;
  margin-bottom: 10px;
}

.footer .footer-list-link {
  color: #cbd3e1;
}

.footer .footer-list-link:hover {
  color: #fff;
  font-weight: 800;
}

.footer .footer-input {
  background: rgba(0, 0, 0, 0.15);
}



.copyright {
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.footer-left img {
  margin: 0 30px 0 40px;
}

.footer-left ul.footer-text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

.footer-left ul.footer-text li {
  list-style: none;
  padding: 5px 0;
}

.footer-left ul.footer-text li.comp {
  font-weight: 800 !important;
  font-size: 1.1rem !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

.footer-right h4 {
  font-weight: 800;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
}


.header .navbar {
  border-radius: 0px;
}

#carousel-sub {
  display: flex;
  flex-direction: row;
  background-color: rgba(241, 242, 244, 0.6);
  width: 100%;
  height: 70px;
  margin-top: 97px;
  border-bottom: 1px solid #e4e4e4;
}

.sub-area {
  flex-direction: row;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sub-area h2 {
  color: #000F37
}

.sub-area ul.sub-menus {
  margin: 0;
  padding: 0;
  height: 70px;
}

.sub-area ul.sub-menus li {
  list-style: none;
  float: left;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 500;
}

.sub-area ul.sub-menus li.step1 {
  text-align: center;
  font-weight: 500;
  width: 100px;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}

.sub-area ul.sub-menus li.step1 span {
  color: #4b4b4b;
}

.sub-area ul.sub-menus li.step2 {
  width: 250px;
  padding-left: 20px;
  border-right: 1px solid #e4e4e4;
  display: flex;
  justify-content: flex-start;
}

.sub-area ul.sub-menus li.step3 {
  width: 250px;
  padding-left: 20px;
  border-right: 1px solid #e4e4e4;
  display: flex;
  justify-content: flex-start;
  color: var(--point-color);
  font-weight: 700;
}

.sub-area ul.sub-menus li.step3 span {
  color: var(--point-color);
  margin-right: 10px;
}

.sub-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 80px 0 40px 0;
}

.sub-title h2 {
  color: #000F37;
}

.sub-title p {
  display: flex;
  justify-content: center;
}

.data-section {
  margin-bottom: 100px;
  width: 1170px;
  margin: 0 auto;
}

.data-section-full {
  margin-bottom: 100px;
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
}

.faq-section {
  margin-bottom: 100px;
  padding: 0 10%;
}

.pay-section {
  margin-bottom: 100px;
  width: 1170px;
  margin: 0 auto;
}

.join-section {
  margin-bottom: 100px;
  width: 1170px;
  margin: 0 auto;
}



.section-title {
  color: #000;
  font-size: var(--font-ztitle);
  font-weight: 600;
  margin: 70px 0 10px 0;
}

.section-title2 {
  color: #000;
  font-size: var(--font-ztitle);
  font-weight: 600;
  margin: 30px 0 10px 0;
}

.ik-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 30px 40px;
}

.ik-card h3 {
  color: #000;
  font-size: var(--font-ztitle);
  font-weight: 600;
  margin: 0px;
}

.ik-card h4 {
  color: rgb(24, 24, 24);
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #eee;
  padding: 0 0 4px 0;
}

.ik-card h7 {
  color: rgb(0, 0, 0, 0.7);
  font-size: var(--fsize-basic);
  font-weight: 500;
  margin-top: 5px;
  display: inline-block;
}




.table-dl {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.table-dl ul {
  display: flex;
  flex-direction: row;
  margin: 0px;
  padding: 0px;
}

.table-dl ul li {
  list-style: none;
}

.table-dl dt {
  border-top: 2px solid #000;
  border-bottom: 1px solid #e4e4e4;
  background-color: rgba(248, 248, 248, 0.6);
}

.table-dl dt ul li {
  text-align: center;
  padding: 20px 0;
  font-size: 1.0rem;
}

.table-dl ul li {
  font-size: 0.9rem !important;
}

.table-dl ul li:nth-child(1) {
  width: 8%;
}

.table-dl ul li:nth-child(2) {
  width: 16%;
}

.table-dl ul li:nth-child(3) {
  width: 19%;
}

.table-dl ul li:nth-child(4) {
  width: 30%;
}

.table-dl ul li:nth-child(5) {
  width: 10%;
}

.table-dl ul li:nth-child(6) {
  width: 12%;
}

.table-dl ul li:nth-child(7) {
  width: 5%;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.table-dl dd {
  border-bottom: 1px solid #e4e4e4;
}

.table-dl dd.no-data ul {
  width: 100% !important;
}

.table-dl dd.no-data ul li {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0;
}

.table-dl dd ul li {
  padding: 20px 0;
  font-size: 1rem;
  color: #272727;
  font-weight: 400;
}

.t-center {
  text-align: center !important;
}

.table-dl-job {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.table-dl-job ul {
  display: flex;
  flex-direction: row;
  margin: 0px;
  padding: 0px;
}

.table-dl-job ul li {
  list-style: none;
}

.table-dl-job dt {
  border-top: 2px solid #000;
  border-bottom: 1px solid #e4e4e4;
  background-color: rgba(248, 248, 248, 0.6);
}

.table-dl-job dt ul li {
  text-align: center;
  padding: 20px 0;
  font-size: 1.1rem;
}

.table-dl-job ul li:nth-child(1) {
  width: 8%;
}

.table-dl-job ul li:nth-child(2) {
  width: 14%;
}

.table-dl-job ul li:nth-child(3) {
  width: 43%;
}

.table-dl-job ul li:nth-child(4) {
  width: 10%;
}

.table-dl-job ul li:nth-child(5) {
  width: 10%;
}

.table-dl-job ul li:nth-child(6) {
  width: 10%;
}

.table-dl-job ul li:nth-child(7) {
  width: 5%;
}

.table-dl-job dd {
  border-bottom: 1px solid #e4e4e4;
}

.table-dl-job dd.no-data ul {
  width: 100% !important;
}

.table-dl-job dd.no-data ul li {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0;
}

.table-dl-job dd ul li {
  padding: 20px 0;
  font-size: 1rem;
  color: #272727;
  font-weight: 400;
}


.table-dl-comm {
  display: flex;
  flex-direction: column;
}

.table-dl-comm ul {
  display: flex;
  flex-direction: row;
  margin: 0px;
}

.table-dl-comm ul li {
  list-style: none;
}

.table-dl-comm dt {
  border-top: 2px solid #000;
  border-bottom: 1px solid #e4e4e4;
  background-color: rgba(248, 248, 248, 0.6);
}

.table-dl-comm dt ul li {
  text-align: center;
  padding: 20px 0;
  font-size: 1.1rem;
}

.table-dl-comm ul li:nth-child(1) {
  width: 10%;
}

.table-dl-comm ul li:nth-child(2) {
  width: 55%;
  padding-left: 40px;
}

.table-dl-comm ul li:nth-child(3) {
  width: 20%;
}

.table-dl-comm ul li:nth-child(4) {
  width: 15%;
}


.table-dl-comm dd {
  border-bottom: 1px solid #e4e4e4;
}

.table-dl-comm dd.no-data {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0;
}

.table-dl-comm dd.no-data ul {
  width: 100% !important;
}

.table-dl-comm dd.no-data ul li {
  width: 100%;
}

.table-dl-comm dd ul li {
  padding: 20px 0;
  font-size: 14px;
  color: #383838;
  font-weight: 500;
}

.table-dl-comm dd ul li span.re-icon {
  color: rgb(75, 75, 75);
  font-weight: 200;
  vertical-align: bottom;
  font-size: 20px;
}

.table-dl-comm dd ul li span.lock-icon {
  color: #9e3d1d;
  font-weight: 500;
  vertical-align: bottom;
  font-size: 20px;
}

.table-dl-comm dd.bg-notice {
  background-color: rgba(210, 221, 250, 0.2);
}

.table-dl-comm dd ul li a {
  color: #383838 !important;
  font-weight: 500;
}


dl.table-dl-comm-view {
  border-top: 2px solid #000;
}

dl.table-dl-comm-view dt {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
}

dl.table-dl-comm-view dt h3 {
  color: #000 !important;
  font-weight: 600 !important;
}

dl.table-dl-comm-view dt h6 {
  color: #3c3d3d;
  font-weight: 600;
  font-size: 0.9rem !important;
}

dl.table-dl-comm-view dt h6 ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

dl.table-dl-comm-view dt h6 ul li {
  list-style: none;
  margin-left: 30px;
}

dl.table-dl-comm-view dt h6 span {
  color: #515769;
  font-weight: 500;
  font-size: 0.9rem;
  margin-left: 10px;
}

dl.table-dl-comm-view dd.attach {
  border-bottom: 1px solid #eee;
}

dl.table-dl-comm-view dd .dl-title {
  background-color: rgba(224, 224, 224, 0.3);
  padding: 15px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24%;
  font-size: var(--fsize-basic);
  font-weight: 500;
  color: #000;
}

dl.table-dl-comm-view dd .dl-memo {
  width: 76%;
  padding: 15px 20px;
  color: #4b4b4b;
}

dl.table-dl-comm-view dd .dl-memo span {
  font-size: 1.4rem;
  vertical-align: bottom;
  color: #4b4b4b;
}

dl.table-dl-comm-view dd.memo-area {
  padding: 20px 30px;
  border-bottom: 2px solid #000;
  font-family: 'scdream' !important;
  font-weight: 400;
}

dl.table-dl-comm-view dd.memo-area span {
  font-family: 'scdream' !important;
  font-weight: 500;
}

dl.table-dl-comm-view dd.memo-area img {
  margin: 0 auto;
}

dl.table-dl-comm-view dd.pre-area {
  border-bottom: 1px solid #eee;
  border-top: 2px solid #000;
  margin-top: 60px;
}

dl.table-dl-comm-view dd.next-area {
  border-bottom: 2px solid #000;
}



.table-dl-pay {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.table-dl-pay ul {
  display: flex;
  flex-direction: row;
  margin: 0px;
  padding: 0px;
}

.table-dl-pay ul li {
  list-style: none;
}

.table-dl-pay dt {
  border-top: 2px solid #000;
  border-bottom: 1px solid #e4e4e4;
  background-color: rgba(248, 248, 248, 0.6);
}

.table-dl-pay dt ul li {
  text-align: center;
  padding: 20px 0;
  font-size: 1.1rem;
}

.table-dl-pay ul li:nth-child(1) {
  width: 11%;
}

.table-dl-pay ul li:nth-child(2) {
  width: 20%;
}

.table-dl-pay ul li:nth-child(3) {
  width: 15%;
}

.table-dl-pay ul li:nth-child(4) {
  width: 25%;
}

.table-dl-pay ul li:nth-child(5) {
  width: 12%;
}

.table-dl-pay ul li:nth-child(6) {
  width: 17%;
}

.table-dl-pay dd {
  border-bottom: 1px solid #e4e4e4;
}

.table-dl-pay dd.no-data ul {
  width: 100% !important;
}

.table-dl-pay dd.no-data ul li {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0;
}

.table-dl-pay dd ul li {
  padding: 20px 0;
  font-size: 1rem;
  color: #272727;
  font-weight: 400;
}


.table-dl-req {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.table-dl-req ul {
  display: flex;
  flex-direction: row;
  margin: 0px;
  padding: 0px;
}

.table-dl-req ul li {
  list-style: none;
}

.table-dl-req dt {
  border-top: 2px solid #000;
  border-bottom: 1px solid #e4e4e4;
  background-color: rgba(248, 248, 248, 0.6);
}

.table-dl-req dt ul li {
  text-align: center;
  padding: 20px 0;
  font-size: 1.1rem;
}

.table-dl-req ul li:nth-child(1) {
  width: 10%;
}

.table-dl-req ul li:nth-child(2) {
  width: 15%;
}

.table-dl-req ul li:nth-child(3) {
  width: 15%;
}

.table-dl-req ul li:nth-child(4) {
  width: 25%;
}

.table-dl-req ul li:nth-child(5) {
  width: 15%;
}

.table-dl-req ul li:nth-child(6) {
  width: 10%;
}

.table-dl-req ul li:nth-child(7) {
  width: 10%;
}

.table-dl-req dd {
  border-bottom: 1px solid #e4e4e4;
}

.table-dl-req dd.no-data ul {
  width: 100% !important;
}

.table-dl-req dd.no-data ul li {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0;
}

.table-dl-req dd ul li {
  padding: 20px 0;
  font-size: 1rem;
  color: #272727;
  font-weight: 400;
}

.table-dl-user {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.table-dl-user ul li {
  list-style: none;
}

.table-dl-user ul {
  display: flex;
  flex-direction: row;
  margin: 0px;
  padding: 0px;
}

.table-dl-user dt {
  border-top: 2px solid #000;
  border-bottom: 1px solid #e4e4e4;
  background-color: rgba(248, 248, 248, 0.6);
}

.table-dl-user dt ul li {
  text-align: center;
  padding: 20px 0;
  font-size: 0.85rem;
  font-weight: 500;
}

.table-dl-user ul li:nth-child(1) {
  width: 3%;
}

.table-dl-user ul li:nth-child(2) {
  width: 11%;
}

.table-dl-user ul li:nth-child(3) {
  width: 11%;
}

.table-dl-user ul li:nth-child(4) {
  width: 5%;
}

.table-dl-user ul li:nth-child(5) {
  width: 5%;
}

.table-dl-user ul li:nth-child(6) {
  width: 8%;
}

.table-dl-user ul li:nth-child(7) {
  width: 8%;
}

.table-dl-user ul li:nth-child(8) {
  width: 7%;
}

.table-dl-user ul li:nth-child(9) {
  width: 7%;
}

.table-dl-user ul li:nth-child(10) {
  width: 7%;
}

.table-dl-user ul li:nth-child(11) {
  width: 7%;
}

.table-dl-user ul li:nth-child(12) {
  width: 6%;
}

.table-dl-user ul li:nth-child(13) {
  width: 8%;
}

.table-dl-user ul li:nth-child(14) {
  width: 11%;
}

.table-dl-user dd {
  border-bottom: 1px solid #e4e4e4;
}

.table-dl-user dd.no-data ul {
  width: 100% !important;
}

.table-dl-user dd.no-data ul li {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0;
}

.table-dl-user dd ul li {
  padding: 20px 0;
  font-size: 0.85rem;
  color: #272727;
  font-weight: 400;
}


.table-dl-work {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.table-dl-work ul li {
  list-style: none;
}

.table-dl-work ul {
  display: flex;
  flex-direction: row;
  margin: 0px;
  padding: 0px;
}

.table-dl-work dt {
  border-top: 2px solid #000;
  border-bottom: 1px solid #e4e4e4;
  background-color: rgba(248, 248, 248, 0.6);
}

.table-dl-work dt ul li {
  text-align: center;
  padding: 20px 0;
  font-size: 0.85rem;
  font-weight: 500;
}

.table-dl-work ul li:nth-child(1) {
  width: 5%;
}

.table-dl-work ul li:nth-child(2) {
  width: 25%;
}

.table-dl-work ul li:nth-child(3) {
  width: 18%;
}

.table-dl-work ul li:nth-child(4) {
  width: 25%;
}

.table-dl-work ul li:nth-child(5) {
  width: 20%;
}

.table-dl-work ul li:nth-child(6) {
  width: 8%;
}

.table-dl-work ul li:nth-child(2) br {
  display: none;
}

.table-dl-work dd {
  border-bottom: 1px solid #e4e4e4;
}

.table-dl-work dd.no-data ul {
  width: 100% !important;
}

.table-dl-work dd.no-data ul li {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0;
}

.table-dl-work dd ul li {
  padding: 20px 0;
  font-size: 0.85rem;
  color: #272727;
  font-weight: 400;
}


.view-title-section .alba-strong {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.view-title-section .alba-strong .alba-strong-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.view-title-section .alba-strong .alba-strong-list .box-circle {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #e5e9f7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.view-title-section .alba-strong .alba-strong-list .box-circle span {
  color: #000F37;
  font-size: 30px;
}

.view-title-section .alba-strong .alba-strong-list .alba-strong-view {
  padding: 5px 0 0 10px;
}

.view-title-section .alba-strong .alba-strong-list .alba-strong-view h7 {
  color: #797979;
  font-size: 0.9rem;
  font-weight: 500;
}

.view-title-section .alba-strong .alba-strong-list .alba-strong-view h5 {
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
}

.view-title-section .alba-strong .alba-strong-list .alba-strong-view h5.points {
  color: var(--point-color);
}



.view-mojib-section .list-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.view-mojib-section .list-wrap .list-wrap-left {
  width: 50%;
}

.view-mojib-section .list-wrap .list-wrap-right {
  width: 50%;
}

.view-mojib-section .list-wrap dl {
  display: flex;
  flex-direction: row;
}

.view-mojib-section .list-wrap dl dt {
  width: 20%;
  font-weight: 400;
  color: rgb(43, 43, 43);
}

.view-mojib-section .list-wrap dl dd {
  width: 80%;
  font-weight: 500;
  color: rgb(26, 26, 26);
}

.view-mojib-section .list-pic {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  height: 400px;
}

.view-mojib-section .list-pic .map-pic {
  width: 39%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.view-mojib-section .list-pic .map-area {
  width: 60%;
}

.view-mojib-section .list-pic .map-pic .map-pic-big {
  height: 300px;
  object-fit: cover;
  overflow: hidden;
}

.view-mojib-section .list-pic .map-pic .map-pic-big img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.view-mojib-section .list-pic .map-pic .map-pic-thum {
  height: 80px;
  display: flex;
  justify-content: space-between;
}

.view-mojib-section .list-pic .map-pic .map-pic-thum span {
  height: 80px;
  width: 100px;
  border: 1px solid #ddd;
  object-fit: cover;
  overflow: hidden;
}

.view-mojib-section .list-pic .map-pic .map-pic-thum span.no_pic {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.view-mojib-section .list-pic .map-area {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.view-mojib-section .list-pic .map-area img {
  width: 90%;
  height: 400px;
  object-fit: cover;
  border: 1px solid #ddd;
}

.view-mojib-section .mojib-detail {
  display: flex;
  justify-content: center;
  font-family: 'scdream' !important;
  font-weight: 500 !important;
}

.view-mojib-section .mojib-detail table,
.view-mojib-section .mojib-detail table tr,
.view-mojib-section .mojib-detail table tr td {
  font-family: 'scdream' !important;
  font-weight: 500 !important;
}

.view-mojib-section .mojib-detail table tr td p,
.view-mojib-section .mojib-detail table tr td span {
  font-family: 'scdream' !important;
  font-weight: 400 !important;
}

.view-mojib-section .mojib-detail table tr td strong,
.view-mojib-section .mojib-detail table tr td b {
  font-family: 'scdream' !important;
  font-weight: 500 !important;
  color: #000 !important;
}



.view-join-section {
  margin-bottom: 150px;
  margin-top: 60px;
}

.view-join-section .section-title {
  color: #000;
  font-size: var(--font-ztitle);
  font-weight: 600;
  margin: 70px 0 10px 0;
}





.table-dl-faq {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 2px solid #000;
}

.table-dl-faq ul {
  display: flex;
  flex-direction: row;
  margin: 0px;
}

.table-dl-faq ul li {
  list-style: none;
  padding: 15px 20px;
}

.table-dl-faq ul li:nth-child(1) {
  width: 10%;
}

.table-dl-faq ul li:nth-child(2) {
  width: 70%;
  padding-left: 40px;
}

.table-dl-faq ul li:nth-child(3) {
  width: 20%;
}


table.tb_mojib {
  font-size: 0.9rem;
  border: 1px solid #ddd;
  width: 100%;
}

table.tb_mojib tr td {
  padding: 15px;
}

table.tb_mojib tr td ul {
  margin: 0;
}

table.tb_mojib tr td ul li {
  padding: 4px 0;
}

table.tb_mojib tr td ul li strong {
  color: #db1f1f;
  font-weight: 500;
}

table.tb_mojib tr td.td-1 {
  width: 12%;
  text-align: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: rgba(175, 181, 238, 0.3);
  font-weight: 600;
}

table.tb_mojib tr td.td-2 {
  width: 12%;
  text-align: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: rgba(226, 226, 226, 0.4);
  font-weight: 600;
}

table.tb_mojib tr td.td-3 {
  width: 76%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

table.tb_mojib tr td.td-4 {
  border-bottom: 1px solid #ddd;
}


.faq-section .accordion {
  width: 1170px;
  margin: 0 auto;
  padding: 10px 0px;
  border-top: 2px solid #000;
}

.faq-section .accordion .card-header {
  padding: 15px 20px;
  border-bottom: 1px solid #e4e4e4;
  display: block;
}

.faq-section .accordion .card-header button {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border: 0px;
  background-color: #fff;
}

.faq-section .accordion .card-header button:hover {
  text-decoration: none;
}

.faq-section .accordion .card-header button h5 {
  font-size: 1.2rem;
  font-weight: 500;
}

.faq-section .accordion .card-header button h5 span {
  font-weight: 500;
  font-size: 1.4rem;
  color: #000;
  margin-right: 20px;
}

.faq-section .accordion .card-header i {
  font-weight: 200;
  font-size: 1.6rem;
  color: #0e3799 !important;
}

.faq-section .accordion .card-body {
  padding: 25px 50px;
  background-color: rgba(231, 231, 231, 0.2);
}

.faq-section .accordion .card-body span {
  font-size: 14px;
  font-weight: 500;
  color: var(--point-color);
  margin-right: 10px;
  padding-top: 2px;
}

.faq-section .accordion .card-body p {
  font-size: 14px;
  line-height: 1.8rem;
  font-weight: 500;
  color: rgb(71, 71, 71);
}

.table-dl-form {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #000;
  padding: 0;
}

.table-dl-form dl {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #eee;
  margin: 0px !important;
}

.table-dl-form dl dt {
  width: 20%;
  background-color: rgba(238, 238, 238, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
}

.table-dl-form dl dd {
  width: 30%;
  padding: 8px 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  color: #3f3f3f;
}

.table-dl-form dl dd.full input {
  width: 40%;
}

.table-dl-form dl dd.full {
  width: 80% !important;
  padding: 8px 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  color: #3f3f3f;
}

.table-dl-form dl dd input[type="radio"] {
  margin-right: 8px;
  margin-bottom: 5px;
}

.table-dl-form dl dd span {
  padding: 0 12px;
  color: #3f3f3f;
}

.table-dl-form dl dd.tel-form input {
  width: 28%;
}

.table-dl-form dl dd.tel-form select {
  width: 28%;
}

.table-dl-form dl dd.cm-form {
  width: 80%;
}

.table-dl-form dl dd.cm-form span {
  font-weight: 600;
}

.table-dl-form dl dd.cm-form input {
  width: 20%;
}

.table-dl-form dl dd.cm-form span.cm-form-cm {
  margin-right: 20%;
}

.table-dl-form dl dd.grade-form {
  width: 80%;
}

.table-dl-form dl dd.grade-form span {
  font-weight: 600;
}

.table-dl-form dl dd.grade-form input {
  width: 22%;
  margin-right: 40px;
}

.table-dl-form dl dd.grade-form select {
  width: 22%;
}

.table-dl-form dl dd.histroy-form {
  width: 80%;
  display: flex;
  justify-content: space-between;
}

.table-dl-form dl dd.histroy-form div {
  display: flex;
  flex-direction: row;
  font-weight: 400;
}

.table-dl-form dl dd.histroy-form div span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.table-dl-form dl dd.histroy-form div select {
  width: 120px;
}

.table-dl-form dl dd.histroy-form div input {
  margin-left: 20px;
  font-weight: 400;
}

.table-dl-form dl dd.pic-form {
  width: 80%;
}

.table-dl-form dl dd.pic-form img {
  height: 46px;
  width: auto;
}

.table-dl-form dl dd.pic-form input {
  width: 50%;
  margin-left: 30px;
}

.table-dl-form dl dd.pw-form {
  width: 80%;
}

.table-dl-form dl dd.pw-form input {
  width: 40%;
}

.table-dl-form dl dd.pw-form span {
  width: 60%;
}

.table-dl-form dl dd.name-form {
  width: 80%;
}

.table-dl-form dl dd.name-form input {
  width: 40%;
}

.table-dl-form dl dd.email-form {
  width: 80%;
}

.table-dl-form dl dd.email-form input {
  width: 20%;
}

.table-dl-form dl dd.email-form select {
  width: 20%;
  margin-left: 10px;
}

.table-dl-form dl dd.web-form {
  width: 80%;
}

.table-dl-form dl dd.web-form input {
  width: 50%;
}

.table-dl-form dl dd.birth-form {
  width: 80%;
}

.table-dl-form dl dd.birth-form input {
  width: 10%;
}

.table-dl-form dl dd.sex-form input {
  margin-left: 20px;
}

.table-dl-form dl dt strong {
  color: rgb(226, 0, 0);
  font-weight: 800;
  width: 10px;
}

.table-dl-form dl dd.address {
  width: 80% !important;
}

.table-dl-form dl dd.address div {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 5px 0;
}

.table-dl-form dl dd.address div.add-zip input {
  width: 15%;
}

.table-dl-form dl dd.address div.add-zip span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-dl-form dl dd.address div.add-detail input:nth-child(1) {
  margin-right: 15px;
}

.table-dl-form dl dd.address div.add-detail input:nth-child(2) {
  margin-left: 15px;
}

.table-dl-form dl dd.address div.add-zip .btn-zip-find {
  height: 46px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: var(--blue-color);
  border: 1px solid var(--dblue-color);
  box-shadow: none;
  border-radius: 6px;
  padding: 5px 25px;
  line-height: 33px;
  margin-left: 10px;
}

.form-control {
  height: 46px;
  font-size: 14px;
  font-weight: 400;
  color: #424242;
  background: rgb(250, 250, 250, 0.4);
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 8px;
  padding-left: 15px;
}

.form-control-mid {
  height: 32px;
  font-size: 13px;
  font-weight: 400;
  color: #424242;
  background: rgb(250, 250, 250, 0.4);
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 6px;
}

.form-control-mid {
  display: block;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.fl-col {
  display: flex;
  flex-direction: column !important;
}

.fl-row {
  display: flex;
  flex-direction: row !important;
}

.bot-btn-area {
  text-align: center;
  margin-top: 20px;
}

.bot-btn-area-right {
  text-align: right;
  margin-top: 20px;
}

.resum-intro-section h3 {
  color: #000;
  font-size: var(--font-ztitle);
  font-weight: 600;
  margin: 0px;
  padding-left: 0px;
}

.resum-intro-section hr {
  background-color: #eee;
  margin: 10px 0 20px 0;
}

.resum-intro-section .resum-pic {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.resum-intro-section .resum-pic img {
  width: 370px;
  height: 165px;
  object-fit: cover;
  overflow: hidden;
}

.resum-intro-section .resum-right {
  width: 65%;
  padding: 0 30px 0 80px;
}

.resum-intro-section .resum-right dl {
  display: flex;
  flex-direction: row;
  margin-bottom: 13px;
}

.resum-intro-section .resum-right dl dt {
  width: 20%;
}

.resum-intro-section .resum-right dl dd {
  width: 80%;
}


.resum-user-section {
  padding: 20px 40px;
}

.resum-user-section .ik-card {
  padding: 30px 20px !important;
}

.resum-user-section .section-title {
  margin: 10px 0 10px 0 !important;
}

.resum-user-section h3 {
  color: #000;
  font-size: var(--font-ztitle);
  font-weight: 600;
  margin: 0px;
  padding-left: 0px;
}

.resum-user-section hr {
  background-color: #ddd;
  margin: 10px 0 20px 0;
}

.resum-user-section .resum-pic {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.resum-user-section .resum-pic img {
  width: 370px;
  height: auto;
  object-fit: cover;
  overflow: hidden;
}

.resum-user-section .resum-right {
  width: 85%;
  padding: 0 10px 0 30px;
}

.resum-user-section .resum-right dl {
  display: flex;
  flex-direction: row;
  margin-bottom: 18px;
}

.resum-user-section .resum-right dl dt {
  width: 15%;
}

.resum-user-section .resum-right dl dd {
  width: 35%;
}

.resum-user-section .resum-right dl dd.d-full {
  width: 85% !important;
}

.resum-user-section .list-wrap dl {
  display: flex;
  flex-direction: row;
  margin-bottom: 18px;
}

.resum-user-section .list-wrap dl dt {
  width: 20%;
}

.resum-user-section .list-wrap dl dd {
  width: 80%;
}

.resum-user-section .memo-wrap {
  padding: 15px;
}

.resum-user-section .table-wrap {
  display: flex;
  flex-direction: column;
}



.resum-view-section .section-title {
  color: #000;
  font-size: var(--font-ztitle);
  font-weight: 600;
  margin: 70px 0 10px 0;
}

.resum-view-section .list-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.resum-view-section .list-wrap dl {
  display: flex;
  flex-direction: row;
}

.resum-view-section .list-wrap dl dt {
  width: 20%;
  font-weight: 600;
  color: rgb(26, 26, 26);
  display: flex;
  align-items: center;
}

.resum-view-section .list-wrap dl dd {
  width: 80%;
  font-weight: 400;
  color: rgb(43, 43, 43);
}

.resum-view-section .list-wrap dl dd.hope-area {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.resum-view-section .list-wrap dl dd.hope-area select:nth-child(1) {
  margin-right: 15px;
}

.resum-view-section .list-wrap dl dd.hope-area select:nth-child(2) {
  margin-left: 15px;
}

.resum-view-section .list-wrap dl dd.ja-area {
  display: flex;
  flex-wrap: wrap;
}

.resum-view-section .list-wrap dl dd.ja-area span {
  color: rgb(43, 43, 43);
  margin: 5px 25px 0 10px;
}

.resum-view-section .list-wrap dl dd.ja-area div.ja-area-etc {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}

.resum-view-section .list-wrap dl dd.ja-area div.ja-area-etc span {
  margin: 0 10px 0 0;
}

.resum-view-section .list-wrap dl dd.ja-area div.ja-area-etc input {
  width: 85%;
}



.resum-history-section .section-title {
  color: #000;
  font-size: var(--font-ztitle);
  font-weight: 600;
  margin: 70px 0 10px 0;
}

.resum-history-section .list-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.resum-history-section .list-wrap dl {
  display: flex;
  flex-direction: row;
}

.resum-history-section .list-wrap dl dt {
  width: 20%;
  font-weight: 600;
  color: rgb(26, 26, 26);
  display: flex;
  align-items: center;
}

.resum-history-section .list-wrap dl dd {
  width: 80%;
  font-weight: 400;
  color: rgb(43, 43, 43);
}

.resum-history-section .list-wrap dl dt.tols-2 {
  justify-content: center;
}

.resum-history-section .list-wrap dl dd.kols-2 {
  width: 30% !important;
  font-weight: 400;
  color: rgb(43, 43, 43);
}

.resum-history-section .section-title span {
  color: #000;
  font-size: var(--font-ztitle);
  font-weight: 600;
}

.fl-sw {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.resum-into-section .section-title {
  color: #000;
  font-size: var(--font-ztitle);
  font-weight: 600;
  margin: 70px 0 10px 0;
}

.resum-into-section .list-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.resum-history-section .list-wrap dl dd.period-form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.resum-history-section .list-wrap dl dd span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

.resum-history-section .list-wrap dl dd.period-form input {
  width: 25%;
}

.resum-history-section .ik-card {
  margin-bottom: 30px;
}

.board-search-area {
  display: flex;
  flex-direction: row;
  border: 1px solid #ddd;
  padding: 15px 20px;
  margin-bottom: 10px;
  background-color: rgba(238, 238, 238, 0.5);
  border-radius: 5px;
  justify-content: center;
  font-size: var(--fsize-basic);
}

.board-search-area bold {
  font-weight: 700;
  margin-right: 5px;
  display: flex;
  align-items: center;
  min-width: 30px;
}

.board-search-area span {
  display: flex;
  align-items: center;
}

.search-area-day,
.search-area-date,
.search-area-point,
.search-area-want {
  display: flex;
  flex-direction: row;
  margin-right: 20px;
}

.del-br br {
  display: none;
}


.paging-section .paging-list {
  display: flex;
  justify-content: center;
  padding: 10px;
}

.paging-section .paging-list .paging-prev {
  border: 1px solid #ddd;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #124cec !important;
}

.paging-section .paging-list .paging-prev:hover {
  background-color: #012077;
  color: #fff !important;
}

.paging-section .paging-list .paging-prev:hover a {
  background-color: #012077;
  color: #fff !important;
}

.paging-section .paging-list .paging-prev a {
  font-size: 0.9rem;
  font-weight: 500;
  color: #012077 !important;
  width: 60px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paging-section .paging-list .paging-prev a:hover {
  color: #fff !important;
}

.paging-section .paging-list .paging-next {
  border: 1px solid #ddd;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #124cec !important;
  margin-left: -1px;
}

.paging-section .paging-list .paging-next:hover {
  background-color: #012077;
  color: #fff !important;
}

.paging-section .paging-list .paging-next:hover a {
  background-color: #012077;
  color: #fff !important;
}

.paging-section .paging-list .paging-next a {
  font-size: 0.9rem;
  font-weight: 500;
  color: #012077 !important;
  width: 60px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paging-section .paging-list .paging-next a:hover {
  color: #fff !important;
}


.paging-section .paging-list .paging-num {
  display: flex;
  flex-direction: row;
  font-size: 0.9rem;
  font-weight: 500;
}

.paging-section .paging-list .paging-num .non-link-paging {
  width: 30px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 600;
  background-color: #012077;
  color: #fff;
  border: 1px solid #012077;
  margin: 0;
  border-collapse: collapse;
}

.paging-section .paging-list .paging-num a.link-paging {
  width: 30px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  margin-left: -1px;
  color: #012077 !important;
  border-collapse: collapse;
}

.paging-section .paging-list .paging-num a.link-paging:hover {
  background-color: #012077;
  color: #fff !important;
  height: 32px;
}


.comment-section {
  padding: 60px 0px;
}

h3.sss-title {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

.comment-section .comment-form form {
  display: flex;
  flex-direction: row;
  border: 1px solid #ddd;
  margin-bottom: 30px !important;
}

.comment-section .comment-form .c-title {
  width: 20%;
  background-color: #eee;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comment-section .comment-form .c-memo {
  width: 60%;
  padding: 10px;
}

.comment-section .comment-form .c-memo textarea {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  background-color: rgba(238, 238, 238, 0.2);
  color: #000;
}

.comment-section .comment-form .c-btn {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 0;
}

.comment-section .comment-form .c-btn input.btns-comment {
  background-color: var(--blue-color);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid var(--dblue-color);
  padding: 22px 50px;
  width: 100%;
  height: 100%;
}

.comment-section .card {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 30px;
}

.comment-section .card ul li {
  list-style: none;
}

.comment-section .card ul li.in-data {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 3px 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.comment-section .card ul li.in-data em {
  font-style: normal;
  display: inline-block;
  width: 10%;
  color: #000;
  font-weight: 600;
}

.comment-section .card ul li.in-data span {
  font-style: normal;
  display: inline-block;
  width: 80%;
  font-size: 0.9rem;
  color: rgba(56, 56, 56, 0.8);
  font-weight: 500;
}

.comment-section .card ul li.in-data strong {
  font-style: normal;
  display: inline-block;
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comment-section .card ul li.in-data strong input.btns-comment-del {
  font-size: 0.8rem;
  width: 22px;
  height: 22px;
  background-color: #b7512e;
  color: #fff;
  border: 1px solid #8d371b;
}

.comment-section .card ul li.no-data {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}


.insert-section {
  border-top: 2px solid #000;
  margin: 0;
}

.insert-section .insert-form dl {
  border-bottom: 1px solid #ddd;
  min-height: 30px;
  margin: 0;
}

.insert-section .insert-form dl dt {
  width: 20%;
  background-color: rgba(238, 238, 238, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
}

.insert-section .insert-form dl dd {
  width: 80%;
  padding: 8px 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.insert-section .insert-form dl dd.tit-form {
  display: flex;
  justify-content: space-between;
}

.insert-section .insert-form dl dd.tit-form .chk-form {
  width: 120px;
  padding-left: 10px;
}

.insert-section .insert-form dl dd textarea {
  height: 500px;
}

.insert-section .insert-form dl dd.captcha-form {
  display: flex;
  justify-content: flex-start;
}

.insert-section .insert-form dl dd.captcha-form input {
  width: 200px;
  margin: 0 20px;
}

.insert-section .insert-form dl dd.file-form {
  display: flex;
  justify-content: flex-start;
}

.insert-section .insert-form dl dd.file-form input {
  width: 50%;
}

.insert-section .insert-form dl dt strong {
  color: #db1f1f;
}

.insert-section .insert-form dl dd.email-form {
  display: flex;
  justify-content: flex-start;
}

.insert-section .insert-form dl dd.email-form input {
  width: 20%;
}

.insert-section .insert-form dl dd.email-form select {
  width: 20%;
  margin-left: 20px;
}

.insert-section .insert-form dl dd.text-form textarea {
  height: 300px !important;
}

.insert-section .insert-form dl dd.tel-form {
  display: flex;
  justify-content: flex-start;
}

.insert-section .insert-form dl dd.tel-form input {
  width: 20%;
}

.insert-section .insert-form dl dd.tel-form select {
  width: 20%;
}

.insert-section .insert-form dl dd em {
  font-style: normal;
  margin: 0 10px;
}

.insert-section .insert-form .insert-row {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.insert-section .insert-form .insert-row dl {
  width: 50%;
}

.insert-section .insert-form .insert-row dl dt {
  width: 40%;
}

.insert-section .insert-form .insert-row dl dd {
  width: 60% !important;
}

.insert-section .insert-form .insert-row dl dd.tel-form {
  display: flex;
  justify-content: flex-start;
}

.insert-section .insert-form .insert-row dl dd.tel-form input {
  width: 40%;
}

.insert-section .insert-form .insert-row dl dd.tel-form select {
  width: 40%;
}

.insert-section .insert-form .insert-row dl dd em {
  font-style: normal;
  margin: 0 10px;
}




.card-section {
  display: flex;
  justify-content: center;
}

.card-section .panel {
  width: 600px;
  border-radius: 10px;
}

.card-section .panel .panel-heading {
  padding: 16px 20px;
}

.card-section .panel .panel-heading h3 {
  font-size: 18px;
}

.card-section .panel .panel-heading h3 span {
  color: var(--point-color);
  font-size: 22px;
  font-weight: 900;
  vertical-align: bottom;
}

.card-section .panel .panel-body {
  padding: 40px 80px;
}

.card-section .panel .panel-body .panel-bot-btn {
  margin-top: 20px;
  text-align: center;
}


/*급여지금*/
.pay-section .pay-bank {
  justify-content: space-between;
  padding: 10px 20px 50px 20px;
}

.pay-section .pay-bank input {
  width: 200px;
}

.pay-section .pay-bank select {
  width: 200px;
}

.pay-section .pay-bank .fr-bank {
  display: flex;
  flex-direction: row;
  width: 30%;
}

.pay-section .pay-bank .fr-bank-num {
  display: flex;
  flex-direction: row;
  width: 30%;
}

.pay-section .pay-bank .fr-bank-user {
  display: flex;
  flex-direction: row;
  width: 30%;
}

.pay-section .pay-bank strong {
  font-size: 1.0rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.pay-section .pay-request {
  justify-content: space-between;
  padding: 10px 20px 50px 20px;
}

.pay-section .pay-request .fr-area {
  display: flex;
  flex-direction: row;
  width: 30%;
}

.pay-section .pay-request .fr-area select {
  width: 200px;
}

.pay-section .pay-request .fr-date {
  display: flex;
  flex-direction: row;
  width: 70%;
  justify-content: center;
}

.pay-section .pay-request .fr-date select {
  width: 120px;
  margin-right: 10px;
}

.pay-section .pay-request strong {
  font-size: 1.0rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.pay-section .tips {
  background-color: rgba(219, 219, 219, 0.2);
}

.pay-section .tips ul li {
  padding: 4px 0;
  font-weight: 500;
}

.pay-section .tips strong {
  color: #db1f1f !important;
  font-weight: 500;
}


.personal-section {
  margin-top: 50px;
}

.personal-section .ik-card-personal {
  height: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: rgba(238, 238, 238, 0.4);
  padding: 20px 40px;
  color: #000 !important;
  font-size: 12px;
  border: 1px solid #ddd;
}

.personal-section .ik-card-personal span {
  color: #000 !important;
  font-size: 12px;
}

.personal-section .ik-card-bot {
  margin-top: 10px;
  font-weight: 500;
  font-size: 13px;
  color: #000;
}

.partner-section {
  margin-bottom: 100px;
  width: 1170px;
  margin: 0 auto;
}

/* 
.partner-section .partner-area .banner-full{display: flex;  justify-content: space-between;}
.partner-section .partner-area .banner-full .banner-box-area a.banner-box{
  border: 1px solid rgb(167, 167, 167);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px; min-height:55px;
} */
/* .partner-section .partner-area .banner-full .banner-box-area span{width:100%; text-align: center; color:#000; font-size: 12px; display: inline-block;  font-weight: 500;}
.partner-section .partner-area .banner-full .banner-box-area{margin-bottom:30px;} */

.partner-section .partner-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.partner-section .partner-area .banner-box-area a.banner-box {
  border: 1px solid rgb(167, 167, 167);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-height: 55px;
}

.partner-section .partner-area .banner-box-area span {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 12px;
  display: inline-block;
  font-weight: 500;
}

.partner-section .partner-area .banner-box-area {
  margin-bottom: 30px;
}



span.no-pic {
  background-color: #eee;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  color: rgb(92, 92, 92);
  width: 370px;
  height: 165px;
}

.withdrawal-area {
  padding: 0 100px;
}

.withdrawal-area .ik-card .list-wrap {
  display: flex;
  flex-direction: row;
  padding: 10px 20px;
}

.withdrawal-area .ik-card .list-wrap .list-wrap-left {
  width: 40%;
  border-right: 1px solid #ddd;
  padding-right: 50px;
}

.withdrawal-area .ik-card .list-wrap .list-wrap-right {
  width: 60%;
  padding-left: 50px;
}

.withdrawal-area .ik-card .list-wrap .list-wrap-right dl dd textarea {
  height: 120px;
}

.withdrawal-area .ik-card .list-wrap .list-wrap-left h5 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.withdrawal-area .ik-card .list-wrap .list-wrap-left p {
  font-size: 13px;
  font-weight: 500;
  color: rgb(59, 59, 59);
}

.withdrawal-area .ik-card .list-wrap .list-wrap-left .with-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.withdrawal-area .ik-card .list-wrap .list-wrap-left .with-logo img {
  width: 180px;
  height: auto;
  margin-bottom: 20px;
}

.withdrawal-area .ik-card .list-wrap .list-wrap-right .idpw-area h5 {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid #ddd;
}

.withdrawal-area .ik-card .list-wrap .list-wrap-right .idpw-area dl {
  display: flex;
  flex-direction: row;
}

.withdrawal-area .ik-card .list-wrap .list-wrap-right .idpw-area dl dt {
  width: 20%;
  display: flex;
  align-items: center;
}

.withdrawal-area .ik-card .list-wrap .list-wrap-right .idpw-area dl dd {
  width: 80%;
}

.withdrawal-area .ik-card .list-wrap .list-wrap-right .idpw-area dl dd.id-form input {
  width: 100%;
}

.withdrawal-area .ik-card .list-wrap .list-wrap-right .idpw-area dl dd.hp-form {
  width: 80%;
  display: flex;
  flex-direction: row;
}

.withdrawal-area .ik-card .list-wrap .list-wrap-right .idpw-area dl dd.hp-form input {
  width: 30%;
}

.withdrawal-area .ik-card .list-wrap .list-wrap-right .idpw-area dl dd.hp-form select {
  width: 30%;
}

.withdrawal-area .ik-card .list-wrap .list-wrap-right .idpw-area dl dd.hp-form span {
  display: flex;
  align-items: center;
  margin: 0 10px;
}


.admin-area {
  padding: 0 22%;
}

.admin-area .ik-card .list-memos {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
}

.admin-area .ik-card .list-memos {
  width: 100%;
}

.admin-area .ik-card .list-memos dl {
  display: flex;
  flex-direction: row;
}

.admin-area .ik-card .list-memos dl dt {
  width: 20%;
  display: flex;
  align-items: center;
}

.admin-area .ik-card .list-memos dl dd {
  width: 80%;
}

.admin-area .ik-card .list-memos dl dd span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}




.idpw-area .ik-card .list-wrap {
  display: flex;
  flex-direction: row;
  padding: 10px 20px;
}

.idpw-area .ik-card .list-wrap .list-wrap-left {
  width: 50%;
  border-right: 1px solid #ddd;
  padding: 0 20px;
}

.idpw-area .ik-card .list-wrap .list-wrap-right {
  width: 50%;
  padding: 0 20px;
}

.idpw-area .ik-card .list-wrap .id-area {
  padding: 0 50px 0 0;
}

.idpw-area .ik-card .list-wrap .pw-area {
  padding: 0 0 0 50px;
}

.idpw-area .ik-card .list-wrap h5 {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid #ddd;
}

.idpw-area .ik-card .list-wrap dl {
  display: flex;
  flex-direction: row;
}

.idpw-area .ik-card .list-wrap dl dt {
  width: 20%;
  display: flex;
  align-items: center;
}

.idpw-area .ik-card .list-wrap dl dd {
  width: 80%;
}

.idpw-area .ik-card .list-wrap dl dd span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

.idpw-area .ik-card .list-wrap dl dd.id-form input {
  width: 100%;
}

.idpw-area .ik-card .list-wrap dl dd.hp-form {
  width: 80%;
  display: flex;
  flex-direction: row;
}

.idpw-area .ik-card .list-wrap dl dd.hp-form input {
  width: 30%;
}

.idpw-area .ik-card .list-wrap dl dd.hp-form select {
  width: 30%;
}

.idpw-area-area .ik-card .list-wrap dl dd.hp-form span {
  display: flex;
  align-items: center;
  margin: 0 10px;
}

.idpw-message-area {
  border: 2px solid rgb(43, 81, 138);
  background-color: rgba(192, 224, 250, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px 0;
}

.idpw-message-area h6 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0;
  text-align: center;
  padding: 10px 0 20px 0;
}

.idpw-message-area h6 strong {
  font-weight: 700;
  color: rgb(158, 6, 6);
}

.idpw-message-area h6 a {
  font-weight: 600;
  color: rgb(4, 143, 15);
}

.idpw-message-area-btn {
  display: block;
  width: 100%;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}

.idpw-message-area-btn a {
  font-weight: 600;
  color: rgb(4, 143, 15);
}

.ik-card .text-area {
  height: 160px;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: rgba(238, 238, 238, 0.4);
  padding: 20px 40px;
  color: #000 !important;
  font-size: 13px;
  border: 1px solid #ddd;
  font-family: 'scdream';
}

.ik-card .text-area p,
.ik-card .text-area p span,
.ik-card .text-area span {
  color: #000 !important;
  font-size: 13px;
  font-family: 'scdream' !important;
  font-weight: 400;
}

.ik-card .text-area p span strong {
  color: #000 !important;
  font-size: 13px;
  font-family: 'scdream' !important;
  font-weight: 500;
}

.ik-card .text-agree {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0;
  color: #000;
  font-weight: 500;
}

.ik-card .text-agree input {
  margin: 10px 6px 10px 0;
}


.idcheck-section {
  border: 3px solid #0e3799;
  width: 100%;
  height: 100%;
}

.idcheck-section .idchk-top {
  background-color: #0e3799;
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.idcheck-section .idchk-top strong {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.idcheck-section .idchk-top a {
  background-color: #ec9a01;
  color: #fff;
  font-size: 10px !important;
  font-weight: 500;
  border-radius: 3px;
  text-align: center;
  padding: 3px 8px;
}

.idcheck-section .idchk-body {
  padding: 10px 20px;
}

.idcheck-section .idchk-body .id-text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 20px 0;
}

.idcheck-section .idchk-body .id-text span {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.idcheck-section .idchk-body .id-text span strong {
  font-size: 14px;
  color: rgb(165, 7, 7);
  font-weight: 700;
}

.idcheck-section .idchk-body .id-area {
  background-color: rgba(247, 247, 247, 0.5);
  border: 1px solid rgb(187, 187, 187);
  border-radius: 4px;
}

.idcheck-section .idchk-body .id-area .id-input {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.idcheck-section .idchk-body .id-area .id-input bold {
  font-weight: 600;
  color: #000;
}

.idcheck-section .idchk-body .id-area .id-input input.intext {
  width: 50%;
  margin: 0 10px;
}

.idcheck-section .idchk-body .id-area .id-input input.insub {
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 2px;
  color: #fff;
  background-color: #D8643D;
  border: 2px solid #b7512e;
}

.idcheck-section .idchk-body .id-area .id-bot {
  font-size: 12px;
  padding: 10px 15px;
  font-weight: 500;
}

.idcheck-section .idchk-body .id-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.hotel-tb .tb-detail {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.main-no-data {
  text-align: center;
  color: #000;
  display: block;
  width: 100%;
  font-weight: 400;
}

.welcome-area {
  width: 50%;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.welcome-area h4 {
  color: #000;
  font-weight: 500;
  text-align: center;
}

.welcome-area h4 strong {
  color: #9e3d1d;
}

.welcome-area h5 {
  color: rgb(27, 105, 62);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  margin-bottom: 60px;
}



/*예약확인-실명인증*/

.form-groups {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.form-groups strong {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-groups span {
  padding: 0 10px;
}

.jumin {
  justify-content: flex-end;
}

.jumin input {
  width: 35%;
}

.jumin strong {
  text-align: center;
}

.namefr input {
  width: 50%;
}

.namefr strong {
  text-align: center;
}

.form-groups input {
  display: inline;
}

.name_chk_frm {
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
}

.col-kd-1 {
  width: 8.33%
}

.col-kd-4 {
  width: 33.33%
}

.col-kd-6 {
  width: 50%
}

.col-kd-7 {
  width: 58.33%
}

.col-kd-12 {
  width: 100%;
}

.yak_section .yak_area {
  border: 1px solid #ddd;
  background-color: rgba(238, 238, 238, 0.2);
  padding: 20px;
  height: 120px;
  overflow-y: scroll;
}

.yak_section .yak_area p {
  font-size: 12px;
  color: rgb(58, 58, 58) !important;
  font-weight: 500;
}

.yak_section .yak_area p span {
  font-family: 'scdream' !important;
  color: rgb(58, 58, 58) !important;
}

.yak_section .yak_area p strong {
  font-size: 14px;
}

.yak_section .yak_chk {
  display: block;
  text-align: right;
  margin: 4px 0 30px 0;
  font-weight: 500;
  font-size: 0.9rem;
}



.pop-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10% 10%;
}

.work-cancel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*=============================================================================
================================================================================*/


.sign-section {
  margin-top: 100px;
}

.sign-section .insert-form dl {
  margin-bottom: 0px;
}

.sign-section .insert-form dt {
  display: flex;
  align-items: center;
  min-width: 20%;
}


.sign-section .insert-form dd input {
  width: 100%;
}

.sign-section h4 {
  margin-top: 50px;
}

.sign-area {
  display: flex;
  justify-content: center;
  align-items: center;
}


.pay-request .fr-area span.select2-container {
  width: 65% !important;
}













/*PC*/
@media screen and (min-width: 768px) {
  .carousel-area {
    height: 100vh;
  }

  .pc-no {
    display: none;
  }


  .step-dropdown-menu {
    display: none;
  }

  .sub-area ul.sub-menus li.step3 {
    pointer-events: none;
  }

  .sign-section .insert-form {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .sign-section .insert-form dl.fl-row {
    width: 50%;
  }

  .sign-section .insert-form dd {
    width: 80%;
    padding-right: 20%;
  }

  .sign-box {
    background-color: rgba(238, 238, 238, 0.5);
    border: 1px solid #ddd;
  }
}









/*모바일*/

@media screen and (max-width: 767px) {
  .sign-section .insert-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .sign-section .insert-form dl.fl-row {
    width: 100%;
  }

  .sign-section .insert-form dd {
    width: 80%;
    padding: 10px;
  }

  .sign-box {
    background-color: rgba(238, 238, 238, 0.5);
    border: 1px solid #ddd;
    width: 100%;
    height: 200px;
  }

  .mobile-big {
    width: 100% !important;
    margin: 0px !important;
  }

  .welcome-area {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .welcome-area h4 {
    color: #000;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
  }

  .m-no {
    display: none;
  }

  .container {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .no-link-off {
    color: #000 !important;
  }

  .sub-area ul.sub-menus li.no-link-off span {
    color: #000 !important;
    ;
  }

  .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .header .navbar-collapse.collapse {
    width: 100%;
  }

  .header .menu-container {
    padding: 0px;
  }

  .header .navbar-nav-right {
    float: right;
    width: 100%;
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 30px;
  }

  .header .nav-item-child {
    padding: 0px;
  }

  .header .navbar-toggle {
    width: 50px;
    height: 80px;
    border: none;
    padding: 0;
    /* margin: 15px 15px 15px 0; */
    /* margin: 22px 15px 8px 0; */
    margin: 0px 15px 0px 0;
  }

  .header .logo .logo-img-main {
    display: inline-block;
  }

  .header .logo {
    width: 80px;
    height: auto;
    float: left;
    height: 80px;
    line-height: 65px;
    margin-left: 15px;
    display: flex;
    align-items: center;
  }

  .header .logo-wrap {
    display: inline-block;
    padding: 5px 0 5px 0px;
  }

  .header .navbar-toggle .toggle-icon:before {
    width: 30px;
    height: 2px;
    bottom: 14px;
    background: #eaeefa;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }

  .header .navbar-toggle .toggle-icon {
    position: relative;
    width: 30px;
    height: 2px;
    display: inline-block;
    background: #eaeefa;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }

  .header .navbar-toggle .toggle-icon:after {
    width: 30px;
    height: 2px;
    top: -7px;
    background: #eaeefa;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }



  .header .navbar-toggle:hover .toggle-icon:before {
    width: 30px;
    height: 2px;
    bottom: 14px;
    background: #eaeefa;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }

  .header .navbar-toggle:hover .toggle-icon {
    width: 30px;
    height: 2px;

    background: #eaeefa;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }

  .header .navbar-toggle:hover .toggle-icon:after {
    width: 30px;
    height: 2px;
    top: -7px;
    background: #eaeefa;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }


  .name_chk_frm {
    display: flex;
    flex-direction: column;
  }

  .col-kd-6 {
    width: 100%
  }

  .form-groups strong {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 5%;
  }

  .namefr input {
    width: 75%;
    margin-bottom: 10px;
  }

  .btn_name_area {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .btn_name_area input {
    width: 100%;
  }


  .carousel-top-pop {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    height: auto;
  }

  .carousel-top-pop .carousel-img {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
  }

  .carousel-top-pop .carousel-img .img-ares {
    width: 100%;
  }

  .carousel-top-pop .carousel-img .img-ares img {
    height: auto
  }

  .carousel-top-pop .carousel-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .carousel-top-pop .carousel-text .carousel-title {
    font-size: 45px;
    font-weight: 700;
    color: var(--point-color);
    line-height: 0.8;
    text-transform: uppercase;
    text-align: left;
  }

  .carousel-top-pop .carousel-text .carousel-stitle {
    font-size: 35px;
    font-weight: 200;
    color: #000F37;
    line-height: 1;
    text-transform: uppercase;
    text-align: left;
  }


  .carousel-top {
    display: flex;
    flex-direction: column;
    margin-top: 70px;
    width: 100%;
  }

  .carousel-top .carousel-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    padding-right: 0;
    width: 100%;
  }

  .carousel-top .carousel-img {
    display: none;
  }

  .carousel-top .carousel-text .carousel-title {
    font-size: 60px;
    font-weight: 700;
    color: var(--point-color);
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
  }

  .carousel-top .carousel-text .carousel-stitle {
    font-size: 40px;
    font-weight: 200;
    color: #000F37;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
  }

  .carousel-top .carousel-text .carousel-basic {
    font-size: 14px;
    font-weight: 500;
    color: #3F4C5B;
    text-align: left;
    line-height: 1.6;
    margin-top: 20px;
    width: 100%;
    padding: 20px;
    text-align: center;
  }

  #carousel-sub {
    margin-top: 82px;
  }

  .carousel-area .container {
    padding: 0;
    margin: 0;
  }

  .carousel-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    align-items: center;
  }

  .sub-area ul.sub-menus {
    width: 100%;
  }

  .sub-area ul.sub-menus li.step1 {
    width: 20%;
  }

  .sub-area ul.sub-menus li.step2 {
    width: 35%;
    padding-left: 10px;
  }

  .sub-area ul.sub-menus li.step3 {
    width: 45%;
    padding-left: 10px;
  }

  .sub-title {
    padding: 60px 0 20px 0;
  }

  .pop-title {}

  /* .d-none{display: none;} */

  .box-banner {
    display: flex;
    flex-direction: row;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 0 10px 5px rgba(150, 150, 150, 0.1);
    width: 80%;
    margin-bottom: 20px;
  }

  .section-title {
    margin: 30px 0 10px 0;
    font-size: 20px;
  }

  .section-title2 {
    margin: 30px 0 10px 0;
    font-size: 20px;
  }

  .alba .alba-area {
    text-align: center;
    padding: 0 15px;
  }

  .ik-card .text-area {
    padding: 20px 10px;
  }

  .oneday {
    padding: 150px 15px;
  }

  .oneday .stop {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    margin-bottom: 50px;
    align-items: flex-start;
  }

  .oneday .stop a {
    color: var(--point-color);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
  }

  .view-btn {
    border: 0px solid #ddd;
    border-radius: 4px;
    padding: 0px 0 0 5px;
  }

  .oneday-area {
    display: flex;
    justify-content: start;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0px;
  }

  .oneday-area .card {
    border: 1px solid #ddd;
    padding: 12px 20px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 0px;
    width: 100%;
    margin-bottom: 20px;
  }

  .alba .alba-area img {
    width: 100%;
  }

  .longday {
    background-color: #fff;
    padding: 100px 15px;

  }

  .longday-area {
    display: flex;
    justify-content: start;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
  }



  .footer {
    width: 100%;
  }

  .footer .logo-img-footer img {
    display: none;
  }

  .footer .content-lg {
    padding: 0 !important;
  }

  .footer .footer-left {
    width: 100%;
    padding: 20px 10px;
    margin-bottom: 0px !important;
  }

  .footer .footer-left img {
    width: 80px;
    margin: 10px !important;
  }

  .footer .footer-left ul.footer-text {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    padding-left: 5%;
  }

  .footer-left ul.footer-text li {
    padding: 0px 0;
    margin-bottom: 4px;
  }

  .footer .footer-right {
    padding: 20px 30px;
  }

  .footer .footer-list {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer .footer-list li {
    margin-right: 30px;
  }

  .footer .footer-list li a {
    font-size: 0.9rem;
  }

  .footer .copyright {
    font-size: 0.85rem;
    letter-spacing: -0.4px;
    padding: 30px;
  }

  .footer .sm-margin-b-30 {
    margin-bottom: 0px !important;

  }



  /*로그인*/
  h2 {
    font-size: 24px;
  }

  .data-section {
    margin-bottom: 100px;
    width: 100%;
    margin: 0 auto;
  }

  .withdrawal-area {
    padding: 0;
  }

  .ik-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 30px 15px;
  }

  .withdrawal-area .ik-card .list-wrap {
    display: flex;
    flex-direction: column-reverse;
    padding: 10px 0px;
  }

  .withdrawal-area .ik-card .list-wrap .list-wrap-left {
    width: 40%;
    border-right: 1px solid #ddd;
    padding-right: 50px;
  }

  .withdrawal-area .ik-card .list-wrap .list-wrap-left {
    width: 100%;
    border-right: 0px solid #ddd;
    padding-right: 0px;
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #ddd;
  }

  .withdrawal-area .ik-card .list-wrap .list-wrap-left .with-logo {
    padding: 20px 0;
  }

  .withdrawal-area .ik-card .list-wrap .list-wrap-right {
    width: 100%;
    padding-left: 0px;
  }

  .withdrawal-area .ik-card .list-wrap .list-wrap-right input[type="submit"] {
    width: 100% !important;
    margin: 0px !important;
  }

  .searchidpw .sub-area ul.sub-menus li.step3 {
    width: 60%;
    padding-left: 10px;
  }

  .idpw-area .ik-card .list-wrap {
    flex-direction: column;
  }

  .idpw-area .ik-card .list-wrap .list-wrap-left {
    width: 100%;
    border-right: 0px solid #ddd;
    padding: 0px;
  }

  .idpw-area .ik-card .list-wrap .id-area {
    padding: 0;
  }

  .idpw-area .ik-card .list-wrap dl dt {
    width: 25%;
  }

  .idpw-area .ik-card .list-wrap h5 {
    padding-bottom: 5px;
  }

  .idpw-area .ik-card .list-wrap {
    padding: 10px 0px;
  }

  .data-section {
    padding: 0 15px;
  }

  .idpw-area .ik-card .list-wrap dl dd span {
    margin: 0 5px;
  }

  .idpw-area input[type="submit"] {
    width: 100% !important;
    margin: 0px !important;
  }

  .idpw-area .ik-card .list-wrap .list-wrap-right {
    width: 100%;
    padding: 0;
  }

  .idpw-area .ik-card .list-wrap .pw-area {
    padding: 0;
    margin-top: 50px;
  }

  .idpw-message-area {
    border: 1px solid rgb(184, 184, 184);
    background-color: rgba(235, 235, 235, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px 15px;
  }

  .idpw-message-area h6 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0;
  }

  .idpw-message-area h6 strong {
    font-weight: 700;
    color: var(--point-color);
  }

  .join-section {
    margin-bottom: 100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }

  .table-dl-form dl dd.cm-form span.cm-form-cm {
    margin-right: 0;
    display: none;
  }

  .table-dl-form dl dd.cm-form span.cm-form-kg {
    margin-right: 0;
    display: none;
  }

  .table-dl-form dl dd {
    width: 80%;
    padding: 8px 0 8px 10px;
    flex-wrap: wrap;
  }

  .table-dl-form dl dd.cm-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .table-dl-form dl dd.cm-form span {
    margin-top: 10px;
  }

  .table-dl-form dl dd.cm-form input {
    width: 100%;
    margin-right: 10px;
  }

  .table-dl-form dl dd.grade-form input {
    width: 100%;
    margin-right: 10px;
  }

  .table-dl-form dl dd.grade-form select {
    width: 100%;
  }

  .table-dl-form dl dd.full {
    padding: 8px 10px;
  }

  .btns {
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 800;
    min-width: 0;
    margin: 0 5px;
  }

  .form-control {
    height: 40px;
    font-size: 13px;
    border-radius: 4px;
    padding-left: 5px;
  }

  .table-dl-form dl dt {
    font-size: 13px;
    padding: 14px 5px;
    text-align: left;
    justify-content: flex-start;
    letter-spacing: -1px;
  }

  dt {
    font-weight: 600;
  }

  .table-dl-form dl dd span {
    padding: 0 5px;
    font-size: 12px;
  }

  .table-dl-form dl dd.email-form input,
  .table-dl-form dl dd.email-form select {
    width: 28%;
  }

  .table-dl-form dl dd.birth-form input {
    width: 25%;
  }

  .table-dl-form dl dd.address div.add-zip input {
    width: 40%;
  }

  .table-dl-form dl dd.address div.add-zip .btn-zip-find {
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: var(--blue-color);
    border: 1px solid var(--dblue-color);
    box-shadow: none;
    border-radius: 4px;
    padding: 5px 5px;
    line-height: 13px;
    margin-left: 10px;
    display: inline-block;
  }

  .table-dl-form dl dd.address div.add-zip input {
    width: 50%;
  }

  .table-dl-form dl dd.address div.add-zip .btn-zip-find {
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: var(--blue-color);
    border: 1px solid var(--dblue-color);
    box-shadow: none;
    border-radius: 4px;
    padding: 5px 10px;
    line-height: 16px;
    margin-left: 5px;
  }

  .table-dl-form dl dd.address .add-detail {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 5px 0;
  }

  .table-dl-form dl dd.address div.add-detail input:nth-child(2) {
    margin-left: 0px;
    margin-top: 10px;
  }

  .table-dl-form dl dd.grade-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .table-dl-form dl dd.grade-form span {
    margin-top: 10px;
  }

  .table-dl-form dl dd.histroy-form {
    flex-direction: column;
  }

  .table-dl-form dl dd.histroy-form div {
    justify-content: flex-start;
    display: flex;
    width: 100%;
  }


  .table-dl-form dl dd.histroy-form div input {
    margin-left: 10px;
  }

  .table-dl-form dl dd.pic-form input {
    width: 100%;
    margin-left: 0px;
  }

  .board-search-area {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .board-search-area div {
    width: 100%;
    margin: 3px 0;
  }

  .board-search-area div bold {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .board-search-area div span {
    width: 80%;
  }

  .board-search-area .search-area-day select {
    width: 100%;
  }

  .board-search-area .search-area-date input {
    width: 100%;
  }

  .board-search-area .search-area-btn input {
    width: 100%;
    margin: 0;
    padding: 8px 34px;
  }

  .alba-list-area {
    flex-direction: column;
  }

  .alba-list-area .card {
    width: 100%;
    margin-bottom: 14px;
  }

  .badge_ing,
  .badge_end {
    font-size: 0.8rem;
  }

  .alba-list-area .card .card-body {
    align-items: center;
  }

  .alba-list-area .card .card-body .card-body-left {
    width: 45px;
    height: 45px;
  }

  .alba-list-area .card .card-stitle em {
    display: none;
  }

  .table-dl dt {
    display: none;
  }

  .table-dl dd {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 10px 0;
    padding: 10px 15px
  }

  .table-dl dd ul {
    display: block !important;
  }

  .table-dl dd ul li:nth-child(1) {
    clear: both;
    float: left;
    width: 30%;
    text-align: left !important;
    font-weight: 600;
  }

  .table-dl dd ul li:nth-child(2) {
    float: left;
    width: 70%;
    text-align: left !important;
  }

  .table-dl dd ul li:nth-child(3) {
    clear: both;
    float: left;
    width: 100%;
  }

  .table-dl dd ul li:nth-child(4) {
    clear: both;
    float: left;
    width: 100%;
  }

  .table-dl dd ul li:nth-child(5) {
    clear: both;
    float: left;
    width: 33%;
    text-align: left !important;
  }

  .table-dl dd ul li:nth-child(6) {
    float: left;
    width: 33%;
    text-align: left !important;
  }

  .table-dl dd ul li:nth-child(7) {
    float: left;
    width: 33%;
  }

  .table-dl dd ul li:nth-child(7) span {
    font-size: 10px;
    padding: 1px 30px;
  }

  .table-dl dd ul li {
    padding: 4px 0;
    font-size: 1rem;
    color: #272727;
    font-weight: 400;
  }

  .table-dl dd.no-data ul li {
    width: 100% !important;
    text-align: center !important;
  }




  .table-dl-job dt {
    display: none;
  }

  .table-dl-job dd {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 10px 0;
    padding: 10px 15px
  }

  .table-dl-job dd ul {
    display: block !important;
  }

  .table-dl-job dd ul li:nth-child(1) {
    clear: both;
    float: left;
    width: 30%;
    text-align: left !important;
    font-weight: 600;
  }

  .table-dl-job dd ul li:nth-child(2) {
    float: left;
    width: 70%;
    text-align: left !important;
  }

  .table-dl-job dd ul li:nth-child(3) {
    clear: both;
    float: left;
    width: 100%;
  }

  .table-dl-job dd ul li:nth-child(4) {
    clear: both;
    float: left;
    width: 100%;
  }

  .table-dl-job dd ul li:nth-child(5) {
    clear: both;
    float: left;
    width: 33%;
    text-align: left !important;
  }

  .table-dl-job dd ul li:nth-child(6) {
    float: left;
    width: 33%;
    text-align: left !important;
  }

  .table-dl-job dd ul li:nth-child(7) {
    float: left;
    width: 33%;
  }

  .table-dl-job dd ul li:nth-child(7) span {
    font-size: 10px;
    padding: 1px 30px;
  }

  .table-dl-job dd ul li {
    padding: 4px 0;
    font-size: 1rem;
    color: #272727;
    font-weight: 400;
  }

  .table-dl-job dd.no-data ul li {
    width: 100% !important;
    text-align: center !important;
  }





  .paging-section .paging-list .paging-prev a,
  .paging-section .paging-list .paging-next a {
    font-size: 0.8rem;
  }

  .paging-section .paging-list .paging-num .non-link-paging,
  .paging-section .paging-list .paging-num a.link-paging {
    width: 27px;
    height: 27px;
  }

  .paging-section .paging-list .paging-prev,
  .paging-section .paging-list .paging-next {
    width: 40px;
  }



  .pay-section .fl-row {
    display: flex;
    flex-direction: column !important;
  }

  .pay-section .pay-bank {
    justify-content: space-between;
    padding: 0;
    margin-bottom: 40px;
  }

  .pay-section .pay-bank div {
    width: 100% !important;
    margin: 4px 0;
  }

  .pay-section .pay-bank div strong {
    width: 20%;
  }

  .pay-section .pay-bank div select {
    width: 80%;
  }

  .pay-section .pay-bank div input {
    width: 80%;
  }


  .pay-section .pay-request .fr-date {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
  }

  .pay-section {
    width: 100%;
    padding: 0 15px;
  }

  .table-dl-pay ul {
    display: block;
  }

  .table-dl-pay dt {
    display: none;
  }

  .table-dl-pay dd {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 10px 0;
    padding: 10px 15px
  }

  .table-dl-pay ul li:nth-child(1) {
    width: 33%;
    clear: both;
    float: left;
  }

  .table-dl-pay ul li:nth-child(2) {
    width: 33%;
    float: left;
  }

  .table-dl-pay ul li:nth-child(3) {
    width: 33%;
    float: left;
  }

  .table-dl-pay ul li:nth-child(4) {
    width: 33%;
    clear: both;
    float: left;
  }

  .table-dl-pay ul li:nth-child(5) {
    width: 33%;
    float: left;
  }

  .table-dl-pay ul li:nth-child(6) {
    width: 33%;
    float: left;
  }

  .pay-section .pay-request {
    padding: 0;
  }

  .pay-section .pay-request div {
    width: 100%;
  }

  .pay-section .pay-request .fr-area {
    width: 100%;
    margin-bottom: 10px;
  }

  .pay-section .pay-request .fr-area select {
    width: 80%;
  }

  .pay-section .pay-request strong {
    width: 20%;
  }

  .pay-section .pay-request .fr-date {
    display: block;
    width: 100%;
  }

  .pay-section .pay-request .fr-date strong {
    width: 20%;
    clear: both;
    float: left;
    margin-right: 7px;
    padding: 4px 0 0 0;
  }

  .pay-section .pay-request .fr-date select {
    width: 22.2%;
    float: left;
    margin-left: 0px;
  }

  .pay-section .pay-request .fr-date input[type="submit"] {
    clear: both;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 10px 34px;
  }

  .pay-section .tips ul {
    padding: 0, 15px;
  }

  .m-pay-req .ik-card {
    border: 0;
    padding: 0;
  }

  .m-pay-req ul li:nth-child(1) {
    width: 28%;
    clear: both;
    float: left;
    text-align: left !important;
    padding: 8px 0;
  }

  .m-pay-req ul li:nth-child(2) {
    width: 72%;
    float: left;
    text-align: left !important;
    padding: 8px 0;
  }

  .m-pay-req ul li:nth-child(3) {
    width: 28%;
    clear: both;
    float: left;
    text-align: left !important;
    padding: 8px 0;
  }

  .m-pay-req ul li:nth-child(4) {
    width: 55%;
    float: left;
    clear: inline-end;
    text-align: left !important;
    padding: 8px 0;
  }

  .m-pay-req ul li:nth-child(5) {
    width: 9%;
    float: left;
    text-align: left !important;
    padding: 8px 0;
  }

  .m-pay-req ul li:nth-child(6) {
    width: 100%;
    clear: both;
    float: left;
    padding: 8px 0;
  }

  .m-pay-req ul li:nth-child(6) a {
    width: 100%;
    font-size: 13px;
    padding: 8px 20px;
    border-radius: 4px;
  }

  .insert-section .insert-form {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px;
  }

  .insert-section .insert-form .insert-row {
    flex-direction: column !important;
  }

  .insert-section .insert-form .insert-row dl {
    width: 100%;
    display: flex;
    flex-direction: column !important;
  }

  .insert-section .insert-form .insert-row dl dt {
    width: 100%;
    background-color: rgba(238, 238, 238, 0);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0 0px 0;
  }

  .insert-section .insert-form .insert-row dl dd {
    width: 100% !important;
    padding: 2px 0px 8px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .insert-section .insert-form .insert-row dl dd input {
    width: 100%;
  }

  .insert-section .insert-form dl.fl-row {
    width: 100%;
    display: flex;
    flex-direction: column !important;
  }

  .insert-section .insert-form dl.fl-row dt {
    width: 100%;
    background-color: rgba(238, 238, 238, 0);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0 0px 0;
  }

  .insert-section .insert-form dl.fl-row dd {
    width: 100% !important;
    padding: 2px 0px 8px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .insert-section .insert-form dl dd.email-form input {
    width: 30%;
  }

  .insert-section .insert-form dl dd.email-form select {
    width: 33%;
  }

  .insert-section .insert-form dl {
    border-bottom: 0px solid #ddd;
    min-height: 30px;
    margin: 0;
  }

  .insert-section {
    border-top: 0px;
    margin: 0;
  }

  .personal-section .ik-card-personal {
    padding: 20px 10px;
  }

  /* .personal-section .ik-card-personal span{ padding: 20px 15px;  word-break: keep-all;  word-wrap: break-word;} */

  .table-dl-comm dt ul {
    padding: 0;
  }

  .table-dl-comm dt ul li:nth-child(1) {
    display: none;
  }

  .table-dl-comm dt ul li:nth-child(2) {
    width: 70%;
    padding: 20px 10px;
    text-align: center;
  }

  .table-dl-comm dt ul li:nth-child(3) {
    width: 30%;
    padding: 20px 0px;
    text-align: center;
  }

  .table-dl-comm dt ul li:nth-child(4) {
    display: none;
  }

  .table-dl-comm dd ul {
    padding: 0;
  }

  .table-dl-comm dd ul li:nth-child(1) {
    display: none;
  }

  .table-dl-comm dd ul li:nth-child(2) {
    width: 70%;
    padding: 20px 10px;
    text-align: left;
  }

  .table-dl-comm dd ul li:nth-child(3) {
    width: 30%;
  }

  .table-dl-comm dd ul li:nth-child(4) {
    display: none;
  }

  dl.table-dl-comm-view dd.memo-area {
    padding: 20px 15px;
    border-bottom: 2px solid #000;
    font-family: 'scdream' !important;
    font-weight: 400;
  }

  dl.table-dl-comm-view dd.memo-area img {
    width: 100%;
  }

  dl.table-dl-comm-view dt h3 {
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 20px;
  }

  dl.table-dl-comm-view dt {
    padding: 10px 0px;
  }

  dl.table-dl-comm-view dt h6 ul {
    justify-content: space-around;
  }

  dl.table-dl-comm-view dt h6 ul li {
    margin-left: 0px;
  }

  .table-dl-comm-view .bot-btn-area-right .btns-mid {
    padding: 5px 6px;
    min-width: 10px;
    margin: 0 0 0 2px;
    font-size: 12px;
  }

  .comment-section .comment-form .c-title {
    font-size: 13px;
    font-weight: 500;
    width: 16%;
  }

  .comment-section .comment-form .c-memo {
    width: 64%;
    padding: 10px;
  }

  .comment-section .comment-form .c-btn input.btns-comment {
    font-size: 12px;
    font-weight: 500;
    padding: 22px 5px;
    text-wrap: wrap;
  }

  .comment-section .card ul {
    padding: 0px;
  }


  .m-tb-form {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px;
  }

  .m-tb-form dl dt {
    margin-top: 20px;
  }

  .table-dl-form dl {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    border-bottom: 0px;
    margin: 0px !important;
  }

  .table-dl-form dl dt {
    width: 100%;
    background-color: rgba(238, 238, 238, 0);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0 0px 0;
  }

  .table-dl-form dl dd {
    width: 100% !important;
    padding: 2px 0px 8px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .table-dl-form dl dd strong {
    font-weight: 500;
  }

  .table-dl-form dl dd span {
    display: flex;
  }

  .table-dl-form dl dd.m-my-email input {
    width: 40%;
  }

  .table-dl-form dl dd.m-my-email select {
    width: 53%;
  }

  .table-dl-form dl dd.m-my-web input {
    width: 80%;
  }

  .table-dl-form dl dd.m-my-birth input {
    width: 27%;
  }

  .table-dl-form dl dd.address {
    width: 100% !important;
  }

  .table-dl-form dl dd.address .add-zip input {
    width: 48%;
  }

  .table-dl-form dl dd.histroy-form div {
    padding: 5px 0;
  }

  .table-dl-form dl dd.histroy-form div span {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
  }

  .table-dl-form dl dd.histroy-form div select {
    margin-left: 10px;
  }

  .table-dl-form dl dd.m-my-pic img {
    margin: 0 auto;
    width: 60%;
    height: auto;
    margin-bottom: 10px;
  }

  .alba-view-section {
    padding: 0 15px;
  }

  .view-title-section .alba-strong {
    flex-wrap: wrap;
  }

  .view-title-section .alba-strong .alba-strong-list {
    width: 50%;
    margin-bottom: 15px;
    justify-content: flex-start !important;
  }

  .view-title-section .alba-strong .alba-strong-list .alba-strong-view {
    padding: 5px 0 0 10px;
  }

  .view-title-section .alba-strong .alba-strong-list .alba-strong-view h5 {
    font-size: 1.1rem;
  }

  .ik-card h3 {
    font-size: 20px;
  }

  .view-mojib-section .list-wrap dl {
    flex-direction: column;
  }

  .view-mojib-section .list-wrap dl dt {
    width: 100%;
    font-size: 12px;
  }

  .view-mojib-section .list-wrap dl dd {
    width: 100%;
    font-size: 13px;
    min-height: 19px;
    padding-left: 4px;
  }

  .view-mojib-section .list-pic {
    flex-direction: column;
    height: auto;
  }

  .view-mojib-section .list-pic .map-pic {
    width: 100%;
  }

  .view-mojib-section .list-pic .map-area {
    width: 100%;
    margin-top: 15px;
  }

  .view-mojib-section .list-pic .map-area img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 1px solid #ddd;
  }

  .view-mojib-section .list-pic .map-pic .map-pic-thum span {
    height: 80px;
    width: 24%;
  }

  .view-mojib-section .list-pic .map-pic .map-pic-thum {
    margin-top: 5px;
  }

  table.tb_mojib tr td ul {
    padding: 0 0 0 7px;
  }

  .view-mojib-section .mojib-detail table {
    width: 98%;
  }

  .view-mojib-section .mojib-detail table tr td strong {
    font-size: 12px;
  }

  .view-mojib-section .mojib-detail table tr td b {
    font-size: 12px;
  }

  .view-mojib-section .mojib-detail table tr td span {
    font-size: 12px;
  }

  .btns-big {
    margin-bottom: 0;
    font-size: 18px;
    border-radius: 6px;
    width: 100%;
  }

  .view-join-section {
    margin-top: 30px;
  }

  .sub-menus .step-dropdown-menu {
    display: none;
    position: absolute;
    z-index: 100;
    top: 151px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 45.3%;
    padding: 15px 10px;
    margin: 0;
    right: 0;
  }

  .sub-menus .step-dropdown-menu li {
    width: 100%;
    height: 40px !important;
    padding-left: 10px;
    font-size: 1.1rem !important;
    display: flex;
    justify-content: flex-start !important;
    color: #000;
  }

  .sub-menus .step-dropdown-menu li a {
    color: #000;
    font-weight: 600;
  }

  .rotate-icon {
    transition: transform 0.3s ease;
    /* 회전 효과에 대한 transition 추가 */
  }

  .rotated {
    transform: rotate(90deg);
    /* 90도로 회전 */
  }

  .partner-section {
    width: 100%;
    padding: 0 15px;
  }

  .partner-section .partner-area {
    display: flex;
    justify-content: space-between;
  }

  .partner-section .partner-area .banner-box-area {
    width: 48%;
  }

  .partner-section .partner-area .banner-box-area {
    margin-bottom: 15px;
  }

  .partner-section .partner-area .banner-box-area a.banner-box {
    width: 100%;
    min-height: 55px;
  }

  .faq-section {
    width: 100%;
    padding: 0 15px;
  }

  .faq-section .accordion {
    width: 100%;
  }

  .faq-section .accordion .card-header {
    padding: 15px 0px;
    border-bottom: 1px solid #e4e4e4;
    display: block;
  }

  .faq-section .accordion .card-header button h5 span {
    margin-right: 10px;
  }

  .faq-section .accordion .card-header button h5 {
    font-size: 1.0rem;
    font-weight: 500;
    text-align: left;
  }

  .faq-section .accordion .card-header i {
    margin-left: 10px;
  }

  .faq-section .accordion .card-body {
    padding: 25px 10px;
  }

  .table-dl-req dt {
    display: none;
  }

  .table-dl-req dd {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
  }

  .table-dl-req dd ul {
    display: block;
  }

  .table-dl-req dd ul li {
    padding: 6px 0;
    font-size: 0.9rem;
  }

  .table-dl-req dd ul li span {
    font-size: 0.8rem;
    font-weight: 500;
    background-color: #0e3799;
    border-radius: 3px;
    padding: 2px 6px 3px 6px;
    color: #fff;
  }

  .table-dl-req dd ul li:nth-child(1) {
    display: none;
  }

  .table-dl-req dd ul li:nth-child(2) {
    width: 50%;
    clear: both;
    float: left;
    text-align: left !important;
  }

  .table-dl-req dd ul li:nth-child(2)::before {
    content: '근무날짜 ';
    font-weight: 600;
    margin-right: 6px;
  }

  .table-dl-req dd ul li:nth-child(3) {
    width: 50%;
    float: left;
    text-align: left !important;
  }

  .table-dl-req dd ul li:nth-child(3)::before {
    content: '근무시간 ';
    font-weight: 600;
    margin-right: 6px;
  }

  .table-dl-req dd ul li:nth-child(4) {
    width: 50%;
    clear: both;
    float: left;
    text-align: left !important;
  }

  .table-dl-req dd ul li:nth-child(4)::before {
    content: '호텔명 ';
    font-weight: 600;
    margin-right: 6px;
  }

  .table-dl-req dd ul li:nth-child(5) {
    width: 50%;
    float: left;
    text-align: left !important;
  }

  .table-dl-req dd ul li:nth-child(5)::before {
    content: '신청일 ';
    font-weight: 600;
    margin-right: 6px;
  }

  .table-dl-req dd ul li:nth-child(6) {
    width: 50%;
    clear: both;
    float: left;
    text-align: left !important;
  }

  .table-dl-req dd ul li:nth-child(6)::before {
    content: '현재상태 ';
    font-weight: 600;
    margin-right: 6px;
  }

  .table-dl-req dd ul li:nth-child(7) {
    width: 50%;
    float: left;
    text-align: left !important;
  }

  .table-dl-req dd ul li:nth-child(7)::before {
    content: '상태변경 ';
    font-weight: 600;
    margin-right: 6px;
  }

  .table-dl-req dd ul li:nth-child(7) a {
    font-size: 0.8rem;
    font-weight: 500;
    background-color: #992e0e;
    border-radius: 3px;
    padding: 2px 10px 3px 10px;
    color: #fff;
  }

  .resum-area {
    padding: 0 15px;
  }

  .resum-area .resum-intro-section .fl-row {
    flex-direction: column !important;
  }

  .resum-intro-section .resum-pic {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .resum-intro-section .resum-pic img {
    width: 90%;
    height: auto;
    object-fit: cover;
    overflow: hidden;
  }

  .resum-intro-section .resum-right {
    width: 100%;
    padding: 25px 0 0 0;
  }

  .resum-intro-section .resum-right dl dt {
    width: 20%;
    text-align: right;
  }

  .resum-intro-section .resum-right dl dd {
    padding-left: 15px;
  }

  .resum-view-section .list-wrap dl dt {
    letter-spacing: -1px;
    font-size: 13px;
  }

  .resum-view-section .ja-area span input[type=checkbox] {
    margin: 4px 5px 0 0;
  }

  .resum-view-section .ja-area span {
    width: 36% !important;
    float: left;
  }

  .resum-history-section .list-wrap dl dd.period-form input {
    width: 46% !important;
  }























}

@media screen and (max-width: 430px) {
  .sign-section .insert-form dt {
    min-width: 25%;
  }

  .sign-section .insert-form dd {
    width: 75%;
  }

  h4 {
    font-size: 18px;
  }

  .data-section .bot-btn-area {
    margin-bottom: 20px;
  }

}