html, body {
	width: 100%;
	overflow-x: hidden;
	background-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color: #a7b2e6;
	scrollbar-base-color: #a7b2e6;
	scrollbar-face-color: #e4e8f8;
	scrollbar-track-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	word-spacing: 0;
	letter-spacing: -0.5px;
}

body {
	padding: 0 !important;
	min-height: 100vh;
	background-image: linear-gradient(-90deg, #fbe7ff, #ddf6ff);
}

h1, h2, h3, h4, h5, span, p, .btn {
	font-family: 'Noto Sans KR', sans-serif;
}

a {
	font-family: 'Noto Sans KR', 'Helvetica Neue', Arial, sans-serif;
}

@media ( max-width :991px) {
	h1 {
		font-size: 24px !important;
	}
	h2 {
		font-size: 24px !important;
	}
	h3 {
		font-size: 20px !important;
	}
	h4 {
		font-size: 16px !important;
	}
	h5 {
		font-size: 14px !important;
	}
	table td {
		font-size: 14px;
	}
	table .pc-td {
		display: none;
	}
	
}

@media(max-width:1200px) {
	.detailHeader {
		display: inline-block;
	}
}

.detailHeader {
	background-color: white;
	background-image: none;
	margin-top: 10px;
	border-radius: 5px;
	box-shadow: 0 4px 2px -2px rgb(0 0 0/ 20%);
	position: relative;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 18px 15px 15px 15px;
	background-position: center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.detailHeader h2 {
	color: #8faefc;
} 

select::-ms-expand {
	display: none
}

body {
	font-family: 'Noto Sans KR', 'Helvetica Neue', Arial, sans-serif
}

hr {
	max-width: 50px;
	border-color: #3868AC;
	border-width: 3px
}

hr.light {
	border-color: #fff;
	border-color: #fff
}

hr.dark {
	border-color: #323232
}

a {
	color: #46a2e8
}

.white-bg {
	background-color: #fff
}

a.gray>i:HOVER, a.white>i:HOVER {
	color: rgba(102, 0, 255, 1)
}

a:hover, a:focus {
	color: gray;
	text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Questrial', 'Helvetica Neue', Arial, sans-serif
}

@media ( max-width :1200px) {
	h2 {
		font-size: 30px
	}
	h4 {
		font-size: 22px
	}
}

p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.5
}

.bg-primary {
	background-color: #000
}

.bg-dark {
	color: #fff;
	background-color: #222
}

.text-faded {
	color: #424242
}

section {
	padding: 0;
	position: relative;
	z-index: 1
}

@media ( max-width :767px) {
	section {
		padding: 0
	}
	.email {
		display: none
	}
}

aside {
	padding: 50px 0
}

.no-padding {
	padding: 0
}

@media ( max-width :767px) {
	.modal-dialog {
		width: 90%;
		margin: 8px
	}
}

.app-btn {
	display: inline-block !important;
	margin: 0 10px;
	width: 100px !important
}

@media ( max-width : 767px) {
	.app-btn {
		width: 100px !important;
		margin: 0 7px
	}
}

.pdl0 {
	padding-left: 0 !important
}

.pdr0 {
	padding-right: 0 !important
}

.pdl5 {
	padding-left: 5px !important
}

.pdr15 {
	padding-right: 15px
}

.pdr10 {
	padding-right: 10px
}

.pdt3 {
	padding-top: 3px !important
}

.pdt10 {
	padding-top: 10px
}

.w270 {
	width: 270px
}

.mgl20 {
	margin-left: 20px
}

.w55 {
	width: 55px
}



.upper {
	text-transform: uppercase;
	word-wrap: break-word
}


.cont-container {
	max-width: 1270px;
	margin: 0 auto;
}

.section-heading {
	margin-top: 0;
	color: #000
}


.mgl5{
	margin-left:5px;
}
.mgl10 {
	margin-left: 10px
}

.text-primary {
	color: #3868AC
}

.no-gutter>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.btn-default {
	border-color: #fff;
	color: #222;
	background-color: #fff;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active,
	.btn-default.active, .open>.dropdown-toggle.btn-default {
	border-color: #1C3F71;
	color: #222;
	background-color: #f2f2f2
}

.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default
	{
	background-image: none
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default,
	.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover,
	.btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus,
	.btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus,
	.btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active,
	.btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active
	{
	border-color: #fff;
	background-color: #fff
}

.btn-default .badge {
	color: #fff;
	background-color: #222
}

.btn-primary {
	border-color: #3868AC;
	color: #fff;
	background-color: #636363;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active,
	.btn-primary.active, .open>.dropdown-toggle.btn-primary {
	border-color: #ed431f;
	color: #fff;
	background-color: #1C3F71
}

.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary
	{
	background-image: none
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary,
	.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
	.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
	.btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus,
	.btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active,
	.btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active
	{
	border-color: #3868AC;
	background-color: #3868AC
}

.btn-primary .badge {
	color: #3868AC;
	background-color: #fff
}

.btn {
	border: 0;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 200
}

.btn-xl {
	padding: 15px 30px
}

::-moz-selection {
	text-shadow: none;
	color: #fff;
	background: #222
}

::selection {
	text-shadow: none;
	color: #fff;
	background: #222
}

img::selection {
	color: #fff;
	background: 0 0
}

img::-moz-selection {
	color: #fff;
	background: 0 0
}

body {
	webkit-tap-highlight-color: #222
}


@media ( max-width :767px) {
	.top-logo {
		margin-left: 10px
	}
}

.mgt30 {
	margin-top: 30px
}

.mgt35 {
	margin-top: 35px
}

.mgt50 {
	margin-top: 50px !important
}

.mgt150 {
	margin-top: 150px !important
}

.mgt300 {
	margin-top: 300px !important
}

.mh70v {
	min-height: 70vh
}

.container .cont-container {
	padding: 10px;
	text-align: center;
	width: 100%;
	display: inline-block
}

.container .main-container {
	padding: 80px 30px;
	text-align: center;
	position: relative;
	left: 0;
	z-index: 10;
	width: 100%
}

@media ( max-width :767px) {
	.container .main-container {
		padding: 140px 30px 80px
	}
}

@media ( min-width :768px) {
	.h320 {
		height: 320px
	}
}

.article {
	cursor: pointer
}

.white {
	color: #fff !important
}


.h110 {
	height: 110px
}

.f16 {
	font-size: 16px !important
}


.listBA {
	border: 1px solid lightgray;
	text-align: left
}

.BA {
	margin-top: 10px;
	margin-bottom: 10px;
	color: gray;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Questrial', 'Helvetica Neue', Arial, sans-serif
}

.BA:HOVER {
	font-weight: 700
}

.listBA .current {
	color: red
}

#hasNoNext, #hasNoPrev {
	color: lightgray
}

.detail-contents * {
	max-width: 100% !important
}

.detail-contents {
	text-align: left
}

.detail-contents table {
	max-width: 100% !important
}

.detail-contents img {
    max-width: 550px !important;
	border: 1px solid lightgray;
	border-radius: 5px;
	padding: 0 !important;
	margin: 10px auto !important;
}

.detail-contents p {
	margin-bottom: 0;
	font-family: 'Noto Sans KR', 'Roboto'
}

.text-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.fileInput {
	float: left
}

.w100 {
	width: 100px
}

.w150 {
	width: 150px
}

.w70 {
	width: 70px
}

.mgr5 {
	margin-right: 5px
}

.mgr10 {
	margin-right: 10px
}

.mgr15 {
	margin-right: 15px
}

.curPnt {
	cursor: pointer
}

.mgt0 {
	margin-top: 0
}

.mgb10 {
	margin-bottom: 10px
}

.mgb5 {
	margin-bottom: 5px
}

.mgb25 {
	margin-bottom: 25px
}

.mgb30 {
	margin-bottom: 30px
}

.mgt5 {
	margin-top: 5px
}

.mgt15 {
	margin-top: 15px
}

.mgb50 {
	margin-bottom: 50px
}

.mgtb25 {
	margin-top: 25px;
	margin-bottom: 25px
}

.mgtb10 {
	margin: 10px 0
}

.pd {
	padding: 0
}

.listBA .title {
	text-transform: uppercase;
	border-bottom: 1px dotted lightgray;
	height: 30px;
	font-size: 16px
}

.notice h1 {
	margin-top: 0;
	margin-bottom: 50px;
	text-transform: uppercase;
	font-weight: 700
}

.cursive {
	font-family: 'Dancing Script', cursive;
	text-transform: none
}

.text-primary {
	color: #9c27b0
}

.icon-lg {
	font-size: 50px;
	line-height: 18px
}

@media ( min-width :768px) {
	.icon-lg {
		font-size: 80px
	}
}

#function {
	background-color: #f5f5f5
}

.no-gutter>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.center {
	text-align: center
}

.gray {
	color: #8f8f8f !important
}

.jsonInput {
	min-height: 650px;
	resize: none !important
}

.navbar-default .dropdown-menu {
	background-color: #000
}

.navbar-default.affix .dropdown-menu {
	background-color: rgba(255, 255, 255, .7)
}

.navbar-default .dropdown-menu li a {
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7)
}

.navbar-default.affix .dropdown-menu li a {
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.7)
}

#footer {
	background-color: #000;
	position: relative;
	z-index: 1
}

.whiteSection {
	background-color: #fff
}

#commentBox {
	text-align: left
}

.comment {
	border: none;
	background-color: rgba(0, 0, 0, 0);
	text-align: left;
	font-size: 14px;
	margin: 10px 0 0;
	padding: 0;
	font-family: 'Questrial', 'Helvetica Neue', Arial, sans-serif;
	width: 100%
}

.media-box {
	border: 1px solid lightgray;
	padding: 10px
}

.bold {
	font-weight: 700
}

.detail-contents>h1, .detail-contents>h1 * {
	margin: 0 !important
}

.detail-contents>h2, .detail-contents>h2 * {
	margin: 0 !important
}

.detail-contents>h3, .detail-contents>h3 * {
	margin: 0 !important
}

.detail-contents>h4, .detail-contents>h4 * {
	margin: 0 !important
}

