/*상품상세 팝업*/
.div_wrap > div{
	margin-bottom: 20px;
}

/*상품상세 영역 제한*/
table.__se_tbl{
	width: 100%;
}
table.__se_tbl td{
	width: 100%!important;
}
table.__se_tbl td img{
	width: 100%;
	max-width: 100%!important;
	text-align: center;
}
#sit_inf img{
	max-width: 100%;
}
/*공통사용*/
.clearfix:after{
	display: block;
	content: "";
	clear: both;
}
.color_yellowgreen{
	color: #a0d925;
}
.nece{
	position: relative;
}
.nece::after{
	display: inline-block;
	content: "*";
	font-size: 14px;
	position: absolute;
	right: -9px;
	top: -2px;
	color: #a0d925;
}
.personal_pop{
	margin-right: 10px;
}


/*헤더영역  마크업 경로 : theme - basic - shop.head*/
#side_menu{
	display: none;
}
#hd{
	border-top:7px solid #034380;
}

/*푸터영역 마크업 경로 : theme - basic - shop.tail*/
#ft{
	padding: 30px 0;
	text-align: center;
	font-size: 13px;
	line-height: 1.7;
	color: #000;
}
#ft .footer_bar:after{
	display: inline-block;
	content: "";
	width: 1px;
	height: 14px;
	vertical-align: middle;
	background: #000;
	margin: 0 10px;
	margin-top: -3px;
}
#ft .copy_right{
	margin-top: 12px;
}
/*로그인 영역*/
.display_table{
	display: table;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 700px;
}
.table_cell{
	display: table-cell;
}
#mb_login{
	margin-bottom: 0;
}
.mbskin{
	margin: 60px auto 0;
	width: 679px;
	border: 1px solid #ededed;
	box-shadow: 7px 7px 8px rgba(0, 0, 0, 0.09);
	padding: 60px 70px 45px;
	color: #000;
}
.mbskin h1{
	margin: 0;
	margin-bottom: 45px;
	text-align: left;
	font-weight: normal;
	font-size: 24px;
}
.mbskin h1 strong{
	border-bottom: 1px solid #666;
}
#login_fs{
	padding: 0;
}
#login_fs .login_label{
	font-size: 16px;
	display: block;
	text-align: left;
}
#login_fs .login_input{
	display: block;
	width: 100%;
	border: 1px solid #e3e3e3;
	background: #f5f5f5;
	padding: 10px;
	margin: 10px 0 20px;
}
#login_fs .login_input::-webkit-input-placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
#login_fs .login_input::-moz-placeholder{
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
#login_fs .login_input:-ms-input-placeholder{
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
#login_fs .login_input:-moz-placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}


#login_fs  .login_submit{
	width: 233px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	margin-top: 15px;
	background: #000;
	font-size: 16px;
	border: 0;
}
/*사파리 기본 버튼 스타일 해제*/
input[type=submit] {-webkit-appearance:none;}


/*관리자 로그인 스킨,,,*/
#admin_login {
	height: calc(100vh - 140px);
}
#admin_login .adm_mbskin{
	margin-top: 100px;
}

/*관리자 푸터 스타일 - 경로수정 요망*/

#admin_login .footer_copyright{
	position: absolute;
	left: 0;
	bottom: 0;
  padding: 30px;
  background: #fff;
  text-align: center;
	width: 100%;
	line-height: 1.7;
}

/*프론트 - 주문하기 팝업*/
.c_pop_content{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 10;
	left: 0;
	top:0;
	display: none;
}
.pop_content_wrap{
	width: 600px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding-bottom: 30px;
	color: #000;
}

.info_title{
	width: 100%;
	padding: 20px 25px;
	color: #fff;
	background: #000;
}
.info_title h2 {
	float: left;
	font-size: 30px;
}
.info_title .right {
	float: right;
	font-size: 30px;
}
.pop_content_inner{
	padding: 30px 25px;
}
.pop_content_inner h3{
	margin-bottom: 10px;
	font-size: 20px;
}
.pop_content_inner dl{
	font-size: 15px;
	line-height: 2.3;
}
.pop_content_inner dt {
	float: left;
}
.pop_content_inner dd{
	float: right;
}
.input_dd input, .input_dd select{
	width: 60px;
	height: 30px;
	line-height: 30px;
	border: 0;
	border-bottom: 1px solid #ddd;
}
.input_dd .select_only{
	width: 200px;
}
.input_dd .input_only{
	width: 200px;
}
.input_dd input+.bar{
	display: inline-block;
	width: 10px;
	height: 1px;
	background: #000;
	vertical-align: middle;
	margin: 0 5px;
}
.input_dd .limit_text{
	margin: 0 5px;
}
.agree_check {
	font-size: 15px;
	text-align: center;
	display: block;
}
.button {
	display: block;
	width: 200px;
	padding: 10px 0;
	margin:  0 auto;
	border: 0;
	margin-top: 20px;
	font-size: 15px;
}
.button_submit{
	color: #fff;
	background: #000;
}
.close_button{
	cursor: pointer;
}
/*이용약관 팝업*/
.pop2 .pop_content_inner, .pop3 .pop_content_inner{
	font-size: 14px;
	line-height: 1.6;
	max-height: 500px;
	overflow-y: auto;
}
.pop2 .pop_content_wrap, .pop3 .pop_content_wrap{
	padding-bottom: 0;
}

/*itemlist_alert*/
.text-center{
	text-align: center;
}
.alert_container{
}
.display_table_alert{
	display: table;
	vertical-align: middle;
	text-align: center;
	height: calc(100vh - 283px);
	height: -webkit-calc(100vh - 283px);
	height: -ms-calc(100vh - 283px);
	width: 100%;
}
.display_tablecell{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.alert_text{
	font-size: 25px;
	margin-top: -63px;
}
/*팝업*/
/*이용약관 팝업*/
.modal_open{
  cursor: pointer;
}
.modal-body.footer_modal{
  max-height: 500px;
  overflow-y: auto;

}
.footer_modal .head_text{
 margin-top: 0;
}
.footer_modal > div{
    margin: 20px 0;
    line-height: 1.7;
}
.footer_modal h3{
  font-size: 18px;
}
.footer_modal .inner_margin{
  margin: 10px 0;
}
.footer_modal .padding_left{
  padding-left: 5px;
}

/**/
/* modal style */
.modal > .modal_dim {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}
.modal > .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%,-50%);
  border: 0;
  z-index: 20;
}
.modal .modal-header {
  position: relative;
  background: #023b94;
  color: #fff;
  border: 0;
	font-size: 20px;
}
.modal .modal-content {
  border: 0;
}
.modal .modal-header .close {
  position: absolute;
  top: 15px;
  right: 10px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
.modal .modal_subtext {
  padding-bottom: 10px;
  font-size: 14px;
} /* modal add*/
.modal .sns_icons {
  text-align: center;
}
.modal .sns_icons button {
  width: 90px;
  height: 100px;
  background-color: #fff;
  background-size: 37px;
  background-repeat: no-repeat;
  background-position: 50% 10px;
  padding-top: 52px;
  padding-bottom: 10px;
  border-radius: 6px;
  border: 1px solid #eee;
  font-size: 13px;
  line-height: 1.34;
  vertical-align: top;
}


/*부트스트랩 팝업*/
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (max-width: 768px){
	.modal-dialog {
    width: 90%;
		max-height: 500px;
		overflow-y: auto;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
