@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf)
      format("opentype");
}

@font-face {
  font-family: "WooridaumL";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2205@1.0/WooridaumL.woff2")
    format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "WooridaumR";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2205@1.0/WooridaumR.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "WooridaumB";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2205@1.0/WooridaumB.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
}
* {
  --point-color: #5e1377;
  --hover-color: #ff9100;
  --border-color: #dae1e6;
  --main-bg: #f7f9fa;
  --point-bg: #5e1377;
  --gray-bg: #ddd;
  --sub-text01: #777777;
  --sub-text02: #888888;
  --color-placeholder: #aaaaaa;
  --color-white: #ffffff;
  --main-text: #333;
  --gnb-color: #333;
  --font-en: "Poppins", sans-serif;
  --font-point: "WooridaumB";
  --font-default: "Noto Sans KR", sans-serif;
  font-family: var(--font-default);
  box-sizing: border-box;
}
/* 초기화 */
html {
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 500;
  font-family: var(--font-point);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
label,
input,
button,
select,
img {
  vertical-align: middle;
  font-size: 1em;
}
input,
button {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 1em;
}
input[type="submit"] {
  cursor: pointer;
}
button,
button:focus {
  cursor: pointer;
  outline: none;
  border: none;
}

img {
  max-width: 100%;
}

textarea,
select {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 1em;
}
select {
  margin: 0;
}
p {
  margin: 0;
  padding: 0;
  word-break: keep-all;
}
hr {
  display: none;
}
pre {
  overflow-x: scroll;
  font-size: 1.1em;
}
a,
a:hover {
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
}
.content p a,
.content p a:hover,
.content ul li a:link,
.underline {
  color: #d33127;
  text-decoration: underline;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body.modal-open {
  overflow: auto;
}

body.modal-open[style] {
  padding-right: 0px !important;
}
.modal.show {
  padding-right: 0px !important;
}

input[type="text"],
input[type="password"],
textarea {
  outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0 0 5px #9ed4ff;
  -moz-box-shadow: 0 0 5px #9ed4ff;
  box-shadow: 0 0 5px #9ed4ff;
  border: 1px solid #558ab7 !important;
}
.placeholdersjs {
  color: #aaa !important;
}

.highlight {
  color: var(--point-color);
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f17 {
  font-size: 17px;
}
.f18 {
  font-size: 18px;
}
.f19 {
  font-size: 19px;
}
.f20 {
  font-size: 20px;
}
.f21 {
  font-size: 21px;
}
.f22 {
  font-size: 22px;
}
.f23 {
  font-size: 23px;
}
.f24 {
  font-size: 24px;
}
.f25 {
  font-size: 25px;
}

.fw1 {
  font-weight: 100;
}
.fw2 {
  font-weight: 200;
}
.fw3 {
  font-weight: 300;
}
.fw4 {
  font-weight: 400;
}
.fw5 {
  font-weight: 500;
}
.fw6 {
  font-weight: 600;
}
.fw7 {
  font-weight: 700;
}

/*
상하 좌우 조절
**********/
.padding-left-5 {
  padding-left: 5px;
}
.padding-left-10 {
  padding-left: 10px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-top-70 {
  margin-top: 70px;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-top-90 {
  margin-top: 90px;
}
.margin-top-100 {
  margin-top: 100px;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-70 {
  margin-bottom: 70px;
}
.margin-bottom-80 {
  margin-bottom: 80px !important;
}
.margin-bottom-90 {
  margin-bottom: 90px;
}
.margin-bottom-100 {
  margin-bottom: 100px !important;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-left-30 {
  margin-left: 30px;
}
.margin-left-40 {
  margin-left: 40px;
}
.margin-left-50 {
  margin-left: 50px;
}
.margin-left-60 {
  margin-left: 60px;
}
.margin-left-70 {
  margin-left: 70px;
}
.margin-left-80 {
  margin-left: 80px;
}
.margin-left-90 {
  margin-left: 90px;
}
.margin-left-100 {
  margin-left: 100px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-right-30 {
  margin-right: 30px;
}
.margin-right-40 {
  margin-right: 40px;
}
.margin-right-50 {
  margin-right: 50px;
}
.margin-right-60 {
  margin-right: 60px;
}
.margin-right-70 {
  margin-right: 70px;
}
.margin-right-80 {
  margin-right: 80px;
}
.margin-right-90 {
  margin-right: 90px;
}
.margin-right-100 {
  margin-right: 100px;
}

.p-r {
  position: relative;
}
.p-a {
  position: absolute;
}
/*
.p-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
*/
.para-text h2 {
  line-height: 2.5;
}
.display-4 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}
/* bootstarp inherit*/
.row {
  grid-gap: 30px 0;
}
.btn-primary {
  background-color: var(--point-bg);
  border-color: var(--point-color);
}
.btn-primary:hover {
  background-color: var(--hover-color);
  border-color: var(--hover-color);
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.flex {
  display: flex;
}
.align-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.flex-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*
/*-------------------------------------------------------------------------------------------*/
/* HEADER         ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

/*  Header Style   ||-----------*/
.wrapper {
  position: relative;
  padding-top: 90px;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.boxed {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}
/* Navigation Styles */
header {
  position: fixed;
  background-color: var(--color-white);
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.hd_login {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
}
.hd_login li {
  display: inline-block;
}
.hd_login li button,
.hd_login li a {
  background: var(--color-white);
  font-size: 28px;
  color: #999;
  display: block;
  line-height: 90px;
  width: 60px;
  text-align: center;
}
body.lock {
  height: 100vh;
  overflow: hidden;
}
#siteMap.overbg {
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -100%;
  padding: 40px 0;
  border-bottom: 1px solid var(--border-color);
  background-image: url("../images/sitemap-bg.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
}
#siteMap .closebtn {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
  font-size: 35px;
  width: 60px;
  height: 90px;
  line-height: 90px;
  text-align: center;
}
#siteMap h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

#siteMap .sub-menu-head a {
  color: var(--hover-color);
}
#siteMap .sub-menu-lists li {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
}
#siteMap .sub-menu-lists li ul {
  padding: 5px 0 5px 10px;
  margin: 5px 0;
  border-radius: 5px;
}
#siteMap .sub-menu-lists li ul li,
#siteMap .sub-menu-lists li ul li a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
#siteMap .sub-menu-lists li a:hover {
  color: var(--hover-color);
}
header .logo {
  float: left;
  height: 46px;
  line-height: 90px;
}
header .logo a {
  display: block;
}
header .logo img {
  width: 227px;
  height: 46px;
}
ul.main-nav {
  list-style-type: none;
  padding: 0px;
  font-size: 0px;
  max-width: 1000px;
  margin: 0 auto;
}

ul.main-nav > li {
  display: inline-block;
  padding: 0;
}

ul.main-nav > li:hover > a {
  color: var(--point-color);
  font-weight: 400;
}

ul.main-nav > li ul.sub-menu-lists {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: block;
}

ul.main-nav > li ul.sub-menu-lists > li {
  padding: 2px 5px;
}

ul.main-nav > li ul.sub-menu-lists > li > a {
  display: block;
  font-weight: 400;
  font-size: 16px;
}
ul.main-nav > li ul.sub-menu-lists > li > a:hover {
  color: var(--hover-color);
}
ul.main-nav > li ul.sub-menu-lists > li > ul {
  background-color: var(--main-bg);
  padding: 10px;
  border-radius: 3px;
  margin: 5px 0;
}
ul.main-nav > li ul.sub-menu-lists > li > ul > li > a {
  font-size: 13px;
  color: #666;
}
ul.main-nav > li ul.sub-menu-lists > li > ul > li > a:hover {
  color: var(--hover-color);
}
.ic {
  position: absolute;
  cursor: pointer;
  display: inline-block;
  right: 15px;
  width: 28px;
  height: 19px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
}

.ic.close {
  opacity: 0;
  font-size: 0px;
  font-weight: 300;
  color: #fff;
  right: 15px;
  height: 19px;
  display: block;
  outline: none;
}

/* Menu Icons for Devices*/
.ic.menu {
  z-index: 20;
}

.ic.menu .line {
  height: 3px;
  width: 100%;
  display: block;
  background-color: #555;
  margin-bottom: 5px;
}
.ic.menu .line-last-child {
  margin-bottom: 0px;
}

/*-------------------------------------------------------------------------------------------*/
/*  Main Banner        ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.main-banner {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .wrapper {
    padding-top: 60px;
  }
  header {
    height: 60px;
  }
  header .logo {
    height: 60px;
    line-height: 60px;
  }
  header .logo img {
    width: 150px;
    height: 30px;
  }
  .sub-menu-head,
  .sub-menu-head a {
    color: #709d2e;
  }
  ul.main-nav > li ul.sub-menu-lists {
    padding-left: 5px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
  }
  ul.main-nav > li ul.sub-menu-lists li {
    padding: 6px 5px;
  }
  .ic.menu {
    display: block;
  }
  .ic.menu .line {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  .ic.menu:focus {
    height: 23px;
  }
  .ic.menu:focus .line {
    background-color: #555 !important;
  }

  .ic.menu:focus .line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 8px;
  }

  .ic.menu:focus .line:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -8px;
  }

  .ic.menu:focus .line:nth-child(3) {
    transform: translateY(15px);
    opacity: 0;
  }

  .ic.menu:focus {
    outline: none;
  }
  .ic.menu:focus ~ .ic.close {
    opacity: 1;
    z-index: 21;
    outline: none;
  }

  /*
  
  .ic.menu:focus ~ .ic.close { opacity: 1.0; z-index : 21;  }
  .ic.close:focus { opacity: 0; }
  */
  .ic.menu:hover,
  .ic.menu:focus {
    opacity: 1;
  }

  nav {
    background-color: transparent;
  }

  /* Main Menu for Handheld Devices  */
  ul.main-nav {
    z-index: 2;
    padding: 50px 0;
    position: fixed;
    right: -1px;
    top: 0px;
    width: 0px;
    background-color: #fff;
    height: 100%;
    overflow: auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    /*CSS animation applied : Slide from Right*/
    -webkit-transition-property: background, width;
    -moz-transition-property: background, width;
    -o-transition-property: background, width;
    transition-property: background, width;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
  }

  .ic.menu:focus ~ .main-nav {
    width: 300px;
  }

  ul.main-nav > * {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
  }
  .ic.menu:focus ~ .main-nav > * {
    opacity: 1;
  }

  ul.main-nav > li > a:after {
    display: none;
  }
  ul.main-nav > li:first-child {
    border-radius: 0px;
  }
  ul.main-nav > li {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  ul.main-nav > li > a {
    font-weight: 600;
    padding: 5px 10px 5px 30px;
    font-size: 18px;
  }

  ul.main-nav > li ul.sub-menu-lists > li a {
    font-size: 15px;
  }
  .sub-menu-head {
    font-size: 16px;
  }
  ul.main-nav > li:hover {
    background-color: transparent;
  }
  ul.main-nav > li:hover > a {
    text-decoration: none;
    font-weight: 600;
  }
  .ic.menu:focus ~ ul.main-nav > li > div.sub-menu-block {
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    position: relative;
    visibility: visible;
    opacity: 1;
  }

  .sub-menu-block {
    padding: 0 15px;
  }
  .sub-menu-block .container .menu-info,
  .sub-menu-block .container .menu-visual {
    display: none;
  }
  .sub-menu-head {
    margin: 10px 0;
  }
}

@media only screen and (min-width: 992px) {
  .ic.menu {
    display: none;
  }
  /* Main Menu for Desktop Devices  */
  ul.main-nav {
    display: block;
    float: right;
  }

  /* Sub Menu */
  ul.main-nav > li > div.sub-menu-block {
    visibility: hidden;
    background-color: var(--color-white);
    position: absolute;
    width: 100%;
    color: #333;
    left: 0;
    box-sizing: border-box;
    z-index: 3;
    font-size: 16px;
    border-top: 1px solid var(--border-color);
    opacity: 0;

    /*CSS animation applied for sub menu : Slide from Top */
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
  }

  ul.main-nav > li:hover > div.sub-menu-block {
    visibility: visible;
    opacity: 1;
    min-height: 280px;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  ul.main-nav > li > div.sub-menu-block > * {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
  }

  ul.main-nav > li:hover > div.sub-menu-block > * {
    opacity: 1;
  }

  .sub-menu-head {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .sub-menu-head + .sub-menu-head {
    margin-top: 60px;
  }

  /* List Separator: Inner Border */
  ul.main-nav > li > a {
    position: relative;
    display: block;
    color: #333;
    padding: 0 15px;
    height: 90px;
    line-height: 90px;
    font-size: 18px;
    font-weight: 500;
    box-sizing: border-box;
  }
  ul.main-nav > li > a:after {
    content: "";
    width: 1px;
    height: 62px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
  }
  /* Drop Down/Up Arrow for Mega Menu */
  ul.main-nav > li > a.mega-menu > span {
    display: block;
  }

  ul.main-nav > li ul.sub-menu-lists {
    float: left;
    width: 200px;
    margin-bottom: 40px;
  }

  ul.main-nav > li ul.sub-menu-lists > li {
    position: relative;
    margin-bottom: 5px;
  }
  ul.main-nav > li ul.sub-menu-lists > li:after {
    content: "\f105";
    position: absolute;
    top: 7px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3);
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
  }
  .banners-area {
    border-top: 1px solid #ccc;
  }
}

.nav-tabs {
  margin: 0 0 50px;
  border-top: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
  border-bottom: none;
}
.nav-tabs:after {
  content: "";
  clear: both;
  display: table;
}
.nav-tabs li {
  float: left;
  margin: 0 !important;
  position: relative;
  text-align: center;
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.nav-tabs li a {
  display: block;
  font-weight: 400;
  height: 50px;
  width: 100%;
  padding: 0 5px;
  line-height: 50px;
  cursor: pointer;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  background: #f9f4fa;
  border: none;
  color: var(--point-color);
  font-weight: 500;
}
.nav-tabs li.active:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  bottom: -1px;
  border: 1px solid var(--point-color);
}

.nav-tabs.pg-1 li {
  width: 100%;
}
.nav-tabs.pg-2 li {
  width: 50%;
}
.nav-tabs.pg-3 li,
.nav-tabs.pg-6 li,
.nav-tabs.pg-9 li {
  width: 33.3333%;
}
.nav-tabs.pg-4 li,
.nav-tabs.pg-8 li,
.nav-tabs.pg-12 li {
  width: 25%;
}
.nav-tabs.pg-5 li,
.nav-tabs.pg-10 li,
.nav-tabs.pg-15 li {
  width: 20%;
}

.carousel-item {
  height: 570px;
  min-height: 250px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}
.carousel-caption h2 {
  font-size: 30px;
  font-weight: 400;
}
.carousel-caption h1.logo-slide {
  margin: 0 auto;
  font-family: "WooridaumB";
  font-size: 50px;
  font-weight: 700;
  margin: 10px auto 0;
}
.carousel-caption p {
  font-size: 40px;
}
.btn-slide {
  display: inline-block;
  border: 1px solid var(--color-white);
  font-size: 18px;
  padding: 15px 30px;
  color: var(--color-white);
  border-radius: 0;
}
.btn-slide:hover {
  background-color: var(--color-white);
  color: var(--point-color);
}

.portfolio-item {
  margin-bottom: 30px;
}

#tnb {
  background: #fff;
}
#tnb h3 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#tnb ul {
  margin: 0 auto;
  width: 1120px;
  background: #333333;
  zoom: 1;
}
#tnb ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#tnb li:first-child {
  border-right: 1px solid #444444;
}
#tnb li {
  float: right;
  border-left: 1px solid #444444;
  margin-bottom: -1px;
}
#tnb a {
  display: inline-block;
  padding: 0 10px;
  color: #eee;
  line-height: 35px;
}
#tnb a:focus,
#tnb a:hover {
  color: #4ea1d3;
  background: #fafafa;
  font-family: "Gulim";
  font-size: 12px;
}
#tnb .tnb_admin a {
  color: #ff0000;
}
#tnb .tnb_left {
  float: left;
}
#tnb .tnb_left a {
  padding: 0 14px;
}
#tnb .tnb_cart {
  border-right: 1px solid #ddd;
}
#tnb .tnb_community {
  border-right: 1px solid #ddd;
}
#tnb .tnb_community i {
  font-size: 15px;
}
#tnb .tnb_community {
  background: #e7e7e7;
  font-weight: bold;
}
#tnb .tnb_community:focus,
#tnb .tnb_community:hover {
  color: #333;
  border-bottom: 0;
}
#tnb .tnb_community a {
  color: #4ea1d3;
  border-bottom: 1px solid #e7e7e7;
}
#tnb-left {
  float: left;
  margin-top: 5px;
}
#tnb ul li a {
  font-size: 12px;
  font-weight: bold;
  font-family: "Gulim";
}