.detail-contents>h5, .detail-contents>h5 * {
	margin: 0 !important
}

.detail-contents>h6, .detail-contents>h6 * {
	margin: 0 !important
}

.detail-contents>p, .detail-contents>p * {
	margin: 0 !important
}

.detail-contents>blockquote, .detail-contents>blockquote * {
	margin: 0 !important
}

@media ( max-width :767px) {
	
	.detail-contents>h1, .detail-contents>h1 * {
		font-size: 32px !important
	}
	.detail-contents>h2, .detail-contents>h2 * {
		font-size: 24px !important
	}
	.detail-contents>h3, .detail-contents>h3 * {
		font-size: 20px !important
	}
	.detail-contents>h4, .detail-contents>h4 * {
		font-size: 16px !important
	}
	.detail-contents>h5, .detail-contents>h5 * {
		font-size: 14px !important
	}
	.detail-contents>h6, .detail-contents>h6 * {
		font-size: 12px !important
	}
	.detail-contents>p, .detail-contents>p * {
		font-size: 16px !important;
		font-weight: 400
	}
	.detail-contents>blockquote, .detail-contents>blockquote * {
		font-size: 14px !important
	}
	
	.pdb100 {
		padding-bottom: 0
	}
}

.black {
	color: #111022;
}

.black:link {
	color: #111022;
}

.black:focus {
	color: #111022;
}

.mgt10 {
	margin-top: 10px;
}

.disabled {
	display: none;
}

.w100p {
	width: 100%;
}

.w50p {
	width: 50%;
}

.w200 {
	width: 200px;
}

.mgb15 {
	margin-bottom: 15px;
}

.red {
	color: red;
}

.mgt20 {
	margin-top: 20px;
}

.mgt25 {
	margin-top: 25px;
}

.break-word {
	word-wrap: break-word;
}



.detailHeader h1 {
	font-weight: 100;
	font-family: "Do Hyeon";
	color: #8ab4f7;
	font-size:2.5em;
}

.detailHeader .ion-star {
	font-size: 20px !important
}

.detailHeader h4 {
	font-size: 20px
}

@media ( max-width :767px) {
	.detailHeader {
		padding: 15px
	}
	.detailHeader h1 {
		font-size: 20px
	}
	.detailHeader h2 {
		font-size: 16px
	}
	.detailHeader h4 {
		font-size: 14px
	}
}

.detailHeader:before {
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -10;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.w90 {
	width: 90px
}

.caption p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1.3
}

.caption span {
	float: left;
    text-shadow: none;
    color: gray;
    margin-left: 3px;
    font-size: 16px !important;
    font-weight: bold;
    color: #3980ff !important;
}

.navbar-default {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	background-color: #fff;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s
}

.navbar-default .navbar-header .navbar-brand {
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 700;
	color: rgba(65, 0, 255, 0.7)
}

.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus
	{
	color: #5800FF
}

.navbar-default .nav>li>a, .navbar-default .nav>li>a:focus {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #222
}

@media ( min-width :768px) and (max-width:990px) {
	.navbar-default .nav>li>a {
		text-transform: uppercase;
		font-size: 11px;
		font-weight: 700;
		color: #222
	}
}

.navbar-default .nav>li>a:hover, .navbar-default .nav>li>a:focus:hover {
	color: rgba(65, 0, 255, 0.7)
}

.navbar-default .nav>li.active>a, .navbar-default .nav>li.active>a:focus
	{
	color: rgba(65, 0, 255, 0.7) !important;
	background-color: transparent
}

.navbar-default .nav>li.active>a:hover, .navbar-default .nav>li.active>a:focus:hover
	{
	background-color: transparent
}

.navbar {
	border: 0 !important;
	border-radius: 0 !important;
	margin-bottom: 0 !important;
	background-color: #fff
}

@media ( min-width :768px) {
	.navbar-default {
		background-color: #000
	}
	.navbar-default .navbar-header .navbar-brand {
		color: rgba(255, 255, 255, .7)
	}
	.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus
		{
		color: #fff
	}
	.navbar-default .nav>li>a, .navbar-default .nav>li>a:focus {
		color: rgba(255, 255, 255, .7)
	}
	.navbar-default .nav>li>a:hover, .navbar-default .nav>li>a:focus:hover {
		color: rgba(102, 0, 255, 1)
	}
	.navbar-default.affix {
		background-color: #fff
	}
	.navbar-default.affix .navbar-header .navbar-brand {
		font-size: 14px;
		color: rgba(65, 0, 255, 0.7)
	}
	.navbar-default.affix .navbar-header .navbar-brand:hover,
		.navbar-default.affix .navbar-header .navbar-brand:focus {
		color: #5800FF
	}
	.navbar-default.affix .nav>li>a, .navbar-default.affix .nav>li>a:focus {
		color: #222
	}
	.navbar-default.affix .nav>li>a:hover, .navbar-default.affix .nav>li>a:focus:hover
		{
		color: rgba(65, 0, 255, 0.7)
	}
}

#mobileNav, .menubar, #mobileHeader, #pcNav {
	display: none
}

#pcNav {
	margin-bottom: 0 !important;
	padding: 0 !important
}

.menubar {
	background-color: #1f1f1f
}

@media ( max-width :1200px) {
	#mobileNav, .menubar, #mobileHeader {
		display: block
	}
	#mobileHeader {
		z-index: 1000;
		width: 100%;
		top: 0
	}
	#mobileHeader .navbar {
		box-shadow: none
	}
	#mainNav, #pcNav {
		display: none
	}
}

.menubar {
	height: 45px;
	width: 100%
}

#mainNav {
	box-shadow: none
}

.menubar.fixed {
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	height: 45px;
	z-index: 100
}

.mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	-webkit-transition: all .35s;
	transition: all .35s
}

footer ::selection {
	background: #fff;
	color: #000
}

footer ::-moz-selection {
	background: #fff;
	color: #000
}

#contacts {
	position: relative;
	z-index: 0;
	padding: 0;
	background: transparent
}

footer {
	width: 100%;
	padding: 60px 0;
	color: #999;
	background-color: #212242
}

footer h4 {
	color: #636363
}

@media ( min-width :768px) {
	.primary {
		margin-top: 50px
	}
	footer {
		position: static;
		left: auto;
		bottom: auto;
		transform: none;
		-webkit-transform: none;
		display: inline-block
	}
	.map_hide {
		margin-left: 325px
	}
	.respond_clear {
		clear: both;
		height: 0;
		font-size: 0
	}
}

.pdb100 {
	padding-bottom: 100px !important;
}

.pdb30 {
	padding-bottom: 30px !important;
}

.pdb10 {
	padding-bottom: 10px !important;
}

.pdb5 {
	padding-bottom: 5px !important;
}

@media ( max-width :767px) {
	footer {
		position: static;
		left: auto;
		bottom: auto;
		transform: none;
		-webkit-transform: none;
		display: inline-block
	}
	.map_hide {
		margin: 0;
		left: auto;
		right: 15px
	}
	.respond_clear {
		clear: both;
		height: 0;
		font-size: 0
	}
}

.h100 {
	height: 100px
}

.h100p {
	height: 100%
}

.board_thumbnail {
	height: 300px;
	background-color: #f5f5f5
}

.board_thumbnail img {
	margin: 0 auto
}

.board_thumbnail:HOVER {
	border: 1px solid #9c27b0
}

.board_thumbnail .thumbnail-image {
	height: 150px;
	overflow: hidden;
	text-align: center;
	background-color: #fff
}

.under-line {
	border-bottom: 1px solid lightgray
}


#promotionPage {
	margin-top:15px !important;
}

#recentComment.swiper {
    height:300px !important;
    overflow: hidden;
}

#recentEmsComment.swiper {
    height:180px !important;
    overflow: hidden;
}

#recentComment .swiper-slide, #recentEmsComment .swiper-slide {
    width: 100%;
    text-align: left;
    display: block;
    padding:0px 15px;
}

.comment-container-new {
	position:relative; width:100%; display: flex;
}
.comment-container-new .report-btn {
	right:15px !important; top:15px; left:inherit !important;
}
.comment-container-new .img-circle {
	width:40px; height:40px; margin:0 auto;
}
.border-top-dashed{
	 border-top:1px dashed lightgray
}
.comment-container-new textarea {
	font-size: 0.9em; word-spacing: -1.5px;	padding: 5px; margin-top: 0px; margin-bottom: 0px !important;
}
.comment-container-new .published {
	color: gray;
}
.comment-container-new .modified-text{
	font-size:12px; color: gray;
}
.comment-container-new .image-container-new {
	width:70px; float: left; padding-top:10px;
}
.comment-container-new .empty-container {
	width:45px; float: left;
}
.comment-container-new .main-container-new {
	width:calc(100% - 50px); float: left; padding:5px 10px 5px 5px;
}
.wname {
	max-width:100px !important;
	display: inline-block;
	
}
#Aliexpress .swiper-slide{
	max-width:180px;
}
@media(max-width:767px) {
    #Aliexpress .swiper-slide {
        max-width: 140px;
    }
}
#Aliexpress-Promotion .swiper-slide{
	max-width:180px;
}
@media(max-width:767px) {
    #Aliexpress .swiper-slide {
        max-width: 140px;
    }
}
#Qoo10 .swiper-slide{
	max-width:180px;
}
#Temu .swiper-slide{
	max-width:180px;
}
@media(max-width:767px) {
    #Aliexpress .swiper-slide {
        max-width: 140px;
    }
}
#iHerb .swiper-slide{
	max-width:180px;
}
@media(max-width:767px) {
    #iHerb .swiper-slide {
        max-width: 140px;
    }
}
.categories, .main-categories{
	overflow:hidden;
}
.categories .swiper-slide, .main-categories .swiper-slide{
	width:auto;
	padding-bottom:0px;
}

.categories .swiper-pagination, .main-categories .swiper-pagination{
	width: 15% !important;
    margin: 0 auto 5px auto;
}
.categories .swiper-slide.active a, .main-categories .swiper-slide.active a{
    border-bottom: 3px solid #3bb6ff;
}
.categories .swiper-slide a, .main-categories .swiper-slide a{
    line-height:15px;
    font-size: 0.8em;
    color: #525252;
    margin: 15px 10px 10px 10px;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
}
.pd5-important > span, .pd5-important > b{
	padding: 5px !important;
	display:block;
}
.currency-collapsed {
	height:207px;
	overflow:hidden;	
}

