@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css');
@charset "utf-8";


/* 초기화 */
html {
  overflow-y: scroll;
}
/* doc-view-page */
html::-webkit-scrollbar {
  width: 10px;
}
html::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
html::-webkit-scrollbar-thumb {
  background-color: #555;
/*  border-radius: 5px;*/
}
html::-webkit-scrollbar-thumb:hover {
  background: #555;
}
html::-webkit-scrollbar-button:start:decrement,
html::-webkit-scrollbar-button:end:increment {
  width: 3px;
  height: 0px;
  background: #f1f1f1;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
/*  line-height:180%;*/
  font-family: 'Pretendard', sans-serif;
  background: #fff;
}
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:'Pretendard', sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
label,
input,
button,
select,
img {
  vertical-align: middle;
  font-size: 1em;
}
input,
button {
  margin: 0;
  padding: 0;
  font-family:'Pretendard', sans-serif;
  font-size: 1em;
}
input[type='submit'] {
  cursor: pointer;
}
button {
  cursor: pointer;
}

textarea,
select {
  font-family:'Pretendard', sans-serif;
  font-size: 1em;
}
select {
  margin: 0;
}
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;
  cursor: pointer;
}

.noscroll{
	overflow:hidden;
}

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

input[type='text'],
input[type='password'],
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}
.hand{
	cursor:pointer;
}
input[type='text']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0 0 5px #9ed4ff;
  -moz-box-shadow: 0 0 5px #9ed4ff;
  box-shadow: 0 0 5px #9ed4ff;
  border: 1px solid #558ab7 !important;
}

.placeholdersjs {
  color: #aaa !important;
}
#wrapper{
	display:flex;
	justify-content: center;
}
/* 레이아웃 크기 지정 */
#hd,
#wrapper,
#ft {
  width: 100%;
}
#gnb .gnb_wrap,
#tnb .inner,
#hd_wrapper{
	width:1200px;
}
#hd_pop,
#ft_wr,
#board_wrap{

	margin:0px auto;
}
/* 팝업레이어 */
#hd_pop {
  z-index: 1000;
  position: relative;
  margin: 0 auto;
  height: 0;
}
#hd_pop h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.hd_pops {
  position: absolute;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.hd_pops img {
  max-width: 100%;
}
.hd_pops_con {
}
.hd_pops_footer {
  padding: 0;
  background: #000;
  color: #fff;
  text-align: left;
  position: relative;
}
.hd_pops_footer:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}
.hd_pops_footer button {
  padding: 10px;
  border: 0;
  color: #fff;
}
.hd_pops_footer .hd_pops_reject {
  background: #000;
  text-align: left;
}
.hd_pops_footer .hd_pops_close {
  background: #393939;
  position: absolute;
  top: 0;
  right: 0;
}
#left-wrap{
	width:300px;
	padding:0px 30px 0 0;
}
#left-wrap img{
	display:inline;
}
#left-wrap .left-title{
	font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #999;
    height: 70px;
}
#left-wrap .sub-list p{
    padding: 10px;
    font-size: 14px;
	letter-spacing:-0.5px;
    border-bottom: 1px solid #eee;
	transform : rotate(0.04deg); 
}
#left-wrap .sub-list p.active{
    color:#b20088;
	font-weight:bold;
}
/* 상단 레이아웃 */
#hd {
  background: #b20088;
  border-bottom: 1px solid #ba3b9c;
  min-width: 1200px;
  position: fixed;
  z-index: 10000;
}
#hd_h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#tnb {
  height: 34px;
  border-bottom: 1px solid #ba3b9c;
  margin: 0 auto;
}
#tnb:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}
#tnb .inner {
  margin: 0 auto;
}

#hd_wrapper {
  position: relative;
  margin: 0 auto;
  height: 65px;
  zoom: 1;
}
#hd_wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}

#logo {
  float: left;
  padding: 18px 0 0;
}
#logo img {
  max-width: 150px;
}

.hd_sch_wr {
  float: left;
  padding: 30px 0;
  width: 284px;
}
#hd_sch h3 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#hd_sch {
  border-radius: 30px;
  overflow: hidden;
  float: right;
   margin-top: 5px;
}
#hd_sch #sch_stx {
  float: left;
  width: 200px;
  height: 30px;
  padding-left: 20px;
 
  border-radius: 30px 0 0 30px;
  background: #fff;
  border: 0;
/*  font-size: 1.1em;*/
  color: #000;
}

*:focus {
    outline: none;
}

#hd_sch #sch_submit {
  float: left;
  width: 60px;
  height: 30px;
  border: 0;
  background: #fff;
  color: #fff;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
  font-size: 16px;
}
#hd_sch .fa-search {
  color: #b20088;
}

#hd_define {
  float: left;
}
#hd_define:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}
#hd_define li {
  float: left;
  font-size: 1.083em;
  line-height: 14px;
  border-right: 1px solid #4a4a4a;
  position: relative;
  text-align: center;
  margin: 15px 10px 15px 0;
  padding-right: 10px;
}
#hd_define li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
#hd_define li a {
  display: inline-block;
  color: #919191;
}
#hd_define li.active a {
  color: #fff;
}

#hd_qnb {
  float: right;
  text-align: right;
  border-left: 1px solid #ba3b9c;
  border-right: 1px solid #ba3b9c;
}
#hd_qnb:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}
#hd_qnb li {
  float: left;
  font-size: 1.083em;
  line-height: 14px;
  position: relative;
  height:34px;
  text-align: center;
  padding: 5px 10px 5px 10px;
  border-left: 1px solid #ba3b9c;
}
#tnb .number_wrap{
	color: #b20088;
    vertical-align: bottom;
    background-color: #fff;
    border-radius: 8px;
    padding: 0px 3px;
    font-size: 12px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
}
#hd_qnb li span {
    display: inline-block;
    font-size: 0.92em;
    background: #fff;
    color: #b20088;
    border-radius: 7px;
    padding: 0px 2px 1px 1.8px;
}
#hd_qnb li span.arm_time {
background:none;
color:#aaa;
}

#hd_qnb li > a {
  display: inline-block;
  color: #fff;
  line-height: 21px;
  height:16px;
  font-size:0.85em;
}
#hd_qnb li a.nolh {
  line-height: 0px;
}
#hd_qnb li a .box {
  overflow: hidden;
  margin-top: 1px;
}
#hd_qnb li a .box img {
  width: 20px;
  height: 20px;
}
#hd_qnb .visit .visit-num {
  display: inline-block;
  line-height: 16px;
  padding: 0 5px;
  margin-left: 5px;
  border-radius: 10px;
  background: #da22f5;
  color: #fff;
  font-size: 10px;
}

.hd_login {
  position: absolute;
  right: 0;
  top: 60px;
}
.hd_login li {
  float: left;
  margin: 0 5px;
  border-left: 1px solid #616161;
  padding-left: 10px;
  line-height: 13px;
}
.hd_login li:first-child {
  border-left: 0;
}
.hd_login a {
  color: #fff;
}

/* 메인메뉴 */

#gnb .lock{
	margin-right:2px;
}

/* #gnb ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
} */
#gnb .gnb_1dli {
  float: left;
  color:red;
  line-height: 55px;
  padding: 0px;
  position: relative;
}
#gnb .gnb_1dli:hover > a {
  color: #3a8afd;
  -webkit-transition: background-color 2s 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;
}

.gnb_1dli .bg {
  position: absolute;
  top: 24px;
  right: 8px;
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  background: url('../img/gnb_bg2.gif') no-repeat 50% 50%;
  text-indent: -999px;
}
.gnb_1da {
  display: block;
  font-weight: bold;
  padding: 0 15px;
  color: #080808;
  text-decoration: none;
}
.gnb_1dli.gnb_al_li_plus .gnb_1da {
  padding-right: 25px;
}
.gnb_2dli:first-child {
  border: 0;
}
.gnb_2dul {
  display: none;
  position: absolute;
  top: 54px;
  min-width: 140px;
  padding-top: 2px;
}
.gnb_2dul .gnb_2dul_box {
  border: 1px solid #e0e2e5;
  border-top: 0;
  padding: 0;
  -webkit-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
  -moz-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
  box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
}
.gnb_2da {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  background: #fff;
  color: #080808;
  text-align: left;
  text-decoration: none;
}
a.gnb_2da:hover {
  color: #3a8afd;
  background: #f7f7f8;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gnb_1dli_air .gnb_2da {
}
.gnb_1dli_on .gnb_2da {
}
.gnb_2da:focus,
.gnb_2da:hover {
  color: #fff;
}
.gnb_1dli_over .gnb_2dul {
  display: block;
  left: 0;
}
.gnb_1dli_over2 .gnb_2dul {
  display: block;
  right: 0;
}
.gnb_wrap .gnb_empty {
  padding: 10px 0;
  width: 100%;
  text-align: center;
  line-height: 2.7em;
  color: #080808;
}
.gnb_wrap .gnb_empty a {
  color: #3a8afd;
  text-decoration: underline;
}
.gnb_wrap .gnb_al_ul .gnb_empty,
.gnb_wrap .gnb_al_ul .gnb_empty a {
  color: #555;
}

#gnb .gnb_menu_btn {
  background: #4158d1;
  color: #fff;
  width: 50px;
  height: 55px;
  border: 0;
  vertical-align: top;
  font-size: 18px;
}
#gnb .gnb_close_btn {
  background: #fff;
  color: #b6b9bb;
  width: 50px;
  height: 50px;
  border: 0;
  vertical-align: top;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
}
#gnb .gnb_mnal {
  float: right;
  padding: 0;
}

#gnb_all {
  display: none;
  position: absolute;
  border: 1px solid #c5d6da;
  width: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#gnb_all h2 {
  font-size: 1.3em;
  padding: 15px 20px;
  border-bottom: 1px solid #e7eeef;
}
#gnb_all .gnb_al_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}
#gnb_all .gnb_al_ul > li:nth-child(5n + 1) {
  border-left: 0;
}
#gnb_all .gnb_al_li {
  float: left;
  width: 20%;
  min-height: 150px;
  padding: 20px;
  border-left: 1px solid #e7eeef;
}
#gnb_all .gnb_al_li .gnb_al_a {
  font-size: 1.2em;
  display: block;
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
  color: #3a8afd;
}
#gnb_all .gnb_al_li li {
  line-height: 2em;
}
#gnb_all .gnb_al_li li a {
  color: #555;
}
#gnb_all_bg {
  display: none;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

/* 중간 레이아웃 */
#wrapper {
  width: 100%;
}
#container_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}

.wrapper_member{
padding:5px;
max-width:1200px;
margin: 0px auto;
}
#aside {
  float: right;
  width: 235px;
  padding: 0;
  height: 100%;
  margin: 20px 0 20px 20px;
}
#container{
	width:100%;
	max-width:900px;
	margin-bottom: 40px;
	padding:10px 5px 0px 5px;
}
/* #container {
  position: relative;
  float: left;
  min-height: 500px;
  height: auto !important;
  margin: 20px 0;
  height: 500px;
  font-size: 1em;
  width: 100%;
  zoom: 1;
}
#container:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
} */

#container_title {
  /* font-size: 1.333em;
  margin: 0 auto;
  font-weight: bold; */
  display: none;
}
#container_title span {
  margin: 0 auto 10px;
  display: block;
  line-height: 30px;
}

.lt_wr {
  width: 32%;
}
.lt_wr:nth-child(3n + 1) {
  clear: both;
}
.latest_wr {
  margin-bottom: 20px;
}
.latest_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}
.latest_top_wr {
  margin: 0 -10px 20px;
}
.latest_top_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}

/* 하단 레이아웃 */
#ft {
  height: 200px;
  background: #f5f5f5;
  margin: 0 auto;
  text-align: center;
  min-width: 1200px;
}
#ft h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#ft_wr {
  width: 1200px;
  margin: 0;
  padding: 25px 0 10px 0;
  position: relative;
  display: inline-block;
  text-align: left;
}
#ft_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}
#ft_wr .ft_cnt {
  float: left;
}
#visit {
  display: none;
}
#ft_link {
  width: 163px;
  text-align: left;
  margin-right: 40px;
}
#ft_link img {
  position: relative;
  top: -15px;
}

/* 이용약관 */
#ft_company .links {
  margin-bottom: 20px;
}
#ft_company .links a {
  margin: 0 10px;
  font-size: 1.1em;
  font-weight: 400;
  color: #888;
}
#ft_company .links a:first-of-type {
  margin-left: 0;
}

/*모든문의는 채팅상담 */
#ft_company h2 {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height:160%;
  font-weight: 600;
  color: #b20088;
}

/* 사업자 정보*/
#ft_company .ft_info {
  width: 960px;
  margin-bottom: 10px;
}
#ft_company .ft_info span {
  margin-right: 10px;
  font-size: 0.9em;
  letter-spacing:-0.5px;
  line-height:150%;
  color: #aaa;
}
#ft_company .copyright p {
  font-size: 1.2em;
  font-weight: 500;
  color: #888888;
}
#ft_company {
  font-weight: normal;
  color: #e3e3e3;
/*  line-height: 2em; */
}
#ft_catch {
  margin: 20px 0 10px;
}
#ft_copy {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  color: #5b5b5b;
  font-size: 0.92em;
  border-top: 1px solid #383838;
}
#top_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #333;
  color: #333;
  text-align: center;
  font-size: 15px;
  z-index: 900;
  background: #fff;
}
#top_btn:hover {
  border-color: #8f0064;
  background: #b20088;
  color: #fff;
}

/* 게시물 선택복사 선택이동 */
#copymove {
}
#copymove .win_desc {
  text-align: center;
  display: block;
}
#copymove .tbl_wrap {
  margin: 20px;
}
#copymove .win_btn {
  padding: 0 20px 20px;
}
.copymove_current {
  float: right;
  background: #ff3061;
  padding: 5px;
  color: #fff;
  border-radius: 3px;
}
.copymove_currentbg {
  background: #f4f4f4;
}

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

/* 본문 바로가기 */
#skip_to_container a {
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#skip_to_container a:focus,
#skip_to_container a:active {
  width: 100%;
  height: 75px;
  background: #21272e;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 3.3em;
}

/* ie6 이미지 너비 지정 */
.img_fix {
  width: 100%;
  height: auto;
}

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

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {
  display: block;
  margin: 0 0 5px;
  width: 187px;
}
#captcha.m_captcha #captcha_img {
  width: 160px;
  height: 60px;
  border: 1px solid #e9e9e9;
  margin-bottom: 3px;
  margin-top: 5px;
  display: block;
}
#captcha.m_captcha #captcha_reload {
  position: static;
  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;
}
#captcha.m_captcha #captcha_reload span {
  display: none;
}
#captcha.m_captcha #captcha_key {
  margin: 0;
  padding: 0 5px;
  width: 115px;
  height: 29px;
  border: 1px solid #b8c9c2;
  background: #f7f7f7;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  margin-left: 3px;
}
#captcha.m_captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.1em;
}
#captcha.m_captcha #captcha_mp3 {
  width: 31px;
  height: 31px;
  background: url('../../../img/captcha2.png') no-repeat 0 0;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
  text-indent: -9999px;
  border: none;
}

