@charset "utf-8";

/* CSS Document */
body {
	font-family: 'SUIT', sans-serif !important;
	font-size: 13.5px
}

a {
	font-style: none;
	color: inherit
}

dl {
	margin-bottom: 0px;
}

a {
	cursor: pointer;
}

button,
button:focus,
button:hover,
button:active,
input,
input:focus,
input:hover,
input:active,
textarea,
textarea:focus,
textarea:hover,
textarea:active {
	outline: none !important;
	appearance: none;
	-webkit-appearance: unset;
	/*	border: none !important;*/
}


input[type='checkbox']#notice {
	min-height: inherit;
}

select {
	min-width: 85px;
	outline: none;
	appearance: none !important;
	background: url(../../img/caret-down-solid.svg) no-repeat calc(100% - 10px)/7px auto;
}

/*공통*/
html {
	scroll-behavior: smooth;
}

.wfit {
	width: fit-content;
}
.txt_under {
	text-decoration: underline!important;
}
.inner {
	max-width: 1800px;
	width: 100%;
	margin: 0 auto 50px auto;
}
#market .inner {
	margin: 0 auto;
}
@media screen and (max-width:1800px) {
	.inner {
		max-width: 100%;
		width: calc(100% - 120px);
	}
}

@media screen and (max-width:1350px) {
	.inner {
		width: 96%;
	}
}

@media screen and (max-width:1023px) {
	.inner {
		width: 96%;
	}
}

@media screen and (max-width:768px) {
	.inner {
		width: 94%;
	}
}

@media screen and (max-width:550px) {
	.inner {
		width: 92%;
	}
}

.txt-bold {
	font-weight: 700
}

.txt-orange {
	color: #fc011a !important;
}

.txt-green {
	color: #1A8A16;
}

.txt-gray {
	color: #B4B4B4 !important;
}

.box {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 5px 25px #AE797929;
	border-radius: 15px;
	opacity: 1;
}

.box2 {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #D1D1D1;
	border-radius: 15px;
}

.box-orange {
	background: #fc011a12 padding-box;
	border-radius: 15px;
	padding: 2rem;
}
.box-orange hr{display: block; border-color: #463f4a12;}
.box-orange dt{margin-bottom: 4px; font-size: 1.1em;}
.box-orange > p{font-weight: 500;}
.icon span {
	font-size: 11px;
	line-height: 1.2em;
	padding: 2px 8px;
	border-radius: 50px;
	border: 1px solid transparent;
}

.icon span.orgline {
	background: #FFFFFF;
	border: 1px solid #000;
	color: #000;
	font-weight: 600;
}
.icon span.grayline {
	background: #c5c5c5;
	border: 1px solid #c5c5c5;
	color: #bbbbbb!important;
	font-weight: 600;
}

.icon span.org {
	background: #000;
	border: 1px solid transparent;
	color: #fff;
	font-weight: 600;
}

.icon span.blue {
	background: #000;
	border: 1px solid transparent;
	color: #fff;
}
.icon span.red {
	background: linear-gradient(to bottom, #fc50aa, #e42b30);
	border: 1px solid transparent;
	color: #fff;
}

.icon span.gray {
	background: #eee;
	border: 1px solid transparent;
	color: #333;
}

.icon span.grayline {
	background: #fff;
	border: 1px solid #ddd;
	color: #333;
}

.icon_circle {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	line-height: 45px;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	text-align: center;
	background: transparent linear-gradient(180deg, #fc011a 0%, #FE2B00 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border: 3px solid #FFFFFF;
	opacity: 1;
}

.flex {
	display: flex;
	align-items: center;
}

.flex.col {
	flex-direction: column;
}

.flex.itemCenter {
	align-items: center;
}

.flex.js {
	justify-content: space-between
}

.flex.jc {
	justify-content: center;
}

.flex.je {
	justify-content: flex-end;
}

.flex.gap5 {
	grid-gap: 5px;
}

.flex.gap10 {
	grid-gap: 10px;
}

.addFlex .bttn {
	height: 43px;
	line-height: 43px;
	border-radius: 5px;
	font-size: 1.0em;
	padding: 0 10px;
}

.bubble {
	border-radius: 5px;
	font-size: 11px;
	line-height: 1em;
	color: #fff;
	background: #515151 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	display: inline-block;
	padding: 4px 7px;
	position: absolute;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
	top: -18px;
}

.bubble.bottom {
	animation: bubble_ani 1s;
	animation-iteration-count: infinite;
}

.bubble.bottom:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #515151;
	border-bottom: 0;
	margin-left: -5px;
	margin-bottom: -5px;
}

.bubble.left {
	left: auto;
	right: 0;
	top: 0;
	transform: none;
	position: relative;
}

.bubble.left:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right-color: #515151;
	border-left: 0;
	margin-top: -5px;
	margin-left: -5px;
}

@keyframes bubble_ani {
	0% {
		top: -20px;
	}

	100% {
		top: -18px;
	}
}

.img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.user .photo {
	width: 23px;
	height: 23px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	margin-right: 4px
}

.user .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tag span:before {
	content: "#";
	display: inline-block;
}

.tag span {
	background: #EFEFEF 0% 0% no-repeat padding-box;
	border-radius: 5px;
	display: inline-block;
	padding: 4px 5px;
	margin-right: 8px;
	margin-bottom: 4px;
}

.keyword span {
	background: #EFEFEF 0% 0% no-repeat padding-box;
	border-radius: 5px;
	display: inline-block;
	padding: 4px 5px;
	margin-right: 4px;
	margin-bottom: 4px;
}

h2 {
	font-size: 2em;
	font-weight: 600;
}

h3 {
	font-size: 2em;
	color: #515151;
	margin-bottom: 30px;
	font-weight: 600;
}

h5 {
	font-size: 1.6em;
	color: #515151;
	margin-bottom: 15px;
	font-weight: 600;
}

.form > div {
	margin-bottom: 14px;
}

.form > div .title {
	font-weight: 600;
	font-size: 1.2em;
	margin-bottom: 6px;
}

select,
input[type=text],
input[type=password] {
	width: 100%;
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	line-height: 48px;
	height: 48px;
	font-size: 1.1em;
	padding: 0 18px;
	margin-bottom: 10px;
}

label em {
	font-size: 1.1em;
}

.boxIn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}

