
/*=================================
-----------------------------------
  SolMusic HTML Template
  Version: 1.0
 ---------------------------------
 =================================*/



/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

@font-face {
    font-family: 'MapoPeacefull';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/MapoPeacefullA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    word-break: keep-all;
}

html,
body {
	height: 100%;
	font-family: "MapoPeacefull", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #0a183d;
	font-weight: 600;
	line-height: 1;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 15px;
	color: #6a7080;
	line-height: 1.8;
	font-weight: 500;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.logo-image {
    width: 30px;
    vertical-align: middle;
}

.logo-bot-image {
    width: 20px;
    vertical-align: text-bottom;
}

.form-group small {
    font-family: "NanumSquare", sans-serif;
}

.form-control::-webkit-input-placeholder {
    color: #e7e7e7;
    font-family: "NanumSquare", sans-serif;
}
/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
    color: #e7e7e7;
    font-family: "NanumSquare", sans-serif;
}
/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
    color: #e7e7e7;
    font-family: "NanumSquare", sans-serif;
}
/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
    color: #e7e7e7;
    font-family: "NanumSquare", sans-serif;
}
/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
    color: #e7e7e7;
    font-family: "NanumSquare", sans-serif;
}
/* Microsoft Edge */

/*---------------------
Helper CSS
 -----------------------*/

.section-title {
}

.section-title h2 {
	font-size: 2.5rem;
    line-height: 1.5;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.rateYo-main {
    padding: 5px 0;
    margin: 0 auto;
}

.spad {
    padding-top: 105px;
    padding-bottom: 105px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #6d7383;
    color: #fff;
}

.nav-pills .nav-link {
    border-radius: 1.5rem;
    padding: 10px 20px;
    color: #3b386d;
}

/*---------------------
Commom elements
 -----------------------*/
/* buttons */
.site-btn {
    display: inline-block;
    border: none;
    font-size: 17px;
    font-weight: 500;
    min-width: 195px;
    padding: 23px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    background: #fc0254;
    color: #fff;
    line-height: normal;
    cursor: pointer;
    text-align: center;
}

.site-btn:hover {
	color: #fff;
}

.site-btn.sb-c2 {
	background: #383b70;
}

.site-100-btn {
    display: inline-block;
    border: none;
    font-size: 1.2rem;
    font-weight: 500;
    min-width: 100%;
    padding: 23px 10px;
    border-radius: 50px;
    text-transform: uppercase;
    background: #fc0254;
    color: #fff;
    line-height: normal;
    cursor: pointer;
    text-align: center;
}

.site-100-btn:hover {
    color: #fff;
}

.site-100-blue-btn {
    display: inline-block;
    border: none;
    font-size: 1.2rem;
    font-weight: 500;
    min-width: 100%;
    padding: 23px 10px;
    border-radius: 50px;
    text-transform: uppercase;
    background: #383b70;
    color: #fff;
    line-height: normal;
    cursor: pointer;
    text-align: center;
}

.site-100-blue-btn:hover {
    color: #fff;
}

.site-xs-btn {
    display: inline-block;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 8px 10px;
    margin: 0 10px;
    border-radius: 5px;
    background: #383b70;
    color: #fff;
    line-height: normal;
    cursor: pointer;
    text-align: center;
}

.site-xs-btn:hover {
    color: #fff;
}

.site-m-btn {
    min-width: 150px;
    display: inline-block;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 20px 15px;
    margin: 0 10px;
    border-radius: 5px;
    line-height: normal;
    cursor: pointer;
    text-align: center;
}

.site-m-btn.no-background {
    border: solid 1px #666;
    border-radius: 20px;
    background-color: #fff;
    color: #666;
}

.site-m-btn.pink {
    border: solid 1px #fc0254;
    border-radius: 20px;
    background-color: #fc0254;
    color: #fff;
}

.site-xs-btn:hover {
    color: #fff;
}

.card.auth-txt {
    font-family: "NanumSquare", sans-serif;
    max-width: 1000px;
    width: 100%;
    font-size: .9rem;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

/* Preloder */
#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
    opacity: 0.9;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*------------------
Header section
 ---------------------*/

.header-section {
	padding-left: 55px;
	padding-right: 72px;
	background: #08192d;
}

.site-logo {
	display: inline-block;
	padding: 0;
	padding: 44px 15px;
    font-size: 1.5rem;
    font-weight: 900;
}

.site-logo .logo-text-01 {
    color: #fc0254;
}

.site-logo .logo-text-02 {
    color: #fff;
}

.header-right {
	float: right;
	padding: 44px 0;
	margin-left: 130px;
}

.header-right .hr-btn {
	display: inline-block;
	color: #979aa5;
}

.header-right .user-panel {
	display: inline-block;
}

.header-right .user-panel a {
	font-size: 16px;
	color: #ffffff;
	margin: 0 10px;
}

.header-right .user-panel .register {
	color: #fc0254;
	margin-right: 0;
}

.header-right span {
	color: #fff;
	display: inline-block;
	padding-left: 9px;
}

.main-menu {
	list-style: none;
	float: right;
}

.main-menu li {
	display: inline-block;
	position: relative;
}

.main-menu li a {
	display: block;
	font-size: 16px;
	color: #ffffff;
	padding: 44px 10px;
	margin-left: 30px;
}

.main-menu li a:hover {
	color: #fc0254;
}

.main-menu li:first-child a {
	margin-left: 0;
}

.main-menu li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}

.main-menu .sub-menu {
	position: absolute;
	list-style: none;
	width: 180px;
	left: 60px;
	top: 100%;
	padding: 20px 0;
	visibility: hidden;
	opacity: 0;
	margin-top: 50px;
	background: #fff;
	z-index: 99;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);
}

