/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
*/
* {
  -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", "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: -0.03em;
}

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

body {
  line-height: 1;
  font-size: 3.4375vw;
  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;
  background-size: contain;
}

.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
}

.header .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 18.75vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 0 5.46875vw;
  background: white;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}

.header .header-top .btn-menu {
  display: block;
  width: 7.8125vw;
  height: 5.15625vw;
  position: relative;
}

.header .header-top .btn-menu span {
  display: block;
  width: 7.8125vw;
  height: 0.625vw;
  position: absolute;
  left: 0;
  -webkit-transition: top 0.1s ease-in-out 0.2s, opacity 0.1s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out;
  transition: top 0.1s ease-in-out 0.2s, opacity 0.1s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, top 0.1s ease-in-out 0.2s, opacity 0.1s ease-in-out 0.2s;
  transition: transform 0.2s ease-in-out, top 0.1s ease-in-out 0.2s, opacity 0.1s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, top 0.1s ease-in-out 0.2s, opacity 0.1s ease-in-out 0.2s;
  -moz-transition: -moz-transform 0.2s ease-in-out, top 0.1s ease-in-out 0.2s, opacity 0.1s ease-in-out 0.2s;
  -webkit-transform-origin: center;
  transform-origin: center;
  background: #004749;
}

.header .header-top .btn-menu span.top {
  top: 0;
}

.header .header-top .btn-menu span.middle {
  top: 2.1875vw;
}

.header .header-top .btn-menu span.bottom {
  top: 4.375vw;
}

.header .header-top .logo {
  width: 44.21875vw;
  margin: 0 auto;
}

.header .header-top .logo img {
  display: none;
}

.header .header-top .logo img.on {
  display: block;
}

.header .header-top a {
  display: block;
}

.header .header-top .icon-tel {
  width: 6.32812vw;
  height: 6.32812vw;
  background-image: url(../images/common/icon-tel-header.png);
}

.header .header-full {
  display: none;
  width: 100%;
  height: 100%;
  padding: 18.75vw 6.25vw 15.625vw;
  background: #e9e5e3;
}

.header .header-full .depth1-list {
  margin-bottom: 45.70312vw;
}

.header .header-full .depth1-list .depth1 {
  border-bottom: 1px solid #cac6c4;
}

.header .header-full .depth1-list .depth1 > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 16.79688vw;
  font-size: 6.25vw;
  color: #333;
  font-weight: 500;
}

