@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: normal;
  src: url("/contents/fonts/NanumGothic-Regular.eot");
  src: url("/contents/fonts/NanumGothic-Regular.eot?#iefix") format('embedded-opentype'),
       url("/contents/fonts/NanumGothic-Regular.woff2") format('woff2'),
       url("/contents/fonts/NanumGothic-Regular.woff") format('woff');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 600;
  src: url("/contents/fonts/NanumGothic-Bold.eot");
  src: url("/contents/fonts/NanumGothic-Bold.eot?#iefix") format('embedded-opentype'),
       url("/contents/fonts/NanumGothic-Bold.woff2") format('woff2'),
       url("/contents/fonts/NanumGothic-Bold.woff") format('woff');
}
@font-face {
  font-family: 'Nanum Square';
  font-style: normal;
  font-weight: normal;
  src: url("/contents/fonts/NanumSquareRound.ttf");
}
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
@media (max-width: 1610px) {
    .grid-wrapper.landinglist {
        position: absolute;
    }
}
@media (min-width: 1024px) {
    html, body {
        /* min-width: 1280px; */
    }
    .grid-wrapper {
        min-width: 1280px;
    }
}
html, body {
    line-height: 1.3 !important;
    letter-spacing: -1px;
    color: #222;
	font-family: 'Nanum Gothic', sans-serif;
}
ol, ul {
	list-style: none;
}
a{
    color: #222;
    text-decoration: none;
	cursor: pointer;
}
a:active,
a:hover {
    outline: none;
    text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input:focus {
	outline: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th>span {
	display: inline-flex;
	font-weight: 400;
	color: var(--gray-dark);
}
table .form-control {
	height: calc(1.5em + 1.125rem + 1px);
	background-color: #fff;
	border: 1px solid #d8d8d8;
}
table .form-control::placeholder {
	color: var(--gray);
}
.nav-tabs {
	border-bottom: 0;
}
.nav-link {
	padding: 15px 14px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	color: #929292;
}
.nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus {
	color: #fff;
}
.hide {
	display: none !important;
}
.bg-black {
	background-color: #222;
}
.bg-yellow {
	background-color: #ffd800;
}
.btn_import {
    display: inline-block;
    color: #e34f4e;
    height: 14px;
    line-height: 15px;
    font-size: .875rem;
	padding-left: 4px;
}
.btn {
    color: #222;
    font-weight: 800;
    height: 52px;
    line-height: 52px;
    padding: 0;
    border-radius: .625rem;
    font-family: "NanumGothic";
}
.btn:hover {
    color: #222;
}
.btn-gray {
	background-color: #b8b8b8;
	box-shadow: 0 2px 0 #828282;
	border-top: 2px solid #d4d4d4;
}
.btn-black-type1 {
    background-color: #484848;
    box-shadow: 0 4px 0 #222;
    border-top: 3px solid #919191;
    height: 49px;
    line-height: 49px;
    padding: 0 63px;
}
.btn-yellow {
    background-color: var(--yellow);
    box-shadow: 0 4px 0 #d39f00;
}
.btn-beige {
    background-color: var(--beige);
    box-shadow: 0 2px 0 #877a66;
}
.custom-switch .custom-control-label::before {
	left: -2rem !important;
	top: -0.15rem !important;
}
.custom-switch .custom-control-label::after {
	top: calc(0.25rem + -10px);
    left: calc(-2.25rem + 6px);
}
.custom-control-input:checked ~ .custom-control-label::before {
	background-color: #ffd800;
}
.fc-white {
	color: #fff !important;
}
.fc-gray {
	color: #929292;
}
.fc-dark-gray {
	color: #727272;
}
.fc-yellow {
	color: #ffd800;
}
.fc-orange {
    color: #ff9c00;
}
.btn.block {
    width: 100%;
}
.item_tag i {
	font-style: normal;
	font-size: .563rem;
	width: 28px;
	height: 12px;
	line-height: 12px;
	color: #fff;
	text-align: center;
	margin: 0 2px;
}
.dropdown {
	border-radius: 4px;
}
.dropdown-toggle::after {
	display: none;
}
.custom-checkbox .custom-control-label::before {
	background-image: url(/contents/images/icon-check-off.png) !important;
	z-index: 999;
	background-position: center;
	border: none;
	background-repeat: no-repeat;
}
.custom-radiobox .custom-control-label::before {
    background-color: #000;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after  {
	background-image: url(/contents/images/icon-check-on.png) !important;
	z-index: 999 !important;
}
.custom-radiobox .custom-control-label::before {
	border-radius: 50%;
    border: 0;
}
.custom-radiobox .custom-control-input:checked ~ .custom-control-label::after  {
	background-image: url(/contents/images/icon_dot.png) !important;
	z-index: 999 !important;
}
.custom-radiobox .custom-control-input:checked ~ .custom-control-label.radio::before {
    background-color: #000 !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
	background-image: none;
}
@media (max-width: 991px) {
    .main-sidebar.col-lg-4 {
        display: none;
    }
}
/* mobile  */
@media (max-width: 768px) {
    .container {
        max-width: 860px;
    }
	.main-content-wrapper {
		border: 0 !important;
	}
	.main-content-wrapper .navbar {
		margin-bottom: 30px;
	}
	.member-layout-wrapper h2 {
		width: auto !important;
		/* word-break: normal !important; */
	}
	.member-layout-wrapper h2 strong {
		display: inline-block;
	}
	.member-layout-wrapper .user_phone .btn.phone,
	.member-layout-wrapper .phone_token_num .btn.phone {
		font-size: .75rem !important;
	}
	.member-layout-wrapper .user_phone input {
		width: 60%;
	}
	.member-layout-wrapper .phone_token_num .btn.phone {
		width: 39% !important;
	}
	.btn {
		font-size: .875rem;
	}
	.member-layout-wrapper .btn.token-ok {
		width: 90% !important;
	}
}
@media (max-width: 767px) {
	.main-sidebar.col-lg-4 {
		display: none !important;
	}
}
@media (max-width: 320px) {
	.member-layout-wrapper .user_phone .btn.phone,
	.member-layout-wrapper .phone_token_num .btn.phone {
		font-size: .625rem !important;
	}
}
header .navbar {
	margin-bottom: 0;
}
.common-wrapper {
	margin-left: 64px;
	min-height: 1500px;
}
.common-wrapper .form-control, .modal .form-control {
    height: 30px;
    line-height: 30px;
	font-size: .75rem;
	border-radius: 4px;
	background-color: var(--gray-dark);
    border: 1px solid transparent;
	color: #fff;
}
.common-wrapper .form-control:focus, .modal .form-control:focus {
    border: 1px solid #ffd800;
}
.common-wrapper .form-control:placeholder {
	color: var(--gray);
}
.common-wrapper .btn {
	height: 28px;
	line-height: 28px;
	font-size: .75rem;
    margin-top: -2px;
}
.main-content-wrapper {
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
    padding: 0;
    padding-left: 24px;
    padding-right: 24px;
}
.main-content-wrapper .navbar a {
	color: var(--gray-dark);
}
.navbar a {
	color: var(--black);
}
.navbar {
    padding: 23px 0;
	margin-bottom: 60px;
}
.navbar a img {
	display: inline-block;
	padding-right: 5px;
}
.main-sidebar {
    position: fixed;
    width: 360px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
	padding: 0;
    z-index: 99;
}
.main-sidebar img {
	max-width: 100%;
}
.line-bar {
    display: block;
    margin: 40px 0;
    width: 40px;
    height: 4px;
    background-color: var(--warning);
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('/contents/images/icon-arrow-bottom.png') no-repeat 94% 50%;
	cursor: pointer;
	padding: 0 1.5rem 0 0.5rem;
	height: 30px;
	line-height: 28px;
	font-size: .75rem;
	border-radius: 4px;
	color: #fff;
	background-color: var(--gray-dark);
}
select:focus, textarea:focus {
	outline: 0;
}
select option {
    height: 40px;
    padding: 20px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
input:-internal-autofill-selected {
    background-color: var(--light) !important;
}
footer {
    margin-top: 40px;
	margin-bottom: 40px;
    color: var(--gray);
    font-weight: 600;
}

.loading-wrapper {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	z-index: 99;
}
.loading-wrapper .loading-box {
	position: absolute;
	left: 50%;
	top: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #424242;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.loadingbar {
	width: 26px;
    height: 30px;
    border: .25em solid #ffd800;
    border-radius: 0px 0px .4em .4em;
    position: absolute;
	top: 37%;
	color: #fff !important;
	z-index: 999;
}
.loadingbar:before,.loadingbar:after {
	position: absolute;
	content: "";
}
.loadingbar:after {
	width: .6em;
	height: 60%;
	border: .25em solid #ffd800;
	border-left: none;
	border-radius: 0px .5em .5em 0px;
	left: calc(100% + .1em);
	top: .2em;
}
.loadingbar:before {
	width: .2em;
	height: .5em;
	background-color: currentcolor;
	top: -.7em;
	left: .15em;
	/* box-shadow: .2em 0px 0px 0px currentcolor, .2em -.2em 0px 0px currentcolor, .4em 0px 0px 0px currentcolor; */
	box-shadow: .45em 0px 0px 0px currentcolor, 0.45em -.5em 0px 0px currentcolor, .9em 0px 0px 0px currentcolor, .45em 0px 0px 0px currentcolor;
	animation: loadingbar 1s linear infinite alternate;
}
@keyframes loadingbar {
	0% {
		height: 0px
	}
	100% {
		height: 6px;
	}
}
.titleEdit {
	background-color: #323232;
	border: 0;
	color: #fff;
	border-radius: 4px;
	padding: 2px 6px;
}
.titleEdit input {
	background-color: #323232;
	border: 0;
	color: #fff;
}

.input-group-addon,.input-group-text {
    border-left: 0 none;
    padding: 4px 9px 4px 9px;
}

.input-group-addon .glyphicon-calendar:before, .input-group-text .datePicker-calendar:before{
    content: " ";
    background: url(/assets/images/buttons/btn_calendar.png) center center no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    overflow: hidden;
}
.error_page {
    display: flex;
    justify-content: center;
    padding: 0 15px;
}
.error_page .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 422px;
    height: 100vh;
}
.error_page .panel-body {
    padding: 40px 0;
}
.error_page .panel-body strong {
    color: #727272;
    font-size: 16px;
}
.error_page .panel-body p {
    color: #929292;
    font-size: 14px;
    padding: 16px 0 24px 0;
    word-break: keep-all;
}
.error_page .panel-body button {
    padding: 0 25px;
    background-color: #000;
    border-radius: 10px;
    border: 0;
    color: #fff;
}
.error_page .panel-body button b {
    color: #ffd700;
}
.error_page .panel-footer b {
    color: #929292;
    font-size: 14px;
}
.error_page .panel-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}
.error_page .panel-footer a {
    display: flex;
}
.error_page .panel-footer img {
    margin-right: 35px;
}
.error_page .panel-footer b>span {
    padding-left: 8px;
}

.clearable {
	background: url(../contents/images/icon_reset.png) no-repeat right -10px center;
	border: 1px solid #999;
	/*padding: 3px 18px 3px 4px;*/ /* USE the same right padding in jQ! */
	border-radius: 3px;
	transition: background 0.4s;
}

.clearable.x {
	background-position: right 11px center;
}

.clearable.onX {
	cursor: pointer;
}

.btn-yellow {
    background-color: var(--yellow);
    box-shadow: 0 4px 0 #d39f00;
    border-top: 4px solid #ffe866;
}
.btn-beige {
    background-color: var(--beige);
    box-shadow: 0 4px 0 #877a66;
    border-top: 4px solid #d4cdc2;
}
.wrapper .container {
    position: relative;
}
.member-layout-wrapper h2 {
    width: 436px;
    word-break: keep-all;
    color: var(--gray);
}
.member-layout-wrapper h2 strong {
    color: var(--gray-dark);
}
.member-layout-wrapper .panel-body.login input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f8f8f8 inset !important;
}
.member-layout-wrapper .panel-body p {
    font-size: .813rem;
    color: var(--gray-dark);
    line-height: 1.5;
}
.member-layout-wrapper .panel-body p b {
    color: var(--black);
}
.member-layout-wrapper .panel-body .btn-join {
    margin-top: 40px;
}
.member-layout-wrapper .panel-footer li {
    height: 77px;
    line-height: 77px;
}
.member-layout-wrapper .panel-footer li:first-child {
    line-height: 70px;
    font-weight: 600;
}
.member-layout-wrapper .panel-footer li:last-child {
    background-color: var(--light);
}
.member-layout-wrapper .panel-footer li:last-child {
    color: var(--gray);
    border-top: 1px solid #e8e8e8;
}
.member-layout-wrapper .panel-footer li:last-child b {
    color: var(--black);
    padding-left: 6px;
}
.member-layout-wrapper .user_phone {
    display: flex;
    flex-direction: row;
}
.member-layout-wrapper .user_phone input {
    margin-right: 8px;
}
.member-layout-wrapper .btn.phone {
    height: 38px;
    line-height: 38px;
    width: 100%;
    font-size: .875rem;
    padding: 0 2px;
}
.member-layout-wrapper .btn.phone.btn-beige {
    box-shadow: 0 2px 0 #877a66;
    border-top: 2px solid #d4cdc2;
}
.member-layout-wrapper .btn.token-ok {
    height: 38px;
    line-height: 38px;
    width: 70%;
    font-size: .875rem;
    padding: 0 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #727272;
    font-size: .813rem;
    cursor: auto;
}
.member-layout-wrapper .btn.token-ok img {
    padding-right: 6px;
}
.member-layout-wrapper table tr {
    margin-bottom: 18px;
}
.member-layout-wrapper table tr>th {
    margin-bottom: 14px;
}
.member-layout-wrapper tbody {
    width: 100%;
}
.member-layout-wrapper .nav-tabs li {
    width: 50%;
    text-align: center;
}
.member-layout-wrapper .nav-tabs .nav-item + .nav-item a {
    border-left: 0;
}
.member-layout-wrapper .nav-tabs .nav-link {
    border-radius: 0;
    padding: 1rem;
    border: 1px solid #e8e8e8;
    background-color: #f8f8f8;
    color: var(--gray-dark);
}
.member-layout-wrapper .nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #e8e8e8 #e8e8e8 #fff #fff;
    font-weight: 600;
    color: #222;
}
.member-layout-wrapper .nav-tabs .nav-item:last-child .nav-link.active {
    border-color: #e8e8e8 #fff #fff #e8e8e8;
}
.member-layout-wrapper .tab-content .panel-heading {
    padding: 30px 0;
    line-height: 1.5;
}
.member-layout-wrapper .tab-content .panel-heading p {
    color: var(--gray);
}
.member-layout-wrapper .phone_token_num div {
    position: relative;
    width: 100%;
    margin-right: 8px;
}
.member-layout-wrapper .phone_token_num #smstime {
    position: absolute;
    top: 0;
    right: 0;
    color: #ff9c00;
    padding: 13px 16px;
    letter-spacing: 0;
}
.member-layout-wrapper .phone_token_num .btn.phone {
    width: 28.5%;
}
.member-layout-wrapper .phone_token p {
    font-size: .75rem;
    padding: 10px;
    color: #ff0000;
}
.join-finish-wrapper {
    margin-top: 120px;
}
.join-finish-wrapper .line-bar {
    margin: 40px auto;
}
.join-finish-wrapper .panel-footer {
    display: flex;
    flex-direction: row;
}
.join-finish-wrapper .panel-body h5 {
    font-size: 1.125rem;
    font-weight: 600;
    padding: 12px 0;
}
.join-finish-wrapper .panel-body p {
    color: var(--gray);
}
.join-finish-wrapper .panel-footer .btn {
    width: 50%;
}
.join-finish-wrapper .panel-footer .btn + .btn {
    margin-left: 10px;
}
.logo-wrapper img {
    margin: 0 auto;
}
.catchsell-banner {
    position: fixed;
    bottom: 71px;
    left: 50%;
    z-index: 1000;
    overflow: hidden;
    border-radius: 8px;
    visibility: hidden;
    transform: translateX(-50%);
}
.login-content-wrapper {
    position: relative;
}
.login-content-wrapper .catchsell-banner {
    position: absolute;
}
.catchsell-banner.is-ready {
    visibility: visible;
}
.catchsell-banner-link {
    display: block;
}
.catchsell-banner-track {
    display: flex;
    transition: transform .6s ease-in-out;
}
.catchsell-banner img {
    display: block;
    flex: 0 0 auto;
    max-width: calc(100vw - 32px);
    height: auto;
}
.login-content-wrapper {
    padding: 0;
    height: 100vh;
    z-index: 9;
    overflow-x: hidden;
    overflow-y: auto;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: auto;
}
.login-content-wrapper::-webkit-scrollbar {
    width: 0;
}
/* modal */
.modal-open .modal {
    padding-right: 0 !important;
}
.modal.agree .modal-dialog {
    max-width: 100%;
    margin: 0;
}
.modal.agree .modal-content {
    border: 0;
}
.modal.agree .modal-header {
    border-bottom: 0;
}
.modal.agree h4 {
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 30px;
}
.modal.agree h5 {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.7;
    display: inline-flex;
}
.modal.agree h5>span {
    font-weight: 400;
}
.modal.agree .modal-header .modal-title {
    margin-bottom: 0;
    padding-top: 0;
    margin: 0 auto;
}
.modal.agree .inner {
    margin-bottom: 20px;
}
.modal.agree .inner p {
    font-size: 12px;
    line-height: 1.7;
}
.modal.agree .inner div {
    display: block;
    padding-left: 10px;
}
.modal.agree .inner div>div {
    padding-left: 10px;
}
.modal.agree .inner table {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
}
.modal.agree .inner table th, .modal.agree .inner table td {
    padding: 2px 6px;
}
.modal.agree .inner table th {
    background-color: #f2f2f2;
}
.modal.agree .inner table td {
    text-align: left;
}
.modal.agree {
    position: absolute;
    right: 0;
    left: auto;
    max-width: 720px;
    height: 100vh;
    padding-left: 0 !important;
    padding-right: 0;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}
.modal.agree::-webkit-scrollbar {
    width: 0;
}
.modal.agree .modal-header .arrow-left img {
    width: 8px;
    cursor: pointer;
}
.modal.agree .modal-header.fixed-top {
    width: 100%;
    max-width: 718px;
    background-color: #fff;
    left: auto;
    right: auto;
    box-shadow: 0 1px 3px 0 rgb(0,0,0,.1);
}
