/* NO CSS*/
/*font */
/* color */
::-webkit-scrollbar-track {
  background-color: #E6E6E6;
}

::-webkit-scrollbar {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.125rem;
}

::-webkit-scrollbar-thumb {
  background-color: #B7B7B7;
}

html.active {
  overflow: hidden;
}

.blue {
  color: #203A91;
}

.red {
  color: #A41B1B;
}

.purple1 {
  color: #42387B;
}

.purple2 {
  color: #8469B2;
}

/*#wrap {
  overflow: hidden;
}*/

.layout {
  width: 1400px;
  padding-left:20px;
  padding-right:20px;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 1640px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 1400px) {

 .layout { width:100%}
}
@media (max-width: 1026px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 7px;
  }
}


html.m-open { overflow: hidden !important;}
.header {
  position: relative;
  display: block;
  /*
position: fixed;
top: 0;
left: 0;
  */
  width: 100%;
  z-index: 11;
  transition: transform 0.35s;
  background-color: #FFF;
  border-bottom:1px solid #ddd;
}
.header.active::before {
  display: block;
  content: "";
  width: 100%;
  height: calc(100vh - 12rem);
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 12rem;
  left: 0;
  z-index: -1;
}
.header.active.active2::before {
  height: calc(100vh - 8rem);
}
.header.active2 {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.16);
  transform: translateY(-4rem);
}
.header.active, .header.active2 {
  background: #fff;
}
.header.active .header-other::before, .header.active2 .header-other::before {
  background: rgba(0, 0, 0, 0.15);
}
.header.active .header-other div:first-of-type::after, .header.active2 .header-other div:first-of-type::after {
  background: rgba(0, 0, 0, 0.2);
}
.header.active .header-other div a, .header.active2 .header-other div a {
  color: #333;
}
.header.active .header-other div a[target=_blank]::after, .header.active2 .header-other div a[target=_blank]::after {
  content: url("../images/layout/link-hover.svg");
}
.header.active .header-main, .header.active2 .header-main {
  background: #fff;
}
.header.active #logo img, .header.active2 #logo img {
  transform: translateY(-50%);
}
.header.active .gnb > li > a, .header.active2 .gnb > li > a {
  color: #1A1A1A;
}
.header.active .gnb > li.on > a::after, .header.active2 .gnb > li.on > a::after {
  background: #203A91;
}
.header.active .util > div > a, .header.active2 .util > div > a {
  color: #1a1a1a;
}
.header.active .util > div > a > span, .header.active2 .util > div > a > span {
  background: #1a1a1a;
}
.header.active .util-user-state i,
.header.active .util-user-state strong, .header.active2 .util-user-state i,
.header.active2 .util-user-state strong {
  color: #1a1a1a;
}
.header.active3 {
  transform: none !important;
  transition: none !important;
}
.header.active3 .header-other {
  opacity: 0;
  visibility: hidden;
}
.header.active3 .util > div > a {
  display: none;
}
.header.active3 .util-user {
  margin-right: 4rem;
}
.header.active3 .hidden {
  display: flex;
}
.header.active3 .sitemap-area {
  opacity: 1;
  visibility: visible;
}
.header-layout {
  max-width: 1440px;
  padding-left:20px;
  padding-right:20px;
  margin: 0 auto;
  z-index: 2;
}
.header-other {
  display: flex;
  height: 4rem;
  align-items: center;
  justify-content: space-between;
  margin: 0 -2rem;
  position: relative;
}
.header-other::before {
  display: block;
  content: "";
  width: 100vw;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.header-other div {
  position: relative;
  padding: 0 2rem;
}
.header-other div a {
  display: flex;
  align-items: center;
  position: relative;
}
.header-other div a[target=_blank]::after {
  display: block;
  content: url("../images/common/ico-blank.svg");
  margin-left: 0.8rem;
  width:17px;
  height:17px;
  transform: translateY(-0.15rem);
}
.header-other div a span {
  color: inherit;
  font-size: 1.5rem;
  font-weight: 500;
}
.header-other-util {
  margin-left: auto;
}
.header-other-util a::after {
  display: none !important;
}
.header-other ul {
  display: flex;
  align-items: center;
  position: relative;
}
.header-other ul li {
  position: relative;
  padding: 0 1rem;
}
.header-other ul li:first-of-type {
  padding-left: 0;
}
.header-other ul li::after {
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: -1.5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.header-other ul li:nth-of-type(3n):after {
  width:1px;
  height:14px;
}
.header-other ul li:last-of-type:after {
  display: none
}
.header-other ul li:last-of-type {
  padding-right: 0;
}
.header-other-util ul a span {
  color: inherit;
  font-size: 1.5rem;
  font-weight: 500;
}
.header-other-util ul a span i {
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1;
  transform: translateY(-0.15rem);
}
.ico-eng {
  display: block;
  background: url("../images/common/ico-eng.png");
  margin-left:0.8rem;
  transform: translateY(-0.15rem);
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}
.header #logo {
  overflow: hidden;
  flex-shrink: 0;
}
.header #logo a {
  display: block;
}
.header #logo img {
  transform: translateY(0);
  width: 100%;
  transition: 0.25s;
  max-width:240px;
}
.header #logo > p{
  color:#484e66;
  font-weight:400;
  font-size:14px;
  letter-spacing: -0.03em;
  margin-bottom: 1.5rem;
  line-height:23px;
  transform:translateY(0);
  opacity:1;
  transition:all .5s ease-in-out;
}
.header-gnb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-gnb .menu-icon ul  {
  display: flex;
}
.header-main .menu-icon .btn-search { display:none;}
.header-gnb .btn-search {  }
.header-gnb .btn-sitemap {margin-left:25px;}
.header-gnb .btn-search i,
.header-gnb .btn-sitemap i,
.header-gnb .btn-close i{
  display:inline-block;
  width:20px;
  height:20px;
  background-repeat:no-repeat;
  background-position: center center;
}
.header-gnb .btn-search i {
  background-image:url(../images/common/ico-search.svg);
}
.header-gnb .btn-sitemap  i {
  background-image:url(../images/common/ico-sitemap.png);
}
.header-gnb .btn-close i {
 background-image:url(../images/common/close_line.svg);
}

