@charset "UTF-8";
@font-face {
  font-family: "Pretendard";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("/resources/assets/v3/fonts/Pretendard-Regular.eot");
  src: url("/resources/assets/v3/fonts/Pretendard-Regular.eot?#iefix") format("embedded-opentype"), url("/resources/assets/v3/fonts/Pretendard-Regular.woff2") format("woff2"), url("/resources/assets/v3/fonts/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url("/resources/assets/v3/fonts/Pretendard-Medium.eot");
  src: url("/resources/assets/v3/fonts/Pretendard-Medium.eot?#iefix") format("embedded-opentype"), url("/resources/assets/v3/fonts/Pretendard-Medium.woff2") format("woff2"), url("/resources/assets/v3/fonts/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-display: swap;
  font-style: normal;
  font-weight: bold;
  src: url("/resources/assets/v3/fonts/Pretendard-Bold.eot");
  src: url("/resources/assets/v3/fonts/Pretendard-Bold.eot?#iefix") format("embedded-opentype"), url("/resources/assets/v3/fonts/Pretendard-Bold.woff2") format("woff2"), url("/resources/assets/v3/fonts/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif KR";
  src: url("/resources/assets/v3/fontsNotoSerifKR-Regular.eot");
  src: url("/resources/assets/v3/fontsNotoSerifKR-Regular.eot?#iefix") format("embedded-opentype"), url("/resources/assets/v3/fontsNotoSerifKR-Regular.woff2") format("woff2"), url("/resources/assets/v3/fontsNotoSerifKR-Regular.woff") format("woff"), url("/resources/assets/v3/fontsNotoSerifKR-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "Pretendard", Arial, sans-serif;
  font-weight: 400;
  word-break: keep-all;
}

main {
  display: block;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

body {
  line-height: 1;
}

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: "";
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
  outline: 0;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #252C32;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #252C32;
  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 #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select, textarea {
  vertical-align: middle;
  outline: 0;
}

button {
  outline: 0;
  cursor: pointer;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ir {
  position: absolute;
  font-size: 0;
  height: 0;
  text-indent: -9999%;
}

::-moz-placeholder {
  color: #aaa;
}

::placeholder {
  color: #aaa;
}

#gnbDim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 4;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: transparent;
  z-index: 5;
}
header .inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 1770px;
  height: 100px;
  margin: 0 auto;
  padding: 10px 25px;
}
header h1 {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
header h1 a {
  position: relative;
  display: block;
  width: 100px;
  height: 63px;
}
header h1 a:before {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  content: "";
  background: url("/resources/assets/images/common/logo.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
header h1 span {
  text-indent: -99999%;
  font-size: 0;
}
header nav > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
header nav .depth1 {
  position: relative;
}
header nav .depth1 > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
header nav .depth1 > a:hover {
  color: #812B29;
}
header nav .depth1 > a.active {
  color: #812b29;
}
header nav .depth1.hover > a {
  color: #812B29 !important;
}
header nav .depth2 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin-top: 20px;
  padding: 0 10px;
}
header nav .depth2 li {
  margin: 10px 0;
  text-align: center;
}
header nav .depth2 li a {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1.2em;
}
header nav .depth2 li a:hover span {
  color: #812B29;
}
header nav .depth2 li a:hover span:before {
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #812B29;
}
.depth1 header nav .depth2 li a:hover a {
  color: #812B29;
}
header nav .depth2 li span {
  position: relative;
  display: block;
}
header nav .depth2 li span sup {
  font-size: 12px;
  vertical-align: revert;
}
header #side {
  right: 0;
  left: unset;
  transform: none;
  width: 354px;
  padding: 40px 10px 0 0;
  text-align: left;
}
header #side .file li {
  margin: 0 0 30px;
}
header #side .file li > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header #side .file li p {
  padding: 0 0 15px;
  text-align: left;
}
header #side .file li a {
  position: relative;
  padding: 15px 20px;
  border-radius: 10px;
  border: 1px solid #DDD;
  text-align: left;
}
header #side .file li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("/resources/assets/v3/images/common/icon_download.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
header #side .file li a:hover span {
  color: #252C32;
}
header #side .file li a span:before, header #side .file li a span:after {
  display: none;
}
header #side .file .model {
  margin: 30px 0 0;
}
header #side .file .model > div {
  flex-wrap: wrap;
}
header #side .file .model a {
  width: calc(50% - 5px);
  margin: 0 0 10px;
}
header #side .file .model a:after {
  display: none;
}
header #side .file .recruitment a {
  width: calc(50% - 5px);
}
header #side .file .tenant a {
  width: 100%;
}
header #side .file .moShow {
  display: none;
}
header #side .file .moHidden {
  display: inline;
}
header #side .sns .flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
header #side .sns .flex-item:nth-child(2) {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
header #side .sns p {
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1;
}
header #side .sns a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 5px;
}
header #side .sns a:last-child {
  margin-right: 0;
}
header #side .sns a.youtube:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  content: "";
  transform: translate(-50%, -50%);
  background: url(/resources/assets/v3/images/common/icon-gnb_youtube.svg) 50% 50% no-repeat;
  background-size: cover;
}
header #side .sns a.instagram:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  content: "";
  transform: translate(-50%, -50%);
  background: url(/resources/assets/v3/images/common/icon-gnb_instagram.svg) 50% 50% no-repeat;
  background-size: cover;
}
header #side .sns a.channel:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  content: "";
  transform: translate(-50%, -50%);
  background: url(/resources/assets/v3/images/common/icon-gnb_channel.svg) 50% 50% no-repeat;
  background-size: cover;
}
header #side .sns a.naver:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  content: "";
  transform: translate(-50%, -50%);
  background: url(/resources/assets/v3/images/common/icon-gnb_naver.svg) 50% 50% no-repeat;
  background-size: cover;
}
header #side .sns span {
  text-indent: -99999%;
  font-size: 0;
}
@media (max-width: 1300px) {
  header #side {
    display: block !important;
    opacity: 1;
    position: static;
    width: auto;
    padding: 0;
  }
  header #side .file {
    margin-top: 40px;
  }
  header #side .file li {
    margin: 0;
  }
  header #side .file li > div {
    flex-wrap: wrap;
  }
  header #side .file li a {
    margin-bottom: 15px;
    font-weight: bold;
  }
  header #side .file li a span {
    font-weight: bold;
  }
  header #side .file li a span.light {
    font-weight: 400;
  }
  header #side .file p {
    display: none;
  }
  header #side .file .recruitment {
    flex-wrap: wrap;
    margin: 0;
  }
  header #side .file .recruitment a {
    width: 100%;
  }
  header #side .file .moShow {
    display: inline;
  }
  header #side .file .moHidden {
    display: none;
  }
  header #side .sns {
    padding: 0 0 20px;
  }
}
header .customer {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
header .customer button,
header .customer p {
  display: inline-block;
}
header .customer .registration {
  display: inline-block;
  min-width: 120px;
  min-height: 33px;
  margin-top: 1px;
  margin-right: 30px;
  line-height: 29px;
  color: #812B29;
  text-align: center;
  background-color: transparent;
  border: 1px solid #812B29;
  border-radius: 5px;
}
header .customer .call {
  position: relative;
  width: 30px;
  height: 100%;
  text-align: right;
  font-size: 24px;
}
header .customer .call:before {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  content: "";
  margin-right: 10px;
  background: url("/resources/assets/images/common/icon_call.svg") 50% 50% no-repeat;
  background-size: cover;
}
header .customer .call span {
  font-weight: 600;
}
header .menu {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 60px;
}
header .menu:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 22px;
  content: "";
  transform: translate(-50%, -50%);
  background: url("/resources/assets/images/common/mo_icon_menu_bk.png") 50% 50% no-repeat;
  background-size: cover;
}
header .menu span {
  text-indent: -99999%;
  font-size: 0;
}
header .nav_bg {
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: -1;
}
header.nav-open {
  background-color: #fff;
}
header.nav-open .inner {
  position: relative;
}
header.nav-open .nav_bg {
  display: block;
  top: 0;
  position: relative;
}
header.nav-open .nav_bg:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #ddd;
}
header.nav-open .depth2 {
  display: block;
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}
header.nav-open .side {
  opacity: 1;
}
header.fixed {
  background-color: #fff;
}
@media (max-width: 1600px) {
  header nav {
    margin-right: 200px;
  }
}
@media (max-width: 1500px) {
  header nav .depth1 > a {
    padding: 20px 25px;
  }
}
@media (max-width: 1300px) {
  header:before {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
  }
  header .nav_bg {
    display: none;
  }
  header .inner {
    height: 80px;
    padding: 20px;
  }
  header h1 a {
    width: 68px !important;
    height: 41px;
  }
  header nav {
    display: none;
  }
  header .customer .registration {
    display: none;
  }
  header .customer .call {
    position: absolute;
    top: 47%;
    right: 44px;
    transform: translateY(-50%);
    height: auto;
  }
  header .customer .call span {
    display: none;
  }
  header .customer .call:before {
    margin-right: 0;
  }
  header .menu {
    display: block;
  }
  header.mobile {
    z-index: 999;
  }
  header.mobile:before {
    display: block;
  }
  header.mobile .inner {
    display: block;
    position: fixed;
    height: 100% !important;
    width: 100%;
    padding: 25px;
    right: 0;
    left: unset;
    overflow: auto;
    border-bottom: none;
    background: #fff;
  }
  header.mobile h1 {
    display: none;
  }
  header.mobile nav {
    display: block;
    height: 100%;
    margin-top: 85px;
    margin-right: 0;
  }
  header.mobile nav > ul {
    display: block;
  }
  header.mobile nav .depth1 {
    margin: 0 0 20px;
  }
  header.mobile nav .depth1 > a {
    display: inline-block;
    width: 100%;
    padding: 0 0 10px;
    font-size: 24px;
    font-weight: 600;
  }
  header.mobile nav .depth1 > a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 8px;
    background-image: url("/resources/assets/v3/images/common/icon_down.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  header.mobile nav .depth1:last-child .depth2 {
    border-bottom: none;
  }
  header.mobile nav .depth2 {
    display: block;
    opacity: 1;
    visibility: visible;
    position: unset;
    margin-top: 0;
    padding: 10px 20px;
    transform: none;
    border-bottom: 1px solid #ddd;
    background-color: #F6F6F6;
  }
  header.mobile nav .depth2 li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin: 5px 0;
    text-align: left;
  }
  header.mobile nav .depth2 li:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    content: "·";
    padding: 4px 4px 0 0;
    font-size: 18px;
    color: #888;
    vertical-align: top;
  }
  header.mobile nav .depth2 li a {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 15px);
    padding: 5px 0;
  }
  header.mobile nav .depth2 li span {
    color: #888;
  }
  header.mobile .customer {
    position: absolute;
    top: 40px;
    left: 25px;
  }
  header.mobile .customer .registration {
    display: inline-block;
    min-width: 96px;
    min-height: 33px;
  }
  header.mobile .customer .registration span {
    font-size: 14px;
  }
  header.mobile .customer .call {
    display: none;
  }
  header.mobile .menu {
    top: 9px;
  }
  header.mobile .menu:before {
    width: 22px;
    height: 22px;
    background: url("/resources/assets/images/common/mo_icon_close.png") 50% 50% no-repeat;
    background-size: cover;
  }
}

#breadcrum {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to right, #d88b7d, #ae6152);
  z-index: 2;
}
#breadcrum .sub {
  overflow: hidden;
}
#breadcrum .inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  line-height: 80px;
  overflow-x: auto;
  white-space: nowrap;
  text-align: center;
}
#breadcrum .inner li {
  position: relative;
  display: inline-block;
  margin: 0 15px;
}
#breadcrum .inner li:last-child span:after {
  content: none;
}
#breadcrum .inner a {
  padding: 10px 15px;
}
#breadcrum .inner a:hover, #breadcrum .inner a.active {
  color: #812b29;
}
#breadcrum .inner a:hover span:before, #breadcrum .inner a.active span:before {
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #fff;
}
#breadcrum .inner span {
  position: relative;
  color: #fff;
  font-size: 18px;
  letter-spacing: -0.03em;
}
#breadcrum .inner span:after {
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #fff;
}
@media (max-width: 1320px) {
  #breadcrum {
    top: 80px;
    height: 60px;
  }
  #breadcrum .inner {
    line-height: 60px;
  }
  #breadcrum .inner li {
    margin: 0 7px;
  }
  #breadcrum .inner a {
    padding: 5px 7px;
  }
  #breadcrum .inner span {
    font-size: 16px;
  }
  #breadcrum .inner span:after {
    right: -15px;
  }
}

.sub-full header {
  border-bottom: 1px solid #ddd;
}

