.lead {
  font-size: 16px;
  color: #555;
  letter-spacing: -0.02em;
  line-height: 1.75;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  .lead {
    font-size: 17px;
  }
}

/*메인배너*/
.main-carousel {
  padding: 0;
  display: block;
}
.main-carousel .li {
  height: 900px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.main-carousel .li .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: url(../img/main_visual_cover.png) center bottom no-repeat;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-width: 300px;
  opacity: 0.8;
  z-index: 1;
}
.main-carousel .jarallax {
  height: 900px;
}
.main-carousel .img01 {
  background-image: url(../img/main_banner_img01.jpg);
}
.main-carousel .img03 {
  background-image: url(../img/main_banner_img03.jpg);
}
.main-carousel .li .copy_area {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 52%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.main-carousel .li .copy_area h1 {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.5px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.main-carousel .li .copy_area h2 {
  font-size: 62px;
  font-weight: 100;
  line-height: 1.3;
  letter-spacing: -5px;
  color: #fff;
  text-align: center;
}
.main-carousel .li .copy_area h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 10px 0 0;
  padding: 0 20px;
  word-break: keep-all;
  color: #fff;
  opacity: 0.8;
  letter-spacing: -1px;
}
.main-carousel .owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  bottom: 135px;
}
.main-carousel .owl-dots .owl-dot {
  background: rgba(255, 255, 255, 0.5);
  width: 30px;
  height: 5px;
  display: inline-block;
  margin-left: 10px;
}
.main-carousel .owl-dots .owl-dot.active {
  background: rgba(255, 255, 255, 1);
}
.main-carousel .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 50%;
}
.main-carousel .owl-nav .owl-prev {
  width: 40px;
  height: 30px;
  position: absolute;
  left: 50px;
  font-size: 14px;
  color: #fff;
  border-top: 1px solid #fff;
  padding-top: 5px;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
}
.main-carousel .owl-nav .owl-next {
  width: 40px;
  height: 30px;
  position: absolute;
  right: 50px;
  font-size: 14px;
  color: #fff;
  border-top: 1px solid #fff;
  padding-top: 5px;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .main-carousel .li {
    height: 80vh;
  }
  .main-carousel .jarallax {
    height: 80vh;
  }
}

@media screen and (max-width: 900px) {
  .main-carousel .li {
    height: 70vh;
  }
  .main-carousel .jarallax {
    height: 70vh;
  }
}

@media screen and (max-width: 800px) {
  .main-carousel .li {
    height: 60vh;
  }
  .main-carousel .jarallax {
    height: 60vh;
  }
}

@media screen and (max-width: 640px) {
  .main-carousel .li {
    height: 50vh;
  }
  .main-carousel .jarallax {
    height: 50vh;
  }
  .main-carousel .owl-nav {
    display: none;
  }
  .main-carousel .li .copy_area h2 {
    font-size: 36px;
    letter-spacing: -3px;
  }
  .main-carousel .li .copy_area h3 {
    max-width: 300px;
    margin: 10px auto 0 auto;
    font-size: 15px;
    letter-spacing: -0.5px;
  }
  .main-carousel .img01 {
    background-image: url(../img/main_banner_img01.jpg);
  }
  .main-carousel .img03 {
    background-image: url(../img/main_banner_img03.jpg);
  }
}
/*메인배너*/

/*메인 퀵*/
.tl_main_quick_wrap {
  position: relative;
  z-index: 100;
  width: 100%;
  margin: 30px auto;
}
.tl_main_quick_wrap .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
.tl_main_quick_wrap .inner ul {
  padding: 0;
  margin: 0;
}
.tl_main_quick_wrap .inner li {
  float: left;
  width: 25%;
  height: 240px;
  background-color: #000;
  text-align: center;
  display: table;
}
.tl_main_quick_wrap .inner li i {
  font-size: 40px;
  padding-top: 70px;
  color: #fff;
}
.tl_main_quick_wrap .inner li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.tl_main_quick_wrap .inner li:nth-child(2) {
  background-color: #2a272a;
}
.tl_main_quick_wrap .inner li:nth-child(3) {
  background-color: #4b4a54;
}
.tl_main_quick_wrap .inner li:nth-child(4) {
  background-color: #f4f7f9;
}
.tl_main_quick_wrap .inner .link_tit {
  font-size: 22px;
  letter-spacing: -0.5px;
  margin-top: 20px;
  color: #fff;
}

