@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button, input, select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "Noto Sans KR", "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: -0.04em;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

body {
  line-height: 1;
  font-size: 20px;
  color: #333;
}

main {
  display: block;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #333;
  margin: 0;
  padding: 0;
  opacity: 0.7;
}

input, select, textarea {
  vertical-align: middle;
  outline: 0;
}

button {
  outline: 0;
  cursor: pointer;
  border: none;
  background: none;
}

em {
  font-style: normal;
}

a:hover {
  text-decoration: none;
}

.icon {
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.select-box {
  position: relative;
}

.select-box select {
  display: block;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

.select-box select::-ms-expand {
  display: none;
}

.select-box .icon-drop {
  width: 13px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 24px;
}

.check-box input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.check-box input + label {
  display: block;
  cursor: pointer;
}

.radio-box input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.radio-box input + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: #999;
}

.radio-box input + label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.radio-box input:checked + label {
  color: #333;
  font-weight: bold;
}

.input-box input {
  display: block;
  border: 1px solid #ccc;
  width: 100%;
  height: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 20px;
  font-size: 16px;
  color: #666;
}

.text-box textarea {
  border-radius: 0;
  padding: 30px;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  height: 100%;
  resize: none;
  border: 1px solid #ccc;
  color: #333;
}

.text-box textarea ::-webkit-input-placeholder {
  color: #666;
}

.text-box textarea :-ms-input-placeholder {
  color: #666;
}

.text-box textarea ::-ms-input-placeholder {
  color: #666;
}

.text-box textarea ::placeholder {
  color: #666;
}

input::-ms-clear {
  display: none;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 0 50px;
  height: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: white;
}

.header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1180px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.header .header-inner .logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.header .header-inner .logo a img {
  width: 208px;
  display: block;
}

.header .header-inner .logo a img.on {
  display: none;
}

.header .header-inner .depth1-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.header .header-inner .depth1-list a {
  display: block;
}

.header .header-inner .depth1-list .depth1 {
  padding: 0 15px;
  position: relative;
  font-size: 18px;
}

.header .header-inner .depth1-list .depth1 > a {
  font-weight: 500;
  line-height: 100px;
  color: #333;
}

.header .header-inner .depth1-list .depth1 > a.on, .header .header-inner .depth1-list .depth1 > a:hover {
  color: #165151;
}

.header .header-inner .depth1-list .depth2-list {
  display: none;
  width: 100%;
  height: 460px;
  padding: 25px 0;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
}

.header .header-inner .depth1-list .depth2-list .depth2 {
  margin-bottom: 20px;
}

.header .header-inner .depth1-list .depth2-list .depth2 a {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 20px;
  letter-spacing: -0.06em;
}

.header .header-inner .depth1-list .depth2-list .depth2 .depth3-list {
  padding-top: 10px;
}

.header .header-inner .depth1-list .depth2-list .depth2 .depth3-list .depth3 {
  margin-bottom: 10px;
}

.header .header-inner .depth1-list .depth2-list .depth2 .depth3-list .depth3 a {
  font-size: 13px;
  line-height: 18px;
  color: #999999;
}

.header .header-inner .wrap-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header-inner .wrap-tel .txt {
  text-align: center;
  font-size: 16px;
  color: #fff;
  width: 130px;
  height: 30px;
  line-height: 30px;
  background: #122e5e;
  border-radius: 60px;
  margin-right: 13px;
}

.header .header-inner .wrap-tel .tel {
  font-weight: bold;
  color: #015152;
  font-size: 30px;
  font-family: 'Montserrat';
}

.header .header-inner .wrap-tel .tel.white {
  color: #fff;
}

.header .gnb-bg {
  display: none;
  width: 100%;
  height: 460px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background: url(../images/common/gnb-bg.png) no-repeat center bottom rgba(234, 230, 227, 0.95);
  background-size: 1280px auto;
}

@media (min-width: 1440px) {
  .header .header-inner {
    width: 100%;
  }
  .header .header-inner .logo a img {
    width: 208px;
  }
  .header .header-inner .depth1-list .depth1 {
    padding: 0 26px;
  }
  .header .header-inner .depth1-list .depth1 .depth2-list .depth2 .depth3-list .depth3 > a {
    font-size: 14px;
  }
  .header .gnb-bg {
    background: url(../images/common/gnb-bg.png) no-repeat center bottom rgba(234, 230, 227, 0.95);
    background-size: 1440px auto;
  }
}

@media (min-width: 1920px) {
  .header .header-inner .depth1-list .depth1 {
    padding: 0 50px;
    font-size: 22px;
  }
  .header .gnb-bg {
    background: url(../images/common/gnb-bg.png) no-repeat center bottom rgba(234, 230, 227, 0.95);
    background-size: 1920px auto;
  }
}

.footer {
  padding: 60px 50px;
  position: relative;
  background: #222222;
  text-align: left;
}

.footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1180px;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer .footer-inner .logo {
  margin-right: 50px;
}

.footer .footer-inner .info-list {
  color: #d9d9d9;
  font-size: 14px;
}

.footer .footer-inner .info-list p {
  letter-spacing: 0;
  opacity: 0.75;
}

.footer .footer-inner .info-list .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.footer .footer-inner .info-list .info p {
  letter-spacing: 0;
}

.footer .footer-inner .info-list .info .name {
  padding-right: 17px;
  margin-right: 17px;
  position: relative;
}

.footer .footer-inner .info-list .info .name::after {
  content: "";
  display: block;
  width: 2px;
  height: 13px;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  background: #70726f;
  opacity: 0.5;
}

.footer .footer-inner .info-list .desc {
  margin-bottom: 20px;
}

.footer .footer-inner .info-list .rights {
  margin-bottom: 20px;
  font-size: 14px;
}

.footer .footer-inner .info-list .online-marketing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-inner .info-list .online-marketing p {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  font-size: 12px;
  color: #999;
}

.footer .footer-inner .info-list .online-marketing p::after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 2px;
  background: #d9d9d9;
  opacity: 0.3;
}

