@charset "utf-8";
/* @import url('https://mmwebfonts.comquas.com/fonts/?font=myanmar3'); */

* {
  font-family: 'KoPub Dotum', sans-serif;
  word-break: keep-all;
  padding: 0;
  margin: 0;
  outline: 0;
}

html,
body {
  margin: 0;
  padding: 0;
}

/*html {margin: 0; padding: 0; height: 100%;}*/
body {
  font-size: 15px;
  overflow-x: auto;
  color: #333;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  list-style: none;
}

a {
  transition: 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

input {
  border: none;
  font-size: 1em;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  /*  -webkit-text-fill-color: #333;*/
  transition: background-color 5000s ease-in-out 0s;
}

input:-ms-autofill,
input:-ms-autofill:hover,
input:-ms-autofill:focus input:-ms-autofill,
textarea:-ms-autofill,
textarea:-ms-autofill:hover textarea:-ms-autofill:focus,
select:-ms-autofill,
select:-ms-autofill:hover,
select:-ms-autofill:focus {
  /*  -ms-text-fill-color: #333;*/
  transition: background-color 5000s ease-in-out 0s;
}

input:-moz-autofill,
input:-moz-autofill:hover,
input:-moz-autofill:focus input:-moz-autofill,
textarea:-moz-autofill,
textarea:-moz-autofill:hover textarea:-moz-autofill:focus,
select:-moz-autofill,
select:-moz-autofill:hover,
select:-moz-autofill:focus {
  /*  -moz-text-fill-color: #333;*/
  transition: background-color 5000s ease-in-out 0s;
}

input[type='button'],
input[type='submit'],
input[type='radio'] {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

/*input[type=button],input[type=submit] {background-color: #fff}*/
button {
  border: none;
  font-size: 1em;
  font-weight: 400;
  cursor: pointer;
  background: #fff;
}

textarea {
  vertical-align: top;
  border: none;
  font-size: 1em;
  resize: none;
  line-height: 1.7em;
}

textarea::-webkit-scrollbar {
  width: 8px;
}

textarea::-webkit-scrollbar-track {
  background-color: #fff;
  margin-top: 2px;
}

textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ccc;
}

input:focus {
  outline: 0;
}

select:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  color: #acacac;
}

:-ms-input-placeholder {
  color: #acacac;
}

::-moz-placeholder {
  color: #acacac;
}

:-moz-placeholder {
  color: #acacac;
}

.wrap {
  width: 100%;
  float: left;
}

