/* BASIC css start */
/* 하단 */
#footer {position: relative; width:100%; margin:0px auto 0;padding:0 15px 120px;background-color:#fafafa; box-sizing: border-box; touch-action:auto; z-index: 10;}
.bt_logo {width:40%;}
.bt_logo img {height: 18px; margin: 50px 0 35px;}
.bt_menu {margin: 30px 0 7px;}
.bt_menu a {font-size:14px; margin-right:10px;}
.copyright {font-size:13px;}

/* 하단 아코디언 메뉴 */
.footer_menu {width:100%; position:relative;} 
.footer_menu .menu {display:flex; position:relative; width:100%; align-items: center; justify-content: space-between;} 
.footer_menu .menu i {display:block; text-decoration:none; font-size:15px;} 
.footer_menu .menu .menulink {display:block; text-decoration:none; font-size:17px; font-weight:400; line-height: 1.7;} 
.footer_menu .menu .subopen {position: relative; } 
.footer_menu .menu .subopen i {display:block; transform:translate(0%, 0%) rotate(0deg); transition:.3s;}
.footer_menu .menu.active i {top:50%; transform:translate(0%, 0%) rotate(-45deg);}
.footer_menu .cate ul {padding:10px;}
.footer_menu .cate ul li {display:flex; font-size:14px; line-height: 2;}
.footer_menu .cate ul li .ft_info_title {width:40%; font-weight:700;}
.footer_menu .cate ul li .ft_info_content {width:60%; word-break: keep-all;}

/* 위로가기 버튼 */
.floatingArea {display:none; transition:.3s;}
.quo { position: fixed; bottom: 154px; right: 13px; z-index: 100; height: 40px; text-align: center; opacity: 1;}
.kakaoBtn { position:fixed; bottom: 120px; right:10px; z-index:100; width:40px; height:40px; border:1px solid #FE6018; background-color:#FE6018; text-align:center; opacity:1; transition: all 0.3s; border-radius: 50%;}
.kakaoBtn img {margin-top: 15px; width: 26px;}
/* 탑 버튼 */
.btn_up { width:40px; height:40px; line-height:40px; border:1px solid #222; background-color:#222; text-align:center; position: fixed; z-index:100; bottom:70px; right:10px; border-radius:50%;}
.btn_up img {width: 20px; height: 20px; margin-top: 9px;}

/* 하단 고정 버튼 */
.section_fixedFooter .btn_toggle_area {width: 100%; height: 44px; position: relative;}
.section_fixedFooter .btn_toggle_area .btn_fixedFooter {width:33px; height:33px; line-height:33px; display: none; border:2px solid rgba(88, 86, 86, 0.59); background-color:rgba(104, 108, 111, 0.8); text-align:center; border-radius:30px; color:#fff; position: absolute; top:0; left:10px;}

/* 하단 고정 메뉴 */
.section_fixedFooter {width:100%; position:fixed; bottom:0px; right:0px; left:0;z-index: 999;}
.section_fixedFooter .section_fixedFooter_dn {display:none; box-shadow: 0 0 10px 1px #404040; border-top: 1px solid #C1C1C1;}
.section_fixedFooter .footerInfo {background-color:#fff;}
.section_fixedFooter .footerInfo .footerInfoTop {border-bottom:1px solid #b3b3b3; padding:20px;}
.section_fixedFooter .footerInfo .footerInfoTop .footerInfoTopLeft {float:left;}
.section_fixedFooter .footerInfo .footerInfoTop .footerInfoTopLeft dt {font-size: 1.3em; margin-bottom:6px;}
.section_fixedFooter .footerInfo .footerInfoTop .footerInfoTopLeft .tel {color:#f1494d; font-size:1.500em; margin-bottom:6px;}
.section_fixedFooter .footerInfo .footerInfoTop .footerInfoTopRight {width:70px; height:70px; border-radius:35px; background-color:#3c3c3c; display: table; text-align:center; float:right;}
.section_fixedFooter .footerInfo .footerInfoTop .footerInfoTopRight a { color:#fff; display: table-cell; vertical-align: middle;}
.section_fixedFooter .footerInfo .footerInfoBottom {border-bottom:1px solid #b3b3b3; padding:20px;}
.section_fixedFooter .footerInfo .footerInfoBottom .footerInfoBottomLeft {float:left;}
.section_fixedFooter .footerInfo .footerInfoBottom .footerInfoBottomLeft dt {font-size: 1.3em; margin-bottom:6px;}
.section_fixedFooter .footerInfo .footerInfoBottom .footerInfoBottomRight {width:70px; height:70px; border-radius:35px; background-color:#3c3c3c; display: table; text-align:center; float:right;}
.section_fixedFooter .footerInfo .footerInfoBottom .footerInfoBottomRight a { color:#fff; display: table-cell; vertical-align: middle;}
.section_fixedFooter .footerMiddle {background-color:#3e4347; text-align:center; padding:12px 0; clear: both;}
.section_fixedFooter .footerMiddle a {width:25%; display:inline-block; border-left:1px solid #A2A2A2; color:#fff; margin-left: -1px;}

@media screen and (min-width:420px) and (max-width:767px) {
    #footer .footerInfo {position:relative; overflow:hidden; zoom:1; border-bottom:1px solid #b3b3b3;}
    #footer .footerInfo .footerInfoTop {width:46%; float:left; border-bottom:0; border-right:1px solid #b3b3b3; margin-left:-1px; padding:20px 2%;}
    #footer .footerInfo .footerInfoTop .footerInfoTopLeft {float:left;}
    #footer .footerInfo .footerInfoBottom {width:46%; float:left; border-bottom:0; padding:20px 2%;}
    #footer .footerInfo .footerInfoBottom .footerInfoBottomLeft {float:left;}
}
@media screen and (min-width:768px) {
    #footer .footerInfo {position:relative; overflow:hidden; zoom:1; border-bottom:1px solid #b3b3b3;}
    #footer .footerInfo .footerInfoTop {width:46%; float:left; border-bottom:0; border-right:1px solid #b3b3b3; margin-left:-1px; padding:20px 2%;}
    #footer .footerInfo .footerInfoTop .footerInfoTopLeft {float:left;}
    #footer .footerInfo .footerInfoBottom {width:46%; float:left; border-bottom:0; padding:20px 2%;}
    #footer .footerInfo .footerInfoBottom .footerInfoBottomLeft {float:left;}
}

#bnr-toggle div {
  position: relative;
  display: flex;
  flex-direction: column;
  right: 0px;
  bottom: 5px;
}
#bnr-toggle span {
  background: #000;
  zoom: 1;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  margin: 4px 0;
}	  

#bnr-toggle span:nth-child(1) {
    top: 7px;
    right: 14px;
  position: relative;
  height: 10px;
  width: 1px;
  zoom: 1;
  margin: 0 auto;
  transform: rotate(45deg);
}
#bnr-toggle span:nth-child(2) {
  top: -3px;
  right: 7px;
  position: relative;
  height: 1px;
  width: 10px;
  zoom: 1;
  transform: rotate(45deg);
}

.open #bnr-toggle span {
  background: #000;
}

.open #bnr-toggle span:nth-child(1) {
  top: -4px;
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  zoom: 1;
}
.open #bnr-toggle span:nth-child(2) {
  top: 6px;
  -webkit-transform: translateY(-10px) rotate(135deg);
  transform: translateY(-10px) rotate(135deg);
  zoom: 1;
}
/* BASIC css end */