.boxIn input[type=checkbox] {
	display: none;
}

.boxIn input[type=checkbox] + label {
	display: inline-block;
	border: 1px solid #E4E4E4;
	margin: 0;
	border-radius: 10px;
	color: #515151;
	padding: 5px 10px;
	font-weight: 400;
	background: #fff;
}

.boxIn input[type=checkbox]:checked + label {
	background: #fc011a;
	border: 1px solid #fc011a;
	color: #fff;
	font-weight: 700
}

.boxIn input[type=radio] {
	display: none;
}

.boxIn input[type=radio] + label {
	display: inline-block;
	border: 1px solid #E4E4E4;
	margin: 0;
	border-radius: 10px;
	color: #515151;
	padding: 5px 10px;
	font-weight: 400;
	background: #fff;
}

.boxIn input[type=radio]:checked + label {
	background: #fc011a;
	border: 1px solid #fc011a;
	color: #fff;
	font-weight: 700
}

.boxIn select {
	margin-left: 5px;
	max-height: 33.5px;
	display: inline-block;
	width: auto;
	border: 1px solid #E4E4E4;
	border-radius: 50px;
	color: #515151;
	padding: 5px 10px;
	line-height: unset;
	font-size: 1em;
	margin-bottom: 0;
}

.boxIn input[type=date] {
	display: inline-block;
	border: 1px solid #E4E4E4;
	border-radius: 50px;
	color: #515151;
	padding: 5px 10px;
	margin-right: 4px;
	line-height: 1.2em;
}

/*
.table{font-size: 1.1em;}*/
.table th:first-child {
	border-top-left-radius: 5px !important;
}

.table th:last-child {
	border-top-right-radius: 5px !important;
}