.main.white header h1 a {
  width: 101px;
}
.main.white header h1 a:before {
  background: url("/resources/assets/v3/images/common/logo_wh.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
.main.white header nav .depth1 > a {
  color: #fff;
}
.main.white header nav .depth1 > a:hover {
  color: #812B29;
}
.main.white header nav .depth1 > a.active {
  color: #812b29;
}
.main.white header .customer .registration {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
.main.white header .customer .call:before {
  background: url("/resources/assets/images/common/icon_call_wh.svg") 50% 50% no-repeat;
  background-size: cover;
}
.main.white header .customer .call span {
  color: #fff;
}
.main.white header .menu:before {
  background: url("/resources/assets/images/common/mo_icon_menu_wh.png") 50% 50% no-repeat;
  background-size: cover;
}
.main.white header.nav-open h1 a:before {
  background: url("/resources/assets/images/common/logo.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
.main.white header.nav-open nav .depth1 > a {
  color: #252C32;
}
.main.white header.nav-open nav .depth1 > a:hover {
  color: #812B29;
}
.main.white header.nav-open nav .depth1 > a.active {
  color: #812b29;
}
.main.white header.nav-open .customer .registration {
  color: #812B29;
  border: 1px solid #812B29;
}
.main.white header.nav-open .customer .call:before {
  background: url("/resources/assets/images/common/icon_call.svg") 50% 50% no-repeat;
  background-size: cover;
}
.main.white header.nav-open .customer .call span {
  color: #252C32;
}
.main.white header.mobile nav .depth1 > a {
  color: #252C32;
}
.main.white header.mobile .customer .registration {
  border-color: #812B29;
}
.main.white header.mobile .customer .registration span {
  color: #812B29;
}
.main.white header.mobile .menu:before {
  background: url("/resources/assets/images/common/mo_icon_close.png") 50% 50% no-repeat;
  background-size: cover;
}
.main.fixed header {
  background: #fff;
}
.main.fixed header h1 a:before {
  background: url("/resources/assets/images/common/logo.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
.main.fixed header nav .depth1 > a {
  color: #252C32;
}
.main.fixed header nav .depth1 > a.active {
  color: #812b29;
}
.main.fixed header .customer .registration {
  color: #812B29;
  border: 1px solid #812B29;
}
.main.fixed header .customer .call:before {
  background: url("/resources/assets/images/common/icon_call.svg") 50% 50% no-repeat;
  background-size: cover;
}
.main.fixed header .customer .call span {
  color: #252C32;
}
.main.fixed header .menu:before {
  background: url("/resources/assets/images/common/mo_icon_menu_bk.png") 50% 50% no-repeat;
  background-size: cover;
}
.main.fixed header.mobile .menu:before {
  background: url("/resources/assets/images/common/mo_icon_close.png") 50% 50% no-repeat;
  background-size: cover;
}

.logoChange header h1 a {
  width: 175px;
}
.logoChange header h1 a:before {
  background: url("/resources/assets/images/common/management_logo_wh.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
.logoChange.fixed header h1 a {
  width: 175px;
}
.logoChange.fixed header h1 a:before {
  background: url("/resources/assets/images/common/management_logopng") 50% 50% no-repeat;
  background-size: 100% auto;
}
.logoChange.white header h1 a {
  width: 175px;
}
.logoChange.white header h1 a:before {
  background: url("/resources/assets/images/common/management_logo_wh.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
.logoChange.white.fixed header h1 a {
  width: 175px;
}
.logoChange.white.fixed header h1 a:before {
  background: url("/resources/assets/images/common/management_logo.png") 50% 50% no-repeat;
  background-size: 100% auto;
}

.new-logo.colorChange header .menu:before {
  background: url("/resources/assets/images/common/mo_icon_menu_bk_new.png") 50% 50% no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
}
.new-logo.colorChange header.mobile .menu:before {
  background: url("/resources/assets/images/common/mo_icon_close_new.png") 50% 50% no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
}
.new-logo.colorChange header.nav-open nav .depth1 > a:hover {
  color: #E2681F;
}
.new-logo.colorChange header.nav-open nav .depth1 > a.active {
  color: #E2681F;
}
.new-logo.colorChange header.nav-open .customer .registration {
  color: #E2681F;
  border: 1px solid #E2681F;
  background-color: transparent;
}
.new-logo.colorChange header.nav-open .customer .registration span {
  color: #E2681F;
}
.new-logo.colorChange header.nav-open .customer .call::before {
  background: url("/resources/assets/images/common/new_icon_call.png") 50% 50% no-repeat;
  background-size: 100% auto;
  width: 18px;
  height: 18px;
}
@media all and (max-width: 1300px) {
  .new-logo.colorChange header.nav-open .customer .call::before {
    background: url("/resources/assets/images/common/new_icon_call_bk.png") 50% 50% no-repeat;
    background-size: 100% auto;
    width: 14px;
    height: 14px;
    margin-top: -2px;
  }
}
.new-logo.colorChange header.nav-open .customer .call span {
  color: #252C32;
}
.new-logo.colorChange nav .depth1 > a:hover {
  color: #E2681F;
}
.new-logo.colorChange nav .depth1 > a.active {
  color: #E2681F;
}
.new-logo.colorChange nav .depth1.hover > a {
  color: #E2681F !important;
}
.new-logo.colorChange nav .depth2 li a:hover span {
  color: #E2681F;
}
.new-logo.colorChange nav .depth2 li a:hover span::before {
  background-color: #E2681F;
}
.depth1 .new-logo.colorChange nav .depth2 li a:hover a {
  color: #E2681F;
}
.new-logo.colorChange .customer .registration {
  color: #E2681F;
  border: 1px solid #E2681F;
  background-color: transparent;
}
.new-logo.colorChange .customer .registration span {
  color: #E2681F;
}
.new-logo.colorChange .customer .call::before {
  background: url("/resources/assets/images/common/new_icon_call.png") 50% 50% no-repeat;
  background-size: cover;
}
.new-logo.colorChange .customer .call span {
  color: #252C32;
}
@media all and (max-width: 1300px) {
  .new-logo.colorChange .customer .call {
    right: 38px;
  }
  .new-logo.colorChange .customer .call:before {
    background: url("/resources/assets/images/common/new_icon_call_bk.png") 50% 50% no-repeat;
    background-size: 100% auto;
    width: 14px;
    height: 14px;
    margin-top: -2px;
  }
}
.new-logo.colorChange.fixed header .menu:before {
  background: url("/resources/assets/images/common/mo_icon_menu_bk_new.png") 50% 50% no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
}
.new-logo.colorChange.fixed header.mobile .menu:before {
  background: url("/resources/assets/images/common/mo_icon_close_new.png") 50% 50% no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
}
.new-logo.colorChange.fixed header nav .depth1 > a:hover {
  color: #E2681F;
}
.new-logo.colorChange.fixed header nav .depth1 > a.active {
  color: #E2681F;
}
.new-logo.colorChange.fixed header nav .depth1.hover > a {
  color: #E2681F !important;
}
.new-logo.colorChange.fixed header nav .depth2 li a:hover span {
  color: #E2681F;
}
.new-logo.colorChange.fixed header nav .depth2 li a:hover span::before {
  background-color: #E2681F;
}
.depth1 .new-logo.colorChange.fixed header nav .depth2 li a:hover a {
  color: #E2681F;
}
.new-logo.colorChange.fixed header .customer .registration {
  color: #E2681F;
  border: 1px solid #E2681F;
  background-color: transparent;
}
.new-logo.colorChange.fixed header .customer .registration span {
  color: #E2681F;
}
.new-logo.colorChange.fixed header .customer .call::before {
  background: url("/resources/assets/images/common/new_icon_call.png") 50% 50% no-repeat;
  background-size: 100% auto;
  width: 18px;
  height: 18px;
}
@media all and (max-width: 1300px) {
  .new-logo.colorChange.fixed header .customer .call::before {
    background: url("/resources/assets/images/common/new_icon_call_bk.png") 50% 50% no-repeat;
    background-size: 100% auto;
    width: 14px;
    height: 14px;
    margin-top: -2px;
  }
}
.new-logo.colorChange.fixed header .customer .call span {
  color: #252C32;
}
.new-logo.colorChange.white header .menu:before {
  background: url("/resources/assets/images/common/mo_icon_menu_wh_new.png") 50% 50% no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
}
.new-logo.colorChange.white header.mobile .menu:before {
  background: url("/resources/assets/images/common/mo_icon_close_new.png") 50% 50% no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
}
.new-logo.colorChange.white.fixed .menu:before {
  background: url("/resources/assets/images/common/mo_icon_menu_bk_new.png") 50% 50% no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
}
.new-logo.colorChange.white nav .depth1 > a:hover {
  color: #E2681F;
}
.new-logo.colorChange.white nav .depth1 > a.active {
  color: #812b29;
}
.new-logo.colorChange.white .customer .registration {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
.new-logo.colorChange.white .customer .registration span {
  color: #fff;
}
.new-logo.colorChange.white .customer .call:before {
  width: 18px;
  height: 18px;
  background: url("/resources/assets/images/common/new_icon_call_wh2.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
.new-logo.colorChange.white .customer .call span {
  color: #fff;
}
@media all and (max-width: 1300px) {
  .new-logo.colorChange.white .customer .call::before {
    width: 14px;
    height: 14px;
    margin-top: -2px;
  }
}
.new-logo.colorChange.white header.mobile .customer .registration {
  color: #fff;
  border: 1px solid #E2681F;
  background-color: #E2681F;
}
.new-logo.colorChange.white header.mobile .customer .registration span {
  color: #fff;
}
.new-logo.colorChange.nav-open nav .depth1 > a:hover {
  color: #812B29;
}
.new-logo.colorChange.nav-open nav .depth1 > a.active {
  color: #812b29;
}
.new-logo.colorChange.nav-open .customer .registration {
  color: #812B29;
  border: 1px solid #812B29;
}
.new-logo.colorChange.nav-open .customer .call:before {
  background: url("/resources/assets/images/common/icon_call.svg") 50% 50% no-repeat;
  background-size: cover;
}
.new-logo.colorChange.nav-open .customer .call span {
  color: #252C32;
}
.new-logo.colorChange.mobile .customer .registration {
  border-color: #E2681F;
}
.new-logo.colorChange.mobile .customer .registration span {
  color: #E2681F;
}
.new-logo.colorChange.mobile .menu:before {
  background: url("/resources/assets/images/common/mo_icon_close.png") 50% 50% no-repeat;
  background-size: cover;
}
.new-logo.colorChange #breadcrum {
  background: #353D44;
}
.new-logo header h1 a:before {
  background: url("/resources/assets/images/common/logo_new2.svg") 50% 50% no-repeat;
  background-size: 100% auto;
}
.new-logo header.nav-open h1 a:before {
  background: url("/resources/assets/images/common/logo_new2.svg") 50% 50% no-repeat;
  background-size: 100% auto;
}
.new-logo.fixed header h1 a:before {
  background: url("/resources/assets/images/common/logo_new2.svg") 50% 50% no-repeat;
  background-size: 100% auto;
}
.new-logo.fixed header.nav-open h1 a:before {
  background: url("/resources/assets/images/common/logo_new2.svg") 50% 50% no-repeat;
  background-size: 100% auto;
}
.new-logo.white header h1 a:before {
  background: url("/resources/assets/images/common/logo_new2_wh.svg") 50% 50% no-repeat;
  background-size: 100% auto;
}
.new-logo.white header.nav-open h1 a:before {
  background: url("/resources/assets/images/common/logo_new2.svg") 50% 50% no-repeat;
  background-size: 100% auto;
}
.new-logo.white.fixed header h1 a:before {
  background: url("/resources/assets/images/common/logo_new2.svg") 50% 50% no-repeat;
  background-size: 100% auto;
}

@media all and (max-width: 1300px) {
  .logoChange header h1 a {
    width: 130px !important;
  }
  .logoChange.fixed header h1 a {
    width: 130px !important;
  }
  .logoChange.white header h1 a {
    width: 130px !important;
  }
  .logoChange.white.fixed header h1 a {
    width: 130px !important;
  }
}
.main.new_pop_color.white header nav .depth1 > a:hover {
  color: #E2681F;
}
.main.new_pop_color.white header nav .depth1 > a.active {
  color: #E2681F;
}
.main.new_pop_color.white header .customer .registration {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.main.new_pop_color.white header .customer .call:before {
  background: url("/resources/assets/images/common/icon_call_wh.svg") 50% 50% no-repeat;
  background-size: cover;
}
.main.new_pop_color.white header .customer .call span {
  color: #fff;
}
.main.new_pop_color.white header.nav-open .customer .registration {
  color: #E2681F;
  border-color: #E2681F;
}
.main.new_pop_color.white header.nav-open .customer .call::before {
  background: url("/resources/assets/images/common/new_icon_call.png") 50% 50% no-repeat;
  background-size: cover;
}
.main.new_pop_color.white header.nav-open .customer .call span {
  color: #000;
}
.main.new_pop_color.white header.mobile .customer .registration {
  color: #E2681F;
  border-color: #E2681F;
}
.main.new_pop_color.white header.mobile .customer .registration span {
  color: #E2681F;
}
.main.new_pop_color.white.fixed header .customer .registration {
  color: #E2681F;
  border-color: #E2681F;
}
.main.new_pop_color.white.fixed header .customer .call::before {
  background: url("/resources/assets/images/common/new_icon_call.png") 50% 50% no-repeat;
  background-size: cover;
}
.main.new_pop_color.white.fixed header .customer .call span {
  color: #252C32;
}

.new_pop_color header.nav-open .nav_bg {
  border-color: #E2681F;
}
.new_pop_color header nav .depth1.hover > a {
  color: #E2681F !important;
}
.new_pop_color header nav .depth1 > a:hover {
  color: #E2681F;
}
.new_pop_color header nav .depth1 > a.active {
  color: #E2681F;
}
.new_pop_color header nav .depth2 li a:hover span {
  color: #E2681F;
}
.new_pop_color header nav .depth2 li a:hover span::before {
  background-color: #E2681F;
}
.depth1 .new_pop_color header nav .depth2 li a:hover a {
  color: #E2681F;
}
.new_pop_color header .customer .registration {
  color: #E2681F;
  border-color: #E2681F;
}
.new_pop_color header .customer .call::before {
  background: url("/resources/assets/images/common/new_icon_call.png") 50% 50% no-repeat;
  background-size: cover;
}
.new_pop_color header .sns a.youtube::before {
  background: url("/resources/assets/images/common/new_icon-youtube.png") 50% 50% no-repeat;
  background-size: cover;
}
.new_pop_color header .sns a.instagram::before {
  background: url("/resources/assets/images/common/new_icon-instagram.png") 50% 50% no-repeat;
  background-size: cover;
}
.new_pop_color header .sns a.channel::before {
  background: url("/resources/assets/images/common/new_icon-channel.png") 50% 50% no-repeat;
  background-size: cover;
}
.new_pop_color header .sns a.naver::before {
  background: url("/resources/assets/images/common/new_icon-naver.png") 50% 50% no-repeat;
  background-size: cover;
}
.new_pop_color #breadcrum {
  background: #E2681F;
}
.new_pop_color.fixed header .customer .registration {
  color: #E2681F;
  border-color: #E2681F;
}
.new_pop_color.fixed header .customer .call::before {
  background: url("/resources/assets/images/common/new_icon_call.png") 50% 50% no-repeat;
  background-size: cover;
}

body.sub.addVideo header {
  position: absolute;
}
body.sub.addVideo #breadcrum {
  position: static;
  top: 0;
}
body.sub.addVideo .video {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin-top: 120px;
  padding-top: 50%;
}
body.sub.addVideo .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.sub.addVideo .sub-container {
  padding-top: 150px;
}
@media all and (max-width: 1300px) {
  body.sub.addVideo .video {
    margin-top: 80px;
    padding-top: 50%;
  }
  body.sub.addVideo .sub-container {
    padding-top: 50px;
  }
}

footer {
  position: relative;
  background: #333;
}
footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  min-height: 180px;
  margin: 0 auto;
  padding: 35px;
  color: #aaa;
}
footer .logo {
  width: 100px;
  height: 60px;
}
footer .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer p {
  letter-spacing: -0.025em;
}
footer .info {
  margin: 0 30px;
  font-size: 14px;
}
footer .info strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: -0.025em;
}
footer .info .work {
  margin-bottom: 5px;
  letter-spacing: -0.025em;
}
footer .info .work span:nth-child(1) {
  position: relative;
}
footer .info .work span:nth-child(1):after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #aaa;
}
footer .info .work span:nth-child(2) {
  padding-left: 6px;
}
footer .copyright {
  margin-top: 10px;
}
footer .contact {
  font-size: 0;
}
footer .contact a {
  position: relative;
  display: block;
  min-width: 165px;
  height: 40px;
  padding: 5px;
  margin-bottom: 15px;
  vertical-align: top;
  font-size: 0;
  letter-spacing: -0.025em;
  border-radius: 10px;
}
footer .contact a span {
  display: block;
  padding-left: 6px;
  font-size: 14px;
}
footer .contact a:last-child {
  margin-bottom: 0;
  color: #aaa;
}
footer .contact a:before, footer .contact a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
footer .contact a.site {
  padding-left: 26px;
  line-height: 30px;
  background: linear-gradient(to right, #c47267, #812b29);
}
footer .contact a.site span {
  padding-left: 24px;
  font-size: 13px;
  color: #fff;
}
footer .contact a.site:before {
  left: 10px;
  width: 34px;
  height: 20px;
  background: url("/resources/assets/images/common/logo2.png") 50% 50% no-repeat;
  background-size: cover;
}
footer .contact a.site:after {
  right: 11px;
  width: 6px;
  height: 10px;
  background: url("/resources/assets/images/common/icon_arrow.png") 50% 50% no-repeat;
  background-size: cover;
}
footer .contact a.call {
  border: 1px solid #707070;
}
footer .contact a.call span {
  margin-top: 7px;
  padding-left: 40px;
}
footer .contact a.call:before {
  left: 14px;
  width: 22px;
  height: 22px;
  background: url("/resources/assets/images/common/icon_num.png") 50% 50% no-repeat;
  background-size: cover;
}
footer .contact a.call:after {
  display: none;
}
@media (max-width: 768px) {
  footer .inner {
    display: block;
    height: auto;
    padding: 30px 20px !important;
  }
  footer .logo {
    display: none;
  }
  footer .info {
    margin: 0 0 20px;
    font-size: 14px;
  }
  footer .info strong {
    margin-bottom: 10px;
    font-weight: 600;
  }
  footer .info .req {
    line-height: 1.65em;
    font-size: 12px;
  }
  footer .info .copyright {
    line-height: 1.65em;
    font-size: 12px;
  }
  footer .contact a {
    display: inline-block;
    min-width: 184px;
    margin: 0;
  }
  footer .contact a.site {
    margin-right: 10px;
  }
  footer .contact a.call {
    padding: 5px 30px;
  }
  footer .contact a.call:before {
    left: 30px;
  }
}
@media (max-width: 435px) {
  footer .inner {
    display: block;
    height: auto;
  }
  footer .logo {
    display: none;
  }
  footer .contact a {
    display: inline-block;
    min-width: auto;
    width: 49%;
    margin: 0;
  }
  footer .contact a.site {
    margin-right: 4px;
  }
  footer .contact a.site span {
    margin-top: -1px;
    padding-left: 20px;
  }
  footer .contact a.site:before {
    left: 8px;
  }
  footer .contact a.site:after {
    right: 8px;
  }
  footer .contact a.call {
    padding: 3px 15px 5px;
  }
  footer .contact a.call span {
    padding-left: 32px;
    font-size: 14px;
  }
  footer .contact a.call:before {
    left: 15px;
  }
}
@media (max-width: 370px) {
  footer a {
    margin-right: 5px;
  }
}
@media (max-width: 330px) {
  footer .contact a.site span {
    font-size: 10px;
  }
  footer .contact a.call span {
    margin-top: 9px;
    font-size: 12px;
  }
}

body.winnerPopup .winner_popup {
  display: flex;
}

.winner_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.winner_popup .inner {
  position: relative;
  width: 1200px;
  height: 90.92%;
  margin: 0 50px;
  padding: 40px 100px 30px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}
.winner_popup .logo {
  position: relative;
  display: block;
  width: 101px;
  height: 60px;
}
.winner_popup .logo:before {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  content: "";
  background: url("/resources/assets/images/common/logo.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
.winner_popup .logo span {
  text-indent: -99999%;
  font-size: 0;
}
.winner_popup .logo1 {
  width: 108px;
  height: 27px;
}
.winner_popup .logo1::before {
  background: url("/resources/assets/images/common/logo01.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
.winner_popup h2 {
  margin: -20px 0 25px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.winner_popup .btn-close {
  position: absolute;
  top: 45px;
  right: 85px;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.winner_popup .btn-close:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 19px;
  content: "";
  transform: translate(-50%, -50%);
  background: url("/resources/assets/images/common/popup_btn_close.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
.winner_popup .btn-close span {
  text-indent: -99999%;
  font-size: 0;
}
.winner_popup .info {
  line-height: 1.35em;
  text-align: left;
}
.winner_popup .info strong {
  display: block;
  padding-bottom: 15px;
  font-size: 20px;
}
.winner_popup .info .top_box {
  margin: 20px 0;
}
.winner_popup .info .top_box p span {
  color: #000;
}
.winner_popup .info .top_box p + p {
  margin-top: 5px;
}
.winner_popup .info p {
  font-size: 16px;
  color: #666;
}
.winner_popup .info p.presentation_txt {
  margin-bottom: 5px;
}
.winner_popup .info p.presentation_txt span {
  color: #252C32;
}
.winner_popup .info p.underline {
  position: relative;
  padding-left: 20px;
  text-decoration: underline;
}
.winner_popup .info p.underline:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.winner_popup .info span {
  font-size: 16px;
  color: #666;
}
.winner_popup .info ul li:after {
  content: "";
  display: table;
  clear: both;
}
.winner_popup .info ul li > * {
  float: left;
}
.winner_popup .info ul li:nth-of-type(n + 2) {
  margin-top: 5px;
}
.winner_popup .info ul li span {
  width: 18px;
}
.winner_popup .info ul li p {
  width: calc(100% - 18px);
}
.winner_popup .info ul li p b {
  font-weight: 600;
}
.winner_popup .info ul li.bold_txt > * {
  font-weight: 600;
}
.winner_popup .info ul li .rankingTxt {
  width: 100%;
  padding-left: 30px;
}
.winner_popup .info ul li .rankingTxt p {
  width: 100%;
  margin-top: 5px;
}
.winner_popup .info .caution {
  padding-top: 5px;
  color: #812b29;
}
.winner_popup.deadline .tab-menu li,
.winner_popup.deadline .tab-menu li.fullSize {
  width: 50%;
}
.winner_popup .tab-menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  height: 60px;
}
.winner_popup .tab-menu li {
  width: 33.333333%;
  height: 100%;
}
.winner_popup .tab-menu li.active {
  background: #fff;
}
.winner_popup .tab-menu li.active button {
  color: #812b29;
}
.winner_popup .tab-menu li.active button::before {
  height: 2px;
  background-color: #812b29;
}
.winner_popup .tab-menu li.fullSize {
  width: 100%;
}
.winner_popup .tab-menu.tab-menu2 li {
  width: 50%;
}
.winner_popup .tab-menu button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 17px;
  color: #888;
  font-size: 18px;
  text-align: center;
}
.winner_popup .tab-menu button:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #ddd;
}
.winner_popup .tab-content {
  display: none;
  padding: 45px 0 0;
}
.winner_popup .tab-content.active {
  display: block;
}
.winner_popup .tab-content .content strong {
  display: block;
  font-size: 24px;
}
.winner_popup .tab-content .content .desc {
  margin-top: 7px;
  font-weight: 300;
}
.winner_popup .tab-content .content .caution {
  padding-top: 20px;
  font-weight: 300;
  color: #707070;
}
.winner_popup .tab-content .content .flex-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.winner_popup .tab-content .content .flex-container .left {
  width: 100%;
}
.winner_popup .tab-content .content .flex-container .right {
  width: 100%;
}
.winner_popup .tab-content form {
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}
.winner_popup .tab-content .box {
  height: 75px;
  border-bottom: 1px solid #ddd;
}
.winner_popup .tab-content .box:last-child {
  border-bottom: none;
}
.winner_popup .tab-content .box > div {
  width: 100%;
  height: 100%;
  font-size: 0;
}
.winner_popup .tab-content .box p {
  display: inline-block;
  height: 100%;
  font-size: 16px;
}
.winner_popup .tab-content .box .point {
  color: #d88b7d;
}
.winner_popup .tab-content .box .title {
  background: #f8f8f8;
  width: 160px;
  vertical-align: top;
}
.winner_popup .tab-content .box .title label {
  width: 100%;
  height: 100%;
  display: block;
  padding: 28px 20px;
}
.winner_popup .tab-content .box .input {
  position: relative;
  width: calc(100% - 160px);
  padding: 8px 20px;
  font-size: 0;
}
.winner_popup .tab-content .box .input label {
  font-size: 16px;
}
.winner_popup .tab-content .box .input input,
.winner_popup .tab-content .box .input textarea {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #252C32;
  border-radius: 0;
  background: #fff;
}
.winner_popup .tab-content .box .input input {
  height: 58px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.winner_popup .tab-content .box .input textarea {
  height: 100%;
  padding: 20px;
  border: 1px solid #ddd;
  font-family: "Noto Sans KR", Arial, sans-serif;
}
.winner_popup .tab-content .box .radio_wrap {
  display: inline-block;
  width: calc(100% - 160px);
  height: 100%;
  background-color: #fff;
}
.winner_popup .tab-content .box .radio_wrap .radio_box {
  display: table;
  width: 100%;
  height: 100%;
}
.winner_popup .tab-content .box .radio_wrap .radio_box .radio {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.winner_popup .tab-content .box .radio_wrap .radio_box .radio label {
  margin: 3px 20px;
  position: relative;
}
.winner_popup .tab-content .box .radio_wrap .radio_box .radio label input[type=radio] {
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: 0;
}
.winner_popup .tab-content .box .radio_wrap .radio_box .radio label span {
  position: relative;
  display: block;
  padding-left: 24px;
  font-size: 16px;
  color: #252C32;
}
.winner_popup .tab-content .box .radio_wrap .radio_box .radio label span::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.winner_popup .tab-content .box .radio_wrap .radio_box .radio label span::after {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}
.winner_popup .tab-content .box .radio_wrap .radio_box .radio label input[type=radio]:checked + span::after {
  background-color: #d88b7d;
}
.winner_popup .tab-content .box .radio_wrap label {
  display: inline-block;
  vertical-align: middle;
}
.winner_popup .tab-content .box select {
  width: 120px;
  height: 44px;
  margin-right: 10px;
  padding: 5px;
  font-size: 16px;
  color: #252C32;
  border-radius: 0;
  border: 1px solid #ddd;
  background: url(/resources/assets/images/common/select_arrow_ico.png) #fff right 10px center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.winner_popup .tab-content .bot_txt {
  margin-top: 5px;
}
.winner_popup .tab-content .bot_txt p {
  font-size: 14px;
  font-weight: 400;
  color: #c47267;
}
.winner_popup .tab-content .registration .input input {
  width: 73px;
}
.winner_popup .tab-content .registration input:last-of-type {
  width: 8px;
}
.winner_popup .tab-content .phone .input input {
  width: calc(100% - 130px);
}
.winner_popup .tab-content .phone.left input {
  width: calc(100% - 130px);
}
.winner_popup .tab-content .email .input input {
  width: 200px;
}
.winner_popup .tab-content .email .input input:nth-of-type(2) {
  margin: 0 10px 0 30px;
}
.winner_popup .tab-content .email select {
  width: 160px;
}
.winner_popup .tab-content .email span {
  display: inline-block;
  transform: translateX(15px);
  font-size: 16px;
  vertical-align: middle;
}
.winner_popup .tab-content .address {
  height: 170px;
}
.winner_popup .tab-content .address .input {
  height: 100%;
}
.winner_popup .tab-content .address .zip input {
  display: block;
  width: 200px;
  margin-bottom: 10px;
}
.winner_popup .tab-content .address .zip input:last-child {
  margin-bottom: 0;
}
.winner_popup .tab-content .address .zip .long {
  width: 100%;
}
.winner_popup .tab-content .renounce {
  height: 180px;
}
.winner_popup .tab-content .dash {
  display: inline-block;
  width: 10px;
  height: 2px;
  transform: translateX(-10px);
  background: #707070;
}
.winner_popup .tab-content .num_txt {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  font-size: 15px;
}
.winner_popup .tab-content .btn-wrap {
  display: block;
  width: 100%;
  margin: 50px 0 20px;
  font-size: 0;
  text-align: center;
}
.winner_popup .tab-content .btn-wrap .btn {
  margin-right: 10px;
  font-size: 16px;
  padding: 14px;
}
.winner_popup .tab-content .btn-wrap .btn:last-child {
  margin-right: 0;
}
.winner_popup .tab-content .btn {
  display: inline-block;
  width: 200px;
  padding: 18px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: rgb(205, 128, 113);
  background: linear-gradient(90deg, rgb(205, 128, 113) 0%, rgb(174, 97, 82) 100%);
}
.winner_popup .tab-content .btn-gray {
  position: absolute;
  top: 8px;
  left: 240px;
  width: 180px;
  background: #707070;
}
.winner_popup .tab-content .btn-lightgray {
  background: #ddd;
  color: #252C32;
}
.winner_popup .tab-content .btn-brown {
  background: #b5a18c;
}
.winner_popup .tab-content .btn-dark {
  background: #812b29;
}
.winner_popup .tab-content .verification {
  display: block;
  margin-top: 40px;
  padding: 50px 10px;
  text-align: center;
  border: 1px solid #ddd;
}
.winner_popup .tab-content .verification strong {
  position: relative;
  display: block;
  padding-top: 110px;
  font-size: 24px;
  letter-spacing: -0.025em;
  line-height: 1.4em;
}
.winner_popup .tab-content .verification strong:before {
  display: block;
  position: absolute;
  top: 8px;
  left: 50%;
  content: "";
  transform: translateX(-50%);
}
.winner_popup .tab-content .verification .btn {
  margin-top: 28px;
}
.winner_popup .tab-content .change-information {
  display: none;
}
.winner_popup .tab-content .change-information .short {
  width: 220px;
}
.winner_popup .tab-content .change-information .info_form {
  padding-top: 50px;
}
.winner_popup .tab-content .change-information .info_form strong {
  padding-bottom: 15px;
}
.winner_popup .tab-content .change-information .info_form .top_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.winner_popup .tab-content .change-information .info_form .top_box strong {
  padding-bottom: 0;
}
.winner_popup .tab-content .change-information .privacy_box {
  padding-top: 50px;
}
.winner_popup .tab-content .change-information .privacy_box strong {
  padding-bottom: 15px;
}
.winner_popup .tab-content .change-information .privacy_box .privacy_txt {
  height: 190px;
  padding: 30px 48px 30px 27px;
  overflow-y: scroll;
  border: 1px solid #ddd;
}
.winner_popup .tab-content .change-information .privacy_box .privacy_txt div:nth-of-type(n + 2) {
  margin-top: 20px;
}
.winner_popup .tab-content .change-information .privacy_box .privacy_txt ul {
  margin-top: 24px;
}
.winner_popup .tab-content .change-information .privacy_box .privacy_txt ul li {
  position: relative;
  padding-left: 8px;
  font-size: 16px;
  line-height: 1.4em;
}
.winner_popup .tab-content .change-information .privacy_box .privacy_txt ul li:before {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background-color: #000;
}
.winner_popup .tab-content .change-information .privacy_box .privacy_txt ul li:after {
  content: "";
  display: table;
  clear: both;
}
.winner_popup .tab-content .change-information .privacy_box .privacy_txt ul li > * {
  float: left;
}
.winner_popup .tab-content .change-information .privacy_box .privacy_txt ul li span {
  margin-right: 5px;
}
.winner_popup .tab-content .change-information .privacy_box .privacy_txt ul li p {
  width: calc(100% - 130px);
}
.winner_popup .tab-content .change-information .privacy_box .privacy_txt ul li.dot_no::before {
  display: none;
}
.winner_popup .tab-content .change-information .privacy_box .checkbox_wrap {
  margin-top: 10px;
  text-align: right;
}
.winner_popup .tab-content .change-information .privacy_box .checkbox_wrap label {
  display: inline-block;
  vertical-align: top;
}
.winner_popup .tab-content .change-information .alert_box {
  display: none;
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 450px;
  background-color: #fff;
  padding: 30px 20px;
  box-shadow: 10px 6px 11px 0 rgba(0, 0, 0, 0.2);
}
.winner_popup .tab-content .change-information .alert_box p {
  font-size: 15px;
}
.winner_popup .tab-content .change-information .alert_box .btn_box {
  padding-top: 20px;
  text-align: right;
}
.winner_popup .tab-content .change-information .alert_box .btn_box .alert_btn {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  padding: 10px 0;
  font-size: 13px;
  text-align: center;
}
.winner_popup .tab-content .change-information .alert_box .btn_box .alert_btn.confirm_btn {
  background-color: #3939d5;
  color: #fff;
  border: 1px solid #3939d5;
  margin-right: 5px;
}
.winner_popup .tab-content .change-information .alert_box .btn_box .alert_btn.cancel_btn {
  border: 1px solid #ddd;
}
.winner_popup .tab-content.tab1 {
  padding: 70px 0 0;
}
.winner_popup .tab-content.tab1 .top_txt {
  text-align: center;
}
.winner_popup .tab-content.tab1 .top_txt strong {
  letter-spacing: -0.025em;
  line-height: 1.5em;
  padding-bottom: 0;
}
.winner_popup .tab-content.tab1 .top_txt p {
  margin-top: 22px;
  font-size: 16px;
  letter-spacing: -0.025em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.75rem;
  color: #812B29;
}
.winner_popup .tab-content.tab1 .verification strong::before {
  width: 52px;
  height: 86px;
  background: url("/resources/assets/images/common/icon_phone.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
.winner_popup .tab-content.tab1.successful .verification {
  display: none;
}
.winner_popup .tab-content.tab1.successful .change-information {
  display: block;
}
.winner_popup .tab-content.tab1 .complete .verification strong::before {
  width: 64px;
  height: 73px;
  background: url("/resources/assets/images/common/icon_complete.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
.winner_popup .tab-content.tab1_2 {
  padding: 60px 0 0;
}
.winner_popup .tab-content.tab1_2 .complete .verification strong::before {
  width: 66px;
  height: 75px;
  background: url("/resources/assets/images/common/icon_nocomplete.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
.winner_popup .tab-content.tab1_2 .change-information .info_form {
  padding-top: 0;
}
.winner_popup .tab-content.tab1_2 .change-information .info_form strong {
  font-size: 20px;
}
.winner_popup .tab-content.tab3 .verification strong::before {
  width: 66px;
  height: 75px;
  background: url("/resources/assets/images/common/icon_winning.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
.winner_popup .tab-content.tab3 .verification .btn {
  margin-top: 32px;
}
.winner_popup .tab-content.tab2 .short {
  width: 220px;
}
.winner_popup .tab-content.tab2 .verification strong::before {
  width: 66px;
  height: 75px;
  background: url("/resources/assets/images/common/icon_winning.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
.winner_popup .tab-content.tab2 .verification .btn {
  margin-top: 32px;
}
.winner_popup .tab-content.tab2 .info_history table {
  width: 360px;
  margin: 30px auto 0;
  border-top: 1px solid #000;
}
.winner_popup .tab-content.tab2 .info_history table caption {
  display: none;
}
.winner_popup .tab-content.tab2 .info_history table tbody tr th {
  padding: 18px 0;
  font-size: 16px;
  letter-spacing: -0.025em;
  text-align: center;
  background-color: #f8f8f8;
}
.winner_popup .tab-content.tab2 .info_history table tbody tr td {
  padding: 18px 0 18px 20px;
  font-size: 16px;
  letter-spacing: -0.025em;
  text-align: left;
}
.winner_popup .tab-content.tab2 .info_history .verification {
  display: none;
}
.winner_popup .tab-content.tab2 .info_none .verification {
  display: none;
}
.winner_popup .tab-content.tab2 .info_none .verification strong::before {
  background: url("/resources/assets/images/common/icon_winning_none.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
.winner_popup .ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
@media (max-width: 1300px) {
  .winner_popup .inner {
    padding: 40px 70px 50px;
  }
}
@media (max-width: 1230px) {
  .winner_popup .inner {
    padding: 40px 70px 50px;
  }
  .winner_popup .tab-content .box select {
    width: 100px;
  }
  .winner_popup .tab-content .phone .input input {
    width: calc(100% - 110px);
  }
  .winner_popup .tab-content .email select {
    width: 160px;
  }
}
@media (max-width: 1080px) {
  .winner_popup .inner {
    height: auto;
    max-height: 90.92%;
    margin: 0 10px;
    padding: 20px 20px 30px;
  }
  .winner_popup h2 {
    font-size: 18px;
  }
  .winner_popup .logo {
    width: 70px;
    height: 43px;
  }
  .winner_popup .block {
    display: block;
  }
  .winner_popup .btn-close {
    top: 26px;
    right: 15px;
    width: 25px;
    height: 25px;
  }
  .winner_popup .tab-menu button {
    padding: 12px 0 15px;
    font-size: 15px;
    line-height: 1.1em;
  }
  .winner_popup .info {
    padding: 30px 0 0;
    font-size: 13px;
  }
  .winner_popup .info strong {
    font-size: 16px;
  }
  .winner_popup .tab-menu {
    height: 50px;
  }
  .winner_popup .tab-content {
    padding: 30px 0 0;
  }
  .winner_popup .tab-content .content strong {
    padding-bottom: 7px;
    font-size: 16px;
  }
  .winner_popup .tab-content .content .caution {
    padding-top: 10px;
    font-size: 12px;
  }
  .winner_popup .tab-content .content .flex-container {
    display: block;
  }
  .winner_popup .tab-content .content .flex-container .right,
.winner_popup .tab-content .content .flex-container .left {
    width: 100%;
  }
  .winner_popup .tab-content .content .a {
    position: absolute;
    top: 20px;
    right: 12px;
    transform: translateX(0);
  }
  .winner_popup .tab-content .box {
    background: #f8f8f8;
    height: auto;
    border-bottom: none;
  }
  .winner_popup .tab-content .box > div {
    border-bottom: 1px solid #ddd;
  }
  .winner_popup .tab-content .box p {
    font-size: 14px;
  }
  .winner_popup .tab-content .box .title {
    width: 115px;
  }
  .winner_popup .tab-content .box .title label {
    padding: 10px;
    line-height: 1.5em;
  }
  .winner_popup .tab-content .box .input {
    width: calc(100% - 115px);
    padding: 5px 10px;
    background: #fff;
  }
  .winner_popup .tab-content .box .input input {
    height: 38px;
  }
  .winner_popup .tab-content .box .input input,
.winner_popup .tab-content .box .input textarea {
    padding: 0 10px;
    font-size: 13px;
  }
  .winner_popup .tab-content .box select {
    font-size: 13px;
  }
  .winner_popup .tab-content .box .radio_wrap {
    width: calc(100% - 115px);
    min-height: 41px;
    padding: 3px 0;
    position: relative;
  }
  .winner_popup .tab-content .box .radio_wrap .radio_box {
    min-height: 41px;
  }
  .winner_popup .tab-content .box .radio_wrap .radio_box .radio label {
    margin-right: 0;
  }
  .winner_popup .tab-content .box .radio_wrap .radio_box .radio label span {
    font-size: 14px;
  }
  .winner_popup .tab-content .renounce {
    height: 160px;
  }
  .winner_popup .tab-content .registration .input input:first-of-type {
    padding-right: 0;
  }
  .winner_popup .tab-content .registration .input input:last-of-type {
    padding: 0 !important;
  }
  .winner_popup .tab-content .email .input input {
    width: calc(100% - 20px);
  }
  .winner_popup .tab-content .email .input input:nth-of-type(2) {
    width: 100%;
    margin: 5px 0;
  }
  .winner_popup .tab-content .email select {
    width: 100%;
  }
  .winner_popup .tab-content .email .a {
    margin-top: -5px;
  }
  .winner_popup .tab-content .phone .input select,
.winner_popup .tab-content .phone .input input {
    width: 100%;
  }
  .winner_popup .tab-content .phone .input select {
    margin-bottom: 5px;
  }
  .winner_popup .tab-content .address .zip input {
    width: 100%;
    margin-bottom: 0;
  }
  .winner_popup .tab-content .address .zip input:nth-of-type(2) {
    margin: 0 0 5px;
  }
  .winner_popup .tab-content .address .btn {
    width: 100%;
    margin: 5px 0;
  }
  .winner_popup .tab-content .btn-wrap {
    margin-top: 30px;
  }
  .winner_popup .tab-content .btn-wrap .btn {
    font-size: 15px;
    margin-right: 5px;
  }
  .winner_popup .tab-content .btn {
    width: 135px;
    padding: 10px;
    font-size: 15px;
  }
  .winner_popup .tab-content .btn-gray {
    position: unset;
  }
  .winner_popup .tab-content .ui-datepicker-trigger {
    display: inline-block;
    width: 32px;
    left: 160px;
  }
  .winner_popup .tab-content .verification {
    margin-top: 30px;
    padding: 20px 5px;
  }
  .winner_popup .tab-content .verification strong {
    font-size: 16px;
  }
  .winner_popup .tab-content .verification .desc {
    margin-top: 2px;
    font-size: 13px;
  }
  .winner_popup .tab-content .verification .btn {
    margin-top: 18px;
  }
  .winner_popup .tab-content .change-information .short {
    width: calc(100% - 80px);
  }
  .winner_popup .tab-content .change-information .short input {
    width: 140px;
  }
  .winner_popup .tab-content .change-information .privacy_box {
    padding-top: 30px;
  }
  .winner_popup .tab-content .change-information .privacy_box .privacy_txt {
    padding: 20px 30px 20px 15px;
  }
  .winner_popup .tab-content .change-information .privacy_box .privacy_txt ul li {
    font-size: 14px;
  }
  .winner_popup .tab-content .change-information .privacy_box .privacy_txt ul li::before {
    top: 7px;
  }
  .winner_popup .tab-content.tab1 {
    padding: 30px 0 0;
  }
  .winner_popup .tab-content.tab1 .top_txt strong .m_no {
    display: none;
  }
  .winner_popup .tab-content.tab1 .top_txt p {
    margin-top: 5px;
    font-size: 14px;
  }
  .winner_popup .tab-content.tab1_2 {
    padding: 30px 0 0;
  }
  .winner_popup .tab-content.tab1_2 .change-information .info_form strong {
    font-size: 16px;
  }
  .winner_popup .tab-content.tab2.tab-content {
    padding-top: 30px;
    min-height: auto;
  }
  .winner_popup .tab-content.tab2.tab-content.active {
    display: block;
  }
  .winner_popup .tab-content.tab2 .short input {
    width: 140px;
  }
}
@media (max-width: 768px) {
  .winner_popup .logo {
    width: 50px;
  }
  .winner_popup h2 {
    margin-top: 0;
    font-size: 15px;
  }
  .winner_popup .tab-content .change-information .alert_box {
    width: 90%;
  }
}

.winPop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.winPop .inner {
  position: relative;
  width: 1200px;
  height: 90.92%;
  margin: 0 50px;
  padding: 40px 100px 30px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}
.winPop .logo {
  position: relative;
  display: block;
  width: 101px;
  height: 60px;
}
.winPop .logo:before {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  content: "";
  background: url("/resources/assets/images/common/logo.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
.winPop .logo span {
  text-indent: -99999%;
  font-size: 0;
}
.winPop h2 {
  margin: -20px 0 25px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.winPop .btn-close {
  position: absolute;
  top: 45px;
  right: 85px;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.winPop .btn-close:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 19px;
  content: "";
  transform: translate(-50%, -50%);
  background: url("/resources/assets/images/common/popup_btn_close.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
.winPop .btn-close span {
  text-indent: -99999%;
  font-size: 0;
}
.winPop .info {
  padding: 50px 0 0;
  line-height: 1.35em;
  text-align: center;
}
.winPop .info strong {
  display: block;
  padding-bottom: 20px;
  font-size: 24px;
}
.winPop .info .caution {
  padding-top: 5px;
  color: #812b29;
}
.winPop .tab-menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  height: 60px;
}
.winPop .tab-menu li {
  width: 50%;
  height: 100%;
  background: #f8f8f8;
}
.winPop .tab-menu li.active {
  background: #fff;
}
.winPop .tab-menu li.active button {
  color: #c47267;
  border-bottom-color: #fff;
}
.winPop .tab-menu li:nth-child(2) button {
  border-left: none;
}
.winPop .tab-menu button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  color: #888;
  font-size: 18px;
  text-align: center;
  border: 1px solid #ddd;
}
.winPop .tab-content {
  display: none;
  padding: 45px 0 0;
}
.winPop .tab-content.active {
  display: block;
}
.winPop .tab-content .content strong {
  display: block;
  padding-bottom: 15px;
  font-size: 20px;
}
.winPop .tab-content .content .desc {
  margin-top: 7px;
  font-weight: 300;
}
.winPop .tab-content .content .caution {
  padding-top: 20px;
  font-weight: 300;
  color: #707070;
}
.winPop .tab-content .content .flex-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.winPop .tab-content .content .flex-container .left {
  width: 100%;
}
.winPop .tab-content .content .flex-container .right {
  width: 100%;
}
.winPop .tab-content form {
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}
.winPop .tab-content .box {
  height: 60px;
  border-bottom: 1px solid #ddd;
}
.winPop .tab-content .box:last-child {
  border-bottom: none;
}
.winPop .tab-content .box > div {
  width: 100%;
  height: 100%;
  font-size: 0;
}
.winPop .tab-content .box p {
  display: inline-block;
  height: 100%;
  font-size: 16px;
}
.winPop .tab-content .box .title {
  background: #f8f8f8;
  width: 130px;
  vertical-align: top;
}
.winPop .tab-content .box .title label {
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px;
}
.winPop .tab-content .box .input {
  position: relative;
  width: calc(100% - 130px);
  padding: 8px 20px;
  font-size: 0;
}
.winPop .tab-content .box .input label {
  font-size: 16px;
}
.winPop .tab-content .box .input input,
.winPop .tab-content .box .input textarea {
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #252C32;
  border-radius: 0;
  border: 1px solid #ddd;
  background: #fff;
}
.winPop .tab-content .box .input input {
  height: 58px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.winPop .tab-content .box .input textarea {
  height: 100%;
  padding: 20px;
  font-family: "Noto Sans KR", Arial, sans-serif;
}
.winPop .tab-content .box select {
  width: 120px;
  height: 44px;
  margin-right: 10px;
  padding: 5px;
  font-size: 16px;
  color: #252C32;
  border-radius: 0;
  border: 1px solid #ddd;
  background: url(/resources/assets/images/common/select_arrow_ico.png) #fff right 10px center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.winPop .tab-content .registration .input input {
  width: 46.12%;
}
.winPop .tab-content .registration input:first-child {
  margin-right: 20px;
}
.winPop .tab-content .phone .input input {
  width: calc(100% - 130px);
}
.winPop .tab-content .phone.left input {
  width: calc(100% - 130px);
}
.winPop .tab-content .email .input input {
  width: 200px;
}
.winPop .tab-content .email .input input:nth-of-type(2) {
  margin: 0 10px 0 30px;
}
.winPop .tab-content .email select {
  width: 160px;
}
.winPop .tab-content .email span {
  display: inline-block;
  transform: translateX(15px);
  font-size: 16px;
  vertical-align: middle;
}
.winPop .tab-content .address {
  height: 170px;
}
.winPop .tab-content .address .input {
  height: 100%;
}
.winPop .tab-content .address .zip input {
  display: block;
  width: 200px;
  margin-bottom: 10px;
}
.winPop .tab-content .address .zip input:last-child {
  margin-bottom: 0;
}
.winPop .tab-content .address .zip .long {
  width: 100%;
}
.winPop .tab-content .renounce {
  height: 180px;
}
.winPop .tab-content .dash {
  display: inline-block;
  width: 10px;
  height: 2px;
  transform: translateX(-10px);
  background: #707070;
}
.winPop .tab-content .btn-wrap {
  display: block;
  width: 100%;
  margin: 50px 0 20px;
  font-size: 0;
  text-align: center;
}
.winPop .tab-content .btn-wrap .btn {
  margin-right: 10px;
  font-size: 16px;
}
.winPop .tab-content .btn-wrap .btn:last-child {
  margin-right: 0;
}
.winPop .tab-content .btn {
  display: inline-block;
  width: 200px;
  padding: 14px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.winPop .tab-content .btn-gray {
  position: absolute;
  top: 8px;
  left: 240px;
  width: 180px;
  background: #707070;
}
.winPop .tab-content .btn-brown {
  background: #b5a18c;
}
.winPop .tab-content .btn-dark {
  background: #812b29;
}
.winPop .tab-content.tab1 {
  padding: 70px 0 0;
}
.winPop .tab-content.tab1 .verification {
  display: block;
  padding: 50px 10px;
  text-align: center;
  border: 1px solid #ddd;
}
.winPop .tab-content.tab1 .verification strong {
  position: relative;
  display: block;
  padding-top: 110px;
  font-size: 24px;
}
.winPop .tab-content.tab1 .verification strong:before {
  display: block;
  position: absolute;
  top: 8px;
  left: 50%;
  width: 52px;
  height: 86px;
  content: "";
  transform: translateX(-50%);
  background: url("/resources/assets/images/common/icon_phone.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
.winPop .tab-content.tab1 .verification .btn {
  margin-top: 28px;
}
.winPop .tab-content.tab1 .change-information {
  display: none;
}
.winPop .tab-content.tab1 .change-information .short {
  width: 220px;
}
.winPop .tab-content.tab1.successful .verification {
  display: none;
}
.winPop .tab-content.tab1.successful .change-information {
  display: block;
}
.winPop .tab-content.tab2 .short {
  width: 220px;
}
.winPop .ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
@media (max-width: 1300px) {
  .winPop .inner {
    padding: 40px 70px 50px;
  }
}
@media (max-width: 1230px) {
  .winPop .inner {
    padding: 40px 70px 50px;
  }
  .winPop .tab-content .box select {
    width: 100px;
  }
  .winPop .tab-content .registration .input input {
    width: 42.85%;
  }
  .winPop .tab-content .phone .input input {
    width: calc(100% - 110px);
  }
  .winPop .tab-content .email select {
    width: 160px;
  }
}
@media (max-width: 1080px) {
  .winPop .inner {
    height: auto;
    max-height: 90.92%;
    margin: 0 10px;
    padding: 20px 20px 30px;
  }
  .winPop h2 {
    font-size: 18px;
  }
  .winPop .logo {
    width: 70px;
    height: 43px;
  }
  .winPop .block {
    display: block;
  }
  .winPop .btn-close {
    top: 26px;
    right: 15px;
    width: 25px;
    height: 25px;
  }
  .winPop .tab-menu button {
    padding: 12px 0 15px;
    font-size: 15px;
  }
  .winPop .info {
    padding: 30px 0 0;
    font-size: 13px;
  }
  .winPop .info strong {
    font-size: 16px;
  }
  .winPop .tab-menu {
    height: 50px;
  }
  .winPop .tab-content {
    padding: 30px 0 0;
  }
  .winPop .tab-content .content strong {
    padding-bottom: 7px;
    font-size: 16px;
  }
  .winPop .tab-content .content .caution {
    padding-top: 10px;
    font-size: 12px;
  }
  .winPop .tab-content .content .flex-container {
    display: block;
  }
  .winPop .tab-content .content .flex-container .right,
.winPop .tab-content .content .flex-container .left {
    width: 100%;
  }
  .winPop .tab-content .content .dash,
.winPop .tab-content .content .a {
    position: absolute;
    top: 20px;
    right: 12px;
    transform: translateX(0);
  }
  .winPop .tab-content .box {
    background: #f8f8f8;
    height: auto;
    border-bottom: none;
  }
  .winPop .tab-content .box > div {
    border-bottom: 1px solid #ddd;
  }
  .winPop .tab-content .box p {
    font-size: 14px;
  }
  .winPop .tab-content .box .title {
    width: 80px;
  }
  .winPop .tab-content .box .title label {
    padding: 10px;
    line-height: 1.5em;
  }
  .winPop .tab-content .box .input {
    width: calc(100% - 80px);
    padding: 5px 10px;
    background: #fff;
  }
  .winPop .tab-content .box .input input {
    height: 38px;
  }
  .winPop .tab-content .box .input input,
.winPop .tab-content .box .input textarea {
    padding: 0 10px;
    font-size: 13px;
  }
  .winPop .tab-content .box select {
    font-size: 13px;
  }
  .winPop .tab-content .renounce {
    height: 160px;
  }
  .winPop .tab-content .registration .input input {
    width: calc(100% - 20px);
  }
  .winPop .tab-content .registration .input input:nth-of-type(1) {
    margin-bottom: 5px;
  }
  .winPop .tab-content .registration .input input:nth-of-type(2) {
    width: 100%;
  }
  .winPop .tab-content .email .input input {
    width: calc(100% - 20px);
  }
  .winPop .tab-content .email .input input:nth-of-type(2) {
    width: 100%;
    margin: 5px 0;
  }
  .winPop .tab-content .email select {
    width: 100%;
  }
  .winPop .tab-content .email .a {
    margin-top: -5px;
  }
  .winPop .tab-content .phone .input select,
.winPop .tab-content .phone .input input {
    width: 100%;
  }
  .winPop .tab-content .phone .input select {
    margin-bottom: 5px;
  }
  .winPop .tab-content .address .zip input {
    width: 100%;
    margin-bottom: 0;
  }
  .winPop .tab-content .address .zip input:nth-of-type(2) {
    margin: 0 0 5px;
  }
  .winPop .tab-content .address .btn {
    width: 100%;
    margin: 5px 0;
  }
  .winPop .tab-content .btn-wrap {
    margin-top: 30px;
  }
  .winPop .tab-content .btn-wrap .btn {
    font-size: 15px;
    margin-right: 5px;
  }
  .winPop .tab-content .btn {
    width: 135px;
    padding: 10px;
    font-size: 15px;
  }
  .winPop .tab-content .btn-gray {
    position: unset;
  }
  .winPop .tab-content .ui-datepicker-trigger {
    display: inline-block;
    width: 32px;
    left: 160px;
  }
  .winPop .tab-content.tab1 {
    padding: 30px 0 0;
  }
  .winPop .tab-content.tab1 .verification {
    padding: 20px 5px;
  }
  .winPop .tab-content.tab1 .verification strong {
    font-size: 16px;
  }
  .winPop .tab-content.tab1 .verification .desc {
    margin-top: 2px;
    font-size: 13px;
  }
  .winPop .tab-content.tab1 .verification .btn {
    margin-top: 18px;
  }
  .winPop .tab-content.tab1 .change-information .short {
    width: calc(100% - 80px);
  }
  .winPop .tab-content.tab1 .change-information .short input {
    width: 140px;
  }
  .winPop .tab-content.tab2 .short input {
    width: 140px;
  }
}

.logoChange .winner_popup .logo {
  width: 175px;
}
.logoChange .winner_popup .logo::before {
  background: url("/resources/assets/images/common/management_logo.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
.logoChange footer .logo {
  width: 175px;
}

.mo_block {
  display: inline-block;
}

.new-logo.colorChange footer {
  background: #353D44;
}
.new-logo.colorChange .contact a.call {
  padding: 12px 10px 10px;
  text-align: center;
}
.new-logo.colorChange .contact a.call span {
  margin: 0;
  padding: 0 0 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.new-logo.colorChange .contact a.call:before {
  position: static;
  top: unset;
  left: 0;
  transform: unset;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url("/resources/assets/images/common/new_icon_call_wh2.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
.new-logo.colorChange .contact a.site {
  background: #E2681F;
}
.new-logo .contact a.site:before {
  left: 17px;
  width: 39px;
  height: 16px;
  background: url("/resources/assets/images/common/site_logo2.svg") 50% 50% no-repeat;
  background-size: cover;
}
.new-logo .contact a.site:after {
  display: none;
}
.new-logo .contact a.site span {
  padding-left: 35px;
}

@media all and (max-width: 1080px) {
  .logoChange .winner_popup .logo {
    width: 130px;
  }
}
@media all and (max-width: 768px) {
  .logoChange .winner_popup .logo {
    width: 80px;
  }
}
@media all and (max-width: 480px) {
  .mo_block {
    display: block;
  }
}
body.pop_open {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

body.img-open {
  overflow: hidden;
}
body.img-open #imgPopup {
  display: flex;
}

#wrap {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
#wrap.addVideo header {
  position: absolute;
  background-color: transparent;
}
#wrap.addVideo header.nav-open {
  background-color: #fff;
}
#wrap.addVideo #breadcrum {
  display: none;
}
#wrap.addVideo .sub-container {
  padding: 110px 40px 150px;
}
#wrap.addVideo .video_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 26.041%;
  background-color: #b9bbbe;
}
#wrap.addVideo .video_wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1300px) {
  #wrap.addVideo header {
    position: fixed;
    background-color: #fff;
  }
  #wrap.addVideo #breadcrum {
    display: block;
  }
  #wrap.addVideo .sub-container {
    padding: 200px 20px 100px;
  }
  #wrap.addVideo .video_wrap {
    display: none;
  }
}

.sec {
  position: relative;
}
.sec .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.common_btn {
  display: block;
  width: 150px;
  padding: 15px 0;
  margin: 20px auto 0;
  background-color: #90352e;
  font-size: 14px;
  color: #fff;
  letter-spacing: -0.05em;
  text-align: center;
}

.quick_box {
  position: fixed;
  bottom: 0;
  right: 30px;
  z-index: 2;
}
.quick_box a {
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 50%;
}
.quick_box a.btn_popup {
  display: block;
}
.quick_box a.infoBtn {
  display: none;
}
.quick_box a img {
  border-radius: 50%;
}
.quick_box.on {
  position: absolute;
  bottom: 180px;
}

.insert_wrap {
  margin-top: 15px;
  border-top: #000 solid 1px;
  border-bottom: #ddd solid 1px;
  padding: 10px 50px 40px;
  letter-spacing: -0.4px;
}
.insert_wrap.mypage {
  width: 1000px;
  box-sizing: border-box;
  margin: 25px auto 0;
  position: relative;
  padding: 0px 50px 30px;
}
.insert_wrap.mypage .required3 {
  position: absolute;
  top: -39px;
  right: 0;
  font-size: 14px;
  color: #888888;
}
.insert_wrap.mypage .required3::before {
  content: "*";
  display: inline-block;
  color: #c47267;
}
.insert_wrap.mypage dl {
  padding-left: 165px !important;
}
.insert_wrap.mypage dl dt {
  width: 150px;
}
.insert_wrap.mypage dl dd {
  width: 400px;
}
.insert_wrap ul > li {
  padding-top: 25px;
}
.insert_wrap ul > li:first-of-type dd {
  justify-content: start;
  align-items: center;
}
.insert_wrap dl {
  position: relative;
  padding-left: 90px;
  font-size: 16px;
}
.insert_wrap dl > dt {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  line-height: 44px;
}
.insert_wrap dl > dt .required::after {
  content: "*";
  display: inline-block;
  color: #c47267;
}
.insert_wrap dl > dd {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
}
.insert_wrap dl > dd span {
  display: block;
  height: 44px;
  padding-left: 10px;
}
.insert_wrap dl > dd span.f1 {
  flex: 1;
}
.insert_wrap dl > dd span.select {
  background: url(/resources/assets/images/common/select_arrow_ico.png) #fff right 10px center no-repeat;
}
.insert_wrap dl > dd span.select select {
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.insert_wrap dl > dd span.f1_1 {
  flex: 1;
  position: relative;
  padding-left: 30px;
}
.insert_wrap dl > dd span.f1_1 b {
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  color: #333333;
}
.insert_wrap dl > dd span.f2 {
  flex: 2;
}
.insert_wrap dl > dd span.f3 {
  flex: 3;
}
.insert_wrap dl > dd span.tel {
  display: flex;
  align-items: center;
}
.insert_wrap dl > dd span.tel select {
  display: inline-block;
  width: 140px;
  margin-right: 10px;
}
.insert_wrap dl > dd span.tel select.r_none {
  margin-right: 0;
}
.insert_wrap dl > dd span.tel input {
  display: inline-block;
  width: 300px;
  border-radius: 0;
}
.insert_wrap dl > dd span.product_name {
  line-height: 44px;
}
.insert_wrap dl > dd .product_name_divide p {
  display: inline-block;
}
.insert_wrap dl > dd .product_name_divide p:first-child {
  padding-right: 10px;
}
.insert_wrap dl > dd > div {
  padding-left: 10px;
}
.insert_wrap dl > dd ~ dd {
  margin-top: 10px;
}
.insert_wrap dl > dd input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: #ddd solid 1px;
  padding: 5px 10px;
  border-radius: 0;
  background-clip: padding-box !important;
}
.insert_wrap dl > dd input::-moz-placeholder {
  color: #888888;
}
.insert_wrap dl > dd input::placeholder {
  color: #888888;
}
.insert_wrap dl > dd input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  vertical-align: bottom;
}
.insert_wrap dl > dd select {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: #ddd solid 1px;
  padding-left: 10px;
}
.insert_wrap dl > dd.sc {
  width: 450px;
}
.insert_wrap dl > dd.sc2 {
  width: 358px;
}
.insert_wrap .df {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.insert_wrap .df input {
  position: relative;
  padding: 5px 33px 5px 10px;
}
.insert_wrap .df b {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 200;
}
.insert_wrap .inp_pc {
  padding: 5px 10px 5px 0;
}
.insert_wrap .inp_pc::-moz-placeholder {
  padding-left: 10px;
}
.insert_wrap .inp_pc::placeholder {
  padding-left: 10px;
}
.insert_wrap .txtar {
  height: 300px;
}
.insert_wrap .txtar textarea {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: #ddd solid 1px;
  padding: 5px 10px;
  line-height: 26px;
}
.insert_wrap .search_wrap {
  border: none;
  border-bottom: #888 solid 1px;
  height: 44px;
}
.insert_wrap .search_wrap input[type=search] {
  padding: 0 0 3px 0;
}
.insert_wrap .search_wrap input[type=search]::-moz-placeholder {
  color: #888;
}
.insert_wrap .search_wrap input[type=search]::placeholder {
  color: #888;
}
.insert_wrap .tail {
  padding-top: 5px;
  font-size: 14px;
  color: #888888;
}
.insert_wrap.no_line {
  padding: 0;
  border-top: none;
}
.insert_wrap .show_rd_wrap {
  flex-wrap: wrap;
}
.insert_wrap .show_rd_wrap .show_rd {
  display: none;
}
.insert_wrap .show_rd_wrap .show_rd.active {
  display: block;
}
.insert_wrap .sub_inwrap li dl {
  padding-left: 140px;
}
.insert_wrap .sub_inwrap li.li_tp {
  padding-top: 0;
}
.insert_wrap .sub_inwrap dd {
  justify-content: flex-start;
  align-items: center;
}
.insert_wrap .sub_inwrap dd > span {
  flex: 1;
}
.insert_wrap .sub_inwrap dd > span:first-child {
  padding-left: 0;
}
.insert_wrap .sub_inwrap dd b {
  padding-left: 10px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 200;
  color: #333;
}
.insert_wrap .sub_inwrap dd.sc_md {
  width: 474px;
}
.insert_wrap .sub_inwrap dd.scbig {
  width: 504px;
}
.insert_wrap .sub_inwrap select:disabled {
  background-color: #f6f6f6;
}

.sub {
  overflow-x: hidden;
}
.sub header {
  background-color: #fff;
}

.sub-container {
  max-width: 1180px;
  min-height: 750px;
  margin: 0 auto;
  padding: 306px 40px 150px;
}
.sub-container .title-wrap {
  padding-bottom: 80px;
  text-align: center;
}
.sub-container .title-wrap h2 {
  font-size: 50px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 3.375rem;
  font-weight: 600;
  font-family: "Nanum", Arial, sans-serif;
}
@media (max-width: 1023px) {
  .sub-container .title-wrap {
    padding-bottom: 20px;
  }
}
.sub-container.border .title-wrap {
  border-bottom: 2px solid #000;
}
@media (max-width: 1023px) {
  .sub-container.border .title-wrap {
    border-bottom: 1px solid #000;
  }
}
.sub-container.no-padding .title-wrap {
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .sub-container.no-padding .title-wrap {
    padding-bottom: 0;
  }
}
.sub-container .tab-menu {
  margin-bottom: 60px;
  font-size: 0;
  vertical-align: top;
}
.sub-container .tab-menu ul {
  display: flex;
  justify-content: flex-start;
  align-items: self-end;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.sub-container .tab-menu li {
  border: none;
  border-bottom: 2px solid #ddd;
  vertical-align: bottom;
}
.sub-container .tab-menu li.active {
  border-bottom-color: #812B29;
}
.sub-container .tab-menu li.active button,
.sub-container .tab-menu li.active a {
  color: #812B29;
}
.sub-container .tab-menu li sup {
  font-size: 12px;
  vertical-align: revert;
}
.sub-container .tab-menu button,
.sub-container .tab-menu a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px 10px;
  color: #888;
  font-size: 18px;
  text-align: center;
  line-height: 1.2em;
}
@media (max-width: 1320px) {
  .sub-container .tab-menu {
    margin-bottom: 60px;
  }
  .sub-container .tab-menu li {
    margin-bottom: -1px;
  }
  .sub-container .tab-menu li sup {
    font-size: 8px;
  }
  .sub-container .tab-menu button,
.sub-container .tab-menu a {
    padding: 19px 5px;
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .sub-container .tab-menu {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .sub-container .tab-menu li {
    border-width: 1px;
  }
  .sub-container .tab-menu li sup {
    font-size: 10px;
  }
  .sub-container .tab-menu button,
.sub-container .tab-menu a {
    padding: 10px 5px;
  }
}
.sub-container .img-wrap {
  position: relative;
}
.sub-container .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.sub-container .download_wrap {
  border-bottom: 1px solid #ddd;
}
.sub-container .download_wrap .download {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 70px 0;
}
.sub-container .download_wrap .download > div {
  display: inline-block;
  width: 33.333%;
  margin-right: -3px;
  padding: 30px 0;
  font-size: 0;
}
.sub-container .download_wrap .download.two > div {
  width: 50%;
  margin-right: -2px;
}
.sub-container .download_wrap .download.one > div {
  width: 100%;
  margin: 0 auto;
}
.sub-container .download_wrap p {
  position: relative;
  padding-top: 70px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25em;
  text-align: center;
}
.sub-container .download_wrap p:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 55px;
  height: 50px;
  content: "";
  transform: translateX(-50%);
  background: url("/resources/assets/images/sub/icon_notice.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
.sub-container .download_wrap a {
  position: relative;
  display: block;
  width: 230px;
  height: 60px;
  margin: 20px auto 0;
  padding: 0 20px;
  line-height: 58px;
  border: 1px solid #ddd;
}
.sub-container .download_wrap a span {
  font-size: 18px;
}
.sub-container .download_wrap a span:after {
  display: block;
  position: absolute;
  top: 53%;
  right: 20px;
  width: 12px;
  height: 12px;
  content: "";
  transform: translateY(-50%);
  background: url("/resources/assets/images/sub/icon_download.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
.sub-container .download_wrap.documents .download {
  max-width: 1100px;
}
.sub-container .download_wrap.documents p:before {
  width: 43px;
  height: 52px;
  background-image: url("/resources/assets/images/sub/icon_document.png");
}
.sub-container .download_wrap.prewinner {
  text-align: center;
}
@media (max-width: 768px) {
  .sub-container .download_wrap .download {
    padding: 0;
  }
  .sub-container .download_wrap .download > div {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #ddd;
  }
  .sub-container .download_wrap .download > div:last-child {
    border-bottom: none;
  }
  .sub-container .download_wrap .download.two > div {
    width: 100%;
    margin-right: 0;
  }
  .sub-container .download_wrap p {
    font-size: 16px;
  }
  .sub-container .download_wrap a {
    width: 200px;
    height: 50px;
    padding: 0 20px;
    line-height: 48px;
  }
  .sub-container .download_wrap a span {
    font-size: 16px;
  }
  .sub-container .download_wrap a span:after {
    top: 53%;
    right: 20px;
  }
}
.sub-container.location .img-wrap {
  position: relative;
}
.sub-container.location .img-wrap .link {
  position: absolute;
  bottom: 8%;
  right: 10%;
  width: 18%;
  height: 8%;
  font-size: 0;
}
.sub-container.space .title-wrap {
  border-bottom: 0;
}
.sub-container.space .inner-tab {
  padding-top: 0;
  margin-bottom: 60px;
}
.sub-container.space .inner-tab li {
  border: 1px solid #ddd;
}
.sub-container.space .inner-tab li.active {
  border-color: #812b29;
  background: #812b29;
}
.sub-container.space .inner-tab li.active a {
  color: #fff;
}
@media (max-width: 1023px) {
  .sub-container.space .inner-tab {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .sub-container.space .inner-tab li:first-child, .sub-container.space .inner-tab li:nth-child(4n) {
    margin-left: 0;
  }
  .sub-container.space .inner-tab li a {
    font-size: 10px;
  }
}
.sub-container.news .title-wrap {
  border-bottom: none;
}
.sub-container.news .news_wrap {
  margin-right: -25px;
}
.sub-container.news .news_wrap .btn_more {
  width: 200px;
  margin: 0 auto;
}
.sub-container.news .news_wrap .btn_more a {
  display: block;
  padding: 13px 0;
  border: 1px solid #ccc;
  font-size: 18px;
  text-align: center;
}
.sub-container.news .flex-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.sub-container.news .flex-container .item {
  width: 33.333%;
  margin-bottom: 50px;
  padding-right: 25px;
}
.sub-container.news .flex-container a {
  display: block;
  width: 100%;
  height: 100%;
}
.sub-container.news .flex-container a:hover .desc {
  color: #E2681F;
}
.sub-container.news .flex-container .thumb_img {
  position: relative;
}
.sub-container.news .flex-container .thumb_img .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 71.428%;
}
.sub-container.news .flex-container .thumb_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub-container.news .flex-container .thumb_img .press.on {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 20px 10px;
  font-size: 18px;
  color: #fff;
  background-color: #E2681F;
  z-index: 1;
}
.sub-container.news .flex-container .desc {
  margin-top: 30px;
  text-align: left;
}
.sub-container.news .flex-container .desc .press.on {
  display: none;
}
.sub-container.news .flex-container .desc .title {
  height: 60px;
  font-size: 20px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  line-height: 1.35rem;
  max-height: 2.7rem;
}
.sub-container.news .flex-container .desc .date {
  padding-top: 20px;
  font-size: 14px;
  color: #E2681F;
}
@media (max-width: 768px) {
  .sub-container.news .title-wrap {
    border-bottom: 1px solid #000;
  }
  .sub-container.news .news_wrap {
    margin-top: 20px;
    margin-right: 0;
  }
  .sub-container.news .news_wrap .btn_more {
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
  }
  .sub-container.news .news_wrap .btn_more a {
    padding: 18px 0;
    font-size: 16px;
  }
  .sub-container.news .flex-container {
    display: block;
    width: 100%;
  }
  .sub-container.news .flex-container .item {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 25px;
  }
  .sub-container.news .flex-container a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .sub-container.news .flex-container .thumb_img {
    width: 150px;
  }
  .sub-container.news .flex-container .thumb_img .press.on {
    display: none;
  }
  .sub-container.news .flex-container .desc {
    width: calc(100% - 150px);
    margin-top: 0;
    padding-left: 20px;
  }
  .sub-container.news .flex-container .desc .press.on {
    display: block;
    padding-bottom: 10px;
    font-size: 11px;
  }
  .sub-container.news .flex-container .desc .title {
    height: 64px;
    font-size: 14px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: normal;
    line-height: 1.35rem;
    max-height: 4.05rem;
  }
  .sub-container.news .flex-container .desc .date {
    padding-top: 10px;
    font-size: 11px;
  }
}
.sub-container.video .tab-menu ul {
  flex-wrap: nowrap;
}
.sub-container.video .tab-menu a {
  padding: 0 10px 15px;
}
.sub-container.pr li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.sub-container.pr .video {
  width: 35%;
}
.sub-container.pr .desc {
  width: 75%;
  padding: 0 25px;
  overflow: hidden;
}
.sub-container.pr .desc .title {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  line-height: 1.35rem;
  max-height: 6.75rem;
}
@media (max-width: 1320px) {
  .sub-container {
    padding: 200px 20px 100px;
  }
  .sub-container .title-wrap h2 {
    font-size: 30px;
    letter-spacing: -0.03em;
    /* 0.0625 * 16 = 1px */
    line-height: 2.1875rem;
  }
}
@media (max-width: 768px) {
  .sub-container .title-wrap h2 {
    font-size: 20px;
  }
}

.tab-menu li {
  width: 50%;
}
.tab-menu .one li {
  width: calc(100% / 1);
}
.tab-menu .three li {
  width: calc(100% / 3);
}
.tab-menu .four li {
  width: calc(100% / 4);
}
.tab-menu .five li {
  width: calc(100% / 5);
}
.tab-menu .six li {
  width: calc(100% / 6);
}
.tab-menu .seven li {
  width: calc(100% / 7);
}
.tab-menu .eight li {
  width: calc(100% / 8);
}
@media (max-width: 1320px) {
  .tab-menu.line-two .one li {
    width: 50%;
  }
  .tab-menu.line-two .four li {
    width: 50%;
  }
  .tab-menu.line-two .five li {
    width: 50%;
  }
  .tab-menu.line-two .six li {
    width: 50%;
  }
  .tab-menu.line-two .seven li {
    width: 50%;
  }
  .tab-menu.line-two .eight li {
    width: 50%;
  }
  .tab-menu .one li {
    width: calc(100% / 1);
  }
  .tab-menu .four li {
    width: calc(100% / 3);
  }
  .tab-menu .five li {
    width: calc(100% / 3);
  }
  .tab-menu .six li {
    width: calc(100% / 3);
  }
  .tab-menu .seven li {
    width: calc(100% / 3);
  }
  .tab-menu .eight li {
    width: calc(100% / 3);
  }
}

#info .inner-content {
  display: none;
}
#info .inner-content.block {
  display: block;
}

.iframe-wrap {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframe-wrap.iframe-vr {
  padding-top: 0;
  height: 700px;
}
.iframe-wrap.iframe-vr iframe {
  position: relative;
}
@media (max-width: 768px) {
  .iframe-wrap.iframe-vr {
    height: 400px;
  }
}

.mo-vr {
  position: relative;
  padding-top: 56%;
  width: 100%;
  height: 0;
}
.mo-vr img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mo-vr .vr_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vr-link .iframe-vr {
  display: block;
}
.vr-link .mo-vr {
  display: none;
}
@media (max-width: 768px) {
  .vr-link .iframe-vr {
    display: none;
  }
  .vr-link .mo-vr {
    display: block;
  }
}

.sub-full {
  overflow-x: hidden;
}
.sub-full .sub-container {
  padding: 220px 40px 150px;
}
@media (max-width: 1320px) {
  .sub-full .sub-container {
    padding: 140px 20px 100px;
  }
}

/* 팝업 */
.btn_p1 {
  display: block;
  margin: 0 5px;
  text-align: center;
  max-width: 200px;
  width: 100%;
  height: 52px;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  font-size: 18px;
  letter-spacing: -0.025em;
  line-height: 1;
  line-height: 52px;
  font-weight: 500;
}
.btn_p1.btn_close {
  background: rgb(205, 128, 113);
  background: linear-gradient(90deg, rgb(216, 139, 125) 0%, rgb(174, 97, 82) 100%);
  border: 0;
  color: #fff;
}
.btn_p1.gray_btn {
  background: #ccc;
  border: 0;
  color: #fff;
}

.btn_p2 {
  display: block;
  margin: 0 5px;
  text-align: center;
  max-width: 200px;
  width: 100%;
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  box-sizing: border-box;
  background: rgb(205, 128, 113);
  background: linear-gradient(90deg, rgb(216, 139, 125) 0%, rgb(174, 97, 82) 100%);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 300;
  color: #fff;
}

.checkbox_wrap.type2 label {
  display: block;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  position: relative;
}
.checkbox_wrap.type2 label b {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 300;
}
.checkbox_wrap.type2 label b em {
  color: #c47267;
  font-style: normal;
}
.checkbox_wrap.type2 label b em.black_color {
  color: #252C32;
}
.checkbox_wrap.type2 label b:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  background-color: #fff;
  border: 1px solid #ddd;
}
.checkbox_wrap.type2 label b:after {
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 12px;
  height: 7px;
  content: "";
  border-left: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  transform: rotate(-45deg);
}
.checkbox_wrap.type2 input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
}
.checkbox_wrap.type2 input[type=checkbox]:checked + b {
  font-weight: 400;
}
.checkbox_wrap.type2 input[type=checkbox]:checked + b::before {
  background-color: #c47267;
}
.checkbox_wrap.type2 input[type=checkbox]:checked + b::after {
  border-left: #fff solid 2px;
  border-bottom: #fff solid 2px;
}

#imgPopup {
  display: none;
  position: fixed;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
}
#imgPopup .btn-close {
  position: absolute;
  top: -40px;
  right: 30px;
  width: 30px;
  height: 30px;
}
#imgPopup .btn-close:before {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  content: "";
  background: url("/resources/assets/images/common/btn_close_wh.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
#imgPopup .btn-close span {
  text-indent: -99999%;
  font-size: 0;
}
#imgPopup .img_wrap {
  position: relative;
  width: 100%;
  max-width: 50%;
  padding: 0 30px;
  z-index: 99;
}
#imgPopup img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  #imgPopup .btn-close {
    width: 22px;
    height: 22px;
  }
  #imgPopup .btn-close:before {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    content: "";
    background: url("/resources/assets/images/common/mo_icon_close_wh.png") 50% 50% no-repeat;
    background-size: 100% auto;
    vertical-align: top !important;
  }
  #imgPopup .img_wrap {
    max-width: 100%;
    padding: 0 30px;
  }
}

#interestPop {
  position: relative;
  z-index: 1000;
}
#interestPop .pop_bg {
  display: none;
}
#interestPop .pop_bg:before {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
}
#interestPop .pop {
  display: none;
  position: relative;
  z-index: 150;
}
#interestPop .pop .cont {
  width: 780px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#interestPop .pop .cont .header {
  box-sizing: border-box;
  min-height: 80px;
  padding: 22px 40px;
  background-color: #d88b7d;
  position: relative;
}
#interestPop .pop .cont .header h3 {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 300;
  padding-top: 4px;
  color: #fff;
}
#interestPop .pop .cont .header h3 em {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  font-style: normal;
}
#interestPop .pop .cont .header h3 em::before {
  content: "|";
  display: inline-block;
  padding: 0 15px;
  color: #fff;
  vertical-align: 2px;
}
#interestPop .pop .cont .header .btn_right {
  right: 30px;
  top: 20px;
}
#interestPop .pop .cont .inner {
  box-sizing: border-box;
  max-height: 800px;
  overflow-y: auto;
  padding: 0 40px 40px 40px;
  background-color: #fff;
  top: -1px;
}
#interestPop .pop .cont .inner.pd_t {
  padding-top: 34px;
  border: 1px solid #fff;
  margin: 0;
}
#interestPop .pop .cont .tit {
  padding: 30px 0 20px 0;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 300;
}
#interestPop .pop .cont .txt_wrap {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
}
#interestPop .pop .cont .txt_wrap.inerested {
  padding-top: 104px;
  background: url("/resources/assets/images/common/bg_customer.png") center 10px no-repeat;
}
#interestPop .pop .cont .btn_wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  width: 100%;
  padding-top: 30px;
}
#interestPop .pop .cont .terms_box {
  box-sizing: border-box;
  overflow-y: auto;
  border: #ddd solid 1px;
  padding: 25px 40px 25px 40px;
  font-size: 16px;
  font-weight: 300;
  color: #888;
  letter-spacing: -1px;
}
#interestPop .pop .cont .terms_box p {
  line-height: 1.4em;
}
#interestPop .pop .cont .terms_box ul {
  margin-top: 20px;
}
#interestPop .pop .cont .terms_box ul li {
  position: relative;
  padding-left: 10px;
}
#interestPop .pop .cont .terms_box ul li:before {
  display: block;
  position: absolute;
  left: 0;
  content: "";
  content: "•";
  color: #252C32;
}
#interestPop .pop .cont .terms_box ul li:nth-of-type(n + 2) {
  margin-top: 7px;
}
#interestPop .pop .cont .insert_wrap {
  margin-top: 0;
  padding: 0 50px 30px 50px;
}
#interestPop .pop .cont .insert_wrap ul > li {
  padding-top: 15px;
}
#interestPop .pop .cont .insert_wrap dt {
  width: 103px;
}
#interestPop .pop .cont .insert_wrap dd span.tel {
  max-width: 140px;
}
#interestPop .pop .cont .insert_wrap input::-moz-placeholder {
  font-weight: 200;
  font-size: 16px;
  letter-spacing: -0.25px;
}
#interestPop .pop .cont .insert_wrap input::placeholder {
  font-weight: 200;
  font-size: 16px;
  letter-spacing: -0.25px;
}
#interestPop .pop .cont .insert_wrap select {
  font-weight: 200;
  font-size: 16px;
  letter-spacing: -0.25px;
  color: #252C32;
}
#interestPop .pop .cont .checkbox_wrap {
  margin-top: 15px;
}
#interestPop .pop .cont .checkbox_wrap:after {
  content: "";
  display: table;
  clear: both;
}
#interestPop .pop .cont .checkbox_wrap label {
  float: right;
}
#interestPop .pop .cont .btn_right {
  position: absolute;
  right: 10px;
  top: 10px;
}
#interestPop .pop .cont .btn_right .btn_close {
  width: 40px;
  height: 40px;
  position: relative;
}
#interestPop .pop .cont .btn_right .btn_close::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 1px;
  background-color: #fff;
  transform: translateX(-50%) rotate(45deg);
}
#interestPop .pop .cont .btn_right .btn_close::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 1px;
  background-color: #fff;
  transform: translateX(-50%) rotate(-45deg);
}
#interestPop .pop .cont .btn_right .btn_close.btn_close1::before {
  background-color: #372511;
}
#interestPop .pop .cont .btn_right .btn_close.btn_close1::after {
  background-color: #372511;
}
#interestPop .pop .cont.small {
  width: 520px;
}
#interestPop .pop .cont.small .inner {
  padding-top: 55px;
}
#interestPop .pop.email {
  text-align: center;
}
#interestPop .radio_wrap {
  display: inline-block;
  width: calc(100% - 160px);
  height: 100%;
  background-color: #fff;
}
#interestPop .radio_wrap .radio_box {
  display: table;
  width: 100%;
  height: 100%;
}
#interestPop .radio_wrap .radio_box .radio {
  display: inline-flex;
  align-items: center;
  width: 70px;
  height: 100%;
}
#interestPop .radio_wrap .radio_box .radio label {
  margin: 3px 20px;
  position: relative;
}
#interestPop .radio_wrap .radio_box .radio label input[type=radio] {
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: 0;
}
#interestPop .radio_wrap .radio_box .radio label span {
  position: relative;
  display: block;
  height: auto;
  padding-left: 24px;
  font-size: 16px;
  color: #000;
}
#interestPop .radio_wrap .radio_box .radio label span::before {
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
}
#interestPop .radio_wrap .radio_box .radio label span::after {
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}
#interestPop .radio_wrap .radio_box .radio label input[type=radio]:checked + span::after {
  background-color: #d88b7d;
}
#interestPop .radio_wrap label {
  display: inline-block;
  vertical-align: middle;
}
#interestPop .gender_box {
  display: flex;
  width: 100%;
}
#interestPop .gender_box .age_wrap {
  width: 50%;
}
#interestPop .gender_box .age_wrap dd {
  width: calc(100% - 35px);
  display: block;
}
#interestPop .gender_box .age_wrap dd > span {
  flex: none;
  width: 100%;
}
#interestPop .gender_box .gender_wrap {
  width: 50%;
  padding-left: 45px;
}
#interestPop .gender_box .gender_wrap > dd {
  height: 44px;
}
#interestPop .gender_box .gender_wrap > span {
  width: 55px;
  display: inline-flex;
  align-items: center;
}
#interestPop .gender_box .gender_wrap .radio_wrap {
  width: calc(100% - 55px);
  padding-left: 0;
}
#interestPop .gender_box .gender_wrap .radio_wrap .radio_box {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  #interestPop .gender_box .age_wrap dd {
    display: block;
  }
  #interestPop .gender_box .age_wrap dd > span {
    padding-left: 0;
  }
  #interestPop .gender_box .gender_wrap {
    padding-left: 30px !important;
  }
  #interestPop .gender_box .gender_wrap dd > span {
    padding-left: 24px;
  }
  #interestPop .gender_box .radio_wrap .radio_box .radio label {
    margin: 0;
  }
  #interestPop .gender_box .radio_wrap .radio_box .radio label span {
    padding-left: 24px;
  }
}

