/* 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: 140rem;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
.m-only { display:none;}

@media (max-width: 1640px) {
  html {
    font-size: 9px;
  }
  .layout {
    padding: 0 6rem;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 8px;
  }
  .layout {
    padding: 0 4rem;
  }
}
@media (max-width: 1026px) {
  .m-only { display:block;}
}
@media (max-width: 768px) {
  html {
    font-size: 7px;
  }
  .layout {
    padding: 0 2rem;
  }
}
.header {
  position: relative;
  display: block;
  /*
position: fixed;
top: 0;
left: 0;
  */
  width: 100%;
  z-index: 11;
  transition: transform 0.35s;
  background-color: #FFF;
}
.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 {
  width: 140rem;
  max-width: 100%;
  position: relative;
  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 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 .header-util-link > 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 .header-util-link >  li:nth-of-type(2n):after {
  width:1px;
  height:14px;
}
.header-other .header-util-link >  li:last-of-type:after {
  display: none
}
.header-other .header-util-link >  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);
}
.header-other ul li span {
  display:inline-block;
  vertical-align: middle;
}
.ico-eng {
  display: inline-block;
  background: url("../images/common/ico-eng.png");
  margin-left: 1rem;
  width: 20px;
  height: 20px;
  background-size: cover;
  vertical-align: middle;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 15rem;
}
.header #logo {
  overflow: hidden;
 width:60%;
  flex-shrink: 0;
  transform: translateY(-0.5rem);

}
.header #logo a {
  display: inline-block;
}
.header #logo img {
  transform: translateY(0);
  transition: 0.25s;
  width: 90px;
  vertical-align: middle;
  margin-right: 1rem;

}
.header #logo a span {
  font-size: 2.8rem;
  font-weight: 900;
  color:#484e66;

  vertical-align: middle;
  line-height: 1;
  letter-spacing: -2px;
  display:inline-block;
}
.header #logo a span b {
  color:#ff9900;
}
.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 #logo > p > .jmi{
  display:inline-block;
  width:23px;
  height:23px;
  margin:0 4px 0 0;
  text-indent:-9999px;
  background:url(../images/common/jmi.png) no-repeat center center;
}
@media all and (max-width:1026px) {
  .header #logo {
    width:calc(100% - 20rem)
  }
  .header .header-main .right {
    width:20rem;
  }
}

@media all and (max-width:768px) {
  .header #logo img { width:70px;}

}
@media all and (max-width:480px) {
  .header #logo > p {
    display:none;
  }
}
@media all and (max-width:420px) {
  .header #logo > p {
    display:none;
  }
  .header #logo img {
  }
  .header #logo a span {
    font-size:2.2rem;
  }
}





.header .header-main .right {
  display:flex;
  align-items: flex-start;
  width:40%;
}
.util-search{
  position:relative;
  width: 500px;
  margin:0 auto}
.util-search form {
  position: relative;
}
.util-search input[type=search]{
  width:100%;
  height: 55px;
  padding: 0 5rem 0 2.5rem;
  border-radius: 40px;
  border: 3px solid #FF9900;
  background-color:#fff;
  outline-width:0;}
.util-search input[type=search]:focus{border-color:#484e66}
.util-search button[type=submit]{position:absolute;top:0;right:0;width:58px;height:100%;padding-right:20px;font-size:2rem;}
.util-search button[type=button]{position:absolute;top: 50%; transform: translateY(-50%);right:0;padding-right:20px;font-size: 2.6rem;}

.util-search .kwd-rank {padding-left:2rem; padding-top:1rem; color:#484e66 }
.util-search .kwd-rank b { font-size:1.6rem; font-weight:700;
  padding-left:25px;
  background:url(../images/common/ico_util_kwd.png) no-repeat 0 0;
}
.util-search .kwd-rank a {
  font-size:1.4rem;
  color:#484e66;
  margin:0 1rem;
}
.header .header-main .right .util-mgnb button,
.header .header-main .right .util-sitemap a {
  display:block;
  width:76px;
  height:56px;
  background:#484e66 url(../images/common/util_sitemap_button.svg) no-repeat center center;
  background-size:30px;
  border-radius:30px 0 30px 30px;
  margin-left:1rem
}




.header-gnb {

}
.header #gnb {
  position: relative;
  height: 8rem;
}
.header #gnb::before {
  display: block;
  content: "";
  width: 100vw;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}
