@charset "utf-8";

/* Layout */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500&display=swap');
* {
  margin: 0;
  padding: 0;
}
/* Reset */
html,
body {
  min-height: 100%
}

/* Skin to content */
.skip {
  margin: 0
}

.skip>a {
  display: block;
  text-align: center;
  line-height: 28px;
  height: 1px;
  overflow: hidden
}

.skip>a:focus {
  height: auto
}
.guidelines-top,
.guidelines-foot{
  position: relative;
}
.guidelines-top img,
.guidelines-foot img{
  vertical-align: middle;
}
.guidelines-top a{
  position: absolute;
  top:62%;
  left:40%;
  margin:0;
  padding:0;
  width:20%;
  display:block;
  height:5vw;
}
.guidelines-foot ul{
  display:flex;
  position: absolute;
  top:62%;
  left:27%;
  margin:0;
  padding:0;
}
.guidelines-foot ul a{
  display:block;
  width:15.3vw;
  height:4.2vw;
}
/* Site Layout - Body Wrap */
body {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #666;
  line-height: 1.5em;
  background: #fff;
  margin: 0 auto;
  overflow-x: hidden;
}

body,
table,
input,
textarea,
select,
button {
  font-family:  'Noto Sans KR', 'Malgun Gothic', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #393939;
}

a,
.language button {
  color: #666;
  text-decoration: none;
}

.clearBoth {
  position: relative;
  *zoom: 1;
}

.clearBoth:after {
  content: "";
  display: block;
  clear: both;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right
}

.xe {
  position: relative;
  z-index: 1;
  background: #fff;
  margin: 0 auto;
  padding-top: 100px;
}