.error-container {
  padding-top: 50px;
}

.err_box h1 {
  align-self: flex-start;
  padding-bottom: 15px;
}
.err_box h1 a {
  display: block;
  width: 100px;
  height: 60px;
  background: url("/resources/assets/images/common/logo.png") 0 0 no-repeat;
  font-size: 0;
}
.err_box .notice_box {
  display: table;
  width: 100%;
  border: 1px solid #dfd2c3;
  height: 720px;
  border-radius: 5px;
  text-align: center;
}
.err_box .notice_box .box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.err_box i {
  display: inline-block;
  width: 132px;
  height: 115px;
  background: url("/resources/assets/images/common/error.png") 0 0 no-repeat;
}
.err_box h3 {
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 500;
  padding: 50px 0 20px;
}
.err_box p {
  font-size: 20px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.875rem;
  font-weight: 200;
}
.err_box .btn_wrap {
  padding-top: 50px;
}
.err_box .btn_wrap .btn_m2 {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 18px 10px;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  background-color: #b5a18c;
}

.notice_wrap {
  padding-top: 100px;
}
.notice_wrap .notice_box {
  padding: 78px 220px 73px;
  border-radius: 5px;
}
.notice_wrap .notice_box h3 {
  font-size: 36px;
  font-weight: 500;
}
.notice_wrap .notice_box .login_logo {
  display: block;
  width: 95px;
  height: 48px;
  padding-bottom: 2px;
}
.notice_wrap .notice_box p {
  font-size: 16px;
  font-weight: 200;
}
.notice_wrap .notice_box .btn_wrap {
  padding-top: 20px;
}
.notice_wrap .notice_box .id_pw_wrap {
  width: 340px;
  padding-top: 40px;
}
.notice_wrap .notice_box .id_pw_wrap > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: inherit;
  height: 50px;
  border: 1px solid #ddd;
  margin-top: 10px;
}
.notice_wrap .notice_box .id_pw_wrap > div.on-data {
  border: none;
}
.notice_wrap .notice_box .id_pw_wrap > div.on-data input::-moz-placeholder {
  color: #252C32;
}
.notice_wrap .notice_box .id_pw_wrap > div.on-data input::placeholder {
  color: #252C32;
}
.notice_wrap .notice_box .id_pw_wrap input {
  border: none;
  width: 100%;
  height: 100%;
  flex: 1;
  padding: 0 0 0 20px;
  outline: none;
}
.notice_wrap .notice_box .id_pw_wrap input::-moz-placeholder {
  font-size: 16px;
  font-weight: 200;
}
.notice_wrap .notice_box .id_pw_wrap input::placeholder {
  font-size: 16px;
  font-weight: 200;
}
.notice_wrap .notice_box .id_pw_wrap .icon {
  display: block;
  width: 60px;
  height: 100%;
  margin: 0;
  position: relative;
}
.notice_wrap .notice_box .id_pw_wrap .icon::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background-color: #ddd;
}
.notice_wrap .notice_box .find_text {
  color: #888;
  font-size: 16px;
  font-weight: 200;
  width: 100%;
  padding-top: 15px;
  display: flex;
  justify-content: center;
}
.notice_wrap .notice_box .find_text a {
  flex: 1;
  display: inline-block;
  margin: 0 20px;
  position: relative;
}
.notice_wrap .notice_box .find_text a:first-child {
  text-align: right;
}
.notice_wrap .notice_box .find_text a:last-child {
  text-align: left;
}
.notice_wrap .notice_box .find_text a::after {
  content: "";
  display: inline-block;
  height: 15px;
  width: 1px;
  background-color: #888;
}
.notice_wrap .notice_box .find_text a:last-child::after {
  display: none;
}

