<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}


@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&amp;family=Gamja+Flower&amp;family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Nanum+Gothic&amp;family=Noto+Sans+KR:wght@100..900&amp;family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

/* 초기화 */
html {
  overflow-y: scroll
}

body {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  font-family: 'Pretendard', dotum, sans-serif;
  background: #fff;
  color: #111;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-family: 'Pretendard', 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: 1em
}

input,
button {
  margin: 0;
  padding: 0;
  font-family: 'Pretendard', dotum, sans-serif;
  font-size: 1em
}

input[type="submit"] {
  cursor: pointer
}

button {
  cursor: pointer
}

textarea,
select {
  font-family: 'Pretendard', dotum, sans-serif;
  font-size: 1em
}

select {
  margin: 0
}

p {
  margin: 0;
  padding: 0;
  word-break: break-all
}

hr {
  display: none
}

pre {
  overflow-x: scroll;
  font-size: 1.1em
}

a {
  color: #111;
  text-decoration: none
}

*,
: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 #558ab7 !important;
}

.placeholdersjs {
  color: #aaa !important
}

/* 레이아웃 크기 지정 */
/* 팝업레이어 */
#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 {
  position: absolute;
  width: 100%;
}

#hd.sub {
  position: relative;
  border-bottom: 1px solid #ddd;
  z-index: 1000;
}

#hd.hover {
  border-bottom: 1px solid #ddd;
}

#hd.sub .gnb_1da,
#hd.hover .gnb_1da {
  color: #111
}

#hd.sub #gnb .global-box #toggleButton,
#hd.hover #gnb .global-box #toggleButton {
  border: 1px solid #707070;
}

.global-box img {
  margin-left: 10px;
}

.menu-button{
  display:none
}

.sub-menu__button{
  display:none;
}

#hd.sub .sub-menu__button{
display:block;
}

#hd.sub .main-menu__button{
  display:none;
  }

#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-bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 250px;
  background: #fff;
  z-index: 100;
  border-bottom: 1px solid #ddd;
}

.main-logo .main {
  display: block;
}

.main-logo .sub {
  display: none;
}

#hd.hover .main-logo .main,
#hd.sub .main-logo .main {
  display: none;
}

#hd.hover .main-logo .sub,
#hd.sub .main-logo .sub {
  display: block;
}


.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;
  max-width: 1200px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#gnb&gt;h2 {
  width: 20%;
}

#gnb .gnb_wrap {
  width: 60%;
  height: 100%;
}

#gnb .global-box {
  position: relative;
  width: 20%;
  text-align: right;
}

#gnb .global-box #toggleButton {
  width: 75px;
  height: 30px;
  background: #fff;
  border-radius: 100px;
  border: none;
}

#gnb .gnb_wrap:hover,
#gnb .gnb_wrap:focus,
#gnb .gnb_wrap:active {
  z-index: 3
}

#gnb #gnb_1dul {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
}

#gnb ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#gnb .gnb_1dli {
  position: relative;
  width: 25%;
  padding: 0 24px;
}


.gnb_1da {
  display: block;
  font-size: 18px;
  color: #fff;
  text-decoration: none
}



.gnb_2dli:first-child {
  border: 0
}

.gnb_2dul {
  display: none;
  position: absolute;
  top: 54px;
  min-width: 140px;
}

.gnb_2dul .gnb_2dul_box {
  border-top: 0;
  padding: 0;
}

.gnb_2da {
  display: flex;
  align-items: center;
  padding: 0px 50px 0 24px;
  line-height: 40px;
  color: #080808;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  color: #111;
  word-break: keep-all;
  line-height: 20px;
  height: 50px;
}

.gnb_2da:hover {
  font-weight: bold;
}

#hd.hover .gnb_2dul {
  display: block;
  left: 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: #3a8afd;
  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: 25px;
  right: 0
}

#gnb .gnb_mnal {
  float: right;
  padding: 0
}

#gnb_all {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
  padding: 0 20px;
}

#gnb_all h2 {
  font-size: 1.3em;
  padding: 15px 20px;
}

#gnb_all .gnb_al_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#gnb_all .gnb_al_ul&gt;li:nth-child(5n+1) {
  border-left: 0
}

#gnb_all .gnb_al_li {
  float: left;
  width: 100%;
  height: 45px;
  overflow: hidden;
  border-bottom: 1px solid #E0E0E0;
}

#gnb_all .gnb_al_li.active{
  height: auto;
}
#gnb_all .gnb_al_li.active .gnb_al_a{
  color:#1790D6
}

.gnb_al_li ul{
  background:#f5f5f5;
}


#gnb_all .gnb_al_li .gnb_al_a {
  font-size: 16px;
  display: block;
  position: relative;
  font-weight: bold;
  color: #101010;
  padding: 12px;
}

#gnb_all .gnb_al_li li {
  line-height: 2em
}

#gnb_all .gnb_al_li li a {
  display: block;
  padding: 12px;
  font-size: 14px;
  color:#101010;
  padding: 8px 12px;
}

#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
}

.lang-list{
  display:flex;
  margin: 20px 0;
  padding: 0 12px;
}

.lang-list li{
  position: relative;
  padding: 0 8px;
}

.lang-list li:first-child::after{
  content:'';
  position: absolute;
  width: 1px;
  height: 8px;
  background:#d9d9d9;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.lang-list li:first-child{
  padding-left: 0;
}

.lang-list li a{
  font-size:14px;
  color:#7B7B7B;
}

.lang-list li.active a{
  color:#101010;
}

/* 중간 레이아웃 */
#wrapper.sub {
  position: relative;
  margin: 0 auto;
  padding-top: 95px;
}

#wrapper.sub #container_title {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}

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

