@font-face {
  font-family: 'LotteMartDream';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/LotteMartDreamMedium.woff2') format('woff2'), url('../fonts/LotteMartDreamMedium.woff') format('woff');
}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(../fonts/NotoSansKR-Regular.woff2) format('woff2'),url(../fonts/NotoSansKR-Regular.woff) format('woff'),url(../fonts/NotoSansKR-Regular.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(../fonts/NotoSansKR-Medium.woff2) format('woff2'),url(../fonts/NotoSansKR-Medium.woff) format('woff'),url(../fonts/NotoSansKR-Medium.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(../fonts/NotoSansKR-Bold.woff2) format('woff2'),url(../fonts/NotoSansKR-Bold.woff) format('woff'),url(../fonts/NotoSansKR-Bold.otf) format('opentype');}

body { font-family: 'Noto Sans KR', sans-serif; }

@keyframes xback {
  0% {
    background-size: 200%;
    background-position:center;
  }
  100% {
    background-size: cover;
    background-position:center;
  }
}


@keyframes downup {
  from {
    opacity:0;
    margin-top: 150px;
  }
  to {
    opacity:1;
    margin-top: 0px;
  }
}

@keyframes theme1_toleft {
  from {
    margin-left:100%;
  }
  to {
    margin-left:50%;
  }
}

@keyframes rightleft {
  from {
    opacity:0;
    margin-left: 150px;
  }
  to {
    opacity:1;
    margin-left: 0px;
  }
}

@keyframes logodownup {
  from {
    opacity:0;
    margin-top: 100px;
  }
  to {
    opacity:1;
    margin-top: -50px;
  }
}

@keyframes pumping{
  0% {
    transform:scale(1);
  }
  50% {
    transform:scale(1.1);
  }
  100%{
    transform:scale(1);
  }
}

@keyframes dupdown{
  0% {
    margin-top:-50px;
  }
  50%{
    font-size:2.55rem;
    margin-top:-60px;
  }
  100% {
    margin-top:-50px;
  }
}

@keyframes logo_desc {
  from {
    opacity:0;
    margin-left: 500px;
  }
  to {
    opacity:1;
    margin-left: 0px;
  }
}

@keyframes mlogo_color {
  0% {
    color:#fff;
  }
  80% {
    color:#fff;
  }
  100% {
    color:#e51835;
  }
}

/*백그라운드 이미지가 점점커지며 나타남*/
@keyframes background_appear {
  0% {
    opacity: 0;
    filter:blur(2rem);
    background-size:0%;
  }
  100% {
    opacity: 1;
    filter:blur(0);
    background-size:60%;
  }
}

@keyframes bigtosmall {
  0% {
    background-size:400%;
  }
  100% {
    background-size:100%;
  }
}


@keyframes circle_pump {
  0% {
    background:rgba(247, 25, 9, 0.2);
    width: 20px;
    height: 20px;
  }
  50% {
    background:rgba(219, 243, 5, 0.2);
    width: 70px;
    height: 70px;
  }
  100% {
    background:rgba(158, 250, 105, 0.4);
    width: 20px;
    height: 20px;
  }
}

@keyframes sub_nav_ani {
  from {
    height: 0px;
  }
  to {
    
    height: 80px;
  }
}

@keyframes subback_ani {
  from {
    opacity: 0;
    height:0;
  }
  to {
    opacity: 1;
    height:60px;
  }
}


ol, ul {
  margin: 0;
  list-style: none;
}

ul {
  list-style-type: none;
}

body{
  
  margin:0;
  padding:0;
  transition: all 0.3s;
}



.theme1{
  width:100%;
  height:400px;
  margin:20px auto 30px;
  filter:grayscale();
  overflow: hidden;
}


.theme1 .theme1_txt_back{
  width:50%;
  height:100%;
  background: rgba(0, 23, 0, 0.2);
  
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  margin-left:100%;
  animation: 0.4s ease-in-out 1s 1 theme1_toleft forwards;  
  display:flex;
  padding-left:50px;
  /* justify-content:center; */
  align-items:center;
}

.theme1 .theme1_txt{
  opacity: 0;
  position: absolute;
  font-weight: 700;
  font-size:2rem;
  line-height:2.4rem;
  color:#fff;
  text-shadow: 0 0 10px rgb(0 0 0 / 20%);
  animation: 0.4s ease-in-out 1.4s 1 downup forwards;
}

.theme1 .theme1_txt2{
  opacity: 0;
  position: absolute;
  font-weight: 400;
  font-size:1rem;
  line-height:1.2rem;
  color:rgb(255, 255, 255);
  margin-top:150px;
  white-space: nowrap;
  text-shadow: 0 0 10px rgb(0 0 0 / 20%);
  animation: 0.4s ease-in-out 1.8s 1 rightleft forwards;
}

.main_about_img{
  background:url('/images/about_us2.png') no-repeat;
  background-size:100%;
  background-position:center center;
}


.mobile_nav{
  display:none;
}

.left_margin50{
  margin-left:50px !important;
}

.right_margin50{
  margin-right:50px !important;
}

.sl{
  opacity: 0;
  margin-top:100px;
}

.slen{
  color:#fff;
}

.gray{
  filter:grayscale(100%) opacity(0.8) !important;
  margin-left: 30px;
  margin-right: 0px !important;
}

.gray2{
  color:#a9a9a9;
}

.right_menu{
  display:flex;
}

.mobile_only{
  display:none;
}


.back{  
  width:100%;
  height:100%;
  position:absolute;
}
.xcanvas{
  width:100%;
  min-height:700px;
  margin:-100px auto;
}


.support{
  font-size:1.0rem;
  font-weight:400 !important;
  color:#b4b4b4;
}

.subt, .subt2, .desc{
  padding:0 40px;
  display: block;
  font-family: 'Noto Sans KR';
}

.subt, .subt2{  
  font-weight:600;
  font-size:1.5rem;
  margin:0 0 20px;
  color: #000;
}

.subt2{  
  font-size:1.2rem;
  font-weight:500;
  margin:0 0 15px;
  padding:0;
}

.desc{  
  font-weight:400;
  line-height: 1.6;
  font-size:16px;
  color: #666;
  margin-bottom:40px;
}

.descgap{
  margin-bottom:80px;
}

.topline{
  border-top: 1px solid #dcdcdc;
  padding-top: 25px !important;
}

.main{
  top:0;
  left:0;
  width:100%;
}

#navbarNavDropdown{
  display: flex;
  flex-basis: auto;
}

