@charset "utf-8";
@import url(./font.css);
@import url(./style4.css?v=4);
/* 초기화 */

html {
  overflow-y: scroll;
  height: 100%;
  min-width: 320px;
  font-size: 14px;
  letter-spacing: -.5px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  height: 100%;
  letter-spacing: -.5px;
}

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;
}

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;
}

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;
}

textarea {
  border-radius: 0;
  -webkit-appearance: none;
  resize: none;
}

select {
  margin: 0;
  border: none;
}

p {
  margin: 0;
  padding: 0;
  word-break: keep-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
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.point {
  color: #465bf0 !important;
}

.point_02 {
  color: #ccd2ff !important;
}

/* 민트 */

.mint {
  color: #1cbbb4 !important;
}

.blue {
  color: #2b3990 !important;
}

.black {
  color: #000 !important;
}

.orange {
  color: #ff5800 !important;
}

.white {
  color: #fff !important;
}


.point_bg {
  background-color: #465bf0 !important;
  background: #465bf0 !important;
}

.point_02_bg {
  background-color: #ccd2ff !important;
}

.point_bo {
  border-color: #465bf0 !important;
}

.point_02_bo {
  border-color: #ccd2ff !important;
}

.gray {
  color: #999 !important;
}

.gray_bg,
.bg_gray {
  background-color: #f8f8f8 !important;
}

.mint_bg,
.bg_mint {
  background-color: #13a89e !important;
}

.blue_bg,
.bg_blue {
  background-color: #2b3990 !important;
}

.black_bg,
.bg_black {
  background-color: #000 !important;
}

.orange_bg {
  color: #ff5800 !important;
}

.white_bg {
  background-color: #fff !important;
}

.white_bo {
  border-color: #fff !important;
}

.black_bo,
.bo_black {
  border-color: #000 !important;
}

.pink {
  color: #e84263 !important;
}

.pink_bg {
  background-color: #e84263 !important;
}

.pink_bo {
  border-color: #e84263 !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}


.f_100 {
  font-weight: 100 !important;
}

.f_200 {
  font-weight: 200 !important;
}

.f_300 {
  font-weight: 300 !important;
}

.f_400 {
  font-weight: 400 !important;
}

.f_500 {
  font-weight: 500 !important;
}

.f_600 {
  font-weight: 600 !important;
}

.f_700 {
  font-weight: 700 !important;
}

.f_800 {
  font-weight: 800 !important;
}

.f_900 {
  font-weight: 900 !important;
}

/* 포인트 숫자 뒤에 무조건 단위 붙게끔 */
.point_unit:after {
  content: ' P'
}


/* 마진값 공통사항 */
.mtop0 {
  margin-top: 0px !important;
}

.mtop10 {
  margin-top: 10px !important;
}

.mtop20 {
  margin-top: 10px !important;
}

.mbottom0 {
  margin-bottom: 0 !important;
}

.mbottom10 {
  margin-bottom: 10px !important;
}

.mbottom20 {
  margin-bottom: 20px !important;
}


/**/
.w100 {
  width: 100% !important;
}




/* 회원이미지 기본 CSS */
.mem_img,
.mem_img img {
  border-radius: 50%;
  background-color: #cdfbff;
}

/* 코인 Plus, Minus 컬러 */

.plus {
  color: #F00 !important;
}

.minus {
  color: #00F !important;
}

/* 팝업레이어 */
#hd_pop {
  z-index: 1000;
  position: relative;
  margin: 0 auto;
  width: calc(100% - 40px);
  height: 0;
  max-width: 400px;
}

#hd_pop h2 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden
}

.hd_pops {
  position: absolute;
  border: 1px solid #e9e9e9;
  background: #fff;
  top: 50px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100% !important;
  max-width: 610px !important;
  height: auto !important;
}

.hd_pops_con {
  width: 100% !important;
  max-width: 610px !important;
  height: auto !important;
}

.hd_pops_con img {
  max-width: 100%;
  height: auto;
  width: 100% !important;
}

.hd_pops_footer {
  padding: 10px 0;
  background: #000;
  color: #fff;
  text-align: right
}

.hd_pops_footer button {
  margin-right: 5px;
  padding: 5px 10px;
  border: 0;
  background: #393939;
  color: #fff
}

/* 상단 레이아웃 */
#hd {
  position: sticky;
  top: 0;
  z-index: 999;
}

#hd:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#hd img {
  width: 24px;
}

#hd_roll #container_title {
  border-bottom: none;
}

#hd_h1 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden
}


/* 상단 띠배너 */
.top_banner #topBanner {
  position: relative;
  width: 100%;
  background-color: #88c9e2;
  color: #fff;
  overflow: hidden;
}

