@charset "UTF-8";
/*
THE Liverary
-----------------
Version : 0.1
Last Date Modified : 2022.7
*/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
/* -------------
INDEX


=common
=layout

=signup
=login

=main
=listWrap

=articleWrap

=mypageWrap

=myInfoWrap

=csCenter

=magazine

=terms


--------------- */
/* ------------
=common
------------- */
/* 색상변수 선언 */
body {
  font: 14px/1.6 "Pretendard", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", Helvetica, Arial, sans-serif;
  color: #111111;
  background: #fff;
}

select, input, textarea, button {
  font: 14px/1.6 "Pretendard", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", Helvetica, Arial, sans-serif;
  color: #111111;
  margin: 0;
}

a {
  color: #111;
  text-decoration: none;
}
a:hover {
  color: #5BC2DD;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  word-break: keep-all;
}

.btn-primary {
  background-color: #5BC2DD;
  border-color: #5BC2DD;
  font-size: 14px;
  font-weight: 600;
}
.btn-primary:hover {
  background-color: #5E76E9;
  border-color: #5E76E9;
}

.btn {
  font-size: 14px;
}

.page-link {
  color: #111111;
}

.page-link:hover {
  color: #5BC2DD;
}

.page-item.active .page-link {
  background-color: #111;
  border-color: #111;
}

h5.tinyHeading {
  font-size: 14px;
  font-weight: 600;
  color: #888;
  margin-bottom: 20px;
}

h4.evade {
  font-size: 18px;
  font-weight: 600;
  color: #A4A49F;
  margin: 0 0 10px;
}
@media (min-width: 1600px) {
  h4.evade {
    font-size: 24px;
    float: left;
    width: 150px;
    margin-left: -180px;
    text-align: right;
  }
}

h4.evadeAlt {
  font-size: 18px;
  font-weight: 600;
  color: #A4A49F;
  margin: 0 0 10px;
}
@media (min-width: 1600px) {
  h4.evadeAlt {
    font-size: 24px;
  }
}

h3.title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.3px;
  color: #111111;
  line-height: 24px;
  margin-bottom: 15px;
}
h3.title:hover {
  color: #5BC2DD !important;
}

h2.midTitle {
  font-size: 20px;
  font-weight: 700;
  color: #111111;
  border-top: 3px solid #A4A49F;
  position: relative;
  padding: 15px 0 0;
}
h2.midTitle:before {
  content: " ";
  position: absolute;
  left: 5px;
  top: -8px;
  height: 13px;
  width: 3px;
  background: #5BC2DD;
}
h2.midTitle.listTitle {
  font-size: 32px;
  padding: 50px 0 120px 68px;
}
h2.midTitle.listTitle img.ic {
  float: left;
  width: 48px;
  height: 48px;
  margin-left: -68px;
}
@media (max-width: 767px) {
  h2.midTitle.listTitle {
    padding-bottom: 40px;
  }
}

img.thumb {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 2px;
}

a.btnMorePlus {
  position: relative;
  padding-bottom: 5px;
  padding-right: 15px;
  border-bottom: 3px solid #111111;
  font-weight: 700;
  font-size: 16px;
}
a.btnMorePlus:after {
  content: " ";
  position: absolute;
  right: 5px;
  bottom: -8px;
  height: 13px;
  width: 3px;
  background: #111111;
}
a.btnMorePlus:hover {
  text-decoration: none;
  border-color: #5BC2DD;
}

/* 글 목록 아이템 기본 */
.articleSum {
  display: block;
  padding-bottom: 20px;
}
.articleSum:hover {
  text-decoration: none;
  background: #f5f5f5;
}
.articleSum .thumbWrap {
  position: relative;
  margin-bottom: 15px;
}
.articleSum .thumbWrap .tagCate {
  background: #111111;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 3px 5px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .articleSum .thumbWrap .tagCate {
    font-size: 12px;
  }
}
.articleSum .thumbWrap .tagCate.tc1 {
  background: #111111;
}
.articleSum .thumbWrap .tagCate.tc2 {
  background: #5E76E9;
}
.articleSum .thumbWrap .tagCate.tc3 {
  background: #5BC2DD;
}
.articleSum .thumbWrap.noThumb {
  min-height: 30px;
}
.articleSum .thumbWrap.noThumb .tagCate {
  left: 0;
  top: 0;
}
.articleSum .thumbWrap.noThumb .btnDel {
  right: 0;
  top: 0;
}
.articleSum .titleWrap .cate {
  color: #888;
}
.articleSum .titleWrap .author {
  margin-bottom: 20px;
}
.articleSum .titleWrap .author img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 50%;
  object-fit: cover;
}
.articleSum .titleWrap .author span {
  color: #888;
  font-weight: 600;
}
.articleSum .desc {
  color: #888;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: keep-all;
  margin-bottom: 15px;
}
.articleSum .stat span {
  margin-right: 15px;
}
.articleSum .stat span i {
  font-style: normal;
  font-weight: 600;
  color: #111111;
}
.articleSum .tags {
  padding: 15px 0;
}
.articleSum .more {
  font-weight: 700;
  text-decoration: underline;
}
.articleSum.typeBG {
  position: relative;
  min-height: 450px;
  padding: 150px 20px 20px;
}
@media (max-width: 767px) {
  .articleSum.typeBG {
    margin: 0 -15px;
  }
}
.articleSum.typeBG:hover {
  background: none;
}
.articleSum.typeBG:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 3;
}
.articleSum.typeBG .thumbWrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: 0;
}
.articleSum.typeBG .thumbWrap img.thumb {
  width: 100%;
  height: 100%;
}
.articleSum.typeBG .titleWrap,
.articleSum.typeBG .desc,
.articleSum.typeBG .stat,
.articleSum.typeBG .tags,
.articleSum.typeBG .more {
  position: relative;
  z-index: 5;
}
.articleSum.typeBG .titleWrap .cate, .articleSum.typeBG .titleWrap h3, .articleSum.typeBG .titleWrap .author span {
  color: #fff;
}
.articleSum.typeBG .desc {
  color: rgba(255, 255, 255, 0.8);
}
.articleSum.typeBG .stat span img {
  filter: invert(100%);
}
.articleSum.typeBG .stat span i {
  color: #fff;
}
.articleSum.typeBG .more {
  color: #fff;
}
.articleSum.typeBG .more img {
  filter: invert(100%);
}

/* 태그 기본 */
.tag {
  border-radius: 50px;
  display: inline-block;
}
.tag b {
  font-weight: 700;
}
.tag.sm {
  font-size: 11px;
  padding: 2px 8px;
  margin-right: 6px;
  margin-bottom: 5px;
}
.tag.sm img {
  width: 9px;
  height: 9px;
  margin-right: 3px;
}
.tag.sm b {
  font-weight: 400;
}
.tag.sm.tc_n {
  color: #888;
}
.tag.md {
  font-size: 14px;
  padding: 8px 16px 8px 14px;
  font-weight: 600;
  margin-right: 10px;
  margin-bottom: 12px;
}
.tag.md img {
  width: 14px;
  height: 14px;
  margin-right: 7px;
}
.tag.tc_n {
  background: #eee;
  color: #111111;
}
.tag.tc_1 {
  background: #111111;
  color: #fff;
}
.tag.tc_1 img {
  filter: invert(100%);
}
.tag.tc_2 {
  background: #5E76E9;
  color: #fff;
}
.tag.tc_2 img {
  filter: invert(100%);
}
.tag.tc_3 {
  background: #5BC2DD;
  color: #fff;
}
.tag.tc_3 img {
  filter: invert(100%);
}