.tl_main_quick_wrap .customer_area {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 240px;
  height: 230px;
  color: #293f8f;
  background-color: #f4f7f9;
}
.tl_main_quick_wrap .customer_area p {
  letter-spacing: -0.25px;
  line-height: 1.2;
}
.tl_main_quick_wrap .customer_txt {
  font-size: 22px;
  letter-spacing: -1px;
  font-weight: bold;
  color: #333;
}
.tl_main_quick_wrap .customer_num {
  margin-top: 15px;
  font-size: 24px;
}
.tl_main_quick_wrap .customer_num strong {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #000;
  opacity: 0.5;
}
.tl_main_quick_wrap .customer_num span {
  display: block;
  font-size: 16px;
  letter-spacing: -0.02em;
  border-top: 1px solid #ddd;
  padding-top: 13px;
  margin: 10px 0 0;
  line-height: 1.5;
}
.tl_main_quick_wrap .customer_area p {
  letter-spacing: -0.25px;
  line-height: 1.2;
}

@media screen and (max-width: 980px) {
  .tl_main_quick_wrap .inner li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .tl_main_quick_wrap {
    margin: 0 auto;
  }
  .tl_main_quick_wrap .inner li {
    width: 100%;
  }
}
/*메인 퀵*/

/*티로그는 지금*/
.tl_business_now_box_warp {
  width: 100%;
  padding: 80px 0;
  clear: both;
}
.tl_business_now_box_warp p {
  text-align: center;
  padding: 20px 20px 50px 20px;
  font-size: 16px;
  color: #555;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.tl_business_now_box_warp h2 {
  text-align: center;
  font-size: 42px;
  letter-spacing: -2px;
  font-weight: bold;
  color: #1a1a1a;
}
/*티로그는 지금*/

