/* BASIC css start */
#footer {clear:both; margin-top:36px; background: #fafafa;}
#footer .footer_top{padding: 30px 20px; border-bottom: 1px solid #e9e9e9;}
#footer .footer_top .logoBox{margin-bottom: 40px;}
#footer .footer_top .footerInfo {display: block;}
#footer .footer_top .footerlinkInfo{float: left; width: 50%;}
#footer .footer_top .footerlinkInfo .linkInfo_left li{margin-bottom: 5px;}
#footer .footer_top .footerlinkInfo .linkInfo_left li a{font-size: 1.14em;
    color: #5d5d5d;
    font-family: "맑은 고딕",'Malgun Gothic','Lato', sans-serif;}
#footer .footer_top .footerInfo{float: left; width: 50%;}

#footer .footerInfo .footerInfoTop {}
#footer .footerInfo .footerInfoTop .footerInfoTopLeft {float:left;}
#footer .footerInfo .tit {margin-bottom:6px; font-size: 1.14em;
    color: #5d5d5d;
    font-family: "맑은 고딕",'Malgun Gothic','Lato', sans-serif;}
#footer .footerInfo .footerInfoTop .footerInfoTopLeft .tel, .mon_num {    margin: 13px 0;
    font-size: 2em;
    color: #5d5d5d;
    font-family: "맑은 고딕",'Malgun Gothic','Lato', sans-serif;
    font-weight: bold;}
#footer .footerInfo .footerInfoTop .footerInfoTopRight {width:70px; height:70px; border-radius:35px; background-color:#3c3c3c; display: table; text-align:center; float:right;}
#footer .footerInfo .footerInfoTop .footerInfoTopRight a { color:#fff; display: table-cell; vertical-align: middle;}
#footer .footerInfo .footerInfoBottom {margin-top: 59px;}
#footer .footerInfo .footerInfoBottom .footerInfoBottomLeft {float:left;}
#footer .footerInfo .footerInfoBottom .footerInfoBottomRight {width:70px; height:70px; border-radius:35px; background-color:#3c3c3c; display: table; text-align:center; float:right;}
#footer .footerInfo .footerInfoBottom .footerInfoBottomRight a { color:#fff; display: table-cell; vertical-align: middle;}

#footer .footerMiddle {text-align: center;
    padding: 36px 0;}
#footer .footerMiddle a {width:33.3%; display:inline-block;     border: 1px solid #d3d3d3;
    font-family: "맑은 고딕",'Malgun Gothic','Lato', sans-serif;
    padding: 10px 0; margin: 0 1px; }
#footer .footerlogo {position: relative; overflow: hidden;zoom: 1; padding: 10px 0 0 0;}
#footer .footerlogo p {width: 25%; float: left; text-align: center;}
#footer address {    padding: 34px 12px;
    color: #5d5d5d;
    text-align: center;}
#footer address p{font-family: "맑은 고딕",'Malgun Gothic','Lato', sans-serif; margin-bottom: 5px;}
#footer address span{color: #a5a5a5;
    font-family: "맑은 고딕",'Malgun Gothic','Lato', sans-serif;
    margin: 24px 0;
    display: block;}
/*#footer address .agreeButton {margin:5px 0;}
#footer address .agreeButton a {color:#fff; background-color:#b3b3b3; padding:2px 5px;}*/
.linkInfo_bot{text-align: center;}
.linkInfo_bot li{display: inline-block; margin-right: 10px;}
.linkInfo_bot li:last-of-type{margin-right:0}
.linkInfo_bot li a img{width: 70%;}


/* 하단 고정 버튼 */
.section_fixedFooter .btn_toggle_area {width: 100%; height: 44px; position: relative;}
.section_fixedFooter .btn_toggle_area .btn_up {width:33px; height:33px; line-height:33px; display: block; 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; right:10px;}
.section_fixedFooter .btn_toggle_area .btn_fixedFooter {width:33px; height:33px; line-height:33px; display: block; 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;}
.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;}
/* //하단 고정 메뉴 */
/* BASIC css end */

