/* Global Styles */ 

body {
    position: relative;
    height: 100%!important;
    width: 100%;
	font-family: 'NanumGothic', sans-serif;
    font-size: 12px;
    background: #f1f1f1;
    color: #333;
    overflow-y: scroll;
}

body.scroll-auto {
    overflow-y: auto !important;
}

.scr-auto {
    overflow-y: auto !important;
    display: inline-block;
}

html {
    height: 100%!important;
    position: relative;
}

.pointer {cursor: pointer;}

a:hover,
a:active,
a:focus {
    outline: none!important;
}

.full-mobile {display: none;}

a.col-md-5,
a.col-md-6 {display: block;}

input[type="checkbox"],
input[type="radio"] {
    width: 15px;
    height: 15px;
}
@media (max-width: 500px) {
	input[type="checkbox"],
	input[type="radio"] {
	    width: 18px;
	    height: 18px;
	}
}
/* Typography */

ul,ol,li {list-style: none outside;}

p {
    display: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 22px;
    margin: 0px 0px 10px 0px;
    font-style: normal;
    white-space: normal;
}

th {text-align: left;}

th,
dt,
strong {
	font-family: 'NanumGothicBold';
}

select {
	background-image: url(../../images/kr/select_arrow01.png) !important;
	background-repeat: no-repeat !important;
	background-position: center right !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
}
select::-ms-expand {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px !important;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}

h3,
h4,
h5 {
	font-family: 'NanumGothicBold';
}

.f-thin {
    font-weight: 400;
}

.f-normal {
    font-weight: normal;
}

.f-medium {
	font-weight: 500 !important;
}

.f-bold {
    font-weight: 600;
}

.f-s-10 {
    font-size: 10px;
}

.f-s-11 {
    font-size: 11px;
}

.f-s-12 {
    font-size: 12px;
}

.f-s-13 {
    font-size: 13px;
}

.f-s-14 {
    font-size: 14px;
}

.f-s-15 {
    font-size: 15px;
}

.f-s-16 {
    font-size: 16px;
}

.f-s-17 {
    font-size: 17px;
}

.f-s-18 {
    font-size: 18px;
}

.f-s-20 {
    font-size: 20px;
}

.f-s-22 {
    font-size: 22px;
}

.f-s-24 {
    font-size: 24px;
}

.f-s-26 {
    font-size: 26px;
}

.f-s-28 {
    font-size: 28px;
}

.f-s-30 {
    font-size: 30px;
}

.f-s-32 {
    font-size: 32px;
}

.text-xs {
    font-size: 10px;
}

.text-sm {
    font-size: 12px;
}

.text-md {
    font-size: 16px;
}

.text-lg {
    font-size: 32px;
}

.text-xl {
    font-size: 52px;
}

.text-xxl {
    font-size: 80px;
}

.f-white {
    color: #fff !important;
}

.f-gray {
    color: #ccc;
}

.f-gray-dark {
    color: #a2a2a2;
}

.f-black {
    color: #333;
}

.f-green {
    color: #22BAA0;
}

.f-blue {
    color: #127acb;
}

.f-lblue {
    color: #12AFCB;
}

.f-purple {
    color: #7a6fbe;
}

.f-red {
    color: #f25656;
}

.f-yellow {
    color: #f6d433;
}

.f-orange {
    color: #e79b2f;
}

.text-default {
    color: #ccc;
}

.text-primary {
    color: #ff4b14;
}

.text-success {
    color: #22BAA0;
}

.text-info {
    color: #12AFCB;
}

.text-warning {
    color: #f6d433;
}

.text-danger {
    color: #f25656;
}


.f-inherit:hover,
.f-inherit:active,
.f-inherit:focus {
    color: inherit !important;
}


/* Icons */

.icon-xs {
    font-size: 12px;
}

.icon-sm {
    font-size: 14px;
}

.icon-md {
    font-size: 16px;
}

.icon-lg {
    font-size: 18px;
}

.icon-state-default {
    color: #ccc;
}

.icon-state-primary {
    color: #7a6fbe;
}

.icon-state-success {
    color: #22BAA0;
}

.icon-state-info {
    color: #12AFCB;
}

.icon-state-warning {
    color: #f6d433;
}

.icon-state-danger {
    color: #f25656;
}


/* Alert */

.alert {
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
}

.alert-success {
    background: #e5f3df;
}

.alert-info {
    background: #d3e6f0;
}

.alert-warning {
    background: #f6f2dd;
}

.alert-danger {
    background: #f1d9d9;
}

/* Custom Badges */

.badge {
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    border-radius: 0px;
	font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 11px !important;
    text-align: center;
    vertical-align: middle;
    line-height: 11px;
    height: 18px;
    padding: 3px 6px 3px 6px;
    text-shadow: none !important;
}