.infoBtn {
  display: none;
  width: 80px;
  padding: 32px 0;
  background-color: #812B29;
  font-size: 16px;
  letter-spacing: 0em;
  /* 0.0625 * 16 = 1px */
  line-height: 1rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.infoBtn#infoOpenBtn {
  position: relative;
}
.infoBtn#infoOpenBtn:before {
  display: block;
  position: absolute;
  bottom: 16px;
  left: -38px;
  width: 80px;
  height: 2px;
  content: "";
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.infoBtn#infoOpenBtn:after {
  display: block;
  position: absolute;
  bottom: 14px;
  left: -31px;
  width: 2px;
  height: 20px;
  content: "";
  transform: rotate(47deg);
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.infoBtn#infoCloseBtn {
  position: absolute;
  bottom: 160px;
  left: -20px;
}
.infoBtn#infoCloseBtn:before {
  display: block;
  position: absolute;
  bottom: 16px;
  left: -38px;
  width: 80px;
  height: 2px;
  content: "";
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.infoBtn#infoCloseBtn:after {
  display: block;
  position: absolute;
  right: 45px;
  bottom: 14px;
  width: 2px;
  height: 20px;
  content: "";
  transform: rotate(-47deg);
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

@media all and (max-height: 810px) {
  #infoPop {
    max-width: 1024px;
    padding: 30px 0;
  }
  #infoPop .type_box .type.type1 .info_list li {
    margin-bottom: 15px;
  }
  #infoPop .type_box .type.type1 .info_list li .data span {
    margin-top: 3px;
  }
  #infoPop .type_box .type.type1 .more_btn {
    margin-top: 20px;
  }
}
@media all and (max-width: 1200px) {
  .sec .inner {
    padding: 0 20px;
  }
  #infoPop {
    display: none;
  }
  .infoBtn {
    display: none !important;
  }
}
@media all and (max-width: 1023px) {
  .btn_p1,
.btn_p2 {
    font-size: 16px;
  }
  .btn_p1.btn_close {
    font-size: 16px;
  }
  .checkbox_wrap.type2 label b {
    margin-top: 5px;
    font-size: 13px;
    letter-spacing: -0.05em;
    line-height: 1;
  }
  #interestPop .pop .cont {
    width: calc(100% - 50px) !important;
  }
  #interestPop .pop .cont .header {
    padding: 10px 15px;
  }
  #interestPop .pop .cont .header h3 {
    font-size: 20px;
    padding-top: 8px;
  }
  #interestPop .pop .cont .header h3 em {
    display: block;
    margin-top: 5px;
  }
  #interestPop .pop .cont .header h3 em::before {
    display: none;
  }
  #interestPop .pop .cont .tit {
    padding: 25px 0 15px 0;
  }
  #interestPop .pop .cont .inner {
    padding: 0 20px 20px;
    max-height: 450px;
  }
  #interestPop .pop .cont .checkbox_wrap {
    height: 26px;
  }
  #interestPop .pop .cont.small .inner {
    padding: 50px 20px 30px 20px;
  }
  #interestPop .pop .cont .btn_right {
    right: 40px;
  }
  #interestPop .pop .cont .insert_wrap {
    padding: 0 10px 20px 10px;
  }
  #interestPop .pop .cont .insert_wrap dl {
    padding-left: 0;
    font-size: 14px;
  }
  #interestPop .pop .cont .insert_wrap dl > dd {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
  }
  #interestPop .pop .cont .insert_wrap dl > dd span {
    float: left;
    width: 100%;
    padding-left: 0;
  }
  #interestPop .pop .cont .insert_wrap dl > dd span.product_name {
    width: auto;
    height: 20px;
    padding-right: 10px;
    line-height: 20px;
  }
  #interestPop .pop .cont .insert_wrap dl > dd .product_name_divide {
    padding-left: 0;
  }
  #interestPop .pop .cont .insert_wrap dl:after {
    content: "";
    display: table;
    clear: both;
  }
  #interestPop .pop .cont .insert_wrap dt {
    position: static;
    float: left;
    width: 80px;
    line-height: 20px;
  }
  #interestPop .pop .cont .insert_wrap select {
    font-size: 14px;
  }
  #interestPop .pop .cont .insert_wrap ul li:first-of-type dd {
    float: none;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin-top: 0;
  }
  #interestPop .pop .cont .insert_wrap ul li.address_box span:first-of-type {
    margin-bottom: 10px;
  }
  #interestPop .pop .cont .insert_wrap ul li.address_box span:nth-of-type(n + 2) {
    float: left;
    width: 48.5%;
  }
  #interestPop .pop .cont .insert_wrap ul li.address_box span:last-of-type {
    margin-left: 3%;
  }
  #interestPop .pop .cont .insert_wrap ul li.phone_box span:first-of-type {
    width: 40%;
  }
  #interestPop .pop .cont .insert_wrap ul li.phone_box span:last-of-type {
    width: 57%;
    margin-left: 3%;
  }
  #interestPop .pop .cont .insert_wrap ul li.email_box span:first-of-type {
    width: 45%;
  }
  #interestPop .pop .cont .insert_wrap ul li.email_box span:nth-of-type(2) {
    padding-left: 10px;
    width: 55%;
  }
  #interestPop .pop .cont .insert_wrap ul li.email_box span:nth-of-type(2) b {
    position: static;
    width: 13px;
  }
  #interestPop .pop .cont .insert_wrap ul li.email_box span:nth-of-type(2) input {
    width: calc(100% - 23px);
    margin-left: 10px;
  }
  #interestPop .pop .cont .insert_wrap ul li.email_box span:last-of-type {
    margin-top: 10px;
  }
  #interestPop .pop .cont .terms_box {
    padding: 20px;
  }
  #interestPop .pop .cont .terms_box p {
    font-size: 13px;
    letter-spacing: -0.03em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.125rem;
  }
  #interestPop .pop .cont .terms_box ul li {
    font-size: 13px;
    letter-spacing: -0.03em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.25rem;
  }
  #interestPop .pop .cont .terms_box ul li:nth-of-type(n + 2) {
    margin-top: 0;
  }
  #interestPop .pop .cont .checkbox_wrap label {
    float: left;
  }
  #interestPop .pop:nth-of-type(2) .cont .tit:nth-of-type(2) {
    padding-top: 50px;
  }
  .err_box .notice_box {
    height: 500px;
  }
  .err_box h3 {
    font-size: 26px;
    letter-spacing: 0;
    line-height: 1;
  }
  .err_box p {
    font-size: 16px;
    letter-spacing: -0.03em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.625rem;
  }
  .err_box .btn_wrap {
    padding-top: 30px;
  }
  .quick_box {
    right: 20px;
  }
}
@media all and (max-width: 768px) {
  .sec .inner {
    padding: 0 40px;
  }
  .sub-container {
    min-height: auto;
  }
  .sub-container.notice-wrap {
    padding-right: 40px;
    padding-left: 40px;
  }
  .sub-container .title-wrap h2 {
    font-size: 20px;
  }
  #interestPop .pop .cont .header h3 em {
    margin-top: 9px;
    font-size: 16px;
  }
  #interestPop .pop .cont .header .btn_right {
    top: 10px;
    right: 5px;
  }
  #interestPop .pop .cont .tit {
    font-size: 16px;
  }
  #interestPop .pop .cont .txt_wrap {
    font-size: 16px;
  }
  #interestPop .pop .cont .btn_right {
    right: 5px;
  }
  #interestPop .pop .cont .insert_wrap dt {
    width: 63px;
  }
  #interestPop .pop .cont .btn_p1,