/*
.header #gnb::after {
  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 .gnb {
  width:140rem;
  display: flex;
  align-items: center;
  margin:0 auto;
  height:100%;
}
.header .gnb > li {
  height: 100%;
}
.header .gnb > li > a {
  display: flex;
  height: 100%;
 /* padding: 0 6rem;*/
  color: #484e66;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header .gnb > li > a::after {
  display: block;
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top : 0rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition:0.25s;
}
.header .gnb > li.active .depth {
  opacity: 1 !important;
  visibility: visible !important;
}
.header .gnb > li > a.active::after {
  background: #FF9900;
  opacity: 1 !important;
  visibility: visible !important;
}
.header .util {
  display: flex;
  align-items: center;
}
.header .util > div {
  margin-left: 2.4rem;
  display: flex;
  align-items: center;
}
.header .util > div > a {
  display: flex;
  font-size: 2.4rem;
  color: #fff;
  align-items: center;
}
.header .util > div > a + a {
  margin-left: 2.4rem;
}
.header .util > div > a strong {
  font-size: 1.7rem;
  margin-right: 1rem;
  font-weight: 400;
}
.header .util > div > a i {
  line-height: 1;
}
.header .util-user {
  position: relative;
}
.header .util-user-state {
  display: flex;
  align-items: center;
}
.header .util-user-state i {
  line-height: 1;
  font-size: 2.4rem;
  color: #fff;
}
.header .util-user-state i + strong {
  margin-left: 0.4rem;
}
.header .util-user-state strong {
  font-size: 1.6rem;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
.header .util-menu > a {
  width: 2.5rem;
  margin: -0.3rem 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header .util-menu > a > span {
  width: 100%;
  height: 0.3rem;
  margin: 0.3rem 0;
  background: #fff;
}
.header .util-menu > a > span:nth-child(2) {
  width: calc(100% - 0.8rem);
}
.header .hidden {
  display: none;
  z-index: 3;
}
.header .hidden.active {
  display: flex;
}
.header .hidden a {
  display: flex;
  height: 4.5rem;
  align-items: center;
  padding: 0 2rem;
  margin-left: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  justify-content: center;
  color: #fff;
}
.header .hidden a > * + * {
  margin-left: 0.8rem;
}
.header .search-area {
  display: none;
  position: fixed;
  top: 12rem;
  left: 0;
  width: 100vw;
  background: #fff;
  padding: 3rem 0 5.8rem;
  border-bottom-right-radius: 15rem;
}
.header .search-info {
  width: 90rem;
  margin: auto;
  position: relative;
}
.header .search-close {
  position: absolute;
  top: 4.5rem;
  right: 0;
  transform: translate(calc(100% + 4.5rem), -50%);
  width: 4.4rem;
}
.header .search-input {
  height: 9rem;
  border-bottom: 3px solid #000;
  position: relative;
}
.header .search-input input {
  width: 100%;
  display: block;
  height: 100%;
  padding-right: 6rem;
  border: none;
  font-size: 2.5rem;
  outline: none;
}
.header .search-input button {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  right: 0;
  top: 0;
}
.header .search-input button i {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
}
.header .search-keyword {
  display: flex;
  margin: 5rem -3rem 0;
}
.header .search-keyword-item {
  flex: 1;
  border-right: 1px solid #E5E5E5;
  padding: 0 3rem;
  padding-bottom: 1.7rem;
}
.header .search-keyword-item:last-of-type {
  border-right: none;
}
.header .search-keyword-title {
  display: flex;
  width: 14rem;
  height: 4.5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  background: #3481F5;
  border-radius: 5rem;
  margin-bottom: 2.2rem;
}
.header .search-keyword-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-bottom: -1rem;
}
.header .search-keyword-list li {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.header .search-keyword-list li a {
  white-space: nowrap;
  height: 4rem;
  display: flex;
  align-items: center;
  padding: 0 2.2rem;
  color: #555;
  font-size: 1.6rem;
  font-weight: 400;
  border: 1px solid #E2E4E6;
  border-radius: 5rem;
}

.header .sitemap-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #203A91;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 22rem 0;
  display: flex;
}
.header .sitemap-area.active {
  opacity: 1;
  visibility:inherit;
}
.header .sitemap-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-left: 33%;
}
.header .sitemap-close {
  width: 9rem;
  height: 9rem;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.header .sitemap-menu {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 4rem;
  margin: auto;
}
.header .sitemap-menu::before {
  display: block;
  content: "";
  width: 1px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .sitemap-menu ul li.active > a {
  opacity: 1;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-position: under;
}
.header .sitemap-menu ul li a {
  color: #fff;
}
.header .sitemap-menu > ul > li {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 3.2rem 0;
  border-bottom: 1px solid #374E9C;
}
.header .sitemap-menu > ul > li.active {
  border-bottom: 1px solid #9AA7D1;
}
.header .sitemap-menu > ul > li.active > a {
  position: relative;
  text-decoration: none;
}
.header .sitemap-menu > ul > li.active > a::before {
  content: "\f1ae";
}
.header .sitemap-menu > ul > li.active .sitemap-depth {
  color: #222;
  opacity: 1;
}
.header .sitemap-menu > ul > li.active .sitemap-depth > ul > li.active > a {
  font-weight: 700;
}
.header .sitemap-menu > ul > li.active .sitemap-depth > ul > li.active .sitemap-depth2 {
  display: block;
}
.header .sitemap-menu > ul > li > a {
  width: 24.5rem;
  font-size: 3.2rem;
  font-weight: 700;
  opacity: 0.6;
  padding-left: 4rem;
  position: relative;
  flex-shrink: 0;
}
.header .sitemap-menu > ul > li > a::before {
  display: block;
  font-family: "remixicon";
  content: "\ea12";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
}
.header .sitemap-depth {
  width: calc(100% - 24.5rem);
  padding-top: 0.5rem;
  opacity: 0.6;
  flex-grow: 1;
}
.header .sitemap-depth > ul {
  display: flex;
  flex-wrap: wrap;
}
.header .sitemap-depth > ul > li {
  margin-right: 4rem;
  position: relative;
}
.header .sitemap-depth > ul > li > a {
  font-size: 2.2rem;
  font-weight: 500;
  display: block;
  position: relative;
  padding-bottom: 0.5rem;
}
.header .sitemap-depth2 {
  margin-top: 1.5rem;
  display: none;
  width: 0;
}
.header .sitemap-depth2 ul {
  display: flex;
}
.header .sitemap-depth2 ul li {
  margin-right: 1.6rem;
  position: relative;
}
.header .sitemap-depth2 ul li::after {
  display: block;
  content: "";
  width: 1px;
  height: 1.5rem;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: -0.5px;
  top: calc(50% - 0.75rem);
}
.header .sitemap-depth2 ul li:last-of-type::after {
  display: none;
}
.header .sitemap-depth2 ul li a {
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: 400;
}
.header .sitemap-cover {
  width: 33%;
  background: url(/doksa/_html/images/layout/sitemap-cover.jpg) no-repeat center center/cover;
  display: flex;
  align-items: flex-end;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  padding: 12rem 4rem;
  justify-content: center;
  z-index: -1;
}
.header .sitemap-cover-title {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.header .sitemap-cover-title span {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
}
.header .sitemap-cover-title strong {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 700;
  margin-top: 0.5rem;
}

@media (max-width: 1960px) {
  .header .sitemap-close {
    right: 100%;
    transform: translateX(100%);
  }
  .header .gnb .depth-list::after {
    transform: none;
  }
}
@media (max-width: 1860px) {
  .header-layout {
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .header-layout {
    padding: 0 2rem;
  }
}
@media (max-width: 1400px) {
  .header .sitemap-cover {
    width: 35%;
  }
}
@media (max-width: 1400px) {
  .header .gnb > li > a {
    padding: 0 3.5rem;
  }
}
@media (max-width: 1340px) {
  .header .gnb .depth {
    padding: 0 4rem;
  }
}
@media (max-width: 1280px) {
  .header.active3::before {
    top: 8rem;
    height: calc(100vh - 8rem);
  }
  .header.active3 .header-other {
    display: none;
  }
  .header .hidden {
    position: absolute;
    top: calc(100% + 4rem);
    right: 0;
    max-width: 50rem;
    width: 100%;
    padding: 0 32px;
  }
  .header .hidden a {
    flex: auto;
  }
  .header .hidden a:first-of-type {
    margin-left: 0;
  }
  .header .sitemap-close {
    width: 8rem;
    top: auto;
    position: absolute;
    bottom: 100%;
    height: 8rem;
    right: 0;
    margin-right: 0;
    transform: none;
  }
  .header .sitemap-close img {
    width: 3.4rem;
  }
  .header .sitemap-area {
    width: 100%;
    max-width: 50rem;
    left: auto;
    right: 0;
    top: 8rem;
    height: calc(100vh - 8rem);
    padding: 0;
    overflow: visible;
    background: #fff;
  }
  .header .sitemap-layout {
    position: relative;
    padding: 25rem 0 0;
    height: 100%;
    padding-left: 0 !important;
    width: 100%;
  }
  .header .sitemap-menu {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    align-items: flex-start;
    padding: 0;
  }
  .header .sitemap-menu::before {
    display: none;
  }
  .header .sitemap-menu ul li a {
    color: #222;
  }
  .header .sitemap-menu a.arrow {
    position: relative;
    padding-right: 80px;
  }
  .header .sitemap-menu a.arrow::after {
    display: block;
    font-family: "xeicon";
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    color: #121212;
    font-size: 22px;
    font-weight: 400;
  }
  .header .sitemap-menu > ul {
    width: 100%;
  }
  .header .sitemap-menu > ul > li {
    flex-direction: column;
    padding: 0;
    border-bottom: none !important;
  }
  .header .sitemap-menu > ul > li.active .sitemap-depth {
    display: block;
  }
  .header .sitemap-menu > ul > li.active .sitemap-depth > ul > li.active > a {
    background: #323841;
    color: #fff;
  }
  .header .sitemap-menu > ul > li.active .sitemap-depth > ul > li.active > a::before {
    display: none;
  }
  .header .sitemap-menu > ul > li.active .sitemap-depth > ul > li.active > a.arrow::after {
    content: "\e9c1";
    color: #fff;
  }
  .header .sitemap-menu > ul > li.active .sitemap-depth2 {
    width: 100%;
  }
  .header .sitemap-menu > ul > li.active > a {
    background: #203A91;
    color: #fff;
    border-bottom: none;
  }
  .header .sitemap-menu > ul > li.active > a::before {
    display: none;
  }
  .header .sitemap-menu > ul > li.active > a.arrow::after {
    transform: translateY(-50%) rotate(180deg);
    color: #fff;
  }
  .header .sitemap-menu > ul > li + li {
    margin: 0;
  }
  .header .sitemap-menu > ul > li > a {
    display: flex;
    height: 64px;
    align-items: center;
    width: 100%;
    padding: 0 32px;
    font-size: 20px;
    border-bottom: 1px solid #E6E6E6;
  }
  .header .sitemap-menu > ul > li > a.arrow::after {
    content: "\e943";
  }
  .header .sitemap-depth {
    width: 100%;
    opacity: 1;
    padding-top: 0;
    display: none;
  }
  .header .sitemap-depth > ul {
    flex-direction: column;
    margin-bottom: 0;
  }
  .header .sitemap-depth > ul > li {
    margin: 0;
    border-bottom: 1px solid #E6E6E6;
  }
  .header .sitemap-depth > ul > li > a {
    display: flex;
    align-items: center;
    height: 57px;
    background: #ECECEC;
    padding: 0 32px;
    font-size: 18px;
    position: relative;
  }
  .header .sitemap-depth > ul > li > a.arrow::after {
    content: "\e9c5";
  }
  .header .sitemap-depth2 {
    position: relative;
    top: auto;
    left: auto;
    padding: 24px 32px;
    margin-top: 0;
  }
  .header .sitemap-depth2 ul {
    flex-direction: column;
    margin: 0;
  }
  .header .sitemap-depth2 ul li {
    padding: 0;
  }
  .header .sitemap-depth2 ul li::after {
    display: none;
  }
  .header .sitemap-depth2 ul li + li {
    margin-top: 8px;
  }
  .header .sitemap-depth2 ul li.active > a {
    text-decoration: underline;
    text-underline-position: under;
  }
  .header .sitemap-depth2 ul li a {
    display: block;
    padding-left: 12px;
    position: relative;
    font-size: 16px;
    white-space: normal;
  }
  .header .sitemap-depth2 ul li a::before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background: #C9C9C9;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 1px;
  }
  .header .sitemap-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25rem;
    padding: 4rem 32px;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .header .sitemap-cover::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.2;
  }
  .header .sitemap-cover-title {
    position: relative;
    z-index: 1;
  }
  .header .sitemap-cover-title span {
    font-size: 2rem;
  }
  .header .sitemap-cover-title strong {
    font-size: 3.6rem;
    margin-top: 0;
  }
}
@media (max-width: 1140px) {
  .header .gnb > li > a {
    padding: 0 3rem;
  }
}
@media (max-width: 1026px) {
  .header #gnb {
    display: none !important;
  }
  .header .search-area {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .header .search-info {
    width: 100%;
    padding-right: 10rem;
  }
  .header .search-close {
    right: 2rem;
    transform: translateY(-50%);
  }
  .header .search-keyword {
    margin-top: 3rem;
    flex-direction: column;
  }
  .header .search-keyword-item {
    border-right: none;
  }
  .header .search-keyword-item + div {
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .header-other {
    margin: 0 -1rem;
  }
  .header-other div {
    padding: 0 1rem;
  }
  .header-other-isLogin a + a {
    margin-left: 2rem;
  }
}
@media (max-width: 420px) {
  .header .util > div {
    margin-left: 1.8rem;
  }
  .header .util > div > a + a {
    margin-left: 1.8rem;
  }
  .header .sitemap-area {
    max-width: 100%;
  }
  .header .sitemap-cover {
    padding: 4rem 20px;
  }
  .header .sitemap-menu a.arrow {
    padding-right: 55px;
  }
  .header .sitemap-menu a.arrow::after {
    right: 15px;
  }
  .header .sitemap-menu > ul > li > a {
    padding: 0 20px;
  }
  .header .sitemap-depth > ul > li > a {
    padding: 0 20px;
  }
  .header .sitemap-depth2 {
    padding: 20px;
  }
  .header .hidden {
    max-width: 100%;
    padding: 0 2rem;
  }
}













/*메인메뉴*/
.header .gnb-wrap {text-align:right;}
.header .gnb-wrap .li1{display:inline-block; }
.header .gnb-wrap .a1{display:block;padding:29px 0;color:#111;font-size:2.2rem;font-weight:700;}
.header .gnb-wrap .li1.active .a1,
.header .gnb-wrap .a1:hover{color: #FF9900}
.header .gnb-wrap .a1 span{position:relative;}
.header .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 .gnb-wrap .dept2.on{ max-height:400px;}
.header .gnb-wrap .ul2{}
.header .gnb-wrap .a2{position:relative; display:block; }
.header .gnb-wrap .a2 span{position:relative;}
.header .gnb-wrap .a2:hover {
  color: #FF9900;
  font-weight:bold;
  transition:0.25s;}


@media all and (min-width:1027px) {
  .header-gnb {
    display:flex;
    justify-content:space-between;
    align-items:center;
    position:relative;
    height:8rem;
    border-bottom:1px solid #EEE;
  }

  .hd_bg {
    background-color:#FFF;
    width:100%;
    left:0;
    height:0;
    z-index:10;
    position:absolute;
    border-bottom:2px solid #FF9900;
    top:8rem;
    transition:0.25s;
  }
  .hd_bg.on {
    height:220px;
  }
  .header .gnb-wrap {    width: 140rem;
    display: flex;
    align-items: center;
    margin: 0 auto;}
  .header .gnb-wrap::before {
    display: block;
    content: "";
    width: 100vw;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
  }
  .gnb2 { width:100%;}
  #gnb2 > ul {
    display: flex;
    position: relative;
    width:100%;
    height: 8rem;
  }
  .header .gnb-wrap .li1{
    position: relative;
    padding: 1rem 2rem;
    text-align: center;
    width: calc(100% / 5);}
  .header .gnb-wrap .a1{ position:relative;
    display: flex;
    height: 100%;
    /* padding: 0 6rem; */
    color: #484e66;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.05em;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .header .gnb-wrap .a1::after {
    display: block;
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top : 0rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition:0.25s;
  }
  .header .gnb-wrap .a1:hover:after,
  .header .gnb-wrap .li1.active .a1:after{
    background: #FF9900;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .header .gnb-wrap .dept2{

  }
  .header .gnb-wrap .dept2.on {
    height:218px;
  }
  .header .gnb-wrap .ul2{  padding: 3rem 0 7rem; background: #fff;}
  .header .gnb-wrap .li2 {
    padding: 0.5rem 0;
    text-align: left;
  }
  .header .gnb-wrap .a2{
    display: block;
    font-size: 1.6rem;
    position: relative;
  }
  .header .gnb-wrap .a2::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;
  }

  .header .gnb-wrap .dept2 ul {
    width: 50%;
    padding:3rem 0;
    margin:0 auto;
  }
  .header .gnb-wrap .li1.active .dept2 {
    background-color:#FF9900;
    transition:0.25s;
  }
  .header .gnb-wrap .li1.active .a2 {
    color:#fff;
  }
  .header .gnb-wrap .li1.active  .dept2 a::before {
    background-color:rgba(255,255,255,0.5);
  }

}
@media all and (min-width:1100px) {

}

@media all and (min-width:1300px) {

}
@media all and (min-width:1400px) {
}


.header .gnb-wrap .login_con {
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3rem;
  background: #203A91;
}
.header .gnb-wrap .login_con .user-card {
  position: relative;
  min-height: 75px;
}

.header .gnb-wrap .login_con .user-card>strong {
  display: block;
  line-height: 1.3;
  padding-top: 5px;
  font-weight: 500;
  font-size: 2rem;
  color: #fff;
  margin-bottom:1.5rem;
}
.header .gnb-wrap .login_con .user-card>strong > a {
  margin-right:2rem;
}
.header .gnb-wrap .login_con .gt_container--hich1m .gt_switcher .gt_selected > a{
  margin-top:0;
}
.header .gnb-wrap .login_con .user-card>span {
  display: inline-flex;
  align-items: center;
  height: 29px;
  padding: 0 15px;
  margin-top: 8px;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

.header .gnb-wrap .login_con .user-card>span>a {
  color: #fff;
}
.header .gnb-wrap .login_con .user-card .gt_container--hich1m .gt_switcher .gt_selected a {
  color:#fff !important;
}
.header .gnb-wrap .login_con .user-card .gt_container--hich1m .gt_switcher .gt_selected a:hover {
  background:transparent !important;
}



.header .gnb-wrap .links {
  height: 40px;
}

.header .gnb-wrap .links>ul {
  display: flex;
  width: 100%;
  background-color: #0c1843;
}

.header .gnb-wrap .links>ul>li {
  position: relative;
  width: 100%;
}

.header .gnb-wrap .links>ul>li:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
  width: 1px;
  height: 12px;
  background-color: rgba(255,255,255,0.2);
}

.header .gnb-wrap .links>ul>li>a {
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 1.1;
  padding: 0 9px 0 20px;
  font-size: 14px;
  color: #fff;
}

.header .gnb-wrap .links>ul>li>a::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: auto;
  background-image: url(../images/common/ico-blank.svg);
  background-position: -180px -400px;
  background-repeat: no-repeat;
  background-size: 1000px auto;
}




/* 모바일 */
.gnb-m-header { position:relative; height: 72px;background-color: #222; display:none; padding-right:5rem}
.header #btn-mgnb{display:none}
.header div.black-bg{display:none;}
.header #btn-mgnb-close { display:none;}


@media all and (max-width:1026px) {
  .header { border-bottom:1px solid #FF9900;}
  .header .header-main .right .util-sitemap { display:none;}
  .header #btn-mgnb{display:block}
  .header #btn-mgnb.on{ display:block }
  .header #btn-mgnb-close.on{display:block;position:absolute;
    top: 20px;right: 20px;
    width:25px;
    height:25px;
    background: url(../images/common/btn-mgnb-close.png) center center / contain;
  }

}
@media all and (max-width:1026px) {
  .m-open { overflow:hidden; }
  .gnb-m-header {display: flex;}
  .header-other { display:none;}
  .header .gnb-wrap { text-align:inherit}
  .header .gnb-wrap {position:fixed;top: 0;right:-300%;z-index:10000;width:360px;height: 100%;background: #f4f5f9;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 .gnb-wrap.on {right: 0;opacity: 1;transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);}
  .header .gnb-wrap .menuUItop {position: relative;height: 100%;}
  .header .gnb-wrap .div_1 {}
  .header .gnb-wrap .li1 {position: static; display: block; width: 100%; padding:1rem}
  .header .gnb-wrap .a1 {background-image: none;background-position: right center;width:145px;height: auto;padding: 2rem 1rem;text-align: left;font-size: 2rem;}
  .header .gnb-wrap .a1:after {display:none;}
  .header .gnb-wrap .a1:hover {color:#0099ff}
  .header .gnb-wrap .a1.on span:after {display:none;}
  .header .gnb-wrap .a1.on span:before {display:none;}
  .header .gnb-wrap .a1.on {
    position: relative;
    color: #fff;
    background-color: #0099ff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    z-index:1;
  }
  .header .gnb-wrap .ul2 {border: 0; padding:0;overflow-y: auto; height: calc(100% - 20px);}
  .header .gnb-wrap .li2 {display:block; border:0px; padding:0 10px;}
  .header .gnb-wrap .li2 .a2:after {display:none;}
  .header .gnb-wrap .a2 {width:100%;padding: 15px 15px 15px 10px;border-bottom: 1px solid #ddd;margin:0;}
  .header .gnb-wrap .a2.plus {position: relative;background: url('../../images/common/arrow-m-gnb.png') no-repeat 90% center;}
  .header .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 .gnb-wrap .dept2 {width:calc(100% - 140px)!important;right:0px;left:auto;transition-property:none;padding:0 2rem;}
  .header .gnb-wrap .dept2.on {top:140px; max-height:none; height: calc(100% - 72px); background:#fff; transition-property: none;z-index:0;}
  .header .gnb-wrap .dept2 .container {padding: 0px;}
  .header .gnb-wrap .close {display:none;}
  .header 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 div.black-bg.on {display:block;}
}
@media all and (max-width:768px) {
  .header .gnb-wrap { }
  .header .gnb-wrap.on {right:0;}
}














.footer {
  background: #323841;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0;
  font-size: 1.6rem;
}
.footer-layout {
  width: 140rem;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-logo {
  width: 35rem;
  flex-shrink: 0;
}
.footer-link {
  display: flex;
}
.footer-link li {
  margin-left: 4rem;
}
.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 {
  padding: 3.8rem 0 6.2rem;
}
.footer-agency {
  display: flex;
}
.footer-agency li {
  flex: 1;
  line-height: 2.5rem;
  padding-right: 2rem;
}
.footer-agency li > strong {
  font-size: 1.8rem;
}
.footer-agency div span {
  margin-right: 2.4rem;
}
.footer-copy {
  margin-top: 4.5rem;
}

.footer-copy2 {
  margin-top: 1rem;
  color: #fff;
  font-style: italic;
}

.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;}


@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;
  }
}
@media (max-width: 587px) {
  .footer-agency {
    flex-direction: column;
  }
  .footer-agency li + li {
    margin-top: 2rem;
  }
}
.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;
  transition: all .3s;
}
.btn i {
  margin-left: 0.5rem;
}
.btn-wrapper {
  display: flex;
  margin: 4rem 0 0 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-blue {
  background: #203A91;
  color: #fff;
  border: 1px solid #203a91;
}
.btn-orange {
  background: #FF9900;
  color: #fff;
  border: 1px solid #ff9900;
}
.btn-gray {
  background: #6E7385;
  color: #fff;
  border: 1px solid #6E7385;
}
.btn-black {
  background: #323A45;
  color: #fff;
  border: 1px solid #323A45;
}
.btn:hover {
  opacity: 0.8;
  box-shadow: 0 7px 5px 0 rgb(0 0 0 / 15%);
}
.btn-lg {
  padding: 3rem;
  font-size: 2rem;
}
.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;
  position:relative;
  height:8rem;
  border-bottom:1px solid #EEE;
}*/
#gnb {
  display:flex;
  z-index:9999;
  margin-left:auto;
  transition:0.25s;
}
#gnb .dept1 {
  position:relative;
  padding:1rem 2rem;
  text-align:center;
  width: calc(100% / 5);
}
#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;
  /*height:30rem;*/
  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;
}
.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;
}
.gtranslate_wrapper{
  /* position: fixed; */
  /* bottom: 140px; */
  /* right: 20px; */
  /* background-color:#fff; */
  /* border-radius:30px; */
  /* border: 1px solid #F8670D; */
  /* padding-right: 40px; */
}
.gt_switcher_wrapper {
  border-radius: 2rem;
  display: inline-block;
  position: relative;
  height: 30px;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.04em;
  /* color: #FF9900; */
  /* border-radius: 30px; */
  /* width: 124px; */
  top: inherit !important;
  position: relative !important;
  right: inherit !important;
  z-index: initial !important;
  /* margin-left: 30px; */
  /* background: red; */
}

.gt_container--hich1m .gt_switcher {
  font-family: inherit;
  font-size: inherit;
  width:100px !important;
}
.gt_container--hich1m .gt_switcher .gt_selected {
  background: none !important;
  /* margin-top: 7px; */
  z-index: inherit !important;
}
.gt_container--hich1m .gt_switcher a img,
a.glink img {
  display: none !important;
}
.gt_container--hich1m .gt_switcher a {
  line-height: 22px !important;
  height: 22px !important;
  border:0  !important;
  width: 102px !important;
  position: relative;
  padding:5px !important;
}
.gt_container--hich1m .gt_switcher .gt_selected > a {
  margin-top:5px;
}
.gt_white_content a {
  line-height: 1 !important;
}
.gt_white_content a:hover {
  font-weight: bold;
  color: #FF6600;
}
.gtranslate_wrapper .ani {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #F8670D;
  box-sizing: border-box;
  z-index: 1;
}

.gtranslate_wrapper .ani span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
  background-color: #F8670D;
  -webkit-animation: dot-keyframes 2s infinite ease-in-out;
  animation: dot-keyframes 2s infinite ease-in-out;
}