.badge.badge-roundless {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

a:hover .badge.badge-default {
    background: #ddd;
    color: #333;
}
.badge.badge-default {
    background: #eaeaea;
    color: #aaa;
}

.badge.badge-primary {
    background: #7a6fbe;
    color: #FFF;
}

.badge.badge-info {
    background: #12AFCB;
    color: #FFF;
}

.badge.badge-success {
    background: #22BAA0;
    color: #FFF;
}

.badge.badge-danger {
    background: #f25656;
    color: #FFF;
}

.badge.badge-danger2 {
    background: #ff6927;
    color: #FFF;
}

.badge.badge-warning {
    background: #f6d433;
    color: #FFF;
}

.badge.badge-warning2 {
    background: #7a6fbe;
    color: #FFF;
}

.badge.badge-no {
    background: #f25656;
    color: #FFF;
	padding: 4px 5px 2px !important;
}

.badge.badge-yes {
    background: #22BAA0;
    color: #FFF;
	padding: 4px 5px 2px !important;
}



/* Switchery */

.switch-sm .switchery {
    height: 15px;
    width: 25px;
}

.switch-sm .switchery > small {
    height: 15px;
    width: 15px;
}

.switch-md .switchery {
    height: 20px;
    width: 35px;
}

.switch-md .switchery > small {
    height: 20px;
    width: 20px;
}

.switch-lg .switchery {
    height: 25px;
    width: 40px;
}

.switch-lg .switchery > small {
    height: 25px;
    width: 25px;
}


/* CSS Utilities */
/* Txet Align */
.txt-left, .txt-left-m {text-align: left !important;}
.txt-center {text-align: center !important;}
.txt-right {text-align: right !important;}
.txt-rightM {text-align: right !important; padding-right: 20px !important;}

.txt-left em {
	display: block;
	width: 30em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-style: normal;
}
.txt-left-m em {
	display: block;
	width: 40em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-style: normal;
}


/* Font family */
.font-f-u {
	font-family: 'Ubuntu', sans-serif;
}

/* Font Size */
.font-12 th, .font-12 td {
	font-size: 12px !important;
}
.font-12 {
	font-size: 12px !important;
}
.font-13 {
	font-size: 13px !important;
}
.font-14 {
	font-size: 14px !important;
}
.font-15 {
	font-size: 15px !important;
}
.font-16 {
	font-size: 16px !important;
}
.font-18 {
	font-size: 18px !important;
}
.font-20 {
	font-size: 20px !important;
}

/* Float */
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.float-none {
	float: none !important;
}
.clear-both {
	clear: both;
}


/* Margins & Paddings */

.no-s {
    margin: 0px!important;
    padding: 0px!important;
	font-family: 'Ubuntu', sans-serif;
}

.no-m {
    margin: 0!important;
}

.no-m-t {
    margin-top: 0!important;
}

.no-m-r {
    margin-right: 0!important;
}

.no-m-b {
    margin-bottom: 0!important;
}

.no-m-l {
    margin-left: 0!important;
}

.m {
    margin: 15px;
}

.m-t-m6 {
    margin-top: -6px !important;
}

.m-t-m10 {
    margin-top: -10px !important;
}

.m-t-n-xxs {
    margin-top: -5px;
}

.m-t-n-xs {
    margin-top: -10px;
}

.m-t-n-sm {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -25px;
}

.m-t-n-xxl {
    margin-top: -30px;
}

.m-t-xxxxs {
    margin-top: 2px !important;
}

.m-t-xxxs {
    margin-top: 3px;
}

.m-t-xxs {
    margin-top: 5px;
}

.m-t-xs {
    margin-top: 10px !important;
}

.m-t-sm {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 25px;
}

.m-t-xl {
    margin-top: 30px;
}

.m-t-xxl {
    margin-top: 40px !important;
}

.m-t-xxxl {
    margin-top: 50px !important;
}

.m-t-xxxxl {
    margin-top: 90px !important;
}

.m-r-n-xxs {
    margin-right: -5px;
}

.m-r-n-xs {
    margin-right: -10px;
}

.m-r-n-sm {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -25px;
}

.m-r-n-xxl {
    margin-right: -30px;
}

.m-r-xxs {
    margin-right: 5px !important;
}

.m-r-xs {
    margin-right: 10px;
}

.m-r-sm {
    margin-right: 15px !important;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 25px !important;
}

.m-r-xl {
    margin-right: 30px;
}

.m-r-xxl {
    margin-right: 40px;
}

.m-r-xxxl {
    margin-right: 50px !important;
}

.m-b-n-xxs {
    margin-bottom: -5px;
}

.m-b-n-xs {
    margin-bottom: -10px;
}

.m-b-n-sm {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -25px;
}

.m-b-n-xxl {
    margin-bottom: -30px;
}

.m-b-xxxxs {
    margin-bottom: 2px;
}

.m-b-xxxs {
    margin-bottom: 3px;
}

.m-b-xxs {
    margin-bottom: 5px;
}

.m-b-xs {
    margin-bottom: 10px !important;
}

.m-b-sm {
    margin-bottom: 15px !important;
}

.m-b-md {
    margin-bottom: 20px !important;
}

.m-b-lg {
    margin-bottom: 25px;
}

.m-b-lgg {
    margin-bottom: 26px !important;
}

.m-b-xl {
    margin-bottom: 30px;
}

.m-b-xxl {
    margin-bottom: 40px;
}

.m-b-xxxl {
    margin-bottom: 50px !important;
}

.m-l-n-xxs {
    margin-left: -5px;
}

.m-l-n-xs {
    margin-left: -10px;
}

.m-l-n-sm {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -25px;
}

.m-l-n-xxl {
    margin-left: -30px;
}

.m-l-xxs {
    margin-left: 5px;
}

.m-l-xs {
    margin-left: 10px;
}

.m-l-sm {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 25px;
}

.m-l-xl {
    margin-left: 30px;
}

.m-l-xxl {
    margin-left: 40px;
}

.m-l-xxxl {
    margin-left: 50px;
}



.no-p {
    padding: 0!important;
}

.no-p-t {
    padding-top: 0!important;
}

.no-p-r {
    padding-right: 0!important;
}

.no-p-b {
    padding-bottom: 0!important;
}

.no-p-l {
    padding-left: 0!important;
}

.p-t-xs {
    padding-top: 10px !important;
}

.p-r-xxs {
    padding-right: 5px !important;
}

.p-r-xs {
    padding-right: 10px !important;
}

.p-r-sm {
    padding-right: 15px !important;
}

.p-b-xs {
    padding-bottom: 10px;
}

.p-b-sm {
    padding-bottom: 15px;
}

.p-l-lg {
    padding-left: 40px !important;
}

.p {
    padding: 15px;
}

.p-xxs {
	padding: 5px !important;
}

.no-p-h {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-p-v {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-h-xxs {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.p-h-xxs2 {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.p-h-xs {
    padding-left: 10px;
    padding-right: 10px;
}

.p-h-sm {
    padding-left: 15px;
    padding-right: 15px;
}

.p-h-md {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.p-h-lg {
    padding-left: 25px;
    padding-right: 25px;
}

.p-h-xxl {
    padding-left: 30px;
    padding-right: 30px;
}

.p-v-xxs {
    padding-top: 5px;
    padding-bottom: 5px;
}

.p-v-xs {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.p-v-sm {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.p-v-md {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-v-lg {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.p-v-xxl {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}


/* Borders */

.no-b {
    border: 0!important;
}

.b {
    border: 1px solid #f1f1f1;
}

.b-t {
    border-top: 1px solid #f1f1f1;
}

.b-t2 {
    border-top: 1px solid #ddd;
}

.b-r {
    border-right: 1px solid #f1f1f1;
}

.b-b {
    border-bottom: 1px solid #f1f1f1;
}

.b-b2 {
    border-bottom: 1px solid #ddd;
}
.b-b-d {
    border-bottom: 1px dashed #ddd;
}

.b-l {
    border-left: 1px solid #f1f1f1;
}

.b-default {
    border-color: #f1f1f1;
}

.b-primary {
    border-color: #7a6fbe;
}

.b-info {
    border-color: #12AFCB;
}

.b-success {
    border-color: #22BAA0;
}

.b-warning {
    border-color: #f6d433;
}

.b-danger {
    border-color: #f25656;
}

.b-2 {
    border-size: 2px;
}

.b-3 {
    border-size: 3px;
}

.b-4 {
    border-size: 4px;
}

.b-n-t {
    border-top: 0 !important;
}

.b-n-r {
    border-right: 0;
}

.b-n-b {
    border-bottom: 0 !important;
}

.b-n-l {
    border-left: 0;
}

.no-sh {
    box-shadow: none !important;
}



/* Radius */

.no-r {
    border-radius: 0!important;
}

.r {
    border-radius: 2px;
}

.r-t-l {
    border-top-left-radius: 2px;
}

.r-t-r {
    border-top-right-radius: 2px;
}

.r-b-l {
    border-bottom-left-radius: 2px;
}

.r-b-r {
    border-bottom-right-radius: 2px;
}

.no-r-t-l {
    border-top-left-radius: 0!important;
}

.no-r-t-r {
    border-top-right-radius: 0!important;
}

.no-r-b-l {
    border-bottom-left-radius: 0!important;
}

.no-r-b-r {
    border-bottom-right-radius: 0!important;
}

/* Backgrounds */

.bg-n {
    background: transparent!important;
}

.bg-primary {
    background-color: #7a6fbe;
    color: #fff;
}

.bg-primary.dark {
    background-color: #6e63b4;
    color: #fff;
}

.bg-primary.light {
    background-color: #877cc7;
    color: #fff;
}

.bg-success {
    background-color: #22BAA0;
    color: #fff;
}

.bg-success.dark {
    background-color: #1da890 !important;
    color: #fff;
}

.bg-success.light  {
    background-color: #32c6ad;
    color: #fff;
}

.bg-info {
    background-color: #12AFCB;
    color: #fff;
}

.bg-info.dark {
    background-color: #0ba0bb;
    color: #fff;
}

.bg-info.light {
    background-color: #20beda;
    color: #fff;
}

.bg-warning {
    background-color: #f6d433;
    color: #fff;
}

.bg-warning.dark {
    background-color: #f1ca11;
    color: #fff;
}

.bg-warning.light {
    background-color: #fada44;
    color: #fff;
}

.bg-danger {
    background-color: #f25656;
    color: #fff;
}

.bg-danger.dark {
    background-color: #e54f4f;
    color: #fff;
}

.bg-danger.light {
    background-color: #f66d6d;
    color: #fff;
}

.bg-dark {
    background-color: #333;
    color: #fff;
}

.bg-dark.dark {
    background-color: #2b2b2b;
    color: #fff;
}

.bg-dark.light {
    background-color: #3b3b3b;
    color: #fff;
}

.bg-light {
    background-color: #f1f1f1 !important;
}

.bg-light.dark {
    background-color: #e5e5e5 !important;
}

.bg-light.light {
    background-color: #f9f9f9 !important;
}

.bg-orange {
	color: #fff;
    background-color: #ff4b14;
}

.bg-orange-line {
	color: #ff4b14;
    border: 1px solid #ff4b14;
    background-color: #fff;
}

.bg-gray {
    background-color: #ccc;
}

.bg-white {
    background-color: #fff !important;
}

.bg-gray.dark {
    background-color: #b9b9b9;
}

.bg-gray.light {
    background-color: #d7d7d7;
}

.posi_re {position: relative;}


/* Buttons */

.btn {
    font-size: 11px;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 0;
    outline: none!important;
	cursor: pointer !important;
}

.basket .btn-addon i {
    position: relative;
    float: left;
    width: 33px;
    height: 33px;
    margin: -7px 12px -7px -13px;
    line-height: 35px;
    text-align: center;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: rgba(0,0,0, 0.1);
}

.btn-addon {
	line-height: 1.8;
}
.btn-addon i {
    position: relative;
    float: left;
    width: 35px;
    height: 35px;
    margin: -7px -13px;
    line-height: 36px;
    text-align: center;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: rgba(0,0,0, 0.1);
}

.btn-rounded.btn-addon i {
    margin: -7px -16px;
    margin-right: 15px;
    border-radius: 50px;
}

.btn-rounded.btn-addon.btn-sm i {
    margin: -7px -16px;
    margin-right: 10px;
    border-radius: 50px;
}

.btn-lg {
    line-height: inherit;
}

.btn-lg.btn-addon i {
    width: 45px;
    height: 45px;
    margin: -11px -17px;
    margin-right: 16px;
    line-height: 45px;
}

.btn-sm.btn-addon i {
    width: 30px;
    height: 30px;
    margin: -6px -11px;
    margin-right: 10px;
    line-height: 30px;
}

.btn-xs.btn-addon i {
    width: 22px;
    height: 22px;
    margin: -2px -6px;
    margin-right: 5px;
    line-height: 22px;
    font-size: 10px;
}

.btn-rounded {
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 50px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

a.btn-default {
    background-color: #f9f9f9;
    color: #333;
    border: 1px solid #e5e5e5;
}

.btn-default {
    background-color: #fff;
    color: #333;
    border: 1px solid #e5e5e5;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #f1f1f1;
    border-color: #e5e5e5;
}

.btn-default:hover {
    color: #333;
    background-color: #f1f1f1;
    border-color: #e5e5e5;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #f1f1f1;
    border-color: #e5e5e5;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #f1f1f1;
    border-color: #e5e5e5;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #7a6fbe;
    border-color: transparent;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #6a5fac;
    border-color: transparent;
}

.btn-primary:hover {
    color: #fff;
    background-color: #6a5fac;
    border-color: transparent;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #6a5fac;
    border-color: transparent;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #6a5fac;
    border-color: transparent;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #6a5fac;
    border-color: transparent;
}

.btn-primary .badge {
    color: #6a5fac;
    background-color: #fff;
}

.btn-login {
    font-family: 'NanumGothicBold';
    color: #fff;
    background-color: #444;
    border-color: transparent;
}

.btn-login:hover {
    color: #fff;
    background-color: #313131;
    border-color: transparent;
}

.btn-success-line {
    color: #1DB198;
    background-color: #fff;
    border: 1px solid #1DB198;
}

.btn-success-line:focus,
.btn-success.focus {
    color: #fff;
    background-color: #1DB198;
    border-color: transparent;
}

.btn-success-line:hover {
    color: #fff;
    background-color: #1DB198;
    border-color: transparent;
}

.btn-success {
    color: #fff;
    background-color: #22BAA0;
    border-color: transparent;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #1DB198;
    border-color: transparent;
}

.btn-success:hover {
    color: #fff;
    background-color: #1DB198;
    border-color: transparent;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #1DB198;
    border-color: transparent;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #1DB198;
    border-color: transparent;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #1DB198;
    border-color: transparent;
}

.btn-success .badge {
    color: #1DB198;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #12AFCB;
    border-color: transparent;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #08A7C3;
    border-color: transparent;
}

.btn-info:hover {
    color: #fff;
    background-color: #08A7C3;
    border-color: transparent;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #08A7C3;
    border-color: transparent;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #08A7C3;
    border-color: transparent;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #08A7C3;
    border-color: transparent;
}

.btn-info .badge {
    color: #12AFCB;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f2ca4c;
    border-color: transparent;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #e8bf40;
    border-color: transparent;
}

.btn-warning:hover {
    color: #fff;
    background-color: #e8bf40;
    border-color: transparent;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #e8bf40;
    border-color: transparent;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #e8bf40;
    border-color: transparent;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #e8bf40;
    border-color: transparent;
}

.btn-warning .badge {
    color: #f2ca4c;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #f25656;
    border-color: transparent;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #e14444;
    border-color: transparent;
}

.btn-danger:hover {
    color: #fff;
    background-color: #e14444;
    border-color: transparent;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #e14444;
    border-color: transparent;
}

.btn-onoff {
    color: #fff;
    background-color: #f57031;
    border-color: transparent;
}

.btn-onoff:hover {
    color: #fff;
    background-color: #e15b1b;
    border-color: transparent;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #e14444;
    border-color: transparent;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #e14444;
    border-color: transparent;
}

.btn-danger .badge {
    color: #f25656;
    background-color: #fff;
}

.btn-orange {
    color: #fff;
    background-color: #ff4b14;
    border-color: transparent;
}
.btn-orange:hover {
    color: #fff;
    background-color: #e83802;
    border-color: transparent;
}

.btn-orange-line {
    color: #ff4b14;
    background-color: #fff;
    border-color: #ff4b14;
}
.btn-orange-line:hover {
    color: #ff4b14;
    background-color: #fff;
    border-color: #e83802;
}

.btn-gray-light {
    color: #121212;
    background-color: #e5e5e5;
    border-color: transparent;
}

.btn-gray-light:focus,
.btn-gray-light.focus {
    color: #fff;
    background-color: #595959;
    border-color: transparent;
}

.btn-gray-light:hover {
    color: #121212;
    background-color: #ccc;
    border-color: transparent;
}

.btn-gray {
    color: #fff;
    background-color: #696969;
    border-color: transparent;
}

.btn-gray:focus,
.btn-gray.focus {
    color: #fff;
    background-color: #595959;
    border-color: transparent;
}

.btn-gray:hover {
    color: #fff;
    background-color: #595959;
    border-color: transparent;
}

.btn-gray-dark {
    color: #fff;
    background-color: #111;
    border-color: transparent;
}

.btn-gray-dark:focus,
.btn-gray-dark.focus {
    color: #fff;
    background-color: #595959;
    border-color: transparent;
}

.btn-gray-dark:hover {
    color: #fff;
    background-color: #444;
    border-color: transparent;
}

.btn-gray-line {
    color: #555;
    background-color: #fff;
    border-color: #ccc;
}

.btn-gray-line:hover {
    color: #333;
    background-color: #fafafa;
    border-color: #555;
}

.btn-facebook {
    background: #627AAC;
    color: #fff;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active {
    background: #3B5998;
    color: #fff;
}

.btn-twitter {
    background: #33BBF3;
    color: #fff;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active {
    background: #00ABF0;
    color: #fff;
}

.btn-google {
    background: #E0745B;
    color: #fff;
}

.btn-google:hover,
.btn-google:focus,
.btn-google:active {
    background: #D95232;
    color: #fff;
}

.btn-youtube {
    background: #D6464B;
    color: #fff;
}

.btn-youtube:hover,
.btn-youtube:focus,
.btn-youtube:active {
    background: #CC181E;
    color: #fff;
}

.btn-vimeo {
    background: #69C8FF;
    color: #fff;
}

.btn-vimeo:hover,
.btn-vimeo:focus,
.btn-vimeo:active {
    background: #44BBFF;
    color: #fff;
}

.btn-dribbble {
    background: #E094B7;
    color: #fff;
}

.btn-dribbble:hover,
.btn-dribbble:focus,
.btn-dribbble:active {
    background: #D97AA5;
    color: #fff;
}

.btn-github {
    background: #848484;
    color: #fff;
}

.btn-github:hover,
.btn-github:focus,
.btn-github:active {
    background: #666666;
    color: #fff;
}

.btn-instagram {
    background: #658EAF;
    color: #fff;
}

.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active {
    background: #3F729B;
    color: #fff;
}

.btn-pinterest {
    background: #BE464B;
    color: #fff;
}

.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active {
    background: #AE181F;
    color: #fff;
}

.btn-vk {
    background: #7D9BBB;
    color: #fff;
}

.btn-vk:hover,
.btn-vk:focus,
.btn-vk:active {
    background: #5D83AA;
    color: #fff;
}

.btn-rss {
    background: #F19958;
    color: #fff;
}

.btn-rss:hover,
.btn-rss:focus,
.btn-rss:active {
    background: #EE802F;
    color: #fff;
}

.btn-flickr {
    background: #3395C4;
    color: #fff;
}

.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr:active {
    background: #007BB6;
    color: #fff;
}


/* Box Shadow */

.bs-n {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.bs-dark {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .6);
    box-shadow: 0 0 3px rgba(0, 0, 0, .6);
}

.bs-light {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.bs-t {
    -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, .05);
}

.bs-r {
    -webkit-box-shadow: 1px 0 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 1px 0 1px rgba(0, 0, 0, .05);
    box-shadow: 1px 0 1px rgba(0, 0, 0, .05);
}

.bs-b {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.bs-l {
    -webkit-box-shadow: -1px 0 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: -1px 0 1px rgba(0, 0, 0, .05);
    box-shadow: -1px 0 1px rgba(0, 0, 0, .05);
}


/* Width & Height */

.w-auto {
    width: auto;
}

.h-auto {
    height: auto;
}

.full-height {
    height: 100%!important;
}

.full-width {
    width: 100%!important;
}

.full-auto {
    width: auto!important;
}

.w-xxs {
    width: 50px;
}

.w-xs {
    width: 90px !important;
}

.w-sm {
    width: 140px;
}

.w {
    width: 200px;
}

.w-md {
    width: 240px;
}

.w-lg {
    width: 280px;
}

.w-xl {
    width: 330px;
}

.w-xxl {
    width: 370px;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-323 {
    width: 32.3% !important;
}

.w-35 {
    width: 35% !important;
}

.w-45 {
    width: 45% !important;
}

.w-494 {
    width: 49.4% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-68 {
    width: 68% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-828 {
    width: 82.8% !important;
}

.w-864 {
    width: 86.4% !important;
}

.w-907 {
    width: 90.7% !important;
}


/* Tooltip */

.tooltip-inner {
    border-radius: 0;
}


/* Panel */

.panel {
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    border: 0!important;
    margin-bottom: 25px;
    border-radius: 0;
}
.basketlist .panel {
    -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.1);
    border: 0!important;
    margin-bottom: 0px;
    border-radius: 0;
}

@media (min-width: 768px) {
    .panel > .row > div:first-child {
        padding-left: 15px;
        padding-right: 0;
    }

    .panel > .row > div:last-child {
        padding-left: 0;
        padding-right: 15px;
    }
}

.pro-heading {
    padding: 61px 0 34px;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0!important;
    font-size: 18px;
    font-weight: 600;
}
.pro-heading .panel-title {
    font-size: 40px;
    float: none;
    margin: 0px;
    padding: 0px;
    font-family: 'NotoSansB';
/*     font-weight: 300; */
    letter-spacing: -0.04em;
    color: #222;
    text-align: center !important;
}





.panel .panel-heading {
    padding: 16px 20px 14px;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0!important;
    height: 45px;
    font-family: 'NanumGothicBold';
    font-size: 14px;
}

.panel .panel-heading.heH {
    padding: 21px 20px 19px;
    height: 55px;

}

h4.panel-title {color: #5f5f5f; text-align: left !important;}

.panel .panel-heading .panel-title {
	float: left;
	width: 100%;
    font-size: 15px !important;
    margin: 0px;
    padding: 0px;
    font-family: 'NanumGothicBold';
	text-align: center;
}

.panel .panel-heading .panel-title.f14 {
    font-size: 14px !important;
}

.panel .panel-heading .panel-title small {
    font-size: 80%;
}

.panel .panel-heading .panel-control {
    float: right;
    height: auto;
}

.panel .panel-heading .panel-control a {
    text-decoration: none;
    color: #ccc;
    margin-left: 5px;
    font-size: 14px;
    float: left;
}

.panel .panel-heading .panel-control a:hover {
    color: #a2a2a2;
}

.panel .panel-body {
    position: relative;
    padding: 15px 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.panel .panel-body2 {
    position: relative;
    padding: 26px 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.panel .panel-body-sub {
    position: relative;
    padding: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.panel .panel-body-bg {
    position: relative;
    padding: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	background: #f9f9f9;
}

.panel .panel-heading + .panel-body {
	width: 100%;
    padding: 0 20px 20px 20px;
}

.panel-default .panel-heading {
    background: #f1f1f1;
    border-color: #e7e7e7;
}

.panel-default2 .panel-heading {
    background: #eee;
    border-color: #e7e7e7;
}
.panel-default3 .panel-heading {
    background: #eee;
    border-color: #e7e7e7;
}

.panel-default .panel-heading .panel-control a {
    color: #bbb;
}

.panel-default .panel-heading .panel-control a:hover {
    color: #a2a2a2;
}

.panel-primary .panel-heading {
    background: #fff;
    color: #333;
    border: 1px solid #555 !important;
    border-bottom: 0px !important;
}

.panel-primary .panel-heading .panel-control a {
    color: #fff;
}

.panel-primary .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-success .panel-heading {
    background: #22BAA0;
    color: #fff;
}

.panel-success .panel-heading .panel-control a {
    color: #fff;
}

.panel-success .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-info .panel-heading {
    background: #12AFCB;
    color: #fff;
}

.panel-info .panel-heading .panel-control a {
    color: #fff;
}

.panel-info .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-warning .panel-heading {
    background: #f6d433;
    color: #fff;
}

.panel-warning .panel-heading .panel-control a {
    color: #fff;
}

.panel-warning .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-danger .panel-heading {
    background: #f25656;
    color: #fff;
}

.panel-danger .panel-heading .panel-control a {
    color: #fff;
}

.panel-danger .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-transparent {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.panel-transparent .panel-heading .panel-control a {
    color: #ccc;
}

.panel-transparent .panel-heading .panel-control a:hover {
    color: #a2a2a2;
}

.panel-white {
    background: #fff;
    border: 1px solid #e9e9e9!important;
}

.panel-white .panel-heading .panel-control a {
    color: #ccc;
}

.panel-white .panel-heading .panel-control a:hover {
    color: #a2a2a2;
}

.panel-purple {
    background: #7a6fbe;
}

.panel-purple .panel-heading {
    color: #fff;
}

.panel-purple .panel-body {
    color: #fff;
}

.panel-purple .panel-heading .panel-control a {
    color: #fff;
}

.panel-purple .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-green {
    background: #22BAA0;
}

.panel-green .panel-heading {
    color: #fff;
}

.panel-green .panel-body {
    color: #fff;
}

.panel-green .panel-heading .panel-control a {
    color: #fff;
}

.panel-green .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-blue {
    background: #12AFCB;
}

.panel-blue .panel-heading {
    color: #fff;
}

.panel-blue .panel-body {
    color: #fff;
}

.panel-blue .panel-heading .panel-control a {
    color: #fff;
}

.panel-blue .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-yellow {
    background: #f6d433;
}

.panel-yellow .panel-heading {
    color: #fff;
}

.panel-yellow .panel-body {
    color: #fff;
}

.panel-yellow .panel-heading .panel-control a {
    color: #fff;
}

.panel-yellow .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-red {
    background: #f25656;
}

.panel-red .panel-heading {
    color: #fff;
}

.panel-red .panel-body {
    color: #fff;
}

.panel-red .panel-heading .panel-control a {
    color: #fff;
}

.panel-red .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.panel-placeholder {
    border: 2px dashed #ddd;
    margin-bottom: 20px;
}



/* Wells */

.well {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #F6F6F6;
    border: 0;
}


/* Modals */

.modal {
    z-index: 9999999;
}

.modal-content {
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    border: 0;
    border-radius: 0;
}

.modal-header {
    padding: 20px 20px 20px 20px;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0!important;
    height: 55px;
	font-family: 'NanumGothicBold';
    font-size: 14px;
}

.modal-title {
	font-family: 'NanumGothicBold';
}

.modal-body {
    position: relative;
    padding: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.modal-body .table textarea {
    min-height: 200px;
}
.modal-body .table tr:last-child {
    border-bottom: 1px solid #ddd;
}
.modal-body .table th {
	font-size: 12px !important;
    background: #f9f9f9;
	text-align: left;
}
.modal-body .table td {
	font-size: 12px !important;
	vertical-align: middle !important;
}

.modal-footer {
    position: relative;
    padding: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
}

.modal-header + .modal-body {
    padding: 0 20px 30px 20px;
}

.modal-body + .modal-footer {
    padding: 0 20px 20px 20px;
}

.modal-open {
/*     overflow-y: scroll!important; */
}

.modal-open {
/*     padding: 0!important; */
}

.modal-backdrop {
    z-index: 999999;
}

/* Pagination */

.pagination > li > a {
    color: #5B5B5B;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background: #ccc; 
    border-color: #ccc;
}


/* Progress Bars */

.progress {
    border-radius: 2px;
}

.progress-squared {
    border-radius: 0;
}

.progress-xs {
    height: 5px;
}

.progress-sm {
    height: 10px;
}

.progress-md {
    height: 15px;
}

.progress-lg {
    height: 25px;
}

.progress-bar {
    background-color: #7a6fbe;
}

.progress-bar-success {
    background-color: #22BAA0;
}

.progress-bar-info {
    background-color: #12AFCB;
}

.progress-bar-warning {
    background-color: #f6d433;
}

.progress-bar-danger {
    background-color: #f25656;
}



/* promotion */
@media (max-width: 767px) {
	.panel-body-sub .nav-tabs > li {
		float: left;
		width: 50% !important;
	}
}
.panel-body-sub .nav-tabs > li {
	width: 50%;
}
.panel-body-sub .nav-tabs > li > a {
    padding: 16px 20px 14px;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0!important;
    height: 45px;
    font-family: 'NanumGothicBold';
    font-size: 15px;
    line-height: 1.1;
    color: #333;
    background: #f1f1f1;
}
.panel-body-sub .nav-tabs > li.active > a {
	background: #555;
	font-size: 15px;
    color: #fff;
}
.panel-body-sub .nav-tabs > li.active > a:hover,
.panel-body-sub .nav-tabs > li.active > a:focus {
	background: #555;
    color: #fff;
}
.tab-content .product-list {
	display: none;
}
.tab-content a {
	color: #333;
}
.cd-soldout {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	z-index: 9;
	font-size: 13px;
	font-family: 'Ubuntu', sans-serif;
}

.cd-soldout span {
	display: block;
	padding: 10px;
	border-radius: 2px;
}

.cd-outofdate {
	opacity: 0.7;
}



/* Tabs */

.tab-content {
    padding: 20px 30px;
    background: #fff;   
}

.tab-content.line {
    padding: 20px;
    background: #fff;
	border: 1px solid #ddd;
	border-top: none;    
}

.nav-tabs > li > a {
    border-radius: 0!important;
	font-size: 13px;
    color: #999;
    border-bottom: 1px solid #DDDDDD;
	text-align: center;
	margin: 0 !important;
}

.nav-tabs > li > a:hover {
    background: #f1f1f1;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	font-family: 'NanumGothicBold';
	font-size: 13px;
    color: #333;
    cursor: default;
    background-color: #fff;
    border-bottom-color: #fff;
	text-align: center;
}

.nav-pills > li > a {
    color: #777;
    border-radius: 0!important;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #7a6fbe;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .tab-pane form.idpw-form .col-md-3,
.tab-content > .tab-pane form.idpw-form .col-md-4,
.tab-content > .tab-pane form.idpw-form .col-md-5,
.tab-content > .tab-pane form.idpw-form .col-md-6 {
	padding: 0 3px;
}

.tab-content > .tab-pane form.idpw-form {
	display: inline-block;
    width: 100%;
	padding: 60px 80px 30px;
}

.tab-content > .tab-pane form.idpw-form tr {
	border-bottom: 1px solid #eee;
}

.tab-content > .tab-pane form.idpw-form th,
.tab-content > .tab-pane form.idpw-form td {
	padding: 10px 0;
	font-weight: normal;
	font-size: 14px;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: #fff #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    border-left-color: #ffffff;
}
/* login tab */

.login-box .nav-tabs {
	margin-bottom: 0px;
}
.login-box .nav-tabs li {
	width: 50%;
	background: #f7f7f7;
}
.login-box .nav-tabs li a {
	padding-left: 0;
	text-align: center;
	padding: 15px 0;
	color: #999;
}
.login-box .nav-tabs li.active a {
	color: #333;
}
.login-box .nav-tabs li a:hover,
.login-box .nav-tabs li a:focus {
	text-align: center;
	color: #555;
}
.login-box .nav-tabs li i {
	float: left;
	margin-top: -1px;
	margin-right: 10px;
	font-weight: 600;
	font-size: 22px;
	color: #ccc;
}
.login-box .nav-tabs li.active i {
	color: #22BAA0;
}


/* Accordions */

.panel-group .panel-heading .panel-title > a {
    font-size: 13px;
}

.panel-group .panel-heading {
    font-size: 14px;
    height: auto!important;
}

.panel-group .panel-heading  .panel-title > a {
    text-decoration: none;
}

.panel-group  .panel-heading {
    border-bottom: 0!important;
	background: #fff;
    border: 1px solid #ddd !important;
    padding: 20px;
}

.panel > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.panel > .panel-heading + .panel-collapse > .panel-body > p > img {
    width: 100% !important;
    height: 100% !important;
}

.panel:last-child > .panel-heading + .panel-collapse > .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-group .panel-heading .panel-title {
    position: relative;
    width: 100%;
}


/* jsTree */

.jstree-default .jstree-clicked {
    background: #f1f1f1;
    border-radius: 0;
    box-shadow: inset 0 0 1px #999;
}

.jstree-default li a:hover {
    background: #f1f1f1;
    border-radius: 0;
    box-shadow: inset 0 0 1px #999;
}



/* Labels */

.label.label-default {
    background: #fff;
    border: 1px solid #e5e5e5;
}

.label.label-success {
    background: #22BAA0;
}

.label.label-primary {
    background: #7a6fbe;
}

.label.label-info {
    background: #12AFCB;
}

.label.label-danger {
    background: #f25656;
}

.label.label-warning {
    background: #f6d433;
}

.label.label-facebook {
    background: #3b5998;
	padding: 10px 20px;
	margin: 0 5px 20px 0;
	display: inline-block;
}

.label.label-twitter {
    background: #5ea9dd;
	padding: 10px 20px;
	margin: 0 0 20px 5px;
	display: inline-block;
}


/* Forms */

label {
    font-size: 13px;
    font-weight: normal;
}

.controls label {
    display: block;
	float: left;
	margin-top: 0 !important;
}

select.form-control {
    padding: 4px 4px 4px 10px !important;
}

.form-control {
    background: #fff;
    border-radius: 0;
    border: 1px solid #dce1e4;
    box-shadow: none!important;
    font-size: 12px;
    padding: 4px 10px !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form-control-login {
    background: #fff;
    border-radius: 0;
    border: 1px solid #dce1e4;
    box-shadow: none!important;
    font-size: 12px;
    padding: 15px 10px !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.login-box .form-control-login {
	height: 50px;
    font-size: 13px;
    padding: 10px !important;
}
.login-box .checkbox {margin-bottom: 25px;}

input[disabled] {
    background: #f7f7f7;
    border-color: #d2d7db;
}

.form-control:focus,
.form-control-login:focus {
    border: 1px solid #bdc5c9;
    background: #fff;
}

.help-block {
    margin-bottom: 5px;
}

.form-group.has-success .form-control,
.form-group.has-warning .form-control,
.form-group.has-error .form-control {
    box-shadow: none;
}

.form-group.has-success .form-control:focus {
    border: 1px solid #22BAA0;
    background: #fff;
}

.form-group.has-warning .form-control:focus {
    border: 1px solid #f6d433;
    background: #fff;
}

.form-group.has-error .form-control:focus {
    border: 1px solid #f25656;
    background: #fff;
}

.form-group.has-success label {
    color: #22BAA0;
}

.form-group.has-warning label {
    color: #f6d433;
}

.form-group.has-error label {
    color: #f25656;
}

label.error {
    color: #a94442;
    font-weight: bold;
    margin-top: 5px;
    float: left;
    font-size: 12px;
}

input.form-control.input-rounded {
    border-radius: 30px;
}
.date-search .input-group .form-control {
	position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 45px;
}
.date-search .input-group .btn {
    padding: 14px 16px 14px;
}

.input-group .btn {
    padding: 6px 12px 11px;
}

ol.linenums {
    margin: 0;
}

.select2-selection {
    background: #fff!important;
    border-radius: 0!important;
    border: 1px solid #dce1e4!important;
    box-shadow: none!important;
    font-size: 13px!important;
    padding: 6px 10px!important;
    height: 34px!important;
    -webkit-transition: all 0.2s ease-in-out!important;
    -moz-transition: all 0.2s ease-in-out!important;
    -o-transition: all 0.2s ease-in-out!important;
    transition: all 0.2s ease-in-out!important;
}

.select2-dropdown {
    background: #fff;
    border-radius: 0;
    border: 1px solid #dce1e4;
    border-top: 0;
    box-shadow: none!important;
    font-size: 13px;
    padding: 6px 10px!important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 9999;
}

.select2-dropdown.select2-dropdown--above {
    border: 1px solid #dce1e4;
    border-bottom: 0;
}

.select2-selection--multiple .select2-selection__choice {
    background: #f1f1f1!important;
    border-radius: 0!important;
    border: 1px solid #ccc!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: inherit!important;
    padding: 0!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0!important;
}

.popover {
    border: 1px solid #ebebeb;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.popover-title {
    border-radius: 0;
}

.popover.top > .arrow {
    border-top-color: #ebebeb;
}

.popover.left > .arrow {
    border-left-color: #ebebeb;
}

.popover.right > .arrow {
    border-right-color: #ebebeb;
}

.popover.bottom > .arrow {
    border-bottom-color: #ebebeb;
}
.input-group-btn > .search {
	height: 40px;
/* 	background-color: #ff6927 !important; */
}
.input-group-btn > .search .fa-search {
	color: #121212;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    border-radius: 0!important;
}

.bootstrap-tagsinput {
    background: #fff;
    border-radius: 0;
    border: 1px solid #dce1e4;
    box-shadow: none!important;
    font-size: 13px;
    padding: 6px 10px!important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100%;
    margin: 0;
}

.bootstrap-tagsinput .tag {
    line-height: inherit;
}

.input-group-addon {
    border-radius: 0!important;
    background: #f1f1f1;
    border-color: #dce1e4;
}

.bootstrap-timepicker-widget input {
    background: #fff;
    border-radius: 0;
    border: 1px solid #dce1e4;
    box-shadow: none!important;
    font-size: 13px;
    padding: 6px 10px!important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 45px!important;
}

.bootstrap-timepicker-widget input:focus {
    border: 1px solid #bdc5c9;
    background: #fff;
}

.bootstrap-timepicker-widget .icon-chevron-up:before {
    font-family: FontAwesome;
    content: "\f106";
    font-style: normal;
}

.bootstrap-timepicker-widget .icon-chevron-down:before {
    font-family: FontAwesome;
    content: "\f107";
    font-style: normal;
}

.bootstrap-timepicker-widget a {
    text-decoration: none;
}


/* Tables */

@media (max-width: 1200px) {
	.table > tbody > tr > td.txt-middle a  {
		width: 12em !important;
	}
}

@media (max-width: 991px) {
	.table > tbody > tr > td.txt-middle a  {
		width: 21em !important;
	}

	.table > tbody > tr > td.txt-short a  {
		width: 30em !important;
	}
	.table > tbody > tr > td.txt-long2 a  {
		float: left;
		width: 33em !important;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		color: #4E5E6A;
	}
}
@media (max-width: 749px) {
	.table > tbody > tr > td.txt-middle a  {
		width: 18em !important;
	}

	.table > tbody > tr > td.txt-short a  {
		width: 21em !important;
	}
}
@media (max-width: 636px) {
	.table > tbody > tr > td.txt-middle a  {
		width: 17em !important;
	}

	.table > tbody > tr > td.txt-short a  {
		width: 22em !important;
	}
	.table > tbody > tr > td.txt-long2 a  {
		float: left;
		width: 26em !important;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		color: #4E5E6A;
	}
}
@media (max-width: 500px) {
	.table > tbody > tr > td.txt-middle a  {
		width: 10em !important;
	}

	.table > tbody > tr > td.txt-short a  {
		width: 11em !important;
	}
	.tableth table tr td.address input[type="text"] {
/* 		width: 59% !important; */
	}

	.table > tbody > tr > td.txt-long2 a  {
		float: left;
		width: 17em !important;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		color: #4E5E6A;
	}
}
@media (max-width: 375px) {
	.table > tbody > tr > td.txt-middle a  {
		width: 8em !important;
	}

	.table > tbody > tr > td.txt-short a  {
		width: 9em !important;
	}
	.tableintable td {padding: 10px 5px !important;}

	.table > tbody > tr > td.txt-long2 a  {
		float: left;
		width: 10em !important;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		color: #4E5E6A;
	}
	.date-search dl:first-child {
		margin-right: 0px !important;
	}
}
@media (max-width: 350px) {
	.table > tbody > tr > td.txt-middle a  {
		width: 7em !important;
	}

	.table > tbody > tr > td.txt-short a  {
		width: 8em !important;
	}
}
@media (max-width: 320px) {
	.table > tbody > tr > td.txt-middle a  {
		width: 6em !important;
	}

	.table > tbody > tr > td.txt-short a  {
		width: 7em !important;
	}
}

.table > tbody > tr > td, 
.table > tbody > tr > th,
.table > tfoot > tr > td, 
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th,
.table td {
    padding: 12px 10px;
	vertical-align: middle;
}

.table > tbody > tr > td a:hover  {
	text-decoration: none;
}

.table > tbody > tr > td.txt-long2 a  {
	float: left;
	width: 31em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #4E5E6A;
}

.table > tbody > tr > td.txt-long a  {
	float: left;
	width: 26em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #4E5E6A;
}

.table > tbody > tr > td.txt-middle a  {
	float: left;
	width: 12em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #4E5E6A;
}

.table > tbody > tr > td.txt-short a  {
	float: left;
	width: 10em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #4E5E6A;
}

.tableintable {width: 100%;}
.tableintable tr:first-child td {padding: 15px 10px 5px;}
.tableintable td {padding: 5px 10px 15px;}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    background: #fff;
    border-radius: 0;
    border: 1px solid #dce1e4;
    box-shadow: none!important;
    font-size: 13px;
    padding: 6px 10px!important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dataTables_wrapper .dataTables_filter input:focus {
    border: 1px solid #bdc5c9;
    background: #fff;
    outline: 0;
}

.dataTables_wrapper .dataTables_length select:focus {
    outline: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #5f5f5f!important;
    border: 1px solid #ebebeb;
    background: #f1f1f1!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    color: #5f5f5f!important;
    border: 1px solid transparent;
    background: #f7f7f7!important;
    box-shadow: none;
}

tr.group,
tr.group:hover {
    background-color: #ddd !important;
}


/* Wysiwyg */

.note-editor {
    border: 1px solid #DCE1E4;
    border-radius: 0;
}

.note-dialog .note-modal-form {
    margin: 0 15px 0 15px;
}

.note-editor .note-toolbar {
    border-bottom: 0;
    background: #fff;
    padding: 10px;
}

.note-popover .popover .popover-content>.btn-group, .note-toolbar>.btn-group {
    margin-top: 0;
}

.note-editor .note-editable {
    padding: 15px;
    padding-top: 10px;
    overflow: auto;
    outline: 0;
}

.note-editor .note-statusbar {
    background: transparent;
}

.note-editor .note-statusbar .note-resizebar {
    border: 0;
}


/* Center */

.center {
    margin: 60px auto 0;
    float: none!important;
    display: block;
}


/* Display */

.display-block {
    display: block;
}

.display-inline {
    display: inline-block;
}


/* Middle Box */

.box-middle {
    position: absolute;
    height: 400px;
    width: 400px;
    top: 50%;
    left: 50%;
    margin-left: -200px!important;
    margin-top: -200px!important;
}


/* Date Picker */

.datepicker {
    padding: 10px!important;
    border: 1px solid #e0e0e0!important;
    border-radius: 0!important;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1)!important;
    -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1)!important;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1)!important;
}

.datepicker table tr td,
.datepicker table tr th, 
.datepicker table tr td span {
    border-radius: 0!important;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    color: #ffffff;
    background-color: #7a6fbe;
    border: 0;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active, 
.datepicker table tr td span.active.disabled:hover:active, 
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active, 
.datepicker table tr td span.active.disabled.active, 
.datepicker table tr td span.active.disabled:hover.active, 
.open .dropdown-toggle.datepicker table tr td span.active, 
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    color: #ffffff;
    background-color: #7a6fbe;
    border: 0;
}


/* Colorpicker */

.colorpicker {
    padding: 10px!important;
}


/* Dropzone */

.dropzone {
    border: 1px solid #f1f1f1;
    border-radius: 0;
    background: #f9f9f9;
}


/* Image Cropper */

.img-preview {
    height: 150px;
    width: 220px;
    overflow: hidden;
    text-align: center;
}


/* Sparkline Charts */

.jqstooltip {
    box-sizing: content-box;
}


/* Flot Chart */

#flot1 {
    width: 100%;
    height: 250px;
}

#flot2 {
    width: 100%;
    height: 250px;
}

#flot3 {
    margin: 0 auto;
    width: 250px;
    height: 250px;
}

#flot3 .pie-chart-legend {
    padding: 5px;
}

#flot4 {
    width: 100%;
    height: 250px;
}

#flotTip {
    border-radius: 0;
    background: rgba(51,51,51,0.8);
    color: #fff;
    padding: 5px;
    font-size: 13px!important;
}


/* Vector Maps */

.jqvmap-zoomin,
.jqvmap-zoomout {
    background-color: #7a6fbe;
    color: #fff;
    border: 1px solid transparent;
    font-size: 13px;
    border-radius: 0;
    outline: none!important;
    padding: 3px 5px;
    height: auto;
    width: auto;
    margin-left: 7px;
}

.jqvmap-zoomin:hover,
.jqvmap-zoomin:focus,
.jqvmap-zoomin:active,
.jqvmap-zoomout:hover,
.jqvmap-zoomout:focus,
.jqvmap-zoomout:active {
    background-color: #6a5fac;
    border: 1px solid transparent;
}


/* Gritter Notifications */

.gritter-item {
    font-size: 13px;
    background: rgba(0,0,0, 0.7);
    background-image: none!important;
    padding: 15px;
}

.gritter-top {
	background: none!important;
}

.gritter-bottom {
	background: none!important;
}

.gritter-close {
	top: 15px;
    left: auto;
	right: 5px;
}

.gritter-image {
	width: 50px;
	height: 50px;
    border-radius: 100%;
}

.gritter-with-image {
    padding-left: 10px;
}

/* Calendar */


.fc button {
	height: auto;
    padding: 6px 12px;
	font-size: 13px;
}


.fc button::-moz-focus-inner { 
    margin: 0; 
    padding: 0; 
}
	
.fc-state-default {
	border: 1px solid;
}

.fc-state-default.fc-corner-left {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.fc-state-default.fc-corner-right {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.fc-state-default {
	background-color: #fff;
	background-image: none;
	border-color: #e5e5e5;
	color: #333;
	text-shadow: 0;
	box-shadow: 0;
    outline: 0!important;
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.fc-state-down,
.fc-state-active {
    background-color: #f1f1f1;
    border: 1px solid #e5e5e5;
	box-shadow: 0!important;
}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}

.fc-day-grid-event {
	padding: 5px;
    background: #22BAA0;
    border: 0;
}


/* List Groups */

.list-group-item.active {
    background: #f1f1f1;
    border-color: #DDDDDD;
    color: #333;
}

.list-group-item.active:hover {
    background: #e7e7e7;
    border-color: #DDDDDD;
    color: #333;
}


/* Header */

.navbar {
    border: none;
    background: #FFF;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    border-radius: 0px;
    margin: auto;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
}

@media (min-width: 768px) {
	.nav-bar {
		z-index:9999 !important;
		position:fixed !important;
		left:0;
		top:0;
		width: 100%;
		background-color: #fff;
		border-bottom: 1px solid #e9e9e9;
	}
 }
@media (max-width: 767px) {
	.page-header-fixed .navbar, .horizontal-bar {
		position: fixed !important;
	}
	
	.topmenu-o {
		float: left !important;
		width: 100%;
	}
	.topmenu-o .top-i {width: 100%; text-align: center;}
	.topmenu-o .top-i ul {padding: 0 !important;}
	.topmenu-o .top-i li {width: 25%; margin: 12px 0 0 !important; text-align:center;}
	.topmenu-o .top-i li a {font-size: 13px !important;}
}

.topmenu-o {float: right;}
.topmenu-o .top-i li {float: left; margin-top: 6px;}
.topmenu-o .top-i li a {color: #333;}
.topmenu-o .top-i li a:hover {color: #22BAA0; text-decoration: none; background: none;}

.page-header-fixed .navbar {
    position: absolute;
    right: 0;
    left: 0;
}
.page-header-fixed .navbar.he84 {
    height: 84px;
}

.topmenu-outer {
    height: 45px;
    background: #fff;
}

.pace .pace-progress {
    background: #22BAA0;
}

.pace .pace-progress-inner {
    box-shadow: 0 0 10px #22BAA0, 0 0 5px #22BAA0;
}

.pace .pace-activity {
    border-top-color: #22BAA0;
    border-left-color: #22BAA0;
    margin-top: 60px;
}


/* logo */

.navbar .logo-box {
    position: relative;
    width: auto;
    height: 60px;
    float: left;
}

.navbar .logo-box .logo-text {
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    padding: 0 25px 0 0;
    vertical-align: middle;
    display: block;
}

.navbar .logo-box .logo-text.bg {
    padding: 8px 25px 0 0;

}

.navbar .logo-box a:hover,
.navbar .logo-box a:focus {
    text-decoration: none;
}

.navbar .logo-box a {
    margin: 0 auto;
}

.small-sidebar .navbar .logo-box {
    width: 65px;
}


/* Top Menu */

.top-menu .top-left {
	float: left;
	padding: 0;
}
.top-menu ul.top-left {
	margin: 0;
	padding: 0;
}
.top-menu .top-left li {
	float: left;
	
	font-family: 'NanumBarunGothic';
	font-size: 14px;
	text-align: center;
	padding: 11px 6px 5px;
}
.top-menu .top-left li:nth-child(1),
.top-menu .top-left li:nth-child(2) {
	border-left: 1px solid #ddd;
	padding: 13px 10px 11px;
	min-width: 95px;
}

.top-menu .top-left li:nth-child(1) {border-top: 3px solid #a8a8a8;}
.top-menu .top-left li:nth-child(2) {border-top: 3px solid #ff6927; border-right: 1px solid #ddd;}
.top-menu .top-left li:nth-child(3) {
	display: none;
	margin-left: 10px;
}

.top-menu .top-left li a {color: #9c9c9c;}
.top-menu .top-left li a:hover {color: #333;}

@media (min-width: 1290px) {
	.top-menu .top-left li:nth-child(3) {display: block;}
}

@media (max-width: 991px) {
	.top-menu .top-left li:nth-child(1),
	.top-menu .top-left li:nth-child(2) {/* display: none; */}
}

.navbar-nav.navbar-right {
    margin-right: 0;
}

.top-menu .navbar-nav > li {
    height: 45px;
}
.top-menu .navbar-nav > li:after {
	content: '';
	position: absolute;
	top: 19px;
	right: 0;
	width: 1px;
	height: 10px;
	background-color: #d1d1d1;
}
.top-menu .navbar-nav > li:first-child:after,
.top-menu .navbar-nav > li:last-child:after,
.top-menu .navbar-nav > li.dropdowntxt2:after {
	display: none;
}
.top-menu .navbar-nav > li:nth-child(1) > a {
	padding-right: 10px !important;
	font-size: 15px;
	line-height: 22px;
}
.top-menu .navbar-nav > li:nth-child(2) > a {
	padding-right: 52px;
	font-size: 15px;
	line-height: 22px;
}
.top-menu .navbar-nav > li:last-child > a {
    padding: 13px 0 13px 18px !important;
} 

.top-menu .navbar-nav > li.dropdowntxt1 > a {
    padding: 20px 10px 20px 0px;
    float: left;
}
.top-menu .navbar-nav > li.dropdowntxt1 > a:first-child {
    padding: 13px 10px 10px 10px;
}

.top-menu .navbar-nav > li.dropdowntxt2 > a {
    padding: 13px 0px 10px 10px;
}

@media (min-width: 1300px) {
	.top-menu .navbar-nav > li > a {
	    padding: 13px 18px !important;
	}
	.top-menu .navbar-nav > li:nth-child(2) > a {
	    padding-right: 52px !important;
	}
}

.top-menu .navbar-nav > li > a {
    display: block;
    padding: 13px 10px;
    font-family: 'NanumBarunGothic';
    font-size: 13px;
    color: #222;
    border: none;
    position: relative;
    line-height: 23px;
}

.top-menu .nav > li > a:hover,
.top-menu .nav > li > a:focus,
.top-menu .nav > li > a:active,
.top-menu .nav .open > a,
.top-menu .nav .open > a:hover,
.top-menu .nav .open > a:focus {
    background: transparent;
	color: #121212;
} 

.top-menu .nav .open > a,
.top-menu .nav .open > a:hover,
.top-menu .nav .open > a:focus {
    background: transparent;
    border-color: none;
}

.top-menu .navbar-nav > li > a > i {
    font-size: 18px;
}

.top-menu .navbar-nav > li > a > .badge {
    font-family: "Open Sans", sans-serif;
    position: absolute;
    top: 12px;
    right: 26px;
    padding: 4px 6px;
    width: 21px;
    height: 21px;
    font-family: 'NotoSansM';
    font-size: 13px !important;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

.top-menu .navbar-nav > li > a > .user-name {
    padding: 0;
    line-height: 23px;
}

@media (max-width: 767px) {
    .top-menu .navbar-nav > li > a > .user-name {
        display: none;
    }
}

.top-menu .navbar-nav > li > a > .user-name > i {
    margin-left: 5px;
}

.avatar {
    padding: 0px;
    margin: 0;
    position: relative;
    display: inline-block;
}

.logo-box img {
	min-width: 160px;
	max-width: 247px;
}
.logo-box img.avatar {
	min-width: auto;
	height: 66px;
}
@media (max-width: 767px) {
    .logo-box img {
		max-width: 180px;
	}
	.logo-box img.avatar {
		min-width: auto;
		height: 50px;
		margin-left: 0 !important;
	}
	.page-inner7 {
		padding: 61px 0 80px 0 !important;
	    background: #fff !important;
	    position: relative !important;
	    min-height: auto !important;
	}
}

.avatar1 {
    padding: 0px;
    margin: 0;
    position: relative;
    display: inline-block;
    width: auto;
}

.logo-box img.avatar1 {
	min-width: auto;
	height: auto;
}


/* Dropdowns */

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    background-color: #fffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d8dee4;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
}

.dropdown-menu li {
    font-size: 13px;
}

.dropdown-menu li a:hover {
    background: #f7f7f7;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 25px!important;
}

.dropdown-menu:before {
    position: absolute;
    top: -8px;
    left: 9px;
    right: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #d8dee4;
    border-left: 8px solid transparent;
    content: '';
}

.dropdown-menu:after {
    position: absolute;
    top: -7px;
    left: 10px;
    right: auto;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    content: '';
}

.dropdown.dropup > .dropdown-menu:after,
.dropdown.dropup > .dropdown-menu:before,
.btn-group.dropup > .dropdown-menu:after,
.btn-group.dropup > .dropdown-menu:before,
.dropdown-toggle.dropup > .dropdown-menu:after,
.dropdown-toggle.dropup > .dropdown-menu:before {
    display: none !important;
}

.navbar-left .dropdown-menu:before,
.dropdown-menu.dropdown-menu-left:before {
    left: 16px;
    right: auto;
}

.navbar-left .dropdown-menu:after,
.dropdown-menu.dropdown-menu-left:after {
    left: 17px;
    right: auto;
}

.navbar-right .dropdown-menu:before,
.dropdown-menu.dropdown-menu-right:before {
    right: 16px;
    left: auto;
}

.navbar-right .dropdown-menu:after,
.dropdown-menu.dropdown-menu-right:after {
    right: 17px;
    left: auto;
}

.dropdown-menu.title-caret:after {
    border-bottom: 7px solid #fff;
}

.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.active > a:focus,
.dropdown-menu > li.active > a:active,
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.active > a:focus {
    background: #F7F7F7;
    color: #333;
} 

.drop-title {
    display: block;
    border-bottom: 1px solid #F3F3F3;
    font-size: 14px;
    background: #fff;
    padding: 12px;
    color: #6a6a6a;
    margin: 0px;
}

.dropdown-menu li.drop-all a {
    padding: 10px;
    color: #707070;
    background: #FFF;
    font-size: 14px;
}

.dropdown-menu li.drop-all a:hover {
    background: #f7f7f7;
}

.dropdown-sm {
    width: 190px;
}

.dropdown-md {
    width: 230px;
}

.dropdown-lg {
    width: 280px;
}

.dropdown-menu li a {
    padding: 9px 15px 9px 15px;
    color: #5f5f5f;
    font-size: 13px;
    background-color: #fff;
}

.dropdown-menu li a i {
    margin-right: 10px;
}

.dropdown-menu li.no-link {
    padding: 7px 10px 7px 10px;
}

.dropdown-menu li.li-group {
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0px 5px 0px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: transparent;
}

.navbar .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    margin-top: 40px!important;
}

.navbar .open .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 10px!important;
}

.navbar .dropdown {
    display: inline-block;
}


/* Messages */

.messages {
    max-height: 300px;
}

.messages li a {
    color: #bababa;
    font-size: 13px;
    padding-left: 15px;
    text-decoration: none;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
}

.messages li a:hover {
    background: #f7f7f7;
}

.messages li {
    border-bottom: 1px solid #f3f3f3;
}

.messages li a .msg-img {
    height: 100%;
    display: block;
    float: left;
    position: relative;
}

.online {
    position: absolute;
    top: 1px;
    right: 1px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #FFF;
    background: #ccc;
}

.online.on {
    background: #44AEA1;
}

.online.off {
    background: #f3565d;
}

.messages li a img {
    width: 40px;
}

.messages li a .msg-name {
    display: block;
    font-size: 14px;
    color: #707070;
    padding: 0 0 0 10px;
    margin: 0px;
    float: left;
}

.messages li a .msg-text {
    display: block;
    width: 210px;
    text-overflow: ellipsis;
    white-space: nowrap;   
    color: #a0a0a0;
    margin: 0px;
    float: left;
    padding: 0 0 0 10px;
}

.messages li a .msg-time {
    font-size: 11px;
    display: block;
    width: 210px;
    padding: 0 4px 0 8px;
    margin: 0px;
    float: right;
}


/* Tasks */

.tasks {
    max-height: 300px;
}

.tasks li a {
    color: #bababa;
    font-size: 13px;
    padding-left: 15px;
    text-decoration: none;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.tasks li {
    border-bottom: 1px solid #f3f3f3;
}

.tasks li a:hover {
    background: #f7f7f7;
}

.task-icon.badge {
    height: 25px;
    width: 25px;
    display: block;
    float: left;
    position: relative;
    margin-right: 10px;
    padding-top: 6px;
}

.task-icon i {
    text-align: center;
    font-size: 12px;
}
    
.tasks li a .task-details {
    display: block;
    font-size: 13px;
    color: #868686;
    padding: 3px 0 0 0;
    margin: 0px;
    float: left;
    width: 148px;
}

.tasks li a .badge {
    margin: 0px;
    margin-right: 5px;
    max-width: 85px;
}



/* Header */

.navbar {
    border: none;
    background: #FFF;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    border-radius: 0px;
    margin: auto;
    min-height: 46px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
	.nav-bar {
		z-index:9999 !important;
		position:fixed !important;
		left:0;
		top:0;
		width: 100%;
		background-color: #fff;
		border-bottom: 1px solid #e5e5e5;
	}
 }
@media (max-width: 767px) {
	.page-header-fixed .navbar, .horizontal-bar {
		position: fixed !important;
	}
	
	.topmenu-o {
		float: left !important;
		width: 100%;
	}
	.topmenu-o .top-i {width: 100%; text-align: center;}
	.topmenu-o .top-i ul {padding: 0 !important;}
	.topmenu-o .top-i li {width: 25%; margin: 12px 0 0 !important; text-align:center;}
	.topmenu-o .top-i li a {font-size: 13px !important;}
}

.topmenu-o {float: right;}
.topmenu-o .top-i li {float: left; margin-top: 6px;}
.topmenu-o .top-i li a {color: #333;}
.topmenu-o .top-i li a:hover {color: #22BAA0; text-decoration: none; background: none;}

.page-header-fixed .navbar {
    position: absolute;
    right: 0;
    left: 0;
}
.page-header-fixed .navbar.he84 {
    height: 84px;
}

.pace .pace-progress {
    background: #22BAA0;
}

.pace .pace-progress-inner {
    box-shadow: 0 0 10px #22BAA0, 0 0 5px #22BAA0;
}

.pace .pace-activity {
    border-top-color: #22BAA0;
    border-left-color: #22BAA0;
    margin-top: 60px;
}


/* logo */

.navbar .logo-box {
    position: relative;
    width: auto;
    height: 60px;
    float: left;
}

.navbar .logo-box .logo-text {
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    padding: 0 25px 0 0;
    vertical-align: middle;
    display: block;
}

.navbar .logo-box .logo-text.bg {
    padding: 8px 25px 0 0;

}

.navbar .logo-box a:hover,
.navbar .logo-box a:focus {
    text-decoration: none;
}

.navbar .logo-box a {
    margin: 0 auto;
}

.small-sidebar .navbar .logo-box {
    width: 65px;
}

@media all and (min-width: 768px) {
	.navbar .logo-box {display: none;}
}


/* Page Content */

.page-content {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    background: #f7f8f8;
    min-height: 100%;
}

.page-content header {
    width: 100%;
    height: 110px;
}
.page-content header h1 {
	position: relative;
    display: block;
    width: 1140px;
    height: 100%;
    margin: 0 auto;
    vertical-align: middle;
}
.page-content header h1 a {
	position: absolute;
	display: inline-block;
	height: 100%;
    vertical-align: middle;
    top: 13%;
}
.page-content header h1 a img {
	width: 85%;
	max-width: 230px;
}

.modal-open .page-content {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}


/* Sidebar */

.page-sidebar {
    width: 240px;
    display: block;
    z-index: 998;
    float: left;
    height: auto !important;
    overflow: visible !important;
    border-right: 1px solid #e9e9e9;
}

.page-sidebar:before {
    background-color: inherit;
    border: inherit;
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    width: inherit;
    border-right: 1px solid #e9e9e9;
}

.sidebar .sidebar-title {
    display: block;
    margin: 0 0 10px 0;
}

.page-sidebar-fixed:not(.page-header-fixed) .logo-box {
    position: fixed;
    display: block;
}

.page-sidebar-fixed:not(.page-header-fixed) .topmenu-outer {
    margin-left: 240px;
}

.small-sidebar.page-sidebar-fixed:not(.page-header-fixed) .topmenu-outer {
    margin-left: 65px;
}

.page-header-fixed .page-sidebar {
    padding-top: 46px;
}


.page-sidebar-fixed .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    padding-top: 60px;
}

.page-sidebar-fixed .page-sidebar-inner {
    height: 100%;
}

/*.page-sidebar .page-sidebar-inner {
    height: 100%!important;
}*/

.small-sidebar .page-sidebar {
    width: 65px;
}

.small-sidebar .page-sidebar-inner {
    overflow: visible!important;
}

.sidebar-header {
    overflow: hidden;
    clear: both;
    position: relative;
    padding: 20px;
}

.sidebar-profile-image {
    display: block;
}

.sidebar-profile {
    overflow: hidden;
    position: relative;
    display: block;
}

.sidebar-profile a {
    text-decoration: none;
}

.sidebar-profile img {
    width: 60px;
    display: block;
    margin: 0 auto;
}

.sidebar-profile span {
    color: #fff;
    font-weight: 600;
    display: block;
    padding: 8px 0 0 0;
    text-align: center;
}

.sidebar-profile span small {
    color: #90999c;
    padding: 5px 0;
}

.small-sidebar .sidebar-header,
.page-horizontal-bar .sidebar-header {
    display: none;
}


/* Horizontal Bar */

.horizontal-bar {
    position: absolute;
    width: 100%!important;
    display: block;
    z-index: 99;
    float: none;
    height: auto!important;
    left: 0;
    right: 0;
    height: 74px;
    border-right: 0;
}

.horizontal-bar:before {
    border: 0;
}


@media (min-width: 768px) {
    .page-sidebar-fixed.page-horizontal-bar .sidebar {
        position: fixed;
        top: 0;
        bottom: auto;
        padding-top: 60px;
    }
}

.small-sidebar .horizontal-bar .slimScrollDiv {
    overflow: visible!important;
}

.nav-fixed.page-horizontal-bar.page-header-fixed .horizontal-bar {
    padding-top: 89px;
}

.page-horizontal-bar.page-sidebar-fixed .navbar {
    z-index: 9999;
}


.page-horizontal-bar .navbar .logo-box {
    border-right: 0;
    height: 100%;
}

.horizontal-bar .page-sidebar-inner {
	position: relative;
	z-index: 99;
    overflow: visible!important;
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
}
.horizontal-bar .page-sidebar-inner .logo-text {
	display: table;
	float: left;
	margin-right: 4%;
	padding: 18px 0 20px;
	width: 112px;
	height: 36px;
}

.horizontal-bar .accordion-menu {
    text-align: center;
	font-size: 0;
/*     width: 100%!important; */
    overflow: visible!important;
}

.horizontal-bar .accordion-menu > li {
    display: inline-block;
    float: left;
    margin: 0px !important;
    padding: 0px !important;
    position: relative;
}

.small-sidebar.page-horizontal-bar .horizontal-bar .accordion-menu > li > a,
.horizontal-bar .accordion-menu > li > a {
    padding: 30px 19px 33px;
    height: 88px;
    font-family: 'NanumGothicBold';
}
.horizontal-bar .accordion-menu[data-type="company"] > li > a {
	padding: 33px 27px 30px 26px;
}
/* .horizontal-bar .accordion-menu > li.droplink-category { */
/* 	float: right; */
/* } */
.horizontal-bar .accordion-menu > li.droplink-category > a {
/* 	padding-top: 36px; */
/* 	padding-right: 2px; */
/*     padding-left: 19px; */
}
.horizontal-bar .accordion-menu > li.droplink-category.on > a.btn-bars {
	display: none;
}
.horizontal-bar .accordion-menu > li.droplink-category.on > a.btn-close {
	display: block;
}

.horizontal-bar .accordion-menu > li:last-child > a {
	padding-top: 36px;
    padding-right: 0;
}

.small-sidebar .horizontal-bar .accordion-menu li a span.menu-icon {
    font-size: 15px;
}

.horizontal-bar .accordion-menu > li > a > p {
	font-family: 'NanumGothicBold';
    font-size: 17px;
    color: #222;
}

.compact-menu .horizontal-bar .accordion-menu li a p {
	vertical-align: middle;
}

.horizontal-bar .accordion-menu .sub-menu li a {
    font-size: 13px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.horizontal-bar .accordion-menu .sub-menu.mypage-sub {padding: 10px 5px;}

.horizontal-bar .accordion-menu .sub-menu.mypage-sub li {display: inline-block; text-align: center !important;}

.horizontal-bar .accordion-menu .sub-menu.mypage-sub li a {float: left; width: 33.333%; min-height: 65px; font-size: 11px; padding: 0 5px !important; margin-top: 15px;}

.page-horizontal-bar.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li > a {
    width: auto;
}

.page-horizontal-bar.compact-menu .menu.accordion-menu ul li a {
    padding: 10px 25px;
}

.horizontal-bar .accordion-menu > li > a > span.arrow:before {
    display: none;
}

body:not(.small-sidebar) .horizontal-bar .menu.accordion-menu > li > a > .menu-icon {
    font-size: 14px;
}

.small-sidebar.page-horizontal-bar .menu.accordion-menu > li > a > span.menu-icon {
    margin: 0!important;
}

.horizontal-bar .accordion-menu > li > ul {
    left: 0!important;
    top: 75px;
    position: absolute;
}

.horizontal-bar .accordion-menu ul li {
    display: block;
    text-align: left;
}

.horizontal-bar .accordion-menu li.menu-title {
    display: none;
}

.small-sidebar .horizontal-bar .accordion-menu > li > a > p {
    display: none!important;
}

.small-sidebar .horizontal-bar .accordion-menu > li > ul {
    top: 52px;
}

.small-sidebar.page-horizontal-bar.page-sidebar-fixed .page-inner {
    padding-left: 0px;
}

.small-sidebar.page-sidebar-fixed.page-header-fixed.page-horizontal-bar .page-inner {
    padding: 110px 0 50px 0;
}

.small-sidebar.page-sidebar-fixed.page-header-fixed .page-inner {
	padding: 60px 0 50px 65px;
}

.small-sidebar.page-sidebar-fixed:not(.page-header-fixed) .page-inner {
	padding: 0 0 50px 65px;
}

.small-sidebar.page-header-fixed.page-horizontal-bar:not(.page-sidebar-fixed) .page-inner {
	padding: 106px 0 50px 0;
}

@media (min-width: 768px) {
	.full-mobile-nav {display: none !important;}
	.horizontal-bar .accordion-menu[data-type="company"] > li > a i {display: none;}
}
@media (min-width: 1200px) {
	.full-mobile-nav {display: none !important;}
	
/* 	.horizontal-bar .page-sidebar-inner .logo-text {margin-right: 200px;} */
}
@media (min-width: 1290px) {
	.horizontal-bar .accordion-menu > li > a {padding: 30px 27px 33px 26px;}
	.menu.accordion-menu > li.search {width: 250px !important;}
	.horizontal-bar .page-sidebar-inner .logo-text {margin-right: 13%;}
}


@media (max-width: 1199px) {
	.avatar1 {width:120px; padding: 6px 0 5px;}
	.horizontal-bar .accordion-menu > li > a > p {
	    font-size: 16px;
	}
	.small-sidebar.page-horizontal-bar .horizontal-bar .accordion-menu > li > a, .horizontal-bar .accordion-menu > li > a {
	    padding-left: 17px !important;
	    padding-right: 17px !important;
	    height: 88px;
	    font-family: 'NanumGothicBold';
	}
	.menu.accordion-menu > li.search {width: 180px !important;}
	
}
@media (max-width: 991px) {
	.horizontal-bar .accordion-menu > li > a > p {font-size: 14px;}
	.menu.accordion-menu > li.search {width: 170px !important;}
}

@media (max-width: 1199px) {
	.full-desktop {display: none;}
	.full-mobile {display: block;}

    .horizontal-bar .accordion-menu > li > a > p {
        display: none;
    }
	.horizontal-bar .accordion-menu[data-type="company"] > li > a {
		padding: 33px 19px 30px 19px;
	}
    
    .compact-menu .horizontal-bar .accordion-menu > li > a > p {
/*         display: none; */
    }
    
    body:not(.small-sidebar) .horizontal-bar .accordion-menu > li > a > .menu-icon {
        float: none!important;
        margin: 0!important;
    }
    
    .horizontal-bar .accordion-menu ul {
        top: 88px!important;
    }
	.product-category select {float: left; width: 49% !important; margin: 0 0 15px !important;}
	.product-category p {display: none;}
	.product-category .form-right {float: right;}

	.small-sidebar.page-horizontal-bar .horizontal-bar .accordion-menu > li > a,
	.horizontal-bar .accordion-menu > li > a {
		padding: 31px 27px 32px 26px;
	}
	.page-horizontal-bar.compact-menu ul {
/* 		padding: 17px 10px 10px 5px !important; */
	}

}
@media (max-width: 991px) {
	.horizontal-bar .page-sidebar-inner .logo-text {
		margin-right: 5%;
		padding: 16px 0;
	}
	.small-sidebar.page-horizontal-bar .horizontal-bar .accordion-menu > li > a,
	.horizontal-bar .accordion-menu > li > a {
		padding: 26px 9px 21px !important;
		height: 68px;
	}
	.horizontal-bar .accordion-menu > li.droplink-category > a,
	.horizontal-bar .accordion-menu > li:last-child > a {
/* 		padding-top: 26px; */
	}
	.horizontal-bar .accordion-menu[data-type="company"] > li > a {
		padding: 22px 9px 21px 8px;
	}
}
@media (max-width: 767px) {
	.page-horizontal-bar.page-header-fixed .horizontal-bar {
	    padding-top: 61px;
	}
	.horizontal-bar .page-sidebar-inner .logo-text {
		display: none;
	}
	.horizontal-bar .accordion-menu[data-type="company"] > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.horizontal-bar .accordion-menu > li.droplink-category {
		margin-top: 15px !important;
	}
	.horizontal-bar .accordion-menu > li.droplink + .droplink-category {
		margin-top: 0px !important;
	}
	.horizontal-bar .accordion-menu > li:last-child > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.small-sidebar.page-horizontal-bar .horizontal-bar .accordion-menu > li > a, .horizontal-bar .accordion-menu > li > a {
	    padding: 22px 15px 21px !important;
	    height: 88px;
	    font-family: 'NanumGothicBold';
	}
}



/* Search */

.search p {
	text-align: center;
	font-size: 13px;
}
.search p strong {
	font-weight: 500;
	font-size: 16px !important;
}

.search-form {
    display: block;
    width: 100%;
    height: 260px;
    z-index: 98;
    position: fixed;
    background: #fff;
    padding-top: 135px;
    margin-top: -260px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e9e9e9;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.nav-fixed .search-form.search-active {margin-top: -60px !important;}
.visible-category .search-form.search-active {margin-top: -130px !important;}

.search-form .input-group {
    margin-top: 40px;
    width: 40%;
    height: 50px;
}

.search-form .input-group input {
    padding: 0 20px!important;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    color: #5f5f5f;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    box-shadow: none;
}

.search-form .input-group button,
.search-form .input-group button:hover,
.search-form .input-group button:focus {
    background: none;
    box-shadow: none;
    border: none;
    outline: none;
    color: #5f5f5f;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 991px) {
	.search-form2 .input-group {
		margin-top: 22px !important;
		width: 100% !important;
	}
}
@media (max-width: 767px) {
	.search-form {
		padding-top: 60px;
		height: 190px;
	}
	.nav-fixed .search-form.search-active {
		margin-top: 0px !important;
	}
	
	.search-form2 {
		padding-top: 60px;
		height: 190px;
	}
	.nav-fixed .search-form2.search-active {
		margin-top: 0px !important;
	}
}

.search-form2 {
    display: block;
    width: 100%;
    height: auto;
    z-index: 98;
    position: absolute;
    background: none;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.nav-fixed .search-form2.search-active {margin-top: -60px !important;}
.visible-category .search-form2.search-active {margin-top: -130px !important;}

.search-form2 .input-group {
    margin-top: 26px;
    width: 100%;
    height: 40px;
}

.search-form2 .input-group input {
    padding: 0 20px!important;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #5f5f5f;
    background: #f1f1f1;
    border: 0px solid #e9e9e9;
    border-radius: 20px;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px!important;
    box-shadow: none;
}

.search-form2 .input-group button,
.search-form2 .input-group button:hover,
.search-form2 .input-group button:focus {
    background: none;
    box-shadow: none;
    border: none;
    outline: none;
    color: #5f5f5f;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 0px;
}

/* Menu */

.menu li a .badge {
    margin-left: 10px;
}

@media (max-width: 767px) {
   .menu.accordion-menu {
		border-bottom: 0px solid #e9e9e9 !important;
	}
	.compact-menu .horizontal-bar .accordion-menu > li > a > p {
        display: block;
        font-size: 14px;
    }
	body:not(.small-sidebar) .horizontal-bar .accordion-menu > li > a > .menu-icon {
		float: left!important;
		margin: 2px 10px 0 0 !important;
	}

	.horizontal-bar .accordion-menu > li > ul {
		position: relative;
	}
}

.menu.accordion-menu {
    display: block;
    margin: 0 auto;
/*     padding: 0px; */
/*     width: 1140px; */
	color: white;
/* 	border-bottom: 1px solid #e9e9e9; */
}

.menu.accordion-menu a {
    display: block;
    padding: 12px 25px;
    background: transparent;
    text-decoration: none;
    font-family: 'NanumBarunGothic';
    font-size: 18px;
}

.menu.accordion-menu .nav-heading {
    padding: 15px 20px 15px 20px;
    text-align: center;
}

.compact-menu .menu.accordion-menu .nav-heading {
    text-align: left;
}

.small-sidebar .menu.accordion-menu .nav-heading,
.page-horizontal-bar .menu.accordion-menu .nav-heading {
    display: none;
}

.menu.accordion-menu > li > span {
    color: #818a92;
}

.menu.accordion-menu > li {
    border-left: 0px solid transparent;
}

.menu.accordion-menu > li > a {
    text-align: center;
}

body:not(.page-horizontal-bar):not(.small-sidebar) .menu.accordion-menu a {
    text-align: center;
}

.menu.accordion-menu a p {
    line-height: 1.42857143!important;
    margin: 0;
}

.menu.accordion-menu a span.menu-icon {
    display: none !important;
	font-size: 20px;
    margin-bottom: 10px;
}

.menu.accordion-menu li > a > .arrow:before {
	width: 10px;
    float: right;
    display: block;
    margin-top: -20px;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f105";
    font-weight: 400;
}

.menu.accordion-menu > li > a > .arrow:before {
    margin-top: -39px;
}

.menu.accordion-menu li.open > a > .arrow:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.menu.accordion-menu li {
	list-style-type: none;
}

.menu.accordion-menu li a .badge {
	float: right;
    margin-top: 1px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 4px;
    display: block;
}

.menu.accordion-menu ul {
    z-index: 9999;
    display: none;
}

.menu.accordion-menu ul li a {
    display: block;
    padding: 10px 25px;
    background: transparent;
    text-decoration: none;
    font-size: 13px;
}

.compact-menu .menu.accordion-menu ul li a {
    padding: 10px 25px 10px 48px;
}

.menu.accordion-menu ul li ul {
    padding: 2px 0 2px 0;
}

.page-horizontal-bar .menu.accordion-menu .sub-menu li .sub-menu li a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.compact-menu .menu.accordion-menu .sub-menu li .sub-menu li a,
.hover-menu .menu.accordion-menu .sub-menu li .sub-menu li a,
.page-horizontal-bar .menu.accordion-menu .sub-menu li .sub-menu li a {
    padding-left: 38px;
}

.compact-menu .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li a,
.hover-menu .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li a,
.page-horizontal-bar .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li a {
    padding-left: 48px;
}

.compact-menu .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li a,
.hover-menu .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li a,
.page-horizontal-bar .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li a {
    padding-left: 58px;
}

.menu ul {
    padding: 0;
    z-index: 99;
}

.compact-menu:not(.small-sidebar) .menu.accordion-menu li a {
    text-align: left!important;
}

.compact-menu:not(.small-sidebar) .menu.accordion-menu .mypage-sub li a {
    text-align: center!important;
}

.compact-menu:not(.page-horizontal-bar) .menu.accordion-menu > li > a > p {
    display: inline!important;
}

.compact-menu .menu.accordion-menu a span.menu-icon,
.compact-menu .menu.accordion-menu a span.fa {
    display: inline-block;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    margin-right: 10px !important;
    vertical-align: middle;
}
.compact-menu .menu.accordion-menu a.btn-close {display: none;}
.compact-menu .menu.accordion-menu a.close-search {display: none;}
.compact-menu .menu.accordion-menu .on a.show-search {display: none;}
.compact-menu .menu.accordion-menu .on a.close-search {display: block;}

.compact-menu .menu.accordion-menu li a .arrow:before {
    margin-top: -2px;
}

@media (max-width: 767px) {
	.page-horizontal-bar.compact-menu .menu.accordion-menu ul {
	    display: block !important;
/* 	    margin-bottom: 15px; */
	    border-right: none;
	}
}
.page-horizontal-bar.compact-menu .menu.accordion-menu ul {
    top: 88px;
    padding-top: 1px;
    -webkit-padding-before: 0;
    min-width: 150px;
}

.page-horizontal-bar.compact-menu.small-sidebar .menu.accordion-menu ul {
    top: 47px!important;
}

.hover-menu:not(.page-horizontal-bar) .menu.accordion-menu > li > a > span.arrow {
    display: none;
}

.hover-menu .menu.accordion-menu > li:hover > ul,
.hover-menu .menu.accordion-menu > li.open:hover > ul {
    display: inline-block!important;
}

.hover-menu .accordion-menu li {
    position: relative;
}

.hover-menu .accordion-menu > li > ul {
    position: absolute;
    left: 239px;
    width: 200px;
}

.hover-menu:not(.page-horizontal-bar) .accordion-menu > li > ul {
    position: absolute;
    top: 0;
    left: 236px;
    width: 200px;
}

.hover-menu .sidebar,
.hover-menu .sidebar .page-sidebar-inner,
.hover-menu .sidebar .menu,
.hover-menu .sidebar .slimScrollDiv {
    overflow: visible!important;
}

.hover-menu .accordion-menu ul li a {
    text-align: left!important;
    padding: 12px 25px;
}

.compact-menu .accordion-menu li a p {
    display: inline;
}

.hover-menu .sidebar .slimScrollBar,
.hover-menu .slimScrollBar {
    display: none!important;
}


/* Small Menu */

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu {
    width: 65px;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .page-sidebar-inner {
    overflow: hidden!important;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover,
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu {
    width: 240px!important;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu > li > a {
    padding: 15px;
    text-align: center;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu > li > a {
    padding: 15px;
    padding-left: 18px;
    padding-right: 18px;
}

.compact-menu.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu > li > a {
    text-align: left;
}

.compact-menu.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu > li > a > .menu-icon {
    margin-right: 10px!important;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu ul li a {
    text-align: center;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li a .menu-icon {
    float: none;
    margin: 0!important;
    font-size: 14px;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li a .menu-icon {
    font-size: 20px;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li a p,
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li a .arrow, 
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li.menu-title,
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li a .badge {
    display: none!important;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li a p {
    margin: 0;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li.open .sub-menu {
    visibility: hidden;
    height: 0!important;
    padding: 0;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .sidebar-widget,
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .sidebar-header {
    display: block!important;
}
    
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li a p,
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li.menu-title {
    display: block!important;
}

.compact-menu.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li a p,
.compact-menu.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li.menu-title {
    display: inline!important;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li.open .sub-menu  {
    visibility: visible;
    height: auto!important;
    padding: 10px;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li a .arrow {
    display: block!important;
    float: right;
}

.small-sidebar:not(.page-sidebar-fixed) .sidebar,
.small-sidebar:not(.page-sidebar-fixed) .sidebar > *,
.horizontal-bar,
.horizontal-bar > * {
    overflow: visible!important;
}

.small-sidebar:not(.page-sidebar-fixed) .sidebar .slimScrollBar,
.horizontal-bar .slimScrollBar {
    display: none!important;
}

.small-sidebar:not(.page-sidebar-fixed) .menu.accordion-menu {
    width: auto;
    oveflow: visible!important;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu,
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li {
    padding: 0;
    margin: 0;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li {
    list-style: none;
    position: relative;
    width: auto;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li a {
    text-decoration: none;
    display: block;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li > a {
    padding: 15px 25px 15px 23px !important;
    text-align: center;
    position: relative;
    width: 261px;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li a span.menu-icon {
    font-size: 14px;
    margin: 0 40px 0 0!important;
    float: left;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li a p {
    margin: 0;
    float: left;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li a .arrow:before {
	width: 1px;
    float: right;
    margin-left: 15px;
    margin-top: -2px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: 18px;
    content: "\f104";
    font-weight: 400;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li:hover > a {
    z-index: 999;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li > ul {
    position: absolute;
    left: 61px;
    top: 50px;
    width: 200px;
}

.small-sidebar .menu > li > a {
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu ul li a {
    display: block;
    padding: 10px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
    background: transparent;
    font-size: 13px;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu ul li span.menu-icon {
    margin-right: 15px;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li > a > span.arrow {
    display: none;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li a p {
    display: block;
    text-align: left;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li.menu-title {
    display: none;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li:hover > ul,
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li.open:hover > ul {
    display: inline-block!important;
}

.page-horizontal-bar .accordion-menu > li:hover > ul,
.page-horizontal-bar .accordion-menu > li.open:hover > ul {
    display: inline-block!important;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li.open > ul {
    display: none!important;
}

.page-horizontal-bar .accordion-menu > li.open > ul {
    display: none!important;
}


/* Page Inner */

.page-inner-main {
	padding: 105px 0 50px 0;
	-webkit-padding-before: 128px;
    background-color: #fff;
    position: relative;
    min-height: 910px;
}

.page-inner {
	padding: 135px 0 50px 0;
    background-color: #fff;
    position: relative;
    min-height: 910px;
}

.page-inner2 {
	padding: 61px 0 50px 0;
    background: #f9f9f9;
    position: relative;
    min-height: 910px;
}

.page-inner3 {
	padding: 61px 0 80px 0;
    background: #fff;
    position: relative;
    min-height: 910px;
}

.page-inner4 {
	padding: 61px 0 20px 0;
    background: #fff;
    position: relative;
}

.page-inner5 {
	padding: 61px 0 0px 0;
    background: #fff;
    position: relative;
    min-height: 920px;
}
.page-inner6 {
	padding: 0;
    background-color: #000 !important;
    position: relative;
    min-height: 984px;
    background: url('../../images/kr/login_bg.jpg') top center no-repeat;
    background-size: cover;
}

.page-inner7 {
	padding: 84px 0 80px 0;
    background: #fff;
    position: relative;
    min-height: 910px;
}

.page-inner8 {
	width: 100%;
	padding: 0;
    background-color: #000 !important;
    position: relative;
    height: 670px;
    min-height: 670px;
    background: url('../../images/kr/login_bg.jpg') top center no-repeat;
    background-size: cover;
    z-index: 1;
}

.page-inner9 {
	padding: 0;
    background: #fff;
    position: relative;
    z-index: 1000;
}


@media (max-width: 991px) {
	.page-inner {
		padding: 115px 0 50px 0;
	    background: #fff;
	    position: relative;
	    min-height: auto;
	}
	
	.page-inner2 {
		padding: 61px 0 50px 0;
	    background: #f9f9f9;
	    position: relative;
	    min-height: auto;
	}
	
	.page-inner3 {
		padding: 61px 0 80px 0;
	    background: #fff;
	    position: relative;
	    min-height: auto;
	}
	
	.page-inner4 {
		padding: 61px 0 0px 0;
	    background: #fff;
	    position: static;
	    min-height: auto;
	}
	.page-inner5 {
		padding: 61px 0 0px 0;
	    background: #fff;
	    position: static;
	    min-height: 650px;
	}
	.page-inner6 {
		padding: 10px 0 50px 0;
	    background-color: #fff;
	    position: relative;
	    min-height: auto;
	    background: url('../../images/kr/login_bg.jpg') top center no-repeat;
    	background-size: 100%;
	}
	
	.page-inner8 {
		padding: 10px 0 50px 0;
	    background-color: #fff;
	    position: relative;
	    min-height: auto;
	    background: url('../../images/kr/login_bg.jpg') top center no-repeat;
    	background-size: cover;
	}
	
	.widd50 {width:100% !important;}
	
	.login2-bottom ul {margin-bottom: 50px;}
}
@media all and (max-width: 767px) {
	.page-inner-main {padding-top:61px;}
}

.widd50 {width:50%;}

.page-header-fixed:not(.page-sidebar-fixed):not(.page-horizontal-bar) .page-inner {
	padding: 60px 0 50px 0;
}

.page-sidebar-fixed.page-header-fixed .page-inner {
	padding: 60px 0 50px 240px;
}

.page-horizontal-bar.page-sidebar-fixed.page-header-fixed .page-inner {
	padding: 134px 0 50px 0;
}

.page-horizontal-bar.page-sidebar-fixed.page-header-fixed.compact-menu .page-inner {
  padding: 111px 0 50px 0;
}

.page-sidebar-fixed:not(.page-header-fixed) .page-inner {
	padding: 0px 0 50px 240px;
}

.small-sidebar.page-sidebar-fixed.page-header-fixed .page-inner {
	padding: 60px 0 50px 65px;
}

.small-sidebar.page-sidebar-fixed:not(.page-header-fixed) .page-inner {
	padding: 0 0 50px 65px;
}

.small-sidebar.page-header-fixed:not(.page-sidebar-fixed) .page-inner {
	padding: 60px 0 50px 0;
}


/* Page Title */

.page-title {
/* 	margin: 770px 0 50px; */
/*     padding: 15px 20px; */
	height: 75px;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #e5e5e5;
}

.page-title h3 {
	font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #74767d;
    padding: 0px;
    margin: 0;
}

.page-title-sub {
    padding: 15px 20px;
	margin: -10px 0 30px;
	border-bottom: 1px solid #e9e9e9;
}

.page-title-sub h3 {
	font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #333;
    padding: 0px;
    margin: 0;
}


/* Page breadcrumb */

.page-breadcrumb2 {
    padding: 10px 0 20px;
	margin: 0 0 30px;
    border-bottom: 1px solid #e9e9e9;
    background: url('../../images/kr/attachment2.jpg') !important;
    background-size: cover;
	background-position: 0 63% !important;
    width: 100%;
    position: relative;
}

.page-breadcrumb2 .breadcrumb {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.page-breadcrumb2 ol.breadcrumb li a {
    font-size: 13px;
    color: #90999c;
}

.page-breadcrumb2 ol.breadcrumb li.active {
    font-size: 13px;
    color: #90999c;
}

.page-breadcrumb {
    padding: 0;
	margin: 0 0 20px;
    border-bottom: 1px solid #e9e9e9;
    background: url('../../images/kr/attachment1.jpg');
    background-size: cover;
	background-position: 0 25%;
    width: 100%;
    height: 70px;
    position: relative;
}

.page-breadcrumb.other01 {
    padding: 0;
	margin: 0 0 20px;
    border-bottom: 1px solid #e9e9e9;
    background: url('../../images/kr/attachment2.jpg') !important;
    background-size: cover;
	background-position: 0 63% !important;
    width: 100%;
    height: 70px;
    position: relative;
}

.page-breadcrumb.other02 {
    padding: 0;
	margin: 0 0 20px;
    border-bottom: 1px solid #e9e9e9;
    background: url('../../images/kr/attachment3.jpg') !important;
    background-size: cover;
	background-position: 0 32% !important;
    width: 100%;
    height: 70px;
    position: relative;
}

.page-breadcrumb.other03 {
    padding: 0;
	margin: 0 0 25px;
    border-bottom: 1px solid #e9e9e9;
    background: #f8f8f8 !important;
    width: 100%;
    height: 60px;
    position: relative;
}
.page-breadcrumb.other03 strong i {
	font-size: 15px;
	color: #020202;
	font-style: normal;
	font-weight: 600 !important;

}

.page-breadcrumb .breadcrumb {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.page-breadcrumb ol.breadcrumb li a {
    font-size: 13px;
    color: #90999c;
}

.page-breadcrumb ol.breadcrumb li.active {
    font-size: 13px;
    color: #90999c;
}

.page-breadcrumb ul {
    margin: 0px;
}

.page-breadcrumb ul li {
    float: left;
    display: inline;
}

.page-breadcrumb ul li a {
    font-size: 13px;
    color: #90999c;
}

.pwTxt {
	font-size: 13px;
    line-height: 24px;
    margin-top: 25px;
}

/* Main Wrapper */

#main-wrapper {
    margin-top: 19px;
	-webkit-margin-before: 20px;
	   -moz-margin-before: 20px;
		 -o-margin-before: 20px;
    margin-bottom: 20px;
}
#index #main-wrapper {
	margin-top: 0;
	margin-bottom: 0px;
}


/* Footer */

.page-footer {
    background: #f5f5f5;
    width: 100%;
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 19px;
    padding-bottom: 19px;
	color: #ccc;
}

.page-footer.lineTop {
    background: #f5f5f5;
    width: 100%;
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 19px;
    padding-bottom: 19px;
    border-top: 1px solid #d3d3d3;
	color: #ccc;
}

.page-footer span {
	color: #333;
}
@media (max-width: 767px) {
	.page-footer {
		padding-left: 10px;
		padding-right: 10px;
	}
    .page-footer span {
		width: 100%;
		margin-top: 10px;
	}
	
	.speechduck {right: -40px !important; bottom: 0px !important;}
	.speechduck img {width: 50%; height: 50%;}
}

.speechduck {position: fixed; z-index: 99; float: right; right: 50px; bottom: 20px;}




/* Sidebar Pusher */

.sidebar-pusher {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
    display: none;
}

.push-sidebar {
    display: inline-block!important;
    padding: 20px 21px;
    color: #5F5F5F;
    border: none;
    position: relative;
    line-height: 20px;
    float: left;
    font-size: 17px;
    text-decoration: none;
}

.push-sidebar:hover {
    color: #5F5F5F;
}

/* Search Button */

.search-button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
    display: none;
    right: 0;
}

.search-button a {
    display: inline-block;
    padding: 20px 21px;
    color: #5F5F5F;
    border: none;
    position: relative;
    line-height: 20px;
    float: right;
    font-size: 17px;
    text-decoration: none;
}
.search-button a.close-search {
	display: none;
}
.search-button.on a.show-search {
	display: none;
}
.search-button.on a.close-search {
	display: block;
}


/* Icons */
/* FontAwesome */

.fontawesome-icon-list .fa-item {
    padding: 10px 20px 10px 20px;
    color: #333;
}

.fontawesome-icon-list .fa-item i {
    margin-right: 5px;
}

.fontawesome-icon-list .fa-item:hover {
    background: #f1f1f1;
}

.line-icons .line-icon-item {
    padding: 10px 20px 10px 20px;
    color: #333;
    display: block;
}

.line-icons .line-icon-item:hover {
    background: #f1f1f1;
}

.bs-glyphicons-list li span.glyphicon {
    margin: 5px 0 10px 0;
    float: none;
    font-size: 24px;
}

.bs-glyphicons-list li span {
    text-align: center;
    display: block;
}

.bs-glyphicons-list li {
    display: block;
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #fff;
    list-style-type: none;
}

@media (min-width: 768px) {
    .bs-glyphicons-list li {
        width: 12.5%;
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    .bs-glyphicons-list li {
        width: 12.5%;
        font-size: 13px;
    }
}


/* Calendar */

.calendar-event {
    padding: 7px 10px;
    color: #5B5B5B;
    background: #FCF8E3;
    margin-bottom: 5px;
    overflow: hidden;
}

.calendar-event p {
    float: left;
    margin: 0;
}

.calendar-event .remove-calendar-event {
    float: right;
    color: #5B5B5B;
}


/* FAQ */

.faq-link:hover {
    text-decoration: none;
}

.faq-popular {
    padding: 0;
}

.faq-popular li a {
    padding: 8px 10px;
    font-size: 14px;
    display: inline-block;
}


/* Todo */

.todo-nav {
    margin-top: 10px;
}

.todo-list .todo-item {
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #e9e9e9;
    background: #f9f9f9;
}

.todo-list {
    margin: 10px 0;
}

.todo-list.only-active .todo-item.complete {
    display: none;
}

.todo-list.only-active .todo-item:not(.complete) {
    display: block;
}

.todo-list.only-complete .todo-item:not(.complete) {
    display: none;
}

.todo-list.only-complete .todo-item.complete {
    display: block;
}

.todo-list .todo-item.complete span {
    text-decoration: line-through;
}

.remove-todo-item {
    color: #ccc;
    visibility: hidden;
}

.remove-todo-item:hover {
    color: #5f5f5f;
}

.todo-item:hover .remove-todo-item {
    visibility: visible;
}

#uniform-all-complete {
    margin-left: 11px;
}


/* Dashboard */

.info-box .progress {
    margin: 0;
}

.info-box .info-box-icon {
    float: right;
}

.info-box .info-box-icon i {
    font-size: 31px;
    color: #B0B0B0;
}

.info-box .info-box-stats {
    float: left;
    margin-top: 5px;
}

.info-box .info-box-stats p {
    font-size: 28px;
    margin-bottom: 14px;
    color: #374051;
    font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
}

.info-box .info-box-stats span.info-box-title {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    color: #B0B0B0;
}

.info-box .info-box-progress {
    clear: both;
}

@media (min-width: 768px) {
    .visitors-chart {
        border-right: 1px solid #eee;
    }
}

.stats-info ul {
    margin: 0;
}

.stats-info ul li {
    border-bottom: 1px solid #eee;
    padding: 12px 0;
}

.stats-info ul li:last-child {
    border-bottom: 0;
}

.stats-info ul li i {
    margin-left: 5px;
}

#flotchart1 {
    height: 340px;
    width: 100%;
}

#flotchart2 {
    height: 278px;
    width: 100%;
}

#flotchart3 {
    height: 200px;
    width: 100%;
}

.server-load > .server-stat {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 20px;
}

.server-load .server-stat span {
    font-size: 11px;
    margin-bottom: 3px;
}

.server-load .server-stat p {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 3px;
}

.weather-current {
    overflow: hidden;
}

.weather-current p {
    font-size: 12px;
    margin: 5px 0 0 0;
    float: left;
    color: #8e8e8e;
}

.weather-current p span {
    font-size: 42px;
    clear: both;
    margin-top: 15px;
    display: block;
    color: #4E5E6A;
    font-weight: 400;
}

.weather-current p span sup {
    font-size: 25px;
}

.weather-current .weather-icon {
    font-size: 40px;
    display: block;
    float: left;
    margin: 15px 15px 0 0;
}

.weather-day {
    margin: 0;
    font-weight: 600;
    text-align: right;
    font-size: 22px;
}

.weather-day small {
    font-size: 11px;
    color: #8e8e8e;
    margin: 0;
}

.weather-info {
    width: 100%;
    display: block;
    overflow: hidden;
}

.weather-info li {
    padding: 8px 0;
}

.weather-top {
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

.weather-days {
    margin: 15px 0 0 0 ;
    padding: 15px 0 0 0;
    border-top: 1px solid #f1f1f1;
}

.weather-days li span {
    display: block;
    text-align: center;
}

.weather-days li i {
    display: block;
    font-size: 22px;
    text-align: center;
    margin: 10px 0 10px 0;
}

@media (max-width: 767px) {
    .weather-days li {
        margin-bottom: 15px;
    }
}

.live-tile {
    width: 100%;
    margin: 0;
    height: 155.5px;
}

.twitter-box {
    background: #5EA9DD;
}

.facebook-box {
    background: #3B5998;
}

.twitter-box i,
.facebook-box i {
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: 50px;
    color: rgba(255,255,255,0.3);
}

.tile-date {
    display: block;
    margin-top: 15px;
    color: rgba(255,255,255,0.7);
}

.inbox-widget {
    height: 341px!important;
}

.inbox-widget a {
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.inbox-widget .inbox-item {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
    position: relative;
}

.inbox-widget a:last-child >.inbox-item {
    border-bottom: 0;
}

.inbox-widget .inbox-item .inbox-item-img {
    float: left;
    width: 40px;
    display: block;
    margin-right: 15px;
}

.inbox-widget .inbox-item img {
    width: 40px;
}

.inbox-widget .inbox-item .inbox-item-author {
    color: #333;
    font-weight: 600;
    display: block;
    margin: 0 0 0 0;
}

.inbox-widget .inbox-item .inbox-item-text {
    color: #a0a0a0;
    display: block;
    margin: 0;
    font-size: 11px;
}

.inbox-widget .inbox-item .inbox-item-date {
    position: absolute; 
    top: 2px;
    right: 7px;
    color: #a9a9a9;
    font-size: 11px;
}

#rickshaw-chart {
    margin: 0 -22px -25px -20px;
    height: 100px;
}



.project-stats {
	min-height: 215px;
}
.project-stats .progress {
    margin: 3px 0 0 0;
}
.project-stats th, .project-stats td {
	font-size: 13px;
    text-align: center;
}
.project-stats td img {
	width: 64px;
	margin: 10px 0;
}

.project-stats .table > tbody > tr:last-child,
.project-stats2 .table > tbody > tr:last-child {border:none;}



@media (max-width: 1200px) {
	.project-stats2 .phoneNum {
		font-size: 50px !important;
	}
}

.project-stats2 {
	min-height: 215px;
}
.project-stats2 table {
	width: 100%;
	float: left;
}
.project-stats2 .phoneNum {
	display: inline-block;
	margin-top: 25px;
	font-weight: 500;
	font-size: 63px;
	font-family: 'Ubuntu', sans-serif;
	color: #f25656;
	border-bottom: 1px solid #e2e0f1;
	padding: 0 0 10px;
	width: 100%;
	text-align: left;
}
.project-stats2 .storeInfo {
	padding: 20px 0 0 10px;
	color: #696969;
	line-height: 22px;
	text-align: left;
}
.project-stats2 .progress {
    margin: 3px 0 0 0;
}
.project-stats2 th, .project-stats2 td {
	font-size: 13px;
	text-align: center;
}
.project-stats2 td img {
	width: 64px;
	margin: 10px 0;
}


/* Profile */

.profile-cover {
    background: url('../../images/kr/profile-cover.png');
    background-size: cover;
    width: 100%;
    height: 300px;
    position: relative;
}

.profile-image-container img {
    display: block;
    margin: 0 auto;
    width: 150px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px #fff;
    -moz-box-shadow: 0 0 0 5px #fff;
    -o-box-shadow: 0 0 0 5px #fff;
    box-shadow: 0 0 0 5px #fff;
}

.profile-info {
    margin: 0;
    margin-top: 221px;
    padding: 0;
    text-align: right;
}

.profile-info-value {
    color: #fff;
    display: inline-block;
    margin-left: 40px;
}

.user-profile {
    margin-top: -100px;
}

.team .team-member {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    float: left;
    position: relative;
}

.team .team-member .online {
    top: 5px;
    right: 5px;
}

.team .team-member img {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
    margin: 0 5px 0 5px;
}

.team .more-members a {
    display: block;
    text-align: center;
}

.profile-timeline ul li .timeline-item-header {
    width: 100%;
    overflow: hidden;
}

.profile-timeline ul li .timeline-item-header img {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
}

.profile-timeline ul li .timeline-item-header p {
    margin: 0;
    color: #000;
    font-weight: bold;
}

.profile-timeline ul li .timeline-item-header p span {
    margin: 0;
    color: #8E8E8E;
    font-weight: normal;
}

.profile-timeline ul li .timeline-item-header small {
    margin: 0;
    color: #8E8E8E;
}

.profile-timeline ul li .timeline-item-post {
    padding: 20px 0 0 0;
    position: relative;
}

.profile-timeline ul li .timeline-item-post > img {
    width: 100%;
}

.timeline-options {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0 10px 0;
}

.timeline-options a {
    display: block;
    margin-right: 20px;
    float: left;
    color: #333;
    text-decoration: none;
}

.timeline-options a i {
    margin-right: 3px;
}

.timeline-options a:hover {
    color: #22BAA0;
}

.timeline-comment {
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px;
}

.timeline-comment .timeline-comment-header {
    overflow: hidden;
}

.timeline-comment .timeline-comment-header img {
    width: 30px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.timeline-comment .timeline-comment-header p {
    color: #000;
    float: left;
    margin: 0;
    font-weight: bold;
}

.timeline-comment .timeline-comment-header small {
    font-weight: normal;
    color: #8E8E8E;
}

.timeline-comment p.timeline-comment-text {
    display: block;
    color: #333;
    font-size: 12px;
    padding-left: 40px;
}

.post-options {
    overflow: hidden;
    margin-top: 15px;
    margin-left: 15px;
}

.post-options a {
    display: block;
    margin-top: 5px;
    margin-right: 20px;
    float: left;
    color: #333;
    text-decoration: none;
    font-size: 17px;
}

.post-options a:hover {
    color: #22BAA0;
}

#gallery .mix {
	display: none;
}


/* Mailbox */

.mailbox-nav li a {
    display: block;
    padding: 10px 7px;
    color: #999;
    text-decoration: none;
    border-bottom: 1px solid #E7EAEC;
    overflow: hidden;
}

.mailbox-nav li a:hover,
.mailbox-nav .active a { 
    color: #333;
}

.mailbox-nav li a i {
    margin-right: 5px;
}

.mailbox-content {
    background: #fff;
    padding: 0;
	margin: 10px 0 15px;
	border-bottom: 1px solid #f1f1f1;
}

.mailbox-header {
    margin-bottom: 20px;
}

.mailbox-header h2 {
    margin: 3px 0;
}

.mailbox-content {
    overflow: hidden;
}

.mailbox-content table thead tr th {
    border-bottom: 1px solid #ddd;
}

.mailbox-content table tbody tr td {
    cursor: pointer;
}

.mailbox-content table tbody tr:hover {
    background: #FAFAFA; 
}

.mailbox-content table tbody tr.read {
    background: #F9F9F9;
    color: #7F7F7F;
}

.mailbox-content table tbody tr.checked {
    background: #FFFFCC;
}

.mail-hidden-options {
    display: none;
}

.message-header {
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0 15px 0;
    margin-bottom: 10px;
}

.message-header h3 {
    float: left;
    font-size: 18px;
    margin: 0;
    color: #666;
}

.message-header p.message-date {
    float: right;
    margin: 0;
	color: #999;
}
.message-header p.message-date em {
    font-style: normal;
	color: #333;
	margin-left: 10px;
}

.message-sender {
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 5px 0;
    margin-bottom: 10px;
}

.message-sender img {
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.message-sender p {
    display: inline-block;
}

.message-sender span {
    color: #7F7F7F;
}

.message-content {
    overflow: hidden;
    padding: 15px 0;
    margin-bottom: 10px;
}

.message-content img {
    width: 100% !important;
    height: 100% !important;
}

.message-attachments {
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 15px 0;
    margin-bottom: 10px;
}

.message-attachment {
    position: relative;
    width: 200px;
    float: left;
    margin-right: 10px;
    border: 1px solid #f1f1f1;
}

.message-attachment a {
    text-decoration: none;
}

.message-attachment img {
    display: block;
    width: 100%;
}

.attachment-info {
    background: #f9f9f9;
    padding: 10px;
}

.attachment-info p {
    margin: 0;
}

.attachment-info span {
    font-size: 11px;
    color: #aaa;
}

.compose-message {
    overflow: hidden;
    padding: 0 0 10px 0;
}

.compose-options {
    width: 100%;
    overflow: hidden;
    display: block;
}


/* Notifications */

.box-notifications {
    max-height: 312px;
    overflow-y: scroll;
}

.box-notifications ul li {
    display: block;
    padding: 11px 0 11px 0;
    border-bottom: 1px solid #f1f1f1;
}

.box-notifications ul li:first-child {
    padding: 0 0 11px 0;
}

.box-notifications ul li:last-child {
    padding: 11px 0 0 0;
    border-bottom: 0;
}

.box-notifications ul li p {
    margin: 0;
}


/* Extra */

.page-error #main-wrapper {
    margin: 5%;
}

.page-error .details {
    margin-bottom: 20px;
    text-align: center;
} 

.coming-soon .page-inner {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../../images/kr/coming-soon.jpg');
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../../images/kr/coming-soon.jpg');
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../../images/kr/coming-soon.jpg');
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../../images/kr/coming-soon.jpg');
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../../images/kr/coming-soon.jpg');
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../../images/kr/coming-soon.jpg');
    background-size: cover;
}


/* Login */

.page-register #main-wrapper,
.page-forgot #main-wrapper,
.page-lock-screen #main-wrapper {
    margin: 5%;
}
@media (min-width: 1761px) {
	.page-login #main-wrapper {
	    margin: 4.9% auto 5% !important;
	    width: 1140px !important;
	}
	.login_copy {left: 10% !important; bottom: 150px !important;}
}
@media (min-width: 1641px) and (max-width: 1760px) {
	.page-login #main-wrapper {
	    margin: 5% auto 5% !important;
	    width: 1140px !important;
	}
	.login_copy {left: 10% !important; bottom: 150px !important;}
}
@media (min-width: 1401px) and (max-width: 1640px) {
	.page-login #main-wrapper {
	    margin: 5% auto 5% !important;
	    width: 1140px !important;
	}
	.login_copy {left: 10% !important; bottom: 150px !important;}
	.banArea li span {padding: 7px 20px !important;}
}
@media (min-width: 1351px) and (max-width: 1400px) {
	.page-login #main-wrapper {
	    margin: 5% auto 10% !important;
	    width: 1140px !important;
	}
	.login_copy {left: 10% !important; bottom: 150px !important;}
	.banArea li span {padding: 7px 20px !important;}
}
@media (min-width: 1141px) and (max-width: 1350px) {
	.page-login #main-wrapper {
	    margin: 5% auto 10% !important;
	}
	.login_copy {left: 5% !important; bottom: 180px !important; margin-left: 0 !important;}
	.banArea li span {padding: 7px 20px !important;}
}
@media (max-width: 1140px) {
	.page-login #main-wrapper {
	    margin: 5% auto 10% !important;
	}
	.banArea li span {padding: 7px 20px !important;}
	.login_copy {margin-left: 0 !important;}
}
@media (min-width: 501px) and (max-width: 1139px) {
	.login_copy {left: 5% !important; bottom: 180px !important;}
}
@media (min-width: 501px) and (max-width: 762px) {
	.page-login #main-wrapper {
	    margin: 12% auto 10% !important;
	}
}
@media (max-width: 761px) {
	.page-login #main-wrapper .right {
		float: none !important;
		width: 100% !important;
		padding: 20px !important;
		box-shadow: none !important;
	}
	.page-content header h1 {padding: 0 20px;}
	

	.loginBtn ul li,
	.loginBtn ul li.last {width: 50% !important;}
	.loginBtn ul li,
	.loginBtn ul li:first-child {border-bottom: 1px solid #414141;}
	.loginBtn ul li.third,
	.loginBtn ul li.last {border-bottom: 0px;}
	.loginBtnArea {margin: -75px auto 0 !important; padding: 0 20px !important;}
	.loginCopyRightA span {
		float: none !important;
		width: 100% !important;
		margin-top: 20px !important;
		line-height: 20px !important;
	}
}
@media (max-width: 500px) {
	.page-login #main-wrapper {
	    margin: 20% auto 10% !important;
	}
	.login_copy {left: 0% !important; bottom: -20px !important;}
}
.page-login #main-wrapper {
	position: relative;
    margin: 5% auto 19%;
    width: 1140px;
}
.page-login #main-wrapper .right {
	float: right;
	width: 40%;
	padding: 0;
	box-shadow: 0 3px 3px 5px rgba(30, 30, 30, 0.05);
}
.page-login #main-wrapper2 {
    margin: 14% 5% 0;
}

@media (min-width: 991px) and (max-width: 1450px) {
	.page-login #main-wrapper3 {
	    margin: 25% 5% 13% !important;
	}
}

.page-login #main-wrapper3 {
    margin: 14% 5% 7%;
}

.login_copy {
	float: left;
	width: 100%;
    color: #fff;
    margin-top: 50px;
    margin-left: 50px;
}

.banArea {
	float: left;
	width: 100%;
    margin: 0 0 30px;
    padding: 0;
    background: none;
}
.banArea ul {
	width: 100%;
	padding: 0;
}
.banArea li {
	float: left;
	width: 32%;
	text-align: center;
	margin-left: 2%;
	background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.banArea li:first-child {
	margin-left: 0;
}
.banArea li img {
	max-width: 100%;
	margin: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.banArea li span {
	display: block;
	color: #fff;
	text-align: center;
	padding: 7px 30px;
	border-radius: 5px;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to top, #3491e1 0%, #2081d4 100%);
}

@media (min-width: 992px) and (max-width: 1200px) {
	.login-box {padding: 50px 30px 20px !important;}
}

@media (max-width: 991px) {
	.login_copy {width: 100%; text-align: center;}
	.login-box {margin-bottom: 40px !important; padding: 50px 20px 20px !important;}
}
@media (max-width: 500px) {
	.login-box {padding: 50px 30px 20px !important;}
	.tab-content {padding: 20px 0 0 !important;}
}


.login-box {
	float: left;
	min-width: 100%;
    margin: 0 auto;
    padding: 50px 50px 20px;
    background: #fff;
    border-radius: 5px;
	z-index: 9999;
}

.login-box .logo-name {
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    color: #6c6c6c;
}

.login-box .user-box {
    display: block;
    clear: both;
    overflow: hidden;
}

.login-box .user-box img {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
}

.login-box .user-box form {
    overflow: hidden;
}


.login-btns {
	position: relative;
	top: 400px;
	z-index: 10;
}

.login2-area button img {
	width: 50px;
	margin: 0 15px 0 0 !important;
}

.login2-area {
	position: relative;
	z-index: 1;
}
@media (max-width: 991px) {
	.login2-area {
		top: 70px;
		margin-bottom: 60px;
	}


	.page-inner3 .no-p-r {padding-left:0px !important;}
}

.login2-area a {
	color: #fff;
	font-size: 15px !important;
}
.login2-area a span {
	color: #fff !important;
	font-size: 15px !important;
}

.login-box2 {
	position: relative;
	top: 88px;
	width: 100%;
	padding: 10px 10px 0;
	z-index: 10;
}

.login-box2 .text-center {
	margin-right: 20px;
	padding-top: 20px;
	display: inline-block;
}

.login-box2 .checkbox {
	font-weight: 500;
}

.login-box2 .logo-name {
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    color: #6c6c6c;
}

.login-box2 .user-box {
    display: block;
    clear: both;
    overflow: hidden;
}

.login-box2 .user-box img {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
}

.login-box2 .user-box form {
    overflow: hidden;
}

.idpwsearch {
  margin: 30px 0 0;
  background: #fff;
  padding: 0;
  border-radius: 5px;
}

.idpwsearch .nav-tabs > li {
  width: 50%;
  height: 53px;
  background: #f7f7f7;
}
.idpwsearch .nav-tabs > li a {
  padding: 15px 10px !important;
  color: #999;
  font-size: 16px !important;
}
.idpwsearch .nav-tabs > li a:hover {
  color: #555;
  font-size: 16px;
}

.idpwsearch .nav-tabs > li.active a {
  color: #333;
}

.idpwsearch .id-info,
.idpwsearch .pw-info {
  margin: 50px 0;
  padding: 50px 0;
  text-align: center;
  font-size: 15px;
  border: 5px solid #e1e1e1;
  background: #f7f7f7;
  line-height: 28px;
}

.idpwsearch .id-info em {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  padding: 5px 15px;
  background: #333;
  border-radius: 50px;
}

.idpwsearch .pw-info em {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  padding: 5px 15px;
  background: #f25656;
  border-radius: 50px;
}

.idpwsearch .id-info.none,
.idpwsearch .pw-info.none {
    line-height: 20px;
}

.idpwsearch .id-info.none img,
.idpwsearch .pw-info.none img {
    width: 64px;
    margin: 10px 0;
}


/* Login alt */

.login-alt .login-box {
    max-width: 100%;
}


/* Search Results */

.search-item {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.search-item p {
    margin: 0;
}

.search-item a {
    text-decoration: none;
}

.search-item a.search-link {
    color: #22BAA0;
}


/* Chat */

.chat {
    position: relative;
    padding-bottom: 100px;
}

.chat .chat-item {
    display: block;
    padding: 10px 15px;
    width: 100%;
    overflow: hidden;
}

.chat .chat-item-right .chat-message {
    float: right;
}

.chat .chat-item .chat-image {
    float: left;
    display: inline-block;
}

.chat-item-left .chat-message {
    margin-top: 5px;
}

.chat .chat-item .chat-message {
    position: relative;
    border-radius: 12px;
    padding: 4px 12px;
    max-width: 75%;
    background: #f1f1f1;
    display: inline-block;
}

.chat .chat-item img {
    display: block;
    width: 40px;
    border-radius: 50%;
    margin-right: 5px;
}

.chat .chat-item-right .chat-message {
    background: #22BAA0;
    float: right;
    color: #fff;
}

.chat-write {
    padding: 5px;
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 240px;
}

.chat-write input {
    width: 100%;
}


/* Transitions */

.top-menu .navbar-nav > li > a > .badge,
.menu li a .arrow:before,
.menu li.open > a > .arrow:before {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}


/* Overflow */

.navbar .logo-box,
.navbar .logo-box a,
.top-menu .navbar-nav > li > a > img,
.info,
.messages li a,
.messages li a .msg-img,
.messages li a .msg-text,
.messages li a .msg-time,
.tasks li a,
.tasks li a .task-icon,
.search-form,
body:not(.small-sidebar):not(.page-horizontal-bar) .menu.accordion-menu,
.page-inner,
.page-inner6,
.page-inner8,
.small-sidebar .page-sidebar-fixed .page-inner,
.page-breadcrumb,
.page-breadcrumb .breadcrumb,
.page-breadcrumb ul,
.info-box,
.text-box,
.small-sidebar .accordion-menu li a,
.page-footer,
.color-switcher {
    overflow: hidden;
}


/* Settings */

.color-switcher {
    display: block;
    width: 100%;
    margin: 10px 0 5px 0;
}

.color-switcher .colorbox {
    dipslay: block;
    width: 28px;
    height: 28px;
    margin: 0 5px 0 0;
    padding: 0px;
    border: 2px solid #f1f1f1;
    cursor: pointer;
    float: left;
    border-radius: 50%;
}

.color-switcher .colorbox:hover {
    border: 2px solid #dedede;
}


/* Blue */
.color-switcher .colorbox.color-blue { 
    background-color: #12afcb;
}


/* Red */
.color-switcher .colorbox.color-red { 
    background-color: #F25656;
}


/* Green  */
.color-switcher .colorbox.color-green { 
    background-color: #22baa0;
}


/* Purple  */
.color-switcher .colorbox.color-purple { 
    background-color: #7a6fbe;
}


/* Black  */
.color-switcher .colorbox.color-dark { 
    background-color: #34425A;
}


/* White  */
.color-switcher .colorbox.color-white { 
    background-color: #fff;
}


/* Media Queries */

.full-desktop2 {display: block;}
.full-mobile2 {display: none;}

.full-desktop3 {display: block;}
.full-mobile3 {display: none !important;}

@media (max-width: 767px) {
	.full-desktop3 {display: none !important;}
	.full-mobile3 {display: block !important;}
}

@media (max-width: 991px) {
	.full-desktop2 {display: none;}
	.full-mobile2 {display: block;}
	
    .profile-image {
        right: 0;
        left: 0;
    }
    
    .profile-info {
        text-align: center;
        margin-top: 0;
    }

    .profile-info-value {
        color: #fff;
        float: none;
        margin: 0 10px 0 10px;
        display: inline-block;
    }
    
    .mailbox-header h2 {
        margin: 20px 0;
        text-align: center;
    }

	.pro_info li, .pro_info li:first-child {
		width: 100% !important;
	}
	.pro_info li:first-child {
		margin-bottom: 30px;
	}

	.pro_info .option-list li span.pro-name,
	.pro_info .option-list li .count {
		float: left;
		width: 100% !important;;
		margin: 10px 0;
	}
	.pro_info .option-list li .count {
		
	}
	.sub-product-wrap .tab li a {
		font-size: 13px !important;
	}
	.sub-product-wrap .panel {
		padding: 30px 15px !important;
	}

	.idpw-form span {display: none;}
	.idpw-form button.col-md-5 {width: 50%;}

	.tab-content > .tab-pane form.idpw-form {
		padding: 30px 5px 10px;
	}

	.basketlist .col-md-4 .panel {
		margin: 0 !important;
	}

	.basketlist .col-md-4 {
		padding-left: 0;
		padding-right: 0;
		margin-top: 0px !important;
		width: 33.333%;
		float: left;
		margin: 20px 0 !important;
	}
	.panel .panel-heading {
		padding: 15px 20px;
	}
	.panel .panel-heading .panel-title {
		font-size: 13px !important;
		float: none;
	}
	.message-header p.message-date {margin-top: 15px;}

	.date-search dl {
		width: 100%;
		margin-right: 20px !important;
	}
	.date-search dl:first-child {
		margin-right: 20px !important;
	}
	.mypage-meminfo {margin-top: 25px;}

}

@media (max-width: 807px) {
	.page-breadcrumb2 .breadcrumb {
		padding: 0;
	}
}

@media (max-width: 767px) {
    
    .page-horizontal-bar.compact-menu.small-sidebar .menu.accordion-menu ul {
        top: 0!important;
    }
    
    .horizontal-bar {
        border-right: 1px solid #e9e9e9;
        border-bottom: 0;
        position: static;
    }
    
    .horizontal-bar:before {
        background-color: inherit;
        border: inherit;
        bottom: 0;
        content: "";
        position: absolute;
        top: 0;
        width: inherit;
        border-right: 1px solid #e9e9e9;
    }
    
    .horizontal-bar .accordion-menu {
        padding: 15px 0 0;
    }
    
    .horizontal-bar .accordion-menu > li > a {
    	padding-top: 15px!important;
    	padding-bottom: 15px!important;
        padding-left: 22px!important;
        width: auto !important;
        height: 48px;
    }
    
    .sidebar {
        opacity: 0;
        visibility: hidden;
        display: none;
        width: 0!important;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }
    
    body:not(.page-header-fixed) .sidebar {
        padding-top: 0!important;
    }
    
    .small-sidebar .sidebar.visible,
    .page-horizontal-bar .sidebar.visible {
        margin-right: -65px;
        opacity: 1;
        visibility: visible;
        width: 240px!important;
        display: block;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }
    
    body:not(.small-sidebar) .sidebar.visible {
        margin-right: -240px;
        opacity: 1;
        visibility: visible;
        display: block;
        width: 240px;
		height: 100% !important;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
		overflow-x: hidden !important;
		overflow-y: auto !important;
    }
    
    .small-sidebar .sidebar,
    .horizontal-bar {
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }
    
    .navbar .logo-box {
        margin: 0 auto;
        background: transparent!important;
        text-align: center;
        width: 100%!important;
        border: 0!important;
    }
    
    .navbar .logo-box a {
        color: #5F5F5F!important;
    }
    
    .navbar .logo-box .logo-text {
        width: 100%;
        display: inline-block!important;
        padding: 0!important;
    }
    
    .page-sidebar-fixed:not(.page-header-fixed) .logo-box {
        position: relative;
        display: block;
    }
    
    .small-sidebar .navbar .logo-box a span {
        display: inline-block;
    }
    
    .sidebar-pusher {
        display: block;
    }
    
    .search-button {
        display: block;
    }
    
    .topmenu-outer,
    .small-sidebar .topmenu-outer,
    .page-sidebar-fixed:not(.page-header-fixed) .topmenu-outer {
        margin: 0;
    }
    
    .top-menu {
        display: none;
    }
    
    .page-inner {
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        min-height: 10px !important;
    }
    
    .page-inner6,
    .page-inner8 {
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }
    
    .page-inner.sidebar-visible {
        -webkit-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0);
    }
    
    .small-sidebar .page-inner.sidebar-visible,
    .page-horizontal-bar .page-inner.sidebar-visible {
        -webkit-transform: translate3d(65px, 0, 0);
        transform: translate3d(65px, 0, 0);
    }
    
    .page-sidebar-fixed.page-header-fixed .page-inner {
        padding: 60px 0 50px 0!important;
    }
    
    .horizontal-bar {
        float: left;
        height: auto!important;
        display: block;
        z-index: 998;
        overflow: visible!important;
    }
    
    .small-sidebar .horizontal-bar {
        height: auto!important;
    }
    
    .horizontal-bar .menu li {
        float: none;
        display: block;
    }
    
    .horizontal-bar .menu li.search {
        display: none;
    }
    
    .horizontal-bar .accordion-menu > li > ul,
    .small-sidebar .horizontal-bar .accordion-menu > li > ul {
        left: 0;
        top: 0!important;
        border-left: 0!important;
        border-top: 1px solid #e9e9e9!important;
    }
    
    .small-sidebar.page-horizontal-bar .accordion-menu > li > a,
    .small-sidebar.page-horizontal-bar:not(.page-sidebar-fixed) .accordion-menu > li > a {
        text-align: left;
        width: 65px;
    }
        
    .small-sidebar.page-horizontal-bar .horizontal-bar .accordion-menu > li > a > .menu-icon {
        margin-right: 0!important;
        font-size: 16px;
        float: none!important;
    }
    

    
    .page-horizontal-bar .page-inner {
        padding: 60px 0 50px 0;
    }
    
    .page-horizontal-bar.page-sidebar-fixed.page-header-fixed .page-inner {
        padding: 60px 0 50px 0;
    }
    
    .small-sidebar.page-sidebar-fixed.page-header-fixed.page-horizontal-bar .page-inner {
        padding: 60px 0 50px 0;
    }
    
    .small-sidebar.page-header-fixed.page-horizontal-bar:not(.page-sidebar-fixed) .page-inner {
        padding: 60px 0 50px 0;
    }
    
    body:not(.page-header-fixed) .page-inner {
        padding: 0 0 50px 0!important;
    } 
    
    body:not(.compact-menu) .menu > li > a {
        text-align: left;
    }

	.idpw-form button.col-md-5 {width: 100%;}
}

.overlay {
    background: rgba(0,0,0,0.4);
    z-index: 1000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

.show-menu .overlay {
    display: block;
}

.page-content {
    background-color: #fff;
}

.navbar {
    background: #fff;
}

.navbar .logo-box {
    background: transparent;
}

.navbar .logo-box a {
    color: #5f5f5f;
}

.navbar ul li.open > a {
    color: #22BAA0;
}

.sidebar {
    background: #fff;
}

.sidebar-header {
    background: #fff;
}

.sidebar-profile span small {
    color: #899dc1;
}

.menu,
.menu ul {
    background: #fff;
}

.menu.accordion-menu a {
    color: #222;
}
.menu.accordion-menu > li.search {
	float: right;
	width: 200px;
}

.menu.accordion-menu > li > a:hover {
    color: #ff6927;
}

.menu.accordion-menu > li.active > a,
.menu.accordion-menu > li.active.open > a,
.menu.accordion-menu > li.open > a {
    color: #ff6927;
}

body:not(.page-horizontal-bar).compact-menu .menu > li.active,
body:not(.page-horizontal-bar).compact-menu .menu > li.open {
    border-left: 3px solid #ff6927;
}

.menu.accordion-menu ul li a:hover,
.menu.accordion-menu ul li.active a {
    color: #ff6927;
}

.menu.accordion-menu ul li a {
    color: #5f5f5f;
}

.small-sidebar:not(.page-horizontal-bar) .menu > li:hover > a {
    background: #f7f7f7;
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.small-sidebar .menu > li > ul {
    background: #f7f7f7;
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.hover-menu .menu > li > ul {
    background: #f7f7f7;
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.menu ul {
    background: #f7f7f7;
}

.horizontal-bar .menu > li > ul {
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: #f7f7f7;
}

.horizontal-bar .menu > li > ul:last-child {
/*     border-top: 0; */
/*     border-left: 1px solid #e9e9e9; */
/*     border-right: 1px solid #e9e9e9; */
/*     border-bottom: 1px solid #e9e9e9; */
/*     background: #f7f7f7; */
}



.slider {position: relative; float: left; width: 100%; height: 240px; z-index: 9; background-color: #f1f1f1;}
.slider .jquery-reslider {display:block; width: 100%; height: 100%;}
@media (max-width: 1140px) {
	/*.slider .jquery-reslider .slider-block {background-image: none !important; background-color: #009bdf;}*/
	.slider .jquery-reslider .slider-block {background-position: 20% 50% !important; background-repeat: no-repeat;}
}

.slider .jquery-reslider .slider-block {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 97;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
/*   cursor: pointer; */
}

.slider .jquery-reslider .slider-block a {
  display: block;
  position: absolute;
  top: 22.5%;
  left: 50%;
  margin: 0 auto;
  margin-left: -645px;
  width: 1290px;
  font-family: 'NotoSansM';
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
  text-decoration: none;
}
.slider .jquery-reslider .slider-block span {
	display: block;
	margin-top: 23px;
	font-family: 'NotoSansL';
	font-size: 30px;
	color: #000;
}
.slider .jquery-reslider .slider-block span strong {
	margin-right: 8px;
	font-family: 'NotoSansM';
	font-weight: normal;
	color: #000;
}

.slider .jquery-reslider .slider-block > span {
  display: block;
  position: absolute;
  top: 35%;
  left: 50%;
  font-size: 20px;
  line-height: 30px;
  font-family: NanumSquareR, NanumBarunGothic, NanumGothic;
  margin: 0 auto;
  margin-left: -570px;
}
.slider .jquery-reslider .slider-block em {
	display: inline-block;
	font-family: NanumSquareB, NanumBarunGothicBold, NanumGothicBold;
 	font-size: 38px;
 	font-style: normal;
 	margin: 10px 0 30px;
}
@media screen and (max-width: 1199px) {
	.slider .jquery-reslider .slider-block a,
	.slider .jquery-reslider .slider-block > span {
/* 	  width: 970px; */
	  font-size: 18px;
	  padding: 0 30px;
	  margin-left: -485px;
	}
	.slider .jquery-reslider .slider-block em {
	  font-size: 32px;
	  line-height: 30px;
	}
}
@media screen and (max-width: 991px) {
	.slider .jquery-reslider .slider-block {
		background-position-x: 15%;
	}
	.slider .jquery-reslider .slider-block a,
	.slider .jquery-reslider .slider-block > span {
	  width: 750px;
	  margin-left: -375px;
	}
	.slider .jquery-reslider .slider-block em {
		margin: 10px 0;
	}
}
@media screen and (max-width: 767px) {
	.slider {height: 100px;}
	.slider .jquery-reslider .slider-block a,
	.slider .jquery-reslider .slider-block > span {
	  padding: 0 60px;
	  width: 100%;
	  font-size: 16px;
	  left: 0;
	  margin-left: 0;
	  top: 25%;
	  line-height: 28px;
	}
	.slider .jquery-reslider .slider-block span {
		margin-top: 8px;
	  font-size: 18px;
	}
	.slider .jquery-reslider .slider-block em {
		font-size: 30px;
		line-height: 36px;
	}
}
@media screen and (max-width: 500px) {
	.slider .jquery-reslider .slider-block a,
	.slider .jquery-reslider .slider-block > span {
	  padding: 0;
	  width: 100%;
	  font-size: 15px;
	  left: 0;
	  margin-left: 0;
	  top: 20%;
	  line-height: 24px;
	  text-align: center;
	}
	.slider .jquery-reslider .slider-block em {
		font-size: 26px;
	}
}

.slider .jquery-reslider .slider-direction {
  position: absolute;
  top: 50%;
  z-index: 99;
  margin-top: -35px;
  width: 69px;
  height: 69px;
  cursor: pointer;
}

.slider .jquery-reslider .slider-direction.slider-direction-prev {
  left: 60px;
  background: url('../../images/kr/main/swipe-l.png') no-repeat;
}

.slider .jquery-reslider .slider-direction.slider-direction-next {
  right: 60px;
  background: url('../../images/kr/main/swipe-r.png') no-repeat
}

.slider .jquery-reslider .slider-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0px;
}

.slider .jquery-reslider .slider-dots ul {
  padding: 0 !important;
}

.slider .jquery-reslider .slider-dots li {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  display: inline-block;
  margin: 6px;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.slider .jquery-reslider .slider-dots li:first-child {
  margin-left: 0px;
}
.slider .jquery-reslider .slider-dots li:last-child {
  margin-right: 0px;
}

.slider .jquery-reslider .slider-dots li.active { background-color: #ffffff ; }

@media screen and (max-width: 991px) {
	.slider .jquery-reslider .slider-direction.slider-direction-prev {left: 2%;}
	.slider .jquery-reslider .slider-direction.slider-direction-next {right: 2%;}
}
@media screen and (max-width: 767px) {
	.slider .jquery-reslider .slider-direction {display: none; margin-top: -25px; width: 50px; height: 50px; background-size: 50px !important; zoom: .8; }
	.slider .jquery-reslider .slider-direction.slider-direction-prev {left: 15px;}
	.slider .jquery-reslider .slider-direction.slider-direction-next {right: 15px;}
	.slider .jquery-reslider .slider-dots { position: absolute; }
}



/**** New Slide ****/
.span12 {
	position: relative;
}
#sync1 .item {
	margin: 0;
	padding: 0;
	color: #444;
}
#sync1 .item a {
	margin: inherit;
}
#sync1 .item img {
	width: 100%;
}
#sync1.owl-theme .owl-controls {
	display: none !important;
	position: absolute;
	bottom: 5%;
	width: 100%;
}
#sync1.owl-theme .owl-controls .customNavigation {
	display: none;
}

#sync2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 183px;
	height: 100%;
	overflow: hidden;
/* 	background: rgba(255, 255, 255, 0.9); */
/* 	border-left: 1px solid #d0d0d0; */
}
#sync2:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 172px;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	border-left: 1px solid #d0d0d0;
}
#sync2.owl-carousel .owl-wrapper-outer {
	padding-left: 12px;
	height: 100%;
/* 	overflow-y: auto; */
}
#sync2.owl-carousel .owl-wrapper {
	width: 170px !important;
	height: 100%;
/* 	background: rgba(255, 255, 255, 0.9); */
/* 	border-left: 1px solid #d0d0d0; */
}
#sync2.owl-carousel .owl-item {
	clear: both;
	width: 170px !important;
}
#sync2.owl-carousel .owl-item .item {
	margin: 0;
	padding: 34px 0 34px 20px;
/* 	background: rgba(255, 255, 255, 0.9); */
	border-bottom: 1px solid #cccdce;
	cursor: pointer;
}
#sync2.owl-carousel .owl-item:last-child {
	border-bottom: none;
}
#sync2 .item a {
	margin: inherit;
	font-family: 'NotoSansR';
	font-size: 17px;
	color: #444;
}
#sync2 .item a img {
	display: none;
}
#sync2 .owl-item.synced {
	position: relative;
}
#sync2 .owl-item.synced:before {
	content: '';
	position: absolute;
	top: 30px;
	left: -12px;
	z-index: 1;
	border-top: 12px solid transparent;
	border-right: 12px solid #ff6927;
	border-bottom: 12px solid transparent;
}
#sync2 .owl-item.synced .item {
	margin-top: -1px;
	padding: 34px 0 20px 20px;
	color: #fff;
	background-color: #ff6927;
	border-bottom: transparent;
}
#sync2 .owl-item.synced .item a {
	color: #fff;
}
#sync2 .owl-item.synced .item a img {
	display: block;
	padding: 18px 0 0;
}

@media all and (max-width: 1199px) {
	#sync2.owl-carousel .owl-item .item {
		padding-top: 28px;
		padding-bottom: 25px;
	}
	#sync2 .owl-item.synced .item {
		padding-top: 28px;
		padding-bottom: 15px;
	}
	#sync2 .owl-item.synced .item a img {
		padding-top: 10px;
	}
}
@media all and (max-width: 767px) {
	#sync1.owl-theme .owl-controls {
		display: block !important;
	}
	#sync2 {
		display: none !important;
	}
}



/**** Main Visual Banner ****/

.mainVisual {
	position: relative;
/* 	float: left; */
	width: 100%;
/* 	height: 770px; */
	overflow: hidden;
	background-color: #f5f0ec;
}
.mainBanner {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	z-index: 20;
}
.mainBanner li {
	width: 100%;
}
.mainBanner li a img {
	width: 100%;
}
.mainBanner li a > div {
	width: 100%;
	height: 100%;
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.mainBanner li .banner-text {
	position: absolute;
	top: 29%;
	left: 20%;
	width: 40.6%;
	color: #222;
	font-family: 'NotoSansL';
	font-size: 52px;
	letter-spacing: -0.1em;
	text-align: left;
}
.mainBanner li .banner-text em {
	display: block;
	margin-bottom: 17px;
	font-style: normal;
	font-size: 20px;
	letter-spacing: normal;
}
.mainBanner li .banner-text strong {
	display: block;
	margin-top: -4px;
	font-family: 'NotoSansR';
	font-size: 52px;
	letter-spacing: -0.01em;
}
.mainBanner li .banner-text span {
	display: block;
	margin-top: 28px;
	font-family: 'NotoSansR';
	font-size: 18px;
	line-height: 1.5em;
	letter-spacing: -0.015em;
}

.mainBanner_nav {
	display: none;
	position: absolute;
	top: 50%;
	z-index: 999;
	width: 22px;
	height: 44px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.mainBanner_nav.prev {
	left: 20px;
	background-image: url("../../images/kr/swipe-l.png");
}
.mainBanner_nav.next {
	right: 20px;
	background-image: url("../../images/kr/swipe-r.png");
}

.banner-dots {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
/* 	padding-left: 12px; */
	width: 182px;
	height: 100%;
	text-align: center;
}
.mainBannerBtn {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
/* 	background: rgba(255, 255, 255, 0.9); */
/* 	border-left: 1px solid #d0d0d0; */
}
.mainBannerBtn .mCustomScrollBox {
	right: 0;
	width: 100%;
}
.mainBannerBtn .mCSB_container {
	float: right;
/* 	padding-left: 12px; */
}
.mainBannerBtn li:nth-child(1) {
	display: table-cell;
	position: relative;
	left: 12px;
	float: none;
	font-family: 'NotoSansR';
	color: #666;
	width: 170px;
	height: 93px;
	text-align: center;
	vertical-align: middle;
/* 	border-bottom: 1px solid #d0d0d0; */
	padding: 50px 0 20px;
    -webkit-padding-before: 0px;
    -webkit-padding-end: 0px;
    -webkit-padding-after: 0px;
    -webkit-padding-start: 0;
}
.mainBannerBtn li:nth-child(1):after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #d0d0d0;
}
.mainBannerBtn li {
	display: inline-block;
	float: right;
	width: 170px;
	text-align: left;
}
.mainBannerBtn li a {
	position: relative;
	float: left;
	margin: 0;
	padding: 34px 10px 34px 15px;
	width: 100%;
	font-family: 'NotoSansR';
	font-size: 17px;
	color: #444;
/* 	background: rgba(255, 255, 255, 0.9); */
	border-bottom: 1px solid #cccdce;
	cursor: pointer;
}
.mainBannerBtn li:last-child a {border-bottom: 0;}
.mainBannerBtn li a img {
	display: none;
}
.mainBannerBtn .mainBanner_here a {
	margin-top: -1px;
	padding: 30px 10px 30px 15px;
	color: #fff;
	background-color: #ff6927;
	border-bottom: transparent;
}
.mainBannerBtn .mainBanner_here a:before {
	content: '';
	position: absolute;
	top: 30px;
	left: -12px;
	z-index: 1;
	border-top: 12px solid transparent;
	border-right: 12px solid #ff6927;
	border-bottom: 12px solid transparent;
}
.mainBannerBtn .mainBanner_here a img {
	display: block;
	margin-top: 15px;
}
.mainBannerBtn + p {
	position: absolute;
	top: 0;
	left: 11px;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	border-left: 1px solid #d0d0d0;
}

@media all and (min-width: 1631px) {
	.mainVisual,
	.mainBanner li {
		height: 550px;
	}
	.mainBannerBtn li:nth-child(1) {
		height: 133px;
	}
	.mainBannerBtn li a,
	.mainBannerBtn .mainBanner_here a {padding: 40px 10px 40px 15px !important;}
}

@media all and (max-width: 1630px) {
	.mainVisual,
	.mainBanner li {
		height: 455px;
	}
	.mainBanner_nav.prev {
		left: 1%;
		margin-left: 0;
	}
	.mainBanner_nav.next {
		right: 1%;
		margin-right: 0;
	}
}
@media all and (max-width: 1559px) {
	.mainBanner li .banner-text {
		font-size: 45px;
	}
	.mainBanner li .banner-text strong {
		margin-top: -10px;
		font-size: 45px;
	}
	.mainBanner li .banner-text span {
		margin-top: 20px;
		font-size: 18px;
	}
}

@media all and (max-width: 1199px) {
	/*.mainVisual,
	.mainBanner li {
		height: 407px;
	}*/
	.mainBanner li .banner-text {
		left: 10%;
		font-size: 35px;
	}
	.mainBanner li .banner-text strong {
		margin-top: -10px;
		font-size: 35px;
	}
	.mainBanner li .banner-text span {
		margin-top: 20px;
		font-size: 16px;
	}
}
@media all and (max-width: 1023px) {
	/*.mainVisual,
	.mainBanner li {
		height: 496px;
	}*/
	.mainBanner li a img {
		margin-left: -15%;
		width: 130%;
	}
}
@media all and (max-width: 991px) {
	.mainBanner li .banner-text {
		left: 0;
		left: 50%;
		margin-left: -360px;
		width: 720px;
		font-size: 35px;
	}
	.mainBanner li .banner-text strong {
		margin-top: -10px;
		font-size: 35px;
	}
	.mainBanner li .banner-text span {
		margin-top: 20px;
		font-size: 16px;
	}
}
@media all and (max-width: 959px) {
	/*.mainVisual,
	.mainBanner li {
		height: 490px;
	}*/
	.mainBanner li a img {
		margin-left: -20%;
		width: 140%;
	}
	
	.mainBanner_nav {
		width: 35px;
		background-size: 11px 22px;
	}
	.mainBannerBtn {
		bottom: 0px;
	}
}
@media all and (max-width: 884px) {
	.mainVisual,
	.mainBanner li {
		height: 450px;
	}
}
@media all and (max-width: 812px) {
	/*.mainVisual,
	.mainBanner li {
		height: 425px;
	}*/
}
@media all and (max-width: 767px) {
	.mainVisual,
	.mainBanner li {
		height: 417px;
	}
	.mainBanner li .banner-text {
		top: 25%;
		left: 10%;
		margin: 0 auto;
		width: 100%;
		font-size: 25px;
	}
	.mainBanner li .banner-text strong {
		margin-top: -10px;
		font-size: 25px;
	}
	.mainBanner li .banner-text span {
		margin-top: 20px;
		font-size: 14px;
	}
	
	.mainBanner_nav {
		display: block;
		top: 45%;
	}
	
	.banner-dots {
		display: none;
	}
}
@media all and (max-width: 736px) {
	.mainVisual,
	.mainBanner li {
		height: 380px;
	}
	
	.mainBanner_nav {
		top: 43%;
	}
}
@media all and (max-width: 667px) {
	.mainVisual,
	.mainBanner li {
		height: 345px;
	}
}
@media all and (max-width: 639px) {
	.mainBannerBtn li,
	.mainBannerBtn a {
		height: 40px;
		line-height: 40px;
	}
	.mainBannerBtn li a {
		padding: 0 10px;
		width: auto;
		font-size: 13px;
	}
	.mainBanner li a img {
		margin-left: -25%;
		width: 150%;
	}
}
@media all and (max-width: 413px) {
	.mainVisual,
	.mainBanner li {
		height: 327px;
	}
	
	.mainBanner_nav {
		top: 40%;
	}
}
@media all and (max-width: 374px) {
	.mainVisual,
	.mainBanner li {
		height: 318px;
	}
}
@media all and (max-width: 359px) {
	.mainVisual,
	.mainBanner li {
		height: 294px;
	}
	
	.mainBanner_nav {
		top: 35%;
	}
}



/**** NEW SELLING ****/
/*
#owl-demo.owl-carousel .owl-wrapper-outer {
	left: 7px;
	width: 1260px;
}
#owl-demo .item {
	display: block;
	float: left;
	margin: 0;
	padding: 0 16px 0 0;
	width: 100%;
	color: #fff;
	text-align: center;
}
#owl-demo .item a {
	float: left;
	width: 100%;
	background-color: #f3f3f3;
}
#owl-demo .item a > img {
	width: 100%;
}
#owl-demo .item a > span {
	float: left;
	padding: 24px 20px 14px;
	width: 100%;
	font-family: 'NanumBarunGothic';
	font-size: 16px;
	color: #999;
	text-align: center;
	background-color: #f3f3f3;
}
#owl-demo .item a > span strong {
	display: block;
	float: left;
	margin-top: 4px;
	width: 100%;
	font-family: 'NanumBarunGothic';
	font-weight: normal;
	font-size: 16px;
	letter-spacing: -0.05em;
	word-spacing: 0.05em;
	white-space: nowrap;
	color: #222;
	text-overflow: ellipsis;
	overflow: hidden;
}
#owl-demo .item a > strong {
	float: left;
	margin-bottom: 37px;
	width: 100%;
	font-family: 'NanumBarunGothic';
	font-weight: normal;
	font-size: 16px;
	color: #222;
}
#owl-demo .item a > strong span {
	margin-right: 10px;
	font-weight: normal;
	color: #999;
	text-decoration: line-through;
}
#owl-demo .item a > strong em {
	font-style: normal;
	font-weight: bold;
}
#owl-demo.owl-theme .owl-controls .customNavigation {
	display: none;
}
#owl-demo.owl-theme .owl-controls .owl-pagination {
	margin-top: 15px;
}
#owl-demo.owl-theme .owl-controls .owl-pagination div span {width: 10px; height: 10px; background-color: #999;}
#owl-demo.owl-theme .owl-controls .owl-pagination div.active span {background-color: #333;}
#owl-demo.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	background-color: #e5e5e5 !important;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

#owl-demo.owl-theme .owl-buttons i {
	margin-top: 13px;
	width: 12px;
	height: 22px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: -58px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	right: -58px;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings-green.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 4px;
}
.icon-chevron-left {
	background: url('../../images/kr/shop/new-prev.png') no-repeat;
}
.icon-chevron-right {
	background: url('../../images/kr/shop/new-next.png') no-repeat;
}

@media all and (min-width: 768px) {
	#owl-demo.owl-carousel .owl-wrapper-outer {
		width: 720px;
	}
	#owl-demo.owl-theme .owl-controls .owl-pagination {
		display: none;
	}
	#owl-demo.owl-theme .owl-controls .owl-buttons div {
		top: 159px;
	}
}
@media all and (min-width: 992px) {
	#owl-demo.owl-carousel .owl-wrapper-outer {
		width: 940px;
	}
}
@media all and (min-width: 1200px) {
	#owl-demo.owl-carousel .owl-wrapper-outer {
		width: 1260px;
	}
	#owl-demo.owl-theme .owl-controls .owl-buttons div {
		top: 199px;
	}
}
*/

/**** NEW SELLING ****/

#owl-demo .item {
	display: block;
	float: left;
	margin: 0;
	padding: 0 16px 10px 0;
	width: 100%;
	color: #fff;
	text-align: center;
/* 	background-color: #f3f3f3; */
}
#owl-demo .item a {
	float: left;
	width: 100%;
	background-color: #f3f3f3;
}
#owl-demo .item a > img {
	width: 100%;
}
#owl-demo .item a > span {
	float: left;
	padding: 24px 20px 14px;
	width: 100%;
	font-family: 'NanumBarunGothic';
	font-size: 16px;
	color: #999;
	text-align: center;
	background-color: #f3f3f3;
}
#owl-demo .item a > span strong {
	display: block;
	float: left;
	margin-top: 4px;
	width: 100%;
	font-family: 'NanumBarunGothic';
	font-weight: normal;
	font-size: 16px;
	letter-spacing: -0.05em;
	word-spacing: 0.05em;
	white-space: nowrap;
	color: #222;
	text-overflow: ellipsis;
	overflow: hidden;
}
#owl-demo .item a > strong {
	float: left;
	margin-bottom: 17px;
	width: 100%;
	font-family: 'NanumBarunGothic';
	font-weight: normal;
	font-size: 16px;
	color: #222;
}
#owl-demo .item a > strong span {
	margin-right: 10px;
	font-weight: normal;
	color: #999;
	text-decoration: line-through;
}
#owl-demo .item a > strong em {
	font-style: normal;
	font-weight: bold;
/* 	line-height: 3.1; */
}
#owl-demo.owl-theme .owl-nav {
	position: absolute;
	top: 159px;
	width: 100%;
}
#owl-demo.owl-theme .owl-nav button {
	position: absolute;
}
#owl-demo.owl-carousel .owl-nav button.owl-prev {
	left: -57px;
}
#owl-demo.owl-carousel .owl-nav button.owl-next {
	right: -57px;
}
#owl-demo.owl-theme .owl-nav button span {
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -999999px;
	overflow: hidden;
	background-position: center;
	background-color: #e5e5e5;
	background-repeat: no-repeat;
	border-radius: 100%;
}
#owl-demo.owl-theme .owl-nav button:hover span {background-color: #bbb;}
#owl-demo.owl-carousel .owl-nav button.owl-prev span {
	background-image: url('../../images/kr/shop/new-prev.png');
}
#owl-demo.owl-carousel .owl-nav button.owl-next span {
	background-image: url('../../images/kr/shop/new-next.png');
}

.owl-theme .owl-dots .owl-dot span {
	margin: 0 6px !important;
	background-color: #999 !important;
}
.owl-theme .owl-dots .owl-dot.active span {
	background-color: #333 !important;
}
#owl-demo.owl-theme .owl-nav [class*=owl-] {
	margin: 0;
}
#owl-demo.owl-theme .owl-nav [class*=owl-]:hover {
	background: none !important;
}
#owl-demo.owl-theme .owl-control {
	margin-top: 0px;
}
#owl-demo.owl-theme .owl-custom {
	display: none;
}

@media all and (min-width: 768px) {
	#owl-demo.owl-carousel .owl-stage-outer {
		left: 8px;
		width: 790px;
	}
	#owl-demo.owl-theme .owl-dots {
		display: none;
	}
}
@media all and (min-width: 992px) {
	#owl-demo.owl-carousel .owl-stage-outer {
		width: 992px;
	}
}
@media all and (min-width: 1200px) {
	#owl-demo.owl-carousel .owl-stage-outer {
		width: 1290px;
	}
	#owl-demo.owl-theme .owl-nav {
		top: 199px;
	}
}

