@charset "utf-8";
@import url("//fonts.googleapis.com/css?family=Roboto:400,700");
@import url("../../../nariya/css/g5.css");
/* ssh -i LightsailDefaultKey-ap-northeast-2.pem -N -L https://smtalking.net/phpmyadmin bitnami@3.38.214.111 */

/********************************************************
■ Theme Common
********************************************************/
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
.en {
  font-family: "Roboto", sans-serif;
}

/********************************************************
■ Theme Layout : 테마 레이아웃
********************************************************/
.wrapper {
  background: #fff;
}
@media all and (max-width: 991px) {
  .responsive .wrapper {
    overflow-x: hidden;
  }
}
.nt-container,
.nt-container-wide {
  margin: 0 auto;
}
@media all and (min-width: 992px) {
  .responsive .boxed-a.wrapper .nt-container.px-xl-0 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .responsive .boxed-b.wrapper {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .responsive .boxed-b.wrapper #nt_title .nt-container.px-xl-0,
  .responsive .boxed-b.wrapper #nt_wing .nt-container.px-xl-0 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

/* 비반응형 */
.no-responsive .boxed-a.wrapper .nt-container.px-xl-0 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.no-responsive .boxed-b.wrapper {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.no-responsive .boxed-b.wrapper #nt_title .nt-container.px-xl-0,
.no-responsive .boxed-b.wrapper #nt_wing .nt-container.px-xl-0 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
@media all and (max-width: 1200px) {
  .no-responsive .wrapper.wided .nt-container.px-xl-0 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .no-responsive .wrapper.wided #nt_title .nt-container.px-xl-0,
  .no-responsive .wrapper.wided #nt_wing .nt-container.px-xl-0 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

/********************************************************
■ Loader : 페이지 로딩바
********************************************************/
#nt_loader {
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  z-index: 100000;
}
#nt_loader .loader {
  margin: -25px 0 0 -25px;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 45px;
  position: absolute;
  z-index: 10001;
}
.header-logo {
  max-width: 150px;
}
/********************************************************
■ LNB
********************************************************/
#nt_lnb ul {
  list-style: none;
  margin: 0;
}
#nt_lnb ul > li {
  float: left;
  padding: 0 13px;
}
#nt_lnb ul > li::after {
  font-family: dotum;
  font-weight: normal;
  float: right;
  color: #ccc;
  content: "|";
  margin-right: -15px;
}
#nt_lnb ul > li:first-child {
  padding-left: 0;
}
#nt_lnb ul > li:last-child {
  padding-right: 0;
}
#nt_lnb ul > li:last-child::after {
  content: "";
  margin-right: 0;
}
#nt_lnb ul > li > a {
  float: left;
  white-space: nowrap;
}
#nt_lnb .dropdown-toggle::after {
  color: #ccc;
}

/********************************************************
■ PC 헤더(Header)
********************************************************/
#header_pc .nt-container {
  /* background: url("../img/header.jpg") no-repeat right bottom; */
}
#header_pc .header-logo img {
  max-width: 100%;
}
#header_pc .header-search {
  width: 100%;
  max-width: 400px;
}
#header_pc .header-search form {
  padding: 0;
  border-width: 2px;
  border-style: solid;
}
#header_pc .header-search input {
  font-size: 16px !important;
  background: #fff;
  border: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
#header_pc .header-search .form-control:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
#header_pc .header-search .btn {
  border: 0;
  background: none !important;
  outline: none;
}

/********************************************************
■ 모바일 헤더(Header)
********************************************************/
#header_mo {
  box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
  -webkit-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
  -moz-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
}

/********************************************************
■ PC 주메뉴
********************************************************/
/* 공통 */
#nt_menu {
  position: relative;
  z-index: 20;
  box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
  -webkit-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
  -moz-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
}
#nt_menu .nt-container,
#nt_menu .me-list .me-li,
#nt_menu .sub-1dul,
#nt_menu .sub-1dli {
  position: relative;
}
#nt_menu .sub-slide {
  display: none;
  visibility: visible;
}
#nt_menu .sub-icon::after {
  font-family: "FontAwesome";
  float: right;
  position: relative;
  content: "\f105";
}
#nt_menu .me-icon {
  width: 4rem;
  text-align: center;
}
#nt_menu .me-a {
  display: block;
  position: relative;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