.table > thead > tr > th,
.table > tbody > tr > td {
	line-height: 24px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

/*모달*/
.modal-content {
	border-radius: 15px;
	overflow: hidden;
}

.modal-content .modal-body {
	max-height: calc(100vh - 300px);
	overflow-y: auto;
}

.modal-footer.modal-btn {
	display: flex;
	padding: 0;
	overflow: hidden;
}

.modal-footer.modal-btn button {
	width: 100%;
	padding: 15px;
}

.modal-footer.modal-btn button.close {
	background: #D4D4D4;
	color: #515151;
	opacity: 1;
	text-shadow: none;
	font-weight: normal;
}

.ft_btn {
	text-align: right;
	padding: 20px 0;
}

.ft_btn button {
	width: 57px;
	height: 57px;
	box-shadow: 0px 3px 6px #00000029;
	opacity: 1;
	border-radius: 50%;
	font-size: 1.1em;
	font-weight: 600;
	word-break: keep-all;
	padding: 12px;
	line-height: 1.1em;
	text-align: center;
	border: 0
}

.ft_btn button i {
	font-size: 2em;
}

@media screen and (max-width:768px) {
	.ft_btn {
		position: fixed;
		right: 10px;
		bottom: 0px;
		width: 60px;
	}

	.ft_btn button {
		margin-top: 6px;
	}
}

/**/
.modal-header {
	background: #fff !important
}

.modal-body {
	border-radius: 0;
	text-align: left;
}

.modal-body.no-footer {
	border-radius: 0 0 10px 10px;
	text-align: left;
}

.modal-dialog.modal-large {
	width: 85%;
	max-width: 800px
}

.modal-title {
	font-size: 1.6em;
	font-weight: 700;
	color: #141414;
}

.modal-footer.modal-btn {
	background: #fc011a;
	color: #fff;
	border-radius: 0 0 10px 10px;
}

.modal-footer.modal-btn button {
	background: #FFFFFF00;
	color: #fff;
	font-size: 1.4em;
	border: 0;
	text-align: center;
	width: 100%
}

.modal-close {
	background: #FFFFFF00;
	font-size: 1.5em;
	border: 0;
	text-align: center;
	position: absolute;
	top: 17px;
	left: 17px;
}

.md-caption {
	font-weight: 500;
	font-size: 0.8em
}

.modal-footer.modal-btn2 {
	padding: 0;
	display: flex;
	/* overflow: hidden; */
}

.modal-btn2 button {
	padding: 15px;
	border: 0;
	width: 50%;
	color: #fff;
	font-size: 1.4em;
}

.modal-btn2 button {
	background: #515151;
	border-radius: 0 0 0px 10px;
}

.modal-btn2 button:last-child {
	background: #fc011a;
	border-radius: 0 0 10px 0px;
}

/**/

.file_wrap {
	display: flex;
	align-items: center;
	padding: 10px 0;
}

.file_wrap dt {
	font-size: 1.2em;
	margin-right: 15px;
	min-width: 148px;
}

.file_wrap dd {
	font-size: 1.1em;
	color: #373844;
	width: 100%;
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.file_wrap dd .bttn {
	margin-right: 10px;
	padding: 6px 10px;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
	width: 5px;
	height: 7px;
}

::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

::-webkit-scrollbar-thumb {
	background: #000;
	border: 0px none #ffffff;
	border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
	background: #000;
}

::-webkit-scrollbar-thumb:active {
	background: #000;
}

::-webkit-scrollbar-track {
	background: transparent;
	border: 0px none #ffffff;
	border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
	background: transparent;
}

::-webkit-scrollbar-track:active {
	background: transparent;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

select,
input {
	-webkit-appearance: auto;
}

input:read-only {
	background: #f9f9f9;
	border: 0;
}

/**/
input[type=checkbox] {
	-webkit-appearance: unset;
}

input[type=checkbox] + label,
input[type=radio] + label {
	margin-bottom: 0;
}

input[type='date']::before {
	content: attr(data-placeholder);
	width: 100%;
}

input[type='date']:focus::before,
input[type='date']:valid::before {
	display: none;
}

input[type=radio] {
	-webkit-appearance: unset;
	margin: 0px 5px 0 0;
}

[type="radio"] {
	display: inline-block;
	vertical-align: middle;
	background: lightgray;
	appearance: none;
	width: 1.25em;
	height: 1.25em;
}

[type="radio"]:checked {
	background: #fff;
	border: 0.4em solid #fc011a;
}

[type="radio"]:focus-visible {
	outline-offset: max(2px, 0.1em);
	outline: max(2px, 0.1em) dotted #fc011a;
}

[type="radio"]:hover {
	box-shadow: 0 0 0 max(4px, 0.2em) #e8e8e8;
	cursor: pointer;
}

[type="radio"]:disabled {
	background-color: lightgray;
	box-shadow: none;
	opacity: 0.7;
	cursor: not-allowed;
}

[type="radio"]:disabled + span {
	opacity: 0.7;
	cursor: not-allowed;
}

[type="checkbox"] {
	margin: 0px 3px 0 0 !important;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background: #E8E8E8;
	appearance: none;
	width: 1.5em;
	height: 1.5em;
}

[type="checkbox"]::after {
	color: #707070;
	position: absolute;
	right: 4px;
	font-size: 0.8em;
	cursor: pointer;
	top: 2px;
	left: 7px;
	box-sizing: border-box;
	width: 6px;
	height: 12px;
	transform: rotate(45deg);
	border-width: 2px;
	border-style: solid;
	border-color: #707070;
	border-top: 0;
	content: " ";
	border-left: 0;
	transition: all 200ms ease-in;
}

[type="checkbox"]:checked {
	border-color: #fc011a;
	background: #fc011a;
}

[type="checkbox"]:checked::after {
	border-color: #fff
}

[type="checkbox"]:focus-visible {
	outline-offset: max(2px, 0.1em);
	outline: max(2px, 0.1em) dotted #fc011a;
}

[type="checkbox"]:hover {
	box-shadow: 0 0 0 max(4px, 0.2em) #e8e8e8;
	cursor: pointer;
}

[type="checkbox"]:disabled {
	background-color: lightgray;
	box-shadow: none;
	opacity: 0.7;
	cursor: not-allowed;
}

[type="checkbox"]:disabled + span {
	opacity: 0.7;
	cursor: not-allowed;
}

/*네모형 체크*/
.select input[type=checkbox] {
	display: none;
}

.select input[type=checkbox] + label {
	border-radius: 0;
	display: inline-block;
	cursor: pointer;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #c9c9c9;
	line-height: 40px;
	text-align: center;
	font-weight: 400;
}

.select input[type=checkbox] + label {
	background-color: #fff;
	color: #373844;
}

.select input[type=checkbox]:disabled + label {
	background-color: #c9c9c9;
	color: #d0d0d0;
}

.select input[type=checkbox]:checked + label {
	background-color: #373844;
	color: #fff;
	font-weight: bold;
}

.select-orange input[type=checkbox] {
	display: none;
}

.select-orange input[type=checkbox] + label {
	display: inline-block;
	cursor: pointer;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #c9c9c9;
	line-height: 40px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px
}

.select-orange input[type=checkbox] + label {
	background-color: #fff;
	color: #373844;
}

.select-orange input[type=checkbox]:disabled + label {
	background-color: #c9c9c9;
	color: #d0d0d0;
}

.select-orange input[type=checkbox]:checked + label {
	background-color: #f9fbff;
	border-color: #fc011a;
	color: #fc011a;
	font-weight: bold;
}

/*네모형 라디오*/
.select input[type=radio] {
	display: none;
}

.select input[type=radio] + label {
	border-radius: 0;
	display: inline-block;
	cursor: pointer;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #c9c9c9;
	line-height: 40px;
	text-align: center;
	font-weight: 400;
}

.select input[type=radio] + label {
	background-color: #fff;
	color: #373844;
}

.select input[type=radio]:disabled + label {
	background-color: #c9c9c9;
	color: #373844;
}

.select input[type=radio]:checked + label {
	background-color: #373844;
	color: #fff;
	font-weight: bold;
}

.select input[type=radio].red + label {
	background-color: #fff;
	color: #373844;
}

.select input[type=radio].red:checked + label {
	background-color: #FFD0CB;
	border: 1px solid #BC2D1E;
	color: #BC2D1E;
	font-weight: bold;
}

.select-orange input[type=radio] {
	display: none;
}

.select-orange input[type=radio] + label {
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #c9c9c9;
	line-height: 40px;
	text-align: center;
	font-weight: 400;
}

.select-orange input[type=radio] + label {
	background-color: #fff;
	color: #373844;
}

.select-orange input[type=radio]:disabled + label {
	background-color: #c9c9c9;
	color: #373844;
}

.select-orange input[type=radio]:checked + label {
	background-color: #fff9f9;
	border-color: #fc011a;
	color: #fc011a;
	font-weight: bold;
}

/*동의*/
.inputGroup input[type=checkbox]:checked + label > div {
	display: none;
}

.inputGroup input[type=checkbox] + label > div {
	display: none;
}

.inputGroup:after {
	content: '';
	display: block;
	clear: both;
}

.inputGroup {
	justify-content: space-between;
	background-color: #ffffff00;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 10px
}

.inputGroup label {
	padding: 15px;
	margin: 0;
	width: 100%;
	display: block;
	text-align: left;
	height: 55px;
	cursor: pointer;
	font-weight: 600;
	position: relative;
	transition: color 200ms ease-in;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff;
}

.inputGroup label .ic_check {
	width: 32px;
	height: 32px;
	color: #a5a5a5;
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	top: 50%;
	right: 0;
	line-height: 30px;

	transform: translate(-50%, -50%);
	cursor: pointer;
	transition: all 200ms ease-in;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inputGroup input:checked ~ label {
	color: #fff;
	background: #fc011a;
}

.inputGroup input:checked ~ label:before {
	transform: translate(-50%, -50%) scale3d(56, 56, 1);
	opacity: 1;
}

.inputGroup input:checked ~ label .ic_check {
	background-color: #fff;
	border-color: transparent;
	color: #fc011a;
}

.inputGroup input {
	width: 32px;
	height: 32px;
	order: 1;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: ranslateY(-50%);
	cursor: pointer;
	visibility: hidden;
}

.inputGroup input[type=checkbox]:checked + label > div {
	display: none;
}

.inputGroup input[type=checkbox] + label > div {
	display: none;
}

.inputGroup button {
	margin-left: auto;
	background: #fc011a !important;
	border: 0
}

input[type=radio] + label > div {
	display: none;
}

.inputGroup.v2 label {
	width: calc(100% - 65px);
}

.inputGroup.v2 .collapse {
	width: 100%;
}

.inputGroup.v2 .collapse textarea,
.inputGroup.v2 .collapse .input_textarea{
	width: 100%;
	margin-top: 10px;
	border: 0px;
	background: #ececec;
	padding: 10px;
}
.inputGroup.v2 .collapse .input_textarea,
.inputGroup.v2 .collapse .input_textarea:focus{
    white-space: pre-line;
    overflow-y: scroll;
    outline: none!important;
}
.inputGroup.v2 .collapse .input_textarea table{
    font-size: .8em;
    display: table;
    text-align: center;
}

/**/
.bttn {
	line-height: 12px;
	height: 30px;
	padding: 5px 10px;
	border-radius: 50px;
	border: 0;
	font-weight: 700;
	background: #fff
}
.btn-now {
	white-space: nowrap;
}

.bttn:disabled {
	background: #ececec;
	color: #E4E4E4
}

.bttn:disabled:hover {
	background: #ececec;
	color: #E4E4E4
}

.btn-txtsm {
	line-height: 1.5em;
	font-size: 0.8em
}

.btn-white {
	background: #fff;
	color: #fc011a
}

.btn-white:hover {
	background: #f9f9f9;
	color: #fc011a
}

.btn-orange {
	background: #000;
	color: #fff!important;
}

.btn-orange:hover {
	background: #222;
	color: #fff!important;
}

.btn-orangebg {
	background: #ffecec;
	color: #fc011a
}

.btn-orangebg:hover {
	background: #c20014;
	color: #c20014
}

.btn-orangeline {
	border: 1px solid #fc011a !important;
	background: #fff;
	color: #fc011a
}

.btn-orangeline:hover {
	border: 1px solid #c20014;
	color: #c20014
}

.btn-line {
	border: 1px solid #515151;
	color: #515151
}

.btn-line:hover {
	border: 1px solid #171717;
	color: #171717
}

.btn-line2 {
	border: 1px solid #E4E4E4;
	color: #515151
}

.btn-line2:hover {
	border: 1px solid #515151;
	color: #171717
}

.btn-gray {
	background: #EBEBEB !important;
	color: #515151 !important;
	border: none;
}

.btn-gray:hover {
	background: #515151 !important;
	color: #fff !important;
}

.btn-gray2 {
	background: #515151;
	color: #fff !important;
}

.btn-gray2:hover {
	background: #171717;
	color: #fff !important;
}

.btn-shd {
	box-shadow: 0px 3px 6px #00000029;
}

.btn-blackline {
	color: #515151;
	border: 1px solid #515151;
}

.btn-whiteline {
	border: 1px solid #fff !important;
	color: #fff;
	background: transparent !important;
}

.btn-whiteline:hover {
	border: 1px solid #fc011a !important;
	color: #fc011a;
	background: transparent !important;
}

.btn-green {
	background-color: #1A8A16;
	color: #fff;
	border: 1px solid transparent;
}

.btn-greenline {
	background-color: #fff;
	border: 1px solid #1A8A16 !important;
	color: #1A8A16;
}

a.btn-mini,
.btn-mini {
	font-size: 11px;
	line-height: 1.2em;
	padding: 4px 12px;
}

a.btn-small,
.btn-small {
	font-size: 13px;
	line-height: 1.2em;
	padding: 4px 12px;
}

a.btn-middle,
.btn-middle {
	width: 100%;
	border-radius: 10px !important;
	font-size: 20px;
	font-weight: 700;
	padding: 0;
	line-height: 50px;
	height: 50px;
}

a.btn-large,
.btn-large {
	width: 100%!important;
	border-radius: 10px !important;
	font-size: 15px;
	font-weight: 700;
	height: 50px;
	padding: 12px;
}

.btn-refund {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 5px;
	padding: 0;
}

.thumb_img {
	width: 100px;
	height: 100px;
	background-size: cover !important;
	background-position: center center !important;
	border: 1px solid #D9D9D9;
	border-radius: 5px;
}

.thumb_img.sm_img {
	width: 50px;
	height: 50px;
}

.thumb_img.user {
	min-width: 50px;
	width: 50px;
	height: 50px;
	background-size: cover !important;
	background-position: center center !important;
	border: 1px solid #D9D9D9;
	border-radius: 50px;
}

@media(max-width:768px) {

	a.btn-middle,
	.btn-middle {
		font-size: 16px;
	}
}

/*테이블*/


.table tr.bo_notice td,
.table tr.bo_notice:nth-child(even) td {
	background: #fffafa;
	font-weight: 700;
}

i.notice {
	margin: 0;
	padding: 2px 10px;
	box-sizing: border-box;
	background: #c73333;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

.table {
	overflow-y: auto;
}

.table table {
	width: 100%;
}

.table th {
	padding: 14px;
	background-color: #E2E2E2;
}

.table th:first-child {
	border-top-left-radius: 10px
}

.table th:last-child {
	border-top-right-radius: 10px;
}

.table td {
	padding: 14px;
	border-bottom: 1px solid #ECECEC;
}

.table tr:nth-child(even) td {
	background-color: #fcfcfc;
}

.table th {
	font-weight: 800;
	font-size: 1.1em;
	text-align: left;
	color: #373844;
}

.table .text_center {
	text-align: center;
}

.table .text_left {
	text-align: left;
}

.table .text_right {
	text-align: left;
}

.table td > a {
	display: block
}

.table.md th {
	padding: 14px;
	background-color: #fff;
	border-bottom: 1px solid #ECECEC;
	border-top: 1px solid #707070;
}

.table.md th:first-child {
	border-top-left-radius: 0px
}

.table.md th:last-child {
	border-top-right-radius: 0px;
}

.table.orange th {
	padding: 14px;
	background-color: #fc011a;
	color: #fff
}

.table.orange th:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px
}

.table.orange th:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px
}

.table td select.refundSelect {
	font-size: 1.1em;
	text-align: center !important;
	text-align: -moz-center !important;
	text-align: -webkit-center !important;
}

select.sm-select {
	/*
	width: 100%;
*/
	height: 30px;
	line-height: 30px;
	width: inherit;
	min-width: inherit;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	font-size: 13px;
	padding: 0px 25px;
	margin: 0 auto;
}
/* border-pagination */
.b-pagination-outer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	display: flex
}

#border-pagination {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: flex;
	grid-gap: 3px;
}

#border-pagination li {
	display: inline;
}

