button {
  outline: none;
}

.inner1786 {
  width: 100%;
  max-width: 1786px;
  margin: 0 auto;
  position: relative;
}

.inner1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.inner1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.inner1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

html,
body {
  word-break: break-word;
}

header {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Russo One", sans-serif;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px 0;
}

header > section {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

header #logo a {
  color: #fff;
  font-size: 1.875rem;
  text-transform: uppercase;
  display: block;
}

header #menuBtn {
  position: absolute;
  top: 12px;
  left: 16.40537513998%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header #menuBtn.lv1 {
  left: 45%;
}

header #menuBtn.lv2 {
  left: 66%;
}

header #menuBtn button {
  background: none;
  border: none;
}

header #menuBtn button span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 8px;
  display: block;
  width: 37px;
  height: 6px;
  display: block;
  background: #fff;
}

header #menuBtn button span:last-child {
  margin: 0;
}

header #menuBtn.on button span {
  position: absolute;
  top: 50%;
}

header #menuBtn.on button span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header #menuBtn.on button span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header .util_m,
header .util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	gap: 20px;
}

header .util_m .schWrap,
header .util .schWrap {
  height: 45px;
  width: 50px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header .util_m .schWrap input,
header .util_m .schWrap button,
header .util .schWrap input,
header .util .schWrap button {
  border: none;
}

header .util_m .schWrap input[type="text"],
header .util .schWrap input[type="text"] {
  height: 45px;
  width: calc(100% - 80px);
  border: none;
  padding: 0 15px;
  font-size: 1rem;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header .util_m .schWrap input[type="reset"],
header .util .schWrap input[type="reset"] {
  width: 20px;
  height: 20px;
  background: url("/img/common/sch_close_btn.png") no-repeat center;
  right: 56px;
}

header .util_m .schWrap button[type="submit"],
header .util_m .schWrap button[type="button"],
header .util .schWrap button[type="submit"],
header .util .schWrap button[type="button"] {
  background: none;
  right: 16px;
}

header .util_m .schWrap button[type="submit"] i,
header .util_m .schWrap button[type="button"] i,
header .util .schWrap button[type="submit"] i,
header .util .schWrap button[type="button"] i {
  color: #fff;
  font-size: 26px;
}

header .util_m .schWrap input[type="reset"],
header .util_m .schWrap input[type="submit"],
header .util_m .schWrap button[type="submit"],
header .util_m .schWrap button[type="button"],
header .util .schWrap input[type="reset"],
header .util .schWrap input[type="submit"],
header .util .schWrap button[type="submit"],
header .util .schWrap button[type="button"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  padding: 2px 0;
}

header .util_m .schWrap.on,
header .util .schWrap.on {
  background: #fff;
  width: 412px;
}

header .util_m .schWrap.on input[type="text"],
header .util .schWrap.on input[type="text"] {
  opacity: 1;
}

header .util_m .schWrap.on button[type="submit"] i,
header .util_m .schWrap.on button[type="button"] i,
header .util .schWrap.on button[type="submit"] i,
header .util .schWrap.on button[type="button"] i {
  color: #252525;
}

header .util_m .lang,
header .util .lang {
  position: relative;
  /* margin-left: 24px; */
  width: 46px;
}

header .util_m .lang button,
header .util_m .lang a,
header .util .lang button,
header .util .lang a {
  font-family: "Russo One", sans-serif;
}

header .util_m .lang > button,
header .util .lang > button {
  color: #fff;
  background: url("/img/common/lang_btn.png") no-repeat right center;
  border: none;
  font-size: 1.125rem;
  padding: 0;
  width: 100%;
  text-align: left;
}

header .util_m .lang ul,
header .util .lang ul {
  position: absolute;
  width: 100%;
  top: 100%;
  padding-top: 4px;
  width: 100%;
  display: none;
}

header .util_m .lang ul li,
header .util .lang ul li {
  padding-left: 12px;
  padding-right: 12px;
  background: #fff;
}

header .util_m .lang ul li:first-child,
header .util .lang ul li:first-child {
  padding-top: 6px;
}

header .util_m .lang ul li:last-child,
header .util .lang ul li:last-child {
  padding-bottom: 6px;
}

header .util_m .lang ul a,
header .util .lang ul a {
  color: #0f0f10;
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 2px 0;
  position: relative;
  width: 100%;
}

header .util_m .lang ul a:after,
header .util .lang ul a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #0f238c;
  display: block;
  position: absolute;
  left: 0;
  bottom: 3px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header .util_m .lang ul a:hover:after,
header .util .lang ul a:hover:after {
  opacity: 1;
  width: 100%;
}

header.on2, header.sub_on, header.on {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

header.on2.fix #logo a, header.sub_on.fix #logo a, header.on.fix #logo a {
  color: #fff;
}

header.on2.fix #menuBtn button span, header.sub_on.fix #menuBtn button span, header.on.fix #menuBtn button span {
  background: #fff;
}

header.on2 #logo a, header.sub_on #logo a, header.on #logo a {
  color: #0f238c;
}

