@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;
}
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
  font-family: "Pretendard-Regular";
}

.hidden {
  display: none !important;
}

#container {
  width: 100%;
}

#sub-header {
  height: 303px;
  background: url(../img/sub-bg.png) no-repeat;
}
#sub-header .sub-main-text {
  text-align: center;
  margin-top: 30px;
}
#sub-header .sub-main-text p {
  font-size: 33px;
  color: #fff;
  font-weight: bold;
}
#sub-header .sub-main-text span {
  display: inline-block;
  font-size: 18px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.5);
}

#wrapper #container_wr {
  width: 100%;
  position: relative;
  background: url(../img/s-main-bg.png) no-repeat;
  background-size: cover;
}
#wrapper #container_wr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
#wrapper #container_wrs {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 303px;
}
#wrapper #container_wrs #container {
  margin-top: 0;
  background: url(../img/container-bottom-bg.jpg) #fff bottom right no-repeat;
}
#wrapper #container_wrs .sub-max-width {
  margin: 100px auto 150px;
  width: 100%;
  max-width: 1400px;
}
#wrapper .container-box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
}
#wrapper .container-box .container-box-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 50px auto 0;
}
#wrapper .container-box .main-text {
  position: relative;
}
#wrapper .container-box .main-text h2 {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
}
#wrapper .container-box .main-text p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  margin: 1em 0;
}
#wrapper .container-box .main-text a.main-btn {
  transition: all 0.2s;
  display: inline-block;
  margin-top: 2em;
  padding: 15px 20px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.4862745098);
}
#wrapper .container-box .main-text a.main-btn span {
  font-size: 18px;
  color: #fff;
}
#wrapper .container-box .main-text a.main-btn:hover {
  border-color: #fff;
  transition: all 0.2s;
}
#wrapper .container-box .main-text a.main-btn:hover span {
  color: #fff;
}
#wrapper .container-box .main-text a.main-btn img {
  display: inline-block;
  margin-left: 10px;
}
#wrapper .container-box .main-quick-wrap {
  display: flex;
  position: relative;
  width: 615px;
}
#wrapper .container-box .main-quick-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#wrapper .container-box .main-quick-wrap li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 205px;
  height: 205px;
  background: rgba(20, 19, 70, 0.8);
}
#wrapper .container-box .main-quick-wrap li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
#wrapper .container-box .main-quick-wrap li:hover {
  background: rgba(9, 8, 30, 0.8);
  transition: all 0.2s;
}
#wrapper .container-box .main-quick-wrap li:nth-child(2n) {
  background: rgba(46, 48, 150, 0.8);
}
#wrapper .container-box .main-quick-wrap li:nth-child(2n):hover {
  background: rgba(34, 36, 111, 0.8);
  transition: all 0.2s;
}
#wrapper .container-box .main-quick-wrap li:last-child {
  background: rgba(46, 48, 150, 0.8);
}
#wrapper .container-box .main-quick-wrap li:last-child:hover {
  background: rgba(34, 36, 111, 0.8);
  transition: all 0.2s;
}

/*breadcrumb*/
.breadcrumb-wrap {
  height: 60px;
  border-bottom: 1px solid #dcdcdc;
}
.breadcrumb-wrap ul {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.breadcrumb-wrap ul li {
  width: 183px;
  display: flex;
  align-items: center;
  border-left: 1px solid #dcdcdc;
}
.breadcrumb-wrap ul li a {
  padding: 0 2em;
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 16px;
}
.breadcrumb-wrap ul li:last-child {
  border-right: 1px solid #dcdcdc;
}
.breadcrumb-wrap ul li.home {
  width: 60px;
}
.breadcrumb-wrap ul li.home a {
  font-size: 0;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/b-home.png) no-repeat center;
}

.ctt_admin {
  position: absolute;
  right: 0;
}

#ctt_con {
  margin: 0;
  padding: 0;
  background: #fff;
}

#ctt {
  margin: 0;
  padding: 0;
  background: #fff;
}

