@charset "utf-8";


/* Default */

* {margin: 0; padding: 0;}
html, body, div, input, label, select, textarea, button, h1, h2, h3, h4, h5, h6, strong, p, a, ul, li, dl, dt, dd, a {font-family: 'NotoSansKR', sans-serif; letter-spacing: -0.15px;}
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {display: block;}
a {text-decoration: none;}
img {max-width: 100% !important; border: 0; vertical-align: top;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ""; content: none;}
table {width: 100%; max-width: 100% !important; border-spacing: 0; table-layout: fixed; word-break: break-all;}
textarea {resize: none; outline: 0;}
button {text-decoration: none; background: transparent; border: none; outline: 0; white-space: nowrap; cursor: pointer;}

.fixed {position: fixed !important;}
.hidden {display: none !important;}
.blind {position: absolute; clip: rect(0 0 0 0); width: 1px; height: 1px; margin: -1px; overflow: hidden;}

.pc-show {display: block;}
.pc-show-ib {display: inline-block;}
.pad-show,
.pad-show-ib,
.mob-show,
.mob-show-ib {display: none;}

@media (max-width: 1280px) {
  .pc-show,
  .pc-show-ib {display: none;}
  .pad-show {display: block;}
  .pad-show-ib {display: inline-block;}
}
@media (max-width: 900px) {
  .pad-show,
  .pad-show-ib {display: none;}
  .mob-show {display: block;}
  .mob-show-ib {display: inline-block;}
}


/* mask */

