@charset "utf-8";
#footer {width:100%;  background-color: #232323; color: rgba(255,255,255,0.7); font-weight: 400; font-size: 16px; box-sizing: border-box;}
#footer .nav_wrap {height:80px; border-bottom: 1px solid rgba(255,255,255,0.4);}
#footer a{color: rgba(255,255,255,0.7); }
#footer .f_logo {width: 190px; margin-top: 60px;}
#footer .f_logo img {width: 100%;}

#footer .t_inform {position: relative; margin:0px auto; box-sizing: border-box;     height: 100%;}
#footer .t_inform > .inner { height: 100%;display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -moz-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;}
#footer .t_inform > .inner ul{display: -webkit-box; display: -ms-flexbox; display: flex; padding: 31px 0;}
#footer .t_inform li{padding:0 49px; border-right: 1px solid rgba(255,255,255,0.2);}
#footer .t_inform li:first-child{padding:0 49px 0 0px;}
#footer .t_inform li:last-child{padding:0 0 0 49px; border-right: 0px solid rgba(255,255,255,0.2);}
#footer .t_inform li a{font: 500 18px/100% "Noto Sans KR";}

#footer .t_inform a{font-size: 14px; display: inline-block; margin: 0 15px; transition:  all .3s ease-in-out; color: rgba(255,255,255,0.8);}
#footer .t_inform a:hover {opacity: 1;}
#footer .t_inform a:first-child {margin-left: 0;}
#footer .t_inform a:last-child {margin-right: 0;}


#footer .f_inform { margin: 35px 0 35px 0px;}
#footer .f_inform .f_if {width: 100%; max-width: 800px; font-size: 16px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
#footer .f_inform .f_if .bar {width:20px; text-align: center;}
#footer .f_inform .f_if > li{margin-right:30px; line-height: 200%;}
#footer .f_inform .f_if span {display: inline-block;}
#footer .f_inform .f_if span.bold {font-weight: 600; display: inline-block; margin-right: 16px; }

#footer .copy {font-size: 14px; padding-bottom: 71px; letter-spacing: 0;}

#footer .f_inform:after {content: ""; clear: both; display: block;}

#footer .top_btn { position: relative; z-index: 1; width: 80px; height: 100%; border-right: 1px solid rgba(255,255,255,0.4); border-left: 1px solid rgba(255,255,255,0.4); cursor: pointer; font: 500 16px/14px "Noto Sans KR"; right:0; text-align: center; color:#fff;}
#footer .top_btn span {display: block;}
#footer .top_btn .ico {height: 24px; width: 16px; position: relative; background: url('/resources/img/common/top_btn.png')no-repeat center/cover; display: block; margin:17px auto 7px;}
#footer .top_btn .txt { font-size: 14px; color: #ddd; text-align: center; font-weight: 600; margin-top: 3px;}

#footer > .inner {width:97%; max-width: 1600px;position: relative; margin:0px auto;}

@media screen and (max-width:1024px){
   #footer .f_inform p {display: block; margin-top: 10px;}
   #footer .f_inform p:after {display: none;}
   #footer .f_inform .f_if > div {margin-top: 0;}
   #footer .f_inform .f_sns_box .f_sns2 {margin: 0 5px;}

   #footer .nav_wrap {height: 70px;}
   #footer .t_inform > .inner ul {padding:26px 0;}
   #footer .t_inform li a {font-size: 16px;}
   #footer .t_inform li {padding:0 30px;}
   #footer .t_inform li:first-child { padding: 0 30px 0 0px;}
   #footer .t_inform li:last-child {padding: 0 0 0 30px;}
   #footer .top_btn {width:70px; font-size: 12px;}
   #footer .top_btn .ico  {height: 19px; width: 14px;     margin: 15px auto 7px;}

   #footer .f_logo{margin-top: 40px;}
   #footer .f_inform {margin: 10px 0 30px 0px;}
   #footer .f_inform .f_if {font-size: 14px; max-width: 600px;}
   #footer .copy {font-size: 11px;}
}
@media screen and (max-width:768px){
   #footer > .inner {width:92%;}
   #footer .nav_wrap {height: 55px;}
   #footer .t_inform > .inner ul {padding:18px 0;}
   #footer .t_inform li a {font-size: 12px;}
   #footer .t_inform li {padding:0 6px;}
   #footer .t_inform li:first-child { padding: 0 6px 0 0px;}
   #footer .t_inform li:last-child {padding: 0 0 0 6px;}
   #footer .top_btn {width:55px; font-size: 12px;}
   #footer .top_btn .ico  {height: 16px; width: 12px;     margin: 12px auto 5px;}

   #footer .f_logo{margin-top: 50px;}
   #footer .f_inform {margin: 20px 0 30px 0px;}
   #footer .f_inform .f_if {font-size: 11px; max-width: 500px;}
   #footer .copy {font-size: 11px;}
   #footer .f_logo {width:150px;}
}
@media screen and (max-width:500px){
   #footer .f_inform .f_if {float: none; width: 100%;}
   #footer .f_inform .f_sns_box {margin-top: 20px; float: none;}
   #footer .t_inform a {margin: 0 5px;}

   #footer .f_inform p  {margin-top: 0;}
   #footer .f_inform p span {margin-top: 5px;}
}

@media screen and (max-width:360px){
   #footer .t_inform a:first-child {margin-top: 0;}

}

/*layer popup style s*/
body.noneScroll {overflow: hidden;}

.dim {display: none; position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.5); z-index: 101;}
.dim.active {display: block;}

.popup {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 102;}
.popup.active {display: block;}
.popup .inner {height: 100%;}
.popup .pop_wrap {background: #fff; position: absolute; width: 100%; height: 80%; top: 50%; left: 50%; transform: translate(-50%, -50%);}

.popup .title {position: relative; height: 80px; padding: 0 3%; border-bottom: 1px solid #ddd; background: #fff; box-sizing: border-box;}
.popup .title p {line-height: 80px; font-size: 30px; font-weight: 600;}
.popup .title .close {position: absolute; height: 100%; width: 80px; right: 0; top: 0; background-color: #ddd; cursor: pointer;}
.popup .title .close span {display: block; background-color: #333; position: absolute; width: 3px; height: 30px; top: 25px; left: 40px; transform: rotate(45deg);}
.popup .title .close span:last-child {transform: rotate(-45deg);}

.popup .cont {height: calc(100% - 80px); padding: 30px 3%; overflow-y: auto; box-sizing: border-box;}

.popup .cont::-webkit-scrollbar {width: 8px;}
.popup .cont::-webkit-scrollbar-thumb {background-color: #ccc; border-radius: 5px;}
.popup .cont::-webkit-scrollbar-track {background-color: #eee;}

@media screen and (max-width:768px){
   .popup .title {height: 60px;}
   .popup .title p {line-height: 60px; font-size: 20px;}
   .popup .title .close {width: 60px;}
   .popup .title .close span {height: 20px; top: 21px; left: 29px;}

   .popup .cont {height: calc(100% - 60px);}
   
}
 /*layer popup style e*/