.footer .footer-inner .info-list .online-marketing p:last-child::after {
  display: none;
}

.footer .footer-inner .wrap-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.footer .footer-inner .wrap-tel .txt {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
  color: #cfb79e;
  font-weight: 500;
}

.footer .footer-inner .wrap-tel .txt::after {
  content: "";
  display: block;
  width: 2px;
  height: 13px;
  background: #70726f;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
}

.footer .footer-inner .wrap-tel .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'notoserif';
  font-weight: 700;
  color: #fff;
}

.footer .footer-inner .wrap-tel .tel .icon-tel {
  width: 19px;
  height: 19px;
  margin-right: 18px;
  background-image: url(../images/common/icon-footer-call.png);
}

.footer .btn-top {
  display: block;
  width: 60px;
  height: 60px;
  padding-top: 16px;
  position: absolute;
  right: 20px;
  top: -30px;
  background: #8b8075;
  border-radius: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.footer .btn-top .icon-arrow-up {
  width: 16px;
  height: 9px;
  position: absolute;
  left: calc(50% - 8px);
  top: 17px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-image: url(../images/common/btn-top.png);
}

.footer .btn-top:hover .icon-arrow-up {
  top: 14px;
}

@media (min-width: 1440px) {
  .footer .footer-inner {
    width: 100%;
  }
}

.blocker {
  background-color: rgba(0, 0, 0, 0.75) !important;
  z-index: 999 !important;
  min-width: 1200px;
  width: auto !important;
}

#popup_curating {
  min-width: 955px;
  width: 100%;
  height: 630px;
  background: #fff;
  padding: 0;
  border-radius: 0;
  border-left: #929492;
  border-right: #929492;
  -webkit-box-shadow: 21px 21px 40px 0px rgba(85, 85, 85, 0.42);
          box-shadow: 21px 21px 40px 0px rgba(85, 85, 85, 0.42);
  position: relative;
  margin: auto;
}

#popup_curating::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 42px;
  background: url(../images/common/curating-logo.png);
  width: 140px;
  height: 164px;
  z-index: 2;
}

