body {
  background-color: #fbfaf7;
}

header {
  position: absolute;
  background: transparent;
}

.inner {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}

.left {
  text-align: left;
}

.inner.overflow-hidden {
  overflow: hidden;
}

#container.main {
  background-color: #fbfaf7;
}

#container.main .mv {
  position: relative;
  width: 100%;
  min-height: 640px;
  background-size: cover;
  overflow: hidden;
  /* opacity: 0; */
  /* transform: translateY(0);
  -webkit-transform: translateY(0); */
}

#container.main .mv .bgWrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -30px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url(../images/main/main_bg01.png);
  /* opacity: 0; */
  /* transform: scale(1.1); */
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}

#container.main .mv .bgWrap_v2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -30px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url(../images/main/main_bg03.png);
  /* opacity: 0; */
    /* transform: scale(1.1); */
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}

/*
#container.main .mv.on.slick-active {
  opacity: 1;
  transform: translateY(0);
}

#container.main .mv.on.slick-active .bgWrap {
  opacity: 1;
  top: 0;
} */


/* #container.main .mv.slick-active {
  opacity: 1;
  transform: translateY(0);
} */

#container.main .mv.act .bgWrap {
  /* transform: scale(1); */
  top: 0;
}

#container.main .mv .bgWrap .bgi {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 1;
}

#container.main .mv .mv_bd {
  position: absolute;
  width: 1px;
  height: 0;
  background-color: #fff;
  top: 58.5%;
  left: 50%;
  transition: all .9s .6s ease-in-out;
  -webkit-transition: all .9s .6s ease-in-out
}

/* transition: all .9s 2s ease-in-out; -webkit-transition: all .9s 2s ease-in-out */
/* #container.main .mv.on .txt_box, */


#container.main .mv .txt_box {
  width: 1200px;
  text-align: left;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

#container.main .mv .txt_box {
  transform: translate(-50%, -20%);
  -webkit-transform: translate(-50%, -20%);
  color: #fff;
  opacity: 0;
  transition: all 1.3s;
  -webkit-transition: all 1.3s;
}

#container.main .mv.act .txt_box  {
  opacity: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

#container.main .mv.s1 .txt_box strong {
  font-family: 'JosefinSans';
  font-style: normal;
  font-weight: 300;
  font-size: 74px;
  color: #fff;
}

#container.main .mv.s1 .txt_box span {
  display: inline-block;
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 200;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  margin-top: 25px;
  margin-left: 13px;
}


#container.main .txt_box strong {
  font-family: 'JosefinSans';
  font-style: normal;
  font-weight: 300;
  font-size: 88px;
  color: #fff;
}

#container.main .txt_box span {
  display: inline-block;
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 200;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  margin-top: 25px;
  margin-left: 13px;
}

#container.main .mv.on .bgWrap .bgi {
  opacity: 0;
}

.main_content01 {
  position: relative;
  margin-top: 80px;
  overflow: hidden;
}

.main_introduce_01 {
  position: absolute;
  height: 510px;
  left: -180px;
  top: 0px;
  font-family: 'JosefinSans';
  font-style: normal;
  writing-mode: vertical-rl;
  font-size: 40px;
  font-weight: bold;
  color: #00afb5;
}

.main_introduce_1_img {
  float: right;
}

.main_introduce_1_img::after {
  content: '';
  display: table;
  clear: both
}

.main_introduce_1_text {
  float: left;
}

.main_introduce_1_text::after {
  content: '';
  display: table;
  clear: both
}

.main_title h3 {
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 32px;
  color: #d00303;
}

.main_title h3.mgt80 {
  margin-top: 80px;
}

.main_title h4 {
  margin-top: 20px;
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 63px;
  color: #262524;
}

.main_title p {
  margin-top: 50px;
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 30px;
  color: #262524;
}

.on .main_title h3 {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}

.on .main_title h4 {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.6s;
}

.on .main_title p {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.9s;
}

.on h5 {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1.2s;
}

.main_btn01 {
  margin-top: 60px;
  width: 160px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 5px;
  background: #000;
  box-sizing: border-box;
}

.main_btn01 a {
  display: block;
}

.main_btn01 span {
  display: inline-block;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  color: #b5b6b7;
  font-size: 15px;
}

.main_btn01 i {
  float: right;
  margin-top: 2px;
}

.main_btn01.bgf {
  background: #fff;
}

.main_btn01 span.color0 {
  color: #000;
}

.main_content02 {
  position: relative;
  margin-top: 80px;
  overflow: hidden;
  padding-bottom: 150px;
  margin-bottom: 120px;
}

.main_introduce_02 {
  position: absolute;
  height: 510px;
  right: -180px;
  top: 0;
  font-family: 'JosefinSans';
  font-style: normal;
  writing-mode: vertical-rl;
  font-size: 40px;
  font-weight: bold;
  color: #00afb5;
}

.main_introduce_2_img {
  position: absolute;
  left: -360px;
  top: 0;
  width: 953px;
}

.main_introduce_2_img img {
  width: 100%;
  max-width: 953px;
}

.main_introduce_2_img::after {
  content: '';
  display: table;
  clear: both
}

.main_introduce_2_text {
  float: right;
  margin-right: 150px;
}

.main_introduce_2_text::after {
  content: '';
  display: table;
  clear: both
}

.main_introduce_2_text h5 {
  margin-top: 35px;
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 200;
  font-size: 22px;
  color: #262524;
}

.main_introduce_2_text h5 strong a {
  font-size: 26px;
  color: #d00303;
}

