@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;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 1770px;
  height: 100px;
  margin: 0 auto;
  padding: 10px 25px;
}
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_new2.svg") 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;
  color: #252C32;
}
header nav .depth1 > a:hover {
  color: #E2681F;
}
header nav .depth1 > a.active {
  color: #E2681F;
}
header nav .depth1.hover > a {
  color: #E2681F !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: #E2681F;
}
header nav .depth2 li a:hover span:before {
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #E2681F;
}
.depth1 header nav .depth2 li a:hover a {
  color: #E2681F;
}
header nav .depth2 li span {
  position: relative;
  display: block;
}
header nav .depth2 li span sup {
  font-size: 12px;
  vertical-align: revert;
}
header #side {
  right: 20px;
  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 {
  background-color: #E2681F;
  border-color: #E2681F;
  color: #fff;
}
header #side .file li a:hover::after {
  background-image: url("/resources/assets/v3/images/common/icon_download_wh.svg");
}
header #side .file li a:hover span {
  color: #fff;
}
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;
}
header #side .award_logo {
  margin-top: 20px;
}
header #side .award_logo a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #DDD;
  text-align: left;
}
header #side .award_logo a p {
  font-size: 16px;
  font-weight: 500;
  color: #353D44;
}
@media (max-width: 1300px) {
  header #side {
    display: block !important;
    opacity: 1;
    position: static;
    width: auto;
    padding: 0;
  }
  header #side .file {
    margin-top: 50px;
  }
  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 #side .award_logo {
    padding-bottom: 20px;
    margin-top: 20px;
  }
  header #side .award_logo a {
    padding: 20px 16px;
  }
  header #side .award_logo a p {
    font-weight: bold;
    letter-spacing: -0.02em;
  }
}
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;
  text-align: center;
  color: #fff;
  background-color: #E2681F;
  border-radius: 999px;
}
header .customer .registration span {
  color: #fff;
}
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/new_icon_call.png") 50% 50% no-repeat;
  background-size: cover;
}
header .customer .call span {
  font-weight: 600;
  color: #252C32;
}
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: 24px;
  height: 24px;
  content: "";
  transform: translate(-50%, -50%);
  background: url("/resources/assets/images/common/mo_icon_menu_bk_new.svg") 50% 50% no-repeat;
  background-size: 100% auto;
}
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 h1 a:before {
  background: url("/resources/assets/images/common/logo_new2.svg") 50% 50% no-repeat;
  background-size: 100% auto;
}
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.nav-open nav .depth1 > a {
  color: #252C32;
}
header.nav-open nav .depth1 > a:hover {
  color: #E2681F;
}
header.nav-open nav .depth1 > a.active {
  color: #E2681F;
}
@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: 65px;
    padding: 20px;
  }
  header h1 {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
  }
  header h1 a {
    width: 68px;
    height: 41px;
  }
  header nav {
    display: none;
  }
  header .customer {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
  }
  header .customer .registration {
    display: none;
  }
  header .customer .call {
    position: absolute;
    top: 47%;
    right: 38px;
    transform: translateY(-50%);
    height: auto;
  }
  header .customer .call span {
    display: none;
  }
  header .customer .call:before {
    background: url("/resources/assets/images/common/new_icon_call_bk.svg") 50% 50% no-repeat;
    background-size: 100% auto;
    width: 14px;
    height: 14px;
    margin-top: -2px;
    margin-right: 0;
  }
  header .menu {
    display: block;
    top: 3px;
  }
  header.mobile {
    z-index: 999;
  }
  header.mobile:before {
    display: block;
  }
  header.mobile .inner {
    display: block;
    position: fixed;
    height: 100% !important;
    width: 100%;
    padding: 20px;
    right: 0;
    left: unset;
    overflow: auto;
    border-bottom: none;
    background: #fff;
  }
  header.mobile .inner::after {
    content: "";
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd;
  }
  header.mobile h1 {
    display: none;
  }
  header.mobile nav {
    position: relative;
    display: block;
    height: 100%;
    padding-top: 55px;
    margin-right: 0;
  }
  header.mobile nav > ul {
    display: block;
  }
  header.mobile nav .depth1 > a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 23px 0;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #ddd;
  }
  header.mobile nav .depth1 > a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    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 .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: block;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  header.mobile nav .depth2 li a {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 11px;
    font-size: 16px;
    font-weight: 500;
  }
  header.mobile nav .depth2 li a:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    content: "·";
    position: absolute;
    top: 9px;
    left: 0;
    font-size: 16px;
    color: #666;
    vertical-align: top;
  }
  header.mobile nav .depth2 li span {
    color: #666;
  }
  header.mobile .customer {
    position: absolute;
    top: 20px;
    left: 20px;
    transform: none;
  }
  header.mobile .customer .registration {
    display: inline-block;
    min-width: 92px;
    min-height: 26px;
    line-height: 26px;
    border-color: #E2681F;
    border-radius: 5px;
  }
  header.mobile .customer .registration span {
    font-size: 14px;
    color: #fff;
  }
  header.mobile .customer .call::before {
    background: url("/resources/assets/images/common/new_icon_call_bk.svg") 50% 50% no-repeat !important;
    background-size: 100% auto;
  }
  header.mobile .menu {
    top: 3px;
  }
  header.mobile .menu:before {
    width: 24px;
    height: 24px;
    background: url("/resources/assets/images/common/mo_icon_close_new.svg") 50% 50% no-repeat !important;
    background-size: 100% auto;
  }
}

#breadcrum {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 80px;
  background: #353D44;
  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: 65px;
    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;
}

#wrap:not(.main).fixed header h1 a:before {
  background: url("/resources/assets/images/common/logo_new2.svg") 50% 50% no-repeat;
  background-size: 100% auto;
}
#wrap:not(.main).fixed header.nav-open h1 a:before {
  background: url("/resources/assets/images/common/logo_new2.svg") 50% 50% no-repeat;
  background-size: 100% auto;
}
#wrap:not(.main).white header h1 a:before {
  background: url("/resources/assets/images/common/logo_new2_wh.svg") 50% 50% no-repeat;
  background-size: 100% auto;
}
#wrap:not(.main).white header.nav-open h1 a:before {
  background: url("/resources/assets/images/common/logo_new2.svg") 50% 50% no-repeat;
  background-size: 100% auto;
}
#wrap:not(.main).white.fixed header h1 a:before {
  background: url("/resources/assets/images/common/logo_new2.svg") 50% 50% no-repeat;
  background-size: 100% auto;
}

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: #353D44;
}
footer .inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1770px !important;
  min-height: 180px;
  gap: 0 150px;
  margin: 0 auto;
  padding: 43px 25px !important;
  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_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 100px);
}
footer .info {
  margin: 0 30px;
  font-size: 14px;
}
footer .info strong {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: -0.025em;
  font-weight: bold;
}
footer .info .work {
  margin-bottom: 15px;
  letter-spacing: -0.025em;
  font-weight: bold;
  color: #fff;
}
footer .info .work.work1 span:nth-child(2) {
  position: relative;
  padding-left: 30px;
}
footer .info .work.work1 span:nth-child(2):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #aaa;
}
footer .info .req {
  position: relative;
  padding-left: 12px;
}
footer .info .req::before {
  content: "※";
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #aaa;
}
footer .copyright {
  margin-top: 15px;
}
footer .contact {
  font-size: 0;
}
footer .contact a {
  position: relative;
  display: block;
  min-width: 180px;
  height: 40px;
  padding: 5px;
  margin-bottom: 15px;
  font-size: 0;
  letter-spacing: -0.025em;
}
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: #E2681F;
}
footer .contact a.site span {
  padding-left: 45px;
  font-size: 14px;
  color: #fff;
}
footer .contact a.site:before {
  left: 20px;
  width: 39px;
  height: 16px;
  background: url("/resources/assets/images/common/site_logo2.svg") 50% 50% no-repeat;
  background-size: cover;
}
footer .contact a.site:after {
  display: none;
}
footer .contact a.call {
  padding: 12px 10px 10px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
}
footer .contact a.call span {
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
footer .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.svg") 50% 50% no-repeat;
  background-size: 100% auto;
}
footer .contact a.call:after {
  display: none;
}
@media (max-width: 1440px) {
  footer .inner {
    gap: 0 80px;
  }
}
@media (max-width: 1023px) {
  footer .inner {
    display: block;
    min-height: auto;
    padding: 30px 20px !important;
  }
  footer .logo {
    width: 74px;
    height: 30px;
  }
  footer .info_box {
    display: block;
    width: 100%;
  }
  footer .info {
    margin: 20px 0 30px 0;
  }
  footer .info strong {
    margin-bottom: 20px;
    font-size: 14px;
  }
  footer .info .work {
    margin-bottom: 15px;
  }
  footer .info .work.work1 span {
    display: block;
  }
  footer .info .work.work1 span:nth-child(2) {
    padding-left: 0px;
    margin-top: 10px;
  }
  footer .info .work.work1 span:nth-child(2):after {
    display: none;
  }
  footer .info .req {
    line-height: 22px;
  }
  footer .info .req::before {
    line-height: 22px;
  }
  footer .contact {
    display: flex;
    gap: 0 15px;
  }
  footer .contact a {
    width: calc((100% - 15px) / 2);
    min-width: auto;
    margin-bottom: 0;
  }
  footer .contact a.site {
    text-align: center;
    padding-left: 5px;
    line-height: 30px;
  }
  footer .contact a.site span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 14px;
  }
  footer .contact a.site:before {
    position: static;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(0);
  }
}

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;
}

@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;
  }
}
#wrap .cursor {
  position: fixed;
  z-index: 1000000;
  pointer-events: none;
}
#wrap .cursor span {
  display: block;
  width: 58px;
  height: 58px;
  background: url("/resources/assets/images/common/cursor_icon.svg") center no-repeat;
  background-size: 100%;
  opacity: 0;
  transition: opacity 0.4s, transform 0.4s;
}
#wrap .cursor.active span {
  opacity: 1;
}
#wrap .cursor.down span {
  transform: scale(0.4);
}

.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;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.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.pop_open_btn {
  display: none !important;
}
.quick_box a.subscription_icon {
  position: relative;
  display: none;
  overflow: hidden;
  transition: width 0.3s;
  border-radius: 500px;
}
.quick_box a.subscription_icon01 {
  background-color: #E26820;
}
.quick_box a.subscription_icon01 .box img {
  width: 32px;
}
.quick_box a.subscription_icon02 {
  background-color: #222;
}
.quick_box a.subscription_icon02 .box img {
  width: 28px;
}
.quick_box a.subscription_icon .box {
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  transition: right 0.3s;
  text-align: center;
}
.quick_box a.subscription_icon .box img {
  border-radius: 0;
}
.quick_box a.subscription_icon .box span {
  display: block;
  margin-top: 1px;
  font-size: 9px;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
}
.quick_box a.subscription_icon > span {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-40%);
  opacity: 0;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  transition: transform 0.3s, opacity 0.3s;
}
@media (min-width: 1024px) {
  .quick_box a.subscription_icon:hover {
    width: 165px;
  }
  .quick_box a.subscription_icon:hover .box {
    right: 20px;
  }
  .quick_box a.subscription_icon:hover > span {
    transform: translateY(-50%);
    opacity: 1;
    transition-delay: 0.2s;
  }
}
.quick_box a.infoBtn {
  display: none;
}
.quick_box.on {
  position: absolute;
  bottom: 180px;
}
.quick_box #TopBtn {
  position: relative;
  width: 50px;
  height: 50px;
}
.quick_box #TopBtn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/resources/assets/images/common/top_btn_new.jpg) no-repeat center center;
  background-size: 100% 100%;
  border-radius: 50%;
}
.quick_box #TopBtn img {
  display: none;
}
.quick_box #TopBtn:hover:before {
  background: url(/resources/assets/images/common/top_btn_new_active.jpg) no-repeat center center;
}