.top_banner #topBanner .bn_con {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}

.top_banner #topBanner .bn_con span {
  font-size: 14px;
  line-height: 34px;
  color: #fff;
}

.top_banner #topBanner .bn_close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.top_banner #topBanner .bn_close #chkday {
  position: absolute;
  top: 1px;
  left: 0;
  width: 17px;
  height: 17px;
  color: #fff;
}

.top_banner #topBanner .bn_close label [for=chkday] {
  cursor: pointer;
  padding-right: 10px;
}

.top_banner #topBanner .bn_close label span {
  padding-left: 10px;
  color: rgba(255, 255, 255, 0.3);
}

.top_banner #topBanner .bn_close .btnClose {
  display: inline-block;
  width: 40px;
  height: 34px;
  line-height: 34px;
  text-align: right;
  border-radius: 2px;
  color: rgba(0, 0, 0, .6);
  font-size: 18px;
  padding-right: 20px;
}


#logo {
  padding: 10px 10px;
  height: 60px;
  text-align: center
}

#logo img {
  vertical-align: middle;
  margin-top: 5px;
  max-height: 100%;
  width: auto
}

#gnb_open {
  position: absolute;
  top: 12px;
  right: 10px;
  padding: 0 10px;
  height: 40px;
  width: 40px;
  border: 0;
  color: #fff;
  font-size: 1.8em;
  background: none;
  letter-spacing: -0.1em
}

/*{position:absolute; top:10px; left:10px; padding:0 10px; height:40px; width:40px; border:0; background-size:70%; color:#fff; background:none; font-size:2em}*/
#gnb_open img {
  vertical-align: 0px;
}

#gnb {
  display: none;
  background: #efefef;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  width: 270px;
  max-width: 400px;
  height: 100%;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 5px rgba(55, 55, 5, 0.4);
  -moz-box-shadow: 0 0 5px rgba(55, 55, 5, 0.4);
  box-shadow: 0 0 5px rgba(55, 55, 5, 0.4);
  font-size: 14px;
}

#gnb .gnb_close {
  width: 100%;
  height: 55px;
  position: relative;
  background-color: #f8f8f8;
}

#gnb .quick_menu {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-evenly;
  border-bottom: 10px solid #f8f8f8;
  font-weight: 500;
}

#gnb .quick_menu p {
  font-size: 16px;
  color: #666;
  text-align: center;
  padding: 15px 0;
}

#gnb .quick_menu p img {
  width: 46px;
}

#gnb .quick_menu p span {
  display: block;
  line-height: 1;
}


#gnb_1dul {
  background: #fff;
  width: 100%;
  float: left;
}

#gnb_1dul a {
  display: block !important;
  color: #000
}

.gnb_1dli {
  position: relative;
  width: 100%;
  float: left;
  /* line-height: 34px; */
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-left: 45px;
  font-size: 16px;
  padding: 5px 10px 5px 45px;
}

.gnb_1dli p {
  position: absolute;
  top: 14px;
  left: 20px;
}

.gnb_1dli p img {
  width: 22px !important;
}

.gnb_1dli button {
  position: absolute;
  top: 5px;
  right: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 0;
  font-size: 14px;
  background: #fff;
  background: url(../../../img/mobile/gnb_bg2.png) no-repeat 50% 50%;
  text-indent: -9999px
}

.gnb_1dli button.btn_gnb_cl {
  background: url(../../../img/mobile/gnb_bg.png) no-repeat 50% 50%
}

.gnb_1da {
  padding: 5px 20px;
  /*border-bottom:1px solid #eee; */
  font-weight: 400;
  font-size: 16px;
}

.gnb_2dul {
  display: none;
  background: #fafafa
}

.gnb_2da {
  padding-left: 30px
}

#gnb_close_btn {
  display: block;
  position: absolute;
  left: 8px;
  top: 10px;
  z-index: 99;
  font-weight: bold;
  margin: 0;
  height: 40px;
  width: 40px;
  border: 0;
  color: #307247;
  font-size: 26px;
  background: transparent
}

#gnb_close_btn i {
  color: #000 !important;
}

#gnb_empty {
  padding: 20px 0;
  color: #fff;
  text-align: center;
  line-height: 2em
}

#gnb_empty a {
  display: inline;
  text-decoration: underline
}

.left_outlogin {
  width: 100%;
  min-width: 75px;
  float: left;
  padding: 15px 15px 20px 15px;
  position: relative;
  text-align: left;
  background-color: #f8f8f8;
}

