@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css');
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  letter-spacing: -0.05em;
}
.en_font {
  font-family: 'Roboto', sans-serif;
}
.serif {
  font-family: 'Noto Serif KR', serif;
}
.pre {
  font-family: 'Pretendard', sans-serif;
}
.sans {
  font-family: 'Noto Sans KR', sans-serif;
}
body {
  position: relative;
  overflow-x: hidden;
  font-family: 'Pretendard', sans-serif;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
  padding-top: 90px;
}
a {
  color: #333;
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0px;
}
li {
  list-style: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
.m_con {
  display: none;
}
.blind {
  text-indent: -9999px;
  line-height: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong {
  margin: 0;
}
.center {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
/* header */
.header {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 103;
  transition: all 0.5s;
  background-color: #fff;
}
.hd_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
  height: 90px;
  padding-left: 77px;
  padding-right: 120px;
}
.main_menu {
  display: flex;
  max-width: 780px;
  width: 100%;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.main_menu > li {
  width: 25%;
  z-index: 999;
  position: relative;
}
.main_menu > li > a {
  font-size: 21px;
  font-weight: 400;
  color: #272727;
  position: relative;
  line-height: 90px;
  display: inline-block;
  text-align: center;
  width: 100%;
  transition: all 0.2s;
}
.main_menu > li > a::before {
  position: absolute;
  content: '';
  display: block;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 100%;
  background-color: #e2e2e2;
}
.main_menu > li:last-of-type > a::after {
  position: absolute;
  content: '';
  display: block;
  right: -1px;
  top: 0px;
  width: 1px;
  height: 100%;
  background-color: #e2e2e2;
}
.main_menu > li > a:hover {
  font-weight: 600;
  color: #263f93;
}
.main_menu > li > a > div {
  transition: all 0.2s;
  width: 0px;
  height: 5px;
  background-color: #263f93;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}
.main_menu > li > a:hover > div {
  width: 100%;
}
.hd_lang {
  display: flex;
  align-items: center;
  position: relative;
}
.hd_lang_wrap a {
  margin-right: 7px;
}
.hd_lang_wrap a:last-child {
  margin-right: 0px;
}
.hd_lang_t {
  margin-bottom: 9px;
}
.hd_lang_wrap {
  margin-right: 19px;
}
.hd_lang_select {
  border: 1px solid #707070;
  height: 33px;
  width: 124px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  display: flex;
  padding-left: 12px;
  padding-right: 10px;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 400;
  color: #272727;
  border-radius: 5px;
  cursor: pointer;
}
.hd_lang_box {
  position: absolute;
  right: 0px;
  top: 87px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 19px 0px 16px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  max-width: 314px;
  width: 100%;
  display: none;
}
.hd_lang_box a {
  display: flex;
  width: 100%;
  align-items: center;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #272727;
  margin-bottom: 8px;
}
.hd_lang_box a:hover {
  background-color: #f3f3f3;
}
.hd_lang_box a:last-child {
  margin-bottom: 0px;
}
.hd_lang_box a > img {
  margin-right: 12px;
}
/* sub_menu */
.sub_menu {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: -500px;
  width: 100vw;
  background-color: #fff;
  transition: all 0.5s;
  z-index: -9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 12px;
  opacity: 0;
}
.sub_menu::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 1px;
  bottom: 12px;
  background-color: #e2e2e2;
}
.sub_menu::after {
  content: '';
  display: block;
  position: absolute;
  right: 98px;
  width: 1px;
  height: 95%;
  top: 0px;
  background-color: #e2e2e2;
}
.sub_menu.active {
  top: 90px;
  opacity: 1;
}

.sub_menu_wrap {
  display: flex;
  max-width: 780px;
  width: 100%;
  justify-content: center;
}
.sub_menu ul {
  width: 25%;
  box-shadow: 1px 0 0 0 #e2e2e2, 1px 0 0 0 #e2e2e2 inset;
  padding: 20px 0px;
  opacity: 0;
}
.sub_menu.active ul {
  opacity: 1;
  transition: all 0.5s 0.2s;
}
.sub_menu ul > li > a {
  font-size: 21px;
  font-weight: 400;
  color: #272727;
  position: relative;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  width: 100%;
  transition: all 0.2s;
  opacity: 0.5;
}
.sub_menu ul > li > a:hover {
  opacity: 1;
}
/*-----  ベーススタイル -----*/
.hamburger {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #263f93;
  padding: 28px 26px 28px;
}
.hamburger .menu_icon {
  position: relative;
  width: 38px;
  height: 34px;
}
.hamburger .border {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  transition: all 0.3s;
  background: #ffffff;
}
.hamburger .border1 {
  top: 0;
}
.hamburger .border2 {
  top: 0;
  bottom: 0;
  margin: auto;
}
.hamburger .border3 {
  bottom: 0px;
}

.hamburger .menu_icon:hover .border1 {
  transform: translateY(3px);
}
.hamburger .menu_icon:hover .border3 {
  transform: translateY(-3px);
}
.hamburger .active .border1 {
  transform: translateY(16px) rotate(45deg) !important;
}
.hamburger .active .border2 {
  left: 80%;
  opacity: 0;
}
.hamburger .active .border3 {
  transform: translateX(0px) translateY(-16px) rotate(-45deg) !important;
}
.hd_lang > a {
  opacity: 1;
  transition: all 0.2s;
}
.hd_lang > a:nth-child(2) {
  margin: 0 13px;
}
.hd_lang > a:hover {
  opacity: 0.7;
}