#popup_curating .inner {
  position: relative;
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

#popup_curating .inner .popup_head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  background: #a1a6ac;
  width: 185px;
  height: 100%;
  display: inline-block;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: unset;
          flex-flow: unset;
  text-align: center;
}

#popup_curating .inner .popup_head ul.tabs {
  width: 144px;
  z-index: 2;
  margin: 22px auto 0 auto;
  height: auto;
  position: relative;
}

#popup_curating .inner .popup_head ul.tabs > li {
  position: relative;
  margin: 0 2px;
  background: #c7cbcf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  height: 55px;
  width: 144px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
}

#popup_curating .inner .popup_head ul.tabs > li.twoDepth-in .pc-twoDepth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#popup_curating .inner .popup_head ul.tabs > li::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 100%;
  background: #455058;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#popup_curating .inner .popup_head ul.tabs > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 500;
  width: 100%;
  padding-right: 15px;
  font-size: 18px;
  color: #484847;
}

#popup_curating .inner .popup_head ul.tabs > li a i {
  display: none;
}

#popup_curating .inner .popup_head ul.tabs > li.twoDepth-in .pc-twoDepth {
  display: none;
}

#popup_curating .inner .popup_head ul.tabs > li.active::before {
  opacity: 1;
  right: -40px;
}

#popup_curating .inner .popup_head ul.tabs > li.active.twoDepth-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  height: auto;
}

#popup_curating .inner .popup_head ul.tabs > li.active.twoDepth-in > a {
  width: 100%;
  height: 75px;
}

#popup_curating .inner .popup_head ul.tabs > li.active.twoDepth-in .pc-twoDepth {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding-bottom: 10px;
}

#popup_curating .inner .popup_head ul.tabs > li.active.twoDepth-in .pc-twoDepth li {
  width: 100%;
}

#popup_curating .inner .popup_head ul.tabs > li.active.twoDepth-in .pc-twoDepth li a {
  color: #fff;
  font-weight: 300;
  padding: 0px 0 7px 0;
  opacity: .5;
}

#popup_curating .inner .popup_head ul.tabs > li.active.twoDepth-in .pc-twoDepth li.active a {
  opacity: 1;
  text-decoration: underline;
}

#popup_curating .inner .popup_head ul.tabs > li.active > a {
  color: #fff;
}

#popup_curating .inner .popup_head ul.tabs > li.active > a i {
  position: absolute;
  display: block;
  right: -20px;
}

#popup_curating .inner .popup_body {
  width: 770px;
  padding: 22px 30px 40px 20px;
  max-width: 680px;
}

