@charset "utf-8";
* {
  word-break: keep-all !important;
}
/* 초기화 */
html {
  overflow-y: scroll
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family:'nsk' ,'Malgun Gothic', dotum, sans-serif;
  font-weight: 400;
  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: 1em;
  font-family:'nsk', '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: 1em
}

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

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

button {
  cursor: pointer
}

textarea,
select {
  font-family:'nsk', 'Malgun Gothic', 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: #000;
  text-decoration: none
}

*,
:after,
:before {
  word-break: keep-all;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: keep-all;
}

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,
#wrapper,
#ft {
  min-width: 1400px;
}

#hd_pop,
#hd_wrapper,
#tnb .inner,

#container_wr,
#ft_wr {
  width: 1400px
}

/* 공통 - display none/block */
.is-hidden {
  display: none !important;
}

.is-visible {
  display: block !important;
}

/* 공통 - 뷰포트 (pc / mobile) 별 display none/block */
.pc-only {
  display: none;
}

@media (min-width: 769px) {
  .pc-only {
    display: block !important;
  }
}

.mobile-only {
  display: block;
}

@media (min-width: 769px) {
  .mobile-only {
    display: none !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 {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

#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: 96px;
  zoom: 1;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

#logo a {
  /* float: left; */
  /* padding: 30px 0 0; */
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.hd_sch_wr {
  float: left;
  padding: 30px 0;
  width: 445px;
  margin-left: 65px;
  display: none
}

#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: 5px;
  z-index: 5;
}

.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: #232323
}


/* 메인메뉴 */
#gnb {
  position: relative;

}

#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;
  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: #3a8afd;
  -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;
  display: none;
}

.gnb_1da {
  display: flex;
  font-weight: bold;
  padding: 0 15px;
  color: #080808;
  text-decoration: none;
  font-size: 23px;
  height: 96px;
  align-items: center;
  justify-content: center;
}

.gnb_2dli:first-child {
  border: 0
}

.gnb_2dul {
  display: none;
  position: absolute;
  top: 75px;
  min-width: 159px;
  padding-top: 3px;
}

.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;
  font-size: 14px;
}

a.gnb_2da:hover {
  color: #3a8afd;
  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: #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: 40px;
  height: 40px;
  border: 0;
  line-height: 40px;
  /* vertical-align: top; */
  font-size: 18px;
  border-radius: 90px;
}

#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 {
  margin-left: 20px;
  display: flex;
  height: 96px;
  align-items: center;
}

#gnb .gnb_mnal button {
  margin-left: 10px
}

#gnb_all {
  display: none;
  position: absolute;
  border: 1px solid #c5d6da;
  right: 0;
  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);
  width: 1360px;
}

#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(6n+1) {
  border-left: 0
}

#gnb_all .gnb_al_li {
  float: left;
  width: 16.5%;
  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: #3a8afd
}

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

/* 중간 레이아웃 */
body.main_page #wrapper #container_wr {width: 100% !important; padding:0 ;}
body #wrapper #container_wr {
  position: relative;
  padding: 240px 20px 50px 20px;
  
}
#wrapper  {
  background-color: #e9eff5;
}
body.main_page #wrapper {width: 100%;
  background-color: #fff;
}
body.main_page #wrapper #container {width: 1400px;}

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

#container_wr {
  margin: 0 auto;
  zoom: 1
}

#aside {
  float: left;
  width: 250px;
  padding: 0;
  height: 100%;
  margin: 0
}

#container {
  position: relative;
  float: right;
  min-height: 500px;
  height: auto !important;
  margin: 20px 0 0;
  font-size: 1em;
  width: calc(100% - 270px);
  zoom: 1;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  margin-top:0
}
.main_page #container { 
  margin-bottom: 0;
  background-color: transparent;
}
body.main_page #sub_head{ display: none;}
#container:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#container_title {
  font-size: 1.333em;
  margin: 0 auto;
  font-weight: bold;
  background-color: #fefefe;
  border-bottom: 1px solid #ccc;
  margin: -30px -30px 30px -30px;
  border-radius: 30px 30px 0 0;
  display: block;
  width: auto;
  height: 120px;
  /* line-height: 120px; */
  padding: 30px;
}

#container_title > span:first-child {
  margin: 0 auto 10px;
  display: block;
  /* line-height: 30px; */
  font-size: 33px;
  color: #363636;
  line-height: 58px;
  text-align: left;
  float: left;
}

.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: #000;
  margin: 0 auto;
  text-align: center
}

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

#ft_wr {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  display: flex;
  text-align: left;
  align-items: flex-start;
  justify-content: space-between;
}

#ft_wr .ft_cnt {
  width: auto;
  padding: 0 20px
}

#ft_link {
  text-align: left
}

#ft_link a {
  display: block;
  color: #fff;
  line-height: 2em;
  font-weight: bold
}
#ft_link .button {display: flex;
  align-items: center;}
#ft_company h2 {
  font-size: 1.3em;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
#ft_company h2 img{     width: 40px;
margin-right: 8px;
}
#ft_company {
  font-weight: normal;
  color: #e3e3e3;
  line-height: 2em
}

#ft_catch {
  margin: 20px 0 10px
}

#ft_copy {
  text-align: center;
  width: 1400px;
  margin: 0 auto;
  padding: 20px 0;
  color: #5b5b5b;
  font-size: 0.92em;
  border-top: 1px solid #383838;
  display: none;
}

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

.frm_info.add_info {
  margin-top: 10px !important;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  line-height: 1.6;
}

.btn_info_toggle {
  display: block;
  margin: 5px 0 0 21px;
  font-size: 12px;
  color: #3f51b5;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
}

/*기본 리스트*/
.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
}

.inner_max {
  width: 100%;
}

#logo a span {
  font-size: 27px;
  font-weight: 900;
  margin-left: 12px;
}

.ft_info {
  line-height: 1.4em;
  margin-bottom: 1px;
  padding-left: 48px;
  opacity: .8;
}
.copy {opacity: .6;
  padding-left: 48px;}
  .flex_center {    display: flex;
    align-items: center;
    justify-content: space-between;}
    .flex_center a + a{margin-lefT:10px}
 #ft_link   .tel {color:#fff; text-align: right;
font-size: 1.2em;}