.like-button .like {
	color: red;
	font-weight: bold;
}
.like-button {
	height:35px;
	line-height:35px;
	min-width:35px;
	text-align:left;
	cursor: pointer;
}
.like-button i {
	color: pink;
	font-size:15px;	
}
.like-button span {
	color:gray;
}

.freight-detail-content a {
	color: deepskyblue !important;
}

.freight-detail-content a > * {
	color: deepskyblue !important;
}

.freight-detail-content > * {
	line-height: 2em;
}

@media(min-width:1300px) {
	.container {
		width:1270px;
	}
}

@media(max-width: 767px) {
	.detail-contents img {
		max-width: 70vw !important;
		height: auto !important;
		border: 1px solid lightgray;
		border-radius: 5px;
		margin: 10px auto !important;
		padding: 0 !important;
	}
	.ad1{
		padding:0 !important;
	}
	.ad2{
		display:none;
	}
}

@media(min-width:768px) {
	.ad1 {
		padding:0 5px 0 0;
	}
	.ad2{
		padding:0 0 0 5px;
	}
}
.relative {
	position: relative
}

.pd15 {
	padding: 0 15px !important
}

@media ( max-width :991px) and (min-width:768px) {
	.navbar-fixed-top li a {
		padding: 15px 7px
	}
}

.more-btn {
	width: 75px;
	height: 35px;
	font-size: 14px;
	line-height: 33px;
	border-radius: 5px;
	border: 1px solid gray;
	color: gray !important;
	display: inline-block;
	background-color: white;
	cursor: pointer
}


@media ( min-width :768px) {
	.logo_wrapper {
		display: none
	}
}

@media ( max-width :767px) {
	.top_logo, .search-box {
		display: none
	}
	.container {
		padding: 0 5px
	}
}


.logo_wrapper {
	width: 100%;
	height: 75px;
	text-align: center;
	padding: 0 55px 0 50px
}

.navbar-default .navbar-toggle {
	z-index: 500
}

.pdt0 {
	padding-top: 0 !important
}

.mgb0 {
	margin-bottom: 0 !important
}


.blankArea {
	display: none;
	height: 0;
	width: 100%
}


.mgb20 {
	margin-bottom: 20px
}

#pc, #mobile {
	padding: 0;
	float: none;
	display: none
}

.notice h4 {
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 0
}

.w300 {
	width: 300px
}


@media ( max-width :1200px) {
	.top-nav-pc {
		display: none
	}
}

.navbar-default .navbar-toggle {
	border: none !important
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
	{
	background-color: #fff !important
}

.navbar-toggle .icon-bar {
	height: 3px !important;
	background-color: #000 !important
}

.navbar-form {
	margin-bottom: 0;
	border: none
}


.prod_table2 {
	width: 100%
}

.prod_table2 th {
	text-align: center;
	height: 40px;
	background-color: #EFEFEF;
	border: 1px solid lightgray;
	width: 150px
}

.prod_table2 td {
	text-align: center;
	height: 40px;
	background-color: #fff;
	border: 1px solid lightgray
}

.prod_table2 input {
	width: 100%;
	height: 100%;
	border: none;
	font-size: 16px;
	padding-left: 10px
}

.prod_table2 select {
	width: 100%;
	height: 100%;
	border: none;
	font-size: 16px;
	padding-left: 10px
}

.prod_table2 textarea {
	width: 100%;
	height: 239px;
	border: none
}

.prod_table2 .date {
	width: 100px
}

.prod_table2>thead>tr:FIRST-CHILD>th {
	background-color: #CFCFCF
}

.h450 {
	height: 450px
}


.btn-search {
	padding: 2px 15px;
	margin-bottom: 3px;
	margin-left: 8px
}

.mh500 {
	min-height: 30vh
}

@media ( max-width :767px) {
	.mh500 {
		min-height: 300px
	}
}

.mgr20 {
	margin-right: 20px
}

.green {
	color: green
}

.w180 {
	width: 180px
}

.w75 {
	width: 75px
}

.mgl15 {
	margin-left: 15px
}

.swiper-container {
	width: 100%;
	height: 100%
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

@media ( max-width :767px) {
	.swiper-slide {
		padding-bottom: 20px
	}
}

.pdl15 {
	padding-left: 15px
}

.pdlr5 {
	padding: 0 5px
}

@media ( max-width :767px) {
	.no-padding-m {
		padding: 0 !important
	}
}


.last-week {
	display: none
}

.left-sidebar {
	height: 100vh;
	overflow-y: scroll;
	width: 100vw;
	max-width: 600px;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .5s;
	transition: all .5s;
	position: fixed;
	background-color: #e3e3e3;
	z-index: 10001;
	-ms-overflow-style: none
}

@media ( max-width :767px) {
	.left-sidebar {
		visibility: visible
	}
}

.noscroll {
	position: fixed;
	overflow: hidden
}

.masking {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1
}

#mobileNav {
	margin-bottom: 0 !important;
	padding: 0 !important
}


.nav-cont.fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000
}

.navbar-nav li a {
	padding-left: 10px;
	padding-right: 10px;
}

@media ( max-width :1199px) {
	.navbar-nav li a {
		padding-left: 12px;
		padding-right: 12px
	}
}

.modal {
	text-align: center
}

@media screen and (min-width: 768px) {
	.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%
	}
}

.modal-dialog {
	text-align: left;
	vertical-align: middle;
	display: inline-block
}

.border-top {
	background-color: #f4f4f4
}

.border-middle, .td-image {
	border-top: 1px solid lightgray
}

.border-bottom {
	border-bottom: 1px solid lightgray
}

.border-bottom-light {
	border-bottom: 1px solid #e1e1e1
}

.name {
	max-width: 150px;
	display: block
}


@media ( max-width :767px) {
	.td-image {
		display: none
	}
	.resize-text {
		font-size: 10px
	}
	.name {
		max-width: 50px;
		display: block
	}
	.prod-name {
		display: block !important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 80%
	}
}

.input-group-btn-vertical .btn {
	margin: 0 !important
}

.pad5 {
	padding: 5px
}

.top-nav li {
	list-style-type: none;
	float: left
}

.top-nav .dropdown-menu li {
	float: none
}

.top-nav .dropdown-menu li a {
	padding: 10px
}

.top-nav .dropdown-menu li a:hover {
	padding: 10px;
	background-color: #000;
	color: #fff
}

.top-nav li a {
	padding: 0 10px;
	cursor: pointer;
	color: #000;
	font-weight: 500;
	border-right: 1px solid lightgray
}

.top-nav li a img {
	height: 18px
}

.top-nav li:last-child a {
	border-right: none
}

.top-nav li a:hover, .top-nav li a:focus {
	padding: 0 10px;
	cursor: pointer;
	color: #000
}

#err1, #err2, #dup1, #err3 {
	color: red;
	display: none
}

#mobileNav button {
	z-index: 100
}

@media ( max-width :767px) {
	#mobileNav.navbar {
		background-color: #fff;
		box-shadow: none
	}
}

.mgr0 {
	margin-right: 0 !important
}

.mgl0 {
	margin-left: 0 !important
}


.pad0 {
	padding: 0 !important
}

.primary {
	text-transform: uppercase
}

.pdl10 {
	padding-left: 10px
}

.pdl20 {
	padding-left: 20px
}

.pdb20 {
	padding-bottom: 20px
}

.border-bottom {
	border-bottom: 1px solid #000
}

.pd10 {
	padding: 10px
}

.pd20 {
	padding: 20px
}


.menu-box {
	height: 50px;
}

.menu-box a, .menu-box p, .menu-header p, .menu-header a {
	line-height: 50px;
	color: #323232;
	margin: 0;
	display: inline-block;
	width: 100%
}

.prod-box {
	text-align: center
}


.align-right {
	text-align: right !important
}

.left {
	text-align: left
}

.right {
	text-align: right
}

.pdt30 {
	padding-top: 30px
}

.mw100 {
	max-width: 100px
}

#loginForm {
	padding: 0 10px
}

.table .regdate {
	text-align: right
}

.table .title {
	width: 65%
}

.table .title i {
	font-size: 12px;
	color: #7cb6f1
}

.table .notice-status, .table .faq-status, .table .review-status {
	display: none
}

@media ( min-width :767px) and (max-width:1200px) {
	.table .title {
		width: 60%
	}
}

.no-padding-p {
	padding: 0
}