/* 태그가 링크일 경우 */
a.tag:hover {
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  bottom: 3px;
  transition: all 0.5s;
}

/* ------------
=layout
------------- */
.wrap.opend:after {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

.gnb {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background: rgb(255, 255, 255);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  z-index: 99;
  transition: all 0.2s;
}
.gnb h1 {
  width: 141px;
  display: block;
  margin: 0 auto;
}
.gnb h1 img {
  margin-top: 15px;
}
.gnb h1 img.mid {
  display: inline;
}
.gnb h1 img.sm {
  display: none;
}
@media (max-width: 992px) {
  .gnb h1 {
    width: auto;
    margin: 0 0 0 50px;
  }
  .gnb h1 img {
    margin-top: 24px;
  }
  .gnb h1 img.mid {
    display: none;
  }
  .gnb h1 img.sm {
    display: inline;
  }
}
.gnb.collapsed {
  position: fixed;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
}
.gnb.collapsed h1 {
  width: auto;
  margin: 0 0 0 50px;
}
.gnb.collapsed h1 img {
  margin-top: 5px;
}
.gnb.collapsed h1 img.mid {
  display: none;
}
.gnb.collapsed h1 img.sm {
  display: inline;
}
.gnb.collapsed .toggle {
  top: 20px;
}
.gnb.collapsed .navBox {
  top: 10px;
}
.gnb .toggle {
  position: absolute;
  top: 30px;
  left: 30px;
  border: 0 none;
  background: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
}
.gnb .toggle span {
  display: block;
  width: 20px;
  height: 3px;
  margin: 3px 0;
  background: #000;
  border-radius: 50px;
  transition: 0.2s;
}
.gnb .toggle.opend {
  position: fixed;
  left: 300px;
}
.gnb .toggle.opend span {
  background: #000;
  width: 22px;
}
.gnb .toggle.opend .bar1 {
  transform: rotate(45deg) translate(3px, 6px);
}
.gnb .toggle.opend .bar2 {
  opacity: 0;
}
.gnb .toggle.opend .bar3 {
  transform: rotate(-45deg) translate(2px, -6px);
}
.gnb .navBox {
  position: absolute;
  right: 0;
  top: 20px;
}
.gnb .navBox .searchBox {
  display: inline-block;
  position: relative;
  margin-right: 40px;
  width: 140px;
}
.gnb .navBox .searchBox input {
  width: 100%;
  height: 35px;
  border: 2px solid #111;
  padding-left: 40px;
}
.gnb .navBox .searchBox input:focus {
  border-color: #5BC2DD;
}
.gnb .navBox .searchBox .ic {
  position: absolute;
  left: 15px;
  top: 5px;
}
@media (max-width: 992px) {
  .gnb .navBox .searchBox {
    margin-right: 20px;
    width: 120px;
  }
}
@media (max-width: 767px) {
  .gnb .navBox .searchBox {
    display: none;
  }
}
.gnb .navBox nav {
  display: inline-block;
}
.gnb .navBox nav a {
  display: inline-block;
  padding: 5px;
  margin-right: 40px;
  color: #888;
}
@media (max-width: 992px) {
  .gnb .navBox nav a {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .gnb .navBox nav a {
    margin-right: 10px;
    margin-top: 5px;
  }
}
.gnb .navBox nav a b {
  color: #111;
  font-weight: 600;
}
.gnb .navBox nav a.user {
  padding: 0 5px;
}
.gnb .navBox nav a.user img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.gnb .navBox nav .responseBtns button {
  border: 0 none;
  background: none;
  margin-right: 25px;
}
.gnb .navBox nav .responseBtns button img {
  height: 20px;
  margin-right: 5px;
}
.gnb .navBox nav .responseBtns button i {
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .gnb .navBox nav .responseBtns {
    display: none;
  }
}

.asideMenu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  width: 360px;
  padding: 30px;
  background: #fff;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2), -1px 0 6px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  overflow: auto;
}
@media (max-width: 767px) {
  .asideMenu {
    width: 90%;
  }
}
.asideMenu.opend {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.asideMenu .btnCloseMenu {
  position: absolute;
  top: 30px;
  right: 30px;
  border: 0 none;
  background: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
}
.asideMenu .asBox {
  margin: 50px 0;
}
.asideMenu .asBox.my a.user {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-radius: 6px;
  padding: 5px 0;
}
.asideMenu .asBox.my a.user .profilePic {
  float: left;
  margin-right: 15px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.asideMenu .asBox.my a.user strong {
  font-size: 16px;
  color: #111111;
  display: block;
}
.asideMenu .asBox.my a.user span {
  font-weight: 600;
  color: #444;
}
.asideMenu .asBox.my a.user span i {
  font-style: normal;
  font-weight: 600;
  color: #5BC2DD;
}
.asideMenu .asBox.my a.user .chevron {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8px;
}
.asideMenu .asBox.my a.user:hover {
  text-decoration: none;
  background: #f5f5f5;
}
.asideMenu .asBox.my .miniNotiHead {
  overflow: hidden;
}
.asideMenu .asBox.my .miniNotiHead .notiIcWrap {
  position: relative;
  margin-right: 10px;
}
.asideMenu .asBox.my .miniNotiHead .notiIcWrap i.notiDot {
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5BC2DD;
}
.asideMenu .asBox.my .miniNotiHead h6 {
  color: #444;
  font-size: 14px;
  float: left;
}
.asideMenu .asBox.my .miniNotiHead a.more {
  float: right;
  color: #444;
  text-decoration: underline;
}
.asideMenu .asBox.my .miniNotiList {
  margin: 10px 0;
}
.asideMenu .asBox.my .miniNotiList li a {
  display: block;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.asideMenu .asBox.my .miniNotiList li a:hover {
  border: 2px solid #111111;
  text-decoration: none;
  padding: 9px 14px;
}
.asideMenu .asBox.my .miniNotiList li a .date {
  display: block;
  color: #888;
  font-size: 12px;
}
.asideMenu .asBox.my .miniNotiList li a strong {
  color: #111111;
}
.asideMenu .asBox.category li a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
  font-size: 16px;
  transition: all 0.3s;
}
.asideMenu .asBox.category li a:hover, .asideMenu .asBox.category li a.selected {
  color: #111111;
  border-bottom: 2px solid #111111;
  text-decoration: none;
  border-left: 8px solid #5BC2DD;
  padding-left: 15px;
  font-weight: 600;
}
.asideMenu .asBox.about a, .asideMenu .asBox.csCenter a {
  display: block;
  padding: 5px 0;
}
.asideMenu .asBox a.asSqLink {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 2px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
}

footer {
  margin: 40px 0 0;
}
footer .sitemap {
  border-top: 1px solid #ddd;
  padding-top: 35px;
}
footer .sitemap .logo {
  margin-bottom: 40px;
}
footer .sitemap h6 {
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 15px;
}
footer .sitemap ul {
  margin-bottom: 40px;
}
footer .sitemap li a {
  display: block;
  padding: 5px 0;
  color: #555;
  font-size: 13px;
}
footer .sitemap li a:hover {
  color: #111111;
}
@media (max-width: 767px) {
  footer .sitemap li {
    display: inline-block;
    margin-right: 15px;
  }
  footer .sitemap li a {
    text-decoration: underline;
  }
}
footer .sitemap .sns {
  float: right;
}
footer .sitemap .sns a {
  display: inline-block;
  margin-right: 10px;
}
footer .familySites {
  margin: 20px 0 40px;
}
footer .familySites a {
  display: block;
  width: 100%;
  height: 68px;
  line-height: 68px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #eee;
}
footer .familySites a img {
  max-width: 80%;
  max-height: 60px;
}
footer .familySites a:hover {
  border-color: #888;
}
footer .copyrights {
  padding-bottom: 30px;
  font-size: 13px;
  color: #888;
  line-height: 24px;
}
footer .copyrights .companyInfo {
  margin: 25px 0;
}
footer .copyrights .companyInfo i {
  font-style: normal;
  margin: 0 10px;
  opacity: 0.5;
}
footer .copyrights p span {
  margin-right: 25px;
}
footer .copyrights p span a {
  color: #888;
}

/* 모바일 탭바 */
.tabBar {
  display: none;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  border-top: 1px solid #ddd;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 900;
}
@media (max-width: 767px) {
  .tabBar {
    display: flex;
  }
}
.tabBar .item {
  width: 20%;
  height: 100%;
}
.tabBar .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.tabBar .item a img {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
}
.tabBar .item a span {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #888;
}
.tabBar .item a:hover {
  text-decoration: none;
  background: #f5f5f5;
}
.tabBar .item a:hover img {
  filter: invert(67%) sepia(71%) saturate(377%) hue-rotate(153deg) brightness(96%) contrast(80%);
}
.tabBar .item a:hover span {
  color: #5BC2DD;
  font-weight: 700;
}
.tabBar .item a.active img {
  filter: invert(67%) sepia(71%) saturate(377%) hue-rotate(153deg) brightness(96%) contrast(80%);
}
.tabBar .item a.active span {
  color: #5BC2DD;
}
.tabBar .eco {
  width: 20%;
  height: 100%;
}
.tabBar .eco a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.tabBar .eco a img {
  width: 30px;
}

/* ------------
=signup
=login
------------- */
.signBtn {
  display: block;
  width: 220px;
  margin: 10px 0;
  border: 0 none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .signBtn {
    width: 280px;
  }
}
.signBtn img {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
}
.signBtn.viaNaver {
  background: #03C75A;
  color: #fff;
}
.signBtn.viaKakao {
  background: #FEEA10;
  color: #3C1E1E;
}
.signBtn.viaFacebook {
  background: #385C8E;
  color: #fff;
}
.signBtn.viaFacebook img {
  left: 13px;
}
.signBtn.viaGoogle {
  background: #fff;
  border: 1px solid #ddd;
}
.signBtn.viaEmail {
  background: #5BC2DD;
  color: #fff;
}

.signBox {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 40px 20px;
  margin: 100px auto;
  width: 100%;
  max-width: 700px;
  /* 계정찾기 */
}
@media (max-width: 767px) {
  .signBox {
    margin: 20px auto 60px;
  }
}
.signBox .slogan {
  display: block;
  font-size: 11px;
  color: #888;
}
.signBox .plzStart {
  display: block;
  margin: 35px 0 30px;
}
.signBox .plzStart.done b {
  display: block;
  font-size: 24px;
  margin-bottom: 30px;
}
.signBox h4.title {
  margin: 30px auto 20px;
  font-size: 24px;
  font-weight: 700;
  color: #111111;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.signBox p.pageDesc {
  font-size: 14px;
  color: #888;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.signBox .or {
  display: block;
  margin: 30px 0;
  color: #888;
  font-size: 14px;
}
.signBox .signBtn {
  margin: 10px auto;
}
.signBox .loginForm {
  text-align: left;
  width: 220px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .signBox .loginForm {
    width: 280px;
  }
}
.signBox .loginForm label {
  display: none;
}
.signBox .loginForm a.loginHelper {
  color: #888;
  text-decoration: underline;
  margin: 5px 0;
  display: inline-block;
}
.signBox .loginForm .btnLogin {
  margin-bottom: 30px;
}
.signBox .signForm {
  text-align: left;
  padding: 0 25px;
}
@media (max-width: 767px) {
  .signBox .signForm {
    padding: 0;
  }
}
.signBox .signForm label {
  padding-right: 0;
}
.signBox .signForm .btnSignUp {
  margin: 80px auto 20px;
}
.signBox .signForm .termsBox pre {
  height: auto;
  max-height: 150px;
  overflow: auto;
  border: 1px solid #ddd;
  word-break: normal !important;
  word-wrap: normal !important;
  white-space: pre-wrap !important;
  padding: 20px;
  font-size: 12px;
  color: #888;
}
.signBox .go {
  font-size: 14px;
  display: block;
  width: 220px;
  margin: 10px auto;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  display: block;
}
.signBox .go.login {
  color: #111;
  font-weight: 600;
  border: 1px solid #ccc;
  margin-top: 80px;
  margin-bottom: 20px;
}
.signBox .go.main {
  color: #888;
}
.signBox .go:hover {
  border-color: #5BC2DD;
  color: #5BC2DD;
  text-decoration: none;
}
.signBox .findForm {
  max-width: 520px;
  margin: 0 auto;
}
.signBox .findForm .btnFind {
  color: #111111;
  background: #fff;
  border: 1px solid #ddd;
  margin-top: 30px;
}

.saltBox {
  position: relative;
}
.saltBox .time {
  position: absolute;
  right: 25px;
  top: 10px;
  color: red;
  font-size: 12px;
}

/* ------------
=main
------------- */
/* 메인 */
.main {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .main {
    padding: 30px 0;
  }
}
.main .recommendArticle {
  margin-bottom: 80px;
}
.main .recommendArticle h2 {
  font-size: 30px;
  font-weight: 700;
  padding-right: 15%;
  margin-bottom: 30px;
  margin-top: 10px;
}
.main .recommendArticle span.date {
  font-weight: 900;
  display: block;
  margin-bottom: 10px;
}
.main .recommendArticle p.desc {
  padding-right: 20%;
  color: #888;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: keep-all;
}
.main .recommendArticle img.thumb {
  height: 300px;
  width: 100%;
}
.main .recommendArticle .recoCaro .owl-nav {
  position: absolute;
  bottom: -15px;
}
.main .recommendArticle .recoCaro .owl-nav .owl-next {
  margin-left: -1px;
}
.main .recommendArticle .recoCaro .owl-nav span {
  font-size: 18px;
  background: #fff;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 26px;
  border: 1px solid #111111;
  transition: all 0.5s;
}
.main .recommendArticle .recoCaro .owl-nav button.disabled span {
  border-color: #ddd;
  color: #ddd;
}
.main .recommendArticle .recoCaro .owl-nav button.disabled span:hover {
  border-color: #ddd;
  color: #ddd;
  background: #fff;
}
.main .recommendArticle .recoCaro .owl-nav button:hover span {
  background: #111111;
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.main .recommendArticle .recoCaro .owl-dots {
  margin-top: 10px;
  text-align: center;
}
.main .recommendArticle .recoCaro .owl-dots .owl-dot {
  width: 12px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  margin: 0 5px;
  transition: all 0.3s;
}
.main .recommendArticle .recoCaro .owl-dots .owl-dot.active {
  background: #111111;
  width: 24px;
}
.main .recommendArticle .recoCaro .owl-dots .owl-dot:hover {
  height: 10px;
}
.main .recentArticle {
  position: relative;
}
.main .recentArticle .btnMorePlus {
  position: absolute;
  right: 0;
  top: 1px;
  z-index: 10;
}
.main .popArticle {
  background: #f5f5f5;
  padding: 60px 0 30px;
  margin-bottom: 60px;
}
.main .popArticle .popCaroWrap {
  margin: 30px 0;
}
.main .popArticle .popCaroWrap .owl-nav button {
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 50%;
}
.main .popArticle .popCaroWrap .owl-nav button:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 11px;
  transform: scale(1.1);
  transition: all 0.5s;
}
.main .popArticle .popCaroWrap .owl-nav .owl-prev {
  background: url(/images/ic_s_arrow_left.svg) no-repeat center center;
  left: 10px;
}
.main .popArticle .popCaroWrap .owl-nav .owl-next {
  background: url(/images/ic_s_arrow_right.svg) no-repeat center center;
  right: 10px;
}
.main .popArticle .popCaroWrap .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.main .popArticle .popCaroWrap .owl-dots .owl-dot {
  width: 12px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  margin: 0 5px;
  transition: all 0.3s;
}
.main .popArticle .popCaroWrap .owl-dots .owl-dot.active {
  background: #111111;
  width: 24px;
}
.main .popArticle .popCaroWrap .owl-dots .owl-dot:hover {
  height: 10px;
}
.main .popArticle .articleSum:hover {
  background: #e5e5e5;
}
.main .popArticle .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.main .mainTagCloud {
  margin: 40px 0;
}

/* ------------
=listWrap
------------- */
/* 목록 */
.listWrap {
  padding: 50px 0;
  /* 태그 */
  /* 상세 검색 */
}
@media (max-width: 767px) {
  .listWrap {
    padding: 30px 0;
  }
}
.listWrap .anotherTags h6 {
  font-size: 16px;
  color: #888;
  margin-bottom: 30px;
}
.listWrap .listTitle.searchTitle {
  padding-bottom: 10px;
}
.listWrap .listTitle.searchTitle .searchedText {
  font-size: 24px;
  font-weight: 600;
  border: 0 none;
  border-bottom: 2px solid #111;
  padding: 5px 8px;
  width: 80%;
}
@media (max-width: 767px) {
  .listWrap .listTitle.searchTitle .searchedText {
    width: 100%;
  }
}
.listWrap .listTitle.searchTitle .searchedText:focus {
  border-color: #5BC2DD;
  outline: 0;
}
.listWrap .advPanel {
  width: 90%;
}
@media (max-width: 767px) {
  .listWrap .advPanel {
    width: 100%;
  }
}
.listWrap .advPanel .toggleAdvPanel {
  display: block;
  width: 100%;
  border: 0 none;
  background: none;
  position: relative;
  font-size: 16px;
  color: #888;
  text-align: left;
  padding: 10px 0;
  margin: 0 0 15px;
}
.listWrap .advPanel .toggleAdvPanel img {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -3px;
}
.listWrap .advPanel .toggleAdvPanel.opend img {
  transform: rotate(180deg);
}
.listWrap .advPanel .filters {
  margin-bottom: 50px;
}
.listWrap .advPanel .btn-light {
  border: 1px solid #ddd;
  background: #fff;
  font-size: 14px;
  margin: 0 0 15px;
}
.listWrap .advPanel .btnGoSearch {
  font-size: 14px;
  font-weight: 600;
}
.listWrap .listHead {
  margin-top: -12px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .listWrap .listHead {
    margin-top: 40px;
  }
}
.listWrap .listHead .sum {
  font-size: 18px;
  color: #111111;
}
.listWrap .listHead .sum i {
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
}
.listWrap .listHead select {
  float: right;
  width: 98px;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
}

.list li {
  margin-bottom: 30px;
}
.list .articleSum {
  padding: 0;
}
.list .articleSum .thumbWrap {
  margin: 0;
  height: 100%;
}
.list .articleSum .thumbWrap .thumb {
  width: 100%;
  height: 150px;
}
.list .articleSum .thumbWrap.noThumb {
  height: 30px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .list .articleSum .titleWrap h3 {
    font-size: 16px;
  }
  .list .articleSum .titleWrap .author img {
    width: 24px;
    height: 24px;
  }
  .list .articleSum .thumbWrap .thumb {
    width: 100%;
    height: 100px;
  }
}
.list .articleSum .titleWrap .author {
  margin-bottom: 15px;
}
.list .articleSum .desc {
  -webkit-line-clamp: 2;
  margin-bottom: 5px;
}
.list .articleSum .desc.noThumb {
  -webkit-line-clamp: 4;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .list .articleSum .desc {
    display: none;
  }
}
.list .articleSum .tags {
  padding: 10px 0 0;
}
.list button.more {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  border: 0 none;
  background: none;
  width: 152px;
  margin: 100px auto;
  display: block;
  text-align: left;
}
@media (max-width: 767px) {
  .list button.more {
    font-size: 14px;
  }
}
.list button.more:before {
  content: " ";
  width: 80px;
  height: 3px;
  position: absolute;
  background: #000;
  top: 50%;
  right: 0;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .list button.more:before {
    width: 60px;
  }
}
.list button.more:after {
  content: " ";
  width: 3px;
  height: 13px;
  position: absolute;
  background: #000;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}

/* ------------
=articleWrap
------------- */
/* 글 상세 */
.articleWrap {
  padding: 0 0 50px;
}
@media (max-width: 767px) {
  .articleWrap {
    padding: 0 0 30px;
  }
}
.articleWrap .thumbBG {
  height: 360px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.articleWrap .thumbImgBox {
  margin: 0 0 50px;
}
.articleWrap .thumbImgBox img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .articleWrap .thumbImgBox {
    margin: 0 -15px 30px;
  }
  .articleWrap .thumbImgBox img {
    border-radius: 0;
  }
}
.articleWrap > .container {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .articleWrap > .container {
    padding-top: 30px;
  }
}
.articleWrap .articleTitle {
  padding: 0 0 50px;
  border-bottom: 1px solid #ddd;
}
.articleWrap .articleTitle .tagCate {
  background: #111111;
  color: #fff;
  font-weight: 600;
  padding: 3px 5px;
  border-radius: 3px;
  display: inline-block;
}
.articleWrap .articleTitle .tagCate.tc1 {
  background: #111111;
}
.articleWrap .articleTitle .tagCate.tc2 {
  background: #5E76E9;
}
.articleWrap .articleTitle .tagCate.tc3 {
  background: #5BC2DD;
}
.articleWrap .articleTitle h2 {
  font-size: 40px;
  font-weight: 700;
  color: #111111;
  position: relative;
  padding: 30px 0 0;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .articleWrap .articleTitle h2 {
    font-size: 32px;
  }
}
.articleWrap .articleTitle h2:before {
  content: " ";
  position: absolute;
  left: 5px;
  top: -8px;
  height: 13px;
  width: 3px;
  background: #5BC2DD;
}
.articleWrap .articleTitle h2:after {
  content: " ";
  position: absolute;
  left: 0;
  top: -3px;
  width: 30%;
  height: 3px;
  background: #A4A49F;
}
@media (max-width: 767px) {
  .articleWrap .articleTitle h2:after {
    width: 100%;
  }
}
.articleWrap .articleTitle .author {
  display: inline-block;
  padding: 0 0 0 58px;
  width: 70%;
  border-radius: 6px;
  margin: 25px 0 20px;
  position: relative;
}
.articleWrap .articleTitle .author img.userProfile {
  float: left;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-left: -58px;
}
.articleWrap .articleTitle .author strong {
  display: block;
  margin-top: 4px;
}
.articleWrap .articleTitle .author small {
  color: #888;
  word-break: keep-all;
}
.articleWrap .articleTitle .author img.ic {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 12px;
}
.articleWrap .articleTitle a.author {
  border: 1px solid #ddd;
  padding: 15px 30px 15px 73px;
  min-width: 250px;
  max-width: 400px;
}
.articleWrap .articleTitle a.author small {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
}
.articleWrap .articleTitle a.author:hover {
  border-color: #999;
  text-decoration: none;
}
.articleWrap .articleTitle a.author:hover strong {
  color: #5BC2DD;
}
.articleWrap .articleTitle .pubDate {
  font-size: 16px;
  margin-bottom: 10px;
}
.articleWrap .articleTitle .pubDate span {
  color: #888;
  margin-left: 15px;
}
.articleWrap .attachment {
  padding: 30px 0 10px 34px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .articleWrap .attachment {
    padding: 20px 0 0 34px;
  }
}
.articleWrap .attachment img.ic_attach {
  float: left;
  width: 20px;
  height: 20px;
  margin-left: -34px;
}
.articleWrap .attachment li {
  padding: 0 0 20px;
}
.articleWrap .attachment li a small {
  color: #888;
  margin-left: 30px;
}
.articleWrap .attachment li a small img {
  width: 16px;
  opacity: 0.5;
}
.articleWrap .attachment li a:hover {
  text-decoration: none;
}
.articleWrap .attachment li a:hover small {
  color: #5BC2DD;
}
.articleWrap .attachment li a:hover small img {
  opacity: 1;
}
.articleWrap .article {
  margin: 50px 0;
  font-size: 18px;
}
.articleWrap .article img {
  max-width: 100%;
}
.articleWrap .article #carousel-cardNews {
  max-width: 600px;
}
@media (max-width: 767px) {
  .articleWrap .article #carousel-cardNews {
    max-width: 100%;
  }
}
.articleWrap .article .youtubeBox {
  border: 1px solid #C4C4C4;
  display: flex;
  cursor: pointer;
  padding: 0 21px 21px 0;
}
.articleWrap .article .youtubeBox .youtubeThumbnail {
  margin: 21px;
  margin-bottom: 0;
}
.articleWrap .article .youtubeBox .youtubeThumbnail img {
  max-height: 114px;
}
.articleWrap .article .youtubeBox .youtubeBody h6 {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-top: 32px;
}
.articleWrap .article .youtubeBox .youtubeBody u {
  font-size: 14px;
  color: #999999;
}
.articleWrap .article .youtubeBox .youtubeBody img {
  width: 24px;
  margin-right: 10px;
}
.articleWrap .article.notYetMember {
  height: 1500px;
  overflow: hidden;
  position: relative;
}
.articleWrap .article.notYetMember .plzRegister {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  padding: 100px 0 100px;
  text-align: center;
}
.articleWrap .article.notYetMember .plzRegister h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 10px;
}
.articleWrap .article.notYetMember .plzRegister p {
  font-size: 14px;
  color: #888;
}
.articleWrap .article.notYetMember .plzRegister a {
  background: #5BC2DD;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  padding: 8px 40px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.articleWrap .article.notYetMember .plzRegister a:hover {
  background: #111111;
}
.articleWrap h4.atTailHeading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.articleWrap h4.atTailHeading i.cnt {
  font-style: normal;
  font-weight: 400;
  margin-left: 10px;
}
.articleWrap .aboutAuthor {
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f5f5f5;
  padding: 20px 20px 20px 88px;
  margin: 40px auto 80px;
  width: 90%;
  overflow: auto;
}
.articleWrap .aboutAuthor img.userProfile {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  float: left;
  margin-left: -68px;
}
.articleWrap .aboutAuthor strong {
  font-size: 16px;
  color: #111;
}
.articleWrap .aboutAuthor a {
  float: right;
  font-size: 12px;
  color: #888;
}
.articleWrap .aboutAuthor a img.ic {
  width: 12px;
  height: 12px;
  margin-top: -1px;
}
.articleWrap .aboutAuthor a:hover {
  font-weight: 600;
  color: #5BC2DD;
}
.articleWrap .aboutAuthor p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin: 10px 0 0;
}
.articleWrap .relBooks {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
.articleWrap .relBooks a.linkToBook {
  display: block;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px 15px 15px 104px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .articleWrap .relBooks a.linkToBook {
    margin-bottom: 15px;
  }
}
.articleWrap .relBooks a.linkToBook:hover {
  text-decoration: none;
  border-color: #999;
}
.articleWrap .relBooks a.linkToBook:hover strong {
  color: #5BC2DD;
}
.articleWrap .relBooks a.linkToBook img.cover {
  float: left;
  margin-left: -89px;
  width: 74px;
  border-radius: 2px;
}
.articleWrap .relBooks a.linkToBook span {
  color: #5BC2DD;
  font-size: 12px;
  font-weight: 600;
}
.articleWrap .relBooks a.linkToBook strong {
  font-size: 16px;
  display: block;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
}
.articleWrap .relBooks a.linkToBook small {
  display: block;
  font-size: 14px;
  color: #888;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
}
.articleWrap .resH {
  margin: 50px 0;
}
.articleWrap .responseBtns {
  padding: 10px 0;
  margin-bottom: 50px;
  position: sticky;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #eee;
  z-index: 2;
}
@media (max-width: 767px) {
  .articleWrap .responseBtns {
    bottom: 60px;
  }
}
.articleWrap .responseBtns button {
  background: #fff;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 10px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #111111;
}
.articleWrap .responseBtns button.print {
  float: right;
  margin: 0;
}
.articleWrap .responseBtns button img {
  margin-right: 8px;
}
.articleWrap .responseBtns button i {
  margin-left: 15px;
  font-style: normal;
}
.articleWrap .responseBtns button:hover {
  border-color: #5BC2DD;
}
@media (max-width: 767px) {
  .articleWrap .responseBtns button {
    padding: 2px 5px;
    border-color: #eee;
  }
  .articleWrap .responseBtns button img {
    margin: 0;
  }
  .articleWrap .responseBtns button span {
    display: none;
  }
  .articleWrap .responseBtns button i {
    margin-left: 4px;
  }
}
.articleWrap .comments ul {
  margin-top: 40px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}
.articleWrap .comments .cmt {
  margin-bottom: 40px;
  position: relative;
}
.articleWrap .comments .cmt img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.articleWrap .comments .cmt strong {
  font-size: 14px;
  font-weight: 600;
}
.articleWrap .comments .cmt p {
  margin: 10px 0 0;
  font-size: 16px;
  color: #666;
  line-height: 25px;
}
.articleWrap .comments .cmt .date {
  color: #888;
  font-size: 12px;
}
.articleWrap .comments .cmt .claim {
  border: 0 none;
  background: none;
  font-size: 12px;
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
}
.articleWrap .comments .cmt .edit {
  border: 0 none;
  background: none;
  font-size: 12px;
  position: absolute;
  right: 50px;
  top: 0;
  color: #5BC2DD;
}
.articleWrap .comments .cmt .del {
  border: 0 none;
  background: none;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  color: red;
}
.articleWrap .comments .cmt .editForm {
  padding: 10px;
  background: #f5f5f5;
  border-radius: 6px;
  margin: 10px 0;
}
.articleWrap .comments .cmt .editForm textarea {
  height: 80px;
  margin-bottom: 10px;
}
.articleWrap .comments .cmt.blind p {
  color: #aaa;
}
.articleWrap .comments .cmt.blind p small {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.articleWrap .comments .cmtWrite {
  margin-bottom: 50px;
}
.articleWrap .comments .cmtWrite textarea {
  margin-bottom: 15px;
}
.articleWrap .relArticle {
  margin-top: 200px;
}

/* 공유 팝업 */
.snsShareMenu a.dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.snsShareMenu a.dropdown-item i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  margin-right: 5px;
}
.snsShareMenu a.dropdown-item i img {
  max-width: 16px;
  max-height: 16px;
}
.snsShareMenu a.dropdown-item i.kakao {
  background: #FEEA10;
}
.snsShareMenu a.dropdown-item i.fb {
  background: #385C8E;
}
.snsShareMenu a.dropdown-item i.tw {
  background: #fff;
  border: 1px solid #ddd;
}
.snsShareMenu a.dropdown-item img.link {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.snsShareMenu a.dropdown-item small {
  color: #111111;
}

/* ------------
=mypageWrap
------------- */
.mypageWrap {
  padding: 50px 0;
  min-height: 900px;
}
@media (max-width: 767px) {
  .mypageWrap {
    padding: 30px 0;
  }
}

.mypageAside {
  max-width: 250px;
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .mypageAside {
    max-width: 100%;
    position: static;
  }
}
.mypageAside .user {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 30px 0 40px;
}
@media (max-width: 992px) {
  .mypageAside .user {
    margin: 20px 0;
  }
}
.mypageAside .user .profilePic {
  margin-right: 15px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.mypageAside .user strong {
  font-size: 16px;
  color: #111111;
}
.mypageAside .user a.edit {
  float: right;
  border: 1px solid #999;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px 3px;
  border-radius: 3px;
  margin-top: 18px;
}
.mypageAside .user a.edit:hover {
  text-decoration: none;
}
@media (max-width: 992px) {
  .mypageAside .tinyHeading {
    display: none;
  }
}
.mypageAside .menu {
  margin-top: -5px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .mypageAside .menu {
    overflow: hidden;
  }
}
.mypageAside .menu li a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
  font-size: 16px;
  transition: all 0.3s;
  font-weight: 500;
}
.mypageAside .menu li a:hover, .mypageAside .menu li a.selected {
  color: #111111;
  border-bottom: 2px solid #111111;
  text-decoration: none;
  font-weight: 600;
}
.mypageAside .menu li a img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.mypageAside .menu li a .notiIcWrap {
  position: relative;
  margin-right: 5px;
}
.mypageAside .menu li a .notiIcWrap img {
  margin: 0;
}
.mypageAside .menu li a .notiIcWrap i.notiDot {
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5BC2DD;
}
.mypageAside .menu li a .cnt {
  float: right;
}
.mypageAside .menu li a.selected .cnt {
  color: #5BC2DD;
}
@media (max-width: 992px) {
  .mypageAside .menu li {
    float: left;
    width: 25%;
  }
  .mypageAside .menu li a {
    font-size: 13px;
    text-align: center;
    position: relative;
  }
  .mypageAside .menu li a img {
    margin: 0 auto 10px;
    display: block;
  }
  .mypageAside .menu li a .cnt {
    position: absolute;
    top: 0;
    left: 55%;
    padding: 5px;
    background: rgba(240, 240, 240, 0.8);
    border-radius: 4px;
    font-weight: 600;
  }
  .mypageAside .menu li.pushNoti {
    width: 100%;
  }
  .mypageAside .menu li.pushNoti a {
    text-align: left;
  }
  .mypageAside .menu li.pushNoti a img {
    display: inline-block;
  }
  .mypageAside .menu li.pushNoti a .cnt {
    position: static;
    background: none;
  }
}

.mypage h3.mpHeading {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 30px;
}
.mypage h3.mpHeading img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.mypage .mpHeadDesc {
  font-size: 14px;
  color: #888;
  margin-bottom: 20px;
}
.mypage .btnDelView {
  position: absolute;
  background: #FF1919;
  color: #fff;
  border-radius: 0 0 0 4px;
  border: 0 none;
  right: 10px;
  top: 0px;
  padding: 0;
  width: 32px;
  height: 29px;
  line-height: 29px;
  display: block;
  margin: 0 5px -20px auto;
  z-index: 10;
}
.mypage .btnDelView img {
  width: 16px;
  height: 16px;
}
.mypage .btnDelView:hover {
  background-color: #111111;
}
.mypage .btnFav {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 40px;
  height: 40px;
}
.mypage .btnFav .off {
  display: none;
}
.mypage .btnFav:hover {
  background: #111111;
  border-color: #111111;
  color: #fff;
}
.mypage .btnFav:hover .on {
  display: none;
}
.mypage .btnFav:hover .off {
  display: inline;
  filter: invert(100%);
}
@media (max-width: 767px) {
  .mypage .btnFav {
    width: 25px;
    height: 25px;
  }
  .mypage .btnFav img {
    width: 12px;
    height: 12px;
  }
}
.mypage .searchPanel {
  overflow: hidden;
  padding: 5px 0;
}
.mypage .searchPanel .during {
  float: left;
}
.mypage .searchPanel .searchBox {
  float: right;
}
.mypage .searchPanel .form-control {
  display: inline-block;
  width: 150px;
  vertical-align: middle;
}
.mypage .searchPanel button {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .mypage .searchPanel .during,
  .mypage .searchPanel .searchBox {
    float: none;
    margin: 0 0 10px;
  }
  .mypage .searchPanel .searchBox .form-control {
    width: 70%;
  }
}
.mypage .myCtList li {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px 15px 15px 50px;
  margin: 20px 0;
}
.mypage .myCtList li .ic {
  float: left;
  margin-left: -35px;
  width: 20px;
  height: 20px;
}
.mypage .myCtList li .titleWrap .cate {
  font-size: 12px;
  color: #888;
}
.mypage .myCtList li .titleWrap .title {
  font-size: 14px;
  color: #111111;
}
.mypage .myCtList li .cmt .userProfile {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
.mypage .myCtList li .cmt p {
  margin: 10px 0 15px;
  color: #666;
  font-size: 16px;
}
.mypage .myCtList li .cmt a.link {
  color: #E97D5E;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 600;
}
.mypage .btnAllRead {
  float: right;
  margin: -30px 0 20px;
  color: #5BC2DD;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
}
.mypage .btnAllRead img {
  margin-right: 3px;
}
.mypage .myPushList {
  clear: both;
}
.mypage .myPushList li {
  margin: 20px 0;
}
.mypage .myPushList li a {
  display: block;
  border-radius: 4px;
  padding: 10px 10px 10px 50px;
  position: relative;
}
.mypage .myPushList li a .ic {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -12px;
}
.mypage .myPushList li a span.date {
  display: block;
  color: #888;
}
.mypage .myPushList li a strong {
  display: block;
  color: #111111;
}
.mypage .myPushList li.unread a {
  border: 2px solid #111111;
}
.mypage .myPushList li.unread a:hover {
  border-color: #5BC2DD;
  text-decoration: none;
  color: #111111;
}
.mypage .myPushList li.read a {
  opacity: 0.5;
  background: #ddd;
  border: 2px solid #ddd;
}
.mypage .myPushList li.read a:hover {
  opacity: 1;
  background: #fff;
  border-color: #5BC2DD;
  text-decoration: none;
  color: #111111;
}

/* ------------
=myInfoWrap
내 정보 수정
------------- */
.myInfoWrap {
  padding: 50px 0;
}

.myInfo h5.tinyHeading {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.myInfo .col-form-label {
  text-align: right;
}
@media (max-width: 767px) {
  .myInfo .col-form-label {
    text-align: left;
  }
}
.myInfo .btnSave {
  width: 220px;
  margin: 0 auto;
  padding: 10px;
}

.accountInfo {
  margin: 40px 0;
}
.accountInfo .user {
  text-align: center;
  margin-bottom: 40px;
}
.accountInfo .user img.profilePic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: block;
  object-fit: cover;
}
.accountInfo .user .profilePicWrap {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
}
.accountInfo .user .changePic {
  position: absolute;
  bottom: 0;
  right: -5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 0 none;
  text-align: center;
  padding: 0;
}
.accountInfo .user .changePic img {
  width: 16px;
  height: 16px;
  filter: invert(100%);
}
.accountInfo .user strong.name {
  font-weight: 600;
  display: block;
}
.accountInfo .user span.email {
  color: #888;
  display: block;
}
.accountInfo .snsSSO {
  text-align: center;
}
.accountInfo .snsSSO .signBtn {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 2px;
}
.accountInfo .snsSSO .signBtn img {
  position: static;
}
.accountInfo .snsSSO .off {
  background: #fff;
  border: 1px dashed #ccc;
}
.accountInfo .snsSSO .off img {
  filter: invert(65%) sepia(8%) saturate(0%) hue-rotate(149deg) brightness(93%) contrast(90%);
}
.accountInfo .snsSSO .off:hover {
  border: 1px solid #111;
}

.basicInfo {
  margin: 40px 0;
}

.additionalInfo {
  margin: 40px 0;
}

/* ------------
=csCenter
------------- */
.csCenterWrap {
  padding: 50px 0;
  min-height: 900px;
}

.cscNav {
  margin: 55px 0 40px;
}
.cscNav a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #111111;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 10px;
}
.cscNav a.selected {
  background: #111111;
  color: #fff;
}
@media (max-width: 767px) {
  .cscNav {
    margin: 40px 5px 30px;
  }
  .cscNav .col-sm-3 {
    width: 25%;
    padding: 5px;
  }
  .cscNav .col-sm-3 a {
    letter-spacing: -0.5px;
    font-size: 13px;
  }
}

.cscDesc {
  color: #888;
  font-weight: 600;
}

.notMember {
  text-align: center;
  margin: 0 0 50px;
}
.notMember .form-control,
.notMember .btn {
  display: block;
  width: 210px;
  padding: 10px;
  margin: 15px auto;
}

.table thead th {
  border-bottom: 2px solid #111;
  border-top: 0 none;
  text-align: center;
}
.table tr.fixed,
.table tr.done {
  background: #f5f5f5;
}
.table tr.fixed td.title,
.table tr.done td.title {
  font-weight: 600;
}
.table td {
  text-align: center;
}
.table td.no {
  width: 60px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .table td.no {
    min-width: 60px;
  }
}
.table td.title {
  text-align: left;
  min-width: 150px;
}
.table td.title .hit {
  vertical-align: middle;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  background: #111111;
  color: #fff;
  margin-right: 5px;
  font-size: 12px;
}
.table td.date {
  width: 140px;
}
.table td.author {
  width: 140px;
}
@media (max-width: 767px) {
  .table td.author {
    min-width: 100px;
  }
}
.table td.view {
  width: 80px;
}
.table td.cate {
  width: 160px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .table td.cate {
    min-width: 120px;
  }
}
.table td.isA {
  width: 140px;
}
@media (max-width: 767px) {
  .table td.isA {
    min-width: 100px;
  }
}
.table td.isA .ansDone {
  vertical-align: middle;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  background: #5BC2DD;
  color: #fff;
  margin-right: 5px;
  font-size: 12px;
}

.cscPagination {
  margin: 50px 0;
}

.faqSearch {
  position: relative;
  margin: 70px 50px 15px;
}
@media (max-width: 767px) {
  .faqSearch {
    margin: 70px 15px 15px;
  }
}
.faqSearch .ic {
  position: absolute;
  top: 7px;
  left: 10px;
}
.faqSearch .form-control {
  padding-left: 45px;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #111;
}

.faqAccordion {
  margin: 40px 0;
  border-top: 1px solid #ddd;
}
.faqAccordion .inner {
  border-bottom: 1px solid #ddd;
}
.faqAccordion i.decoH {
  font-size: 27px;
  font-weight: 900;
  font-style: normal;
  float: left;
  margin-left: -40px;
  margin-top: -5px;
}
.faqAccordion h5.q {
  font-size: 18px;
  font-weight: 700;
  padding: 24px 10px 20px 60px;
  cursor: pointer;
}
.faqAccordion .ans {
  padding: 20px 10px 20px 60px;
}
.faqAccordion .ans b.acc {
  color: #5BC2DD;
}

.csArticleWrap .articleTitle .qaTitle {
  font-size: 24px;
}
.csArticleWrap .articleTitle .qaTitle .cate {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 30px;
  font-size: 16px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .csArticleWrap .articleTitle .qaTitle .cate {
    display: block;
    width: 120px;
    text-align: center;
    margin: 0 0 10px;
  }
}
.csArticleWrap .articleTitle .author {
  padding: 0;
  margin: 10px 0;
}
.csArticleWrap .articleTitle .qaDate {
  text-align: right;
  margin: 5px 0 -20px;
}
.csArticleWrap .articleTitle .view {
  float: right;
  margin-top: -10px;
}
.csArticleWrap a.btt {
  display: block;
  padding: 6px 0;
  width: 130px;
  margin: 0 0 0 auto;
  text-align: center;
  border: 2px solid #111111;
  border-radius: 4px;
  color: #111111;
  font-weight: 600;
}
.csArticleWrap a.btt:hover {
  background: #f5f5f5;
  text-decoration: none;
  color: #5BC2DD;
}
.csArticleWrap .navPR {
  clear: both;
  border-top: 1px solid #eee;
  margin: 40px 0 0;
}
.csArticleWrap .navPR a {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 20px 10px;
}
.csArticleWrap .navPR a b {
  display: inline-block;
  width: 50px;
  margin-right: 25px;
  text-align: center;
}
.csArticleWrap .navPR a span.hit {
  vertical-align: middle;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  background: #111;
  color: #fff;
  margin-right: 15px;
  font-size: 12px;
}
.csArticleWrap .navPR a:hover {
  text-decoration: none;
  background: #f5f5f5;
}
.csArticleWrap .qaAns {
  margin: 40px 0;
  padding: 20px 0 0;
  border-top: 2px solid #111;
}
.csArticleWrap .qaAns h5 {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.csArticleWrap .qaAns .qaDate {
  font-size: 16px;
  float: right;
}
.csArticleWrap .qaAns .qaDate span {
  margin-left: 15px;
  color: #888;
}
.csArticleWrap .qaAns .article {
  clear: both;
}

/* ------------
=magazine 월간 더라이브러리
------------- */
.magazine {
  padding-left: 270px;
  background: #f5f5f5;
  overflow: hidden;
  min-height: 100vh;
}
@media (max-width: 767px) {
  .magazine {
    padding: 0;
  }
}

.magAside {
  width: 270px;
  background: #fff;
  box-shadow: 4px 0 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 30px;
}
.magAside .toggle {
  position: absolute;
  top: 30px;
  left: 30px;
  border: 0 none;
  background: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
}
.magAside .toggle span {
  display: block;
  width: 20px;
  height: 3px;
  margin: 3px 0;
  background: #000;
  border-radius: 50px;
  transition: 0.2s;
}
.magAside .toggle.opend {
  position: fixed;
  left: 300px;
}
.magAside .toggle.opend span {
  background: #000;
  width: 22px;
}
.magAside .toggle.opend .bar1 {
  transform: rotate(45deg) translate(3px, 6px);
}
.magAside .toggle.opend .bar2 {
  opacity: 0;
}
.magAside .toggle.opend .bar3 {
  transform: rotate(-45deg) translate(2px, -6px);
}
.magAside .logo {
  margin-left: 30px;
}
.magAside h6 {
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  margin: 50px 0 20px;
}
.magAside h5.year {
  color: #A4A49F;
  font-size: 14px;
  margin: 20px 0 5px;
  padding: 5px 0;
}
.magAside h5.year:hover {
  cursor: pointer;
  background: #f5f5f5;
}
.magAside ul.monthly {
  display: none;
  margin-right: -30px;
}
.magAside ul.monthly.current {
  display: block;
}
.magAside ul.monthly li a {
  display: block;
  border-bottom: 1px solid #A4A49F;
  font-weight: 700;
  color: #111111;
  padding: 15px 25px 15px 0;
  line-height: 1;
}
.magAside ul.monthly li a img {
  float: right;
  opacity: 0.2;
  margin-top: 4px;
}
.magAside ul.monthly li a:hover {
  background: #f5f5f5;
  text-decoration: none;
  padding: 15px 20px 15px 0;
  transition: all 0.5s;
  color: #5BC2DD;
}
.magAside ul.monthly li a:hover img {
  opacity: 0.8;
}
.magAside ul.monthly li a.selected {
  color: #5BC2DD;
  font-weight: 800;
  padding: 15px 20px 15px 0;
}
.magAside ul.monthly li a.selected img {
  opacity: 0;
}
.magAside ul.monthly li a.selected:hover img {
  opacity: 0;
}
.magAside .copyrights {
  position: absolute;
  bottom: 20px;
  color: #888;
}
.magAside .copyrights span {
  margin-right: 10px;
}
.magAside .copyrights span a {
  color: #888;
}
@media (max-width: 767px) {
  .magAside {
    position: static;
    width: 100%;
    height: auto;
  }
  .magAside h6,
  .magAside h5,
  .magAside ul.monthly,
  .magAside .copyrights {
    display: none !important;
  }
}

.magContent {
  padding: 30px 50px;
  position: relative;
}
@media (max-width: 767px) {
  .magContent {
    padding: 20px;
  }
}
.magContent .monthlySelector {
  z-index: 10;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 20px;
  background: #fff;
  overflow: hidden;
  line-height: 1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .magContent .monthlySelector {
    margin-bottom: 30px;
  }
}
.magContent .monthlySelector h3 small {
  display: block;
  font-size: 14px;
  color: #888;
  margin: 5px 0 10px;
}
.magContent .monthlySelector h3 strong {
  font-size: 20px;
  font-weight: 900;
}
.magContent .monthlySelector .custom-select {
  position: absolute;
  width: 150px;
  bottom: 15px;
  right: 12px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}
@media (max-width: 1023px) {
  .magContent .monthlySelector .custom-select {
    position: static;
    width: 100%;
  }
}
@media (min-width: 1700px) {
  .magContent .col-xl-3 {
    width: 20%;
  }
}

/* ------------
=terms 이용약관 개인정보처리방침
------------- */
.terms {
  margin: 50px 0;
  color: #555;
  line-height: 1.8;
  font-size: 16px;
}
.terms h2.title {
  font-size: 32px;
  font-weight: 700;
}
.terms h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 50px 0 20px;
  letter-spacing: -0.5px;
}
.terms h5 {
  font-size: 19px;
  font-weight: 600;
  margin: 30px 0 15px;
}
.terms ul {
  padding-left: 17px;
  margin-bottom: 1rem;
}
.terms ul > li {
  list-style: disc;
}
.terms ul > li ul > li {
  list-style: circle;
}
.terms ul > li ul > li ul > li {
  list-style: square;
}
.terms ul.altB li {
  list-style: none;
}
.terms ul.altB .altBullet {
  font-family: sans-serif;
  display: inline-block;
  min-width: 14px;
  margin-left: -17px;
  vertical-align: top;
}
.terms ol {
  padding: 0 0 0 17px;
  margin-bottom: 1rem;
}
.terms ol > li {
  list-style: decimal;
}

/* ---- end */

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