/*
헤딩
**********/
.center-heading {
  text-align: center;
  margin-bottom: 40px;
}
.center-heading p {
  margin-top: 10px;
  font-family: "Noto Sans KR", sans-serif;
}
.center-line {
  display: inline-block;
  width: 70px;
  height: 1px;
  border-top: 1px solid #bbb;
  margin: auto;
}

/*
아이콘박스
**********/
.box > .icon {
  text-align: center;
  position: relative;
}
.box > .icon > .image {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 88px;
  height: 88px;
  border: 8px solid white;
  line-height: 88px;
  border-radius: 50%;
  background: #6c757d;
  vertical-align: middle;
}
.box > .icon > .image > i {
  font-size: 36px !important;
  color: #fff !important;
}
.box > .icon > .info {
  margin-top: -24px;
  border: 1px solid #e0e0e0;
  padding: 15px 0 10px 0;
}
.box > .icon > .info > h3.title {
  margin-top: 20px;
  font-family: "Noto Sans KR", sans-serif !important;
  font-size: 20px;
  color: #222;
  font-weight: 500;
}
.box > .icon > .info > p {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  color: #666;
  line-height: 1.7;
  margin: 20px;
  text-align: left;
}
.box > .icon > .info > .more a {
  font-family: "Roboto", sans-serif !important;
  font-size: 12px;
  color: #222;
  line-height: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.box .space {
  height: 30px;
}

/*
parallax
**********/
.parallax-window {
  position: relative;
}
.para_count {
  padding-top: 50px;
}

/*
callbox
**********/
.callbox {
  background: #f2f2f2;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 30px;
}

/*
sns_icon
**********/

.sns_icon {
  list-style: none;
  text-align: center;
  width: 80px;
  cursor: pointer;
  display: inline;
  padding: 5px;
}
.sns_icon .fab {
  font-size: 30px;
}

.sns_icon .fa-facebook-f {
  color: #a2a2a2;
  font-size: 20px;
}
.sns_icon .fa-instagram {
  color: #a2a2a2;
  font-size: 20px;
}
.sns_icon .fa-twitter {
  color: #a2a2a2;
  font-size: 20px;
}

.sns_icon a .fa-facebook-f:hover {
  color: #3b5998;
  font-size: 20px;
}
.sns_icon a .fa-instagram:hover {
  color: #dd4b39;
  font-size: 20px;
}
.sns_icon a .fa-twitter:hover {
  color: #55acee;
  font-size: 20px;
}

/* Table Style */
.table-responsive {
  overflow-x: auto;
}
.table-responsive table {
  min-width: 600px;
}
.table-responsive table th {
  white-space: nowrap;
}
table.center td {
  text-align: center !important;
}

table {
  border-top: 2px solid var(--point-color);
  width: 100%;
  font-size: 15px;
  letter-spacing: -1px;
  line-height: 160%;
  border-left: none;
  border-right: none;
}
table caption {
  text-align: right;
  padding-top: 0;
}
table th {
  text-align: center;
}
table td.center {
  text-align: center;
}
table th.right,
table td.right {
  text-align: right;
}
table th.left,
table td.left {
  text-align: left;
}
table th,
table td {
  border-bottom: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  padding: 10px;
}
table th:last-child,
table td:last-child {
  border-right: none;
}
table th.line,
table td.line {
  border-right: 1px solid var(--border-color);
}
table th {
  background: var(--main-bg);
}
table h6 {
  margin-bottom: 5px;
}
table small {
  display: block;
  margin: 5px;
}
table tr.highlight th {
  background-color: #f5debc;
  color: var(--main-text);
  font-size: 1.1rem;
}
table tr.highlight th,
table tr.highlight td {
  border-top: 2px solid var(--hover-color);
  border-bottom: 2px solid var(--hover-color);
  border-right: 2px solid var(--hover-color);
}
#bo_list .tbl_head01 thead th {
  border-top: 2px solid var(--point-color);
  height: auto;
  padding: 10px;
}
#bo_list .tbl_head01 thead th,
#bo_list td {
  border-right: none;
}
#bo_list a.btn_b02 {
  line-height: initial;
}
#bo_cate a,
#bo_cate #bo_cate_on {
  font-weight: 500;
}
#bo_cate #bo_cate_on {
  background: var(--point-color);
  border-color: var(--point-color);
  color: var(--color-white);
}