@media all and (max-width: 767px) {
	#owl-demo {
		margin-left: 8px;
	}
	#owl-demo.owl-theme .owl-nav {
/* 		display: none; */
	}
	
	#owl-demo.owl-carousel .owl-nav button.owl-next {
	    right: 0px;
	}
	#owl-demo.owl-carousel .owl-nav button.owl-prev {
	    left: -15px;
	}
}
@media (max-width: 600px) {
/* 	#owl-demo.owl-theme .owl-nav { */
/* 		top: 259px !important; */
/* 	} */
}



/**** BEST SELLING ****/

#owl-demo2 .item {
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#owl-demo2 .item > a {
	float: left;
	width: 100%;
	height: 330px;
	overflow: hidden;
	background-color: #f3f3f3;
}
#owl-demo2 .item > a img {
	width: 100%;
}
#owl-demo2 .item > a span {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('../../images/kr/shop/none_img.png');
	background-position: center;
	background-size: 70%;
	background-repeat: no-repeat;
}
#owl-demo2 .item > span {
	float: right;
	padding: 28px 20px 0;
	width: 100%;
	font-family: 'NotoSansL';
	font-size: 16px;
	line-height: 1.45;
	color: #222;
	text-align: center;
}
#owl-demo2 .item span .panel-title {
	position: relative;
	float: none;
	margin: 0px;
	padding: 0px;
	font-family: 'NotoSansB';
	font-size: 40px;
	letter-spacing: -0.04em;
	color: #222;
	text-align: center !important;
}
#owl-demo2 .item span .panel-title:after {
	content: '';
	position: absolute;
	top: 67px;
	left: 50%;
	width: 1px;
	height: 45px;
	background-color: #333;
}
#owl-demo2 .item span strong {
	display: block;
	float: none;
	margin: 0 auto;
	width: 80%;
	font-family: 'NanumBarunGothic';
	font-weight: normal;
	font-size: 28px;
	letter-spacing: -0.07em;
	word-spacing: 0.07em;
	white-space: nowrap;
	color: #222;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}