.left_outlogin .left_outlogin_img {
  width: 75px;
  height: 75px;
  border-radius: 200px;
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #f1a160;
  background-image: url(<?php echo G5_IMG_URL ?>/mobile/left/logo.png);
  background-position: 0x 0px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: none;
}

.left_outlogin p {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
  font-weight: 600;
  margin-bottom: 5px;
}

.left_outlogin p span {
  font-weight: 400;
}

.left_outlogin span.outlogin_btn {
  padding: 5px 0px;
  line-height: 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  width: 90px;
  text-align: center;
}

.left_outlogin span.outlogin_btn_01 {
  color: #fff;
  background-color: #2a3c90;
  border: 2px solid #2a3c90;
}

.left_outlogin span.outlogin_btn_02 {
  color: #666;
  background-color: #fff;
  border: 2px solid #999;
  margin-left: 10px;
}


.haed_menu {
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
}

/* 어떤 style지정도 하지 말 것! => 상단 검색 기능에 영향이 있음 */
.haed_menu img {
  width: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*20250805 푸시 new 바운스 작업 시작*/
/*.haed_menu .push .dot {position:absolute; top:16px; right:4px; width:6px; height:6px; border-radius:50%; background-color:#465bf0; display:none; }*/
.haed_menu .push .dot {
  position: absolute;
  display: none;
  padding: 3px 5px;
  color: #fff;
  border-radius: 50px;
  font-size: 9px;
  font-weight: 600;
  top: 10px;
  right: -10px;
  z-index: 1;
  line-height: normal;
  background-color: #DB2043;
  animation: floatUpDown 2s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }

  100% {
    transform: translateY(0);
  }
}

/*20250805 푸시 new 바운스 작업 마감*/

.haed_menu .home {
  display: none;
}

.haed_menu.counselor {
  width: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.haed_menu.counselor .home,
.haed_menu.counselor .push {
  display: inline-block !important;
  margin-left: 20px;
}

.haed_menu.counselor .home img,
.haed_menu.counselor .push img {
  display: inline-block !important;
  position: relative;
  top: auto;
  left: 0;
  transform: none;
  margin-top: 8px;
}
}


.haed_menu .point {
  : auto;
  padding-left: 16px;
}

.haed_menu .point spwidthan {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 30px;
  background-color: #e64363;
  color: #fff;
  position: relative;
  z-index: 2;
  vertical-align: 10px;
}

.haed_menu .point img {
  left: 14px;
}


.search {}

.search .hd_opener {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 70px;
  background-color: transparent;
}

.search .hd_opener img {
  margin-top: 3px;
}


/* 매니저 로그인 CSS */
#gnb.manager,
#gnb.manager .gnb_close,
#gnb.manager .left_outlogin,
#gnb.manager .quick_menu,
#gnb.manager #gnb_1dul {
  background: #353535;
}

#gnb.manager #gnb_close_btn i {
  color: #fff !important;
}

#gnb.manager .left_outlogin p {
  color: #fff;
}

#gnb.manager .left_outlogin span.outlogin_btn_01 {
  color: #fff;
  background-color: #13a89e;
  border: 2px solid #13a89e;
}

#gnb.manager .quick_menu {
  border-color: #282828;
}

#gnb.manager .quick_menu p {
  color: #fff;
}

#gnb.manager .gnb_1dli {
  border-bottom: 1px solid rgba(255, 255, 255, .04);
}

#gnb.manager .gnb_1dli p img {
  filter: invert(1);
}

#gnb.manager #gnb_1dul a {
  color: #fff;
}


#hd_sch {
  text-align: center;
  padding: 11px 15px 11px 15px;
  background: #fff;
  display: block;
  border-bottom: 1px solid #4068f5;
}

#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: 30px;
  background: #fff;
  border: 0;
  color: #000;
  font-size: 16px;
}

#hd_sch #sch_submit {
  position: absolute;
  top: 4px;
  right: 0px;
  width: 30px;
  height: 38px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  color: #000;
  background: #fff;
  font-size: 1.25em
}

#hd_sch #sch_submit img {
  width: 24px;
}

/*#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: #fff;
  text-align: center
}

#user_close {
  display: block;
  position: absolute;
  left: 15px;
  top: 8px;
  z-index: 99;
  font-weight: bold;
  margin: 0;
  height: 40px;
  width: 40px;
  border: 0;
  color: #bfb8b2;
  font-size: 1.8em;
  background: transparent;
  text-align: left;
}


#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 {}

#wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#container {
  position: relative;
  min-height: 300px;
  margin: auto;
  word-break: keep-all;
  padding-bottom: 60px;
}

#container:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#container_title {
  font-size: 18px !important;
  font-weight: bold !important;
  height: 60px !important;
  padding: 15px 20px !important;
  line-height: 30px !important;
  background: #fff;
  color: #000;
  border-bottom: 1px solid #f2f2f2;
  /*-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: 0px;
}

#container_title i {
  color: #fff;
}

#container_title img {
  width: 26px;
  vertical-align: 0px;
}

#container_title .page_title {
  display: inline-block;
  position: absolute;
}

.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:9*/
}