.wrapB {
  width: 1080px;
  margin: 0 auto;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.left {
  float: left;
}

.right {
  float: right;
}

.pcNone {
  display: none;
}

.moNone {
  display: block;
}

/*GAP*/
.div {
  width: 100%;
  float: left;
  height: 1px;
}

.ud1 {
  margin: 1% 0;
}

.ud2 {
  margin: 2% 0;
}

.ud3 {
  margin: 3% 0;
}

.ud4 {
  margin: 4% 0;
}

.ud5 {
  margin: 5% 0;
}

.ud6 {
  margin: 6% 0;
}

.ud7 {
  margin: 7% 0;
}

.ud8 {
  margin: 8% 0;
}

.ud9 {
  margin: 9% 0;
}

.ud10 {
  margin: 10% 0;
}

.lr1 {
  margin: 0 1%;
}

.lr2 {
  margin: 0 2%;
}

.lr3 {
  margin: 0 3%;
}

.lr4 {
  margin: 0 4%;
}

.lr5 {
  margin: 0 5%;
}

.lr20 {
  margin: 0 20%;
}

.lr15 {
  margin: 0 15%;
}

.lr10 {
  margin: 0 10%;
}

.ma1 {
  margin: 1%;
}

.ma2 {
  margin: 2%;
}

.ma3 {
  margin: 3%;
}

.ma4 {
  margin: 4%;
}

.ma5 {
  margin: 5%;
}

.pa1 {
  padding: 1%;
}

.pa2 {
  padding: 2%;
}

.pa3 {
  padding: 3%;
}

.pa4 {
  padding: 4%;
}

.pa5 {
  padding: 5%;
}

.pa6 {
  padding: 6%;
}

.pa7 {
  padding: 7%;
}

.pa8 {
  padding: 8%;
}

.pa9 {
  padding: 9%;
}

.pa10 {
  padding: 10%;
}

/*FONT*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
  line-height: 1.5em;
}

h1 {
  font-size: 1.733em;
}

/*26px*/
h2 {
  font-size: 1.6em;
}

/*24px*/
h3 {
  font-size: 1.333em;
}

/*20px*/
h4 {
  font-size: 1.133em;
}

/*17px*/
h5 {
  font-size: 1em;
}

/*15px*/
p {
  font-weight: 400;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  color: #333;
}

.font-s {
  font-size: 0.933em;
}

/*14px*/
.font-xs {
  font-size: 0.867em;
}

/*13px*/

.f300 {
  font-weight: 300;
}

.f700 {
  font-weight: 700;
}

.t_center {
  text-align: center;
}

/*240812 detail짤리는거 수정*/
.t_center p img {width: 100%;}


.t_left {
  text-align: left;
}

.t_right {
  text-align: right;
}

.italic {
  font-style: italic;
}

.myanmar {
  font-family: Myanmar3, Yunghkio;
}

.cancelLine {
  text-decoration: line-through;
}

/* COL */
.c10 {
  width: 10%;
}

.c13 {
  width: 13%;
}

.c15 {
  width: 15%;
}

.c18 {
  width: 18%;
}

.c20 {
  width: 20%;
}

.c22 {
  width: 22%;
}

.c24 {
  width: 24%;
}

.c25 {
  width: 25%;
}

.c30 {
  width: 30%;
}

.c33 {
  width: 33.3%;
}

.c40 {
  width: 40%;
}

.c45 {
  width: 45%;
}

.c48 {
  width: 48%;
}

.c49 {
  width: 49%;
}

.c49_6 {
  width: 49.6%;
}

.c49_8 {
  width: 49.8%;
}

.c50 {
  width: 50%;
}

.c55 {
  width: 55%;
}

.c60 {
  width: 60%;
}

.c65 {
  width: 65%;
}

.c70 {
  width: 70%;
}

.c75 {
  width: 75%;
}

.c80 {
  width: 80%;
}

.c90 {
  width: 90%;
}

.c100 {
  width: 100%;
}

.c_center {
  margin: 0 auto;
}

.c_middle {
  display: table-cell;
  vertical-align: middle;
}

.h100 {
  height: 100%;
  overflow: hidden;
}

/* FONT COLOR*/
.cwh {
  color: #f12938;
}

.cgreen {
  color: #407e60;
}

.cfff {
  color: #fff;
}

.c222 {
  color: #222;
}

.c333 {
  color: #333;
}

.c666 {
  color: #666;
}

.c888 {
  color: #888;
}

.c999 {
  color: #999;
}

/* BG COLOR */
.bwh {
  background-color: #f12938;
}

.bfff {
  background-color: #fff;
}

.b222 {
  background-color: #222;
}

.bf8f {
  background-color: #f8f8f8;
}

/*popup*/
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 999999;
}

#orderConfirm {
  display: block;
  position: relative;
  height: 670px;
  padding-top: 150px;
  z-index: 1;
}

.close {
}

.close .closeBar {
  background: #d2d2d2;
  width: 2px;
  height: 45px;
}

.close .closeBar:nth-child(1) {
  transform: rotate(45deg);
  float: right;
}

.close .closeBar:nth-child(2) {
  transform: rotate(-45deg);
  float: right;
}

/*알럿창*/
#alertBox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 9999999;
}

#alertBox .box {
  text-align: center;
  background: #fff;
  display: table;
  margin: 0 auto;
  border: 2px solid #333;
  box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.2);
  padding: 50px 80px 40px 80px;
  z-index: 999999;
}

#alertBox #alertIcon {
  margin-top: -100px;
}

#alertBox img {
}

#alertBox #alertText {
  margin: 20px 0;
}

#alertBox #alertText h4 {
  font-weight: 600;
  margin-bottom: 5px;
}

#alertBox .btnList {
  width: 100%;
  float: left;
  margin-top: 0;
}

#alertBox button {
  color: #fff;
  font-weight: 400;
  width: 100px;
  border-radius: 50px;
  padding: 8px 0 7px 0;
}

#alertBox button:nth-child(1) {
  margin-right: 15px;
}

#alertBox #alertCancel {
  transition: 0.2s;
  background: #242020;
}

#alertBox #alertCancel:hover {
  background: #000;
}

#alertBox #alertOk {
  transition: 0.2s;
  background: #f64247;
}