/*
footer
*/
footer {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding: 30px 0;
  font-size: 14px;
}
footer h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
footer small {
  color: rgba(0, 0, 0, 0.7);
}
footer p span {
  padding-right: 20px;
}
footer h4 {
  font-size: 22px;
  font-weight: 600;
}

.bg-gray {
  background: #454545;
}
.bg-gray div {
  padding: 15px;
}

.color_666 {
  color: #666;
}
.bg-gray2 {
  background: #f2f2f2;
  padding-bottom: 20px;
  padding-top: 20px;
}

.heading {
  font-size: 18px;
  line-height: 24px;
}
.pro-icon i {
  font-size: 24px;
}

.about-section {
  padding: 60px 0;
  text-align: center;
}
.about-section .item {
  position: relative;
}
.about-section .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.about-section a p {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
}
.about-section .item:hover p {
  color: rgba(255, 255, 255, 1);
}
.sub_visual {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-color: #efefef;
  height: 350px;
}
.sub_visual h2 {
  text-align: center;
  font-size: 2.3em;
  color: #fff;
  padding: 180px 0 0 0;
  position: relative;
  line-height: 1;
  animation: up 0.5s 0.2s forwards;
  opacity: 0;
  font-weight: 600;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sub_visual h2:after {
  height: 2px;
  width: 60px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -30px;
  content: "";
  animation: scale 0.5s 0.5s forwards;
  opacity: 0;
}
.sub_visual.sub10 {
  background-image: url("../img/sub01_top.jpg");
}
.sub_visual.sub20 {
  background-image: url("../img/sub02_top.jpg");
}
.sub_visual.sub30 {
  background-image: url("../img/sub03_top.jpg");
}
.sub_visual.sub40 {
  background-image: url("../img/sub04_top.jpg");
}
.sub_visual.sub50 {
  background-image: url("../img/sub05_top.jpg");
}

#route {
  border-bottom: 1px solid #e5e5e5;
}
#route ul:after {
  content: "";
  display: block;
  clear: both;
}
#route .depth1 > li {
  width: calc(100% / 2 + 0.9px);
  margin: 0 0 0 -1px;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 0;
  border-bottom: 0;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  font-size: 1em;
  padding: 0 20px;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  text-overflow: ellipsis;
  white-space: nowrap;
}
#route .depth1 > li:nth-child(1) {
  background: #d33127;
}
#route .depth1 > li:nth-child(2) {
  background: var(--point-bg);
}
#route ul li:last-child {
  background: #fff;
}
#route ul > li > a {
  color: rgba(255, 255, 255, 0.5);
  display: block;
}
#route ul > li .arrow {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 14px;
}
#route ul > li .arrow.on {
  font-size: 1.2em;
}
#route .depth1 ul {
  position: absolute;
  width: calc(100% + 2px);
  background: #fff;
  border: 1px solid #ddd;
  left: -1px;
  z-index: 20;
  display: none;
}
#route .depth1 > li:nth-child(3),
#route .depth1 > li.last {
  background: #fff;
  color: #444;
}
#route .depth1 ul li a {
  height: 50px;
  line-height: 50px;
  font-size: 0.9em;
  color: #888;
  padding-left: 20px;
  font-weight: 400;
  border-top: 1px solid #e0e0e0;
  display: block;
}
#route .depth1 ul li.on:hover a {
  background: #f6f6f6;
}
#route .depth1 ul li.on a {
  background: #fff;
  color: #222;
}
#route .depth1 ul li:first-child a {
  border: 0;
}