#nt_menu .me-li.on .me-a,
#nt_menu .me-li:hover .me-a {
  color: #fff;
  background: rgba(0, 0, 0, 0.2) !important;
}
#nt_menu .sub-2div {
  left: 100%;
  top: 0;
  position: absolute;
  z-index: 22;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#nt_menu .sub-2dul {
}
#nt_menu .sub-2dli {
}
#nt_menu .sub-2da {
  display: block;
  color: #000;
  border-bottom: 1px solid #eee;
}
#nt_menu .sub-2dli.on .sub-2da,
#nt_menu .sub-2dli:hover .sub-2da {
  color: #000;
  background: #fafafa;
  border-color: #eee;
  font-weight: bold;
}
#nt_menu .sub-2line {
  display: block;
  color: #000;
  font-weight: bold;
  background: #f5f5f5;
}
.nt-menu .sub-1div {
  position: absolute;
  left: 0;
  z-index: 21;
  width: auto;
  text-align: left;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.nt-menu .sub-1div::before {
  left: 50%;
  margin-left: -8px;
}
.nt-menu .sub-1da {
  display: block;
  color: #000;
  border-bottom: 1px solid #eee;
}
.nt-menu .sub-1line {
  position: relative;
  display: block;
}
.nt-menu .sub-1dli.on .sub-1da,
.nt-menu .sub-1dli:hover .sub-1da {
  color: #000;
  background: #f5f5f5;
  border-color: #eee;
  font-weight: bold;
}
.nt-menu .sub-1line {
  color: #000;
  font-weight: bold;
  background: #fafafa;
}
.nt-menu .me-sh {
  padding: 0.59rem 1rem;
} /* 서브메뉴 높이설정 : 페딩값으로 조절 */

/* 메뉴 상단 고정 */
#nt_sticky_wrap.me-sticky {
  position: fixed;
  width: 100%;
  z-index: 999;
  left: 0;
  top: 0;
}
@media all and (min-width: 992px) {
  .wrapper.m-lg-auto #nt_sticky_wrap.me-sticky nav {
    margin: 0 auto !important;
  }
  .wrapper.ml-lg-auto #nt_sticky_wrap.me-sticky nav {
    margin: 0 0 0 auto !important;
  }
  .wrapper.mr-lg-auto #nt_sticky_wrap.me-sticky nav {
    margin: 0 auto 0 0 !important;
  }
}

/********************************************************
■ 페이지 타이틀
********************************************************/
#nt_title {
  position: relative;
  overflow: hidden;
  color: #333;
  background: #fafafa;
  border-bottom: 1px solid #dee2e6;
}
#nt_title .nt-container {
  position: relative;
  z-index: 2;
  height: 70px;
}
#nt_title .page-title {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 1.4;
}
#nt_title .breadcrumb a {
  color: #333;
}
#nt_title .breadcrumb-item + .breadcrumb-item::before {
  font-family: dotum;
  font-weight: normal;
  color: #aaa;
  content: ">";
}
@media all and (max-width: 991px) {
  .responsive #nt_title .page-title {
    font-size: 24px;
    letter-spacing: 0;
  }
}
@media all and (max-width: 767px) {
  .responsive #nt_title .page-title {
    font-size: 22px;
  }
  .responsive #nt_title .nt-container {
    height: 60px;
  }
}
@media all and (max-width: 575px) {
  .responsive #nt_title .page-title {
    font-size: 20px;
  }
  .responsive #nt_title .nt-container {
    height: 50px;
  }
}

/********************************************************
■ Wing
********************************************************/
#nt_wing .nt-container {
  position: relative;
  overflow: visible !important;
}
#nt_wing img {
  max-width: 100%;
}
#nt_wing .wing-left,
#nt_wing .wing-right {
  position: absolute;
  width: 160px;
}
#nt_wing .wing-left {
  left: -180px;
}
#nt_wing .wing-right {
  right: -180px;
}
.boxed-b #nt_wing .wing-left {
  left: -200px;
}
.boxed-b #nt_wing .wing-right {
  right: -200px;
}

/********************************************************
■ Footer 
********************************************************/
#nt_footer .nt-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nt_footer .nt-links ul > li {
  float: left;
  padding: 0 13px;
}
#nt_footer ul > li:first-child {
  padding-left: 0;
}
#nt_footer ul > li:last-child {
  padding-right: 0;
}
#nt_footer .nt-links ul > li::after {
  font-family: dotum;
  font-weight: normal;
  float: right;
  color: #ccc;
  content: "|";
  margin-right: -15px;
}
#nt_footer .nt-links ul > li:last-child::after {
  content: "";
}
#nt_footer .nt-links ul > li > a {
  color: #333;
  white-space: nowrap;
}
@media all and (max-width: 991px) {
  .responsive #nt_footer .nt-links ul > li {
    float: none;
    display: inline-block;
  }
}

/********************************************************
■ Widget Title 위젯 타이틀
********************************************************/
h3.h3 {
  padding: 0;
  margin: 0;
  font-weight: bold;
}
hr.hr::before {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  line-height: 1px;
  background-color: #ddd;
}
hr.hr {
  display: block;
  position: relative;
  height: 3px;
  border: none;
  line-height: 1px;
  padding: 0;
  margin: 0;
}
hr.hr::after {
  width: 4rem;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1px;
}
.row.na-row hr.hr::after {
  background: #dc3545 !important;
}
@media all and (max-width: 575px) {
  .responsive h3.h3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .responsive hr.hr::after {
    left: 1rem;
  }
}

