/* === bootstrap.css === */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family              : sans-serif;
	-webkit-text-size-adjust : 100%;
	-ms-text-size-adjust     : 100%;
}

body {
	margin : 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display : block;
}

audio,
canvas,
progress,
video {
	display        : inline-block;
	vertical-align : baseline;
}

audio:not([controls]) {
	display : none;
	height  : 0;
}

[hidden],
template {
	display : none;
}

a {
	background-color : transparent;
}

a:active,
a:hover {
	outline : 0;
}

abbr[title] {
	border-bottom : 1px dotted;
}

b,
strong {
	font-weight : bold;
}

dfn {
	font-style : italic;
}

h1 {
	margin    : .67em 0;
	font-size : 2em;
}

mark {
	color      : #000;
	background : #ff0;
}

small {
	font-size : 80%;
}

sub,
sup {
	position       : relative;
	font-size      : 75%;
	line-height    : 0;
	vertical-align : baseline;
}

sup {
	top : -.5em;
}

sub {
	bottom : -.25em;
}

img {
	border : 0;
}

svg:not(:root) {
	overflow : hidden;
}

figure {
	margin : 1em 40px;
}

hr {
	height             : 0;
	-webkit-box-sizing : content-box;
	-moz-box-sizing    : content-box;
	box-sizing         : content-box;
}

pre {
	overflow : auto;
}

code,
kbd,
pre,
samp {
	font-family : monospace, monospace;
	font-size   : 1em;
}

button,
input,
optgroup,
select,
textarea {
	margin : 0;
	font   : inherit;
	color  : inherit;
}

button {
	overflow : visible;
}

button,
select {
	text-transform : none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance : button;
	cursor             : pointer;
}

button[disabled],
html input[disabled] {
	cursor : default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding : 0;
	border  : 0;
}

input {
	line-height : normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing : border-box;
	-moz-box-sizing    : border-box;
	box-sizing         : border-box;
	padding            : 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height : auto;
}

input[type="search"] {
	-webkit-box-sizing : content-box;
	-moz-box-sizing    : content-box;
	box-sizing         : content-box;
	-webkit-appearance : textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance : none;
}

fieldset {
	padding : .35em .625em .75em;
	margin  : 0 2px;
	border  : 1px solid #c0c0c0;
}

legend {
	padding : 0;
	border  : 0;
}

textarea {
	overflow : auto;
}

optgroup {
	font-weight : bold;
}

table {
	border-spacing  : 0;
	border-collapse : collapse;
}

td,
th {
	padding : 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*,
	*:before,
	*:after {
		color              : #000 !important;
		text-shadow        : none !important;
		background         : transparent !important;
		-webkit-box-shadow : none !important;
		box-shadow         : none !important;
	}

	a,
	a:visited {
		text-decoration : underline;
	}

	a[href]:after {
		content : " (" attr(href) ")";
	}

	abbr[title]:after {
		content : " (" attr(title) ")";
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content : "";
	}

	pre,
	blockquote {
		border            : 1px solid #999;

		page-break-inside : avoid;
	}

	thead {
		display : table-header-group;
	}

	tr,
	img {
		page-break-inside : avoid;
	}

	img {
		max-width : 100% !important;
	}

	p,
	h2,
	h3 {
		orphans : 3;
		widows  : 3;
	}

	h2,
	h3 {
		page-break-after : avoid;
	}

	.navbar {
		display : none;
	}

	.btn > .caret,
	.dropup > .btn > .caret {
		border-top-color : #000 !important;
	}

	.label {
		border : 1px solid #000;
	}

	.table {
		border-collapse : collapse !important;
	}

	.table td,
	.table th {
		background-color : #fff !important;
	}

	.table-bordered th,
	.table-bordered td {
		border : 1px solid #ddd !important;
	}
}



.glyphicon {
	position                : relative;
	top                     : 1px;
	display                 : inline-block;
	font-family             : 'Glyphicons Halflings';
	font-style              : normal;
	font-weight             : normal;
	line-height             : 1;

	-webkit-font-smoothing  : antialiased;
	-moz-osx-font-smoothing : grayscale;
}

.glyphicon-asterisk:before {
	content : "\002a";
}

.glyphicon-plus:before {
	content : "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
	content : "\20ac";
}

.glyphicon-minus:before {
	content : "\2212";
}

.glyphicon-cloud:before {
	content : "\2601";
}

.glyphicon-envelope:before {
	content : "\2709";
}

.glyphicon-pencil:before {
	content : "\270f";
}

.glyphicon-glass:before {
	content : "\e001";
}

.glyphicon-music:before {
	content : "\e002";
}

.glyphicon-search:before {
	content : "\e003";
}

.glyphicon-heart:before {
	content : "\e005";
}

.glyphicon-star:before {
	content : "\e006";
}

.glyphicon-star-empty:before {
	content : "\e007";
}

.glyphicon-user:before {
	content : "\e008";
}

.glyphicon-film:before {
	content : "\e009";
}

.glyphicon-th-large:before {
	content : "\e010";
}

.glyphicon-th:before {
	content : "\e011";
}

.glyphicon-th-list:before {
	content : "\e012";
}

.glyphicon-ok:before {
	content : "\e013";
}

.glyphicon-remove:before {
	content : "\e014";
}

.glyphicon-zoom-in:before {
	content : "\e015";
}

.glyphicon-zoom-out:before {
	content : "\e016";
}

.glyphicon-off:before {
	content : "\e017";
}

.glyphicon-signal:before {
	content : "\e018";
}

.glyphicon-cog:before {
	content : "\e019";
}

.glyphicon-trash:before {
	content : "\e020";
}

.glyphicon-home:before {
	content : "\e021";
}

.glyphicon-file:before {
	content : "\e022";
}

.glyphicon-time:before {
	content : "\e023";
}

.glyphicon-road:before {
	content : "\e024";
}

.glyphicon-download-alt:before {
	content : "\e025";
}

.glyphicon-download:before {
	content : "\e026";
}

.glyphicon-upload:before {
	content : "\e027";
}

.glyphicon-inbox:before {
	content : "\e028";
}

.glyphicon-play-circle:before {
	content : "\e029";
}

.glyphicon-repeat:before {
	content : "\e030";
}

.glyphicon-refresh:before {
	content : "\e031";
}

.glyphicon-list-alt:before {
	content : "\e032";
}

.glyphicon-lock:before {
	content : "\e033";
}

.glyphicon-flag:before {
	content : "\e034";
}

.glyphicon-headphones:before {
	content : "\e035";
}

.glyphicon-volume-off:before {
	content : "\e036";
}

.glyphicon-volume-down:before {
	content : "\e037";
}

.glyphicon-volume-up:before {
	content : "\e038";
}

.glyphicon-qrcode:before {
	content : "\e039";
}

.glyphicon-barcode:before {
	content : "\e040";
}

.glyphicon-tag:before {
	content : "\e041";
}

.glyphicon-tags:before {
	content : "\e042";
}

.glyphicon-book:before {
	content : "\e043";
}

.glyphicon-bookmark:before {
	content : "\e044";
}

.glyphicon-print:before {
	content : "\e045";
}

.glyphicon-camera:before {
	content : "\e046";
}

.glyphicon-font:before {
	content : "\e047";
}

.glyphicon-bold:before {
	content : "\e048";
}

.glyphicon-italic:before {
	content : "\e049";
}

.glyphicon-text-height:before {
	content : "\e050";
}

.glyphicon-text-width:before {
	content : "\e051";
}

.glyphicon-align-left:before {
	content : "\e052";
}

.glyphicon-align-center:before {
	content : "\e053";
}

.glyphicon-align-right:before {
	content : "\e054";
}

.glyphicon-align-justify:before {
	content : "\e055";
}

.glyphicon-list:before {
	content : "\e056";
}

.glyphicon-indent-left:before {
	content : "\e057";
}

.glyphicon-indent-right:before {
	content : "\e058";
}

.glyphicon-facetime-video:before {
	content : "\e059";
}

.glyphicon-picture:before {
	content : "\e060";
}

.glyphicon-map-marker:before {
	content : "\e062";
}

.glyphicon-adjust:before {
	content : "\e063";
}

.glyphicon-tint:before {
	content : "\e064";
}

.glyphicon-edit:before {
	content : "\e065";
}

.glyphicon-share:before {
	content : "\e066";
}

.glyphicon-check:before {
	content : "\e067";
}

.glyphicon-move:before {
	content : "\e068";
}

.glyphicon-step-backward:before {
	content : "\e069";
}

.glyphicon-fast-backward:before {
	content : "\e070";
}

.glyphicon-backward:before {
	content : "\e071";
}

.glyphicon-play:before {
	content : "\e072";
}

.glyphicon-pause:before {
	content : "\e073";
}

.glyphicon-stop:before {
	content : "\e074";
}

.glyphicon-forward:before {
	content : "\e075";
}

.glyphicon-fast-forward:before {
	content : "\e076";
}

.glyphicon-step-forward:before {
	content : "\e077";
}

.glyphicon-eject:before {
	content : "\e078";
}

.glyphicon-chevron-left:before {
	content : "\e079";
}

.glyphicon-chevron-right:before {
	content : "\e080";
}

.glyphicon-plus-sign:before {
	content : "\e081";
}

.glyphicon-minus-sign:before {
	content : "\e082";
}

.glyphicon-remove-sign:before {
	content : "\e083";
}

.glyphicon-ok-sign:before {
	content : "\e084";
}

.glyphicon-question-sign:before {
	content : "\e085";
}

.glyphicon-info-sign:before {
	content : "\e086";
}

.glyphicon-screenshot:before {
	content : "\e087";
}

.glyphicon-remove-circle:before {
	content : "\e088";
}

.glyphicon-ok-circle:before {
	content : "\e089";
}

.glyphicon-ban-circle:before {
	content : "\e090";
}

.glyphicon-arrow-left:before {
	content : "\e091";
}

.glyphicon-arrow-right:before {
	content : "\e092";
}

.glyphicon-arrow-up:before {
	content : "\e093";
}

.glyphicon-arrow-down:before {
	content : "\e094";
}

.glyphicon-share-alt:before {
	content : "\e095";
}

.glyphicon-resize-full:before {
	content : "\e096";
}

.glyphicon-resize-small:before {
	content : "\e097";
}

.glyphicon-exclamation-sign:before {
	content : "\e101";
}

.glyphicon-gift:before {
	content : "\e102";
}

.glyphicon-leaf:before {
	content : "\e103";
}

.glyphicon-fire:before {
	content : "\e104";
}

.glyphicon-eye-open:before {
	content : "\e105";
}

.glyphicon-eye-close:before {
	content : "\e106";
}

.glyphicon-warning-sign:before {
	content : "\e107";
}

.glyphicon-plane:before {
	content : "\e108";
}

.glyphicon-calendar:before {
	content : "\e109";
}

.glyphicon-random:before {
	content : "\e110";
}

.glyphicon-comment:before {
	content : "\e111";
}

.glyphicon-magnet:before {
	content : "\e112";
}

.glyphicon-chevron-up:before {
	content : "\e113";
}

.glyphicon-chevron-down:before {
	content : "\e114";
}

.glyphicon-retweet:before {
	content : "\e115";
}

.glyphicon-shopping-cart:before {
	content : "\e116";
}

.glyphicon-folder-close:before {
	content : "\e117";
}

.glyphicon-folder-open:before {
	content : "\e118";
}

.glyphicon-resize-vertical:before {
	content : "\e119";
}

.glyphicon-resize-horizontal:before {
	content : "\e120";
}

.glyphicon-hdd:before {
	content : "\e121";
}

.glyphicon-bullhorn:before {
	content : "\e122";
}

.glyphicon-bell:before {
	content : "\e123";
}

.glyphicon-certificate:before {
	content : "\e124";
}

.glyphicon-thumbs-up:before {
	content : "\e125";
}

.glyphicon-thumbs-down:before {
	content : "\e126";
}

.glyphicon-hand-right:before {
	content : "\e127";
}

.glyphicon-hand-left:before {
	content : "\e128";
}

.glyphicon-hand-up:before {
	content : "\e129";
}

.glyphicon-hand-down:before {
	content : "\e130";
}

.glyphicon-circle-arrow-right:before {
	content : "\e131";
}

.glyphicon-circle-arrow-left:before {
	content : "\e132";
}

.glyphicon-circle-arrow-up:before {
	content : "\e133";
}

.glyphicon-circle-arrow-down:before {
	content : "\e134";
}

.glyphicon-globe:before {
	content : "\e135";
}

.glyphicon-wrench:before {
	content : "\e136";
}

.glyphicon-tasks:before {
	content : "\e137";
}

.glyphicon-filter:before {
	content : "\e138";
}

.glyphicon-briefcase:before {
	content : "\e139";
}

.glyphicon-fullscreen:before {
	content : "\e140";
}

.glyphicon-dashboard:before {
	content : "\e141";
}

.glyphicon-paperclip:before {
	content : "\e142";
}

.glyphicon-heart-empty:before {
	content : "\e143";
}

.glyphicon-link:before {
	content : "\e144";
}

.glyphicon-phone:before {
	content : "\e145";
}

.glyphicon-pushpin:before {
	content : "\e146";
}

.glyphicon-usd:before {
	content : "\e148";
}

.glyphicon-gbp:before {
	content : "\e149";
}

.glyphicon-sort:before {
	content : "\e150";
}

.glyphicon-sort-by-alphabet:before {
	content : "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
	content : "\e152";
}

.glyphicon-sort-by-order:before {
	content : "\e153";
}

.glyphicon-sort-by-order-alt:before {
	content : "\e154";
}

.glyphicon-sort-by-attributes:before {
	content : "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
	content : "\e156";
}

.glyphicon-unchecked:before {
	content : "\e157";
}

.glyphicon-expand:before {
	content : "\e158";
}

.glyphicon-collapse-down:before {
	content : "\e159";
}

.glyphicon-collapse-up:before {
	content : "\e160";
}

.glyphicon-log-in:before {
	content : "\e161";
}

.glyphicon-flash:before {
	content : "\e162";
}

.glyphicon-log-out:before {
	content : "\e163";
}

.glyphicon-new-window:before {
	content : "\e164";
}

.glyphicon-record:before {
	content : "\e165";
}

.glyphicon-save:before {
	content : "\e166";
}

.glyphicon-open:before {
	content : "\e167";
}

.glyphicon-saved:before {
	content : "\e168";
}

.glyphicon-import:before {
	content : "\e169";
}

.glyphicon-export:before {
	content : "\e170";
}

.glyphicon-send:before {
	content : "\e171";
}

.glyphicon-floppy-disk:before {
	content : "\e172";
}

.glyphicon-floppy-saved:before {
	content : "\e173";
}

.glyphicon-floppy-remove:before {
	content : "\e174";
}

.glyphicon-floppy-save:before {
	content : "\e175";
}

.glyphicon-floppy-open:before {
	content : "\e176";
}

.glyphicon-credit-card:before {
	content : "\e177";
}

.glyphicon-transfer:before {
	content : "\e178";
}

.glyphicon-cutlery:before {
	content : "\e179";
}

.glyphicon-header:before {
	content : "\e180";
}

.glyphicon-compressed:before {
	content : "\e181";
}

.glyphicon-earphone:before {
	content : "\e182";
}

.glyphicon-phone-alt:before {
	content : "\e183";
}

.glyphicon-tower:before {
	content : "\e184";
}

.glyphicon-stats:before {
	content : "\e185";
}

.glyphicon-sd-video:before {
	content : "\e186";
}

.glyphicon-hd-video:before {
	content : "\e187";
}

.glyphicon-subtitles:before {
	content : "\e188";
}

.glyphicon-sound-stereo:before {
	content : "\e189";
}

.glyphicon-sound-dolby:before {
	content : "\e190";
}

.glyphicon-sound-5-1:before {
	content : "\e191";
}

.glyphicon-sound-6-1:before {
	content : "\e192";
}

.glyphicon-sound-7-1:before {
	content : "\e193";
}

.glyphicon-copyright-mark:before {
	content : "\e194";
}

.glyphicon-registration-mark:before {
	content : "\e195";
}

.glyphicon-cloud-download:before {
	content : "\e197";
}

.glyphicon-cloud-upload:before {
	content : "\e198";
}

.glyphicon-tree-conifer:before {
	content : "\e199";
}

.glyphicon-tree-deciduous:before {
	content : "\e200";
}

.glyphicon-cd:before {
	content : "\e201";
}

.glyphicon-save-file:before {
	content : "\e202";
}

.glyphicon-open-file:before {
	content : "\e203";
}

.glyphicon-level-up:before {
	content : "\e204";
}

.glyphicon-copy:before {
	content : "\e205";
}

.glyphicon-paste:before {
	content : "\e206";
}

.glyphicon-alert:before {
	content : "\e209";
}

.glyphicon-equalizer:before {
	content : "\e210";
}

.glyphicon-king:before {
	content : "\e211";
}

.glyphicon-queen:before {
	content : "\e212";
}

.glyphicon-pawn:before {
	content : "\e213";
}

.glyphicon-bishop:before {
	content : "\e214";
}

.glyphicon-knight:before {
	content : "\e215";
}

.glyphicon-baby-formula:before {
	content : "\e216";
}

.glyphicon-tent:before {
	content : "\26fa";
}

.glyphicon-blackboard:before {
	content : "\e218";
}

.glyphicon-bed:before {
	content : "\e219";
}

.glyphicon-apple:before {
	content : "\f8ff";
}

.glyphicon-erase:before {
	content : "\e221";
}

.glyphicon-hourglass:before {
	content : "\231b";
}

.glyphicon-lamp:before {
	content : "\e223";
}

.glyphicon-duplicate:before {
	content : "\e224";
}

.glyphicon-piggy-bank:before {
	content : "\e225";
}

.glyphicon-scissors:before {
	content : "\e226";
}

.glyphicon-bitcoin:before {
	content : "\e227";
}

.glyphicon-btc:before {
	content : "\e227";
}

.glyphicon-xbt:before {
	content : "\e227";
}

.glyphicon-yen:before {
	content : "\00a5";
}

.glyphicon-jpy:before {
	content : "\00a5";
}

.glyphicon-ruble:before {
	content : "\20bd";
}

.glyphicon-rub:before {
	content : "\20bd";
}

.glyphicon-scale:before {
	content : "\e230";
}

.glyphicon-ice-lolly:before {
	content : "\e231";
}

.glyphicon-ice-lolly-tasted:before {
	content : "\e232";
}

.glyphicon-education:before {
	content : "\e233";
}

.glyphicon-option-horizontal:before {
	content : "\e234";
}

.glyphicon-option-vertical:before {
	content : "\e235";
}

.glyphicon-menu-hamburger:before {
	content : "\e236";
}

.glyphicon-modal-window:before {
	content : "\e237";
}

.glyphicon-oil:before {
	content : "\e238";
}

.glyphicon-grain:before {
	content : "\e239";
}

.glyphicon-sunglasses:before {
	content : "\e240";
}

.glyphicon-text-size:before {
	content : "\e241";
}

.glyphicon-text-color:before {
	content : "\e242";
}

.glyphicon-text-background:before {
	content : "\e243";
}

.glyphicon-object-align-top:before {
	content : "\e244";
}

.glyphicon-object-align-bottom:before {
	content : "\e245";
}

.glyphicon-object-align-horizontal:before {
	content : "\e246";
}

.glyphicon-object-align-left:before {
	content : "\e247";
}

.glyphicon-object-align-vertical:before {
	content : "\e248";
}

.glyphicon-object-align-right:before {
	content : "\e249";
}

.glyphicon-triangle-right:before {
	content : "\e250";
}

.glyphicon-triangle-left:before {
	content : "\e251";
}

.glyphicon-triangle-bottom:before {
	content : "\e252";
}

.glyphicon-triangle-top:before {
	content : "\e253";
}

.glyphicon-console:before {
	content : "\e254";
}

.glyphicon-superscript:before {
	content : "\e255";
}

.glyphicon-subscript:before {
	content : "\e256";
}

.glyphicon-menu-left:before {
	content : "\e257";
}

.glyphicon-menu-right:before {
	content : "\e258";
}

.glyphicon-menu-down:before {
	content : "\e259";
}

.glyphicon-menu-up:before {
	content : "\e260";
}

* {
	-webkit-box-sizing : border-box;
	-moz-box-sizing    : border-box;
	box-sizing         : border-box;
}

*:before,
*:after {
	-webkit-box-sizing : border-box;
	-moz-box-sizing    : border-box;
	box-sizing         : border-box;
}

html {
	font-size                   : 10px;

	-webkit-tap-highlight-color : rgba(0, 0, 0, 0);
}

body {
	font-family      : "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size        : 14px;
	line-height      : 1.42857143;
	color            : #333;
	background-color : #fff;
}

input,
button,
select,
textarea {
	font-family : inherit;
	font-size   : inherit;
	line-height : inherit;
}

a {
	color           : #337ab7;
	text-decoration : none;
}

a:hover,
a:focus {
	color           : #23527c;
	text-decoration : underline;
}

a:focus {
	outline        : thin dotted;
	outline        : 5px auto -webkit-focus-ring-color;
	outline-offset : -2px;
}

figure {
	margin : 0;
}

img {
	vertical-align : middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display   : block;
	max-width : 100%;
	height    : auto;
}

.img-rounded {
	border-radius : 6px;
}

.img-thumbnail {
	display            : inline-block;
	max-width          : 100%;
	height             : auto;
	padding            : 4px;
	line-height        : 1.42857143;
	background-color   : #fff;
	border             : 1px solid #ddd;
	border-radius      : 4px;
	-webkit-transition : all .2s ease-in-out;
	-o-transition      : all .2s ease-in-out;
	transition         : all .2s ease-in-out;
}

.img-circle {
	border-radius : 50%;
}

hr {
	margin-top    : 20px;
	margin-bottom : 20px;
	border        : 0;
	border-top    : 1px solid #eee;
}

.sr-only {
	position : absolute;
	width    : 1px;
	height   : 1px;
	padding  : 0;
	margin   : -1px;
	overflow : hidden;
	clip     : rect(0, 0, 0, 0);
	border   : 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position : static;
	width    : auto;
	height   : auto;
	margin   : 0;
	overflow : visible;
	clip     : auto;
}

[role="button"] {
	cursor : pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family : inherit;
	font-weight : 500;
	line-height : 1.1;
	color       : inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	font-weight : normal;
	line-height : 1;
	color       : #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top    : 20px;
	margin-bottom : 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
	font-size : 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top    : 10px;
	margin-bottom : 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
	font-size : 75%;
}

h1,
.h1 {
	font-size : 36px;
}

h2,
.h2 {
	font-size : 30px;
}

h3,
.h3 {
	font-size : 24px;
}

h4,
.h4 {
	font-size : 18px;
}

h5,
.h5 {
	font-size : 14px;
}

h6,
.h6 {
	font-size : 12px;
}

p {
	margin : 0 0 10px;
}

.lead {
	margin-bottom : 20px;
	font-size     : 16px;
	font-weight   : 300;
	line-height   : 1.4;
}

@media (min-width : 768px) {
	.lead {
		font-size : 21px;
	}
}

small,
.small {
	font-size : 85%;
}

mark,
.mark {
	padding          : .2em;
	background-color : #fcf8e3;
}

.text-left {
	text-align : left;
}

.text-right {
	text-align : right;
}

.text-center {
	text-align : center;
}

.text-justify {
	text-align : justify;
}

.text-nowrap {
	white-space : nowrap;
}

.text-lowercase {
	text-transform : lowercase;
}

.text-uppercase {
	text-transform : uppercase;
}

.text-capitalize {
	text-transform : capitalize;
}

.text-muted {
	color : #777;
}

.text-primary {
	color : #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
	color : #286090;
}

.text-success {
	color : #3c763d;
}

a.text-success:hover,
a.text-success:focus {
	color : #2b542c;
}

.text-info {
	color : #31708f;
}

a.text-info:hover,
a.text-info:focus {
	color : #245269;
}

.text-warning {
	color : #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
	color : #66512c;
}

.text-danger {
	color : #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
	color : #843534;
}

.bg-primary {
	color            : #fff;
	background-color : #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
	background-color : #286090;
}

.bg-success {
	background-color : #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
	background-color : #c1e2b3;
}

.bg-info {
	background-color : #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
	background-color : #afd9ee;
}

.bg-warning {
	background-color : #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
	background-color : #f7ecb5;
}

.bg-danger {
	background-color : #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
	background-color : #e4b9b9;
}

.page-header {
	padding-bottom : 9px;
	margin         : 40px 0 20px;
	border-bottom  : 1px solid #eee;
}

ul,
ol {
	margin-top    : 0;
	margin-bottom : 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom : 0;
}

.list-unstyled {
	padding-left : 0;
	list-style   : none;
}

.list-inline {
	padding-left : 0;
	margin-left  : -5px;
	list-style   : none;
}

.list-inline > li {
	display       : inline-block;
	padding-right : 5px;
	padding-left  : 5px;
}

dl {
	margin-top    : 0;
	margin-bottom : 20px;
}

dt,
dd {
	line-height : 1.42857143;
}

dt {
	font-weight : bold;
}

dd {
	margin-left : 0;
}

@media (min-width : 768px) {
	.dl-horizontal dt {
		float         : left;
		width         : 160px;
		overflow      : hidden;
		clear         : left;
		text-align    : right;
		text-overflow : ellipsis;
		white-space   : nowrap;
	}

	.dl-horizontal dd {
		margin-left : 180px;
	}
}

abbr[title],
abbr[data-original-title] {
	cursor        : help;
	border-bottom : 1px dotted #777;
}

.initialism {
	font-size      : 90%;
	text-transform : uppercase;
}

blockquote {
	padding     : 10px 20px;
	margin      : 0 0 20px;
	font-size   : 17.5px;
	border-left : 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom : 0;
}

blockquote footer,
blockquote small,
blockquote .small {
	display     : block;
	font-size   : 80%;
	line-height : 1.42857143;
	color       : #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content : '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right : 15px;
	padding-left  : 0;
	text-align    : right;
	border-right  : 5px solid #eee;
	border-left   : 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
	content : '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
	content : '\00A0 \2014';
}

address {
	margin-bottom : 20px;
	font-style    : normal;
	line-height   : 1.42857143;
}

code,
kbd,
pre,
samp {
	font-family : Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding          : 2px 4px;
	font-size        : 90%;
	color            : #c7254e;
	background-color : #f9f2f4;
	border-radius    : 4px;
}

kbd {
	padding            : 2px 4px;
	font-size          : 90%;
	color              : #fff;
	background-color   : #333;
	border-radius      : 3px;
	-webkit-box-shadow : inset 0 -1px 0 rgba(0, 0, 0, .25);
	box-shadow         : inset 0 -1px 0 rgba(0, 0, 0, .25);
}

kbd kbd {
	padding            : 0;
	font-size          : 100%;
	font-weight        : bold;
	-webkit-box-shadow : none;
	box-shadow         : none;
}

pre {
	display          : block;
	padding          : 9.5px;
	margin           : 0 0 10px;
	font-size        : 13px;
	line-height      : 1.42857143;
	color            : #333;
	word-break       : break-all;
	word-wrap        : break-word;
	background-color : #f5f5f5;
	border           : 1px solid #ccc;
	border-radius    : 4px;
}

pre code {
	padding          : 0;
	font-size        : inherit;
	color            : inherit;
	white-space      : pre-wrap;
	background-color : transparent;
	border-radius    : 0;
}

.pre-scrollable {
	max-height : 340px;
	overflow-y : scroll;
}

.container {
	padding-right : 15px;
	padding-left  : 15px;
	margin-right  : auto;
	margin-left   : auto;
}

@media (min-width : 768px) {
	.container {
		width : 750px;
	}
}

@media (min-width : 992px) {
	.container {
		width : 970px;
	}
}

@media (min-width : 1200px) {
	.container {
		width : 1170px;
	}
}

.container-fluid {
	padding-right : 15px;
	padding-left  : 15px;
	margin-right  : auto;
	margin-left   : auto;
}

.row {
	margin-right : -15px;
	margin-left  : -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position      : relative;
	min-height    : 1px;
	padding-right : 15px;
	padding-left  : 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float : left;
}

.col-xs-12 {
	width : 100%;
}

.col-xs-11 {
	width : 91.66666667%;
}

.col-xs-10 {
	width : 83.33333333%;
}

.col-xs-9 {
	width : 75%;
}

.col-xs-8 {
	width : 66.66666667%;
}

.col-xs-7 {
	width : 58.33333333%;
}

.col-xs-6 {
	width : 50%;
}

.col-xs-5 {
	width : 41.66666667%;
}

.col-xs-4 {
	width : 33.33333333%;
}

.col-xs-3 {
	width : 25%;
}

.col-xs-2 {
	width : 16.66666667%;
}

.col-xs-1 {
	width : 8.33333333%;
}

.col-xs-pull-12 {
	right : 100%;
}

.col-xs-pull-11 {
	right : 91.66666667%;
}

.col-xs-pull-10 {
	right : 83.33333333%;
}

.col-xs-pull-9 {
	right : 75%;
}

.col-xs-pull-8 {
	right : 66.66666667%;
}

.col-xs-pull-7 {
	right : 58.33333333%;
}

.col-xs-pull-6 {
	right : 50%;
}

.col-xs-pull-5 {
	right : 41.66666667%;
}

.col-xs-pull-4 {
	right : 33.33333333%;
}

.col-xs-pull-3 {
	right : 25%;
}

.col-xs-pull-2 {
	right : 16.66666667%;
}

.col-xs-pull-1 {
	right : 8.33333333%;
}

.col-xs-pull-0 {
	right : auto;
}

.col-xs-push-12 {
	left : 100%;
}

.col-xs-push-11 {
	left : 91.66666667%;
}

.col-xs-push-10 {
	left : 83.33333333%;
}

.col-xs-push-9 {
	left : 75%;
}

.col-xs-push-8 {
	left : 66.66666667%;
}

.col-xs-push-7 {
	left : 58.33333333%;
}

.col-xs-push-6 {
	left : 50%;
}

.col-xs-push-5 {
	left : 41.66666667%;
}

.col-xs-push-4 {
	left : 33.33333333%;
}

.col-xs-push-3 {
	left : 25%;
}

.col-xs-push-2 {
	left : 16.66666667%;
}

.col-xs-push-1 {
	left : 8.33333333%;
}

.col-xs-push-0 {
	left : auto;
}

.col-xs-offset-12 {
	margin-left : 100%;
}

.col-xs-offset-11 {
	margin-left : 91.66666667%;
}

.col-xs-offset-10 {
	margin-left : 83.33333333%;
}

.col-xs-offset-9 {
	margin-left : 75%;
}

.col-xs-offset-8 {
	margin-left : 66.66666667%;
}

.col-xs-offset-7 {
	margin-left : 58.33333333%;
}

.col-xs-offset-6 {
	margin-left : 50%;
}

.col-xs-offset-5 {
	margin-left : 41.66666667%;
}

.col-xs-offset-4 {
	margin-left : 33.33333333%;
}

.col-xs-offset-3 {
	margin-left : 25%;
}

.col-xs-offset-2 {
	margin-left : 16.66666667%;
}

.col-xs-offset-1 {
	margin-left : 8.33333333%;
}

.col-xs-offset-0 {
	margin-left : 0;
}

@media (min-width : 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float : left;
	}

	.col-sm-12 {
		width : 100%;
	}

	.col-sm-11 {
		width : 91.66666667%;
	}

	.col-sm-10 {
		width : 83.33333333%;
	}

	.col-sm-9 {
		width : 75%;
	}

	.col-sm-8 {
		width : 66.66666667%;
	}

	.col-sm-7 {
		width : 58.33333333%;
	}

	.col-sm-6 {
		width : 50%;
	}

	.col-sm-5 {
		width : 41.66666667%;
	}

	.col-sm-4 {
		width : 33.33333333%;
	}

	.col-sm-3 {
		width : 25%;
	}

	.col-sm-2 {
		width : 16.66666667%;
	}

	.col-sm-1 {
		width : 8.33333333%;
	}

	.col-sm-pull-12 {
		right : 100%;
	}

	.col-sm-pull-11 {
		right : 91.66666667%;
	}

	.col-sm-pull-10 {
		right : 83.33333333%;
	}

	.col-sm-pull-9 {
		right : 75%;
	}

	.col-sm-pull-8 {
		right : 66.66666667%;
	}

	.col-sm-pull-7 {
		right : 58.33333333%;
	}

	.col-sm-pull-6 {
		right : 50%;
	}

	.col-sm-pull-5 {
		right : 41.66666667%;
	}

	.col-sm-pull-4 {
		right : 33.33333333%;
	}

	.col-sm-pull-3 {
		right : 25%;
	}

	.col-sm-pull-2 {
		right : 16.66666667%;
	}

	.col-sm-pull-1 {
		right : 8.33333333%;
	}

	.col-sm-pull-0 {
		right : auto;
	}

	.col-sm-push-12 {
		left : 100%;
	}

	.col-sm-push-11 {
		left : 91.66666667%;
	}

	.col-sm-push-10 {
		left : 83.33333333%;
	}

	.col-sm-push-9 {
		left : 75%;
	}

	.col-sm-push-8 {
		left : 66.66666667%;
	}

	.col-sm-push-7 {
		left : 58.33333333%;
	}

	.col-sm-push-6 {
		left : 50%;
	}

	.col-sm-push-5 {
		left : 41.66666667%;
	}

	.col-sm-push-4 {
		left : 33.33333333%;
	}

	.col-sm-push-3 {
		left : 25%;
	}

	.col-sm-push-2 {
		left : 16.66666667%;
	}

	.col-sm-push-1 {
		left : 8.33333333%;
	}

	.col-sm-push-0 {
		left : auto;
	}

	.col-sm-offset-12 {
		margin-left : 100%;
	}

	.col-sm-offset-11 {
		margin-left : 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left : 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left : 75%;
	}

	.col-sm-offset-8 {
		margin-left : 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left : 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left : 50%;
	}

	.col-sm-offset-5 {
		margin-left : 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left : 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left : 25%;
	}

	.col-sm-offset-2 {
		margin-left : 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left : 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left : 0;
	}
}

@media (min-width : 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float : left;
	}

	.col-md-12 {
		width : 100%;
	}

	.col-md-11 {
		width : 91.66666667%;
	}

	.col-md-10 {
		width : 83.33333333%;
	}

	.col-md-9 {
		width : 75%;
	}

	.col-md-8 {
		width : 66.66666667%;
	}

	.col-md-7 {
		width : 58.33333333%;
	}

	.col-md-6 {
		width : 50%;
	}

	.col-md-5 {
		width : 41.66666667%;
	}

	.col-md-4 {
		width : 33.33333333%;
	}

	.col-md-3 {
		width : 25%;
	}

	.col-md-2 {
		width : 16.66666667%;
	}

	.col-md-1 {
		width : 8.33333333%;
	}

	.col-md-pull-12 {
		right : 100%;
	}

	.col-md-pull-11 {
		right : 91.66666667%;
	}

	.col-md-pull-10 {
		right : 83.33333333%;
	}

	.col-md-pull-9 {
		right : 75%;
	}

	.col-md-pull-8 {
		right : 66.66666667%;
	}

	.col-md-pull-7 {
		right : 58.33333333%;
	}

	.col-md-pull-6 {
		right : 50%;
	}

	.col-md-pull-5 {
		right : 41.66666667%;
	}

	.col-md-pull-4 {
		right : 33.33333333%;
	}

	.col-md-pull-3 {
		right : 25%;
	}

	.col-md-pull-2 {
		right : 16.66666667%;
	}

	.col-md-pull-1 {
		right : 8.33333333%;
	}

	.col-md-pull-0 {
		right : auto;
	}

	.col-md-push-12 {
		left : 100%;
	}

	.col-md-push-11 {
		left : 91.66666667%;
	}

	.col-md-push-10 {
		left : 83.33333333%;
	}

	.col-md-push-9 {
		left : 75%;
	}

	.col-md-push-8 {
		left : 66.66666667%;
	}

	.col-md-push-7 {
		left : 58.33333333%;
	}

	.col-md-push-6 {
		left : 50%;
	}

	.col-md-push-5 {
		left : 41.66666667%;
	}

	.col-md-push-4 {
		left : 33.33333333%;
	}

	.col-md-push-3 {
		left : 25%;
	}

	.col-md-push-2 {
		left : 16.66666667%;
	}

	.col-md-push-1 {
		left : 8.33333333%;
	}

	.col-md-push-0 {
		left : auto;
	}

	.col-md-offset-12 {
		margin-left : 100%;
	}

	.col-md-offset-11 {
		margin-left : 91.66666667%;
	}

	.col-md-offset-10 {
		margin-left : 83.33333333%;
	}

	.col-md-offset-9 {
		margin-left : 75%;
	}

	.col-md-offset-8 {
		margin-left : 66.66666667%;
	}

	.col-md-offset-7 {
		margin-left : 58.33333333%;
	}

	.col-md-offset-6 {
		margin-left : 50%;
	}

	.col-md-offset-5 {
		margin-left : 41.66666667%;
	}

	.col-md-offset-4 {
		margin-left : 33.33333333%;
	}

	.col-md-offset-3 {
		margin-left : 25%;
	}

	.col-md-offset-2 {
		margin-left : 16.66666667%;
	}

	.col-md-offset-1 {
		margin-left : 8.33333333%;
	}

	.col-md-offset-0 {
		margin-left : 0;
	}
}

@media (min-width : 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float : left;
	}

	.col-lg-12 {
		width : 100%;
	}

	.col-lg-11 {
		width : 91.66666667%;
	}

	.col-lg-10 {
		width : 83.33333333%;
	}

	.col-lg-9 {
		width : 75%;
	}

	.col-lg-8 {
		width : 66.66666667%;
	}

	.col-lg-7 {
		width : 58.33333333%;
	}

	.col-lg-6 {
		width : 50%;
	}

	.col-lg-5 {
		width : 41.66666667%;
	}

	.col-lg-4 {
		width : 33.33333333%;
	}

	.col-lg-3 {
		width : 25%;
	}

	.col-lg-2 {
		width : 16.66666667%;
	}

	.col-lg-1 {
		width : 8.33333333%;
	}

	.col-lg-pull-12 {
		right : 100%;
	}

	.col-lg-pull-11 {
		right : 91.66666667%;
	}

	.col-lg-pull-10 {
		right : 83.33333333%;
	}

	.col-lg-pull-9 {
		right : 75%;
	}

	.col-lg-pull-8 {
		right : 66.66666667%;
	}

	.col-lg-pull-7 {
		right : 58.33333333%;
	}

	.col-lg-pull-6 {
		right : 50%;
	}

	.col-lg-pull-5 {
		right : 41.66666667%;
	}

	.col-lg-pull-4 {
		right : 33.33333333%;
	}

	.col-lg-pull-3 {
		right : 25%;
	}

	.col-lg-pull-2 {
		right : 16.66666667%;
	}

	.col-lg-pull-1 {
		right : 8.33333333%;
	}

	.col-lg-pull-0 {
		right : auto;
	}

	.col-lg-push-12 {
		left : 100%;
	}

	.col-lg-push-11 {
		left : 91.66666667%;
	}

	.col-lg-push-10 {
		left : 83.33333333%;
	}

	.col-lg-push-9 {
		left : 75%;
	}

	.col-lg-push-8 {
		left : 66.66666667%;
	}

	.col-lg-push-7 {
		left : 58.33333333%;
	}

	.col-lg-push-6 {
		left : 50%;
	}

	.col-lg-push-5 {
		left : 41.66666667%;
	}

	.col-lg-push-4 {
		left : 33.33333333%;
	}

	.col-lg-push-3 {
		left : 25%;
	}

	.col-lg-push-2 {
		left : 16.66666667%;
	}

	.col-lg-push-1 {
		left : 8.33333333%;
	}

	.col-lg-push-0 {
		left : auto;
	}

	.col-lg-offset-12 {
		margin-left : 100%;
	}

	.col-lg-offset-11 {
		margin-left : 91.66666667%;
	}

	.col-lg-offset-10 {
		margin-left : 83.33333333%;
	}

	.col-lg-offset-9 {
		margin-left : 75%;
	}

	.col-lg-offset-8 {
		margin-left : 66.66666667%;
	}

	.col-lg-offset-7 {
		margin-left : 58.33333333%;
	}

	.col-lg-offset-6 {
		margin-left : 50%;
	}

	.col-lg-offset-5 {
		margin-left : 41.66666667%;
	}

	.col-lg-offset-4 {
		margin-left : 33.33333333%;
	}

	.col-lg-offset-3 {
		margin-left : 25%;
	}

	.col-lg-offset-2 {
		margin-left : 16.66666667%;
	}

	.col-lg-offset-1 {
		margin-left : 8.33333333%;
	}

	.col-lg-offset-0 {
		margin-left : 0;
	}
}

table {
	background-color : transparent;
}

caption {
	padding-top    : 8px;
	padding-bottom : 8px;
	color          : #777;
	text-align     : left;
}

th {
	text-align : left;
}

.table {
	width         : 100%;
	max-width     : 100%;
	margin-bottom : 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding        : 8px;
	line-height    : 1.42857143;
	vertical-align : top;
	border-top     : 1px solid #ddd;
}

.table > thead > tr > th {
	vertical-align : bottom;
	border-bottom  : 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top : 0;
}

.table > tbody + tbody {
	border-top : 2px solid #ddd;
}

.table .table {
	background-color : #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding : 5px;
}

.table-bordered {
	border : 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border : 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width : 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color : #f9f9f9;
}

.table-hover > tbody > tr:hover {
	background-color : #f5f5f5;
}

table col[class*="col-"] {
	position : static;
	display  : table-column;
	float    : none;
}

table td[class*="col-"],
table th[class*="col-"] {
	position : static;
	display  : table-cell;
	float    : none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
	background-color : #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
	background-color : #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
	background-color : #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
	background-color : #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
	background-color : #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
	background-color : #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
	background-color : #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
	background-color : #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
	background-color : #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
	background-color : #ebcccc;
}

.table-responsive {
	min-height : .01%;
	overflow-x : auto;
}

@media screen and (max-width : 767px) {
	.table-responsive {
		width              : 100%;
		margin-bottom      : 15px;
		overflow-y         : hidden;
		-ms-overflow-style : -ms-autohiding-scrollbar;
		border             : 1px solid #ddd;
	}

	.table-responsive > .table {
		margin-bottom : 0;
	}

	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > td {
		white-space : nowrap;
	}

	.table-responsive > .table-bordered {
		border : 0;
	}

	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left : 0;
	}

	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right : 0;
	}

	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom : 0;
	}
}

fieldset {
	min-width : 0;
	padding   : 0;
	margin    : 0;
	border    : 0;
}

legend {
	display       : block;
	width         : 100%;
	padding       : 0;
	margin-bottom : 20px;
	font-size     : 21px;
	line-height   : inherit;
	color         : #333;
	border        : 0;
	border-bottom : 1px solid #e5e5e5;
}

label {
	display       : inline-block;
	max-width     : 100%;
	margin-bottom : 5px;
	font-weight   : bold;
}

input[type="search"] {
	-webkit-box-sizing : border-box;
	-moz-box-sizing    : border-box;
	box-sizing         : border-box;
}

input[type="radio"],
input[type="checkbox"] {
	margin      : 4px 0 0;
	margin-top  : 1px \9;
	line-height : normal;
}

input[type="file"] {
	display : block;
}

input[type="range"] {
	display : block;
	width   : 100%;
}

select[multiple],
select[size] {
	height : auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline        : thin dotted;
	outline        : 5px auto -webkit-focus-ring-color;
	outline-offset : -2px;
}

output {
	display     : block;
	padding-top : 7px;
	font-size   : 14px;
	line-height : 1.42857143;
	color       : #555;
}

.form-control {
	display            : block;
	width              : 100%;
	height             : 34px;
	padding            : 6px 12px;
	font-size          : 14px;
	line-height        : 1.42857143;
	color              : #555;
	background-color   : #fff;
	background-image   : none;
	border             : 1px solid #ccc;
	border-radius      : 4px;
	-webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow         : inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition : border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition      : border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition         : border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color       : #66afe9;
	outline            : 0;
	-webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow         : inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
	color   : #999;
	opacity : 1;
}

.form-control:-ms-input-placeholder {
	color : #999;
}

.form-control::-webkit-input-placeholder {
	color : #999;
}

.form-control::-ms-expand {
	background-color : transparent;
	border           : 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color : #eee;
	opacity          : 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor : not-allowed;
}

textarea.form-control {
	height : auto;
}

input[type="search"] {
	-webkit-appearance : none;
}

@media screen and (-webkit-min-device-pixel-ratio : 0) {
	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height : 34px;
	}

	input[type="date"].input-sm,
	input[type="time"].input-sm,
	input[type="datetime-local"].input-sm,
	input[type="month"].input-sm,
	.input-group-sm input[type="date"],
	.input-group-sm input[type="time"],
	.input-group-sm input[type="datetime-local"],
	.input-group-sm input[type="month"] {
		line-height : 30px;
	}

	input[type="date"].input-lg,
	input[type="time"].input-lg,
	input[type="datetime-local"].input-lg,
	input[type="month"].input-lg,
	.input-group-lg input[type="date"],
	.input-group-lg input[type="time"],
	.input-group-lg input[type="datetime-local"],
	.input-group-lg input[type="month"] {
		line-height : 46px;
	}
}

.form-group {
	margin-bottom : 15px;
}

.radio,
.checkbox {
	position      : relative;
	display       : block;
	margin-top    : 10px;
	margin-bottom : 10px;
}

.radio label,
.checkbox label {
	min-height    : 20px;
	padding-left  : 20px;
	margin-bottom : 0;
	font-weight   : normal;
	cursor        : pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position    : absolute;
	margin-top  : 4px \9;
	margin-left : -20px;
}

.radio + .radio,
.checkbox + .checkbox {
	margin-top : -5px;
}

.radio-inline,
.checkbox-inline {
	position       : relative;
	display        : inline-block;
	padding-left   : 20px;
	margin-bottom  : 0;
	font-weight    : normal;
	vertical-align : middle;
	cursor         : pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top  : 0;
	margin-left : 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
	cursor : not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
	cursor : not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
	cursor : not-allowed;
}

.form-control-static {
	min-height     : 34px;
	padding-top    : 7px;
	padding-bottom : 7px;
	margin-bottom  : 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-right : 0;
	padding-left  : 0;
}

.input-sm {
	height        : 30px;
	padding       : 5px 10px;
	font-size     : 12px;
	line-height   : 1.5;
	border-radius : 3px;
}

select.input-sm {
	height      : 30px;
	line-height : 30px;
}

textarea.input-sm,
select[multiple].input-sm {
	height : auto;
}

.form-group-sm .form-control {
	height        : 30px;
	padding       : 5px 10px;
	font-size     : 12px;
	line-height   : 1.5;
	border-radius : 3px;
}

.form-group-sm select.form-control {
	height      : 30px;
	line-height : 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height : auto;
}

.form-group-sm .form-control-static {
	height      : 30px;
	min-height  : 32px;
	padding     : 6px 10px;
	font-size   : 12px;
	line-height : 1.5;
}

.input-lg {
	height        : 46px;
	padding       : 10px 16px;
	font-size     : 18px;
	line-height   : 1.3333333;
	border-radius : 6px;
}

select.input-lg {
	height      : 46px;
	line-height : 46px;
}

textarea.input-lg,
select[multiple].input-lg {
	height : auto;
}

.form-group-lg .form-control {
	height        : 46px;
	padding       : 10px 16px;
	font-size     : 18px;
	line-height   : 1.3333333;
	border-radius : 6px;
}

.form-group-lg select.form-control {
	height      : 46px;
	line-height : 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height : auto;
}

.form-group-lg .form-control-static {
	height      : 46px;
	min-height  : 38px;
	padding     : 11px 16px;
	font-size   : 18px;
	line-height : 1.3333333;
}

.has-feedback {
	position : relative;
}

.has-feedback .form-control {
	padding-right : 42.5px;
}

.form-control-feedback {
	position       : absolute;
	top            : 0;
	right          : 0;
	z-index        : 2;
	display        : block;
	width          : 34px;
	height         : 34px;
	line-height    : 34px;
	text-align     : center;
	pointer-events : none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
	width       : 46px;
	height      : 46px;
	line-height : 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
	width       : 30px;
	height      : 30px;
	line-height : 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color : #3c763d;
}

.has-success .form-control {
	border-color       : #3c763d;
	-webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow         : inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
	border-color       : #2b542c;
	-webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow         : inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
	color            : #3c763d;
	background-color : #dff0d8;
	border-color     : #3c763d;
}

.has-success .form-control-feedback {
	color : #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color : #8a6d3b;
}

.has-warning .form-control {
	border-color       : #8a6d3b;
	-webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow         : inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .form-control:focus {
	border-color       : #66512c;
	-webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow         : inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
	color            : #8a6d3b;
	background-color : #fcf8e3;
	border-color     : #8a6d3b;
}

.has-warning .form-control-feedback {
	color : #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color : #a94442;
}

.has-error .form-control {
	border-color       : #a94442;
	-webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow         : inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
	border-color       : #843534;
	-webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow         : inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
	color            : #a94442;
	background-color : #f2dede;
	border-color     : #a94442;
}

.has-error .form-control-feedback {
	color : #a94442;
}

.has-feedback label ~ .form-control-feedback {
	top : 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top : 0;
}

.help-block {
	display       : block;
	margin-top    : 5px;
	margin-bottom : 10px;
	color         : #737373;
}

@media (min-width : 768px) {
	.form-inline .form-group {
		display        : inline-block;
		margin-bottom  : 0;
		vertical-align : middle;
	}

	.form-inline .form-control {
		display        : inline-block;
		width          : auto;
		vertical-align : middle;
	}

	.form-inline .form-control-static {
		display : inline-block;
	}

	.form-inline .input-group {
		display        : inline-table;
		vertical-align : middle;
	}

	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width : auto;
	}

	.form-inline .input-group > .form-control {
		width : 100%;
	}

	.form-inline .control-label {
		margin-bottom  : 0;
		vertical-align : middle;
	}

	.form-inline .radio,
	.form-inline .checkbox {
		display        : inline-block;
		margin-top     : 0;
		margin-bottom  : 0;
		vertical-align : middle;
	}

	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left : 0;
	}

	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		position    : relative;
		margin-left : 0;
	}

	.form-inline .has-feedback .form-control-feedback {
		top : 0;
	}
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	padding-top   : 7px;
	margin-top    : 0;
	margin-bottom : 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height : 27px;
}

.form-horizontal .form-group {
	margin-right : -15px;
	margin-left  : -15px;
}

@media (min-width : 768px) {
	.form-horizontal .control-label {
		padding-top   : 7px;
		margin-bottom : 0;
		text-align    : right;
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right : 15px;
}

@media (min-width : 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top : 11px;
		font-size   : 18px;
	}
}

@media (min-width : 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top : 6px;
		font-size   : 12px;
	}
}

.btn {
	display             : inline-block;
	padding             : 6px 12px;
	margin-bottom       : 0;
	font-size           : 14px;
	font-weight         : normal;
	line-height         : 1.42857143;
	text-align          : center;
	white-space         : nowrap;
	vertical-align      : middle;
	-ms-touch-action    : manipulation;
	touch-action        : manipulation;
	cursor              : pointer;
	-webkit-user-select : none;
	-moz-user-select    : none;
	-ms-user-select     : none;
	user-select         : none;
	background-image    : none;
	border              : 1px solid transparent;
	border-radius       : 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline        : thin dotted;
	outline        : 5px auto -webkit-focus-ring-color;
	outline-offset : -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
	color           : #333;
	text-decoration : none;
}

.btn:active,
.btn.active {
	background-image   : none;
	outline            : 0;
	-webkit-box-shadow : inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow         : inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor             : not-allowed;
	filter             : alpha(opacity=65);
	-webkit-box-shadow : none;
	box-shadow         : none;
	opacity            : .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events : none;
}

.btn-default {
	color            : #333;
	background-color : #fff;
	border-color     : #ccc;
}

.btn-default:focus,
.btn-default.focus {
	color            : #333;
	background-color : #e6e6e6;
	border-color     : #8c8c8c;
}

.btn-default:hover {
	color            : #333;
	background-color : #e6e6e6;
	border-color     : #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color            : #333;
	background-color : #e6e6e6;
	border-color     : #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
	color            : #333;
	background-color : #d4d4d4;
	border-color     : #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	background-image : none;
}

.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 {
	background-color : #fff;
	border-color     : #ccc;
}

.btn-default .badge {
	color            : #fff;
	background-color : #333;
}

.btn-primary {
	color            : #fff;
	background-color : #337ab7;
	border-color     : #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
	color            : #fff;
	background-color : #286090;
	border-color     : #122b40;
}

.btn-primary:hover {
	color            : #fff;
	background-color : #286090;
	border-color     : #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color            : #fff;
	background-color : #286090;
	border-color     : #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
	color            : #fff;
	background-color : #204d74;
	border-color     : #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image : none;
}

.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 {
	background-color : #337ab7;
	border-color     : #2e6da4;
}

.btn-primary .badge {
	color            : #337ab7;
	background-color : #fff;
}

.btn-success {
	color            : #fff;
	background-color : #5cb85c;
	border-color     : #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
	color            : #fff;
	background-color : #449d44;
	border-color     : #255625;
}

.btn-success:hover {
	color            : #fff;
	background-color : #449d44;
	border-color     : #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color            : #fff;
	background-color : #449d44;
	border-color     : #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
	color            : #fff;
	background-color : #398439;
	border-color     : #255625;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	background-image : none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
	background-color : #5cb85c;
	border-color     : #4cae4c;
}

.btn-success .badge {
	color            : #5cb85c;
	background-color : #fff;
}

.btn-info {
	color            : #fff;
	background-color : #5bc0de;
	border-color     : #46b8da;
}

.btn-info:focus,
.btn-info.focus {
	color            : #fff;
	background-color : #31b0d5;
	border-color     : #1b6d85;
}

.btn-info:hover {
	color            : #fff;
	background-color : #31b0d5;
	border-color     : #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	color            : #fff;
	background-color : #31b0d5;
	border-color     : #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
	color            : #fff;
	background-color : #269abc;
	border-color     : #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	background-image : none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
	background-color : #5bc0de;
	border-color     : #46b8da;
}

.btn-info .badge {
	color            : #5bc0de;
	background-color : #fff;
}

.btn-warning {
	color            : #fff;
	background-color : #f0ad4e;
	border-color     : #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
	color            : #fff;
	background-color : #ec971f;
	border-color     : #985f0d;
}

.btn-warning:hover {
	color            : #fff;
	background-color : #ec971f;
	border-color     : #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
	color            : #fff;
	background-color : #ec971f;
	border-color     : #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
	color            : #fff;
	background-color : #d58512;
	border-color     : #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
	background-image : none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
	background-color : #f0ad4e;
	border-color     : #eea236;
}

.btn-warning .badge {
	color            : #f0ad4e;
	background-color : #fff;
}

.btn-danger {
	color            : #fff;
	background-color : #d9534f;
	border-color     : #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
	color            : #fff;
	background-color : #c9302c;
	border-color     : #761c19;
}

.btn-danger:hover {
	color            : #fff;
	background-color : #c9302c;
	border-color     : #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	color            : #fff;
	background-color : #c9302c;
	border-color     : #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
	color            : #fff;
	background-color : #ac2925;
	border-color     : #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	background-image : none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
	background-color : #d9534f;
	border-color     : #d43f3a;
}

.btn-danger .badge {
	color            : #d9534f;
	background-color : #fff;
}

.btn-link {
	font-weight   : normal;
	color         : #337ab7;
	border-radius : 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color   : transparent;
	-webkit-box-shadow : none;
	box-shadow         : none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color : transparent;
}

.btn-link:hover,
.btn-link:focus {
	color            : #23527c;
	text-decoration  : underline;
	background-color : transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color           : #777;
	text-decoration : none;
}

.btn-lg,
.btn-group-lg > .btn {
	padding       : 10px 16px;
	font-size     : 18px;
	line-height   : 1.3333333;
	border-radius : 6px;
}

.btn-sm,
.btn-group-sm > .btn {
	padding       : 5px 10px;
	font-size     : 12px;
	line-height   : 1.5;
	border-radius : 3px;
}

.btn-xs,
.btn-group-xs > .btn {
	padding       : 1px 5px;
	font-size     : 12px;
	line-height   : 1.5;
	border-radius : 3px;
}

.btn-block {
	display : block;
	width   : 100%;
}

.btn-block + .btn-block {
	margin-top : 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width : 100%;
}

.fade {
	opacity            : 0;
	-webkit-transition : opacity .15s linear;
	-o-transition      : opacity .15s linear;
	transition         : opacity .15s linear;
}

.fade.in {
	opacity : 1;
}

.collapse {
	display : none;
}

.collapse.in {
	display : block;
}

tr.collapse.in {
	display : table-row;
}

tbody.collapse.in {
	display : table-row-group;
}

.collapsing {
	position                           : relative;
	height                             : 0;
	overflow                           : hidden;
	-webkit-transition-timing-function : ease;
	-o-transition-timing-function      : ease;
	transition-timing-function         : ease;
	-webkit-transition-duration        : .35s;
	-o-transition-duration             : .35s;
	transition-duration                : .35s;
	-webkit-transition-property        : height, visibility;
	-o-transition-property             : height, visibility;
	transition-property                : height, visibility;
}

.caret {
	display        : inline-block;
	width          : 0;
	height         : 0;
	margin-left    : 2px;
	vertical-align : middle;
	border-top     : 4px dashed;
	border-top     : 4px solid \9;
	border-right   : 4px solid transparent;
	border-left    : 4px solid transparent;
}

.dropup,
.dropdown {
	position : relative;
}

.dropdown-toggle:focus {
	outline : 0;
}

.dropdown-menu {
	position                : absolute;
	top                     : 100%;
	left                    : 0;
	z-index                 : 1000;
	display                 : none;
	float                   : left;
	min-width               : 160px;
	padding                 : 5px 0;
	margin                  : 2px 0 0;
	font-size               : 14px;
	text-align              : left;
	list-style              : none;
	background-color        : #fff;
	-webkit-background-clip : padding-box;
	background-clip         : padding-box;
	border                  : 1px solid #ccc;
	border                  : 1px solid rgba(0, 0, 0, .15);
	border-radius           : 4px;
	-webkit-box-shadow      : 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow              : 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.pull-right {
	right : 0;
	left  : auto;
}

.dropdown-menu .divider {
	height           : 1px;
	margin           : 9px 0;
	overflow         : hidden;
	background-color : #e5e5e5;
}

.dropdown-menu > li > a {
	display     : block;
	padding     : 3px 20px;
	clear       : both;
	font-weight : normal;
	line-height : 1.42857143;
	color       : #333;
	white-space : nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color            : #262626;
	text-decoration  : none;
	background-color : #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color            : #fff;
	text-decoration  : none;
	background-color : #337ab7;
	outline          : 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color : #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration  : none;
	cursor           : not-allowed;
	background-color : transparent;
	background-image : none;
	filter           : progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
	display : block;
}

.open > a {
	outline : 0;
}

.dropdown-menu-right {
	right : 0;
	left  : auto;
}

.dropdown-menu-left {
	right : auto;
	left  : 0;
}

.dropdown-header {
	display     : block;
	padding     : 3px 20px;
	font-size   : 12px;
	line-height : 1.42857143;
	color       : #777;
	white-space : nowrap;
}

.dropdown-backdrop {
	position : fixed;
	top      : 0;
	right    : 0;
	bottom   : 0;
	left     : 0;
	z-index  : 990;
}

.pull-right > .dropdown-menu {
	right : 0;
	left  : auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	content       : "";
	border-top    : 0;
	border-bottom : 4px dashed;
	border-bottom : 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top           : auto;
	bottom        : 100%;
	margin-bottom : 2px;
}

@media (min-width : 768px) {
	.navbar-right .dropdown-menu {
		right : 0;
		left  : auto;
	}

	.navbar-right .dropdown-menu-left {
		right : auto;
		left  : 0;
	}
}

.btn-group,
.btn-group-vertical {
	position       : relative;
	display        : inline-block;
	vertical-align : middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
	position : relative;
	float    : left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
	z-index : 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
	margin-left : -1px;
}

.btn-toolbar {
	margin-left : -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float : left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
	margin-left : 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius : 0;
}

.btn-group > .btn:first-child {
	margin-left : 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius    : 0;
	border-bottom-right-radius : 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
	border-top-left-radius    : 0;
	border-bottom-left-radius : 0;
}

.btn-group > .btn-group {
	float : left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius : 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-top-right-radius    : 0;
	border-bottom-right-radius : 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-left-radius    : 0;
	border-bottom-left-radius : 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline : 0;
}

.btn-group > .btn + .dropdown-toggle {
	padding-right : 8px;
	padding-left  : 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
	padding-right : 12px;
	padding-left  : 12px;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow : inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow         : inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow : none;
	box-shadow         : none;
}

.btn .caret {
	margin-left : 0;
}

.btn-lg .caret {
	border-width        : 5px 5px 0;
	border-bottom-width : 0;
}

.dropup .btn-lg .caret {
	border-width : 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
	display   : block;
	float     : none;
	width     : 100%;
	max-width : 100%;
}

.btn-group-vertical > .btn-group > .btn {
	float : none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
	margin-top  : -1px;
	margin-left : 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius : 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-top-left-radius     : 4px;
	border-top-right-radius    : 4px;
	border-bottom-right-radius : 0;
	border-bottom-left-radius  : 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-top-left-radius     : 0;
	border-top-right-radius    : 0;
	border-bottom-right-radius : 4px;
	border-bottom-left-radius  : 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius : 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius : 0;
	border-bottom-left-radius  : 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-left-radius  : 0;
	border-top-right-radius : 0;
}

.btn-group-justified {
	display         : table;
	width           : 100%;
	table-layout    : fixed;
	border-collapse : separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
	display : table-cell;
	float   : none;
	width   : 1%;
}

.btn-group-justified > .btn-group .btn {
	width : 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
	left : auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
	position       : absolute;
	clip           : rect(0, 0, 0, 0);
	pointer-events : none;
}

.input-group {
	position        : relative;
	display         : table;
	border-collapse : separate;
}

.input-group[class*="col-"] {
	float         : none;
	padding-right : 0;
	padding-left  : 0;
}

.input-group .form-control {
	position      : relative;
	z-index       : 2;
	float         : left;
	width         : 100%;
	margin-bottom : 0;
}

.input-group .form-control:focus {
	z-index : 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	height        : 46px;
	padding       : 10px 16px;
	font-size     : 18px;
	line-height   : 1.3333333;
	border-radius : 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
	height      : 46px;
	line-height : 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
	height : auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	height        : 30px;
	padding       : 5px 10px;
	font-size     : 12px;
	line-height   : 1.5;
	border-radius : 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
	height      : 30px;
	line-height : 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
	height : auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display : table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius : 0;
}

.input-group-addon,
.input-group-btn {
	width          : 1%;
	white-space    : nowrap;
	vertical-align : middle;
}

.input-group-addon {
	padding          : 6px 12px;
	font-size        : 14px;
	font-weight      : normal;
	line-height      : 1;
	color            : #555;
	text-align       : center;
	background-color : #eee;
	border           : 1px solid #ccc;
	border-radius    : 4px;
}

.input-group-addon.input-sm {
	padding       : 5px 10px;
	font-size     : 12px;
	border-radius : 3px;
}

.input-group-addon.input-lg {
	padding       : 10px 16px;
	font-size     : 18px;
	border-radius : 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
	margin-top : 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-top-right-radius    : 0;
	border-bottom-right-radius : 0;
}

.input-group-addon:first-child {
	border-right : 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-top-left-radius    : 0;
	border-bottom-left-radius : 0;
}

.input-group-addon:last-child {
	border-left : 0;
}

.input-group-btn {
	position    : relative;
	font-size   : 0;
	white-space : nowrap;
}

.input-group-btn > .btn {
	position : relative;
}

.input-group-btn > .btn + .btn {
	margin-left : -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
	z-index : 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
	margin-right : -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	z-index     : 2;
	margin-left : -1px;
}

.nav {
	padding-left  : 0;
	margin-bottom : 0;
	list-style    : none;
}

.nav > li {
	position : relative;
	display  : block;
}

.nav > li > a {
	position : relative;
	display  : block;
	padding  : 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration  : none;
	background-color : #eee;
}

.nav > li.disabled > a {
	color : #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color            : #777;
	text-decoration  : none;
	cursor           : not-allowed;
	background-color : transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color : #eee;
	border-color     : #337ab7;
}

.nav .nav-divider {
	height           : 1px;
	margin           : 9px 0;
	overflow         : hidden;
	background-color : #e5e5e5;
}

.nav > li > a > img {
	max-width : none;
}

.nav-tabs {
	border-bottom : 1px solid #ddd;
}

.nav-tabs > li {
	float         : left;
	margin-bottom : -1px;
}

.nav-tabs > li > a {
	margin-right  : 2px;
	line-height   : 1.42857143;
	border        : 1px solid transparent;
	border-radius : 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
	border-color : #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color               : #555;
	cursor              : default;
	background-color    : #fff;
	border              : 1px solid #ddd;
	border-bottom-color : transparent;
}

.nav-tabs.nav-justified {
	width         : 100%;
	border-bottom : 0;
}

.nav-tabs.nav-justified > li {
	float : none;
}

.nav-tabs.nav-justified > li > a {
	margin-bottom : 5px;
	text-align    : center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top  : auto;
	left : auto;
}

@media (min-width : 768px) {
	.nav-tabs.nav-justified > li {
		display : table-cell;
		width   : 1%;
	}

	.nav-tabs.nav-justified > li > a {
		margin-bottom : 0;
	}
}

.nav-tabs.nav-justified > li > a {
	margin-right  : 0;
	border-radius : 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
	border : 1px solid #ddd;
}

@media (min-width : 768px) {
	.nav-tabs.nav-justified > li > a {
		border-bottom : 1px solid #ddd;
		border-radius : 4px 4px 0 0;
	}

	.nav-tabs.nav-justified > .active > a,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color : #fff;
	}
}

.nav-pills > li {
	float : left;
}

.nav-pills > li > a {
	border-radius : 4px;
}

.nav-pills > li + li {
	margin-left : 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color            : #fff;
	background-color : #337ab7;
}

.nav-stacked > li {
	float : none;
}

.nav-stacked > li + li {
	margin-top  : 2px;
	margin-left : 0;
}

.nav-justified {
	width : 100%;
}

.nav-justified > li {
	float : none;
}

.nav-justified > li > a {
	margin-bottom : 5px;
	text-align    : center;
}

.nav-justified > .dropdown .dropdown-menu {
	top  : auto;
	left : auto;
}

@media (min-width : 768px) {
	.nav-justified > li {
		display : table-cell;
		width   : 1%;
	}

	.nav-justified > li > a {
		margin-bottom : 0;
	}
}

.nav-tabs-justified {
	border-bottom : 0;
}

.nav-tabs-justified > li > a {
	margin-right  : 0;
	border-radius : 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
	border : 1px solid #ddd;
}

@media (min-width : 768px) {
	.nav-tabs-justified > li > a {
		border-bottom : 1px solid #ddd;
		border-radius : 4px 4px 0 0;
	}

	.nav-tabs-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus {
		border-bottom-color : #fff;
	}
}

.tab-content > .tab-pane {
	display : none;
}

.tab-content > .active {
	display : block;
}

.nav-tabs .dropdown-menu {
	margin-top              : -1px;
	border-top-left-radius  : 0;
	border-top-right-radius : 0;
}

.navbar {
	position      : relative;
	min-height    : 50px;
	margin-bottom : 20px;
	border        : 1px solid transparent;
}

@media (min-width : 768px) {
	.navbar {
		border-radius : 4px;
	}
}

@media (min-width : 768px) {
	.navbar-header {
		float : left;
	}
}

.navbar-collapse {
	padding-right              : 15px;
	padding-left               : 15px;
	overflow-x                 : visible;
	-webkit-overflow-scrolling : touch;
	border-top                 : 1px solid transparent;
	-webkit-box-shadow         : inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow                 : inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in {
	overflow-y : auto;
}

@media (min-width : 768px) {
	.navbar-collapse {
		width              : auto;
		border-top         : 0;
		-webkit-box-shadow : none;
		box-shadow         : none;
	}

	.navbar-collapse.collapse {
		display        : block !important;
		height         : auto !important;
		padding-bottom : 0;
		overflow       : visible !important;
	}

	.navbar-collapse.in {
		overflow-y : visible;
	}

	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-right : 0;
		padding-left  : 0;
	}
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height : 340px;
}

@media (max-device-width : 480px) and (orientation : landscape) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height : 200px;
	}
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
	margin-right : -15px;
	margin-left  : -15px;
}

@media (min-width : 768px) {
	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
		margin-right : 0;
		margin-left  : 0;
	}
}

.navbar-static-top {
	z-index      : 1000;
	border-width : 0 0 1px;
}

@media (min-width : 768px) {
	.navbar-static-top {
		border-radius : 0;
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position : fixed;
	right    : 0;
	left     : 0;
	z-index  : 1030;
}

@media (min-width : 768px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius : 0;
	}
}

.navbar-fixed-top {
	top          : 0;
	border-width : 0 0 1px;
}

.navbar-fixed-bottom {
	bottom        : 0;
	margin-bottom : 0;
	border-width  : 1px 0 0;
}

.navbar-brand {
	float       : left;
	height      : 50px;
	padding     : 15px 15px;
	font-size   : 18px;
	line-height : 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration : none;
}

.navbar-brand > img {
	display : block;
}

@media (min-width : 768px) {
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left : -15px;
	}
}

.navbar-toggle {
	position         : relative;
	float            : right;
	padding          : 9px 10px;
	margin-top       : 8px;
	margin-right     : 15px;
	margin-bottom    : 8px;
	background-color : transparent;
	background-image : none;
	border           : 1px solid transparent;
	border-radius    : 4px;
}

.navbar-toggle:focus {
	outline : 0;
}

.navbar-toggle .icon-bar {
	display       : block;
	width         : 22px;
	height        : 2px;
	border-radius : 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top : 4px;
}

@media (min-width : 768px) {
	.navbar-toggle {
		display : none;
	}
}

.navbar-nav {
	margin : 7.5px -15px;
}

.navbar-nav > li > a {
	padding-top    : 10px;
	padding-bottom : 10px;
	line-height    : 20px;
}

@media (max-width : 767px) {
	.navbar-nav .open .dropdown-menu {
		position           : static;
		float              : none;
		width              : auto;
		margin-top         : 0;
		background-color   : transparent;
		border             : 0;
		-webkit-box-shadow : none;
		box-shadow         : none;
	}

	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding : 5px 15px 5px 25px;
	}

	.navbar-nav .open .dropdown-menu > li > a {
		line-height : 20px;
	}

	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image : none;
	}
}

@media (min-width : 768px) {
	.navbar-nav {
		float  : left;
		margin : 0;
	}

	.navbar-nav > li {
		float : left;
	}

	.navbar-nav > li > a {
		padding-top    : 15px;
		padding-bottom : 15px;
	}
}

.navbar-form {
	padding            : 10px 15px;
	margin-top         : 8px;
	margin-right       : -15px;
	margin-bottom      : 8px;
	margin-left        : -15px;
	border-top         : 1px solid transparent;
	border-bottom      : 1px solid transparent;
	-webkit-box-shadow : inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow         : inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width : 768px) {
	.navbar-form .form-group {
		display        : inline-block;
		margin-bottom  : 0;
		vertical-align : middle;
	}

	.navbar-form .form-control {
		display        : inline-block;
		width          : auto;
		vertical-align : middle;
	}

	.navbar-form .form-control-static {
		display : inline-block;
	}

	.navbar-form .input-group {
		display        : inline-table;
		vertical-align : middle;
	}

	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group .form-control {
		width : auto;
	}

	.navbar-form .input-group > .form-control {
		width : 100%;
	}

	.navbar-form .control-label {
		margin-bottom  : 0;
		vertical-align : middle;
	}

	.navbar-form .radio,
	.navbar-form .checkbox {
		display        : inline-block;
		margin-top     : 0;
		margin-bottom  : 0;
		vertical-align : middle;
	}

	.navbar-form .radio label,
	.navbar-form .checkbox label {
		padding-left : 0;
	}

	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		position    : relative;
		margin-left : 0;
	}

	.navbar-form .has-feedback .form-control-feedback {
		top : 0;
	}
}

@media (max-width : 767px) {
	.navbar-form .form-group {
		margin-bottom : 5px;
	}

	.navbar-form .form-group:last-child {
		margin-bottom : 0;
	}
}

@media (min-width : 768px) {
	.navbar-form {
		width              : auto;
		padding-top        : 0;
		padding-bottom     : 0;
		margin-right       : 0;
		margin-left        : 0;
		border             : 0;
		-webkit-box-shadow : none;
		box-shadow         : none;
	}
}

.navbar-nav > li > .dropdown-menu {
	margin-top              : 0;
	border-top-left-radius  : 0;
	border-top-right-radius : 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom              : 0;
	border-top-left-radius     : 4px;
	border-top-right-radius    : 4px;
	border-bottom-right-radius : 0;
	border-bottom-left-radius  : 0;
}

.navbar-btn {
	margin-top    : 8px;
	margin-bottom : 8px;
}

.navbar-btn.btn-sm {
	margin-top    : 10px;
	margin-bottom : 10px;
}

.navbar-btn.btn-xs {
	margin-top    : 14px;
	margin-bottom : 14px;
}

.navbar-text {
	margin-top    : 15px;
	margin-bottom : 15px;
}

@media (min-width : 768px) {
	.navbar-text {
		float        : left;
		margin-right : 15px;
		margin-left  : 15px;
	}
}

@media (min-width : 768px) {
	.navbar-left {
		float : left !important;
	}

	.navbar-right {
		float        : right !important;
		margin-right : -15px;
	}

	.navbar-right ~ .navbar-right {
		margin-right : 0;
	}
}

.navbar-default {
	background-color : #f8f8f8;
	border-color     : #e7e7e7;
}

.navbar-default .navbar-brand {
	color : #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color            : #5e5e5e;
	background-color : transparent;
}

.navbar-default .navbar-text {
	color : #777;
}

.navbar-default .navbar-nav > li > a {
	color : #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color            : #333;
	background-color : transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color            : #555;
	background-color : #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color            : #ccc;
	background-color : transparent;
}

.navbar-default .navbar-toggle {
	border-color : #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color : #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color : #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color : #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color            : #555;
	background-color : #e7e7e7;
}

@media (max-width : 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color : #777;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color            : #333;
		background-color : transparent;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color            : #555;
		background-color : #e7e7e7;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color            : #ccc;
		background-color : transparent;
	}
}

.navbar-default .navbar-link {
	color : #777;
}

.navbar-default .navbar-link:hover {
	color : #333;
}

.navbar-default .btn-link {
	color : #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
	color : #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
	color : #ccc;
}

.navbar-inverse {
	background-color : #222;
	border-color     : #080808;
}

.navbar-inverse .navbar-brand {
	color : #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color            : #fff;
	background-color : transparent;
}

.navbar-inverse .navbar-text {
	color : #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
	color : #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color            : #fff;
	background-color : transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color            : #fff;
	background-color : #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
	color            : #444;
	background-color : transparent;
}

.navbar-inverse .navbar-toggle {
	border-color : #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color : #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color : #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color : #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	color            : #fff;
	background-color : #080808;
}

@media (max-width : 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color : #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color : #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color : #9d9d9d;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color            : #fff;
		background-color : transparent;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color            : #fff;
		background-color : #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color            : #444;
		background-color : transparent;
	}
}

.navbar-inverse .navbar-link {
	color : #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
	color : #fff;
}

.navbar-inverse .btn-link {
	color : #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
	color : #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color : #444;
}

.breadcrumb {
	padding          : 8px 15px;
	margin-bottom    : 20px;
	list-style       : none;
	background-color : #f5f5f5;
	border-radius    : 4px;
}

.breadcrumb > li {
	display : inline-block;
}

.breadcrumb > li + li:before {
	padding : 0 5px;
	color   : #ccc;
	content : "/\00a0";
}

.breadcrumb > .active {
	color : #777;
}

.pagination {
	display       : inline-block;
	padding-left  : 0;
	margin        : 20px 0;
	border-radius : 4px;
}

.pagination > li {
	display : inline;
}

.pagination > li > a,
.pagination > li > span {
	position         : relative;
	float            : left;
	padding          : 6px 12px;
	margin-left      : -1px;
	line-height      : 1.42857143;
	color            : #337ab7;
	text-decoration  : none;
	background-color : #fff;
	border           : 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left               : 0;
	border-top-left-radius    : 4px;
	border-bottom-left-radius : 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius    : 4px;
	border-bottom-right-radius : 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index          : 2;
	color            : #23527c;
	background-color : #eee;
	border-color     : #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index          : 3;
	color            : #fff;
	cursor           : default;
	background-color : #337ab7;
	border-color     : #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color            : #777;
	cursor           : not-allowed;
	background-color : #fff;
	border-color     : #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
	padding     : 10px 16px;
	font-size   : 18px;
	line-height : 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-top-left-radius    : 6px;
	border-bottom-left-radius : 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-top-right-radius    : 6px;
	border-bottom-right-radius : 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
	padding     : 5px 10px;
	font-size   : 12px;
	line-height : 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-top-left-radius    : 3px;
	border-bottom-left-radius : 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-top-right-radius    : 3px;
	border-bottom-right-radius : 3px;
}

.pager {
	padding-left : 0;
	margin       : 20px 0;
	text-align   : center;
	list-style   : none;
}

.pager li {
	display : inline;
}

.pager li > a,
.pager li > span {
	display          : inline-block;
	padding          : 5px 14px;
	background-color : #fff;
	border           : 1px solid #ddd;
	border-radius    : 15px;
}

.pager li > a:hover,
.pager li > a:focus {
	text-decoration  : none;
	background-color : #eee;
}

.pager .next > a,
.pager .next > span {
	float : right;
}

.pager .previous > a,
.pager .previous > span {
	float : left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color            : #777;
	cursor           : not-allowed;
	background-color : #fff;
}

.label {
	display        : inline;
	padding        : .2em .6em .3em;
	font-size      : 75%;
	font-weight    : bold;
	line-height    : 1;
	color          : #fff;
	text-align     : center;
	white-space    : nowrap;
	vertical-align : baseline;
	border-radius  : .25em;
}

a.label:hover,
a.label:focus {
	color           : #fff;
	text-decoration : none;
	cursor          : pointer;
}

.label:empty {
	display : none;
}

.btn .label {
	position : relative;
	top      : -1px;
}

.label-default {
	background-color : #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
	background-color : #5e5e5e;
}

.label-primary {
	background-color : #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color : #286090;
}

.label-success {
	background-color : #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color : #449d44;
}

.label-info {
	background-color : #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
	background-color : #31b0d5;
}

.label-warning {
	background-color : #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color : #ec971f;
}

.label-danger {
	background-color : #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color : #c9302c;
}

.badge {
	display          : inline-block;
	min-width        : 10px;
	padding          : 3px 7px;
	font-size        : 12px;
	font-weight      : bold;
	line-height      : 1;
	color            : #fff;
	text-align       : center;
	white-space      : nowrap;
	vertical-align   : middle;
	background-color : #777;
	border-radius    : 10px;
}

.badge:empty {
	display : none;
}

.btn .badge {
	position : relative;
	top      : -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
	top     : 0;
	padding : 1px 5px;
}

a.badge:hover,
a.badge:focus {
	color           : #fff;
	text-decoration : none;
	cursor          : pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color            : #337ab7;
	background-color : #fff;
}

.list-group-item > .badge {
	float : right;
}

.list-group-item > .badge + .badge {
	margin-right : 5px;
}

.nav-pills > li > a > .badge {
	margin-left : 3px;
}

.jumbotron {
	padding-top      : 30px;
	padding-bottom   : 30px;
	margin-bottom    : 30px;
	color            : inherit;
	background-color : #eee;
}

.jumbotron h1,
.jumbotron .h1 {
	color : inherit;
}

.jumbotron p {
	margin-bottom : 15px;
	font-size     : 21px;
	font-weight   : 200;
}

.jumbotron > hr {
	border-top-color : #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
	padding-right : 15px;
	padding-left  : 15px;
	border-radius : 6px;
}

.jumbotron .container {
	max-width : 100%;
}

@media screen and (min-width : 768px) {
	.jumbotron {
		padding-top    : 48px;
		padding-bottom : 48px;
	}

	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-right : 60px;
		padding-left  : 60px;
	}

	.jumbotron h1,
	.jumbotron .h1 {
		font-size : 63px;
	}
}

.thumbnail {
	display            : block;
	padding            : 4px;
	margin-bottom      : 20px;
	line-height        : 1.42857143;
	background-color   : #fff;
	border             : 1px solid #ddd;
	border-radius      : 4px;
	-webkit-transition : border .2s ease-in-out;
	-o-transition      : border .2s ease-in-out;
	transition         : border .2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
	margin-right : auto;
	margin-left  : auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color : #337ab7;
}

.thumbnail .caption {
	padding : 9px;
	color   : #333;
}

.alert {
	padding       : 15px;
	margin-bottom : 20px;
	border        : 1px solid transparent;
	border-radius : 4px;
}

.alert h4 {
	margin-top : 0;
	color      : inherit;
}

.alert .alert-link {
	font-weight : bold;
}

.alert > p,
.alert > ul {
	margin-bottom : 0;
}

.alert > p + p {
	margin-top : 5px;
}

.alert-dismissable,
.alert-dismissible {
	padding-right : 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
	position : relative;
	top      : -2px;
	right    : -21px;
	color    : inherit;
}

.alert-success {
	color            : #3c763d;
	background-color : #dff0d8;
	border-color     : #d6e9c6;
}

.alert-success hr {
	border-top-color : #c9e2b3;
}

.alert-success .alert-link {
	color : #2b542c;
}

.alert-info {
	color            : #31708f;
	background-color : #d9edf7;
	border-color     : #bce8f1;
}

.alert-info hr {
	border-top-color : #a6e1ec;
}

.alert-info .alert-link {
	color : #245269;
}

.alert-warning {
	color            : #8a6d3b;
	background-color : #fcf8e3;
	border-color     : #faebcc;
}

.alert-warning hr {
	border-top-color : #f7e1b5;
}

.alert-warning .alert-link {
	color : #66512c;
}

.alert-danger {
	color            : #a94442;
	background-color : #f2dede;
	border-color     : #ebccd1;
}

.alert-danger hr {
	border-top-color : #e4b9c0;
}

.alert-danger .alert-link {
	color : #843534;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position : 40px 0;
	}
	to {
		background-position : 0 0;
	}
}

@-o-keyframes progress-bar-stripes {
	from {
		background-position : 40px 0;
	}
	to {
		background-position : 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position : 40px 0;
	}
	to {
		background-position : 0 0;
	}
}

.progress {
	height             : 20px;
	margin-bottom      : 20px;
	overflow           : hidden;
	background-color   : #f5f5f5;
	border-radius      : 4px;
	-webkit-box-shadow : inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow         : inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
	float              : left;
	width              : 0;
	height             : 100%;
	font-size          : 12px;
	line-height        : 20px;
	color              : #fff;
	text-align         : center;
	background-color   : #337ab7;
	-webkit-box-shadow : inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow         : inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition : width .6s ease;
	-o-transition      : width .6s ease;
	transition         : width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
	background-image        : -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image        : -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image        : linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	-webkit-background-size : 40px 40px;
	background-size         : 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation : progress-bar-stripes 2s linear infinite;
	-o-animation      : progress-bar-stripes 2s linear infinite;
	animation         : progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
	background-color : #5cb85c;
}

.progress-striped .progress-bar-success {
	background-image : -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image : -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image : linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
	background-color : #5bc0de;
}

.progress-striped .progress-bar-info {
	background-image : -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image : -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image : linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
	background-color : #f0ad4e;
}

.progress-striped .progress-bar-warning {
	background-image : -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image : -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image : linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
	background-color : #d9534f;
}

.progress-striped .progress-bar-danger {
	background-image : -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image : -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image : linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.media {
	margin-top : 15px;
}

.media:first-child {
	margin-top : 0;
}

.media,
.media-body {
	overflow : hidden;
	zoom     : 1;
}

.media-body {
	width : 10000px;
}

.media-object {
	display : block;
}

.media-object.img-thumbnail {
	max-width : none;
}

.media-right,
.media > .pull-right {
	padding-left : 10px;
}

.media-left,
.media > .pull-left {
	padding-right : 10px;
}

.media-left,
.media-right,
.media-body {
	display        : table-cell;
	vertical-align : top;
}

.media-middle {
	vertical-align : middle;
}

.media-bottom {
	vertical-align : bottom;
}

.media-heading {
	margin-top    : 0;
	margin-bottom : 5px;
}

.media-list {
	padding-left : 0;
	list-style   : none;
}

.list-group {
	padding-left  : 0;
	margin-bottom : 20px;
}

.list-group-item {
	position         : relative;
	display          : block;
	padding          : 10px 15px;
	margin-bottom    : -1px;
	background-color : #fff;
	border           : 1px solid #ddd;
}

.list-group-item:first-child {
	border-top-left-radius  : 4px;
	border-top-right-radius : 4px;
}

.list-group-item:last-child {
	margin-bottom              : 0;
	border-bottom-right-radius : 4px;
	border-bottom-left-radius  : 4px;
}

a.list-group-item,
button.list-group-item {
	color : #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color : #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
	color            : #555;
	text-decoration  : none;
	background-color : #f5f5f5;
}

button.list-group-item {
	width      : 100%;
	text-align : left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
	color            : #777;
	cursor           : not-allowed;
	background-color : #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
	color : inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
	color : #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index          : 2;
	color            : #fff;
	background-color : #337ab7;
	border-color     : #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
	color : inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
	color : #c7ddef;
}

.list-group-item-success {
	color            : #3c763d;
	background-color : #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
	color : #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color : inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
	color            : #3c763d;
	background-color : #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
	color            : #fff;
	background-color : #3c763d;
	border-color     : #3c763d;
}

.list-group-item-info {
	color            : #31708f;
	background-color : #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
	color : #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color : inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
	color            : #31708f;
	background-color : #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
	color            : #fff;
	background-color : #31708f;
	border-color     : #31708f;
}

.list-group-item-warning {
	color            : #8a6d3b;
	background-color : #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
	color : #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color : inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
	color            : #8a6d3b;
	background-color : #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
	color            : #fff;
	background-color : #8a6d3b;
	border-color     : #8a6d3b;
}

.list-group-item-danger {
	color            : #a94442;
	background-color : #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
	color : #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color : inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
	color            : #a94442;
	background-color : #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
	color            : #fff;
	background-color : #a94442;
	border-color     : #a94442;
}

.list-group-item-heading {
	margin-top    : 0;
	margin-bottom : 5px;
}

.list-group-item-text {
	margin-bottom : 0;
	line-height   : 1.3;
}

.panel {
	margin-bottom      : 20px;
	background-color   : #fff;
	border             : 1px solid transparent;
	border-radius      : 4px;
	-webkit-box-shadow : 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow         : 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
	padding : 15px;
}

.panel-heading {
	padding                 : 10px 15px;
	border-bottom           : 1px solid transparent;
	border-top-left-radius  : 3px;
	border-top-right-radius : 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
	color : inherit;
}

.panel-title {
	margin-top    : 0;
	margin-bottom : 0;
	font-size     : 16px;
	color         : inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
	color : inherit;
}

.panel-footer {
	padding                    : 10px 15px;
	background-color           : #f5f5f5;
	border-top                 : 1px solid #ddd;
	border-bottom-right-radius : 3px;
	border-bottom-left-radius  : 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
	margin-bottom : 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
	border-width  : 1px 0;
	border-radius : 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top              : 0;
	border-top-left-radius  : 3px;
	border-top-right-radius : 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom              : 0;
	border-bottom-right-radius : 3px;
	border-bottom-left-radius  : 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-left-radius  : 0;
	border-top-right-radius : 0;
}

.panel-heading + .list-group .list-group-item:first-child {
	border-top-width : 0;
}

.list-group + .panel-footer {
	border-top-width : 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
	margin-bottom : 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
	padding-right : 15px;
	padding-left  : 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
	border-top-left-radius  : 3px;
	border-top-right-radius : 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
	border-top-left-radius  : 3px;
	border-top-right-radius : 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius : 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius : 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
	border-bottom-right-radius : 3px;
	border-bottom-left-radius  : 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-right-radius : 3px;
	border-bottom-left-radius  : 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius : 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius : 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
	border-top : 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
	border-top : 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
	border : 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left : 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right : 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom : 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom : 0;
}

.panel > .table-responsive {
	margin-bottom : 0;
	border        : 0;
}

.panel-group {
	margin-bottom : 20px;
}

.panel-group .panel {
	margin-bottom : 0;
	border-radius : 4px;
}

.panel-group .panel + .panel {
	margin-top : 5px;
}

.panel-group .panel-heading {
	border-bottom : 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
	border-top : 1px solid #ddd;
}

.panel-group .panel-footer {
	border-top : 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom : 1px solid #ddd;
}

.panel-default {
	border-color : #ddd;
}

.panel-default > .panel-heading {
	color            : #333;
	background-color : #f5f5f5;
	border-color     : #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color : #ddd;
}

.panel-default > .panel-heading .badge {
	color            : #f5f5f5;
	background-color : #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color : #ddd;
}

.panel-primary {
	border-color : #337ab7;
}

.panel-primary > .panel-heading {
	color            : #fff;
	background-color : #337ab7;
	border-color     : #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color : #337ab7;
}

.panel-primary > .panel-heading .badge {
	color            : #337ab7;
	background-color : #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color : #337ab7;
}

.panel-success {
	border-color : #d6e9c6;
}

.panel-success > .panel-heading {
	color            : #3c763d;
	background-color : #dff0d8;
	border-color     : #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color : #d6e9c6;
}

.panel-success > .panel-heading .badge {
	color            : #dff0d8;
	background-color : #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color : #d6e9c6;
}

.panel-info {
	border-color : #bce8f1;
}

.panel-info > .panel-heading {
	color            : #31708f;
	background-color : #d9edf7;
	border-color     : #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color : #bce8f1;
}

.panel-info > .panel-heading .badge {
	color            : #d9edf7;
	background-color : #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color : #bce8f1;
}

.panel-warning {
	border-color : #faebcc;
}

.panel-warning > .panel-heading {
	color            : #8a6d3b;
	background-color : #fcf8e3;
	border-color     : #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color : #faebcc;
}

.panel-warning > .panel-heading .badge {
	color            : #fcf8e3;
	background-color : #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color : #faebcc;
}

.panel-danger {
	border-color : #ebccd1;
}

.panel-danger > .panel-heading {
	color            : #a94442;
	background-color : #f2dede;
	border-color     : #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color : #ebccd1;
}

.panel-danger > .panel-heading .badge {
	color            : #f2dede;
	background-color : #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color : #ebccd1;
}

.embed-responsive {
	position : relative;
	display  : block;
	height   : 0;
	padding  : 0;
	overflow : hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position : absolute;
	top      : 0;
	bottom   : 0;
	left     : 0;
	width    : 100%;
	height   : 100%;
	border   : 0;
}

.embed-responsive-16by9 {
	padding-bottom : 56.25%;
}

.embed-responsive-4by3 {
	padding-bottom : 75%;
}

.well {
	min-height         : 20px;
	padding            : 19px;
	margin-bottom      : 20px;
	background-color   : #f5f5f5;
	border             : 1px solid #e3e3e3;
	border-radius      : 4px;
	-webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow         : inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well blockquote {
	border-color : #ddd;
	border-color : rgba(0, 0, 0, .15);
}

.well-lg {
	padding       : 24px;
	border-radius : 6px;
}

.well-sm {
	padding       : 9px;
	border-radius : 3px;
}

.close {
	float       : right;
	font-size   : 21px;
	font-weight : bold;
	line-height : 1;
	color       : #000;
	text-shadow : 0 1px 0 #fff;
	filter      : alpha(opacity=20);
	opacity     : .2;
}

.close:hover,
.close:focus {
	color           : #000;
	text-decoration : none;
	cursor          : pointer;
	filter          : alpha(opacity=50);
	opacity         : .5;
}

button.close {
	-webkit-appearance : none;
	padding            : 0;
	cursor             : pointer;
	background         : transparent;
	border             : 0;
}

.modal-open {
	overflow : hidden;
}

.modal {
	position                   : fixed;
	top                        : 0;
	right                      : 0;
	bottom                     : 0;
	left                       : 0;
	z-index                    : 1050;
	display                    : none;
	overflow                   : hidden;
	-webkit-overflow-scrolling : touch;
	outline                    : 0;
}

.modal.fade .modal-dialog {
	-webkit-transition : -webkit-transform .3s ease-out;
	-o-transition      : -o-transform .3s ease-out;
	transition         : transform .3s ease-out;
	-webkit-transform  : translate(0, -25%);
	-ms-transform      : translate(0, -25%);
	-o-transform       : translate(0, -25%);
	transform          : translate(0, -25%);
}

.modal.in .modal-dialog {
	-webkit-transform : translate(0, 0);
	-ms-transform     : translate(0, 0);
	-o-transform      : translate(0, 0);
	transform         : translate(0, 0);
}

.modal-open .modal {
	overflow-x : hidden;
	overflow-y : auto;
}

.modal-dialog {
	position : relative;
	width    : auto;
	margin   : 10px;
}

.modal-content {
	position                : relative;
	background-color        : #fff;
	-webkit-background-clip : padding-box;
	background-clip         : padding-box;
	border                  : 1px solid #999;
	border                  : 1px solid rgba(0, 0, 0, .2);
	border-radius           : 6px;
	outline                 : 0;
	-webkit-box-shadow      : 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow              : 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
	position         : fixed;
	top              : 0;
	right            : 0;
	bottom           : 0;
	left             : 0;
	z-index          : 1040;
	background-color : #000;
}

.modal-backdrop.fade {
	filter  : alpha(opacity=0);
	opacity : 0;
}

.modal-backdrop.in {
	filter  : alpha(opacity=50);
	opacity : .5;
}

.modal-header {
	padding       : 15px;
	border-bottom : 1px solid #e5e5e5;
}

.modal-header .close {
	margin-top : -2px;
}

.modal-title {
	margin      : 0;
	line-height : 1.42857143;
}

.modal-body {
	position : relative;
	padding  : 15px;
}

.modal-footer {
	padding    : 15px;
	text-align : right;
	border-top : 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
	margin-bottom : 0;
	margin-left   : 5px;
}

.modal-footer .btn-group .btn + .btn {
	margin-left : -1px;
}

.modal-footer .btn-block + .btn-block {
	margin-left : 0;
}

.modal-scrollbar-measure {
	position : absolute;
	top      : -9999px;
	width    : 50px;
	height   : 50px;
	overflow : scroll;
}

@media (min-width : 768px) {
	.modal-dialog {
		width  : 600px;
		margin : 30px auto;
	}

	.modal-content {
		-webkit-box-shadow : 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow         : 0 5px 15px rgba(0, 0, 0, .5);
	}

	.modal-sm {
		width : 300px;
	}
}

@media (min-width : 992px) {
	.modal-lg {
		width : 900px;
	}
}

.tooltip {
	position        : absolute;
	z-index         : 1070;
	display         : block;
	font-family     : "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size       : 12px;
	font-style      : normal;
	font-weight     : normal;
	line-height     : 1.42857143;
	text-align      : left;
	text-align      : start;
	text-decoration : none;
	text-shadow     : none;
	text-transform  : none;
	letter-spacing  : normal;
	word-break      : normal;
	word-spacing    : normal;
	word-wrap       : normal;
	white-space     : normal;
	filter          : alpha(opacity=0);
	opacity         : 0;

	line-break      : auto;
}

.tooltip.in {
	filter  : alpha(opacity=90);
	opacity : .9;
}

.tooltip.top {
	padding    : 5px 0;
	margin-top : -3px;
}

.tooltip.right {
	padding     : 0 5px;
	margin-left : 3px;
}

.tooltip.bottom {
	padding    : 5px 0;
	margin-top : 3px;
}

.tooltip.left {
	padding     : 0 5px;
	margin-left : -3px;
}

.tooltip-inner {
	max-width        : 200px;
	padding          : 3px 8px;
	color            : #fff;
	text-align       : center;
	background-color : #000;
	border-radius    : 4px;
}

.tooltip-arrow {
	position     : absolute;
	width        : 0;
	height       : 0;
	border-color : transparent;
	border-style : solid;
}

.tooltip.top .tooltip-arrow {
	bottom           : 0;
	left             : 50%;
	margin-left      : -5px;
	border-width     : 5px 5px 0;
	border-top-color : #000;
}

.tooltip.top-left .tooltip-arrow {
	right            : 5px;
	bottom           : 0;
	margin-bottom    : -5px;
	border-width     : 5px 5px 0;
	border-top-color : #000;
}

.tooltip.top-right .tooltip-arrow {
	bottom           : 0;
	left             : 5px;
	margin-bottom    : -5px;
	border-width     : 5px 5px 0;
	border-top-color : #000;
}

.tooltip.right .tooltip-arrow {
	top                : 50%;
	left               : 0;
	margin-top         : -5px;
	border-width       : 5px 5px 5px 0;
	border-right-color : #000;
}

.tooltip.left .tooltip-arrow {
	top               : 50%;
	right             : 0;
	margin-top        : -5px;
	border-width      : 5px 0 5px 5px;
	border-left-color : #000;
}

.tooltip.bottom .tooltip-arrow {
	top                 : 0;
	left                : 50%;
	margin-left         : -5px;
	border-width        : 0 5px 5px;
	border-bottom-color : #000;
}

.tooltip.bottom-left .tooltip-arrow {
	top                 : 0;
	right               : 5px;
	margin-top          : -5px;
	border-width        : 0 5px 5px;
	border-bottom-color : #000;
}

.tooltip.bottom-right .tooltip-arrow {
	top                 : 0;
	left                : 5px;
	margin-top          : -5px;
	border-width        : 0 5px 5px;
	border-bottom-color : #000;
}

.popover {
	position                : absolute;
	top                     : 0;
	left                    : 0;
	z-index                 : 1060;
	display                 : none;
	max-width               : 276px;
	padding                 : 1px;
	font-family             : "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size               : 14px;
	font-style              : normal;
	font-weight             : normal;
	line-height             : 1.42857143;
	text-align              : left;
	text-align              : start;
	text-decoration         : none;
	text-shadow             : none;
	text-transform          : none;
	letter-spacing          : normal;
	word-break              : normal;
	word-spacing            : normal;
	word-wrap               : normal;
	white-space             : normal;
	background-color        : #fff;
	-webkit-background-clip : padding-box;
	background-clip         : padding-box;
	border                  : 1px solid #ccc;
	border                  : 1px solid rgba(0, 0, 0, .2);
	border-radius           : 6px;
	-webkit-box-shadow      : 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow              : 0 5px 10px rgba(0, 0, 0, .2);

	line-break              : auto;
}

.popover.top {
	margin-top : -10px;
}

.popover.right {
	margin-left : 10px;
}

.popover.bottom {
	margin-top : 10px;
}

.popover.left {
	margin-left : -10px;
}

.popover-title {
	padding          : 8px 14px;
	margin           : 0;
	font-size        : 14px;
	background-color : #f7f7f7;
	border-bottom    : 1px solid #ebebeb;
	border-radius    : 5px 5px 0 0;
}

.popover-content {
	padding : 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
	position     : absolute;
	display      : block;
	width        : 0;
	height       : 0;
	border-color : transparent;
	border-style : solid;
}

.popover > .arrow {
	border-width : 11px;
}

.popover > .arrow:after {
	content      : "";
	border-width : 10px;
}

.popover.top > .arrow {
	bottom              : -11px;
	left                : 50%;
	margin-left         : -11px;
	border-top-color    : #999;
	border-top-color    : rgba(0, 0, 0, .25);
	border-bottom-width : 0;
}

.popover.top > .arrow:after {
	bottom              : 1px;
	margin-left         : -10px;
	content             : " ";
	border-top-color    : #fff;
	border-bottom-width : 0;
}

.popover.right > .arrow {
	top                : 50%;
	left               : -11px;
	margin-top         : -11px;
	border-right-color : #999;
	border-right-color : rgba(0, 0, 0, .25);
	border-left-width  : 0;
}

.popover.right > .arrow:after {
	bottom             : -10px;
	left               : 1px;
	content            : " ";
	border-right-color : #fff;
	border-left-width  : 0;
}

.popover.bottom > .arrow {
	top                 : -11px;
	left                : 50%;
	margin-left         : -11px;
	border-top-width    : 0;
	border-bottom-color : #999;
	border-bottom-color : rgba(0, 0, 0, .25);
}

.popover.bottom > .arrow:after {
	top                 : 1px;
	margin-left         : -10px;
	content             : " ";
	border-top-width    : 0;
	border-bottom-color : #fff;
}

.popover.left > .arrow {
	top                : 50%;
	right              : -11px;
	margin-top         : -11px;
	border-right-width : 0;
	border-left-color  : #999;
	border-left-color  : rgba(0, 0, 0, .25);
}

.popover.left > .arrow:after {
	right              : 1px;
	bottom             : -10px;
	content            : " ";
	border-right-width : 0;
	border-left-color  : #fff;
}

.carousel {
	position : relative;
}

.carousel-inner {
	position : relative;
	width    : 100%;
	overflow : hidden;
}

.carousel-inner > .item {
	position           : relative;
	display            : none;
	-webkit-transition : .6s ease-in-out left;
	-o-transition      : .6s ease-in-out left;
	transition         : .6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	line-height : 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition          : -webkit-transform .6s ease-in-out;
		-o-transition               : -o-transform .6s ease-in-out;
		transition                  : transform .6s ease-in-out;

		-webkit-backface-visibility : hidden;
		backface-visibility         : hidden;
		-webkit-perspective         : 1000px;
		perspective                 : 1000px;
	}

	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
		left              : 0;
		-webkit-transform : translate3d(100%, 0, 0);
		transform         : translate3d(100%, 0, 0);
	}

	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
		left              : 0;
		-webkit-transform : translate3d(-100%, 0, 0);
		transform         : translate3d(-100%, 0, 0);
	}

	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
		left              : 0;
		-webkit-transform : translate3d(0, 0, 0);
		transform         : translate3d(0, 0, 0);
	}
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display : block;
}

.carousel-inner > .active {
	left : 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
	position : absolute;
	top      : 0;
	width    : 100%;
}

.carousel-inner > .next {
	left : 100%;
}

.carousel-inner > .prev {
	left : -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left : 0;
}

.carousel-inner > .active.left {
	left : -100%;
}

.carousel-inner > .active.right {
	left : 100%;
}

.carousel-control {
	position         : absolute;
	top              : 0;
	bottom           : 0;
	left             : 0;
	width            : 15%;
	font-size        : 20px;
	color            : #fff;
	text-align       : center;
	text-shadow      : 0 1px 2px rgba(0, 0, 0, .6);
	background-color : rgba(0, 0, 0, 0);
	filter           : alpha(opacity=50);
	opacity          : .5;
}

.carousel-control.left {
	background-image  : -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	background-image  : -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	background-image  : -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
	background-image  : linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat : repeat-x;
}

.carousel-control.right {
	right             : 0;
	left              : auto;
	background-image  : -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	background-image  : -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	background-image  : -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
	background-image  : linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat : repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
	color           : #fff;
	text-decoration : none;
	filter          : alpha(opacity=90);
	outline         : 0;
	opacity         : .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position   : absolute;
	top        : 50%;
	z-index    : 5;
	display    : inline-block;
	margin-top : -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left        : 50%;
	margin-left : -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right        : 50%;
	margin-right : -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	width       : 20px;
	height      : 20px;
	font-family : serif;
	line-height : 1;
}

.carousel-control .icon-prev:before {
	content : '\2039';
}

.carousel-control .icon-next:before {
	content : '\203a';
}

.carousel-indicators {
	position     : absolute;
	bottom       : 10px;
	left         : 50%;
	z-index      : 15;
	width        : 60%;
	padding-left : 0;
	margin-left  : -30%;
	text-align   : center;
	list-style   : none;
}

.carousel-indicators li {
	display          : inline-block;
	width            : 10px;
	height           : 10px;
	margin           : 1px;
	text-indent      : -999px;
	cursor           : pointer;
	background-color : #000 \9;
	background-color : rgba(0, 0, 0, 0);
	border           : 1px solid #fff;
	border-radius    : 10px;
}

.carousel-indicators .active {
	width            : 12px;
	height           : 12px;
	margin           : 0;
	background-color : #fff;
}

.carousel-caption {
	position       : absolute;
	right          : 15%;
	bottom         : 20px;
	left           : 15%;
	z-index        : 10;
	padding-top    : 20px;
	padding-bottom : 20px;
	color          : #fff;
	text-align     : center;
	text-shadow    : 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
	text-shadow : none;
}

@media screen and (min-width : 768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width      : 30px;
		height     : 30px;
		margin-top : -10px;
		font-size  : 30px;
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left : -10px;
	}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right : -10px;
	}

	.carousel-caption {
		right          : 20%;
		left           : 20%;
		padding-bottom : 30px;
	}

	.carousel-indicators {
		bottom : 20px;
	}
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
	display : table;
	content : " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
	clear : both;
}

.center-block {
	display      : block;
	margin-right : auto;
	margin-left  : auto;
}

.pull-right {
	float : right !important;
}

.pull-left {
	float : left !important;
}

.hide {
	display : none !important;
}

.show {
	display : block !important;
}

.invisible {
	visibility : hidden;
}

.text-hide {
	font             : 0/0 a;
	color            : transparent;
	text-shadow      : none;
	background-color : transparent;
	border           : 0;
}

.hidden {
	display : none !important;
}

.affix {
	position : fixed;
}

@-ms-viewport {
	width : device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display : none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display : none !important;
}

@media (max-width : 767px) {
	.visible-xs {
		display : block !important;
	}

	table.visible-xs {
		display : table !important;
	}

	tr.visible-xs {
		display : table-row !important;
	}

	th.visible-xs,
	td.visible-xs {
		display : table-cell !important;
	}
}

@media (max-width : 767px) {
	.visible-xs-block {
		display : block !important;
	}
}

@media (max-width : 767px) {
	.visible-xs-inline {
		display : inline !important;
	}
}

@media (max-width : 767px) {
	.visible-xs-inline-block {
		display : inline-block !important;
	}
}

@media (min-width : 768px) and (max-width : 991px) {
	.visible-sm {
		display : block !important;
	}

	table.visible-sm {
		display : table !important;
	}

	tr.visible-sm {
		display : table-row !important;
	}

	th.visible-sm,
	td.visible-sm {
		display : table-cell !important;
	}
}

@media (min-width : 768px) and (max-width : 991px) {
	.visible-sm-block {
		display : block !important;
	}
}

@media (min-width : 768px) and (max-width : 991px) {
	.visible-sm-inline {
		display : inline !important;
	}
}

@media (min-width : 768px) and (max-width : 991px) {
	.visible-sm-inline-block {
		display : inline-block !important;
	}
}

@media (min-width : 992px) and (max-width : 1199px) {
	.visible-md {
		display : block !important;
	}

	table.visible-md {
		display : table !important;
	}

	tr.visible-md {
		display : table-row !important;
	}

	th.visible-md,
	td.visible-md {
		display : table-cell !important;
	}
}

@media (min-width : 992px) and (max-width : 1199px) {
	.visible-md-block {
		display : block !important;
	}
}

@media (min-width : 992px) and (max-width : 1199px) {
	.visible-md-inline {
		display : inline !important;
	}
}

@media (min-width : 992px) and (max-width : 1199px) {
	.visible-md-inline-block {
		display : inline-block !important;
	}
}

@media (min-width : 1200px) {
	.visible-lg {
		display : block !important;
	}

	table.visible-lg {
		display : table !important;
	}

	tr.visible-lg {
		display : table-row !important;
	}

	th.visible-lg,
	td.visible-lg {
		display : table-cell !important;
	}
}

@media (min-width : 1200px) {
	.visible-lg-block {
		display : block !important;
	}
}

@media (min-width : 1200px) {
	.visible-lg-inline {
		display : inline !important;
	}
}

@media (min-width : 1200px) {
	.visible-lg-inline-block {
		display : inline-block !important;
	}
}

@media (max-width : 767px) {
	.hidden-xs {
		display : none !important;
	}
}

@media (min-width : 768px) and (max-width : 991px) {
	.hidden-sm {
		display : none !important;
	}
}

@media (min-width : 992px) and (max-width : 1199px) {
	.hidden-md {
		display : none !important;
	}
}

@media (min-width : 1200px) {
	.hidden-lg {
		display : none !important;
	}
}

.visible-print {
	display : none !important;
}

@media print {
	.visible-print {
		display : block !important;
	}

	table.visible-print {
		display : table !important;
	}

	tr.visible-print {
		display : table-row !important;
	}

	th.visible-print,
	td.visible-print {
		display : table-cell !important;
	}
}

.visible-print-block {
	display : none !important;
}

@media print {
	.visible-print-block {
		display : block !important;
	}
}

.visible-print-inline {
	display : none !important;
}

@media print {
	.visible-print-inline {
		display : inline !important;
	}
}

.visible-print-inline-block {
	display : none !important;
}

@media print {
	.visible-print-inline-block {
		display : inline-block !important;
	}
}

@media print {
	.hidden-print {
		display : none !important;
	}
}

/*# sourceMappingURL=bootstrap.css.map */

/* === owl.carousel1.css === */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content     : ".";
	display     : block;
	clear       : both;
	visibility  : hidden;
	line-height : 0;
	height      : 0;
}

/* display none until init */
.owl-carousel {
	display          : none;
	position         : relative;
	width            : 100%;
	-ms-touch-action : pan-y;
}

.owl-carousel .owl-wrapper {
	display           : none;
	position          : relative;
	-webkit-transform : translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow : hidden;
	position : relative;
	width    : 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition : height 500ms ease-in-out;
	-moz-transition    : height 500ms ease-in-out;
	-ms-transition     : height 500ms ease-in-out;
	-o-transition      : height 500ms ease-in-out;
	transition         : height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float : left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor : pointer;
}

.owl-controls {
	-webkit-user-select         : none;
	-khtml-user-select          : none;
	-moz-user-select            : none;
	-ms-user-select             : none;
	user-select                 : none;
	-webkit-tap-highlight-color : rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
	cursor : url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
	-webkit-transform           : translate3d(0, 0, 0);
	-moz-transform              : translate3d(0, 0, 0);
	-ms-transform               : translate3d(0, 0, 0);
}


/* === im_component.css === */
.im-sheet {
	display: block;
	position: fixed;
	z-index: 1351;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.6);
}
.im-sheet .im-sheet-content {
	display: block;
	position: fixed;
	top: 100%;
	bottom: auto;
	background: #fff;
	border-radius: 8px 8px 0 0;
	padding: 0;
	width: 100%;
	-webkit-transition: top 200ms ease;
	-o-transition:      top 200ms ease;
	transition: top 200ms ease;
	max-height: 75vh;
	overflow-y: auto;
}
.im-sheet .im-sheet-select {
	width: 100%;
	margin: 0;
	padding: 0;
}
.im-sheet .im-sheet-select li {
	position: relative;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 15px 20px;
	line-height: 19px;
	border-bottom: 1px solid #eee;
	text-align: center;
	font-size: 14px;
}
.im-sheet .im-sheet-select li.selected:after {
	position: absolute;
	content: '';
	background-image: url(../f/7698edee_icon-check.svg);
	background-size: contain;
	width: 10px;
	height: 10px;
	right: 20px;
	top: calc(50% - 5px);
}
/* === function.css === */
/* **

       !important

                    ** */

/* 헤이트 */
.h16{height:16px !important}
.h30{height:30px !important}
.h38{height:38px !important}
.h44{height:44px !important}

.h45 {
	height : 45px !important
}
.h46{height:46px !important}
.h48{height:48px !important}
.h72{height:72px !important}
.h64{height:64px !important}
.h300{height:300px !important}
.h467{height:467px !important}
.h430{height:430px !important}
.h465{height:465px !important}
/* //헤이트 */

/* 위드 */
.w100p{width:100% !important}
.w44{width:44px !important}
.w55{width:55px !important}
.w66{width:66px !important}
.w70{width:70px !important}
.w82{width:82px !important}
.w100{width:100px !important}
.w200{width:200px !important}
.w300{width:300px !important}
.w120{width:120px !important}
.w150{width:150px !important}
.w170{width:170px !important}
.w257{width:257px !important}
.w49p{width:49% !important}
.w120p {width:120% !important}
.w252{width:252px !important}
.w256{width:256px !important}
/* //위드 */

/* 패딩 마진 */
.bt0{border-top:none !important}
.mt0{margin-top:0 !important}
.mt5{margin-top:5px !important}
.mt6{margin-top:6px !important}
.mt8{margin-top:8px !important}
.mt14{margin-top:14px !important}
.mb0{margin-bottom:0 !important}
.mb1{margin-bottom:1px !important}
.mb2{margin-bottom:2px !important}
.mb3{margin-bottom:3px !important}
.mb4{margin-bottom:4px !important}
.mb5{margin-bottom:5px !important}
.mb8{margin-bottom:8px !important}
.mb10{margin-bottom:10px !important}
.mb22{margin-bottom:22px !important}
.mb23{margin-bottom:23px !important}
.mb24{margin-bottom:24px !important}
.mb32{margin-bottom:32px !important}
.mb200{margin-bottom:200px !important}
.mt-1{margin-top: -1px !important }
.mt3{margin-top:3px !important}
.mt7{margin-top:7px !important}
.mt8{margin-top:8px !important}
.mt9{margin-top:9px !important}
.mt10{margin-top:10px !important}
.mt12{margin-top:12px !important}
.mt14{margin-top:14px !important}
.mt15{margin-top:15px !important}
.mt16{margin-top:16px !important}
.mt17{margin-top:17px !important}
.mt19{margin-top:19px !important}
.mt20{margin-top:20px !important}
.mt22{margin-top:22px !important}
.mt23{margin-top:23px !important}
.mt24{margin-top:24px !important}
.mt25{margin-top:25px !important}
.mt27{margin-top:27px !important}
.mt28{margin-top:28px !important}
.mt30{margin-top:30px !important}
.mt32{margin-top:32px !important}
.mt35{margin-top:35px !important}
.mt42{margin-top:42px !important}
.mt48{margin-top:48px !important}
.mt65{margin-top:65px !important}
.mt120{margin-top:120px !important}
.ml0{margin-left:0 !important}
.ml8{margin-left:8px !important}
.ml10{margin-left:10px !important}
.ml12{margin-left:12px !important}
.ml13{margin-left:13px !important}
.ml15{margin-left:15px !important}
.ml16{margin-left:16px !important}
.ml17{margin-left:17px !important}
.ml21{margin-left:21px !important}
.ml24{margin-left:24px !important}
.ml35{margin-left:35px !important}
.ml55{margin-left:55px !important}
.ml56{margin-left:56px !important}
.ml65{margin-left:65px !important}
.ml135{margin-left:135px !important}
.ml256{margin-left:256px !important}
.mr15{margin-right:15px !important}
.mr9{margin-right:9px !important}
.mr16{margin-right:16px !important}
.pd0 {padding:0 !important}
.pt0{padding-top:0 !important}
.pt7{padding-top:7px !important}
.pt10{padding-top:10px !important}
.pt18{padding-top:18px !important}
.pt20{padding-top:20px !important}
.pt30{padding-top:30px !important}
.pt35{padding-top:35px !important}
.pt42{padding-top:42px !important}
.pr0{padding-right:0 !important}
.pr15{padding-right:15px !important}
.pl0{padding-left:0 !important}
.pl16{padding-left:16px !important}
.pl24{padding-left:24px !important}
.pl64{padding-left:64px !important}
.pb0{padding-bottom:0 !important}
.pb10{padding-bottom:10px !important}
.pb16{padding-bottom:16px !important}


.p_lr_space {padding-left:24px !important;padding-right:24px !important}
.m_lr_space {margin-left:24px !important;margin-right:24px !important}
/* //패딩 마진 */

/* 기타 */
.over_a {overflow:auto !important;}
.over_h {overflow:hidden;}
.relative {position:relative; }
.absolute {position:absolute; }
.fixed {position:fixed; }
.num{display:inline-block; width:22px; height:22px; background-color:#F84A71; color:#fff; text-align:center; line-height:21px }
.clear{clear:both;}
.txt_l{text-align:left !important}
.txt_r{text-align:right !important}
.txt_c{text-align:center !important}
.float_l{float:left !important}
.float_r{float:right !important}
.w_bar {width:100%; height:1px; background:#eee; display:block;}
/* //기타 */


/* 컬러 */
.c_eee{background-color:#eee !important; }
.c_8ae{background-color:#8AEDE1 !important}
.c_04b{background-color:#00B8FF !important}
.c_f8e{background-color:#F8E71C !important}
.c_000{background-color:#000 !important; }
.c_901{background-color:#9013FE !important}
.c_bd1{background-color:#BD10E0 !important}
.c_ff8{background-color:#FF83E6 !important}
.c_000{background-color:#000 !important}
.c_901{background-color:#9013FE !important}
.c_bd1{background-color:#BD10E0 !important}
.c_ff8{background-color:#FF83E6 !important}
.c_fff{background-color:#fff !important}
.c_d00{background-color:#D0021B !important}
.c_f58{background-color:#F58723 !important}
.c_ffc{background-color:#FFC303 !important}
.c_b8e{background-color:#B8E986 !important}
.c_e4e{background-color:#E4ED8A !important}
.c_04b{background-color:#04B56A !important}
.c_f8e{background-color:#F8E71C !important}
.c_000{background-color:#000 !important}
.c_434343{background-color:#434343 !important}
.c_666{background-color:#666 !important}
.c_999{background-color:#999 !important}
.c_b7b7b7 {background-color:#b7b7b7 !important}
.c_ccc{background-color:#ccc !important}
.c_d9d9d9{background-color:#d9d9d9 !important}
.c_efefef{background-color:#efefef !important}
.c_f3f3f3{background-color:#f3f3f3 !important}
.c_980000{background-color:#980000 !important}
.c_F80500{background-color:#F80500 !important}
.c_F99900{background-color:#F99900 !important}
.c_FBFF00{background-color:#FBFF00 !important}
.c_32FF00{background-color:#32FF00 !important}
.c_48FFFF{background-color:#48FFFF !important}
.c_4A86E8{background-color:#4A86E8 !important}
.c_3200FF{background-color:#3200FF !important}
.c_9903FF{background-color:#9903FF !important}
.c_FB01FF{background-color:#FB01FF !important}
.c_E6B8AF{background-color:#E6B8AF !important}
.c_F4CCCC{background-color:#F4CCCC !important}
.c_FCE5CD{background-color:#FCE5CD !important}
.c_FDF2CC{background-color:#FDF2CC !important}
.c_D9E9D3{background-color:#D9E9D3 !important}
.c_D0E0E3{background-color:#D0E0E3 !important}
.c_C9D9F8{background-color:#C9D9F8 !important}
.c_CFE2F3{background-color:#CFE2F3 !important}
.c_D9D1E9{background-color:#D9D1E9 !important}
.c_EAD1DC{background-color:#EAD1DC !important}
.c_DD7E6B{background-color:#DD7E6B !important}
.c_EA9999{background-color:#EA9999 !important}
.c_F9CB9C{background-color:#F9CB9C !important}
.c_FCE599{background-color:#FCE599 !important}
.c_B6D7A8{background-color:#B6D7A8 !important}
.c_A2C4C9{background-color:#A2C4C9 !important}
.c_A4C2F4{background-color:#A4C2F4 !important}
.c_9FC4E8{background-color:#9FC4E8 !important}
.c_B4A7D6{background-color:#B4A7D6 !important}
.c_D5A6BD{background-color:#D5A6BD !important}
.c_CC4124{background-color:#CC4124 !important}
.c_E06666{background-color:#E06666 !important}
.c_F6B26B{background-color:#F6B26B !important}
.c_FBDA66{background-color:#FBDA66 !important}
.c_93C47D{background-color:#93C47D !important}
.c_76A5AF{background-color:#76A5AF !important}
.c_6D9EEB{background-color:#6D9EEB !important}
.c_6FA7DC{background-color:#6FA7DC !important}
.c_6FA7DC{background-color:#6FA7DC !important}
.c_C27AA0{background-color:#C27AA0 !important}
.c_CC4124{background-color:#CC4124 !important}
.c_E06666{background-color:#E06666 !important}
.c_F6B26B{background-color:#F6B26B !important}
.c_FBDA66{background-color:#FBDA66 !important}
.c_93C47D{background-color:#93C47D !important}
.c_76A5AF{background-color:#76A5AF !important}
.c_6D9EEB{background-color:#6D9EEB !important}
.c_6FA7DC{background-color:#6FA7DC !important}
.c_6FA7DC{background-color:#6FA7DC !important}
.c_C27AA0{background-color:#C27AA0 !important}
.c_A61B00{background-color:#A61B00 !important}
.c_CC0100{background-color:#CC0100 !important}
.c_E59138{background-color:#E59138 !important}
.c_F1C231{background-color:#F1C231 !important}
.c_6AA74F{background-color:#6AA74F !important}
.c_45818E{background-color:#45818E !important}
.c_3C78D8{background-color:#3C78D8 !important}
.c_3D85C6{background-color:#3D85C6 !important}
.c_674EA7{background-color:#674EA7 !important}
.c_A64D79{background-color:#A64D79 !important}
.c_85200B{background-color:#85200B !important}
.c_990100{background-color:#990100 !important}
.c_B45F05{background-color:#B45F05 !important}
.c_BF9000{background-color:#BF9000 !important}
.c_38761C{background-color:#38761C !important}
.c_134F5C{background-color:#134F5C !important}
.c_2955CC{background-color:#2955CC !important}
.c_1D5294{background-color:#1D5294 !important}
.c_341C75{background-color:#341C75 !important}
.c_741A47{background-color:#741A47 !important}
.c_5B0F00{background-color:#5B0F00 !important}
.c_660100{background-color:#660100 !important}
.c_783F03{background-color:#783F03 !important}
.c_7F6001{background-color:#7F6001 !important}
.c_274E12{background-color:#274E12 !important}
.c_0C343D{background-color:#0C343D !important}
.c_1C4587{background-color:#1C4587 !important}
.c_103763{background-color:#103763 !important}
.c_20114D{background-color:#20114D !important}
.c_4C1030{background-color:#4C1030 !important}
.c_FFC303{background-color:#FFC303 !important}
.c_FFC303{background-color:#FFC303 !important}
.c_37c0be{background-color:#00B8FF !important}
.f_37c0be{color:#00B8FF !important}
.f_30B5B5{color:#30B5B5 !important}
.font_04b{color:#00B8FF !important}
/* //컬러 */


/*폰트 사이즈*/
.f_s13{font-size:13px;}

/*//폰트 사이즈*/

/* flex */
.im-flex {
	display: flex;
}
.im-inline-flex {
	display: inline-flex;
}
.im-flex-col {
	flex-direction: column;
}
.im-flex-col-reverse {
	flex-direction: column-reverse;
}
.im-justify-between {
	justify-content: space-between;
}
.im-justify-center {
	justify-content: center;
}
.im-justify-end {
	justify-content: flex-end;
}
.im-items-center {
	align-items: center;
}
.im-items-end {
	align-items: flex-end;
}
.im-flex-1 {
	flex: 1 1 0;
}
.im-grow {
	flex-grow: 1;
}
.im-font-normal {
	font-weight: normal;
}
.im-line-height-120 {
	line-height: 1.2;
}
@media (max-width: 767px) {
	.im-xs-flex {
		display: flex;
	}
	.im-xs-inline-flex {
		display: inline-flex;
	}
	.im-xs-block {
		display: block;
	}
	.im-xs-flex-col {
		flex-direction: column;
	}
	.im-xs-flex-row {
		flex-direction: row;
	}
	.im-xs-flex-row-reverse {
		flex-direction: row-reverse;
	}
	.im-xs-flex-wrap {
		flex-wrap: wrap;
	}
	.im-xs-flex-wrap-reverse {
		flex-wrap: wrap-reverse;
	}
	.im-xs-justify-between {
		justify-content: space-between;
	}
	.im-xs-flex-1 {
		flex: 1 1 0;
	}
	.im-xs-font-normal {
		font-weight: normal;
	}
	.im-xs-bold {
		font-weight: 700;
	}
	.im-xs-align-top {
		vertical-align: top;
	}
}
/* flex end */
/* === site.css === */
@charset "utf-8";

html {
	-webkit-overflow-scrolling : touch;
	height: 100%;
}
body.doz_sys {
	-webkit-tap-highlight-color : rgba(201, 224, 253, 0.3);
	-webkit-overflow-scrolling : touch;
}
a {
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
.inline-section-wrap .icon_type_menu a.fixed_transform,
.new_header_overlay .icon_type_menu a.fixed_transform {
	-webkit-transition: none;
	transition: none;
}
em {
	font-style: normal;
}
.h45 {
	height : 45px !important
}
.h337 {
	height : 337px !important
}
.w100p {
	width : 100% !important
}
.w100 {
	width : 100px !important
}
.w200 {
	width : 200px !important
}
.w120 {
	width : 120px !important
}
.mt0 {
	margin-top : 0 !important
}
.mt8 {
	margin-top : 8px !important
}
.mb0 {
	margin-bottom : 0 !important
}
.mb5 {
	margin-bottom : 5px !important
}
.mb8 {
	margin-bottom : 8px !important
}
.mb10 {
	margin-bottom : 10px !important
}
.mb20 {
	margin-bottom : 20px !important
}
.mb24 {
	margin-bottom : 24px !important
}
.mt3 {
	margin-top : 3px !important
}
.mt8 {
	margin-top : 8px !important
}
.mt10 {
	margin-top : 10px !important
}
.mt14 {
	margin-top : 14px !important
}
.mt16 {
	margin-top : 16px !important
}
.mt17 {
	margin-top : 17px !important
}
.mt20 {
	margin-top : 20px !important
}
.mt24 {
	margin-top : 24px !important
}
.ml24 {
	margin-left : 24px !important
}
.pt20 {
	padding-top : 20px !important
}
.pb16 {
	padding-bottom : 16px !important
}
.p_lr_space {
	padding-left  : 24px !important;
	padding-right : 24px !important
}
.over_h {
	overflow : hidden;
}
.txt_l {
	text-align : left !important
}
.txt_c {
	text-align : center !important
}
.float_l {
	float : left !important
}
.float_r {
	float : right !important
}
.is-safari span, .is-safari a {
	text-rendering: optimizeSpeed;
}
.navbar-logo img {
	transition-duration: 1s;
}
.custom-text-info p {
	margin: 0;
}
.clearfix:after,.clearfix:before,
.nav.sub-menu ul:before {
	content : '';
	display: block;
	clear: both;
}
#doz_header_wrap {
	position : relative;
	z-index: 1000;
}
#doz_header .navbar .navbar-logo {
	transition: none;
}
#doz_header em {
	font-style: italic;
}
body.doz_sys.modal-open {
	overflow-y: hidden;
	min-height: 100%;
}
body.doz_sys.shopping.modal-open {
	height: auto;
}
.doz_sys section {
	position: relative;
}
.lg-on {
	overflow: hidden;
}
.lg-icon {
	font-family: 'lg' !important;
}
.radio label, .checkbox label {
	padding-left:0;
}
select::-ms-expand {
	display: none;
}
.modal_site_change_password .modal-dialog,
.modal_site_login .modal-dialog,
.modal_site_join_policy .modal-dialog,
.modal_site_join .modal-dialog,
.modal_site_find_password .modal-dialog,
.modal_site_two_factor_login .modal-dialog,
.modal_site_thirdparty .modal-dialog {
	width: 370px;
}
.doz_sys .modal_site_policy .modal-content, .doz_sys .modal_site_privacy .modal-content, .doz_sys .modal_site_domesticoverseas .modal_site_thirdparty .modal-content{
	word-wrap: break-word;
}

.doz_sys .modal-content {
	border-radius      : 3px;
	color              : #212121;
	-webkit-box-shadow : 0 5px 15px rgba(0, 0, 0, .2);
	box-shadow         : 0 5px 15px rgba(0, 0, 0, 0.2);
	border: none;
}
.doz_sys .modal-content label {
	color              : #212121;
}
.doz_sys .modal-header,
.modal_site_policy .modal-header,
.modal_site_privacy .modal-header,
.modal_site_thirdparty .modal-header {
	border-bottom: 0;
	padding: 24px;
}
.doz_sys .modal-body,
.modal_site_policy .modal-body,
.modal_site_privacy .modal-body,
.modal_site_thirdparty .modal-body {
	padding: 24px;
}
.doz_sys .modal-title,
.modal_site_policy .modal-title,
.modal_site_privacy .modal-title,
.modal_site_thirdparty .modal-title {
	font-size: 18px;
	font-weight: 500;
	float: left;
}
.doz_sys .modal-header i,
.modal_site_policy .modal-header i,
.modal_site_privacy .modal-header i,
.modal_site_thirdparty .modal-header i {
	float: right;
	font-size: 18px;
	line-height: 1;
	color: #212121;
	margin-top: 4px;
	cursor: pointer;
}
.doz_sys .modal-dialog {
	margin-bottom: 80px;
}
.modal-join, .modal-login {
	width: 350px;
}
.modal_quick_menu {
	background : #fff;
}
.modal_widget_fullboard {
	overflow-y : scroll;
	background : #fff;
}
.modal_widget_fullboard .modal-backdrop, .modal_quick_menu {
	height: 100%;
}
.modal_widget_fullboard .modal-dialog, .modal_quick_menu .modal-dialog {
	width  :100%;
	margin :0;
	height : 100%;
}
.modal_widget_fullboard .modal-content, .modal_quick_menu .modal-content {
	border             :0;
	-webkit-box-shadow : none;
	box-shadow         : none;
	height             : 100%;
	border-radius      : 0;
}
.modal_quick_menu .modal-content {
	padding : 0 15px;
}
.modal_doz_calendar .modal-dialog {
	width :280px;
}
.modal_doz_board .modal-dialog {
	width :310px;
}
.modal_site_shop_free_ship_notify,
.modal_site_shop_free_ship_notify_option {
	display: flex;
	align-items: center;
}
.modal_site_shop_free_ship_notify .modal-content,
.modal_site_shop_free_ship_notify_option .modal-content {
	border-radius: 16px;
	box-shadow: 0 0 1px 0 rgba(75, 81, 91, 0.20), 0 25px 80px 0 rgba(75, 81, 91, 0.20);
}
.preview_mode {
	top:0;
	-webkit-transition-property: top;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: linear;
	transition-property: top;
	transition-duration: .3s;
	transition-timing-function: linear;
	width:100%;
	background:#262626;
	color:#fff;
	z-index: 999999999;
	line-height: 50px;
}
.preview_mode .holder {
	text-align: center;
	font-size:14px;
}
.preview-tools {
	position: absolute;
	top: 0;
	right: 15px;
	text-align: right;
}
.preview-tools a.btn-preview-close {
	color:#aaa;
	font-size: 12px;
	margin-right: 24px;
}
.preview-tools a.btn-preview-close:hover {
	color:#fff;
}
.preview-tools a.btn-publish {
	background: #1FC685;
	color: #fff;
	display: inline-block;
	width: 114px;
	padding: 6px 16px 5px;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	border-radius: 2px;
  vertical-align: middle;
}
.preview-tools a.btn-publish:hover, .preview-tools a.btn-publish:active {
  background: #1FC685;
  color: #fff;
}
.preview-tools a.btn-publish[data-state='disabled'] {
  background-color: #99E2FF;
  border-color: #99E2FF;
  color: #fff;
  cursor: default;
  padding-left: 0;
  padding-right: 0;
}
.preview-tools a.btn-publish[data-state='loading'] {
  background-color: #90E2C4;
  border-color: #90E2C4;
  cursor: progress;
}
.preview-tools a.btn-publish[data-state='loading'] > span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.preview-tools a.btn-publish[data-state='loading'] > span:before {
  content: ' ';
  display: inline-block;
  background: url(../f/6a5c38ec_ico_spinner.png) no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  animation: nprogress-spinner 800ms linear infinite;
}
.preview-tools a.btn-primary {
	background: #1A6DFF;
	color: #fff;
	display: inline-block;
	padding: 6px 16px 5px;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	border-radius: 2px;
}
._published .preview-tools a.btn-publish {
	background: #00B8FF;
	opacity: 0.7;
}
.preview-tools a.btn-publish:hover {
	background: #1eb57a;
}
._published .preview-tools a.btn-publish:hover {
	background: #00B8FF;
}
.preview-logo {
	position : absolute;
	left: 15px;
}
.preview-logo img {
	width: 70px;
}
._published .preview-tools a.btn-publish:hover {
	background: #00B8FF;
	cursor: default;
}
@media (max-width: 767px) {
	.modal-dialog {
		width: 600px;
		margin: 10px auto;
	}
}
@media (max-width: 600px) {
	.doz_sys .modal-dialog {
		width  : 100%;
	}

	.doz_sys .modal-dialog:has(._review_modal_body) {
		padding: 0 16px;
	}
}
@media (max-width: 420px) {
	.modal-open .modal.fade.in {
		padding-right: 0
	}
	.modal.fade.in {
		width: 100%;
		padding-right: 0
	}
	.modal_widget_fullboard .modal-dialog {
		width: 100%;
		max-width :100%;
	}
	.modal.fade.in {
		padding-right: 0 !important
	}
	.input_block .float-block.select-block .selectbox {
		width: 32.4%
	}
}
.fileupload_profile_img {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	margin-bottom: 15px;
	position: relative;
	text-align: center;
}
.fileupload_profile_img .img-circle {
	width: 100%;
	height: 100%;
}
.modal_article .fileupload_profile_img > img{
	width: 80px !important;
	height: 80px !important;
}
.modal_article .drop_profile_img input {
	height: 100%;
}
.drop_profile_img {
	position : absolute;
	top      : 0;
	left     : 0;
	opacity  : 0;
	width    : 80px;
	height   : 80px;
	z-index  : 50
}
.drop_profile_img input {
	width: 110px;
	height: 85px;
}
.fileupload_profile_img .over {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
}
.fileupload_profile_img:hover .over {
	display: block;
}
.fileupload_profile_img .over i {
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 1px;
	transform: translate(50%, 50%);
}
.fileupload_profile_img .img_file {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 110px;
	height: 110px;
	z-index: 100;
}
.fileupload_profile_img .img_file input {
	width: 110px;
	height: 110px;
	cursor: pointer;
	opacity: 0;
}
.glyphicon i {
	font-style: normal
}
button {
	border-radius: 3px;
	border: 1px solid #adadad;
	background: #F5F5F5
}
.text-basic, .text-basic a {
	color: #212121
}
a:focus, a:hover, a:active {
	text-decoration: none;
}
*:focus {
	outline-style: none
}
i {
	display: inline-block;
}
table {
	border-collapse: collapse
}
input[type=file] {
	cursor: pointer;
}
input[type=file]::-webkit-file-upload-button {
	cursor: pointer;
}
@media (min-width : 768px) {
	.doz_sys .col-dz-12 .col-dz-12 {
		width : 100%
	}
	.doz_sys .col-dz-12 .col-dz-11 {
		width : 91.6667%
	}
	.doz_sys .col-dz-12 .col-dz-10 {
		width : 83.3333%
	}
	.doz_sys .col-dz-12 .col-dz-9 {
		width : 75%
	}
	.doz_sys .col-dz-12 .col-dz-8 {
		width : 66.6667%
	}
	.doz_sys .col-dz-12 .col-dz-7 {
		width : 58.3333%
	}
	.doz_sys .col-dz-12 .col-dz-6 {
		width : 50%
	}
	.doz_sys .col-dz-12 .col-dz-5 {
		width : 41.6667%
	}
	.doz_sys .col-dz-12 .col-dz-4 {
		width : 33.3333%
	}
	.doz_sys .col-dz-12 .col-dz-3 {
		width : 25%
	}
	.doz_sys .col-dz-12 .col-dz-2 {
		width : 16.6667%
	}
	.doz_sys .col-dz-12 .col-dz-1 {
		width : 8.3333%
	}
	.doz_sys .col-dz-11 .col-dz-11 {
		width : 100%
	}
	.doz_sys .col-dz-11 .col-dz-10 {
		width : 90.9091%
	}
	.doz_sys .col-dz-11 .col-dz-9 {
		width : 81.8182%
	}
	.doz_sys .col-dz-11 .col-dz-8 {
		width : 72.7273%
	}
	.doz_sys .col-dz-11 .col-dz-7 {
		width : 63.6364%
	}
	.doz_sys .col-dz-11 .col-dz-6 {
		width : 54.5455%
	}
	.doz_sys .col-dz-11 .col-dz-5 {
		width : 45.4545%
	}
	.doz_sys .col-dz-11 .col-dz-4 {
		width : 36.3636%
	}
	.doz_sys .col-dz-11 .col-dz-3 {
		width : 27.2727%
	}
	.doz_sys .col-dz-11 .col-dz-2 {
		width : 18.1818%
	}
	.doz_sys .col-dz-11 .col-dz-1 {
		width : 9.0909%
	}
	.doz_sys .col-dz-10 .col-dz-10 {
		width : 100%
	}
	.doz_sys .col-dz-10 .col-dz-9 {
		width : 90%
	}
	.doz_sys .col-dz-10 .col-dz-8 {
		width : 80%
	}
	.doz_sys .col-dz-10 .col-dz-7 {
		width : 70%
	}
	.doz_sys .col-dz-10 .col-dz-6 {
		width : 60%
	}
	.doz_sys .col-dz-10 .col-dz-5 {
		width : 50%
	}
	.doz_sys .col-dz-10 .col-dz-4 {
		width : 40%
	}
	.doz_sys .col-dz-10 .col-dz-3 {
		width : 30%
	}
	.doz_sys .col-dz-10 .col-dz-2 {
		width : 20%
	}
	.doz_sys .col-dz-10 .col-dz-1 {
		width : 10%
	}
	.doz_sys .col-dz-9 .col-dz-9 {
		width : 100%
	}
	.doz_sys .col-dz-9 .col-dz-8 {
		width : 88.8889%
	}
	.doz_sys .col-dz-9 .col-dz-7 {
		width : 77.7778%
	}
	.doz_sys .col-dz-9 .col-dz-6 {
		width : 66.6667%
	}
	.doz_sys .col-dz-9 .col-dz-5 {
		width : 55.5556%
	}
	.doz_sys .col-dz-9 .col-dz-4 {
		width : 44.4444%
	}
	.doz_sys .col-dz-9 .col-dz-3 {
		width : 33.3333%
	}
	.doz_sys .col-dz-9 .col-dz-2 {
		width : 22.2222%
	}
	.doz_sys .col-dz-9 .col-dz-1 {
		width : 11.1111%
	}
	.doz_sys .col-dz-8 .col-dz-8 {
		width : 100%
	}
	.doz_sys .col-dz-8 .col-dz-7 {
		width : 87.5%
	}
	.doz_sys .col-dz-8 .col-dz-6 {
		width : 75%
	}
	.doz_sys .col-dz-8 .col-dz-5 {
		width : 62.5%
	}
	.doz_sys .col-dz-8 .col-dz-4 {
		width : 50%
	}
	.doz_sys .col-dz-8 .col-dz-3 {
		width : 37.5%
	}
	.doz_sys .col-dz-8 .col-dz-2 {
		width : 25%
	}
	.doz_sys .col-dz-8 .col-dz-1 {
		width : 12.5%
	}
	.doz_sys .col-dz-7 .col-dz-7 {
		width : 100%
	}
	.doz_sys .col-dz-7 .col-dz-6 {
		width : 85.7143%
	}
	.doz_sys .col-dz-7 .col-dz-5 {
		width : 71.4286%
	}
	.doz_sys .col-dz-7 .col-dz-4 {
		width : 57.1429%
	}
	.doz_sys .col-dz-7 .col-dz-3 {
		width : 42.8571%
	}
	.doz_sys .col-dz-7 .col-dz-2 {
		width : 28.5714%
	}
	.doz_sys .col-dz-7 .col-dz-1 {
		width : 14.2857%
	}
	.doz_sys .col-dz-6 .col-dz-6 {
		width : 100%
	}
	.doz_sys .col-dz-6 .col-dz-5 {
		width : 83.3333%
	}
	.doz_sys .col-dz-6 .col-dz-4 {
		width : 66.6667%
	}
	.doz_sys .col-dz-6 .col-dz-3 {
		width : 50%
	}
	.doz_sys .col-dz-6 .col-dz-2 {
		width : 33.3333%
	}
	.doz_sys .col-dz-6 .col-dz-1 {
		width : 16.6667%
	}
	.doz_sys .col-dz-5 .col-dz-5 {
		width : 100%
	}
	.doz_sys .col-dz-5 .col-dz-4 {
		width : 80%
	}
	.doz_sys .col-dz-5 .col-dz-3 {
		width : 60%
	}
	.doz_sys .col-dz-5 .col-dz-2 {
		width : 40%
	}
	.doz_sys .col-dz-5 .col-dz-1 {
		width : 20%
	}
	.doz_sys .col-dz-4 .col-dz-4 {
		width : 100%
	}
	.doz_sys .col-dz-4 .col-dz-3 {
		width : 75%
	}
	.doz_sys .col-dz-4 .col-dz-2 {
		width : 50%
	}
	.doz_sys .col-dz-4 .col-dz-1 {
		width : 25%
	}
	.doz_sys .col-dz-3 .col-dz-3 {
		width : 100%
	}
	.doz_sys .col-dz-3 .col-dz-2 {
		width : 66.6667%
	}
	.doz_sys .col-dz-3 .col-dz-1 {
		width : 33.3333%
	}
	.doz_sys .col-dz-2 .col-dz-2 {
		width : 100%
	}
	.doz_sys .col-dz-2 .col-dz-1 {
		width : 50%
	}
	.doz_sys .col-dz-1 .col-dz-1 {
		width : 100%
	}
}
.col-dz-1, .col-dz-2, .col-dz-3, .col-dz-4, .col-dz-5, .col-dz-6, .col-dz-7, .col-dz-8, .col-dz-9, .col-dz-10, .col-dz-11, .col-dz-12 {
	float: left;
}
.doz_sys .col-dz-12 {
	width: 100%;
}
.doz_sys .col-dz-11 {
	width: 91.66666667%;
}
.doz_sys .col-dz-10 {
	width: 83.33333333%;
}
.doz_sys .col-dz-9 {
	width: 75%;
}
.doz_sys .col-dz-8 {
	width: 66.66666667%;
}
.doz_sys .col-dz-7 {
	width: 58.33333333%;
}
.doz_sys .col-dz-6 {
	width: 50%;
}
.doz_sys .col-dz-5 {
	width: 41.66666667%;
}
.doz_sys .col-dz-4 {
	width: 33.33333333%;
}
.doz_sys .col-dz-3 {
	width: 25%;
}
.doz_sys .col-dz-2 {
	width: 16.66666667%;
}
.doz_sys .col-dz-1 {
	width: 8.33333333%;
}
.doz_sys .col-md-pull-12 {
	right: 100%;
}
.doz_sys .col-md-pull-11 {
	right: 91.66666667%;
}
.doz_sys .col-md-pull-10 {
	right: 83.33333333%;
}
.doz_sys .col-md-pull-9 {
	right: 75%;
}
.doz_sys .col-md-pull-8 {
	right: 66.66666667%;
}
.doz_sys .col-md-pull-7 {
	right: 58.33333333%;
}
.doz_sys .col-md-pull-6 {
	right: 50%;
}
.doz_sys .col-md-pull-5 {
	right: 41.66666667%;
}
.doz_sys .col-md-pull-4 {
	right: 33.33333333%;
}
.doz_sys .col-md-pull-3 {
	right: 25%;
}
.doz_sys .col-md-pull-2 {
	right: 16.66666667%;
}
.doz_sys .col-md-pull-1 {
	right: 8.33333333%;
}
.doz_sys .col-md-pull-0 {
	right: auto;
}
.doz_sys .col-md-push-12 {
	left: 100%;
}
.doz_sys .col-md-push-11 {
	left: 91.66666667%;
}
.doz_sys .col-md-push-10 {
	left: 83.33333333%;
}
.doz_sys .col-md-push-9 {
	left: 75%;
}
.doz_sys .col-md-push-8 {
	left: 66.66666667%;
}
.doz_sys .col-md-push-7 {
	left: 58.33333333%;
}
.doz_sys .col-md-push-6 {
	left: 50%;
}
.doz_sys .col-md-push-5 {
	left: 41.66666667%;
}
.doz_sys .col-md-push-4 {
	left: 33.33333333%;
}
.doz_sys .col-md-push-3 {
	left: 25%;
}
.doz_sys .col-md-push-2 {
	left: 16.66666667%;
}
.doz_sys .col-md-push-1 {
	left: 8.33333333%;
}
.doz_sys .col-md-push-0 {
	left: auto;
}
.doz_sys .col-md-offset-12 {
	margin-left: 100%;
}
.doz_sys .col-md-offset-11 {
	margin-left: 91.66666667%;
}
.doz_sys .col-md-offset-10 {
	margin-left: 83.33333333%;
}
.doz_sys .col-md-offset-9 {
	margin-left: 75%;
}
.doz_sys .col-md-offset-8 {
	margin-left: 66.66666667%;
}
.doz_sys .col-md-offset-7 {
	margin-left: 58.33333333%;
}
.doz_sys .col-md-offset-6 {
	margin-left: 50%;
}
.doz_sys .col-md-offset-5 {
	margin-left: 41.66666667%;
}
.doz_sys .col-md-offset-4 {
	margin-left: 33.33333333%;
}
.doz_sys .col-md-offset-3 {
	margin-left: 25%;
}
.doz_sys .col-md-offset-2 {
	margin-left: 16.66666667%;
}
.doz_sys .col-md-offset-1 {
	margin-left: 8.33333333%;
}
.doz_sys .col-md-offset-0 {
	margin-left: 0%;
}
.mobile_section {
	display: none;
}
@media (max-width: 991px) {
	.section_wrap .section_vg_wrap .section_vg.active {
		opacity :0;
	}
	.doz_sys div[doz_type='grid'][doz_flexible="Y"]{
		display: flex !important;
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: center;
	}
	.doz_sys div[doz_type='grid'][doz_flexible="Y"] > div[doz_type='row']{
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100%;
		width:100%;
	}
	.doz_sys div[doz_type='grid'][doz_flexible="Y"] > div[doz_type='row'].hidden-xs{
		margin: 0 !important;
		padding: 0 !important;
	}
	.doz_sys div[doz_type='grid'][doz_flexible="Y"] > div[doz_type='row'] > div[doz_type='grid']{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.doz_sys .pc_section .doz_row {
		display: flex !important;
		flex-flow: row wrap;
	}
	.doz_sys .pc_section .doz_row[hidden_xs="Y"]{
		display: none !important;
	}
	.doz_sys div[doz_order="1"]{order:1;}
	.doz_sys div[doz_order="2"]{order:2;}
	.doz_sys div[doz_order="3"]{order:3;}
	.doz_sys div[doz_order="4"]{order:4;}
	.doz_sys div[doz_order="5"]{order:5;}
	.doz_sys div[doz_order="6"]{order:6;}
	.doz_sys div[doz_order="7"]{order:7;}
	.doz_sys div[doz_order="8"]{order:8;}
	.doz_sys div[doz_order="9"]{order:9;}
	.doz_sys div[doz_order="10"]{order:10;}
	.doz_sys div[doz_order="11"]{order:11;}
	.doz_sys div[doz_order="12"]{order:12;}
	.doz_sys div[doz_order="13"]{order:13;}
	.doz_sys div[doz_order="14"]{order:14;}
	.doz_sys div[doz_order="15"]{order:15;}
	.doz_sys div[doz_order="16"]{order:16;}
	.doz_sys div[doz_order="17"]{order:17;}
	.doz_sys div[doz_order="18"]{order:18;}
	.doz_sys div[doz_order="19"]{order:19;}
	.doz_sys div[doz_order="20"]{order:20;}
	.doz_sys div[doz_order="21"]{order:21;}
	.doz_sys div[doz_order="22"]{order:22;}
	.doz_sys div[doz_order="23"]{order:23;}
	.doz_sys div[doz_order="24"]{order:24;}
	.doz_sys div[doz_order="25"]{order:25;}
	.doz_sys div[doz_order="26"]{order:26;}
	.doz_sys div[doz_order="27"]{order:27;}
	.doz_sys div[doz_order="28"]{order:28;}
	.doz_sys div[doz_order="29"]{order:29;}
	.doz_sys div[doz_order="30"]{order:30;}
	.doz_sys div[doz_order="31"]{order:31;}
	.doz_sys div[doz_order="32"]{order:32;}
	.doz_sys div[doz_order="33"]{order:33;}
	.doz_sys div[doz_order="34"]{order:34;}
	.doz_sys div[doz_order="35"]{order:35;}
	.doz_sys div[doz_order="36"]{order:36;}
	.doz_sys div[doz_order="37"]{order:37;}
	.doz_sys div[doz_order="38"]{order:38;}
	.doz_sys div[doz_order="39"]{order:39;}
	.doz_sys div[doz_order="40"]{order:40;}
	.doz_sys div[doz_order="41"]{order:41;}
	.doz_sys div[doz_order="42"]{order:42;}
	.doz_sys div[doz_order="43"]{order:43;}
	.doz_sys div[doz_order="44"]{order:44;}
	.doz_sys div[doz_order="45"]{order:45;}
	.doz_sys div[doz_order="46"]{order:46;}
	.doz_sys div[doz_order="47"]{order:47;}
	.doz_sys div[doz_order="48"]{order:48;}
	.doz_sys div[doz_order="49"]{order:49;}
	.doz_sys div[doz_order="50"]{order:50;}
	.doz_sys div[doz_order="51"]{order:51;}
	.doz_sys div[doz_order="52"]{order:52;}
	.doz_sys div[doz_order="53"]{order:53;}
	.doz_sys div[doz_order="54"]{order:54;}
	.doz_sys div[doz_order="55"]{order:55;}
	.doz_sys div[doz_order="56"]{order:56;}
	.doz_sys div[doz_order="57"]{order:57;}
	.doz_sys div[doz_order="58"]{order:58;}
	.doz_sys div[doz_order="59"]{order:59;}
	.doz_sys div[doz_order="60"]{order:60;}
	.doz_sys div[doz_order="61"]{order:61;}
	.doz_sys div[doz_order="62"]{order:62;}
	.doz_sys div[doz_order="63"]{order:63;}
	.doz_sys div[doz_order="64"]{order:64;}
	.doz_sys div[doz_order="65"]{order:65;}
	.doz_sys div[doz_order="66"]{order:66;}
	.doz_sys div[doz_order="67"]{order:67;}
	.doz_sys div[doz_order="68"]{order:68;}
	.doz_sys div[doz_order="69"]{order:69;}
	.doz_sys div[doz_order="70"]{order:70;}
	.doz_sys div[doz_order="71"]{order:71;}
	.doz_sys div[doz_order="72"]{order:72;}
	.doz_sys div[doz_order="73"]{order:73;}
	.doz_sys div[doz_order="74"]{order:74;}
	.doz_sys div[doz_order="75"]{order:75;}
	.doz_sys div[doz_order="76"]{order:76;}
	.doz_sys div[doz_order="77"]{order:77;}
	.doz_sys div[doz_order="78"]{order:78;}
	.doz_sys div[doz_order="79"]{order:79;}
	.doz_sys div[doz_order="80"]{order:80;}
	.doz_sys div[doz_order="81"]{order:81;}
	.doz_sys div[doz_order="82"]{order:82;}
	.doz_sys div[doz_order="83"]{order:83;}
	.doz_sys div[doz_order="84"]{order:84;}
	.doz_sys div[doz_order="85"]{order:85;}
	.doz_sys div[doz_order="86"]{order:86;}
	.doz_sys div[doz_order="87"]{order:87;}
	.doz_sys div[doz_order="88"]{order:88;}
	.doz_sys div[doz_order="89"]{order:89;}
	.doz_sys div[doz_order="90"]{order:90;}
	.doz_sys div[doz_order="91"]{order:91;}
	.doz_sys div[doz_order="92"]{order:92;}
	.doz_sys div[doz_order="93"]{order:93;}
	.doz_sys div[doz_order="94"]{order:94;}
	.doz_sys div[doz_order="95"]{order:95;}
	.doz_sys div[doz_order="96"]{order:96;}
	.doz_sys div[doz_order="97"]{order:97;}
	.doz_sys div[doz_order="98"]{order:98;}
	.doz_sys div[doz_order="99"]{order:99;}
	.doz_sys div[doz_order="100"]{order:100;}
	.doz_sys div[doz_order="101"]{order:101;}
	.doz_sys div[doz_order="102"]{order:102;}
	.doz_sys div[doz_order="103"]{order:103;}
	.doz_sys div[doz_order="104"]{order:104;}
	.doz_sys div[doz_order="105"]{order:105;}
	.doz_sys div[doz_order="106"]{order:106;}
	.doz_sys div[doz_order="107"]{order:107;}
	.doz_sys div[doz_order="108"]{order:108;}
	.doz_sys div[doz_order="109"]{order:109;}
	.doz_sys div[doz_order="110"]{order:110;}
	.doz_sys div[doz_order="111"]{order:111;}
	.doz_sys div[doz_order="112"]{order:112;}
	.doz_sys div[doz_order="113"]{order:113;}
	.doz_sys div[doz_order="114"]{order:114;}
	.doz_sys div[doz_order="115"]{order:115;}
	.doz_sys div[doz_order="116"]{order:116;}
	.doz_sys div[doz_order="117"]{order:117;}
	.doz_sys div[doz_order="118"]{order:118;}
	.doz_sys div[doz_order="119"]{order:119;}
	.doz_sys div[doz_order="120"]{order:120;}
	.doz_sys div[doz_order="121"]{order:121;}
	.doz_sys div[doz_order="122"]{order:122;}
	.doz_sys div[doz_order="123"]{order:123;}
	.doz_sys div[doz_order="124"]{order:124;}
	.doz_sys div[doz_order="125"]{order:125;}
	.doz_sys div[doz_order="126"]{order:126;}
	.doz_sys div[doz_order="127"]{order:127;}
	.doz_sys div[doz_order="128"]{order:128;}
	.doz_sys div[doz_order="129"]{order:129;}
	.doz_sys div[doz_order="130"]{order:130;}
	.doz_sys div[doz_order="131"]{order:131;}
	.doz_sys div[doz_order="132"]{order:132;}
	.doz_sys div[doz_order="133"]{order:133;}
	.doz_sys div[doz_order="134"]{order:134;}
	.doz_sys div[doz_order="135"]{order:135;}
	.doz_sys div[doz_order="136"]{order:136;}
	.doz_sys div[doz_order="137"]{order:137;}
	.doz_sys div[doz_order="138"]{order:138;}
	.doz_sys div[doz_order="139"]{order:139;}
	.doz_sys div[doz_order="140"]{order:140;}
	.doz_sys div[doz_order="141"]{order:141;}
	.doz_sys div[doz_order="142"]{order:142;}
	.doz_sys div[doz_order="143"]{order:143;}
	.doz_sys div[doz_order="144"]{order:144;}
	.doz_sys div[doz_order="145"]{order:145;}
	.doz_sys div[doz_order="146"]{order:146;}
	.doz_sys div[doz_order="147"]{order:147;}
	.doz_sys div[doz_order="148"]{order:148;}
	.doz_sys div[doz_order="149"]{order:149;}
	.doz_sys div[doz_order="150"]{order:150;}
	.doz_sys div[doz_order="151"]{order:151;}
	.doz_sys div[doz_order="152"]{order:152;}
	.doz_sys div[doz_order="153"]{order:153;}
	.doz_sys div[doz_order="154"]{order:154;}
	.doz_sys div[doz_order="155"]{order:155;}
	.doz_sys div[doz_order="156"]{order:156;}
	.doz_sys div[doz_order="157"]{order:157;}
	.doz_sys div[doz_order="158"]{order:158;}
	.doz_sys div[doz_order="159"]{order:159;}
	.doz_sys div[doz_order="160"]{order:160;}
	.doz_sys div[doz_order="161"]{order:161;}
	.doz_sys div[doz_order="162"]{order:162;}
	.doz_sys div[doz_order="163"]{order:163;}
	.doz_sys div[doz_order="164"]{order:164;}
	.doz_sys div[doz_order="165"]{order:165;}
	.doz_sys div[doz_order="166"]{order:166;}
	.doz_sys div[doz_order="167"]{order:167;}
	.doz_sys div[doz_order="168"]{order:168;}
	.doz_sys div[doz_order="169"]{order:169;}
	.doz_sys div[doz_order="170"]{order:170;}
	.doz_sys div[doz_order="171"]{order:171;}
	.doz_sys div[doz_order="172"]{order:172;}
	.doz_sys div[doz_order="173"]{order:173;}
	.doz_sys div[doz_order="174"]{order:174;}
	.doz_sys div[doz_order="175"]{order:175;}
	.doz_sys div[doz_order="176"]{order:176;}
	.doz_sys div[doz_order="177"]{order:177;}
	.doz_sys div[doz_order="178"]{order:178;}
	.doz_sys div[doz_order="179"]{order:179;}
	.doz_sys div[doz_order="180"]{order:180;}
	.doz_sys div[doz_order="181"]{order:181;}
	.doz_sys div[doz_order="182"]{order:182;}
	.doz_sys div[doz_order="183"]{order:183;}
	.doz_sys div[doz_order="184"]{order:184;}
	.doz_sys div[doz_order="185"]{order:185;}
	.doz_sys div[doz_order="186"]{order:186;}
	.doz_sys div[doz_order="187"]{order:187;}
	.doz_sys div[doz_order="188"]{order:188;}
	.doz_sys div[doz_order="189"]{order:189;}
	.doz_sys div[doz_order="190"]{order:190;}
	.doz_sys div[doz_order="191"]{order:191;}
	.doz_sys div[doz_order="192"]{order:192;}
	.doz_sys div[doz_order="193"]{order:193;}
	.doz_sys div[doz_order="194"]{order:194;}
	.doz_sys div[doz_order="195"]{order:195;}
	.doz_sys div[doz_order="196"]{order:196;}
	.doz_sys div[doz_order="197"]{order:197;}
	.doz_sys div[doz_order="198"]{order:198;}
	.doz_sys div[doz_order="199"]{order:199;}
	.doz_sys div[doz_order="200"]{order:200;}
	.doz_sys div[doz_order="201"]{order:201;}
	.doz_sys div[doz_order="202"]{order:202;}
	.doz_sys div[doz_order="203"]{order:203;}
	.doz_sys div[doz_order="204"]{order:204;}
	.doz_sys div[doz_order="205"]{order:205;}
	.doz_sys div[doz_order="206"]{order:206;}
	.doz_sys div[doz_order="207"]{order:207;}
	.doz_sys div[doz_order="208"]{order:208;}
	.doz_sys div[doz_order="209"]{order:209;}
	.doz_sys div[doz_order="210"]{order:210;}
	.doz_sys div[doz_order="211"]{order:211;}
	.doz_sys div[doz_order="212"]{order:212;}
	.doz_sys div[doz_order="213"]{order:213;}
	.doz_sys div[doz_order="214"]{order:214;}
	.doz_sys div[doz_order="215"]{order:215;}
	.doz_sys div[doz_order="216"]{order:216;}
	.doz_sys div[doz_order="217"]{order:217;}
	.doz_sys div[doz_order="218"]{order:218;}
	.doz_sys div[doz_order="219"]{order:219;}
	.doz_sys div[doz_order="220"]{order:220;}
	.doz_sys div[doz_order="221"]{order:221;}
	.doz_sys div[doz_order="222"]{order:222;}
	.doz_sys div[doz_order="223"]{order:223;}
	.doz_sys div[doz_order="224"]{order:224;}
	.doz_sys div[doz_order="225"]{order:225;}
	.doz_sys div[doz_order="226"]{order:226;}
	.doz_sys div[doz_order="227"]{order:227;}
	.doz_sys div[doz_order="228"]{order:228;}
	.doz_sys div[doz_order="229"]{order:229;}
	.doz_sys div[doz_order="230"]{order:230;}
	.doz_sys div[doz_order="231"]{order:231;}
	.doz_sys div[doz_order="232"]{order:232;}
	.doz_sys div[doz_order="233"]{order:233;}
	.doz_sys div[doz_order="234"]{order:234;}
	.doz_sys div[doz_order="235"]{order:235;}
	.doz_sys div[doz_order="236"]{order:236;}
	.doz_sys div[doz_order="237"]{order:237;}
	.doz_sys div[doz_order="238"]{order:238;}
	.doz_sys div[doz_order="239"]{order:239;}
	.doz_sys div[doz_order="240"]{order:240;}
	.doz_sys div[doz_order="241"]{order:241;}
	.doz_sys div[doz_order="242"]{order:242;}
	.doz_sys div[doz_order="243"]{order:243;}
	.doz_sys div[doz_order="244"]{order:244;}
	.doz_sys div[doz_order="245"]{order:245;}
	.doz_sys div[doz_order="246"]{order:246;}
	.doz_sys div[doz_order="247"]{order:247;}
	.doz_sys div[doz_order="248"]{order:248;}
	.doz_sys div[doz_order="249"]{order:249;}
	.doz_sys div[doz_order="250"]{order:250;}
	.doz_sys div[doz_order="251"]{order:251;}
	.doz_sys div[doz_order="252"]{order:252;}
	.doz_sys div[doz_order="253"]{order:253;}
	.doz_sys div[doz_order="254"]{order:254;}
	.doz_sys div[doz_order="255"]{order:255;}
	.doz_sys div[doz_order="256"]{order:256;}
	.doz_sys div[doz_order="257"]{order:257;}
	.doz_sys div[doz_order="258"]{order:258;}
	.doz_sys div[doz_order="259"]{order:259;}
	.doz_sys div[doz_order="260"]{order:260;}
	.doz_sys div[doz_order="261"]{order:261;}
	.doz_sys div[doz_order="262"]{order:262;}
	.doz_sys div[doz_order="263"]{order:263;}
	.doz_sys div[doz_order="264"]{order:264;}
	.doz_sys div[doz_order="265"]{order:265;}
	.doz_sys div[doz_order="266"]{order:266;}
	.doz_sys div[doz_order="267"]{order:267;}
	.doz_sys div[doz_order="268"]{order:268;}
	.doz_sys div[doz_order="269"]{order:269;}
	.doz_sys div[doz_order="270"]{order:270;}
	.doz_sys div[doz_order="271"]{order:271;}
	.doz_sys div[doz_order="272"]{order:272;}
	.doz_sys div[doz_order="273"]{order:273;}
	.doz_sys div[doz_order="274"]{order:274;}
	.doz_sys div[doz_order="275"]{order:275;}
	.doz_sys div[doz_order="276"]{order:276;}
	.doz_sys div[doz_order="277"]{order:277;}
	.doz_sys div[doz_order="278"]{order:278;}
	.doz_sys div[doz_order="279"]{order:279;}
	.doz_sys div[doz_order="280"]{order:280;}
	.doz_sys div[doz_order="281"]{order:281;}
	.doz_sys div[doz_order="282"]{order:282;}
	.doz_sys div[doz_order="283"]{order:283;}
	.doz_sys div[doz_order="284"]{order:284;}
	.doz_sys div[doz_order="285"]{order:285;}
	.doz_sys div[doz_order="286"]{order:286;}
	.doz_sys div[doz_order="287"]{order:287;}
	.doz_sys div[doz_order="288"]{order:288;}
	.doz_sys div[doz_order="289"]{order:289;}
	.doz_sys div[doz_order="290"]{order:290;}
	.doz_sys div[doz_order="291"]{order:291;}
	.doz_sys div[doz_order="292"]{order:292;}
	.doz_sys div[doz_order="293"]{order:293;}
	.doz_sys div[doz_order="294"]{order:294;}
	.doz_sys div[doz_order="295"]{order:295;}
	.doz_sys div[doz_order="296"]{order:296;}
	.doz_sys div[doz_order="297"]{order:297;}
	.doz_sys div[doz_order="298"]{order:298;}
	.doz_sys div[doz_order="299"]{order:299;}
	.doz_sys div[doz_order="300"]{order:300;}
	.doz_sys .col-xdz-clear + div[doz_type="grid"] {
		clear: both;
	}
	.doz_sys .col-dz-1,
	.doz_sys .col-dz-2,
	.doz_sys .col-dz-3,
	.doz_sys .col-dz-4,
	.doz_sys .col-dz-5,
	.doz_sys .col-dz-6,
	.doz_sys .col-dz-7,
	.doz_sys .col-dz-8,
	.doz_sys .col-dz-9,
	.doz_sys .col-dz-10,
	.doz_sys .col-dz-11,
	.doz_sys .col-dz-12 {
		width: 100%;
		float: left;
	}
	.doz_sys .mobile_section .col-xdz
	{
		float: left;
	}
	.doz_sys .mobile_section .doz_row.col-xdz
	{
		width: auto !important;
		float: none !important;
	}
	.doz_sys .col-xdz {
		width: 100%;
	}
	.doz_sys .col-xdz-12 {
		width: 100%;
	}
	.doz_sys .col-xdz-11 {
		width: 91.66666667% !important;
	}
	.doz_sys .col-xdz-10 {
		width: 83.33333333% !important;
	}
	.doz_sys .col-xdz-9 {
		width: 75% !important;
	}
	.doz_sys .col-xdz-8 {
		width: 66.66666667% !important;
	}
	.doz_sys .col-xdz-7 {
		width: 58.33333333% !important;
	}
	.doz_sys .col-xdz-6 {
		width: 50% !important;
	}
	.doz_sys .col-xdz-5 {
		width: 41.66666667% !important;
	}
	.doz_sys .col-xdz-4 {
		width: 33.33333333% !important;
	}
	.doz_sys .col-xdz-3 {
		width: 25% !important;
	}
	.doz_sys .col-xdz-2 {
		width: 16.66666667% !important;
	}
	.doz_sys .col-xdz-1 {
		width: 8.33333333% !important;
	}
	.doz_sys .col-xdz-12 .col-xdz-12 {
		width : 100% !important;
	}
	.doz_sys .col-xdz-12 .col-xdz-11 {
		width : 91.6667% !important;
	}
	.doz_sys .col-xdz-12 .col-xdz-10 {
		width : 83.3333% !important;
	}
	.doz_sys .col-xdz-12 .col-xdz-9 {
		width : 75% !important;
	}
	.doz_sys .col-xdz-12 .col-xdz-8 {
		width : 66.6667% !important;
	}
	.doz_sys .col-xdz-12 .col-xdz-7 {
		width : 58.3333% !important;
	}
	.doz_sys .col-xdz-12 .col-xdz-6 {
		width : 50% !important;
	}
	.doz_sys .col-xdz-12 .col-xdz-5 {
		width : 41.6667% !important;
	}
	.doz_sys .col-xdz-12 .col-xdz-4 {
		width : 33.3333% !important;
	}
	.doz_sys .col-xdz-12 .col-xdz-3 {
		width : 25% !important;
	}
	.doz_sys .col-xdz-12 .col-xdz-2 {
		width : 16.6667% !important;
	}
	.doz_sys .col-xdz-12 .col-xdz-1 {
		width : 8.3333% !important;
	}
	.doz_sys .col-xdz-11 .col-xdz-11 {
		width : 100% !important;
	}
	.doz_sys .col-xdz-11 .col-xdz-10 {
		width : 90.9091% !important;
	}
	.doz_sys .col-xdz-11 .col-xdz-9 {
		width : 81.8182% !important;
	}
	.doz_sys .col-xdz-11 .col-xdz-8 {
		width : 72.7273% !important;
	}
	.doz_sys .col-xdz-11 .col-xdz-7 {
		width : 63.6364% !important;
	}
	.doz_sys .col-xdz-11 .col-xdz-6 {
		width : 54.5455% !important;
	}
	.doz_sys .col-xdz-11 .col-xdz-5 {
		width : 45.4545% !important;
	}
	.doz_sys .col-xdz-11 .col-xdz-4 {
		width : 36.3636% !important;
	}
	.doz_sys .col-xdz-11 .col-xdz-3 {
		width : 27.2727% !important;
	}
	.doz_sys .col-xdz-11 .col-xdz-2 {
		width : 18.1818% !important;
	}
	.doz_sys .col-xdz-11 .col-xdz-1 {
		width : 9.0909% !important;
	}
	.doz_sys .col-xdz-10 .col-xdz-10 {
		width : 100% !important;
	}
	.doz_sys .col-xdz-10 .col-xdz-9 {
		width : 90% !important;
	}
	.doz_sys .col-xdz-10 .col-xdz-8 {
		width : 80% !important;
	}
	.doz_sys .col-xdz-10 .col-xdz-7 {
		width : 70% !important;
	}
	.doz_sys .col-xdz-10 .col-xdz-6 {
		width : 60% !important;
	}
	.doz_sys .col-xdz-10 .col-xdz-5 {
		width : 50% !important;
	}
	.doz_sys .col-xdz-10 .col-xdz-4 {
		width : 40% !important;
	}
	.doz_sys .col-xdz-10 .col-xdz-3 {
		width : 30% !important;
	}
	.doz_sys .col-xdz-10 .col-xdz-2 {
		width : 20% !important;
	}
	.doz_sys .col-xdz-10 .col-xdz-1 {
		width : 10% !important;
	}
	.doz_sys .col-xdz-9 .col-xdz-9 {
		width : 100% !important;
	}
	.doz_sys .col-xdz-9 .col-xdz-8 {
		width : 88.8889% !important;
	}
	.doz_sys .col-xdz-9 .col-xdz-7 {
		width : 77.7778% !important;
	}
	.doz_sys .col-xdz-9 .col-xdz-6 {
		width : 66.6667% !important;
	}
	.doz_sys .col-xdz-9 .col-xdz-5 {
		width : 55.5556% !important;
	}
	.doz_sys .col-xdz-9 .col-xdz-4 {
		width : 44.4444% !important;
	}
	.doz_sys .col-xdz-9 .col-xdz-3 {
		width : 33.3333% !important;
	}
	.doz_sys .col-xdz-9 .col-xdz-2 {
		width : 22.2222% !important;
	}
	.doz_sys .col-xdz-9 .col-xdz-1 {
		width : 11.1111% !important;
	}
	.doz_sys .col-xdz-8 .col-xdz-8 {
		width : 100% !important;
	}
	.doz_sys .col-xdz-8 .col-xdz-7 {
		width : 87.5% !important;
	}
	.doz_sys .col-xdz-8 .col-xdz-6 {
		width : 75% !important;
	}
	.doz_sys .col-xdz-8 .col-xdz-5 {
		width : 62.5% !important;
	}
	.doz_sys .col-xdz-8 .col-xdz-4 {
		width : 50% !important;
	}
	.doz_sys .col-xdz-8 .col-xdz-3 {
		width : 37.5% !important;
	}
	.doz_sys .col-xdz-8 .col-xdz-2 {
		width : 25% !important;
	}
	.doz_sys .col-xdz-8 .col-xdz-1 {
		width : 12.5% !important;
	}
	.doz_sys .col-xdz-7 .col-xdz-7 {
		width : 100% !important;
	}
	.doz_sys .col-xdz-7 .col-xdz-6 {
		width : 85.7143% !important;
	}
	.doz_sys .col-xdz-7 .col-xdz-5 {
		width : 71.4286% !important;
	}
	.doz_sys .col-xdz-7 .col-xdz-4 {
		width : 57.1429% !important;
	}
	.doz_sys .col-xdz-7 .col-xdz-3 {
		width : 42.8571% !important;
	}
	.doz_sys .col-xdz-7 .col-xdz-2 {
		width : 28.5714% !important;
	}
	.doz_sys .col-xdz-7 .col-xdz-1 {
		width : 14.2857% !important;
	}
	.doz_sys .col-xdz-6 .col-xdz-6 {
		width : 100% !important;
	}
	.doz_sys .col-xdz-6 .col-xdz-5 {
		width : 83.3333% !important;
	}
	.doz_sys .col-xdz-6 .col-xdz-4 {
		width : 66.6667% !important;
	}
	.doz_sys .col-xdz-6 .col-xdz-3 {
		width : 50% !important;
	}
	.doz_sys .col-xdz-6 .col-xdz-2 {
		width : 33.3333% !important;
	}
	.doz_sys .col-xdz-6 .col-xdz-1 {
		width : 16.6667% !important;
	}
	.doz_sys .col-xdz-5 .col-xdz-5 {
		width : 100% !important;
	}
	.doz_sys .col-xdz-5 .col-xdz-4 {
		width : 80% !important;
	}
	.doz_sys .col-xdz-5 .col-xdz-3 {
		width : 60% !important;
	}
	.doz_sys .col-xdz-5 .col-xdz-2 {
		width : 40% !important;
	}
	.doz_sys .col-xdz-5 .col-xdz-1 {
		width : 20% !important;
	}
	.doz_sys .col-xdz-4 .col-xdz-4 {
		width : 100% !important;
	}
	.doz_sys .col-xdz-4 .col-xdz-3 {
		width : 75% !important;
	}
	.doz_sys .col-xdz-4 .col-xdz-2 {
		width : 50% !important;
	}
	.doz_sys .col-xdz-4 .col-xdz-1 {
		width : 25% !important;
	}
	.doz_sys .col-xdz-3 .col-xdz-3 {
		width : 100% !important;
	}
	.doz_sys .col-xdz-3 .col-xdz-2 {
		width : 66.6667% !important;
	}
	.doz_sys .col-xdz-3 .col-xdz-1 {
		width : 33.3333% !important;
	}
	.doz_sys .col-xdz-2 .col-xdz-2 {
		width : 100% !important;
	}
	.doz_sys .col-xdz-2 .col-xdz-1 {
		width : 50% !important;
	}
	.doz_sys .col-xdz-1 .col-xdz-1 {
		width : 100% !important;
	}
}
@media (max-width: 640px) {
	.doz_sys .list-style-card .col-xs-12, .doz_sys .list-style.masonry-style .col-xs-12 {
		width: 100%;
	}
	.doz_sys .list-style-card .col-xs-11 {
		width: 91.66666667%;
	}
	.doz_sys .list-style-card .col-xs-10 {
		width: 83.33333333%;
	}
	.doz_sys .list-style-card .col-xs-9 {
		width: 75%;
	}
	.doz_sys .list-style-card .col-xs-8 {
		width: 66.66666667%;
	}
	.doz_sys .list-style-card .col-xs-7 {
		width: 58.33333333%;
	}
	.doz_sys .list-style-card .col-xs-6 {
		width: 50%;
	}
	.doz_sys .list-style-card .col-xs-5 {
		width: 41.66666667%;
	}
	.doz_sys .list-style-card .col-xs-4 {
		width: 33.33333333%;
	}
	.doz_sys .list-style-card .col-xs-3 {
		width: 25%;
	}
	.doz_sys .list-style-card .col-xs-2 {
		width: 16.66666667%;
	}
	.doz_sys .list-style-card .col-xs-1 {
		width: 8.33333333%;
	}
	.doz_sys .list-style-card .col-xs-pull-12 {
		right: 100%;
	}
	.doz_sys .list-style-card .col-xs-pull-11 {
		right: 91.66666667%;
	}
	.doz_sys .list-style-card .col-xs-pull-10 {
		right: 83.33333333%;
	}
	.doz_sys .list-style-card .col-xs-pull-9 {
		right: 75%;
	}
	.doz_sys .list-style-card .col-xs-pull-8 {
		right: 66.66666667%;
	}
	.doz_sys .list-style-card .col-xs-pull-7 {
		right: 58.33333333%;
	}
	.doz_sys .list-style-card .col-xs-pull-6 {
		right: 50%;
	}
	.doz_sys .list-style-card .col-xs-pull-5 {
		right: 41.66666667%;
	}
	.doz_sys .list-style-card .col-xs-pull-4 {
		right: 33.33333333%;
	}
	.doz_sys .list-style-card .col-xs-pull-3 {
		right: 25%;
	}
	.doz_sys .list-style-card .col-xs-pull-2 {
		right: 16.66666667%;
	}
	.doz_sys .list-style-card .col-xs-pull-1 {
		right: 8.33333333%;
	}
	.doz_sys .list-style-card .col-xs-pull-0 {
		right: auto;
	}
	.doz_sys .list-style-card .col-xs-push-12 {
		left: 100%;
	}
	.doz_sys .list-style-card .col-xs-push-11 {
		left: 91.66666667%;
	}
	.doz_sys .list-style-card .col-xs-push-10 {
		left: 83.33333333%;
	}
	.doz_sys .list-style-card .col-xs-push-9 {
		left: 75%;
	}
	.doz_sys .list-style-card .col-xs-push-8 {
		left: 66.66666667%;
	}
	.doz_sys .list-style-card .col-xs-push-7 {
		left: 58.33333333%;
	}
	.doz_sys .list-style-card .col-xs-push-6 {
		left: 50%;
	}
	.doz_sys .list-style-card .col-xs-push-5 {
		left: 41.66666667%;
	}
	.doz_sys .list-style-card .col-xs-push-4 {
		left: 33.33333333%;
	}
	.doz_sys .list-style-card .col-xs-push-3 {
		left: 25%;
	}
	.doz_sys .list-style-card .col-xs-push-2 {
		left: 16.66666667%;
	}
	.doz_sys .list-style-card .col-xs-push-1 {
		left: 8.33333333%;
	}
	.doz_sys .list-style-card .col-xs-push-0 {
		left: auto;
	}
	.doz_sys .list-style-card .col-xs-offset-12 {
		margin-left: 100%;
	}
	.doz_sys .list-style-card .col-xs-offset-11 {
		margin-left: 91.66666667%;
	}
	.doz_sys .list-style-card .col-xs-offset-10 {
		margin-left: 83.33333333%;
	}
	.doz_sys .list-style-card .col-xs-offset-9 {
		margin-left: 75%;
	}
	.doz_sys .list-style-card .col-xs-offset-8 {
		margin-left: 66.66666667%;
	}
	.doz_sys .list-style-card .col-xs-offset-7 {
		margin-left: 58.33333333%;
	}
	.doz_sys .list-style-card .col-xs-offset-6 {
		margin-left: 50%;
	}
	.doz_sys .list-style-card .col-xs-offset-5 {
		margin-left: 41.66666667%;
	}
	.doz_sys .list-style-card .col-xs-offset-4 {
		margin-left: 33.33333333%;
	}
	.doz_sys .list-style-card .col-xs-offset-3 {
		margin-left: 25%;
	}
	.doz_sys .list-style-card .col-xs-offset-2 {
		margin-left: 16.66666667%;
	}
	.doz_sys .list-style-card .col-xs-offset-1 {
		margin-left: 8.33333333%;
	}
	.doz_sys .list-style-card .col-xs-offset-0 {
		margin-left: 0%;
	}
}
div[doz_type="section"] > div[doz_type="row"] > div[doz_type="grid"] {
	padding: 0 !important;
}
.section_wrap {
	position: relative;
}
._interactive_on {
	background-image: none !important;
}
.section_wrap .section_vg_wrap {
	position : absolute;
	top      : 0;
	left     : 0;
	width    : 100%;
	height   : 100%;
	overflow : hidden;
	pointer-events: none;
}
.section_wrap .section_vg_wrap .section_vg {
	position   : absolute;
	top        : 0;
	right      : 0;
	bottom     : 0;
	left       : 0;
	margin     : auto;
	opacity    : 0;
	transition : opacity .5s;
	pointer-events: none;
}
.section_wrap .section_vg_wrap .section_vg.active {
	opacity: 1;
}
.section_wrap .section_vg_wrap ~ .section_bg {
	z-index: -1;
}
.header_section .header.nav .nav li a.menu, .header_section .header.nav h1 {
	color: #fff !important;
}
.header.nav .nav li a:hover, .header.nav .nav li a.active, .section_wrap_header .nav > li > a, .header.nav .nav li a:active {
	color: #fff;
}
.header_section .opacity_bg {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	width: 100%;
	height: 100%
}
.header_section .mobile_menu {
	position: fixed;
	right: 0;
	top: 0;
	background: #fff;
	min-width: 304px;
	min-height: 100%;
	padding: 14px 0;
	z-index: 100
}
.header_section .mobile_menu header {
	margin-bottom: 12px;
}
.header_section .mobile_menu header a {
	color: #212121;
	font-size: 24px;
	font-weight: bold;
	padding: 0 24px;
}
.mobile_slide_menu .navbar-nav {
	min-width: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}
.header_section .mobile_menu header a:hover {
	text-decoration: none
}
.mobile_slide_menu_container {
	position: fixed;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	width: 0;
	right: 0;
	z-index: 9999;
}
.mobile_slide_menu_container .slide_menu_backdrop {
	background: #000;
	opacity: .6;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
}
.slide_open .mobile_slide_menu {
	transform: translate3d(0px, 0px, 0px);
	background: #fff;
}
.mobile_slide_menu {
	min-width: 0;
	width: 300px;
	height: 100%;
	position: absolute;
	padding-left: 0;
	z-index: 1500;
	top: 0;
	left: 0;
	margin: 0;
	webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	transition: transform 300ms ease 0s;
	transform: translate3d(-300px, 0px, 0px);
}
.mobile_menu .zmdi-close {
	position: absolute;
	left: -45px;
	top: 21px;
	font-size: 24px;
	width: 24px;
	height: 24px;
	display: inline-block;
}
.mobile_menu .menu_list li a {
	position: relative;
	width: 100%;
	display: inline-block;
	padding: 0 24px;
}
.mobile_menu .menu_list li a:hover {
	background: #eee;
	text-decoration: none;
}
.mobile_menu .menu_list li a span.title {
	color: #212121;
	height: 50px;
	line-height: 50px;
}
.mobile_menu .menu_list .menu_folder.active {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee
}
.mobile_menu .menu_list .menu_folder .sub_menu {
	display: none;
}
.mobile_menu .menu_list .menu_folder.active .sub_menu {
	display: block;
}
.mobile_menu .menu_list .menu_folder .sub_menu ul li a {
	padding-left: 36px;
}
.mobile_menu .menu_list .menu_folder a .icon::after {
	text-align: center;
	display: inline-block;
	color: #bdbdbd;
	content: "\f2f2";
	display: inline-block;
	font-family: Material-Design-Iconic-Font !important;
	font-size: 18px;
	font-weight: inherit;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
	transform: rotate(0deg);
	width: 24px;
	height: 24px;
}
.mobile_menu .menu_list .memu_folder.active a .icon::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.mobile_menu .menu_list .memu_folder li span::before {
	content: "\f273";
	display: inline-block;
	font-weight: inherit;
	transform: rotate(0deg);
	font-family: Material-Design-Iconic-Font !important;
	color: #212121;
	font-size: 9px;
	margin-right: 6px;
}
.mobile_slide_menu .profile img {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 15px;
}
.mobile_slide_menu .profile-area .member-info {
	display: block;
	padding-left: 0;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
}
.mobile_slide_menu .profile-area .member-info.guest span {
	opacity: 0.6;
	line-height: 26px;
}
.mobile_slide_menu .profile-area .member-info.guest button {
	float: right;
	background: none;
	padding: 6px 12px;
	font-size: 12px;
	border-radius: 0;
	line-height: 1;
	vertical-align: middle;
}
.mobile_slide_menu .app-nav .profile-area .member-info.guest button {
	float: none;
	margin-left: 8px;
}
.mobile_slide_menu .profile-area .member-info .email-info {
	font-size: 12px;
	opacity: 0.6;
}
.im-mobile-slide-footer {
	width: 100%;
	display: none;
	position: fixed;
	bottom: 0;
	background: #fff;
}
.mobile_slide_menu_container.slide_open .im-mobile-slide-footer {
	display: flex;
	flex-direction: column;
}
.mobile_slide_menu .navbar-nav {
	margin:0;
}
.viewport-nav.mobile {
	display: none;
	padding: 0 0 12px 0;
	height: 100%;
	position: relative;
	overflow-y: auto;
	padding-bottom: 10px;
	-webkit-overflow-scrolling: touch;
}
.mobile_slide_menu .profile-area {
	border: none;
	padding: 20px;
	text-align: left;
	position: relative;
	margin-bottom: 10px;
}
.mobile_slide_menu .profile-area .btn {
	letter-spacing: 0;
}
.mobile_slide_menu .profile-area .btn-group {
	text-align: right;
display: flex;
	position: absolute;
	top:0;
	right:5px;
	padding: 10px 0;
}
.navbar-nav .alarm-toggle.profile-more {
	padding:0;
}
.navbar-nav .profile-more .dropdown-toggle {
	padding:10px 10px 10px 0;
}
.im-globe .dropdown-toggle {
	width: 100%;
	text-align: left;
}
a.dropdown-toggle:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
.navbar-nav .profile-more.open .dropdown-menu, .im-globe.open.dropup .dropdown-menu {
	position: absolute;
	color:#212121;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	padding:8px 0;
}
.navbar-nav .profile-more.open .dropdown-menu li > a, .im-globe.open.dropup .dropdown-menu li > a {
	padding: 8px 16px;
	font-size: 14px;
}
.navbar-nav .profile-more.open .dropdown-menu {
	right: 0;
	left: auto;
}
.im-globe.open.dropup .dropdown-menu {
	right: auto;
	left: 20px;
}
.im-globe .dropdown-toggle:after {
	content: "\f2f2";
	font-family: Material-Design-Iconic-Font;
	position: static;
	vertical-align: middle;
	font-weight: normal;
	line-height: 1;
	font-size: 16px;
	padding: 1px 6px;
}
.im-globe.open .dropdown-toggle:after {
	content: "\f2f8";
}
.profile-area .alarm-toggle {
	float: none;
	margin: 0;
	padding: 10px;
	display: inline-block;
	font-size: 18px;
}
.member-group-badge {
	font-size: 11px;
}
.navbar-toggle.close.slide-close {
	position: fixed;
	left:-99999px;
	top:0;
	padding: 8px;
	color:#fff;
	-webkit-tap-highlight-color : transparent;
	text-shadow: none;
	opacity: 0;
	font-size:16px;
	z-index: 1100;
}
.slide_open .navbar-toggle.close.slide-close {
	opacity: 1;
	left:310px;
	top: 9px;
}
@media (max-width: 991px) {
	.navbar-toggle.close.slide-close {
		display: block;
	}
}
@media (max-width: 320px) {
	.mobile_slide_menu {
		width: 280px
	}
	.slide_open .navbar-toggle.close.slide-close {
		left: 285px;
	}
}
a.btn.profile.no-padding {
	float: none;
}
.btn-group-cell {
	text-align: center;
}
.btn-group-cell a {
	display   : table-cell;
	padding   : 0 14px 14px;
	width     :1%;
	font-size : 14px;
	opacity   : 0.7;
}
.pc_slide_menu_container .viewport-nav li, .viewport-nav ul {
	list-style: none;
	padding: 0;
}
.pc_slide_menu_container .viewport-nav li li a {
	margin-left:15px;
}
.pc_slide_menu_container .viewport-nav li li li a {
	margin-left:25px;
}
.pc_slide_menu_container .viewport-nav li .toggle-btn {
	float: right;
}
.pc_slide_menu_container .viewport-nav li a.has_child > .toggle-btn:after {
	content: "\f091";
	font-family: 'Black Tie';
	position: relative;
	vertical-align: middle;
	font-weight: normal;
	color:#7f7f7f;
	line-height: 1;
	font-size:14px;
	padding: 1px 0 1px 3px;
	top: -1px;
}
.pc_slide_menu_container .viewport-nav li a.has_child.open > .toggle-btn:after {
	content: "\f090";
}
.doz_app .viewport-nav.mobile {
	height: calc(100% - 55px);
	padding-bottom: 50px;
}
.slide_open .viewport-nav.mobile {
	display: block;
}
.viewport-nav.mobile li, .viewport-nav.mobile ul {
	list-style: none;
	padding: 0;
}
.viewport-nav.mobile ul {
	overflow: hidden;
}
.viewport-nav.mobile ul ul {
	margin-top: -1px;
}
.viewport-nav.mobile li a {
	position    : relative;
	outline     : 0;
	border      : none;
	margin      : 0;
	padding     : 8px 50px 8px 20px;
	font-size   : 13px;
	line-height : 1;
	display     : block;
	background  : transparent;
}
.viewport-nav.mobile > li:last-child {
	margin-bottom:150px;
}
.viewport-nav.mobile li.depth-01 {
	border-top: 1px solid #f3f3f3;
}
.viewport-nav.mobile li.depth-01:last-child {
	border-bottom: 1px solid #f3f3f3;
}
.viewport-nav.mobile li.depth-01 > a {
	font-size: 14px;
	padding: 13px 50px 14px 20px;
}
.viewport-nav.mobile li a.has_child > .toggle-btn:after {
	content: "\f091";
	font-family: 'Black Tie';
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	font-size: 14px;
	font-weight: 200;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	padding: 13px 20px 14px;
}
.viewport-nav.mobile li li a.has_child > .toggle-btn:after {
	font-size: 13px;
	padding: 8px 20px;
}
.viewport-nav.mobile li a.has_child.open > .toggle-btn:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.viewport-nav.mobile li li a {
	font-size    : 13px;
	padding-left:30px;
}
.viewport-nav.mobile li li:last-child a {
	margin-bottom: 3px;
}
.viewport-nav.mobile li li a.has_child.open > span, .viewport-nav.mobile li li a.has_child.open:after {
	color:#111;
}
.viewport-nav.mobile li li li a {
	font-size: 12px;
	padding-left: 40px;
}
.viewport-nav.mobile li li li:first-child a {
	margin-top:8px;
}
.viewport-nav.mobile li li li:last-child a {
	margin-bottom:8px;
}
.viewport-nav.mobile li li a span {
	color: #7f7f7f;
}
.viewport-nav.mobile li li ul {
	background: #f7f7f7;
}
.design-setting .viewport-nav.mobile li a {
	color: #111;
	background: #fff;
}
.design-setting .viewport-nav.mobile li.depth-03 a {
	background: transparent;
}
.design-setting .viewport-nav.mobile > li:last-child,.design-setting .viewport-nav.mobile li li:last-child a {
	margin-bottom :0 ;
}
.profile-area .btn-group .btn.logout .logout-img {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../f/b906a6c3_nav-logout-off.png) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	top: 6px;
	cursor: pointer
}
.profile-area .btn-group .btn.logout .logout-img:hover {
	background: url(../f/856e9152_nav-logout.png) no-repeat center;
	background-size: 100% auto;
}
.profile-area .btn.profile {
	text-align: left;
}
.app-nav-foot {
	height:40px;
}
.slide_open .app-nav-foot .btn-group {
	position:fixed;
	right:0;
	background: none;
	bottom:0;
	width:100%;
}
.app-nav-foot .btn-group .btn,
.im-globe .btn {
	border: 0;
	text-align: left;
	padding:15px 20px;
	border-radius: 0;
	background: none;
	font-weight: normal;
	letter-spacing: normal;
}
.app-nav-foot .btn-group .btn > i,
.im-globe .btn > i {
	font-size:18px;
	margin-right:6px;
	vertical-align: bottom;
}
.im-globe .btn > img {
	margin-right:6px;
}
.app-setting {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	width: 100%;
	background: #111;
}
.app-setting li a {
	color: #fff;
	padding: 12px 0;
	margin: 0 20px;
	font-size: 16px;
	display: block;
}
.app-setting li a i.zmdi {
	height: 19px;
}
.doz_sys.slide-active {
	overflow: hidden;
}
#doz_header.tansparent_bg {
	background-color: transparent !important;
	box-shadow: none !important;
}
.navbar {
	border:0;
}
.header_section {
	padding-top: 30px;
}
#inline_header_mobile,
#inline_header_mobile_fixed {
	display: none;
}
#doz_header .header {
	margin: 0 auto;
	z-index: auto !important;
}
#doz_header .navbar,
#doz_header .new_fixed_header ,
#doz_header .new_org_header {
	z-index            : 400;
	border-radius      : 0;
	margin-bottom      : 0;
	width              : 100%;
	-webkit-transition : -webkit-transform 420ms cubic-bezier(.165, .84, .44, 1), opacity .2s ease-in;
	-moz-transition    : -moz-transform 420ms cubic-bezier(.165, .84, .44, 1), opacity .2s ease-in;
	transition         : transform 420ms cubic-bezier(.165, .84, .44, 1), opacity .2s ease-in;
	height             :100px;
	opacity: 1;
}
#doz_header.fixed-on .org_header .navbar {
	width: 100%;
	top: 0;
}
.fixed_menu #doz_header .org_header .navbar {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 0;
}
#doz_header .fixed_header .navbar,
#doz_header .new_fixed_header {
	position: fixed;
	top: -100px;
	width: 100%;
	z-index: 101;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	height: 80px;
	opacity: 0;
}
#doz_header .new_fixed_header,
#doz_header .new_org_header,
.header_overlay #doz_header .new_fixed_header ,
.header_overlay #doz_header .new_org_header {
	height: auto;
}

#doz_header .new_fixed_header {
	top: -99999px;
}
.new_fixed_header_active #doz_header .new_fixed_header {
	top: 0;
	opacity: 1;
}
.fixed-menu-on #doz_header .new_fixed_header .scroll-to-fixed-fixed {
	visibility: hidden;
	top: -99999px !important;
}
.fixed-menu-on.new_fixed_header_active #doz_header .new_fixed_header .scroll-to-fixed-fixed {
	visibility: visible;
	top: 0 !important;
}
.fixed_menu #doz_header .fixed_header .navbar{
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	z-index: 500;
	opacity: 1;
	height: 80px;
	top: 0;
}
.fixed_menu #doz_header .fixed_header .navbar-main .nav-btn-group,
.fixed_menu #doz_header .fixed_header .navbar-main .navbar-logo,
.fixed_menu #doz_header .fixed_header .navbar-main .nav-btn-group,
.fixed_menu #doz_header .fixed_header .navbar-main .navbar-nav > .viewport-nav > li > a {
	line-height: 80px;
}
.fixed_menu #doz_header .fixed_header .navbar-main .navbar-nav > .viewport-nav > li > a {
	height: 80px;
}
.admin.fixed_menu #doz_header .org_header {
	position: absolute;
	width: 100%;
	top: -500px;
}
.admin.fixed_menu #doz_header .fixed_header .navbar {
	position: relative;
}
.header_overlay #doz_header {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 91;
}
.new_header_site.header_overlay #doz_header,
.inline_fixed_header_design .new_header_overlay #doz_header {
	position : static;
}
.header_overlay .section_wrap.section_first {
	padding-top: 100px !important;
}
.header_overlay .section_wrap.section_first.visual_section {
	padding-top: 0 !important;
}
.header_overlay .section_first.visual_section .op {
	padding-top : 100px;
}
.header_overlay ._one_page_section .section_first,
.header_overlay ._one_page_section .section_first .op {
	padding-top : 0 !important;
}
.header_overlay .one_page_section_1 .section_wrap.section_first {
	padding-top : 100px !important;
}
.header_overlay .one_page_section_1 .section_wrap.section_first.visual_section {
	padding-top : 0 !important;
}
.header_overlay .one_page_section_1 .section_wrap.section_first.visual_section .op {
	padding-top : 100px !important;
}
.header_overlay .section_wrap.section_first.visual_section .header-content {
	word-wrap: break-word;
}
.header_overlay .section_wrap.section_first.visual_section .header-content .text {
	padding: 0 0 50px;
}
.header_overlay #doz_header .navbar {
	background: transparent !important;
}
.shadow-on .navbar {
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.shadow-on .fixed_header .navbar, .header_overlay .shadow-on .fixed_header .navbar {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.header_overlay .shadow-on .navbar {
	box-shadow: none;
}
.border-on .navbar {
	border-bottom:1px solid rgba(0, 0, 0, 0.07);
}
.header_overlay .border-on .fixed_header .navbar,
.header_overlay .border-on .navbar {
	border-bottom:1px solid rgba(255, 255, 255, 0.1);
}
.fixed-menu-on .scroll_position {
	position: absolute;
	top:0;
}
.header-content {
	color: #fff;
	margin: 0 auto;
	z-index: 100;
}
#doz_header .navbar-nav > .viewport-nav > li,
#doz_header .navbar-nav .viewport-nav.main_clone_menu > li {
	float: left;
	z-index: 10;
	display : table;
}
#doz_header .navbar-nav > .viewport-nav > li:hover {
	z-index: 11;
}
#doz_header .inline-section .navbar-nav > .viewport-nav > li,
#doz_header .inline-section .navbar-nav .viewport-nav.main_clone_menu > li {
	float : none;
	display: inline-block;
}
#doz_header .navbar-nav {
	float: right !important;
	margin: 0;
}
#doz_header .slide_menu {
	margin-top: -29px;
}
#doz_header .nav-btn-group {
	line-height : 100px;
	display     : inline-block;
}
#doz_header .nav-btn-group a.nav-btn-icon {
	padding: 0 8px;
}
#doz_header .nav-btn-group > a.nav-btn-icon.login-toggle {
	padding-right: 0;
}
#doz_header .nav-btn-group a.nav-btn-icon i {
	vertical-align: -14.28571429%;
}
#doz_header .nav-btn-group a {
	line-height : 1;
	display     : inline-block;
}
#doz_header .nav-btn-group a i {
	font-size   : 18px;
}
#doz_header .nav-btn-group a:active, #doz_header .nav-btn-group a:focus {
	outline: 0;
}
#doz_header .nav-btn-icon.profile img {
	width          : 32px;
	height         : 32px;
	border-radius  : 50%;
	vertical-align : middle;
	margin-top     : -4px;
}
#doz_header .profile-area {
	display: none;
}
.profile-area .btn-group .btn {
	padding: 0;
	color: #fff;
	background: transparent;
	border-radius: 0;
	height: auto;
	border-color: transparent;
	letter-spacing:0;
}
.profile-area .btn-group .btn.profile {
	text-align: left;
	font-size: 18px;
}
#doz_header .profile-area .btn-group .btn.profile img {
	margin-top: 0;
}
#doz_header .profile-area .btn-group .btn.profile span {
	margin-left: 12px;
	font-size: 16px;
}
#doz_header .profile-area .btn-group .btn.logout {
	text-align: right;
	position: relative
}
#doz_header .desktop-profile #modify_btn {
	display: none;
}
#doz_header .input-search {
	position: fixed;
	width: 680px;
	background: #252221;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	top: 100px;
	left: 50%;
	margin-left: -340px;
}
#doz_header .input-search .form-control {
	background-color: transparent;
	color: #fff;
	font-size: 26px;
	border: none;
	height: 60px;
}
#doz_header .input-search .input-group-addon {
	background-color: transparent;
	border: none;
	font-size: 18px;
}
#doz_header .input-search .input-group-btn .btn {
	background-color: transparent;
	border: none;
	color: #A6A3A5;
	font-size: 18px;
}
#doz_header .badge.style-danger, .profile-area .badge.style-danger {
	color: #ffffff;
	letter-spacing: 0;
	width: 15px;
	font-size: 10px;
	display: inline-block;
	font-family: Arial;
	letter-spacing: 0;
	padding: 0;
	height: 15px;
	text-align: center;
	line-height: 15px;
	z-index: 10;
}
.modal_article .control-label{
	font-size: 13px;
	color: #7F7F7F;
}
@media screen and (max-width: 767px) {
	#doz_header .row-offcanvas {
		position: relative;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
	}
	#doz_header .row-offcanvas-right .sidebar-offcanvas {
		right: -41.6%;
	}
	#doz_header .row-offcanvas-left .sidebar-offcanvas {
		left: -41.6%;
	}
	#doz_header .row-offcanvas-right.active {
		right: 41.6%;
	}
	#doz_header .row-offcanvas-left.active {
		left: 41.6%;
	}
	#doz_header .sidebar-offcanvas {
		position: absolute;
		top: 0;
		width: 41.6%;
	}
	#doz_header #sidebar {
		padding-top: 0;
	}
	#doz_header .input-search {
		width: 340px;
		margin-left: -170px;
		top: 50px;
	}
	.header_overlay .section_first.visual_section .op {
		padding-top : 0 !important;
	}
}
#doz_header .header {
	position: relative;
}
.doz_sys.tablet #doz_header .navbar-main .navbar-toggle, .doz_sys.mobile #doz_header .navbar-main .navbar-toggle {
	padding: 17px 10px;
}
.doz_sys.tablet #doz_header .navbar-main .navbar-toggle.alarm-toggle, .doz_sys.mobile #doz_header .navbar-main .navbar-toggle.alarm-toggle {
	padding: 14px 10px;
}
#doz_header .navbar-main .navbar-text {
	color: #333;
}
#doz_header .navbar-main .navbar-nav a {
	outline: 0;
}
#doz_header .navbar-main .navbar-nav > .viewport-nav > li > a {
	cursor: pointer;
	margin: 0;
	background-color: transparent;
	border-radius: 0;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height:100px
}
#doz_header .navbar-main.type01 .inside.wide  .navbar-nav > .viewport-nav > li:first-child > a {
	padding-left:12px !important;
}
#doz_header .navbar-main .dropdown-menu.more_list > li > a {
	line-height: normal !important;
	height: auto !important;
}
@media (max-width: 991px) {
	.preview_mode ~ header {
		padding-top: 0;
	}
	.new_header_overlay_mobile #doz_header {
		position: absolute !important;
		margin: 0 auto;
		left: 0;
		right: 0;
		z-index: 91;
	}
	.inline_header_design .new_header_overlay_mobile #doz_header,
	.new_header_overlay_mobile.shop_payment #doz_header,
	.new_header_overlay_mobile.booking_payment #doz_header {
		position: static !important;
	}
	.new_fixed_header_active #doz_header .new_fixed_header {
		top: -99999px;
		opacity: 0;
	}
	.new_fixed_header_active #doz_header .new_org_header {
		opacity: 1;
	}
	.header_overlay .preview_mode ~ header .fixed_header .navbar,
	.fixed_menu .preview_mode ~ header .fixed_header .navbar,
	.preview_mode ~ .board_write .write-header {
		top: 0 !important;
	}
	#doz_header .navbar-main .navbar-nav > .viewport-nav > li > a {
		padding: 20px 15px;
		margin: 0;
		border-bottom: 1px solid #0a0811;
		border-radius: 0;
	}
	.section_wrap.pc_section .section_vg_wrap ~ .section_bg {
		display: block;
	}
	.header_overlay #doz_header_wrap + .section_wrap.visual_section .op {
		padding-top:0;
	}
	#doz_header .navbar .inside.wide {
		padding: 0;
	}
	#doz_header .navbar .inside {
		padding: 0;
	}
	.mobile_nav_dep1.header_overlay #doz_header_wrap + .section_wrap, .mobile_nav_dep1.header_overlay #doz_header_wrap + .section_wrap.visual_section .op {
		padding-top :96px !important;
	}
	.mobile_nav_dep2.header_overlay #doz_header_wrap + .section_wrap, .mobile_nav_dep2.header_overlay #doz_header_wrap + .section_wrap.visual_section .op {
		padding-top :140px !important;
	}
	.mobile_nav_dep3.header_overlay #doz_header_wrap + .section_wrap, .mobile_nav_dep3.header_overlay #doz_header_wrap + .section_wrap.visual_section .op {
		padding-top :180px !important;
	}
	.mobile_nav_dep4.header_overlay #doz_header_wrap + .section_wrap, .mobile_nav_dep4.header_overlay #doz_header_wrap + .section_wrap.visual_section .op {
		padding-top :224px !important;
	}
	.mobile_nav_dep5.header_overlay #doz_header_wrap + .section_wrap, .mobile_nav_dep5.header_overlay #doz_header_wrap + .section_wrap.visual_section .op {
		padding-top :270px !important;
	}
	.mobile_nav_dep6.header_overlay #doz_header_wrap + .section_wrap, .mobile_nav_dep6.header_overlay #doz_header_wrap + .section_wrap.visual_section .op {
		padding-top :315px !important;
	}
	.mobile_nav_dep7.header_overlay #doz_header_wrap + .section_wrap, .mobile_nav_dep7.header_overlay #doz_header_wrap + .section_wrap.visual_section .op {
		padding-top :362px !important;
	}
	.header_overlay #doz_header_wrap + .section_wrap {
		padding-top: 50px !important;
	}
	.header_overlay #doz_header_wrap + .section_wrap.visual_section {
		padding-top: 0 !important;
	}
	.mobile_nav_dep1.header_overlay #doz_header_wrap + .section_wrap .full_board {
		margin-top :-100px !important;
	}
	.mobile_nav_dep2.header_overlay #doz_header_wrap + .section_wrap .full_board {
		margin-top :-140px ;
	}
	.mobile_nav_dep3.header_overlay #doz_header_wrap + .section_wrap .full_board {
		margin-top: -180px;
	}
	.mobile_nav_dep4.header_overlay #doz_header_wrap + .section_wrap .full_board {
		margin-top: -224px;
	}
	.mobile_nav_dep5.header_overlay #doz_header_wrap + .section_wrap .full_board {
		margin-top: -270px;
	}
	.mobile_nav_dep6.header_overlay #doz_header_wrap + .section_wrap .full_board {
		margin-top: -315px;
	}
	.mobile_nav_dep7.header_overlay #doz_header_wrap + .section_wrap .full_board {
		margin-top: -362px;
	}
	.mobile_nav_dep1.header_overlay .widget.board .grid_ignore.bg_on {
		padding-top: 100px;
	}
	.mobile_nav_dep2.header_overlay .widget.board .grid_ignore.bg_on {
		padding-top: 140px;
	}
	.mobile_nav_dep3.header_overlay .widget.board .grid_ignore.bg_on {
		padding-top: 180px;
	}
	.mobile_nav_dep4.header_overlay .widget.board .grid_ignore.bg_on {
		padding-top: 224px;
	}
	.mobile_nav_dep5.header_overlay .widget.board .grid_ignore.bg_on {
		padding-top: 270px;
	}
	.mobile_nav_dep6.header_overlay .widget.board .grid_ignore.bg_on {
		padding-top: 315px;
	}
	.mobile_nav_dep7.header_overlay .widget.board .grid_ignore.bg_on {
		padding-top: 362px;
	}
	.mobile_nav_dep1.header_overlay .widget.board .grid_ignore .mobile_right,.mobile_nav_dep2.header_overlay .widget.board .grid_ignore .mobile_right,.mobile_nav_dep3.header_overlay .widget.board .grid_ignore .mobile_right {
		bottom: 285px !important;
		top: auto;
	}
	.header_overlay .section_wrap.section_first {
		padding-top: inherit !important;
	}
	.header_overlay .section_wrap.mobile_section.mobile_section_first ~ .section_wrap.pc_section.section_first {
		padding-top: 0 !important;
	}
}
#doz_header .navbar-main .navbar-toggle-wrap {
	position : absolute;
	right    : 0;
	top      : 0;
}
#doz_header .navbar-main .navbar-toggle {
	float       : left;
	padding     : 0 15px;
	margin      : 0;
	height      :50px;
	line-height : 47px;
	font-size   : 22px;
}
#doz_header .navbar-main .navbar-toggle.alarm-toggle {
	margin-right: 0;
	float: right;
}
#doz_header .navbar-main .navbar-toggle:hover, #doz_header .navbar-main .navbar-toggle:focus {
	border-color: transparent;
}
.icon-bar {
	background-color: #212121
}
@media (max-width: 991px) {
	#doz_header .navbar-main .navbar-collapse, #doz_header .navbar-main .navbar-form {
		border-color: #e7e7e7;
	}
	#doz_header .navbar-main .navbar-nav > .viewport-nav > .open > a, #doz_header .navbar-main .navbar-nav > .viewport-nav > .open > a:hover, #doz_header .navbar-main .navbar-nav > .viewport-nav > .open > a:focus {
		color: #ccc;
		background-color: transparent;
	}
	#doz_header .navbar-icon-btn {
		position: relative;
		float: right;
		padding: 7px 12px;
		margin: 10px 0 10px 0;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 2px;
	}
	#doz_header .navbar-icon-btn.profile {
		padding: 4px 12px;
	}
	#doz_header .navbar-icon-btn.profile img {
		max-width: 32px;
		border-radius: 50%;
		margin-top: -2px;
	}
}
@media (min-width: 992px) {
	#doz_header .navbar-icon-btn {
		display: none;
	}
	.new_header_overlay #doz_header,
	.new_header_site.header_overlay.new_header_overlay #doz_header{
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		z-index: 91;
	}
	body.doz_sys {
		overflow-y : scroll;
		overflow-x : hidden;
	}

}
.new_fixed_header_active #doz_header .fixed_header .navbar,
.new_fixed_header_active #doz_header .new_fixed_header,
.new_fixed_header_active.new_header_overlay #doz_header,
.new_fixed_header_active.new_header_site.header_overlay.new_header_overlay #doz_header,
.fixed-menu-on #doz_header {
	z-index: 1000;
}

#doz_header .navbar-main .navbar-nav > .viewport-nav > li > a:hover:before, #doz_header .navbar-main .navbar-nav > .viewport-nav > li > a:focus:before, #doz_header .navbar-main .navbar-nav > .viewport-nav > li.open > a:before, #doz_header .navbar-main .navbar-nav > .viewport-nav > li.open > a:before, #doz_header .navbar-main .navbar-nav > .viewport-nav > .active > a:before {
	background-color: transparent;
}
#doz_header .navbar-main .dropdown-menu {
	min-width     : 180px;
	padding       : 0;
	margin        : 0;
	text-align    : left;
	border        : none;
	border-radius : 0;
	border-top    : 0;
}
#doz_header .navbar-main .dropdown-menu._more_list {
	left: auto;
	right: 0;
}
#doz_header .navbar-main .dropdown-menu > li > a {
	text-transform: none;
	line-height: 1.42857143;
	background-color: transparent;
}
#doz_header .navbar-main .dropdown-menu .divider {
	background-color: #0a0811;
}
@media (max-width: 991px) {
	#doz_header .navbar-main .navbar-nav .open .dropdown-menu > li > a {
		display: block;
		width: 100%;
		padding: 12px 30px;
		margin: 0;
		color: #ccc;
		font-size: 16px;
	}
	#doz_header .navbar-main .navbar-nav .open .dropdown-menu > li > a:hover, #doz_header .navbar-main .navbar-nav .open .dropdown-menu > li > a:focus {
		background-color: #333;
	}
	#doz_header .navbar-main .dropdown-submenu.open > .dropdown-menu {
		padding-left: 14px;
	}
	#doz_header .header-content .text a {
		padding: 10px 28px;
		font-size: 16px;
	}
	#doz_header .navbar-main .dropdown-menu > li > a {
		color: #ccc;
	}
	#doz_header .navbar-main .navbar-toggle.cart .badge {
		right : 5px;
	}
}
#doz_header .navbar-main .navbar-link {
	color: #777;
}
#doz_header .navbar-main .navbar-link:hover {
	color: #333;
}
#doz_header .navbar-main .btn-link {
	color: #777;
}
#doz_header .navbar-main .btn-link:hover, #doz_header .navbar-main .btn-link:focus {
	color: #333;
}
#doz_header .navbar-main .btn-link[disabled]:hover, #doz_header fieldset[disabled] .navbar-main .btn-link:hover, #doz_header .navbar-main .btn-link[disabled]:focus, #doz_header fieldset[disabled] .navbar-main .btn-link:focus {
	color: #ccc;
}
#doz_header .dropdown-submenu {
	position: relative;
}
#doz_header .dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 0;
	margin-left: 0;
}
#doz_header li.dropdown-left .dropdown-menu {
	right: 0;
	left: auto;
}
#doz_header li.dropdown .dropdown-menu.more_list {
	right: 0;
	left: auto;
}
#doz_header li.dropdown-left.dropdown-submenu .dropdown-menu {
	right: 100%;
}
#doz_header .dropdown-submenu.sub-active > a:before {
	content: "\f105";
	position: absolute;
	right: 15px;
	font-family: 'FontAwesome';
	font-size: 15px;
	top: 50%;
	margin-top: -11px;
}
#doz_header .dropdown-submenu.open > .dropdown-menu {
	display: block;
	padding: 0;
}
#doz_header .dropdown-submenu.open > a:after {
	border-left-color: #fff;
}
#doz_header .dropdown-submenu.pull-left {
	float: none;
}
#doz_header .dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
}
#doz_header .navbar-logo img + span {
	margin-left: 10px;
}
#doz_header .navbar-logo img[style^="display:none"] + span {
	margin-left : 0;
}
.use_sub_name>a>.plain_name {
	position: relative;
}
.use_sub_name:hover>a:not(.active)>.plain_name {
	color: transparent;
}
.use_sub_name:hover>a:not(.active)>.plain_name:before {
	content: attr(data-hover);
	position: absolute;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.menu-vertical .use_sub_name:hover>a>.plain_name:before,
.mobile_slide_menu .use_sub_name:hover>a>.plain_name:before,
.dropdown-submenu.use_sub_name:hover>a>.plain_name:before,
.footer-type03 .use_sub_name:hover>a>.plain_name:before {
	text-align: left;
	white-space: nowrap;
}
.mobile_slide_menu .viewport-nav>.use_sub_name:hover>a>.plain_name:before {
	padding: 0 20px;
}
.viewport-nav>.dropdown.use_sub_name:hover>a>.plain_name:before,
.h-menu-type1 .use_sub_name:hover>a>.plain_name:before,
.h-menu-type2 .use_sub_name:hover>a>.plain_name:before {
	display: flex;
	justify-content: center;
	white-space: nowrap;
}
.h-menu-type3 li.use_sub_name,
.pc_slide_menu li.use_sub_name,
.mobile_slide_menu li.use_sub_name,
.mega_dropdown div.use_sub_name,
.mega_dropdown li.use_sub_name,
td.use_sub_name {
	position: relative;
}
.h-menu-type3 li.use_sub_name>a>.plain_name,
.pc_slide_menu li.use_sub_name>a>.plain_name,
.mobile_slide_menu li.use_sub_name>a>.plain_name,
.mega_dropdown div.use_sub_name>a>.plain_name,
.mega_dropdown li.use_sub_name>a>.plain_name,
td.use_sub_name>a>.plain_name {
	position: static;
}
@media (max-width: 991px) {
	#doz_header .navbar-main .navbar-nav .open .dropdown-submenu .dropdown-menu > li > a {
		display: block;
		width: 100%;
		margin: 0;
		padding-right: 15px;
		color: #ccc;
	}
	#doz_header .nav .open .dropdown-submenu > a {
		background: transparent;
	}
	#doz_header .nav .open .dropdown-submenu > a:focus, .nav .open .dropdown-submenu > a:hover {
		background: #0a0811 !important;
	}
	#doz_header .dropdown-submenu > a:hover, .dropdown-submenu > a:focus {
		background-color: transparent;
	}
	#doz_header .dropdown-submenu > a:before {
		content: '';
		right: 20px;
		font-size: 12px;
		line-height: 1.8;
	}
	#doz_header .dropdown-submenu.open > a:before {
		content: "";
	}
	#doz_header .dropdown-submenu.open > a:after {
		border-left: 0 !important;
	}
	.header_section {
		padding-top: 0;
	}
	#doz_header .navbar-main .navbar-logo {
		display       : table-cell;
		margin        : 0;
		line-height   : normal;
		float         :none;
		text-overflow : ellipsis;
		overflow      : hidden;
		white-space   : nowrap;
		font-size     : 14px;
		height: 50px;
		vertical-align: middle;
	}
	#doz_header .fixed_header .navbar-main .navbar-logo {
		line-height : normal !important;
	}
	#doz_header .navbar-main .inside.wide .navbar-logo {
		padding-left: 0 !important;
		padding-right: 0;
	}
}
@media (min-width: 992px) {
	#doz_header .navbar-main li.dropdown > ul.dropdown-menu {
		visibility: hidden;
		display: block;
		opacity: 0;
		-webkit-transition: opacity .5s ease-in-out;
		-moz-transition: opacity .5s ease-in-out;
		-o-transition: opacity .5s ease-in-out;
		transition: opacity .5s ease-in-out;
	}
	#doz_header .navbar-main li.dropdown:hover > ul.dropdown-menu {
		visibility: visible;
		opacity: 1;
		display: block;
	}
	#doz_header .navbar-main li.dropdown.pulldown-hide > ul.dropdown-menu, #doz_header .navbar-main li.dropdown.pulldown-hide:hover > ul.dropdown-menu {
		display: none;
	}
	#doz_header .navbar-main li.dropdown-icon:focus > ul.dropdown-menu {
		visibility: visible;
		opacity: 1;
		display: block;
	}
	#doz_header .navbar-main .dropdown-menu a {
		-webkit-transition: opacity .5s ease-in-out;
		-moz-transition: opacity .5s ease-in-out;
		-o-transition: opacity .5s ease-in-out;
		transition: opacity .5s ease-in-out;
	}
}
@media (-webkit-min-device-pixel-ratio:0) and (max-width:767px) { /*iOS 입력필드 폰트사이즈 고정(수정금지)*/
	select,
	textarea,
	input,
	.board_write .postBody,
	.calendar_write .postBody,
	.form-select-wrap .dropdown-toggle,
	.list_review_inner .textarea_block textarea,
	.modal_prod_detail.review .textarea_block textarea,
	.form-select-wrap .dropdown-menu .dropdown-item > a,
	.shop-content .option_box_wrap input.form-control,
	.shop-content .option_box_wrap select.form-control,
	.shop-content .option_box input.form-control,
	.shop-content .option_box select.form-control,
	.form-select-wrap .dropdown-toggle,
	.form-select-wrap .dropdown-menu .dropdown-item > a,
	.form-select-wrap .dropdown-menu .dropdown-item > a > span,
	.form-select-wrap .dropdown-menu .dropdown-item > .tabled,
	.form-select-wrap .dropdown-menu .dropdown-item > a > .text-12 {
		font-size: 16px !important;
	}
}
#doz_header .mega-dropdown {
	position: static !important;
}
#doz_header .mega-dropdown-menu {
	padding: 0;
	width: 100%
}
#doz_header .mega-dropdown-menu > li {
	border: 0;
}
#doz_header .mega-dropdown-menu > li > ul {
	padding: 0;
	margin: 0;
}
#doz_header .mega-dropdown-menu > li > ul > li {
	list-style: none;
}
#doz_header .mega-dropdown-menu > li > ul > li > a {
	display: block;
	padding: 6px 20px 6px 0;
	clear: both;
	line-height: 1.42857143;
	color: #ccc;
	font-size: 13px;
	text-transform: none;
	font-weight: 500;
}
#doz_header .mega-dropdown-menu > li > ul > li > a:hover {
	color: #5d67dd;
}
#doz_header .mega-dropdown-menu .dropdown-header {
	padding: 15px 0;
}
#doz_header .mega-dropdown-menu .dropdown-header .meganav-section-title {
	margin: 0;
	padding: 0;
	color: #ccc;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#doz_header .mega-dropdown-menu form {
	margin: 3px 20px;
}
#doz_header .mega-dropdown-menu .form-group {
	margin-bottom: 3px;
}
#doz_header .mega-dropdown-menu .header-bar {
	background: #ff005d;
	color: #fff;
	border-bottom: 1px solid #cc004a;
	padding: 10px 15px;
}
#doz_header .mega-dropdown-menu .header-bar .header-title {
	padding: 0;
	margin: 0;
}
#doz_header .navbar-nav > .viewport-nav.mobile {
	display: none;
}
#doz_header .navbar.navbar-fixed-top.slide-active {
	position: fixed;
}
@media (max-width: 767px) {
	#doz_header .mega-dropdown-menu .dropdown-header {
		padding: 10px 0 !important;
	}
	#doz_header .mega-dropdown-menu > li > ul {
		margin-bottom: 20px;
	}
}
@media (max-width: 991px) {
	#doz_header .navbar-header {
		float: none;
	}
	#doz_header .navbar-toggle {
		display: block;
	}
	#doz_header .navbar-nav > .viewport-nav.desktop {
		display: none;
	}
	#doz_header #inline_header_mobile .navbar-nav > .viewport-nav.desktop,
	#doz_header #inline_header_mobile_fixed .navbar-nav > .viewport-nav.desktop {
		display : block;
	}
	#doz_header .navbar-nav > .viewport-nav.mobile {
		display: block;
		padding-top: 10px;
		height: calc(100% - 55px);
		position: relative;
		overflow-y: auto;
	}
	#doz_header .navbar-nav > .viewport-nav.mobile.im-android-nav {
		padding-bottom: 120px;
	}
	#doz_header .navbar-nav > .viewport-nav > li {
		float: none;
	}
	#doz_header .navbar-main .navbar-collapse {
		background-color: #07060c;
	}
	#doz_header .navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		border: 0;
		box-shadow: none;
	}
	#doz_header .navbar-main .navbar-nav > .viewport-nav > li.dropdown > a {
		border-bottom: 0;
		display: block;
	}
	#doz_header .navbar-main .navbar-nav > .viewport-nav > li.dropdown.open > a {
		border-bottom: 1px solid #0a0811;
	}
	#doz_header .navbar-main .navbar-nav > .viewport-nav > li a {
		color: #ccc;
		padding: 12px 0;
		margin: 0 20px;
		font-size: 16px;
		display: block;
		border-bottom: 1px solid #222;
	}
	#doz_header .navbar-main .navbar-nav > .viewport-nav > li ul {
		margin-left: 0;
		padding-left: 0;
	}
	#doz_header .navbar-main .navbar-nav > .viewport-nav > li ul > li a {
		color: #888;
		padding-left: 15px;
	}
	#doz_header .navbar-main .navbar-nav > .viewport-nav > li ul > li ul a {
		padding-left: 30px;
	}
	#doz_header .navbar-main .navbar-nav > .viewport-nav > li ul > li a:before {
		margin-right: 10px;
		padding: 12px 0;
		width: 46px;
		text-align: center;
		height: 100%;
		left: 0;
		top: 0;
		border-left: 1px solid #0a0811;
	}
	#doz_header .navbar-main .navbar-nav > .viewport-nav > li.open > a:after {
		content: "\f107"
	}
	#doz_header .navbar-main .navbar-nav > .viewport-nav > .active > a, #doz_header .navbar-main .navbar-nav > .viewport-nav > .active > a:hover, #doz_header .navbar-main .navbar-nav > .viewport-nav > .active > a:focus {
		border-radius: 0 !important;
	}
	#doz_header .navbar-main .dropdown-menu:after {
		border: 0 !important;
		margin-left: 0;
	}
	#doz_header .navbar-main .dropdown-menu:before {
		border: 0 !important;
		margin-left: 0;
	}
	#doz_header .profile-area {
		display: block;
		padding: 10px 20px;
		border-bottom: 1px solid #333;
		width: 100%;
		background: #000;
		z-index: 999;
	}
}
#doz_header .navbar-header {
	float    : none;
	position : relative;
	z-index  : 1000;
	display  : inline-block;
}
#doz_header .main_menu_wrap {
	display : inline-block;
}
#doz_header .navbar.type01,
#doz_header .navbar.type03 {
	text-align : center;
}
#doz_header .navbar.type04 {
	text-align : right;
}
#doz_header .type02 .nav-btn-group,
#doz_header .type04 .nav-btn-group {
	float : right;
}
#doz_header .type01 .main_menu_wrap,
#doz_header .type03 .navbar-header {
	position : absolute;
	left     : 15px;
}
#doz_header .type01 .nav-btn-group,
#doz_header .type03 .nav-btn-group {
	position : absolute;
	right    : 15px;
}
#doz_header .type01 .inside.wide .main_menu_wrap,
#doz_header .type03 .inside.wide .navbar-header {
	position : absolute;
	left     : 20px;
}
#doz_header .type01 .inside.wide .nav-btn-group,
#doz_header .type03 .inside.wide .nav-btn-group {
	position : absolute;
	right    : 32px;
}
#doz_header .type01 .navbar-logo, #doz_header .type01 .inside.wide .navbar-logo {
	padding : 0;
}
#doz_header .type02 .navbar-header,
#doz_header .type02 .main_menu_wrap,
#doz_header .type04 .navbar-header {
	float : left;
}
#doz_header .type02 .navbar-header {
	padding-right :40px;
}
#doz_header .navbar.type05 .inside {
	text-align: center;
}
#doz_header .type05 .navbar-header {
	float: none;
	display: inline-block;
}
#doz_header .type05 .main_menu_wrap {
	display: block;
}
#doz_header .type05 .navbar-nav {
	visibility: visible;
	float: none !important;
	display: inline-block;
}
#doz_header .type05 .nav-btn-group {
	position: absolute;
	top: 0;
	right: 15px;
}
#doz_header .fixed_header .type05 .navbar-header,#doz_header .fixed_header .type05 .nav-btn-group {
	display: none;
}
#doz_header .navbar.type06 {
	padding: 40px 0;
}
#doz_header .type06 .navbar-header {
	display: block;
	float: none;
}
#doz_header .type06 .navbar-logo {
	line-height: normal;
}
#doz_header .type06 .navbar-nav {
	float:none !important;
}
#doz_header .type06.navbar-main  .navbar-nav > .viewport-nav > li > a {
	height: auto;
}
#doz_header .type06.navbar-main .navbar-nav > .viewport-nav > li > a:first-child {
	padding-left:0;
}
#doz_header .type06 .nav-btn-group {
	float : right;
	line-height: normal !important;
}
@media (max-width: 991px) {
	#doz_header .navbar .container {
		margin: 0 !important;
		padding: 0 !important;
		height: 100%;
		position: static;
	}
	#doz_header .type02 .navbar-header {
		padding-right :0;
	}
	#doz_header .navbar .navbar-header {
		display: table;
		text-align : center;
		float      : none;
		max-height : 50px;
		position   : static !important;
		width :50%;
		margin :0 auto;
	}
	#doz_header .header-content .text {
		padding-top: 70px;
		height: 360px;
	}
	#doz_header .navbar-main .navbar_logo_wrap {
		display: table-cell;
		height: 50px;
		vertical-align: middle;
	}
	#doz_header .new_org_header #inline_header_normal,
	.fixed-menu-on #doz_header .new_fixed_header #inline_header_fixed {
		display: none;
	}
	#doz_header .new_org_header #inline_header_mobile,
	.fixed-menu-on #doz_header .new_fixed_header #inline_header_mobile_fixed {
		display: block;
	}
	.shop_view.new_fixed_header_active #doz_header .new_org_header #inline_header_mobile {
		display: none;
	}
}
@media (min-width: 992px) {
	#doz_header .navbar.navbar-fixed-top.slide-active {
		position: fixed;
	}
}
.alarm-toggle, .cart-toggle,.nav-btn-icon.profile {
	position: relative;
}
.alarm-toggle .badge, .cart-toggle .badge  {
	position: absolute;
	top: 35%;
	margin-top: -15px;
	height: 15px;
	color: #ffffff;
	font-family: Arial;
	font-size: 10px;
	line-height: 15px;
	padding: 0 5px;
	font-weight: normal;
	-webkit-font-smoothing: subpixel-antialiased;
}
.cart-toggle .icon-basket ~ .badge {
	margin-top: -10px;
	right: 0;
}
.cart-toggle .icon-handbag ~ .badge,
.cart-toggle .icon-bag ~ .badge {
	margin-top: 5px;
	right: 0;
}
.cart-toggle .badge {
	right: 5px;
}
.alarm-toggle.login-toggle .badge {
	left : 30px;
}
.dropdown-profile .nav-btn-icon.profile .badge {
	left: 29px;
	top: 50%;
	margin-top: -18px;
}
.alarm-toggle .badge {
	left: 20px;
}
.nav-btn-icon.profile .badge {
	position: absolute;
	top: 35%;
	margin-top: -15px;
	color: #ffffff;
	font-family: Arial;
	letter-spacing: 0;
	padding: 0;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	font-size: 10px;
}
.bottom-badge .nav-btn-icon.profile .badge {
	margin-top: 5px
}
.bottom-badge .nav-btn-icon.profile .icon-bell ~ .badge {
	margin-top: -15px;
	left: 15px;
}
.nav-tabs.style-btn {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 3px
}
.nav-tabs.style-btn > li > a:hover {
	background-color: transparent;
}
.nav-tabs.style-btn > li.active > a, .nav-tabs.style-btn > li.active > a:hover, .nav-tabs.style-btn > li.active > a:focus {
	border: none;
	cursor: pointer;
}
.nav-tabs.style-btn > li:nth-child(1).active > a, .nav-tabs.style-btn > li:nth-child(1):hover > a, .nav-tabs.style-btn > li:nth-child(1):focus > a {
	border-radius: 2px 0 0 2px;
}
.nav-tabs.style-btn > li:nth-child(2).active > a, .nav-tabs.style-btn > li:nth-child(2):hover > a, .nav-tabs.style-btn > li:nth-child(2):focus > a {
	border-radius: 0 2px 2px 0;
}
.nav-tabs.style-btn > li {
	text-align: center;
	margin-bottom: 0
}
.nav-tabs.style-btn > li {
	width: 50%;
}
.nav-tabs.style-btn > li > a {
	display: inline-block;
	width: 100%;
	padding: 5px 0;
	font-weight: normal;
	margin-right: 0;
	text-transform: none;
	border: none;
	color: #fff
}
.nav-tabs.style-btn > li.active > a {
	color: #000;
	background-color: rgba(255, 255, 255, 0.75);
}
.alarm-board {
	background: #fff;
	width: 238px;
	margin-top: 5px;
	margin-bottom: 10px
}
.alarm-board img {
	max-width: 238px;
	width: auto;
	height: auto;
	display: block;
}
.alarm-board .text-block {
	padding: 9px 17px 11px 16px;
	font-size: 13px;
	color: #212121;
	line-height: 1.6;
	cursor: default;
}
@media screen and (max-width: 991px) {
	.notification-canvas .offcanvas-head .offcanvas-tools .zmdi,
	#doz_header .main_menu_wrap {
		display: none
	}
	#doz_header .navbar-main .navbar-toggle {
		font-size : 18px;
		line-height: 50px;
		padding: 0 10px;
	}
	#doz_header .navbar-main .navbar-toggle.menu {
		padding :0 15px;
	}
	#doz_header .navbar-main .navbar-toggle:last-child {
		padding-right:15px;
	}
	#doz_header .navbar-main .navbar-toggle.search + .navbar-toggle.cart {
		padding-left: 0;
	}
	#doz_header .navbar-main .navbar-toggle.menu {
		position : absolute;
		top      : 0;
		left     : 0;
	}
	#doz_header .navbar-main .navbar-toggle.menu .badge{
		left:25px;
	}
	#doz_header .navbar-main .navbar-toggle .badge, #doz_header .navbar-main .navbar-toggle .badge.cart {
		position: absolute;
		top: 35%;
		margin-top: -10px;
		color: #ffffff;
		font-size: 10px;
		font-family: Arial;
		letter-spacing: 0;
		padding: 0;
		height: 15px;
		width: 15px;
		line-height: 15px;
		z-index: 10;
	}
	#doz_header .navbar-main .navbar-toggle .badge.cart {
		right : 3px;
	}
	.alarm-toggle .badge {
		top  : 45%;
		left : 20px;
	}
}
.sb-search-open .termsearch {
	top: 0;
	visibility: visible;
}
.sb-search-wrap {
	position: relative;
	height: 100px;
}
.sb-search-input {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	color: inherit;
	font-size: 20px;
	display: block;
	width: 100%;
	padding: 0 0 0 50px;
	height: 44px;
}
.sb-search-btn {
	border: 0;
	background: transparent;
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 28px;
	transform: translateY(-50%);
}
.sb-search-btn.close {
	right: 0;
	left: auto;
}
@media screen and (max-width: 991px) {
	.termsearch {
		padding-left  : 10px;
		padding-right : 10px;
	}
	.sb-search-wrap {
		height : 50px;
	}
	.sb-search-input {
		font-size : 16px;
	}
	.sb-search-btn {
		font-size : 1.31em;
		left      : -6px;
	}
	.sb-search-btn.close {
		font-size : 1.31em;
	}
	#doz_header .navbar {
		height:50px !important;
	}
	#doz_header .fixed_header .navbar {
		height:50px !important;
	}
}
.backdrop {
	position: fixed;
	z-index: 130000;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	background-color: rgba(12, 12, 12, 0.70);
}
.fa {
	font-family: 'FontAwesome' !important;
}
.fab {
	font-family: 'Font Awesome 5 Brands' !important;
}
.widget .froala-element p:last-child {
	margin-bottom: 0
}
.widget .froala-element {
	min-height: auto;
}
.widget {
	position: relative;
	display: block;
	box-sizing: border-box;
}
.widget.image.empty {
	background-color: #eee;
	overflow: hidden;
}
.widget.line hr {
	margin: 0 auto;
}
.widget.movie .play-icon::before {
	content: " ";
	background-color: rgba(0, 0, 0, 0.1);
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}
.widget.movie .play-icon:hover:after {
	color: #00B8FF;
}
.widget.movie a {
	transition: 0;
}
.widget.movie a img {
	width: 100%;
	cursor: pointer;
	image-rendering: -webkit-optimize-contrast;
}
.widget.movie .show_btn {
	display       : inline-block;
	position      : absolute;
	top           : 50%;
	left          : 50%;
	border-radius : 100%;
	cursor        : pointer;
	background    : rgba(33,33,33,.75);
	z-index       : 1;
	transition: 0.3s;
}
.widget.movie .show_btn i {
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left :50%;
}
@media (min-width:768px) {
	.widget.movie .show_btn {
		width         : 65px;
		height        : 65px;
		margin        : -32px 0 0 -32px;
	}
	.widget.movie .show_btn i {
		border-top: 12px solid transparent;
		border-left: 22px solid #fff;
		border-bottom: 12px solid transparent;
		margin: -12px 0 0 -8px;
	}
	.col-dz-1 .widget.movie .show_btn, .col-dz-2 .widget.movie .show_btn {
		width  : 35px;
		height : 35px;
		margin : -18px 0 0 -18px;
	}
	.col-dz-3 .widget.movie .show_btn, .col-dz-4 .widget.movie .show_btn, .col-dz-5 .widget.movie .show_btn {
		width  : 50px;
		height : 50px;
		margin : -26px 0 0 -26px;
	}
	.col-dz-1 .widget.movie .show_btn i, .col-dz-2 .widget.movie .show_btn i {
		border-top    : 7px solid transparent;
		border-left   : 12px solid #fff;
		border-bottom : 7px solid transparent;
		margin        : -6px 0 0 -5px;
	}
	.col-dz-3 .widget.movie .show_btn i, .col-dz-4 .widget.movie .show_btn i, .col-dz-5 .widget.movie .show_btn i {
		border-top    : 10px solid transparent;
		border-left   : 18px solid #fff;
		border-bottom : 10px solid transparent;
		margin        : -9px 0 0 -7px;
	}
}
@media (max-width:767px) {
	.widget.movie .show_btn {
		width         : 40px;
		height        : 40px;
		margin        : -19px 0 0 -21px;
	}
	.widget.movie .show_btn i {
		border-top    : 9px solid transparent;
		border-left   : 17px solid #fff;
		border-bottom : 9px solid transparent;
		margin        : -9px 0 0 -6px;
	}
}
.visual_section .header-content .video_container {
	position: relative;
	max-width: 480px;
}
.video_container > a:after {
	content: " ";
	background-color: rgba(0, 0, 0, 0);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.visual_section .header-content .text .video_container > a {
	border:0 !important;
	border-radius: 0 !important;
	padding:0 !important;
	margin:0 !important;
	display: block !important;
}
.visual_section .header-content .text .video_container a > i {
	position: absolute;
	top:50%;
	left:0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	font-size:64px;
}
.widget.movie a {
	display: block;
	overflow: hidden;
}
.lg-backdrop.in {
	background: rgba(0, 0, 0, 0.9);
}
.lg-toolbar {
	background-color: transparent !important;
}
.lg-sub-html p {
	line-height: 1.3;
}
.permission_error {
	text-align: center;
	font-size:1.1em;
	padding:64px 0;
}
.permission_error h3 {
	margin-bottom: 50px
}
.permission_error .symbol {
	font-size : 65px;
	opacity   :0.2;
}
.permission_error_box {
	margin: 0 auto;
	border-radius: 10px;
}
.error_box_icon {
	padding : 100px 0 40px;
}
.opacity_background {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.50;
	left: 0;
	top: 0;
	z-index: 10000
}
.dropdown-menu {
	padding: 8px 0
}
.dropdown-menu > li > a {
	background: none;
	color: #212121;
	padding: 8px 16px;
}
.mobile_right.dropdown.open .dropdown-menu > li > a{
	color: #212121  !important;
}
.dropdown-menu > li > a:active, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-image: none;
	background-color: #eee;
	color: #212121;
}
.dropdown-menu > li.dropdown-profile > a:hover, .dropdown-menu > li.dropdown-profile > a:focus {
	background-color : transparent;
}
#join_addr_container {
	z-index: 100;
}
.ibg-bg {
	position: absolute;
}
.table_botom {
	max-width: 980px;
	width: 100%
}
.board-head > div {
	display: inline-block;
}
.board-head header {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	font-size: 1.2em;
}
.board-head .tools {
	float: right;
}
.board-head .tools .input-group {
	width:220px;
	margin-left: 23px;
	float: left;
}
.table_top .dropdown {
	margin-right: 8px;
}
.table_top .dropdown > .dropdown-menu {
	padding: 8px 0
}
.table_top .dropdown button .caret {
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -1px
}
.table_top .dropdown > .dropdown-menu:hover {
	background-color: #fff;
}
.table_top .dropdown > .dropdown-menu {
	min-width: 100px;
	width: 100px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.table_top .dropdown > .dropdown-menu li {
	position: relative;
	float: none !important;
	display: block;
	padding: 0;
	text-align: left;
}
.table_top .dropdown > .dropdown-menu li:hover {
	background-color: #eee
}
.table_top .dropdown > .dropdown-menu li a {
	display: inline-block;
	height: 34px;
	width: 100%;
	line-height: 34px;
	padding: 0 0 0 15px;
	background: none;
	color: #212121;
	text-align: left;
}
.table_top .btn-default:active, .li_table .btn-default.active, .li_table .open .dropdown-toggle.btn-default {
	background-image: none;
	background-color: #fff;
	border-radius: 3px
}
.dropdown_search .dropdown {
	float: right
}
.dropdown_search .input-group {
	float: right;
	overflow: hidden;
	width: 250px;
}
.dropdown_search .form-control {
	border: 1px solid #ccc;
	border-right: none;
	border-radius: 3px 0 0 3px !important;
	height: 34px;
	-webkit-box-shadow: inset 0px 1px 0 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 0 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 0 0px rgba(0, 0, 0, 0.1);
	padding: 0 5px;
}
.dropdown_search .input-group {
	border-radius: 0 3px 3px 0
}
.dropdown_search .boared-search-btn {
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.dropdown_search .boared-search-btn:active {
	box-shadow: none;
	border: 1px solid #ccc;
}
.btn.btn-wide {
	padding-right:36px;
	padding-left:36px;
}
.btn:active, .btn.active, .btn:focus, .btn:active:focus {
	box-shadow: none;
	outline: none;
}
.form-horizontal .checkbox {
	display: table;
	height: 100%;
}
.form-horizontal .checkbox label {
	display: table-cell;
	vertical-align: middle;
}
#post_form .footer-btn {
	text-align: right;
}
.popup {
	-webkit-box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.3);
	background: #fff;
	position: absolute;
	padding-bottom: 8px
}
.pop_header {
	padding: 24px 0 16px 24px
}
.pop_btn_box {
	padding: 8px 0;
}
.dropdown-menu {
	padding: 8px 0
}
.dropdown-menu > li > a {
	background: none;
	color: #212121 ;
	padding: 8px 16px;
}
.dropdown-menu > li > a:active, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-image: none;
	background-color: #eee;
	color: #212121;
}
.table_botom {
	max-width: 980px;
	width: 100%
}
.table_top .dropdown {
	margin-right: 8px;
}
.table_top .dropdown > .dropdown-menu {
	padding: 8px 0
}
.table_top .dropdown .dropdown-toggle {
	width: 100px;
	text-align: left;
	box-shadow: none;
	border-radius: 3px;
	height: 34px !important;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: rgba(255, 255, 255, 0.5)
}
.table_top .dropdown button .caret {
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -1px
}
.table_top .dropdown > .dropdown-menu:hover {
	background-color: #fff;
}
.table_top .dropdown > .dropdown-menu {
	min-width: 100px;
	width: 100px;
	border-radius: 3px;
}
.table_top .dropdown > .dropdown-menu li {
	position: relative;
	float: none !important;
	display: block;
	padding: 0;
	text-align: left;
}
.table_top .dropdown > .dropdown-menu li:hover {
	background-color: #eee
}
.table_top .dropdown > .dropdown-menu li a {
	display: inline-block;
	height: 34px;
	cursor: pointer;
	width: 100%;
	line-height: 34px;
	padding: 0 0 0 15px;
	background: none;
	color: #212121;
	text-align: left;
}
.table_top .dropdown .dropdown-toggle.boared-search-btn {
	color: #212121;
}
.table_top .btn-default:active, .li_table .btn-default.active, .li_table .open .dropdown-toggle.btn-default {
	background-image: none;
	background-color: #fff;
	border-radius: 3px
}
.dropdown_search .dropdown {
	float: right
}
.dropdown_search .input-group {
	float: right;
	overflow: hidden;
	width: 250px;
}
.dropdown_search .form-control {
	border: 1px solid #ccc;
	border-right: none;
	border-radius: 3px !important;
	height: 34px;
	-webkit-box-shadow: inset 0px 1px 0 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 0 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 0 0px rgba(0, 0, 0, 0.1);
	padding: 0 5px;
}
.dropdown_search .input-group {
	border-radius: 0 3px 3px 0
}
.icon_area {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 23px;
}
.icon_area.fa_i {
	line-height: 28px;
}
.widget_add_icon {
	display: inline-block;
	background: url(../f/560bd3cc_widget_add_icon.png) no-repeat;
	background-size: 360px auto;
	width: 44px;
	height: 44px;
}
.color_picker_article .theme, .color_picker_article .custom {
	line-height: 15px;
	margin: 15px 0 10px
}
.zmdi {
	box-sizing: border-box;
	vertical-align: middle;
	margin-top: -3px;
	text-align: center;
	font-family: Material-Design-Iconic-Font !important;
}
.zmdi-menu {
	color: #212121;
	opacity: 0.54
}
.zmdi.zmdi-close {
	display: inline-block;
	font-weight: normal;
	color: #212121
}
.zmdi.zmdi-plus {
	cursor: pointer;
	font-size: 27px
}
.zmdi.zmdi-invert-colors {
	font-size: 24px;
}
.zmdi.zmdi-caret-down, .zmdi.zmdi-caret-up {
	font-size: 23px;
}
.disabled .zmdi.zmdi-caret-down, .disabled .zmdi.zmdi-caret-up {
	cursor: not-allowed;
}
.zmdi.zmdi-caret-down:hover, .zmdi.zmdi-caret-up:hover {
	color: #00B8FF
}
.disabled .zmdi.zmdi-caret-down:hover, .disabled .zmdi.zmdi-caret-up:hover {
	color: #bdbdbd;
}
.zmdi-btn {
	width: 36px !important;
	height: 36px !important;
	line-height: 36px !important;
	border-radius: 50%;
	background: #fff;
}
.zmdi-btn:hover {
	background: #f5f5f5
}
.fa.fa-font {
	font-size: 20px
}
.fa.fa-wrench {
	font-size: 21px;
}
.fa.fa-link.f-link {
	transform: rotate(90deg);
	color: #bdbdbd;
	font-size: 21px;
	z-index: 50
}
.link .fa.fa-link {
	color: #757575;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px
}
.widget.image {
	position: relative;
}
.widget.image .img_wrap {
	position:relative;
	overflow:hidden;
	text-align: center;
}
.widget.image.img_circle .img_wrap {
	overflow: visible;
}
.widget.image .txt,.widget.image .hover_txt {
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
}
.widget.image.text_position_overlay .txt,
.widget.image.hover_text_position_overlay:hover .hover_txt {
	margin:0;
	display: table;
	z-index: 7;
}
.widget.image.text_position_bottom .img_wrap,
.widget.image.hover_text_position_bottom .img_wrap {
	position:relative;
}
.widget.image.text_position_bottom.hover_text_position_bottom .txt,
.widget.image.text_position_bottom.hover_text_position_bottom:hover .hover_txt {
	position : absolute;
	bottom:0;
	width: 100%
}
.widget.image.text_position_bottom.hover_text_position_bottom:hover .txt {
	position: relative;
}
.widget.image.text_position_bottom.hover_text_position_bottom > div h1,
.widget.image.text_position_bottom.hover_text_position_bottom > div h2,
.widget.image.text_position_bottom.hover_text_position_bottom > div h3,
.widget.image.text_position_bottom.hover_text_position_bottom > div h4,
.widget.image.text_position_bottom.hover_text_position_bottom > div h5,
.widget.image.text_position_bottom.hover_text_position_bottom > div h6 {
	margin: 0;
}
.widget.image.text_position_bottom .img_wrap,
.widget.image.hover_text_position_bottom .img_wrap {
	position: relative;
}
.widget.image.visibility.text_position_overlay:hover .hover_txt,
.widget.image.visibility.hover_text_position_overlay:hover .hover_txt,
.widget.image.visibility.text_position_none:hover .hover_txt,
.widget.image.visibility.text_position_bottom:hover .hover_txt,
.widget.image.visibility.hover_text_position_overlay.hover .hover_txt,
.widget.image.text_position_bottom.hover_text_position_bottom:hover .hover_txt {
	visibility: visible;
	opacity: 1;
}
.widget.image.visibility.hover_text_position_overlay .hover_txt,
.widget.image.visibility.hover_text_position_overlay:hover .txt,
.widget.image.visibility.text_position_none .hover_txt,
.widget.image.visibility.text_position_overlay .hover_txt,
.widget.image.visibility.text_position_overlay:hover .txt,
.widget.image.visibility.text_position_bottom .hover_txt,
.widget.image.visibility.text_position_bottom:hover .txt {
	visibility: hidden;
	opacity: 0;
}
.widget.image.text_position_overlay .txt .txt_body,
.widget.image.hover_text_position_overlay:hover .hover_txt .txt_body,
.widget.image.hover_text_position_overlay.hover .hover_txt .txt_body {
	vertical-align: middle;
	display: table-cell;
}
.widget.image.text_position_bottom.hover_text_position_bottom .txt .txt_body,
.widget.image:hover .txt,
.widget.image.hover .txt {
	text-decoration: none !important;
	border-bottom: none;
}
.widget.image.visibility.text_position_overlay.hover_text_position_overlay .hover_txt,
.widget.image.visibility.text_position_overlay.hover_text_position_overlay:hover .txt {
	transition: none;
}
.widget.image.show_over .txt {
	position   : absolute;
	opacity    : 0;
	left       : 0;
	bottom     : 0;
	color      : rgba(255, 255, 255, 1);
	height     : 100%;
	max-height : 100%;
	overflow   : hidden;
	margin-top : 0;
	width      : 100%;
	top        : 0;
	z-index: 20;
	display    : table;
}
.widget.image.show_over .overlay {
	background : rgba(0, 0, 0, 0.65);
	position: absolute;
	opacity    : 0;
	left       : 0;
	bottom     : 0;
	z-index: 10;
}
.widget.image.show_over.img_circle .overlay {
	border-radius: 50%;
}
.widget.image .hover_img {
	opacity    : 0;
	left       : 0;
	bottom     : 0;
	height     : 100%;
	max-height : 100%;
	overflow   : hidden;
	margin-top : 0;
	width      : 100%;
	top        : 0;
}
.widget.image .hover_img,
.widget.image .hover_overlay {
	transition: opacity .3s;
}
.widget.image .hover_img.circle {
	border-radius: 50%;
}
.widget.image ._image_widget_lightbox {
	cursor: pointer;
}
.widget.image.show_over:hover .txt,
.widget.image:hover .hover_img,
.widget.image.show_over:hover .overlay{
	opacity: 1;
}
.widget.image.show_over .txt.circle, .widget.image.show_over .hover_img.circle {
	opacity: 1;
	display: none;
	border-radius: 50%;
	background: none;
}
.widget.image.show_over:hover .txt.circle {
	display: table;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
}
.widget.image.show_over:hover .hover_img.circle {
	display: block;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
}
.widget.image.hover_scale:hover .hover_img {
	z-index: 5;
}
.widget.image.hover_scale:hover img {
	position: relative;
}
.widget.image.hover_scale:hover img,
.widget.image.hover_scale:hover .hover_img,
.widget.image.show_over.hover_scale:hover .overlay {
	transform: scale(1.1);
	transition: all 0.4s ease-out;
}
.widget.image.show_over .txt span {
	display: table-cell;
	vertical-align: middle;
	line-height: 18px;
	word-break: break-all;
	padding:0 20px;
}
.widget.image.grayscale img, .widget.image.hover_color img:hover, .widget.image.hover_color:hover img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
}
.widget.image.grayscale.hover_color:hover img {
	filter: none;
	-webkit-filter: none;
}
div.widget_text_wrap {
	word-break: break-all;
}
.widget.space {
	border: 1px dashed #E0E0E0
}
.widget.image_map img {
	width : 100%;
	image-rendering: -webkit-optimize-contrast;
}
.widget.inline_widget.image_map img {
	height: 100%;
}
.inline_global_dropdown i {
	line-height: normal;
}
.doz_sys .inline_widget.padding .ui-resizable-w {
	width: 5px;
}
.doz_sys .inline_widget.padding .ui-resizable-s {
	height: 5px;
}
.doz_sys .inline_widget.padding .ui-resizable-se {
	width: 5px;
	height: 5px;
}
.popup-banner-wrap .banner_img {
	max-width:100%;
}
.blog-body strong, .list .title strong {
	font-size: 1.3em;
	line-height: 1.3em
}
.title-block {
	font-size   : 14px;
	line-height : 1.3em
}
.text-block, .board-block .writer {
	font-size : 12px;
}
.board-block .date-block span, .board-block small {
	font-size: 0.85em;
}
.board-block a .zmdi, .board-block small .zmdi {
	font-size: 1.2em;
}
.basic_input {
	border: 1px solid rgba(128, 128, 128, 0.3);
	background-color: transparent;
	padding: 8px 10px;
	border-radius: 3px;
}
.line_input {
	border: none;
	border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.permission_error.empty_list {
		border-top : 0 solid transparent;
	}
	.shop_mypage .section_wrap {
		overflow-x : initial;
	}
}
select.form-control {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: relative;
	z-index: 9;
}
select.form-control::-ms-expand {
	display: none;
}
.spinner {
	position: relative;
}
.spinner a.spin-up, .spinner a.spin-down {
	position: absolute;
	right: 0
}
.file {
	overflow: hidden;
	padding: 16px 10px;
}
.file .file-icon {
	display: table;
	width: 46px;
	height: 62px;
	background: url(../f/7be2579b_file_icon.png) no-repeat;
	float: left;
	text-align: center;
	color: #bdbdbd;
	word-break: break-all;
	padding: 0 5px;
}
.file .file-icon span {
	display: table-cell;
	vertical-align: middle;
	font-size: 13px
}
.file .file_name {
	float: left;
	padding-left: 16px;
	color: #4A90E2;
}
.file .file_name span {
	display: inline-block;
	padding-top: 8px;
	line-height: 17px;
}
.file .file_name span:hover {
	text-decoration: underline;
}
.file .file_name small {
	display: inline-block;
	font-size: 12px;
	color: #bdbdbd;
	margin-top: 8px;
}
.map-pop {
	border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.3);
	padding: 23px 24px 21px;
	min-width: 256px;
	max-width: 256px;
	word-break: break-all
}
.map-pop strong {
	font-size: 14px;
	font-weight: normal
}
.map-pop small {
	font-size: 13px;
	margin-top: 3px;
	display: inline-block;
}
.map-pop .zmdi-close {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 20px;
	color: #757575
}
.list-style .list-header {
	padding-bottom: 24px;
	font-size: 1.5em;
}
.list-style-card .list-header {
	font-size: 1.5em;
	padding-bottom: 32px;
	padding-top: 24px
}
.list-style .list {
	width: 100%;
	padding: 15px 0;
	overflow: hidden;
}
.list-style .list.line {
	width       : 100%;
	padding     : 0.75em 0;
	position    : relative;
	line-height : 20px;
}
.list-style .list.line .tabled {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}
.list-style .list.line .first_fake {
	position: absolute;
	left: 0;
	width: 100%;
	display: inline-block;
}
.list-style .list.line .second_fake {
	position: relative;
	display: inline-block;
	padding-right: 35px;
}
.list-style .list.line .third_fake {
	opacity: 0;
	overflow: hidden;
	white-space: normal;
	word-break: break-all;
	display: inline-block;
}
.list-style .list.line .comment_cnt {
	vertical-align: top;
}
.list-style .list.line .addon-badge {
	position: relative;
}
.list-style .list.line .line_table_cell {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-style .list.line.no-border {
	padding     : 0.45em 0;
}
.list-style .list .thumb {
	cursor        : pointer;
	padding-right : 20px;
	width         : 16%;
}
.list-style .list .title a {
	margin-bottom : 5px;
}
.list-style .list .title a:first-child {
	padding-left:0;
}
.list-style .list .thumb, .list-style .list .title {
	display        : table-cell;
	vertical-align : top;
}
.list-style .list.secret-board .thumb {
	height: 120px;
	background: #eee;
	position: relative;
	text-align: center;
	vertical-align: middle;
	padding-right: 0;
}
.list-style .list.secret-board .thumb a {
	display: block;
}
.secret-board .thumb {
	position: relative;
}
.zmdi.zmdi-lock {
	color: #bababa;
	font-size: 58px;
}
.list-style .list .thumb .zmdi-lock {
	display: none;
}
.list-style .list.secret-board .thumb .zmdi-lock {
	display: block;
	color: #bababa;
	font-size: 28px;
	min-width: 170px;
}
.list-style .list.secret-board .title {
	padding-left:20px;
}
.list-style .list.secret-board .text-block {
	color: #bdbdbd
}
.list-style .list .thumb img {
	max-width : 170px;
	height    : auto;
	width: 100%;
	min-width: 100px;
	aspect-ratio: 4/3;
	object-fit: cover;
	object-position: center;
}
.list-style .list .title {
	padding-right : 50px;
}
.list-style .list .title > a {
	display  : block;
	position : relative;
}
.list-style .list .title > a .cmt {
	position : absolute;
	right    : -40px;
	top      : -5px;
	padding  : 0;
}
.list-style .list .title strong {
	display            : -webkit-box;
	overflow           : hidden;
	text-overflow      : ellipsis;
	-webkit-line-clamp : 2;
	white-space        : normal;
	-webkit-box-orient : vertical;
	word-wrap          : break-word;
}
.list-style .list .title small {
	overflow           : hidden;
	text-overflow      : ellipsis;
	display            : block;
	-webkit-box-orient : vertical;
	word-wrap          : break-word;
	-webkit-line-clamp : 2;
}
.list-style .list .board-block .writer {
	position: relative;
	padding-right: 10px
}
.list-style .list .board-block .bar {
	background-color: #e0e0e0;
	display: inline-block;
	height: 15px;
	margin-top: -8px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	margin-left: 10px
}
.list-style .list.line > small span {
	vertical-align: middle;
}
.list-style .list.line > small.date span,
.list-style .list.line > small.writer span{
	letter-spacing : 0;
}
.list-style .list .board-block .date {
	padding-left: 10px;
	opacity: 0.7;
	font-size:12px;
}
.list-style .list.line .row_title {
	display       : block;
	overflow      : hidden;
	white-space   : nowrap;
	text-overflow : ellipsis;
}
.list-style .list.line:not(.interlock_board) .second_fake, .list-style .list.line:not(.interlock_board) .row_title {
	max-width: calc(100% - 60px);
}
.list-style .list.line > small {
	white-space : nowrap;
	text-align  : left;
	line-height : 20px;
	font-size   : 12px;
	padding-left: 15px;
}
.list-style .list .board-block .cmt {
	padding-left : 16px;
	opacity      : 0.7;
	font-size    : 12px;
}
.list-style .list .title > a .cmt.comment:before {
	font-family : FontAwesome;
	content     : '\f0e5';
	font-size   : 18px;
	color       : #999;
}
.list-style-gallery .item .gallery-foot small.comment:before {
	font-family : FontAwesome;
	content     : '\f0e5';
}
.list-style-card .card-foot small.comment:before {
	font-family  : FontAwesome;
	content      : '\f0e5';
	margin-right : 5px;

}
.list-style .list .board-block .share, .list-style .list .board-block .eye {
	padding-left: 18px;
	opacity: 0.7;
}
.list-style .list .board-block .zmdi {
	width: auto;
	height: auto;
	line-height: 110%;
}
@-moz-document url-prefix() {
	.list-style .list .board-block .zmdi {
		line-height: 98%
	}
}
.list-style .list .board-block .zmdi.zmdi-comment {
	margin-top: 1px;
	margin-right: 6px
}
.list-style .list .board-block .zmdi.zmdi-share {
	margin-right: 6px
}
.row_tit {
	margin-bottom: 0;
	float: left;
}
.doz_sys .list-style .list.line a .cmt {
	padding-left:10px;
	width: 20px;
}
@media (max-width: 640px) {
	.list-style .list .title small {
		margin-top: 5px;
	}
	.list-style .list .thumb {
		width         : 25%;
	}
	.list-style .list .title .board-block {
		margin-top : 5px;
	}
	.list-style .list .board-block .cmt {
		padding-left: 8px
	}
	.list-style .list .board-block .share, .list-style .list .board-block .eye {
		padding-left: 8px
	}
	.list-style .list.line .title .board-block {
		float: none;
	}
	.list-style .list.line > small.writer span {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.doz_sys a .cmt {
		padding-top: 0 !important;
	}
}
.doz_sys .card-body {
	color: #212121;
	word-break: break-word;
}
.doz_sys .card-body:lang(en){
	color: red !important;
}
.type_grid .list-style-card {
	margin: 0 auto;
	vertical-align: top;
	width: 100%;
}
.list-style-card .row {
	margin-right: -10px;
	margin-left: -10px;
}
.list-style-card .row.col-gutter-4 {
	margin-right: -20px;
	margin-left: -20px;
}
.list-style.masonry-style.card .row{
	margin-right: -10px;
	margin-left: -10px;
}
.list-style-card .ma-item {
	padding-right : 10px;
	padding-left  : 10px;
	margin-bottom : 20px;
}
.list-style-card .card-head a {
	display    : block;
}
.list-style-card .card-head {
	border-radius: 0;
}
.list-style-card .card-body {
	overflow : hidden;
	background-color: #ffffff;
}
.list-style-card .card-summary {
	background-color: #ffffff;
}
.list-style-card .card-foot {
	background-color: #ffffff;
}
.list-style-card .row.col-gutter-4 .ma-item {
	margin-bottom: 40px;
	padding-right: 20px;
	padding-left: 20px;
}
.list-style-card .card {
	position: relative;
	color: #212121;
	border:1px solid rgba(128,128,128,0.15)
}

.doz_sys .list-style-card .row.col-gutter-4 .card-body {
	padding :0;
}
.doz_sys .list-style-card .row.col-gutter-4 .card-body .title {
	padding:20px 15px 0;
}
.doz_sys .list-style-card .row.col-gutter-4 .card-body .text {
	padding: 0 15px;
}
.doz_sys .list-style-card .row.col-gutter-4 .card-body p:last-child {
	padding-bottom :10px;
}
.row.col-gutter-4 .card .title {
	font-size:1.15em;
}
.card:before, .card:after {
	content: " ";
	display: table;
}
.card:after {
	clear: both;
}
.card .card-summary {
	display: table;
	width: 100%;
}
.card .lock {
	background:#eee;
	display:table;
	width: 100%;
	text-align: center;
	height:160px;
}
.card .lock i {
	display:table-cell;
}
.card .card-img {
	position: relative;
}
.card .secret-block {
	position: absolute;
	width: 100%;
	text-align: center;
	top:50%;
	height:50px;
	transform: translateY(-50%);
	background:#eee;
}
.card .card-summary .avatar {
	display        : table-cell;
	vertical-align : middle;
	font-size      : 13px;
	color          : #5d5d5d;
	letter-spacing : 0;
}
.card .card-summary .avatar img {
	border-radius: 50%;
	margin-right: 8px;
}
.pay-badge {
	border-radius: 0 !important;
	margin: 0 !important;
}
.card .card-summary .tools {
	display        : table-cell;
	text-align     : right;
	color          : #999;
	vertical-align : middle;
	letter-spacing : 0;
}
.card-head {
	position: relative;
	vertical-align: middle;
	border-radius: 2px 2px 0 0;
	overflow: hidden;
}
.card-head .overlay {
	background:rgba(0,0,0,0.4);
	opacity: 0;
	transition: 0.2s;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
}
.card-head:hover .overlay {
	opacity: 1;
}
.card-head img {
	transition: 0.3s ease-in-out;
}
.card-head:hover img.secret-image, .card-head:hover img.no-image {
	transform: none;
}
.secret-board .card-head {
	display: inline-block;
	width: 100%;
	height: 235px;
	border-radius: 2px 2px 0 0;
	background: #eee;
}
.card-head .lock {
	display: none;
}
.secret-board .card-head .lock {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 65px;
	margin: 0 0 0 -20px;
	font-size: 58px;
}
.card-head:before, .card-head:after {
	content: " ";
	display: table;
}
.card-head:after {
	clear: both;
}
.card-head header {
	display: inline-block;
	padding: 12px 24px;
	vertical-align: middle;
	line-height: 17px;
	font-size: 20px;
}
.card-body:before, .card-body:after {
	content: " ";
	display: table;
}
.card-body:after {
	clear: both;
}
.card-body:last-child {
	border-radius: 0 0 2px 2px;
}
.text-gray-bright {
	color: #757575 !important;
}
.text_light_gray{
	color: rgba(33,33,33,.6);
}
.card-body.list-group {
	margin :0;
}
.list-style-card .card-foot .writer .by {
	color: #bdbdbd
}
.list-style-card .card-foot small {
	color       : #757575;
	margin-left : 15px;
}
.list-style-card .card-foot small:first-child {
	margin-left :0;
}
.list-style-card .card-foot .zmdi {
	height: auto;
	width: auto;
	margin-right: 6px
}
.list-style-card .card-foot .zmdi.zmdi-comment {
	margin-top: 1px
}
.list-style-card .img-responsive {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;

}
.widget.board .list-group {
	margin-bottom: 0;
}
.lg-sub-html h4 {
	color: #fff;
	font-size: 1.2em !important;
	font-weight: normal !important;
	background: transparent !important;
}
.lg-sub-html p {
	font-size: 0.75em !important;
	opacity: 0.7;
}
.lg-sub-html {
	text-align: left !important;
	padding: 20px !important;
	background: transparent;
}
.lg-thumb-outer,.lg-toolbar .lg-fullscreen,.lg-toolbar .lg-download,.lg-toolbar .lg-autoplay-button  {
	display: none;
}
.post_view #lg-zoom-in,.post_view #lg-zoom-out {
	display: block;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.10);
}
@media (max-width: 640px) {
	.doz_sys .inside .widget.list-style-card .col-md-4, .doz_sys .inside .widget.list-style-card .col-sm-6, .doz_sys .inside .widget.list-style-card .col-xs-12 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
.row .list-style .list.line .title_wrap .title-block {
	font-size:16px;
}
.list-style-gallery.mosaic .secret-block {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 2px 2px 0 0;
	position: absolute;
	left: 0;
	top: 0;
}
.list-style-gallery.mosaic .secret-block .zmdi {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -20px;
	font-size: 58px;
}
.list-style-gallery .list-header {
	font-size: 1.3em;
	padding-bottom: 32px;
	line-height: 100%;
	padding-top: 24px
}
.list-style-gallery {
	margin: 0 auto;
}
.list-style-gallery > .row {
	margin: 0 auto;
}
.list-style-gallery.mosaic .item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 316px;
	position: relative;
	cursor: pointer;
}
.list-style-gallery.mosaic .item {
	background-color: #f5f5f5
}
.list-style-gallery.mosaic .item.item_odd {
	background-color: #E0E0E0
}
.list-style-gallery .item .gallery-block.card_hover .gallery-body {
	display: none;
}
.list-style-gallery .item .gallery-block.card_hover:hover .gallery-body {
	display: block;
}
.list-style-gallery .item .gallery-block .title-block, .list-style-gallery .item .gallery-block .text-block {
	color: #fff;
}
.list-style-gallery .item .gallery-block {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	padding: 32px;
	color: #fff
}
.list-style-gallery .item .gallery-block.card_hover {
	background: none;
}
.list-style-gallery .item .gallery-block.card_hover:hover {
	background: rgba(0, 0, 0, 0.3);
}
.list-style-gallery .item .gallery-body .title {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.4;
}
.list-style-gallery .item .gallery-body .text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	opacity: 0.7;
}
.list-style-gallery .item .gallery-foot {
	position: absolute;
	left: 0;
	bottom: 32px;
	padding: 0 32px
}
.list-style-gallery .item .gallery-foot small {
	padding-right: 16px;
	color: #fff
}
.list-style-gallery .item .gallery-foot .zmdi {
	height: auto;
	width: auto;
	line-height: 21px;
	margin-right: 6px;
	color: #fff;
}
.list-style-gallery .item .gallery-foot .zmdi.zmdi-comment {
	margin-top: 1px
}
.list-style-gallery .item .gallery-foot .writer {
	line-height: 1;
	padding-bottom: 12px;
}
@media (max-width: 970px) {
	.list-style-gallery.mosaic .item {
		height: 295px;
	}
}
@media (max-width: 767px) {
	.card-head header {
		padding: 11px 16px;
	}
	.card-body {
		padding: 16px;
	}
	.card.card-top {
		border-radius: 0;
		margin-left: -12px;
		margin-right: -12px;
	}
	.tablet .widget.mosaic .item {
		height: 245px
	}
}
@media (min-width: 768px) {
	.tablet .widget.mosaic .item {
		height: 245px
	}
}
@media (max-width: 640px) {
	.mobile .widget.mosaic .col-xs-12 {
		width: 100%;
	}
	.list-style-gallery > .row.gallery-block, .list-style-card .gallery-block, .list-style-card .row.col-gutter-4 {
		margin-left: 0;
		margin-right: 0;
	}
	.list-style-gallery.mosaic > .row.gallery-block {
		margin-left: -15px;
		margin-right: -15px;
	}
	.list-style-card .ma-item {
		width : 100%;
	}
}
.list-style-card.gallery .card {
	padding-bottom : 0;
	cursor         : pointer;
}
.list-style-gallery.gallery .item .gallery-body .text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}
@-moz-document url-prefix() {
	.list-style-gallery.gallery .item .gallery-body .text {
		height: 200px;
		overflow: hidden;
	}
}
.list-style-card.tile .card {
	padding-bottom: 0;
	box-shadow: none
}
.list-style-card.tile .card img {
	width: 100%;
	webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.list-style-card.tile .card-body {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	padding: 20px;
}
.list-style-card.tile .card.card_hover .card-body {
	opacity: 0;
	transition: all 0.3s ease;
}
.list-style-card.tile .card.card_hover:hover .card-body {
	opacity: 1;
	transition: all 0.3s ease;
}
.list-style-card.tile .card-body .title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}
.list-style-card.tile .card-body .text {
	color: #fff !important;
	opacity: 0.7;
}
.list-style-slide > .list-header {
	font-size: 20px;
	padding-bottom: 32px;
	line-height: 100%;
	padding-top: 24px
}
main > .doz_row .gallery2 {
	margin: 0 !important;
}
.gallery .owl-theme .item {
	background-size: cover;
	background-position: center center;
	height: 100%;
	display: block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.owl-carousel .owl-stage {
		overflow: hidden;
	}
}
.gallery .owl-item {
	z-index: 1;
}
.gallery .owl-carousel,.gallery2.owl-carousel{
	height: 100%;
}
.gallery .owl-carousel .owl-stage-outer,.gallery2.owl-carousel .owl-stage-outer{
	height: 100%;
}
.gallery2.slide_02.owl-carousel .owl-stage-outer {
	width: 100%;
	table-layout: fixed;
	height: 100%;
	display: table;
}
.gallery .owl-carousel .owl-stage,.gallery2.owl-carousel .owl-stage{
	height: 100%;
}
.gallery .owl-carousel .owl-item,.gallery2.owl-carousel .owl-item {
	height: 100%;
}
.gallery .owl-theme .item .op {
	z-index: 999;
	height: 100%;
	width: 100%;
}
.gallery .owl-theme .item .header-content .text {
	padding: 24px
}
.gallery .owl-theme .item .header-content .text strong {
	font-size: 1.3em;
	font-weight: normal
}
.gallery .owl-theme .item .header-content .text strong, .owl-theme .item .header-content small {
	display: block;
	color: #fff;
}
.gallery .owl-controls {
	margin: 0 auto;
	position: static;
}
.gallery .owl-controls .owl-prev:before,
.gallery2 .owl-controls .owl-prev:before,
.shop-content .type-slide .owl-prev:before {
	content: "\f092";
	font-size: 24px;
	color: #fff;
	font-family: 'Black Tie';
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 50%;
	left: 25px;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 24px;
}
.gallery2.circle .owl-controls .owl-prev:before,
.shop-content .type-slide.circle .owl-prev:before {
	content: "\f0a2"
}
.gallery .owl-controls .owl-next:before,
.gallery2 .owl-controls .owl-next:before,
.shop-content .type-slide .owl-next:before {
	content: "\f093";
	font-size: 24px;
	color: #fff;
	font-family: 'Black Tie';
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 50%;
	left: auto;
	right: 25px;
	margin-top: -18px;
	line-height: 24px;
}
.gallery2.circle .owl-controls .owl-next:before,
.shop-content .type-slide.circle .owl-next:before {
	content: "\f0a3";
}
.gallery2.slide_02.side_padding .owl-controls .owl-prev:before {
	left: 0;
}
.gallery2.slide_02.side_padding .owl-controls .owl-next:before {
	right: 0;
}
.video_play_btn {
	position: absolute;
	background: url(../f/8296b4c9_play_icon.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	width: 23px;
	height: 23px;
	margin: 8px;
	pointer-events: none;
}
.item_gallary .video_play_btn, .owl-thumb-item .video_play_btn {
	top: 8px;
	right: 8px;
}
.visual_section .owl-controls {
	margin: 0 auto;
}
.visual_section .owl-controls .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.visual_section .owl-controls .owl-buttons > div {
	display: block !important;
}
.visual_section .owl-controls .owl-buttons .owl-prev,
.visual_section .owl-controls .owl-buttons .owl-next {
	font-size: 15px;
	border-width: 1px;
	border-style: solid;
	width: 35px;
	height: 35px;
	line-height: 34px;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -17.5px;
	left: 20px;
	padding-right: 2px;
	opacity: 0.3;
	text-align: center;
	z-index: 100;
}
.visual_section .owl-controls .owl-buttons .owl-next {
	left: auto;
	right: 20px;
}
.visual_section .owl-controls .owl-prev:before {
	content: "\f092";
	font-size: 15px;
	font-family: 'Black Tie';
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	border-width: 1px;
	border-style: solid;
	width: 35px;
	height: 35px;
	line-height: 34px;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -17.5px;
	left: 20px;
	padding-right: 2px;
	text-align: center;
}
.visual_section .owl-controls .owl-next:before {
	content: "\f093";
	font-size: 15px;
	font-family: 'Black Tie';
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	border-width: 1px;
	border-style: solid;
	width: 35px;
	height: 35px;
	line-height: 34px;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -17.5px;
	right: 20px;
	padding-left: 2px;
	text-align: center;
}
.visual_section .owl-controls .owl-buttons .owl-next:before,
.visual_section .owl-controls .owl-buttons .owl-prev:before {
	display: none;
}
.visual_section .owl-dots {
	position: absolute;
	z-index: 20;
	bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.gallery .owl-dots,.gallery2 .owl-dots,
.shop-content .type-slide .owl-dots {
	position: absolute;
	z-index: 20;
	bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}
.gallery2.slide_02 .owl-dots {
	bottom: -10px;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	border-width: 1px;
	border-style :solid;
	border-color: #eee;
	display: block;
	-webkit-backface-visibility: visible;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span {
	background-color: #fff;
}
.gallery-view-body {
	position: relative;
	height: 100%;
}
.gallery-view-img {
	position: relative;
	height: 100%;
}
.opacity_bg.op60 {
	background: rgba(0, 0, 0, 0.6)
}
.gallery-view-img .view-arrow {
	display: inline-block;
	position: absolute;
	z-index: 6000;
}
.gallery-view-img .view-arrow .zmdi {
	color: #b2b2b2;
	font-size: 64px;
	margin-top: -20px;
	line-height: 40px;
	width: 24px;
	height: 40px;
}
.gallery-view-img .view-arrow .zmdi:hover {
	color: #fff
}
.gallery-view-img .prev {
	left: 34px;
	top: 50%;
}
.gallery-view-img .next {
	right: 34px;
	top: 50%
}
.gallery-view-img .gallery {
	z-index: 6000;
	position: relative;
	display: table;
	margin: 0 auto;
	height: 100%;
}
.gallery-img {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 100%;
}
.gallery-img img {
	vertical-align: middle;
	width: 100%;
}
.gallery-view-text {
	position: fixed;
	z-index: 6500;
	left: 0;
	bottom: 0;
	padding: 23px 46px;
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
}
.gallery-view-text strong, .gallery-view-text small {
	display: block;
	font-weight: normal;
	color: #fff;
}
.gallery-view-text strong {
	font-size: 18px
}
.gallery-view-text small {
	font-size: 16px;
	color: #b9b9b9;
	margin-top: 5px
}
.gallery-view-body .zmdi-close {
	position: absolute;
	z-index: 6000;
	right: 30px;
	top: 30px;
	font-size: 34px;
	color: #b2b2b2;
}
.gallery-view-body .zmdi-close:hover {
	color: #fff;
}
@media (max-width: 640px) {
	.gallery-view-body .zmdi-close {
		right: 10px;
		top: 15px;
		font-size: 24px;
		color: #fff;
	}
	.gallery-view-img .view-arrow .zmdi {
		display: none;
	}
	.gallery-view-text {
		padding: 10px 23px;
	}
	.gallery-view-text strong {
		font-size: 14px
	}
	.gallery-view-text small {
		font-size: 12px;
		color: #b9b9b9;
		margin-top: 5px
	}
	.gallery .owl-controls .owl-prev:before, .gallery .owl-controls .owl-next:before {
		display: none;
	}
}
.board-head {
	padding:0 0 14px 0;
}
.board-head input.form-control {
	box-shadow: none;
	padding: auto 35px auto 10px;
	height: auto;
}
.board-head .btn-write {
	margin-left:8px;
}
.board-head .ico-search,.li_footer .ico-search {
	font-size: 15px;
	position: absolute;
	right: 4px;
	z-index: 3;
	padding: 0 4px;
	line-height: normal;
	top: 50%;
	margin-top: -9px;
}
.board-head .photo_review {
	float: left;
	line-height: 34px;
	font-size: 1.1em;
	font-weight: normal;
}
.board-head .photo_review .icon-picture {
	margin-right: 7px;
}
.li_footer .ico-search {
	line-height: 34px;
	top: 0;
	margin-top: 0;
}
.pc_sticky_toolbar .fr-toolbar {
	position : fixed;
	top      : 69px !important;
}
.board-head .ico-search .zmdi {
	vertical-align: middle !important;
	font-size: 22px;
}
.li_table ul {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	list-style: none;
	padding: 0;
	position: relative;
	border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}
.li_table ul.dropdown-menu li a {
	color: #212121 !important;
}
.li_table ul:hover {
	background-color: rgba(198, 198, 198, 0.1)
}
.li_table ul.subject {
	background: rgba(255, 255, 255, 0.1);
	border-top: 1px solid rgba(128, 128, 128, 0.2);
	border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}
.li_table ul.subject:hover, .li_table ul.subject:active {
	background: rgba(255, 255, 255, 0.12)
}
.li_table ul li {
	text-align: center;
	float: left;
	box-sizing: border-box;
	font-size: 14px;
}
.li_table .board_contents.fr-view ul li{
	font-size: inherit;
}
.li_table ul .lst_num {
	width: 7%;
	position: relative;
}
.li_table ul .lst_num .notice {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	height: 20px;
	width: 40px;
	display: inline-block;
	color: #fff;
	line-height: 20px;
	font-size: 12px;
	background-color: #00B8FF;
	border-radius: 2px;
}
.li_table ul.subject .tit {
	text-align: center;
}
.li_table ul .tit a {
	position: relative;
	text-decoration: none;
	padding-left: 1%;
	font-size: 14px;
}
.li_table ul .author {
	width: 14%;
}
.li_table ul .time {
	width: 14%;
}
.li_table ul .views {
	width: 8%;
}
.li_table .fr-view ul {
	list-style: inherit;
	padding-left: 40px;
	border: 0;
}
.li_table .fr-view ul li {
	float: none;
	text-align: inherit;
}
.li_table a .re_num {
	margin-left: 5px;
}
.table_list_num {
	height: 34px;
	line-height: 34px;
	font-size: 18px;
}
.li_table .views .txt {
	display: none
}
.board-none-block {
	padding: 68px 0;
	text-align: center;
}
.booking_nav_tools img.fr-dii {
	width: 100%;
	height: 100%;
}
.list .board-block.profile {
	margin-top: 12px;
	margin-bottom: 16px;
}
.list .board-block.profile a {
	height: 28px;
	line-height: 28px;
}
.list .board-block.profile .zmdi {
	height: 28px;
	line-height: 28px;
	cursor: default
}
.list-style.webzine .row {
	border-bottom: 1px solid rgba(128, 128, 128, 0.2);
	padding-bottom: 24px
}
.list-style.webzine .writer {
	padding-left: 31px
}
.secret-tit {
	color: #bdbdbd;
	margin-right: 10px
}
.list-style.webzine .list:last-child {
	border-bottom: none;
}
.list-style.webzine .list .title strong {
	line-height: 20px;
}
.list-style.webzine .board-block.profile {
	margin-top: 20px;
	height: 28px;
}
.list-style.webzine .board-block .zmdi-eye {
	margin-right: 5px;
	width: auto;
}
.board-block .profile-thumb {
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0
}
.board-block .profile-thumb img {
	width: 28px;
	height: 28px;
	border-radius: 50%;
}
.paging-block {
	text-align: center;
}
.list-style.masonry-style .item {
	display: block;
	webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.45);
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.45);
}
.list-style.masonry-style .table_list_num {
	padding-left: 10px !important;
}
.list-style.masonry-style .dropdown_search {
	padding-right: 10px !important;
}
.album-head {
	border-radius: 2px 2px 0 0;
}
.album-head img {
	width: 100%;
	height: 100%;
}
.album-head .secret-block {
	display: none;
}
.secret .album-head {
	position: relative;
}
.secret .album-head .secret-block {
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 2px 2px 0 0;
	position: absolute;
	left: 0;
	top: 0;
	background: #eee
}
.secret .album-head .secret-block i {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -20px;
	font-size: 58px
}
.album-body {
	padding: 20px;
}
.album-body .title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.list-style.masonry-style .album-foot {
	padding-left: 75px;
	padding-bottom: 20px;
	position: relative;
}
.list-style.masonry-style .album-foot.board-block a, .list-style.album .album-foot.board-block small {
	font-size: 12px;
	color: #999
}
.list-style.masonry-style .board-block a.writer {
	font-size: 14px;
	color: #212121
}
.list-style.masonry-style .secret .board-block a {
	color: #bdbdbd
}
.list-style.masonry-style .profile-thumb {
	position: absolute;
	left: 20px;
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
}
.list-style.masonry-style .profile-thumb img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
}
.album-foot .cmt, .album-foot .eye {
	padding-left: 8px
}
.album-foot .zmdi {
	height: auto;
	width: auto;
	line-height: 21px;
	margin-right: 6px;
}
.album-foot .zmdi.zmdi-comment {
	margin-top: 1px
}
.btn-block-right {
	text-align: right;
	overflow: hidden;
	display: block;
	position : relative;
}
.btn-block-center {
	text-align: center;
	margin-top: 16px;
	overflow: hidden;
	display: inline-block;
}
.btn-block.form {
	text-align: center
}
.list-style.masonry-style .secret .title a, .list-style.masonry-style .secret .text a {
	color: #bdbdbd
}
.blog .blog-head {
	position: Relative;
}
.blog .profile-thumb {
	position: absolute;
	left: 0;
	top: -4px;
}
.blog .profile-thumb img {
	width: 45px;
	height: 45px;
	border-radius: 50%
}
.blog .blog-head {
	display: table;
	width: 100%;
}
.blog .profile-thumb {
	width :60px;
	display: table-cell;
	vertical-align: middle;
	position : static;
}
.blog .blog-head .board-block {
	display: table-cell;
	vertical-align: middle;
	padding-left: 0 !important;
}
.blog .blog-head .board-block {
	overflow: hidden;
}
.blog .blog-head .profile-thumb+.board-block {
	padding-left: 57px;
}
.blog .blog-head .board-block .write span {
	font-size: 14px;
	color: #212121
}
.blog .blog-head .board-block span:first-child {
	padding-left: 0;
}
.blog .blog-head .board-block .eye {
	padding-right: 8px;
	padding-left: 0;
}
.blog .blog-head .board-block .eye i {
	margin-right : 5px;
}
.blog .blog-body .img {
	width     : 100%;
	margin    : 0 auto 24px;
}
.blog .blog-body .text-block .text,
.blog .blog-head.interlock-blog-head{
	margin-bottom: 24px;
}
.blog .blog-body .text-block .lock {
	opacity: 0.5;
}
.blog .blog-body .text-block strong {
	display: inline-block;
	line-height: 1;
	font-weight: normal;
	color: #212121;
}
.blog .blog-body .img img {
	height: auto;
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
.list-style .more-btn {
	background: none;
	border: none;
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	border-radius: 0;
	padding: 0;
	position: absolute;
	left: 50%;
	bottom: 7px;
	margin-left: -23px;
}
.list .more-block {
	position: relative;
	width: 100%;
}
.list .more-block .comment-count {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	color: #757575
}
.list-style.blog .list {
	padding: 25px 0
}
.secret .blog-body .img {
	height: 337px;
	background: #eee;
	position: relative;
}
.secret .blog-body .img .zmdi {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -20px;
	font-size: 58px;
}
.board_view .fr-dragging {
	opacity: 1;
}
.board_view {
	margin: 0 auto;
	padding: 0;
}
.secret-board header h5 em {
	color: #bdbdbd;
	display: inline-block;
	margin-right: 5px;
}
.board-title {
	font-size: 20px;
	margin-bottom: 15px;
}
.board_view .header .view_tit {
	font-size: 20px;
	margin: 0;
	font-family: unset;
	font-weight: unset;
}
.board_view .header.view-head {
	margin-bottom: 12px;
	border-top: 1px solid rgba(128, 128, 128, 0.2);
	border-bottom: none;
}
.board_view .header.view-head h5 {
	font-size: 30px;
	font-weight: normal;
	margin-top: 30px;
}
.non-member {
	margin-bottom: 10px;
}
.non-member input {
	border-radius: 3px;
	box-shadow: none;
	border: 1px solid rgba(128, 128, 128, 0.2);
	outline: none;
	background: transparent;
	padding: 8px 16px;
	border-radius: 3px;
	width: 150px;
	vertical-align: top;
}
.non-member input[type='text'] {
	margin-right: 10px;
}
.alert-excluded-items {
	font-size: 13.5px;
}
.textarea_block {
	position: relative;
	padding: 16px;
	border: 1px solid rgba(128, 128, 128, 0.2);
	border-radius: 3px;
}
.textarea_block .icon {
	font-size:18px;
	padding: 4px;
}
.textarea_block .icon._secret {
	z-index: 1;
	position: relative;
}
.textarea_block:after {
	clear: both;
	display: block;
	content: ""
}
.textarea_block textarea {
	border: none;
	width: 100%;
	outline-style: none;
	resize: none;
	overflow-y: hidden !important;
	padding: 0;
	background: transparent;
	vertical-align: top;
	border-radius: 3px 3px 0 0;
	margin-bottom:12px;
	min-height: 62px;
}
.textarea_block button {
	outline-style: none !important;
}
.textarea_block .btn {
	float: right;
}
.textarea_block .btn.cancel {
	background: none;
	width: 60px;
}
.textarea_block .zmdi-image-o, .textarea_block .zmdi-play-circle {
	font-size: 24px;
	color: #757575;
	cursor: pointer;
	padding: 8px 18px
}
.btn.btn-writing {
	position : relative;
}
.btn > .btn-writing-icon {
	display: none;
}
.btn.btn-writing > .btn-writing-icon {
	display: block;
	margin-right: 8px;
	font-size: 16px;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 50%;
	margin-top: -8px;
}
.btn.btn-writing > span {
	visibility: hidden;
}
.comment_image_upload {
	width: 28px;
	display: block;
	opacity: 0;
	position: absolute;
	left: -1px;
	top: 1px;
	height: 28px;
}
.write .date.margin-left-lg {
	margin-left: 5px;
}
.file-add-block .file-add {
	position: relative;
	display: inline-block;
	margin: 0 0 12px 16px;
}
.file-add-block .file-add .del {
	display: none
}
.file-add-block .file-add:before {
	content: "\f00c";
	display: inline-block;
	font: normal normal normal 14px/1 "Black Tie";
	font-size: 10px;
	vertical-align: -14.28571429%;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	color: #fff;
	background: rgba(0,0,0,0.5);
	padding: 8px;
	position: absolute;
	right: 0;
	top: 0;
}
.file-add-block .file-add:hover .del {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 30px;
	background: transparent;
	text-align: Center;
	cursor: pointer
}
.file-add-block .file-add img {
	max-width: 128px;
	max-height: 128px;
	vertical-align: bottom;
}
.file-add-block .file-add:first-child {
	margin-left: 0;
}
.file-add-block .file-add-bg {
	width: 80px;
	height: 80px;
	background-size: cover !important;
}
.modal_post_social {
	text-align: center;
}
@media screen and (min-width:768px) {
	.modal_post_social:before {
		display:inline-block;
		vertical-align:middle;
		content:" ";
		height:100%;
	}
}
.modal-header .close, .modal-header .close:hover {
	opacity: 1;
}
.modal_post_social .modal-dialog {
	width: 308px;
	margin: 40px auto 80px;
}
.modal_post_social .modal-header .close {
	padding: 8px;
	position: absolute;
	right: 8px;
	top: 6px;
}
.social-btn ul {
	list-style: outside none none;
	padding:0;
}
.modal_post_social .modal-header {
	padding: 16px 18px 12px 18px;
}
.modal_post_social .modal-header .modal-title {
	font-size: 15px;
	font-weight: bold;
}
.doz_sys .modal_post_social .modal-header i {
	font-size: 14px;
}
.modal_post_social .modal-body {
	padding: 0 18px 18px;
}
.modal_post_social li {
	float: left;
	width: 68px;
	margin-top: 10px
}
.modal_post_social li a {
	text-align: center;
	padding: 0;
	font-size: 12px;
	line-height: 1;
	display: block;
	width: 68px;
	height: 80px;
	background: url(../f/76e62b99_social_icon3.png) no-repeat;
	background-size: 56px;
	padding-top: 63px;
}
.modal_post_social li.kakao a {
	background-position: 6px 0;
}
.modal_post_social li.line a {
	background-position: 6px -81px;
}
.modal_post_social li.face a {
	background-position: 6px -163px;
}
.modal_post_social li.twitter a {
	background-position: 6px -244px;
}
.modal_post_social li.story a {
	background-position: 6px -325px;
	letter-spacing: -1px;
}
.modal_post_social li.band a {
	background-position: 6px -406px;
}
.modal_post_social li.instagram a {
	background-position: 6px -487px;
}
.modal_post_social li.googleplus a {
	background-position: 6px -568px;
}
.modal_post_social li.naver a {
	background-position: 6px -648px;
}
.modal_post_social li a br {
	line-height: 0
}
.modal_post_social li a:hover {
	background-color: transparent;
}
.modal_post_social .social-btn {
	overflow: hidden;
}
.modal_post_social .url-copy {
	clear: both;
	margin-top: 20px;
}
.modal_post_social .url-copy .form-control {
	border: 1px solid rgba(155, 155, 155, 0.4);
	border-radius: 0;
	box-shadow: none;
	color : #212121;
	padding: 6px 12px;
}
.modal_post_social .url-copy button {
	border-radius: 0;
	color: #000;
	border: 1px solid rgba(155, 155, 155, 0.4);
	font-size: 13px;
	padding: 7px 16px;
	height:34px;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	letter-spacing: 0;
}
.copy_complete {
	opacity: 0;
	position: absolute;
	background: rgba(0,0,0,0.6);
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	width: 100%;
	bottom: -66px;
	left: 0;
	display: block;
	padding: 14px 0;
}
.copy_complete.copied {
	animation: copy_complete 4s;
}
@keyframes copy_complete {
	15%   {
		opacity: 1
	}
	85%  {
		opacity: 1
	}
	100%  {
		opacity: 0
	}
}
.board_view .header .view_tit {
	display: inline-block;
	margin-bottom: 0;
}
.board_view_review header div.view_tit,
.widget.board .board_view_review .grid_ignore div.view_tit {
	display: block;
	margin-bottom: 5px;
}
.board_view .comment-area a {
	display: inline-block;
}
.board_view .comment-area span {
	font-size: 16px;
	vertical-align: sub;
}
.board_view .board_name {
	font-size :12px;
	margin-right:10px
}
.board_view .board_name a {
	color:#757575;
}
.widget.board .grid_ignore.bg_on {
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	min-height: 450px;
	background: rgb(0,0,0);
}
.section_wrap.extend_section main .widget.board .grid_ignore.bg_on {
	margin : 0 -32px;
}
.widget.board .grid_ignore.bg_on .cover_image {
	background-size: cover;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	z-index: 0;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .7;
}
.widget.board .grid_ignore {
	text-align: center;
	padding: 80px 0;
}
.widget.board .grid_ignore a.board {
	font-size: 15px;
	border-width: 0;
	border-style: solid;
	padding: 0 0 20px;
	display: inline-block;
	margin-bottom: 20px;
	position : relative;
}
.widget.board .grid_ignore a.board:before {
	content: '';
	width: 30px;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
}
.widget.board .grid_ignore.bg_on a.board:before {
	background: rgba(255,255,255,0.3) !important;
}
.widget.board .grid_ignore.bg_on a.board, .bg-block .content-tit .board {
	color : #fff !important;
	border-color: rgba(255,255,255,0.3) !important;;
}
.grid_ignore.bg_on .author > div {
	line-height: 18px;
	color: #fff
}
.grid_ignore.bg_on .board_summary .tools a,.widget.board .grid_ignore.bg_on .view_tit:last-child, .bg-block .content-tit .title, .grid_ignore.bg_on .view_tit .category {
	color: #fff !important;
}
.widget.board .grid_ignore .view_tit {
	margin: 0;
	word-break: break-all;
	top: 0;
	left: 0;
	width: 100%;
	margin-bottom: 20px;
	display: inline-block;
	font-size: 1.714em;
}
.widget.board .grid_ignore .view_tit .lock {
	font-size:20px;
}
.widget.board .grid_ignore .sticker {
	margin-right: 10px;
}
.widget.board .grid_ignore .clearfix {
	display: table;
	margin :0 auto;
	position : relative;
}
.widget.board .grid_ignore .avatar  {
	width         :32px;
	height        : 32px;
	padding-right : 10px;
}
.widget.board .grid_ignore .avatar .avatar-image {
	width:32px;
	height: 32px;
}
.widget.board .grid_ignore .author > div,.widget.board .grid_ignore .author span {
	font-size: 12px;
	float:left;
}
.widget.board .grid_ignore .author .write {
	float         : none;
	padding-right :10px;
	font-size :14px;
}
.widget.board .grid_ignore .author .hit-count {
	margin-left : 0;
}
.widget.board .grid_ignore .mobile_right {
	display: none;
}
.header_overlay .full_board {
	margin-top :-100px;
}
.header_overlay .widget.board .grid_ignore.bg_on {
	padding-top: 200px;
}
.board_view .hit-count i.zmdi {
	font-size: 24px;
	margin-right: 4px;
}
.board_view .header {
	margin-bottom: 15px;
}
.board_summary {
	position: relative;
	margin: 0 auto;
}
.board_summary .clearfix {
  display: flex;
}
.grid_ignore+.board_summary {
	position: relative;
	padding: 20px 15px;
	max-width: 900px;
	border-bottom: 0 !important;
}
.extend_section .grid_ignore+.board_summary {
	padding: 20px 0;
}
.board_summary:after {
	content: '';
	display: block;
	clear: both;
}
.board_summary .tools {
	float: right;
	font-size: 13px;
	display: none;
}
.board_summary .tools.txt {
	display: block;
}
.board_summary .tools div > a {
	color: rgba(112, 112, 112, 0.8);
}
.board_summary .tools > div {
	margin-right: 16px;
	display: inline-block;
}
.board_summary .tools > div:last-child {
	margin-right: -5px;
}
.board_summary .tools .zmdi {
	margin-top: -2px;
}
.board_summary span {
	font-size: 12px;
}
.board_summary .tools .board-summary-icon {
	font-size: 24px;
	vertical-align: middle;
	margin-right: 8px;
}
.board_summary .tools .board-summary-icon:last-child {
	margin-right:0;
}
.board_summary .left .zmdi {
	font-size: 16px;
}
.board_summary_right {
	float: right
}
.board_summary_right div {
	float: left;
	margin-bottom: 0;
}
.board_summary_right div {
	height: 25px;
	line-height: 0;
}
.board_summary_right div .zmdi.zmdi-edit {
	line-height: 28px
}
.board_summary .board_summary_right div {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	color: rgba(112, 112, 112, 0.8);
}
.board_summary .board_summary_right div a {
	display: inline-block;
	line-height: 28px;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: rgba(112, 112, 112, 0.8);
}
.board_summary .board_summary_right div a i {
	color: #757575
}
.board_summary .board_summary_right div a:hover i, .board_summary_right div a:hover {
	color: #757575;
}
.board_summary .board_summary_right div:hover, .board_summary_right div:hover i {
	color: #212121
}
.board_summary .board_summary_right div a:active, .board_summary_right div a:active i {
	color: #757575
}
.board_summary .board_summary_right .dropdown-menu > li > a {
	padding: 0;
	height: 48px;
	line-height: 48px;
	position: relative;
	padding-left: 68px;
	color: #757575
}
.board_summary_right > .dropdown ul {
	min-width: 256px
}
.board_summary_right > .dropdown .dropdown-menu {
	left: -150px
}
.board_summary_right > .dropdown i.social {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../f/ca0fefa2_social_icon.png) no-repeat;
	opacity: 1 !important;
	position: absolute;
	left: 24px;
	top: 10px
}
.board_summary_right > .dropdown i.social.twitter {
	background-position: -259px -3px
}
.board_summary_right > .dropdown i.social.facebook {
	background-position: -337px -3px
}
.board_summary_right > .dropdown i.social.kakaostory {
	background-position: -25px -3px
}
.board_summary:after {
	content: '';
	display: block;
	clear: both;
}
.board_summary .profile {
	display: table-cell;
}
.board_summary .author {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	line-height:1.2;
	text-align: left;
}
.write-body .board_summary .avatar,.write-body .board_summary .author {
	display: inline-block;
}
.board_summary .author .date {
	margin-right : 10px;
}
.board_summary .author .date, .board_summary .author .hit-count,.board_summary .author .board_name {
	float: left;
	font-size: 13px;
}
.board_summary .author .hit-count {
	display     : inline-block;
	font-size   : 13px;
	margin-right : 10px;
}
.board_summary .right .over_h {
	padding-bottom: 2px;
}
.post_view .board_summary {
	border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}
.board_summary .left {
	float: left;
	padding: 8px 0 20px;
	display: table;
}
.board_summary .right {
	padding: 0;
	text-align: right
}
.board_summary .thumb {
	margin-right: 7px;
}
.board_summary .thumb img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
}
.board_summary .write {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 1.5;
}
.map_info_box {
	color:#212121;
}
b.bar {
	display: inline-block;
	height: 15px;
	width: 1px;
	background: rgba(128, 128, 128, 0.2);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
}
.board_view_img {
	width: 100%;
	max-width: 980px;
	background: #F5F5F5;
	height: 289px;
}
.board_view_img {
	margin: 24px 0 32px;
}
.board_view_img img {
	width: 100%;
	max-width: 980px;
	height: auto;
}
.board_txt_area {
	margin: 0 0 32px 0 ;
}
.board_view .board_txt_area {
	padding: 22px 0;
	margin: 0;
	word-break: normal;
	word-wrap: break-word;
}
.board_view .fr-view .table-responsive,
.write_mode .fr-view .table-responsive {
	min-height: .01%;
	overflow-x: auto;
}
.board_view.board_view_review .board_txt_area {
	width: 700px;
}
.widget.board .grid_ignore.bg_on+.inside .board_txt_area {
	padding-top: 32px;
}
.widget.board .grid_ignore_wrap {
	position:relative;
	z-index:1;
	max-width:900px;
	margin: 0 auto;
	display: block;
	width:100%;

}
.widget.board .bg_on .grid_ignore_wrap {
	display: table-cell;
	vertical-align: middle;
}
.board_txt_area img {
	max-width: 100%;
}
.board_view.board_view_review .board_txt_area img {
	width: 500px;
	height: auto;
}
.board_txt_area a:not(.btn) {
	padding: 0
}
.board_txt_area ul li {
	list-style-type: disc;
}
.board_txt_area ol li {
	list-style-type: decimal !important;
}
.board_txt_area.fr-view ul li,
.board_txt_area.fr-view ol li{
	list-style-type: inherit;
}
.board_txt_area table td, .board_txt_area table th,
.board_view.new table td, .board_view.new table th {
	border: 1px solid #ddd;
}
.mobile_right {
	cursor: pointer;
	margin-top: 0;
	text-align: center;
}
.mobile_right .zmdi.zmdi-more-vert {
	width: 7px;
}
.mobile_right button {
	border: none;
	background: #fff;
	padding:11px 12px;
}
.mobile_right button:last-child {
	padding-right:0;
}
.mobile_right .vertical {
	padding: 0;
}
.mobile_right .dropdown-menu {
	left: -97px;
	min-width: 113px;
	z-index: 11000;
}
.mobile_right .dropdown button {
	border: none !important;
}
.mobile_right .dropdown-toggle {
	border: none;
	padding: 5px;
}
.mobile_right .share_box {
	padding: 16px 24px 27px;
	width: 307px;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	border-top: 1px solid #eee;
	-webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
	z-index: 50;
	border-radius: 3px
}
.board_summary .share_box .tit {
	font-size: 16px;
	text-align: center;
	margin-bottom: 35px
}
.board_summary .share_box .socila_box {
	width: 100%;
}
.board_summary .share_box .socila_box span {
	display: inline-block;
	width: 49%;
	padding-left: 54px;
	height: 42px;
	line-height: 42px;
	position: relative;
	margin-bottom: 22px;
	color: #757575
}
.board_summary .share_box .socila_box i.twitter {
	background-position: -5px -16px;
}
.board_summary .share_box .socila_box i.facebook {
	background-position: -52px -16px;
}
.board_summary .share_box .socila_box i.kakaotalk {
	background-position: -99px -16px;
}
.board_summary .share_box .socila_box i.kakaostory {
	background-position: -146px -16px;
}
.board_summary .share_box .zmdi-close {
	font-size: 24px;
	position: absolute;
	right: 16px;
	top: 12px;
}
.view_tag {
	overflow: hidden
}
.view_tag .view_tag_area {
	float: left;
	line-height: 24px
}
.view_tag .zmdi-label {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-size: 22px;
	float: left;
}
.view_tag .view_tag_area {
	height: 24px;
	margin-left: 5px;
}
.view_tag .view_tag_area span {
	color: #757575
}
.view_tag .view_tag_area .last > i {
	display: none
}
.file_area ul {
	padding: 0;
}
.file_area ul li {
	list-style: none;
	background: #f7f7f7 !important;
	min-height: 55px;
	margin-top: 5px;
	position: relative;
	padding: 15px;
}
.file_area ul li:first-child {
	margin-top: 0;
}
.file_area ul li a {
	display: block;
	color: #333;
	padding: 11px 40px 8px 15px;
}
.file_area ul li a:hover {
	color: #333;
}
.file_area ul li .tit {
	font-size: 15px;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
.file_area ul li em {
	font-size: 11px;
	color: #888;
	display: block;
}
.file_area ul li i {
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 24px;
	margin-top: -12px;
	color: #999;
}
.top_line {
	font-size: 16px;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 16px;
	width: 100%;
	margin-bottom: 24px;
}
.table_bottom.action-area {
	padding-top: 12px;
}
.comment {
	position: relative;
	padding: 24px 0 0;
}
.comment:first-child:after {
	border-top: 0;
}
.textarea_box {
	position: relative;
}
.comment-control {
	width: 100%;
	font-size: 18px;
	border: none;
	outline: none;
}
.comment .dropdown {
	display: inline-block;
	margin-left: 4px;
	margin-top: -1px;
}
.block-postmeta.inline-header {
	height: 36px;
	overflow: hidden;
}
.comment_section {
	margin-bottom:24px;
}
.comment_section .top-btn {
	margin-left: 5px
}
.board_view.new .comment_section {
	margin-bottom : 100px;
}
.postmeta {
	position: Relative;
}
.postmeta .postmeta {
	border-top: 1px solid rgba(128, 128, 128, 0.2);
	padding-top: 30px;
	margin-top: 30px;
}
.postmeta .postmeta .thumb-avatar {
	top: 30px
}
.postmeta .text-gray {
	color: #bdbdbd
}
.postmeta.comment-comment {
	border-top: none;
	padding-top: 0;
}
.sub_comment_wrap .postmeta.comment-comment,
.sub_qna_form .postmeta.comment-comment {
	margin-left: 56px;
}
.postmeta.comment-comment .thumb-avatar {
	top: 3px;
}
.avatar {
	display       : table-cell;
	padding-right : 16px;
	vertical-align: top;
}
.avatar-image {
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.shop_view .avatar, .booking_view .avatar, .modal_prod_detail .avatar {
	vertical-align: top;
	padding-right:12px;
	width: 44px;
}
.shop_view div[data-widget-type="newest"] .avatar,
.shop_view div[data-widget-type="board"] .avatar {
	width: auto;
}
.thumb-avatar {
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	left: 0;
	top: 0;
}
.thumb-avatar .avatar-image {
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.feed-summary {
	display: table-cell;
	vertical-align: top;
	line-height :1.4;
}
.feed-block {
	display: table-cell;
	vertical-align: middle;
}
.comment-placeholder {
	color: rgba(0, 0, 0, 0.3);
	font-size: 18px;
	line-height: 36px;
}
.comment_textarea {
	margin: 30px 0 0 0;
}
.main_comment .comment_textarea ,
.sub_comment_wrap .comment_textarea {
	margin-top: 12px;
	padding: 0;
}
.comment .comment .comment_textarea {
	margin: 12px 0 0 52px;
}
.booking_view .comment .comment .comment_textarea {
	margin: 12px 0 0 44px;
}
.booking_view .qna_list .main_comment ._sub_qna_editor_form {
	margin-top: 0;
}
.comment-edit {
	background-color: #FFF4D1;
	padding: 5px;
}
.board_write .title_box .no_member input {
	margin-right : 8px;
	padding      : 8px 0 0 0 !important;
}
.feed-summary .dropdown {
	display: none;
}
.inline-editor .inline-author {
	font-size: 14px;
	line-height: 36px;
}
.inline-editor .no_member {
	font-size: 14px;
	line-height: 31px;
}
.inline-editor.collapsed .comment-placeholder {
	cursor: pointer;
}
.inline-editor.collapsed .comment-placeholder, .inline-editor.collapsed .inline-author, .inline-editor.collapsed .no_member {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.inline-editor .comment-placeholder, .inline-editor.collapsed .inline-author, .inline-editor.collapsed .no_member {
	opacity: 0;
}
.inline-editor.collapsed .comment-placeholder, .inline-editor .inline-author, .inline-editor .no_member {
	opacity: 1;
}
.inline-editor .comment-placeholder, .inline-editor .inline-author, .inline-editor .no_member {
	transition: -webkit-transform .15s, opacity .15s;
	transition: transform .15s, opacity .15s;
	-webkit-transform: translateY(-36px);
	-ms-transform: translateY(-36px);
	transform: translateY(-36px);
}
.comment_area {
	position: relative;
	max-width: 700px;
	padding: 8px 0 0 0;
	word-break: break-all;
}
.comment_area .img_comment {
	margin-bottom: 5px
}
.comment_area img, .categorize .comment_area img {
	max-width: 240px;
	height: auto;
	display: block;
	margin: 10px 0;
}
.secret_comment_text ~ .comment_body img {
	margin: 0;
}
.comment_summary {
	position: relative;
	clear: both;
	height: 23px;
	margin-top: 7px;
	line-height: 23px;
	color: #212121;
	opacity: 0.54;
	cursor: pointer;
	margin-bottom: 24px;
}
.comment_summary:hover {
	opacity: 1;
}
.comment_summary:active {
	opacity: 0.26
}
.comment_summary .remove_box .zmdi.zmdi-edit, .comment_summary .remove_box .zmdi.zmdi-close {
	color: #757575 !important;
	font-size: 24px;
	height: 24px;
}
.comment-block .comment_num {
	font-size: 17px;
	display: inline-block;
	float: left;
	letter-spacing: 0;
}
.btn-group-comment .btn {
	margin-right:16px;
}
.btn-group-comment .btn .icon {
	transform : none;
}
.comment-block .btn-gruop-wrap > div {
	display : inline-block;
	float: left;
}
.comment-block .btn-gruop-wrap > div .bt-heart {
	font-size: 16px;
}
.comment-block .tools {
	float: right !important;
	text-align: right;
}
@media all and (max-width: 1024px) {
	.dropdown.inline-tools {
		left: auto;
		right: 0;
		top: auto;
		bottom: 0;
	}
	.dropdown.inline-tools .dropdown-menu {
		top: -48px;
		left: 0;
	}
	.dropdown.inline-tools .dropdown-menu li {
		position: absolute;
	}
	.dropdown.inline-tools .dropdown-menu li:nth-child(2) {
		bottom: 10px;
	}
	.dropdown.inline-tools .dropdown-menu li:nth-child(3) {
		bottom: 56px;
	}
	.dropdown.inline-tools .dropdown-menu li:nth-child(4) {
		bottom: 102px;
	}
}
.remove_box.dropdown .dropdown-toggle {
	color: #757575 !important;
	height: 24px
}
.remove_box.dropdown .dropdown-menu {
	left: -261px;
	padding: 24px 23px;
	width: 325px;
	border: 1px solid #eee;
}
.remove_box.dropdown .dropdown-menu p {
	margin-bottom: 0
}
.remove_box.dropdown .dropdown-menu .input_area {
	overflow: hidden;
	margin-top: 8px
}
.remove_box.dropdown .dropdown-menu .input_area input {
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: inset 0 1px 2px -2px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: inset 0 1px 4px -2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0 1px 2px -2px rgba(0, 0, 0, 0.75);
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	width: 217px;
	float: left;
	margin-right: 10px;
}
.remove_box.dropdown .dropdown-menu .input_area button {
	width: 48px;
	text-align: center;
	border-radius: 3px;
	float: left
}
.remove-pop {
	color: #000;
	padding: 24px 23px;
	width: 325px;
	border: 1px solid #eee;
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 5px 0px 7px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 0px 7px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 0px 7px 0px rgba(0, 0, 0, 0.2);
	z-index: 100
}
.remove-pop p {
	margin-bottom: 0
}
.remove-pop .input_area {
	overflow: hidden;
	margin-top: 8px
}
.remove-pop .input_area input {
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	width: 185px;
	float: left;
	margin-right: 8px;
}
.remove-pop button {
	text-align    : center;
	border-radius : 3px;
	float         : left;
	height: 34px;
	padding: 0 12px !important;
	line-height: 32px;
}
.comment_summary .zmdi, .comment_summary span {
	float: left;
}
.comment_summary span {
	position: relative;
}
.comment_summary span b {
	position: absolute;
	left: 20px;
	top: -1px;
	font-size: 13px;
	font-weight: normal;
}
.comment_summary .zmdi.zmdi-comment {
	font-size: 17px;
	line-height: 25px;
	text-align: left;
}
.comment_summary .zmdi.zmdi-chevron-down {
	position: absolute;
	bottom: 0;
	left: 36px;
	font-size: 20px;
	text-align: left;
}
.comment_summary .zmdi.zmdi-chevron-up {
	position: absolute;
	bottom: 0;
	left: 36px;
	font-size: 20px;
	text-align: left;
}
.comment .main_comment {
	padding-top: 24px;
	border-top: 1px solid rgba(128, 128, 128, 0.2);
}
.comment .sub_comment_wrap .main_comment {
	border-bottom: 0;
	padding-left: 56px;
}
.booking_view .comment .sub_comment_wrap .main_comment {
	padding-left: 44px;
}
.comment .sub_comment_wrap .comment {
	border-bottom: 0;
	padding-left: 0;
}
.comment_list > .comment:first-child > .main_comment {
	border-top: 0;
	padding-top: 0;
}
.comment .comment {
	padding: 24px 0 0 48px;
	margin-top: 0;
}
.comment .comment:after {
	border-top: 0;
}
.comment .comment:last-child {
	padding-bottom: 0;
}
.comment .tools {
	font-size: 12px;
	margin-top: 8px;
}
.comment .comment .block-postmeta:after {
	content: "\f06a";
	display: inline-block;
	font: normal normal normal 14px/1 "Black Tie";
	font-size: inherit;
	vertical-align: -14.28571429%;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: rotate(-180deg) scaleX(-1);
	position: absolute;
	top: 60px;
	left: 15px;
}
.shop-content .comment .comment .block-postmeta:after {
	display: none;
}
.comment .tools > a {
	margin-left: 16px;
	float: left;
	position: relative;
}
.comment .tools > a:first-child {
	margin-left: 0;
}
.comment .tools > a:before {
	content: '/';
	position: absolute;
	left: -10px;
	top: 0;
	opacity: 0.3;
}
.comment .tools > a:first-child:before {
	display: none;
}
.comment .sub_comment_wrap .main_comment[style^="display: none"] ~ .comment_textarea {
	border-top: 1px solid rgba(128, 128, 128, 0.2);
	margin-left: 0;
	padding: 24px 0 0 48px;
}
.list_tap {
	margin-top: 32px;
}
.list_tap a:nth-child(2) {
	margin-top: -1px
}
.list_tap a {
	display: block;
	border-top: 1px solid rgba(128, 128, 128, 0.2);
	border-bottom: 1px solid rgba(128, 128, 128, 0.2);
	width: 100%;
	text-decoration: none;
	font-size: 14px;
	padding: 10px 12px;
	overflow: hidden;
	text-align: left;
}
.list_tap a:last-child {
	border-top: none;
}
.list_tap a:hover, .list_tap a:active {
	background: rgba(192, 192, 192, 0.1);
}
.list_tap .zmdi {
	margin-right: 19px;
	font-size: 24px;
	float: left;
}
.list_tap .zmdi.zmdi-chevron-down {
	margin-top: 0
}
.list_tap .zmdi {
	font-size: 24px;
	display: inline-block;
	position: absolute;
}
.list_tap span {
	display: inline-block;
	height: 17px;
	line-height: 24px;
	padding-left: 30px;
}
.list_tap span.secret_icon {
	height: auto;
	line-height: normal;
}
.list_tap span.secret_icon i {
	margin-right: 10px;
}
.board_write .opacity_bg.col-sm-4 {
	height: 100%;
}
.board_write .m_tools {
	display: none;
}
.board_write {
	width: 100%;
	max-width: 1000px;
	margin: 90px auto 80px;
}
.board_write.post_write {
	max-width: 1250px;
	padding-left: 250px;
}
.board_write.map_post_write {
	padding-left: 250px;
	max-width: 1250px;
}
.write-header {
	border-bottom: 1px solid rgba(128, 128, 128, 0.3);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 111200;
	padding: 17px 21px;
}
.doz_sys .full_board .inside {
	max-width: 900px !important;
	float:none !important;
	width :100% !important;
	min-width: auto;
	padding-left :15px;
	padding-right: 15px;
	display: block !important;
}
.board_write > .header i {
	font-size: 24px;
	color: #757575;
	margin: 20px 0;
	width: 24px;
	height: 24px;
	line-height: 23px;
}
.board_write > .header .logo {
	text-align: center;
	font-size: 26px;
	color: #424242;
	line-height: 64px
}
.board_write > .header > .row {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.board_write > .header > .row .right {
	margin-top: 14px;
	text-align: right;
	float: right;
}
.board_write > header {
	margin: 91px 0 27px;
	font-size: 20px;
	line-height: 24px;
	color: #212121;
}
.board_write .left {
	width: 100%;
	max-width: 300px;
	float: left;
	position: relative;
	z-index: 100;
}
.board_write .left .board_tit {
	font-size: 20px;
	margin-bottom: 44px;
}
.board_write .board_tit {
	display: none;
	font-size: 20px;
}
.board_write .opacity_bg .zmdi.zmdi-close {
	display: none;
}
.board_write .postBody,
.calendar_write .postBody {
	border :0;
}
.board_write .bg_write {
	display: none;
}
.board_write.bg_on .bg_write {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 67px;
	background-size: cover;
	min-height: 450px;
	background-position: 50%;
	background-repeat: no-repeat;
	/*cursor: grab;*/
}
.board_write.bg_on .bg_write .bg_opacity {
	display: block;
	min-height: 450px;
	background: rgba(0,0,0,0.3);
}
.board_write.bg_on .bg_write img {
	width: 100%;
	height :100% ;
	opacity: .3;
	max-height: 450px;
}
.board_write.bg_on .bg_write .bg_text {
	position: absolute;
	top: 55%;
	left: 50%;
	color: #fff;
	background: rgba(0,0,0,0.4);
	padding: 8px 24px;
	font-size: 13px;
	border-radius: 50px;
	opacity: 0;
	transition: all .3s;
}
.board_write.bg_on .bg_write:hover .bg_text {
	opacity: 1;
	transition: all .3s;
}
.board_write .bg_photo {
	position : absolute;
	right:0;
	top:10px;
}
.board_write.full_mode .bg_photo {
	display: block;
}
.board_write .bg_photo img {
	display: none;
}
.board_write .bg_photo a {
	font-size :14px;
	color:#999;
}
.board_write .bg_photo a.upload {
	position: relative;
	display: inline-block;
	padding-left: 40px;
}
.board_write .bg_photo_mobile a.upload {
	position: relative;
	display: inline-block;
	padding-left: 8px;
	padding-right: 7px;
}
.board_write .bg_photo a.deleted {
	display: none;
}
.board_write .bg_photo a i {
	font-size :22px;
	position : absolute;
	left: 0;
}
.board_write .bt-font {
	color: #999;
	font-size :22px;
}
.board_write.bg_on .board_summary .write,
.board_write.bg_on .bt-font,.board_write.bg_on .bg_photo a,
.board_write.bg_on .title_box input::-webkit-input-placeholder,
.board_write.bg_on .editor_box .add_map {
	color : #fff;
}
.board_write.bg_on .editor_box .add_map .info > div.phone {
	border-color: #fff;
}
.board_write.bg_on .title_box input,
.board_write.bg_on .board_title_wrap .schedule_name {
	background: transparent;
	color: #fff;
	border-bottom: 1px solid #fff !important;
}
.board_write.bg_on .bg_photo a {
	float:left;
}
.board_write.bg_on .bg_photo a.upload {
	margin-right: 20px;
}
.board_write.bg_on .bg_photo a.deleted {
	display: block;
}
.board_left .cheak_article {
	position: relative;
	overflow: visible;
	height: 24px;
	margin-top: 24px
}
.board_left .cheak_article .icon_box_area {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	padding-left: 0;
}
.board_left .cheak_article .txt {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	margin-left: 35px;
}
.board_left .tit {
	color: #212121;
	opacity: 0.54;
	margin-bottom: 8px;
}
.board_write .title_box img.non_member {
	width:36px;
	height:36px;
	border-radius: 50%;
	position : absolute;
	left :-45px;
	top :2px;
}
.board_write .title_box {
	padding-top: 51px;
}
.board_write .title_box .clearfix span {
	float: left;
	width :200px;
}
.board_write .title_box .clearfix span.nick {
	margin-right: 10px;
}
.board_write .title_box .clearfix span input {
	font-size :14px;
}
.board_write .zmdi-settings {
	display: none;
}
.board_write_option {
	overflow: hidden;
	height: 24px;
}
.board_write_option span {
	display: inline-block;
	float: left;
	font-size: 14px;
	margin-right: 24px;
	cursor: pointer;
	line-height: 20px;
}
.board_write_option span.file {
	padding: 0
}
.board_write_option span {
	color: #757575
}
.board_write_option i {
	margin-right: 10px
}
.board_write_option .zmdi {
	font-size: 22px;
}
.board_write_option .zmdi.zmdi-file {
	font-size: 20px
}
.board_write_option .cheak_article label {
	margin-left: 40px;
}
.board_write #_left_close.zmdi.zmdi-close,.board_write.guest_mode .board_summary,.opacity_bg > .zmdi-close {
	display: none;
}
.tag_form {
	position: relative;
	border: 1px solid #ccc;
	height: 34px;
	line-height: 32px;
	width: 100%;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 1px 2px -2px rgba(204, 12, 0, 1);
	-moz-box-shadow: inset 0px 1px 2px -2px rgba(204, 12, 0, 1);
	box-shadow: inset 0px 1px 2px -2px rgba(204, 12, 0, 1);
	padding-left: 3%;
	overflow: hidden;
}
.tag_form .div_place {
	display: block;
	color: #ccc;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -17px;
	z-index: 5
}
.tag_form:active .div_place, .tag_form:focus .div_place {
	display: none;
	color: #ccc;
}
.tag_form .tag {
	position: absolute;
	padding: 0 26px 0 8px;
	height: 26px;
	line-height: 26px;
	top: 50%;
	margin-top: -13px;
	z-index: 10;
	border-radius: 2px;
	font-size: 13px;
	cursor: pointer;
	color: #212121
}
.tag_form .tag:active, .tag_form .tag.active {
	background-color: #757575;
	color: #fff;
}
.tag_form .tag .zmdi.zmdi-close {
	display: none;
}
.tag_form .tag:active .zmdi.zmdi-close, .tag_form .tag.active .zmdi.zmdi-close {
	display: block;
	padding: 0;
	font-size: 13px;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -12px;
	height: 26px;
	opacity: 1;
	color: #bdbdbd
}
.tag_form .zmdi-check {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -12px;
	cursor: pointer;
	color: #00B8FF
}
.file_list .zmdi.zmdi-close {
	padding: 0;
	font-size: 20px;
}
ul.file_list {
	padding: 0;
}
.file_list li {
	list-style: none;
	height: 34px;
	position: relative;
	padding-left: 10px;
	background: #FAFAFA
}
.file_list li span {
	font-size: 12px;
	color: #757575;
	cursor: pointer;
	line-height: 33px
}
.file_list li em {
	font-size: 12px;
	color: #757575;
}
.file_list li .zmdi-close {
	color: #757575;
	position: absolute;
	right: 10px;
	top: 8px;
	cursor: pointer;
	line-height: 22px;
}
.doz_sys .froala-editor {
	z-index: 50000 !important;
}
.doz_sys .froala-editor {
	position: absolute;
	top: -40px;
	left: 0;
	border-color: #aaa;
}
.doz_sys .froala-wrapper.f-basic {
	border-color: #aaa;
}
.board_write .froala-editor .bttn-wrapper {
	height: 36px;
}
.board_write .froala-editor .bttn-wrapper:not(.touch) button.fr-bttn:hover, .board_write .froala-editor .froala-popup button.fr-bttn:hover, .board_write .froala-editor .bttn-wrapper:not(.touch) button.fr-trigger:hover, .board_write .froala-editor .froala-popup button.fr-trigger:hover {
	background: #f5f5f5;
	color: #757575;
}
.board_write .froala-editor {
	background-color: #f5f5f5 !important
}
.board_write .froala-editor button.fr-bttn i, .board_write .froala-editor button.fr-trigger i {
	color: #757575 !important
}
.board_write .froala-editor {
	border-width: 1px
}
.board_write .froala-editor .fr-trigger::after {
	border-left: 3px solid transparent;
	border-right: 5px solid transparent;
	border-top: 4px solid #bdbdbd;
	color: inherit;
	content: " ";
	cursor: pointer;
	height: 0;
	position: absolute;
	right: 8px;
	top: 13px;
	width: 0;
	z-index: 3;
}
.board_write .froala-editor.f-basic .fr-bttn {
	margin-top: 4px;
	margin-left: 3px;
}
.board_write .froala-editor .fr-dropdown .fr-trigger i, .board_write .froala-editor button.fr-bttn, .froala-editor button.fr-trigger {
	height: 28px;
	font-size: 16px;
	line-height: 28px;
	margin-left: 0
}
.board_write .froala-editor .fr-bttn.active, .board_write .froala-editor .fr-bttn .fr-trigger.active {
	border: 1px solid #BDBDBD !important;
	border-radius: 2px !important;
	background-color: #eee;
	-webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.board_write .froala-editor button.fr-bttn, .board_write .froala-editor button.fr-trigger {
	line-height: 28px !important
}
.board_write .froala-editor button.fr-bttn i, .board_write .froala-editor button.fr-trigger i {
	line-height: 26px !important
}
.board_write .fr-bttn.fr-dropdown .fr-trigger {
	width: 50px;
}
.board_write .froala-editor .bttn-wrapper:not(.touch) button.fr-bttn:hover::after, .board_write .froala-editor .froala-popup.board_write button.fr-bttn:hover::after, .board_write .froala-editor .bttn-wrapper:not(.touch) button.fr-trigger:hover::after .board_write .froala-editor .froala-popup button.fr-trigger:hover::after {
	border-top-color: #bdbdbd !important;
}
.board_write .froala-editor .fr-trigger.active::after {
	border-top-color: #bdbdbd !important;
}
.froala-editor .bttn-wrapper:not(.touch) button.fr-bttn:hover::after, .froala-editor .froala-popup button.fr-bttn:hover::after, .froala-editor .bttn-wrapper:not(.touch) button.fr-trigger:hover::after, .froala-editor .froala-popup button.fr-trigger:hover::after {
	border-top-color: #bdbdbd !important;
}
.board_write .froala-editor .fr-trigger.active {
	background: #f5f5f5
}
.board_write .froala-editor button.fr-bttn.active {
	width: 38px;
}
.board_write .froala-editor .fr-bttn .fr-trigger.active {
	width: 48px;
}
.board_write .froala-view {
	height: 447px;
}
.board_write .fr-placeholder {
	font-size: 20px !important;
	line-height: inherit !important;
}
.editor {
	border: 1px solid #eee
}
.editor_header {
	height: 48px;
	background-color: #F5F5F5;
	width: 100%;
}
.editor .dropdown {
	position: relative;
}
.editor .dropdown .btn-default {
	border: none !important;
}
.editor .btn-default.btn {
	padding: 0;
	text-indent: 12px;
	text-align: left;
	color: #757575
}
.dropdown-menu.w70 {
	min-width: 70px !important
}
.editor .dropdown-menu.w70 > li > a {
	padding: 0 !important;
	display: inline-block;
	width: 100%;
	text-indent: 12px;
	height: 32px;
	line-height: 33px;
	color: #757575
}
.editor .dropdown-menu > li > a:hover {
	color: #212121
}
.editor .btn-default, .editor .btn-default:active, .editor .btn-default:focus, .editor .btn-default:hover {
	background: #f5f5f5;
	border: none;
}
.editor .btn-default {
	color: #757575;
}
.editor .btn-default:hover, .editor .btn-default:focus, .editor .btn-default:active, .editor .btn-default.active, .editor.open .dropdown-toggle.btn-default, .editor .open .dropdown-toggle.btn-default {
	background: #f5f5f5;
	border: none
}
.border-top-color {
	color: #757575
}
.editor .dropdown .caret {
	position: absolute;
	left: 52px;
	top: 53%;
	border-width: 5px 5px 0;
	border-top-color: #757575
}
.editor_header button.zmdi, .editor_header button.fa {
	border: none;
	width: 24px;
	height: 24px;
	line-height: 25px;
	margin-top: 12px;
	font-size: 22px
}
.editor_header button.zmdi.zmdi-format-underlined {
	font-size: 22px
}
.editor_header button.fa.fa-link {
	position: static;
	margin-top: 12px;
	color: #757575;
	font-size: 19px;
}
.editor_header button.zmdi:active, .editor_header button.fa:active, .editor_header button.zmdi.active, .editor_header button.fa.active {
	box-sizing: border-box;
	background: #EEEEEE;
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
}
.editor_txt_box {
	padding: 8px 8px 50px;
	min-height: 163px;
}
.editor_txt_box * {
	line-height: 140%;
}
.editor_txt_box a:hover {
	text-decoration: none
}
.basic-editor {
	width: 100%;
}
.froala-editor, .froala-wrapper.f-basic {
	border-color: #ccc !important
}
.li_table ul.pagination {
	border: none;
	text-align: center;
	box-sizing: border-box;
	line-height: 1;
}
.li_table ul.pagination li {
	margin-right: 5px;
}
.li_table ul.pagination li:last-child {
	margin-right: 0
}
ul.pagination:active, ul.pagination:hover {
	background: none
}
ul.pagination li {
	margin : 0 3px;
}
ul.pagination li, ul.pagination li a {
	float: none;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 50% !important;
	line-height: 24px;
	text-align: Center;
	border-radius: 50%;
}
ul.pagination li a {
	display: inline-block;
	height: 24px;
	width: 24px;
	border: none;
	border-radius: 50%;
	padding: 0;
	line-height: 24px;
	font-size: 14px;
}
ul.pagination li a.disabled {
	cursor:not-allowed;
}
.pagination > li > a, .pagination > li > span {
	margin-left: 0
}
ul.pagination li a i {
	font-size: 13px;
	vertical-align: middle;
	margin-top: -2px;
	display: inline-block;

}
ul.pagination li:first-child a:hover, ul.pagination li:last-child a:hover {
	background: none;
	border: none;
}
ul.pagination li:first-child,
ul.pagination li:last-child {
	margin: 0;
}
.btn.btn-basic-color, .btn.btn-basic-color:active, .btn.btn-basic-color:focus {
	background: #fff !important;
	border: 1px solid #ddd !important
}
.btn.btn-point-color, .btn.btn-point-color:active, .btn.btn-point-color:focus {
	background: #00B8FF !important;
	border: 1px solid #00B8FF !important;
	color: #fff !important
}
.input-group-btn {
	z-index: 2
}
.pagination .fa {
	display: inline
}
.no_border_bottom{
	border-bottom: 0 !important;
}
article.modal_article {
	color         : #212121;
	height        : 100%;
	padding       : 32px 24px 24px; /*원래 !important가 있음 문제 없는지 확인하기*/
	border-radius : 4px;
	z-index       : 2500;
	overflow-x    : hidden;
	overflow-y    : auto;
}
.modal_site_join_policy article.modal_article {
	background: #fafafa;
}
article.modal_article h2 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 24px;
	margin-top: 0;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}
article.modal_article .tit_wrap{
	position: relative;
	border-bottom: 1px solid #E5E5E5;
}
article.modal_article h2.find_tit{
	font-size: 15px;
	line-height: 50px;
	margin-bottom: 0 !important;
	height: 50px;
	line-height: 50px;
}
article.modal_article .tit_wrap button.close{
	position: absolute;
	right: 8px;
	top: 10px;
	font-size: 14px;
	opacity: 1;
}
article.modal_article .tab_wrap .btn_find{
	outline: 0;
	letter-spacing: 0;
}
article.modal_article .choice{
	margin-top:16px;
	margin-bottom: 8px;
	font-size: 13px;
	text-align: center;
	color: rgba(33,33,33,.6);
}
article.modal_article .select_wrap_id,
article.modal_article .select_wrap_pw,
article.modal_article .step04_select_wrap_id {
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #E5E5E5;
}
article.modal_article .select_wrap_id:last-child,
article.modal_article .step04_select_wrap_id:last-child {
	border-bottom: 0;
}
article.modal_article .select_wrap:last-child{
	border:0;
}
article.modal_article .select_wrap_id .select_tit p,
.select_wrap_pw .select_tit p,
.step04_select_wrap_id  .select_tit label{
	float: left;
	font-size: 14px !important;
	margin-bottom: 0;
}
.select_wrap_id .select_tit{
	cursor: pointer;
}
.select_wrap_id .select_tit p, .step04_select_wrap_id .select_tit label{
	line-height: 1.33;
	margin-bottom: 0;
}
.select_tit .select_arrow{
	float: right;
	vertical-align: middle;
	line-height: 1.33;
}
.select_tit .select_arrow i{
	font-size: 5px;
	font-weight: 600;
	color: #212121;
}
.modal-article .btn-default-dark{
	background-color: #757575;
	border:1px solid #757575;
	color: #fff;
}
.modal-article .btn-default-dark:hover{
	color: #fff;
	background-color: #757575;
	border:1px solid #757575;
}
article.modal_article .btn-primary{
	width:100%;
	height: 40px;
	font-size: 14px;
	border-radius: 2px;
}

.btn.btn_standard{
	font-size: 14px;
	background-color: #8393a7;
	border-radius: 2px;
	color: #fff;
	height: 40px;
}

.btn.btn_inline{
	width: calc(50% - 5px) !important;
	padding-right: 16px;
	padding-left: 16px;
	font-size: 14px !important;
}
.select_wrap_id .input-group,
.select_wrap_pw .input-group,
.step04_select_wrap_id .input-group{
	width:100%;
}
.select_wrap_id .input-group .form-control,
.select_wrap_pw .input-group .form-control,
.step04_select_wrap_id .input-group .form-control{
	padding: 0 12px;
	line-height: 40px;
	width:100%;
	height:40px;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	box-shadow: none;
}
.select_wrap_id .input-group .form-control::placeholder,
.select_wrap_pw .input-group .form-control::placeholder,
.step04_select_wrap_id .input-group .form-control::placeholder{
	font-size: 14px;
	color: #808080;
}
.input-group.input-group-login {
	width:100%;
	margin-bottom:10px;
}
.input-group.input-group-login .form-control:first-child {
	border-radius:2px 2px 0 0;
}
.input-group.input-group-login .form-control {
	height: 40px;
	border-radius: 0;
	margin-bottom:-1px;
	border-color: #E0E0E0;
	padding: 0 12px;
	line-height: 40px;
}
.input-group.input-group-login .form-control:last-child {
	border-radius:0 0 2px 2px;
	margin-bottom: 0;
}
.select_input_pw,
.select_input_id,
.step04_select_input_id{
	margin-bottom: 8px;
}
#findPassword .choice,
#find_pw_step_2_info_2 .choice{
	text-align: left;
}
.tip_bold span{
	font-weight: bold;
}
.confirm_ico_txt{
	margin-bottom: 20px;
}
.confirm_ico_txt .tit{
	font-size: 13px !important;
	color: #757575;
}
.confirm_ico_txt span{
	padding-left: 24px;
	position: relative;
	display: inline-block;
	vertical-align: text-top;
	line-height: 20px;
}
.confirm_ico_txt span:before{
	position: absolute;
	top :50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	content: "";
	background-image: url(../f/7c8541fd_ico_confirm.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 16px;
	height: 16px;
}
.icon_warning_txt{
	margin-bottom: 20px;
}
.icon_warning_txt span{
	padding-left: 30px;
	position: relative;
	display: inline-block;
	vertical-align: text-top;
	line-height: 20px;
}
.icon_warning_txt span:before{
	position: absolute;
	top:0;
	left: 0;
	content: "\f063";
	display: inline-block;
	font-size: 18px;
	font-family: "Black Tie";
	font-weight: normal;
	color: #de1d1d;
}
article.modal_article.login h2, article.modal_article.non_member_login h2 {
	margin-bottom : 30px;
}
.modal_site_login .modal-header h2,
.modal_site_two_factor_login .modal-header h2,
.modal_site_thirdparty .modal-header h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.modal_site_login .modal-header,
.modal_site_two_factor_login .modal-header {
	padding:35px 0 0;
}
article.modal_article .modal_container {
	width: 100%;
	max-width: 328px;
	margin: 0 auto;
	padding-bottom: 69px;
}
article.modal_article .zmdi-close.top {
	position: absolute;
	right: 24px;
	top: 24px;
	cursor: pointer;
	color: #757575
}
article.modal_article .button_area {
	margin-left: 0;
	margin-top: 0;
}
article.login a {
	text-decoration: none
}
article.login .close, article.non_member_login .close {
	position: absolute;
	right: 16px;
	top: 16px;
	padding: 8px;
	float:none;
	opacity: 0.3;
	font-size:16px;
}
article.login .close:hover, article.non_member_login .close:hover {
	opacity: 1;
}
article.login .zmdi.zmdi-square-o {
	color: #757575
}
.join_pw_box {
	height: 17px;
	line-height: 17px;
}
.google_login, .facebook_login {
	height: 48px;
	position: relative;
	background: #E7E7E7;
	line-height: 48px;
}
.google_login a, .facebook_login a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-left: 76px;
}
.login_area .google_icon, .login_area .facebook_icon {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 52px;
	height: 48px;
	text-align: center;
	line-height: 58px;
	cursor: pointer;
}
.login_area .google_icon {
	background: #DD4B39
}
.login_area .facebook_icon {
	background: #5975B1
}
.opacity_background {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.50;
	left: 0;
	top: 0;
	z-index: 1500
}
.input_label {
	color: #757575;
	font-size: 13px;
	margin-bottom: 7px !important
}
.input_label em {
	color: #F84A71
}
.profile_img {
	position: relative;
	border-radius: 50%;
	background: #eee;
	width: 106px;
	height: 106px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	margin-bottom: 32px;
}
.profile_img .profile_img_icon {
	display: inline-block;
	background: url(../f/082bc738_profile_icon.png) no-repeat;
	background-size: 68px auto;
	width: 68px;
	height: 83px;
	margin-top: 23px;
}
.profile_img .photo_camera {
	width: 106px;
	height: 106px;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
}
.profile_img .photo_camera:hover {
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	cursor: pointer;
}
.profile_img .photo_camera .zmdi-camera {
	display: none;
}
.profile_img .photo_camera:hover .zmdi-camera {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -11px 0 0 -12px;
	width: 24px;
	height: 24px;
	color: #fff;
	line-height: 25px;
}
.dropdown button {
	background: transparent;
	border: 1px solid #E0E0E0;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
	width: 100%;
	position: relative;
}
.dropdown button .caret {
	position: absolute;
	right: 17px;
	top: 50%;
	margin-top: -2px;
}
.dropdown button.w100p {
	max-width: 100%
}
.dropdown-toggle.btn-default:hover, .dropdown-toggle.btn-default:focus, .dropdown-toggle.btn-default:active, .dropdown-toggle.btn-default.active, .open .dropdown-toggle.dropdown-toggle.btn-default {
	background: #fff;
}
.warning .dropdown button {
	border: 1px solid #F84A71
}
article.modal_article .dropdown {
	padding: 0 !important;
}
article.modal_article .dropdown .dropdown-toggle {
	color: #BDBDBD;
	border-radius: 0;
	height: 48px;
}
article.modal_article .dropdown .dropdown-menu li {
	height: 34px;
	line-height: 34px;
}
article.modal_article .dropdown .dropdown-menu li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #212121;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding: 0 0 0 15px;
	text-align: left;
	width: 100%;
}
article.modal_article .dropdown .dropdown-menu li a:hover {
	background: #eee
}
.birthday_area .dropdown {
	box-sizing: border-box
}
.birthday_area .dropdown:first-child {
	margin-left: 0
}
.modal_article .ps {
	font-size: 12px;
	color: #BDBDBD;
	margin-top: 9px;
}
.open .dropdown-toggle.btn-default {
	border: 1px solid #e0e0e0
}
.profile_txt {
	width: 328px;
	height: 96px;
	border: 1px solid #E0E0E0;
	background: #fff;
	padding: 5px;
	overflow: hidden;
	overflow-y: auto;
}
.warning_box .ps span {
	color: #F84A71
}
.pw_search {
	font-size: 14px;
	line-height: 21px;
}
.point {
	color: #F84A71
}
.gray {
	color: #BDBDBD
}
.terms_box {
	width: 312px;
	height: 100px;
	background: #fff;
	border: 1px solid #E0E0E0;
	line-height: 20px;
	overflow-x: hidden;
	overflow-y: auto;
	word-wrap: break-word;
	text-align: left;
	padding: 5px;
}
.terms_box ol, .terms_box ul {
	padding-left: 20px;
}
.terms_box strong {
	display: block
}
.terms_article {
	background: #fff;
	z-index: 2500;
	text-align: left;
	padding-bottom: 24px;
	border-radius: 2px
}
.terms_article .terms_group {
	padding: 0 24px
}
.terms_article h1 {
	font-size: 24px;
	line-height: 89px;
	height: 89px;
	margin: 0;
	border-bottom: 1px solid #eee;
	text-align: center;
}
.terms_article ol, .terms_article ul {
	padding-left: 15px;
}
.terms_article strong {
	display: block;
	margin-top: 22px;
}
article.help {
	padding: 26px 24px 24px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -215px;
	top: 323px;
	width: 430px;
	height: 177px;
	z-index: 2000;
	border-radius: 2px;
	-webkit-box-shadow: 0 14px 24px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 14px 24px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 14px 24px 0 rgba(0, 0, 0, 0.3);
}
article.help .zmdi-close {
	position: absolute;
	right: 24px;
	top: 24px;
	color: #757575;
	opacity: 1
}
article.help .zmdi-close:hover {
	color: #757575;
	opacity: 1
}
article.help .title {
	font-size: 20px;
	margin-bottom: 24px;
}
article.help .txt_box {
	line-height: 21px;
}
article.help .circle {
	position: absolute;
	bottom: 24px;
	left: 24px;
}
article.help .circle span {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #E0E0E0;
	border-radius: 50%;
	margin-left: 9px;
}
article.help .circle span.on {
	background: #9e9e9e
}
article.help .btn {
	position: absolute;
	right: 16px;
	bottom: 14px;
	border: none;
	color: #00B8FF
}
article.help .btn.back {
	right: 74px;
}
article.help:after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #fff;
	border-width: 15px;
	margin-top: -15px;
}
article.help.right_tail:after {
	left: 100%;
	top: 70%;
}
article.help.top_tail:after {
	bottom: 100%;
	left: 10%;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}
.input_block .input_form {
	border     : 1px solid #e0e0e0;
	background : #fff;
	border-top : 1px solid #e0e0e0;
	box-sizing : border-box;
	position   : relative;
}
.input_block input {
	border: none;
	box-shadow: none;
	padding: 12px 16px;
	width: 100%;
	line-height: 1.2;
}
.input_block.warning {
	border: 1px solid #F84A71;
	position: relative;
}
.input_block.warning .zmdi-alert-triangle, .input_block.warning_box .zmdi-alert-triangle {
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -12px;
	height: 24px;
	vertical-align: top !important;
	line-height: 24px;
	color: #F84A71;
	cursor: pointer;
	width: 24px;
}
.input_block.warning_box .zmdi-alert-triangle,.input_block.warning .zmdi-alert-triangle {
	display: block;
}
.input_block .input_form.brt {
	margin-top: -1px;
}
.input_block .input_form .zmdi-check {
	display: none;
}
.input_block .input_form.active .zmdi-check {
	display: inline-block;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -12px;
	height: 24px;
	line-height: 24px;
	color: #00B8FF;
	width: 24px;
	text-align: center;
	font-size: 24px
}
.input_block label.mini-tit {
	font-weight: normal;
	font-size: 14px;
	color: #212121;
}
.input_block label.mini-tit em {
	color: #F84A71;
}
.input_block .input_form.triangle {
	border: 1px solid #F84A71;
	z-index: 50
}
.input_block .select-block .alert-block,
.input_block .input_form .alert-block {
	display: none;
}

.input_block .select-block .alert-block,
.input_block .input_form.triangle .alert-block {
	display: block;
	color: #F84A71;
	font-size: 12px;
	padding: 7px 0 0 16px;
	position: relative;
}
.first-letter-uppercase {
	text-transform: lowercase;
}
.first-letter-uppercase::first-letter {
	text-transform: uppercase;
}
.modal_site_join .input_block .input_form.triangle .alert-block {
	padding: 7px 12px;
}
.input_block .input_form.triangle .zmdi-alert-triangle {
	color: #F84A71;
	font-size: 24px;
	position: absolute;
	right: 15px;
	top: -8px
}
.widget.login .input_block input {
	color: #000;
}
.widget.login .input_block textarea{
	color: #000;
}
.widget.login .input_block input::selection{
	background-color: #040404 !important;
	color: #fff !important;
}
.widget.login .input_block textarea::selection{
	background-color: #040404 !important;
	color: #fff !important;
}
.input_block .float-block {
	width: 100%;
}
.input_block .float-block:after {
	clear: both;
	display: block;
	content: ""
}
.input_block .float-block.select-block .selectbox {
	float: left;
	position: relative;
	width: 32.6%;
	max-width: 108px
}
.input_block .select-block .selectbox:last-child {
	margin-right: 0
}
.input_block .select-block .selectbox {
	border: 1px solid #E0E0E0;
	position: relative;
	height: 43px;
	line-height: 43px;
	background: #fff;
	margin: 0 3px -1px 0;
}
.input_block .select-block .selectbox.full-box {
	margin-right: 0;
}
.input_block .float-block .selectbox:last-child {
	margin-right: 0
}
.input_block .select-block .selectbox select {
	width: 100%;
	height:43px;
	border: none;
	background: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-left: 15px;
	color: #212121;
}
.input_block .select-block .spin-down {
	position: absolute;
	right: 10px;
	top: 0;
	pointer-events: none;
}
.input_block .radio, .input_block .checkbox {
	margin: 0;
}
.modal_site_two_factor_login .modal_article .input_block .input_form {
	color: #212121;
}
.modal_site_login article,
.modal_site_two_factor_login article {
	background : #fff;
}
.modal_site_login .input_block .input_form:first-child {
	border-radius : 3px 3px 0 0;
}
.modal_site_login .input_block .input_form:last-child {
	border-radius : 0 0 3px 3px;
}
.modal_site_login .btn, .modal_site_join .btn {
	border-radius  : 3px;
	letter-spacing : 0;
	font-size: 14px;
}
.modal_site_login .btn.non_btn {
	background  : #8393a7 !important;
	color       : #fff !important;
	line-height : 42px;
	padding     : 0;
}
.modal_site_login .divider,
.modal_site_join .divider,
.modal_site_join_policy .divider,
.widget.login .divider,
.divider.divier--or {
	position : relative;
	margin   : 25px 0;
}
.modal_site_login .divider .border,
.modal_site_join .divider .border,
.modal_site_join_policy .divider .border,
.widget.login .divider .border,
.divider.divier--or .border {
	background : #e7eaee;
	height     : 1px;
	position   : absolute;
	left       : 0;
	width      : 40%;
	top        : 50%;
}
.modal_site_login .divider .border.right,
.modal_site_join .divider .border.right,
.modal_site_join_policy .divider .border.right,
.widget.login .divider .border.right,
.divider.divier--or .border.right{
	left  : auto;
	right : 0;
}
.modal_site_login .over_h .float_l,
.modal_site_login .over_h .float_r {
	color: #000;
}
.table-block {
	display: table
}
.table-block .check {
	display: table-cell
}
.input_block .check label {
	padding-left: 0
}
.triangle .check-block {
	border: 1px solid #F84A71
}
.check-block .radio, .check-block .checkbox {
	margin-bottom: 0
}
.check-block .checkbox-styled:not(ie8) input ~ span, .check-block .radio-styled:not(ie8) input ~ span {
	padding-left: 35px
}
.input_block.triangle .selectbox {
	border: 1px solid #F84A71
}
.input_block .alert-block {
	display: none;
}
.triangle .alert-block {
	display: block;
	color: #F84A71;
	font-size: 12px;
	padding: 7px 0 0;
	position: relative
}
.selectbox.pull-box select {
	width: 100%
}
.phone-alert {
	font-size: 12px;
	color: #bdbdbd;
	padding-top: 7px;
	margin-bottom: 5px
}
.phone-alert span {
	display: none;
}
.triangle .input_form {
	border: 1px solid #F84A71;
	position: relative;
}
.triangle .form-block {
	border: 1px solid #F84A71;
	position: relative;
}
.triangle .zmdi-alert-triangle {
	font-size: 24px;
	color: #F84A71;
	position: absolute;
	right: 15px;
	top: 14px;
}
.triangle .phone-alert span {
	display: inline-block;
	color: #F84A71
}
.form_block.check-list .checkbox {
	margin-bottom: 24px
}
.triangle .form_block.check-list .check:last-child .checkbox {
	margin-bottom: 0
}
.triangle .check-list {
	border: 1px solid #F84A71;
	padding: 5px 0 5px 2px
}
.form_block textarea {
	border: 1px solid #E0E0E0;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 94px;
	padding:14px;
}
.terms_container {
	width: 830px;
	margin: 0 auto;
}
.plus_widget_list {
	position: fixed;
	bottom: 24px;
	right: 85px;
	z-index: 2500;
}
.favor_widget {
	display: none;
	margin: 0 auto;
}
.active .favor_widget {
	display: block;
}
.big_plus_btn {
	cursor: pointer;
	width: 56px;
	height: 56px;
	line-height: 65px;
	text-align: center;
	border-radius: 100px;
	background: #00B8FF;
	box-shadow: 0 2px 6px #777;
	color: #fff;
	transition: box-shadow 0.15s ease-out 0s;
}
.big_plus_btn .zmdi-plus {
	opacity: 1;
	color: #fff;
	margin-left: 0;
	height: 56px;
	line-height: 56px;
}
.big_plus_btn.active .zmdi-plus {
	opacity: 1;
	color: #fff;
}
.big_plus_btn.active {
	background: #08867e;
	-webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38);
	box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38);
}
.favor.btn {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #00B8FF;
	box-shadow: 0 2px 6px #777;
	z-index: 2500;
	color: #fff;
	transition: box-shadow 0.15s ease-out 0s;
	padding: 0;
	border: none
}
.favor.btn.active, .favor.btn:active, .favor.btn:focus {
	border-radius: 50%;
	background: #08867e;
	-webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38);
	box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38);
}
.favor_widget {
	height: 56px;
	width: 56px;
	text-align: center;
}
.favor_widget.first {
	padding-bottom: 112px;
}
.favor.btn i {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
}
.favor.btn .icon {
	display: inline-block;
	background: url(../f/a62ae295_btn_widget_icon.png) no-repeat;
	background-size: 25px auto;
}
.favor.btn .txt {
	background-position: -3px -10px;
	width: 18px;
	height: 18px;
	margin: -8px 0 0 -10px
}
.favor.btn .edit {
	background-position: -2px -50px;
	width: 21px;
	height: 21px;
	margin: -11px 0 0 -10px
}
.favor.btn .img {
	background-position: -2px -90px;
	width: 21px;
	height: 18px;
	margin: -10px 0 0 -10px
}
.favor.btn.head, .favor.btn.foot {
	background-size: cover;
}
.favor.btn .widget_tag {
	display: none;
}
.favor.btn:hover .widget_tag {
	display: block;
	position: absolute;
	right: 50px;
	color: #fff;
	background: #616161;
	padding: 0 8px;
	height: 22px;
	font-size: 11px;
	line-height: 21px;
	top: 50%;
	margin-top: -10px;
	border-radius: 2px
}
.header_section.theme-basic {
	position: relative;
	width: 100%;
	height: 565px;
}
.header_section.theme-basic * {
	color: #fff;
}
.header_section.theme-basic .header.dropdown {
	max-width: 1150px;
	margin: 0 auto;
	height: 82px;
	padding-left: 12px !important;
	padding-right: 12px !important;
}
.header_section.theme-basic .header h1 {
	font-size: 28px;
	margin: 0 40px 0 0;
	font-weight: normal;
	line-height: 82px;
	display: inline-block;
	float: left;
}
.header_section.theme-basic .header h1 a {
	display: inline-block;
	font-size: 28px;
	line-height: 82px;
}
.header_section.theme-basic .header h1 a:hover, .header_section.theme-basic .header h1 a:active, .header_section.theme-basic .header h1 a:focus {
	text-decoration: none
}
.header_section.theme-basic .header h1 img {
	height: 40px;
	width: auto;
}
.header_section.theme-basic .header h1 em {
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
}
.header_section .header.dropdown {
	position: relative;
	z-index: 800
}
.header_section .header.dropdown .dropdown-menu {
	width: 100%;
	top: 82px
}
.header_section .header.dropdown .zmdi-menu {
	display: none;
	position: absolute;
	right: 12px;
	top: 30px;
	font-size: 24px;
	opacity: 1;
}
.header_section .header.dropdown.open > .dropdown-menu {
	display: none
}
.header_section .header.dropdown .dropdown-menu {
	width: 100%;
}
.header_section .header.dropdown .dropdown-menu li {
	height: auto;
}
.header_section .header.dropdown .dropdown-menu li li:first-child {
	border-top: 1px solid #f0f0f0
}
.header_section .header.dropdown .dropdown-menu li li:last-child {
	border-bottom: 1px solid #f0f0f0
}
.header_section .header.dropdown .dropdown-menu li li a {
	padding-left: 40px;
}
.header_section .header.dropdown .dropdown-menu li li li a {
	padding-left: 80px;
}
.header_section .header.dropdown .dropdown-menu li a {
	height: 48px;
	line-height: 48px;
	font-weight: normal;
	padding-top: 0;
	padding-bottom: 0;
	color: #212121;
}
.header_section .header.dropdown .dropdown-menu li a:hover, .header.dropdown .dropdown-menu li a:active, .header.dropdown .dropdown-menu li a:focus {
	color: #212121;
	text-decoration: none;
}
.header_section .header.dropdown .dropdown-menu > .active > a, .header.dropdown .dropdown-menu > .active > a:hover, .header.dropdown .dropdown-menu > .active > a:focus {
	color: #212121;
}
.section_bg.grayscale, .img-view.grayscale {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter:url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
	filter: gray;
	-webkit-filter: grayscale(1);
}
.no-permission {
	margin:0 auto;
	padding:60px 0;
}
.no-permission h6 {
	margin-bottom:60px;
}
.header_overlay .no-permission {
	padding-top: 100px !important;
}
.section_wrap_header li {
	list-style: outside none none;
}
.section_wrap_header .nav > li > a {
	display: inline-block;
	width: 100%;
	font-size: 17px;
	padding: 30px 15px;
}
.header_section.theme-basic .nav_list ul.left {
	float: left;
	max-width: 80%;
}
.header_section.theme-basic .nav_list ul.right {
	float: right
}
.header_section.theme-basic .nav_list ul li {
	float: left;
}
.header_section .header_txt.bg_text h1, .header_section .header_txt.bg_text h2, .header_section .header_txt.bg_text h3, .header_section .header_txt.bg_text h4, .header_section .header.bg_text h5, .header_section .header_txt.bg_text h6 {
	margin: 0;
	padding: 0;
	color: #fff;
}
.header_section.theme-basic .owl-carousel {
	position: absolute;
	left: 0;
	top: 0;
	height: 565px;
	width: 100%;
}
.header_section.theme-basic .owl-carousel .item {
	float: left;
	height: 565px;
	width: 100%;
	background-size: cover !important;
	background-position: center center !important;
}
.header_section.theme-basic .header.dropdown .logo {
	color: #fff;
}
.header_section.theme-basic .header.dropdown .nav li a.menu, .header_section .header.dropdown h1 {
	color: #212121
}
.header_section.theme-basic .header.dropdown .nav li a.menu {
	color: #fff;
	display: inline-block;
}
.header.dropdown .nav.right li a.menu {
	padding-top: 0
}
.header.dropdown .nav.right li.mypage a.menu {
	padding-top: 30px;
}
.header.dropdown .nav li a:hover, .header.dropdown .nav li a.active, .section_wrap_header .nav > li > a, .header.dropdown .nav li a:active {
	background-color: transparent
}
.theme-basic .header_txt.bg_text h2 {
	color: #fff;
	text-align: center;
	font-size: 48px;
	line-height: 58px;
	margin: 0;
	padding: 0;
}
.theme-basic .header_txt.bg_text h3 {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
.theme-basic .header_txt.bg_text {
	position: absolute;
	left: 0;
	top: 216px;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 0 20px
}
.theme-basic .header_txt.bg_text strong {
	display: block;
	font-size: 50px;
	line-height: 60px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: normal
}
.theme-basic .header_txt.bg_text p {
	font-size: 18px;
	line-height: 21px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: normal
}
.theme-basic .header_txt.bg_text a {
	font-size: 16px;
	line-height: 16px;
	padding: 14px 25px 12px;
	background: transparent;
	border-radius: 3px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-weight: normal
}
.theme-basic .header_txt.bg_text a:hover, .theme-basic .header_txt.bg_text a:active {
	text-decoration: none
}
.theme-basic .header_section .item {
	position: relative;
}
.theme-basic .header_section .item .opacity_bg {
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
	height: 100%;
	width: 100%;
}
.theme-basic .header_section .owl-carousel .owl-wrapper-outer {
	width: 100%;
}
@media screen and (max-width: 991px) {
	.blog .blog-body .text-block .text, .blog .blog-head.interlock-blog-head, .blog .blog-body .img {
		margin-bottom: 12px;
	}
	.widget.image.org_size img {
		max-width:100%;
	}
	.pc_section .widget.image.org_size img.org_image {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.header_section .nav_list .nav {
		display: none;
	}
	.header_section .header.dropdown .zmdi-menu {
		display: block;
	}
	.header_section .header.dropdown.open > .dropdown-menu {
		display: block
	}
}
.dropdown_search.col-xs-12 {
	padding: 0
}
.dropdown_search.col-xs-12 {
	width: 100%;
}
.table_bottom {
	padding-right: 0
}
.table_top .dropdown > .dropdown-menu {
	padding: 8px 0
}
.li_table {
	padding: 0;
	margin: 0 auto
}
.li_table ul:hover {
	background-color: transparent;
}
.li_table ul > li {
	margin: 0;
	padding: 0
}
.li_table ul.subject {
	display: none;
}
.li_table ul.bg {
	border-top: 2px solid rgba(128, 128, 128, 0.2)
}
.li_table ul a {
	display: table;
	width :100%;
	padding: 15px 0 20px;
}
.li_table ul a > div {
	vertical-align: middle;
}
.li_table ul a > div.board_thumb_wrap {
	width: 75px;
}
.li_table ul a .board_thumb {
	max-width :60px;
	max-height: 60px;
}
.li_table ul a:after {
	content: '';
	display: block;
	clear: both;
}
.li_table ul .post_link_wrap {
	display: table;
	width :100%;
	padding: 15px 0 20px;
}
.li_table ul .post_link_wrap > div {
	vertical-align: middle;
}
.li_table ul .post_link_wrap > div.board_thumb_wrap {
	width: 75px;
}
.li_table ul .post_link_wrap .board_thumb {
	max-width :60px;
	max-height: 60px;
	image-rendering: -webkit-optimize-contrast;
	width: 100%;
	height: 100%;
}
.li_table ul .post_link_wrap:after {
	content: '';
	display: block;
	clear: both;
}
.li_table ul .lst_num {
	display: none;
}
.board_view .header > .sticker {
	display: inline-block;
	border-radius: 9px;
	line-height: 1.2em;
	margin-right: 10px;
	color: #bdbdbd
}
.li_table .tit .sticker {
	display: inline-block;
	height: 22px;
	line-height: 21px;
	border: 1px solid #eee;
	padding: 0 10px;
	border-radius: 9px;
	font-size: 14px;
	margin-right: 8px;
	color: #757575;
}
.li_table ul a.permission_deny, .blog .blog-body .text-block .permission_deny {
	opacity: 0.5;
	cursor: text;
}
.li_table .tit .lock {
	margin-left: 4px;
	vertical-align: middle;
}
@-moz-document url-prefix() {
	.li_table .tit .sticker {
		line-height: 23px
	}
}
@-moz-document url-prefix() {
	.li_table .tit .sticker.notice {
		line-height: 18px
	}
}
.li_table .author, .li_table .time, .li_table .views, .li_table .like,.li_table .grade {
	display       : table-cell;
	width         : auto !important;
	padding-right : 10px;
	font-size     : 12px;
	height        : 12px;
	margin-top    : 8px;
}
.li_table .grade .interlock_star_point .bt-star{
	line-height: inherit;
}
.li_table ul li {
	color: #212121;
}
.li_table .author {
	padding-left: 0
}
.li_table .views .txt {
	display: inline-block !important
}
.li_table ul .tit {
	padding: 0 50px 0 0;
	font-size: 14px;
	float: none;
	display: block;
	width: 100%;
	text-align: left;
}
.li_table ul .tit .notice {
	border-radius  : 12px;
	border         : 1px solid #eee;
	font-size      : 13px;
	line-height    : 22px;
	vertical-align : text-bottom;
	margin-right   : 4px;
	margin-bottom: -2px;
}
.li_table .btn-block-right {
	margin-top :15px;
}
.li_table .comment-count {
	display: none;
}
.li_table .comment-count.only-mobile {
	display: block;
	position: absolute;
	top: 12px;
	right: 0;
	color: #999 !important;
}
.li_table .comment-count.only-mobile:before {
	font-family: FontAwesome;
	content: '\f0e5';
	font-size: 18px;
	margin-right: 5px;
	color: #999;
}
.list .comment-count.only-mobile:before,.li_body .comment-count:before {
	font-family: FontAwesome;
	content: '\f0e5';
	font-size: 18px;
	margin-right: 5px;
	color: #999;
}
.secret .album-foot .comment-count.only-mobile {
	color: #bdbdbd !important;
}
.secret .album-foot .comment-count.only-mobile:before {
	color: #bdbdbd
}
.list-style.album .btn-block-right {
	margin-top: -30px
}
.list-style.album .more-btn {
	margin-top: 0
}
.list-style.blog .btn-block-right{
	margin-top : 15px;
	padding    : 0 !important;
}
.li_table a .re_num {
	font-size: 12px;
	margin-top: -5px;
}
.li_table .dropdown_search .input-group {
	width: 250px
}
.list .more-block {
	margin-top: 20px
}
.list .more-block button {
	border: none;
	background: transparent;
	color: #757575;
	padding: 0;
	font-size: 14px;
}
.board_write .opacity_bg {
	display: block;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 500;
	padding-left: 60px;
}
.board_write {
	padding-left: 16px;
	padding-right: 16px
}
.board_write #_left_container .left {
	padding-left: 0;
	background: #fff;
	float: right;
	max-width: 100%;
	height: 100%;
}
.board_write #_left_container .left .board_tit {
	margin-bottom: 0;
	display: none;
}
.board_write .opacity_bg.col-sm-4 {
	padding-right: 0
}
.board_write .right .board_tit {
	margin-bottom: 0;
	display: block;
}
.board_write .board_left {
	display: none;
}
.board_write .opacity_bg .board_left {
	display: block;
}
.board_write .opacity_bg .zmdi.zmdi-close {
	display: block;
	position: absolute;
	color: #fff;
	font-size: 24px;
	left: 18px;
	top: 18px;
}
.board_left .cheak_article {
	margin-top: 18px;
	margin-left: 16px;
}
.board_write .title_box {
	position: relative;
	margin-top: 5px;
	padding-top: 0
}
.board_write .title_box input,.board_write .non_member_tool span input, .write-body.schedule .title_box input {
	width         : 100%;
	font-size     : 20px;
	border        : none;
	border-bottom : 1px solid rgba(128, 128, 128, 0.3);
	border-radius : 0;
	padding       : 8px 118px 8px 0;
	line-height   : 1.2;
}
.board_write .non_member_tool span input {
	padding: 8px 0;
}
.board_write.full_mode .title_box input.title_name {
	padding-right:120px;
}
.board_write.bg_on .title_box input {
	padding: 8px 170px 8px 0;
}
.board_write.bg_on .title_box span input {
	padding-right:0;
}
.board_write .title_box .cover input {
	padding :0;
	width:100%;
	height:100%;
	opacity: 0;
	top:0;
	left:0;
	position: absolute;
}
.board_write ._mobile_tool_bar .cover input {
	padding :0;
	width:100%;
	height:50%;
	opacity: 0;
	top:0;
	left:0;
	position: absolute;
}
.board_write .right .fr-box .fr-counter {
	display: none;
}
.board_write .zmdi-settings {
	display: block;
	position: absolute;
	right: 0;
	font-size: 24px;
	width: 24px;
	height: 24px;
	bottom: 34px
}
.write-icon {
	position: absolute;
	right: -12px;
	top: 10px;
}
.write-icon:after {
	clear: both;
	display: block;
	content: ""
}
.write-icon .icon {
	padding: 0 12px;
	float: left;
	position: relative;
	z-index: 999;
}
.write-icon .icon .count {
	font-size: 20px;
	vertical-align: middle;
	display: inline-block;
	margin-top: 1px;
	margin-left: 10px
}
.write-icon .dropdown-menu {
	position: absolute;
	background: #fff;
	border: 1px solid #d9d9d9;
	top: 50px;
	left: -93px;
	width: 220px;
	padding:0;
}
.write-body.schedule .write-icon .dropdown-menu {
	left: -85px;
}
.write-body.schedule .write-icon .dropdown-menu ul:first-child {
	border-top:0;
}
.write-body.schedule .mobile_tool_bar {
	display: none;
}
.write-icon .dropdown-menu ul {
	padding: 15px 20px;
	list-style: none;
	margin-bottom:0;
}
.write-icon .dropdown-menu ul,.write-icon .dropdown-menu ul
.write-icon .dropdown-menu ul.app_status {
	border-top: 1px solid #eee;
}
.write-icon .dropdown-menu ul.app_status .tit {
	margin-bottom: 5px;
}
.write-icon .dropdown-menu .tit {
	margin-bottom:10px;
}
.write-icon .dropdown-menu .tit span {
	font-size: 16px;
	line-height: 1 !important;
}
.write-icon .dropdown-menu:after, .write-icon .dropdown-menu:before,
#add_calendar_form .setting_link:after, #add_calendar_form .setting_link:before {
	bottom: 100%;
	right: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.write-icon .dropdown-menu:after,
#add_calendar_form .setting_link:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-right: -10px;
}
.write-icon .dropdown-menu:before,
#add_calendar_form .setting_link:before {
	border-color: rgba(217, 217, 217, 0);
	border-bottom-color: #d9d9d9;
	border-width: 11px;
	margin-right: -11px;
}
.write-icon .dropdown-menu .checkbox-styled:not(ie8) input ~ span {
	line-height: 1.4;
	padding-left: 30px
}
@-moz-document url-prefix() {
	.write-icon .dropdown-menu .checkbox-styled:not(ie8) input ~ span {
		line-height: 1.3;
	}
}
.write-icon .radio, .write-icon .checkbox {
	margin : 5px 0;
}
.write-icon .dropdown-menu .checkbox-styled:not(ie8) input:checked ~ span {
	color: #212121
}
.write-icon.m-write-icon {
	display: none;
}
#add_calendar_form .setting_link {
	width: 300px;
	padding: 15px 20px;
	display: none;
}
#add_calendar_form .setting_link > input {
	width: 100%;
	margin: 10px 0 20px 0;
	height: 40px;
	font-size: 14px;
	border: none;
	border-bottom: 1px solid #ddd;
}
#add_calendar_form .setting_link.open {
	display: block;
}
#add_calendar_form .setting_link:after, #add_calendar_form .setting_link:before {
	right: 50px;
}
.view-head {
	position : relative;
}
.view_body {
	max-width : 900px;
	margin    : 0 auto;
	padding: 15px;
	width: 100%;
	overflow: hidden;
}
.bg-white{
	background-color: #fff !important;
}
.bg-block .se_background {
	display: block;
	height: 500px;
	margin-bottom: 20px;
	position: relative;
}
.bg-block .se_background .headline-overlay {
	position   : absolute;
	left       : 0;
	right      : 0;
	top        : 0;
	bottom     : 0;
	background : #000;
	z-index    : 5;
}
.bg-block .se_backround_img {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center center;
}
.content-tit {
	text-align : center;
	width      : 100%;
	padding    : 50px 0 30px;
}
.content-tit .board {
	font-size     : 15px;
	border-width  : 1px;
	border-style  : solid;
	border-radius : 50px;
	padding       : 5px 15px;
	display       : inline-block;
	margin        : 20px 0;
}
.content-tit .title {
	margin    : 0 0 20px 0;
	word-wrap : break-word;
	font-size:24px;
}
.content-tit .user {
	display : table;
	margin  : 0 auto;
}
.content-tit .user img {
	width         : 32px;
	height        : 32px;
	border-radius : 100%;
	margin-right  : 5px;
	float         : left;
}
.content-tit .user .author {
	display     : inline-block;
	float       : left;
	padding-top : 9px;
}
.content-tit .user .author > div {
	padding      : 0 10px;
	border-width : 0 1px 0 0;
	border-style : solid;
	margin       : 0;
	font-size    : 14px;
	float        : left;
	line-height  : 15px;
}
.content-tit .user div.hit-count, .content-tit .user div.tools {
	border : none !important;
}
.bg-block .content-tit {
	position   : absolute;
	top        : 50%;
	margin-top : -94px;
	padding    : 0 20px;
	z-index    : 6;
}
.bg-block .content-tit h1 {
	color : #fff;
}
.bg-block .content-tit .user .author > div {
	color        : #fff !important;
	padding      : 0 10px;
	border-right : 1px solid rgba(255, 255, 255, 0.3);
	margin       : 0;
}
.bg-block .content-tit .user .author > div.tools a {
	color: #fff !important;
}
.bg-block .topbtn-wrap i {
	color : #fff;
}
.point_amount {
	font-size:27px;
	font-family: HelveticaNeue-Thin,Helvetica,AppleSDGothicNeo-Thin,'나눔고딕',nanumgothic,sans-serif;
	font-weight: bold;
}
.topbtn-wrap {
	position : absolute;
	top      : 35px;
	right    : 35px;
	z-index  : 6;
}
.topbtn-wrap .left {
	float : left;
}
.topbtn-wrap .left button {
	border  : 0;
	padding : 0 6px;
}
.topbtn-wrap .left .dropdown-menu {
	left      : -95px;
	min-width : 113px
}
.topbtn-wrap .tooltip-inner {
	background : #000;
	color      : #fff;
	padding    : 5px 15px;
}
.topbtn-wrap .tooltip.bottom .tooltip-arrow {
	border-bottom-color : #000;
}
.bg-block .topbtn-wrap .tooltip-inner {
	background : #fff;
	color      : #000;
}
.bg-block .topbtn-wrap .tooltip.bottom .tooltip-arrow {
	border-bottom-color : #fff;
}
.board_view.new .map_info .map {
	float         : left;
	padding-right : 15px;
}
.board_view.new .map_info .map:last-child {
	padding-right : 0;
	margin-bottom : 0;
}
.board_view.new .map_info:after, .board_view.new .content_bottom:after {
	content : '';
	clear   : both;
	display : block
}
.board_view.new .map_info .map i {
	font-size     : 20px;
	padding-right : 10px;
}
.board_view.new .substance {
	padding    : 20px 0;
	margin     : 0;
	word-break : break-all;
}
.board_view.new .substance img {
	max-width: 100%;
}
.board_view.new .substance table.fr-alternate-rows tbody tr:nth-child(2n) {
	background: #f5f5f5;
}
.view_body .comment-block {
	padding : 20px 0 0;
}
.board_view.new .content_bottom .btn {
	font-size    : 20px;
	margin-right : 20px;
}
.board_view.new .content_bottom .btn:last-child {
	margin-right : 0;
}
.board_view.new .content_bottom .btn i {
	vertical-align : middle;
}
.board_view.new .content_bottom .btn em {
	font-size    : 14px;
	padding-left : 10px;
}
.board_view.new .content_bottom .tools {
	float : right;
}
.board_view.new .comment .feed-summary {
	line-height : 1.6;
}
.board_view.new .comment .date:before {
	margin-left  : 0;
	margin-right : 0;
	content      : initial;
}
.board_view.new .comment_textarea {
	padding-left : 0;
}
.review-box .comment_textarea .textarea_block button.btn-primary {
	margin-left: 5px;
}
.review-box .comment_area {
	max-width : 100%;
	width: 100%;
}
.hide_profile .comment_area {
	padding: 10px 0 0 0;
}
.hide_profile .avatar {
	display: none;
}
.hide_profile ~ .sub_comment_wrap .comment_textarea .comment-comment {
	margin-left: 0;
}
.hide_profile ~ .comment_edit_form {
	margin: 0 !important;
}
.hide_profile ~ .sub_comment_wrap .comment_edit_form {
	margin-left: 56px !important;
}
.textarea_block .icon.active .bt-lock,
.textarea_block .icon .bt-lock-open,
.textarea_block .icon.active .icon-lock,
.textarea_block .icon .icon-lock-open {
	display : inline-block;
}
.textarea_block .icon.active .bt-lock-open,
.textarea_block .icon .bt-lock,
.textarea_block .icon.active .bt-lock-open,
.textarea_block .icon .bt-lock,
.textarea_block .icon.active .icon-lock-open,
.textarea_block .icon .icon-lock {
	display : none;
}
.doz_sys .shop-content .review-box .form-control {
	border        : none;
	border-bottom : 1px solid #ddd;
	padding-left  : 0;
	border-radius : 0;
}
@media all and (max-width: 1090px) {
	.write-icon .dropdown-menu,.write-body.schedule .write-icon .dropdown-menu {
		width: 175px;
		left: -142px;
	}
	.write-icon .dropdown-menu:after, .write-icon .dropdown-menu:before {
		right: 5px;
		margin-right: 0;
	}
	.write-body.schedule .write-icon .dropdown-menu .checkbox {
		margin-top :0;
		float : none;
	}
	.write-body.schedule .tit-area .write-icon {
		padding: 10px 0;
	}
}
@media all and (max-width: 767px) {
	.comment-block .mobile_right .comment_num {
		padding-right: 0;
	}
	.non-member input[type="text"] {
		margin-right: 2%;
	}
	.non-member input[name="nick"] {
		width: 49%;
	}
	.non-member input[name="secret_pass"] {
		width: 49%;
	}
	.visual_section .owl-dots,
	.gallery2.owl-theme .owl-dots {
		bottom: 5px;
	}
	.visual_section .owl-theme .owl-dots .owl-dot span,
	.gallery2.owl-theme .owl-dots .owl-dot span {
		width: 8px;
		height: 8px;
		margin: 4px;
	}
	.goods_thumbs .owl-theme .owl-dots .owl-dot span {
		width: 8px;
		height: 8px;
		margin: 5px 4px;
	}
	.board_view .header > .sticker.notice {
		font-size:18px;
	}
	.header_section .test_widget {
		padding: 69px 24px
	}
	.header_section .header_txt.bg_text h2 {
		font-size: 38px
	}
	.header_section .test_widget_v02 span {
		padding: 0 24px;
	}
	.permission_error_box {
		background: transparent;
		width :auto;
		height: auto;
		border-radius: 0;
	}
	.permission_error h3 {
		margin-bottom: 0;
		font-size: 2em;
	}
	.board_summary .right {
		display: none;
	}
	.board_summary .left {
		float: none;
		padding: 0;
		display: table;
		width: 100%;
		height: 100%;
	}
	.board_summary .left .avatar {
		width: 30px;
	}
	.board_summary .tools {
		display: block;
		position: absolute;
		right: 15px;
		top: -45px;
		font-size: 20px;
		z-index: 100;
		float:none;
	}
	.board_summary .tools.txt {
		display: none;
	}
	#add_calendar_form .setting_link {
		width: 250px;
	}
	.board-head .tools {
		display: block;
		float: none;
		clear:both;
		margin-bottom: 10px;
	}
	.li_footer {
		margin-top: 10px !important;
	}
	.li_board ~ .li_footer.no_write {
		display: none;
	}
	.li_board ~ .li_footer {
		margin: 0 !important;
		padding-top: 10px;
	}
	.board-head .heading {
		display: table;
		width: 100%;
		margin-bottom: 10px;
	}
	.board-head header {
		display: table-cell;
		line-height: 1.2;
		height: auto;
		vertical-align: middle;
	}
	.board-head .tools .input-group {
		display: block;
		width: 100%;
		margin-left: 0;
		float: none;
	}
	.board-head .photo_review{
		position: absolute;
		right: 0;
		top: -8px;
	}
	.board-head .tools .form-control {
		display: block;
		float: none;
	}
	.list-style-card .card-body .text {
		font-size   : 12px;
		line-height : 1.5em;
	}
	.list_tap a {
		padding : 8px 12px;
		position : relative;
	}
	.li_table ul .tit .notice {
		vertical-align : top;
	}
	.list_tap a i {
		position: absolute;
		top: 50%;
		margin-top: -7px;
	}
	.list_tap span.secret_icon i {
		position: static;
	}
	.board_summary .author .date, .board_summary .author .hit-count, .board_summary .author .board_name, .list-style .list .board-block .writer {
		font-size : 11px;
	}
	.blog .blog-body .text-block strong {
		font-size : 1.3em;
	}
	.title-block {
		font-size : 14px;
	}
	.list .title strong {
		font-size : 1.2em;
	}
	.bg-block .se_background {
		margin-bottom : 0;
		height:300px;
	}
	.blog-body strong {
		font-size   : 1.1em;
		line-height : 1.1em;
	}
	.list_tap span {
		line-height : 17px;
		padding-left: 45px;
	}
	.list_tap .zmdi {
		margin-left: 10px;
	}
	.doz_sys .card-body {
		padding : 15px;
	}
	.doz_sys .list-style-card .row.col-gutter-4 .card-body .title{
		padding: 15px 15px 0;
	}
	.doz_sys .list-style-card .row.col-gutter-4 .card-body .text{
		padding: 0 15px;
	}
	.list-style-card .ma-item {
		width : 50%;
		float : left;
	}
	.bg-block .content-tit {
		margin-top:-75px;
	}
	.content-tit .title {
		margin-bottom:10px;
		font-size:18px;
	}
	.content-tit .board {
		margin:15px 0;
	}
	.comment .sub_comment_wrap .main_comment {
		padding-left: 44px;
	}
	.comment .comment .comment_textarea {
		margin: 12px 0 0 44px;
	}
	.avatar {
		padding-right : 12px;
	}
}
@media all and (min-width: 901px) {
	.board_write > .header > .row .right {
		display: none;
	}
}
@media all and (max-width: 900px) {
	.board_write > .header > .row .col-sm-4:nth-child(1) {
		width: 34px !important
	}
	.board_write > .header > .row .col-sm-4:nth-child(2) {
		width: 41% !important;
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding-right: 0;
		font-size: 14px;
	}
	.board_write > .header > .row .col-sm-4:nth-child(3) {
		width: 140px !important;
		display: block;
		padding-left: 0;
	}
	.board_write .footer-btn {
		display: none;
	}
}
@media all and (max-width: 767px) {
  .modal_article .guest__title-margin {
    margin-top: 70px;
  }
  article.modal_article h2 {
		font-size: 24px;
	}
	article.modal_article.non_member_login h2 {
		font-size:30px;
	}
	article.modal_article.login h2 {
		margin-bottom:20px;
	}
	.drop_profile_img {
		width:64px;
		height:64px;
	}
	.fileupload_profile_img, .drop_profile_img input, .fileupload_profile_img .over {
		width:64px;
		height:64px;
	}
	.modal_article .fileupload_profile_img,
	.modal_article .drop_profile_img{
		width: 64px;
		height: 64px;
	}
	.fileupload_profile_img img {
		width:64px !important;
		height:64px !important;
	}
	.li_table .dropdown_search .input-group {
		width: 210px;
		float: left;
	}
	.board_write .m_tools {
		display: block;
		border-bottom: 1px solid rgba(128, 128, 128, 0.3);
		position : relative;
		z-index: 10000;
	}
	.board_write .m_tools.m_sticky_toolbar, .write-body.schedule .m_sticky_toolbar {
		position:fixed;
		z-index: 2;
		bottom: auto;
		top: 47px;
		width: 100%;
		background-color: #fff;
	}
	.write-body.schedule .m_sticky_toolbar {
		top: 45px;
		border-bottom: 1px solid rgba(128, 128, 128, 0.3);
	}
	.write-body.schedule .mobile_tool_bar {
		display: block;
		height: 47px;
		margin-bottom: 0;
		border-top: 1px solid rgba(128, 128, 128, 0.3);
		border-bottom: 1px solid rgba(128, 128, 128, 0.3);
		z-index: 10;
	}
	.write-body.schedule .mobile_tool_bar .m-tools {
		position: relative;
	}
	.board_write .m_tools > div, .write-body.schedule .m_tools > div {
		float: left;
		height: 47px;
		padding-left:10px;
		z-index: 1;
	}
	.board_write,
	.board_write.post_write,
	.board_write.map_post_write {
		padding    :0;
		margin-top : 0;
		overflow-x: hidden;
	}
	.board_write .title_box {
		margin-top: 0;
	}
	.board_write .title_box input, .write-body.schedule .title_box input {
		margin-bottom : 0 !important;
		height        :47px;
		padding       : 8px 85px 8px 15px;
		font-size     :14px;
	}
	.board_write.full_mode .title_box input.title_name {
		padding-right: 15px;
		padding-left: 8px;
	}
	.board_write .title_box .cover input {
		height: 47px;
		top: -13px;
	}
	.board_write ._mobile_tool_bar .cover input {
		height: 47px;
		top: -13px;
	}
	.board_write .bg_photo a.upload {
		padding-left :0;
	}
	.board_write.bg_on .title_box input {
		border-bottom: 1px solid rgba(128, 128, 128, 0.3) !important;
		padding: 8px 100px 8px 15px;
		color: #000;
	}
	.board_write.bg_on .title_box input::-webkit-input-placeholder {
		color: #999 !important;
	}
	.board_write .bg_photo {
		top :13px;
		right: 15px;
	}
	.board_write.bg_on .bg_photo {
		top :10px;
	}
	.board_write .bg_photo img {
		display: inline-block;
		width :30px;
		height:30px;
		margin-right: 10px;
	}
	.board_write .bg_photo_mobile img {
		width :30px;
		height:30px;
	}
	.board_write .bg_photo_mobile a.upload {
		padding: 0;
	}
	.board_write.bg_on .bg_photo a.upload,.board_write .title_box img.non_member,.board_write .bg_photo a i,.board_write.bg_on .bg_write img,.board_write.bg_on .bg_write,.board_write.bg_on .bg_write .bg_opacity {
		display: none;
	}
	.board_write.bg_on .editor_box .postBody {
		margin-top : 0;
	}
	.board_write .postBody,
	.calendar_write .postBody {
		padding: 20px 15px;
	}
	.board_write .m_sticky_toolbar ~ .postBody,
	.board_write .m_sticky_container_ios ~ .postBody {
		padding-top:141px !important;
	}
	.board_write.map_post_write .m_sticky_toolbar ~ .postBody {
		padding-top:94px;
	}
	.board_write .basic_input {
		font-size: 14px
	}
	.board_write .fr-toolbar.fr-top,
	.calendar_write .fr-toolbar.fr-top {
		border: 0;
		height: 43px;
		box-shadow: none;
		-webkit-border-radius: 0;
		padding: 0;
		border-bottom: 1px solid rgba(128, 128, 128, 0.3);
	}
	.board_write .fr-box.fr-basic.fr-top .fr-wrapper {
		border-radius: 0;
		box-shadow: none;
		border-bottom: 1px solid rgba(128, 128, 128, 0.3);
	}
	.board_write .fr-box .fr-counter {
		display: none;
	}
	.board_write  .fa-photo:before, .fa-image:before, .fa-picture-o:before {
		content: "\f031";
		display: inline-block;
		font: normal normal normal 14px/1 "Black Tie";
		font-size: inherit;
		vertical-align: -14.28571429%;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transform: translate(0, 0);
		font-weight: 900;
	}
	.board_write .fa-bold,.board_write .fa-text-height,.board_write .fa-tint,.board_write .fa-link,.board_write .fa-file-o {
		display: none;
	}
	.board_write .write-icon {
		top: 0;
		right: 8px;
	}
	.board_write .write-icon .icon {
		padding :0;
	}
	.board_write .title_box .write-icon {
		display: none;
	}
	.board_write .title_box .write-icon.m-write-icon {
		display: block;
	}
	.board_write .title_box .clearfix span {
		width:50%
	}
	.board_write .title_box .clearfix span.nick {
		margin-right: 0;
		border-right: 1px solid rgba(128, 128, 128, 0.3);
	}
	.board_write .title_box.add_review .clearfix .nick {
		width: 100%;
		height: auto;
	}
	.board_write .title_box.add_review .title_area {
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.board_write .write-icon .icon .bt-font,.board_write .ico,
	.write-body.schedule .m_tools .write-icon .icon .bt-font, .write-body.schedule .m_tools .ico {
		font-size: 18px;
		width: 20px;
		margin: 15px 7px;
		text-align: center;
		float: none;
	}
	.board_write .ico, .write-body.schedule .m_tools .ico {
		color : #999;
	}
	.board_write .fr-desktop .fr-command:hover, .fr-desktop .fr-command:focus {
		background: transparent;
	}
	.board_write .fr-placeholder {
		font-size: 16px !important;
	}
	.board_write.guest_mode .title_box .col-sm-3  {
		border-bottom: 1px solid rgba(128, 128, 128, 0.3);
	}
	.board_write.guest_mode .title_box .col-sm-3 input {
		border-bottom :none;
		padding: 8px 0;
	}
	.board_write.bg_on .bt-font {
		color: #999;
	}
	.custom-theme.fr-box.fr-basic .fr-wrapper {
		border:0;
	}
}
@media all and (max-width: 380px) {
	.header_section .mobile_menu {
		min-width: 255px
	}
	.header_section.theme-basic .header h1 img {
		max-width: 260px;
	}
	.remove_box .zmdi {
		font-size: 20px;
	}
	.remove_box .zmdi.zmdi-close {
		margin-left: 6px
	}
	.remove_box .zmdi.zmdi-edit {
		font-size: 20px;
		margin-right: -5px;
	}
	.dropdown_search .input-group {
		width: 150px;
	}
	.list-style.album .item {
		margin-bottom: 15px
	}
	.file_area.dropdown .dropdown-menu {
		top: 40px;
		width: 200px;
		margin-left: -200px;
	}
	.board_summary .zmdi {
		margin-left: 0;
		width: 23px;
	}
	.no_member .basic_input {
		padding: 8px 7px
	}
	.remove_box.dropdown .dropdown-menu {
		width: 285px;
		left: -231px
	}
	.remove_box.dropdown .dropdown-menu p {
		font-size: 12px;
	}
	.remove_box.dropdown .dropdown-menu .input_area input {
		width: 175px
	}
}
.doz_sys .inside {
	margin: 0 auto;
	position: relative;
}
main {
	margin: 0 auto;
}
.doz_aside {
	position: relative;
}
div[doz_type="section"]:after,
div[doz_type="section"]:before,
div[data-type="section-wrap"]:after,
div[data-type="section-wrap"]:before {
	clear: both;
	content: '';
	display: table;
}
div[doz_type="row"] {
	position: relative;
}
div[doz_type="grid"] {
	position: relative;
}
div[doz_type="row"]:before, div[doz_type="row"]:after {
	display: block;
	content: " ";
	clear: both;
}
div[doz_type="text"].widget img {
	max-width:100%;
}
div[doz_type="text"].widget em, .visual_section em, .fr-view em {
	font-style: italic;
}
div:not(.col-dz-12) > div[doz_type="widget"] > div[doz_type="text"] > *:first-child, div:not(.col-dz-12) > div[doz_type="widget"] > div[doz_type="text"] > div > *:first-child {
	margin-top: 0;
}
div[doz_type="text"] table,
.footer-section table {
	border-spacing: 0;
	border-top: 1px solid #ececec;
	border-left: 1px solid #ececec;
	margin-bottom: 0;
}
div[doz_type="text"] table > thead > tr > th,
.footer-section table > thead > tr > th {
	vertical-align: middle;
	border-bottom: 2px solid #ececec;
}
div[doz_type="text"] table tbody td,
div[doz_type="text"] table tbody th,
div[doz_type="text"] table tfoot td,
div[doz_type="text"] table tfoot th,
div[doz_type="text"] table thead td,
div[doz_type="text"] table thead th,
.footer-section table tbody td,
.footer-section table tbody th,
.footer-section table tfoot td,
.footer-section table tfoot th,
.footer-section table thead td,
.footer-section table thead th {
	padding: 8px;
	border-top: 0;
	border-bottom: 1px solid #ececec;
	border-right: 1px solid #ececec;
	vertical-align: middle;
	line-height: inherit;
}
div[doz_type="text"] table > tbody > tr:nth-of-type(odd),
.footer-section table > tbody > tr:nth-of-type(odd) {
	background-color: transparent;
}
div[doz_type="text"] table.tableHorizontal,
.board_txt_area table.tableHorizontal,
.fr-view table.tableHorizontal,
.shop_view table.tableHorizontal,
.footer-section table.tableHorizontal {
	border: 0;
	border-top: 1px solid #ececec;
}
div[doz_type="text"] table.tableHorizontal > thead > tr > th,
.board_txt_area table.tableHorizontal > thead > tr > th,
.fr-view table.tableHorizontal > thead > tr > th,
.shop_view table.tableHorizontal > thead > tr > th,
.footer-section table.tableHorizontal > thead > tr > th {
	vertical-align: middle;
	border-bottom: 2px solid #ececec;
}
div[doz_type="text"] table.tableHorizontal tbody td,
div[doz_type="text"] table.tableHorizontal tbody th,
div[doz_type="text"] table.tableHorizontal tfoot td,
div[doz_type="text"] table.tableHorizontal tfoot th,
div[doz_type="text"] table.tableHorizontal thead td,
div[doz_type="text"] table.tableHorizontal thead th,
.board_txt_area table.tableHorizontal tbody td,
.board_txt_area table.tableHorizontal tbody th,
.board_txt_area table.tableHorizontal tfoot td,
.board_txt_area table.tableHorizontal tfoot th,
.board_txt_area table.tableHorizontal thead td,
.board_txt_area table.tableHorizontal thead th,
.board_view.new .substance table.tableHorizontal tbody td,
.board_view.new .substance table.tableHorizontal tbody th,
.board_view.new .substance table.tableHorizontal tfoot td,
.board_view.new .substance table.tableHorizontal tfoot th,
.board_view.new .substance table.tableHorizontal thead td,
.board_view.new .substance table.tableHorizontal thead th,
.fr-view table.tableHorizontal tbody td,
.fr-view table.tableHorizontal tbody th,
.fr-view table.tableHorizontal tfoot td,
.fr-view table.tableHorizontal tfoot th,
.fr-view table.tableHorizontal thead td,
.fr-view table.tableHorizontal thead th,
.shop_view table.tableHorizontal tbody td,
.shop_view table.tableHorizontal tbody th,
.shop_view table.tableHorizontal tfoot td,
.shop_view table.tableHorizontal tfoot th,
.shop_view table.tableHorizontal thead td,
.shop_view table.tableHorizontal thead th,
.modal_widget_fullboard table.tableHorizontal tbody td,
.modal_widget_fullboard table.tableHorizontal tbody th,
.modal_widget_fullboard table.tableHorizontal tfoot td,
.modal_widget_fullboard table.tableHorizontal tfoot th,
.modal_widget_fullboard table.tableHorizontal thead td,
.modal_widget_fullboard table.tableHorizontal thead th,
.footer-section table.tableHorizontal tbody td,
.footer-section table.tableHorizontal tbody th,
.footer-section table.tableHorizontal tfoot td,
.footer-section table.tableHorizontal tfoot th,
.footer-section table.tableHorizontal thead td,
.footer-section table.tableHorizontal thead th {
	border: 0;
	border-bottom: 1px solid #ececec;
}
div[doz_type="text"] table.tableHover > tbody > tr:hover,
.board_txt_area table.tableHover > tbody > tr:hover,
.fr-view table.tableHover > tbody > tr:hover,
.shop_view table.tableHover > tbody > tr:hover,
.modal_widget_fullboard table.tableHover > tbody > tr:hover,
.footer-section table.tableHover > tbody > tr:hover {
	background-color: rgba(128, 128, 128, 0.1)
}
div[doz_type="text"] table.tableStriped > tbody > tr:nth-of-type(odd),
.board_txt_area table.tableStriped > tbody > tr:nth-of-type(odd),
.fr-view table.tableStriped > tbody > tr:nth-of-type(odd),
.shop_view table.tableStriped > tbody > tr:nth-of-type(odd),
.modal_widget_fullboard table.tableStriped > tbody > tr:nth-of-type(odd),
.footer-section table.tableStriped > tbody > tr:nth-of-type(odd) {
	background-color: rgba(128, 128, 128, 0.05)
}
div[doz_type="text"] table.tableStrong,
div[doz_type="text"] table.tableStrong tbody td,
div[doz_type="text"] table.tableStrong tbody th,
div[doz_type="text"] table.tableStrong tfoot td,
div[doz_type="text"] table.tableStrong tfoot th,
div[doz_type="text"] table.tableStrong thead td,
div[doz_type="text"] table.tableStrong thead th,
.board_txt_area table.tableStrong,
.board_txt_area table.tableStrong tbody td,
.board_txt_area table.tableStrong tbody th,
.board_txt_area table.tableStrong tfoot td,
.board_txt_area table.tableStrong tfoot th,
.board_txt_area table.tableStrong thead td,
.board_txt_area table.tableStrong thead th,
.board_view.new .substance table.tableStrong tbody td,
.board_view.new .substance table.tableStrong tbody th,
.board_view.new .substance table.tableStrong tfoot td,
.board_view.new .substance table.tableStrong tfoot th,
.board_view.new .substance table.tableStrong thead td,
.board_view.new .substance table.tableStrong thead th,
.fr-view table.tableStrong,
.fr-view table.tableStrong tbody td,
.fr-view table.tableStrong tbody th,
.fr-view table.tableStrong tfoot td,
.fr-view table.tableStrong tfoot th,
.fr-view table.tableStrong thead td,
.fr-view table.tableStrong thead th,
.shop_view table.tableStrong,
.shop_view table.tableStrong tbody td,
.shop_view table.tableStrong tbody th,
.shop_view table.tableStrong tfoot td,
.shop_view table.tableStrong tfoot th,
.shop_view table.tableStrong thead td,
.shop_view table.tableStrong thead th,
.modal_widget_fullboard table.tableStrong,
.modal_widget_fullboard table.tableStrong tbody td,
.modal_widget_fullboard table.tableStrong tbody th,
.modal_widget_fullboard table.tableStrong tfoot td,
.modal_widget_fullboard table.tableStrong tfoot th,
.modal_widget_fullboard table.tableStrong thead td,
.modal_widget_fullboard table.tableStrong thead th,
.footer-section table.tableStrong,
.footer-section table.tableStrong tbody td,
.footer-section table.tableStrong tbody th,
.footer-section table.tableStrong tfoot td,
.footer-section table.tableStrong tfoot th,
.footer-section table.tableStrong thead td,
.footer-section table.tableStrong thead th {
	border-color: #d8d8d8;
}
div[doz_type="text"] table.noBorder,
div[doz_type="text"] table.noBorder tbody td,
div[doz_type="text"] table.noBorder tbody th,
div[doz_type="text"] table.noBorder tfoot td,
div[doz_type="text"] table.noBorder tfoot th,
div[doz_type="text"] table.noBorder thead td,
div[doz_type="text"] table.noBorder thead th,
div[doz_type="text"] table.noBorder > thead > tr > th,
.board_view.new .substance table.noBorder tbody td,
.board_view.new .substance table.noBorder tbody th,
.board_view.new .substance table.noBorder tfoot td,
.board_view.new .substance table.noBorder tfoot th,
.board_view.new .substance table.noBorder thead td,
.board_view.new .substance table.noBorder thead th,
.board_txt_area table.noBorder,
.board_txt_area table.noBorder tbody td,
.board_txt_area table.noBorder tbody th,
.board_txt_area table.noBorder tfoot td,
.board_txt_area table.noBorder tfoot th,
.board_txt_area table.noBorder thead td,
.board_txt_area table.noBorder thead th,
.board_txt_area table.noBorder > thead > tr > th,
.shop_view table.noBorder,
.shop_view table.noBorder tbody td,
.shop_view table.noBorder tbody th,
.shop_view table.noBorder tfoot td,
.shop_view table.noBorder tfoot th,
.shop_view table.noBorder thead td,
.shop_view table.noBorder thead th,
.shop_view table.noBorder > thead > tr > th,
.modal_widget_fullboard table.noBorder,
.modal_widget_fullboard table.noBorder tbody td,
.modal_widget_fullboard table.noBorder tbody th,
.modal_widget_fullboard table.noBorder tfoot td,
.modal_widget_fullboard table.noBorder tfoot th,
.modal_widget_fullboard table.noBorder thead td,
.modal_widget_fullboard table.noBorder thead th,
.modal_widget_fullboard table.noBorder > thead > tr > th,
.footer-section table.noBorder,
.footer-section table.noBorder tbody td,
.footer-section table.noBorder tbody th,
.footer-section table.noBorder tfoot td,
.footer-section table.noBorder tfoot th,
.footer-section table.noBorder thead td,
.footer-section table.noBorder thead th,
.footer-section table.noBorder > thead > tr > th {
	border: 0;
}
.fr-view table.noBorder tbody td {
	border:0;
	background: transparent;
}
.admin .fr-view table.noBorder,
.admin .fr-view table.noBorder tbody td,
.admin .fr-view table.noBorder tbody th,
.admin .fr-view table.noBorder tfoot td,
.admin .fr-view table.noBorder tfoot th,
.admin .fr-view table.noBorder thead td,
.admin .fr-view table.noBorder thead th,
.admin .fr-view table.noBorder > thead > tr > th {
	border-style: dashed;
	border-width: 1px;
	border-color: #ececec;
}
.admin .fr-view table.noBorder {
	border-collapse: collapse;
}
.admin .fr-view table.noBorder td.fr-selected-cell, .admin .fr-view table.noBorder th.fr-selected-cell {
	border: 1px double #1e88e5;
}
.fr-view table.tableStrong,.fr-view table.tableStrong td {
	border-width :2px;
}
.fr-view table td, .fr-view table th {
	border: 1px solid #ececec;
}
.fr-view hr {
	border-top: 1px solid #ddd;
}
.fr-view .btn {
	white-space: normal;
}
.shop_view .fr-view tbody {
	border-left: 1px solid #ececec;
}
.shop_view .fr-view .noBorder tbody,
.shop_view .fr-view .tableHorizontal tbody {
	border : 0;
}

.fr-view span.fr-emoticon {
	display : inline-block;
	line-height: inherit;
}
div[doz_type="text"] table.tableHeaderDarken > thead > tr > th,
.board_txt_area table.tableHeaderDarken > thead > tr > th,
.fr-view table.tableHeaderDarken > thead > tr > th,
.shop_view table.tableHeaderDarken > thead > tr > th,
.modal_widget_fullboard table.tableHeaderDarken > thead > tr > th,
.footer-section table.tableHeaderDarken > thead > tr > th {
	background-color: rgba(128, 128, 128, 0.1)
}
.widget.empty {
	height: 200px;
	background-color: #eee;
}
.widget .add_txt {
	position: absolute;
	left: 50%;
	margin-left: -55px;
	width: 110px;
	top: 50%;
	margin-top: -7px;
	z-index: 1;
	background: #fff;
	height: 36px;
	text-align: center;
	border-radius: 2px;
	line-height: 37px;
}
.widget.logo {
	text-align: center;
}
.widget.logo.text_inline {
	text-align: left;
}
.widget.logo.text_inline > div {
	display: table-cell;
	vertical-align: middle;
}
.message_panel .none_img {
	display: inline-block;
	background: url(../f/f0ac4ecc_img_empty_state.png) no-repeat center top;
	width: 132px;
	height: 132px;
}
.message_panel {
	position: absolute;
	width: 100%;
	height: 100px;
	top: 50%;
	margin-top: -120px;
	text-align: center;
}
.message_panel p {
	font-size: 20px;
	line-height: 20px;
	color: #b2b2b2;
}
@media all and (max-width: 767px) {
	.blog .blog-body .text-block strong {
		font-size: 18px;
	}
	.album-body {
		padding: 12px 10px 20px
	}
	.list-style.masonry-style .album-foot {
		padding-bottom: 12px
	}
	.album-body .title {
		margin-bottom: 10px
	}
	.album-foot .cmt, .album-foot .eye {
		display: block;
		padding-left: 0
	}
	.album-foot .comment-count.only-mobile {
		right: 10px
	}
	.list-style.masonry-style .profile-thumb {
		left: 10px;
	}
	.list-style.masonry-style .album-foot {
		padding-left: 65px;
	}
	.ad-block {
		height: 50px;
	}
	.dropdown_search .input-group {
		width: 150px
	}
	.no_member .basic_input {
		width: 100px;
	}
	.fr-view table td, .fr-view table th {
		max-width: 100%;
		word-break: break-all;
	}
}
body.offcanvas-expanded {
	overflow: hidden;
}
body.offcanvas-expanded {
	padding-right: 0 !important;
	overflow: visible;
	width: 100%;
}
.offcanvas {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 150000;
}
.offcanvas-pane {
	position: absolute;
	top: 0;
	bottom: 0;
	min-width: 8px;
	background-color: #ffffff;
	overflow: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: -webkit-transform 0.33s ease-in;
	-moz-transition: -moz-transform 0.33s ease-in;
	-o-transition: -o-transform 0.33s ease-in;
	transition: transform 0.33s ease-in;
}
.offcanvas-pane.active {
	display: block !important;
	-webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38);
	box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98);
	-moz-transition: -moz-transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98);
	-o-transition: -o-transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98);
	transition: transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98);
}
.offcanvas_slide.board-mobile {
	transition: transform 500ms ease 0s;
	width: 320px;
	height: 100%;
	position: fixed;
	top: 0;
	right: -320px;
	bottom: 0;
	z-index: 150000;
}
.offcanvas_show.board-mobile {
	transform: translate3d(-320px, 0px, 0px);
}
.offcanvas-head {
	position: relative;
}
.board-mobile .offcanvas-tools {
	position: absolute;
	right: 4px;
	top: 14px;
	width: 24px;
	height: 24px;
}


.board-mobile .offcanvas-tools .zmdi {
	font-size: 24px;
	cursor: pointer;
}
.alarm-pane {
	position: absolute;
	top: 0;
	bottom: 0;
	min-width: 8px;
	background-color: #ffffff;
	overflow: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: -webkit-transform 0.33s ease-in;
	-moz-transition: -moz-transform 0.33s ease-in;
	-o-transition: -o-transform 0.33s ease-in;
	transition: transform 0.33s ease-in;
}
.alarm-pane.active {
	display: block !important;
	-webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38);
	box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98);
	-moz-transition: -moz-transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98);
	-o-transition: -o-transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98);
	transition: transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98);
}
.alarm_slide.board-mobile {
	transition: transform 500ms ease 0s;
	width: 320px;
	height: 100%;
	position: fixed;
	top: 0;
	right: -320px;
	bottom: 0;
	z-index: 150000;
}
.offcanvas_show.board-mobile {
	transform: translate3d(-320px, 0px, 0px);
}
.board-mobile .alarm-tools {
	position: absolute;
	left: 4px;
	right: 4px;
	top: 4px;
}
.board-mobile {
	position: relative;
}
.board-mobile .alarm-tools {
	left: auto;
	top: 10px;
	right: 10px;
	width: 24px;
	height: 24px
}
.board-mobile .alarm-tools .zmdi {
	font-size: 24px;
	color: #757575;
	display: inline-block;
}
.board-mobile.write .site-alarm-body .cheak_article:first-child {
	margin-top: 16px
}
.board-mobile.write .cheak_article {
	margin: 24px 0 0 16px
}
.board-mobile.write .cheak_article .icon_box_area {
	margin-top: -1px
}
.traffic-body {
	padding: 0 20px;
	background: #f9f9fa;
}
.traffic-header {
	padding-left: 30px
}
.logo_icon {
	display: inline-block;
	background: rgba(0, 0, 0, 0) url(../f/aeea7046_logo_doznut.png) no-repeat scroll 0 0 / 39px auto;
	font-size: 20px;
	line-height: 42px;
	padding: 0 0 0 40px;
	margin-top: 25px
}
.logo_icon span {
	color: #212121;
	font-weight: normal;
	margin-left: 12px;
}
.traffic {
	left: 0;
	width: 100%;
	position: absolute;
	top: 40%;
	transform: translateY(-40%);
	text-align: Center;
}
.traffic .traffic-bg {
	display: inline-block;
	width: 222px;
	height: 185px;
	background: url(../f/69d1e06b_traffic.png) no-repeat center;
	background-size: 100% auto;
	margin-left: -30px;
}
.traffic strong {
	font-size: 36px;
	display: block;
	font-weight: normal;
	text-align: center;
	margin-top: 45px;
}
.traffic small {
	display: block;
	font-size: 17px;
	line-height: 1.5;
	text-align: Center;
	color: #999;
	margin: 12px auto 24px;
	width: 100%;
	max-width: 500px;
}
.traffic .btn {
	padding: 0 25px;
	height: 48px;
	line-height: 48px;
	margin: 0 auto;
	display: inline-block;
	margin-bottom: 8px;
}
@media all and (max-width: 767px) {
	.doz_aside {
		display:none;
	}
	.doz_sys .inside {
		width:100%;
	}
	.traffic-header {
		padding-left: 0;
		padding-bottom: 25px
	}
	.traffic-content {
		position: relative
	}
	.traffic {
		padding-bottom: 20px
	}
	.traffic strong {
		font-size: 24px;
	}
	.traffic small {
		font-size: 16px;
		padding: 0 15px
	}
}
@media all and (max-width: 340px) {
	.non-member input[type='text'] {
		width: 80px;
	}
	.non-member input[type='password'] {
		width: 120px;
	}
	.traffic strong {
		margin-top: 25px;
		font-size: 20px;
	}
	.traffic small {
		font-size: 14px;
	}
}
button.btn-flat, .btn-flat {
	background-color: transparent !important;
	border-color: transparent !important;
}

.fr-toolbar.fr-inline.fr-mobile, .fr-sticky-on.fr-sticky-ios {
	width: 100% !important;
}
.member_profile {
	background: #fff;
	border-radius: 3px;
	color: #212121;
	width: 300px;
	right: 0;
	left: auto;
	padding: 0
}
.member_profile .btn {
	letter-spacing: 0;
}
.member_profile .profile-info img {
	width: 80px;
	height:80px;
}
.member_profile .dropdown-profile {
	padding: 24px;
	border-bottom: 1px solid #eee;
	font-size: 16px;
}
.member_profile .dropdown-profile .profile-info small {
	display: block;
}
.member_profile .profile-footer {
	padding: 0;
	border-radius: 3px;;
}
.member_profile .profile-footer a {
	display: table-cell;
	color: #212121;
	padding: 12px 0;
	font-size:13px;
	word-break: break-word;
	word-wrap: break-word;
	white-space: normal;
	border-right: 1px solid #eee !important;
}
.member_profile .profile-footer a:last-child {
	border-right: none;
}
.member_profile .profile-footer a:hover, .member_profile .profile-footer a:active, .member_profile .profile-footer a:focus {
	background: #f0f0f0;
}
.fc-day-grid-event:not(.active) .fc-content {
	color:#212121;
}
.fc-day-grid-event.time-event .fc-content{
	color: inherit;
}
.form-widget.deadline {
	position: relative;
}
.form-widget .deadline-bar {
	display: none
}
.form-widget.deadline .deadline-bar {
	display: block;
	font-size: 16px;
	line-height: 1;
	background: rgba(246, 64, 72, 0.3);
	padding: 12px;
	text-align: center;
	border-radius: 3px;
	margin-bottom: 30px;
}
.form-widget.deadline .deadline-bar i {
	color: #7e6263
}
.form-widget.deadline .deadline-opacity {
	opacity: 0.3;
	cursor: no-drop;
}
.form-widget.deadline .deadline-opacity * {
	cursor: no-drop !important;
}
.icon-required {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #f25656;
	border-radius: 50%;
	margin-left: 5px;
	vertical-align: 2px;
}
.canvas-holder {
	max-width: 400px;
}
.chart_data ul {
	list-style: none;
	margin: 0;
	padding:0;
}
.chart_data .chartcolor {
	display: inline-block;
	width: 16px;
	height:16px;
	vertical-align: middle;
	margin-right: 8px;
}
.chart_data .opt {
	display: inline-block;
	vertical-align: middle;
}
.opt_list {
	margin:0;
	padding:0;
	list-style: none;
}
.opt_list li {
	background-color:rgba(128,128,128,0.1);
	padding:8px;
	margin-bottom:5px;
}
.layer-popup.terms {
	height: 100%;
	max-width: 560px;
	max-height: 700px;
	overflow-y: hidden;
	overflow-x: hidden;
	padding: 30px 0 50px;
	line-height: 1.6;
	border-radius: 0;
	position: fixed;
	left: 50%;
	top: 100px;
	margin-left: -280px;
	z-index: 500;
}
.layer-popup.terms header {
	font-size: 20px;
	padding: 0 30px;
	display: inline-block;
	width: auto;
	line-height: 1
}
.layer-popup.terms .zmdi-close {
	position: absolute;
	right: 24px;
	top: 33px;
	cursor: pointer
}
.layer-popup.terms.password {
	max-height: 400px;
	margin-top: -200px;
}
.layer-popup.terms h1 {
	font-size: 20px;
}
.layer-popup.terms .content {
	height: 100%;
	overflow: auto;
	padding: 0 30px;
	margin-top: 40px;
}
.layer-popup.terms .content h4, .layer-popup.terms .content h5 {
	margin: 1.2em 0 1.2em;
	font-weight: 500;
}
.layer-popup.terms .content h5 {
	font-size: 16px;
}
.layer-popup.terms .content strong {
	font-weight: 500;
}
.layer-popup.terms .content p {
	margin-bottom: 10px;
}
.layer-popup.terms .content ol li, .layer-popup.terms .content ul li ol li {
	list-style-type: decimal;
}
.layer-popup.terms .content ol li ol li {
	list-style-type: decimal;
}
.layer-popup.terms .content ul li {
	list-style-type: disc;
}
@media all and (max-width: 767px) {
	.layer-popup.terms {
		left: 0;
		top: 0;
		width: 100%;
		margin: 0;
		max-width: 100%;
	}
	.layer-popup.terms, .layer-popup.terms.password {
		margin-top: 0;
		height: 100%;
		max-height: none;
	}
}
.input-block .radio label, .input-block .checkbox label {
	padding-left: 0
}
.input-block .alert {
	padding       : 0;
	display       : inline-block;
	color         : #F84A71;
	margin-left   : 5px;
	margin-bottom : 0;
	border-left   : 0;
}
.term .input-block.term-block .checkbox:nth-child(1) {
	margin-top: 21px;
}
.term .btn-block {
	margin-top: 10px;
}
.term .btn-block .btn-basic {
	background: #E7E7E7
}
.term .btn-block .btn {
	width       : 49.5%;
	height      : 48px;
	line-height : 46px;
	padding     : 0;
	letter-spacing: 0.1em;
	font-size: 14px;
}
.term .btn-block .btn:first-child {
	margin-right: 1%;
}
.checkbox-styled:not(ie8).no-margin input ~ span,.radio-styled:not(ie8).no-margin input ~ span {
	padding-left:20px;
}
.checkbox-styled:not(ie8) input[type="radio"],.radio-styled:not(ie8) input[type="radio"],.checkbox-styled:not(ie8) input[type="checkbox"],.radio-styled:not(ie8) input[type="checkbox"] {
	position:absolute;
	z-index:-1;
	opacity:0;
	filter:alpha(opacity=0);
}
.checkbox-styled:not(ie8).disabled ~ span:before,.radio-styled:not(ie8).disabled ~ span:before,.checkbox-styled:not(ie8) input[disabled] ~ span:before,.radio-styled:not(ie8) input[disabled] ~ span:before,.checkbox-styled:not(ie8) input[readonly] ~ span:before,.radio-styled:not(ie8) input[readonly] ~ span:before {
	color:#BDBDBD;
}
.checkbox-styled:not(ie8).disabled:checked ~ span:before,.radio-styled:not(ie8).disabled:checked ~ span:before,.checkbox-styled:not(ie8) input[disabled]:checked ~ span:before,.radio-styled:not(ie8) input[disabled]:checked ~ span:before,.checkbox-styled:not(ie8) input[readonly]:checked ~ span:before,.radio-styled:not(ie8) input[readonly]:checked ~ span:before {
	color:#BDBDBD;
}
.checkbox-styled:not(ie8).disabled:checked ~ span:after,.radio-styled:not(ie8).disabled:checked ~ span:after,.checkbox-styled:not(ie8) input[disabled]:checked ~ span:after,.radio-styled:not(ie8) input[disabled]:checked ~ span:after,.checkbox-styled:not(ie8) input[readonly]:checked ~ span:after,.radio-styled:not(ie8) input[readonly]:checked ~ span:after,.radio-styled:not(ie8) input[disabled] ~ span:before {
	background-color:#e5e6e6;
}
.checkbox-styled:not(ie8) input ~ span:before,
.radio-styled:not(ie8) input ~ span:before {
	content        :'';
	position       : absolute;
	left: 0;
	display        : inline-block;
	vertical-align : top;
	background     : #fff;
	color          : #fff;
	text-indent    : .07em;
	line-height    : 1.44em;
	font-weight    : 600;
	border-radius  : 3px;
	border         : 1px solid #cfd6d9;
	text-align     : center;
}
.radio-styled:not(ie8) input ~ span:before {
	top: 0.1125em;
	height         : 1em;
	width          : 1em;
	font-size: 1.375em;
	font-size: max(1.375em, 12px);
}
.checkbox-styled:not(ie8) input ~ span:before {
	top: 0.175em;
	height         : 1.67em;
	width          : 1.67em;
	font-size: 0.75em;
	font-size: max(0.75em, 9px);
}
.checkbox-styled:not(ie8) input:checked ~ span:before {
	content: '\f012';
	font-family: 'Black Tie';
	vertical-align: -14.28571429%;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0,0);
	background: #1A6DFF;
	border: 1px solid #1A6DFF;
	border-left-width: 2px;
	border-right-width: 2px;
}
.checkbox-styled:not(ie8) input ~ span, .radio-styled:not(ie8) input ~ span {
	position: relative;
	padding-left: 2em;
	display: inline-block;
	cursor: pointer;
	vertical-align: text-top;
}
.checkbox-styled:not(ie8) input ~ span {
	padding-left: 1.9375em;
}
.radio-styled:not(ie8) input ~ span:before {
	border-radius: 50%;
}
.radio-styled:not(ie8) input ~ span.no-radius:before {
	border-radius: 0;
}
.radio-styled:not(ie8).radio_color_option {
	padding: 0;
	margin: 0 5px 5px 0;
	line-height: 0;
}
.radio-styled:not(ie8).radio_color_option[data-title]:hover:before {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-style: solid;
	border-color: transparent;
	border-bottom-color: #000;
	width: 0;
	height: 0;
}
.radio-styled:not(ie8).radio_color_option[data-title]:hover:after  {
	content: attr(data-title);
	background: rgba(0,0,0, 0.8);
	color: #fff;
	padding: 0.5em 0.8em;
	border-radius: 4px;
	bottom: -30px;
	position: absolute;
	line-height: 12px;
	left: 50%;
	white-space: pre;
	word-break: keep-all;
	text-align: center;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index:100;
	font-size: 12px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	white-space: nowrap;
	word-break: normal;
	word-wrap: break-word;
}
.doz_sys .radio-styled:not(ie8).radio_color_option input ~ span {
	width: 26px;
	height: 26px;
	padding: 0;
	margin: 0;
	position: relative;
}
.doz_sys .radio-styled:not(ie8).radio_color_option.small input ~ span {
	width: 18px;
	height: 18px;
	position: relative;
}
.doz_sys .radio-styled:not(ie8).radio_color_option input ~ span span {
	position: absolute;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	left: 4px;
	top: 4px;
}
.doz_sys .radio-styled:not(ie8).radio_color_option.small input ~ span span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-width : 1px;
	border-style: solid;
}
.doz_sys .radio-styled:not(ie8).radio_color_option input ~ span:before {
	border-radius: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	background: none;
}
.doz_sys .radio-styled:not(ie8).radio_color_option[data-style="C"] span,
.doz_sys .radio-styled:not(ie8).radio_color_option[data-style="C"] input ~ span:before {
	border-radius: 50%;
}
.doz_sys .radio-styled:not(ie8).radio_color_option input ~ span:before {
	border-color: #e0e0e0;
}
.doz_sys .radio-styled:not(ie8).radio_color_option input:checked ~ span:before {
	border: 2px solid #1A6DFF;
}
#goods_wrap .radio-styled:not(ie8).radio_color_option.soldout_option input ~ span span {
	background-color: #eee !important;
	background-image: none !important;
}
#goods_wrap .radio-styled:not(ie8).radio_color_option.soldout_option input ~ span:after {
	content: '';
	width: 1px;
	height: 34px;
	display: block;
	position: absolute;
	background: #e0e0e0;
	transform: rotate(45deg);
	left: 48%;
	top: -4px;
}
#goods_wrap .radio-styled:not(ie8).radio_color_option.soldout_option[data-style="C"] input ~ span:after {
	left: 49%;
	top: 1px;
	height: 25px;
}
.radio-styled:not(ie8) input:checked ~ span:before {
	background: radial-gradient(#1A6DFF 35%, #FFFFFF 45%);
}
.round-check.checkbox-styled:not(ie8) input ~ span:before{
	position: absolute;
	left: 0;
	top: -7px;
	z-index: 1;
	content: '';
	height:16px;
	width:16px;
	line-height:16px;
	background:url(../f/8634ea27_round-check-off.png) no-repeat;
	background-size:16px;
}
.round-check.checkbox-styled:not(ie8) input:checked ~ span:before{
	content: '';
	height:16px;
	border-radius:50%;
	width:16px;
	line-height:16px;
	background:url(../f/c3d043af_round-check-on.png) no-repeat;
	background-size:16px;
}
.fr-video:after {
	display: none;
}
@media (max-width: 991px) {
	.pc_section .sub_menu_hide,
	.mobile_hide {
		display: none;
	}
	.doz_sys .pc_section .doz_row.hidden-xs,
	div[hidden_xs="Y"] {
		display: none !important;
	}
	body.full_board_view .section_wrap[doz_footer_repeat="N"].mobile_hide {
		display: block;
	}
	.mobile_section {
		display: block;
	}
	.fr-video.fr-dvb {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
		display: block;
	}
	.fr-video.fr-dvb iframe {
		position : absolute;
		top      : 0;
		left     : 0;
		width    : 100% !important;
		height   : 100% !important;
	}
	.fr-video.fr-dvi {
		position: static;
		width: auto;
		padding-bottom: 0;
	}
}
.hidden {
	opacity: 0;
}
.visible {
	opacity: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.select_option_list2._select_option .tse-scrollable .tse-scroll-content {
		width: 115px !important;
		height: 100% !important;
		max-height: 225px
	}

}
.tse-scrollbar .drag-handle {
	width: 3px !important;
}
.tse-scrollbar .drag-handle.visible {
	opacity: 0.5 !important;
}
.style-default {
	background-color: #f6f6f8;
	border-color: #f6f6f8;
}
.no-border {
	border: 0 !important;
}
.no-bg {
	background: transparent;
}
.text-danger {
	color:#fb4637 !important;
}
.text-success {
	color:#3dc730;
}
.text-bright {
	color : #fff !important;
}
.text-gray {
	color: #757575 !important;
}
.text-gray-light {
	color: #999 !important;
}
a.text-bright:hover {
	color: #f0f0f0;
}
.bg-bright {
	background: #fff;
}
.absolute {
	position: absolute;
	display: block;
}
.holder {
	position: relative;
}
.no-radius {
	border-radius: 0;
}
.opacity-0 {
	opacity: 0;
}
.opacity-25 {
	opacity: 0.25 !important;
	filter: alpha(opacity=25) !important;
}
.opacity-40 {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.opacity-50 {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.opacity-60 {
	opacity: 0.6;
}
.opacity-70 {
	opacity: 0.7;
}
.opacity-75 {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.opacity-100 {
	opacity: 1;
	filter: alpha(opacity=100);
}
.no-margin {
	margin: 0 !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
.no-margin-y {
	margin-top: 0 !important;
	margin-bottom :0 !important;
}
.margin-bottom-lg {
	margin-bottom: 4px;
}
.margin-bottom-xl {
	margin-bottom: 8px !important;
}
.margin-bottom-12{
	margin-bottom: 12px !important;
}
.margin-bottom-xxl {
	margin-bottom: 16px !important;
}
.margin-bottom-xxxl {
	margin-bottom: 24px;
}
.margin-bottom-xxxxl {
	margin-bottom: 32px;
}
.margin-top-lg {
	margin-top: 4px;
}
.margin-top-xl {
	margin-top: 8px;
}
.margin-top-12 {
	margin-top: 12px;
}
.margin-top-xxl {
	margin-top: 16px;
}
.margin-top-xxxl {
	margin-top: 24px;
}
.margin-top-xxxxl {
	margin-top: 32px;
}
.margin-top-xxxxxl {
	margin-top: 40px;
}
.margin-left-lg {
	margin-left: 4px;
}
.margin-left-xl {
	margin-left: 8px;
}
.margin-left-12 {
	margin-left: 12px;
}
.margin-left-xxl {
	margin-left: 16px;
}
.margin-left-xxxl {
	margin-left: 24px;
}
.margin-right-lg {
	margin-right: 4px;
}
.margin-right-xl {
	margin-right: 8px;
}
.margin-right-12 {
	margin-right: 12px;
}
.margin-right-xxl {
	margin-right: 16px;
}
.margin-right-xxxl {
	margin-right: 24px;
}
.no-pointer {
	cursor: default !important;
}
.no-padding {
	padding: 0 !important;
}
.no-padding button {
	padding: 0 8px;
}
.no-padding-x {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.no-padding-y {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}
.sm-padding {
	padding: 12px 8px 12px;
}
.force-padding {
	padding: 24px;
}
.large-padding {
	padding: 48px;
}
.xlarge-padding {
	padding: 60px;
}
.normal-padding {
	padding: 15px
}
.small-padding {
	padding: 12px;
}
.no-y-padding {
	padding: 0 24px;
}
.no-side-padding, .no-x-padding {
	padding: 24px 0;
}
.btn-sm-padding {
	padding: 2px 15px;
}
.padding-bottom-xl{
	padding-bottom: 8px !important;
}
.btn-circle {
	border-radius: 30px !important;
}
.border-gray,
.border-black,
.border-white,
.border-lg,
.border-xl,
.border-xxl {
	border-style: solid;
	border-width: 1px;
	border-color: #0c0c0c;
}
.border-lg {
	border-width: 2px;
}
.border-xl {
	border-width: 3px;
}
.border-xxl {
	border-width: 5px;
}
.border-white {
	border-color: #ffffff;
}
.border-gray {
	border-color: #969c9c;
}
.border-gray.bright {
	border-color: #e5e5e5;
}
.border-transparent {
	border-color: transparent;
}
.hidden-border {
	border-color: transparent !important;
}
.border-dashed {
	border-style: dashed;
}
.default_border_bottom {
	border-bottom :1px solid #e5e5e5;
}
.overlay {
	position: absolute;
	left: 0;
	right: 0;
	padding:0 15px;
}
.overlay-default {
	background-color: rgba(150, 156, 156, 0.75);
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.overlay-primary {
	background-color: rgba(10, 168, 158, 0.75);
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.overlay-shade-top {
	background-image: -webkit-linear-gradient(top, rgba(12, 12, 12, 0.6) 0%, rgba(12, 12, 12, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(12, 12, 12, 0.6) 0%, rgba(12, 12, 12, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(12, 12, 12, 0.6) 0%, rgba(12, 12, 12, 0) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#990c0c0c', endColorstr='#000c0c0c', GradientType=0);
}
.overlay-shade-bottom {
	background-image: -webkit-linear-gradient(top, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.6) 100%);
	background-image: -o-linear-gradient(top, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.6) 100%);
	background-image: linear-gradient(to bottom, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.6) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000c0c0c', endColorstr='#990c0c0c', GradientType=0);
}
.mask {
	position : relative;
	overflow : hidden;
}
.bottom-layer {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}
.top-layer {
	position: relative;
	z-index: 1;
}
.stick-top-left,
.stick-top-right,
.stick-top-left-right {
	position: absolute;
	top: 0;
}
.stick-bottom-left,
.stick-bottom-right,
.stick-bottom-left-right {
	position: absolute;
	bottom: 0;
}
.stick-top-left,
.stick-bottom-left,
.stick-top-left-right,
.stick-bottom-left-right {
	left: 0;
}
.stick-top-right,
.stick-bottom-right,
.stick-top-left-right,
.stick-bottom-left-right {
	right: 0;
}
.height-1,
.size-1 {
	height: 40px;
}
.height-1-4,
.size-1-4 {
	height : 55px;
}
.height-2,
.size-2 {
	height: 80px;
}
.height-3,
.size-3 {
	height: 120px;
}
.height-4,
.size-4 {
	height: 160px;
}
.height-5,
.size-5 {
	height: 200px;
}
.height-6,
.size-6 {
	height: 240px;
}
.height-7,
.size-7 {
	height: 280px;
}
.height-8,
.size-8 {
	height: 320px;
}
.height-9,
.size-9 {
	height: 360px;
}
.height-10,
.size-10 {
	height: 400px;
}
.height-11,
.size-11 {
	height: 440px;
}
.height-12,
.size-12 {
	height: 480px;
}
.width-1,
.size-1 {
	width: 40px;
}
.width-2,
.size-2 {
	width: 80px;
}
.width-3,
.size-3 {
	width: 120px;
}
.width-4,
.size-4 {
	width: 160px;
}
.width-5,
.size-5 {
	width: 200px;
}
.width-6,
.size-6 {
	width: 240px;
}
.width-7,
.size-7 {
	width: 280px;
}
.width-8,
.size-8 {
	width: 320px;
}
.width-9,
.size-9 {
	width: 360px;
}
.width-10,
.size-10 {
	width: 400px;
}
.width-11,
.size-11 {
	width: 440px;
}
.width-12,
.size-12 {
	width: 480px;
}
.auto-width {
	width: auto;
}
.full-width {
	width: 100% !important;
}
.full-height {
	height: 100%;
}
.break-word {
	word-wrap:break-word ;
}
@media (min-width: 768px) {
	.scroll-xs {
		height: auto !important;
	}
}
@media (min-width: 992px) {
	.scroll-sm {
		height: auto !important;
	}
}
@media (min-width: 1200px) {
	.scroll-zmdi {
		height: auto !important;
	}
}
.table .graph {
	padding: 12px 8px 0;
}
.wrap:after {
	clear: both;
	content: "";
	display: block;
}
.wrap .number {
	width: 80px;
	float: left;
	line-height: 26px;
	margin-top: -11px;
}
.wrap .progress.progress-hairline {
	margin: 0;
}
.imweb-loader {
	position: fixed;
	top: 0;
	z-index: 999999999;
	width: 100%;
}
.imweb-loader .progress {
	height: 5px;
	border-radius: 0;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.imweb-loader .progress-bar {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.contain-xs {
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.contain-sm {
	max-width: 769px;
	margin-left: auto;
	margin-right: auto;
}
.contain-zmdi {
	max-width: 992px;
	margin-left: auto;
	margin-right: auto;
}
.contain-lg {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.star-rating,
.demo-color {
	display: inline-block;
}
pre.prettyprint {
	display: block;
	background-color: #f7f7f9;
	font-size: 13px;
	padding: 9px 14px !important;
	border-color: #e1e1e8 !important;
	tab-size: 2;
	-moz-tab-size: 2;
	-o-tab-size: 2;
}
pre .nocode {
	background-color: transparent;
	color: #ffffff;
}
pre .str {
	color: #da4950;
}
pre .kwd {
	color: #2f6f9f;
}
pre .com {
	color: #999999;
}
pre .typ {
	color: #2f6f9f;
}
pre .lit {
	color: #cd5c5c;
}
pre .pun {
	color: #4f9fcf;
}
pre .pln {
	color: #333333;
}
pre .tag {
	color: #2f6f9f;
}
pre .atn {
	color: #4f9fcf;
}
pre .atv {
	color: #da4950;
}
pre .dec {
	color: #009999;
}
.blocked {
	display: block;
}
.hidden-el {
	display: none;
}
.tabled {
	display: table;
}
.table-row {
	display: table-row;
}
.inline-blocked {
	display: inline-block;
}
.flexed {
	display: flex;
}
.align-item-center {
	align-items: center;
}
.table-cell {
	display: table-cell;
}
.table-row {
	display: table-row;
}
.vertical-middle {
	vertical-align: middle;
}
.vertical-top {
	vertical-align: top;
}
.vertical-bottom {
	vertical-align: bottom;
}
.overflow-hidden {
	overflow: hidden;
}
.txt_l {
	text-align: left;
}
.txt_c {
	text-align: center;
}
.txt_b .btn {
	display: block;
}
.txt_r {
	text-align: right;
}
.text-xs {
	font-size: 75%;
}
.text-sm {
	font-size: 85%;
}
.text-lg {
	font-size: 125%;
}
.text-x {
	font-size: 160%;
}
.text-xl {
	font-size: 180%;
}
.text-xxl {
	font-size: 225%;
}
.text-xxxl {
	font-size: 330%;
}
.text-xxxxl {
	font-size: 500%;
}
.text-12 {
	font-size:12px !important;
}
.text-13 {
	font-size:13px !important;
}
.text-14 {
	font-size:14px !important;
}
.text-15 {
	font-size:15px !important;
}
.text-16 {
	font-size:16px !important;
}
.text-18 {
	font-size:18px !important;
}
.text-20 {
	font-size:20px !important;
}
.text-22 {
	font-size:22px !important;
}
.text-32 {
	font-size:32px !important;
}
.text-weight-medium {
	font-weight: 500 !important;
}
.text-bold {
	font-weight: 600 !important;
}
.text-ultra-bold{
	font-weight: 900 !important;
}
.absolute_left {
	left: 0;
}
.absolute_right {
	right: 0;
}
.absolute_middle {
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.write-header .header_line {
	margin: 0 auto;
}
.write-header .board-name {
	font-size:20px;
	float: left;
	font-weight:400;
	color: #4a4a4a;
}
.write-header .board-name a  {
	color: #4a4a4a;
}
.write-header .write-btn {
	float: right;
}
.write-header .write-btn .btn {
	padding: 6.5px 12px;
	border-radius: 3px;
}
.write-header .write-btn button:focus {
	outline: none;
}
.write-header .write-btn a.btn_style {
	background: #fff;
	border:1px solid #d3d3d3;
	color : #4a4a4a;
	margin-right: 5px;
}
.write-header .write-btn a.icon_style {
	display: none;
}
.write-body {
	max-width:1000px;
	margin:0 auto;
	width: 100%;
}
.write-body .board_summary {
	border-bottom: 0;
	margin: 30px 0 0 0;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.write-body .board_summary .right {
	padding-top :4px;
}
.write-body .board_summary .right .tooltip-inner {
	width: 50px;
}
.write-body .board_summary .right a {
	display: inline-block;
}
.write-body .board_summary .right i {
	color: #aaa;
	font-size:24px;
	line-height:32px;
}
.write-body .board_summary .right i span {
	padding-left:8px;
}
.write-body .editor_box {
	padding-left :40px;
	position     : relative;
}
.bg_on .editor_box .add_map, .bg_on .editor_box .add_map.on {
	top : 370px;
}
.editor_box .add_map {
	top      : 75px;
	color    : #4a4a4a;
}
.editor_box .add_map .info, .editor_box .add_map.on .marker {
	display : none;
}
.editor_box .add_map.on {
	top : 79px;
}
.editor_box.no_member .add_map {
	top : 135px;
}
.editor_box .add_map.on .info {
	display : block;
}
.editor_box .add_map .info > div {
	display : inline;
	padding-right : 10px;
	line-height   : 15px;
}
.editor_box .add_map .info > div.phone {
	border-width : 0 1px;
	border-style : solid;
}
.editor_box .add_map .info > div:nth-child(n+3) {
	padding-left : 10px;
}
.modal_map_editor .map-pin {
	top    : 50%;
	left   : 50%;
	margin : -20px 0 0 -12px;
}
.modal_map_editor .form-wrap {
	padding : 30px;
}
.modal_map_editor .form-wrap input {
	border-width  : 0 0 1px 0;
	border-radius : 0;
	padding-left  : 0;
	color: #212121;
}
.modal_map_editor .modal-dialog {
	width : 700px;
}
.modal_map_editor .layer_pop .bottom-btn {
	padding : 20px 0 0 0;
}
.modal_map_editor .layer_pop .bottom-btn a {
	border-radius : 3px;
	padding       : 6px 18px;
}
.modal_map_editor .icon {
	position  : absolute;
	top       : 0;
	right     : 15px;
	font-size : 20px;
	color     : #999;
}
.ui-timepicker-wrapper {
	overflow-y: auto;
	height: 150px;
	width: 150px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	outline: none;
	z-index: 10001;
	margin: 0;
}
.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 13em;
}
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
	width: 11em;
}
.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ui-timepicker-duration {
	margin-left: 5px; color: #888;
}
.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}
.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}
.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff; color: #000;
}
li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980EC; color: #fff;
}
li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}
.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}
.start_day .one_day {
	color: #4a4a4a ;
	line-height: 1.3;
	padding-left:20px;
}
.non-members input {
	width: 146px;
}
.non-members input:nth-child(1) {
	float: left;
	margin-right: 10px;
}
.write-body .tit-area input, .write-body .form-area input, .add_container input {
	white-space: pre-wrap;
	word-wrap: break-word;
	word-break: break-all;
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	background: 0 0;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}
.add_container input {
	font-size     : 18px;
	height        : 40px;
	border-radius : 0 !important;
	padding-right : 30px;
}
.add_container .form {
	padding  : 30px 0;
	position : relative;
}
.add_container .form i {
	font-size  : 20px;
	position   : absolute;
	right      : 0;
	top        : 50%;
	margin-top : -10px;
}
.add_container .block {
	position   : relative;
	margin     : 0 -40px 2px;
	padding    : 20px 40px;
	background : #f6f6f8;
}
.add_container .block i {
	font-size  : 25px;
	position   : absolute;
	right      : 40px;
	top        : 50%;
	margin-top : -12.5px;
	color      : #999;
}
.add_container .block .on i {
	color : #4a4a4a;
}
.add_container .block .post span {
	font-size : 16px;
	color     : #999;
}
.add_container .block .box {
	font-size     : 12px;
	border        : 1px solid #ccc;
	border-radius : 15px;
	width         : 45px;
	height        : 20px;
	display       : inline-block;
	text-align    : center;
	margin-right  : 10px;
	background    : #fff;
}
.quick_tool_wrap.active {
	width      : 100%;
	height     : 100%;
	background : rgba(0, 0, 0, 0.75);
	position   : fixed;
	top        : 0;
	bottom     : 0;
	left       : 0;
	z-index    : 19000;
}
.quick_tool {
	position : fixed;
	bottom   : 25px;
	right    : 25px;
	width    : 45px;
	z-index  : 18000;
}
.quick_tool button {
	width         : 45px;
	height        : 45px;
	border        : none;
	border-radius : 50%;
	background: #fff;
	text-align: center;
	visibility: visible;
	opacity: 1;
}
.quick_tool button.quick_tooltip_control {
	-webkit-transform  : rotate(0);
	transform          : rotate(0);
	transition         : -webkit-transform .1s;
	transition         : transform .1s;
	transition         : transform .1s, -webkit-transform .1s;
	-webkit-box-shadow : 1px 0px 10px -1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow    : 1px 0px 10px -1px rgba(0, 0, 0, 0.5);
	box-shadow         : 1px 0px 10px -1px rgba(0, 0, 0, 0.5);
}
.quick_tool button.quick_tooltip_control:after {
	content                 : "\f0dc";
	opacity                 : 1;
	font                    : normal normal normal 14px/1 "Black Tie";
	text-rendering          : auto;
	-webkit-font-smoothing  : antialiased;
	-moz-osx-font-smoothing : grayscale;
	font-size               : 20px;
	vertical-align          : middle;
	font-weight             : 100;
}
.quick_tool.open button.quick_tooltip_control:after {
	content                 : "\f00c";
	opacity                 : 1;
	font                    : normal normal normal 14px/1 "Black Tie";
	text-rendering          : auto;
	-webkit-font-smoothing  : antialiased;
	-moz-osx-font-smoothing : grayscale;
	font-size               : 17px;
	vertical-align          : middle;
	font-weight             : 100;
}
.quick_tool button span.icon {
	font-size      : 17px;
	vertical-align : middle;
}
.quick_tool.open > button {
	margin-top : 20px;
}
.quick_tool .quick_tool_menu {
	display: inline-block;
	visibility: hidden;
	transform: scale(0);
}
.quick_tool.open .quick_tool_menu {
	visibility: visible;
	transform: scale(1);
}
.quick_tool .quick_tool_menu button {
	-webkit-transform: scale(0);
	transform: scale(0);
	transition-duration: .2s;
}
.quick_tool.open .quick_tool_menu button {
	-webkit-transform   : scale(1);
	transform           : scale(1);
	transition-duration : .2s;
	margin-top          : 20px;
	transition-delay    : 120ms;
	-webkit-box-shadow  : 1px 0 10px -1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow     : 1px 0 10px -1px rgba(0, 0, 0, 0.5);
	box-shadow          : 1px 0 10px -1px rgba(0, 0, 0, 0.5);
}
.quick_tool.open .button-scale > .icon:before {
	-webkit-transform   : scale(0);
	transform           : scale(0);
	transition-property : -webkit-transform;
	transition-property : transform;
	transition-property : transform, -webkit-transform;
	transition-duration : .2s
}
.quick_tool.open .quick_tool_menu .button-scale .icon:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition-delay: .1s;
}
.quick_tool.open .quick_tool_menu button:nth-child(4) {
	transition-delay: 30ms;
}
.quick_tool.open .quick_tool_menu button:nth-child(3) {
	transition-delay: 60ms;
}
.quick_tool.open .quick_tool_menu button:nth-child(2) {
	transition-delay: 90ms;
}
.write-body .txt-area {
	padding: 20px 0 50px 0;
	min-height:500px;
}
.write-body .txt-area em {
	color : #bdbdbd;
	font-size :20px;
}
.write-body .tag-area {
	overflow: hidden;
	width: 100%;
	padding: 20px 0;
	border-top :1px solid #ddd;
}
.write-body .tag-area .tag_label {
	margin: 0;
	font-size: 20px;
	display: inline-block;
	width: 35px;
	float: left;
}
.write-body .tag-area .se_tag_area {
	display: inline-block;
	width: 95%;
}
.write-body .tag-area .se_tag_area span {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	color: #bfbfbf;
	padding-left: 10px;
}
.tagit {
	list-style: none;
	padding:1px;
	overflow-y: auto;
	margin-left: inherit;
	margin-right: inherit;
	background: inherit;
	color: #333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
	margin-bottom: 0;
}
.tagit li {
	display: block;
	float: left;
	margin: 1px 9px 10px 0;
}
.tagit .tagit-choice {
	position: relative;
	min-height: 19px;
	border: 0;
	background-color: #f2f2f2;
	line-height: inherit;
	font-weight: 400;
	padding: 2px 5px;
}
.tagit .tagit-choice .tagit-label {
	cursor: pointer;
	color: #777;
}
.tagit .tagit-choice .tagit-label:before {
	content: '#';
}
.tagit .tagit-new {
	display: block;
	float: left;
	width: 185px;
	padding: 2px 4px 3px 0;
}
.tagit input {
	border: none;
}
.section_bg.fixed_bg_wrap {
	background-attachment: fixed;
	/*-webkit-backface-visibility: hidden;*/
	/*-webkit-transform: translate3d(0, 0, 0);*/
}
@media all and (max-width: 991px) {
	.section_bg.fixed_bg_wrap {
		background-attachment : inherit;
	}
	.shop_view .shop-content .select_wrap {
		margin-left: 0;
	}
}
@media all and (max-width: 767px) {
	.xs-text-12 {
		font-size:12px !important;
	}
	.xs-text-13 {
		font-size:13px !important;
	}
	.xs-text-14 {
		font-size:14px !important;
	}
	.xs-text-15 {
		font-size:15px !important;
	}
	.xs-text-16 {
		font-size:16px !important;
	}
	.xs-text-18 {
		font-size:18px !important;
	}
	.xs-text-20 {
		font-size:20px !important;
	}
	.radio-styled:not(ie8).radio_color_option input ~ span {
		width: 30px;
		height: 30px;
	}
	#goods_wrap .radio-styled:not(ie8).radio_color_option.soldout_option input ~ span:after {
		height: 41px;
		top: -5px;
	}
	#goods_wrap .radio-styled:not(ie8).radio_color_option.soldout_option[data-style="C"] input ~ span:after {
		height: 28px;
	}
	.write-body .tit-area textarea {
		height:30px !important;
		font-size:16px;
	}
	.write-body .tag-area .tag_label {
		font-size:14px;
		padding-top:3px;
	}
	.write-body .tag-area .se_tag_area span {
		padding-left:0;
	}
	.write-body .board_summary .right {
		display: block
	}
	.write-body .board_summary .right i {
		font-size :20px;
		margin-left :10px;
	}
	.tagit input {
		font-size:14px;
	}
	.tagit .tagit-choice .tagit-label {
		font-size:14px;
	}
	.no-permission {
		padding:48px 0;
	}
	.no-permission h6 {
		font-size:16px;
	}
	.shop_mypage .popover {
		height: auto !important;
		min-height: 100vh;
	}
}
.dropdown_comment .comment_comment_wrap .comment_wrap{
	position : relative;
	padding-bottom: 0;
}
.dropdown_comment .reply_ico {
	position : absolute;
	top: 30px;
	left: 10px;
}
.dropdown_comment .reply_ico i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(10deg);
}
.fc-toolbar {
	position : relative;
	margin-bottom :25px;
	display: flex;
}
.doz_sys .fc-toolbar h2 {
	font-size :22px;
	font-weight :400;
	line-height: 1.5em;
}
.fc-toolbar .fc-left{
	order: 2;
}
.fc-toolbar .fc-right{
	position: absolute;
	right: 0;
}
.fc-toolbar .fc-center {
	float : left;
	order :1;
	margin-right :15px;
}
.fc-toolbar button.fc-today-button {
	display: none;
}
.fc-state-default {
	background: #fff;
	background-image : none;
	border :1px solid #ddd;
	text-shadow : none;
	box-shadow: none;
}
.fc-icon-right-single-arrow:after,.booking_toolbar .booking_next:after {
	content: "\f093";
	display: inline-block;
	font: normal normal normal 14px/1 "Black Tie";
	font-size: inherit;
	vertical-align: -14.28571429%;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
.fc-icon-left-single-arrow:after,.booking_toolbar .booking_prev:after{
	content: "\f092";
	display: inline-block;
	font: normal normal normal 14px/1 "Black Tie";
	font-size: inherit;
	vertical-align: -14.28571429%;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
.booking_toolbar .booking_next,
.booking_toolbar .booking_prev {
	line-height: 35px;
	display: inline-block;
	padding: 0 10px;
}
.booking_toolbar .booking_next:after,
.booking_toolbar .booking_prev:after {
	font-size: 11px;
	vertical-align: unset;
}
.fc .fc-button-group>* {
	padding :0 29px;
}
.fc .fc-button-group .fc-month-button,.fc .fc-button-group .fc-agendaWeek-button,.fc .fc-button-group .fc-agendaDay-button {
	float : right;
}
.fc-state-active {
	box-shadow: none;
	color : #fff;
}
.fc-left .fc-state-down {
	color : #fff;
}
.fc-state-default.fc-corner-left {
	border-radius: 0 4px 4px 0;
}
.fc-state-default.fc-agendaWeek-button {
	border-radius: 0;
	border-right: 0;
}
.fc-state-default.fc-corner-right {
	border-radius: 4px 0 0 4px;
}
.fc-state-default.fc-prev-button {
	border-radius: 4px 0 0 4px;
}
.fc-state-default.fc-next-button {
	border-radius: 0 4px 4px 0;
}
.fc-state-default.fc-prev-button, .fc-state-default.fc-next-button {
	padding :0 18px;
}
.fc-unthemed thead td {
	border :none;
}
.fc th {
	border-right :0;
	border-left: 0;
}
.fc td {
	border-right: 0;
}
.fc td:first-child {
	border-left: 1px solid transparent;
}
.fc-unthemed .fc-today {
	background: transparent;
}
.fc th {
	text-align: left;
	font-weight :200;
	padding: 0 0 15px 10px ;
}
.fc-ltr .fc-basic-view .fc-day-number, .fc-ltr .fc-agenda-view .fc-day-header {
	text-align: left;
	position : relative;
}
.fc .holiday_text {
	opacity: 0.7;
	filter: alpha(opacity=70);
	font-size: 9px;
}
.fc .fc-basic-view .fc-day-number .holiday_text, .fc .fc-agenda-view .fc-day-header .holiday_text {
	position: absolute;
	right: 10px;
	padding-top: 4px;
}
.fc .fc-basic-view .fc-day-number .holiday_text.holiday_text--w-container {
	position: relative;
	padding-top: 0;
}
.fc .fc-basic-view .fc-day-number .holiday_container {
	position: absolute;
	top: 9px;
	right: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 1;
}
.fc-row .fc-content-skeleton td.fc-today {
	padding-left: 5px;
}
.fc-row .fc-content-skeleton td.fc-today .fc-today-number {
	border: 1px solid transparent;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	color: #fff;
}
.fc-row .fc-bg tr td:nth-child(n+2) {
	border-left: 1px solid;
	border-color: #ddd;
}
.fc-basic-view.fc-small-view td.fc-day-number {
	line-height : 25px;
}
.fc-basic-view.fc-small-view td.fc-day-number, .fc-basic-view.fc-small-view td.fc-week-number span {
	padding : 0 10px;
}
.fc-small-view .fc-row .fc-bg tr td:nth-child(n+2) {
	border-left: none;
}
.fc .fc-basic-view.fc-small-view td.fc-day-number {
	padding: 0 0 0 2px;
	overflow: hidden;
}
.fc .fc-basic-view.fc-small-view .fc-day-number .holiday_text {
	position: relative;
	right: unset;
	font-size: 8px;
	padding: 8px 0 0 4px;
	white-space: nowrap;
	overflow: hidden;
}
.fc .fc-basic-view.fc-small-view .fc-day-number .holiday_container {
	position: relative;
	inset: 0;
	line-height: 1.25;
}
.fc .fc-basic-view.fc-small-view .fc-day-number .holiday_text.holiday_text--w-container {
	padding: 0;
}
.fc .fc-basic-view.fc-small-view .fc-day-number .holiday_text .lunday_pc_text, .fc .fc-agendaWeek-view.fc-small-view .fc-day-header .holiday_text .lunday_pc_text {
	display: none;
}
.fc .fc-agendaWeek-view.fc-small-view .fc-day-header .holiday_text {
	display: block;
	position: relative;
	right: unset;
	white-space: nowrap;
	overflow: hidden;
}
.fc .fc-agendaDay-view.fc-small-view .fc-day-header .holiday_text .lunday_pc_text {
	display: inline;
}
.fc button {
	height: 35px;
}
.fc-row .fc-content-skeleton table {
	border-bottom :0 hidden transparent;
}
.fc-event {
	background-color: #eee;
	border :0;
	border-radius: 0;
}
.fc-day-grid-event {
	margin :1px;
	padding: 3px 8px;
}
.fc-day-grid-event .fc-time {
	font-weight: 400;
}
.fc-day-grid-event.no-icon .fc-time:before {
	display: none;
}
.fc-day-grid-event.fc-secret .fc-time:before {
	display: none;
}
.fc-secret .fc-content:before {
	content: "\f039";
	display: inline-block;
	font: normal normal normal 14px/1 "Black Tie";
	vertical-align: 1.714286%;
	text-rendering: auto;
	transform: translate(0, 0);
	padding: 0 3px 0 1px;
	font-size: 9px;
}
.fc-secret .fc-content .fc-circle-icon {
	display: none;
}
.fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span {
	padding : 5px 10px;
}
.fc-month-view .fc-scroller {
	overflow-y: auto;
	height: auto !important;
}
.fc-event-container .fc-circle-icon {
	border-radius: 50%;
	width: 7px;
	height: 7px;
	display: none;
	margin: 0 5px 1px 0;
	background: #ccc;
}
a.fc-more {
	margin: 0;
	padding: 1px 9px;
	display: inline-block;
}
.bubble_box {
	width :390px;
	position : absolute;
	border :1px solid #ccc;
	background: #fff;
	z-index: 1000;
	top: 50%;
	left: 50%;
	border-radius: 3px;
	padding :20px;
	margin-left: -195px;
	margin-top: -90px;
}
.bubble_box.view {
	padding: 0;
	margin-top: -10px;
}
.bubble_box.view .box_content {
	max-height: 400px;
	overflow-y: auto;
	padding: 20px;
	height: 100%;
}
.bubble_box .board_summary {
	margin :0;
	padding-bottom: 11px;
}
.bubble_box .box_content:after {
	content: '';
	display: block;
	clear: both;
}
.bubble_box .box_content .top_btn a{
	float : right;
}
.bubble_box .box_content .txt-area {
	padding-top: 20px
}
.bubble_box .box_content .txt-area input {
	padding: 0;
	border: none;
	background: 0 0;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	color : #4a4a4a;
	font-size :18px;
}
.bubble_box .box_content .txt-area p {
	font-size :18px;
}
.bubble_box .box_content .txt-area em {
	color : #ccc;
}
.bubble_box .box_content .avatar {
	float: left;
	margin-top: 2px;
}
.bubble_box .box_content .avatar .avatar-image {
	width :40px;
	height: 40px;
}
.map-view-area {
	position : relative;
}
.map-view-area.fold .gm-bundled-control .gmnoprint {
	top : -50px !important;
}
.map-view-area .detail_view {
	height : 700px;
	height: 80vh;
}
.map-view-area .bubble_box header h5 {
	font-size: 14px;
}
.map-view-area .bubble_box {
	width :235px;
	padding :15px;
	top: 80px;
	left: 50%;
	display: block;
	margin-left: -120px;
}
.map-view-area .bubble_box header {
	color: #000;
	background-color: #fff;
	padding :0;
}
.map-view-area .bubble_box .map_adress {
	font-size: 13px;
	color : #999;
}
.map-view-area .bubble_box .map_adress .map_tell {
	display: block;
	color : #000;
	padding-top: 3px;
}
.map-view-area .colorpicker-element .dz-form-control {
	position : absolute;
	opacity  : 0;
	top      : 0;
}
.down-btn {
	display: inline-block;
	float : right;
	position : relative;
}
.down-btn:after {
	display: inline-block;
	font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f2f2';
	position: absolute;
	right: -15px;
	top:50%;
	margin-top: -5px;
	font-size: 23px;
}
.down-btn.create:after {
	top:5px;
	right: 0;
	color : #ccc;
}
.top_btn .down-btn:after {
	right: 0;
	top: 0;
	margin-top: 0;
}
.bubble_box .bottom-prong,.bubble_box .top-prong {
	bottom: -9px;
	position: absolute;
	height: 9px;
	width: 18px;
	overflow: hidden;
}
.bubble_box .bottom-prong .prong-dk,.bubble_box .bottom-prong .prong-lt {
	position: absolute;
	left: 0;
	top: 0;
}
.bubble_box .bottom-prong .prong-dk {
	border: 9px solid;
	border-color: #ccc transparent;
}
.bubble_box .bottom-prong .prong-lt {
	border: 8px solid;
	border-color: #fff transparent;
	left: 1px;
}
.bubble_box .top-prong {
	top:-9px;
}
.bubble_box .top-prong .prong-dk,.bubble_box .top-prong .prong-lt {
	position: absolute;
	left: 0;
	bottom: 0;
}
.bubble_box .top-prong .prong-dk {
	border: 9px solid;
	border-color: #ccc transparent;
}
.bubble_box .top-prong .prong-lt {
	border: 8px solid;
	border-color: #fff transparent;
	left: 1px;
}
.edit-area .start_day .down-btn,.edit-area .end_day .down-btn  {
	margin-right :10px;
	float: none;
}
@media (max-width: 767px) {
	.edit-area .start_day .down-btn,.edit-area .end_day .down-btn  {
		float: left;
	}
}
.edit-area .start_day .down-btn input,.edit-area .end_day .down-btn input {
	cursor : pointer;
}
.edit-area .end_day {
	margin-top :10px;
}
.edit-area .date .start:after,.edit-area .date .end:after,.edit-area .repeat:after {
	content: '';
	display: block;
	clear: both;
}
.edit-area .checkbox {
	margin: 0;
	display: inline-block;
	padding-left: 20px;
}
.edit-area .left input[type="checkbox"] {
	margin-left :0;
}
.edit-area .form-select {
	position : relative;
}
.edit-area .repeat {
	padding-top :10px;
}
.edit-area .repeat span {
	vertical-align: middle;
}
.edit-area .repeat span:before {
	top :3px;
}
.edit-area .repeat .edit_btn {
	vertical-align: middle;
	margin-left: 5px;
	color: #00B8FF;;
}
.editor_box .form-control {
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	outline: 0 none;
	padding :0;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	line-height: 34px;
}
.schedule select.form-control {
	-webkit-appearance: none;
	position: relative;
	z-index: 10;
	background: 0;
}
.schedule select.inline-color {
	padding-left :30px;
}
.date .down-btn:after {
	top: 7px;
	right :0;
	margin-top :0;
	pointer-events: none;
}
.schedule_name .down-btn:after {
	right :0;
	top: 5px;
	margin-top :0;
	pointer-events: none;
	color: #ccc;
}
.schedule_name .dz-form-control,.schedule_name .dz-form-control:focus {
	height: 35px;
}
.schedule_name select.dz-form-control {
	-webkit-appearance: none;
	position: relative;
	padding-left :30px;
}
.edit-area .calendar_select {
	width :146px;
}
.box_content .calendar_select {
	cursor : pointer;
}
.calendar_select > div {
	position: relative;
	padding-right:20px;
	color : #333;
	cursor: pointer;
	font-size:14px;
}
.calendar_select > div span {
	display: inline-block;
	width: 10px;
	height: 10px;
	float: none;
	border-radius: 50%;
	margin-right: 10px;
}
.box_content .calendar_select .color_style {
	top :4px;
}
.edit-area .category_select {
	width :146px;
}
.box_content .category_select {
	cursor : pointer;
}
.category_select > div {
	position: relative;
	padding-right:20px;
	color : #333;
	cursor: pointer;
	font-size:14px;
}
.category_select > div span {
	display: inline-block;
	float: none;
	border-radius: 50%;
	margin-right: 10px;
}
.box_content .category_select .color_style {
	top :4px;
}
.method_dropdown {
	display : none;
}
.calendar_dropdown, .method_dropdown {
	position: absolute;
	left: -9999px;
	top: -9999px;
	background: #f2f3f5;
	border: 1px solid #D7D7D7;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.3);
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.3);
	padding: 6px 0;
}
.calendar_dropdown ul, .method_dropdown ul {
	margin: 0;
	padding: 0;
}
.calendar_dropdown ul li, .method_dropdown ul li {
	position: relative;
	font-size: 13px;
	color: #000;
	cursor: pointer;
	display: block;
	overflow: hidden;
}
.calendar_dropdown ul li:hover, .method_dropdown ul li:hover {
	background: #00B8FF;
	color: #fff;
}
.calendar_dropdown ul li .txt, .method_dropdown ul li .txt {
	line-height: 26px;
	padding: 0 27px;
	display: block;
}
.calendar_dropdown li.active:after, .method_dropdown li.active:after {
	position: absolute;
	left: 7px;
	top: 50%;
	margin-top: -14px;
	display: inline-block;
	width: 11px;
	height: 26px;
	line-height: 26px;
	visibility: visible;
	content: "\f26b" !important;
	font-family: "Material-Design-Iconic-Font";
	font-size: 14px;
}
.calendar_dropdown ul li .txt .color_style {
	display: inline-block;
	width: 10px;
	height: 10px;
	float: none;
	border-radius: 50%;
	margin-right: 10px;
}
.category_dropdown, .method_dropdown {
	position: absolute;
	left: -9999px;
	top: -9999px;
	background: #f2f3f5;
	border: 1px solid #D7D7D7;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.3);
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.3);
	padding: 6px 0;
}
.category_dropdown ul, .method_dropdown ul {
	margin: 0;
	padding: 0;
}
.category_dropdown ul li, .method_dropdown ul li {
	position: relative;
	font-size: 13px;
	color: #000;
	cursor: pointer;
	display: block;
	overflow: hidden;
}
.category_dropdown ul li:hover, .method_dropdown ul li:hover {
	background: #00B8FF;
	color: #fff;
}
.category_dropdown ul li .txt, .method_dropdown ul li .txt {
	line-height: 26px;
	padding: 0 27px;
	display: block;
}

.category_dropdown li.active:after, .method_dropdown li.active:after {
	position: absolute;
	left: 7px;
	top: 50%;
	margin-top: -14px;
	display: inline-block;
	width: 11px;
	height: 26px;
	line-height: 26px;
	visibility: visible;
	content: "\f26b" !important;
	font-family: "Material-Design-Iconic-Font";
	font-size: 14px;
}
.category_dropdown ul li .txt .color_style {
	display: inline-block;
	width: 10px;
	height: 10px;
	float: none;
	border-radius: 50%;
	margin-right: 10px;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
	width: 260px;
}
.timepicker_wrap .bootstrap-datetimepicker-widget.dropdown-menu {
	width: 160px;
}
.timepicker_wrap .bootstrap-datetimepicker-widget.dropdown-menu table td,
.timepicker_wrap .bootstrap-datetimepicker-widget.dropdown-menu table td > a {
	padding: 3px;
}
.bootstrap-datetimepicker-widget table th {
	height: 26px;
	line-height: 26px;
}
.bootstrap-datetimepicker-widget table td.day {
	height: 24px;
	line-height: 24px;
	width: 26px;
	border-radius: 3px;
}
.bootstrap-datetimepicker-widget .btn-primary,
.bootstrap-datetimepicker-widget .btn-primary:focus,
.bootstrap-datetimepicker-widget .btn-primary:hover {
	background-color: #00B8FF;
	border-color: #00B8FF;
	color: #fff;
	height: auto;
	line-height: 1.2;
}
.write-body.schedule {
	margin :100px auto;
	padding: 0 15px
}
.write-body.schedule .txt-area {
	min-height: auto;
	border-bottom :0;
	position: relative;
}
.write-body.schedule .txt-area textarea {
	width: 100%;
	border: none;
	resize: none;
	overflow-y: hidden;
	font-size: 20px;
	background: transparent;
	height:500px;
}
.write-body.schedule .txt-area .disabled_wrap {
	position: absolute;
	top: 0;
	background: rgba(255, 255, 255, 0.3);
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.write-body.schedule .txt-area .disabled_help {
	position: absolute;
	top: 80px;
	width: 100%;
}
.write-body.schedule .txt-area .disabled_help > div {
	max-width: 500px;
	box-shadow: 0 0 5px 0 #ccc;
	margin: 0 auto;
	font-size: 14px;
	display: table;
	padding: 20px 10px;
	background: #ffffff;
}
.write-body.schedule .txt-area .disabled_help > div > i {
	opacity: 0.4;
	font-size: 36px;
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}
.write-body.schedule .txt-area .disabled_help > div > span {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}
@media (max-width: 767px) {
	.write-body.schedule .txt-area .disabled_help {
		padding: 0 28px 0 15px;
	}
}
.write-body .tit-area {
	padding-top: 20px;
}
.write-body .tit-area a {
	display: none;
}
.write-body .tit-area input {
	font-size:20px;
	height :40px;
}
.write-body .form-area {
	padding :20px 0;
}
.write-body .form-area input {
	padding :20px 0 5px;
}
.write-body .form_wrap {
	width :100%;
	display: table;
}
.write-body .form_wrap .form_table {
	display: table-cell;
	padding-right: 14px;
	vertical-align: top;
	position: relative;
	width: 50%;
}
.write-body .form_wrap .form_table:last-child {
	padding-right: 0;
}
.bubble_box.view header {
	padding-bottom: 5px;
}
.bubble_box.view .box_tit {
	margin :0;
	display: inline-block;
	word-break: break-word;
}
.bubble_box.view .calendar_tit {
	display: inline-block;
	float: right;
}
.bubble_box.view .box_tit span {
	font-size: 14px;
	color: #4a4a4a;
}
.bubble_box.view .box_content .btl {
	float:right;
	color : #777;
	display: none;
	padding-top :3px;
	font-size: 16px;
}
.bubble_box.view .bottom_btn {
	border-top: 1px solid rgba(128, 128, 128, 0.2);
}
.bubble_box.view .calendar_tit span,.bubble_box .bottom_btn  {
	font-size :14px;
}
.bubble_box.view .calendar_tit i {
	display: inline-block;
	width: 10px;
	height: 10px;
	float: none;
	border-radius: 50%;
	margin-right: 5px;
}
.bubble_box .tit_wrap p {
	margin :0 0 15px;
	color : #777;
	font-size :14px;
}
.bubble_box .user_area {
	border-bottom :1px solid #ccc;
	padding-bottom :15px;
}
.bubble_box .user_area a {
	display: block;
}
.bubble_box .user_area img {
	width: 32px;
	height: 32px;
	border-radius: 100%;
}
.bubble_box .user_area span {
	padding-left :10px;
	color : #777;
}
.bubble_box.add .box-close {
	display : none;
}
.bubble_box .board_summary {
	border-bottom: 0;
}
.m_schedule {
	display: none;
}
.m-fc-toolbar {
	display: none;
}
.m-fc-toolbar .search-box input {
	font-size :18px;
	font-weight: 200;
}
.m-fc-toolbar .search-box i {
	font-size :18px;
	padding: 0 10px;
}
.event_modal .layer-pop header {
	background: #fff;
	text-align: center;
	color : #00b8ff;
	border-bottom :1px solid #ddd;
}
.event_modal .layer-pop .add-group {
	color : #00b8ff;
	font-size :13px;
}
.layer-pop.classify-setting .layer-pop-btn {
	color : #CD2C24;
	padding-left :0;
	margin-top: 0;
}
.layer-pop.category-setting .layer-pop-btn {
	color : #CD2C24;
	padding-left :0;
	margin-top: 0;
}
.color_choice_wrap:after {
	content: '';
	display: block;
	clear: both;
}
.color_choice {
	width: 20px;
	height: 20px;
	margin: 10px 10px 0 0;
	position: absolute;
	float: none;
	top: 6px;
	z-index: 1;
}
.schedule .color_choice {
	margin :0;
}
.marker_box .color_choice {
	width: 27px;
	height: 44px;
	margin: 5px 5px 5px 0;
}
.hidden-lg.hidden-md.margin-bottom-xl {
	margin-bottom: 0 !important;
}
.sd-archivo {
	font-family: 'SD Archivo';
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
	vertical-align: middle;
}

.fr-view table > thead > tr > th,
.fr-view table > thead > tr > td,
.fr-view table > tbody > tr > th,
.fr-view table > tbody > tr > td,
.fr-view table > tfoot > tr > th,
.fr-view table > tfoot > tr > td {
	padding: 8px;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flex-wrap {
	-webkit-box-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.justify-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.justify-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.inline-flex {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

#lg-counter {
  white-space: nowrap;
}

/* fo 마이페이지에서 `.col-dz-12 {float: left}` 로 인해 발생하는 오류 수정
 * grid의 next sibling이 row일 경우 grid를 덮어버리는 오류가 있어 `.col-dz-12` 클래스의 float 속성을 초기화함
 */
[doz_type="grid"].col-dz-12:has(+ [doz_type="row"]):has(#shop_mypage_orderlist) {
	float: none !important;
}

a:focus {
	outline: none !important;
}
/* === site2.css === */

.color_style {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
}
.color_choice .color_style.on {
	border: 2px solid #00b8ff;
}
.color-type01 {
  background-color: #B2EAFF;
}
.color-type02 {
  background-color: #D4F0CB;
}
.color-type03 {
  background-color: #FAE7A5;
}
.color-type04 {
  background-color: #FEE5C8;
}
.color-type05 {
  background-color: #FFE0DF;
}
.color-type06 {
  background-color: #F2DCF7;
}
.color-type07 {
  background-color: #EDEDEE;
}
.color-type08 {
  background-color: #C2DEFF;
}
.color-type09 {
  background-color: #CCDDD4;
}
.color-type10 {
  background-color: #B2EEE4;
}
.color-type11 {
  background-color: #E7D9CC;
}
.color-type12 {
  background-color: #C4D8E2;
}
.color-type13 {
  background-color: #FFD6F6;
}
.color-type14 {
  background-color: #DBDDFF;
}
.color-type15 {
  background-color: #ECD3E1;
}
.color-type01.active,.color-type01.time-event .fc-circle-icon {
  background-color: #00B8FF;
  color: #fff
}
.color-type02.active,.color-type02.time-event .fc-circle-icon {
  background-color: #6ECC51;
  color: #fff
}
.color-type03.active,.color-type03.time-event .fc-circle-icon {
  background-color: #F5CE4A;
  color: #fff
}
.color-type04.active,.color-type04.time-event .fc-circle-icon {
  background-color: #F9A746;
  color: #fff
}
.color-type05.active,.color-type05.time-event .fc-circle-icon {
  background-color: #FF635D;
  color: #fff
}
.color-type06.active,.color-type06.time-event .fc-circle-icon {
  background: #D189E2;
  color: #fff
}
.color-type07.active,.color-type07.time-event .fc-circle-icon {
	background-color: #A5A5A7;
	color: #fff
}
.color-type08.active,.color-type08.time-event .fc-circle-icon {
  background-color: #3693FF;
  color: #fff
}
.color-type09.active,.color-type09.time-event .fc-circle-icon {
  background-color: #005328;
  color: #fff
}
.color-type10.active,.color-type10.time-event .fc-circle-icon {
  background-color: #00C9A7;
  color: #fff
}
.color-type11.active,.color-type11.time-event .fc-circle-icon {
  background-color: #884100;
  color: #fff
}
.color-type12.active,.color-type12.time-event .fc-circle-icon {
  background-color: #397C9D;
  color: #fff
}
.color-type13.active,.color-type13.time-event .fc-circle-icon {
  background-color: #FF33D2;
  color: #fff
}
.color-type14.active,.color-type14.time-event .fc-circle-icon {
  background-color: #4D54FF;
  color: #fff
}
.color-type15.active,.color-type15.time-event .fc-circle-icon {
  background-color: #A12568;
  color: #fff
}
body .fc-event.active:hover {
  color: #fff;
}
.alert {
  border-radius: 0;
  border: none;
  border-left: 4px solid transparent;
  color: #757575;
  font-size: 14px;
}
.alert.alert-info {
  color:#757575;
  background: #FAFAFA;
  border-color: #2196f3;
}
.alert.alert-success {
  color:#757575;
  background: #FAFAFA;
  border-color: #8CE071;
}
.alert.alert-danger {
  color:#757575;
  background: #FAFAFA;
  border-color: #F84A71;
}
.alert.alert-warning {
  color:#757575;
  background: #FAFAFA;
  border-color: #FCD24D;
}
.map-list {
  width      : 320px;
  position   : absolute;
  top        :20px;
  left       : 20px;
  bottom     : 20px;
  background : #fff;
  color      :#212121;
  z-index    : 1;
}
.map-list {
  color:#212121;
}
.map-list .map-list-detail {
  overflow-y: auto;
  position: absolute;
  top: 95px;
  bottom: 0;
  width: 100%;
}
.map-view-area.fold .map-list .toolbar_bottom, .map-view-area.fold .map-list .map-list-detail, .map-view-area.fold .map-list .paging-block {
  display: none;
}
.map-view-area.fold .map-list {
  height: 47px;
}
.map-view-area.fold .map-list .my_location {
  display       : block;
  position      : absolute;
  top           : 60px;
  left          : 15px;
  width         : 30px;
  height        : 30px;
  background    : #fff;
  text-align    : center;
  line-height   : 30px;
  font-size     : 20px;
  border        : 1px solid #ccc;
  border-radius : 3px;
  z-index       : 1;
}
.map-view-area.fold .map-list .my_location a {
  display : block;
}
.map-list .my_location {
  display : none;
}
.map-toolbar:after {
  content: '';
  display: block;
  clear: both;
}
.map-list .map-inner {
  border-bottom :1px solid #e5e5e5;
}
.map-list .map-inner.paging-block {
  border: 0;
}
.map-inner {
  padding : 15px;
}
.map-inner > a {
  display: table;
}
.map-inner > a.map_link,
.map_contents {
  display: table-cell;
  vertical-align: top;
}
.toolbar_top.map-inner,.toolbar_bottom.map-inner {
	padding: 7px 15px;
}
.map-toolbar .map-inner {
  height : 47px;
}
.map-inner .down-btn {
  margin-right :30px;
  font-size    : 13px;
}
.map-inner .down-btn:after {
  top        : 0;
  margin-top :0;
  color      : #999;
}
.map-inner .pagination {
  margin:0;
}
.map-inner .pagination .disabled {
  visibility: hidden;
}
.map-toolbar .map-inner .map-toolbar-top {
  display: grid;
  grid-column-gap: 10px;
}
.map-toolbar .map-inner .map-toolbar-top select,
.map-toolbar .map-inner .map-toolbar-top a{
  padding : 0;
}
.map-toolbar .map-inner .map-toolbar-top .l-left-bar,
.map-toolbar .map-inner .map-toolbar-top .lr-left-bar,
.map-toolbar .map-inner .map-toolbar-top .lr-left-bar~div{
  border-right-width: 1px;
  border-color: rgba(229, 229, 229, 1);
}
.map-toolbar .map-inner .map-toolbar-top.divide-3 {
  grid-template-columns: calc(40% - 10px) calc(40% - 10px) 20%;
}
.map-toolbar .map-inner .map-toolbar-top.divide-2 {
  grid-template-columns: 50% 50%;
}
.map-toolbar .map-inner .map-my-position {
  display: block;
  font-size: 14px;
  justify-self: center;
  align-self: center;
}
.map-view-area .gm-style .gm-style-iw ~ div img {
  display:none;
}
.map-view-area .gm-style .gm-style-iw div > div {
  overflow-x: hidden !important;
}
.gm-style .gm-style-iw .title {
  font-size :15px;
  font-weight: bold;
}
.gm-style .gm-style-iw p {
  margin-bottom :0;
}
.gm-style .gm-style-iw ~ div {
  right: 15px !important;
}
.gm-style .gm-control-active > img {
  width: 15px !important;
  height: 15px !important;
}
.map-view-area  .map_contents_close {
  position: absolute;
  padding: 5px;
  right: -5px;
  top: 0;
  z-index: 100001;
}
.map-list .head_wrap .tit {
  line-height: 32px;
  display   : inline-block;
  margin    :0;
  font-size : 14px;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.map-pin {
  position: absolute;
  top: 200px;
  left: 800px;
  text-align: center;
  border-style: solid;
  border-color: #000;
  border-width: 0 12px 25px 12px;
  height: 0;
  border-radius: 50% 50% 50% 50%;
  width: 20px;
}
.map-pin:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 18px 10px 0 10px;
}
.map-pin a {
  color:#fff;
  font-size: 15px;
  font-family: sans-serif;
  position: relative;
  left: -4px;
  top: 0;
}
.map_tools {
  position  : absolute;
  left      : 50%;
  transform : translateX(-50%);
  bottom    : 20px;
  z-index   : 10;
}
.map_tools a{
  width            : fit-content;
  height           : fit-content;
  padding          : 7px 25px;
  background-color : #fff;
  margin-top       : -34px;
  font-size        : 12px;
}
.map_tools.sticky {
  text-align      : center;
  position        : -webkit-sticky;
  position        : sticky;
  transform       : translateX(0);
  bottom          : auto;
  top             : 100vh;
  height          : 0;
  display         : flex;
  justify-content : center;
}
.map_tools.sticky a {
  margin-top      : -54px;
  box-shadow      : 0px 2px 6px 0px rgba(0, 0, 0, 0.15);

}
.map-view-area.fold .map_tools .btn.up {
  font-size:12px;
  line-height: 1.5 !important;
}
.map_tools .up, .map-view-area.fold .map_tools .down {
  display : none;
}
.map_tools .bt-angle-down:before {
  vertical-align : middle;
  margin-right: 10px;
}
.map-view-area.fold .map_tools .btn.up:before,
.map-view-area .map_tools .down:before  {
  margin-right: 5px;
}
.map-view-area.fold .map_tools .up, .map_tools .down {
  display     : block;
  line-height : 18px;
}
.map-view-area.fold .map_tools {
  top    : inherit;
  bottom : 25px;
  right  : 10px;
}
@media (max-width: 991px) {
  .map-view-area.fold .map_tools {
    top    : inherit;
    bottom : 20px;
    right  : inherit;
  }
}
.toolbar_top .right {
  float     : right;
  font-size : 17px;
}
.toolbar_top .right a .bt-angle-down {
  display: none;
}
.toolbar_top .right a.on .bt-angle-down {
  display: block;
}
.toolbar_top .right .map-inner.text-right{
  display: inline-block;
  padding: 0;
  border: 0;
  height: auto;
}
.toolbar_top .right .map-inner.text-right > a {
  display: inline-block;
}
.toolbar_top .right .map-inner ~ .search-tools {
  float: left;
  padding: 0 10px;
}
.toolbar_top .right .search-tools i {
  vertical-align: middle;
}
.toolbar_top,.toolbar_bottom {
  border-bottom : 1px solid #e5e5e5;
}
.toolbar_bottom:after,.map_container:after {
  content: '';
  display: block;
  clear: both;
}
.bt-close {
  display: inline-block;
  font-size: 14px;
  padding: 8px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
.bt-close:hover {
  opacity: 1;
}
.map_link > div {
  display        : table-cell;
  vertical-align : top;
}
.gmap_wrap .map_contents .tit {
  font-size: 14px;
  margin: 0 0 5px 0;
  margin-right: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.map_container .thumb {
  padding-right :15px;
}
.map_container .map_contents .head span {
  width: 24px;
  display: inline-block;
  background: #000;
  height: 24px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
}
.map_container .thumb img {
  width :80px;
  height :80px;
}
.map_contents:after {
  content: '';
  display: block;
  clear: both;
}
.map_contents p {
  font-size :12px;
  margin-bottom :0;
}
.map_contents .adress {
  color : #757575;
}
.map_contents .comment_num {
  margin-right :15px;
  border       : none;
  padding: 5px 5px 0 5px;
  color: #757575;
  font-size: 12px;
}
.map_container_view {
  display: table;
  padding : 5px 0;
  border-bottom: 0;
}
.map_container_view > a, .map_container_view .map_contents {
  display        : table-cell;
  vertical-align : top;
}
.gm-style-iw .map_container .map_contents .icon {
  margin-right : 10px;
}
.search-wrap{
  display : none;
}
.search-on .search-wrap{
  display: block;
}
.search-on .head_wrap,.search-on .toolbar_wrap{
  display: none;
}
.doz_sys .search-box {
  height: 100%;
  position: relative;
}
.doz_sys .search-box input {
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  padding: 0;
  border: none;
  background: 0 0;
  height: 33px;
}
.doz_sys .search-box .btn_group {
  display: table;
  position: absolute;
  right: 0;
  top: -3px;
}
.doz_sys .search-box .btn_group a {
  display: table-cell;
  vertical-align: middle;
  padding: 6px;
  font-size: 17px;
}
.doz_sys .search-box .btn_group a:last-child {
  padding: 6px 0 9px 6px;
  font-size: 16px;
}
.shop-content {
  margin :0 auto;
}
.shop-content .down-btn {
  float: none;
}
.shop-content .down-btn:nth-last-child(2){
  margin-left: 0;
}
.shop-content .shop-tools .down-btn:nth-last-child {
  margin-right: 0;
}
.shop-content .down-btn:after {
  top: 50%;
  opacity: .5;
  margin-top: -11.5px;
}
.shop-grid {
  position : relative;
}
.shop-item {
  text-align    : center;
  float         : left;
}
.shop-item img {
  width: 100%;
}
.shop-item .shop-item-thumb, .shop-item .item-thumbs > a {
  display: block;
}
.shop-item .shop-item-thumb img {
  width: 100%;
}
.shop-item .item-detail {
	text-align : left;
	padding    : 14px 0 20px;
}
.shop-item .item-icon {
  margin-top: 0.75em;
}
.shop-item .ns-icon {
  margin: 0.5em 0;
  display: block;
}
.shop-item .item-detail .item-icon > span,
.shop-item .item-detail .item-icon > span a {
  font-size: 13px !important;
  line-height: 15px;
  color: #757575;
  margin-right: 3px;
}
.shop-item .item-detail .item-icon > span.im-icon-wrap {
  cursor: pointer;
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  gap: 5px;
  margin: 0 !important;
}
.shop-item .item-detail .item-icon > span.im-icon-wrap > i {
  padding: 0;
}
.item-icon .im-ico-cart,
.item-icon .im-ico-like,
.item-icon .im-ico-liked,
.item-icon .im-ico-review{
  font-size: 15px;
}
.buy_btns .like_box i.im-ico-liked.text-17,
.buy_btns .like_box i.im-ico-like.text-17{
  font-size: 17px;
}
#shop_cart_list .shop-item .item-detail {
  padding : 25px 0;
}
.shop-item .item-detail .item-icon > span:last-child {
  margin-right: 0;
}
.shop-item .item-detail .item-icon.unit-list {
  display: inline-flex;
  gap: 10px;
  align-items: flex-end;
  margin-top: 0.75em !important;
  flex-direction: row;
}
#shop_cart_list .shop-item .item-detail {
  padding : 25px 0;
}
.doz_sys .shop-item h2 {
  font-size          : 14px ;
  margin             : 0;
  overflow           : hidden;
  display            : -webkit-box;
  text-overflow      : ellipsis;
  -webkit-line-clamp : 3;
  -webkit-box-orient : vertical;
  word-wrap          : break-word;
  word-break         : keep-all;
  line-height        : 1.3;
}
.shop-item .item-icon .unit{
  margin-left: 6px
}
.shop-item h2 a {
  display: block;
}
.shop-item a:hover .item-overlay {
  opacity : 1;
}
.shop-item .item-detail {
  line-height: 1.6;
}
.doz_sys .shop-item h2 {
	line-height: 1.4;
}
.shop-item .item-detail .item-pay-detail p {
	margin-bottom:0;
}
.shop-item .item-detail .item-pay h2 {
	margin-bottom: 0.3em;
}
.shop-item .item-detail .item-pay-detail p.pay,
.shop-item .item-detail .item-pay-detail .member-pay,
.item-pay-detail .sale_pay{
	line-height: 1.3;
}
.item-pay-detail .sale_price{
	line-height: 1.4;
}
.item-pay-detail .special-sale-wrap {
	line-height: 1.3;
}
.shop-item .item-overlay .item-pay, .shop-item .item-overlay .item-pay > div {
	display : none;
}
.shop-item.off {
	margin-bottom : 0;
}
.shop-item.off a .item-overlay .item-pay, .shop-item.off a:hover .item-overlay .item-pay {
	display  : table;
	position : absolute;
	left     : 0;
	width    : 100%;
	height   : 100%;
}
.shop-item.off a .item-overlay .item-pay > div, .shop-item.off a:hover .item-overlay .item-pay > div {
	height         : 100%;
	display        : table-cell;
	vertical-align : middle;
}
.shop-item.off .item-detail {
	display : none;
}
.item-overlay {
	opacity          : 0;
	position         : absolute;
	top              : 0;
	left             : 0;
	bottom           : 0;
	right            : 0;
	background-color : rgba(255, 255, 255, 0.7);
	color            : #333;
	transition       : .2s;
}
.item-overlay.overlay-circle {
	border-radius: 50%;
}
.item-pay p.sale_pay {
	display: inline-block;
	margin-bottom:0;
	text-decoration: line-through;
}
.item-pay p.pay {
	display: inline-block;
	margin-bottom:0;
}
.ns-icon span {
	font-size: 11px;
	font-family: Helvetica, Arial, Sans-Serif;
	color: #fff !important;
	padding: 3px 8px;
	vertical-align: middle;
	margin :0 5px 5px 0;
}
.ns-icon span.sale {
	background: #fe5356;
}
.ns-icon span.soldout {
	background: #666;
}
.ns-icon span > div {
	margin :0 5px 5px 0;
}
.categorize {
	display: table;
	margin: auto;
}
.categorize img, img.fr-dib {
	max-width: 100%;
}
.categorize img.fr-dib.fr-shadow,
.categorize img.fr-dii.fr-shadow{
	-webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 1px 1px rgb(0 0 0 / 16%);
	-moz-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 1px 1px rgb(0 0 0 / 16%);
	box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 1px 1px rgb(0 0 0 / 16%);
}
.fr-view img.fr-dib.fr-shadow,
.fr-view img.fr-fil.fr-shadow,
.fr-view img.fr-dii.fr-shadow{
	-webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 1px 1px rgb(0 0 0 / 16%);
	-moz-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 1px 1px rgb(0 0 0 / 16%);
	box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 1px 1px rgb(0 0 0 / 16%);
}
.categorize .feed-summary {
	padding-left : 0;
}
.feed-summary .write {
	font-size : 13px;
}
.shop-menu ul, .site_nav {
	list-style: none;
	padding-left: 0;
	margin-bottom :0;
}
.shop-content ul.sub_depth {
	list-style : none;
	padding    : 14px 0 0;
}
.shop-content .left-menu ul {
	padding    : 0;
	list-style : none;
	position: relative;
}
.site_nav {
	border-width  : 0 0 1px 0;
	border-style  : solid;
	border-color  : rgba(128, 128, 128, 0.2);
	margin-bottom :20px;
	padding       : 0;
}
.review-box .pagination li a {
	line-height : 24px;
	margin      : 0;
	display     : inline-block;
}
.shop-grid:after,.categorize ul.site_nav:after,.sub_depth:after {
	content: '';
	display: block;
	clear: both;
}
.categorize ul.site_nav li {
	float: left;
}
.categorize ul.site_nav li a {
	padding     : 0;
	margin      : 0 15px;
	position    : relative;
	display     : block;
	line-height : 50px;
}
.categorize ul.site_nav li:first-child a {
	margin-left : 0;
}
.categorize ul.site_prod_nav li a {
	margin: 0;
	line-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categorize .text_tab .site_prod_nav_wrap ul.site_prod_nav li a,
.categorize .text_tab .site_prod_nav_wrap ul.site_nav li a {
	line-height : inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doz_sys .shop-tit {
	font-size  : 24px;
	text-align : center;
	margin     : 60px 0;
}
.doz_sys .payment .shop-tit {
	font-size : 28px;
}
.shop-content .shop-tools {
	margin: 5px 0;
	padding : 0 0 15px;
	text-align: right;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.shop-content .shop-tools .shop-title {
	margin-right: auto;
}
.shop-content .shop-tools .down-btn {
	margin-left: auto;
}
.shop-content .shop-tools .down-btn .form-control{
	border: 0 !important;
	background: transparent !important;
	height: auto;
	padding: 0 15px 0 0 !important;
}
.shop-content .shop-tools .down-btn:after {
	right : 0;
}
.shop-content .prod_write {
	margin-left:20px;
}
.shop-content .paging-block {
	position: relative;
	min-height: 64px;
}
.shop-content .li_footer .prod_write {
	text-align: right;
}
.shop-content.balance {
	max-width: 1920px;
	position: relative;
	padding:50px 20px;
	overflow: hidden;
}
.balance_tit {
	padding :0 20px 20px;
}
.doz_sys .balance_tit .shop-tit {
	text-align: left;
	margin: 0 0 30px 0;
}
.shop-content.balance .shop-grid {
	margin-top: 0;
	max-width: 1680px;
	float: right;
}
.shop-content.balance .shop-item {
	margin:5px 20px;
}
.shop-content.balance .shop-item img{
	height: 282px;
}
.shop-content.balance .shop-tools {
	position : static;
}
.shop-menu {
	width :200px;
	display: inline-block;
	float:left;
	padding: 50px 0 0 50px;
}
.shop-menu h6 {
	margin-top: 0;
	color: #000;
	font-weight: 200;
	font-size: 1em;
	margin-bottom :5px;
}
.shop-menu ul li {
	padding-bottom :7px;
}
.shop-menu ul li a {
	color:#999
}
.shop-menu ul li a:focus {
	color: #000;
}
.item-form {
	padding: 10px 0 5px;
}
.item-form:nth-child(1) {
	padding-top :0;
}
.sub_depth {
	margin-bottom :0;
}
.sub_depth li {
	float:left
}
.sub_depth li span {
	margin :0 8px;
	font-size: 10px;
}
.shop_goods_img ul,.thumb_group ul {
	padding       : 10px 0 0 0;
	list-style    : none;
	margin-bottom : 0;
}
.shop_goods_img ul li,.thumb_group ul li {
	float:left;
	padding-right: 2px;
}
.interval-ctr {
	margin-right  : 10px;
	margin-bottom : 50px;
}
.shop_goods_img ul li:nth-last-child(1),.thumb_group ul li:nth-last-child(1){
	padding-right :0;
}
.shop_goods_img ul li a,.thumb_group ul li a {
	background-size: cover !important;
	width: 60px;
	height: 60px;
	display: inline-block;
}
.modal_prod_detail_from_shopping_list .modal-dialog {
	width: 1200px;
}
.modal_prod_detail_from_shopping_list .header_wrap {
	padding-top: 15px;
	padding-right: 20px;
}
.modal_prod_detail_from_shopping_list .goods_wrapper {
	padding: 0 50px 50px 50px;
}
.modal_prod_detail_from_shopping_list .goods_wrapper {
	padding-top: 0 !important;
}
.modal_prod_detail_from_shopping_list .shop-style-b .goods_wrapper {
	padding: 0 50px 110px 50px;
}
.goods_form {
	padding-left: 15%;
}
.goods_thumbs img {
	width: 100%;
}
.goods_thumbs .owl-carousel .owl-item img {
	max-width : 100%;
}
.goods_thumbs .owl-controls {
	display : none;
}
.owl-carousel {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.owl-carousel .owl-item {
	-webkit-backface-visibility: visible;
}
.shop_sub_depth[style^="display: block"] ~ .goods_wrapper {
	padding-top: 14px;
}
.doz_sys .goods_form h1 {
	margin      : 0;
	font-size   : 22px;
	line-height : 1.2;
}
.goods_form .pay_detail {
	display: table;
}
.goods_form .pay_detail.full-width {
	position: relative;
}
div[data-widget-type="shop_view"] .goods_form > header {
	padding-bottom: 24px;
}
.shop-content .goods_form .view_tit {
	word-break: normal;
	word-wrap: break-word;
	margin-bottom: 0.3em;
}
.shop-content .goods_form .view_tit.membership_tit {
	margin-bottom: 24px;
}
.shop-content .pay_label {
	font-size: 15px;
	width: auto;
	display: table-cell;
	vertical-align: middle;
	padding-right: 0.6em;
}
.modal_prod_detail_from_shopping_list .pay_label {
	font-size: 15px;
	padding-right: 0.6em;
}
.shop-content .pay_number {
	display: table-cell;
	vertical-align: middle;
}
.shop-content.shop-style-b .footer-price-wrap{
	line-height: 1.6!important;
}
.shop-content .sale_percentage {
	font-weight: bold;
	line-height: 1.3;
}
.goods_form .categorize-mobile {
	display: none;
}
.goods_form .categorize-mobile:has(iframe[allowfullscreen]:fullscreen) {
	display: block;
}
.goods_form .categorize-mobile > div[class*="_wrap_mobile"], .categorize-mobile #prod_detail_content_mobile {
    text-align: left;
}
#fixed_tab {
	padding-top: 0 !important;
}
.shop-content.shop-style-b .footer-price-wrap{
	line-height: 1.42857143!important;
}
.shop-content.shop-style-b .goods_wrapper {
	margin: 0;
}
.shop-content.shop-style-b.shop-align-left .goods_wrapper .review_count_summary_wrap {
    justify-content: start;
}
.shop-content.shop-style-b.shop-align-left .goods_wrapper {
	text-align: left;
}
.shop-content.shop-style-b.shop-align-center .goods_wrapper .review_count_summary_wrap {
   justify-content: center;
}
.shop-content.shop-style-b.shop-align-center .goods_wrapper {
	text-align: center;
}
.shop-content.shop-style-b.shop-align-center .goods_wrap {
	text-align: left;
}
.shop-content.shop-style-b .goods_thumbs_wrap,
.shop-content.shop-style-b .goods_form_wrap,
.shop-content.shop-style-b .goods_form {
	padding-left: 0;
	padding-right: 0;
}
.shop-content.shop-style-b .goods_thumbs_wrap {
	margin-bottom: 26px;
}
.shop-content.shop-style-b .goods_thumbs_wrap .goods_thumbs {
	max-width: 750px;
}
.shop-content.shop-style-b.shop-align-center .goods_thumbs_wrap .goods_thumbs, .shop-content.shop-style-b.shop-align-center .goods_thumbs_wrap .prod-owl-list {
	margin: 0 auto;
}
.modal_prod_detail_from_shopping_list .shop-content.shop-style-b .goods_thumbs_wrap .goods_thumbs {
	max-width: 400px;
}
.shop-content .carousel-count-numbering,
.booking_content .carousel-count-numbering{
	display: none;
}
.shop-content .carousel-count-numbering span,
.booking_content .carousel-count-numbering span{
	color: #fff!important;
}

.review_count_summary_wrap {
	margin-bottom: 1em;
	font-size: 14px;
}
.review_count_summary_wrap .interlock_star_point {
	margin-right: 0.3em;
	position: relative;
	top: -1px;
}
.review_count_summary_wrap .review_count_summary {
	display : inline-block;
	margin: 0;
}
.review_count_summary_wrap .review_pipe {
	margin-left: 0.6em;
	margin-right: 0.7em;
	display: inline-block;
	height: 0.8em;
	width: 1px;
	background: rgba(33, 33, 33, 0.2);
}
.summary_table {
	position: relative;
	display: table;
	width: 100%;
}
.rating_point_wrap {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.rating_point_wrap .rating_point {
	font-size: 36px;
}
.rating_point_wrap .review_count {
	font-size: 13px;
	color: rgba(0, 0, 0, 0.6);
}
.rating_graph_wrap {
	display: table-cell;
	vertical-align: middle;
}
.rating_graph_wrap .rating_bar_wrap .rating_bar_background {
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.1);
}
.rating_graph_wrap .rating_bar_wrap .rating_bar {
	background: rgba(0, 0, 0, 0.1);
}
.rating_graph_wrap .rating_bar_wrap .rating_bar.active {
	background: #ff472b;
}
@media (max-width: 480px) {
  .review_image_list_wrap .review_image_list .review_label {
    font-size: 13px;
  }  
}

@media (min-width: 481px) {
  .review_image_list_wrap .review_image_list .review_label {
    font-size: 15px;
  }  
}
.review_summary_wrap {
	display: none;
	margin: 30px 0;
	padding: 46px;
	background: rgba(0, 0, 0, 0.03);
}
.review_summary_wrap .summary_table {
	max-width: 1250px;
	margin: 0 auto;
}
.review_summary_wrap_tablet .summary_tablet_wrap {
	padding: 30px;
	background: rgba(0, 0, 0, 0.03);
	text-align: center;
}
.review_summary_wrap_tablet .summary_table {
	width: 100%;
	margin: 0 auto;
}
.review_summary_wrap .rating_point_wrap,
.review_summary_wrap_tablet .rating_point_wrap {
	min-width: 100px;
}
.review_summary_wrap .rating_graph_wrap {
	text-align: right;
	min-width: 220px;
}
.review_summary_wrap_tablet .rating_graph_wrap {
	text-align: center;
	min-width: 220px;
	width: 70%;
}
.review_summary_wrap .rating_graph_wrap .rating_bar_wrap,
.review_summary_wrap_tablet .rating_graph_wrap .rating_bar_wrap {
	margin: 8px 0;
	line-height: normal;
}
.review_summary_wrap .rating_graph_wrap .rating_bar_wrap .rating_name,
.review_summary_tablet .rating_graph_wrap .rating_bar_wrap .rating_name {
	display: inline-block;
	text-align: right;
}
.review_summary_wrap .rating_graph_wrap .rating_bar_wrap .rating_bar_background,
.review_summary_wrap_tablet .rating_graph_wrap .rating_bar_wrap .rating_bar_background {
	display: inline-block;
	width: 70%;
	height: 5px;
	margin-left: 20px;
	vertical-align: middle;
}
.review_summary_wrap .rating_graph_wrap .rating_bar_wrap .rating_bar,
.review_summary_wrap_tablet .rating_graph_wrap .rating_bar_wrap .rating_bar {
	height: 5px;
	border-radius: 3px 0 0 3px;
}
.review_summary_wrap .review_image_list_wrap {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding: 0 40px 0 80px;
}
.review_summary_wrap .review_image_list_wrap .review_image_list {
	max-width: 470px;
	margin-left: auto;
}
.review_summary_wrap.hide_scope .summary_table {
	display: block;
}
.review_summary_wrap.hide_scope .review_image_list_wrap {
	padding: 0;
	display: block;
	width: 100%;
}
.review_summary_wrap.hide_scope .review_image_list_wrap .review_image_list {
	max-width: 1188px;
}
.review_summary_wrap .review_image_list_wrap .review_label {
	text-align: center;
	padding-bottom: 10px;
	margin-top: -17px;
}
.review_summary_wrap_mobile {
	display: none;
}
.review_summary_wrap_mobile .summary_table {
	margin: 30px 0;
}
.review_summary_wrap_mobile .rating_point_wrap {
	width: 50%;
	position: relative;
}
.review_summary_wrap_mobile .rating_pipe {
	position: absolute;
	right: 0;
	top: 40%;
	width: 1px;
	height: 25px;
	background: rgba(0, 0, 0, 0.1);
}
.review_summary_wrap_mobile .rating_graph_wrap {
	width: 50%;
	text-align: center;
}
.review_summary_wrap_mobile .rating_graph_wrap .rating_bar_wrap {
	display: inline-block;
	width: 21px;
	margin: 0 1px;
}
.review_summary_wrap_mobile .rating_graph_wrap .rating_bar_wrap .rating_name {
	display: block;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
}
.review_summary_wrap_mobile .rating_graph_wrap .rating_bar_wrap .rating_bar_background {
	display: block;
	width: 5px;
	height: 80px;
	position: relative;
	margin: 0 auto;
}
.review_summary_wrap_mobile .rating_graph_wrap .rating_bar_wrap .rating_bar {
	width: 5px;
	border-radius: 0 0 3px 3px;
	position: absolute;
	bottom: 0;
}
.review_summary_wrap_mobile .review_image_list_wrap,
.review_summary_wrap_tablet .review_image_list_wrap {
	width: 100%;
	margin: 35px 0;
}
.review_summary_wrap_mobile .review_image_list_wrap .review_image_list,
.review_summary_wrap_tablet .review_image_list_wrap .review_image_list {
	margin: 0;
}
.review_summary_wrap_mobile .review_image_list_wrap .review_image_list .review_label,
.review_summary_wrap_tablet .review_image_list_wrap .review_image_list .review_label {
	display: flex;
  justify-content: space-between;
  align-items: center;
	padding: 10px 0;
	position: relative;
}
.review_summary_wrap_mobile .review_image_list_wrap .review_btn_wrap,
.review_summary_wrap_tablet .review_image_list_wrap .review_btn_wrap {
	display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.review_summary_wrap_mobile .review_image_list_wrap .review_btn_wrap > a,
.review_summary_wrap_tablet .review_image_list_wrap .review_btn_wrap > a {
	display: inline-block;
}
.review_summary_wrap_mobile .review_image_list_wrap .review_btn_wrap .nav_wrap,
.review_summary_wrap_tablet .review_image_list_wrap .review_btn_wrap .nav_wrap {
	display: inline-block;
}
.first_photo_review_wrap {
	padding: 11px 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 40px 0;
}
.shop-style-b .first_photo_review_wrap {
	margin: 20px 0 40px 0;
}
.first_photo_review_header {
	position: relative;
	margin: 15px 30px;
	font-size: 15px;
}
.first_photo_review_nav {
	position: absolute;
	top: 0;
	right: 0;
}
.first_photo_review_nav > a {
	margin: 0 12px;
	font-size: 12px;
}
.review_summary_wrap_mobile .review_image_list_wrap .review_btn_wrap .nav_wrap,
.review_summary_wrap_tablet .review_image_list_wrap .review_btn_wrap .nav_wrap,
.first_photo_review_nav > div {
	min-width: 70px;
}
.review_summary_wrap_mobile .review_image_list_wrap .review_btn_wrap .nav_wrap .nav_btn,
.review_summary_wrap_tablet .review_image_list_wrap .review_btn_wrap .nav_wrap .nav_btn,
.first_photo_review_nav > div > a {
	width: 37px;
	height: 24px;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #757575;
	padding: 0;
	margin: -2px -3px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.review_summary_wrap_mobile .review_image_list_wrap .review_btn_wrap .nav_wrap .nav_btn:first-child,
.review_summary_wrap_tablet .review_image_list_wrap .review_btn_wrap .nav_wrap .nav_btn:first-child,
.first_photo_review_nav > div > a:first-child {
	border-right-width: 0;
}
.first_photo_review_nav > div > a > i,
.review_summary_wrap_mobile .review_image_list_wrap .review_btn_wrap .nav_wrap .nav_btn > i,
.review_summary_wrap_tablet .review_image_list_wrap .review_btn_wrap .nav_wrap .nav_btn > i {
	vertical-align: -4px;
}
.first_photo_review_content .interlock_star_point {
	line-height: 12px;
	position: relative;
	top: -6px;
}
.star-pointer .bt-star,
.first_photo_review_content .interlock_star_point .bt-star {
	font-size: 12px;
}
.first_photo_review_content .first_photo_review_col {
	display: table;
	width: 100%;
}
.first_photo_review_content .first_photo_review_cell {
	display: table-cell;
	padding: 15px 30px;
	width: 50%;
}
.first_photo_review_content .first_photo_review_cell a {
	display: table;
	width: 100%;
}
.first_photo_review_body {
	vertical-align: top;
	padding-right: 24px;
}
.star-pointer .bt-star,
.interlock_star_point .bt-star {
	margin-left: 2px;
}
.star-pointer .bt-star:first-child,
.interlock_star_point .bt-star:first-child {
	margin-left: 0;
}
.first_photo_review_body .rating_name {
	margin-left: 8px;
}
.first_photo_review_body .list_text_title {
	margin: 10px 0;
}
.first_photo_review_body .summary {
	word-break: break-all;
}
.shop-style-a .pay_detail .table-row > span {
	line-height: 1.5;
}
.shop-style-a .pay_detail .table-row:last-child > span {
	padding-bottom: 0;
}
.shop-style-b .pay_detail .pay_label, .shop-style-b .pay_detail .pay_number {
	display: block;
	padding: 0;
}
.shop-style-b .pay_detail .pay_label {
	font-size: 14px;
}
.shop-style-b .pay_detail .holder {
	margin: 15px 0;
}
.shop-style-b .member_pay_popover {
	margin: 0;
}
.goods_summary {
	margin-bottom:20px;
}
.goods_summary ul,
.goods_summary ol {
	padding:0;
	margin: 0 0 20px 20px;
}
.goods_summary ul li:last-child,
.goods_summary ol li:last-child {
	margin-bottom :0;
}
.pay_detail .real_price, .pay_detail .sale_percentage {
	vertical-align: middle;
}
.pay_detail .sale_price {
	text-decoration: line-through;
	font-size: 16px;
	vertical-align: middle;
}
.pay_detail .btn {
	height: 30px;
	padding: 5px 15px;
	border: none;
	vertical-align: top;
	margin :3px 0 0 10px;
}
.pay_detail .comment_num_warp {
	vertical-align: middle;
	position: absolute;
	display: block;
	right: 15px;
}
.pay_detail.full-width .comment_num_warp {
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
  z-index: 1;
}
.pay_detail .btn.comment_num {
    display: inline-flex;
	border: 0;
	font-size: 20px;
	padding: 0;
	margin: 0;
	height: auto;
    outline: none;
}
.pay_detail .btn.comment_num.btn-wishlist {
  gap: 4px;
}
.pay_detail .btn.comment_num.btn-wishlist .prod_detail_wish_count {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.pay_detail .comment_num_warp > .btn.comment_num ~ .btn.comment_num {
  margin-left: 20px;
}
.layer_pop .goods_select {
	padding-top    : 20px;
	padding-bottom : 0;
}
.doz_sys .shop-content select.form-control,
.doz_sys .shop-content input:not(.clean-form-control).form-control,
.doz_sys .shop-content textarea.form-control,
.prod_dropdown {
	border: 1px solid #ddd !important;
}

.doz_sys .shop-content input.clean-form-control:focus {
  border: 1px solid #ddd !important;
}

.doz_sys .shop-content select.form-control,
.doz_sys .shop-content input.form-control,
.doz_sys .shop-content textarea.form-control,
.prod_dropdown {
	height        : 32px;
	border-radius: 0 !important;
}
.doz_sys .shop-content div.form-control {
	border-color  : #ddd !important;
	height        : 32px;
	border-radius: 0 !important;
}
.order-cancle-form textarea {
	resize: none;
	min-height:100px;
}
select.form-control option {
	color:#000 !important;
	background: #fff;
}
.doz_sys.shop_payment .shop-content input.form-control,
.doz_sys.shop_payment .shop-content select.form-control,
.doz_sys .shop-content input.form-control.count {
	background-color: #fff !important;
	color: #212121 !important;
}
.doz_sys .shop-content input.form-control,
.doz_sys .shop-content select.form-control,.prod_dropdown {
	border-radius      : 3px;
	display            : inline-block;
	transition         : none;
	-webkit-appearance : none;
	-moz-appearance    : none;
	appearance         : none;
	font-size: 14px;
}
.shop-content select.form-control {
	border: 1px solid #ddd !important;
	padding: 0.5em 0.75em;
	padding-right: 1.75em !important;
}
.doz_sys .shop-content.payment .order_wrap input.form-control[readonly]{
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.shop-content.payment textarea.form-control,
.shop-content input.form-control,
.doz_sys .modal_widget_cartopt input.form-control {
	border: 1px solid #ddd;
	padding: 0.5em 0.75em;
	font-size: 14px;
	line-height: 1.42857143;
}
.doz_sys .shop-content input.form-control[disabled],
.doz_sys .modal_widget_cartopt input.form-control[disabled] {
	background-color : #e5e5e5;
	color            : #999 !important;;
}
.goods_select .opt_block span {
	line-height :2.3;
}
.opt-group .btn_clse {
	display: none;
}
.opt-group .option_title {
	vertical-align: middle;
	display: table-cell;
	word-break: break-all;
	font-size: 12px;
}
.opt-group .goods_wrap {
	padding-top: 12px;
	margin-top: 12px;
}
.shop-content .option_wrap .option_title {
	margin-right:5px;
}
.ug_text {
	line-height: 1.3;
}
.shop-content .form-delivery,
#prod_deliv_setting .form-select-wrap {
	min-width: 130px;
}
.shop-content .select_wrap > div.inline-blocked {
	margin-left: 1%;
	margin-bottom: 0;
	float:left;
	position: relative;
}
.shop-content .select_wrap > div.inline-blocked.form-auto-width {
	width: 32.3%;
	margin-left: 0;
}
.shop-content .select_wrap {
	margin-left: -1%;
}
.shop-content .select_wrap .form-control {
	height: auto;
	width: 100%;
	padding: 0.5em 1em;
	border: 1px solid #ddd !important;
	border-radius: 2px;
}
.doz_sys .option_btn_tools input.form-control {
	line-height: 28px;
	width         : 50px;
	height        : 32px !important;
	color         : #000 !important;
	border        : 0 !important;
	text-align    : center;
	border-right  : 1px solid #ddd !important;
	border-left   : 1px solid #ddd !important;
	border-radius : 0 !important;
	background: transparent !important;
}
.doz_sys .option_btn_tools input.form-control {
	line-height: 1;
}
.doz_sys .option_btn_tools input.form-control.order_count {
	background: #fff;
}
.doz_sys .shop-content input.form-control,
.doz_sys .shop-content select.form-control,
.doz_sys .option_btn_tools input.form-control{
	height: 36px;
}
.modal_widget_cartopt .option_btn_tools input.form-control,
.modal_widget_cartopt select.form-control,
.modal_widget_cartopt input.form-control,
.modal_widget_cartopt .option_title {
	font-size: 12px !important;
}
.shop-content .txt_easy_payment {
	font-size: 12px;
}
.shop-content .txt_easy_payment img {
	margin-right: 8px;
}
.shop-content.shop-style-a .txt_easy_payment {
	margin: 16px 0 0 0;
}
.shop-content.shop-style-b .txt_easy_payment {
	margin: 16px 0 24px 0;
}
.shop-content.shop-style-b .opt-group {
	display: none;
}
.shop-content.shop-style-b.open .opt-group {
	display    : block;
	position   : fixed;
	bottom     : 0;
	width      : 100%;
	left       : 0;
	padding    : 25px 0 100px;
	z-index    : 100;
	background : #fff;
	border: none;
	box-shadow: 0 0 10px 0 rgba(33, 33, 33, 0.1);
}
.shop-content.shop-style-b.open .opt-group:before {
	clear      : both;
	position   : absolute;
	top        : -130px;
	z-index    : 0;
	width      : 100%;
	height     : 130px;
	background : -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(13%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(0, 0, 0, 1)));
	background : -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.13) 13%, rgba(0, 0, 0, 1) 100%);
	background : linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.13) 13%, rgba(0, 0, 0, 1) 100%);
	content    : '';
	opacity    : 0;
	left: 0;
}
.shop-content.shop-style-b.open .opt-group .btn_clse {
	display       : block;
	position      : absolute;
	top           : -25px;
	left          : 50%;
	z-index       : 100;
	width         : 86px;
	height        : 25px;
	margin-left   : -43px;
	text-align    : center;
	background    : #fff;
	font-size     : 16px;
	border-radius : 4px 4px 0 0;
	border: none;
	box-shadow: 0 0 10px 0 rgba(33, 33, 33, 0.1);
}
.shop-content.shop-style-b.open .opt-group .btn_clse:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	box-shadow: 0 10px 0 0 #ffffff;
	left: 0;
}
.shop-content.shop-style-b.open .opt-group .btn_clse > span {
	color : #000;
	position: absolute;
	top: 8px;
	left: 35px;
}
.shop-content.shop-style-b.open .opt-group .goods_container {
	max-height: 600px;
	min-height: 300px;
	overflow-y: auto
}
.modal_prod_detail_from_shopping_list .shop-content.shop-style-b.open .opt-group .goods_container {
	max-height: 300px;
}
.shop-content.shop-style-b.open .opt-group .goods_wrap {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.shop-content.shop-style-b.open .opt-group .goods_wrap .goods_section {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.shop-content.shop-style-b.open .opt-group .goods_wrap .goods_section.goods_left {
	padding-right: 15px;
}
.shop-content.shop-style-b.open .opt-group .goods_wrap .goods_section.goods_right {
	padding-left: 15px;
}
.shop-content.shop-style-b.open .opt-group .goods_section .opt_product_area .area_tit {
	text-align: left;
}
.shop-content.shop-style-b .buy_footer_fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 80px;
	left: 0;
	z-index: 1000;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.shop-content.shop-style-b .buy_footer_fixed .bt-share,
.shop-content.shop-style-b .buy_footer_fixed .cart > i {
	position: relative;
	top: 2px;
}
.shop-content.shop-style-b .buy_footer_fixed .cart {
	width: auto;
	border: none;
	background: none;
	margin: 18px 10px;
	padding-left: 7px;
	font-size: 14px;
	position: relative;
	top: -1px;
}
.shop-content.shop-style-b .buy_footer_fixed .button.button--restock.button--outlined {
	background-color: #FFFFFF;
	border: 1px solid rgba(33, 33, 33, 0.20);
	color: #212121;
  }
.shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  flex: 1;
}
.shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .button-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .btn.reset {
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	float: none;
	top: auto;
}
.shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .btn {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}
.shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift a.cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 8px;
}
.shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .btn .im-icon {
	position: relative;
	top: -1px;
	font-size: 16px;
	padding: 0;
}
.shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .gift-price-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .gift-price-wrap .gift-label {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}
.shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .gift-price-wrap .gift-price {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}
.shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: auto;
  min-width: 140px;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  user-select: none;
  cursor: pointer;
}
.shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .button.button--soldout {
  width: 240px;
  opacity: 0.2;
  cursor: not-allowed;
}
.shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .button.button--soldout.with-btn-restock {
  opacity: 0.2;
  cursor: not-allowed;
}
.shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .button.button--order {
  width: 160px;
}
.shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .button.button--outlined {
  background-color: #FFFFFF;
  border: 1px solid rgba(33, 33, 33, 0.20);
  color: #212121;
}
.shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .button i {
  padding: 0;
  font-size: 16px;
}
.modal_prod_detail_from_shopping_list .shop-style-b .buy_footer_fixed,
.modal_prod_detail_from_shopping_list .shop-content.shop-style-b.open .opt-group {
	width: 100%;
}
.modal_prod_detail_from_shopping_list .shop-style-b .buy_footer_fixed {
	border-radius: 0 0 3px 3px;
}
.shopping .popover, .shop_view .popover, .modal_prod_detail_from_shopping_list ~ .popover {
	z-index: 17001;
}
.adult_item_box .box_ico {
	width: 22px;
	height: 22px;
	position: absolute;
	left: -29px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.shop-content .item_detail .visit_btn_wrap {
	margin-left: 1%;
	float: left;
}
.layer_pop .goods_payment {
	padding-top :0;
}
.goods_payment .opt_block {
	padding: 15px;
	position: relative;
	margin-bottom: 10px;
}
.goods_payment .opt_block.total {
	padding-top: 5px;
}
.goods_payment .opt_block .table-cell:first-child {
	width: 50%;
	word-break: break-all;
}
.goods_payment .opt_block span.opt {
	word-wrap  : break-word;
	word-break : break-all;
}
.goods_payment .opt_block.bottom {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
	background-color: transparent;
}
.shop-content .goods_payment .opt_block.bottom {
	display: table;
	width: 100%;
}
.shop-content .goods_payment .opt_block.bottom > p {
	display: table-row;
}
.shop-content .goods_payment .opt_block.bottom > p > span {
	display: table-cell;
	vertical-align: middle;
}
.opt_block .col-control {
	margin-top : 10px;
}
.layer_pop .opt_block .col-control {
	margin-top : 0;
}
.layer_pop .goods_payment .opt_block.bottom {
	margin-bottom : 24px;
}
.goods_payment .opt_block.middle {
	border-radius: 0;
}
.goods_payment .opt_block.bottom .col-xs-4,
.goods_payment .opt_block.bottom .col-xs-8 {
	padding: 0;
}
.opt_block .align_r {
	text-align: right;
	margin-bottom :0;
}
.opt_block .align_r a {
	position: absolute;
	top: 50%;
	right: 0;
	color: #777 !important;
	padding: 5px;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.opt_block.total .align_r span {
	position : static;
	padding-left :35px;
	font-size: 18px;
}
.opt_block.total .align_r span em {
	font-size:14px;
}
.goods_payment .v_align {
	top : -5px;
}
.option_btn_tools {
	border        : 1px solid #ccc;
	background    : #fff;
	display       : table;
	width         : 100px;
	height: 27px;
}
.option_btn_tools a {
	width          : 26px;
	font-size      : 10px;
	display        : table-cell;
	vertical-align : middle;
	text-align     : center;
	color          : #000;
}
.option_btn_tools a i {
	font-weight: normal;
}
.option_btn_tools a:focus:last-child {
	border-radius : 0 3px 3px 0;
}
.option_btn_tools button {
	background: #fff;
	border:none;
	position : absolute;
	width: 20px;
	height: 15px;
	right :20px;
}
.order_quantity_area {
	padding: 15px;
}
.opt_product_area .area_tit,
.order_quantity_area .area_tit {
	margin-bottom: 30px;
}
.opt_product_area .area_tit {
	padding-right: 25px;
	text-align: left !important;
}
.opt_product_area .area_tit:before,
.order_quantity_area .area_tit:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -15px;
	width: 100%;
	border-width: 1px 0 0;
	border-style: dashed;
}
.item_detail .middle_title {
	height: 35px;
	vertical-align: middle;
	display: table-cell;
}
.f-left {
	float : left;
}
.f-right {
	float : right;
}
.shop-content.im-no-buy-btn .buy_btns a.btn.buy:not(.btn-soldout):not(.im-download):not(.btn-restock),
.shop-content.im-no-cart-btn .buy_btns a.btn.cart,
.shop-content.im-no-like-btn .buy_btns a.btn.like_box,
.shop-content.im-no-like-btn .header-button-container a.btn.like_box,
.shop-content.im-no-like-btn .comment_num_warp  .btn.like-box,
.shop-content.im-no-buy-btn.im-no-cart-btn .buy_btns a.btn.buy.btn-soldout {
	display: none;
}
.buy_btns.pc a.btn.btn-soldout, a.btn.btn-soldout{
	cursor  : not-allowed;
	opacity : 0.2;
}
.buy_btns.custom_tooltip {
	position: relative;
}
.shop-style-a .buy_btns.top.custom_tooltip {
	padding-top: 40px;
}
.social-pay {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shop-style-a .social-pay{
	width: 100%;
	margin-top: 8px;
}
.shop-style-b .social-pay{
	width: 100%;
	margin-top: 10px;
}
/* 카카오 및 네이버 공통 부분 */
.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_zzim,
.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_talk,
.social-pay #checkoutContainer.__checkout_buy_container .__checkout_btn_wish{
	width: 48px !important;
	height: 48px !important;
}
.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_item,
.social-pay #checkoutContainer.__checkout_buy_container .__checkout_btn_buy{
	height: 48px !important;
}
.social-pay #naverPayWrap .npay_storebtn_bx .npay_text,
.social-pay #naverPayWrap .npay_storebtn_bx .npay_event,
.social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_title,
.social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_notice {
	display: none !important;
}
.pay-box .cart_btn_child, .social-pay .npay_button_box, .social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_contents, .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_list {
  gap: 8px;
}
.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_zzim,
.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_talk,
.social-pay #checkoutContainer.__checkout_buy_container .__checkout_btn_wish{
  margin-left: 0px !important;
}
/* 네이버 페이 부분 */
.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_list,
.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_list tr{
  display: flex!important;
}
.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_list tbody {
  width: 100% !important;
}
.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_list tr {
  gap: 8px !important;
}
.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_list .npay_btn_item{
  display: block!important;
}
.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_list .npay_btn_item:first-child{
  flex-grow: 1;
}
.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_item {
	width: 100% !important;
}
.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_item.btn_width{
	width: auto !important;
  flex-shrink: 0;
}
.social-pay #naverPayWrap .npay_storebtn_bx{
	width: 100% !important;
	height: auto !important;
}
.social-pay #naverPayWrap .npay_storebtn_bx .npay_button_box{
	width: 100% !important;
	border-top: 0 !important;
	padding: 0 !important;
	background-color: transparent !important;
}
.social-pay #naverPayWrap .npay_storebtn_bx .npay_button{
	padding: 0 !important;
}
.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_list{
	table-layout: auto !important;
}
.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_pay{
	height: 48px !important;
	border-color: #00DE5A !important;
	background-color: #00DE5A !important;
	background-image: url(../f/e842fc46_pc_btn_npay.svg) !important;
	background-repeat: no-repeat;
	background-size: auto 17px !important;
	background-position: center center !important;
	border-width: 0px !important;
	font-size: 0px !important;
}
.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_pay span{
	background: none !important;
}
.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_zzim{
	width: 48px !important;
	height: 48px !important;
  background-image: none !important;
  background-color: #fff !important;
  border-color: #e5e5e5 !important;
  box-sizing: border-box !important;
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
  position: relative;
}
.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_zzim:before{
  content: "찜";
  font-size: 14px;
  color: #00C73C;
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: tahoma,"Helvetica Neue","Apple SD Gothic Neo",'-apple-system,맑은 고딕','Malgun Gothic',sans-serif !important;
}
.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_talk{
  width: 48px !important;
  height: 48px !important;
  background-image: url(../f/3630509e_pc_npay_talk.png) !important;
  background-size: 20px 20px !important;
  background-repeat: no-repeat;
  background-color: #fff !important;
  border-color: #e5e5e5 !important;
  background-position: center !important;
  font-size: 0px !important;
  box-sizing: border-box !important;
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
/* 카카오 페이 부분 */
.social-pay #checkoutContainer.__checkout_buy_container{
	width: 100% !important;
	padding: 0 !important;
	border-top: 0 !important;
}
.social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_contents{
	padding: 0 !important;
	display: flex !important;
  gap: 8px;
}
.social-pay #checkoutContainer .__checkout_buy_container .__checkout_buy_contents .__checkout_btn_buy,
.social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_contents .__checkout_btn_buy {
  width: auto;
  flex-grow: 1;
}
/* 개편된 톡체크아웃 SDK는 간편구매 버튼을 __checkout_wrap_btn_buy로 감싸므로, 래퍼를 레이아웃에서 제외해 버튼이 직접 flex item이 되도록 유지 */
.social-pay #checkoutContainer .__checkout_buy_container .__checkout_buy_contents .__checkout_wrap_btn_buy,
.social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_contents .__checkout_wrap_btn_buy {
  display: contents;
}
.social-pay #checkoutContainer.__checkout_buy_container .__checkout_img_buy{
	width: 100% !important;
	background-image: url(../f/38be9bbb_pc_btn_talkcheckout.svg) !important;
	background-repeat: no-repeat;
	background-size: 70px auto !important;
	height: 18px;
	background-position: center center !important;
}
.social-pay #checkoutContainer.__checkout_sdk_container .__checkout_img_wish{
	width: 100% !important;
	height: 100% !important;
	background: url(../f/df8a808b_pc_kakaopay_wish.png) no-repeat !important;
	background-size: 12px 14px !important;
	background-position: center !important;
}
.social-pay #checkoutContainer .__checkout_buy_container .__checkout_buy_contents .__checkout_btn_wish,
.social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_contents .__checkout_btn_wish {
  font-size: 0px;
  background-image: none !important;
  position: relative;
}
.social-pay #checkoutContainer.__checkout_buy_container {
  overflow: visible;
}
.social-pay #checkoutContainer .__checkout_buy_container .__checkout_buy_contents .__checkout_wrap_btn_channel,
.social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_contents .__checkout_wrap_btn_channel,
.social-pay #checkoutContainer .__checkout_buy_container .__checkout_buy_contents .__checkout_btn_wish,
.social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_contents .__checkout_btn_wish {
  top: auto;
  right: auto;
  position: relative;
}
.social-pay #checkoutContainer .__checkout_buy_container .__checkout_buy_contents:after,
.social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_contents:after {
  display: none;
}
.social-pay #checkoutContainer .__checkout_buy_container .__checkout_buy_contents .__checkout_btn_channel, .social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_contents .__checkout_btn_channel {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
    background-color: #FFDE00;
}
.social-pay #checkoutContainer .__checkout_buy_container .__checkout_buy_contents .__checkout_txt_channel_tooltip, .social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_contents .__checkout_txt_channel_tooltip {
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  padding: 4px 6px 3px;
  top: -4px;
  width: 53px;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: -0.5px;
}
.social-pay #checkoutContainer .__checkout_sdk_container .__checkout_img_channel, .social-pay #checkoutContainer.__checkout_sdk_container .__checkout_img_channel {
  width: 24px;
  height: 17px;
    background-image: url(../f/20befc29_logo_kakao_channel.png) !important;
    background-size: 24px 17px !important;
    background-position: center;
}
/* 카트 부분 */
.pay-box .social-pay .__checkout_btn_wish{
	display: none;
}
.pay-box .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_pay span.npay_logo{
	display: none !important;
}
.pay-box{
	width: 280px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 16px auto;
  gap: 8px;
}
.pay-box .social-pay #naverPayWrap .npay_storebtn_bx,
.pay-box .social-pay #checkoutContainer.__checkout_buy_container{
	margin: 0 !important;
}
.pay-box .social-pay #naverPayWrap,
.pay-box .social-pay #create-kakao-checkout-button,
.pay-box .social-pay #checkoutContainer.__checkout_buy_container,
.pay-box .social-pay #checkoutContainer.__checkout_buy_container .__checkout_btn_buy{
	width: 280px !important;
	height: 48px !important;
	box-sizing: border-box !important;
	float: left;
}
.pay-box .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_pay,
.pay-box .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_item{
	width: 100%;
	font-size: 0px !important;
}
.pay-box .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_talk,
.pay-box .social-pay #checkoutContainer.__checkout_buy_container .__checkout_btn_buy{
	margin-right: 0px !important;
}
.pay-box .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_pay,
.pay-box .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_talk,
.pay-box .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_item{
	height: 48px !important;
	box-sizing: border-box !important;
}
.pay-box .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_pay{
	background-image: url(../f/e842fc46_pc_btn_npay.svg) !important;
	background-size: auto 17px !important;
}
.pay-box .social-pay #checkoutContainer.__checkout_buy_container .__checkout_img_buy{
	background-image: url(../f/38be9bbb_pc_btn_talkcheckout.svg) !important;
	background-size: 70px auto !important;
    height: 23px;
}
.pay-box a.to-order{
	min-width: 160px;
	height: 48px;
	padding: 0 24px;
	font-size: 15px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pay-box a.to-order.im-regularly {
	display: none;
}
.buy_btns {
	display: flex;
	justify-content: center;
	align-items: center;
  gap: 8px;
}
.buy_btns a {
	font-size     :16px;
}
.buy_btns button {
	font-size:20px;
}
.buy_btns a i {
	padding:0 2px;
}
.buy_btns a.defualt-cart i {
	font-size: 18px;
	line-height: 48px;
}
.buy_btns > div {
	display: inline-block;
}
.buy_btns .npay_storebtn_bx {
	margin-top : 20px !important;
}
.buy_btns.pc a.btn {
	font-size: 14px;
	letter-spacing: 0;
	padding: 12px 0;
}
.shop-content.shop-style-b .buy_btns.pc a.btn {
  float: left;
	width: auto;
}
.modal_prod_detail_from_shopping_list .buy_btns.pc a {
	width: 100%;
}
.buy_btns.pc a.like_box {
	font-family: Arial;
}
.buy_btns.pc a.active i {
	font-weight : 900;
}
.buy_btns.pc button {
	padding     : 10px 0;
	width       : 4%;
	float: right;
	border      :0;
	height: 45px;
}
.buy_btns.mobile {
	display : none;
}
.shop-style-b .buy_btns.pc a.btn.buy, .shop-style-b .buy_btns.pc a.btn.naver {
	width: 148px;
	height: 46px;
	border-radius: 0;
}
.shop-style-b .style_b_left_pc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.shop-style-b .buy_btns.pc a.btn.buy{
	width: 160px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-style-b .buy_btns.pc a.btn.buy.opt {
	display: none;
}
.shop-content.open.shop-style-b .buy_btns.pc a.btn.buy.defualt {
	display: none;
}
.shop-content.open.shop-style-b .buy_btns.pc a.btn.buy.opt {
	display: inline-block;
}
.shop-content.open .tooltip:not(.validation_layer) {
	display: none !important;
}
.shop-content.use-regularly.detail-regularly .buy_btns.pc a.buy:not(.im-regularly),
.shop-content.use-regularly.detail-regularly .buy_btns.pc a.cart:not(.im-regularly),
.shop-content.open.shop-style-b.use-regularly:not(.detail-regularly) .buy_btns.pc a.im-regularly,
.shop-content.open.shop-style-b.use-regularly.detail-regularly .buy_btns.pc a.buy:not(.im-regularly),
.shop-content.open.shop-style-b.use-regularly.detail-regularly .buy_btns.pc a.cart:not(.im-regularly),
.shop-content:not(.detail-regularly) .buy_btns.pc a.im-regularly,
.shop-content.im-no-buy-btn .buy_btns.pc a.buy:not(.btn-soldout):not(.im-download):not(.btn-restock),
.shop-content.im-no-cart-btn .buy_btns.pc a.cart,
.shop-content.im-no-buy-btn.im-no-cart-btn .buy_btns.pc a.buy.btn-soldout,
.shop-content.use-regularly.detail-regularly .social-pay {
	display: none;
}
.shop-content .buy_btns .im-regularly + .tooltip,
.shop-content.use-regularly.detail-regularly .buy_btns .buy + .tooltip {
	display: none !important;
}
.shop-content.use-regularly.detail-regularly .buy_btns .im-regularly + .tooltip {
	display: block !important;
}
.review-box {
	display: block;
	padding-top: 35px;
}
body.shop_payment .section_wrap[doz_footer_repeat="N"],
body.shop_mypage .section_wrap[doz_footer_repeat="N"],
body.shop_payment_complete .section_wrap[doz_footer_repeat="N"] {
	background : #f3f3f3;
	color: #212121;
}
body.shop_mypage a,
body.shop_mypage a:hover,
.list_popover,
.shop_view .modal_prod_detail .comment_area,
body.shop_mypage .comment_area {
	color: #212121;
}
body.shop_mypage .modal:not(.modal_alert_responsive) a.btn:not(.btn-brand):not(.btn-primary) {
	background-color: #fff;
}
body.shop_mypage .body_font_color_30 {
	color: rgba(33,33,33,0.3);
}
body.shop_mypage .body_font_color_40 {
	color: rgba(33,33,33,0.4);
}
body.shop_mypage .body_font_color_50 {
	color: rgba(33,33,33,0.5);
}
.modal_prod_detail_from_shopping_list .body_font_color_70 {
	color: rgba(33,33,33,0.7);
}
.modal_prod_detail_from_shopping_list .order_quantity_area {
	background-color: rgba(0,0,0,0.024);
}
.modal_prod_detail_from_shopping_list .order_quantity_area {
	border-color: rgba(0,0,0,0.08);
}
.shop-content.payment {
	width : 861px;
}
.shop-content.payment {
	margin-bottom : 100px;
}
.tip-off.cash_receipt_type_wrap .radio-inline {
    width: auto !important;   /* 기존 50%를 auto로 덮어쓰기 */
    display: inline-block;
    vertical-align: middle;
}
.shop-content.mypage {
	margin: 80px 0 100px;
}
.shop-content.mypage .exchange_refund_wrap {
	margin-bottom: 30px;
	word-break: break-all;
}
.shop-content.mypage .exchange_refund_wrap .exchange_refund_detail {
	background: #ffffff;
	padding: 30px;
}
.shop-content.mypage .exchange_refund_wrap .exchange_refund_detail img {
	max-width: 100%;
	height: auto;
}
.shop-content.mypage .exchange_refund_wrap .exchange_refund_detail h6 {
	font-size: 16px;
	padding-bottom: 30px;
}
@media (max-width: 768px){
	.shop-content.mypage .exchange_refund_wrap {
		margin-bottom: 0;
	}
	.shop-content.mypage .exchange_refund_wrap .exchange_refund_detail {
		padding: 20px 15px;
		margin-bottom: 0;
		border-bottom: 1px solid #e5e5e5;
	}
	.inside .shop-content.shop-style-a .carousel-count-numbering,
	.inside .booking_content .carousel-count-numbering{
		left: 15px;
	}
	.inside .shop-content.shop-style-b .carousel-count-numbering{
		left: 0px;
	}
	.shop-content.shop-style-b .carousel-count-numbering{
		left: 15px;
	}
	.extend_section main > .inside .shop-content.shop-style-a .carousel-count-numbering,
	.extend_section main > .inside .booking_content .carousel-count-numbering{
		left: 30px;
	}
	.extend_section main > .inside .shop-content.shop-style-b .carousel-count-numbering{
		left: 15px;
	}
	.shop-content .carousel-count-numbering,
  .booking_content .carousel-count-numbering {
		display: inline-block;
		z-index:11;
		position: absolute;
		bottom: 15px;
		left: 30px;
		border-radius: 100px;
		padding: 3px 8px;
		background-color: rgba(0,0,0,0.5);
		font-size: 12px;
		line-height: 150%;
	}

}
.shop-content.payment > div, .mypage .order_wrap, .mypage .item_wrap {
	float : left;
	width : 48.5%;
}
.shop-content.payment > div.order_wrap {
	width: 520px;
}
.shop-content.payment > div.item_wrap, .mypage .item_wrap {
	margin-left : 3%;
}
.shop-content.payment > div.item_wrap {
	margin-left: 16px;
	width: 325px;
}
.modal_request_cash_receipt > .modal-dialog {
	width : 400px;
	top : 10%;
}
.prod_dropdown .dropdown-menu  {
	width: calc(100% - 30px);
	left: 15px;
	background: #f9f9f9;
	margin: 0;
	padding: 15px 20px;
	border: 0;
	border-radius: 0;
}
.prod_dropdown .table-cell input {
	width: 70px;
	height: 35px;
	padding: 0 10px;
	background: #fff;
}
.prod_dropdown .table-cell label {
	font-size: 13px;
	color: #777 !important;
}
.prod_dropdown .table-cell.vertical-bottom {
	padding-bottom: 7px;
}
.prod_dropdown .table-cell.vertical-bottom > i {
	font-size: 10px;
}
.tip-off h6 {
	margin    : 0;
	font-size : 16px;
	font-weight: bold;
}
.add_container > div {
	width : 100% !important;
}
.order_wrap .tip-off,.item_wrap .tip-off {
	padding       :30px;
	margin-bottom :30px;
}
.tip-off .nav-tabs > li > a {
	border-radius: 0;
	min-width: 118px;
	padding: 9px 15px;
	text-align: center;
	background: #F2F2F2;
	margin-right: 0;
	color: #757575;
}
.tip-off .nav-tabs > li.active > a {
	color: inherit;
	background: #fff;
}
.select_field_list {
	padding-left: 0;
	list-style: none;
	margin: 0;
}
.select_field_list > li {
	padding-bottom: 24px;
	border-bottom: 1px solid #eee;
	margin-bottom: 24px;
}
.select_field_list .list_badge {
	font-size: 11px;
	height: 18px;
	display: inline-block;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	color: #999;
	line-height: 18px;
	margin-left: 4px;
	padding: 0 4px;
}
.select_field_list .disabled {
	opacity: 50%;
}
.select_field_list .radio-styled:not(ie8) input:checked ~ span:before {
	top: 3px;
	margin-top: 0;
}
.select_field_list .radio-styled:not(ie8) input ~ span {
	padding-left: 34px;
	display: block;
}
.select_field_list .radio-styled:not(ie8) input ~ span.no-radio:before {
	display: none;
}
.select_field_list .list_tools {
	position: absolute;
	right: 0;
	top: 0;
}
.select_field_list .list_tools span {
	display: inline-block;
	height: 15px;
	position: relative;
	overflow: hidden;
	margin: 0 8px;
	top: 1px;
	color: #ccc !important;
}
.input_field .btn-tools {
	padding-right: 5px;
	padding-left: 10px;
}
.input_field .btn-tools .btn {
	height: 36px;
	padding: 0;
	line-height: 34px;
	background: #F2F2F2;
	border: 1px solid #ddd;
	color: #20252b;
}
.doz_sys .select_field_list label {
	display: block;
}
.shop_payment .order_wrap .tip-off,
.shop_payment .item_wrap .tip-off {
	padding       :24px;
	margin-bottom :16px;
}
.shop_payment .order_wrap .tip-off .form-select-wrap.float_l {
	width: 49%;
}
.shop_payment .order_wrap .tip-off .form-select-wrap.float_l:first-child {
	margin-right: 2%;
}
.shop_mypage .tip-off {
	background : #fff;
}
.shop_mypage .order_title .section_detail {
	font-size: 12px;
	font-weight: 400;
	color: #757575;
}
.shop_mypage .order_title .section_info {
	text-align: left;
}
.shop_mypage .shop-table .cart-btn-tools .btn,
.shop_mypage .shop-table .cart-btn-tools .alpha_add_review_button > button {
	padding: 10px 16px;
	font-weight: 500;
}
.shop_mypage .alpha_add_review_button {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.shop_mypage div#\@im\/fo-shop-my-page .alpha_add_review_button {
	min-width: 100px;
}
.shop-table .cart-btn-tools .alpha_add_review_button > button {
	width: 100%;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	font-size: 12px;
	border: 1px solid transparent;
}
.shop_mypage .shop-table > tbody > tr > td:last-child {
	padding: 20px 24px 20px 0;
}
.shop-content.payment > div:last-child, .item_wrap .tip-off:last-child {
	margin-bottom :0;
}
.order_wrap .tip-off.payment_method .bottom-btn {
	padding : 15px 0 0 0;
}
.order_wrap .tip-off.payment_method .bottom-btn .text_brand {
	text-align : left;
}
.order_wrap .tip-off.payment_method i {
	display : none;
}
.item_wrap .tip-off.item .row {
	padding      : 15px 0;
	border-width : 1px 0 0 0;
	border-style : solid;
	margin       : 0;
	border-color : #e5e5e5;
}
.item_wrap .tip-off.item .row .col_ctr {
	padding-right : 0;
	padding-left  : 0;
}
.item_wrap .tip-off.item .row.item_repeat .col_ctr {
	margin: 20px 0;
}
.item_wrap .tip-off.item .row.total {
	line-height : 18px;
}
.item_wrap .tip-off.item .row.total .text-brand {
	font-size   : 16px;
	font-weight : bold;
}
.item_wrap .tip-off.item .row:nth-child(2) {
	padding-top: 0;
	border-top: 0;
}
.item_wrap .tip-off.item .row:nth-child(2) .col_ctr {
	margin-top: 0;

}
.item_wrap .tip-off.item .row p {
	line-height : 20px;
}
.item_wrap .tip-off.item .row p.text-gray {
	color: #999 !important;
	margin-bottom: 8px;
}
.tip-off.text-gray-bright {
	color: #999 !important;
}
.item_wrap .tip-off.item .row p:last-child {
	margin-bottom :0 !important;
}
.item_wrap .tip-off .use {
	display : none;
}
.item_wrap .tip-off.point_on .use {
	display : block;
}
.order_detail .row {
	padding-bottom :30px;
}
.order_detail .row:last-child {
	padding-bottom :0;
}
.order_detail .space_right {
	padding-right :5px;
}
.order_detail .space_left {
	padding-left :5px;
}
.order_detail .space_top {
	padding-top :10px;
}
.order_detail .error_box[data-error="N"] .text-danger {
	display: none;
}
.order_detail .error_box[data-error="Y"] .text-danger {
	display: block;
}
.order_detail .error_box[data-error="Y"]:not([data-error_msg=""])::after {
	color: #fb4637 !important;
	content: attr(data-error_msg);
	font-size: 12px !important;
}
.shop_payment .btn.btn-sm-padding {
	padding: 6px 12px;
}
.btn_top_right {
	position: absolute;
	right: 15px;
	top: 0;
}
.doz_sys .shop-content .error_box[data-error="Y"] input.form-control {
	border-color: #fb4637 !important
}
.orderer_btn_group .btn:first-child {
	margin-right: 8px;
}
.tip-off.coupon h6, .tip-off.privacy_no_member h6 {
	display: inline-block;
}
.tip-off.coupon.on h6, .tip-off.privacy_no_member.on h6 {
	padding-bottom: 20px;
}
.tip-off.payment_method h6 {
	padding-bottom: 15px;
}
.tip-off.payment_method ._pay_type_wrap {
	margin-bottom: 8px;
}
.tip-off i.bt-angle-down {
	float       : right;
	line-height : 23px;
	font-size   : 20px;
}
.tip-off.coupon.on i.bt-angle-down, .tip-off.privacy_no_member.on i.bt-angle-down {
	-webkit-transform : rotate(-180deg);
	-ms-transform     : rotate(-180deg);
	-o-transform      : rotate(-180deg);
	transform         : rotate(-180deg);
}
.tip-off.coupon .wrapper, .tip-off.privacy_no_member .wrapper {
	display : none;
}
.tip-off.coupon.on .wrapper, .tip-off.privacy_no_member.on .wrapper {
	display : block;
}
.tip-off.coupon.on .wrapper p, .tip-off.privacy_no_member.on .wrapper p {
	line-height : 20px;
}
.tip-off.coupon.on .wrapper p span, .tip-off.privacy_no_member.on .wrapper p span {
	font-size : 14px;
	float     : right;
}
.tip-off.coupon.on .wrapper .input_tools, .tip-off.privacy_no_member.on .wrapper .input_tools {
	float        : left;
	width        : 74%;
}
.tip-off.coupon.on .wrapper .input_tools .btn_close {
	position: absolute;
	right: 7px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #999;
}
.tip-off.coupon.on .wrapper .btn,
.tip-off.privacy_no_member.on .wrapper .btn {
	height         : 36px;
	border-radius  : 3px;
	letter-spacing : 0;
	float          : left;
	width          : 24%;
	line-height    : 34px;
	padding :0 !important;
	margin-left: 2%;
}
.tip-off.privacy_no_member.on .checkbox {
	margin-top:10px;
	margin-bottom:0;
}
.cash_receipt_wrap {
	margin: 10px 0 0 0;
	padding-top: 10px;
	border-top: 1px solid #eee;
}
.shop_payment .order_wrap .pay_area,
.shop_payment .item_wrap .item_area {
	display: none;
}
.checkbox-group .checkbox + .checkbox {
	padding-left: 30px;
	position: relative;
}
.checkbox-group .checkbox:first-child {
	margin-top: 0;
}
.checkbox-group .checkbox:last-child {
	margin-bottom: 0;
}
.checkbox-group .checkbox + .checkbox:before {
	content: '\e605';
	font-family: 'simple-line-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: white;
	position: absolute;
	font-size: 11px;
	left: 4px;
	top: 7px;
	-ms-transform: rotate(314deg);
	-webkit-transform: rotate(314deg);
	transform: rotate(314deg);
	color: #ccc;
}
.b_cnt {
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	color: #fff !important;
	border-radius: 100%;
	font-size: 11px;
	line-height: 20px;
	position: relative;
	right: -5px;
	top: -2px;
	font-family: Arial;
}
div[data-widget-type="shop_payment"] .btn,
div[data-widget-type="shop_payment"] .bottom-btn .btn,
.modal_site_coupon .btn {
	letter-spacing: 0;
	border-radius: 2px;
}
div[data-widget-type="shop_payment"] .btn.btn_start_payment {
	border-radius: 0;
}
.shop_item_thumb {
	border-bottom: 1px solid #eee;
	margin-bottom: 14px;
	padding-bottom: 14px;
}
.shop_item_thumb:last-child {
	border: 0;
	padding: 0;
	margin: 0;
}
.shop_item_thumb > a {
	display: table;
	width: 100%;
}
.shop_item_thumb .product_info_wrap {
	display: table-cell;
	vertical-align: top;
	word-break: break-all;
	font-size: 14px;
}
.shop_item_thumb .product_info_wrap .shop_item_title {
	line-height: 1.3;
	margin-bottom: 4px;
	display: inline-block;
}
.shop_item_thumb .product_info_wrap .list_badge {
	font-size: 9px;
	border: 1px solid rgba(33,33,33,0.2);
	padding: 2px 4px;
	position: relative;
	margin-right: 4px;
	top: -1px;
}
.shop-table .list_badge {
	font-size: 10px;
	border: 1px solid #212121;
	padding: 0 3px;
	line-height: 17px;
	position: relative;
	margin-right: 6px;
	top: -1px;
	border-radius: 2px;
}
.shop_item_thumb .product_img_wrap {
	width: 104px;
	display: table-cell;
	vertical-align: top;
}
.shop_payment .shop-content .shop_item_opt > p {
	color:#999;
	font-size: 12px;
}
.shop_item_pay {
	margin-top: 4px;
}
.shop_item_opt p {
	font-size     : 14px;
	margin-bottom : 0;
}
.shop_item_pay span {
	font-size : 14px;
}
.tip-off h6 {
	padding-bottom :20px;
}
.tip-off .info_tit,.shop_item_thumb .item_info span {
	color : #999;
	font-size :13px;
}
.shop-content.cart .shop-tit {
	text-align : left;
	margin     : 40px 0 24px;
	position   : relative;
}
.shop-content.cart .b_cnt {
	top: -5px;
}
.shop-content .pay-txt {
	font-size  : 14px;
}
.shop-content .pay-number {
	font-size  : 14px;
	text-align : right;
}
.shop-table .checkbox-styled:not(ie8) input ~ span:before,
.shop-table .radio-styled:not(ie8) input ~ span:before {
	margin-top: -1px;
}
.checkbox-styled.checkbox-static:not(ie8) input ~ span {
	padding-left: 0;
}
.checkbox-styled.checkbox-static:not(ie8) input ~ span:before{
	position : static;
	margin-top: 3px;
}
#shop_cart_list .shop-table > colgroup + thead > tr:first-child > th {
	border-top: 1px solid rgba(33, 33, 33, 0.15);
}
#shop_cart_list .shop-table > tbody > tr > td + td {
	border-left: 1px solid rgba(33, 33, 33, 0.15);
}
.shop-table > thead > tr > th.amount,
.shop-table > thead > tr > th.deliv_price {
	text-align: center;
}
.shop-table .im-cart-checkbox-wrap {
	padding-right: 16px;
	font-size: 13px;
}
.shop-table > tbody > tr > td.img {
	position: relative;
	vertical-align: middle;
}
.shop-table > tbody > tr > td.img > div:nth-child(n+3) {
	margin-top : 10px;
}
.shop-table > tbody > tr > td.img .im-cart-img-wrap {
	padding-right: 12px;
}
.shop-table > tbody > tr > td.img img {
	border                 :1px solid rgba(33, 33, 33, 0.1);
	float                  : left;
	margin-right           : 16px;
	width: 80px;
}
.shop-table > tbody > tr > td.item-info .title {
	margin-bottom :10px;
}
.shop-table > tbody > tr > td.img p {
	display       : inline-block;
	word-break    : break-all;
	margin-bottom : 0;
	max-width: 200px;
}
.shop-table > tbody > tr > td.img span.cart-item-remove {
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
	font-size: 12px;
}
.shop-table > tbody > tr > td .cart-item-img {
	float: left;
}
.shop-table > tbody > tr > td p.cart-item-title {
	padding-left: 96px;
	display: block;
	max-width: 696px;
}
.shop-table > tbody > tr > td p.cart-item-title > p {
	display: block;
	word-break: normal;
	max-width: none;
	width: auto;
}
.shop-table > tbody > tr > td.img .opt {
	font-size    : 13px;
	padding-left : 96px;
	padding-top: 4px;
}
.shop-table > tbody > tr > td.img .opt .more {
	margin-top : 4px;
	background: #f8f8f8;
	padding: 8px 12px 8px 10px;
	max-width: 440px;
}
.shop-table > tbody > tr > td.img .opt .more i.bt-times {
	font-size: 10px;
}
.shop-table > tbody > tr > td.img .opt > div em, .shop-table > tbody > tr > td.img .opt > div a {
	display : none;
}
.shop-table > tbody > tr > td.img .opt > div.more span, .shop-table > tbody > tr > td.img .opt > div.more em, .shop-table > tbody > tr > td.img .opt > div.more a {
	display : inline-block;
}
.shop-table > tbody > tr > td.amount .option_btn_tools {
	top: 3px;
}
.shop-table > thead > tr > th.wish, .shop-table > tbody > tr > td.wish {
	text-align : center;
}
.shop-table > tbody > tr > td.wish a {
	font-size : 17px;
}
.shop-table > tbody > tr > td .deliv_price_info .bt-question-circle {
	vertical-align: -1px;
}
.wish_list .btn,
.cart-btn-tools.btn {
	letter-spacing : 0;
	font-style     : normal;
	font-weight    : normal;
	font-size      : 13px;
	padding        : 6px 10px;
}
.cart-btn-tools .btn:not(.btn-primary),
.wish_list .btn:not(.btn-primary),
.cart-btn-tools.btn:not(.btn-primary),
.shop-table tbody .im-default {
	background-color: #fff !important;
	color: #212121 !important;
}
.cart-btn-tools {
	margin: -2.5px;
	gap: 3px;
}
.cart-btn-tools .btn,
.cart-btn-tools .alpha_add_review_button > button {
	margin: 2.5px;
	line-height: 1.2;
}
/* 장바구니 삭제 버튼 (휴지통 아이콘) */
.cart-btn-tools .btn-cart-remove {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart-discount-price {
	color: #FE5356 !important;
}
#shop_cart_list .shop-table > thead > tr > th,
#shop_cart_list .shop-table > tbody > tr > td {
	border-bottom: 1px solid rgba(33, 33, 33, 0.15);
}
.im-cart-info {
	font-size: 13px;
	line-height: 140%;
	padding: 20px 15px;
	border-top: 12px solid rgba(33, 33, 33, 0.08);
}
#shop_cart_list .shop-table > tbody > tr > td.price {
	padding: 26px 8px;
}
#shop_cart_list .shop-table > tfoot > tr > td:first-child {
	padding-left: 0;
}
.im-cart-result-table {
	margin-bottom: 40px;
}
.im-cart-result-table thead>tr>th {
	font-weight: normal;
	border-bottom: 1px solid rgba(33, 33, 33, 0.15);
	padding: 10px 0;
}
.im-cart-result-table tbody>tr>td {
	padding: 32px 0;
}
.im-cart-result-container, .im-cart-result-container > div {
	display: inline-flex;
	flex-direction: row;
}
.im-cart-result-container i {
	margin: 10px 20px;
	font-size: 10px;
}
.im-cart-result-wrap > p:first-child {
	font-size: 24px;
	font-weight: bold;
}
.im-cart-result-wrap > p:nth-child(2) {
	font-size: 13px;
	opacity: 0.6;
	margin-bottom: 0;
}
#shop_cart_list .shop-table .btn {
	font-size: 12px;
	font-weight: normal;
	padding: 7px 8px;
}
#shop_cart_list .shop-table .btn-primary,
#shop_cart_list .shop-table .btn-disable {
	font-size: 13px;
	font-weight: normal;
	padding: 7px 20px;
}
#shop_cart_list .shop-table .btn-disable {
	opacity: 0.2;
	cursor: not-allowed;
	background: #212121 !important;
	color: #fff !important;
}
.shop-table > thead > tr > th,
.shop-table > tbody > tr > td {
	border-bottom: 1px solid rgba(33, 33, 33, 0.1);
	border-top: 0;
	vertical-align : middle;
	font-weight    : normal;
	word-break     : break-all;
}
.shop-table > thead > tr > th {
	padding: 12px 8px;
}
.shop-table > tbody > tr > td {
	padding: 20px 8px;
}
.deliv_popover {
	position: absolute;
	width: 300px;
	display: block;
	padding: 15px 20px 20px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	background: #F9F9F9;
	font-size: 14px;
	z-index: 10;
}
.deliv_popover .popover_body > div {
	margin-top: 10px;
}
.deliv_popover .popover_body > div:first-child {
	margin-top: 0;
}
.deliv_select_tools label {
	margin-bottom: 0;
}
.deliv_select_tools label:first-child {
	padding-left: 0;
}
.deliv_select_tools .radio-styled:not(ie8) input ~ span {
	padding-left: 25px;
}
.deliv_button_tools {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #e5e5e5;
}
.deliv_button_tools .btn {
	padding: 7px 0;
	float: left;
	width: 32%;
	margin-left: 2%;
	font-size: 13px;
	letter-spacing: normal;
	border-color: #ddd;
}
.deliv_button_tools .btn:first-child {
	margin-left: 0;
}
.checkbox-styled.checkbox-top:not(ie8) input ~ span:before {
	top: 2px;
	margin-top: 0;
}
.popover_head a {
	position: absolute;
	right: -9px;
	padding: 10px;
	top: -9px;
}
.shop-table.shop-table2 > thead > tr > th {
	color: #333;
}
.shop-table.shop-table2 > thead > tr > th .text-brand {
	margin: 0 5px;
}
.shop-table.shop-table2 {
	margin-top:20px !important;
}
.shop-table.shop-table2:first-child {
	margin-top: 0 !important;
}
.shop-table.shop-table2:first-child.regularly-table.im-empty-table {
	margin-top: 32px !important;
}
.no-border-td > tbody > tr > td {
	border: none;
}
.no-border-th > thead > tr > th {
	border: none;
}
.shop-table > tfoot > tr > td {
	padding: 16px 8px 40px;
	vertical-align: middle;
	border-top: 0;
}
.shop-table > tfoot > tr > td.amount {
	text-align: right;
}
.shop-table > tfoot > tr > td.amount.txt {
	line-height: 1.6;
}
.shop-table > tbody > tr > td.slt {
	vertical-align: middle;
}
.shop-table > thead > tr > th:first-child, .shop-table > tbody > tr > td:first-child {
	padding-left: 0;
	padding-right: 0;
}
.shop-content .pay-txt p:last-child,.shop-content .pay-number p:last-child {
	margin-bottom :0;
}
.mypage .shop-table.shop-table-normal > tbody > tr:last-child > td {
	border-bottom: 0;
}
.im-return-address-wrap {
	background: rgba(33, 33, 33, 0.03);
	padding: 12px;
}
.im-return-address-wrap .form-group {
	margin-bottom: 24px;
}
.im-return-address-wrap .form-group:last-child {
	margin-bottom: 0;
}
.im-return-address-wrap .form-group .form-control-static {
	padding: 0;
	min-height: auto;
}
.im-badge-require {
	padding: 3px;
	border-radius: 2px;
	background: none;
	border-width: 1px;
	border-style: solid;
	font-size: 0.9em;
}
.m_cat_view {
	height         : 50px;
	border-bottom  : 1px solid rgba(0, 0, 0, 0.07);
	text-align     : center;
	vertical-align : middle;
	padding        : 13px 15px;
	margin         : 0 -15px;
}
.m_cat_view h6 {
	margin : 0;
}
.cart_empty_wrap .table-wrap {
	margin-bottom : 30px;
}
.table > tbody + tbody {
	border-top : 1px;
}
.table > tbody.cart_empty {
	text-align : center;
}
.table > tbody.cart_empty > tr > td {
	border-top : 0;
}
.table > tbody.cart_empty td {
	padding : 100px 0;
}
.table > tbody.cart_empty i {
	font-size      : 65px;
	padding-bottom : 20px;
}
.table.table-no-padding-x td {
	padding-left: 0;
	padding-right: 0;
}
.mypage .my-box {
	height: 190px;
	text-align: center;
}
.mypage .my-box a {
	display: block;
	height: 100%;
	background: #fff;
	padding :40px;
}
.mypage .my-box a i {
	font-size : 40px;
}
.mypage .my-box a p {
	margin      : 25px 0 3px;
	font-size   : 23px;
	font-weight : 600;
	line-height : 23px;
}
.mypage .my-box a span {
	font-size :13px;
	color: #999;
}
.mypage .my-box.on a span {
	color: #fff;
}
.mypage .shop-table > tbody > tr {
	background: #fff;
	border-left: 1px solid rgba(33, 33, 33, 0.1);
	border-right: 1px solid rgba(33, 33, 33, 0.1);
}
.mypage .shop-table > tbody > tr > td:first-child {
	padding-left: 20px;
}
.mypage .container-regularly .shop-table > tbody > tr > td {
	padding-top: 16px;
	padding-bottom: 16px;
}
.mypage .container-regularly .shop-table > tbody > tr > td:first-child {
	padding-left: 16px;
}
.mypage .container-regularly .shop-table > tbody > tr > td:last-child {
	padding-right: 20px;
}
.mypage .shop-table > tbody > tr > td .order_title {
	padding: 16px 0 16px 24px;
	text-align: center;
	flex-basis: 160px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.mypage .shop-table > tbody > tr > td .order_item:not(:first-child) {
	margin-top: 20px;
}
.mypage .shop-table > tbody > tr > td .order_item:not(:last-child) {
	margin-bottom: 20px;
}
.mypage .shop-table.regularly-table > tbody > tr > td.prod .d-flex {
  display: flex;
}
.mypage .shop-table.regularly-table > tbody > tr > td.prod .d-flex .flex-1{
  padding-left: 16px;
}
.shop-table.regularly-table {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.regularly-table > thead > tr {
	padding: 0;
}
.regularly-table > thead > tr > th {
	padding: 12px 0;
}
.mypage .regularly-table > tbody > tr > td {
	padding-top: 20px;
	padding-bottom: 20px;
}
.mypage .regularly-table > tbody > tr > td:first-child {
	padding-left: 20px;
}
.mypage .regularly-table > tbody > tr > td:last-child {
	padding-right: 24px;
}
.mypage .regularly-table > tbody > tr > td:nth-child(n+4) {
	text-align: center;
}
.mypage .regularly-detail-table > tbody > tr > td:nth-child(n+4) {
	text-align: right;
}
.regularly-table > tbody > tr.content > td.img a {
	padding-bottom: 14px;
}
.regularly-table > tbody > tr.content > td.img a:last-child {
	padding-bottom: 0;
}
.regularly-table > tbody > tr.content > td.img a > .table-cell:last-child {
	padding-left: 10px;
}
.regularly-table.date-first {
	margin-top: 24px !important;
}
.regularly-table:not(.date-first) thead {
	display: none;
}
#regularly_date_table {
	max-width: 320px;
}
#regularly_date_table td {
	padding: 12px;
}
.mypage .shop-table.shop-table-force-padding > tbody > tr > td {
	padding: 20px;
}
.mypage .shop-table.shop-table-force-padding > tbody > tr > td:last-child {
	padding-right: 24px;
}
.regularly-detail-table > tbody > tr.content {
	border-bottom: 1px solid #e5e5e5;
}
.regularly-detail-table > tbody > tr.content:last-child {
	border-bottom: 0;
}
.mypage .img-view {
	position: relative;
}
.mypage .img-view img {
	width         : 85px;
	height        : 85px;
	margin        : 0 auto;
	border-radius : 50%;
}
.mypage .img-view .nick {
	margin-left: 24px;
}
.mypage .drop_profile_img, .mypage .fileupload_profile_img, .mypage .fileupload_profile_img .over {
	width  : 85px;
	height : 85px;
}
.mypage .head {
	padding: 50px 0 40px 45px;
	margin-bottom: 70px;
}
.mypage .point-view,
.mypage .coupon-view {
	position: relative;
	width: 25%;
}
.mypage .point-view:before,
.mypage .coupon-view:before {
	content: '';
	display: block;
	width: 1px;
	height: 100px;
	position: absolute;
	background: #e5e5e5;
	left: 0;
	top: 50%;
	margin-top: -50px;
}
.point-view p,
.coupon-view p {
	margin-bottom: 5px;
}
.use_grade {
	margin-top: 5px;
}
.use_grade .ug_btn .btn {
	margin-top: 10px;
	font-size: 14px;
	padding: 5px 10px;
	background-color: #fff !important;
	border-color: #D5D5D5;
}
.shop_mypage .popover,
.shop_view .popover.bottom,
.modal_prod_detail_from_shopping_list ~ .popover.bottom {
	border: 0;
	box-shadow: 8px 8px 30px 0 rgba(0,0,0,0.10);
	-webkit-box-shadow: 8px 8px 30px 0 rgba(0,0,0,0.10);
	min-width: 500px;
	border-radius: 0;
	margin-left : 140px;
	z-index: 17001;
}
.shop_mypage .popover {
	min-width: 640px;
}
.shop_view .popover.bottom,
.modal_prod_detail_from_shopping_list ~ .popover.bottom {
	margin-left: 0;
	min-width: 420px;
	color: #212121;
}
.shop_mypage .popover .arrow,
.shop_view .popover.bottom .arrow,
.modal_prod_detail_from_shopping_list ~ .popover.bottom .arrow {
	display: none !important;
}
.shop_mypage .popover-content {
	padding : 24px 15px;
}
.shop_view .popover.bottom .popover-content,
.modal_prod_detail_from_shopping_list ~ .popover.bottom .popover-content {
	width: 100%;
}
.widget.login #join_form  .gender_readonly,
.widget.login #join_form  .selectbox select[disabled],
.widget.login #join_form  input[readonly="readonly"],
.modal_site_join #join_form .gender_readonly,
.modal_site_join #join_form .selectbox select[disabled],
.modal_site_join #join_form input[readonly="readonly"]{
	border-color: #e0e0e0!important;
	background: #f3f3f3!important;
	color: #bdbdbd!important;
}
.modal_site_join .popover{
	min-width: 276px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
}
.modal_site_join .popover .arrow{
	display: block !important;
}
.modal_site_join .popover-content{
	padding: 9px 14px;
}
.modal_site_join .popover{
	margin-left: 0;
}
.widget.login .position-relative,
.modal_site_join .position-relative{
	position: relative;
}
.widget.login .position-relative h5,
.modal_site_join .position-relative h5{
	line-height: 22px;
	margin: 8px 0;
}
.widget.login .auth_completed,
.modal_site_join .auth_completed{
	line-height: 22px;
}
.widget.login .auth_completed i,
.modal_site_join .auth_completed i{
	vertical-align: middle;
}
.widget.login .reauth-btn,
.modal_site_join .reauth-btn{
	line-height: 22px;
	border: 0;
	background: 0;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 0;
}
.widget.login .reauth-btn i,
.modal_site_join .reauth-btn i{
	font-size: 18px;
	margin-right: 4px;
	margin-top: -2px;
}
.widget.login .icon-required,
.modal_site_join .icon-required{
	background: #1A6Dff;
}
.lp_title {
	font-size: 22px;
	margin-bottom: 24px;
}
.mb_table {
	table-layout: fixed;
}
.lp_table .text-bold,
.mb_table .text-bold {
	margin-bottom: 15px;
}
.mb_table.cart_mb_table caption {
	margin-bottom: 0;
	color: #212121;
}
.lp_table .table th {
	text-transform: capitalize;
}
.lp_table .table th,
.lp_table .table td,
.mb_table .table td {
	font-size: 12px;
}
.lp_table .table > thead:first-child > tr:first-child>th,
.mb_table .table > tbody:first-child > tr:first-child>td {
	border-top: 1px solid #000;
}
.lp_table .table>thead>tr>th,
.lp_table .table>tbody>tr>td,
.mb_table .table>tbody>tr>td {
	border-bottom: 1px solid #ddd;
}
.mb_table .table > tbody> tr>td:first-child {
	background: rgba(0,0,0,0.05);
}
.mb_table .td-border td {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}
.mb_table td p {
	font-size: 12px !important;
}
.member_pay_popover {
	margin-left : 5px;
}
.member_popover {
	padding: 15px 0;
}
.mypage .head .mail {
	color : #999;
}
.mypage .head .mail {
	text-align: center;
	line-height: 1;
	margin-top: 5px;
}
.mypage .head .nick {
	font-size : 22px;
	text-align: left;
}
.mypage .head .tumbs {
	width: 110px;
}
.mypage .more_btn {
	text-align    : center;
	height        : 30px;
	padding       : 6px 12px;
	border-radius : 15px;
	font-size     : 13px;
	line-height   : 1.3;
	position      : absolute;
	left          : 55%;
	margin-left   : -15px;
	bottom        : 0;
}
.mypage .box-wrap .row {
	margin : 0 -7.5px;
}
.mypage_coupon_list {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
	.mypage_coupon_list {
		gap: 12px;
	}
}
.table-wrap.coupon .row:after, .table-wrap.coupon .row:before {
	display: none;
}
.mypage .box-wrap .col-md-3,
.table-wrap.coupon .col-md-4  {
	padding : 0 7.5px;
}
.table-wrap.coupon .col-md-4{
	margin-bottom: 16px;
}
.bottom-btn {
	padding :50px 0;
	text-align: center;
}
.layer_pop .bottom-btn {
	box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.03);
}
.shop-content.cart .bottom-btn {
	padding-top : 0;
}
.shop-content.cart .bottom-btn .npay_storebtn_bx {
	float: right !important;
}
.modal_widget_cartopt, .modal_widget_address, .modal_site_alert, .modal_stamp_password {
	background : rgba(0, 0, 0, 0.6);
}
.modal_widget_cartopt .bottom-btn,
.modal_site_coupon .bottom-btn {
	padding : 15px 0;
}
.modal_widget_cartopt:before, .modal_site_alert:before {
	display        : inline-block;
	vertical-align : middle;
	content        : " ";
	height         : 100%;
}
.modal_site_alert .modal-content, .modal_stamp_password .modal-content {
	border-radius : 5px;
  overflow: hidden;
}
.modal_download_coupon {
  display: flex;
  flex-direction: column;
  align-items: center;
}


#modal_coupon_list {
  overflow-y: auto;
  padding: 24px;
  height: 100%;
  max-height: 580px;
  min-height: 360px;
}

@media all and (max-width: 767px) {
  .modal_download_coupon .modal-dialog {
      height: 300px;
  }

  #modal_coupon_list {
    height: calc(100% - 48px - 70px);
    max-height: 100%;
    padding: 24px;
  }
  #modal_coupon_list .row {
    width: 100%;
  }
  .modal_download_coupon .modal-dialog {
    margin: 0 !important;
  }
  .modal_download_coupon .modal-content {
    max-width: 100% !important;
  }
  
}
.modal_download_coupon .modal-dialog {
  margin: 80px auto;
}
.modal_download_coupon .modal-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  /*max-width: fit-content;*/
  margin: 0 auto;
}
.shop-style-b ~ .modal_site_alert .modal-dialog, .modal_stamp_password .modal-dialog{
	width : 290px !important;
}
.modal_site_alert .modal-dialog, .modal_stamp_password .modal-dialog {
	width : 290px;
}
#shop_detail_add_cart_alarm_with_free_ship_notify .modal-dialog {
	width: 440px !important;
}
#shop_detail_add_cart_alarm_with_free_ship_notify .modal-content {
	border-radius: 16px;
}
.modal_site_alert .default_border_bottom {
	border-radius: 0 0 5px 5px;
}
.modal_site_alert .modal-dialog .container-fluid {
	padding-top:55px;
	padding-bottom:55px;
}
.modal_site_alert .btn-group-justified, .modal_stamp_password .btn-group-justified {
	border-top : 1px solid #ddd;
}
.modal_site_alert .btn, .modal_stamp_password .btn {
	height           : 45px;
	border           : none;
	border-right     : 1px solid #ddd !important;
	letter-spacing   : 0;
	background-color : #fff !important;
	color            : #212121 !important;
	border-radius: 0;
}
.modal_site_alert .btn {
	padding-left: 0;
	padding-right: 0;
}
.modal_site_alert .form-control{
	margin-bottom :10px;
}
.modal_site_alert .btn.right, .modal_stamp_password .btn.right {
	border : none;
}
.modal_site_alert img.item {
	border-radius: 50%;
	border: 1px solid #999;
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -35px;
}

.modal_widget_cartopt .form-select-wrap .dropdown-menu {
	max-height: 150px;
	overflow-y: auto;
}
.modal_widget_search {
	padding-left: 0 !important;
}
.modal_widget_search .modal-dialog {
	width  : 100%;
	height : 100%;
	margin : 0;
}
.modal_widget_search .modal-content {
	height        : 100%;
	box-shadow    : none;
	border-radius : 0;
	border        : none;
	background    : rgba(0, 0, 0, 0.7);
	color         : #fff;
	padding       : 200px 15px;
}
.modal_widget_search .modal-content a.bt-times {
	position : absolute;
	right    : 0px;
	top      : 0px;
	padding: 30px;
}
.modal_widget_search .search-tools {
	position  : relative;
	max-width : 740px;
	margin    : 0 auto;
}
.modal_widget_search .search-tools .form-control {
	padding       : 15px 35px 15px 0;
	border-width  : 0 0 1px 0;
	border-radius : 0;
	color         : #fff !important;
	font-size     : 25px;
	border-color  : rgba(255, 255, 255, 0.2);
	height        : auto;
	background: transparent;
}
.modal_widget_search .search-tools .form-control:focus {
	border-color : rgba(255, 255, 255, 0.5);
}
.modal_widget_search .search-tools a {
	color      : #fff;
	font-size  : 25px;
	position   : absolute;
	right      : 0;
	top        : 50%;
	margin-top : -12.5px;
}
.modal_site_coupon .style-default {
}
.modal_site_coupon .style-default > div:first-child {
	padding: 15px;
}
.modal_site_coupon .style-default > div {
	padding: 20px 15px;
	border-bottom :1px solid #fff;
}
#set_coupon_list .radio-styled:not(ie8) input[disabled] ~ span:before{
	background-color: #e5e6e6;
	border-color: #e5e5e5;
}
#set_coupon_list  input[disabled]~ span:before{
	background-color: #e5e6e6;
	border-color: #e5e5e5;
}
#set_coupon_list  input[disabled]:checked ~ span:before{
	color: #fff;
}
.modal_map_list_marker .modal-content,
.modal_admin_change_password .modal-dialog {
	width: 400px;
}
.modal_admin_change_password .modal-title {
	font-size: 22px;
	line-height: 1.3;
}
.modal_admin_change_password .modal-dialog .form-control {
	border-radius: 4px;
	border-width: 1px;
	position: relative;
	height: 40px;
}
.modal_admin_change_password .input-form-group .input_form .form-control {
	margin-bottom: -1px;
}
.modal_admin_change_password .input-form-group .input_form:first-child .form-control {
	border-radius: 3px 3px 0 0;
}
.modal_admin_change_password .input-form-group .input_form:last-child .form-control {
	border-radius: 0 0 3px 3px;
}
.modal_admin_change_password .button-group .btn {
	float: left;
	width: 49%;
	margin-left: 1%;
}
.modal_admin_change_password .button-group .btn:first-child {
	margin-left: 0;
}
.modal_admin_change_password .input-form-group .form-control:focus {
	z-index: 3;
}
.bottom-btn .to-order {
	color:#fff;
}
.mypage .show-grid {
	position       : relative;
	padding-bottom : 60px;
}
.mypage .bottom-btn {
	padding :10px 0;
}
.mypage .bottom-btn .btn {
	padding       : 4px 12px;
	border-radius : 15px;
	font-size     : 13px;
	width         : auto;
	height        : auto;
}
.mypage .box-wrap {
	padding-bottom: 50px;
}
.personal_qna_wrap h6 {
	border-bottom: 1px solid rgba(128, 128, 128, 0.2);
	padding-bottom: 20px;
	margin-bottom: 0;
}
.doz_sys .im-order-title {
	display: inline-block;
	line-height: 1.2;
	margin-bottom: 16px;
	font-weight: bold;
}
.doz_sys .im-order-header .im-order-title {
	margin-bottom: 24px;
}
.mypage .tip-off {
	padding: 20px;
}
.mypage .tip-off,
.im-order-detail-table,
.im-order-price {
	background-color: #fff;
	border: 1px solid rgba(33, 33, 33, 0.1);
}
.mypage .im-order-header .tip-off {
	padding: 16px 20px;
}
.mypage .order_tit a {
	font-size    : 18px;
	margin-right : 15px;
	color: #212121;
}
.mypage .order_tit .order-date {
	float: right;
	color    : #999;
	position : relative;
	top: 4px;
}
.mypage .shop-btn {
	height         : 30px;
	padding        : 6px 12px;
	border-radius  : 15px;
	font-size      : 13px;
	line-height    : 1.3;
	letter-spacing : 0;
}
.mypage .shop-content p {
	color: #212121 !important;
}
.mypage .order_detail .row {
	padding-bottom : 20px;
}
/* 주문 상세 관련 */
.mypage .tip-off, .im-order-price {
	margin-bottom: 40px;
}
.im-order-detail-table {
	margin-bottom: 48px;
	width: 100%;
}
.im-order-detail-table th {
	padding: 10px 20px;
}
.im-order-detail-table td {
	padding: 16px 20px;
}
.im-order-detail-table thead tr {
	border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}
.im-order-detail-table tr + tr {
	border-top: 1px solid rgba(33, 33, 33, 0.1);
}
.im-order-detail-table img,
.mypage .shop-table img {
	width: 80px;
	height: 80px;
	border: 1px solid rgba(33, 33, 33, 0.1);
}
.im-order-detail-table .im-deliv-price {
	width: 133px;
	text-align: center;
	border-left: 1px solid rgba(33, 33, 33, 0.1);
	border-right: 1px solid rgba(33, 33, 33, 0.1);
}
.im-order-detail-table th:last-child, .im-order-detail-table td:last-child {
	width: 324px;
	padding-left: 40px;
}
.im-order-price-header, .im-order-price-body {
	padding: 16px 20px;
}
.im-order-price-header {
	border-bottom: 1px solid rgba(33, 33, 33, 0.1);
	font-weight: bold;
	position: relative;
	align-items: center;
}
.im-order-price-body {
	border-left: 1px solid rgba(33, 33, 33, 0.1);
}
.im-order-price-header .im-icon {
	position: absolute;
	font-size: 18px;
	top: calc(50% - 9px);
	left: -9px;
	opacity: 0.5;
}
.im-order-row:first-child .im-order-price-body {
	border-left: none;
}
.im-label {
	width: 80px;
	flex-shrink: 0;
	margin-right: 20px;
	opacity: 0.7;
}
.im-order-header .tip-off {
	margin-bottom: 10px;
}
.im-order-header .tip-off > span:first-child {
	margin-right: 20px;
}
.im-order-header .tip-off > span > span:first-child {
	margin-right: 4px;
}
.tip-off .im-flex + .im-flex, .im-order-price-body .im-flex + .im-flex {
	margin-top: 12px;
}
.im-icon.im-ico-under {
	opacity: 0.3;
	transform: scale(0.5);
}
.im-status-wrap {
	margin-top: 10px;
}
.im-status-wrap > div {
	width: auto;
	text-align: left;
}
.im-status-wrap .cart-btn-tools {
	margin-top: 14px;
}
.im-pay-type-detail-group {
	margin-bottom: 12px;
}
.im-pay-type-detail-title,
.im-pay-type-detail-group .subtitle {
	font-weight: bold;
	margin-bottom: 4px;
}
.im-pay-type-detail-body:not(:last-child) {
	margin-bottom: 2px;
}
/* 주문 상세 관련 끝 */
.left-menu .cart_menu_row {
	border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.left-menu ul li {
	margin-bottom : 12px;
}
.left-menu ul li a {
	padding-bottom : 5px;
}
.left-menu ul li.on a {
	color        : #000 !important;
	border-width : 0 0 2px 0;
	border-style : solid;
	padding-bottom:1px;
}
.text-default-dark, .shop_mypage .mypage .my-box a, .shop_mypage .item-detail a, .shop_mypage .item-detail p, .shop_mypage .table-wrap h6, .shop_mypage .table-wrap p, .shop_payment .shop-content h1, .shop_payment .shop-content h6,.shop_payment .shop-content h5,.shop_payment .order_detail>div , .shop_payment .shop-content p, .shop_payment .shop-content span, .shop_payment .tip-off #shopFormWrap label{
	color : #20252b;
}
.shop_payment .shop-content h6, .shop_mypage .shop-content h6 {
	font-weight: bold;
}
.text-gray-dark, .shop-table > thead > tr > th, .shop_mypage .item-detail p.sale_pay {
	color : #757575;
}
.shop_payment .tip-off {
	background : #fff;
}
.shop_payment .tip-off.bg-gray {
	background: #f9f9f9;
	padding: 12px 24px;
}
.tip-off .bootstrap-datetimepicker-widget table thead th.picker-switch {
	font-weight: normal;
	font-size: 15px;
}
.table_payment_complete {
	background: #fff;
	max-width: 420px;
	margin: 0 auto;
	box-shadow: 0 0 8px rgba(0,0,0,0.05);
}
.table_payment_complete > table {
	width: 100%;
	font-size: 14px;
}
.table_payment_complete > table th {
	vertical-align: top;
	padding: 16px 0 12px 24px;
	font-weight: normal;
	border-top: 1px solid #e5e5e5;
	color: #7A7A7A;
	width: 33%;
}
.table_payment_complete > table td {
	vertical-align: top;
	padding: 16px 24px 14px 12px;
	border-top: 1px solid #e5e5e5;
	color: #212121;
}
.table_payment_complete > table tr:first-child td, .table_payment_complete > table tr:first-child th {
	border-top: 0;
}
.table_payment_complete > table tr:last-child td, .table_payment_complete > table tr:last-child th {
	padding-bottom: 24px;
}
.table_payment_complete .tools .btn {
	font-size: 15px;
	padding: 12px 0;
	border-radius: 0;
}
.table_payment_complete .tools .btn.bg-gray {
	background: #7a7a7a;
	border-color: #7a7a7a;
	color: #fff;
}
.table_payment_complete .tools .btn.bg-gray:hover {
	background: #6a6a6a;
	border-color: #6a6a6a;
}
.modal {
	text-align: center;
	z-index: 17000;
}
.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	margin: 80px auto;
}
.modal.modal_oauth_email .modal-dialog {
	max-width: 380px;
}
.modal.modal_admin_order_history {
	padding:0 40px !important;
}
.modal.modal_admin_order_history .modal-dialog {
	width: 100%;
	color: #212121;
}
.modal.modal_admin_order_history .modal-dialog a {
	color: #212121;
}
.modal.modal_admin_order_history .layer_pop img {
	border-radius: 50%;
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -35px;
	border :1px solid #ccc;
}
.layer_pop {
	-webkit-transition: left 0.7s ease;
	-o-transition: left 0.7s ease;
	transition: left 0.7s ease;
}
.layer_pop .top-block {
	position: relative;
	font-size: 13px;
	padding: 14px 20px;
	height: 50px;
	text-align: right;
	border-bottom: 1px solid #e5e5e5;
}
.layer_pop .top-block a.btn {
	padding     : 0;
	width       : 55px;
	height      : 30px;
	line-height : 27px;
	position    : absolute;
	right       : 15px;
	top         : 50%;
	margin-top  : -15px;
}
.modal_site_alert.site_modal .modal-dialog {
	width: 550px;
}
.site_modal .top-block > a {
	padding: 10px;
	position: absolute;
	right: 10px;
	top: 5px;
}
.layer_pop .body-block {
	padding: 24px;
}
.set-tit {
	position    : absolute;
	font-size   : 16px;
	line-height : 24px;
	left        : 0;
	right       : 0;
	margin      : 0 auto;
}
.close-modal {
	cursor: pointer;
}
.item-opt {
	padding-top: 20px;
}
.item-opt > div {
	display: table-cell;
}
.item-opt > div > img {
	border: 1px solid #e5e5e5;
}
.item-opt > div.product {
	vertical-align: middle;
	padding-left: 20px;
}
.payment_complete.shop-content {
	padding : 5% 20px 10%;
}
.payment_complete .order_wrap {
	width  : 420px;
	margin : 0 auto;
}
.complete_pg {
	text-align     : center;
	padding-bottom : 30px;
}
.fc_close:after {
	content: "\f00c";
	display: inline-block;
	font: normal normal normal 14px/1 "Black Tie";
	vertical-align: -14.28571429%;
	text-rendering: auto;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	font-size :13px;
	float : right;
	cursor: pointer;
	line-height: 24px;
}
.fc_plus,.fc_close_left {
	display: none;
}
.fc-agendaDay-view,.fc-agendaWeek-view {
	text-align: center;
}
.fc-event-container {
	padding: 0 1px !important;
}
.fc-event-container a {
	transition: none;
}
.time-event {
	background: transparent !important;
}
.time-event .fc-circle-icon {
	display: inline-block;
}
.fc-more-popover {
	background: #fff;
	border: 1px solid #aaa;
	box-shadow: none;
}
.fc-more-popover .fc-header {
	padding :10px;
}
.fc-time-grid-container {
	height :auto !important;
}
.sub-menu-wrap {
	padding-top:25px;
}
.sub-menu-wrap.vertical {
	width:200px;
	margin:0 auto;
}
.sub-menu-control {
	position:absolute;
	width: 100%;
	bottom:25px;
}
.sub-menu ul {
	list-style : none;
	padding    :0;
	margin     :0;
}
.sub-menu.menu-vertical ul {
	overflow : hidden;
}
.sub-menu ul li a:focus {
	outline : none;
}
.sub-menu.hover_right ul ul {
	display:none;
	position:absolute;
	z-index: 1;
	left:100%;
	top:0;
	min-width: 200px;
}
.sub-menu.hover_left ul ul {
	display:none;
	position:absolute;
	z-index: 1;
	right:100%;
	top:0;
	min-width: 200px;
}
.sub-menu ul li:hover > ul {
	display: block;
}
.sub-menu.menu-vertical.design-sub a {
	display:block;
	border-left:1px solid #D3D3D3;
	border-right:1px solid #D3D3D3;
	border-bottom: 1px solid #f5f5f5;
}
.sub-menu.menu-vertical.hover_left a {
	padding-left:30px;
}
.sub-menu.menu-vertical.hover_right a {
	padding-right:30px;
}
.sub-menu.menu-vertical.design-sub ul li:first-child > a {
	border-top:1px solid #D3D3D3;
	border-radius: 10px 10px 0 0;
}
.sub-menu.menu-vertical.design-sub li:last-child > a {
	border-bottom:1px solid #D3D3D3;
	border-radius: 0 0 10px 10px;
}
.sub-menu.menu_static ul ul li > a {
	padding-left:36px;
}
.sub-menu.menu_static ul ul li:first-child > a, .sub-menu.menu_static ul ul li:last-child > a {
	border-top:0;
	border-bottom:0;
	border-radius: 0;
}
.sub-menu.menu-vertical.hover_right > ul li > a[data-has_child="Y"]:after, .sub-menu.menu-vertical.hover_left > ul li > a[data-has_child="Y"]:after {
	content: "\f2f2";
	font-family: 'Material-Design-Iconic-Font';
	position: absolute;
	top: 5px;
	right: 15px;
	display: inline-block;
	font-size: 23px;
	font-weight: normal;
	opacity: 0.5;
	-webkit-font-smoothing: antialiased;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-9deg);
	transform: rotate(-90deg);
}
.sub-menu.menu-vertical.hover_left > ul li > a[data-has_child="Y"]:after {
	right:auto;
	left:15px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-9deg);
	transform: rotate(90deg);
}
.sub-menu.menu-vertical > ul a {
	display : block;
}
.sub-menu.v-menu-type1 > ul a.active {
	border-width : 0 0 0 2px;
	border-style : solid;
}
.sub-menu.v-menu-type1 ul a:hover {
	border-width : 0 0 0 1px;
	border-style : solid;
}
.sub-menu.v-menu-type2 > ul a {
	border : none;
}
.sub-menu.v-menu-type3 ul {
	border        : 1px solid #d3d3d3;
}
.sub-menu.v-menu-type3 ul ul, .sub-menu.v-menu-type3 a {
	border : none;
}
.sub-menu.menu-vertical.v-menu-type3 a {
	border-bottom : 0;
}
.sub-menu-wrap.horizontal {
	width    : 100%;
	margin   : 0 auto;
	height   : 100%;
	position : relative;
	padding  : 0 50px;
}
.horizontal .sub-menu.menu-horizontal ul {
	display        : inline-block;
	line-height    : 350px;
	vertical-align : middle;
}
.sub-menu.menu-horizontal ul ul {
	display : none !important;
}
.sub-menu.h-menu-type1 ul, .sub-menu.h-menu-type2 ul {
	display : block;
}
.sub-menu.h-menu-type1 ul li, .sub-menu.h-menu-type2 ul li {
	display : inline-block;
}
.sub-menu.h-menu-type1 ul li a {
	padding-bottom : 5px;
}
.sub-menu.h-menu-type1 ul li a.active {
	border-width : 0 0 1px 0;
	border-style : solid;
	border-color : #000;
}
.sub-menu.h-menu-type2 ul li a {
	padding: 4px 15px;
	border-radius : 50px;
}
.sub-menu.h-menu-type2 ul li a.active {
	border-width : 1px;
	border-style : solid;
	border-color : #000;
}
.menu-horizontal ul {
	display : inline-block;
}
.bg_on .pc_toolbar_wrap {
	position: absolute;
	left: 40px;
	top: 350px;
}
.bg_on .basic-editor {
	position: absolute;
	left: 40px;
	top: 400px;
	width: calc(100% - 40px);
}
.wish_thumb,
.recent_view_thumb {
	position : relative;
}
.wish_thumb .circle,
.recent_view_thumb .circle {
	display : none;
}
.wish_thumb .bg_hover,
.recent_view_thumb .bg_hover {
	opacity : 0;
}
.wish_thumb:hover .bg_hover,
.recent_view_thumb:hover .bg_hover {
	opacity    : 1;
	position   : absolute;
	top        : 0;
	left       : 0;
	background : rgba(0, 0, 0, 0.5);
	width      : 100%;
	height     : 100%;
	transition : .2s;
}
.recent_view_thumb:hover.no-bg .bg_hover {
    background : transparent;
}
.wish_thumb:hover .circle,
.recent_view_thumb:hover .circle {
	position  : absolute;
	right     : 10px;
	top       : 10px;
	color     : #fff;
	font-size : 16px;
	display   : block;
}
.wish_list .shop-item {
	padding : 0 10px;
	width   : 20%;
}
.mypage .table-wrap .shop-item {
	width   : 25%;
	padding : 0 7.5px;
}
.search_dorpdown {
	position           : absolute;
	left               : 0;
	top                : 40px;
	width              : 100%;
	padding            : 6px 0;
	background         : #f2f3f5;
	border             : 1px solid #d7d7d7;
	border-radius      : 5px;
	-webkit-box-shadow : 2px 2px 8px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow    : 2px 2px 8px 0 rgba(0, 0, 0, 0.3);
	box-shadow         : 2px 2px 8px 0 rgba(0, 0, 0, 0.3);
	z-index            : 10000;
	height             : auto
}
.search_dorpdown ul {
	list-style : none;
	padding    : 0;
	margin     : 0;
}
.search_dorpdown li {
	position  : relative;
	font-size : 13px;
	color     : #000;
	cursor    : pointer;
	display   : block;
	overflow  : hidden;
}
.search_dorpdown li .txt {
	line-height   : 26px;
	padding-left  : 27px;
	padding-right : 27px;
	display       : block;
}
.gmap_wrap .comment_num.btn {
	padding-bottom:0;
}
.pop-container {
	position : absolute;
}
.pop-container .pop-item {
	float : left;
	box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.06), 0 0 1px 0 rgba(0, 0, 0, 0.28)
}
.pop-container .pop-img {
	position : relative;
}
.pop-container .pop-img a.del{
	position  : absolute;
	top:16px;
	right: 16px;
	font-size: 18px;
	text-shadow:rgba(255,255,255,0.5) 0 0 0;
}
.pop-container .pop-html{
	padding : 24px;
	background-color: #fafafa;
}
.pop-container .btn-group {
	width      : 100%;
	background : #fff;
	border-top: 1px solid rgba(0,0,0,0.1);
	display: table;
}
.pop-container .btn-group .btn {
	width          : 50%;
	float          : none;
	letter-spacing : 0;
	color: #000;
	padding: 12px 0;
	border: 0;
	white-space: normal;
	display: table-cell;
}
.pop-container .btn-group .btn+.btn {
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: rgba(0,0,0,0.1) !important;
	border-radius: 0;
	font-weight: normal;
	margin-left: 0;
}
.star_point a {
	font-size : 20px;
}
.product_body .feed-summary .write {
	padding-right: 10px;
}
.product_body .feed-summary .date em {
	font-style: normal
}
.block-postmeta .star_point a,.star_point.review_board span {
	margin-right : 2.5px;
	font-size : 14px;
	color: #afb1b2 !important;
}
.reply_area {
	position : relative;
	padding-top: 24px;
}
.reply_area .textarea_block {
	margin-top: 12px;
}
.reply_area .star_point a {
	color: #afb1b2 !important;
}
.reply_area .avatar,
.reply_area .feed-summary {
	vertical-align: middle;
}
.star_point.review_board {
	margin-top :2px;
}
.edit-area .schedule_name .calendar_select {
	width: 100%;
}
.star_point a.active,.star_point.review_board span.active {
	color: #FF472D !important;
}
.interlock_star_point a {
	font-size : 14px;
}
.product_body .feed-summary .write {
	padding-right: 10px;
}
.block-postmeta .interlock_star_point a,.interlock_star_point.review_board span {
	margin-right : 2.5px;
	font-size : 16px;
	color: #9299a3 !important;
}
.li_board {
	position : relative;
}
.star-pointer .bt-star,
.interlock_star_point a,
.interlock_star_point .bt-star {
	color: #9299a3 !important;
}
.interlock_star_point.review_board {
	margin-top :2px;
}
.edit-area .schedule_name .calendar_select {
	width: 100%;
}
.star-pointer .bt-star.active,
.interlock_star_point a.active,
.interlock_star_point .bt-star.active,
.interlock_star_point.review_board span.active {
	color: #FF472D !important;
}
.comment_textarea {
	padding-top : 10px;
}
.comment_edit_form {
	padding: 0;
	margin: -40px 0 0 56px !important;
}
.product_body img {
	max-width: 100%;
}
.product_body .avatar {
	vertical-align: top;
}
.delivery-tracking {
	font-size:14px;
}
.delivery-tracking .form-group {
	margin-bottom:15px;
}
.delivery-tracking .form-group .control-label {
	color:#757575;
}
.comment-block .btn-gruop {
	display: inline-block
}
.map-inner.text-right {
	padding: 7px 15px;
}
.write-icon .icon a.active .icon-lock-open.bt-font:before {
	content: "\e08e";
}
.write_mode .talk_banner_wrap {
	display: none;
}
.talk_banner_wrap {
	position: absolute;
}
.talk_banner_wrap .talk_preview_area {
	display: block !important;
}
.talk_preview_area .talk_banner_preview {
	border-radius: 30px;
	bottom: 25px;
	position: fixed;
	right: 25px;
	z-index: 1000;
	height: 50px !important;
	-webkit-transition: box-shadow 300ms ease-out 0.1s;
	-moz-transition: box-shadow 300ms ease-out 0.1s;
	-o-transition: box-shadow 300ms ease-out 0.1s;
	transition: box-shadow 300ms ease-out 0.1s;
}
.talk_preview_area .banner_type_blog.talk_banner_preview {
	position: fixed !important;
}
.talk_preview_area .talk_banner_preview:hover {
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.4);
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.4);
}
.talk_preview_area .talk_banner_preview.banner_type_card,
.talk_preview_area .talk_banner_preview.banner_type_blog {
	border-radius: 0;
}
.shop_view .talk_preview_area .talk_banner_preview {
	z-index: 99;
}
.table-wrap.coupon h6 {
	margin-bottom: 25px;
	font-size: 1.5em;
	line-height: 1.2;
}
.coupon_download_btn {
  transition: .3s ease-in-out;
}
.modal_mypage_coupon_use_list .modal-dialog{
	width: 480px;
}
.modal_mypage_coupon_use_list .layer_pop .top-block {
  height: 51px;
  display: flex;
  align-items: center;
}
.modal_mypage_coupon_use_list .modal-content h6{
	font-size: 1.1em;
	line-height: 1.2;
	margin: 40px 0 16px;
}
.modal_mypage_coupon_use_list .table-bordered{
	border-color: rgba(33, 33, 33, 0.15);
	border-left: 0;
	border-right: 0;
}
.modal_mypage_coupon_use_list .table>tbody>tr>td{
	padding: 10px 12px;
}
.modal_mypage_coupon_use_list .table-bordered>tbody>tr>td.active{
	background: rgba(33, 33, 33, 0.05);
	padding: 10px 12px;
	border-left: 0;
}
.modal_mypage_coupon_use_list .table>tbody>tr>td.active{
	text-align: center;
}
.modal_mypage_coupon_use_list .table>tbody>tr>td:not(.active){
	border-right: 0;
}
.modal_mypage_coupon_use_list .btn-view{

}
.modal_mypage_coupon_use_list .category-wrap{
	margin-top: 12px;
	border-bottom: 1px solid #ddd;
	width: 100%;
}
.modal_mypage_coupon_use_list .category-wrap .categories{
	display: table;
	margin-bottom: 12px;
	width: 100%;
}
.modal_mypage_coupon_use_list .category-wrap:first-child{
	margin: 0;
}
.modal_mypage_coupon_use_list .category-wrap:last-child{
	border: 0;
}
.modal_mypage_coupon_use_list .category-wrap span{
	font-weight: 200;
}
.modal_mypage_coupon_use_list .category-left{
	vertical-align: middle;
	display: table-cell;
}
.modal_mypage_coupon_use_list .category-right{
	display: table-cell;
}
.modal_mypage_coupon_use_list .product-wrap{
	border-bottom: 1px solid #ddd;
	display: none;
}
.modal_mypage_coupon_use_list .product-wrap.active{
	display: block;
}
.modal_mypage_coupon_use_list .product-wrap:first-child .view_box{
	padding: 0;
	margin-top: 0;
}
.modal_mypage_coupon_use_list .product-wrap .view_box{
	padding: 0;
	margin: 12px 0;
}
.modal_mypage_coupon_use_list .product-wrap .box_thumb img{
	max-width: 80px!important;
	width: 80px;
	border: 1px solid rgba(33, 33, 33, 0.1);
}
.modal_mypage_coupon_use_list .product-wrap .sale_pay{
	text-decoration: line-through;
	opacity: 0.4;
}
.modal_mypage_coupon_use_list .more{
	padding: 16px 0 12px;
	cursor: pointer;
}
.modal_site_coupon .sale_value{
	font-weight: 700;
}

._coupon_list .row{
	display: flex;
	align-items: stretch;
}
._coupon_list .row .col-md-4 .overflow-hidden{
	height: fit-content;
}
/*._coupon_list .row .col-md-4 .overflow-hidden .coupon-wrap{*/
/*	height: 193px;*/
/*}*/
.modal-toast {
  z-index: 99999;
  transition: .3s ease-in;
  opacity: 0;
  visibility: hidden;
  display: flex;
  bottom: 0;
}
.modal-toast.show {
  opacity: 1;
  visibility: visible;
}
.coupon-wrap {
	border: 1px solid rgba(33,33,33, .10);
	position : relative;
	background: #fff;
	color: #20252b;
	word-wrap: break-word;
	flex: 1 1 30%;
	max-width: calc(33.333% - 7px);
}
#modal_coupon_list .coupon-wrap {
	max-width: none;
}
.coupon-wrap .sale-value{
	font-size: 2.2em;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
}
.coupon-wrap .coupon-title{
	vertical-align: middle;
	margin: 16px 0 5px 0;
	font-weight: bold;
	color: #212121!important;
	display: inline-block;
}
.coupon-wrap .coupon-desc{
	font-style: normal;
	font-weight: 500;
	line-height: 12px;
	margin-bottom: 0;
}

.coupon-wrap .coupon-tag {
  display: flex;
  flex-direction: row;
    padding-top: 8px;
}

.coupon-wrap .coupon-tag .coupon_limit {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  border-radius: 20px;
}

.coupon-wrap a.use-info-download-done {
  margin-top: 5px;
  color: #999999;
  display: block;
  font-size: 13px;
  text-decoration: underline;  
}
.coupon-wrap a.use-info{
  font-size: 13px;
	margin-top: 5px;
	display: block;
	text-decoration: underline;
}
.coupon-wrap .only-app{
  max-height: 19px;
	vertical-align: middle;
	background: rgba(33, 33, 33, 0.1);
	border: 1px solid rgba(33, 33, 33, 0.1);
	border-radius: 2px;
	display: inline-block;
	font-weight: normal;
	font-size: 11px;
	padding: 3px 4px 2px 4px;
	margin-right: 5px;
	line-height: 1;
}
.coupon-wrap .d-flex{
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}
.coupon-wrap.download-failed {
  color: #999999;
}
.coupon-wrap.download-done {
  color: #999999;
}

.coupon-wrap .d-flex > div{
	flex: 100% 0 0;
}

.coupon-wrap .d-flex > div:last-child{
	align-self: flex-end;
}
.coupon-days {
	color: #20252b;
	margin-bottom: 20px;
}
.coupon-days > div {
	margin: 10px 0;
}

.total-coupon-download[disabled]{
  background-color: #F0F0F0;
  border-color: #F0F0F0;
  color: #999;
}

.burst-24 {
	width :45px;
	height: 45px;
	background: red;
	position: absolute;
	top: -16px;
	left: -5px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 1;
}

.burst-24, .burst-24:before, .burst-24:after, .burst-24 > div, .burst-24 > :before, .burst-24 > :after {
	height: 45px;
	width: 45px;
	background: red;
}
.burst-duplication, .burst-duplication:before, .burst-duplication:after, .burst-duplication > div, .burst-duplication > :before, .burst-duplication > :after {
	background : #363b3e;
}
.burst-24:before, .burst-24:after, .burst-24 > div, .burst-24 > :before, .burst-24 > :after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -100;
}
.burst-24:before, .burst-24 > :before {
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
}
.burst-24:after, .burst-24 > :after {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.burst-24 > div {
	display:table;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index:2;
}
.burst-24 span {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	padding: 0 8px;
	font-size: 13px;
	letter-spacing: -1px;
	line-height:1.1;
}
.btn-coupon.display-none{
	display: none;
}
.btn-wrap .btn-coupon[disabled]{
  align-items: center;
  justify-content: center;
	background: #F0F0F0;
	color: rgba(33, 33, 33, 0.8)!important;
}

.btn-coupon[disabled]:hover {
  background: #F0F0F0;
  color: rgb(33, 33, 33, 1)!important;
  transition: background-color 0.2s ease-in-out;
  /*background: rgba(10, 12, 14, 0.15) !important;*/
}

#doz_header .navbar-main .global-dropdown .dropdown-menu,
#doz_header .global-dropdown.inline_global_dropdown .dropdown-menu {
	width: 150px;
	min-width: auto;
	margin-left: -78.5px;
	left: 50%;
	top: 40px;
	border :1px solid #e5e5e5;
}
#doz_header .navbar-main .global-dropdown .dropdown-menu > .arrow,
#doz_header .global-dropdown.inline_global_dropdown .dropdown-menu > .arrow{
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #e5e5e5;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: -7px;
}
#doz_header .navbar-main .global-dropdown .dropdown-menu > .arrow:before,
#doz_header .global-dropdown.inline_global_dropdown .dropdown-menu > .arrow:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: 1px;
}
#doz_header .nav-btn-group .global-dropdown a.nav-btn-icon {
	padding :0 15px 0 8px;
}
#doz_header .nav-btn-group a.nav-btn-icon i.arrow,
#doz_header .inline_global_dropdown a.nav-btn-icon i.arrow {
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 10px;
	margin-top: 0;
}
#doz_header .inline_global_dropdown a.nav-btn-icon i.arrow {
	margin-top: -3px;
}
#doz_header .inline_global_dropdown a.nav-btn-icon i.arrow {
	right: 0;
	left: auto;
}
#doz_header .navbar-main .global-dropdown .dropdown-menu,
#doz_header .global-dropdown.inline_global_dropdown .dropdown-menu {
	background: #fff;
	font-size: 14px;
	border-radius: 3px;
}
#doz_header .navbar-main .global-dropdown .dropdown-menu > li,
#doz_header .global-dropdown.inline_global_dropdown .dropdown-menu > li {
	border-bottom: 1px solid #e5e5e5;
	margin-left: 15px;
}
#doz_header .navbar-main .global-dropdown .dropdown-menu > li:last-child,
#doz_header .global-dropdown.inline_global_dropdown .dropdown-menu > li:last-child {
	border :0;
}
#doz_header .navbar-main .global-dropdown .dropdown-menu > li > a,
#doz_header .global-dropdown.inline_global_dropdown .dropdown-menu > li > a {
	font-size: 14px;
	color: #777;
	display: block;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px 20px 10px 0;
}
#doz_header .global-dropdown.inline_global_dropdown .dropdown-menu {
	padding: 0;
}
#doz_header .inline-col-group-left .global-dropdown.inline_global_dropdown .dropdown-menu {
	margin-left: 0;
	left: 0;
}
#doz_header .inline-col-group-right .global-dropdown.inline_global_dropdown .dropdown-menu {
	margin-left: 0;
	left: auto;
	right: 0;
}
.modal_widget_search .search-tools .form-control:-ms-input-placeholder {
	color : #ccc !important;
}

.global-dropdown.inline_global_dropdown .dropdown-menu > li > a:hover {
	background: transparent !important;
	color: #212121 !important;
}
.map_view .lg-backdrop {
	z-index: 17000;
}
.map_view .lg-outer.lg-visible {
	z-index: 17001;
}
.pay_detail .popover-title {
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.goods_wrap.opt_hide {
	display: none;
}
.goods_form .goods_summary {
	margin-bottom: 24px;
}
.goods_form .goods_summary p {
	margin: 0;
}
.goods_form .item_detail {
	line-height: inherit;
}
.new_header_site .dropdown-menu.member_profile{
	z-index: 1010;
}
.pc_mode_btn_wrap {
	text-align: center;
	padding: 15px 0 30px 0;
	width: 100%;
}
div[data-widget-type="form"] .dropdown-menu {
	z-index: 9999999 !important;
	width: 260px;
}
body.mail_auth {
	background: #ffffff;
	color: #212121;
}
body.mail_auth a {
	color: #212121;
}
.fc-day-grid-event .fc-content {
	white-space: normal;
}
ul.apply-coupon-list {
	border-left: 4px solid #ccc;
	margin: -12px 0 0 32px;
	list-style: none;
}
.btn_coupon_group {
	margin-bottom: -8px;
}
.btn_coupon_group .btn {
	margin: 0 8px 8px 0;
}
.btn_coupon_group .btn.btn-primary {
	padding: 0 16px;
	height: 32px;
	line-height: 32px;
	font-size: 13px;
}
.label-list-horizontal {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}
.label-list-horizontal li {
	position: relative;
	margin-right: 32px;
}
.label-list-horizontal li:after {
	content: '';
	display: block;
	background: #BCBCBC;
	height: 8px;
	width: 1px;
	position: absolute;
	left: -15px;
	top: calc(50% - 4px);
}
.label-list-horizontal li:last-child {
	margin-right: 0;
}
.label-list-horizontal li:first-child:after {
	display: none;
}
.label-data-container {
	display: flex;
	flex-wrap: nowrap;
	margin: 12px 0;
}
.label-data-container label {
	width: 120px;
	flex-shrink: 0;
}
.doz_sys .label-data-container label {
	margin: 0;
	font-size: 14px;
	color: #757575;
}
.label-data-container .label-data-data {
	flex-grow: 1;
	font-size: 14px;
	color: #212121;
}
.flex-wrap {
	flex-wrap: wrap;
}
@media (min-width: 768px) {
	.non_member_tool {
		margin-top:30px;
	}
}
@media  all and (max-width: 1002px) {
	.write-header{
		padding: 17px 15px;
	}
}
@media all and (max-width: 767px) {
	.slide_03_wrap {
		padding-bottom: 0 !important;
	}
	.slide_03_wrap .owl-thumbs {
		display: none;
	}
	.opt-group .option_title {
		font-size: 13px;
	}
	.shop-content.open .opt-group .option_title,
	.shop-content.open .goods_select select.form-control,
	.shop-content.open .goods_select input.form-control,
	.shop-content.open .form-select-wrap .dropdown-toggle {
		color:#333 !important;
	}
	.form-select-wrap .dropdown-toggle {
		border-color: #ddd !important;
	}
	.form-select-wrap.open .dropdown-toggle,
	.form-select-wrap.open .dropdown-menu,
	.form-select-wrap.open .dropdown-menu .dropdown-item {
		border-color: #212121 !important;
	}
	.form-select-wrap.open .dropdown-menu .dropdown-item {
		border-top-color: rgba(33, 33, 33, 0.2) !important;
	}
	.form-select-wrap .dropdown-menu .dropdown-item {
		background: #fff !important;
	}
	.goods_wrap .form-select-wrap:before,
	.form-delivery .form-select-wrap:before {
		font-size: 14px !important;
	}
	.shop-content.shop-style-b.open .opt-group .goods_wrap {
		display: block;
		margin: 0;
	}
	.shop-content.shop-style-b.open .opt-group .goods_wrap .goods_section {
		display: block;
		width: 100%;
	}
	.shop-content.shop-style-a .txt_easy_payment, .shop-content.shop-style-b .txt_easy_payment {
		margin: 16px 0 24px 0;
	}
	.shop_cart #inline_header_mobile .inline-section-wrap:last-child,
	.shop_cart #inline_header_mobile .inline-section-wrap:last-child .mobile_carousel_nav .depth_first:before {
		border: 0 !important;
	}
	.shop_view .popover.bottom,
	.modal_prod_detail_from_shopping_list ~ .popover.bottom {
		min-width: 90%;
		left: 15px !important;
	}
	.modal_prod_detail_from_shopping_list .modal_site_alert {
		padding: 0;
		left: -15px;
		right: -15px;
		top: -50px;
		bottom: -80px;
	}
	.modal_map_list_marker .modal-content,
	.modal_admin_change_password .modal-dialog {
		width: 100%;
	}
	.modal_prod_detail_from_shopping_list .modal_site_alert .modal-dialog {
		width: 290px;
	}
	.modal_prod_detail_from_shopping_list .modal_site_alert .modal-dialog .modal-content {
		height: auto;
	}
	.modal_prod_detail_from_shopping_list .goods_form .categorize-mobile {
		display: none;
	}
	.modal_site_alert.site_modal .modal-dialog {
		width: 290px;
	}
	.shop_view .shop-content .talk_preview_area .talk_banner_preview {
		bottom: 85px;
	}
	.shop_view #ch-plugin-launcher {
		bottom: 0;
		position: absolute;
		right: 0;
	}
	.shop_view .shop-content.open .talk_banner_wrap {
		position: absolute;
		top: -70px;
		right: 25px;
	}
	.shop_view .shop-content.open .opt-group .talk_banner_wrap,
	.shop_view .shop-content .buy_btns.mobile .talk_banner_wrap {
		display: block;
	}
	.shop_view .shop-content .opt-group .talk_banner_wrap {
		display: none;
	}
	.shop_view #doz_header #inline_header_mobile,
	.booking_view #doz_header #inline_header_mobile {
		min-height: auto !important;
	}
	.talk_preview_area .talk_banner_preview {
		width: 50px !important;
		bottom:10px;
		right:10px;
		-webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.4);
		-moz-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.4);
		box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.4);
		text-overflow: clip !important;
	}
	.talk_preview_area .banner_type_card.talk_banner_preview {
		width: 58px !important;
		height: 58px !important;
		max-width: none !important;
		max-height: none !important;
		min-width: auto !important;
		min-height: auto !important;
		border: 0;
		border-radius: 50%;
		right: 15px;
		bottom: 15px;
	}
	.talk_preview_area .banner_type_card.talk_banner_preview .talk_banner_consult {
		margin-top: 0;
	}
	.talk_preview_area .banner_type_card.talk_banner_preview .talk_banner_detail,
	.talk_preview_area .banner_type_card.talk_banner_preview .talk_banner_desc,
	.talk_preview_area .banner_type_card.talk_banner_preview .talk_banner_consult {
		display: none !important;
	}
	.talk_preview_area .banner_type_card.talk_banner_preview .talk_banner_preview_inner {
		padding: 0;
	}
	.talk_preview_area .banner_type_blog .talk_banner_detail, .talk_preview_area .banner_type_blog .talkpartner_img_area, .talk_preview_area .banner_type_blog .talk_banner_preview_inner, .talk_preview_area .banner_type_blog .talk_banner_desc {
		display: none !important;
	}
	.talk_preview_area .banner_type_blog .talk_banner_preview_inner {
		padding: 15px !important;
	}
	.talk_preview_area .banner_type_blog.talk_banner_preview {
		min-height: unset;
		width: 138px !important;
		height: 34px !important;
		padding: 0 !important;
		background: none !important;
		border: 0 !important;
		bottom: 15px;
		right: 15px;
	}
	.talk_preview_area .banner_type_blog.talk_banner_preview .btn_bn_talk {
		position: static;
		border-radius: 0;
	}
	.talk_preview_area .talk_banner_preview .talk_banner_desc {
		display: none;
	}
	.pop-container {
		left  : 0 !important;
		right : 0 !important;
		margin-left :0 !important;
		width : 100%;
		top : 100px;
	}
	.pop_mobile{
		top : 100px !important;
	}
	.pop-container .btn-group {
		width: 100% !important;
	}
	.pop-container .pop-item, .pop-container .pop-img img {
		width : 100% !important;
	}
	.list-style-card .card-foot small {
		font-size : 1em;
	}
	.map-inner .map_link {
		overflow : hidden;
		display  : block;
	}
	.editor_box .add_map.on {
		position      : static;
		border-bottom : 1px solid rgba(128, 128, 128, 0.3);
		min-height    : 80px;
		padding       : 20px 15px;
	}
	.editor_box .add_map .info > div {
		padding     : 0;
		line-height : 1.6;
	}
	.editor_box .add_map .info > div.address {
		float : none;
	}
	.editor_box .add_map .info > div:nth-child(n+3) {
		padding-left : 0;
	}
	.editor_box .add_map .info > div.phone {
		border        : none !important;
		padding-right : 10px;
	}
	.editor_box .add_map.on .info {
		position : relative;
	}
	.editor_box .add_map .info > div.mobile_right {
		position  : absolute;
		right     : -5px;
		top       : -5px;
		font-size : 23px;
	}
	.modal_map_editor {
		z-index : 111201;
	}
	.modal_map_editor .modal-dialog {
		width  : 100%;
		height : 100%;
		margin : 0;
	}
	.modal_map_editor .form-wrap {
		padding : 0;
	}
	.modal_map_editor .row > div {
		height        : 47px;
		border-bottom : 1px solid rgba(128, 128, 128, 0.3)
	}
	.modal_map_editor .row > div.border {
		border-right : 1px solid rgba(128, 128, 128, 0.3)
	}
	.modal_map_editor .form-wrap input {
		border     : 0;
		height     : 47px;
		background : none;
	}
	.doz_sys .modal_map_editor .form-group {
		margin-bottom : 0;
	}
	.modal_map_editor .modal-content {
		height        : 100%;
		border        : 0;
		box-shadow    : none;
		border-radius : 0;
	}
	.modal_map_editor .layer_pop .top-block {
		padding    : 6px 15px;
		text-align : center;
		height     : 47px;
	}
	.modal_map_editor .layer_pop .top-block a {
		float     : left;
		font-size : 20px;
		padding   : 3px 10px 5px 0;
	}
	.modal_map_editor .layer_pop .top-block .btn {
		float         : right;
		padding       : 6px 12px;
		border-radius : 3px;
	}
	.modal_map_editor .layer_pop .set-tit {
		position    : static;
		display     : inline-block;
		line-height : 2.4;
	}
	.modal-content .map_container {
		position : relative;
	}
	.modal-content .map_container .gmap {
		position : absolute;
		width    : 100%;
		top      : 141px;
	}
	.modal_map_editor .icon {
		position   : absolute;
		top        : 50%;
		right      : 15px;
		font-size  : 20px;
		color      : #999;
		margin-top : -16px;
	}
	.review-box {
		display: none;
	}
	.write-header {
		position : static;
		padding  : 0 15px;
		height   : 47px;
		line-height: 47px;
	}
	.write-header.m_sticky_toolbar {
		position : fixed;
	}
	.write-header .header_line {
		position : relative;
	}
	.write-header .board-name {
		font-size     : 17px;
		width         : 100%;
		text-align    : center;
		padding-right : 30px;
		min-height: 47px;
	}
	.write-header .write-btn {
		float: none;
	}
	.write-header .write-btn a.btn_style {
		display: none;
	}
	.write-header .write-btn a.icon_style {
		display: block;
		position: absolute;
		left: -10px;
		padding: 0 10px;
		top: 0;
		font-size: 20px;
	}
	.write-header .write-btn button {
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -16.5px;
	}
	.write-body .board_summary {
		display: none;
	}
	.write-body .non-members {
		margin-bottom: 0 !important;
	}
	.write-body .non-members input {
		height:47px;
		padding: 5px 15px;
		border-bottom: 1px solid #ddd;
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.write-body .tit-area .write-icon {
		display: block;
		position: absolute;
		right: 5px;
		top: 50%;
		margin-top: -20px;
		z-index: 1;
		padding: 10px;
	}
	.write-body .tit-area a {
		display: block;
	}
	.write-body .tit-area a i {
		color: #aaa;
		font-size: 18px;
	}
	.widget.board .grid_ignore .mobile_right {
		display: block;
		position:absolute;
		right: -5px;
		top: 12px;
		font-size: 20px;
		z-index: 100;
	}
	.widget.board .grid_ignore.bg_on {
		min-height: 300px;
		padding: 90px 0;
	}
	.header_overlay .widget.board .grid_ignore.bg_on {
		padding-top: 145px;
	}
	.widget.board .grid_ignore.bg_on.show_view_class {
		top: 0;
		margin-bottom: 0;
	}
	.widget.board .grid_ignore.bg_on.show_view_class .mobile_right {
		top: 0;
		color: #fff;
		bottom: auto;
	}
	.widget.board .grid_ignore a.board {
		padding: 0 0 10px;
		margin-bottom: 10px;
	}
	.widget.board .grid_ignore.bg_on, .bg-block .se_backround_img {
		max-height: 300px;
		background-attachment: initial;
	}
	.doz_sys .widget.board .inside {
		padding : 0 !important;
		width :100% !important;
	}
	.doz_sys .widget.board .board_view .inside {
		padding-left: 15px;
		padding-right: 15px;
	}
	.doz_sys .widget.board .board_view iframe {
		max-width: 100% !important;
	}
	.edit-area .checkbox {
		margin-bottom: 0;
		padding-left: 0;
		float: right;
	}
	.edit-area .checkbox span {
		padding-left: 23px;
	}
	.start_day .one_day {
		line-height: 1.5;
	}
	.calendar_dropdown,.calendar_dropdown .tse-scrollable,.calendar_dropdown .tse-scrollable .tse-scroll-content {
		width:146px !important;
	}
	.start_day .checkbox-styled:not(ie8) input ~ span:before {
		top :10px;
	}
	.edit-area .start_day .down-btn.day-set, .edit-area .end_day .down-btn.day-set {
		width: 113px;
	}
	.edit-area .start_day .down-btn.time-set, .edit-area .end_day .down-btn.time-set {
		width: 77px;
	}
	.fc-unthemed .fc-popover {
		left:0 !important;
		top:0 !important;
		width :100%;
		height:100%;
		position : fixed;
		z-index :100;
	}
	.fc-unthemed .fc-popover .fc-header {
		background: #fff;
		padding: 15px 20px 15px;
	}
	.fc-unthemed .fc-popover .fc-header span {
		font-size :15px;
	}
	.fc-unthemed .fc-popover .fc-header .fc-close {
		margin-top :3px;
		font-size: 15px;
	}
	.fc-more-popover {
		position: fixed;
		left: 0 !important;
		top: 0 !important;
		z-index: 500;
		width: 100%;
		height: 100%;
		border: none;
	}
	.fc-popover .fc-header .fc-title {
		color : #333;
	}
	.fc-more-popover .fc-event-container {
		padding :0;
		border-top :1px solid #ccc;
	}
	.fc-more-popover .fc-event-container a {
		border-bottom: 1px solid #ddd;
		height: 45px;
		line-height: 45px;
		margin: 0;
		padding: 0;
		background: 0 !important;
	}
	.fc-day-grid-event {
		padding: 3px 4px;

	}
	.fc_close_left {
		display: inline-block;
		float : left;
		margin-right: 15px;
	}
	.fc_close_left:after {
		content: "\f092";
		display: inline-block;
		font: normal normal normal 14px/1 "Black Tie";
		font-size: inherit;
		vertical-align: -14.28571429%;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		color: #777;
	}
	a.fc-more {
		font-size:9px;
	}
	.fc_plus {
		display: inline-block;
		float: right;
	}
	.fc_plus:after {
		content: "\f01b";
		display: inline-block;
		font: normal normal normal 14px/1 "Black Tie";
		vertical-align: -14.28571429%;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		font-size: 16px;
		color: #777;
	}
	.fc_close {
		display: none;
	}
	.fc-more-popover .fc-event-container a .fc-content {
		width :100%;
	}
	.fc-more-popover .fc-event-container a .fc-content span {
		display: inline-block;
	}
	.fc-more-popover .fc-event-container a .fc-content span.fc-circle-icon {
		display: none;
	}
	.fc-more-popover .fc-event-container a .fc-content span.fc-time {
		width :30%;
		text-align: center;
		border-right-width: 2px;
		border-right-style: solid;
		color: #777;
		font-size :12px;
	}
	.fc-more-popover .fc-event-container a .fc-content span.fc-title {
		width:65%;
		padding-left: 10px;
		color: #333;
		font-size: 14px;
	}
	.fc-secret .fc-content:before {
		display: none;
	}
	.fc-event {
		font-size:9px;
	}
	.fc th {
		padding : 0 0 5px 2px;
	}
	.fc-toolbar {
		display: none;
	}
	.fc-view-container {
		padding-top : 50px;
	}
	.fc-event-container .fc-circle-icon {
		display: none;
	}
	.m-fc-toolbar {
		display  : block;
		position : absolute;
		top      : 20px;
		width    : 100%;
		left:0;
	}
	.m-fc-toolbar .toolbar.right {
		float : right;
		margin-top: 10px;
	}
	.m-fc-toolbar .toolbar.right a i {
		padding: 10px;
		font-size :18px;
	}
	.m-fc-toolbar .toolbar-tit {
		font-size   : 15px;
		margin-left : -5px;
		margin-top  : 0;
		text-align  : center;
	}
	.m-fc-toolbar .toolbar-tit a {
		font-size : 15px;
		padding   : 10px 5px;
	}
	.m-fc-toolbar .form-select:after {
		right :-15px;
		top: 0
	}
	.m-fc-toolbar .toolbar-right {
		position: absolute;
		right: 0;
		top: 0;
	}
	.m-fc-toolbar .toolbar-right.form-select-wrap:before {
		right: 0;
	}
	.m-fc-toolbar .toolbar-right select {
		font-size: 15px !important;
		background: transparent;
		border: 0;
		appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
		padding-right: 15px;
	}
	.m_schedule {
		display: block;
	}
	.m_schedule .detail_wrap{
		overflow: hidden;
		border-bottom :1px solid #ddd;
		margin: 0 10px;
	}
	.m_schedule_detail .detail_time {
		padding :17px 0;
		text-align: center;
		border-right :2px solid #00b8ff;
		font-size :12px;
	}
	.day-event .detail_time {
		border-color : #00b8ff;
	}
	.h-event .detail_time {
		border-color : #FFD600;
	}
	.m_schedule_detail .detail_tit {
		padding :15px;
		text-align: left;
	}
	a.fc-more:hover {
		text-decoration: none;
	}
	.fc-day-grid-event {
		padding-left :5px;
	}
	.fc-day-grid-event .fc-time {
		display: none;
	}
	.bubble_box.view,.bubble_box.add {
		position: fixed;
		top: 0 !important;
		left: 0 !important;
		height: 100%;
		width: 100%;
		margin-left :0;
		margin-top: 0;
		border-radius: 0;
		border: 0;
		overflow-y : auto;
	}
	.bubble_box.view .box_content {
		max-height: none;
		overflow-y: inherit;
	}
	.bubble_box.view .box_tit {
		display: block;
		padding-left: 20px;
		padding-right: 20px;
		color:#000;
		position: relative;
	}
	.bubble_box.view .box_tit a {
		display: inline-block;
		position: absolute;
		right: -15px;
		top: -10px;
		padding: 15px;
		z-index: 10;
	}
	.bubble_box.view header {
		position : relative;
	}
	.bubble_box.view .calendar_tit {
		position: absolute;
		left: 0;
		top: 1px;
	}
	.bubble_box.view .calendar_tit span {
		display: none;
	}
	.bubble_box.add .box_content{
		padding-top:30px
	}
	.bubble_box .bottom-prong {
		display: none;
	}
	.bubble_box.add a i {
		color: #777;
		font-size: 16px;
		position: absolute;
		right: 10px;
		top: 10px;
		padding: 10px;
	}
	.bubble_box.add .box-close {
		display: block;
	}
	.bubble_box .tit_wrap p {
		margin :0 0 20px;
	}
	.bubble_box .tit_wrap h4 a {
		display: block;
		float : right;
		color : #777;
	}
	.bubble_box.view .box_content .btl {
		display: block;
		float: none;
		padding-top: 0
	}
	.write-body.schedule {
		margin-top :0;
		padding: 0;
		font-size: 14px;
	}
	.board_write .tooltip {
		display: none !important;
	}
	.write-body .tit-area {
		padding-top :0;
		position : relative;
	}
	.write-body.schedule .tit-area input {
		height :47px;
		padding :5px 15px;
		max-width: 250px;
		border-bottom: none;
	}
	.write-body.schedule .editor_box {
		margin: 47px 0 0 0;
	}
	.write-body .editor_box {
		padding-left: 0;
		margin: 47px -15px 0 -15px;
	}
	.editor_box .form-control {
		border-bottom :0;
	}
	.edit-area .start_day,
	.edit-area .end_day,
	.schedule_name  {
		border-bottom: 1px solid #ddd;
		padding: 5px 15px;
		height: 47px;
		line-height: 34px;
	}
	.edit-area .end_day {
		margin-bottom :0;
	}
	.edit-area .date .calendar_select {
		width: 85px;
	}
	.schedule_name .down-btn {
		float: none;
		display: block;
	}
	.calendar_select > div {
		padding-left :0;
	}
	.write-body.schedule .tit-area input,.write-body .txt-area em {
		font-size :14px;
	}
	.write-body.schedule .txt-area textarea {
		font-size: 14px;
		height: 255px;
	}
	.write-body.schedule .txt-area {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 10px 13px;
	}
	.edit-area .start-day {
		margin-bottom :10px;
		float: none;
	}
	.edit-area .end_day {
		margin-top :0;
	}
	.content-tit {
		padding-bottom :0;
	}
	.content-tit h1 {
		font-size: 1.714em;
		line-height: 1.2em;
		margin: 20px 0 10px;
	}
	.topbtn-wrap {
		top: 20px;
		right: 20px;
	}
	.topbtn-wrap .left i {
		font-size :1.5em;
	}
	.topbtn-wrap .left:last-child {
		margin-left : 10px
	}
	.bg-block .board_view.new .map_info {
		padding-top : 0;
	}
	.board_view.new .map_info .map {
		float: none;
		padding-right: 0;
		display: block;
		margin-bottom: 10px;
	}
	.fc-more-popover .color-type01 .fc-time {
		border-right-color : #00b8ff;
	}
	.fc-more-popover .color-type02 .fc-time {
		border-right-color : #6ecc51;
	}
	.fc-more-popover .color-type03 .fc-time {
		border-right-color : #f5ce4a;
	}
	.fc-more-popover .color-type04 .fc-time {
		border-right-color : #f9a746;
	}
	.fc-more-popover .color-type05 .fc-time {
		border-right-color : #ff635d;
	}
	.fc-more-popover .color-type06 .fc-time {
		border-right-color : #d189e2;
	}
	.fc-more-popover .color-type07 .fc-time {
		border-right-color : #a5a5a7;
	}
	.map-list {
		position : static;
		width    : 100%;
		z-index  : 999;
	}
	.map-list .map-list-detail {
		overflow-y : visible;
		background : #fff;
		position   : static;
	}
	.map-view-area .gmap_wrap {
		position : absolute;
		left     : -999px;
		top: -9999px;
		height   : 400px;
		width    : 100%;
	}
	.map-view-area.fold .gmap_wrap {
		left     : 0;
		top: 0;
		position : relative;
	}
	.map-view-area .gmap_wrap .detail_view {
		height : 400px;
	}
	.shop-table .checkbox-styled:not(ie8) input ~ span:before,
	.shop-table .radio-styled:not(ie8) input ~ span:before {
		margin-top: 1px;
	}
	.write_mode .fr-mobile {
		z-index: 9999 !important;
	}
	.modal_mypage_coupon_use_list .modal-dialog{
		width: 100%;
		padding: 0 32px 0 15px;
	}
}
@media all and (max-width : 380px) {
	.edit-area .form-select .dz-form-control {
		padding-right : 0;
	}
	.doz_sys .modal-dialog.full_board {
		max-width : 380px;
	}
	.topbtn-wrap .left:last-child {
		margin-left : 15px;
	}
	.topbtn-wrap .left i {
		font-size : 1.2em;
	}
	.board_view.new .substance {
		padding-top : 20px;
	}
	.dropdown_comment .reply_ico {
		left : -30px;
	}
	.shop_mypage .dropdown_comment .reply_ico,
	.booking_view .dropdown_comment .reply_ico {
		top: 20px;
		left: 10px;
	}
}
.thumb-row {
	position : relative;
}
.type-slide .thumb-row {
	width: auto !important;
}
.thumb-row:before, .thumb-row:after {
	display : block;
	content : " ";
	clear   : both;
}
.thumb-fluid {
	margin : 0 auto;
}
.no_data {
	text-align : center;
	padding    : 100px 0;
	display    : block;
}
.no-data-block .icon {
	font-size : 46px;
	padding   : 25px 0;
}
.no_data .bt-gift, .cart_empty .bt-shopping-cart {
	font-size: 52px !important;
	opacity: 0.35;
}
.no_data .body_font_color_40 {
	font-size:14px;
}
.font-16 {
	font-size : 16px;
}
.first-uppercase::first-letter {
	text-transform: uppercase;
}
div.widget_text_wrap {
	background-size:cover;
	background-position:center center;
	width: 100%;
	word-wrap: break-word;
}
div.widget_text_wrap p {
	margin: 0;
}
div.widget_text_wrap > div {
	width:100%;
}
div.widget_text_wrap.inline_widget > div {
	width: 100%;
}
div.widget_text_wrap.inline_widget > div.e_toolbar {
	width       : 360px;
	left        : 0;
}
.inline-col-group-right div.widget_text_wrap.inline_widget > div.e_toolbar {
	width       : 360px;
	right: 0;
	left : auto;
}

.doz_sys div[data-widget-type="shop_showcase"] .shop-content {
	margin-top : 15px;
}
.mypage .shop-table.shop-point-table > tbody > tr.more {
	background: transparent;
}
.mypage .shop-table.shop-point-table > tbody > tr.more td {
	padding:0;
}
.mypage .shop-table.shop-point-table > tbody > tr.more a {
	display: block;
	padding:15px;
	color:#999;
}
.mypage .shop-table.shop-point-table > tbody > tr.more a:hover {
	color:#666;
}
.control_box {
	max-width : 400px;
	margin    : 50px auto;
	position  : relative;
}
.control_box a.icon {
	font-size : 20px;
	position  : absolute;
	z-index   : 9;
	top       : 0;
	line-height: 44px;
	padding   : 0 15px;
}
.control_box .form-control {
	height        : 44px;
	padding       : 6px 50px;
	border-radius : 3px;
	border-color  : rgba(0, 0, 0, 0.2);
	font-size     : 16px;
}
.control_box .icon.close {
	content                 : "\f00d";
	font-size               : 17px;
	padding                 : 0 15px;
	line-height: 44px;
	position                : absolute;
	right                   : 0;
	top                     : 0;
	color                   : #999;
	opacity                 : 0;
	-webkit-transition      : .3s;
	transition              : .3s;
}
.control_box.active .icon.close {
	opacity : 1;
}
.search_widget .categorize {
	display : block;
}
.view_box {
	padding      : 50px 0;
}
.view_box .repeat_area {
	max-width  : 900px;
	margin-top : 50px;
}
.view_box .repeat_area:first-child {
	margin-top : 0;
}
.view_box .repeat_area > div {
	display        : table-cell;
	vertical-align : top;
}
.view_box .repeat_area > div.box_content {
	vertical-align: top;
}
.view_box .repeat_area > div.box_thumb {
	padding-right : 16px;
}
.view_box .repeat_area > div.box_thumb img {
	max-width :155px;
}
.view_box .item_summary {
	text-overflow      : ellipsis;
	overflow           : hidden;
	display            : -webkit-box;
	-webkit-line-clamp : 2;
	-webkit-box-orient : vertical;
	word-wrap          : break-word;
	word-break         : break-word;
}
.view_box .box_content .badge {
	margin-left : 10px;
	margin-top  : -2px;
}
.modal-head {
	height        : 50px;
	line-height   : 50px;
	border-bottom : 1px solid rgba(0, 0, 0, 0.1);
	position      : relative;
}
.modal-head .btn {
	padding          : 7px 25px;
	letter-spacing   : 0;
	font-size        : 14px;
	color            : #333;
	background-color : rgba(255, 255, 255, 1);
	border-radius    : 3px;
	border-color     : rgba(0, 0, 0, 0.1);
	width            : 100px;
}
.modal-head .btn-time {
	padding     : 0 15px;
	margin      : 0;
	height      : 50px;
	line-height : 50px;
	position    : absolute;
	right       : 0;
	top         : 0;
	font-size   : 17px;
}
.stamp_wrap {
	width         : 292px;
	height        : auto;
	margin        : 0 auto;
	border-radius : 10px;
	padding       : 20px 20px 0 20px;
}
.stamp_wrap .stamp_check {
	width         : 40px;
	height        : 40px;
	color         : #fff;
	display       : inline-block;
	text-align    : center;
	font-size     : 17px;
	line-height   : 40px;
	border-radius : 50%;
	border        : 1px dashed #fff;
	margin-right  : 9px;
	position      : relative;
}
.stamp_wrap .stamp_check .date {
	position  : absolute;
	font-size : 11px;
	bottom    : -35px;
	left      : -2px;
	opacity   : 0;
}
.stamp_wrap .stamp_check.active .date {
	opacity : 1;
}
.stamp_wrap .stamp_check:last-child {
	margin-right : 0
}
.stamp_wrap .repeat_stamp {
	margin-bottom : 30px;
}
.stamp_wrap .copy {
	color      : #fff;
	font-size  : 12px;
	margin     : 0 -20px;
	border-top : 1px solid rgba(255, 255, 255, 0.1);
	padding    : 15px 0;
}
.repeat_coupon {
	margin       : 0 -15px;
	border-width : 0 0 1px 0;
	border-style : solid;
	border-color : rgba(0, 0, 0, 0.1);
}
.repeat_coupon:last-child {
	margin-bottom : 70px;
}
.repeat_coupon:first-child {
	border-width : 1px 0;
}
.repeat_coupon .content {
	display       : block;
	overflow      : hidden;
	white-space   : nowrap;
	text-overflow : ellipsis;
}
.repeat_coupon .active_btn {
	float       : right;
	white-space : nowrap;
	width       : 52px;
	text-align  : left;
	position    : relative;
	margin-left : 15px;
	line-height : 70px;
}
.repeat_coupon .content h6 {
	font-size  : 14px;
	margin-top : 0;
}
.repeat_coupon .content div {
	font-size   : 13px;
	line-height : 1.6;
}
.repeat_coupon .btn {
	border-radius  : 15px;
	letter-spacing : 0;
	font-size      : 13px;
}
.repeat_coupon .active_btn > div {
	display : none;
}
.repeat_coupon .active_btn.complete {
	line-height : 30px;
}
.repeat_coupon .active_btn.complete .btn {
	background   : #fff;
	color        : #333;
	border-color : #bcbcbc;
}
.repeat_coupon .active_btn.complete > div {
	display : block;
}
.form_success_msg {
	padding:50px 0 0;
}
.form_success_btn {
	margin-bottom: 40px;
}
.form_row {
	position : relative;
}
.form_row .form-control {
	height: 39px;
}
.form_row .btn {
	position       : absolute;
	right          : 0;
	top            : 0;
	height: 39px;
}
.app_arrow {
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 99999;
}
.app_arrow a {
	font-size: 18px;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	z-index: 99999999;
	background: rgba(0,0,0,0.3);
	line-height: 30px;
	border-radius: 50%;
}
.item_gallary .item_container {
	position: relative;
}
.item_gallary .text_wrap .title {
	display: table-cell;
	margin-bottom :0;
	word-break: break-word;
}
.item_gallary .text_wrap .body {
	display: block;
}
.item_gallary .text_wrap .trans_img {
	max-width :100%;
	max-height: 100%;
}
.hover_show_overlay .item_gallary .text_wrap,
.hover_hide_overlay .item_gallary .text_wrap,
.slide_01 .item_gallary .text_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
}

.hover_hide_overlay .item_gallary .text_wrap {
	opacity: 1;
	transition: .3s;
}
.hover_show_overlay .item_gallary .text_wrap {
	opacity: 0;
	transition: .3s;
}
@media (min-width: 786px) {
	.hover_show_overlay .item_gallary .item_container:hover .text_wrap {
		opacity: 1;
	}
	.hover_hide_overlay .item_gallary .item_container:hover .text_wrap {
		opacity: 0;
	}
}
.fr-view img.fr-dii {
	margin: 5px 0;
	vertical-align: middle !important;
}
.fr-view img.fr-rounded {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.cursor_pointer {
	cursor: pointer;
}
.board_txt_area img.fr-dib, .board_txt_area img.fr-dii {
	max-width: 100% !important;
	height: auto;
	left:auto;
}
.li_board {
	display: table;
	width: 100%;
}
.li_board ul {
	list-style: none;
	margin-bottom: 0;
	clear : both;
	display: table-row-group;
	padding-left: 0;
}
.li_board ul li {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	border-width: 0 0 1px 0;
	border-style: solid;
}
.li_board ul li.like {
	width:7%;
}
.li_board ul li.category {
	width :15%;
}
.li_board ul li.prod_name {
	width         : 180px;
	text-align: left;
}
.li_board ul li.prod_name a {
	font-size: 12px;
	letter-spacing: -1px;
}
.li_board ul li.no {
	width: 5%;
}
.li_board ul li.read,.li_board ul li.name,.li_board ul li.time {
	width:10%
}
.li_board ul li.date {
	width:12%;
}
.li_board ul.li_body li.tit,.li_board ul li.name {
	text-align: left;
}
.li_board ul li.tit {
	width:auto;
}
.li_board ul li.tit .badge {
	background-color: #FF472D;
	margin-left: 8px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	vertical-align: 2px;
	width: 18px;
	height: 18px;
	padding: 0;
	line-height: 18px;
}
.li_board ul li.tit .tit_ico i {
	margin-right: 5px;
}
.li_board ul li.tit .tit_ico i.bt-lock {
	transform: none;
}
.li_board ul li.tit .tit_ico, .li_body .comment-count {
	font-size:12px;
}
.li_body .comment-count {
	margin-left: 10px
}
.li_board ul li.tit .tit_ico,.li_body .comment-count:before {
	font-size:14px;
	margin-right: 0;
}
.li_footer {
	margin-top :15px;
	position : relative;
}
.li_table ~ .li_footer > .tools {
	display: none;
}
.li_table ~ .li_footer.show_search_form > .tools {
	display: inline-block;
}
.li_footer .input-group {
	min-width :220px;
}
.li_footer .btn-block-right {
	display: inline-block;
	float: right;
}
.li_footer.show_search_form .btn-block-right {
	position: absolute;
	right: 0;
}
.back_to_top {
	width: 50px;
	height: 50px;
	background: #f6f6f6;
	color:#f7f7f7;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	position: fixed;
	bottom: 50px;
	z-index: 10000;
	right: 50px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.booking.booking_wrap {
	letter-spacing: 0;
}
.booking .booking_view table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
	line-height: 1.6;
}
.booking_view .comment .comment:first-child .block-postmeta:after{
	display: none;
	top: 60px;
}
.booking_view .comment .date em {
	font-style: normal;
}
.booking .booking_list {
	line-height: 1.4;
	margin-bottom: 5px;
}
.booking th {
	text-align  : left;
	font-weight : 200;
	padding     : 0 0 15px 0;
	font-size   : 15px;
	text-align  : center;
}
.booking .small_txt {
	font-size :12px;
	padding   : 10px 0;
	margin    : 0;
	position  : absolute;
	right     : 0;
	top       : 0;
}
.booking .small_txt .booking_badge,
.booking .booking_list .booking_badge {
	width: 16px;
	height: 16px;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-size: 11px;
	margin-right: 5px;
	font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', 'sans-serif', 'serif', 'Arial';
	line-height: 17px;
}
.booking .booking_list .booking_badge_wrap {
	width: 25px;
}
.booking .small_txt li {
	margin-left : 25px;
	float       : left;
}
.booking .small_txt li:first-child {
	margin-left: 0;
}
.booking .small_txt li.full {
	color: #FD635D;
}
.col-dz-6 .booking .booking_toolbar .btn-group, .col-dz-5 .booking .booking_toolbar .btn-group, .col-dz-4 .booking .booking_toolbar .btn-group, .col-dz-3 .booking .booking_toolbar .btn-group, .col-dz-2 .booking .booking_toolbar .btn-group, .col-dz-1 .booking .booking_toolbar .btn-group {
	display: block;
}
.col-dz-6 .booking .small_txt, .col-dz-5 .booking .small_txt, .col-dz-4 .booking .small_txt, .col-dz-3 .booking .small_txt, .col-dz-2 .booking .small_txt, .col-dz-1 .booking .small_txt {
	position: relative;
	float: right;
}
.booking_table .booking_body {
	border-width : 0 0 1px 1px;
	border-style : solid;
	border-color : #e3e3e3;
}
.booking .booking_day {
	border-width :1px 1px 0 0;
	border-style :solid;
	border-color : #e3e3e3;
	position     : relative;
}
.booking .booking_day .booking_day_number {
	position   : absolute;
	width      : 100%;
	left       : 0;
	top        : 15px;
	padding    : 0 15px;
	text-align : center;
}

.booking .booking_day.holiday .booking_day_number,
.booking_content .booking .booking_day.holiday {
	color : #ff635e;
}

.booking .booking_day:last-child .booking_day_number {
	color : #3f92f2;
}

.booking .booking_day.full_day .booking_day_number,
.booking .booking_day:not(.today) .booking_day_number > .number.block_book,
.booking_date .number.block_book span {
	color : #ccc;
}

.booking_content .booking .booking_day.full_day {
	color : inherit;
}
.booking .booking_row:last-child .booking_day {
	border-bottom : 0;
}
.booking_day_number {
	font-size: 16px;
	line-height: 20px;
}
.booking_day.today span.number {
	color: #fff;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
}
.booking_day.today span.number.block_book,
.booking_date.on .number.block_book span {
  background-color: #363b3e !important;
}
.booking_content_skeleton .booking_day {
	padding: 45px 15px 15px 15px;
}
.booking_content_skeleton .booking_day.full_day {
	vertical-align: middle;
}
.booking_day_season {
	font-size: 12px;
	margin-bottom: 5px;
}
.booking_toolbar {
	position      : relative;
	margin-bottom : 25px;
	text-align    : center;
}
.booking_toolbar .btn-group {
	display: inline-block;
}
.btn-group > .dropdown-toggle:not(:last-child) {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group > .dropdown-toggle:not(:first-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.booking_toolbar .price_tools {
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.booking_toolbar .btn-group .btn-disable {
	opacity : 0.4;
}
.booking_body .booking_row {
	min-height :150px;
	position : relative;
	z-index: 1;
}
.booking_row .booking_bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.booking_bg table {
	height: 100%;
}
.booking_content_skeleton {
	position : relative;
	z-index: 2;
}
.booking_content_skeleton tbody tr td {
	vertical-align: top;
}
.booking_content_skeleton .booking_event_full {
	vertical-align: middle;
}
.booking_content_detail {
	line-height: 1;
}
.booking_content_detail div.title {
	margin    : 0 0 25px 0;
	font-size : 24px;
}
.booking_content_detail div.text-brand {
	font-size:22px;
}
.booking_content_detail div.text-brand span {
	font-size:16px;
}
.booking_list .title {
	font-size: 12px;
	padding-right: 5px;
}
.booking_list .value {
	font-size: 11px;
	display: none;
}
.booking_list.hide_badge .title .value {
	display: none;
}
.booking_list.hide_badge .value {
	display: table-cell;
	text-align: right;
}
.booking_list .title .value {
	display: block;
}
.booking_list .title .booking_badge_wrap {
	display: none;
}
.booking_list.full .title {
	color: #FD635D;
	text-decoration: line-through;
}
.booking_list.full > a ,.booking_list.waiting > a {
	cursor: default;
}
.booking_content .booking th {
	text-align : center;
	font-size  : 14px;
	padding    : 17px 0;
}
.booking_content .booking .booking_day {
	border-width   : 0;
	cursor         : pointer;
	text-align     : center;
	padding        : 7px 0 0 0;
	font-size      : 15px;
	vertical-align : top;
}
.booking_content .booking .booking_day.full_day {
	cursor: default;
}
.booking_content .booking .booking_day.full_day span {
	opacity: 0.3;
}
.booking_content .booking .booking_day .check_in,
.booking_content .booking .booking_day .check_out {
	font-size:11px;
	display: none;
}
.booking_content .booking .booking_day.on .check_in,
.booking_content .booking .booking_day.off .check_out {
	display: block;
}
.booking_content .booking_head_container th  {
	color: #4A4A4A
}
.booking_content .booking_body .booking_row {
	min-height: 55px;
}
.booking_content .booking_day p {
	font-size: 11px;
}
.booking_content .booking .booking_day.on {
	border-top-left-radius    : 8px;
	border-bottom-left-radius : 8px;
}
.booking_content .booking .booking_day.off {
	border-top-right-radius    : 8px;
	border-bottom-right-radius : 8px;
}
.booking_content .booking .single .booking_day.on,
.booking_content .booking .single .booking_day.off {
	border-radius: 8px;
}
.booking_tools {
	font-size      : 16px;
	padding-bottom : 15px;
}
.booking_tools a {
	padding   : 0 15px;
	font-size : 11px;
	display   : inline-block;
}
.booking_tools a.btn-disable {
	opacity : 0.4;
}
.booking_tools a > i {
	vertical-align : unset;
}
.booking_opt .options {
	padding       : 17px 0;
	border-bottom : 1px solid #e3e3e3;
}
.booking_opt .option_btn_tools {
	float:none;
	width :100px;
	margin-right: 15px;
}
.booking_opt .text {
	line-height: 30px;
	font-size:14px;
}
.booking_opt .text.tit {
	font-size: 13px;
}
.booking_opt .checkbox {
	margin :0;
}
.booking_opt .checkbox .text,.booking_opt .checkbox ~ .text {
	line-height: 20px;
}
.booking_opt .option_btn_tools a {
	height: 28px;
}
.booking_opt .option_thumb {
	width: 100%;
	padding-bottom: 10px;
}
.booking_opt .option_thumb p {
	margin-bottom :5px;
	font-size: 15px;
}
.booking_opt .option_thumb > div {
	vertical-align: top;
}
.booking_opt .option_thumb > div.img_wrap {
	padding-left:20px;
}
.booking_opt .option_thumb .help {
	font-size: 12px;
}
.booking_opt .option_thumb img {
	max-width: 90px
}
.doz_sys .booking_opt .option_btn_tools input.form-control {
	width: 55px;
	margin: 0 auto;
	height: 28px;
}
.doz_sys .booking_opt .option_btn_tools select.form-control {
	border: 0;
	height: 28px;
	padding: 0 10px;
}
.booking_total {
	font-size:15px;
	padding: 20px 0;
}
.booking_total .pay {
	font-size:20px;
	line-height: 1;
}
.booking_total .pay em {
	font-size: 14px;
}
.booking_content .buy_btns div.book_btn{
	width: 45%;
	margin-right: 1%;
}
.booking_content .buy_btns a {
	width: 45%;
	margin: 0;
	float: left;
	padding: 13px 25px;
	border-color: #ddd;
}
.booking_content .buy_btns a {
	margin-right: 1%;
}
.booking_content .buy_btns div.book_btn a{
	width: 100%;
	margin-right: 0;
}
.booking_content .buy_btns button {
	float: left;
	width: 8%;
	padding: 13px 0 13px 10px;
	text-align: right;
}
.booking_btn_group {
	margin: 25px 0;
}
.booking_btn_group .btn, .booking_btn_group .btn:hover {
	padding: 16px 25px;
	font-size:15px;
	border-color: #ddd;
}
.booking_btn_group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-width: 1px 0 1px 0;
}
.buy_btns > div.fixed_btn {
	display: block;
}
.buy_btns .like_box i{
	vertical-align: middle;
	padding-right: 1px;
	font-size: 15px;
}
.buy_btns .prod_detail_wish_count{
	vertical-align: middle;
}
.min_table {
	min-height: 90px;
	width: 100%;
}
.order_detail table {
	border :1px solid #ccc;
}
.order_detail table tr td:first-child {
	border-right :1px solid #ddd;
}
.booking_payment table tr td:first-child  {
	padding-left: 0;
}
.booking_payment table tr td:last-child {
	padding-right: 0;
}
.booking_payment table tbody tr td {
	padding-bottom: 0;
}
.booking_payment table tbody tr:last-child td {
	padding-bottom: 20px;
}
.booking_payment table tfoot td {
	padding-top: 20px;
}
.booking_payment table tfoot strong {
	font-size:15px;
}
.doz_sys main > .doz_row .booking_toolbar {
	padding: 0 15px;
}
.booking_grid_container,
.booking_toolbar .booking_state,
.booking_view_container .booking_head,
.booking_content .thumb_group,
.booking_nav_tools,
.booking_content_detail {
	display: block;
}
.booking_grid_mobile_container,
.booking_grid_mobile_container .btn-group,
.booking_content_detail.mobile,
.fixed_view .btn_close,
.fixed_btn .btn.second,
.m_booking_nav_tools {
	display: none;
}
.device_type_m .booking_wrap .owl-stage {
	width:100% !important;
}
.device_type_m .booking_wrap .owl-stage .owl-item{
	width: 14.285714286% !important;
}
.device_type_m .booking_wrap .owl-stage .owl-item:nth-child(n+8) {
	display: none;
}
.miss-width-47 {
	width: 47%;
	padding-left:47px
}
.miss-width-53 {
	width: 53%
}
.product-notify-title {
	margin: 10px 0;
	display: table-caption;
}
.product-notify-wrap {
	margin-bottom: 12px;
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.product-notify-group {
	display: table-row;
}
.product-notify-group .product-notify-label {
	display: table-cell;
	padding: 7px 12px;
	width: 20%;
	border-top:1px solid rgba(128,128,128,0.14);
	border-bottom:1px solid rgba(128,128,128,0.14);
	font-size: 12px;
	background: #fafafa;
	background: rgba(128,128,128,0.05);
}
.product-notify-group .product-notify-value {
	display: table-cell;
	padding: 6px 12px;
	width: 80%;
	border-top:1px solid rgba(128,128,128,0.14);
	border-bottom:1px solid rgba(128,128,128,0.14);
	font-size: 12px;
	word-break: normal;
	word-wrap : break-word;
}
.viewed_items {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: 99999999;
	width: 90px;
	border-width: 0 0 0 1px;
	border-color: #ddd;
	border-style: solid;
	display: table;
	height: 100%;
	padding: 0 11px;
}
.viewed_items .top_icon {
	position: absolute;
	right: 0;
	top: 30px;
	left: 50%;
	margin-left: -16.5px;
}
.viewed_items .top_icon > a {
	font-size: 32px;
}
.viewed_items .top_icon > span {
	position: absolute;
	bottom: 0;
	width: 23px;
	height: 23px;
	vertical-align: middle;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	font-weight: normal;
	font-size: 11px;
	padding: 0 2px;
	right: 17px;
	letter-spacing: 0;
}
.viewed_items_inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.viewed_items_inner > span {
	letter-spacing: 0;
}
.viewed_items_inner .owl-carousel .owl-stage,.viewed_items_inner .owl-carousel .owl-item {
	width: 100% !important;
}
.viewed_items_list .item {
	list-style: none;
	margin-bottom: 0;
	padding: 10px 0;
}
.viewed_items_list .item li {
	margin-bottom: 15px;
}
.viewed_items_list .item li:last-child {
	margin-bottom: 0;
}
.owl-theme.viewed_items_list .owl-dots .owl-dot span {
	margin: 5px 3px;
}
.banner-container ~ .close_tools {
	position: absolute;
	right: 30px;
	top: 13px;
	z-index: 11;
}
.banner-container ~ .close_tools a {
	font-size: 14px;
}
.widget.button .btn-group-justified .btn {
	display: table-cell;
}
.widget.button .inline-blocked:last-child .btn {
	margin-right: 0 !important;
}
.widget.button .btn-group-justified > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0 !important;
}
.widget.button .btn-group-justified > .btn-group:first-child > .btn {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.widget.button .btn-group-justified > .btn-group:last-child > .btn {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.input_trick {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.visual_link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.vertical-middle-content:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.npay_icon {
	background: #00c73c;
	padding: 2px 5px 3px 3px;
	line-height: 1;
}
.npay_icon span {
	font-family: 'Noto Sans','sans-serif';
}
.npay_icon span:first-child {
	font-family: Arial Black;
	color: #00c73c !important;
	width: 14px;
	height: 14px;
	background: #fff;
	display: inline-block;
	text-align: center;
	line-height: 14px;
	font-size: 11px;
}
.npay_icon span {
	color: #fff !important;
	display: inline-block;
	font-size: 11px;
}
.return-form {
	border-color: rgba(0,0,0,0.18);
	border-width: 0 0 1px 0;
	border-style: solid;
	position : relative;
}
.return-form > .middle-minus {
	border-color: rgba(0,0,0,0.18);
	border-width: 1px;
	border-style: solid;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	position: absolute;
	bottom: -17px;
	left: 50%;
	background: #fff;
	margin-left: -16px;
}
.return-form > .middle-minus:after {
	display: inline-block;
	width: 16px;
	height: 4px;
	content: '';
	position : absolute;
	left:50%;
	margin-left: -8px;
	top:50%;
	margin-top: -2px;
	background: #9B9B9B;
}
.visit_btn_wrap > .btn {
	padding: 8px 0;
	letter-spacing: 0;
	vertical-align: top;
	font-size: 13px;
}
.site_modal .container {
	padding: 20px;
}
.site-form-group {
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 20px;
	position: relative;
}
.site-form-group:before {
	display: table;
	content: " ";
}
.site-form-group:after {
	display: table;
	content: " ";
	clear: both;
}
.site-form-group > label, .site-form-group .control-label {
	font-size: 12px;
	color: #757575 !important;
	font-weight: normal;
	margin-bottom: 0;
	padding-top: 2px;
}
.post_write_left {
	position: fixed;
	left: 0;
	width: 250px;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	padding: 90px 20px 20px;
	border-right: 1px solid rgba(128, 128, 128, 0.3);
	background: #fafafa;
	z-index: 10;
}
.post_write_left .img_tools_title {
	font-weight: 600;
	color: #333;
	font-style: normal;
	font-size: 14px;
}
.post_write_left .img_tools {
	width: 60px;
	height:60px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 14px 14px 0;
	position: relative;
	cursor: pointer;
}
.post_write_left .img_tools:nth-child(3n) {
	margin-right:0;
}
.post_write_left .img_tools > a {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	background: #00b8ff;
	color: #fff;
	font-size: 10px;
	display: inline-block;
	width: 15px;
	text-align: center;
	z-index: 90;
}
.post_write_left .img_tools:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #000;
	filter: alpha(opacity=10);
	opacity: .1;
}
.post_write_left .img_tools:hover:after {
	content: "";
	border: 2px solid #00b8ff;
	opacity: 1;
}
.post_write_left .img_tools:hover > a {
	opacity: 1;
}
.post_write_left .img_tools .primary {
	display: none;
}
.post_write_left .img_tools.on .primary {
	display: block;
	font-style: normal;
	display: block;
	background: #00b8ff;
	width: 30px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	top: 0;
	left: 0;
}
.post_write_left .img_tools.add_img:after {
	border: 2px dotted #000;
	opacity: .1;
}
.post_write_left .img_tools.add_img i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #bbb;
	text-align: center;
	line-height: 60px;
}
.img-file-control {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 9;
}
.fixed-menu-on #doz_header .new_fixed_header .first_scroll_fixed .scroll-to-fixed-fixed2 {
	top : -9999999px !important;
}
.form-widget .form-group .radio,
.form-widget .form-group .checkbox{
	margin-top: 0;
	margin-bottom: 5px;
}
.form-widget .form-group.privacy .checkbox {
	margin-top: 10px;
}
.form-widget .phonenumber_wrap .chosen-container-single .chosen-single {
	height: 34px;
	padding: 6px 12px;
	margin-right: 8px;
}
.form-widget .phonenumber_wrap .chosen-container-single .chosen-single > span {
	display: table;
	vertical-align: middle;
	line-height: 22px;
}
.form-widget .phonenumber_wrap .chosen-container-single .chosen-single > span > span {
	display: table-cell;
}
.form-widget .phonenumber_wrap .chosen-container-single .chosen-single > span > span:nth-child(2) {
	padding-left: 12px;
}
.form-widget .phonenumber_wrap .chosen-container-single .chosen-single > div > b {
	margin-top: 4px;
}
.form-widget .phonenumber_wrap .chosen-container-single .chosen-single .search-choice-close {
	display: none;
}
.form-widget .phonenumber_wrap .chosen-container-single .chosen-drop {
	margin-top: 10px;
	padding: 8px 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	width: 215px;
	height: 290px;
}
.form-widget .phonenumber_wrap .chosen-container-single .chosen-drop .chosen-search {
	padding: 0 12px;
	margin-bottom: 8px;
}
.form-widget .phonenumber_wrap .chosen-container-single .chosen-drop .chosen-search input {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 0;
	font-size: 13px;
	color: #212121;
}
.form-widget .phonenumber_wrap .chosen-container-single .chosen-drop .chosen-results {
	margin: 0;
	padding: 0;
	overflow-y: auto;
}
.form-widget .phonenumber_wrap .chosen-container-single .chosen-drop .chosen-results li {
	margin: 0;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 22px;
	color: #212121;
}
.form-widget .phonenumber_wrap .chosen-container-single .chosen-drop .chosen-results li:hover {
	background: #f2f2f2;
}
.form-widget .phonenumber_wrap .chosen-container-single .chosen-drop .chosen-results li.highlighted {
	background-color: #f2f2f2;
	background-image: none;
}
.form-widget .phonenumber_wrap .chosen-container-single .chosen-drop .chosen-results li > div {
	display: table;
	vertical-align: middle;
}
.form-widget .phonenumber_wrap .chosen-container-single .chosen-drop .chosen-results li > div > span {
	display: table-cell;
}
.form-widget .phonenumber_wrap .chosen-container-single .chosen-drop .chosen-results li > div > span:nth-child(2) {
	padding: 0 8px 0 12px;
}
.form-widget .phonenumber_wrap .chosen-container-single .flag {
	width: 28px;
	height: 21px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	display: inline-block;
	margin-right: 12px;
	padding: 0;
}
.timepicker-picker a{
	border:none;
}
.bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td span:hover, .bootstrap-datetimepicker-widget table td.hour:hover {
	background:transparent;
	opacity:0.5;
}
#shopFormWrap .usetwentyfour {
	display:none;
}
.cursor_default {
	cursor: default;
	/*pointer-events: none;*/
}
.no_comment_box {
	border-width: 1px 0 0 0;
	border-style : solid;
	padding: 50px 0;
}
.no_comment_box > div {
	margin: 30px;
}
@media all and (max-width: 1200px) {
	.goods_thumbs {
		padding-right : 0;
	}
}
@media all and (max-width: 1027px) {
	.post_write_left {
		display: none;
		width:100%;
		z-index: 115200;
		padding: 0;
		border-right: 0;
		background: #fff;
		position: fixed;
		overflow: hidden;
	}
	.board_write.post_write {
		padding-left: 0;
	}
}
.print-wrap {
	font-style: normal;
	padding: 50px 45px;
	font-size: 14px;
}
.print-header {
	margin-bottom: 50px;
}
.print-wrap header {
	font-size: 26px;
	margin-bottom: 25px;
}
.print-body .order-summary {
	margin-bottom: 50px;
}
.order-summary .table-cell {
	width: 20%;
	padding-left: 30px;
}
.order-summary .table-cell:first-child {
	width: 50%;
	padding-left:0;
}
.order-items thead tr > th {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}
.order-items tbody tr:first-child > td {
	padding:15px 0;
}
.order-items tbody tr:last-child > td {
	padding-bottom:15px;
	border-bottom: 1px solid #e5e5e5;
}
.order-items tfoot tr:first-child > td {
	padding-top: 20px;
}
.order-info p {
	margin-bottom: 0;
}
.order-name {
	margin-bottom: 20px;
}
.order-name > small {
	font-size: 13px;
}
.order-name > div {
	font-size: 16px;
	font-weight: bold;
}
#wrap{
	position: relative;
	display: block;
	width: 1024px;
	border: 1px solid #000;
}
.inline-section-wrap {
	position: relative;
	display: block;
	width: 100% !important;
}
.inline-section-wrap .section_bg{
	display: block;
	position: absolute;left: 0;top: 0;right: 0; bottom: 0;
	z-index: 0;
}
.inline-section-wrap .section_bg_color {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.inline-inside {
	position: relative;
	display: block;
}
.inline-section{
	position: relative;
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.inline-col-group{
	position: relative;
	display: table-cell;
	vertical-align : middle;
}
.inline-col-group:first-child {
	border-left:0;
}
.inline-col-group.inline-col-group-right{
	text-align: right;
}
.inline-col-group.inline-col-group-center{
	text-align: center;
}
.inline-col-group.inline-col-group-center .widget_text_wrap,
.inline-col-group.inline-col-group-right .widget_text_wrap {
	text-align: left;
}
.inline-row{
	position: relative;
	display: block;
}
.inline-col{
	vertical-align: middle;
	position: relative;
	display: inline-block;
}
.hr_horizontal {
	border-width :1px;
	width: 170px;
	border-color: #ccc;
	border-style: solid;
	margin: 0 auto;
	border-bottom: 0 !important;
}
.hr_vertical {
	width: 1px;
	height: 170px;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	margin: 0 auto;
	border-right: 0 !important;
}
.hr_select {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -40px;
}
.hr_select .form-select:after{
	display: none;
}
.order-cancle-total {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.order-cancle-total:last-child {
	border-bottom: 0;
}
.order-cancle-total.content-on:before {
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	border: 1px solid #e5e5e5;
	padding: 10px;
	position: absolute;
	bottom: -17.5px;
	left: 50%;
	margin-left: -17.5px;
	background: #fff;
	border-radius: 50%;
}
.order-cancle-total.content-on:after {
	content: '';
	display: block;
	width: 15px;
	height: 5px;
	background: #999;
	position: absolute;
	left: 50%;
	margin-left: -7.5px;
	bottom: -3px;
}
.order-cancle-total .tabled.t-head {
	margin-bottom: 10px;
}
.order-cancle-total .tabled {
	margin-bottom:5px;
}
.form-widget .form.text-full > a {
	width: 100%
}
.deliv_guid_text > em {
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	max-width: 75px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
.doz_handle {
	z-index: 11 !important;
}
.inline_header_design .doz_handle {
	z-index: 90 !important;
}
.new_header_site .mobile_slide_menu_container.right-slide.slide_open .navbar-toggle.close.slide-close {
	right: 310px;
	left: auto;
	margin-left: 15px;
	margin-right: 0;
}
.new_header_site .mobile_slide_menu_container .mobile_slide_menu {
	left: -300px;
	-webkit-transition: none;
	-webkit-transform: none;
	transition: none;
	transform: none;
	background: #fff;
}
.new_header_site .mobile_slide_menu_container .mobile_slide_menu.animation {
	-webkit-transition: transform 300ms ease 0s;
	transition: transform 300ms ease 0s;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.new_header_site .mobile_slide_menu_container.slide_open .mobile_slide_menu {
	background: #fff;
	-webkit-transform: translate3d(300px, 0px, 0px);
	transform: translate3d(300px, 0px, 0px);
	overflow-y: auto;
}
.new_header_site .mobile_slide_menu_container.right-slide .mobile_slide_menu {
	left: auto;
	right: -300px;
}
.new_header_site .mobile_slide_menu_container.right-slide .mobile_slide_menu.animation {
	-webkit-transition: transform 300ms ease 0s;
	transition: transform 300ms ease 0s;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.new_header_site .mobile_slide_menu_container.right-slide.slide_open .mobile_slide_menu {
	-webkit-transform: translate3d(-300px, 0px, 0px);
	transform: translate3d(-300px, 0px, 0px);
}
@media (min-width: 768px){
	.new_header_overlay .fixed_transform {
		-webkit-transition-property: color, background, border-color;
		transition-property: color, background, border-color;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
	}
	.new_header_overlay .scroll-to-fixed-fixed .fixed_transform,
	.new_header_overlay .scroll-to-fixed-fixed .normal_logo {
		-webkit-transition-property: color, background, border-color;
		transition-property: color, background, border-color;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
	}
	.new_header_overlay .first_scroll_fixed .scroll-to-fixed-fixed .fixed_transform,
	.new_header_overlay .first_scroll_fixed .scroll-to-fixed-fixed .normal_logo {
		transition-duration: 100000s;
	}
}
@media (max-width: 320px) {
	.new_header_site .mobile_slide_menu_container.right-slide.slide_open .navbar-toggle.close.slide-close {
		right: 285px;
	}
}
.scroll_logo,
.new_header_overlay .scroll-to-fixed-fixed .normal_logo,
.new_header_overlay_mobile .scroll-to-fixed-fixed .normal_logo {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.scroll_logo {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.new_header_overlay .scroll-to-fixed-fixed .scroll_logo,
.new_header_overlay_mobile .scroll-to-fixed-fixed .scroll_logo {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	position: static;
}
.board_title_wrap {
	margin-bottom: 20px;
}
.board_title_wrap .down-btn{
	float: none;
	display : inline-block;
}
.board_title_wrap .schedule_name {
	border-bottom: 1px solid rgba(128, 128, 128, 0.3);
	position: relative;
}
.board_title_wrap .schedule_name:after,
.category .category_select_btn:after {
	right: 10px;
	top: 10px;
	margin-top: 0;
	pointer-events: none;
	color: #ccc;
	display: inline-block;
	font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f2f2';
	position: absolute;
	font-size: 23px;
}
.category .category_select_btn {
	display: inline-block;
	position: relative;
}
.category .category_select_btn:after {
	right: -20px;
	top: 0;
}
.board_title_wrap .schedule_name ~ .table-cell {
	padding-left: 20px;
}
.editor_box .board_title_wrap .form-control {
	border: 0;
	line-height: inherit;
	height: auto;
}
.board_title_wrap .category_select > div {
	font-size: 20px;
}
.img_type_select,
.bg_photo_mobile {
	padding: 12px 0;
	margin-left: 20px;
	height: 47px;
}
.hover_img_close_btn {
	width: 16px;
	height: 16px;
	color: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	line-height: 15px;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	right: -8px;
	top: 0;
}
.img_type_select button {
	letter-spacing: 0;
	font-size :14px;
	padding: 0;
	border :0;
}
.map_write_btn {
	margin: 7px 15px;
}
.map-inner.text-right .map_write_btn {
	margin: 0;
	padding: 6px 15px;
	letter-spacing: 0;
}
.alarm-setting .notify-body .check {
	top: 50%;
	right: -35px;
	margin-top: -2px;
}
.validation_layer {
	position: absolute;
	z-index: 20;
	padding: 3px 8px;
	margin-top: 7px;
	background: #000;
	color: #fff;
	border-radius: 4px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.validation_layer span {
	top: -5px;
	margin-left: 5px;
	border-width: 0 5px 5px;
	border-color: transparent;
	width: 0;
	height: 0;
	position: absolute;
	border-bottom-color: #000;
	border-style: solid;
}
.validation_layer a {
	color: #fff !important;
	font-size: 10px;
	display: inline-block;
	margin-left: 5px;
}
.snowfall_container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity : 0.5;
	overflow: hidden;
}
.visual_section .snowfall_container {
	z-index:15;
	pointer-events: none;
	opacity: 0.5;
}
_:-ms-input-placeholder, :root .visual_section .snowfall_container {
	z-index:1;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: fixed; left: 0; top: 0; }
@keyframes fadeOutRemove {
	0% {
		opacity: 1;
		z-index: 100999;
	}
	99% {
		opacity: 0;
		z-index: 100999;
	}
	100% {
		opacity: 0;
		z-index: -1;
	}
}
.se-pre-con {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	text-align: center;
	z-index: 100999;
	animation: 400ms ease-in 0ms forwards fadeOutRemove;
}
.body-block .prod_preview {
	padding: 20px 15px;
	border-bottom: 1px solid #e5e5e5;
}
.body-block .prod_detail {
	padding: 25px 15px 0;
}
.body-block .prod_detail .tabled {
	padding: 5px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #e5e5e5;
}
.body-block .prod_detail .tabled .table-cell {
	padding: 3px 0;
}
.visual_section .fr-view .btn.btn-sm {
	padding: 6px 22px;
}
.visual_section .fr-view .btn.btn-lg {
	padding: 15px 30px;
}
.exchange_warp h6 {
	margin-top: 0;
	margin-bottom: 20px;
}
.exchange_pay_table {
	margin-bottom: 30px;
}
.exchange_pay_table tr > th,
.exchange_pay_table tr > td {
	padding: 10px 15px !important;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #e5e5e5;
	font-weight: normal;
}
.exchange_pay_table tr > th:last-child,
.exchange_pay_table tr > td:last-child {
	border-right: 0;
}
.exchange_form {
	padding: 30px;
}
.exchange_form ul {
	padding-left: 20px;
}
.widget.login .btn.non_btn {
	background: #8393a7 !important;
	color: #fff !important;
}
.widget.login .btn.btn-default {
	background-color: #fff;
	color: #333;
}
.widget.login .form .form-group {
	padding-top: 0;
}
.widget.login .form .form-group>label {
	position: static;
}
.fileupload_profile_img .over .zmdi {
	margin: -12px 0 0 -10px;
}
.widget.login .input_block .select-block .selectbox  {
	height: auto;
	line-height: normal;
}
.widget.login .input_block .select-block .selectbox select {
	padding: 12px;
	height: auto;
	line-height: 1.2;
	font-size: inherit;
}
.widget.login .input_block .select-block .spin-down {
	margin-top: -8px;
	top: 50%;
}
.ii {
	line-height: normal;
}
div[data-widget-type="button"] .widget .ii {
	vertical-align: middle;
	display: inline-block;
	line-height: 1;
}
div[data-widget-type="calendar"] .fc-event .fc-bg {
	opacity: 1;
	border: 1px solid rgba(0,0,0,0.15);
}
div[data-widget-type="calendar"] .fc-event .fc-content {
	word-break: break-word;
}
div[data-widget-type="calendar"] .fc-time-grid-event {
	overflow-y: auto;
}
div[data-widget-type="calendar"] .fc-time-grid-event .fc-time {
	white-space: inherit;
}
div[data-widget-type="calendar"] .fc-time-grid-event .fc-resizer {
	line-height: 14px;
	font-size: 20px;
	height: 14px;
	opacity: 0;
}
div[data-widget-type="calendar"] .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
	opacity: 1;
}
.fc-time-grid-event {
	text-align: left;
}
.fc-time-grid-event.fc-time .fc-content {
	position: relative;
	padding: 5px 5px 0 20px;
}
.fc-time-grid-event .fc-content .fc-circle-icon {
	display: none;
}
.fc-time-grid-event.fc-time .fc-content .fc-circle-icon {
	position: absolute;
	left: 8px;
	top: 8px;
	display: block;
}
.prod_icon {
	padding: 2px 8px;
	font-family: Helvetica, Arial, Sans-Serif;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 11px;
	vertical-align: middle;
	text-rendering: optimizeLegibility;
}
.prod_icon.sale, .prod_icon.timesale {
	background: #fe5356;
	border :1px solid #fe5356;
}
.prod_icon.sold_out {
	background: #666;
	border :1px solid #666;
}
.prod_icon.coupon {
	background: #7B8494;
	border :1px solid #7B8494;
}
.prod_icon.icon_default {
	background: #fff;
	color: #000;
	border: 1px solid #ccc;
	width: auto;
	font-weight: normal;
	font-size: 11px;
	padding: 2px 10px;
}
.site_prod_nav {
	display: table;
	width: 100%;
	border-collapse: separate;
	vertical-align: middle;
	position: relative;
	border: 0;
	margin-bottom: 0;
}
.text_tab .site_prod_nav {
	display: inline-block;
}
.site_prod_nav_wrap {
	text-align: center;
}
.text_tab .site_prod_nav_wrap {
	border-width: 0 0 1px 0;
	border-style: solid;
	padding-bottom: 20px;
}
.text_tab .site_prod_nav {
	border: 0;
	padding-bottom: 0;
}
.site_prod_nav_wrap.scroll-to-fixed-fixed {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	margin-bottom: 0;
}
.text_tab .site_prod_nav_wrap {
	padding : 0 45px;
}
.text_tab .site_prod_nav_wrap ul.site_prod_nav > li {
	margin: 0;
}
.text_tab .site_prod_nav_wrap ul.site_prod_nav > li a {
	padding: 15px 45px;
}
.text_tab .site_prod_nav_wrap .after_line:not(:last-child):after {
	right: 0;
}

ul.site_prod_nav > li {
	float: none !important;
	position: relative;
	vertical-align: middle;
	border-width: 1px 1px 1px 0;
	border-style : solid;
	text-align: center;
	width: 33.33%;
}

ul.site_prod_nav > li:first-child {
	margin-left: 0;
	border-width: 1px 1px 1px 1px;
	width: auto;
}
ul.site_prod_nav li + li {
	margin-left: -1px;
}
ul.site_prod_nav > li:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}
ul.site_prod_nav > li:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
ul.site_prod_nav > li:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
ul.site_prod_nav > li.prod_tab_4 {
  width: 25%;
}
ul.site_prod_nav > li.prod_tab_3 {
  width: 33.3333%;
}
ul.site_prod_nav > li.prod_tab_2 {
  width: 50%;
}
.text_tab ul.site_prod_nav > li {
	display: inline-block;
	margin: 0 45px;
	border: 0;
	width: auto;
}  

.text_tab ul.site_prod_nav > li:first-child {
	border: 0;
}
.text_tab ul.site_prod_nav > li a.active {
	background-color : transparent;
}
.prod_detail_badge {
	padding-bottom: 15px;
  display: inline-flex;
  align-items: center;
}
ul.site_prod_nav li a .badge,
.prod_detail_badge .badge {
	font-family: 'Arial';
	letter-spacing: 0;
	min-width: 15px;
	min-height: 15px;
  transition: 0.3s;
	text-align: center;
  font-weight: normal;
	line-height: 15px;
	font-size: 0.85em;
	padding: 3px;
}
.text_tab ul.site_prod_nav li a .badge,
.text_tab .prod_detail_badge .badge {
	position: relative;

}
.text_tab .site_prod_nav_wrap.scroll-to-fixed-fixed {
	border: none;
}
.background_tab ul.site_prod_nav > li,
.background_tab ul.site_prod_nav > li:first-child,
.underline_tab ul.stie_prod_nav > li,
.underline_tab ul.stie_prod_nav > li:first-child {
	border: none;
}
.background_tab ul.site_prod_nav > li a.active {
	color: #ffffff;
}
.background_tab ul.site_prod_nav > li a.active .badge {
	background : none; 
}
.underline_tab ul.site_prod_nav > li {
	background: none;
	border: none;
}
.underline_tab ul.site_prod_nav > li a.active {
	background: none;
}
.unused_tab_hr {
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}
.detail_detail_wrap {
	position: relative;
}
.categorize > div[class^="detail_"] {
	padding-top: 30px;
}
.categorize > div[class^="detail_"] + div[class^="detail_"] {
	padding-top: 80px;
}
.categorize-mobile > div[class^="detail_"] {
	margin-top: 30px;
}
.categorize-mobile > div[class^="detail_"] + div[class^="detail_"] {
    padding-top: 60px;
}
.booking_view .booking_view {
	border-width : 1px 0;
	border-style : solid;
	border-color : #e3e3e3;
}
.booking_view #doz_header .scroll-to-fixed-fixed {
	position: relative !important;
	top: 0 !important;
}
.booking_view #doz_header .scroll-to-fixed-fixed + div {
	display: none !important;
}
.booking_view #doz_header .fixed_header .navbar,
.booking_view #doz_header .new_fixed_header {
	position: static !important;
	display: none !important;
}
.board_txt_area.interlock_etc_board img.fr-dib,
.board_txt_area.interlock_etc_board img.fr-dii {
	max-width: 480px;
}
.map_wrap {
	position: relative;
	z-index: 1;
}
.widget_code_disable:before {
	content: "\f04d";
	display: inline-block;
	font: normal normal normal 14px/1 "Black Tie";
	vertical-align: -14.28571429%;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-size: 3em;
	font-weight: 200;
	margin-top:-21px;
	color:#aaa
}
.widget_code_disable.map:before {
	content: "\f0ca";
}
.widget_code_disable {
	position: relative;
	top: 50%;
	left:50%;
	margin-left:-24px;
	width:100px;
}
.modal_site_login .modal_article .input_block .input_form,
.modal_site_join .modal_article .input_block .input_form {
	color: #212121;
}
.modal_site_login .modal_article .input_block .input_form input::selection {
	background-color: #000 !important;
	color: #fff !important;
}
.modal_register_payment_method article.modal_article{
  position: relative;
  width: 100%;
}
.modal_register_payment_method article.modal_article h2{
  margin-bottom: 30px;
}
.modal_register_payment_method article.modal_article button.close{
  position: absolute;
  float: unset;
  right: 24px;
}
.modal_register_payment_method article.modal_article .input_form{
  border-radius: 2px;
  font-size: 15px;
}
.modal_register_payment_method article.modal_article input[type='password'],
.modal_register_payment_method article.modal_article input[type='text']{
  border-radius: 2px;
  font-size: 15px;
}
.modal_register_payment_method article.modal_article input::placeholder{
  color: #9f9f9f
}
.modal_register_payment_method article.modal_article .mii-tit{
  margin-bottom: 8px;
}
.modal_register_payment_method article.modal_article .checkbox-group .checkbox-styled label{
  margin-bottom: 8px;
}
.modal_register_payment_method article.modal_article .checkbox span:before{
  border-color: #E0E0E0;
}
.fileupload_profile_img .over {
	display: block;
	width: 32px;
	height: 32px;
	right: -10px;
	left: auto;
	top: auto;
	bottom: 0;
	background: #999;
}
.review_top > a {
	display: inline-block;
}
.review_top > a i {
	position: relative;
	top: 2px;
	margin-right: 5px;
	font-size : 18px;
}
.review_table .tit a {
	max-width: 600px;
}
.review_table .list-group {
	line-height: 1.4;
}
.review_table .list_text_title {
	margin-bottom: 4px;
}
.review_table.li_board ul.li_body li {
	font-size: 13px;
}
.review_table.li_board ul.li_header li {
	font-size: 12px;
}
.review_table ul li.state {
	width: 10%;
}
.review_table ~ .paging-block .li_footer {
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
}
.review_table .options {
	margin-top: 10px;
}
.review_table .npay_icon {
	width: 40px;
	height: 18px;
	vertical-align: middle;
	line-height: 20px;
	position : relative;
}
.review_table .npay_icon span {
	position: absolute;
	top: 50%;
	line-height: 14px;
	margin-top: -7px;
	right: 3px;
}
.review_table .npay_icon span:first-child {
	left: 2px;
}
.review_table .list_text_title div {
	margin-left: 5px;
}
.lg-on .modal_prod_detail {
	z-index: 1040;
}
.modal_prod_detail .modal-dialog {
	width: 800px;
}
.modal_add_review .modal-dialog, .modal_widget_cartopt .modal-dialog {
	width: 462px;
}
.modal_prod_detail .use_info {
	width: 46px;
}
.modal_prod_detail .use_info img {
	border-radius: 50%;
}
.modal_add_review .form-group .form-control {
	border-radius: 4px;
	height: 42px;
	padding: 6px 12px;
}
.modal_add_review .form-group.clearfix .form-control {
	width: 49%;
	margin-left: 2%;
}
.modal_add_review .form-group.clearfix .form-control:first-child {
	margin-left: 0;
}
.modal_add_review .form-group textarea.form-control {
	height: 240px;
	resize: none;
	padding: 12px 12px 24px;
}
.modal_add_review .form-group .review_body_counter {
	position: absolute;
	right: 3px;
	bottom: 1px;
	padding: 5px;
	background: #fff;
	border-radius: 5px;
}
.modal_prod_detail .modal-header,
.modal_add_review .modal-header {
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.modal_add_review .star_point a {
	margin: 0 5px;
	font-size: 30px;
}
.modal_add_review .form-group {
	margin-bottom: 8px;
}
.modal_add_review .review_image_wrap .file-add {
	margin: 0 6px 6px 0;
	position: relative;
	display: inline-block;
	float: left;
}
.modal_add_review .review_image_wrap .file-add .img-thumb-wrap {
	width: 97px;
	height: 97px;
  overflow: hidden;
  display: inline-flex;
}
.modal_add_review .review_image_wrap .file-add .img-thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.modal_add_review .review_image_wrap .file-add .del {
	display: none;
	position: absolute;
	right: 0;
	top:0;
}
.modal_add_review .review_image_wrap .file-add:hover .del {
	width: 22px;
	height: 22px;
	background: rgba(0, 0, 0, 0.6);
	color: rgba(255, 255, 255, 0.6);
	font-size: 10px;
	display: inline-block;
	text-align: center;
	line-height: 22px;
}
.modal_add_review .btn_add_image {
	display: inline-block;
	width: 97px;
	height: 97px;
	background: #f9f9f9;
	text-align: center;
	line-height: 97px;
	border: 1px solid #E9E9EA;
	font-size: 18px;
	margin: 0 6px 6px 0;
}
.modal_add_review .comment_image_upload {
	width: 100%;
	height: 100%;
}
.modal_prod_detail .modal-header .close {
	position: absolute;
	right: 24px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
}
.modal_prod_detail .modal-header .use_title {
	padding-right: 30px;
}
.modal_prod_detail .modal-title {
	display: inline-block;
	width: 660px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.modal_prod_detail .interlock_star_point a {
	font-size: 13px;
}
.modal_prod_detail .star_point_wrap {
	margin-bottom: 4px;
}
.modal_prod_detail .interlock_star_point a,
.widget.board .interlock_star_point a {
	margin-left: 2px;
}
.modal_prod_detail .interlock_star_point a:first-child,
.widget.board .interlock_star_point a:first-child {
	margin-left: 0;
}
.modal_prod_detail .review_body,
.modal_prod_detail .qna_body {
	margin: 20px 0 40px;
	word-break: normal;
	word-wrap: break-word;
}
.modal_prod_detail .review_body img,
.modal_prod_detail .qna_body img {
	max-width: 100%;
	margin-bottom: 10px;
}
.modal_prod_detail .npay_icon {
	margin-left: 4px;
}
.modal_prod_detail .write_info span {
	margin-left: 4px;
}
.modal_prod_detail .write_info span > a {
	color: #757575;
}
.modal_prod_detail .write_info span:first-child {
	margin-left: 0 !important;
}
.modal_prod_detail .comment_section {
	padding: 4px 0;
	border-top: 1px solid #e5e5e5;
}
.modal_prod_detail .comment .main_comment {
	padding: 16px 24px 0;
}
.modal_prod_detail .comment .sub_comment_wrap .main_comment {
	padding: 16px 24px 0 68px;
}
.modal_prod_detail .comment_textarea {
	padding: 0 24px;
}
.modal_prod_detail .comment_num,
.modal_prod_detail.review .comment_textarea {
	padding: 0;
}
.modal_prod_detail.review .comment .main_comment {
	padding-left: 0;
	padding-right: 0;
	margin-top: 16px;
}
.modal_prod_detail.review .comment .sub_comment_wrap .main_comment {
	padding-left: 36px;
}
.modal_prod_detail .dropdown_comment .reply_ico {
	left: 34px;
}
.modal_prod_detail.review .dropdown_comment .reply_ico {
	left: 0;
	top: 20px;
}
.modal_prod_detail .comment_num .icon {
	font-size: 18px;
	position: relative;
	top: 2px;
}
.modal_prod_detail .comment_num em {
	margin-left: 5px;
	font-size: 14px;
}
.modal_prod_detail .postmeta.comment-comment {
	padding-left: 0;
}
.booking_view .qna_list .main_comment .comment-comment {
	margin-left: 44px;
}
.modal_prod_detail .comment .comment .comment_textarea,
.modal_prod_detail .postmeta.comment-comment,
.booking_view .postmeta.comment-comment,
.booking_view .qna_list .comment .comment .comment-comment {
	margin-left: 0;
}
.modal_prod_detail .comment .comment .block-postmeta:after {
	display: none;
}
.modal_prod_detail .comment_image_upload {
	width: 20px;
	height: 20px;
}
.modal_prod_detail .foot_btn_area .icon-picture,
.modal_prod_detail .comment_list .textarea_block .icon-picture {
	opacity: 0.4 !important;
	font-size: 16px;
}
.modal_prod_detail .foot_btn_area .icon-picture:hover,
.modal_prod_detail .comment_list .textarea_block .icon-picture:hover {
	opacity: 0.8 !important;
}

.modal_prod_detail .foot_btn_area i {
	margin-left: 5px;
}
.modal_prod_detail .comment_list .textarea_block i {
	vertical-align: middle;
}
.modal_prod_detail .comment_list .textarea_block .btn {
	float: none;
	padding: 3px 13px;
	font-size: 12px;
}
.modal_prod_detail_from_shopping_list .goods_form > header {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: rgba(0,0,0,0.1);
	margin: 0 0 20px;
	padding-bottom: 20px;
}
.modal_prod_detail_from_shopping_list .goods_form .pay_detail .comment_num_warp {
	top: 3px;
}
.modal_add_review .modal-header {
	padding: 0 24px;
	height: 50px;
	line-height: 50px;
}
.modal_prod_detail .use_info img {
	width: 36px;
	height:36px;
}
.modal_prod_detail .avatar-image,
.booking_view .avatar-image {
	width: 32px;
	height: 32px;
	border: 1px solid rgba(128, 128, 128, 0.2);
}
.modal_prod_detail .feed-summary .write {
	font-size: 12px;
	display: inherit;
}
.modal_prod_detail ._comment_body {
	font-size: 13px;
}
.modal_prod_detail .comment .tools {
	font-size: 12px;
}
.modal_prod_detail .comment .tools {
	margin: 0;
}
.modal_prod_detail .comment .tools > a {
	margin-top: 8px;
}
.modal_prod_detail .block-postmeta {
	display: table;
	width: 100%;
}
.modal_prod_detail .comment_area .comment_textarea {
	padding: 0;
	margin-top: 12px;
}
.modal_prod_detail .comment_area .comment_textarea._sub_review_editor_form {
	margin-top: 0;
}
.shop_mypage .comment_edit_form .postmeta.comment-comment,
.shop_mypage .comment .comment .comment_textarea {
	margin-left: 0;
}
.doz_sys .modal_add_review .modal-header i {
	float: none;
}
.doz_sys .modal_add_review .modal-header a {
	position: absolute;
	right: 24px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.board_title_wrap .right_tools {
	position: absolute;
	right: 0;
	top: -10px;
}
.board_title_wrap .right_tools .star_point a {
	color: #9299a3;
	font-size: 16px;
}
.layer_post .fr-wrapper {
	max-height: unset !important;
}
.li_board.review_table ul li.read,
.li_board.review_table ul li.name,
.li_board.review_table ul li.time {
	width: 15%;
	text-align: center;
}
.li_board.review_table .board_thumb_wrap{
	padding-right: 20px;
	min-width: 120px;
}

.li_board.review_table .board_thumb_wrap .board_thumb {
	width: 100px;
	height: 100px;
	background-size: cover !important;
}

.categorize .review_table ul li a.active:after {
	display: none;
}
.categorize .review_table .interlock_star_point a.bt-star {
	margin-left: 2px;
}
.categorize .review_table .interlock_star_point a.bt-star:first-child {
	margin-left: 0;
}
.reply_cnt {
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	color : #FF472D;
	margin-left: 5px;
}
.review_table.li_board ul li.tit .badge {
	margin-left: 5px;
}
#myModalReview .modal-dialog {
	width: 800px;
}
#myModalReview .modal-dialog button.close {
	position: absolute;
	top: -40px;
	right: 0;
	color: #fff;
	opacity: 0.7;
}
#myModalReview .modal-dialog button.close:hover {
	opacity: 1;
}
#myModalReview .modal-dialog button.close i {
	font-size: 20px;
}
#myModalReview .modal-table {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#myModalReview .modal-left,
#myModalReview .modal-right {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#myModalReview .modal-left {
	width: 300px;
	background: #FAFAFA;
	padding:24px;
	border-right:1px solid #ddd;
}
#myModalReview .modal-left p {
	margin-top:10px;
}
#myModalReview .modal-right {
	padding: 24px 100px;
}
#myModalReview .owl-nav {
	font-size: 16px;
}
#myModalReview .owl-prev {
	position: absolute;
	left: -65px;
	top: 50%;
	margin-top: -20px;
}
#myModalReview .owl-next {
	position: absolute;
	right: -65px;
	top: 50%;
	margin-top: -20px;
}
#myModalReview .owl-prev i,
#myModalReview .owl-next i {
	border: 1px solid #ccc;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 38px;
	color: #999;
}
#myModalReview .item-head {
	margin-bottom: 20px;
}
#myModalReview .item-foot {
	margin-top: 20px;
}
#myModalReview .item-foot button {
	padding: 8px 12px;
}
#myModalReview .modal-footer {
	padding: 0;
}
#myModalReview .modal-footer .btn-group {
	display : block;
}
#myModalReview .modal-footer .btn-group .btn {
	width: 50%;
	float: left;
	letter-spacing: 0;
	color: #000;
	padding: 10px 25px;
}
#myModalReview .modal-footer .btn-group .btn:first-child {
	border-width: 0 1px 0 0;
	border-color: #ddd !important;
	border-radius: 0;
	font-weight: normal;
}
#myModalReview .item-foot .btn:hover {
	background:#f7f7f7;
	transition:0.3s ease;
}
#myModalReview .owl-carousel .owl-item img {
	width: 160px;
	margin: 0 auto;
}

.doz_sys .custom-theme .fr-view blockquote,
.doz_sys .fr-view blockquote,
.modal .fr-view blockquote {
	padding: 10px 15px;
	margin: 0 0 20px;
	border-left: 5px solid #ccc;
	color: inherit;
	font-size: inherit;
}
.doz_sys .custom-theme .fr-view blockquote blockquote,
.doz_sys .custom-theme .fr-view blockquote blockquote blockquote,
.doz_sys .fr-view blockquote blockquote,
.doz_sys .fr-view blockquote blockquote blockquote {
	border-color : #ccc;
}
.doz_sys a.form_widget_btn {
	color:#212121 !important;
	border-color:rgba(128,128,128,0.3);
	background:#fff !important;
	overflow: hidden;
	position: relative;
}
.form-widget .form-select-wrap:before{
	color:#a6a6a6 !important;
}
.form-widget .form-select-wrap{
	color:#212121;
}
.cont .form-control {
	padding: 3px 8px;
}
.cont .form-select-wrap {
	margin-bottom: 5px;
}
.cont .form-select-wrap:before {
	margin-top: -3.5px;
	right: 18px;
}
.modal_prod_detail_from_shopping_list .talk_banner_wrap {
	display: none;
}
._widget_data.wg_animated {
	visibility: hidden;
	opacity: 0;
}
._widget_data .wg_animated,
._widget_data .wg_animated[data-widget-type="button"] {
	opacity: 0;
}
.site_alert_open .animated {
	animation-name: none !important;
	-webkit-animation-name: none !important;
  opacity: 1;
}
.full_board ._widget_data.wg_animated,
.full_board ._widget_data .wg_animated[data-widget-type="icon"],
.full_board ._widget_data .wg_animated[data-widget-type="button"] {
	visibility: visible;
	opacity: 1;
}
._widget_data.wg_animated[data-widget-type="icon"],
._widget_data.wg_animated[data-widget-type="button"],
.admin ._widget_data.wg_animated,
.admin ._widget_data .wg_animated,
.admin ._widget_data .wg_animated[data-widget-type="button"] {
	visibility: visible;
	opacity : 1;
}
.doz_modal_header {
	min-height: 50px;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 70px 15px 20px;
	display: table;
	width: 100%;
	position: relative;
}
.doz_modal_header .modal-title {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.doz_modal_header .dismiss_modal {
	position: absolute;
	right: 3px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.doz_sys .modal_site_modal_menu,
.lg-backdrop {
	z-index: 1041;
}
@media (max-width: 767px) {
	.doz_sys .modal_site_modal_menu,
	.lg-backdrop, .lg-outer, .modal-backdrop{
		max-width: 100vw;
	}
}
.doz_sys .modal_site_modal_menu .modal-dialog {
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.doz_sys .modal_site_modal_menu .modal-header {
	min-height: 50px;
	padding: 15px 70px 15px 20px;
	display: table;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.doz_sys .modal_site_modal_menu .modal-title {
	font-size: 15px;
	line-height: inherit;
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.doz_sys .modal_site_modal_menu .modal-body {
	padding: 0;
}
.modal_site_modal_menu .right-btn-tool {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	position: absolute;
	right: -16px;
	top: -16px;
	cursor: pointer;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
	z-index : 10;
}
.modal_site_modal_menu .right-btn-tool i {
	font-size: 11px;
}
.doz_sys .modal_site_modal_menu .dismiss_modal {
	position: absolute;
	right: 5px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
	padding: 6px 16px 5px;
}
.fake_cover_layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.list_review_wrap {
	list-style: none;
	padding-left: 0;
}
.categorize ul.list_review_wrap li a.active:after {
	content: none;
}
.list_review_inner {
	padding: 0.9em 0 1.2em;
	border-width: 0 0 1px 0;
	border-style: solid;
	cursor: pointer;
}
.list_review_inner .comment {
	padding: 20px 0 0;
}
.list_review_inner .comment .comment {
	padding: 20px 0 0 48px;
}
.list_review_inner .comment .main_comment {
	padding-top: 20px;
}
.list_review_inner .comment .sub_comment_wrap .comment {
	padding-left: 0;
}
.list_review_inner .dropdown_comment .reply_ico {
	top: 24px;
}
.list_review_inner .textarea_block textarea {
	font-size: 13px !important;
}
.list_review_inner .interlock_star_point a.bt-star {
	font-size: 12px;
}.list_review_inner .tabled {
	 table-layout: fixed;
 }
.list_review_inner .thumb-wrap {
  width: 80px; height: 80px; object-fit: cover; 
}
.list_review_inner .board_thumb {
  max-width: 80px;
  padding-top: calc(80/80*100%);  
	background-size: cover !important;
	position: relative ;
	border-style: solid;
	border-width: 1px;
}

.list_review_inner .txt_wrap {
	padding-right: 40px;
}
.list_review_inner .txt_wrap > div {
	max-width: 700px;
}
.list_review_inner .txt_wrap > div.body_font_color_70 > span.prod_option {
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 650px;
	overflow: hidden;
	display: block;
}
.list_review_inner .txt_wrap > div.body_font_color_70 > span.booking_option {
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 550px;
	overflow: hidden;
	display: block;
}
.list_review_inner .txt_wrap > div.text-14 {
	position: relative;
	line-height: 1.5;
}
.list_review_inner.active .txt_summary {
	text-overflow: unset;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
}
.list_review_inner .open,
.list_review_inner.active .fold,
.list_review_inner.active .txt_wrap > .thumb_detail_img_wrap,
.list_review_inner .txt_wrap .thumb_img_wrap,
.list_review_inner.active .review_tools,
.list_review_inner.active .review_comment_wrap {
	display: block;
}
.list_review_inner .txt {
	display: block;
	overflow: hidden;
}
.list_review_inner .txt.tit {
	-webkit-line-clamp: 1;
	max-width: 600px;
}
.list_review_inner .more {
	display: none;
}
.list_review_inner.overflow .more {
	display: block;
}
.list_review_inner.overflow .more.inline {
	float: right;
	shape-outside: border-box;
}
.list_review_inner.active.overflow .txt {
	max-height: none !important;
}
.list_review_inner.active .open,
.list_review_inner.active.overflow .more,
.list_review_inner .fold,
.list_review_inner .txt_wrap > .thumb_detail_img_wrap,
.list_review_inner.active .txt_wrap .thumb_img_wrap,
.list_review_inner .review_tools,
.list_review_inner .review_comment_wrap {
	display: none;
}
.list_review_inner .comment_textarea,
.modal_prod_detail.review .comment_textarea {
	padding-top: 0;
	margin: 24px 0 0;
}
.list_review_inner .comment_textarea {
	margin: 24px 0;
}
.list_review_inner .badge {
	vertical-align: unset;
}
.list_review_inner .block-postmeta,
.booking_nav_tools .block-postmeta {
	display: table;
	width: 100%;
}
.list_review_inner .avatar .avatar-image {
	width: 32px;
	height: 32px;
	border: 1px solid rgba(128, 128, 128, 0.2);
}
.list_review_inner .feed-summary .write {
	vertical-align: top;
}
.shop-content .icon-wrap,
.booking_view .icon-wrap {
	position: relative;
	top: 0.3em;
	left: -4px;
}
.list_review_inner .more strong.more-underline{
	text-decoration: underline;
}
.list_review_inner .fold.cmt {
	border-width: 0;
	border-style: solid;
}
.review-box .list_review_inner .comment_area,
.booking_body .comment_area {
	font-size: 13px;
}
.list_review_inner .use_summary {
	padding-top: 4px;
}
.star_point_wrap {
  display: inline-flex;
	line-height: 12px;
	margin-bottom: 0.5em;
}
.star_point_wrap > .bt-star {
	vertical-align: top;
}
.booking_view .star_point_wrap {
	margin-bottom: 0;
}
.booking_view .list_review_inner .use_summary {
	padding-top: 0;
	line-height: normal;
}
.list_review_inner .comment_area {
	padding: 4px 0 0 0;
	font-size: 13px;
}
.list_review_inner .comment .tools {
	font-size: 12px;
}
.modal_add_review .options {
	width: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.modal_add_review .guide_text_wrap {
	padding: 16px;
	border: 1px solid #E9E9EA;
	background: rgb(252, 252, 252);
	font-size: 12px;
}
.modal_add_review .guide_text_wrap p {
	margin: 0;
}
.modal_add_review .large-padding {
	padding: 40px;
}
.list_review_inner .comment .comment .comment_textarea,
.list_review_inner .sub_comment_wrap .postmeta.comment-comment {
	margin-left: 0;
}
.list_review_inner .txt_wrap .thumb_img_wrap .blocked {
	margin: 0 8px 0 0;
}
.list_review_inner .comment_area .file-add img {
	margin: 0;
	width: 80px;
	height: 80px;
}
.list_review_inner .comment_area .file-add-block .file-add:before {
	z-index: 1;
}
.list_review_inner .txt_delete {
	position: relative;
	margin-left: 8px;
	padding-left: 8px;
}
.list_review_inner .txt_delete:before {
	content: '';
	position: absolute;
	border-width: 0 0 0 1px;
	border-style: solid;
	width: 1px;
	height: 8px;
	left: 0;
	top: 47%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.list_review_inner .file-add-block .file-add .del,
.modal_prod_detail.review .file-add-block .file-add .del {
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.list_review_inner .badge {
	position: relative;
	top: -1px;
	margin-right: 2px;
}
.list_review_inner .review_npay {
	position: relative;
	top: 2px;
}
.list_review_inner .dummy {
	display: block;
	position: absolute;
	opacity: 0;
	left: -9999px;
}
.review_over_text_content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	color: #fff;
	text-align: center;
	line-height: 80px;
	font-size: 24px;
}
.list_review_wrap .comment .sub_comment_wrap .main_comment {
	padding-left: 46px;
}
.list_review_wrap .remove-pop {
	right: 0;
}
.modal_prod_detail.review .file-add-block .file-add {
	margin: 0 0 4px 4px;
}
.modal_prod_detail.review .file-add-block .file-add img {
	width: 80px;
	height: 80px;
	margin: 0;
}
.modal_prod_detail.review .modal-dialog {
	max-width: 902px;
	width: 100%;
}
.modal_prod_detail.review .modal-header {
	padding: 24px 24px 20px;
}
.modal_prod_detail.review .modal-header:before {
	border-bottom: 1px solid #e5e5e5;
	position: absolute;
	width: calc(100% - 48px);
	left: 24px;
	bottom: 0;
}
.modal_prod_detail.review .modal-left {
	background: rgba(42,42,42,0.06);
	width: 540px;
	height: 540px;
	text-align: center;
}
.modal_prod_detail.review .modal-left .item {
	width: 100%;
	height: 100%;
}
.modal_prod_detail.review .modal-left .item-image {
	width: auto;
	height: 100%;
	max-width: 100%;
}
.modal_prod_detail.review .modal-left .single-item {
/*line-height: 538px;*/
}

.modal_prod_detail.review .modal-left .single-item .item-image {
	height: auto;
	max-height: 100%;
}
.modal_prod_detail.review .modal-right {
	width: 360px;
}
.modal_prod_detail.review .prod_thumb_wrap {
	border: 1px solid #e5e5e5;
}
.modal_prod_detail.review .prod_thumb {
	border-right: 1px solid #e5e5e5;
}
.modal_prod_detail.review .modal-header .close {
	top: 24px;
	transform: none;
	position: absolute;
	right: 24px;
	opacity: 0.7;
	font-size: 0.9em;
	margin: 0;
}
.modal_prod_detail.review .write_info span {
	float: left;
}
.modal_prod_detail.review .write_info span {
	margin-left: 8px;
}
.modal_prod_detail.review .write_info .text_line {
	padding-right: 8px;
	font-size: 9px;
	position: relative;
	top: 1px;
}
.modal_prod_detail.review .fr-view img {
	display: none;
}
.modal_prod_detail.review .modal-body {
	overflow-y: auto;
	max-height: 439px;
	padding: 16px 24px 24px;
}
.modal_prod_detail.review .comment_section {
	border: 0;
	padding: 0;
}
.modal_prod_detail.review .comment .comment .comment_textarea {
	margin-left: 0;
}
.modal_prod_detail.review .comment {
	padding-left: 0;
	padding-top: 0;
	margin-top: 16px;
}
.modal_prod_detail.review .comment:first-child {
	padding: 0;
}
.modal_prod_detail.review .comment .comment_area {
	padding-left: 0;
}
.modal_prod_detail.review .comment .comment_area > span {
	font-size: 13px;
}
.modal_prod_detail.review .postmeta.comment-comment {
	padding-left: 0;
}
.modal_prod_detail.review .postmeta.comment-comment .thumb-avatar {
	display: none;
}
.modal_prod_detail.review .textarea_block textarea {
	min-height: 50px;
	padding-top: 0;
}
.modal_prod_detail.review .textarea_block {
	padding: 12px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
}
.modal_prod_detail.review .owl-controls {
	position: absolute;
	left: 0;
	bottom: 8px;
	text-align: center;
	width: 100%;
}
.modal_prod_detail.review .owl-carousel .owl-item img {
	width: auto;
	height: 100%;
	max-height: 540px;
	text-align: center;
	margin: 0 auto;
}
.modal_prod_detail.review .owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	border-color: rgba(255, 255, 255, 0.6);
	background-color: rgba(255, 255, 255, 0.6);
	margin: 5px 4px;
}
.modal_prod_detail.review .owl-theme .owl-dots .owl-dot.active span {
	background-color: #fff;
}
.modal_prod_detail.review .button_tools {
	color: #fff;
	font-size: 30px;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	padding: 40px 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.modal_prod_detail.review .btn.button_prev_review {
	left: -10%;
}
.modal_prod_detail.review .btn.button_next_review {
	right: -10%;
}
.no-images .modal_prod_detail.review .btn.button_prev_review {
	left: -15%;
}
.no-images .modal_prod_detail.review .btn.button_next_review {
	right: -15%;
}
.no-images .modal_prod_detail.review .modal-left {
	display: none;
}
.no-images .modal_prod_detail.review .modal-dialog {
	max-width: none;
	width: 600px;
}
.no-images .modal_prod_detail.review .modal-right {
	width: 100%;
}
.modal_prod_detail.review .icon-wrap {
	top: 0.3em;
}
.modal_prod_detail.review .prod_name,
.modal_add_review .prod_tit {
	padding-right: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 230px;
	overflow: hidden;
}
.modal_add_review .prod_tit {
	display: block;
	padding-right: 0;
	width: 300px;
}
.modal_add_review .prod_img {
	border-right: 1px solid #e5e5e5;
}
.doz_sys .modal_add_review .modal-content {
	border-radius: 4px;
}
.modal_prod_detail.review .comment_list .textarea_block .btn {
	float: right;
}
.shop_view .modal_prod_detail.review .comment_textarea .icon-wrap,
.booking_view .modal_prod_detail.review .comment_textarea .icon-wrap  {
	top: 2px;
}
.modal_prod_review_completed .modal-dialog {
	width: 320px;
}
.modal_prod_review_completed .modal-dialog .modal-body {
	padding: 40px 24px 32px 24px;
}
.modal_prod_review_completed .point_area {
	background: rgb(252, 252, 252);
	padding: 15px 16px;
	border: 1px solid #E9E9EA;
	border-radius: 2px;
}
.pms_check {
	display: none !important;
}
.board_view_review .board_txt_area .avatar,
.board_view_review .board_txt_area .author {
	vertical-align: top;
	font-size: 15px;
}

.board_view_review .board_txt_area .avatar {
  width: 86px;
  height: 70px;
  display: inline-block;
  overflow: hidden;
}

.board_view_review .board_txt_area .avatar img {
	border: 1px solid rgba(33, 33, 33, 0.12);
}
.seemore_wrap {
	display: none;
}
.seemore_detail {
	max-height: 1100px;
	overflow: hidden;
}
.seemore_detail.collapse.in,
.seemore_detail.active,
.seemore_detail.hide_seemore {
	max-height: inherit;
	overflow: visible;
}
.seemore_detail.collapse {
	display: block;
	height: auto !important;
}
.seemore_detail.collapsing {
	height: auto !important;
	transform: none;
	-webkit-transition-timing-function: unset;
	-o-transition-timing-function: unset;
	transition-timing-function: unset;
	-webkit-transition-duration: unset;
	-o-transition-duration: unset;
	transition-duration: unset;
	-webkit-transition-property: unset;
	-o-transition-property: unset;
	transition-property: unset;
}
.seemore_detail ~ .seemore_wrap .open,
.seemore_detail.active ~ .seemore_wrap .fold {
	display: block;
}
.seemore_detail ~ .seemore_wrap .fold,
.seemore_detail.active ~ .seemore_wrap .open,
.seemore_detail.hide_seemore ~ .seemore_wrap {
	display: none;
}
.seemore_wrap .open {
	position: relative;
}
.seemore_wrap .open:before {
	content: '';
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	top: -96px;
	height: 96px;
}
.btn.seemore_btn {
	width: 260px;
	height: 50px;
	padding: 0;
	line-height: 50px;
	letter-spacing: 0px;
}
.goods_form .doz-timesale-wrap, .delivery_info {
	background: rgba(0,0,0,0.03);
	padding: 16px;
}
.shop-style-b .goods_form .doz-timesale-wrap {
	max-width: 400px;
}
.shop-style-b.shop-align-center .goods_form .doz-timesale-wrap {
	margin: 12px auto 10px;
}
.doz-timesale-wrap {
	margin-top: 0.5em;
}
.goods_form .doz-timesale-wrap {
	margin-top: 12px;
}
.doz-timesale-wrap .icon-clock {
	position: relative;
	top: -0.1em;
}
.delivery_ico {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.delivery_txt {
	margin-top: 3px;
}
.delivery_info.delivery_txt .type01,
.disabled .delivery_txt .type02 {
	display: block;
}
.delivery_info.disabled .delivery_txt .type01,
.delivery_txt .type02 {
	display : none;
}
.delivery_info.disabled .delivery_ico {
	color: #b4b4b4 !important;
}
.delivery_info {
	padding: 12px 14px;
}
.delivery_txt {
	margin-top: 0;
	text-align: left;
	line-height: 1.5;
}
.delivery_ico {
	font-size: 1em !important;
	text-align: center;
	border-radius: 100%;
	width: 2.5em;
	height: 2.5em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.delivery_info > .tabled > .table-cell:first-child {
	width: 10px;
	text-align: left;
	padding-right: 0.7em;
}
.delivery_info.disabled .delivery_ico {
	background: #b4b4b4;
	color: #fff !important;
}
.goods_form .divider {
	display: inline-block;
	margin: 0 6px 0 4px;
	font-size: 0.8em;
}
.form-select-wrap .dropdown-toggle {
	display: block;
	font-size: 14px;
	padding: 8px 24px 8px 12px;
	border: 1px solid #ddd;
	transition: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	line-height: 1.42857143;
}
.goods-select-prod-additional .form-select-wrap .dropdown-toggle,
.form-select-wrap.open .dropdown-toggle {
	white-space: inherit;
}
.form-delivery .form-select-wrap .dropdown-menu {
	max-height: 240px;
	overflow-y: auto;
}
.form-select-wrap .dropdown-toggle.opacity-40 {
	pointer-events: none;
}
.form-select-wrap .dropdown-menu {
	margin: 0;
	box-shadow: none;
	border-radius: 0;
	border-top: 0;
	width: 100%;
	padding: 0;
	min-width: auto;
	max-height: 400px;
	overflow-y: auto;
	z-index: 9999;
}
.goods-select-prod-additional .form-select-wrap.open .dropdown-menu {
	display: flex;
	flex-direction: column;
	margin-top: 12px;
	padding: 8px 0;
	border-radius: 8px;
	gap: 4px;
	border: none;
	box-shadow: 0px 0px 1px 0px rgba(75, 81, 91, 0.20), 0px 0px 0px 1px rgba(75, 81, 91, 0.03), 0px 10px 14px 0px rgba(75, 81, 91, 0.06), 0px 14px 32px 0px rgba(75, 81, 91, 0.12);
}
.goods-select-prod-additional .form-select-wrap .dropdown-menu .dropdown-item {
	margin: 0 8px;
	border: none;
	border-radius: 8px;
	background-color: none !important;
	background: none !important;
}
.goods-select-prod-additional .form-select-wrap .dropdown-menu .dropdown-item > a {
	padding: 8px 12px;
}
.goods-select-prod-additional .form-select-wrap .dropdown-menu .option-name {
	color: #717680;
	padding: 4px 12px;
	font-size: 12px;
}
.goods-select-prod-additional .form-select-wrap .dropdown-menu .dropdown-item:not(.disabled):hover {
	background-color: rgb(from var(--unit-style-body_color) r g b / 0.04) !important;
}
.goods-select-prod-additional .form-select-wrap .dropdown-menu .dropdown-item:not(.disabled).selected {
	background-color: rgb(from var(--unit-style-brand_color) r g b / 0.08) !important;
}
.goods-select-prod-additional .form-select-wrap .dropdown-menu .dropdown-item:not(.disabled).selected:hover {
	background-color: rgb(from var(--unit-style-brand_color) r g b / 0.04) !important;
}
.goods-select-prod-additional .form-select-wrap .dropdown-menu .dropdown-item.disabled {
	opacity: 0.4;
}
.form-select-wrap .dropdown-menu .dropdown-item {
	border-top: 1px solid rgba(33, 33, 33, 0.2);
	position: relative;
	background: #fff;
	backdrop-filter: blur(4px);
}
.form-select-wrap .dropdown-menu .dropdown-item > a,
.form-select-wrap .dropdown-menu .dropdown-item > .tabled {
	padding: 9px 12px;
	line-height: normal;
}
.form-select-wrap .dropdown-menu .dropdown-item:first-child {
	border-top: 0 !important;
}
.form-select-wrap .dropdown-menu .dropdown-item .dropdown-tools {
	position: absolute;
	right: 12px;
	top: 9px;
}
.form-select-wrap .dropdown-menu .dropdown-item .dropdown-tools .opacity-0 {
	display: none;
}
.form-select-wrap .dropdown-menu .dropdown-item:hover {
	background: #f8f8f8;
}
.form-select-wrap.open .dropdown-toggle,
.form-select-wrap.open .dropdown-menu,
.form-select-wrap.open .dropdown-menu .dropdown-item {
	border-color: #212121;
}
.form-select-wrap.open .dropdown-menu .dropdown-item {
	border-top-color: rgba(33, 33, 33, 0.2);
}
.form-select-wrap .dropdown-menu .dropdown-item.selected {
	background: #f8f8f8;
}
.form-select-wrap .dropdown-menu .dropdown-item .tabled .table-cell:first-child {
	width: 62px;
}
.form-select-wrap .dropdown-menu .dropdown-item .tabled .table-cell .color_option {
	width: 48px;
	height: 48px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	border: 1px solid rgba(51, 51, 51, 0.1);
	position: relative;
}
.goods-select-prod-additional .color_option {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.form-select-wrap .dropdown-menu .dropdown-item .tabled .table-cell .color_option[data-style="C"] {
	border-radius: 50%;
}
.form-select-wrap .dropdown-menu .dropdown-item .tabled.opacity-40 .table-cell .color_option:before {
	content: '';
	width: 1px;
	height: 68px;
	display: block;
	position: absolute;
	background: rgba(51, 51, 51, 0.1);
	transform: rotate(45deg);
	left: 48%;
	top: -11px;
}
.form-select-wrap .dropdown-menu .dropdown-item .tabled.opacity-40 .table-cell .color_option[data-style="C"]:before {
	height: 48px;
	left: 50%;
	top: -1px;
}
.excluded_list_warp {
  padding: 0 0 20px 0;
}
.shop-content .option_box_wrap input.form-control,
.shop-content .option_box input.form-control {
	padding: 8px 12px;
}
.form-select-wrap[data-val='true'] > .dropdown-menu {
	display: block;
}
.disabled .form-select-wrap {
	opacity: 0.5;
	pointer-events: none;
}
.shop-content .option_box {
	margin-bottom: 24px;
}
.shop-content .option_box:last-child {
	margin-bottom: 0 !important;
}
.list_review_inner .textarea_block .btn,
.modal_prod_detail.review .textarea_block .btn {
	line-height : normal;
	padding: 0.5em 1em;
}
.html-popover ~ .popover {
	min-width: 200px;
}
.html-popover ~ .popover .popover-content {
	padding: 9px 12px;
}
.fake-area {
	position: absolute;
	right: 0;
	top: 0;
}
.text-underline {
	text-decoration: underline;
}
.deliv_edit_tab.nav-tabs > li {
	margin-bottom: 0;
}
.deliv_edit_tab.nav-tabs > li.active {
	margin-bottom: -1px;
	border-bottom: 1px solid #ffff;
}
#order_payment .order_wrap,
#order_payment .item_wrap {
	visibility: hidden;
}
#order_payment[data-init="Y"] .order_wrap,
#order_payment[data-init="Y"] .item_wrap {
	visibility: visible;
}
#order_payment ._deliv_button_tools,
#order_payment ._cash_idx_wrap,
#order_payment ._deposit_info_wrap,
#order_payment ._cash_receipt_wrap,
#order_payment ._cash_receipt_type_wrap,
#order_payment[data-logistics-type="CVS"] #paymentShippingWrap,
#order_payment[data-logistics-type="CVS_AFTER"] #paymentShippingWrap,
#order_payment[data-logistics-type="CVS"] .shipping_wrap,
#order_payment[data-logistics-type="CVS_AFTER"] .shipping_wrap,
#order_payment ._discount_wrap ._coupon_wrap ._use_download_coupon_list[data-apply_count="0"] ~ ._btn_coupon_clear,
#order_payment ._discount_wrap ._coupon_wrap ._use_coupon_code_list[data-apply_code=""] ~ ._btn_coupon_code_clear,
#order_payment ._discount_wrap ._point_wrap ._input_point[data-apply_point="0"] + ._btn_point_clear,
#paymentShippingWrap[data-code=""] .shipping_input_btn_group_wrap,
#paymentShippingWrap[data-mode="input"] .shipping_input_btn_group_wrap,
#paymentShippingWrap[data-mode="input"] ._deliv_edit_tab,
#paymentShippingWrap[data-list_count="0"] ._deliv_edit_tab,
#paymentShippingWrap[data-code^="a"] ._check_is_add_shipping_wrap,
#paymentShippingWrap[data-member="guest"] ._check_is_add_shipping_wrap,
#paymentShippingWrap ._shipping_item[data-is-valid-country="Y"] .shipping_country_danger_txt,
#order_payment #selectField[data-shipping-extend="N"] ._shipping_item:nth-of-type(n+4),
#order_payment #selectField[data-shipping-extend="Y"] ._btn_shipping_list_extend_wrap,
#paymentShippingWrap ._shipping_item[data-is-latest='N'] .badge_latest,
#paymentShippingWrap ._shipping_item[data-is-default='N'] .badge_default,
#paymentShippingWrap ._shipping_item[data-is-valid-country="N"] ._btn_modify,
#paymentShippingWrap ._shipping_item[data-is-valid-country="N"] ._btn_modify + .float_l,
#paymentShippingWrap ._shipping_item[data-is_checked="checked"] ._btn_modify + .float_l,
#paymentShippingWrap ._shipping_item[data-is_checked="checked"] ._btn_remove,
#paymentShippingWrap ._address_wrap[data-is-add-shipping='N'] ._check_is_default_shipping_wrap,
#order_payment ._address_wrap ._deliv_country_wrap[data-country_visible="N"] {
	display: none;
}
#order_payment[data-logistics-type="CVS"] ._deliv_button_tools,
#order_payment[data-logistics-type="CVS_AFTER"] ._deliv_button_tools,
#order_payment[data-pay-type="cash"] ._cash_idx_wrap,
#order_payment[data-pay-type="cash"] ._deposit_info_wrap,
#order_payment[data-pay-type="cash"] ._cash_receipt_wrap,
#order_payment[data-pay-type="cash"][data-cash-rceipt-request="Y"] ._cash_receipt_type_wrap,
#order_payment #paymentShippingWrap[data-code^="a"] ._check_is_default_shipping_wrap {
	display: block;
}
#order_payment[data-pay-type="cash"][data-cash-rceipt-request="Y"] ._payment_type_wrap {
	padding-bottom: 12px;
}
#order_payment ._payment_type_wrap ._pay_type_wrap_item {
	display: none;
}
#order_payment:not([data-logistics-type="CVS_AFTER"]):not([data-pay-type="free"]) ._payment_type_wrap ._pay_type_wrap_item[data-type="default"],
#order_payment[data-logistics-type="CVS_AFTER"]:not([data-pay-type="free"]) ._payment_type_wrap ._pay_type_wrap_item[data-type="cvs_after"],
#order_payment[data-pay-type="free"] ._payment_type_wrap ._pay_type_wrap_item[data-type="free"] {
	display: block;
}
.real-pay-number {
	position: absolute;
	top: 0;
	right: 0;
}
.static_section,
.static_section .inside,
.static_section .doz_row,
.static_section .col-dz {
	position: static;
}
.return_wrap.table > tbody > tr > td {
	border-top-color: #ececec;
	vertical-align: middle;
	font-size: 14px;
	padding: 14px 24px;
	min-width: 210px;
}
.bar_progress_wrap {
	height : 2px;
	position: fixed;
	width: 100%;
	z-index: 999;
}
.bar_progress {
	max-width: 100%;
	height: 100%;
	width: 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
	-webkit-transition: width .4s ease-out;
	-o-transition: width .4s ease-out;
	transition: width .4s ease-out;
	transform: rotateZ(0deg);
}
a[data-toggle="popover"]:focus {
	outline: none;
}
.btn-group-regularly-cycle {
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.btn-group-regularly-cycle a.btn{
	margin: 0 4px 4px 0;
	padding: 10px 0;
	width: calc(20% - 4px);
}
.btn-group-regularly-cycle{
  margin-right: -4px;
}
.modal_regularly_change_detail .opt_block{
  padding: 32px 24px;
}
.modal_regularly_date_list .foot-block,
.modal_regularly_change_detail .foot-block,
.modal_regularly_select_period .foot-block{
  padding: 0 24px 24px 24px;
}
.modal_regularly_change_detail #regularly_change_count_confirm,
.modal_regularly_select_period #regularly_select_period_confirm{
  color: #fff;
  margin-left: 5px;
}
.modal_regularly_change_detail .foot-block{
  display: flex;
  justify-content: flex-end;
}
.modal_regularly_change_detail .foot-block a{
  display: block;
}
.modal_regularly_date_list .order-no a{
  color: #1A6Dff;
}
.modal_regularly_date_list .order-no a:hover{
  color: #1A6Dff;
}
.modal_regularly_selected_period .btn-group-regularly-cycle a.btn:nth-child(5n) {
	padding-right: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.container-regularly {
	margin-bottom: 40px;
}
#card_info_wrap_after p.text-brand {
	margin-bottom: 8px;
}
.nav-regularly {
	margin-bottom: 22px;
}
.description-list {
	padding-left: 15px;
}
.btn.btn-white {
	background: #fff !important;
	border-color: rgba(79,79,79,0.2);
	color: #212121;
}
.btn.btn-black {
	background: #212121 !important;
	border-color: #212121 !important;
	color: #fff !important;
}
.btn.btn-xs-mypage {
	padding: 6px 10px;
	border-radius: 15px;
	height: 30px;
	font-size: 13px;
	line-height: 1.3;
	letter-spacing: 0;
	font-style: normal;
	font-weight: normal;
}
.nav.nav-tabs.nav-tabs-text-only {
	border-bottom: 0;
	padding: 4px 0 0;
}
.nav.nav-tabs.nav-tabs-text-only>li {
	margin-right: 24px;
}
.nav.nav-tabs.nav-tabs-text-only>li>a {
	padding: 8px 0;
}
.nav.nav-tabs.nav-tabs-text-only>li>a:hover, .nav.nav-tabs.nav-tabs-text-only>li>a:focus {
	background: transparent;
	border-color: transparent;
}
.nav.nav-tabs.nav-tabs-text-only>li>a .count {
	opacity: .6;
}
.nav.nav-tabs.nav-tabs-text-only>li>a.active {
	font-weight: bold;
}
.nav.nav-tabs.nav-tabs-text-only>li>a.active .count {
	opacity: 1;
}
.modal_alert_responsive .modal-content {
	max-width: 400px;
	padding: 24px 24px 16px;
	border-radius: 4px;
	color: #212121;
	margin: 0 auto;
}
.modal_alert_responsive .modal-body {
	padding: 0;
	margin-bottom: 24px;
}
.modal_alert_responsive .modal-footer {
	border: none;
}
.modal_alert_responsive .modal-footer .btn {
	font-size: 13px;
	line-height: 34px;
	padding: 0 20px;
	color: #212121;
}
.modal_alert_responsive .btn.cancel {
	background: none;
}
.modal_alert_responsive .btn.confirm {
	background: #1A6DFF;
	color: #FFFFFF;
}
.modal_alert_responsive .modal-footer .btn + .btn {
	margin-left: 8px;
}
.shop_mypage .modal_alert_responsive .modal-content{
  padding: 24px 16px 16px 24px;
}
.shop_mypage .modal_alert_responsive .modal-footer .btn + .btn{
  margin-left: 4px;
}
.modal_alert_designmode .modal-dialog {
	vertical-align: top;
}
.modal_alert_designmode .modal-content {
	width: 340px;
	padding: 20px;
	border-radius: 4px;
	margin: 0 auto;
	font-family: inherit;
}
.modal_alert_designmode .modal-body {
	padding: 0;
	margin-bottom: 40px;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #757575;
}
.modal_alert_designmode .modal-body h4 {
	font-size: 18px;
	font-weight: bold;
	color: #212121;
	margin-top: 0;
	margin-bottom: 12px;
}
.modal_alert_designmode .im-daily-skip {
	padding: 2px 20px;
	margin: 0 -20px;
	border-top: 1px solid #ddd;
	text-align: left;
}
.modal_alert_designmode .modal-footer {
	border: none;
}
.modal_alert_designmode .modal-footer .btn-wrap {
	display: flex;
	text-align: center;
}
.modal_alert_designmode .modal-footer .btn {
	border-radius: 2px;
	font-size: 13px;
	font-weight: 600;
	line-height: 34px;
	color: #212121;
	width: 100%;
	padding: 4px;
}
.modal_alert_designmode .modal-footer .btn+.btn {
	margin-left: 8px;
}
.modal_alert_designmode .btn.cancel {
	border: 1px solid #DDE5ED;
	background: none;
}
.modal_alert_designmode .btn.confirm {
	background: #1A6DFF;
	color: #FFFFFF;
	border: none;
}
.modal_alert_designmode .checkbox-styled:not(ie8) input:checked ~ span:before {
	background: #1A6DFF !important;
	border: 1px solid #1A6DFF !important;
}

@media (max-width:414px) {
	#myModalReview .modal-left {
		width: 100%;
		background: #FAFAFA;
		padding:24px;
		border-right:none;
		display:inline-block;
	}
	#myModalReview .modal-right {
		width:100%;
		display:inline-block;
	}
	#myModalReview .modal-dialog {
		width:100%;
	}
}
@media all and (max-width : 768px) {
	.shop_payment .tip-off h6,
	.booking_payment .tip-off h6 {
		font-size: 17px;
	}
	.delivery_ico {
		font-size: 15px !important;
		width: 43px;
		height: 43px;
	}
	.doz_sys .delivery_txt.text-14 {
		font-size: 14px !important;
	}
	.delivery_info {
		padding: 12px 14px !important;
	}
	.goods_detail .delivery_txt {
		line-height: 1.4;
	}
	.goods_detail .delivery_info {
		background: transparent;
		padding: 0 !important;
	}
	.option_box_wrap {
		padding: 12px 16px 16px;
		border: 1px solid #212121 !important
	}
	.shop-content .option_box {
		margin-bottom: 16px !important;
	}
	.shop-content .option_box_wrap input.form-control,
	.shop-content .option_box_wrap select.form-control,
	.shop-content .option_box input.form-control,
	.shop-content .option_box select.form-control,
	.form-select-wrap .dropdown-toggle,
	.form-select-wrap .dropdown-menu .dropdown-item > a,
	.form-select-wrap .dropdown-menu .dropdown-item > .tabled {
		padding: 10px 32px 10px 14px !important;
	}
	.m-margin-bottom-xl,
	.goods_select .margin-bottom-xxxl.m-margin-bottom-xl {
		margin-bottom: 8px !important;
	}
	.form-select-wrap .dropdown-toggle {
		padding: 9px 24px 9px 12px !important;
	}

	.m-margin-bottom-xxl {
		margin-bottom: 16px;
	}
	.form-select-wrap .dropdown-menu .dropdown-item .dropdown-tools .opacity-0 {
		display: inline-block;
	}
	.form-select-wrap .dropdown-menu .dropdown-item .dropdown-tools {
		bottom: 8px;
		left: 16px;
		top: auto;
		right: auto;
	}
	.form-select-wrap .dropdown-menu {
		overflow-y: auto;
		position: static;
	}
	.form-select-wrap .dropdown-backdrop {
		display: none;
	}
	.form-select-wrap .dropdown-menu .dropdown-item .tabled .table-cell:first-child {
		width: 62px;
	}
	.form-select-wrap .dropdown-menu .dropdown-item .tabled .table-cell .color_option {
		width: 48px;
		height: 48px;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		display: block;
		border: 1px solid rgba(51, 51, 51, 0.1);
		position: relative;
	}
	#prod_additional:has(+ #prod_additional_options > .row) > .m-margin-bottom-xxl,
	#prod_additional:has(+ #prod_additional_options > .row) > .m-margin-bottom-xxl > .margin-bottom-xxxl {
		margin-bottom: 0;
	}
	#prod_additional_options .option_title {
		display: none;
	}
	#prod_additional_options .option_box_wrap .option_title {
		display: block;
	}
	.goods-select-prod-additional .color_option {
		width: 56px;
		height: 56px;
		border-radius: 100%;
	}
	#prod_additional_sheet .color_option {
		width: 56px;
		height: 56px;
		border-radius: 100%;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		display: block;
	}
	#prod_additional_sheet_content .dropdown-item {
		border-radius: 8px;
		padding: 12px;
	}
	#prod_additional_sheet_content a, .goods_wrap .goods-select-prod-additional #btnProdAdditionalSelect {
		color: var(--semantic-text);
	}
	#prod_additional_sheet_content .dropdown-item:not(.disabled):hover {
		background-color: rgb(from var(--unit-style-body_color) r g b / 0.04) !important;
	}
	#prod_additional_sheet_content .dropdown-item:not(.disabled).selected {
		background-color: rgb(from var(--unit-style-brand_color) r g b / 0.08) !important;
	}
	#prod_additional_sheet_content .dropdown-item:not(.disabled).selected:hover {
		background-color: rgb(from var(--unit-style-brand_color) r g b / 0.04) !important;
	}
	#prod_additional_sheet_content > a.disabled,
	#prod_additional_sheet_content .dropdown-item.disabled {
		opacity: 0.4;
		pointer-events: none;
		cursor: not-allowed;
	}
	.form-select-wrap .dropdown-menu .dropdown-item .tabled .table-cell .color_option[data-style="C"] {
		border-radius: 50%;
	}
	.form-select-wrap .dropdown-menu .dropdown-item .tabled.opacity-40 .table-cell .color_option:before {
		content: '';
		width: 1px;
		height: 68px;
		display: block;
		position: absolute;
		background: rgba(51, 51, 51, 0.1);
		transform: rotate(45deg);
		left: 48%;
		top: -11px;
	}
	.form-select-wrap .dropdown-menu .dropdown-item .tabled.opacity-40 .table-cell .color_option[data-style="C"]:before {
		height: 48px;
		left: 50%;
		top: -1px;
	}
	.form-select-wrap .dropdown-menu .dropdown-item .tabled .table-cell .dropdown-tools {
		bottom: 11px;
		left: 74px;
		top: auto;
		right: auto;
	}
	.form-select-wrap .dropdown-menu {
		max-height: 190px;
	}
	div[data-widget-type="form"] .dropdown-menu.bootstrap-datetimepicker-widget {
		position: absolute;
	}
	.seemore_detail {
		max-height: 600px;
	}
	.modal_add_review .prod_tit {
		width: 210px;
	}
	.list_review_inner .txt.tit {
		max-width: 250px;
	}
	.modal_prod_detail.review .prod_name {
		width: 245px;
	}
	.modal_prod_detail .star_point_wrap {
		margin-top: 4px;
	}
	.modal_prod_detail.review .modal-header .close {
		top: 18px;
		font-size: 1.2em;
	}
	.list_review_inner .txt_wrap > div.body_font_color_70 > span.prod_option,
	.list_review_inner .txt_wrap > div.body_font_color_70 > span.booking_option {
		width: 100%;
	}
	.list_review_wrap .dropdown_comment .reply_ico {
		top: 20px;
		left: 10px;
	}
	.list_review_wrap .remove-pop {
		width: auto;
		right: auto;
		left: 15px;
	}
	.star_point_wrap {
		margin-bottom: 0;
	}
	.list_review_inner .use_summary {
		padding-top: 0;
	}
	.modal_add_review .options {
		width: 210px;
	}
	.list_review_inner {
		padding: 1.333em 0 1.6em;
	}
	.list_review_inner.active .review_tools {
		display: inline-block;
	}
	.list_review_inner .avatar {
		width: 45px;
	}
	.list_review_inner .txt_wrap {
		padding-right: 0;
		word-break: break-all;
	}
	.list_review_inner .review_npay {
		top: 2px;
	}
	.review_over_text_content {
		font-size: 20px;
		line-height: 62px;
	}
	.shop_view #ch-plugin-core > div {
		bottom: 85px !important;
	}
	.shop_view #fb-root .fb-customerchat{
		display: none !important;
	}
	.shop_view #fb-root .fb-customerchat.fb_invisible_flow{
		display: inherit !important;
	}
	.shop_view #fb-root iframe, .shop_view #fb-root .fb_dialog_content > div {
		bottom: 72px !important;
	}

	.shop_view #fb-root iframe, .shop_view #fb-root .fb_dialog_content > div,
	.shop_view #ch-plugin-core > div,
	.shop_view .shop-content .talk_preview_area .talk_banner_preview,
	.shop_view #kakao-talk-channel-chat-button{
		margin-bottom: constant(safe-area-inset-bottom) !important;
		margin-bottom: var(--safe-bottom) !important;
	}
	.shop_view #fb-root {
		z-index: 90 !important;
	}
	.board_view .fr-view .table-responsive,
	.write_mode .fr-view .table-responsive,
	.shop_view .fr-view .table-responsive,
	.booking_view .fr-view .table-responsive {
		display: block;
	}
	.board_view .fr-view table.table-responsive >thead>tr>th,
	.board_view .fr-view table.table-responsive >tbody>tr>th,
	.board_view .fr-view table.table-responsive >tfoot>tr>th,
	.board_view .fr-view table.table-responsive >thead>tr>td,
	.board_view .fr-view table.table-responsive >thead>tr>td,
	.board_view .fr-view table.table-responsive >thead>tr>td,
	.board_view .fr-view table.table-responsive >tbody>tr>td,
	.board_view .fr-view table.table-responsive >tfoot>tr>td,
	.write_mode .fr-view table.table-responsive >thead>tr>th,
	.write_mode .fr-view table.table-responsive >tbody>tr>th,
	.write_mode .fr-view table.table-responsive >tfoot>tr>th,
	.write_mode .fr-view table.table-responsive >thead>tr>td,
	.write_mode .fr-view table.table-responsive >thead>tr>td,
	.write_mode .fr-view table.table-responsive >thead>tr>td,
	.write_mode .fr-view table.table-responsive >tbody>tr>td,
	.shop_view .fr-view table.table-responsive >tfoot>tr>td,
	.shop_view .fr-view table.table-responsive >thead>tr>th,
	.shop_view .fr-view table.table-responsive >tbody>tr>th,
	.shop_view .fr-view table.table-responsive >tfoot>tr>th,
	.shop_view .fr-view table.table-responsive >thead>tr>td,
	.shop_view .fr-view table.table-responsive >thead>tr>td,
	.shop_view .fr-view table.table-responsive >thead>tr>td,
	.shop_view .fr-view table.table-responsive >tbody>tr>td,
	.booking_view .fr-view table.table-responsive >tfoot>tr>td,
	.booking_view .fr-view table.table-responsive >tfoot>tr>td,
	.booking_view .fr-view table.table-responsive >thead>tr>th,
	.booking_view .fr-view table.table-responsive >tbody>tr>th,
	.booking_view .fr-view table.table-responsive >tfoot>tr>th,
	.booking_view .fr-view table.table-responsive >thead>tr>td,
	.booking_view .fr-view table.table-responsive >thead>tr>td,
	.booking_view .fr-view table.table-responsive >thead>tr>td,
	.booking_view .fr-view table.table-responsive >tbody>tr>td,
	.booking_view .fr-view table.table-responsive >tfoot>tr>td {
		white-space: nowrap;
	}
	.modal_order_return_detail .modal-dialog,
	.modal_order_exchange_detail .modal-dialog {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 1000;
		background: #fff;
		width: 100%;
		min-height: 100%;
		overflow-y: auto;
		margin: 0;
	}
	.modal_order_return_detail .modal-content,
	.modal_order_exchange_detail .modal-content {
		box-shadow: none;
		border: 0;
	}

	.snowfall_container {
		display: none;
	}
	.board_title_wrap {
		margin-bottom: 0;
	}
	.board_write.bg_on .board_title_wrap .bg_photo {
		bottom: 10px;
		top: auto;
	}
	.board_write .board_title_wrap .bg_photo {
		bottom: 13px;
		top: auto;
	}
	.board_title_wrap .category_select > div {
		font-size: 16px;
	}
	.board_title_wrap .schedule_name {
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom :0;
		width: 120px;
	}
	.board_title_wrap .schedule_name ~ .table-cell input,
	.board_write.bg_on .title_box .board_title_wrap input {
		border-bottom :0 !important;
	}
	.board_title_wrap .category_select > div span {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
		padding: 0 15px;
		margin: 0 -15px;
		width: 100px;
	}
	.board_title_wrap .schedule_name ~ .table-cell {
		padding-left: 0;
	}
	.board_title_wrap .schedule_name:after, .category .category_select_btn:after {
		top: 14px;
	}
	.widget.board .type_masonry.masonry_01 .title,
	.widget.board .type_masonry.masonry_04 .title {
		margin-bottom :0 !important;
	}
	.product_body .comment_area,
	.product_body .comment_area > span img {
		max-width: 100% !important;
	}
	.pay_type_virtual {
		color: #757575;
		background: #FAFAFA;
		border-color: rgba(0,184,255,1);
		border-left: 4px solid rgba(0,184,255,1);
		color: #757575;
		font-size: 14px;
		padding: 15px;
		margin-bottom: 30px;
	}
	.inside .thumb-item-7 .shop-item, .inside .thumb-item-6 .shop-item, .inside .thumb-item-5 .shop-item, .inside .thumb-item-4 .shop-item, .inside .thumb-item-3 .shop-item, .inside .thumb-item-2 .shop-item, .inside .thumb-item-1 .shop-item {
		width : 100%;
	}
	.product_body {
		display: block;
		width: 100% !important;
	}
	.product_body img.fr-dib:not(.doz_lazyloading) {
		max-width: 100%;
		height: auto !important;
	}
	.product_body img.fr-dii:not(.doz_lazyloading) {
		height: auto !important;
	}
	.exchange_warp {
		background: #f3f3f3;
	}
	.exchange_warp h6 {
		margin-top: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.exchange_pay_table > div > .table-cell {
		width: 100%;
		border: 0;
	}
	.exchange_warp .hidden-sm-padding {
		padding-left: 0;
		padding-right: 0;
	}
	.exchange_form {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 30px;
	}
	.modal_prod_detail .modal-title {
		line-height: 1.42857;
		display: inline-block;
		width: 85%;
		white-space: normal;
		text-overflow: ellipsis;
		display: -webkit-box;
		display: -moz-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
@media all and (min-width : 768px) {
	.inside .thumb-item-6 .shop-item, .inside .thumb-item-5 .shop-item {
		width : 33.333333333%;
	}
	.inside .thumb-item-4 .shop-item, .inside .thumb-item-3 .shop-item {
		width : 50%;
	}
	.deliv_edit_tab.nav-tabs>li>a:hover {
		border-color: #eee #eee #eee;
	}
}
@media all and (min-width : 992px) {
	.inside .thumb-item-6 .shop-item {
		width : 20%;
	}
	.inside .thumb-item-5 .shop-item {
		width : 25%;
	}
	.inside .thumb-item-4 .shop-item, .thumb-item-3 .shop-item {
		width : 50%;
	}
}
@media all and (min-width : 1200px) {
	.inside .thumb-item-7 .shop-item {
		width : 14.28571429%;
	}
	.inside .thumb-item-6 .shop-item {
		width : 16.666666667%;
	}
	.inside .thumb-item-5 .shop-item {
		width : 20%;
	}
	.inside .thumb-item-4 .shop-item {
		width : 25%;
	}
	.inside .thumb-item-3 .shop-item {
		width : 33.333333333%;
	}
	.inside .thumb-item-2 .shop-item {
		width : 50%;
	}
	.inside .thumb-item-1 .shop-item {
		width : 100%;
	}
}
@media all and (max-width: 991px) {
	.modal_prod_detail.review ~ .btn_nav_wrap .btn.button_prev_review {
		left: -15%;
	}
	.modal_prod_detail.review ~ .btn_nav_wrap .btn.button_next_review {
		right: -15%;
	}
	.modal_prod_detail.review .modal-dialog {
		width: 540px;
	}
	.modal_prod_detail.review .modal-left {
		float: none !important;
		margin-top: 111px;
		padding: 0 16px;
		background: #fff;
		width: auto;
	}
	.modal_prod_detail.review .modal-right {
		float: none !important;
		max-width: 100%;
		background: #fff;
		width: 100%;
	}
	.modal_prod_detail.review .modal-header {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		background: #fff;
		z-index: 1;
	}
	.modal_prod_detail.review .modal-body {
		max-height: 100%;
		overflow-y: hidden;
	}
	.modal_prod_detail.review .modal-content > .clearfix {
		height: 1000px;
		overflow-y: auto;
	}
	.modal_prod_detail.review {
		margin: 80px auto;
		padding: inherit;
		background: transparent;
	}
	.modal_prod_detail.review .modal-content {
		height: auto;
	}
	#mobile_carousel_menu.inline-section-wrap {
		z-index: 98;
	}
	.shop_view .section_wrap.extend_section main > .inside .goods_form,
	.booking_view .section_wrap.extend_section main > .inside .goods_form,
	.shop_view .section_wrap main > .doz_row .goods_form,
	.booking_view .section_wrap main > .doz_row .goods_form{
		margin: 0 !important;
	}
	.shop_view .section_wrap.extend_section.side_left main > .inside .goods_form,
	.shop_view .section_wrap.extend_section.side_right main > .inside .goods_form,
	.booking_view .section_wrap.extend_section.side_left main > .inside .goods_form,
	.booking_view .section_wrap.extend_section.side_right main > .inside .goods_form {
		margin: 0 -15px !important;
	}
	.bg_on .pc_toolbar_wrap {
		position: static;
		margin-top: 350px;
	}
	.bg_on .basic-editor {
		position: relative;
		width: 100%;
		left: auto;
		top: auto;
	}
	.img_type_select {
		margin-left: 0;
	}
	.board_write.bg_on .bg_write .bg_text {
		display: none !important;
	}
	.shop-content.mypage {
		margin-top: 0;
	}
	.left-menu .cart_menu_row {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-wrap: wrap;
	}
	.left-menu .cart-menu-slide {
		display: flex;
		white-space: nowrap;
		overflow: hidden;
		margin-bottom: 32px;
	}
	.left-menu ul .cart-menu-slide li.active a:after {
		width: 100%;
		left: 0;
	}
	.left-menu ul .cart-menu-slide li {
		border: none;
		width: auto;
		flex-grow: 1;
	}
	.left-menu ul .cart-menu-slide li a span {
		padding: 0 15px;
	}
	.shop-content .left-menu ul {
		overflow      : hidden;
		margin-bottom : 0;
		padding       : 0;
	}
	.left-menu ul li {
		float      : left;
		margin     : 0;
		width      : 33.333%;
		text-align : center;
	}
	.left-menu ul li a {
		display        : block;
		line-height    : 40px;
		position       : relative;
		padding-bottom : 0;
		font-size      : 12px;
	}
	.left-menu ul li {
		border-width   : 0 1px 1px 0;
		border-style   : solid;
		border-color: rgba(0, 0, 0, 0.07);
	}
	.left-menu ul .cart_menu_row li.active a:after {
		content : '';
		border  : 0;
	}
	.left-menu ul .cart_menu_row li:nth-child(3n) {
		border-right: 0;
	}
	._coupon_list .row{
		flex-wrap: wrap;
	}
	.table-wrap.coupon .col-md-4{
		flex: 100% 0 0;
	}
    .prod_review_guide img.fr-dii {
      display: inline-block;
      max-width: 100%;
    }
}
@media all and (max-width : 767px) {
	.left-menu .cart-menu-slide {
		overflow-x: scroll;
	}
	.cart .nav.nav-tabs.nav-tabs-text-only>li, .shop_mypage .shop-content .nav.nav-tabs.nav-tabs-text-only>li {
		width: 50%;
		margin-right: 0;
		text-align: center;
		background-color: #fff;
		border-bottom: 1px solid #e5e5e5;
	}
	.nav-regularly {
		margin-left: -15px;
		margin-right: -15px;
	}
	.nav-regularly .nav-link {
		color: #757575;
		line-height: 32px;
	}
	.nav.nav-tabs.nav-tabs-text-only.nav-regularly > li > a.active {
		color: #212121;
	}
	.container-regularly {
		margin-bottom: 48px;
	}
	#card_info_wrap_after p.text-brand {
		margin-bottom: 6px;
	}
	.shop-table.regularly-table, .regularly-table.date-first {
		margin-top: 22px !important;
	}
	.shop-table.regularly-detail-table {
		margin-top: 10px !important;
	}
	.regularly-table tr.content td:not(:first-child) {
		text-align: left;
		font-size: 13px;
	}
	.regularly-table:not(.date-first) thead {
		display: block;
	}
	#shop_cart_list .shop-table > thead > tr > th,
	#shop_cart_list .shop-table > tbody > tr > td {
		border-bottom: none;
	}
	#shop_cart_list .shop-table > tbody > tr > td.img span.cart-item-remove {
		top: 0;
		right: 0;
		margin: -15px;
		padding: 15px;
		font-size: 14px;
	}
	#shop_cart_list .shop-table > tbody > tr > td.img {
		padding-right: 0;
		width: 100%;
	}
	#shop_cart_list .shop-table .cont:first-child > span > span {
		font-weight: normal;
	}
	#shop_cart_list .shop-table > tfoot {
		border-top: 12px solid rgba(33, 33, 33, 0.08);
	}
	#shop_cart_list .shop-table > tfoot .payment-info {
		padding: 20px 15px;
		border-bottom: 1px solid rgba(33, 33, 33, 0.15);
	}
	#shop_cart_list .shop-table > tfoot .payment-info > td > div + div {
		margin-top: 12px;
	}
	#shop_cart_list .shop-table > tfoot > tr > th {
		font-weight: normal;
		vertical-align: middle;
	}
	#shop_cart_list .shop-table > colgroup + thead > tr:first-child > th {
		border-top: none;
	}
	#shop_cart_list .shop-table > tbody > tr > td + td {
		border-left: none;
	}
	#shop_cart_list .shop-table > thead {
		position: sticky;
		z-index: 1;
	}
	.im-price-result {
		font-weight: bold;
		padding-bottom: 12px;
		margin-bottom: 12px;
		border-bottom: 1px solid rgba(33, 33, 33, 0.15);
	}
	.im-total-payment-info {
		padding: 20px 15px;
		font-weight: bold;
	}
	.im-total-payment-info .pay-text {
		font-size: 15px;
	}
	.shop-content .im-total-payment-info .pay-number {
		font-size: 20px !important;
	}
	.cart-btn-tools .btn,
	.cart-btn-tools .alpha_add_review_button > button {
		font-size: 13px;
		font-weight: normal;
		padding: 8px 10px;
	}
	#shop_cart_list .shop-table tbody .btn, #shop_cart_list .shop-table tbody .btn-primary {
		font-size: 14px;
		padding: 10px 12px;
	}
	#shop_cart_list .shop-table > tbody > tr.im-tr-shipping {
		padding: 12px 15px;
		overflow: visible;
	}
	#shop_cart_list .shop-tit {
		padding: 0;
		margin: 0;
		border-top: 1px solid rgba(33, 33, 33, 0.15);
	}
	.global-select {
		align-items: flex-start;
		padding: 20px 15px;
	}
	.global-select span {
		display: block;
		margin-bottom: 8px;
	}
	#shop_cart_list .shop-table > thead > tr {
		border-bottom: 1px solid rgba(33, 33, 33, 0.15);
	}
	#shop_cart_list:not(.cart_empty_wrap) .shop-table:not(#im_cart_footer), #shop_cart_list .shop-table > tbody > tr.im-tr-shipping + tr {
		border-top: 12px solid rgba(33, 33, 33, 0.08);
	}
	/* 주문 상세 관련 */
	.mypage .tip-off, .im-order-detail-table, .im-order-price {
		margin-left: -15px;
		margin-right: -15px;
	}
	.mypage .tip-off {
		padding: 16px 15px;
	}
	.im-order-header .tip-off > span:first-child {
		margin-right : 0;
	}
	.im-order-header .tip-off > span > span:first-child {
		margin-right: 8px;
	}
	.tip-off .im-flex + .im-flex, .im-order-price-body .im-flex + .im-flex {
		margin-top: 8px;
	}
	.im-order-detail-table {
		width: calc(100% + 30px);
	}
	.im-order-detail-table td {
		padding: 20px 15px;
	}
	.im-order-detail-table td:last-child {
		width: auto;
		text-align: left;
		padding-left: 120px;
		padding-top: 0;
	}
	.im-order-detail-table td:last-child .im-xs-flex-col > div {
		width: 100%;
	}
	.im-order-detail-table .im-xs-deliv-price td {
		padding: 10px 0;
		margin: 0;
		width: 100%;
		text-align: center;
	}
	.im-order-detail-table tr + tr.im-space {
		border-top: 1px solid rgba(33, 33, 33, 0.1);
	}
	.im-order-detail-table img,
	.mypage .shop-table img {
		width: 70px;
		height: 70px;
	}
	.im-order-detail-table .im-space {
		background: transparent;
	}
	.im-order-detail-table .im-space td {
		padding: 5px 15px;
	}
	.im-order-detail-table .im-space:last-child {
		display: none;
	}
	.im-order-price {
		border-top: 1px solid rgba(33, 33, 33, 0.1);
		border-bottom: 1px solid rgba(33, 33, 33, 0.1);
		padding: 8px 0 0;
	}
	.im-order-price-header {
		border-bottom: none;
	}
	.im-order-price-body > .im-flex {
		margin-top: 9px;
	}
	.im-order-row:last-child {
		padding: 17px 15px;
	}
	.im-order-price-header > span:not(:last-child) {
		font-weight: normal;
	}
	.im-order-price-header, .im-order-price-body {
		padding: 0;
	}
	.im-order-row {
		padding: 12px 15px;
	}
	.im-order-row + .im-order-row {
		border-top: 1px solid rgba(33, 33, 33, 0.1);
	}
	.im-order-price-body {
		border-left: none;
	}
	.im-label {
		width : 90px;
	}
	/* 주문 상세 관련 끝 */
	.btn.seemore_btn {
		width: 100%;
	}
	.modal_prod_detail.review .modal-header:before {
		width: calc(100% - 32px);
		left: 16px;
	}
	.no-images .modal_prod_detail.review .modal-dialog,
	.modal_prod_detail.review .modal-dialog,
	.modal_prod_detail.review .modal-left {
		width: 100%;
		height: 100%;
	}
	.modal_prod_detail.review .modal-left .owl-carousel {
		display: block;
	}
	.modal_prod_detail.review .modal-body {
		position: inherit;
	}
	.modal_prod_detail.review .user_area {
		position: absolute;
		top: 96px;
		left: 0;
		margin: 0 !important;
		padding: 16px;
	}
	.modal_prod_detail.review {
		margin: 0;
	}
	.modal_prod_detail.review .modal-left {
		margin-top: 0;
	}
	.modal_prod_detail.review .modal-content > .clearfix {
		height: auto;
		overflow-y: hidden;
		margin-top: 84px;
	}
	.no-images .modal_prod_detail.review .modal-content {
		height: 100%;
	}
	.modal_prod_detail.review .modal-content {
		overflow-y: auto;
	}
	.modal_prod_detail.review .modal-header,
	.modal_prod_detail.review .modal-body {
		padding: 16px;
	}
	.modal_prod_detail.review .button_tools {
		display: none;
	}
	.modal_prod_detail.review ~ .btn_nav_wrap .button_tools {
		background-color: rgba(0, 0, 0, 0.4) !important;
	}
	.modal_prod_detail.review ~ .btn_nav_wrap .button_tools:active,
	.modal_prod_detail.review ~ .btn_nav_wrap .button_tools:focus,
	.modal_prod_detail.review ~ .btn_nav_wrap .button_tools:active:focus {
		outline: 5px auto -webkit-focus-ring-color;
	}
	.modal_prod_detail.review ~ .btn_nav_wrap .button_tools {
		color: #fff;
		font-size: 27px;
		position: fixed;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 99999999;
		padding: 18px 14px;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.modal_prod_detail.review ~ .btn_nav_wrap .button_tools > i {
		position: relative;
		top: -3px;
	}
	.modal_prod_detail.review ~ .btn_nav_wrap .btn.button_prev_review {
		left: 0;
		padding: 10px 13px 10px 10px;
	}
	.modal_prod_detail.review ~ .btn_nav_wrap .btn.button_next_review {
		right: 0;
		padding: 10px 10px 13px 10px;
	}
	.modal_prod_detail.review ~ .btn_nav_wrap .btn.button_prev_review[aria-hidden='true'] {
		left: -62px;
	}
	.modal_prod_detail.review ~ .btn_nav_wrap .btn.button_next_review[aria-hidden='true'] {
		right: -62px;
	}
	.modal_prod_detail.review ~ .btn_nav_wrap .btn_count0 {
		display: none;
	}
	.modal_prod_detail.review .button_tools {
		font-size: 24px;
	}
	.modal_prod_detail.review .modal-left .item {
		width: 100%;
		height: 100%;
		margin-bottom: 8px;
	}
	.modal_prod_detail.review .modal-left .item:last-child {
		margin-bottom: 0;
	}
	.modal_prod_detail.review .modal-left .item-image {
		width: auto;
		height: auto;
	}
	.modal_prod_detail.review .modal-left .single-item {
		line-height: unset;
	}
	.btn-group-regularly-cycle a.btn {
    flex: calc(33.3333% - 12px);
    width: unset!important;
	}
  .modal_regularly_change_detail .opt_block{
    display: flex;
    align-items: center;
  }
  .modal_regularly_change_detail .goods_payment .opt_block .table-cell:first-child{
    margin-bottom: 0;
  }
  .modal_regularly_change_detail .opt_block > div.tabled{
    display: flex;
  }
  .modal_regularly_change_detail .opt_block > div.tabled > div{
    display: flex;
    align-items: center;
    flex: 50%
  }
  .modal_regularly_change_detail .opt_block .option_btn_wrap{
    display: flex;
    justify-content: flex-end;
  }
  .btn-group-regularly-cycle a.btn:nth-child(3n) {
    padding-right: 0;
  }
  .btn-group-regularly-cycle a.btn:nth-child(4n) {
    margin-right: 4px;
  }
	.btn-group-regularly-cycle a.btn:nth-child(5n) {
		margin-right: 4px;
    margin-bottom: 4px;
    padding-right: 0;
	}
}
@media all and (max-width : 767px) {
	.shipping_way .btn {
		margin-top: 8px;
	}
	.error_box .col-xs-3.space_top {
		width: 50%;
		padding-right: 5px !important;
	}
	.error_box .col-xs-3.space_top.btn-tools {
		width: auto;
		height: 44px;
		line-height: 44px;
		padding-left: 5px !important;
	}
	.error_box .col-xs-3.space_top.btn-tools .btn {
		height: 44px;
		line-height: 44px;
		padding: 0 16px;
	}
	#shopFormWrap .text-14,
	.shop-content.payment > div .tip-off.coupon .text-14,
	.shop-content .pay-txt,
	.shop-content .pay-number,
	.cash_receipt_type_wrap .text-14,
	.pay_type_free_wrap .text-14,
	.shop-content.payment > div .tip-off.payment_method .cash_receipt_wrap .text-14,
	.shop-content.payment > div .tip-off.payment_method .pay_cash_receipt_wrap .text-14 {
		font-size: 15px !important;
	}
	#shopFormWrap .radio-styled .text-13,
	#shopFormWrap .checkbox-styled .text-13,
	.shop-content.payment > div .tip-off.pay_area .text-13 {
		font-size: 14px !important;
	}
	.shop-content.payment > div .tip-off.payment_method .text-14,
	.shop-content.payment > div .tip-off.agree_wrap .text-14 {
		font-size: 16px !important;
	}
	.shop-content.payment > div .tip-off.payment_method .text-14.xs-text-15 {
		font-size: 15px !important;
	}
	#auto_cancel_info {
		font-size: 14px !important;
		color: #999 !important;
	}
	.pay_cash_receipt_wrap .tip-off {
		margin-top: 12px;
	}
	.tip-off.cash_receipt_type_wrap label:first-child {
		margin-right: 16px !important;
	}
	#shopFormWrap input[type="date"]::-webkit-inner-spin-button,
	#shopFormWrap input[type="date"]::-webkit-calendar-picker-indicator,
	#shopFormWrap input[type="time"]::-webkit-inner-spin-button,
	#shopFormWrap input[type="time"]::-webkit-calendar-picker-indicator {
		display: none;
		-webkit-appearance: none;
	}
	.map_contents .adress {
		max-width: 160px;
	}
	.margin-bottom-xxxxl {
		margin-bottom: 24px;
	}
	.bg_on .pc_toolbar_wrap {
		margin-top: 0;
	}
	.member_profile {
		width: 228px;
	}
	.member_profile .dropdown-profile {
		padding: 20px 24px;
	}
	.member_profile .profile-info img {
		width: 50px;
		height: 50px;
	}
	.member_profile .profile-footer a {
		padding-left: 0;
		padding-right: 0;
	}
	.product-notify-group .product-notify-label {
		width: 40%;
	}
	.product-notify-group .product-notify-value {
		width: 60%;
	}
	.post_write_left.on_library_img {
		display: block;
	}
	.post_write_left .img_tools_title {
		position: fixed;
		text-align: center;
		height: 47px;
		line-height: 47px;
		font-size: 17px;
		margin: 0;
		background: #fff;
		border-bottom: 1px solid #d5d5d5;
		font-weight: normal;
		width: 100%;
		z-index: 20;
	}
	.post_write_left .img_tools_title a.btn-dismiss {
		position: absolute;
		right: 0;
		padding: 0 15px;
		top: 2px;
		line-height: 45px;
	}
	.post_write_left .img_tools {
		width: 33.3%;
		height: 120px;
		margin:0;
	}
	.post_write_left .img_tools:after {
		border-top: 0;
		border-color: #fff;
		opacity: 1;
	}
	.post_write_left .img_tools.on .primary {
		border-radius: 50%;
		left: auto;
		right: 10px;
		top: 10px;
		font-size: 13px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.post_write_left .img_tools > a {
		display: none;
	}
	.post_write_left .img_tools.add_img i {
		font-weight: bold;
		line-height: 120px;
	}
	.library_img_list {
		margin-top:47px;
		overflow-y: auto;
		height: 100%;
	}
	.modal_add_review {
		overflow-y: hidden;
	}
	.modal_add_review .modal-dialog {
		width: 100%;
		margin: 0;
		height: 100%;
	}
	.modal_add_review .modal-dialog .modal-content {
		border: 0;
		box-shadow: none;
		border-radius: 0;
		height: 100%;
		overflow-y: auto;
	}
	.modal_add_review .modal-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 1;
	}
	.modal_add_review .modal-footer {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.modal_add_review .modal-body {
		padding: 74px 24px;
	}
	.doz_sys .modal_site_modal_menu .modal-dialog {
		margin: 50px auto;
	}
	.modal-scroll-control {
		overflow: hidden;
    overflow: clip;
	}
	.mobile-shop-open{
		overflow : hidden;
	}
	body.doz_sys.modal-open {
		overflow : hidden;
	}
	.modal_site_modal_menu .right-btn-tool {
		width: 29px;
		height: 29px;
		line-height: 28px;
		right: -14px;
		top: -14px;
	}
	.modal_site_modal_menu .right-btn-tool i {
		font-size: 9px;
	}
	.shop_payment .shop-content a[href^="tel:"] {
		color: #20252b;
	}
	.owl-dragging,
	.owl-dragging .doz-sys {
		overflow-x: hidden;
	}
	.inline-section-wrap .section_bg_color {
		transition: none;
	}
	.shop_payment .payment_title {
		line-height: 1.2;
		font_size: 16px;
	}
	.shop_payment .form-control.pay_type {
		opacity: 0;
	}
	.shop-item .item-pay > h2 {
		font-size : 13px;
	}
	.widget.movie a img,
	.blog .blog-body .img img,
	.li_table ul .post_link_wrap .board_thumb,
	.list-style-card .img-responsive,
	.widget.image_map img {
		image-rendering: auto;
	}
	.visual_section .fr-view .btn.btn-lg,
	.visual_section .fr-view .btn.btn-md,
	.visual_section .fr-view .btn.btn-sm {
		padding: 6px 22px;
	}
	.shop-item a:hover .item-overlay {
		opacity :0;
	}
	div[doz_type="text"].widget img {
		height: auto;
	}
	div[doz_type="section"]:not(.mobile_section) div[doz_type="text"].widget img {
		height: auto;
	}
	.table-responsive {
		border :0;
	}
	.board_txt_area img.fr-dib, .board_txt_area img.fr-dii {
		height: auto !important;
	}
	.visual_section .fr-view img.fr-dib, .visual_section .fr-view img.fr-dii {
		max-width: 100%;
	}
	.mobile_section .sub_menu_hide {
		display: block;
	}
	.li_table .comment-count.only-mobile,.li_footer .btn-block-right {
		right : 15px;
	}
	.product-notify-group .product-notify-label {
		width : 25%;
	}
	.product-notify-group .product-notify-value {
		width : 75%;
	}
	.shop-content.cart .bottom-btn .npay_storebtn_bx {
		float  : none !important;
		margin : 20px 0 !important;
		position : static !important;
	}
	.fr-video.fr-dvd iframe {
		width  : 100%;
		height : 100%;
	}
	.fr-video.fr-dvi iframe {
		max-width : 100%;
	}
	.doz_sys.shop_payment .section_first .doz_row {
		margin : 0;
	}
	.doz_sys.shop_payment .section_first .inside,
	.doz_sys.shop_payment .section_first .inside .doz_row .col-dz {
		padding : 0;
	}
	.shop-item h2 {
		line-height : 1.4;
	}
	.shop-item .item-detail {
    padding : 12px 0 0 !important;
	}
	.goods_thumbs {
		padding-right : 0;
		margin        : 0 -15px;
	}
	.shop-content.shop-style-b .goods_thumbs_wrap .goods_thumbs {
		max-width: none;
	}
	.shop-content.shop-style-b.shop-align-center .goods_thumbs_wrap .goods_thumbs {
		margin: 0 -15px;
	}
    .modal-open .shop-content.shop-style-b.shop-align-center .goods_thumbs_wrap .goods_thumbs {
      margin: 0;
    }
	.shop-content.shop-style-b.shop-align-center .goods_thumbs_wrap .prod-owl-list {
		margin: 0;
	}
	.booking_content .booking_body {
		padding-right : 0;
	}
	.booking_table .booking_body {
		border-width : 0;
	}
	.goods-detail > p, .shop_goods_img {
		display : none;
	}
	.goods_form {
		padding  : 0 15px;
		position : relative;
		margin   : 0 -15px;
	}
	.shop-content.shop-style-b .goods_form {
		padding: 0 15px;
	}
	.goods_form > header {
		margin-top :20px;
		margin-bottom :20px;
	}
	.goods_form h1 {
		font-size : 16px;
	}
	div[data-widget-type="shop_view"] .goods_form > header {
		margin: 20px 0;
		border : 0;
		padding: 0;
	}
	.modal_prod_detail_from_shopping_list .goods_form {
		margin-top: 15px;
	}
	.modal_prod_detail_from_shopping_list .goods_form > header {
		border: 0;
		margin: 0;
	}
	.modal_prod_detail_from_shopping_list .goods_form .goods_summary, .modal_prod_detail_from_shopping_list .goods_form .item_detail, .modal_prod_detail_from_shopping_list .goods_form .buy_btns .social_btn, .modal_prod_detail_from_shopping_list .no-sale-time {
		display: none;
	}
	.shop_view .goods_form .view_tit {
		font-size: 18px !important;
		line-height: 1.4571;
	}
	.goods_form .btn-group .btn.on span {
		color        : #fff !important;
	}
	.goods_form .ns-icon {
		vertical-align : middle;
	}
	.goods_form .pay_detail {
		padding       : 0;
		margin-bottom : 0;
		border: 0;
		width: auto;
	}
	.shop-content .pay_label {
		width: auto;
		padding-right: 0.6em;
		font-size: 13px;
		white-space: nowrap;
	}
	.pay_detail .comment_num_warp {
		display: none;

	}
	.goods_form .pay_detail > span {
		font-size: 16px !important;
	}
	.adult_item_box .box_ico {
		position: static;
		display: block;
		text-align: left;
		left: 0;
		top: 0;
		margin: 0 auto 10px;
		transform: none;
	}
	.goods_form .categorize-mobile {
		display : block;
	}
	.goods_form .categorize-mobile .btn-group {
		height : 45px;
		margin-bottom: 20px;
	}
	.goods_form .categorize-mobile .scroll-to-fixed-fixed.btn-group,
	.scroll-to-fixed-fixed.booking_btn_group {
		width: 100% !important;
		left: 0 !important;
		background: #fff;
		margin: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	}
	.goods_form .categorize-mobile .scroll-to-fixed-fixed.btn-group .btn {
		border-top:0;
		border-bottom:0;
		border-radius:0;
		border-left:0;
	}
	.goods_form .categorize-mobile .scroll-to-fixed-fixed.btn-group ._qna {
		border-right:0;
	}
	.goods_form .categorize-mobile .scroll-to-fixed-fixed-end.btn-group,
	.booking_view .btn-group.scroll-to-fixed-fixed-end {
		bottom: 0 !important;
		top: auto !important;
	}
	.shop-content .categorize-mobile .bt-share {
		position: relative;
		top: -1px;
	}
	.review_count_summary_wrap {
		margin-bottom: 10px;
	}
	.review_summary_wrap {
		display: none;
	}
	.review_summary_wrap_mobile {
		display: block;
	}
  ul.site_prod_nav > li.prod_tab_4,
  ul.site_prod_nav > li.prod_tab_3,
  ul.site_prod_nav > li.prod_tab_2{
    width: auto;
  }
	ul.site_prod_nav > li {
		vertical-align: middle;
	}
	ul.site_prod_nav > li > a {
		display: block;
    height: auto;
	}
  ul.site_prod_nav li + li {
    margin-left: -1px;
  }
  ul.site_prod_nav li {
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
  }
  ul.site_prod_nav li a .badge, .prod_detail_badge .badge {
    padding: 3px 0 4px 0;
    font-size: 0.8em;
  }
  .text_tab .site_prod_nav  {
    display: flex;
  }
	.text_tab .site_prod_nav_wrap {
		padding: 0;
	}
  .text_tab ul.site_prod_nav > li > a {
    display: inline-block;
  }
  .text_tab .site_prod_nav_wrap ul.site_prod_nav > li a{
    padding: 0
  }
  .text_tab .site_prod_nav_wrap ul.site_prod_nav > li{
    padding: 12px 8px;
  }
  ul.site_prod_nav{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    min-height: 45px;
  }
  .underline_tab ul.site_prod_nav,
  .background_tab ul.site_prod_nav,
  .button_tab ul.site_prod_nav{
    align-items: stretch;
  }
  .underline_tab ul.site_prod_nav > li,
  .background_tab ul.site_prod_nav > li,
  .button_tab ul.site_prod_nav > li{
    height: auto;
    justify-content: center;
    align-items: center;
    display: table;
  }
  .underline_tab ul.site_prod_nav > li a,
  .background_tab ul.site_prod_nav > li a,
  .button_tab ul.site_prod_nav > li a{
    display: table-cell;
    padding: 12px 8px;
  }
  ul.site_prod_nav > li a{
    height: auto;
    /*height: 100%;*/
    vertical-align: middle;
  }
	ul.site_prod_nav > li {
		margin: 0;
    flex: 1;
	}
	.text_tab .after_line:after {
		right: 0px;
	}
	.goods_form .btn.more {
		border-radius : 3px;
		width         : 100%;
	}
	.goods_form .btn-group .btn {
		border-radius  : 3px;
		color          : #999;
		line-height    : 45px;
		letter-spacing : 0;
		padding        : 0;
	}
	.goods_form .btn-group .btn span {
		background: transparent !important;
	}
	.goods_payment .opt_block.bottom {
		padding-top   : 10px;
    margin-bottom: var(--safe-bottom);
	}
	.goods_form .btn-group .btn {
		border-left  : 0;
	}
	.goods_form .opt-group {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		visibility: hidden;
		transform: translateY(100%);
		transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1),
					visibility 0.35s,
					height 0.25s cubic-bezier(0.32, 0.72, 0, 1),
					max-height 0.25s cubic-bezier(0.32, 0.72, 0, 1);
		z-index: 100;
	}
	.opt-group-bg {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #000000;
		opacity: 0;
		visibility: hidden;
		z-index: 99;
		transition: opacity 0.35s cubic-bezier(0.32, 0.72, 0, 1), visibility 0.35s;
	}
	.goods_form .goods_select,
	.goods_form .goods_payment {
		padding : 0 15px;
	}
	.goods_form .goods_wrap .form-select-wrap .dropdown-menu {
		max-height: 280px;
	}
	
	.goods_form .goods_wrap.opt_hide {
		display: block;
	}
	.mobile_focus_on .goods_form .goods_wrap {
		max-height : 250px;
	}
	.m-margin-xl {
		margin-bottom : 10px;
	}
	.m-margin-xl:last-child {
		margin-bottom : 20px;
	}
	.shop-content.open .opt-group,
	.shop-content.shop-style-b.open .opt-group  {
		visibility: visible;
		transform: translateY(0);
		padding    : 30px 0 68px;
		background : #fff;
		-webkit-box-shadow: 0 -10px 30px 0 rgba(0,0,0,0.07);
		box-shadow: 0 -10px 30px 0 rgba(0,0,0,0.07);
		border-radius: 11px 11px 0 0;
	}
	.shop-content.open .opt-group-bg {
		visibility: visible;
		opacity: 0.5;
	}
	.opt-group .opt-group-top-bg,
	#prod_additional_sheet .opt-group-top-bg {
		width: 100%;
		height: 35px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		border-radius: 11px 11px 0 0;
		background: rgba(255, 255, 255, 1) 80%;
		overflow-x: hidden;
	}
	.order_detail .space_right.error_box,
	.order_detail .space_left.error_box {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.order_detail .space_left.error_box {
		padding-top: 10px;
	}
	.doz_sys.shop_payment .shop-content > p {
		color: #999 !important;
		font-size: 13px;
	}
	.doz_sys.shop_payment .shop-content > p.text-gray {
		color: #757575 !important;
	}
	.shop_payment .shop-content .shop_item_opt > p {
		font-size: 13px;
	}
	.doz_sys.shop_payment .order_detail .text-15 {
		font-size: 16px !important;
	}
	.doz_sys.shop_payment .order_detail .text-14,
	.doz_sys.shop_payment .shop-content .shop_item_pay .text-14,
	.shop_item_thumb .product_info_wrap .shop_item_title,
	.item_wrap .tip-off.item .row.total .text-14 {
		font-size: 15px !important;
	}
	.doz_sys.shop_payment .order_detail .text-13 {
		font-size: 14px !important;
	}
	.doz_sys.shop_payment .tip-off {
		background-color: #fff !important;
	}
	.doz_sys.shop_payment .tip-off.bg-gray {
		margin-top: 0;
		background-color: #f9f9f9 !important;
	}
	.shop_payment .order_wrap .tip-off .form-select-wrap.float_l {
		width: 100%;
	}
	.shop_payment .order_wrap .tip-off .form-select-wrap.float_l:first-child {
		margin: 0;
	}
	.select_field_list .list_badge {
		position: relative;
		top: -2px;
	}
	.doz_sys.shop_payment .order_detail .form-select-wrap .form-control {
		font-size: 14px !important;
		height: 42px;
	}
	.shop-content.open .opt-group .btn_clse,
	.shop-content.shop-style-b.open .opt-group .btn_clse,
	#prod_additional_sheet .btn_clse {
		display: inline-block;
		text-align: center;
		background: url(../f/cf99a2c1_m_option_close_btn.png) no-repeat center center;
		background-size: 41px 10px;
		padding: 4px;
		width: 100%;
		height: 18px;
		position: absolute;
		left: 50%;
		top: 10px;
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		margin: 0;
		box-shadow: none;
		z-index: 1;
	}
	.shop-content input.form-control {
		background: #fff !important;
	}
	#prod_deliv_setting .form-select-wrap .dropdown-toggle {
		font-size: 14px !important;
		padding: 8px 24px 8px 12px !important;
	}
	#prod_deliv_setting .form-select-wrap .dropdown-menu .dropdown-item > a,
	#prod_deliv_setting .form-select-wrap .dropdown-menu .dropdown-item > a > span,
	#prod_deliv_setting .form-select-wrap .dropdown-menu .dropdown-item > .tabled,
	.shop-content.open .opt-group .option_box .option_title {
		font-size: 15px !important;
	}
	#prod_deliv_setting .form-select-wrap .dropdown-menu .dropdown-item > a {
		padding: 8px 12px !important;
	}
	.shop-content.open .opt-group .btn_clse .bt-angle-down {
		display: none;
	}
	.shop-content.open .opt-group .option_title {
		font-size: 15px !important;
		padding-bottom: 0;
	}
	.shop-content.open .opt-group .option_box .option_title {
		padding-bottom: 8px;
		font-weight: normal !important;
		font-size: 15px !important;
	}
	.fixed_view .btn_close {
		display    : block;
		position   : absolute;
		z-index    : 100;
		text-align : center;
		background : #fff;
		font-size  : 20px;
		padding    : 12px;
		top        : 0;
		right      : 8px;
		opacity    : 0.5;
	}
	.shop-content.open .opt-group .btn_clse > span {
		color : #000 !important;
	}
	.shopping .shop-content.open .opt-group-bg{
		height: calc(100% - 52px);
		margin-top: 52px;
	}
	.buy_btns.mobile {
		display     : block;
		padding : 0;
		margin : 0;
		position: relative;
		z-index: 101;
	}
	.buy_btns.mobile .btn {
		border-radius: 0;
		letter-spacing : 0;
		flex-grow: 1;
	}
	.buy_btns.mobile .btn.buy {
			flex-basis: 100%;
			flex-grow: 0;
			flex-shrink: 1;
	}
	.buy_btns.mobile .pay-box:not(.no-pay-btn) .defualt-cart {
			width: 48px;
	}
	.buy_btns.mobile .defualt-cart i.icon-handbag {
		font-size: 18px;
		padding-top: 0px;
	}
	.buy_btns.mobile .defualt-cart, .buy_btns.mobile ._btn_cart, .buy_btns.mobile ._btn_restock, .buy_btns.mobile .buy.im-regularly.defualt {
		border: 1px solid rgba(33, 33, 33, 0.2) !important;
	}
	.buy_btns.mobile .book_btn .btn {
		width: 100%;
	}
	.buy_btns.mobile .pay-box{
		gap: 8px;
	}
	.shop-content .buy_btns .n_pay .btn.defualt-cart {
		display: none;
	}
	.shop-content .buy_btns .n_pay .btn.defualt-cart {
		display: block;
		min-width: 48px;
		max-width: 48px;
	}
	.shop-content .buy_btns .n_pay .btn-soldout .btn.defualt-cart {
		min-width: auto;
		max-width: 100%;
	}
	.buy_btns a {
		margin-right : 0;
		width        : 100%;
	}
	.buy_btns:not(.categorize-mobile) a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.buy_btns a.opt {
		display : none;
	}
	.buy_btns a.cart, .buy_btns.pc {
		display : none;
	}
	.shop-content.open .buy_btns a.cart.im-regularly-only{
		display: none;
	}
	.buy_btns a.cart.im-regularly-only {
		display : inline-block;
	}
	.buy_btns .cart_btn, .layer_pop .bottom-btn {
		position     : fixed;
		bottom       : 0;
		width        : 100%;
		left         : 0;
		background   : #fff;
		z-index      : 9998;
		border-top   : 0;
		box-shadow   : 0px -4px 15px rgba(0, 0, 0, 0.05);
		display  	 : flex;
		padding      : 10px 15px 14px;
	}
	.shop-content:not(.im-no-cart-btn) .cart_btn_child {
		width: 50%;
		display: flex;
		flex-grow: 1;
		flex-shrink: 0;
		flex-basis: 50%;
	}

	.shop-content:not(.im-no-cart-btn) .cart_btn_child:not(.no-pay-btn):has(~ .btn) {
		flex-grow: revert;
	}
	.shop-content.im-no-cart-btn .cart_btn_child {
		display: none;
	}
	.pay-box.social_one .cart_btn_child{
		width: 50%;
	}
	.pay-box.social_one .cart_btn_child ~ .btn.buy{
		width: 50%;
	}
  .buy_btns .pay-box.no-pay-btn + .social-m-position {
    display: none;
  }
  .open:not(.detail-regularly) .buy_btns .pay-box.no-pay-btn + .social-m-position {
    display: block;
  }
	.open .pay-box.social_one .cart_btn_child,
	.open .pay-box.social_one .cart_btn_child ~ .btn.buy{
		width: 50%;
		min-width: 0;
	}
	.shop-content.im-no-cart-btn.open .pay-box .cart_btn_child ~ .btn.buy{
		width: 100%;
	}
	.cart_btn_child .btn{
		width: 100% !important;
	}
	.shop-style-a .pay-box,
	.shop-style-b .pay-box{
		width: 100%;
		flex-direction: row;
		margin: 0;
	}
	.shop-content.open div.mobile > div.cart_btn{
		border-top: 1px solid rgba(33,33,33,0.1);
		flex-direction: column;
		box-shadow: none;
    gap: 8px;
    height: min-content;
    margin-bottom: var(--safe-bottom);
	}
	.shop-style-a .social-pay,
	.shop-style-b .social-pay{
		width: 100%;
		margin-top: 0;
	}
	header.bg-back,
    .categorize-mobile .site_prod_nav_wrap.bg-back{
		z-index: 98 !important;
	}
	#prod_detail.open .buy_btns.mobile .pay-box {
    gap: 8px;
  }
	.pay-box .cart_btn_child,
	.social-pay .npay_button_box,
	.social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_contents,
	.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_list{
		gap: 8px;
	}
	/* 카카오 및 네이버 공통 부분 */
	.social-pay {
		display: none;
	}
	.pay-box .social-pay{
		display: flex;
	}
    .only-inilental .social-pay,
	.open .social-pay{
		display: flex;
	}
  .only-inilental {
    width: 100%;
    position : fixed;
    bottom: 0;
    left: 0;
  }
  .only-inilental .inirt-btn {
    margin: 0 !important;
  }
	.open .social-pay #create-kakao-checkout-button-mobile{
		height: 48px;
	}
  .pay-box.social_one + .social-m-position #naverPayWrap{
    margin-top: 0;
  }
	.open .social-pay #naverPayWrap,
	.open .social-pay #create-kakao-checkout-button-mobile{
		width: 100%;
	}
	.shop-content.im-no-cart-btn .pay-box.btn-soldout>div.cart_btn_child{
		width: 0% !important;
		min-width : 0;
	}
	.open div.cart_btn_child.btn-soldout{
		width: auto !important;
	}
	/* 네이버 페이 부분 */
	.social-pay #naverPayWrap .npay_comment,
	.social-pay #naverPayWrap ~ p{
		display: none !important;
	}
	.social-pay .npay_button_box{
		background-color : transparent !important;
	}
	.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_pay{
		font-size: 0px !important;
	}
	.social-pay #naverPayWrap .npay_storebtn_bx .btn_width{
		width: 0 !important;
	}
	.social-pay #naverPayWrap .npay_storebtn_bx{
		width: 100% !important;
		height: auto !important;
		margin: 0 !important;
	}
	.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_pay{
		height: 48px !important;
		border-color: #00DE5A !important;
		background-color: #00DE5A !important;
		background-image: url(../f/7e8c564d_m_btn_npay.svg) !important;
		background-repeat: no-repeat;
		background-size: 105px 18px !important;
		background-position: center center !important;
	}
	/* 카카오 페이 부분 */
	.social-pay #checkoutContainer.__checkout_buy_container{
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		border-top: 0 !important;
	}
	.social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_contents{
		padding: 0 !important;
		display: flex !important;
	}
	.social-pay #checkoutContainer.__checkout_buy_container .__checkout_img_buy{
		width: 100%;
		background-image: url(../f/3b97d12b_kakao_payment_logo.svg) !important;
		background-repeat: no-repeat;
		background-size: auto 18px !important;
        height: 19px;
		background-position: center center !important;
	}
	/* 카트 부분 */
	.pay-box{
		width: 100%;
		flex-direction: column;
		margin-top: 15px;
		padding-bottom: constant(safe-area-inset-bottom);
		padding-bottom: var(--safe-bottom);
	}
  .shop-content.open div.mobile .pay-box {
    padding-bottom: unset;
  }
	.pay-box .social-pay #naverPayWrap .npay_storebtn_bx,
	.pay-box .social-pay #checkoutContainer.__checkout_buy_container{
		margin: 0 !important;
	}
	.pay-box .social-pay #naverPayWrap,
	.pay-box .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_item,
	.pay-box .social-pay #create-kakao-checkout-button,
	.pay-box .social-pay #checkoutContainer.__checkout_buy_container,
	.pay-box .social-pay #checkoutContainer.__checkout_buy_container .__checkout_btn_buy{
		width: 100% !important;
		margin-right: 0 !important;
	}
	.pay-box .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_item:nth-child(2){
		width: 48px !important;
		flex: none !important;
	}
	.social-pay #checkoutContainer.__checkout_buy_container .__checkout_btn_buy{
		height: 48px !important;
	}
	.pay-box .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_pay{
		width: 100% !important;
		background-image: url(../f/7e8c564d_m_btn_npay.svg) !important;
		background-size: 105px 18px !important;
		font-size: 0px !important;
	}
	.shop-content.cart .bottom-btn .pay-box .btn.to-order,
	.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_pay,
	.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_talk,
	.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_item{
		height: 48px !important;
	}
	.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_pay .npay_logo,
	.pay-box .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_pay .npay_logo{
		background-image: url('') !important;
	}
	.pay-box .social-pay #checkoutContainer.__checkout_buy_container .__checkout_img_buy{
		background-image: url(../f/38be9bbb_pc_btn_talkcheckout.svg) !important;
		background-size: auto 18px !important;
	}
  .social-pay #checkoutContainer .__checkout_buy_container .__checkout_buy_contents .__checkout_txt_channel_tooltip, .social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_contents .__checkout_txt_channel_tooltip {
    width: 51px;
    height: 19px;
    line-height: 12px;
    padding: 4px 5px 3px;
  }
	.pay-box a.to-order{
		width: 100% !important;
		font-size: 16px !important;
	}
	.doz_sys a.cart-ctn, .doz_sys a.cart-ctn:hover{
		font-size: 16px !important;
	}
    .goods_thumbs .owl-carousel .item._item,
	.goods_thumbs .owl-carousel .owl-item img {
		width: 100%;
        height: 100%;
	}
	.buy_btns .cart_btn a {
		height      : 48px;
		line-height : 48px;
		padding     : 0;
		border      : none;
	}
	.buy_btns .social_btn {
		width        : auto;
		display      : block;
		position     : relative;
		margin       : 0 -15px;
		border-width : 1px 0 1px;
		border-style : solid;
	}
	.buy_btns.mobile.social .social_btn {
		margin       : 20px -15px;
	}
	.buy_btns .social_btn:after {
		content : '';
		clear   : both;
		display : block;
	}

	.buy_btns .social_btn .btn {
		width         : 50%;
		float         : left;
		margin-bottom : 0;
		border-radius : 0;
		padding       : 11px 25px;
		font-size     : 18px;
		line-height   : 28px;
	}
	.buy_btns.mobile .buy.im-regularly.defualt.border-none{
		border-color: transparent !important;
	}
	.pay_detail .btn.comment_num {
		display: none;
	}
	.buy_btns .social_btn .comment_num {
		border : none;
	}
	.buy_btns .social_btn .like_box {
		border-width : 0 1px 0 0;
		border-style : solid;
	}
	.buy_btns {
		margin: 12px 0;
	}
	.buy_btns .like_box i {
		font-size: 18px;
	}
	.buy_btns .like_box span {
		margin: 0 5px 0 0;
	}
	.shop-content {
		padding : 0;
	}
	.shop-content.payment {
		width : 100%;
	}
	.shop_mypage .section_wrap.extend_section main,
	.shop_cart .section_wrap.extend_section main {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.shop_mypage .section_wrap.extend_section[doz_footer_repeat="Y"] main,
	.shop_cart .section_wrap.extend_section[doz_footer_repeat="Y"] main {
		padding-left  : 0 !important;
		padding-right : 0 !important;
	}
	.inside .shop-content.cart, .shop-content.mypage {
		margin : 0 -15px;
	}
    .doz_sys main > .doz_row div[data-widget-type="shop_mypage"] {
        padding-left:15px;
        padding-right:15px;
    }
	.shop-content.open .buy_btns .cart_btn a, .layer_pop .bottom-btn a {
		display : inline-block;
		float   : right;
	}
	.shop-content .buy_btns .n_pay .naver {
		display      : block;
        flex-basis: 58px;
        flex-shrink: 0;
        flex-grow: 1;
	}
	.shop-content .buy_btns .naver{
		background   : #00DE5A !important;
		color        : #fff !important;
		border-color : #00DE5A !important;
	}
	.shop-content .buy_btns .kakaopay{
		background   : #FFDE00 !important;
		color        : #fff !important;
		border-color : #FFDE00 !important;
        flex-basis: 84px;
        flex-shrink: 0;
        flex-grow: 1;
	}
	.shop-content.open .buy_btns .cart_btn a.defualt,
	.shop-content.open .buy_btns .cart_btn a.defualt-cart,
	.shop-content.open .buy_btns .n_pay .btn.defualt-cart{
		display : none;
	}
	.shop-content.use-regularly:not(.open) .buy_btns.mobile .cart_btn_child,
	.shop-content:not(.use-regularly) .buy_btns.mobile a.im-regularly,
	.shop-content.use-regularly.detail-regularly.open .buy_btns.mobile a:not(.im-regularly),
	.shop-content.use-regularly.open:not(.detail-regularly) .buy_btns.mobile a.im-regularly,
	.shop-content.use-regularly.detail-regularly.open .buy_btns.mobile .social-pay,
	.shop-content.open .buy_btns.mobile a:not(.opt),
	.shop-content.open.im-no-buy-btn .buy_btns.mobile a.buy:not(.btn-soldout):not(.im-download),
	.shop-content.open.im-no-cart.btn .buy_btns.mobile a.cart,
	.shop-content.open.im-no-buy-btn.im-no-cart-btn .buy_btns.mobile a.buy.btn-soldout {
		display: none;
	}
	.shop-content.use-regularly:not(.open):not(.im-no-buy-btn) .buy_btns.mobile .buy.defualt,
	.shop-content.use-regularly:not(.open):not(.im-no-cart-btn) .buy_btns.mobile .buy.defualt {
		display: flex;
	}
	.shop-content.use-regularly .buy_btns.mobile .cart_btn_child {
		display: none;
	}
	.shop-content.use-regularly.open .buy_btns.mobile .btn-regularly, .shop-content.use-regularly.open .buy_btns.mobile .buy.im-regularly {
		display: none;
	}
	.shop-content.use-regularly.open:not(.im-no-cart-btn) .buy_btns.mobile .cart_btn_child {
		display: flex;
	}
	.shop-content.use-regularly.open.detail-regularly .buy_btns.mobile .social-pay,
	.shop-content.use-regularly.open.detail-regularly .buy_btns.mobile .cart_btn .buy,
	.shop-content.im-no-buy-btn.use-regularly .buy_btns.mobile a.btn.buy.opt,
	.shop-content.im-no-buy-btn.use-regularly.open .buy_btns.mobile a.btn.buy,
	.shop-content.open .buy_btns.mobile .pay-box.btn-soldout .cart_btn_child {
		display: none;
	}
	.shop-content.im-no-buy-btn.use-regularly .buy_btns.mobile a.btn.buy,
	.shop-content.use-regularly.open.detail-regularly:not(.im-no-buy-btn) .buy_btns.mobile .cart_btn a.buy.opt.im-regularly,
	.shop-content.use-regularly.open.detail-regularly:not(.im-no-cart-btn) .buy_btns.mobile .cart_btn_child .cart.opt.im-regularly {
		display: flex;
	}
	.shop-content.use-regularly:not(.open) .buy_btns .buy + .tooltip {
		display: block !important;
	}
	.shop-content.use-regularly.open .buy_btns .buy + .tooltip {
		display: none !important;
	}
	.shop-content.im-no-cart-btn.use-regularly.open .buy_btns.mobile .cart_btn a.buy {
		width: 100%;
	}
	.layer_pop.set_coupon_list .bottom-btn a.to-order {
		margin-left: 8px;
	}
	.modal_site_coupon .modal-dialog .modal-content {
		background: #F6F6F8;
	}
	.modal_site_coupon .layer_pop .top-block {
		background: #fff;
	}
	.shop-content.open .width-100 .btn,
	.shop-content.use-regularly.open.detail-regularly .width-100 .cart_btn_child .btn {
		width: 100% !important;
	}
	.shop-item img, .goods_thumbs img, .shop-table > tbody > tr > td.img img {
		image-rendering : auto !important;
	}
	.opt_block .col-control {
		overflow   : hidden;
		width      : 50%;
		float      : left;
		margin-top : 0;
	}
	.option_btn_wrap, .goods_payment .v_align {
		top : 0;
	}
	.opt_block .col-control > div {
		float : none;
		width : 100%;
	}
	.opt_block .col-control > div .option_btn_tools {
		float      : none;
		margin-top : 3px;
	}
	.opt_block .col-control > div .option_btn_tools input {
		height : 30px;
	}

	.goods_form .goods_select .opt_block span {
		line-height : 2.9;
	}
	.opt_block .align_r span {
		color       : #212121 !important;
		display     : inline-block;
		font-size   : 20px;
	}
	.goods_form .form-control {
		font-size : 12px;
		color     : #20252b;
	}
	.opt_block .option_title, .opt_block .option_data, .goods_payment .opt_block span {
		font-size : 14px;
	}
	.opt_block .align_r a {
		top: -35px;
		right: 0;
		margin-top: 0;
	}
	.goods_payment .opt_block .table {
		display: block;

	}
	.goods_payment .opt_block .table-cell {
		display: block;
	}
	.goods_payment .opt_block .table-cell:first-child {
		width: 100%;
		margin-bottom :10px;
	}
	.goods_payment .opt_block .table-cell .option_btn_tools {
		float: none;
	}
	.goods_payment .opt_block .table-cell.align_r {
		position: absolute;
		bottom: 15px;
		right: 15px;
	}
	.goods_payment .opt_block .table-cell.align_r > span {
		padding: 0;
	}
	.goods_payment .opt_block,
	.layer_pop .goods_payment .opt_block {
		padding: 15px;
		min-height: 80px;
		background: #f6f6f8;
		margin-bottom: 10px;
		border-radius: 3px 3px 0 0;
		position: relative;
		overflow: hidden;
		border :0;
	}
	.layer_pop .goods_payment .opt_block.total {
		background: none;
		padding: 0 15px 42px 15px;
	}
	.goods_payment .opt_block.bottom {
		min-height : auto;
	}
	.goods_payment .opt_block.bottom > div {
		line-height : 2.6 !important;
	}
	.product_body,.product_body .comment_section {
		margin-bottom: 20px;
	}
	.product_body .commet_list > .comment {
		padding-top: 0;
	}
	.product_body .dropdown_comment .comment_comment_wrap .comment_wrap {
		padding-bottom: 0;
	}
	.layer_pop .bottom-btn {
		gap: 8px;
		padding: 9px 15px;
	}
	.layer_pop .bottom-btn a {
		border-radius : 3px;
		flex-grow: 1;
		font-size: 14px;
	}
	.modal_site_coupon {
		padding: 0 !important;
	}
	.view_box .item_summary {
		font-size: 14px;
		margin :0;
	}
	.view_box .detail_btn {
		font-size: 14px;
	}
	.modal_site_coupon .modal-dialog {
		margin: 0;
		width: 100%;
		height: 100%;
		background: #fff;
	}
	.modal_site_coupon .modal-dialog .modal-content {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		overflow-y: auto;
		padding-bottom: 70px;
		box-shadow: none;
		border: 0;
	}
	.type-slide .thumb-row.m-list-type2 .shop-item {
		width : 100% !important;
	}
	.type-slide .thumb-row {
		width : auto !important;
	}
	.type-list .shop-item {
		width : 50% !important;
	}
	.pc_section .thumb-row .shop-item {
		padding       : 0 7.5px;
		margin-bottom : 15px;
		width         : 100%;
	}
	.pc_section .thumb-row.m-list-type2{
		margin: 0 -7.5px !important;
	}
	.pc_section .thumb-row.m-list-type2 .shop-item {
		width : 50%;
		padding: 0 7.5px !important;
	}
	.pc_section .thumb-row.m-list-type3 .shop-item {
		display : table;
		width   : 100%;
		table-layout: fixed;
	}
	.pc_section .thumb-row.m-list-type3 .shop-item > div {
		width          : 50%;
		display        : table-cell;
		vertical-align : middle;
	}
	.thumb-row.m-list-type3 .shop-item .item-detail {
		padding-left : 20px !important;
		text-align   : center;
	}
	.pc_section .thumb-row.m-list-type4 .shop-item {
		width : 33.3333333333%;
	}
	.shop-item.off .item-detail {
		display : block;
	}
	.shop-item .item-overlay .item-pay, .shop-item .item-overlay .item-pay > div {
		display : none !important;
	}
	.shop-table, .shop-table > thead, .shop-table > tbody, .shop-table > thead > tr, .shop-table > tbody > tr, .shop-table > tfoot, .shop-table > tfoot > tr {
		display : block;
	}
	.shop_sub_depth ~ .goods_wrapper {
		padding-top: 0 !important;
	}
	.shop-table > thead > tr, .shop-table > tfoot > tr, .shop-table > tbody > tr, .shop-content.cart .bottom-btn {
		padding : 10px 15px;
	}
	.shop-table.shop-table2 > thead > tr {
		padding: 10px 0;
	}
	.shop-table.shop-table2 > thead > tr > th {
		display: block;
		overflow: hidden;
	}
	.shop-table.shop-table2 > thead > tr > th span {
		float:left;
		font-size: 14px;
		color: #333;
	}
	.mypage .shop-table.shop-table2 > tbody > tr > td.img img {
		position: static;
		margin-right: 15px;
		margin-top: 0;
	}
	.shop-table.shop-table2 > thead {
		border:0;
	}
	.shop-table.shop-table2 > tbody > tr.content {
		padding: 20px 15px;
	}
	.mypage .shop-table.shop-table2 > tbody > tr > td:first-child {
		padding-left: 0;
	}
	.mypage .shop-table > tbody > tr > td.img, .mypage .shop-table > tbody > tr > td.img .table-cell {
		vertical-align: top;
	}
	.shop-table.shop-table2 > tbody > tr > td.order_title,
	.shop-table.shop-table2 > tbody > tr > td.cart-btn-tools {
		padding-left: 85px;
		text-align: left;
		width: auto !important;
	}
	.shop-table.shop-table2 > thead > tr > th a {
		float:right;
		font-size: 14px;
	}
	.shop-table.shop-table2 > tbody > tr > td.img .price {
		color:#333;
	}
	.regularly-table > thead > tr > th {
		padding: 10px 0;
	}
	.shop-table.regularly-table > tbody > tr.content {
		padding: 0;
		border: none;
	}
	.mypage .shop-table.regularly-table > tbody > tr.content > td {
		padding: 0;
	}
	.regularly-table > tbody > tr.content > td.img a {
		display: flex;
		flex-direction: row-reverse;
		padding: 16px 15px;
		border-bottom: 1px solid #e5e5e5;
	}
	.regularly-table > tbody > tr.content > td.img a:last-child {
		padding-bottom: 16px;
		border-bottom: 0;
	}
	.regularly-table > tbody > tr.content > td.img a > .table-cell:first-child img {
		margin-right: 0;
		margin-left: 15px;
	}
	.regularly-table > tbody > tr.content > td.img a > .table-cell:last-child {
		padding-left: 0;
		padding-right: 10px;
		width: 100%;
	}
	.mypage .shop-table.regularly-table > tbody > tr.content > td.hidden-sm {
		padding: 16px;
		border-top: 1px solid #e5e5e5;
		border-bottom: 0;
	}
	.regularly-table > tbody > tr.content > td.hidden-sm table span {
		padding: 2px 12px 2px 0;
	}
	.mypage .shop-table.regularly-detail-table > tbody > tr.content > td.hidden-sm {
		padding-top: 0;
		border: none;
	}
	.regularly-detail-table > tbody > tr.content > td.hidden-sm a.btn:not(:last-child) {
		margin-right: 8px;
	}
	.shop-table.regularly-table.regularly-detail-table > tbody > tr.content {
		border-bottom: 1px solid #e5e5e5;
	}
	.shop-table.regularly-table.regularly-detail-table > tbody > tr.content:last-child {
		border-bottom: 0;
	}
	#regularly_date_table {
		max-width: none;
	}
	#regularly_date_table td {
		padding: 12px 16px;
	}
	.shop-table > thead > tr > th {
		display : inline-block;
		padding : 11px 0;
		color   : #4a4a4a;
		line-height: 1;
	}
	.shop-table > thead > tr > th label {
		margin-bottom : 0;
	}
	.shop-table > thead > tr > th, .shop-table > tbody > tr > td {
		border  : 0;
		padding : 0;
	}
	.shop-table > tbody > tr {
		position     : relative;
		border-width : 0 0 1px 0;
		border-style : solid;
		overflow     : hidden;
		border-color: rgba(0, 0, 0, 0.07);
	}
	.shop-table .checkbox-styled:not(ie8) input ~ span:before {
		margin-top: -1px;
	}
	.shop-table > tbody > tr.content {
		padding : 20px 15px;
	}
	.shop-table > tbody > tr > td, .shop-table > tfoot > tr > td {
		display : inline-block;
	}
	.shop-table .im-cart-checkbox-wrap {
		padding-right: 10px;
		font-size: 16px;
	}
	.shop-table thead .im-cart-checkbox-wrap {
		padding-right: 0;
	}
	.shop-table > tbody > tr > td.img .im-cart-img-wrap {
		padding-right: 0;
	}
	.shop-table > tbody > tr > td.td-blocked {
		display : block;
		overflow: hidden;
		margin-bottom: 5px;
		margin-left: 30px;
	}
	.shop-table > tbody > tr > td.td-blocked .title {
		font-size: 14px;
	}
	.shop-table > tbody > tr > td.td-blocked .cont {
		float:right;
		font-size: 14px !important;
	}
	.shop-table > tbody > tr > td.amount {
		margin-top: 16px;
	}
	.shop-table > tbody > tr > td:nth-child(-n+2) {
		vertical-align : top;
	}
	.shop-table > thead > tr > th, .shop-table > tfoot > tr > td {
		padding : 0;
	}
	.shop-table > tbody > tr > td.slt {

	}
	.shop-table > tbody > tr > td.img img {
		width: 70px;
	}
	.shop-table > tbody > tr > td p.cart-item-title {
		padding-left: 82px;
		max-width: none;
	}
	.shop-table > tbody > tr > td.img .opt {
		clear        : both;
		padding: 0;
		margin-top: 10px;
	}
	.shop-table > tbody > tr > td.img .opt .more {
		padding: 10px 12px;
		margin: 0;
		max-width: none;
	}
	.shop-table > tbody > tr > td.img .opt .more + .more {
		border-top: 1px solid rgba(33, 33, 33, 0.1);
	}
	.shop-table > tbody > tr > td.img > a {
		display : inline-block;
		width: 100%;
	}
	.shop-table > tbody > tr > td.img p {
		width : 160px;
	}
	.shop-table > tbody > tr > td p.cart-item-title {
		width: 100%;
		padding-right: 34px;
	}
	.shop-table > tbody > tr > td.wish {
		position : absolute;
		top      : 15px;
		right    : 15px;
		border   : 0;
	}
	.shop-table > tbody > tr > td.cart-btn-tools {
		position : absolute;
		bottom   : 20px;
		left     : 40px;
	}
	.shop-table > tbody > tr > td.pay-number {
		float   : right;
		padding : 15px 0;
		min-width: 140px;
	}
	.shop-table > tfoot > tr > th {
		border: none;
		padding: 0;
	}
	.shop-table > tfoot > tr > td.amount.text-brand {
		float : right;
	}
	.shop-content.cart .bottom-btn .btn.to-order, .shop-content.cart.cart_empty_wrap .bottom-btn .btn.ctn {
		display       : block;
		border-radius : 3px;
		width         : 100%;
		height        : 45px;
		line-height   : 45px;
		padding       : 0;
	}
	.shop-content.cart .bottom-btn .btn.ctn, .shop-content.cart.cart_empty_wrap .bottom-btn .btn.to-order, .cart_empty_wrap .shop-table > tfoot, .cart_empty_wrap .shop-table > thead {
		display : none;
	}
	.shop-table > tbody > tr.payment-info > .pay-txt {
		text-align : left;
		padding    : 15px 0;
	}
	.shop-table > tbody > tr.payment-info td:first-child {
		display : none;
	}
	.shop-content.payment, .shop-content.mypage {
		margin-bottom : 0;
	}
	.shop-content.payment > div, .mypage .order_wrap, .mypage .item_wrap,.shop-content.payment > div.order_wrap {
		float : none;
		width : 100%;
	}
	.shop-content.payment > div.item_wrap {
		width: 100%;
	}
	.shop-content.payment > div.item_wrap, .mypage .item_wrap {
		margin-left : 0;
	}
	.shop-content.payment > div .tip-off {
		padding       : 20px 15px;
		margin: 8px 0 0 0;
		border: 0;
	}
	.shop-content.payment > div .tip-off.pay_area {
		padding: 15px;
	}
	.shop-content.payment > div .tip-off:first-child {
		border-top : 0;
	}
	.shop-content.payment > div.item_wrap {
		border: 0;
		margin-top: 8px;
	}
	.shop-content.payment > div.item_wrap > .margin-bottom-xxl {
		margin-bottom: 8px !important;
	}
	.btn_start_payment {
		font-size: 17px !important;
	}
	.doz_sys .shop-content input.form-control,
	.doz_sys .shop-content select.form-control,
	.doz_sys .shop-content .file-upload-form,
	.doz_sys .shop-content .file-upload-form input,
	.doz_sys .shop-content .form_file_list {
		height: 44px !important;
	}
	.doz_sys .option_btn_tools input.form-control {
		height: 36px !important;
	}
	.doz_sys .shop-content .file-upload-form label {
		font-size: 15px;
		position: relative;
		top: 5px;
	}
	.mypage .head {
		margin: 0 -15px 20px;
		padding: 30px 15px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.07);;
	}
	.mypage .head .nick {
		font-size: 18px;
		margin-left: 13px;
	}
	.mypage .head .nick .text-15 {
		font-size: 13px !important;
	}
	.mypage .head .tumbs {
		width: 70px;
	}
	.mypage .head .img-circle {
		width: 56px !important;
		height: 56px !important;
	}
	.ug_name {
		display: block;
	}
	.lp_title {
		text-align: center;
		font-size: 14px;
		margin-bottom: 14px;
	}
	.lp_summary {
		padding: 12px 0;
		background: rgba(216,216,216,0.15);
	}
	.lp_table {
		margin-top: 44px;
	}
	.ug_name .btn {
		padding: 2px 5px;
		font-size: 11px;
		display: inline-block;
		margin-left: 5px;
		border: 0;
		position: relative;
		top: -1px;
		background: #fff !important;
		letter-spacing: 0;
        border: 1px solid #D5D5D5;
	}
	.shop_mypage .popover {
		top: 0 !important;
		left: 0 !important;
		margin: 0;
		box-shadow: none;
		height: 100%;
		width: 100%;
		min-width: 100%;
		z-index: 1000;
	}
	.shop_mypage .popover-content {
		width: 100%;
		padding: 0;
	}
	.lp_content_wrap {
		padding: 24px 15px;
	}
	.lp_header_wrap {
		border-bottom: 1px solid #e5e5e5;
		padding: 0 15px;
		height: 47px;
		line-height: 47px;
	}
	.lp_header_wrap h6 {
		display: inline-block;
		margin-top: 0;
	}
	.lp_header_wrap a {
		position: absolute;
		right: 5px;
		top: 0;
		margin-right: 0;
		padding: 15px 10px;
	}
	.mypage .point-view, .mypage .coupon-view, .ug_text, .ug_btn {
		display: none;
	}
	.use_grade {
		margin: 0;
	}
	.tip-off.payment_method {
		cursor   : pointer;
		position : relative;
	}
	.tip-off.payment_method > h6 {
		display: inline-block;
	}
	.tip-off.payment_method .payment_select {
		float: right;
		position: relative;
		z-index: 11;
		pointer-events: none;
	}
	.tip-off.payment_method .payment_select .current_pay_type {
		margin-right: 10px;
		font-size: 16px;
	}
	.order_wrap .tip-off.payment_method i {
		vertical-align: middle;
		float: none;
		display: inline-block;
	}
	.tip-off.payment_method h6 {
		line-height: inherit;
	}
	.tip-off.payment_method.on h6 {
		margin-bottom: 10px;
	}
	.tip-off.payment_method select.pay_type {
		position   : absolute;
		left       : 0;
		top        : 0;
		height     : 62px;
		border     : 0;
		color      : transparent !important;
		background : none;
	}
	.tip-off.payment_method .form-select-wrap.pay_type_wrap {
		position   : absolute;
		width: 100%;
		left       : 0;
		top        : 0;
		height     : 100%;
		border     : 0;
		color      : transparent !important;
		background : none;
	}
	.tip-off.payment_method .form-select-wrap.pay_type_wrap:before {
		display: none;
	}
	.tip-off.payment_method .form-select-wrap.on {
		margin-top: 0;
	}
	.tip-off.payment_method .pay_type_wrap.row {
		margin: 0;
	}
	.tip-off.payment_method .pay_type_item.col-xs-12 {
		width: 100%;
		padding: 16px 15px 16px 0;
		border-top: 1px solid #eee;
	}
	.tip-off.payment_method .pay_type_item label {
		margin: 0;
	}
	.tip-off.coupon.on .wrapper .btn, .tip-off.privacy_no_member.on .wrapper .btn {
		height: 44px;
		line-height: 42px;
	}
	.order_wrap .tip-off:first-child {
		border-top : 0;
	}
	.shop-content.payment .bottom-btn {
		left         : 0;
		width        : 100%;
		padding      : 56px 15px 40px 15px;
		border-width : 1px 0 0 0;
		border-style : solid;
		z-index      : 10;
	}
	.shop-content.payment .bottom-btn p {
		position : absolute;
		bottom   : 0;
	}
	.shop-content.payment .bottom-btn .btn {
		width         : 100%;
		border-radius : 3px;
		padding       : 0;
		line-height   : 45px;
		height        : 45px;
	}
	.shop-content.payment .bottom-btn {
		text-align : left;
		font-size  : 13px;
	}
	.shop-content .pay-number {
		font-size : 14px;
	}
	.item_wrap .tip-off.item .row.total .text-brand {
		font-size: 18px;
	}
	.item_wrap .tip-off.item .row.total > div:first-child {
		text-align : left;
		font-size  : 15px !important;
	}
	.item_wrap .tip-off.item .row.total .text-brand.big {
		font-size : 22px;
	}
	.label-list-horizontal {
		display: block;
	}
	.label-list-horizontal li:after {
		display: none;
	}

  .address-open._widget_data {
    position: relative;
    z-index: 1000;
  }

	.modal_widget_address .modal-dialog {
		width  : 100%;
		height : 100%;
		margin : 0;
	}
	.modal_widget_address .modal-dialog .modal-content {
		border        : 0;
		box-shadow    : none;
		height        : 100%;
		border-radius : 0;
	}
	.add_container {
		padding : 0 15px;
	}
	.add_container .block {
		margin  : 0 -15px 2px;
		padding : 20px 15px;
	}
	.add_container .block i {
		right : 15px
	}
	.modal_widget_address .add_container, .personal_qna_wrap, .mypage .box-wrap, .mypage .table-wrap {
		padding : 0;
	}
	.mypage .table-wrap.coupon {
		position : relative;
		border-style :solid;
		border-width : 0 0 1px 0;
	}
	.mypage .table-wrap.coupon .row {
		padding: 0 15px;
	}
	.mypage .table-wrap.coupon:last-child {
		border :0;
	}
	.mypage .table-wrap.coupon .box-wrap {
		padding: 0 30px;
	}
	.mypage .table-wrap.coupon h6 {
		font-size: 1.2em;
		margin: 20px 16px;
	}
	.mypage .table-wrap.coupon .sale-value{
		font-size: 2em;
	}
	.mypage .table-wrap.coupon .btn-coupon{
		line-height: 1.1;
	}
	.mypage .table-wrap.wish {
		padding : 15px 0;
	}
	.mypage .mypage_coupon_list {
		margin: 0 15px;
		margin-bottom: 16px;
		max-width: none;
	}
	.mypage .coupon-wrap {
		flex: 1 0 100%;
		max-width: none;
	}
	.mypage .show-grid {
		padding-bottom : 0;
	}
	.mypage .shop-table > tbody > tr {
		padding : 20px 15px 20px 90px;
		margin  : 0 -15px;
	}
	.mypage .shop-table.shop-point-table > tbody > tr {
		padding : 20px 15px;
	}
	.mypage .shop-table.shop-point-table > tbody > tr > td:first-child {
		padding-left : 0;
	}
	.mypage .shop-table.shop-point-table > tbody > tr > td.point-date {
		color : #999;
	}
	.mypage .shop-table.shop-point-table > tbody > tr > td.point-change {
		text-align : left;
		margin-top : 4px;
		font-size  : 18px;
	}
	.mypage .shop-table.shop-point-table > tbody > tr.more {
		padding   : 0;
		font-size : 15px;
	}
	.mypage .shop-table.shop-point-table > tbody > tr.more a {
		padding : 15px;
		display : block;
	}
	.mypage .shop-table > tbody > tr > td.img p {
		width : 100%;
	}
	.mypage .shop-table > tbody > tr > td.img img {
		position     : absolute;
		left         : 15px;
		margin-right : 0;
		top          : 50%;
		margin-top   : -30px;
	}
	.mypage .shop-table.regularly-table > tbody > tr > td.prod > div {
    padding: 16px 15px;
  }
	.mypage .shop-table.regularly-table > tbody > tr > td.prod .d-flex {
    display: flex;
    flex-direction: row-reverse;
	}
  .mypage .shop-table.regularly-table > tbody > tr > td.prod .d-flex .flex-1{
    flex: 1;
    padding: 0;
  }
  .mypage .shop-table.regularly-table > tbody > tr > td.img > a {
    padding: 16px 15px;
  }
  .mypage .shop-table > tbody > tr > td.img > a {
    padding: 0;
  }
	.mypage .shop-table > tbody > tr > td.order_title > a {
		padding: 0;
		text-align: left;
	}
	.mypage .shop-table > tbody > tr > td.cart-btn-tools {
		position    : static;
		text-align  : left !important;
		padding-top : 10px;
		padding-right: 0;
		padding-bottom: 0;
	}
	.mypage .shop-table > tbody > tr > td.cart-btn-tools.mtools {
		position : absolute;
		z-index  : 1;
		display  : inline-block;
		padding  : 0;
		left     : 90px;
		bottom   : 20px;
	}
	.mypage .shop-table > tbody > tr > td.cart-btn-tools .lookup {
		position    : absolute;
		left        : 218px;
		bottom      : 20px;
		margin-left : 0 !important;
	}
	.mypage .shop-table > tbody > tr > td {
		display : block;
	}
	.mypage .shop-table > tbody > tr > td.pay em {
		font-weight : 600;
		font-size   : 16px;
	}
	.mypage .shop-table > tbody > tr.mtom {
		padding : 10px 15px;
		display : block !important;
	}
	.mypage .shop-table > tbody > tr.mtom > td {
		text-align : center;
	}
	.mypage .shop-table > tbody > tr.mtom > td span {
		color         : #fff;
		width         : 85px;
		height        : 30px;
		display       : inline-block;
		line-height   : 1.9;
		border-radius : 15px;
	}
	.mypage .shop-table.shop-table-normal {
		margin-top: 20px;
	}
	.mypage .regularly-detail-table + .shop-table.shop-table-normal {
		margin-top: 10px;
	}
	.mypage .shop-table.shop-table-normal > tbody > tr > td:first-child {
		padding: 0;
	}
	.mypage .shop-table.shop-table-normal > tbody > tr {
		padding: 12px 15px;
	}
	.mypage .shop-table.shop-table-normal > tbody > tr:first-child {
		padding-top: 20px;
	}
	.mypage .shop-table.shop-table-normal > tbody > tr:last-child {
		padding-bottom: 20px;
	}
	.mypage .shop-table.shop-table-normal > tbody > tr > td.tools {
		position: absolute;
		top: 20px;
		right: 15px;
		padding: 0;
	}
	.mypage .order-form {
		position   : fixed;
		top        : 0;
		left       : 0;
		bottom     : 0;
		z-index    : 1000;
		background : #fff;
		width      : 100%;
		min-height : 100%;
		overflow-y : auto;
	}
	.mypage .order_tit a {
		position     : absolute;
		right        : 5px;
		top          : 0;
		margin-right : 0;
		padding      : 15px 10px;
	}
	.mypage .order_tit .order-date {
		top     : 50px;
		z-index : 101;
		position: absolute;
		right: 15px;
	}
	.mypage .order-form .order_tit {
		border-bottom : 1px solid #e5e5e5;
		padding       : 0 15px;
		height        : 47px;
		line-height   : 47px;
	}
	.mypage .order_detail .row {
		padding-bottom : 30px;
	}
	.mypage .order_detail .row:last-child, .mypage .tip-off.item h6 {
		padding-bottom : 0;
	}
	.mypage .order_wrap .tip-off, .mypage .item_wrap .tip-off {
		padding       : 20px 15px;
		margin-bottom : 0;
		border-bottom : 1px solid #e5e5e5;
	}
	.mypage .tip-off,
	.im-order-detail-table,
	.im-order-price {
		border-left: none;
		border-right: none;
	}
	.mypage .item_wrap .tip-off.item, .mypage .item_wrap .tip-off.item .row.total {
		border-bottom : 0;
	}
	.mypage .item_wrap .tip-off.item .row {
		padding       : 15px 0;
		border-bottom : 1px solid #e5e5e5;
	}
	.im-order-detail-table td {
		display: block;
	}
	.mypage .more_btn {
		position      : absolute;
		border-width  : 0 0 1px 0;
		border-radius : 0;
		display       : block;
		width         : 100%;
		margin-left   : 0;
		left          : 0;
		border-color  : #ddd;
		font-size     : 15px;
		height        : 50px;
		line-height   : 2.6;
	}
	.doz_sys .im-order-header .im-order-title {
		margin-bottom: 15px;
	}
	.shop_sub_depth {
		height       : 47px;
		border-width : 0 0 1px 0;
		border-style : solid;
		border-color : #ccc;
	}
	.sub_depth {
		padding : 12px 15px;
	}
	.sub_depth li span {
		display : none;
	}
	.sub_depth li a {
		margin-right : 20px;
	}
	.sub_depth li a:after {
		display                 : inline-block;
		font                    : normal normal normal 14px/1 'Material-Design-Iconic-Font';
		text-rendering          : auto;
		-webkit-font-smoothing  : antialiased;
		-moz-osx-font-smoothing : grayscale;
		content                 : '\f2f2';
		padding-left            : 5px;
		font-size               : 20px;
		vertical-align          : middle;
	}
	.modal_widget_cartopt:before {
		display : inline;
	}
	.modal_widget_cartopt .modal-dialog {
		margin     : 0;
		width      : 100%;
		height     : 100%;
		background : #fff;
	}
	.modal_widget_cartopt .modal-content {
		box-shadow    : none;
		border-radius : 0;
		border        : 0;
	}
	.categorize {
		display : none;
	}
	.categorize ul.site_nav li a {
		font-size : 14px;
		margin    : 0 15px;
	}
	.order-form .item_wrap .tip-off.item .row .col_ctr {
		padding : 0 15px;
	}
	.order-form .item_wrap .tip-off.item .row {
		margin : 0 -15px
	}
	.goods_form .item_detail {
		padding:0;
		text-align: left;
	}
	.goods_form .goods_summary {
		padding-right: 0;
		margin-bottom: 0;
		word-wrap: break-word;
	}
	.goods_form .item_detail > .row {
		margin-bottom : 15px;
	}
	.m-padding-on {
		padding-right : 15px !important;
		padding-left  : 15px !important;
	}
	.li_table .board-head {
		padding : 0 0 5px 0;
	}
	.doz_sys main > .doz_row .m-padding-on {
		padding-left: 15px ;
		padding-right: 15px ;
	}
	.inside .m-margin-on {
		margin-left  : -15px;
		margin-right : -15px;
	}
	.no_data {
		padding : 30px 0
	}
	.modal_site_join, .modal_site_join_policy, .modal_site_find_password, .modal_site_alert, .modal_site_login, .modal_site_find_password {
		padding : 10px !important;
	}
	.modal_site_login .modal-dialog, .modal_site_join .modal-dialog, .modal_site_join_policy .modal-dialog, .modal_site_find_password .modal-dialog {
		margin-top : 0;
		margin-bottom: 500px;
	}
	.modal_site_login .modal-dialog {
		height        : 100%;
		margin-bottom : 0;
	}
	.modal_site_login .modal-content {
		-webkit-box-shadow : none;
		box-shadow         : none;
		border             : 0;
		border-radius      : 0;
		height             : 100%;
	}
	.modal_site_login article.modal_article {
		padding-top : 0 !important;
	}
	.modal_site_login .modal-header h2 {
		font-size  : 15px;
		text-align : center;
		margin     : 0;
	}
	.modal_site_login .modal-header {
		padding       : 17px 0;
		border-bottom : 1px solid #f4f4f4;
		margin-bottom : 25px;
	}
	.modal_site_login article.login .close {
		padding : 12px;
		top     : 5px;
		right   : 8px;
		opacity : 0.5;
	}
	.mypage .table-wrap .shop-item {
		width : 50%;
	}
	.cart_empty_wrap .table-wrap {
		margin-bottom : 0;
	}
	.mypage .table-wrap.no-padding-top-m {
		padding-top : 0;
	}
	.modal_quick_menu .modal-dialog {
		overflow-y : auto;
	}
	.list-style .list.line .row_tit {
		font-size : 12px;
	}
	.list-style .list.line > small.date {
		font-size   : 11px;
	}
	.list-style .list .thumb img {
		min-width  : 100px;
		min-height : 70px;
		max-width  : 120px;
	}
	.list-style .list.secret-board .thumb {
		height : 70px;
	}
	.list-style .list.secret-board .thumb .zmdi-lock {
		min-width : 100px;
	}
	.list-style .list .thumb, .list-style .list .title {
		vertical-align : middle;
	}
	.list-style .list .title a {
		margin-bottom : 0;
	}
	.list-style .list .board-block .cmt {
		font-size : 11px;
	}
	.comment-block {
		margin   : 0 -15px;
		position : relative;
	}
	.modal_widget_fullboard .comment-block{
		margin   : 0;
	}
	.comment-block .btn-gruop-wrap .tools {
		float : none;
	}
	.comment-block .btn-gruop {
		padding-left : 15px;
	}
	.mobile_right button:last-child {
		padding : 10px 15px 10px 25px;
	}
	.comment-block .btn-gruop-wrap {
		padding: 0 15px;
	}
	.modal_widget_fullboard .comment-block .btn-gruop-wrap {
		padding : 0;
	}
	.comment-block .btn-gruop-wrap .btn-gruop {
		padding : 0;
	}
	.board_summary {
		margin  : 0 -15px;
		padding : 0 15px;
	}
	.board_view .board_summary {
    border-bottom: 0;
    padding-top: 15px;
  }
  .bubble_box .board_summary {
		display: flex;
		padding-right: 0;
		padding-left: 0;
	}
	.board_view .board_txt_area {
		padding-top :22px;
	}
	.textarea_block {
		padding: 12px;
	}
	.sub_qna_form .postmeta.comment-comment,
	.sub_comment_wrap .postmeta.comment-comment {
		margin-left: 43px;
	}
	.booking_view .sub_comment_wrap .postmeta.comment-comment,
	.shop_mypage .sub_comment_wrap .postmeta.comment-comment,
	.modal_prod_detail .sub_comment_wrap .postmeta.comment-comment {
		margin-left: 0;
	}
	.comment .comment,
	.comment .main_comment,
	.comment {
		padding-top: 16px;
	}
	.comment .comment .block-postmeta:after {
		top: 40px;
	}
	.comment_edit_form {
		margin: -32px 0 0 45px !important;
	}
	.extend_section .grid_ignore+.board_summary {
		padding: 15px 0;
	}
	.grid_ignore + .board_summary {
		padding   : 15px 0 0 0;
		top       : 0;
		left      : 0;
		max-width : 100%;
		width     : 100%;
		margin    : 0;
		height: 50px;
	}
	.grid_ignore + .board_summary .clearfix {
		display: table;
		width :100%;
		height: 100%;
	}
	.grid_ignore + .board_summary .clearfix .avatar {
		width: 30px;
	}
	.btn-gruop-wrap .mobile_right button:last-child {
		padding : 10px 25px 10px 0;
	}

	.widget.board .grid_ignore .clearfix {
		width         : 100%;
		padding       : 7px 15px;
		border-bottom : 1px solid #e5e5e5
	}
	.widget.board .grid_ignore .author .date, .widget.board .grid_ignore .author .hit-count {
		font-size : 12px;
	}
	.widget.board .grid_ignore {
		padding : 0;
		position: relative;
	}
	.widget.board .grid_ignore:before {
		content: '';
		display: block;
		border-bottom: 1px solid rgba(0,0,0,1);
		opacity: 0.15;
		position: absolute;
		bottom: 0;
		width: calc(100% - -30px);
		left: -15px;
	}
	.board_view .header, .grid_ignore.bg_on .board_summary {
		margin : 0;
	}
	.board_txt_area {
		font-size : 15px;
	}
	.comment_area,
	.goods_form .comment_area p {
		font-size : 14px;
	}
	.board_summary .write {
		font-size : 14px;
	}
	.comment_area img {
		max-width: 100%;
	}
	.avatar-image {
		width: 32px;
		height: 32px;
	}
	.list_tap {
		margin-left  : -15px;
		margin-right : -15px;
	}
	.widget.board .grid_ignore.bg_on .clearfix {
		border  : none;
		padding : 7px 15px;
	}
	.widget.board .grid_ignore .author .write {
		font-size : 13px;
		border    : none;
	}
	.widget.board .grid_ignore .author .hit-count,
	.widget.board .grid_ignore .author .date {
		margin  : 0;
		padding : 0 10px 0 0;
		border  : none;
		float   : none;
		display : inline-block;
	}
	.widget.board .grid_ignore .view_tit,
	.board_view .header .view_tit {
		margin      : 0;
		padding: 4px 0 15px;
		position    : static;
	}
	.board_view .header .view_tit {
		max-width: 100%;
		padding: 7.5px 30px 15px 0;
		display: block;
	}
	.widget.board .board_view_review .grid_ignore div.view_tit {
		padding: 0;
	}
	.board_view_review header div.view_tit {
		padding: 7.5px 0 0 0;
	}
	.board_view_review header p.view_tit {
		padding-top: 0;
	}
	.widget.board .grid_ignore.bg_on .view_tit {
		text-align : center;
		padding    : 0 15px;
	}
	.full_board .doz_row {
		margin-left  : -15px;
		margin-right : -15px;
	}
	.extend_section .full_board .doz_row {
		margin-left: 0;
		margin-right: 0;
	}
	.board_view {
		padding : 0 15px;
		margin  : 0 -15px;
	}
	.widget.board.m-margin-on .board_view {
		margin: 0;
		padding: 0;
	}
	.widget.board.m-margin-on.no-follow-grid .board_view,
	.full_board .board_view {
		margin : 0;
		padding: 0 15px;
	}
	.board_view .header {
		margin : 0;
	}
	.grid_ignore.bg_on .board_summary {
		margin        : 0;
		width         : 100%;
		position      : absolute;
		top           : -175px;
		border-bottom : 0;
	}
	.widget.board .grid_ignore.bg_on .mobile_right {
		top     : auto;
		right   : 7px;
		padding : 3px;
		bottom: -50px;
	}
	.widget.board .grid_ignore.bg_on {
		min-height    : 300px;
		padding       : 125px 0;
		top           : 0;
	}
	.widget.board .grid_ignore .author .tools {
		display : none;
	}
	.board_summary .tools .board-summary-icon {
		font-size : 20px;
	}
	.widget.board .bg_on .grid_ignore_wrap, .widget.board .bg_on .grid_ignore_wrap .notice {
		padding    : 0;
		margin     : 0;
		text-align : center;
	}
	.widget.board .grid_ignore_wrap {
		max-width   : 100%;
		padding : 15px 30px 15px 0;
		text-align  : left;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
	}
	.widget.board .grid_ignore .board_tit {
		margin-top : 0;
		display    : none;
	}
	.widget.board .grid_ignore.bg_on .board_tit {
		display : block;
	}
	.board_view .inside .board_txt_area {
		padding : 20px 0 ;
		margin  : 0;
	}
	.view_box .repeat_area > div.box_thumb {
		padding-right : 15px;
	}
	.view_box .repeat_area > div.box_thumb img {
		max-width : 75px;
	}
	.modal_widget_search .modal-content a.bt-times {
		padding   : 15px;
		font-size : 16px;
	}
	.modal_widget_search .search-tools a {
		font-size  : 16px;
		margin-top : -8px;
	}
	.modal_widget_search .search-tools .form-control {
		padding   : 8px 25px 8px 0;
		font-size : 16px;
	}
	.control_box {
		margin : 24px auto;
	}
	.view_box {
		padding-top : 30px;
	}
	.view_box .repeat_area {
		margin-top : 30px;
	}
	.search_widget .site_nav, .search_widget .categorize span {
		padding : 0 15px;
	}
	.board-head {
		padding-bottom : 0;
	}
	.li_board {
		display    : block;
	}
	.li_board ul {
		padding      : 10px 15px 15px 15px;
		display      : block;
		border-width : 0 0 1px 0;
		border-style : solid;
	}
	.li_board ul li {
		border : 0;
	}
	.li_board ul li.prod_name{
		padding : 0 0 5px;
	}
	.li_board ul li.count {
		display: none !important;
	}
	.li_board ul li.tit {
		display        : block;
		float          : none;
		width          : 100%;
		font-size      : 15px;
		position       : relative;
		padding    : 0 !important;
		line-height    : 1.4;
	}
	.li_board ul li.tit.show_right_tools {
		padding-right: 45px !important;
	}
	.li_board ul li.tit .badge {
		margin : -3px 0 0 0;
	}
	.li_table .author,
	.li_table .time,
	.li_table .views,
	.li_table .like,
	.li_table .grade {
		margin-top: 5px;
	}
	.li_board ul li.read,
	.li_board ul li.date,
	.li_board ul li.name,
	.li_board ul li.time,
	.li_board ul li.like {
		display       : table-cell;
		width         : auto !important;
		padding: 5px 10px 0 0;
		font-size     : 12px;
		height        : 12px;
		line-height   : 12px !important;
		margin-top    : 8px;
	}
	.li_board .board-head {
		border-width : 0 0 1px 0;
		border-style : solid;
	}
	.li_body .comment-count {
		font-size : 14px;
		display   : block;
		position  : absolute;
		top       : 0;
		right     : 0;
		color     : #999 !important;
	}
	.li_board ul li.tit .tit_ico, .li_body .comment-count:before {
		font-size : 18px;
	}
	.li_footer .btn-block-right,
	.li_footer .tools ~ .btn-block-right {
		position : static;
	}
	.board_title_wrap .right_tools {
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -10px;
	}
	.board_title_wrap .right_tools small {
		display: none;
	}
	.board_write .title_box input.review_subject {
		padding: 8px 115px 8px 15px;
	}
	.li_board.review_table ul {
		padding: 20px 0;
	}
	.li_board.review_table .body_tools {
		margin-top: 5px;
		margin-left: 0;
	}
	.li_board.review_table .body_tools .interlock_star_point a {
		margin-left: 2px;
	}
	.li_board.review_table .body_tools > div {
		margin-right: 5px;
		margin-left: 0;
	}
	.li_board.review_table .body_tools > div:last-child {
		margin-right: 0;
	}
	.li_board.review_table .body_tools .interlock_star_point a:first-child {
		margin-left: 0;
	}
	.li_board.review_table .board_thumb_wrap {
		width: 120px;
		min-width : inherit;
	}
	.modal_prod_detail {
		padding: 0 !important;
		margin: 0;
		z-index: 100001;
		background: #fff;
		overflow-y: auto !important;
	}
	.modal_prod_detail .modal-dialog {
		width: 100%;
		height: 100%;
		margin : 0;
	}
	body.doz_sys.shop_view.modal-open {
		height: auto;
	}
	.modal_prod_detail .modal-content {
		box-shadow: none;
		border: 0;
		border-radius: 0;
		height: 100%;
	}
	.board_write .non_member_tool span input {
		padding : 8px 15px;
	}
	.board_write_on .custom-theme.fr-popup {
		z-index : 10000 !important;
	}
	.booking_content {
		padding : 0;
	}
	.booking td {
		text-align : center;
	}
	.board_txt_area img {
		max-width: 100%;
		height: auto !important;
	}
	.board_view.board_view_review .board_txt_area {
		width: 100%;
	}
	.board_view.board_view_review .board_txt_area img {
		width: auto;
	}
	.booking th {
		padding    : 0 0 10px 0;
		text-align : center;
		font-size  : 12px;
	}
	.booking .owl-controls {
		display : none;
	}
	.booking_toolbar {
		margin-bottom : 0;
		text-align    : left;
	}
	.booking_toolbar p {
		font-size   : 16px;
		line-height : 45px;
	}
	.booking_toolbar .btn {
		border      : 0;
		padding     : 0 10px;
		font-size   : 18px;
		line-height : 45px;
	}
	.booking_toolbar .booking_prev {
		float : left
	}
	.booking_toolbar .booking_next {
		float : right;
	}
	.col-dz-6 .booking .booking_toolbar .btn-group, .col-dz-5 .booking .booking_toolbar .btn-group, .col-dz-4 .booking .booking_toolbar .btn-group, .col-dz-3 .booking .booking_toolbar .btn-group, .col-dz-2 .booking .booking_toolbar .btn-group, .col-dz-1 .booking .booking_toolbar .btn-group {
		display: none;
	}
	.booking_date {
		font-size  : 15px;
		list-style : none;
	}
	.booking_date.holiday .number {
		color : #ff635e;
	}
	.booking_day_slide:before {
		content       : '';
		border-bottom : 1px solid #ddd;
		display       : block;
		top           : 50%;
		position      : absolute;
		width         : 100%;
		margin-top    : -5px;
	}
	.booking_date li {
		padding : 10px 0;
	}
	.booking_date .day {
		font-size : 11px;
	}
	.booking_date.on .number span {
		color          : #fff;
		width          : 25px;
		height         : 25px;
		display        : inline-block;
		vertical-align : middle;
		line-height    : 25px;
		text-align     : center;
		border-radius  : 50%;
	}
	.booking_day_number {
		color       : #fff;
		font-size   : 14px;
		padding     : 15px 20px;
		font-weight : bold;
	}
	.booking_day_season {
		color : #fff !important;
	}
	.min_table {
		min-height : 100%;
	}
	.booking_list {
		border-bottom : 1px solid #ddd;
		padding       : 0 20px;
	}
	.booking_list > a {
		display : table;
	}
	.booking_list > a {
		height : 55px;
		width  : 100%;
	}
	.booking_list .btn {
		border-radius : 15px;
		margin-left   : 15px;
		color         : #fff;
	}
	.booking_list .title .count,
	.booking_list .title .text {
		display: block;
		padding-left: 25px;
	}
	.booking_list.hide_badge .title .count,
	.booking_list.hide_badge .title .text {
		padding-left: 0;
	}
	.booking_toolbar .price_tools {
		display: none;
	}
	.booking_list.disable .title .count,
	.booking_list.disable .title .text,
	.booking_list.disable .value {
		opacity : 0.4;
	}
	.booking_list.disable a {
		pointer-events : none;
		cursor         : default;
	}
	.booking_list.disable .btn {
		background-color : #363b3e !important;
	}
	.booking_list .value {
		display: table-cell;
		text-align: right;
		font-size: 13px;
		vertical-align: middle;
	}
	.booking_list > a > div {
		vertical-align: middle;
	}
	.booking_list .title .value,
	.booking_list .booking_badge_wrap {
		display: none;
	}
	.booking_list .title .booking_badge_wrap {
		display: inline-block;
		position: absolute;
		left: 0;
		top: 0;
	}
	.booking_content_detail div.title {
		font-size : 18px;
	}
	.booking_content_detail div.text-brand {
		font-size     : 15px;
		margin-bottom : 0;
	}
	.booking_btn_group {
		margin : 20px 0;
	}
	.booking_btn_group .btn {
		padding   : 14px 0;
	}
	.buy_btns > div.fixed_btn {
		overflow   : hidden;
		position   : fixed;
		left       : 0;
		bottom     : 0;
		width      : 100%;
		background : #fff;
		z-index    : 9999;
		border-top : 1px solid rgba(0, 0, 0, 0.07);
	}
	.booking_content .buy_btns.mobile > div.fixed_btn,
	.booking_content.on .buy_btns > div.fixed_btn {
		display : block;
	}
	.booking_content.on .buy_btns.mobile > div.fixed_btn,
	.booking_content .buy_btns > div.fixed_btn {
		display : none;
	}
	.buy_btns > div.fixed_btn a {
		margin-right : 0;
		width        : 100%;
		float        : none;
		padding      : 8px 25px;
	}
	.booking_content .buy_btns {
		width: auto;
		display: block;
		position: relative;
		margin: 0 -15px;
		border-width: 1px 0 1px;
		border-style: solid;
	}
	.booking_content .buy_btns a {
		width         : 50%;
		border-radius : 0;
		margin-right  : 0;
		border-width: 0 1px 0 0;
		border-style: solid;
	}
	.booking_content .buy_btns button {
		border: 0;
	}
	.booking_content .buy_btns div.book_btn {
		width: 100%;
		margin-right: 0;
	}
	.booking_content .buy_btns div.book_btn a{
		margin: 0;
		border-radius: 0 !important;
		letter-spacing: 1px;
	}
	.booking_content .buy_btns .btn.buy {
		width : 100%;
	}
	.booking_content .buy_btns .btn {
		width: 50%;
		float: left;
		margin-bottom: 0;
		border-radius: 0;
		padding: 11px 25px;
		font-size: 18px;
		line-height: 28px;
		text-align: center;
	}
	.booking_content .buy_btns {
		margin : 0 -15px;
	}
	.booking_content_detail {
		padding : 20px 0;
	}
	.booking_content.on .fixed_view {
		display : block;
	}
	.miss-width-47 {
		width        : 100%;
		padding-left : 15px
	}
	.miss-width-53 {
		width : 100%
	}
	.fixed_view {
		display        : none;
		position       : fixed;
		width          : 100%;
		background     : #fff;
		color          : #212121;
		z-index        : 9999;
		bottom         : 0;
		left           : 0;
		top            : 0;
		padding-bottom : 65px;
		overflow-y     : auto;
	}
	.fixed_view a, .fixed_view select.form-control, .fixed_view .form-select-wrap:before {
		color : #212121;
	}
	.booking_tools {
		padding-top : 45px;
	}
	.booking_content .booking_body .booking_row {
		min-height : 45px;
	}
	.booking_opt .options {
		position      : relative;
		padding       : 17px 0;
		border-bottom : 0;
		background    : #f6f6f8;
		margin-bottom : 1px;
	}
	.booking_opt .text {
		color : #000 !important;
	}
	.booking_opt .options .float_l {
		float : none !important;
	}
	.booking_opt .options .checkbox.float_l {
		float : left !important;
	}
	.booking_opt .text.tit {
		display : inline-block;
	}
	.booking_opt .text.pay {
		color : #999 !important;
	}
	.booking_opt .option_btn_tools {
		margin-right  : 0;
		width         : 110px;
		margin-bottom : 5px;
	}
	.booking_opt .option_btn_tools a, .doz_sys .booking_opt .option_btn_tools input.form-control {
		height : 30px;
	}
	.booking_opt .opt_close {
		position  : absolute;
		color     : #777;
		bottom    : 60px;
		right     : 15px;
		font-size : 17px;
	}
	.booking_content .booking .booking_day {
		padding   : 2px 0 0 0;
		font-size : 14px;
	}
	.doz_sys .form-group.privacy .form-control {
		height : 80px;
	}
	.booking_grid_container,
	.booking_toolbar .btn-group,
	.booking_toolbar .booking_state,
	.booking_view_container .booking_head,
	.booking_content .thumb_group,
	.booking_nav_tools,
	.booking_content_detail {
		display : none;
	}
	.booking_grid_mobile_container,
	.booking_content_detail.mobile,
	.fixed_view .btn_close,
	.fixed_btn .btn.second,
	.m_booking_nav_tools,
	.booking_content.on .fixed_view .booking_grid_container {
		display : block;
	}
	.booking .booking_view .booking_grid_mobile_container .btn-group {
		display : inline-block;
		margin-left: -10px;
	}
	.shop-content.booking-payment .bottom-btn {
		padding : 25px 15px;
	}
	.shop-content .select_wrap {
		margin-left: -1%;
		margin-right: 1%;
	}
	.shop-content .item_detail .visit_btn_wrap {
		display: inline-block;
		position: static;
		width: 100%;
		margin-top: 0;
		margin-left: 0 !important;
	}
	.shop-content .item_detail .visit_btn_wrap .btn {
		background-color: #999;
		border-color: #999;
		color: #fff;
		border-radius: 0;
		margin: 0;
		width: 100%;
		height: 37px;
		font-size: 16px;
	}
	.shop-content .select_wrap > div.inline-blocked {
		width: 100% !important;
		margin-bottom: 1% !important;
	}
	.booking_payment table tbody tr:last-child td {
		padding-top : 0;
	}
	.booking_payment table tfoot td {
		padding-bottom : 0;
	}
	.booking_payment table tr td:first-child {
		padding-left : 15px;
	}
	.booking_payment table tr td:last-child {
		padding-right : 15px;
	}
	.doz_sys.shop_view,
	.doz_sys.booking_view  {
		padding-bottom : 50px;
	}
	.widget.image.fix_height .img_wrap > img {
		width       : 100% !important;
		margin-left : 0 !important;
	}
	.comment_area > span {
		word-wrap : break-word;
	}
	.comment_area > span img {
		max-width : 200px;
		display   : block;
	}
	.image_cmt_lightbox {
		cursor : pointer;
	}
	.doz_sys .shop-content select.form-control,.prod_dropdown.form-control {
		font-size:16px;
		line-height: 1.2;
	}
	.cont .form-control {
		padding: 5px 10px;
		font-size: 12px !important;
	}
	.cont .form-select-wrap:before {
		right: 5px;
	}
	.prod_dropdown.form-control.open {
		margin-bottom: 175px;
	}
	.prod_dropdown .dropdown-menu {
		top: 0;
	}
	.doz_sys .shop-content select.form-control.width-4 {
		width:120px;
	}
	.goods_thumbs .owl-controls {
		text-align: center;
		display: block;
	}
	.goods_thumbs .owl-controls .owl-dots {
		padding-top: 5px;
		display: none!important;
	}
	.widget.movie .img_box {
		position:relative;
	}
	.widget.movie .img_box > iframe {
		position: absolute;
		top: 0;
		left: 0;
	}
	.doz_sys .shop-content select.form-control.global-select {
		position : static;
		font-size: 13px;
		height: 30px;
		margin-bottom: 10px;
	}
	.modal_prod_detail_from_shopping_list {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.modal_prod_detail_from_shopping_list.modal-open {
		overflow: hidden;
	}
	.modal_prod_detail_from_shopping_list .modal-dialog {
		width: 100%;
		margin-top: 50px;
	}
	.modal_prod_detail_from_shopping_list .goods_wrapper,
	.modal_prod_detail_from_shopping_list .shop-style-b .goods_form_wrap {
		padding: 0 15px;
	}
	.modal_prod_detail_from_shopping_list .shop-style-b .goods_wrapper {
		margin-left: -15px;
		margin-right: -15px;
		padding: 0 15px;
	}
	.modal_prod_detail_from_shopping_list .shop-style-b .goods_thumbs {
		margin: 0;
	}
	.modal_prod_detail_from_shopping_list .shop-content.shop-style-b.open .opt-group {
		width: 100%;
		left: 0;
	}
	.modal_prod_detail_from_shopping_list .goods_form .categorize-mobile .scroll-to-fixed-fixed.btn-group {
		top: auto !important;
		position: relative !important;
		padding: 0;
		border: 0;
	}
	.modal_prod_detail_from_shopping_list .buy_btns .cart_btn {
		position: static;
		width: auto;
		margin: 0 -15px;
	}
	.modal_prod_detail_from_shopping_list .shop-content.open .opt-group {
		position: absolute;
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
		padding-bottom: 0;
	}
	.modal_prod_detail_from_shopping_list .header_wrap {
		display: block;
		position: fixed;
		top: -50px;
		right: -10px;
		padding: 10px;
	}
	.modal_prod_detail_from_shopping_list .header_wrap a {
		color: #fff;
		display: block;
	}
	.modal_prod_detail_from_shopping_list .shop-content.open .buy_btns a.buy {
		margin: 4px;
	}
	.modal_prod_detail_from_shopping_list .shop-content.open .buy_btns .cart_btn a {
		width: 50%;
	}
	.modal_alert_responsive .modal-content {
		max-width: calc(100% - 16px);
		padding: 32px 14px 0;
		text-align: center;
	}
	.modal_alert_responsive .modal-body {
		margin-bottom: 32px;
		padding: 0 28px;
	}
	.modal_alert_responsive .modal-footer {
		width: 100%;
		display: table;
	}
  body:not(.shop_mypage) .modal_alert_responsive .modal-footer .btn{
    border-radius: 0;
  }
	.modal_alert_responsive .modal-footer .btn {
		display: table-cell;
    border-radius: 0;
		padding: 0;
		color: #1A6DFF;
		border: none;
	}
	.modal_alert_responsive .btn.cancel {
		border: none;
		border-top: 1px solid #EEEEEE;
	}
  .shop_mypage .modal_alert_responsive .modal-footer .btn.confirm{
    border: unset;
  }
	.modal_alert_responsive .btn.confirm {
		border-top: 1px solid #EEEEEE;
		background: none;
		color: #1A6DFF;
		font-weight: bold;
		width: 100%;
	}
	.modal_alert_responsive .modal-footer .btn + .btn {
		margin-left: 0;
		border-left: 1px solid #EEEEEE;
		border-right: none;
		width: 50%;
	}
  .shop_mypage .modal_alert_responsive .modal-content{
    padding:32px 20px 20px;
    max-width: 300px;
    margin: auto;
  }
  .shop_mypage .modal_alert_responsive .modal-footer{
    display: flex;
  }
  .shop_mypage .modal_alert_responsive .modal-footer .btn{
    width: 50%;
    display: block;
    border-spacing: 5px;
    line-height: 42px;
    border: 1px solid #DDE5ED;
    color: #212121;
  }
  .shop_mypage .modal_alert_responsive .modal-footer .btn.confirm{
    color: #fff;
    font-weight: normal;
    padding-left: 5px;
  }
  .modal_regularly_date_list .modal-content,
  .modal_regularly_change_detail .modal-content,
  .modal_regularly_select_period .modal-content{
    margin: auto 20px;
  }
  .modal_regularly_date_list .body-block,
  .modal_regularly_change_detail .body-block,
  .modal_regularly_select_period .body-block{
    padding: 16px;
  }
  .modal_regularly_date_list .foot-block, 
  .modal_regularly_change_detail .foot-block,
  .modal_regularly_select_period .foot-block{
    padding: 0 16px 16px 16px;
  }
  .modal_register_payment_method .modal-dialog{
    padding: 0 15px;
    margin: 40px auto;
	}
  .modal_register_payment_method article.modal_article input[type='text'],
  .modal_register_payment_method article.modal_article input[type='password']{
    font-size: 15px!important;
  }

	.goods_form .header-button-container {
		display: none;
	}
	.shop-content:not(.open) .buy_btns.mobile .pay-box.pay-box-gift {
		gap: 10px;
	}
	.shop-content:not(.open) .buy_btns.mobile .pay-box.pay-box-gift.pay-box-gift--dense {
		gap: 8px;
	}
	.shop-content .buy_btns.mobile .pay-box.pay-box-gift .button {
		flex: 1 0 0;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		gap: 6px;
		height: auto;
		padding: 13px 12px;
		border: 1px solid transparent;
		border-radius: 8px;
		font-size: 16px;
		font-weight: 400;
		line-height: normal;
		cursor: pointer;
	}
	.shop-content .buy_btns.mobile .pay-box.pay-box-gift .button i {
		font-size: 20px;
		padding: 0;
	}
	.shop-content .buy_btns.mobile .pay-box.pay-box-gift .button.button--no-px {
		padding-inline: 0;
	}
	.shop-content .buy_btns.mobile .pay-box.pay-box-gift .button.button--outlined {
		border-color: rgba(33, 33, 33, 0.20);
		background-color: #FFFFFF;
		color: #000000;
	}
	.shop-content .buy_btns.mobile .pay-box.pay-box-gift .button.button--soldout {
		opacity: 0.2;
		cursor: not-allowed;
	}
	.shop-content .buy_btns.mobile .pay-box.pay-box-gift .button.button--dialog {
		padding-block: 15px;
	}
	.shop-content .buy_btns.mobile .pay-box.pay-box-gift .button.button--pay {
		flex-grow: 0;
		border-width: 0;
	}
	.shop-content .buy_btns.mobile .pay-box.pay-box-gift .button.button--padding {
		padding-inline: 14px;
	}
	.shop-content .buy_btns.mobile .pay-box.pay-box-gift .button.button--padding-dense {
		padding-inline: 8px;
	}
	.shop-content .buy_btns.mobile .pay-box.pay-box-gift .button.button--gift-icon {
		position: relative;
		max-width: 48px;
	}
	.shop-content .buy_btns.mobile .pay-box.pay-box-gift .button.button--gift-icon .floating {
		position: absolute;
		bottom: calc(100% - 3px);
		margin-inline: -5px;
		padding: 3px 5px;
		border-radius: 99px;
		font-size: 12px;
		font-weight: 400;
		line-height: normal;
		white-space: nowrap;
		transition: opacity .3s ease-in-out;
		opacity: 1;
		z-index: 1;
	}
	.shop-content .buy_btns.mobile .pay-box.pay-box-gift .button.button--gift-icon .floating.off {
		opacity: 0;
	}
	.shop-content .buy_btns.mobile .pay-box.pay-box-gift .button.button--gift-icon .floating::before {
		content: '';
		position: absolute;
		top: calc(100% - 5px);
		left: 50%;
		width: 10px;
		height: 10px;
		border-radius: 2px;
		transform: translateX(-50%) rotate(45deg);
		background-color: inherit;
		z-index: -1;
	}
}
@media all and (max-width : 375px) {
    .shop-content:not(.open) .buy_btns .defualt-cart.one_pay {
        width: 48px !important;
    }
    .shop-content:not(.open) .buy_btns .n_pay .naver {
		display: flex;
		padding: 14px 12px;
        flex-grow: 0;
    }
    .shop-content:not(.open) .buy_btns .kakaopay {
		display: flex;
		padding: 14px 12px;
        flex-grow: 0;
    }
    .shop-content:not(.open):not(.im-no-cart-btn) .pay-box:not(.no-pay-btn) .cart_btn_child {
        width: auto;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: auto;
    }
    .shop-content:not(.open) .buy_btns.mobile .pay-box:not(.no-pay-btn) .btn.buy {
        flex-basis: 72px;
        flex-grow: 1;
    }
}
@media print {
	*,
	*:before,
	*:after {
		-webkit-print-color-adjust: exact;
	}
	.fr-view thead {
		display: table-row-group;
	}
	.fr-view tr {
		page-break-inside: avoid;
		width: 100%;
	}
	.fr-view table {
		word-wrap: break-word;
	}
	.fr-view table td {
		word-break: break-all;
	}
	html.fullboard_on body {
		visibility: hidden;
	}
	html.fullboard_on .modal_widget_fullboard {
		position: absolute;
		visibility: visible;
		background: #fff !important;
		overflow-y: auto;
		bottom: auto;
		right: auto;
	}
	#doz_header .org_header .navbar {
		display: block !important;
		position : absolute;
	}
	#doz_header .org_header {
		position: relative;
		padding-bottom: 100px;
	}
	#doz_header .fixed_header .navbar,
	#doz_header .nav-btn-group,
	#doz_footer_wrap,
	#doz_header .navbar-main .navbar-toggle,
	#doz_header .navbar-main .navbar-toggle-wrap,
	.mobile_nav_wrap,
	.comment_section .list_tap,
	.comment_section .table_bottom,
	.comment_textarea,
	.tools.txt,
	a[href]:after,
	.board_summary .tools.txt,
	.mobile_right,
	.comment_section,
	.navbar-toggle,
	.widget.board .grid_ignore .mobile_right,
	.board_summary .tools,
	.post_view .widget.image,
	.post_view .widget.movie,
	.post_view .widget.image_map,
	.post_view div[data-widget-type="gallery2"] {
		display: none !important;
	}
	.grid_ignore+.board_summary {
		position: relative;
		padding: 20px 15px;
		max-width: 100%;
	}
	.section_wrap main .widget.board .grid_ignore.bg_on {
		margin: 0 !important;
	}
	.doz_sys .full_board .inside {
		max-width: none !important;
	}
	#doz_header .navbar .navbar-header {
		display: inline-block;
		position: relative !important;
		max-height: 100px;
		width :100%;
	}
	#doz_header .navbar-main .navbar-logo {
		display: inline-block;
		white-space: nowrap;
		line-height: 100px;
		padding-right: 0;
		height: 100px;
	}
	.widget.board .grid_ignore.bg_on a.board, .bg-block .content-tit .board {
		color:#000 !important;
		border-color:#000 !important;
	}
	.grid_ignore.bg_on .board_summary .tools a, .widget.board .grid_ignore.bg_on .view_tit:last-child, .bg-block .content-tit .title {
		color:#000 !important;
	}
	.widget.board .grid_ignore.bg_on {
		padding: 0;
		min-height: 30px;
		position: relative;
	}
	.board_view .header .view_tit {
		font-size:20px;
	}
	body.doz_sys {
		overflow-y: auto;
	}
	.board_view .header .view_tit {
		font-size: 16px;
	}
	.widget.board .grid_ignore .view_tit, .board_view .header .view_tit {
		font-size: 1.714em;
	}
	.board_summary:before, .comment-block:before,.mobile_nav_wrap .owl-stage-outer:before {
		border-bottom: 0;
	}
}
@-moz-document url-prefix() {
	.pay_detail .comment_num_warp {
		right: calc(-100% + 20px);
	}
}

.top_overlapping.h_overlay ~ .tooltip .tooltip-inner {
	min-width: auto;
}

.device_type_m .section_eye_btn:last-child {
	display: block;
}
.exclude-item-list {
  border-left-width: 3px;
  border-style: solid;
  margin-left: 24px;
}
.exclude-item-list li{
  list-style: none;
}
.limit_join_text {
  font-family: Apple SD Gothic Neo;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #999999 !important;
}

/*
 * 1. 이미지를 가진 경우
 * 2. FroalaEditor로 넣은 video인 경우
 * 3. video를 직접 넣은 경우
 */
.goods_form .categorize-mobile .mobile_media_no_space *:where(:has(> img), :has(> .fr-video > iframe), :not(.fr-video):has(> iframe)) {
	margin-inline: -15px !important;
}

/* img를 가진 inline 태그인 경우, margin값 적용을 위해 display 변경 */
.goods_form .categorize-mobile .mobile_media_no_space *:where(a, span):has(> img) {
	display: inline-block;
}

/* img 자체에 좌우 padding 이 존재하는 케이스 */
.goods_form .categorize-mobile .mobile_media_no_space img {
	padding-inline: 0 !important;
}

/* FroalaEditor로 인해 class가 추가된 케이스 */
.goods_form .categorize-mobile .mobile_media_no_space.fr-view img.fr-dii {
	max-width: 100% !important;
}

/* 상세 정보가 접혀진 경우 overflow: hidden 속성을 아래와 같이 변경 */
@supports (overflow: clip) {
	.goods_form .categorize-mobile .mobile_media_no_space.seemore_detail:not(.active) {
		overflow-x: visible;
		overflow-y: clip;
	}
}

.loading-spinner-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-spinner {
	aspect-ratio: 1 / 1;
	height: 1em;
    border: .2em solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: content-box;
    animation: rotation 1s linear infinite;
	opacity: .6;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
} 


/* 재입고알림 */
/* style-a pc */
.shop-content.shop-style-a .buy_btns a.btn {
	flex: 1
}

.buy_btns.pc a.btn.btn-restock {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.shop-content.shop-style-b .buy_btns.pc a.btn.btn-restock {
	margin-left: 6px;
}

.buy_btns.pc a.btn.btn-restock > .icon-restock,
.buy_btns.mobile a.btn.btn-restock > .icon-restock,
#prod_options button.btn-restock.btn-select-option > .icon-restock {
	transform: translateY(-1px);
    display: block;
	margin-right: 6px;
	background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.35419%2021C10.0593%2021.6224%2010.9856%2022%2012%2022C13.0145%2022%2013.9407%2021.6224%2014.6458%2021M18%208C18%206.4087%2017.3679%204.88258%2016.2427%203.75736C15.1174%202.63214%2013.5913%202%2012%202C10.4087%202%208.8826%202.63214%207.75738%203.75736C6.63216%204.88258%206.00002%206.4087%206.00002%208C6.00002%2011.0902%205.22049%2013.206%204.34968%2014.6054C3.61515%2015.7859%203.24788%2016.3761%203.26134%2016.5408C3.27626%2016.7231%203.31488%2016.7926%203.46179%2016.9016C3.59448%2017%204.19261%2017%205.38887%2017H18.6112C19.8074%2017%2020.4056%2017%2020.5382%2016.9016C20.6852%2016.7926%2020.7238%2016.7231%2020.7387%2016.5408C20.7522%2016.3761%2020.3849%2015.7859%2019.6504%2014.6054C18.7795%2013.206%2018%2011.0902%2018%208Z%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.2%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: center;
}



#prod_options button.btn-restock.btn-select-option {
	display: flex;
	align-items: center;
	height: 28px;
	padding: 4.5px 8px;
	font-size: 12px;
	font-weight: 400;
	border: 1px solid #D2D7E0;
	background-color: #FFFFFF;
	color: #15181E;
	opacity: 1 !important;		
}

/** 최근 본 상품 */
.recent-product {
  --product-item-size: 72px;

  position: fixed;
  inset-block-start: 50%;
  inset-inline-end: 24px;
  transform: translateY(-50%);
  z-index: 1000;
}

.recent-product .recent-product__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 8px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.60);
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.06);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.recent-product .recent-product__title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #15181E;
}

.recent-product .recent-product__item-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: var(--product-item-size);
}

.recent-product .recent-product__item-root {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.recent-product .recent-product__item-root .recent-product__item-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: var(--product-item-size);
  border-radius: 6px;
  overflow: hidden;
}

.recent-product .recent-product__item-root .recent-product__item-img {
  width: 100%;
  height: auto;
}

.recent-product .recent-product__item-root .recent-product__item-name {
  --line-clamp: 1;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp);
  line-clamp: var(--line-clamp);
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #15181E;
  overflow: hidden;
}

@media (max-width: 1280px) {
  .recent-product {
    display: none;
  }
}

/* 장바구니 상품 타이틀 컨텐츠 */
.cart-item-title-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* 장바구니 상품 그룹 타이틀 */
.cart-item-group-title {
  display: block;
  color: #717680;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* 장바구니 배송 서비스 태그 */
.cart-item-shipping-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 4px 6px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 11px;
  line-height: 12px;
}

.alpha_instagram_feed {
	display: none;
}

/* BO sales tool 미리보기 모드 — site_shop.js가 body에 .sales-tool-preview 클래스를 부여한다.
   iframe 내부 document scrollbar를 숨겨서 BO 미리보기 영역을 깔끔하게 보여주기 위한 분기. */
body.sales-tool-preview,
html:has(body.sales-tool-preview) {
	scrollbar-width: none;
	-ms-overflow-style: none;
}
body.sales-tool-preview::-webkit-scrollbar,
html:has(body.sales-tool-preview)::-webkit-scrollbar {
	display: none;
}
/* === animate.css === */
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -60%, 0);
    transform: translate3d(0, -60%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -60%, 0);
    transform: translate3d(0, -60%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60%, 0);
    transform: translate3d(0, 60%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60%, 0);
    transform: translate3d(0, 60%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
    rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
    rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
    rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
    rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
    rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
    rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
    rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
    rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
    rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
    rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
    rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
    rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
    rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
    rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
    rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
    rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }

  to {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }

  to {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -60%, 0);
    transform: translate3d(0, -60%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -60%, 0);
    transform: translate3d(0, -60%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 60%, 0);
    transform: translate3d(0, 60%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 60%, 0);
    transform: translate3d(0, 60%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
/* === style.css === */
@font-face {
  font-family: 'im-icon';
  src:  url(../f/a3f22923_im-icon.eot);
  src:  url(../f/e9f6a28b_im-icon.eot) format('embedded-opentype'),
    url(../f/bb33fcee_im-icon.ttf) format('truetype'),
    url(../f/b93dfdd8_im-icon.woff) format('woff'),
    url(../f/b282788c_im-icon.svg) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="im-ico-"], [class*=" im-ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'im-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.im-ico-link-01:before {
  content: "\e946";
}
.im-ico-download-01:before {
  content: "\e945";
}
.im-ico-calendar:before {
  content: "\e944";
}
.im-ico-arrow-up-right:before {
  content: "\e941";
}
.im-ico-chevron-down:before {
  content: "\e942";
}
.im-ico-x:before {
  content: "\e943";
}
.im-ico-arrow-right-up:before {
  content: "\e940";
}
.im-ico-shopping-bag-01:before {
  content: "\e93f";
}
.im-ico-gift-02:before {
  content: "\e939";
}
.im-ico-arrow-btm:before {
  content: "\e93d";
}
.im-ico-filter-lines:before {
  content: "\e93e";
}
.im-ico-edit-02:before {
  content: "\e93b";
}
.im-ico-trash-03:before {
  content: "\e93c";
}
.im-ico-camera-01:before {
  content: "\e93a";
}
.im-ico-filter:before {
  content: "\e938";
  color: #888;
}
.im-ico-warning-triangle:before {
  content: "\e937";
  color: #d68c0c;
}
.im-ico-info-circle:before {
  content: "\e936";
}
.im-ico-search:before {
  content: "\e935";
}
.im-ico-setting:before {
  content: "\e934";
}
.im-ico-all-menu:before {
  content: "\e92c";
}
.im-ico-arrow-short-left:before {
  content: "\e92d";
}
.im-ico-clock-rewind:before {
  content: "\e92e";
}
.im-ico-flip-backward:before {
  content: "\e92f";
}
.im-ico-flip-forward:before {
  content: "\e930";
}
.im-ico-plus-section:before {
  content: "\e931";
}
.im-ico-plus-widget:before {
  content: "\e932";
}
.im-ico-privew:before {
  content: "\e933";
}
.im-ico-secret:before {
  content: "\e92a";
}
.im-ico-notice:before {
  content: "\e92b";
}
.im-ico-notice-solid:before {
  content: "\e927";
}
.im-ico-bell-solid:before {
  content: "\e928";
}
.im-ico-secret-solid:before {
  content: "\e929";
}
.im-ico-liked:before {
  content: "\e924";
}
.im-ico-cart:before {
  content: "\e921";
}
.im-ico-like:before {
  content: "\e922";
}
.im-ico-review:before {
  content: "\e923";
}
.im-ico-substract:before {
  content: "\e920";
  color: #757575;
}
.im-ico-refresh:before {
  content: "\e91f";
}
.im-ico-help:before {
  content: "\e91e";
}
.im-ico-close:before {
  content: "\e916";
}
.im-ico-increment:before {
  content: "\e917";
}
.im-ico-download:before {
  content: "\e918";
}
.im-ico-extinction:before {
  content: "\e919";
}
.im-ico-remaining:before {
  content: "\e91a";
}
.im-ico-decrement:before {
  content: "\e91b";
}
.im-ico-arrow-left:before {
  content: "\e91c";
}
.im-ico-imweb:before {
  content: "\e91d";
}
.im-ico-chains:before {
  content: "\e913";
}
.im-ico-check-solid:before {
  content: "\e914";
}
.im-ico-alert-solid:before {
  content: "\e915";
}
.im-ico-outline-alert:before {
  content: "\e911";
}
.im-ico-under:before {
  content: "\e912";
}
.im-ico-circle-delete:before {
  content: "\e910";
}
.im-ico-equals-plain:before {
  content: "\e90d";
}
.im-ico-minus-plain:before {
  content: "\e908";
}
.im-ico-plus-plain:before {
  content: "\e909";
}
.im-ico-equals-solid:before {
  content: "\e90a";
}
.im-ico-minus-solid:before {
  content: "\e90b";
}
.im-ico-plus-solid:before {
  content: "\e90c";
}
.im-ico-circle-arrow-right:before {
  content: "\e90e";
}
.im-ico-mappin:before {
  content: "\e90f";
}
.im-ico-check:before {
  content: "\e907";
}
.im-ico-arrow-long-left:before {
  content: "\e905";
}
.im-ico-arrow-long-right:before {
  content: "\e906";
}
.im-ico-delete:before {
  content: "\e904";
}
.im-ico-settings:before {
  content: "\e901";
}
.im-ico-global:before {
  content: "\e902";
}
.im-ico-bell:before {
  content: "\e903";
}
.im-ico-more:before {
  content: "\e900";
}
.im-ico-new-tab:before {
  content: "\e925";
}
.im-ico-URL-copy:before {
  content: "\e926";
}

/* === ii.css === */
@font-face {
	font-family: 'Plipop-Social-Icons';
	src:  url(../f/81e9138b_Plipop-Social-Icons.eot);
	src:  url(../f/3603108c_Plipop-Social-Icons.eot) format('embedded-opentype'),
	url(../f/a60a759c_Plipop-Social-Icons.ttf) format('truetype'),
	url(../f/0dd83148_Plipop-Social-Icons.woff) format('woff'),
	url(../f/05482285_Plipop-Social-Icons.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}

.ii {
	font-family: 'Plipop-Social-Icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	line-height: normal;
}

.ii-blog-rn:before {
	content: "\a101";
}
.ii-daum-cafe:before {
	content: "\a102";
}
.ii-daum-cafe-sq:before {
	content: "\a103";
}
.ii-daum-cafe-rn:before {
	content: "\a104";
}
.ii-daum:before {
	content: "\a105";
}
.ii-daum-sq:before {
	content: "\a106";
}
.ii-daum-rn:before {
	content: "\a107";
}
.ii-dropbox-rn:before {
	content: "\a108";
}
.ii-facebook-rn:before {
	content: "\a109";
}
.ii-googleplus-rn:before {
	content: "\a110";
}
.ii-happybean:before {
	content: "\a111";
}
.ii-happybean-sq:before {
	content: "\a112";
}
.ii-happybean-rn:before {
	content: "\a113";
}
.ii-imweb:before {
	content: "\a114";
}
.ii-imweb-sq:before {
	content: "\a115";
}
.ii-imweb-rn:before {
	content: "\a116";
}
.ii-instagram-rn:before {
	content: "\a117";
}
.ii-kakaostory-rn:before {
	content: "\a118";
}
.ii-kakaotalk-rn:before {
	content: "\a119";
}
.ii-naver-band:before {
	content: "\a120";
}
.ii-naver-band-sq:before {
	content: "\a121";
}
.ii-naver-band-rn:before {
	content: "\a122";
}
.ii-nblog-rn:before {
	content: "\a123";
}
.ii-ncafe-rn:before {
	content: "\a124";
}
.ii-line-rn:before {
	content: "\a125";
}
.ii-naver:before {
	content: "\a126";
}
.ii-naver-sq:before {
	content: "\a127";
}
.ii-naver-rn:before {
	content: "\a128";
}
.ii-pinterest-rn:before {
	content: "\a129";
}
.ii-plusfriend:before {
	content: "\a130";
}
.ii-plusfriend-sq:before {
	content: "\a131";
}
.ii-plusfriend-rn:before {
	content: "\a132";
}
.ii-slideshare:before {
	content: "\a133";
}
.ii-slideshare-sq:before {
	content: "\a134";
}
.ii-slideshare-rn:before {
	content: "\a135";
}
.ii-tistory:before {
	content: "\a136";
}
.ii-tistory-sq:before {
	content: "\a137";
}
.ii-tistory-rn:before {
	content: "\a138";
}
.ii-twitter-rn:before {
	content: "\a139";
}
.ii-vimeo-rn:before {
	content: "\a140";
}
.ii-youtube-rn:before {
	content: "\a141";
}
.ii-blog:before {
	content: "\e900";
}
.ii-blog-sq:before {
	content: "\e901";
}
.ii-dropbox:before {
	content: "\e902";
}
.ii-dropbox-sq:before {
	content: "\e903";
}
.ii-facebook:before {
	content: "\e904";
}
.ii-facebook-sq:before {
	content: "\e905";
}
.ii-googleplus:before {
	content: "\e906";
}
.ii-googleplus-sq:before {
	content: "\e907";
}
.ii-instagram:before {
	content: "\e908";
}
.ii-instagram-sq:before {
	content: "\e909";
}
.ii-kakaostory:before {
	content: "\e90a";
}
.ii-kakaostory-sq:before {
	content: "\e90b";
}
.ii-kakaotalk:before {
	content: "\e90d";
}
.ii-kakaotalk-sq:before {
	content: "\e90e";
}
.ii-nblog:before {
	content: "\e90f";
}
.ii-nblog-sq:before {
	content: "\e910";
}
.ii-ncafe:before {
	content: "\e911";
}
.ii-ncafe-sq:before {
	content: "\e912";
}
.ii-pinterest:before {
	content: "\e913";
}
.ii-pinterest-sq:before {
	content: "\e914";
}
.ii-twitter:before {
	content: "\e915";
}
.ii-twitter-sq:before {
	content: "\e916";
}
.ii-vimeo:before {
	content: "\e917";
}
.ii-vimeo-sq:before {
	content: "\e918";
}
.ii-youtube:before {
	content: "\e919";
}
.ii-youtube-sq:before {
	content: "\e91a";
}
.ii-line:before {
	content: "\e91b";
}
.ii-line-sq:before {
	content: "\e91c";
}
.ii-afreeca-tv:before {
	content: "\e91e";
}
.ii-afreeca-tv-rn:before {
	content: "\e90c";
}
.ii-afreeca-tv-sq:before {
	content: "\e91d";
}
.ii-kakaotv:before {
	content: "\e921";
}
.ii-kakaotv-rn:before {
	content: "\e91f";
}
.ii-kakaotv-sq:before {
	content: "\e920";
}
.ii-styleshare:before {
	content: "\e924";
}
.ii-styleshare-sq:before {
	content: "\e923";
}
.ii-styleshare-rn:before {
	content: "\e922";
}
.ii-vingle:before {
	content: "\e927";
}
.ii-vingle-sq:before {
	content: "\e926";
}
.ii-vingle-rn:before {
	content: "\e925";
}
.ii-brunch:before {
	content: "\e92a";
}
.ii-brunch-sq:before {
	content: "\e929";
}
.ii-brunch-rn:before {
	content: "\e928";
}
.ii-slack:before {
	content: "\e92d";
}
.ii-slack-mark:before {
	content: "\e92e";
}
.ii-slack-rn:before {
	content: "\e92b";
}
.ii-slack-sq:before {
	content: "\e92c";
}
.ii-chzzk:before {
	content: "\e92f";
}
.ii-wechat:before {
	content: "\e930";
}
.ii-weibo:before {
	content: "\e932";
}
.ii-soop:before {
	content: "\e931";
}
.ii-meta:before {
	content: "\e933";
}
.ii-x:before {
	content: "\e934";
}

/* === pretendardvariable.css === */
/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/

@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: local('Pretendard Variable'), url(../f/371b3f1e_PretendardVariable.woff2) format('woff2-variations');
}

/* === custom.cm === */

:root {
	--unit-style-one_page: N;
	--unit-style-footer_unused: N;
	--unit-style-brand_color: #363636;
	--unit-style-badge_color: #363636;
	--unit-style-option_badge_color: none;
	--unit-style-font_family: system;
	--unit-style-font_family_en: Poppins;
	--unit-style-h_font_family: none;
	--unit-style-h_font_family_en: none;
	--unit-style-body_color: #363636;
	--unit-style-body_size: 15;
	--unit-style-body_line_height: 1.6;
	--unit-style-body_italic: N;
	--unit-style-body_use_bold: normal;
	--unit-style-body_use_title_bold: normal;
	--unit-style-memo_color: ;
	--unit-style-memo_size: ;
	--unit-style-memo_line_height: ;
	--unit-style-memo_indent: ;
	--unit-style-memo_bold: ;
	--unit-style-memo_italic: ;
	--unit-style-memo_underline: ;
	--unit-style-title4_color: ;
	--unit-style-title4_size: ;
	--unit-style-title4_line_height: ;
	--unit-style-title4_indent: ;
	--unit-style-title4_bold: ;
	--unit-style-title4_italic: ;
	--unit-style-title4_underline: ;
	--unit-style-title3_color: ;
	--unit-style-title3_size: ;
	--unit-style-title3_line_height: ;
	--unit-style-title3_indent: ;
	--unit-style-title3_bold: ;
	--unit-style-title3_italic: ;
	--unit-style-title3_underline: ;
	--unit-style-title2_color: ;
	--unit-style-title2_size: ;
	--unit-style-title2_line_height: ;
	--unit-style-title2_indent: ;
	--unit-style-title2_bold: ;
	--unit-style-title2_italic: ;
	--unit-style-title2_underline: ;
	--unit-style-title1_color: ;
	--unit-style-title1_size: ;
	--unit-style-title1_line_height: ;
	--unit-style-title1_indent: ;
	--unit-style-title1_bold: ;
	--unit-style-title1_italic: ;
	--unit-style-title1_underline: ;
	--unit-style-background_color: rgba(255,255,255,1);
	--unit-style-max_width: 1280;
	--unit-style-grid_margin_top_bottom: 15;
	--unit-style-grid_margin_left_right: 7;
	--unit-style-split_border_width: 1;
	--unit-style-split_border_style: solid;
	--unit-style-split_border_color: rgba(0, 0, 0, 0.05);
	--unit-style-tooltip_font_size: 12;
	--unit-style-tooltip_font_color: #fff;
	--unit-style-tooltip_background_color: #000;
	--unit-style-tooltip_bold: N;
	--unit-style-tooltip_italic: N;
	--unit-style-no_image: ;
	--unit-style-block_no_image: ;
	--unit-style-button_style: st01;
	--unit-style-button_font_size: 14;
	--unit-style-button_letter_spacing: 1;
	--unit-style-button_radius: 2;
	--unit-style-button_italic: N;
	--unit-style-button_bold: N;
	--unit-style-button_margin: 20;
	--unit-style-button_font_color: #ffffff;
	--unit-style-button_background_color: #363636;
	--unit-style-button_border_color: #363636;
	--unit-style-button_hover_font_color: #363636;
	--unit-style-button_hover_background_color: #ffffff;
	--unit-style-button_hover_border_color: #363636;
	--unit-style-button_border_width: 1;
	--unit-style-button_hover_border_width: 1;
	--unit-style-button_sb_font_color: #ffffff;
	--unit-style-button_sb_background_color: #00d255;
	--unit-style-button_sb_border_width: 0;
	--unit-style-button_sb_border_color: #00d255;
	--unit-style-button_sb_hover_font_color: #ffffff;
	--unit-style-button_sb_hover_background_color: #00d255;
	--unit-style-button_sb_hover_border_width: 0;
	--unit-style-button_sb_hover_border_color: #00d255;
	--unit-style-button_sb_use_set: N;
	--unit-style-paging_style_type: st01;
	--unit-style-paging_default_style_type: st00;
	--unit-style-paging_active_style_type: st00;
	--unit-style-paging_dot_width: 10;
	--unit-style-paging_dot_margin: 14;
	--unit-style-paging_big_dot_width: 11;
	--unit-style-paging_big_dot_margin: 14;
	--unit-style-paging_line_width: 20;
	--unit-style-paging_line_height: 2;
	--unit-style-paging_line_margin: 14;
	--unit-style-paging_count_font_size: 13;
	--unit-style-paging_count_margin: 13;
	--unit-style-paging_count_bold: N;
	--unit-style-paging_count_italic: N;
	--unit-style-paging_use_mobile_size: N;
	--unit-style-nav_style_select: st00;
	--unit-style-nav_style_type: st00;
	--unit-style-nav_type_angle: round;
	--unit-style-nav_type_arrow: normal;
	--unit-style-nav_type_long_arrow: normal;
	--unit-style-nav_type_caret: normal;
	--unit-style-nav_font_size: 15;
	--unit-style-nav_round: 80;
	--unit-style-nav_square_round: 0;
	--unit-style-nav_bold: N;
	--unit-style-nav_italic: N;
	--unit-style-nav_text_transform: N;
	--unit-style-form_style_type: square;
	--unit-style-form_background_color: #ffffff;
	--unit-style-form_border_color: rgba(0, 0, 0, 0.1);
	--unit-style-form_color: #212121;
	--unit-style-use_mobile_font: Y;
	--unit-style-use_pc_mode_btn: N;
	--unit-style-use_login_popup: Y;
	--unit-style-use_after_join_menu: N;
	--unit-style-after_join_menu: ;
	--unit-style-use_after_login_menu: N;
	--unit-style-after_login_menu: ;
	--unit-style-use_smooth_scroll: N;
	--unit-style-use_page_loader: N;
	--unit-style-use_animation: N;
	--unit-style-use_animation_load: Y;
	--unit-style-use_widget_csr: N;
	--unit-style-instagram_code: ;
	--unit-style-use_fixed_menu: N;
	--unit-style-slide_menu_font_size: 14;
	--unit-style-slide_menu_font_color: rgba(33, 33, 33, 0.89);
	--unit-style-slide_menu_background_color: #fff;
	--unit-style-slide_menu_letter_spacing: 0;
	--unit-style-slide_menu_border_size: 1;
	--unit-style-slide_menu_border_color: #f3f3f3;
	--unit-style-slide_menu_active_font_color: #111;
	--unit-style-slide_menu_active_background_color: #f5f5f5;
	--unit-style-slide_menu_hover_font_color: #111;
	--unit-style-slide_menu_hover_background_color: #f5f5f5;
	--unit-style-slide_menu_use_login: Y;
	--unit-style-slide_menu_login_font_color: #fff;
	--unit-style-slide_menu_login_background_color: #2b2b2b;
	--unit-style-slide_menu_use_profile: Y;
	--unit-style-slide_menu_use_alarm: Y;
	--unit-style-slide_menu_use_global: Y;
	--unit-style-slide_menu_global_type: icon;
	--unit-style-slide_menu_global_flag_type: ;
	--unit-style-slide_menu_global_icon_type: ;
	--unit-style-pc_slide_menu_logo_code: ;
	--unit-style-pc_slide_menu_active_style: st00;
	--unit-style-pc_slide_menu_active_border_width: 0;
	--unit-style-pc_slide_menu_active_border_width2: 1;
	--unit-style-pc_slide_menu_active_border_radius: 3;
	--unit-style-pc_slide_menu_active_border_color: #222222;
	--unit-style-pc_slide_menu_active_color: #ffffff;
	--unit-style-pc_slide_menu_active_color2: #222222;
	--unit-style-pc_slide_menu_active_color3: ;
	--unit-style-pc_slide_menu_active_color4: ;
	--unit-style-pc_slide_menu_active_background_color: ;
	--unit-style-pc_slide_menu_logo_v_padding: 10;
	--unit-style-pc_slide_menu_logo_font_color: #fff;
	--unit-style-pc_slide_menu_v_padding: 3;
	--unit-style-pc_slide_menu_h_padding: 15;
	--unit-style-pc_slide_menu_align: center;
	--unit-style-pc_slide_menu_background_color: #2f2f2f;
	--unit-style-pc_slide_menu_font_size: 13;
	--unit-style-pc_slide_menu_font_color: rgba(255, 255, 255, 0.5);
	--unit-style-pc_slide_menu_hover_font_color: #ffffff;
	--unit-style-pc_slide_menu_indent: 1;
	--unit-style-pc_slide_menu_gap: 2;
	--unit-style-pc_slide_menu_font_family: system;
	--unit-style-pc_slide_menu_font_family_en: none;
	--unit-style-pc_slide_menu_bold: N;
	--unit-style-pc_slide_menu_italic: N;
	--unit-style-pc_slide_menu_shadow: N;
	--unit-style-pc_slide_menu_vertical_border: N;
	--unit-style-pc_slide_menu_vertical_border_color: rgba(56, 56, 56, 0.52);
	--unit-style-pc_slide_menu_show_child_menu: N;
	--unit-style-pc_slide_menu_use_logo_text: Y;
	--unit-style-pc_slide_menu_logo_title: ;
	--unit-style-pc_slide_menu_logo_bold: Y;
	--unit-style-pc_slide_menu_logo_italic: N;
	--unit-style-pc_slide_menu_logo_font: montserrat;
	--unit-style-pc_slide_menu_logo_font_size: 38;
	--unit-style-pc_slide_menu_logo_image_rendering: block;
	--unit-style-pc_slide_menu_logo_height: 64;
	--unit-style-pc_slide_menu_logo_letter_spacing: 0;
	--unit-style-pc_slide_menu_use_logo_icon: N;
	--unit-style-pc_slide_menu_logo_icon: l2017101359e02dbd8c0b9;
	--unit-style-mega_dropdown_font_size: 13;
	--unit-style-mega_dropdown_font_color: #ffffff;
	--unit-style-mega_dropdown_sub_font_size: 12;
	--unit-style-mega_dropdown_sub_font_color: rgba(255, 255, 255, 0.5);
	--unit-style-mega_dropdown_sub_hover_color: #fff;
	--unit-style-mega_dropdown_background: #2a2a2a;
	--unit-style-mega_dropdown_width: 130;
	--unit-style-mega_dropdown_v_margin: 5;
	--unit-style-mega_dropdown_align: left;
	--unit-style-mega_dropdown_line_count: 8;
	--unit-style-mega_dropdown_padding: 30;
	--unit-style-mega_dropdown_offset_top: ;
	--unit-style-mega_dropdown_border_width: ;
	--unit-style-mega_dropdown_border_color: ;
	--unit-style-mega_dropdown_font_family: system;
	--unit-style-mega_dropdown_font_family_en: montserrat;
	--unit-style-mega_dropdown_shadow: N;
	--unit-style-mega_dropdown_bold: N;
	--unit-style-mega_dropdown_italic: N;
	--unit-style-prod_list_line_count: 0;
	--unit-style-prod_list_extend_count: ;
	--unit-style-prod_list_row_count: 0;
	--unit-style-prod_list_item_width: ;
	--unit-style-prod_list_mobile_type: ;
	--unit-style-prod_list_pc_type: ;
	--unit-style-prod_list_line_interval: 0;
	--unit-style-prod_list_line_interval_y: 0;
	--unit-style-prod_list_font_size: 15;
	--unit-style-prod_list_color: ;
	--unit-style-prod_list_border_width: 0;
	--unit-style-prod_list_border_color: ;
	--unit-style-prod_list_price_font_size: 15;
	--unit-style-prod_list_price_color: ;
	--unit-style-prod_list_membership_price_font_size: 15;
	--unit-style-prod_list_membership_price_color: ;
	--unit-style-prod_list_summary_font_size: 15;
	--unit-style-prod_list_summary_color: ;
	--unit-style-prod_list_sale_percentage_color: ;
	--unit-style-prod_list_bold: ;
	--unit-style-prod_list_price_bold: ;
	--unit-style-prod_list_membership_price_bold: ;
	--unit-style-prod_list_align: left;
	--unit-style-prod_list_rendering: ;
	--unit-style-prod_list_hover_type: ;
	--unit-style-prod_list_thumb_type: ;
	--unit-style-prod_list_pc_paging_type: ;
	--unit-style-prod_list_mobile_paging_type: ;
	--unit-style-prod_list_more_btn_text: ;
	--unit-style-prod_list_default_order: ;
	--unit-style-prod_list_show_category: ;
	--unit-style-prod_list_show_item_align: ;
	--unit-style-prod_list_show_name: ;
	--unit-style-prod_list_show_price: ;
	--unit-style-prod_list_show_membership_price: ;
	--unit-style-prod_list_show_review: ;
	--unit-style-prod_list_show_badge: Y;
	--unit-style-prod_list_show_like: ;
	--unit-style-prod_list_show_summary: ;
	--unit-style-prod_list_show_cart: ;
	--unit-style-prod_list_show_option_color: Y;
	--unit-style-prod_list_show_prod_add_btn: N;
	--unit-style-prod_option_color_style_type: S;
	--unit-style-prod_list_is_soldout_last_sorting: ;
	--unit-style-shop_view_style: a;
	--unit-style-shop_view_font_size: 22;
	--unit-style-shop_view_color: ;
	--unit-style-shop_view_price_font_size: 20;
	--unit-style-shop_view_label_font_size: 12;
	--unit-style-shop_view_membership_price_font_size: 20;
	--unit-style-shop_view_body_width: 100;
	--unit-style-shop_view_price_color: ;
	--unit-style-shop_view_sale_percentage_color: #fe5356;
	--unit-style-shop_view_membership_price_color: ;
	--unit-style-shop_view_title_bold: N;
	--unit-style-shop_view_price_bold: N;
	--unit-style-shop_view_membership_price_bold: N;
	--unit-style-shop_view_align: center;
	--unit-style-shop_view_nav_style: NORMAL;
	--unit-style-shop_view_category: Y;
	--unit-style-shop_view_origin: Y;
	--unit-style-shop_view_point: Y;
	--unit-style-shop_view_method: Y;
	--unit-style-shop_view_today_deliv: Y;
	--unit-style-shop_view_benefit: Y;
	--unit-style-shop_coupon_get_btn: N;
	--unit-style-shop_remain_coupon_quantity: N;
	--unit-style-shop_view_weight: N;
	--unit-style-shop_view_maker: N;
	--unit-style-shop_view_brand: N;
	--unit-style-shop_view_thumbnail: Y;
	--unit-style-shop_view_prod_title: Y;
	--unit-style-shop_view_order_count: N;
	--unit-style-shop_view_review_summary: N;
	--unit-style-shop_view_shop_view_price: Y;
	--unit-style-shop_view_stock_count: N;
	--unit-style-shop_view_order_minimum_price: N;
	--unit-style-shop_view_discount_price_none: Y;
	--unit-style-shop_view_membership_price: N;
	--unit-style-shop_view_coupon_price: N;
	--unit-style-shop_view_simple_content: Y;
	--unit-style-shop_view_delivery: Y;
	--unit-style-shop_view_review: Y;
	--unit-style-shop_view_qna: Y;
	--unit-style-shop_view_buy_item_show: Y;
	--unit-style-shop_view_buy_item_hide: N;
	--unit-style-shop_view_buy_item_use: N;
	--unit-style-shop_pc_tab_type_one_page: Y;
	--unit-style-shop_pc_tab_type_use_tab: N;
	--unit-style-shop_pc_tab_type_unfixed: N;
	--unit-style-shop_view_tab_display: Y;
	--unit-style-shop_tab_fixed: Y;
	--unit-style-shop_view_buy_item_title: ;
	--unit-style-shop_view_buy_regularly_item_title: ;
	--unit-style-shop_view_buy_item_tooltip: N;
	--unit-style-shop_view_buy_item_tooltip_title: ;
	--unit-style-shop_view_buy_regularly_item_tooltip_title: ;
	--unit-style-shop_view_buy_item_tooltip_position: top;
	--unit-style-shop_view_buy_item_tooltip_color: #383838;
	--unit-style-shop_view_buy_item_tooltip_animate: N;
	--unit-style-shop_view_cart_item_show: Y;
	--unit-style-shop_view_cart_item_hide: N;
	--unit-style-shop_view_cart_item_use: N;
	--unit-style-shop_view_cart_item_title: ;
	--unit-style-shop_view_cart_regularly_item_title: ;
	--unit-style-shop_view_like_item_show: Y;
	--unit-style-shop_view_like_item_hide: N;
	--unit-style-shop_view_like_item_use: N;
	--unit-style-shop_secret_qna_use: N;
	--unit-style-qna_secret_type: select_secret;
	--unit-style-shop_allow_guest_review: N;
	--unit-style-shop_allow_guest_qna: Y;
	--unit-style-shop_time_hide: N;
	--unit-style-shop_review_badge_hide: N;
	--unit-style-shop_review_scope_hide: N;
	--unit-style-shop_masking_review_writer: N;
	--unit-style-shop_show_writer_type_id: N;
	--unit-style-shop_use_full_load: N;
	--unit-style-shop_use_tab_style: N;
	--unit-style-shop_use_mobile_font_size: N;
	--unit-style-shop_use_img_zoom: N;
	--unit-style-shop_use_seemore: N;
	--unit-style-shop_review_writer_type: nick;
	--unit-style-shop_qna_writer_type: nick;
	--unit-style-shop_review_comment_permission: manager;
	--unit-style-shop_qna_comment_permission: manager;
	--unit-style-shop_masking_qna_writer: N;
	--unit-style-shop_view_tab_sorts-0: prod_detail;
	--unit-style-shop_view_tab_sorts-1: prod_review;
	--unit-style-shop_view_tab_sorts-2: prod_qna;
	--unit-style-shop_view_tab_sorts-3: prod_return;
	--unit-style-shop_detail_tab: active;
	--unit-style-shop_return_tab: none;
	--unit-style-shop_external_datas-vreview-shop_tap_top: main;
	--unit-style-shop_external_datas-vreview-shop_tap_board: Y;
	--unit-style-shop_external_datas-crema-shop_image_bottom: N;
	--unit-style-shop_external_datas-crema-shop_button_upper: N;
	--unit-style-shop_external_datas-crema-shop_tap_top: N;
	--unit-style-shop_external_datas-crema-shop_review_top: list;
	--unit-style-shop_external_datas-alpha_review-use_widget: Y;
	--unit-style-shop_external_datas-alpha_review-shop_tap_top: N;
	--unit-style-shop_external_datas-alpha_review-shop_image_bottom: N;
	--unit-style-shop_external_datas-alpha_review-shop_tap_bottom: Y;
	--unit-style-shop_external_datas-alpha_review-shop_detail_top: N;
	--unit-style-shop_external_datas-alpha_review-shop_chat: N;
	--unit-style-shop_external_datas-alpha_review-shop_floating: N;
	--unit-style-shop_external_datas-alpha_review-detail_review_tab_code: ;
	--unit-style-shop_external_datas-alpha_review-detail_simple_photo_code: ;
	--unit-style-shop_external_datas-alpha_review-detail_top_code: ;
	--unit-style-shop_external_datas-alpha_review-floating_code: ;
	--unit-style-shop_external_datas-alpha_review-chat_code: ;
	--unit-style-shop_review_permission: buyer;
	--unit-style-shop_qna_permission: guest;
	--unit-style-shop_review_pc_paging: 10;
	--unit-style-shop_review_mobile_paging: 5;
	--unit-style-shop_qna_pc_paging: 5;
	--unit-style-shop_qna_mobile_paging: 5;
	--unit-style-shop_review_guide: Y;
	--unit-style-shop_review_guide_text: <p>구매평은 구매자만 작성할 수 있고, 삭제 전까지 기간 제한 없이 게시돼요.</p><p>별점은 5점 만점으로 표시돼요.</p><p>운영자가 뽑은 베스트 구매평은 배지와 함께 상단에, 워스트 구매평은 하단에 노출돼요.</p><p>삭제 기준과 이의제기 절차는 운영사 내부 규칙을 따라요.</p>;
	--unit-style-shop_qna_guide: Y;
	--unit-style-shop_qna_guide_text: ;
	--unit-style-show_review_wtime: Y;
	--unit-style-show_review_view_count: N;
	--unit-style-shop_first_photo_review: N;
	--unit-style-shop_photo_review_summary: Y;
	--unit-style-shop_photo_review_sort: recent;
	--unit-style-shop_review_option: 1;
	--unit-style-show_qna_wtime: ;
	--unit-style-shop_qna_time_hide: ;
	--unit-style-show_qna_view_count: ;
	--unit-style-shop_qna_secret_title_same_ck: Y;
	--unit-style-shop_use_mobile_media_no_space: N;
	--unit-style-prod_badge_new_period: ;
	--unit-style-prod_badge_icon_margin: ;
	--unit-style-prod_badge_new: ;
	--unit-style-prod_badge_new_width: 0;
	--unit-style-prod_badge_new_height: 0;
	--unit-style-prod_badge_sale: ;
	--unit-style-prod_badge_sale_width: 0;
	--unit-style-prod_badge_sale_height: 0;
	--unit-style-prod_badge_timesale: ;
	--unit-style-prod_badge_timesale_width: 0;
	--unit-style-prod_badge_timesale_height: 0;
	--unit-style-prod_badge_wait: ;
	--unit-style-prod_badge_wait_width: 0;
	--unit-style-prod_badge_wait_height: 0;
	--unit-style-prod_badge_soldout: ;
	--unit-style-prod_badge_soldout_width: 0;
	--unit-style-prod_badge_soldout_height: 0;
	--unit-style-prod_badge_best: ;
	--unit-style-prod_badge_best_width: 0;
	--unit-style-prod_badge_best_height: 0;
	--unit-style-prod_badge_md: ;
	--unit-style-prod_badge_md_width: 0;
	--unit-style-prod_badge_md_height: 0;
	--unit-style-prod_badge_hot: ;
	--unit-style-prod_badge_hot_width: 0;
	--unit-style-prod_badge_hot_height: 0;
	--unit-style-prod_badge_delivery: none;
	--unit-style-prod_badge_delivery_width: 0;
	--unit-style-prod_badge_delivery_height: 0;
	--unit-style-booking_review_permission: member;
	--unit-style-booking_review_paging: 5;
	--unit-style-booking_review_writer_type: nick;
	--unit-style-booking_review_comment_permission: manager;
	--unit-style-booking_review_wtime: Y;
	--unit-style-booking_review_time_hide: N;
	--unit-style-booking_qna_permission: guest;
	--unit-style-booking_qna_paging: 5;
	--unit-style-booking_qna_writer_type: nick;
	--unit-style-booking_qna_comment_permission: manager;
	--unit-style-booking_qna_secret_type: select_secret;
	--unit-style-booking_qna_wtime: Y;
	--unit-style-booking_qna_time_hide: N;
	--unit-style-booking_view_stock_count: Y;
	--unit-style-booking_show_price: Y;
	--unit-style-booking_show_thumbnail: Y;
	--unit-style-booking_show_personnel: Y;
	--unit-style-booking_show_badge: N;
	--unit-style-booking_available_color: #8EC31F;
	--unit-style-booking_pending_color: #4A90E2;
	--unit-style-booking_complete_color: #FA565A;
	--unit-style-prod_list_show_brand_name: N;
	--unit-style-shop_view_price: Y;
}
    :root {
		--unit-style--font-family: 'Poppins','Apple SD Gothic Neo, Malgun Gothic, Nanum Gothic, Meiryo, sans-serif, serif, Arial','Apple SD Gothic Neo', 'Malgun Gothic','Nanum Gothic', 'Noto Sans','sans-serif';
	}
	:root {
	--imweb-font-family: 'Poppins','Apple SD Gothic Neo, Malgun Gothic, Nanum Gothic, Meiryo, sans-serif, serif, Arial','Apple SD Gothic Neo', 'Malgun Gothic','Nanum Gothic', 'Noto Sans','sans-serif';
	--imweb-font-family-heading: 'Poppins','Apple SD Gothic Neo, Malgun Gothic, Nanum Gothic, Meiryo, sans-serif, serif, Arial','Apple SD Gothic Neo', 'Malgun Gothic','Nanum Gothic', 'Noto Sans','sans-serif';
	--imweb-color-background: rgba(255,255,255,1);
	--imweb-color-text: #363636;
	--imweb-color-brand: #363636;
	--imweb-color-badge: #363636;
	--imweb-color-option-badge: #FF472D;
	--imweb-layout-max-width: 1280px;
	--imweb-layout-grid-margin-x: 7px;
	--imweb-button-background-color: #363636;
	--imweb-button-border-color: #363636;
	--imweb-button-text-color: #ffffff;
	--imweb-button-hover-background-color: #ffffff;
	--imweb-button-hover-border-color: #363636;
	--imweb-button-hover-text-color: #363636;
	--imweb-button-border-width: 1px;
	--imweb-button-hover-border-width: 1px;
	--imweb-button-letter-spacing: 1px;
	--imweb-button-margin: 20px;
	--imweb-button-font-size: 14px;
	--imweb-button-radius: 2px;
	--imweb-button-font-weight: normal;
	--imweb-button-font-style: normal;
	--imweb-button-emphasis-background-color: #363636;
	--imweb-button-emphasis-border-color: #363636;
	--imweb-button-emphasis-text-color: #ffffff;
	--imweb-button-emphasis-hover-background-color: #ffffff;
	--imweb-button-emphasis-hover-border-color: #363636;
	--imweb-button-emphasis-hover-text-color: #363636;
	--imweb-button-emphasis-border-width: 1px;
	--imweb-button-emphasis-hover-border-width: 1px;
}

	*::-moz-selection {
		background-color: #363636;
		color: #fff;
	}
	*::selection {
		background-color : #363636;
		color: #fff;
	}
	.doz_sys {
		font-family             : 'Poppins','Apple SD Gothic Neo, Malgun Gothic, Nanum Gothic, Meiryo, sans-serif, serif, Arial','Apple SD Gothic Neo', 'Malgun Gothic','Nanum Gothic', 'Noto Sans','sans-serif';
	;
		color                   : #363636;
		font-size               : 15px;
		line-height             : 1.6;
		font-weight             : normal;
		font-style              : normal;
		background-color        : rgba(255,255,255,1);
		-webkit-font-smoothing  : antialiased;
		-moz-osx-font-smoothing : grayscale;
	}
	.section-setting .preview-mode .fr-box.fr-basic .fr-element {
		font-family : 'Poppins','Apple SD Gothic Neo, Malgun Gothic, Nanum Gothic, Meiryo, sans-serif, serif, Arial', 'Apple SD Gothic Neo', 'Malgun Gothic', 'Nanum Gothic', 'Noto Sans', 'sans-serif';
	}
	.doz_sys .se-pre-con {
		background        : rgba(255,255,255,1);
	}

	.sub_form_captcha_block {
		align-items: center;
		gap: 16px;
		margin-top: 16px;
		@media (max-width: 599px) {
			flex-direction: column;
			gap: 8px;
			align-items: flex-start;
		}
	}
	.sub_form_captcha_block .capcha_input {
		color: #9FA3AB;
	  	font-family: 'Imweb Sans';
	  	font-size: 14px !important;
	  	font-weight: 400;
	  	line-height: 20px;
	  	outline: none;
	  	padding: none;
		width: 200px;
		height: 40px;
	  	padding: 10px;
	  	border: 1px solid #DBDEE3;
	  	border-radius: 1px;
		color: #212121;

		@media (max-width: 440px) {
			width: 100%;
		}
	}
	.captcha_block {
	    align-items: center;
	    gap: 16px;
	  	margin-top: 16px;

		@media (max-width: 599px) {
			flex-direction: column;
			gap: 8px;
			align-items: flex-start;
		}
	}
	.captcha_block .capcha_input {
	  	color: #9FA3AB;
	  	font-family: 'Imweb Sans';
	  	font-size: 14px !important;
	  	font-weight: 400;
	  	line-height: 20px;
	  	outline: none;
	  	padding: none;
		width: 200px;
		height: 40px;
	  	padding: 10px;
	  	border: 1px solid #DBDEE3;
	  	border-radius: 1px;
		color: #212121;

		@media (max-width: 400px) {
			width: 100%;
		}
	}
	.captcha_description {
		font-family: 'Imweb Sans';
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		color: #9FA3AB;
	}
	.modal_preview_bg {
		font-family             : 'Poppins','Apple SD Gothic Neo, Malgun Gothic, Nanum Gothic, Meiryo, sans-serif, serif, Arial','Apple SD Gothic Neo', 'Malgun Gothic','Nanum Gothic', 'Noto Sans','sans-serif';
	}
	input[type="password"]:not(:placeholder-shown) {
		font-family: 'Noto Sans', 'sans-serif' !important;
	} 
		.doz_sys h1, .doz_sys h2, .doz_sys h3, .doz_sys h4, .doz_sys h5, .doz_sys h6, .title_font_style,
	.section-setting .preview-mode .fr-box.fr-basic .fr-element h1,
	.section-setting .preview-mode .fr-box.fr-basic .fr-element h2,
	.section-setting .preview-mode .fr-box.fr-basic .fr-element h3,
	.section-setting .preview-mode .fr-box.fr-basic .fr-element h4,
	.section-setting .preview-mode .fr-box.fr-basic .fr-element h5,
	.section-setting .preview-mode .fr-box.fr-basic .fr-element h6 {
		font-family             : 'Poppins','Apple SD Gothic Neo, Malgun Gothic, Nanum Gothic, Meiryo, sans-serif, serif, Arial','Apple SD Gothic Neo', 'Malgun Gothic','Nanum Gothic', 'Noto Sans','sans-serif';
	}
		.doz_sys h1, .doz_sys h2, .doz_sys h3, .doz_sys h4 {
		font-weight: normal;
	}
	.doz_sys h5, .doz_sys h6 {
		font-weight: normal;
	}
	.doz_sys .fc-toolbar h2,.doz_sys .lg-sub-html h4 {
		font-family             : 'Poppins','Apple SD Gothic Neo, Malgun Gothic, Nanum Gothic, Meiryo, sans-serif, serif, Arial','Apple SD Gothic Neo', 'Malgun Gothic','Nanum Gothic', 'Noto Sans','sans-serif';
	}
	.doz_sys a, .doz_sys a:hover {
	;
		color: #363636;
	}
	.doz_sys a.cart-ctn, .doz_sys a.cart-ctn:hover{
	;
		color : #363636 !important;
		text-underline-color: #363636;
		font-size: 15px;
		position: relative;
	}
	.doz_sys a.cart-ctn::after, .doz_sys a.cart-ctn:hover::after{
		content: '';
		width: 100%;
		height: 1px;
	;
		background: #363636;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.doz_sys .body_background_darken_3 {
	background-color:rgba(247,247,247,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff247247247,endColorstr=#ff247247247);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff247247247,endColorstr=#ff247247247);	zoom: 1;	}
	.doz_sys .body_font_color_80 {
	color:rgb(54,54,54);color:rgba(54,54,54,0.8);	}
	.doz_sys .body_font_color_70 {
	color:rgb(54,54,54);color:rgba(54,54,54,0.7);;
	}
	.doz_sys .body_font_color_60 {
	color:rgb(54,54,54);color:rgba(54,54,54,0.6);	}
	.doz_sys .body_font_color_50,
	.doz_sys .body_font_color_50 a.time_txt {
	color:rgb(54,54,54);color:rgba(54,54,54,0.5);	}
	.doz_sys .body_font_color_40 {
	color:rgb(54,54,54);color:rgba(54,54,54,0.4);	}
	.doz_sys .body_font_color_30 {
	color:rgb(54,54,54);color:rgba(54,54,54,0.3);	}
	.doz_sys .body_font_color_20 {
	color:rgb(54,54,54);color:rgba(54,54,54,0.2);	}
	.doz_sys .body_font_color_10 {
	color:rgb(54,54,54);color:rgba(54,54,54,0.1);	}

	.widget.movie .video_container:hover .show_btn {
		background: #363636;
		transition: 0.3s;
	}
	.li_board,
	.list_review_wrap {
		border-width: 1px 0 0 0;
		border-style: solid;
		border-color: #363636;
	}
	.board-head .ico-search, .li_footer .ico-search {
	 !important;
		color: #212121 !important;

	}
	.li_table ul,.li_board ul li,.li_board .board-head {
	border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.15) ;;
	}
	.list_review_inner,
	.list_review_inner .fold.cmt,
	.list_review_inner .board_thumb {
	border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.15) ;;
	}
	.li_table ul:nth-of-type(2) {
		border-width: 1px 0 0 0;
		border-style: solid;
	border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.15) ;		border-bottom: 1px solid rgba(128, 128, 128, 0.2);
	}
	.li_table .fr-view ul:nth-of-type(2) {
		border: none;
	}
	.li_table .author, .li_table .time, .li_table .time .time_txt, .li_table .views, .li_table .like > a, .li_table .grade {
	color:rgb(54,54,54);color:rgba(54,54,54,0.7); !important;
	}
	.doz_sys .text-brand,
	.doz_sys .text-primary,
	.list-style.blog .write a,
	.board-head .photo_review.active .clearfix,
	.shop-content.open .opt-group span.text-brand,
	.form-select-wrap .dropdown-menu .dropdown-item.selected > a,
	.form-select-wrap .dropdown-menu .dropdown-item.selected > a span {
	 !important;
		color: #363636 !important;
	}
    .doz_sys .regularly_input-radio:checked + div {
        border: 1px solid #363636 !important;
    }
    .doz_sys .regularly_input-radio:checked + div:after {
        background: #363636 !important;
    }
    .doz_sys .regularly_input-check {
        accent-color: #363636 !important;
        border: 1px solid #363636 !important;
    }
    .doz_sys .regularly_border-b {
     ;
        border-bottom: 1px solid #363636 !important;
    }
    .doz_sys .regularly_plus-icon path {
     ;
        stroke: #363636 !important;
    }
    .doz_sys .regularly_border {
     ;
        border: 1px solid #363636 !important;
    }
	.prod_icon.new {
	;
		background: #363636;
	}
		.doz_sys .bg-brand {
	;
		background: #363636;
	}
	.modal-dialog .buy_btns .bg-brand,
	.modal-dialog .buy_btns .bg-brand.buy,
	.modal-dialog .buy_btns .btn-brand.buy {
		;
		border-color: #363636;
		border-width: 1px;
		color: #fff;
	}
	.modal-dialog .buy_btns .bg-brand.buy:hover {
		background-color:rgba(28,28,28,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff282828,endColorstr=#ff282828);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff282828,endColorstr=#ff282828);	zoom: 1;;
		border-color:rgb(28,28,28) ;border-color:rgba(28,28,28,1) ;;
	}
	.btn.save_post {
	;
		background-color:#ffffff;
		border-color:#363636;
		color:#363636;
	}
		.fr-view .btn-default,
	.cart-btn-tools .btn-default {
	 ;
		background: #363636 !important;
		border: 1px solid #363636 !important;
		color: #ffffff !important;
	}
	.fr-view .btn-default:hover,
	.cart-btn-tools .btn-default:hover {
	 !important;
		background: #ffffff !important;
		border: 1px solid #363636 !important;
		color:#363636 !important;
	}
	.fr-view .btn-default span {
		color:#ffffff !important;
	}
	.fr-view .btn-default:hover span {
		color:#363636 !important;
	}
	ul.site_prod_nav li a .badge,
	.prod_detail_badge .badge{
	;
		color: #363636;
        background: transparent;
	}
    .braket-badge::before {
        content: '\0028';
    }
    .braket-badge::after {
        content: '\0029';
    }
	.site_prod_nav_wrap.scroll-to-fixed-fixed {
		background: rgba(255,255,255,1);
	}
	.shop-content .buy_footer_fixed,
	.shop-content .opt-group,
	.shop-content .opt-group .btn_clse {
		background: rgba(255,255,255,1);
	}
	.shop-content .opt-group .opt-group-top-bg{
		box-shadow: 0 5px 10px rgba(255, 255, 255, 1);
	}
	.shop-content.open .opt-group .btn_clse:after {
		box-shadow: 0 10px 0 0 rgba(255,255,255,1);
	}
	.modal_prod_detail_from_shopping_list .shop-content .opt-group {
		background: #fff;
	}
	.shop-content.shop-style-b .buy_footer_fixed > div,
	.shop-content.shop-style-b .opt-group .goods_wrap {
		max-width:1280px;
		margin: 0 auto;
	}
	.shop-content.shop-style-b .buy_footer_fixed > div > div {
		/* right: 15px; */
		/* margin-right: 15px; */
	}
	.shop-content .warning_select {
		outline-offset: -2px;
		outline: 2px solid #363636;
	}
	
		.shop_view #doz_header .fixed_header .navbar, .shop_view #doz_header .new_fixed_header {
		position: static !important;
		display: none !important;
	}
	.shop_view #doz_header .scroll-to-fixed-fixed {
		position: relative !important;
		top: 0 !important;
	}
	.shop_view #doz_header .scroll-to-fixed-fixed + div {
		display: none !important;
	}
		.shop_view .xzoom-preview {
	background-color : #ffffff;;
		background: rgba(255,255,255,1);
	}
	.site_prod_nav_wrap.scroll-to-fixed-fixed ul {
        max-width     : 1280px;
        padding-left  : 15px;
        padding-right : 15px;
        margin        : 0 auto;
    }

    .categorize-mobile .site_prod_nav_wrap ul.site_prod_nav,
	ul.site_prod_nav > li,
	.text_tab .site_prod_nav_wrap,
	.prod_detail_badge,
	.li_table.row_04 .acd_collapse[aria-expanded="true"],
	.li_table.row_04 .acd_collapse,
	div[data-widget-type="shop_view"] .goods_form > header,
	.opt_product_area .area_tit:before,
	.order_quantity_area .area_tit:before,
	.no_comment_box,
	.text_tab .site_prod_nav_wrap.scroll-to-fixed-fixed {
	border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.1) ;;
	}
	.acd_row {
		border-bottom: 1px solid #363636;
	}
	.acd_row:first-child {
		border-top: 1px solid #363636;
	}
	ul.site_prod_nav > li a.active,
	.background_tab ul.site_prod_nav > li a,
	.return_wrap.table > tbody > tr > td:first-child {
	background-color:rgba(54,54,54,0.03);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#07545454,endColorstr=#07545454);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#07545454,endColorstr=#07545454);	zoom: 1;;
	}
	.text_tab ul.site_prod_nav > li > a.active {
	;
		color: #363636;
	}
	.background_tab ul.site_prod_nav > li a.active,
	.auth_button_area {
	;
		background: #363636;
	}
   .background_tab ul.site_prod_nav > li a.active > span.braket-badge {
       background-color: none;
       color: #fff;
    }
	.underline_tab ul.site_prod_nav > li a {
	color:rgb(54,54,54);color:rgba(54,54,54,0.7);;
		border: none;
		border-bottom: 1px solid rgba(33, 33, 33, 0.3);
	border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.15) ;	}
	.underline_tab .scroll-to-fixed-fixed ul.site_prod_nav > li a,
	.button_tab .scroll-to-fixed-fixed ul.site_prod_nav > li {
		border-bottom-color: transparent;
	}
    .button_tab .scroll-to-fixed-fixed ul.site_prod_nav > li {
        border-top: none;
    }
    .underline_tab ul.site_prod_nav > li a.active {
	;
		color: #363636; 
		border-bottom: 1px solid #363636;   
	}
	#shop_cart_list .popover label,
	#shop_cart_list .popover p {
		color: #333 !important;
	}
	.text_tab .after_line:after {
		content: '';
		display: block;
		width: 1px;
		height: 10px;
		-ms-transform: rotate(20deg);
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
	background-color:rgba(54,54,54,0.3);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c545454,endColorstr=#4c545454);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c545454,endColorstr=#4c545454);	zoom: 1;;
		position: absolute;
		right: -45px;
		top: 50%;
		margin-top: -5px;
	}
    .text_tab .after_line:last-child:after {
        content: "";
        display: none;
    }
	.prod_icon.new {
		border-width: 1px;
		border-style: solid;
		border-color : #363636;
	;
	}
	.doz_sys .btn-brand,
	.doz_sys .btn-brand:hover,
	.modal-head .btn.active {
	;
		background   : #363636;
		color        : #fff;
		border-color : #363636;
	}
	.imweb-loader .progress-bar {
		background: #363636;
	}
	.doz_sys h1 {
		font-size: 4em ;
		line-height: 1.2;
		text-indent: ;
		font-style: normal;
		text-decoration: ;
	}
	.doz_sys h1.board-title,
  .doz_sys h1.view_tit {
		font-size: unset;
		line-height: unset;
		text-indent: unset;
		font-style: unset;
		text-decoration: unset;
	}
    .doz_sys h1.sale-price-title {
        font-weight: bold;
        width: 100%;
        align-items: center;
        color: ;
        display: inline-flex;
        margin: 0;
    }
  
    .doz_sys h1.sale-price-title.download-done,
    .doz_sys h1.sale-price-title.download-failed {
        color: #999999 !important;
    }
    
	.doz_sys h2 {
		/*color: ;*/
		font-size: 3.214em ;
		line-height: 1.2;
		text-indent: ;
		font-style: normal;
		text-decoration: ;
	}
	.doz_sys h3 {
	;
		color: ;
		font-size: 2.571em ;
		line-height: 1.2;
		text-indent: ;
		font-style: normal;
		text-decoration: ;
	}
	.doz_sys h4 {
	;
		color: ;
		font-size: 2.143em;
		line-height: 1.2;
		text-indent: ;
		font-style: normal;
		text-decoration: ;
	}
	.doz_sys h5 {
	;
		color: ;
		font-size:1.714em;
		line-height: 1.2;
		text-indent: ;
		font-style: normal;
		text-decoration: ;
	}
	.doz_sys h6 {
	;
		color: ;
		font-size: 1.286em;
		line-height: 1.4;
		text-indent: ;
		font-style: normal;
		text-decoration: ;
	}
	.doz_sys .fc-state-active, .doz_sys .fc-left .fc-state-down {
	;
		background-color : #363636	}
	.seemore_wrap .open:before {
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.01), rgba(255,255,255,0.8) 66%, rgba(255,255,255,0.9) 83%, rgba(255,255,255,0.98) 98%, rgba(255,255,255,1));
	}
	div[doz_type="text"] span[style*="font-size: 18px"], .header-content .text span[style*="font-size: 18px"], .fr-element span[style*="font-size: 18px"]{
		line-height: 1.2 !important;>
	}
	div[doz_type="text"] span[style*="font-size: 20px"], .header-content .text span[style*="font-size: 20px"], .fr-element span[style*="font-size: 20px"]{
		line-height: 1.2 !important;
	}
	div[doz_type="text"] span[style*="font-size: 22px"], .header-content .text span[style*="font-size: 22px"], .fr-element span[style*="font-size: 22px"]{
		line-height: 1.2 !important;
	}
	div[doz_type="text"] span[style*="font-size: 24px"], .header-content .text span[style*="font-size: 24px"], .fr-element span[style*="font-size: 24px"]{
		line-height: 1.2 !important;
	}
	div[doz_type="text"] span[style*="font-size: 26px"], .header-content .text span[style*="font-size: 26px"], .fr-element span[style*="font-size: 26px"]{
		line-height: 1.2 !important;
	}
	div[doz_type="text"] span[style*="font-size: 30px"], .header-content .text span[style*="font-size: 30px"], .fr-element span[style*="font-size: 30px"]{
		line-height: 1.2 !important;
	}
	div[doz_type="text"] span[style*="font-size: 36px"], .header-content .text span[style*="font-size: 36px"], .fr-element span[style*="font-size: 36px"]{
		line-height: 1.2 !important;
	}
	div[doz_type="text"] span[style*="font-size: 48px"], .header-content .text span[style*="font-size: 48px"], .fr-element span[style*="font-size: 48px"]{
		line-height: 1.2 !important;
	}
	div[doz_type="text"] span[style*="font-size: 60px"], .header-content .text span[style*="font-size: 60px"], .fr-element span[style*="font-size: 60px"]{
		line-height: 1.1 !important;
	}
	div[doz_type="text"] span[style*="font-size: 64px"], .header-content .text span[style*="font-size: 64px"], .fr-element span[style*="font-size: 64px"]{
		line-height: 1.1 !important;
	}
	div[doz_type="text"] span[style*="font-size: 72px"], .header-content .text span[style*="font-size: 72px"], .fr-element span[style*="font-size: 72px"]{
		line-height: 1.1 !important;
	}
	div[doz_type="text"] span[style*="font-size: 96px"], .header-content .text span[style*="font-size: 96px"], .fr-element span[style*="font-size: 96px"]{
		line-height: 1.1 !important;
	}
	div[doz_type="text"] span[style*="font-size: 120px"], .header-content .text span[style*="font-size: 120px"], .fr-element span[style*="font-size: 120px"]{
		line-height: 1.1 !important;
	}
	div[doz_type="text"] span[style*="font-size: 144px"], .header-content .text span[style*="font-size: 144px"], .fr-element span[style*="font-size: 144px"]{
		line-height: 1.1 !important;
	}
	div[doz_type="text"] span[style*="font-size: 180px"], .header-content .text span[style*="font-size: 180px"], .fr-element span[style*="font-size: 180px"]{
		line-height: 1.1 !important;
	}
	div[doz_type="text"] span[style*="font-size: 240px"], .header-content .text span[style*="font-size: 240px"], .fr-element span[style*="font-size: 240px"]{
		line-height: 1.1 !important;
	}
	@media all and (max-width:992px) {
		html {overflow-x : hidden; overflow-x : clip;}
		div[doz_type="text"] span[style*="font-size: 14px"], .header-content .text span[style*="font-size: 14px"]{
			font-size: 13px !important;
		}
		div[doz_type="text"] span[style*="font-size: 16px"], .header-content .text span[style*="font-size: 16px"]{
			font-size: 14px !important;
		}
		div[doz_type="text"] span[style*="font-size: 18px"], .header-content .text span[style*="font-size: 18px"]{
			font-size: 15px !important;
		}
		div[doz_type="text"] span[style*="font-size: 20px"], .header-content .text span[style*="font-size: 20px"]{
			font-size: 15px !important;
		}
		div[doz_type="text"] span[style*="font-size: 22px"], .header-content .text span[style*="font-size: 22px"]{
			font-size: 16px !important;
		}
		div[doz_type="text"] span[style*="font-size: 24px"], .header-content .text span[style*="font-size: 24px"]{
			font-size: 16px !important;
		}
		div[doz_type="text"] span[style*="font-size: 26px"], .header-content .text span[style*="font-size: 26px"]{
			font-size: 18px !important;
		}
		div[doz_type="text"] span[style*="font-size: 30px"], .header-content .text span[style*="font-size: 30px"]{
			font-size: 20px !important;
		}
		div[doz_type="text"] span[style*="font-size: 36px"], .header-content .text span[style*="font-size: 36px"]{
			font-size: 24px !important;
		}
		div[doz_type="text"] span[style*="font-size: 48px"], .header-content .text span[style*="font-size: 48px"]{
			font-size: 28px !important;
		}
		div[doz_type="text"] span[style*="font-size: 60px"], .header-content .text span[style*="font-size: 60px"]{
			font-size: 30px !important;
		}
		div[doz_type="text"] span[style*="font-size: 64px"], .header-content .text span[style*="font-size: 64px"]{
			font-size: 32px !important;
		}
		div[doz_type="text"] span[style*="font-size: 72px"], .header-content .text span[style*="font-size: 72px"]{
			font-size: 36px !important;
		}
		div[doz_type="text"] span[style*="font-size: 96px"], .header-content .text span[style*="font-size: 96px"]{
			font-size: 40px !important;
		}
		div[doz_type="text"] span[style*="font-size: 120px"], .header-content .text span[style*="font-size: 120px"]{
			font-size: 44px !important;
		}
		div[doz_type="text"] span[style*="font-size: 144px"], .header-content .text span[style*="font-size: 144px"]{
			font-size: 48px !important;
		}
		div[doz_type="text"] span[style*="font-size: 180px"], .header-content .text span[style*="font-size: 180px"]{
			font-size: 52px !important;
		}
		div[doz_type="text"] span[style*="font-size: 240px"], .header-content .text span[style*="font-size: 240px"]{
			font-size: 58px !important;
		}
		.mobile_section div[doz_type="text"] span[style*="font-size: 14px"], .mobile_section .header-content .text span[style*="font-size: 14px"]{
			font-size: 14px !important;
		}
		.mobile_section div[doz_type="text"] span[style*="font-size: 16px"], .mobile_section .header-content .text span[style*="font-size: 16px"]{
			font-size: 16px !important;
		}
		.mobile_section div[doz_type="text"] span[style*="font-size: 18px"], .mobile_section .header-content .text span[style*="font-size: 18px"]{
			font-size: 18px !important;
		}
		.mobile_section div[doz_type="text"] span[style*="font-size: 20px"], .mobile_section .header-content .text span[style*="font-size: 20px"]{
			font-size: 20px !important;
		}
		.mobile_section div[doz_type="text"] span[style*="font-size: 22px"], .mobile_section .header-content .text span[style*="font-size: 22px"]{
			font-size: 22px !important;
		}
		.mobile_section div[doz_type="text"] span[style*="font-size: 24px"], .mobile_section .header-content .text span[style*="font-size: 24px"]{
			font-size: 24px !important;
		}
		.mobile_section div[doz_type="text"] span[style*="font-size: 26px"], .mobile_section .header-content .text span[style*="font-size: 26px"]{
			font-size: 26px !important;
		}
		.mobile_section div[doz_type="text"] span[style*="font-size: 30px"], .mobile_section .header-content .text span[style*="font-size: 30px"]{
			font-size: 30px !important;
		}
		.mobile_section div[doz_type="text"] span[style*="font-size: 36px"], .mobile_section .header-content .text span[style*="font-size: 36px"]{
			font-size: 36px !important;
		}
		.mobile_section div[doz_type="text"] span[style*="font-size: 48px"], .mobile_section .header-content .text span[style*="font-size: 48px"]{
			font-size: 48px !important;
		}
		.mobile_section div[doz_type="text"] span[style*="font-size: 60px"], .mobile_section .header-content .text span[style*="font-size: 60px"]{
			font-size: 60px !important;
		}
		.mobile_section div[doz_type="text"] span[style*="font-size: 64px"], .mobile_section .header-content .text span[style*="font-size: 64px"]{
			font-size: 64px !important;
		}
		.mobile_section div[doz_type="text"] span[style*="font-size: 72px"], .mobile_section .header-content .text span[style*="font-size: 72px"]{
			font-size: 72px !important;
		}
		.mobile_section div[doz_type="text"] span[style*="font-size: 96px"], .mobile_section .header-content .text span[style*="font-size: 96px"]{
			font-size: 96px !important;
		}
		.mobile_section div[doz_type="text"] span[style*="font-size: 120px"], .mobile_section .header-content .text span[style*="font-size: 120px"]{
			font-size: 120px !important;
		}
		.mobile_section div[doz_type="text"] span[style*="font-size: 144px"], .mobile_section .header-content .text span[style*="font-size: 144px"]{
			font-size: 144px !important;
		}
		.mobile_section div[doz_type="text"] span[style*="font-size: 180px"], .mobile_section .header-content .text span[style*="font-size: 180px"]{
			font-size: 180px !important;
		}
		.mobile_section div[doz_type="text"] span[style*="font-size: 240px"], .mobile_section .header-content .text span[style*="font-size: 240px"]{
			font-size: 240px !important;
		}
	}
	strong {
		font-weight:600;
	}
	.doz_sys .widget{
		margin-left:0;
		margin-right:0;
	}
	.doz_sys .col-dz {
		padding-left: 0;
		padding-right: 0;
	}
	.doz_sys .inside .col-dz,
	.col-dz-12 .extend_thumbs {
		padding-left: 15px;
		padding-right: 15px;
		/*display: table-cell;
		vertical-align: top;
		height:100%*/
	}
	.inside .extend_thumbs {
		padding: 0;
	}
	.doz_sys .widget {
		margin-top:0;
		margin-bottom:0;
	}
	.doz_sys main > .doz_row .widget.calendar,
	.doz_sys main > .doz_row .widget.gallery,
	.doz_sys main > .doz_row .widget.form-widget,
	.doz_sys main > .doz_row [data-widget-type="menu_title"] {
		padding-left:32px;
		padding-right:32px;
	}
	.doz_sys main > .doz_row .widget.gallery.list-style-slide{
		padding-left:0;
		padding-right:0;
	}
	.doz_sys main > .doz_row .widget .gallery2.slide_01,
	.doz_sys main > .doz_row .widget .gallery2.grid_01,
	.doz_sys main > .doz_row .widget .gallery2.grid_04,
	.doz_sys main > .doz_row .widget .gallery2.masonry_01,
	.doz_sys main > .doz_row .widget .gallery2.masonry_04,
	.doz_sys main > .doz_row .widget .gallery2.grid_04, {
		padding-left:0 ;
		padding-right:0;
	}
	.doz_sys .inside .widget {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.doz_sys .doz_row {
		margin-left: 0;
		margin-right: 0;
	}
	.doz_sys .inside .doz_row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.nav-btn-icon.profile .badge,
	.alarm-toggle .badge, .cart-toggle .badge,
	#doz_header .navbar-main .navbar-toggle.menu .badge,
	#doz_header .navbar-main .navbar-toggle.cart .badge,
	.shop-tit .b_cnt,
	.inline_widget.login_btn a .badge,
	.b_cnt.badge {
		background-color: #FF472D;
		border-color: #FF472D;
		background-color: #363636;
		border-color:#363636;
		padding: 0;
	}
	.modal_widget_inline_login_btn .badge {
		background-color: #363636;
		border-color:#363636;
	}
	.doz_sys .doz_row:before,.doz_sys .doz_row:after {
		content: '';
		display: block;
	}
	.doz_sys .doz_row:after {
		clear: both;
	}
	.doz_sys .widget.line, .doz_sys .widget.padding{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.doz_sys .inline_widget.widget.vertical_line {
		margin-top: 0;
		margin-bottom: 0;
	}
	.list-style-card .list-header {
		padding-left: 15px;
		padding-right: 15px;
	}
	.widget.line hr{
		border-top:1px solid rgba(0, 0, 0, 0.05);
		max-width: 100%;
	}
	.doz_sys div[doz_type="widget"]{
		font-size: 15px;
	}
	.review-box .comment_area p {
		font-size: 15px;
	}
	.doz_sys .inside .doz_row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.doz_sys .inside{
		max-width:1280px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.admin .doz_sys.new_header_site .guide_line .inside,
	.admin .doz_sys.new_header_site .inline-inside {
		min-width:1280px;
	}
	main {
		max-width:1280px;
		height:100%;
	}
	body > main {
		height: auto;
	}
	.section_wrap.side_ main,
	.section_wrap.side_basic main {
		max-width:none;
	}
	/*.post_view .section_wrap.side_ main .board_view {*/
	/*	max-width:*//*px;*/
	/*	padding-left: *//*px;*/
	/*	padding-right: *//*px;*/
	/*}*/
	.section_wrap.extend_section main {
		padding-left:32px;
		padding-right:32px;
	}
	.section_wrap.extend_section main .inside {
		max-width: 100%;
		padding:0;
	}
	.section_wrap.extend_section.side_left main .inside {
		max-width: none;
	}
	.section_wrap.extend_section.side_left main, .section_wrap.extend_section.side_right main {
		max-width: 100%;
		display:table;
		width: 100%;
	}
	.section_wrap.extend_section.side_left main > .inside {
		padding-left: 15px;
		padding-right: 0;
	}
	.section_wrap.extend_section.side_right main > .inside {
		padding-left: 0;
		padding-right: 15px;
	}
	.section_wrap.extend_section.side_left .doz_aside,
	.section_wrap.extend_section.side_right .doz_aside {
		display: table-cell;
		float:none !important;
		vertical-align: top;
	}
	.section_wrap.extend_section.side_left main > .inside,
	.section_wrap.extend_section.side_right main > .inside {
		display: table-cell;
		float:none !important;
		vertical-align: top;
	}
	.section_wrap.extend_section.side_left .doz_aside {
		padding-right: 15px;
	}
	.section_wrap.extend_section.side_right .doz_aside {
		padding-left: 15px;
	}
	.section_wrap .side_gutter {
		display:table-cell;
	}
	.section_wrap.extend_section .side_gutter {
		display: table-cell;
	}
	main:after {
		content:'';
		display:block;
		clear:both;
	}
	.doz_sys .visual_section .header-content {
		max-width:1280px;
		padding-left: 15px;
		padding-right: 15px;
		margin:0 auto;
	}
	.visual_section .header-content .text ._video a > i {
		color:#fff;
		transition: .2s;
	}
	.visual_section .header-content .text ._video a:hover > i {
	;
		color:#363636;
	}
	.visual_section .owl-theme .item .op:nth-child(n) {
		filter:none;
	}
	.visual_section .header-content h1:first-child,
	.visual_section .header-content h2:first-child,
	.visual_section .header-content h3:first-child,
	.visual_section .header-content h4:first-child,
	.visual_section .header-content h5:first-child,
	.visual_section .header-content h6:first-child,
	.visual_section .header-content p {
		margin-top:0;
	}
	.visual_section .header-content .text #video-gallery a img {
		width: 300px;
	}
	.visual_section .header-content .text {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
	}
	.visual_section .header-content .text #video-gallery a {
		background: none;
		border:8px solid #fff;
		padding:0;
		border-radius: 3px;
		position: relative;
	}
	.visual_section .header-content .text #video-gallery a i {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -32px;
		margin-left: -32px;
		font-size: 36px;
		color: #fff;
		border: 3px solid #fff;
		border-radius: 50%;
		width: 64px;
		height: 64px;
		text-align: center;
		padding: 11px 0 0 8px;
		line-height: 36px;
	}
	.doz_sys .card-body {
		padding:15px 20px;
		position:relative;
	}
	.doz_sys .card-summary .avatar, .doz_sys .card-summary .tools {
		padding : 10px 15px;
	}
	.doz_sys .list-style-card .card-foot {
		padding : 0 15px;
	}
	.doz_sys .list-style-card .card-foot .cmt {
		padding: 14px 0;
		display: inline-block;
		font-size:13px;
	}
	.list-style-card>.list-header a {
	;
		color: #363636;
	}
	.doz_sys label,
	.doz_sys label.control-label {
		font-weight: normal;
		font-size: 1em;
		display: inline-block;
		max-width: 100%;
		margin-bottom: 5px;
	;
		color: #363636;
	}
  .doz_sys:not(.shop_view):not(.shop_mypage):not(.shopping) label:not(.radio_color_option) {
     width: 100%;
  }
	.doz_sys .modal_site_modal_menu .modal-content label.control-label {
	;
		color: #363636;
	}
	.doz_sys .form-group {
		margin-bottom:25px;
	}
	.doz_sys .form-widget .form-group {
		margin-bottom:15px;
	}
	.doz_sys .form-group.privacy .form-control {
		padding : 10px;
		height: 160px;
		overflow-y:auto;
		font-size: 15px;
			border-radius: 0;
					}
	.form-control, .board-head .input-group .form-control:not(:first-child):not(:last-child),.doz_sys .order_wrap input.form-control[readonly],
	.form-widget .phonenumber_wrap .chosen-container-single .chosen-single {
	;
		color: #212121;
	;
		background : #ffffff;
		background-color : #ffffff;
		border-color: rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: none;
		box-shadow: none;
			border-radius: 0;
					}
	textarea.form-control {
		}

		.pc_slide_menu_container .pc_slide_menu_backdrop {
		background : #363636;
	}
	.form-control:focus, .control_box .form-control:focus,
	.modal_add_review .form-group .form-control:focus,
	.input-group.input-group-login .form-control:focus {
		border-color : #363636;
		box-shadow   : none;
	}
	.textarea_block textarea:focus {
		border-color: #363636;
	}
	.design-setting .form-control:focus {
		border-color: #363636 !important;
	}
	.option_btn_tools .form-control:focus {
		border-color : transparent;
	}
	.form-select-wrap {
		position: relative;
	}
	.form-select-wrap:before {
		content: '\f2f2';
		display: block;
		position: absolute;
		font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
		text-rendering: auto;
		z-index: 11;
		font-size: 24px;
		vertical-align: middle;
		right: 14px;
		top: 50%;
		line-height: 9px;
		margin-top: -4.5px;
	color:rgb(54,54,54);color:rgba(54,54,54,0.4);;
		pointer-events: none;
	}
	.form-select-wrap select.form-control {
		padding-right: 5px !important;
	}
	.form-select-wrap.on:before{
		display: none;
	}
	.goods_wrap .form-select-wrap:before,
	.form-delivery .form-select-wrap:before {
		font-family: 'simple-line-icons';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		content: '\e604';
		font-size: 13px;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-top: 0;
	;
		color: #363636;
	}
	.goods_wrap .form-select-wrap.open:before,
	.form-delivery .form-select-wrap.open:before {
		content: '\e607';
	}
	.lp_table .table>tbody>tr.active>td {
	background-color:rgba(54,54,54,0.05);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0c545454,endColorstr=#0c545454);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0c545454,endColorstr=#0c545454);	zoom: 1;;
	}
	.form-widget .form-control.datepicker,
	.form-widget .form-control.timepicker,
	.doz_sys .form-widget select.form-control {
	;
		background-color : #ffffff;
	}
	@media (max-width: 1310px) {
		.doz_sys .widget.line, .doz_sys .widget.padding{
			margin-top: 15px;
			margin-bottom: 15px;
		}
		.extend .inline-inside, .extend_section main,.doz_sys .visual_section .header-content {
			padding-left: 15px !important;
			padding-right: 15px !important;
		}
		.extend_section.lr_margin_none main {
			padding-left: 0 !important;
			padding-right: 0 !important;
		}
	}
	.list-style-gallery .list-header,
	.category .category_select_btn:after {
	;
		color: #363636;
	}
	.list-style.masonry-style .table_top.row {
		margin-left:-10px;
		margin-right:-10px;
	}
	.fr-view span[style~="color:"] a {
		color: inherit !important;
	}
	div[doz_type="text"].widget a[href^="tel:"] {
		color: inherit;
	}
	.list-style.blog .blog-body > a:active{
	;
		color: #363636;
	}
	.comment_area,
	body.shop_mypage .comment_area {
	;
		color: #363636;
	}
	.comment_area p a,
	.feed-summary .comment_area a,
	.comment_area a {
		color: #363636;
	}
	.comment .comment:after {
	color:rgb(54,54,54);color:rgba(54,54,54,0.6);	}
	.board_summary .author .member_line {
	color:rgb(181,181,181);color:rgba(181,181,181,1);	}
	.inline-author {
		color: #363636;
	}
	.board_view.new .comment .tools a {
	;
		color : #363636;
	}
	.board_view.new .substance p a {
	;
		color: #363636;
	}
	.board-title em {
	;
		color:#363636;
	}
	.sub_depth li a.active {
	;
		color: #363636;
	}
	.item_wrap .tip-off.item .row, .shop-content.payment > div .tip-off, .shop-content.payment .bottom-btn, .shop-content.payment > div.item_wrap {
	border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.1) ;	}
	.list-style .list-header, .list-style .list, .list-style .list.line > .table-cell {
	border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.1) ;		border-style: solid;
		border-width: 0 0 1px 0;
	}
	.board_view .grid_ignore header a,
	.widget.board .grid_ignore a.board,
	.editor_box .add_map .info > div.phone,
	.content-tit .board,
	.content-tit .user .author > div {
	border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.3) ;	}
	.widget.board .grid_ignore a.board:before {
	background-color:rgba(54,54,54,0.3);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c545454,endColorstr=#4c545454);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c545454,endColorstr=#4c545454);	zoom: 1;	}
	.board_view .grid_ignore .author span,.comment .comment .block-postmeta:after {
	color:rgb(54,54,54);color:rgba(54,54,54,0.5);	}
	.textarea_block .btn.cancel {
	;
		color:#363636;
	}
	.write-icon .icon a.active .bt-font, .textarea_block .icon.active,.write-body .tit-area a i.on,.search_widget .highlight,.write-body .board_summary .right i.on{
		color:#363636;
	}
	.board_summary .write {
	;
		color: #363636 ;
	}
	.widget.board .grid_ignore .tools a,.widget.board .grid_ignore .sticker {
	 !important;
		color: #363636 !important;
	}
	.list-style .list-header a,.list-style .list-header{
	;
		color: #363636;
	}
	.doz_sys .board-head header em{
	;
		color: #363636;
		font-size: 15px;
	}
	.lst_num .notice {
	;
		color:#363636;
	}
	.list-style .list {
		font-size: 15px;
		line-height: 1.6;
	}
	.list-style-card .card-foot .zmdi,.album-foot .zmdi {
		line-height: 1.6;
	}
	.gallery .owl-theme .item .header-content .text{
		font-size: 15px;
	}
	.doz_sys .doz_row.table_top {
		margin :0 -15px;
	}
	.doz_sys .doz_row.table_top .col-dz {
		padding :0 15px;
	}
	.alert.alert-brand {
		color        : #757575;
		background   : #FAFAFA;
		border-color : #363636;
		margin       : 0;
	}
	.li_table a .re_num {
	;
		color: #363636;
	}
	.li_table .comment-count {
		font-size:14px;
		margin-left:4px;
	}
	.li_table .comment-count span {
	;
		color: #363636;
	}
	.li_table .tit.new:after {
		display: inline-block;
		content:'N';
		width: 14px;
		height: 14px;
		border-radius: 50%;
		font-size: 8px;
		color: #fff;
		background-color: #F63D48;
		text-align: center;
		padding:3px;
		vertical-align: top;
		margin-left: 5px;
	}
	.li_table ul .tit {
	;
		color: #363636;
	}
	.li_table ul .tit .notice {
	;
		color: #363636;
	}

	.list_tap a {
	;
		color: #363636;
	}
	.list-style.album .item{
		font-size:15;
	}
	.list-style.album .album-body .title a,.list-style.album .album-body .text a {
	;
		color: #363636;
	}
	.list-style .album-body .title a,.list-style .album-body .text a {
	;
		color: #363636;
	}
	.list-style.album .album-foot a {
	;
		color: #363636;
	}
	.list-style.album .title a{
		font-size:1.3em
	}
	.list-style.album .album-body .text a{
		line-height: 1.5;
	}
	.list-style.album .album-body .text a,.list-style.album .album-body .title a{
	;
		color: #363636;
	}
	.notice-block {
	;
		color:#363636;
		margin-right:5px
	}
	.list-style.blog .list{
		font-size:15;
	}
	.blog .blog-body .text-block strong a,.blog .blog-body .text-block .text{
	;
		color: #363636;
	}
	.list-style .list .title > a {
	;
		color: #363636;
	}
	.list-style .list .title > a:active {
	;
		color: #363636;
	}
	.board_write .right header .zmdi-settings {
	;
		color: #363636;
	}
	.add_comment_comment {
		color:#363636;
		background-color:transparent;
		border:1px solid #363636;
	}
	.add_comment_comment:hover {
	;
		color:#363636;
	}
	.add_comment_comment:active,.add_comment_comment:focus {
		color:#eee;
	}
	.li_table .tit .sticker.notice,
	.acd_title .notice {
	;
		color:#363636;
		background: #fff;
	}
	.board_view .header > .sticker.notice,
	.buy_btns.pc a.active i,
	.buy_btns .like_box.active i,
	.buy_btns .like_box.on i,
	a[data-role=wishlist].active i,
	button[data-role=wishlist].active i {
	;
		color:#363636;
	}
	.list-style-card.gallery .card {
		font-size: 15px;
	}
	.list-style .list-header a{
	;
		color: #363636;
	}
	.doz_sys a .cmt {
	;
		color: #363636;
		font-size:14px;
	}
	.list-style-gallery .item {
		font-size: 15px;
	}
	.pagination > li > a,
	.pagination > li > span {
		background-color:transparent;
	color:rgb(54,54,54);color:rgba(54,54,54,0.4);	}
	ul.pagination li a.active,
	.pagination > li > a:focus,
	.pagination > li > span:focus {
	;
		color:#363636;
		background: transparent;
		border: 0;
	}
	.board-head .middle_line {
		margin: 0 15px;
		width: 1px;
		height: 10px;
	background-color:rgba(54,54,54,0.4);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66545454,endColorstr=#66545454);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66545454,endColorstr=#66545454);	zoom: 1;;
		display: inline-block;
	}
	.board-head header .inline-blocked a {
	color:rgb(54,54,54);color:rgba(54,54,54,0.4);	}
	.board-head header .inline-blocked a.active {
	;
		color:#363636;
	}
	.pagination > li > a:hover,
	.pagination > li > span:hover {
		background: transparent;
		border: 0;
	}
	.pagination > .active > a,
	.pagination > .active > span {
		font-weight: bold;
	}
	.pagination > .active > a,
	.pagination > .active > span,
	.pagination > .active > a:hover,
	.pagination > .active > span:hover,
	.pagination > .active > a:focus,
	.pagination > .active > span:focus,
	.pagination > li > a:hover,
	.pagination > li > span:hover {
		background: transparent;
		border: 0;
	;
		color:#363636;
		cursor:pointer;
	}
	.modal_add_review .form-group textarea.form-control {
	;
		color:#363636;
	}
	.pagination > li > a.disabled:hover,
	.pagination > .active > a.disabled:focus {
	color:rgb(54,54,54);color:rgba(54,54,54,0.4);	}
	.join_pw_box .float_l {
	;
		color:#363636 ;
	}
	.map_contents .btn-group-comment .comment_num.btn {
	;
		color:#363636;
		cursor: default;
	}
	.btn, .visual_section a.btn, a.select-star, .star-pointer .dropdown-menu a.dropdown-item, .cart-btn-tools .alpha_add_review_button > button {
	border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.2) ;	background-color : #ffffff;;
		background-color:rgba(255,255,255,1);
		border-radius: 2px;
		letter-spacing: 1px;
	;
		color:#363636;
		font-size: 14px;
		font-weight: normal;
		font-style: normal;
		padding: 10px 25px;
	}
  .select-star {
    min-width: 160px;
    width: 160px;
    border-width: 1px;
    border-radius: 8px !important;
    padding: 10px 12px !important;
    cursor: pointer;
  }
  .star-point-wrap.open svg {
    transform: rotate(180deg);
  }
  .star-pointer.open .dropdown-menu {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .star-pointer .dropdown-menu {
    margin: 0px;
    padding: 8px;
    top: calc(100% + 8px);
    border-radius: 8px;
    border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.2) ;    box-shadow: 0px 14px 32px 0px #4B515B1F, 0px 10px 14px 0px #4B515B0F, 0px 0px 0px 1px rgba(54,54,54,0.03), 0px 0px 1px 0px rgba(54,54,54,0.2);
  }
  .star-pointer .dropdown-menu a.dropdown-item {
    border-radius: 8px;
    padding: 8px 12px;
  }
	.shop-style-b ._btn_npay,
	.shop-style-b div.cart_btn_child a,
	.shop-style-b ._btn_kakaopay,
	.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_link,
	.social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_talk,
	.pay-box a.to-order,
	.shop-style-b a.buy,
	.shop-style-b .button,
	.buy_btns.mobile .btn,
	.buy_btns.mobile .button,
	.__checkout_btn_buy, .__checkout_btn_wish, .__checkout_btn_channel {
		border-radius: 2px !important;
	}
	.btn:hover, .visual_section a.btn:hover, a.select-star:hover {
		border-color: #363636;
	}

	._btn_order_gift {
		border: 1px solid #D2D7E0 !important;
		color: #15181E !important;
		background-color: #FFFFFF !important;

		min-width: 160px;
		height: 48px;
		padding: 0 24px;
		font-size: 15px !important;
		display: flex;
		justify-content: center;
		align-items: center;
	}

  .star-pointer .dropdown-menu a.dropdown-item:hover {
    background-color: rgba(54,54,54,0.1) !important;
  }
	.btn.btn-cancel {
		color: #212121;
		background: #fff;
		border-color: rgba(33, 33, 33, .2);
	}
	.btn.btn-cancel:hover {
		border-color: rgba(33, 33, 33, 1);
	}
	.btn.btn-modal-cancel, .btn.btn-modal-cancel:hover{
		color: rgba(33,33,33,0.4);
		background: rgba(33,33,33,0.1);
		border: 1px solid rgba(33, 33, 33, 0.100524);
	}
	.adult_item_box {
	border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.2) ;;
		border-width: 1px;
		border-style: solid;
		padding: 20px 15px;
	}
	.adult_item_box .box_tit {
		font-family : 'Poppins','Apple SD Gothic Neo, Malgun Gothic, Nanum Gothic, Meiryo, sans-serif, serif, Arial','Apple SD Gothic Neo', 'Malgun Gothic','Nanum Gothic', 'Noto Sans','sans-serif';
		margin-top: 0;
	}
	.admin .img-btn-area .btn {
		background-color: #fff;
		border-color: #adadad;
		color: #000;
	}
	.admin .img-btn-area .btn:hover {
		background-color: #e6e6e6;
		border-color: #adadad;
		color: #000;
	}
	.form_row .btn {
		border-radius: 2px;
	}
	.goods_form .btn-group .btn:first-child {
	border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.2) ;		border-width: 1px;
		border-style: solid;
	}
	.modal_widget_inline_login_btn .btn,
	.modal_widget_inline_login_btn .btn-primary,
	.modal_widget_inline_login_btn .btn.btn-primary,
	.design_setting_view .modal_widget_inline_login_btn .btn-primary:hover {
		padding: 0;
	}
	.modal_widget_inline_login_btn .button_list.info .btn {
		color:#363636;
	}
	.btn-default-dark {
		background-color: #000;
		border-color: #000;
	}
	.btn {
		font-size: 12px;
	}
	.btn-xs {
		padding : 3px 13px;
	}
	.btn-sm {
		padding: 6px 22px;
	}
	.btn-lg {
		padding: 15px 30px ;
		font-size:14px;
	}
	.btn.btn-default, .wig-btn.btn-default{
		border-color: ;
	}
	.btn.btn-default:hover {
	border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.3) ;	background-color:rgba(247,247,247,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff247247247,endColorstr=#ff247247247);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff247247247,endColorstr=#ff247247247);	zoom: 1;	}
	.modal_site_login .btn, .modal_site_join_policy .btn, .modal_site_find_password .btn, .modal_site_join .btn, .member_profile .btn {
		border-radius: 0;
	}
	.doz_sys .board_contents a:not(.btn), .doz_sys .board_contents a:not(.btn):hover,
	.board_txt_area a, .board_txt_area a:hover, .board_txt_area a:active, .board_txt_area a:focus, .editor_box .fr-view a {
	;
		color : #363636;
		white-space: normal;
	}
	.board_txt_area a[href^="tel"],.board_txt_area a[href^="tel"]:hover, .board_txt_area a[href^="tel"]:active, .board_txt_area a[href^="tel"]:focus{
		color: inherit;
	}
	/* 게시물 상세/아코디언 본문 p 태그 하단 여백 제거 */
	/* 글쓰기 에디터(.editor_box .fr-view)에도 동일 규칙을 적용해 작성 화면과 발행 화면의 문단 간격을 일치시킨다 */
	.board_txt_area p,
	.board_contents p,
	.editor_box .fr-view p {
		margin: 0;
	}
	.btn-primary, .btn.btn-primary, .design_setting_view .btn-primary:hover {
		background-color:#363636;
	;
		border-color:#363636;
		color:#ffffff;
		padding-left:20px;
		padding-right:20px;
		border-width:1px;
	}
	.btn-default{
		padding-left:20px;
		padding-right:20px;
		border-width:1px;
	}
	.editor_box .fr-view a.btn.btn-primary {
		color:#ffffff;
	}
	.inline_widget.login_btn .btn-default .icon_class {
		color:#363636;
	}
	.btn-primary:hover {
	background-color:rgba(28,28,28,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff282828,endColorstr=#ff282828);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff282828,endColorstr=#ff282828);	zoom: 1;	border-color:rgb(28,28,28) ;border-color:rgba(28,28,28,1) ;		background-color:#ffffff;
	;
		border-color:#363636;
		color:#363636;
		border-width:1px;
	}
	.goods_payment .opt_block,
	.order_quantity_area {
	background-color:rgba(54,54,54,0.03);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#07545454,endColorstr=#07545454);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#07545454,endColorstr=#07545454);	zoom: 1;	}
	.btn.btn-naver {
		background-color: #27d34a !important;
		border-color: #27d34a !important;
		background-image: url(../f/3db0a731_naver_login2x.png);
		background-size: 16px;
		background-position: 15px 50%;
		background-repeat: no-repeat;
		color: #fff !important;
		font-size:14px;
	}
	.btn.btn-kakao {
		background-color: #FFEB00 !important;
		background-image: url(../f/4b5e9384_kakao_icon.png);
		background-size: 20px;
		background-position: 12px 49%;
		background-repeat: no-repeat;
		color: #3c1e1e !important;
		border-color: #FFEB00 !important;
		font-size:14px;
	}
	.btn.btn-line {
		background-color: #05C655 !important;
		background-size:20px;
		color: #fff !important;
		border-color: #05C655 !important;
		font-size:14px;
		font-family:Sans-Serif;
	}
	.btn.btn-line i {
		position: absolute;
		top: 50%;
		left: 12px;
		font-size: 21px;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.btn.btn-apple {
		background-color: #212121 !important;
		background-size:20px;
		color: #fff !important;
		border-color: #212121 !important;
		font-size:14px;
		font-family:Sans-Serif;
	}
    .exclude-item-list {
        border-color: #363636;
    }
	.btn.btn-apple i {
		position: absolute;
		top: 47%;
		left: 14px;
		font-size: 21px;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.btn.btn-google {
		background-color: #ffffff !important;
		background-image:url(../f/571381e2_google_icon.png);
		background-size:19px;
		background-position: 13px 50%;
		background-repeat:no-repeat;
		color: #000 !important;
		border-color: #ccc !important;
		font-size:14px;
		font-family:Sans-Serif;
	}
	.btn.btn-google .social-icon {
		display:none;
		position: absolute;
		left:12px;
		font-size:22px;
	}
    a.show-my-coupon {
        color: #363636;
    }
    a.use-info.coupon_use_btn:hover,
    a.show-my-coupon:hover {
        color:rgb(28,28,28);color:rgba(28,28,28,1);;
    }
    .btn.btn-facebook {
		background-color: #4469b0 !important;
		color: #fff !important;
		border-color: #4469b0 !important;
		font-size:14px;
	}
	.btn.btn-facebook .social-icon {
		position: absolute;
		left:13px;
		margin-top: -1px;
		font-size:20px;
	}
	.btn-naver:hover,.btn-google:hover,.btn-facebook:hover  {
		color:#fff;
	}

        #join_form {
            display: none;
        }
        .mobile_nav_wrap {
            transform: scale(0);
            position: absolute;
        ;
            color: #363636;
        background-color : #ffffff;;
            background-color: rgba(255,255,255,1);
        }
        .mobile_nav_wrap .nav-item > a {
            display     :block;
            line-height : 46px;
            position    : relative;
        ;
            color       : #363636;
            font-size   : 13px;
            opacity     : 0.54;
        }
        .mobile_nav_wrap .depth2 .nav-item > a, .mobile_nav_wrap .depth3 .nav-item > a {
            line-height: 41px;
        }
        .mobile_nav_wrap .owl-carousel .owl-item, .mobile_carousel_nav .nav-item {
            -webkit-backface-visibility: initial;
            -webkit-tap-highlight-color: rgba(201, 224, 253, 0.3);
        }
        .mobile_nav_wrap .nav-item > a.active {
            opacity: 1;
        }
        .mobile_nav_wrap .nav-item > a.active:after, .left-menu ul li.active a:after {
            content:'';
            position: absolute;
            bottom:0;
            left:12px;
            width: calc(100% - 24px);
            border-bottom:2px solid #363636;
        }
        .categorize ul li a.active:after {
            content       : '';
            position      : absolute;
            bottom        : -1px;
            left          : 0;
            width         : 100%;
            border-bottom : 1px solid #363636;
        }
        .categorize ul.site_prod_nav li a.active:after {
            display: none;
        }
        .mobile_nav_wrap .owl-stage-outer {
            padding-left:3px;
        }
        .mobile_nav_wrap .owl-stage-outer:before {
            content:'';
            position: absolute;
            left:-200px;
            width: 200%;
            bottom:0;
            border-bottom:1px solid #363636;
            opacity: 0.15;
        }
        .fc-row .fc-content-skeleton td.fc-today .fc-today-number {
        ;
            background: #363636;
        }
        body .fc-event:hover {
        ;
            color:#363636;
        }
        .bubble_box.view .box_tit,
        .deliv_button_tools .btn.active {
        ;
            color: #363636;
        }
        .form-widget select.form-control,
        .form-widget input.form-control,
        .form-widget textarea.form-control,
        .form-widget .phonenumber_wrap .chosen-container-single .chosen-single	{
            font-size: 15px;
        }
        html>body .mobile_nav_wrap {
            display: none\9;
        }
        ._widget_data.fadeInUp.Down,
        ._widget_data .fadeInUp.Down {
            -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
        }
        ._widget_data.fadeInUp.Left,
        ._widget_data .fadeInUp.Left {
            -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
        }
        ._widget_data.fadeInUp.Right,
        ._widget_data .fadeInUp.Right {
            -webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
        }
        ._widget_data.slideInUp.Down,
        ._widget_data .slideInUp.Down {
            -webkit-animation-name: slideInDown;
            animation-name: slideInDown;
        }
        ._widget_data.slideInUp.Left,
        ._widget_data .slideInUp.Left {
            -webkit-animation-name: slideInRight;
            animation-name: slideInRight ;
        }
        ._widget_data.slideInUp.Right,
        ._widget_data .slideInUp.Right {
            -webkit-animation-name: slideInLeft;
            animation-name: slideInLeft;
        }
        ._widget_data.ds_animated,
        ._widget_data .ds_animated {
            -webkit-animation-duration: 2s;
            animation-duration: 2s;
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
            opacity: 1 !important;
        }
        .radio-styled:not(ie8).radio_color_option.small input ~ span span {
        border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.15) ;;
        }
        .doz_sys .radio-styled:not(ie8) input ~ span:before, .admin #edit_wrap .radio-styled:not(ie8) input:checked ~ span:before,
        .doz_sys .checkbox-styled:not(ie8) input ~ span:before, .admin #edit_wrap .checkbox-styled:not(ie8) input:checked ~ span:before {
        border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.4) ;;
        }
        .doz_sys .checkbox-styled:not(ie8) input ~ span:before, .admin #edit_wrap .checkbox-styled:not(ie8) input:checked ~ span:before{
        border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.4) ;;
        }
        .radio-styled:not(ie8) input ~ span:before {
            top: calc((1.6em - 1.375em) * 0.5);
        }
        .checkbox-styled:not(ie8) input ~ span:before {
            top: calc((1.6em - 1.25em) * 0.5);
        }
                .doz_sys .radio-styled:not(ie8) input:checked ~ span:before, .admin #edit_wrap .radio-styled:not(ie8) input:checked ~ span:before {
            background: radial-gradient(#363636 35%, #FFFFFF 45%);
        }
        .doz_sys .checkbox-styled:not(ie8) input:checked ~ span:before, .admin #edit_wrap .checkbox-styled:not(ie8) input:checked ~ span:before {
            background: #363636;
            border: 1px solid #363636;
        }
                .opt-group .option_title {
            line-height: normal;
        }
        .opt-group .option_wrap {
            line-height: normal;
            padding-bottom: 8px;
        }
        .opt-group .option_wrap .option_title,
        .opt-group .option_wrap .option_data {
            font-size: inherit !important;
        }
        .opt-group .area_tit .option_title {
            padding-bottom: 0 !important;
        }
        /*.doz_sys.shop_view .shop-content .option_box_wrap input.form-control,*/
        /*.doz_sys.shop_view .shop-content .option_box_wrap select.form-control,*/
        /*.doz_sys.shop_view .shop-content .option_box input.form-control,*/
        /*.doz_sys.shop_view .shop-content .option_box select.form-control,*/
        /*.form-select-wrap .dropdown-menu,*/
        /*.form-select-wrap .dropdown-toggle,*/
        /*.visit_btn_wrap > .btn {*/
        /*	line-height: normal;*/
        /*}*/
        .visit_btn_wrap > .btn {
            border-color: #363636;
            background: #363636;
            color: #ffffff;
            border-radius: 0;
        }
        .nav.nav-tabs.nav-tabs-text-only>li>a.active {
         !important;
            color: #363636;
            border-color: transparent transparent #363636;
        }
                        .modal_prod_detail.review .textarea_block textarea {
            font-size: 13px !important;
        }

        /** mypage **/
        .mypage-coupon-wrap {
            border: 1px solid rgba(33,33,33, .10);
            position : relative;
            background: #fff;
            color: #20252b;
            word-wrap: break-word;
            flex: 1 1 30%;
            max-width: calc(33.333% - 7px);
        }
        .mypage-coupon-wrap .d-flex {
            display: flex;
            flex-direction: column;
            height: 100%;
        }
        .mypage-coupon-wrap .discount-title {
            margin: 0px 0px 6px 0px;
            font-size: 24px;
            font-weight: 700;
            color: #15181E;
            padding: 0;
	        line-height: 32px;
        }

        .mypage-coupon-wrap .coupon-tag {
            display: flex;
            padding-top: 4px;
            padding-bottom: 12px;
        }
        .mypage-coupon-wrap .coupon-tag .coupon_limit {
            font-size: 12px;
            font-weight: 700;
            border-radius: 20px;
            color:rgb(54,54,54);color:rgba(54,54,54,1);            background-color:rgba(54,54,54,0.1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19545454,endColorstr=#19545454);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19545454,endColorstr=#19545454);	zoom: 1;;
        }
        .mypage-coupon-wrap .coupon-tag div:nth-child(2) {
            margin-left: 5px;
        }

        .mypage-coupon-wrap .sale-coupon-name-text {
            font-weight: 400;
            font-size: 12px;
            color: #15181E;
        }
        .mypage-coupon-wrap .coupon-desc {
            padding: 4px 0px;
            font-size: 12px;
            font-weight: 400;
            min-height: 24px;
            color: #717680;
        }
        .mypage-coupon-wrap .coupon-date {
            font-size: 12px;
            font-weight: 400;
            color: #717680;
        }
        .mypage-coupon-wrap .coupon-use-btn {
            min-height: 32px;
            padding-top: 8px;

            flex: 1;
            align-items: flex-end;
        }
        .mypage-coupon-wrap .coupon-use-btn a {
            font-size: 14px;
            font-weight: 400;
            color: #1A6DFF;
        }
        @media all and (max-width : 991px) {
            .mypage-coupon-wrap {
                flex: 1 0 100%;
                max-width: none;
            }

            .mypage-coupon-wrap .mypage-download-btn {
                display: flex;
                align-items: flex-end;
	            padding-top: 16px;
	            padding-bottom: 16px;
            }

	        .mypage-coupon-wrap .discount-title {
		        margin-bottom: 8px;
	        }

	        .mypage-coupon-wrap .coupon-tag {
		        padding-top: 0px;
	        }
        }

        .prod-detail-coupon-container-style-a {
            margin-top: 24px;
        }
		.prod-detail-coupon-container-style-a .prod-detail-coupon-container .prod-detail-coupon-container-price-text {
			max-width: calc(100% - 118px);
			width: 100%;
		}

        .prod-detail-coupon-container-style-b {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-top: 20px;
            width: 100%;
        }
        .prod-detail-coupon-container-style-b .prod-detail-coupon-container .prod-detail-coupon-container-price-text {
            padding: 16px 0px 16px 16px;
	        max-width: calc(100% - 106px);
	        width: 100%;
        }
        .prod-detail-coupon-container-style-b .prod-detail-coupon-container .prod-detail-coupon-container-btn {
            padding: 16px 16px 16px 12px;
        }
        .prod-detail-coupon-container-style-b .prod-detail-coupon-container {
            max-width: 400px;
            width: 100%;
        }

        /* 옵션 뱃지 */
        .option_badge {
            background-color:rgba(54,54,54,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff545454,endColorstr=#ff545454);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff545454,endColorstr=#ff545454);	zoom: 1;;
        }

        /* 상품 상세 쿠폰 사각 버튼 */
        .prod-detail-coupon-container {
	        display: flex;
	        flex-direction: row;
	        justify-content: space-between;
	        border: 1px solid;
            border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.1) ;;
	        border-radius: 8px;
        }

		.prod-detail-coupon-container .prod-detail-coupon-container-coupon-text {
			padding: 16px 20px;
			width: 100%;
		}

		.prod-detail-coupon-container .prod-detail-coupon-container-price-text {
			padding: 16px 20px;
            flex: 1;
		}


		.prod-detail-coupon-container .coupon-title {
			font-weight: 400;
            min-height: 18px;
            margin-bottom: 4px;

            display: flex;
            align-items: center;
            font-size: 15px;
			line-height: 150%;
		}
		.prod-detail-coupon-container .coupon-sub-title {
			color: ;
			font-size: 20px;
			font-weight: 700;

            display: flex;
            align-items: center;
			line-height: 100%;
		}
        .prod-detail-coupon-container .coupon-sub-title a {
            margin-left: 5px;
	        line-height: 0px;
        }

		.prod-detail-coupon-container .coupon-sub-title .bt-question-circle {
            width: 16px;
            height: 16px;
        }
		.prod-detail-coupon-container .price-title {
			color: ;
			font-size: 20px;
			font-weight: 700;
            margin-bottom: 4px;
            align-items: center;
            display: flex;
			line-height: 140%;
		}
		.prod-detail-coupon-container .price-sub-title {
			font-size: 15px;
			font-weight: 400;
			color: #363636;
			line-height: 150%;
            margin-bottom: 4px;
			text-align: left;
			text-overflow: ellipsis;
			overflow: hidden;
			white-space: nowrap;
		}

		.prod-detail-coupon-container .prod-detail-coupon-container-btn {
            padding: 0px 20px;
			display: flex;
			justify-content: center;
			align-items: center;
		}

		.prod-detail-coupon-container .prod-detail-coupon-container-btn .btn-coupon-square {
			min-width: 78px;
			height: 28px;
			color: #fff;
			background: #363636;
            border-color: #363636;
            border-width: 1px;
			display: flex;
			justify-content: center;
			align-items: center;
            border-radius: 6px;
					}
        .prod-detail-coupon-container .prod-detail-coupon-container-btn .btn-coupon-square span {
            color: #fff !important;
                    }
		.prod-detail-coupon-container .prod-detail-coupon-container-btn .btn-coupon-square svg {
            width: 12px;
            height: 12px;
			margin-left: 4px;


							stroke: #fff;
					}

		@media all and (max-width : 991px) {
			.prod-detail-coupon-container .prod-detail-coupon-container-coupon-text {
				padding: 12px 16px;
			}

			.prod-detail-coupon-container {
				border: 1px solid;
				border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.1) ;;
				background-color:rgba(54,54,54,0.06);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f545454,endColorstr=#0f545454);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f545454,endColorstr=#0f545454);	zoom: 1;;
			}


			.prod-detail-coupon-container {
				border-radius: 6px;
			}
            .prod-detail-coupon-container .prod-detail-coupon-container-btn {
                padding: 0px 16px;
            }
			.prod-detail-coupon-container .prod-detail-coupon-container-price-text {
				padding: 12px 0px 12px 16px;
			}

			.prod-detail-coupon-container .prod-detail-coupon-container-price-text .coupon-title {
				line-height: 20.16px;
				min-height: 20px;
                display: flex;
                align-items: center;
			}
			.prod-detail-coupon-container .coupon-title span {
				font-size: .9em;
			}
			.prod-detail-coupon-container .prod-detail-coupon-container-price-text .coupon-sub-title {
				color: ;
                display: flex;
                align-items: center;
				font-size: 12px; /* mobile 고정 */
			}

			.prod-detail-coupon-container-style-a .prod-detail-coupon-container .prod-detail-coupon-container-price-text {
				max-width: calc(100% - 110px);
			}

			.prod-detail-coupon-container .prod-detail-coupon-container-price-text .price-title {
				line-height: 120%;
				font-size: 12px;
			}
            .prod-detail-coupon-container .price-sub-title {
                font-size: 0.8em;
            }
            .prod-detail-coupon-container .price-sub-title {
                margin-bottom: 0px;
	            line-height: 150%;
            }
			.prod-detail-coupon-container .coupon-sub-title {
				font-size: 12px; /* mobile 고정 */
			}
		}

        /** 쿠폰 모달 **/
        .modal_download_coupon {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-left: 0 !important;
            overflow-y: clip;
            /*max-height: 100% - 48px);*/
            height: 100%;
        }

		@media all and (max-width: 767px) {
			.modal_download_coupon .modal-dialog {
				width: 100%;
			    height: 100%;
			}
		}


        .modal_download_coupon .modal-dialog .modal-content {
            background-color: rgba(255, 255, 255, 0);
        }
        .modal_download_coupon .resize-top {
            display: none;
            width: 100%;
            background-color: rgba(255, 255, 255, 0);
        }
        .modal_download_coupon .resizer {
            background-color: #FFFFFF;
            cursor: ew-resize;
            width: 100%;
            height: 32px;
            position: relative;
            border-top-left-radius: 16px;
            border-top-right-radius: 16px;
            display: none;
        }
        .modal_download_coupon .resizer svg {
            position: absolute;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
        }

        .modal_download_coupon .resize-bottom {
            flex: 1;
        }

        @media all and (max-width : 768px) {
            .modal_download_coupon .resizer {
                display: block;
            }

            .modal_download_coupon .resize-top {
                display: block;
            }

            .modal_download_coupon .resize-bottom .top-bar {
                display: none;
            }
            #modal_coupon_list {
                padding-top: 0px;
                min-height: 130px;
            }

            .modal_download_coupon .modal-dialog .modal-content {
                height: 100%;
            }
        }



        .btn-wrap .btn-coupon {
            color: #fff;
            background: #363636;
        }

        .btn-wrap .btn-coupon[disabled]:hover {
            background: #F0F0F0;
        }

	    .btn-wrap .btn-coupon:hover {
	        background-color:rgba(28,28,28,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff282828,endColorstr=#ff282828);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff282828,endColorstr=#ff282828);	zoom: 1;;
            transition: background-color 0.2s ease-in-out;
        }
        
        .coupon-wrap .sale-value{
            color: #363636;
        }
        .coupon-wrap .use-info{
            color: #363636;
        }
        .modal_mypage_coupon_use_list,
        #couopn_list .coupon-wrap{
            font-size: 15px!important;
        }
                .modal_prod_detail.review .prod_option,
        .goods_select .txt_l > .text-12 {
            font-size: 0.85em !important;
        }
        @media (min-width: 992px) {
            .doz_sys.shopping main > .doz_row div[data-widget-type="shopping"],
            .admin main > .doz_row div[data-widget-type="shopping"] {
                padding-left: 15px;
                padding-right: 15px;
            }
        }
        .doz_sys.shopping .extend_section main > .doz_row {
            padding-left:0;
            padding-right:0;
        }
        @media (min-width: 1280px) {
            .doz_sys main > .doz_row .masonry-style.card .ma-item, .doz_sys main > .doz_row .list-style-card.gallery .ma-item {
                width:300px;
            }
        }
        @media (max-width: 991px) {
            .admin.pc_slide_show.inline_header_design.slide-menu-design-on .pc_slide_menu_container {
                display: none !important;
            }
            body.doz_sys.full_board_view {
                overflow-x: hidden;
            }
            .admin.modal-open .doz_sys {
                overflow: hidden;
            }
            body.doz_sys.new_header_site.shop_mypage.order_layer_open {
                height: 100%;
                overflow: hidden;
            }
            .doz_sys .inside{
                padding-left: 15px;
                padding-right: 15px;
            }
            .admin .doz_sys.new_header_site .inside,.admin .doz_sys.new_header_site .inline-inside {
                min-width: 100%;
            }
            .doz_sys div[doz_type="text"] h1, .doz_sys .header-content h1 {
                font-size: 3.214em
            }
            .doz_sys div[doz_type="text"] h2, .doz_sys .header-content h2 {
                font-size: 2.571em
            }
            .doz_sys div[doz_type="text"] h3, .doz_sys .header-content h3 {
                font-size: 2em
            }
            .doz_sys div[doz_type="text"] h4, .doz_sys .header-content h4 {
                font-size: 1.714em
            }
            .doz_sys div[doz_type="text"] h5, .doz_sys .header-content h5 {
                font-size: 1.371em
            }
            .doz_sys div[doz_type="text"] h6, .doz_sys .header-content h6 {
                font-size: 1em
            }
            .mobile_nav_wrap {
                transform: scale(1);
                position: static;
            }
            .doz_aside {
                display: none !important;
            }
            .section_wrap.side_left main > .inside {
                width: 100%;
                float: none;
            }
            .section_wrap.side_left main > .inside, .section_wrap.side_right main > .inside {
                width: 100% !important;
                float: none !important;
                display: block !important;
            }
            .section_wrap.side_left main, {
                padding-left: 15px;
                padding-right: 15px;
            }
            .doz_sys main > .doz_row .col-dz {
                padding-left: 0;
                padding-right: 0;
            }
            .doz_sys .inside .doz_row .col-dz {
                padding-left: 15px;
                padding-right: 15px;
            }
            .section_wrap.extend_section main {
                padding-left: 0 !important;
                padding-right: 0 !important;
            }
            .doz_sys.shopping .extend_section main > .doz_row div[data-widget-type="shopping"],
            .doz_sys.shopping main > .doz_row div[data-widget-type="shopping"] {
                padding-left:15px;
                padding-right:15px;
            }
            .section_wrap.side_basic main {
                padding-left: 0;
                padding-right: 0;
            }
            .doz_sys main > .full_board .col-dz {
                padding-left: 15px;
                padding-right: 15px;
            }
            .doz_sys .extend_section main > .doz_row .widget.calendar,
            .doz_sys main > .doz_row .widget.calendar,
            .doz_sys .extend_section main > .doz_row .widget.gallery.list-style-card .ma-item,
            .doz_sys main > .doz_row .widget.board .list-style.card,
            .doz_sys .extend_section .doz_row .widget.form-widget,
            .doz_sys .extend_section main > .doz_row .widget.form-widget,
            .doz_sys main > .doz_row .widget.form-widget,
            .doz_sys .extend_section .doz_row .widget.widget_text_wrap,
            .doz_sys .extend_section main > .doz_row .widget.widget_text_wrap,
            .doz_sys main > .doz_row .widget.widget_text_wrap,
            .doz_sys .extend_section .doz_row .widget.board,
            .doz_sys .extend_section main > .doz_row .widget.board,
            .doz_sys main > .doz_row .widget.board,
            .doz_sys main > .doz_row .widget .menu-vertical,
            .doz_sys .extend_section .doz_row .widget .menu-vertical,
            .doz_sys main > .doz_row .widget.menu-vertical,
            .doz_sys .extend_section .doz_row .widget.button,
            .doz_sys .extend_section main > .doz_row .widget.button,
            .doz_sys main > .doz_row .widget.button,
            .doz_sys .extend_section .doz_row [data-widget-type="attendance_event"],
            .doz_sys .extend_section main > .doz_row [data-widget-type="attendance_event"],
            .doz_sys main > .doz_row [data-widget-type="attendance_event"] {
                padding-left:15px;
                padding-right:15px;
            }
            .doz_sys .extend_section main > .full_board .col-dz	{
                padding-left:0;
                padding-right:0;
            }
            .visual_section  .navbar .container {
                margin: 0 !important;
                padding: 0 !important;
                height: 100%;
                position: static;
            }
            .visual_section .navbar .navbar-header {
                margin: 0 auto;
            }
            .visual_section  .owl-controls .owl-prev:before {
                left:15px;
                bottom:30px;
            }
            .visual_section  .owl-controls .owl-next:before {
                left:auto;
                right:15px;
                bottom:30px;
            }
            .visual_section .header-content .text{
                display: flex;
                flex-direction: column;
                justify-content: center;
                height: 100%;
                padding: 0 !important;
            }
            .visual_section .header-content .text a {
                font-size: 16px;
            }
            .section_wrap.extend_section.side_left main > .inside,
            .section_wrap.extend_section.side_right main > .inside {
                padding-right: 15px;
                padding-left: 15px;
                display: block;
            }
            .section_wrap.extend_section.side_left main > .inside .widget.board,
            .section_wrap.extend_section.side_right main > .inside .widget.board,
            .doz_sys .grid_gutter_0.extend_section.side_left .inside,
            .doz_sys .grid_gutter_0.extend_section.side_right .inside {
                padding-right:0;
                padding-left: 0;
            }
            .doz_sys .grid_gutter_1.extend_section.side_left .inside,
            .doz_sys .grid_gutter_1.extend_section.side_right .inside {
                padding-right: 1px;
                padding-left: 1px;
            }
            .doz_sys .grid_gutter_2.extend_section.side_left .inside,
            .doz_sys .grid_gutter_2.extend_section.side_right .inside {
                padding-right: 2px;
                padding-left: 2px;
            }
            .doz_sys .grid_gutter_3.extend_section.side_left .inside,
            .doz_sys .grid_gutter_3.extend_section.side_right .inside {
                padding-right: 3px;
                padding-left: 3px;
            }
            .doz_sys .grid_gutter_4.extend_section.side_left .inside,
            .doz_sys .grid_gutter_4.extend_section.side_right .inside {
                padding-right: 4px;
                padding-left: 4px;
            }
            .doz_sys .grid_gutter_5.extend_section.side_left .inside,
            .doz_sys .grid_gutter_5.extend_section.side_right .inside {
                padding-right: 5px;
                padding-left: 5px;
            }
            .doz_sys .grid_gutter_6.extend_section.side_left .inside,
            .doz_sys .grid_gutter_6.extend_section.side_right .inside {
                padding-right: 6px;
                padding-left: 6px;
            }
            .doz_sys .grid_gutter_7.extend_section.side_left .inside,
            .doz_sys .grid_gutter_7.extend_section.side_right .inside {
                padding-right: 7px;
                padding-left: 7px;
            }
            .doz_sys .grid_gutter_8.extend_section.side_left .inside,
            .doz_sys .grid_gutter_8.extend_section.side_right .inside {
                padding-right: 8px;
                padding-left: 8px;
            }
            .doz_sys .grid_gutter_9.extend_section.side_left .inside,
            .doz_sys .grid_gutter_9.extend_section.side_right .inside {
                padding-right: 9px;
                padding-left: 9px;
            }
            .doz_sys .grid_gutter_10.extend_section.side_left .inside,
            .doz_sys .grid_gutter_10.extend_section.side_right .inside {
                padding-right: 10px;
                padding-left: 10px;
            }
            .doz_sys .grid_gutter_11.extend_section.side_left .inside,
            .doz_sys .grid_gutter_11.extend_section.side_right .inside {
                padding-right: 11px;
                padding-left: 11px;
            }
            .doz_sys .grid_gutter_12.extend_section.side_left .inside,
            .doz_sys .grid_gutter_12.extend_section.side_right .inside {
                padding-right: 12px;
                padding-left: 12px;
            }
            .doz_sys .grid_gutter_13.extend_section.side_left .inside,
            .doz_sys .grid_gutter_13.extend_section.side_right .inside {
                padding-right: 13px;
                padding-left: 13px;
            }
            .doz_sys .grid_gutter_14.extend_section.side_left .inside,
            .doz_sys .grid_gutter_14.extend_section.side_right .inside {
                padding-right: 14px;
                padding-left: 14px;
            }
            .doz_sys .grid_gutter_15.extend_section.side_left .inside,
            .doz_sys .grid_gutter_15.extend_section.side_right .inside {
                padding-right: 15px;
                padding-left: 15px;
            }
            .doz_sys .grid_gutter_16.extend_section.side_left .inside,
            .doz_sys .grid_gutter_16.extend_section.side_right .inside {
                padding-right: 16px;
                padding-left: 16px;
            }
            .doz_sys .grid_gutter_17.extend_section.side_left .inside,
            .doz_sys .grid_gutter_17.extend_section.side_right .inside {
                padding-right: 17px;
                padding-left: 17px;
            }
            .doz_sys .grid_gutter_18.extend_section.side_left .inside,
            .doz_sys .grid_gutter_18.extend_section.side_right .inside {
                padding-right: 18px;
                padding-left: 18px;
            }
            .doz_sys .grid_gutter_19.extend_section.side_left .inside,
            .doz_sys .grid_gutter_19.extend_section.side_right .inside {
                padding-right: 19px;
                padding-left: 19px;
            }
            .doz_sys .grid_gutter_20.extend_section.side_left .inside,
            .doz_sys .grid_gutter_20.extend_section.side_right .inside {
                padding-right: 20px;
                padding-left: 20px;
            }
            .doz_sys .grid_gutter_21.extend_section.side_left .inside,
            .doz_sys .grid_gutter_21.extend_section.side_right .inside {
                padding-right: 21px;
                padding-left: 21px;
            }
            .doz_sys .grid_gutter_22.extend_section.side_left .inside,
            .doz_sys .grid_gutter_22.extend_section.side_right .inside {
                padding-right: 22px;
                padding-left: 22px;
            }
            .doz_sys .grid_gutter_23.extend_section.side_left .inside,
            .doz_sys .grid_gutter_23.extend_section.side_right .inside {
                padding-right: 23px;
                padding-left: 23px;
            }
            .doz_sys .grid_gutter_24.extend_section.side_left .inside,
            .doz_sys .grid_gutter_24.extend_section.side_right .inside {
                padding-right: 24px;
                padding-left: 24px;
            }
            .doz_sys .grid_gutter_25.extend_section.side_left .inside,
            .doz_sys .grid_gutter_25.extend_section.side_right .inside {
                padding-right: 25px;
                padding-left: 25px;
            }
            .doz_sys .grid_gutter_26.extend_section.side_left .inside,
            .doz_sys .grid_gutter_26.extend_section.side_right .inside {
                padding-right: 26px;
                padding-left: 26px;
            }
            .doz_sys .grid_gutter_27.extend_section.side_left .inside,
            .doz_sys .grid_gutter_27.extend_section.side_right .inside {
                padding-right: 27px;
                padding-left: 27px;
            }
            .doz_sys .grid_gutter_28.extend_section.side_left .inside,
            .doz_sys .grid_gutter_28.extend_section.side_right .inside {
                padding-right: 28px;
                padding-left: 28px;
            }
            .doz_sys .grid_gutter_29.extend_section.side_left .inside,
            .doz_sys .grid_gutter_29.extend_section.side_right .inside {
                padding-right: 29px;
                padding-left: 29px;
            }
            .doz_sys .grid_gutter_30.extend_section.side_left .inside,
            .doz_sys .grid_gutter_30.extend_section.side_right .inside {
                padding-right: 30px;
                padding-left: 30px;
            }
        }
        @media all and (max-width: 767px) {
            .site_prod_nav_wrap.scroll-to-fixed-fixed ul {
                padding-left: 0;
                padding-right: 0;
            }
            .lp_title {
            color:rgb(54,54,54);color:rgba(54,54,54,0.6);            }
            .post_view .section_wrap.side_ main .full_board .board_view,
            .side_ main .full_board .board_view,
            .doz_sys main > .full_board .col-dz {
                padding-left: 15px ;
                padding-right: 15px;
            }
            .inline_widget.icon_type_menu .badge {
                background-color: #FF472D;
                border-color: #FF472D;
                background-color: #363636;
                border-color:#363636;
            }
            .doz_sys .inside .doz_row {
                display: block;
            }
            .col-dz {
                display: block;
            }
            .doz_sys div[doz_type='grid'][doz_flexible="Y"] {
                margin-left: -7.5px;
                margin-right: -7.5px;
                width : calc(100% + 15px) !important;
            }
            .doz_sys div[doz_type='grid'][doz_flexible="Y"] > div[doz_type='row'] {
                padding-left: 7.5px;
                padding-right: 7.5px;
            }
            .doz_sys .inside .widget {
                margin-top    : 7.5px;
                margin-bottom : 7.5px;
            }
            .doz_sys .inside .doz_row {
                margin-left    : -7.5px;
                margin-right : -7.5px;
            }
            .doz_sys .inside .doz_row .col-dz {
                padding-left    : 7.5px;
                padding-right : 7.5px;
            }
            .doz_sys .mobile_section .inside .doz_row .col-xdz {
                padding-left    : 7.5px;
                padding-right : 7.5px;
            }
            .doz_sys .mobile_section .inside .doz_row .col-xdz > .doz_row,
            .doz_sys .mobile_section.grid_gutter_0 .doz_row .col-dz .col-xdz {
                padding-left: 0;
                padding-right: 0;
            }
            .doz_sys div[doz_type="text"] h1, .doz_sys h1, .doz_sys .header-content h1 {
                font-size : 32px;
            }
            .doz_sys div[doz_type="text"] h2, .doz_sys h2, .doz_sys .header-content h2 {
                font-size : 28px;
            }
            .doz_sys div[doz_type="text"] h3, .doz_sys h3, .doz_sys .header-content h3 {
                font-size : 24px;
            }
            .doz_sys div[doz_type="text"] h4, .doz_sys h4, .doz_sys .header-content h4 {
                font-size : 20px;
                line-height: 1.5em;
            }
            .doz_sys div[doz_type="text"] h5, .doz_sys h5, .doz_sys .header-content h5 {
                font-size : 18px;
                line-height: 1.5em;
            }
            .doz_sys div[doz_type="text"] h6, .doz_sys h6, .doz_sys .header-content h6 {
                font-size : 16px;
            }
                    .modal_mypage_coupon_use_list,
            .mypage #couopn_list .table-wrap.coupon{
                font-size: 15px!important;
            }
            .coupon-wrap .im-xs-body-color,
            .modal_mypage_coupon_use_list .im-xs-body-color{
                color: #363636;
            }
            .coupon-wrap .im-xs-body-size {
                font-size: 15px;
            }
            .coupon-wrap .im-xs-body-size-85 {
                font-size: 13.5px;
            }
            .coupon-wrap .im-xs-body-size-90,
            .modal_mypage_coupon_use_list .im-xs-body-size-90{
                font-size: 13.5px;
            }
            .coupon-wrap .im-xs-body-size-95,
            .modal_mypage_coupon_use_list .im-xs-body-size-95{
                font-size: 14.25px;
            }
            .coupon-wrap .im-xs-body-size-110 {
                font-size: 16.5px;
            }
            .coupon-wrap .im-xs-body-size-140 {
                font-size: 21px;
            }
            .coupon-wrap .im-xs-body-size-150 {
                font-size: 22.5px;
            }
            .coupon-wrap .im-xs-body-size-200 {
                font-size: 30px;
            }
        }

        @media all and (max-width: 736px) {
            div[doz_grid="12"] > div[doz_type="widget"] .widget.padding {
                display: block;
            }
        }
        .cheak_article .check_bx .zmdi-square-o .zmdi-check {
        ;
            background-color:#363636;
        }
        #find_email,#find_email {color: #363636;}
        @media all and (max-width: 767px) {
            .board_write .bt-camera.ico,.board_write .bg_photo a.upload,.board_write.bg_on .bg_photo a.deleted,
            .write-body.schedule .m_tools .bt-camera.ico {
            ;
                color:#363636;
            }
            .board_view .header:before,
            .comment-block:before {
                content: '';
                position: absolute;
                left: 0;
                width: 100%;
                bottom: 0;
                border-bottom:1px solid #363636;
                opacity: 0.15;
            }
        }
        @media all and (max-width: 640px) {
            .doz_sys .dz-pc-padding {
                display:none;
            }
        }
        .doz_sys .grid_gutter_0 main .doz_row {
            margin-left: 0;
            margin-right: 0;
        }
        .doz_sys .grid_gutter_0 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_0 main .doz_row .col-dz,.grid_gutter_0 main {
            padding-left: 0;
            padding-right: 0;
        }
        .doz_sys .grid_gutter_0.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_0.extend_section.side_right .inside {
            padding-right:0;
        }
        .doz_sys .grid_gutter_0.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_0.extend_section.side_left .inside {
            padding-left:0;
        }
        .doz_sys .grid_v_gutter_0 main .widget {
            margin-top: 0;
            margin-bottom: 0;
        }
        .doz_sys .grid_gutter_1 main .doz_row {
            margin-left: -1px;
            margin-right: -1px;
        }
        .doz_sys .grid_gutter_1 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_1 main .doz_row .col-dz,.grid_gutter_1 main {
            padding-left: 1px;
            padding-right: 1px;
        }
        .doz_sys .grid_gutter_1.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_1.extend_section.side_right main > .inside {
            padding-right:1px;
        }
        .doz_sys .grid_gutter_1.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_1.extend_section.side_left main > .inside {
            padding-left:1px;
        }
        .doz_sys .grid_v_gutter_1 main .widget {
            margin-top: 1px;
            margin-bottom: 1px;
        }
        .doz_sys .grid_gutter_1 main > .doz_row {
            margin : 0 -2px;
        }
        .doz_sys .grid_gutter_2 main .doz_row {
            margin-left: -2px;
            margin-right: -2px;
        }
        .doz_sys .grid_gutter_2 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_2 main .doz_row .col-dz,.grid_gutter_2 main {
            padding-left: 2px;
            padding-right: 2px;
        }
        .doz_sys .grid_gutter_2.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_2.extend_section.side_right main > .inside {
            padding-right:2px;
        }
        .doz_sys .grid_gutter_2.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_2.extend_section.side_left main > .inside {
            padding-left:2px;
        }
        .doz_sys .grid_v_gutter_2 main .widget {
            margin-top: 2px;
            margin-bottom: 2px;
        }
        .doz_sys .grid_gutter_2 main > .doz_row {
            margin : 0 -2px;
        }
        .doz_sys .grid_gutter_3 main .doz_row {
            margin-left: -3px;
            margin-right: -3px;
        }
        .doz_sys .grid_gutter_3 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_3 main .doz_row .col-dz, .grid_gutter_3 main {
            padding-left: 3px;
            padding-right: 3px;
        }
        .doz_sys .grid_gutter_3.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_3.extend_section.side_right main > .inside {
            padding-right:3px;
        }
        .doz_sys .grid_gutter_3.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_3.extend_section.side_left main > .inside {
            padding-left:3px;
        }
        .doz_sys .grid_v_gutter_3 main .widget {
            margin-top: 3px;
            margin-bottom: 3px;
        }
        .doz_sys .grid_gutter_3 main > .doz_row {
            margin : 0 -3px;
        }
        .doz_sys .grid_gutter_4 main .doz_row {
            margin-left: -4px;
            margin-right: -4px;
        }
        .doz_sys .grid_gutter_4 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_4 main .doz_row .col-dz, .grid_gutter_4 main {
            padding-left: 4px;
            padding-right: 4px;
        }
        .doz_sys .grid_gutter_4.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_4.extend_section.side_right main > .inside {
            padding-right:4px;
        }
        .doz_sys .grid_gutter_4.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_4.extend_section.side_left main > .inside {
            padding-left:4px;
        }
        .doz_sys .grid_v_gutter_4 main .widget {
            margin-top: 4px;
            margin-bottom: 4px;
        }
        .doz_sys .grid_gutter_4 main > .doz_row {
            margin : 0 -4px;
        }
        .doz_sys .grid_gutter_5 main .doz_row {
            margin-left: -5px;
            margin-right: -5px;
        }
        .doz_sys .grid_gutter_5 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_5 main .doz_row .col-dz, .grid_gutter_5 main {
            padding-left: 5px;
            padding-right: 5px;
        }
        .doz_sys .grid_gutter_5.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_5.extend_section.side_right main > .inside {
            padding-right:5px;
        }
        .doz_sys .grid_gutter_5.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_5.extend_section.side_left main > .inside {
            padding-left:5px;
        }
        .doz_sys .grid_v_gutter_5 main .widget {
            margin-top: 5px;
            margin-bottom: 5px;
        }
        .doz_sys .grid_gutter_5 main > .doz_row {
            margin : 0 -5px;
        }
        .doz_sys .grid_gutter_6 main .doz_row {
            margin-left: -6px;
            margin-right: -6px;
        }
        .doz_sys .grid_gutter_6 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_6 main .doz_row .col-dz, .grid_gutter_6 main {
            padding-left: 6px;
            padding-right: 6px;
        }
        .doz_sys .grid_gutter_6.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_6.extend_section.side_right main > .inside {
            padding-right:6px;
        }
        .doz_sys .grid_gutter_6.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_6.extend_section.side_left main > .inside {
            padding-left:6px;
        }
        .doz_sys .grid_v_gutter_6 main .widget {
            margin-top: 6px;
            margin-bottom: 6px;
        }
        .doz_sys .grid_gutter_6 main > .doz_row {
            margin : 0 -6px;
        }
        .doz_sys .grid_gutter_7 main .doz_row {
            margin-left: -7px;
            margin-right: -7px;
        }
        .doz_sys .grid_gutter_7 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_7 main .doz_row .col-dz, .grid_gutter_7 main {
            padding-left: 7px;
            padding-right: 7px;
        }
        .doz_sys .grid_gutter_7.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_7.extend_section.side_right main > .inside {
            padding-right:7px;
        }
        .doz_sys .grid_gutter_7.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_7.extend_section.side_left main > .inside {
            padding-left:7px;
        }
        .doz_sys .grid_v_gutter_7 main .widget {
            margin-top: 7px;
            margin-bottom: 7px;
        }
        .doz_sys .grid_gutter_7 main > .doz_row {
            margin : 0 -7px;
        }
        .doz_sys .grid_gutter_8 main .doz_row {
            margin-left: -8px;
            margin-right: -8px;
        }
        .doz_sys .grid_gutter_8 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_8 main .doz_row .col-dz, .grid_gutter_8 main {
            padding-left: 8px;
            padding-right: 8px;
        }
        .doz_sys .grid_gutter_8.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_8.extend_section.side_right main > .inside {
            padding-right:8px;
        }
        .doz_sys .grid_gutter_8.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_8.extend_section.side_left main > .inside {
            padding-left:8px;
        }
        .doz_sys .grid_v_gutter_8 main .widget {
            margin-top: 8px;
            margin-bottom: 8px;
        }
        .doz_sys .grid_gutter_8 main > .doz_row {
            margin : 0 -8px;
        }
        .doz_sys .grid_gutter_9 main .doz_row {
            margin-left: -9px;
            margin-right: -9px;
        }
        .doz_sys .grid_gutter_9 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_9 main .doz_row .col-dz, .grid_gutter_9 main {
            padding-left: 9px;
            padding-right: 9px;
        }
        .doz_sys .grid_gutter_9.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_9.extend_section.side_right main > .inside {
            padding-right:9px;
        }
        .doz_sys .grid_gutter_9.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_9.extend_section.side_left main > .inside {
            padding-left:9px;
        }
        .doz_sys .grid_v_gutter_9 main .widget {
            margin-top: 9px;
            margin-bottom: 9px;
        }
        .doz_sys .grid_gutter_9 main > .doz_row {
            margin : 0 -9px;
        }
        .doz_sys .grid_gutter_10 main .doz_row {
            margin-left: -10px;
            margin-right: -10px;
        }
        .doz_sys .grid_gutter_10 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_10 main .doz_row .col-dz, .grid_gutter_10 main {
            padding-left: 10px;
            padding-right: 10px;
        }
        .doz_sys .grid_gutter_10.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_10.extend_section.side_right main > .inside {
            padding-right:10px;
        }
        .doz_sys .grid_gutter_10.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_10.extend_section.side_left main > .inside {
            padding-left:10px;
        }
        .doz_sys .grid_v_gutter_10 main .widget {
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .doz_sys .grid_gutter_10 main > .doz_row {
            margin : 0 -10px;
        }
        .doz_sys .grid_gutter_11 main .doz_row {
            margin-left: -11px;
            margin-right: -11px;
        }
        .doz_sys .grid_gutter_11 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_11 main .doz_row .col-dz, .grid_gutter_11 main {
            padding-left: 11px;
            padding-right: 11px;
        }
        .doz_sys .grid_gutter_11.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_11.extend_section.side_right main > .inside {
            padding-right:11px;
        }
        .doz_sys .grid_gutter_11.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_11.extend_section.side_left main > .inside {
            padding-left:11px;
        }
        .doz_sys .grid_v_gutter_11 main .widget {
            margin-top: 11px;
            margin-bottom: 11px;
        }
        .doz_sys .grid_gutter_11 main > .doz_row {
            margin : 0 -11px;
        }
        .doz_sys .grid_gutter_12 main .doz_row {
            margin-left: -12px;
            margin-right: -12px;
        }
        .doz_sys .grid_gutter_12 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_12 main .doz_row .col-dz, .grid_gutter_12 main {
            padding-left: 12px;
            padding-right: 12px;
        }
        .doz_sys .grid_gutter_12.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_12.extend_section.side_right main > .inside {
            padding-right:12px;
        }
        .doz_sys .grid_gutter_12.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_12.extend_section.side_left main > .inside {
            padding-left:12px;
        }
        .doz_sys .grid_v_gutter_12 main .widget {
            margin-top: 12px;
            margin-bottom: 12px;
        }
        .doz_sys .grid_gutter_12 main > .doz_row {
            margin : 0 -12px;
        }
        .doz_sys .grid_gutter_13 main .doz_row {
            margin-left: -13px;
            margin-right: -13px;
        }
        .doz_sys .grid_gutter_13 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_13 main .doz_row .col-dz, .grid_gutter_13 main {
            padding-left: 13px;
            padding-right: 13px;
        }
        .doz_sys .grid_gutter_13.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_13.extend_section.side_right main > .inside {
            padding-right:13px;
        }
        .doz_sys .grid_gutter_13.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_13.extend_section.side_left main > .inside {
            padding-left:13px;
        }
        .doz_sys .grid_v_gutter_13 main .widget {
            margin-top: 13px;
            margin-bottom: 13px;
        }
        .doz_sys .grid_gutter_13 main > .doz_row {
            margin : 0 -13px;
        }
        .doz_sys .grid_gutter_14 main .doz_row {
            margin-left: -14px;
            margin-right: -14px;
        }
        .doz_sys .grid_gutter_14 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_14 main .doz_row .col-dz, .grid_gutter_14 main {
            padding-left: 14px;
            padding-right: 14px;
        }
        .doz_sys .grid_gutter_14.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_14.extend_section.side_right main > .inside {
            padding-right:14px;
        }
        .doz_sys .grid_gutter_14.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_14.extend_section.side_left main > .inside {
            padding-left:14px;
        }
        .doz_sys .grid_v_gutter_14 main .widget {
            margin-top: 14px;
            margin-bottom: 14px;
        }
        .doz_sys .grid_gutter_14 main > .doz_row {
            margin : 0 -14px;
        }
        .doz_sys .grid_gutter_15 main .doz_row {
            margin-left: -15px;
            margin-right: -15px;
        }
        .doz_sys .grid_gutter_15 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_15 main .doz_row .col-dz, .grid_gutter_15 main {
            padding-left: 15px;
            padding-right: 15px;
        }
        .doz_sys .grid_gutter_15.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_15.extend_section.side_right main > .inside {
            padding-right:15px;
        }
        .doz_sys .grid_gutter_15.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_15.extend_section.side_left main > .inside {
            padding-left:15px;
        }
        .doz_sys .grid_v_gutter_15 main .widget {
            margin-top: 15px;
            margin-bottom: 15px;
        }
        .doz_sys .grid_gutter_15 main > .doz_row {
            margin : 0 -15px;
        }
        .doz_sys .grid_gutter_16 main .doz_row {
            margin-left: -16px;
            margin-right: -16px;
        }
        .doz_sys .grid_gutter_16 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_16 main .doz_row .col-dz, .grid_gutter_16 main {
            padding-left: 16px;
            padding-right: 16px;
        }
        .doz_sys .grid_gutter_16.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_16.extend_section.side_right main > .inside {
            padding-right:16px;
        }
        .doz_sys .grid_gutter_16.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_16.extend_section.side_left main > .inside {
            padding-left:16px;
        }
        .doz_sys .grid_v_gutter_16 main .widget {
            margin-top: 16px;
            margin-bottom: 16px;
        }
        .doz_sys .grid_gutter_16 main > .doz_row {
            margin : 0 -16px;
        }
        .doz_sys .grid_gutter_17 main .doz_row {
            margin-left: -17px;
            margin-right: -17px;
        }
        .doz_sys .grid_gutter_17 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_17 main .doz_row .col-dz, .grid_gutter_17 main {
            padding-left: 17px;
            padding-right: 17px;
        }
        .doz_sys .grid_gutter_17.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_17.extend_section.side_right main > .inside {
            padding-right:17px;
        }
        .doz_sys .grid_gutter_17.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_17.extend_section.side_left main > .inside {
            padding-left:17px;
        }
        .doz_sys .grid_v_gutter_17 main .widget {
            margin-top: 17px;
            margin-bottom: 17px;
        }
        .doz_sys .grid_gutter_17 main > .doz_row {
            margin : 0 -17px;
        }
        .doz_sys .grid_gutter_18 main .doz_row {
            margin-left: -18px;
            margin-right: -18px;
        }
        .doz_sys .grid_gutter_18 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_18 main .doz_row .col-dz, .grid_gutter_18 main {
            padding-left: 18px;
            padding-right: 18px;
        }
        .doz_sys .grid_gutter_18.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_18.extend_section.side_right main > .inside {
            padding-right:18px;
        }
        .doz_sys .grid_gutter_18.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_18.extend_section.side_left main > .inside {
            padding-left:18px;
        }
        .doz_sys .grid_v_gutter_18 main .widget {
            margin-top: 18px;
            margin-bottom: 18px;
        }
        .doz_sys .grid_gutter_18 main > .doz_row {
            margin : 0 -18px;
        }
        .doz_sys .grid_gutter_19 main .doz_row {
            margin-left: -19px;
            margin-right: -19px;
        }
        .doz_sys .grid_gutter_19 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_19 main .doz_row .col-dz, .grid_gutter_19 main {
            padding-left: 19px;
            padding-right: 19px;
        }
        .doz_sys .grid_gutter_19.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_19.extend_section.side_right .inside  {
            padding-right:19px;
        }
        .doz_sys .grid_gutter_19.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_19.extend_section.side_left .inside {
            padding-left:19px;
        }
        .doz_sys .grid_v_gutter_19 main .widget {
            margin-top: 19px;
            margin-bottom: 19px;
        }
        .doz_sys .grid_gutter_19 main > .doz_row {
            margin : 0 -19px;
        }
        .doz_sys .grid_gutter_20 main .doz_row {
            margin-left: -20px;
            margin-right: -20px;
        }
        .doz_sys .grid_gutter_20 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_20 main .doz_row .col-dz, .grid_gutter_20 main {
            padding-left: 20px;
            padding-right: 20px;
        }
        .doz_sys .grid_gutter_20.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_20.extend_section.side_right main > .inside {
            padding-right:20px;
        }
        .doz_sys .grid_gutter_20.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_20.extend_section.side_left main > .inside {
            padding-left:20px;
        }
        .doz_sys .grid_v_gutter_20 main .widget {
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .doz_sys .grid_gutter_20 main > .doz_row {
            margin : 0 -20px;
        }
        .doz_sys .grid_gutter_21 main .doz_row {
            margin-left: -21px;
            margin-right: -21px;
        }
        .doz_sys .grid_gutter_21 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_21 main .doz_row .col-dz, .grid_gutter_21 main {
            padding-left: 21px;
            padding-right: 21px;
        }
        .doz_sys .grid_gutter_21.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_21.extend_section.side_right main > .inside {
            padding-right:21px;
        }
        .doz_sys .grid_gutter_21.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_21.extend_section.side_left main > .inside {
            padding-left:21px;
        }
        .doz_sys .grid_v_gutter_21 main .widget {
            margin-top: 21px;
            margin-bottom: 21px;
        }
        .doz_sys .grid_gutter_21 main > .doz_row {
            margin-left: -21px;
            margin-right: -21px;
        }
        .doz_sys .grid_gutter_22 main .doz_row {
            margin-left: -22px;
            margin-right: -22px;
        }
        .doz_sys .grid_gutter_22 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_22 main .doz_row .col-dz, .grid_gutter_22 main {
            padding-left: 22px;
            padding-right: 22px;
        }
        .doz_sys .grid_gutter_22.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_22.extend_section.side_right main > .inside {
            padding-right:22px;
        }
        .doz_sys .grid_gutter_22.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_22.extend_section.side_left main > .inside {
            padding-left:22px;
        }
        .doz_sys .grid_v_gutter_22 main .widget {
            margin-top: 22px;
            margin-bottom: 22px;
        }
        .doz_sys .grid_gutter_22 main > .doz_row {
            margin : 0 -22px;
        }
        .doz_sys .grid_gutter_23 main .doz_row {
            margin-left: -23px;
            margin-right: -23px;
        }
        .doz_sys .grid_gutter_23 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_23 main .doz_row .col-dz, .grid_gutter_23 main {
            padding-left: 23px;
            padding-right: 23px;
        }
        .doz_sys .grid_gutter_23.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_23.extend_section.side_right main > .inside {
            padding-right:23px;
        }
        .doz_sys .grid_gutter_23.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_23.extend_section.side_left main > .inside {
            padding-left:23px;
        }
        .doz_sys .grid_v_gutter_23 main .widget {
            margin-top: 23px;
            margin-bottom: 23px;
        }
        .doz_sys .grid_gutter_23 main > .doz_row {
            margin : 0 -23px;
        }
        .doz_sys .grid_gutter_24 main .doz_row {
            margin-left: -24px;
            margin-right: -24px;
        }
        .doz_sys .grid_gutter_24 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_24 main .doz_row .col-dz, .grid_gutter_24 main {
            padding-left: 24px;
            padding-right: 24px;
        }
        .doz_sys .grid_gutter_24.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_24.extend_section.side_right main > .inside {
            padding-right:24px;
        }
        .doz_sys .grid_gutter_24.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_24.extend_section.side_left main > .inside {
            padding-left:24px;
        }
        .doz_sys .grid_v_gutter_24 main .widget {
            margin-top: 24px;
            margin-bottom: 24px;
        }
        .doz_sys .grid_gutter_24 main > .doz_row {
            margin : 0 -24px;
        }
        .doz_sys .grid_gutter_25 main .doz_row {
            margin-left: -25px;
            margin-right: -25px;
        }
        .doz_sys .grid_gutter_25 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_25 main .doz_row .col-dz, .grid_gutter_25 main {
            padding-left: 25px;
            padding-right: 25px;
        }
        .doz_sys .grid_gutter_25.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_25.extend_section.side_right main > .inside {
            padding-right:25px;
        }
        .doz_sys .grid_gutter_25.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_25.extend_section.side_left main > .inside {
            padding-left:25px;
        }
        .doz_sys .grid_v_gutter_25 main .widget {
            margin-top: 25px;
            margin-bottom: 25px;
        }
        .doz_sys .grid_gutter_25 main > .doz_row {
            margin : 0 -25px;
        }
        .doz_sys .grid_gutter_26 main .doz_row {
            margin-left: -26px;
            margin-right: -26px;
        }
        .doz_sys .grid_gutter_26 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_26 main .doz_row .col-dz, .grid_gutter_26 main {
            padding-left: 26px;
            padding-right: 26px;
        }
        .doz_sys .grid_gutter_26.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_26.extend_section.side_right main > .inside {
            padding-right:26px;
        }
        .doz_sys .grid_gutter_26.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_26.extend_section.side_left main > .inside {
            padding-left:26px;
        }
        .doz_sys .grid_v_gutter_26 main .widget {
            margin-top: 26px;
            margin-bottom: 26px;
        }
        .doz_sys .grid_gutter_26 main > .doz_row {
            margin : 0 -26px;
        }
        .doz_sys .grid_gutter_27 main .doz_row {
            margin-left: -27px;
            margin-right: -27px;
        }
        .doz_sys .grid_gutter_27 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_27 main .doz_row .col-dz, .grid_gutter_27 main {
            padding-left: 27px;
            padding-right: 27px;
        }
        .doz_sys .grid_gutter_27.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_27.extend_section.side_right main > .inside {
            padding-right:27px;
        }
        .doz_sys .grid_gutter_27.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_27.extend_section.side_left main > .inside {
            padding-left:27px;
        }
        .doz_sys .grid_v_gutter_27 main .widget {
            margin-top: 27px;
            margin-bottom: 27px;
        }
        .doz_sys .grid_gutter_27 main > .doz_row {
            margin : 0 -27px;
        }
        .doz_sys .grid_gutter_28 main .doz_row {
            margin-left: -28px;
            margin-right: -28px;
        }
        .doz_sys .grid_gutter_28 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_28 main .doz_row .col-dz, .grid_gutter_28 main {
            padding-left: 28px;
            padding-right: 28px;
        }
        .doz_sys .grid_gutter_28.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_28.extend_section.side_right main > .inside {
            padding-right:28px;
        }
        .doz_sys .grid_gutter_28.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_28.extend_section.side_left main > .inside {
            padding-left:28px;
        }
        .doz_sys .grid_v_gutter_28 main .widget {
            margin-top: 28px;
            margin-bottom: 28px;
        }
        .doz_sys .grid_gutter_28 main > .doz_row {
            margin : 0 -28px;
        }
        .doz_sys .grid_gutter_29 main .inside .doz_row {
            margin-left: -29px;
            margin-right: -29px;
        }
        .doz_sys .grid_gutter_29 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_29 main .doz_row .col-dz, .grid_gutter_29 main {
            padding-left: 29px;
            padding-right: 29px;
        }
        .doz_sys .grid_gutter_29.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_29.extend_section.side_right main > .inside {
            padding-right:29px;
        }
        .doz_sys .grid_gutter_29.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_29.extend_section.side_left main > .inside {
            padding-left:29px;
        }
        .doz_sys .grid_v_gutter_29 main .widget {
            margin-top: 29px;
            margin-bottom: 29px;
        }
        .doz_sys .grid_gutter_29 main > .doz_row {
            margin : 0 -29px;
        }
        .doz_sys .grid_gutter_30 main .doz_row {
            margin-left: -30px;
            margin-right: -30px;
        }
        .doz_sys .grid_gutter_30 main .doz_row .col-dz,.doz_sys .mobile_section.grid_gutter_30 main .doz_row .col-dz, .grid_gutter_30 main {
            padding-left: 30px;
            padding-right: 30px;
        }
        .doz_sys .grid_gutter_30.extend_section.side_left .doz_aside, .doz_sys .grid_gutter_30.extend_section.side_right main > .inside {
            padding-right:30px;
        }
        .doz_sys .grid_gutter_30.extend_section.side_right .doz_aside, .doz_sys .grid_gutter_30.extend_section.side_left main > .inside {
            padding-left:30px;
        }
        .doz_sys .grid_v_gutter_30 main .widget {
            margin-top: 30px;
            margin-bottom: 30px;
        }
        .doz_sys .grid_gutter_30 main > .doz_row {
            margin : 0 -30px;
        }
        .doz_sys .grid_gutter_10 main > .doz_row {
            margin : 0 -20px;
        }
        .full_board .doz_row {
            margin-left: -15px;
            margin-right: -15px;
        }
        .extend_section .full_board .doz_row {
            margin-left: 0;
            margin-right: 0;
        }
        .doz_sys.post_view .full_board .widget {
            margin-top:0 !important;
            margin-bottom:0 !important;
        }
        .side_left main, .side_right main {
            padding-left:0;
            padding-right:0;
            display: table;
            width: 100%;
            table-layout: fixed;
        }
        .textarea_block textarea  {
            font-size: 15px;
        }
        .shop-table > tbody > tr > td.wish.check i.bt-heart {
        ;
            color: #363636;
            font-weight:900;
        }
        .shop-table .list_badge {
            border-color: #363636;
        }
        .booking_toolbar p {
            line-height : 35px;
            font-size   : 18px;
            margin      : 0 5px;
        }

        .bottom-btn .to-order,
        .map-pin.on, .map-pin:hover,
        .left-menu ul li.on a,
        .modal_map_editor .map-pin,
        .deliv_button_tools .btn.active {
            border-color: #363636;
        }
        .map-pin.on:before, .map-pin.on:hover:before, .map-pin:hover:before, .modal_map_editor .map-pin:before {
            border-color: #363636 transparent transparent;
        }
        .mypage .my-box.on a, .modal_map_editor .search_dorpdown ul li.on {
        ;
            background : #363636;
            color      : #fff !important;
        }
        .mypage .my-box a,
        .mypage .shop-table > tbody > tr,
        .mypage .tip-off,
        .im-order-detail-table,
        .im-order-price {
        background-color:rgba(255,255,255,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);	zoom: 1;;
        }
        .map-view-area.fold .my_location.active a,
        .booking_content .booking .booking_day.on,
        .booking_list .btn,
        .booking_content .booking .booking_day.off {
        ;
            background-color : #363636;
            color            : #fff !important;
        }

        .booking_content .booking .booking_day.keep {
        background-color:rgba(54,54,54,0.2);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33545454,endColorstr=#33545454);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33545454,endColorstr=#33545454);	zoom: 1;;
        }
        .map-view-area.fold .my_location.active a .zmdi {
            margin:0;
        }
        .btn-group-comment a.btn.on i,
        .like_btn.on i {
         !important;
            color      : #363636 !important;
            font-weight: 900;
        }
        .shop_goods_img ul li a.active,.thumb_group ul li a.active, .xzoom-gallery.xactive{
            -webkit-box-shadow: 0 0 0 1px #363636 inset;
            -moz-box-shadow: 0 0 0 1px #363636 inset;
            box-shadow: 0 0 0 1px #363636 inset;
        }
        .xzoom-gallery.xactive {
            border: 1px solid #363636;
        }
        .shop-table > tbody > tr > td.img .detail, .shop-table > tbody > tr > td.sale, .categorize ul li a, .star_point a, .dropdown_comment .reply_ico, {
        color:rgb(54,54,54);color:rgba(54,54,54,0.5);        }
        .li_board ul.notice_body {
        background-color:rgba(54,54,54,0.04);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0a545454,endColorstr=#0a545454);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0a545454,endColorstr=#0a545454);	zoom: 1;        }
        .categorize ul li a.active {
        ;
            color : #363636;
        }
        .shop-table > thead > tr > th {
        color:rgb(54,54,54);color:rgba(54,54,54,0.6);        }
        .shop-table > tbody > tr.payment-info > td.pay-txt {
        color:rgb(54,54,54);color:rgba(54,54,54,0.7);;
            font-size: 14px;
        }
        .shop-table > tbody > tr > td .btn-cart-delete {
            color: #363636!important;
        }
        .shop-table > tbody > tr.payment-info > td {
            vertical-align: top;
        }
        .im-cart-result-table {
            border-top: 1px solid #363636;
            border-bottom: 1px solid #363636;
        }
        .im-cart-result-table thead>tr>th {
        border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.15) ;;
        }
        .shop_cart .shop-table > tbody > tr > td.img .opt .more {
        background-color:rgba(54,54,54,0.03);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#07545454,endColorstr=#07545454);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#07545454,endColorstr=#07545454);	zoom: 1;;
        }
        .im-cart-info {
        border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.08) ;;
        }
        .shop-table > thead > tr > th,
        .shop-table > tbody > tr > td,
        .mypage .shop-table > tbody > tr,
        .shop-table > tbody > tr > td.img img,
        .shop-table > tbody > tr > td + td,
        .mypage .tip-off,
        .mypage .shop-table img,
        .im-order-detail-table,
        .im-order-price,
        .im-order-detail-table thead tr,
        .im-order-detail-table tr + tr,
        .im-order-detail-table img,
        .im-order-detail-table .im-deliv-price,
        .im-order-price-header,
        .im-order-price-body {
        border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.1) ;;
        }
        .im-cart-result-table thead>tr>th,
        #shop_cart_list .shop-table > colgroup + thead > tr:first-child > th,
        #shop_cart_list .shop-table > tbody > tr > td + td,
        #shop_cart_list .shop-table > thead > tr > th,
        #shop_cart_list .shop-table > tbody > tr > td {
        border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.15) ;;
        }
        .booking_list.waiting .title,.sub_depth li a,.sub_depth li span,.shop-style-b .sub_depth li a.active {
        color:rgb(54,54,54);color:rgba(54,54,54,0.4);        }
        .booking_day.today span.number,.booking_date.on .number span,.mobile_day .booking_day_number {
         ;
            background      : #363636;
        }
        .left-menu ul li.active a {
        ;
            color : #363636;
        }
        .doz_sys .shop-content .down-btn select.form-control {
        ;
            color: #363636 !important;
            font-size: 15px !important;
        }
        .map-toolbar select.form-control {
        ;
            color      : #363636 !important;
            font-size  : 15px;
            background : transparent !important;
        }

        .search_dorpdown li:hover, .view_box .box_content .badge,.booking_list .btn {
        ;
            background-color : #363636 !important;
            color      : #fff;
        }
        .stamp_wrap .stamp_check.active {
        ;
            color      : #363636;
            background : #fff;
            opacity    : 1;
        }
        .owl-theme.viewed_items_list .owl-dots .owl-dot span {
        ;
            background-color : #363636;
            opacity: 0.2;
        }
        .owl-theme.viewed_items_list .owl-dots .owl-dot.active span,.viewed_items .top_icon > span {
        ;
            background-color : #363636;
            opacity: 1;
        }
        .back_to_top:hover{
        ;
            background-color : #363636;
            color: #fff;
        }
        .booking_btn_group .btn.on, {
        ;
            background   : #363636 !important;
            border-color : #363636 !important;
            color        : #fff !important;
        }
        .li_board ul.li_body li.read,
        .li_board ul.li_body li.date,
        .li_board ul.li_body li.name,
        .li_board ul.li_body li.time,
        .li_board ul.li_body li.time a.time_txt,
        .li_board ul.li_body li.like {
        color:rgb(54,54,54);color:rgba(54,54,54,0.65);;
        }
        .review_table .summary,
        .review_table.li_board ul.li_body li,
        .review_table .list_text_title.lock_on,
        .first_photo_review_nav > a{
        color:rgb(54,54,54);color:rgba(54,54,54,0.7);;
        }

        .list_review_inner .txt_summary {
        color:rgb(54,54,54);color:rgba(54,54,54,0.8);;
        }
        .list_review_inner .use_summary,
        .list_review_inner .use_summary a {
        color:rgb(54,54,54);color:rgba(54,54,54,0.65);;
        }
        .li_board .dropdown-menu {
            font-size: 15px;
        }
        .slide_02.owl-theme .owl-dots .owl-dot span,
        .slide_05.owl-theme .owl-dots .owl-dot span,
        .shop-content .type-slide .owl-dots .owl-dot span,
        .list_review_inner .txt_delete:before {
        border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.3) ;;
        }
        .gallery2.slide_02.side_padding .owl-controls .owl-prev:before,
        .gallery2.slide_02.side_padding .owl-controls .owl-next:before,
        .gallery2.slide_05.side_padding .owl-controls .owl-prev:before,
        .gallery2.slide_05.side_padding .owl-controls .owl-next:before {
        color:rgb(54,54,54);color:rgba(54,54,54,0.3);;
        }

        .slide_02.owl-theme .owl-dots .owl-dot.active span,
        .slide_05.owl-theme .owl-dots .owl-dot.active span,
        .shop-content .type-slide .owl-dots .owl-dot.active span {
        ;
            background   : #363636;
            border-width: 1px;
            border-style: solid;
            border-color: #363636;
        }
        .doz_sys .paging_type_dot .owl-dots .owl-dot span {
            width: 10px !important;
            height: 10px !important;
            margin: 5px 7px !important;
        }
        .doz_sys .paging_type_dot02 .owl-dots .owl-dot span,
        .doz_sys .paging_type_big_dot .owl-dots .owl-dot span,
        .doz_sys .paging_type_line .owl-dots .owl-dot span {
            border-color:#363636;
            opacity: 0.5;
            background: #363636;
        }
        .doz_sys .paging_type_big_dot .owl-dots .owl-dot span {
            width: 11px !important;
            height: 11px !important;
            margin: 5px 7px !important;
        }
        .doz_sys .paging_type_big_dot .owl-dots .owl-dot.active span {
            width: 33px !important;
            border-color:#363636 !important;
            background: #363636;
            opacity: 1;
        }
        .doz_sys .paging_type_line .owl-dots .owl-dot span {
            width: 20px !important;
            height: 2px !important;
            margin: 5px 7px !important;
            border-radius: 0;
        }
        .doz_sys .paging_type_count .owl-dots {
            counter-reset: section;
        }
        .doz_sys .paging_type_count .owl-dots .owl-dot span {
            font-weight: ;
            font-style: ;
            margin: 5px 6.5px;
            background: transparent !important;
        }
        .doz_sys .paging_type_count .owl-dots .owl-dot.active span {
            background: transparent !important;
            border: 0 !important;
        }
        .doz_sys .paging_type_count .owl-dots .owl-dot span:before {
            counter-increment: section;
            content: counter(section);
            font-size: 13px;
        }
        .doz_sys .paging_type_count.paging_type_count03 .owl-dots .owl-dot.active span:before {
            width: 23px;
            height: 23px;
            -webkit-border-radius : 50%;
            -moz-border-radius    : 50%;
            border-radius         : 50%;
            display: block;
            color: #fff !important;
            background: #363636;
        }
        .doz_sys .paging_type_dot02 .owl-dots .owl-dot.active span,
        .doz_sys .paging_type_line .owl-dots .owl-dot.active span {
            background: #363636 !important;
            opacity: 1;
            border-color: #363636 !important;
        }
        .doz_sys .paging_type_count .owl-dots .owl-dot span {
            width: auto !important;
            height: auto !important;
            border: 0 !important;
            background: transparent !important;
        }
        .doz_sys .paging_type_count .owl-dots .owl-dot span:before {
            color: #363636;
            opacity: 0.3;
        }
        .doz_sys .paging_type_count .owl-dots .owl-dot.active span:before {
            color: #363636;
            opacity: 1;
        }
        .doz_sys .paging_type_count.paging_type_count02 .owl-dots .owl-dot.active span:before {
            border-bottom: 1px solid #363636;
        }
        .doz_sys .gallery2.slide_02.paging_type_count.paging_type_count03 .owl-dots .owl-dot.active span:before {
            color: #fff !important;
            background: #363636 !important;
            opacity: 1;
        }
        .doz_sys .btn_find{
            display: inline-block;
            padding: 0;
            margin: 0;
            color:#757575;
            font-size: 14px;
            line-height: 39px;
            text-align: center;
            background-color: #F3F3F3;
            border-right: 1px solid #ddd;
            border-left: 1px solid #ddd;
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #363636;
        }
        .doz_sys .btn_find.active{
            color: #363636;
            background-color: #FFFFFF;
            border-right: 1px solid #363636;
            border-left: 1px solid #363636;
            border-top: 1px solid #363636;
            line-height: 40px;
            border-bottom: 0;
        }
        .doz_sys .find_step2 .btn_find {
            border: 1px solid #F3F3F3;
        }
        .custom_nav .owl-controls .owl-nav > div:before {
            font-size: 15px;
            border: 0;
            top: 50%;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: 0;
            text-align: center;
            font-weight: 200;
        }
        .custom_nav .owl-controls .owl-nav .owl-prev:before {
            padding-right: 4px;
        }
        .custom_nav .owl-controls .owl-nav .owl-next:before {
            padding-left: 4px;
        }
        .custom_nav .owl-controls .owl-nav > div:before {
            width: auto;
            height: auto;
        }
        .custom_nav.nav_round .owl-controls .owl-nav > div:before {
            border-radius: 80px;
            border-width: 1px;
            border-style: solid;
            width: 30px;
            height: 30px;
            line-height: 30px;
            background: transparent;
        }
        .custom_nav.nav_square .owl-controls .owl-nav > div:before {
            border-radius: 0px;
            border: 0;
            width: 30px;
            height: 30px;
            line-height: 30px;
            background: rgba(143, 143, 143, 0.2);
        }
        .custom_nav.nav_text .owl-controls .owl-nav > div:before {
            border-radius: 0;
            border: 0;
            background: transparent;
            width: auto;
            height: auto;
            line-height: inherit;
            font-weight: ;
            font-style: ;
            text-transform : ;
        }
        .custom_nav.nav_type_st00 .owl-controls .owl-prev:before {
            content: "\f092";
        }
        .custom_nav.nav_type_st00 .owl-controls .owl-next:before {
            content: "\f093";
        }
        .custom_nav.nav_type_st01 .owl-controls .owl-prev:before {
            content: "\f09a";
        }
        .custom_nav.nav_type_st01 .owl-controls .owl-next:before {
            content: "\f09b";
        }
        .custom_nav.nav_type_st02 .owl-controls .owl-prev:before {
            content: "\f0aa";
        }
        .custom_nav.nav_type_st02 .owl-controls .owl-next:before {
            content: "\f0ab";
        }
        .custom_nav.nav_type_st03 .owl-controls .owl-prev:before {
            content: "\f0a6";
        }
        .custom_nav.nav_type_st03 .owl-controls .owl-next:before {
            content: "\f0a7";
        }
        .custom_nav.nav_type_st04 .owl-controls .owl-prev:before {
            content: "Prev";
        }
        .custom_nav.nav_type_st04 .owl-controls .owl-next:before {
            content: "Next";
        }

        .doz_sys .color-brand.active,.color-brand.time-event .fc-circle-icon {
        ;
            background-color   : #363636;
            color: #fff
        }
        .bar_progress {
        ;
            background-color   : #363636;
        }
        .doz_sys .color-brand,.color-brand {
        background-color:rgba(54,54,54,0.3);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c545454,endColorstr=#4c545454);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c545454,endColorstr=#4c545454);	zoom: 1;;
        }
        .color-common.active,.color-common.time-event .fc-circle-icon {
        ;
            background-color   : #363636;
            color: #fff
        }
        .doz_sys .color-common,.color-common {
        background-color:rgba(54,54,54,0.3);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c545454,endColorstr=#4c545454);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c545454,endColorstr=#4c545454);	zoom: 1;;
        }
        .shop-item .item-summary ul li {
         !important;
            color : #363636 !important;
        }
        .custom_tooltip .tooltip .tooltip-inner,
        .custom_tooltip + .tooltip .tooltip-inner {
            background-color: #000;
            font-size: 12px;
            color: #fff;
            font-weight :  ;
            font-style: ;
            max-width: 350px;
            white-space: normal;
            word-wrap: break-word;
            word-break: keep-all;
            padding: 0.5em 0.8em;
        }
        .custom_tooltip .tooltip.top .tooltip-arrow,
        .custom_tooltip + .tooltip.top .tooltip-arrow {
            border-top-color: #000;
        }
        .custom_tooltip .tooltip.left .tooltip-arrow,
        .custom_tooltip + .tooltip.left .tooltip-arrow {
            border-left-color: #000;
        }
        .custom_tooltip .tooltip.right .tooltip-arrow ,
        .custom_tooltip + .tooltip.right .tooltip-arrow  {
            border-right-color: #000;
        }
        .custom_tooltip .tooltip.bottom .tooltip-arrow,
        .custom_tooltip + .tooltip.bottom .tooltip-arrow {
            border-bottom-color: #000;
        }
        .li_board ul li.tit .badge.review_best,
        .li_board ul li.tit .badge.review_worst {
            font-size: 11px;
            width: auto;
            padding: 0 5px ;
            font-weight: bold;
        }
        .li_board ul li.tit .badge.review_best,
        .modal_prod_detail .badge.review_best,
        .list_review_inner .badge.review_best {
            color:  #363636 !important;
            vertical-align: middle;
            border: 1px solid #363636;
            background: transparent;
            border-radius: 2px;
            font-size: 11px;
            font-family: 'Arial';
            padding: 2px 4px;
        }
        .li_board ul li.tit .badge.review_worst,
        .modal_prod_detail .badge.review_worst,
        .list_review_inner .badge.review_worst {
            background-color : #212121;
        }
        .owl-thumb-item.active:before,
        .owl-thumbs .owl-item.active.current .owl-thumb-item:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            background:rgba(0,0,0,0.5);
            width : 100%;
            height: 100%;
            z-index: 2;
        }
        .modal_prod_detail .badge.review_best,
        .modal_prod_detail .badge.review_worst {
            font-size: 11px;
            width: auto;
            position: relative;
            top: -1px;
            font-family: 'Arial';
        }
        .view_box .repeat_area .prod_pay {
            color: ;
            font-weight: ;
        }
        .view_box .repeat_area .member_pay {
            color: ;
            font-weight: ;
        }
        .view_box .repeat_area .sale_price {
            text-decoration: line-through;
            color:  !important;
            font-weight: ;
            opacity: 0.7;
        }
        .view_box .repeat_area .sale_percentage {
            color: #fe5356;
            font-weight: ;
        }
        .shop-item.common-item .item-detail {
            text-align: left;
        }
        .shop-item.common-item .item-title > a {
            font-size: 15px;
            font-weight: ;
            color: ;
        }
        .shop-item.common-item .item-detail .item-pay-detail .pay {
            font-size: 15px;
            font-weight: ;
            color:  !important;
            margin-right: 5px !important;
        }
        .shop-item.common-item .item-summary,
        .shop-item.common-item .item-summary p,
        .shop-item.common-item .item-summary span {
            color: ;
            font-size: 15px;
        }
        .shop-item.common-item .item-detail .item-pay-detail .sale_price {
            text-decoration: line-through;
            font-size: 11px;
            opacity: 0.7;
        }
        .shop-item.common-item .item-detail .item-pay .member_pay {
            font-size: 15px;
            color: ;
            font-weight: ;
        }
        .shop-item.common-item .item-detail .item-pay-detail .sale_pay {
            font-size: 15px;
        }
        .shop-item.common-item .item-detail .sale_percentage {
            font-size: 15px;
            color: #fe5356 !important;
            font-weight: ;
        }
        .shop-item.common-item .item-detail .ns-icon > div:first-child {
            margin-left: 0;
        }
        .shop-item.common-item .item-detail .ns-icon > div {
            margin: 0 5px 5px 0;
        }
        .shop-item.common-item .item-detail .item-icon {
            margin-top: 0;
        }
        .shop-item.common-item .item-detail .item-icon > span {
            margin-top: 0.75em;
            display: inline-block;
        }
        .shop-item.common-item .item-summary > p,
        .shop-item.common-item .shop-item .item-summary > ul {
            margin-bottom: 0;
        }
        .shop-item.common-item .item-summary .item-summary-link {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }
		.shop-item.common-item .recent_view_thumb img,
        .shop-item.common-item .wish_thumb img {
            border: 0px solid ;
        }
        .shop_mypage .shop-item.common-item {
            margin-bottom: 15px !important;
        }
        .modal_add_review .btn_submit {
        ;
            background   : #363636 !important;
            border-color : #363636 !important;
            color        : #fff !important;
            border-radius: 0 0 4px 4px;
        }
        .tip-off .alert.alert-info, {
            border-color : #363636;
        }
        .tip-off .bootstrap-datetimepicker-widget table td.active  {
            background: #363636 !important;
        }
        .require_badge {
            width: 4px;
            height: 4px;
            display: inline-block;
            background: #363636;
            border-radius: 50%;
            position: relative;
            top: -3px;
        }
        .select_field_list .list_badge.brand {
            border-color : #363636;
            color: #363636;
        }
        .doz_sys .delivery_ico {
        ;
            background   : #363636;
            color: #fff !important;
        }
        .modal_alert_responsive .btn.confirm {
            background : #363636;
        }
        .modal_alert_responsive .btn.confirm:hover {
            border-color: #363636;
        }
                        @media all and (max-width : 991px) {
                    .doz_sys .paging_type_dot .owl-dots .owl-dot span,
            .doz_sys .paging_type_big_dot .owl-dots .owl-dot span {
                width: 8px !important;
                height: 8px !important;
                margin: 5px 4px !important;
            }
            .doz_sys .paging_type_big_dot .owl-dots .owl-dot.active span {
                width: 24px !important;
            }
            .doz_sys .paging_type_line .owl-dots .owl-dot span {
                width: 24px !important;
                height: 2px !important;
                margin: 5px 4px !important;
            }
            .doz_sys .paging_type_count .owl-dots .owl-dot span {
                font-size: 12px !important;
                margin: 5px !important;
            }
                    .custom_nav .owl-controls .owl-nav > div:before {
                font-size: 16px;
            }
            .custom_nav.nav_round .owl-controls .owl-nav > div:before,
            .custom_nav.nav_square .owl-controls .owl-nav > div:before {
                width: 32px;
                height: 32px;
                line-height: 32px;
            }
            .side_left main, .side_right main {
                display: block !important;
            }
            .cart_empty_wrap .bottom-btn .btn.ctn {
            ;
                background : #363636;
                color      : #fff;
            }
            .goods_form .btn-group .btn.on,
            .shop_view .item_detail .visit_btn_wrap .btn {
            ;
                background   : #363636 !important;
                border-color : #363636 !important;
                color        : #fff !important;
            }
            .left-menu ul .cart_menu_row:before {
            background-color:rgba(54,54,54,0.2);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33545454,endColorstr=#33545454);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33545454,endColorstr=#33545454);	zoom: 1;            }
            .buy_btns .social_btn, .shop-table > thead,.mypage .table-wrap.coupon,
            .booking_content .buy_btns {
            border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.2) ;            }
            .buy_btns.mobile .btn-regularly {
                border: 1px solid #363636;
            }
            .doz_sys main > .doz_row [data-widget-type="shop_showcase"],
            .doz_sys main > .doz_row [data-widget-type="shopping"] {
                padding-left  : 0;
                padding-right : 0;
            }
            body.shop_payment_complete .section_wrap, .shop_payment .tip-off, .map-list {
            background-color : #ffffff; !important;
                background-color : rgba(255,255,255,1) !important;
            }
            .shop_mypage .item-detail a, .shop_mypage .item-detail p, .shop-content select.form-control, .shop_payment .shop-content p, .tip-off.payment_method h6, .map-list,.grid_ignore.bg_on .author > div {
            ;
                color : #363636 ;
            }
            .grid_ignore.bg_on .author > div.date,.grid_ignore.bg_on .author > div.hit-count {
            color:rgb(54,54,54);color:rgba(54,54,54,0.5); ;
            }
            input.form-control, textarea.form-control {
                -webkit-appearance : none !important;
            }
            .li_body .comment-count span {
            ;
                color : #363636;
            }
            .li_board ul, .li_board ~ .li_footer, .board .li_board {
            border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.15) ;;
            }
            .left-menu ul .cart_menu_row li.active a {
            ;
                background   : #363636 !important;
                color      : #fff !important;
            }
            .left-menu ul .cart_menu_row li.active a span {
                color      : #fff !important;
            }
            .booking_list.full .title,.booking_list.full .value {
            ;
                color: #363636 !important;
            }
        }
                @media all and (max-width : 768px) {
            .shop_mypage .modal_alert_responsive .modal-footer .btn.cancel:hover{
                border: 1px solid #363636            }
                            .goods_form .goods_summary p,
            .goods_form .goods_summary span {
                font-size: 15px !important;
            }
            .doz_sys .widget.board .grid_ignore.bg_on {
                padding: 0;
                margin: 0 -15px;
                width: calc(100% + 30px);
            }
            .shop-item.common-item {
                margin-bottom: 15px !important;
            }
            .nav_gradient.slide_left {
                background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255,255,255,1));
            }
            .nav_gradient.slide_right {
                background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255,255,255,1));
            }
            .shop_payment .payment_title{
                font-weight             : normal;
            }
            .slide_03.owl-theme .owl-dots .owl-dot span {
            border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.3) ;;
            }
            .slide_03 .owl-controls .owl-prev:before,
            .slide_03 .owl-controls .owl-next:before {
            color:rgb(54,54,54);color:rgba(54,54,54,0.3);;
            }
            .slide_03.owl-theme .owl-dots .owl-dot.active span {
            ;
                background   : #363636;
                border: 1px solid #363636;
            }

		.m-table-style tbody > tr > td,
		.m-table-style thead > tr > th {
			width   : 100% !important;
			display : block;
		}
		.goods_thumbs .owl-theme .owl-dots .owl-dot span {
		background-color:rgba(54,54,54,0.3);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c545454,endColorstr=#4c545454);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c545454,endColorstr=#4c545454);	zoom: 1;;
			border-color: transparent;
		}
		.goods_thumbs .paging_type_dot01.owl-theme .owl-dots .owl-dot span {
			background: transparent;
			border-color: #363636;
			opacity: 0.3;
		}
		.goods_thumbs .paging_type_dot01.owl-theme .owl-dots .owl-dot.active span {
			opacity: 1;
			border-color: #363636;
		}
		.goods_thumbs .owl-theme .owl-dots .owl-dot.active span {
		;
			background   : #363636;
			border: 1px solid #363636;
		}
		.shop-content.shop-style-b .buy_footer_fixed > div,
		.shop-content.shop-style-b .opt-group .goods_wrap {
			padding-left: 0;
			padding-right: 0;
		}
		.text_tab .after_line:not(:last-child):after {
			right: 0;
		}
        .text_tab .after_line:last-child:after {
            content: "";
            display: none;
        }
		.doz_sys .extend_section.grid_gutter_0 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_1 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_2 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_3 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_4 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_5 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_6 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_7 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_8 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_9 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_10 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_11 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_12 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_13 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_14 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_15 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_16 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_17 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_18 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_19 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_20 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_21 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_22 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_23 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_24 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_25 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_26 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_27 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_28 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_29 .inside .m-margin-on,
		.doz_sys .extend_section.grid_gutter_30 .inside .m-margin-on {
			margin-left:0;
			margin-right:0;
		}
		.modal_alert_responsive .modal-footer .btn {
			color: #363636;
		}
		.modal_alert_responsive .btn.confirm {
			color: #363636;
		}
		.shop_mypage .shop-content .nav.nav-tabs.nav-tabs-text-only .nav-link.active .count {
			color: #363636;
		}
		#shop_cart_list .shop-tit,
		#shop_cart_list .shop-table > thead > tr,
		#shop_cart_list .shop-table > tfoot .payment-info,
		.im-price-result {
			border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.15) ;;
		}
		.shop-table > tbody > tr > td.img .opt .more + .more,
		.im-order-row + .im-order-row {
			border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.1) ;;
		}
		#shop_cart_list .shop-table, #shop_cart_list .shop-table > tbody > tr.im-tr-shipping + tr,
		#shop_cart_list .shop-table > tfoot, #shop_cart_list .shop-table > tfoot .payment-info{
			border-color:rgb(54,54,54) ;border-color:rgba(54,54,54,0.08) ;;
		}
		#shop_cart_list .shop-table > thead > tr,
		.im-order-detail-table .im-space {
			background-color: rgba(255,255,255,1);
		}
	}
	@media  (max-width : 1024px) and (min-width : 767px){
    body:not(.video_fullpage) {
      zoom: 0.85;
    }
		body.admin {
			zoom: 1;
		}
	}


	.im-body-color {
		color: #363636;
	}
	.im-body-size {
		font-size: 15px;
	}
	.im-body-size-85 {
		font-size: 12.75px;
	}
	.im-body-size-90 {
		font-size: 13.5px;
	}
	.im-body-size-95 {
		font-size: 14.25px;
	}
    .im-body-size-110 {
        font-size: 16.5px;
    }
	.im-body-size-120 {
		font-size: 18px;
	}
	.im-body-size-140 {
		font-size: 21px;
	}
	.im-body-size-150 {
		font-size: 22.5px;
	}
	.im-body-size-160 {
		font-size: 24px;
	}
	.im-body-size-200 {
		font-size: 30px;
	}
	.im-body-line-height {
		line-height: 1.6;
	}
	@media (max-width: 767px) {
		.im-xs-body-color {
			color: #363636;
		}
				.im-body-size {
			font-size: 15px;
		}
		.im-body-size-85 {
			font-size: 12.75px;
		}
		.im-body-size-90 {
			font-size: 13.5px;
		}
		.im-body-size-95 {
			font-size: 14.25px;
		}
		.im-body-size-110 {
			font-size: 16.5px;
		}
		.im-body-size-120 {
			font-size: 18px;
		}
		.im-body-size-140 {
			font-size: 21px;
		}
		.im-body-size-150 {
			font-size: 22.5px;
		}
		.im-body-size-160 {
			font-size: 24px;
		}
		.im-body-size-200 {
			font-size : 30px;
		}
		.im-xs-body-size {
			font-size: 15px;
		}
		.im-xs-body-size-85 {
            font-size: 12.75px;
        }
		.im-xs-body-size-90 {
			font-size: 13.5px;
		}
		.im-xs-body-size-95 {
			font-size: 14.25px;
		}
		.im-xs-body-size-110 {
            font-size: 16.5px;
        }
		.im-xs-body-size-120 {
			font-size: 18px;
		}
		.im-xs-body-size-140 {
			font-size: 21px;
		}
		.im-xs-body-size-150 {
			font-size: 22.5px;
		}
		.im-xs-body-size-160 {
			font-size: 24px;
		}
		.im-xs-body-size-200 {
            font-size: 30px;
        }
	}
