@charset "UTF-8";
/* 201218_수정 */
@font-face {
  font-family: 'NotoKrR';
  font-style: normal;
  font-weight: 300;
  src: url("/resources/cmmn/font/NotoSansKR-Regular.eot");
  src: url("/resources/cmmn/font/NotoSansKR-Regular.eot?#iefix") format("embedded-opentype"),
  url("/resources/cmmn/font/NotoSansKR-Regular.woff") format("woff");
}
/* //201218_수정 */
/* 201223_수정 (추가) */
@font-face {
    font-family: 'NotoKrR';
	font-style: normal;
	font-weight: 200;
    src: 
    url(/resources/cmmn/font/NotoSansCJKkr-Light.otf) format('otf'),
    url(/resources/cmmn/font/NotoSansCJKkr-Light.woff) format('woff'),
    url(/resources/cmmn/font/NotoSansCJKkr-Light.ttf) format('ttf');
}
/* //201223_수정 (추가) */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

address {
  font-style: normal;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
  background: none;
  border: none;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button:focus {
  outline: #007bce dotted thin;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

dl,
dt,
dd {
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

i,
em {
  font-style: normal;
}

html {
  font-family: "NotoKrR", "Noto Sans CJK kr", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
  font-size: 10px;
  word-break: keep-all;
}

body {
  overflow-x: hidden;
}

body.pop_on {
  height: 100vh;
  overflow: hidden;
}

.txtC {text-align: center;}
.txtL {text-align: left;}
.txtR {text-align: right;}

.app {
  height: 100vh;
  font-size: 1.8rem;
}

.skipNav {
  overflow: hidden;
  position: absolute;
  left: -9999px;
  width: 0;
  height: 1px;
  margin: 0;
  padding: 0;
}

.inner {
  width: 1400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

.inner::after {
  content: '';
  display: block;
  clear: both;
}

.tit {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 9.0rem;
  font-weight: bold;
}

.tit span {
  display: block;
  padding-left: 0.6em;
}

.tit.tC {
  text-align: center;
  font-size: 9.0rem;
}

.tit.tL {
  text-align: left;
  font-size: 7.4rem;
}

.subtit {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.4rem;
}

.subtit + .tit {
  padding-top: 10px;
}

.exp {
  font-size: 1.8rem;
  line-height: 3.0rem;
}
.exp .exp-strong {display: block; margin-bottom: 20px; font-size: 2.4rem;}

.movWrap {
    padding-top: 60px;
    position: relative;
}
/* 201223_수정 */
.movWrap .bg {
    position: absolute;
    right: -270px;
    bottom: 40px;
    width: 1000px;
    height: 280px;
    line-height: 144px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-align: center;
    font-weight: bold;
    font-size: 144px;
    color: #f7f7f7;
    letter-spacing: -6px;
}
/* //201223_수정 */

.movWrap ul::after {
  content: '';
  display: block;
  clear: both;
}

.movWrap ul > li {
  float: left;
  width: 50%;
}

.movWrap .btn_play {
  display: block;
  position: relative;
}

.movWrap .btn_play::after {
  content: '▶';
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
  line-height: 72px;
  font-size: 24px;
  color: #fff;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  background-color: rgba(0, 0, 0, 0.5);
  border: #fff solid 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.movWrap .exp {
  padding-top: 20px;
}

.titWrap {
  padding: 220px 0 150px 0;
  background-color: #000;
  color: #fff;
}

.btn_more {
  display: inline-block;
  min-width: 280px;
  height: 70px;
  text-align: left;
  line-height: 68px;
  padding-left: 35px;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #fff solid 1px;
  margin-right: 10px;
  position: relative;
}

.btn_more::after {
  content: '→';
  position: absolute;
  right: 35px;
  bottom: 0;
  display: block;
  font-size: 3rem;
}

.btn_more:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* 2021-01-25 추가 */
.btn_more_type {
  display: inline-block;
  min-width: 314px;
  height: 70px;
  text-align: left;
  line-height: 68px;
  padding-left: 35px;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #fff solid 1px;
  position: relative;
}

.btn_more_type::after {
  content: '→';
  position: absolute;
  right: 35px;
  bottom: 0;
  display: block;
  font-size: 3rem;
}

.btn_more_type:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
/* */

.btn_more2 {
  display: inline-block;
  min-width: 280px;
  height: 70px;
  text-align: left;
  line-height: 68px;
  padding-left: 35px;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #222 solid 1px;
  position: relative;
}

.btn_more2 span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  position: relative;
  margin-left: 80px;
  vertical-align: -3px;
}

.btn_more2 span i {
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.btn_more2 span i.gl1 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.btn_more2 span i.gl2 {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.btn_more2:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.btn_more2.on {
  padding-left: 0;
  text-align: center;
}

.btn_more2.on span {
  display: none;
}

.btn_back {
  display: inline-block;
  min-width: 280px;
  height: 70px;
  text-align: left;
  line-height: 68px;
  padding: 0 35px 0 85px;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #fff solid 1px;
  position: relative;
}

.btn_back::before {
  content: '←';
  position: absolute;
  left: 35px;
  bottom: 0;
  display: block;
  font-size: 3rem;
}

.btn_back:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
/* 201229_수정 */
.lnb {
  padding: 60px 370px 0 370px;
  border-bottom: #ddd solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1400px;
  background-color: #fff;
  z-index: 50;
}
/* //201229_수정 */
.lnb ul > li {
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lnb ul > li.tL {
  text-align: left;
}

.lnb ul > li.tR {
  text-align: right;
}

.lnb ul > li button, .lnb ul > li a {
  display: inline-block;
  padding: 20px 0;
  text-align: center;
  color: #666;
  font-size: 2.0rem;
  position: relative;
}

.lnb ul > li button.on, .lnb ul > li a.on {
  color: #222;
  border-bottom: #000 solid 2px;
}

.lnb ul > li button.on::before, .lnb ul > li a.on::before {
  content: '▽';
  position: absolute;
  left: 50%;
  top: -0.3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  font-weight: bold;
}

.lnb ul > li button:hover, .lnb ul > li a:hover {
  color: #222;
}

.lnb ul > li button:hover::before, .lnb ul > li a:hover::before {
  content: '▽';
  position: absolute;
  left: 50%;
  top: -0.3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  font-weight: bold;
}

/* 201216_수정 (추가) */
.lnb .swiper-navigation_lnb .swiper-button-next, .lnb .swiper-navigation_lnb .swiper-button-prev {
 top: auto;
 bottom: 10px;
}
/* //201216_수정 (추가) */

.listWrap {
  text-align: center;
}

.listWrap ul > li {
  padding-top: 40px;
  text-align: center;
}

.listWrap ul > li dl > dt {
  font-size: 2.4rem;
  font-weight: bold;
}

.listWrap ul > li dl > dd {
  padding: 1.0rem 0;
  font-size: 1.8rem;
  color: #999;
}

.listWrap ul > li dl > dd::after {
  content: '';
  display: block;
  clear: both;
}

.listWrap ul > li dl > dd .fL {
  float: left;
  padding-right: 40px;
  line-height: 30px;
}

.listWrap ul > li dl > dd .fR {
  float: right;
  padding-left: 40px;
  line-height: 30px;
  border-left: rgba(255, 255, 255, 0.2) solid 1px;
}

.sns {
  padding-top: 40px;
  text-align: center;
}

.sns ul {
  display: inline-block;
}

.sns ul::after {
  content: '';
  display: block;
  clear: both;
}

.sns ul > li {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 50px;
}

.sns ul > li:first-child {
  padding-left: 0;
}

.sns ul > li a {
  display: block;
  padding: 14px 0;
  text-align: center;
  font-size: 1.6rem;
}

.sns ul > li a span {
  color: #999;
  padding-left: 5px;
}

.sns ul > li a::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../images/icon_insta.png") 50% 50% no-repeat;
  margin-top: -3px;
  margin-right: 10px;
  vertical-align: middle;
}

.slide {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}

.swiper-button-next, .swiper-button-prev {
  width: 50px;
  height: 60px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 60px;
  line-height: 60px;
}

.swiper-button-next:after {
  content: '▷';
}

.swiper-button-prev:after {
  content: '◁';
}

.fadein {
  position: relative;
}

/* 201216_수정 */
.fadein.fadeB.active {
  -webkit-animation-name: fadeB1;
          animation-name: fadeB1;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes fadeB1 {
  from {
    opacity: 0;
    top: -30px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadeB1 {
  from {
    opacity: 0;
    top: -30px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}

.fadein.fadeB + .fadeB.active {
  -webkit-animation-name: fadeB2;
          animation-name: fadeB2;
  -webkit-animation-duration: 1.7s;
          animation-duration: 1.7s;
}

@-webkit-keyframes fadeB2 {
  0% {
    opacity: 0;
    top: -30px;
  }
  30% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadeB2 {
  0% {
    opacity: 0;
    top: -30px;
  }
  30% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

.fadein.fadeB + .fadeB + .fadeB.active {
  -webkit-animation-name: fadeB3;
          animation-name: fadeB3;
  -webkit-animation-duration: 1.9s;
          animation-duration: 1.9s;
}

@-webkit-keyframes fadeB3 {
  0% {
    opacity: 0;
    top: -30px;
  }
  30% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadeB3 {
  0% {
    opacity: 0;
    top: -30px;
  }
  30% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

.fadein.fadeB + .fadeB + .fadeB + .fadeB.active {
  -webkit-animation-name: fadeB4;
          animation-name: fadeB4;
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
}

@-webkit-keyframes fadeB4 {
  0% {
    opacity: 0;
    top: -30px;
  }
  50% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadeB4 {
  0% {
    opacity: 0;
    top: -30px;
  }
  50% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
/* //201216_수정 */

.fadein.fadeR.active {
  -webkit-animation-name: fadeR;
          animation-name: fadeR;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes fadeR {
  from {
    opacity: 0;
    left: -100px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeR {
  from {
    opacity: 0;
    left: -100px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}

.main .slide .swiper-slide .fadeinM {
  position: relative;
}

/* 201216_수정 */
.main .slide .swiper-slide.swiper-slide-active .fadeinM.fadeB {
  -webkit-animation-name: fadeB1;
          animation-name: fadeB1;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@keyframes fadeB1 {
  from {
    opacity: 0;
    top: -30px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}

.main .slide .swiper-slide.swiper-slide-active .fadeinM.fadeB + .fadeinM.fadeB {
  -webkit-animation-name: fadeB2;
          animation-name: fadeB2;
  -webkit-animation-duration: 1.7s;
          animation-duration: 1.7s;
}

@keyframes fadeB2 {
  0% {
    opacity: 0;
    top: -30px;
  }
  30% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

.main .slide .swiper-slide.swiper-slide-active .fadeinM.fadeB + .fadeinM.fadeB + .fadeinM.fadeB {
  -webkit-animation-name: fadeB3;
          animation-name: fadeB3;
  -webkit-animation-duration: 1.9s;
          animation-duration: 1.9s;
}

@keyframes fadeB3 {
  0% {
    opacity: 0;
    top: -30px;
  }
  50% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.main .slide .swiper-slide.swiper-slide-active .fadeinM.fadeB + .fadeinM.fadeB + .fadeinM.fadeB + .fadeinM.fadeB {
  -webkit-animation-name: fadeB4;
          animation-name: fadeB4;
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
}

@keyframes fadeB4 {
  0% {
    opacity: 0;
    top: -30px;
  }
  50% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
/* //201216_수정 */

.main .slide .swiper-slide.swiper-slide-active .fadeinM.fadeR {
  -webkit-animation-name: fadeR;
          animation-name: fadeR;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@keyframes fadeR {
  from {
    opacity: 0;
    left: -100px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}

header.main .hLeft {
  position: fixed;
  left: 0;
  top: 0;
  width: 100px;
  height: 100vh;
  z-index: 50;
  background-color: #000;
  border-right: rgba(255, 255, 255, 0.2) solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header.main .hLeft h1 {
  position: absolute;
  left: 0;
  top: 10%;
  height: 200px;
}

header.main .hLeft h1 .btn_menu {
  -webkit-transform: rotate(-90deg) translateY(-50px) translateX(-80px);
          transform: rotate(-90deg) translateY(-50px) translateX(-80px);
  width: 200px;
  font-size: 4.5rem;
  font-weight: normal;
  line-height: 2.4rem;
}

header.main .hLeft h1 .btn_menu b {
  display: inline-block;
  vertical-align: middle;
  width: 131px;
  height: 24px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: left 50%;
  margin-right: 20px;
}

header.main .hLeft h1 .btn_menu span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  position: relative;
}

header.main .hLeft h1 .btn_menu span i {
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  width: 26px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

header.main .hLeft h1 .btn_menu span i.gl1 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

header.main .hLeft h1 .btn_menu span i.gl2 {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

header.main .hLeft .swiper-pagination_main {
  position: absolute;
  left: 0;
  bottom: 10%;
}

header.main .hLeft .swiper-pagination_main button {
  display: block;
  height: 100px;
  line-height: 94px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  white-space: nowrap;
  border-radius: 0;
  opacity: 1;
  background-color: transparent;
}

header.main .hLeft .swiper-pagination_main button:nth-child(1) {
  width: 16rem;
  -webkit-transform: rotate(-90deg) translateY(-30px) translateX(130px);
          transform: rotate(-90deg) translateY(-30px) translateX(130px);
}

header.main .hLeft .swiper-pagination_main button:nth-child(2) {
  width: 13rem;
  -webkit-transform: rotate(-90deg) translateY(-15px) translateX(50px);
          transform: rotate(-90deg) translateY(-15px) translateX(50px);
}

header.main .hLeft .swiper-pagination_main button:nth-child(3) {
  width: 9rem;
  -webkit-transform: rotate(-90deg) translateY(5px) translateX(0);
          transform: rotate(-90deg) translateY(5px) translateX(0);
}

header.main .hLeft .swiper-pagination_main button:hover {
  font-weight: bold;
}

header.main .hLeft .swiper-pagination_main button.swiper-pagination-bullet-active {
  font-weight: bold;
  line-height: 100px;
  background-color: transparent;
  border-bottom: #fff solid 4px;
}

@media screen and (max-height: 850px) {
  header.main .hLeft .swiper-pagination_main {
    bottom: 2%;
  }
  header.main .hLeft .swiper-pagination_main button {
    font-size: 1.8rem;
  }
  header.main .hLeft .swiper-pagination_main button:nth-child(1) {
    width: 16rem;
    -webkit-transform: rotate(-90deg) translateY(-30px) translateX(90px);
            transform: rotate(-90deg) translateY(-30px) translateX(90px);
  }
  header.main .hLeft .swiper-pagination_main button:nth-child(2) {
    width: 13rem;
    -webkit-transform: rotate(-90deg) translateY(-15px) translateX(20px);
            transform: rotate(-90deg) translateY(-15px) translateX(20px);
  }
  header.main .hLeft .swiper-pagination_main button:nth-child(3) {
    width: 9rem;
    -webkit-transform: rotate(-90deg) translateY(5px) translateX(0);
            transform: rotate(-90deg) translateY(5px) translateX(0);
  }
}

header.main .hLeft.on {
  background-color: #fff;
  border-right: rgba(0, 0, 0, 0.2) solid 1px;
}

header.main .hLeft.on h1 .btn_menu b {
  background-image: url("../images/logo_on.png");
}

header.main .hLeft.on h1 .btn_menu span i {
  background-color: #000;
}

header.main .hLeft.on h1 .btn_menu span i.gl1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header.main .hLeft.on h1 .btn_menu span i.gl2 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header.main .hLeft.on .swiper-pagination_main {
  display: none;
}
/* 201230_수정 */
header.main .hLeft.on + .hmenu {
  left: 100px;
}

header.main .hLeft.on + .hmenu .tnb, header.main .hLeft.on + .hmenu .gnb, header.main .hLeft.on + .hmenu .info, header.main .hLeft.on + .hmenu .sns {
  opacity: 1;
}

header.main .hmenu {
  position: fixed;
  left: -630px;
  top: 0;
  width: 630px;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 49;
  background-color: #fff;
}
/* //201230_수정 */
header.main .hmenu .tnb {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 100px 100px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}

header.main .hmenu .tnb ul {
  display: inline-block;
}

header.main .hmenu .tnb ul::after {
  content: '';
  display: block;
  clear: both;
}

header.main .hmenu .tnb ul > li {
  float: left;
  position: relative;
  padding: 0 12px;
}

header.main .hmenu .tnb ul > li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background-color: #e6e6e6;
}

header.main .hmenu .tnb ul > li:first-child {
  padding-left: 0;
}

header.main .hmenu .tnb ul > li:first-child::before {
  display: none;
}

header.main .hmenu .tnb ul > li a {
  display: block;
  padding: 5px 0;
  color: #808080;
  font-size: 1.6rem;
  position: relative;
}

header.main .hmenu .tnb ul > li a.on {
  color: #222;
}

header.main .hmenu .tnb ul > li a.on::before {
  content: '▽';
  position: absolute;
  left: 50%;
  top: -0.8rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  font-weight: bold;
}

header.main .hmenu .gnb {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 10vh 0 0 40px;
}

@media screen and (max-height: 750px) {
  header.main .hmenu .gnb {
    padding: 5vh 0 0 40px;
  }
}

header.main .hmenu .gnb ul > li {
  position: relative;
}

header.main .hmenu .gnb ul > li > a {
  display: block;
  padding: 15px 0 15px 60px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 5.0rem;
  color: #222;
  position: relative;
}

header.main .hmenu .gnb ul > li > a.on, header.main .hmenu .gnb ul > li > a:hover {
  font-weight: bold;
}

header.main .hmenu .gnb ul > li > a.on::before, header.main .hmenu .gnb ul > li > a:hover::before {
  content: '';
  display: block;
  width: 42px;
  height: 4px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header.main .hmenu .info {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 20vh 0 0 100px;
}

@media screen and (max-height: 900px) {
  header.main .hmenu .info {
    padding: 10vh 0 0 100px;
  }
}

@media screen and (max-height: 750px) {
  header.main .hmenu .info {
    padding: 5vh 0 0 100px;
  }
}

header.main .hmenu .info > li {
  font-size: 1.6rem;
  color: #666;
  line-height: 2.6rem;
}

header.main .hmenu .info strong {
  font-size: 1.8rem;
  color: #222;
}

header.main .hmenu .sns {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 40px 0 0 100px;
  text-align: left;
}

header.main .hmenu .sns > li {
  position: relative;
}

header.main .hmenu .sns > li a {
  display: block;
  padding: 10px 0;
  font-size: 1.6rem;
}

header.main .hmenu .sns > li a strong {
  color: #222;
}

header.main .hmenu .sns > li a span {
  color: #666;
  padding-left: 5px;
}

header.main .hmenu .sns > li a::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../images/icon_insta_g.png") 50% 50% no-repeat;
  margin-top: -3px;
  margin-right: 10px;
  vertical-align: middle;
}

header.sub {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 80;
  height: 100px;
  background-color: #000;
}

header.sub h1 {
  float: left;
  padding: 40px 0 0 0;
}

header.sub .gnb {
  float: left;
  padding: 40px 0 0 40px;
}

header.sub .gnb ul > li {
  display: inline-block;
  margin-left: 60px;
}

header.sub .gnb ul > li > a {
  display: block;
  padding: 5px 0;
  font-size: 1.8rem;
  color: #fff;
}

header.sub .gnb ul > li > a.on {
  font-weight: bold;
  border-bottom: #fff solid 1px;
}

header.sub .tnb {
  float: right;
  padding: 40px 0 0 0;
}

header.sub .tnb ul::after {
  content: '';
  display: block;
  clear: both;
}

header.sub .tnb ul > li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 30px;
}

header.sub .tnb ul > li a {
  display: block;
  padding: 5px 0;
  color: #999;
  font-size: 1.6rem;
  position: relative;
}

header.sub .tnb ul > li a.on {
  color: #fff;
}

header.sub .tnb ul > li a.on::before {
  content: '▽';
  position: absolute;
  left: 50%;
  top: -0.8rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  font-weight: bold;
}

footer {
  background-color: #000;
}

footer .btn_top {
  position: fixed;
  bottom: 30px;
  right: 25px;
  opacity: 0;
  background-color: #888;
  width: 48px;
  height: 48px;
  font-size: 1.3rem;
  z-index: 50;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

footer .btn_top::before {
  content: '△';
  display: block;
  text-align: center;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}

footer .btn_top.s2 {
  background-color: rgba(255, 255, 255, 0.5);
  border: #888 solid 1px;
}

footer .info {
  float: left;
  padding: 60px 0;
}

footer .info > li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #666;
}

footer .info > li span {
  color: #999;
}

footer .btnWrap {
  float: right;
  padding: 60px 0;
}

footer .btnWrap .btn_more {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

.m1, .m2, .m3 {
  width: 100vw;
  height: 100vh;
  min-width: 1400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m1 {
  background-color: #000;
  color: #fff;
  height: 100vh;
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m1 .fL {
  width: 610px;
}

.m1 .fL .tit {
  font-size: 10rem;
  line-height: 104px;
}

.m1 .fL .tit span {
  display: block;
  padding-left: 0.8em;
}

.m1 .fL .exp {
  padding-top: 70px;
}

.m1 .fL .btnWrap {
  padding-top: 70px;
}

/* 2021-01-25 수정*/
.m1 .fR {
  width: 730px;
  height: 840px;
  margin-left: 180px;
  position: relative;
}

.m1 .fR img:first-child {
  position: absolute;
  left: 0;
  top: 0;
}

.m1 .fR img:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
}

.m2 {
  background-color: #fff;
  color: #222;
  height: 100vh;
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m2 .fL {
  width: 836px;
}

.m2 .fL .tit {
  font-size: 10rem;
  color: #000;
  line-height: 104px;
}

.m2 .fL .subtit {
  font-size: 3.6rem;
}

.m2 .fL .movWrap {
  padding-top: 100px;
}
/* 201223_수정 (추가) */
.m2 .fR {
  width: 492px;
  margin-left: 130px;
  position: relative;
  margin-top: 50px;
}
/* //201223_수정 (추가) */
.m2 .fR .exp p {
  padding-top: 30px;
}

.m2 .fR .btnWrap {
  padding-top: 70px;
}

.m2 .fR .btnWrap .btn_more {
  border: #222 solid 1px;
}

.m3 {
  background-color: #000;
  color: #fff;
  height: 100vh;
  padding-left: 100px;
}

.m3 .tit {
  font-size: 4.8rem;
  width: 100%;
  padding: 100px 0 50px 0;
  text-align: center;
  border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
}

.m3 .inner {
  height: calc(100% - 250px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m3 .btnWrap {
  padding-top: 50px;
  text-align: center;
}
.m3 .btnWrap .btn_back {text-align: right;} 
.s1 {
  background-color: #000;
  color: #fff;
}

.s1 .inner.p1 {
  padding: 150px 0 0 0;
}

.s1 .inner.p2 {
  padding: 200px 0;
}
/* 201223_수정 */
.s1 .exp p {
  padding-top: 3.0rem;
  font-weight: 200;
}
/* //201223_수정 */
.s1 .imgWrap::after {
  content: '';
  display: block;
  clear: both;
}

.s1 .imgWrap.mR {
  margin-right: -260px;
}

.s1 .imgWrap.mL {
  margin-left: -260px;
}

.s1 .imgWrap .imgL {
  float: left;
}

.s1 .imgWrap .imgR {
  float: right;
}

.s1 .imgWrap .imgR::after {
  content: '';
  display: block;
  clear: both;
}

.s1 .imgWrap .imgR.pL {
  padding-left: 40px;
}

.s1 .fL {
  float: left;
}

.s1 .fR {
  float: right;
  position: relative;
}

.s1 .fR .tit {
  padding-top: 120px;
}

.s1 .fR .btnWrap {
  padding-top: 60px;
}

.s2 {
  background-color: #fff;
  color: #222;
  position: relative;
}

.s2 .inner {
  padding-top: 150px;
}

.s2 .inner:last-of-type {
  padding-bottom: 200px;
}

.s2 .titWrap + .inner {
  padding-top: 0;
}

.s2 .exp p {
  padding-top: 6.0rem;
}

.s2 .exp.pLR {
  padding: 0 190px;
}

.s2 .inner.pL {
  padding-left: 190px;
}

.s2 .titRow2 {
  position: absolute;
  left: 0;
  top: 150px;
  width: 190px;
}

.s2 .titRow2 .tit {
  padding-top: 100px;
  position: relative;
  z-index: 10;
}

.s2 .titRow2 .btnWrap {
  padding-top: 60px;
}

.s2 .titRow2 .btnWrap .btn1 {
  width: 60px;
  height: 60px;
  border: rgba(0, 0, 0, 0.2) solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.s2 .titRow2 .btnWrap .btn1 span {
  display: block;
  width: 20px;
  height: 20px;
  margin: auto auto;
}

.s2 .titRow2 .btnWrap .btn1 span::after {
  content: '';
  display: block;
  clear: both;
}

.s2 .titRow2 .btnWrap .btn1 span i {
  display: block;
  float: left;
  background-color: #ddd;
  width: 4px;
  height: 20px;
  margin: 0 0 0 4px;
}

.s2 .titRow2 .btnWrap .btn1 span i:first-child {
  margin-left: 0;
}

.s2 .titRow2 .btnWrap .btn1.on {
  border-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.s2 .titRow2 .btnWrap .btn1.on span i {
  background-color: #222;
}

.s2 .titRow2 .btnWrap .btn2 {
  width: 60px;
  height: 60px;
  border: rgba(0, 0, 0, 0.2) solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: -4px;
}

.s2 .titRow2 .btnWrap .btn2 span {
  display: block;
  width: 20px;
  height: 20px;
  margin: auto auto;
}

.s2 .titRow2 .btnWrap .btn2 span::after {
  content: '';
  display: block;
  clear: both;
}

.s2 .titRow2 .btnWrap .btn2 span i {
  display: block;
  float: left;
  background-color: #ddd;
  width: 8px;
  height: 8px;
}

.s2 .titRow2 .btnWrap .btn2 span i:nth-child(2) {
  margin: 0 0 0 4px;
}

.s2 .titRow2 .btnWrap .btn2 span i:nth-child(3) {
  margin: 4px 0 0 0;
}

.s2 .titRow2 .btnWrap .btn2 span i:nth-child(4) {
  margin: 4px 0 0 4px;
}

.s2 .titRow2 .btnWrap .btn2.on {
  border-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.s2 .titRow2 .btnWrap .btn2.on span i {
  background-color: #222;
}

.s2 .list1, .s2 .list2 {
  position: relative;
}

.s2 .list1 .swiper-navigationWrap_s21, .s2 .list2 .swiper-navigationWrap_s21 {
  position: absolute;
  left: -190px;
  bottom: 40px;
  width: 120px;
}

.s2 .list1 .swiper-navigationWrap_s21 > div, .s2 .list2 .swiper-navigationWrap_s21 > div {
  position: relative;
}

.s2 .list1 .btnWrap, .s2 .list2 .btnWrap {
  padding-top: 90px;
  text-align: center;
}

.s2 .list1 .slide img {
  width: 100%;
}

.s2 .list2 {
  display: none;
}

.s2 .list2 .listWrap {
  height: 855px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
}

.s2 .list2 .listWrap ul {
  margin: -40px 0 0 -40px;
}

.s2 .list2 .listWrap ul::after {
  content: '';
  display: block;
  clear: both;
}

.s2 .list2 .listWrap ul > li {
  float: left;
  width: 25%;
  padding: 40px 0 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.s2 .list2 .listWrap ul > li img {
  width: 100%;
}
/* 201223_수정 (추가) */
.s2 .slide .swiper-slide img {
	opacity: 0.3;
	width:100%;
	transition: all 0.5s ease-out;
}

.s2 .slide .swiper-slide-active img {
  opacity: 1;
}

.s2 .slide .swiper-slide-next img {
  opacity: 1;
  width: 70%;
}
/* 201223_수정 (추가) */
.s2 .slide button {
  height: 100%;
}

.s2 .slide button img {
  max-height: 100%;
}

.s2 .slide.t2 {
  height: 820px;
}

.s2 .slide.t2 .swiper-slide {
  height: calc((100% - 40px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.s2 .exp.pT0 p {
  padding-top: 0;
}

.s3 {
  background-color: #111;
  color: #fff;
}

.s3 .inner {
  padding: 100px 0 200px 0;
}

.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 0 90px 0;
  z-index: 90;
}

.popup .btn_popClose {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 38px;
  height: 38px;
  z-index: 10;
}

.popup .btn_popClose span {
  display: block;
  width: 38px;
  height: 30px;
  margin: 0 auto;
  position: relative;
}

.popup .btn_popClose span i {
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  width: 40px;
  height: 2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.popup .btn_popClose span i.gl1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup .btn_popClose span i.gl2 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup.img_pop {
  background-color: #fff;
  color: #222;
}

.popup.img_pop .btn_popClose span i {
  background-color: #bdbdbd;
}

.popup.img_pop .slide ul > li {
  text-align: center;
}

.popup.img_pop .slide img {
  max-height: calc(100vh - 190px);
}

.popup.img_pop .paginationWrap2 {
  position: relative;
  width: 400px;
  margin: 30px auto;
}

.popup.img_pop .paginationWrap2 .swiper-pagination-img.swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: auto;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.popup.img_pop .paginationWrap2 .swiper-pagination-img.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #3d3d3d;
}

.popup.mov_pop {
  background-color: #000;
  color: #fff;
}

.popup.mov_pop .btn_popClose span i {
  background-color: rgba(255, 255, 255, 0.5);
}

.popup.mov_pop .paginationWrap1 {
  position: absolute;
  right: 100px;
  bottom: 5px;
}

.popup.mov_pop .paginationWrap1 .swiper-pagination-current {
  font-weight: bold;
  font-size: 2.4rem;
}

.popup.mov_pop .slide.mov .movWrap {
  width: 1200px;
  margin: 0 auto;
}

.popup.mov_pop .slide.mov .movWrap .btn_play {
  width: 100%;
  margin: 0 auto;
}

.popup.mov_pop .slide.mov .movWrap .btn_play img {
  width: 100%;
}

.popup.mov_pop .slide.mov .movWrap .exp {
  padding-top: 40px;
}

.popup.mov_pop .slide.mov .swiper-button-next:after, .popup.mov_pop .slide.mov .swiper-button-prev:after {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: white;
}

/* 201229_수정 (추가) */
@media screen and (max-height: 900px) {
  .listWrap ul > li {
    padding-top: 20px;
  }
}

@media screen and (max-height: 900px) {
  .sns {
    padding-top: 20px;
  }
}

@media screen and (max-height: 900px) {
  header.main .hmenu .info {
    padding: 10vh 0 0 100px;
  }
}

@media screen and (max-height: 900px) {
  .m1 .fL .exp {
    padding-top: 30px;
  }
}

@media screen and (max-height: 900px) {
  .m1 .fL .btnWrap {
    padding-top: 30px;
  }
}

@media screen and (max-height: 900px) {
  .m2 .fL .movWrap {
    padding-top: 50px;
  }
}

@media screen and (max-height: 900px) {
  .m3 .tit {
    padding: 30px 0 30px 0;
  }
}

@media screen and (max-height: 900px) {
  .m3 .inner {
    padding-top: 118px;
  }
}

@media screen and (max-height: 900px) {
  .m3 .btnWrap {
    padding-top: 20px;
  }
}
/* //201229_수정 (추가) */

/*2023-12-13 수정*/
.listWrap ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.listWrap ul li {
	display: flex;
	justify-content: center;
}

.listWrap ul li dd.line-gray a {
	padding-right: 10px;
	padding-left: 0 !important;
	border-right: solid 1px rgba(255, 255, 255, 0.2);	
}

.listWrap ul li dd a {
	padding-left: 10px !important;
}

/*2024-01-30 추가*/
.list2 .listWrap ul {
	display: unset;
}