/* 축소하지 못했습니다. 축소되지 않은 콘텐츠를 반환합니다.
(3865,47): run-time error CSS1034: Expected closing parenthesis, found ','
(3865,47): run-time error CSS1042: Expected function, found ','
(3865,53): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
html, body{
    width: 100%;
    height: 100vh;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/* font-size: 100%;
	font: inherit; */
	vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.4;
    font-family: 'Poppins', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
    /* font-family: 'Lato', sans-serif;
    font-family: 'Noto Sans KR', sans-serif;
    font-family: 'Poppins', sans-serif; */
    background: #fff;
    font-size: 100%;
    font-weight: 400;
    color: #212121;
    letter-spacing: -0.25px;
    min-height: 100vh;
}
ul, ol, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
    border: 0;
    object-fit: cover;
    max-width: 100%;
    vertical-align: middle;
}
legend {
    position:absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color: #212121;
    cursor: pointer;
}
a:hover{
    color: #000;
}
a:hover {
    text-decoration: none;
}
em{
    font-style: normal;
}
button{
    border: 0 none;
    outline: 0 none;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: -1px;
    -webkit-tap-highlight-color : transparent !important;
    cursor: pointer;
    font-size: 0;
}
input{
    vertical-align: middle;
    outline: none;
    box-sizing: border-box;
}
textarea{
    font-family: 'Lato', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
    outline: none;
    box-sizing: border-box;
    resize: none;
}
textarea::-webkit-scrollbar{
    width: 12px;
    height: 12px;
}
textarea::-webkit-scrollbar-thumb{
    outline: none;
    border-radius: 10px;
    border: 3px solid transparent;
    box-shadow: inset 6px 6px 0 #c1c1c1;
}
textarea::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: transparent;
}
pre{
    line-height: 1.4;
    font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
    background: transparent;
    font-size: 100%;
    font-weight: 400;
    color: #212121;
    letter-spacing: -0.25px;
}
*:focus{
    outline: none;
}
.blind{
    position:absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}
/*! jQuery UI - v1.12.1 - 2017-08-20
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	/*font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;*/
}
.ui-widget .ui-widget {
	/*font-size: 1em;*/
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	/*font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;*/
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #000;
	opacity: .4;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.wrap{
    height: 100%;
}

/*로그인*/
.login.wrap{
    background: url(/Images/bg_login.png) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    height: 100%;
}
.login.wrap .contents_wrap{
    width: 1000px;
    min-width: 1000px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 150px;
}
.login.wrap .contents_wrap h1 > a{
    background: url(/Images/logo.png) center center no-repeat;
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 140px;
    height: auto;
    position: absolute;
    top: -90px;
    left: 0;
}
.login.wrap .contents_wrap h1 > span{
    font-size: 14px;
    position: absolute;
    top: -46px;
    left: 103px;
}
.login.wrap .contents_area{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 24px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 120px 0 50px;
}
.login.wrap .login_wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 60px 100px 80px;
}
.login.wrap .title_section{
    text-align: left;
}
.login.wrap .title_section p.title{
    font-size: 42px;
    line-height: 130%;
}
.login.wrap .title_section p.title > strong{
    font-size: 16px;
    font-weight: 600;
    display: block;
    color: #7d7d7d;
    line-height: 100%;
}
.login.wrap .title_section p.title > em{
    background: url(/Images/txt_on.png) left center no-repeat;
    background-size: 256px;
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 260px;
    height: auto;
    position: relative;
    top: 12px;
}
.login.wrap .title_section p.announce{
    font-size: 16px;
    padding: 17px 0 15px;
}
.login.wrap .title_section p.announce > strong{
    color: #4C92F1;
}
.login.wrap .title_section .btn_go{
    font-weight: bold;
    color: #4C92F1;
    background: url(/Images/icon_arrow_go_b.png) right center no-repeat;
    padding-right: 12px;
}
.login_section{
    width: 318px;
    position: relative;
}
.login_section::before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    background: #E2E2E2;
    position: absolute;
    left: -60px;
}
.login_area{
    display: flex;
}
.login_area .form_wrap{
    display: flex;
    flex-direction: column;
}
.login_area .input_txt{
    width: 210px;
    height: 50px;
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    padding: 0 20px;
}
.login_area .input_txt:first-of-type{
    margin-bottom: 4px;
}
.login_area .input_txt::placeholder{
    font-size: 16px;
}
.login_area .btn_login{
    width: 120px;
    height: auto;
    margin-left: 4px;
    font-size: 20px;
}
.login_section .add {
    display: flex;
    justify-content: space-between;
    margin: 12px 0 42px;
}
.login_section .btn_findID{
    font-size: 14px;
    margin-top: 2px;
    padding-right: 13px;
    position: relative;
}
.login_section .btn_findID::after{
    content: url(/Images/icon_arrow_blue.png);
    display: block;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 0;
    right: 0;
}
.login_section .btn_join{
    width: 100%;
    padding: 17px 0;
    color: #fff;
    font-weight: 600;
    background: #f5bc22;
    border-radius: 6px;
    display: block;
}
.login_section .btn_join:hover{
    background: #f6b608;
}
.login.wrap .service_wrap{
    display: flex;
}
.login.wrap .service_area a{
    display: inline-block;
    background: #f8f8f8;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    text-align: center;
    padding-top: 95px;
    margin-left: 8px;
}
.login.wrap .service_area a:first-child{
    margin-left: 0;
}
.login.wrap .service_area a:hover{
    color: #4c92f1;
}
.login.wrap .service_area a.go_customer{
    background: #f8f8f8 url(/Images/icon_customer.png) top 37px center no-repeat;
}
.login.wrap .service_area a.go_guide{
    background: #f8f8f8 url(/Images/icon_guide.png) top 37px center no-repeat;
}
.login.wrap .service_area a.go_remote{
    background: #f8f8f8 url(/Images/icon_remote.png) top 37px center no-repeat;
}
.login.wrap .service_area a > span{
    font-size: 14px;
}
.login.wrap .customer_area{
    text-align: left;
    padding-top: 10px;
    padding-left: 55px;
}
.login.wrap .customer_area h2{
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
}
.login.wrap .customer_area p{
    font-size: 24px;
    font-weight: 700;
}
.login.wrap .customer_area p > span{
    font-size: 14px;
    font-weight: 600;
    color: #7d7d7d;
    padding-left: 5px;
}
.login.wrap .customer_area .restday{
    font-size: 14px;
    font-weight: normal;
}
.login.wrap footer{
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    justify-content: center;
}

