@charset "utf-8";

/* 초기화 */
html {
  overflow-y: scroll
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'SUIT', 'Malgun Gothic', dotum, sans-serif;
  background: #fff
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-family: 'SUIT', 'Malgun Gothic', dotum, sans-serif;
}

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: 14px
}

input,
button {
  margin: 0;
  padding: 0;
  font-family: 'SUIT', 'Malgun Gothic', dotum, sans-serif;
  font-size: 14px
}

input[type="submit"] {
  cursor: pointer
}

button {
  cursor: pointer
}

textarea,
select {
  font-family: 'SUIT', 'Malgun Gothic', dotum, sans-serif;
  font-size: 14px
}

select {
  margin: 0
}

p {
  margin: 0;
  padding: 0;
  word-break: break-all
}

hr {
  display: none
}

pre {
  overflow-x: scroll;
  font-size: 1.14px
}

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=text],
input[type=password],
textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  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 #004E98 !important;
}

.placeholdersjs {
  color: #aaa !important
}

/* 레이아웃 크기 지정 */
#hd,
#wrapper,
#ft {
  min-width: 1200px
}

#hd_pop,
#hd_wrapper,
#tnb .inner,
#gnb .gnb_wrap,
#container_wr,
#ft_wr {
  width: 1200px
}

/* 팝업레이어 */
#hd_pop {
  z-index: 1000;
  position: relative;
  margin: 0 auto;
  height: 0
}

#hd_pop h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

.hd_pops {
  position: absolute;
  border: 1px solid #e9e9e9;
  background: #fff
}

.hd_pops img {
  max-width: 100%
}

.hd_pops_con {}

.hd_pops_footer {
  padding: 0;
  background: #000;
  color: #fff;
  text-align: left;
  position: relative
}

.hd_pops_footer:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

.hd_pops_footer button {
  padding: 10px;
  border: 0;
  color: #fff
}

.hd_pops_footer .hd_pops_reject {
  background: #000;
  text-align: left
}

.hd_pops_footer .hd_pops_close {
  background: #393939;
  position: absolute;
  top: 0;
  right: 0
}

/* 상단 레이아웃 */
#hd {
  background: #212020
}

#hd_h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

#tnb {
  border-bottom: 1px solid #383838;
  margin: 0 auto
}

#tnb:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#tnb .inner {
  margin: 0 auto
}

#hd_wrapper {
  position: relative;
  margin: 0 auto;
  height: 140px;
  zoom: 1
}

#hd_wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#logo {
  float: left;
  padding: 30px 0 0
}

.hd_sch_wr {
  float: left;
  padding: 30px 0;
  width: 445px;
  margin-left: 65px
}

#hd_sch h3 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

#hd_sch {
  border-radius: 30px;
  overflow: hidden
}

#hd_sch #sch_stx {
  float: left;
  width: 385px;
  height: 45px;
  padding-left: 10px;
  border-radius: 30px 0 0 30px;
  background: #2c2c2c;
  border: 0;
  border-right: 0;
  font-size: 1.25em;
  color: #fff
}

#hd_sch #sch_submit {
  float: left;
  width: 60px;
  height: 45px;
  border: 0;
  background: #2c2c2c;
  color: #fff;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
  font-size: 16px
}

#hd_define {
  float: left
}

#hd_define:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#hd_define li {
  float: left;
  font-size: 1.083em;
  line-height: 14px;
  border-right: 1px solid #4a4a4a;
  position: relative;
  text-align: center;
  margin: 15px 10px 15px 0;
  padding-right: 10px
}

#hd_define li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0
}

#hd_define li a {
  display: inline-block;
  color: #919191
}

#hd_define li.active a {
  color: #fff
}


#hd_qnb {
  float: right;
  text-align: right
}

#hd_qnb:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#hd_qnb li {
  float: left;
  font-size: 1.083em;
  line-height: 14px;
  border-right: 1px solid #4a4a4a;
  position: relative;
  text-align: center;
  margin: 15px 10px 15px 0;
  padding-right: 10px
}

#hd_qnb li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0
}

#hd_qnb li span {
  display: block;
  margin-top: 5px;
  font-size: 0.92em
}

#hd_qnb li a {
  display: inline-block;
  color: #919191
}

#hd_qnb .visit .visit-num {
  display: inline-block;
  line-height: 16px;
  padding: 0 5px;
  margin-left: 5px;
  border-radius: 10px;
  background: #da22f5;
  color: #fff;
  font-size: 10px
}


.hd_login {
  position: absolute;
  right: 0;
  top: 60px
}

.hd_login li {
  float: left;
  margin: 0 5px;
  border-left: 1px solid #616161;
  padding-left: 10px;
  line-height: 13px
}

.hd_login li:first-child {
  border-left: 0
}

.hd_login a {
  color: #fff
}


/* 메인메뉴 */
#gnb {
  position: relative;
  background: #fff
}

#gnb>h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

#gnb .gnb_wrap {
  margin: 0 auto;
  position: relative
}

#gnb .gnb_wrap:hover,
#gnb .gnb_wrap:focus,
#gnb .gnb_wrap:active {
  z-index: 3
}

#gnb #gnb_1dul {
  font-size: 1.083em;
  padding: 0;
  border-bottom: 1px solid #e0e2e5;
  zoom: 1
}

#gnb ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#gnb .gnb_1dli {
  float: left;
  line-height: 55px;
  padding: 0px;
  position: relative
}

#gnb .gnb_1dli:hover>a {
  color: #004E98;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out
}

.gnb_1dli .bg {
  position: absolute;
  top: 24px;
  right: 8px;
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  background: url('../img/gnb_bg2.gif') no-repeat 50% 50%;
  text-indent: -999px
}

.gnb_1da {
  display: block;
  font-weight: bold;
  padding: 0 15px;
  color: #080808;
  text-decoration: none
}

.gnb_1dli.gnb_al_li_plus .gnb_1da {
  padding-right: 25px
}

.gnb_2dli:first-child {
  border: 0
}

.gnb_2dul {
  display: none;
  position: absolute;
  top: 54px;
  min-width: 140px;
  padding-top: 2px
}

.gnb_2dul .gnb_2dul_box {
  border: 1px solid #e0e2e5;
  border-top: 0;
  padding: 0;
  -webkit-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
  -moz-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
  box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2)
}

.gnb_2da {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  background: #fff;
  color: #080808;
  text-align: left;
  text-decoration: none
}

a.gnb_2da:hover {
  color: #004E98;
  background: #f7f7f8;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}

.gnb_1dli_air .gnb_2da {}

.gnb_1dli_on .gnb_2da {}

.gnb_2da:focus,
.gnb_2da:hover {
  color: #fff
}

.gnb_1dli_over .gnb_2dul {
  display: block;
  left: 0
}

.gnb_1dli_over2 .gnb_2dul {
  display: block;
  right: 0
}

.gnb_wrap .gnb_empty {
  padding: 10px 0;
  width: 100%;
  text-align: center;
  line-height: 2.7em;
  color: #080808
}

.gnb_wrap .gnb_empty a {
  color: #004E98;
  text-decoration: underline
}

.gnb_wrap .gnb_al_ul .gnb_empty,
.gnb_wrap .gnb_al_ul .gnb_empty a {
  color: #555
}

#gnb .gnb_menu_btn {
  background: #4158d1;
  color: #fff;
  width: 50px;
  height: 55px;
  border: 0;
  vertical-align: top;
  font-size: 18px
}

#gnb .gnb_close_btn {
  background: #fff;
  color: #b6b9bb;
  width: 50px;
  height: 50px;
  border: 0;
  vertical-align: top;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0
}

#gnb .gnb_mnal {
  float: right;
  padding: 0
}

#gnb_all {
  display: none;
  position: absolute;
  border: 1px solid #c5d6da;
  width: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}

#gnb_all h2 {
  font-size: 1.3em;
  padding: 15px 20px;
  border-bottom: 1px solid #e7eeef
}

#gnb_all .gnb_al_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#gnb_all .gnb_al_ul>li:nth-child(5n+1) {
  border-left: 0
}

#gnb_all .gnb_al_li {
  float: left;
  width: 20%;
  min-height: 150px;
  padding: 20px;
  border-left: 1px solid #e7eeef
}