/*COMPANY ABOUT*/
.tl_about_box_wrap {
  width: 100%;
  min-height: 529px;
  clear: both;
}
.tl_about_box_wrap .photo {
  width: 52%;
  min-height: 529px;
  float: left;
}
.tl_about_box_wrap .photo .li {
  width: 100%;
  min-height: 529px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tl_about_box_wrap .photo .img01 {
  background-image: url(../img/tl_about_box_wrap01.jpg);
}
.tl_about_box_wrap .photo .img02 {
  background-image: url(../img/tl_about_box_wrap02.jpg);
}
.tl_about_box_wrap .photo .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 100%;
}
.tl_about_box_wrap .photo .owl-nav .owl-prev {
  width: 31px;
  height: 61px;
  position: absolute;
  left: 20px;
  background-color: transparent;
  cursor: pointer;
  border: 0;
  background-image: url(../img/prevBtn_off.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.tl_about_box_wrap .photo .owl-nav .owl-next {
  width: 31px;
  height: 61px;
  position: absolute;
  right: 20px;
  background-color: transparent;
  cursor: pointer;
  border: 0;
  background-image: url(../img/nextBtn_off.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.tl_about_box_wrap .photo .owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  bottom: 35px;
}
.tl_about_box_wrap .photo .owl-dots .owl-dot {
  background: rgba(255, 255, 255, 0.5);
  width: 30px;
  height: 5px;
  display: inline-block;
  margin-left: 10px;
  border: 0;
}
.tl_about_box_wrap .photo .owl-dots .owl-dot.active {
  background: rgba(255, 255, 255, 1);
}
.tl_about_box_wrap .txt {
  width: 48%;
  min-height: 529px;
  background-color: #efefef;
  padding: 95px 0px 95px 95px;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
}
.tl_about_box_wrap .txt h2 {
  font-size: 42px;
  letter-spacing: -1px;
  font-weight: bold;
  color: #000;
}
.tl_about_box_wrap .txt span {
  width: 52%;
  display: block;
  padding: 40px 0 0;
  color: #a6a6a6;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0;
}
.tl_about_box_wrap a {
  display: inline-block;
  font-size: 14px;
  margin-top: 40px;
  border: 1px solid #000;
  text-align: center;
  color: #fff;
  background-color: #000;
  line-height: 40px;
  padding: 0 30px;
  transition: all 0.2s;
}
.tl_about_box_wrap a:hover {
  padding: 0 40px;
  transition: all 0.3s;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.tl_about_box_wrap .txt-1 {
  padding-left: 300px;
  width: 52%;
}

.photo-1 {
  width: 48% !important;
}

.tl_about_box_wrap .txt-1 span {
  width: 62% !important;
}

@media screen and (max-width: 1200px) {
  .tl_about_box_wrap .photo {
    width: 100% !important;
    clear: both;
    float: none;
  }
  .tl_about_box_wrap .txt {
    width: 100%;
    clear: both;
    float: none;
  }
}

@media screen and (max-width: 640px) {
  .tl_about_box_wrap .txt {
    padding: 45px;
  }
  .tl_about_box_wrap .txt h2 {
    font-size: 24px;
  }
  .tl_about_box_wrap .txt span {
    width: 100%;
  }
}
/*COMPANY ABOUT*/

/*메인 갤러리 최신글*/
.tl_gall_box_wrap {
  width: 100%;
  padding: 150px 0;
}
/*메인 갤러리 최신글*/

/*메인 공지 최신글*/
.notice_latest_warp {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden; /* border-top:1px solid #ddd; */
  padding: 100px 10px 100px 10px;
  clear: both;
}
.notice_latest {
  width: 48%;
  float: left;
}
.counsel_latest {
  width: 48%;
  float: right;
}

@media screen and (max-width: 640px) {
  .notice_latest {
    width: 100%;
  }
  .counsel_latest {
    width: 100%;
  }
}
/*메인 공지 최신글*/

/*메인 하단 백그라운드*/
.bg_fix {
  width: 100%;
  max-width: 2560px;
  height: 380px;
  background-image: url(../img/fix_bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom;
  position: relative;
  z-index: 10;
}
#bg_fix_change {
  position: relative;
  width: 100%;
  height: 548px;
  display: none;
}
.bg_fix .sub_text {
  font-size: 18px;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
}
.bg_fix h2 {
  font-size: 22px;
  text-align: center;
  color: #fff;
  letter-spacing: -1px;
  padding-top: 50px;
}
.bg_fix h3 {
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  color: #fff;
  opacity: 0.8;
  font-weight: 400;
  letter-spacing: -0.02em;
  padding: 30px 10px 0 10px;
  word-break: keep-all;
}
@media screen and (max-width: 640px) {
  .bg_fix img {
    width: 80%;
  }
  .bg_fix h3 {
    max-width: 340px;
  }
}
/*메인 하단 백그라운드*/

/*컨텐츠 기본 셋팅*/
.content_wrap {
  width: 100%;
}
.content_wrap .txtCon {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 20px 50px 20px;
  font-weight: 400;
  position: relative;
  clear: both;
}
.content_wrap .txtCon .sub_title {
  margin-bottom: 100px;
}
.content_wrap .txtCon .sub_title h1 {
  font-size: 38px;
  color: #000;
  text-align: center;
}
.content_wrap .txtCon .sub_title h1:before {
  content: "";
  display: block;
  height: 40px;
  width: 1px;
  margin: 20px auto;
  background-color: #b0b0b0;
}
.content_wrap .txtCon .sub_title .sub_title {
  font-size: 16px;
  color: #555;
  font-weight: 400;
  text-align: center;
  padding-top: 20px;
  word-break: keep-all;
}
.content_wrap .txtboard {
  max-width: 1200px;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .content_wrap .txtCon .sub_title h1 {
    font-size: 28px;
  }
}
/*컨텐츠 기본 셋팅*/

/*서브 비주얼*/
.sub_visual {
  position: relative;
  max-width: 2560px;
  margin: 0 auto;
  height: 390px;
  padding: 136px 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
}
.sub_visual.visual01 .bg {
  background-image: url(../img/sub_visual01.jpg);
}
.sub_visual.visual02 .bg {
  background-image: url(../img/sub_visual02.jpg);
}
.sub_visual.visual03 .bg {
  background-image: url(../img/sub_visual03.jpg);
}
.sub_visual.visual04 .bg {
  background-image: url(../img/sub_visual04.jpg);
}
.sub_visual.visual05 .bg {
  background-image: url(../img/sub_visual05.jpg);
}
.sub_visual.visual06 .bg {
  background-image: url(../img/sub_visual06.jpg);
}
.sub_visual.visual07 .bg {
  background-image: url(../img/sub_visual07.jpg);
}
.sub_visual.visual08 .bg {
  background-image: url(../img/sub_visual08.jpg);
}
.sub_visual.visual09 .bg {
  background-image: url(../img/sub_visual09.jpg);
}
.sub_visual:hover .bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sub_visual h3 {
  position: relative;
  z-index: 2;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -0.8px;
  color: #fff;
  text-align: center;
  height: 90px;
}
.sub_visual h3:after {
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  margin: 20px auto;
  background-color: #fff;
}
.sub_visual .sub_title {
  font-size: 1.2em;
  text-align: center;
  filter: alpha(opacity=60);
  position: relative;
  font-weight: 500;
  color: #fff;
  z-index: 2;
  opacity: 0.8;
  padding-top: 10px;
}
.sub_visual .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/sub_visual_cover.png) center bottom no-repeat;
  opacity: 0.8;
  z-index: 1;
}
.sub_visual .bg {
  width: 100%;
  height: 450px;
  position: absolute;
  background-size: cover;
  top: 0;
  background-position: center top;
  background-repeat: no-repeat; /*-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;*/
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 960px) {
  .sub_visual {
    height: 350px;
  }
  .sub_visual h3 {
    font-size: 38px;
  }
}
/*서브 비주얼*/

/*서브 상단메뉴*/
.sub_navi {
  width: 100%;
  bottom: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  position: absolute;
  z-index: 2;
}
.sub_navi ul {
  text-align: center;
  max-width: 1080px;
  margin: auto;
}
.sub_navi li {
  display: inline-block;
  margin-left: -3px;
  width: 16%; /*margin:0 -1px 0 0*/
}
.sub_navi li a {
  display: block;
  box-sizing: border-box;
  color: #f2f2f2;
  text-align: center;
  position: relative;
  font-size: 1em;
  height: 55px;
  line-height: 55px;
  font-size: 1.313em;
  color: #666;
}
.sub_navi li a.on {
  border-bottom: 1px solid #000;
  border-bottom-color: #000;
  color: #000;
}
@media screen and (max-width: 640px) {
  .sub_navi {
    display: none;
  }
}
/*서브 상단메뉴*/

/*헤더관리 버튼*/
#cf_1_form {
  display: none;
  border: 2px solid tomato;
  padding: 2em;
  background-color: #fff;
  border-radius: 6px;
}
#cf_1_form h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
#cf_1_form .line {
  margin: 5px 0;
  padding-bottom: 7px;
}
#cf_1_form .line label {
  font-size: 14px;
  color: #930;
  width: 150px;
  display: inline-block;
  vertical-align: middle;
}
#cf_1_form .line input[type="text"] {
  border: 1px solid #ccc;
  line-height: 20px;
  height: 40px;
}
#btn-cf_1 {
  bottom: 2px;
  right: 2px;
  background-color: tomato;
  color: #fff;
  font-size: 14px;
  border: 0;
  height: 24px;
  line-height: 24px;
  padding: 0 0.5em;
  border-radius: 12px;
}
/*헤더관리 버튼*/

