#t2d_footer_wrap { width:100%; font-size:17px; position:relative; border-top: 1px solid #e2e2e2; background: #15171c;}

#t2d_footer_wrap .t2s_footer_link_wrap { display:block; width:100%; margin: 0 0 0 0 ;text-align: left;background: #15171c; }
#t2d_footer_wrap .t2d_footer_link { width:80%;max-width:1400px; margin: 0 auto;display:flex;justify-content:flex-end;}
#t2d_footer_wrap .t2d_footer_link li { display:inline-block; margin-right: 20px;}
#t2d_footer_wrap .t2d_footer_link li:last-child { margin-right:0;  margin-left:0; }
#t2d_footer_wrap .t2d_footer_link a { font-size: 18px; font-weight: 600;color:#fff; line-height: 2.7;}

#t2d_footer_wrap .footer { width:80%;max-width:1400px; margin:0 auto; padding: 20px 0 50px; }
#t2d_footer_wrap .footer .footerInner{display: flex;color: #fff;}
#t2d_footer_wrap .footer .footerContent{position: relative; padding-left: 17%;  }
#t2d_footer_wrap .footer .footerContent dt{margin-bottom: 16px; font-size: 18px;    font-weight: 700;
    line-height: 1.5;
    font-family: 'NanumGothic';}
#t2d_footer_wrap .footer .footerContent dd{opacity: 0.8; font-size: 16px; font-weight: 300; line-height: 1.8;}
#t2d_footer_wrap .footer .footerContent a { color:#fff; }
/* footer sitemap */
.t2s_footer_sitemap_wrap{position: relative; display: block; width: 100%;padding: 0;font-size:0;}
.t2s_footer_sitemap_wrap .t2d_sitemap_wrap{ padding: 5px 0 15px; background: #1a272f;}
.t2s_footer_sitemap_wrap .t2d_sitemap_wrap .t2d_sitemap_list { max-width: 1200px;}
.t2s_footer_sitemap_wrap .t2d_sitemap_wrap .t2d_sitemap_list .t2d_depth1 { /*flex: 1;*/ text-align: left;}
.t2s_footer_sitemap_wrap .t2d_sitemap_wrap .t2d_sitemap_list .t2d_depth1 > a { 
	line-height: 49px;
	padding-left: 6px;
	font-size: 14px;
    color: #dddbdb;
	border-bottom: 1px solid #3f4a50;
    font-weight: 600;
}
.t2s_footer_sitemap_wrap .t2d_sitemap_wrap .t2d_sitemap_list .t2d_depth2{ text-align: left; padding: 5px 5px;}
.t2s_footer_sitemap_wrap .t2d_sitemap_wrap .t2d_sitemap_list .t2d_depth2 > a{
	font-size: 12px;
    color: #b1b1b1;
}
.t2s_footer_sitemap_wrap .t2d_sitemap_wrap .t2d_sitemap_list .t2d_depth2 > a::before{
	content:'\00B7';
	font-size: 14px;
	margin-right: 5px;	
	color: #666;
}

@media screen and (max-width: 1600px){ 
    #t2d_footer_wrap .footer { width:94%; }
}

@media screen and (max-width: 1200px){ 
    .t2s_footer_sitemap_wrap .t2d_sitemap_wrap .t2d_sitemap_list {justify-content: flex-start!important;}
    .t2s_footer_sitemap_wrap .t2d_sitemap_wrap .t2d_sitemap_list .t2d_depth1 { width: 20%; margin-top: 10px; flex:unset!important;}
}
@media screen and (max-width: 768px){

    #t2d_footer_wrap .t2d_footer_link {width:97%;justify-content:space-around;}
    #t2d_footer_wrap .t2d_footer_link li { margin-right:0;  margin-left:0; }
    #t2d_footer_wrap .footer { width:97%;padding: 20px 0 20px;}
    #t2d_footer_wrap .footer .footerInner{display: inline-block; width: 100%; text-align: center;}
    #t2d_footer_wrap .footer .footerInner .footerlogo{margin: 10px auto; }
    #t2d_footer_wrap .footer .footerContent{padding-left: 0;}


    #t2d_footer_wrap .t2d_footer_link a {
        font-size: 16px;
    }
}