/* ckeditor 단축키 */
.cke_sc {
  margin: 0 0 5px;
  text-align: right;
}
.btn_cke_sc {
  display: inline-block;
  padding: 0 10px;
  height: 23px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
  line-height: 1.9em;
  vertical-align: middle;
  cursor: pointer;
}
.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: 20%;
  font-weight: bold;
}
.cke_sc_def dd {
  width: 30%;
}

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

/* 버튼 */
a.btn,
.btn {
  line-height: 30px;

  padding: 0 10px;
  text-align: center;
  font-weight: bold;
  border: 0;
  font-size: 1em;
  -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;
}

a.btn01 {
  display: inline-block;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  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;
  padding: 5px;
  border: 0px;
  background: #000;
  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: right;
} /* 서식단계 진행 */

.btn_submit {
  border: 0;
  background: #3a8afd;
  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: #969696;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
button.btn_cancel {
  display: inline-block;
  background: #969696;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
.btn_cancel:hover {
  background: #aaa;
}
a.btn_frmline,
button.btn_frmline {
  display: inline-block;
  width: 128px;
  padding: 0 5px;
  height: 40px;
  border: 0;
  background: #434a54;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  vertical-align: top;
} /* 우편번호검색버튼 등 */
a.btn_frmline {
}
button.btn_frmline {
  font-size: 1em;
}

/* 게시판용 버튼 */
a.btn_b01,
.btn_b01 {
  display: inline-block;
  color: #bababa;
  text-decoration: none;
  vertical-align: middle;
  border: 0;
  background: transparent;
}
.btn_b01:hover,
.btn_b01:hover {
  color: #000;
}
a.btn_b02,
.btn_b02 {
  display: inline-block;
  background: #253dbe;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  border: 0;
  vertical-align: middle;
}
a.btn_b02:hover,
.btn_b02:hover {
  background: #0025eb;
}
a.btn_b03,
.btn_b03 {
  display: inline-block;
  background: #fff;
  border: 1px solid #b9bdd3;
  color: #646982;
  text-decoration: none;
  vertical-align: middle;
}
a.btn_b03:hover,
.btn_b03:hover {
  background: #ebedf6;
}
a.btn_b04,
.btn_b04 {
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  color: #707070;
  text-decoration: none;
  vertical-align: middle;
}
a.btn_b04:hover,
.btn_b04:hover {
  color: #333;
  background: #f9f9f9;
}
a.btn_admin,
.btn_admin {
	display: inline-block;
    color: #333;
    text-decoration: none;
    vertical-align: middle;
    height: 31px;
} 
/* 관리자 전용 버튼 */


/* 기본테이블 */
.tbl_wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 5px;
  background: #fff;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  max-width:1200px;
  margin:0px auto;

}
.tbl_wrap caption {
  padding: 10px 0;
  font-weight: bold;
  text-align: left;
}
.tbl_head01 {
  margin: 0 0 10px;
}
.tbl_head01 caption {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.tbl_head01 thead th {
  padding: 5px 0;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #eee;
  height: 40px;
}
.tbl_head01 thead th input {
  vertical-align: top;
} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th,
.tbl_head01 tfoot td {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #eee;
  text-align: center;
}
.tbl_head01 tbody th {
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8;
}
.tbl_head01 td {
  color: #666;
  padding: 10px 5px;
  border-top: 1px solid #ddd;
  /* border-bottom: 1px solid #ddd; */
  line-height: 1.4em;

  word-break: break-all;
}
.tbl_head01 tbody tr:hover td {
  background: #fafafa;
}
.tbl_head01 a:hover {
  text-decoration: underline;
}

.tbl_head02 {
  margin: 0 0 10px;
}
.tbl_head02 caption {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.tbl_head02 thead th {
  padding: 5px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #eee;
  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,
.tbl_head02 tfoot td {
  padding: 10px 0;
  border-top: 1px solid #c1d1d5;
  border-bottom: 1px solid #c1d1d5;
  background: #d7e0e2;
  text-align: center;
}
.tbl_head02 tbody th {
  padding: 5px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
}
.tbl_head02 td {
  padding: 5px 3px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
  line-height: 1.4em;
  word-break: break-all;
}
.tbl_head02 a {
}

/* 폼 테이블 */
.tbl_frm01 {
  margin: 0 0 20px;
}
.tbl_frm01 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl_frm01 th {
  width: 70px;
  padding: 7px 13px;
  border-left: 0;
  text-align: left;
}
.tbl_frm01 td {
  padding: 7px 10px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: transparent;
}
.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input {
  border: 1px solid #d0d3db;
  background: #fff;
  color: #000;
  vertical-align: middle;
  border-radius: 3px;
  padding: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tbl_frm01 textarea {
  padding: 2px 2px 3px;
}
.frm_input {
  height: 40px;
}

.full_input {
  width: 100%;
}
.half_input {
  width: 49.5%;
}
.twopart_input {
  width: 385px;
  margin-right: 10px;
}
.tbl_frm01 textarea,
.write_div textarea {
  width: 100%;
  height: 100px;
}
.tbl_frm01 a {
  text-decoration: none;
}
.tbl_frm01 .frm_file {
  display: block;
  margin-bottom: 5px;
}
.tbl_frm01 .frm_info {
  display: block;
  padding: 0 0 5px;
  line-height: 1.4em;
}

/*기본 리스트*/
.list_01 ul {
  border-top: 1px solid #ececec;
}
.list_01 li {
  border-bottom: 1px solid #ececec;
  background: #fff;
  padding: 10px 15px;
  list-style: none;
  position: relative;
}
.list_01 li:nth-child(odd) {
  background: #f6f6f6;
}
.list_01 li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}
.list_01 li:hover {
  background: #f9f9f9;
}
.list_01 li.empty_li {
  text-align: center;
  padding: 20px 0;
  color: #666;
}

/*폼 리스트*/
.form_01 h2 {
  font-size: 1.167em;
}
.form_01 li {
  margin-bottom: 10px;
}
.form_01 ul:after,
.form_01 li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}
.form_01 .left_input {
  float: left;
}
.form_01 .margin_input {
  margin-right: 1%;
}
.form_01 textarea {
  height: 100px;
  width: 100%;
}
.form_01 .frm_label {
  display: inline-block;
  width: 130px;
}

/* 자료 없는 목록 */
.empty_table {
  padding: 50px 0 !important;
  text-align: center;
}
.empty_list {
  padding: 20px 0 !important;
  color: #666;
  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: 80px;
  text-align: center;
}
.td_category {
  width: 80px;
  text-align: center;
}
.td_chk {
  width: 30px;
  text-align: center;
}
.td_date {
  width: 70px;
  text-align: center;
}
.td_datetime {
  width: 110px;
  text-align: center;
}
.td_group {
  width: 80px;
  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: #ccc;
}
.txt_rdy {
  color: #8abc2a;
}


/* 검색결과 색상 */
.sch_word {
  color: #fff;
  background: #ff005a;
  padding: 2px 5px 3px;
  line-height: 18px;
  margin: 0 2px;
}

/* 자바스크립트 alert 대안 */
#validation_check {
  margin: 100px auto;
  width: 500px;
}
#validation_check h1 {
  margin-bottom: 20px;
  font-size: 1.3em;
}
#validation_check p {
  margin-bottom: 20px;
  padding: 30px 20px;
  border: 1px solid #e9e9e9;
  background: #fff;
}

/* 사이드뷰 */
.sv_wrap {
  position: relative;
  font-weight: normal;
    font-size: 13px;

    font-weight: 600;
}
.writer i{
    vertical-align: text-top;
}
.writer i.namelevel{
    vertical-align: baseline;
}
#bo_v_info{display:flex;}
#bo_v_info .namelevel{
	top: 4px;
}
.namelevel{
    width: 14px !important;
    height: 14px !important;
    position: relative;
    vertical-align: text-top;
    top: -2.5px;
}
.sv_wrap .sv {
  z-index: 1000;
  display: none;
  margin: 5px 0 0;
  font-size: 0.92em;
  background: #333;
  -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);
  left:-20px;
    position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 100;
}
.sv_wrap .sv:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 40px;
  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;
  margin: 0;
  padding: 0 10px;
  line-height: 30px;
  width: 87px;
  font-weight: normal;
  color: #bbb;
}
.sv_wrap .sv a:hover {
  background: #000;
  color: #fff;
}
.sv_member {
	color: #333;
    display: inline-block;
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.sv_on {
  display: block !important;
  position: absolute;
  top: 23px;
  left: 0px;
  width: auto;
  height: auto;
}
.sv_nojs .sv {
  display: block;
}
#bo_list .td_datetime i.fa-star{
	vertical-align: super;
}
/* 페이징 */
.pg_wrap {clear:both;margin:20px 0;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""}
.pg {display:inline-block}
.pg .pg_page,
.pg .pg_current {float:left;display:inline-block;min-width:36px;height:36px;line-height:34px;margin-left:-1px;padding:0 5px;font-size:1.083em;vertical-align:middle;background:#fff;border:1px solid #dcdcdc;  color:#555}
.pg a {display:block;color:#555}
.pg a:hover {background:#f3f3f3}
.pg .pg_current {background:#b20088;color:#fff;font-weight:bold}
.pg .pg_start {margin-right:10px}
.pg .pg_prev {margin-left:-11px}
.pg .pg_end {margin-left:10px;}
.pg .pg_next {margin-right:-11px}
/* cheditor 이슈 */
.cheditor-popup-window *,
.cheditor-popup-window :after,
.cheditor-popup-window :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Mobile화면으로 */
#device_change {
  display: block;
  margin: 0.3em;
  padding: 0.5em 0;
  border: 1px solid #eee;
  border-radius: 2em;
  background: #fff;
  color: #000;
  font-size: 2em;
  text-decoration: none;
  text-align: center;
}

.top-menu-wrap {
  display: flex;
  justify-content: space-between;
}
.top-menu-wrap > div {
  padding: 13px 12px;
  line-height: 36px;
}

/* 탑 메인메뉴 */
.top-menu-wrap > div a {
  font-size: 17px;
  letter-spacing:-0.5px;
  color: #fff;
}
.top-menu-wrap .top-menu {
  display: flex;
  padding-left: 60px;
}
.top-menu-wrap .top-menu div {
  margin: 0px 50px;
}

/* main-top */
.main-top {

 padding-bottom: 50px;
  width: 100%;
padding-top:30px;
  background-color: #f9f9f9;
}
#main-banner {
  width: 100%;
  min-width: 1200px;
  height: 398px;
  background: url('/theme/pureblue54/img/middle_banner2.png') no-repeat center;
  background-size: cover;
}
#main_top_wr {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width:100%;
  margin: 0 auto;
  /* padding-top: 60px; */
}
#main_top_wr h2 {
  margin-bottom: 25px;
  font-size: 3.0em;
  font-weight: 300;
  color: #b20088;
    letter-spacing:-1px;
}
#main_top_wr h2 span {
  font-size: 1.3em;
  font-weight: 700;
}
#main_top_wr button {
  width: 230px;
  height: 60px;
  border: none;
  background: #000;
  font-size: 1.5em;
  color: #fff;
}
#main_top_wr .more {
  width: 230px;
  height: 60px;
  border: none;
  background: #000;
  font-size: 1.5em;
  color: #fff;
}
#main_top_wr .main_top_rightBox {

  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 330px;
  height: 315px;
  background: #fff;
  border-radius: 30px;
}
#main_top_wr .main_top_rightBox.login {
  width: 452px;
  height: 270px;
}
#main_top_wr .main_top_rightBox form .inputBox {
  position: relative;
  width: 268px;
  height: 40px;
  margin-bottom: 10px;
}
#main_top_wr .main_top_rightBox form label {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 15px;
}
#main_top_wr .main_top_rightBox form input {
  width: 268px;
  height: 40px;
  padding: 10px 15px 10px 45px;
  border: 1px solid #ccc;
}
#main_top_wr .main_top_rightBox form button {
  width: 268px;
  height: 40px;
  margin-top:17px;
}
#main_top_wr .main_top_rightBox .kakaoBtn {
  position: relative;
  width: 268px;
  height: 40px;
  background-color: #fee500;
  font-size: 13px;
  font-weight: 600;
  color: #000;
}
#main_top_wr .main_top_rightBox .middleWrap {
  margin: 15px 0;
}
#main_top_wr .main_top_rightBox .middleWrap .ellipse_gray {
  position: relative;
  bottom: 3px;
}
#main_top_wr .main_top_rightBox .middleWrap a {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  padding: 0 5px;
}
#main_top_wr .main_top_rightBox .middleWrap a:first-of-type {
  color: #b20088;
}


#arrow_white {
  position: relative;
  top: -2px;
  margin-left: 15px;
}
#kakao_ico {
  position: absolute;
  top: 10px;
  left: 15px;
}

/* main-notice */

#main_top_wr .main_top_leftBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    height: 270px;
    background: #fff;
    border-radius: 30px;
}
#main_top_wr .main_top_leftBox .flex{
	display:flex;
	height:50%;
	padding: 15px 40px;
	justify-content: space-around;
	width:100%;
}
#main_top_wr .main_top_leftBox .flex > div{
	margin:13px;
	height:80px;
	width:100px;
	position:relative;
	text-align:center;
}
#main_top_wr .main_top_leftBox .flex > div .text{
	position:absolute;
	bottom:0px;
	font-size:15px;
	font-weight:600;
	text-align:center;
    left: 50%;
    transform: translate(-50%, 0);
	width:150px;
}
#main_top_wr .main_top_leftBox .flex > div img { width:60px}

/* main-middle */


.profile-wrap{
	display:flex;
	position:relative;
}
.profile-wrap .info{
	color:#a9a6a6;
	margin-top:5px;
}
.profile-wrap .name{
	font-size:20px;
	margin-bottom:10px;
}
.profile-wrap .name b{
	font-size:23px;
}
.profile-wrap .profile-img-box{
	width:120px;

}
.profile-wrap .profile-img-wrap{
    border-radius: 50%;
    overflow: hidden;
	position:relative;
	width:100px;
	height:100px;
	border: 1px solid #eee;
}
.profile-wrap .profile-img-wrap .img{
	position:absolute;
    left: 50%;
    top: 50%;
	width:100%;
	transform: translate(-50%, -50%);
}
.profile-wrap .edit{
	position:absolute;
    left: 81px;
    bottom: 3px;
}
.profile-wrap-icon{
	display:flex;
	justify-content: space-around;
	height:83px;

	width:386px;
	border-radius: 15px;
}
.profile-wrap-icon div{
	position:relative;
	width:20%;
	text-align:center;
	margin-top:30px;
}
.profile-wrap-icon div .alert{
	position:relative;
	top:4px;
}
.profile-wrap-icon div .msg{
	position:relative;
	top:6px;
}
.profile-wrap-icon div .scrap{
	position:relative;
	top:2px;
}
.profile-wrap-icon div .order{
	position:relative;
	top:2px;
}
.profile-wrap-icon div .mypage{
	position:relative;
}
.color{
	color:#940a74;
	font-weight:800;
}
/* main-banner */
#main-banner .main_bn_wrap {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
#main-banner .main_bn_wrap .btn_wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 115px;
}
#main-banner .main_bn_wrap button {
  width: 230px;
  height: 60px;
  border: none;
  background: #000;
  font-size: 1.5em;
  color: #fff;
}