/********************************************************
■ Bootstrap 4 : 부트스트랩 기본 속성
********************************************************/
/* 툴팁 */
.tooltip .tooltip-inner {
  font-size: 1rem !important;
}

/* 체크박스, 라디오버튼 재지정 */
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after,
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
  top: 0.15rem !important;
  width: 1.4rem !important;
  height: 1.4rem !important;
}

/* 체크박스, 라디오버튼과 글자간 간격 */
.custom-checkbox .custom-control-label span,
.custom-radio .custom-control-label span {
  cursor: pointer;
  padding-left: 0.5rem !important;
}

/* 스위치 버튼 재지정 */
.custom-switch .custom-control-label::before,
.custom-switch .custom-control-label::after {
  margin-top: 2px;
}

/* Button */
.btn-lg {
  padding: 10px 16px;
  border-radius: 3px;
  line-height: 1.33;
  font-size: 18px;
}
.btn-lg i {
  top: 3px;
  font-size: 24px;
  position: relative;
}

/* Form */
.col-form-label {
  font-weight: bold;
}

/* Pagenation */
.page-link,
.page-link:hover,
.page-link:focus {
  color: #333;
}

/* 라운드 스타일 */
.na-round,
.view_image img,
.pretty-embed img {
  border-radius: 0.3rem !important;
}

/* 사각 스타일 */
.is-square .na-round,
.is-square .view_image img,
.is-square .pretty-embed img,
.is-square .btn,
.is-square .alert,
.is-square .nav-link,
.is-square .form-control,
.is-square .input-group-prepend,
.is-square .input-group-append,
.is-square .input-group-text,
.is-square .custom-file-label,
.is-square .custom-file-label:after,
.is-square .custom-select,
.is-square .label,
.is-square .progress,
.is-square .pagination li a,
.is-square .list-group-item {
  border-radius: 0 !important;
}

table {
  width: 100%;
}

table .text-center {
  text-align: center;
}

#sign_wrap {
  margin: 30px 0;
}

#sign_wrap .content {
  position: relative;
  display: flex;
  min-height: 150px;
  border: 1px solid #e5e5e5;
  border-top: 2px solid #000;
}

#sign_wrap .mem-info {
  width: 180px;
  border-right: 1px solid #e5e5e5;
}

#sign_wrap .info-flex {
  margin-bottom: 20px;
  padding: 20px;
  border-bottom: 1px solid #f1f1f1;
  background: #f9f9f9;
}

#sign_wrap .profile-img {
  height: 40px;
  margin-right: 13px;
  border-radius: 50%;
  overflow: hidden;
}

#sign_wrap .mem-id {
  margin-bottom: 5px;
}

#sign_wrap .achieve-list {
  height: 70px;
  overflow-y: auto;
  font-size: 12px;
  color: #777;
}

#sign_wrap .achieve-con {
  padding: 0 20px 20px;
}

#sign_wrap .achieve-con .tit {
  margin-bottom: 5px;
}

#sign_wrap .achieve-con .tit i {
  padding: 3px;
  background: #f9f9f9;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  color: #ff9800;
}

#sign_wrap .achieve-list li {
  position: relative;
  padding-left: 10px;
}

#sign_wrap .achieve-list li::before {
  content: "˙";
  position: absolute;
  top: 0;
  left: 0;
  color: #999;
}

#sign_wrap .sign-con {
  padding: 20px;
  padding-top: 0;
}

#sign_wrap .sign-con .desc {
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #eee;
  background: #f9f9f9;
  border-radius: 10px;
  font-size: 12px;
}

#sign_wrap .latest-wrap {
  flex: 1;
}

#sign_wrap .latest-wrap .toggle-btn {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

#sign_wrap .latest-wrap .tit {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-top: 0;
}

#sign_wrap .latest-wrap .tit:first-child {
  border-left: 0;
  border-right: 0;
}

#sign_wrap .latest-wrap .tit:last-child {
  border-right: 0;
}

#sign_wrap .latest-wrap .tit.on {
  background: #fff;
  border-bottom: 0;
}

#sign_wrap .latest-wrap .con {
  display: none;
  padding: 20px;
}

#sign_wrap .latest-wrap .con.on {
  display: block;
}

#sign_wrap .latest-wrap .latest-list li {
  margin-bottom: 5px;
  padding-bottom: 2px;
  font-family: "dotum";
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
}

#sign_wrap .latest-wrap .latest-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

#sign_wrap .latest-wrap .latest-list li a {
  display: flex;
  justify-content: space-between;
}

#sign_wrap .latest-wrap .latest-list li .left {
  display: flex;
}