/*****nfc footer****/

#footer {
    background: linear-gradient(90deg, #1d1d1d 0%, #171717 100%);
    padding: 95px 20px 70px;
    color: #fff;
    position: relative;
}



.footer_inner {
    max-width: 1500px;
    margin: 0 auto;
    
    display: flex;
    justify-content: space-between;
    gap: 80px;
    position: relative;
}

.footer_left {
    flex: 0 0 46%;
    max-width: 700px;
}

.footer_logo {
    margin-bottom: 42px;
}

.footer_logo img {
    display: block;
    max-width: 220px;
    width: 100%;
}

.footer_info dl {
    display: flex;
    align-items: flex-start;
    gap: 34px;
    margin: 0 0 10px;
}

.footer_info dt {
    flex: 0 0 120px;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0px;
}

.footer_info dd {
    margin: 0;
    flex: 1;
    font-size: 16px;
    line-height: 1.85;
    font-weight: 400;
    color: rgba(255,255,255,0.58);
    letter-spacing: 0px;
    word-break: keep-all;
}

.footer_tel {
    font-size: 18px;
    line-height: 1.65;
    color: #fff;
}

.footer_tel strong {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
}

.footer_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    padding-top: 6px;
}

.footer_sitemap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.footer_menu_col h3 {
    margin: 0 0 22px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

.footer_menu_col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_menu_col li {
    margin-bottom: 10px;
}

.footer_menu_col li:last-child {
    margin-bottom: 0;
}

.footer_menu_col a {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(255,255,255,0.38);
    transition: color 0.3s ease;
}

.footer_menu_col a:hover {
    color: #fff;
}

.footer_bottom {
    margin-top: 110px;
    text-align: right;
}

.footer_policy {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 22px 44px;
    margin-bottom: 10px;
    margin-right:px;
}

.footer_policy a {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
}

.footer_policy a.point {
    color: #fff;
}

.copyright {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255,255,255,0.35);
       margin-right:0px;
}

.btn_top {
    position: fixed;
    right: 32px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    background:#fff ;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    bordeR:1px solid #a3c623;
    border-radius: 50%;
    z-index:555;
}

.btn_top:hover {
    background:#a3c623;
}