.main-menu .sub-menu li {
	display: block;
}

.main-menu .sub-menu li a {
	display: block;
	color: #000;
	margin-left: 0;
	padding: 5px 20px;
}

.main-menu .sub-menu li a:hover {
	color: #fc0254;
}

.slicknav_menu {
	display: none;
}

/*------------------
Hero section
 ---------------------*/

.hero-section {
	overflow: hidden;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    background-color: #0a183d;
}

.hs-item {
    height: 730px;
    padding-bottom: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*background: #0a183d;*/
}

.hs-item h2 {
	color: #fff;
	font-size: 3rem;
	margin-bottom: 25px;
	line-height: 1.5;
	position: relative;
	top: 50px;
	opacity: 0;
}

.hs-item h2 span {
	color: #fc0254;
}

.hs-item p {
	color: #ffffff;
	opacity: 0.6;
	margin-bottom: 50px;
	position: relative;
	top: 50px;
	opacity: 0;
}

.hs-item .site-btn {
	position: relative;
	top: 50px;
	margin-bottom: 20px;
	opacity: 0;
}

.hs-item .sb-c2 {
	margin-left: 8px;
}

.hs-item .hs-text {
	padding-top: 120px;
	max-width: 500px;
}

.hr-img img {
	min-width: 705px;
    height: auto;
	position: relative;
	left: -34px;
	top: 50px;
	opacity: 0;
}

.owl-item.active .hs-item img,
.owl-item.active .hs-item h2,
.owl-item.active .hs-item p,
.owl-item.active .hs-item .site-btn,
.owl-item.active .hs-item .site-btn.sb-c2 {
	top: 0;
	opacity: 1;
}

.owl-item.active .hs-item img {
	-webkit-transition: all 0.5s ease 0.2s;
	transition: all 0.5s ease 0.2s;
}

