@charset "UTF-8";
/* 오버레이 */
/*어드민 디자인*/
/*============================*/
/*@mixin center() {
    top: $percentage;
    left: $percentage;
    transform: translate(-$percentage, -$percentage);
}*/
ul, li {
  list-style-type: none;
}

@keyframes left-in-tex {
  0% {
    margin-left: -150%;
    opacity: 0;
  }
  100% {
    margin-left: 0%;
    opacity: 1;
  }
}
@keyframes right-in {
  0% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes rightIn-box {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rightIn-tex {
  0% {
    transform: translateX(-150%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rightIn-over {
  0% {
    transform: translateX(100%);
    opacity: 1;
  }
  40% {
    transform: translateX(0%);
    opacity: 1;
  }
  60% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 1;
  }
}
@keyframes rightIn-over2 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  40% {
    transform: translateX(0%);
    opacity: 1;
  }
  60% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 1;
  }
}
@keyframes rightIn-over4 {
  0% {
    transform: translateX(-100%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes Box1 {
  0% {
    transform: translateY(-120%);
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes Box2 {
  0% {
    transform: translateX(120%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes Box3 {
  0% {
    transform: translateX(-120%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes Box4 {
  0% {
    transform: translateY(120%);
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  box-sizing: border-box;
}

#profile_list {
  width: 100%;
  margin-top: 50px;
}
#profile_list .contain {
  width: 100%;
  display: flex;
  justify-content: center;
}
#profile_list .contain .list_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
#profile_list .contain .list_wrap .list_box.title {
  width: 100%;
  display: flex;
  border-top: 1px solid #d3d3d3;
}
#profile_list .contain .list_wrap .list_box.title .li_one_wrap {
  width: 15%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #476496;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
#profile_list .contain .list_wrap .list_box.title .li_one_wrap .li_one {
  width: 100%;
  min-height: 50px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  text-align: center;
}
#profile_list .contain .list_wrap .list_box.title .li_two_wrap {
  width: 85%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #476496;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
#profile_list .contain .list_wrap .list_box {
  width: 100%;
  min-height: 50px;
  height: auto;
  display: flex;
}
#profile_list .contain .list_wrap .list_box .li_one_wrap {
  width: 15%;
  min-height: 50px;
  height: auto;
  display: flex;
  border-bottom: 1px solid #b9b9b9;
}
#profile_list .contain .list_wrap .list_box .li_one_wrap .li_one {
  width: 100%;
  min-height: 50px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  /*border-bottom: 1px solid #b9b9b9;*/
}
#profile_list .contain .list_wrap .list_box .li_two_wrap {
  width: 85%;
  min-height: 50px;
  height: auto;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #b9b9b9;
}
#profile_list .contain .list_wrap .list_box .li_two_wrap .li_two {
  width: 100%;
  min-height: 50px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  /*border-bottom: 1px solid #b9b9b9;*/
}
#profile_list .contain .list_wrap .list_box .li_two_wrap .li_two .li_two_innerOne {
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  border-bottom: 1px solid #b9b9b9;
}
#profile_list .contain .list_wrap .list_box .li_two_wrap .li_two .li_two_innerOne.last {
  border-bottom: none;
}
#profile_list .contain .list_wrap .list_box .li_two_wrap .li_two .li_two_innerTwo {
  width: 80%;
  display: flex;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}
#profile_list .contain .list_wrap .list_box .li_two_wrap .li_two .li_two_innerTwo .two_inBox_two {
  width: 25%;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  border-left: 1px solid #b9b9b9;
}
#profile_list .contain .list_wrap .list_box .li_two_wrap .li_two .li_two_innerTwo .two_inBox_two.last {
  border-bottom: none;
}
#profile_list .contain .list_wrap .list_box .li_two_wrap .li_two .li_two_innerTwo .two_inBox_two .two_inBox_two_box {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  border-bottom: 1px solid #b9b9b9;
}
#profile_list .contain .list_wrap .list_box .li_two_wrap .li_two .li_two_innerTwo .two_inBox_two .two_inBox_two_box.last {
  border-bottom: none;
}
#profile_list .contain .list_wrap .list_box .li_two_wrap .li_two .li_two_innerTwo.last {
  border-bottom: none;
}

@media screen and (max-width: 576px) {
  #profile_list {
    width: 100%;
    margin-top: 50px;
  }
  #profile_list .contain {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #profile_list .contain .list_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
  }
  #profile_list .contain .list_wrap .list_box.title {
    width: 100%;
    display: flex;
    border-top: 1px solid #d3d3d3;
  }
  #profile_list .contain .list_wrap .list_box.title .li_one_wrap {
    width: 15%;
    min-height: 50px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #476496;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
  }
  #profile_list .contain .list_wrap .list_box.title .li_one_wrap .li_one {
    width: 100%;
    min-height: 50px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
  }
  #profile_list .contain .list_wrap .list_box.title .li_two_wrap {
    width: 85%;
    min-height: 50px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #476496;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
  }
  #profile_list .contain .list_wrap .list_box {
    width: 100%;
    min-height: 50px;
    height: auto;
    display: flex;
  }
  #profile_list .contain .list_wrap .list_box .li_one_wrap {
    width: 15%;
    min-height: 50px;
    height: auto;
    display: flex;
    border-bottom: 1px solid #b9b9b9;
  }
  #profile_list .contain .list_wrap .list_box .li_one_wrap .li_one {
    width: 100%;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 300;
    /*border-bottom: 1px solid #b9b9b9;*/
  }
  #profile_list .contain .list_wrap .list_box .li_two_wrap {
    width: 85%;
    min-height: 50px;
    height: auto;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #b9b9b9;
  }
  #profile_list .contain .list_wrap .list_box .li_two_wrap .li_two {
    width: 100%;
    min-height: 50px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 300;
    /*border-bottom: 1px solid #b9b9b9;*/
  }
  #profile_list .contain .list_wrap .list_box .li_two_wrap .li_two .li_two_innerOne {
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 300;
    border-bottom: 1px solid #b9b9b9;
  }
  #profile_list .contain .list_wrap .list_box .li_two_wrap .li_two .li_two_innerOne.last {
    border-bottom: none;
  }
  #profile_list .contain .list_wrap .list_box .li_two_wrap .li_two .li_two_innerTwo {
    width: 80%;
    display: flex;
    font-size: 15px;
    font-weight: 300;
  }
  #profile_list .contain .list_wrap .list_box .li_two_wrap .li_two .li_two_innerTwo .two_inBox_two {
    width: 25%;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    font-weight: 300;
    border-left: 1px solid #b9b9b9;
  }
  #profile_list .contain .list_wrap .list_box .li_two_wrap .li_two .li_two_innerTwo .two_inBox_two.last {
    border-bottom: none;
  }
  #profile_list .contain .list_wrap .list_box .li_two_wrap .li_two .li_two_innerTwo .two_inBox_two .two_inBox_two_box {
    width: 100%;
    min-height: 50px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 300;
    border-bottom: 1px solid #b9b9b9;
  }
  #profile_list .contain .list_wrap .list_box .li_two_wrap .li_two .li_two_innerTwo .two_inBox_two .two_inBox_two_box.last {
    border-bottom: none;
  }
  #profile_list .contain .list_wrap .list_box .li_two_wrap .li_two .li_two_innerTwo.last {
    border-bottom: none;
  }
}

/*# sourceMappingURL=table.css.map */
