
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-radius: 0;
}

html {
  height: 100%;
}

body {
  overflow: auto;
  margin: 0;
  height: 100%;
  line-height: 1.3;
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  background-color: #fff;
}

@media (max-width: 1260px) {
  body {
    overflow-x: hidden;
  }
}

.wrap {
  position: relative;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  /*opacity:0;*/
}

.wrap__row {
  display: table-row;
  width: 100%;
}

.wrap__row--height-full {
  height: 100%;
}

.site-container:before, .site-container:after {
  display: table;
  overflow: hidden;
  height: 0;
  content: '';
}

.site-container:after {
  clear: both;
}

.site-inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

@media (max-width: 1260px) {
  .site-inner {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.site-header {
  z-index: 900;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 76px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  background-image: none;
  -webkit-transition: background-color .1s ease-in-out;
  -o-transition: background-color .1s ease-in-out;
  transition: background-color .1s ease-in-out;
}

.site-header.is-fixed {
  background-color: rgba(16, 61, 78, 0.8);
}

.site-header .site-inner {
  position: relative;
  height: inherit;
}

@media (max-width: 1260px) {
  .site-header {
    position: absolute;
  }
}

@media (max-width: 1260px) {
  .site-header {
    z-index: 910;
    max-width: 100%;
    height: 50px;
    margin: 0 auto;
  }
}

.top-logo {
  z-index: 500;
  width: 97px;
  position: absolute;
  top: 23px;
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0;
}

.top-logo:not(:optional) {
  -webkit-transition: width ease-in-out .3s;
  -o-transition: width ease-in-out .3s;
  transition: width ease-in-out .3s;
}

.top-logo__link {
  display: block;
  width:206px;
  margin:-19%;
}

.top-logo__img {
  max-width: 100%;
}

@media (max-width: 1260px) {
  .top-logo {
    width: 70px;
    top: 0;
    left: 20px;
    height: inherit;
    line-height: 0;
  }
  .top-logo__link {
  display: block;
  width:135px;
  margin:-19%;
}
  .top-logo__link {
    height: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 21px;
  }
  .top-logo__img {
    width: 100%;
  }
}

.site-gnb {
  z-index: 400;
  position: absolute;
  right: 28%;
  margin-right: -630px;
  height: 53px;
  top:295px;
}

.site-gnb__tit {
  display: none;
}

.site-gnb__list {
  height: inherit;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 -15px 0 0;
  padding-left: 0;
  list-style: none;
  text-align: right;
  cursor:pointer;
}

.site-gnb__item {
  /*display: inline-block;*/
  position: relative;
  top: 0;
  height: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    color: #00d8db;
  
}
.site-gnb__item.m {display:none;}

.site-gnb__link {
  display: table-cell;
  height: inherit;
  padding: 0 15px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.025em;
  color: inherit; 
  position: relative;
    }
a.site-gnb__link:hover {
    color: #f1b632;
}


.site-gnb__btn {
  display: inline-block;
  padding: 3px 10px 5px;
  font-size: 14px;
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: border ease-in-out .3s, color ease-in-out .3s;
  -o-transition: border ease-in-out .3s, color ease-in-out .3s;
  transition: border ease-in-out .3s, color ease-in-out .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.site-gnb__btn:hover, .site-gnb__btn:active {
  border-color: #00d8db;
  color: #00d8db;
}

/*PC메뉴*/
.site1-gnb {
  z-index: 400;
  position: absolute;
  right: 58%;
  margin-right: -698px;
  height: 74px;  
}


.site1-gnb__tit {
  display: none;
}

.site1-gnb__list {
  height: inherit;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 -15px 0 0;
  padding-left: 0;
  list-style: none;
  text-align: right;
}

.site1-gnb__item {
  display: inline-block;
  position: relative;
  top: 0;
  height: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}

.site1-gnb__link {
  display: table-cell;
  height: inherit;
  padding: 0 15px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.025em;  
  
}

.site1-gnb__btn {
  display: inline-block;
  padding: 3px 10px 5px;
  font-size: 14px;
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: border ease-in-out .3s, color ease-in-out .3s;
  -o-transition: border ease-in-out .3s, color ease-in-out .3s;
  transition: border ease-in-out .3s, color ease-in-out .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.site1-gnb__btn:hover, .site1-gnb__btn:active {
  border-color: #00d8db;
  color: #00d8db;
}
@media only screen and (max-width: 1260px) {
.site-gnb__item.m {display:block;}
.site1-gnb__list {
 display:none;
}
  .site-gnb {
    position: static;
    height: auto;
  }
  .site-gnb__list {
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 0 20px;
    text-align: left;
    background-color: #000;
  }
  .site-gnb__list:before {
    display: none;
  }
  .site-gnb__list:after {
    display: none;
  }
  .site-gnb__item {
    display: block;
    top: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .site-gnb__item:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #9a9a9a;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .site-gnb__item + .site-gnb__item {
    border-top: 1px solid #303030;
  }
  .site-gnb__link {
    width: 1%;
    padding: 11px 0 12px;
    font-size: 15px;
    text-align: left;
  }
  .site-gnb__btn {
    font-size: 13px;
  }
}

@media (max-width: 1260px) {
  .mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    z-index: 900;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    -webkit-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
  }
  .mobile-header.is-fixed {
    background-color: rgba(16, 61, 78, 0.8);
  }
}

.mobile-button-open {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: inherit;
  margin: 0;
  padding: 22px;
  border: none;
  font-size: 0;
  background-color: transparent;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile-button-open__bread {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  border-top: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile-button-open__bread:before {
  content: '';
  display: inline-block;
  width: 100%;
  border-top: 1px solid #fff;
  position: absolute;
  top: 5px;
}

.mobile-button-open__bread:after {
  content: '';
  display: inline-block;
  width: 100%;
  border-top: 1px solid #fff;
  position: absolute;
  bottom: 0;
}

.mobile-header.is-fixed .mobile-button-open__bread:before, .mobile-header.is-fixed .mobile-button-open__bread:after {
  border-color: #fff;
}

@media (max-width: 1260px) {
  .mobile-button-open {
    opacity: 1;
    right: env(safe-area-inset-left);
  }
  .mobile-button-open__bread {
    -webkit-transition: border-color ease-in-out .3s;
    -o-transition: border-color ease-in-out .3s;
    transition: border-color ease-in-out .3s;
  }
  .mobile-button-open__bread:before, .mobile-button-open__bread:after {
    -webkit-transition: bottom ease-in-out .3s, -webkit-transform ease-in-out .3s;
    transition: bottom ease-in-out .3s, -webkit-transform ease-in-out .3s;
    -o-transition: transform ease-in-out .3s, bottom ease-in-out .3s;
    transition: transform ease-in-out .3s, bottom ease-in-out .3s;
    transition: transform ease-in-out .3s, bottom ease-in-out .3s, -webkit-transform ease-in-out .3s;
  }
  .is-on .mobile-button-open__bread {
    border-color: transparent;
  }
  .is-on .mobile-button-open__bread:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .is-on .mobile-button-open__bread:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
  }
}

.mobile-button-close {
  display: none;
}

@media (max-width: 1260px) {
  .mobile-button-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 58px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    text-indent: 100%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
  }
  .mobile-button-close:before, .mobile-button-close:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 19px;
    height: 0;
    margin: auto;
    border-top: 1px solid #d35e00;
    content: '';
  }
  .mobile-button-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mobile-button-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.mobile-menu__header {
  display: none;
}

@media (max-width: 1260px) {
  .mobile-menu {
    overflow: hidden;
    z-index: 910;
    position: fixed;
    left: 0;
    top: 58px;
    bottom: 0;
    width: 100%;
    max-height: 0;
    -webkit-transition: max-height .3s ease-in;
    -o-transition: max-height .3s ease-in;
    transition: max-height .3s ease-in;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-menu.is-on {
    max-height: 1000px;
  }
  .mobile-menu__header {
    display: block;
    height: 44px;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
  }
  .mobile-menu__logo {
    display: block;
    margin: 0;
    font-size: 0;
    width: 138px;
  }
}

.mobile-menu-logo {
  display: none;
}

.main-ex .heading .blackce {    
margin-bottom: 112px;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: #000;}
.main-ex .esrex img {
border: 2px solid #f5c799;
    border-radius: 27px;
}


@media (max-width: 1260px) {
  .mobile-menu-logo {
    display: block;
    width: 118px;
    height: 20px;
    margin: 0;
    padding-left: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .mobile-menu-logo__link {
    display: block;
    line-height: 0;
    height: inherit;
  }
  .mobile-menu-logo__img {
    height: 100%;
  }
}

.mobile-menu-dimmed {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 905;
}

.site-footer {
  position: relative;
  z-index: 5;
  max-width: 1260px;
  margin: 0 auto;
  padding: 50px 0;
  color: #fff;
}

.site-footer:before, .site-footer:after {
  display: table;
  overflow: hidden;
  height: 0;
  content: '';
}

.site-footer:after {
  clear: both;
}

.site-footer:after {
  z-index: -1;
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  top: 0;
  left: -1000px;
  right: -1000px;
  bottom: 0;
  margin: auto;
  background-color: #ff3528;
  background-image: url("../images/layout/bg-footer.jpg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  content: '';
}

.footer-menu {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 0;
}

.footer-menu__item {
  display: inline-block;
  padding: 0 40px;
  margin-top: 10px;
}

.footer-menu__link {
  text-decoration: none;
  font-family: "acumin-pro", sans-serif;
  font-size: 18px;
  color: #fef2f3;
  letter-spacing: -0.025em;
}

.footer-sns {
  margin-top: 70px;
  font-size: 0;
  text-align: center;
}

.footer-sns__item {
  display: inline-block;
  padding: 0 25px;
}

.footer-sns__item.nth-1 .footer-sns__link {
  background-position: 0px 0;
}

.footer-sns__item.nth-2 .footer-sns__link {
  background-position: -42px 0;
}

.footer-sns__item.nth-3 .footer-sns__link {
  background-position: -84px 0;
}

.footer-sns__item.nth-4 .footer-sns__link {
  background-position: -126px 0;
}

.footer-sns__item.nth-5 .footer-sns__link {
  background-position: -168px 0;
}

.footer-sns__link {
  display: inline-block;
  width: 42px;
  height: 42px;
  text-decoration: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("../images/layout/footer-sns-icon.png");
}

.footer-bottom-wrap {
  overflow: hidden;
  margin-top: 80px;
}

.footer-logo {
  margin-left: -10px;
  float: left;
}

.footer-logo-link {
  display: inline-block;
  width: 121px;
  height: 12px;
  padding: 10px;
  background-image: url("../images/layout/footer-logo.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.footer-copyright {
  float: right;
  margin-top: 9px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.025px;
  text-transform: uppercase;
  color: #fefefe;
}

.site-content {
  margin-top: 100px;
  padding-top: 110px;
  padding-bottom: 123px;
}

.site-content:before, .site-content:after {
  display: table;
  overflow: hidden;
  height: 0;
  content: '';
}

.site-content:after {
  clear: both;
}

/*# sourceMappingURL=maps/layout.css.map */

.sns_area{padding-top:10px; text-align:center; background-color:#000;}
.sns_area ul{max-width:350px; width:100%; display:inline-block; }
.sns_area ul li{margin:0 10px; display:inline-block; box-sizing:border-box;}
.sns_area ul:after{ clear: both; content: "."; display: block; height: 0; visibility: hidden; font-size: 0;}
.sns_area ul li span{margin-top:5px; display:block; color:#fff;}
.sns_area ul li img{max-width:100%; }


@media screen and (max-width: 768px){
.sns_area ul li img{width:30px;}
}