#interestPop .pop .cont .btn_p2 {
    font-size: 15px;
  }
  .err_box h1 a {
    width: 82px;
    height: 49px;
    background-size: cover;
  }
  .err_box i {
    width: 100px;
    height: 88px;
    background-size: cover;
  }
  .err_box .notice_box {
    height: 400px;
  }
  .err_box h3 {
    padding: 30px 0 10px;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1;
  }
  .err_box p {
    font-size: 13px;
    letter-spacing: -0.03em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.625rem;
  }
  .err_box .btn_wrap {
    padding-top: 20px;
  }
  .err_box .btn_wrap .btn_m2 {
    font-size: 14px;
    letter-spacing: -0.03em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.625rem;
    padding: 11px 0;
  }
}
@media all and (max-width: 420px) {
  .sec .inner {
    padding: 0 20px;
  }
  .quick_box {
    right: 20px;
  }
}
@media (min-height: 900px) and (max-width: 1024px) {
  #interestPop .pop .cont .inner {
    max-height: 800px;
  }
}
@media all and (max-height: 800px) {
  #interestPop .pop .cont .inner {
    max-height: 550px;
  }
}
@media all and (max-height: 700px) {
  #interestPop .pop .cont .inner {
    max-height: 500px;
  }
}
.wrap-v3 #interestPop .pop .cont .header,
.new_pop_color #interestPop .pop .cont .header {
  background-color: #e2681f;
}
.wrap-v3 #interestPop .btn_p1,
.wrap-v3 #interestPop .btn_p2,
.new_pop_color #interestPop .btn_p1,
.new_pop_color #interestPop .btn_p2 {
  background: #e2681f;
}
.wrap-v3 #interestPop .checkbox_wrap.type2 input[type=checkbox]:checked + b::before,
.new_pop_color #interestPop .checkbox_wrap.type2 input[type=checkbox]:checked + b::before {
  background: #e2681f;
}
.wrap-v3 #interestPop .checkbox_wrap.type2 label b em,
.new_pop_color #interestPop .checkbox_wrap.type2 label b em {
  color: #E2681F;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main {
  /* 240220 개편 */
}
.main .section .inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.main .section .title {
  margin-bottom: 40px;
  font-size: 34px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-family: "Nanum";
  font-weight: 500;
  text-align: center;
  color: #252C32;
}
.main .exclamation-mark {
  display: inline-block;
  margin-left: 10px;
  transform: rotate(15deg);
}
.main .sec_visual {
  position: relative;
  width: 100%;
  height: 100vh;
}
.main .sec_visual:after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 85px;
  height: 69px;
  background-image: url("/resources/assets/v3/images/main/scroll_down.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
  z-index: 1;
}
.main .sec_visual.scroll_left:after {
  left: 10px;
  transform: unset;
  background-image: url("/resources/assets/v3/images/main/scroll_down_org.svg");
}
.main .sec_visual.scroll_right:after {
  bottom: 80px;
  left: unset;
  right: 10px;
  transform: unset;
  background-image: url("/resources/assets/v3/images/main/scroll_down_org.svg");
}
@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(5px);
  }
  75% {
    transform: translateY(-30px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(5px);
  }
  75% {
    transform: translateY(-30px);
  }
}
.main .sec_visual .visual_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .sec_visual .visual_box#coludMotion .visual:nth-of-type(1) {
  opacity: 1;
}
.main .sec_visual .visual_box#coludMotion .visual:nth-of-type(2) {
  opacity: 0;
}
.main .sec_visual .visual_box#coludMotion .visual:nth-of-type(3) {
  opacity: 0;
}
.main .sec_visual .visual_box#coludMotion.on .visual:nth-of-type(2) {
  -webkit-animation: opacity 1s 0.6s linear forwards;
          animation: opacity 1s 0.6s linear forwards;
}
.main .sec_visual .visual_box#coludMotion.on .visual:nth-of-type(3) {
  -webkit-animation: opacity 1s 0.7s linear forwards;
          animation: opacity 1s 0.7s linear forwards;
}
.main .sec_visual .visual_box#skyMotion .night {
  transition: opacity 6s;
  opacity: 0;
}
.main .sec_visual .visual_box#skyMotion.on .night {
  opacity: 1;
}
.main .sec_visual .visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .sec_visual .visual_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .sec_visual .m_visual {
  display: none;
}
.main .sec_visual .inner {
  position: relative;
  max-width: 1520px;
  height: 100%;
  z-index: 1;
  color: #252C32;
}
.main .sec_visual .inner.white_color {
  color: #fff;
}
.main .sec_visual .inner.w1060 {
  max-width: 1060px;
  text-align: right;
}
.main .sec_visual .inner.w980 {
  max-width: 980px;
  text-align: right;
}
.main .sec_visual .inner.txt_full .open_info {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.main .sec_visual .flex-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding-top: 10vw;
}
.main .sec_visual .flex-container .flex-item {
  position: relative;
  width: 100%;
}
.main .sec_visual .block {
  display: block;
}
.main .sec_visual h3 {
  font-size: 54px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 4.375rem;
  color: #252C32;
}
.main .sec_visual h3 .m_on {
  display: none;
}
.main .sec_visual h3.fs_42 {
  font-size: 42px;
}
.main .sec_visual h3 b {
  font-weight: bold;
}
.main .sec_visual #txtMotion .box {
  display: none;
}
.main .sec_visual #txtMotion .box:first-of-type {
  display: block;
}
.main .sec_visual .logo_img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-size: cover;
  font-size: 0;
}
.main .sec_visual .logo_img .img {
  height: 100%;
}
.main .sec_visual .logo_img .img img {
  height: 100%;
}
.main .sec_visual .logo_img .m_img {
  display: none;
}
.main .sec_visual .open_info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 200px;
  height: 200px;
  margin-top: 40px;
  text-align: center;
  color: #252C32;
  border-radius: 50%;
  z-index: 1;
}
.main .sec_visual .open_info.left_po {
  right: auto;
  left: 100px;
}
.main .sec_visual .open_info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/resources/assets/v3/images/main/grand_open.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: -1;
}
.main .sec_visual .open_info strong {
  font-size: 34px;
  letter-spacing: -0.02em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.875rem;
  font-weight: bold;
}
.main .sec_visual .open_info p {
  margin-bottom: 15px;
  font-size: 26px;
  letter-spacing: -0.02em;
  line-height: 1;
}
.main .sec_visual .open_info.white_color {
  color: #fff;
}
.main .sec_visual .open_info.bottom {
  top: calc(12.5vw + 190px);
}
.main .sec_visual .sec_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .fp-scroller {
  overflow: hidden;
}
@media (max-width: 1023px) {
  .main .fp-tableCell {
    height: auto !important;
  }
}
.main .section.full {
  position: relative;
  width: 100%;
  z-index: 1;
}
.main .section.full .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: -1;
}
.main .section.full .bg.m_bg {
  display: none;
}
.main .section.full .flex-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.main .section.full h3 {
  margin-bottom: 15px;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 1;
  font-weight: bold;
  color: #812b29;
}
.main .section.full h3.white {
  color: #fff;
}
.main .section.full .btn {
  display: inline-block;
  padding: 20px 30px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 100px;
  transition: all 0.2s;
}
.main .section.full .btn:hover {
  background-color: #812b29;
  border-color: #812b29;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .main .section.full .bg.pc_bg {
    display: none;
  }
  .main .section.full .bg.m_bg {
    display: block;
  }
  .main .section.full h3 {
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .main .section.full .btn {
    padding: 15px 30px;
    font-size: 13px;
    letter-spacing: -0.02em;
    line-height: 1;
  }
}
.main .sec_calendar {
  position: relative;
}
.main .sec_calendar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/resources/assets/v3/images/main/sec02_bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: -1;
}
.main .sec_calendar .txt_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
.main .sec_calendar .txt_box strong {
  font-size: 48px;
  letter-spacing: -0.02em;
  /* 0.0625 * 16 = 1px */
  line-height: 4rem;
  font-weight: bold;
}
.main .sec_calendar .list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.main .sec_calendar .list ul:last-child {
  margin-bottom: 0;
}
.main .sec_calendar .list ul.one li {
  width: 100%;
}
.main .sec_calendar .list ul.two li {
  width: calc(50% - 15px);
}
.main .sec_calendar .list ul.three li {
  width: calc(33.33% - 15px);
}
.main .sec_calendar .list li {
  width: calc(25% - 15px);
  padding: 43px 10px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}