.header .header-full .depth1-list .depth1 > a .icon {
  width: 4.14062vw;
  height: 2.26562vw;
  margin-left: auto;
  background-image: url(../images/common/icon-drop-header.png);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.header .header-full .depth1-list .depth1 > a.on {
  color: #165151;
  font-weight: 500;
}

.header .header-full .depth1-list .depth1 .depth2-list {
  display: none;
  padding: 3.125vw 0;
  border-top: 1px solid #cac6c4;
}

.header .header-full .depth1-list .depth1 .depth2-list .depth2 a {
  font-size: 4.84375vw;
  line-height: 9.375vw;
  color: #333333;
}

.header .header-full .depth1-list .depth1 .depth2-list .depth2 .depth3-list {
  padding-left: 1.95312vw;
}

.header .header-full .depth1-list .depth1 .depth2-list .depth2 .depth3-list .depth3 a {
  font-size: 4.21875vw;
  line-height: 7.03125vw;
  color: #666666;
}

.header .header-full .depth1-list .depth1.open > a {
  font-weight: 500;
}

.header .header-full .depth1-list .depth1.open > a .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header .header-full .tel {
  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: 62.5vw;
  height: 13.28125vw;
  margin: 0 auto 7.8125vw;
  color: #fff;
  font-size: 6.25vw;
  font-family: "scdream";
  font-weight: 600;
  background: #165051;
}

.header .header-full .tel .icon-tel {
  width: 4.375vw;
  height: 4.375vw;
  background-image: url(../images/common/icon-tel-header.png);
}

.header .header-full .sns-list {
  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;
}

.header .header-full .sns-list li a {
  display: block;
  padding: 0 1.5625vw;
  margin: 0 1.5625vw;
}

.header .header-full .sns-list li a .icon-youtube {
  width: 6.79688vw;
  height: 4.6875vw;
  background-image: url(../images/common/icon-youtube-menu.png);
}

.header .header-full .sns-list li a .icon-insta {
  width: 5.54688vw;
  height: 5.54688vw;
  background-image: url(../images/common/icon-insta-menu.png);
}

.header .header-full .sns-list li a .icon-facebook {
  width: 3.04688vw;
  height: 5.625vw;
  background-image: url(../images/common/icon-facebook-menu.png);
}

.header .header-full .sns-list li a .icon-kakao {
  width: 5.9375vw;
  height: 5.46875vw;
  background-image: url(../images/common/icon-kakao-menu.png);
}

.header-open {
  height: 100%;
}

.header-open .header-top {
  background: #fff !important;
}

.header-open .header-top .logo img {
  display: none;
}

.header-open .header-top .logo img.on {
  display: block;
}

.header-open .header-top .btn-menu:before {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.header-open .header-top .btn-menu span {
  background-color: #2f5c5f;
  -webkit-transition: top 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-transform 0.2s ease-in-out 0.1s;
  transition: top 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-transform 0.2s ease-in-out 0.1s;
  transition: transform 0.2s ease-in-out 0.1s, top 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: transform 0.2s ease-in-out 0.1s, top 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-transform 0.2s ease-in-out 0.1s;
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0.2s, top 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out 0.1s, top 0.1s ease-in-out, opacity 0.1s ease-in-out;
}

.header-open .header-top .btn-menu span.top {
  top: 50%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
}

.header-open .header-top .btn-menu span.middle {
  top: 50%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  opacity: 0;
}

.header-open .header-top .btn-menu span.bottom {
  top: 50%;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
}

.header-open .header-top .icon-tel {
  -webkit-filter: initial;
          filter: initial;
}

.header.bg-none .header-top {
  background: none;
}

.header.bg-none .header-top .logo img {
  display: block;
}

.header.bg-none .header-top .logo img.on {
  display: none;
}

.header.bg-none .header-top .btn-menu span {
  background-color: #fff;
}

.header.bg-none .header-top .icon-tel {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.footer {
  background: #222;
  padding: 7.8125vw 6.25vw;
}

.footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6.25vw;
}

.footer .footer-top .logo {
  width: 25vw;
}

.footer .footer-top .txt {
  padding-right: 3.125vw;
  margin: 0 3.125vw 0 auto;
  position: relative;
  color: #cfb79e;
  font-size: 3.125vw;
  font-weight: 500;
}

.footer .footer-top .txt::after {
  content: "";
  display: block;
  width: 1px;
  height: 2.34375vw;
  background: #70726f;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer .footer-top .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer-top .tel .icon-tel {
  width: 3.125vw;
  height: 3.20312vw;
  margin-right: 2.73438vw;
  background-image: url(../images/common/icon-tel-footer.png);
}

.footer .footer-top .tel a {
  display: block;
  font-size: 3.90625vw;
  color: #fff;
  font-family: 'notoserif';
  font-weight: 700;
  letter-spacing: -0.02em;
}

.footer .info-list {
  font-size: 2.8125vw;
  color: #d9d9d9;
  line-height: 3.90625vw;
}

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

.footer .info-list .desc {
  margin-top: 3.90625vw;
  margin-bottom: 1.17188vw;
}

.footer .info-list .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.5625vw;
}

.footer .info-list .info .name {
  margin-right: 4.29688vw;
  position: relative;
}

.footer .info-list .info .name::after {
  content: "";
  position: absolute;
  width: 0.15625vw;
  height: 2.34375vw;
  background-color: rgba(112, 114, 111, 0.5);
  right: -2.26562vw;
  top: 0.78125vw;
}

.footer .online-marketing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .online-marketing p {
  margin-right: 2.1875vw;
  padding-right: 2.1875vw;
  position: relative;
  font-size: 2.34375vw;
  line-height: 4.53125vw;
  color: #999;
}

.footer .online-marketing p::after {
  content: "";
  display: block;
  width: 1px;
  height: 2.34375vw;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #d9d9d9;
  opacity: 0.3;
}

.footer .online-marketing p:nth-child(3)::after, .footer .online-marketing p:nth-child(4)::after {
  display: none;
}

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

#popup_curating {
  position: relative;
  margin: auto;
  padding: 0 !important;
  max-width: 92.10938vw;
  width: 100%;
  border-radius: 0;
}

#popup_curating .inner {
  position: relative;
  width: 100%;
}

#popup_curating .inner .popup_head {
  background: #a1a6ac;
  width: 100%;
  position: relative;
  padding-top: 6.64062vw;
}

#popup_curating .inner .popup_head::before {
  content: "";
  background: url(../images/common/curating-logo.png) no-repeat;
  background-size: 100% auto;
  width: 12.1875vw;
  height: 13.67188vw;
  position: absolute;
  right: 3.51562vw;
  top: 0;
}

#popup_curating .inner .popup_head ul.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 2;
  margin: 0 auto;
  height: 7.03125vw;
  position: relative;
}