.navbar-toggler{
  display:none;
}

.menu{
  width:1200px;
  margin:auto;
  border-bottom: 1px solid hsla(0,0%,100%,.45);
  line-height:normal !important;
  display: flex;
  position: relative;
  align-items: center;
  padding: 0.5rem 1rem;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.menu .navbar-nav{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.menu .navbar-nav .nav-item{
  font-family: LotteMartDream;
  font-size:1.1rem;
  list-style: none;
}

.sub_nav{
  display: none;
  padding:0px;
  min-width:1200px;
  position:absolute;
  z-index: 1;
  overflow: hidden;
  height: 10px;
}

.sub_nav .sub_ul{
  margin-top: 27px;
  flex-direction: row;
  margin-left: -40px;
}

.sub_nav .sub_li {  
  padding: 10px 30px;
  font-family: LotteMartDream;
  font-size: 1.1rem;
  border-right:1px solid #eee;
  list-style: none;
  display: inline-block;
}

.menu_logo, .menu_blogo{
  display: inline-block;
  filter: brightness(10);
  background-image: url("../images/logo.png?c=1");
  height:46px;
  width:125px;
  background-size:100%;
  margin-right:200px;
  padding-left:30px;
}

.btn-sitemap {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 0;
}

.menu .btn-sitemap>.bar {
  display: block;
  position: absolute;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transform: translateX(-50%);
  transition: transform .3s ease;
}



.main_logo .clogo{
  animation: 1s ease-in-out 0s 1 mlogo_color forwards;
}

.main_logo,.dmain_logo{  
  font-weight:800;
	font-family: 'LotteMartDream';
	font-size:2.5rem;
	color:#fff;
}

.main_logo_description, .dmain_logo_description{
	font-family: 'LotteMartDream';
	font-size:1.0rem;
	color:rgba(255, 255, 255, 0.584);
}

.dmain_logo,.dmain_logo_description{
  color:#000;
}

.main_logo_description{
  position: absolute;
  white-space: nowrap;
  margin-top: 10px;
  animation: 1.1s ease-out 0s 1 logo_desc forwards;
}

.menu_blogo{
  background-image: url("../images/logo.png?c=1");
}

.menu .main_menu_color{
  color:#eee !important;
}

.menu .main_menu_bcolor{
  color:#000 !important;
}

.menu1:hover .sub_nav{
  display:block;
  animation: 0.1s ease sub_nav_ani forwards;
}

.menu1:hover .sub_back{
  display:block;
}

.sub_back{
  position: fixed;
  display: none;
  background: #fff;
  margin-top: 24px;
  border-top: 1px solid #dcdcdc;
  left: 0;
  width: 100%;
  animation: 0.1s ease-out 0s 1 subback_ani forwards;
}

.content_main{
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  padding:0px 0;
  width:100%;
  max-width:1180px;
  margin:250px auto 0;
  position: relative;
  min-height: 700px;
  background:#fff;
  /* background: linear-gradient(rgba(255,255,255,0) 0%, #fff 10% , #fff 100%); */
  box-shadow: -10px -10px 10px rgb(0 0 0 / 5%);
  padding-bottom: 100px;
}

.content_main .rcontent{
  position:relative;
  z-index:1;
}

.content_main .content_main_h4{
  font-size:1.0rem;
  line-height: 150%;
}

.content_main .content_main_h4 .ob{
  color:#9c0101;
  display:block;
  font-weight: 700;
  margin-bottom:15px;
  font-size: 1.3rem;
}

.content_main .main_desc{
  animation: 1s ease-out 0s 1 downup forwards;
}


.tback{
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  height:250px;  
  animation: 1s ease-out 0s 1 bigtosmall forwards;
}

.tback .tfilter {
  border-top-left-radius: 97px;
  border-top-right-radius: 97px;
  width:100%;
  height:100%;
  font-size:1.5rem;
  color:#fff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter:brightness(0.6);
  backdrop-filter: brightness(0.6);
}

.i_contents{
  padding:30px;
  width:1150;
  margin:auto;
  position: relative;
}

.main_logo_box{
  margin-top:120px;
}

.main_logo{
  position: absolute;
  animation: 1s ease-in-out 0s 1 logodownup forwards;
}

.smap{
  text-align: right;
  padding-right:50px;
  font-size:0.9rem;
  color:#808080;
  display: block;
  width:100%;
  margin-top:40px;
  margin-bottom:50px;
}

.smap .smap_b{
  color:#000;
  text-decoration: underline;
}

.language_active{
  color:#fc8686;
  font-weight:bold;
}

.circle {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border:0px solid rgb(252, 146, 7, 0.5);
  pointer-events: none;
  z-index: 999999;
  transform: translate(-50%, -50%);
  display:flex;
  justify-content: center;
  align-items: center;
}

.circle .pump{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background:rgba(158, 250, 105, 0.2);
  position:absolute;
  /* animation:1s circle_pump infinite; */
}

.content_sub{
  margin-top:30px;
}


.btn-sitemap {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 0;
}

.menu .btn-sitemap>.bar {
  display: block;
  position: absolute;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transform: translateX(-50%);
  transition: transform .3s ease;
}

.header-util, .header-util .util-list {
  display: flex;
  height: 100%;
  align-items: center;
}

.dropdown-toggle::after {
  display:none;
}

.header{  
  position: relative;
}

.header:hover{
  background:#fff;
}

.header:hover .menu_logo{
  filter: unset;
}

.header .nav-link{
  color: #eee !important;
  border:0 0 1px solid rgba(0,0,0,1);
}

.header:hover .nav-link{
  color:#000 !important;
}

.header:hover .menu{
  border:0;
}

.header .nav-link:hover{
  color:#9c0101 !important;
}

.header .menu_logo:hover{
  border-width: 0;
}

#footer, .footer {
  font-family: 'LotteMartDream';
  position: relative;
}

#footer {
  height: 210px;
  background: #fff;
  border-top: 1px solid #ddd;
  z-index: 10;
}

