@charset "utf-8";

/* 
SUMMARY :

01 BODY
02 COMMON
03 ICON
04 LOGIN
05 BOARD
*/

html {
  /* overflow-y: hidden; */
}

body {
  background: transparent;
  font-size: 15px !important;
  line-height: 1.4;
  color: #111;
  word-break: keep-all !important;
  touch-action: pan-x pan-y;
}

._home {
  padding: 3px 9px;
  font-size: 13px;
  color: #fff;
  border-radius: 999px;
}

._home:hover {
  color: #f2f2f2;
}

a:hover {
  color: #333;
}

#nt_body {
  min-height: auto !important;
}

/* */

#nt_menu .me-icon a img {
  width: 160px;
}

#nt_footer .grid img {
  width: 180px;
}

/* popup */

.dialog {
  position: relative;
  max-width: 500px;
  margin: 40px auto;
}

.modal_box {
  position: relative;
  padding: 40px 10px;
  background: #fff;
  text-align: center;
}

.modal_header {
  text-align: left;
}

.mfp-content .mfp-close {
  display: block;
  overflow: hidden;
  top: 14px;
  right: 20px;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  text-indent: -9999em;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1),
    -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.mfp-content .mfp-close:before,
.mfp-content .mfp-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -3px;
  width: 30px;
  height: 1px;
  background-color: #222;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
}

.mfp-content .mfp-close:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.mfp-content .mfp-close:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.mfp-content .mfp-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* */

.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after,
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
  top: 2px !important;
}

/* COMMON */

.grids {
  display: grid;
}

.flexs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flexs_fs {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.fxs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fxe {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.fxc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fxsb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fwrap {
  flex-wrap: wrap;
}

.fdc {
  flex-direction: column;
}

.jcsb {
  justify-content: space-between;
}

.jcse {
  justify-content: space-evenly;
}

.j-start {
  justify-content: flex-start;
}

.f-start {
  align-items: flex-start;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w33 {
  width: 33.3% !important;
}

.w50 {
  width: 50% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

.w100 + .w100 {
  margin: 10px 0 0;
}

.m_auto {
  margin: 0 1%;
}

.ml2 {
  margin-left: 2% !important;
}

.ml4 {
  margin-left: 4% !important;
}

.mr2 {
  margin-right: 2% !important;
}

.a_l {
  text-align: left !important;
}

.a_c {
  text-align: center !important;
}

.a_r {
  text-align: right !important;
}

/* ICON */

i.i_com {
  flex-shrink: 0;
  display: inline-block;
  /* margin: 0 10px 0 0; */
}

i.i_q2 {
  width: 20px;
  height: 20px;
  background: url(../img/kakao.png) no-repeat 0 0;
  background-size: 20px;
}

i.i_q3 {
  width: 20px;
  height: 20px;
  background: url(../img/instagram.svg) no-repeat 0 0;
  background-size: 20px;
}

i.i_q4 {
  width: 20px;
  height: 20px;
  background: url(../img/naverblog-ico.png) no-repeat 0 0;
  background-size: 20px;
}

i.i_q5 {
  width: 20px;
  height: 20px;
  background: url(../img/navercafe.png) no-repeat 0 0;
  background-size: 20px;
}

/* CATEGORY */

#bo_cate.sly-tab {
  border-bottom: 0 !important;
}

#bo_cate.sly-tab .d-flex {
  border-left: 0;
}

#bo_cate_list {
  overflow: visible !important;
}

#bo_cate_ul {
  justify-content: space-between;
  /* width: 610px !important; */
  min-width: auto !important;
  margin: 0 auto 20px;
  /* border: 1px solid #e3e3e3; */
  /* -webkit-border-radius: 60px;
    border-radius: 60px;
    box-shadow: 0px 10px 15px 0px rgba(0, 13, 56, 0.08); */
}

#bo_cate_ul li {
  position: relative;
  width: 180px;
  margin: 0 5px;
  background: #f1f1f1;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#bo_cate_ul li a {
  display: block;
  width: 100%;
  padding: 18px 0;
  border: 0;
  background: transparent;
  font-size: 20px;
  font-weight: 500;
  color: #111;
  text-align: center;
  transition: all 0.3s;
}