/* doc-page */
#doc-main-top {
  height: 400px;
  width: 100%;
  min-width:1200px;
/*  background-color: #b20088;*/
  background-image: url('/theme/pureblue54/img/back-img2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
#doc-main-top #main_top_wr{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 400px;
  margin: 0 auto;
  padding-top: 0 !important;
  position:relative;
}
#doc-main-top .main_top_rightBox {
  width: 320px;
  height: 315px;
  padding: 0 30px;
  position: fixed;
    right: 0px;
    z-index: 10;
  filter: drop-shadow(2px 4px 7px rgba(0, 0, 0, 0.1));
}

#doc-main-top .main_top_rightBox h2 {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #000;
}
#doc-main-top .main_top_rightBox h3 {
    width: 73%;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    margin: 0px auto;
}
#doc-main-top .main_top_rightBox h3 span {
	float:right;
}
#doc-main-top .main_top_rightBox h4 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-top:20px;
}
#doc-main-top .main_top_rightBox h5 {
  width: 100%;
  margin: 5px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #b20088;
}
#doc-main-top .main_top_rightBox h5 span {
  font-size: 34px;
}
#doc-main-top .main_top_rightBox h6 {
  width: 100%;
  text-align: start;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #8f8f8f;
}
#doc-main-top .main_top_rightBox button {
  width: 260px;
  height: 40px;
  font-size: 14px;
  font-weight: 900;
}
#doc-main-tab {
  width: 100%;
  height: 65px;
  /* margin-bottom: 100px; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background:#fff;
  z-index:1;
}
#doc-main-tab .sub{
max-width:1200px;margin:0px auto;    height: 100%;
}


#doc-main-tab .tab_wrap {
  display: flex;
  justify-content: space-between;
  width: 400px;
  height: 100%;

}
#doc-main-tab .tab_wrap a {
  display: block;
  line-height: 63px;
  text-align: center;
  font-size: 20px;
}
#doc-main-tab .tab_wrap a.active {
  font-weight: 600;
  color: #b20088;
  border-bottom: 4px solid #b20088;
}
#doc-main-content {
  width: 1200px;
  margin: 0 auto;
}
#doc-main-content h2 {
  margin-bottom: 20px;
  line-height: 1.25;
  font-size: 36px;
  font-weight: 700;
  color: #b20088;
}
#doc-main-content h2 .black {
  color: #000;
}
#doc-main-content p {
  margin-bottom: 70px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
}
#doc-main-content p span {
  font-weight: 600;
}
#doc-main-content p .underline {
  text-decoration: underline;
}
#doc-main-content p .pink {
  color: #b20088;
}
#doc-main-content h3 {
  margin-bottom: 20px;
  line-height: 1.25;
  font-size: 36px;
  font-weight: 700;
}
#doc-main-content .example_btn {
  margin-bottom: 80px;
}
#doc-main-content .youtube_img {
  margin-bottom: 70px;
}
#doc-main-content h3 span {
  color: #b20088;
}
#doc-main-content .poster {
  margin-bottom: 60px;
}
#doc-main-content .messages {
  margin-bottom: 60px;
}
#doc-main-content .flexBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
#doc-main-content .update_content {
  margin-bottom: 60px;
}
#doc-main-content .reviews {
  margin-bottom: 60px;
}
#doc-main-content .graph {
  margin-bottom: 35px;
}
#doc-main-content .vs {
  margin-bottom: 60px;
}
#doc-main-content .gray-cards {
  margin-bottom: 30px;
}
#doc-main-content .seven_lists {
  margin-bottom: 75px;
}
#doc-main-content .gray_card {
  margin-bottom: 80px;
}
#doc-main-content h6 {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
  color: #b20088;
}
#doc-main-content .lists {
  margin-bottom: 100px;
}

/* doc-view-page */
.menus::-webkit-scrollbar {
  width: 10px;
}
.menus::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.menus::-webkit-scrollbar-thumb {
  background-color: #555;
/*  border-radius: 5px;*/
}
.menus::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.menus::-webkit-scrollbar-button:start:decrement,
.menus::-webkit-scrollbar-button:end:increment {
  width: 3px;
  height: 0px;
  background: #f1f1f1;
}
.contents::-webkit-scrollbar {
  width: 10px;
}
.contents::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.contents::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 5px;
}
.contents::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.contents::-webkit-scrollbar-button:start:decrement,
.contents::-webkit-scrollbar-button:end:increment {
  width: 5px;
  height: 5px;
  background: #f1ef79;
}


/* live */
.title_top {
  width: 100%;
  height: 70px;
  margin-bottom: 17px;
  border-bottom: 1px solid #ddd;
}
.title_top .title {
  max-width:1200px;
  width:100%;
  height: 80px;
  margin: 0 auto;
  line-height: 80px;
}

.title_top .title h2 {
  font-size: 25px;
  font-weight: 600;
  color: #b20088;
}

#no_data {
  display: flex;
  align-items: center;

  height: 380px;
  margin: 0 auto;
  margin-bottom: 125px;
}
#no_data h2 {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #333;
}
#no_data h2 span {
  font-size: 22px;
  font-weight: 600;
  color: #b20088;
  text-decoration: underline;
}

/* link */
.title_top .linkTitle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.title_top .linkTitle h2 {
  width: 400px;
  text-align: start;
}
.title_top .linkTitle h3 {
  width: 217px;
  text-align: end;
  font-size: 13px;
  color: #333;
  padding:0px;
  line-height: 108px;
  font-weight: 400;
}
.title_top .linkTitle h3 span{
  font-weight: 600;
}
#link_content {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 70px;
}
#link_content .content01 {
  margin-bottom: 70px;
}
#link_content h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
#link_content p {
  font-size: 18px;
  margin-bottom: 25px;
}
#link_content .date_search {
  display: flex;
  height: 40px;
  margin-bottom: 10px;
}
#link_content .date_search .input {
  position: relative;
  width: 200px;
  height: 40px;
}
#link_content .date_search .input img {
  position: absolute;
  top: 8px;
  right: 15px;
}
#link_content .date_search input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
}
#link_content .date_search .span {
  margin: 0 15px;
  line-height: 40px;
  font-size: 18px;
}
#link_content .date_search button {
  float: none;
  padding: 0 30px;
  margin-left: 15px;
}
#link_content .date_search input::placeholder {
  font-size: 18px;
  color: #000;
}
#link_content .content01 table {
  margin-bottom: 70px;
  width: 1200px;
  border-spacing: 0px;
}
#link_content .content01 thead {
  background-color: #f6f6f6;
}
#link_content .content01 th {
  width: 300px;
  height: 40px;
  padding: 0;
  border-spacing: 0px;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  font-size: 18px;
  font-weight: 400;
}
#link_content .content01 tbody td {
  padding: 15px 0;
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#link_content .link_box {
  height: 60px;
}
#link_content .link {
  float: left;
  width: 400px;
  height: 40px;
  margin-right: 10px;
  line-height: 40px;
  font-size: 18px;
  padding-left: 15px;
  border-radius: 8px;
  border: 1px solid #b5b5b5;
}
#link_content button {
  float: left;
  height: 40px;
  padding: 5px 15px;
  font-size: 18px;
  color: #fff;
  border-radius: 8px;
  background-color: #b20088;
  border: none;
}
#link_content .gray_content_box {
  width: 1200px;
  height: 632px;
  margin-bottom: 80px;
  background-color: #ebebeb;
}
#link_content .content03 .top_box_left {
  float: left;
  width: 350px;
  height: 40px;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
  padding: 0 15px;
  margin-bottom: 15px;
}
#link_content .content03 .top_box_left select {
  width: 110px;
  height: 34px;
  border: none;
  font-size: 18px;
  margin-right: 15px;
}
#link_content .content03 .top_box_left span {
  font-size: 22px;
  position: relative;
  top: 5px;
  margin-right: 15px;
}
#link_content .content03 .top_box_left .inputBox {
  position: relative;
  display: inline-block;
}
#link_content .content03 .top_box_left .inputBox input {
  width: 160px;
  padding: 5px 0;
  padding-right: 25px;
  border: none;
}
#link_content .content03 .top_box_left .inputBox input:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}
#link_content .content03 .top_box_left .inputBox input::placeholder {
  position: relative;
  top: 2px;
  font-size: 18px;
  color: #b5b5b5;
}
#link_content .content03 .top_box_left .inputBox .inputBtn {
  position: absolute;
  right: 0;
  bottom: -4px;
  padding: 0;
  background-color: transparent;
}
#link_content .content03 .top_box_right {
  float: right;
  margin-bottom: 15px;
}
#link_content .content03 .board_table table {
  table-layout: fixed;
  width: 1200px;
  border-spacing: 0px;
  margin-bottom: 30px;
}
#link_content .content03 .board_table table thead th {
  width: 100px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
}
#link_content .content03 .board_table table tbody .notice_alim {
  background-color: #f6f6f6;
}
#link_content .content03 .board_table table tbody .notice_alim td {
  width: 100px;
  text-align: center;
  color: #b20088;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
}
#link_content .content03 .board_table table .notice_alim_txt {
  text-align: start !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#link_content .content03 .board_table table tbody td {
  padding: 15px 0;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #b5b5b5;
}
#link_content .content03 .board_table table .title {
  width: 600px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: start;
  padding-left: 60px;
  color: #000;
}
#link_content .content03 .board_table table .title img {
  margin-right: 12px;
}
#link_content .content03 .board_table table .response .title {
  padding-left: 125px;
  background: url('/theme/pureblue54/img/re_icon.png') no-repeat 100px center;
}
#link_content .content03 .board_table table .author {
  color: #000;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#link_content .content03 .board_table .pagination {
  display: flex;
  justify-content: center;
  text-align: center;
}
#link_content .content03 .board_table .pagination a {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  line-height: 34px;
  font-size: 18px;
}
#link_content .content03 .board_table .pagination a.active {
  background: #b20088;
  color: #fff;
  font-weight: 600;
}

/* sale_info */
#saleInfoWrap{
  width: 1200px;
  margin: 0 auto;
}
#saleInfoWrap .saleInfoTab {
  display: flex;
  margin-bottom: 27px;
}
#saleInfoWrap .saleInfoTab .tab{
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 8px;
  text-align: center;
}
#saleInfoWrap .saleInfoTab .tab.active{
  background-color: #b20088;
  color: #fff;
  font-weight: bold;
}
#saleInfoWrap .saleInfoBoard .searchBox {
  float: left;
  width: 350px;
  height: 40px;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
  padding: 0 15px;
  margin-bottom: 15px;
}
#saleInfoWrap .saleInfoBoard .searchBox select {
  width: 110px;
  height: 34px;
  border: none;
  font-size: 18px;
  margin-right: 15px;
}
#saleInfoWrap .saleInfoBoard .searchBox span {
  font-size: 22px;
  position: relative;
  top: 5px;
  margin-right: 15px;
}
#saleInfoWrap .saleInfoBoard .searchBox .inputBox {
  position: relative;
  display: inline-block;
}
#saleInfoWrap .saleInfoBoard .searchBox .inputBox input {
  width: 160px;
  padding: 5px 0;
  padding-right: 25px;
  border: none;
}
#saleInfoWrap .saleInfoBoard .searchBox .inputBox input:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}
#saleInfoWrap .saleInfoBoard .searchBox .inputBox input::placeholder {
  position: relative;
  top: 2px;
  font-size: 18px;
  color: #b5b5b5;
}
#saleInfoWrap .saleInfoBoard .searchBox .inputBox .inputBtn {
  position: absolute;
  right: 0;
  top: 1px;
  padding: 0;
  background-color: transparent;
  border: none;
}
#saleInfoWrap .saleInfoBoard .writeBtn {
  float: right;
  margin-bottom: 15px;
}
#saleInfoWrap .saleInfoBoard .writeBtn button{
  width: 100px;
  height: 40px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: none;
  background-color: #b20088;
  border-radius: 8px;
}
#saleInfoWrap .saleInfoBoard .saleInfoTable table {
  table-layout: fixed;
  width: 1200px;
  border-spacing: 0px;
  margin-bottom: 30px;
}
#saleInfoWrap .saleInfoBoard .saleInfoTable .siteName{
  width: 740px;
}
#saleInfoWrap .saleInfoBoard .saleInfoTable thead th{
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
}
#saleInfoWrap .saleInfoBoard .saleInfoTable tbody .notice_alim {
  background-color: #f6f6f6;
}
#saleInfoWrap .saleInfoBoard .saleInfoTable tbody .notice_alim td {
  text-align: center;
  color: #b20088;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
}
#saleInfoWrap .saleInfoBoard .saleInfoTable .notice_alim_txt {
  text-align: start !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 15px !important;
}
#saleInfoWrap .saleInfoBoard .saleInfoTable tbody td {
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#saleInfoWrap .saleInfoBoard .saleInfoTable tbody .siteTitle {
  
  text-align: start;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}
#saleInfoWrap .saleInfoBoard .saleInfoTable tbody .siteTitle .title{
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  margin-right: 5px;
}
#saleInfoWrap .saleInfoBoard .saleInfoTable tbody .siteTitle .siteCategory{
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #b5b5b5;
}
#saleInfoWrap .saleInfoBoard .saleInfoTable tbody .siteTitle > div {
  display: flex;
}
#saleInfoWrap .saleInfoBoard .saleInfoTable tbody .siteTitle .good {
  color: #b5b5b5;
  background: url("/theme/pureblue54/img/good_out.png") no-repeat left center;
  padding-left: 20px;
  margin-right: 15px;
}
#saleInfoWrap .saleInfoBoard .saleInfoTable tbody .siteTitle .reply {
  color: #b5b5b5;
  background: url("/theme/pureblue54/img/reply_out.png") no-repeat left center;
  padding-left: 20px;
}
#saleInfoWrap .saleInfoBoard .saleInfoTable tbody .siteTitle .good.active {
  background: url("/theme/pureblue54/img/good_active.png") no-repeat left center;
}
#saleInfoWrap .saleInfoBoard .saleInfoTable tbody .siteTitle .reply.active {
  background: url("/theme/pureblue54/img/reply_active.png") no-repeat left center;
}
#saleInfoWrap .saleInfoBoard .saleInfoTable .pagination {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 80px;
}
#saleInfoWrap .saleInfoBoard .saleInfoTable .pagination a {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  line-height: 34px;
  font-size: 18px;
}
#saleInfoWrap .saleInfoBoard .saleInfoTable .pagination a.active {
  background: #b20088;
  color: #fff;
  font-weight: 600;
}

