@charset "utf-8";
.footer {background-color: #fff;box-sizing: border-box;position: absolute;width: 100%;left: 0;bottom: 0; z-index: 1; padding: 15px 0;}
.sub .footer {background-color: #eee;}
.footer .f_logo_wrap {display: inline-block; float: left; margin-right: 30px;}
.footer .f_logo_wrap:nth-child(2) {margin-right: 0;}
.footer .f_logo_wrap .title {display: inline-block;float: left;margin: 10px 15px 0 0; padding-left: 10px; position: relative;}
.footer .f_logo_wrap .title::before {content: ""; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 2px; height: 10px; background: #555;}
.footer .logo_box {display: inline-block;float: left;}
.footer .f_logo {width: 135px;display: inline-block;float: left;margin-left: 25px;}
.footer .f_logo:first-child {margin-left: 0;}
.footer .f_logo a {display: block;}
.footer .f_logo img {width: 100%;}

.footer .t_inform { box-sizing: border-box;}
.footer .t_inform > .inner {padding: 15px 0;}
.footer .t_inform a{font-size: 12px; color: #333; display: inline-block; margin: 0 15px; opacity: .9; transition:  all .3s ease-in-out; font-weight: 500;}
.footer .t_inform a:hover {opacity: 1; color: #111;}
.footer .t_inform a:first-child {margin-left: 0;}
.footer .t_inform a:last-child {margin-right: 0;}

.footer .f_inform {color: #888;display: inline-block;/* width: 520px; */float: right;font-size: 12px;font-weight: 100;}

.footer .f_inform .f_if > div {margin-top: 5px;}
.footer .f_inform .f_if > div:first-child {margin-top: 0;}
.footer .f_inform a {color: #888;}
.footer .f_inform p {display: inline-block;position: relative; margin-right: 6px;padding-right: 10px;}
.footer .f_inform p:last-child:after {display: none;}
.footer .f_inform p span {display: inline-block;}
.footer .f_inform p span.bold {font-weight: 100;display: inline-block;margin-right: 4px;}
.footer .f_inform p::after {content: ""; width: 1px; height: 100%; background-color: #888; display: block; position: absolute; right: 0; top: 0;}
.footer .f_inform p:last-child {margin-right: 0; padding-right: 0;}

.footer .copy {font-size: 12px;color: #888;width: 100%;text-align: right;}

.footer .f_inform::after {content: ""; clear: both; display: block;}

.footer .f_inform .f_if {text-align: right;}

.footer .f_inform .f_sns_box {margin-top: 0; float: right;}
.footer .f_inform .f_sns_box .f_sns {display: inline-block; width: 33px; height: 33px; text-indent: -9999px;}
.footer .f_inform .f_sns_box .f_sns1 {background: url("https://kcmie2021.com/resources/img/main/main_ico.png")no-repeat 0px 0px;}
.footer .f_inform .f_sns_box .f_sns2 {background: url("https://kcmie2021.com/resources/img/main/main_ico.png")no-repeat 0px -75px; margin: 0 10px;}
.footer .f_inform .f_sns_box .f_sns3 {background: url("https://kcmie2021.com/resources/img/main/main_ico.png")no-repeat 0px -150px;}


.footer .top_btn {position: absolute; border: 1px solid #aaa; width: 50px; height: 100%; top: 0; right: 0; padding-top: 10px; box-sizing: border-box; border-top: none; border-bottom: none; cursor: pointer;}
.footer .top_btn span {display: block;}
.footer .top_btn .ico {background: url(https://kcmie2021.com/resources/img/main/main_ico.png)no-repeat left 0px bottom 0px; height: 11px; width: 17px;margin: 0 auto;}
.footer .top_btn .txt {font-size: 14px; color: #ddd; text-align: center; font-weight: 600; margin-top: 3px;}

/*모바일*/
/*
.m_mobile .footer {position: relative; bottom: auto; left: auto;}
.m_mobile .f_pu_wrap .cont_wrap {height: 80vh;}
*/

@media screen and (max-width:1024px){
	.f_inform_wrap {text-align: center;}
	.footer .f_logo_wrap, .footer .f_inform {display: block; float: none;}
	.footer .f_logo_wrap {/* margin: 0 auto; */ display: inline-block;}
	.footer .f_logo_wrap .title {margin: 8px 15px 0 0;font-size: 14px;}
	.footer .f_logo {margin-left: 18px;width: 130px;}	
	.footer .f_inform {margin-top: 10px; width: 100%;}
	.footer .f_inform .f_if, .footer .copy {text-align: center;}
}

@media screen and (max-width:500px){
  
}

@media screen and (max-width:360px){
 
}

/*layer popup style s*/
body.noneScroll {overflow: hidden;}
.f_pu_wrap {position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 9999; background-color: rgba(0,0,0,.6); display: none;}
.f_pu_wrap .inner {height: 100%;}
.f_pu_wrap .cont_wrap {height: 80%; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); width: 100%;}
.f_pu_wrap .cont_wrap .tit_box {position: absolute; top: 0; left: 0; width: 100%; height: 80px; background-color: #fff; display: table; padding: 0 3%; box-sizing: border-box; border-bottom: 1px solid #ddd;}
.f_pu_wrap .cont_wrap .tit_box p {display: table-cell; vertical-align:middle; font-size: 30px; font-weight: 600;}
.f_pu_wrap .cont_wrap .cont { padding: 30px 3%; height: calc(100% - 80px); background-color: #fff; overflow-y: auto; box-sizing: border-box; margin-top: 80px; }

.f_pu_wrap .close {position: absolute; height: 100%; width: 80px; right: 0; top: 0; background-color: #ddd; cursor: pointer;}
.f_pu_wrap .close span {display: block; background-color: #333; position: absolute; width: 3px; height: 30px; top: 25px; left: 40px; transform: rotate(45deg);}
.f_pu_wrap .close span:last-child {transform: rotate(-45deg);}

.f_pu_wrap .cont_wrap .cont::-webkit-scrollbar {width: 8px;}
.f_pu_wrap .cont_wrap .cont::-webkit-scrollbar-thumb {background-color: #ccc; border-radius: 5px;}
.f_pu_wrap .cont_wrap .cont::-webkit-scrollbar-track {background-color: #eee;}

@media screen and (max-width:768px){
   .f_pu_wrap .cont_wrap .tit_box p {font-size: 20px;}
   .f_pu_wrap .cont_wrap .tit_box {height: 60px;}
   .f_pu_wrap .cont_wrap .cont {height: calc(100% - 60px); margin-top: 60px;}
   .f_pu_wrap .close {width: 60px;}
   .f_pu_wrap .close span {height: 20px; top: 21px; left: 29px;}
	
	.footer .f_logo_wrap {width: 100%; text-align: center; margin-bottom: 5px;}
	.footer .f_logo_wrap:last-child {margin-bottom: 0;}
	.footer .f_logo_wrap .title {float: none;display: inline-block;margin: 0 10px 0 0;}
	.footer .logo_box {display: inline-block;float: none; max-width: calc(100% - 60px);}
	.footer .f_logo {margin-left: 10px;max-width: 96px;}
	
}
/*layer popup style e*/