#owl-demo2 .item span em {
	float: left;
	margin: -4px 0 10px;
	width: 100%;
	font-family: 'NanumBarunGothicBold';
	font-style: normal;
	font-size: 20px;
}
#owl-demo2 .item span p {
/* 	float: left; */
	margin: 0 auto;
	padding: 58px 20px 0;
	width: 100%;
	height: 140px;
	font-family: 'NotoSansL';
	font-size: 16px;
	line-height: 1.45;
	color: #222;
	text-align: center;
}
#owl-demo2 .item span em span {
	margin-right: 10px;
	font-family: 'NanumBarunGothic';
	font-weight: normal;
	color: #999;
	text-decoration: line-through;
}
#owl-demo2 .item span a,
#owl-demo2 .item span button {
	display: block;
	margin: 20px auto 0;
	padding: 9px 29px 9px;
	width: 135px;
	font-family: 'NotoSansL';
	font-size: 16px;
	letter-spacing: -0.04em;
	color: #666;
	text-align: center;
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 22px;
}
#owl-demo2 .item span a:hover {color: #121212; background: #f8f8f8;}

#owl-demo2.owl-theme .owl-controls {
	margin-top: 20px;
}
#owl-demo2.owl-theme .owl-controls .owl-pagination {
	display: inline-block;
}
#owl-demo2.owl-theme .owl-controls .owl-page span {
	margin: 0 6px 1px;
	width: 10px;
	height: 10px;
	background-color: #999;
}
#owl-demo2.owl-theme .owl-controls .owl-page.active span {
	background-color: #333;
}
.customNavigation {
	display: inline-block;
	text-align: center;
}
.customNavigation a {
	display: inline-block;
	margin-right: 4px;
	padding: 0;
	width: 12px;
	height: 12px;
	overflow: hidden;
	background: url('../../images/kr/shop/btn_stopplay.png') center left no-repeat;
	cursor: pointer;
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.customNavigation a.prev,
.customNavigation a.next {
	display: none;
}
.customNavigation a.stop {
	text-indent: -999999px;
	overflow: hidden;
}
.customNavigation a.play {
	background-position: center right;
}

@media all and (min-width: 768px) {
	#owl-demo2 .item {
		margin-top: 70px;
	}
	#owl-demo2 .item > a {
		width: 50%;
		height: 520px;
	}
	#owl-demo2 .item > a img {
		margin-left: -22.5%;
		width: 145%;
	}
	#owl-demo2 .item > span {
		padding-top: 58px;
		width: 50%;
	}
	#owl-demo2 .item span strong {
		margin-top: 116px;
	}
	#owl-demo2 .item span p {
		width: 65%;