@media ( max-width :767px) {
	.table .seq, .table .regdate {
		display: none
	}
	.table .title {
		width: 60%
	}
	.table .notice-title, .table .faq-title {
		width: 70%
	}
	.table .notice-writer, .table .faq-writer {
		display: none
	}
	.table .notice-regdate, .table .faq-regdate {
		width: 30%;
		text-align: right;
		padding: 15px 20px
	}
	.table .qna-regdate {
		display: none
	}
	.table .qna-title {
		width: 70%
	}
	.no-padding-p {
		padding: 0 15px
	}
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th,
	.table>thead>tr>td, .table>thead>tr>th {
	padding: 15px 5px;
	vertical-align: middle;
	border-top: 1px solid #fafafa;
	font-weight: 500;
}


.navbar-header {
	width: 100%
}

.ion-android-close {
	font-size: 20px;
	color: #000
}

.modal-header .close i {
	font-size: 24px
}

.w50 {
	width: 50px
}

input {
	padding-left: 10px !important
}

.font-gray {
	color: #888
}

@media ( max-width :767px) {
	.btn.w100p {
		width: 100% !important;
		padding: 10px !important
	}
}

.align-middle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.glyphicon-lg {
	font-size: 3em
}

.f14 {
	font-size: 14px
}

.f12 {
	font-size: 12px
}

.f10 {
	font-size: 10px
}

.guide-btn {
	font-size: 22px;
	line-height: 60px;
	margin-right: 10px;
	cursor: pointer
}

.popover-content {
	background-color: #fff
}

@media ( max-width :767px) {
	.swiper-button-next, .swiper-button-prev {
		display: none
	}
}


.main-popup{
	position: fixed;
    z-index: 899;
    bottom: 30px;
    right: 30px;
    max-width: 400px;
    color: #151325; 
    display:none;
    border-radius:5px;
    background-color: #f6feff !important;
}
.main-popup p {
	padding:10px;
	font-size:12px;
	margin-bottom:0px;
	color: #151325;
}
.main-popup a {
	color:#151325;	
}
@media(max-width:768px){
	.main-popup{
		width: 40vw;
		bottom: 55px;
    	right: 20px;
	}
}

@media (max-width: 500px) {
    .main-popup {
        max-width: inherit;
        bottom: 55px;
        right: 40px;
        left: 40px;
        width:auto;   
    }
}

.navbar {
	box-shadow: none !important
}

.navbar-header {
	margin: 0 !important
}

.navbar-brand>img {
	max-height: 50px;
	margin: 0 auto;
	transform: translateY(-50%);
	top: 50%;
	position: relative
}

.scroll {
	overflow: hidden;
	overflow-x: scroll
}

.scroll::-webkit-scrollbar {
	display: none
}

.block {
	display: block !important
}

.align-left {
	text-align: left !important
}

.board-thumbnail:hover .review-title a, .board-thumbnail:hover .board-title
	{
	text-decoration: underline;
	color: #fff
}

.board-title a {
	color: #fff;
	font-size: 22px;
	word-break: break-all
}


.board-title:hover {
	color: #fff
}

.board-type-1 .share-btn{
	margin:5px 0px;
}
.board-type-1 .board-sub-title{
	display:none !important;
}
.board-type-1 .board-thumbnail{
	display: inline-block;
	padding:0px;
	width:100%;
	/*margin-bottom: 20px;*/
    line-height: 1.4285;
    background-color: white;
    border-radius: 10px;
    border:1px solid lightgray;
}
.board-type-1 .swiper-wrapper{
	padding-top: 5px;
}
.board-type-1 .circle-menu{
	 position: relative;	
}

.board-type-1 .board-thumbnail > a{
	display: inline-block;
	width:100%;	
	overflow: hidden;
	background-color: #fcfcfc;
   
}
.board-type-1 .swiper-slide .board-thumbnail > a{
	height:145px;
    border-radius: 10px;
}

.board-type-1  .board-thumbnail > a{
	height:275px;	
	position:relative;
}
.board-type-1 .board-thumbnail > a h3{
	margin: 0px; left: 50%; top: 50%; text-transform: uppercase; position: absolute; transform: translate(-50%, -50%);
	color: #323232;
	font-family:"Montserrat";
}
.board-type-1 .board-thumbnail .caption{
	text-shadow:0px 0px 1px black;	
}
.board-type-1 .board-thumbnail .circle-menu{
	right: 5px;
	bottom:24px;
}
.board-type-1 .swiper-slide .board-thumbnail .circle-menu{
	right: 5px;
	bottom: 22px;
}

.board-type-1 .board-thumbnail .caption .board-title a{ 
	font-family:'Noto Sans KR', 'Roboto';	
}

.board-type-1 .board-thumbnail .caption .board-title{
	word-break:break-all;
	padding:0px 5px;
}

@media(min-width:1200px){
	.board-type-1 .board-thumbnail > a > img{
		width:100%;	
		position: relative;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	}
	.board-type-1 .swiper-slide .board-thumbnail .caption{
		padding: 0px;
	    position: static;
	    display: inline-block;
	    /*height:140px;*/
	    width:100%;
	}
	.board-type-1 .board-thumbnail .caption{
		padding:0px 10px;
	    position: static;
	    display: inline-block;
	    height:auto;
	    width:100%;
	}
	.board-type-1 .swiper-slide .board-thumbnail .caption .board-title{
		width: 100%;
	    text-align: center;
	    max-height:35px;
	    height:35px;
	    overflow:hidden;
	    position:relative;
	}
	.board-type-1 .board-thumbnail .caption .board-title{
		width: 100%;
	    text-align: left;
	    max-height:35px;
	    height:35px;
	    overflow:hidden;
	    position:relative;
	}
	.board-type-1 .swiper-slide .board-thumbnail .caption .board-title a{ 
		font-size: 14px;
	    color: black;
	    text-shadow: none;
	    width: 100%;
	}
	.board-type-1 .board-thumbnail .caption .board-title a{ 
		font-size: 14px;
	    color: black;
	    text-shadow: none;
	    width: 100%;
	}
	
	.board-type-1 .board-thumbnail .caption .board-sub-title{
	    width: 100%;   
	    text-align: center;	  
	    height:37px;  
	    overflow:hidden;
	}
	.board-type-1 .board-thumbnail .caption .board-sub-title a{
	    font-size:12px;
	    color:black;
		text-shadow:none;
	    
	}
	.board-type-1 .swiper-slide .board-thumbnail .caption{
		/*padding:0px 10px;*/
		position: relative;
	  	width:100%;
	  	font-size:14px;
	}
	.board-type-1 .swiper-slide .board-thumbnail .caption .board-title{
	    width: 100%;
	    text-align: left;
	    word-break:break-all;
	   
	}
	.board-type-1 .swiper-slide .board-thumbnail .caption .board-sub-title{
	    width: 100%;   
	    text-align: center;
	    
	}
}

@media(max-width: 1199px){
		
	.board-type-1 .swiper-slide .board-thumbnail > a{
		height: 180px;
	}
	
	.board-type-1 .board-thumbnail > a {
		height: 180px;
	}
	
	.board-type-1 .board-thumbnail > a > img{
		width:100%;	
		position: relative;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	}
	.board-type-1 .board-thumbnail .caption{
		padding: 5px;
	    position: static;
	    display: inline-block;
	    width:100%;
	}
	.board-type-1 .board-thumbnail .caption .board-title{
		width: 100%;
	    text-align: left;
	    max-height:37px;
	    height:37px;
	    overflow:hidden;
	    position:relative;
	}
	.board-type-1 .board-thumbnail .caption .board-title a{ 
		font-size: 14px;
	    color: black;
	    text-shadow: none;
	    width: 100%;	 
	}
	
	.board-type-1 .board-thumbnail .caption .board-sub-title{
	    width: 100%;   
	    text-align: center;	  
	    height:37px;  
	    overflow:hidden;
	}
	.board-type-1 .board-thumbnail .caption .board-sub-title a{
	    font-size:12px;
	    color:black;
		text-shadow:none;
	    
	}
	.board-type-1 .swiper-slide .board-thumbnail .caption{
		padding:5px 5px;
		position: static;
	    bottom:70px;
	    left:0;
	    right:0;
	    font-size:14px;
	}
	.board-type-1 .swiper-slide .board-thumbnail .caption .board-title{
	    width: 100%;
	    text-align: left;
	    
	   
	}
	.board-type-1 .swiper-slide .board-thumbnail .caption .board-sub-title{
	    width: 100%;   
	    text-align: center;
	    
	}
	.board-type-1 .board-thumbnail .circle-menu{
		bottom:24px;
		right: 5px;  		
	}
	.board-type-1 .swiper-slide .board-thumbnail .circle-menu{
		right:5px;
		bottom:24px;
	}
}
@media(max-width:767px){
	.board-type-1 .col-xs-6{
		padding:0px 7px;
	}
	.board-type-1 .swiper-slide .board-thumbnail > a{
		height:100px;
	}
	.board-type-1 .board-thumbnail > a{	
		height: 35vw;
	}
	.board-type-1 .prod-box{
		padding:0px;
	}
	.board-type-1 .board-thumbnail{
		margin-bottom:0px;
	/*	border: 1px solid lightgray;*/
	    margin-bottom: 14px;
	    display: inline-block;
	}
	.board-type-1 .swiper-slide .board-thumbnail{
		margin-bottom:0px;		
		
	}
	/* .board-thumbnail > a > img{	
		height:56vw;
	} */
	.board-type-1 .discount{
		font-size: 14px !important; 
		color: #cb6efb;
		position:absolute;
		width:40px;
		height:30px;
		line-height:30px;
		top:0;
		right:5px;
		text-align: center;
	}
	.board-type-1 .board-thumbnail > a > img{
		width:100%;	
		position: relative;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	}
	
	.board-type-1 .swiper-slide .board-thumbnail > a > img{
		width:100%;	
		height:auto;
		position: relative;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	}
	
	.board-type-1 .board-thumbnail .caption{
		padding:5px;
		position: static;
		display:inline-block;
		width:100%;
		text-shadow:none;
		font-weight:500;
	}
	.board-type-1 .board-thumbnail .caption .board-title{
	    width: 100%;
	    text-align: left;
	    max-height: 55px;
	    height: 30px;
	    overflow: hidden;
	    position: relative;
	    
	   
	}
	.board-type-1 .board-thumbnail .caption .board-sub-title{
	    width: 100%;   
	    text-align: center;	    
	}
	.caption span{		
		margin-left:5px;
		margin-right:5px;
		font-size:12px;
	}
	.board-type-1 .board-thumbnail .caption .board-title a{
	    width: 100%;
	    text-align: left;
	   	color:black;
	   	font-size:12px;
	   	font-weight:500;
	}
	.board-type-1 .board-thumbnail .caption .board-sub-title a{
	    width: 100%;   
	    text-align: center;
	   	color:black; 
	   	font-size:12px;
	}
	
	.board-type-1 .swiper-slide .board-thumbnail .caption{
		padding:0px;
		position: static;
	    bottom:70px;
	    left:0;
	    right:0;
	    text-shadow: 0px 0px 1px black;
	}
	.board-type-1 .swiper-slide .board-thumbnail .caption .board-title{
	    width: 100%;
	    text-align: left;
	   
	}
	.board-type-1 .swiper-slide .board-thumbnail .caption .board-sub-title{
	    width: 100%;   
	    text-align: center;
	    
	}
	
	.board-type-1 .swiper-slide .board-thumbnail .caption .board-title a{
	    width: 100%;
	    text-align: left;
	    color: black;
	   
	}
	.board-type-1 .swiper-slide .board-thumbnail .caption .board-sub-title a{
	    width: 100%;   
	    text-align: center;
	    color: black;
	}
	
	.board-type-1 .board-thumbnail .circle-menu{
		bottom: 27px;
		right: 5px;  		
	}
	.board-type-1 .swiper-slide .board-thumbnail .circle-menu{
		top: auto;
		right:0px;
  		bottom:27px;
	}
	.board-type-1 .board-thumbnail > a h3{
		font-size:18px;
	}
}

.board-type-2 .share-btn {
	margin: 5px 0
}

.board-type-2 .board-sub-title {
	display: none !important
}

.board-type-2 .board-thumbnail {
	display: inline-block;
	padding: 0;
	width: 100%;
	margin-bottom: 20px;
	line-height: 1.4285;
	background-color: #fff
}

.board-type-2 .swiper-wrapper {
	padding: 10px 0
}

.board-type-2 .circle-menu {
	position: relative
}

.board-type-2 .board-thumbnail img {
	transition: all .2s ease-in-out
}

.board-type-2 .board-thumbnail>a {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	background-color: #fcfcfc;
	border-bottom: 1px solid #efefef
}

.board-type-2 .swiper-slide .board-thumbnail>a {
	height: 290px
}

.board-type-2 .board-thumbnail>a {
	height: 275px;
	position: relative
}

.board-type-2 .board-thumbnail>a h3 {
	margin: 0;
	left: 50%;
	top: 50%;
	text-transform: uppercase;
	position: absolute;
	transform: translate(-50%, -50%);
	color: #323232;
	font-family: "Montserrat"
}

.board-type-2 .board-thumbnail>a h6 {
	margin: 0;
	left: 50%;
	top: 50%;
	text-transform: uppercase;
	position: absolute;
	transform: translate(-50%, -50%);
	color: #323232;
	font-family: "Montserrat"
}

.board-type-2 .board-thumbnail .caption {
	text-shadow: 0 0 1px #000
}

.board-type-2 .board-thumbnail .circle-menu {
	right: 5px;
	bottom: 24px
}

.board-type-2 .swiper-slide .board-thumbnail .circle-menu {
	right: 5px;
	bottom: 24px
}

.board-type-2 .board-thumbnail .caption .board-title a {
	font-family: 'Noto Sans KR', 'Roboto'
}

.board-type-2 .board-thumbnail .caption .board-title {
	word-break: break-all;
	padding: 5px
}

@media ( min-width :1200px) {
	.board-type-2 .board-thumbnail>a>img {
		width: 100%;
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%)
	}
	.board-type-2 .swiper-slide .board-thumbnail .caption {
		padding: 0;
		position: static;
		display: inline-block;
		height: 130px;
		width: 100%
	}
	.board-type-2 .board-thumbnail .caption {
		padding: 0 10px;
		position: static;
		display: inline-block;
		height: auto;
		width: 100%
	}
	.board-type-2 .swiper-slide .board-thumbnail .caption .board-title {
		width: 100%;
		text-align: center;
		max-height: 70px;
		height: 70px;
		overflow: hidden;
		position: relative
	}
}
.board-type-2 .board-thumbnail .caption .board-title {
	width: 100%;
	text-align: left;
	max-height: 70px;
	height: 70px;
	overflow: hidden;
	position: relative
}