.gtranslate_wrapper .ani span:nth-child(1) {
  margin-left: -8px;
}

.gtranslate_wrapper .ani span:nth-child(2) {
  margin-left: -2px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.gtranslate_wrapper .ani span:nth-child(3) {
  margin-left: 4px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.gt_container--hich1m .gt_switcher .gt_option {
  background:#fff !important;
  width:100px !important;
  max-height: 100px !important;
  margin-top: 6px;
  position: absolute !important;
}
.gt_container--hich1m .gt_switcher .gt_selected a:after {
  right:15px !important;
}

@-webkit-keyframes dot-keyframes {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  100% {
    opacity: 0.3;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes dot-keyframes {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  100% {
    opacity: 0.3;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.m-menu { display:none;}
.util-search-button button {
  display: block;
  width: 56px;
  height: 56px;
  background: url(../images/common/util_search_button.svg) no-repeat center center;
  background-size: 25px;
}
/******** 반응형 ***********/

@media (max-width: 1026px) {
  .m-menu { display:flex; }
  .util-search { display: none;}

}


@media print {
  #header, #footer {
    display:none;
  }

}



/* 다국어 변환시 */
@media (min-width: 1027px) {
  .header .gnb-wrap .a1 font {
    font-size: 1.8rem;
    line-height: 1;
  }
}