#border-pagination li a {
	border-radius: 5px;
	display: block;
	text-decoration: none;
	color: #78787B;
	padding: 5px 10px;
	border: 1px solid #ddd;
	float: left;
}

#border-pagination li a {
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s
}

#border-pagination li a.active {
	background-color: #78787B;
	border-color: #78787B;
	color: #fff;
}

#border-pagination li a:hover:not(.active) {
	background: #ddd;
}

/*검색*/
.search {
	margin-bottom: 30px;
	background: #f9fbff 0% 0% no-repeat padding-box;
	box-shadow: 0px 5px 15px #e6ecf2;
	border: 1px solid #fc011a;
	border-radius: 15px;
	padding: 15px 24px;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-size: 1.3em;
}

.search input[type=search] {
	all: unset;
}

.search input[type=search]::placeholder {
	opacity: 0.8;
}

.search button {
	all: unset;
	color: #fc011a;
}

.number_controller {
	border: 1px solid #E4E4E4;
	border-radius: 0px;
	width: auto;
	display: inline-block;
	padding: 0;
}

.number_controller button {
	all: unset;
	border-radius: 0px;
	line-height: 25px;
	width: 25px;
	height: 25px;
	text-align: center;
}

.number_controller input[type=text] {
	all: unset;
	border-radius: 0px;
	width: 30px;
	line-height: 25px;
	height: 25px;
	text-align: center;
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
}