.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;
}

.parcel-chungyak .quick_box .subscription_icon {
  display: block;
}

.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%;
}
.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 #bbb;
}
.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;
  }
}
.sub-container.parcel-chungyak {
  padding-bottom: 80px;
}
@media (max-width: 1320px) {
  .sub-container.parcel-chungyak {
    padding-bottom: 80px;
  }
}
.sub-container.parcel-chungyak .inner-tab {
  margin-bottom: 0;
}
.sub-container.parcel-chungyak .inner-tab li.active {
  background-color: #2F353B;
  border-color: #2F353B;
}
.sub-container.parcel-chungyak .inner-tab li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  padding: 16px 5px;
}
@media (max-width: 1320px) {
  .sub-container.parcel-chungyak .inner-tab.line-two .one li {
    width: 50%;
  }
  .sub-container.parcel-chungyak .inner-tab.line-two .four li {
    width: 50%;
  }
  .sub-container.parcel-chungyak .inner-tab.line-two .five li {
    width: 50%;
  }
  .sub-container.parcel-chungyak .inner-tab.line-two .six li {
    width: 50%;
  }
  .sub-container.parcel-chungyak .inner-tab.line-two .seven li {
    width: 50%;
  }
  .sub-container.parcel-chungyak .inner-tab.line-two .eight li {
    width: 50%;
  }
  .sub-container.parcel-chungyak .inner-tab .one li {
    width: calc(100% / 1);
  }
  .sub-container.parcel-chungyak .inner-tab .four li {
    width: calc(100% / 4);
  }
  .sub-container.parcel-chungyak .inner-tab .five li {
    width: calc(100% / 4);
  }
  .sub-container.parcel-chungyak .inner-tab .six li {
    width: calc(100% / 4);
  }
  .sub-container.parcel-chungyak .inner-tab .seven li {
    width: calc(100% / 4);
  }
  .sub-container.parcel-chungyak .inner-tab .eight li {
    width: calc(100% / 4);
  }
  .sub-container.parcel-chungyak .inner-tab li a {
    height: 40px;
    padding: 7px 5px;
  }
}
.sub-container.parcel-chungyak .img-wrap {
  margin-top: 80px;
}
@media (max-width: 1320px) {
  .sub-container.parcel-chungyak .img-wrap {
    margin-top: 32px;
  }
}
.sub-container.parcel-chungyak .link_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  width: 100%;
  margin: 80px auto 0;
}
.sub-container.parcel-chungyak .link_box a {
  position: relative;
  display: flex;
  align-items: center;
  width: calc((100% - 10px) / 2);
  height: 88px;
  padding: 5px 40px;
  font-size: 20px;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #000;
  text-align: left;
  background-color: #F7F7F7;
  border-radius: 10px;
  transition: all 0.3s;
}
.sub-container.parcel-chungyak .link_box a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url("/resources/assets/images/sub/black_arrow.svg") center no-repeat;
  background-size: cover;
  transition: background 0.3s;
}
@media (min-width: 1024px) {
  .sub-container.parcel-chungyak .link_box a:hover {
    background-color: #E2681F;
    color: #fff;
  }
  .sub-container.parcel-chungyak .link_box a:hover::after {
    background: url("/resources/assets/images/sub/white_arrow.svg") center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1320px) {
  .sub-container.parcel-chungyak .link_box {
    gap: 0 10px;
  }
  .sub-container.parcel-chungyak .link_box a {
    height: 48px;
    padding: 5px 14px;
    font-size: 14px;
    width: calc((100% - 5px) / 2);
  }
  .sub-container.parcel-chungyak .link_box a::after {
    width: 14px;
    height: 14px;
    right: 14px;
  }
}
@media (max-width: 768px) {
  .sub-container.parcel-chungyak .link_box a {
    font-size: 10px;
  }
}

.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: #e2681f;
  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: #e2681f;
  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: #e2681f;
  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: 5px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 300;
}
.checkbox_wrap.type2 label b em {
  color: #E2681F;
  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: #e2681f;
}
.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.ticket_pop {
  display: block;
  opacity: 0;
  visibility: hidden;
}
#interestPop .pop.ticket_pop.active {
  opacity: 1;
  visibility: visible;
}
#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: #e2681f;
  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 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  gap: 15px 0;
  margin-top: 15px;
}
#interestPop .pop .cont .checkbox_wrap label {
  width: 340px;
}
#interestPop .pop .cont .ticket_wrap {
  width: 100%;
  margin-top: 30px;
  padding: 30px 5px;
  background-color: #F6F6F6;
  text-align: center;
}
#interestPop .pop .cont .ticket_wrap strong {
  display: block;
  font-size: 20px;
  font-weight: 300;
  color: #252C32;
  letter-spacing: -0.04em;
  line-height: 28px;
}
#interestPop .pop .cont .ticket_wrap p {
  margin: 15px 0 20px;
  font-size: 16px;
  letter-spacing: -0.04em;
  line-height: 23px;
  font-weight: 200;
  color: #252C32;
  word-break: keep-all;
  word-wrap: break-word;
}
#interestPop .pop .cont .ticket_wrap .radio_wrap {
  width: 100%;
  background-color: transparent;
}
#interestPop .pop .cont .ticket_wrap .radio_wrap .radio_box .radio {
  width: auto;
}
#interestPop .pop .cont .ticket_wrap .radio_wrap .radio_box label {
  margin: 3px 10px;
}
#interestPop .pop .cont .ticket_wrap .radio_wrap .radio_box label span {
  letter-spacing: -0.04em;
}
#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 .cont.ticket_cont {
  width: 408px;
}
#interestPop .pop .cont.ticket_cont .inner {
  padding: 40px;
  background: url("/resources/assets/images/common/ticket_bg.jpg") center no-repeat;
  background-size: cover;
}
#interestPop .pop .cont.ticket_cont .txt_box {
  background-color: #fff;
  padding: 32px 20px 28px 20px;
}
#interestPop .pop .cont.ticket_cont .top_box {
  position: relative;
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
}
#interestPop .pop .cont.ticket_cont .top_box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 72px;
  background: url("/resources/assets/images/common/ticket_pop_icon.svg") center no-repeat;
  background-size: cover;
}
#interestPop .pop .cont.ticket_cont .top_box strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: bold;
  color: #000;
}
#interestPop .pop .cont.ticket_cont .top_box span {
  display: inline-block;
  vertical-align: top;
  min-width: 74px;
  margin-top: 16px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #E26820;
  border: 1px solid #E26820;
  border-radius: 999px;
  text-align: center;
}
#interestPop .pop .cont.ticket_cont .bot_box {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
#interestPop .pop .cont.ticket_cont .bot_box p {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.05em;
  color: #333;
  font-weight: 500;
}
#interestPop .pop .cont.ticket_cont .bot_box .ticket_logo {
  margin-top: 24px;
}
#interestPop .pop .cont.ticket_cont .bot_box .ticket_logo img {
  max-width: 100%;
}
#interestPop .pop .cont.ticket_cont .bot_img {
  position: relative;
  width: 100%;
}
#interestPop .pop .cont.ticket_cont .bot_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
#interestPop .pop .cont.ticket_cont .bot_img::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 50%;
  background: #FFFFFF;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
#interestPop .pop .cont.ticket_cont .bot_img img {
  width: 100%;
  height: 160px;
}
#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 .radio_wrap {
    width: 100%;
  }
  #interestPop .gender_box .gender_wrap .radio_box {
    gap: 0 10px;
  }
  #interestPop .gender_box .gender_wrap .radio_box .radio {
    width: auto;
  }
  #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: 6px;
    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 {
    align-items: flex-start;
  }
  #interestPop .pop .cont .checkbox_wrap label {
    width: 100%;
  }
  #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 .ticket_wrap {
    margin-top: 15px;
    padding: 20px 10px;
  }
  #interestPop .pop .cont .ticket_wrap strong {
    font-size: 14px;
    line-height: 20px;
  }
  #interestPop .pop .cont .ticket_wrap p {
    margin: 10px 0 15px;
    font-size: 13px;
    letter-spacing: -0.04em;
    line-height: 18px;
  }
  #interestPop .pop .cont .ticket_wrap .radio_wrap .radio_box .radio {
    width: auto;
  }
  #interestPop .pop .cont .ticket_wrap .radio_wrap .radio_box label {
    margin: 3px 6px;
  }
  #interestPop .pop .cont .ticket_wrap .radio_wrap .radio_box label span {
    font-size: 14px;
  }
  #interestPop .pop .cont.ticket_cont .header {
    min-height: auto;
    padding: 16px 15px;
  }
  #interestPop .pop .cont.ticket_cont .header h3 {
    padding-top: 0;
    line-height: 29px;
  }
  #interestPop .pop .cont.ticket_cont .inner {
    padding: 0;
    max-height: 495px;
    background: none;
  }
  #interestPop .pop .cont.ticket_cont .top_box {
    height: 64px;
  }
  #interestPop .pop .cont.ticket_cont .top_box::after {
    width: 64px;
    height: 64px;
  }
  #interestPop .pop .cont.ticket_cont .top_box strong {
    font-size: 26px;
  }
  #interestPop .pop .cont.ticket_cont .bot_img {
    padding-top: 49.2307692308%;
  }
  #interestPop .pop .cont.ticket_cont .bot_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #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;
  }
  .quick_box a.pop_open_btn.hidden {
    display: none !important;
  }
}
@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;
}

.new_banner_box {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  opacity: 0;
  transition: opacity 0.75s;
}
.new_banner_box.on {
  position: absolute;
}
@media all and (max-width: 1023px) {
  .new_banner_box {
    font-size: 0;
  }
  .new_banner_box.active {
    opacity: 1;
  }
  .new_banner_box .banner_btn {
    position: relative;
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0;
    padding: 15px 0;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  .new_banner_box .banner_btn.call_banner {
    background-color: #E2681F;
    border-top-left-radius: 20px;
    gap: 0 8px;
  }
  .new_banner_box .banner_btn.call_banner::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url("/resources/assets/images/common/new_icon_call_wh3.svg") center no-repeat;
    background-size: cover;
  }
  .new_banner_box .banner_btn.interest_banner {
    background-color: #222;
    border-top-right-radius: 20px;
    gap: 0 20px;
  }
  .new_banner_box .banner_btn.interest_banner::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url("/resources/assets/images/common/new_icon_arrow_wh.svg") center no-repeat;
    background-size: cover;
  }
}