/*게시판 헤더관리*/
#head-edit-form {
  display: none;
  border: 2px solid tomato;
  padding: 2em;
  background-color: #fff;
  border-radius: 6px;
}
#head-edit-form h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
#head-edit-form .line {
  margin: 5px 0;
  padding-bottom: 7px;
}
#head-edit-form .line label {
  font-size: 14px;
  color: #930;
  width: 150px;
  display: inline-block;
  vertical-align: middle;
}
#head-edit-form .line textarea {
  width: 400px;
  height: 100px;
  line-height: 20px;
  border: 1px solid #ccc;
}
#head-edit-form .line input[type="text"] {
  border: 1px solid #ccc;
  line-height: 20px;
  height: 40px;
}
#head-edit-form .line #bo_head_bg_class {
  width: 150px;
  height: 40px;
}
#head-edit-form .line #bo_head_sub_title {
  width: 350px;
}
#head-edit-form .line #bo_head_mobile_sub_title {
  width: 350px;
}
#btn-mng-head {
  position: absolute;
  z-index: 100;
  bottom: 2px;
  right: 2px;
  background-color: tomato;
  color: #fff;
  font-size: 14px;
  border: 0;
  height: 24px;
  line-height: 24px;
  padding: 0 0.5em;
  border-radius: 12px;
}
/*게시판 헤더관리*/