.board-type-2 .swiper-slide .board-thumbnail .caption .board-title a {
	font-size: 18px;
	color: #000;
	text-shadow: none;
	width: 100%
}

.board-type-2 .board-thumbnail .caption .board-title a {
	font-size: 16px;
	color: #525252;
	text-shadow: none;
	width: 100%;
	font-weight: 400
}

.board-type-2 .board-thumbnail .caption .board-sub-title {
	width: 100%;
	text-align: center;
	height: 37px;
	overflow: hidden
}

.board-type-2 .board-thumbnail .caption .board-sub-title a {
	font-size: 12px;
	color: #000;
	text-shadow: none
}

.board-type-2 .swiper-slide .board-thumbnail .caption {
	padding: 0 10px;
	position: relative;
	width: 100%
}

.board-type-2 .swiper-slide .board-thumbnail .caption .board-title {
	width: 100%;
	text-align: left;
	word-break: break-all
}

.board-type-2 .swiper-slide .board-thumbnail .caption .board-sub-title {
	width: 100%;
	text-align: center
}

@media ( max-width : 1199px) {
	.board-type-2 .swiper-slide .board-thumbnail>a {
		height: 225px
	}
	.board-type-2 .board-thumbnail>a {
		height: 225px
	}
	.board-type-2 .board-thumbnail>a>img {
		width: 100%;
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%)
	}
	.board-type-2 .board-thumbnail .caption {
		padding: 5px;
		position: static;
		display: inline-block;
		height: auto;
		width: 100%
	}
	.board-type-2 .board-thumbnail .caption .board-title {
		width: 100%;
		text-align: left;
		max-height: 70px;
		height: 70px;
		overflow: hidden;
		position: relative
	}
	.board-type-2 .board-thumbnail .caption .board-title a {
		font-size: 16px;
		color: #525252;
		text-shadow: none;
		width: 100%;
		font-weight: 400
	}
	.board-type-2 .board-thumbnail .caption .board-sub-title {
		width: 100%;
		text-align: center;
		height: 37px;
		overflow: hidden
	}
	.board-type-2 .board-thumbnail .caption .board-sub-title a {
		font-size: 12px;
		color: #000;
		text-shadow: none
	}
	.board-type-2 .swiper-slide .board-thumbnail .caption {
		padding: 5px 10px;
		position: static;
		bottom: 70px;
		left: 0;
		right: 0
	}
	.board-type-2 .swiper-slide .board-thumbnail .caption .board-title {
		width: 100%;
		text-align: left
	}
	.board-type-2 .swiper-slide .board-thumbnail .caption .board-sub-title {
		width: 100%;
		text-align: center
	}
	.board-type-2 .board-thumbnail .circle-menu {
		bottom: 24px;
		right: 5px
	}
	.board-type-2 .swiper-slide .board-thumbnail .circle-menu {
		right: 5px;
		bottom: 24px
	}
}

@media ( max-width :767px) {
	.board-type-2 .col-xs-6 {
		padding: 0 7px
	}
	.board-type-2 .pin2 {
		top: 5px;
		left: 5px
	}
	.board-type-2 .swiper-slide .board-thumbnail>a {
		height: 250px
	}
	.board-type-2 .board-thumbnail>a {
		height: 130px;
		width: 130px;
		float: left;
		border: none
	}
	.board-type-2 .prod-box {
		padding: 0
	}
	.board-type-2 .board-thumbnail {
		margin-bottom: 0;
		border-top: 1px solid lightgray;
		border-bottom: 1px solid lightgray;
		border-left: 0;
		border-right: 0;
		height: 134px;
		margin-bottom: 14px;
		display: inline-block
	}
	.board-type-2 .swiper-slide .board-thumbnail {
		margin-bottom: 0
	}
	.board-type-2 .discount {
		font-size: 14px !important;
		color: #cb6efb;
		position: absolute;
		width: 40px;
		height: 30px;
		line-height: 30px;
		top: 0;
		right: 5px;
		text-align: center
	}
	.board-type-2 .board-thumbnail>a>img {
		width: 100%;
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%)
	}
	.board-type-2 .swiper-slide .board-thumbnail>a>img {
		width: 100%;
		height: auto;
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%)
	}
	.board-type-2 .board-thumbnail .caption {
		padding: 5px;
		position: static;
		display: inline-block;
		width: calc(100vw - 150px);
		height: 132px;
		text-shadow: none
	}
	.board-type-2 .board-thumbnail .caption .board-title {
		width: 100%;
		text-align: left;
		height: 55px;
		overflow: hidden;
		position: relative;
		max-height: 55px
	}
	.board-type-2 .board-thumbnail .caption .board-sub-title {
		width: 100%;
		text-align: center
	}
	.caption span {
		margin-left: 5px;
		margin-right: 5px;
		font-size: 14px
	}
	.board-type-2 .board-thumbnail .caption .board-title a {
		width: 100%;
		text-align: left;
		color: #000;
		max-height: 55px;
		overflow: hidden;
		display: block;
		font-size: 14px;
		font-weight: 500
	}
	.board-type-2 .board-thumbnail .caption .board-sub-title a {
		width: 100%;
		text-align: center;
		color: #000;
		font-size: 12px
	}
	.board-type-2 .swiper-slide .board-thumbnail .caption {
		padding: 5px 10px;
		position: static;
		bottom: 70px;
		left: 0;
		right: 0;
		text-shadow: 0 0 1px #000
	}
	.board-type-2 .swiper-slide .board-thumbnail .caption .board-title {
		width: 100%;
		text-align: left
	}
	.board-type-2 .swiper-slide .board-thumbnail .caption .board-sub-title {
		width: 100%;
		text-align: center
	}
	.board-type-2 .swiper-slide .board-thumbnail .caption .board-title a {
		width: 100%;
		text-align: center;
		color: #000
	}
	.board-type-2 .swiper-slide .board-thumbnail .caption .board-sub-title a
		{
		width: 100%;
		text-align: center;
		color: #000
	}
	.board-type-2 .board-thumbnail .circle-menu {
		bottom: 24px;
		right: 0
	}
	.board-type-2 .swiper-slide .board-thumbnail .circle-menu {
		top: auto;
		right: 0;
		bottom: 24px
	}
	.board-type-2 .board-thumbnail>a h3 {
		font-size: 18px
	}
}


.fixed-top {
	width: 285px;
	top: 70px;
	position: fixed;
	z-index: 1029;
	background-color: #fff
}

.mg0 {
	margin: 0
}

.show {
	-webkit-transform: translateX(0);
	transform: translateX(0px)
}



.badge {
	position: absolute;
	top: 10px;
	right: 0;
	background-color: red
}

.r10 {
	right: 10px
}

.MultiFile-title {
	display: none
}

.pd30 {
	padding: 30px
}

.modal-content {
	padding: 20px
}

.navbar-nav {
	display: inline-block;
	float: none
}