#gnb_all .gnb_al_li .gnb_al_a {
  font-size: 1.2em;
  display: block;
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
  color: #004E98
}

#gnb_all .gnb_al_li li {
  line-height: 2em
}

#gnb_all .gnb_al_li li a {
  color: #555
}

#gnb_all_bg {
  display: none;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999
}

/* 중간 레이아웃 */
#wrapper {}

#container_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#container_wr {
  margin: 0 auto;
  zoom: 1
}

#aside {
  float: right;
  width: 235px;
  padding: 0;
  height: 100%;
  margin: 20px 0 20px 20px
}

#container {
  position: relative;
  float: left;
  min-height: 500px;
  height: auto !important;
  margin: 20px 0;
  font-size: 14px;
  width: 930px;
  zoom: 1
}

#container:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#container_title {
  font-size: 1.333em;
  margin: 0 auto;
  font-weight: bold
}

#container_title span {
  margin: 0 auto 10px;
  display: block;
  line-height: 30px
}

.lt_wr {
  width: 32%
}

.lt_wr:nth-child(3n+1) {
  clear: both
}

.latest_wr {
  margin-bottom: 20px
}

.latest_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

.latest_top_wr {
  margin: 0 -10px 20px
}

.latest_top_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

/* 하단 레이아웃 */
#ft {
  background: #212020;
  margin: 0 auto;
  text-align: center
}

#ft h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

#ft_wr {
  max-width: 1240px;
  margin: 0;
  padding: 40px 0;
  position: relative;
  display: inline-block;
  text-align: left
}

#ft_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#ft_wr .ft_cnt {
  width: 25%;
  float: left;
  padding: 0 20px
}

#ft_link {
  text-align: left
}

#ft_link a {
  display: block;
  color: #fff;
  line-height: 2em;
  font-weight: bold
}

#ft_company h2 {
  font-size: 1.2em;
  margin-bottom: 20px
}

#ft_company {
  font-weight: normal;
  color: #e3e3e3;
  line-height: 2em
}

#ft_catch {
  margin: 20px 0 10px
}

#ft_copy {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  color: #5b5b5b;
  font-size: 0.92em;
  border-top: 1px solid #383838
}

#top_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #333;
  color: #333;
  text-align: center;
  font-size: 15px;
  z-index: 90;
  background: rgba(255, 255, 255, 0.5)
}

#top_btn:hover {
  border-color: #004E98;
  background: #004E98;
  color: #fff
}

/* 게시물 선택복사 선택이동 */
#copymove {}

#copymove .win_desc {
  text-align: center;
  display: block
}

#copymove .tbl_wrap {
  margin: 20px
}

#copymove .win_btn {
  padding: 0 20px 20px
}

.copymove_current {
  float: right;
  background: #ff3061;
  padding: 5px;
  color: #fff;
  border-radius: 3px
}

.copymove_currentbg {
  background: #f4f4f4
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

.msg_sound_only,
.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important
}

/* 본문 바로가기 */
#skip_to_container a {
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

#skip_to_container a:focus,
#skip_to_container a:active {
  width: 100%;
  height: 75px;
  background: #21272e;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 3.3em
}

/* ie6 이미지 너비 지정 */
.img_fix {
  width: 100%;
  height: auto
}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {
  display: inline-block;
  position: relative
}

#captcha legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden
}

#captcha #captcha_img {
  height: 40px;
  border: 1px solid #898989;
  vertical-align: top;
  padding: 0;
  margin: 0
}

#captcha #captcha_mp3 {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url('../../../img/captcha2.png') no-repeat;
  text-indent: -999px;
  border-radius: 3px
}

#captcha #captcha_reload {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url('../../../img/captcha2.png') no-repeat 0 -40px;
  text-indent: -999px;
  border-radius: 3px
}

#captcha #captcha_key {
  margin: 0 0 0 3px;
  padding: 0 5px;
  width: 90px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  vertical-align: top
}

#captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.14px
}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {
  display: block;
  margin: 0 0 5px;
  width: 187px
}

#captcha.m_captcha #captcha_img {
  width: 160px;
  height: 60px;
  border: 1px solid #e9e9e9;
  margin-bottom: 3px;
  margin-top: 5px;
  display: block
}

#captcha.m_captcha #captcha_reload {
  position: static;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url('../../../img/captcha2.png') no-repeat 0 -40px;
  text-indent: -999px
}

#captcha.m_captcha #captcha_reload span {
  display: none
}

#captcha.m_captcha #captcha_key {
  margin: 0;
  padding: 0 5px;
  width: 115px;
  height: 29px;
  border: 1px solid #b8c9c2;
  background: #f7f7f7;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  margin-left: 3px
}

#captcha.m_captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.14px
}

#captcha.m_captcha #captcha_mp3 {
  width: 31px;
  height: 31px;
  background: url('../../../img/captcha2.png') no-repeat 0 0;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
  text-indent: -9999px;
  border: none
}

/* ckeditor 단축키 */
.cke_sc {
  margin: 0 0 5px;
  text-align: right
}

.btn_cke_sc {
  display: inline-block;
  padding: 0 10px;
  height: 23px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
  line-height: 1.9em;
  vertical-align: middle;
  cursor: pointer
}

.cke_sc_def {
  margin: 0 0 5px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  text-align: center
}

.cke_sc_def dl {
  margin: 0 0 5px;
  text-align: left;
  zoom: 1
}

.cke_sc_def dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

.cke_sc_def dt,
.cke_sc_def dd {
  float: left;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #e9e9e9
}

.cke_sc_def dt {
  width: 20%;
  font-weight: bold
}

.cke_sc_def dd {
  width: 30%
}

/* ckeditor 태그 기본값 */
#bo_v_con ul {
  display: block;
  list-style-type: disc;
  margin-top: 14px;
  margin-bottom: 14px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px
}

#bo_v_con ol {
  display: block;
  list-style-type: decimal;
  margin-top: 14px;
  margin-bottom: 14px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px
}

#bo_v_con li {
  display: list-item
}

/* 버튼 */
a.btn,
.btn {
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
  text-align: center;
  font-weight: bold;
  border: 0;
  font-size: 1.4em;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out
}

a.btn01 {
  display: inline-block;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
  vertical-align: middle
}

a.btn01:focus,
a.btn01:hover {
  text-decoration: none
}

button.btn01 {
  display: inline-block;
  margin: 0;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none
}

a.btn02 {
  display: inline-block;
  padding: 7px;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none;
  vertical-align: middle
}

a.btn02:focus,
.btn02:hover {
  text-decoration: none
}

button.btn02 {
  display: inline-block;
  margin: 0;
  padding: 7px;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none
}

.btn_confirm {
  text-align: right
}

/* 서식단계 진행 */

.btn_submit {
  border: 0;
  background: #004E98;
  color: #fff;
  cursor: pointer;
  border-radius: 3px
}

.btn_submit:hover {
  background: #2375eb
}

.btn_close {
  border: 1px solid #dcdcdc;
  cursor: pointer;
  border-radius: 3px;
  background: #fff
}

a.btn_close {
  text-align: center;
  line-height: 50px
}

a.btn_cancel {
  display: inline-block;
  background: #969696;
  color: #fff;
  text-decoration: none;
  vertical-align: middle
}

button.btn_cancel {
  display: inline-block;
  background: #969696;
  color: #fff;
  text-decoration: none;
  vertical-align: middle
}

.btn_cancel:hover {
  background: #aaa
}

a.btn_frmline,
button.btn_frmline {
  display: inline-block;
  width: 128px;
  padding: 0 5px;
  height: 40px;
  border: 0;
  background: #434a54;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  vertical-align: top
}

/* 우편번호검색버튼 등 */
a.btn_frmline {}

button.btn_frmline {
  font-size: 14px
}

/* 게시판용 버튼 */
a.btn_b01,
.btn_b01 {
  display: inline-block;
  color: #bababa;
  text-decoration: none;
  vertical-align: middle;
  border: 0;
  background: transparent
}

.btn_b01:hover,
.btn_b01:hover {
  color: #000
}

a.btn_b02,
.btn_b02 {
  display: inline-block;
  background: #253dbe;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  border: 0;
  vertical-align: middle
}

a.btn_b02:hover,
.btn_b02:hover {
  background: #0025eb
}

