/***********************************************
  Header Container
************************************************/
.headerSection {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }

.headerSection .headerCont {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.headerSection .headerCont .headerBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

@media screen and (max-width: 767px) {
  .headerSection .headerCont .headerBox {
    padding: 0 1.5rem; } }

.headerSection .headerCont .headerBox__left {
  width: calc(100% - 40px); }

.headerSection .headerCont .headerBox__left h1 {
  color: #fff;
  line-height: 1;
  font-weight: bold; }

@media screen and (max-width: 480px) {
  .headerSection .headerCont .headerBox__left h1 {
    font-size: 15px; } }

@media screen and (max-width: 374px) {
  .headerSection .headerCont .headerBox__left h1 {
    font-size: 14px; } }

.headerSection .headerCont .headerBox__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px; }

@media screen and (max-width: 374px) {
  .headerSection .headerCont .headerBox__right {
    width: 30px; } }

.headerSection .headerCont .headerBox__right .hambuger {
  background-color: transparent;
  border: 0;
  outline: 0; }

.headerSection .headerCont .headerBox__right .hambuger img {
  width: 40px; }

.headerSection .headerCont .headerBox__right .hambuger .close {
  display: none; }

.headerSection .headerCont .headerBox__right .hambuger.active .open {
  display: none; }

.headerSection .headerCont .headerBox__right .hambuger.active .close {
  display: block; }

.headerSection .menuCont {
  position: absolute;
  width: 100%;
  top: 6rem;
  left: 0;
  display: none;
  max-width: 700px;
  margin: 0 auto;
  z-index: 1; }

@supports (-webkit-touch-callout: none) {
  .headerSection .menuCont {
    /* CSS specific to iOS devices */
    background-color: #d9d9d9;
    padding-bottom: 6rem; } }

.headerSection .menuCont .menuNav {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background-color: #d9d9d9; }

.headerSection .menuCont .menuNav__item .link {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #444;
  display: block;
  text-align: left; }

.headerSection .menuCont .menuNav__item .link.icon {
  position: relative; }

.headerSection .menuCont .menuNav__item .link.icon:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 49px;
  top: 50%;
  right: 1.5rem;
  font-size: 3rem;
  color: #000;
  background-image: url(../img/common/chevron-down-solid.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

@media screen and (max-width: 480px) {
  .headerSection .menuCont .menuNav__item .link.icon:after {
    width: 23px;
    height: 46px; } }

.headerSection .menuCont .menuNav__item .link.active:after {
  -webkit-transform: rotate(180deg) translate(0%, 50%);
  transform: rotate(180deg) translate(0%, 50%); }

.headerSection .menuCont .menuNav__item .link .smaller {
  font-size: 1.5rem; }

@media screen and (max-width: 480px) {
  .headerSection .menuCont .menuNav__item .link .smaller {
    font-size: 1.4rem; } }

.headerSection .menuCont .menuNav__item .formMail {
  display: none;
  padding: 1.5rem;
  border-bottom: 1px solid #000;
  background-color: #fff; }

.headerSection .menuCont .menuNav__item .formMail .title {
  padding-bottom: 1.5rem;
  line-height: 1; }

.headerSection .menuCont .menuNav__item .formMail input {
  width: 100%;
  border: 1px solid #000;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1.5rem;
  text-align: center;
  font-size: 1.6rem; }

.headerSection .menuCont .menuNav__item .formMail .submit {
  border-radius: 0;
  padding: 0.5rem 2.5rem;
  border: 1px solid;
  line-height: 1;
  background-color: #d9d9d9; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .headerSection .menuCont .menuNav__item .formMail .submit {
    padding-top: 1.2rem; } }

/***********************************************
  Footer Container
************************************************/
.footerCont {
  background-color: #000;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.footerCont p {
  color: #fff;
  text-align: center;
  font-size: 1.4rem; }

.lContainer .mContainer.style02Section .style02Cont .mappLic {
  padding-bottom: 2rem; }

.lContainer .mContainer.style02Section .style02Cont .mappLic #mapplic {
  position: relative; }

.lContainer .mContainer.style02Section .style02Cont .mappLic #mapplic:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 50px;
  top: 3.5rem;
  left: 1rem;
  font-size: 3rem;
  color: #000;
  background-image: url(../img/common/compass.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; }

.lContainer .mContainer.detailSection .imgList__item {
  padding-bottom: 2rem; }

.lContainer .mContainer.detailSection .imgList__item .list {
  background-color: #d9d9d9;
  display: block;
  padding: 1rem 4rem 1rem 1.5rem;
  border-bottom: 1px solid #7f7f7f;
  position: relative;
  text-align: left;
  cursor: pointer;
  font-weight: bold; }

@media screen and (max-width: 480px) {
  .lContainer .mContainer.detailSection .imgList__item .list {
    line-height: 26px; } }

.lContainer .mContainer.detailSection .imgList__item .list .smaller {
  font-size: 1.6rem; }

@media screen and (max-width: 480px) {
  .lContainer .mContainer.detailSection .imgList__item .list .smaller {
    font-size: 1.2rem; } }

@media screen and (max-width: 374px) {
  .lContainer .mContainer.detailSection .imgList__item .list .smaller {
    font-size: 1.1rem; } }

.lContainer .mContainer.detailSection .imgList__item .list.icon {
  position: relative; }

.lContainer .mContainer.detailSection .imgList__item .list.icon:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 49px;
  top: 50%;
  right: 1.5rem;
  font-size: 3rem;
  color: #000;
  background-image: url(../img/common/chevron-down-solid.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

@media screen and (max-width: 480px) {
  .lContainer .mContainer.detailSection .imgList__item .list.icon:after {
    width: 23px;
    height: 46px; } }

.lContainer .mContainer.detailSection .imgList__item .list.active {
  margin-bottom: 1rem; }

.lContainer .mContainer.detailSection .imgList__item .list.active:after {
  -webkit-transform: rotate(180deg) translate(0%, 50%);
  transform: rotate(180deg) translate(0%, 50%); }

.lContainer .mContainer.detailSection .imgList__item .list.active:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1rem;
  bottom: -1.1rem;
  right: 1.5rem;
  left: 0;
  background-color: #fff; }

.lContainer .mContainer.detailSection .imgList__item .listDetail {
  display: none; }

.lContainer .mContainer.detailSection .imgList__item .listDetail img,
.lContainer .mContainer.detailSection .imgList__item .listDetail iframe {
  margin-bottom: 2rem; }

@media screen and (max-width: 480px) {
  .lContainer .mContainer.detailSection .imgList__item .listDetail img,
  .lContainer .mContainer.detailSection .imgList__item .listDetail iframe {
    margin-bottom: 1.5rem; } }

.lContainer .mContainer.detailSection .imgList__item .listDetail img:last-child,
.lContainer .mContainer.detailSection .imgList__item .listDetail iframe:last-child {
  margin-bottom: 0; }