.main .sec_calendar .list .date {
  padding-bottom: 15px;
  font-size: 34px;
  letter-spacing: -0.02em;
  line-height: 1;
  font-weight: 500;
}
.main .sec_calendar .list .topic {
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 1;
  font-weight: 500;
  color: #666;
}
@media (max-width: 1023px) {
  .main .sec_calendar {
    height: auto !important;
  }
  .main .sec_calendar:before {
    background-image: url("/resources/assets/v3/images/main/sec02_bg_m.jpg");
  }
  .main .sec_calendar .inner {
    padding: 80px 20px;
  }
  .main .sec_calendar .txt_box {
    flex-wrap: wrap;
  }
  .main .sec_calendar .txt_box strong {
    width: 100%;
    margin: 0 0 24px;
    font-size: 34px;
    letter-spacing: -0.02em;
    /* 0.0625 * 16 = 1px */
    line-height: 2.625rem;
  }
  .main .sec_calendar .list ul {
    align-items: normal;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .main .sec_calendar .list ul.one li {
    width: 100%;
  }
  .main .sec_calendar .list ul.two li {
    width: 100%;
  }
  .main .sec_calendar .list ul.three li {
    width: 100%;
  }
  .main .sec_calendar .list li {
    width: calc(50% - 7px);
    margin-bottom: 15px;
    padding: 23px 10px;
  }
  .main .sec_calendar .list .date {
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .main .sec_calendar .list .topic {
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 1;
  }
}
.main .sec_video {
  /* slide */
}
.main .sec_video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/resources/assets/v3/images/main/sec03_bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  z-index: -1;
}
.main .sec_video.section h3 {
  margin-bottom: 35px;
}
.main .sec_video .txt_box {
  margin-bottom: 20px;
  color: #fff;
}
.main .sec_video .txt_box .small {
  margin-bottom: 15px;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 1;
}
.main .sec_video .sns_box {
  display: flex;
  justify-content: space-between;
}
.main .sec_video .sns_box strong {
  display: block;
  margin: 0 0 45px;
  font-size: 48px;
  letter-spacing: -0.02em;
  /* 0.0625 * 16 = 1px */
  line-height: 4rem;
  font-weight: bold;
  color: #FFFFFF;
}
.main .sec_video .sns_box .sns {
  display: flex;
}
.main .sec_video .sns_box .sns > div {
  position: relative;
  width: 385px;
}
.main .sec_video .sns_box .sns a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
.main .sec_video .sns_box .sns a:last-child {
  margin-right: 0;
}
.main .sec_video .sns_box .sns a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  transition: background 0.2s;
}
.main .sec_video .sns_box .sns a.yotube:before {
  background-image: url("/resources/assets/v3/images/main/icon_youtube.svg");
}
.main .sec_video .sns_box .sns a.yotube:hover:before {
  background-image: url("/resources/assets/v3/images/main/icon_youtube_on.svg");
}
.main .sec_video .sns_box .sns a.instagram:before {
  background-image: url("/resources/assets/v3/images/main/icon_insta.svg");
}
.main .sec_video .sns_box .sns a.instagram:hover:before {
  background-image: url("/resources/assets/v3/images/main/icon_insta_on.png");
}
.main .sec_video .sns_box .sns a.kakao:before {
  background-image: url("/resources/assets/v3/images/main/icon_kakao.svg");
}
.main .sec_video .sns_box .sns a.kakao:hover:before {
  background-image: url("/resources/assets/v3/images/main/icon_kakao_on.svg");
}
.main .sec_video .sns_box .sns .blind {
  text-indent: -99999%;
  font-size: 0;
}
.main .sec_video .sns_box .left {
  position: relative;
  width: 453px;
  padding-right: 20px;
}
.main .sec_video .sns_box .right {
  width: calc(100% - 453px);
  overflow: unset;
}
.main .sec_video .sns_box .right .swiper-container {
  padding-right: 20px;
  overflow: visible;
}
.main .sec_video .sns_box .right .swiper-slide {
  height: 420px;
  margin-right: 15px;
}
.main .sec_video .sns_box .right .swiper-slide:last-child {
  margin-right: 0;
}
.main .sec_video .sns_box .right .swiper-scrollbar {
  height: 3px;
  margin: 15px 0 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.main .sec_video .sns_box .right .swiper-scrollbar-drag {
  height: 3px;
  background-color: #FFFFFF;
}
.main .sec_video .sns_box .right .img {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.main .sec_video .sns_box .right .img:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 15px;
  width: 48px;
  height: 48px;
  background: url("/resources/assets/v3/images/main/icon_yotube_wh.svg") no-repeat 50% 50%/cover;
}
.main .sec_video .sns_box .right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .sec_video .sns_box .right .iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .sec_video .sns_box .right .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.main .sec_video .sns_box .right.shorts.two .swiper-wrapper {
  justify-content: end;
}
.main .sec_video .sns_box .right.shorts .swiper-scrollbar {
  display: none;
}
.main .sec_video .sns_box .right.shorts .swiper-slide {
  width: 33.333%;
  height: 420px;
}
.main .sec_video .sns_box .right.shorts .img {
  height: 100%;
}
.main .sec_video .sns_box .right.shorts .img:after {
  top: 24px;
  right: 21px;
  width: 26px;
  height: 18px;
}
.main .sec_video .sns_box .right.shorts img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.main .sec_video.several.swiperAcitve .sns_box .right .swiper-scrollbar {
  display: block;
}
.main .sec_video.several.bigTwo .sns_box .right .swiper-container {
  padding-right: 0;
}
.main .sec_video.several.bigTwo .sns_box .right .swiper-slide {
  min-width: auto;
  width: calc(50% - 8px);
}
.main .sec_video.several .sns_box {
  flex-wrap: wrap;
}
.main .sec_video.several .sns_box strong {
  display: inline-block;
  width: calc(100% - 300px);
  margin: 0;
  vertical-align: middle;
}
.main .sec_video.several .sns_box strong br {
  display: none;
}
.main .sec_video.several .sns_box .sns {
  display: inline-block;
  width: 290px;
}
.main .sec_video.several .sns_box .sns a {
  display: inline-block;
  vertical-align: middle;
}
.main .sec_video.several .sns_box .left {
  width: 100%;
  margin: 0 0 50px;
  padding: 0;
}
.main .sec_video.several .sns_box .right {
  width: 100%;
}
.main .sec_video.several .sns_box .right .swiper-slide {
  width: 50%;
}
.main .sec_video.several .sns_box .right.mix #Youtube {
  display: flex;
  justify-content: center;
}
.main .sec_video.several .sns_box .right.mix .swiper-container {
  margin: 0;
  padding-right: 0;
}
.main .sec_video.several .sns_box .right.mix .item {
  width: 186px;
}
.main .sec_video.several .sns_box .right.mix .item .img {
  padding-top: 178.49%;
}
.main .sec_video.several .sns_box .right.mix .item.wide {
  width: 590px;
  margin-right: 15px;
}
.main .sec_video.several .sns_box .right.mix .item.wide .img {
  padding-top: 56.27%;
}
.main .sec_video.several .sns_box .right.mix img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 1023px) {
  .main .sec_video {
    height: auto !important;
  }
  .main .sec_video:before {
    background-image: url("/resources/assets/v3/images/main/sec03_bg_m.jpg");
  }
  .main .sec_video .inner {
    padding: 80px 20px 0;
  }
  .main .sec_video .flex-item {
    height: auto;
    padding-bottom: 80px;
  }
  .main .sec_video.section h3 {
    margin-bottom: 24px;
  }
  .main .sec_video .txt_box {
    margin-bottom: 10px;
  }
  .main .sec_video .txt_box .small {
    margin-bottom: 0;
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .main .sec_video .sns_box {
    flex-wrap: wrap;
  }
  .main .sec_video .sns_box strong {
    margin: 0 0 24px;
    font-size: 32px;
    letter-spacing: -0.02em;
    /* 0.0625 * 16 = 1px */
    line-height: 2.625rem;
  }
  .main .sec_video .sns_box .left {
    margin: 0 0 50px;
  }
  .main .sec_video .sns_box .right {
    width: 100%;
  }
  .main .sec_video .sns_box .right .swiper-slide {
    min-width: 335px;
    width: 100%;
    height: auto;
    margin-right: 15px;
  }
  .main .sec_video .sns_box .right .img:after {
    top: 10px;
    right: 15px;
    width: 30px;
    height: 30px;
    background-size: 100% auto;
  }
  .main .sec_video .sns_box .right.shorts.two .swiper-slide {
    width: calc(50% - 7.5px);
  }
  .main .sec_video .sns_box .right.shorts .swiper-container {
    padding-right: 0;
  }
  .main .sec_video .sns_box .right.shorts .swiper-slide {
    min-width: unset;
    width: 32%;
    height: auto;
  }
  .main .sec_video .sns_box .right.shorts .img {
    padding-top: 177.78%;
  }
  .main .sec_video .sns_box .sns a {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .main .sec_video .sns_box .sns a.yotube:before {
    background-image: url("/resources/assets/v3/images/main/icon_youtube_on.svg");
  }
  .main .sec_video .sns_box .sns a.instagram:before {
    background-image: url("/resources/assets/v3/images/main/icon_insta_on.png");
  }
  .main .sec_video .sns_box .sns a.kakao:before {
    background-image: url("/resources/assets/v3/images/main/icon_kakao_on.svg");
  }
  .main .sec_video.several .sns_box strong {
    width: 100%;
    margin: 0 0 24px;
  }
  .main .sec_video.several .sns_box .right #Youtube {
    flex-wrap: wrap;
  }
  .main .sec_video.several .sns_box .right.mix .shorts-wrap {
    width: 73%;
    padding-bottom: 50px;
    overflow: hidden;
  }
  .main .sec_video.several .sns_box .right.mix .swiper-container {
    width: 100%;
  }
  .main .sec_video.several .sns_box .right.mix .swiper-container .swiper-wrapper {
    justify-content: unset;
  }
  .main .sec_video.several .sns_box .right.mix .swiper-container .swiper-slide {
    width: 100%;
    height: auto;
  }
  .main .sec_video.several .sns_box .right.mix .swiper-button-box {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 38%;
    transform: translateY(-50%);
    width: 100%;
  }
  .main .sec_video.several .sns_box .right.mix .swiper-button-prev,
.main .sec_video.several .sns_box .right.mix .swiper-button-next {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
  }
  .main .sec_video.several .sns_box .right.mix .swiper-button-prev:after,
.main .sec_video.several .sns_box .right.mix .swiper-button-next:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/resources/assets/v3/images/main/swiper_navigation.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .main .sec_video.several .sns_box .right.mix .swiper-button-prev {
    left: 0;
  }
  .main .sec_video.several .sns_box .right.mix .swiper-button-next {
    left: 50px;
  }
  .main .sec_video.several .sns_box .right.mix .swiper-button-next:after {
    transform: rotate(180deg);
  }
  .main .sec_video.several .sns_box .right.mix .item.wide {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
  }
  .main .sec_video.several .sns_box .right.mix .item.wide .img {
    padding-top: 56.25%;
  }
  .main .sec_video.several .sns_box .right.mix .item .img {
    padding-top: 177.78%;
  }
}
@media (max-width: 768px) {
  .main .sec_video.several .swiper-scrollbar {
    display: block;
  }
  .main .sec_video.several .sns_box .right #Youtube {
    flex-wrap: wrap;
  }
  .main .sec_video.several .sns_box .right.mix .shorts-wrap {
    width: 70%;
    padding-bottom: 50px;
    overflow: hidden;
  }
  .main .sec_video.several .sns_box .right.mix .swiper-container {
    width: 100%;
  }
  .main .sec_video.several .sns_box .right.mix .swiper-container .swiper-wrapper {
    justify-content: unset;
  }
  .main .sec_video.several .sns_box .right.mix .swiper-container .swiper-slide {
    width: 100%;
    height: auto;
  }
  .main .sec_video.several .sns_box .right.mix .swiper-button-box {
    display: block;
    position: absolute;
    bottom: -10px;
    width: 100%;
  }
  .main .sec_video.several .sns_box .right.mix .swiper-button-prev,
.main .sec_video.several .sns_box .right.mix .swiper-button-next {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
  }
  .main .sec_video.several .sns_box .right.mix .swiper-button-prev:after,
.main .sec_video.several .sns_box .right.mix .swiper-button-next:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/resources/assets/v3/images/main/swiper_navigation.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .main .sec_video.several .sns_box .right.mix .swiper-button-prev {
    left: 0;
  }
  .main .sec_video.several .sns_box .right.mix .swiper-button-next {
    right: 0;
  }
  .main .sec_video.several .sns_box .right.mix .swiper-button-next:after {
    transform: rotate(180deg);
  }
  .main .sec_video.several .sns_box .right.mix .item.wide {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
  }
  .main .sec_video.several .sns_box .right.mix .item.wide .img {
    padding-top: 56.25%;
  }
  .main .sec_video.several .sns_box .right.mix .item .img {
    padding-top: 177.78%;
  }
}
@media (max-width: 560px) {
  .main .sec_video .sns_box .right.shorts .swiper-scrollbar {
    display: block;
  }
}
.main .sec_plane {
  background-color: #F6F6F6;
  z-index: -1;
}
.main .sec_plane:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/resources/assets/v3/images/main/sec04_bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  z-index: -1;
}
.main .sec_plane h3 {
  display: inline-block;
  color: #812B29;
}
.main .sec_plane .txt_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 890px;
  margin-bottom: 45px;
}
.main .sec_plane .txt_box strong {
  font-size: 48px;
  letter-spacing: -0.02em;
  /* 0.0625 * 16 = 1px */
  line-height: 4rem;
  font-weight: bold;
  color: #252C32;
}
.main .sec_plane .swiper {
  width: 890px;
  margin: 0;
  padding: 0 0 80px;
}
.main .sec_plane .swiper-wrapper {
  margin: 0;
}
.main .sec_plane .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px 90px;
  border-radius: 50px;
  background: #FFF;
}
.main .sec_plane .swiper-button-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 20px 0;
  text-align: center;
  z-index: 1;
}
.main .sec_plane .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.main .sec_plane .swiper-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/resources/assets/v3/images/main/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: -1;
}
.main .sec_plane .swiper-button.swiper-button-prev {
  left: 0;
}
.main .sec_plane .swiper-button.swiper-button-next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.main .sec_plane .swiper-pagination {
  display: inline-block;
  vertical-align: middle;
}
.main .sec_plane .swiper-pagination-bullet {
  padding: 0 20px;
  border-right: 1px solid #FFFFFF;
  font-size: 16px;
  letter-spacing: -0.02em;
  /* 0.0625 * 16 = 1px */
  line-height: 1rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  cursor: pointer;
}
.main .sec_plane .swiper-pagination-bullet:last-child {
  border-right: none;
}
.main .sec_plane .swiper-pagination-bullet-active {
  color: rgb(255, 255, 255);
}
.main .sec_plane .img {
  width: 300px;
}
.main .sec_plane .info {
  width: calc(100% - 300px);
  padding-left: 50px;
}
.main .sec_plane .info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.main .sec_plane .info li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(50% - 15px);
  padding-bottom: 10px;
}
.main .sec_plane .info .tit {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
}
.main .sec_plane .info .tit p {
  display: inline-block;
  font-size: 40px;
  letter-spacing: -0.02em;
  /* 0.0625 * 16 = 1px */
  line-height: 2.5rem;
  font-weight: bold;
}
.main .sec_plane .info .tit span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: -0.02em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.25rem;
  font-weight: 500;
}
.main .sec_plane .info .number p {
  display: inline-block;
}
.main .sec_plane .info .number p.right {
  font-size: 16px;
  letter-spacing: -0.02em;
  /* 0.0625 * 16 = 1px */
  line-height: 1rem;
}
.main .sec_plane .info .number p.right.wide {
  letter-spacing: 0.54em;
}
.main .sec_plane .info .number p.right.mid {
  letter-spacing: 0.19em;
}
.main .sec_plane .info .number p.left {
  color: #666666;
}
@media (max-width: 1023px) {
  .main .sec_plane {
    height: auto !important;
  }
  .main .sec_plane .inner {
    padding: 80px 20px;
  }
  .main .sec_plane .txt_box {
    flex-wrap: wrap;
    width: 100%;
  }
  .main .sec_plane .txt_box strong {
    width: 100%;
    padding: 0 0 20px;
    font-size: 32px;
    letter-spacing: -0.02em;
    /* 0.0625 * 16 = 1px */
    line-height: 3rem;
  }
  .main .sec_plane .img, .main .sec_plane .info, .main .sec_plane .swiper {
    width: 100%;
  }
  .main .sec_plane .img {
    padding: 0 15px;
    text-align: center;
  }
  .main .sec_plane .info {
    padding: 0;
  }
  .main .sec_plane .info li {
    width: calc(50% - 10px);
  }
  .main .sec_plane .info .tit {
    text-align: center;
  }
  .main .sec_plane .info .tit p {
    font-size: 32px;
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .main .sec_plane .info .tit span {
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .main .sec_plane .info .number p.right {
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .main .sec_plane .info .number p.left {
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .main .sec_plane .swiper {
    padding: 0 0 70px;
  }
  .main .sec_plane .swiper-slide {
    flex-wrap: wrap;
    padding: 40px 15px;
  }
  .main .sec_plane .swiper-button-wrap {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .main .sec_plane .swiper-button {
    position: relative;
    top: unset;
    transform: unset;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    vertical-align: middle;
  }
  .main .sec_plane .swiper-button.swiper-button-prev {
    left: unset;
  }
  .main .sec_plane .swiper-button.swiper-button-next {
    right: unset;
    transform: rotate(180deg);
  }
  .main .sec_plane .swiper-pagination {
    display: none;
  }
}
.main .sec_model {
  position: relative;
}
.main .sec_model .bg {
  transition: background 0.3s linear;
}
.main .sec_model .txt_box strong {
  font-size: 48px;
  letter-spacing: -0.02em;
  /* 0.0625 * 16 = 1px */
  line-height: 4rem;
  font-weight: bold;
  color: #FFFFFF;
}
.main .sec_model .tit_wrap {
  padding: 150px 300px 0 0;
}
.main .sec_model .model_wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 540px;
  height: 90%;
  border-left: 1px solid #FFFFFF;
}
.main .sec_model .model_wrap.one .swiper-slide {
  height: 100%;
}
.main .sec_model .model_wrap.three .swiper-slide {
  height: 33.33%;
}
.main .sec_model .model_wrap.four .swiper-slide {
  height: 25%;
}
.main .sec_model .model_wrap.five .swiper-slide {
  height: 20%;
}
.main .sec_model .model_wrap .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50%;
  border-bottom: 1px solid #FFFFFF;
}
.main .sec_model .model_wrap .swiper-slide:last-child {
  border-bottom: none;
}
.main .sec_model .model_wrap .swiper-slide:hover .btn {
  display: block;
}
.main .sec_model .model_wrap p {
  width: 100%;
  font-size: 54px;
  letter-spacing: -0.02em;
  line-height: 1;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.main .sec_model .model_wrap .btn {
  display: none;
  margin-top: 20px;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.main .sec_model .swiper-wrapper {
  flex-direction: column;
}
.main .sec_model .swiper-pagination {
  display: none;
}
@media (max-width: 1023px) {
  .main .sec_model {
    height: 680px !important;
  }
  .main .sec_model .inner {
    padding: 80px 20px;
  }
  .main .sec_model .txt_box strong {
    font-size: 32px;
    letter-spacing: -0.02em;
    /* 0.0625 * 16 = 1px */
    line-height: 2.625rem;
  }
  .main .sec_model .tit_wrap {
    position: absolute;
    bottom: 206px;
    padding: 0 0 12px;
  }
  .main .sec_model .pos {
    position: absolute;
    left: 20px;
    bottom: 80px;
  }
  .main .sec_model .model_wrap {
    bottom: unset;
    right: unset;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: none;
  }
  .main .sec_model .model_wrap p {
    text-align: left;
  }
  .main .sec_model .model_wrap .swiper-slide {
    display: block;
    height: auto;
    border-bottom: none;
  }
  .main .sec_model .model_wrap .swiper-slide .btn {
    display: inline-block;
  }
  .main .sec_model .model_wrap .swiper-slide .btn:hover {
    display: inline-block;
  }
  .main .sec_model .model_wrap.three .swiper-slide {
    height: 100%;
  }
  .main .sec_model .model_wrap.four .swiper-slide {
    height: 100%;
  }
  .main .sec_model .model_wrap.five .swiper-slide {
    height: 100%;
  }
  .main .sec_model .swiper-wrapper {
    flex-direction: row;
  }
  .main .sec_model .swiper-pagination {
    display: block;
    margin-top: 50px;
  }
  .main .sec_model .swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    background-color: transparent;
  }
  .main .sec_model .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
  .main .sec_model .swiper-pagination-bullet-active {
    background-color: #FFFFFF;
  }
}
.main .sec_news .inner {
  max-width: 1500px;
}
.main .sec_news .top_box {
  margin-bottom: 50px;
}
.main .sec_news .top_box .title {
  margin-bottom: 0;
}
.main .sec_news .top_box a {
  display: none;
}
.main .sec_news .list {
  width: 100%;
  text-align: center;
  font-size: 0;
}
.main .sec_news .list li {
  display: inline-block;
  vertical-align: top;
  width: 24.2%;
  margin-right: 1%;
  text-align: left;
}
.main .sec_news .list li:last-of-type {
  margin-right: 0;
}
.main .sec_news .list li a {
  display: block;
  width: 100%;
  height: 310px;
  padding: 30px 30px 0 40px;
  background-color: #f8f8f8;
}
.main .sec_news .list li a span {
  font-size: 14px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 2.5rem;
  color: #252C32;
}
.main .sec_news .list li a .press.on {
  line-height: 1.5rem;
  color: #842d29;
}
.main .sec_news .list li a .dataTxt {
  margin: 20px 0 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.25rem;
  color: #888;
}
.main .sec_news .list li a h6 {
  overflow: hidden;
  margin-bottom: 27px;
  height: 4.4rem;
  font-size: 24px;
  letter-spacing: -0.03em;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  line-height: 2.2rem;
  max-height: 4.4rem;
  font-weight: 500;
  color: #252C32;
}
.main .sec_news .list li a .moreTxt {
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #252C32;
}
@media all and (max-width: 1500px) {
  .main .sec_news .inner {
    padding: 0 20px;
  }
}
@media all and (max-width: 1300px) {
  .main .sec_news .list li a {
    height: auto;
    padding: 20px 20px 30px 20px;
  }
  .main .sec_news .list li a .dataTxt {
    margin-top: 10px;
  }
  .main .sec_news .list li a h6 {
    font-size: 20px;
  }
}
@media all and (max-width: 1023px) {
  .main .sec_news {
    height: auto !important;
    padding: 80px 0 60px;
  }
  .main .sec_news .top_box {
    position: relative;
    margin-bottom: 20px;
  }
  .main .sec_news .top_box a {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 15px;
  }
  .main .sec_news .list li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #707070;
  }
  .main .sec_news .list li:first-of-type {
    border-top: 1px solid #000;
  }
  .main .sec_news .list li a {
    padding: 18px 0;
    background-color: transparent;
  }
  .main .sec_news .list li a span,
.main .sec_news .list li a .dataTxt,
.main .sec_news .list li a .moreTxt {
    display: none;
  }
  .main .sec_news .list li a .press.on {
    display: block;
  }
  .main .sec_news .list li a h6 {
    font-size: 20px;
    margin-bottom: 0;
    height: 2rem;
    font-size: 16px;
    letter-spacing: -0.05em;
    line-height: 1;
    color: #888;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: normal;
    line-height: 2rem;
    max-height: 2rem;
  }
}
.main .sec_brand.section .flex-container {
  flex-direction: row;
}
.main .sec_brand h3 {
  margin-bottom: 15px;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 1;
  font-weight: bold;
  color: #812b29;
}
.main .sec_brand h3.white {
  color: #fff;
}
.main .sec_brand .txt_box strong {
  display: inline-block;
  font-weight: bold;
}
.main .sec_brand .flex-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
}
.main .sec_brand .flex-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.main .sec_brand .info {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 20px;
}
.main .sec_brand .brand:before {
  background-image: url("/resources/assets/v3/images/main/sec06-1_bg.jpg");
  background-position: top right;
}
.main .sec_brand .brand .txt_box strong {
  display: block;
  margin-bottom: 45px;
  font-size: 48px;
  letter-spacing: -0.02em;
  /* 0.0625 * 16 = 1px */
  line-height: 3.625rem;
  color: #FFFFFF;
}
.main .sec_brand .brand .btn-view {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
}
.main .sec_brand .brand .btn-view:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/resources/assets/v3/images/main/btn_view.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.main .sec_brand .brand .btn-view span {
  text-indent: -99999%;
  font-size: 0;
}
.main .sec_brand .map {
  z-index: 1;
  background-color: #FFFFFF;
}
.main .sec_brand .map:before {
  background-image: url("/resources/assets/v3/images/main/sec06-2_bg.png");
  background-position: center center;
}
.main .sec_brand .map .info {
  max-width: 640px;
}
.main .sec_brand .map .txt_box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.main .sec_brand .map .txt_box strong {
  font-size: 48px;
  letter-spacing: -0.02em;
  /* 0.0625 * 16 = 1px */
  line-height: 3rem;
}
.main .sec_brand .map .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 62.5%;
  margin: 50px 0 30px;
}
.main .sec_brand .map #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}
.main .sec_brand .map p {
  color: #666666;
  font-size: 24px;
  letter-spacing: -0.02em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.5rem;
}
.main .sec_brand .map p.bold {
  padding-bottom: 20px;
  color: #252C32;
  font-weight: bold;
}
.main .sec_brand .map .btn > span {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 5px;
  background-image: url("/resources/assets/v3/images/main/icon_outlink.svg");
  background-position: center center;
  vertical-align: middle;
}
.main .sec_brand .map .btn:hover > span {
  background-image: url("/resources/assets/v3/images/main/icon_outlink_wh.svg");
}
@media (max-width: 1023px) {
  .main .sec_brand {
    height: auto !important;
  }
  .main .sec_brand.section .flex-container {
    flex-direction: column;
  }
  .main .sec_brand .flex-item {
    width: auto;
    height: auto;
    padding: 80px 20px;
  }
  .main .sec_brand .info {
    max-width: unset;
    width: 100%;
    padding: 0;
  }
  .main .sec_brand .brand {
    text-align: center;
  }
  .main .sec_brand .brand .txt_box strong {
    margin-bottom: 30px;
    font-size: 32px;
    letter-spacing: -0.02em;
    /* 0.0625 * 16 = 1px */
    line-height: 3rem;
  }
  .main .sec_brand .brand .btn-view {
    width: 100px;
    height: 100px;
  }
  .main .sec_brand .brand .btn-view:before {
    background-image: url("/resources/assets/v3/images/main/btn_view_m.svg");
  }
  .main .sec_brand .map .info {
    max-width: unset;
    width: 100%;
  }
  .main .sec_brand .map .txt_box {
    flex-wrap: wrap;
  }
  .main .sec_brand .map .txt_box strong {
    width: 100%;
    padding-bottom: 24px;
    font-size: 32px;
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .main .sec_brand .map .img {
    padding-top: 59.7%;
    margin: 24px 0 20px;
    text-align: center;
  }
  .main .sec_brand .map p {
    font-size: 16px;
    letter-spacing: -0.02em;
    /* 0.0625 * 16 = 1px */
    line-height: 1rem;
  }
  .main .sec_brand .map p.bold {
    padding-bottom: 10px;
  }
}
.main .sec_subscription {
  width: 100%;
  background: url("/resources/assets/images/main/subscription_bg.png") center 0 no-repeat;
}
.main .sec_subscription .line_wrap {
  position: absolute;
  top: 115px;
  right: -148px;
  width: 100%;
  height: 70%;
}
.main .sec_subscription .line {
  position: absolute;
}
.main .sec_subscription .line.line1 {
  top: 237px;
  left: 0;
  width: 16.8%;
  height: 20px;
  background: rgb(205, 128, 113);
  background: linear-gradient(270deg, rgb(205, 128, 113) 0%, rgb(174, 97, 82) 100%);
}
.main .sec_subscription .line.line2 {
  top: 0;
  right: 0;
  width: 79.8%;
  height: 20px;
  background: rgb(205, 128, 113);
  background: linear-gradient(270deg, rgb(216, 139, 125) 0%, rgb(174, 97, 82) 100%);
}
.main .sec_subscription .line.line3 {
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background-color: #d88b7d;
}
.main .sec_subscription .line.line4 {
  bottom: 0;
  right: 0;
  width: 10.5%;
  height: 20px;
  background: rgb(205, 128, 113);
  background: linear-gradient(-90deg, rgb(216, 139, 125) 0%, rgb(174, 97, 82) 100%);
}
.main .sec_subscription .inner {
  position: relative;
  z-index: 1;
}
.main .sec_subscription .top_txt h2 {
  font-size: 60px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 3.375rem;
  font-family: "Nanum";
  font-weight: 700;
  color: #252C32;
  opacity: 0;
}
.main .sec_subscription .top_txt p {
  margin-top: 23px;
  font-size: 22px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 2.375rem;
  color: #888;
  opacity: 0;
}
.main .sec_subscription .step_list {
  margin-top: 30px;
  font-size: 0;
  text-align: center;
  background-color: #fcfcfc;
}
.main .sec_subscription .step_list li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 40px 0;
  margin-right: 9.9%;
  text-align: left;
  opacity: 0;
}
.main .sec_subscription .step_list li:before {
  display: block;
  position: absolute;
  top: 50%;
  right: -39%;
  width: 15px;
  height: 71px;
  content: "";
  background: url("/resources/assets/images/main/step_arrow.png") 0 0 no-repeat;
  transform: translate(0, -50%);
}
.main .sec_subscription .step_list li:last-of-type {
  margin-right: 0;
}
.main .sec_subscription .step_list li:last-of-type::before {
  display: none;
}
.main .sec_subscription .step_list li .tit {
  font-size: 0;
}
.main .sec_subscription .step_list li .tit > * {
  display: inline-block;
  vertical-align: middle;
}
.main .sec_subscription .step_list li .tit .num {
  width: 30px;
  height: 30px;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  line-height: 30px;
  background: url("/resources/assets/images/main/pc_step.png") 0 0 no-repeat;
  text-align: center;
}
.main .sec_subscription .step_list li .tit strong {
  margin: -2px 0 0 10px;
  font-size: 20px;
  letter-spacing: 0em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.8125rem;
  font-weight: 600;
  color: #252C32;
}
.main .sec_subscription .step_list li p {
  font-size: 22px;
  letter-spacing: 0em;
  /* 0.0625 * 16 = 1px */
  line-height: 2rem;
  color: #252C32;
}
.main .sec_subscription .link_box {
  margin-top: 60px;
  font-size: 0;
}
.main .sec_subscription .link_box .link {
  display: inline-block;
  vertical-align: top;
  width: 31.666666%;
  margin-right: 2.5%;
  text-align: center;
  opacity: 0;
}
.main .sec_subscription .link_box .link a {
  position: relative;
  display: block;
  padding-top: 108px;
  height: 180px;
  border-top-left-radius: 70px;
  border: 1px solid #fff;
}
.main .sec_subscription .link_box .link a:hover {
  border-color: #d88b7d;
}
.main .sec_subscription .link_box .link:nth-of-type(1) a {
  background: url("/resources/assets/images/main/subscription_icon01.png") center 44px no-repeat #fff;
}
.main .sec_subscription .link_box .link:nth-of-type(2) a {
  background: url("/resources/assets/images/main/subscription_icon02.png") center 44px no-repeat #fff;
}
.main .sec_subscription .link_box .link:last-of-type {
  margin-right: 0;
}
.main .sec_subscription .link_box .link:last-of-type a {
  background: url("/resources/assets/images/main/subscription_icon03.png") center 44px no-repeat #fff;
}
.main .sec_subscription .link_box .link p {
  font-size: 24px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.875rem;
  font-weight: 600;
  color: #252C32;
}
.main .sec_subscription.on h5 {
  -webkit-animation: fadeInUp 0.5s 0.6s forwards;
          animation: fadeInUp 0.5s 0.6s forwards;
}
.main .sec_subscription.on .top_txt h2 {
  -webkit-animation: fadeInUp 0.5s 0.7s forwards;
          animation: fadeInUp 0.5s 0.7s forwards;
}
.main .sec_subscription.on .top_txt p {
  -webkit-animation: fadeInUp 0.5s 0.8s forwards;
          animation: fadeInUp 0.5s 0.8s forwards;
}
.main .sec_subscription.on .step_list li:nth-of-type(1) {
  -webkit-animation: fadeInUp 0.5s 0.9s forwards;
          animation: fadeInUp 0.5s 0.9s forwards;
}
.main .sec_subscription.on .step_list li:nth-of-type(2) {
  -webkit-animation: fadeInUp 0.5s 1s forwards;
          animation: fadeInUp 0.5s 1s forwards;
}
.main .sec_subscription.on .step_list li:nth-of-type(3) {
  -webkit-animation: fadeInUp 0.5s 1.1s forwards;
          animation: fadeInUp 0.5s 1.1s forwards;
}
.main .sec_subscription.on .step_list li:last-of-type {
  -webkit-animation: fadeInUp 0.5s 1.2s forwards;
          animation: fadeInUp 0.5s 1.2s forwards;
}
.main .sec_subscription.on .link_box .link:nth-of-type(1) {
  -webkit-animation: fadeInUp 1s 1.4s forwards;
          animation: fadeInUp 1s 1.4s forwards;
}
.main .sec_subscription.on .link_box .link:nth-of-type(2) {
  -webkit-animation: fadeInUp 1s 1.5s forwards;
          animation: fadeInUp 1s 1.5s forwards;
}
.main .sec_subscription.on .link_box .link:last-of-type {
  -webkit-animation: fadeInUp 1s 1.6s forwards;
          animation: fadeInUp 1s 1.6s forwards;
}
.main .sec_advantages {
  position: relative;
}
.main .sec_advantages .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main .sec_advantages .bg.m_bg {
  display: none;
}
.main .sec_advantages .inner {
  position: relative;
  z-index: 1;
}
.main .sec_advantages .top_txt {
  text-align: center;
  color: #222222;
}
.main .sec_advantages .top_txt h2 {
  font-size: 46px;
  letter-spacing: -0.06em;
  /* 0.0625 * 16 = 1px */
  line-height: 3.375rem;
  font-weight: bold;
}
.main .sec_advantages .top_txt p {
  margin-top: 12px;
  font-size: 18px;
  letter-spacing: -0.06em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.625rem;
}
.main .sec_advantages .advantages_list {
  overflow: visible;
  margin-top: 40px;
}
.main .sec_advantages .advantages_list::after {
  content: "";
  display: block;
  clear: both;
}
.main .sec_advantages .advantages_list .swiper-slide {
  position: relative;
  float: left;
  width: calc(50% - 15px);
}
.main .sec_advantages .advantages_list .swiper-slide1 {
  margin-right: 30px;
}
.main .sec_advantages .advantages_list .swiper-slide .img_box {
  position: relative;
  display: table;
  cursor: pointer;
  width: 100%;
  height: 337px;
}
.main .sec_advantages .advantages_list .swiper-slide .img_box .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.main .sec_advantages .advantages_list .swiper-slide .img_box .img.pc_img {
  height: 100%;
}
.main .sec_advantages .advantages_list .swiper-slide .img_box .img.m_img {
  display: none;
}
.main .sec_advantages .advantages_list .swiper-slide .img_box .txt {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
.main .sec_advantages .advantages_list .swiper-slide .img_box .txt p {
  font-size: 28px;
  letter-spacing: -0.05em;
  /* 0.0625 * 16 = 1px */
  line-height: 2.5rem;
  color: #fff;
}
.main .sec_advantages .advantages_list .swiper-slide .img_box .txt .plus_btn {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  margin: 20px auto 0;
  padding-top: 20px;
  background-color: #fff;
  border-radius: 50%;
}
.main .sec_advantages .advantages_list .swiper-slide .img_box .txt .plus_btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
}
.main .sec_advantages .advantages_list .swiper-slide .list_info {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 337px;
  background-color: #fff;
}
.main .sec_advantages .advantages_list .swiper-slide .list_info .box_wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.main .sec_advantages .advantages_list .swiper-slide .list_info .top_box {
  text-align: center;
}
.main .sec_advantages .advantages_list .swiper-slide .list_info .top_box img {
  display: inline-block;
  vertical-align: top;
}
.main .sec_advantages .advantages_list .swiper-slide .list_info .top_box p {
  margin-top: 20px;
  font-size: 28px;
  letter-spacing: -0.05em;
  /* 0.0625 * 16 = 1px */
  line-height: 2.25rem;
  font-weight: bold;
  text-align: center;
}
.main .sec_advantages .advantages_list .swiper-slide .list_info .info_txt {
  margin-top: 20px;
  padding: 0 3% 0 11.2%;
}
.main .sec_advantages .advantages_list .swiper-slide .list_info .info_txt li p {
  position: relative;
  padding-left: 11px;
  font-size: 16px;
  letter-spacing: -0.05em;
  /* 0.0625 * 16 = 1px */
  line-height: 2rem;
  color: #444;
}
.main .sec_advantages .advantages_list .swiper-slide .list_info .info_txt li p:before {
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 3px;
  height: 3px;
  content: "";
  background-color: #000;
  border-radius: 50%;
}
.main .sec_advantages .advantages_list .swiper-slide:hover .list_info {
  opacity: 1;
}
.main .sec_advantages .advantages_list .advantages-pagination {
  display: none;
}
.main #listPopup {
  position: absolute;
  top: 10vw;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
  max-width: 1200px;
}
.main #listPopup .btn_pop {
  position: absolute;
  top: 0;
  right: -68px;
  width: 68px;
  height: 400px;
  font-size: 0;
  border: 0;
  background: rgb(205, 128, 113);
  background: linear-gradient(180deg, rgb(205, 128, 113) 0%, rgb(174, 97, 82) 100%);
  border-radius: 0 20px 20px 0;
}
.main #listPopup .btn_pop:before {
  display: block;
  position: absolute;
  top: 30px;
  left: 50%;
  width: 26px;
  height: 65px;
  content: "";
  transform: translateX(-50%);
  background: url("/resources/assets/images/common/popup_txt.png") center no-repeat;
}
.main #listPopup .btn_pop:after {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 26px;
  height: 85px;
  content: "";
  transform: translateX(-50%);
  background: url("/resources/assets/images/common/close_btn.png") center no-repeat;
}
.main #listPopup.on .btn_pop::after {
  background: url("/resources/assets/images/common/open_btn.png") center no-repeat;
}
.main #listPopup.right_po {
  left: auto;
  right: 0;
}
.main #listPopup.right_po .btn_pop {
  right: auto;
  left: -68px;
  border-radius: 20px 0 0 20px;
}
.main #listPopup.right_po .btn_pop::after {
  background: url("/resources/assets/images/common/close_btn1.png") center no-repeat;
}
.main #listPopup.right_po.on .btn_pop::after {
  background: url("/resources/assets/images/common/open_btn1.png") center no-repeat;
}
.main #listPopup.five {
  max-width: 1950px;
}
.main #listPopup.five .pop_wrap .pop {
  width: 240px;
}
.main #listPopup.five .btn_pop {
  height: 320px;
}
.main #listPopup .pop_wrap {
  max-width: 100%;
  font-size: 0;
  background-color: #fff;
}
.main #listPopup .pop_wrap .swiper-wrapper {
  display: block;
}
.main #listPopup .pop_wrap .pop {
  display: none;
  flex-shrink: inherit;
  width: 300px;
}
.main #listPopup .pop_wrap .pop img {
  width: 100%;
  height: 100%;
}
.main #listPopup .pop_wrap .pop.on {
  display: inline-block;
  vertical-align: top;
}
.main #listPopup .outlink {
  position: absolute;
  left: 0;
  width: 100%;
  height: 9% !important;
}
.main #listPopup .outlink.selectMainView {
  bottom: 37%;
}
.main #listPopup .outlink.subscription-home {
  bottom: 27%;
}
.main #listPopup .outlink.notice {
  bottom: 23%;
}
.main #listPopup .outlink.win-reservation {
  bottom: 17%;
}
.main #listPopup .outlink.qualification {
  bottom: 14%;
}
.main #listPopup .outlink.guide {
  bottom: 3%;
}
.main #listPopup .outlink.moveinlist {
  bottom: 14%;
  height: 14% !important;
}
.main #listPopup .popOpenBtn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 13%;
}
.main #listPopup .popOpenBtn.cheongyag {
  height: 9%;
  bottom: 10.5%;
}
.main #listPopup .popOpenBtn.cheongyag_application {
  height: 9%;
  bottom: 1.7%;
}
.main #listPopup .linkbtn {
  position: relative;
  display: block;
  width: 100%;
  padding: 13px 20px;
  background-color: #222;
  font-size: 16px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.5rem;
  color: #fff;
}
.main #listPopup .linkbtn:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 11px;
  height: 11px;
  content: "";
  transform: translateY(-50%);
  background: url("/resources/assets/images/common/link_arrow.png") 0 0 no-repeat;
  background-size: cover;
}
.main #listPopup .linkbtn.bgcolor1 {
  background-color: #802b28;
}
.main #listPopup .linkbtn1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13%;
  background: transparent;
}
.main #listPopup .newslinkBtn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 18%;
}
.main #listPopup .newslinkBtn.newslinkBtn1 {
  bottom: 4.8%;
}
.main #listPopup .newslinkBtn.newslinkBtn2 {
  bottom: 23.8%;
}
.main #listPopup .newslinkBtn.newslinkBtn3 {
  bottom: 42.8%;
}
@media (max-width: 1200px) {
  .main #listPopup {
    top: 115px;
  }
}
.main #infoPop {
  position: fixed;
  top: 0;
  right: -110%;
  width: 100%;
  max-width: 1260px;
  height: 100vh;
  padding: 80px 0 20px;
  z-index: 5;
  background-color: #fff;
  transition: all 0.5s;
  box-shadow: 0 0 100px rgba(136, 136, 136, 0.5);
}
.main #infoPop.on {
  right: 0;
}
.main #infoPop .type_box {
  height: 100%;
  font-size: 0;
  overflow-y: scroll;
}
.main #infoPop .type_box .type {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
.main #infoPop .type_box .type .top_box .title {
  margin-bottom: 30px;
  font-size: 30px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 2.5rem;
  font-family: "Nanum";
  font-weight: 500;
  color: #252C32;
}
.main #infoPop .type_box .type.type1 {
  width: 34.15%;
  padding: 0 70px;
}
.main #infoPop .type_box .type.type1 .info_list {
  text-align: center;
}
.main #infoPop .type_box .type.type1 .info_list li {
  margin-bottom: 40px;
}
.main #infoPop .type_box .type.type1 .info_list li:last-of-type {
  margin-bottom: 0;
}
.main #infoPop .type_box .type.type1 .info_list li .txt {
  width: 100%;
  padding: 5px 0;
  margin-bottom: 12px;
  font-size: 18px;
  letter-spacing: 0.4em;
  line-height: 1;
  font-family: "Nanum";
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
}
.main #infoPop .type_box .type.type1 .info_list li .data {
  font-size: 60px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 3.625rem;
  font-weight: 800;
  font-family: "Nanum";
  color: #252C32;
}
.main #infoPop .type_box .type.type1 .info_list li .data span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  font-size: 30px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 3.625rem;
  font-weight: 600;
}
.main #infoPop .type_box .type.type1 .info_list li .data span.regular {
  font-weight: 500;
}
.main #infoPop .type_box .type.type1 .info_list li .data span.regular.break {
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
  vertical-align: top;
  font-size: 30px;
  letter-spacing: -0.03em;
  line-height: 1;
}
.main #infoPop .type_box .type.type1 .info_list li:nth-of-type(1) .txt {
  background-color: #c47267;
}
.main #infoPop .type_box .type.type1 .info_list li:nth-of-type(2) .txt {
  background-color: #4ecdd2;
}
.main #infoPop .type_box .type.type1 .info_list li:nth-of-type(3) .txt {
  background-color: #c47267;
}
.main #infoPop .type_box .type.type1 .info_list li:nth-of-type(4) .txt {
  background-color: #c12b20;
}
.main #infoPop .type_box .type.type1 .more_btn {
  display: block;
  width: 100%;
  margin-top: 65px;
  padding: 17px 0;
  font-size: 16px;
  letter-spacing: -0.025em;
  line-height: 1;
  color: #252C32;
  text-align: center;
  border: 1px solid #ccc;
}
.main #infoPop .type_box .type.type1 .more_btn:hover {
  color: #fff;
  background: rgb(205, 128, 113);
  background: linear-gradient(90deg, rgb(205, 128, 113) 0%, rgb(174, 97, 82) 100%);
}
.main #infoPop .type_box .type.type2 {
  width: 31.7%;
  padding: 0 50px;
}
.main #infoPop .type_box .type.type2 .top_box:after {
  content: "";
  display: table;
  clear: both;
}
.main #infoPop .type_box .type.type2 .top_box .title {
  float: left;
}
.main #infoPop .type_box .type.type2 .top_box a {
  float: right;
  margin-top: 8px;
}
.main #infoPop .type_box .type.type2 .list a {
  display: block;
  margin-bottom: 30px;
}
.main #infoPop .type_box .type.type2 .list a:last-of-type {
  margin-bottom: 0;
}
.main #infoPop .type_box .type.type2 .list a .img_box {
  position: relative;
}
.main #infoPop .type_box .type.type2 .list a .img_box img {
  width: 100%;
}
.main #infoPop .type_box .type.type2 .list a p {
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: -0.06em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.1875rem;
  color: #343434;
}
.main #infoPop .type_box .type.type2:nth-of-type(2) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.main #infoPop .type_box .type.type3 .list a {
  width: 85%;
  margin-bottom: 12px;
}
.main #infoPop .type_box .type.type3 .list a p {
  margin-top: 6px;
  font-size: 15px;
}
.main .infoBtn#infoCloseBtn {
  display: block;
}
.main .quick_box a.infoBtn {
  display: block;
}
.main.new-logo.colorChange #listPopup .btn_pop {
  background: #E2681F;
}
.main.new-logo.colorChange .section.full h3 {
  color: #E2681F;
}
.main.new-logo.colorChange .section.full h3.white {
  color: #fff;
}
.main.new-logo.colorChange .section.full .btn {
  color: #252C32;
}
.main.new-logo.colorChange .section.full .btn:hover {
  background-color: #E2681F;
  border-color: #E2681F;
  color: #ffffff;
}
.main.new-logo.colorChange .sec_visual .open_info:before {
  background-image: url("/resources/assets/v3/images/main/grand_open_new.png");
}
.main.new-logo.colorChange .sec_video:before {
  background-image: url("/resources/assets/v3/images/main/sec03_bg_new.jpg");
}
.main.new-logo.colorChange .sec_video .sns_box .sns a.yotube:before {
  background-image: url("/resources/assets/v3/images/main/icon_youtube_new.svg");
}
.main.new-logo.colorChange .sec_video .sns_box .sns a.instagram:before {
  background-image: url("/resources/assets/v3/images/main/icon_insta_new.svg");
}
.main.new-logo.colorChange .sec_video .sns_box .sns a.kakao:before {
  background-image: url("/resources/assets/v3/images/main/icon_kakao_new.svg");
}
.main.new-logo.colorChange .sec_video .sns_box .sns a:hover.yotube:before {
  background-image: url("/resources/assets/v3/images/main/icon_youtube_on.svg");
}
.main.new-logo.colorChange .sec_video .sns_box .sns a:hover.instagram:before {
  background-image: url("/resources/assets/v3/images/main/icon_insta_on.png");
}
.main.new-logo.colorChange .sec_video .sns_box .sns a:hover.kakao:before {
  background-image: url("/resources/assets/v3/images/main/icon_kakao_on.svg");
}
@media all and (max-width: 1023px) {
  .main.new-logo.colorChange .sec_video .sns_box .sns a.yotube:before {
    background-image: url("/resources/assets/v3/images/main/icon_youtube_on.svg");
  }
  .main.new-logo.colorChange .sec_video .sns_box .sns a.instagram:before {
    background-image: url("/resources/assets/v3/images/main/icon_insta_on.png");
  }
  .main.new-logo.colorChange .sec_video .sns_box .sns a.kakao:before {
    background-image: url("/resources/assets/v3/images/main/icon_kakao_on.svg");
  }
}
.main.new-logo.colorChange .sec_brand {
  /*@media (min-width: 1024px) and (max-height: 800px) {
      .map {
          .img {
              padding-top: 42.5%;
          }
      }
  }

  @media (max-width: 1023px) and (min-height: 801px) {
      .map {
          .img {
              padding-top: 59.7%;
          }
      }
  }*/
}
.main.new-logo.colorChange .sec_brand .info {
  height: 60%;
}
.main.new-logo.colorChange .sec_brand .txt_box strong {
  color: #252C32;
}
.main.new-logo.colorChange .sec_brand .brand:before {
  background-image: url("/resources/assets/v3/images/main/sec06-1_bg_new.jpg");
  background-size: cover;
  background-position: center top;
}
.main.new-logo.colorChange .sec_brand .brand .btn-view:before {
  background-image: url("/resources/assets/v3/images/main/btn_view_new.svg");
}
.main.new-logo.colorChange .sec_brand .map:before {
  background-image: url("/resources/assets/v3/images/main/sec06-2_bg_new.png");
}
@media all and (max-width: 1450px) {
  .main.new-logo.colorChange .sec_brand .info {
    height: 70%;
  }
}
@media all and (max-width: 1300px) {
  .main.new-logo.colorChange .sec_brand .brand img {
    width: 73px;
    height: auto;
  }
}
@media all and (max-width: 1023px) {
  .main.new-logo.colorChange .sec_brand .info {
    height: auto;
  }
  .main.new-logo.colorChange .sec_brand .brand {
    min-height: 416px;
  }
  .main.new-logo.colorChange .sec_brand .brand:before {
    background-size: cover;
    background-position: center;
  }
  .main.new-logo.colorChange .sec_brand .brand .info {
    text-align: left;
  }
  .main.new-logo.colorChange .sec_brand .map .map_img {
    width: 100%;
  }
}
.main.new-logo.colorChange .sec_plane:before {
  background-image: url(/resources/assets/v3/images/main/sec04_bg_new.png);
}
.main.new-logo .sec_advantages.new {
  background-color: #353D44;
}
.main.new-logo .sec_advantages.new.block:after {
  display: block;
}
.main.new-logo .sec_advantages.new:after {
  z-index: 1;
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.main.new-logo .sec_advantages.new .inner {
  max-width: none;
  height: 100%;
  padding: 0;
}
.main.new-logo .sec_advantages.new .advantages_list {
  overflow: visible;
  height: 100%;
  margin-top: 0;
}
.main.new-logo .sec_advantages.new .advantages_list.hover-left .swiper-slide1 {
  width: 66.66%;
}
.main.new-logo .sec_advantages.new .advantages_list.hover-left .swiper-slide1 .img_box img {
  display: none;
}
.main.new-logo .sec_advantages.new .advantages_list.hover-left .swiper-slide1 .img_box .info_txt {
  opacity: 1;
}
.main.new-logo .sec_advantages.new .advantages_list.hover-left .swiper-slide2 {
  width: 33.34%;
}
.main.new-logo .sec_advantages.new .advantages_list.hover-right .swiper-slide2 {
  width: 66.66%;
}
.main.new-logo .sec_advantages.new .advantages_list.hover-right .swiper-slide2 .img_box img {
  display: none;
}
.main.new-logo .sec_advantages.new .advantages_list.hover-right .swiper-slide2 .img_box .info_txt {
  opacity: 1;
}
.main.new-logo .sec_advantages.new .advantages_list.hover-right .swiper-slide1 {
  width: 33.34%;
}
.main.new-logo .sec_advantages.new .advantages_list .swiper-slide {
  overflow: hidden;
  float: none;
  width: 50%;
  height: 100%;
  margin-right: 0;
  background-repeat: no-repeat;
  background-position: 50% 60%;
  transition: all 1s;
  border-radius: 0;
}
.main.new-logo .sec_advantages.new .advantages_list .swiper-slide.swiper-slide1 {
  background-image: url(/resources/assets/v3/images/main/advantages01_new.jpg);
}
.main.new-logo .sec_advantages.new .advantages_list .swiper-slide.swiper-slide2 {
  background-image: url(/resources/assets/v3/images/main/advantages02_new.jpg);
}
.main.new-logo .sec_advantages.new .advantages_list .swiper-slide:hover .img_box {
  opacity: 1;
}
.main.new-logo .sec_advantages.new .advantages_list .swiper-slide .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
}
.main.new-logo .sec_advantages.new .advantages_list .swiper-slide .img_box .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main.new-logo .sec_advantages.new .advantages_list .swiper-slide .img_box .txt span {
  margin-bottom: 20px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
}
.main.new-logo .sec_advantages.new .advantages_list .swiper-slide .img_box .txt > p {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  letter-spacing: -0.02em;
  /* 0.0625 * 16 = 1px */
  line-height: 4rem;
  font-weight: 700;
}
.main.new-logo .sec_advantages.new .advantages_list .swiper-slide .img_box .info_txt {
  opacity: 0;
  margin-top: 20px;
  text-align: left;
  transition: opacity 1s;
}
.main.new-logo .sec_advantages.new .advantages_list .swiper-slide .img_box .info_txt li {
  padding-bottom: 8px;
}
.main.new-logo .sec_advantages.new .advantages_list .swiper-slide .img_box .info_txt p {
  position: relative;
  padding-left: 10px;
  color: #FFF;
  text-align: left;
  font-size: 20px;
  letter-spacing: -0.02em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.5rem;
}
.main.new-logo .sec_advantages.new .advantages_list .swiper-slide .img_box .info_txt p:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 50%;
}
.main.new-logo .sec_advantages.new .advantages_list .swiper-slide .img_box .abs {
  position: relative;
}
.main.new-logo .sec_advantages.new .advantages_list .swiper-slide .img_box img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 50px;
}
.main.new-logo .sec_advantages.new .advantages_list .swiper-slide .list_info {
  height: 100%;
}
.main.new-logo .sec_advantages.new .advantages_list .swiper-slide .list_info .box_wrap .swiper-slide {
  border-radius: 30px;
}
@media all and (max-width: 1023px) {
  .main.new-logo .sec_advantages.new {
    height: auto !important;
    padding: 0;
  }
  .main.new-logo .sec_advantages.new .inner {
    padding: 80px 20px;
  }
  .main.new-logo .sec_advantages.new .advantages_list .advantages-pagination {
    bottom: -37px;
  }
  .main.new-logo .sec_advantages.new .advantages_list .advantages-pagination .swiper-pagination-bullet {
    border: 1px solid #ffffff;
  }
  .main.new-logo .sec_advantages.new .advantages_list .advantages-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffffff;
  }
  .main.new-logo .sec_advantages.new .advantages_list .swiper-slide {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 124.17%;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
  }
  .main.new-logo .sec_advantages.new .advantages_list .swiper-slide .img_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  .main.new-logo .sec_advantages.new .advantages_list .swiper-slide .img_box .txt span {
    display: block !important;
    margin-bottom: 12px;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .main.new-logo .sec_advantages.new .advantages_list .swiper-slide .img_box .txt > p {
    font-size: 32px;
    letter-spacing: -0.02em;
    /* 0.0625 * 16 = 1px */
    line-height: 2.625rem;
  }
  .main.new-logo .sec_advantages.new .advantages_list .swiper-slide .img_box .info_txt {
    opacity: 1;
    margin-top: 24px;
  }
  .main.new-logo .sec_advantages.new .advantages_list .swiper-slide .img_box .info_txt li {
    padding-bottom: 0;
  }
  .main.new-logo .sec_advantages.new .advantages_list .swiper-slide .img_box .info_txt p {
    font-size: 14px;
    letter-spacing: -0.02em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.5rem;
  }
  .main.new-logo .sec_advantages.new .advantages_list .swiper-slide .img_box img {
    display: none;
  }
  .main.new-logo .sec_advantages.new .advantages_list .swiper-slide.swiper-slide-active .img_box {
    padding: 20px;
  }
}
@media all and (max-height: 937px) {
  .main .infoBtn#infoCloseBtn {
    position: absolute;
    bottom: 10px;
    left: -20px;
  }
}
@media all and (max-height: 810px) {
  .main .infoBtn#infoCloseBtn {
    left: -50px;
  }
}
@media all and (max-width: 1850px) {
  .main .sec_subscription .line {
    position: absolute;
  }
  .main .sec_subscription .line.line1 {
    width: 10%;
  }
}
@media all and (max-width: 1600px) {
  .main .sec_visual .inner.w1060 {
    max-width: 900px;
  }
  .main .sec_subscription .line_wrap {
    right: -40px;
  }
  .main .sec_subscription .line {
    position: absolute;
  }
  .main .sec_subscription .line.line1 {
    display: none;
  }
  .main .sec_subscription .line.line2 {
    width: 71.8%;
  }
  .main #infoPop {
    padding: 50px 0;
  }
  .main #infoPop .type_box .type.type1 {
    padding: 0 50px;
  }
  .main #infoPop .type_box .type.type1 .info_list li .data {
    font-size: 50px;
  }
  .main #infoPop .type_box .type.type1 .more_btn {
    margin-top: 50px;
  }
  .main #infoPop .type_box .type .top_box .title {
    font-size: 25px;
  }
  .main .infoBtn#infoCloseBtn {
    bottom: 30px;
  }
}
@media all and (max-width: 1520px) {
  .main .sec_visual .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media all and (max-width: 1300px) {
  .main .sec_visual .inner.w1060 {
    max-width: 700px;
  }
  .main .sec_visual h3 {
    font-size: 45px;
  }
  .main .sec_visual h3.fs_42 {
    font-size: 30px;
    letter-spacing: -0.03em;
    /* 0.0625 * 16 = 1px */
    line-height: 2.5rem;
  }
}
@media all and (max-width: 1260px) {
  .main #infoPop {
    max-width: 1023px;
  }
}
@media all and (max-width: 1200px) {
  .main .sec_visual .inner {
    padding-top: 115px;
  }
  .main .sec_visual .inner.w980 {
    max-width: 750px;
  }
  .main .sec_visual .open_info_wrap {
    display: flex;
    flex-direction: column;
  }
  .main .sec_subscription .line_wrap {
    display: none;
  }
  .main .sec_advantages .advantages_list .swiper-slide .img_box .txt p {
    font-size: 25px;
  }
  .main .sec_advantages .advantages_list .swiper-slide .list_info {
    padding: 0 40px;
  }
  .main .sec_advantages .advantages_list .swiper-slide .list_info > p {
    font-size: 25px;
  }
  .main .sec_advantages .advantages_list .swiper-slide .list_info .info_txt {
    padding: 0;
  }
  .main .sec_advantages .advantages_list .swiper-slide .list_info .info_txt li p {
    font-size: 15px;
    letter-spacing: -0.03em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.625rem;
  }
  .main .sec_advantages .advantages_list .swiper-slide .list_info .info_txt li p::before {
    top: 11px;
  }
}
@media all and (max-width: 1023px) {
  .main .sec_visual {
    height: 100vh !important;
    overflow: hidden;
  }
  .main .sec_visual:after {
    display: none;
  }
  .main .sec_visual h3 {
    font-size: 30px;
    letter-spacing: -0.03em;
    /* 0.0625 * 16 = 1px */
    line-height: 2.5rem;
  }
  .main .sec_visual h3.fs_42 {
    font-size: 16px;
  }
  .main .sec_visual h3 .m_on {
    display: block;
  }
  .main .sec_visual .open_info {
    width: 100px;
    height: 100px;
    margin: 25px 0 0;
  }
  .main .sec_visual .open_info b {
    font-size: 15px;
  }
  .main .sec_visual .open_info p {
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: -0.02em;
    line-height: 1;
    font-weight: 500;
  }
  .main .sec_visual .open_info strong {
    font-size: 18px;
    letter-spacing: -0.02em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.375rem;
  }
  .main .sec_visual .inner {
    max-width: 100% !important;
    height: 100%;
    padding-top: 115px;
    text-align: left !important;
  }
  .main .sec_visual .inner.txt_full .open_info {
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
  }
  .main .sec_visual .logo_img {
    margin-top: 20px;
  }
  .main .sec_visual .logo_img .pc_img {
    display: none;
  }
  .main .sec_visual .logo_img .m_img {
    display: block;
  }
  .main .sec_subscription {
    padding: 60px 0;
    background: url("/resources/assets/images/main/subscription_m_bg.jpg") center bottom no-repeat;
    background-size: cover;
  }
  .main .sec_subscription .top_txt h2 {
    font-size: 34px;
  }
  .main .sec_subscription .top_txt p {
    margin-top: 0;
    font-size: 16px;
    letter-spacing: -0.03em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.75rem;
  }
  .main .sec_subscription .step_list {
    padding: 30px 35px;
    background-color: #fff;
  }
  .main .sec_subscription .step_list li {
    width: 50%;
    padding: 0;
    margin-right: 0;
  }
  .main .sec_subscription .step_list li::before {
    display: none;
  }
  .main .sec_subscription .step_list li:nth-of-type(even) {
    padding-left: 14px;
  }
  .main .sec_subscription .step_list li:nth-of-type(n + 3) {
    margin-top: 40px;
  }
  .main .sec_subscription .step_list li .tit strong {
    display: block;
    margin: 10px 0 0 0;
    font-size: 20px;
  }
  .main .sec_subscription .step_list li p {
    font-size: 16px;
  }
  .main .sec_subscription .link_box {
    margin-top: 30px;
  }
  .main .sec_subscription .link_box .link {
    display: block;
    width: 100%;
    margin-right: 0;
    text-align: left;
  }
  .main .sec_subscription .link_box .link:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .main .sec_subscription .link_box .link a {
    height: auto;
    padding: 26px 0 25px 86px;
    border-top-left-radius: 30px;
  }
  .main .sec_subscription .link_box .link:nth-of-type(1) a {
    background: url("/resources/assets/images/main/subscription_m_icon01.png") 30px center no-repeat #fff;
    background-size: 43.5px 34px;
  }
  .main .sec_subscription .link_box .link:nth-of-type(2) a {
    background: url("/resources/assets/images/main/subscription_m_icon02.png") 30px center no-repeat #fff;
    background-size: 43.5px 34.5px;
  }
  .main .sec_subscription .link_box .link:last-of-type {
    margin-right: 0;
  }
  .main .sec_subscription .link_box .link:last-of-type a {
    background: url("/resources/assets/images/main/subscription_m_icon03.png") 30px center no-repeat #fff;
    background-size: 26px 34.5px;
  }
  .main .sec_subscription .link_box .link p {
    font-size: 20px;
  }
  .main .sec_advantages {
    padding: 60px 0;
  }
  .main .sec_advantages .bg.pc_bg {
    display: none;
  }
  .main .sec_advantages .bg.m_bg {
    display: block;
  }
  .main .sec_advantages .top_txt h2 {
    font-size: 20px;
    letter-spacing: -0.05em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.875rem;
  }
  .main .sec_advantages .top_txt p {
    margin-top: 5px;
    font-size: 16px;
    letter-spacing: -0.03em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.5rem;
  }
  .main .sec_advantages .advantages_list {
    margin-top: 20px;
  }
  .main .sec_advantages .advantages_list .swiper-slide1 {
    margin-right: 0;
  }
  .main .sec_advantages .advantages_list .swiper-slide .img_box {
    cursor: auto;
    height: auto;
  }
  .main .sec_advantages .advantages_list .swiper-slide .img_box .img.pc_img {
    display: none;
  }
  .main .sec_advantages .advantages_list .swiper-slide .img_box .img.m_img {
    display: block;
  }
  .main .sec_advantages .advantages_list .swiper-slide .img_box .txt {
    display: none;
  }
  .main .sec_advantages .advantages_list .swiper-slide .list_info {
    position: relative;
    display: none;
    height: auto;
    padding: 30px 40px 80px 40px;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
  }
  .main .sec_advantages .advantages_list .swiper-slide .list_info .box_wrap {
    display: block;
  }
  .main .sec_advantages .advantages_list .swiper-slide .list_info .top_box p {
    font-size: 20px;
    letter-spacing: -0.05em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.8125rem;
  }
  .main .sec_advantages .advantages_list .swiper-slide .list_info .info_txt li p {
    padding-left: 8px;
    font-size: 14px;
    letter-spacing: -0.05em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.5rem;
  }
  .main .sec_advantages .advantages_list .swiper-slide .list_info .info_txt li p::before {
    width: 3px;
    height: 3px;
    top: 10px;
  }
  .main .sec_advantages .advantages_list .swiper-slide .list_info .info_txt li p br {
    display: none;
  }
  .main .sec_advantages .advantages_list .swiper-slide.swiper-slide-active .img_box {
    padding-top: 56.5%;
    height: auto;
  }
  .main .sec_advantages .advantages_list .swiper-slide.swiper-slide-active .img_box .img.m_img {
    padding-top: 65.8%;
    display: block;
  }
  .main .sec_advantages .advantages_list .swiper-slide.swiper-slide-active .list_info {
    display: block;
  }
  .main .sec_advantages .advantages_list .advantages-pagination {
    position: absolute;
    bottom: 30px;
    z-index: 1;
    width: 100%;
    text-align: center;
    display: block;
  }
  .main .sec_advantages .advantages_list .advantages-pagination .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: 1px solid #E2681F;
    border-radius: 50%;
  }
  .main .sec_advantages .advantages_list .advantages-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #E2681F;
  }
  .main #listPopup {
    top: auto !important;
    bottom: 0;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 73% !important;
    height: auto;
  }
  .main #listPopup .btn_pop {
    width: 100%;
    height: 60px !important;
    top: -60px;
    left: 0;
    right: auto;
    background: rgb(205, 128, 113);
    background: linear-gradient(90deg, rgb(205, 128, 113) 0%, rgb(174, 97, 82) 100%);
    border-radius: 20px 20px 0 0;
  }
  .main #listPopup .btn_pop:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 30px;
    width: 79px;
    height: 32px;
    content: "";
    transform: translate(0, -50%);
    background: url("/resources/assets/images/common/m_popup_txt.png") center no-repeat;
    background-size: cover;
  }
  .main #listPopup .btn_pop:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    left: auto;
    width: 14.5px;
    height: 8.5px;
    content: "";
    transform: translate(0, -50%);
    background: url("/resources/assets/images/common/close_arrow.png") center no-repeat;
    background-size: cover;
  }
  .main #listPopup.on .btn_pop::after {
    background: url("/resources/assets/images/common/open_arrow.png") center no-repeat;
    background-size: cover;
  }
  .main #listPopup.right_po {
    right: auto;
  }
  .main #listPopup.right_po .btn_pop {
    left: 0;
    border-radius: 20px 20px 0 0;
  }
  .main #listPopup.right_po .btn_pop::after {
    background: url("/resources/assets/images/common/close_arrow.png") center no-repeat;
    background-size: cover;
  }
  .main #listPopup.right_po.on .btn_pop::after {
    background: url("/resources/assets/images/common/open_arrow.png") center no-repeat;
    background-size: cover;
  }
  .main #listPopup .pop_wrap {
    height: 100%;
  }
  .main #listPopup .pop_wrap .swiper-wrapper {
    display: flex;
  }
  .main #listPopup .pop_wrap .pop {
    border: 0;
    width: 100% !important;
    flex-shrink: 0;
  }
  .main #listPopup .pop_wrap .pop.on {
    display: block;
  }
  .main #listPopup .swiper-pagination {
    position: absolute;
    bottom: 5px;
    z-index: 1;
    width: 100%;
    text-align: center;
    font-size: 0;
  }
  .main #listPopup .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: 1px solid #d88b7d;
    border-radius: 50%;
  }
  .main #listPopup .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #d88b7d;
  }
  .main #listPopup .swiper-pagination.swiper-pagination-lock {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .main .sec_visual .pc_visual {
    display: none;
  }
  .main .sec_visual .m_visual {
    display: block;
  }
  .main .sec_visual .logo_img {
    width: 100%;
    margin-top: 14px;
  }
  .main .sec_visual .logo_img.teaser-logo {
    height: 34.5px;
  }
  .main .sec_visual .logo_img.bunyang-logo {
    height: 34.5px;
  }
  .main .sec_visual .logo_img.twoline-logo {
    height: 50px;
  }
  .main .sec_subscription .step_list {
    padding: 15px 30px;
  }
  .main .sec_subscription .step_list li:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .main .sec_subscription .step_list li .tit strong {
    font-size: 16px;
  }
  .main .sec_subscription .step_list li p {
    font-size: 14px;
    letter-spacing: -0.03em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.25rem;
  }
  .main .sec_subscription .link_box .link a {
    padding-left: 80px;
  }
  .main .sec_subscription .link_box .link a::before, .main .sec_subscription .link_box .link a::after {
    width: 35px;
    height: 35px;
  }
  .main .sec_subscription .link_box .link p {
    font-size: 14px;
  }
  .main #listPopup {
    width: calc(100% - 50px) !important;
    height: auto;
  }
  .main #listPopup .linkbtn {
    padding: 20px;
  }
}
@media all and (max-width: 420px) {
  .main .sec_visual .block {
    display: inline-block;
  }
  .main .sec_subscription .step_list li:nth-of-type(even) {
    padding-left: 20px;
  }
}

