@charset "utf-8";


/* 초기화 */
html,
body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  background: #fff;
  line-height: 1; /*- í•œê¸€ ê¸°ì¤€ì€ 1.2 -*/
  color: #000;
}
ol,
ul {
  list-style: none;
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}

a {
  color: #000;
  text-decoration: none;
}
a,
span {
  display: inline-block;
}

article,
aside,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
video,
object {
  display: block;
}

* {
  -webkit-text-size-adjust: none;
}

/* Skip Nav */
#skipNav {
  position: relative;
  z-index: 9999;
}
#skipNav a {
  display: block;
  height: 1px;
  width: 1px;
  margin-bottom: -1px;
  overflow: hidden;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background: #2466a6;
  white-space: nowrap;
  text-align: center;
}
#skipNav a:focus,
#skipNav a:active {
  height: auto;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

img {
  max-width: 100%;
}

object {
  pointer-events: none;
}
input,
select,
button,
textarea{
  font-family: 'Pretendard',sans-serif;
    font-size:inherit
}
html,body{
  font-family: 'Pretendard',sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color:#000;
}
:root{
  --primary-color:#00B1C4;
  --border-color:#c1c1c1;
  --danger-color:#FF0000;
}

/* 화면낭독기 사용자용 */
#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}


#hd_pop,
#hd_wrapper,
#tnb .inner,

#gnb .gnb_wrap,
#container_wr,
#ft_wr {width:1200px}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}


.inner{
  margin:0 auto;
  max-width: 92%;
  width: 1300px;
}

/* header */
#header {
  position: sticky;
  top:0;
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid var(--border-color);;
  /* overflow: hidden; */
}
#header .inner{
  width: 1520px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding:29px 0 24px;
}
#header h1{
  position: absolute;
  top:50%;
  transform: translate(0,-50%);
  left:0;
}
#header h1 a,
#header h1 img{
  display: block;
}
#header #gnb{}
#header #gnb h2{
  display: none;
}
#header #gnb #gnb_1dul{
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
}
#header #gnb #gnb_1dul>li{
  position: relative;
}
#header #gnb #gnb_1dul>li>a{
  display: block;
  font-size: 20px;
  font-weight: 500;
  transition: color 0.3s;
  padding:20px 0;
}
#header #gnb #gnb_1dul>li>a:hover{
  color:var(--primary-color)
}
#header #gnb #gnb_1dul>li .gnb_2dul_box{
  position: absolute;
  left:50%;
  top:100%;
  opacity: 0;
  background-color: #fff;
  width: 280px;
  transform: translate(-50%,0);
  pointer-events: none;
  z-index: 2;
  transition: 0.3s cubic-bezier(0.39, 0.76, 0.45, 1.04);
  padding: 12px 20px;
  box-sizing: border-box;
  border:1px solid #ddd;
}
#header #gnb #gnb_1dul>li .gnb_2dul_box .up{
  position: absolute;
  width:15px;
  height:15px;
  border-left: 1px solid #ddd;  /* ↖ 대각선 */
  border-bottom: 1px solid #ddd;/* ↘ 대각선 */
  box-sizing: border-box;
  left: 50%;
  top: 0;
  transform: translate(-50%,-8px) rotate(135deg);
  background: #fff;
  box-sizing: border-box;
}

#header #gnb #gnb_1dul>li:hover .gnb_2dul_box{
  opacity: 1;
  pointer-events: auto;
}
#header #gnb #gnb_1dul>li .gnb_2dul_box li+li{
  margin-top: 8px;
}
#header #gnb #gnb_1dul>li .gnb_2dul_box a{
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45em;
  transition: color 0.2s;
}
#header #gnb #gnb_1dul>li .gnb_2dul_box a:hover{
  color:var(--primary-color);
}
#header #gnb #gnb_1dul>li .gnb_2dul_box .bg{
  display: none;
}
#header .header-util{
  position: absolute;
  right:0;
  top:50%;
  transform: translate(0,-50%);
  display: flex;
  align-items: center;
  gap: 10px;
}
#header .header-util ul{
  display: flex;
  align-items: center;
  gap: 10px;
}
#header .header-util ul a{
  border:1px solid #1e1e1e;
  line-height: 31px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  padding:0 18px;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
#header .header-util ul a:hover{
  background-color: var(--primary-color);
  color:#fff;
  border-color: var(--primary-color);
}
#header .mobile-util{
  display: none;
}