a.btn_b03,
.btn_b03 {
  display: inline-block;
  background: #fff;
  border: 1px solid #b9bdd3;
  color: #646982;
  text-decoration: none;
  vertical-align: middle
}

a.btn_b03:hover,
.btn_b03:hover {
  background: #ebedf6
}

a.btn_b04,
.btn_b04 {
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  color: #707070;
  text-decoration: none;
  vertical-align: middle
}

a.btn_b04:hover,
.btn_b04:hover {
  color: #333;
  background: #f9f9f9
}

a.btn_admin,
.btn_admin {
  display: inline-block;
  color: #d13f4a;
  text-decoration: none;
  vertical-align: middle
}

/* 관리자 전용 버튼 */
.btn_admin:hover,
a.btn_admin:hover {
  color: #ff3746
}


/* 기본테이블 */
.tbl_wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 5px;
  background: #fff;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec
}

.tbl_wrap caption {
  padding: 10px 0;
  font-weight: bold;
  text-align: left
}

.tbl_head01 {
  margin: 0 0 10px
}

.tbl_head01 caption {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

.tbl_head01 thead th {
  padding: 20px 0;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #ececec;
  height: 40px
}

.tbl_head01 thead th input {
  vertical-align: top
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th,
.tbl_head01 tfoot td {
  padding: 10px 0;
  border-top: 1px solid #c1d1d5;
  border-bottom: 1px solid #c1d1d5;
  background: #d7e0e2;
  text-align: center
}

.tbl_head01 tbody th {
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8
}

.tbl_head01 td {
  color: #666;
  padding: 10px 5px;
  border-top: 1px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1;
  line-height: 1.4em;
  height: 60px;
  word-break: break-all
}

.tbl_head01 tbody tr:hover td {
  background: #fafafa
}

.tbl_head01 a:hover {
  text-decoration: underline
}

.tbl_head02 {
  margin: 0 0 10px
}

.tbl_head02 caption {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

.tbl_head02 thead th {
  padding: 5px 0;
  border-top: 1px solid #d1dee2;
  border-bottom: 1px solid #d1dee2;
  background: #e5ecef;
  color: #383838;
  font-size: 0.95em;
  text-align: center;
  letter-spacing: -0.14px
}

.tbl_head02 thead a {
  color: #383838
}

.tbl_head02 thead th input {
  vertical-align: top
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th,
.tbl_head02 tfoot td {
  padding: 10px 0;
  border-top: 1px solid #c1d1d5;
  border-bottom: 1px solid #c1d1d5;
  background: #d7e0e2;
  text-align: center
}

.tbl_head02 tbody th {
  padding: 5px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #fff
}

.tbl_head02 td {
  padding: 5px 3px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
  line-height: 1.4em;
  word-break: break-all
}

.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {
  margin: 0 0 20px
}

.tbl_frm01 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0
}

.tbl_frm01 th {
  width: 70px;
  padding: 7px 13px;
  border: 1px solid #e9e9e9;
  border-left: 0;
  background: #f5f8f9;
  text-align: left
}

.tbl_frm01 td {
  padding: 7px 10px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: transparent
}

.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input {
  border: 1px solid #d0d3db;
  background: #fff;
  color: #000;
  vertical-align: middle;
  border-radius: 3px;
  padding: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.tbl_frm01 textarea {
  padding: 2px 2px 3px
}

.frm_input {
  height: 40px
}

.full_input {
  width: 100%
}

.half_input {
  width: 49.5%
}

.twopart_input {
  width: 385px;
  margin-right: 10px
}

.tbl_frm01 textarea,
.write_div textarea {
  width: 100%;
  height: 100px
}

.tbl_frm01 a {
  text-decoration: none
}

.tbl_frm01 .frm_file {
  display: block;
  margin-bottom: 5px
}

.tbl_frm01 .frm_info {
  display: block;
  padding: 0 0 5px;
  line-height: 1.4em
}

/*기본 리스트*/
.list_01 ul {
  border-top: 1px solid #ececec
}

.list_01 li {
  border-bottom: 1px solid #ececec;
  background: #fff;
  padding: 10px 15px;
  list-style: none;
  position: relative
}

.list_01 li:nth-child(odd) {
  background: #f6f6f6
}

.list_01 li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

.list_01 li:hover {
  background: #f9f9f9
}

.list_01 li.empty_li {
  text-align: center;
  padding: 20px 0;
  color: #666
}

/*폼 리스트*/
.form_01 h2 {
  font-size: 1.167em
}

.form_01 li {
  margin-bottom: 10px
}

.form_01 ul:after,
.form_01 li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

.form_01 .left_input {
  float: left
}

.form_01 .margin_input {
  margin-right: 1%
}

.form_01 textarea {
  height: 100px;
  width: 100%
}

.form_01 .frm_label {
  display: inline-block;
  width: 130px
}

/* 자료 없는 목록 */
.empty_table {
  padding: 50px 0 !important;
  text-align: center
}

.empty_list {
  padding: 20px 0 !important;
  color: #666;
  text-align: center
}

/* 필수입력 */
.required,
textarea.required {
  background-image: url('../img/require.png') !important;
  background-repeat: no-repeat !important;
  background-position: right top !important
}

/* 테이블 항목별 정의 */
.td_board {
  width: 80px;
  text-align: center
}

.td_category {
  width: 80px;
  text-align: center
}

.td_chk {
  width: 30px;
  text-align: center
}

.td_date {
  width: 60px;
  text-align: center
}

.td_datetime {
  width: 110px;
  text-align: center
}

.td_group {
  width: 80px;
  text-align: center
}

.td_mb_id {
  width: 100px;
  text-align: center
}

.td_mng {
  width: 80px;
  text-align: center
}

.td_name {
  width: 100px;
  text-align: left
}

.td_nick {
  width: 100px;
  text-align: center
}

.td_num {
  width: 50px;
  text-align: center
}

.td_numbig {
  width: 80px;
  text-align: center
}

.td_stat {
  width: 60px;
  text-align: center
}

.txt_active {
  color: #5d910b
}

.txt_done {
  color: #e8180c
}

.txt_expired {
  color: #ccc
}

.txt_rdy {
  color: #8abc2a
}

/* 새창 기본 스타일 */
.new_win {
  position: relative
}

.new_win .tbl_wrap {
  margin: 0 20px
}

.new_win #win_title {
  font-size: 1.3em;
  height: 50px;
  line-height: 30px;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, .1)
}

.new_win #win_title .sv {
  font-size: 14px;
  line-height: 1.2em
}

.new_win .win_ul {
  margin-bottom: 15px;
  padding: 0 20px
}

.new_win .win_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

.new_win .win_ul li {
  float: left;
  background: #fff;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #d6e9ff;
  border-radius: 30px;
  margin-left: 5px
}

.new_win .win_ul li:first-child {
  margin-left: 0
}

.new_win .win_ul li a {
  display: block;
  padding: 8px 0;
  color: #6794d3
}

.new_win .win_ul .selected {
  background: #004E98;
  border-color: #004E98;
  position: relative;
  z-index: 5
}

.new_win .win_ul .selected a {
  color: #fff;
  font-weight: bold
}

.new_win .win_desc {
  position: relative;
  margin: 10px;
  border-radius: 5px;
  font-size: 14px;
  background: #f2838f;
  color: #fff;
  line-height: 50px;
  text-align: left;
  padding: 0 20px
}

.new_win .win_desc i {
  font-size: 1.2em;
  vertical-align: baseline
}

.new_win .win_desc:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 50px;
  background: #da4453;
  border-radius: 3px 0 0 3px
}

.new_win .frm_info {
  font-size: 0.92em;
  color: #919191
}

.new_win .win_total {
  float: right;
  display: inline-block;
  line-height: 30px;
  font-weight: normal;
  font-size: 14px;
  color: #004E98;
  background: #f6f6f6;
  padding: 0 10px;
  border-radius: 5px
}

.new_win .new_win_con {
  margin: 20px 0;
  padding: 20px
}

.new_win .new_win_con:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

.new_win .new_win_con2 {
  margin: 20px 0
}

.new_win .btn_confirm:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

.new_win .win_btn {
  text-align: center
}

.new_win .cert_btn {
  margin-bottom: 30px;
  text-align: center
}

.new_win .btn_close {
  padding: 0 20px;
  height: 45px;
  overflow: hidden;
  cursor: pointer
}