.fixed.btn_bo_user {
  right: 10px
}

#container_title.fixed {
  width: 100%
}

.all_chk .btn_top {
  border-bottom: none !important;
  padding: 0;
}

.all_chk .btn_top li {
  padding: 6px;
  border-bottom: none;
}

.all_chk .btn_top .more_opt li {
  border-bottom: 1px solid #e5ecee;
}



#bo_cate h2 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

#bo_cate ul {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  padding: 0 0px;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

#bo_cate ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#bo_cate li {
  width: 100%;
  text-align: center;
}

#bo_cate a {
  padding: 0px 10px;
  line-height: 34px;
  border-bottom: 3px solid #fff;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}

#bo_cate #bo_cate_on {
  border-color: #465bf0;
  color: #465bf0;
  font-weight: 600;
}

/*
.bo_cate {}
#bo_cate {}
#bo_cate #bo_cate_ul {width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #eee;}
#bo_cate #bo_cate_ul li {padding: 0px 4px 2px;
    line-height: 34px;
    border-bottom: 3px solid #fff;
    text-align: center;
    cursor: pointer;}
#bo_cate #bo_cate_ul li#bo_cate_on {border-color: #465bf0;
    color: #465bf0;
    font-weight: 600;}
*/


.bo_cate_link,
.bo_v_cate {
  background: #fff;
  color: #000;
  line-height: 1;
}


.bo_info {
  padding-top: 0;
  font-size: 12px;
}

.bo_info i {
  display: none;
}

/* 하단 레이아웃 */
#ft {
  background: #222;
  padding: 0px 20px 20px
}

#ft h1 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

#ft p {
  margin: 0;
  padding: 10px 0;
  line-height: 1.8em
}

#ft_copy {
  padding: 10px;
  line-height: 2em;
  text-align: center;
  color: #777
}

#ft_copy #ft_company {
  text-align: center
}

#ft_copy #ft_company a {
  display: inline-block;
  padding: 0 10px;
  line-height: 1em;
  border-left: 1px solid #333;
  color: #fff
}

#ft_copy #ft_company a:first-child {
  border: 0
}

.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
}

#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 label {
  display: none !important;
}

#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 #ddd;
  vertical-align: top;
  padding: 0;
  margin: 0;
  border-radius: 4px;
}

#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 #ddd;
  background: #fff;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  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 {
  word-break: keep-all !important;
  font-size: 14px;
}

/*
#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; word-break:keep-all;}
#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;
  display: none;
}

.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: #465bf0;
  color: #fff;
  cursor: pointer;
  border-radius: 6px
}

.btn_submit:hover {
  background: #465bf0
}

.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
}

/* 버튼 */
.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_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: #2b3990;
  border: 1px solid #2b3990;
  color: #fff;
  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: #2b3990;
  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; */
  display: none;
  color: #d13f4a;
  font-size: 1.4em;
  text-decoration: none;
  vertical-align: middle
}

/* 관리자 전용 버튼 */
a.btn_admin:focus,
a.btn_admin:hover {}

a.btn,
.btn {
  line-height: 35px;
  /*width:30px; */
  height: 35px;
  padding: 0 8px;
  text-align: center;
  font-weight: 600;
  border: 0;
  font-size: 13px;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out
}

.fix_btn {
  position: fixed;
  z-index: 99;
  bottom: 65px;
  right: 15px;
}

.fix_btn.write_btn {
  bottom: 75px;
  left: 20px;
  right: auto;
  width: calc(100% - 0px) !important;
  padding: 0 20px;
  border-radius: 0 !important;
}

.fix_btn.write_btn a {
  display: inline-block;
  width: 100%;
  height: 50px;
  background: #2b3990;
  color: #fff;
  text-align: center;
  border-radius: 6px !important;
  font-size: 18px;
  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)
}

.fix_btn.write_btn i {
  display: none;
}

/* 하단 고정 버튼  */

.wash_info_btn {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  line-height: 60px;
  background-color: #283c92;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  z-index: 99;
  box-shadow: -0px -5px 15px rgba(0, 0, 0, .15);
  /*border-radius:20px 20px 0 0; */
}

.wash_info_btn ul {
  width: 100%;
  float: left;
  color: #fff;
  border-radius: 20px 20px 0 0;
}