.content {
  margin-top: 60px;
}
.content p {
  margin-bottom: 20px;
}
.content h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.content h3.head-title,
.content h4.head-title {
  padding-left: 30px;
  background-image: url(../img/title_icon.png);
  background-position: left center;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  font-weight: 500;
  margin-bottom: 10px;
}
.content h3 {
  font-size: 26px;
}
.content h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
.content h4.badge {
  font-size: 1.25em;
  margin-bottom: 10px;
  background: #212256;
  color: #fff;
  padding: 7px 25px;
  border-radius: 40px;
}
.content h3.head-title span {
  float: right;
}
.content h3.head-title:after {
  content: "";
  display: block;
  clear: both;
}

.content-tit {
  font-size: 2em;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}

.content > ul > li {
  font-size: 1em;
  margin-bottom: 8px;
  line-height: 1.4;
}
.content ul.square {
  list-style-type: none;
}
.content ul.square li {
  position: relative;
  padding-left: 10px;
}
.content ul.square li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 11px;
  color: var(--point-color);
  position: absolute;
  left: 0;
  top: 5px;
}
p.sign {
  margin: 40px 0;
}
p.sign span {
  font-size: 18px;
  font-weight: 500;
}
.summary dl {
  display: block;
  margin-bottom: 10px;
}
.summary dt {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  background-color: var(--point-bg);
  color: var(--color-white);
  padding: 3px 10px;
  margin-right: 10px;
  border-radius: 100px;
  width: 90px;
}
.summary dd {
  display: inline-block;
}
.ellipse {
  width: 100%;
  padding: 20px 10px;
  border-radius: 100px;
  font-weight: 400;
  color: var(--color-white);
  text-align: center;
}
.ellipse.bg01 {
  background-color: #ae69ab;
}
.ellipse.bg02 {
  background-color: #8b53a3;
}
.ellipse.bg03 {
  background-color: #7e3f98;
}
.ellipse.bg04 {
  background-color: #812a91;
}
.summary-box {
  position: relative;
  background-color: var(--main-bg);
  border: 1px solid var(--border-color);
  padding-top: 40px;
  padding-right: 35%;
  padding-left: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
}
.summary-box p {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
}
.summary-box .summary-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 30%;
  height: 100%;
}
.summary-box .summary-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.icon-box {
  position: relative;
  padding: 15px 0 15px 100px;
}
.icon-box .icon {
  position: absolute;
  left: 0;
  top: 15px;
  width: 80px;
  height: auto;
}
.feature {
  background-image: url(../img/pd-09-bg.png);
  padding: 20px;
}
.feature ul li {
  display: block;
  color: var(--color-white);
  font-weight: 600;
  font-size: 18px;
  padding: 15px 20px;
  margin-bottom: 30px;
}
.feature ul li:nth-child(1) {
  background-color: #4976c7;
}
.feature ul li:nth-child(2) {
  background-color: #2f5597;
}
.feature ul li:nth-child(3) {
  background-color: #172949;
  margin-bottom: 0;
}
.talent {
  border: 1px solid var(--point-color);
  border-radius: 10px;
  background-image: url("../img/recruit-01.png");
  background-position: right -100px;
  background-size: 30%;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 40px 300px 40px 40px;
}
.talent h4 {
  margin-bottom: 10px;
}
.grade:after {
  content: "";
  clear: both;
  display: table;
}
.grade li {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: 150px;
  min-height: 100px;
  border: 1px solid var(--point-color);
  text-align: center;
  margin-right: 20px;
}
.grade li h5 {
  font-size: 18px;
  font-weight: 400;
}
.grade li h5 span {
  display: block;
  background-color: var(--point-color);
  padding: 2px 15px;
  border-radius: 10px;
  margin: 5px auto;
  font-size: 16px;
  color: #fff;
}
.grade li:last-child {
  margin-right: 0;
}