.new_win .btn_submit {
  padding: 0 20px;
  height: 45px;
  font-weight: bold;
  font-size: 1.083em
}

/* 검색결과 색상 */
.sch_word {
  color: #fff;
  background: #ff005a;
  padding: 2px 5px 3px;
  line-height: 18px;
  margin: 0 2px
}

/* 자바스크립트 alert 대안 */
#validation_check {
  margin: 100px auto;
  width: 500px
}

#validation_check h1 {
  margin-bottom: 20px;
  font-size: 1.3em
}

#validation_check p {
  margin-bottom: 20px;
  padding: 30px 20px;
  border: 1px solid #e9e9e9;
  background: #fff
}

/* 사이드뷰 */
.sv_wrap {
  position: relative;
  font-weight: normal
}

.sv_wrap .sv {
  z-index: 1000;
  display: none;
  margin: 5px 0 0;
  font-size: 0.92em;
  background: #333;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2)
}

.sv_wrap .sv:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #333 transparent
}

.sv_wrap .sv a {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  line-height: 30px;
  width: 100px;
  font-weight: normal;
  color: #bbb
}

.sv_wrap .sv a:hover {
  background: #000;
  color: #fff
}

.sv_member {
  color: #333
}

.sv_on {
  display: block !important;
  position: absolute;
  top: 23px;
  left: 0px;
  width: auto;
  height: auto
}

.sv_nojs .sv {
  display: block
}

/* 페이징 */
.pg_wrap {
  clear: both;
  float: left;
  display: inline-block
}

.pg_wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

.pg {
  text-align: center
}

.pg_page,
.pg_current {
  display: inline-block;
  vertical-align: middle;
  background: #eee;
  border: 1px solid #eee
}

.pg a:focus,
.pg a:hover {
  text-decoration: none
}

.pg_page {
  color: #959595;
  font-size: 1.083em;
  height: 30px;
  line-height: 28px;
  padding: 0 5px;
  min-width: 30px;
  text-decoration: none;
  border-radius: 3px
}

.pg_page:hover {
  background-color: #fafafa
}

.pg_start {
  text-indent: -999px;
  overflow: hidden;
  background: url('../img/btn_first.gif') no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee
}

.pg_prev {
  text-indent: -999px;
  overflow: hidden;
  background: url('../img/btn_prev.gif') no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee
}

.pg_end {
  text-indent: -999px;
  overflow: hidden;
  background: url('../img/btn_end.gif') no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee
}

.pg_next {
  text-indent: -999px;
  overflow: hidden;
  background: url('../img/btn_next.gif') no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee
}

.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
  background-color: #fafafa
}

.pg_current {
  display: inline-block;
  background: #004E98;
  border: 1px solid #004E98;
  color: #fff;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  min-width: 30px;
  border-radius: 3px;
}

/* cheditor 이슈 */
.cheditor-popup-window *,
.cheditor-popup-window :after,
.cheditor-popup-window :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Mobile화면으로 */
#device_change {
  display: block;
  margin: 0.3em;
  padding: 0.5em 0;
  border: 1px solid #eee;
  border-radius: 2em;
  background: #fff;
  color: #000;
  font-size: 2em;
  text-decoration: none;
  text-align: center
}


/*2025-07-04-kdh*/

/*공통 시작{*/
* {
  /* transition: all 0.3s ease; */
  word-break: keep-all;
}

button {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
}

.dis_none {
  display: none !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#hd,
#wrapper,
#ft {
  min-width: unset;
}

#hd_pop,
#hd_wrapper,
#tnb .inner,
#gnb .gnb_wrap,
#container_wr,
#ft_wr,
#ft_copy,
#container {
  width: 100%;
}

#container {
  margin: 0;
}

.mo {
  display: none;
}

.lay_out1 {
  width: 100%;
  max-width: 1820px;
  padding: 0 20px;
  margin: 0 auto;
}

.lay_out2 {
  width: 100%;
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
}

#hd_wrapper:after,
#gnb ul:after {
  display: none;
}

.color1 {
  color: #004E98;
}


.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input {
  border-radius: 5px;
  box-shadow: unset;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  box-shadow: unset;
}


/*공통 끝}*/

/*헤드 시작{*/
#hd {
  z-index: 1000;

}

#gnb {
  background: unset;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 100;
}

.gnb_1da {
  color: #fff;
}

#logo {
  float: unset;
  padding: 0;
}

.hd_login {
  position: static;
}

#hd {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.logo {
  display: none;
}

#logo img {
  max-width: 170px;
}

#hd_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.gnb_1da,
.user_wr,
.lang_box {
  font-size: 20px;
  font-weight: 600;
  height: 100%;
}

#gnb #gnb_1dul {
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  height: 100%;
}


.user_wr,
.lang_box {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  color: #fff;
}

.hd_login li {
  border: 0;
  padding: 0;
  margin: 0;
}

.gnb_1da,
.gnb_1dli.gnb_al_li_plus .gnb_1da {
  padding: 0;
}

.lang_box li a {
  color: rgba(255, 255, 255, 0.3);
}

.lang_box li.active a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.gnb_wrap,
.gnb_1da {
  height: 100%;
  display: flex;
  align-items: center;

}

#hd.over .gnb_2dul,
.gnb_1dli_over .gnb_2dul {
  padding: 0;
  padding-top: 20px;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);

}

#gnb .gnb_1dli {
  line-height: unset;
  height: 100%;
}

#hd::after {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 350px;
  background: rgb(255 255 255 / 0.9);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.gnb_2dul {
  z-index: 20;
  min-width: 180px;
}

.gnb_2da {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.gnb_2dul .gnb_2dul_box,
.gnb_2da {
  border: 0;
  background: transparent;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

a.gnb_2da:hover {
  background: transparent;
}

.gnb_mnal img {
  max-width: 20px;
  margin-left: 10px;
}

#gnb_all {
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  display: block;
  transform: translateX(100%);
  transition: 0.6s all;
  border: 0;
  width: 60%;
  height: 100vh;
  overflow-y: auto;
}

#gnb_all_bg {
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: 0.3s all;
}

.gnb_al_ul {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
}



#gnb_all .gnb_al_li {
  width: 100%;
  border-bottom: 1px solid #3371AD;
}

.gnb_t {
  height: 70px;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0 20px;
  position: absolute;
  right: 0;
  z-index: 10;
}

#gnb_all .gnb_al_li .gnb_al_a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  margin: 0;

}

#gnb_all .gnb_al_li li a {
  font-size: 16px;
}

#gnb_all.active,
#gnb_all_bg.active {
  visibility: visible;
  opacity: 1;
  transform: translateX(00%);
}

#hd.over,
#hd.scroll {
  background: #fff;
  border-bottom: 1px solid #ddd;
  transition: unset;
}

#hd.over:after {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

#hd.over .logo_w,
#hd.scroll .logo_w {
  display: none;
}

#hd.over .logo,
#hd.scroll .logo {
  display: block;

}

#hd.over .gnb_1da,
#hd.scroll .gnb_1da {
  color: #222;
}

#hd.over .hd_login a,
#hd.over .lang_box a,
#hd.scroll .hd_login a,
#hd.scroll .lang_box a {
  color: #222;
}

#hd.over .lang_box li.active a,
#hd.scroll .lang_box li.active a {
  color: #222;
  border-bottom: 1px solid #222;
}

#hd.over .lang_box li a,
#hd.scroll .lang_box li a {
  color: rgba(0, 0, 0, 0.3);
}

#hd.over .gnb_2dul {
  display: block;
}

#hd.over .gnb_2dul_bg {
  opacity: 1;
  visibility: visible;
}


.hd_login {
  display: flex;
  gap: 10px;
  align-items: center;
}

.hd_login_m {
  font-size: 16px;
  color: #555;
  padding: 10px 20px;
}

.hd_login_m li {
  line-height: 28px;
}

#gnb_all .gnb_al_li {
  min-height: 0;
  padding: 10px 20px;
}

#gnb_all .gnb_al_li li a:hover,
.hd_login_m a:hover {
  color: #004E98;
}

#wrapper {
  padding-top: 100px;
}

#hd.inpage {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

#hd.inpage .logo {
  display: block;
}

#hd.inpage .logo_w {
  display: none;
}

#hd.inpage .gnb_1da,
#hd.inpage .hd_login a {
  color: #222;
}

