@charset "utf-8";

/*--------------------
Footer Common
--------------------*/

#footer {
  padding: 60px 0;
  color: #fff;
  background: #808088;
  font-size: 12px;
}
#footer a {
  text-decoration: none;
  color: #fff;
}
#footer a:hover {
  text-decoration: underline;
}

/*--------------------
Footer Logo
--------------------*/

#footer-logo {
  display: none;
}

/*--------------------
#Footer Main
--------------------*/

#footer #footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer #footer-main > div:first-of-type {
  font-size: 14px;
  line-height: 1.3;
}
#footer #footer-main > div:first-of-type dd {
  margin-bottom: 8px;
}
#footer #footer-main dl {
  margin-bottom: 30px;
}
#footer #footer-main dt {
  margin-bottom: 8px;
  font-weight: bold;
}
#footer #footer-main dd {
  margin-bottom: 5px;
}
#footer #footer-main dd.sosial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer #footer-main dd.sosial .fa {
  margin-right: 10px;
  font-size: 30px;
}

/*--------------------
#Footer Mark
--------------------*/

#footer #footer-mark {
  text-align: right;
}
#footer #footer-mark img.p-mark {
  margin-right: 1px;
	padding: 8px 8px 7px;
  background: #fff;
}
#footer #footer-mark img.pci-dss {
	padding: 7px 16px 6px;
  background: #fff;
}

/*--------------------
#Footer Sub
--------------------*/

#footer #footer-sub {
  margin-top: 20px;
  border-top: 1px solid #9f9faf;
}
#footer #footer-sub h1 {
  margin-top: 20px;
  text-align: center;
}
#footer #footer-sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  list-style: none;
  opacity: 0.5;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer #footer-sub li {
  margin-right: 13px;
  padding-right: 13px;
  border-right: 1px solid #a3a4ab;
}
#footer #footer-sub li:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
#footer #footer-sub div {
  display: none;
}
#footer #footer-sub small {
  display: block;
  margin-top: 13px;
  text-align: center;
  opacity: 0.5;
}

@media (max-width: 959px) {

  /*--------------------
  Footer Common
  --------------------*/

  #footer {
    padding: 0;
  }
  #footer a {
    color: #e6e5e7;
  }
  #footer .cb {
    width: 100%;
  }

  /*--------------------
  Footer Logo
  --------------------*/

  #footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /*--------------------
  #Footer Main
  --------------------*/

  #footer #footer-main {
    display: block;
  }
  #footer #footer-main > div:first-of-type {
    display: none;
  }
  #footer #footer-main dl {
    margin-bottom: 0;
    border-top: 1px solid #a3a4ab;
    border-bottom: 1px solid #56575b;
  }
  #footer #footer-main #footer-service {
    border-top: 1px solid #56575b;
  }
  #footer #footer-main dl.expand {
    padding-bottom: 16px;
  }
  #footer #footer-service {
    padding-top: 16px;
    border-top: 1px solid #56575b;
    background-color: #6d6d75;
  }
  #footer #footer-main dt {
    position: relative;
    z-index: 0;
    min-height: 50px;
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 16px;
    line-height: 50px;
  }
  #footer #footer-main dt a {
    z-index: 0;
    display: block;
    height: 50px;
    color: #fff;
  }
  #footer #footer-main dt::after {
    position: absolute;
    top: 0;
    right: 20px;
    content: "\f055";
    font-family: "FontAwesome";
  }
  #footer #footer-service dt::after {
    content: "";
  }
  #footer #footer-apply dt::after {
    content: "\f054";
  }
  #footer #footer-main dl:not(#footer-service).expand dt::after {
    content: "\f056";
  }
  #footer #footer-main dd {
    position: relative;
  }
  #footer-recommend dd,
  #footer-dc dd,
  #footer-support dd {
    display: none;
  }
  #footer #footer-main dd::before {
    position: absolute;
    left: 40px;
    content: "\f105";
    font-family: "FontAwesome";
  }
  #footer #footer-main dl.expand dd {
    display: block;
    min-height: 36px;
    margin-bottom: 0;
    padding-left: 56px;
    font-size: 14px;
    line-height: 36px;
  }

  /* Hover */

  #footer #footer-main dt:hover {
    cursor: pointer;
    background: #8e8e98;
  }
  #footer #footer-main dt a:hover {
    text-decoration: none;
  }
  #footer #footer-service dt:hover {
    background: none;
  }
  #footer #footer-main dd:hover {
    background: #8e8e98;
  }
  #footer #footer-service dd:hover {
    background: #7b7b84;
  }
  #footer #footer-main dd a:hover {
    text-decoration: none;
  }

  /*--------------------
  #Footer Mark
  --------------------*/

  #footer #footer-mark {
    display: none;
  }

  /*--------------------
  #Footer Sub
  --------------------*/

  #footer #footer-sub {
    margin-top: 0;
    padding: 32px 20px 32px 20px;
    border-top: 1px solid #a3a4ab;
  }
  #footer #footer-sub h1 {
    display: none;
  }
  #footer #footer-sub ul {
    margin-top: 0;
    opacity: 1;
    font-size: 11px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #footer #footer-sub ul li {
    margin-bottom: 16px;
    line-height: 1;
  }
  #footer #footer-sub div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0 32px 0;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer #footer-sub div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    margin: 0 8px;
    color: #7f7f86;
    border-radius: 50%;
    background: #b2b3b7;
    font-size: 24px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #footer #footer-sub small {
    opacity: 1;
    color: #e6e5e7;
    font-size: 10px;
  }

  /* Hover */

  #footer #footer-sub div a:hover {
    background: #cbccd0;
    text-decoration: none;
  }
}

#contents-foot {
	background: #808088;
	border-bottom: 1px solid #707077;
	box-shadow: 0px -1px 0 0 #8c8c92 inset;
}
#contents-foot #contents-foot-inner .inner {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}
#contents #contents-foot ul.bread {
	padding: 15px 0 15px 0;
	color: #cccccc;
}
#contents-foot a {
	color: #cccccc;
}
#contents-foot a:hover {
	color: #cccccc;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}
#contents-foot #pagetop {
	display: none;
}