.history .group {
  margin-bottom: 70px;
}
.history .group:after {
  content: "";
  display: block;
  clear: both;
}
.history .group .ci {
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #ddd;
  padding: 10px;
  display: block;
}
.history .group label {
  float: left;
  font-size: 1.5em;
  font-weight: 600;
  color: #212256;
  width: 145px;
}
.history .group ul {
  float: left;
  position: relative; /*border-left:1px solid #e4e4e4;*/
  padding-left: 40px;
  margin-left: 40px;
  width: 885px;
}
/*.history .group ul:before {content:""; position: absolute; left:0; top:0; width:3px; height: 40px; background: #E7006A;}*/
.history .group ul li {
  position: relative;
  padding-left: 8px;
  word-break: keep-all;
  margin-bottom: 5px;
}
.history .group ul li.year {
  font-weight: 600;
  padding-left: 0;
}
.history .group ul li + li.year {
  margin-top: 20px;
}
.history .group ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 3px;
  height: 3px;
  background: #999;
}
.history .group ul li.year:before {
  content: "";
  position: relative;
  background: none;
}

.resource li {
  position: relative;
  font-size: 16px;
  margin-bottom: 30px !important;
  padding-left: 132px;
  padding-top: 3px;
  font-size: 1em !important;
}
.resource li span {
  position: absolute;
  background: #212256;
  color: #fff;
  font-weight: 600;
  left: 0;
  top: 0;
  padding: 3px 0;
  width: 120px;
  text-align: center;
  border-radius: 35px;
}