#s-header {
  width: 100%;
  height: 90px;
  position: absolute;
  z-index: 9;
}
#s-header .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 0;
}
#s-header .header-wrap .s-logo-wrap {
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
}
#s-header .header-wrap .s-logo-wrap div {
  display: flex;
}
#s-header .header-wrap .s-logo-wrap div img {
  display: inline-block;
  margin-right: 10px;
}
#s-header .header-wrap .s-logo-wrap a {
  text-decoration: none;
}
#s-header .header-wrap .s-logo-wrap a h1 {
  color: #fff;
  font-size: 30px;
}
#s-header .header-wrap .s-logo-wrap a span {
  color: #fff;
  font-size: 15px;
  width: 100%;
  display: inline-block;
  /* text-align: justify; */
  text-align: left;
  letter-spacing: 5px;
  margin-top: 5px;
}
#s-header .header-wrap .s-nav {
  padding: 20px 0px;
}
#s-header .header-wrap .s-nav .s-gnb {
  position: relative;
  display: flex;
}
#s-header .header-wrap .s-nav .s-gnb > li {
  position: relative;
  display: flex;
  align-items: center;
  width: 230px;
  height: 60px;
}
#s-header .header-wrap .s-nav .s-gnb > li > a {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #ffffff;
}
#s-header .header-wrap .s-nav .s-gnb > li .sub-menu {
  display: none;
}
#s-header .header-wrap .s-nav .s-gnb > li:hover .sub-menu {
  display: block;
  position: absolute;
  top: 60px;
  width: 100%;
  padding: 20px 0;
  border-top: 3px solid rgba(45, 104, 255, 0.8);
  background: rgba(12, 12, 12, 0.8);
}
#s-header .header-wrap .s-nav .s-gnb > li:hover .sub-menu > li {
  padding-bottom: 10px;
}
#s-header .header-wrap .s-nav .s-gnb > li:hover .sub-menu > li > a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 17px;
  text-align: center;
}
#s-header .header-wrap .s-nav .s-gnb > li:hover .sub-menu > li:hover a {
  color: #87a9ff;
}
#s-header .header-wrap .s-lang-en {
  width: 29px;
  height: 29px;
  background: url(../img/lang-icon.png) no-repeat;
  font-size: 0;
}

#sub-header {
  width: 100%;
  position: absolute;
  z-index: 9;
}
#sub-header .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 0;
}
#sub-header .header-wrap .s-logo-wrap {
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
}
#sub-header .header-wrap .s-logo-wrap div {
  display: flex;
}
#sub-header .header-wrap .s-logo-wrap div img {
  display: inline-block;
  margin-right: 10px;
}
#sub-header .header-wrap .s-logo-wrap a {
  text-decoration: none;
}
#sub-header .header-wrap .s-logo-wrap a h1 {
  color: #fff;
  font-size: 30px;
}
#sub-header .header-wrap .s-logo-wrap a span {
  color: #fff;
  font-size: 15px;
  width: 100%;
  display: inline-block;
  /* text-align: justify; */
  text-align: left;
  letter-spacing: 5px;
  margin-top: 5px;
}
#sub-header .header-wrap .s-nav {
  padding: 20px 0px;
}
#sub-header .header-wrap .s-nav .s-gnb {
  position: relative;
  display: flex;
}
#sub-header .header-wrap .s-nav .s-gnb > li {
  position: relative;
  display: flex;
  align-items: center;
  width: 230px;
  height: 60px;
}
#sub-header .header-wrap .s-nav .s-gnb > li > a {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #ffffff;
}
#sub-header .header-wrap .s-nav .s-gnb > li .sub-menu {
  display: none;
}
#sub-header .header-wrap .s-nav .s-gnb > li:hover .sub-menu {
  display: block;
  position: absolute;
  top: 60px;
  width: 100%;
  padding: 20px 0;
  border-top: 3px solid rgba(45, 104, 255, 0.8);
  background: rgba(12, 12, 12, 0.8);
}
#sub-header .header-wrap .s-nav .s-gnb > li:hover .sub-menu > li {
  padding-bottom: 10px;
}
#sub-header .header-wrap .s-nav .s-gnb > li:hover .sub-menu > li > a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 17px;
  text-align: center;
}
#sub-header .header-wrap .s-nav .s-gnb > li:hover .sub-menu > li:hover a {
  color: #87a9ff;
}
#sub-header .header-wrap .s-lang-en {
  width: 29px;
  height: 29px;
  background: url(../img/lang-icon.png) no-repeat;
  font-size: 0;
}

.footer-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 45px;
  box-sizing: border-box;
  display: flex;
  gap: 88px;
}
.footer-wrap .copy-logo-wrap span {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.footer-wrap .address-wrap ul {
  text-align: left;
}
.footer-wrap .address-wrap ul li {
  color: #999;
  font-weight: light;
  font-size: 13px;
  line-height: 20px;
}

.sub-max-width > h2 {
  text-align: center;
}
.sub-max-width > h2 span {
  position: relative;
  display: inline-block;
  font-size: 38px;
  color: #232323;
  background: #fff;
}
.sub-max-width > h2 span:after {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 44px;
  height: 44px;
  content: "";
  background: url(../img/page-title-dot.png) no-repeat;
}

#container_title span {
  display: inline-block;
}

.tab-wrap {
  margin: 50px 0;
}
.tab-wrap ul {
  display: flex;
  gap: 20px;
}
.tab-wrap ul li {
  flex: 1 1;
  height: 70px;
  background: #f1f1f4;
  transition: all 0.2s;
}
.tab-wrap ul li:hover {
  background: #d4d4de;
  transition: all 0.2s;
}
.tab-wrap ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.tab-wrap ul li a span {
  font-size: 20px;
  color: #232323;
}
.tab-wrap ul li.active {
  background: #4546c2;
  transition: all 0.2s;
}
.tab-wrap ul li.active:hover {
  background: #3435a0;
  transition: all 0.2s;
}
.tab-wrap ul li.active a span {
  color: #fff;
}