@-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;
  }
}
#fp-nav {
  z-index: 2;
}
#fp-nav.right {
  right: 32px;
}
#fp-nav ul li {
  margin: 6px 0;
}
#fp-nav ul li a span {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  width: 14px;
  height: 14px;
  margin: 0;
  background-color: transparent;
}
#fp-nav ul li a span::before, #fp-nav ul li a span::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
#fp-nav ul li a span::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #fff;
}
#fp-nav ul li a span::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  opacity: 0;
  box-sizing: border-box;
}
#fp-nav ul li a.active span {
  width: 14px;
  height: 14px;
  margin: 0;
}
#fp-nav ul li a.active span::after {
  opacity: 1;
}
#fp-nav ul li:hover a span {
  width: 14px;
  height: 14px;
  margin: 0;
}
#fp-nav ul li:hover a span::after {
  opacity: 1;
}
#fp-nav ul li:hover a.active span {
  width: 14px;
  height: 14px;
  margin: 0;
}
#fp-nav ul li:hover a.active span::after {
  opacity: 1;
}
#fp-nav.black ul li a span::before {
  background-color: #252C32;
}
#fp-nav.black ul li a span::after {
  border: 1px solid rgba(37, 44, 50, 0.6);
}
#fp-nav.black ul li .fp-tooltip {
  color: #252C32;
}

html.hidden, body.hidden {
  overflow: hidden;
  height: 100%;
}

br.m_block {
  display: none;
}
@media all and (max-width: 1023px) {
  br.m_none {
    display: none;
  }
  br.m_block {
    display: block;
  }
}

