@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* color */
/* text-align */
.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

/* font-size */
.fs10 {
  font-size: 10px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs18 {
  font-size: 18px !important;
}

/* font-weight */
.fwl {
  font-weight: 300 !important;
}

.fwr {
  font-weight: 400 !important;
}

.fwm {
  font-weight: 500 !important;
}

/* margin */
.mgl8 {
  margin-left: 8px !important;
}

.mgr8 {
  margin-right: 8px !important;
}

.mgb4 {
  margin-bottom: 4px !important;
}

.mgb6 {
  margin-bottom: 6px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb14 {
  margin-bottom: 14px !important;
}

.mgb16 {
  margin-bottom: 16px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb100 {
  margin-bottom: 100px !important;
}

/* padding */
.pdl10 {
  padding-left: 10px !important;
}

.pdr10 {
  padding-right: 10px !important;
}

/* display */
.block {
  display: block !important;
}

.flex {
  display: flex !important;
}

/* line-height */
.lh150 {
  line-height: 150%;
}

* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

/* 테이블 공통 */
table {
  width: 100%;
  font-size: 15px;
}
table td,
table th {
  vertical-align: middle;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #ddd;
}
table th {
  background: #f6f6f6;
  color: #000;
  height: 40px;
}

header {
  width: 100%;
  box-shadow: 0px 10px 15px -3px rgba(146, 146, 146, 0.1);
}
header.eng .inner {
  width: 90%;
}
header .header__logo img {
  width: 60px;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  margin: 0 auto;
}
header nav {
  height: 100px;
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
header nav .nav-item {
  position: relative;
}
header nav .nav-link {
  color: #000;
  display: inline-block;
  line-height: 100px;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
header nav .nav-link:hover, header nav .nav-link.on {
  color: #022D56;
}
header nav .dropdown {
  position: absolute;
  top: 80%;
  left: 50%;
  padding: 6px 0;
  background: rgba(2, 45, 86, 0.9);
  border-radius: 10px;
  min-width: 140px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  display: none;
  transform: translate(-50%, -10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
header nav .dropdown .dropdown-item {
  color: #fff;
  white-space: nowrap;
  padding: 14px;
  text-align: center;
  font-size: 15px;
}
header nav .dropdown .dropdown-item:hover {
  color: #14A7ED;
}
header nav .nav-item:hover .dropdown {
  display: flex;
  transform: translate(-50%, 0);
}
header .language {
  font-size: 13px;
  color: #444;
  display: inline-block;
  width: 60px;
  height: 24px;
  padding-left: 10px;
  line-height: 23px;
  border: 1px solid #444;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background: white;
  transition: color 0.3s;
  z-index: 1;
}
header .language::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #022D56;
  transition: height 0.3s ease-in-out;
  z-index: -1;
}
header .language:hover::before {
  height: 100%;
  bottom: 0;
  position: absolute;
}
header .language:hover {
  color: white;
}
header .language::after {
  position: absolute;
  top: 50%;
  right: 6px;
  content: "";
  width: 9px;
  height: 10px;
  background: url(/images/language.svg) no-repeat;
  transform: translateY(-50%);
  transition: background 0.3s;
}
header .language:hover::after {
  background: url(/images/language_w.svg) no-repeat;
}/*# sourceMappingURL=header.css.map */