

#header{
  background-color: #fff;
}

/* °Ë»ö ¹ÝÀÀÇü */
.board_search {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px){
.board_search {
    width: 90%;
    margin: 0 auto;
    display: flex;
    
}
}
@media (max-width: 555px){
  .board_search {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
span.search_group {
  width: 100%;
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
.bc {
  width: 100%;
    visibility: hidden;
}
}




/* Å¾ ½½¶óÀÌµå */
.swiper-wrapper02{
  width: 1200px;
  margin: 0 auto;
}





/* ÆÈ·Î¿ì ¹öÆ° */
.a_btn{
  padding: 0em 0.8em;
    text-decoration: none;
    color:  #333;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    height: 25px;
    margin-top: 8px;
    font-size: 12px;
    position: relative;
    z-index: 200;
}
.follow_btn {
    color: #333;
    border: 1px solid #888;
}
.follow_btn:hover {
    color:  #fff;
    background: #333;
    transition: 0.3s all;
}
.follow_btn-o{
  color: #fff !important;
    background: #333;
}




/* Çì´õ ºÎºÐ ÀÌµ¿ */



.jejumyeongjo * {
  font-family: 'Jeju Myeongjo', serif;
}

.top_header {
  display        : flex;
  justify-content: flex-end;
  /* background  : #f7f7f7; */
  /* width          : 1200px;
  margin         : 0 auto; */
  align-items: center;
  font-size:13px;
}

.top_header ul {

  display        : flex;
  justify-content: flex-end;
}

.top_header li {
  color      : #999;
  margin     : 0 10px;
  cursor     : pointer;
  font-family: 'NanumBarunpen';
}

.top_header i {
  color      :#268e6c;
  line-height: 40px;
}

.top_header i.xi-dollar {
  color: #fabf1b;
}

.top_header i.writer {
  color: rgb(25, 134, 206);
}

.top_header i.publisher {
  color: #d17c28;
}




#logo {
  text-align   : center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#logo a {
  display: inline-block;
}

#logo img {
  width : 100%;
  height: 100%;
}

#primary-menu {
  width : 1200px;
  margin: 0 auto;

}

#primary-menu ul {
  display        : flex;
  justify-content: space-between;
  position       : relative;
  width          : 95%;
}

.nav_wrap div {}

.nav_wrap li {
  margin     : 0 10px;
  font-size  : 16px;
  line-height: 200%;
  font-family: 'ChosunSg';
  text-align : center;
  color      : #666;
  font-weight: bold;
}

.nav_wrap div:hover {
  font-family: 'ChosunSg';
  color      :#268e6c;
  font-weight: bold;
}

.tcolor {
  font-family: 'ChosunSg';
  font-size  : 16px;
  color      :#268e6c;
  font-weight: bold;
}

#top-search {}

#top-search i {
  font-size  : 24px;
  line-height: 35px;
}

#top-search img {
  width     : 20px;
  margin-top: 10px;
  cursor    : pointer;
  height: 50px;

}
.tip_main_img{
  background-image: url('');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 270px;
  height: 180px;
}
.search_form {
  position: relative;
  display: flex;
}
.search_btn{
  display: none;
  background-color:rgb(136, 136, 136);
  color: #fff;
  padding: 0 3px;
  margin-right: 2px;
  border-radius: 2px;
}
.search_form i {
  position   : absolute;
  top        : 0;
  right      : -30px;
  font-size  : 24px;
  line-height: 20px;
}

#top-search img:active~form {
  display: block;
}

#top-search form {
  width        : 280px;
  margin       : 0 auto;
  position     : absolute;
  right        : -10px;
  bottom       : -10px;
  display      : none;
  border       : 2px solid#268e6c;
  border-radius: 5px;
  z-index      : 50;
}

#top-search input {
  width : 100%;
  height: 40px;
  border: none;
}

.msearch_wrap{
  display: none;
}

.search_box{
  height: 21px;
}
/* Çì´õ ¹Ìµð¾î Äõ¸® */



/* È­¸é ³Êºñ 0~1220px */

@media (max-width: 1220px) {
  #primary-menu {
    margin       : 0 auto;
    width        : 85%;
    margin-bottom: 40px;
  }

  #primary-menu ul {
    flex-wrap      : wrap;
    justify-content: start;
  }
.header_wrap{
  width: 95% !important;
}
.top_header_wrap{
  width:98%;
}

}

/* È­¸é ³Êºñ 0~1024px */

@media (max-width: 1080px) {}

/* È­¸é ³Êºñ 0~960px */

@media (max-width: 960px) {}


/* È­¸é ³Êºñ 0~768px */

@media (max-width: 768px) {

  .nav_wrap li {
    font-size    : 14px;
    text-align   : center;
    padding      : 3px 16px;
    margin       : 0 5px;
    height       : 30px;
    line-height  : 25px;
    border-radius: 0.5em;
    border       : 1px solid #9e9e9e;
    color        : rgb(116, 116, 116);
    margin-top   : 5px;
  }

  .top_header {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: flex-end;
    /* background  : #f7f7f7; */
  }

  #top-search i {
    margin-top: 5px;
  }

  .nav_wrap li.tcolor {
    font-size       : 12px;
    font-family     : 'ChosunSg';
    border          : 1px solid#268e6c;
    background-color:#268e6c;
    color           : #fff;
  }
}

/* È­¸é ³Êºñ 0~600px */

@media (max-width: 600px) {}

/* È­¸é ³Êºñ 0~480px ¸ð¹ÙÀÏ*/

@media (max-width: 480px) {}






/* ¸ð¹ÙÀÏ Å¾  */


@media (max-width: 700px) {
  .swiper-container{}
  .mb{
    display: block;
  }
  .mh{
    display: none;
  }
  .header_wrap{
    position: relative;
  }
  .header_menu{
    width: 100%;
    position: absolute;
    top: 100%;
    transform: translate(0,-50%);
    height: 42px;
  }
  .header_menu ul{
  }
  .sub_menu_wrap{
    margin-top: 40px;
  }

  .msearch_wrap {
    width: 220px;
    margin: 0 auto;
    margin-top: 22px;
    
    
  }
  .msearch_form {
    width: 95%;
    margin: 0 auto;
    position: relative;
    
  }
  input.msearch_box {
    width: 95%;
    margin: 0 auto;
    border-radius: 24px !important;
  }
  .msearch_btn {
    background-image: url(../../images/booktip/search.png);
    width: 0px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 7px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 30px;
  }
  .xi-search {
  }
  .slide_menu{
    width: 100%;
    overflow: hidden;
  }
  .sub_menu_wrap ul{
    justify-content: left !important;
  }
}

.ppp{
  background-color :#222940 !important;
  color: #fff !important;
}
.ppp:hover{
  background-color: #fff !important;
  color: #464E54 !important;
}

.qqq{
  background-color :#222940 !important;
  color: #fff !important;
}
.qqq:hover{
  background-color: #fff !important;
  color: #464E54 !important;
}

.rrr{
  background-color : #222940 !important;
  color: #fff !important;
}
.rrr:hover{
  background-color: #fff !important;
  color: #464E54 !important;
}

.sss{
  background-color : #222940 !important;
  color: #fff !important;
}
.sss:hover{
  background-color: #fff !important;
  color: #464E54 !important;
}