/*내용관리 헤더관리*/
#head-edit-form .line #co_head_bg_class {
  width: 150px;
  height: 40px;
}
#head-edit-form .line #co_head_sub_title {
  width: 350px;
}
#head-edit-form .line #co_head_mobile_sub_title {
  width: 350px;
}
#head-edit-form .tc {
  text-align: center;
  margin-top: 1em;
}
#head-edit-form .tc .btn_submit {
  padding: 10px 20px;
}
/*내용관리 헤더관리*/

.visual_slider {
  position: relative;
}
.visual_slider .btn-admin {
  position: absolute;
  z-index: 100;
  bottom: 2px;
  right: 2px;
  background-color: tomato;
  color: #fff;
  font-size: 14px;
  border: 0;
  height: 24px;
  line-height: 24px;
  padding: 0 0.5em;
  border-radius: 12px;
}

#fregister {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#fregisterform {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

/*푸터*/
#footer {
  padding: 30px 0px;
  width: 100%;
  max-width: 2560px;
  position: relative;
  z-index: 10;
  background-color: #0d0d0d;
  clear: both;
}
#footer .footer_in {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  height: 224px;
  padding: 0 10px 0 10px;
  margin: 0 auto;
}
#footer .gotop {
  position: fixed;
  left: 0;
  bottom: 20px;
  width: 100%;
  min-width: 1080px;
  height: 1px;
  text-align: center;
}
#footer .gotop a {
  position: absolute;
  right: 7px;
  bottom: 0;
}
#footer .menu {
  display: block;
  padding: 7px 0 0;
}
#footer .menu a {
  display: inline-block;
  margin-right: 28px;
  font-size: 14px;
  font-weight: bold;
  color: #bbb;
}
#footer .menu a:active {
  font-size: 14px;
}
#footer .menu a strong {
  color: #fff;
}
#footer address {
  position: relative;
  margin: 35px 0 0;
  padding-top: 37px;
  border-top: 1px solid #414141;
  font-size: 14px;
  color: #a9a9a9;
} /* font-weight:bold; */
#footer .adr {
  display: block;
  margin: 0 0 6px;
  vertical-align: middle;
  font-style: normal;
}
#footer .adr:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 8px 0 0;
  border-radius: 3px;
  background-color: #fff;
  vertical-align: middle;
}
#footer .copyright {
  display: block;
  margin: 22px 0 0;
  font-size: 11px;
  font-style: normal;
}
#footer a.wa {
  position: absolute;
  right: 0;
  top: 37px;
}
/*푸터*/

/* 푸터팝업*/
.tl_pop_con {
  background: #fff;
}
.tl_pop_con h2.f_pop_tit {
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  color: #fff;
}
.tl_pop_con h2.f_pop_tit img {
  display: inline-block;
  margin-left: 50px;
  margin-right: 5px;
  margin-top: -10px;
  width: 120px;
}
.tl_pop_con h2.f_pop_tit span {
  display: inline-block;
  padding-left: 50px;
}
.f_pop_wrap {
  line-height: 23px;
  text-align: justify;
  word-break: break-all;
  font-size: 15px;
  overflow-y: auto;
}
.f_pop_wrap strong {
  color: #00a19a;
  font-weight: normal;
}
.f_pop_wrap p {
  color: #333;
  padding: 40px 50px;
  line-height: 1.6;
}
.mfp-close:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_close.png") no-repeat center center;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  border-radius: 50%;
}
.mfp-close {
  width: 40px;
  height: 40px;
  text-indent: -999px;
  opacity: 1;
  overflow: hidden;
  background-color: transparent;
  border: 0;
}
button.mfp-close:hover:after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
/* 푸터팝업*/

/* 스크롤텍스트 시작 */

.scroll_text h1 {
  font-family: "Montserrat";
  font-size: 200px;
  font-weight: 600;
  color: #000;
  z-index: -1;
  letter-spacing: -10px;
  white-space: nowrap;
  text-transform: uppercase;
  animation: scrollText 10s infinite linear;
  opacity: 0.1;
  margin: -2% 0 5%;
}

@keyframes scrollText {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

/* 스크롤텍스트 끝 */