.bar {
	text-align: center;
	padding: 30px
}

.logo_wrapper2 {
	height: 50px;
	position: absolute
}

@media ( min-width :1200px) {
	.bar img {
		height: 60px
	}
	.footer-logo img {
		height: 80px
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.bar img {
		height: 50px
	}
	.footer-logo img {
		height: 70px
	}
	.top_logo {
		width: 320px
	}
	.logo_wrapper2 {
		display: none
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.bar img {
		height: 40px
	}
	.footer-logo img {
		height: 60px
	}
	.top_logo {
		width: 250px
	}
	.logo_wrapper2 {
		display: none
	}
}

@media ( max-width :767px) {
	.bar img {
		width: 50vw
	}
	.footer-logo img {
		height: 75px
	}
	.board-title a {
		color: #fff;
		font-size: 16px
	}
	.board-sub-title a {
		color: #fff;
		font-size: 12px
	}
	.tv h3 {
		font-size: 16px
	}
	.tv p {
		font-size: 12px
	}
	.logo_wrapper2 {
		display: none
	}
}

.media-object {
	width: 125px;
	height: 125px
}

.pagination.pagination-warning>.active>a, .pagination.pagination-warning>.active>a:focus,
	.pagination.pagination-warning>.active>a:hover, .pagination.pagination-warning>.active>span,
	.pagination.pagination-warning>.active>span:focus, .pagination.pagination-warning>.active>span:hover
	{
	box-shadow: none;
	border-radius: 0 !important
}

.pagination>li>a:hover {
	border-radius: 0 !important
}

.pd0 {
	padding: 0
}

@media ( min-width :768px) {
	#swiper4.hide {
		display: none
	}
	.mobile {
		display: none
	}
	.address {
		text-align: center
	}
}

@media ( max-width :767px) {
	#swiper1.hide {
		display: none
	}
	.desktop {
		display: none
	}
	
}

footer a:hover {
	text-decoration: underline;
	color: #fff
}

.pdr30 {
	padding-right: 30px
}

.pdl30 {
	padding-left: 30px
}

.writer-area {
	margin-top: 20px;
	margin-bottom: 20px
}

.writer-area img, .writer-area .no-profile-image {
	width: 80px !important;
	margin: 0 auto 20px !important;
}
.no-profile-image span {
	position: absolute;
    transform: translate(-50%, -50%);
    margin-top: 50%;
    display: inline-block;
    color: white;
    font-size: 1.35em;
}
.back-btn {
	display: block;
	color: gray;
	width: 50px;
	height: 35px;
	line-height: 33px;
	border: 1px solid gray;
	border-radius:5px;
}

.swiper-pagination-bullet-active {
	background: #fff !important;
	border: 2px solid gray !important
}

.swiper-pagination-bullet {
	width: 14px !important;
	height: 14px !important
}


.fromTop {
	opacity: 0;
	transform: translateY(-20%);
	-o-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	-webkit-transform: translateY(-20%)
}

.fromBack {
	opacity: 0;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-webkit-transition-delay: .1s
}

.swiper-slide-active .fromTop, .swiper-slide-duplicate-active .fromTop {
	opacity: 1;
	transform: translateY(0);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transition: all .2s linear;
	-webkit-transition: all .2s ease-in-out;
	transition-delay: .5s
}

.swiper-slide-active .fromBack, .swiper-slide-duplicate-active .fromBack
	{
	opacity: 1;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-webkit-transition-delay: .8s
}

.captionDelay1 {
	transition-delay: .1s;
	-webkit-transition-delay: .1s
}

.captionDelay2 {
	transition-delay: .2s;
	-webkit-transition-delay: .2s
}

.captionDelay3 {
	transition-delay: .3s;
	-webkit-transition-delay: .3s
}

.captionDelay4 {
	transition-delay: .4s;
	-webkit-transition-delay: .4s
}

.captionDelay5 {
	transition-delay: .5s;
	-webkit-transition-delay: .5s
}

.captionDelay6 {
	transition-delay: .6s;
	-webkit-transition-delay: .6s
}

.captionDelay7 {
	transition-delay: .7s;
	-webkit-transition-delay: .7s
}

.captionDelay8 {
	transition-delay: .8s;
	-webkit-transition-delay: .8s
}

.captionDelay9 {
	transition-delay: .9s;
	-webkit-transition-delay: .9s
}

.captionDelay10 {
	transition-delay: 1s;
	-webkit-transition-delay: 1s
}

.captionDelay11 {
	transition-delay: 1.1s;
	-webkit-transition-delay: 1.1s
}

.captionDelay12 {
	transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s
}

.MultiFile-list {
	width: 100%
}

div.MultiFile-label {
	display: inline-block;
	float: left;
	padding: 10px
}

.thumbnail-remove-btn {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 16px;
	cursor: pointer
}

#loading {
	width: 100%;
	padding-bottom: 20px;
	height: 70px
}

#loading .loading-img {
	display: none;
	width: 50px;
	margin: 0 auto
}
.loading3{
    width: 100%;
    display: none;
    text-align: center;
    height:30px;
}
.loading3 .loading-img{
    width:30px;
    margin:0 auto;
}
.fixed-back-btn {
	position: fixed;
	left: 25px;
	bottom: 25px
}

.fixed-top-btn {
	position: fixed;
	right: 25px;
	bottom: 25px
}

.article-title {
	width: 100%;
	display: inline-block
}

.note-editable * {
	margin: 0
}

.border-top {
	border-top: 1px solid #000
}

.bg-black {
	background-color: #000
}

.menu-all-wrapper {
	padding: 20px
}

.menu-all-wrapper a {
	padding-left: 20px;
	padding-right: 20px;
	height: 40px;
	display: block;
	line-height: 40px;
	color: #000
}

.menu-all-wrapper a:hover {
	background-color: #fff !important;
	color: gray !important;
	text-decoration: underline
}

.function>* {
	word-break: break-all
}

@media ( max-width :767px) {
	.function h3 {
		font-size: 16px
	}
	.function p {
		font-size: 12px
	}
	.function .feature {
		height: 150px
	}
}

.img-circle {
	width: 80px;
	height: 80px
}
@media ( max-width : 1500px) {
	.navbar .navbar-nav>li>a {
		font-size: 13px;
		padding-left:8px;
		padding-right:8px;
	}
}
@media ( max-width : 1280px) {
	.navbar .navbar-nav>li>a {
		font-size: 12px
	}
}

@media ( max-width : 992px) {
	.navbar .navbar-nav>li>a {
		font-size: 12px
	}
}

.watch .swiper-container {
	width: 100%;
	height: 100%
}

.watch .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 300px;
	height: 300px
}

.watch .swiper-slide a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

@media ( max-width :767px) {
	.watch .swiper-slide {
		height: 100px
	}
}

.watch #page5 {
	position: relative;
	margin-top: 20px
}

.watch .current {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0
}

.menu-all-wrapper {
	padding: 0 15px 15px;
	display: inline-block
}

.menu-all-wrapper strong {
	font-size: 18px
}

.menu-all {
	margin-top: 10px;
	padding: 0
}

.menu-all li {
	list-style: none;
	padding: 5px 10px
}

.menu-all>li>a:hover {
	background-color: rgba(0, 0, 0, 0) !important;
	border: none !important;
	color: #323232 !important;
	box-shadow: none;
	text-decoration: underline
}

.menu-all>li>a {
	color: #323232;
	padding: 0 !important
}


.main-board p {
	padding: 10px;
	margin: 0
}

.main-board p.tr:hover {
	background-color: #efefef
}

.main-board a {
	display: block;
	width: 100%;
	color: #111022;
}

.main-board p.tr:hover a {
	color: #5a00ff
}

.ion-star {
	color: #ffb500;
	font-size: 14px
}

.mgl9 {
	margin-left: 9px !important
}

@media ( max-width :767px) {
	.mgl9 {
		margin-left: 1px !important
	}
	.mgl4-m {
		margin-left: 4px !important
	}
}


@media ( max-width :991px) {
	.pc-only {
		display: none
	}
	.main-board{
		padding:0 !important;
	}
}

.pd100 {
	padding: 150px
}


.background-color {
	background-color: #fff !important;
}

.background-color.main-board {
	padding: 0
}

.bg-gray {
	background-color: #fafafa
}

.modal-open {
	padding-right: 0 !important
}

.loading {
	display: none;
	width: 100%
}

.loading .loading-img {
	width: 50px;
	margin: 0 auto;
	display: block
}


.br5 {
	border-radius: 5px
}

.btl10 {
	border-top-left-radius: 10px
}

.btr10 {
	border-top-right-radius: 10px
}

.btlr10 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