#container:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#container_title {
  font-size: 45px;
  color: #101010;
  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 {
  position: relative;
  width: 100%;
  height: 150px;
  background: #232323;
}

#ft h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

.ft-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.ft-logo {
  width: 20%;
}

.ft-info {
  width: 80%;
}

.ft-info dl {
  display: flex;
  gap: 0 16px;
}

.ft-info dt::after {
  display: block;
  content: '';
  width: 1px;
  height: 8px;
  background: #A9A9A9;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ft-info dl:first-child {
  margin-bottom: 15px;
}

.ft-info dt,
.ft-info dd {
  position: relative;
  font-size: 14px;
  color: #A9A9A9;
  padding-right: 15px;
}

.ft-info dd p {
  font-size: 14px;
  color: #7E7E7E;
}

.ft-info span{
  color:#A9A9A9 !important
}

#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: #3059c7;
  background: #3059c7;
  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.1em
}

/* 캡챠 자동등록(입력)방지 기본 - 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.1em
}

#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: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px
}

#bo_v_con ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  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: #3a8afd;
  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: 1em
}

/* 게시판용 버튼 */
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.1em
}

.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: #333;
  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);
  font-size: 15px;
}

.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: 0.75em;
  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: #3a8afd;
  border-color: #3a8afd;
  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: 1em;
  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: 0.75em;
  color: #3a8afd;
  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: #3a8afd;
  border: 1px solid #3a8afd;
  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
}



/* 메인 section */
#main-section {
  position: relative;
  width: 100%;
  height: 100vh;
}

.main-text__box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, -150%);
  transition: all 1s ease-out;
}

.main-text__box.active {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.swiper {
  height: 100%;
}

.swiper-slide img {
  max-height: 100%;
}

.main-visual__title {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 40px;
}

.main-visual__text {
  font-size: 54px;
  color: #fff;
}

.swiper-control__box {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 85px;
  z-index: 10;
}

.swiper-control__box2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
}

.swiper-control__box2 .swiper-pagination-bullet {
  background: #ddd !important;
  margin: 0 !important;
  height: 3px !important;
  width: 33% !important;
}

.swiper-control__box2 .swiper-pagination-bullet-active {
  background: #111 !important;
}


.swiper-control__box2 .swiper-total,
.swiper-control__box2 .swiper-current {
  font-size: 14px;
  color: #666;
  font-weight: bold;
}

.swiper-control__box2 .swiper-current {
  color: #101010
}

.swiper-pagination {
  position: relative !important;
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  width: 180px !important;
  height: 4px !important;
  border-radius: 0 !important;
  background: #7A7A7A !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important
}

.swiper-fraction {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.swiper-fraction span {
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
}

.swiper-fraction span:last-child {
  padding: 0 5px;
}

.swiper-current {
  position: relative;
  font-weight: bold;
}

.swiper-current {
  display: flex;
  align-items: center;
}

.swiper-current::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: '';
  width: 1px;
  height: 6px;
  background: rgba(255, 255, 255, 0.7);
}



/* 사업영역 */
#business-section {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url('../img/business-bg1.png')no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

#business-section::-webkit-scrollbar {
  display: none;
}


#business-section.bg1 {
  background: url('../img/business-bg1.png')no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

#business-section.bg2 {
  background: url('../img/business-bg2.png')no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

#business-section.bg3 {
  background: url('../img/business-bg3.png')no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.business-content {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

.business-content__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
}

.business-title {
  font-size: 18px;
  color: #fff;
}

.business-title2 {
  font-size: 54px;
  font-weight: bold;
  color: #fff;
  margin: 16px 0 56px 0;
}

.business-text {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}

.business-content__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  padding-left: 40px;
  gap: 60px 40px;
}

.business-content__item {
  width: 320px;
  height: auto;
  background: #fff;
  margin-top: 20px;
  padding: 10px;
  /* 기본 여백 */
}

.business-content__item img {
  display: block;
  width: 100%;
}

.business-content__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 16px;
}

.business-content__info h2 {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 400;
  font-style: italic;
  color: #BDBDBD;
}

.info-content__title {
  font-size: 20px;
  font-weight: bold;
  color: #333
}

.info-content__text {
  font-size: 16px;
  color: #666;
  margin-top: 15px;
}

.business-content__item:nth-child(2) {
  position: absolute;
  top: 300px;
  right: 0
}

.business-content__item:nth-child(3) {
  position: absolute;
  top: 500px;
}


.business-content__item.active {
  background-color: #007bff;
  transition: background-color 0.5s;
}

.business-content__item.active .business-content__info h2,
.business-content__item.active .info-content__title,
.business-content__item.active .info-content__text {
  color: #fff;
}

/* 컨택트 영역 */
.contact-section__title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 60px;
  line-height: 50px;
  text-align: center;
}

.contact-section__title::before {
  content: '';
  display: block;
  width: 1px;
  height: 125px;
  background: #ddd;
  margin: auto auto 60px auto;
}

.main-contact__box {
  position: relative;
  width: 100%;
  height: 460px;
  background: url('../img/contact-bg.png')no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-contact__title {
  font-size: 32px;
  text-align: center;
  color: #fff;
  line-height: 45px;
  margin-bottom: 60px;
}

.main-contact__button {
  display: flex;
  align-items: center;
  padding: 0 24px;
  height: 45px;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s;
}

.main-contact__button img {
  margin-left: 20px
}

.main-contact__button:hover {
  background: #101010;
  border-color: #101010;
}

/* 롤링배너 */
.wrap {
  display: flex;
  overflow: hidden;
  margin: 40px 0 20px 0;
}

.wrap .rolling-list ul {
  display: flex;
}

.wrap .rolling-list ul li {
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
}


.rolling-list.original {
  animation: rollingleft1 33s linear infinite;
}

.rolling-list.clone {
  animation: rollingleft2 33s linear infinite;
}

@keyframes rollingleft1 {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-100%);
  }

  50.01% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes rollingleft2 {
  0% {
    transition: translateX(0);
  }

  100% {
    transform: translateX(-200%);
  }
}