#hd.inpage .lang_box li a {
  color: rgba(0, 0, 0, 0.3);
}

#hd.inpage .lang_box li:first-child a {
  color: #222;
  border-bottom: 1px solid #000;
}

#container_title {
  position: relative;
  height: 300px;
  background-image: url(../img/sub_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

#container_title span {
  font-size: clamp(28px, 3vw, 40px) !important;
  margin: 0;
}


/* 화살표 after */
.gnb_al_a::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #3371AD;
  transition: transform 0.3s ease-in-out;
}


.gnb_al_li.active>.gnb_al_a::after {
  transform: rotate(180deg);
}

.gnb_al_li.active>.gnb_al_a::after {
  transform: rotate(180deg);
}

.gnb_sub {
  display: none;
  z-index: 10;
}

.gnb_al_li.active>.gnb_sub {
  display: block;
}

.gnb_al_li.active .gnb_al_a {
  padding-bottom: 10px;
}

.breadcrumb .home_btn {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.breadcrumb .home_btn a {
  display: block;
  min-width: 30px;
  min-height: 30px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.breadcrumb {
  position: relative;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.breadcrumb .home_btn img {
  max-width: 20px;
  position: relative;
  top: -2px;
  left: -1px;
}

.f_menu,
.s_menu {
  position: relative;
}

.f_menu>a,
.s_menu>a {
  display: block;
  cursor: pointer;
  font-size: 20px;
  min-width: 230px;
  color: #fff;
}

.f_menu>a:after,
.s_menu>a:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  top: calc(50% - 3px);
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  border-radius: 2px;
  transition: all 0.4s;
}

.f_menu.on>a:after,
.s_menu.on>a:after {
  transform: translateY(-50%) rotate(45deg) scale(-1, -1);
  top: calc(50% + 3px);
}

.f_menu-list,
.s_menu-list {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 18px 0;
  background: #fff;
  transition: all 0.4s;
  z-index: 100;
  display: none;
}

.f_menu.on .f_menu-list,
.s_menu.on .s_menu-list {
  display: block;
  z-index: 10000;
}

.f_menu-list li a,
.s_menu-list li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #222;
  font-size: 18px;
  white-space: nowrap;
  font-weight: 600;
}

.f_menu-list li a.active,
.s_menu-list li a.active,
.s_menu-list li ul a.active {
  color: #004E98
}

.s_menu-list li ul a {
  font-size: 16px;
  font-weight: 400;
}

/*헤드 끝{*/

/*헤드 반응형 시작{*/
@media screen and (max-width: 1440px) {
  #gnb #gnb_1dul {
    gap: 30px;
  }

  .gnb_1da,
  .user_wr,
  .lang_box {
    font-size: 16px;
  }

  .gnb_2dul {
    z-index: 20;
    min-width: 0px;
  }
}

@media screen and (max-width: 1024px) {

  .gnb_1da,
  .user_wr,
  .lang_box,
  .gnb_2da {
    font-size: 14px;
  }

  #logo img {
    max-width: 120px;
  }

  .user_wr,
  .lang_box {
    gap: 10px;
  }

  #gnb #gnb_1dul {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    width: 100%;
    padding: 0 20px;
  }

  .f_menu {
    display: none;
  }

  .s_menu {
    width: 100%;
  }

  #hd_wrapper {
    height: 70px;
  }

  #gnb #gnb_1dul,
  #hd::after,
  .hd_login {
    display: none;
  }

  .mo {
    display: block;
  }

  .gnb_1da,
  .user_wr,
  .lang_box,
  .gnb_2da {
    font-size: 16px;
  }

  #wrapper {
    padding-top: 70px;
  }

  #container_title {
    height: 200px;
  }

  .pc {
    display: none;
  }
}

@media screen and (max-width: 480px) {

  #logo img {
    max-width: 100px;
  }
}

/*헤드 반응형 끝}*/


/*비주얼 시작 {*/
.visual_wr {
  margin-top: -100px;
}

.visual_swiper .swiper-slide {
  border-radius: 0 0 50px 50px;
  overflow: hidden;
}

.visual_swiper img {
  filter: brightness(0.4);
}

.visual_swiper .sw_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1640px;
  padding: 0 20px;
  z-index: 10;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 5px;
  word-break: keep-all;
}

.visual_swiper .sw_txt h1 {
  font-size: clamp(32px, 5vw, 54px) !important;
}

.visual_swiper .sw_txt span {
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 600;
  line-height: 1.5;
}

.visual_swiper .sw_txt h1 {
  padding-bottom: 35px;
}


.visual_swiper .swiper-pagination {
  bottom: 50px !important;
  z-index: 20;
}

.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background: #fff !important;
  transition: 0.3s all;
  margin: 0 15px !important;
  opacity: 0.6 !important;
}

.swiper-pagination-bullet-active {
  width: 60px !important;
  height: 15px !important;
  border-radius: 15px !important;
  background: #fff !important;
  opacity: 1 !important;
}

/*비주얼 끝}*/

/*비주얼 반응형 시작{*/

@media screen and (max-width: 1440px) {
  .visual_swiper img {
    height: 600px;
  }
}


@media screen and (max-width: 768px) {
  .visual_swiper img {
    height: 500px;
  }

  .visual_swiper .swiper-slide {
    border-radius: 0 0 30px 30px;
    overflow: hidden;
  }

  .swiper-pagination-bullet {
    margin: 0 5px !important;
  }

  .visual_wr {
    margin-top: -70px;
  }
}

/*비주얼 반응형 끝}*/

/*비주얼 퀵메뉴 시작{*/

.q_menu_wr {
  background: #3371AD;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 90px 0 45px;
  margin-top: -45px;
}

.q_menu_wr ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  transition: unset;
  white-space: nowrap;
}