/* .tab li:hover, */
#bo_cate_ul li.active {
  z-index: 1;
  background: #ffcc00;
}

#bo_cate_ul li:hover a {
}

#bo_cate_ul li.active a {
  /* color: #fff; */
  text-decoration: none;
  color: #fff;
}

#bo_search .btn-primary {
  border-color: #ffcc00 !important;
  background-color: #ffcc00 !important;
}

/* BOARD */

#viewcomment,
#bo_vc_w {
  display: none;
}

.bo_v_car {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 20px;
}

.bo_v_car .car_info {
  padding: 50px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background: #fff;
}

.bo_v_car .car_info .info_tit_box {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ddd;
}

.bo_v_car .car_info .info_tit_box .info_tit {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 22px;
  color: #333;
}

.bo_v_car .car_info .info_tit_box .info_txt {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

.bo_v_car .car_info .info_tit_box .info_txt span {
  float: right;
  font-size: 13px;
  color: #b1b1b1;
}

.bo_v_car .car_info .info_tit_box .info_tit a {
  position: relative;
  top: -3px;
  display: inline-block;
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 13px;
  color: #fff;
  line-height: 22px;
  background: #0d6ffc;
  transition: all 0.3s;
}

.bo_v_car .car_info .info_tit_box .info_tit a:hover {
  background: #14243c;
}

.bo_v_car .car_info .price {
  overflow: hidden;
  line-height: 29px;
  margin-bottom: 20px;
}

.bo_v_car .car_info .price .p_tit {
  float: left;
  font-size: 15px;
  color: #333;
}

.bo_v_car .car_info .price .num {
  float: right;
  font-weight: 700;
  font-size: 29px;
  color: #0d6ffc;
}

.bo_v_car .car_info .car_option {
  overflow: hidden;
  padding: 30px;
  border-radius: 10px;
  background: #f7f7f7;
}

.bo_v_car .car_info .car_option > div {
  overflow: hidden;
  height: 35px;
  line-height: 35px;
}

.bo_v_car .car_info .car_option .op_tit {
  float: left;
  width: 30%;
  color: #333;
}

.bo_v_car .car_info .car_option .op_cont {
  float: right;
  width: 70%;
}

.bo_v_car .car_info .car_option .op_cont span {
  float: left;
  width: 33.33%;
}

.bo_v_car .car_info .car_option .op_cont label {
  cursor: pointer;
}

._web {
  display: block;
}

._mobile {
  display: none;
}

.fa-times:before {
  color: #333;
}

.sidebar-list li a {
  padding: 0.65rem 1rem;
}

.sidebar-list .me-li.active .me-a,
.sidebar-list .me-li1.active .me-a1,
.sidebar-list .me-li2.active .me-a2 {
  font-weight: 700 !important;
}

#nt_footer ul > li span.t {
  color: #979797;
}

/* */

#mb_login {
  padding: 50px 0 !important;
}

.register {
  max-width: 1080px;
  margin: 0 auto;
  padding: 50px 0;
}

.pop-wrap,
.pop-wrap .table {
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
  color: #555;
}

/* */

@media all and (max-width: 1200px) {
  ._web {
    display: none;
  }

  ._mobile {
    display: block;
  }

  #bo_search {
    padding: 0 10px;
  }
}

@media all and (max-width: 768px) {
  #bo_cate_ul {
    width: 356px !important;
  }

  #bo_cate_ul li {
    overflow: hidden;
    position: relative;
    width: 140px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  #bo_cate_ul li a {
    font-size: 12px;
  }

  .pop-wrap,
  .pop-wrap .table {
    font-size: 12px;
    text-align: left;
    line-height: 1.6;
    color: #555;
  }
}

/* 팝업 */

.is-pc .hd_pops_con {
  width: auto !important;
  height: auto !important;
}

.is-pc .hd_pops {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  border: 0 !important;
  transform: translate(-50%, -50%);
}
