@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

@font-face {
  font-family: "KoPub";
  font-weight: 300;
  src: url(../font/KoPubWorld_Batang_Pro_Light.woff2) format("woff2");
  src: url(../font/KoPubWorld_Batang_Pro_Light.woff) format("woff");
}
@font-face {
  font-family: "KoPub";
  font-weight: 500;
  src: url(../font/KoPubWorld_Batang_Pro_Medium.woff2) format("woff2"); 
  src: url(../font/KoPubWorld_Batang_Pro_Medium.woff) format("woff");
}
@font-face {
  font-family: "KoPub";
  font-weight: 700;
  src: url(../font/KoPubWorld_Batang_Pro_Bold.woff2) format("woff2");
  src: url(../font/KoPubWorld_Batang_Pro_Bold.woff) format("woff");
}


html{
  font-size: 10px;
}
:root {
  --color-point : rgb(42,121,210);
}
body{
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  font-size: 1.6rem;
}
body *{
  line-height: 1.4;
  letter-spacing: -0.06em;
  word-break: keep-all;
}
.sub-wrap *, .main-wrap *, body *{
  font-family: 'Pretendard', 'sans-serif';
  word-break: keep-all;
}
 


.inner{
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
img{
  max-width: 100%;
}
.kopub{
  font-family: 'KoPub', sans-serif !important;
}
br.keep{
  display: block !important;
}


.txt_gradient{background: linear-gradient(0deg,rgba(255, 187, 126, 1) 0%, rgba(255, 236, 205, 1) 100%);background-clip: text;color: transparent;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.txt_gradient2{background: linear-gradient(0deg,rgba(255, 172, 97, 1) 0%, rgba(255, 204, 138, 1) 100%);  background-clip: text;color: transparent;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}


.bo_visual .sub_top_box{background: url(/html/img/bo_visual01.jpg) no-repeat center/cover;}


.bo_inner{max-width: 1320px;padding-bottom: 260px;}
.bo_inner .tab_wrap{margin-top: 90px;}
.bo_inner .tab_wrap .bo_top_box{padding: 180px 0 80px;}
.bo_inner .tab_wrap .bo_top_box h3{font-size: 55px;font-weight: 300;color: #f98102;text-align: center;}
.bo_inner .tab_wrap .bo_top_box p{font-size: 23px;font-weight: 300;color: #726b68;text-align: center;margin-top: 20px;}

@media screen and (max-width: 1024px) {
  .bo_inner{padding-bottom: 120px;}
  .bo_inner .tab_wrap{margin-top: 40px;}
  .bo_inner .tab_wrap .bo_top_box{padding: 60px 0 40px;}
  .bo_inner .tab_wrap .bo_top_box h3{font-size: 32px;}
  .bo_inner .tab_wrap .bo_top_box p{font-size: 18px;margin-top: 10px;}
}

/* 게시판 페이징 */
.pg{margin-top: 0;}
.pg_wrap{float: none;display: block;text-align: center;margin-top: 70px;}
.pg_current{min-width: 40px;height: 40px;background-color: transparent;border: unset;font-size: 20px;font-weight: 500;color: #000;line-height: 40px;border-radius: 50%;}
.pg_page{min-width: 40px;height: 40px;background-color: transparent;border: unset;font-size: 20px;font-weight: 200;line-height: 40px;color: #222;border-radius: 50%;}
.pg_page:hover{background-color: #000;}
.pg_end {background: url(/html/img/pg_end.png) no-repeat 50% 50% #fff !important;}
.pg_start {background: url(/html/img/pg_start.png) no-repeat 50% 50% #fff !important;}
.pg_next {background: url(/html/img/pg_next.png) no-repeat 50% 50% #fff !important;}
.pg_prev {background: url(/html/img/pg_prev.png) no-repeat 50% 50% #fff !important;}

@media screen and (max-width:1024px) {
  .pg_wrap{margin-top: 40px;}
  .pg_current{min-width: 30px;height: 30px;font-size: 16px;line-height: 30px;}
  .pg_page{min-width: 30px;height: 30px;font-size: 16px;line-height: 30px;}
}



/* common */
/* 헤더컬러 */
.gnb_nav .gnb .depth1:hover > .depth1_a {
  color: #f98102;
}
.gnb_nav .ham_open .bar{background-color: var(--color-point);}
/* .gnb_nav .snb{border-top: 4px solid #A9806A;} */
/* 헤더 > 서브메뉴 border-top 필요 시 활성화 */
.gnb_nav .snb .depth2 a:hover {color: var(--color-point);}
.all_gnb_nav p.depth1_a::after{background-color: var(--color-point);}
.all_gnb_nav .depth2 a:hover {color: var(--color-point);}
.gnb_nav .snb .depth2.on a{
  color: var(--color-point);
}
.all_gnb_nav .depth2.on > a
{
  color: var(--color-point);
}

/* 헤더컬러 */

.header{
  background: #fff;
  padding-top: 50px;
}
.header *{
  font-family: 'Pretendard', 'sans-serif' !important;
  /* background: #fff; */
}
.header {width: 100%; border-bottom: 1px solid  rgb(255,255,255); position: fixed; top: 0; left: 0; z-index: 99999; transition: 0.3s;}
.header.scr{top: -90px;}
.header.scr, .header.sub {
  border-bottom: 1px solid  rgba(217, 217, 217,0.2);}
.header.sub{background: transparent;}
.header.sub.scr{background: #fff;}
.header .inner {
  height: 100%; display: flex; justify-content: center; align-items: center;
  position: relative;
  z-index: 99;
  flex-wrap: wrap;
}
.header .logo img {display: block; max-width: 251px; position: relative;
/* top: 4px; */
/* 가시사이즈가 중앙이 아닐 때 top 조정 */
}
.gnb_nav {display: flex;justify-content: center;align-items: center;width: 100%;}
.gnb_nav .gnb {display: flex; /* gap: 80px; */ margin-right: 0px;padding: 50px 0;}
.gnb_nav .gnb .depth1 {font-weight: 600;  position: relative; transition: .3s;}
.gnb_nav .gnb .depth1_a {display: inline-block;font-size: 20px;line-height: 1.5;position: relative; white-space: nowrap; top : 2px;color: #726b68;padding: 0 15px;transition: color 0.3s;}
.gnb_nav .gnb .depth1:nth-child(n + 2)::before{content: '│';position: absolute;top: 60%;left: 0;font-size: 20px;font-weight: 400;color: #726b68;transform: translate(-50%, -50%);}

/* 메뉴 호버타입1 */
/* .gnb_nav .gnb .depth1_a::after{
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}
.gnb_nav .gnb .depth1:hover > .depth1_a::after{width: calc(100% + 10px);} */
/* 메뉴 호버타입1 */

/* 메뉴 호버타입2 */
 /* .gnb_nav .gnb .depth1_a::after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--color-point);
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  border-radius: 100%;
}
.gnb_nav .gnb .depth1:hover > .depth1_a::after,
.gnb_nav .gnb .depth1.on a::after
{opacity: 1;}  */
/* 메뉴 호버타입2 */

.ham_open {width: 28px; height: auto; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer;
display: flex;
}
.gnb_nav .ham_open .bar {display: block; width: 100%; height: 3px;}
.gnb_nav .snb {width: auto; min-width: 150px; padding: 15px 0; font-size: 16px; text-align: center; line-height: 1.3;  transform: translateX(-50%); transform-origin: top; position: absolute; top: calc(100% + 1px); left: 50%; z-index: -1;display: none;background-color: #fff;}

.gnb_nav .snb .depth2 a {
  display: block;
  padding: 10px;
  word-break: keep-all;

  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.04em;
  text-align: center;
  color: rgb(25, 25, 25);
  transition: color 0.3s;
}
.header .snb > h2{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.41px;
  text-align: center;
  color: rgb(25, 25, 25);
  margin-bottom: 5px;
}

.header.on .snb {
  /* opacity: 1; transform: translateX(-50%); height: auto; */
}
.all_menu_bg {width: 100%; height: 100%; background: rgba(0,0,0,0.5); position: fixed; top: 0; left: 0; z-index: 100; display: none;}
.all_menu_wrap {width: 100%; height: 100%; background-color: #fff; position: fixed; top: 0; right: 0; z-index: 99999; transform: translateY(-100%); opacity: 0; transition: 0.5s;}
.all_menu_wrap .all_menu_top {width: 100%; height: 100px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #eee; position: relative;}
.all_menu_wrap .ham_close {width: 100px; height: 100px; padding: 33px; border-right: 1px solid #eee; position: absolute; top: 0; right: 0; cursor: pointer;}
.all_menu_wrap .ham_close img {width: 100%; max-width: 32px;}
.all_gnb_nav {height: calc(100% - 100px); font-size: 2rem; text-align: center;}
.all_gnb_nav .gnb {display: flex; height: 100%; font-size: 1.8rem;}
.all_gnb_nav .depth1 {flex: 1; padding: 10px; padding-top: 8%;}
.all_gnb_nav .depth1 + .depth1 {border-left: 1px solid #eee;}
.all_gnb_nav p.depth1_a {padding-bottom: 35px; font-size: 24px; font-weight: 500; line-height: 1; position: relative;}
.all_gnb_nav p.depth1_a .arr {width: 30px; height: 30px; background: url(/html/img/ham_arr.svg) no-repeat center/cover; display: none;}
.all_gnb_nav p.depth1_a::after {content: ''; display: block; width: 50px; height: 4px;  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.all_gnb_nav .snb {display: block;}
.all_gnb_nav .depth2:first-child{
  margin-top: 35px;
}
.all_gnb_nav .depth2 {}
.all_gnb_nav .depth2 a {font-weight: 500; word-break: keep-all; font-size: 18px;
display: block;
padding: 10px 0;
}
.all_menu_wrap.on {opacity: 1; transform: translateY(0);}

.all-toggle-wrap{
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
  overflow: hidden;
  padding: 40px 0;
  height: 250px;
}
.header.on .all-toggle-wrap{
  /* opacity: 1;
  height: auto; */
}
.all-toggle-wrap .n-inner{
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 1520px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.all-toggle-wrap .n-inner > .left-img{
  width: 568px;
  position: relative;
}
.all-toggle-wrap .n-inner > .left-img img{
  padding-left: 100px;
  padding-right: 40px;
  width: 100%;
  display: block;
}
.all-toggle-wrap .n-inner > .left-img::before{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #D1D1D1;
  position: absolute;
  top: 0;
  right: 0;
}
.header-bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99998;
  background: rgb(0,0,0,0.5);
  display: none;
}
.all_gnb_nav .gnb li .snb{
  padding-top: 35px;
}
.all_gnb_nav .gnb li .snb > h2{
  display: none;
}



/* 언어변경 버튼 */
header .language_btn{font-size: 0;position: relative;}
header .language_btn button {outline: none;border: none;display: block;background-color: transparent;}
header .language_btn button img{max-width: 100%;}
header .language_btn .lang_list{display: none;position: absolute;top: 150%;left: 50%;background-color: #fff;border: rgba(0, 0, 0, 0.05) solid 1px;border-radius: 8px;box-shadow: rgba(0, 0, 0, 0.05) 0 0 25px 0;transform: translateX(-50%);padding: 12px 10px; z-index: 9;}
header .language_btn .lang_list > li:nth-child(n + 2){margin-top: 10px;}
header .language_btn .lang_list > li a{display: block;font-size: 12px;font-weight: 400;color: #1D1D1D;line-height: 2;padding: 0 20px;transition: color 0.3s;white-space: nowrap;}
header .language_btn .lang_list > li a:hover{color: #3561FD;}


.right-btn-area{
  display: flex;
  align-items: center;
  gap: 14px;
  display: none;
}
.right-btn-area > div{
  width: 30px;
  cursor: pointer;
}

@media screen and (max-width: 1600px){
  .header .snb > h2{
  }
  .gnb_nav .snb{
    padding: 20px 0;
  }

  .all-toggle-wrap{
    padding: 20px 0;
  }
  .all-toggle-wrap .n-inner{
    gap: 20px;
  }
  .all-toggle-wrap .n-inner > .left-img{
    width: 500px;
  }
  .all-toggle-wrap .n-inner > .left-img img{
    padding-left: 80px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1200px){
  .gnb_nav .gnb {display: flex; /* gap: 80px; */ margin-right: 0px;padding: 50px 0;}
  .gnb_nav .gnb .depth1 {font-weight: 600;  position: relative; transition: .3s;}
  .gnb_nav .gnb .depth1_a {font-size: 18px;padding: 0 12px;}
  .gnb_nav .gnb .depth1:nth-child(n + 2)::before{font-size: 18px;}

}
@media(min-width:1025px){
  .all_gnb_nav .snb{
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1024px){
  .all_gnb_nav .gnb li .snb{
    padding-top: 0px;
  }
  .right-btn-area{
    display: flex;
  }
  .ham_open{
    display: flex;
  }
	.header {height: 80px;padding-top: 0;}
  .header.scr{top: 0;}
  .header .inner{justify-content: space-between;}
  .header .logo{max-width: calc(100% - 30px);}
	.header .logo img {width: 181px;max-width: 100%;}
  .gnb_nav{width: auto;}
	.gnb_nav .gnb {display: none;}
	.all_menu_wrap {width: 500px; top: 0; right: 0; transform: translate(100%, 0);}
	.all_menu_wrap.on {transform: translate(0, 0); box-shadow: 0 0 10px rgba(0, 0, 0, .16);}
	.all_menu_wrap .all_menu_top {padding: 0 15px; justify-content: left;}
	.all_gnb_nav .gnb {display: block; text-align: left;}
	.all_gnb_nav .depth1 {width: 100%; padding: 0; border-bottom: 1px solid #eee;}
	.all_gnb_nav .depth1 + .depth1 {border-left: none;}
	.all_gnb_nav p.depth1_a {display: flex; justify-content: space-between; align-items: center; padding: 0 15px; font-size: 18px; line-height: 60px; cursor: pointer;}
	.all_gnb_nav p.depth1_a .arr {display: block; transition: 0.3s;
  width: 25px;
  height: 25px;
  }
	.all_gnb_nav p.depth1_a.on .arr {transform: rotate(-180deg);}
	.all_gnb_nav p.depth1_a::after {display: none;}
	.all_gnb_nav .snb {display: none; font-size: 16px; transition: none;}
	.all_gnb_nav .depth2 {margin-top: 0; padding-left: 15px; line-height: 1.3; border-top: 1px solid #eee; transition: none;}
	.all_gnb_nav .depth2 a {display: block;
  padding-left: 5px;
  }
  .all_gnb_nav .depth2:first-child{
    margin-top: 0;
  }

  .right-btn-area{
    gap: 8px;
  }
  .right-btn-area > div{
    width: 20px;
  }
  .all_gnb_nav .depth1.on > p,
  .all_gnb_nav .depth1.on > a{
    color: rgb(51, 139, 73);
  }
}
@media screen and (max-width: 768px){

	.ham_open {width: 22px;}
	.all_menu_wrap {width: 95%;}
	.all_menu_wrap .all_menu_top {height: 60px;}
	.all_menu_wrap .ham_close {width: 60px; height: 60px; padding: 20px;}
	.all_gnb_nav {height: calc(100% - 60px);}
	.all_gnb_nav p.depth1_a {line-height: initial;
  padding: 20px 15px;
  font-weight: 500;
  font-size: 17px;
  }
  .all_gnb_nav .depth2 a{
    font-size: 16px;
    font-weight: 400;
  }
	.all_gnb_nav .snb {font-size: 16px;}
  header .language_btn{margin-right: 0px;}
  header .language_btn button {width: 22px;}
  header .language_btn .lang_list > li a{padding: 0 10px;}
}

/* header */

.ctt_admin{
  position: fixed;
  top: 100px;
  right: 15px;
}
#sub_container {
  margin-top: 100px;
}
.sub_visual {
  height: auto;
  background: url(/html/img/sub_visual01.jpg) no-repeat center/cover;
  }
.subtop-con-wrap{
  width: 100%;
  padding: 150px 0;
}
.sub_visual.sv01 {
  background-image: url(/html/img/sub_visual01.jpg);
}
.sub_visual.sv02 {
  background-image: url(/html/img/sub_visual02.jpg);
}
.sub_visual.sv03 {
  background-image: url(/html/img/sub_visual03.jpg);
}
.sub_visual.sv04 {
  background-image: url(/html/img/sub_visual04.jpg);
}
.sub_visual.sv05 {
  background-image: url(/html/img/sub_visual05.jpg);
}
.sub_visual .sub_tit {
  font-size: 55px;
  color: #fff;
}
.sub_visual .subtop-txtbox p{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 7.2px;
  color: rgb(222, 181, 161);
  padding-bottom: 12px;
}
.sub_visual .subtop-txtbox p span{
  font-weight: bold;
}
.sub_nav {
  border-bottom: 1px solid #E5E5E5;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
.sub_nav_ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  border-left: 1px solid #E5E5E5;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -0.34px;
  color: rgb(54, 54, 54);
}
.sub_nav_ul > li {
  border-right: 1px solid #E5E5E5;
  position: relative;
}
.sub_nav_ul .home {}
.sub_nav_ul .home a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  background: #C29C89;
}
.sub_nav_ul .home a img{
  max-width: 40px;
}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li
{
  width: 240px;
}
.sub_nav_ul .depth_p {
  width: 100%;
  padding: 23px 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.sub_nav_ul .depth_p::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(/html/img/icon_drop.png) no-repeat center; position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  transition: .3s;
}
.sub_nav_ul .depth_p.on::after {
  transform: translateY(-50%) rotate(-180deg);
}
.sub_nav_ul .drop_menu {
  display: none;
  width: calc(100% + 2px);
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  left: -1px;
}
.sub_nav_ul .drop_menu li {
  line-height: 1.3;
}
.sub_nav_ul .drop_menu li + li {
  border-top: 1px solid #ebebeb;
}
.sub_nav_ul .drop_menu li a {
  display: block;
  padding: 10px 15px;
  word-break: keep-all;
  transition: .2s;
}
.sub_nav_ul .drop_menu li:hover a {
  background-color: #f7f7f7;
}


@media(max-width:1024px){
  #sub_container {
    margin-top: 80px;
  }
.subtop-con-wrap{
  padding: 60px 0;
}
.sub_visual .sub_tit {
  font-size: 30px;
}
.sub_nav_ul {
  font-size: 16px;
}
.sub_nav_ul .home{
  display: none;
}
.sub_nav_ul .home.nostr{
  display: flex;
}
.sub_nav_ul .home a{
  width: 50px;
}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li
{
  width: 50%;
}
.sub_nav_ul .depth_p {
  padding: 15px 10px;
}
.sub_visual .subtop-txtbox p{
  letter-spacing: 0.5px;
  padding-bottom: 6px;
}
.sub_nav_ul .depth_p::after {
  width: 16px;
  height: 16px;
  right: 10px;
}
}

/* subtop */

.search-popup-wrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99999999999999999999999999999;
  display: none;
}
.header-bg2{
  z-index: 99999999999999999999999999999;
}
.search-popup-wrap .search-pop-box{
  max-width: 800px;
  width: 100%;
  padding: 84px 20px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
.search-popup-wrap .search-pop-box .search-frm-box{
  position: relative;
  width: 100%;
  padding: 15px 18px;
  padding-right: 80px;
  padding-left: 52px;
  border-radius: 999px;
  border: solid 3px rgb(119, 177, 70);
  background-color: rgb(255, 255, 255);
}
.search-pop-ipt{
  width: 100%;
  outline: none;
  border: none;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.55px;
  color: rgb(25,25,25);
}
.search-pop-ipt::placeholder{
  color: rgb(126, 126, 126);
}
.search-popup-wrap .search-pop-box .search-frm-box button{
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.search-popup-closebtn{
  display: block;
  cursor: pointer;
  width: 160px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
}
.search-popup-closebtn:hover{
  background: #000;
  color: #fff;
  border-color: #000;
}
/* .search-popup-wrap .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
} */

@media(max-width:1024px){

  .search-popup-wrap{
    height: 100vh;
    background: transparent;
  }
  .search-popup-wrap .search-pop-box{
    padding: 40px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background: #fff;
    width: 95%;
  }
  .search-popup-wrap .search-pop-box .search-frm-box{
    padding: 10px 15px;
    padding-right: 55px;
    padding-left: 15px;
    border: solid 2px rgb(119, 177, 70);
  }
  .search-pop-ipt{
    font-size: 16px;
  }
  .search-popup-wrap .search-pop-box .search-frm-box button{
    width: 36px;
    height: 36px;
    right: 15px;
  }
  .search-popup-closebtn{
    margin-top: 30px;
    font-size: 16px;
  }
}

/* search-popup */

.main-wrap,
.main-banner,
.main-sec,
.sub-wrap,
.sub-sec{
  position: relative;
  width: 100%;
}







/* 푸터 footer */
.ft_wrap .inner{max-width: 1520px;}
.ft_wrap .info_wrap{padding: 170px 0 115px;background: linear-gradient(0deg,rgba(255, 105, 31, 1) 0%, rgba(255, 141, 57, 1) 100%);}
.ft_wrap .info_wrap h2{font-size: 48px;font-weight: 300;color: #fff;}
.ft_wrap .info_wrap .info_list{display: flex;gap: 40px;flex-wrap: wrap;margin-top: 80px;}
.ft_wrap .info_wrap .info_list > li{width: calc(25% - 30px);}
.ft_wrap .info_wrap .info_list > li h3{font-size: 22px;font-weight: 500;color: #fff;padding-bottom: 20px;border-bottom: #f3f2ef solid 1px;}
.ft_wrap .info_wrap .info_list > li .detail{font-size: 19px;font-weight: 400;color: #fff;margin-top: 35px;}
.ft_wrap .info_wrap .info_list > li table{width: 100%;margin-top: 35px;}
.ft_wrap .info_wrap .info_list > li table td{font-size: 19px;font-weight: 400;color: #fff;vertical-align: top;}
.ft_wrap .info_wrap .info_list > li .ps{font-size: 21px;font-weight: 700;color: #fff;margin-top: 15px;}
.ft_wrap .info_wrap .info_list > li .num{font-size: 26px;font-weight: 300;color: #fff;margin-top: 35px;}
.ft_wrap .info_wrap .copyright{font-size: 16px;font-weight: 300;color: #fff;margin-top: 40px;letter-spacing: -0.02em;}

.ft_wrap .map_box{width: 100%;height: 720px;}
.ft_wrap .map_box .wrap_map{height: 100%;}
.ft_wrap .map_box .root_daum_roughmap{width:100% !important;height: 100% !important;}
.ft_wrap .map_box .map{width: 100%;height: 720px;}
.ft_wrap .map_box .map_border{display: none;}

@media screen and (max-width:1400px) {
  .ft_wrap .info_wrap{padding: 100px 0;}
  .ft_wrap .info_wrap h2{font-size: 36px;}
  .ft_wrap .info_wrap .info_list{gap: 60px 20px;margin-top: 40px;}
  .ft_wrap .info_wrap .info_list > li{width: calc(50% - 10px);}
  .ft_wrap .info_wrap .info_list > li h3{font-size: 18px;padding-bottom: 16px;}
  .ft_wrap .info_wrap .info_list > li .detail{font-size: 16px;margin-top: 20px;}
  .ft_wrap .info_wrap .info_list > li table{margin-top: 20px;}
  .ft_wrap .info_wrap .info_list > li table td{font-size: 16px;}
  .ft_wrap .info_wrap .info_list > li .ps{font-size: 18px;margin-top: 10px;}
  .ft_wrap .info_wrap .info_list > li .num{font-size: 20px;margin-top: 20px;}
  .ft_wrap .info_wrap .copyright{font-size: 15px;}
  
  .ft_wrap .map_box{height: 400px;}
  .ft_wrap .map_box .map{height: 400px;}
}
@media screen and (max-width:768px) {
  .ft_wrap .info_wrap{padding: 80px 0;}
  .ft_wrap .info_wrap h2{font-size: 30px;}
  .ft_wrap .info_wrap .info_list{gap: 40px;}
  .ft_wrap .info_wrap .info_list > li{width: 100%;}
  .ft_wrap .info_wrap .info_list > li h3{font-size: 16px;padding-bottom: 10px;}
  .ft_wrap .info_wrap .info_list > li .detail{font-size: 15px;margin-top: 10px;}
  .ft_wrap .info_wrap .info_list > li table{margin-top: 10px;}
  .ft_wrap .info_wrap .info_list > li table td{font-size: 15px;}
  .ft_wrap .info_wrap .info_list > li .ps{font-size: 16px;}
  .ft_wrap .info_wrap .info_list > li .num{font-size: 18px;margin-top: 10px;}
  .ft_wrap .info_wrap .copyright{font-size: 14px;}
  
  .ft_wrap .map_box{height: 300px;}
  .ft_wrap .map_box .map{height: 300px;}
}






/* 퀵메뉴 */
.quick-menu{
  position: fixed;
  top: 120px;
  right: 60px;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: all 0.3s ease-in-out;
  z-index: 100000;
}
.quick-menu .quick-menu-line{
  width: 170px;
  background: linear-gradient(0deg,rgba(255, 105, 31, 1) 0%, rgba(255, 141, 57, 1) 100%);
  border-radius: 30px;
}
.quick-menu{
  overflow-y: auto;
}
.quick-menu .quick-menu-line{
  max-height: calc(100vh - 80px);
}
.quick-menu::-webkit-scrollbar{
  width: 0px;
  height: 0px;
}
.quick-menu::-webkit-scrollbar-thumb{
  width: 0;
  height: 0px;
  border-radius: 3px;
  background: #606060;
}

.quick-menu .quick-menu-line > li{
  border-bottom: 1px solid #fff;
}
.quick-menu .quick-menu-line > li:last-child{
  border-bottom: unset;
}
.quick-menu .quick-menu-line a{
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.08em;
  text-align: center;
  color: #fff;
  display: block;
  padding: 18px 10px;
}
.quick-menu .quick-menu-line a .num{
  font-weight: 700;
  line-height: 1.2;
}
.quick-menu .topBtn{
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.quick-menu .topBtn .topbtn-con{
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.quick-menu .topbtn-con p{
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -1.27px;
  text-align: center;
  color: #958f8d;
  transition: color 0.3s;
}

@media(max-width:1600px){
  .quick-menu{
    top: 200px;
  }
  .quick-menu .quick-menu-line a{
    font-size: 16px;
    padding: 12px 5px;
  }  
}

@media(max-width:1024px){
  .quick-menu{
    position: fixed;
    top: unset;
    bottom: 80px;
    right: 10px;
  }
  .quick-menu .quick-menu-line{
    display: none;
  }
  .quick-menu .topBtn{
    background: #fff;
    border-radius: 8px;
  }
  .quick-menu .topBtn .topbtn-con{
    width: 50px;
    padding: 12px 0;
  }
  .quick-menu .topBtn .topbtn-con img{
    max-width: 14px;
  }
  .quick-menu .topBtn .topbtn-con p{
    font-size: 14px;
  }
}








/* 모바일 하단 메뉴 */
.mobile-bottom-floting{
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #f98102;
  display: none;
}
.mobile-bottom-floting .con-wrapper .con-line{
  display: flex;
}
.mobile-bottom-floting .con-wrapper .con-line > li{
  flex: 1;
  border-right: 1px solid rgba(255,255,255,0.22);
}
.mobile-bottom-floting .con-wrapper .con-line > li:last-child{
  border: none;
}
.mobile-bottom-floting .con-wrapper .con-line > li a{
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 3px 10px;
}
.mobile-bottom-floting .con-wrapper .con-line > li a img{
  display: block; 
  width: 40px;
  margin: 0 auto;
  margin-bottom: 6px;
}
.mobile-bottom-floting .con-wrapper .con-line > li a .txt{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.68px;
  color: rgb(255, 255, 255);
}

@media(max-width:1200px){
  .mobile-bottom-floting{
    display: block;
  }

  .mobile-bottom-floting .con-wrapper .con-line > li a{
    padding: 10px 3px 6px;
  }
  .mobile-bottom-floting .con-wrapper .con-line > li a img{
    width: 20px;
    margin-bottom: 4px;
  }
  .mobile-bottom-floting .con-wrapper .con-line > li a .txt{
    font-size: 14px;
  }
}

@media(max-width:350px){
  .mobile-bottom-floting .con-wrapper .con-line > li a img{
    width: 20px;
  }
  .mobile-bottom-floting .con-wrapper .con-line > li a .txt{
    font-size: 4vw;
  }
}










/* 하단 빠른 상담 */
.inq-floting-wrap{
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.foot-sec02{
  padding: 30px 0;
  background-color: #413f3f;
}
.foot-sec02 .foot-bottom-inner{
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.foot-sec02 .foot-bottom-inner .con-line{
  display: flex;
  align-items: center;
  gap: 20px 36px;
  flex-wrap: wrap; 
}
.foot-sec02 .foot-bottom-inner .con-line > .logo{
  width: 159px;
}
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line{
  display: flex;
  align-items: center;
  gap: 28px;
}
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left{
  display: flex;
  gap: 8px;
}
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left .foot-ipt-box{
  position: relative;
  width: 135px;
}
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left .foot-ipt-box select{
  width: 100%;
  height: 100%;
  padding: 12px 13px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.67;
  text-align: left;
  color: rgb(25,25,25);
  border: none;
  outline: none;
  border-radius: 7px;
  background: #fff url("/html/img/sel-arrow-icon.svg") no-repeat right 12px center;
  background-size: 16px auto;
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
}
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left .foot-ipt-box select:focus{
  position: absolute;
  height: 500%;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 0;
}
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left .foot-ipt-box select option,
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left .foot-ipt-box select optgroup{
  padding: 6px 5px;
  background-color: #fff;
}
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left .foot-ipt-box select option:hover{
  background-color: #9817D9;
  color: #fff;
}
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left .foot-ipt-box select optgroup{
  font-weight: 600;
}

.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left .foot-ipt-box input{
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.67;
  text-align: left;
  color: rgb(25,25,25);
  border: none;
  outline: none;
  background: #fff;
}
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left .foot-ipt-box input:focus{
  border: unset !important;
  box-shadow: unset !important;
}
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left .foot-ipt-box input::placeholder{
  color: rgb(123, 123, 123);
}
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .right > .chk-iptbox{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .right > .chk-iptbox:last-child{
  margin-bottom: 0;
}
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .right > .chk-iptbox label{
  display: inline-block;
  gap: unset;
  padding: unset;

  font-size: 11px;
  font-weight: 300;
  color: #fffefe;
  cursor: pointer;
}
.foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px; 
} 
.foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line > .foot-submitbtn{
  border: none;
  outline: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f98102;
  font-size: 13px;
  font-weight: normal;
  color: rgb(255, 254, 254);
  width: 135px;
  height: 40px;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line > a{
  width: 135px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.54;
  color: rgb(38, 38, 38);
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line > a img{
  width: 28px;
}
.foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line > a.blog{
  background-color: #41df35;
}
.foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line > a.blog img{
  width: 18px;
}
.foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line > a.insta{
  color: #fff;
  background-color: #000;
}
.foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line > .foot-submitbtn:hover,
.foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line > a:hover{
  border: 2px solid #fff;
}


@media(max-width:1300px){
  .foot-sec02 .foot-bottom-inner .con-line{
    gap: 20px;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line{
    gap: 14px;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left .foot-ipt-box{
    width: 100px;
  }
}
@media(max-width:1200px){
  .foot-sec02{
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.7);
    display: none;
  }
  .mobile-bottom-floting{
    display: block;
  }
  .foot-sec02 .foot-bottom-inner .con-line{
    gap: 20px;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .logo{
    width: 159px;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .frm-li{
    width: 100%;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line{
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left{
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left .foot-ipt-box{
    width: 100%;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left .foot-ipt-box input{
    padding: 10px 10px;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .right{
    width: 100%;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .right > .chk-iptbox{
    gap: 6px;
    margin-bottom: 4px;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .sns-li{
    width: 100%;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line{
    gap: 10px; 
  } 
  .foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line > .foot-submitbtn{
    padding: 10px 0;
    width: 100%;
    border: 1px solid transparent;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line > a{
    width: calc(50% - 5px);
    padding: 10px 0;
    border: 1px solid transparent;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line > a img{
    width: 22px;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line > .foot-submitbtn:hover,
  .foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line > a:hover{
    border: 1px solid #fff;
  }
}

@media(max-width:1024px){
  .foot-sec02 .foot-bottom-inner{
    display: none;
  }
}











/* 팝업 */

.popup-wrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999999;
  display: none;
}
.popup-wrap .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0,0.7);
}
.popup-wrap .popup-box{
  max-width: 600px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  z-index: 2;
  padding: 24px;
}
.popup-wrap .popup-box .close-x{
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.popup-wrap .popup-box .titbox{
  margin-bottom: 24px;
  padding-right: 32px;
}
.popup-wrap .popup-box .titbox h3{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.44px;
  color: rgb(24, 29, 39);
  margin-bottom: 20px;
}
.popup-wrap .popup-box .titbox p{
  font-size: 16px;
  font-weight: normal;
  color: rgb(83, 88, 98);
}
.popup-wrap .popup-box .titbox .prv-txt-box{
  max-height: 50vh;
  overflow-y: auto;
}
.popup-wrap .popup-box .titbox .prv-txt-box::-webkit-scrollbar {
  width: 4px;
  background-color: rgb(209, 209, 209);
}
.popup-wrap .popup-box .titbox .prv-txt-box::-webkit-scrollbar-thumb {
  background-color: rgb(125, 125, 125);
}


@media(max-width:1024px){
  .popup-wrap .popup-box{
    max-width: 600px;
    width: calc(100% - 30px);
    border-radius: 16px;
    padding: 20px 15px;
  }
  .popup-wrap .popup-box .close-x{
    top: 20px;
    right: 15px;
    width: 28px;
    height: 28px;
  }
  .popup-wrap .popup-box .titbox{
    margin-bottom: 16px;
    padding-right: 28px;
  }
  .popup-wrap .popup-box .titbox h3{
    font-size: 18px;
    margin-bottom: 5px;
  }
  .popup-wrap .popup-box .titbox p{
    font-size: 14px;
  }
}


/* 로딩프레임 */

.loading-wrap{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    z-index: 9999999;
}

@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-moz-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-webkit-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-o-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
.loading-container,
.loading {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}


.loading-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.loading {
    border: 2px solid transparent;
    border-color: transparent #fff transparent #FFF;
    -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate-loading 1.5s linear 0s infinite normal;
    -o-transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading {
    border-color: transparent #E45635 transparent #E45635;
}
.loading-container:hover .loading,
.loading-container .loading {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#loading-text {
    -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
    -o-animation: loading-text-opacity 2s linear 0s infinite normal;
    -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
    animation: loading-text-opacity 2s linear 0s infinite normal;
    color: #ffffff;
    font-family: "Helvetica Neue, "Helvetica", ""arial";
    font-size: 10px;
    font-weight: bold;
    margin-top: 45px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100px;
}