.img_w {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.q_menu_wr ul li:hover img {
  background: #004E98;
  transition: unset
}

.q_menu_wr ul li:hover .img {
  display: none;
}

.q_menu_wr ul li:hover .img_w {
  opacity: 1;
  visibility: visible;
  position: static;
}

.q_menu_wr ul li a {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.q_menu_wr ul li a img {
  max-width: 100px;
  background: #fff;
  border-radius: 50%;
  padding: 12.5px;
  border: 1px solid #004E98;
}

/*비주얼 퀵메뉴 끝}*/

/*비주얼 퀵메뉴 반응형 시작{*/
@media screen and (max-width: 768px) {
  .q_menu_wr {
    padding: 60px 0 30px;
    margin-top: -30px;
  }

  .q_menu_wr ul {
    max-width: 450px;
    font-size: 16px;
    justify-content: center;

  }

  .q_menu_wr ul li a img {
    max-width: 75px;
  }

  .q_menu_wr ul li {
    min-width: 85px;
  }

  .q_menu_wr ul {
    align-items: start;
  }

}

@media screen and (max-width: 480px) {
  .q_menu_wr ul {
    font-size: 13px;
    padding: 00px;
    gap: 0;
  }

  .q_menu_wr ul li {
    min-width: 70px;
  }

  .q_menu_wr ul li a img {
    max-width: 50px;
    padding: 5px;
  }
}

/*비주얼 퀵메뉴 반응형 끝}*/

/*제품소개 시작{*/
.prod_wr {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  margin-left: auto;
}

.sec {
  padding-top: 8% !important;
  position: relative;
}

.prod_wr .swiper-wrapper {
  padding-bottom: 50px;
}


.prod_swiper .swiper-slide {
  display: flex;
  justify-content: start;

  overflow: hidden;
  border-radius: 25px;
  border: 1px solid #ddd;
}

.bg1 {
  background: #DBE6EF;
}

.bg2 {
  background: #efe9db;
}

.bg3 {
  background: #dbefe5
}

.bg4 {
  background: #dedbef
}

.bg5 {
  background: #dbefef
}

.bg6 {
  background: #e4efdb
}


.prod_swiper .swiper-slide img {
  height: auto;
  width: 50%;
}

.prod_swiper .swiper-pagination {
  position: static !important;
}

.prod_swiper .swiper-pagination .swiper-pagination-bullet {
  background: #000 !important;
}

.prod_swiper .sw_txt {
  width: 50%;
  padding: 0 5%;
  z-index: 10;

  display: flex;
  flex-direction: column;
  justify-content: center;
  word-break: keep-all;

}

.prod_swiper .sw_txt h1 {
  padding-bottom: 7%;
  font-size: clamp(20px, 3.5vw, 45px);
}

.prod_swiper .sw_txt span {
  font-size: clamp(14px, 2vw, 18px);
  color: #444;
  line-height: 1.5;
}

.prod_swiper .swiper-slide {
  filter: brightness(0.7);
  transition: 0.3s all;
}

.prod_swiper .swiper-slide.swiper-slide-active {
  filter: brightness(1);
}

.prod_swiper .sw_txt a {
  font-size: 18px;
  font-weight: 700;
  padding-top: 60px;
  transition: 0.3s all;
}

.prod_swiper .sw_txt a:hover {
  color: #004E98;
}

.prod_swiper .swiper-pagination .swiper-pagination-bullet {
  background: #BCBCBC !important;
}

.prod_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #000 !important;
}



/*제품소개 끝{*/

/*제품소개 반응형 시작{*/
@media screen and (max-width: 1024px) {
  .prod_swiper .swiper-slide {
    flex-direction: column;
  }

  .prod_swiper .swiper-slide img,
  .prod_swiper .sw_txt {
    width: 100%;
  }

  .prod_swiper .sw_txt {
    padding: 5%;
  }

  .prod_swiper .sw_txt h1 {
    padding-bottom: 3%;
  }

  .prod_swiper {
    padding: 0 20px !important;
  }

  .prod_wr .swiper-wrapper {
    padding-bottom: 30px;
  }

  .prod_swiper .swiper-slide img {
    aspect-ratio: 1/0.5;
  }
}

@media screen and (max-width: 768px) {
  .prod_swiper .sw_txt {
    padding: 20px;
  }

  .prod_swiper .sw_txt a {
    padding-top: 30px;
    width: fit-content;
  }

  .sec {
    padding-top: 80px !important;
  }
}

/*제품소개 반응형 끝}*/

/*회사소개 시작{*/
.com_wr {
  display: flex;
  flex-direction: column;
  transition: 0.3s all;
  padding: 0 20px;
}

.com_wr .txt_box {
  padding-top: 60px !important;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  align-items: center;
}

.com_wr h1 {
  font-size: clamp(24px, 3vw, 50px);
  text-align: center;
  line-height: 1.5;
}

.txt_l {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 30px;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 600;
}

.txt_l a:hover {
  color: #004E98;
}

.txt_l a {
  font-size: 18px;
  font-weight: 700;
}

.txt_c img {
  width: 100%;
  max-width: 480px;
  border-radius: 100px;
}

.txt_r {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 400;
  line-height: 1.5;
}

/*회사소개 끝}*/

/*회사소개 반응형 시작{*/
@media screen and (max-width: 1280px) {
  .com_wr .txt_box {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
    padding-top: 50px !important;
    padding: 0 70px;
  }

  .txt_r br {
    display: none;
  }

  .txt_c img {
    max-width: 300px;
    border-radius: 500px;
  }
}

@media screen and (max-width: 1024px) {
  .txt_c img {
    max-width: 100%
  }
}

@media screen and (max-width: 768px) {
  .txt_c img {
    max-width: 100%;
  }

  .com_wr .txt_box {
    padding: 0;
  }
}

/*회사소개 반응형 끝}*/

/*홍보영상 시작{*/
.video_wr.sec {
  margin-top: 150px;
}

.video_wr_bg {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/video_wr_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.video_wr_bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 45.48%);

}

.video_box {
  width: 100%;
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}

.video_box h1 {
  font-size: clamp(30px, 5vw, 50px);
  font-weight: 900;
}

.video_box a {
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
}

.video_box a:hover {
  color: #004E98;
}


.video_container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.video_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_item {
  width: 100%;
  max-width: 720px;
  border-radius: 25px;
  overflow: hidden;
}


@media screen and (max-width: 768px) {
  .video_box {
    flex-direction: column;
    align-items: start;
  }

  .video_item {
    max-width: 100%;
  }


}

/*홍보영상 끝}*/


/*테일 시작{*/
#ft_wr {
  max-width: fit-content;
  padding: 0;
}

#ft_wr .ft_cnt {
  width: 100%;
  padding: 0;
  float: unset;
}

.ft_wr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  padding: 37px 20px;
  flex-wrap: wrap;
  gap: 20px;
}

.ft_info {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
}

.ft_logo img {
  max-width: 170px;
}

#ft_copy {
  width: fit-content;
  border: 0;
  margin: 0;
  color: #999;
  padding: 0;
  font-size: 14px;

}

#top_btn {
  border-radius: 50%;
}

/*테일 끝}*/

/*테일 반응형 시작{*/

@media screen and (max-width: 1024px) {
  .ft_info {
    gap: 20px;
  }

  .ft_wr {
    gap: 30px;
  }
}

/*테일 반응형 끝}*/

/*로그인페이지 시작{*/
.mbskin img {
  max-width: 170px;
  padding-top: 30px;
}

.mb_log_cate h2 {
  width: 100% !important;
  font-size: 20px;
}

.mbskin .ment {
  font-size: 16px;
  font-weight: 600;
  padding-top: 20px;
}

.mbskin .mbskin_box {
  border-radius: 25px;
}

.mb_log_cate .join {
  border-radius: 0 25px 0 0;
}

.mb_log_cate h2 {
  border-radius: 25px 0 0 0;
}

.mb_log_cate {
  border-radius: 25px 25px 0 0;
}

#login_fs {
  padding: 20px !important;
}

/*로그인페이지 끝}*/

/*조직도 시작{*/
.ctt_admin,
#ctt {
  width: 100%;
  position: relative;
  max-width: 1480px;
  padding: 0 20px !important;
  margin: 0 auto !important;
}

#ctt_con {
  padding-bottom: 50px !important;
}

.ctt_admin {
  padding: 0 20px !important;
}

.con_wrap {
  padding-top: 50px !important;
}

#ctt.ctt_org {
  margin: 0 auto;
  text-align: center;
}

#ctt.ctt_org .con_top {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*조직도 끝}*/

/*사업장 소개 시작{*/

.root_daum_roughmap .cont .section.lst {
  display: none !important;
}

#ctt.ctt_map .con_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

#ctt.ctt_map .con_top,
#ctt.ctt_map .con_bot {
  flex: 1;
}

.root_daum_roughmap {
  width: 100% !important;
}

.root_daum_roughmap .wrap_map {
  height: 600px !important;
}

.root_daum_roughmap_landing {
  border-radius: 10px;
  border: 1px solid #ddd;
  overflow: hidden;
}

#ctt.ctt_map .txt h1 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
}

#ctt.ctt_map .txt span {
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 10px;
  display: block;
}

/*사업장 소개 끝}*/

/*사업장 소개 반응형 시작{*/
@media screen and (max-width: 767px) {
  #ctt.ctt_map .con_wrap {
    flex-direction: column;
    gap: 30px;
  }

  #ctt.ctt_map .txt h1 {
    font-size: 24px;
  }

  #ctt.ctt_map .con_top,
  #ctt.ctt_map .con_bot {
    width: 100%;
  }

  .root_daum_roughmap .wrap_map {
    height: 400px !important;
  }

}

/*사업장 소개 반응형 끝}*/

/*비전 시작{*/
#ctt.ctt_vision .txt h1 {
  font-size: 30px;
  color: #004E98;
  padding-bottom: 30px;
}

#ctt.ctt_vision .txt b {
  font-size: 22px;
  color: #004E98;
  font-weight: 800;
}

#ctt.ctt_vision .txt {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}

#ctt.ctt_vision img {
  padding-top: 50px;
}

/*비전 끝}*/

/*인사말 시작{*/

#ctt.ctt_greeting .con_wrap {
  display: flex;
  gap: 30px;
}

#ctt.ctt_greeting .txt h1 {
  font-size: 30px;
  color: #004E98;
  padding-bottom: 20px;
  border-bottom: 2px solid #004E98;
  margin-bottom: 20px;
  width: fit-content;
}

#ctt.ctt_greeting .txt b {
  font-size: 22px;
}

#ctt.ctt_greeting .txt {
  font-size: 18px;
  line-height: 1.5;
  padding: 30px 0;

}

#ctt.ctt_greeting .con_wrap img {
  width: 100%;
}