.popupDim {
  z-index: -999;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease-out;
}
.popupDim.show {
  opacity: 1;
  z-index: 9;
}

#listPopupV2 {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 930px;
  padding: 0 15px;
  z-index: 99;
}
#listPopupV2.show {
  display: block;
}
#listPopupV2 .pop_wrap_mo {
  display: none;
}
#listPopupV2 .pop_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 960px;
  padding: 0 15px;
  z-index: 10;
}
#listPopupV2 .swiper-slide ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 1%;
  font-size: 0;
}
#listPopupV2 .swiper-slide li {
  display: inline-block;
}
#listPopupV2 .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  color: #FFFFFF;
}
#listPopupV2 .btn_wrap input {
  cursor: pointer;
}
#listPopupV2 .btn_wrap input + label {
  padding-left: 5px;
  cursor: pointer;
}
#listPopupV2 .btn_wrap button {
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  #listPopupV2 {
    max-width: 300px;
    padding: 0;
  }
  #listPopupV2 .pop_wrap_web {
    display: none;
  }
  #listPopupV2 .pop_wrap_mo {
    display: block;
    z-index: 999;
  }
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.location {
  max-width: 1200px;
}
.location #map {
  position: relative;
  width: 100%;
  height: 480px;
}
.location .map_info {
  padding: 50px;
  font-size: 0;
  border-bottom: 1px solid #ddd;
}
.location .map_info > * {
  display: inline-block;
  vertical-align: top;
}
.location .map_info .txt {
  width: calc(100% - 200px);
  font-size: 0;
}
.location .map_info .txt .box > * {
  display: inline-block;
  vertical-align: top;
}
.location .map_info .txt strong {
  width: 98px;
  font-size: 22px;
  letter-spacing: -0.06em;
  /* 0.0625 * 16 = 1px */
  line-height: 3.25rem;
  font-weight: 500;
  color: #B86B5D;
}
.location .map_info .txt strong.two_txt {
  letter-spacing: 2.4em !important;
}
.location .map_info .txt strong.three_txt {
  letter-spacing: 0.76em !important;
}
.location .map_info .txt strong.four_txt {
  letter-spacing: 0.2em !important;
}
.location .map_info .txt strong.five_txt {
  letter-spacing: -0.06em !important;
}
.location .map_info .txt .box:nth-of-type(2) strong {
  letter-spacing: 0.2em;
}
.location .map_info .txt .box:nth-of-type(3) strong {
  letter-spacing: 2.4em;
}
.location .map_info .txt p {
  width: calc(100% - 98px);
  padding-left: 50px;
  font-size: 22px;
  letter-spacing: -0.06em;
  /* 0.0625 * 16 = 1px */
  line-height: 3.25rem;
  color: #1f1f1f;
}
.location .map_info a {
  width: 200px;
  margin-top: 5px;
  padding: 12px 0;
  font-size: 18px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.625rem;
  border: 1px solid #707070;
  text-align: center;
}
.location .bot_txt {
  position: relative;
  padding: 25px 0 27px;
  background: url("/resources/assets/images/sub/bot_txt_bg.jpg") center no-repeat;
  background-size: cover;
  font-size: 20px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.6875rem;
  color: #fff;
  text-align: center;
}
.location .bot_txt span {
  position: relative;
}
.location .bot_txt span:before {
  display: block;
  position: absolute;
  top: -4px;
  left: 50%;
  width: 4px;
  height: 4px;
  content: "";
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #fff;
}
@media all and (max-width: 1200px) {
  .location .map_info .txt strong {
    width: 138px;
    font-size: 25px;
  }
  .location .map_info .txt p {
    width: calc(100% - 138px);
    font-size: 25px;
    padding-left: 0;
  }
}
@media all and (max-width: 1023px) {
  .location #map {
    padding-top: 44%;
    height: auto;
    border-bottom-width: 1px;
  }
  .location .map_info {
    padding: 0;
    border-bottom: none;
  }
  .location .map_info > * {
    display: block;
  }
  .location .map_info .txt {
    width: 100%;
    padding: 20px;
  }
  .location .map_info .txt strong {
    width: 82px;
    font-size: 18px;
    letter-spacing: -0.025em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.625rem;
  }
  .location .map_info .txt p {
    width: calc(100% - 82px);
    padding-left: 20px;
    font-size: 18px;
    letter-spacing: -0.025em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.625rem;
  }
  .location .map_info .txt .box:first-of-type p {
    margin-top: -1px;
  }
  .location .map_info .txt .box:nth-of-type(2) {
    margin-top: 10px;
  }
  .location .map_info .txt .box:nth-of-type(2) strong {
    letter-spacing: 0.24em;
  }
  .location .map_info .txt .box:nth-of-type(3) {
    margin-top: 10px;
  }
  .location .map_info .txt .box:nth-of-type(3) strong {
    letter-spacing: 2.5em;
  }
  .location .map_info a {
    width: 100%;
    margin-top: 0;
    padding: 11px 0;
    font-size: 18px;
    letter-spacing: -0.03em;
    /* 0.0625 * 16 = 1px */
    line-height: 2.25rem;
    background: none;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #252C32;
  }
  .location .bot_txt {
    padding: 16px 0;
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: -0.03em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.6875rem;
    background: none;
    background-color: #d88b7d;
  }
  .location .bot_txt span::before {
    width: 3px;
    height: 3px;
    top: 0;
  }
}
@media all and (max-width: 768px) {
  .location #map {
    padding-top: 57.5%;
  }
  .location .map_info > * {
    display: block;
  }
  .location .map_info .txt {
    width: 100%;
  }
  .location .map_info .txt strong {
    width: 46px;
    font-size: 10px;
    letter-spacing: -0.025em;
    /* 0.0625 * 16 = 1px */
    line-height: 0.9375rem;
  }
  .location .map_info .txt p {
    width: calc(100% - 46px);
    padding-left: 15px;
    font-size: 10px;
    letter-spacing: -0.025em;
    /* 0.0625 * 16 = 1px */
    line-height: 0.9375rem;
  }
  .location .map_info a {
    font-size: 16px;
    letter-spacing: -0.03em;
    /* 0.0625 * 16 = 1px */
    line-height: 2.25rem;
  }
  .location .bot_txt {
    padding: 17px 0;
    font-size: 16px;
    letter-spacing: -0.03em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.5625rem;
  }
}