/* 기본테이블 */
.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: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,
.write_div textarea,
.frm_input {
  border: 1px solid #d0d3db;
  background-color: #fff;
  color: #000;
  vertical-align: middle;
  padding: 5px;
  border-radius: 4px;
  box-shadow: none
}

.form_01 textarea {
  width: 100%;
  height: 100px;
}

.frm_input {
  height: 40px
}

.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: #2b3990;
  text-align: left;
  margin: 3px 0 10px;
  display: block;
  line-height: 1.3em
}

.form_01 label {
  display: block;
  font-size: 12px;
  color: #999;
}

.form_01 li,
.form_01 div {
  margin: 0 0 15px;
  position: relative;
  list-style: none;
}

/* 기본폼 + 좌측 아이콘 */
.form_01 .icon {
  padding-left: 30px;
  min-height: 40px;
}

.form_01 .icon p {
  position: absolute;
  top: 4px;
  left: 0px;
  font-size: 20px;
}

.form_01 .icon textarea {
  border: 1px solid #d0d3db;
  padding: 5px;
}

.form_01 .icon .frm_input,
.form_01 .icon .etc_input {
  border: none;
  border-bottom: 1px solid #d0d3db;
  padding: 0 0 5px 0;
  height: 35px;
  margin-bottom: 5px;
  border-radius: 0;
}

.form_01 .bo_w_select.icon p {
  top: 10px !important;
}

.form_01 .bo_w_flie.icon label {
  margin-bottom: 10px;
  top: 30px;
}

.form_01 .bo_w_flie .filebox .fileName {
  height: 40px;
}

.form_01 .bo_w_flie .filebox p {
  left: -30px;
  top: 10px;
}

.form_01 .icon .wr_content label {
  margin-bottom: 10px;
}

.form_01 .icon .wr_content p {
  top: 30px;
}

.form_01 .agree {
  width: 100% !important;
  margin-top: 00px;
  margin-bottom: 0;
  position: relative;
}

.form_01 .agree p {
  top: -2px;
}

.form_01 .agree .chk_li {
  width: 100%;
}

.form_01 .agree textarea {
  margin-top: 0px;
}

.form_01 .agree .fregister_agree i {
  position: absolute;
  top: 12px;
  right: 0;
  padding-left: 10px;
  color: #999;
}


.agree_wrap {
  display: block !important;
  margin-top: 10px;
}

.agree_wrap:before {
  content: '';
  width: calc(100% + 40px);
  height: 1px;
  background-color: #e9e9e9;
  margin-left: -20px;
  display: block;
  margin-bottom: 20px;
}


.set_div {
  width: 100%;
  float: left;
  border-bottom: 10px solid #f5f5f5;
  padding: 10px 0;
}

.set_div:last-child {
  border-bottom: none;
}


.set_div li {
  width: 100%;
  float: left;
  line-height: 45px;
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding: 0 15px 0 55px;
  font-size: 16px;
  position: relative;
  font-weight: 500;
}

.set_div li:after {
  content: "\e93e";
  font-family: 'xeicon' !important;
  font-weight: 900;
  margin-right: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: .3;
}

.set_div li.dis_none:after {
  display: none;
}

.set_div li.leave a {
  color: #2a3c90;
}

.set_div li.leave:after {
  color: #2a3c90;
  opacity: 1;
}

.set_div li a {
  display: block;
}

.set_div li.text_item:after {
  display: none;
}

/* 앱정보 등 페이지이동 메뉴가 아닐 경우 사용 */
.set_div li.text_item span {
  float: right;
  color: #656565;
}

.set_div .switch {
  position: absolute !important;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}



.my_logout {
  width: 100%;
  float: left;
  padding: 10px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  background-color: #000;
  font-weight: 600;
}

.my_menu_02 {
  width: 100%;
  float: left;
  display: text-align:left;
  font-size: 14px;
  color: #656565;
  margin: 8px 0;
}

.my_menu_02 a {
  font-weight: 600;
  color: #000;
}

.my_menu_02 ul {
  padding: 10px 15px;
}

.my_menu_02 ul li {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.my_menu_02 h4 {
  padding-top: 15px;
  border-top: 1px solid #eee;
  color: #868686;
  font-size: 14px;
  font-weight: 500;
}

.my_menu_02 ul:nth-child(1) h4 {
  padding-top: 0px;
  border-top: none;
}

.con_section {
  width: 100%;
  float: left;
  background: #fff;
}

.con_title {
  font-size: 16px;
  font-weight: 700;
  padding: 15px;
}


/* 앱 알림, 로그아웃 등 체크박스 CSS */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 0px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input+.slider {
  border: 2px solid #ccc;
}

.switch input:checked+.slider {
  background-color: #2a3c90;
  border: 2px solid #2a3c90;
}

.switch input:focus+.slider {
  /*box-shadow: 0 0 1px #2196F3; */
}

.switch input:checked+.slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}