.spec .btn {
  background: rgba(8, 35, 71, 1);
  color: #fff;
}
.spec:after {
  content: "";
  display: block;
  clear: both;
}
.spec span {
  float: right;
}

.icon-block {
  display: block;
  text-align: center;
  background: #f6f6f6;
  padding: 50px 0;
}
.icon-grid {
  background: #406dae;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0 auto 20px;
}
.icon-grid img {
  width: 60%;
  height: auto;
}
.icon-block:hover > .icon-grid {
  background: #e80066;
}
.icon-block h4 {
  font-size: 1.25em;
  text-align: center;
}
.icon-block.light {
  background: #eee;
}
.icon-block.light .icon-grid {
  background: #fff;
}
.icon-block.light .icon-grid img {
  width: 70%;
  height: auto;
}
.icon-block.light:hover > .icon-grid {
  background: #fff;
  border: 2px solid #ddd;
}

.featured {
  position: relative;
  background: #e6e7e7 url(../img/featured_bg.png) no-repeat center bottom;
  background-size: cover;
  padding: 50px 250px 80px 50px;
}
.featured h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.featured .icon-block {
  position: absolute;
  top: 0;
  right: 30px;
  background: transparent;
}
.featured .t-brand {
  background-color: #fff;
  display: inline-block;
  padding: 2px 20px 5px;
  border-radius: 30px;
}