#popup_curating .inner .popup_body .tab_submenu_container {
  height: 100%;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content {
  width: 687px;
  height: 515px;
  min-height: 515px;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .news_content {
  display: none;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .news_content.active {
  display: block;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .news_content#naver_content .tit {
  border-bottom: 2px solid #19ce60;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .news_content#naver_content .tit::after {
  background: #19ce60;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .news_content#daum_content .tit {
  border-bottom: 2px solid #ef685e;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .news_content#daum_content .tit::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #608df9), color-stop(25%, #abc600), color-stop(50%, #fbb900), color-stop(75%, #ef685e));
  background: linear-gradient(to right, #608df9 25%, #abc600 25% 50%, #fbb900 50% 75%, #ef685e 75% 100%);
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .news_content#google_content .tit {
  border-bottom: 2px solid #4185f3;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .news_content#google_content .tit::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #e84234), color-stop(30%, #fdc913), color-stop(50%, #33a753), color-stop(80%, #4185f3));
  background: linear-gradient(to right, #e84234 30%, #fdc913 30% 50%, #33a753 50% 80%, #4185f3 80% 100%);
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .news_content .tit {
  width: 630px;
  font-size: 16px;
  line-height: 55px;
  font-weight: 500;
  color: #000;
  position: relative;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .news_content .tit::after {
  content: "";
  position: absolute;
  width: 75px;
  height: 6px;
  left: 0;
  bottom: 0;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .mCSB_dragger_bar {
  width: 10px !important;
  background: rgba(181, 181, 182, 0.75);
  border-radius: 7px;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .mCSB_draggerRail {
  background: #dfdfe1;
  width: 10px !important;
  border-radius: 7px;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap {
  height: 510px;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .youtube .news-list:last-of-type {
  margin-bottom: 20px;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .youtube .news-list ul {
  padding: 30px 0 20px;
  border-bottom: 1px solid #f1f4f6;
  width: 630px;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .youtube .news-list ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .youtube .news-list ul > li .left {
  width: 370px;
  height: auto;
  overflow: hidden;
  border-radius: 3px;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .youtube .news-list ul > li .left a {
  display: block;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .youtube .news-list ul > li .left a img {
  -webkit-transition: 1s;
  transition: 1s;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .youtube .news-list ul > li .right {
  width: 230px;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .youtube .news-list ul > li .right .news_txt a {
  display: block;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 26px;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .youtube .news-list ul > li .right .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  margin-bottom: 20px;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .youtube .news-list ul > li .right .media a {
  font-weight: 300;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .youtube .news-list ul > li .right .media a .thumb_box {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .youtube .news-list ul > li .right .media a .thumb_box::before {
  display: none;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .youtube .news-list ul > li .right .media a .thumb_box img {
  width: 100%;
  height: auto;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .youtube .news-list ul > li .right .media > span {
  position: relative;
  padding-left: 10px;
  font-weight: 300;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .youtube .news-list ul > li .right .media > span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #d2dadf;
  margin-right: 10px;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .youtube .news-list ul > li .right .media > span:nth-child(2) {
  display: block;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .youtube .news-list ul > li .right .youtube_content_txt {
  font-size: 17px;
  word-break: keep-all;
  line-height: 22px;
  font-weight: 300;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .youtube .news-list:hover ul > li .left a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 1s;
  transition: 1s;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list:last-of-type {
  margin-bottom: 20px;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul {
  padding: 30px 0 20px;
  border-bottom: 1px solid #f1f4f6;
  width: 630px;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul > li .left {
  width: 470px;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul > li .left .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  margin-bottom: 10px;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul > li .left .media a {
  font-weight: 300;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul > li .left .media a .thumb_box {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul > li .left .media a .thumb_box::before {
  display: none;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul > li .left .media a .thumb_box img {
  width: 100%;
  height: auto;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul > li .left .media > span {
  position: relative;
  padding-left: 10px;
  font-weight: 300;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul > li .left .media > span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #d2dadf;
  margin-right: 10px;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul > li .left .media > span:nth-child(2) {
  display: block;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul > li .left .news_txt a {
  display: block;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul > li .left .news_txt a .subject {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-height: 1.5em;
  height: 1.5em;
  font-weight: 300;
  font-size: 18px;
  color: #263bb7;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
  padding-right: 50px;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul > li .left .news_txt a .sample_view {
  display: -webkit-box;
  color: #666;
  font-size: 16px;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  height: 3em;
  padding-right: 50px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul > li .right {
  width: 160px;
  height: 100px;
  border-radius: 3px;
  overflow: hidden;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul > li .right a {
  display: block;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul > li .right a img {
  -webkit-transition: 1s;
  transition: 1s;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list:hover ul > li .right a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 1s;
  transition: 1s;
}

#popup_curating .inner .close {
  background: url(../images/common/curating-x.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  position: relative;
  right: -50px;
  top: 0;
}

#popup_curating .close-modal {
  display: none;
}

html {
  overflow-x: auto !important;
}

main {
  display: block;
  padding-top: 100px;
}

main .inner {
  width: 1200px;
  margin: 0 auto;
}

main .icon-prugio {
  width: 25px;
  height: 26px;
  background-image: url(../images/common/icon-prugio.png);
}

.quick {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 98;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.quick .sns-list {
  height: 400px;
}

.quick .sns-list li {
  width: 70px;
  height: 100px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: rgba(34, 34, 34, 0.95);
  right: 0;
}

.quick .sns-list li:hover {
  width: 160px;
  right: 0;
}

.quick .sns-list li:hover:nth-of-type(1) a {
  background: rgba(206, 74, 74, 0.95);
}

.quick .sns-list li:hover:nth-of-type(1) a::after {
  background: #b33333;
}

.quick .sns-list li:hover:nth-of-type(2) a {
  background: rgba(204, 77, 165, 0.95);
}

.quick .sns-list li:hover:nth-of-type(2) a::after {
  background: #ae3281;
}

.quick .sns-list li:hover:nth-of-type(3) a {
  background: rgba(62, 94, 166, 0.95);
}

.quick .sns-list li:hover:nth-of-type(3) a::after {
  background: #274382;
}

.quick .sns-list li:hover:nth-of-type(4) a {
  background: rgba(250, 171, 19, 0.95);
}

.quick .sns-list li:hover:nth-of-type(4) a::after {
  background: #d98f00;
}

.quick .sns-list li:hover a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.quick .sns-list li:hover a .txt {
  opacity: 1;
  width: 90px;
  font-size: 16px;
  text-align: center;
}

.quick .sns-list li:hover a::before {
  display: block;
}

.quick .sns-list li:nth-of-type(1) {
  top: 0;
}

.quick .sns-list li:nth-of-type(2) {
  top: 100px;
}

.quick .sns-list li:nth-of-type(3) {
  top: 200px;
}

.quick .sns-list li:nth-of-type(4) {
  top: 300px;
}

.quick a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.quick a::before {
  display: none;
  content: "";
  background: url(../images/common/quick-arrow.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 9px;
  z-index: 9;
}

.quick a .icon {
  width: 30px;
  background-position: center top;
  position: relative;
}

.quick a .icon-youtube {
  height: 18px;
  background-image: url(../images/common/quick-icon-youtube.png);
}

.quick a .icon-insta {
  height: 26px;
  background-image: url(../images/common/quick-icon-insta.png);
}

.quick a .icon-facebook {
  height: 31px;
  background-image: url(../images/common/quick-icon-facebook.png);
}

.quick a .icon-kakao {
  height: 26px;
  background-image: url(../images/common/quick-icon-kakao.png);
}

.quick a .icon-curating {
  height: 35px;
  margin-bottom: 8px;
  background-image: url(../images/common/quick-icon-q.png);
}

.quick a .txt {
  opacity: 0;
  font-size: 0;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.quick a.btn {
  display: block;
  width: 90px;
  height: 90px;
  padding-top: 16px;
  position: absolute;
  right: 9px;
  bottom: -70px;
  background: #148487;
  border-radius: 15px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.quick a.btn:hover {
  background: #144e50;
  -webkit-box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.2);
}

.quick a.btn:hover .txt {
  font-weight: 500;
}

.sub-tit-area {
  height: 460px;
  padding: 75px 0 60px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  position: relative;
  background: #eeecec url(../images/common/tit-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1920px;
}

.sub-tit-area .sub-tit {
  line-height: 76px;
  font-size: 55px;
  font-weight: 400;
  color: #1b1e2b;
}

.sub-tit-area.bottom {
  background-position: bottom 95px center;
}

.sub-tit-area.bottom-first {
  background-position: bottom 44px center;
}

.sub-tit-area.slice {
  background-position: bottom -55px center;
}

.sub-tit-area .sub-tit {
  font-size: 55px;
  color: #1b1e2b;
}

.sub-tit-area .tit-desc {
  font-size: 24px;
  font-weight: 300;
}

.l-sub .slogan .desc {
  font-size: 22px;
  color: #1b1e2b;
  letter-spacing: 0;
  margin-top: 60px;
  position: relative;
}

.l-sub .slogan .desc::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #a2acab;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-sub .slogan .prugio {
  margin-top: 15px;
  font-size: 55px;
  font-weight: bold;
  color: #015152;
}

.l-sub .cont-table .table {
  width: 100%;
  border-top: 2px solid #165051;
  border-bottom: 2px solid #165051;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-sub .cont-table .table tr {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-sub .cont-table .table tr:last-of-type {
  border-bottom: none;
}

.l-sub .cont-table .table .th {
  background: #f7f7f7;
  vertical-align: middle;
  color: #015152;
  font-size: 18px;
  font-weight: 500;
}

.l-sub .cont-table .table .td {
  padding: 30px 20px 30px 40px;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
}

.l-sub .cont-desc .desc-list {
  padding: 25px;
  border: 4px solid #f7f7f7;
}

.l-sub .cont-desc .desc-list li {
  padding-left: 18px;
  margin-bottom: 15px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}

.l-sub .cont-desc .desc-list li::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.l-sub .cont-desc .desc-list li:last-of-type {
  margin-bottom: 0;
}

.l-sub .sub-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 0 auto 40px;
}

.l-sub .sub-tab-list li {
  width: 100%;
  margin-right: 20px;
  height: 60px;
  position: relative;
}

.l-sub .sub-tab-list li a {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #165051;
  text-align: center;
  line-height: 60px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-sub .sub-tab-list li::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #165051;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.l-sub .sub-tab-list li:last-of-type {
  margin-right: 0;
}

.l-sub .sub-tab-list li.on {
  background: #165051;
}

.l-sub .sub-tab-list li.on a {
  color: #fff;
}

.l-sub .sub-tab-list li:hover::before {
  height: 100%;
}

.l-sub .sub-tab-list li:hover a {
  color: #fff;
}

.l-sub .system-menu {
  background: url(../images/sub/product/product-menu-bg.jpg) no-repeat center top #133d3c;
}

.l-sub .system-menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 0 auto;
}

.l-sub .system-menu .menu-list li {
  width: 100%;
}

.l-sub .system-menu .menu-list li a {
  display: block;
  width: 100%;
  height: 100px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  line-height: 100px;
}

.l-sub .system-menu .menu-list li:first-of-type {
  font-weight: 600;
}

.l-sub .system-menu .menu-list li.on {
  background: #fff;
}

.l-sub .system-menu .menu-list li.on a {
  color: #074f51;
  font-weight: 600;
}

.intro {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  background: #273b3c;
}

.intro .txt {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.intro .scene1 {
  width: 100%;
  height: 100%;
}

.intro .scene1 .txt {
  color: #fff;
  opacity: 0;
}

.intro .scene1 .txt.txt1 {
  font-size: 40px;
  font-weight: 300;
  top: calc(50% - 10px);
}

.intro .scene1 .txt.txt2 {
  font-size: 50px;
  font-weight: 600;
  top: calc(50% + 35px);
}

.intro .scene2 {
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
}

.intro .scene2 .txt {
  color: #d9c1a7;
}

.intro .scene2 .txt.txt1 {
  top: calc(50% - 60px);
  font-family: "scdream";
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 0.2em;
}

.intro .scene2 .txt.txt2 {
  width: 100%;
  top: calc(50% + 15px);
  font-size: 54px;
  font-weight: 500;
  letter-spacing: 0.6em;
}

.intro .scene2 .txt.txt2 strong {
  letter-spacing: 0.6em;
}

.btn-more-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 230px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #999;
  color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-more-cont .icon-plus {
  width: 18px;
  height: 18px;
  margin-left: 20px;
  background-image: url(../images/common/icon-plus.png);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-more-cont:hover {
  background: #165051;
  color: #fff;
  border-color: #165051;
}

.btn-more-cont:hover .icon-plus {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: url(../images/common/icon-plus-white.png);
}

.preparing {
  padding: 210px 0 230px;
  border-bottom: 2px solid #165051;
  text-align: center;
}

.preparing .icon-hourglass {
  width: 100px;
  height: 100px;
  margin: 0 auto 24px;
  background-image: url(../images/common/icon-hourglass.png);
}

.preparing .pre-txt {
  color: #165051;
  font-weight: 300;
  font-size: 32px;
}

.preparing .pre-txt strong {
  font-weight: 600;
}