/* 제품 소개 */
.main-product__wrap {
  width: 100%;
  height: auto;
  padding: 140px 0;
}

.main-product__wrap.no-padding {
  padding-top: 0;
}

.product-title {
  font-size: 18px;
  color: #777;
  text-align: center;
}

.product-title2 {
  font-size: 40px;
  color: #111;
  font-weight: bold;
  text-align: center;
  margin: 15px 0;
}

.main-tab__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 60px 0 80px 0;
  justify-content: center;
  gap: 0 40px;
}

.main-tab__item {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #999;
  padding-bottom: 8px;
}

.main-tab__item.active {
  border-bottom: 2px solid #111;
  color: #111;
}

.main-tab__content {
  display: none;
}

.main-tab__content.active {
  display: block;
}



/* 회사 소개 페이지 */
.sub-container {
  max-width: 1200px;
  margin: 0 auto;
}

.sub-text {
  font-size: 16px;
  color: #3A3A3A;
  margin-top: 20px;
}

.sub-menu__box {
  margin-top: 65px;
  border-bottom: 1px solid #E3E3E3;
}

.sub-menu__list {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 0 50px;
}

.sub-menu__item a {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #888888;
  display: block;
  padding-bottom: 20px;
}

.sub-menu__item.active a {
  color: #101010;
}

.sub-menu__item.active a::after {
  content: '';
  width: 100%;
  height: 3px;
  bottom: 0;
  background: #017BC8;
  border-radius: 100px;
  display: block;
  position: absolute;
}

.smt-company__box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
}

.smt-company__title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #111
}

.smt-company__text {
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-top: 25px;
  line-height: 30px;
}

.smt-company__text span {
  font-weight: bold;
}

.smt-content__container {
  padding: 120px 0;
  background: #F9F9F9
}

.smt-content__container.white {
  background: #fff;
}

.smt-content__box {
  max-width: 1200px;
  margin: 0 auto;
}

.smt-content__title {
  font-size: 32px;
  color: #333;
  margin-bottom: 40px;
}

.smt-content__text {
  font-size: 18px;
  color: #666;
  line-height: 30px;
}

.smt-content__image {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  padding: 90px 0 40px 0;
  margin-top: 60px;
}

.smt-content__box.flex {
  display: flex;
  justify-content: space-between;
}

.smt-content__box .left-box,
.smt-content__box .right-box {
  width: 50%;
  overflow: hidden;
}

.smt-content__box .right-box {
  padding-left: 130px;
}

.smt-about__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 30px;
  margin-top: 80px;
}

.smt-about__title {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}

.smt-partner__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 615px;
  background: url('../img/partner-bg.png')no-repeat center;
  background-size: cover;
}

.smt-partner__title {
  font-size: 40px;
  color: #fff;
}

.smt-partner__text {
  font-size: 18px;
  color: #fff;
  margin-top: 25px;
}

.smt-partner__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 80px 0;
  gap: 0 75px;
}

/* 사업영역 */
.smt-image__box {
  margin: 70px 0;
  text-align: center;
}

/* 찾아오시는 길 */
.smt-directions__box {
  margin: 70px 0;
}

.map-box {
  width: 100%;
  height: 450px;
  background: #f5f5f5
}

.map-info__list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
  background: rgba(1, 123, 200, 0.05);
  height: 90px;
  border-bottom: 1px solid #000;
}

.map-info__item {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #222;
}

.map-info__item img {
  margin-right: 5px;
}

/* 커뮤니티 */
.sub-tab__box {
  border: 1px solid #DDDDDD;
  margin-top: 100px;
}

.sub-tab__menu {
  display: flex;
  align-items: center;
}

.sub-tab__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 50px;
  background: #F4F4F4;
  font-size: 24px;
  color: #ABABAB;
  cursor: pointer;
}

.sub-tab__item.active {
  color: #fff;
  background: #0971CE;
}

.sub-tab__content {
  padding: 40px;
  display: none;
}

.sub-tab__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sub-tab__flexbox {
  width: 50%;
}

.sub-tab__content.active {
  display: block;
}

.sub-tab__flexbox:last-child {
  text-align: center;
  overflow: hidden;
}

.community-info__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  align-items: center;
}

.community-info__title {
  width: 40px;
  background: #0971CE;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 100px;
  margin: 10px 0;
}

.community-info__text {
  width: calc(100% - 60px);
  font-size: 16px;
  color: #333;
  margin: 10px 0;
}

.usage-info__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 30px;
  margin-top: 30px;
}

.usage-info__item {
  width: calc(20% - 30px);
}

.usage-info__img {
  width: 100%;
  height: 120px;
  overflow: hidden;
}

.usage-info__img img {
  width: 100%;
  max-height: 100%;
}

.usage-info__title {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}

/* 온라인 문의 */
.smt-table {
  width: 100%;
  border-top: 2px solid #101010;
  border-bottom: 2px solid #101010;
  margin: 70px 0;
  border-collapse: collapse;
}

.smt-table tr {
  border-bottom: 1px solid #CCCCCC;
}

.smt-table th {
  font-size: 18px;
  font-weight: bold;
  color: #101010;
  padding: 25px 35px;
  text-align: left;
}

.smt-table td {
  padding: 25px;
}


.smt-table input {
  width: 300px;
  height: 45px;
  border: 1px solid #707070;
  padding: 0 20px;
  font-size: 16px;
  color: #707070
}