#sign_wrap .latest-wrap .latest-list li .cate {
  width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px;
  white-space: nowrap;
  color: #999;
}

#sign_wrap .latest-wrap .latest-list li .subject {
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#sign_wrap .latest-wrap .latest-list li .right {
  width: 70px;
  flex: 1;
  text-align: right;
}

#sign_wrap .latest-wrap .latest-list li .date {
  color: #666;
}

.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.05) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

.mypage-cate-list {
  margin-bottom: 30px;
}

.mypage-cate-list ul {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}

.mypage-cate-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  font-size: 16px;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-right: 0;
  border-bottom: 0;
}

.mypage-cate-list li:last-child a {
  border-right: 1px solid #e5e5e5;
}

.mypage-cate-list a.on {
  color: crimson;
  border-bottom: 1px solid #fff;
}

#mypage .profile-wrap {
  display: flex;
  border: 1px solid #e5e5e5;
}

#mypage .profile-wrap .profile-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

#mypage .profile-wrap .profile-img img {
  width: 100%;
}

#mypage .profile-wrap .left {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  column-gap: 10px;
  padding: 20px;
  background: #f9f9f9;
  border-right: 1px solid #e5e5e5;
}

#mypage .profile-wrap .profile {
  display: flex;
  align-items: center;
  column-gap: 10px;
  line-height: 1.4;
}

#mypage .profile .member-email {
  color: #666;
  font-size: 12px;
}

#mypage .left .member-intro {
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 13px;
  background: #fff;
  border: 1px solid #e5e5e5;
}

#mypage .profile-wrap .action-btn {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  margin-top: 20px;
}

#mypage .profile-wrap .action-btn a {
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 3px 0;
  border-color: #e5e5e5;
  color: #666;
  border-radius: 8px;
}

#mypage .info-wrap {
  margin-top: 10px;
  border: 1px solid #e5e5e5;
}

#mypage .info-wrap dl {
  display: flex;
  column-gap: 8px;
  padding: 8px;
  border-bottom: 1px solid #eee;
}

#mypage .info-wrap dl:last-child {
  border-bottom: 0;
}

#mypage .profile-wrap .right {
  flex: 1;
  padding: 20px;
}

#mypage .icon-list {
  display: flex;
  align-items: center;
  margin-top: 10px;
  column-gap: 20px;
  font-size: 13px;
}

#mypage .icon-list a {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

#mypage .icon-list i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
  color: #fff;
}

#mypage .purchase-wrap .help {
  margin-bottom: 30px;
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.03rem;
  border-radius: 8px;
}

#mypage .purchase-wrap .help .title {
  font-weight: 600;
}

#mypage .purchase-wrap .help .account {
  margin-top: 10px;
}

#mypage .purchase-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#mypage .purchase-wrap li {
  flex: 1;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
}

#mypage .purchase-wrap li .logo {
  width: 60%;
}

#mypage .purchase-wrap li .logo img {
  max-width: 100%;
}

#mypage .purchase-wrap li input {
  display: none;
}

#mypage .purchase-wrap li label {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.1s all;
}

#mypage .purchase-wrap li input:checked + label {
  outline: 2px solid #dc3545;
}

#mypage .purchase-wrap li .point {
  font-size: 1.2em;
  font-weight: 800;
  letter-spacing: -0.03rem;
}

#mypage .purchase-wrap li .price {
  /* color: #dc3545; */
}

#mypage .purchase-wrap .btn-wrap {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

#mypage .purchase-wrap .btn-wrap button {
  background: #000;
  color: #fff;
  padding: 7px 30px;
  font-size: 16px;
  border: 0;
  border-radius: 30px;
  transition: 0.3s all;
}

#mypage .purchase-wrap .btn-wrap button:hover {
  background: #dc3545;
}

#mypage .purchase-wrap .btn-wrap button:disabled {
  background: #999;
  cursor: not-allowed;
}

#mypage .purchase-wrap .deposit-wrap {
  display: flex;
  margin: 10px 0;
  column-gap: 10px;
}

#mypage .purchase-wrap .deposit-wrap input[type="text"] {
  flex: 1;
  height: 40px;
  padding-left: 10px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
}

#profile .profile {
  display: flex;
  column-gap: 14px;
  padding: 20px 0;
  border-bottom: 2px solid #000;
}

#profile .sec-tit {
  margin-top: 30px;
  font-size: 18px;
}

#profile .latest-wrap {
  margin-top: 10px;
}

#profile .latest-wrap ul {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

#profile .latest-wrap li {
  width: calc(25% - 11px);
  min-height: 100px;
  padding: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

#profile .latest-wrap li .tit {
}

#profile .latest-wrap li .desc {
  margin-top: 5px;
  font-size: 13px;
}

#profile .latest-wrap li .date {
  margin-top: 5px;
  font-size: 12px;
}