#alertBox #alertOk:hover {
  background: #f12938;
}

/*input*/
input[type='text'],
input[type='password'],
input[type='number'] {
  border: 1px solid #ccc;
  padding: 6px 1%;
  font-family: sans-serif;
}

/*warning*/
.warning {
}

.warning img {
  width: 24px;
  margin: 0 5px 5px 0;
  vertical-align: middle;
}

.warning p {
  color: #f12938;
  display: inline-block;
  font-weight: 400;
}

/*headTitle*/
.headTitle {
  background: #f8f8f8;
  width: 94%;
  padding: 40px 3% 37px 3%;
  margin-top: 10px;
}

.headTitle h1 {
  font-weight: 700;
  font-size: 1.7em;
}

.headTitle p {
  margin-top: 5px;
}

/*체크박스*/
input[type='checkbox'].checkBox {
  width: 34px;
  height: 34px;
  box-shadow: inset 0 0 0 1px #cccccc;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  content: '';
}

input[type='checkbox'].checkBox:indeterminate {
  background-image: url(/assets/img/common/checked.png);
  box-shadow: inset 0 0 0 0px #cccccc;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}

input[type='checkbox'].checkBox:checked {
  background-image: url(/assets/img/common/checked.png);
  box-shadow: inset 0 0 0 0px #cccccc;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}

input[type='checkbox'].checkBox:disabled {
  background-image: url(/assets/img/common/checked.png);
  box-shadow: inset 0 0 0 0px #cccccc;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}

/*redBtn*/
.redBtn {
  background: #f64247;
  color: #fff;
  border-radius: 50px;
  padding: 15px 120px;
  cursor: pointer;
  transition: 0.2s;
}

.redBtn:hover {
  background: #f12938;
}

/*blackBtn*/
.blackBtn {
  background: #231f20;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.2s;
}

.blackBtn:hover {
  background: #000;
}

/*blackBorderBtn*/
.blackBorderBtn {
  margin: 0 auto;
  background: #fff;
  transition: 0.2s ease;
  display: block;
  box-shadow: 0 0 0px 1px #000;
  border-radius: 50px;
  padding: 13px 0;
}

.blackBorderBtn:hover {
  box-shadow: 0 0 0px 2px #000;
}

/*이용약관*/
.agreePopup {
  display: none;
  width: 793px;
  left: 50%;
  z-index: 9999;
  margin-left: -358px;
  top: 3%;
  margin-top: 0;
  padding: 2%;
  position: fixed;
  background: #fff;
  box-shadow: 0 0 20px 5px #d0cdcd;
}

.agreePopup h3 {
  font-weight: 600;
}

.agreePopup .close {
  cursor: pointer;
  position: absolute;
  right: 5%;
}

.agreePopup .agreeText {
}

.agreePopup .agreeText p {
  color: #888;
  font-weight: 600;
  margin: 20px 0 10px 0;
}

.agreePopup .agreeText div {
  width: 97%;
  height: 253px;
  overflow-y: auto;
  border-top: 2px solid #333;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  padding: 1.8%;
}

.agreePopup .serviceTxt {
}

.agreePopup .privacyTxt {
  margin-top: 20px;
}

.agreePopup pre {
  white-space: pre-wrap;
  line-height: 1.5em;
}

.agreePopup table {
  border-top: 1px solid #ccc;
}

.agreePopup table thead {
  padding: 0;
}

.agreePopup table tbody tr {
  float: none;
}

.agreePopup table thead th {
  width: 33.333%;
  border-right: 1px solid #ccc;
  padding: 10px 0;
  float: left;
  box-sizing: border-box;
}

.agreePopup table thead th:first-child {
  border-left: 1px solid #ccc;
}

.agreePopup table tbody td {
  width: 33.333%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.agreePopup table tbody td:first-child {
  border-left: 1px solid #ccc;
}

.agreePopup tbody {
  float: none !important;
}

.agreePopup table.privacy-table th,
.agreePopup table.privacy-table td {
  width: 50% !important;
  text-align: center !important;
}

.agreePopup table.privacy-table2 th,
.agreePopup table.privacy-table2 td {
  text-align: center !important;
}

.agreePopup table.privacy-table,
.agreePopup table.privacy-table2 {
  margin-bottom: 25px !important;
}

/*닫기 버튼*/
.close {
}

.close img {
  width: 30px;
}

/*select*/
.barTable .select .select2-selection__placeholder {
  color: #acacac;
}

.barTable .select .select2 {
  width: 100%;
  height: 36px;
  padding: 0;
}

.barTable .select .selection {
  width: 100%;
  padding: 0;
  background: #fff;
}

.barTable .select .select2-selection {
  width: 100%;
  height: 36px;
  background: #fff;
  padding: 0;
  border-radius: 0;
}

.barTable .select .select2-selection__placeholder {
  width: 100%;
  padding: 0;
  background: #fff;
  line-height: 1em;
}

.barTable .select .select2-container .select2-selection--single .select2-selection__rendered {
  border-right: 1px solid #ccc;
  width: 248px;
  background: #fff;
}

/*리스트 드롭다운*/
div.dropdown .select2 {
  width: 150px !important;
  height: 34px;
}

div.dropdown .select2-selection {
  float: left;
  height: 34px;
}

div.dropdown .select2-container .select2-selection--single .select2-selection__rendered {
  float: left;
  font-size: 0.98em;
  margin: 11px 0 0 10px;
}

div.dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
  margin: 14px 10px;
}

/********/
/*header*/
/********/

/*menu*/
header {
  width: 100%;
  float: left;
}

#head {
  width: 100%;
  float: left;
  background: #222; /* padding: 20px 0; */
}

.logo {
  float: left;
  margin-left: 3%;
}

.logo img {
  width: 125px;
  margin-top: 13px;
}

@media screen and (max-width: 960px) {
  header > .wrapB {
    width: 100%;
    float: left;
  }
}

/*login*/
.login {
  width: 100%;
  float: left;
  padding: 12px 0;
}

.loginInner {
  width: auto;
  display: table;
  float: right;
  cursor: pointer;
}

.login img {
  margin-right: 5px;
  width: 22px;
}

.login .loginBtn {
  color: #888;
  font-size: 0.9em;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

#loginPopup .table {
  position: absolute;
}

.loginPopupInner {
  width: 620px;
  height: 390px;
  background: #fff;
  margin: 0 auto;
  padding: 20px;
}

.loginLogo img {
  width: 170px;
  margin-bottom: 10px;
}

#loginPopup .input {
  margin-top: 30px;
}

#loginPopup .c75 label {
  width: 22%;
  float: left;
  font-weight: 700;
  line-height: 36px;
}