.smt-table textarea {
  width: 100%;
  height: 300px;
  resize: none;
  border: 1px solid #707070;
  padding: 20px;
  font-size: 16px;
  color: #707070
}

.smt-table input::placeholder {
  font-size: 16px;
  color: #707070
}

.input-box {
  font-size: 18px;
  color: #707070
}

.input-box input {
  margin: 0 10px
}

.input-box.phone input {
  width: 150px;
}

.input-box input:first-child {
  margin-left: 0;
}

.smt-button__box {
  display: flex;
  align-items: center;
  gap: 0 25px;
}

.smt-button__box button,
.smt-button__box #agreeButton.active {
  width: 100px;
  height: 45px;
  background: #101010;
  border: 1px solid #101010;
  font-size: 16px;
  color: #fff;
}

.smt-button__box #agreeButton {
  background: #fff;
  border: 1px solid #101010;
  color: #101010;
}

.smt-button__box #agreeButton img {
  margin-right: 10px;
}

#agreeButton .active {
  display: none
}


#agreeButton.active .active {
  display: inline-block
}

#agreeButton.active .default {
  display: none
}

.smt-submit__button {
  display: block;
  margin: 0 auto;
  width: 180px;
  height: 50px;
  background: #017bc8;
  font-size: 18px;
  color: #fff;
  border: none;
  font-weight: bold;
}

.gall-product__list li {
  position: relative;
  padding: 8px 0 8px 30px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  color: #555;
}

.gall-product__list li::before {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 5px;
  height: 5px;
  background: #555;
  border-radius: 100px;
}






/* 팝업 */
.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: -100%;
  bottom: 100%;
  z-index: 9999;
  width: auto !important;
  height: auto !important;
  background: rgba(17, 26, 39, 0.9);
}

.popup.on {
  top: 0;
  bottom: 0;
}

.popup .p_close {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 40px;
  top: -100px;
  z-index: 9999;
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  border-radius: 30px;
  transform: scale(1);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.popup .p_close:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 2px;
  margin-top: -1px;
  margin-left: -8px;
  border-radius: 2px;
  background-color: #111427;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transition: 0.2s;
  -webkit-transition: 0.2s;
}

.popup .p_close:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 2px;
  margin-top: -1px;
  margin-left: -8px;
  border-radius: 2px;
  background-color: #111427;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transition: 0.2s;
  -webkit-transition: 0.2s;
}

.popup.on .p_close {
  top: 30px;
}

.popup .p_box {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 10%;
  right: 10%;
  top: 10%;
  bottom: 150px;
  z-index: 2;
  overflow: auto;
  width: auto;
  height: auto;
  border-radius: 0px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
  transform: scale(0.8);
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.popup.on .p_box {
  transform: scale(1);
}

.popup .p_wrap {
  position: releative;
  padding: 80px 50px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  background: #fff;
}

.popup .p_out {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  cursor: default;
}

.popup .p_head {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 30px;
}

.popup .p_body {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.popup .p_title {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  padding-top: 20px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #111427;
  line-height: 40px;
  letter-spacing: -1px;
}

.popup .p_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 5px;
  border-radius: 1px;
  background-color: #111427;
}

.popup .p_body .p_left {
  box-sizing: border-box;
  width: 50%;
  float: left;
}

.popup .p_body .p_right {
  box-sizing: border-box;
  width: 50%;
  float: right;
  padding-left: 50px;
}

.form .f_field .ff_title02 span.pc_cut {
  display: block;
}

/* 서식 */
.template {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  word-wrap: normal;
  word-break: keep-all;
}

.template&gt;h4 {
  display: block;
  position: relative;
  width: auto;
  margin-top: 30px;
  padding-left: 0px;
  font-size: 20px;
  font-weight: 500;
  color: #00286E;
  line-height: 30px;
}

.template&gt;h4:first-child {
  margin-top: 0;
}

.template&gt;strong {
  display: block;
  position: relative;
  width: auto;
  margin-top: 20px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  line-height: 24px;
}

.template&gt;p {
  display: block;
  position: relative;
  width: auto;
  margin-top: 10px;
  margin-left: 25px;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  line-height: 24px;
}

.template&gt;.box {
  margin-top: 20px;
  margin-left: 25px;
  padding: 20px 25px;
  border: #e6e6e6 solid 1px;
  background-color: #f9f9f9;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  line-height: 24px;
}

.template strong {
  font-weight: 500;
  color: #111427;
}

.template a {
  color: #111427;
}

.template a:hover {
  text-decoration: underline;
  text-decoration-color: rgba(0, 174, 239, 0.7);
}

.template&gt;ul {
  display: block;
  position: relative;
  width: auto;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  line-height: 24px;
}

.template&gt;ul&gt;li {
  position: relative;
  margin: 5px 0;
  padding-left: 10px;
}

.template&gt;ul&gt;li&gt;ul {
  display: block;
  position: relative;
  width: auto;
  margin: 5px 15px;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  line-height: 22px;
}

.template&gt;ul&gt;li&gt;ul&gt;li {
  position: relative;
  padding-left: 10px;
}

.template&gt;ul&gt;li&gt;ul&gt;li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 11px;
  width: 4px;
  height: 1px;
  background-color: #777;
}

.template&gt;ul&gt;li&gt;p {
  display: block;
  position: relative;
  width: auto;
  margin: 5px 15px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  line-height: 24px;
}

.template&gt;.table {
  margin-top: 10px;
  margin-left: 25px;
}