.owl-item.active .hs-item h2 {
	-webkit-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.owl-item.active .hs-item p {
	-webkit-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.owl-item.active .hs-item .site-btn {
	-webkit-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.owl-item.active .hs-item .site-btn.sb-c2 {
	-webkit-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

.hero-slider .owl-dots {
	position: absolute;
	bottom: 33px;
	left: calc(50% - 588px);
	max-width: 1176px;
	width: 100%;
	padding-left: 15px;
}

.hero-slider .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #383b70;
	margin-right: 10px;
}

.hero-slider .owl-dots .owl-dot.active {
	background: #fc0254;
}

/* ----------------
Intro section
 -------------------*/
.intro-section {
    background-image: url('/images/m_img02.png');
    background-position: center;
    background-repeat: no-repeat;
}

.intro-section p {
    margin-bottom: 35px;
    padding-top: 10px;
}

/* ----------------
How section
 -------------------*/

.how-section {
	background-color: #0a183d;
}

.how-item .hi-icon {
	position: relative;
	width: 264px;
	height: 200px;
	margin-bottom: 25px;
}

.how-item .hi-icon img {
	position: absolute;
	bottom: 0;
}

.how-item h4 {
	margin-bottom: 25px;
}

.how-item p {
    font-family: "NanumSquare", sans-serif;
    font-weight: 400;
    opacity: 0.6;
}

.font-NanumSquare {
    font-family: "NanumSquare", sans-serif;
    font-weight: 400;
}
/* ----------------
Concept section
 -------------------*/
.concept-section p {
    padding-top: 5px;
}

.concept-item {
    text-align: left;
    padding: 20px;
    border-radius: 10px;
    border: solid 1px #e1e1e1;
    margin-top: 20px;
    height: 190px;
}

.concept-item .comment {
    display: -webkit-box;
    font-weight: 300;
    width: 100%;
    height: 67px;
    line-height: 155%;
    font-size: .9rem;
    text-align: left;
    overflow: hidden;
    white-space: pre-line;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.concept-item ul {
    list-style: none;
    padding-top: 15px;
    margin: 0 auto;
}

.concept-item li {
    margin: 0 0 0 0;
    padding-left: 9px;
    border: 0;
    float: left;
}

.area-btn {
    display: inline-block;
    border: none;
    font-size: 13px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    background: #383b70;
    color: #fff;
    line-height: normal;
    text-align: center;
}

/* ----------------
Login section
 -------------------*/

.login-section {
    overflow: hidden;
}

.login-section .login-container {
    padding: 100px 0 100px 0; 
    margin: 0 auto; 
    width: 580px; 
    height: auto;
}

.login-section p {
    font-size: 1.3rem;
    color: #0a183d;
}

/* ----------------
join section
 -------------------*/

.join-section {
    overflow: hidden;
}

.join-section .join-container {
    padding: 100px 0 100px 0;
    margin: 0 auto;
    width: 880px;
    height: auto;
}

.join-section .password-container {
    padding: 100px 0 100px 0;
    margin: 0 auto;
    width: 680px;
    height: auto;
}

.sub-container {
    padding: 50px 0 100px 0;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.join-section p {
    font-size: 1.3rem;
    color: #0a183d;
}

.join-section .join-cominfo {
    width: 100%; 
    border-radius: 10px; 
    background-color: #f5f6fa; 
    margin-bottom: 30px;
}

.bp-10 {
    padding-bottom: 10px;
}

.bp-50 {
    padding-bottom: 50px;
}

.bp-100 {
    padding-bottom: 100px;
}

#timer {
    margin-left: 10px;
}

/* ----------------
ShopMain section
 -------------------*/

.shop-main-section {
    overflow: hidden;
}

.shop-main-section .shop-main-container {
    padding: 100px 0 70px 0;
}

.main-round-div {
    width: 520px;
    min-height: 360px;
    background-color: #f5f6fa;
    border-radius: 10px;
    margin: 0 auto;
}

.main-round-div p {
    font-size: 1.3rem;
    color: #0a183d;
    padding: 1.5rem 1.5rem;
}

.main-round-div .img-more {
    padding: 1.9rem 1.5rem;
}

.main-round-div ul {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

.main-round-div li {
    width: 14%;
    min-height: 230px;
    float: left;
    vertical-align: bottom;
    position: relative;
}

.graph-wrap {
    width: 100%;
    bottom: 0px;
    position: absolute;
}

.graph-item {
    clear: both;
    width: 30%;
    border-radius: 20px;
    margin: 0 auto;
    background-color: #fc0254;
}

.graph-text {
    clear: both; 
    width: 100%; 
    text-align: center; 
    padding-top: 5px; 
    font-size: .8rem;
}

.graph-balloon span {
    font-size: .8rem; 
    color: #fff;
}

.graph-balloon {
    width: 70%;
    height: 35px;
    background-color: #383b70;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
    line-height: 2rem;
    position: relative;
    margin-bottom: 15px;
}

.graph-balloon:after {
    top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(56, 59, 112, 0);
	border-top-color: #383b70;
	border-width: 5px;
	margin-left: -5px;
}

.main-row-01 {
    float: left; 
    width: 70%;
}

.main-row-02 {
    float: left;
    width: 30%;
    text-align: right;
}

.main-row-03 {
    clear: both;
    width: 90%;
    margin: 0 auto;
}

.color-txt-fc0254 {
    color: #fc0254;
}

.tr-border-bottom {
    border-bottom: solid 2px #6a7080;
}

.t-pd-7 {
    padding-top: 7px;
}

.t-pd-10 {
    padding-top: 10px;
}

.t-pd-20 {
    padding-top: 20px;
}

.t-pd-30 {
    padding-top: 30px;
}

.b-pd-10 {
    padding-bottom: 10px;
}

.b-pd-20 {
    padding-bottom: 20px;
}

.b-pd-30 {
    padding-bottom: 30px;
}

.b-pd-50 {
    padding-bottom: 50px;
}

.main-calender-wrapper {
    width: 1120px; 
    margin: 0 auto;
}

/* ----------------
SubContents section
 -------------------*/

.sub-contents-section {
    overflow: hidden;
}

.sub-contents-section-np {
    overflow: hidden;
}
 
.sub-contents-section .container {
    padding: 60px 0 70px 0;
}

.sub-contents-section p {
    font-size: 1.3rem;
    color: #0a183d;
}

.sub-contents-section .container-sm {
    margin: 0 auto;
    width: 90%;
    padding: 60px 0 70px 0;
}

.sub-contents-section-np .container-wide {
    margin: 0 auto;
    width: 100%;
}

.reservation-list-left {
    float: left;
    width: 70%;
}

.reservation-list-right {
    float: left; 
    width: 30%;
    text-align: right;
}

.reservation-list-right li {
    float: right; 
    width: 50%; 
    text-align: center;
}

.reservation-list-right .btn {
    display: inline-block;
	border: none;
	font-size: 17px;
	font-weight: 500;
	width: 95%;
    padding: 38px 20px;
    border-radius: 20px;
	text-transform: uppercase;
	line-height: normal;
	cursor: pointer;
	text-align: center;
}

.reservation-list-right .state1 {
    color: #fff;
    background-color: #6a7080;
}

.reservation-list-right .state4 {
    color: #fff;
    background-color: #c90013;
}


.reservation-list-right .detail {
    color: #111835;
    background-color: #eeeeee;
    border: solid 1px #cacbcd;
}

.reservation-list-right .reviews {
    color: #fff;
    background-color: #383b70;
    border: solid 1px #cacbcd;
}

.reservation-list-left li:nth-child(1) {
    font-size: 1.2rem;
}

.reservation-list-left .lblDate {
    font-weight: 500;
    color: #0d1635;
    padding-right: 10px;
}

.reservation-list-left .lblTime {
    color: #ff0054;
    padding-right: 10px;
}

.reservation-list-left .lblState {
    padding: 5px 10px;
    border: solid 2px #e9990c;
    border-radius: 20px;
    margin-right: 10px;
    font-size: .9rem;
}

.reservation-list-left .state0 {
    border: solid 2px #af9771;
    color: #af9771;
}

.reservation-list-left .state1 {
    border: solid 2px #28a45b;
    color: #28a45b;
}

.reservation-list-left .state3 {
    border: solid 2px #4239ff;
    color: #4239ff;
}

.reservation-list-left .state4 {
    border: solid 2px #c90013;
    color: #c90013;
}

.reservation-list-left .lblType {
    padding: 5px 10px;
    border: solid 2px #6c6e7b;
    border-radius: 20px;
    color: #6c6e7b;
    margin-right: 10px;
    font-size: .9rem;
}

.reservation-list-left li:nth-child(2) {
    padding-top: 10px;
    font-size: 1.1rem;
}

.reservation-list-left .lblCarno {
    padding-right: 10px;
    color: #353b4b;
}

.reservation-list-left .lblCarname {
    color: #353b4b;
}

.reservation-list-left li:nth-child(3) {
    padding-top: 5px;
    font-size: 1.1rem;
}

.reservation-list-left .lblName {
    padding-right: 20px;
}

.reservation-list-left .lblHp {
    color: #0b143d;
}

.reservation-list-master {
    width: 100%; 
    padding: 25px; 
    position: relative; 
    display: inline-block; 
    border: solid 2px #f6f5fa; 
    border-radius: 25px; 
    min-height: 150px; 
    background-color: #f6f7fb; 
    z-index: 2;
}

.reservation-list-detail {
    width: 100%; 
    padding: 25px; 
    position: relative; 
    top: -40px; 
    margin-bottom: -40px;
    border: solid 2px #ededed; 
    border-radius: 25px; 
    background-color: #eeeef0; 
    z-index: 1;
    display: none;
}

.reservation-list-review {
    width: 100%;
    padding: 25px;
    position: relative;
    top: -40px;
    margin-bottom: -40px;
    border: solid 2px #ededed;
    border-radius: 25px;
    background-color: #eeeef0;
    z-index: 1;
    display: none;
}

.search-round-div {
    border: solid 2px #000;
    border-radius: 10px;
}

.reservation-list-detail .btn-save {
    padding: 10px 20px;
    border: solid 1px #f40b5a;
    border-radius: 20px;
    background-color: #fb0254;
    color: #fff;
}

.reservation-list-detail .btn-del {
    padding: 10px 20px;
    border: solid 1px #3d3e6c;
    border-radius: 20px;
    background-color: #383b70;
    color: #fff;
}

.reservation-list-detail .btn-reg-sale {
    padding: 10px 20px;
    border: solid 1px #f40b5a;
    border-radius: 20px;
    background-color: #ff3a7b;
    color: #fff;
}

.reservation-list-detail .btn-close {
    padding: 10px 20px;
    border: solid 1px #f6f6f6;
    border-radius: 20px;
    background-color: #fff;
    color: #081538;
}

.reservation-list-review .btn-save {
    padding: 10px 20px;
    border: solid 1px #f40b5a;
    border-radius: 20px;
    background-color: #fb0254;
    color: #fff;
}

.reservation-list-review .btn-del {
    padding: 10px 20px;
    border: solid 1px #3d3e6c;
    border-radius: 20px;
    background-color: #383b70;
    color: #fff;
}

.reservation-list-review .btn-close {
    padding: 10px 20px;
    border: solid 1px #f6f6f6;
    border-radius: 20px;
    background-color: #fff;
    color: #081538;
}

#show-security {
    min-height: 400px;
}
/* ----------------
footer
 -------------------*/
.footer-section {
    background-color: #0a183d;
    padding: 100px 0 85px;
}

.footer-widget {
	padding-top: 2px;
}

.footer-widget h2 {
	font-size: 1.3rem;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.footer-widget ul {
	list-style: none;
}

.footer-widget ul li a {
	display: inline-block;
	color: #6a7080;
	font-size: 1rem;
	margin-bottom: 10px;
}

.footer-widget p {
	font-size: 1.1rem;
}

.copyright {
	font-size: .9rem;
	font-weight: 500;
	color: #505565;
}

.copyright .logo-01 {
    font-size: 1.5rem;
    color: #fc0254;
    font-weight: 900;
    margin-bottom: 20px;
}

.copyright .logo-02 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 900;
    margin-bottom: 20px;
}

.copyright .logo-03 {
    color: #0717b4;
}

/*
°Ë»ç °Ë»ö
*/
.map-search-div {
    width: 90%;
    margin: 0 auto;
}

.map-search-div.carinfo {
    border-radius: 20px;
    background-color: #f4f4f4;
    font-size: 1rem;
}

.map-search-div.result-div {
    min-height: 580px;
}

.map-search-div .result-list {
    max-height: 580px;
	overflow-y: scroll;
}

.map-search-div li {
    background-color: #f6f7fb;
    border-radius: 20px;
    cursor: pointer;
    padding: 20px;
    margin-bottom: 10px;
    font-size: 1rem;
}
    
.li-active {
    border: solid 4px #acb0bb;
    padding: 16px;
}

/* ¿¹¾àÈ­¸é */
.reservation-div {
    width: 100%;
    margin: 0 auto;
}

.reservation-div.carinfo {
    border-radius: 20px;
    background-color: #f4f4f4;
    font-size: 1rem;
}

.reservation-div.carinfo {
    border-radius: 20px;
    background-color: #f4f4f4;
    font-size: 1rem;
    padding: 0 20px 0 20px;
}

/* custom scroll bar */
ul::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
}

ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

ul::-webkit-scrollbar-track {
}

ul::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #c1c1c1;
}

ul::-webkit-input-placeholder { /* WebKit browsers */
    color: #F5F5F5;
}
ul:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #F5F5F5;
    opacity: 1;
}
ul::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #F5F5F5;
    opacity: 1;
}
ul:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #F5F5F5;
}

