﻿﻿﻿@charset "utf-8";

:root {
  /* font-family */
  --font-type1: paybooc;
}

* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
strong {
  font-weight: 600;
}
input::placeholder {
  color: #b4bebd;
}
legend,
.hidden {
  position: absolute;
  top: -1000em;
  left: -1000em;
  text-indent: -1000em;
  overflow: hidden;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 0;
}
.layerPop {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.guide_position {
  position: absolute;
  left: 50%;
  top: 2vh;
  padding-top: 8.1rem;
  width: 93vw;
  height: 95vh;
  margin-left: -47vw;
}
.guide_position .guide {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: #fff;
}
.guide_position a {
  z-index: 1;
  position: absolute;
  top: 0;
  right: -0.9rem;
  width: 7.2rem;
  height: 7.2rem;
  background-color: #4f9d00;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
}
.guide_position a:before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 2.35rem;
  right: 2.3rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url("/common/assets/images/allbaro2023/common/btn_lpop_close.png")
    no-repeat;
  background-size: 2.5rem 2.5rem;
}
#layout-wrap {
  position: relative;
  /*margin: 0 auto;*/
  min-width: 126.6rem;
  height: 100%;
}
.header .headerbox,
.content section,
.footer .footerbox {
  max-width: 139.6rem;
}
.header {
  width: 100%;
  height: 7vh;
  background-color: #98c46c;
}
.header .headerbox {
  position: relative;
  display: flex;
  margin: 0 auto;
  height: 100%;
}
.header .headerin {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header .logo {
  display: flex;
  width: 13.7rem;
  margin-right: 2rem;
}
.header .allview {
  display: flex;
}
.header .allview a {
  position: relative;
  display: block;
  width: 2.4rem;
  height: 1.6rem;
  font-size: 0;
}
.header .allview a span {
  position: absolute;
  left: 0;
  top: -100em;
  width: 2.4rem;
  height: 1.6rem;
  background: url("/common/assets/images/allbaro2023/common/btn_sitemap.png")
    no-repeat;
  background-size: 2.4rem 1.6rem;
}
.header .menu {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  margin-right: 2.6rem;
}
.header .menu > li {
  display: block;
  text-align: center;
  margin: 0 2rem;
}
.header .menu a {
  display: block;
  height: 100%;
  font-size: 1.9rem;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-type1);
  font-weight: 700;
}
.header .menu .active,
.header .menu a:hover,
.header .menu a:focus {
  position: relative;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.header .menu .active:before,
.header .menu a:hover:before,
.header .menu a:focus:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2.8vh;
  width: 100%;
  height: 1rem;
  background-color: #fff;
}
.header .header-logo {
  content: "";
  position: absolute;
  width: 350px;
  height: 62px;
  background: url("/common/assets/images/allbaro2023/common/logo_keco_allbaro.png")
    no-repeat;
}
.login-before {
  display: flex;
  margin-left: 3.6rem;
}
.login-after {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0 2rem;
  width: 17.8vw;
  height: 100%;
  background-color: #85b355;
  font-family: var(--font-type1);
  overflow-y: auto;
}
.login-after .empbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: stretch;
  height: 99vh;
}
.login-after .empbox .empboxin,
.login-after .quick_info {
  width: 100%;
  margin: 0 auto;
}
.login-after .quick_info {
  display: flex;
  align-items: flex-end;
  padding-bottom: 1vh;
}
.login-after .quick_info ul {
  text-align: center;
  padding-bottom: 1.5vh;
  width: 100%;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
}
.login-after .quick_info li {
  /*margin-top: 0.2rem;*/
}
.login-after .quick_info .hour {
  display: block;
  margin-top: 0.1rem;
  font-size: 1.1vh;
}
.login-after .quick_info .point p {
  display: block;
  margin-bottom: 0.4vh;
  margin-top: 0.1vh;
  font-size: 2.3vh;
  font-weight: 900;
}
.login-after .quick_info .point strong {
  display: block;
  margin-bottom: 0.1vh;
  font-size: 1.6vh;
  font-weight: 700;
}
.login-after .quick_info .point span {
  display: block;
  margin-bottom: 0.2vh;
  font-size: 2.2vh;
  font-weight: 700;
}
.login-after .quick_info .hour strong {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}

