@charset "utf-8";

/* 초기화 */
html {
  overflow-y:scroll;height:100%;min-width:320px
  -webkit-touch-callout: none !important;
}
body {margin:0;padding:0;font-size:0.75em;background:#225838;height:auto;font-family:'SUIT', dotum, sans-serif;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: center;align-content: flex-start;transition: .5s ease;
min-height: 100vh;text-size-adjust: none !important;}
/*
@supports (-webkit-appearance:none) and (stroke-color: transparent) {
    body{min-height: -webkit-fill-available;}
}
*/
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:'SUIT', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-size:1em;font-family:'SUIT', dotum, sans-serif}
button {cursor:pointer}
input[type=text], input[type=password], input[type=submit], input[type=image], button {font-size:1em;-webkit-appearance:none}
textarea, select {font-size:1em;font-family:'SUIT', dotum, sans-serif}
textarea {border-radius:0;-webkit-appearance:none;font-family:'SUIT', dotum, sans-serif}
select {margin:0;background:none;font-family:'SUIT', dotum, sans-serif;color: #000;}
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}
ul,li,dl,dt,dd {padding:0;margin:0}
ul {list-style:none}

input:focus { outline: none; }

*,:after,:before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

* {
  -webkit-tap-highlight-color:rgba(255,255,255,0);
    user-select: none;
    -webkit-touch-callout: none;
}

input:-internal-autofill-selected{
    background-color: transparent !important;
}

select::-ms-expand {
   display: none;
}