/* 게시판 공통CSS */
#bo_w .write_div {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

#bo_w .write_div:last-child {
  margin-bottom: 0;
}


/* 자료 없는 목록 */
.empty_table {
  padding: 100px 0 !important;
  color: #777;
  text-align: center
}

.empty_list {
  padding: 20px 0 !important;
  text-align: center
}

/* 필수입력 */
.required,
textarea.required {
  background-image: url('../img/require.png') !important;
  background-repeat: no-repeat !important;
  background-position: right top !important
}

/* 테이블 항목별 정의 */
.td_board {
  width: 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;
  border-bottom: 1px solid #ddd;
}

.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: 20px 0 30px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.new_win .win_btn a {
  display: inline-block;
  height: 45px;
  line-height: 40px;
  font-weight: bold
}

.new_win .win_btn a,
.new_win .btn_submit {
  width: calc(50% - 5px);
}

.new_win .cert_btn {
  text-align: center
}

.new_win .btn_close {
  height: 45px;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}

.new_win .btn_submit {
  padding: 0 20px;
  height: 45px;
  font-weight: bold;
  font-size: 1.083em
}


/* 검색결과 색상 */
.sch_word {
  /*color:#fff; background:#ff0000; 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: inherit;
  font-weight: inherit;
}

.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: #e84263;
  border: 1px solid #e84263;
  color: #fff;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  min-width: 30px;
  border-radius: 3px
}



/* 게시판 공통수정 */

.bo_v_nb i {
  padding-right: 10px;
}

.bottom_btn,
#bo_w .btn_confirm {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}

#bo_w .file_del {
  display: block;
  margin-top: 6px;
}

#bo_w .file_del label {
  color: #2b3990;
  display: inline;
  font-weight: 500;
}

/*
.bottom_btn a, .bottom_btn .btn_100 {    height: 60px !important; line-height: 60px !important; font-size: 18px !important; border-radius: 0 !important; }
*/

.filebox .btn_file {
  top: 5px;
  right: 5px;
}

.btn_100 {
  width: 100%;
  float: left;
  color: #fff;
  background-color: #2a3c90;
  height: 60px;
  line-height: 60px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
}

#bo_vc {
  width: 100%;
  float: left;
}

#bo_vc h2.bo_vc_tit {
  padding-top: 10px;
  width: 100%;
  float: left;
}

#bo_vc h2 span {
  color: #465bf0 !important;
}

#bo_vc article .comment_inner {
  position: relative;
  padding: 0px 0px 10px;
  background: none;
  margin: 10px 0 10px;
  width: 100%;
  float: left;
}

#bo_vc header {
  /* position:absolute !important; left:0px; bottom:10px; */
  font-size: 12px;
  color: #777;
}

#bo_vc .cmt_contents {
  margin-top: 0 !important;
  width: 100%;
  float: left;
}

#bo_vc .cmt_contents p {
  font-size: 16px;
}

#bo_cate #bo_cate_on:after {
  background: none !important;
}

.bo_vc_w textarea {
  width: calc(100% - 70px);
  height: 40px;
  resize: none;
  padding: 8px;
}

#bo_vc_w {
  width: 100%;
  float: left;
}

.bo_vc_w .btn_confirm {
  margin-top: 0;
}

.bo_vc_w .btn_submit {
  height: 40px;
  width: 60px;
  padding: 0 !important;
  text-align: center !important;
  font-size: 13px;
  font-weight: 400;
}

.bo_vc_w .bo_vc_secret {
  display: none;
}

.bo_vc_w_wr {
  display: inline-block;
}

.bo_vc_w_info {
  margin: 0 !important;
}

#bo_vc_empty {
  padding: 10px 0px 0 !important;
}

#bo_sch select {
  padding-left: 8px !important;
}

.btn_bo_user {
  z-index: 2;
}

#bo_v_act_good {
  width: 180px !important;
  color: #9f1f63 !important;
  border: 1px solid #ddd;
  background: rgba(255, 255, 255, .9) !important;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
  left: -50% !important;
}

.more_opt.is_list_btn {
  width: 110px !important;
}

.bo_v_option input[type="checkbox"]#html+label {
  display: none !important;
}

#bo_list_total {
  margin: 0;
  background: #fff;
  text-align: left;
}

#bo_list li.bo_notice {
  background: #f8f8f8;
}