#ctt.ctt_greeting .con_wrap>div {
  flex: 1;
}

@media (max-width: 1280px) {
  .pc_1280 {
    display: none;
  }

  #ctt.ctt_greeting .txt {
    padding: 0;
  }
}

@media (max-width: 1024px) {
  #ctt.ctt_greeting .con_wrap {
    flex-direction: column;
    gap: 50px;
  }

}

/*인사말 끝}*/


/* 사업실적 시작{ */
.instant {
  text-align: center;
}

/* 사업실적 끝} */


/*회사연혁 시작{*/

#ctt.ctt_history {

  margin: 30px 0;
}

#ctt.ctt_history .img img {
  border: 1px solid #004E98;
  padding: 30px;
  border-radius: 30px;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 50px auto;
  padding: 40px 0;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: #d0d4da;
  transform: translateX(-50%);
}

.timeline_year_group {
  position: relative;
  width: 50%;
  padding: 10px 40px;
}

.timeline_year_group:nth-child(odd) {
  left: 0;
  text-align: right;
}

.timeline_year_group:nth-child(even) {
  left: 50%;
}

.timeline_year_group::after {
  content: '';
  position: absolute;
  top: 18px;
  width: 18px;
  height: 18px;
  background: #004e97;
  border-radius: 50%;
  z-index: 2;
}

.timeline_year_group:nth-child(odd)::after {
  right: -9px;
}

.timeline_year_group:nth-child(even)::after {
  left: -9px;
}

.timeline_year {
  font-size: 26px;
  font-weight: 600;
  color: #222;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}

.timeline_item {
  background: #ffffff;
  border-radius: 12px;
  padding: 15px 24px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline_item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.timeline_date {
  font-size: 20px;
  font-weight: 700;
  color: #004e97;
  margin-bottom: 6px;
}

.timeline_desc {
  font-size: 18px;
  color: #333;
  padding-bottom: 10px;
  line-height: 1.5;
}

.timeline_year_group:nth-child(odd) .timeline_year {
  text-align: right;
}

#ctt.ctt_history .dot {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #004e97;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

#ctt.ctt_history .dot.bot {
  top: unset;
  bottom: -50px;
}


/*회사연혁 끝}*/


/*회사연혁 반응형 시작{*/

@media (max-width: 768px) {
  .timeline::before {
    left: 12px;
  }

  .timeline_year_group {
    width: 100%;
    left: 0 !important;
    padding-left: 40px;
    padding-right: 20px;
    margin-bottom: 40px;
  }

  .timeline_year_group::after,
  .timeline_year_group:nth-child(even)::after {
    left: 3px;
  }

  .timeline_year {
    font-size: 22px;
    padding: 6px 16px;
  }

  #ctt.ctt_history .dot {
    left: 0;
    transform: translateX(-25%);
  }

  .timeline_year_group:nth-child(odd) .timeline_year {
    text-align: left;
  }

  .timeline_year_group:nth-child(odd) {
    text-align: left;
  }
}

/*회사연혁 반응형 끝}*/


/* 콜드슈터 시작 { */

.cate_wr {
  background-color: #f8f8f8;
}

.cate_wr ul {
  position: relative;
  display: flex;
  gap: 0px;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  width: 100%;
  font-size: 18px;
}


.cate_wr ul li a {
  display: inline-block;
  color: #333;
  display: block;
  padding: 20px 5px;
}

.cate_wr ul li {
  text-align: center;
}

.cate_wr ul li.active {
  border-bottom: 2px solid #004E97;
}

.cate_wr ul li.active a {
  color: #004E97;
}

.section_header {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}

.section_header h1 {
  font-size: clamp(28px, 3vw, 32px) !important;
  font-weight: 900;
  width: fit-content;
  color: #004E97;
  border-bottom: 2px solid #004E97;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.section_header h2 {
  font-size: clamp(18px, 3vw, 24px) !important;
  margin-bottom: 10px;
}

.section_header p {
  font-size: 18px;
  color: #666;
}

.prod_intro {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 80px;
  flex-direction: column;
}

.prod_intro .text_area {
  flex: 1;
  line-height: 1.8;
  font-size: 18px;
}

.prod_intro .img_area {
  flex: 1;
  min-height: 300px;
}

.prod_intro .img_area img {
  width: 100%;
  border-radius: 10px;
}


.cate_wr .tab_menu li {
  list-style: none;
  flex: 1;
  min-height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.tab_content {
  display: none;
}

.tab_content.active {
  display: block;
}


/* 콜드슈터 끝} */

/* lohc 시작{ */

.prod_intro .text_area h5 {
  font-size: 24px;
  font-weight: 700;
  color: #ED6D00;
}

@media (max-width: 1280px) {
  .ctt_energy .cate_wr .tab_menu {
    flex-wrap: wrap;
  }

  .ctt_energy .cate_wr .tab_menu li,
  .ctt_ai .cate_wr .tab_menu li {
    width: 25%;
    min-height: 110px;
  }


}

@media (max-width: 768px) {
  .ctt_energy .cate_wr .tab_menu {
    flex-wrap: wrap;
  }

  .ctt_energy .cate_wr .tab_menu li {
    width: 50%;
    min-height: 110px;
  }

  .ctt_ai .cate_wr .tab_menu li {
    width: 50%;
    min-height: unset;
  }

  .ctt_ai .cate_wr .tab_menu li:last-child {
    width: 100%;
  }

}

@media (max-width: 768px) {
  .cate_wr .tab_menu {
    flex-wrap: wrap;
  }

  .cate_wr .tab_menu li {
    width: 50%;
    flex: unset;
  }
}

@media (max-width: 400px) {

  .ctt_launch .cate_wr .tab_menu li,
  .ctt_robot_control .cate_wr .tab_menu li {
    min-height: 110px;
  }
}

/* lohc 끝} */


/* 비즈니스 게시판 시작 {*/

#bo_gall,
#bo_v,
#bo_w {
  position: relative;
  width: 100%;
  max-width: 1480px;
  padding: 50px 20px;
  margin: 0 auto;
}

#fboardlist {
  width: 100%;
  max-width: 1480px;
  padding: 50px 20px;
  margin: 0 auto !important;
}

.item_wr #fboardlist {
  padding: 0px;
}

#bo_cate a {
  border-radius: 0 !important;
}

#bo_cate a:focus,
#bo_cate a:hover,
#bo_cate a:active {
  background-color: transparent !important;
}

#bo_cate #bo_cate_on {
  background-color: transparent !important;
}

#bo_cate ul:after {
  display: none !important;
}

.basic_kdh .chk_box input[type="checkbox"]+label span {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.basic_kdh {
  font-size: 14px;
}

.bo_tit a {
  font-size: 16px !important;
  text-align: left;
}

.bo_cate_link,
#bo_v_title .bo_v_cate {
  background: #346E51 !important;
  color: #fff !important;
  font-size: 14px !important;
}

#bo_v_title .bo_v_cate {
  font-size: 18px !important;
  padding: 10px !important;
  width: fit-content;
}

#bo_v_title {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bo_v_tit {
  font-size: clamp(20px, 3vw, 28px) !important;
}

#bo_v_info strong {
  font-size: 18px;
}


#bo_v_con {
  margin: 50px 0 !important;
}

#bo_list tbody .even td,
#bo_list .td_name {
  text-align: center !important;
}

.w90 {
  width: 90px !important;
}

.td_subject {
  white-space: nowrap !important;
}

.bo_cate_link {
  float: unset !important;
  width: fit-content !important;
  display: block !important;
  margin-bottom: 10px !important;
}

#bo_list .bo_tit {
  display: flex !important;
  width: fit-content !important;
  max-width: calc(100vw - 330px) !important;
  padding-left: 0 !important;
}

.tbl_head01 td {
  padding: 10px !important;
}

#bo_w .bo_w_select select {
  font-size: 14px !important;
}

#bo_w .write_div {
  font-size: 14px !important;
}

#bo_v_info {
  margin: 0;
  border-bottom: 1px solid #f1f1f1;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#bo_v_info:after {
  display: none !important;
}

#bo_v_file li {
  font-size: 14px;
}


.bo_sch .sch_bar {
  padding: 0;
}

.pg_wrap {
  clear: both;
  float: left;
  display: inline-block;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
}