@media all and (max-width:1199px) {

  dl.form_w {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  dl.form_w dt {
    padding-left: 40px;
    width: 23%;
    font-size: 16px;
    line-height: 60px;
  }

  dl.form_w dd {
    display: flex;
    width: 77%;
    line-height: 25px;
  }

  .cate_select li label {
    font-size: 15px;
    padding-left: 32px;
    line-height: 25px;
  }

  .form_w dd.option label span {
    font-size: 15px;
  }

  .p30 {
    width: 45% !important;
  }

  .btn.big {
    font-size: 16px;
  }

  .ff_wrap_txt02 {
    line-height: 1.4;
  }

  input[type=email],
  input[type=text],
  input[type=password],
  input[type=number],
  input[type=file] {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }

  .form_w dd.option .text a span.privacy_btn {
    font-size: 15px;
  }

  .form_w dd.option {
    min-height: 30px;
    padding: 2px 0 10px 0;
    line-height: 30px;
  }

  /* 2022.01.12. 우리웹스 문의게시판 수정 */
  .cate_select {
    display: flex;
    margin-top: 10px;
  }

  .cate_select li {
    margin-right: 38px;
    line-height: 25px;
  }

  .cate_select li:last-child {
    margin-right: 0;
  }

  .cate_select li label {
    position: relative;
    font-size: 15px;
    color: #000;
    padding-left: 28px;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 25px;
  }

  /* .cate_select li label::after{content: ''; display : block; position : absolute; top: 3px; left: 4px; width: 14px; height: 5px; border-bottom: 2px solid #fff; border-left: 2px solid #fff;; transform : rotate(-45deg); } */
  /* .cate_select li label::before{content: ''; display : block; position : absolute; margin-top:2px; width:20px; height:20px; left: 0; border : 1px solid #000; border-radius:1px ;} */
  .cate_select li input {
    display: none;
  }

  .cate_select li input:checked+label {}

  .cate_select li label::before {
    width: 20px;
    height: 20px;
  }



  /* 팝업 */
  .popup .p_close:hover {
    transform: scale(1);
  }

  .popup.on .p_close {
    top: 30px;
  }

  .popup .p_box {
    left: 60px;
    right: 60px;
    top: 60px;
    bottom: 60px;
  }

  .popup .p_wrap {
    padding: 40px;
  }

  .popup .p_head {
    margin-bottom: 20px;
  }

  .popup .p_title {
    padding-top: 15px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
  }

  .popup .p_title:before {
    width: 30px;
    height: 4px;
  }

  .popup .p_body .p_left {
    width: 100%;
  }

  .popup .p_body .p_right {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }

  .template&gt;h4 {
    display: block;
    position: relative;
    width: auto;
    margin-top: 30px;
    padding-left: 0px;
    font-size: 18px;
    font-weight: 500;
    color: #d71920;
    line-height: 30px;
  }

  .popup .p_box {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 10%;
    right: 10%;
    top: 150px;
    bottom: 150px;
    z-index: 2;
    overflow: auto;
    width: auto;
    height: auto;
    border-radius: 0px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
    transform: scale(0.8);
    transition: 0.4s;
    -webkit-transition: 0.4s;
  }

  .template&gt;p {
    margin-left: 20px;
  }

  .c_wrap .btn_wrap {
    margin: 100px auto 0px auto;
  }

  .form_w dd.option label span {
    display: inline-block;
    border-radius: 45;
    border: 1px solid #000;
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 46px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
  }

  /* 첨부파일 */
  .filebox {
    width: 100%;
  }

  .filebox .cf_file1 {
    display: inline-block;
    height: 40px;
    padding: 0 10px;
    vertical-align: middle;
    border: 1px solid #dddddd;
    width: 78%;
    color: #999999;
    width: 30%;
  }

  .filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
  }

  .file {
    display: block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 400px;
    height: 80px;
    margin: 0;
    padding: 10px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    color: #111427;
    letter-spacing: 0px;
    line-height: 30px;
    text-align: left;
    transition: 0.2s;
    -webkit-transition: 0.2s;
  }

  .file {
    position: relative;
  }

  .file input[type="text"]#userfile1 {
    width: 100%;
    height: 43px;
    border-radius: 43px;
  }

  .file .file_input_div {
    position: absolute;
    top: 0;
    right: -1px;
    overflow: hidden;
    width: 110px;
    border: 0;
    height: 55px;
  }

  .file .file_input_div .file_box {
    position: relative;
    width: 100%;
    height: 57px;
  }

  .file .file_input_div input.file_input_hidden {
    position: absolute;
    top: 5px;
    right: 0px;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
    width: 100%;
    opacity: 0;
    height: 40px !important;
    padding: 0;
    border: none;
    border-radius: 0;
  }

  .file .file_input_div input.file_input_button {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 100%;
    border: 0;
    height: 40px;
    font-size: 17px;
    text-align: center;
    background: #000 url('../img/s_img/btn_file_.png') no-repeat center 0;
    background-size: 95px;
  }

  .file .file_input_div input#file-upload-button {
    width: 110px !important;
    height: 40px !important;
  }

  .file input[type=text] {
    padding: 10px 10px !important;
    border: 1px solid #707070;
    width: 290px;
    height: 40px;
    line-height: 45px;
  }

  .file input[type=file] {
    border: 1px solid #707070 !important;
    height: 46px;
    line-height: 46px;
    padding: 0px 0px;
    font-size: 15px;
  }

  .form_w dd.option label span {
    display: inline-block;
    border-radius: 45;
    border: 1px solid #000;
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    border-radius: 0px;
    font-size: 15px;
    line-height: 38px;
  }

  .form_w dd.option .text a span.privacy_btn {
    display: inline-block;
    padding: 2px 25px;
    font-size: 15px;
    line-height: 34px;
  }

}

/* 1199px End*/