/* text selection color */
::selection {
    background: #ffb7b7;
    color: #fff;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #ffb7b7;
    color: #000; /* Gecko Browsers */
}
.company-grid-btn-cell {
    line-height: 2.5rem;
}

.fs-d9r {
    font-size: .9rem;
}

.dark-blue-text {
    color: #09183f;
}

.fs-d9r.grey {
    color: #6a7080;
}

.fs-1r {
    font-size: 1rem;
}

.fs-1d1r {
    font-size: 1.1rem;
}

.lblChips01 {
    padding: 5px 10px;
    border: solid 2px #2cb076;
    border-radius: 20px;
    color: #2cb076;
    font-size: .9rem;
}

.lblChips02 {
    padding: 5px 24px;
    border: solid 2px #696f7f;
    background-color: #696f7f;
    border-radius: 20px;
    color: #fff;
    font-size: .9rem;
}

.lblChips03 {
    padding: 5px 10px;
    border: solid 2px #ef3d3d;
    border-radius: 20px;
    color: #ef3d3d;
    font-size: .9rem;
}

.reservation-map {
    width: 100%; 
    height: 100%;
    min-height: 400px;
}

.reservation-new-map {
    width: 100%;
    min-height: 300px;
    border-radius: 20px;
    margin-bottom: 20px;
    border: 1px solid #ced4da;
}