.xe_width {
  *width: 1100px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.dw_color {
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -ms-transition: all 400ms;
}

.btn_img.back_to {
  display: none;
}

/* Skin to content */
.skip {
  margin: 0
}

.skip a {
  display: block;
  text-align: center;
  line-height: 0;
  height: 0;
  width: 0;
  overflow: hidden
}

.skip a:active,
.skip a:focus {
  position: relative;
  height: auto;
  width: auto;
  line-height: 25px;
}

.ec .in_body {
  min-height: 500px;
}

.ec .e1 {
  display: block;
  z-index: 2;
}

.content {
  width: 100%;
  position: relative;
  z-index: 1;
}

ul {
  padding: 0;
}

hr {
  display: none;
}

form,
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* header */
.header {
  display: flex;
  justify-content: space-between;
  padding: 40px 20px;
  justify-content: space-between;
  align-items: center;
}
.header *{
  box-sizing: border-box;
}
.header-mobile {
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 1px 1px rgb(0 0 0 / 13%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 13%);
    position: relative;
    z-index:9;
}
.wrap-header{
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 1px 1px rgb(0 0 0 / 13%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 13%);
    position: relative;
    z-index:9;
}
.wrap-logo img {
  vertical-align: middle;
  height: 54px;
}

.nav-bar {
  margin-left: auto;
}

.nav-bar ul {
  display: flex;
  font-size: 16px;
}

.nav-bar ul li {
  padding: 20px 40px 20px 0;
}

.nav-bar ul li a {
  color: #000;
}

.btn-search {
  background: none;
  border: 0;
  outline: none;
  width: 25px;
  height: 25px;
}

.wrap-search input[type="text" i] {
  width: 240px;
  height: 46px;
  outline: none;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #000;
  -webkit-box-shadow: 0 0px 2px 1px rgb(0 0 0 / 11%);
  -moz-box-shadow: 0 0px 2px 1px rgb(0 0 0 / 11%);
  box-shadow: 0 0px 2px 1px rgb(0 0 0 / 11%);
  background: r#fff;
  margin-right: 5px;
}

.btn-search img {
  width: 100%;
  vertical-align: middle;
}

.main-banner img {
  width: 100%;
}

.mg-top20 {
  margin-top: 20px !important;
}

.user_layout {
  /*  */
  margin: 0 auto;
}

.header {
  zoom: 1;
}

.header .search {
  float: right;
}

.gnb {
  float: left;
}

.body {
  max-width:1100px;
  margin:0 auto 20px auto;
  zoom: 1;
  padding:20px 15px 0;
}

.lnb {
  float: left;
  width: 200px;
  background: #ddd;
}

.footer {
  margin-top: 30px;
  border-top:1px solid #dadada;
  color: #474747;
  padding:30px 15px;
}
.footer-content{}



img {
  max-width: 100%;
}

li {
  list-style-type: none;
}

.container_fixed {
  max-width: 1100px;
  margin: 0 auto;
  display:flex;
  justify-content: space-between;
}

.foot-btn .btn-more {
  background-color: #005da7;
  margin: 0px 40px;
  text-align: center;
  border-radius: 24px;
  flex-grow: 1;
  padding: 4px 0;
}

.foot-btn .btn-more h3 {
  font-size: 32.73px;
  margin: 0 !important;
}

.foot-btn .btn-more a {
  text-decoration: none;
  color: white;
}


.wrap-foot-logo{
  display:flex;
  align-items: center;
}
.foot-logo{
  width:200px;
}

.wrap-footer-info {
  margin-right:auto;
  padding:0 30px;
  margin-bottom: 0;
  font-size:12px;
}
.wrap-footer-info span{
  display:inline-block;
}
.copyrights{margin-top:15px;}
.footer ul a{
  font-size:15px;
  font-weight:600;
  color:#111;
}
.footer ul.foot-ul{
  display:flex;
}
.footer ul.foot-ul li{
  margin:5px 21px 0 0;
  position: relative;
}
.footer ul.foot-ul li:first-child:after{
  content:"";
  display:block;
  position: absolute;
  right:-11px;
  top:50%;
  height:12px;
  margin-top:-6px;
  background:#888;
  width:1px;
}
.footer ul.foot-ul a{
  font-size:14px;
  font-weight:400;
}
.on-menu{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.wrap-content {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index:1;
}

.on-menu .wrap-content {
  -webkit-transform: translate(-87%, 0);
  -moz-transform: translate(-87%, 0);
  -ms-transform: translate(-87%, 0);
  -o-transform: translate(-87%, 0);
  transform: translate(-87%, 0);
}
.header-mobile-content {
  overflow: hidden;
  position: fixed;
  top:60px;
  left:0;
  width:100%;
  bottom:0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  background: rgba(0, 0, 0, 0.7);
  margin:0 !important;
  z-index:100;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.on-menu .header-mobile-content {
  z-index:100;
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
}
.justify-content-between{
  position: fixed;
  right: 0px;
  top: 0px;
  bottom: 0;
  min-width: 225px;
  width: 87%;
  font-size: 16px;
  background: #72bcc9;
  z-index:2;
}
.nav-menu-mobile{
  padding:30px !important;
}
.nav-menu-mobile li{
  line-height:34px;
}
.nav-menu-mobile a{
  color:#fff;
  font-weight: 800;
  font-size:22px;
}
.b-t {
  text-align: center;
  color: #3785ac;
  font-size: 40px;
  line-height: 1em;
  margin: 80px 0 40px 0;
}

ul.tab_ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
ul.tab_ul li {
  display: inline-block;
  flex: 1;
  text-align: center;
}
ul.tab_ul li a {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  padding: 22px 20px 18px;
  background: #b6b6b6;
  display: block;
  line-height: 34px;
}
ul.tab_ul li.on a {
  background: #3878B8;
}
.wrapTab{
  display:none;
}
.wrapTab_on{
  display:block;
}
.wrap-page .wrapTab{
  font-size:18px;
  line-height:1.8em;
  padding:0 25px;
}
.wrap-page .wrapTab .tab-in-div{
  margin:35px 0;
}
.tab-in-div > ul{
  margin:0;
  padding:0 0 0 15px;
}
.tab-in-div > ul > li{
  margin:15px 0;
}
.color1{
  color:#3877b8;
}
.bs_member_menu table.bs_document_list th{
  padding:20px 10px;
  border-right:1px solid #6390a5;
}
.bs_member_menu table.bs_document_list th:last-child{
  border:0;
}
.bs_member_menu table.bs_document_list td{
  padding:10px;
  font-weight:400;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.bs_member_menu table.bs_document_list td button{
  border-radius: 12px;
  background:#6FA7C2;
  border:0;
  outline: none;
  padding:8px 20px 8px;
}
.bs_member_menu table.bs_document_list td button.make_secret{
  background:#b4b4b4;
}
.bs_member_menu div.bs_header_write_document a{
  border-radius: 12px;
}
.content:after{
  content:"";
  display:block;
  clear:both;
}
.bs_member_menu table.bs_document_list th{
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .nav-bar ul li{
    padding-right:20px;
  }
}
@media (max-width: 1024px) {
  .header {
    display: none;
  }

  .header-mobile {
    display: flex;
    min-height: 60px;
    align-items: center;
    padding: 0 20px;
  }
  .header-mobile-content{
    display:block;
  }
  .logo-mobile {
    flex-grow: 1;
  }

  .logo-mobile img {
    height:34px;
    vertical-align: bottom;
  }

  a.top_toggle {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    vertical-align: middle;
    color: #111;
  }
  .fixed_toggle{
    position: fixed;
    left:0;
    width:17%;
    display:block;
    top:0;
    height:100%;
    bottom:0;
    z-index:1;
  }
  .menu_toggle span {
    width: 20px;
    height: 3px;
    position: absolute;
    display: block;
    right: 2px;
    top: 50%;
    margin-top: -1px;
    background: #000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    border-radius: 2px;
  }

  a.menu_toggle span:after,
  a.menu_toggle span:before {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    position: absolute;
    background: #000;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    border-radius: 2px;
  }

  a.menu_toggle span:after {
    top: -8px;
  }

  a.menu_toggle span:before {
    top: 8px;
  }

  .on-menu a.menu_toggle span {
    background: none;
  }

  .on-menu a.menu_toggle span:after {
    top: 0;
    width: 18px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .on-menu a.menu_toggle span:before {
    top: 0;
    width: 18px;
    -webkit-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
}
@media (max-width: 1024px) {
  .container_fixed{
    flex-direction: column;
  }
  .wrap-footer-info{
    padding:0;
    padding-top:20px;
  }
  .copyrights{
    margin-top:10px;
  }
  .footer ul{
    padding-top:20px;
  }
}
@media (max-width: 520px) {
  ul.tab_ul li a {
    font-size: 20px;
    padding: 12px 0 10px;
  }
  .bs_member_menu div.bs_body{
    padding:20px 0;
  }
  .bs_member_menu div.bs_document_list{
    padding:15px 0;
  }
  .bs_member_menu table.bs_document_list td button{
    padding:8px 5px 8px;
    width:46px;
    font-size:14px;
  }
  .bs_member_menu table.bs_document_list td{
    font-size:14px;
  }
  .wrap-page .wrapTab{
    padding:0 15px; 
  }
}
.user_layout ul.goto_board_type li a{
  padding: 20px 20px 20px;
}
.user_layout .board .footer_write .btn_center{
  padding: 15px 0px 15px !important; 
  min-width:260px;
}
.user_layout select.child_category,.user_layout select.parent_category{
  padding: 1px 30px 2px 15px;
}
.wrap-pageB{
  font-size:15px;
  line-height:1.8em;
}
.wrap-pageB p{
  margin:25px 0 !important;
}
.wrap-pageB h2{
  margin:40px 0 25px;
}
.wrap-pageB h3{
  margin:20px 0 !important;
}
.wrap-pageB li{
  margin:8px 0;
}
.wrap-pageB li li{
  margin:3px 0;
}
@media (max-width: 520px) {
.wrap-pageB .b-t + p + p,
.wrap-pageB .b-t + p{
  display:none;
}
.wrap-pageB .b-t + p + p{
  margin:0px 0 !important;
}
.wrap-pageB .b-t{
  font-size:28px;
}
}