#loginPopup .c75 input[type='text'],
#loginPopup .c75 input[type='password'] {
  width: 73%;
  float: right;
}

.loginClose {
  margin-right: 15px;
  cursor: pointer;
}

#loginPopup .input .wrap:nth-child(1) {
  margin-bottom: 20px;
}

#loginPopup .input .wrap:nth-child(2) {
  margin-bottom: 12px;
}

#loginPopup .input button {
  background: #231f20;
  color: #fff;
  width: 100%;
  height: 90px;
  font-weight: 400;
  transition: 0.2s;
}

#loginPopup .input button:hover {
  background: #000;
}

#loginPopup a {
  color: #888;
}

#loginPopup .t_right {
  margin: 9px 0;
}

#loginPopup .t_right a,
#loginPopup .snsLogin a span {
  transition: 0.2s;
}

#loginPopup .t_right a:hover,
#loginPopup .snsLogin a span:hover {
  color: #f12938;
}

#loginPopup .t_right a:nth-child(1) {
  border-right: 1px solid #9999;
  padding-right: 12px;
}

#loginPopup a:nth-child(2) {
  /* border-right: 1px solid #9999; */
  padding-right: 12px;
  padding-left: 12px;
}

#loginPopup a:nth-child(3) {
  padding-left: 12px;
}

#loginPopup .snsLogin {
  width: 100%;
  float: left;
  border-top: 2px solid #333;
  margin-top: 13px;
  padding: 20px 0;
}

#loginPopup .snsLogin > span:nth-child(1) {
  width: 18%;
  line-height: 34px;
  margin-left: 0;
}

#loginPopup .snsLogin img {
  width: 34px;
  float: left;
}

#loginPopup .snsLogin img:nth-child(1) span {
  border-right: 1px solid #999;
  margin-right: 78px;
  padding-right: 78px;
}

#loginPopup .warning {
  position: absolute;
  margin-left: 150px;
}

#loginPopup .snsLogin a {
}

#loginPopup .snsLogin a:nth-child(2) {
  margin-left: 66px;
}