.login-after .quick_info .call_info {
	color: #fff;
	width: 100%;
}
.login-after .quick_info .call_info td {
	padding-bottom: 1vh;
	font-size: 1.43rem;
	font-weight: 600;
}
.login-after .quick_info .call_info .point {
	font-size: 2vh;
    vertical-align: middle;
    font-weight: 900;
    padding-left: 15px;
}
.login-after .quick_info .call_info div {
	font-size: 1.05rem;
}
.login-after .quick_info .call_info span {
	font-size: 1.05rem;
}






.close {
  /*margin: 3.3rem 0 3.9rem 0.6rem;*/
}

.close1 {
  height: 7vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home_white {
  display: block;
  width:48px;
  height:48px; 
  background: url(/common/assets/images/allbaro2023/main/home_white.png) center no-repeat;
}

.login {
  position: relative;
  display: block;
  padding-top: 1.2rem;
  width: 9.2rem;
  height: 4rem;
  font-family: var(--font-type1);
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  background-color: #438601;
  border-radius: 2.1rem;
}
.login:after {
  content: "";
  position: absolute;
  vertical-align: middle;
  width: 0.8rem;
  height: 1.4rem;
  background: url("/common/assets/images/allbaro2023/common/ico_arw.png")
    no-repeat;
  background-size: 1.6rem 1.4rem;
}
.login:hover,
.login:focus {
  text-decoration: none;
}
.login.open {
  padding-left: 1.8rem;
}
.login.open:after {
  right: 1.7rem;
  background-position: 0 0.1rem;
}
.login.close {
  padding-left: 4.2rem;
}
.login.close:after {
  left: 1.7rem;
  background-position: -0.8rem 0.1rem;
}
.login-after .loginbox {
  padding: 1.8vh 2.4rem 1.8vh 2.4rem;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
}
.login_related {
  margin-bottom: 3.4vh;
}
.login_related > p > label {
  position: absolute;
  left: 0;
  top: -1000em;
  font-size: 0;
}
.login_related > p > input {
  padding: 1.5rem 1.6rem;
  width: 100%;
  height: 4.8rem;
  background-color: #f2f3f3;
  border-radius: 8px;
  border: 0;
  font-family: var(--font-type1);
  font-weight: 500;
  color: #000;
}
.login_related > .usid {
  margin-bottom: 10px;
}
.login_related button {
  display: block;
  width: 100%;
  height: 6rem;
  border: 0;
  border-radius: 8px;
  font-family: var(--font-type1);
  font-size: 1.7rem;
  font-weight: 600;
  cursor: pointer;
}
.login_related > .login1 {
  margin-top: 16px;
  background-color: #4f9d00;
  color: #fff;
}
.login_related > .login2 {
  margin: 16px 0 1vh 0;
  color: #fff;
  background-color: #4f9d00;
  border: 1px solid #4f9d00;
}
.login_related .user_related {
  text-align: center;
  width: 100%;
}
.login_related .user_related a {
  position: relative;
  padding: 0 0.5rem 0 0.9rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #8f9998;
  text-decoration: none;
}
.login_related .user_related .find1 {
  padding-left: 0;
}
.login_related .user_related .apply {
  padding-right: 0;
  font-weight: 700;
  color: #2a2f2e;
}
.login_related .user_related a:after {
  content: "";
  position: absolute;
  left: 0;
  top: -0.1rem;
  width: 1px;
  height: 1.8rem;
  background-color: #e1e9ee;
}
.login_related .user_related a:first-child:after {
  width: 0;
}
.login-after .btn_quick {
  display: flex;
  align-items: center;
  margin-bottom: 1.5vh;
  padding-left: 3rem;
  width: 100%;
  height: 5.6vh;
  background: #a2c183
    url("/common/assets/images/allbaro2023/common/ico_cirarw.png") no-repeat
    88.7% 50%;
  background-size: 2.4rem 2.4rem;
  box-shadow: 0px 2px 14px rgba(141, 154, 173, 0.2);
  border-radius: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
}
.login-after .btn_quick_org {
  display: flex;
  align-items: center;
  margin-bottom: 1.5vh;
  padding-left: 3rem;
  width: 100%;
  height: 5.6vh;
  background: #f1bc88a1
    url("/common/assets/images/allbaro2023/common/ico_cirarw_o.png") no-repeat
    88.7% 50%;
  background-size: 2.4rem 2.4rem;
  box-shadow: 0px 2px 14px rgba(141, 154, 173, 0.2);
  border-radius: 16px;
  font-size: 1.7rem;
  color: #fff;
  font-weight: 700;
}
.loginbox.wspace {
  margin-top: 1.7rem;
  padding: 0.4rem 3rem;
}
.loginbox.wspace2 {
  text-align: right;
  padding: 2.4rem;
}
.loginbox .userinfo {
  text-align: left;
  padding-bottom: 4rem;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3.6rem;
}
.loginbox .logout {
  text-align: center;
  width: 8.2rem;
  padding: 0.8rem;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.8rem;
  font-family: "paybooc";
  font-size: 1.3rem;
  font-weight: 500;
}
.loginbox .btn_workgo {
  display: block;
  text-align: center;
  padding: 2rem;
  width: 100%;
  background-color: #f6881f;
  border-radius: 0.8rem;
  font-size: 1.7rem;
  color: #fff;
  font-weight: 600;
}
.loginbox .userinfo strong {
  font-weight: 700;
}
.loginbox .userinfo span {
  display: block;
}
.loginbox .btn_quick2 {
  display: block;
  width: 100%;
  padding: 2rem 0;
  background: url("/common/assets/images/allbaro2023/common/ico_cirarw.png")
    no-repeat 100% 50%;
  background-size: 2rem 2rem;
  font-size: 1.7rem;
  color: #3f3f3f;
  font-weight: 700;
}
.loginbox .btn_quick3 {
  display: block;
  width: 100%;
  padding: 2rem 0;
  background: url("/common/assets/images/allbaro2023/common/ico_cirarw_o.png")
    no-repeat 100% 50%;
  background-size: 2rem 2rem;
  font-size: 1.7rem;
  color: #f6881f;
  font-weight: 700;
}
.loginbox .btn_quick2:nth-of-type(1) {
  border-bottom: 0 solid #d9d9d9;
  border-width: 1px 0;
}
.loginbox .btn_quick2:nth-of-type(2) {
  border-bottom: 0 solid #d9d9d9;
  border-width: 1px 0;
}
.loginbox .btn_quick2:nth-of-type(3) {
  border-bottom: 0 solid #d9d9d9;
  border-width: 1px 0;
}
.content {
  padding-top: 4.1rem;
  width: 100%;
  font-size: 1.6rem;
  height: auto;
  min-height: 78vh;
}
.content section {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  min-height: 45rem;
}
.content.mcont {
  background-color: #fff;
  display: flex;
  align-items: stretch;
}
.lnavi {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-right: 5.2rem;
  width: 26.6rem;
}
.lnavi h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 13.3rem;
  background-color: #4f9d00;
  border-radius: 2rem;
  box-shadow: 0 0.2rem 1.4rem rgba(141, 154, 173, 0.2);
  font-size: 2.8rem;
  color: #fff;
  font-weight: 700;
}
.lnavi .h2 {
  padding: 3.6rem 1rem 1.1rem 3rem;
  width: 100%;
}
.lnavi .h2 > li {
  padding-bottom: 2.5rem;
}
.lnavi .h2 a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0 0 0 1rem;
  font-size: 2rem;
  color: #8f9099;
  font-weight: 600;
}
.lnavi .h2 .on,
.lnavi .h2 a:hover,
.lnavi .h2 a:focus {
  color: #3f3f3f;
  font-weight: 700;
  text-decoration: none;
}
.lnavi .h2 .on:before,
.lnavi .h2 a:hover:before,
.lnavi .h2 a:focus:before {
  content: "";
  position: absolute;
  left: -200%;
  top: 50%;
  margin-top: -1px;
  width: 200%;
  height: 2px;
  background-color: #4f9d00;
  border-radius: 2rem;
}
.cont {
  flex: 1;
  font-size: 1.7rem;
  word-break: keep-all;
} 
.footer {
  /*z-index: 100;*/
  width: 100%;
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  transform: translateY(0px);
  padding-top: 2vh;
  padding-bottom: 1vh;
}
.footer a:hover,
.footer a:focus {
  text-decoration: none;
}
.footer .footerbox {
  margin: 0 auto;
}
.footer .bannerzone {
  display: flex;
  /*width: 100%;*/
  /*margin-top: 3.5rem;*/
}
.footer.on .bannerzone {
  justify-content: center;
}
.footer .bannerzone .obj {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100% !important;
  height: 6.9rem;
  /*border-top: 1px solid #e2e4e6;*/
  /*border-bottom: 1px solid #e2e4e6;*/
}
.footer .bannerzone .obj li {
  margin: 0 0.75rem;
  font-size: 0;
  width : 6.0vw;
}