@media all and (max-width:991px) {

  .c_contact {
    margin: 60px auto 0px auto;
  }

  dl.form_w {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  dl.form_w dt {
    padding-left: 10px;
    width: 20%;
    font-size: 15px;
    line-height: 60px;
  }

  dl.form_w dd {
    display: flex;
    width: 80%;
    line-height: 25px;
  }

  .cate_select li label {
    font-size: 15px;
    padding-left: 32px;
    line-height: 25px;
  }

  .form_w dd.option label span {
    font-size: 14px;
  }

  .p30 {
    width: 45% !important;
  }

  .btn.big {
    font-size: 16px;
  }

  input[type=email],
  input[type=text],
  input[type=password],
  input[type=number],
  input[type=file] {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .textarea {
    font-size: 14px !important;
    min-height: 120px;
  }

  .select {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }

  .ff_wrap_txt02 {
    font-size: 14px;
    display: block;
    width: 100%;
  }

  .form_w dd.option .text a span.privacy_btn {
    font-size: 14px;
  }

  /* 2022.01.12. 우리웹스 문의게시판 수정 */
  .cate_select {
    display: flex;
    margin-top: 0px;
  }

  .cate_select li {
    margin-right: 28px;
    line-height: 25px;
  }

  .cate_select li:last-child {
    margin-right: 0;
  }

  .cate_select li label {
    position: relative;
    font-size: 14px;
    color: #000;
    padding-left: 27px;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 25px;
  }

  /* .cate_select li label::after{content: ''; display : block; position : absolute; top: 5px; left: 2px; width: 14px; height: 5px; border-bottom: 2px solid #fff; border-left: 2px solid #fff;; transform : rotate(-45deg); } */
  /* .cate_select li label::before{content: ''; display : block; position : absolute; margin-top:4px; width:18px; height:18px; left: 0; border : 1px solid #000; border-radius:1px ;} */
  .cate_select li input {
    display: none;
  }

  .cate_select li input:checked+label {}

  /* .cate_select li input:checked + label::before{margin-top:4px; background-color : #212121;border : 2px solid #212121;} */
  /* .cate_select li input:checked + label::after{border-color: #fff;} */
  .cate_select li label::before {
    width: 18px;
    height: 18px;
    top: 0px;
  }

  /* 22.01.12. 문의게시판 수정 end */

  .c_wrap .btn_wrap {
    margin: 60px auto 0px auto;
  }

  .form_w dd.option {
    min-height: 30px;
    margin: 10px 0 0 0;
    line-height: 30px;
  }

}

/* 991px End*/

@media all and (max-width:768px) {

  .g-recaptcha {
    margin-top: 0;
  }

  .gap16 {
    gap: 8px;
  }

  dl.form_w dd&gt;input.p120 {
    max-width: 80px;
    width: 100%;
  }

  #sub #wrap #content .container {
    width: 92%;
  }

  .c_contact {
    margin-bottom: 80px;
  }

  dl.form_w {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  dl.form_w dt {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    border-bottom: none;
  }

  dl.form_w dd {
    padding-bottom: 10px;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    line-height: 25px;
    margin-top: 0px;
  }

  .cate_select li label {
    font-size: 14px;
    padding-left: 32px;
    line-height: 25px;
  }

  .form_w dd.option label span {
    font-size: 14px;
  }

  .p30 {
    width: 100% !important;
  }

  .btn.big {
    font-size: 15px;
  }


  input[type=email],
  input[type=text],
  input[type=password],
  input[type=number],
  input[type=file] {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }

  input.email {
    max-width: 127px;
    width: 100%;
  }

  .textarea {
    font-size: 14px !important;
    min-height: 120px;
    margin-bottom: 0;
  }

  .select {
    font-size: 14px;
  }

  .ff_wrap_txt02 {
    font-size: 14px;
    padding: 10px 0 0 0;
    display: block;
    width: 100%;
  }

  .form_w dd.option .text a span.privacy_btn {
    font-size: 14px;
  }

  /*개인정보처리방침*/

  .form_w dd.option {
    min-height: 30px;
    margin: 0px 0 0;
    line-height: 30px;
  }

  .lh60 {
    min-height: 25px;
  }

  .form_w dd.option label span {
    line-height: 30px;
  }

  .form_w dd.option .text a span.privacy_btn {
    line-height: 28px;
  }

  /* 2022.01.12. 우리웹스 문의게시판 수정 */
  .cate_select {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
  }

  .cate_select li {
    margin-right: 18px;
    line-height: 25px;
  }

  .cate_select li:last-child {
    margin-right: 0;
  }

  .cate_select li label {
    position: relative;
    font-size: 14px;
    color: #000;
    padding-left: 24px;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 25px;
  }

  /* .cate_select li label::after{content: ''; display : block; position : absolute; top: 5px; left: 3px; width: 14px; height: 5px; border-bottom: 2px solid #fff; border-left: 2px solid #fff;; transform : rotate(-45deg); } */
  /* .cate_select li label::before{content: ''; display : block; position : absolute; margin-top:4px;top:-4px;  width:18px; height:18px; left: 0; border : 1px solid #000; border-radius:1px ;} */
  .cate_select li input {
    display: none;
  }

  .cate_select li input:checked+label {}

  /* .cate_select li input:checked + label::before{margin-top:4px; background-color : #212121;border : 2px solid #212121;} */
  /* .cate_select li input:checked + label::after{border-color: #fff;} */
  .cate_select li label::before {
    width: 17px;
    height: 17px;
    top: 0;
  }

  /* 22.01.12. 문의게시판 수정 end */

  .c_wrap .btn_wrap {
    margin: 80px auto 0px auto;
  }

  .select {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
  }

  .file input[type=text] {
    padding: 10px 10px !important;
    border: 1px solid #707070;
    width: 300px;
    height: 38px;
    line-height: 45px;
  }

  .file input[type=file] {
    height: 44px;
    line-height: 44px;
    padding: 0px 0px;
    font-size: 15px;
  }

  .file .file_input_div input.file_input_button {
    height: 38px;
    background: #000 url(../img/s_img/btn_file_.png) no-repeat center 0;
    background-size: 90px;
  }

  .file {
    width: 320px;
    height: 80px;
    padding: 10px 0;
    line-height: 30px;
  }

  /* 폼태그 */
  .form .f_field.div2 {
    width: calc(100%) !important;
    margin: 0;
  }

  .form .f_field.div2:last-child {
    margin-top: 10px;
  }

  /* 페이징 */
  .paging {
    margin-top: 40px;
  }

  .paging ul {
    width: 100%;
  }

  .paging li {
    width: 20%;
  }

  .paging a {
    display: block;
    width: auto;
    padding: 0;
  }

  /* 팝업 */
  .popup .p_close {
    width: 60px;
    height: 60px;
    margin-left: -25px;
  }

  .popup.on .p_close {
    top: 15px;
  }

  .popup .p_box {
    left: 40px;
    right: 40px;
    top: 40px;
    bottom: 40px;
  }

  .popup .p_wrap {
    padding: 30px;
  }

  .popup .p_head {
    margin-bottom: 15px;
  }

  .c_wrap .btn_wrap {
    margin: 60px auto 0px auto;
  }

  .c_contact {
    margin: 60px auto 0px auto;
  }

}

/*800px End*/

@media (max-width : 768px) {
  .sub_menu_btn {
    margin-top: 0px;
  }
}

@media all and (max-width:650px) {
  .form .f_field .ff_wrap.option label span {
    margin-bottom: 10px;
    padding: 0 15px;
  }

  .form .f_field .ff_wrap input.file {
    width: 55%;
  }

  .form .f_field .ff_wrap.option ul {
    width: 100%;
  }

  .form .f_field .ff_title04.ft04 {
    height: 120px;
  }
}

@media all and (max-width:560px) {

  .form .f_field .ff_title04.ft04 {
    height: 40px;
  }

  .form .f_field .ff_title04 {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }

  /* #sub #wrap #content .container{width:92%;} */
  dl.contact_tit {
    width: 94%;
  }

  /* 영역구분 */
  .wrap {
    margin: 0 auto;
  }

  .cate_select {
    margin-top: 10px;
  }

  /* 팝업 */
  .popup .p_close {
    width: 60px;
    height: 60px;
    margin-left: -20px;
  }

  .popup.on .p_close {
    top: 20px;
    right: 20px;
  }

  .popup .p_box {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
  }

  .popup .p_wrap {
    padding: 25px 15px;
  }

  .popup .p_head {
    margin-bottom: 10px;
  }

  .popup .p_body .p_right {
    padding-top: 20px;
  }

  .form .f_field .ff_wrap.option {
    margin: 0;
    clear: both;
    margin-top: 50px;
  }

  .form .f_field .ff_wrap.option label span {
    margin-bottom: 10px;
    padding: 0 15px;
  }

  .popup .p_title {
    padding-top: 15px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
  }

  .popup .p_body {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 15px;
    letter-spacing: -0.075em;
  }

  .popup .p_title {
    padding-top: 15px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
  }

  .template&gt;h4 {
    display: block;
    position: relative;
    width: auto;
    margin-top: 20px;
    padding-left: 0px;
    font-size: 15px;
    font-weight: 500;
    color: #d71920;
    line-height: 30px;
  }

  .template&gt;strong {
    font-size: 15px;
  }

  .template&gt;p {
    font-size: 15px;
  }

  .template&gt;.box {
    font-size: 15px;
  }

  .template&gt;ul {
    font-size: 15px;
  }

  .template&gt;ul&gt;li&gt;ul {
    font-size: 15px;
  }

  .template&gt;ul&gt;li&gt;p {
    font-size: 15px;
  }

  .template&gt;p {
    margin-left: 15px;
  }

}

/* 560px End*/

@media (max-width: 400px) {

  .c_contact {
    max-width: 400px;
  }

  .scroll_box {
    width: 100%;
    padding: 0;
    overflow-x: auto;
    table-layout: fixed;
  }

  .wrap_contact {
    width: 400px !important;
    overflow-x: auto;
  }

  .c_wrap .btn_wrap {
    margin: 60px auto 40px auto;
    width: 400px !important;
  }

}

/* 400px End*/


/*
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.select {background-image:url("../images/ie/icon_arrow_select.png");}
}
html.edge .select {background-image:url("../images/ie/icon_arrow_select.png");}
*/

#languageMenu {
  position: absolute;
  background: rgb(255, 255, 255);
  right: 0px;
  width: 75px;
  border-radius: 5px;
  top: 45px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #ddd;
}

#languageMenu li a {
  font-size: 13px;
  color: #676767
}