.main_content03_bg {
  width: 100%;
  background-size: cover;
  height: 400px;
  position: relative;
  overflow: hidden;
  background: url(../images/main/main_bg02.png) fixed no-repeat, url(../images/main/main_bg02.png) no-repeat;
  background-position: center center;
  text-align: center;
  background-size: cover;
  /* background: url(image_url_here.jpg) no-repeat center center fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.main_content03_bg h3 {
  font-size: 36px;
  line-height: 400px;
  color: #fff;
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 200;
}

.main_content4 {
  overflow: hidden;
}

.main_content4 .main_title {
  position: relative;
}

.main_content4 .main_title h3,
.main_content5 .main_title h3 {
  margin-top: 90px;
}

.main_content4 .main_title p {
  margin-top: 30px;
}

.main_content4 .main_title .next_prev {
  position: absolute;
  width: 120px;
  font-size: 0;
  left: 0;
  bottom: -122px;
}

.main_content4 .main_title .next_prev div {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #c9c8c5;
  font-size: 35px;
  color: #c9c8c5;
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 100;
}

.main_content4 .main_title .next_prev div:first-child {
  border-right: 0;
}

.main_content4 .main_title .next_prev div:last-child {
  border: 1px solid #000;
  color: #000;
  border-left: 1px solid #000 !important;
}

.main_content4 .main_title .next_prev .prev.on {
  color: #000;
  border-color: #000;
}

.main_content4 .main_title .next_prev .next.on {
  color: #c9c8c5;
  border-color: #c9c8c5;
}

.main_content4 .main_slider {
  margin-bottom: 50px;
  float: right;
  overflow: hidden;
  position: relative;
  width: 900px;
  overflow: hidden;
  z-index: 2;
  margin-top: 25px;
}

.main_content4 .main_slide01 {
  width: 400px;
  text-align: center;
}

.main_content4 .slick-prev, .main_content4 .slick-next {
  display: none !important;
}

.main_content4 .text_box {
  width: 400px;
  text-align: left;
}

.main_content4 .text_box h3 {
  margin-top: 25px;
  font-size: 24px;
  color: #fff;
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 200;
}

.main_content4 .text_box p {
  margin-top: 25px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 200;
}

.main_content4_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1560px;
  height: 419px;
  background: url(../images/main/main_slide_bg01.png) no-repeat;
  z-index: 1;
}

.main_content4_bg:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  background: #fbfaf7;
  height: 100%;
}

.main_content4.on .main_content4_bg:after {
  transition: width 1.5s ease;
  width: 0;
}

.more_btn {
  display: block;
  padding: 0 20px;
  width: 160px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  color: #4a4948;
  background: #fff url(../images/newbird/main/more_arr.png) no-repeat;
  background-position: calc(100% - 20px);
  box-shadow: 0 20px 60px rgba(74, 73, 72, 0.1);
  margin-top: 90px;
  text-transform: uppercase;
  border-radius: 3px;
  transition: 0.3s;
}

.more_btn:hover {
  color: #fff;
  background: #4a4948 url(../images/newbird/main/more_arr_wh.png) no-repeat;
  box-shadow: 0 20px 60px rgba(74, 73, 72, 0.3);
  background-position: calc(100% - 20px);
}

.btnMreImg {
  position: relative;
  overflow: hidden !important;
  height: 50px;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  cursor: pointer;
}

.btnMreImg img, .btnMreImg a {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}

.btnMreImg a {
  z-index: 2;
}

.btnMreImg .more_ori {
  opacity: 1;
  z-index: 2
}

.btnMreImg .more_hover {
  opacity: 0;
  z-index: 1;
}

.btnMreImg:hover .more_ori {
  opacity: 0;
}

.btnMreImg:hover .more_hover {
  opacity: 1;
}


#popup {
    width: 376px;
    height: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    letter-spacing: -0.05em;
    background: url(../images/common/pop_bg.png) no-repeat;
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

#popup .close {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: -40px;
    background: #000;
}

#popup .close:after {
    clear: both;
    content: "";
    display: block;
}

#popup .close a {
    float: left;
    font-size: 14px;
    color: #fff;
    font-weight: 200;
    line-height: 38px;
    margin-left: 25px;
    letter-spacing: normal;
    font-family: 'NanumSquare';
}

#popup .close button {
    float: right;
    font-size: 14px;
    color: #fff;
    font-family: 'NanumSquare';
    font-weight: 300;
    line-height: 37px;
    margin-right: 15px;
    letter-spacing: normal;
    background: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    outline: none;
    cursor: pointer;
}

#popup .text_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%,-50%);
}

#popup .text_box h2 {
  color: #000;
  font-size: 40px;
}

#popup .text_box p {
  margin-top: 50px;
  color: #000;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.5;
}

#popup .text_box p span {
  color:red;
}

.popupbg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}


#videos {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

#videos a:first-child {
  grid-area: 1 / 1 / 3 / 3;
}

#videos a {
  width: 100%;
  height: 100%;
}

#videos a img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#videos a h2 {
  font-size: 15px;
  margin-top: 10px;
  color: #000;
  line-height: 1.5;
}

.youtube__btn {
  text-align: center;
}

.youtube__btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(231,9,30,1);
  padding: 20px;
  margin-top: 50px;
}

.youtube__btn a img {
  width: 35px;
}

.youtube__btn a span {
  color: #fff;
  font-size: 20px;
}

.main_content5 .main_title {
  margin-bottom: 100px;
}