.modal-dialog {
  max-width: 768px;
}
.modal-header {
  background: #212256;
  color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .close {
  color: rgba(255, 255, 255, 0.5);
}
.modal-content {
  border-radius: 0;
}
.modal-body {
  padding: 1.5rem;
}
.modal-body h3 {
  font-size: 1.5em;
  margin-bottom: 35px;
}
.modal-body label {
  font-size: 1em;
  margin-bottom: 15px;
  background: #212256;
  color: #fff;
  padding: 7px 25px;
  border-radius: 40px;
  font-weight: 500;
}
.modal-body ul li {
  border-bottom: 1px solid #e0e0e0;
}
.modal-body ul li a {
  display: block;
  padding: 5px 0;
}

@media (max-width: 575px) {
  body {
    font-size: 0.9em;
  }
  .content ul.square li:before {
    top: 3px;
  }
  .ellipse {
    padding: 20px 40px;
  }
  .ellipse br {
    display: none;
  }
  .icon-box {
    position: relative;
    padding: 10px 0;
    text-align: center;
  }
  .icon-box .icon {
    position: relative;
    width: 100px;
    height: auto;
    margin: 0 auto 20px;
  }
  .content .icon-box ul.square {
    text-align: left;
  }
  .shop-section .owl-theme .owl-item .item img {
    height: 120px;
  }
  .hd_pops {
    width: 98% !important;
  }
  .hd_pops_con {
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 767px) {
  .xs-none {
    display: none !important;
  }
  .xs-block {
    display: block;
  }
  .nav-tabs {
    margin: 20px 0 40px;
  }
  .nav-tabs li {
    width: 50% !important;
  }
  .nav-tabs li a {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  .nav-tabs.pg-3 li:last-child,
  .nav-tabs.pg-5 li:last-child,
  .nav-tabs.pg-7 li:last-child,
  .nav-tabs.pg-9 li:last-child,
  .nav-tabs.pg-11 li:last-child,
  .nav-tabs.pg-13 li:last-child {
    width: 100% !important;
  }
  .carousel-item {
    height: 300px !important;
  }
  .carousel-caption {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
  }
  .carousel-caption h1 {
    font-size: 1.5em;
    font-weight: 600;
  }
  .carousel-caption h3.logo-slide {
    width: 103px;
    height: 25px;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    margin-top: 25px;
  }

  #route .container {
    padding-left: 0;
    padding-right: 0;
  }
  #route .depth1 > li {
    width: calc(50% + 1px);
  }

  #route .depth1 > li:nth-child(2) {
    border-left: 0;
  }

  table th,
  table td {
    font-size: 14px;
  }

  .sub_visual {
    height: 250px;
  }
  .sub_visual h2 {
    padding: 130px 0 0 0;
    font-size: 1.725em;
  }

  .content h1 {
    font-size: 1.8em;
  }
  .content h3 {
    font-size: 1.5em;
  }
  .content h4 {
    font-size: 1.125em;
  }
  .content h5 {
    font-size: 1.1em;
  }

  .content-tit {
    font-size: 1.5em;
  }

  .icon-grid {
    width: 140px;
    height: 140px;
  }
  .icon-grid img {
    width: 50%;
    height: auto;
  }
  .icon-block h4 {
    font-size: 1em;
  }

  .featured {
    padding: 30px 30px 80px 30px;
  }
  .featured .icon-block {
    display: none;
  }

  #bo_sch .sch_input {
    width: 150px;
  }
  .summary-box {
    display: block;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .summary-box p {
    font-size: 16px;
  }
  .summary-box .summary-img {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    width: 100%;
    height: 150px;
  }
  .talent {
    text-align: center;
    background-image: none;
    padding: 20px !important;
  }
  footer p span {
    padding-right: 10px;
  }
  #hd_pop {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .xs-block {
    display: none;
  }
}
@media (max-width: 991px) {
  .nav-sm-none,
  .sm-none {
    display: none !important;
  }
  #siteMap {
    display: none;
  }

  .carousel-item {
    height: 550px;
  }
  .carousel-caption h2 {
    font-size: 1.25em;
  }
  .carousel-caption h1.logo-slide {
    width: 100%;
    font-size: 35px;
    margin: 5px auto;
  }
  .carousel-caption p {
    font-size: 25px;
  }
  .about-section a p {
    font-size: 16px;
  }
  .btn-slide {
    font-size: 15px;
    padding: 10px 25px;
  }
  .business-section h1 {
    font-size: 34px;
  }
  .business-section svg {
    width: 60px;
    height: 60px;
  }
  .business-section p {
    font-size: 18px;
  }
  .talent {
    background-position: right 10px;
    padding: 20px 250px 20px 20px;
  }
  .history .group label {
    float: none;
    font-size: 1.5em;
    width: auto;
  }
  .history .group ul {
    float: none;
    margin-left: 0;
    padding-left: 25px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .nav-lg-none {
    display: none !important;
  }
}