#total-search-box {display: none;position: fixed;top: 130px;left: 0;background:#3b3280;z-index: 1000;width: 100%;padding: 60px 0;}
#total-search-box h4 {text-align:center;font-size: 28px;font-weight:600;color: #fff;margin-bottom: 20px;}
#total-search-box .input-box-wrap{position:relative;width:50%;margin:0 auto; border-bottom:2px solid #333;}
#total-search-box input[type="text"] {width:calc(100% - 100px);height:57px;padding:0 2rem; border:0;}
#total-search-box input[type="text"]::placeholder{font-size:20px;color:#ababab;}
#total-search-box .btn-search{position:absolute;right:0;bottom:0;width:50px;height:50px;background: url(../images/common/ico-search.svg) no-repeat right 20px top 8px/30px;}
#total-search-box #btn-search-close {position:absolute;top: 0;right: 0;display:block;width: 70px;height: 70px;background: #1e1b65 url('../images/common/btn_search_close.png') no-repeat center center/40px;}
.black-bg-search {position: fixed;width:100%;height:100%;background: rgba(0, 0, 0, 0.5);top: 0;left: 0;right: 0;z-index: 10;-webkit-transition: height 0.3s ease-in-out;-o-transition: height 0.3s ease-in-out;transition: height 0.3s ease-in-out;	overflow: hidden;}
@media all and (max-width:768px) {
  #total-search-box {top:0;}
  #total-search-box .input-box-wrap { width:80%;  }
  #total-search-box #btn-search-close { top:10px; }
}