/* point */
#pointWrap {
  width:100%;
  max-width:1200px;
  margin: 0 auto;
}
#pointWrap .top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 30px;
}
#pointWrap .top .left {
  display: flex;
  align-items: center;
}
#pointWrap .top .left .profileImg{
  width: 80px;
  height: 80px;
  margin-right: 30px;
  border-radius: 80px;
  background-color: #f6f6f6;
}
#pointWrap .top .left .profile h3{
  font-size: 20px;
  font-weight: 400;
}
#pointWrap .top .left .profile h2{
  font-size: 24px;
  font-weight: 600;
  color: #b20088;
}
#pointWrap .top .right a{
  font-size: 18px;
  font-weight: 600;
  color: #b20088;
}
#pointNum01,#pointNum02 {
color:#b20088;
}

#pointWrap .middle {
  width: 100%;
  max-width:1200px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  background:#eee;
  border-radius: 5px;
/*  border: 3px solid #b20088;*/
  padding: 30px 40px;
}

#pointWrap .bottom .tabbar{
  display: flex;
  align-items: center;
}
#pointWrap .bottom .tabbar a{
  width: 600px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
}
#pointWrap .bottom .tabbar a:first-of-type{
  background-color: #b20088;
  border-radius: 15px 0 0 0;
  color: #fff;
  font-weight: 600;
}
#pointWrap .bottom .tabbar a:last-of-type{
  background-color: #f6f6f6;
  border-radius: 0 15px 0 0;
}
#pointWrap .bottom .list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#pointWrap .bottom .list .left h3{
/*  margin-bottom: 10px;*/
  font-size: 14px;
  font-weight: 600;
}
#pointWrap .bottom .list .left h3 span{
  font-size: 12px;
  font-weight: 300;
  color: #ccc;
}

#pointWrap .bottom .list .left h3.bgrec {
color:#b20088;
}

#pointWrap .bottom .list .right h2{
  font-size: 14px;
  font-weight: 600;
  color: #b20088;
}
#pointWrap .bottom .sum{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 30px;
  margin-bottom: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f6f6f6;
}
#pointWrap .bottom .sum h2{
  font-size: 14px;
  font-weight: 600;
}
#pointWrap .bottom .sum h3{
  font-size: 20px;
  font-weight: 600;
}
#pointWrap .bottom .pagination {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 80px;
}
#pointWrap .bottom .pagination a {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  line-height: 34px;
  font-size: 18px;
}
#pointWrap .bottom .pagination a.active {
  background: #b20088;
  color: #fff;
  font-weight: 600;
}

/* rank */
#rankWrap{
  width:100%;
  max-width:1200px;
  margin:auto;
}
#rankWrap h2{
  font-size: 30px;
  margin-bottom: 12px;
}
#rankWrap .flexBox{
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
#rankWrap h3{
  font-size: 18px;
  font-weight: 400;
}
#rankWrap h4{
  font-size: 18px;
  float:right;
}
#rankWrap h4 span{
  font-weight: 400;
}
#rankWrap .rankBoard table {
  width: 100%;
  border-spacing: 0px;
  margin-bottom: 30px;
}
#rankWrap .rankBoard table thead th{
  height: 40px;
  padding: 0 15px;
  background-color: #b20088;
  font-size: 15px;
  color: #fff;
}
#rankWrap .rankBoard table thead th:first-of-type{
  width: 105px;
/*  border-radius: 15px 0 0 0;*/
}
#rankWrap .rankBoard table thead th:nth-of-type(3){
  text-align: end;
}
#rankWrap .rankBoard table thead th:last-of-type{
/*  border-radius: 0 15px 0 0;*/
  text-align: end;
}
#rankWrap .rankBoard table tbody td{
  height: 40px;
  padding: 0 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: end;
  font-size: 15px;
}
#rankWrap .rankBoard table tbody td:first-of-type{
  text-align: center;
}
#rankWrap .rankBoard table tbody td:nth-of-type(2){
  text-align: left;
}
#rankWrap .rankBoard table tbody td:nth-of-type(3){
  color: #b30089;
}
#rankWrap .rankBoard table th.nickname{
  width: 80%;
  text-align: center;
}
#rankWrap .rankBoard table th.point{
	min-width:140px;
}
#rankWrap .rankBoard table td.nickname{
  width: 80%;
  text-align: start;
}
#rankWrap .rankBoard table td.pink{
  color: #b30089;
}
#rankWrap .rankBoard .pagination {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 80px;
}
#rankWrap .rankBoard .pagination a {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  line-height: 34px;
  font-size: 18px;
}
#rankWrap .rankBoard .pagination a.active {
  background: #b20088;
  color: #fff;
  font-weight: 600;
}
#rankWrap .fa,
#rankWrap .far,
#rankWrap .fas{
	vertical-align: text-top;
}
/* review */
#reviewTopBanner {
  height: 435px;
  width: 100%;
  background-color: #b20088;
  background-image: url('/theme/pureblue54/img/back-img1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
#reviewTopBanner .wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 435px;
  margin: 0 auto;
}
#reviewTopBanner .wrap .left h2 {
  margin-bottom: 25px;
  font-size: 3.5em;
  font-weight: 300;
  color: #fff;
}
#reviewTopBanner .wrap .left span {
  font-size: 1.4em;
  font-weight: 700;
}
#reviewTopBanner .wrap .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 320px;
  height: 315px;
  padding: 0 30px;
  background-color: #fff;
  border-radius: 30px;
}
#reviewTopBanner .wrap .right h2 {
  width: 100%;
  margin-bottom: 10px;
  text-align: start;
  font-size: 24px;
  font-weight: 400;
  color: #000;
}
#reviewTopBanner .wrap .right h3 {
  width: 100%;
  margin-bottom: 35px;
  text-align: start;
  font-size: 18px;
  font-weight: 400;
  color: #555555;
}
#reviewTopBanner .wrap .right h4 {
  width: 100%;
  text-align: start;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
#reviewTopBanner .wrap .right h5 {
  width: 100%;
  margin: 5px 0;
  text-align: start;
  font-size: 24px;
  font-weight: 600;
  color: #b20088;
}
#reviewTopBanner .wrap .right h5 span {
  font-size: 34px;
}
#reviewTopBanner .wrap .right h6 {
  width: 100%;
  text-align: start;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #8f8f8f;
}
#reviewTopBanner .wrap .right button {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}
#reviewTab {
  width: 100%;
  height: 85px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#reviewTab .wrap {
  display: flex;
  justify-content: space-between;
  width: 400px;
  height: 100%;
  margin: 0 auto;
}
#reviewTab .wrap a {
  display: block;
  line-height: 100px;
  text-align: center;
  font-size: 22px;
}
#reviewTab .wrap a.active {
  font-weight: 600;
  color: #b20088;
  border-bottom: 4px solid #b20088;
}


.review-content{
	display:none;
	font-size:14px;
	font-weight:400;
	line-height:170%;
	padding: 20px;
}

.sit_use_top {
position:relative;background:#fff;
border-bottom:2px solid #efeff1;
margin:0 0px;
padding:10px;
min-height:80px;vertical-align:middle}

.sit_use_top h4 {font-size:1.2em;margin-bottom:10px}
.sit_use_top h4 span {color:#aaa;font-size:0.85em;font-weight:normal}
.sit_use_top .sit_star {height:20px}
.sit_use_top .st_bg {background:#666}

.sit_use_wbtn {   }
.sit_use_wbtn a {padding:0 20px;line-height:45px;font-weight:bold;font-size:1.167em; cursor:hand;}

/* login */
#loginWrap{
  padding-bottom: 75px;
}
#loginWrap .loginForm{
  width: 500px;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 35px;
  padding: 0 30px;
  border: 1px solid #e7e7e7;
  border-radius: 30px;
}
#loginWrap .loginForm .idWrap,
#loginWrap .loginForm .pwWrap{
  position: relative;
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
}
#loginWrap .loginForm .idWrap input,
#loginWrap .loginForm .pwWrap input{
  width: 100%;
  height: 40px;
  padding-left: 50px;
  padding-right: 20px;
  border: 1px solid #e7e7e7;
}
#loginWrap .loginForm .idWrap label,
#loginWrap .loginForm .pwWrap label{
  position: absolute;
  top: 9px;
  left: 15px;
  font-size: 16px;
  font-weight: 400;
}
#loginWrap .loginForm .loginBtn{
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  background-color: #000;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
#loginWrap .loginForm .flexWrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
#loginWrap .loginForm .flexWrap .left label{
  font-size: 16px;
  font-weight: 400;
}
#loginWrap .loginForm .flexWrap .left input{
  width: 12px;
  height: 12px;
  border: 1px solid #b5b5b5;
}
#loginWrap .loginForm .flexWrap .right{
  display: flex;
  align-items: center;
}
#loginWrap .loginForm .flexWrap a{
  font-size: 16px;
  font-weight: 600;
}
#loginWrap .loginForm .flexWrap a.pink{
  color: #b20088;
}
#loginWrap .loginForm .flexWrap span{
  margin: 0 10px;
}
#loginWrap .loginForm .kakaoBtn{
  width: 100%;
  height: 40px;
  border: none;
  font-size: 16px;
  background: url("/theme/pureblue54/img/kakao_ico.png") no-repeat 110px center;
  background-color: #fee500;
}
#loginWrap  .wrap{
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#loginWrap  .wrap h2{
  margin-bottom: 10px;
  font-size: 16px;
}
#loginWrap  .wrap h3{
  line-height: 24px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #b20088;
}
#loginWrap  .wrap .pinkBtn{
  width: 174px;
  height: 40px;
  margin-bottom: 15px;
  border: none;
  border-radius: 8px;
  background-color: #b20088;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
#loginWrap  .wrap p{
  font-size: 16px;
}

/* signup */
#signupWrap{
  width: 1200px;
  margin: 0 auto;
}
#signupWrap .wrap{
  width: 500px;
  margin: 0 auto;
}
#signupWrap .kakaoBtn{
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 8px;
  margin-bottom: 35px;
  font-size: 16px;
  background: url("/theme/pureblue54/img/kakao_ico.png") no-repeat 96px center;
  background-color: #fee500;
}
#signupWrap form > div{
  width: 500px;
  height: auto;
  margin-bottom: 30px;
}
#signupWrap form label{
  font-size: 18px;
  font-weight: 600;
}
#signupWrap form label span{
  color: #ff0000;
}
#signupWrap form input{
  width: 500px;
  height: 40px;
  margin-top: 10px;
  border: 1px solid #e7e7e7;
}
#signupWrap form .valiadte{
  margin-top: 10px;
  font-size: 16px;
  color: #b5b5b5;
}
#signupWrap form .agree {
  text-align: center;
}
#signupWrap form .agree #agreeChk{
  width: 12px;
  height: 12px;
  margin-top: 0;
  border: 1px solid #b5b5b5;
}
#signupWrap form .agree label{
  font-size: 16px;
}
#signupWrap form .agree label span{
  font-size: 16px;
  font-weight: 600;
  color: #b20088;
}
#signupWrap form .signupBtn{
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 8px;
  margin-bottom: 80px;
  background-color: #b20088;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

/* crew */
#crewWrap .wrap{
  width: 1200px;
  margin: 0 auto;
}
#crewWrap .wrap .best .top{
  padding-bottom: 9px;
  border-bottom: 3px solid #b20088;
}
#crewWrap .wrap .best .top span{
  padding: 10px 20px;
  background-color: #b20088;
  border-radius: 15px 15px 0 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
#crewWrap .wrap .best .bottom{
  display: flex;
  align-items: center;
  padding: 20px 15px;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#crewWrap .wrap .best .bottom .left{
  width: 50%;
}
#crewWrap .wrap .best .bottom .left span{
  margin-right: 15px;
  font-weight: 600;
  color: #b20088;
}
#crewWrap .wrap .best .bottom li{
  width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
#crewWrap .wrap .best .bottom .right{
  width: 50%;
}
#crewWrap .wrap .best .bottom .right span{
  margin-right: 15px;
  font-weight: 600;
  color: #b5b5b5;
}
.crewBoard .top {
    border-bottom: 3px solid #b20088;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
}
.crewBoard .top .tab{
    display: flex;
    justify-content: flex-start;
    height: 39px;
}
.crewBoard .top .tab a{
    padding: 0px 14px;
    font-size: 12px;
	padding-top:14px;
}
.crewBoard .top .tab a.active{
  background-color: #b20088;
  border-radius: 15px 15px 0 0;
  font-weight: 600;
  color: #fff;
}

.crewBoard .search-wrap{
    display: flex;
    justify-content: flex-end;
}
.crewBoard .search-wrap .search-box{
  position: relative;
  bottom: 10px;
  display: flex;
  align-items: center;
}
.crewBoard .search-wrap .search-box .selectWrap{
  width: 350px;
  height: 40px;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
  padding: 2px 15px 0px 12px;
  margin-right: 15px;
}
.crewBoard .search-wrap .search-box .selectWrap select {
  width: 110px;
  height: 26px;
  border: none;
  font-size: 14px;
  margin-right: 15px;
  position: relative;
    top: -3px;
}
.crewBoard .search-wrap .search-box .selectWrap span {
  margin-right: 15px;
  font-size: 22px;
  color: #b5b5b5;
}
.crewBoard .search-wrap .search-box .selectWrap .inputBox {
  position: relative;
  display: inline-block;
  top:-5px;
}
.crewBoard .search-wrap .search-box .selectWrap .inputBox input {
  width: 160px;
  padding: 5px 0;
  padding-right: 25px;
  border: none;
  font-size: 14px;
  color: #b5b5b5;

}
.crewBoard .search-wrap .search-box .selectWrap .inputBox input:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}
.crewBoard .search-wrap .search-box .selectWrap .inputBox input::placeholder {
  position: relative;
  top: 2px;
  font-size: 14px;
  color: #b5b5b5;
}
.crewBoard .search-wrap .search-box .selectWrap .inputBox .inputBtn {
  position: absolute;
  right: 0;
  bottom: 4px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.crewBoard .search-wrap .search-box .writeBtn button{
    border: none;
    border-radius: 8px;
    background-color: #b20088;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 13px;
    color: #fff;
}
.crewBoard table{
  margin-bottom: 35px;
  border-spacing: 0;
  width:100%;
}
.crewBoard thead{
  width: 100%;
}
.crewBoard .title{
  width: 80%;
}
.crewBoard th,
.crewBoard td{
  padding: 9px 3px;
  text-align: center;
}
.crewBoard td{
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.crewBoard td.td_num2{
font-size: 15px;
    color: #b5b5b5;
}
.crewBoard th{
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 600;
}
 .crewBoard td.number{
  font-size: 18px;
  color: #b5b5b5;
}
.crewBoard td.title .left,
.crewBoard td.title .topWrap{
  width: 100%;
}
.crewBoard td.title .left,
.crewBoard td.title .topWrap i{
	margin:0px 3px;
}
.crewBoard td.title{
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: start;
}
.crewBoard td.nickname{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600; 
}
.crewBoard td.title h2{
  margin-bottom: 10px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 400;
}
.crewBoard td.title .title_icon{
	width:15px;
	height:15px;
}
.crewBoard td.new h2{
  background: url('/theme/pureblue54/img/new_ico.png') no-repeat right;
}
.crewBoard td.title .bottomWrap{
  display: flex;
}
.crewBoard td.title .bottomWrap h3,
.crewBoard td.title .bottomWrap h4,
.crewBoard td.title .bottomWrap h5{
  margin-right: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #b5b5b5;
}

.crewBoard td.writer{
	width:150px;
}
.crewBoard td .good{
  color: #b5b5b5;
  background: url("/theme/pureblue54/img/good_out.png") no-repeat left center;
  padding-left: 25px;
  margin-right: 15px;
}
.crewBoard td .reply{
  color: #b5b5b5;
  background: url("/theme/pureblue54/img/reply_out.png") no-repeat left center;
  padding-left: 25px;
}
.crewBoard td .good.active {
  background: url("/theme/pureblue54/img/good_active.png") no-repeat left center;
  color: #b20088;
}
.crewBoard td .reply.active {
  background: url("/theme/pureblue54/img/reply_active.png") no-repeat left center;
  color: #b20088;
}
.crewBoard .pagination {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 80px;
}
.crewBoard .pagination a {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  line-height: 34px;
  font-size: 18px;
}
.crewBoard .pagination a.active {
  background: #b20088;
  color: #fff;
  font-weight: 600;
}

/* notice */
#notice{
  /* width: 100%; */
}
#notice .wrap{
  width: 1200px;
  margin: 0 auto 80px;
}
#notice .wrap .noticeBoard .top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#notice .wrap .noticeBoard .top .left{
  font-size: 20px;
}
#notice .wrap .noticeBoard .top .left span{
  color: #b20088;
  font-weight: 600;
}
#notice .wrap .noticeBoard .top .right button{
  width: 100px;
  height: 40px;
  border-radius: 8px;
  border: none;
  margin-left: 20px;
  background-color: #f1f1f1;
  font-size: 18px;
  font-weight: 600;
}
#notice .wrap .noticeBoard .bottom p{
  padding: 150px 0;
  text-align: center;
  font-size: 18px;
}