.company-info-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 73px;
}
.company-info-wrap .img-wrap {
  width: 693px;
  flex-grow: 0;
  flex-shrink: 0;
}
.company-info-wrap .text-wrap {
  flex-grow: 1;
  flex-shrink: 1;
}
.company-info-wrap .text-wrap .top-text p:first-child {
  font-size: 40px;
  line-height: 45px;
  font-weight: bold;
  color: #000;
}
.company-info-wrap .text-wrap .top-text p:last-child {
  font-size: 40px;
  line-height: 45px;
  font-weight: bold;
  color: #5b5cc6;
}
.company-info-wrap .text-wrap .center-text {
  margin-top: 30px;
  font-size: 16px;
  color: #232323;
  line-height: 30px;
}
.company-info-wrap .text-wrap .bottom-text {
  margin-top: 63px;
  text-align: right;
  font-size: 16px;
  color: #000000;
}

.group-wrap {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.history-wrap {
  display: flex;
  gap: 40px;
  align-items: center;
}
.history-wrap .history-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 25px;
}
.history-wrap .history-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  height: 4px;
  width: 19px;
  background: #4546c2;
  border-radius: 10px;
}
.history-wrap .history-list li span.year {
  width: 110px;
  display: inline-block;
  color: #4546c2;
  font-size: 20px;
  font-weight: bold;
}
.history-wrap .history-list li span.content {
  display: inline-block;
  color: #232323;
  font-size: 20px;
}

.certification-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 10px;
}
.certification-wrap ul li {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  flex-grow: 1;
  width: 18%;
}
.certification-wrap ul li span {
  font-size: 18px;
  color: #000;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}

.map-wrap .map-box {
  margin: 40px 0;
}
.map-wrap .map-box h3 {
  font-size: 30px;
  color: #4546c2;
  margin-bottom: 20px;
}
.map-wrap .map-box .map-info-text {
  background: #f8f8f8;
  padding: 20px 40px;
  box-sizing: border-box;
}
.map-wrap .map-box .map-info-text ul li {
  margin-bottom: 15px;
}
.map-wrap .map-box .map-info-text ul li:last-child {
  margin-bottom: 0;
}
.map-wrap .map-box .map-info-text ul li span.title {
  font-size: 18px;
  display: inline-block;
  color: #4546c2;
  margin-right: 25px;
}
.map-wrap .map-box .map-info-text ul li span.content {
  font-size: 18px;
  color: #000000;
}

.year-performance-wrap table {
  border-spacing: 0;
  width: 100%;
  margin-top: 4em;
  border-top: 1px solid #000;
}
.year-performance-wrap table thead tr th {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  height: 60px;
  border-bottom: 1px solid #ececec;
}
.year-performance-wrap table tbody tr td {
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  height: 60px;
  border-bottom: 1px solid #ececec;
}
.year-performance-wrap table tbody tr td:nth-child(2) {
  text-align: left;
}
.year-performance-wrap table tbody tr td:nth-child(1) {
  font-weight: bold;
  color: #5b5cc6;
}
.year-performance-wrap table tbody tr:nth-child(2n) {
  background: #f5f5f5;
}

/*board*/
#bo_list_total,
.tbl_head01 thead th,
.tbl_head01 td,
#ctt_con,
#bo_gall li.empty_list,
#bo_gall .bo_cnt,
#bo_gall .gall_info,
#bo_v_info .profile_info,
#bo_v_con,
#bo_vc_empty,
.cmt_btn span.total,
.bo_vc_w textarea,
.secret_cm,
.bo_vc_w .btn_submit,
#bo_w .btn_submit {
  font-size: 16px;
}

#bo_w .btn_cancel {
  font-size: 16px;
  font-weight: normal;
}

.tbl_head01.tbl_wrap {
  border-top: 1px solid #000;
}

.gall_box .gall_img a {
  border: 1px solid #e5e5e5;
}

#bo_w {
  margin-top: 50px;
  border-top: 1px solid #000;
}

#bo_w .bo_w_tit .frm_input,
#bo_w .bo_w_info .frm_input {
  font-size: 16px;
  font-family: "Pretendard-Regular";
}
#bo_w .bo_w_tit .frm_input::-moz-placeholder, #bo_w .bo_w_info .frm_input::-moz-placeholder {
  color: #999;
}
#bo_w .bo_w_tit .frm_input::placeholder,
#bo_w .bo_w_info .frm_input::placeholder {
  color: #999;
}

.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input {
  padding: 6px 12px;
}
.wr_content textarea::-moz-placeholder, .tbl_frm01 textarea::-moz-placeholder, .form_01 textarea::-moz-placeholder, .frm_input::-moz-placeholder {
  color: #999;
}
.wr_content textarea::placeholder,
.tbl_frm01 textarea::placeholder,
.form_01 textarea::placeholder,
.frm_input::placeholder {
  color: #999;
}

.btn_submit {
  background: #4546c2;
}
.btn_submit:hover {
  background: #3435a0;
}

.chk_box input[type=checkbox] + label {
  font-size: 16px;
}

#bo_gall .gall_text_href a {
  font-size: 18px;
}

.profile_info_ct .sound_only {
  margin-top: 1em;
}/*# sourceMappingURL=layout.css.map */