/* 		height: 243px; */
	}
	#owl-demo2 .item span a,
	#owl-demo2 .item span button {
		margin-top: 22px;
	}
	#owl-demo2.owl-theme .owl-controls {
		position: absolute;
		right: 0;
		bottom: 25px;
		float: right;
		margin: 0;
		width: 50%;
	}
}
@media all and (min-width: 992px) {
	#owl-demo2 .item > a img {
		margin-left: -5.5%;
		width: 111%;
	}
}
@media all and (min-width: 1200px) {
	#owl-demo2 .item > a img {
		margin-top: -8.8%;
		margin-left: 0;
		width: 100%;
	}
}



/**** BEST SELLING ****/

#owl-demo2.owl-theme .owl-control {
	margin-top: 0px;
	text-align: center;
}
.owl-custom {
	display: inline-block;
	margin-left: 5px;
}
.owl-custom a {
	display: inline-block;
	margin-top: -4px;
	margin-right: 4px;
	padding: 0;
	width: 12px;
	height: 12px;
	overflow: hidden;
	background: url('../../images/kr/shop/btn_stopplay.png') center left no-repeat;
	cursor: pointer;
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-custom a.stop {
	text-indent: -999999px;
	overflow: hidden;
}
.owl-custom a.play {
	background-position: center right;
}
#owl-demo2.owl-theme .owl-dots {
	display: inline-block;
}
@media all and (min-width: 768px) {
	#owl-demo2.owl-theme .owl-control {
		position: absolute;
		right: 0;
		bottom: 25px;
		width: 50%;
	}
}



/**** BEST REVIEW ****/