@media(max-width:768px) {

	#order .table td {
		white-space: nowrap;
	}

	#order td .cont p {
		font-size: 1em;
	}

	#order h3 {
		font-size: 16px;
	}

	#order .inner {
		padding: 20px 0;
	}



	#order.protable_st .table {
		overflow: hidden;
	}

	#order.protable_st .table thead {
		display: none;
	}

	#order.protable_st .table tbody tr {
		border: 1px solid #E4E4E4;
		padding: 15px;
		border-radius: 5px;
		display: grid;
		grid-template-columns: auto auto;
		align-items: center;
		justify-content: space-between;
		position: relative;
		grid-gap: 0 5px;
	}

	#order.protable_st .table tbody tr td {
		border: none;
		padding: 0;
		text-align: right;
		grid-column: 1/3;
		padding: 7px 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0 0 10px;
	}

	#order.protable_st .table tbody tr td.thumbWrap {
		grid-column: 1/2;
		text-align: left;
		padding: 0;
		background: #fff;
	}

	#order.protable_st .table tbody tr td.thumbWrap .thumb + div {
		white-space: normal;
	}

	#order.protable_st .table tbody tr td.proCount {
		grid-column: 2/3;
		padding: 0;
	}

	#order.protable_st .table tbody tr td.proCost {
		margin: 5px 0 0;
		background: #eee;
		position: relative;
	}

	#order.protable_st .table tbody tr td.proCost strong {
		font-size: 1.2em;
		font-weight: 700;
	}
}