/* noticePopup */
#noticePopup {
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  background-color: #fff;
  z-index: 10000;
}
#noticePopup .pTop{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 30px;
  background-color: #b20088;
}
#noticePopup .pTop h2{
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
#noticePopup .pTop button{
  border: none;
  background-color: transparent;
}
#noticePopup .pBottom{
  padding: 30px;
}
#noticePopup .pBottom .title{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
#noticePopup .pBottom .title h3{
  font-size: 18px;
}
#noticePopup .pBottom .title button{
  border: none;
  background-color: transparent;
}
#noticePopup .pBottom .time h4{
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #b5b5b5;
}
#noticePopup .pBottom .time h4 img{
  margin-right: 5px;
}
#noticePopup .pBottom .time h4 span{
  margin-left: 15px;
  color: #b20088;
}
#noticePopup .pBottom .memo{
  position: relative;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #b5b5b5;
}
#noticePopup .pBottom .memo textarea{
  width: 100%;
  min-height: 100px;
  max-height: 275px;
  height: auto;
  border: none;
  resize: none;
}
#noticePopup .pBottom .btnWrap{
  text-align: end;
  margin-bottom: 30px;
}
#noticePopup .pBottom .btnWrap button{
  width: 60px;
  height: 30px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
}
#noticePopup .pBottom .btnWrap button:first-of-type{
  border: 1px solid #b20088;
  color: #b20088;
  background-color: transparent;
  margin-right: 8px;
}
#noticePopup .pBottom .btnWrap button:last-of-type{
  border: none;
  background-color: #b20088;
  color: #fff;
}
#noticePopup .pBottom .line{
  width: 100%;
  height: 1px;
  background-color: #b5b5b5;
}
#noticePopup .beforeScrap .pBottom .txt{
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
}
#noticePopup .beforeScrap .pBottom .btnWrap{
  text-align: center;
}
#noticePopup .beforeScrap .pBottom .pinkBtn{
  width: 120px;
  height: 40px;
  border-radius: 8px;
  border: none;
  background-color: #b20088;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.none{
  display: none !important;
}