.footer {
    margin: 0 auto;
    padding: 46px 200px 0 0;
    max-width: 1420px;
    height: 100%;
    line-height: 1;
}

.footer-logo {
  display: inline-block;
  width: 70px;
  height: 24px;
  background: url(../img/common/img-logo-footer.png) 0 0 no-repeat;
  background-size: cover;
}

.footer-menu, .footer .address-list {
  display: inline-flex;
  vertical-align: top;
}

.footer-menu {
  margin: 4px 0 0 36px;
}

.footer address {
  font-size: 12px;
}

address, cite, dfn, em {
  font-style: normal;
}

address {
  display: block;
}

.footer-menu, .footer .address-list {
  display: inline-flex;
  vertical-align: top;
}

.footer .address-list {
  margin-top: 36px;
  color: #909092;
  font-size: 13px;
  font-weight: 300;
  padding-left: 0;
}

.a11y {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 1;
  overflow: hidden;
}

.footer .select {
  margin-top: 38px;
  margin-right: 20px;
  width: 200px;
  height: 40px;
  overflow: hidden;
}

.footer-select {
  position: absolute;
  top: 0;
  right: 0;
}

.footer {
  color: #909092;
  font-size: 14px;
  font-weight: 300;
}

.footer-menu>li {
  margin-left: 15px;
  padding-left: 14px;
  margin-top: 10px;
}