#loginPopup .snsLogin a span {
  line-height: 34px;
  margin-left: 10px;
  color: #333;
}

#loginPopup .snsLogin a span:nth-child(1) {
}

#loginPopup .snsLogin a span:nth-child(1) img {
}

#loginPopup .snsLogin a span:nth-child(2) {
}

#loginPopup .snsLogin a:nth-child(1) span:nth-child(2) {
  border-right: 1px solid #9999;
  padding-right: 87px;
}

#loginPopup .warning {
  margin-top: -6px;
}

#loginPopup .loginLogo img {
  margin-bottom: 9px;
}

/*로그인 완료*/
.loginOk {
  float: right;
  padding: 12px 0;
  position: relative;
}

.loginOk > div {
}

.loginOk > div span {
  display: inline-block;
  float: left;
  height: 22px;
}

.loginOk > div span:nth-child(1) {
  margin-right: 8px;
}

.loginOk > div span:nth-child(1) img {
  width: 22px;
}

.loginOk > div span:nth-child(2) {
  cursor: pointer;
  padding-top: 2px;
}

.loginOk .noti_bell {
  margin-left: 15px;
  cursor: pointer;
}

.loginOk .noti_bell img {
  width: 16px;
}

.loginOk ul {
  display: none;
  position: absolute;
  top: 48px;
  right: 0;
  width: 160px;
  background: #fff;
  z-index: 4;
  padding: 7%;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}

.loginOk ul li {
  border: 1px solid #222;
  background: #f1f1f1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 11px;
}

.loginOk ul li:last-child {
  margin-bottom: 0;
}

.loginOk ul li a {
  color: #222;
  width: 100%;
  display: block;
  padding: 13px 0;
  transition: 0.2s;
}

.loginOk ul li a:hover {
  background: #222;
  color: #fff;
}

.loginOk:hover ul {
  display: block;
}

/*validation*/
.validationMsg {
  color: #f12938;
  float: left;
  margin-top: 28px;
}

.validationMsg img {
  width: 24px;
  margin-top: -3px;
  margin-right: 7px;
  display: block;
  float: left;
}

.text-red {
  position: absolute;
}

.mailWarning {
  margin-left: 460px;
  margin-top: -27px;
}

.pwWarning {
  margin-left: 344px;
  margin-top: -30px;
}

.repwWarning {
  margin-left: 344px;
  margin-top: -30px;
}

.phoneWarning {
  margin-left: 485px;
  margin-top: -30px;
}

#repassword + span {
  display: none;
}

#repassword.successValid + span {
  display: inline;
  color: #407e60;
  width: 200px;
  margin-left: 395px;
  margin-top: -43px;
  margin-bottom: -13px;
}

#repassword-error + span {
  display: none;
}

/*nav*/
.menu ul {
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
}

.menu ul a {
  display: block;
  color: #fff;
  margin-left: 40px;
  position: relative;
}

.menu ul li {
  float: left;
  margin: 0;
  padding: 0;
  height: 61px;
  line-height: 61px;
}

.menu ul ul {
  display: none;
  z-index: 9;
  position: absolute;
  top: 61px;
  left: 0;
  background: #fff;
  padding: 0;
  width: 100%;
  height: auto;
  line-height: 1em;
  padding: 17px 0 20px 0;
  text-align: center;
}

.menu ul ul li {
  float: none;
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  position: initial;
  height: auto;
  line-height: 1em;
}

.menu ul ul li:nth-child(1) a {
  margin-left: 0;
}

.menu ul ul li a {
  margin-left: 20px;
}

.menu ul ul li a:hover {
  font-weight: 700;
}

.menu ul ul a {
  color: #333;
}

.menu ul ul ul {
  top: 0;
  left: 100%;
}

.menu ul li:hover > ul {
  display: block;
}

.menuActive {
  width: 5px;
  height: 5px;
  background: #f12938;
  border-radius: 100%;
}

.menu ul a .newIcon {
  position: absolute;
  right: -10px;
  top: -10px;
}

/*상단 검은 줄이 있는 리스트 or 테이블*/
.barTable {
  width: 100%;
  float: left;
  border-top: 2px solid #333;
  margin-top: 25px;
}

.barTable ul {
}

.barTable li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #d6d6d6;
}

.barTable li:nth-child(5) {
}

.barTable li:nth-child(5) span:nth-child(1) {
}

