@charset "utf-8";
#footer {background-color: #fff; padding: 0px 0px 50px 0px; box-sizing: border-box; position: relative;}
#footer .f_logo {width: 185px; margin-top: 30px;}
#footer .f_logo img {width: 100%;}

#footer .t_inform { box-sizing: border-box; border-top: 2px solid #ddd;}
#footer .t_inform > .inner {padding-top: 50px; text-align: center;}
#footer .t_inform a{font-size: 15px; color: #333; display: inline-block; margin: 0 15px;  transition:  all .3s ease-in-out; text-align: center; font-weight: 600;}
#footer .t_inform #hm{pointer-events: all !important;}
#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 {color: #fff; margin-top: 20px; text-align: center;}

#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: #bebebe;}
#footer .f_inform p {display: inline-block; position: relative; font-size: 15px; padding-right: 20px; color: #333; opacity: 0.7; text-align: center; font-weight: 500;}
#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: 300; display: inline-block; margin-right: 10px;}
#footer .copy {font-size: 15px; margin-top: 10px; color: #333; opacity: 0.7; text-align: center;}

#footer .f_inform:after {content: ""; clear: both; display: block;}

#footer .f_inform .f_if {width: 100%;}

#footer .f_inform .f_sns_box {margin-top: 0; float: right;}
#footer .f_inform .f_sns_box .f_sns {display: inline-block; width: 45px; height: 45px; margin-right: 15px; text-indent: -9999px; border-radius: 50%;}
#footer .f_inform .f_sns_box .f_sns:last-child {margin-right: 0;}
#footer .f_inform .f_sns_box .f_sns1 {background: url(http://placehold.it/45x45)no-repeat;}
#footer .f_inform .f_sns_box .f_sns2 {background: url(http://placehold.it/45x45)no-repeat;}

/*

#footer .top_btn {position: absolute; border: 1px solid #464646; 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(/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: 15px; color: #ddd; text-align: center; font-weight: 100; margin-top: 4px;}
*/

.logo_banner{border-top: 2px solid #ddd;}
.logo_banner .inner{width: 100% !important;}
.logo_banner_wrap{display: flex; flex-wrap: wrap; align-items: center; height: 80px; width: 100%; background: #fff; line-height: 80px;  box-sizing: border-box; }
.logo_banner_wrap .txt{position: relative; width: 25%; text-align: center; font-weight: 600;}
.logo_banner_wrap > .txt::before{content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 2px; height: 50px; background:#979797; vertical-align: middle;}
.logo_banner_wrap .cont{width: 75%; background: #fff; overflow: hidden; box-sizing: border-box;}
.logo_banner_wrap .cont ul{height: auto; position: relative; width: 100%; display: flex; box-sizing: content-box;}
.logo_banner_wrap .cont li{height: 100%; position: relative; margin-right: 5%;}
.logo_banner_wrap .cont li:last-child{margin-right: 0;}
.logo_banner_wrap .cont li a{display: block;}
.logo_banner_wrap .cont li a img{max-width: 100%;}
/*.logo_banner_wrap .top_btn{width: 80px; background: #28407e; position: absolute; right: 0;}
.logo_banner_wrap .top_btn a{display: inline-block; background: url(/resources/img/main/main_ico.png)no-repeat left 32px bottom 20px/40%; color: #fff; font-weight: 600; text-align: center; padding-top: 24px; width: 100%; height: 100%; box-sizing: border-box; font-size: 14px;}*/

.logo_banner_wrap .top_btn { width:80px; height: 80px; text-align:center; position:absolute;left: auto; position: absolute; bottom: auto; top: 0; border-radius: 0; right: 0; display: block; z-index:1; background:#28407e url("/resources/img/main/main_ico.png") no-repeat left 32px bottom 45px/40%; transition: .3s ease;}
#footer .top_btn a { display: block; height:100%; color: #fff; box-sizing: border-box; padding:41px 0 10px}
#footer .top_btn:hover { transform: translateY(-15px);}


@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;}
}

@media screen and (max-width:768px){
    #footer{padding: 0 0 20px 0;}
    #footer .t_inform > .inner{padding-top: 20px;}
    
    .logo_banner_wrap .txt{display: none;}
    .logo_banner_wrap .cont{width: calc(100% - 80px);}
    .info_box_wrap .info_box{width: 100%; margin-right:0; margin-bottom: 110px;}
    .info_box_wrap .info_box:last-child{margin-bottom: 0;}
   
}

@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 .f_inform .f_sns_box .f_sns {margin-right: 5px;}
   #footer .t_inform a {margin: 0 5px;}

   #footer .f_inform p  {margin-top: 5px;}
   #footer .f_inform p span {margin-top: 5px;}
    
    .logo_banner_wrap{height: 60px; line-height: 60px;}
    .logo_banner_wrap .cont{width: calc(100% - 60px);}
    .logo_banner_wrap .top_btn{width: 60px; height: 60px; background: #28407e url(/resources/img/main/main_ico.png) no-repeat left 26px bottom 35px/40%;}
    .logo_banner_wrap .top_btn a{padding: 31px 0px 27px !important; font-size: 13px;}
   
}

@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 .cont p{line-height: 1.7;}

.f_pu_wrap .close {position: absolute; height: 100%; width: 80px; right: 0; top: 0; background-color: #28407e; cursor: pointer;}
.f_pu_wrap .close span {display: block; background-color: #fff; 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;}
}
/*layer popup style e*/