.bblr10 {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.br10 {
	border-radius: 10px
}

.bottom-shadow {
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2)
}
.promotion-box{
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.promotion-box img {
	max-width: 100% !important;
	width:100%;
    height: 100% !important;
    border-radius: 5px;
}

.promotion-box .embed-responsive.embed-responsive-4by3 {
	padding-bottom: 83%
}

.promotion-box .swiper-slide {
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0px !important
}

.promotion-box p {
	margin: 0;
	font-size: 0.7em;
}

.swiper-pagination {
	position: relative !important
}

.swiper-pagination-bullet {
	width: 40px !important;
	height: 7px !important;
	border: 0 !important;
	border-radius: 0 !important
}

.swiper-pagination-bullet-active {
	opacity: 1 !important;
	background-color: #00b0f0 !important
}

.status-wait {
	display: block;
	width: 100%;
	color: gray;
	text-align: center;
	font-size: .8em;
	padding-top: 0 !important;
	border-bottom-left-radius: 10px;
	line-height: 30px
}

.status-ready {
	display: block;
	width: 100%;
	color: #ffa400;
	text-align: center;
	font-size: .8em;
	padding-top: 0 !important
}

.status-start {
	display: block;
	width: 100%;
	color: #42d8c3;
	text-align: center;
	font-size: .8em;
	padding-top: 0 !important
}

.status-complete {
	display: block;
	width: 100%;
	color: #37cbff;
	text-align: center;
	font-size: .8em;
	padding-top: 0 !important;
	line-height: 30px
}

.status-delivery-ready {
	display: block;
	width: 100%;
	color: #39946e;
	text-align: center;
	font-size: .8em;
	padding-top: 0 !important;
	line-height: 30px
}

.status-delivery-start {
	display: block;
	width: 100%;
	color: #935cff;
	text-align: center;
	font-size: .8em;
	padding-top: 0 !important;
	line-height: 30px
}

.status-delivery-complete {
	display: block;
	width: 100%;
	color: #414896;
	text-align: center;
	font-size: .8em;
	padding-top: 0 !important;
	border-bottom-right-radius: 10px;
	line-height: 30px
}

.count-wait {
	color: gray;
	text-align: center;
	font-size: 24px;
	padding: 5px 0 0 !important;
	border-top-left-radius: 10px
}

.count-ready {
	color: #ffa400;
	text-align: center;
	font-size: 24px;
	padding: 5px 0 0 !important
}

.count-complete {
	color: #37cbff;
	text-align: center;
	font-size: 24px;
	padding: 5px 0 0 !important
}

.count-start {
	color: #42d8c3;
	text-align: center;
	font-size: 24px;
	padding: 5px 0 0 !important
}

.count-delivery-ready {
	color: #39946e;
	text-align: center;
	font-size: 24px;
	padding: 5px 0 0 !important
}

.count-delivery-start {
	color: #935cff;
	text-align: center;
	font-size: 24px;
	padding: 5px 0 0 !important
}

.count-delivery-complete {
	color: #414896;
	text-align: center;
	font-size: 24px;
	padding: 5px 0 0 !important;
	border-top-right-radius: 10px
}

.seller a {
	color: gray;
	font-size: 1.2em;
	font-weight: 800;
	margin-top: 0;
	display: block
}

.seller .aliexpress {
/* 	background: -webkit-linear-gradient(30deg, #ffb466, #ff4572);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	color : rgb(255, 0, 0);
	font-size: 1.4em;
	display: initial
}

.seller .qoo10 {
 	background: -webkit-linear-gradient(359deg, #ec2e3c, #ec2e3c, #0a60ab, #0a60ab,
		#0a60ab, #0a60ab);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color : #ec2e3c;
	font-size: 1.4em;
	display: initial
}

.seller .temu { 
    color: rgb(255, 0, 0);
    font-size: 1.4em;
    margin-top: 0;
    display: initial;
}

.seller .iherb {
 	background: -webkit-linear-gradient(30deg, #84ff00, #64c100);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color : #64c100;
	font-size: 1.4em;
	margin-top: 0;
	display: initial
}

.seller .amazon {
 	background: -webkit-linear-gradient(30deg, #507199, #475568);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1.4em;
	display: initial
}

.seller .banggood {
 	background: -webkit-linear-gradient(30deg, #ff9e3a, #ff6100);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1.4em;
	display: initial
}

.seller .coupang {

	font-size: 1.4em;
	display: initial
}

.product span {
	color: #323232;
	font-size: 14px;
	margin-top: 0;
	display: block;
	margin-right: 5px
}

.product .product-count {
	font-size: 12px;
	line-height: 20px
}

.product .aliexpress, .product .aliexpress-promotion {
	color : #ff8100;
	margin-top: 0;
	display: initial;
	letter-spacing: 0
}

.aliExpress {
	color : #ff8100; 
	margin-top: 0;
	display: initial;
	letter-spacing: 0
}

.temu {
	color : #ffc300;
	margin-top: 0;
	display: initial;
	letter-spacing: 0
}

.product .temu {
	color : #ffc300;
	margin-top: 0;
	display: initial;
	letter-spacing: 0
}

.product .qoo10 {
 	background: -webkit-linear-gradient(359deg, #ec2e3c, #ec2e3c, #0a60ab, #0a60ab,
		#0a60ab, #0a60ab);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color:#ec2e3c;
	margin-top: 0;
	display: initial;
	letter-spacing: 0
}

.product .amazon {
 	background: -webkit-linear-gradient(30deg, #507199, #475568);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
	margin-top: 0;
	display: initial;
	letter-spacing: 0
}

.product .banggood {
 	background: -webkit-linear-gradient(30deg, #ff9e3a, #ff6100);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 0;
	display: initial;
	letter-spacing: 0
}

.product .coupang, .coupang {

	margin-top: 0;
	display: initial;
	letter-spacing: 0
}

.product .iherb {
	 background: -webkit-linear-gradient(30deg, #84ff00, #64c100);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #64c100;
	margin-top: 0;
	display: initial;
	letter-spacing: 0
}

.categories {
	overflow: hidden
}

.categories:before {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 1) 100%);
	width: 15px;
	height: 100%
}

.categories:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	pointer-events: none;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1),
		rgba(255, 255, 255, 1) 100%);
	width: 60px;
	height: 100%
}

.categories .swiper-slide {
	width: auto;
	padding-bottom: 0
}

.categories .swiper-slide a {
	line-height: 15px;
	font-size: .9em;
	color: gray;
	font-weight: 700;
	margin: 15px 10px 10px;
	padding-bottom: 5px
}

.categories .swiper-pagination {
	width: 15% !important;
	margin: 0 auto 5px
}

.categories .swiper-slide.active a {
	color: #1e1464;
	border-bottom: 3px solid #1e1464
}

.expand {
	max-height: 0;
	overflow: hidden;
	position: absolute;
	top: 47px;
	z-index: 5;
	background-color: #fff;
	-webkit-transition: max-height 200ms;
	-moz-transition: max-height 200ms;
	-o-transition: max-height 200ms;
	transition: max-height 200ms
}

.expand.open {
	position: absolute;
	top: 47px;
	z-index: 5;
	box-shadow: 0 4px 2px -2px #000;
	max-height: 1000px
}

.expand a {
	color: #323232
}

.pdr-pc {
	padding-right: 0px;
	padding-left: 0px;
}

.pdl-pc {
	padding-right: 0px;
	padding-left: 0px;
}

@media ( min-width :1200px) {
	.pdr-pc {
		padding-right: 5px;
		padding-left: 0px;
	}
	.pdl-pc {
		padding-right: 0px;
		padding-left: 5px;
	}
}

.expand-btn {
	font-size: 20px;
	position: absolute;
	right: -2px;
	height: 47px;
	line-height: 47px;
	width: 35px;
	text-align: center;
	top: 0;
	background-color: #fff;
	z-index: 5;
	cursor: pointer
}

.elapsed-time-avg i {
	font-size: 20px;
	margin-left: 5px
}

.elapsed-time-avg i.ion-ios-sunny {
	font-size: 35px;
	margin-top: 5px;
	margin-left: 0;
	display: block;
	color: #ffb100
}

.elapsed-time-avg i.ion-ios-partlysunny {
	font-size: 35px;
	margin-top: 5px;
	margin-left: 0;
	display: block;
	color: lightgray
}

.elapsed-time-avg i.ion-ios-rainy {
	font-size: 35px;
	margin-top: 5px;
	margin-left: 0;
	display: block;
	color: #9d9d9d
}

.elapsed-time-avg i.ion-arrow-down-a {
	color: #00b901
}

.elapsed-time-avg i.ion-arrow-up-a {
	color: #da0000
}

.elapsed-time-avg i.ion-minus-round {
	color: gray
}

.product-rank {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 25px;
	height: 25px;
	background-color: red;
	color: #fff;
	text-align: center;
	line-height: 25px;
	font-size: 12px
}

.report-btn>* {
	color: gray !important
}

.board-report-btn {
	position: relative;
	font-size: 12px;
	margin-top: 15px;
	float: right
}

.report-btn {
	top: 15px;
	left: 25px;
	right: inherit;
	position: absolute;
	z-index: 10;
	font-size: 12px
}

@media ( max-width :980px) {
	.report-btn {
		top: 5px;
		left: auto;
		right: 10px;
		position: absolute;
		z-index: 10;
		font-size: 12px
	}
}

.normal {
	color: #b80052;
}
.post{
	color: #009688;
}

.product-title-text {
	font-size: 14px;
	color: #000;
	margin-top: 10px;
	height: 40px;
	overflow: hidden
}

.flight-arrival {
	display: block;
	margin: 0 auto;
	width: 55px;
	color: #fff;
	background-color: #00bb03;
	border-radius: 3px
}

.flight-landing {
	display: block;
	margin: 0 auto;
	width: 55px;
	color: #fff;
	background-color: #0095ff;
	border-radius: 3px
}

.flight-delay {
	display: block;
	margin: 0 auto;
	width: 55px;
	color: #fff;
	background-color: #ffd400;
	border-radius: 3px
}

.flight-return {
	display: block;
	margin: 0 auto;
	width: 55px;
	color: #fff;
	background-color: #ff7f50;
	border-radius: 3px
}

.flight-cancel {
	display: block;
	margin: 0 auto;
	width: 55px;
	color: #fff;
	background-color: #8b0000;
	border-radius: 3px
}

.flight-schedule {
	display: block;
	margin: 0 auto;
	width: 55px;
	color: #fff;
	background-color: #909090;
	border-radius: 3px
}

.tab-header {
	background-color: #efefef;
	cursor: pointer
}

.tab-header h6 {
	font-family: 'Noto Sans KR', sans-serif
}

.active-tab {
	background-color: #1e1e1e
}

.active-tab h6 {
	color: #fff !important
}

.td-header {
	background-color: #eee !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.ad-area {
	min-height: 300px
}

.mg15-10 {
	margin: 15px 10px !important;
}
td{padding: 15px 10px !important;text-align:center;line-height: inherit !important;vertical-align: middle !important;border-top: 1px solid #ddd;}

@media(min:1200px) {
	.content-title{
		font-size:16px;
	}
}

.content-title{
    font-size: 14px;
    word-break: break-word;
    display: flex;
    max-height: 45px;
    overflow: hidden; margin-bottom:10px;
}


.content-image-container{
	width: 50px; 
	max-height:75px;
    /* height: 50px; */
    overflow: hidden;
    float: right;
    border-radius: 5px;
    border: 1px solid lightgray;
    position: relative;
    display: block;
}

.table>tbody>tr>td {
    padding: 10px;
    border-top: 1px solid #f1f1f1;
}
.board-comment {
	background-color:#e1e1e1;
	padding:5px; 
	border-radius:5px; 
	font-size:12px !important;
}
.navbar .navbar-nav>li>a{
	color:#222222;
}
.bg-green {
	background-color:#d5ffda;
}
.bg-lightgray{
	background-color:#e3e3e3;
}
.bold {
	font-weight: bold;
}
.form-control {
	font-family: initial !important;
}

.recent-board td {
	padding:5px 10px !important;
}

.article-detail-contents {
	min-height:250px;
	padding: 50px 15px 25px 15px;
	word-wrap: break-word;
}
.article-detail-header {
	border-radius: 10px 10px 0 0;
	text-align: left;
	padding: 5px 15px;
	margin-top:10px;
}

.article-detail-header h2{
	font-weight:100;
	font-family: "Do Hyeon", serif;
	font-size:30px;
}
@media(max-width:767px){
	.article-detail-header h1{
		font-size:28px;
	}
	.article-detail-header h2{
		font-size:24px !important;
	}
	.article-detail-header h4{
		font-size:18px;
	}
	.article-detail-contents {
		padding: 50px 5px 25px 5px;
	}
}

.writer-container {
	border-bottom: 1px dashed #dfdfdf; padding-bottom: 15px;
}
.writer-container .img-circle {
	width:40px; height:40px;
}
.writer-container .wname {
	float: left;  margin-left: 15px; line-height: 40px; font-size: 18px;
}
.writer-container .wname img {
	width: 15px !important; margin:-2px 4px 0 0 !important;
}
.writer-container span{
	font-family: "Do Hyeon", serif;
}
.comment-lists .border-top-dashed:first-child {
	border-top:none;
}
.top-fixed{
	color: #ff4e59 !important;
	font-weight:bold;
}
.top-fixed-info{
	background-color: #ffdbde;
    border: 1px solid red;
    width: 35px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
    margin-right: 5px;
    color: red;
    font-weight: bold;
}
.top-fixed-blue{
	background-color: #dbecff;
    border: 1px solid #002392;
    width: 35px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
    margin-right: 5px;
    color: #003b98;
    font-weight: bold;
}
.top-fixed-green{
	background-color: #dbfff6;
    border: 1px solid #009977;
    width: 35px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
    margin-right: 5px;
    color: #009171;
    font-weight: bold;
}
.tr-top-fixed > td {
	background-color: #ffeded;
}

.tr-top-fixed-blue > td {
	background-color: #d2e9ff !important;
}

.tr-top-fixed-red > td {
	background-color: #ffe4e4 !important;
}

.flag-image{
	width: 20px; margin-top: 3px; margin-right: 5px; border-radius: 2px;
	border: 1px solid lightgray;
}
@media ( min-width :992px) {
	.mobile-only {
		display: none;
	}
}
.swiper-pagination-progressbar {
   background: none !important;
}

.ion-link {
	transform: rotate(165deg);
	display: inline-block;
	margin-left:5px;
}

.main-class {
	width:100%;
}
@media(min-width:1199px){
/* 	.main-class {
		display: flex;
		flex-direction : row;
	}
	.main-class .pdr-pc {
		order:2;
		padding-right:0px;
		padding-left:5px;
	}
	.main-class .pdl-pc {
		order:1;
		padding-right:5px;
		padding-left:0px;
	}
	.main-ad {
		display: none;
	} */
}
@media(max-width:1199px){
	.left-menu-pc-only{
		display:none;
	}
/* 	.main-class {
		display: flex;
		flex-direction : column;
	}
	.main-class .pdr-pc {
		order:1;
	}
	.main-class .pdl-pc {
		order:2;
	}
	.main-ad {
		display: block;
	} */
}
.nav-col-2 {
	display: grid !important;
    grid-template-rows: repeat(7, auto);
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
}
.nav-col-2 li a {
	min-width:120px;
}
#promotionSlider a {
	height: 155px;
    overflow: hidden;
}
@media(max-width:500px) {
	#promotionSlider a {
		height: 110px;
	    overflow: hidden;
	}
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