#bo_v_info .profile_info .profile_info_ct {
  display: flex !important;
  gap: 10px !important;
  padding: 10px 0 !important;
  flex-wrap: wrap;
}

#bo_v_info strong {
  margin: 0 !important;
}

.bo_v_com,
#bo_v_info .profile_info {
  margin: 10px 0 !important;
}

#bo_v_info {
  margin: 20px 0 !important;
}

#bo_v_top ul,
.btn_bo_user li {
  background: transparent !important
}

.more_opt li {
  background: #fff !important;
}

#bo_v_info strong i {
  font-size: 16px !important;
}

#bo_v_info strong i.fa-eye {
  position: relative;
  top: -1px;
}

#bo_v_file li:hover .bo_v_file_cnt {
  color: #222 !important;
}

@media screen and (max-width: 768px) {
  #bo_list .bo_tit {
    max-width: calc(100vw - 243px) !important;
  }

  #bo_v_info {
    flex-direction: column;
    align-items: start;
  }

  #bo_v_top {
    align-self: end;
  }

  .bo_v_com {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 480px) {
  #bo_cate ul {
    zoom: 1;
    display: flex !important;
    gap: 10px;
    padding: 10px;
    flex-wrap: wrap;
  }

  #bo_cate a {
    padding: 0 !important;
  }

}

/* 비즈니스 게시판 끝}*/

/* RND 실적 시작{ */

.table_wr {
  width: 100%;
  padding: 50px 0;
}

/* 기본 table 스타일 */
.table_container table {
  width: 100%;
  border-collapse: collapse;
}

.table_container th,
.table_container td {
  border: 1px solid #ddd;
  padding: 12px 8px;
  word-break: break-word;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.table_container th {
  background-color: #f0f0f0;
  font-weight: bold;
  text-align: center;
}

/* 스크롤 안내 문구 */
.scroll_notice {
  font-size: 14px;
  color: #555;
  margin-bottom: 4px;
  text-align: left;
}

.txt_nw {
  white-space: nowrap;
}

/* 반응형: 768px 이하 */
@media (max-width: 768px) {

  .table_container {
    overflow-x: auto;
  }

  .table_container table {
    min-width: 800px;
    /* 스크롤 가능하도록 최소 너비 지정 */
  }

}

/* RND 실적 끝} */

/* 지식재산권 시작{ */
.con_wrap .item_wr {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  /* 아이템 간격 */
}

.con_wrap .item_wr {
  text-align: center;
}

.con_wrap .item_wr .img {
  width: 100%;
  overflow: hidden;
}

.con_wrap .item_wr .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.con_wrap .item_wr span {
  width: 100%;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
}

@media (max-width: 1024px) {
  .con_wrap .item_wr {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .con_wrap .item_wr {
    grid-template-columns: repeat(2, 1fr);
  }

  .con_wrap .item_wr span {
    font-size: 16px;
  }
}

/* 지식재산권 끝} */

/* 수상 시작{ */

.con_wrap .item_wr.award {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  /* 아이템 간격 */
}


@media (max-width: 768px) {
  .con_wrap .item_wr.award {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 수상 끝} */

/* 사업제휴 문의 시작{ */
#bo_w #wr_password,
#bo_w #wr_homepage,
#bo_w .bo_w_info .frm_input {
  margin: 0 !important;
}


.privacy_wr {
  font-size: 18px;
}

.privacy_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 16px;
}

.privacy_table thead th {
  background: #f7f7f7;
  font-weight: 700;
  text-align: center;
  padding: 12px;
  border: 1px solid #ddd;
}

.privacy_table tbody td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: center;
}

.privacy_table tbody td.text_left {
  text-align: left;
}

.privacy_table tr.gap_row td {
  height: 10px;
  background: #fff;
  border: none;
}

.privacy_wr>div label {
  font-size: 16px !important;
}

.w100p {
  width: 100px !important;
  white-space: nowrap;
}

#bo_v.inquiry #bo_v_atc div {
  font-size: 18px;
  margin-bottom: 10px;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

#bo_v_file li:hover i {
  color: #3a8afd !important;
}

#bo_v_file a:focus,
#bo_v_file li:hover a,
#bo_v_file a:active {
  text-decoration: underline;
  color: #3a8afd !important;
}

#bo_w.kdh2 .write_wr {
  margin-bottom: 10px;
}

#bo_w.kdh2 .write_wr input {
  width: 100% !important;
  margin: 0 0 10px 0 !important;
}


/* 사업제휴 문의 끝} */

/* 갤러리 게시판 시작{ */
#bo_list_total {
  font-size: 14px !important;
}

#bo_gall .gall_img img {
  width: 100% !important;
}

#bo_gall.perform .gall_img img {
  border-radius: 0 !important;
}

#bo_gall .gall_box {
  border: 1px solid #f3f3f3;
}


#bo_gall.perform .gall_img {
  border-radius: 10px 10px 0 0 !important;
}


#bo_gall.perform .gall_text_href a {
  text-align: left !important;
}

#bo_gall .gall_text_href {
  padding: 10px 20px !important;
  margin: 0 !important;
}

#bo_gall .gall_info {
  display: flex !important;
  padding: 5px 10px 5px 10px;
  text-align: right !important;
  margin: 0 !important;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
}

.gall_date,
.gall_view {
  margin: 0 !important;
}

#bo_gall.perform {
  padding: 0;
}

#bo_gall .gall_box {
  border-radius: 10px !important;
}

@media screen and (max-width: 1024px) {
  .gall_row .col-gn-4 {
    width: 50% !important;
  }
}

@media screen and (max-width: 768px) {
  #bo_gall .gall_text_href {
    padding: 10px !important;
  }

  #bo_gall .gall_info {
    padding: 5px 10px 5px 10px !important;
  }

  #bo_gall .gall_box {
    margin-bottom: 30px !important;
  }
}

/* 갤러리 게시판 끝} */

/* 동영상 게시판 시작 {*/
/* 유튜브 영상 컨테이너 */
.bo_v_youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 비율 유지 */
  height: 0;
  overflow: hidden;
}

/* iframe을 컨테이너에 맞게 꽉 채움 */
.bo_v_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bo_v_nb {
  font-size: 16px !important;
}

.bo_v_nb li .nb_tit {
  text-align: center !important;
}

.bo_v_nb a {
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bo_v_nb li {
  border-top: 1px solid #f1f1f1;
  padding: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bo_v_nb li .nb_date {
  margin-left: auto;
}

.bo_v_nb li .nb_tit {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
  color: #b3b3b3;
}

/* 동영상 게시판 끝} */

/* 비즈니스 페이지 시작{ */
#ctt.ctt_b_robot,
#ctt.ctt_b_fire,
#ctt.ctt_b_ai,
#ctt.ctt_b_energy {
  max-width: unset !important;
  padding: 0 !important;
}

.business .section_header {
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 100px;
}

.business .prod_intro {
  background-image: url('../img/robot_bg.png');
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  margin: 0;
}

.business .prod_intro ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1400px;
  line-height: 1.5;
}

#ctt.ctt_b_energy .business .prod_intro ul,
#ctt.ctt_b_ai .business .prod_intro ul {
  grid-template-columns: repeat(2, 1fr);
}

.business .prod_intro li {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  font-size: 20px;
  color: #fff;
  cursor: default;
}

.business p {
  line-height: 1.8;
}

.business b {
  color: #ED6D00;
  font-weight: 700;
}

.business .prod_intro li:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.business .prod_intro h3 {
  font-size: 32px;
  text-align: center;
  color: #fff;
  font-weight: 900;
}

.cate_wr {
  max-width: 1400px;
  margin: auto;
}

/* 768px 이하일 때 반응형 */
@media (max-width: 768px) {
  .business .prod_intro ul {
    grid-template-columns: 1fr;
  }

  .business .prod_intro ul {
    margin: unset
  }
}

/* 비즈니스 페이지 끝} */

.card {
  display: flex;
  gap: 30px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
}

.card .img,
.card .txt {
  flex: 1;
}

.card .txt {
  padding: 30px;
}

.card .txt h1 {
  padding-bottom: 7%;
  font-size: clamp(20px, 3.5vw, 45px);
}

.card .txt span {
  font-size: clamp(14px, 2vw, 18px);
  color: #444;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .card {
    flex-direction: column;
    gap: 0;
  }

}