select {
     background:url('../img/stay_select_03.jpg') no-repeat right 15px top 50%;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance : none;
    background-size: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
	-webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.bck_wrap{padding: 15px 25px;background: #eaeaea;}
.bck_wrap a{font-size: 13px;font-weight: bold;}
.bck_wrap a i{margin-right: 5px;}

#fboardlist{min-height: 200px;padding-bottom: 50px;}

.pc_left{position: fixed;top: 50%;transform: translate(-140%, -50%);transition:.5s ease;z-index: 1;}
.pc_right{position: fixed;top: 50%;transform: translate(140%, -50%);transition:.5s ease;z-index: 1;}

#page-loader{position: fixed;top: 0;left: 50%;transform: translateX(-50%);width: 100%;z-index: 1000000;background: #fff;height: 100vh;max-width: 450px;transition: .5s ease;}
.spinner{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.spinner svg{width: 70px;height: 70px;}


.pc_modal_wrap{position: fixed;width: 100%;height: 100vh;top: 0;left: 0;z-index: 1000;opacity: 0;visibility: hidden;transition: .2s ease}
.pc_modal{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);max-width: 300px;text-align: center;border-radius: 10px;overflow: hidden;min-width: 280px}
.pc_modal_h{color: #fff;font-size: 17px;padding: 15px;background: #000;}
.pc_modal_c{background: #fff;color: #000;font-size: 17px;padding: 20px;}
.pc_modal_c button{background: #f0f0f0;color: #000;padding: 7px 40px;font-size: 15px;border-radius: 50px;border: 0;display: block;margin: 15px auto 0;}
.pc_bg{background: rgba(0, 0, 0, 0.6);width: 100%;height: 100vh;display: block;}


#bo_gall{min-height: 45vh;}
/* 팝업레이어 */
#hd_pop {z-index:1000;position: fixed;width: 100%;max-width: 450px;bottom: 0;left: 50%;transform: translateX(-50%);height: 100vh;background: rgba(0, 0, 0, 0.6);display: flex;flex-direction: column;flex-wrap: wrap;justify-content: flex-end;align-items: flex-end;transition: .5s ease;opacity: 0;visibility: hidden}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#hd_pop .hd_pops {width: 100%;background: #fff;bottom: -100%;padding: 60px 0 30px;border-radius: 15px 15px 0 0;transition: .5s ease}
.hd_pops img {max-width:100%;height:auto;border-radius: 15px}
.hd_pops_con {}
.hd_pops_close{position: absolute;background: transparent;border: 0;right: 25px;top: 20px;}
.hd_pops_close img{width: 25px;}
.hd_pops_reject{background: transparent;border: 0;display: inline-block;color: #fff;font-size: 15px;width: auto;margin-bottom: 15px;margin-right: 15px;}
.hd_pops_reject i{margin-right: 5px;}

/* 상단 레이아웃 */
#hd {position:relative;}
#hd_wrapper{position: relative;}

#hd_sub{height: 70px;background: #fff;border-bottom: 1px solid #e2e2e2;}
#sub_logo{line-height: 70px;padding-left: 25px;}
#sub_logo img{height: 20px;}

#hd_sub .tnd{top: 50%;transform: translateY(-50%)}

.tnd{position: absolute;top: 0;right: 0;padding: 20px 30px;}
.tnd ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center}
.tnd ul li{margin-left: 30px;}
.tnd ul li a img{height: 23px;}
.new_board{display: inline-block;background: #ff6000;width: 5px;height: 5px;border-radius: 100%;margin-bottom: 10px;}

#logo {text-align:center}

#logo .logo_text{position: absolute;left: 50%;transform: translate(-50%, -50%);color: #fff;top: 40%;font-size: 14px;width: auto;text-align: left;font-weight: 300;}
#logo .logo_text div{font-size: 35px;padding-top: 5px;animation: lights 5s 750ms linear infinite;font-family: "Bai Jamjuree", sans-serif;}
#logo .logo_text span{font-size: 14px;text-align: right;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
#logo .logo_text span::before{content: '';display: inline-block;width: 100px;height: 1px;background: rgba(255, 255, 255, 0.5);}

@keyframes lights {
  0% {
    color: hsl(0, 0%, 100%);
    text-shadow:
      0 0 1em hsla(30, 100%, 50%, 0.2),
      0 0 0.125em hsla(50, 100%, 60%, 0.3),
      -1em -0.125em 0.5em hsla(65, 100%, 60%, 0),
      1em 0.125em 0.5em hsla(100, 100%, 60%, 0);
  }
  
  30% { 
    color: hsl(0, 0%, 100%);
    text-shadow:
      0 0 1em hsla(30, 100%, 50%, 0.5),
      0 0 0.125em hsla(50, 100%, 60%, 0.5),
      -0.5em -0.125em 0.25em hsla(65, 100%, 60%, 0.2),
      0.5em 0.125em 0.25em hsla(100, 100%, 60%, 0.4);
  }
  
  40% { 
    color: hsl(0, 0%, 100%);
    text-shadow:
      0 0 1em hsla(30, 100%, 50%, 0.5),
      0 0 0.125em hsla(50, 100%, 90%, 0.5),
      -0.25em -0.125em 0.125em hsla(65, 100%, 60%, 0.2),
      0.25em 0.125em 0.125em hsla(100, 100%, 60%, 0.4);
  }
  
  70% {
    color: hsl(0, 0%, 100%);
    text-shadow:
      0 0 1em hsla(30, 100%, 50%, 0.5),
      0 0 0.125em hsla(50, 100%, 60%, 0.5),
      0.5em -0.125em 0.25em hsla(65, 100%, 60%, 0.2),
      -0.5em 0.125em 0.25em hsla(100, 100%, 60%, 0.4);
  }
  
  100% {
    color: hsl(0, 0%, 100%);
    text-shadow:
      0 0 1em hsla(30, 100%, 50%, 0.2),
      0 0 0.125em hsla(50, 100%, 60%, 0.3),
      1em -0.125em 0.5em hsla(65, 100%, 60%, 0),
      -1em 0.125em 0.5em hsla(100, 100%, 60%, 0);
  }
  
}

#logo img {width: 100%;}

#flex{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-direction: column;position: relative;
    overflow-x: clip;}

.fixed_menu{position: sticky;bottom: 0;width: 100%;background: #fff;border-top: 1px solid #e2e2e2;transition: .5s ease;height: calc(env(safe-area-inset-bottom) + 75px);z-index: 150;}
.fixed_menu ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;height: calc(env(safe-area-inset-bottom) + 75px);}
.fixed_menu ul li{text-align: center;width: 25%;}
.fixed_menu ul li img{height: 20px;}
.fixed_menu ul li a{font-size: 12px;line-height: 2.2;display: block;padding-bottom: env(safe-area-inset-bottom);}

#gnb {background: #b9c0b5;width: 100%;max-width: 450px;left: 50%;bottom: -100%;position: fixed;height: 85vh;transform: translateX(-50%);z-index: 1000;padding:40px 25px;transition:.5s ease;opacity: 0;border-radius: 15px 15px 0 0;}
#gnb::before{content: '';display: block;position: absolute;top: 10px;width: 50px;height: 5px;border-radius: 10px;background: #838d7e;left: 50%;transform: translateX(-50%);}
.hd_menu{height: calc(85vh - 175px);overflow-y: scroll;}
.hd_closer{position: absolute;right: 25px;top: 25px;border: 0;outline: 0}
.hd_closer img{width: 25px;}
.hd_login{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;}
.hd_login li a{height: 35px;line-height: 35px;color: #fff;border-radius: 35px;width: 95px;border: 1px solid #fff;display: inline-block;margin-right: 10px;font-size: 14px;text-align: center;}
.hd_div h2{color: #fff;margin-top: 35px;font-size: 19px;font-weight: normal;padding-bottom: 15px;}
.hd_menu{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-content: flex-start;}
.hd_menu li{width: 49%;margin-bottom: 8px;}
.hd_menu li a{height: 50px;line-height: 50px;padding: 0 15px;font-size: 14px;background: #fff;width: 100%;display: flex;flex-wrap:wrap;align-items: center; border-radius: 5px;}
.hd_menu li a img{max-width: 17px;max-height: 17px;margin-right: 14px;}
.gnb_bg{background: rgba(0, 0, 0, 0.7);position: fixed;visibility: hidden;opacity: 0;width: 100%;height: 100vh;z-index: 100;top: 0;max-width: 450px;left: 50%;transform: translateX(-50%);transition: .5s ease;}


#hd_sch {text-align:center;padding:12px 55px 12px 15px;background:#212020}
#hd_sch h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#hd_sch form {position:relative;padding-right:40px}
#hd_sch #sch_stx {width:100%;height:38px;margin-left:40px;background:#464646;border:0;color:#fff}
#hd_sch #sch_submit {position:absolute;top:0;left:0;width:40px;height:38px;border:0;border-radius:3px;cursor:pointer;color:#a6a5a5;background:#464646;font-size:1.25em}

#user_btn {position:absolute;top:10px;right:10px;padding:0 10px;height:40px;width:40px;border:0;color:#fff;font-size:1.8em;background:none;letter-spacing:-0.1em}
#user_menu {display:none;position:fixed;top:0;right:0;width:100%;height:100%;overflow-y:auto;z-index:9999;background:#efefef;text-align:center}
#user_close {display:block;position:absolute;right:8px;top:10px;z-index:99;font-weight:bold;margin:0;height:40px;width:40px;border:0;color:#bfb8b2;font-size:1.8em;background:transparent}

#snb_cnt span {display:inline-block;float:right;padding:0 7px;height:18px;margin-top:3px;line-height:18px;font-size:12px;background:#da22f5;border-radius:20px;color:#fff}

#hd_nb {background:#fff;margin-top:10px;border-bottom:1px solid #e1e1e1}
#hd_nb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_nb li {width:50%;float:left;text-align:center;line-height:25px;font-size:1.083em;font-weight:bold}
#hd_nb li a {display:block;color:#717171;text-align:left;padding:10px 15px}
#hd_nb li i {font-size:14px;margin-right:10px;color:#a5a8ac}
#hd_nb .hd_nb1 {border-right:1px solid #efefef;border-bottom:1px solid #efefef}
#hd_nb .hd_nb2 {border-bottom:1px solid #efefef}
#hd_nb .hd_nb3 {border-right:1px solid #efefef}

/* 텍스트 크기 조절 */
#text_size {margin:10px 0;text-align:center;display:inline-block;padding:7px 20px;background:#e6e7e9;border-radius:25px;height:48px}
#text_size button {margin:0 5px;border:0;background:none;height:35px;width:35px;border-radius:50%}
#text_size button.select {background:#fff;border-bottom:1px solid #bbb;
-webkit-box-shadow:0 0 5px rgba(100,80,100,0.2);
-moz-box-shadow:0 0 5px rgba(100,100,100,0.2);
box-shadow:0 0 5px rgba(100,100,100,0.2)}
.ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important}

/* 중간 레이아웃 */
#wrapper {max-width: 450px;width: 100%;z-index: 2;background: #fff;}

@media (min-width : 820px){
}

.content{min-height: 100vh}
.content.bgw{background: #fff;position: absolute;z-index: 100000;top: 0;right: -100%;width: 95%;max-width: 450px;transition: .5s ease;border-radius: 15px 0 0 15px;overflow: hidden;box-shadow: none;}
#content_right::before{content: '';position: absolute;display: inline-block;height: 50px;width: 5px;border-radius: 20px;top: 50%;transform: translateY(-50%);left: 10px;background: #d6d6d6;z-index: 10000000;}
#content_right.bgw #container.bgwhite{background: #fff;position: absolute;z-index: 100000;top: 117px;right: -100%;width: 100%;max-width: 450px;transition: .5s ease;margin: 0;padding: 0 25px;height: calc(100vh - 117px - env(safe-area-inset-bottom));overflow-y: scroll;}

/*.content_bg{position: absolute;z-index: -1;background: #fff;width: 100%;height: 100vh;top: 0;}*/

#content_right.bgw #container{margin: 0 25px;padding: 0;overflow-y: scroll;height: calc(100vh - 117px);}
#content_right.bgw #bo_v_title{padding: 0;}
#content_right.bgw #bo_v_info{padding: 10px 0 15px;}
#content_right.bgw #bo_v_atc{padding: 0;}
#content_right.bgw #bo_v>header{padding: 0;}
#content_right.bgw .bo_v_tit{font-size: 18px;}

#content_right.bgw #container::-webkit-scrollbar {
  display: none;
}

#content_right.bgw #container {
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}

#content_right.bgw #container.bgwhite::-webkit-scrollbar {
  display: none;
}

#content_right.bgw #container.bgwhite {
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}

#wrapper.bgf{background: #f4f4f4;}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#container {position:relative;min-height:300px;padding: 0 25px;}
#container.bgfff{background: #fff;}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.2em;font-weight:bold;height:50px;padding:10px 15px;line-height:30px;background:#fff;color:#333;
-webkit-box-shadow:0 0 10px rgba(181, 181, 181, 0.4);
-moz-box-shadow:0 0 10px rgba(181, 181, 181, 0.4);
box-shadow:0 0 10px rgba(181, 181, 181, 0.4);
}
#container_title a {display:inline-block;margin-right:5px}
.top {position:relative}
.btn_top {position:absolute;top:0px;right:10px;z-index:999;padding:8px 0}
.btn_top li {display:inline-block}
.btn_top a,.btn_top button,.btn_top .btn_submit {}
.btn_top .btn_cancel,.btn_top .btn_b01 {border:1px solid #aaa;background:none;color:#666;line-height:28px;background:#fff}
.fixed {position:fixed;top:0;right:0;z-index:999}
.fixed.btn_bo_user {right:10px;display: none;}
#container_title.fixed {width:100%}

.banner_slide{margin-top: -55px;margin-bottom: 10px;border-radius: 10px}
.banner_slide .swiper-pagination{text-align: left;padding-left: 25px;}
.banner_slide .swiper-pagination .swiper-pagination-bullet-active{  background: #ffce3b;}
.banner_slide img{width: 100%;}
.banner_slide .swiper_slide{position: relative;}
.banner_slide .heading-big{position: absolute;font-size: 16px;top: 45%;left: 25px;transform: translateY(-50%);font-weight: normal;-ms-word-break: keep-all;
word-break: keep-all;width: 45%;line-height: 1.3;}

.banner2_slide{margin-bottom: 10px;border-radius: 5px}
.banner2_slide .swiper-pagination{text-align: right;padding-right: 25px;bottom: 20px !important;}
.banner2_slide .swiper-pagination-bullet{background: #fff;opacity: .6;}
.banner2_slide .swiper-pagination .swiper-pagination-bullet-active{ background: #ffce3b;opacity: 1;}
.banner2_slide img{width: 100%;}
.banner2_slide .swiper_slide{position: relative;}
.banner2_slide .heading-big{position: absolute;font-size: 20px;left: 25px;bottom: 25px;font-weight: normal;-ms-word-break: keep-all;
word-break: keep-all;width: 60%;line-height: 1.3;}
.banner2_slide .heading-big p{font-size: 12px;padding-top: 10px;}

.notice_link{background: #fff;border-radius: 10px;margin-bottom: 15px;}
.notice_link div.notice_flex{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-content: center;justify-content: space-between;padding:0 0 0 20px;}
.notice_img{height: 60px;line-height: 60px;}
.notice_link img{height: 15px;margin-right: 5px;}
.notice_link a{font-size: 14px;height: 60px;line-height: 60px;}
.notice_link a span{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;}
.notice_list{padding:0 20px;}

.notice_link ul {position: relative;height: 60px;overflow: hidden;width: calc(100% - 90px)}

.notice_link ul li {position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;transition:1s ease;}

.notice_link ul li.active {opacity: 1;transform: translateY(0);}

.notice_link ul li.slide-in {opacity: 0;transform: translateY(-100%);}

.notice_link ul li.slide-out {opacity: 0;transform: translateY(100%);}
.notice_link ul li a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.business_btn{margin-top: 20px;}
.business_btn ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.business_btn ul li{width: 49%;padding: 15px;border-radius: 10px;}
.business_btn ul li a{color: #fff;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;flex-direction: column;align-content: flex-end;align-items: flex-end}
.business_btn ul li a img{width: 25px;}
.business_btn ul li a div{width: 100%;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-end;font-size: 12px;margin-top: 5px;}
.business_btn ul li a div h2{font-size: 17px;font-weight: normal;padding-top: 5px;}
.business_btn ul li a div i{padding-bottom: 5px;}
.business_btn ul li:first-child{background: #225838;}
.business_btn ul li:nth-child(2){background: #d58144;}

.cate_wrap{margin-top: 20px;background: #fff;border-radius: 10px;padding: 25px;box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);}
.cate_wrap h1{font-size: 18px;font-weight: normal;padding-bottom: 20px;font-weight: bold;}
.cate_wrap h1 span{font-family: "Bai Jamjuree", sans-serif;color: #dd741e;font-weight: 200;margin-left: 5px;font-size: 16px;}
.cate_wrap ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.cate_wrap ul li{width: 31%;text-align: center;margin-bottom: 10px;background: #f3f3f3;border-radius: 10px;padding: 10px;}
.cate_wrap ul li a{font-size: 14px;font-weight: bold;}
.cate_wrap ul li a span{display: block;width: 55px;height: 55px;margin: 0 auto;line-height: 55px;margin-bottom: 5px;}
.cate_wrap ul li a span img{max-width: 40px;max-height: 40px;width: auto;height: auto;}

.cate_wrap ul .li_none{opacity: 0;visibility: hidden;height: 0;margin-bottom: 0;transition:opacity .3s ease, visibility .3s ease}

.cate_wrap .cate_shop{display: flex;flex-wrap: wrap;justify-content: space-between;gap:15px}
.cate_wrap .cate_shop a{display: flex;flex: 1;font-size: 15px;font-weight: bold;padding: 15px 20px;border-radius: 10px;align-items: center;justify-content: space-between;}
.cate_wrap .cate_shop a:first-child{background: #faefe0;}
.cate_wrap .cate_shop a:nth-child(2){background: #fae8e0;}
.cate_wrap .cate_shop a img{height: 30px;margin-right: 10px;}

.member_wrap{
  background-color: #23222e;border-radius: 10px;padding: 20px 25px;margin-top: 20px;
}
.member_wrap h1{color: #fff;font-size:20px;font-weight: bold;padding-bottom: 5px;}
.member_wrap p{color: #aaa8b3;font-size: 14px;font-family: "Bai Jamjuree", sans-serif;font-weight: normal;}

.shop_wrap{
  display: flex;flex-wrap: wrap;justify-content: space-between;gap:15px;margin-top: 20px;
}
.shop_wrap > a{flex:1;font-size: 15px;font-weight: bold;padding:20px;border-radius: 10px;background: #fff;max-width: 45%;box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);position: relative;}
.shop_wrap > a > img{width: 60px;margin: 0 auto;display: block;margin-top: 10px;}
.shop_wrap > a h1{font-size: 20px;font-weight: bold;}
.shop_wrap > a p{font-size: 14px;font-weight: normal;color: #767676;}
.shop_wrap > a span{position: absolute;right: 20px;top: 20px;}
.shop_wrap > a span img{width: 22px;}
.shop_wrap div{flex:1;display: flex;flex-direction: column;gap:10px}
.shop_wrap div a{display: flex;align-items: center;justify-content: space-between;padding: 15px 20px;border-radius: 10px;background: #fff;font-size: 17px;font-weight: bold;color: #fff;font-weight: bold;}
.shop_wrap div a:first-child{background: #e79f80;}
.shop_wrap div a:nth-child(2){background: #ecbf8f;}
.shop_wrap div a:nth-child(3){background: #c0b4a0;}
.shop_wrap div a img{width: 15px;}

.care_link{margin-top: 20px;background: #fff;border-radius: 10px;padding: 20px;box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);display: flex;flex-wrap: wrap;justify-content: space-between;font-size: 17px;font-weight: bold;align-items: center;}
.care_link img{width: 15px;}

.stay_sub{position: relative;margin-bottom: 55px;display: block;}
.stay_sub h2{font-size: 16px;font-weight: normal;text-align: right;right: 25px;top: 50%;transform: translateY(-50%);position: absolute;width: 45%;word-break: keep-all;line-height: 1.4;}
.stay_sub img{width: 100%;}

.stay_pc{position: relative;margin-bottom: 10px;display: block;max-width: 285px;overflow: hidden;border-radius: 10px;}
/*.stay_pc:hover img{transform: scale(1.1)}*/
.stay_pc h2{font-size: 18px;font-weight: normal;text-align: right;right: 25px;top: 50%;transform: translateY(-50%);position: absolute;width: 50%;word-break: keep-all;line-height: 1.4;}
.stay_pc img{width: 100%;transition: .3s ease}

.lt .lt_thumb{display: block;border-radius: 5px;overflow: hidden;}
.lt .lt_thumb:hover img{transform: scale(1.1)}
.lt .lt_thumb img{transition: .3s ease}

.gall_img{display: block;border-radius: 10px;overflow: hidden;}
.gall_img:hover img{transform: scale(1.1)}
.gall_img img{transition: .3s ease}

.bo_write{padding: 35px 25px 25px;}
.bo_write h1{font-size: 19px;font-weight: normal;}
.bo_write h3{font-size: 14px;font-weight: normal;padding-top: 15px;}

.mb_write{padding: 35px 0 25px;}
.mb_write h1{font-size: 19px;font-weight: normal;}
.mb_write h3{font-size: 14px;font-weight: normal;padding-top: 15px;}

.mypage_b2b {position: fixed;width: 100%;max-width: 450px;background: #fff;border-radius: 15px 15px 0 0;bottom: -100%;left: 50%;transform: translateX(-50%);z-index: 1000;padding: 45px 0 0;height: 85vh;opacity: 0;transition:.5s ease}
.mypage_b2b {position: fixed;width: 100%;max-width: 450px;background: #fff;border-radius: 15px 15px 0 0;bottom: -100%;left: 50%;transform: translateX(-50%);z-index: 1000;padding: 45px 0 0;height: 85vh;opacity: 0;transition:.5s ease}
.mypage_b2b::before{content: '';display: block;position: absolute;top: 10px;width: 50px;height: 5px;border-radius: 10px;background: #b7b7b7;left: 50%;transform: translateX(-50%);}
.mypage_b2c {position: fixed;width: 100%;max-width: 450px;background: #fff;border-radius: 15px 15px 0 0;bottom: -100%;left: 50%;transform: translateX(-50%);z-index: 1000;padding: 45px 0 0;opacity: 0;transition:.5s ease}
.mypage_b2c::before{content: '';display: block;position: absolute;top: 10px;width: 50px;height: 5px;border-radius: 10px;background: #b7b7b7;left: 50%;transform: translateX(-50%);}
.mypage_bg{background: rgba(0, 0, 0, 0.7);position: fixed;visibility: hidden;opacity: 0;width: 100%;height: 100vh;z-index: 100;top: 0;max-width: 450px;left: 50%;transform: translateX(-50%);transition: .5s ease;}
.my_acc::-webkit-scrollbar {
  display: none;
}

.my_acc {
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}
.hd_menu::-webkit-scrollbar {
  display: none;
}

.hd_menu {
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}

.ft_modal-content::-webkit-scrollbar {
  display: none;
}

.ft_modal-content {
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}

body::-webkit-scrollbar {
    width: 8px;  /* 스크롤바의 너비 */
}

body::-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background: #dbdbdb; /* 스크롤바의 색상 */
    
    border-radius: 10px;
}

body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);  /*스크롤바 뒷 배경 색상*/
}

div[class^="mypage_"] h2{font-size: 20px;font-weight: normal;padding: 0 25px 15px;}
div[class^="mypage_"] h2 a{height: 25px;line-height: 25px;color: #000;border-radius: 30px;width: 80px;border: 1px solid #000;display: inline-block;margin-right: 10px;font-size: 12px;text-align: center;margin-left: 20px;vertical-align: middle;margin-top: -3px;}
div[class^="mypage_"] .my_close{position: absolute;top: 25px;right: 25px;}
div[class^="mypage_"] .my_close img{width: 20px;}
div[class^="mypage_"] .my_con_b2b{padding:0 25px 25px;}
div[class^="mypage_"] .my_con_b2b ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
div[class^="mypage_"] .my_con_b2b ul li:first-child{width: 100%;}
div[class^="mypage_"] .my_con_b2b ul li:first-child a{cursor: default;}
div[class^="mypage_"] .my_con_b2b ul li{width: 48%;margin-bottom: 10px;}
div[class^="mypage_"] .my_con_b2b ul li a{display: block;height: 60px;line-height: 60px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;font-size: 14px;border: 1px solid #b3b3b3;border-radius: 10px;padding: 0 15px;}
div[class^="mypage_"] .my_con_b2b ul li a img{max-width: 20px;max-height: 20px;}

div[class^="mypage_"] .my_con_b2c{padding:0 25px 25px;}
div[class^="mypage_"] .my_con_b2c ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
div[class^="mypage_"] .my_con_b2c ul li{width: 48%;margin-bottom: 10px;}
div[class^="mypage_"] .my_con_b2c ul li a{display: block;height: 60px;line-height: 60px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;font-size: 14px;border: 1px solid #b3b3b3;border-radius: 10px;padding: 0 15px;}
div[class^="mypage_"] .my_con_b2c ul li a img{max-width: 20px;max-height: 20px;}

.my_acc{background: #f1f1f1;padding: 35px 25px;height: calc(85vh - 320px);overflow-y: scroll;}
.my_acc.my_noscroll{background: #f1f1f1;padding: 35px 25px;height: auto;overflow-y: auto;}
.my_acc h3{font-size: 16px;font-weight: normal;padding-bottom: 15px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.my_acc h3 a{font-size: 14px;}

.my_acc a.acc_link{background: #fff;padding: 25px;border-radius: 10px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 10px;}
.my_acc a.acc_link h4{font-size: 17px;font-weight: normal;padding-bottom: 15px;}
.my_acc a.acc_link h4 i{color: #275c3d;margin-left: 5px;}
.my_acc a.acc_link span{font-size: 11px;height: 30px;line-height: 30px;width: 75px;border-radius: 30px;text-align: center;display: inline-block;}
.my_acc a.acc_link span.status1{color: #225838;border: 1px solid #225838;}
.my_acc a.acc_link span.status2{color: #000;border: 1px solid #000;}

.my_acc ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;padding-bottom: 20px;}
.my_acc ul li{width: 49%;background: #fff;border-radius: 10px;padding: 15px;font-size: 12px;box-shadow: 0 5px 10px 0 #e8e9e9}
.my_acc ul li div{font-size: 17px;padding-top: 10px;}
.my_acc ul li div span{font-weight: bold;}
.my_acc ul li:nth-child(2) span{color: #d58144;}

.my_acc a.point{background: #fff;padding: 25px;border-radius: 10px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 10px;align-items: flex-end;}
.my_acc a.point h4{font-size: 17px;font-weight: normal;padding-bottom: 15px;}
.my_acc a.point div.pt_pos{font-size: 16px;color: #5d910b;}
.my_acc a.point div.pt_neg{font-size: 16px;color: #fa431e;}
.my_acc a.point div span{font-weight: bold;}

#bo_sch .sch_btn{color: #000;}
#bo_sch .sch_input{border-radius: 0}


.loca{padding: 20px 0;font-size: 14px !important;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;}
.loca img{width: 16px;margin-right: 12px;}
.loca a{height: 23px;}

.request_btn{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;padding: 0 25px 30px;}
.request_btn a{width: 49%;height: 40px;line-height: 40px;text-align: center;display: block;border-radius: 5px;border: 1px solid #afafaf;font-size: 15px;}
.request_btn a.active{border: 1px solid #000;color: #fff;background: #000;}

/* 모달 스타일 */
.modal {opacity: 0;bottom: -100%;position: fixed;z-index: 9999;left: 50%;transform: translateX(-50%);width: 100%;height: 85vh;max-width: 450px;transition: .5s ease;overflow-y: scroll;background-color: #fff;border-radius: 15px 15px 0 0}
.modal-content {position: relative;padding:0 35px 45px;width: 100%;text-align: left;}
.modal header{padding-bottom: 40px;background: #fff;position: sticky;top: 0;padding-top: 45px;}
.modal h1{padding-left: 0 !important;margin-top: 0 !important;margin: 0 !important;}
.close {position: sticky;top: 30px;right: 30px;cursor: pointer;z-index: 10;float: right;}
.close img{width: 20px;}
.modal_bg{background: rgba(0, 0, 0, 0.5);position: fixed;visibility: hidden;opacity: 0;width: 100%;height: 100vh;z-index: 100;top: 0;max-width: 450px;left: 50%;transform: translateX(-50%);transition: .5s ease;}

.ft_modal {opacity: 0;bottom: -100%;position: fixed;z-index: 9999;left: 50%;transform: translateX(-50%);width: 100%;height: 85vh;max-width: 450px;transition: .5s ease;;background-color: #fff;border-radius: 15px 15px 0 0;padding: 45px 35px;}
.ft_modal::before{content: '';display: block;position: absolute;top: 10px;width: 50px;height: 5px;border-radius: 10px;background: #b7b7b7;left: 50%;transform: translateX(-50%);z-index: 10;}
.ft_modal-content {position: relative;width: 100%;text-align: left;overflow-y: scroll;height:85vh}
.ft_modal-content #ctt_con{padding-bottom: 70px;}
.ft_modal header{padding-bottom: 40px;background: #fff;position: sticky;top: 0;}
.ft_modal h1{padding-left: 0 !important;margin-top: 0 !important;margin: 0 !important;font-size: 16px;}
.ft_close {position: sticky;top: 0;right: 0;cursor: pointer;z-index: 10;float: right;}
.ft_close img{width: 20px;}
.ft_modal_bg{background: rgba(0, 0, 0, 0.7);position: fixed;visibility: hidden;opacity: 0;width: 100%;height: 100vh;z-index: 100;top: 0;max-width: 450px;left: 50%;transform: translateX(-50%);transition: .5s ease;}

#ctt_con{background: #fff;}

/* 하단 레이아웃 */
#ft {background:#141414;padding:0px 20px 20px;color: #fff;}
#ft h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#ft p {font-size: 13px;line-height: 1.8;margin-bottom: 25px;color: #909090;}

#ft_copy {padding: 30px 0 50px;text-align: left;position: relative;color: #636363;}
#ft_copy > img{width: 75px;position: absolute;right: 0;top: 50px;}
#ft_copy #ft_company {text-align:center;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-content: center;align-items: center;justify-content: flex-start;margin-bottom: 35px;margin-top: 35px;color: #fff;}
#ft_copy #ft_company a {font-size: 15px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center}
#ft_copy #ft_company a:first-child::after {content: '';display: inline-block;width: 3px;height: 3px;border-radius: 100%;background: #fff;margin-right: 15px;margin-left: 15px;}
.ft_cnt {font-weight:normal;color:#e3e3e3;line-height:2em;text-align:center}
.ft_cnt h2 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#ft_copy b {color:inherit}
#ft_copy a {color:inherit;text-decoration:none}
#ft_copy copyright{font-size: 12px;}

#top_btn {position:fixed;bottom:10px;right:15px;width:50px;height:50px;line-height:36px;border:2px solid #d2d2d2;border-radius:50%;background:#fff;color:#d2d2d2;text-align:center;font-size:15px;z-index:99;
-webkit-box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4);
-moz-box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4);
box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4)}
#top_btn i {font-size:1.4em}
#top_btn:hover {background:#3b8afb;border-color:#3b8afb;color:#fff}
#device_change {display:block;line-height:40px;border-radius:5px;background:#302e2e;color:#777;font-size:1em;text-decoration:none;text-align:center}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}
#copymove .tbl_head01 {margin-top:10px}
#copymove td {background:#fff}
#copymove .win_btn {margin:10px}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden}

/* 본문 바로가기 */
.to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {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;width:40px;height:40px;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:0;vertical-align:top}
#captcha #captcha_info {display:block;margin:3px 0 5px;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px}

/* 구글리캡챠 크기 조정 scale */
#captcha.recaptcha {width:213px;height:55px;overflow:hidden}
#rc-imageselect, .g-recaptcha {transform:scale(0.7);-webkit-transform:scale(0.7);transform-origin:0 0;-webkit-transform-origin:0 0}

/* 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}

/*단축키일람 */
.cke_sc {text-align:right}
.btn_cke_sc {background:#333;color:#fff;padding:5px;border:none}
.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:50%;font-weight:bold}
.cke_sc_def dd {width:50%}
.btn_cke_sc_close {background:#333;padding:5px;border:none;color:#fff}

/* 버튼 */
.btn {display:inline-block;padding:0 5px;height:30px;line-height:30px;border-radius:3px}
a.btn01 {display:inline-block;background:#ddd;color:#444;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;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:center} /* 서식단계 진행 */

.btn_submit {border:0;background:#000;color:#fff;cursor:pointer;border-radius:3px}
.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:#ddd;color:#444;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}

a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;border:0;background:#fff;border:1px solid #3a8afd;color:#3a8afd;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#3a8afd;color:#fff;border-radius:3px;padding:10px;border:0;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {}
a.btn_b02, .btn_b02 {display:inline-block;background:transparent;color:#fff;border:0;border-radius:3px;padding:10px;text-decoration:none;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {}
a.btn_b03, .btn_b03 {display:inline-block;line-height:28px;border:0;background:transparent;color:#bababa;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {}
a.btn_admin {display:inline-block;color:#d13f4a;font-size:1.4em;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {}
.fix_btn {position:fixed;z-index:99;bottom:65px;right:15px;background:#3a8afd;width:50px;height:50px;color:#fff;text-align:center;border-radius:50% !important;font-size:1.8em;line-height:50px !important;-webkit-box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4);
-moz-box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4);
box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4);display: none;}
a.btn,.btn {line-height:35px;width:30px;height:35px;padding:0 5px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
-webkit-transition:background-color 0.5s ease-out;
-moz-transition:background-color 0.5s ease-out;
-o-transition:background-color 0.5s ease-out;
transition:background-color 0.5s ease-out;}


/* 기본테이블 */
.tbl_wrap {margin:0 10px 10px}
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left}

.tbl_head01 {}
.tbl_head01 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head01 thead th {padding:12px 0;border:1px solid #d8dbdf;background:#f7f7f9;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head01 tfoot td {border-color:#e3e3e5;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head01 tbody {text-align:left}
.tbl_head01 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:5px;border:1px solid #e7e9ec;border-top:0;line-height:1.5em;word-break:break-all}

.tbl_head02 {}
.tbl_head02 caption {padding:0 0 10px;color:#777;text-align:left}
.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 {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head02 tfoot td {background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}

/* 기본리스트 */
.list_01 ul {}
.list_01 li {border-bottom:1px solid #e5ecee;padding:15px}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.all_chk {padding:15px;border-bottom:1px solid #e8eaee;background:#fff}

/* 기본폼 */
.form_01 .write_div {margin-bottom:10px;position:relative}
.form_01 li {margin:0 0 10px;position:relative;list-style:none}
.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;padding:5px;border-radius:0;box-shadow:none}
.form_01 textarea {width:100%;height:100px}
.frm_input {height:45px}
.full_input {width:100%} 
.form_01 .frm_file {display:block;margin-bottom:5px;width:100%}
.form_01 select {height:40px;background-color:#fff}
.form_01 .frm_info {font-size:0.92em;color:#3a8afd;text-align:left;margin:3px 0 10px;display:block;line-height:1.3em}

/* 자료 없는 목록 */
.empty_table {padding:100px 0 !important;color:#777;text-align:center}
.empty_list {padding:40px 0  50px!important;text-align:center;font-size: 15px;}
.empty_list i{margin-bottom: 10px;font-size: 30px;}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat  !important;background-position:right top !important}

/* 테이블 항목별 정의 */
.td_board {width:120px;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:150px;text-align:center}
.td_group {width:100px;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:#999}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative;background:#fff}
.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_con {}

.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 .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 {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 .win_btn {clear:both;padding:10px 0 30px;text-align:center}
.new_win .win_btn a {display:inline-block;height:45px;line-height:40px;font-weight:bold}
.new_win .cert_btn {text-align:center}
.new_win .btn_close {width:60px;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 4px;margin:0 2px}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal;line-height:20px}
.sv_wrap .sv {z-index:1000;width:100px;display:none;margin:5px 0 0;font-size:0.92em;background:#333;text-align:left;
-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;width:100px;margin:0;padding:0 10px;line-height:30px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333;font-weight:bold}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;display:block;padding:10px 0;text-align:center}
.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}


.chk_all {margin:10px 0}

/* 게시판 목록 */
#bo_list .td_chk {width:30px;text-align:center}
#bo_list .td_group {width:100px;text-align:center}
#bo_list .td_board {width:120px;text-align:center}
#bo_list .td_num {width:50px;text-align:center}
#bo_list .td_numbig {width:80px;text-align:center}
#bo_list .td_mb_id {width:100px;text-align:center}
#bo_list .td_nick {width:100px;text-align:center}
#bo_list .td_name {width:100px;text-align:left}
#bo_list .td_date {width:60px;text-align:center}
#bo_list .td_datetime {width:150px;text-align:center}
#bo_list .td_mng {width:80px;text-align:center}
#bo_list .notice_icon {display:inline-block;padding:0 5px;line-height:20px;border-radius:5px;font-weight:bold;font-size:11px;color:#e77101}
#bo_list .bo_subject .fa-download {width:16px;line-height:16px;background:#ffefb9;color:#daae37;text-align:center;font-size:10px;border-radius:2px;vertical-align:baseline}
#bo_list .bo_subject .fa-link {width:16px;line-height:16px;background:#edd3fd;color:#b451fd;text-align:center;font-size:10px;border-radius:2px;vertical-align:baseline}
#bo_list .bo_subject .fa-heart {color:#ff0000;text-align:center;font-size:10px;border-radius:2px}
#bo_list .bo_subject .new_icon {display:inline-block;width:16px;line-height:16px;font-size:10px;height: 16px;color:#fff;background:#000;text-align:center;border-radius:2px;margin:0 4px;font-weight:bold;vertical-align:middle}
#bo_list .bo_subject .fa-lock {display:inline-block;line-height:16px;width:16px;font-size:0.833em;color:#4f818c;background:#cbe3e8;text-align:center;border-radius:2px;font-size:12px;border:1px solid #cbe3e8;vertical-align:baseline}

#container_title{padding: 20px 0 15px;}

#bo_cate h2 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {background:#fff;padding-left:1px;border-bottom:1px solid #d9dce3;zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""} 
#bo_cate li {display:inline-block;float:left}
#bo_cate a {display:block;line-height:24px;padding:15px}
#bo_cate #bo_cate_on {display:inline-block;position:relative;color:#3a8afd}
#bo_cate #bo_cate_on:after {content:"";position:absolute;left:0;bottom:0;width:100%;height:4px;display:inline-block;background:#3a8afd}


/* 관리자일 때 */
#bo_list_admin th label {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_list_admin th:nth-of-type(1) {width:40px}
#bo_list_admin th:nth-of-type(3) {width:100px}

#bo_list_admin td:nth-of-type(1) {text-align:center}
#bo_list_admin td:nth-of-type(3) {text-align:center}

/* 관리자가 아닐 때 */
#bo_list th:nth-of-type(2) {width:100px}
#bo_list td:nth-of-type(2) {text-align:center}

/* 게시판 목록 공통 */
#bo_list {}
#bo_list li {background:#fff}
#bo_list li.bo_notice {background:#fff;color: #e77101;}
#bo_list li.bo_notice .bo_info{color: #e77101;}
#bo_list li.bo_notice .sv_member{color: #e77101;}
#bo_list li.bo_notice a{color: #e77101;}

.bo_fx {margin-bottom:5px;padding:0 10px}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total {margin:10px;text-align:center;padding:10px;text-align:center;background:#e3e7ec;color:#8b8b8b;border-radius:3px}

.btn_bo_user{z-index: 1;}
.btn_bo_user > li {float:right;text-align:center;margin-left:5px;margin-top: 20px;}
.btn_bo_user > li a{color: #fff;background: #373737;padding: 5px 15px;border-radius: 3px;}
.btn_bo_adm button {border:0;padding:0 10px;background:#d13f4a;color:#fff;text-decoration:none;vertical-align:middle}
.btn_more_opt {width:30px}
.more_opt {display:none;position:absolute;top:50px;right:7px;background:#fff;border:1px solid #b8bfc4;z-index:999}
.more_opt:before {content:"";position:absolute;top:-8px;right:6px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
.more_opt:after {content:"";position:absolute;top:-6px;right:6px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.more_opt.is_list_btn{width:90px}
.more_opt li {display:block;border-bottom:1px solid #f1f1f1;padding:10px;margin:0;color:#6b757c;text-align:left}
.more_opt li:last-child {border-bottom:0}
.more_opt li button, .more_opt li a {width:100%;border:0;background:#fff;color:#6b757c}
.more_opt li:hover a,
.more_opt li:hover button {color:#000}
.more_opt li i {line-height:20px}

.bo_share {position:relative}
#bo_v_share {display:none;position:absolute;top:42px;right:0;padding:10px;text-align:right;background:#fff;border:1px solid #b8bfc4}
#bo_v_share:before {content:"";position:absolute;top:-8px;right:6px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
#bo_v_share:after {content:"";position:absolute;top:-6px;right:6px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
#bo_v_share .btn_scrap {display:inline-block;background:#d4d4d4;color:#444;line-height:40px;width:40px;font-weight:bold;text-align:center;border-radius:3px}

#bo_v_sns {padding:0;list-style:none;zoom:1}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {text-align:center;margin:5px 0 0}
#bo_v_sns li a {display:block;width:40px;height:40px;padding:10px 0}
#bo_v_sns li .sns_f {background:#415b92;border-radius:3px}
#bo_v_sns li .sns_t {background:#35b3dc;border-radius:3px}
#bo_v_sns li .sns_g {background:#d5503a;border-radius:3px}
#bo_v_sns li .sns_k {background:#fbe300;border-radius:3px}
#bo_v_sns li img {vertical-align:top}
#bo_v_sns li span {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}

.bo_cate_link {display:inline-block;background:#e2eaf6;padding:0 5px;line-height:20px;border-radius:5px;font-weight:bold;font-size:11px;color:#3ca1ff !important;text-decoration:none;/*font-size:0.92em*/} /* 글제목줄 분류스타일 */
.bo_cate_ico {margin-bottom:5px}
.bo_cnt {display:block;width:100%;font-size:1.19em;font-weight:bold;line-height:1.4em}
.bo_cnt i {color:#e77101;font-size:15px}
.bo_cnt .fa-heart {color:#ff0000}
.bo_chk {display:inline-block;float:left;margin-right:5px}

.selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box {position:relative}
.chk_box input[type="checkbox"] + label {padding-left:20px;color:#676e70}
.chk_box input[type="checkbox"] + label span {position:absolute;top:0;left:0;width:15px;height:15px;display:block;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.chk_box input[type="checkbox"]:checked + label {color:#000}
.chk_box input[type="checkbox"]:checked + label span {background:url(./img/chk.png) no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}
.all_chk.chk_box input[type="checkbox"] + label span {top:18px;left:15px}
.all_chk{border-bottom: 1px solid #000;}
.all_chk span{vertical-align: middle;}

.bo_cmt {background:#e9eff5;color:#3a8afd;font-size:0.925em;height:16px;padding:0 5px;border-radius:2px;vertical-align:top;min-width:16px}

.bo_subject {display:block;width:100%;padding-bottom:5px;font-weight: normal;}
.bo_current {color:#e8180c}
.bo_info:after {display:block;visibility:hidden;clear:both;content:""}
.bo_info {position:relative;line-height:20px;color:#646464;vertical-align:top}
.bo_info i {margin-left:10px}
.bo_info .comment_icon {background:url(./img/icon_comment.png) no-repeat 50% 50%;display:inline-block;width:20px;height:28px;text-indent:-999px;overflow:hidden;vertical-align:top;background-size:70%;margin:0 0px 0 5px}
.bo_info .bo_date {}
.bo_info .cnt_cmt {display:inline-block;margin: 0 5px 0 3px}
.bo_info .profile_img img {border-radius:50%;vertical-align:top}

#bo_sch {background:#fff;position:relative;margin-bottom: 15px;}
#bo_sch form{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
#bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#bo_sch select {border: 1px solid #dddddd;height: 37px;padding-left: 12px;line-height: 37px;font-size: 14px;width: 110px;}
#bo_sch .sch_input {border: 1px solid #dddddd;height: 37px;padding-left: 12px;line-height: 37px;font-size: 14px;width: calc(100% - 160px)}
#bo_sch .sch_btn {border: 1px solid #dddddd;height: 37px;width: 40px;line-height: 37px;background: #fff;}

.view_is_list.btn_top {position:relative;z-index:auto;top:0;left:0}
.view_is_list {margin:8px 10px 0;height:50px;padding:10px;line-height:30px;border-radius:3px;border-bottom:1px solid #ccc;background:#fff;color:#333;text-align:right}
.view_is_list li {display:inline-block}

/* 게시판 쓰기 */
#bo_w #wr_email, #bo_w #wr_homepage, #bo_w #wr_subject {width:100%}

#char_count_desc {display:block;margin:0 0 5px;padding:0}
#char_count_wrap {margin:5px 0 0;text-align:right}
#char_count {font-weight:bold}

#wr_email, #wr_homepage, #wr_subject, .wr_link {width:100%}
.fix_btn.write_btn{z-index:99}

/* 게시판 읽기 */
#bo_v {background:#fff;padding:20px 0 0;}
#bo_v_table {padding:10px;color:#999;font-size:0.9em;font-weight:bold}

.btn_bo_bottom{padding: 15px 0 20px;border-top: 1px solid #e4e4ec;position: sticky;z-index: 10;bottom: 0;background: #fff;width: 100%}
.btn_bo_bottom .bo_left{display: inline-block;}
.btn_bo_bottom .bo_left li{display: inline-block;}
.btn_bo_bottom .bo_left a{border: 1px solid #c4c4c4;padding: 5px 10px 6px;border-radius: 3px}
.btn_bo_bottom .bo_right{}
.btn_bo_bottom .bo_right li{display: block;width: 100%;text-align: center;}
.btn_bo_bottom .bo_right a{background: #373737;padding: 10px;border-radius: 5px;color: #fff;width: 100%;display: block;font-size: 15px;}

#bo_v_title {font-weight: normal;}
.bo_v_cate {display:inline-block;background:#e2eaf6;color:#3a8afd;border-radius:13px;line-height:20px;border-radius:5px;padding:0 5px;font-weight:bold}
.bo_v_tit {display:block;font-size:1.6em;margin:10px 0 0}

#bo_v_info {padding:10px 0 15px;color:#000;line-height:20px}
#bo_v_info h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_info strong {display:inline-block;font-weight:normal;margin:0 5px}
#bo_v_info .profile_img img {border-radius:50%;vertical-align:top}
#bo_v_info .icon_view {display:inline-block;background:url('./img/icon_view.png') no-repeat 50% 50%;background-size:80%;height:15px;width:20px;overflow:hidden;text-indent:-999px;vertical-align:middle;margin:0 3px 0 5px}
#bo_v_info .icon_comment {display:inline-block;background:url('./img/icon_comment.png') no-repeat 50% 50%;background-size:70%;height:15px;width:20px;overflow:hidden;text-indent:-999px;vertical-align:middle;margin:0 3px 0 5px}

#bo_v_file {padding:0 15px;margin-bottom:20px}
#bo_v_file h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;list-style:none}
#bo_v_file li {padding:15px;position:relative;margin:10px 0;border:1px solid #dfdfdf}
#bo_v_file li i {float:left;color:#b2b2b2;font-size:1.6em;margin-right:20px}
#bo_v_file a {float:left;display:block;margin-right:10px;text-decoration:none;word-wrap:break-word;color:#000}

@media (max-width:450px){
	#bo_v_file a {float:inherit}
}

#bo_v_file a:focus, #bo_v_file li:hover a, #bo_v_file a:active {text-decoration:underline;color:#3a8afd}
#bo_v_file img {float:left;margin:0 10px 0 0}
#bo_v_file .bo_v_file_cnt {color:#b2b2b2;font-size:0.92em}
#bo_v_file li:hover {border-color:#bed4f4;color:#bed4f4}
#bo_v_file li:hover i {color:#3a8afd}
#bo_v_file li:hover .bo_v_file_cnt {color:#99c2fc}

#bo_v_link {padding:0 15px;margin-bottom:20px}
#bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;list-style:none}
#bo_v_link li {padding:15px;position:relative;margin:10px 0;border:1px solid #dfdfdf}
#bo_v_link li i {float:left;color:#b2b2b2;font-size:1.6em;margin-right:20px}
#bo_v_link a {float:left;display:block;margin-right:10px;text-decoration:none;word-wrap:break-word;color:#000}
#bo_v_link a:focus, #bo_v_link li:hover a, #bo_v_link a:active {text-decoration:underline;color:#3a8afd}
#bo_v_link .bo_v_link_cnt {color:#b2b2b2;font-size:0.92em}
#bo_v_link li:hover {border-color:#bed4f4;color:#bed4f4}
#bo_v_link li:hover i {color:#3a8afd}
#bo_v_link li:hover .bo_v_link_cnt {color:#99c2fc}

#bo_v_top {margin:10px 15px}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_top ul {margin:0;padding:0;list-style:none}
#bo_v_top ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top ul li {display:inline-block}
.bo_v_left {float:left}
.bo_v_right {float:right}

#bo_v_bot {padding:0 10px}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_bot ul {margin:0;padding:0;list-style:none}

.bo_v_nb {position:relative;margin:10px 0 0;border-top:1px solid #e4e4ec;border-bottom:1px solid #e4e4ec;text-align:left}
.bo_v_nb:after {display:block;visibility:hidden;clear:both;content:""}
.bo_v_nb li {}
.bo_v_nb li a {display:block;padding:15px;color:#777;font-size: 1.1em;}
.bo_v_nb li a i {color:#c5cfdd;padding-right: 5px;}
.bo_v_nb li.bo_v_prev {border-bottom:1px solid #f8f8f8}
.bo_v_nb li.bo_v_next {}


#bo_v_atc {min-height:200px;padding:15px 0}
#bo_v_atc_title {margin:0;padding:0;height:0;overflow:hidden}

#bo_v_img {width:100%;overflow:hidden;zoom:1}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img a.view_image {display:block}
#bo_v_img img {margin-bottom:15px;max-width:100%;height:auto}

#bo_v_con {min-height:200px;margin-bottom:20px;width:100%;font-size:1.2em;line-height:1.7em;word-break:break-all;overflow:hidden}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto}

#bo_v_act {margin-bottom:30px;text-align:center}
#bo_v_act .bo_v_act_gng {position:relative}
#bo_v_act a {margin-right:5px;vertical-align:middle;color:#4a5158}
#bo_v_act a:hover {background-color:#fff;color:#ff484f;border-color:#ff484f}
#bo_v_act i {font-size:1.4em;margin-right:5px}
#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;z-index:9999;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center}
#bo_v_act .bo_v_good {display:inline-block;border:1px solid #dedede;width:70px;line-height:46px;border-radius:30px}
#bo_v_act .bo_v_nogood {display:inline-block;border:1px solid #dedede;width:70px;line-height:46px;border-radius:30px}

/* 게시판 댓글 */
#bo_vc {background:#f8f8f8;padding:15px}
#bo_vc h2.bo_vc_tit {}
#bo_vc h2 span {color:#3a8afd}
#bo_vc article {}
#bo_vc article .comment_inner{margin:15px 0 0;padding:15px;background:#fff;border-bottom:1px solid #e4e4ec}
#bo_vc article h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_vc header {position:relative;padding:0;line-height:20px;padding-right:18px}
#bo_vc .profile_img {vertical-align:text-bottom}
#bo_vc .profile_img img {width:23px;height:23px;border-radius:50%}
#bo_vc header .bo_vl_opt {position:absolute;top:-5px;right:-8px}
.comment_inner .bo_vc_w{margin-top:10px;padding-top:15px}

#bo_vc .sv_member, #bo_vc .sv_guest {font-weight:normal}
.bo_vc_hdinfo {display:inline-block;color:#777}
#bo_vc h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#bo_vc .cmt_contents {margin:10px 0 0;border-radius:5px;line-height:1.8em}
#bo_vc .cmt_contents p {font-size:1.083em}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:underline;color:#ed6479}
#bo_vc_empty {margin:0;padding:15px !important;text-align:center}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc footer {zoom:1}
#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""}

.bo_vc_act {display:none;position:absolute;right:0;top:40px;width:58px;text-align:center;border:1px solid #b8bfc4;margin:0;list-style:none;background:#fff;zoom:1;z-index:9999}
.bo_vc_act:before {content:"";position:absolute;top:-8px;right:5px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
.bo_vc_act:after {content:"";position:absolute;top:-6px;right:5px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.bo_vc_act li {border-bottom:1px solid #f0f0f0}
.bo_vc_act li:last-child {border-bottom:0}
.bo_vc_act li a {display:inline-block;padding:10px 15px}
.bo_vc_act li a:hover {color:#3a8afd}

#bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.bo_vc_w {display:block;position:relative;padding:0 15px 15px;background:#f8f8f8}
.bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w #char_cnt {display:block;margin:0 0 5px}
.bo_vc_w textarea {width:100%;height:120px;padding:5px;border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle}
#wr_secret {}

.bo_vc_w_info {margin:10px 0}
.bo_vc_w_info:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w_info .frm_input {float:left;width:49.5%;margin:0 0 5px 0}
.bo_vc_w_info #wr_password {float:right}
.bo_vc_w_info #captcha {display:block;clear:both}
.bo_vc_w .btn_confirm {margin-top:5px;clear:both}
.bo_vc_w .icon_lock {display:inline-block;font-size:1em;vertical-align:baseline}
.bo_vc_w .btn_submit {height:50px;width:100%;padding:0 20px;border-radius:3px;font-weight:bold;font-size:1.083em}
.bo_vc_w_wr:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w .bo_vc_secret {display:block}

#bo_vc_send_sns {display:block;margin-bottom:10px}
#bo_vc_sns {display:block;margin:0;padding:0;list-style:none;zoom:1}
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc_sns li {float:left;margin:0 5px 0 0}
#bo_vc_sns .sns_li_f {border-radius:3px;background:#3a589b;height:40px;padding: 10px 0 10px 10px}
#bo_vc_sns .sns_li_t {border-radius:3px;background:#00aced;height:40px;padding: 10px 0 10px 10px}
#bo_vc_sns .sns_li_off {background:#bbb}
#bo_vc_sns a {display:inline-block;padding:0 15px 0 5px}
#bo_vc_sns input {margin:0 5px 0 0}

/* 게시판 쓰기 */
#content_right.bgw #bo_w {padding:15px 0}
#content_right.bgw #bo_w .bo_v_option li {display:inline-block;float:left;margin:0 5px 0 0}
#content_right.bgw #bo_w .bo_v_option li label {vertical-align:baseline}
#content_right.bgw #bo_w .bo_v_option:after {display:block;visibility:hidden;clear:both;content:""}
#content_right.bgw #bo_w .bo_w_select select {border:1px solid #d0d3db;background:#fff;width:100%}
#content_right.bgw #bo_w .bo_w_link label {position:absolute;top:1px;left:1px;border-radius:3px 0 0 3px;width:45px;height:43px;line-height:43px;font-size:1.2em;text-align:center;color:#b2b2b2}
#content_right.bgw #bo_w .bo_w_link .frm_input {padding-left:50px}
#content_right.bgw #bo_w .bo_w_flie .lb_icon {position:absolute;top:0px;left:0px;border-radius:3px 0 0 3px;width:45px;height:43px;line-height:43px;font-size:1.2em;text-align:center;color:#b2b2b2}
#content_right.bgw #bo_w .bo_w_flie .frm_file {padding-left:50px}
#content_right.bgw #bo_w .bo_w_flie .file_wr {position:relative;color:#000;vertical-align:middle;margin:0}
#content_right.bgw #bo_w .bo_w_flie .frm_input {margin:5px 0 0}

#content_right.bgw .filebox .btn_file {display:inline-block;position:absolute;right:8px;top:8px;border:1px solid #dcdcdc;border-radius:3px;width:60px;height:30px;color:#000;font-size:1em;line-height:30px;font-weight:bold;background:#fff;text-align:center;vertical-align:middle;cursor:pointer}
#content_right.bgw .filebox .fileName {display:inline-block;position:relative;width:100%;height:45px;padding-left:45px;line-height:30px;border:1px solid #d0d3db;background-color:#fff;color:red;vertical-align:middle;border-radius:0}
#content_right.bgw .filebox input[type="file"] {position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

#bo_w .btn_confirm {text-align:center;margin: 0 !important;padding: 25px !important;}
#bo_w .btn_submit {width:49%;height:45px;padding:0 30px;font-weight:bold;font-size:1.083em}
#bo_w .btn_cancel {width:49%;line-height:45px;height:45px;padding:0 30px;font-weight:bold;font-size:1.083em;background:#fff;border-radius:3px;border:1px solid #dcdcdc}

.event_btn{display:block;text-align:center;width:120px !important;height:40px !important;line-height:40px !important;background:#005aae;border-radius:5px;color:#fff;text-decoration:none;margin:0 auto}

@media screen and (max-width : 1130px) {
    .pc_left{opacity: 0;visibility: hidden;transform: translate(0, -50%)}
    .pc_right{opacity: 0;visibility: hidden;transform: translate(0, -50%)}
}

.stay_con{}
.stay_con > h1{font-size: 28px;font-weight: bold;padding: 30px 20px;}
.stay_con > p{padding: 0 20px 30px;font-size: 15px;line-height: 1.5;}

.stay_btns{background: #f1f2f4;padding: 30px 20px 50px;display: flex;flex-direction: column;gap:15px}
.stay_btns a{background: #fff;padding: 20px;border-radius: 10px;text-decoration: none;font-size: 16px;font-weight: bold;display: flex;justify-content: space-between;align-items: center;height: 90px;}
.stay_btns a .con_img{text-align: center;width: 40px;}
.stay_btns a img{max-width: 30px;margin-right: 10px;vertical-align: middle;max-height: 30px;width: auto;height: auto;display: block;margin: 0 auto;}
.stay_btns a .stay_atxt{width: 60%;}
.stay_btns a .stay_atxt h2{font-size: 20px;font-weight: bold;}
.stay_btns a .stay_atxt p{font-size: 14px;line-height: 1.5;color: #666666;font-weight: normal;margin-top: 5px;}
.stay_btns a span{font-size: 13px;border-bottom: 1px solid #000;font-weight: normal;    align-self: flex-end;}
