@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;
}

/* 영문 버전 */
#header_eng + main .breadcrumbs__current {
  font-weight: 600;
}

.visual {
  width: 100%;
  height: 500px;
}
.visual.a {
  background: url("/images/a.jpg") no-repeat;
  background-position: center -376px;
  background-size: cover;
}
.visual.b {
  background: url("/images/b.jpg") no-repeat;
  background-position: center -376px;
  background-size: cover;
}
.visual.c {
  background: url("/images/c.jpg") no-repeat;
  background-position: right 0px;
}
.visual.d {
  background: url("/images/d.jpg") no-repeat;
  background-position: center -615px;
  background-size: cover;
}
.visual.e {
  background: url("/images/e.jpg") no-repeat;
  background-position: center -204px;
  background-size: cover;
}
.visual.f {
  background: url("/images/f.jpg") no-repeat;
  background-position: center -264px;
  background-size: cover;
}
.visual.g {
  background: url("/images/g.jpg") no-repeat;
  background-position: center -234px;
  background-size: cover;
}

a:hover {
  text-decoration: underline;
}

.breadcrumbs {
  width: 100%;
  border-bottom: 1px solid #ddd;
  background: #F8F9FA;
}
.breadcrumbs .breadcrumbs__inner {
  width: 1280px;
  height: 60px;
  margin: 0 auto;
  display: flex;
}
.breadcrumbs .breadcrumbs__home {
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  line-height: 60px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.breadcrumbs .breadcrumbs__current {
  color: #000;
  font-weight: 500;
  border-bottom: 2px solid #022D56;
}
.breadcrumbs .dropdown-toggle {
  position: relative;
  font-size: 15px;
  color: #333;
  display: block;
  height: 60px;
  line-height: 60px;
  width: 300px;
  padding: 0 40px 0 20px;
  border-right: 1px solid #ddd;
  text-align: left;
}
.breadcrumbs .dropdown-toggle::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 10px;
  height: 7px;
  padding-right: 10px;
  background: url("/images/breadcrumbs_arrow.svg") no-repeat;
}
.breadcrumbs .dropdown-toggle.active::after {
  background: url("/images/breadcrumbs_arrow_up.svg") no-repeat;
  transform: translateY(-2px);
}
.breadcrumbs .dropdown {
  background: #fff;
  display: none;
  border: 1px solid #ddd;
  padding: 10px 0;
  z-index: 99;
  position: absolute;
  width: 300px;
}
.breadcrumbs .dropdown a {
  display: block;
  padding: 12px;
  font-size: 15px;
  color: #333;
}
.breadcrumbs .dropdown a:hover {
  color: #14A7ED;
}
.breadcrumbs .dropdown.active {
  display: block;
  transition: all 0.3s ease;
}

.contents {
  margin: 0 auto 200px;
  padding-top: 120px;
}
.contents .inner {
  width: 1280px;
  margin: 0 auto;
}
.contents .inner .contents__title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
}
.contents .inner .contents__title.no_border {
  border-bottom: 0;
  margin-bottom: 0;
}
.contents .inner .contents__title .contents__title_txt {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-top: 14px;
  color: #666;
}
.contents .inner .contents__text {
  color: #333;
}
.contents .inner .contents__text h5 {
  font-weight: 500;
  font-size: 18px;
  color: #022D56;
  margin-bottom: 20px;
  position: relative;
  padding-left: 12px;
}
.contents .inner .contents__text h5::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 3px;
  height: 16px;
  background: url("/images/bullet.svg") no-repeat;
  background-size: cover;
}
.contents .inner .contents__text strong {
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.contents .inner .contents__text p {
  line-height: 150%;
}
.contents .inner .contents__text p.info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  background: #f8f8f8;
  padding: 10px 16px;
  border-radius: 6px;
}
.contents .inner .contents__text p.info img {
  margin-right: 8px;
}
.contents .inner .contents__text p.info .strong__title {
  display: inline-block;
  min-width: 100px;
  margin-bottom: 0;
  margin-right: 10px;
}
.contents .inner .contents__text ol,
.contents .inner .contents__text ul {
  margin-bottom: 30px;
}
.contents .inner .contents__text li {
  margin: 6px 0;
  position: relative;
  padding-left: 12px;
  line-height: 1.5;
}
.contents .inner .contents__text li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
}
.contents .inner .contents__text ul li {
  margin: 10px 0;
  position: relative;
  line-height: 1.5;
}
.contents .inner .contents__text .tip {
  color: #14A7ED;
}
.contents .inner .contents__text .highlight {
  position: relative;
  display: inline-block;
}
.contents .inner .contents__text .highlight::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: yellow;
  content: "";
  z-index: -1;
}
.contents .inner .contents__text .square {
  position: relative;
  padding-left: 6px;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}