.btn_top span {
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #a3c623;
    border-left: 2px solid #a3c623;
    transform: rotate(45deg);
    margin-top: 6px;
}
.btn_top:hover span{ border-top: 2px solid #fff;
    border-left: 2px solid #fff;}

html {
    scroll-behavior: smooth;
}

@media screen and (max-width: 1280px) {
    .footer_inner {
        flex-direction: column;
        gap: 60px;
    }

    .footer_left {
        flex: none;
        max-width: 100%;
    }

    .footer_sitemap {
        flex-wrap: wrap;
        gap: 35px 50px;
    }

    .footer_bottom {
        margin-top: 60px;
        text-align: left;
    }

    .footer_policy {
        justify-content: flex-start;
    }

    .btn_top {
        right: 40px;
        bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    #footer {
        padding: 60px 0 60px;
    }

    .footer_inner {
        padding: 0 10px;
        gap: 0px;
    }

    .footer_logo {
        margin-bottom: 28px;
    }

    .footer_logo img {
        max-width: 160px;
    }

    .footer_info dl {
        flex-direction: column;
        overflow: hidden;
      
        display: block;
        margin-bottom: 10px;
    }
    .footer_info dl dt{width:25%; float:left; }
.footer_info dl dd{width:75%; float:left;}
    .footer_info dt,
    .footer_info dd,
    .footer_menu_col a,
    .footer_policy a,
    .copyright {
        font-size: 14px;     flex: 0 0 0px;
    }

    .footer_tel {
        font-size: 16px;
    }

    .footer_tel strong {
        font-size: 18px;
    }

    .footer_sitemap { display: none;
      
    }

    .footer_menu_col h3 {
        margin-bottom: 14px;
        font-size: 16px;
    }

    .footer_menu_col li {
        margin-bottom: 8px;
    }

    .footer_bottom {
        margin-top: 10px;
    }

    .footer_policy {
        gap: 10px 18px;
        margin-bottom: 8px;
        width:100%;
    }

    .btn_top {
        width: 56px;
        height: 56px;
        right: 10px;
        bottom: 10px;
    }

    .btn_top span {
        width: 10px;
        height: 10px;
    }
}



.quick{
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 55555;
  display: flex;
  align-items: flex-start;
  transition: right 0.35s ease;
}

/* 접혔을 때 오른쪽으로 숨김 */
.quick.closed{
  right: -130px;
}

.quick_menu{
  width: 130px;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  background: #fff;
}

.quick_item{
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  background: #fff;
  border-top: 1px solid #cfcfcf;
  box-sizing: border-box;
}

.quick_item.active{
  height: 58px;
  flex-direction: row;
  gap: 8px;
  background: #a8cd39;
  border-top: 0;
}

.quick_icon{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.quick_item.active .quick_icon{
  font-size: 18px;
  color: #fff;
}

.quick_icon img{
  display: block;
  max-width: 66px;
  max-height: 42px;
}

.quick_text{
  font-size: 16px;
  line-height: 1.3;
  color: #5a5a5a;
  font-weight: 600;
  text-align: center;
  word-break: keep-all;
}

.quick_item.active .quick_text{
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}

.quick_text:hover{
  font-weight: 600;
  color: #8eb100;
}

.quick_item:nth-child(5) .quick_text,
.quick_item:nth-child(6) .quick_text{
  letter-spacing: -0.5px;
}

/* 토글 버튼 */
.quick_toggle{
  width: 40px;
  height: 140px;
  border: 0;
  background: #a8cd39;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 8px 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 2px;
  line-height: 1.2;
  flex-shrink: 0;
}

.quick_toggle .close_text{
  display: none;
}

.quick.closed .quick_toggle .open_text{
  display: none;
}

.quick.closed .quick_toggle .close_text{
  display: block;
}

.quick_top{  height:40px !important;}
.quick_top .quick_icon{
  font-size: 22px;
  color: #a8cd39;
}

.quick_top .quick_text{
  font-weight: 700;

}

.quick_top:hover{
  background: #a8cd39;;
}

.quick_top:hover .quick_icon,
.quick_top:hover .quick_text{
  color: #fff;
}

/* =========================
   태블릿
========================= */
@media (max-width: 1024px){
  .quick{
    top: 120px;
  }

  .quick.closed{
    right: -110px;
  }

  .quick_menu{
    width: 110px;
  }

  .quick_item{
    height: 95px;
    gap: 10px;
  }

  .quick_item.active{
    height: 54px;
    gap: 6px;
  }

  .quick_icon img{
    max-width: 54px;
    max-height: 36px;
  }

  .quick_text{
    font-size: 14px;
  }

  .quick_item.active .quick_text{
    font-size: 13px;
  }

  .quick_toggle{
    width: 34px;
    height: 120px;
    font-size: 13px;
  }
}


/* =========================
   모바일
========================= */
@media (max-width: 768px){
  .quick{
    top: 150px;
  }

  .quick.closed{
    right: -90px;
  }

  .quick_menu{
    width: 90px;
  }

  .quick_item{
    height: 85px;
    gap: 8px;
    padding: 12px 4px;
  }

  .quick_item.active{
    height: 46px;
    gap: 5px;
  }

  .quick_icon img{
    max-width: 42px;
    max-height: 28px;
  }

  .quick_item.active .quick_icon{
    font-size: 15px;
  }

  .quick_text{
    font-size: 12px;
    line-height: 1.2;
  }

  .quick_item.active .quick_text{
    font-size: 11px;
  }

  .quick_toggle{
    width: 28px;
    height: 100px;
    font-size: 11px;
    letter-spacing: 1px;
    border-radius: 6px 0 0 6px;
  }
}