/*별점*/
.starR {
	font-size: 1em;
	display: inline-block;
	cursor: pointer;
	opacity: 0.4;
}

.starR.on {
	opacity: 1;
}




/*bbs*/
#login {
	width: 100%;
	height: 100vh;
	position: relative;
	background: url(../img/common/infbg.png) center center no-repeat;
	background: cover;
}

#login > div {
	width: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	background: #fff;
	border-radius: 15px;
	transform: translate(-50%, -50%);
	;
	overflow: hidden;
	font-size: 1.1em;
	padding: 20px;
	max-width: 500px;
	overflow: auto;
	max-height: 75vh;
}

#login > div::-webkit-scrollbar {
	display: none;
	/* Chrome, Safari, Opera*/
}

#login .logo_box {
	width: 100%;
	height: 70px;
	background: url(img/logo_bg.png) no-repeat left center / auto 130px;
}

#login h1 {
	width: 140px;
	margin: 20px auto;
	padding-top: 0px;
	text-align: center
}

#login h1 > strong{
    font-size: 1.3em;
    padding: 10px 0;
    display: block;
}
#login fieldset > p {
	font-weight: 800;
	font-size: 0.9em;
	padding: 10px 0
}

#login h1 .logo {
	width: 100%;
}

#login h2 {
	display: none;
}