#popup_curating .inner .popup_head ul.tabs > li {
  position: relative;
  margin: 0 0.23438vw;
  border: 0.07812vw solid #838c95;
  border-bottom: none;
  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;
  width: 23.04688vw;
}

#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 a {
  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;
  font-weight: 500;
  width: 100%;
  font-size: 3.4375vw;
  color: #484847;
  font-weight: 500;
  line-height: 7.03125vw;
}

#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 {
  background: #fff;
  border: 1px solid #084f51;
  border-bottom: none;
}

#popup_curating .inner .popup_head ul.tabs > li.active > a {
  color: #015152;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}

#popup_curating .inner .popup_head .tab_submenu {
  width: 100%;
  height: 10.15625vw;
  background: #fff;
  z-index: 2;
}

#popup_curating .inner .popup_head .tab_submenu .tab_submenu_content {
  height: 100%;
  position: relative;
  z-index: 1000;
  background: #fff;
}

#popup_curating .inner .popup_head .tab_submenu .tab_submenu_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

#popup_curating .inner .popup_head .tab_submenu .tab_submenu_content ul .news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}

#popup_curating .inner .popup_head .tab_submenu .tab_submenu_content ul .news-content::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: #ccc;
  width: 0.15625vw;
  height: 1.95312vw;
}

#popup_curating .inner .popup_head .tab_submenu .tab_submenu_content ul .news-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  height: 0.9375vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#popup_curating .inner .popup_head .tab_submenu .tab_submenu_content ul .news-content:first-of-type::before {
  display: none;
}

#popup_curating .inner .popup_head .tab_submenu .tab_submenu_content ul .news-content a {
  color: #666666;
  padding: 0 20px;
  font-size: 3.125vw;
  position: relative;
}

#popup_curating .inner .popup_head .tab_submenu .tab_submenu_content ul .news-content.active a {
  color: #000;
  font-weight: 400;
}

#popup_curating .inner .popup_head .tab_submenu .tab_submenu_content ul .news-content.active.news-naver::after {
  background: #19ce60;
}

#popup_curating .inner .popup_head .tab_submenu .tab_submenu_content ul .news-content.active.news-daum::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_head .tab_submenu .tab_submenu_content ul .news-content.active.news-google::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 {
  width: 100%;
  position: relative;
  background: #fff;
  z-index: 2;
  padding: 0;
  min-height: 120vw;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content {
  background: #fff;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content#tab1, #popup_curating .inner .popup_body .tab_submenu_container .tab_content#tab2 {
  position: relative;
  top: -10.15625vw;
}