body:before {display: none; content: ''; position: fixed; top: 0; left: 0; right: 0; bottom: 0; visibility: visible; opacity: 0.5; transition: opacity 0.3s linear 0.4s, visibility 0.00s linear 0.00s; background-color: #000;}
body.menu-on,
body.search-on,
body.share-on {overflow: hidden}
body.search-on:before {display: block; z-index: 99;}

body .header .menu:before {display: none; content: ''; position: fixed; top: 0; left: 0; right: 0; bottom: 0; visibility: visible; opacity: 0.5; transition: opacity 0.3s linear 0.4s, visibility 0.00s linear 0.00s; background-color: #000;}
body.menu-on .header .menu:before {display: block;}


/* header */

.header {position: relative; height: 115px;}
.header-field {position: fixed; top: 0; left: 0; width: 100%; background-color: #fff; border-top: 3px solid #00b6f0; border-bottom: 1px solid #c0c0c0; box-shadow: 0px 1px 10px 0 rgb(5 5 5 / 10%); z-index: 100;}
body.search-on .header-field {box-shadow: none;}
.header .inner {display: flex; justify-content: space-between; align-items: end; position: relative; margin: 0 auto; width: 1200px; max-width: 100%; box-sizing: border-box;}

.header .logo {display: flex; height: 111px; align-items: center;}
.header .logo a {display: block; width: 160px; height: 44px; background: url(../images/logo-header.png) center center no-repeat; background-size: 100% auto !important;}

.header .util {display: flex; gap: 0 20px; position: absolute; top: 20px; right: 0; align-items: center;}

.header .btn-prev,
.header .btn-menu {display: none;}

.header .btn-lang {display: block; width: 80px; line-height: 26px; border: 1px solid #c0c0c0; border-radius: 50px; text-align: center; box-sizing: border-box;}
.header .btn-lang span {display: none; font-size: 16px; color: #8b8b8b; font-weight: 500;}
.header .btn-lang span.active {display: block;}
.header .btn-lang:hover {border-color: #00b6f0;}
.header .btn-lang:hover span {color: #00b6f0;}

.header .btn-search {display: block; width: 22px; height: 23px; background: url(../images/i-search.png) center center no-repeat; background-size: 22px auto !important;}
.header .btn-search:hover {background-image: url(../images/i-search-on.png);}
.header .btn-search span {position: absolute; clip: rect(0 0 0 0); width: 1px; height: 1px; margin: -1px; overflow: hidden;}

.header .menu {position: relative;}
.header .menu .util,
.header .menu .site {display: none;}

.header .gnb {display: flex; align-items: center; gap: 0 60px; height: 62px; list-style: none;}
.header .gnb li {}
.header .gnb li a {line-height: 1; font-size: 22px; color: #2a2a2a; font-weight: 500;}
.header .gnb li.active a,
.header .gnb li a:hover {color: #00b6f0;}

@media (max-width: 1280px) {
  .header {height: 60px;}
  .header-field {position: fixed; border-top: 0;}
  .header .inner {width: 100%;}

  .header .logo {margin: 0 auto; height: 60px;}
  .header .logo a {width: 200px; background-image: url(../images/logo-header-mob.png);}

  .header .btn-prev {display: block; position: absolute; top: 0; left: 0; width: 60px; height: 60px; background: url(../images/i-mobile-header-prev.png) 45% center no-repeat; background-size: 10px auto !important; box-sizing: border-box;}
  /*ios에서 햄버거 하단이 깨짐으로 인해 19px -> 21px로 수정*/
  .header .btn-menu {display: block; position: absolute;top: 0; left: 0; width: 60px; height: 60px; background: url('../images/i-mobile-menu-button.png') center center no-repeat; background-size: 21px !important; box-sizing: border-box;}

  .header .util {position: absolute; top: 0; right: 0;}
  .header .btn-lang {display: none;}
  .header .btn-search {width: 60px; height: 60px; background-size: 20px auto !important;}
  .header.mob-none-search .btn-search {display: none;}
  .header .btn-search:hover {background-image: url(../images/i-search.png);}

  .header .menu {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%;}
  .header .menu.active {display: block; z-index: 101;}
  .header .menu > div {position: fixed; top: 0; left: 0; width: 420px; max-width: 85%; height: 100%; background-color: #fff; z-index: 1; overflow-y: scroll;}
  .header .menu .head {display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; padding: 0 20px; height: 60px; background-color: #00b6f0;}
  .header .menu .home {display: block; width: 32px; height: 28px; background: url(../images/i-mobile-menu-home.png) center center no-repeat; background-size: auto 22px !important;}
  .header .menu .util {display: flex; position: relative; gap: 0 15px;}
  .header .menu .btn-lang {display: block; border-color: #fff;}
  .header .menu .btn-lang span {font-size: 14px; color: #fff; font-weight: 400;}
  .header .menu .btn-close {display: block; width: 28px; height: 28px; background: url(../images/i-mobile-menu-close.png) center center no-repeat; background-size: auto 20px !important;}
  .header .menu .gnb {display: block; padding: 0 20px; height: auto;}
  .header .menu .gnb li {border-bottom: 1px solid #dcdcdc;}
  .header .menu .gnb li a {display: block; position: relative; line-height: 55px; font-size: 17px;}
  .header .menu .gnb li a:after {display: block; content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 7px; height: 100%; background: url(../images/i-mobile-menu-more.png) center center no-repeat; background-size: 100% auto !important;}
  .header .menu .site {display: block; margin: 60px 0; padding: 0 20px;}
  .header .menu .site > a {display: block; position: relative; padding: 0 10px; line-height: 48px; font-size: 16px; color: #00b6f0; font-weight: 500; background-color: #fff; border: 1px solid #00b6f0; border-radius: 5px; box-sizing: border-box; z-index: 1;}
  .header .menu .site > a:after {display: block; content: ''; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); width: 14px; height: 100%; background: url(../images/i-mobile-menu-site-more.png) center center no-repeat; background-size: 100% auto !important;}
  .header .menu .site ul {display: none; margin-top: -5px; padding: 5px 10px 0; list-style: none; background-color: #fff; border: 1px solid #00b6f0; border-radius: 5px;}
  .header .menu .site.active ul {display: block;}
  .header .menu .site li {border-top: 1px solid #dcdcdc;}
  .header .menu .site li:first-child {border-top: 0;}
  .header .menu .site li a {display: block; line-height: 45px; font-size: 15px; color: #737373;}
}
@media (max-width: 900px) {
  .header .logo {max-width: calc(100% - 120px);}
  .header .logo a {width: 180px; max-width: 100%;}
}


/* footer */

.footer {background: #333;}
.footer .inner {display: flex; justify-content: space-between; align-items: center; position: relative; margin: 0 auto; width: 1200px; max-width: 100%; box-sizing: border-box;}

.footer .quick {display: none; position: fixed; /* 240411 */ bottom: 60px; right: 70px; z-index: 10;}
.footer .quick button {display: block; outline: none; margin-top: 15px; width: 60px; height: 60px; background-color: rgb(255 255 255 / 90%); background-position: center center; background-repeat: no-repeat; border: 2px solid #c7c7c7; border-radius: 15px; box-sizing: border-box; cursor: pointer; box-shadow: 0px 5px 9.9px 0.1px rgba(0, 0, 0, 0.15);}
.footer .quick button:first-child {margin-top: 0 !important;}

.footer .btn-share {display: none !important; background-image: url(../images/i-share.png); background-size: 20px auto; }
.footer .btn-top {background-image: url(../images/i-top.png); background-size: 16px auto;}

.footer .logo {display: flex; height: 100px; align-items: center;}
.footer .logo a {display: block; width: 160px; height: 44px; background: url(../images/logo-footer.png) center center no-repeat; background-size: 100% auto !important;}

.footer .col {display: flex; gap: 0 40px; align-items: center;}

.footer .copyright {display: block; font-size: 14px; color: #737373; font-weight: 400;}

.footer .site {position: relative;}
.footer .site > a {display: block; position: relative; width: 140px; line-height: 38px; font-size: 16px; color: #c0c0c0; border-bottom: 1px solid #4f4f4f; box-sizing: border-box;}
.footer .site > a:after {display: block; content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 8px; height: 8px; background: url(../images/i-plus-gray.png) center center no-repeat; background-size: 100% auto !important;}
.footer .site ul {display: none; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); margin-bottom: 5px; padding: 0 10px; width: calc(100% + 20px); background-color: #333; border: 1px solid #737373; border-radius: 10px; box-sizing: border-box; list-style: none; z-index: 11;}
.footer .site.active ul {display: block;}
.footer .site li {border-top: 1px solid #4f4f4f;}
.footer .site li:first-child {border-top: 0;}
.footer .site li a {display: block; line-height: 38px; font-size: 14px; color: #8b8b8b;}
.footer .site li a:hover {color: #fff;}

@media (min-width: 1291px) {
  .footer .quick button:hover {border-color: #00b6f0;}
  .footer .quick .btn-share:hover {background-image: url(../images/i-share-color.png);}
  .footer .quick .btn-top:hover {background-image: url(../images/i-top-color.png);}
}
@media (max-width: 1280px) {
  .footer .inner {padding: 10px 20px; width: 100%;}

  .footer .quick {bottom: 30px; right: 20px;}
  .footer .quick button {border-width: 1px;}
  .footer .btn-share {display: block !important;}
  /* 240411 .footer .btn-share.active {background-image: url(../images/i-share-color.png); border-color: #00b6f0;} */

  .footer .logo {height: 60px;}
  .footer .logo a {width: 200px; background-image: url(../images/logo-footer-mob.png);}

  .footer .site {display: none;}
}
@media (max-width: 900px) {
  .footer .quick button {margin-top: 10px; width: 50px; height: 50px;}

  .footer .logo a {width: 160px;}
  .footer .copyright {font-size: 12px;}
}


/* search */

.search {display: none; position: fixed; top: 115px; left: 0; /*padding: 60px 40px 55px;*/ width: 100%; line-height: 1.2; background-color: #fff; z-index: 99; box-sizing: border-box;}

.search .search-field {position: relative; margin: 0 auto; /*padding: 0 90px;*/ padding: 60px 90px 40px; width: 780px; max-width: 100%; box-sizing: border-box;}
.search .btn-close {position: absolute; /*top: 0;*/ top: 60px; right: 0; width: 70px; height: 70px; background:#ececec url(../images/i-search-close.png) center center no-repeat; border-radius: 50%; z-index: 1;}

.search .form {position: relative;}
.search .form .input-search {padding: 0 82px 0 40px; width: 100%; height: 70px; font-size: 22px; color: #00b6f0; font-weight: 500; background-color: #fff; border: 3px solid #00b6f0; border-radius: 50px; outline: none; box-sizing: border-box; caret-color: #02b9f3;}
.search .form .input-search:placeholder-shown {border-color: #242424;}
.search .form .input-search:focus {border-color: #00b6f0;}

.search .form .input-search::-webkit-input-placeholder {color: #8b8b8b; font-weight: 400;}
.search .form .input-search:-ms-input-placeholder {color: #8b8b8b; font-weight: 400;}
.search .form .input-search::placeholder {color: #8b8b8b; font-weight: 400;}
.search .form .input-search::-ms-clear,
.search .form .input-search::-ms-reveal {display: none;}
.search .form .input-search::-webkit-search-decoration,
.search .form .input-search::-webkit-search-cancel-button,
.search .form .input-search::-webkit-search-results-button,
.search .form .input-search::-webkit-search-results-decoration {display:none;}
.search .form .btn-submit {position: absolute; top: 50%; right: 35px; transform: translateY(-50%); width: 52px; height: 50px; background: url(../images/i-search-submit.png) center center no-repeat; box-sizing: border-box;}

.search .history {}
.search .history ul {padding: 20px 40px; list-style: none;}
.search .history li {position: relative; margin-top: 15px; padding-right: 35px;}
.search .history li:first-child {margin-top: 0 !important;}
.search .history li > a {display: flex; justify-content: space-between; align-items: center; padding: 5px 0;}
.search .history li span {display: block; line-height: 1.2; font-size: 18px; color: #2a2a2a;}
.search .history li .date {color: #8b8b8b;}
.search .history li .btn-remove {position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 20px; height: 20px; background: url(../images/i-search-remove.png) center center no-repeat;}

.search .history .button {padding: 20px 40px 0; text-align: right; border-top: 1px solid #cacaca;}
.search .history .all-remove {position: relative; padding: 5px 35px 5px 0; font-size: 18px; color: #8b8b8b; box-sizing: border-box;}
.search .history .all-remove:after {display: block; content: ''; position: absolute; top: 0; right: 0; width: 20px; height: 100%; background: url(../images/i-search-remove.png) center center no-repeat;}

.search.search-write .search .history {display: block;}

@media (max-width: 1280px) {
  .search {top: 61px; /*padding: 20px;*/}
  .search .search-field {/*padding: 0;*/ padding: 20px;}
  .search .btn-close {width: 50px; height: 50px; background-size: 15px auto !important; /*top: 0;*/ top: 20px; right: 20px;}
  .search .form {margin-right: 60px;}
  .search .form .input-search {padding: 0 50px 0 20px; height: 50px; font-size: 16px; border-width: 2px;}
  .search .form .btn-submit {right: 0; top: 0; transform: translateY(0); width: 60px; background-size: 22px auto !important;}

  .search .history ul {padding: 10px 0;}
  .search .history li {margin-top: 10px; padding-right: 25px;}
  .search .history li > a {padding-left: 20px;}
  .search .history li span {font-size: 15px;}
  .search .history li .btn-remove {background-size: 12px auto !important;}

  .search .history .button {padding: 5px 0 0;}
  .search .history .all-remove {padding: 5px 25px 5px 0; font-size: 15px;}
  .search .history .all-remove:after {background-size: 12px auto !important;}
}

/* search - top5 */
.search #top5 {margin-top: 40px; padding: 0 20px 0 44px; display: none;}
.search.top5-open #top5 {}
.search #top5 .top5-title {display: block; color: #2a2a2a; font-size: 22px; line-height: 1; font-weight: 500; margin-bottom: 25px;}
.search #top5 .top5-list {}
.search #top5 .top5-list > li {display: block;}
.search #top5 .top5-list > li + li {margin-top: 20px;}
.search #top5 .top5-list > li > a {display: block; font-size: 18px; color: #2a2a2a;}
.search #top5 .top5-list .num {display: inline-block; color: #00a4ff; font-style: normal; vertical-align: text-top;}
.search #top5 .top5-list .txt {display: inline-block; margin-left: 5px; max-width: calc(100% - 35px); vertical-align: text-top;}
.search .btn-close-bottom {background: #ececec; padding: 18px; display: none;}
.search.top5-open .btn-close-bottom {display: block;}
.search .btn-close-bottom .txt {display: block; width: 780px; max-width: 100%; margin: 0 auto; text-align: right; color: #8b8b8b; font-size: 18px; position: relative; padding-right: 40px; box-sizing: border-box;}
.search .btn-close-bottom .txt .icon {width: 20px; height: 20px; display: inline-block; position: absolute; transform: rotate(45deg); top: 1px; right: 0;}
.search .btn-close-bottom .txt .icon::before {content: ''; width: 2px; height: 20px; background: #8b8b8b; position: absolute; top: 0; left: 9px;}
.search .btn-close-bottom .txt .icon::after {content: ''; width: 20px; height: 2px; background: #8b8b8b; position: absolute; top: 9px; left: 0;}

@media (max-width: 1280px) {
  .search.top5-open {}
  .search #top5 {padding: 0 10px 0 20px; margin-top: 30px;}
  .search #top5 .top5-title {font-size: 19px; margin-bottom: 20px;}
  .search #top5 .top5-list > li > a {font-size: 16px;}
  .search #top5 .top5-list > li + li {margin-top: 13px;}
  .search .btn-close-bottom {padding: 16px 20px;}
  .search .btn-close-bottom .txt {font-size: 15px; padding-right: 25px;}
  .search .btn-close-bottom .txt .icon {width: 16px; height: 16px; top: 2px;}
  .search .btn-close-bottom .txt .icon::before {height: 16px; left: 7px;}
  .search .btn-close-bottom .txt .icon::after {width: 16px; top: 7px;}


}

/* container */

.container {}
.container .inner {position: relative; margin: 0 auto; width: 1200px; max-width: 100%; box-sizing: border-box;}

.container h3 {display: flex; gap: 5px 20px; align-items: end; flex-wrap: wrap; position: relative; margin-bottom: 30px; line-height: 30px; font-size: 24px; color: #2a2a2a; font-weight: 500;}

.container h3.label {padding: 15px 20px 15px 50px; color: #fff;}
.container h3.label:before {display: block; content: ''; position: absolute; top: 15px; left: 20px; width: 20px; height: 30px; background: url(../images/i-category.png) center center no-repeat; background-size: 100% auto !important;}

.hemohim h3.label {background-color: #eb7765;}
.absolute h3.label {background-color: #00b6f0;}
.health h3.label {background-color: #49c48c;}
.beauty h3.label {background-color: #ec7aaa;}
.hairBody h3.label {background-color: #f49f54;}
.livingApp h3.label {background-color: #7091e3;}
.toon h3.label {background-color: #eb7765;}

.container h3 span {line-height: 1.2; font-size: 16px; color: #fff; font-weight: 400;}
.container h3 .more {display: block; position: absolute; top: 50%; right: 0; transform: translateY(-50%); font-size: 14px; color: #8b8b8b; font-weight: 500;}
.container h3 .more:after {display: inline-block; content: ''; margin-left: 10px; width: 8px; height: 8px; background: url(../images/i-plus.png) center center no-repeat; background-size: 100% auto !important; vertical-align: baseline;}
.container h3 .more:hover {color: #242424;}
.container h3.label .more {right: 20px; color: #fff;}
.container h3.label .more:after {background-image: url(../images/i-plus-white.png);}

.list {}
.list ul {display: flex; gap: 60px 32px; flex-wrap: wrap; list-style: none;}
.list li {width: calc(100% / 4 - 24px);}

.slider {}
.slider ul {list-style: none;}

@media (min-width: 1281px) {
  .container h3 .more:hover::after {background-image: url(../images/i-plus-black.png);}
  .container h3.label .more:hover::after {background-image: url(../images/i-plus-white.png);}
}
@media (max-width: 1280px) {
  .container .inner {padding: 0 20px; width: 100%;}

  .container h3.label {margin: 0 -20px 20px;}
  .container h3.label:before {width: 15px;}
  .container h3 span {font-size: 14px;}
  .container h3 .more,
  .container h3.label .more {top: 0; right: 0; width: 100%; height: 100%; transform: translateY(0); font-size: 0;}
  .container h3 .more:after {position: absolute; top: 0; right: 0; width: 13px; height: 100%; background-image: url(../images/i-more-arrow.png);}
  .container h3.label .more:after {right: 20px; background-image: url(../images/i-more-arrow-white.png);}

  .list ul {gap: 20px}
  .list li {width: calc(50% - 10px);}
}
@media (max-width: 900px) {
  .container h3 {gap: 5px 10px; font-size: 20px;}
  .container h3.label {padding: 10px 20px;}
  .container h3.label:before {position: static;}

  .container h3 .more:after {width: 8px;}
  .container h3.label .more:after {right: 10px;}

  .list ul {gap: 20px 10px;}
  .list li {width: calc(50% - 5px);}
}


/* article */

.article {position: relative; box-sizing: border-box;}
.article > a {display: block; border: 1px solid #e2e2e2; box-shadow: 4px 4px 4.9px 0.1px rgba(0, 0, 0, 0.04); box-sizing: border-box;}

.article .img {border-bottom: 1px solid #e2e2e2; box-sizing: border-box;}
.article .img img {width: 100%;}

.article .txt {position: relative; margin: 15px 0; padding: 0 20px; height: 95px; box-sizing: border-box;}
.article .txt .title {display: -webkit-box; max-height: 56px; line-height: 28px; font-size: 22px; color: #2a2a2a; font-weight: 400; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.article .txt .title span {display: inline-block; position: relative;}
.article .txt .title span:before {display: inline-block; content: ''; position: absolute; bottom: 3px; left: 0; width: 100%; height: 6px; z-index: -1;}
.article.cate01 .txt .title span:before {/* hemohim */background-color: #ffbfb5;}
.article.cate02 .txt .title span:before {/* absolute */background-color: #aae2ff;}
.article.cate03 .txt .title span:before {/* health */background-color: #b2edbc;}
.article.cate04 .txt .title span:before {/* beauty */background-color: #fdc7e8;}
.article.cate05 .txt .title span:before {/* hairBody */background-color: #fedcbe;}
.article.cate06 .txt .title span:before {/* livingApp */background-color: #c8d7fe;}

.article .txt .text {display: -webkit-box; position: absolute; bottom: 0; left: 0; padding: 0 20px; width: 100%; max-height: 44px; line-height: 22px; font-size: 16px; color: #8b8b8b; font-weight: 400; overflow: hidden; -webkit-box-orient: vertical; text-overflow: ellipsis; -webkit-line-clamp: 2; letter-spacing: -0.25px; box-sizing: border-box;}

.article .meta {display: flex; margin: 20px 0 15px; padding: 0 20px; align-items: center;}
.article .txt + .meta {margin: 0 0 29px;}
.article .meta span {line-height: 21px; font-size: 12px; color: #8b8b8b; font-weight: 400;}
.article .meta > span {display: block; position: relative; margin: 0 10px;}
.article .meta > span:first-child {margin-left: 0;}
.article .meta > span:last-child {margin-right: 0;}
.article .meta > span:before { display: block; content: ''; position: absolute; top: 50%; left: -10px; transform: translateY(-50%); width: 1px; height: 11px; background-color: #c0c0c0;}
.article .meta > span:first-child::before {display: none;}
.article .meta > span span {display: inline-block;}
.article .meta .viewer {padding-left: 20px;}
.article .meta .viewer:after {display: inline-block; content:'\e038'; position: absolute; top: 0; left: 0; line-height: 21px; font-family: 'atomy-icon-font'; font-size: 16px; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}

.article .meta-wrap {display: flex; justify-content: space-between; align-items: center; margin: 20px 0 15px; padding: 0 20px;}
.article .meta-wrap .category {line-height: 21px; font-size: 14px; color: #2a2a2a; font-weight: 400;}
.article .meta-wrap .meta {margin: 0; padding: 0;}

@media (max-width: 1280px) {
  .container .inner {padding: 0 20px; width: 100%;}

  .article .txt .title {font-weight: 500;}
}
@media (max-width: 900px) {
  .article .txt {margin: 15px 0 5px; padding: 0 10px; height: 80px;}
  .article .meta + .txt {margin: 5px 0 15px;}
  .article .txt .title {max-height: 48px; line-height: 24px; font-size: 18px;}
  .article .txt .title span:before {bottom: 3px; height: 5px;}
  .article .txt .text {padding: 0 10px; font-size: 14px;}

  .article .meta {margin: 15px 0 5px; padding: 0 10px;}
  .article .txt + .meta {margin: 5px 0 15px;}
  .article .meta .category {font-size: 14px;}

  .article .meta-wrap {margin: 15px 0 5px; padding: 0 10px;}
  .article .meta-wrap + .txt {margin: 5px 0 15px;}
}
@media (max-width: 680px) {
  .list .article .txt .title {font-size: 3.5vw;}
  .list .article .txt .text,
  .list .article .meta span {font-size: 3vw;}
}


/* main contents */

.main-contents {}

.section {position: relative; padding: 100px 0;}
.section:nth-child(even) {background-color: #f1f1f1;}

.contents {margin-top: 60px; padding: 40px 0 100px;}
.contents:first-child {margin-top: 0 !important;}

.section .contents {padding: 0;}

@media (max-width: 1280px) {
  .section {padding: 50px 0;}
  .section:last-child {padding-bottom: 100px;}

  .contents {margin-top: 50px; padding-top: 0;}
}


/* main */

.main-recommend h3,
.main-latest h3,
.main-popular h3,
.main-toon h3,
.main-hemohim h3,
.main-absolute h3,
.main-health h3,
.main-beauty h3,
.main-hairBody h3,
.main-livingApp h3 {gap: 0; margin-bottom: 20px;}

.main-recommend h3.label,
.main-latest h3.label,
.main-popular h3.label,
.main-toon h3.label,
.main-hemohim h3.label,
.main-absolute h3.label,
.main-health h3.label,
.main-beauty h3.label,
.main-hairBody h3.label,
.main-livingApp h3.label {padding-left: 15px;}

.main-recommend h3.label:before,
.main-latest h3.label:before,
.main-popular h3.label:before,
.main-toon h3.label:before,
.main-hemohim h3.label:before,
.main-absolute h3.label:before,
.main-health h3.label:before,
.main-beauty h3.label:before,
.main-hairBody h3.label:before,
.main-livingApp h3.label:before {display: none;}

.main-health h3:before,
.main-beauty h3:before,
.main-hairBody h3:before,
.main-livingApp h3:before {display: block; content: ''; margin-right: 10px; width: 20px; height: 30px; background-position: center center; background-repeat: no-repeat; background-size: 100% auto !important;}
.main-health h3:before {background-image: url(../images/i-cate-health.png);}
.main-beauty h3:before {background-image: url(../images/i-cate-beauty.png);}
.main-hairBody h3:before {background-image: url(../images/i-cate-hairBody.png);}
.main-livingApp h3:before {background-image: url(../images/i-cate-livingApp.png);}

.main-visual {position: relative; padding: 40px 0 100px;}
.main-visual:before {display: block; content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 322px; background-color: #00b6f0;}
.main-visual .inner {display: flex; justify-content: space-between; align-items: end; flex-wrap: wrap;}
.main-visual .contents {padding: 0;}

.main-recommend {position: relative;}
.main-recommend .article > a {border: 0; box-shadow: none;}
.main-recommend .article .txt {position: absolute; bottom: 0; left: 0; margin: 0; padding: 25px 20px 20px; width: 100%; height: 140px; background-color: rgb(0 0 0 / 30%);}
.main-recommend .article .txt .title {color: #fff;}
.main-recommend .article .txt .text {bottom: 20px; color: #c0c0c0;}

.main-recommend .recommend-wrap {position: relative;}
.main-recommend .slider {position: absolute; top: 0; left: 0; width: 100%; z-index: -1;}
.main-recommend .slick-dots {display: none !important; gap: 0 10px; justify-content: center; margin-top: 20px;}
.main-recommend .slick-dots button {display: block; width: 13px; height: 13px; font-size: 0; background-color: #dddddd; border-radius: 50%;}
.main-recommend .slick-dots .slick-active button {width: 41px; background-color: #00b6f0; border-radius: 50px;}

.main-popular {}
.main-popular h3:after {display: block; content: ''; position: absolute; left: 135px; top: 50%; transform: translateY(-50%); width: 245px; height: 6px; background-color: #00b6f0;}
.main-popular .slider {margin: 0 -15px;}
.main-popular .slider li {margin: 0 15px;}
.main-popular .slider-prev,
.main-popular .slider-next {display: block; position: absolute; top: 0; right: 0; width: 13px; height: 30px; background-position: center center; background-repeat: no-repeat; background-size: 100% auto !important;}
.main-popular .slider-prev {right: 40px; background-image: url(../images/i-slider-prev.png);}
.main-popular .slider-next {background-image: url(../images/i-slider-next.png);}

.main-toon {margin-bottom: -20px;}
.main-toon .article > a {border: 0; box-shadow: none;}
.main-toon .article .img {border: 2px solid #464646;}
.main-toon .article .txt {padding: 0; height: auto;}
.main-toon .article .txt .title {max-height: 28px; font-weight: 500;}
.main-toon .article .txt + .meta {margin-bottom: 0; padding: 0;}

@media (min-width: 1281px) {
  .main-visual .article .txt .title,
  .main-visual .article .txt .text,
  .main-visual .article .meta .category,
  .main-visual .article .meta-wrap span {color: #fff;}
  .main-visual .article .txt .title {font-size: 24px;}
  .main-visual .article .txt .text {letter-spacing: -0.15px;}
  .main-visual .article .txt .title span:before {display: none;}

  .main-recommend {width: 790px;}

  .main-latest {width: 380px;}
  .main-latest .article > a {border: 0; box-shadow: none;}
  .main-latest .article .img {border-bottom: 0;}
  .main-latest .article .txt {margin: 20px 0; padding: 0;}
  .main-latest .article .txt .text {padding: 0;}
  .main-latest .article .meta-wrap {padding: 0 0 10px; border-bottom: 1px solid #fff;}
  .main-latest .article .meta > span:before {background-color: #fff;}
  .main-latest .article .meta .category {font-weight: 500;}

  .main-toon .article .txt .title {font-size: 20px;}
}
@media (max-width: 1280px) {
  .main-recommend h3.label,
  .main-latest h3.label,
  .main-popular h3.label,
  .main-toon h3.label,
  .main-hemohim h3.label,
  .main-absolute h3.label,
  .main-health h3.label,
  .main-beauty h3.label,
  .main-hairBody h3.label,
  .main-livingApp h3.label {margin-left: 0; margin-right: 0;}

  .main-visual {padding: 50px 0 0;}
  .main-visual:before {bottom: inherit; top: 0; height: 39%;}

  .main-visual .inner {display: block;}

  .main-visual .contents {margin-top: 50px;}
  .main-visual .contents:first-child {margin-top: 0 !important;}

  .main-recommend h3 {padding-bottom: 20px; color: #fff; font-weight: 400;}
  .main-recommend h3:after {display: block; content: ''; position: absolute; left: 0; bottom: 0; width: 30px; height: 2px; background-color: #fff;}
  .main-recommend .article > a {display: flex; flex-direction: column-reverse;}
  .main-recommend .article .txt {position: relative; padding: 0;  background-color: transparent;}
  .main-recommend .article .txt .text {padding: 0; color: #fff;}

  .main-recommend .view {display: none;}

  .main-recommend .slider {position: relative; z-index: 0;}
  .main-recommend .slick-dots {display: flex !important;}

  .main-latest h3:after {display: block; content: ''; position: absolute; left: 135px; top: 50%; transform: translateY(-50%); width: calc(100% - 135px); height: 6px; background-color: #00b6f0;}
  .main-latest .slider {margin: 0 -20px;}
  .main-latest .slider .slick-list {padding: 0 20px;}
  .main-latest .slider li {margin: 0 10px;}

  .main-popular h3:after {width: calc(100% - 135px);}
  .main-popular .slider {margin: 0 -20px;}
  .main-popular .slider .slick-list {padding: 0 20px;}
  .main-popular .slider li {margin: 0 10px;}
  .main-popular .slider-prev,
  .main-popular .slider-next {display: none;}

  .main-toon {margin-bottom: 0;}

  .main-hemohim .list li:nth-child(n+3),
  .main-absolute .list li:nth-child(n+3),
  .main-health .list li:nth-child(n+3),
  .main-beauty .list li:nth-child(n+3),
  .main-hairBody .list li:nth-child(n+3),
  .main-livingApp .list li:nth-child(n+3) {display: none;}
}
@media (max-width: 900px) {
  .main-recommend h3 {margin-bottom: 10px; padding-bottom: 10px; font-size: 18px;}
  .main-recommend h3:after {width: 20px; height: 1px;}
  .main-recommend .article .txt {margin: 0 0 20px; height: 110px;}
  .main-recommend .article .txt .title {max-height: 56px; line-height: 28px; font-size: 22px;}
  .main-recommend .article .txt .text {bottom: 0;}
  .main-recommend .slick-dots button {width: 10px; height: 10px;}
  .main-recommend .slick-dots .slick-active button {width: 31px;}

  .main-latest .article {width: 320px;}

  .main-popular .article {width: 320px;}
}


/* list view */

.list-view {}
.list-view ul {}
.list-view li {}

@media (max-width: 1280px) {
  .list-view ul {gap: 30px}
  .list-view li {width: calc(50% - 15px);}
}
@media (max-width: 900px) {
  .list-view ul {gap: 30px}
  .list-view li {width: 100%;}

  .list-view .article > a {display: flex; gap: 0 10px; align-items: center; border: 0; box-shadow: none;}
  .list-view .article .img {width: calc(45% - 5px); min-width: 160px; border: 1px solid #e4e4e4;}
  .list-view .article .box {width: calc(55% - 5px);}
  .list-view .article .txt {margin-top: 0; padding: 0;}
  .list-view .article .txt .title span:before {display: none;}
  .list-view .article .txt .text {padding: 0;}
  .list-view .article .meta {margin-bottom: 0; padding: 0;}

  .list-view li:first-child .article > a {display: block;}
  .list-view li:first-child .article .img {position: relative; width: 100%;}
  .list-view li:first-child .article .box {display: flex; justify-content: center; align-items: end; position: absolute; left: 0; bottom: 0; padding: 15px 10px; width: 100%; height: 100%; box-sizing: border-box;}
  .list-view li:first-child .article .box:before {display: block; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/bg-list-view.png) 0 bottom repeat-x; background-size: auto 80%;}
  .list-view li:first-child .article .txt {height: auto; text-align: center; box-sizing: border-box;}
  .list-view li:first-child .article .txt .title {margin-bottom: 5px; color: #fff;}
  .list-view li:first-child .article .txt .text {position: static; color: #fff;}
  .list-view li:first-child .article .meta {display: none;}
}


/* share */

.share {position: absolute; top: 0; right: 0;}
.share .title {display: none}

.share .sns {position: relative;}
.share .sns > a {display: block; position: relative; margin-top: 4px; padding: 10px 0 20px; width: 56px; height: 56px; line-height: 1; font-size: 15px; color: #fff; font-weight: 400; border-radius: 50%; box-sizing: border-box; text-align: center; white-space: nowrap; overflow: hidden;}
.share .sns > a:first-child {margin-top: 0 !important;}
.share .sns > a span {display: block;}

.share .sns .facebook {background-color: #0353e8;}
.share .sns .twitter {background-color: #1084cd;}
.share .sns .band {background-color: #38b64b;}
.share .sns .kakaostory {background-color: #fcc800;}
.share .sns .kakaotalk {background-color: #fc0;}
.share .sns .line {background-color: #3ace00;}
.share .sns .url {background-color: #0080ff;}
.share .sns .sms {background-color: #ffa31e;}

.share .sns .icon {display: block;}
.share .sns .icon:before {font-size: 20px; vertical-align: top;}
.share .sns .icon-kakaostory:before {content: ''; width: 23px; height: 20px; background: url(../images/i-kakaostory.png) center center no-repeat;}

.share .sns > a .number {position: absolute; left: 0; bottom: 5px; width: 100%; line-height: 18px; font-size: 11px;}

.share .sns .total {display: block; margin-top: 15px; line-height: 1.2; font-size: 16px; font-weight: 500; text-align: center;}
.share .sns .total span {display: block;}
.share .sns .total .number {margin-top: 4px; font-weight: 400;}

.share .button {display: none;}

@media (min-width: 1281px) {
  .share .sns .sms {opacity: 0.5; pointer-events: none;}
}
@media (max-width: 1280px) {
  .share {display: none; position: fixed; padding: 20px; width: 100%; height: 100%; box-sizing: border-box;}
  .share:before {display: block; content: ''; position: fixed; top: 0; left: 0; right: 0; bottom: 0; visibility: visible; opacity: 0.5; transition: opacity 0.3s linear 0.4s, visibility 0.00s linear 0.00s; background-color: #000;}
  .share-field {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 20px; width: 460px; max-width: calc(100% - 40px); background-color: #fff; border-radius: 10px; box-sizing: border-box;}
  .share.active {display: block; z-index: 102;}

  .share .title {display: block; margin-bottom: 10px; font-size: 20px; color: #2a2a2a; font-weight: 500; text-align: center;}

  .share .sns {display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin: 0 auto; padding-top: 35px; width: 270px;}
  .share .sns > a {margin-top: 0; width: 60px; height: 60px;}
  .share .sns > a .number {bottom: 0; padding: 2px 0 3px; background-color: rgba(0,0,0,0.1);}

  .share .sns .total {display: flex; gap: 10px; justify-content: center; align-items: end; position: absolute; top: 0; left: 0; margin-top: 0; width: 100%; font-size: 12px;}
  .share .sns .total .number {margin-top: 0; font-size: 15px;}

  .share .button {display: flex; gap: 10px; justify-content: center; margin-top: 20px;}
  .share .button .btn-close {display: block; padding: 0 10px; min-width: 80px; line-height: 35px; font-size: 14px; color: #fff; text-align: center; background-color: #000; border-radius: 3px; box-sizing: border-box;}
}




/* webtoon */

.webtoon {margin: 0 auto; width: 720px; max-width: 100%;}
.webtoon .title {display: block;  margin: 20px 0 40px; line-height: 1.2; font-size: 34px; color: #242424; font-weight: 500; text-align: center;}
.webtoon .btn-lang {display: none;}
.webtoon .img + .img {margin-top: 350px;}

@media (max-width: 1280px) {
  .webtoon .title {margin: 20px 0; font-size: 20px;}
  .webtoon .btn-lang {display: block; margin: 0 auto 20px; padding: 0 10px; width: 70px; line-height: 21px; font-size: 14px; color: #8b8b8b; background-color: rgb(255 255 255 / 50%); border: 1px solid #c0c0c0; border-radius: 50px; text-align: center; box-sizing: border-box;}
  .webtoon .btn-lang span {display: none;}
  .webtoon .btn-lang span.active {display: block;}
  .webtoon .btn-lang:hover {border-color: #00b6f0;}
  .webtoon .btn-lang:hover span {color: #00b6f0;}

  .webtoon .img + .img {margin-top: 150px;}
}
@media (max-width: 900px) {
  .webtoon .img {margin: 0 -20px;}

}




/* 231016 */
/* search result */

.top-area {position: relative; padding: 70px 0 55px; background-color: #f1f1f1;}
.top-area .result {text-align: center;}
.top-area .result h3 {display: block; margin-bottom: 0; font-size: 20px; font-weight: 400;}
.top-area .result h3 .keyword {display: block; margin-bottom: 15px; font-size: 36px;}
.top-area .result h3 .number {color: #00b6f0;}

.top-area + .main-contents {margin-top: 20px;}

@media (max-width: 900px){
  .top-area {padding: 45px 0 35px;}
  .top-area .result h3 {font-size: 17px;}
  .top-area .result h3 .keyword {margin-bottom: 5px; font-size: 24px;}

  .top-area + .main-contents .list-view li:first-child .article > a {display: flex;}
  .top-area + .main-contents .list-view li:first-child .article .img {width: calc(45% - 5px);}
  .top-area + .main-contents .list-view li:first-child .article .box {display: block; position: static; padding: 0; width: calc(55% - 5px);}
  .top-area + .main-contents .list-view li:first-child .article .box:before {display: none;}
  .top-area + .main-contents .list-view li:first-child .article .txt {text-align: left;}
  .top-area + .main-contents .list-view li:first-child .article .txt .title {color: #2a2a2a;}
  .top-area + .main-contents .list-view li:first-child .article .txt .text {color: #8b8b8b;}
  .top-area + .main-contents .list-view li:first-child .article .meta {display: flex;}
}


/* list - toon */

.toon .list-view .article > a {border: 0; box-shadow: none;}
.toon .list-view .article .img {border: 2px solid #464646;}
.toon .list-view .article .txt {padding: 0; height: auto;}
.toon .list-view .article .txt .title {max-height: 28px; font-size: 20px; font-weight: 500;}
.toon .list-view .article .txt .title span:before {display: none;}
.toon .list-view .article .meta {margin: 0; padding: 0;}

@media (max-width: 1280px){
  .toon .list-view li {width: calc(50% - 15px);}
  .toon .list-view .article > a,
  .top-area + .main-contents .toon .list-view li:first-child .article > a {display: block;}
  .toon .list-view .article .img,
  .toon .list-view .article .box,
  .top-area + .main-contents .toon .list-view li:first-child .article .img,
  .top-area + .main-contents .toon .list-view li:first-child .article .box {width: 100%;}
  .toon .list-view .article .txt {margin-top: 15px;}

  .toon .list-view li:first-child .article .box {display: block; position: static; padding: 0;}
  .toon .list-view li:first-child .article .box:before {display: none;}
  .toon .list-view li:first-child .article .txt {text-align: left;}
  .toon .list-view li:first-child .article .txt .title {color: #2a2a2a;}
}
@media (max-width: 900px){
  .toon .list-view li:first-child .article .meta {display: flex;}
}
@media (max-width: 680px){
  .toon .list-view .article .txt .title {font-size: 3.5vw;}
}





/* 231031 */
@media (max-width: 1280px) and (min-width: 901px){
  .main-latest .article,
  .main-popular .article {width: 382px;}

}
@media (max-width: 1280px){
  .main-latest ul,
  .main-popular ul {display: flex; padding: 0 10px; overflow-x: auto; -ms-overflow-style: none; scrollbar-width: none;}
  .main-latest ul::-webkit-scrollbar,
  .main-popular ul::-webkit-scrollbar {display: none;}

}


/* 개발 후 변경된 스타일 추가 231109 */
.article.cateLeb7765 .txt .title span:before {/* Leb7765 */background-color: #ffbfb5;}
.article.cateL00b6f0 .txt .title span:before {/* absolute */background-color: #aae2ff;}
.article.cateI49c48c .txt .title span:before {/* I49c48c */background-color: #b2edbc;}
.article.cateIec7aaa .txt .title span:before {/* Iec7aaa */background-color: #fdc7e8;}
.article.cateIf49f54 .txt .title span:before {/* If49f54 */background-color: #fedcbe;}
.article.cateI7091e3 .txt .title span:before {/* I7091e3 */background-color: #c8d7fe;}

.Leb7765 h3.label {background-color: #eb7765;}
.L00b6f0 h3.label {background-color: #00b6f0;}
.I49c48c h3.label {background-color: #49c48c;}
.Iec7aaa h3.label {background-color: #ec7aaa;}
.If49f54 h3.label {background-color: #f49f54;}
.I7091e3 h3.label {background-color: #7091e3;}

.main-Leb7765 h3,
.main-L00b6f0 h3,
.main-I49c48c h3,
.main-Iec7aaa h3,
.main-If49f54 h3,
.main-I7091e3 h3 {gap: 0; margin-bottom: 20px;}

.main-Leb7765 h3.label,
.main-L00b6f0 h3.label,
.main-I49c48c h3.label,
.main-Iec7aaa h3.label,
.main-If49f54 h3.label,
.main-I7091e3 h3.label {padding-left: 15px;}

.main-Leb7765 h3.label:before,
.main-L00b6f0 h3.label:before,
.main-I49c48c h3.label:before,
.main-Iec7aaa h3.label:before,
.main-If49f54 h3.label:before,
.main-I7091e3 h3.label:before {display: none;}

.main-I49c48c h3:before,
.main-Iec7aaa h3:before,
.main-If49f54 h3:before,
.main-I7091e3 h3:before {display: block; content: ''; margin-right: 10px; width: 20px; height: 30px; background-position: center center; background-repeat: no-repeat; background-size: 100% auto !important;}
.main-I49c48c h3:before {background-image: url(../images/i-cate-health.png);}
.main-Iec7aaa h3:before {background-image: url(../images/i-cate-beauty.png);}
.main-If49f54 h3:before {background-image: url(../images/i-cate-hairBody.png);}
.main-I7091e3 h3:before {background-image: url(../images/i-cate-livingApp.png);}

@media (max-width: 1280px) {
  .main-Leb7765 h3.label,
  .main-L00b6f0 h3.label,
  .main-I49c48c h3.label,
  .main-Iec7aaa h3.label,
  .main-If49f54 h3.label,
  .main-I7091e3 h3.label {margin-left: 0; margin-right: 0;}

  .main-Leb7765 .list li:nth-child(n+3),
  .main-L00b6f0 .list li:nth-child(n+3),
  .main-I49c48c .list li:nth-child(n+3),
  .main-Iec7aaa .list li:nth-child(n+3),
  .main-If49f54 .list li:nth-child(n+3),
  .main-I7091e3 .list li:nth-child(n+3) {display: none;}
}


/* 231108 */

@media (min-width: 1281px){
  .main-popular h3:after {left: 163px; width: 217px;}
}

.main-recommend .view {display: none;}
.main-recommend .slider {position: relative; z-index: 1;}

.main-recommend {position: relative;}
.main-recommend .slider-prev,
.main-recommend .slider-next {display: block; position: absolute; top: 50%; transform: translateY(-50%); width: 54px; height: 54px; background-color: rgb(255 255 255 / 70%); background-position: center center; background-repeat: no-repeat; z-index: 5; opacity: 0;}
.slider-recommend:hover .slider-prev,
.slider-recommend:hover .slider-next {opacity: 1;}
.main-recommend .slider-prev {left: 20px; background-image: url(../images/i-slider-prev-black.png);}
.main-recommend .slider-next {right: 20px; background-image: url(../images/i-slider-next-black.png);}

.main-latest {position: relative;}
.main-latest .slider-prev,
.main-latest .slider-next {display: block; position: absolute; top: 0; right: 0; width: 13px; height: 30px; background-position: center center; background-repeat: no-repeat; background-size: 100% auto !important; z-index: 5;}
.main-latest .slider-prev {right: 40px; background-image: url(../images/i-slider-prev.png);}
.main-latest .slider-next {background-image: url(../images/i-slider-next.png);}

@media (max-width: 900px){
  .slider-recommend:hover .slider-prev,
  .slider-recommend:hover .slider-next {opacity: 0;}
  .main-latest .slider-prev,
  .main-latest .slider-next {display: none;}
}


/* 231114 */

h3.label + .list {min-height: 1145px;}

.main-Leb7765 h3.label + .list,
.main-L00b6f0 h3.label + .list,
.main-hemohim h3.label + .list,
.main-absolute h3.label + .list {min-height: initial;}

.share .sns > a {display: flex; align-content: center; flex-wrap: wrap; justify-content: center; padding: 0;}
.share .sns > a .number {display: none;}

.top-area + .main-contents .list {min-height: 1015px;}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {-webkit-box-shadow: 0 0 0px 1000px white inset !important; -webkit-text-fill-color: #00b6f0 !important;}

@media (min-width: 1281px){
  .share {top: 40px;}
}
@media (max-width: 1280px){
  h3.label + .list {min-height: calc(100vh - 310px);}
  .top-area + .main-contents .list {min-height: calc(100vh - 445px);}

  .main-latest .slider-prev,
  .main-latest .slider-next {display: none;}
}
@media (max-width: 1280px) and (min-width: 901px){
  .main-latest h3:after,
  .main-popular h3:after {left: 170px; width: calc(100% - 170px);}
}

/* 231114 (줄바꿈 수정) */

@media (min-width: 1281px){
  .list .article .txt .title span {max-height: 28px}
}

@media (max-width: 1280px){
  .list .article .txt .title span {max-height: 24px}
}

/* 231115 */
.main-recommend .article .img {border-bottom: 0;}

/* 231122 */
.list .article .txt .title span + br + .index-span{
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  width: auto;
  max-width: min-content;
}

/*231122*/
@media (max-width: 1280px) and (min-width: 901px) {
  .article .txt .title span:before {bottom: -2px;}
}

/* 231123 */
.header .logo.beta a {background-image: url(../images/logo-header-beta.png);}

@media (min-width: 1281px) {
  .header .gnb li a .i-toon {font-size: 0;}
  .header .gnb li a .i-toon:before {display: inline-block; content: ''; margin-left: 1px; width: 27px; height: 22px; background: url(../images/i-toon.png) 0 center no-repeat; vertical-align: top;}
}
@media (max-width: 1280px) {
  .header .logo.beta a {width: 240px; background-image: url(../images/logo-header-beta-mob.png);}
}
@media (max-width: 900px) {
  .header .logo.beta a {width: 220px;}
}

/* 240411 .footer .quick {
  bottom: 35px;
} */

.footer {
  margin-top: 150px;
}

@media (min-width: 1281px) {
  .footer {
    margin-top: 80px;
  }
}

@media (max-width: 900px) {
  .footer {
    margin-top: 115px;
  }
}

.footer .btn-prev {background-image: url(../images/i-prev.png);}

@media (min-width: 1281px) {
  .footer .quick .btn-prev:hover {background-image: url(../images/i-prev-color.png);}
}

@media (min-width: 1281px) {
  .share .sns .sms {display: none !important;}
}

/* 231207 */
.share .sns .twitter {background-color: #000000;}
.icon-twitter:before {content: ''; width: 18px; height: 18px; background: url(../images/i-x.png) center center no-repeat;}

/* 231212 */
@media (max-width: 1280px) {
  .footer .quick {display: block !important;}
}

/* 231213 */
@media (max-width: 1280px) {
  .header .gnb li a .i-toon {font-size: 0;}
  .header .gnb li a .i-toon:before {display: inline-block; content: ''; margin-left: 5px; margin-top: 17px; width: 27px; height: 22px; background: url(../images/i-toon.png) 0 center no-repeat; background-size: auto 20px; vertical-align: top;}
}

/* 231214 */
.main-recommend .slider {position: static;}
@media (max-width: 1280px) {
  .main-latest .slider li {opacity: 1 !important;}
}

.icon-band:before {width: 20px; height: 28px; background: url("../images/icon_band.png") center center no-repeat;}
.icon-kakaotalk:before {width: 31px; height: 27px; background: url("../images/icon_kakaotalk.png") center center no-repeat;}

.share .sns .kakaotalk {background-color: #fae100;}

@media (max-width: 1280px) {
  .main-latest .slider li {z-index: 1 !important;}
}

.container h3 strong {word-break: break-all;}

/*231222*/
.main-toon .list .article .txt .title span,
.toon .list .article .txt .title span {display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all;}

/* 240102 */
@media (min-width: 1281px) {
  .main-recommend .recommend-wrap {position: relative; overflow: hidden;}
  .main-recommend .recommend-wrap:before {display: block; content: ""; padding-bottom: 60%;}
  .main-recommend .slider {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

  .main-latest .latest-wrap {position: relative; overflow: hidden;}
  .main-latest .latest-wrap:before {display: block; content: ""; padding-bottom: 108.6%;}
  .main-latest .slider {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
}


@media (min-width: 900px) {
  .main-recommend .recommend-wrap:hover .slider-prev,
  .main-recommend .recommend-wrap:hover .slider-next {opacity: 1;}
}
/* 240205 */
.main-popular .article .txt .title span + br + .index-span, .main-latest .article .txt .title span + br + .index-span{
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  width: auto;
  max-width: min-content;

}
@media (max-width: 1280px) {  .article .txt .title span:before {bottom: 0;}  }



/* 240304 ~ 240305 */

/* 241114 */
.lang {display: flex; position: relative;}
.lang a {display: block; font-size: 15px; color: #8b8b8b; box-sizing: border-box;}
.lang .active a {color: #00a4ff !important;}

.lang > a {position: relative; padding: 11px 15px 11px 27px; color: #fff;}
.lang > a:before,
.lang > a:after {display: block; content: ''; position: absolute; top: 50%; background-size: 100% auto !important;}
.lang > a:before {left: 0; margin-top: -11px; width: 23px; height: 22px; background: url(../images/i-lang-black.png) center center no-repeat;}
.lang > a:after {right: 0; margin-top: -3px; width: 9px; height: 6px; background: url(../images/i-lang-arrow-black.png) center center no-repeat;}
.lang.active > a:after {transform: rotate(180deg);}

.lang ul {display: none; position: absolute; top: 100%; right: 0; margin-top: 5px; padding: 5px 0; width: max-content; background-color: rgb(255 255 255 / 95%); border: 1px solid #dcdcdc; border-radius: 10px; list-style: none; z-index: 5;}
.lang.active ul {display: block;}
.lang li:first-child {border-top: 0 !important;}
.lang li a {padding: 5px 10px; color: #8b8b8b;}

  @media (max-width: 1200px) {
    .lang > a:before {margin-top: -10px; width: 20px; height: 20px; background: url(../images/i-lang.png) center center no-repeat;}
    .lang > a:after {margin-top: -4px; width: 10px; height: 8px; background: url(../images/i-lang-arrow.png) center center no-repeat;}
  }
/* //241114 */

.footer .site.active > a:after {background-image: url(../images/i-minus-gray.png);}

.share .sns > a {position: relative; margin-bottom: 35px; overflow: initial;}
.share .sns > a .text {position: absolute; top: 100%; left: 50%; transform: translateX(-50%); margin-top: 10px; font-size: 14px; color: #8b8b8b;}

.contents-bottom h3 {gap: 5px;}
.contents-bottom h3 em {font-style: normal; font-weight: 500;}
.contents-bottom h3 .color {color: #00a4ff;}

.contents-bottom .article .label {display: block; position: absolute; top: 0; left: 10px; width: 34px; line-height: 30px; height: 37px; font-size: 16px; color: #fff; font-weight: 500; background: url(../images/i-label.png) 0 0 no-repeat; text-align: center; z-index: 3;}

.contents-bottom .article .img {position: relative;}
.contents-bottom .article .play {display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 0;}
.contents-bottom .article .play:before {display: block; content: ''; width: 48px; height: 48px; background: rgb(0 0 0 / 30%) url(../images/i-play.png) center center no-repeat; border-radius: 50%;}
.contents-bottom .article .txt {margin-bottom: 29px;}
.contents-bottom .article .txt + .meta {margin-top: -14px;}

.contents-bottom .div {padding: 100px 0; border-top: 1px solid #c0c0c0;}
.contents-bottom .div.bg {background-color: #f6f6f6; border-top: 0;}
.contents-bottom .div.bg + .div {border-top: 0;}

.contents-bottom .inner > div + div {margin-top: 100px;}

.contents-bottom .shop .article > a {border: 0; box-shadow: none;}
.contents-bottom .shop .article .img {border: 1px solid #e2e2e2;}
.contents-bottom .shop .article .txt {margin-bottom: 0; padding: 0; height: initial;}
.contents-bottom .shop .article .txt .title {display: block; max-height: initial; overflow: initial; text-overflow: initial; -webkit-line-clamp: initial; -webkit-box-orient: unset; text-align: center;}
.contents-bottom .shop .article .txt .price {margin-top: 20px; line-height: 1.2; font-size: 18px; color: #00a4ff; font-weight: 400; text-align: center;}
.contents-bottom .shop .article .button {display: flex; gap: 10px; align-items: center; justify-content: center; margin: 20px auto 0; width: 114px; height: 38px; font-size: 16px; color: #00a4ff; border: 1px solid #00a4ff; border-radius: 19px; box-sizing: border-box;}
.contents-bottom .shop .article .button:after {display: block; content: ''; margin-top: 2px; width: 7px; height: 11px; background: url(../images/i-arrow.png) center center no-repeat;}

.contents-bottom .slider-shop .slick-list {margin: 0 -16px;}
.contents-bottom .slider-shop .slick-slide {margin: 0 16px;}
.contents-bottom .slider-shop .slick-prev,
.contents-bottom .slider-shop .slick-next {display: block; position: absolute; top: -60px; left: initial; right: 0; width: 13px; height: 30px; font-size: 0; background-position: center center; background-repeat: no-repeat; background-size: 100% auto !important;}
.contents-bottom .slider-shop .slick-prev {right: 40px; background-image: url(../images/i-slider-prev.png);}
.contents-bottom .slider-shop .slick-next {background-image: url(../images/i-slider-next.png);}

.contents-bottom .slider-shop .slick-dots {display: flex; gap: 20px; justify-content: center; margin-top: 60px;}
.contents-bottom .slider-shop .slick-dots button {display: block; width: 18px; height: 18px; font-size: 0; background-color: #fff; border: 1px solid #8b8b8b; border-radius: 50%; box-sizing: border-box;}
.contents-bottom .slider-shop .slick-dots .slick-active button {background-color: #00a4ff; border-color: #00a4ff;}

.contents-bottom .related .article > a {border: 0; box-shadow: none;}
.contents-bottom .related .article .img {border: 1px solid #e2e2e2;}
.contents-bottom .related .article .txt {margin-bottom: 15px; padding: 0; height: initial;}
.contents-bottom .related .article .txt .title {max-height: initial; overflow: initial; text-overflow: initial; -webkit-line-clamp: initial; -webkit-box-orient: unset;}


/* 241114 */
@media (min-width: 1281px) {
    .header .util {gap: 20px;}
    .header .util .lang {margin-right: 20px;}
    .header .util .lang:after {display: block; content: ''; position: absolute; top: 50%; right: -20px; transform: translateY(-50%); width: 1px; height: 12px; background-color: #c0c0c0;}
  }
  /* //241114 */
@media (max-width: 1280px) {
  .header .lang.pc {display: none;}

  .header .gnb li a .i-toon {display: inline-block; vertical-align: top;}

  .header .menu > div {overflow: initial;}
  .header .menu .btn-close {position: absolute; top: 16px; left: 100%; margin-left: 18px;}
  .header .menu .area {height: 100%; overflow-y: auto;}

  .header .menu .lang a {font-size: 15px;}
  .header .menu .lang > a {color: #fff;}

  .header .menu .site.active > a:after {background-image: url(../images/i-mobile-menu-site-active.png);}

  .header .menu .site li a {position: relative; padding: 12px 0 12px 35px; line-height: 21px;}
  .header .menu .site li a:before {display: block; content: ''; position: absolute; top: 10px; left: 0; width: 25px; height: 25px; background-position: center center; background-repeat: no-repeat; background-size: 100% auto;}
  .header .menu .site li .atomy:before {background-image: url(../images/i-site-atomy.png);}
  .header .menu .site li .shop:before {background-image: url(../images/i-site-shop.png);}
  .header .menu .site li .ch:before {background-image: url(../images/i-site-ch.png);}
  .header .menu .site li .global:before {background-image: url(../images/i-site-global.png);}
  .header .menu .site li .aza:before {background-image: url(../images/i-site-aza.png);}
  .header .menu .site li .youtube:before {background-image: url(../images/i-site-youtube.png);}
  .header .menu .site li .instagram:before {background-image: url(../images/i-site-instagram.png);}

  .share .sns > a {margin-bottom: 0;}
  .share .sns > a .text {display: none;}

  .contents-bottom .div {padding: 50px 0;}
  .contents-bottom .inner > div + div {margin-top: 50px;}

  .contents-bottom .slider-shop .slick-list {margin: 0 -10px;}
  .contents-bottom .slider-shop .slick-slide {margin: 0 10px;}
}
@media (max-width: 680px){
  .contents-bottom .shop .article .txt .title {font-size: 3.5vw;}
  .contents-bottom .shop .article .txt .price {margin-top: 15px; font-size: 3vw;}
  .contents-bottom .shop .article .button {margin-top: 15px; width: 95px; height: 34px; font-size: 3vw;}

  .contents-bottom .slider-shop .slick-dots {gap: 10px; margin-top: 30px;}
  .contents-bottom .slider-shop .slick-dots button {width: 12px; height: 12px;}

  .contents-bottom .article .label {width: 24px; background-size: 100% auto; line-height: 20px; font-size: 12px;}
}



body.en .header .gnb {gap: 40px;}
body.en .header .gnb li a {font-size: 20px;}
body.en .header .gnb li a .i-toon:before {width: 55px; height: 24px; background-image: url(../images/i-toon-en.png); background-size: 100% auto;}
@media (max-width: 1280px) {
  body.en .header .gnb li a .i-toon:before {background-image: url(../images/i-toon-en-mob.png);}
}

@media (max-width: 900px){
  /* 240307 */
  .contents_list .list .article .txt .title span + br + .index-span{
    max-width: unset;
  }
}


/* 240314 */
@media (max-width: 1280px){
  .footer .quick button {background-color: rgb(255 255 255 / 70%);}
}


.contents-bottom .article .play {z-index: 1;}
.contents-bottom .related .article .img {overflow: hidden;}
.contents-bottom .related .article .img:before {display: block; content: ''; padding-bottom: 56.2%;}
.contents-bottom .related .article .img .image {position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-align: center;}
.contents-bottom .related .article .img .image img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; min-height: 100%;}


.shop-visible-pc {display: block !important;}
.shop-visible-mobile {display: none !important;}
.shop-visible-tablet {display: none !important;}

@media (max-width: 1280px){
  .shop-visible-pc {display: none !important;}
  .shop-visible-mobile {display: block !important;}
  .shop-visible-tablet {display: none !important;}
}

@media (max-width: 680px){
  .shop-visible-pc {display: none !important;}
  .shop-visible-mobile {display: none !important;}
  .shop-visible-tablet {display: block !important;}
}


/* 240401 */
.article .img {position: relative; overflow: hidden;}
.article .img:before {display: block; content: ''; padding-bottom: 61.35%;}
.article .img .image {position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-align: center;}
.article .img .image img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; min-height: 100%;}

.main-recommend .slider li .article .img:before {padding-bottom: 60%;}
.main-popular .slider li .article .img:before {padding-bottom: 62.97%;}
.contents-bottom .slider-shop .article .img:before {padding-bottom: 100%;}

.hidden {display: none !important;}

/* 240522 */
@media (min-width: 901px){
  body.en .main-visual .article .txt .title {max-height: 60px; line-height: 30px;}
}