.main-review {
	margin: 60px 0 50px;
	padding: 0 0 40px;
	background-color: #f3f3f3;
}
.main-review .pro-heading {
	padding: 21px 0 64px;
}
.main-review ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.main-review ul li {
	float: left;
	padding: 0 5%;
	width: 50%;
	height: 330px;
}
.main-review ul li a strong {
	float: left;
	width: 100%;
	height: 66px;
	font-family: 'NanumBarunGothic';
	font-size: 15px;
	color: #222;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
}
.main-review ul li a em {
    float: left;
    margin: 5px 0;
    width: 100%;
    font-family: 'NanumBarunGothicBold';
    font-style: normal;
    font-size: 15px;
    color: #222;
    text-align: center;
}
.main-review ul li a em span {
	float: none;
    margin-right: 10px;
    font-weight: normal;
    color: #999;
    text-decoration: line-through;
}
.main-review ul li a {
	float: left;
	width: 100%;
}
.main-review ul li a p {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 100%;
	border: 1px solid #e1e1e1;
	margin-bottom: 15px;
}
.main-review ul li a p img {
	width: 100%;
}
.main-review span {
	float: left;
	padding: 11px 0 74px;
	width: 100%;
	font-family: 'NanumBarunGothic';
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: -0.04em;
	word-spacing: 0.04em;
	color: #444;
	text-align: center;
}
.more-view {
	position: absolute;
	bottom: -70px;
	float: left;
	margin-left: -15px;
	padding: 50px 0 0;
	width: 100%;
	text-align: center;
}
.more-view a {
	display: inline-block;
/* 	position: absolute; */
/* 	bottom: -30px; */
/* 	margin-left: -30px; */
	width: 60px;
	height: 60px;
	font-family: 'NotoSansL';
	font-size: 24px;
	color: #fff;
	background-color: #333;
	border-radius: 100%;
	line-height: 56px;
}
.more-view a:hover {background-color: #ff6927;}

@media all and (min-width: 540px) {
	.main-review ul li {
		height: 400px;
	}
	.main-review ul li a strong {
		height: 45px;
	}
}
@media all and (min-width: 768px) {
	.main-review ul li {
		padding: 0 10px;
		width: 33.333333%;
		height: 350px;
	}
}
@media all and (min-width: 992px) {
	.main-review ul li {
		height: 397px;
	}
}
@media all and (min-width: 1200px) {
	.main-review .container {
		width: 1360px;
	}
	.main-review ul li {
		width: 16.666%;
		padding: 0 15px;
	}

/* 	.main-review ul li:nth-child(6n) { */
/* 		display: none; */
/* 	} */
}
@media all and (min-width: 1600px) {
	.main-review .container {
		width: 1600px;
	}
	.main-review ul li a p {
	    min-height: 206px !important;
	    max-height: 206px !important;
	    background: #fff !important;
	}
	.main-review ul li {
		padding: 0 30px;
	}
}



/**** MD PICK ****/

.main-pick {
	margin: 30px 0 0;
}
.main-pick ul.menu {
/* 	float: left; */
	margin: 0 auto 60px;
	padding: 0;
	width: 100%;
	height: 43px;
}
.main-pick ul.menu li {
	float: left;
	padding: 0 5px 5px 5px;
	width: 25%;
}
.main-pick ul.menu li a {
	float: left;
	padding: 11px 0 8px;
	width: 100%;
	font-family: 'NanumBarunGothic';
	font-size: 16px;
	color: #999;
	text-align: center;
	border: 1px solid #c2c2c2;
	border-radius: 22px;
}
.main-pick ul.menu li.active a {
	color: #222;
	border: 1px solid #666;
}

@media all and (min-width: 768px) {
	.main-pick ul.menu {
		width: 720px;
	}
	.main-pick ul.menu li {
		padding: 0 5px;
		width: 12.5%;
	}
}
@media all and (min-width: 992px) {
	.main-pick ul.menu {
		width: 940px;
	}
}
@media all and (min-width: 1200px) {
	.main-pick ul.menu {
		width: 1158px;
	}
}


.tab-wrap {
	position: relative;
	float: left;
	margin: 0 auto;
	width: 100%;
	background: #fff;
}
.tab-wrap .tab-header {
	margin: 0 auto 20px;
	padding: 0;
	width: 100%;
/* 	height: 43px; */
	text-align: center;
}
.tab-wrap .tab-header > li {
	display: inline-table;
/* 	float: left; */
	padding: 0 1px 5px 1px;
	width: 32%;
}
.tab-wrap .tab-header > li > a {
	float: left;
	padding: 11px 0 8px;
	width: 100%;
	font-family: 'NanumBarunGothic';
	font-size: 14px;
	letter-spacing: -0.06em;
	color: #999;
	text-align: center;
	border: 1px solid #c2c2c2;
	border-radius: 22px;
}
.tab-wrap .tab-header > li > a:hover {
	background-color: #f8f8f8;
}
.tab-wrap .tab-header > li.active > a,
.tab-wrap .tab-header > li.active > a:hover,
.tab-wrap .tab-header > li.active > a:focus {
	color: #222;
	border: 1px solid #666;
}
.tab-wrap .tab-content {
	padding: 0 !important;
}

.main-pick .cd-gallery {
	border-bottom: 1px solid #ddd;
}
.main-pick .cd-gallery > li {
/* 	margin-right: 1.26%; */
	margin-bottom: 0;
/* 	width: 24.048%; */
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		box-shadow: none;
}
.main-pick .cd-gallery > li > a {
	border: 1px solid #e1e1e1;
}
.main-pick .cd-gallery > li:nth-child(5n) {
	margin-right: 0;
}
.main-pick .cd-item-info {
	padding: 21px 0 28px;
	border-bottom: none;
}
.main-pick .cd-item-info b a {
	font-family: 'NanumBarunGothic';
	font-size: 15px;
	color: #222;
	min-height: 47px;
    max-height: 47px;
}
.main-pick .cd-item-info .cd-price {
	margin-top: 8px;
	font-family: 'NanumBarunGothicBold';
	font-size: 16px;
	color: #000;
}
.main-pick .cd-item-info .cd-price span {
	font-family: 'NanumBarunGothic';
	color: #222;
}
.main-pick .cd-gallery > li.none {
	display: inline-block;
	padding: 120px 0 198px;
	width: 100%;
	text-align: center;
/* 	border-top: 1px solid #e1e1e1; */
}
.main-pick .cd-gallery > li.none img {
	margin: 30px 0 10px;
	width: 64px;
}

@media all and (min-width: 768px) {
	.tab-wrap .tab-header {
		margin-bottom: 60px;
		width: 720px;
		height: 43px;
	}
	.tab-wrap .tab-header li {
		padding: 0 3px 0 4px;
		width: 16%;
	}
	.tab-wrap .tab-header > li > a {
		font-size: 16px;
		letter-spacing: normal;
	}
}
@media all and (min-width: 992px) {
	.tab-wrap .tab-header {
		margin-bottom: 40px;
		width: 940px;
	}
	.tab-wrap .tab-header li {
		width: 13%;
	}
	
	.main-pick .cd-gallery > li {
		margin-right: 1.37%;
		width: 18.9%;
	}
}
@media all and (min-width: 1200px) {
	.tab-wrap .tab-header {
		margin-bottom: 60px;
		width: 1158px;
	}
	
	.main-pick .cd-gallery > li {margin-right: 1.37%;}
}

@media all and (max-width: 1110px) {
	.main-pick .cd-item-wrapper {
		margin: 0 !important;
	}
	.main-pick .cd-item-wrapper li {
		width: 100% !important;
		height: 100% !important;
	}
}



/**** COMMUNITY ****/

.main-community {}
.community-box {
	float: left;
	width: 100%;
}
.community-box a {
	position: relative;
	float: left;
	margin-bottom: 4%;
	width: 100%;
}
.community-box a i {
	position: absolute;
	top: 20px;
	right: 20px;
}
.community-box.small a img {
	width: 100%;
}
.community-box a span {
	display: block;
	width: 100%;
	height: 150px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.community-box.small {
	float: right;
	width: 100%;
}
.community-box.small a {
	padding-right: 0;
	width: 50%;
}
.community-box.small a:nth-child(2n) {
	float: right;
	padding-right: 0;
	padding-left: 4%;
}

.notice-box {
	float: left;
	margin-top: 28px;
	width: 100%;
}
.notice-box h5 {
	margin: 18px 0;
	font-family: 'NotoSansR';
	font-size: 24px;
	color: #333;
}
.notice-box ul {
	margin: 0;
	padding: 0;
}
.notice-box ul li {
	float: left;
	margin-top: 13px;
	width: 100%;
}
.notice-box ul li a {
	float: left;
	width: 70%;
	font-family: 'NotoSansL';
	font-size: 15px;
	white-space: nowrap;
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
}
.notice-box ul li span {
	float: right;
	font-family: 'NotoSansL';
	font-size: 15px;
	color: #999;
}
.notice-box ul li img {
	display: block;
	margin: 0 auto;
	width: 64px;
	transform: none;
}
.notice-box > a {
	display: inline-block;
	margin-top: 38px;
	margin-bottom: 56px;
	font-family: 'NotoSansL';
	font-size: 15px;
	color: #999;
}
.notice-box > a:hover {color: #121212;}

@media all and (min-width: 992px) {
	.community-box {
		width: 50%;
	}
	.community-box a {
		margin-bottom: 0;
	}
	.community-box a span {
		height: 250px;
	}
	.community-box.small {
		width: 50%;
	}
	.community-box.small a {
		margin-bottom: 28px;
		padding-left: 4%;
		width: 50%;
	}
	
	.notice-box {
		width: 50%;
	}
	.notice-box ul li span {
		padding-right: 30px;
	}
	.notice-box > a {
		margin-bottom: 0;
	}
}
@media all and (min-width: 1290px) {
	.community-box {
		width: 604px;
	}
	.community-box.small {
		width: 630px;
	}
	.community-box.small a,
	.community-box.small a:nth-child(2n) {
		margin-bottom: 28px;
		padding-right: 0;
		padding-left: 0;
		width: 300px;
	}
	
	.notice-box {
		width: 604px;
	}
}


.customer-box {
	float: left;
	margin-bottom: 70px;
	width: 100%;
	background-color: #f8f8f8;
}
.customer-box dt {
	float: left;
	padding: 20px 0 0 30px;
	width: 100%;
	font-family: 'NotoSansR';
	font-weight: normal;
	font-size: 16px;
	color: #333;
}
.customer-box dt p {
	float: left;
	margin-top: 4px;
	padding: 0 24px 0 0;
}
.customer-box dt strong {
	display: block;
	margin-top: 1px;
	font-family: 'NanumSquareB';
	font-size: 23px;
	color: #202020;
}
.customer-box dd {
	float: left;
	padding: 6px 0 15px 30px;
}
.customer-box dd span {
	float: left;
	margin: 15px 5px 0 0;
	font-family: 'NotoSansR';
	font-size: 20px;
	color: #444;
}
@media (max-width: 768px) {
	.customer-box dd i {display: none;}
	.customer-box dd span {font-size: 17px;}
	
}
.customer-box dd i {
	float: left;
	margin: 27px 0 0 8px;
	width: 7px;
	height: 7px;
	background-color: #bcbcbc;
	border-radius: 100%;
}
.customer-box dd a {
	float: left;
	margin-top: 5px;
	margin-left: 12px;
}
.customer-box dd a img {
	width: 45px;
}

@media all and (min-width: 992px) {
	.customer-box dt {
		padding-bottom: 14px;
		padding-left: 20px;
		width: 210px;
	}
	.customer-box dt p {
		padding-right: 15px;
	}
	.customer-box dd {
		padding-top: 16px;
		padding-left: 20px;
	}
	.customer-box dd span {
		margin-right: 0;
	}
	.customer-box dd i {
		margin-left: 8px;
	}
	.customer-box dd a {
		margin-top: 7px;
		margin-left: 13px;
	}
	.customer-box dd a img {
		width: 45px;
	}
}
@media all and (min-width: 1200px) {
	.customer-box dt {
		padding-bottom: 14px;
		width: 300px;
		border-right: 1px solid #fff;
	}
	.customer-box dt p {
		padding-right: 24px;
	}
	.customer-box dd {
		padding-left: 64px;
	}
	.customer-box dd span {
		margin-right: 17px;
	}
	.customer-box dd i {
		margin-left: 13px;
	}
	.customer-box dd a {
		margin-top: 0;
		margin-left: 32px;
	}
	.customer-box dd a img {
		width: 59px;
	}
}

@media all and (max-width: 759px) {
	.customer-box dd a {
		margin-top: 20px;
		margin-right: 15px;
		margin-left: 0;
	}
	.customer-box dd a.first {
		clear: both;
	}
}
@media all and (max-width: 539px) {
	.customer-box dd i {
		display: none;
	}
}



td.noneList {
    width: 100% !important;
    text-align: center !important;
    font-size: 13px !important;
    color: #666;
    letter-spacing: 0px;
    padding: 30px 10px 35px !important;
}
td.noneList img {
    width: 64px;
    margin: 0 0 10px;
}


.product-category {float: left; width: 100%; margin: 10px 0 20px;}

.product-category select {float: left; width: 23.3%; margin-left: 0.5%;}
.product-category select:first-child {margin-left: 0px;}
.product-category p {
    float: left;
    padding: 6px 10px 0px 10px;
    width: 10px;
    font-family: Dotum;
    font-weight: 600;
    font-size: 14px;
    color: #4d9488;
}


@media (max-width: 767px) {
	.product-category2 {float: left; width: 100%; margin: 17px 0 0px;}
	.product-category2 span {display: none;}
	.product-category2 select {float: left; width: 49% !important; margin: 0 0.5% 1% !important;}
	.product-category2 p {display: none !important;}
}

.product-category2 {float: left; width: 100%; margin: 17px 0 0px;}
.product-category2 span {float: left; padding: 7px 7px 7px 0; color: #fff;}
.product-category2 select {float: left; width: 15%; margin-left: 0.5%;}
.product-category2 select:first-child {margin-left: 0px;}
.product-category2 p {
    float: left;
    padding: 6px 10px 0px 10px;
    width: 10px;
    font-family: Dotum;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
	opacity: 0.4;
}

/***** ����Ʈ�� *****/
.product-list {
	float: left;
	width: 100%;
	margin: 10px 0;
}
@media (max-width: 500px) {
	.product-list h4 {
	    padding: 0 8px 0 0;
	}
}
.product-list h4 {
	float: left;
	width: 100%;
	font-family: 'NanumGothicBold';
}
.product-list h4 em {
	font-family: 'NanumGothicBold';
	font-size: 24px !important;
	font-family: 'Ubuntu', sans-serif;
	color: #222;
	font-style: normal;
	margin: 0 3px 0 10px;
}
.product-list h4 ul {
	float: right;
	margin: 0;
	padding: 0;
}
.product-list h4 ul li {
	float: left;
	margin-left: 4px;
}
.product-list h4 ul li select {
	min-width: 100px;
}
.product-list h4 ul li button:active {outline: none !important;}
.product-list dl dd {
	position: relative;
	float: left;
	width: 100%;
	height: 146px;
	border: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 10px;
}
.product-list dl dd:hover {
	border: 1px solid #ff6927;
	background-color: #fff;
	width: 100%;
	height: 146px;
	cursor: pointer;
}
.cd-item-info b a {
	font-family: 'NanumGothicBold';
}

p.noneList.noline {
    border-bottom: 0px solid #999999;
}

p.noneList {
	display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #797979;
    text-align: center;
    border-bottom: 1px solid #999999;
    padding: 0 0 30px;
    letter-spacing: 0px;
}
p.noneList img {
    width: 64px;
    margin: 30px 0 10px;
}
.product-list p.none.noline {
    border-top: 0px solid #999999;
}
.product-list p.none {
	display: inline-block;
    width: 100%;
    text-align: center;
    border-top: 1px solid #999999;
    padding: 50px 0 0;
}
.product-list p.none img {
    width: 64px;
    margin: 30px 0 10px;
}
.product-list dl dd p {
	position: relative;
	float: left;
	margin: 12px 20px 12px 12px;
}
.product-list dl dd p img {
	width: 120px;
	height: 120px;
	border: 1px solid #e5e5e5;
}
.product-list .pro-name {
	float: left;
	width: 65%;
	padding: 14px 0 0;
}
.product-list .pro-name em {
	float: left;
	width: 100%;
	height: 51px;
	font-size: 15px;
	font-style: normal;
}
.product-list .pro-name em a {
	color: #333;
	font-family: 'NanumGothicBold';
}
.product-list .pro-name em a:hover {text-decoration: underline;}
.product-list .pro-name em span {
	float: none;
	margin: 0;
	line-height: 1.6em;
	font-weight: normal;
	font-size: 13px;
	color: #555;
}

.product-list .pro-name .price {
	float: left;
	width: 100%;
	height: 46px;
	line-height: 2.1em;
	font-weight: normal;
	font-size: 14px;
}
.product-list .pro-name strong {
	float: left;
	font-weight: 500;
	font-size: 24px !important;
	font-family: 'Ubuntu', sans-serif;
}
.product-list .pro-name p {
	margin-top: -4px !important;
	margin-left: 0;
	font-family: Dotum;
	font-size:12px;
	color: #999;
}

.product-list .level2 {
	position: relative;
	float: right;
	margin: 14px 0;
	padding: 20px 0;
	width: 17%;
	height: 122px;
	border-left: 1px solid #ddd;
	text-align: center;
    vertical-align: middle;
}
.product-list .level2 button {
	width: 70%;
}
.product-list .level2 button:first-child {
	margin-bottom: 5px;
}

.product-list .level {
	position: relative;
	float: right;
	margin: 14px 0;
	padding: 0 20px;
	width: 20%;
	height: 122px;
	border-left: 1px solid #ddd;
}
.product-list .level ul {
	float: left;
	width: 100%;
	padding: 14px 0 0;
}
.product-list .level li {
	float: left;
}
.sub-option .quantity dd input[type="text"],
.product-list .level li input[type="text"] {
	width: 70px !important;
	height:35px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #dce1e4 !important;
    box-shadow: none !important;
    font-size: 13px;
	text-align: center;
    padding: 6px 10px !important;
	margin: 0 -1px;
}
.product-list .level p {
	margin: 2px 0 0;
	width: 100%;
	font-weight: 600;
	font-size: 16px;
	color: #555;
}
.product-list .level p img {
	float: left;
	margin-right: 11px;
	width: 29px;
	height: 26px;
	border: none;
}
.product-list .level p strong {
	float: left;
	margin-top: 4px;
	font-weight: normal;
}
.product-list .level span {
	float: left;
	margin-top: 4px;
	width: 100%;
	line-height: 1.4em;
	font-size: 16px;
	color: #7b90a1;
}
.product-list .level span input[type="button"],
.product-list .proImg .level span input[type="button"] {
	line-height: 1.4em;
	font-size: 16px;
	color: #7b90a1;
	background: none;
	border: none;
}
.product-list .level span input[type="button"]:hover,
.product-list .proImg .level span input[type="button"]:hover {
	text-decoration: underline;
}
.product-list .level a {
	position: absolute;
	left: 20px;
	bottom: 0;
	padding: 9px 0 1px 0;
	width: 132px;
	height: 24px;
	letter-spacing: -0.12em;
	font-family: Dotum;
	color: #455869;
	background-color: #edf0f0;
	text-align: center;
}
.product-list .level a:hover {
	background-color: #d9dfe3;
}
.product-list .level a p {
	margin: 1px 6px 0 -1px;
	width: auto;
	font-weight: normal;
	font-size: 24px;
	color: #677684;
}
.product-list .level a i {
	margin-right: 4px;
	width: auto;
	font-weight: normal;
	color: #677684;
}



/* ��ǰ���� ���� */
.pro_info {
	float: left;
	width: 100%;
	margin: 20px 0 50px;
}
.pro_info ul {
	padding: 0;
}
.pro_info li {
	float: right;
	width: 57%;
}
.pro_info li:first-child {
	float: left;
	display: block;
	width: 40%;
}
/* ��ǰ�̹��� */
.gallery {
	width: 100%;
}

.thumbnails img {
    float: left;
    margin: 8px 0 0 8px;
    padding: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
}

.thumbnails img:first-child {
	margin-left: 0;
}
.thumbnails img:hover {
	border: 1px solid #6a5fac;
	cursor: pointer;
}
.thumbnails a:hover img,
.thumbnails a.current {
	border: 1px solid #1784e6;
	cursor: pointer;
}
.preview .stamp {
	position: absolute;
	width: 100%;
    z-index: 2;
}
.preview .stamp img {
	float: right;
	width: 50%;
	border: none !important;
	z-index: 3;
}
.preview {
	position: relative;
}
.preview img {
	padding: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	position: relative;
	z-index: 1;
}
/* ��ǰ���� �ؽ�Ʈ */
.info_text {
	width: 100%;
}
/* ��ǰ�� */
.sub-product-info-wrap h3 {
	margin: -1px 0 20px;
	line-height: 26px;
	font-family: 'NanumGothicBold';
	font-size: 24px;
}
.sub-product-info-wrap h3 span {
	font-size: 16px;
	color: #898989;
}
/* ��ǰ���� */
.sub-product-info-wrap .price {
	font-family: 'NanumGothicBold';
	font-size: 20px;
}
.sub-product-info-wrap .price strong {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 30px;
}
/* ��ǰǰ�� */
.sub-product-cons {
	float: left;
	margin: 10px 0 0;
	padding: 19px 0 9px;
	width: 100%;
	border-top: 2px solid #555;
	border-bottom: 1px solid #ddd;
}
.sub-product-cons dl {
	margin: 0;
	width: 100%;
	height: 34px;
	font-size: 12px;
}
.sub-product-cons dl:last-child {
	border-bottom: none;
}
.sub-product-cons dl dt,
.sub-product-cons dl dd {
	float: left;
	font-size: 14px;
}
.sub-product-cons dl dt {
	width: 30%;
	font-weight: 500;
}
.sub-product-cons dl dd {
	width: 70%;
	color: #555;
}

/* ����/�ɼ� */
.sub-product-cons dl dd span {
	display: block;
    float: left;
	margin: 0 15px 10px 0
	;
}
.sub-option {
	float: left;
	width: 100%;
	padding: 24px 0 23px;
}
.sub-option div {
	float: left;
	margin: 32px 0 0;
	font-size: 15px;
}
.sub-option div p {
	float: left;
	margin: 0;
	font-size: 14px;
}

.sub-option .quantity {
	margin: 0;
	width: 100%;
}
.sub-option .quantity p {
	float: left;
	margin-top: 5px;
	width: 30%;
	font-family: 'NanumGothicBold';
}
.sub-option .quantity dl {
	float: left;
	width: 70%;
	padding: 0;
	margin: 0;
}
.sub-option .quantity dl dd {
	float: left;
	margin: 0;
}
.sub-option .quantity span {
/* 	float: left; */
/* 	margin-top: -10px; */
/* 	margin-left: 18px; */
}
.sub-option .quantity .count {
	float: left;
	padding: 2px 20px 0;
	width: 216px;
	height: 36px;
	font-family: 'NanumBarunGothic';
	font-size: 16px;
	color: #555;
	text-align: right;
}
.sub-option .variation {
	margin: 20px 0 0;
	width: 100%;
}
.sub-option .variation ul li {
	float: left;
	margin: 10px 0 0;
}
.sub-option .variation ul li:first-child {
	float: left;
	width: 100%;
	margin: 0;
}
.sub-option .variation p {
	margin-top: 10px;
	
}
.sub-option .variation select {
	float: left;
	width: 100%;
	height: 35px;
	font-weight: normal;
	font-size: 13px;
	background: url(../../images/kr/select_arrow01.png);
	background-repeat: no-repeat;
	background-position: center right;
}
.sub-option .variation select::-ms-expand {
	display: none;
}
.pro_info .option-list {
	float: left;
	margin-top: 20px;
	padding: 10px;
	width: 100%;
	font-size: 13px;
	background: #fff;

/* 	border-bottom: 1px solid #ddd; */
}
.pro_info .option-list li {
	width: 100%;
	margin: 0;
	padding: 6px 0;
	border-top: 1px solid #ddd;
}
.pro_info .option-list li:first-child {
	border-top: none;
}
.pro_info .option-list button, .pro_info .option-list input[type="text"] {
	float: left;
}
.pro_info .option-list li span {
	float: left;
	padding-left: 2px;
	font-size: 13px;
}
.pro_info .option-list li span.pro-name {
	float: left;
	width: 63%;
	vertical-align: middle;
}
.pro_info .option-list li p {
	float: left;
	margin: 10px 7px 0 9px;
	font-size: 13px;
	color: #7b90a1;
}
.pro_info .option-list li .count {
	float: right;
	width: 37%;
}
.pro_info .option-list li .count input[type="text"] {
	float: left;
	padding: 2px 20px 0;
	width: 68px;
	height: 35px;
	font-size: 16px;
	color: #555;
	text-align: center;
	border: 1px solid #dce1e4 !important;
}
.pro_info .option-list li span strong {
	float: left;
	margin: 11px 13px 0 0;
	font-weight: normal;
}
.pro_info .option-list li span img {
	margin-top: 4px;
	padding: 9px 8px 9px 9px;
	border: 1px solid #ccc;
	cursor: pointer;
}
.pro_info .option-list li span img:hover {
	background-color: #f7f8f8;
}
/* ��ư */
.sub-buttons {
	float: left;
	padding-top: 20px;
	width: 100%;
	border-top: 0px solid #777;
}
.sub-buttons a {
	font-family: 'NanumGothicBold';
	font-size: 15px !important;
	padding: 10px 0;
}

.sub-buttons-p {
	float: left;
	margin-top: 30px;
	width: 30%;
}
.sub-buttons-p a {
	font-family: 'NanumGothicBold';
	font-size: 15px !important;
	padding: 10px 0;
}

.sub-buttons-p-s {
	float: left;
	margin-top: 30px;
	width: 15%;
}
.sub-buttons-p-s a {
	font-family: 'NanumGothicBold';
	font-size: 15px !important;
	padding: 10px 0;
}

.sub-buttons-p-ss {
	float: left;
	margin-top: 30px;
	width: 30%;
}
.sub-buttons-p-ss a {
	width: 15% !important;
	font-family: 'NanumGothicBold';
	font-size: 15px !important;
	padding: 10px 0;
}
.sub-buttons-p-ss a:last-child {
	width: 70% !important;
	margin-left: 10px !important;
	float: right;
}


.basket-buttons {
	float: left;
	margin-top: 50px;
	margin-bottom: 30px;
	width: 100%;
}
@media (max-width: 991px) {
	.basket-buttons div {
		width: 100% !important;
	}
	.basket-buttons div a {
		width: 32.7% !important;
		margin-bottom: 5px;
	}
	.basket-buttons div.order a {
		width: 49.2% !important;
	}

}

@media (max-width: 590px) {
	.basket-buttons div a {
		width: 32.5% !important;
		margin-bottom: 5px;
	}
}

@media (max-width: 490px) {
	.basket-buttons div a {
		width: 32.3% !important;
		margin-bottom: 5px;
	}
}

.basket-buttons div {
	width: 50%;
}
.basket-buttons div a {
	width: 32.6%;
	font-family: 'NanumGothicBold';
	font-size: 16px !important;
	padding: 10px 0;
}
.basket-buttons div.order a {
	width: 49.4%;
}

/* �� ��ǰ �ݾ� */
.all-price {
	float: left;
	padding: 20px 0 22px;
	width: 100%;
	font-size: 20px;
	color: #333;
	font-family: 'NanumGothicBold';
	text-align: right;
	border-top: 1px solid #ddd;
/* 	border-bottom: 2px solid #777; */
}
.all-price p {
	float: right;
	margin: 4px 20px 0 20px;
	padding: 0;
	color: #333;
	font-size: 15px;
	font-weight: 500;
}

.all-price button {
	float: left;
	padding: 10px 15px;
	width: 16.7%;
}

.all-price em {
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	color: #ff4b14;
	letter-spacing: -1px;
	margin: 0 3px 0 20px;
}

.full-mobile .all-price p {
	padding: 0;
	color: #333;
	font-size: 13px;
	font-weight: 500;
}

.full-mobile .all-price button {
	float: left;
/* 	width: 30%; */
	padding: 10px 0;
	text-align: center;
}

.full-mobile .all-price em {
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	margin: 0 0 0 20px;
}

/* ��ǰ������ */
.sub-product-wrap {
	float: left;
	margin-top: 30px;
	width: 100%;
}
.sub-product-wrap .tab {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
.sub-product-wrap .tab li {
	float: left;
	width: 33.333%;
}
.sub-product-wrap .tab li a {
	float: left;
	margin: 0;
	position: relative;
	padding: 13px 0 12px;
	width: 100%;
	font-family: 'NanumGothicBold';
	font-size: 15px;
	color: #a39fb9;
	text-align: center;
	border: 2px solid #dbdae3;
	border-left: none;
	border-bottom-color: #666;
	background-color: #f9f9f9;
	text-decoration: none;
}
.sub-product-wrap .tab li:first-child a {
	border-left: 2px solid #d9dfe3;
}
.sub-product-wrap .tab .selected {
	color: #121212;
	z-index: 1;
	padding-bottom: 14px;
	border-left: 2px solid #666 !important;
	border-color: #666;
	border-bottom: none;
	background-color: #fff;
}
.sub-product-wrap .panel {
	float: left;
	width: 100%;
	padding: 30px;
}
.sub-product-wrap .panel table {
	float: left;
	margin-top: 0px;
	border-top: 2px solid #8179b2;
}
.sub-product-wrap .panel table tr {
	border-bottom: 1px solid #ededed;
}
.sub-product-wrap .panel table tr th,
.sub-product-wrap .panel table tr td {
	padding: 11px 0 10px 15px;
	font-size: 13px;
	text-align: left;
}
.sub-product-wrap .panel table tr th {
	color: #555;
	font-weight: normal;
	background-color: #f9f9f9;
}
.sub-product-wrap .panel table tr td {
	color: #333;
}
.sub-product-wrap .panel .blank {
	float: left;
	margin-top: 20px;
	width: 100%;
	height: 280px;
	background-color: #f5f5f5;
}
.sub-product-wrap .panel h4 {
	float: left;
	margin: 20px 0 15px;
	width: 100%;
	font-size: 16px;
	font-weight: normal;
}
.sub-product-wrap .panel p {
	float: left;
	margin-bottom: 7px;
	width: 100%;
	font-size: 13px;
	color: #777;
}
.sub-product-wrap .panel p img {
	width: 100% !important;
	height: auto !important;
}

.sub-product-wrap .panel p .detail_info {
	float: left;
	margin-right: 6px;
}
.sub-product-wrap .panel > li > div {
	margin-bottom: 7px;
	font-size: 13px !important;
	color: #777 !important;
	text-align: left !important;
}
.sub-product-wrap .panel > li > div > img {
	display: block;
	margin: 0 auto;
}
@media all and (min-width: 992px) {
	.sub-product-wrap .panel p.last2 {
		margin-left: 45px;
	}
}
@media all and (max-width: 991px) {
	.sub-product-wrap .panel > li > div > img {
		width: 100%;
	}
}


.basketlist {float: left; width: 100%; margin-bottom: 5px;}
.basketlist .col-md-3,
.basketlist .col-md-34,
.basketlist .col-md-4,
.basketlist .col-md-6 {
	padding-left: 0;
	padding-right: 0;
	margin-top: 10px;
	border-left: 1px solid #ddd;
}
.basketlist .col-md-3:first-child,
.basketlist .col-md-34:first-child,
.basketlist .col-md-4:first-child,
.basketlist .col-md-6:first-child {
	border-left: 0px solid #ccc;
}

.basket {
	float: left;
	width: 100%;
}
.basket table {
	border-top: 2px solid #777;
}
.basket table tr.bgf th {
    background: #f7f7f7;
}
.basket table tr {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.basket table tr:first-child {
	border-bottom: 1px solid #ccc;
}

.basket table tr th {
	padding: 13px 0 15px;
	font-weight: 500;
	font-size: 12px;
	color: #333;
	text-align: center;
}
.basket table tr th:first-child {
	padding: 8px 21px;
}
.basket table tr td {
	padding: 20px 0;
	font-size: 16px;
	color: #333;
}
.basket table tr td:first-child {
	padding:20px 0 20px 21px;
	vertical-align: top;
}
.basket table tr td strong {
	float: left;
	margin: 1px 0 4px;
	color: #7b90a1;
}

.basket table tr td span {
	float: left;
	margin: 6px 0 9px;
	width: 100%;
	color: #555;
}

.basket table tr td .checker span {
	margin-top: -5px;
}

.basket .basketImg {
	position: relative;
	float: left;
	margin-right: 15px;
}

.basket .full-mobile .basketImg img {
	width: 100%;
	height: 100%;
}
.basket .basketImg img {
	width: 100px;
	height: 100px;
	border: 1px solid #ddd;
}
.basket .basketText {
	float: left;
	width: 66%;
	padding: 10px 0 0;
}
.basket .basketText a {
	float: left;
	width: 100%;
	color: #333;
	line-height: 1.4em;
}
.basket .basketText input[type="button"] {
	padding: 8px 0;
	width: 86px;
	color: #455869;
	border: 1px solid #ccc;
	background-color: #fff;
}
.basket .basketText input[type="button"]:hover {
	background-color: #edf0f0;
}
.basket .full-mobile th:first-child,
.basket .full-mobile td:first-child {padding-left: 10px !important;}
.basket .full-mobile .basketNumber {
	padding: 0;
	font-size: 20px;
}
.basket .full-mobile .basketNumber {
	font-size: 13px;
	border-left: none !important;
}

.basket .full-mobile .basketText {
	padding: 0;
}

.basket .full-mobile .basketText a {
	min-height: 60px;
}

.basket .basketNumber {
	padding: 0 25px;
	font-size: 16px;
	color: #555;
	text-align: right;
/* 	border-left: 1px solid #ddd; */
}
.basket .basketNumber span {
	width: 100%;
	font-size: 13px;
}


.basket .basketNumber input[type="text"] {
	display: inline-block;
	padding: 4px 15px 7px !important;
	width: 35%;
	min-width: 60px;
	height: 34px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	text-align: right;
}
.basket .basketNumber input[type="button"] {
	float: right;
	margin-top: 15px;
	padding: 7px 8px;
	height: 40px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	color: #455869;
	border-color: #ccc;
	background-color: #f7f8f8;
}
.basket .basketNumber input[type="button"]:hover {
	background-color: #d9dfe3;
}
.basket .basketPrice {
	padding-right: 20px;
	font-size: 16px;
	color: #555;
	text-align: right;
/* 	border-left: 1px solid #ddd; */
}
.basket .basketDelivery {
	padding-right: 20px;
	font-size: 16px;
	color: #555;
	text-align: right;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.basket .basketSelect {
	padding-left: 20px;
	padding-right: 19px;
	font-size: 16px;
	color: #555;
/* 	border-left: 1px solid #ddd; */
}
.basket .basketSelect span {
	font-size: 14px;
	color: #7a6fbe;
	text-align: center;
}
.basket .basketNumber em {
	font-size: 20px;
	letter-spacing: -1px;
}
.basket .basketNumber em,
.basket .basketPrice em,
.basket .basketDelivery em {
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	letter-spacing: -.7px;
}
.basket .process {
	color: #555;
	padding: 0 20px;
	text-align: center;
/* 	border-left: 1px solid #ddd; */
}
.basket .process h4 {
	text-align: left;
}
.basket .process em {
	font-family: 'NanumGothicBold';
	font-size: 13px;
	color: #7a6fbe;
	font-style: normal;
}
.basket .process button {
	margin-top: 3px;
	min-width: 75px;
}
.basket .process button:first-child {
	margin-top: 0px;
}
.basket .process button.close {
	margin-top: 0px;
	min-width: auto;
}
.basket .soldout .show {
	z-index: 1;
	margin: 0;
	width: 100px;
	height: 100px;
}
.basket .sale {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 10px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	text-decoration: none;
	border-radius: 2px;
}
.basket .sale:hover {
	background-color: #1da890;
}
.basket .soldout .show a {
	text-decoration: none;
}
.basket .full-mobile .soldout .show {
	width: 100%;
	height: 100%;
}
.basket .soldout button {
	background: #999;
	cursor: default;
}
.basket .soldout .show a {
	font-size: 12px;
}
.basket .soldout .basketText strong,
.basket .soldout .basketText a,
.basket .soldout .basketText span,
.basket .soldout .basketText input[type="button"],
.basket .soldout .basketNumber,
.basket .soldout .basketPrice {
	color: #999;
}
.basket .basketOption td {
	background-color: #f5f5f5;
}
.basket .basketOption span {
	margin: 10px 0 0 0;
}
.basket .basketOption span:first-child {
	margin: 0;
}
.basket .basketOption p {
	float: left;
	margin-top: 10px;
	width: 115px;
	font-size: 16px;
	color: #555;
}
.basket .basketOption select {
	float: left;
	padding: 9px 0 10px 20px;
	width: 519px;
	height: 40px;
	font-weight: normal;
	font-size: 16px;
	background-image: url(../../images/kr/select_arrow1.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
.basket .basketOption input[type="button"] {
	float: left;
	margin-right: 6px;
	padding: 8px 0;
	width: 86px;
	color: #455869;
	border: 1px solid #ccc;
	background-color: #fff;
}
.basket .basketOption input[type="button"]:hover {
	background-color: #edf0f0;
}
.basket .basketOption .btn-option {
	color: #fff !important;
	background-color: #7b90a1 !important;
}
.basket .basketOption .btn-option:hover {
	background-color: #697b89 !important;
}
/* ���ֹٱ��� ��ư �� �� ���������ݾ� */
.basket .basketAllPrice {
	float: left;
	padding-top: 20px;
	width: 100%;
}
.basket .basketAllPrice .all-price {
	float: right;
	padding: 2px 0 20px;
	font-size: 16px;
	color: #333;
	text-align: right;
	border-top: none;
	border-bottom: 1px solid #ccc;
}
/* OrderDetail */
.orderDetail .full-desktop tr td:first-child {
	padding: 20px;
}
.orderDetail .full-desktop .basketImg img {
	width: 50px;
	height: 50px;
}
.orderDetail .full-desktop .basketText {
	margin-bottom: 0;
	padding-top: 5px;
	line-height: normal;
}
.orderDetail .full-desktop .basketNumber {
	padding-top: 10px;
	padding-right: 10px;
	font-size: 15px;
}
.orderDetail .full-desktop .basketPrice {
	padding-right: 10px;
	font-size: 15px;
}
.orderDetail .full-desktop .process {
	padding: 5px 10px;
}

.soldout .show {
	position: absolute;
	width: 122px;
	height: 122px;
	background: url(../../images/kr/bg_soldout.png) repeat;
}
.soldout .show a {
	position: absolute;
	bottom: 0;
	padding: 7px 0;
	width: 100%;
	font-family: Dotum;
	color: #fff;
	text-align: center;
	background-color: #f25656;
}
.soldout .pro-name,
.soldout .pro-name a,
.soldout .pro-name a span,
.soldout .pro-name p {
	color: #c9d1d7 !important;
}

.morelist td {background: #f1f1f1;}


.mypage-table01 th,
.mypage-table01 td {
	text-align: center;
}
.mypage-table01 td {
	height: 110px;
}

.mypage-meminfo em {
	font-size: 15px;
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	padding-left: 15px;
}
.mypage-meminfo i {
	font-size: 20px;
	color: #B0B0B0;
	vertical-align: middle;
}
.mypage-meminfo h4 {
	margin-bottom: 14px;
}
.mypage-meminfo h4 i {
	font-size: 20px;
}
.mypage-meminfo h4 i:hover {
	color: #333;
}
.mypage-meminfo h4 a {
	float: right;
	text-decoration: none;
	margin-top: -2px;
}

.mypage-order {
	text-align: center;
	padding: 10px 20px;
}
.mypage-order em {
	font-size: 26px;
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
}
.mypage-order span {
	display: inline-block;
	height: 2.57em;
	font-size: 13px;
	color: #555;
	padding: 20px 0 0;
}
.mypage-order i {
	font-size: 30px;
	color: #fff;
	border-radius: 50px;
	padding: 15px;
	margin: 0 5px 0 ;
}
.mypage-order i.purple {
	background: #7a6fbe;
}
.mypage-order i.green {
	background: #22BAA0;
}
.mypage-order i.blue {
	background: #08A7C3;
}
.mypage-order i.yellow {
	background: #e8bf40;
}
.mypage-order i.red {
	background: #e14444;
}
.mypage-order i.pink {
	background: #E094B7;
}
.mypage-order i.gray {
	background: #ccc;
}
.panel .last {
	min-height: 407px;
}
@media (max-width: 991px) {
	.panel .last {
		min-height: auto;
	}
}

.mypage-orderlist.full-mobile tbody,
.mypage-orderlist.full-mobile tr {
	float: left;
	width: 100%;
}
.mypage-orderlist.full-mobile td {
	float: left;
	text-align: left;
	width: 100%;
	line-height: 24px !important
}
.mypage-orderlist.full-mobile td em {
	display: block;
	float: left;
	min-width: 85px;
	font-style: normal;
	font-weight: 500;
}
.mypage-orderlist.full-mobile td ins {
	display: block;
	margin-left: 85px;
	text-decoration: none;
	min-height: 24px;
}
.mypage-orderlist.full-mobile td.wid em {
	display: block;
	float: left;
	min-width: 145px;
	font-style: normal;
	font-weight: 500;
}
.mypage-orderlist.full-mobile td.wid ins {
	display: block;
	margin-left: 145px;
	text-decoration: none;
	min-height: 24px;
}


.mypage-orderlist2.full-mobile tbody,
.mypage-orderlist2.full-mobile tr {
	float: left;
	width: 100%;
}
.mypage-orderlist2.full-mobile td {
	float: left;
	width: 85%;
	line-height: 24px !important;
}
.mypage-orderlist2.full-mobile td:first-child {
	float: left;
	width: 15%;
}
.mypage-orderlist2.full-mobile td ins {
	display: block;
	margin-left: 85px;
	text-decoration: none;
	min-height: 24px;
}

.mypage-orderlist2 th,
.mypage-orderlist2 td {
	text-align: center;
	line-height: 20px !important;
}
.mypage-orderlist2 td a:hover {
	text-decoration: underline !important;
}
.mypage-orderlist2.full-mobile td {
	text-align: left;
	line-height: 28px;
}
.mypage-orderlist2.full-mobile td em {
	display: block;
	float: left;
	min-width: 85px;
	font-style: normal;
	font-weight: 500;
}




.mypage-orderlist3.full-mobile tbody,
.mypage-orderlist3.full-mobile tr {
	float: left;
	width: 100%;
}
.mypage-orderlist3.full-mobile td {
	float: left;
	text-align: left;
	width: 100%;
	line-height: 24px !important
}
.mypage-orderlist3.full-mobile td em {
	display: block;
	float: left;
	min-width: 105px;
	font-style: normal;
	font-weight: 500;
}
.mypage-orderlist3.full-mobile td ins {
	display: block;
	margin-left: 105px;
	text-decoration: none;
}




.mypage-orderlist th,
.mypage-orderlist td {
	text-align: center;
	line-height: 20px !important;
}
.mypage-orderlist td a:hover {
	text-decoration: underline !important;
}
.mypage-orderlist td button,
.mypage-orderlist2.full-mobile td ins button {
	margin-top: 4px;
	width: 85px;
	padding: 3px 0;
}
.mypage-orderlist td button:first-child {
	margin-top: 0px;
}
.mypage-orderlist h4 {
	margin: 0;
}
.mypage-orderlist h4 em {
	font-weight: 500;
	font-size: 24px !important;
	font-family: 'Ubuntu', sans-serif;
	color: #222;
	font-style: normal;
	margin: 0 3px 0 10px;
}
.mypage-orderlist h5 {
	margin: 0;
	font-family: 'NanumGothicBold';
}
.mypage-orderlist h5 span {
	float: right;
	display: block;
}
.mypage-orderlist h5 span button {
	float: left;
}
.mypage-orderlist h5 span button:first-child {
	margin-right: 5px;
}
.mypage-orderlist h5 em {
	font-weight: 500;
	font-size: 20px !important;
	font-family: 'Ubuntu', sans-serif;
	color: #222;
	font-style: normal;
	margin: 0 3px 0 10px;
}
.mypage-orderlist .process em {
	font-size: 13px;
	font-weight: 500;
	color: #7a6fbe;
	font-style: normal;
}
.mypage-orderlist .process button {
	margin-top: 3px;
	min-width: 75px;
}
.mypage-orderlist .process button:first-child {
	margin-top: 0px;
}


table.tableth-date {
	border-top: 2px solid #7a6fbe
}
table.tableth-date tr th {
	padding: 10px 20px;
	font-size: 13px;
	border-bottom: 1px solid #ccc;
}
table.tableth-date tr td {
	position: relative;
	padding: 10px 20px;
	vertical-align: middle;
	height: 55px;
	font-size: 13px;
	border-bottom: 1px solid #ccc;
}

@media (max-width: 991px) {
   .date-search2 div {margin-right: 0px !important;}
   .date-search2 {margin-bottom: 25px; padding-bottom: 0 !important;}
   .basketlist .col-md-3, .basketlist .col-md-34, .basketlist .col-md-6 {float: left; width: 50% !important; margin-bottom: 0;}
   .basketlist .col-md-3 .panel-title {font-size: 14px !important;}
   .basketlist .col-md-34 .panel-title {font-size: 14px !important;}
   a:hover.col-md-3 {text-decoration: none;}
   a:hover.col-md-34 {text-decoration: none;}
}

.date-search2 div {padding: 0; margin-right: 20px;}
.date-search2 dl {float: left; width: 100%; margin: 0; padding: 0;}
.date-search2 dd input[type='text'] {width: 100%;}
.date-search2 button {width: 100%;; height: 74px; font-size: 16px; text-align: center;}
.date-search2 button i {float: none; margin-right: 5px; background: none;}


.date-search4 div {padding: 0; margin-right: 20px;}
.date-search4 dl {float: left; width: 100%; margin: 0; padding: 0;}
.date-search4 dd input[type='text'] {width: 100%;}
.date-search4 button {width: 100%; font-size: 12px; text-align: center;}
.date-search4 button i {float: none; margin-right: 5px; background: none;}


.date-search3 dl {float: left; margin: 10px 10px 0 0; padding: 0;}
.date-search3 dl:first-child {margin-top: 0;}
.date-search3 dl.date {border-bottom:1px solid #eaeaea; padding: 0 0 10px;}
.date-search3 dt {width: 50px; margin: 7px 30px 0 0;}
.date-search3 dt,
.date-search3 dd {float: left; margin-left: 5px;}
.date-search3 dd:first-child {margin-left: 0px;}
.date-search3 dd span {float: left; margin: 6px 10px 0;}
.date-search3 dd select {min-width: 140px;}
.date-search3 dd > input {min-width: 168px;}

@media (max-width: 991px) {
   .input-a {
		float: left;
		width: 42%;
	}
	.date-search dt,
	.date-search dd {float: left; width: 100%; margin: 10px auto;}
	.date-search dd select {min-width: 180px !important;}

	.date-search3 dl {width: 100%;}
	.date-search3 dt,
	.date-search3 dd {float: left; width: 100%; margin: 10px auto;}
	.date-search3 dd select {min-width: 180px !important;}
}

.date-search dl {float: left; margin: 10px 10px 0 0; padding: 0;}
.date-search dl:first-child {margin-right: 0; margin-top: 0;}
.date-search dl.date {border-bottom:1px solid #eaeaea; padding: 0 0 10px;}
.date-search dt {width: 60px; margin: 7px 20px 0 0;}
.date-search dt,
.date-search dd {float: left;}
.date-search dd > span {float: left; margin: 6px 10px 0;}
.date-search dd select,
.date-search dd > input {min-width: 168px;}
.date-search dd.none select {min-width: auto;}
.date-search dd.half select {float: left; width: 46% !important; min-width: auto;}



@media (max-width: 1200px) {
   .col-form dl {margin: 5px 0 !important;}
   .col-form dt.full {/* width: 80px; margin: 7px 0 5px !important; text-align: left !important; */}
   .col-form dd.full {width: 100% !important;}

   .col-form-txt dl {margin: 5px 15px 0 0 !important;}
   .padd.btn {padding: 9px 12px 8px;}
   
   .mypage-orderlist.full-mobile td input[type='text'] {margin-bottom: 10px !important;}
}

@media (max-width: 991px) {
   .col-form-txt dl {width: 100%; margin: 5px 0 !important;}
	.col-form-txt dt {width: 20%; margin: 0 !important;  text-align: left !important;}
	.col-form-txt dd {width: 75%;}
	.col-form-txt dt.full {width: 20% !important; margin: 0 0 0 10px !important; text-align: left !important;}
	.col-form-txt dd.full {width: 98% !important; margin: 0 10px !important;}

	.col-form dt {width: 100% !important; margin: 7px 15px 0 0px !important; text-align: left !important;}
}

@media (max-width: 556px) {
   .col-form dt {width: 100% !important; margin: 7px 5px 0 0 !important; text-align: left !important;}
   .padd.btn {padding: 9px 12px 8px;}
}

.col-form dl {float: left; margin: 0; padding: 0;}
.col-form dt {width: 65px; margin: 7px 10px 0 15px;}
.col-form dt,
.col-form dd {float: left;}
.col-form dt.full {width: 80px; margin: 7px 15px 0 10px; text-align: center;}
.col-form dd.full {width: 90%;}

.col-form-txt dl {float: left; margin: 0 15px 0 0; padding: 0;}
.col-form-txt dt {width: 80px; margin: 0px 30px 0 10px; text-align: center;}
.col-form-txt dt,
.col-form-txt dd {float: left;}
.col-form-txt dt.full {width: 80px; margin: 0px 30px 0 10px; text-align: center;}
.col-form-txt dd.full {width: 85%;}


.input-form {
	float: left;
	position: relative;
	padding: 7px 21px 8px 20px;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.05);
	color: #8a8a8a;
}
.input-form input[type='text'] {
	width: 100%;
	border: 0px;
	background: transparent;
	font-size: 11px;
	text-transform: uppercase;
}



.date-icon {display: block; width: 16px; height: 15px; background: url(../../images/kr/datepick.png) left top no-repeat; position: absolute; z-index: 1; top: 7px; right: 8px;}
.date-inpt {cursor: pointer; z-index: 99; position: relative;}


.input-a {
	float: left;
	position: relative;
	padding: 7px 21px 8px 20px;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #dce1e4;
	color: #8a8a8a;
}
.input-a input[type='text'] {
	width: 100%;
	border: 0px;
	background: transparent;
	font-size: 11px;
	text-transform: uppercase;
}

.tableth-pop {
	width: 100%;
	margin: 30px 0 0;
}
.tableth-pop table {
	border-top: 1px solid #aaa;
}
.tableth-pop table tr {
	position: relative;
}
.tableth-pop table tr th {
	padding: 10px 20px;
	background: #f1f1f1;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
}
.tableth-pop table tr td {
	position: relative;
	padding: 10px 20px;
	vertical-align: middle;
	height: 55px;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
}


.tableth {
	float: left;
	width: 100%;
}
.tableth span {
	float: left;
	width: 100%;
	margin: 10px 0 0;
}
.tableth table {
	border-top: 1px solid #aaa;
	margin: 10px 0 0;
}
.tableth table tr {
	position: relative;
}
.tableth th em {
	color: #e14444;
	margin-left: 2px;
}
.tableth table tr th {
	padding: 11px 20px 10px;
	font-size: 13px;
	border-bottom: 1px solid #ccc;
	font-weight: 500;
}
.tableth table tr td {
	position: relative;
	padding: 13px 20px 12px;
	vertical-align: middle;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	line-height: 22px;
}
.tableth table tr td p > img {
	width: 100% !important;
    height: 100% !important;
}
.tableth table tr td label {
	margin: 4px 20px 4px 0;
}
.tableth table tr td.phone-num select,
.tableth table tr td.phone-num input[type="text"] {
	float: left;
	width: 31.365%;
}
.tableth table tr td.phone-num input[type="text"] {
	margin-left: 5px;
}
.tableth table tr td.address input[type="text"] {
	float: left;
	width: 70%;
	margin-right: 5px;
}
.tableth table tr td div.radio span {width: 18px;}
.tableth table tr td ins {float: left; /*color: #ff4b14;*/ font-size: 12px; font-weight: 500; padding: 4px 10px 0; text-decoration: none;}
.tableth table tr td ins:nth-child(1) {float: left; padding: 4px 10px 0 20px; border-left: 0px solid #ddd;}
.tableth table tr td span {
	font-size: 16px;
	font-weight: 500;
	color: #333;
/* 	width: auto; */
    float: none;
    margin: 0;
}
.tableth table tr td span em {
	font-size: 20px;
	font-weight: 500;
	color: #6153b4;
	font-style: normal;
	padding-left: 10px;
}

@media (max-width: 767px) {
	.tableth table tr th, .tableth table tr td {
		padding: 10px;
	}
	.tableth table tr td.phone-num select,
	.tableth table tr td.phone-num input[type="text"] {
		float: left;
		width: 32.39% !important;
	}
	.tableth table tr td.phone-num input[type="text"] {
		margin-left: 3px !important;
	}
	.form-control,
	select.form-control {padding: 6px 5px !important;}

	.sub-buttons-p {
		float: left;
		margin-top: 20px;
		width: 100%;
	}
	.sub-buttons-p-s {
		float: left;
		margin-top: 20px;
		width: 100%;
	}
	.input-form {padding: 7px 16px 8px 15px;}

	.sub-buttons-p-ss {
		float: left;
		margin-top: 30px;
		width: 100%;
	}
}

.h4spansel {
	float: right;
	margin-top: 7px;
	min-width: 120px;
}

.accordion {float: left; width: 100%; display: table;}
.accordion span {width: 7%;  display: table-cell; font-size: 13px !important; vertical-align: middle; padding: 0 10px;}
.accordion em {width: 15%; font-size: 13px !important; font-style: normal; text-align: right; display: table-cell; vertical-align: middle; padding: 0 10px;}
@media (max-width: 991px) {
	.accordion span {font-size: 13px !important;}
	.accordion a {font-size: 13px !important; text-align: left !important;}
	.accordion em {width: 30%; font-size: 13px !important;}
}
@media (max-width: 490px) {
	.accordion span:nth-child(2) {width: 15% !important;}
}

.middleCate-tab {float: left; width: 100%;}
.middleCate-tab ul {float: left; width: 100%; padding: 0;}
.middleCate-tab ul:after {display: block; clear: both; content:''}
.middleCate-tab li {
	float: left;
	width: 20%;
	background-color: #fff;
}
.middleCate-tab li a, .tmp-tab li .blank {position: relative; display: block; height: 35px; line-height: 33px; padding: 0 10px; margin: 0 -1px -1px 0; border: 1px solid #dce1e4; font-size: 13px; color: #333; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} 
.middleCate-tab li a .cnt {margin-left: 6px; color: #999;}
.middleCate-tab li a:focus {text-decoration: none; color: #22baa0; outline: none;}
.middleCate-tab li.on > a {border-color: #22baa0; background: #fff; color: #22baa0; z-index: 10;}
.middleCate-tab li.on > a .cnt {color: #22baa0; font-weight :normal;}
.middleCate-tab li.on i {padding-left: 18px; background: url(../img/ico/ico_ok2.png) no-repeat 0 6px;}
.middleCate-tab a:hover,.tmp-tab a:focus {text-decoration: none; border-color: #22baa0; background: #fff; color: #22baa0; cursor: pointer; z-index: 11;}
.middleCate-tab a:hover.blankNone,.tmp-tab a:focus.blankNone {text-decoration: none; border-color: #ccc; background: #fff; color: #22baa0; cursor: default; z-index: 11;}



.middleCate-tab2 {float: left; width: 100%;}
.middleCate-tab2 ul {float: left; width: 100%; padding: 0;}
.middleCate-tab2 ul:after {display: block; clear: both; content:''}
.middleCate-tab2 li {
	float: left;
	width: 14.285%;
	background-color: #fff;
}
.middleCate-tab2 li a, .tmp-tab li .blank {position: relative; display: block; height: 35px; line-height: 33px; padding: 0 10px; margin: 0 -1px -1px 0; border: 1px solid #dce1e4; font-size: 13px; color: #333; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} 
.middleCate-tab2 li a .cnt {margin-left: 6px; color: #999;}
.middleCate-tab2 li a:focus {text-decoration: none; color: #22baa0; outline: none;}
.middleCate-tab2 li.on > a {border-color: #22baa0; background: #fff; color: #22baa0; z-index: 10;}
.middleCate-tab2 li.on > a .cnt {color: #22baa0; font-weight :normal;}
.middleCate-tab2 li.on i {padding-left: 18px; background: url(../img/ico/ico_ok2.png) no-repeat 0 6px;}
.middleCate-tab2 a:hover,.tmp-tab a:focus {text-decoration: none; border-color: #22baa0; background: #fff; color: #22baa0; cursor: pointer; z-index: 11;}
.middleCate-tab2 a:hover.blankNone,.tmp-tab a:focus.blankNone {text-decoration: none; border-color: #ccc; background: #fff; color: #22baa0; cursor: default; z-index: 11;}

.middleCate-tab3 {float: left; width: 100%; margin: 15px 0;}
.middleCate-tab3 ul {float: left; width: 100%; padding: 0;}
.middleCate-tab3 ul:after {display: block; clear: both; content:''}
.middleCate-tab3 li {
	float: left;
	width: 24%;
	padding: 10px 0;
	margin: 0 5px; 
	border-bottom: 1px solid #e1e1e1;
	background-color: #fff;
}
.middleCate-tab3 li a, .tmp-tab li .blank {position: relative; display: block; height: 35px; line-height: 33px; padding: 0 10px; margin: 0 -1px -1px 0; border: 1px solid #dce1e4; font-size: 13px; color: #333; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} 
.middleCate-tab3 li a .cnt {margin-left: 6px; color: #999;}
.middleCate-tab3 li a:focus {text-decoration: none; color: #22baa0; outline: none;}
.middleCate-tab3 li.on > a {border-color: #22baa0; background: #fff; color: #22baa0; z-index: 10;}
.middleCate-tab3 li.on > a .cnt {color: #22baa0; font-weight :normal;}
.middleCate-tab3 li.on i {padding-left: 18px; background: url(../img/ico/ico_ok2.png) no-repeat 0 6px;}
.middleCate-tab3 a:hover,.tmp-tab a:focus {text-decoration: none; border-color: #22baa0; background: #fff; color: #22baa0; cursor: pointer; z-index: 11;}
.middleCate-tab3 a:hover.blankNone,.tmp-tab a:focus.blankNone {text-decoration: none; border-color: #ccc; background: #fff; color: #22baa0; cursor: default; z-index: 11;}

@media (max-width: 636px) {
	.middleCate-tab li {
		width: 100%;
	}
	.middleCate-tab2 li {
		width: 50%;
	}
}

@media (min-width: 372px) and (max-width: 551px) {
	.middleCate-tab3 li {
		width: 100% !important;
		margin: 0 !important;
	}
}

@media (min-width: 552px) and (max-width: 990px) {
	.middleCate-tab3 li {
		width: 48% !important;
	}
}

@media (min-width: 991px) and (max-width: 1200px) {
	.middleCate-tab3 li {
		width: 32% !important;
	}
}


@media (max-width: 1200px) {
	.file_input_textbox {width: 68% !important;}
}


.file_input_textbox {float: left; width: 86.4%; height: 36px; margin-right: 5px; padding: 0 10px; border: 1px solid #dce1e4;}
.file_input_div {position:relative; width:36px; height:36px; overflow:hidden;}
.file_input_img_btn {padding:0 0 0 5px;}
.file_input_hidden {width:38px; height:36px; font-size:29px; position:absolute; right:0px; top:0px; opacity:0; filter: alpha(opacity=0); -ms-filter: alpha(opacity=0); cursor:pointer;}


@media (max-width: 991px) {
	.login2-bottom ul li {float: left; border-top: 1px solid #e9e9e9; padding:0;}
	.login2-bottom ul li:first-child {border-top: 0px;}

	.page-inner3 .col-md-8 {margin-bottom: 30px;}
	.login2-bottom ul li a:after {bottom: 30px; right: 20px;}
}


.login2-bottom ul {overflow: hidden; background: #f9f9f9; border: 1px solid #e9e9e9; padding:0;}
.login2-bottom ul li {float: left; border-left: 1px solid #e9e9e9; padding:0;}
.login2-bottom ul li:first-child {border-left: 0px;}
.login2-bottom ul li a {display: block; position: relative;}
.login2-bottom ul li a:after {content: ''; overflow: hidden; position: absolute; bottom: 45px; right: 30px; width: 41px; height: 41px; border-radius: 50%; background: url('../../images/kr/ico_careerlist_link2.png') no-repeat 50% 50%; background-color: #12AFCB; }
.login2-bottom ul li .item {position: relative; }
.login2-bottom ul li .item-content {position: absolute; top: 0; left: 0; width: 100%; padding: 35px 0 0 30px;}
.login2-bottom ul li .item-image img {max-width: 100%;}
.login2-bottom ul li .item-title {line-height: 22px; margin-bottom: 10px; color: #232733; font-size: 15px; font-weight: 500; }
.login2-bottom ul li .item-description {line-height: 18px; color: #727887; font-size: 12px; }
.login2-bottom ul li a:hover {  }
.login2-bottom ul li a:hover:after {background-color: #1DB198;}
.login2-bottom ul li a:after {transition: background-color 0.3s ease;}

.login2-bottom ul li a.other {display: block; position: relative;}
.login2-bottom ul li a.other:after {content: ''; overflow: hidden; position: absolute; bottom: 45px; right: 30px; width: 41px; height: 41px; border-radius: 50%; background: url('../../images/kr/ico_careerlist_link2.png') no-repeat 50% 50%; background-color: #fcc519; }
.login2-bottom ul li a.other:hover:after {background-color: #f25656;}
.login2-bottom ul li a.other:after {transition: background-color 0.3s ease;}

.agreement > div {display: inline-block; width: 100%;}
.agreement > div.cont {
	font-size: 13px;
    line-height: 40px;
    border-top: 2px solid #555;
    border-bottom: 1px solid #ddd;
    padding: 100px 10px 30px;
    height: 310px;
    overflow-y: auto;
    vertical-align: middle;
}
.agreement > div.agree {background: #f9f9f9; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 5px 0; margin: 30px 0 0;}
.agreement > div.agree label {font-family: 'NanumGothicBold';}



.page-notfound {
	text-align:center;
}
.page-notfound p {
	margin:84px 0 45px;
}
.page-notfound p img {
	margin:0 auto;
	max-width: 100%;
}
.page-notfound strong {
	line-height:24px;
	font-size:15px;
	color:#333;
	font-weight: 500;
}
.page-notfound span {
	color:#698390;
}
.btn-error {
	margin:65px 0 200px;
	width:100%;
	text-align:center;
}
.btn-error a {
	display:inline-block;
	margin:0 3px;
	padding:9px 40px;
	width:19.2%;
	min-width:192px;
	font-weight:600;
	font-size:15px;
	color:#fff;
	text-align:center;
	border:1px solid #2d4e67;
	border-radius:1px;
	background-color:#3a5a72;
	text-decoration: none;
}
.btn-error a:hover {opacity: 0.8;}
.btn-error .btn-prev {
	border-color:#494949;
	background-color:#595959;
}

@media (max-width: 1000px) {
	.btn-error a {
		margin:0;
		padding:15px 0;
		width:49%;
		min-width:1px;
	}
}


@media (max-width: 991px) {
	.top-sel {float: left; width: 100% !important;}
}

.top-sel {float: right; width: 50%; margin-bottom: 10px;}
.top-sel span {float: left; width: 49%; margin-left: 1%;}



/* message pop up
---------------------------------------------------------- */
#message_wrapper {padding: 0; width: 100%;}
#message_wrapper h1 {width: 100%; border-top: 5px solid #525452; background: #7b7d7b; padding: 10px 30px 30px; margin: 0; font-size: 20px; font-weight: normal !important; color: #ffffff;}
#message_wrapper h1 em {display: inline-block; font-size: 12px; color: #ffffff; opacity: 1; font-style: normal; margin-bottom: 15px;}
#message_wrapper h1 a {float: right; font-size: 35px; color: #666; margin-top: -12px; text-decoration: none;}
#message_wrapper h1 a:hover {color: #525452;}
#message_wrapper h1 i {opacity: 0.5; font-family: Dotum, 돋움; font-style: normal; font-size: 10px; margin: 0 5px;}
#message_wrapper form {padding: 15px 25px 25px; width: 100%;}
#message_wrapper table {width: 100%; table-layout: auto !important;}
#message_wrapper td.explain01 {font-family: Dotum, 돋움; font-size: 12px; color: #a9a8b3; line-height:16px; padding-top: 3px; padding-bottom:14px;}
#message_wrapper td.explain02 {font-family: Dotum, 돋움; font-size: 12px; color: #a9a8b3; line-height:16px; padding-top: 10px; padding-bottom:30px;}
#message_wrapper td div.talklList {width: 528px; width: 100%; height: 338px; border: 1px solid #cccccc; overflow-y: scroll; padding: 0px 10px 10px; margin: 5px 0 10px;}
#message_wrapper td textarea {width: 528px; width: 100%; height: 108px; font-family: Dotum, 돋움; font-size: 12px; color: #333; border: 1px solid #cccccc; overflow-y: scroll; padding: 10px; margin: 0 0 10px; border-radius: 0;}
#message_wrapper td textarea::-webkit-input-placeholder {
	color: #a9a8b3;
	text-align:center;
	font-family: Dotum, 돋움;
	font-size: 12px;
	padding-top: 35px;
}
#message_wrapper td textarea:-ms-input-placeholder {
	color: #c9d1d7;
	text-align:center;
	font-family: Dotum, 돋움;
	font-size: 12px;
	line-height: 108px;
}
#message_wrapper td input[type='text'] {
	float: left;
/* 	margin-right: 3px; */
	padding: 2px 3px 2px 3px;
	width: 81%;
	height: 34px;
	font-family: Dotum, 돋움; 
	font-size: 12px; 
	line-height: 30px; 
	vertical-align: top;
    color: #333333;
    background: #ffffff;
    border: 1px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
}
#message_wrapper p {text-align: center;}
#message_wrapper p button.send {corsur:pointer; width: 150px; height: 50px; font-family: 'NanumBarunGothic'; font-size: 15px; color: #ffffff; background: #7a6fbe; text-align: center; margin-right: 7px; border: none;}
#message_wrapper p button:hover.send {background: #695fa7;}
#message_wrapper p button.cancel {corsur:pointer; width: 150px; height: 50px; font-family: 'NanumBarunGothic'; font-size: 15px; color: #ffffff; background: #7b7d7b; text-align: center; border: none;}
#message_wrapper p button:hover.cancel {background: #696969;}


input[type="button"].fileupload_btn {
	float: left;
	width: 9%;
	height: 34px;
	background: #f8f8f8;
	border: 1px solid #ccc;
	font-size: 13px;
	color: #455869;
	text-align: center;
	margin-left: 0.5%;
	border-radius: 0;
}
input[type="button"]:hover.fileupload_btn {
	background: #d9dfe3;
}
@media (max-width: 456px) {
	#message_wrapper td input[type='text'] {
		width: 75%;
	}
	input[type="button"].fileupload_btn {
		width: 12%;
	}
}
@media (max-width: 375px) {
	#message_wrapper td input[type='text'] {
		width: 69%;
	}
	input[type="button"].fileupload_btn {
		width: 15%;
	}
}


.jstalktheme
{
/* 	background-color: #9bbad8; */
/* 	padding: 4px 4px 0px 4px; */
}

.jstalktheme .clear
{
	clear: both;
}

.jstalktheme .blank
{
	clear: both;
	height: 8px;
}


.jstalktheme .msg .time
{
	font-size: 10px;
}

.jstalktheme .msg .mytalk
{
	float: right;
	width: 100%;
	font-family: Dotum, 돋움;
	font-size: 12px;
	color: #333;
}

.jstalktheme .msg .mytalk .box
{
	float: right;
	width: calc(100% - 48px);
	position: relative;
}

.jstalktheme .msg .mytalk:first-child
{
	margin-top: 10px;
}

.jstalktheme .msg .mytalk .time
{
	float: right;
	position: absolute;
	bottom: 0;
	display: inline-block;
}

.jstalktheme .msg .mytalk .a
{
	float: right;
	text-align: left;
	position: relative;
	min-height: 24px;
	max-width: calc(100% - 64px);
	left: 2px;
	background-color: #e1def7;
	z-index: 2;
	padding: 15px 15px 10px;
	word-break: break-all;
	border-radius:25px 25px 0 25px;
}

.jstalktheme .msg .mytalk .a .data {
	color: #a9a8b3;
	margin-top: 10px;
	text-align: right;
}

.jstalktheme .msg .mytalk .b
{
	float: right;
	position: relative;
	height: 22px;
	background: url(./chat_balloon_yellow.right.png) no-repeat;
	z-index: 1;
}

.jstalktheme .msg .othertalk
{
	float: left;
	width: 100%;
	font-family: Dotum, 돋움;
	font-size: 12px;
	color: #333;
}

.jstalktheme .msg .othertalk .b .data {
	color: #a9a8b3;
	margin-top: 10px;
}

.jstalktheme .msg .othertalk .box
{
	float: left;
	width: calc(100% - 48px);
	position: relative;
}

.jstalktheme .msg .othertalk .box img,
.jstalktheme .msg .mytalk .box img {
	width: 13px;
    margin-bottom: -1px;
}

.jstalktheme .msg .othertalk .box .profile_name
{
/* 	font-size: 12px; */
}

.jstalktheme .msg .othertalk .box .a
{
	float: left;
	position: relative;
	height: 22px;
	background: url(./chat_balloon_white.left.png) no-repeat;
	z-index: 1;
}

.jstalktheme .msg .othertalk .box .b
{
	float: left;
	position: relative;
	min-height: 24px;
	max-width: calc(100% - 64px);
	left: -2px;
	background-color: #f5f5f5;
	z-index: 2;
	padding: 20px 15px 10px;
	word-break: break-all;
	border-radius:25px 25px 25px 0;
}

.jstalktheme .msg .othertalk .box .time
{
	float: left;
	position: absolute;
	bottom: 0;
	display: inline-block;
}

.jstalktheme .sendmsg
{
	
}

.jstalktheme .sendmsg .textarea
{
	float: left;
	width: calc(100% - 68px);
	height: 64px;
	border-radius: 8px 0px 0px 8px;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	resize: none;
}

.jstalktheme .sendmsg .button
{
	float: right;
	width: 62px;
	height: 68px;
	background-color: #ffec42;
	border-radius: 0px 8px 8px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	display: table;
	cursor: pointer;
}

.jstalktheme .sendmsg .button p
{
  display: table-cell;
  vertical-align: middle;
}
.jstalktheme .preView {
	width: 119px;
	height: 24px;
	text-align: center;
	background-color: #c9d1d7;
	padding-top: 2px;
	margin: 0 auto;
}
.jstalktheme .preView a {
	font-size: 12px;
	font-family: Dotum, 돋움;
	color: #fff;
	background: url(../images/mess_pre_arrow.png) no-repeat center right;
	padding-right: 18px;
	line-height: 25px;
}



.grid-gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.grid-gallery figure {
	margin: 0;
}

.grid-gallery figure img {
	display: block;
	width: 100%;
}

.grid-gallery figcaption h3 {
	margin: 0;
	padding: 0 0 0.5em;
}

.grid-gallery figcaption p {
	margin: 0;
	font-size: 11px;
}

/* Grid style */
.grid-wrap {
    width: 100%;
	margin: 0 auto;
}

.grid {
	margin: 0 auto;
}

.grid li {
	width: 25%;
	float: left;
	cursor: pointer;
}

.grid figure {
	padding: 15px;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.grid li:hover figure {
	opacity: 0.7;
}

.grid figure a {
	color: #333 !important;
}
.grid figure a:hover {
	text-decoration: none !important;
}

.grid figcaption {
	background: #f9f9f9;
	padding: 10px 20px 25px;
}

.grid figcaption h5 {
	width: 95%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


/* Info on arrow key navigation */
.info-keys {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 60px;
	font-size: 8px;
	padding-top: 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
}

.info-keys:before,
.info-keys:after {
	position: absolute;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 14px;
	font-size: 12px;
}

.info-keys:before {
	left: 10px;
	content: "\e603";
}

.info-keys:after {
	right: 10px;
	content: "\e604";
}

/* Example media queries (reduce number of columns and change slideshow layout) */

@media screen and (max-width: 60em) {
	/* responsive columns; see "Element sizing" on http://masonry.desandro.com/options.html */
	.grid li {
		width: 33.3%;
	}

	.slideshow li {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin: 0;
	}

	.slideshow li figure img {
		width: auto;
		margin: 0 auto;
		max-width: 100%;
	}

	.slideshow nav span,
	.slideshow nav span.nav-close {
		font-size: 1.8em;
		padding: 0.3em;
        color: #59656c;
	}

	.info-keys {
		display: none;
	}
    
}

@media screen and (max-width: 35em) {
	.grid li {
		width: 50%;
	}
}

@media screen and (max-width: 24em) {
	.grid li {
		width: 100%;
	}
}
.select2-container a span {font-size: 12px !important;}



 /* jssor slider loading skin oval css */

.jssorl-oval img {
    animation-name: jssorl-oval;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-oval {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* Main Customer Center */

.customer-center {
	padding: 40px 0;
	border-top: 0px solid #e0e0e0;
}
.bottom-banner {
	float: left;
	padding-left: 15px;
}
.bottom-banner a {
	float: left;
	margin-right: 2px;
}
.bottom-banner img {
	width: 100%;
}
.customer {
	float: left;
	padding-left: 15px;
	width: 338px;
}
.notice {
	float: left;
	padding: 25px 0 23px;
	width: 95%;
	font-family: 'NotoSansL';
	font-size: 16px !important;
	line-height: 1.3;
	white-space: nowrap;
	color: #222;
	text-overflow: ellipsis;
	overflow: hidden;
/* 	border-bottom: 1px solid #e0e0e0; */
}
.notice:hover {
	color: #222;
}
.page-title i {
	float: left;
	width: 1%;
	margin: 23px 30px 0 0;
	font-size: 28px;
	color: #222;
}
.page-title h3 span {
	float: left;
	margin-right: 15px;
	letter-spacing: -0.03em;
	color: #999;
}
.page-title .notice-arrow {
	float: right;
	margin-top: 0;
	width: 50px;
}
.page-title .notice-arrow a {
	display: block;
	position: relative;
/* 	float: right; */
	width: 50px;
	height: 36px;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	overflow: hidden;
}
.page-title .notice-arrow a:first-child {
	border-top: none;
	border-bottom: none;
}
.page-title .notice-arrow a:hover {background: #f7f7f7;}
.page-title .notice-arrow a:hover img {
	opacity: 1;
}
.page-title .notice-arrow a img {
	position: absolute;
	top: 0;
	width: 100%;
	opacity: .5;
}

@media all and (min-width: 992px) {
	.page-title .notice-arrow {
		width: auto;
	}
	.page-title .notice-arrow a {
		float: none;
	}
}
@media all and (max-width: 767px) {
	.notice {
		width: 95%;
	}
	.page-title .notice-arrow {
		display: none;
	}
}
@media all and (max-width: 539px) {
	.notice {
		width: 90%;
	}
}



.notice .pro-heading {
	margin-top: -1px;
	padding: 0;
}
.notice .pro-heading a {
	float: right;
	margin-top: -25px;
	width: 13px;
	height: 13px;
	line-height: 0.9;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: #cbcdd2;
}
.notice .pro-heading a:hover {
	text-decoration: none;
	background-color: #a7a7a7;
}
.customer h4 {
	margin-top: -1px;
}
.customer ul {
	float: left;
	margin: 3px 0 0;
	padding: 0;
	height: 67px;
	line-height: 1.78;
	overflow: hidden;
}
.customer ul a {
	float: left;
	width: 280px;
	white-space: nowrap;
	font-family: 'Dotum';
	color: #555;
	text-overflow: ellipsis;
	overflow: hidden;
}
.cs-center {
	position: relative;
	display: inline-block;
	margin-top: 24px;
}
.cs-center .pro-heading {
	position: absolute;
	padding: 0;
}
.cs-center img {
	padding-top: 30px;
}
.cs-center strong {
	line-height: 0.7;
	letter-spacing: -0.01em;
	font-size: 46px;
	color: #fc7803;
}
.cs-center span {
	display: inline-block;
	margin-top: 15px;
	margin-left: 4px;
	line-height: 1.42857143;
}
@media (max-width: 1199px) {
	.bottom-banner {
		width: 70%;
	}
	.bottom-banner a {
		width: 49%;
	}
	.notice {
		padding-bottom: 10px;
	}
	.notice .pro-heading {
		margin-top: 0;
	}
	.cs-center {
		margin-top: 15px;
	}
	.customer {
		width: 28.5%;
		height: 194px;
	}
	.customer ul a {
		width: 93%;
		height: 21px;
		overflow: hidden;
	}
	.cs-center img {
		padding-top: 19px;
		width: 65%;
	}
	.cs-center strong {
		font-size: 37px;
	}
	.cs-center span {
		margin-top: 10px;
		letter-spacing: -0.08em;
	}
}
@media (max-width: 991px) {
	.bottom-banner {
		padding-right: 15px;
		width: 100%;
	}
	.bottom-banner a {
		width: 48%;
	}
	.customer {
		margin-top: 25px;
		padding-right: 15px;
		width: 100%;
		height: auto;
	}
	.customer ul {
		height: 57px;
	}
	.notice {
		padding-bottom: 0;
		/*width: 48%;*/
		border-bottom: none;
	}
	.cs-center {
		float: right;
		margin-top: 0;
		width: 48%;
	}
	.cs-center img {
		padding-top: 30px;
		width: 52px;
	}
	.cs-center strong {
		line-height: 1.42857143;
		letter-spacing: inherit;
	}
	.cs-center span {
		margin-top: -5px;
		letter-spacing: inherit;
	}
}
@media (max-width: 767px) {
	.bottom-banner a {
		width: 100%;
		margin-right: 0 !important;
	}
	.customer-center {
		padding-bottom: 20px !important;
	}
	.customer div {
		width: 100%;
	}
	.notice {
		padding-bottom: 25px;
		border-bottom: 0px solid #e0e0e0;
	}
	.cs-center {
		margin-top: 15px;
	}
	.cs-center strong {
		line-height: inherit;
	}
}
@media (min-width: 549px) and (max-width: 767px) {
	.cs-center td:first-child {
		width: 15%;
	}
	.cs-center td:last-child {
		padding-top: 25px;
	}
	.cs-center span {
		margin-left: 5%;
	}
}

.more {
	margin-top: 9px;
	text-align: center;
}
.more a {
	display: block;
	margin: 0 auto;
	padding: 14px 0 13px;
	width: 180px;
	font-weight: 500;
	font-size: 14px;
	color: #555;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.more a:hover {
	text-decoration: none;
	background-color: #eee;
}
@media (max-width: 414px) {
	.more a {
		width: 100%;
	}
	.m-pad-r0 {padding-right: 0 !important;}
}


/* Footer */

.page-footer.bg-white {
	padding-right: 0;
	padding-left: 0;
}
.page-footer.bg-white .container {
	width: 100% !important;
}
.page-footer.bg-black {
	padding: 0;
	background: #1d1f20;
}
.page-footer .footer-nav {
	float: left;
	width: 100%;
	border-bottom: 1px solid #343637;
}
.page-footer .footer-nav.lineN {
	margin-top: 20px;
	padding-top: 0;
	border-top: 0px;
}
.page-footer .footer-nav li a {
	float: left;
	padding: 26px 0 22px;
	font-family: 'NotoSansL';
	font-size: 15px;
	color: #a1a1a2;
	text-align: center;
}
.page-footer .footer-nav li:nth-child(2) a {
	color: #fff;
}

@media (max-width: 500px) {
	.page-footer .footer-nav li span {
		float: left !important;
		padding: 0 0 30px !important;
		margin: -10px 0 0 !important;
		text-align: left !important;
	}
}
.page-footer .footer-nav li span {
	float: right;
	padding: 26px 0 22px;
	font-family: 'NotoSansL';
	font-size: 14px;
	color: #a1a1a2;
	text-align: right;
}
.footer-customer {
	float: left;
	font-size: 20px;
	color: #fc7f2e;
	font-weight: 600;
	font-family: NanumSquare, NanumBarunGothic, NanumGothic, 나눔고딕;
}
.footer-sns {
	float: right;
}
.footer-sns a {
	margin-right: 0 !important;
	margin-left: 5px;
	padding: 0 !important;
	width: 32px !important;
	border: none !important;
}
.footer-sns a:hover {
	background: none !important;
}
.footer-sns a img {
	width: 100% !important;
	margin-top: 3px;
}
.page-footer .form-control {
	float: right;
	margin-top: 19px;
	width: 150px;
	height: 35px;
	font-family: 'NotoSansL';
	font-size: 15px;
    color: #fff;
	background-image: url(../../images/kr/footer/select_arrow.png) !important;
	border-color: transparent;
    background-color: transparent;
}
.footer-menu {
	clear: both;
	display: block;
 	margin-bottom: 0;
/*  	padding: 0; */
/* 	width: 1260px; */
}
.footer-menu li {
	display: block;
	float: left;
	margin-right: 30px;
}
.footer-menu li:last-child {
	margin-right: 0px;
	float: right;
}
.footer-menu li a {
	color: #555;
}

.footer-copyright {
	display: block;
	float: left;
	width: 100%;
	clear: both;
 	margin: 0 auto 5px;
}
.footer-copyright img {
	float: left;
	width: 110px;
	margin-right: 40px;
}
.footer-copyright p {
	float: left;
	margin: 30px 0 34px;
	padding: 0;
	font-family: 'NotoSansL';
	font-size: 15px;
	line-height: 32px;
	color: #a1a1a2;
}
.footer-copyright p span {
	font-size: 14px;
	color: #a1a1a2;
}
.footer-copyright p em {
	display: block;
	padding-top: 29px;
	font-style: normal;
	font-size: 13px;
}
.footer-copyright p.lineH24 {
	line-height: 24px;
	color: #e2e2e2;
}
.footer-copyright strong {
	margin-left:30px;
	font-size: 13px;
}

@media (max-width: 1199px) {
	.footer-copyright img {
		margin-bottom: 15px;
}
	.footer-copyright p {
/* 		width: 87%; */
	}
}
@media (max-width: 767px) {
	.page-footer {
		padding-left: 0;
		padding-right: 0;
	}
	.page-footer . > a {
		margin-right: 1%;
		width: 24.2% !important;
		font-size: 11px;
	}
	.footer-copyright img {
		margin-bottom: 10px;
	}
	
	.page-footer span {
/* 		width: 100%; */
/* 		margin-top: 10px; */
	}

	.footer-copyright strong {
		display: block;
		width: 100%;
		margin-left: 0px;
		margin-top: 10px;
	}
	
	.page-header-fixed .navbar.he84 {height: 61px;}
	
	.speechduck {right: -30px !important; bottom: 0px !important;}
	.speechduck img {width: 70%; height: 70%;}
}

@media (max-width: 569px) {
	.footer-menu li {
		
	}
	.page-footer .form-control {
	    float: left !important;
	    width: 100% !important;
	    margin-left: 0px !important;
	    margin-top: 10px;
	}
	.main-pick .cd-item-info b a {font-size: 14px !important;}
}
@media (max-width: 490px) {
	.page-footer .footer-nav > a {
		width: 20% !important;
		font-size: 11px;
	}
	.page-footer .footer-nav > a:nth-child(3) {
		width: 35% !important;
	}
	.page-footer .footer-nav > a:nth-child(4) {
		width: 22% !important;
	}
	.footer-sns {
		width: 100%;
	}
	.page-footer .form-control {
		width: 49%;
	}
	.footer-copyright {
		margin-top: 0;
		padding-top: 30px;
		width: 100% !important;
	}
	.footer-copyright p {margin: 0 0 34px; font-size: 14px; line-height: 24px;}
	.footer-copyright p em {padding-top: 109px;}
	.page-footer .select {bottom: 80px !important; border: 1px solid #333;}
	.page-footer .select {max-width: 100% !important;}
	
	.layerpopup {width: 100% !important;}
}

@media (max-width: 420px) {
	.footer-menu,
	.footer-copyright p {width: 100% !important;}
	.footer-menu li {
		margin: 5px 5% 5px 0;
	}
	.footer-menu li:nth-child(4) {
		margin-right: 0;
	}
	.footer-menu li a {
/* 		width: 50%; */
	}
	.page-footer.bg-black {
		padding-right: 15px;
		padding-left: 15px;
	}
	.page-footer .footer-nav a {
		margin-bottom: 5px;
	}
	.footer-sns {
	    float: left !important;
	    width: 100%;
	    margin: 10px 0 20px;
	}
	.footer-sns a {
	    float: left;
	    width:14% !important;
	}
	.footer-sns a img {
	    width: 100%;
	}
	.page-footer .footer-nav,
	.footer-copyright {
/* 		margin-left: -15px; */
/* 		margin-right: -15px; */
	}
}
@media (max-width: 320px) {
	.page-footer .footer-nav > a {
		margin-bottom: 5px;
		width: 49% !important;
	}
	.page-footer .footer-nav > a:nth-child(3),
	.page-footer .footer-nav > a:nth-child(4) {
		width: 49% !important;
	}
	.footer-sns {
		margin-top: 20px;
	}
}
.speechduck {position: fixed; float: right; right: 50px; bottom: 20px;}




.lol-item-column {
	margin-bottom: 21px;
	width: 100%;
}
.lm-col-1 {display: block; float:left; margin-left: 2%; width: 23.5%; position: relative; min-height: 1px;}
.lm-col-1:first-child {margin-left:0px;}
.lm-col-2 {float: left; margin-left: 2%; width: 49%;}


@media (max-width: 1199px) {
	.lol-item-column {margin-bottom: 12px;}
}
@media (max-width: 1110px) {
	.lm-col-1,
	.lm-col-2 {margin-left: 4%; width: 48%;}
	.lm-col-1 {height: 410px;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.lol-item-column {margin-bottom: 0;}
	.lm-col-1 {margin-bottom: 20px; height: 326px;}
}
@media (max-width: 767px) {
	.lol-item-column {margin-bottom: 0;}
	.lm-col-1 {margin-bottom: 30px; margin-left: 0; width: 100%; height: auto;}
	.lm-col-1:last-child {margin-bottom: 0;}
	.lm-col-2 {margin-left: 0; width: 100%;}
}

.magazine {padding: 0;}
.magazine .lol-item-column > div > span {
	display: block;
	overflow: hidden;
}
.magazine img {
    width: 100%;
    height: 100%;
     max-width: 100%;
    display: block;
    vertical-align: middle;
    border: 0;
    transition: .3s;
}
.magazine img:hover {transform: scale(1.1);}
.magazine h3 {position: relative; background-color: #fff; color: #313131 !important;}
.magazine h3 a {float: right; font-size: 13px; color: #999; letter-spacing: -1px;}
.magazine h3 a:hover {color: #313131;}
.magazine .orange h3 {font-size: 16px !important; font-weight: 500; color: #fc6200; padding: 20px 0 0; margin: 0; line-height: 29.124px;}
.magazine strong {color: #666666; font-size: 13px;}
.magazine p {float: left; font-size: 13px; color: #666666; padding: 13px 0 0; line-height: 20px;}
.magazine p a {color: #666666;}

.magazine .gray h3 {font-size: 16px !important; font-weight: 500; color: #666666; padding: 20px 0 0; margin: 0; line-height: 29.124px;}
.magazine .gray strong {float: left; width: 100%; font-size: 13px; font-weight: 400; line-height: 1.5; color: #999999; padding: 14px 0 10px; margin: 0;}
.magazine .gray strong a {color: #777;}
.magazine .gray strong a:hover {color: #222;}

.magazine .blue h3 {font-size: 16px !important; font-weight: 500; color: #0c6ed1; margin: 0 0 10px; padding: 0; line-height: 29.124px;}
.magazine .blue ul {
	float: left;
	margin-bottom: 0;
	padding: 6px 5px 10px;
	width: 100%;
	min-height: 160px;
/* 	border-top: 1px solid #333; */
	border-bottom: 1px solid #e5e5e5;
}
.magazine .blue ul li {
	float: left;
	padding: 0 0 13px;
	width: 100%;
}
.magazine .blue ul li a {
	position: relative;
	float: left;
	width: 75%;
	font-size: 13px;
	white-space: nowrap;
	color: #333;
	text-indent: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.magazine .blue ul li a:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 2px;
	height: 2px;
	background-color: #333;
}
.magazine .blue ul li span {
	float: right;
	color: #666;
}

.magazine .danger {
	position: relative;
}
.magazine .danger h3 {
	float: left;
	font-size: 16px !important;
	font-weight: 500;
	color: #666666;
	margin: 34px 0 1px;
	padding: 0;
	line-height: 29.124px;
}
.magazine .danger strong {
	float: left;
	font-size: 27px;
	letter-spacing: -1.7px;
	color: #313131;
}
.magazine .danger .fa {
	float: left;
	margin-top: 3px;
	margin-right: 9px;
	color: #ccc
}
.magazine .danger span {
	padding: 0 10px 0 10px;
	font-style: normal;
	font-weight: 500;
}
.magazine .danger p {
	position: relative;
	float: right;
	margin-top: 29px;
	padding: 0 0 0 17px;
	line-height: 20px;
}
.magazine .danger p:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 1px;
	height: 36px;
	background-color: #e5e5e5;
}
.magazine p b {
	font-family: 'NanumGothicBold';
	color: #313131;
	font-weight: normal;
}
.magazine .danger p i {
	height: 8px;
}

@media (min-width: 1200px) {
	.magazine p {
		margin-bottom: 0;
	}
	.magazine .gray strong {
		margin-bottom: -3px;
		padding-bottom: 0;
	}
	.magazine .danger p {
		margin-bottom: 0;
	}
}
@media (max-width: 1199px) {
	.magazine .blue ul {
		min-height: 147px;
	}
	.magazine .blue ul li {
		padding-bottom: 9px;
	}
	.magazine .danger h3 {
		margin-top: 23px;
		margin-right: 15px;
	}
	.magazine .danger strong {
		font-size: 25px;
	}
	.magazine .danger p {
		float: left;
		margin-top: 16px;
		padding: 0;
		letter-spacing: -1px;
	}
	.magazine .danger p:before {
		display: none;
	}
}
@media (max-width: 1110px) {
	.magazine .blue {margin-left: 0; border-top: 1px solid #e8e8e8;}
	.magazine .blue h3 {margin-top: 20px;}
	.magazine .blue ul {padding-top: 5px; border-bottom: 0;}
	.magazine .danger {border-top: 1px solid #e8e8e8;}
	.magazine .danger h3 {
		margin-top: 21px;
	}
	.magazine .danger p {
		float: left;
		margin-top: 11px;
		letter-spacing: 0px;
	}
}
@media (max-width: 767px) {
	.magazine .danger h3 {margin-top: 30px; width: 100%;}
/* 	.magazine .blue {border-top: 1px solid #e8e8e8;} */
	.magazine .blue ul {
/* 		border-bottom: 1px solid #e8e8e8; */
		padding-bottom: 30px;
	}
}

.community {border-top: 1px solid #e8e8e8; padding: 30px 0 0; margin-top: -10px;}
.community .notice {padding: 0 20px 0 0; font-size: 12px; line-height: 22px;}
.community h3 {font-size: 16px; font-weight: 500; margin-bottom: 10px;}
.community .notice ul {border-right: 1px solid #e8e8e8;}




/* layerpopup (공통) */
.layerpopup {position: fixed; top: 35px; left: 30%; z-index:1000; border: 1px solid #555; background: #fff; clear: both;}
.layerpopup h2 {font-size: 18px; color: #222222; font-weight: 500; margin: 30px 30px 0; padding: 0;}
.layerpopup h2 .pop_close {float: right; margin: -20px -20px 0 0; cursor: pointer;}
.layerpopup .pop_cont {overflow:hidden; padding: 10px 0 30px; text-align: center;}
.layerpopup .pop_cont a img {max-width: 100%;}
.layerpopup span.check {float: right; font-size: 11px; font-weight: 400; margin: 7px -20px 0 0;}
.layerpopup .pop_cont caption {display:none;}
.layerpopup .pop_cont tr {border-bottom: 1px solid #e8e8e8;}
.layerpopup .pop_cont th {color:#333333; padding:10px 0; text-align: center; background: #f9f9f9; border-top: 1px solid #a3a3a3;}
.layerpopup .pop_cont td {color:#666666; padding:18px 10px; font-family: Dotum; font-weight: 400; text-align: center;}
.layerpopup .pop_cont td span {color:#999; font-weight:400;}
.layerpopup_main .bottom .today_close {float: left; padding: 10px 0;}
.layerpopup_main .bottom .close {float: right; padding: 13px 0;}

/* newOderPay */
.pay-plus {
	margin: 4px 0 0 !important;
	width: 25px;
	height: 25px;
	line-height: 26px;
	font-size: 12px !important;
	text-align: center;
	background-color: #e5e5e5;
	border-radius: 100%;
}
@media (max-width: 991px) {
	.pay-delivery,
	.pay-price {
		width: 100% !important;
	}
	.pay-plus {
		display: none;
	}
}

.newOderPay ul {
	float: left;
	padding: 0;
	width: 100%;
	border-top: 1px solid #aaa;
}
.newOderPay li {
	float: left;
	width: 50%;
	height: 49px;
	border-bottom: 1px solid #ccc;
}
.newOderPay li label {
	float: left;
	margin: 0;
	padding: 13px 20px 12px;
	width: 30%;
	height: 39px;
	font-family: 'NanumGothicBold';
	font-size: 12px;
	text-align: left;
}
.newOderPay li p {
	float: left;
	margin: 0;
	padding: 13px 20px 12px;
	width: 70%;
	line-height: 22px;
	font-size: 12px;
	vertical-align: middle;
	text-align: right !important;
}
.newOderPay li p span {
	float: none;
	font-family: 'NanumGothicBold';
	font-size: 16px;
	color: #333;
}
.newOderPay li p span em {
	font-family: 'NanumGothicBold';
	font-size: 20px;
	color: #6153b4;
	font-style: normal;
	padding-left: 10px;
}



.btnIcon ul {float: left; margin-bottom: 30px; padding: 0; width: 100%;}
.btnIcon ul li {float: left; width: 50%;}
.btnIcon ul li a {float: left; width: 40%; background: #595959; border: 1px solid #494949; padding: 15px 0; font-family: 'NanumGothicBold'; font-size: 15px; color: #fff; text-align: center;}



/*---------------------------------
 * 전체카테고리 영역
 *---------------------------------*/

.nav-fixed .horizontal-bar {
	position: fixed !important;
}
.page-horizontal-bar.compact-menu .sub-menu-category {
/* 	display: none; */
	position: relative;
	z-index: 1;
	margin: -999px 0 0;
	padding: 0px 0 0;
	width: 100%;
	background-color: #f9f9f9;
/* 	border-top: 1px solid #e9e9e9; */
	border-bottom: 1px solid #e9e9e9;
	-webkit-transition: .4s;
			transition: .4s;
}
.nav-fixed.visible-category .sub-menu-category {
/* 	position: fixed !important; */
	margin-top: 0px !important;
}

[class^="category-"],
[class^="scrollbox-"] {
	height: 398px;
}

.category-box {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
/* 	width: 100%; */
	min-height: 530px !important;
}

.category-body {
	position: absolute;
	margin: 0 auto;
	width: 598px;
	overflow: hidden;
	height: 100% !important;
/* 	background: #f7f7f7 url('../../images/kr/header/bg_category.gif') 0 0 repeat-y; */
/* 	border-top: 1px solid #e9e9e9; */
}

/* 카테고리 서브메뉴1 */
.page-horizontal-bar ul.scrollbox-depth1 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
/* 	z-index: 100; */
	padding: 20px 0 3px;
	width: 200px;
	height: 100% !important;
	background-color: #f1f1f1;
	border: 1px solid #e9e9e9;
	border-top: none;
	border-bottom: none;
}
.page-horizontal-bar ul.scrollbox-depth1:after {
	content: " ";
	display: block;
	clear: both;
}
.page-horizontal-bar ul.scrollbox-depth1 a {
	text-decoration: none;
}
.page-horizontal-bar ul.scrollbox-depth1 li a {
	padding: 3px 25px;
	font-family: 'NotoSansL';
	font-size: 14px;
	white-space: nowrap;
	letter-spacing: -1px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.page-horizontal-bar ul.scrollbox-depth1 > li {
/* 	position: initial; */
	font-size: 14px;
/* 	color: #fff; */
}
.page-horizontal-bar ul.scrollbox-depth1 .no a {
	background: none !important;
}
.page-horizontal-bar ul.scrollbox-depth1 > li > div > a {
	display: block;
	width: 198px;
	height: 27px;
	color: #999999;
}
.page-horizontal-bar .arrow a {
	background-image: url('../../images/kr/header/arrow_category.png');
	background-position: 100% -4px;
	background-repeat: no-repeat;
}
.page-horizontal-bar ul.scrollbox-depth1 > li > div > a:hover,
.page-horizontal-bar ul.scrollbox-depth1 > li > div > a:focus,
.page-horizontal-bar ul.scrollbox-depth1 > li > div.active > a {
	position: relative;
	color: #020202;
	background-position: 100% -42px;
}

/* 카테고리 서브메뉴2 */
.page-horizontal-bar ul.scrollbox-depth1 .scrollbox-depth2 {
	display: none;
	position: absolute;
	top: 0;
	left: 199px;
	padding: 20px 0 3px;
	width: 199px;
	height: 100% !important;
	background-color: #f5f5f5;
	border-right: 1px solid #e9e9e9;
/* 	border-bottom: 1px solid #e9e9e9; */
}
.page-horizontal-bar ul.scrollbox-depth1 > li:first-child > ul {
	display: block;
}
.page-horizontal-bar ul.scrollbox-depth1 .scrollbox-depth2 li:first-child > div > a {
/* 	color: #22BAA0; */
}
.page-horizontal-bar ul.scrollbox-depth1 .scrollbox-depth2 li > div > a {
	display: block;
	width: 198px;
	height: 30px;
	color: #5f5f5f;
/* 	background-image: url('../../images/kr/header/arrow_category.png'); */
/* 	background-position: 100% 0; */
/* 	background-repeat: no-repeat; */
}
.page-horizontal-bar ul.scrollbox-depth1 .scrollbox-depth2 li > div > a:hover,
.page-horizontal-bar ul.scrollbox-depth1 .scrollbox-depth2 li > div > a:focus,
.page-horizontal-bar ul.scrollbox-depth1 .scrollbox-depth2 li > div.active > a {
	position: relative;
	color: #020202;
	background-position: 100% -42px;
}


/* 카테고리 서브메뉴3 */
.page-horizontal-bar ul.scrollbox-depth1 .scrollbox-depth2 li:first-child > ul {
	display: block;
}
.page-horizontal-bar ul.scrollbox-depth1 .scrollbox-depth2 li .scrollbox-depth3 {
	padding: 0;
}
.page-horizontal-bar ul.scrollbox-depth1 .scrollbox-depth2 li div + .scrollbox-depth3 {
	display: block;
	position: absolute;
	top: 0;
	left: 199px;
	padding: 20px 0 3px;
	width: 199px;
	height: 100% !important;
/* 	overflow: hidden; */
/* 	overflow-y: auto; */
	background-color: #f9f9f9;
	border-right: 1px solid #e9e9e9;
/* 	border-bottom: 1px solid #e9e9e9; */
}
.page-horizontal-bar ul.scrollbox-depth1 .scrollbox-depth3.type2 {
	display: none;
	position: absolute;
	top: 0;
	left: 398px;
	padding: 3px 0;
	width: 199px;
/* 	overflow: hidden; */
/* 	overflow-y: auto; */
	background-color: #f9f9f9;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
.page-horizontal-bar ul.scrollbox-depth1 .scrollbox-depth3 > li > a {
	display: block;
	width: 198px;
	height: 38px;
	color: #5f5f5f;
}
.page-horizontal-bar ul.scrollbox-depth1 .scrollbox-depth3 > li > a:hover,
.page-horizontal-bar ul.scrollbox-depth1 .scrollbox-depth3 > li > a:focus,
.page-horizontal-bar ul.scrollbox-depth1 .scrollbox-depth3 li > div.active > a {
	position: relative;
	color: #020202;
}


/* 카테고리 서브메뉴3 */
.page-horizontal-bar ul.scrollbox-depth1 .scrollbox-depth3 li:first-child > ul {
	display: block;
}
.page-horizontal-bar ul.scrollbox-depth1 .scrollbox-depth4 {
	display: none;
	position: absolute;
	top: 0;
	left: 199px;
	padding: 0;
/* 	border-right: 1px solid #e9e9e9; */
}
.page-horizontal-bar ul.scrollbox-depth1 .scrollbox-depth4.type2 {
	left: 394px;
}
.page-horizontal-bar ul.scrollbox-depth1 .scrollbox-depth4 > li > a {
	display: block;
	width: 198px;
	height: 38px;
	color: #5f5f5f;
}
.page-horizontal-bar ul.scrollbox-depth1 .scrollbox-depth4 > li > a:hover,
.page-horizontal-bar ul.scrollbox-depth1 .scrollbox-depth4 > li > a:focus,
.page-horizontal-bar ul.scrollbox-depth1 .scrollbox-depth4 > li > a.active {
	position: relative;
	color: #020202;
}


/* 카테고리 배너 */
.page-horizontal-bar ul.banner-promotion {
	display: block;
	position: absolute;
	top: 0;
	left: 796px;
	float: right;
	margin: 0;
	padding: 0;
	width: 342px;
	height: 400px;
	background-color: #fff;
	border-left: 1px solid #e9e9e9;
}

.page-horizontal-bar ul.banner-promotion a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.page-horizontal-bar ul.banner-promotion .banner-title {
	display: block;
	margin: 0 0 3px;
	font-weight: normal;
	font-size: 21px;
	letter-spacing: -1px;
}

.page-horizontal-bar ul.banner-promotion .banner-img {
	display: block;
	margin: 10px 0;
	width: 292px;
	height: 200px;
	background-color: #f2f2f2;
}
.page-horizontal-bar ul.banner-promotion .banner-img img {
	width: 100%;
	height: 100%;
	border: 1px solid #e8e8e8;
}

.page-horizontal-bar ul.banner-promotion .banner-sub-title {
	display: block;
	position: absolute;
	margin-bottom: 5px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: -1px;
	color: #686868;
}

.page-horizontal-bar ul.banner-promotion .banner-sub-title strong {
	font-weight: 500;
	font-size: 17px;
	letter-spacing: 0px;
	color: #333333;
}
.page-horizontal-bar ul.banner-promotion .banner-sub-title em {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 34px;
	letter-spacing: -1px;
	color: #fa6e51;
}

@media (max-width: 1200px) {
	.page-horizontal-bar.compact-menu .sub-menu-category {
/* 		padding: 0 !important; */
	}
	.page-horizontal-bar ul.scrollbox-depth1,
	.page-horizontal-bar ul.scrollbox-depth1 .scrollbox-depth2,
	.page-horizontal-bar ul.scrollbox-depth1 .scrollbox-depth3 {
		top: 0 !important;
		padding: 0 !important;
	}
	.category-body {
		width: 598px;
	}
}
@media (max-width: 767px) {
	.page-horizontal-bar.compact-menu .sub-menu-category {
		display: none !important;
	}
}

.loginBtnArea {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	padding: 0;
	margin: -30px auto 0;
	z-index: 100;
}
@media (max-width: 1200px) {
	.loginBtn,
	.page-login #main-wrapper,
	.loginCopyRightA {
		width: 100% !important;
	}
}
.loginBtn {
	float: none;
	width: 1140px;
	margin: 0 auto;
}
.loginBtn ul {
	float: left;
	width: 100%;
	padding: 0;
}
.loginBtn ul li {
	float: left;
	width: 20%;
	height: 75px;
	background: #222;
	text-align: center;
}
.loginBtn ul li:first-child {
	float: left;
	width: 20%;
	height: 75px;
	background: #555;
	text-align: center;
}
.loginBtn ul li.third {
	background: #555;
}
.loginBtn ul li.last {
	width: 40%;
	background: #2eb5e7;
}
.loginBtn ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: 500;
	color: #eee;
	letter-spacing: -0.7px;
	line-height: 75px;
}
.loginBtn ul li a:hover {
	background: #020202;
	font-size: 15px;
}
.loginBtn ul li:first-child a:hover,
.loginBtn ul li.third a:hover {
	background: #444;
}
.loginBtn ul li.last a:hover {
	background: #189fd1;
}

.loginCopyRightA {
	float: left;
	width: 100%;
}
.loginCopyRightA span {
	display: block;
	width: 1140px;
	margin: 25px auto 0;
	font-size: 13px;
	line-height: 24px;
}
.loginCopyRightA span em {
	float: left;
	width: 100%;
	padding: 10px 0 20px;
	font-size: 11px;
	font-style: normal;
}

.footer-copyright .loginCopyRightA {
	float: left;
	width: 100%;
}
.footer-copyright .loginCopyRightA span {
	display: block;
	width: 1140px;
	margin: 0 auto;
	font-size: 13px;
	color: #fff;
	line-height: 24px;
}
.footer-copyright .loginCopyRightA span em {
	float: left;
	width: 100%;
	padding: 10px 0 0;
	font-size: 11px;
	font-style: normal;
}

.confirm {
	float: left;
	width: 100%;
	border: 5px solid #dcd8f3;
	margin: 0px 0 20px;
}
.confirm table tr {
	display: block;
	padding: 0 165px 0 190px;
}
.confirm table tr th {
	padding-right: 40px;
	color: #555;
}
.confirm table tr td {
	padding: 28px 0 26px;
	font-size: 16px;
	color: #555;
}
.confirm .form-control {
	float: left;
	margin-right: 6px;
	width: 143px;
	height: 40px;
	border-color: #d3d3d3;
}
.confirm .form-control:nth-child(2) {
	width: 123px;
}
.confirm .form-control:nth-child(3) {
	width: 182px;
}
.confirm p {
	margin: 45px 0 1px;
	font-size: 25px;
	line-height: 1.56em;
	text-align: center;
}
.confirm strong {
	font-size: 26px;
	color: #2d71c4;
}

@media all and (max-width: 1199px) {
	.confirm table tr {
		padding: 0 150px;
	}
	.confirm table tr th {
		padding: 0 20px;
		min-width: 110px;
	}
	.confirm .form-control,
	.confirm .form-control:nth-child(2),
	.confirm .form-control:nth-child(3) {
		width: 20%;
	}
}
@media all and (max-width: 991px) {
	.confirm table tr {
		padding: 0;
	}
	.confirm table tr td {
		width: 100%;
	}
	.confirm .btn-md {
		padding-right: 30px;
		padding-left: 30px;
	}
	.confirm .form-control,
	.confirm .form-control:nth-child(2),
	.confirm .form-control:nth-child(3) {
		width: 26%;
	}
}
@media all and (max-width: 800px) {
	.confirm .form-control,
	.confirm .form-control:nth-child(2),
	.confirm .form-control:nth-child(3) {
		width: 30%;
		margin-bottom: 15px;
	}
}
@media all and (max-width: 500px) {
	.confirm .form-control,
	.confirm .form-control:nth-child(2),
	.confirm .form-control:nth-child(3) {
		width: 28%;
		margin-bottom: 15px;
	}
}

.btn-md {
	display: inline-block;
	padding: 10px 68px 9px;
	font-weight: 500;
	font-size: 13px;
	color: #fff;
	text-align: center;
	border: 1px solid transparent;
	background-color: #555;
}
a:hover.btn-md {
	color: #fff;
}


.certificate {
	float: left;
	width: 100%;
	background: #f6f6f6;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	text-align: center;
	margin: 15px auto 0;
}
.certificate ul {
	display: inline-block;
	text-align: center;
	margin: 25px auto;
	padding: 0;
}
.certificate ul li {
	float: left;
	font-size: 16px;
	text-align: center;
	margin: 35px;
}
@media (max-width: 570px) {
	.certificate ul li {
		margin: 5px !important;
	}
}
@media (max-width: 740px) {
	.certificate ul li a {
		width: 100px !important;
		height: 100px !important;
		padding: 20px !important;
	}
	.certificate .textArea h3,
	.certificate .textArea span {width: 100% !important; text-align: left; padding-bottom: 15px;}
}
.certificate ul li a {
	display: block;
	width: 160px;
	height: 160px;
	padding: 40px;
	text-align: center;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 50%;
}
.certificate ul li a:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .2)
}
.certificate ul li a img {
	width: 90%;
	opacity: .2;
}
.certificate ul li a:hover img {
	opacity: .6;
}

.certificate .textArea {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #d5d5d5;
	background: #fff;
	padding: 25px;
}
.certificate .textArea h3 {
	float: left;
	width: 17%;
	font-size: 20px;
	font-weight: bold;
	padding-top: 45px;
}
.certificate .textArea span {
	float: left;
	width: 83%;
	font-size: 13px;
	text-align: left;
	line-height: 24px;
}



/*  */
.date-inpt,
.datepicker.dropdown-menu {
	z-index: 9;
}



.page-footer .select {
  position: absolute;
  right: 0;
  bottom: 26px;
  float: right;
  display: block;
  margin: 15px auto 0;
  width: 100%;
  max-width: 200px;
  color: #a1a1a1;
  vertical-align: middle;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
}
.page-footer .select .placeholder {
  position: relative;
  display: block;
  font-size: 14px;
  z-index: 1;
  padding: 1em 0 1em 1em;
  border-radius: 2px;
  cursor: pointer;
}

.page-footer .select .placeholder:after {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'FontAwesome';
  font-size: 13px;
  content: '\f077';
  z-index: 10;
}
.page-footer .select.is-open .placeholder:after {
  content: '\f078';
}
.page-footer .select.is-open ul {
  display: block;
}
.page-footer .select.select--white .placeholder {
  background: #fff;
  color: #999;
}
.page-footer .select.select--white .placeholder:hover {
  background: #fafafa;
}
.page-footer .select ul {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #444;
  border-radius: 2px;
  bottom: 50px;
  left: 0;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  z-index: 100;
  border-radius: 10px;
}
.page-footer .select ul li {
  display: block;
  text-align: left;
  padding: 0.8em 1em 0.8em 1em;
  color: #121212;
  cursor: pointer;
}
.page-footer .select ul li a {
  display: block;
  width: 100%;
  color: #999;
  font-size: 14px;
}
.page-footer .select ul li:hover a {
  color: #fff;
}
.page-footer .select ul li:hover {
  background: #333;
}





/* login */
.login {padding: 50px 0; margin-bottom: -80px; background: #fff;}
.login section { float: none; position:static; transform:none; padding:71px 0 95px; margin:0 auto; background:#fff;}
.login .section_inner { width:60%; margin:0 auto; }
@media (min-width: 372px) and (max-width:640px) {
	.login .section_inner {width: 86%;}
}
@media (min-width: 992px) and (max-width:1240px) {
	.login section {width: 60%;}
}
@media (min-width: 1241px) and (max-width:1719px) {
	.login section {width: 40%;}
	.login .section_inner { width:65%; margin:0 auto; }
}
.login .section_inner h4 { font-size:26px; font-weight:600; color:#231f20; margin-top: -10px;}
@media (max-width:767px) {
	.login .section_inner h3 {font-size: 28px; margin-bottom: 15px;}
	.login section {padding: 50px 0;}
}
@media (max-width:371px) {
	.login .section_inner {width: 90%;}
}
.login .section_inner > p { margin:12px 0 46px; color:#807e7f; }
.login .section_inner label.padding { width: 100%; margin: 20px 0 15px; background: #ddd; padding: 10px 0; text-align: center;}
.login .section_inner label.padding input[type=text] {
    width: 100%;
    height: 40px;
    color: #555;
    font-size: 22px;
    padding: 5px;
    text-align: center;
    border: none;
    border-bottom: none;
    background: none;
    box-sizing: border-box;
    outline: none;   
}
.login .section_inner label.padding input::placeholder {
  font-size: 18px;
}
.login .log_id,
.login .log_pw,
.login .log_tel { display:block;margin-top:10px; }
.login .log_id input,
.login .log_pw input,
.login .log_tel input { width:100%; font-family: inherit; }
.login .log_id:before { width:22px; height:22px; }
.login .log_pw:before { width:24px; height:24px; }
.login .log_pw:before { background-position:-27px 0; }
.login .log_tel:before { width:24px; height:24px; background-position:-54px 0; }
.login .log_id input[type=text],
.login .log_pw input[type=text],
.login .log_tel input[type=text],
.login .log_pw input[type=password] {
    width: 100%;
    height: 48px;
    color: #555;
    padding: 8px 15px;
    line-height: 32px;
    border: 1px solid rgba(228,228,228,0);
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
    outline: none;
}
.inp_icon { position:relative; }
.inp_icon:before { content:''; position:absolute; display:block; left:24px; top:50%; transform:translate(-50%,-50%); background:url('../../images/common/form_icon.png') no-repeat 0 0; box-sizing:border-box; }
.inp_icon input[type=text],
.inp_icon input[type=number],
.inp_icon input[type=password] {padding-left:50px !important;}
.login .logbox { margin-top:25px; font-size:0; }
.login .logbox a { display:inline-block; vertical-align:middle; font-size:13px; color: #999; letter-spacing:-0.04em; }
.login .logbox a:hover { color: #333; }
.login .logbox span { display:inline-block; width:  auto; vertical-align:top; font-size:13px; letter-spacing:-0.04em; margin: 0;}
.login .logbox span.checkbox {margin-top: 4px !important;}

@media (max-width:540px) {
	.login .logbox span.checkbox {width: 100%; margin-bottom: 10px !important;}
	.checkbox label.lol-label-checkbox {width: auto !important;}
	.form-control.t-col-xs-7 {width: 69.666666% !important;}
}
.login .logbox span.checkbox .lol-text-checkbox {color: #8d8d8d !important;}
.login .logbox label { margin-left:0; }
.login .logbox .select { width:69px; }
.login .logbox .bar { width:1px; height:15px; margin:1px 12px 0; background:#e4e4e4; }
.login .btnbox { margin-top:28px; }
.login .btnbox .btn_login { width:100%; font-size:16px; height:45px; color:#fff; background:#ff4b14; }
[class^="btn_"]:not(.btn_area) {
    position: relative;
    display: inline-block;
    height: 48px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
}
[class^="btn_"]:not(.btn_area):before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
[class^="btn_"]:not(.btn_area):after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.login .btnbox .btn_login:hover { background:#e83802; }
.login .btnbox2 { margin-top:20px; padding-top:25px; border-top:1px solid #e4e4e4; }
.login .btnbox2 .btn_join { width:100%; font-size:16px; height:45px; color:#555; background:#f5f5f5; border: 1px solid #ccc; margin-top: 10px;}
.login .btnbox2 .btn_join:hover { background:#eee; border: 1px solid #555; }
.login .btnbox2 .btn_buy { width:100%; font-size:16px; height:45px; color:#121212; background:#e5e5e5;}
.login .btnbox2 .btn_buy:hover { color: #fff; background:#444; }
@media (max-width: 540px) {
	.login .txt {text-align: left !important;}
}
.login .txt { display:block; margin-top:20px; text-align:center; font-family: 'NotoSansL'}

.login .section_inner div .btn_blk { float:right; width:48px; color: #fff; background:#333; border-radius: 10px;}
.login .section_inner div .btn_blk:hover { background:#555; }
.login .section_inner div .btn_blk img {width:20px; vertical-align: middle;}


.content {height:545px; overflow:auto !important; overflow-x: hidden !important; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.mCSB_inside > .mCSB_container {
    margin-right: 0 !important;
}

@media (min-width: 1800px) {
	#quick-ban {left: 7.1%;}
}

@media (max-width: 1200px) {
	#quick-ban {display: none;}
}


#quick-ban {
	position: fixed;
	top: 135px;
	width: 170px;
	height: 350px;
	z-index: 99999;
}
#quick-ban img {
	width: 100%;
}
#quick-ban.top {
	top: 89px;
}