.main {
  /* 240220 개편 */
}
.main header {
  top: -100px;
  transition: top 0.75s;
}
.main header.active {
  top: 0;
}
.main header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 200px;
  background: #000000;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.main header h1 a::before {
  background: url("/resources/assets/images/common/logo_new2_wh.svg") 50% 50% no-repeat;
  background-size: 100% auto;
}
.main header nav .depth1 > a {
  color: #fff;
}
.main header .customer .call span {
  color: #fff;
}
.main header.nav-open h1 a:before {
  background: url("/resources/assets/images/common/logo_new2.svg") 50% 50% no-repeat;
  background-size: 100% auto;
}
.main header.nav-open nav .depth1 > a {
  color: #252C32;
}
.main header.nav-open nav .depth1 > a:hover {
  color: #E2681F;
}
.main header.nav-open nav .depth1 > a.active {
  color: #E2681F;
}
.main header.nav-open .customer .call span {
  color: #252C32;
}
.main.dim header::before {
  opacity: 1;
  visibility: visible;
}
.main.dim header.nav-open::before {
  opacity: 0;
  visibility: hidden;
}
.main.black header h1 a::before {
  background: url("/resources/assets/images/common/logo_new2.svg") 50% 50% no-repeat;
  background-size: 100% auto;
}
.main.black header nav .depth1 > a {
  color: #252C32;
}
.main.black header .customer .call span {
  color: #252C32;
}
@media (max-width: 1300px) {
  .main:not(.fixed) header .customer .call {
    color: #000;
  }
  .main:not(.fixed) header .customer .call::before {
    background: url("/resources/assets/images/common/new_icon_call_wh2.svg") 50% 50% no-repeat;
    background-size: cover;
  }
  .main:not(.fixed) header .menu::before {
    background: url("/resources/assets/images/common/mo_icon_menu_wh_new.svg") 50% 50% no-repeat;
    background-size: cover;
  }
  .main.fixed header {
    background-color: #fff;
  }
  .main.fixed header h1 a::before {
    background: url("/resources/assets/images/common/logo_new2.svg") 50% 50% no-repeat;
    background-size: 100% auto;
  }
  .main header.mobile nav .depth1 > a {
    color: #000;
  }
}
.main .section {
  height: 100vh;
}
.main .section [class*=timeline_hidden] {
  display: none;
  visibility: hidden;
  text-indent: -9999px;
  width: 0;
  height: 0;
  font-size: 0;
}
.main .section.on .main_common_tit {
  opacity: 1;
  transform: translate(-50%, 0);
}
.main .section .inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.main .section .main_common_tit {
  width: 100%;
  max-width: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.75s, transform 0.75s;
}
.main .section .main_common_tit h3 {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #BBBBBB;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #252C32;
}
.main .section .main_common_tit h3 .point {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E2681F;
  margin: 4px 0 0 3px;
}
.main .section .main_common_tit h3.white {
  color: #fff;
  border-bottom-color: #fff;
}
.main .section .main_common_tit strong {
  position: relative;
  display: block;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #252C32;
}
.main .section .main_common_tit strong.white {
  color: #fff;
}
.main .section .main_common_tit .btn_wrap {
  position: relative;
  display: flex;
}
.main .section .main_common_tit .btn_wrap a {
  min-width: 120px;
  padding: 16px 20px;
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border: 1px solid #bbb;
  transition: all 0.3s;
}
.main .section .main_common_tit .btn_wrap a.arrow {
  position: relative;
}
.main .section .main_common_tit .btn_wrap a.arrow::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 11px;
  margin: -2px 0 0 15px;
  background: url("/resources/assets/v4/images/main/btn_arrow.svg") center top no-repeat;
  background-size: cover;
}
.main .section .main_common_tit .btn_wrap a.black {
  color: #252C32;
  background-color: #fff;
}
.main .section .main_common_tit .btn_wrap a.black::after {
  background: url("/resources/assets/v4/images/main/btn_arrow_black.svg") center top no-repeat;
}
@media (min-width: 1024px) {
  .main .section .main_common_tit .btn_wrap a:hover {
    background-color: #E2681F;
    border-color: #E2681F;
  }
  .main .section .main_common_tit .btn_wrap a:hover.black {
    color: #fff;
  }
  .main .section .main_common_tit .btn_wrap a:hover.black::after {
    background: url("/resources/assets/v4/images/main/btn_arrow.svg") center top no-repeat;
  }
}
@media (max-width: 1023px) {
  .main .section {
    height: auto;
  }
  .main .section .main_common_tit h3 {
    padding-bottom: 11px;
  }
  .main .section .main_common_tit h3 .point {
    width: 4px;
    height: 4px;
    margin: 4px 0 0 2px;
  }
  .main .section .main_common_tit strong {
    font-size: 32px;
  }
  .main .section .main_common_tit .btn_wrap a {
    min-width: auto;
    padding: 16px 20px;
    font-size: 13px;
  }
  .main .section .main_common_tit .btn_wrap a.arrow::after {
    width: 6px;
    height: 10px;
    margin: -2px 0 0 15px;
  }
}
.main .exclamation-mark {
  display: inline-block;
  margin-left: 10px;
  transform: rotate(15deg);
}
.main .sec_visual {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.main .sec_visual .visual_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  will-change: clip-path;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.main .sec_visual .visual_wrap .visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .sec_visual .visual_wrap .visual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.main .sec_visual .visual_wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .sec_visual .visual_wrap .inner {
  position: relative;
  max-width: 100%;
  padding: 0 9.6354166667vw;
  height: 100%;
  z-index: 1;
}
.main .sec_visual .visual_wrap .inner .txt_wrap {
  padding-top: 20vh;
}
.main .sec_visual .visual_wrap .inner .txt_wrap > .box {
  overflow: hidden;
}
.main .sec_visual .visual_wrap .inner .txt_wrap > .box:nth-of-type(2) {
  padding: 16px 0 24px;
}
.main .sec_visual .visual_wrap .inner .txt_wrap > .box > * {
  position: relative;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.75s, opacity 0.75s;
}
.main .sec_visual .visual_wrap .inner .txt_wrap strong {
  display: block;
  font-size: 34px;
  letter-spacing: -0.02em;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}
.main .sec_visual .visual_wrap .inner .txt_wrap h2 {
  font-size: 34px;
  letter-spacing: -0.02em;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  transition-delay: 0.2s;
}
.main .sec_visual .visual_wrap .inner .txt_wrap .rolling_txt {
  width: 280px;
}
.main .sec_visual .visual_wrap .inner .txt_wrap .rolling_txt .box {
  display: flex;
  width: 100%;
  border-radius: 999px;
  background-color: #E2681F;
  overflow: hidden;
  position: relative;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.75s 0.25s, opacity 0.75s 0.25s;
  padding: 10px 16px;
}
.main .sec_visual .visual_wrap .inner .txt_wrap .rolling_txt ul {
  display: flex;
  flex-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
}
.main .sec_visual .visual_wrap .inner .txt_wrap .rolling_txt ul li + li {
  margin-left: 9px;
}
.main .sec_visual .visual_wrap .inner .txt_wrap .rolling_txt ul li span {
  position: relative;
  display: block;
  padding-left: 12px;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #fff;
}
.main .sec_visual .visual_wrap .inner .txt_wrap .rolling_txt ul li span b {
  font-weight: bold;
}
.main .sec_visual .visual_wrap .inner .txt_wrap .rolling_txt ul li span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.main .sec_visual .visual_wrap .inner .desc_txt_box {
  position: absolute;
  bottom: 26px;
  left: 9.6354166667vw;
  overflow: hidden;
}
.main .sec_visual .visual_wrap .inner .desc_txt {
  position: relative;
  transform: translateY(100%);
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #fff;
  transition: transform 0.75s 0.3s, opacity 0.75s 0.3s;
  word-break: keep-all;
  word-wrap: break-word;
}
.main .sec_visual .visual_wrap .inner .scroll_box {
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  transition: bottom 0.75s 0.3s;
}
.main .sec_visual .visual_wrap .inner .scroll_box img {
  position: relative;
  width: 24px;
  -webkit-animation: scrollMove 1.2s linear infinite forwards alternate;
          animation: scrollMove 1.2s linear infinite forwards alternate;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes scrollMove {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(24px);
  }
}
@keyframes scrollMove {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(24px);
  }
}
.main .sec_visual .logo_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 412px;
  height: 168px;
  overflow: hidden;
}
.main .sec_visual .logo_wrap li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.main .sec_visual .logo_wrap li img {
  width: 100%;
}
.main .sec_visual.on .inner .txt_wrap > .box > * {
  transform: translateY(0);
  opacity: 1;
}
.main .sec_visual.on .inner .txt_wrap .rolling_txt .box {
  transform: translateY(0);
  opacity: 1;
}
.main .sec_visual.on .inner .desc_txt {
  transform: translateY(0);
  opacity: 1;
}
.main .sec_visual.on .inner .scroll_box {
  bottom: 24px;
}
.main .sec_visual.on .inner .scroll_box img {
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@media (max-width: 1023px) {
  .main .sec_visual {
    height: 100dvh;
  }
  .main .sec_visual .visual_wrap {
    height: 100dvh;
  }
  .main .sec_visual .visual_wrap .inner {
    height: 100dvh;
    padding: 0 20px;
  }
  .main .sec_visual .visual_wrap .inner .txt_wrap {
    padding-top: 85px;
  }
  .main .sec_visual .visual_wrap .inner .txt_wrap > .box {
    overflow: hidden;
  }
  .main .sec_visual .visual_wrap .inner .txt_wrap > .box:nth-of-type(2) {
    padding: 12px 0;
  }
  .main .sec_visual .visual_wrap .inner .txt_wrap strong {
    font-size: 24px;
  }
  .main .sec_visual .visual_wrap .inner .txt_wrap h2 {
    font-size: 20px;
  }
  .main .sec_visual .visual_wrap .inner .txt_wrap .rolling_txt {
    width: 240px;
  }
  .main .sec_visual .visual_wrap .inner .txt_wrap .rolling_txt .box {
    padding: 8px 16px;
  }
  .main .sec_visual .visual_wrap .inner .txt_wrap .rolling_txt ul li + li {
    margin-left: 6px;
  }
  .main .sec_visual .visual_wrap .inner .txt_wrap .rolling_txt ul li span {
    padding-left: 9px;
    font-size: 14px;
  }
  .main .sec_visual .visual_wrap .inner .desc_txt_box {
    width: 400px;
    left: 20px;
    bottom: 70px;
  }
  .main .sec_visual .visual_wrap .inner .desc_txt {
    font-size: 14px;
  }
  .main .sec_visual .visual_wrap .inner .scroll_box {
    bottom: -94px;
  }
  @-webkit-keyframes scrollMove {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(20px);
    }
  }
  @keyframes scrollMove {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(20px);
    }
  }
  .main .sec_visual .logo_wrap {
    width: 180px;
    height: 74px;
  }
  .main .sec_visual.on .inner .scroll_box {
    bottom: 70px;
  }
}
@media (max-width: 768px) {
  .main .sec_visual .visual_wrap .inner .desc_txt_box {
    width: 40%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .main .sec_visual .visual_wrap .inner .desc_txt_box {
    bottom: 52px;
  }
}
.main .sec_calendar {
  position: relative;
}
.main .sec_calendar .bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main .sec_calendar .bg_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .sec_calendar .bg_box .m_img {
  display: none;
}
.main .sec_calendar .bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  z-index: 1;
}
.main .sec_calendar .main_common_tit {
  padding-top: 21.947873vh;
}
.main .sec_calendar .list_box {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 8px;
}
.main .sec_calendar .list_box ul {
  display: flex;
  flex-wrap: wrap;
  width: 69.354838%;
  gap: 10px;
}
.main .sec_calendar .list_box ul.type1 li {
  width: calc((100% - 20px) / 3);
}
.main .sec_calendar .list_box ul.type1 li:nth-of-type(n+4) {
  width: calc((100% - 10px) / 2);
}
.main .sec_calendar .list_box ul.type2 li {
  width: calc((100% - 20px) / 3);
}
.main .sec_calendar .list_box ul.type3 li {
  width: calc((100% - 30px) / 4);
}
.main .sec_calendar .list_box ul.type3 li:nth-of-type(n+5) {
  width: calc((100% - 20px) / 3);
}
.main .sec_calendar .list_box ul.type4 {
  width: 82.580645%;
}
.main .sec_calendar .list_box ul.type4 li {
  width: calc((100% - 30px) / 4);
}
.main .sec_calendar .list_box ul li {
  position: relative;
  width: calc((100% - 20px) / 3);
  padding: 20px;
  border: 1px solid rgba(217, 217, 217, 0.4);
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.75s, transform 0.75s;
}
.main .sec_calendar .list_box ul li:nth-of-type(1) {
  transition-delay: 0.2s;
}
.main .sec_calendar .list_box ul li:nth-of-type(2) {
  transition-delay: 0.21s;
}
.main .sec_calendar .list_box ul li:nth-of-type(3) {
  transition-delay: 0.22s;
}
.main .sec_calendar .list_box ul li:nth-of-type(4) {
  transition-delay: 0.23s;
}
.main .sec_calendar .list_box ul li:nth-of-type(5) {
  transition-delay: 0.24s;
}
.main .sec_calendar .list_box ul li:nth-of-type(6) {
  transition-delay: 0.25s;
}
.main .sec_calendar .list_box ul li:nth-of-type(7) {
  transition-delay: 0.26s;
}
.main .sec_calendar .list_box ul li:nth-of-type(8) {
  transition-delay: 0.27s;
}
@media all and (min-width: 1023px) {
  .main .sec_calendar .list_box ul li:hover .line_box span.top, .main .sec_calendar .list_box ul li:hover .line_box span.bottom {
    width: calc(100% + 2px);
  }
  .main .sec_calendar .list_box ul li:hover .line_box span.left, .main .sec_calendar .list_box ul li:hover .line_box span.right {
    height: calc(100% + 2px);
  }
}
.main .sec_calendar .list_box ul li .line_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .sec_calendar .list_box ul li .line_box span {
  position: absolute;
  background-color: #fff;
}
.main .sec_calendar .list_box ul li .line_box span.top, .main .sec_calendar .list_box ul li .line_box span.bottom {
  width: 0;
  height: 1px;
  transition: width 0.4s;
}
.main .sec_calendar .list_box ul li .line_box span.left, .main .sec_calendar .list_box ul li .line_box span.right {
  width: 1px;
  height: 0;
  transition: height 0.4s;
}
.main .sec_calendar .list_box ul li .line_box span.top {
  top: -1px;
  left: -1px;
}
.main .sec_calendar .list_box ul li .line_box span.right {
  top: -1px;
  right: -1px;
}
.main .sec_calendar .list_box ul li .line_box span.bottom {
  bottom: -1px;
  right: -1px;
}
.main .sec_calendar .list_box ul li .line_box span.left {
  bottom: -1px;
  left: -1px;
}
.main .sec_calendar .list_box ul li strong {
  display: block;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #fff;
}
.main .sec_calendar .list_box ul li > span {
  display: block;
  padding-top: 46px;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  text-align: right;
}
.main .sec_calendar.on .main_common_tit {
  transform: translate(0, 0);
}
.main .sec_calendar.on .list_box ul li {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1023px) {
  .main .sec_calendar {
    padding-bottom: 80px;
  }
  .main .sec_calendar .bg_box .pc_img {
    display: none;
  }
  .main .sec_calendar .bg_box .m_img {
    display: block;
  }
  .main .sec_calendar .main_common_tit {
    padding-top: 80px;
  }
  .main .sec_calendar .list_box {
    display: block;
    width: 100%;
    margin-top: 32px;
  }
  .main .sec_calendar .list_box ul {
    width: 100%;
  }
  .main .sec_calendar .list_box ul.type1 li {
    width: calc((100% - 10px) / 2);
  }
  .main .sec_calendar .list_box ul.type1 li:nth-of-type(n+3) {
    width: 100%;
  }
  .main .sec_calendar .list_box ul.type2 li {
    width: calc((100% - 10px) / 2);
  }
  .main .sec_calendar .list_box ul.type2 li:nth-of-type(n+5) {
    width: 100%;
  }
  .main .sec_calendar .list_box ul.type3 li {
    width: calc((100% - 10px) / 2);
  }
  .main .sec_calendar .list_box ul.type3 li:nth-of-type(n+5) {
    width: calc((100% - 10px) / 2);
  }
  .main .sec_calendar .list_box ul.type3 li:last-of-type {
    width: 100%;
  }
  .main .sec_calendar .list_box ul.type4 {
    width: 100%;
  }
  .main .sec_calendar .list_box ul.type4 li {
    width: calc((100% - 10px) / 2);
  }
  .main .sec_calendar .list_box ul li {
    position: relative;
    padding: 12px;
  }
  .main .sec_calendar .list_box ul li .line_box {
    display: none;
  }
  .main .sec_calendar .list_box ul li strong {
    font-size: 20px;
  }
  .main .sec_calendar .list_box ul li > span {
    padding-top: 18px;
    font-size: 14px;
  }
  .main .sec_calendar .list_box ul li.block {
    width: 100%;
  }
}
.main .sec_unitplan {
  background: url("/resources/assets/v4/images/main/unitplan_bg.jpg") center top no-repeat;
  background-size: cover;
}
.main .sec_unitplan .inner {
  display: flex;
  padding-top: 20.1646090535vh;
}
.main .sec_unitplan .main_common_tit {
  max-width: 58.333334%;
  height: 530px;
  padding-top: 63px;
}
.main .sec_unitplan .main_common_tit .pagination_box {
  margin-top: 32px;
  overflow: hidden;
}
.main .sec_unitplan .main_common_tit .swiper-pagination {
  position: static;
  display: flex;
  flex-wrap: wrap;
  width: 77.333333%;
  gap: 8px;
}
.main .sec_unitplan .main_common_tit .swiper-pagination .swiper-pagination-bullet {
  width: calc((100% - 24px) / 4);
  height: auto;
  padding: 14px 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #fff;
  text-align: center;
  opacity: 1;
  background-color: transparent;
  transition: background 0.3s, border-color 0.3s;
}
.main .sec_unitplan .main_common_tit .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #E2681F;
  background-color: #E2681F;
}
@media (min-width: 1024px) {
  .main .sec_unitplan .main_common_tit .swiper-pagination .swiper-pagination-bullet:hover {
    border-color: #E2681F;
    background-color: #E2681F;
  }
}
.main .sec_unitplan .main_common_tit .slide_control_box {
  position: absolute;
  bottom: 0;
  left: 0;
}
.main .sec_unitplan .main_common_tit .slide_control_box .paging_box {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-top: 90px;
}
.main .sec_unitplan .main_common_tit .slide_control_box .paging_box .arrow {
  position: static;
  width: 24px;
  height: 24px;
  background: url("/resources/assets/v4/images/main/unitplan_slide_arrow.svg") center top no-repeat;
  background-size: cover;
  margin: 0;
}
.main .sec_unitplan .main_common_tit .slide_control_box .paging_box .arrow.swiper-button-next {
  transform: rotate(180deg);
}
.main .sec_unitplan .main_common_tit .slide_control_box .paging_box .arrow svg {
  display: none;
}
.main .sec_unitplan .main_common_tit .slide_control_box .paging_box .total_box {
  display: flex;
  align-items: center;
  gap: 0 2px;
}
.main .sec_unitplan .main_common_tit .slide_control_box .paging_box .total_box span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
}
.main .sec_unitplan .main_common_tit .slide_control_box .paging_box .total_box span.total {
  opacity: 0.6;
}
.main .sec_unitplan .unitplan_slide {
  width: 41.666666%;
  height: 530px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.75s;
}
.main .sec_unitplan .unitplan_slide .swiper-slide {
  width: 100%;
  height: 100%;
  padding: 32px 10px 0 10px;
  background-color: #fff;
}
.main .sec_unitplan .unitplan_slide .swiper-slide .top_box {
  width: 100%;
  margin-bottom: 16px;
  text-align: center;
}
.main .sec_unitplan .unitplan_slide .swiper-slide .top_box strong {
  display: block;
  font-size: 54px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #000;
}
.main .sec_unitplan .unitplan_slide .swiper-slide .top_box span {
  display: block;
  margin: 8px 0 16px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #000;
}
.main .sec_unitplan .unitplan_slide .swiper-slide .top_box i {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  border: 1px solid #252C32;
  border-radius: 50%;
  background: url("/resources/assets/v4/images/main/unitplan_slide_arrow_bl.svg") center no-repeat;
  background-size: 7px 11px;
  background-color: #fff;
}
.main .sec_unitplan .unitplan_slide .swiper-slide .top_box i img {
  width: 100%;
}
@media (min-width: 1024px) {
  .main .sec_unitplan .unitplan_slide .swiper-slide .top_box a:hover i {
    background: url("/resources/assets/v4/images/main/unitplan_slide_arrow_wh.svg") center no-repeat;
    background-color: #E2681F;
    border-color: #E2681F;
  }
}
.main .sec_unitplan .unitplan_slide .swiper-slide > img {
  display: block;
  width: 380px;
  margin: 0 auto;
}
.main .sec_unitplan.on .main_common_tit {
  transform: translate(0, 0);
}
.main .sec_unitplan.on .unitplan_slide {
  opacity: 1;
}
@media (max-width: 1023px) {
  .main .sec_unitplan {
    position: relative;
    padding-bottom: 164px;
    background: url("/resources/assets/v4/images/main/unitplan_mbg.jpg") center top no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .main .sec_unitplan .inner {
    display: block;
    padding-top: 80px;
  }
  .main .sec_unitplan .main_common_tit {
    max-width: 100%;
    height: auto;
    padding-top: 0;
    transform: none !important;
  }
  .main .sec_unitplan .main_common_tit .pagination_box {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    overflow-x: scroll;
  }
  .main .sec_unitplan .main_common_tit .swiper-pagination {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    margin-top: 0;
    gap: 5px;
  }
  .main .sec_unitplan .main_common_tit .swiper-pagination .swiper-pagination-bullet {
    width: 90px;
    height: auto;
    font-size: 16px;
  }
  .main .sec_unitplan .main_common_tit .slide_control_box {
    display: none;
  }
  .main .sec_unitplan .unitplan_slide {
    width: 100%;
    height: auto;
    margin-top: 40px;
    overflow: hidden;
  }
  .main .sec_unitplan .unitplan_slide .swiper-slide {
    width: 100%;
    height: 100%;
    padding: 24px 34px;
  }
  .main .sec_unitplan .unitplan_slide .swiper-slide .top_box {
    width: 100%;
    margin-bottom: 24px;
  }
  .main .sec_unitplan .unitplan_slide .swiper-slide .top_box strong {
    display: block;
    font-size: 32px;
  }
  .main .sec_unitplan .unitplan_slide .swiper-slide .top_box span {
    font-size: 16px;
  }
  .main .sec_unitplan .unitplan_slide .swiper-slide > img {
    width: 100%;
  }
}
.main .sec_location {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.main .sec_location::before {
  content: "";
  position: absolute;
  bottom: -92px;
  left: -139px;
  width: 438px;
  height: 438px;
  background: url("/resources/assets/v4/images/main/location_point.png") center top no-repeat;
  background-size: cover;
  z-index: 2;
}
.main .sec_location .main_common_tit {
  position: relative;
  z-index: 1;
  max-width: 440px;
  padding-top: 27.4348422497vh;
}
.main .sec_location .main_common_tit .btn_wrap {
  margin-top: 30px;
}
.main .sec_location .img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .sec_location .img_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: #FFF;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.main .sec_location .img_wrap div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .sec_location .img_wrap .m_img {
  display: none;
}
.main .sec_location .img_wrap img {
  position: absolute;
  top: 0;
  right: 0;
  width: 90.039062%;
  height: 100%;
}
.main .sec_location .img_wrap img.map_closeup_img, .main .sec_location .img_wrap img.map_txt_img {
  opacity: 0;
  transition: opacity 0.75s;
}
.main .sec_location.on .main_common_tit {
  transform: translate(0, 0);
}
.main .sec_location.on .img_wrap img.map_closeup_img, .main .sec_location.on .img_wrap img.map_txt_img {
  opacity: 1;
}
.main .sec_location.on .img_wrap img.map_closeup_img {
  transition-delay: 0.8s;
}
.main .sec_location.on .img_wrap img.map_txt_img {
  transition-delay: 1.2s;
}
@media (max-width: 1023px) {
  .main .sec_location {
    position: relative;
    overflow: hidden;
    background-color: #fff;
  }
  .main .sec_location::before {
    display: none;
  }
  .main .sec_location .main_common_tit {
    max-width: 100%;
    padding-top: 80px;
  }
  .main .sec_location .main_common_tit .btn_wrap {
    margin-top: 32px;
  }
  .main .sec_location .img_wrap {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 52px;
    padding-top: 96%;
  }
  .main .sec_location .img_wrap::before {
    width: 100%;
    height: 90px;
  }
  .main .sec_location .img_wrap .pc_img {
    display: none;
  }
  .main .sec_location .img_wrap .m_img {
    display: block;
  }
  .main .sec_location .img_wrap img {
    width: 100%;
  }
}
.main .sec_community .community_slide {
  width: 100%;
  height: 100%;
}
.main .sec_community .community_slide .swiper-slide {
  width: 100%;
  height: 100%;
}
.main .sec_community .community_slide .swiper-slide1 .img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .sec_community .community_slide .swiper-slide1 .img_box img {
  width: 100%;
  height: 100%;
}
.main .sec_community .community_slide .swiper-slide1 .img_box img.m_img {
  display: none;
}
.main .sec_community .community_slide .swiper-slide1 .main_common_tit {
  position: relative;
  padding-top: 21.947873vh;
}
.main .sec_community .community_slide .swiper-slide1 .main_common_tit h3 {
  margin-bottom: 140px;
}
.main .sec_community .community_slide .swiper-slide1 .main_common_tit .box {
  text-align: center;
}
.main .sec_community .community_slide .swiper-slide1 .main_common_tit .box .btn_wrap {
  margin-top: 30px;
  justify-content: center;
}
.main .sec_community .community_slide .swiper-slide:not(.swiper-slide1) {
  background: url("/resources/assets/v4/images/main/sec_community_pattern.jpg") center top no-repeat;
  background-size: cover;
}
.main .sec_community .community_slide .swiper-slide:not(.swiper-slide1) .txt_box {
  padding-top: 25.377229vh;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.75s, transform 0.75s;
}
.main .sec_community .community_slide .swiper-slide:not(.swiper-slide1) .txt_box h3 {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #252C32;
}
.main .sec_community .community_slide .swiper-slide:not(.swiper-slide1) .txt_box h3 .point {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E2681F;
  margin: 4px 0 0 3px;
}
.main .sec_community .community_slide .swiper-slide:not(.swiper-slide1) .txt_box strong {
  display: block;
  margin: 16px 0;
  font-size: 54px;
  font-weight: bold;
  letter-spacing: -0.02em;
  color: #E2681F;
  line-height: 1.1;
}
.main .sec_community .community_slide .swiper-slide:not(.swiper-slide1) .txt_box span {
  font-size: 20px;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 1.3;
  color: #252C32;
}
.main .sec_community .community_slide .swiper-slide:not(.swiper-slide1) .txt_box span b {
  font-weight: bold;
}
.main .sec_community .community_slide .swiper-slide:not(.swiper-slide1) .img_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 50.130208%;
  height: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.75s, transform 0.75s;
}
.main .sec_community .community_slide .swiper-slide:not(.swiper-slide1) .img_box img {
  width: 100%;
  height: 100%;
}
.main .sec_community .community_slide .swiper-slide:not(.swiper-slide1).on .txt_box,
.main .sec_community .community_slide .swiper-slide:not(.swiper-slide1).on .img_box {
  opacity: 1;
  transform: translateY(0);
}
.main .sec_community .community_slide .swiper-pagination {
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 100%;
  max-width: 1240px;
  gap: 0 6px;
  padding: 0 20px;
  font-size: 0;
  text-align: left;
  opacity: 0;
  transition: opacity 0.75s;
}
.main .sec_community .community_slide .swiper-pagination.active {
  opacity: 1;
}
.main .sec_community .community_slide .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0;
  background-color: transparent;
  opacity: 1;
}
.main .sec_community .community_slide .swiper-pagination .swiper-pagination-bullet::before, .main .sec_community .community_slide .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.main .sec_community .community_slide .swiper-pagination .swiper-pagination-bullet::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #ddd;
}
.main .sec_community .community_slide .swiper-pagination .swiper-pagination-bullet::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(226, 104, 31, 0.4);
  opacity: 0;
  box-sizing: border-box;
}
.main .sec_community .community_slide .swiper-pagination .swiper-pagination-bullet:first-of-type {
  display: none;
}
.main .sec_community .community_slide .swiper-pagination .swiper-pagination-bullet-active::before {
  background-color: #E2681F;
}
.main .sec_community .community_slide .swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
}
.main .sec_community.on .main_common_tit {
  transform: translate(0, 0);
}
@media (max-width: 1023px) {
  .main .sec_community .community_slide .swiper-wrapper {
    display: block;
  }
  .main .sec_community .community_slide .swiper-slide1 {
    padding: 80px 0 207px;
  }
  .main .sec_community .community_slide .swiper-slide1 .img_box img.pc_img {
    display: none;
  }
  .main .sec_community .community_slide .swiper-slide1 .img_box img.m_img {
    display: block;
  }
  .main .sec_community .community_slide .swiper-slide1 .main_common_tit {
    padding-top: 0;
  }
  .main .sec_community .community_slide .swiper-slide1 .main_common_tit h3 {
    margin-bottom: 148px;
  }
  .main .sec_community .community_slide .swiper-slide1 .main_common_tit .box .btn_wrap {
    margin-top: 32px;
  }
  .main .sec_community .community_slide .swiper-slide1.on .main_common_tit {
    opacity: 1;
    transform: translate(0, 0);
  }
  .main .sec_community .community_slide .swiper-slide:not(.swiper-slide1) {
    background: url("/resources/assets/v4/images/main/sec_community_mpattern.jpg") center top no-repeat;
    background-size: cover;
  }
  .main .sec_community .community_slide .swiper-slide:not(.swiper-slide1) .inner {
    padding: 0;
  }
  .main .sec_community .community_slide .swiper-slide:not(.swiper-slide1) .txt_box {
    padding: 120px 20px 0 20px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.75s, transform 0.75s;
  }
  .main .sec_community .community_slide .swiper-slide:not(.swiper-slide1) .txt_box h3 .point {
    width: 4px;
    height: 4px;
    margin: 4px 0 0 2px;
  }
  .main .sec_community .community_slide .swiper-slide:not(.swiper-slide1) .txt_box strong {
    font-size: 38px;
  }
  .main .sec_community .community_slide .swiper-slide:not(.swiper-slide1) .txt_box span {
    font-size: 16px;
  }
  .main .sec_community .community_slide .swiper-slide:not(.swiper-slide1) .img_box {
    position: relative;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 73px;
    padding-top: 80%;
  }
  .main .sec_community .community_slide .swiper-slide:not(.swiper-slide1) .img_box img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .main .sec_community .community_slide .swiper-pagination {
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    font-size: 0;
    text-align: left;
  }
  .main .sec_community .community_slide .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0 6px;
    background-color: transparent;
    opacity: 1;
  }
  .main .sec_community .community_slide .swiper-pagination .swiper-pagination-bullet::before, .main .sec_community .community_slide .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    border-radius: 50%;
  }
  .main .sec_community .community_slide .swiper-pagination .swiper-pagination-bullet::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #ddd;
  }
  .main .sec_community .community_slide .swiper-pagination .swiper-pagination-bullet::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(226, 104, 31, 0.4);
    opacity: 0;
    box-sizing: border-box;
  }
  .main .sec_community .community_slide .swiper-pagination .swiper-pagination-bullet-active::before {
    background-color: #E2681F;
  }
  .main .sec_community .community_slide .swiper-pagination .swiper-pagination-bullet-active::after {
    opacity: 1;
  }
  .main .sec_community.on .main_common_tit {
    transform: translate(0, 0);
  }
}
.main .sec_premium {
  position: relative;
}
.main .sec_premium .main_common_tit {
  position: relative;
  padding-top: 24.691358vh;
  z-index: 3;
}
.main .sec_premium .main_common_tit h3 {
  margin-bottom: 140px;
}
.main .sec_premium .main_common_tit .box {
  text-align: center;
}
.main .sec_premium .main_common_tit .box .btn_wrap {
  margin-top: 30px;
  justify-content: center;
}
.main .sec_premium .video_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .sec_premium .video_wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .sec_premium .video_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.75s;
}
.main .sec_premium .bot_txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  transition: bottom 0.75s, opacity 0.75s;
}
.main .sec_premium .bot_txt p {
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  word-break: keep-all;
  word-wrap: break-word;
}
.main .sec_premium.on .main_common_tit {
  transform: translate(0, 0);
}
.main .sec_premium.on .video_wrap::after {
  opacity: 1;
}
.main .sec_premium.on .bot_txt {
  bottom: 40px;
  opacity: 1;
}
@media (max-width: 1023px) {
  .main .sec_premium {
    padding: 80px 0 207px;
  }
  .main .sec_premium .main_common_tit {
    padding-top: 0;
    z-index: 3;
  }
  .main .sec_premium .main_common_tit h3 {
    margin-bottom: 148px;
  }
  .main .sec_premium .main_common_tit .box .btn_wrap {
    margin-top: 32px;
  }
  .main .sec_premium .bot_txt p {
    font-size: 14px;
  }
  .main .sec_premium.on .bot_txt {
    bottom: 24px;
  }
}
.main .sec_media {
  position: relative;
  background: url("/resources/assets/v4/images/main/sec_media_bg.jpg") center top no-repeat;
  background-size: cover;
}
.main .sec_media .main_common_tit {
  position: relative;
  z-index: 1;
  max-width: 580px;
  padding-top: 36.213991vh;
}
.main .sec_media .main_common_tit .tit_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #bbb;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.main .sec_media .main_common_tit h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.main .sec_media .main_common_tit .sns_list {
  display: flex;
  gap: 0 10px;
}
.main .sec_media .main_common_tit .sns_list li {
  width: 40px;
  height: 40px;
  font-size: 0;
}
.main .sec_media .main_common_tit .sns_list li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: background 0.3s;
}
.main .sec_media .main_common_tit .sns_list li:nth-of-type(1) a {
  background: url("/resources/assets/v4/images/main/media_sns_off_icon01.png") center top no-repeat;
  background-size: cover;
}
.main .sec_media .main_common_tit .sns_list li:nth-of-type(2) a {
  background: url("/resources/assets/v4/images/main/media_sns_off_icon02.png") center top no-repeat;
  background-size: cover;
}
.main .sec_media .main_common_tit .sns_list li:nth-of-type(3) a {
  background: url("/resources/assets/v4/images/main/media_sns_off_icon03.png") center top no-repeat;
  background-size: cover;
}
@media all and (min-width: 1024px) {
  .main .sec_media .main_common_tit .sns_list li:hover:nth-of-type(1) a {
    background: url("/resources/assets/v4/images/main/media_sns_on_icon01.png") center top no-repeat;
    background-size: cover;
  }
  .main .sec_media .main_common_tit .sns_list li:hover:nth-of-type(2) a {
    background: url("/resources/assets/v4/images/main/media_sns_on_icon02.png") center top no-repeat;
    background-size: cover;
  }
  .main .sec_media .main_common_tit .sns_list li:hover:nth-of-type(3) a {
    background: url("/resources/assets/v4/images/main/media_sns_on_icon03.png") center top no-repeat;
    background-size: cover;
  }
}
.main .sec_media .media_slide_wrap {
  position: absolute;
  top: 15.775034vh;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1240px;
  display: flex;
  justify-content: flex-end;
  padding: 0 20px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.75s;
}
.main .sec_media .media_slide {
  width: 496px;
  height: 568px;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}