/*아이디/비밀번호찾기*/
.login_info.wrap{
    background: linear-gradient(to top, #94c8e4, #cae0f2);
}
.find_contents_container{
    width: 1000px;
    height: 630px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 50px 80px;
}
.find_contents_container h2{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 26px;
    justify-content: center;
}
.find_contents_container .btn_wrap{
    font-size: 0;
}
.find_contents_container button.btn_basic{
    border-radius: 6px;
    font-size: 18px;
    padding: 12px;
    width: 100%;
    max-height: 50px;
    height: 50px;
}
.find_contents_container .btn_wrap button.btn_basic{
    width: calc((100% / 3) - 6px);
}
.find_contents_container.reSetting .btn_wrap button.btn_basic{
    width: 100%;
}
.find_contents_container .tab_wrap{
    margin-bottom: 0;
}
.find_contents_container .tab_wrap a{
    padding: 19px 0;
}
.find_contents_container input[type="text"], .find_contents_container input[type="password"]{
    height: 44px;
}
.find_contents_container .form_wrap{
    padding: 50px 140px;
}
.find_contents_container .form_wrap .input_group{
    margin-bottom: 6px;
}
.find_contents_container.reSetting .form_wrap{
    padding: 0 0 18px 0px;
}
.find_contents_container.reSetting .markPW{
    justify-content: end;
    margin-top: 15px;
}
.find_contents_container.reSetting .markPW label{
    width: auto;
}
.input_group{
    display: flex;
    flex-wrap: wrap;
    min-height: 23px;
}
.input_group label, .input_group input{
    align-self: center;
}
.input_group label + p{
    font-size: 16px;
    align-self: center;
}
.find_contents_container .input_group label{
    width: 26%;
}
.find_contents_container .input_group input{
    width: 74%;
    position: relative;
}
.input_group .num_group{
    font-size: 0;
    width: 74%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.input_group .num_group .hypen{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 3rem;
    font-size: 24px;
    color: #7d7d7d;
}
.findID .result{
    margin: 50px 140px;
    padding: 30px 0;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
}
.findID .result p{
    width: 100%;
    text-align: center;
    font-weight: 600;
}
.findID .result p > span{
    font-size: 14px;
    font-weight: normal;
    color: #7d7d7d;
    display: block;
    padding-top: 6px;
}
.findID .result ul{
    margin-top: 12px;
    padding-left: 120px;
}
.findID .result li{
    height: 26px;
    color: #4c92f1;
    padding-left: 10px;
    position: relative;
}
.findID .result li::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #96999e;
    position: absolute;
    top: 10px;
    left: 0;
}
.find_contents_container .info_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.find_contents_container .info_wrap button.btn_basic{
    width: auto;
    font-size: 14px;
    padding: 5px 20px 8px 20px;
    height: 37px;
}
.info{
    font-size: 14px;
    font-weight: normal;
    padding-left: 27px;
    position: relative;
}
.info::before{
    content: url(/Images/icon_info.png);
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: -2px;
    left: 0;
}
.info > strong{
    color: #4c92f1;
}
.findPW .verification_code{
    display: flex;
    justify-content: space-between;
}
.findPW .verification_code .code_group{
    width: calc(100% - 126px);
}
.findPW .verification_code .code_group label{
    width: 33.5%;
}
.findPW .verification_code .code_group .num_group, .findPW .verification_code .code_group .input_txt{
    width: 66.5%;
}
.findPW .verification_code .btn_code{
    width: 120px;
    height: auto;
    margin-left: 6px;
    max-height: 94px;
}
.reSetting .reSetting_area{
    padding: 0 140px;
}
.reSetting .customer_wrap{
    display: flex;
    border-top: 1px solid #d1d1d1;
    margin-top: 30px;
    padding: 40px 133px;
}
.reSetting .customer_wrap h2{
    background: #f8f8f8 url(/Images/icon_customer.png) top 26px center no-repeat;
    text-align: center;
    min-width: 118px;
    height: 118px;
    border-radius: 50%;
    padding-top: 75px;
}
.reSetting .customer_wrap h2 > span{
    font-size: 14px;
    font-weight: normal;
}
.reSetting .customer_wrap .customer_area{
    padding: 15px 0 0 15px;
}
.reSetting .customer_wrap .customer_area p{
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 6px;
}
.reSetting .customer_wrap .customer_area p > strong{
    color: #4c92f1;
}

/*관리자로그인*/
.find_contents_container.admin{
    padding: 100px 260px;
}
.find_contents_container h2{
    margin-bottom: 0;
}
.find_contents_container.admin .form_wrap{
    padding: 20px 0 25px 0;
    border-top: 1px solid #ecf2f2;
}
.find_contents_container.admin .input_group{
    line-height: 44px;
}
.find_contents_container.admin .input_group > span{
    font-weight: 600;
}

/*회원가입*/
.join.wrap{
    background: linear-gradient(to top, #94c8e4, #cae0f2);
    display: flex;
    justify-content: center;
    height: auto;
}
.join.wrap footer{
    margin-bottom: 50px;
}
.join.wrap .contents_wrap{
    margin-top: 130px;
}
.join_area{
    width: 1000px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 45px 50px;
    min-height: 1170px;
    position: relative;
}
.join_area h2{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}
.join_area h3{
    font-size: 18px;
    font-weight: 600;
}
.join_area .step_wrap ol{
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 50px;
}
.join_area .step_wrap ol li{
    color: #cdd4dd;
    position: relative;
    padding-right: 20px;
    margin-right: 30px;
}
.join_area .step_wrap ol li::after{
    content: url(/Images/icon_arrow_step.png);
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    right: -15px;
}
.join_area .step_wrap ol li.on{
    color: #212121;
}
.join_area .step_wrap ol li.on::after{
    content: url(/Images/icon_arrow_step_on.png);
}
.join_area .step_wrap ol li:last-child:after{
    content: none;
}
.join_area .step_wrap ol li > span{
    display: inline-block;
    width: 38px;
    height: 38px;
    color: #fff;
    background: #cdd4dd;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    padding-top: 6px;
    margin-right: 5px;
}
.join_area .step_wrap ol li.on > span{
    background: #4c92f1;
}
.join_area .btn_wrap{
    font-size: 0;
    position: absolute;
    bottom: 45px;
    width: 900px;
}
.join_area button.btn_basic{
    border-radius: 6px;
    font-size: 20px;
    padding: 12px;
    width: 100%;
    min-height: 66px;
}
.join_area .btn_wrap button.btn_basic{
    width: calc((100% / 2) - 3px);
}
.step01 .contents{
    padding: 20px;
    border: 1px solid #d1d1d1;
    font-size: 14px;
    line-height: 24px;
    overflow-y: auto;
    height: 250px;
}
.step01 .contents li{
    padding: 8px 0;
}
.step01 .contents li li{
    padding-left: 20px;
    padding-bottom: 0;
}
.step01 .contents li li li{
    padding-top: 0;
}
.step01 .privacy_wrap{
    margin: 30px 0;
}
.step01 .contents::-webkit-scrollbar{
    width: 12px;
    height: 12px;
}
.step01 .contents::-webkit-scrollbar-thumb{
    outline: none;
    border-radius: 10px;
    border: 3px solid transparent;
    box-shadow: inset 6px 6px 0 #c1c1c1;
}
.step01 .contents::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: transparent;
}
.step01 .agree_wrap .form_group{
    display: flex;
    justify-content: end;
}
.step01 .agree_wrap .form_group .input_group{
    margin-bottom: 0;
}
.step02 h3 > p.desc{
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #4c92f1;
    margin-left: 50px;
    position: relative;
}
.step02 h3 > p.desc::before{
    content: '';
    display: inline-block;
    background: #4c92f1;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    position: absolute;
    top: -5px;
    left: -5px;
}
.step02 .style03 table input[type="text"], .step02 .style03 table input[type="password"], .step02 .style03 table input[type="date"], .step02 .style03 table select{
    height: 37px;
    max-height: 37px;
}
.step02 .style03 table label{
    padding-right: 0;
}
.step02 .style03 table label.essential{
    position: relative;
}
.step02 .style03 table label.essential::after{
    content: '';
    display: inline-block;
    background: #4c92f1;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    position: absolute;
    top: -5px;
    right: -7px;
}
.step02 .style03 .form_group, .step02 .style03 .form_group .input_group.cal_group, .step02 .style03 .form_group .input_group.cal_group .input_txt{
    width: 100%;
}
.step02 .style03 .input_group .num_group{
    width: 100%;
}
.step02 table p.desc{
    color: #4c92f1;
    padding-top: 6px;
}
.step02 .account_wrap {
    margin-top: 30px;
}
.step02 .address_group .zipcode_group{
    margin-bottom: 6px;
}
.step02 .address_group .zipcode_group .input_txt{
    width: 30%;
}
.step02 .address_group .zipcode_group button.btn_basic{
    width: auto;
    font-size: 16px;
    min-height: 37px;
    padding: 5px 20px 8px 20px;
}
.step02 .address_group .input_txt{
    width: 49.5%;
}
.step02 .address_group .input_txt:first-of-type{
    margin-right: 6px;
}
.step02 .style03 table .file_group label{
    padding: 7px 20px;
}
.step03 .completed_wrap{
    background: url(/Images/img_join_completed.png) 0 0 no-repeat;
    width: 880px;
    height: 400px;
    padding: 40px 0 0 306px;
}
.step03 .completed_wrap p{
    margin-bottom: 10px;
}
.step03 .completed_wrap .completed{
    font-size: 30px;
    line-height: 1.2;
    color: #3785f0;
}
.step03 .completed_wrap .desc{
    font-size: 18px;
    color: #fff;
}
.step03 .completed_wrap .desc > em{
    color: #ffe295;
}
.step03 .completed_wrap .phone{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

/*공통스타일*/
/*input-text*/
input::placeholder{
    color: #7d7d7d;
    font-size: 14px;
    letter-spacing: -2px;
}
input[type="text"], input[type="password"]{
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    height: 37px;
    padding: 10px;
}
input[type="text"]:read-only{
    background: #eeeeee;
}
input[type="text"]:disabled{
    background: #eeeeee;
    color: #212121;
}
label{
    font-size: 16px;
    padding-right: 6px;
    font-weight: 500;
}
/*input-checkbox*/
input[type="checkbox"]{
    display: none;
}
input[type="checkbox"] + label{
    position: relative;
    padding-left: 25px;
    padding-right: 0;
    font-size: 16px;
    font-weight: normal;
}
input[type="checkbox"] + label::after{
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    position: absolute;
    top: -2px;
    left: 0;
    box-sizing: border-box;
}
input[type="checkbox"]:checked + label::after{
    content: url(/Images/icon_chk_checked.png);
    display: inline-block;
    background: #4c92f1;
    border: 0;
    border-radius: 3px;
    width: 23px;
    height: 23px;
    position: absolute;
    top: -2px;
    left: 0;
}
input[type="checkbox"]:disabled + label::after{
    background: #eee;
}
/*input-radio*/
input[type="radio"]{
    display: none;
}
input[type="radio"] + label{
    position: relative;
    padding-left: 27px;
    padding-right: 0;
    font-size: 16px;
    font-weight: normal;
}
input[type="radio"] + label::after{
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 50px;
    position: absolute;
    top: -1px;
    left: 0;
    box-sizing: border-box;
}
input[type="radio"]:checked + label::after{
    content: url(/Images/icon_radio_checked.png);
    display: inline-block;
    background: #4c92f1;
    border: 0;
    border-radius: 50px;
    width: 23px;
    height: 23px;
    position: absolute;
    top: -1px;
    left: 0;
}
input[type="radio"]:disabled + label::after{
    background: #eee;
}
/* .radio_group{
    margin-left: 10px;
}
.radio_group:first-child{
    margin-left: 0px;
} */

/*textarea*/
textarea{
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    padding: 10px;
    font-size: 14px;
    width: 100%;
    min-height: 100px;
}

/*select*/
select{
    background: #fff url(/Images/icon_select_arrow.png) right 10px center no-repeat;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    height: 37px;
    padding: 10px 30px 10px 10px;
    appearance: none;
    min-width: 70px;
    letter-spacing: -0.25px;
    font-family: 'Poppins', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
}

/*file*/
.contents_wrap .file_group .input_txt.upload{
    width: 50%;
}
.contents_wrap .file_group input[type="file"]{
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
.contents_wrap .file_group label{
    color: #fff;
    background: #39abbc;
    border-radius: 6px;
    padding: 7px 20px;
    min-height: 37px;
    margin-left: 6px;
    cursor: pointer;
}

/*button*/
button.btn_basic{
    padding: 5px 20px 8px 20px;
    background: #4c92f1;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-right: 6px;
    border-radius: 6px;
    height: 37px;
    min-height: 37px;
    position: relative;
    word-break: keep-all;
}
button.btn_basic:last-of-type{
    margin-right: 0;
}
button.btn_basic:hover, .popup_wrap button.btn_basic:hover{
    background: #4483d9;
}
button.btn_basic.btn_point, .popup_wrap button.btn_basic.btn_point{
    background: #39abbc;
}
button.btn_basic.btn_point:hover, .popup_wrap button.btn_basic.btn_point:hover{
    background: #3193a1;
}
button.btn_basic.btn_gray, .popup_wrap button.btn_basic.btn_gray{
    background: #696e75;
}
button.btn_basic.btn_gray:hover, .popup_wrap button.btn_basic.btn_gray:hover{
    background: #515761;
}
button.btn_basic.btn_darkBlue, .popup_wrap button.btn_basic.btn_darkBlue{
    background: #6b82a0;
}
button.btn_basic.btn_darkBlue:hover, .popup_wrap button.btn_basic.btn_darkBlue:hover{
    background: #596c85;
}
button.btn_basic.btn_red, .popup_wrap button.btn_basic.btn_red{
    background: #da2020;
}
button.btn_basic.btn_red:hover, .popup_wrap button.btn_basic.btn_red:hover{
    background: #ba1d1d;
}
button.btn_plus, button.btn_minus{
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 23px;
    height: 23px;
    margin-top: 1px;
}
button.btn_basic.btn_plus{
    margin-right: 4px;
    background: #6b82a0 url(/Images/icon_plus.png);
}
button.btn_basic.btn_plus:hover{
    background: #596c85 url(/Images/icon_plus.png);
}
button.btn_basic.btn_minus{
    margin-left: 0;
    background: #6b82a0 url(/Images/icon_minus.png);
}
button.btn_basic.btn_minus:hover{
    background: #596c85 url(/Images/icon_minus.png);
}
.wrap .contents_wrap button.btn_basic.btn_download{
    font-size: 14px;
    padding: 0px 14px 1px 30px;
    min-height: 29px;
    height: 29px;
}
.wrap .contents_wrap button.btn_basic.btn_download::before{
    content: url(/Images/icon_download.png);
    display: inline-block;
    width: 12px;
    height: 15px;
    position: absolute;
    top: 6px;
    left: 14px;
}
.wrap .contents_wrap button.btn_basic.btn_print{
    font-size: 14px;
    padding: 0px 14px 1px 35px;
    min-height: 29px;
    height: 29px;
}
.wrap .contents_wrap button.btn_basic.btn_print::before{
    content: url(/Images/icon_print.png);
    display: inline-block;
    width: 17px;
    height: 15px;
    position: absolute;
    top: 6px;
    left: 14px;
}
.btn_pdf{
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 18px;
    height: 22px;
    background: url(/Images/icon_pdf.png) 0 0 no-repeat;
    vertical-align: middle;
}

/*헤더고정board*/
.fixTableHead{
    overflow-y: auto;
    height: auto;
}
.fixTableHead table thead th{ 
    position: sticky; 
    top: 0; 
    z-index: 1;
    box-shadow: inset 0px 2px 0 0 #4c4c4c, inset 0px -0.5px 0 0 #4c4c4c;
    border: none;
}
.fixTableHead::-webkit-scrollbar{
    width: 12px;
    height: 12px;
}
.fixTableHead::-webkit-scrollbar-thumb{
    outline: none;
    border-radius: 10px;
    border: 3px solid transparent;
    box-shadow: inset 6px 6px 0 #c1c1c1;
}
.fixTableHead::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: transparent;
}

/*board*/
.board_wrap{
    width: 100%;
}
table{
    width: 100%;
    background: #fff;
    /* border-top: 2px solid #4c4c4c; */
}
table thead th{
    background: #fff;
    border-top: 2px solid #4c4c4c;
    border-bottom: 1px solid #4c4c4c;
    font-size: 14px;
    font-weight: 500;
    padding: 5px;
    height: 38px;
    vertical-align: middle;
}
table tbody td{
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    padding: 3px 5px;
    text-align: center;
    position: relative;
    height: 38px;
    vertical-align: middle;
}
.board_wrap table tbody tr:hover th, .board_wrap table tbody tr:hover td{
    background: #f0f8fd;
}
table tbody tr.error td{
    background: #f9e3e3;
}
table tr.tfoot td{
    background: #f2f4f6;
    font-size: 16px;
    font-weight: 500;
    padding: 3px 5px 3px 10px;
}
table tr.tfoot td:first-child{
    font-size: 14px;
}
.container.order table thead th, .container.order table tbody td{
    height: 32px;
}
table tfoot tr td{
    background: #f2f4f6;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 3px 5px 3px 10px;
    border-bottom: 1px solid #e1e1e1;
    height: 50px;
    vertical-align: middle;
}
table button.btn_basic{
    padding: 2px 6px 3px;
    font-size: 14px;
    min-height: 25px;
    max-height: 29px;
    border-radius: 4px;
    font-weight: 400;
}
table .classify{
    color: #da2020;
    background: #fff;
    border: 2px solid #da2020;
    border-radius: 50px;
    padding: 2px 6px;
    margin-left: 6px;
}
table .classify.event{
    color: #ef7906;
    border: 2px solid #ef7906;
}
table .classify.medDown{
    color: #39abbc;
    border: 2px solid #39abbc;
    margin-left: 0px;
    margin-right: 6px;
}
table .txt_left{
    text-align: left;
}
table .txt_right{
    text-align: right;
}
table .txt_center{
    text-align: center;
}
/*수량-quantity*/
table td.phaCompany/*제약사*/, table td.proName/*제품명*/, table td.collect/*회수비고*/, table td.target/*대상*/, table td.etc/*비고*/,
table td.content/*내용*/
{
    text-align: left;
}
table td.standard/*규격*/, table td.stock/*재고*/, table td.unitPrice/*단가*/, table td.amountMoney/*금액*/,
table td.reUnitPrice/*반품단가*/, table td.reAmountMoney/*반품금액*/, table td.before/*변경전*/, table td.after/*변경후*/,
table td.salAmountMoney/*매출금액*/, table td.dipAmountMoney/*입금금액*/, table td.balance/*잔액*/, table td.surtax/*부가세*/, table td.sumPrice/*합계금액*/,
table td.salQuantity/*매출수량*/
{
    text-align: right;
}
.product table .proName/*제품명*/{
    max-width: 360px;
}
.return_list table .proName/*제품명*/{
    max-width: 450px;
}
table tr.cancle td{
    color: #909090;
}
table .txt_red{
    color: #da2020;
    font-weight: 600;
}
table input[type="text"], table input[type="password"], table input[type="date"]{
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    min-height: 25px;
    max-height: 29px;
    padding: 0 6px;
    width: 100%;
}
table select{
    background: #fff url(/Images/icon_select_arrow.png) right 10px center no-repeat;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    min-height: 25px;
    max-height: 29px;
    padding: 0 6px;
    width: 100%;
}
table .input_group.cal_group .input_cal{
    background: #eeeeee url(/Images/icon_cal.png) top 2px right 10px no-repeat;
}
table .input_group.chk_group{
    display: inline-block;
}
table span.checked{
    background: url(/Images/icon_checked.png) 0 0 no-repeat;
    width: 13px;
    height: 12px;
    display: inline-block;
}
table span.down{
    background: url(/Images/icon_arrow_down.png) 0 0 no-repeat;
    width: 20px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
table span.up{
    background: url(/Images/icon_arrow_up.png) 0 0 no-repeat;
    width: 20px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
table span.cancle{
    background: url(/Images/icon_cancle.png) 0 0 no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
table span.checked{
    background: url(/Images/icon_checked.png) 0 0 no-repeat;
    width: 13px;
    height: 12px;
    display: inline-block;
}
table .amount_group{
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
}
.style02 table .amount_group{
    justify-content: left;
}
table .amount_group button{
    margin-left: 3px;
}
table .amount_group .input_txt{
   width: 50px;
}
table .sideInfo{
    display: block;
}
table .sideInfo > span{
    font-size: 12px;
    font-weight: 600;
    color: #39abbc;
    padding-right: 10px;
}
table span.title{
    font-size: 15px;
    vertical-align: baseline;
    position: relative;
    padding-right: 13px;
    margin-right: 12px;
}
table span.title::after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #c1c1c1;
    position: absolute;
    top: 2px;
    right: 0;
}

/*table*/
.style02 table{
    border-top: 2px solid #4c4c4c;
}
.style02 table tbody th{
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #e1e1e1;
    background: #f2f4f6;
    width: 90px;
}
.style02 table tbody th, .style02 table tbody td{
    text-align: left;
    vertical-align: middle;
    padding: 7px 5px 7px 10px;
}
.style03 table{
    border-top: 2px solid #4c4c4c;
}
.style03 table tbody th{
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #e1e1e1;
}
.style03 table tbody th, .style03 table tbody td{
    background: #fff;
    text-align: left;
    vertical-align: middle;
    padding: 11px 20px;
}
.style03 table input[type="text"], .style03 table select{
    max-height: 37px;
}

/*페이징*/
.paging{
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.paging a{
    font-size: 14px;
    text-align: center;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    display: inline-block;
}
.paging a.btn_num{
    padding: 9px 10px;
}
.paging a.btn_num.on, .paging a.btn_num:hover{
    font-weight: 600;
    color: #fff;
    background: #4c92f1;
    border-radius: 50px;
}
.paging .btn_first, .paging .btn_end, .paging .btn_prev, .paging .btn_next{
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
} 
.paging .btn_first{
    background: url(/Images/btn_first.png) center center no-repeat;
}
.paging .btn_end{
    background: url(/Images/btn_end.png) center center no-repeat;
}
.paging .btn_prev{
    background: url(/Images/btn_prev.png) center center no-repeat;
}
.paging .btn_next{
    background: url(/Images/btn_next.png) center center no-repeat;
}

/*tab*/
.tab_wrap{
    display: flex;
    margin-bottom: 25px;
}
.tab_wrap a{
    background: #ecf2f2;
    font-size: 16px;
    color: #717171;
    padding: 17px 0 16px;
    max-height: 55px;
    width: 100%;
    text-align: center;
    position: relative;
}
.tab_wrap a.on::after{
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #4c92f1;
    border-radius: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s;
}
.tab_wrap a.on{
    color: #4c92f1;
    font-weight: 600;
    /* border-bottom: 5px solid #4c92f1; */
}
.tab_wrap a:hover{
    color: #4c92f1;
    font-weight: 600;
}

/*popup*/
.modal_wrap{
    background: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    /* display: none; */
    padding: 15px;
    z-index: 100;
}
.popup_wrap{
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    max-height: 100%;
}
.popup_wrap.size_400{
    max-width: 400px;
}
.popup_wrap.size_500{
    max-width: 500px;
}
.popup_wrap.size_600{
    max-width: 600px;
}
.popup_wrap.size_700{
    max-width: 700px;
}
.popup_wrap.size_800{
    max-width: 800px;
}
.popup_wrap.size_900{
    max-width: 900px;
}
.popup_title{
    background: #4c92f1;
    position: relative;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    padding: 11px 20px 10px 20px;
}
.popup_title h1{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.btn_popup_close{
    background: url(/Images/btn_popup_close.png);
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 20px;
    top: 13px;
}
.popup_contents_wrap{
    padding: 20px;
}
.popup_contents{
    overflow-y: auto;
    min-height: 120px;
    max-height: 600px;
    word-break: keep-all;
}
.popup_contents::-webkit-scrollbar{
    width: 12px;
    height: 12px;
}
.popup_contents::-webkit-scrollbar-thumb{
    outline: none;
    border-radius: 10px;
    border: 3px solid transparent;
    box-shadow: inset 6px 6px 0 #c1c1c1;
}
.popup_contents::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: transparent;
}
.popup_contents h2{
    font-size: 18px;
    padding-bottom: 12px;
}
.popup_contents ul li{
    font-size: 14px;
    min-height: 26px;
    padding: 4px 0 3px 10px;
    position: relative;
}
.popup_contents ul li::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #96999e;
    position: absolute;
    top: 11px;
    left: 0;
}
.popup_contents_wrap .btn_wrap{
    font-size: 0;
    text-align: center;
    margin-top: 20px;
}
.popup_contents .tab_wrap{
    margin-bottom: 14px;
}
.popup_contents .tab_wrap a{
    padding: 12px 0 11px;
}
.popup_contents p.desc strong{
    color: #4c92f1;
}
.popup_contents > p.info:first-child{
    margin-top: 2px;
}
/*비밀번호작성도움말popup*/
.PW_guide .popup_contents h2{
    padding-top: 20px;
}
.PW_guide .popup_contents .guide01 h2{
    padding-top: 0;
}
.PW_guide .popup_contents .guide01 p{
    font-size: 14px;
    color: #4c92f1;
}
/*우편번호찾기*/
.zipcode_search .search_wrap button.btn_search{
    margin-left: 6px;
}
.zipcode_search .search_wrap .form_group .input_group select{
    width: 125px;
}
.zipcode_search .search_wrap .form_group .input_group input[type=text]{
    width: 165px;
}
.zipcode_search .desc{
    font-size: 14px;
    margin-bottom: 16px;
}
.zipcode_search .desc > span{
    color: #7d7d7d;
    display: block;
}
/*공지사항popup*/
.notice_popup .notice_view{
    padding: 0 10px 10px;
}
.notice_popup .notice_view h2{
    font-size: 20px;
    border-bottom: 1px solid #bfc6ce;
    background: url(/Images/icon_notice.png) center right no-repeat;
    padding: 26px 0px;
    margin-bottom: 20px;
}
.notice_popup .btn_today_close{
    font-size: 16px;
    color: #fff;
    padding: 9px 20px;
    background: #4c92f1;
    border-radius: 6px;
    margin-right: 6px;
}
/*배송정보popup*/
.delivery_info .release_info{
    background: #fff url(/Images/icon_delivery_info.png) bottom 30px right 30px no-repeat;
    border-radius: 10px;
    border: 1px solid #bfc6ce;
    padding: 27px 30px;
    margin-bottom: 20px;
}
.delivery_info .release_info li:first-child{
    font-weight: 600;
    color: #4c92f1;
}
/*이용안내popup*/
.use_guide .service_guide .guide{
    display: flex;
    flex-wrap: wrap;
    padding-top: 16px;
}
.use_guide .service_guide .guide li{
    flex: 1 1 40%;
    border-radius: 10px;
    background: #f8f8f8;
    padding: 20px 15px;
    margin-left: 13px;
    margin-bottom: 13px;
}
.use_guide .service_guide .guide li:first-child, .use_guide .service_guide .guide li:nth-child(2n+1){
    margin-left: 0;
}
.use_guide .service_guide .guide dt, .use_guide .program_guide .guide dt{
    font-size: 16px;
    font-weight: 600;
    color: #4c92f1;
    padding-bottom: 7px;
}
.use_guide .service_guide .guide dd, .use_guide .program_guide .guide dd{
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
    position: relative;
}
.use_guide .service_guide .guide dd:last-child{
    margin-bottom: 0;
}
.use_guide .program_guide{
    margin-top: 10px;
}
.use_guide .program_guide p{
    font-size: 14px;
}
.use_guide .program_guide .guide{
    display: flex;
    flex-wrap: wrap;
    padding-top: 16px;
}
.use_guide .program_guide .guide li{
    flex: 1 1 30%;
    border-radius: 10px;
    border: 1px solid #bfc6ce;
    padding: 20px 15px;
    margin-left: 13px;
    margin-bottom: 13px;
}
.use_guide .program_guide .guide li:first-child, .use_guide .program_guide .guide li:nth-child(3n+1){
    margin-left: 0;
}
.use_guide .service_guide .guide ul li, .use_guide .program_guide .guide ul li{
    border: 0;
    padding: 4px 0 3px 10px;
    margin-left: 0;
    margin-bottom: 0;
}
.use_guide .service_guide .guide li::before, .use_guide .program_guide .guide li::before{
    content: none;
}
.use_guide .service_guide .guide li li::before, .use_guide .program_guide .guide li li::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #96999e;
    position: absolute;
    top: 11px;
    left: 0;
}
/*고객센터popup*/
.customer_popup p.desc{
    font-size: 14px;
}
.customer_popup .customer_info, .customer_popup .bank_info{
    border-radius: 10px;
    border: 1px solid #bfc6ce;
    padding: 20px 50px;
    display: flex;
    
    justify-content: space-between;
    width: auto;
}
.customer_popup .customer_info{
    margin: 20px 0;
}
.customer_popup .customer_info .phone{
    margin-top: 22px;
}
.customer_popup .customer_info p{
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 3px;
}
.customer_popup .customer_info p.tel_num > span{
    letter-spacing: 1.8px;
}
.customer_popup .customer_info p.restday{
    font-size: 14px;
    font-weight: 400;
}
.customer_popup .bank_info{
    flex-direction: row-reverse;
}
.customer_popup .customer_info h2{
    background: #e9ecf0 url(/Images/icon_customer.png) top 31px center no-repeat;
    text-align: center;
    min-width: 140px;
    height: 140px;
    border-radius: 50%;
    padding-top: 90px;
}
.customer_popup .customer_info h2 > span, .customer_popup .bank_info h2 > span{
    font-size: 16px;
    font-weight: normal;
}
.customer_popup .bank_info h2{
    background: #e9ecf0 url(/Images/icon_account.png) top 31px center no-repeat;
    text-align: center;
    min-width: 140px;
    height: 140px;
    border-radius: 50%;
    padding-top: 90px;
}
.customer_popup .bank_info ul{
    margin-top: 12px;
}
.customer_popup .bank_info li{
    font-size: 16px;
}
.customer_popup .bank_info li p.account_holder{
    font-weight: 600;
}
.customer_popup .bank_info li::before{
    content: none;
}
.customer_popup .bank_info li > img{
    margin-right: 5px;
}
/*FAQ popup*/
.faq_popup .faq_list .question{
    border-radius: 10px;
    border: 1px solid #bfc6ce;
    padding: 17px 20px 16px;
    margin-bottom: 6px;
    cursor: pointer;
}
.faq_popup .faq_list .question:last-child{
    margin-bottom: 0;
}
.faq_popup .faq_list .question > span{
    font-weight: 600;
    color: #4c92f1;
}
.faq_popup .faq_list .answer{
    border-radius: 10px;
    background: #f8f8f8;
    padding: 20px;
    margin-bottom: 6px;
}
.faq_popup .faq_list .question_group:last-child .answer{
    margin-bottom: 0;
}
.faq_popup .faq_list .answer > p{
    font-size: 14px;
}
.faq_popup .faq_list .answer > p > strong{
    display: block;
    padding-bottom: 20px;
}
/*알림popup*/
.information .confirm{
    background: url(/Images/icon_inform_confirm.png) top center no-repeat;
    padding-top: 65px;
    text-align: center;
}
.information .warning{
    background: url(/Images/icon_inform_warning.png) top center no-repeat;
    padding-top: 65px;
    text-align: center;
}
/*제품상세보기popup*/
.product_detail .product_sort{
    display: flex;
    margin-bottom: 14px;
}
.product_detail .product_sort .img_wrap{
    display: flex;
}
.product_detail .product_sort .img_sort{
    margin-right: 6px;
}
.product_detail .product_sort .img_sort span{
    display: block;
    width: 44px;
    height: 30px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin-bottom: 6px;
    cursor: pointer;
}
.product_detail .product_sort .img_sort img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.product_detail .product_sort .img_sort span:hover{
    border: 1px solid #4c92f1;
}
.product_detail .product_sort{
    display: flex;
    margin-bottom: 14px;
}
.product_detail .product_sort .img_area{
    width: 250px;
    min-width: 250px;
    max-height: 191.5px;
    border: 1px solid #e1e1e1;
    background: #f2f4f6 url(/Images/noImg.png) center center no-repeat;
    border-radius: 6px;
    margin-right: 10px;
}
.product_detail .product_sort .img_area img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.product_detail .product_sort .table_wrap{
    width: 100%;
}
.product_detail .table_wrap.detail_info td{
    font-size: 13px;
}
.product_detail .table_wrap.detail_info td p{
    padding-top: 14px;
}
.product_detail .table_wrap.detail_info td p:first-child{
    padding-top: 0;
}
.product_detail .table_wrap.detail_info .btn_pdf{
    display: block;
    margin-top: 3px;
}
/* 한영자판 popup */
.eng_check .img_wrap{
    padding-top: 20px;
    text-align: center;
}
/*통장입금 popup*/
.without_bankbook .info{
    margin-bottom: 16px;
}
/* 개인정보보호정책 popup */
.privacy_policy .policy_wrap p{
    font-size: 14px;
}
.privacy_policy .policy_wrap p:last-child{
    margin-top: 20px;
}
.privacy_policy .policy_wrap ol li{
    font-weight: 600;
    margin-top: 20px;
}
.privacy_policy .policy_wrap ol li ul li{
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
}
.privacy_policy .policy_wrap ol li ul li ul li::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 1px;
    background: #96999e;
    position: absolute;
    top: 14px;
    left: 0;
}
.privacy_policy .policy_wrap ul.person_charge{
    margin-top: 20px;
}
.privacy_policy .policy_wrap ul.person_charge li{
    font-weight: 600;
}
/* 이용약관 popup */
.use_terms_list h2{
    padding-top: 10px;
}
.use_terms_list h2:first-child{
    padding-top: 0;
}
.use_terms_list ol li{
    padding: 4px 0 3px 10px;
    font-size: 14px;
    margin-top: 10px;
}
.use_terms_list li:first-child{
    margin-top: 0px;
}
.use_terms_list li > strong{
    font-size: 16px;
    display: block;
    padding-bottom: 10px;
}
.use_terms_list li li{
    margin-top: 0px;
    padding-left: 0;
}
.use_terms_list li li li{
    padding-left: 17px;
}
.use_terms_list p{
    font-size: 14px;
}

/* 클리닉안내 */
.clinic_popup {
    min-height: 500px;
    background: #fff url(/Images/bg_popup_clinic.png) center center no-repeat;
    position: relative;
}

.clinic_popup .popup_title {
    background: transparent;
    padding: 20px;
}

.clinic_popup .btn_popup_close {
    top: 20px;
}

.clinic_popup h1 {
    background: url(/Images/CI.png) center center no-repeat;
    background-size: 102px;
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 102px;
    height: 26.51px;
}

.clinic_popup .popup_contents_wrap {
    padding: 8px 0 0 138px;
}

.clinic_popup .popup_contents {
    color: #fff;
}

.clinic_popup .group01 em {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #FFD655;
    background: #45474A;
    padding: 3px 10px;
    border-radius: 6px;
    margin-bottom: 3px;
}

.clinic_popup .group01 h2 {
    font-size: 38px;
    font-weight: bold;
    padding-bottom: 0;
}

.clinic_popup .group01 span {
    font-size: 14px;
    position: relative;
    top: -2px;
}

.clinic_popup .group01 span.date{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #FFD655;
    padding-top: 5px;
}
.clinic_popup .group02 {
    padding: 19px 0;
}

.clinic_popup .group02 p {
    font-size: 22px;
    font-weight: bold;
    line-height: 27px;
}

.clinic_popup .group02 p > strong {
    color: #FFBAD5;
}

.clinic_popup .group03 p {
    font-size: 14px;
}

.clinic_popup .btn_today_close {
    font-size: 14px;
    color: #7D7D7D;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* 위고비특가 팝업 */
.wegovy_price_popup.popup_wrap {
    max-width: 1014px;
}

.wegovy_price_popup .popup_contents ul li::before {
    content: none;
}

.wegovy_price_popup .popup_contents ul {
    display: flex;
    border: 1px solid #D7D7D7;
    border-radius: 10px;
    padding: 10px 0px;
}

.wegovy_price_popup .popup_contents ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 19px;
    position: relative;
}

.wegovy_price_popup .popup_contents ul li .btn_order {
    width: 100%;
    background: #fff;
    border: 2px solid #39ABBC;
    color: #39ABBC;
}

.wegovy_price_popup .popup_contents ul li .btn_order:hover {
    background: #39ABBC;
    color: #fff;
}

.wegovy_price_popup .popup_contents ul li::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 80%;
    background: #D7D7D7;
    position: absolute;
    top: 30px;
    left: 0;
}

.wegovy_price_popup .popup_contents ul li:first-child::before {
    content: none;
}

.wegovy_price_popup .popup_contents ul li .product {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.wegovy_price_popup .popup_contents ul li .price {
    font-size: 20px;
    font-weight: bold;
    color: #E52C2C;
    padding: 10px 0 20px;
    display: flex;
    align-items: center;
}

.wegovy_price_popup .popup_contents ul li .price > .discount {
    background: url(/Images/icon_discount.png) center center no-repeat;
    background-size: 33px;
    color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    margin-right: 3px;
}

.wegovy_price_popup .popup_contents ul li .price > em {
    font-size: 12px;
    font-weight: normal;
    color: #7D7D7D;
    text-decoration: line-through;
    padding-left: 3px;
}

/*메인*/
.main.wrap{
    display: flex;
    flex-direction: column;
}
.top_menu, .top_info, menu, .benefit, .best_product, .event_product, .online_card, .bank_info, .service, .footer_area{
    width: 1200px;
    margin: 0 auto;
}
.top_menu_wrap{
    border-bottom: 1px solid #e2e2e2;
    padding: 7px 0 6px;
}
.top_menu{
    display: flex;
    justify-content: space-between;
}
.top_menu .wide_menu a{
    font-size: 13px;
    color: #7d7d7d;
    margin-right: 25px;
}
.top_menu .wide_menu a:hover{
    color: #212121;
}
.top_menu .private_menu a{
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 20px;
    height: 20px;
    margin-left: 20px;
}
.top_menu .private_menu a.btn_notice{
    background: url(/Images/icon_top_notice.png) center center no-repeat;
}
.top_menu .private_menu a.btn_mypage{
    background: url(/Images/icon_top_mypage.png) center center no-repeat;
}
.top_menu .private_menu a.btn_shoppingbag{
    background: url(/Images/icon_top_shoppingbag.png) center center no-repeat;
}
.top_menu .private_menu a.btn_setting{
    background: url(/Images/icon_top_setting.png) center center no-repeat;
}
.top_menu .private_menu a.btn_logout{
    background: url(/Images/icon_top_logout.png) center center no-repeat;
}

.top_info{
    min-height: 100px;
    position: relative;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.top_info h1{
    position: relative;
}
.top_info h1 > a{
    background: url(/Images/logo.png) center center no-repeat;
    background-size: 150px;
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 150px;
    height: auto;
    margin-top: 18px;
    /* position: absolute;
    top: 28px;
    left: 0; */
}
.top_info h1 > span{
    font-size: 14px;
    position: absolute;
    top: 63px;
    right: 0px;
}
.top_info .search{
    border-radius: 10px;
    border: 3px solid #d6dade;
    width: 700px;
    min-height: 60px;
    padding: 7px 0 6px 10px;
    display: flex;
    justify-content: space-between;
    margin-top: 19px;
    position: relative;
}
.top_info .search form{
    width: 520px;
}
.top_info .search form > select{
    border: none;
    width: 17%;
}
.top_info .search form > .input_txt{
    border: none;
    width: 73%;
}
.top_info .search .btn_search{
    background: url(/Images/icon_top_search.png) center center no-repeat;
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 28px;
    height: 26px;
}
.top_info .search .popular_search{
    width: 162px;
    font-size: 14px;
    position: relative;
    margin-top: 5px;
}
.top_info .search .popular_search a:first-child{
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    width: 116px;
    height: 30px;
}
.top_info .search .popular_search::before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #e2e2e2;
    position: absolute;
    top: 6px;
    left: 6px;
}
.top_info .search .popular_search .mark_hot{
    padding: 0 4px;
    border-radius: 3px;
    border: 1px solid #ffc961;
    font-size: 12px;
    font-weight: 600;
    color: #f5bc22;
    margin-right: 5px;
}
.top_info .search .popular_search.active{
    padding: 12px 20px;
    border-radius: 10px;
    border: 3px solid #f5bc22;
    background: #fff;
    text-align: left;
    min-width: 270px;
    position: absolute;
    top: -3px;
    right: -108px;
    z-index: 11;
    margin-top: 0px;
}
.top_info .search .popular_search.active::before{
    content: none;
}
.top_info .search .popular_search.active a:first-child{
    text-overflow: initial;
    width: auto;
    white-space: wrap;
    overflow: auto;
    display: block;
    height: auto;
}
.top_info .search .popular_search.active .popular_list{
    display: block;
}
.top_info .search .popular_search .popular_list{
    display: none;
}
.top_info .search .popular_search a{
    display: block;
    line-height: 30px;
}
.top_info .add_product{
    margin: 10px 0;
    width: 700px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.top_info .add_product a{
    font-size: 14px;
    color: #fff;
    padding: 7px 20px 6px 40px;
    border-radius: 50px;
    background: #4c92f1 url(/Images/icon_add_search.png) top 9px left 20px no-repeat;
    margin-left: 6px;
    margin-bottom: 3px;
}
.top_info .add_product a:hover{
    background: #4483d9 url(/Images/icon_add_search.png) top 9px left 20px no-repeat;
}
.top_info .add_product a:first-child{
    margin-left: 0;
}
.top_info .add_product a.set{
    background: #4c92f1 url(/Images/icon_add_set.png) top 9px left 20px no-repeat;
}
.top_info .add_product a.set:hover{
    background: #4483d9 url(/Images/icon_add_set.png) top 9px left 20px no-repeat;
}
.top_info .delivery_info{
    margin-top: 18px;
    background: url(/Images/icon_delivery.png) top center no-repeat;
    padding-top: 50px;
}
.top_info .delivery_info p{
    font-weight: 600;
    cursor: pointer;
}

.menu_wrap{
    background: #eef1f5;
    box-shadow: inset 8px 0 13px rgba(0, 0, 0, 0.06);
    padding: 17px 0 16px;
}
menu{
    display: flex;
}
menu a{
    text-align: center;
    width: calc(100% / 7);
    position: relative;
}
menu a:hover, menu .on{
    color: #4c92f1;
    font-weight: 600;
}
/* menu a.on::after{
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #4c92f1;
    border-radius: 60px;
    position: absolute;
    left: 0;
    bottom: -16px;
} */

.visual_wrap{
    background: url(/Images/bg_visual.png) 0 0 no-repeat;
    background-size: cover;
    height: 280px;
    text-align: center;
    padding: 28px 0 160px;
    position: relative;
}
.visual_wrap p{
    font-size: 32px;
    line-height: 46px;
}
.visual_wrap p > strong{
    font-size: 42px;
    display: block;
}
.visual_wrap p > strong > em{
    background: url(/Images/txt_on.png) left center no-repeat;
    background-size: 257px;
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 260px;
    height: auto;
    position: relative;
    top: 7px;
    left: 10px;
}
.main.wrap .notice{
    width: 1200px;
    border-radius: 10px;
    background: #79a6e1 url(/Images/img_notice.png) center left 130px no-repeat;
    box-shadow: inset 0 0 70px rgb(0, 107, 253, 0.21), 0 7px 18px rgba(0, 0, 0, 0.13);
    position: absolute;
    top: 143px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    padding: 36px 0 36px 177px;
}
.main.wrap .notice h2{
    font-size: 40px;
    color: #fff;
    margin-top: 25px;
    margin-right: 98px;
}
.main.wrap .notice li{
    text-align: left;
    padding-left: 15px;
    position: relative;
    line-height: 36px;
    height: 36px;
}
.main.wrap .notice li::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 15px;
    left: 0;
}
.main.wrap .notice li a{
    font-size: 18px;
    color: #fff;
    /* display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    width: 590px; */
}
.main.wrap .notice li a:hover{
    color: #ffe295;
}
.main.wrap .notice li .mark_new{
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    vertical-align: middle;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 0 4px;
    position: relative;
    top: -2px;
    left: 10px;
}

.main.wrap .benefit_wrap{
    background: #f8f8f8;
    padding-top: 60px;
}
.main.wrap .benefit{
    display: flex;
}
.main.wrap .benefit p{
    font-size: 22px;
    color: #3785f0;
    width: calc(100% / 3);
    margin-left: 60px;
    position: relative;
    padding: 25px 0 30px 100px;
}
.main.wrap .benefit p::after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 46px;
    background: #d6d6d6;
    position: absolute;
    right: 0;
    top: 12px;
}
.main.wrap .benefit p:last-child::after{
    content: none;
}
.main.wrap .benefit p.benefit01{
    background: url(/Images/img_benefit01.png) top 6px left no-repeat;
    padding: 25px 0 30px 100px;
}
.main.wrap .benefit p.benefit02{
    background: url(/Images/img_benefit02.png) top 1px left no-repeat;
    padding: 25px 0 30px 80px;
}
.main.wrap .benefit p.benefit03{
    background: url(/Images/img_benefit03.png) top 11px left no-repeat;
    padding: 25px 0 30px 80px;
}

.main.wrap .product_wrap h2{
    font-size: 30px;
    margin-top: 35px;
}
.main.wrap .product_wrap h2 > span{
    display: block;
    font-size: 16px;
    font-weight: normal;
}
.main.wrap .product_wrap .tab_wrap{
    background: #E9ECF0;
    border-radius: 50px;
    margin-bottom: 15px;
}
.main.wrap .product_wrap .tab_wrap a{
    border-radius: 50px;
    background: #E9ECF0;
    padding: 14px 0;
}
.main.wrap .product_wrap .tab_wrap a.active, .main.wrap .product_wrap .tab_wrap a:hover{
    background: #71C1BD;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/*slick이미지 슬라드*/
.slick-initialized .slick-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-slider .slick-track {
    display: flex;
    gap: 15px;
}
.slick-slide{
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    /* margin-left: 15px; */
    height: 220px;
    text-align: center;
}
.slick-slide:first-child{
    margin-left: 0;
}
.slick-slide a{
    padding: 0 15px;
}
.slick-slide a > span{
    display: block;
    margin-top: 30px;
    font-size: 14px;
}
.img_list .slick-slide:hover{
    border: 1px solid #4c92f1;
    border-radius: 10px;
}
.slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #d7d7d7;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}
.slick-prev {
    background: #fff url(/Images/icon_arrow_prev.png) center center no-repeat;
    left: -60px;
}

.slick-next {
    background: #fff url(/Images/icon_arrow_next.png) center center no-repeat;
    left: 1211px;
}
.event_product .slick-slide{
    border: transparent;
}
.event_product .slick-arrow{
    border: none;
}
.main.wrap .product_wrap .img_list {
    width: 100%;
    position: relative;
}
/* .main.wrap .product_wrap .img_list ul{
    display: flex;
    position: relative;
    left: 0;
}
.main.wrap .product_wrap .img_list li{
    background: #fff;
    border-radius: 10px;
    width: 224px;
    height: 270px;
    margin-left: 16px;
    display: flex;
}
.main.wrap .product_wrap .img_list li:first-child{
    margin-left: 0;
}
.main.wrap .product_wrap .img_list li > a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 224px;
}
.main.wrap .product_wrap .img_list li:hover{
    border: 1px solid #4c92f1;
    border-radius: 10px;
}
.main.wrap .product_wrap .img_list li > a > img{
    width: fit-content;
}
.main.wrap .product_wrap .img_list li > a >span{
    margin-top: 30px;
}
.main.wrap .product_wrap .btn_wrap{
    position: absolute;
    left: 0;
    bottom: 4px;
}
.main.wrap .product_wrap .btn_wrap a{
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #d7d7d7;
}
.main.wrap .product_wrap .event_product .btn_wrap a{
    border: transparent;
}
.main.wrap .product_wrap .btn_wrap .btn_prev{
    background: #fff url(/Images/icon_arrow_prev.png) center center no-repeat;
}
.main.wrap .product_wrap .btn_wrap .btn_next{
    background: #fff url(/Images/icon_arrow_next.png) center center no-repeat;
    margin-left: 7px;
} */
.main.wrap .product_wrap .product_list{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.main.wrap .best_product_wrap {
    padding: 103px 0 50px;
}

.main.wrap .product_wrap .best_product {
    flex-direction: column;
}
.main.wrap .best_product h2 > span{
    color: #4c92f1;
}
.main.wrap .best_product .img_list li{
    border: 1px solid #d7d7d7;
}
.main.wrap .best_product .category{
    background: #e9ecf0;
    border-radius: 50px;
    position: absolute;
    top: 115px;
    left: 0;
    font-size: 0;
}
.main.wrap .best_product .category a{
    font-size: 12px;
    padding: 12px 15px;
    border-radius: 50px;
    display: inline-block;
}
.main.wrap .best_product .category a.on, .main.wrap .best_product .category a:hover{
    background: #4c92f1;
    color: #fff;
    font-weight: 500;
}
.main.wrap .event_product_wrap{
    background: #e9ecf0;
    padding: 50px 0;
}
.main.wrap .event_product h2 > span{
    color: #f5bc22;
}

.main.wrap .online_card_wrap{
    background: #7fa9e1;
}
.main.wrap .online_card{
    color: #fff;
    padding: 31px 0 0 130px;
    background: url(/Images/img_card.png) top 8px right 140px no-repeat;
    height: 120px;
}
.main.wrap .online_card p{
    font-size: 18px;
}
.main.wrap .online_card p > span{
    color: #ffe2aa;
}

.main.wrap .bank_info_wrap{
    border-bottom: 1px solid #e2e2e2;
    padding: 14px 0;
}
.main.wrap .bank_info{
    display: flex;
    justify-content: center;
}
.main.wrap .bank_info h2{
    font-size: 22px;
    color: #c1cee0;
}
.main.wrap .bank_info ul{
    display: flex;
}
.main.wrap .bank_info p.account_holder{
    font-size: 15px;
    font-weight: 600;
    padding-left: 15px;
}
.main.wrap .bank_info li{
    padding: 3px 0 0 20px;
}
.main.wrap .bank_info li > img{
    margin-right: 5px;
}

.main.wrap .service_wrap{
    padding: 50px 0;
}
.main.wrap .service{
    text-align: center;
}
.main.wrap .service h2{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 25px;
}
.main.wrap .service .service_category{
    display: flex;
}
.main.wrap .service .service_category > a{
    width: 170px;
    height: 170px;
    background: #f8f8f8;
    border-radius: 10px;
    margin-right: 16px;
    padding-top: 110px;
    position: relative;
}
.main.wrap .service .service_category a.go_guide{
    background: #f8f8f8 url(/Images/icon_guide.png) top 40px center no-repeat;
}
.main.wrap .service .service_category a.go_inquiry{
    background: #f8f8f8 url(/Images/icon_inquiry.png) top 40px center no-repeat;
}
.main.wrap .service .service_category a.go_customer{
    background: #f8f8f8 url(/Images/icon_customer.png) top 40px center no-repeat;
}
.main.wrap .service .service_category a.go_remote{
    width: 240px;
    font-weight: 600;
    background: #e9ecf0 url(/Images/icon_remote.png) top 40px center no-repeat;
}
.main.wrap .service .service_category > a::before{
    /* width: 170px;
    height: 130px; */
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
    font-size: 18px;
}
.main.wrap .service .service_category > a.go_guide:hover::before{
    content: "이용안내";
}
.main.wrap .service .service_category > a.go_inquiry:hover::before{
    content: "1:1문의하기";
}
.main.wrap .service .service_category > a.go_customer:hover::before{
    content: "고객센터";
}
.main.wrap .service .service_category > a.go_remote:hover::before{
    content: "원격지원 서비스";
}
.main.wrap .service .service_category > a:after{
    content: '';
    height: 100%; 
    left: 0; 
    top: 0; 
    width: 0px;  
    position: absolute; 
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s; 
    /* z-index: 1; */
    background: #4c92f1;
    border-radius: 10px;
}
.main.wrap .service .service_category > a:hover:after{ 
    width: 100%; 
}
.main.wrap .service .faq{
    width: 386px;
    height: 170px;
    border-radius: 10px;
    border: 1px solid #bfc6ce;
    text-align: left;
    padding: 36px 0 0 40px;
}
.main.wrap .service .faq h3{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
}
.main.wrap .service .faq .btn_go{
    background: url(/Images/icon_arrow_go.jpg) 0 0 no-repeat;
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 22px;
    height: 22px;
    position: relative;
    top: 3px;
    left: 8px;
}
.main.wrap .service .faq li{
    line-height: 22px;
    padding-left: 15px;
    position: relative;
}
.main.wrap .service .faq li::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #9c9c9c;
    position: absolute;
    top: 12px;
    left: 0;
}
.main.wrap .service .faq a{
    background: transparent;
    font-size: 14px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    width: 290px;
}

/*footer*/
.footer_wrap{
    background: #f8f8f8;
    padding: 30px 0 90px;
}
.footer_area{
    display: flex;
    justify-content: space-between;
}
.footer_info{
    width: 650px;
}
.footer_menu a{
    font-size: 14px;
    margin-left: 22px;
}
.footer_menu a:first-child{
    margin-left: 0;
}
.footer_menu a.btn_privacy{
    font-weight: 600;
}
footer{
    display: flex;
    flex-wrap: wrap;
    padding-top: 18px;
}
footer p{
    font-size: 14px;
    width: max-content;
    line-height: 24px;
    color: #7d7d7d;
    padding-right: 20px;
}
footer p.copyright{
    width: 100%;
    margin-top: 18px;
}
.footer_area .customer_wrap h2{
    font-size: 16px;
    margin-bottom: 12px;
}
.footer_area .customer_wrap p{
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}
.footer_area .customer_wrap p > span{
    font-size: 14px;
    color: #7d7d7d;
    padding-left: 5px;
}
.footer_area .customer_wrap p.tel_num > span{
    letter-spacing: 2px;
}
.footer_area .customer_wrap p.restday{
    font-size: 12px;
    font-weight: normal;
}

/*contents*/
.search_wrap{
    width: 100%;
    font-size: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #f8f8f8;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
}
.search_wrap button{
    position: relative;
}
.search_wrap button.btn_search{
    margin-left: 30px;
    padding-left: 43px;
}
.search_wrap button.btn_search::before{
    content: url(/Images/icon_search.png);
    display: inline-block;
    width: 19px;
    height: 17px;
    position: absolute;
    top: 7px;
    left: 17px;
}
.row_group{
    margin-top: 6px;
}
.row_group:first-child{
    margin-top: 0;
}
.form_group{
    display: inline-flex;
    margin-left: 30px;
}
.form_group:first-child{
    margin-left: 0;
}
.form_group .input_group{
    padding-left: 6px;
}
.form_group .input_group:first-child{
    padding-left: 0;
}
.form_group .input_group.radio_group{
    padding-left: 10px;
}
.form_group .input_group.cal_group .input_txt{
    width: 120px;
    position: relative;
    cursor: pointer;
    background: #eeeeee url(/Images/icon_cal.png) top 8px right 10px no-repeat;
}
.form_group .input_group.cal_group .joint{
    font-size: 16px;
    font-weight: 600;
    color: #7d7d7d;
    width: 20px;
    text-align: center;
    line-height: 37px;
}

.contents_wrap{
    width: 1200px;
    margin: 30px auto 50px;
}
.contents_wrap.order .product{
    display: flex;
    flex-direction: row;
}
.contents_wrap.order .shopping{
    display: flex;
    flex-direction: row-reverse;
    margin-top: 25px;
}
.contents_wrap.order .product .product_list, .contents_wrap.order .shopping .shopping_basket{
    width: 62%;
}
.contents_wrap.order .product .product_info, .contents_wrap.order .shopping .recent_purchase{
    width: 38%;
    margin-left: 40px;
}
.contents_wrap h2{
    font-size: 26px;
    padding-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
}
.contents_wrap h2 > .info{
    margin-left: 20px;
}
.contents_wrap.order h2, .contents_wrap.order_list h2, .contents_wrap.orderCancle_list h2,
.contents_wrap.deposit_list h2, .contents_wrap.waitingDeposit_list h2, .contents_wrap.sales_list h2,
.contents_wrap.tax_list h2, .contents_wrap.number_list h2, .contents_wrap.insurance_list h2,
.contents_wrap.reduction_list h2
{
    position:absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}
.contents_wrap h3{
    font-size: 22px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    position: relative;
}
.contents_wrap h3 > .btn_wrap{
    position: absolute;
    right: 0;
}
.contents_wrap h3 > .btn_wrap button.btn_basic{
    height: 29px;
    min-height: 29px;
    padding: 2px 20px;
    font-size: 14px;
} 
.contents_wrap h3 > .info{
    margin-left: 20px;
}
.contents_wrap.order .product .product_info .note{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contents_wrap.order .product .product_info .note p{
    word-break: keep-all;
}
.contents_wrap.order .product .product_info .note .btn_group{
    width: 130px;
    max-width: 130px;
    text-align: right;
}
.contents_wrap table span.pay{
    background: #fff;
    border-radius: 50px;
    padding: 2px 6px;
    margin-left: 3px;
    cursor: pointer;
}
.contents_wrap table span.pay:first-child{
    margin-left: 6px;
}
.contents_wrap table span.pay.pay01{
    color: #30b526;
    border:2px solid #30b526;
}
.contents_wrap table span.pay.pay02{
    color: #9ab527;
    border:2px solid #9ab527;
}
.contents_wrap table span.pay.pay03{
    color: #c7ac14;
    border:2px solid #c7ac14;
}
.contents_wrap table span.pay.pay04{
    color: #39abbc;
    border:2px solid #39abbc;
}
/*타센터주문-open*/
.another_center_board{
    position: relative;
}
.another_center_board table{
    border-top: none;
}
.another_center_board table thead th{
    text-align: center;
    border-top: none;
    border-bottom: 1px solid #e1e1e1;
    background: #f2f4f6;
}
.another_center_board table thead tr th:last-child{
    background: #f2f4f6 url(/Images/icon_select_arrow.png) right 10px center no-repeat;
}
.another_center_board table thead tr.active th:last-child{
    background: #f2f4f6 url(/Images/icon_select_arrow_up.png) right 10px center no-repeat;
}
.another_center_board table tbody tr td{
    text-align: center;
    height: auto;
}
.another_center_pop{
    position: absolute;
    z-index: 10;
    top: 38px;
    display: none;
}
.another_center_board.another_center_pop table thead th{
    display: none;
}
.another_center_board table .amount_group{
    justify-content: center;
}
.another_center_board.another_center_pop table tbody td:first-child{
    border-left: 1px solid #e1e1e1;
}
.another_center_board.another_center_pop table tbody td:last-child{
    border-right: 1px solid #e1e1e1;
}

.contents_wrap.order .shopping .shopping_basket h3{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contents_wrap.order .shopping .shopping_basket .input_group .input_txt{
    width: 100%;
}
.contents_wrap.order .recent_purchase h3{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contents_wrap.order .recent_purchase .date_wrap{
    font-size: 16px;
    font-weight: normal;
    display: inline-flex;
}
.contents_wrap.order .recent_purchase .date_wrap .btn_basic{
    width: 22px;
    height: 22px;
    min-height: auto;
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
}
.contents_wrap.order .recent_purchase .btn_prev{
    background: #6b82a0 url(/Images/icon_prev.png) center center no-repeat;
}
.contents_wrap.order .recent_purchase .btn_next{
    background: #6b82a0 url(/Images/icon_next.png) center center no-repeat;
    margin-left: 6px;
}
.contents_wrap.order .btn_wrap{
    text-align: center;
    margin-top: 20px;
}
.contents_wrap.order .total_order_wrap{
    background: #dce3ec;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0px;
    z-index: 100;
}
.contents_wrap.order .total_order{
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 28px auto;
}
.contents_wrap.order .total_order p{
    font-size: 22px;
    padding: 4px 90px 0 96px;
    position: relative;
}
.contents_wrap.order .total_order p::before{
    content: url(/Images/icon_total_order.png);
    display: inline-block;
    width: 40px;
    height: 44px;
    position: absolute;
    top: -5px;
    left: 40px;
}
.contents_wrap.order .total_order.return p::before{
    content: url(/Images/icon_total_return.png);
}
.contents_wrap.order .total_order .btn_wrap{
    margin-top: 0;
}
.contents_wrap.order .total_order .btn_wrap button{
    padding-left: 49px;
    position: relative;
}
.contents_wrap.order .total_order button.btn_order::before, .contents_wrap.order .total_order button.btn_return::before{
    content: url(/Images/icon_order.png);
    display: inline-block;
    width: 20px;
    height: 18px;
    position: absolute;
    top: 8px;
    left: 24px;
}
.contents_wrap.order .total_order button.btn_totalDel::before{
    content: url(/Images/icon_delete.png);
    display: inline-block;
    width: 19px;
    height: 18px;
    position: absolute;
    top: 8px;
    left: 24px;
}
.btn_wrap{
    font-size: 0;
}
/*재구매*/
.contents_wrap.reorder .shopping .shopping_basket{
    width: 100%;
}
/*일련번호*/
.number_list table tbody.group tr:last-of-type td{
    border-bottom: 1px solid #4c92f1;
}
/*약가인하서류보상*/
.contents_wrap.return .shopping .return_list{
    width: 62%;
}
.contents_wrap.return .btn_wrap{
    margin-top: 0;
}
.contents_wrap.return.reduction_price .search_wrap .input_group:nth-child(2){
    padding: 0 8px 0 15px;
}
.contents_wrap.return.reduction_price .search_wrap .input_group:nth-child(3){
    padding-right: 8px;
}
.contents_wrap.return.reduction_price .search_wrap .input_group .input_txt{
    width: 134px;
}
/*반품등록*/
.contents_wrap.return.return_reg h3{
    justify-content: space-between;
}
.contents_wrap.return.return_reg h3 > .info::before{
    content: none;
}
.contents_wrap.return.return_reg h3 > .info span{
    font-size: 12px;
    border: 1px solid #e1e1e1;
    border-radius: 1px;
    display: inline-block;
    margin-left: 6px;
    padding: 2px 14px 1px;
}
.contents_wrap.return.return_reg h3 > .info span.normal, .contents_wrap.return.return_reg table td.normal{
    background: #eef2dd;
}
.contents_wrap.return.return_reg h3 > .info span.set, .contents_wrap.return.return_reg table td.set{
    background: #faecde;
}
.contents_wrap.return.return_reg h3 > .info span.coll, .contents_wrap.return.return_reg table td.coll{
    background: #d7e6fc;
}
/* 공지사항-목록,상세 */
.contents_wrap.notice_list .search_wrap select{
    width: 100px;
}
.contents_wrap.notice_list .search_wrap .input_txt{
    width: 400px;
}
.contents_wrap.notice_list .list_wrap{
    margin-top: 30px;
}
.contents_wrap.notice_list .list_wrap ul{
    display: flex;
    flex-wrap: wrap;
}
.contents_wrap.notice_list .list_wrap li{
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    padding: 25px 20px;
    min-height: 180px;
    width: calc(100% / 3 - 13px);
    margin-left: 21px;
    margin-bottom: 20px;
    flex: 1 1 30%;
}
.contents_wrap.notice_list .list_wrap li:hover{
    border: 1px solid #4c92f1;
}
.contents_wrap.notice_list .list_wrap li:first-child, .contents_wrap.notice_list .list_wrap li:nth-child(3n+1){
    margin-left: 0;
}
.contents_wrap.notice_list .list_wrap li > a{
    font-size: 18px;
}
.contents_wrap.notice_list .list_wrap li > a:hover{
    color: #4c92f1;
}
.contents_wrap.notice_list .list_wrap li .mark_new{
    padding: 0 4px;
    border-radius: 3px;
    border: 1px solid #4c92f1;
    font-size: 12px;
    font-weight: 600;
    color: #4c92f1;
    margin-left: 5px;
    vertical-align: middle;
}
.contents_wrap.notice_list .list_wrap li .regDate{
    font-size: 14px;
    color: #7d7d7d;
    display: block;
    margin-top: 30px;
}
.notice_list .view h3{
    border-top: 2px solid #4c4c4c;
    border-bottom: 1px solid #4c4c4c;
    display: flex;
    justify-content: space-between;
    padding: 25px 20px;
    font-size: 24px;
}
.notice_list .view h3 .add_info > span{
    font-size: 14px;
    font-weight: 500;
    color: #7d7d7d;
    position: relative;
}
.notice_list .view h3 .add_info > span.date{
    padding-left: 20px;
    margin-left: 20px;
}
.notice_list .view h3 .add_info > span.date::before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #e1e1e1;
    position: absolute;
    top: 4px;
    left: 0px;
}
.notice_list .view .notice_content{
    padding: 30px 20px;
    font-size: 14px;
    line-height: 1.8;
}
.notice_list .view .attach{
    padding: 20px;
    border-top: 1px solid #e1e1e1;
    font-size: 16px;
    display: flex;
} 
.notice_list .view .attach > a:hover{
    text-decoration: underline;
}
.notice_list .view .attach > span{
    font-weight: 600;
    margin-right: 70px;
}
.notice_list .view .attach .attach_file a{
    display: block;
    line-height: 26px;
}
.notice_list .view .attach .attach_file a:hover{
    text-decoration: underline;
}
.notice_list .view .list_nav li{
    padding: 20px;
    border-top: 1px solid #e1e1e1;
}
.notice_list .view .list_nav li > span{
    font-weight: 600;
    margin-right: 81px;
}
.notice_list .view .list_nav li > a{
    color: #7d7d7d;
}
.notice_list .view .btn_wrap{
    padding-top: 30px;
    border-top: 1px solid #e1e1e1;
    text-align: center;
}
/*마이페이지*/
.mypage .order_info{
    display: flex;
}
.mypage .order_info h3{
    font-size: 26px;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid #bfc6ce;
    width: 300px;
    height: 200px;
    background:#fff url(/Images/icon_order_info.png) bottom 20px right 30px no-repeat;
    align-items: normal;
    padding: 35px 30px;
}
.mypage .order_info ol{
    display: flex;
}
.mypage .order_info li{
    border-radius: 10px;
    background: #f8f8f8;
    margin-left: 20px;
    width: calc(820px / 4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.mypage .order_info li::after{
    content: url(/Images/icon_arrow_process.png);
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 71px;
    right: -35px;
    z-index: 1;
}
.mypage .order_info li:last-child:after{
    content: none;
}
.mypage .order_info li.process04{
    background: #e9ecf0;
}
.mypage .order_info li.process04 > span{
    font-size: 26px;
    font-weight: 500;
    color: #4c92f1;
    margin: 0;
}
.mypage .order_info li > span{
    font-size: 18px;
    margin: -10px 0 15px -100px;
}
.mypage .order_info li > em{
    font-size: 54px;
}
.mypage .recent_order{
    margin: 30px 0;
}
.mypage .recent_order .btn_wrap{
    text-align: center;
    margin-top: 20px;
}
.mypage .my_info{
    display: flex;
}
.mypage .my_info .info_area{
    width: 864px;
    border-radius: 10px;
    border: 1px solid #bfc6ce;
    background: #fff url(/Images/icon_my_info.png) center left 70px no-repeat;
    padding: 37px 30px 37px 260px;
}
.mypage .my_info .info_area p{
    height: 24px;
}
.mypage .my_info .info_area p.ID{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
}
.mypage .btn_area{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 864px);
}
.mypage .btn_area a{
    flex: 1 1 40%;
    border-radius: 10px;
    background: #e9ecf0;
    text-align: center;
    font-weight: 500;
    margin-left: 10px;
    padding-top: 34px;
    position: relative;
}
.mypage .btn_area a:nth-child(1), .mypage .btn_area a:nth-child(2){
    margin-bottom: 10px;
}
.mypage .btn_area a.btn_setting, .mypage .btn_area a:hover{
    background: #4c92f1;
    color: #fff;
}
.mypage .btn_area a.btn_setting:hover{
    background: #4483d9;
}
.mypage .btn_area a::after{
    content: url(/Images/icon_arrow_go_b.png);
    display: block;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 34px;
    right: 38px;
}
.mypage .btn_area a.btn_setting::after{
    content: url(/Images/icon_arrow_go_w.png);
    right: 22px;
}
.mypage .btn_area a:hover::after{
    content: url(/Images/icon_arrow_go_w.png);
}
/*장바구니*/
.shopping_bag .delivery_info{
    margin: 30px 0;
}
.shopping_bag .delivery_info .style02 table tbody th{
    background: #fff;
}
.shopping_bag .delivery_info .style02 table tbody th, .shopping_bag .delivery_info .style02 table tbody td{
    background: #fff;
    padding: 16px 20px;
}
.shopping_bag .delivery_info table input[type="text"]{
    max-height: 37px;
}
.shopping_bag .delivery_info .info{
    margin-top: 10px;
}
.shopping_bag .payment_wrap{
    border-radius: 10px;
    border: 1px solid #bfc6ce;
    padding: 20px 30px;
    display: flex;
}
.shopping_bag .payment_wrap .benefit{
    background: url(/Images/icon_payment_info.png) bottom 36px right 50px no-repeat;
    padding: 25px 20px;
    width: 45.5%;
}
.shopping_bag .payment_wrap h3{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 56px;
}
.shopping_bag .payment_wrap .benefit p.info{
    font-size: 16px;
    height: 28px;
}
.shopping_bag .payment_wrap .payment_info{
    border-radius: 10px;
    background: #f8f8f8;
    padding: 21px 50px;
    width: 54.5%;
}
.shopping_bag .payment_wrap .payment_info li{
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    min-height: 38px;
}
.shopping_bag .payment_wrap .payment_info li.product_name > em{
    max-width: 70%;
    text-align: right;
}
.shopping_bag .payment_wrap .payment_info li.total_payment{
    border-top: 1px dotted #9fa5ab;
    padding: 15px 0 0 0;
    margin-top: 5px;
}
.shopping_bag .payment_wrap .payment_info li.total_payment > span.title{
    font-size: 24px;
}
.shopping_bag .payment_wrap .payment_info li.total_payment > em > strong{
    font-size: 30px;
    font-weight: normal;
    color: #da2020;
}
.shopping_bag .btn_wrap{
    text-align: center;
    margin-top: 30px;
}
.shopping_bag .order_completed{
    border-radius: 10px;
    border: 1px solid #bfc6ce;
    background: #fff url(/Images/icon_order_completed.png) top 40px  center no-repeat;
    text-align: center;
    padding: 160px 0 40px;
    margin-bottom: 30px;
}
.shopping_bag .payment_error{
    background: #fff url(/Images/icon_order_error.png) top 40px  center no-repeat;
}
.shopping_bag .order_completed p.completed{
    font-size: 26px;
    font-weight: 500;
}
.shopping_bag .order_completed p.desc{
    font-size: 18px;
    padding: 15px 0 25px;
}
.shopping_bag .order_completed p.desc > strong{
    color: #4c92f1;
}
.shopping_bag .order_completed p.phone > span{
    color: #7d7d7d;
}
/*개인정보변경*/
.private_setting .password_check{
    border-radius: 10px;
    border: 1px solid #bfc6ce;
    background: url(/Images/icon_password_check.png) top 25px center no-repeat;
    padding: 160px 30px 40px;
    text-align: center;
}
.private_setting .password_check .form_group{
    flex-direction: column;
    margin-top: 27px;
    margin-left: 0;
}
.private_setting .password_check .form_group .input_group{
    padding-left: 0;
    margin-bottom: 6px;
} 
.private_setting .password_check .form_group label{
    width: 90px;
    text-align: left;
}
.private_setting .btn_wrap{
    text-align: center;
    margin-top: 30px;
}
.private_setting .style03 table input, .private_setting .style03 table select{
    width: 80%;
}
.private_setting .style03 table .address_group .input_txt:first-child{
    width: 12%;
}
.private_setting .style03 table .phone_group .input_txt{
    width: 30%;
}
.private_setting .style03 table .phone_group .desc{
    color: #7d7d7d;
    padding: 7px 0 0 10px;
}
.private_setting .style03 table .email_group .input_txt{
    width: 30%;
}
.private_setting .style03 table .email_group select{
    width: 30%;
    margin-left: 6px;
}
.private_setting .style03 table .email_group span.at{
    padding: 0 10px;
}

/*에러페이지*/
.error.wrap{
    display: flex;
    justify-content: center;
    background: url(/Images/bg_login.png) no-repeat;
    background-size: cover;
}
.error.wrap .contents_wrap h1{
    background: url(/Images/CI.png) center center no-repeat;
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 139px;
    height: 60px;
    position: absolute;
    top: -10px;
    left: 0;
}
.error.wrap .contents_wrap{
    width: 1000px;
    position: relative;
    margin-top: 80px;
}
.error.wrap .description_section{
    text-align: center;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-top: 80px;
    min-height: 500px;
    padding-top: 315px;
}
.error.wrap .description_section.service_error{
    background: #fff url(/Images/img_error01.png) top 50px center no-repeat;
}
.error.wrap .description_section.url_error{
    background: #fff url(/Images/img_error02.png) top 50px center no-repeat;
}
.error.wrap .description_section.checking_system{
    background: #fff url(/Images/img_error03.png) top 50px center no-repeat;
}
.error.wrap .description_section p:first-child{
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 25px;
}
.error.wrap .description_section p{
    font-size: 18px;
}
.error.wrap .customer_section{
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

/*jquery-ui*/
/*datepicker*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active
{
    border: none;
    background: transparent;
}
.ui-widget.ui-widget-content{
    padding: 5px 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}
.ui-widget-header{
    border: none;
    background: transparent;
}
.ui-datepicker .ui-datepicker-header{
    padding: 15px 0;
}
.ui-datepicker .ui-datepicker-title select{
    padding: 5px 10px;
    height: auto;
}
.ui-widget-header .ui-icon{
    background-image: none;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    top: 12px;
    width: 36px;
    height: 36px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
    top: 0;
    left: 0;
}
.ui-datepicker .ui-datepicker-prev span{
    background-image: url(/Images/btn_prev.png);
    background-position: 5px 8px;
    width: 36px;
    height: 36px;
}
.ui-datepicker .ui-datepicker-next span{
    background-image: url(/Images/btn_next.png);
    background-position: 5px 8px;
    width: 36px;
    height: 36px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus{
    border: none;
    background: transparent;
}
table.ui-datepicker-calendar tbody tr:hover th, table.ui-datepicker-calendar tbody tr:hover td{
    background: #fff;
}
table.ui-datepicker-calendar tbody tr td{
    border-radius: 50%;
    height: 35.7px;
}
table.ui-datepicker-calendar tbody tr td:hover{
    background: #f0f5fc;
}
table.ui-datepicker-calendar tbody tr td.ui-datepicker-current-day{
    background: #39abbc;
}
table.ui-datepicker-calendar tbody tr td.ui-datepicker-today{
    background: #4c92f1;
}
table.ui-datepicker-calendar tbody tr td.ui-datepicker-today .ui-state-highlight{
    color: #fff;
}
table.ui-datepicker-calendar tbody tr td .ui-state-highlight{
    color: #39abbc;
}
.ui-datepicker td span, .ui-datepicker td a{
    text-align: center;
}

/*tooltip*/
.ui-tooltip, .arrow:after{
    background: #fff;
    border: 1px solid #d2d2d2;
}
.ui-tooltip{
    font-family: 'Lato', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.ui-tooltip-content{
    padding: 5px 10px;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}
/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(/Images/lightbox/close.png) url(/Images/lightbox/loading.gif) url(/Images/lightbox/prev.png) url(/Images/lightbox/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/Images/lightbox/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(/Images/lightbox/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(/Images/lightbox/next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/Images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*****************************************************************************************************/
/*****************************************geoyoung-dialog*********************************************/
/*****************************************************************************************************/
.geoyoung-dialog {
    padding: 0px !important;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

    .geoyoung-dialog .ui-icon-closethick {
        background-image: none !important;
    }

    .geoyoung-dialog .ui-corner-all {
        border-radius: 0px;
    }

    .geoyoung-dialog .ui-dialog-buttonpane {
        border: none;
        padding: 0 1.2em 0.6em 1.2em;
        margin-top: 0px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .geoyoung-dialog .ui-dialog-content {
        padding: 0px;
        overflow: hidden;
    }

    .geoyoung-dialog .ui-widget-header {
        border: 1px solid #4c92f1;
        background: #4c92f1;
        color: #fff;
        font-weight: bold;
    }

    .geoyoung-dialog .ui-dialog-titlebar {
        padding: .6em 1em;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
    }

    .geoyoung-dialog .ui-dialog-titlebar-close {
        background: url(/Images/btn_popup_close.png);
        display: inline-block;
        text-indent: -99999px;
        white-space: nowrap;
        overflow: hidden;
        width: 19px;
        height: 19px;
        position: absolute;
        right: 20px;
        top: 22px;
    }

    .geoyoung-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
        text-align: center;
        float: none;
    }

    .geoyoung-dialog .ui-dialog-buttonpane .ui-button {
        padding: 5px 20px 8px 20px;
        background: #4c92f1;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        margin-right: 6px !important;
        border-radius: 6px;
        max-height: 37px;
        position: relative;
        margin-right: 0;
    }

        .geoyoung-dialog .ui-dialog-buttonpane .ui-button:last-child {
            background: #696e75;
        }

    .geoyoung-dialog .ui-dialog-buttonpane .btn_point {
        background: #3193a1;
    }

    .geoyoung-dialog .ui-dialog-buttonpane .btn_not_open {
        background: #39abbc;
    }

    .accordion-header {
        color: #212121 !important;
    }
/*****************************************************************************************************/
/*****************************************geoyoung-dialog*********************************************/
/*****************************************************************************************************/

.geoyoung-product-otc {
    color: #0000AA;
}
.geoyoung-product-special-products {
    color: #AA0000;
}
.geoyoung-product-detail-desc table {
    border : none;
}
.geoyoung-overflow-80 {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80px;
}
.geoyoung-overflow-60 {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 60px;
}
.geoyoung-overflow-50 {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 50px;
}

.geoyoung-overflow-277 {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 277px;
}

#ulShipSlider {
    width: 145px;
    height: 37px;
}

.lightbox .lb-image {
    max-width : none !important;
}

@media screen and (max-width: 999px) {
    #ulShipSlider li > span {
        font-size: 1.15rem;
        word-break: keep-all;
    }

    #ulShipSlider {
        width: 70%;
        height: 37px;
    }

}

.popular_list{
    overflow-y: scroll;
    height: 185px;
}

/*병원몰추가*/
.pharm_join_area {
    min-height: 1420px;
}
.inquiry_setting .btn_wrap {
    text-align: center;
    margin-top: 30px;
}

.docDesc {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #4c92f1;
    margin-left: 20px;
    position: relative;
}

.pharm_join_fontsize {
    font-size: 14px;
}

table .classify.pharm_new {
    color: #30b526;
    border: 2px solid #30b526;
}

/*온그레이스케어 로고변경관련 수정*/
.login.wrap .contents_wrap h1 > a, .top_info h1, .error.wrap .contents_wrap h1 {
    background-size: contain;
}
.visual_wrap p > strong > em, .login.wrap .title_section p > em {
    color: #E52C2C;
}

/*ie에서만 적용되는 css*/
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
    /*로그인 페이지*/
    .login .contents_wrap{
        margin: 30px auto 0px 50px;
    }
    /*회원가입 동의*/
    .step01 .agree_wrap .form_group{
        justify-content: flex-end;
    }
    /*회원가입 페이지*/
    .step02 .style03 .input_group .num_group{
        max-width: 275px;
    }
    /*회원가입 페이지, 개인정보수정*/
    .style03 table tbody th, .style03 table tbody td {
        background: none;
    }

    /*메인화면*/
    .visual_wrap{
        padding-bottom: 250px;
    }
    
    /*메인화면 이미지*/
    .product_wrap img{
        max-width: 200px;
    }

    /*잔고결제 결제가능카드목록*/
    .payment .card_info .card_contents {
        flex-basis: 100%;
    }

    /*select박스 아래화살표 2개 표시 되는 것 처리*/
    select::-ms-expand {
       display: none
    }

    /*
      잔고결제 일반카드->내카드관리->등록하기 팝업 내 입력 group이기 때문에 max-width 잡아줌
      ie에서 flex 사용 시 width 정의해주지 않으면 넓이를 마음대로 설정하는 이슈 때문
    */
    .card_choice table .form_group {
        max-width: 310px;
    }

    /*공지사항, 장바구니, 로그아웃 툴팁 오류*/
    .sidebar .btn_wrap a::before, .sidebar .btn_wrap a::after {
        text-indent: 0px;
    }

    /*가상계좌 오류*/
    .sidebar .info_wrap .account {
        width: 100%;
    }

    /*input readonly 색 변경 안되는 것 처리*/
    input[readonly='readonly'], input[readonly=''] {
        background-color: rgb(238, 238, 238) !important;
    }

    /*반품정보, 제품정보 조회 시 화면 틀어짐 이슈로 인해 max-width 잡아줌*/
    .product_info .table_wrap td{
        max-width: 115px;
    }

    .table_wrap table .amount_group {
        justify-content: flex-start;
    }

    /*좌측 메뉴 하단 버튼 화면 틀어짐 처리*/
    .sidebar .bottom_wrap{
        padding-right: 15px;
    }

    .sidebar .bottom_wrap .btn_state{
        max-width: 160px;
    }

    /*소제목 옆 버튼 위치 맞춤*/
    .contents_wrap h3 > .btn_wrap{
        top: -2px;
    }

    .contents_wrap.notice_list .list_wrap li {
        width: calc(100% /3 - 15px);
        flex-basis:25%;
    }
}