/*메인메뉴*/
.header-main .gnb-wrap {text-align:right;}
.header-main .gnb-wrap .li1{display:inline-block; }
.header-main .gnb-wrap .a1{display:block;padding:29px 0;color:#111;font-size:2.2rem;font-weight:700;}
.header-main .gnb-wrap .a1:hover{color:#4d3fcd}
.header-main .gnb-wrap .a1 span{position:relative;}
.header-main .gnb-wrap .a1.on span:before{content:''; position:absolute; left:0; bottom:-12px; width:100%; height:4px; background:#00a79d;}
.header-main .gnb-wrap .dept2{overflow:hidden;max-height:0;position: absolute;top:100%;left:0px;width:100%;z-index:100;background:#fff;text-align:left;}
.header-main .gnb-wrap .dept2.on{max-height:700px;}
.header-main .gnb-wrap .ul2{padding:10px 0;}
.header-main .gnb-wrap .a2{position:relative; display:block; color:#fff; font-weight:700;padding:5px 15px;font-size:15px;line-height:1.25;}
.header-main .gnb-wrap .a2 span{position:relative;}
.header-main .gnb-wrap .a2:hover {color:#4d3fcd}
.header-main .gnb-wrap .a2[target=_blank] span::after  { content:""; display:inline-block; width:13px; height:13px; margin-left:5px; background:url(../../images/common/new-win.png) no-repeat; }
.header-main .gnb-wrap .a3[target=_blank]{position:relative;}
.header-main .gnb-wrap .a3[target=_blank]::after {content:""; display:inline-block; width:13px; height:13px; margin-left:5px; background:url(../../images/common/new-win.png) no-repeat; }

@media all and (min-width:1027px) {
  .header-main .gnb-wrap {}
  .header-main .gnb-wrap .ul_1{justify-content:flex-end;display:flex;}
  .header-main .gnb-wrap .li1{padding: 0 .5rem; }
  .header-main .gnb-wrap .a1{ position:relative; font-size:1.8rem;}
  .header-main .gnb-wrap .dept2{border-top: 1px solid #ddd; background: #fff;}
  .header-main .gnb-wrap .dept2.on {height:60px; box-shadow: 0 10px 10px rgb(0 0 0 / 5%);}
  .header-main .gnb-wrap .ul2{display: flex;width:100%;padding: 15px 0;width: 75%;margin-left: auto;max-width: 1100px;margin-left: 25%;flex-wrap: wrap;}
  .header-main .gnb-wrap .a1::before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #885afa;
    position: absolute;
    left: 50%;
    bottom: -1px;
    z-index: 4;
    transform: translateX(-50%);
    transition: all .4s
  }
  .header-main .gnb-wrap .li1:hover > .a1::before {
    width: 100%;
  }

  .header-main .gnb-wrap .li2 {position:relative; padding:10px 0;  }
  .header-main .gnb-wrap .a2{  display: flex; position: relative; min-width: 100%;  font-weight:400; font-size:18px;  transition: all 0.3s; align-items: center;color:#111;}
  .header-main .gnb-wrap .ul3 {padding:1rem 0 1rem 2.5rem;}
  .header-main .gnb-wrap .li3 .a3 {position:relative;display:block;padding: 0.5rem 1rem;}
  .header-main .gnb-wrap .li3 .a3::before{content:''; position:absolute; left:0px; top:50%; margin-top:-1.5px;; width:3px; height:3px; background:#00b3cd; transition:all 0.8s;}
  .header-main .gnb-wrap .li3 .a3:hover { color:#00a79d}
  .header-main .gnb-wrap .dept2 ul {display: flex;width: 140rem; max-width: 100%; margin: 0 auto;}
  .navGab {width: 25%;height: 100%;background: #fff url(../../images/common/sub-title-bg.jpg) no-repeat left bottom; display: block;position: absolute;top: 0;min-width: 200px;border-right: 1px solid #ddd;z-index: 0;}

  .header-main .gnb-wrap .li1:nth-child(1) .dept2 ul{ padding-left:600px;}
  .header-main .gnb-wrap .li1:nth-child(2) .dept2 ul{ padding-left:600px;}
  .header-main .gnb-wrap .li1:nth-child(3) .dept2 ul{ padding-left:900px;}
  .header-main .gnb-wrap .li1:nth-child(4) .dept2 ul{ padding-left:1100px;}
  .header-main .gnb-wrap .li1:nth-child(5) .dept2 ul{ padding-left:1100px;}
}
@media all and (min-width:1100px) {

  .header-main .gnb-wrap .li1{padding: 0 1rem; }
  .header-main .gnb-wrap .a1{font-size:1.9rem;}

}

@media all and (min-width:1300px) {
  .header-main .gnb-wrap .li1{padding: 0 1.8rem; }
  .header-main .gnb-wrap .a1{font-size:2.2rem;}


}
@media all and (min-width:1400px) {
  .dept2 .menuText{ padding-left:10%;}
}

/* 모바일 */
.gnb-m-header { position:relative; height: 72px;background-color: #222; display:none; padding-right:5rem}
.header-main #btn-mgnb{display:none}
.header-main div.black-bg{display:none;}
.header-main #btn-mgnb-close { display:none;}


@media all and (max-width:1026px) {
  .header-main #btn-sitemap { display:none;}
  .header-main #btn-mgnb{display:block}
  .header-main #btn-mgnb.on{ display:block }
  .header-main #btn-mgnb-close.on{display:block;position:absolute;top: 63px;right: 20px;background-color:#fff;}

}
@media all and (max-width:1026px) {
  .gnb-m-header {display: flex;}
  .header-main .gnb-wrap {position:fixed;top: 120px;right:-300%;z-index:10000;width: 100%;height: 100%;background: #fff;opacity: 0;transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);}
  .header-main .gnb-wrap.on {right: 0;opacity: 1;transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);top: 120px;}
  .header-main .gnb-wrap .menuUItop {position: relative;height: 100%;}
  .header-main .gnb-wrap .div_1 {}
  .header-main .gnb-wrap .li1 {position: static; display: block; width: 100%; padding:0px;}
  .header-main .gnb-wrap .a1 {background-image: none;background-position: right center;width: 100%;height: auto;padding: 20px;text-align: left;font-size: 26px;}
  .header-main .gnb-wrap .a1:after {display:none;}
  .header-main .gnb-wrap .a1:hover {color:#4d3fcd;}
  .header-main .gnb-wrap .a1.on span:after {display:none;}
  .header-main .gnb-wrap .a1.on span:before {display:none;}
  .header-main .gnb-wrap .a1.on {color:#4d3fcd;}
  .header-main .gnb-wrap .ul2 {border: 0; padding:0;overflow-y: auto; height: calc(100% - 20px);}
  .header-main .gnb-wrap .li2 {display:block;border:0px;}
  .header-main .gnb-wrap .li2 .a2:after {display:none;}
  .header-main .gnb-wrap .a2 {width:100%;padding: 15px 20px;margin:0;font-size: 18px;color:#666;font-weight: 500;}
  .header-main .gnb-wrap .a2.plus {position: relative;background: url('../../images/common/arrow-m-gnb.png') no-repeat 90% center;}
  .header-main .gnb-wrap .a2.plus.on {background: url('../../images/common/arrow-m-gnb-on.png') no-repeat 90% center;color: #00a79d;border-bottom:1px solid #fff;}
  .header-main .gnb-wrap .dept2 {
    position: relative;
    top: inherit;
  }
  .header-main .gnb-wrap .dept2.on {transition-property: none;}
  .header-main .gnb-wrap .dept2 .container {padding: 0px;}
  .header-main .gnb-wrap .ul3 {padding:0 0 20px 0;border-bottom: 1px solid #00a79d;}
  .header-main .gnb-wrap .li3 {position:relative; margin: 0px;}
  .header-main .gnb-wrap .a3 {color:#999; display:inline-block; padding:4px 0 4px 35px; font-size:15px;}
  .header-main .gnb-wrap .a3:before {content:''; position:absolute; left:25px; top:13px; width:6px; height:2px; background:#808080;}
  .header-main .gnb-wrap .a3:hover:before {width:6px; background:#069b5f}
  .header-main .gnb-wrap .a3:hover {color:#069b5f}
  .header-main .gnb-wrap .a3._active {color:#069b5f;}
  .header-main .gnb-wrap .deot3 {display:block; overflow:hidden; max-height:0px; transition:all 0.25s cubic-bezier(0.7, 0, 0.3, 1);}
  .header-main .gnb-wrap .deot3.on {max-height: 500px; transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);}
  .header-main .gnb-wrap .close {display:none;}
  .gnb-m-header { display:block; }
  .header-main .menu-icon .btn-share {display:none;}
  .header-main .container > div.black-bg {display:none; position:fixed; width:100%; height:100%; left:0px; top:0px; background:rgba(0,0,0,0.6); z-index:1200;}
  .header-main .container > div.black-bg.on {display:block;}
  .dept2 .menuText { display:none; }
}
@media all and (max-width:768px) {
  .header-main .gnb-wrap { }
  .header-main .gnb-wrap.on {right:0;}
}




.footer {
  background: #f0f0f0;
  letter-spacing: 0;
  font-size: 1.6rem;
  padding:4rem 2rem;
  color:#919191
}
.footer-layout {
  max-width: 1400px;
  padding-left:20px;
  padding-right:20px;
  position: relative;
  margin: 0 auto;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-link {
  display: flex;
}
.footer-link li {
  margin-left: 4rem;
}
.footer-link li:first-child {
  margin-left:0;
}
.footer-link li a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
.footer-link li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-position: under;
}
.footer-bottom {

}
.footer-copy {
  margin-top: 1.5rem;
}

@media (max-width: 1860px) {
  .footer-layout {
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .footer-layout {
    padding: 0 2rem;
  }
  .footer-top {
    height: auto;
    padding: 3rem 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-link {
    width: 100%;
    margin-top: 3rem;
    flex-wrap: wrap;
    margin-bottom: -2rem;
  }
  .footer-link li {
    margin-left: 0;
    margin-right: 3rem;
    margin-bottom: 3rem;
  }
  .footer-link li:first-of-type {
    margin-left: 0;
  }
  .footer-agency span {
    display:block;
  }
}


#wrap-sub-visual {display:flex;position:relative;background: rgb(230,246,252);background-color:#f4f0e9;
  width:100%;
  padding:6rem 0;
  background-size: contain;align-items: center;justify-content: center; background-size:cover; background-position:center center; background-repeat:no-repeat;}
#wrap-sub-visual.sub-visual01 {background-image: url('../images/common/bg_s_visual01.jpg') }
#wrap-sub-visual > div { color:#fff;  text-align:center;}
#wrap-sub-visual > div h2 { font-size:4rem;font-weight:700; }

#snb { background-color:#3b3280; margin-top:30px; }
#snb  { }
#snb ul { height:70px; display:flex; }
#snb ul li { position:relative; flex: 1;  }
#snb li::before {
  content:"";
  display:block;
  width:1px;
  height:36px;
  position:absolute;
  top:50%;
  margin-top:-18px;
  left:0;
  background-color: rgb(255, 255, 255, 0.2);
}
#snb li:first-child::before {
  display:none;
}
#snb li a {
  display: flex;
  width:100%;
  height:100%;
  position:relative;
  font-size:18px;
  text-align:center;
  align-items: center;
  justify-content: center;
  opacity:0.75;
}
#snb li a:hover, #snb li.on a{
  opacity:1;
  font-weight:700;
}

.contents {
  padding: 6rem 0 16rem;
  line-height: 1.3333333333;
  position: relative;
  min-height: 64rem;
}
.contents .sub-title {
  text-align:center;
  margin-bottom: 35px;
}
.contents .sub-title h3 {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
}
.sub-title-util {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:5px;
}
.sub-title-location {
  display: flex;
  margin: 0 -1rem;
}
.sub-title-location > * {
  position: relative;
  padding: 0 1rem;
  font-size: 1.6rem;
  color: #fff;
}
.sub-title-location > *::after {
  display: block;
  content: "\ea54";
  font-size:22px;
  font-family: remixicon!important;
  color:#fff;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.sub-title-location > *:last-child::after {
  display: none;
}
.sub-title-location > a {
  color: #fff;
}
.sub-title-share {

  margin-left: 2.5rem;
  display: flex;
  margin-left:auto
}
.sub-title-share > div {
  padding: 0 1rem;
  position: relative;
}
.sub-title-share > div:last-of-type::after {
  display: none;
}
.sub-title-share > div > button i {
  font-size: 2.5rem;
  color: #000;
  line-height: 1;
}
.sub-title-share > div > button i.ri-close-fill:before {
  content: '\eb98' !important;
}

.sub-title-share .sub-share.on {background: url('../images/common/icn_sns_close.svg') no-repeat left center;background-size:contain;}
.sub-title-share .box-sub-share {display:none; overflow:hidden; max-height:0px; position:absolute; right:0px; top:35px; background: #fff; width:180px; padding: 1rem; border: 1px solid #ddd; border-radius:40px;transition:all 0.5s cubic-bezier(0.7, 0, 0.3, 1);text-align:center;}

.sub-title-share .box-sub-share.on {display:block; max-height:1000px; transition:all 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
.sub-title-share .box-sub-share .close {display:none;text-indent: -9999px; position: absolute; right: 0px; top: 0px; width: 40px; height: 50px; background: url(../../images/common/btn-favo-close.png) no-repeat center center;}
.sub-title-share .box-sub-share .close:hover {transform: rotate( 180deg ); transition: all 0.75s cubic-bezier(0.7, 0, 0.3, 1);}
.sub-title-share .box-sub-share .send ul {display: flex; justify-content: center;}
.sub-title-share .box-sub-share .send li { margin-right: 5px;}
.sub-title-share .box-sub-share .send li button {width: 25px; height: 25px; background: url('../images/common/ico-sub-share.png') no-repeat; text-indent: -9999px;}
.sub-title-share .box-sub-share .send li .fb {background-position: 0 0;}
.sub-title-share .box-sub-share .send li .tw {background-position: -25px 0;}
.sub-title-share .box-sub-share .send li .ks {background-position: -50px 0;}
.sub-title-share .box-sub-share .send li .pn {background-position: -75px 0;}
.sub-title-share .box-sub-share .send li .na {background-position: -100px 0;}
.sub-title-share .box-sub-share .send li .is {background-position: -125px 0;}
.sub-title-share .box-sub-share .send li .url {background-position: -150px 0;}



.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  padding: 6rem 2rem;
  overflow: auto;
  z-index: 20;
  text-align: left;
}
.popup.active {
  display: flex;
}
.popup-box {
  margin: auto;
  background: #fff;
  width: 100%;
  max-width: 140rem;
  border-radius: 1rem;
  padding: 6.4rem 2rem;
  position: relative;
  overflow: hidden;
}
.popup-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 5.6rem;
  height: 5.6rem;
  background: #262A37;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-close i {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
}
.popup-info {
  width: 120rem;
  max-width: 100%;
  margin: 0 auto;
}
.popup-info-title {
  color: #333;
  font-size: 2.5rem;
  font-weight: 700;
}
.popup-info-notice {
  padding: 3.4rem 4rem;
  border-radius: 1rem;
  background: #F7F7F7;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 4.8rem;
}
.popup-info-notice > span {
  padding-left: 3.2rem;
  margin-right: 1.2rem;
  position: relative;
}
.popup-info-notice > span::before {
  display: block;
  font-family: "remixicon";
  content: "\eca0";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  line-height: 1;
  font-size: 2.4rem;
  color: #8AA6D4;
}
.popup-info-notice-personal {
  display: flex;
}
.popup-info-notice-personal li {
  margin-right: 1.2rem;
}

/* popupzone */
.layer {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 21;
  display: none;
}
.layer.active {
  display: block;
}
.layer-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: auto;
  padding: 6rem 0;
}
.layer .layout {
  margin: auto;
}
.layer-info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.layer-info-title strong {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.layer-info-wrapper {
  position: relative;
  padding: 0 10rem;
}
.layer-info-slider {
  /* width: 42rem; */
  margin: 0 auto;
  max-width: 100%;
}
.layer-info-slider-img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 95.4545%;
  position: relative;
  overflow: hidden;
}
.layer-info-slider-img img {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  -o-object-fit: cover;
  object-fit: cover;
}
.layer-info-slider-count {
  color: #FF0000 !important;
}
.layer .btn-wrapper {
  flex-wrap: wrap;
}
.layer .btn i {
  color: #fff !important;
}
.layer .swiper-button-prev, .layer .swiper-button-next {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: none;
  border: 1px solid #fff;
  margin: auto 0;
  z-index: 1;
}
.layer .swiper-button-prev img, .layer .swiper-button-next img {
  max-width: 100%;
  max-height: 100%;
}
.layer .swiper-button-prev::after, .layer .swiper-button-next::after {
  display: none;
}
.layer .swiper-button-prev i, .layer .swiper-button-next i {
  color: #fff;
  font-size: 3rem;
}
.layer .swiper-button-prev {
  left: 0;
}
.layer .swiper-button-next {
  right: 0;
}
.layer .swiper-button-disabled {
  opacity: 0.5;
}

@media (max-width: 587px) {
  .layer__info-title {
    flex-direction: column;
  }
  .layer .swiper-button-wrapper {
    margin-top: 1.5rem;
  }
  .layer .swiper-button-next {
    margin-left: 1rem;
  }
}
.btn {
  display: inline-flex;
  padding: 0 2.3rem;
  height: 5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 0.5rem;
  border: 1px solid #DDD;
  white-space: nowrap;
  line-height: calc(5rem - 2px);
  background: #fff;
}
.btn i {
  margin-left: 0.5rem;
}
.btn-wrapper {
  display: flex;
  margin: 4rem 0rem 0rem 0;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-wrapper .btn {
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
}
.btn-wrapper--right {
  justify-content: flex-end;
}
.btn-wrapper--sm {
  margin-top: 2rem;
}
.btn-wrapper--both {
  margin: 2.4rem 0 3.2rem;
}
.btn-primary {
  background:#3b3280;
  color:#fff;
  border-color:#3b3280;
}
.btn-blue {
  background: #203A91;
  color: #fff;
  border: 1px solid #203a91;
}
.btn-gray {
  background: #6E7385;
  color: #fff;
  border: 1px solid #6E7385;
}
.btn-black {
  background: #262A37;
  color: #fff;
  border: 1px solid #262A37;
}
.btn-lg {
  padding: 0 3rem;
}
.btn-sm {
  height: 3.8rem;
  padding: 0 1.5rem;
  font-size: 1.5rem;
  line-height: calc(3.8rem - 2px);
}

.empty-comment {
  padding: 4rem 0;
  color: #999;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-align: center;
  margin-bottom: -2.5rem;
}
.empty-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  height: 32rem;
}
.empty-data span {
  margin-top: 1.6rem;
}
.empty-data img {
  width: 6rem;
}
.btn--right {
  margin-left: auto;
}
.header-gnb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8rem;
}
/*#gnb {
  display:flex;
  z-index:9999;
  margin-left:auto;
  transition:0.25s;
}
#gnb .dept1 {
  position:relative;
  padding:1rem 2rem;
  text-align:center;
}
#gnb .dept1 > a:hover {
  color:#000
}
#gnb .dept1 > a.active {
  color:#FF9900;
}
#gnb .inner_menu {
  position:absolute;
  top:100%;
  left:50%;
  transform:translateX(-50%);
  width:100%;
  padding:3rem 0 7rem;
  display:none;
  transition:0.25s;
}
#gnb .inner_menu.active {
  background-color:#FF9900;
3  transition:0.25s;
}
#gnb .inner_menu.active a {
  color:#FFF;
  transition:0.25s;
}
#gnb .inner_menu ul {
  width:50%;
  margin:0 auto
}
#gnb .dept2 {
  padding:0.5rem 0;
  text-align:left;
}
#gnb .dept2 a {
  display:block;
  font-size:1.6rem;
  position:relative
}
#gnb .dept2 a::before {
  display:block;
  content:"";
  width:3px;
  height:3px;
  background-color:rgba(0,0,0,0.5);
  position:absolute;
  left:0%;
  top:50%;
  margin-left:-15px;
}

#gnb .inner_menu.active .dept2 a::before {
  background-color:rgba(255,255,255,0.5);
}
#gnb .dept2 > a:hover,
#gnb .dept2 > a:active,
#gnb .dept2 > a:focus {
  font-weight:bold;
  transition:0.25s;
}
*/
.hd_bg {
  background-color:#FFF;
  width:100%;
  left:0;
  z-index:1;
  position:absolute;
  border-bottom:2px solid #FF9900;
  top:8rem;
  transition:0.25s;
}
.menu_bar {
  margin-left:auto;
  z-index:9999;
  position:relative;
}
.menu_bar.active span:nth-child(1) {
  display:none
}
.menu_bar.active span:nth-child(2) {
  transform:rotate(130deg)
}
.menu_bar.active span:nth-child(3) {
  transform:rotate(45deg);
  top:0px;
  position:absolute
}
.menu_bar span {
  width:22px;
  height:2px;
  background:#555;
  display:block;
  margin:6px
}
.menu_open {
  position:fixed;
  width:100%;
  height:100vh;
  background:#fff;
  top:0;
  left:0;
  z-index:999;
  padding:3rem;
  display:none
}
.menu_open>ul {
  display:flex;
}
.menu_open>ul li {
  width:20%;
}
.visual {
  background:#ccd1f1;
  width:100%;
  height: 100vh;
}


@media all and (max-width:480px) {
  .header-other .header-other-link {
    display:none;
  }
  .header #logo img {
    max-width:180px;
  }

}


@media print {
  #header, #wrap-sub-visual, #footer, .sub-title-util {
    display:none;
  }
}