/* footer */
#footer{
  border-top: 1px solid var(--border-color);
}
#footer .footer-menu{
  border-bottom: 1px solid var(--border-color);
}
#footer .footer-menu .inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
#footer .footer-menu ul{
  display: flex;
  align-items: center;
}
#footer .footer-menu ul li+li{
  position: relative;
  margin-left: 21px;
  padding-left: 21px;
}
#footer .footer-menu ul li+li::before{
  content:'';
  background-color: var(--border-color);
  width: 1px;
  position: absolute;
  left:0;
  top:50%;
  transform: translate(-50%,-50%);
  height: 16px;
}
#footer .footer-menu ul li a{
  font-size: 18px;
  display: block;
}
#footer .footer-menu ul li:first-child a{
  font-weight: 700;
}
#footer .footer-menu .family-site select{
  height: 40px;
  border:0;
  padding-right: 52px;
  appearance: none;
  background: transparent url(/img/chevron_up.svg) no-repeat right center  / 40px auto;
  font-size: 18px;
}
#footer .footer-info .inner{
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding:29px 0 102px;
}
#footer .footer-info .footer-logo img{
  display: block;
}
#footer .footer-info .info p{
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: -0.025em;
  font-weight: 700;
}
#footer .footer-info .info .address{
  display: flex;
  margin-top: 5px;
  flex-wrap: wrap;
  align-items: center;
}
#footer .footer-info .info .address li+li{
  margin-left: 11px;
  padding-left: 11px;
  position: relative;
}
#footer .footer-info .info .address li+li::before{
  content: '';
  position: absolute;
  left:0;
  top:50%;
  transform: translate(-50%,-50%);
  width: 1px;
  height: 16px;
  background: var(--border-color);
}
#footer .footer-info .info .address li{
  font-size: 16px;
  line-height: 1.875em;
  letter-spacing: -0.025em;
}
#top_btn{
  position: fixed;
  bottom:30px;
  right:30px;
  border:0;
  cursor: pointer;
  background-color: var(--primary-color);
  z-index: 10;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  color:#fff;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.12);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
#top_btn.show{
  opacity: 1;
  pointer-events: auto;
}

#admin_btn{
  position: fixed;
  left:30px;
  bottom:30px;
  background-color: var(--primary-color);
  color:#fff;
  font-size: 17px;
  font-weight: 500;
  padding:11px 30px;
  border-radius: 40px;
  z-index: 10;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.12);
}
#container_title{
  display: none;
}


/* aside */
#aside{
  display: none;
}
.aside-mask{
  display: none;
}


/* sub */
.sub-top{
  border-bottom: 1px solid #C1C1C1;
}
.sub-top .inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color:#000;
  text-align: center;
}
.sub-top .inner h2{
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2em;
}
.sub-top .inner p{
  font-weight: 400;
  font-size: 30px;
  line-height: 1.33em;
  margin-top: 1.66em;
  letter-spacing: -0.03em;
}
.sub-top .inner p br.m{
  display: none;
}

/* board */
.bo-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 32px;
  border-bottom: 2px solid #000;
}
.bo-header .bo-total{
  font-size: 20px;
}
.bo-header .bo-total strong{
  font-weight: 700;
}
.bo-search-wrap form{
  display: flex;
  gap: 6px;
  align-items: center;
}
.bo-search-wrap select{
  appearance: none;
  height: 43px;
  border-radius: 10px;
  border:1px solid #ddd;
  box-sizing: border-box;
  padding:0 20px;
  background: transparent url(../img/select_bg.svg) no-repeat right 9px center / 24px auto;
  font-size: 16px;
  font-weight: 500;
  min-width: 144px;
}
.bo-search-wrap input[type=text]{
  height: 43px;
  box-sizing: border-box;
  padding:0 20px;
  font-weight: 500;
  font-size: 16px;
  width: 262px;
  border:1px solid #ddd;
  border-radius: 10px;
}
.bo-search-wrap button[type=submit],
.bo-search-wrap button[type=button][value=검색]{
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #000;
  padding:0;
  border:0;
  cursor: pointer;
}
.bo-search-wrap button[type=submit] img,
.bo-search-wrap button[type=button][value=검색] img{
  width: 46%;
}

/* page */
.pg_wrap{
  margin-top: 80px;
  border-top: 1px solid #ddd;
  padding-top: 69px;
}
.pg_wrap .pg{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:4px;
}
.pg_wrap .pg_num{
  width: 33px;
  height: 33px;
  border-radius: 100%; 
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#575756;
}

.pg_wrap .pg_current{
  background-color: var(--primary-color);
  color:#fff;
  font-weight: 700;
}
.pg_wrap .pg_prev{
  margin-right: 20px;
}
.pg_wrap .pg_next{
  margin-left: 20px;
}
.pg_wrap .pg_prev img,
.pg_wrap .pg_next img{
  display: block;
  width: 10px;
}