@media (min-width: 1px) and (max-width: 1089px) {
  .login {
    display: none;
  }
  .ety-mt {
    margin-top: 83px;
  }
  .ety-mt-main {
    margin-top: 63px;
  }
  .ety-mt-qa {
    margin-top: 110px;
  }
  .mpage {
    display: block;
  }
  .ppage {
    display: none;
  }
  .spage {
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .business-section svg {
    width: 85px;
    height: 85px;
  }
  .sub-menu-block .container {
    padding: 40px 0;
  }
  .sub-menu-block .container .menu-info {
    float: left;
    width: 280px;
    padding-right: 20px;
  }
  .sub-menu-block .container .menu-info h3 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .sub-menu-block .container .menu-info h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: var(--point-color);
  }
  .sub-menu-block .container .menu-visual {
    float: left;
    width: 300px;
    padding: 0 50px 0 0;
    margin-right: 50px;
    border-right: 1px solid var(--border-color);
  }
}

@media (min-width: 1090px) {
  .login {
    display: none;
  }
  .ety-mt {
    margin-top: 130px;
  }
  .ety-mt-qa {
    margin-top: 150px;
  }
  .mpage {
    display: none;
  }
  .ppage {
    display: block;
  }

  /* header */
  .top-line {
    background: #333333;
  }
}
@media (max-width: 1199px) {
  .brblock {
    display: none;
  }
}

@media (min-width: 1200px) {
  .sub-menu-block .container {
    padding: 40px 0;
  }
  .sub-menu-block .container .menu-info {
    float: left;
    width: 400px;
    padding-right: 50px;
  }
  .sub-menu-block .container .menu-info h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .sub-menu-block .container .menu-info h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: var(--point-color);
  }
  .sub-menu-block .container .menu-visual {
    float: left;
    width: 350px;
    padding: 0 50px 0 0;
    margin-right: 50px;
    border-right: 1px solid var(--border-color);
  }
}