header.on2 #menuBtn button span, header.sub_on #menuBtn button span, header.on #menuBtn button span {
  background: #0f238c;
}

header.on2 .util .schWrap.on, header.sub_on .util .schWrap.on, header.on .util .schWrap.on {
  border: 1px solid #ddd;
}

header.on2 .util .schWrap button[type="submit"] i,
header.on2 .util .schWrap button[type="button"] i, header.sub_on .util .schWrap button[type="submit"] i,
header.sub_on .util .schWrap button[type="button"] i, header.on .util .schWrap button[type="submit"] i,
header.on .util .schWrap button[type="button"] i {
  color: #0f238c;
}

header.on2 .util .lang > button, header.sub_on .util .lang > button, header.on .util .lang > button {
  color: #0f238c;
  background: url(/img/common/lang_btn_on.png) no-repeat right center;
}

header.fix .lang > button {
  color: #fff !important;
  background: url("/img/common/lang_btn.png") no-repeat right center !important;
}

header.fix .util .schWrap button[type="submit"] i {
  color: #fff;
}

header.pd_reduction {
  padding: 15px 0;
}

#allMenu {
  position: fixed;
  top: 0;
  left: -100%;
  overflow-y: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  max-height: 800px;
  height: 90vh;
  width: 90%;
}

#allMenu::-webkit-scrollbar {
  display: none;
}

#allMenu > div {
  background: #11228e;
  background: linear-gradient(130deg, #11228e 30%, #0294ea 100%);
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#allMenu > div:nth-child(1) {
  z-index: 101;
}

#allMenu > div:after {
  content: "";
  width: 1px;
  height: 1000%;
  background: #fff;
  opacity: 0.3;
  display: block;
  position: absolute;
  left: 46.875%;
  top: 0;
}

#allMenu a {
  font-style: italic;
  color: #fff;
  display: block;
}

#allMenu .depth1 > a {
  font-size: 1.8rem;
  font-family: "Russo One", sans-serif;
}

#allMenu .pdMenu {
  padding: 0 53px;
}

#allMenu .pdMenu .depth2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

#allMenu .pdMenu .depth2 > li:not(:last-child) {
  margin-bottom: 40px;
}

#allMenu .pdMenu .depth2 > li > a {
  font-size: 1.6rem;
  padding-right: 20px;
}

#allMenu .pdMenu .depth2 > * {
  width: 50%;
}

#allMenu .depth2 {
  margin-top: 13px;
}

#allMenu .depth2 > li:not(:last-child) {
  margin-bottom: 20px;
}

#allMenu .depth2 > li > a {
  font-family: "Exo 2", "S-CoreDream-8Heavy", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

#allMenu .s_menu {
  margin-top: 7px;
}

#allMenu .s_menu a {
  opacity: 0.7;
  font-weight: 300;
  font-family: "Exo 2", sans-serif;
}

#allMenu .s_menu a:hover {
  color: #ffff00;
}

#allMenu .s_menu li:not(:last-child) {
  margin-bottom: 5px;
}