.info-window {
    padding: 1rem;
}

.info-window span:nth-child(1) {
    font-size: .9rem;
    font-weight: 900;
}

.info-window span:nth-child(2) {
    font-size: .8rem;
    line-height: 130%;
}

.time-label {
    font-size: .8rem;
}

#timePick {
    width: 100%;
    min-height: 357px;
    border: solid 1px #d0d7db;
    border-radius: 10px;
}

.shop-thumbnail-img {
    float: left;
    width: 137px;
    height: 96px;
    margin-right: 20px;
    background-repeat: no-repeat;
}

.lblTel {
    font-size: 1rem;
    color: #333;
}

.rateYo {
    margin-bottom: 10px;
}

.rateYo-review {
    float: left;
}

.review-border {
    border-radius: 2rem; 
    border: none;
}

.rateYo-review-text {
    width: 100%;
    min-height: 80px;
    max-height: 80px;
    overflow-y: scroll;
    color: #333;
    font-size: .9rem;
    padding: 10px 10px;
    border: solid 1px #c6c6c6;
    border-radius: 10px;
    color: #626262;
}

.rateYo-review-wdate {
    font-size: .8rem;
    color: #bbbbc3;
}

.rateYo-review-rating {
    font-size: .8rem;
    color: #999;
}

[class*="close-"] {
    border: 2px #717171 solid;
    border-radius: 100%;
    color: #717171;
    cursor: pointer;
    display: block;
    font-size: 1.75em;
    height: 50px;
    line-height: 50px;
    margin: 1em;
    float: right;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 50px;
}

.review-popup {
    width: 95%;
    margin: 0 auto;
}

.review-wrapper {
    padding: 20px; 
    width: 100%;
    min-height: 175px;
}

#daum_zipcode_wrap {
    display: none;
    border: 1px solid #ced4da;
    border-radius: 10px;
    width: 100%;
    height: 300px;
    margin: 5px 0;
    position: relative;
}

#btnFoldWrap {
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: -1px;
    z-index: 1;
}

#reservation-list-div {
    min-height: 500px;
}

.sm-font-table {
    font-size: .8rem;
}
/* ----------------
Responsive
 -------------------*/