.barTable li span {
}

.barTable li span:nth-child(1) {
  width: 15%;
  float: left;
  background: #f9f9f9;
  padding: 27px 2%;
  color: #797979;
}

.barTable li span:nth-child(2) {
  width: 77%;
  float: left;
  padding: 19px 2%;
}

.barTable li input[type='text'] {
  width: 311px;
}

.barTable .barTableBtn {
  background: #f9f9f9;
  color: #9a9a9a;
  font-weight: 400;
  margin-left: 10px;
  border: 1px solid #d9d9d9;
  padding: 6px 25px 5px 25px;
  cursor: pointer;
  transition: 0.2s;
}

.barTable .barTableBtn:hover {
  background: #333;
  color: #fff;
  border: 1px solid #333;
}

.barTable li:nth-child(5) span:nth-child(2) div:nth-child(2) input[type='text'] {
  margin-top: 18px;
  width: 260px;
}

.barTable input[type='text']::-webkit-input-placeholder,
.barTable input[type='text']::-moz-input-placeholder,
.barTable input[type='text']::-ms-input-placeholder {
  color: #bababa;
}

.barTable dt {
  border-bottom: 1px solid #d6d6d6;
  width: 15%;
  height: auto;
  float: left;
  background: #f9f9f9;
  padding: 22px 2%;
  color: #797979;
}

.barTable dd {
  width: 77%;
  border-bottom: 1px solid #d6d6d6;
  float: left;
  padding: 22px 2%;
}

.barTable dd p {
}

/*옵션*/
.barTable_option {
  height: 100%;
  position: relative;
}

.barTable_option span {
  /* height: 100%; */
}

.barTable_option span:nth-child(2) {
  right: 0;
  float: right;
}

.barTable_option span:nth-child(1) {
  position: absolute;
  padding: 0 2%;
  height: 100%;
}

.barTable_option span:nth-child(1) p {
  color: #797979;
}

/*서브메뉴*/
.subMenu {
  width: 100%;
  float: left;
  margin-top: 15px;
}

.subMenu ul {
  text-align: center;
}

.subMenu ul li {
  display: inline-block;
  margin-left: 20px;
}

.subMenu ul li:nth-child(1) {
  margin-left: 0;
}

.subMenu ul li a {
  color: #000;
  transition: 0.2s;
}

.subMenu ul li a:hover {
  padding-bottom: 4px;
  font-weight: 700;
  border-bottom: 2px solid #f12938;
}

.subMenu ul li .active {
  padding-bottom: 4px;
  font-weight: 700;
  border-bottom: 2px solid #f12938;
}

/*카테고리*/
.cate {
}

.cate ul {
}

.cate ul li {
  cursor: pointer;
  float: left;
  margin-left: 25px;
  line-height: 34px;
}

.cate ul li:nth-child(1) {
  margin-left: 31px;
}

.cate ul li a {
  color: #000;
  transition: 0.2s;
}

.cate ul li a:hover {
  padding-bottom: 4px;
  font-weight: 700;
  border-bottom: 2px solid #f12938;
}

.cate ul li a.active {
  padding-bottom: 4px;
  font-weight: 700;
  border-bottom: 2px solid #f12938;
}

/*리스트*/
.list .top {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  width: 100%;
  float: left;
  padding-top: 10px;
}

.list .top .left {
  line-height: 30px;
}

.list .top .left span {
  font-size: 0.95em;
  margin-right: 5px;
}

/*리스트-검색*/
.search {
  border-bottom: 2px solid #333;
  position: relative;
}

.search label {
  position: absolute;
  line-height: 32px;
  margin-left: 5px;
}

.search input[type='text'] {
  border: none;
  padding: 0;
  width: 60%;
  float: left;
  margin-left: 120px;
  color: #888;
  margin-top: 6px;
  font-size: 1.1em;
}

.search input[type='submit'] {
  background-image: url(/assets/img/common/searchBtn.png);
  width: 18px;
  height: 18px;
  background-size: cover;
  float: left;
  margin-top: 5px;
  margin-left: 3px;
  background-color: transparent;
}

input.searchBtn {
}

.search button {
  float: right;
  margin-top: 5px;
  margin-bottom: 2px;
}

.search button img {
  width: 21px;
}

/*테이블*/
table {
  width: 100%;
  float: left;
  border-top: 2px solid #333;
  border-collapse: collapse;
}