.contents .inner .contents__text .square::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  background: #333;
}

/* sub_f_05_kor */
.gallery {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.gallery .gallery__box {
  width: calc((100% - 60px) / 4);
  height: 360px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}
.gallery .gallery__box div {
  padding: 20px;
}
.gallery .gallery__box div .gallery__hashtag {
  font-size: 14px;
  color: #14A7ED;
  display: inline-block;
  margin-bottom: 10px;
}
.gallery .gallery__box div .gallery__txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gallery .gallery__box img {
  width: 100%;
  aspect-ratio: 4/3;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* sub_a_05_kor */
table.history td:nth-of-type(2) {
  text-align: left;
}

/* sub_c_02_kor */
table.member td:nth-of-type(2) {
  text-align: left;
}

/* sub_b_01_kor */
.intro_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  background: #f6f6f6;
  border-radius: 10px;
  margin-bottom: 60px;
  padding: 50px;
}
.intro_logo img {
  width: 130px;
}
.intro_logo strong {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  color: #022D56;
}
.intro_logo p {
  font-size: 18px;
}
.intro_logo p b {
  font-weight: 500;
  color: #022D56;
}

/* 페이지 준비중 */
.under_construction {
  min-width: 300px;
  margin: 150px auto;
  text-align: center;
}
.under_construction img {
  display: inline-block;
}
.under_construction h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 40px 0 20px;
  color: #000;
}
.under_construction p {
  font-size: 18px;
  color: #333;
}

.download_form {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #022D56;
  padding: 14px 20px 14px 46px;
  border: 2px solid #022D56;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  transition: color 0.3s;
  z-index: 1;
}
.download_form::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #022D56;
  transition: height 0.3s ease-in-out;
  z-index: -1;
}
.download_form:hover::before {
  height: 100%;
  bottom: 0;
  position: absolute;
}
.download_form:hover {
  color: white;
  text-decoration: none;
}
.download_form::after {
  position: absolute;
  top: 50%;
  left: 28px;
  content: "";
  width: 25px;
  height: 25px;
  background: url(/images/download.svg) no-repeat;
  transform: translate(-50%, -50%);
  transition: background 0.3s;
}
.download_form:hover::after {
  background: url(/images/download-w.svg) no-repeat;
}

/* 사진 */
#gallery-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#gallery-container .gallery-item {
  display: block;
  width: 305px;
  cursor: pointer;
  overflow: hidden;
}
#gallery-container .gallery-item img {
  width: 100%;
  display: block;
}
#gallery-container .gallery-item img:hover {
  transform: scale(105%);
  transition: all 0.5s;
}

.office {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.office > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 50%;
  padding: 30px 50px;
  border-radius: 10px;
}
.office > div:first-child {
  background: #eff6fc;
}
.office > div:last-child {
  background: #fff5f1;
}
.office img {
  display: inline-block;
  width: 26px;
}
.office span {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  margin-right: 10px;
  margin-bottom: 4px;
}
.office a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=sub.css.map */