.main .sec_media .media_slide .swiper-slide {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s;
}
.main .sec_media .media_slide .swiper-slide-active {
  opacity: 1;
}
.main .sec_media .media_slide .swiper-slide[data-type=shorts] .video_box {
  width: 297px;
  height: 568px;
}
.main .sec_media .media_slide .swiper-slide[data-type=youtube] .video_box {
  width: 496px;
  height: 338px;
}
.main .sec_media .media_slide .swiper-slide .video_box {
  position: relative;
  margin: 0 auto;
  padding: 8px 8px 60px 8px;
  background-color: #fff;
}
.main .sec_media .media_slide .swiper-slide .video_box::after {
  content: "";
  position: absolute;
  bottom: 11px;
  right: 8px;
  width: 90px;
  height: 37px;
  background: url("/resources/assets/v4/images/main/slide_lynn_logo.svg") center top no-repeat;
  background-size: cover;
}
.main .sec_media .media_slide .swiper-slide .video_box .video {
  width: 100%;
  height: 100%;
}
.main .sec_media .control_box {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 65px;
  gap: 0 10px;
}
.main .sec_media .swiper-pagination {
  position: static;
  display: flex;
  width: auto;
  gap: 0 3px;
}
.main .sec_media .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 30px;
  height: 30px;
  background: none;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 !important;
  border: 1px solid transparent;
}
.main .sec_media .swiper-pagination .swiper-pagination-bullet .progress_svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
}
.main .sec_media .swiper-pagination .swiper-pagination-bullet .progress_svg .border {
  cx: 50%;
  cy: 50%;
  r: calc(50% - 2px);
  fill: transparent;
  stroke: transparent;
  stroke-width: 1px;
}
.main .sec_media .swiper-pagination .swiper-pagination-bullet .progress_svg .progress {
  cx: 50%;
  cy: 50%;
  r: calc(50% - 2px);
  transform-origin: center;
  fill: transparent;
  stroke: #e06030;
  stroke-width: 1px;
  stroke-dasharray: 0 100%;
}
.main .sec_media .swiper-pagination .swiper-pagination-bullet .bullet-num {
  position: relative;
  z-index: 1;
  font-size: 11px;
  font-weight: 600;
  color: #aaa;
  line-height: 1;
  transition: color 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.main .sec_media .swiper-pagination .swiper-pagination-bullet-active .progress_svg {
  opacity: 1;
}
.main .sec_media .swiper-pagination .swiper-pagination-bullet-active .progress_svg .border {
  stroke: rgba(153, 153, 153, 0.2);
}
.main .sec_media .swiper-pagination .swiper-pagination-bullet-active .bullet-num {
  color: #e06030;
}
.main .sec_media .arrow {
  position: static;
  width: 24px;
  height: 24px;
  margin: 0;
  color: transparent;
  background: url("/resources/assets/v4/images/main/media_slide_arrow.svg") center top no-repeat;
  background-size: cover;
}
.main .sec_media .arrow.swiper-button-next {
  transform: rotate(180deg);
}
.main .sec_media.on .line {
  transform: translate(-50%, 0);
  opacity: 1;
}
.main .sec_media.on .main_common_tit {
  transform: translate(0, 0);
}
.main .sec_media.on .media_slide_wrap {
  opacity: 1;
}
@media (max-width: 1023px) {
  .main .sec_media {
    position: relative;
    padding-bottom: 134px;
    background: url("/resources/assets/v4/images/main/sec_media_mbg.jpg") center top no-repeat;
    background-size: cover;
  }
  .main .sec_media .line {
    display: none;
  }
  .main .sec_media .main_common_tit {
    position: static;
    max-width: 100%;
    padding-top: 73px;
    transform: none;
    opacity: 1;
  }
  .main .sec_media .main_common_tit .txt_box {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.75s, transform 0.75s;
  }
  .main .sec_media .main_common_tit .tit_box {
    margin-bottom: 32px;
    padding-bottom: 8px;
  }
  .main .sec_media .main_common_tit .sns_list {
    position: static;
    display: flex;
    gap: 0 10px;
  }
  .main .sec_media .main_common_tit .sns_list li {
    width: 30px;
    height: 30px;
  }
  .main .sec_media .media_slide_wrap {
    position: static;
    transform: none;
    margin-top: 40px;
    padding: 0;
  }
  .main .sec_media .media_slide {
    width: 100%;
    padding: 0;
    height: auto;
  }
  .main .sec_media .media_slide .swiper-wrapper {
    align-items: center;
  }
  .main .sec_media .media_slide .swiper-slide {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s;
  }
  .main .sec_media .media_slide .swiper-slide-active {
    opacity: 1;
  }
  .main .sec_media .media_slide .swiper-slide[data-type=shorts] .video_box {
    width: 61%;
    height: auto;
    aspect-ratio: 9/16;
  }
  .main .sec_media .media_slide .swiper-slide[data-type=youtube] .video_box {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .main .sec_media .media_slide .swiper-slide .video_box {
    padding: 6px 6px 41px 6px;
  }
  .main .sec_media .media_slide .swiper-slide .video_box::after {
    bottom: 8px;
    right: 6px;
    width: 62px;
    height: 26px;
  }
  .main .sec_media .control_box {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 24px;
    gap: 0 10px;
  }
  .main .sec_media.on .main_common_tit {
    transform: none;
  }
  .main .sec_media.on .main_common_tit .txt_box {
    opacity: 1;
    transform: translateY(0);
  }
  .main .sec_media.on .media_slide_wrap {
    opacity: 1;
  }
}
.main .sec_brand {
  position: relative;
  background-color: #252C32;
}
.main .sec_brand .main_common_tit {
  position: relative;
  padding-top: 21.9478737997vh;
  z-index: 3;
}
.main .sec_brand .main_common_tit h3 {
  margin-bottom: 90px;
}
.main .sec_brand .main_common_tit .box {
  text-align: center;
}
.main .sec_brand .main_common_tit .box span {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 30px;
  font-size: 87px;
  font-weight: bold;
  letter-spacing: -0.02em;
  color: #fff;
}
.main .sec_brand .main_common_tit .box span img {
  margin-left: 20px;
}
.main .sec_brand .main_common_tit .box .btn_wrap {
  justify-content: center;
}
.main .sec_brand .img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .sec_brand .img_wrap .img_dim {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.25;
}
.main .sec_brand .img_wrap .motion_box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: url("/resources/assets/v4/images/main/brand_motion_img.jpg") center 90% no-repeat;
  background-size: cover;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.main .sec_brand .img_wrap .img_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1253px;
  height: 100%;
  margin: 0 auto;
  gap: 0 100px;
  overflow: hidden;
}
.main .sec_brand .img_wrap .img_box div {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 40px 0;
  width: calc((100% - 200px) / 3);
}
.main .sec_brand .img_wrap .img_box div img {
  width: 100%;
}
.main .sec_brand .img_wrap .img_box div img.motion_offset {
  opacity: 0;
}
.main .sec_brand .img_wrap .img_box div.center {
  transform: translateY(3vh);
}
.main .sec_brand .img_wrap .img_box div.center img {
  position: relative;
}
.main .sec_brand .img_wrap .img_box div.center img:nth-of-type(1) {
  transform: translateY(-100px);
}
.main .sec_brand .img_wrap .img_box div.center img:nth-of-type(3) {
  transform: translateY(100px);
}
.main .sec_brand .img_wrap.on::after {
  opacity: 1;
}
.main .sec_brand.on .main_common_tit {
  transform: translate(0, 0);
}
@media (max-width: 1023px) {
  .main .sec_brand {
    position: relative;
    padding: 105px 0 200px;
  }
  .main .sec_brand .main_common_tit {
    position: relative;
    padding-top: 0;
    z-index: 3;
  }
  .main .sec_brand .main_common_tit h3 {
    margin-bottom: 158px;
  }
  .main .sec_brand .main_common_tit .box strong {
    font-size: 20px;
    line-height: 1.2;
  }
  .main .sec_brand .main_common_tit .box span {
    margin: 16px 0 34px;
    font-size: 54px;
  }
  .main .sec_brand .main_common_tit .box span img {
    width: 134px;
    margin-left: 11px;
  }
  .main .sec_brand .main_common_tit .box .btn_wrap {
    justify-content: center;
  }
  .main .sec_brand .img_wrap .img_box {
    width: 200vw;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    gap: 0 60px;
    justify-content: center;
  }
  .main .sec_brand .img_wrap .img_box div {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 24px 0;
    width: auto;
    flex: 0 0 56vw;
  }
  .main .sec_brand .img_wrap .img_box div img {
    width: 100%;
  }
  .main .sec_brand .img_wrap .img_box div img.motion_offset {
    opacity: 0;
  }
  .main .sec_brand .img_wrap .img_box div.center {
    transform: translateY(-6vh);
  }
  .main .sec_brand .img_wrap .img_box div.center img {
    position: relative;
  }
  .main .sec_brand .img_wrap .img_box div.center img:nth-of-type(1) {
    transform: translateY(-60px);
  }
  .main .sec_brand .img_wrap .img_box div.center img:nth-of-type(3) {
    transform: translateY(60px);
  }
}
.main .sec_direction {
  position: relative;
  background-color: #252C32;
  overflow: hidden;
}
.main .sec_direction::before, .main .sec_direction::after {
  content: "";
  position: absolute;
  background-size: cover;
  left: 0;
  z-index: 1;
}
.main .sec_direction::before {
  top: 0;
  width: 711px;
  height: 292px;
  background: url("/resources/assets/v4/images/main/direction_pattern01.png") center top no-repeat;
}
.main .sec_direction::after {
  bottom: 0;
  width: 421px;
  height: 273px;
  background: url("/resources/assets/v4/images/main/direction_pattern02.png") center top no-repeat;
}
.main .sec_direction .main_common_tit {
  position: relative;
  z-index: 3;
  padding-top: 27.4348422497vh;
}
.main .sec_direction .main_common_tit h3 {
  -o-border-image: linear-gradient(90deg, rgb(187, 187, 187) 0%, rgba(187, 187, 187, 0) 80%) 1;
     border-image: linear-gradient(90deg, rgb(187, 187, 187) 0%, rgba(187, 187, 187, 0) 80%) 1;
}
.main .sec_direction .main_common_tit .btn_wrap {
  margin-top: 40px;
  gap: 0 10px;
}
.main .sec_direction .main_common_tit .btn_wrap a {
  transition: all 0.3s;
}
.main .sec_direction .main_common_tit .btn_wrap a.active {
  background-color: #E2681F;
  border-color: #E2681F;
}
.main .sec_direction .main_common_tit .info_box {
  margin-top: 32px;
}
.main .sec_direction .main_common_tit .info_box .txt {
  position: relative;
  height: 24px;
}
.main .sec_direction .main_common_tit .info_box .txt span {
  position: absolute;
  display: block;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
}
.main .sec_direction .main_common_tit .info_box .txt span.active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s, transform 0.3s;
}
.main .sec_direction .main_common_tit .info_box .icon_box {
  display: flex;
  gap: 0 8px;
  margin-top: 16px;
}
.main .sec_direction .main_common_tit .info_box .icon_box a {
  width: 32px;
  height: 32px;
}
.main .sec_direction .main_common_tit .info_box .icon_box a img {
  width: 100%;
}
.main .sec_direction .map_wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 65.10416%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.75s;
  overflow: hidden;
  z-index: 2;
}
.main .sec_direction .map_wrap .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.75s;
  overflow: hidden;
  transform: scale(1.1);
}
.main .sec_direction .map_wrap .box.active {
  opacity: 1;
  transform: scale(1);
}
.main .sec_direction .map_wrap .box img {
  width: 100%;
  height: 100%;
}
.main .sec_direction.on .main_common_tit {
  transform: translate(0, 0);
}
.main .sec_direction.on .map_wrap {
  opacity: 1;
}
@media (max-width: 1023px) {
  .main .sec_direction {
    padding-top: 120px;
    background: url("/resources/assets/v4/images/main/direction_mbg.jpg") center top no-repeat;
    background-size: cover;
  }
  .main .sec_direction::before, .main .sec_direction::after {
    display: none;
  }
  .main .sec_direction .main_common_tit {
    z-index: 3;
    padding-top: 0;
  }
  .main .sec_direction .main_common_tit h3 {
    -o-border-image: none;
       border-image: none;
    border-color: #fff;
  }
  .main .sec_direction .main_common_tit .btn_wrap {
    margin-top: 32px;
    gap: 0 8px;
  }
  .main .sec_direction .main_common_tit .info_box {
    margin-top: 24px;
  }
  .main .sec_direction .main_common_tit .info_box .txt {
    height: 19px;
  }
  .main .sec_direction .main_common_tit .info_box .txt span {
    font-size: 16px;
  }
  .main .sec_direction .map_wrap {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 72.8%;
  }
}
.main .fp-scroller {
  overflow: hidden;
}
@media (max-width: 1023px) {
  .main #fullpage {
    transform: none !important;
  }
}
.main .fp-tableCell {
  display: block;
}
@media (max-width: 1023px) {
  .main .fp-tableCell {
    height: auto !important;
  }
}
.main #listPopup {
  position: fixed;
  top: -100vh;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  transition: top 1s;
  z-index: 5;
}
.main #listPopup.active {
  top: 0;
}
.main #listPopup .pop_inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 1490px;
  min-width: 680px;
}
.main #listPopup .pop_inner .arrow {
  display: none;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  background: url("/resources/assets/v4/images/main/popup_arrow.png") center top no-repeat;
  background-size: cover;
}
.main #listPopup .pop_inner .arrow.swiper-button-prev {
  left: 0;
}
.main #listPopup .pop_inner .arrow.swiper-button-next {
  transform: rotate(180deg) translateY(50%);
  right: 0;
}
.main #listPopup .pop_inner .swiper-pagination {
  display: none;
}
.main #listPopup .swiper_inner {
  position: relative;
  width: 100%;
  padding: 0 50px;
}
.main #listPopup .pop_wrap:not(.swiper-container-initialized) .swiper-wrapper {
  justify-content: center;
}
.main #listPopup .pop_wrap:not(.swiper-container-initialized) .swiper-slide {
  max-width: 340px;
  margin: 0 5px;
}
.main #listPopup .pop_wrap:not(.swiper-container-initialized) .pop_control {
  padding: 0 5px;
}
.main #listPopup .pop_wrap .swiper-slide img {
  width: 100%;
}
.main #listPopup .pop_wrap .swiper-slide .btn_wrap {
  position: absolute;
  bottom: 4.8%;
  left: 0;
  width: 100%;
  padding: 0 4.705882%;
  display: flex;
  flex-direction: column;
}
.main #listPopup .pop_wrap .swiper-slide .btn_wrap a {
  width: 100%;
  height: auto;
  padding-top: 10.38961%;
  font-size: 0;
  margin-top: 2.45%;
}
.main #listPopup .pop_wrap .swiper-slide.point {
  overflow: hidden;
  padding: 1px;
}
.main #listPopup .pop_wrap .swiper-slide.point::before, .main #listPopup .pop_wrap .swiper-slide.point::after {
  content: "";
  z-index: -2;
  top: 50%;
  left: 50%;
  position: absolute;
  width: 9999px;
  height: 9999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0) 25%);
  -webkit-animation: rotate 8s linear infinite;
          animation: rotate 8s linear infinite;
}
.main #listPopup .pop_wrap .swiper-slide.point::after {
  -webkit-animation: rotate 8s linear infinite;
          animation: rotate 8s linear infinite;
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}
@-webkit-keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.main #listPopup .pop_control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 16px;
}
.main #listPopup .pop_control label {
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
}
.main #listPopup .pop_control label span {
  display: inline-block;
  vertical-align: top;
  margin: 2px 0 0 4px;
  font-size: 14px;
  letter-spacing: -0.02em;
}
.main #listPopup .pop_control label input {
  width: 20px;
  height: 20px;
}
.main #listPopup .pop_control label input:checked + b::before {
  background-color: #E2681F;
  border-color: #E2681F;
}
.main #listPopup .pop_control label b::before {
  width: 20px;
  height: 20px;
}
.main #listPopup .pop_control label b::after {
  top: 4px;
  left: 4px;
}
.main #listPopup .pop_control .pop_close {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
}
.main #listPopup .pop_control .pop_close::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: -4px 0 0 10px;
  background: url("/resources/assets/v4/images/main/pop_close.svg") center top no-repeat;
  background-size: cover;
}
.main #listPopup .btn_pop {
  display: none;
}
.main #listPopup.swiper_on .pop_inner .arrow {
  display: block;
}
.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 .quick_box a.subscription_icon {
  display: block;
}
@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: 1600px) {
  .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: 1260px) {
  .main #infoPop {
    max-width: 1023px;
  }
}
@media all and (max-width: 1023px) {
  .main #listPopup {
    height: 100dvh;
    padding-top: 50px;
    align-items: flex-start;
    z-index: 11;
  }
  .main #listPopup.active {
    transform: translateY(0);
  }
  .main #listPopup .pop_inner {
    width: calc(100% - 300px);
    max-width: 100%;
    min-width: auto;
  }
  .main #listPopup .pop_inner .swiper-pagination {
    display: none;
  }
  .main #listPopup .swiper_inner {
    padding: 0;
  }
  .main #listPopup .pop_wrap:not(.swiper-container-initialized) .swiper-wrapper {
    justify-content: center;
  }
  .main #listPopup .pop_wrap:not(.swiper-container-initialized) .swiper-slide {
    max-width: 100%;
    margin: 0;
  }
  .main #listPopup .pop_wrap .swiper-slide img {
    width: 100%;
  }
  .main #listPopup .pop_wrap .swiper-slide .btn_wrap {
    position: absolute;
    bottom: 4.8%;
    left: 0;
    width: 100%;
    padding: 0 4.705882%;
    display: flex;
    flex-direction: column;
  }
  .main #listPopup .pop_wrap .swiper-slide .btn_wrap a {
    width: 100%;
    height: auto;
    padding-top: 10.38961%;
    font-size: 0;
    margin-top: 2.45%;
  }
  .main #listPopup .pop_wrap .swiper-slide.point {
    overflow: hidden;
    padding: 1px;
  }
  .main #listPopup .pop_wrap .swiper-slide.point::before, .main #listPopup .pop_wrap .swiper-slide.point::after {
    content: "";
    z-index: -2;
    top: 50%;
    left: 50%;
    position: absolute;
    width: 9999px;
    height: 9999px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: conic-gradient(rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0) 25%);
    -webkit-animation: rotate 8s linear infinite;
            animation: rotate 8s linear infinite;
  }
  .main #listPopup .pop_wrap .swiper-slide.point::after {
    -webkit-animation: rotate 8s linear infinite;
            animation: rotate 8s linear infinite;
    transform: translate(-50%, -50%) rotate(180deg);
    -webkit-animation-delay: -4s;
            animation-delay: -4s;
  }
  @-webkit-keyframes rotate {
    from {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  @keyframes rotate {
    from {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  .main #listPopup .pop_control {
    display: none;
  }
  .main #listPopup .swiper-pagination {
    gap: 0 7px;
    position: static;
    width: 100%;
    margin-top: 20px;
    justify-content: center;
  }
  .main #listPopup .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 1;
  }
  .main #listPopup .swiper-pagination .swiper-pagination-bullet-active {
    border-color: #E2681F;
    background-color: #E2681F;
  }
  .main #listPopup .btn_pop {
    display: block;
    width: 50px;
    height: 50px;
    margin: 20px auto 0;
    background: url("/resources/assets/images/common/icon_close.png") center no-repeat;
    background-size: 20px 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 0;
    border-radius: 50%;
  }
  .main #listPopup.swiper_on .pop_inner .arrow {
    display: none;
  }
  .main #listPopup.swiper_on .pop_inner .swiper-pagination {
    display: flex;
  }
}
@media all and (max-width: 767px) {
  .main #listPopup .pop_inner {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .main #listPopup {
    padding-top: 20px;
  }
  .main #listPopup .pop_inner {
    width: min(150px, 90vw);
  }
  .main #listPopup .swiper-pagination .swiper-pagination-bullet {
    gap: 0 4px;
  }
  .main #listPopup .btn_pop {
    width: 30px;
    height: 30px;
    margin-top: 10px;
  }
}
.main .quick_box {
  width: 80px;
  right: 20px;
  opacity: 0;
  transition: opacity 0.75s;
  z-index: 3;
}
.main .quick_box.on {
  position: fixed;
}
.main .quick_box.active {
  opacity: 1;
}
.main .quick_box a.pop_open_btn {
  position: relative;
  left: 15px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
}
.main .quick_box a.pop_open_btn.hidden {
  display: none !important;
}
.main .quick_box a.pop_open_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #E2681F;
  opacity: 0.6;
  -webkit-animation-name: point, point2;
          animation-name: point, point2;
  -webkit-animation-duration: 2.1s, 2.1s;
          animation-duration: 2.1s, 2.1s;
  -webkit-animation-delay: 0s, 0s;
          animation-delay: 0s, 0s;
  -webkit-animation-timing-function: ease, ease;
          animation-timing-function: ease, ease;
  -webkit-animation-fill-mode: both, both;
          animation-fill-mode: both, both;
  -webkit-animation-iteration-count: infinite, infinite;
          animation-iteration-count: infinite, infinite;
}
@-webkit-keyframes point {
  0% {
    transform: scale(0.3);
  }
  30% {
    transform: scale(0.7);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes point {
  0% {
    transform: scale(0.3);
  }
  30% {
    transform: scale(0.7);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes point2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
  }
}
@keyframes point2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
  }
}
.main .quick_box a.pop_open_btn span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: #E2681F;
  border-radius: 50%;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  font-weight: bold;
  transition: all 0.4s;
}
@media (min-width: 1024px) {
  .main .quick_box a.pop_open_btn:hover::before {
    display: none;
  }
  .main .quick_box a.pop_open_btn:hover span {
    background-color: #fff;
    color: #E2681F;
    border: 2px solid rgba(226, 104, 31, 0.8);
    box-sizing: border-box;
  }
}
@media (max-width: 1023px) {
  .main .quick_box {
    width: 50px;
    right: 20px;
  }
  .main .quick_box.on {
    position: absolute;
  }
  .main .quick_box a.pop_open_btn {
    width: 50px;
    height: 50px;
    left: 0;
  }
  .main .quick_box a.pop_open_btn span {
    width: 44px;
    height: 44px;
    font-size: 13px;
    text-align: center;
  }
}