@media (min-width: 1200px) {
    .container {
        max-width: 1176px;
    }

    .container-sm {
        max-width: 980px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) and (max-width: 1700px) {
    .responsive-td {
        display: none;
    }
}

/* Medium screen : 992px. */
@media only screen and (min-width: 1200px) and (max-width: 1360px) {
    .header-right {
        margin-left: 50px;
    }

    .main-menu li a {
        margin-left: 25px;
    }

    .main-menu .sub-menu {
        left: 25px;
    }

    .responsive-td {
        display: none;
    }
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-section {
		padding-left: 15px;
		padding-right: 20px;
	}
	.header-right {
		margin-left: 20px;
	}
	.main-menu li a {
		margin-left: 15px;
	}
	.main-menu .sub-menu {
		left: 15px;
	}
	.hr-img img {
		min-width: 500px;
		position: relative;
	}
	.sub-list {
		padding: 70px 15px 50px 90px;
	}
	.category-section .section-title,
	.playlist-section .section-title {
		float: none;
	}
	.category-links,
	.playlist-filter {
		text-align: left;
	}
	.playlist-item {
		padding: 0;
	}
	.player-box {
		padding: 70px 80px 80px;
	}
	.similar-song {
		margin-bottom: 70px;
	}
	.artist-details img {
		float: none;
		margin-bottom: 30px;
	}
	.contact-warp {
		padding: 100px 15px 60px 40px;
	}
	.category-item {
		margin: 0;
	}
	.category-section {
		padding: 100px 0;
	}

    .responsive-td {
        display: none;
    }

    .input-group-prepend {
        display: none;
    }
}

/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hr-img {
		display: none;
	}
	.slicknav_menu {
		display: block;
		background: transparent;
		margin-top: -60px;
	}
	.slicknav_nav {
		background: #1c294a;
		margin-bottom: 35px;
	}
	.slicknav_nav ul {
		margin: 0 0 0 0;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 12px 25px;
		margin: 0;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		color: #fc0254;
		background: transparent;
	}
	.slicknav_btn {
		position: relative;
		top: -24px;
		background: #1c294a;
	}
	.main-menu {
		display: none;
	}
	.header-right {
		display: none;
	}
	.header-right-warp .header-right {
		display: block;
		float: none;
		padding: 0 0 24px;
		margin-left: 0;
	}
	.header-right-warp .header-right span {
		display: none;
	}
	.header-right-warp .header-right .user-panel {
		display: block;
		padding-left: 26px;
	}
	.header-right-warp .header-right .user-panel a {
		display: inline-block;
		padding: 0;
		margin: 0;
	}
	.header-right-warp .header-right .user-panel a:hover {
		background: transparent;
	}
	.header-right-warp .header-right .user-panel .login {
		padding-right: 10px;
	}
	.sub-text {
		margin-bottom: 50px;
	}
	.footer-widget {
		margin-bottom: 40px;
	}
	.category-section .section-title,
	.playlist-section .section-title {
		float: none;
	}
	.category-links,
	.playlist-filter {
		text-align: left;
	}
	.playlist-item {
		padding: 0;
	}
	.player-box {
		display: block;
		padding: 77px 90px 100px;
	}
	.wave-player-warp {
		width: 100%;
	}
	.wave-player-warp .songs-links {
		text-align: center;
		padding-top: 0;
		margin-bottom: 40px;
	}
	.tarck-thumb-warp {
		width: 100%;
	}
	.tarck-thumb-warp .tarck-thumb {
		margin: 0 auto;
	}
	.wave-player-info,
	.wavePlayer_controls {
		text-align: center;
	}
	.similar-song {
		margin-bottom: 60px;
	}
	.playlist-section,
	.category-section {
		padding: 100px 0;
	}
	.playlist-section .container,
	.category-section .container {
		max-width: 100%;
	}
	.category-item {
		margin: 0;
	}
	.category-item .ci-link {
		top: 26px;
		bottom: auto;
	}
	.category-item .ci-text {
		position: absolute;
		bottom: 10px;
		left: 20px;
	}
	.map {
		height: 450px;
	}
	.song-details-box ul {
		max-width: 100%;
	}
	.search-form {
		margin-top: 40px;
	}
    .join-section .join-container {
        padding: 100px 0 100px 0;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    .join-section .password-container {
        padding: 100px 0 100px 0;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    .shop-main-section .shop-main-container {
        padding: 50px 0 35px 0;
    }

    .main-round-div {
        width: 90%;
        height: auto;
        border-radius: 10px;
        margin-top: 10px;
    }

    .main-calender-wrapper {
        width: 90%;
    }

    .sub-contents-section .container {
        width: 90%;
    }

    .sub-contents-section .container-sm {
        width: 90%;
        margin: 0 auto;
    }

    .reservation-list-left {
        clear: both;
        width: 100%;
    }

    .reservation-list-right {
        clear: both;
        width: 100%;
        padding-top: 20px;
    }

    .reservation-list-right .btn {
        width: 95%;
        padding: 15px 20px;
        border-radius: 10px;
    }

    .reservation-list-left li:nth-child(1) {
        font-size: 1rem;
    }

    .reservation-list-left li:nth-child(2) {
        font-size: .9rem;
    }

    .reservation-list-left li:nth-child(3) {
        font-size: .9rem;
    }

    .reservation-list-left .lblState01 {
        margin-right: 0px;
    }

    .reservation-list-left .lblState02 {
        margin-right: 0px;
    }

    .reservation-list-left .lblState03 {
        margin-right: 0px;
    }

    .reservation-list-left .lblState04 {
        margin-right: 0px;
    }

    .reservation-list-master {
        padding: 10px;
    }

    .search-bar-2nd-row {
        padding-top: 10px;
    }
    .map-search-div.carinfo {
        font-size: .8rem;
    }

    .reservation-new-map {
        width: 100%;
        min-height: 200px;
    }

    #time-wrap {
        margin-top: 20px;
    }

    #timePick {
        min-height: 150px;
    }

    .responsive-td {
        display: none;
    }

    .input-group-prepend {
        display: none;
    }
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.hr-img {
		display: none;
	}
	.slicknav_menu {
		display: block;
		background: transparent;
		margin-top: -60px;
	}
	.slicknav_nav {
		background: #1c294a;
		margin-bottom: 35px;
	}
	.slicknav_nav ul {
		margin: 0 0 0 0;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 12px 25px;
		margin: 0;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		color: #fc0254;
		background: transparent;
	}
	.slicknav_btn {
		position: relative;
		top: -24px;
		background: #1c294a;
	}
	.main-menu {
		display: none;
	}
	.header-right {
		display: none;
	}
	.header-right-warp .header-right {
		display: block;
		float: none;
		padding: 0 0 24px;
		margin-left: 0;
	}
	.header-right-warp .header-right span {
		display: none;
	}
	.header-right-warp .header-right .user-panel {
		display: block;
		padding-left: 26px;
	}
	.header-right-warp .header-right .user-panel a {
		display: inline-block;
		padding: 0;
		margin: 0;
	}
	.header-right-warp .header-right .user-panel a:hover {
		background: transparent;
	}
	.header-right-warp .header-right .user-panel .login {
		padding-right: 10px;
	}
	.sub-list {
		padding: 60px 15px 50px 30px;
	}
	.sub-text {
		margin-bottom: 50px;
	}
	.footer-widget {
		margin-bottom: 40px;
	}
	.category-section .section-title,
	.playlist-section .section-title {
		float: none;
	}
	.category-links,
	.playlist-filter {
		text-align: left;
	}
	.playlist-filter li,
	.category-links a {
		margin-right: 15px;
	}
	.playlist-item {
		padding: 0;
	}
	.playlist-section {
		padding: 100px 0;
	}
	.artist-details img {
		float: none;
		margin-bottom: 30px;
	}
	.player-box {
		display: block;
	}
	.wave-player-warp {
		width: 100%;
	}
	.wave-player-warp .songs-links {
		text-align: center;
		padding-top: 0;
		margin-bottom: 40px;
	}
	.tarck-thumb-warp {
		width: 100%;
	}
	.tarck-thumb-warp .tarck-thumb {
		margin: 0 auto;
	}
	.wave-player-info,
	.wavePlayer_controls {
		text-align: center;
	}
	.player-box {
		padding: 75px 40px 80px;
	}
	.similar-song {
		margin-bottom: 60px;
	}
	.songs-details-section {
		padding: 100px 0px 50px;
	}
	.similar-songs-section,
	.playlist-section {
		padding: 100px 0;
	}
	.similar-songs-section .container,
	.playlist-section .container {
		max-width: 100%;
	}
	.category-section {
		padding: 105px 0;
	}
	.category-section .container {
		max-width: 100%;
	}
	.header-section {
		padding: 0 15px;
	}
	.category-item {
		margin: 0 0 30px;
	}
	.map {
		height: 450px;
	}
	.contact-warp {
		padding: 100px 40px;
	}
	.songs-links {
		text-align: left;
		padding-top: 40px;
	}
	.song-details-box ul {
		max-width: 100%;
	}
	.search-form {
		margin-top: 40px;
	}
    .login-section .login-container {
        padding: 50px 0 150px 0;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    .join-section .join-container {
        padding: 100px 0 100px 0;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    .join-section .password-container {
        padding: 100px 0 100px 0;
        margin: 0 auto;
        width: 100%;
        height: auto;
    } 

    .site-xs-btn {
        margin: 5px 0;
    }

    .shop-main-section .shop-main-container {
        padding: 50px 0 35px 0;
    }

    .main-round-div {
        width: 90%;
        height: auto;
        border-radius: 10px;
        margin-top: 10px;
    }

    .main-calender-wrapper {
        width: 90%;
    }

    .sub-contents-section .container {
        width: 90%;
    }

    .sub-contents-section .container-sm {
        width: 90%;
        margin: 0 auto;
    }

    .reservation-list-left {
        clear: both;
        width: 100%;
    }

    .reservation-list-right {
        clear: both;
        width: 100%;
        padding-top: 20px;
    }

    .reservation-list-right .btn {
        width: 95%;
        padding: 15px 20px;
        border-radius: 10px;
        font-size: 12px;
    }

    .reservation-list-left li:nth-child(1) {
        font-size: 1rem;
    }

    .reservation-list-left li:nth-child(2) {
        font-size: .9rem;
    }

    .reservation-list-left li:nth-child(3) {
        font-size: .9rem;
    }

    .reservation-list-left .lblType {
        display: none;
    }

    .reservation-list-left .lblState01 {
        margin-right: 0px;
    }

    .reservation-list-left .lblState02 {
        margin-right: 0px;
    }

    .reservation-list-left .lblState03 {
        margin-right: 0px;
    }

    .reservation-list-left .lblState04 {
        margin-right: 0px;
    }

    .reservation-list-master {
        padding: 10px;
    }

    .search-bar-2nd-row {
        padding-top: 10px;
    }

    .map-search-div.carinfo {
        font-size: .8rem;
    }

    .reservation-new-map {
        width: 100%;
        min-height: 200px;
    }

    #time-wrap {
        margin-top: 20px;
    }

    #timePick {
        min-height: 150px;
    }

    .responsive-td {
        display: none;
    }

    .fs-d9r {
        font-size: .8rem;
    }

    .fs-1r {
        font-size: .9rem;
    }

    .fs-1d1r {
        font-size: 1rem;
    }

    .reservation-map {
        width: 90%;
        margin: 0 auto;
        margin-top: 10px;
        min-height: 300px;
        border-radius: 10px;
    }

    .input-group-prepend {
        display: none;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.section-title h2,
	.hs-item h2,
	.sub-text h2 {
		font-size: 36px;
	}
	.wave-player-info h2 {
		font-size: 24px;
	}
	.header-section {
		padding: 0;
	}
	.player-box {
		padding: 40px;
	}
	.contact-warp {
		padding: 100px 15px;
	}
	.category-item .ci-link {
		top: 26px;
		bottom: auto;
	}
	.category-item .ci-text {
		position: absolute;
		bottom: 10px;
		left: 20px;
	}
	.single_player_container .jp-interface {
		display: block;
	}
	.song-details-box .player_controls_box,
	.player_controls_box {
		width: 100%;
	}
	.song-details-box .player_bars,
	.player_bars {
		width: 100%;
	}
	.song-details-box .jp-duration {
		bottom: -19px;
	}
	.jp-duration {
		bottom: -31px;
	}
	.song-details-box .song-item {
		margin-bottom: 40px;
	}
	.player-section,
	.player-box {
		padding: 15px;
	}
	.social-links a {
		margin-right: 20px;
	}
	.search-form {
		text-align: center;
	}
	.search-form input {
		padding-right: 41px;
	}
	.search-form button {
		position: relative;
		margin-top: 20px;
	}
    .hs-item .sb-c2 {
        margin-left: 0px;
    }

    .login-section .login-container {
        padding: 30px 0 100px 0;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    .join-section .join-container {
        padding: 100px 0 100px 0;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    .join-section .password-container {
        padding: 100px 0 100px 0;
        margin: 0 auto;
        width: 100%;
        height: auto;
    } 

    .site-xs-btn {
        margin: 5px 0;
    }

    .site-m-btn {
        max-width: 80px;
        min-width: 80px;
        padding: 5px 5px;
    }

    .shop-main-section .shop-main-container {
        padding: 50px 0 35px 0;
    }

    .main-round-div {
        width: 90%;
        height: auto;
        border-radius: 10px;
        margin-top: 10px;
    }

    .main-calender-wrapper {
        width: 90%;
    }

    .sub-contents-section .container {
        width: 90%;
    }

    .sub-contents-section .container-sm {
        width: 90%;
        margin: 0 auto;
    }

    .reservation-list-left {
        clear: both;
        width: 100%;
    }

    .reservation-list-right {
        clear: both;
        width: 100%;
        padding-top: 20px;
    }

    .reservation-list-right .btn {
        width: 95%;
        padding: 15px 20px;
        border-radius: 10px;
        font-size: 12px;
    }

    .reservation-list-left li:nth-child(1) {
        font-size: .9rem;
    }

    .reservation-list-left li:nth-child(2) {
        font-size: .9rem;
    }

    .reservation-list-left li:nth-child(3) {
        font-size: .9rem;
    }

    .reservation-list-left .lblState01 {
        margin-right: 0px;
    }

    .reservation-list-left .lblState02 {
        margin-right: 0px;
    }

    .reservation-list-left .lblState03 {
        margin-right: 0px;
    }

    .reservation-list-left .lblState04 {
        margin-right: 0px;
    }

    .reservation-list-master {
        padding: 10px;
    }

    .search-bar-2nd-row {
        padding-top: 10px;
    }

    .map-search-div.carinfo {
        font-size: .8rem;
    }

    .reservation-new-map {
        width: 100%;
        min-height: 200px;
    }

    #time-wrap {
        margin-top: 20px;
    }

    #timePick {
        min-height: 150px;
    }

    .responsive-td {
        display: none;
    }

    .fs-d9r {
        font-size: .8rem;
    }

    .fs-1r {
        font-size: .9rem;
    }

    .fs-1d1r {
        font-size: 1rem;
    }

    .reservation-map {
        width: 90%;
        margin: 0 auto;
        margin-top: 10px;
        min-height: 300px;
        border-radius: 10px;
    }

    .input-group-prepend {
        display: none;
    }
}