#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 {
  border-top: 0.3125vw solid #19ce60;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .news_content#daum_content {
  border-top: 0.3125vw solid #ef685e;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .news_content#google_content {
  border-top: 0.3125vw solid #4185f3;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap {
  padding: 3.51562vw 1.95312vw 2.34375vw 4.6875vw;
  max-height: 120vw;
  overflow-y: scroll;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list {
  border-bottom: 1px solid #ccc;
  margin-bottom: 3.125vw;
  padding-right: 3.125vw;
}

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

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul > li {
  padding-bottom: 10px;
  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 {
  max-width: 54.6875vw;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul > li .left .media {
  font-weight: 500;
  color: #666666;
  font-size: 1.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5625vw;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul > li .left .media > a {
  font-size: 2.57812vw;
  color: #666;
  position: relative;
  margin-right: 1.17188vw;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul > li .left .media > a::after {
  content: "";
  position: absolute;
  background-color: #bec3c7;
  width: 0.15625vw;
  height: 1.17188vw;
  top: 57%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1.17188vw;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul > li .left .media .thumb_box {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 1.17188vw;
  margin-top: 0.23438vw;
  position: relative;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul > li .left .media .thumb_box img {
  position: absolute;
  top: 0;
  left: 0;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul > li .left .media span {
  font-weight: 300;
  display: inline-block;
  position: relative;
  font-size: 2.57812vw;
  color: #666;
  margin-left: 1.17188vw;
  margin-top: 0.39062vw;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul > li .left .media span::before {
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.07812vw;
  height: 1.01562vw;
  background-color: #c7cbcf;
}

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

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

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul > li .right a {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news .news-list ul > li .right a img {
  border-radius: 0.39062vw;
  width: 21.09375vw;
  height: 14.0625vw;
}

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

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

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news.youtube .news-list ul li .right .news_txt a {
  font-weight: 400;
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-height: 1.5em;
  height: 1.5em;
  margin-bottom: 1.5625vw;
  position: unset;
  top: 0;
  -webkit-transform: none;
          transform: none;
  font-size: 3.32661vw;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news.youtube .news-list ul li .right .media > a {
  display: block;
  font-size: 2.1875vw;
  color: #666;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news.youtube .news-list ul li .right .media > a .thumb_box {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  padding-right: 1.17188vw;
}

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

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news.youtube .news-list ul li .right .youtube_content_txt {
  font-weight: 300;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-height: 1.5em;
  height: 1.5em;
  padding-right: 1.5625vw;
  font-size: 2.82258vw;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news.youtube .news-list ul li .left {
  max-width: 27.34375vw;
  padding-right: 1.17188vw;
}

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

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .tab_inner_wrap .news.youtube .news-list ul li .left a img {
  border-radius: 0.39062vw;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .btn-more-cont {
  margin-top: 2.34375vw;
}

#popup_curating .inner .close {
  background: url(../images/common/curating-x.png) no-repeat;
  background-size: 100% auto;
  width: 6.09375vw;
  height: 6.09375vw;
  position: absolute;
  top: -7.8125vw;
  right: 0;
}

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

main {
  padding-top: 18.75vw;
}

main .inner {
  padding: 0 6.25vw;
}

main .sub-tit-area {
  text-align: center;
  padding: 12.5vw 0 8.59375vw;
  background-color: rgba(221, 217, 218, 0.5);
  position: relative;
  overflow: hidden;
}

main .sub-tit-area::before, main .sub-tit-area::after {
  content: "";
  position: absolute;
  width: 24.60938vw;
  height: 36.32812vw;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}

main .sub-tit-area::before {
  background-image: url(../images/sub/survey/logo-u.png);
  top: -5.46875vw;
  left: 0;
}

main .sub-tit-area::after {
  background-image: url(../images/sub/survey/logo-r.png);
  bottom: 0;
  right: 0;
  background-position: center bottom;
}

main .sub-tit-area .sub-tit {
  font-size: 6.25vw;
  color: #000;
}

main .sub-tit-area .tit-desc {
  font-size: 4.0625vw;
  font-weight: 300;
}

main .sub-tit-area .slogan .desc {
  margin-top: 9.76562vw;
  margin-bottom: 3.125vw;
  color: #333;
  font-size: 3.90625vw;
  position: relative;
  letter-spacing: 0;
}

main .sub-tit-area .slogan .desc strong {
  font-weight: 500;
  letter-spacing: 0.15em;
}

main .sub-tit-area .slogan .desc::before {
  content: '';
  position: absolute;
  top: -5.39062vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #a2acab;
  width: 4.6875vw;
  height: 0.46875vw;
}

main .sub-tit-area .slogan .prugio {
  color: #2f5c5f;
  font-weight: 600;
  font-size: 6.875vw;
}

main .sub-tab-inner {
  width: 100vw;
  overflow-x: auto;
  margin-bottom: 6.25vw;
}

main .sub-tab-inner .sub-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 6.25vw;
}

main .sub-tab-inner .sub-tab-list li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 3.125vw;
}

main .sub-tab-inner .sub-tab-list li a {
  display: block;
  width: 37.5vw;
  height: 9.375vw;
  color: #165051;
  text-align: center;
  font-size: 3.75vw;
  line-height: 9.375vw;
  font-weight: 600;
  border-bottom: 2px solid #165051;
}

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

main .sub-tab-inner .sub-tab-list li.on a {
  background: #165051;
  color: #fff;
  font-weight: 500;
}

main .cont-desc .desc-list {
  border: 0.625vw solid #e2e2e2;
  padding: 4.29688vw;
}

main .cont-desc .desc-list li {
  margin-bottom: 2.34375vw;
  font-size: 3.0vw;
  line-height: 3.75vw;
  word-break: keep-all;
  color: #555;
}

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

main .wrap-cont .cont-table .table {
  table-layout: fixed;
  width: 100%;
  border-top: 2px solid #084f51;
}

main .wrap-cont .cont-table .table tr {
  border-bottom: 1px solid #ccc;
}

main .wrap-cont .cont-table .table tr:last-of-type {
  border: none;
}

main .wrap-cont .cont-table .table tr .th {
  background-color: #f7f7f7;
  color: #165051;
  text-align: center;
  font-weight: 500;
}

main .wrap-cont .cont-table .table tr .td {
  padding: 4.6875vw 5.46875vw;
  color: #000;
  line-height: 4.92188vw;
}

.l-sub .system-menu {
  position: absolute;
  left: 0;
  top: 18.75vw;
  overflow-x: auto;
  width: 100%;
  height: 12.5vw;
  background: url(../images/sub/product/tab-back.jpg) no-repeat 0 0;
  background-size: cover;
}

.l-sub .system-menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  padding: 0 6.25vw;
}

.l-sub .system-menu .menu-list li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 100%;
  line-height: 12.5vw;
}

.l-sub .system-menu .menu-list li a {
  display: block;
  height: 100%;
  padding: 0 7.8125vw;
  font-size: 4.0625vw;
  color: #fff;
}

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

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

.quick {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  pointer-events: none;
}

.quick .quick-inner {
  position: fixed;
  right: 3.90625vw;
  bottom: 3.125vw;
}

.quick .quick-inner .btn {
  display: block;
  width: 14.0625vw;
  height: 14.0625vw;
  border-radius: 100%;
  pointer-events: all;
}

.quick .quick-inner .btn-quick {
  background: #2f5c5f;
  margin-bottom: 3.125vw;
}

.quick .quick-inner .btn-quick .icon-quick {
  width: 6.25vw;
  height: 6.32812vw;
  margin: 0 auto;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-image: url(../images/common/icon-quick.png);
}

.quick .quick-inner .btn-top {
  background: #8b8075;
}

.quick .quick-inner .btn-top .icon-top {
  width: 6.32812vw;
  height: 5.70312vw;
  margin: 0 auto;
  background-image: url(../images/common/icon-top.png);
}

.quick .quick-inner .sns-list {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  bottom: 33.59375vw;
}

.quick .quick-inner .sns-list li {
  margin-bottom: 2.73438vw;
}

.quick .quick-inner .sns-list li:last-of-type {
  margin-bottom: 0;
}

.quick .quick-inner .sns-list li a {
  display: block;
  width: 14.0625vw;
  height: 14.0625vw;
  position: relative;
  border-radius: 100%;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
  border: 0.23438vw solid #fff;
  background: none !important;
  border-radius: 50%;
}

.quick .quick-inner .sns-list li a .txt {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  right: 17.96875vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 3.59375vw;
  color: #fff;
}

.quick .quick-inner .sns-list li a .icon {
  height: 14.0625vw;
  background-position: center center;
  margin: 0 auto;
}

.quick .quick-inner .sns-list li a .icon-youtube {
  width: 7.10938vw;
  background-image: url(../images/common/icon-youtube-quick.png);
}

.quick .quick-inner .sns-list li a .icon-insta {
  width: 6.64062vw;
  background-image: url(../images/common/icon-insta-quick.png);
}

.quick .quick-inner .sns-list li a .icon-facebook {
  width: 3.04688vw;
  background-image: url(../images/common/icon-facebook-quick.png);
}

.quick .quick-inner .sns-list li a .icon-kakao {
  width: 7.10938vw;
  background-image: url(../images/common/icon-kakao-quick.png);
}

.quick .quick-inner .sns-list li a .icon-curating {
  width: 6.32812vw;
  background-image: url(../images/common/icon-q-quick.png);
}

.quick .quick-inner .sns-list li a.btn-curating {
  background: #148487;
}

.quick-open {
  pointer-events: all;
}

.quick-open::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
}

.quick-open .quick-inner .btn-quick .icon-quick {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.quick-open .quick-inner .sns-list {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

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

.intro .txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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: 5.15625vw;
  font-weight: 300;
  top: calc(50% - 10px);
}

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

.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% - 30px);
  font-family: "scdream";
  font-size: 5.15625vw;
  font-weight: 300;
  letter-spacing: 0.2em;
}

.intro .scene2 .txt.txt2 {
  width: 100%;
  top: 50%;
  font-size: 5.15625vw;
  font-weight: 300;
  line-height: 9.375vw;
  letter-spacing: 0.3em;
}

.intro .scene2 .txt.txt2 strong {
  display: block;
  font-size: 8.125vw;
  font-weight: 500;
  letter-spacing: 0.3em;
}

.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: 100%;
  height: 12.5vw;
  border: 1px solid #999;
  font-size: 3.75vw;
  color: #000;
}

.btn-more-cont .icon-plus {
  width: 3.125vw;
  height: 3.125vw;
  margin-left: 3.125vw;
  background-image: url(../images/common/icon-plus.png);
}

.preparing {
  border-bottom: 2px solid #165051;
  padding: 27.34375vw 0 26.5625vw;
}

.preparing .icon-hourglass {
  width: 18.75vw;
  height: 18.75vw;
  margin: 0 auto 3.125vw;
  background-image: url(../images/common/icon-hourglass.png);
}

.preparing .pre-txt {
  text-align: center;
  color: #165051;
  font-weight: 300;
  font-size: 5.3125vw;
}

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