/* board */
.bo-list-guide{
  border-top: 2px solid #000;
  border-bottom: 1px solid #ddd;
  padding:20px 0;
  margin-bottom: 45px;
}
.bo-list-guide ul{
  display: flex;
  gap: 14px;
  flex-direction: column;
}
.bo-list-guide ul li{
  font-weight: 400;
  font-size: 18px;
  padding-left: 1em;
  position: relative;
  line-height: 1.4em;
}
.bo-list-guide ul li::before{
  content:'*';
  position: absolute;
  left:0;
  top:0;
}
.btn_bo_user{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  float: none;
  margin: 100px auto;
  width: 100%;
}
.btn_bo_user li{
  float: none;
  width: auto;
  margin:0;
}
.btn_bo_user li label,
.btn_bo_user li button,
.btn_bo_user li a{
  display: flex;
  align-items: center;
  justify-content: center;
  border:1px solid #1e1e1e;
  line-height: 68px;
  border-radius: 10px;
  padding:0 51px;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  background-color: transparent;
  width: 100%;
}
.btn_bo_user li *[title=글쓰기],
.btn_bo_user li .btn-write{
  background-color: var(--primary-color);
  color:#fff;
  font-weight:700;
  border-color: var(--primary-color);
}


@media (max-width:1520px){
  #header .inner{
    width: 1300px;
  }
  #header #gnb #gnb_1dul{
    gap:30px;
  }
  #header #gnb #gnb_1dul>li>a{
    font-size: 18px;
  }
  #header .header-util ul a{
    font-size: 14px;
    padding:0 1.2em;
  }
  #footer .footer-menu ul li a,
  #footer .footer-menu .family-site select{
    font-size: 16px;
  }
  #footer .footer-info .info p{
    font-size: 18px;
  }
}
@media (max-width:1300px){
  #header .inner{
    padding: 12px 0;
  }
  #header h1{
    width: 101px;
  }
  #header #gnb #gnb_1dul{
    gap: 15px;
  }
  #header #gnb #gnb_1dul>li>a{
    font-size: 16px;
  }
  #header .header-util ul a{
    line-height: 25px;
    font-size: 12px;
    padding: 0px 7px;
  }
  #footer .footer-info .inner{
    padding-bottom: 80px;
  }
  #footer .footer-info .footer-logo img{
    width: 200px;
  }
  #footer .footer-menu .inner{
    height: 50px;
  }
  #footer .footer-menu ul li a,
  #footer .footer-menu .family-site select{
    font-size: 14px;
  }
  #footer .footer-menu .family-site select{
    background-size: 25px auto;
    padding-right: 40px;
  }
  #footer .footer-info .info p{
    font-size: 16px;
  }
  #footer .footer-info .info .address li{
    font-size: 14px;
  }
  .sub-top .inner p{
    font-size: 22px;
  }
}
@media (max-width:1024px){
  #header .inner{
    justify-content: space-between;
    align-items: center;
    padding:16px 0;
  }
  #header #gnb,
  #header .header-util{
    display: none;
  }
  #header h1{
    position: static;
    transform: translate(0,0);
  }
  #header .mobile-util{
    display: flex;
    align-items: center;
    gap: 15px;
  }
  #header .mobile-util ul{
    display: flex;
    align-items: center;
    gap: 15px;
  }
  #header .mobile-util a,
  #header .mobile-util button{
    border:0;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding:0;
  }
  #header .mobile-util a img{
    width: 72%;
  }
  #header .mobile-util .btn-menu img{
    width: 100%;
  }
  .aside-mask{
      display: block;
      opacity: 0;
      pointer-events: none;
      position: fixed;
      left:0;
      top:0;
      width: 100vw;
      height: 100vh;
      z-index: 1000;
      background-color: rgba(0,0,0,0.7);
      transition: 0.3s cubic-bezier(0.39, 0.76, 0.45, 1.04);
  }
  .aside-mask.show{
      pointer-events: auto;
      opacity: 1;
  }
  #aside{
      display: block;
      position: fixed;
      background-color: #fff;
      right:0;
      top:0;
      bottom:0;
      z-index: 2000;
      width: 298px;
      transform: translate(100%,0);
      pointer-events: none;
      transition: 0.5s cubic-bezier(0.39, 0.76, 0.45, 1.04);
  }
  #aside.show{
    pointer-events: auto;
      transform: translate(0,0);
  }
  #aside .aside-header{
    border-bottom: 1px solid #ddd;
    padding:24px 20px;
  }
  #aside .aside-header .header-left{
    display: flex;
    align-items: center;
    gap: 10px;
    height: 40px;
  }
  #aside .aside-header .header-left a strong{
    font-weight: 600;
    margin-right: 4px;
  }
  #aside .aside-header .header-left .btn{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding:0 18px;
    border:1px solid #000;
    border-radius: 40px;
    line-height: 31px;
    transition: background 0.3s, color 0.3s;
  }
  #aside .aside-header .header-left .btn:hover{
    background-color: #000;
    color:#fff;
  }
  #aside .aside-header .btn-close{
    position: absolute;
    border:0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: transparent;
    width: 40px;
    height: 40px;
    top:20px;
    right:10px;
    padding:0;
  }
  #aside .aside-header .btn-close img{
    display: block;
    width: 100%;
  }
  #aside #gnb .gnb_wrap{
    width: 100%;
  }
  #aside #gnb .gnb_wrap .gnb_1dli{
    border-bottom: 1px solid #ddd;
  }
  #aside #gnb .gnb_wrap .gnb_1dli a{
    display: block;
    padding:17px 20px;
    font-size: 18px;
    line-height: 1.16em;
    font-weight: 600;
    box-sizing: border-box;
    transition: color 0.3s;
  }
  #aside #gnb .gnb_wrap .gnb_1dli a:hover{
    color:var(--primary-color);
  }
  #aside #gnb .gnb_wrap .gnb_2dul{
    padding-bottom: 20px;
  }
  #aside #gnb .gnb_wrap .gnb_1dli .bg{
    display: none;
  }
  #aside #gnb .gnb_wrap .gnb_2dli+.gnb_2dli{
    margin-top: 3px;
  }
  #aside #gnb .gnb_wrap .gnb_2dul a{
    padding:0 10px 0 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width:768px){
  #header .inner{
    padding:10px 0;
  }
  #header .mobile-util{
    gap: 9px;
  }
  #header .mobile-util a,
  #header .mobile-util button{
    width: 40px;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  #footer{
    border-top-color: #a5a5a5;
  }
  #footer .footer-menu{
    border-bottom: 0;
  }
  #footer .footer-menu .inner{
    height: auto;
    flex-direction: column-reverse;
    align-items: flex-start;
    max-width: 100%;
  }
  #footer .footer-menu .family-site{
    border-bottom: 1px solid #a5a5a5;
    width: 100%;
    padding: 13px 4%;
    box-sizing: border-box;
  }
  #footer .footer-menu .family-site select{
    height:30px;
    font-size:13px;
    width:100%;
    background-size:auto 36px
    
  }
  #footer .footer-menu ul{
    height: auto;
    padding:20px 4%;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  #footer .footer-menu ul li a{
    font-size: 14px;
    line-height: 30px;
  }
  #footer .footer-info .inner{
    padding-top: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 22px;
  }
  #footer .footer-info .footer-logo img{
    width:auto;
    height:58px
    
  }
  #footer .footer-info .info p{
    font-size:18px;
  }
  #footer .footer-info .info .address{
    margin-top:13px
    
  }
  #footer .footer-info .info .address li{
    width:100%;
    font-weight:400;
    line-height:1.35em;
    letter-spacing:-0.025em
  }
  #footer .footer-info .info .address li+li{
    margin:0;
    padding:0;
  }
  #footer .footer-info .info .address li+li::before{
    content:none;
  }
  #admin_btn{
    left:4%;
    bottom:20px;
    font-size: 14px;
  }
  #top_btn{
    right:4%;
    bottom:20px;
    width:40px;
    aspect-ratio: 1 / 1;
    height: auto;
  }

  .sub-top .inner p{
    font-size: 16px;
    margin-top: 20px;
    word-break: keep-all;
    font-weight: 500;
  }
  .sub-top .inner p br.m{
    display: block;
  }

  .bo-header{
      display: block;
      padding-bottom: 18px;
  }
  .bo-header .bo-search-wrap{
      display: block;
      width: 100%;
  }
  .bo-search-wrap form{
      width: 100%;
  }
  .bo-header .bo-search-wrap input[type=text]{
      width: calc(100% - 49px);
  }
  .btn_bo_user{
    margin:50px 0;
    gap:19px;
    flex-wrap: wrap;
  }
  .btn_bo_user li{
    width: calc((100% - 19px) / 2);
  }
  .btn_bo_user li label, .btn_bo_user li button, .btn_bo_user li a{
    padding:0;
    line-height: 56px;
    font-size: 20px;
  }
  #bo_w .btn_confirm {
    gap: 18px;
  }
  #bo_w .btn_confirm *{
  width: calc((100% - 18px) / 2);
  font-size: 20px;
  line-height: 56px;
  border-radius: 10px;
  }
  .bo-list-guide{
    padding:15px 0;
    margin-bottom: 18px;
  }
  .bo-list-guide ul{
    display: flex;
    gap: 4px;
    flex-direction: column;
  }
  .bo-list-guide ul li{
    font-size: 15px;
    word-break: keep-all;
  }
  .bo-list-guide ul li br{
    display: none;
  }
 
}