.footer-menu>li:first-child {
  margin-left: 0;
  padding-left:0;
}

.footer-menu>li>a {
  color: #555;
  font-size: 14px;
  font-weight: 300;
}

.footer-menu>li:before, .footer .address-list>li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
}

.footer-menu>li, .footer .address-list>li {
  position: relative;
}

.footer-menu>li:before {
  height: 15px;
  background-color: #dbdbdb;
}

.footer-menu>li:first-child:before, .footer .address-list>li:first-child:before {
  content: none;
}

.footer .select:after, .footer .select:before {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 1px;
  height: 15px;
  background: #a72b2a;
  transform: translateY(-50%);
  z-index: 20;
  transition: all .2s ease-in-out;
}

.footer .select:after {
  transform: translateY(-50%) rotate(90deg);
}

.footer .select.select-active:before {
  transform: translateY(-50%) rotate(90deg);
  transition: all .2s ease-in-out;
}

.footer .select>button {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #a72b2a;
  font-size: 15px;
  text-align: left;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #a72b2a;
  z-index: 10;
}

button:focus {
  outline:0;
}

.footer .select .select-list {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  opacity: 0;
  transition: all .2s ease-in-out;
  overflow: hidden;
}

.footer .address-list li {
  margin-left:30px;
}

.footer .select.select-active {
  overflow: visible;
}

.footer .select.select-active .select-list {
  bottom: 100%;
  padding: 18px 0;
  max-height: 210px;
  height: auto;
  overflow-y: scroll;
  opacity: 1;
  -ms-overflow-style: none;
}

.footer .select .select-list>li>a {
    display: block;
    padding: 8px 18px;
    width: 100%;
    color: #555;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
}

.footer .select.select-active .select-list::-webkit-scrollbar {
  display: none;
}