#bo_list .notice_icon {
  display: inline-block;
  background: #fff;
  border: 1px solid #465bf0;
  padding: 0 5px;
  line-height: 16px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 11px;
  color: #465bf0;
  margin-right: 4px;
  vertical-align: 1px;
}

#bo_list .bo_subject {
  font-size: 15px;
}

#bo_list .bo_subject .new_icon {
  display: inline-block;
  width: 18px;
  line-height: 18px;
  font-size: 10px;
  background: #13a89e;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  margin: 0;
  font-weight: bold;
  vertical-align: 3px;
}

#bo_list .bo_subject .fa-download {
  width: 16px;
  line-height: 16px;
  background: #ffefb9;
  color: #daae37;
  text-align: center;
  font-size: 10px;
  border-radius: 6px;
  vertical-align: 3px;
}

#bo_list .bo_subject .fa-link {
  width: 16px;
  line-height: 16px;
  background: #edd3fd;
  color: #b451fd;
  text-align: center;
  font-size: 10px;
  border-radius: 6px;
  vertical-align: 3px;
}

#bo_list .bo_subject .fa-heart {
  color: #ff0000;
  text-align: center;
  font-size: 10px;
  border-radius: 2px
}

#bo_list .bo_subject .fa-lock {
  display: inline-block;
  line-height: 16px;
  width: 16px;
  font-size: 0.833em;
  color: #000;
  background: #fff;
  text-align: center;
  border-radius: 2px;
  font-size: 12px;
  border: 1px solid #000;
  vertical-align: baseline;
  vertical-align: 1px;
}

.bo_v_tit {
  font-size: 20px !important;
  font-weight: 600;
}


/* 서브페이지 탭 */

.sub_tap {
  width: 100%;
  float: left;
  background: #fff;
  display: flex;
}

.sub_tap a {
  display: block;
  width: 100%;
}

.sub_tap ul {
  float: left;
  line-height: 26px;
  font-size: 16px;
  text-align: center;
  padding-bottom: 10px;
  width: 100%;
}


/* 서브페이지 공통CSS */
.sub_div {
  width: 100%;
  float: left;
  padding: 15px 15px 15px 15px;
  position: relative;
}

.sub_div_100 {
  width: 100%;
  float: left;
  position: relative;
}

.sub_div_100 ul {
  width: 100%;
  float: left;
  padding: 15px;
}


.sub_section_100 {
  border-bottom: 12px solid #f5f5f5;
  background-color: #fff;
}

.sub_section_100 ul.title {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 6px;
}

.sub_section_100 ul.con {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.sub_section_100 ul.con:last-child {
  margin-bottom: 0 !important;
}

.sub_section_100_last {
  border-bottom: none !important;
}

.sub_section {
  /*border-bottom: 12px solid #f5f5f5; */
  margin: 0 15px 15px 15px;
  width: calc(100% - 30px);
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 5px 5px 5px rgb(0 0 0 / 5%);
}

.sub_section ul.title {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 6px;
}

.sub_section ul.con {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.sub_section ul.con:last-child {
  margin-bottom: 0 !important;
}

.sub_section_last {
  border-bottom: none !important;
}


.sub_section ul.con_input {
  line-height: 20px;
  /*padding-bottom:10px; font-size:16px; */
}

/*.sub_section ul.con_input:last-child { padding-bottom:0; }*/
.sub_section ul.con_input input[type=text] {
  border: 1px solid #ddd;
  height: 40px;
  border-radius: 3px;
  float: left;
  padding: 0px 6px;
  /*font-size:16px; */
}

.sub_section ul.con_input textarea {
  border: 1px solid #ddd;
  height: 100px;
  border-radius: 3px;
  float: left;
  padding: 6px;
  width: 100%;
  word-break: break-all;
}

.sub_section ul.con_input .btn_frmline,
.sub_section ul.con_input_02 .btn_frmline {
  width: 50px;
  height: 40px;
  margin-left: 5px;
  margin-bottom: 4px;
  border-radius: 3px;
}


.sub_section ul.con_input span {
  display: inline-block;
  float: left;
  padding: 10px 10px 10px 0;
}

.sub_section ul.con_input p.small_text {
  width: 100%;
  float: left;
  padding-top: 6px;
}

.sub_section ul.con_input p.small_text label {
  display: inline-block;
  margin-left: 6px;
  font-size: 14px;
}

.sub_section ul.con_input p.small_text input[type=checkbox] {
  width: 16px;
  height: 16px;
}


.sub_div:first-child {}

.sub_section ul.con_input_02 {
  line-height: 1.5;
  /*padding-bottom:15px; */
}

.sub_section ul.con_input_02:last-child {
  padding-bottom: 0;
}

.sub_section ul.con_input_02 li.left {
  float: left;
  width: 80px;
  margin-right: 10px;
  font-weight: 500;
}

.sub_section ul.con_input_02 li.right {
  float: right;
  width: calc(100% - 90px);
  color: #666;
  text-align: left !important;
}

.sub_section ul.con_input_02 input[type=text] {
  border: 1px solid #ddd;
  height: 40px;
  border-radius: 3px;
  float: left;
  padding: 0px 6px;
  /*font-size:16px; */
}

.sub_section ul.con_input_02 textarea {
  border: 1px solid #ddd;
  height: 50px;
  border-radius: 3px;
  float: left;
  padding: 6px;
  width: 100%;
  word-break: break-all;
  resize: none;
}

.sub_section ul.con_input_02 li.right .sv_member {
  padding: 0;
}

.sub_section ul.con_input_02 li.right .input_text {
  display: inline-block;
}

.sub_section ul.con_input_02 textarea.btn_ver {
  width: calc(100% - 60px);
  margin-right: 10px;
}

/* 오른쪽에 "게시"버튼이 있는 TEXTAREA */
.sub_section ul.con_input_02 span.textarea_btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 6px;
  background-color: #7dc8bd;
  color: #fff;
  border-bottom: 3px solid rgba(0, 0, 0, .1);
}

/* TEXTAREA 게시 버튼 */

.sub_section ul.con_input_02 span {
  display: inline-block;
  float: left;
  padding: 10px 0;
}

.sub_section ul.con_input_02 p.small_text {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #999;
}

.sub_section ul.con_input_02 p.small_text i {
  padding-right: 4px;
  vertical-align: -2px;
}

.history_div {
  width: 100%;
  float: left;
  padding: 15px;
}

.history_div a {
  width: calc(50% - 7px);
  float: left !important;
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 15px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, .05);
}