body.main_page #aside {display: none;}
body.main_page #container {width: 100% !important;
float: none; overflow: hidden;
padding:0 !important
}
body.main_page section {width: 100%; padding: 20px 0; background-color: #fff;}
.main-visual {height: 600px; padding-bottom: 40px !important;}
.main-visual .swiper {height: 100%;}
.main-visual .swiper-slide {
  height: 100%; border-radius: 30px; transform: scale(0.95); opacity: 1; filter: blur(2px);
transform-origin: center;
filter: grayscale(1);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
position: relative; overflow: hidden;
transition: all 0.4s ;
background-size: 200%;
overflow: hidden;
}
.main-visual .swiper-slide:after {position: absolute;
display: block; content: "";
width: 100%; height: 100%;
background-image: url(/gnuboard/img/main/main_cover.png);
background-size: cover;
opacity: .5;
z-index: 1; left: 0; top: 0;
}
.main-visual .swiper-slide.swiper-slide-active {
  transform: scale(1);filter: blur(0); opacity: 1;
filter: grayscale(0);
background-size:cover;
}
.main-visual .swiper-slide img.img {position: absolute; width: 150%; top:-20%; left:-25%}
.main-visual .swiper-slide-active.swiper-slide:after {
  opacity: 1;
}
.main-visual .swiper-slide.swiper-slide-active img.img {
  left:0; width: 100%; top:0; transition: all 0.7s;

}

.main-visual .swiper  {
  padding: 0 20px;
  width: 1400px;
  margin: auto;
}
.main-visual .txt-box {padding: 50px; color: #fff; font-weight: 600; position: relative; z-index: 2
  ;}
.main-visual .txt-box .badge { font-size: 28px; color: #000; background-color: #fff; width: 238px; height: 46px;text-align: center; line-height: 46px; display: block; }
.main-visual .txt-box h2 { font-size: 50px; font-weight: 800; }
.main-visual .txt-box h3 { font-size: 30px; font-weight: 700; color: #FFFF99; }
.main-visual .txt-box dl { margin: 10px 0;}
.main-visual .txt-box dt { background-color: #0088CF; font-size: 18px ; font-weight: 600; display: block; width: 92px; height: 28px; line-height: 28px; text-align: center; border-radius: 10px; margin-bottom: 5px;}
.main-visual .txt-box dd { font-size: 18px ; font-weight: 600; display: block; margin-bottom:10px }
.main-visual .txt-box .desc { font-size: 14px; line-height: 1.2em; color: #fff; font-weight: 400; ;}
.main-visual .txt-box .btn-main {}
.main-visual .txt-box .btns {margin:30px 0 0 0 ;}
section .inner {width: 1400px; padding:30px;margin: auto; }
section.course-section {background-color: #e7e9ec !important;
box-shadow: 0 0 40px  inset rgba(0, 0, 0, 0.1);
}
.swiper.mainSwiper {overflow: visible;}
.swiper {overflow: hidden;}
.sec-title {    
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.sec-title h3 {
font-size: 25px; font-weight: 900; color: #21272e;
}
.sec-title .more-btn { font-size: 14px; color: #5b5b5b;
margin-left: 20px;
}
.course-section .course-card {background-color: #fff;
border-radius: 20px; padding: 25px; text-align: center;}
.course-section .course-card .tag { display: inline-block; background-color: #DFECFE; color:#0036BA;
 padding: 0 20px; height: 25px; line-height: 25px;
 margin: auto; border-radius: 10px;
}
.course-section .course-card .img-box {width: 100%; height: 150px;
overflow: hidden;
margin: 20px 0;
border-radius: 5px;
}
.course-section .course-card h4 {    font-size: 22px;
  line-height: 1.1em;
  margin: 7px 20px 16px 20px; }
  .course-section .course-card  .date {color: #5b5b5b;margin-bottom:20px}

  .btns {    font-size: 18px;
    font-weight: 700;
    height: 40px;
    padding: 0 40px;
    display: inline-flex;
    background-color: #2f89d2;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 11px;
    margin: 0 5px;
  }
  section.quick-notice .flex-layout {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  section.quick-notice .quick-grid {
    display: flex;
    flex-wrap: wrap;
    width:860px;
  }

  .q-item {
    width:407px; height: 185px; background-size: cover;
  color: #fff; padding: 25px 60px 0 35px ;
  margin:10px 20px 10px 0; position: relative;

  }
  .q-item,.q-item *{
    transition: all 0.3s;
  }
  .q-item:hover { transform: scale(1.05);}
  .q-item .txt i {font-size: 40px; margin-left: -5px; margin-bottom: 3px;}
  .q-item .txt h4 {font-size: 28px;
    font-weight: 700;
    margin-bottom: 7px;} 
    .q-item .xi-angle-right {
      position: absolute;
      font-size: 40px;
      top: 71px;
      right: 20px;
    }
    .q-item:hover .xi-angle-right {right: 15px;}
    .q-item:hover h4{color: bisque; font-size: 30px;}

  section.quick-notice  {
width: 100%;


  }
  
  .notice-board .board-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 5px;
    height: 44px;
  }
  section.quick-notice .notice-board .tab_title {
    font-size: 30px; 
    font-weight: 600;
  }

  section.quick-notice .notice-board .tab_title {
    font-size: 30px; 
    font-weight: 600;
  }

  .btns {    font-size: 18px;
    font-weight: 700;
    height: 40px;
    padding: 0 40px;
    display: inline-flex;
    background-color: #2f89d2;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 11px;
    margin: 0 5px;
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
   
  }
  .btns-point {
     background-color: #FF6600;
  }
  .btns:hover {
    box-shadow: inset 0 100px 0 rgba(255, 255, 255, .1);
  }
  .btns:active {
    box-shadow: inset 0 100px 0 rgba(0, 0, 0, .1);
  }   
  .notice-board {width: 470px;}
  .board-tabs {font-size: 18px; color: #999; font-weight: 300;}
  .board-tabs a { display: inline-block; padding: 0 5px ; letter-spacing: -1px; position: relative; height: 18px;}
  .board-tabs a span {
    position: relative;
    z-index: 1;
    line-height: 1em;
    height: 18px;
    display: block;
    top: -1px;
  }
  .board-tabs a + a {border-left: 1px solid #ccc;}
  .board-tabs a:hover {color:#0036BA}
  .board-tabs a.active {color:#000; font-weight: 400;}
  .board-tabs a.active:after {
    content: "";
    height: 10px;
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 0;
    background-color: #c3e0fd;
    z-index: 0;
  }
  .plus-btn {font-size: 40px; position: relative; top: 10px;}
  ul.board-list {margin-top:10px; border-top: 1px solid #000;}
  ul.board-list li {border-bottom: 1px solid #ccc; height: 69px ;padding-right: 100px; position: relative; line-height: 70px;}
  ul.board-list li a {font-size: 18px; font-weight: 500; width: 100%; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
  ul.board-list li a:hover {color:#0036BA}
  ul.board-list li span {position: absolute; right: 0; top: 0px; color: #999;}

  body.main_page section.works-section {background-color: #e7e9ec }
  .work-item .img_box {
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 350px;
    border-radius: 30px;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    filter: grayscale(0.5);
    transition: all 0.3s;
  }

  .work-item a:hover .img_box {    filter: grayscale(0);
    transform: scale(1.1);
  }
  .swiper.workSwiper {
    padding: 20px ;
    margin: -20px;
    position: relative;
  }
  .mainSwiper ,
.courseSwiper {
  position: relative;
  margin: 0 -20px;
  padding: 0 20px;
}

.swiper-button-next,
.swiper-button-prev {
      /* margin-right: -10px; */
      background-image: none !important;
      color: #2f89d1;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      font-size: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
}

  #sub_head {
    position: absolute;
    width: auto;
    height: 200px;
    background-image: url(/gnuboard/img/main/main_cover_1.jpg);
    top: 20px;
    left: 20px;
    right: 20px;
    border-radius: 30px;
    background-size: cover;
    background-position: center;
  }

  
.side-menu-wrap {
  background: #fff;
  padding: 20px;
  border-radius: 30px;
}

.side-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-menu > li {
  margin-bottom: 5px;
  display:none
}

.side-menu > li > a {
  height:120px;
  line-height:120px;

  display: block;
  padding: 0;
  background: white;
  color: #333;
  text-decoration: none;
  border-radius: 30px 30px 0 0;
  border-bottom:1px solid #ccc;
  font-weight: 700;
  transition: 0.3s;
  font-size:25px;
  text-align:center;
  margin: -20px -20px 20px -20px;

}

.side-menu > li > a:hover {
  background: #007bff;
  color: white;
}
.side-menu > li.active >a:before {
  position: absolute;
  content: "";
  right: -40px;
  bottom: -90px;
  width: 130px;
  height: 130px;
  border: 30px solid #fff;
  opacity: 0.1;
  border-radius: 100px;
}
.side-menu > li.active >a:after {
  position: absolute;
  content: "";
  left: -50px;
  top: -80px;
  width: 180px;
  height: 180px;
  border: 50px solid #fff;
  opacity: 0.2;
  border-radius: 100px;
}
.side-menu > li.active {display: block; }
.side-menu > li.active > a {
  position: relative; overflow: hidden;
  background: #007bff;
  color: white;
}

.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}

.side-menu > li.active .sub-menu {
  display: block;
}

.sub-menu li {
  margin: 3px 0;
}

.sub-menu a {
  display: block;
  padding: 8px 12px;
  background: white;
  color: #666;
  text-decoration: none;
  border-radius: 4px;
  font-size: 18px;
  font-while:500;
  transition: 0.3s;
}

.sub-menu a:hover {
  background: #e9ecef;
  color: #333;
  padding-left: 15px;
}

.sub-menu li.active a {
  background: #e7f3ff;
  color: #007bff;
  font-weight: 500;
}
#sub_head .sub_title
{    color: #fff;
  font-weight: 900;
  font-size: 40px;
  width: 100%;
  text-align: center;
  line-height: 200px;}
/* 상위 메뉴 active 스타일 */
#gnb_1dul > li.gnb_active > a.gnb_1da {
  color: #007bff;
  font-weight: bold;
  position: relative;
}
#gnb_1dul > li.gnb_active > a.gnb_1da:after {
position: ;
}
/* 서브메뉴 active 스타일 */
.gnb_2dli.active a {
  background: #e7f3ff;
  color: #007bff !important;
  font-weight: bold;
}

/* 전체메뉴 active 스타일 */
.gnb_al_li.gnb_active > .gnb_al_a {
  background: #007bff;
  color: white !important;
  font-weight: bold;
}

.gnb_al_li ul li.active a {
  background: #e7f3ff;
  color: #007bff !important;
  font-weight: bold;
}

/* 메뉴별 배경 이미지 */
#sub_head.menu_1 {
  background-image: url('/gnuboard/img/main/main_cover_1.jpg');
}

#sub_head.menu_2 {
  background-image: url('/gnuboard/img/main/main_cover_2.jpg');
}

#sub_head.menu_3 {
  background-image: url('/gnuboard/img/main/banner_1.png');
}

#sub_head.menu_4 {
  background-image: url('/gnuboard/img/main/banner_2.png');
}

#sub_head.menu_5 {
  background-image: url('/gnuboard/img/main/banner_3.png');
}

#sub_head.menu_6 {
  background-image: url('/gnuboard/img/main/banner_4.png');
}

#container_title .breadcrumb {
  font-size: 14px;
  color: #666;
  font-weight: normal;
  float: right;
}

#container_title .breadcrumb .separator {
  margin: 0 8px;
  color: #999;
}

#ctt_con h3 {    font-size: 25px;
  font-weight: 600;
  line-height: 1.1em;
  width: 440px;
  margin-top: -60px;
  margin-bottom: 20px;}
  #ctt_con h3 b{  font-weight: 600;
    color:#2f7cff}

    #ctt_con > .desc {    font-size: 16px;
      background-color: #f9f9f9;
      padding: 20px 30px;
      border-radius: 20px;
      font-weight: 400;
      color: #666; margin-bottom: 20px;}
dl.history { margin-top: 50px;}
dl.history dt {color:#2f7cff; font-size: 30px; font-weight: 600; position: absolute; padding-top: 20px;}
dl.history dt:after {position: absolute; height: 30px;
  background-color: #2f7cff;
content: ""; width: 200px ; height: 1px; top: 0px; left: 0; display: block;
}
dl.history dd {padding: 14px 0 50px 220px;
  font-size: 16px; position: relative;}
  dl.history dd:before {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 3px;
    background-color: #2f7cff;
    left: 210px;
    top: 26px;

  }  
  dl.history dd .info {font-size: 0.8em; color:#999}
  dl.history dd+dd {margin-top:-52px}

.gg .swiper {
  width: 100%;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  }

  .gg .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .gg .ggSwiper2 {
    height: 700px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .gg .ggwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .gg  .ggSwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
  }

  .gg .ggSwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  .gg  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .root_daum_roughmap {
    text-align: left
}

.root_daum_roughmap button,.root_daum_roughmap div,.root_daum_roughmap form,.root_daum_roughmap h1,.root_daum_roughmap h2,.root_daum_roughmap h3,.root_daum_roughmap h4,.root_daum_roughmap h5,.root_daum_roughmap h6,.root_daum_roughmap input,.root_daum_roughmap legend,.root_daum_roughmap textarea,.root_daum_roughmap ul,.root_daum_roughmap ul li {
    background: transparent;
    line-height: normal;
    margin: 0;
    padding: 0
}

.root_daum_roughmap fieldset,.root_daum_roughmap img {
    border: 0
}

.root_daum_roughmap dl,.root_daum_roughmap li,.root_daum_roughmap menu,.root_daum_roughmap ol,.root_daum_roughmap ul {
    list-style: none
}

.root_daum_roughmap blockquote,.root_daum_roughmap q {
    quotes: none
}

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

.root_daum_roughmap button,.root_daum_roughmap input,.root_daum_roughmap select,.root_daum_roughmap textarea {
    vertical-align: middle
}

.root_daum_roughmap button {
    background-color: transparent;
    border: 0;
    cursor: pointer
}

.root_daum_roughmap,.root_daum_roughmap button,.root_daum_roughmap input,.root_daum_roughmap select,.root_daum_roughmap td,.root_daum_roughmap textarea,.root_daum_roughmap th {
    color: #333;
    font-family: Malgun Gothic,dotum,sans-serif;
    font-size: 12px;
    letter-spacing: -1px;
    line-height: 1.5
}

.os_mac.root_daum_roughmap,.os_mac.root_daum_roughmap button,.os_mac.root_daum_roughmap input,.os_mac.root_daum_roughmap select,.os_mac.root_daum_roughmap td,.os_mac.root_daum_roughmap textarea,.os_mac.root_daum_roughmap th {
    font-family: AppleSDGothicNeo-Regular,dotum,sans-serif;
    letter-spacing: 0
}

.root_daum_roughmap a:active,.root_daum_roughmap a:link,.root_daum_roughmap a:visited {
    color: #333;
    text-decoration: none
}

.root_daum_roughmap a:active,.root_daum_roughmap a:link:hover {
    text-decoration: underline
}

.root_daum_roughmap address,.root_daum_roughmap caption,.root_daum_roughmap cite,.root_daum_roughmap code,.root_daum_roughmap dfn,.root_daum_roughmap em,.root_daum_roughmap var {
    font-style: normal;
    font-weight: 400
}

.root_daum_roughmap textarea {
    resize: none
}

.root_daum_roughmap .screen_out {
    display: none
}

.root_daum_roughmap .txt_bar {
    color: #d0d0d0;
    font-size: 10px
}

.root_daum_roughmap .ico_comm {
    background: url(//t1.daumcdn.net/localimg/localimages/07/2013/map/detail/ico_comm_7.gif) no-repeat 0 0;
    display: block;
    overflow: hidden;
    text-indent: -9999px
}

.root_daum_roughmap .hide_text {
    text-indent: -9999px
}

.root_daum_roughmap .img_com {
    background: url(//t1.daumcdn.net/localimg/localimages/07/2013/map/img_com03.png) no-repeat
}

.root_daum_roughmap .bt_map {
    background: url(//t1.daumcdn.net/localimg/localimages/07/2013/map/bt_map02.png) no-repeat
}

.root_daum_roughmap .title_map {
    background: url(//t1.daumcdn.net/localimg/localimages/07/2013/map/title_map.png) no-repeat
}

.root_daum_roughmap .marker_smap {
    background: url(//t1.daumcdn.net/localimg/localimages/07/2013/map/marker_smap.png) no-repeat
}

.root_daum_roughmap .bg_input {
    background: url(//t1.daumcdn.net/localimg/localimages/07/2013/map/bg_input.png)
}



.root_roughmap_popup {
    background: #fff;
    border: 1px solid #000;
    -moz-box-shadow: 0 0 7px #333;
    -webkit-box-shadow: 0 0 7px #333;
    box-shadow: 0 0 7px #333;
    width: 948px
}

.root_roughmap_popup * {
    font-family: dotum,sans-serif
}

.root_roughmap_popup label {
    cursor: pointer
}

.root_roughmap_gen_popup .hide_text,.root_roughmap_popup .hide_text {
    text-indent: -9999px
}

.root_roughmap_gen_popup .img_com,.root_roughmap_popup .img_com {
    background: url(//t1.daumcdn.net/localimg/localimages/07/2013/map/img_com03.png) no-repeat
}

.root_roughmap_popup .bt_map {
    background: url(//t1.daumcdn.net/localimg/localimages/07/2013/map/bt_map02.png) no-repeat
}

.root_roughmap_popup .title_map {
    background: url(//t1.daumcdn.net/localimg/localimages/07/2013/map/title_map.png) no-repeat
}

.root_roughmap_popup .marker_smap {
    background: url(//t1.daumcdn.net/localimg/localimages/07/2013/map/marker_smap.png) no-repeat
}

.root_roughmap_popup .bg_input {
    background: url(//t1.daumcdn.net/localimg/localimages/07/2013/map/bg_input.png)
}

.root_roughmap_popup label.on {
    font-weight: 700
}

.root_roughmap_popup .wrap_title {
    background: #f5f5f5;
    border-bottom: 1px solid #000;
    height: 33px;
    padding: 11px 0 0 16px;
    position: relative
}

.root_roughmap_popup .wrap_title .title {
    height: 20px
}

.root_roughmap_popup .wrap_title .link_roughmap_help {
    height: 31px;
    position: absolute;
    right: 71px;
    top: 8px;
    width: 62px
}

.root_roughmap_popup .wrap_title .btn_roughmap_close {
    background-position: 0 -50px;
    height: 31px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 53px
}

.root_roughmap_popup .wrap_content {
    border-bottom: 1px solid #000
}

.root_roughmap_popup .wrap_content .left {
    background: #fff;
    float: left;
    width: 235px
}

.root_roughmap_popup .wrap_content .left .input_mapsize {
    background-position: 0 -210px;
    border: 0;
    height: 25px;
    text-align: center;
    width: 76px
}

.root_roughmap_popup .wrap_content .left .btn_upload_marker {
    background-position: 0 -100px;
    border: 0;
    cursor: pointer;
    height: 45px;
    overflow: hidden;
    white-space: nowrap;
    width: 122px
}

.root_roughmap_popup .wrap_content .left .btn_upload_marker .label_file {
    cursor: pointer;
    height: 45px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 122px
}

.root_roughmap_popup .wrap_content .left .btn_upload_marker .input_file {
    left: -9999px;
    position: relative
}

.root_roughmap_popup .left .section {
    border-bottom: 1px solid silver;
    padding: 24px 0 22px 19px
}

.root_roughmap_popup .left .wrap_roughmap_output {
    border: 0
}

.root_roughmap_popup .left .section .name {
    height: 15px;
    margin-bottom: 9px
}

.root_roughmap_popup .left .wrap_roughmap_info {
    border: 0
}

.root_roughmap_popup .wrap_content .body_container {
    background: #f7f7f7;
    border-left: 1px solid #666;
    height: 707px;
    overflow: auto;
    padding: 0 29px;
    position: relative
}

.root_roughmap_popup .wrap_content .body_container .body {
    background: #f7f7f7;
    min-height: 639px;
    padding: 22px 0 21px;
    position: relative
}

.root_roughmap_popup .wrap_content .roughmap_info_txt .default_ls {
    letter-spacing: 0
}

.root_roughmap_popup .wrap_content .wrap_roughmap_info .more {
    color: #666;
    font-size: 11px;
    letter-spacing: -1px;
    position: absolute;
    right: 19px;
    text-decoration: underline;
    top: 9px
}

.root_roughmap_popup .wrap_content .wrap_roughmap_info .arrow {
    background-position: 0 -175px;
    position: absolute;
    right: 13px;
    top: 9px;
    width: 3px
}

.root_roughmap_popup .left .wrap_roughmap_output .name {
    background-position: 0 -240px
}

.root_roughmap_popup .bottom {
    background: #f2f2f2;
    border-top: 1px solid #c6c6c6;
    height: 65px
}

.root_roughmap_popup .bottom .wrap_info_txt {
    float: left;
    margin: 23px 0 0 18px
}

.root_roughmap_popup .bottom .ico_info {
    background-position: 0 -335px;
    float: left;
    height: 17px;
    width: 17px
}

.root_roughmap_popup .bottom .info_txt,.root_roughmap_popup .bottom .wrap_more {
    color: #999;
    float: left;
    font-size: 11px;
    letter-spacing: -1px;
    margin: 2px 0 0 7px
}

.root_roughmap_popup .bottom .wrap_more {
    margin-left: 13px;
    position: relative;
    width: 52px
}

.root_roughmap_popup .bottom .wrap_more .ico_more {
    background-position: 0 -180px;
    height: 5px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 3px
}

.root_roughmap_popup .bottom .more_txt {
    color: #333;
    text-decoration: underline
}

.root_roughmap_popup .bottom .btn_gen_code {
    background-position: 0 -350px;
    float: right;
    height: 43px;
    margin: 11px 16px;
    width: 199px
}

.root_roughmap_popup .wrap_content .wrap_roughmap_marker {
    padding-bottom: 16px
}

.root_roughmap_popup .wrap_content .wrap_section_name {
    position: relative
}

.root_roughmap_popup .wrap_content .wrap_roughmap_marker .btn_help_marker_icon,.root_roughmap_popup .wrap_content .wrap_roughmap_output .btn_help_marker_icon {
    background-position: 0 -300px;
    border: 0;
    height: 16px;
    left: 64px;
    position: absolute;
    top: 0;
    width: 16px
}

.root_roughmap_popup .wrap_content .wrap_roughmap_output .btn_help_marker_icon {
    left: 53px
}

.root_roughmap_popup .wrap_content .wrap_roughmap_output .btn_dynamic {
    cursor: pointer;
    float: left
}

.root_roughmap_popup .wrap_content .wrap_roughmap_output .btn_static {
    cursor: pointer
}

.root_roughmap_popup .wrap_content .wrap_roughmap_marker button {
    border: 1px solid #ddd;
    border-left: 0;
    height: 43px;
    width: 43px
}

.root_roughmap_popup .wrap_content .wrap_roughmap_marker .wrap_basic_marker_image .btn_basic_marker1 {
    background-position: 13px 9px;
    border-left: 1px solid #ddd
}

.root_roughmap_popup .wrap_content .wrap_roughmap_marker .wrap_basic_marker_image .btn_basic_marker2 {
    background-position: 13px -26px
}

.root_roughmap_popup .wrap_content .wrap_roughmap_marker .wrap_basic_marker_image .btn_basic_marker3 {
    background-position: 13px -61px
}

.root_roughmap_popup .wrap_content .wrap_roughmap_marker .wrap_basic_marker_image .btn_basic_marker4 {
    background-position: 13px -95px
}

.root_roughmap_popup .wrap_content .wrap_roughmap_marker .wrap_basic_marker_image {
    margin-left: 26px
}

.root_roughmap_popup .wrap_content .wrap_roughmap_marker .wrap_basic_marker_image li {
    cursor: pointer;
    float: left;
    margin-left: -1px;
    position: relative
}

.root_roughmap_popup .wrap_content .wrap_roughmap_marker .wrap_basic_marker_image .select_border {
    background: url(//t1.daumcdn.net/localimg/localimages/07/2013/map/img_mapover.png) no-repeat;
    display: none;
    height: 43px;
    position: absolute;
    width: 43px
}

.root_roughmap_popup .wrap_content .wrap_roughmap_marker .wrap_basic_marker_image .on .select_border {
    display: block
}

.root_roughmap_popup .wrap_content .wrap_roughmap_marker .wrap_custom_marker {
    clear: both;
    margin: 61px 0 18px
}

.root_roughmap_popup .wrap_content .wrap_roughmap_marker .wrap_btn_upload {
    height: 67px;
    margin-left: 26px
}

.root_roughmap_popup .wrap_content .wrap_roughmap_marker .wrap_btn_upload .wrap_thumb {
    float: left;
    height: 43px;
    margin-right: 6px;
    position: relative;
    width: 43px
}

.root_roughmap_popup .wrap_content .wrap_roughmap_marker .wrap_btn_upload .thumb {
    background-position: 0 -260px;
    height: 43px;
    width: 43px
}

.root_roughmap_popup .wrap_content .wrap_roughmap_marker .wrap_btn_upload .user_thumb {
    background: #fff;
    display: none;
    height: 41px;
    margin: 1px 0 0 1px;
    position: absolute;
    width: 41px
}

.root_roughmap_popup .wrap_content .wrap_roughmap_marker .wrap_btn_upload .wrap_recom_img_txt {
    line-height: 1.4em;
    margin: 2px 0 0 -1px;
    width: 141px
}

.root_roughmap_popup .wrap_content .wrap_roughmap_marker .wrap_btn_upload .recom_img_txt {
    color: #999;
    font-size: 11px
}

.root_roughmap_popup .wrap_content .wrap_roughmap_marker .wrap_btn_upload .recom_img_txt_x {
    background-position: 0 -144px;
    display: inline-block;
    height: 12px;
    margin: 0 2px;
    width: 5px
}

.root_roughmap_popup input[type=checkbox],.root_roughmap_popup input[type=radio] {
    display: block;
    left: -9999px;
    position: absolute
}

.root_roughmap_popup .wrap_roughmap_info label,.root_roughmap_popup .wrap_roughmap_marker label,.root_roughmap_popup .wrap_roughmap_size label {
    display: block;
    height: 19px;
    margin-bottom: 3px;
    padding-left: 26px;
    padding-top: 2px
}

.root_roughmap_popup .wrap_output label.on,.root_roughmap_popup .wrap_roughmap_marker label.on,.root_roughmap_popup .wrap_roughmap_size label.on {
    background-position: 0 -30px
}

.root_roughmap_popup .wrap_roughmap_info label {
    background-position: 0 -60px
}

.root_roughmap_popup .wrap_roughmap_info label.on {
    background-position: 0 -90px
}

.root_roughmap_popup .wrap_roughmap_size .wrap_input_mapsize {
    left: 26px;
    position: relative;
    white-space: nowrap;
    width: 180px
}

.root_roughmap_popup .wrap_roughmap_size .icon_x {
    background-position: 0 -120px;
    display: inline-block;
    height: 9px;
    margin: 0 2px;
    position: relative;
    text-indent: -9999px;
    top: 2px;
    width: 9px
}

.root_roughmap_popup .left .wrap_roughmap_size .name {
    background-position: 0 -30px
}

.root_roughmap_popup .left .wrap_roughmap_marker .name {
    background-position: 0 -60px
}

.root_roughmap_popup .left .wrap_roughmap_info .name {
    background-position: 0 -90px
}

.root_daum_roughmap .section_address {
    overflow: auto
}

.root_daum_roughmap .section_address .wrap_modify .border {
    border: 1px solid #ededed;
    height: 26px;
    margin-bottom: 3px;
    position: relative
}

.root_daum_roughmap .section_address .tit {
    color: #222;
    float: left;
    font-size: 13px;
    line-height: 17px;
    width: 78px
}

.root_daum_roughmap .section_address .txt {
    border: 0;
    border-radius: 2px;
    color: #222;
    display: block;
    font-size: 13px;
    line-height: 17px;
    overflow: hidden
}

.os_mac.root_daum_roughmap .section_address .tit,.os_mac.root_daum_roughmap .section_address .txt {
    font-size: 14px
}

.root_daum_roughmap .section_address .wrap_modify .bottom {
    margin: 11px 0 32px
}

.root_daum_roughmap .section_address .wrap_modify .bottom .txt {
    color: #999;
    float: left;
    font-size: 11px;
    letter-spacing: -1px
}

.root_daum_roughmap .section_address .wrap_modify .bottom .wrap_modi_btns {
    float: left;
    margin-left: 8px
}

.root_daum_roughmap .section_address .wrap_modify .bottom .btn {
    color: #666;
    float: left;
    font-size: 11px;
    letter-spacing: -1px;
    text-decoration: underline
}

.root_daum_roughmap .section_address .wrap_modify .bottom .bar {
    border-left: 1px solid #ddd;
    float: left;
    height: 11px;
    margin: 2px 7px 0;
    width: 0
}

.root_roughmap_gen_popup {
    background: #fff;
    -moz-box-shadow: 0 0 7px #333;
    -webkit-box-shadow: 0 0 7px #333;
    box-shadow: 0 0 7px #333;
    margin: -237px 0 0 -316px;
    position: fixed;
    -webkit-transform: translateZ(0);
    width: 623px
}

.root_roughmap_gen_popup input[type=radio] {
    display: block;
    left: -9999px;
    position: absolute
}

.root_roughmap_gen_popup label.on {
    font-weight: 700
}

.root_roughmap_gen_popup .head {
    background: #f5f5f5;
    border-bottom: 1px solid #efefef;
    height: 56px;
    padding: 17px 0 0 28px
}

.root_roughmap_gen_popup .head .wrap_tit {
    letter-spacing: -1px;
    line-height: 1em
}

.root_roughmap_gen_popup .head .tit {
    color: #000;
    font: 700 21px dotum,sans-serif;
    margin-bottom: 6px
}

.root_roughmap_gen_popup .head .tit_info {
    color: #888;
    font-size: 11px
}

.root_roughmap_gen_popup .body {
    padding: 18px 28px
}

.root_roughmap_gen_popup .wrap_radio {
    height: 27px
}

.root_roughmap_gen_popup .wrap_radio label {
    float: left;
    height: 19px;
    margin-right: 24px;
    padding-left: 24px;
    padding-top: 2px
}

.root_roughmap_gen_popup .wrap_radio label.on {
    background-position: 0 -30px
}

.root_roughmap_gen_popup .btn_close_roughmap_gen_layer {
    background: url(//t1.daumcdn.net/localimg/localimages/07/2018/pc/roughMap/bt_map.png) no-repeat;
    height: 36px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 36px;
    z-index: 10
}

.root_roughmap_gen_popup .body .code_type_desc {
    border: 1px solid #ebebeb;
    line-height: 17px;
    padding: 19px 17px 12px
}

.root_roughmap_gen_popup.img_map .body .code_type_desc_js,.root_roughmap_gen_popup.js_map .body .code_type_desc_img {
    display: none
}

.root_roughmap_gen_popup .body .code_type_desc li {
    background-position: 0 -539px;
    color: #777;
    margin-bottom: 4px;
    overflow: auto;
    padding-left: 8px
}

.root_roughmap_gen_popup .body .code_type_desc li span {
    float: left
}

.root_roughmap_gen_popup .body .code_type_desc em {
    color: #5ea2ff;
    text-decoration: underline
}

.root_roughmap_gen_popup .body .code_type_desc .ico_zoom {
    background-position: 0 -485px;
    height: 14px;
    margin: 0 2px;
    width: 14px
}

.root_roughmap_gen_popup .body .code_type_desc .zoomout {
    background-position: 0 -515px
}

.root_roughmap_gen_popup .body .wrap_ta {
    height: 130px;
    margin-top: 6px;
    position: relative;
    width: 567px
}

.root_roughmap_gen_popup .body .wrap_ta .loading {
    left: 50%;
    margin: -10.5px 0 0 -10.5px;
    position: absolute;
    top: 50%
}

.root_roughmap_gen_popup .body .code_ta {
    background: #f8f8f8;
    border-color: #979797 #d8d8d8 #d8d8d8 #979797;
    border-style: solid;
    border-width: 1px;
    height: 108px;
    padding: 10px 13px;
    width: 539px
}

.root_roughmap_gen_popup .body .copy_info {
    color: #999;
    font-size: 11px;
    letter-spacing: -1px;
    margin: 11px 0 9px;
    padding-left: 25px;
    position: relative
}

.root_roughmap_gen_popup .body .copy_info .ico_copy_info {
    background-position: 0 -385px;
    height: 17px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 17px
}

.root_roughmap_gen_popup .body .copy_info em {
    color: #333
}

.root_roughmap_gen_popup .body .copy_info .normal_ls {
    letter-spacing: 0
}

.root_roughmap_gen_popup.js_map .body .copy_info .html_mode_info {
    display: none
}

.root_roughmap_gen_popup .body .copy_info .html_mode_info .img {
    margin-top: 8px
}

.root_daum_roughmap {
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    width: 100%
}

.root_daum_roughmap .wrap_map {
    height: 300px;
    position: relative
}

.root_daum_roughmap .map {
    height: 100%;
    position: relative;
    width: 100%
}

.root_daum_roughmap .map_border {
    filter: alpha(opacity="10");
    opacity: .1;
    position: absolute;
    z-index: 2
}

.root_daum_roughmap .border1 {
    border: 1px solid #000;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    width: 100%
}

.root_daum_roughmap .border2 {
    border: 1px solid #000;
    border-radius: 0 0 2px 2px;
    border-top: 0;
    bottom: 0;
    height: 1px;
    left: 0;
    right: 0;
    width: 100%
}

.root_daum_roughmap .border3 {
    background-color: #000;
    bottom: 2px;
    left: 0;
    top: 2px;
    width: 1px
}

.root_daum_roughmap .border4 {
    background-color: #000;
    bottom: 2px;
    right: 0;
    top: 2px;
    width: 1px
}

.roughmap_maker_label {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    position: relative
}

.roughmap_maker_label .roughmap_lebel_text {
    background-color: #fff;
    border-radius: 3px;
    color: #000;
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
    padding: 4px 8px 7px;
    position: relative;
    z-index: 10
}

.roughmap_maker_label .roughmap_lebel_edit {
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    padding: 4px 8px 7px
}

.roughmap_maker_label .roughmap_lebel_edit input {
    background: #fff;
    border: 0;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    height: 21px;
    line-height: 15px;
    vertical-align: top
}

.roughmap_maker_label:after {
    background: url(//t1.daumcdn.net/localimg/localimages/07/2018/pc/map/roughmap_maker_tail.png) no-repeat;
    bottom: -8px;
    content: "";
    height: 18px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 17px
}

.os_mac .roughmap_maker_label .roughmap_lebel_text {
    font-size: 12px;
    padding: 6px 8px 5px
}

.os_mac .roughmap_maker_label .roughmap_lebel_edit {
    padding: 6px 8px 5px;
    position: relative;
    z-index: 10
}

.os_mac .roughmap_maker_label .roughmap_lebel_edit input {
    font-size: 12px
}

.roughmap_maker_label .roughmap_lebel_edit input[type=text]::-ms-clear {
    display: none
}

.roughmap_maker_label .roughmap_lebel_edit button {
    background-color: #3396ff;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    height: 21px;
    line-height: 15px;
    padding: 2px 0 4px;
    text-align: center;
    vertical-align: top;
    width: 36px
}

.os_mac .roughmap_maker_label .roughmap_lebel_edit button {
    padding: 4px 0 2px
}

.roughmap_editable_label {
    background: url(//t1.daumcdn.net/localimg/localimages/07/2014/img/ico_clickinfo.png) no-repeat;
    display: block;
    height: 63px;
    margin: -40px 0 0 18px;
    text-indent: -999px;
    width: 63px
}

.root_daum_roughmap .cont {
    margin-top: -1px;
    overflow: hidden;
    position: relative
}

.root_daum_roughmap .cont .section {
    border-bottom: 1px solid #f2f2f2;
    margin: 0 20px;
    padding: 20px 0
}

.root_daum_roughmap .cont .section.lst {
    border-bottom: 0
}

.root_daum_roughmap .cont .section_address {
    padding-top: 20px
}

.root_daum_roughmap .section_address .address .bar {
    border-left: 1px solid #ddd;
    display: inline-block;
    height: 11px;
    margin: 0 9px;
    position: relative;
    top: 2px
}

.root_daum_roughmap .section_address .address .btn_modify_address {
    color: #666;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: -1px;
    text-decoration: underline
}

.root_daum_roughmap .section_address .address {
    overflow: hidden
}

.root_daum_roughmap .section_address .phone {
    margin-top: 10px;
    overflow: hidden
}

.root_daum_roughmap .section_address .list {
    float: left;
    line-height: 14px;
    padding-bottom: 9px;
    width: 370px
}

.root_daum_roughmap .section_address .phoneTooltopParent {
    position: relative;
    z-index: 11
}

.root_daum_roughmap .section_address .pageTooltopParent {
    position: relative;
    z-index: 3
}

.root_daum_roughmap .section_address .num {
    color: #0f7833;
    margin-top: 2px
}

.root_daum_roughmap .section_address .pd_top1 {
    padding-top: 1px
}

.root_daum_roughmap .section_address .desc {
    position: relative
}

.root_daum_roughmap .section_address .desc .link {
    color: #999;
    font-size: 11px;
    letter-spacing: -1px;
    margin-top: 3px;
    text-decoration: underline
}

.root_daum_roughmap .section_address .desc .info_more {
    float: left;
    margin: 0 6px 0 0;
    padding-left: 6px
}

.root_daum_roughmap .section_address .layer_tooltip li {
    margin-bottom: 6px;
    white-space: nowrap
}

.root_daum_roughmap .section_address .layer_tooltip .lst {
    margin-bottom: 0
}

.root_daum_roughmap .section_address .tit_etc {
    display: none
}

.root_daum_roughmap .section_address .on .tit_etc {
    display: block;
    font-size: 0;
    height: 1px;
    left: -9999px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    width: 1px
}

.root_daum_roughmap .section_address .layer_homepage {
    left: 0;
    padding: 9px 14px 8px 11px;
    top: 20px
}

.root_daum_roughmap .section_address .layer_telecast {
    left: 0;
    top: 20px;
    width: 259px
}

.root_daum_roughmap .section_address .layer_telecast .list_program {
    height: 1%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 10px
}

.root_daum_roughmap .section_address .layer_telecast .scroll {
    height: 143px;
    overflow-y: scroll
}

.root_daum_roughmap .section_address .layer_telecast li {
    float: left;
    margin: 0;
    padding: 0 0 6px 16px;
    width: 236px
}

.root_daum_roughmap .section_address .scroll li {
    width: 226px
}

.root_daum_roughmap .section_address .scroll .lst {
    padding-bottom: 10px
}

.root_daum_roughmap .section_address .layer_telecast .program {
    float: left;
    margin-top: 1px;
    width: 172px
}

.root_daum_roughmap .section_address .scroll .program {
    float: left;
    margin-top: 1px;
    width: 162px
}

.root_daum_roughmap .section_address .layer_telecast .time {
    color: #999;
    float: right;
    font-family: Tahoma;
    font-size: 11px;
    width: 60px
}

.root_daum_roughmap .section_address .grade_star {
    float: left;
    margin-bottom: 7px;
    padding-left: 1px;
    width: 370px
}

.root_daum_roughmap .section_address .grade_star .star {
    background-position: 0 -115px;
    display: block;
    height: 12px
}

.root_daum_roughmap .section_address .grade_star .star_comm {
    background-position: 0 -100px;
    float: left;
    height: 15px;
    width: 65px
}

.root_daum_roughmap .section_address .grade_star .num_em {
    color: #000;
    float: left;
    font-family: tahoma;
    font-size: 14px;
    font-weight: 700;
    height: 15px;
    line-height: 15px;
    margin: 0 3px 0 6px
}

.root_daum_roughmap .section_address .grade_star .num_comm {
    color: #666;
    float: left;
    margin: 0 0 0 2px;
    padding-right: 2px
}

.root_daum_roughmap .section_address .grade_star .link {
    color: #999;
    float: left;
    font-size: 11px;
    letter-spacing: -1px;
    margin-top: 1px;
    padding-left: 4px;
    text-decoration: underline
}

.root_daum_roughmap .section_address .grade_star .txt_bar {
    color: #ddd;
    float: left
}

.root_daum_roughmap .section .title {
    color: #222;
    display: block;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 8px
}

.root_daum_roughmap .section_busline .wrap_list {
    margin-bottom: -7px
}

.root_daum_roughmap .section_busline .wrap_list li {
    margin-bottom: 7px;
    overflow: hidden
}

.root_daum_roughmap .section_busline .wrap_list .txt {
    display: block;
    overflow: hidden
}

.root_daum_roughmap .section_busline .wrap_list .txt .txt_item {
    color: #222;
    float: left;
    font-size: 12px;
    line-height: 16px
}

.root_daum_roughmap .section_busline .wrap_list .txt a {
    white-space: nowrap
}

.root_daum_roughmap .section_busline .how_way .txt_bar {
    background-color: #e2e2e2;
    display: inline-block;
    height: 10px;
    margin: 2px 5px 0;
    vertical-align: top;
    width: 1px
}

.os_mac.root_daum_roughmap .section .title {
    font-size: 14px
}

.os_mac.root_daum_roughmap .section_busline .wrap_list .txt .txt_item {
    font-size: 13px
}

.root_daum_roughmap .section_busline .icon_bus {
    background: url(//t1.daumcdn.net/localimg/localimages/07/2018/pc/ico_traffic_241114.png) no-repeat;
    float: left;
    font-size: 0;
    height: 16px;
    line-height: 0;
    margin-right: 6px;
    overflow: hidden;
    text-indent: -9999px;
    width: 26px
}

.root_daum_roughmap .section_busline .ico_bus1 .icon_bus {
    background-position: 0 -410px
}

.root_daum_roughmap .section_busline .ico_bus2 .icon_bus {
    background-position: -60px -410px
}

.root_daum_roughmap .section_busline .ico_bus3 .icon_bus {
    background-position: -150px -410px
}

.root_daum_roughmap .section_busline .ico_bus4 .icon_bus {
    background-position: -210px -410px
}

.root_daum_roughmap .section_busline .ico_bus5 .icon_bus {
    background-position: -90px -410px
}

.root_daum_roughmap .section_busline .ico_bus6 .icon_bus {
    background-position: -300px -410px
}

.root_daum_roughmap .section_busline .ico_bus7 .icon_bus {
    background-position: -330px -410px
}

.root_daum_roughmap .section_busline .ico_bus8 .icon_bus {
    background-position: -360px -410px
}

.root_daum_roughmap .section_busline .ico_bus9 .icon_bus {
    background-position: -240px -410px
}

.root_daum_roughmap .section_busline .ico_bus10 .icon_bus {
    background-position: -30px -410px
}

.root_daum_roughmap .section_busline .ico_bus11 .icon_bus {
    background-position: -180px -410px
}

.root_daum_roughmap .section_busline .ico_bus12 .icon_bus {
    background-position: -270px -410px
}

.root_daum_roughmap .section_busline .ico_bus13 .icon_bus {
    background-position: 0 -430px;
    height: 16px;
    width: 33px
}

.root_daum_roughmap .section_busline .ico_bus14 .icon_bus {
    background-position: -120px -410px
}

.root_daum_roughmap .section_busstop .wrap_list {
    margin: 0 -16px -6px 0
}

.root_daum_roughmap .section_busstop .wrap_list li {
    display: inline-block;
    margin: 0 16px 6px 0;
    vertical-align: top;
    white-space: nowrap
}

.root_daum_roughmap .section_busstop .wrap_list li a {
    color: #222;
    display: block;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden
}

.root_daum_roughmap .section_busstop .icon_bus {
    background: url(//t1.daumcdn.net/localimg/localimages/07/2018/pc/roughMap/ico_bus.png) no-repeat;
    float: left;
    height: 18px;
    margin-right: 6px;
    overflow: hidden;
    width: 18px
}

.root_daum_roughmap .section_busstop .icon_bus1 {
    background-position: 0 0
}

.root_daum_roughmap .section_busstop .icon_bus2 {
    background-position: 0 -20px
}

.root_daum_roughmap .section_busstop .icon_bus3 {
    background-position: 0 -40px
}

.root_daum_roughmap .section_busstop .icon_bus4 {
    background-position: 0 -60px
}

.root_daum_roughmap .section_busstop .icon_bus5 {
    background-position: 0 -80px
}

.root_daum_roughmap .section_busstop .icon_bus6 {
    background-position: 0 -100px
}

.root_daum_roughmap .section_busstop .icon_bus7 {
    background-position: 0 -120px
}

.root_daum_roughmap .section_busstop .icon_bus8 {
    background-position: 0 -140px
}

.root_daum_roughmap .section_busstop .icon_bus9 {
    background-position: 0 -160px
}

.root_daum_roughmap .section_busstop .icon_bus10 {
    background-position: 0 -180px
}

.root_daum_roughmap .section_busstop .icon_bus11 {
    background-position: 0 -200px
}

.root_daum_roughmap .section_busstop .icon_bus12 {
    background-position: 0 -220px
}

.root_daum_roughmap .section_busstop .icon_bus13 {
    background-position: 0 -240px
}

.root_daum_roughmap .section_busstop .icon_bus14 {
    background-position: 0 -260px
}

.root_daum_roughmap .section_busstop .icon_bus15 {
    background-position: 0 -280px
}

.os_mac.root_daum_roughmap .section_busstop .wrap_list li a {
    font-size: 13px;
    margin-top: 1px
}

.root_daum_roughmap .section_subway {
    overflow: hidden
}

.root_daum_roughmap .section_subway .wrap_list {
    margin-right: -16px
}

.root_daum_roughmap .section_subway .wrap_list li {
    display: inline-block;
    margin-right: 16px;
    vertical-align: top
}

.root_daum_roughmap .section_subway .wrap_list li a {
    color: #222;
    display: block;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    position: relative;
    top: -2px
}

.root_daum_roughmap .section_subway .ico_subway {
    background: url(//t1.daumcdn.net/localimg/localimages/07/2018/pc/ico_traffic_241114.png) no-repeat;
    float: left;
    height: 14px;
    margin-right: 5px;
    overflow: hidden;
    width: 14px
}

.root_daum_roughmap .section_subway .ico_subway01 {
    background-position: 0 0
}

.root_daum_roughmap .section_subway .ico_subway02 {
    background-position: -20px 0
}

.root_daum_roughmap .section_subway .ico_subway03 {
    background-position: -40px 0
}

.root_daum_roughmap .section_subway .ico_subway04 {
    background-position: -60px 0
}

.root_daum_roughmap .section_subway .ico_subway05 {
    background-position: -80px 0
}

.root_daum_roughmap .section_subway .ico_subway06 {
    background-position: -100px 0
}

.root_daum_roughmap .section_subway .ico_subway07 {
    background-position: -120px 0
}

.root_daum_roughmap .section_subway .ico_subway08 {
    background-position: -140px 0
}

.root_daum_roughmap .section_subway .ico_subway09 {
    background-position: -160px 0
}

.root_daum_roughmap .section_subway .ico_subway10 {
    background-position: -130px -40px;
    width: 25px
}

.root_daum_roughmap .section_subway .ico_subway11 {
    background-position: -130px -20px;
    width: 34px
}

.root_daum_roughmap .section_subway .ico_subway12 {
    background-position: -290px -20px;
    width: 25px
}

.root_daum_roughmap .section_subway .ico_subway13 {
    background-position: -50px -40px;
    width: 32px
}

.root_daum_roughmap .section_subway .ico_subway14 {
    background-position: -90px -40px;
    width: 32px
}

.root_daum_roughmap .section_subway .ico_subway15 {
    background-position: -200px -20px;
    width: 34px
}

.root_daum_roughmap .section_subway .ico_subway16 {
    background-position: -170px -20px;
    width: 25px
}

.root_daum_roughmap .section_subway .ico_subway17,.root_daum_roughmap .section_subway .ico_subway18 {
    background-position: -180px 0
}

.root_daum_roughmap .section_subway .ico_subway19 {
    background-position: -200px 0
}

.root_daum_roughmap .section_subway .ico_subway20 {
    background-position: -20px 0
}

.root_daum_roughmap .section_subway .ico_subway21 {
    background-position: -220px 0
}

.root_daum_roughmap .section_subway .ico_subway22 {
    background-position: -240px 0
}

.root_daum_roughmap .section_subway .ico_subway23 {
    background-position: -20px 0
}

.root_daum_roughmap .section_subway .ico_subway24 {
    background-position: -260px 0
}

.root_daum_roughmap .section_subway .ico_subway25 {
    background-position: -280px 0
}

.root_daum_roughmap .section_subway .ico_subway26 {
    background-position: -50px -20px;
    width: 42px
}

.root_daum_roughmap .section_subway .ico_subway27 {
    background-position: -160px -40px;
    width: 25px
}

.root_daum_roughmap .section_subway .ico_subway28 {
    background-position: -100px -20px;
    width: 25px
}

.root_daum_roughmap .section_subway .ico_subway29 {
    background-position: 0 -40px;
    width: 42px
}

.root_daum_roughmap .section_subway .ico_subway30 {
    background-position: -190px -40px;
    width: 25px
}

.root_daum_roughmap .section_subway .ico_subway31 {
    background-position: -220px -40px;
    width: 42px
}

.root_daum_roughmap .section_subway .ico_subway32 {
    background-position: -240px -20px;
    width: 42px
}

.root_daum_roughmap .section_subway .ico_subway33 {
    background-position: -270px -40px;
    width: 42px
}

.root_daum_roughmap .section_subway .ico_subway34 {
    background-position: 0 -20px;
    width: 42px
}

.root_daum_roughmap .section_subway .ico_subway35 {
    background-position: -320px -40px;
    width: 25px
}

.root_daum_roughmap .section_subway .ico_subway36 {
    background-position: -350px -40px;
    width: 42px
}

.root_daum_roughmap .section_subway .ico_subway37 {
    background-position: -398px -40px;
    width: 42px
}

.root_daum_roughmap .section_subway .ico_subway38 {
    background-position: -446px -40px;
    width: 25px
}

.root_daum_roughmap .section_subway .ico_subway39 {
    background-position: -480px -40px;
    width: 34px
}

.root_daum_roughmap .section_subway .ico_subway40 {
    background-position: -520px -40px;
    width: 25px
}

.os_mac.root_daum_roughmap .section_subway .wrap_list li a {
    font-size: 13px;
    top: 0
}

.root_daum_roughmap .section_howtogo .title {
    float: left;
    width: 78px
}

.root_daum_roughmap .section_howtogo .wrap_ta {
    overflow: hidden
}

.root_daum_roughmap .section_howtogo .wrap_ta .border {
    background-color: #f8f8f8;
    background-color: rgba(46,46,46,.03);
    border-radius: 2px
}

.root_daum_roughmap .section_howtogo .wrap_ta .ta {
    background: transparent;
    border: 0;
    display: block;
    font-size: 13px;
    height: 48px;
    line-height: 17px;
    overflow: hidden;
    padding: 10px 0;
    resize: none;
    text-indent: 10px;
    width: 100%
}

.root_daum_roughmap .section_howtogo .wrap_ta .ta::-webkit-input-placeholder {
    color: #999
}

.root_daum_roughmap .section_howtogo .wrap_ta .ta:-moz-placeholder,.root_daum_roughmap .section_howtogo .wrap_ta .ta::-moz-placeholder {
    color: #999
}

.root_daum_roughmap .section_howtogo .wrap_ta .ta:-ms-input-placeholder {
    color: #999
}

.os_mac.root_daum_roughmap .section_howtogo .wrap_ta .ta {
    font-size: 14px
}

.root_daum_roughmap .wrap_controllers {
    background-color: #f9f9f9;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 0 0 2px 2px;
    overflow: hidden;
    padding: 7px 11px
}

.root_daum_roughmap .wrap_controllers .tit_controllers {
    float: left
}

.root_daum_roughmap .wrap_controllers .tit_controllers img {
    display: block;
    height: 16px;
    width: 72px
}

.root_daum_roughmap .wrap_controllers .wrap_btn_roadview {
    float: right;
    font-size: 11px;
    position: relative;
    top: 1px
}

.root_daum_roughmap .wrap_controllers .wrap_btn_roadview .txt {
    color: #000;
    float: left;
    height: 15px;
    line-height: 15px;
    padding-top: 1px
}

.os_mac.root_daum_roughmap .wrap_controllers .wrap_btn_roadview {
    font-size: 12px;
    top: 0
}

.root_daum_roughmap .wrap_controllers .wrap_btn_roadview .txt_bar {
    border-left: 1px solid #d0d0d0;
    height: 11px;
    margin: 0 8px 0 9px;
    padding: 0;
    position: relative;
    top: 2px;
    vertical-align: top;
    width: 1px
}

.root_daum_roughmap .wrap_controllers .wrap_btn_roadview>* {
    float: left
}

.root_daum_roughmap .wrap_btn_zoom,.root_daum_roughmap .wrap_btn_zoom .img_zoom {
    background: url(//t1.daumcdn.net/localimg/localimages/07/2018/pc/detail/img_zoom.png) no-repeat;
    display: block;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px
}

.root_daum_roughmap .wrap_btn_zoom {
    bottom: 0;
    height: 104px;
    margin: auto;
    position: absolute;
    right: 8px;
    top: 0;
    z-index: 20
}

.root_daum_roughmap .wrap_btn_zoom button {
    display: block;
    outline: none;
    padding: 2px
}

.root_daum_roughmap .wrap_btn_zoom button .img_zoom {
    height: 30px;
    width: 30px
}

.root_daum_roughmap .wrap_btn_zoom button:hover .img_zoom {
    filter: alpha(opacity=60);
    opacity: .6
}

.root_daum_roughmap .wrap_btn_zoom button:active .img_zoom {
    filter: alpha(opacity=100);
    opacity: 1
}

.root_daum_roughmap .wrap_btn_zoom .btn_zoom_in {
    background-position: 0 0;
    padding-bottom: 0
}

.root_daum_roughmap .wrap_btn_zoom .btn_zoom_in .img_zoom {
    background-position: -80px -2px
}

.root_daum_roughmap .wrap_btn_zoom .btn_zoom_out {
    background-position: 0 -31px
}

.root_daum_roughmap .wrap_btn_zoom .btn_zoom_out .img_zoom {
    background-position: -80px -33px
}

.root_daum_roughmap .wrap_btn_zoom .btn_zoom_reset {
    background-position: 0 -70px;
    margin-top: 4px
}

.root_daum_roughmap .wrap_btn_zoom .btn_zoom_reset .img_zoom {
    background-position: -80px -71px
}

.root_daum_roughmap .wrap_btn_zoom .btn_zoom_in:active {
    background-position: -40px 0
}

.root_daum_roughmap .wrap_btn_zoom .btn_zoom_out:active {
    background-position: -40px -31px
}

.root_daum_roughmap .wrap_btn_zoom .btn_zoom_reset:active {
    background-position: -40px -70px
}

.root_daum_roughmap .wrap_controllers .wrap_btn_zoom>* {
    background: url(//t1.daumcdn.net/localimg/localimages/07/2013/map/test/bt_tool.gif) 0 0 no-repeat;
    float: left;
    height: 22px;
    width: 25px
}

.root_daum_roughmap .wrap_controllers .wrap_btn_zoom .btn_zoom_out {
    background-position: -25px 0
}

.root_daum_roughmap .wrap_controllers .wrap_btn_zoom .btn_zoom_out:hover {
    background-position: -25px -22px
}

.root_daum_roughmap .wrap_controllers .wrap_btn_zoom .btn_zoom_in:hover {
    background-position: 0 -22px
}

.root_daum_roughmap .wrap_controllers .wrap_btn_zoom .btn_big_map {
    background-position: -50px 0;
    cursor: pointer;
    width: 26px
}

.root_daum_roughmap .wrap_controllers .wrap_btn_zoom .btn_big_map:hover {
    background-position: -50px -22px
}

.root_daum_roughmap_landing {
    background: transparent;
    margin: 0;
    overflow: hidden
}

.root_daum_roughmap_landing .section_howtogo .wrap_ta .border {
    background-color: transparent;
    border-radius: 0
}

.root_daum_roughmap_landing .section_howtogo .wrap_ta .ta {
    color: #222;
    height: auto;
    padding: 0;
    text-indent: 0
}

.root_daum_roughmap_landing .border2 {
    display: none
}

.root_daum_roughmap_landing .border3,.root_daum_roughmap_landing .border4 {
    bottom: 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi) {
    .root_roughmap_gen_popup .btn_close_roughmap_gen_layer {
        background-image:url(//t1.daumcdn.net/localimg/localimages/07/2018/pc/roughMap/bt_map2x.png);
        background-size: 37px 36px
    }

    .roughmap_maker_label:after {
        background-image: url(//t1.daumcdn.net/localimg/localimages/07/2018/pc/map/roughmap_maker_tail2x.png);
        background-size: 17px 18px
    }

    .root_daum_roughmap .section_busstop .icon_bus {
        background-image: url(//t1.daumcdn.net/localimg/localimages/07/2018/pc/roughMap/ico_bus2x.png);
        background-size: 18px 298px
    }

    .root_daum_roughmap .section_busline .icon_bus,.root_daum_roughmap .section_subway .ico_subway {
        background-image: url(//t1.daumcdn.net/localimg/localimages/07/2018/pc/rtn/ico_traffic_241114.png);
        background-size: 590px auto
    }

    .root_daum_roughmap .wrap_btn_zoom,.root_daum_roughmap .wrap_btn_zoom .img_zoom {
        background-image: url(//t1.daumcdn.net/localimg/localimages/07/2018/pc/detail/img_zoom2x.png);
        background-size: 110px 104px
    }
}


#ctt h3 {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: normal;
  font-size: 24px;
  color: #000;
  font-family: 'ns_b';
}

#ctt h3:before {
  position: absolute;
  content: "";
  left: 0;
  top:-8px;
  width: 50px;
  height: 5px;
  background-color: #2375eb;
}

.table th, .table td {
  text-align: center;
  position: relative;
  padding:6px 10px; height: 20px;
  font-weight: 400;
  font-size:16px;
  vertical-align: middle;
  border: 1px solid #ccc;
}

.table th:last-child, .table td:last-child {
	border-right: none;
}

.table td .q_type {
  text-align: left;
  ;
  padding: 0 15px
}
.table th {
 font-weight: 700;
  background-color: #d6e9ff;
  height: 45px;
}
.table tbody th {
  background-color: #f9f9f9;
}
.table {
  width: 100%;
    min-width: 600px; /* 모바일에서 표가 너무 찌그러지지 않게 최소 너비 확보 */
    border-collapse: collapse; /* 테두리 겹침 방지 */
    font-size: 14px;
    color: #444;
    border:1px solid #ccc;
    border-top:2px solid #999;
    margin-bottom: 60px; /* 테이블 간 간격 */
}
#bo_w .bo_v_option .chk_box input[type="checkbox"] + label span
{top: 3px;
  left: 0px;}
.con_info { position: relative; min-height: 500px;
font-size: 16px;
padding-right: 450px;
padding-top:40px;
text-align: right;
}
.con_info:after
{
  position: absolute;
  content: "";
  width: 400px;
  height: 500px;
  right: 0;
  top: 0;
  background-image: url(/gnuboard/img/main/intro.jpg);
  background-size: cover;
  border-radius: 20px;
  background-position: right;
  }

  .con_info .head {font-size:20px;
  font-weight: 600; font-size: 30px;
margin-bottom: 50px;
}

  .con_info .head .highlight { color: #0036BA;
  }
  .con_info p {font-size:18px; margin:30px 0; line-height: 1.4em;}



  /* 메인 컨테이너 (900px 고정) */
  .container {
    width: 900px;
    margin: 40px auto;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-radius: 8px;
    overflow: hidden;
}

/* 1. 헤더 영역 */
header {
  display: none;
    text-align: center;
    padding: 60px 20px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.brand-subtitle {
    color: #e67e22; /* 오렌지 포인트 컬러 */
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.brand-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
}

.brand-desc {
    font-size: 18px;
    color: #666;
    font-weight: 300;
    margin-bottom : 50px
}

/* 2. 소개 텍스트 영역 */
.intro-section {
    padding: 50px 80px;
    text-align: center;
    background-color: #fff;
}
.intro-text { position: relative;
padding-bottom:70px; border-bottom:2px dotted #ccc
}
.intro-text:after {
  position: absolute;
  top: -130px;
  bottom: 70px;
  background-color: #f9f9f9;
  width: 400px;
  display: block;
  content: "";
  right: 0;
  border-radius: 20px;
  background-image: url(/gnuboard/img/main/main_cover_1.jpg);
  
  background-size: cover;
  background-position: bottom right
}
.intro-text p {
    margin-bottom: 20px;
    font-size: 16px;
    word-break: keep-all;
    color: #444;
}

.intro-highlight {
    font-weight: 600;
    color: #e67e22;
}

/* 3. 차별화 포인트 (카드 UI) */
.features-section {
    background-color: #fcfcfc;
    padding: 60px 50px;
    text-align: center;
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 60px;
    margin-top:70px;
    position: relative;
    display: inline-block;
}

/* 바늘땀(스티치) 효과 */
.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #e67e22;
    margin: 15px auto 0;
    left: 0;
    position: absolute;
}

.cards-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.card {
    flex: 1;
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    border: 1px solid #eee;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    transition: transform 0.3s ease;
    text-align: left;
    width: 30%;
}

.card:hover {
    transform: translateY(-5px);
    border-color: #e67e22;
}

.card h3 {
    font-size: 20px;
    color: #e67e22;
    margin-bottom: 15px;
    border-bottom: 2px dashed #eee; /* 점선 효과 */
    padding-bottom: 10px;
}

.card ul {
    list-style: none;
}

.card li {
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
    color: #555;
}

.card li::before {
    content: '•';
    color: #e67e22;
    position: absolute;
    left: 0;
    top: 0;
}

/* 4. 지점 안내 영역 */
.locations-section {
    padding: 60px 50px;
    background-color: #333; /* 어두운 배경으로 대비 */
    color: #fff;
}

.locations-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.location-item {
    width: 48%; /* 2열 배치 */
    margin-bottom: 20px;
    padding: 20px;
    background-color: rgba(255,255,255,0.05);
    border-radius: 8px;
}

.location-name {
    font-size: 18px;
    font-weight: 700;
    color: #e67e22;
    margin-bottom: 10px;
}

.location-tel {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.location-addr {
    font-size: 13px;
    color: #aaa;
    font-weight: 300;
}

/* 5. 푸터 강조 문구 */
.footer-banner {
    background-color: #e67e22;
    color: #fff;
    text-align: center;
    padding: 25px;
    font-weight: 500;
    font-size: 16px;
}

.price-container {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  border-radius: 8px;
}

.price-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #222;
  position: relative;
}

/* 재봉틀 아이콘 느낌의 장식 */
.price-title::before {
  content: '🧵';
  margin-right: 10px;
  font-size: 28px;
}

/* 두 테이블을 감싸는 래퍼 (반응형) */
.tables-wrapper {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap; /* 화면 좁으면 줄바꿈 */
}

/* 개별 테이블 스타일 */
.table-box {
  flex: 1;
  min-width: 300px; /* 너무 좁아지지 않도록 */
}

.category-header {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px 8px 0 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

th {
  background-color: #f8f8f8;
  color: #555;
  font-weight: 600;
  padding: 10px;
  border-bottom: 2px solid #e67e22; /* 오렌지 포인트 */
}

td {
  padding: 10px 8px;
  border-bottom: 1px solid #eee;
  text-align: center;
}

/* 구분 컬럼 (재킷, 바지 등) 강조 */
.col-category {
  font-weight: bold;
  background-color: #fafafa;
  color: #444;
  border-right: 1px solid #eee;
}

/* 가격 컬럼 우측 정렬 */
.col-price {
  text-align: right;
  padding-right: 15px;
  font-weight: 500;
  color: #e67e22;
}

/* 하단 안내 문구 */
.footer-note {
  margin-top: 30px;
  text-align: center;
  font-size: 13px;
  color: #888;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 4px;
}

/* 모바일 대응 */
@media (max-width: 768px) {
  .tables-wrapper {
      flex-direction: column;
  }
  .table-box {
      width: 100%;
  }
}


#aside .banner {background-color: #fff; 

padding:20px; border-radius: 20px;
margin-top:20px;
}
#aside .banner .b_title{
  background-color: #007bff;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 20px; font-weight: 700;
  color: #fff;
  border-radius: 10px;
}
#aside .banner .tel

 {padding-left:70px ; font-size: 18px; font-weight: 600; color: #666;
position: relative;  margin: 15px 0;
}
#aside .banner .time {
  margin:  0;
  font-size: 18px; font-weight: 600; color: #666;
position: relative;
text-align: center;
}
#aside .banner .time .desc {font-size: 16px; font-weight: 300; color: #999;}
 #aside .banner .tel i{
  position: absolute;
  left: 10px;
  top: 5px;
  background-color: #8abc2a;
  color: #fff;
  width: 46px;
  height: 46px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;

}
.time_title {  width: 100%; padding: 5px; text-align: center;
font-size:20px; font-weight: 700;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
margin-bottom: 10px;
}


/* 개인정보처리방침 스타일 시작 */
.privacy-wrap {
  font-family: 'Noto Sans KR', sans-serif;
  color: #333;
  line-height: 1.6;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

.privacy-wrap h2 {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 2px solid #222;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: #111;
}

.privacy-intro {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  font-size: 15px;
  color: #555;
}

.privacy-article {
  margin-bottom: 30px;
}
.privacy-article h3:before{display: none;}
.privacy-article h3 {
  font-size: 18px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
  background: #f4f6f8;
  padding: 10px 15px;
  border-left: 5px solid #2c3e50;
}

.privacy-text {
  font-size: 15px;
  margin-bottom: 10px;
  text-align: justify;
}

.privacy-list, .privacy-sub-list {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.privacy-list > li {
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}

.privacy-sub-list {
  padding-left: 15px;
  margin-top: 5px;
  color: #666;
}

.privacy-sub-list li {
  margin-bottom: 5px;
}

/* 테이블 스타일 (책임자 정보) */
.privacy-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 15px;
}

.privacy-table th, .privacy-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}

.privacy-table th {
  background-color: #f0f0f0;
  font-weight: 600;
  width: 120px;
  text-align: center;
}

/* 부칙 스타일 */
.privacy-addendum {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 40px;
  color: #777;
}

.privacy-addendum h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}

.txt-bold { font-weight: 600; }

@media (max-width: 768px) {
  .privacy-table th, .privacy-table td {
      display: block;
      width: 100%;
  }
  .privacy-table th {
      text-align: left;
      background: #fafafa;
  }
}
/* 개인정보처리방침 스타일 끝 */

.hd_login {display: none;}
.ft_info a,
.ft_info a:hover {color:#fff !important}