#languageMenu li:first-child {
  border-bottom: 1px solid #ddd;
}

/* 메인 페이지 반응형 */
@media(max-width:1200px) {
  #gnb {
    padding: 20px;
    height: auto;
  }

  .business-content {
    padding: 80px 40px;
  }

  .ft-container {
    padding: 0 20px;
  }
}

@media(max-width:960px) {
  #toggleButton {
    display: none
  }

  .menu-button{
    display:inline-block;
    border:none;
    background:none;
  }

  .main-text__box {
    width: 100%;
  }

  #gnb #gnb_1dul {
    display: none;
  }

  .swiper-control__box {
    display: none
  }

  .business-content {
    flex-wrap: wrap;
  }

  .business-content__box {
    width: 100%;
  }

  .business-content__item {
    margin: 0;
  }

  .business-content__list {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
    gap: 20px 0;
  }

  .main-product__wrap {
    padding: 80px 20px;
  }

  .business-content__item:nth-child(2),
  .business-content__item:nth-child(3) {
    position: relative;
    top: 0;
    left: 0;
  }

  #business-section {
    height: auto;
  }

  .ft-container {
    flex-wrap: wrap;
  }

  .ft-logo,
  .ft-info {
    width: 100%;
  }

  #ft {
    height: auto;
    padding: 30px 20px;
  }

  .ft-logo {
    margin-bottom: 25px;
  }

  .ft-info dl {
    flex-wrap: wrap;
    gap: 12px 0;
  }

  .ft-info dl dt,
  .ft-info dl dd {
    width: 100%;
  }

  .ft-info dt::after {
    display: none
  }



}

