.no-js{
  display: none;
}

.quick__menu .img--style01 {
  display: block;
  margin: auto;
  border-bottom: 1px solid #9fa0a0;
}

.quick__menu img.local{
  border-bottom: 0px solid #fff;
}

.img--style02 {
  display: block;
}

.sample {
  background-repeat: no-repeat;
  width: 1200px;
  margin: auto;
}

.dim {
  position: fixed;
  z-index: 998;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  opacity: 0;
}

.header {
  background-color: #000;
  position: relative;
  z-index: 999;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.header.active {
  background-color: #fff;
  border-bottom: 1px solid #ededed;
}

.header.active .header__gnb .gnb__menu {
  color: #000;
}

.header.active .header__member>a {
  color: #000;
}

.header.active .header__search {
  background-image: url(/image/common/search_icon02.png);
}

.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header__logo {
  display: block;
  margin-right: 16px;
}

.header .header__gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header__gnb .gnb__menu {
  font-size: 18px;
  color: #fff;
  width: 132px;
  text-align: center;
  position: relative;
  padding: 28px 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.header .header__gnb .gnb__menu.active::before {
  width: 100%;
  left: 0;
}

.header .header__gnb .gnb__menu::before {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #dc0817;
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.header .header__gnb .gnb__menu:last-child {
  margin-right: 0;
}

.header .header__member {
  padding-right: 35px;
  margin-right: 21px;
  position: relative;
  margin-left: auto;
}

.header .header__member::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #414141;
  position: absolute;
  right: 0;
  top: 4px;
}

.header .header__member>a {
  color: #bbb;
  font-size: 14px;
  margin-right: 17px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.header .header__member>a:last-child {
  margin-right: 0;
}

.header .header__search {
  width: 28px;
  height: 26px;
  background-image: url(/image/common/search_icon01.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.gsnb {
  padding: 28px 0 39px;
  position: absolute;
  top: 83px;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  display: none;
}

.gsnb .inner {
  padding-left: 123px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gsnb .gsnb__menu {
  width: 132px;
  text-align: center;
}

.gsnb .gsnb__menu .menu__name {
  display: block;
  color: #7e7e7e;
  font-size: 14px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  line-height: 1em;
  margin-bottom: 14px;
}

.gsnb .gsnb__menu .menu__name:hover {
  color: #000;
  font-weight: 500;
}

.gsnb .gsnb__menu .menu__name:last-child {
  margin-bottom: 0;
}

.gsnb .gsnb__menu .menu__name--img {
  border: 1px solid #bfbfbf;
  margin-bottom: 2px;
  display: block;
  padding: 5px 0;
}

.gsnb .gsnb__menu .menu__name--img:last-child {
  margin-bottom: 0;
}

.search__wrap {
  background-color: #fff;
  padding: 40px 0 50px;
  position: absolute;
  top: 83px;
  width: 100%;
  z-index: 999;
  display: none;
}

.search__wrap .search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid #000;
  padding-bottom: 14px;
}

.search__wrap .search__form .form__btn {
  border: none;
  background-color: transparent;
  width: 28px;
  margin-right: 15px;
  padding: 0;
}

.search__wrap .search__form .form__reset {
  border: none;
  background-color: transparent;
  padding: 0;
}

.search__wrap .search__form input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  font-size: 23px;
  color: #dc0817;
  font-weight: 600;
}

.search__wrap .search__keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 28px;
}

.search__wrap .search__keyword p:first-child {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-right: 26px;
}

.search__wrap .search__keyword p:last-child {
  font-size: 16px;
  color: #5a5a5a;
}

.footer .footer__link {
  background-color: #343434;
  position: relative;
}

.footer .footer__link .link__bg {
  background-color: #dc0817;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.footer .footer__link .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer__link .inner>a {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 62px;
  padding-bottom: 54px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer .footer__link .link__right {
  padding-left: 72px;
}

.footer .footer__link .link__txt {
  color: #fff;
  margin-right: 51px;
}

.footer .footer__link .link__txt p:first-child {
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.footer .footer__link .link__txt p:last-child {
  font-size: 26px;
  font-weight: 500;
  margin-top: 19px;
  line-height: 1em;
}

.footer .footer__main {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 100px;
}

.footer .footer__main .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .footer__main .main__info .info__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 38px;
}

.footer .footer__main .main__info .info__link .link__list {
  margin-left: 25px;
  color: #c4c4c4;
}

.footer .footer__main .main__info .info__link .link__list a {
  color: #c4c4c4;
}

.footer .footer__main .main__info .info__link .link__list a.white {
  color: #fff;
}

.footer .footer__main .main__info .info__txt {
  font-size: 14px;
  color: #fff;
  margin-bottom: 42px;
}

.footer .footer__main .main__info .info__txt span {
  color: #6e6e6e;
}

.footer .footer__main .main__info .info__copy {
  font-size: 12px;
  color: #6e6e6e;
}

.footer .footer__main .main__cs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer .footer__main .main__cs .cs__tit {
  color: #fff;
  font-weight: 600;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 2px solid #dc0817;
  display: inline-block;
  margin-right: 38px;
}

.footer .footer__main .main__cs .cs__info .info__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer .footer__main .main__cs .cs__info .info__tel span:first-child {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.footer .footer__main .main__cs .cs__info .info__tel span:last-child {
  font-size: 38px;
  font-weight: 600;
  margin-left: 7px;
  color: #fff;
}

.footer .footer__main .main__cs .cs__info .info__fax {
  color: #fff;
  font-size: 18px;
  margin-top: 26px;
}

.footer .footer__main .main__cs .cs__info .info__txt {
  margin-top: 26px;
  color: #8e8e8e;
  font-size: 13px;
}

.footer .footer__main .main__cs .cs__info .info__txt span {
  color: #fff;
}

.quick__menu {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1000;
  width: 180px;
  background:#fff;
}

.quick__menu>a {
  margin-bottom: 2px;
  display: block;
}

.quick__menu .toggle-btn, .quick__menu .top__btn{
  background-color: #686d71;
width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 18px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  background-image: url(/image/common/quick_close_icon.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 14px;
}

.quick__menu .toggle-btn.active{
  background-image: url(/image/common/quick_open_icon.png);
}


.quick__menu .top__btn {
  background-image: url(/image/common/top_btn.png);
}