.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;
  }
}

.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;
  }
}

.homenic {
  max-width: 1180px;
}
.homenic .guide {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  width: 100%;
  padding: 120px 0;
}
.homenic .guide .sub_tit {
  position: absolute;
  top: 120px;
  left: 0;
}
.homenic .guide .sub_tit strong {
  display: block;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: -0.04em;
  font-weight: bold;
  color: #E66A1F;
}
.homenic .guide .sub_tit span {
  display: block;
  font-size: 28px;
  letter-spacing: -0.04em;
  line-height: 41px;
  font-weight: 500;
  color: #353D44;
}
.homenic .guide .info_box {
  width: calc(100% - 371px);
  padding-right: 50px;
}
.homenic .guide .info_box .list {
  width: 610px;
  padding-top: 165px;
}
.homenic .guide .info_box .list li {
  width: 100%;
}
.homenic .guide .info_box .list li button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 21px 40px 21px 30px;
  gap: 0 30px;
  background-color: #F7F7F7;
  border-radius: 999px;
  transition: all 0.3s;
}
.homenic .guide .info_box .list li button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  width: 32px;
  height: 32px;
  background: url("/resources/assets/v3/images/sub/gray_arrow.svg") center no-repeat;
  background-size: cover;
  transition: all 0.3s;
}
.homenic .guide .info_box .list li button span {
  width: 48px;
  height: 48px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #fff;
  line-height: 48px;
  border-radius: 50%;
  background-color: #353D44;
  transition: all 0.3s;
}
.homenic .guide .info_box .list li button strong {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #353D44;
  transition: all 0.3s;
}
.homenic .guide .info_box .list li + li {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .homenic .guide .info_box .list li:hover button {
    background-color: #FF6608;
  }
  .homenic .guide .info_box .list li:hover button::after {
    background: url("/resources/assets/v3/images/sub/white_arrow.svg") center no-repeat;
    background-size: cover;
  }
  .homenic .guide .info_box .list li:hover button span {
    background-color: #fff;
    color: #FF6608;
  }
  .homenic .guide .info_box .list li:hover button strong {
    color: #fff;
  }
}
.homenic .guide .info_box .list li.active button {
  background-color: #FF6608;
}
.homenic .guide .info_box .list li.active button::after {
  background: url("/resources/assets/v3/images/sub/white_arrow.svg") center no-repeat;
  background-size: cover;
}
.homenic .guide .info_box .list li.active button span {
  background-color: #fff;
  color: #FF6608;
}
.homenic .guide .info_box .list li.active button strong {
  color: #fff;
}
.homenic .guide .info_box .txt_box {
  margin-top: 45px;
}
.homenic .guide .info_box .txt_box p {
  font-size: 18px;
  letter-spacing: -0.04em;
  color: #666;
}
.homenic .guide .info_box .txt_box p + p {
  margin-top: 12px;
}
.homenic .guide .info_box .txt_box p span {
  font-family: "Noto Serif KR";
}
.homenic .guide .youtube_box {
  position: relative;
  width: 371px;
  height: 660px;
}
.homenic .guide .youtube_box #player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
}
.homenic .more_btn {
  display: block;
  width: 159px;
  margin: 32px auto 0;
  padding: 20px 0;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  font-size: 16px;
  letter-spacing: -0.04em;
  color: #222;
  text-align: center;
  transition: all 0.2s;
}
@media (min-width: 1024px) {
  .homenic .more_btn:hover {
    background-color: #E26820;
    border-color: #E26820;
    color: #fff;
  }
}
@media (max-width: 1023px) {
  .homenic {
    max-width: 100%;
  }
  .homenic .guide {
    display: block;
    width: 100%;
    padding: 63px 42px 36px 42px;
  }
  .homenic .guide .sub_tit {
    position: static;
    width: 100%;
    text-align: center;
  }
  .homenic .guide .sub_tit strong {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: -0.04em;
  }
  .homenic .guide .sub_tit span {
    margin-top: 2px;
    font-size: 9px;
    letter-spacing: -0.04em;
    line-height: 13px;
  }
  .homenic .guide .info_box {
    width: 100%;
    padding-right: 0;
  }
  .homenic .guide .info_box .list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 0;
    margin-top: 24px;
    gap: 10px;
  }
  .homenic .guide .info_box .list li {
    width: calc(50% - 5px);
  }
  .homenic .guide .info_box .list li button {
    width: 100%;
    padding: 7px;
    gap: 0 4px;
  }
  .homenic .guide .info_box .list li button::after {
    right: 7px;
    width: 12px;
    height: 12px;
  }
  .homenic .guide .info_box .list li button span {
    width: 16px;
    height: 16px;
    font-size: 8px;
    line-height: 16px;
  }
  .homenic .guide .info_box .list li button strong {
    font-size: 8px;
  }
  .homenic .guide .info_box .list li + li {
    margin-top: 0;
  }
  .homenic .guide .info_box .txt_box {
    margin-top: 8px;
    padding-left: 12px;
  }
  .homenic .guide .info_box .txt_box p {
    font-size: 6px;
  }
  .homenic .guide .info_box .txt_box p + p {
    margin-top: 4px;
  }
  .homenic .guide .youtube_box {
    width: 100%;
    height: auto;
    margin-top: 12px;
    padding-top: 117%;
  }
  .homenic .more_btn {
    width: 98px;
    margin-top: 15px;
    padding: 10px 0;
    font-size: 8px;
  }
}