@media(max-width:500px) {
  .product-title {
    font-size: 14px;
  }

  .product-title2 {
    font-size: 32px;
  }

  .main-tab__list {
    margin: 40px 0;
  }

  .main-tab__item {
    font-size: 14px;
  }

  .main-visual__title {
    font-size: 20px;
  }

  .main-visual__text {
    font-size: 38px;
  }

  .business-content {
    padding: 80px 20px;
  }

  .business-title {
    font-size: 14px;
  }

  .business-title2 {
    font-size: 32px;
    margin: 10px 0 25px 0;
  }

  .business-text {
    font-size: 14px;
    line-height: 20px;
  }

  .business-content__item {
    width: 100%;
  }

  .wrap {
    margin-top: 30px;
  }

  .contact-section__title::before {
    height: 60px;
    margin: 30px auto;
  }

  .contact-section__title {
    font-size: 24px;
    line-height: 35px;
  }

  .main-contact__box {
    height: auto;
    padding: 80px 20px;
  }

  .main-contact__title {
    font-size: 24px;
    line-height: 35px;
  }

  .ft-logo img {
    max-width: 72px;
  }

  .ft-info dt,
  .ft-info dd {
    font-size: 13px;
  }

  .ft-info dd p {
    font-size: 12px;
  }
}

/* 서브페이지 반응형 */
@media(max-width:1200px) {

  #wrapper.sub #container_title,
  .sub-container,
  .sub-menu__box,
  .smt-content__box {
    padding: 0 40px;
  }

  .smt-content__image {
    width: calc(100% - 80px);
    padding: 30px 20px;
  }

  .smt-content__image img {
    max-width: 100%;
  }

  .smt-content__box.flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .smt-content__box .left-box,
  .smt-content__box .right-box {
    width: 100%;
  }

  .smt-content__box .right-box {
    padding: 0;
    margin-top: 100px;
    text-align: center;
  }

  .smt-about__list {
    display: none;
  }

  .right-box .swiper,
  .smt-content__box .right-box {
    overflow: unset;
  }

  .swiper-control__box2 {
    position: relative;
  }
}

@media(max-width:500px) {
  #hd.sub {
    border-bottom: none;
  }

  #wrapper.sub {
    padding-top: 50px;
  }

  #container_title {
    font-size: 38px;
    text-align: center;
  }

  .sub-text {
    display: none
  }

  #wrapper.sub #container_title,
  .sub-container,
  .sub-menu__box,
  .smt-content__box {
    padding: 0 20px;
  }

  .sub-menu__list{
    justify-content: center;
  }
  
  .sub-menu__item{
    width: calc(100% / 3);
  }

  .sub-menu__item a{
    font-size: 14px;
    text-align: center;
  }

  .smt-company__box{
    padding: 60px 20px;
  }

  .smt-company__title{
    font-size: 32px;
  }

  .smt-company__text{
    font-size: 14px;
    line-height: 25px;
  }

  .smt-content__container{
    padding: 80px 0;
  }

  .smt-content__title{
    font-size: 20px;
  }

  .smt-content__text{
    font-size: 14px;
    line-height: 25px;
  }

  .smt-content__image{
    width: calc(100% - 40px);
  }

  .smt-content__box .right-box{
    margin-top: 40px;
    overflow: hidden;
    padding-bottom: 50px;
  }

  .smt-partner__container{
    height: auto;
    padding: 80px 20px;
  }

  .smt-partner__title{
    font-size: 32px;
  }

  .smt-partner__text{
    font-size: 14px;
    text-align: center;
    line-height: 25px;
  }

  .smt-partner__list{
    flex-wrap: wrap;
    padding: 0;
    gap: 90px 0;
    justify-content: flex-start;
  }

  .smt-partner__item{
    width: calc(100% / 3);
  }

  .smt-image__box img{
    max-width: 100%;
  }

  .map-info__list{
    height: auto;
    flex-direction: column;
  }

  .map-info__item{
    width: 100%;
    padding: 10px 20px
  }

  .sub-tab__content{
    padding: 20px;
  }

  .usage-info__img{
    height: auto;
  }

  .usage-info__item{
    width: calc(50% - 15px);
  }

  .usage-info__list{
    gap: 20px 30px;
  }

  .sub-tab__item{
    height: 40px;
    font-size: 14px;
  }

  .sub-tab__flexbox{
    width: 100%;
  }

  .smt-table th{
    text-wrap: nowrap;
  }

  .smt-table th,
  .smt-table td{
    font-size: 14px;
    padding: 10px;
  }

  .smt-table  input{
    width: 100%;
  }

  .input-box.phone input{
    width: 20%;
  }

  .smt-button__box button, .smt-button__box #agreeButton.active{
    font-size: 14px;
  }

  .smt-submit__button{
    height: 40px;
    font-size: 14px;
  }

  .input-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .input-box input{
    width: 35%;
  }
  
  .smt-table input::placeholder,
  .smt-table textarea {
    font-size: 12px;
  }
  
}

.product-point__title{
  font-size: 24px;
  color:#333;
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
}

.product-point__text{
  font-size: 16px;
  color:#666;
  margin: 25px 0;
}</pre></body></html>