#login #login_fs {}

#login_fs > label {
	font-size: 0.8em;
	opacity: 0.5;
}

#login #login_fs .login_id,
#login #login_fs .login_pw {
	display: none;
}

#login #login_fs .frm_input {
	padding: 0;
	width: 100%;
	background: #fff !important;
	border: 0;
	height: 55px;
	line-height: 55px;
	text-indent: 20px;
	margin-bottom: 10px;
	color: #1a1a1a;
	border-radius: 5px;
	border: 1px solid #ececec;
	font-size: 1.1em;
}

#login input.frm_input::-webkit-input-placeholder {
	color: #8c8c8c
}

#login input.frm_input::-moz-placeholder {
	color: #8c8c8c
}

#login input.frm_input::-ms-input-placeholder {
	color: #8c8c8c
}

#login #login_fs .btn_submit {
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	width: 100%;
	border-radius: 5px;
	background: #000;
	border: none;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
/*	padding: 12px 0;*/
	height: 50px;
}

#login #login_fs .btn_submit.gray {
	background: #E4E4E4;
	color: #515151;
}

#login #login_info {
	background: none;
	padding: 0px 0px 0;
	border-top: 0;
	text-align: right;
}

#login #login_info p {
	line-height: 1.5em;
	margin-bottom: 20px;
	color: #fff;
	text-align: left;
	font-size: 0.8em;
}

#login #login_info a {
	display: inline-block;
	color: #777;
	border: 0;
	background: none;
	/* text-decoration:underline;*/
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1.5em;
	padding: 0 7px;
}

#login .btn_confirm {
	width: 100%;
	background: none;
	padding: 10px 0;
	margin: 0;
	font-size: 1em;
}

#login .btn_confirm a {
	text-decoration: none;
	color: #f4c552;
	padding-right: 10px;
	display: inline-block;
	letter-spacing: -1px;
}

#login .nav-tabs > li {
	width: 50%;
	text-align: center;
}

#login .nav-tabs {
	border-bottom: 0px;
}

#login .nav {
	padding: 10px 0;
}

#login .contact {
	color: #515151;
	font-weight: 700;
	margin: 20px 0 10px;
	text-align: center
}

#login .btn_ctt {
    display: block;
	text-align: center;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #fc011a;
	font-size: 18px;
	font-weight: 500;
	color: #fc011a;
	padding: 12px 0;
	height: 50px;
}

#login .flex {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 30px auto
}

#login .flex.v2 {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0
}

#login .flex.v2 > * {
	width: 50%;
}

#login .inputGroup:after {
	content: '';
	display: block;
	clear: both;
}

#login .inputGroup {
	justify-content: space-between;
	background-color: #ffffff00;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 10px
}

#login .inputGroup label {
	padding: 15px;
	margin: 0;
	width: calc(100% - 65px);
	display: block;
	text-align: left;
	height: 55px;
	cursor: pointer;
	font-weight: 400;
	position: relative;
	transition: color 200ms ease-in;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff;
}

#login .inputGroup label .ic_check {
	width: 32px;
	height: 32px;
	color: #a5a5a5;
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	top: 50%;
	right: 0;
	line-height: 30px;

	transform: translate(-50%, -50%);
	cursor: pointer;
	transition: all 200ms ease-in;

	display: flex;
	align-items: center;
	justify-content: center;
}

#login .inputGroup input:checked ~ label {
	color: #fff;
	background: #fc011a;
}

#login .inputGroup input:checked ~ label:before {
	transform: translate(-50%, -50%) scale3d(56, 56, 1);
	opacity: 1;
}

#login .inputGroup input:checked ~ label .ic_check {
	background-color: #fff;
	border-color: transparent;
	color: #fc011a;
}

#login .inputGroup span.ic_check:after {
	color: #707070;
	position: absolute;
	right: 4px;
	font-size: 0.8em;
	cursor: pointer;
	top: 8px;
	left: 12px;
	box-sizing: border-box;
	width: 6px;
	height: 12px;
	transform: rotate(45deg);
	border-width: 2px;
	border-style: solid;
	border-color: #707070;
	border-top: 0;
	content: " ";
	border-left: 0;
	transition: all 200ms ease-in;
}

#login .inputGroup input {
	width: 32px;
	height: 32px;
	order: 1;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: ranslateY(-50%);
	cursor: pointer;
	visibility: hidden;
}

#login .inputGroup input[type=checkbox]:checked + label > div {
	display: none;
}

#login .inputGroup input[type=checkbox] + label > div {
	display: none;
}

#login .inputGroup .collapse {
	display: none;
	width: 100%;
	opacity: 0;
	height: 1px;
	transition: all .5s;
}

#login .inputGroup .collapse.in {
	display: block;
	opacity: 1;
	/*	height: 100px;*/
	height: 100%;
	transition: all .5s;
}