table thead {
  padding: 10px 0;
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
}

table thead tr {
  width: 100%;
  float: left;
}

table thead th {
  text-align: center;
  font-weight: 400;
}

table tbody {
  width: 100%;
  float: left;
}

table tbody tr {
  width: 100%;
  float: left;
}

/*동그라미 번호*/
.num {
  background: #000;
  color: #fff;
  font-weight: 700;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  float: left;
  text-align: center;
}

.num .middle {
  padding-top: 3px;
}

.numWrap span:nth-child(2) {
  margin: 5px 0 0 10px;
  display: inline-block;
}

/*이미지*/
.img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*브랜드 마크*/
.mark {
  text-shadow: 0 0 0 #333;
  border: 1px solid #333;
  width: auto;
  padding: 5px 15px 3px 15px;
  display: inline-block;
  border-radius: 50px;
  line-height: 1em;
  margin-bottom: 7px;
}

/*sns 리스트*/
.snsList {
  width: 100%;
  float: left;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.snsList ul {
}

.wrap .snsList ul li {
  width: 50%;
  text-align: center;
  margin: 0;
  line-height: 1em;
  float: left;
  display: inline-block;
}

.snsList ul li:nth-child(1),
.snsList ul li:nth-child(2) {
  margin-bottom: 10px;
}

.snsList ul li div {
  padding: 0 12%;
}

.snsList ul li div img {
  width: 17px;
  margin-right: 10px;
  float: left;
}

.snsList ul li div span {
  color: #888;
  position: relative;
  top: 2px;
  font-size: 0.85em;
  left: 2px;
  float: left;
  font-family: Myanmar3, Yunghkio;
}

/*주소찾기*/
#wrap {
  display: none;
  border: 1px solid;
  width: 500px;
  height: 444px;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -222px;
}

/*페이징*/
div.pagination {
  margin-top: 60px;
}

.pagination {
  width: 100%;
  float: left;
  text-align: center;
}

.pagination li {
  display: inline-block;
}

.pagination li.active {
}

.pagination li.active a {
  color: #fff;
  border: 1px solid #333;
  background: #333;
}

.pagination li:first-child {
  margin-left: 0;
}

.pagination a {
  color: #333;
  border: 1px solid #d8d8d8;
  padding: 6px 12px 4px 12px;
  margin-left: 5px;
}

/*footer*/
footer {
  position: relative;
  bottom: 0;
  width: 100%;
  background: #f3f1f2;
  border-top: 1px solid #ccc;
  padding: 40px 0;
  float: left;
  margin-top: 180px;
}

footer .logo {
  margin-left: 0;
}

footer .logo img {
  width: 40px;
  margin-top: 44px;
}

footer .left {
  color: #888;
  margin-left: 50px;
}

footer .left ul {
  margin-bottom: 20px;
  float: left;
  cursor: pointer;
}

footer .left ul li {
  float: left;
  border-left: 1px solid #ccc;
  padding-left: 10px;
  margin-right: 10px;
}

footer .left ul li:nth-child(1) {
  border-left: none;
  padding-left: 0;
}

footer .left ul li a {
  color: #888;
}

footer .left .wrap {
}

footer .left .wrap p {
  color: #888;
}

/* new message */
.newMessage {
  color: #f12938;
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: -8px;
}

/* 2018.09.05 수정 */
.wanghongProfile .dateWrap1 .select2-container--open ul {
  height: 446px !important;
  overflow-y: auto !important;
}

/*.wanghongProfile .dateWrap2 .select2-container--open ul {height:446px!important; overflow-y: auto!important;}*/
.wanghongProfile .dateWrap3 .select2-container--open ul {
  height: 446px !important;
  overflow-y: auto !important;
}

.join input + .barTable ul li:first-child span:nth-child(2) {
  width: 77% !important;
}

#joinForm .barTable > ul:first-child li input[type='text'] {
  width: 380px;
}

.barTable li:nth-child(5) span:nth-child(2) div:nth-child(2) input[type='text'] {
  width: 300px !important;
}

.paymentInfo .barTable ul li:last-child > span:first-child {
  padding: 26px 2% !important;
}

.paymentInfo .barTable > ul li:nth-child(4) span.barTable_select_padding > span {
  background: none;
  padding: 10px 0;
  color: #333333;
}

.clear-after:after,
.clear-before:before {
  clear: both;
  content: '';
  display: table;
}