/* popupBg */
#popupBg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.2);
}
.scrollLock { 
  overflow: hidden; 
}
.btn {display:inline-block;padding:0 5px;height:30px;line-height:30px;border-radius:3px}
a.btn01 {display:inline-block;padding:0 7px;border:1px solid #ccc;background:#fff;color:#333;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:#fff;color:#666;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 {padding:0 5px;border:0;background:#b20088;border-radius:3px;color:#fff;letter-spacing:-0.1em}
fieldset .btn_submit {padding:0 7px;height:24px;line-height:1em}
a.btn_cancel {display:inline-block;padding:8px 7px 7px;border:1px solid #ccc;background:#fff;color:#000;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;padding:7px;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;height:1.9em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:1.9em} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}
.btn_top {margin:10px;text-align:right}
.btn_top li {display:inline-block}
.btn_top a,.btn_top .btn_submit {line-height:30px;padding:0 10px;border-radius:3px}
.btn_top .btn_cancel,.btn_top .btn_b01 {border:1px solid #aaa;background:none;color:#666;line-height:28px;background:#fff}

/* 새창 기본 스타일 */

.new_win .win_ul {margin:10px}
.new_win .win_ul li {display:inline-block}
.new_win .win_ul li a {display:block;line-height:24px;padding:0 10px}
.new_win .win_ul li .selected {background:#b20088;color:#fff;border-radius:13px;
-webkit-box-shadow:0 0 5px rgba(65,98,255,0.8);
-moz-box-shadow:0 0 5px rgba(65,98,255,0.8);
box-shadow:0 0 8px rgba(65,98,255,0.8)}

.new_win .win_btn {clear:both;margin:10px;text-align:center}
.new_win .win_btn a {display:inline-block;height:40px;line-height:40px;font-weight:bold}
.new_win .win_btn .btn_close {display:inline-block;padding:0 10px;border:0;background:#c6c6d2;color:#666;text-decoration:none;font-weight:bold;height:40px;border-radius:3px;margin:10px 0}
.new_win .win_btn .btn_submit {width:100%;height:40px;line-height:40px;border-radius:3px;margin:0 0 20px;display:inline-block;font-weight:bold}

.new_win {}
.new_win #win_title {font-size: 1.2em; font-weight: bold;height: 50px;padding: 10px;line-height: 30px;background: #b20088;color: #fff;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win_con {margin:10px}

.new_win .new_win_con2 {padding:0 0px}
.new_win .win_ul {margin:0 0 10px 1px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {position:relative;float:left;width:33.333%;margin-left:-1px;text-align:center;background:#fff}
.new_win .win_ul li a {display:block;padding:10px 0;color:#667287;border:1px solid #dedede}
.new_win .win_ul li:hover a:after {content:"";position:absolute;top:0;left:0;display:inline-block;z-index:999;width:100%;height:100%;border:1px solid #b20088;}
.new_win .win_ul li:hover a {color:#b20088}
.new_win .win_ul .selected {position:relative;color:#009c54;z-index:5}
.new_win .win_ul .selected a {font-weight:bold;background:#b20088;border:1px solid #b20088;color:#fff}
.new_win .win_ul .selected a:hover {color:#fff}

.new_win .win_desc {padding:15px 0;margin:10px 0;font-size:14px;font-weight:bold;color:#b20088;background:#dfe3ea;text-align:center}
.new_win .frm_info {display:block;margin:3px 0 0 0;text-align:right;font-size:0.92em;color:#707e8b}
.new_win .win_total {text-align:left;margin:10px 0;background:#deefd8;border:1px solid #ccdebe;padding:10px 15px}
.new_win .win_total span {display:inline-block;font-size:0.92em;color:#3c763d}
.new_win .win_total span.win_total_r {float:right}

.new_win .win_btn {text-align:center;margin-bottom:10px}
.new_win .memo_view_opt {padding:10px;border:1px solid #d9dee9;border-top:0;text-align:left;background:#f7f7f9}
.new_win .memo_view_opt:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .memo_view_opt .btn_right {float:right;margin-left:5px}
.new_win .memo_view_btn {margin:25px 0;text-align:center}
.new_win .btn_close {height:40px;border:1px solid #ccc;padding:0 10px;line-height:35px;border-radius:3px;background:#fff;color:#000;cursor:pointer}
.new_win .btn_submit {height:40px;font-weight:bold;font-size:1.083em}

/* 스크랩 */


#scrap_do .new_win_con {padding:0 20px}
#scrap_do textarea {width:100%;height:100px}
#scrap_do .scrap_tit {margin-bottom:10px;background:#f3f3f3;padding:10px 15px;font-size:1.2em;font-weight:bold}
#scrap_do label {display:block;margin:0 0 5px;font-size:1em}
#scrap_do .win_btn:after {display:block;visibility:hidden;clear:both;content:""}
#scrap .win_btn, #scrap_do .win_btn {margin:20px 0;text-align:center}
#scrap_do .win_btn .btn_submit {float:inherit}
#scrap_do .win_desc {margin: 0px 20px;}

/* 회원가입 입력 */
#register_form {background:#fff;margin-bottom:20px}
#register_form h2 {padding:20px;border-bottom:1px solid #dde7e9; color:#b20088}
.register_form_inner {}
.register_form_inner ul {padding:0px 20px 10px 20px}
.register_form_inner label {display:inline-block;margin:5px 0 5px 0;line-height:25px; font-weight:bold; font-size:12px}
.register_form_inner label.inline {display:inline}
.register_form_inner label span {font-size:12px}

#fregisterform #msg_certify {margin:5px 0 0;padding:5px;border:1px solid #dbecff;background:#eaf4ff;text-align:center}
#fregisterform .frm_address {margin:5px 0 0}
#fregisterform #mb_addr3 {display:inline-block;margin:5px 0 0;vertical-align:middle}
#fregisterform #mb_addr_jibeon {display:block;margin:5px 0 0}
#fregisterform .btn_confirm {text-align:center}
#fregisterform .form_01 div {margin:20px 0 10px}
#fregisterform .captcha {display:block;margin:5px 0 0}
#fregisterform .reg_mb_img_file img {max-width:50px;height:auto}
#reg_mb_icon, #reg_mb_img {display:inline}

/* 회원가입 완료 */
#reg_result {padding:40px 30px;text-align:center;background:#fff;}
#reg_result h2 {font-size:2em;margin:0 0 20px}
#reg_result h2 strong {color:#ed6478}
#reg_result #result_email {margin:20px 0;padding:10px 50px;border-top:1px solid #e9e9e9;border-bottom:1px solid #dde4e9;background:#fff;line-height:2em}
#reg_result #result_email span {display:inline-block;width:150px}
#reg_result #result_email strong {color:#e8180c;font-size:1.2em}
#reg_result p {line-height:1.8em}
#reg_result .result_txt {text-align:left; font-size:14px}
#reg_result .btn_confirm {margin:50px 0}
#reg_result i {font-size:3em}
#reg_result .reg_result_p {font-size:1.25em;margin:0 0 10px;color:#b20088}


/* 주문내역 */
#sod_v {padding:15px;background:#fff;border:0px solid #d9dde3;width:900px;margin:0px auto;}
#sod_v .td_stat {width:100px}
#sod_v_info {margin:0 0 10px;padding:10px; ;color:#b20088;text-align:center;}

/* 주문상세내역 */
#sod_list_inq {}
#sod_fin {background:#fff;padding:15px;width:1000px;margin:0px auto;}
.sod_fin_list .sod_ta_wr {padding:15px;background:#fff}
.sod_fin_list h2 {position:absolute;border:0;font-size:0;line-height:0;content:""}
.sod_fin_list .prqty_stat {position:absolute;top:0;right:0;padding:3px 5px;background:#aaa;color:#fff}
.sod_fin_list .li_opt {color:#777;margin:3px 0;line-height:1.3em;padding-right:50px}
#sod_sts_wrap {margin:10px}
#sod_sts_wrap .btn_wr {text-align:center}
#sod_sts_explan_open {padding:0 10px;height:30px;border:1px solid #bbb;border-top:1px solid #e6e6e6;margin-top:-1px;color:#333;background:none; display:none}
#sod_sts_explan {display:none}
#sod_fin_legend {background:#f7f7f7;margin:0 0 10px;padding:10px;line-height:20px}
#sod_fin_legend:after {display:block;visibility:hidden;clear:both;content:""}
#sod_fin_legend dt {float:left;width:20%}
#sod_fin_legend dd {float:left;width:80%}
#sod_fin_view {margin:10px}
#sod_fin_view h2 {position:absolute;border:0;font-size:0;line-height:0;content:""}
#sod_fin_view h3 {font-size:1.167em;margin:20px 0 10px}

#sod_fin_no {margin:10px;border:2px solid #b9b9b9;background:#f3f3f3;color:#444;text-align:center;padding:10px}
#sod_fin_no strong {font-size:1.167em}

#sod_fin_tot {margin:10px}
#sod_fin_tot h2 {font-size:1.167em;margin:20px 0 10px}
#sod_fin_tot ul {margin:0;padding:0;list-style:none}
#sod_fin_tot li {padding:10px;background:#b20088;border-bottom:1px solid #C12DA0;color:#fff;zoom:1}
#sod_fin_tot li:after {display:block;visibility:hidden;clear:both;content:""}
#sod_fin_tot #alrdy {border-bottom:0 !important}
#sod_fin_tot #alrdy .right {margin-top:10px;text-align:right;color:#f3f3f3;font-size:0.9em}
#sod_fin_tot #alrdy .right p {position:relative}
#sod_fin_tot #alrdy .right .title {position:absolute;left:0;padding-left:8px}
#sod_fin_tot strong {float:right}

#sod_fin_cancel {margin:10px}
#sod_fin_cancel h2 {position:absolute;border:0;font-size:0;line-height:0;content:""}
#sod_fin_cancel h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_cancel button {height:40px;border:1px solid #5e6b6f;font-weight:bold;width:100%;background:none;color:#5e6b6f}
#sod_fin_cancel p {text-align:center;background:#ffe0e0;border:2px solid #d50c0c;padding:15px;color:#d50c0c;font-size:1.167em;font-weight:bold}
#sod_fin_cancelfrm {display:none;margin:10px 0 0;text-align:center;background:#fff;padding:15px}
#sod_fin_cancelfrm .frm_input {background:#fff;margin:0 0 3px;width:100%}
#sod_fin_cancelfrm .btn_frmline {background:#5e6b6f;color:#fff;border:0;padding:10px;width:100%;cursor:pointer}
#sod_fin_test {padding:10px}


/* 마이페이지 */
#smb_my {padding:15px;background:#fff;border:1px solid #d9dde3}
#smb_my .btn_more {display:block; height:43px;width:100%;border:1px solid #c8c8c8;border-bottom-color:#aaa;font-size:1.167em;color:#282828;line-height:43px;text-align:center}
#smb_my_ov {margin:0 0 20px}
#smb_my_ov h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#smb_my_ov .my_name {position:relative;line-height:20px;height:50px;padding:15px;background:#1e5cf6;color:#fff;font-weight:normal;font-size:1.083em}
#smb_my_ov .my_name img {border-radius:50%;vertical-align:top}
#smb_my_ov .smb_my_act {position:absolute;top:10px;right:10px}
#smb_my_ov .smb_my_act li {display:inline-block;font-size:0.92em}
#smb_my_ov .smb_my_act li a {line-height:28px;height:30px;vertical-align:middle;padding:0 5px;margin:0;border-radius:3px}
#smb_my_ov .my_pocou {padding:10px 5px;background:#fff}
#smb_my_ov .my_pocou li {position:relative;padding:0 10px;line-height:30px}
#smb_my_ov .my_pocou a {position:absolute;top:0;right:10px;font-weight:bold;color:#f50057}
#smb_my_ov .my_info {display:none;clear:both;width:100%;background:#fff;padding:10px;border-top:1px solid #e6e6e6}
#smb_my_ov .my_info:after {display:block;visibility:hidden;clear:both;content:''}
#smb_my_ov .my_info_wr {float:left;width:50%;line-height:20px;padding:3px 0px;position:relative;color:#666}
#smb_my_ov .my_info_wr strong {display:inline-block;position:absolute;top:0;left:0;vertical-align:top;padding:3px 0px}
#smb_my_ov .my_info_wr span {display:block;padding-left:100px}
#smb_my_ov .ov_addr {width:100%}
#smb_my_ov .my_ov_btn {text-align:center;border-top:1px solid #ccc}
#smb_my_ov .my_ov_btn button {border:1px solid #ccc;border-top:1px solid #fff;background:#fff;padding:0 20px;height:20px;margin-top:-1px}
#smb_my_od h2 {font-size:1.167em;margin:10px 0 }
#smb_my_wish h2 {font-size:1.167em;margin:30px 0 10px }
.wishlist ul {margin:10px 0}
.wishlist ul:after {display:block;visibility:hidden;clear:both;content:''}
.wishlist li {float:left;padding:5px;width:33.333%;text-align:center}
.wishlist li img {width:100%;height:auto;max-width:250px}
.wishlist li .info_link {display:block;font-weight:bold;margin:5px 0 2px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.wishlist li .info_date {font-size:0.92em;color:#666}

@media (max-width:970px) {
  #smb_my_ov .my_info_wr {width:100%}
}

/* 위시리스트 */
#sod_ws {padding:15px;border:1px solid #d9dde3;background:#fff}
#sod_ws li {background:#fff;border-bottom:1px solid #eaeaea;margin:10px 0;position:relative}
#sod_ws .wish_img {position:absolute;top:50%;left:20px;z-index:10;width:70px;height:70px;margin-top:-35px;border-radius:50%;overflow:hidden;z-index:4}
#sod_ws .wish_info {padding:15px 15px 15px 100px;min-height:90px}
#sod_ws .wish_chk {position:absolute;top:5px;left:5px;z-index:9}
#sod_ws .info_date {color:#777;display:block;font-size:0.92em;margin:5px 0 0}
#sod_ws .wish_prd {display:block;font-weight:bold;font-size:1.083em}
#sod_ws .wish_del {position:absolute;bottom:10px;right:10px}
#sod_ws .wish_del a {display:block;width:30px;height:30px;line-height:30px;background:#eee;border-radius:3px;color:#777;text-align:center;font-size:1.25em}
#sod_ws .sold_out {display:inline-block;padding:3px 5px;background:#ff0000;color:#fff}

#sod_ws_act {text-align:center;margin:10px 0}
#sod_ws_act:after {display:block;visibility:hidden;clear:both;content:''}
#sod_ws_act .btn01 {float:left;width:49%;height:50px;background:#b20088;font-weight:bold;border:0;color:#fff;border-radius:3px;font-weight:bold;font-size:1.25em}
#sod_ws_act .btn02 {float:right;width:49%;height:50px;border:1px solid #b20088;color:#b20088;font-weight:bold;border-radius:3px;background:#fff;font-weight:bold;font-size:1.25em}

/* 주문내역 include */
#sod_inquiry li {background:#f7f7f7;border-bottom:1px solid #ccc;padding:15px;margin-bottom:10px;position:relative;border-radius:5px}
#sod_inquiry li .idtime_link {font-weight:bold;font-size:1.167em}
#sod_inquiry li .idtime_time {position:absolute;top:15px;right:15px;color:#999}
#sod_inquiry li .inquiry_name {margin:10px 0;color:#000}
#sod_inquiry li .inquiry_price {font-size:1em; padding-bottom:5px; color:#999}
#sod_inquiry li .inv_status {display:block;text-align:center;margin:5px 0 0;font-weight:bold}
#sod_inquiry li .inv_inv {margin:10px 0 0;display:block;border:1px solid #c4c5cc;color:#666}
#sod_inquiry li .inv_inv i {width:30px;height:30px;line-height:30px;background:#f3f3f3;text-align:center;color:#555;font-size:15px;margin-right:5px}

.status_01 {display:block;background:#fda83c;color:#fff;line-height:30px;text-align:center;}
.status_02 {display:block;background:#b20088;color:#fff;line-height:30px;text-align:center;}
.status_03 {display:block;background:#5bd085;color:#fff;line-height:30px;text-align:center;}
.status_04 {display:block;background:#6fa8ff;color:#fff;line-height:30px;text-align:center;}
.status_05 {display:block;background:#333;color:#fff;line-height:30px;text-align:center;}
.status_06 {display:block;background:#f3f3f3;border:1px solid #ddd;color:#666;line-height:30px;font-weight:bold;text-align:center;}

/* 주문상세내역 중 현금영수증 발급 */
#scash {}
#scash section {padding:10px 0}
#scash h2 {margin:0 0 10px;text-align:center}
#scash .tbl_head01 th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f2f5f9;text-align:left}
#scash_apply {padding:10px 0 15px;text-align:center}
#scash_apply button {padding:10px;border:0;background:#565e60;color:#fff}
#scash_copy {text-align:center}

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


/*구매페이지*/
.tab_con{
	width: 100%;
    max-width: 800px;

}
/*구매페이지*/

/* 커리큘럼 */

.stitle {display:inline-block; font-size:16px; padding:15px 10px; font-weight:700; letter-spacing:-0.5px;}

/* 상세페이지 css */
.분류타이틀 {
    padding: 10px 20px ;
display: flex;
    align-items: center;
    position: relative;

    font-size: 14px;
    font-weight: 500;
}
.분류타이틀 a {   color: #b20088;}
.강의 {
	margin:0 5px ;
    padding: 8px 30px ;
    font-size: 15px;
	font-weight:500;
}
.강의 a{
display: inline-block;
}
.강의 a img{
display: inline;
}

.추가설명 {
	margin:0 5px ;
    padding: 8px 60px ;

}
.추가설명 a{
display: inline-block;
}
.추가설명 a img{
display: inline;
}
.usepoint {font-size:12px; color:#999}
.price0 {padding: 10px 0; font-size:16px; color:#555}
.price12 {font-size:24px; color:#b20088; font-weight:bold; padding:1px; display:inline-block}
.sit_opt_list {height:0px; padding:0px; margin:0px;}
#sit_ov_btn .btn_lecgo {background-color:#333 ; }
#sit_story .box{
    box-shadow: 0px 4px 6px 4px #eee;
    margin-bottom: 16px;
    padding: 10px 0px 30px 0px;
}
#sit_story 
/************* 모바일 */
@media (max-width:700px) {

	.stitle {display:inline-block; font-size:16px; padding:15px 0px; font-weight:700; letter-spacing:-0.5px;}

	.분류타이틀 {
		margin:3px 0px ;
		padding: 10px 15px ;
		background:#f3f3f3;
		border-radius: 50px;

		position: relative;
		display: block;
		font-size: 16px;
		font-weight: 600;
	}
	.분류타이틀 a {   color: #b20088;}

	.강의 {
		margin:0 5px ;
		padding: 8px 10px ;
		font-size: 15px;
		font-weight:600;
	}

	.추가설명 {
		margin:0 px ;
		padding: 8px 30px ;
	}

	#sit_ov_wrap {top:-32px;position:relative; margin:0px; padding:0px; border:0px}
	#hd_wrapper {z-index:9999;}


	#sit_ov_btn { 
		position: fixed;
		bottom:12px;
		width: 80%;
		z-index:1000;
		}
	#sit_ov_btn input {width:60vw; border:0; outline:0;}

}

/* 커리큘럼 */
/* 비밀문서 */


/* 비밀문서 */


/*주문창*/
/*PC 주문서*/
#sod_frm .tbl_head03{padding:0;background:none}
#sod_frm .tbl_head03 .sod_opt {padding:5px 0}
#sod_frm_orderer .odpw_info{display:block;margin:0 0 7px;color:#3a8afd}  
#sod_frm_orderer .tbl_frm01,#sod_frm_taker .tbl_frm01{background:#fff;padding:0 0 10px;margin:0}
#sod_frm_taker .choice_place{background:#edf3fc;margin:10px;padding:10px;border:1px solid #d1ddee}
#sod_frm_taker .choice_tit{display:block;font-weight:bold;margin:0 0 5px}
#sod_frm_orderer table th,#sod_frm_taker table th{border:0;padding:10px 5px;text-align:right;vertical-align:top}
#sod_frm_orderer table td,#sod_frm_taker table td{border:0;padding:5px 10px;vertical-align:baseline}
.sod_right #sod_bsk_tot{margin:10px}
#sod_frm_taker textarea{width:100%;height:80px}

#od_pay_sl input[type="radio"] {position:absolute;width:0;height:0;overflow:hidden;visibility:hidden;text-indent:-999px;left:0;z-index:-1px; }
#od_pay_sl .lb_icon {display:inline-block;float:left;width:150px;background:#fff;border:1px solid #eceff4;margin:0px 0 0 -1px;cursor:pointer;height:45px;position:relative;text-align:center; padding-top:12px;z-index:1}
#od_pay_sl input[type="radio"]:checked+.lb_icon {border:1px solid #b20088;z-index:3; color:#b20088}

#sod_frm_paysel {}
#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
.sod_bsk_dvr{text-align:right}
.sod_bsk_cnt{text-align:right}
.sod_bsk_point{text-align:right}
#sod_frm_paysel .KPAY{background:url('../../../img/kpay.png') no-repeat 0 3px;width:67px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:35px auto}
#sod_frm_paysel .PAYNOW{background:url('../../../img/paynow.png') no-repeat 0 3px;width:74px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:45px auto;}
#sod_frm_paysel .PAYCO{background:url('../../../img/payco.png') no-repeat 0 3px;width:74px;;overflow:hidden;text-indent:-999px;display:inline-block;background-size:45px auto;}
#sod_frm_paysel .inicis_lpay{background:url('../../../img/lpay_logo.png') no-repeat 0 3px;width:65px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:35px auto;}
#sod_frm_paysel .kakaopay_icon{background:url('../../../img/kakao.png') no-repeat 0 3px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px;background-size:35px auto}
#sod_frm_paysel .samsung_pay{background:url('../../../img/samsungpay.png') no-repeat 0 3px;width:106px;display:inline-block;overflow:hidden;text-indent:-999px}

#sod_bsk_tot {border:1px solid #3a8afd}
 #sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
.sod_info li {position:relative;float:left;background:#fff;width:33.333%;height:70px;text-align:center;border-bottom:1px solid #e7ebf1;padding:15px 0}
.sod_info li:after {display:block;visibility:hidden;clear:both;content:""}
.sod_info li span {display:block;color:#777;margin-bottom:5px;font-weight:bold;color:#000}
.sod_info .sod_bsk_sell,  .sod_info .sod_bsk_coupon {border-right:1px solid #e7ebf1}
.sod_bsk_sell {color:#b20088; font-size:1.1em}
.sod_info .sod_bsk_coupon:before {display:block;content:"-";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#9da6c9;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size:16px;line-height:14px}
.sod_info .sod_bsk_dvr:before {display:block;content:"+";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#9da6c9;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size:16px;line-height:14px}
.sod_info .sod_bsk_cnt strong {font-size:1.25em}

.sod_info_bt {clear:both;padding:10px 15px;background:#fff}
.sod_info_bt:after {display:block;visibility:hidden;clear:both;content:""}
.sod_info_bt li {}
.sod_info_bt li:after {display:block;visibility:hidden;clear:both;content:""}
.sod_info_bt li span {display:inline-block;float:left;width:50%;line-height:28px;text-align:left;font-weight:bold;color:#000}
.sod_info_bt li strong {display:inline-block;float:left;width:50%;line-height:28px;text-align:right}

.sod_info_option {clear:both;border-top:1px solid #e7ebf1}
.sod_info_option h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.sod_info_option ul {padding:10px 15px;background:#fff}
.sod_info_option li {margin-bottom:5px}
.sod_info_option li:after {display:block;visibility:hidden;clear:both;content:""}
.sod_info_option .sod_ifop_tit {display:inline-block;float:left;width:50%;line-height:28px;text-align:left;font-weight:bold}
.sod_info_option .sod_ifop_tit .btn_frmline {width:auto;height:30px;color:#3a8afd;background:#fff;border:1px solid #d4d6db;font-size:0.93em;border-radius:3px}
.sod_info_option .sod_ifop_tit .cp_cancel {width:auto;height:30px;border:1px solid #d4d6db;padding:0 5px;margin-left:5px;color:#b1b1b1;vertical-align:baseline}
.sod_info_option .sod_ifop_tit .od_coupon>td {text-align:left}
.sod_info_option>td,  .sod_info_option .sod_ifop_t {display:inline-block;float:left;width:50%;line-height:28px;text-align:right}
.sod_info_option>td {text-align:right;padding:10px;height:30px}
.sod_info_option>td .cp_cancel {margin:0 0 0 2px}
.sod_info_option>td .btn_frmline {padding:0 7px;border:1px solid #38b2b9;color:#38b2b9;background:#fff;height:23px;line-height:21px;margin:0}

.btn_address{background:#b20088;border:0px ;height:38px;color:#fff;padding:0 10px;font-size:14px; padding-bottom:2px ;font-weight:bold; }

#od_tot_price {line-height:20px;padding:0px 0px}
#od_tot_price span{margin-left:10px;font-size:14px;color:#666666;font-weight:300;}
#od_tot_price h3{
	font-size: 1.25em;
    margin: 20px 0;
    display: inline-block;
	width:100px;
}

#od_tot_price strong {font-size:1.5em;color:#b20088}
#sod_frm_pay_info {margin:0 0 10px}

#sod_point {clear:both;background:#fff;margin:10px;border:1px solid #e3e5e8}
#sod_point h2 {font-size:1.167em;padding:15px;border-bottom:1px solid #e3e5e8}
#sod_point h2:after {display:block;visibility:hidden;clear:both;content:''}

#sod_point .point_tit {vertical-align:baseline;float:left;line-height:28px}
#sod_point .point_tit label {vertical-align:baseline}
#sod_point .point_ipt {float:right;display:inline-block;margin-left:35px;text-align:left;text-align:right;font-weight:normal}
#sod_point .point_ipt:after {display:block;visibility:hidden;clear:both;content:''}
#sod_point .point_ipt #od_temp_point {width:100px;height:30px;text-align:right;padding:0 5px;border:1px solid #d0d3db;border-radius:3px}


#sod_frm_pt strong {display:inline-block;width:75%;color:#000;line-height:28px;text-align:left; font-size:13px;}
#sod_frm_pt span {display:inline-block;color:#000;margin-left:10px;}
#sod_frm_pt span:after {display:block;visibility:hidden;clear:both;content:''}
#sod_frm_pt .max_point_box {font-style:normal !important}

.sod_frm_pc #sod_frm_pay {position:relative;margin:0px;padding:0;background:#fff;border-top:1px solid #e3e5e8}
.sod_frm_pc #sod_frm_pay h2 {font-size:1.167em;padding:15px;margin:0;border-bottom:1px solid #e3e5e8}
.sod_frm_pc #sod_frm_pay .tooltip_txt {height:auto;line-height:18px;font-weight:normal;font-size:1em;padding:10px 20px;margin:10px}
.sod_frm_pc #sod_frm_pay .tooltip_txt:before {height:100%}
.sod_frm_pc #sod_frm_pay input[type="radio"] {}
.sod_frm_pc #sod_frm_pay .lb_icon {display:inline-block;position:relative;cursor:pointer;z-index:1}
.sod_frm_pc #sod_frm_pay input[type="radio"]:checked+.lb_icon {
	color: #fff;
    font-weight: bold;
    z-index: 3;
    background: #b20088;
}
.sod_frm_pc #sod_frm_pay input[type="radio"] + label span {top:0px}
.sod_frm_pc .pay_way {padding:0 10px 10px}
.sod_frm_pc .pay_way li{margin:0 0 5px}
.sod_frm_pc #settle_bank {border:0;background-color: #e3e5e8;text-align:right;padding:0}
.sod_frm_pc #sod_frm_paysel {padding:0;display: inline-block;}
.sod_frm_pc #settle_bank {padding:10px}

.sod_frm_pc #sod_frm_orderer .tbl_frm01 th {text-align:left}
.sod_frm_pc #sod_frm_taker .tbl_frm01 th {text-align:left}
.sod_frm_pc td .frm_input {width:100%}
.sod_frm_pc td #od_zip, .sod_frm_pc td #od_b_zip {width:auto}

/* 팁 */
.tooltip_icon {display:inline-block;vertical-align:middle;color:#b3b5b8;border:0;font-size:1.4em;background:transparent;cursor:pointer}
.tooltip_icon:hover {color:#448bf5}
.tooltip {position:relative;width:auto;color:#fff;background:#000;padding:10px;font-size:small;line-height:18px;display:none;position:absolute;z-index:9;font-weight:normal;margin-left:15px;margin-top:20px}
.tooltip:before {content:"";position:absolute;top:0;left:-10px;width:0;height:0;border-style:solid;border-top:0px solid transparent;border-bottom:10px solid transparent;border-left:0;border-right:10px solid #000}

.tooltip_txt {position:relative;text-align:left;color:#fff;height:50px;line-height:50px;font-size:1.1em;background:#f2838f;margin:0 0 10px;padding:0 20px;border-radius:5px;font-weight:bold}
.tooltip_txt:before {content:"";position:absolute;top:0;left:0;width:5px;height:50px;border-radius:5px 0 0 5px;background:#da4453}
.tooltip_txt i {font-size:1.2em;vertical-align:middle}

/*개인결제 폼*/
#m_sod_frm_orderer {margin:10px}
#m_sod_frm_orderer h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#m_sod_frm_orderer ul {background:#fff;margin:10px 0;border-bottom:1px solid #ccc;padding:10px 15px}
#m_sod_frm_orderer li {line-height:20px}
#m_sod_frm_orderer th {width:80px}
#m_sod_frm_orderer td .frm_input {width:100%}
#m_pv_sod_frm .btn_confirm {margin:10px}
#m_pv_sod_frm .btn_confirm .btn_submit {width:100%;height:45px;font-size:1.167em;font-weight:bold;margin:0 0 3px}
#m_pv_sod_frm .btn_confirm .btn_cancel {width:100%;height:45px;line-height:43px;font-size:1.167em;font-weight:bold;padding:0}



/* 주문서 작성 */
#sod_frm {padding:10px;background:#fff;}
#sod_frm .od_prd_list {background:#fff;padding:15px}
.od_prd_list .td_chk {border-left:0}
.od_prd_list .td_prd {border-left:0;position:relative;padding-left:90px;min-height:100px}
.od_prd_list .td_prd .sod_img {position:absolute;top:10px;left:0}
.od_prd_list .td_prd .sod_name {min-height:70px; padding:25px 20px}
.od_prd_list .td_prd .prd_name {font-size:1.167em}
.od_prd_list .total_prc {color:#b20088;font-weight:bold;font-size:1.167em}

#sod_frm_orderer, #sod_frm_taker {background:#fff; margin:0 0 10px}
#sod_frm_taker h2, #sod_frm_orderer h2 {margin:15px 0;font-size:22px;font-weight:700}
.odf_list {padding-top:10px;}
.odf_list li {}
.odf_list label,.odf_list strong {display:block;margin:7px 0 5px;color:#444;font-weight:normal}
.odf_list .frm_input {width:100%;margin:0 0 5px}
.odf_list .dlv_slt div {background:#f3f3f3;border:1px solid #ccc;margin:5px 0;padding:10px}
.odf_list .dlv_slt div label {display:inline-block;margin:3px 0;color:#000}
#order_address {display:block;text-align:center;border:1px solid #3476be;color:#3476be;height:30px;line-height:28px;margin:5px 0 0;background:none}
.odf_list .ad_default {display:inline-block;margin:0}
.odf_list .btn_addsch {position:absolute;top:5px;right:5px;border-radius:3px;height:30px}
.odf_list .add_num {position:relative;display:block}
.odf_list textarea {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;width:100%;height:70px;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}
#m_sod_frm_paysel {margin:0px 0}
#m_sod_frm_paysel ul {margin:0 0;background:#fff;padding:10px;}
#m_sod_frm_paysel ul:after {display:block;visibility:hidden;clear:both;content:""}
#m_sod_frm_paysel li {margin:0 auto ;padding:5px;width:36%;height:25px}
#m_sod_frm_paysel .KPAY {background:url('../../../img/kpay.png') no-repeat;width:37px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
#m_sod_frm_paysel .PAYNOW {background:url('../../../img/paynow.png') no-repeat;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
#m_sod_frm_paysel .PAYCO {background:url('../../../img/payco.png') no-repeat 1px;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
#m_sod_frm_paysel .inicis_lpay {background:url('../../../img/lpay_logo.png') no-repeat;width:35px;height:12px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
.kakaopay_icon {background:url('../../../img/kakao.png') no-repeat;height:21px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px;background-size:100%}
.samsung_pay {background:url('../../../img/samsungpay.png') no-repeat;height:12px;width:83px;display:inline-block;overflow:hidden;text-indent:-999px}

#sod_frm .sod_ta_wr {background:#f4f4f4;padding:0px 15px;border:1px solid #d9dde3}
#sod_frm .btn_confirm {margin:10px}
#sod_frm .btn_submit {width:100%;height:45px;font-size:20px;margin:5px 0;background:#000;color:#fff;}
#sod_frm .btn_cancel,#sod_frm .btn01 {width:49.5%;height:45px;line-height:43px;font-size:1.167em;border-radius:3px;font-weight:bold;padding:0}

#sod_frm_pay {border:1px solid #fff;background:#fff}
#sod_frm_pay h2 {margin:0 0 20px;font-size:1.25em}
#sod_frm_pay .cp_btn1,#sod_frm_pay .cp_cancel1 {margin-top:0}
#sod_frm_pay table {border:1px solid #e7ebf1}
.odf_tbl {position:relative}
.odf_tbl table {background:#fff;width:100%;border-collapse:collapse;border-bottom:1px solid #ccc}
.odf_tbl table th {border-top:1px solid #eceff4;padding:10px;text-align:left;width:120px;font-weight:normal}
.odf_tbl table td {border-top:1px solid #eceff4;padding:7px 10px;text-align:right}

#sod_frm_pt_alert {margin:10px 0;color:#328abd}

.sod_frm_point {padding:10px 0;clear:both}
.sod_frm_point div {background:#fff;padding:0px}
.sod_frm_point div:after {display:block;visibility:hidden;clear:both;content:''}
.sod_frm_point div label {padding-right:10px;line-height:30px; font-size:13px;}
.sod_frm_point div span {display:block;font-size:13px;}
.sod_frm_point div span:after {display:block;visibility:hidden;clear:both;content:''}
.sod_frm_point .max_point_box em {font-style:normal !important}
.sod_frm_point div strong {float:left;color:#666;font-weight:normal}
.sod_frm_point #od_temp_point {height:30px;border:1px solid #eee;text-align:right; font-size:13px;width:150px;}

#settle_bank {background:#fff; padding:10px;text-align:center; clear:both; width:400px; margin:0 auto;}
#settle_bank select {height:30px;margin:0 0 5px;width:}
#settle_bank #od_deposit_name {height:30px; width:150px;border:0; background-color:#E3E5E8;  border-bottom:1px solid #333;text-align:right; margin-top:10px}
#settle_bank label b{text-align:right;  line-height:20px; position:relative ; top:10px}
#sod_frm_pt_info {border-bottom:1px solid #fff}
.od_coupon {position:absolute;top:0;left:0;background:#fff;width:100%;z-index:99;border-radius:0 0 3px 3px;
-webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.4);
-moz-box-shadow:1px 1px 5px rgba(0,0,0,0.4);
box-shadow:1px 1px 5px rgba(0,0,0,0.4)}
.od_coupon h3 {height:45px;line-height:45px;font-size:1.167em;background:#333;color:#fff;padding:0 15px;text-align:left}
.od_coupon .tbl_head02 {}
.od_coupon .tbl_head02 .btn_frmline {background:#3b67c2;color:#fff;border:0;padding:0 5px;line-height:25px }
.od_coupon .tbl_head02 td {text-align:left}
.od_coupon .tbl_head02 th {width:auto !important}
.od_coupon .tbl_head02 .td_mngsmall {width:60px;text-align:center}
.od_coupon .tbl_head02 .td_numbig {width:80px;text-align:right}
.od_coupon .btn_confirm {margin:20px; }
.od_coupon .btn_confirm .btn_submit {height:40px;font-size:1.167em;font-weight:bold;width:100%}
.od_coupon .btn_confirm .btn_close {position:absolute;top:0;right:0;width:45px;height:45px;border:0;background:none;color:#fff;font-size:1.25em}

.cp_btn ,.cp_btn1 {padding:0 7px;border:1px solid #38b2b9;color:#38b2b9;background:#fff;height:23px;line-height:21px;margin:10px 0 0 }
.cp_apply {background:#3b67c2;color:#fff;border:0;padding:0 5px;line-height:25px }
.cp_cancel,.cp_cancel1 {padding:0 7px;border:1px solid #aaa;color:#666;background:#fff;height:23px;line-height:21px;margin:10px 0 0 2px}

#sod_frm_escrow {margin:10px}
#sod_frm_escrow h2 {font-size:1.25em}
#od_pay_sl h3 {
    font-size: 1.25em;
    margin: 17px 0;
    display: inline-block;
    width: 100px;
    vertical-align: bottom;
}
 #od_pay_sl {line-height: 20px;padding:0px 0px;}

 /*주문창*/

.tbl_head03 {margin:0 0 10px}
.tbl_head03 table {border-bottom:1px solid #d3d3d3}
.tbl_head03 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head03 thead th {padding:12px 0;border-top:2px solid #000;border-bottom:1px solid #d3d3d3;background:#fff;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head03 thead a {color:#383838}
.tbl_head03 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head03 tfoot th, .tbl_head03 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head03 tbody th {padding:10px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head03 td {padding:15px 5px;border-top:1px solid #f3f3f3;border-left:1px solid #f3f3f3;line-height:1.5em;word-break:break-all}
.tbl_head03 td:first-child {border-left:0}
.tbl_head03 a {}

.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;margin-left:5px}

#bo_btn_top{
	height:52px;
}
.ol_arm{
	display:inline-block;
	color:#ba3b9c;
}

.mb_memo_view{
	position:relative;display: inline-block;
}
.memo_wrap{
    position: absolute;
    top: 0px;
	left:35px
}
.memo_wrap textarea{
	position:absolute;
	padding-top:20px;
    margin: 0px;
    width: 185px;
    height: 147px;
	z-index: 1;
}
.memo_wrap i.fa-check{
    position: absolute;
    top: 0;
	left: 148px;
	cursor:pointer;
	padding:3px;
	z-index:2
}
.memo_wrap i.fa-times{
	position: absolute;
    top: 0;
    left: 168px;
    cursor: pointer;
    padding: 3px;
    z-index: 2;
}
.goodwrap i{
	margin:0px 5px;
	cursor:pointer;
}
.sit_admin{
	background: #b20088;
}
.required, textarea.required{
    background-image: url(../img/require.png) !important;
    background-repeat: no-repeat !important;
    background-position: right top !important;
}

.sv_wrap i{
    vertical-align: super;
}



#orderform{
	max-width:800px;
	margin:0px auto;
}
#orderform .order_item_wrap{

	justify-content: center;
}
#orderform .order_item_wrap .box{
	border:1px solid #eeeeee;
	color:#888888;

	margin:0px 20px;
	padding:20px 20px;
}
#orderform .order_item_wrap .box.active {
	border:3px solid #b20088;
}
#orderform .order_item_wrap .box .price{
	color:#b20088;
	font-size:22px;
	font-weight:700;
}
#orderform .order_item_wrap .box .total_price{
	color:#000;
	font-size:14px;
	font-weight:700;
}
#orderform .order_item_wrap .box .price span{
	font-size:14px;
	color:#999;
}
#orderform .order_item_wrap .box button{
    background: #fff;
    color: #999999;
    width: 100%;
    border: 1px solid #999999;
    padding: 6px 20px 8px;
    font-size: 15px;
    margin-top: 30px;
}
#orderform .order_item_wrap .box button.active{
	background:#b20088;
	color:#fff;
}
#orderform .order_item_wrap .item_title{
	font-size:24px;
	font-weight:700;
	color:#000;
	margin-bottom:15px;
}
.hr{
	display:block;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:2px solid #eee;
	margin:40px 0px;
}

.error_page{
text-align:center;font-size:20px;padding-top:50px;
}
.vimeo-delete{
    width: 100px;
    height: 40px;
    margin-left: 20px;
    border: none;
    background-color: #898989;
    border-radius: 8px;
    font-size: 20px;
    color: #fff;
}
.href{
	cursor:pointer;
}



.youtube {position:relative; padding-bottom:56.25%; height:0; overflow:hidden; z-index:9999 !important} 
.youtube iframe, .youtube object, .youtube embed {position:absolute; top:0; left:0; width:100%; height:100% ; z-index:9999 !important} 


/* 라이브 */

#vinput {margin:10px 0px}
#nolive {margin:100px auto;; text-align:center;}
.vimeo-input {border:0px; border-bottom:1px solid #ccc; padding:2px; color:#555 ; height:25px; width:150px;}
.vimeo-submit{border:0px; background:#b20088; color:#fff; border-radius:3px; padding:3px; height:28px}
.vimeo-delete {border:0px; background:#000; color:#fff; border-radius:5px; padding:3px; height:40px}

#vod {padding:56.25% 0 0 0;  position:relative; }
#vod_iframe {position:absolute;top:0;left:0;width:100%;height:100%; }
#chat {}
#chat_iframe { width:100%; height:450px;display:block; }

.stars img {
    max-width: 15px;
}
 .reviewbutton {
    margin-left: 8px;
    background-color: #000;
	width:70%;
	padding: 7px 0;
	text-align:center;
    margin: 20px auto 50px;
    border: 0px !important;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
	cursor:pointer;
}

.mo_ver{
	background:#777;
	border-radius: 5px;
	border:0;
	color:#eee;
	padding:2px 10px 3px 10px;
	margin:0 0 5px 20px;
}

.sub_edit_wrap{
    display: none;
    color: #fff;
    position: absolute;
    background: #b20088;
    line-height: 21px;
    height: auto;
    font-size: 0.85em;
    top: 34px;
    width: 100%;
    left: -1px;
    z-index: 10;
}
.sub_edit_wrap a{
	color:#fff;
	display:block;
}
.sub_edit a{
	cursor:pointer;
}
.sv_memo{
	width: 14px !important;
	height: 14px !important;
	min-width:14px;
	vertical-align: text-top;margin-right: 3px;position: relative;top: 0px;
}
#bo_v_info .sv_memo{
	top: 5px;
}
#bo_v_info .sv_wrap{
	top: 2px;
}
.goodwrap{
	color:#999;
	font-size:11px;
}
.goodwrap a{
	color: inherit;
}
.goodwrap.on{
	color:#b20088;
}
#itemuse{
position:relative;
}

/*renew추가*/

/* Main Styles */
@import url('https://cdn.jsdelivr.net/npm/pretendard@1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.css');


body {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;

  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.5;
  letter-spacing: -0.3px;
}

.text-crew-100 { color: rgba(178, 0, 136, 0.1); }
.text-crew-200 { color: rgba(178, 0, 136, 0.2); }
.text-crew-300 { color: rgba(178, 0, 136, 0.3); }
.text-crew-400 { color: rgba(178, 0, 136, 0.4); }
.text-crew-500 { color: rgba(178, 0, 136, 0.5); }
.text-crew-600 { color: rgba(178, 0, 136, 0.6); }
.text-crew-700 { color: rgba(178, 0, 136, 1.0); }
.text-crew-900 { color: #aa0077; }
.text-crew-900 { color: #750058; }

.bg-crew-100 { color: rgba(178, 0, 136, 0.1); }
.bg-crew-200 { color: rgba(178, 0, 136, 0.2); }
.bg-crew-300 { color: rgba(178, 0, 136, 0.3); }
.bg-crew-400 { color: rgba(178, 0, 136, 0.4); }
.bg-crew-500 { color: rgba(178, 0, 136, 0.5); }
.bg-crew-600 { color: rgba(178, 0, 136, 0.6); }
.bg-crew-700 { color: rgba(178, 0, 136, 1.0); }
.bg-crew-900 { color: #aa0077; }
.bg-crew-900 { color: #750058; }



/* Navbar */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/* Course Card */
.course-card {
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
}

.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Testimonial Card */
.testimonial-card {
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
}

.testimonial-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* FAQ Accordion */
.faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
}

.faq-question {
  cursor: pointer;
  padding: 1rem;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}

.faq-answer {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-answer.active {
  padding: 1rem;
  max-height: 1000px;
  border-top: 1px solid #e5e7eb;
}

.faq-icon {
  transition: transform 0.3s ease;
}

.faq-icon.active {
  transform: rotate(180deg);
}

/* Category buttons */
.category-btn.active {
  background-color: #b20088;
  color: white;
}
.mobile-menu-open{
	display:none;
}
#sidebar{
 max-width: 350px;
 }
.left-menu-width{width:100%;}
/* Mobile menu */
@media (max-width: 768px) {
  .mobile-menu-open {
    display: block !important;
  }
    #sidebar{
	max-width:unset;
  }
  .left-menu-width{
		width:calc(100% - 50px);
  }
}



/* Navbar.css */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

/* Base styles */
:root {
  --primary-color: #b20088;
  --primary-dark: #aa0077;
  --primary-light: #D6BCFA;
  --text-color: #333333;
  --text-light: #666666;
  --border-color: #f0f0f0;
  --background-white: #ffffff;
  --new-badge-color: #b20088;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
  line-height: 1.5;
  color: var(--text-color);
}

a {
  text-decoration: none;
  color: inherit;
}

/* Navbar container */
.navbar {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: var(--background-white);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  z-index: 1000;
  border-bottom: 1px solid var(--border-color);
}

.navbar-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}

.navbar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}

/* Logo */
.navbar-logo {
  display: flex;
  align-items: center;
}

.navbar-logo h1 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-color);
}

/* Desktop Menu */
.navbar-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  margin-left: 2rem;
}

.menu-items {
  display: flex;
}

.menu-item {
  position: relative;
  margin-right: 0.5rem;
}

.menu-button {
  padding: 0.5rem 0.75rem;
  background: none;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-color);
  cursor: pointer;
  transition: color 0.2s;
}

.menu-button:hover {
  color: var(--primary-color);
}

/* Dropdown menus */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  background: var(--background-white);
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-top: 2px solid var(--primary-color);
  padding:5px 0 5px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.2s ease-in-out;
  z-index: 100;
}


.dropdown-menu li {width:180px;}
.dropdown-menu li a{padding-left:3px;}

.menu-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.85rem;
  color: var(--text-color);
  transition: background-color 0.2s;
}
.dropdown-item.on{
	background: #eee;
}
.dropdown-item:hover {
  background-color: #f8f8f8;
}

.dropdown-item.highlight {
  color: var(--primary-color);
  font-weight: 500;
}

.new-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 14px;
  font-size: 0.6rem;
  font-weight: bold;
  background-color: var(--new-badge-color);
  color: white;
  border-radius: 25%;
  margin-left: 0.5rem;
  padding-top:0.7px;
  vertical-align: middle;
  }

.new-badge-live {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 18px;
  font-size: 0.6rem;
  font-weight: bold;
  background-color: var(--new-badge-color);
  color: white;
  border-radius: 5px;
  margin-left: 0.5rem;
  padding: 0 4px;
  padding-top:0.7px;
  vertical-align: middle;
  }


/* 수강중 아이콘 스타일 - 최우선 적용 */
span.new-badge-study,
.new-badge-study,
span.new-badge.new-badge-study,
.new-badge.new-badge-study,
#left-wrap .new-badge-study,
#left-wrap span.new-badge-study,
.sub-list .new-badge-study,
.sub-list span.new-badge-study,
.dropdown-item .new-badge-study,
.dropdown-item span.new-badge-study,
.menu-item .new-badge-study,
.menu-item span.new-badge-study,
.mobile-menu-item .new-badge-study,
.mobile-menu-item span.new-badge-study,
.mobile-submenu .new-badge-study,
.mobile-submenu span.new-badge-study {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 28px !important;
  height: 18px !important;
  font-size: 0.6rem !important;
  font-weight: bold !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #b20088 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #b20088 !important;
  color: #b20088 !important;
  border-radius: 5px !important;
  margin-left: 0.5rem !important;
  padding: 0 4px !important;
  padding-top:0.7px !important;
  vertical-align: middle !important;
  box-sizing: border-box !important;
  }



.label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.55rem;
  margin: 0 !important;
  height: auto;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.1);
  color: #3730a3;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1;
}

.label--danger {
  background: rgba(239, 68, 68, 0.15);
  color: #b91c1c;
}

.user-menu > .flex {
  align-items: center;
  gap: 8px;
}

.user-menu .alert_wrap {
  padding-top: 0;
  display: inline-flex;
  align-items: center;
}

/* Navbar controls (search and login) */
.navbar-controls {
  display: flex;
  align-items: center;
}

/* Search box */
.search-box {
  position: relative;
  margin-right: 1rem;
}

.search-input {
  width: 200px;
  height: 36px;
  padding: 0 2.5rem 0 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background-color: #f9f9f9;
  font-size: 0.9rem;
  transition: all 0.2s;
}

.search-input:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px rgba(155, 135, 245, 0.1);
}

.search-button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}

.search-icon {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
  background-size: contain;
}

/* User menu */
.user-menu {
  position: relative;
}

.login-button {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  color: var(--text-color);
  font-size: 0.9rem;
  cursor: pointer;
  padding: 0.5rem;
  transition: all 0.2s;
}

.login-button:hover {
  color: var(--primary-color);
}

.user-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='12' cy='7' r='4'%3E%3C/circle%3E%3C/svg%3E");
  background-size: contain;
  vertical-align: middle;
}
.mobile-controls .user-icon {
  width: 20px;
  height: 20px;
  margin-right:0px;
}
.user-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 120px;
  background: var(--background-white);
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 5px 0;
display:none;

  z-index: 100;
}

.user-menu:hover .user-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Mobile menu toggle */
.mobile-controls {
  display: none;
  align-items: center;
}

.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.menu-icon {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='3' y1='12' x2='21' y2='12'%3E%3C/line%3E%3Cline x1='3' y1='6' x2='21' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='18' x2='21' y2='18'%3E%3C/line%3E%3C/svg%3E");
  background-size: contain;
}

.user-button-mobile {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.35rem 0px 0.35rem 7px;
  margin-right: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  line-height: 1;
  vertical-align: middle;
}

/* Mobile menu */
.mobile-menu {
    display: block !important; /* jQuery slideToggle 잔재 제거 */
    position: fixed;
    top: 0;
    right: -100%; /* 처음에는 화면 오른쪽 밖에 숨김 */
    width: 80%; /* 메뉴 너비 (화면의 80%) */
    max-width: 360px;
    height: 100vh; /* 전체 높이 */
    background: #ffffff;
    z-index: 9999; /* 최상위 레이어 */
    transition: right 0.3s ease-in-out; /* 부드러운 슬라이딩 효과 */
    overflow-y: auto; /* 내용이 길면 스크롤 */
    box-shadow: -5px 0 15px rgba(0,0,0,0.1); /* 그림자 효과 */
}
.mobile-menu.active {
    right: 0; /* 화면 안으로 이동 */
}
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9998; /* 메뉴 바로 아래 */
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.btn-close-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    z-index: 10000;
}
.menu-overlay.active {
    display: block;
    opacity: 1;
}
.mobile-menu-container {
  padding: 1rem;
  max-height: 90vh;
  overflow-y: auto;

}

.mobile-menu-item {
  margin-bottom: 0.5rem;


}

.mobile-menu-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.75rem 0;
  background: none;
  border: none;
  border-bottom: 1px solid var(--border-color);
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.mobile-menu-button::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  transition: transform 0.2s;
}

.mobile-menu-button.active::after {
  transform: rotate(180deg);
}

.mobile-submenu {
  display: none;
  padding-left: 1rem;
  border-left: 2px solid var(--border-color);
  margin: 0.5rem 0 0.5rem 0.5rem;
}

.mobile-submenu.active {
  display: block;
}

.mobile-submenu-item {
  display: block;
  padding: 0.6rem 0;
  font-size: 0.95rem;
  color: var(--text-light);
}

.mobile-submenu-item.highlight {
  color: var(--primary-color);
  font-weight: 500;
}

.mobile-search {
  position: relative;
  margin: 1rem 0;
}

.mobile-search-input {
  width: 100%;
  height: 40px;
  padding: 0 2.5rem 0 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  font-size: 0.95rem;
}

.mobile-search-button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-auth-buttons {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.mobile-login-button, 
.mobile-signup-button {
  flex: 1;
  padding: 0.75rem;
  border-radius: 4px;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
}

.mobile-login-button {
  background: none;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.mobile-signup-button {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: white;
}

/* Responsive breakpoints */


@media (max-width: 1023px) {
  .desktop-menu {
    display: none;
  }
  
  .mobile-controls {
    display: flex;
  }
  
  .navbar-wrapper {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .mobile-menu {
    display: none !important;
  }
}

/* 카카오톡 말풍선 */
.message-container {
  margin-bottom: 20px;
}

/* 기본 메시지 (왼쪽) */
.kakao-message {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 0 auto 20px;
}

/* 기본 말풍선 (왼쪽) */
.kakao-bubble {
  background-color: #ffeb33; /* 카카오톡 노란색 */
  padding: 12px 15px;
  border-radius: 4px 15px 15px 15px; /* 카카오톡 특유의 말풍선 모양 */
  font-size: 15px;
  line-height: 1.5;
  position: relative;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  color: #2a2a2a;
}

/* 왼쪽 말풍선 꼬리 */
.kakao-bubble:before {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  width: 8px;
  height: 16px;
  background-color: #ffeb33;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
}

/* 오른쪽 정렬된 메시지 */
.message-right {
  align-items: flex-end;
  align-self: flex-end;
  margin-left: auto;
  margin-right: 0;
}

/* 오른쪽 말풍선 */
.bubble-right {
  background-color: #eee;
  border-radius: 15px 4px 15px 15px;
  border: none;
}

/* 오른쪽 말풍선은 왼쪽 꼬리 제거 */
.bubble-right:before {
  display: none;
}

/* 오른쪽 말풍선 꼬리 */
.bubble-right:after {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  width: 8px;
  height: 16px;
  background-color: #eee;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  border: none;
}
#shop-info{
	width:1200px;margin:0px auto;
}
/*미디어*/
@media (max-width: 1024px) {
	#doc-main-tab .sub{
		width:100%;
		margin:0px;
	}
	#doc-main-tab .tab_wrap{
		width:100%;
		justify-content:flex-start
	}
	#doc-main-tab .sub .tab_wrap a{
		margin:0px 10px;
	}
	#shop-info{
		width:100%;margin:0px auto;
	}
	.reviewList{
		width:100%;
	}
	.tab_con{
		padding:20px;
	}
}
#hh{
    width: 100%;
    height: calc(100vh - 64px)
}

.close_wrap {
	width: 40px;
	height: 40px;
	top: 0px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
}