#login .inputGroup .collapse textarea {
	width: 100%;
	height: 100px;
	margin: 10px 0 0;
	border: 0px;
	background: #ececec;
	padding: 10px;
}

#login .inputGroup button {
	margin-left: auto;
	background: #fc011a !important;
	border: 0
}

#login input[type=radio] + label > div {
	display: none;
}

#login .sns_login{margin-top: 30px;}
#login .sns_login ul{margin: 10px 0;}
#login .sns_login .btn{    display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	border-radius: 5px;
	background: #eee;
	border: none;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	height: 50px;
	margin-bottom: 4px;}
#login .sns_login .btn img{height: 18px; margin-right: 4px;}
#login .sns_login a.btn_yellow{background-color: #FFC82B; color: #2A2014; opacity: 0.9}
#login .sns_login a.btn_green{background-color: #03C75A; color: #fff; opacity: 0.9}
#login .sns_login a:hover{opacity: 1;}

/*아이디비번찾기*/
.find_form .ref {
	font-size: 0.9em;
	margin-bottom: 10px;
	opacity: 0.8;
}

.find_form .btn_wrap button {
	text-align: center;
	width: 100%;
	border-radius: 5px;
	background: #fc011a;
	border: none;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	padding: 12px 0;
	height: 50px;
}

/*
.find_form .nav-tabs>li>a{background: #EFEFEF;}
.find_form .nav-tabs>li.active>a,
.find_form .nav-tabs>li.active>a:focus,
.find_form .nav-tabs>li.active>a:hover{font-weight: 600; background: #fff; border-bottom: 1px solid transparent;}*/



.no-data{
    text-align: center;
    display: block;
    color: #999;
}
@media (max-width:768px) {
	/*
	.flex{
		flex-wrap: wrap;
		grid-gap: 10px;
		
	}
	.flex.js{
		flex-direction: column;
	}
	.boxIn{
		justify-content: center;
	}
*/
}


@media(max-width:1500px) {

	.layout .area_conts .hd_title {
		white-space: nowrap;
		overflow-x: scroll;
		margin: 10px 0;

		justify-content: flex-start;
	}

	.boxIn {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		grid-gap: 5px;
		margin: 0 0 5px;
	}

}

@media(max-width:1200px) {
	.longboard_st.table {
		width: 100%;
	}

	.longboard_st.table thead {
		display: none;
	}

	.longboard_st.table tbody tr {
		display: flex;
		flex-direction: column;
		align-items: center;
		border: 1px solid #eee;
		border-radius: 5px;
		margin: 15px 0 0;
		position: relative;
	}

	.longboard_st.table tbody td {
		border: none;
		padding: 10px;
		display: grid;
		grid-template-columns: auto auto;
		align-items: center;
		justify-content: space-between;
		grid-gap: 15px;
		width: 100%;
		color: #333;
		border-top: 1px dotted #eee;
	}

	.longboard_st.table tbody td:first-of-type {
		border-top: 0;
	}

	.longboard_st.table tr:nth-child(even) td {
		background: transparent;
	}

	.longboard_st.table tbody td .hidden-lg {
		color: #999;
	}

	.longboard_st.table .board-100 > p {
		font-size: 1.1em;
		font-weight: 600;
	}

	.longboard_st.table .board-100 {
		grid-column: 1/3;
		border-top: 1px dotted #eee;
		color: #333;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.longboard_st.table .board-view {
		display: grid;
		grid-template-columns: 1fr;
		background: #eee;
		padding: 0;
	}

	.longboard_st.table .board-view > button {
		border-radius: 0;
	}

	.board-btnWrap {
		display: flex;
		flex-direction: row !important;
		align-items: center;
		grid-gap: 10px;
	}

	.board-btnWrap > div {
		flex-direction: row !important;
	}
}

@media(max-width:768px) {
	.longboard_st.table tbody td {
		align-items: flex-start;
	}

	.board-btnWrap {
		flex-direction: column !important;
		align-items: flex-end;
	}

	/*
	#market .table_scroll{
		overflow-x: scroll;
	}
	#market .table{
		min-width: 500px;
	}
	.table > tbody > tr > td{
		white-space: nowrap;
		width: 250px;
		text-overflow: ellipsis;
		overflow: hidden;
	}
*/

	/*------scroll bar---------------------*/

	::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}

	.boxIn {
		grid-gap: 2px;
		flex-wrap: wrap;
	}

	.table th,
	.table td,
	.table > thead > tr > th,
	.table > tbody > tr > td {
		padding: 10px 5px;
		text-align: center;
	}

	.table th,
	.table > thead > tr > th {
		font-size: 1em;
		line-height: 1.4;
	}

	.table td,
	.table > tbody > tr > td {
		line-height: 1.4;
	}

	.table .board-title > p {
		line-height: 1.4;
		text-align: left;
		overflow: hidden;
		max-height: 2.8em;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

}

@media(max-width:500px) {}



.swal-button--cancel{
    background: #666!important;
    color: #fff!important;
}