.footer .bannerzone .obj img {
  width: 6.2vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;  
}
.allbaro_foot1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  
  height: 5rem;
  max-width: 139.6rem;
}
.footer .linkzone {
  width: 100%;
  background-color:#F0F2F1;
}
.allbaro_foot1 .base_info {
  display: flex;
  flex: 1;
  margin-left: 0.3rem;
}
.allbaro_foot1 .base_info > li {
  margin-right: 4rem;
}
.allbaro_foot1 .base_info .privacy {
  color: #2a2f2e;
  font-weight: 700;
}
.allbaro_foot2 {
  display: flex;
  margin: 0 auto;
  height: 8.5rem;
}
.allbaro_foot2 .allbaro_logo {
  position: relative;
  width: 18.4rem;
  font-size: 0;
  padding-top: 1.5rem;
}
.allbaro_foot2 .allbaro_logo:before {
  content: "";
  position: absolute;
  width: 12.7rem;
  height: 5.7rem;
  background: url("/common/assets/images/allbaro2023/footer/logo_foot.png")
    no-repeat;
  background-size: 12.7rem 5.7rem;
}
.allbaro_foot2 .allbaro_info {
  flex: 1;
  padding-top: 2rem;
}
.allbaro_foot2 .allbaro_info li {
  width: 100%;
}
.allbaro_foot2 .allbaro_info li p {
  position: relative;
  display: inline-block;
}
.allbaro_foot2 .allbaro_info li .tel {
  margin-left: 1.1rem;
  padding-left: 1.5rem;
}
.allbaro_foot2 .allbaro_info li .tel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.1rem;
  height: 1.8rem;
  background-color: #c7d1d0;
}
.allbaro_foot2 .allbaro_info .copyright {
  padding-top: 0.9rem;
}
.allbaro_foot2 .allbaro_related {
  padding-top: 1.5rem;
}
.allbaro_foot2 .allbaro_related p {
  position: relative;
  display: inline-block;
  width: 13.1rem;
  font-size: 0;
}
.allbaro_foot2 .allbaro_related p + p {
  margin: 0 0.7rem 0 6.8rem;
  width: 8.7rem;
}
.allbaro_foot2 .allbaro_related p:after {
  content: "";
  position: absolute;
  width: 13.1rem;
  height: 3.4rem;
  background: url("/common/assets/images/allbaro2023/footer/logo_keco.png")
    no-repeat;
  background-size: 13.1rem 3.4rem;
}
.allbaro_foot2 .allbaro_related p + p:after {
  width: 8.7rem;
  background: url("/common/assets/images/allbaro2023/footer/logo_me.png")
    no-repeat;
  background-size: 8.7rem 3.4rem;
}
.family_site {
  position: relative;
  padding: 0 2rem 0 2.8rem;
  width: 24rem;
  height: 3.5rem;
  background-color: #F6F8F6;
  border-radius: 8px;
}
.family_site.on {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.family_site a {
  display: block;
}
.family_site > a {
  position: relative;
  line-height: 3.5rem;
}
.family_site > a:after {
  content: "";
  position: absolute;
  top: 2rem;
  right: 0;
  width: 1.2rem;
  height: 0.8rem;
  background: url("/common/assets/images/allbaro2023/footer/ico_arw_family.png")
    no-repeat;
  background-size: 1.2rem 0.8rem;
}
.family_site.on > a:after {
  transform: rotateX(180deg);
}
.family_site .family_list {
  z-index: 101;
  display: none;
  position: absolute;
  bottom: 4.0rem;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #4f9d00;
  border-bottom-width: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.family_site.on .family_list {
  display: block;
  padding-bottom: 1.4rem;
}
.family_site .family_list a {
  display: block;
  padding: 0.8rem 1.2rem 0.6rem 2.8rem;
}
.family_site .family_list li:first-child a {
  padding-top: 1rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.family_site .family_list a:hover {
  background-color: #4f9d00;
  color: #fff;
}

@media screen and (max-width: 1768px) {
  .login_related .user_related a {
    letter-spacing: -0.1rem;
  }
}
@media screen and (max-width: 1366px) {
  .header .headerbox,
  .content section,
  .footer .footerbox {
    max-width: 126.6rem;
  }
  .login-after {
    width: 31.6rem;
  }
  .header .menu > li {
    margin: 0 1.9rem;
  }
  .header .menu a {
    letter-spacing: -0.05rem;
  }
  .login-after .quick_info {
    margin-top: 1vh;
  }
  .guide_position {
    width: 126rem;
    margin-left: -63rem;
  }
  .guide_position a {
    right: 0rem;
  }
}

.rolling-banner { 
  display: flex; 
  overflow: hidden;
  padding-top: 13vh;
}
.rolling-banner .rolling-list ul { 
	display: flex;
}
.rolling-banner .rolling-list ul li { 
    display: flex; 
    align-items: center; 
    flex-shrink: 0; 
}

.rolling-banner .rolling-list ul li .image-wrap { 
	margin-right: 25px; 
    width: 155px; 
    flex-shrink: 0;
}
.rolling-banner .rolling-list ul li .image-wrap > img { 
	width: 100%;
}
.rolling-banner .rolling-list ul li .desc { 
	font-family: 'BMJUA';
}
.rolling-banner .rolling-list ul li .desc strong { 
	display: block; 
    font-size: 24px; 
    margin-bottom: 24px;
}
.rolling-banner .rolling-list ul li .desc span { 
	font-size: 18px;
    line-height: 1.2;
}

.rolling-list.original {
	animation: rollingleft1 133s linear infinite;
}
.rolling-list.clone {
	animation: rollingleft2 133s linear infinite;
}

@keyframes rollingleft1 {
	0% { transform: translateX(0); }
	50% { transform: translateX(-100%); }
	50.01% { transform: translateX(100%); }
	100% { transform: translateX(0); }
}

@keyframes rollingleft2 {
	0% { transition: translateX(0); }
	100% { transform: translateX(-200%); }
}