.history_div a:nth-child(2n) {
  margin-left: 14px;
}


/* 서브페이지 테이블:th가 왼쪽에 있을 경우 공통CSS */
.sub_table {
  width: 100%;
  margin-top: 10px;
}

.sub_table tr:first-child th {
  border-top: 1px solid #283c92;
}

.sub_table tr:first-child td {
  border-top: 1px solid #ddd;
}

.sub_table tr:last-child th {}

.sub_table tr:last-child td {}

.sub_table th,
td {
  padding: 10px 5px;
  font-weight: 400;
}

.sub_table th {
  background-color: #283c92;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  text-align: center
}

.sub_table td {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}





/**** 레이어팝업 CSS ****/

.pop-layer-tel,
.pop-layer-chat {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
  max-height: calc(100% - 40px);
  background-color: #fff;
  border: 1px solid #999;
  z-index: 10;
  overflow: auto;
  border-radius: 8px;
}

.pop-layer-tel .pop-container,
.pop-layer-chat .pop-container {
  position: relative;
}

.pop-layer-tel p.ctxt,
.pop-layer-chat p.ctxt {
  color: #666;
  line-height: 25px;
}

.pop-layer-tel .btn-r,
.pop-layer-chat .btn-r {
  position: absolute;
  top: 0;
  right: 0;
}

.dim-layer-tel,
.dim-layer-chat {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.dim-layer-tel .dimBg-tel,
.dim-layer-chat .dimBg-chat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}

.dim-layer-tel .pop-layer-tel,
.dim-layer-chat .pop-layer-chat {
  display: block;
  max-width: 610px;
}

.pop-layer-tel .btn-r a.btn-layerClose-tel,
.pop-layer-chat .btn-r a.btn-layerClose-chat {
  font-size: 20px;
  color: #999;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: block;
}

a.btn-layerClose-tel:hover,
a.btn-layerClose-chat:hover {}


.type_bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  !important
}

.type_bg.tarot {
  background-image: url(../../../../../../img/counsel/cate_bg_tarot.png) !important
}

.type_bg.sinjeom {
  background-image: url(../../../../../../img/counsel/cate_bg_sinjeom.png) !important
}

.type_bg.saju {
  background-image: url(../../../../../../img/counsel/cate_bg_saju.png) !important
}

.type_bg.simli {
  background-image: url(../../../../../../img/counsel/cate_bg_simli.png) !important
}



@media (max-width: 600px) {

  .dim-layer-tel .pop-layer-tel,
  .dim-layer-chat .pop-layer-chat {
    max-width: calc(100% - 40px);
  }
}


/* 회원가입 비밀번호 눈 */
.pw_wrap {
  position: relative;
}

.pw_wrap .eyes {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  margin: auto 2px;
  font-size: 18px;
  cursor: pointer;
}