ins.adsbygoogle + .banners {
	display:none;
}

ins.adsbygoogle + .kakao-ads {
	height:0;
	overflow: hidden;
}

.banners img{
     border-radius:10px;
     width:100%;
     height:auto;
}

ins.adsbygoogle[data-ad-status="unfilled"] + .banners  {
    display: block !important;
}

ins.adsbygoogle[data-ad-status="unfilled"] + .kakao-ads  {
    height: auto;
}

@media(min-width:1201px){
	.event-mobile{
		display:none;
	}
}

@media(max-width:1200px){
	.event-pc{
		display: none;
	}
}

.active-tab:first-child{background-color: #5f8cd4; color: white;}
.active-tab:last-child{background-color: #30ccb6; color: white;}

.td-body{
	background-color: #fafafa !important; 
}
.chart-text {
	color: #6c3f9e; font-size:14px;
}
.company-text {
	color: #00629a;
}
pre {
    display: block;
    padding: 15px;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
    background-color: #fafafa;
    border: 0;
    border-radius: 4px;
}

.comment {
    padding: 3em 1em 0em 1em;
    background: #ffffff;
    margin: 0 0 1em 0;
    position: relative;
    width: 90%;
    border: solid 1px rgba(160, 160, 160, 0.3);
}

.comment-title {
    margin: 0;
    padding: 5px 10px;
    background-color: #9dd2ff;
    color: white;
    text-align: left;
}

.comment-write {
    padding: 0;
    background: #ffffff;
    margin: 0 0 10px 0;
    position: relative;
    width: 100%;
    border: solid 1px rgba(160, 160, 160, 0.3);
    border-top: 0;
}

#commentArea > .border-top-dashed:first-child {
	border-top:0;
}

.table>thead>tr>th {
	border-bottom: 1px solid #efefef !important;
	font-weight: 500;
}
.cancel-button {
	background-color:#efefef;
}
.agree-button{
	background-color:#9ac7fe; 
	color:white;
}

.td-header-dark {
	background-color: #cfcfcf !important;
}

.statistic-text {
	color: #58acd7 !important;
}
.freight-text {
	color: #000c4d !important;
}
.promotion-category-text {
	color: #4da7f4 !important;
}
.category-text{
	color: gray !important;
}
.green-background-color {
	background-color: #4cb0a8;
}
.text-color-white {
	color: gray !important;
}
.comment-invoice {
    width: 100%;
    height: 40px;
    border: 1px solid #cecece;
    border-radius: 5px;
    color: #3693e2;
    margin-bottom: 10px;
    background-color: white;
}
.air {
    color: #dca83f !important;
}

.ship {
    color: #4370b7 !important;
}

.UNIPASS{
	color:#3e7ce0 !important;
}
.EMS{
	color:#30ccb6 !important;
	}

.freight-detail-content{
	word-wrap: break-word; 
	padding:20px 0 25px 0;
	min-height:200px;
    margin-top: 20px;
    border-top: 1px solid lightgray;
}

.sidebar-header{
	background-color: #232323;
}

.sidebar-content{
	background-color:white;
}
table tr:last-of-type > td:first-child {
	border-bottom-left-radius: 10px;
}

table tr:last-of-type > td:last-child {
	border-bottom-right-radius: 10px;
}

td > table tr:last-of-type > td:first-child {
    border-bottom-left-radius: 0;
}

.logo-new{
	width: 185px;
    position: absolute;
    top: 60px;
    left: 45px;
}
.search-container{
	margin: 50px 50px 25px 50px;
}
.search-input{
	width: calc(100% - 625px);
    position: relative;
    left: 170px;
    top: 5px;
    padding-left: 60px !important;
    height: 40px;
    font-size: 16px;
    border-left: none;
    border-radius: 5px;
    color: #4998e2;
    -moz-appearance: none;
    border: 2px solid #8faefc;
}
.search-input-btn{
	position: relative;
    line-height: 40px; 
    font-size: 22px;
    top: 8px;
    right: -125px;
    width: 30px;
    color: #4998e2;
    display: inline-block;
    text-align:center;
}
.top-nav {
    margin-top: 67px;
}
.bl-selector{
	border: none;
    left: 233px;
    z-index: 1;
    width: 55px;
    height: 35px;
    background-color: white;
    color: #4998e2;
    position: relative;
    top: 4px;
    padding-left: 5px;
    border-right: none;
}

.app-my{
	position: absolute;
    top: 25px;
    right: 20px;
    width: 24px;
}
.app-help{
    position: absolute;
    left: 10px;
    top: 13px;
    width: 24px;
}
.logo_wrapper {
    display: block !important;
}
.navbar-toggle {
    position: absolute;
    float:none;
    padding: 9px 10px;
    margin-top: 20px;
    margin-left:0;
    left: 10px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.logo-new-m{
	width: 30px;
    position: absolute;
    top: 28px;
    left: 10px;
}
.search-container-m{
	position: relative;
    margin: 0 auto;
    display: table;
    width: 100%;
    max-width: 760px;
}
.search-input-m{
	width: calc(100% - 100px);
    height: 40px;
    font-size: 15px;
    font-weight: 500;
    margin: 18px 55px;    
    color: #4998e2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-top: 2px solid #8faefc;
    border-left: 2px solid #8faefc;
    border-bottom: 2px solid #8faefc;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.search-input-btn-m{
	position: absolute;
    line-height: 36px;
    font-size: 22px;
    top: 18px;
    right: 16px;
    width: 34px;
    height: 40px;
    color: #008cf0;
    border-top: 2px solid #8faefc;
    border-right: 2px solid #8faefc;
    border-bottom: 2px solid #8faefc;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: white;
}
.app-login{
    position: absolute;
    top: 18px;
    right: 18px;
}
.app-login-badge{
	position: absolute;
    left: 20px;
    background-color: red;
    color: white;
    border-radius: 7px;
    padding: 0px 6px;
    font-size: .5em;
    bottom: -2px;
    line-height:15px;
}

.mobile-categories {
	background-color: white;
}

.AIR {
	color:#4db6ff;
}

.SHIP {
	color:#724dff;
}