#allMenu section {
  height: 100%;
}

#allMenu section:nth-child(1) {
  width: 46.875%;
}

#allMenu section:nth-child(2) {
  width: 53.125%;
}

#allMenu .paddingTop {
  padding-top: 120px !important;
}

#allMenu .grid-container {
  position: relative;
}

#allMenu .grid-container::after {
  content: "";
  display: block;
  clear: both;
}

#allMenu .grid-container::before {
  content: "";
  width: 1px;
  height: calc(100% + 40px);
  position: absolute;
  left: 50%;
  background: #fff;
  opacity: 0.3;
  display: block;
}

#allMenu .grid-container > div {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px 40px;
  float: left;
  width: 50%;
  border-right: none;
}

#allMenu .grid-container > div:nth-child(3) {
  float: right;
}

#allMenu .grid-container > div:nth-child(1), #allMenu .grid-container > div:nth-child(2) {
  border-top: none;
}

#allMenu .grid-container > div:last-child {
  border-bottom: none;
}

#allMenu .dim {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

footer {
  background: #fff;
  position: relative;
}

footer .locaMenu {
  width: 100%;
  position: absolute;
  max-width: 1400px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 44px;
}

footer .locaMenu ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .locaMenu ul li {
  color: #333;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  font-size: 14px;
  text-transform: capitalize;
}

footer .locaMenu ul li:first-child::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  background: #333;
  margin-right: 8px;
}

footer .locaMenu ul li:last-child {
  color: #0f238c;
  padding: 0;
  margin: 0;
}

footer .locaMenu ul li:last-child:after {
  display: none;
}

footer .locaMenu ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #333;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
}

footer section {
  position: relative;
  z-index: 1;
}

footer #ftTop {
  padding: 120px 0;
}

footer #ftTop:before {
  content: "";
  /*width: calc(100% - 67px); */
  width: 100%;
  height: 100%;
  background: #eee;
  position: absolute;
  right: 0;
  top: 0;
}

footer .menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .menu > ul > li {
  position: relative;
}

footer .menu > ul > li:first-child {
  width: 50%;
}

footer .menu > ul > li:not(:last-child):after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #ddd;
}

footer .menu > ul > li:not(:first-child) {
  width: calc(50% / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .menu > ul > li > div > a {
  color: #333;
  font-size: 1.25rem;
  font-family: "Russo One", sans-serif;
}

footer .menu .dethp2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .menu .dethp2 > li {
  margin-top: 22px;
  width: 33.3333333%;
}

footer .menu .dethp2 > li > a {
  color: #333;
  font-family: "S-CoreDream-8Heavy";
  white-space: break-spaces;
}

footer .menu .dethp2 .s_menu {
  margin-top: 5px;
}

footer .menu .dethp2 .s_menu > li:not(:last-child) {
  margin-bottom: 5px;
}

footer .menu .s_menu {
  margin-top: 20px;
}

footer .menu .s_menu > li:not(:last-child) {
  margin-bottom: 10px;
}

footer .menu .s_menu > li > a {
  font-size: 0.9375rem;
  color: #898989;
  font-weight: 300;
}

footer #ftBot {
  padding: 48px 0;
}

footer #ftBot > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer #ftBot .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer #ftBot .ftLogo {
  margin-right: 131px;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-style: italic;
  color: #aaa;
  font-family: "Russo One", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer #ftBot .ftLogo img {
  margin-right: 10px;
}

footer #ftBot .copy {
  text-transform: uppercase;
  font-size: 13px;
  color: #a5a5a5;
}

#topBtn {
  position: fixed;
  display: none;
  z-index: 9998;
  right: 32px;
  bottom: 43px;
}

#topBtn button {
  font-family: "Poppins", sans-serif;
  border: none;
  text-transform: uppercase;
  color: #fff;
  width: 68px;
  height: 68px;
  background: #2b2f32;
}


/****** 단어별로 떨어지게 ********/
footer .locaMenu ul li{word-break:keep-all;}








