@import url("fontello/css/fontello.css");

@font-face {
	font-family: 'NanumGothic';
	font-style: normal;
	font-weight: 300;
	src: url('/css/fonts/NanumGothic.eot?#iefix') format('embedded-opentype'),
		 url('/css/fonts/NanumGothic.woff') format('woff');
}


/* common */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'NanumGothic';
}

header {
	border-bottom: 1px solid #979797;
	float: left;
	width: 100%;
	position: absolute;
	display: block;

}

body {
	margin: 0 !important;
	padding: 0 !important;
}

main{
	transition: all 0.5s ease;
}

.container-fluid {
	width: 100%;
	height: 100%;
	float: left;
	padding: 0 !important;
}

.content-inner {
	margin: 0 auto;
    padding: 0;
    display: block;
    position: relative;
}



/* 사이트맵 */

.sitemap {
	height: 26px;
	background-color: #fff;
	text-align: right;
	width: 100%;
	top: 0;
	position: absolute;
	display: none;
	z-index: 30;
}

.sitemap .content-inner ul {
	list-style: none;
	float: right;
	text-align: right;
	font-weight: 600;
	font-size: 11px;
	height: 26px;
}

.sitemap .content-inner > ul > a {
	float: left;
	padding: 4px 12px;
	cursor: pointer;
	height: 100%;
}
.sitemap .content-inner ul > a:first-of-type{
	background-color: #4edfff;
}
.sitemap a li {
	color: #000;
}
.sitemap a:first-of-type li {
	color: #fff;
}
.mylink {
	color: #337ab7;
	border-bottom: 1px solid #337ab7;
}



/* 사이트메뉴 */

.sitemenu {
	text-align: right;
	float: left;
	width: 100%;
	position: absolute;
	display: block;
	height: 51px;
}

.sitemenu img {
	float: left;
	/*width: 12%;*/
	padding-top: 6px;
	cursor: pointer;
	padding-top: 0 !important;
}

.pc-design-logo {
	display: none;
}

.p-design-logo {
	display: block;
	padding-left: 10px;
}

.mobile-headtxt {
	display: block;
}

.home-text {
	display: block;
}

.menu-divide {
	border-right: 1px solid #b9b9b9;
	height: 11px;
	float: right;
	margin-top: -44px;
}
li:last-of-type span.menu-divide{
	display: none
}



/*  헤더 메뉴 마우스오버 효과  */

.nav_wrap {
	width: 100%;
	float: left;
	border-radius: 0 !important;
	min-height: 53px !important;
	background-color: #33475c;
	margin-top: 25px;
}

.nav_wrap ul {
	float: right;
	list-style: none;
	text-align: center;
	width: 87%;
	/* margin-right: 3%; */
}

.nav_wrap ul li {
	display: inline-block;
	float: left;
	height: 55px;
	line-height: 2.9em;
	color: #7f7f7f;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	margin: 0px 3px 0px 3px;
}

.nav_wrap ul li a {
	color: transparent;
	margin: 0px;
	display: inline-block;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	padding: 2px 10px 0px 5px;
}

.nav_wrap ul li a::before {
	content: attr(data-title);
	display: block;
	position: absolute;
	top: 0%;
	left: 0px;
	color: #fff;
  font-weight: 600;
	transition: all 0.5s;
	padding: 1px 10px 0px 5px;
}

.nav_wrap ul li a::after {
	content: attr(data-title);
	display: block;
	position: absolute;
	top: 100%;
	left: -1px;
	color: #fff;
	background-color: #2ed1f7;
	font-weight: 800;
	font-size: 13px;
	transition: all 0.5s;
	padding: 1px 10px 0px 5px;
}

.nav_wrap ul li a:hover::before {
	top: -100%;
}

.nav_wrap ul li a:hover::after {
	top: 0%;
}



/* 헤더스크롤 */

.header-scroll {
	position: fixed;
	height: 84px;
	transition: all 0.3s ease-out;
	background-color: #293e53;
	z-index: 9;
	border-bottom: 3px solid #2ed1f7;
}

.header-scroll.trans {
	background: #fff;
	box-shadow: 2px 5px 5px 0 rgba(0, 0, 0, 0.2);
	margin-top: 0px;
	border-bottom: 0px;
}

.header-scroll.trans .navbar-collapse {
	bottom: 0;
	left: 50%;
	transform: translateX(-15%);
	transition: all 1s;
}

.logo_img.logo {
	opacity: 0;
	transition: all 0.5s;
}
.logo_img{
	position: relative;
}



 /* 헤더 전체메뉴 드롭다운 */

.toggle-box {
	display: none;
	width: 100%;
	max-width: 1512px;
	height: auto;
	/*float: left;*/
	position: relative;
  margin: 0 auto;
	margin-top: 2px;
}

.toggled-menu {
	min-width: 1045px;
    width: 77%;
	background-color: #fff !important;
	margin: 0 auto;
	border: solid 1px #00cefb;
	border-left: 1px solid #ababab;
	z-index: 9999 !important;
	box-shadow: 1px 1px 3px 0 rgba(140, 140, 140, 0.5);
}

.menu-img {
	border-image-width: 10%;
	display: inline-block;
	border: 2px solid red;
	float: right;
	margin: auto 0;
	border: 1px solid green;
	height: inherit;
	width: 211px;
}

.toggle-menulist {
	float: left;
	display: inline-block;
	padding-left: 0;
	width: 100%;
	margin: 0;
}

.menu-box {
	float: left;
	text-align: left;
	display: inline-block;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #979797;
}

.menu-box:hover {
	background-color: #e8fbff;
}

.menu-box:last-of-type {
	border-bottom: none;
}

.menu-title {
	color: #214e77;
	font-weight: bold;
	float: left;
	text-align: left;
	display: inline-block;
	min-width: 150px;
	padding-top: 5px;
	padding-left: 15px;
}

.menu-subs {
	float: left;
	width: 85%;
	padding-left: 0;
	height: auto;
	display: inline-block;
	color: #000;
}
.menu-subs li a {
	color: #888888;
}
.menu-subs li:hover a {
	color: #293e53;
}
.menu-subs li {
	min-width: 177px;
	width: 20%;
	height: 30px;
	/* padding: 5px 3px 1px 3px; */
	padding: 0;
	display: inline-block;
	list-style: decimal-leading-zero;
	float: left;
	font-size: 13px;
	color: #888888;
	line-height: 2.3em;
	padding: 0 7px;
	letter-spacing: -0.1em;
	cursor: pointer;
}

.menu-subs li:hover {
	background-color: #d0f5ff;
	color: #293e53;
	font-weiht: 700;
	height: 30px;
	line-height: 2.3em;
	transition: all 0.3s;
}

.menu-adv {
	width: 15%;
	padding-bottom: 6.2%;
	float: left;
	background-color: #f5fdff;
	border: 1px solid #00cefb;
	border-right: none;
	box-shadow: 1px 1px 3px 0 rgba(140, 140, 140, 0.5);
}
.menu-adv div{
	margin-top: 75px;
}
.menu-adv div span {
	color: #888888;
	font-size: 17px;
	margin-top: 500px;
}

.menu-adv div p {
	font-size: 18px;
	font-weight: 700;
	color: #ffc12b;
	margin: 12% auto;
}

.menu-adv div img {
	margin-top: 20%;
	width: 70%;
}

.toggle-box.trans {
	transform: translateX(-6%);
	transition: all 1s;
}
.mob-myinfo {
	display: none;
}




/* main */

.home-text {
	float: left;
  text-align: left;
  color: #6c6c6c;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.8em;
}

.body-top {
	float: left;
	width: 100%;
	text-align: center;
}

.main-display {
	margin-top: 51px;
}

.main-info {
	float: left;
	width: 100%;
}

.main-info div {
	height: auto;
	float: left;
}





/* self-search */

.self-search {
	width: 100%;
}

.search-bar {
	width: 100%;
	background-color: #2ed1f7;
}

.search-bar .search-top {
	width: 100%;
	height: 40%;
	float: left;
	padding-top: 5%;
	display: none;
}

.search-top span:first-of-type {
	color: #fff;
	font-size: 22px;
}

.search-top span:last-of-type {
	font-size: 21px;
	color: #fff;
	font-weight: bold;
}

.search-bar .search-bottom {
	width: 100%;
	height: 60%;
	margin: 0;
	padding: 2%;
	float: left;
	display: inline-block;
	position: relative;
}

.search-bottom button {
	float: left;
	border: 3px solid #000;
	background-color: #000;
	height: 47px;
}

.text-black {
	color: #000 !important;
}
.text-red {
	color: #fe0047;
}
.text-bold {
	font-weight: bold !important;
}
.text-darkgray {
	color: #313131 !important;
}
.text-gray {
	color: #5d5d5d !important;
}
.text-gray:hover {
	cursor: pointer;
	background-color: #dcf4ff;
}
.search-input {
	float: left;
	width: 88%;
	border: 4px solid #000;
	font-size: 12px;
	padding: 1%;
	height: 47px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #b3b3b3 !important;
}

.news-tab {
	margin-top: 1%;
	width: 100%;
	float: left;
	min-height: 391px;
	display: none !important;
}

.news-tab .tab-content div {
	width: 100%;
	height: 100%;
	min-height: 280px;
	max-height: 280px;
	overflow-y: hidden;
	position: relative;
}

.news-tab .nav .active a {
	background-color: #f6fdff !important;
	border: 1px solid #979797 !important;
	border-bottom: none !important;
	font-size: 14px;
	font-weight: 700;
	color: #000;
}

.news-tab .tab-content .active {
	background-color: #f6fdff;
}
.news-tab .nav-tabs > li {
		margin-bottom: -2px !important;
	}
.news-tab .nav-tabs li a {
	background-color: #4edfff;
	padding: 10px 20px;
	border: 1px solid #979797;
}

.tab-content {
	width: 100%;
	height: 100%;
	float: left;
	border: 1px solid #979797;
	border-top: none;
	background-color: #f6fdff;
}

#more_news {
	background-color: #00cefb;
	color: #fff;
	float: right;
	padding: 5px 10px;
	border-radius: 0;
	margin: 17px 30px !important;
	font-weight: 700;
}

#tab-news thead {
	font-weight: bold;
	font-size: 14px;
}

#tab-news {
	font-size: 12px;
}

#tab-news tbody tr td {
	padding: 1.5%;
	font-weight: 500;
	color: #5d5d5d;
	white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#tab-news tbody tr td:nth-of-type(3) {
	max-width: 80px !important;
	min-width: 80px !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}






/* img slide */

.img-slide {
	width: 100%;
	margin: 0;
	min-height: 0;
}

.img-slide img {
	width: 100%;
	border-top: none !important;
	border: 1px solid #979797;
}

.carousel-control {
	display: block;
	background: transparent !important;
	margin: 0 4%;
}

.main-banner div {
	display: inline;
}

.main-banner .item,
.main-banner .active {
	/*height: 600px;*/
	width: 100%;
	float: left;
}

.main-banner .item img {
	float: left;
}

.slick-prev:before,
.slick-next:before {
	color: #000 !important;
}




/* bank */

.back-info {
	border-top: 8px solid #4edfff;
	width: 100%;
	border-top: none;
}

.bank-info div {
	height: 20%;
}

.pay-info {
	float: left;
	width: 100%;
	height: 60px;
}

.pay-info tbody tr:first-of-type,
.pay-info tbody tr:nth-of-type(2) {
	display: none;
}

.pay-info tr:nth-of-type(3) > td:first-of-type {
	min-width: 97px;
	width: 97px;
	padding-left: 20px;

}

.p-dis-block {
	display: block;
}

.p-dis-block p {
	display: block;
	line-height: 1.3em;
	padding-top: 6px;
}

.shbank {
	border: 1px solid #979797;
	background-color: white;
	width: 100%;
	min-width: 273px;
	border-top: none;
}

.shbank img {
	text-align: center;
	margin: 2% 0;
	width: 50px;
}

.shbank span:first-of-type {
	width: 100%;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 2.8em;
}

.shbank span:last-of-type {
	width: 100%;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #c70000;
	padding-bottom: 5px;
}

.pay-link {
	border: 1px solid #979797;
	color: #fff;
	width: 100px;
	font-weight: 600;
	font-size: 13px;
	border-left: none;
	cursor: pointer;
	height: 60px;
}
.paylink-text {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	min-width: 100px;
}

.consult-number {
	background-color: #20364b;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	padding: 5px;
	border-right: 1px solid #20364b;
}

.consult-number span {
	font-size: 13px;
	color: #fe0047;
	float: left;
	margin-right: 10px;
}

.with-pay {
	width: 100%;
	height: 123px;
}

.bank-img {
	width: 80%
}

.credit-info {
	width: 10%;
	height: 50%;
}

.credit-bill {
	width: 10%;
	height: 50%;
}

.address-info {
	width: 100%;
}


/* 현금영수증 팝업 */
/* .cashbill-box {
	position: fixed;
  width: 100%;
  z-index: 999;
  text-align: center;
	top: 1%;
}
.cashbill-content {
	margin: 0 auto;
  background-color: #fff;
	width: 28%;
	min-width: 428px;
  height: 625px;
  z-index: 999;
	border-radius: 12px;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
}
.cashbill-head {
	width: 90%;
	text-align: center;
	border-bottom: solid 2px #979797;
	margin-left: 5%;
	float: left;
}
.cashbill-head h4 {
	color: #21364b;
	text-align: left;
	float: left;
	width: 88%;
	font-size: 20px;
	line-height: 1.6em;
}
.cashbill-head span {
	font-size: 28px;
	color: #717171;
	float: right;
	padding-top: 10px;
	cursor: pointer;
}
.bill-star {
	color: red !important;
  font-weight: bold !important;
  font-size: 13px !important;
  width: 1% !important;
  padding: 0;
}
input[type=radio].bill-radio {
	width: 15px;
}
.bill-radio-text {
	width: auto !important;
  font-size: 13px !important;
  margin-top: 7px;
  padding-left: 5px !important;
  margin-right: 22px;
}
.cashbill-body {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
}
.cashbill-body div {
	width: 100%;
	float: left;
	text-align: left;
	min-height: 27px;
	margin: 3px 0;
}
.cashbill-body div span {
	width: 25%;
	float: left;
	color: #21364b;
	font-size: 13px;
	font-weight: 500;
	padding-left: 15px;
}
.cashbill-body div input {
	width: 66%;
	float: left;
	border-radius: 4px;
	border: solid 1px #979797;
	height: 27px;
	background-color: #effdff;
	font-size: 13px;
	padding-left: 10px;
}
.cashbill-body div input:focus {
	background-color: #fff;
}
.cashbill-body div textarea {
	width: 66%;
	height: 100px;
	margin-left: 3%;
	float: left;
	border-radius: 4px;
	border: solid 1px #979797;
	resize: none;
	background-color: #effdff;
}
.cashbill-body input.small-input {
	width: 22%;
}
.cashbill-body div select {
	width: 24%;
	border: solid 1px #979797;
	height: 27px;
	border-radius: 4px;
	background-color: #effdff;
	font-size: 13px;
}
.input-align p:not(.warn-msg) {
	width: 11px;
  float: left;
  text-align: center;
	margin: 0 4px;
}
.input-align p.warn-msg {
	width: 100%;
	font-size: 12px;
	color: red;
	float: left;
	text-align: center;
	margin-bottom: 0;
}
.cashbill-foot {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}
.cashbill-foot button {
	width: 85px;
	height: 27px;
	padding: 0;
	font-size: 13px;
  font-weight: 500;
}
.cashbill-foot button:first-of-type {
	background-color: #e4e4e4;
	margin-right: 2%;
}
.cashbill-foot button:last-of-type {
	background-color: #68dac0;
	color: #000;
	margin-left: 2%;
} */



/* 경고장 안내 */

.warn-href {
	margin-top: 1px;
	width: 26%;
	font-weight: 700;
	min-height: 69px;
}

.warn-href div {
	padding: 4% 2%;
    min-height: 69px;
    max-height: 69px;
    font-size: 15px;
    cursor: pointer;
}

.warn-href a:first-of-type div {
	background-color: #fff;
    border: 1px solid #979797;
    color: #09a8ff;
    text-align: left;
}

.warn-href a:last-of-type div {
	border: 1px solid #979797;
    background-color: #fff;
    float: right;
    color: #09a8ff;
    text-align: left;
}

.warn-href img {
	float: left;
    height: 100%;
    padding: 0;
    display: inline-block;
    position: relative;
    width: 33px;
    margin: 4px 10px;
}



/* 등록절차 바로가기 */

.step-href {
	margin-top: 2px;
	font-weight: 700;
}

.step-href div {
	float: left;
	width: 100%;
	height: 59px;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #b4b4b4;
}
.step-href div:nth-of-type(2) {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.step-href div img {
	height: 100%;
    float: left;
    margin-right: 12%;
    padding: 1% 8.7%;
	background-color: #ededed;
}

.step-href div span {
	text-align: left;
	float: left;
	width: 40%;
	padding-top: 8px;
	font-weight: 300;
}

.step-href div span:nth-of-type(2) {
	padding-top: 0px;
	font-size: 13px;
}
.step-href div i:last-of-type {
	width: 9%;
    font-size: 26px;
    color: #959595;
    display: inline-block;
    margin-top: -10px;
}

/* 패밀리사이트 링크 */
.family-link {
	width: 24%;
	margin-top: 3px;
}
.family-link > div {
    width: 32.9%;
    height: 111px;
}
.family-link > div .hr {
	width: 82%;
    margin: 2px 5px;
    height: 3px;
    border-top: 1px solid #bebebe;
}
.family-link > div p {
	font-size: 15px;
	text-align: left;
	font-weight: bold;
    margin-left: 7px;
	width: auto;
    display: inline-block;
    color: #000;
	margin-bottom: 0;
    float: left;
}
.family-link > div span {
	text-align: left;
    font-size: 10px;
    width: 100%;
    letter-spacing: -0.5px;
    display: inline-block;
    padding-left: 5px;
}
.family-link a > div {
	width: 100%;
}
.family-link a > div:first-of-type i {
	float: right;
	width: 17px;
	height: 17px;
	border-radius: 20px;
	color: #fff;
	margin-top: 5px;
    margin-right: 6px;
	line-height: 0.5px;
}
.family-link a > div:nth-of-type(2) i {
	float: left;
	width: 17px;
	height: 17px;
	margin-left: 7px;
    margin-bottom: 5px;
}
.family-link > div a div .icon-right-open-mini:before {
	transform: rotate(-50deg);
}
.family-link > div > a {
	color: #555;
}
.family-link > div:nth-of-type(2) {
	margin: 0 2px;
}
.fam-design {
	background-color: #f3ffe6;
	border: 1px solid #b8e986;
}
.fam-design div:first-of-type i {
	background-color: #2da350;
}
.fam-design div:nth-of-type(2) i {
	color: #00c73c;
}
.fam-design p {
	background-color: #bff08e;
}
.fam-design span .fam-bold {
	color: #00c73c;
	font-weight: bold;
	width: auto;
    display: inline;
    padding-left: 0;
}


.fam-mark {
	background-color: #fff4e9;
	border: 1px solid #ffe2b3;
}
.fam-mark div:first-of-type i {
	background-color: #ff9300;
}
.fam-mark div:nth-of-type(2) i {
	color: #ff9300;
}
.fam-mark p {
	background-color: #ffe2b3;
}
.fam-mark span .fam-bold {
	color: #ff8b00;
	font-weight: bold;
	width: auto;
    display: inline;
    padding-left: 0;
}

.fam-trade {
	background-color: #f5f5f5;
	border: 1px solid #cce5b3;
}
.fam-trade div:first-of-type i {
	background-color: #00c73c;
}
.fam-trade div:nth-of-type(2) i {
	color: #00c73c;
}
.fam-trade p {
	background-color: #cce5b3;
}
.fam-trade span .fam-bold {
	color: #6faf2e;
	font-weight: bold;
	width: auto;
    display: inline;
    padding-left: 0;
}

/* 파트너스  */
.move2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
	margin-top: 10px;
}
.move2 > div {
	margin-right: 10px;
	width: 100%;
}
.move2 > div > img {
	padding: 0;
    width: 100%;
}

/* 결제유형  */

.main-paytype {
	width: 100%;
	/*	height: 204px;*/
	float: left;
	background-color: #f1f1f1;
	margin: 1% 0;
}

.main-paytype .inner-pack {
	padding: 0;
	height: 100%;
}

.main-paytype .d-type {
	width: 49.6%;
	float: left;
	margin: 0;
	border: none;
	background-color: #fff;
	cursor: pointer;
}

.d-type img {
	width: 100%;
	float: left;
	height: 192px;
}
.menu2-style {
	width: 49%;
	height: 175px;
	overflow: hidden;
}



/* pc버전일때의 예약상담 신청하기 css */

.quick-plus-btn {
	width: 50px;
	height: 50px;
	opacity: 0.9;
	border-radius: 5px;
	box-shadow: 0 2px 2px 0 rgba(135, 135, 135, 0.5);
	border: solid 3px #2ed1f7;
	background-color: #ffffff;
	float: right;
	margin-top: 5px;
	cursor: pointer;
	opacity: 0;
	transform: translateX(60px);
}

/* .quick-plus-btn:active {
	background-color: #a9a9a9;
	border: 1px solid #a9a9a9;
	transition: all 0.3s;
} */
.quick-plus-btn img {
	width: 96%;
	padding-top: 4px;
}
.quick-plus-btn:hover img {
	width: 96%;
	padding-top: 4px;
}
.kakaoplus {
	display: inline-block;
	width: 73px;
	height: 73px;
	margin-top: 5px;
	border-radius: 10px;
	background-color: #ffeb00;
	z-index: 9999;
	cursor: pointer;
}

.datetimepicker {
	position: fixed !important;
	right: 5% !important;
	top: 48% !important;
}
.quick-menu {
	float: left;
	right: 1%;
	bottom: 550px;
	position: fixed;
	z-index: 1;
}

.quick-reservation {
	float: left;
	margin-bottom: 10px;
	cursor: pointer;
}

.quick-talk {
	cursor: pointer;
}

.quick-square {
	width: 73px;
	height: 73px;
	border-radius: 10px;
	float: right;
}

.quick-square span:first-of-type {
	font-size: 19px;
	font-weight: bold;
}

.quick-square span:last-of-type {
	padding: 0 5%;
	font-weight: bold;
	font-size: 14px;
}

.pc-reserve {
	width: 300px;
	padding: 5%;
	background-color: #fff;
	height: 150px;
	/*box-shadow: 1px 0px 8px 2px rgba(0, 0, 0, 0.3) !important;*/
	margin-bottom: -6px;
}

.pc-reserve span {
	float: left;
	display: inline-block;
	margin-top: 13px;
	width: 36%;
	text-align: left;
	font-weight: 700;
	color: #6a6a6a;
	padding-left: 0;
	margin-bottom: 5%;
}

.pc-reserve input {
	float: right;
	display: inline-block;
	/* margin-top: 8px; */
	width: 55%;
	border-radius: 5px !important;
	/* margin-bottom: 5%; */
	height: 35px;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
	border-style: none;
}

#pc_reserve_form div span:first-of-type {
		font-size: 13px;
    margin: 2% 0;
    padding-top: 3px;
    color: #000;
}

.pc-trans {
	display: block !important;
	transition: all 1s;
	transition-delay: 2s;
}

#pc_pop_close {
	cursor: pointer;
}

.pc_reserve_form div span {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #2a2a2a;
}

#reserve_btn {
    position: relative;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 10px;
}

/* 예약상담 폼 감싸기 */
.form-info {
    height: auto;
    position: relative;
    display: inline-block;
	width: 90%;
	margin-bottom: 10px;
}
.form-container {
	width: 100%;
	height: auto;
	position: relative;
}
.form-container div {
	position: relative;
    display: inline-block;
    width: 87%;
    height: 40px;
}
.form-btn {
	width: 100%;
    height: 32px;
    float: right;
	margin-top: 10px;
	text-align: center;
}
.pc-pop-close {
    text-align: right;
    float: right;
    font-size: 20px;
	z-index: 500;
	cursor: pointer;
}
.test {
	opacity: 0;
	transition: 1s;
	transition-delay: 1s;
}
.test1 {
	opacity: 1;
	transition: 1s;
	transition-delay: 1s;
}
.captcha-img {
	height: 60px !important;
	/* float: right; */
}
#CaptchaCode {
	margin-top: 40px;
}
.captcha-alert {
	color:#6b6b6b !important;
	text-align: center !important;
	font-weight: 400 !important;
}
.captcha-img input {
		/* margin-bottom: 0 !important; */
	/* margin-right: 33px !important; */
	margin-top: 22px;
	width: 93%;
}
.captcha-img p {
	margin-left: 0 !important;
	font-size: 13px;
}
.BDC_CaptchaDiv {
	float: right !important;
	margin-right: 35px !important;
	width: 100% !important;
	text-align: right;
}
#ExampleCaptcha_CaptchaDiv {
	margin-left: 10px !important;
}
.BDC_CaptchaIconsDiv {
	width: 22px !important;
	float: right;
}
.warning_area{
	width: 90% !important;
	height: 20px !important;
}
.form-container > .warning_area:nth-last-of-type(1){
	margin-top: 0;
}
.warning_msg{
	width: 95% !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: right !important;
	font-size: 11px !important;
	font-weight: 400 !important;
	color: red !important;
}
.i-refresh {
	font-size: 20px !important;
	color: #000;
	cursor: pointer;
	margin-top: 8% !important;
}



/* 무료상담 */

.main-freeconsult {
	width: 100%;
	height: 77px;
	float: left;
	margin-bottom: 1%;
}

.main-freeconsult div {
	width: 32.8%;
	height: 100%;
	float: left;
	border: 1px solid #979797;
	color: #fff;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.main-freeconsult #frDesignSearch {
	background-color: #3a74aa;
}

.main-freeconsult #frDesignConsult {
	background-color: #31587f;
}

.main-freeconsult #frIdeaConsult {
	background-color: #293e53;
}

.main-freeconsult div span:first-of-type {
	font-size: 20px;
	float: left;
	padding-left: 13%;
}

.main-freeconsult div span:nth-of-type(2) {
	font-size: 15px;
	font-weight: 600;
	margin-left: 5%;
	float: left;
}

.main-freeconsult div span:last-of-type {
	font-size: 13px;
	margin-left: 9%;
	margin-top: -5px;
	float: left;
	text-align: left;
}

#frDesignConsult {
	margin: 0 0.8%;
}



/* 신청현황 테이블 */

.receipt-list .main-condition {
	width: 100%;
	float: left;
	margin: 1% 0;
}

.apply-condition {
	float: left;
	width: 33%;
	margin-bottom: 3% !important;
}

.apply-condition table {
	width: 100%;
	float: left;
	border: 1px solid #979797;
	min-height: 240px;
	margin-left: 13px;
	margin: 0;
	font-weight: 500;
	color: #404040 !important;
}

.table-title {
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	border-top: 8px solid #00c6ff !important;
	border-bottom: none !important;
	border: 1px solid #9a9a9a;
	margin-top: 2%;
}
.table-title .listLink {
	width: 77% !important;
	display: inline-block !important;
	color: #333333 !important;
}
.realstat {
	color: #000 !important;
}
.realstat:hover {
	cursor: pointer !important;
}
.directView {
	color: #313131 !important;
}
.directView:hover {
	cursor: pointer !important;
	color: #000 !important;
	background-color: #e7f4fb;
}
.title-line {
	line-height: 2em !important;
	margin-left: 10%;
}

.table-title button {
	background-color: #fff !important;
	float: right;
	border-left: 1px solid #979797;
}

.table-title button span {
	float: right;
	font-size: 20px;
}
.title-more {
	font-size: 13px;
    float: right;
    border: 1px solid #00c6ff;
	background-color: #00c6ff;
    margin: 2% 2%;
    padding: 0.5% 2%;
    color: #fff;
    font-weight: 500;
	transition: all 0.3s;
}
.title-more:hover {
	background-color: #fff;
	color: #00c6ff;
	transition: all 0.3s;
}
.apply-condition table thead tr {
	height: 24px;
	box-shadow: 0 3px 4px 0 rgba(213, 213, 213, 0.5);
}

.apply-condition table thead td {
	font-size: 13px;
	font-weight: bold;
	color: #007394;
}

.apply-condition table tbody {
	color: #313131;
	font-size: 13px;
}

.apply-condition table tbody tr:first-of-type td {
	padding-top: 2% !important;
}

.apply-condition table tbody tr td {
	padding-bottom: 1%;
	max-width: 80px !important;
	padding: 1.5% 11px !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.apply-condition table tbody tr td:nth-of-type(2) {
	text-align: left;
}
.apply-condition .design-search tbody tr td:nth-of-type(2) {
	text-align: center;
}

.main-condition .apply-condition:nth-of-type(2) {
	margin: 0;
}

#more_board {
	width: 100%;
	height: 100px;
	float: left;
	padding-top: 7%;
	margin-bottom: 7%;
	display: block !important;
}

#board_fold {
	background-color: #fff;
	border: 1px solid #979797 !important;
	padding: 2% 15%;
	border-radius: 0;
}

#board_fold span:nth-of-type(1) {
	font-weight: bold;
	margin-bottom: 2%;
	font-size: 12px;
	font-weight: bold;
}

#board_fold span:nth-of-type(2) {
	color: #fff !important;

	padding-top: 3px;
	margin-top: 5px;
	font-size: 12px;
	width: 20px;
	height: 20px;
	background: #00c6ff;
	border-radius: 20px;
	transition: all 0.5s;
}

.boardicon-trans {
	transform: rotate(180deg);
}

.cons-icon {
	width: 100%;
	padding-top: 4%;
}

.cons-title {
	width: 100%;
	margin-left: 0 !important;
	padding-top: 2%;
}

.cons-detail {
	display: none;
}

#respon_tabnews {
	display: block;
}


.secretinfo-input {
	width: 90%;
    display: inline-block;
}
.secret-m-left {
	float: left;
    text-align: left;
}
.secret-m-right input {
	border: 1px solid #9a9a9a;
    border-left: none;
    margin-bottom: 10px;
}





/* 디자인등록 바로가기 */

.main-link {
	width: 100%;
	float: left;
	margin-bottom: 25%;
}

.main-link p {
	color: #1f2f41;
	font-weight: bold;
	font-size: 23px;
	margin: 10% 0;
}

.main-link div .item {
	width: 75px;
	float: left;
	text-align: center;
	margin-top: 15px;

}

.main-link div span {
	float: left;
	text-align: center;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	margin-top: 7px;
}

.main-link .circle {
	float: left;
	margin: 0 25%;
	text-align: center;
	min-height: 80px;
}

.main-link .circle img {
	width: 100%;
}

.link-div {
	float: left;
	cursor: pointer;
	text-align: center;
}

.link-div:focus,
.link-div:active,
.link-div:hover {
	outline: none !Important;
}

.m1 {
	margin: 0 3% !important;
}

.item-drop {
	width: 100%;
	height: auto;
	float: left;
	display: inline-block;
	text-align: center;
	margin-top: 18%;
}

.drop-smallmenu {
	list-style: none;
	padding: 0 !important;
	color: #c7c7c7;
	font-size: 13px;
	font-weight: 600;
	line-height: 2.0em;
}

.drop-smallmenu:hover {
	color: #6b6b6b;
	transition: all 0.4s;
}

.drop-smallmenu li:hover,
.drop-smallmenu li a:hover {
	font-size: 13px;
	font-weight: 600;
	color: #499bc6;
	transition: all 0.2s;
}

.slick-dots {
	bottom: -77px !important;
}

.selector {
	display: none !important;
}



/* Generated with Bounce.js. Edit at https://goo.gl/PoLFpU */

.circle {
	animation: animation2 1000ms linear both;
}

.circle:hover {
	animation: animation 1000ms linear both;
}



/* Generated with Bounce.js. Edit at https://goo.gl/vcXbzR */

@-webkit-keyframes animation {
	0% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	2.36% {
		-webkit-transform: matrix3d(1.119, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.119, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	4.71% {
		-webkit-transform: matrix3d(1.182, 0, 0, 0, 0, 1.182, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.182, 0, 0, 0, 0, 1.182, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	5.71% {
		-webkit-transform: matrix3d(1.199, 0, 0, 0, 0, 1.199, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.199, 0, 0, 0, 0, 1.199, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	11.31% {
		-webkit-transform: matrix3d(1.246, 0, 0, 0, 0, 1.246, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.246, 0, 0, 0, 0, 1.246, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	12.82% {
		-webkit-transform: matrix3d(1.252, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.252, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	17.02% {
		-webkit-transform: matrix3d(1.267, 0, 0, 0, 0, 1.267, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.267, 0, 0, 0, 0, 1.267, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	20.86% {
		-webkit-transform: matrix3d(1.279, 0, 0, 0, 0, 1.279, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.279, 0, 0, 0, 0, 1.279, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	22.62% {
		-webkit-transform: matrix3d(1.284, 0, 0, 0, 0, 1.284, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.284, 0, 0, 0, 0, 1.284, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	28.33% {
		-webkit-transform: matrix3d(1.295, 0, 0, 0, 0, 1.295, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.295, 0, 0, 0, 0, 1.295, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	33.93% {
		-webkit-transform: matrix3d(1.302, 0, 0, 0, 0, 1.302, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.302, 0, 0, 0, 0, 1.302, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	37.01% {
		-webkit-transform: matrix3d(1.304, 0, 0, 0, 0, 1.304, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.304, 0, 0, 0, 0, 1.304, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	45.15% {
		-webkit-transform: matrix3d(1.305, 0, 0, 0, 0, 1.305, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.305, 0, 0, 0, 0, 1.305, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	69.23% {
		-webkit-transform: matrix3d(1.302, 0, 0, 0, 0, 1.302, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.302, 0, 0, 0, 0, 1.302, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	72.57% {
		-webkit-transform: matrix3d(1.301, 0, 0, 0, 0, 1.301, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.301, 0, 0, 0, 0, 1.301, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	100% {
		-webkit-transform: matrix3d(1.3, 0, 0, 0, 0, 1.3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.3, 0, 0, 0, 0, 1.3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
}

@keyframes animation {
	0% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	2.36% {
		-webkit-transform: matrix3d(1.119, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.119, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	4.71% {
		-webkit-transform: matrix3d(1.182, 0, 0, 0, 0, 1.182, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.182, 0, 0, 0, 0, 1.182, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	5.71% {
		-webkit-transform: matrix3d(1.199, 0, 0, 0, 0, 1.199, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.199, 0, 0, 0, 0, 1.199, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	11.31% {
		-webkit-transform: matrix3d(1.246, 0, 0, 0, 0, 1.246, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.246, 0, 0, 0, 0, 1.246, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	12.82% {
		-webkit-transform: matrix3d(1.252, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.252, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	17.02% {
		-webkit-transform: matrix3d(1.267, 0, 0, 0, 0, 1.267, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.267, 0, 0, 0, 0, 1.267, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	20.86% {
		-webkit-transform: matrix3d(1.279, 0, 0, 0, 0, 1.279, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.279, 0, 0, 0, 0, 1.279, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	22.62% {
		-webkit-transform: matrix3d(1.284, 0, 0, 0, 0, 1.284, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.284, 0, 0, 0, 0, 1.284, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	28.33% {
		-webkit-transform: matrix3d(1.295, 0, 0, 0, 0, 1.295, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.295, 0, 0, 0, 0, 1.295, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	33.93% {
		-webkit-transform: matrix3d(1.302, 0, 0, 0, 0, 1.302, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.302, 0, 0, 0, 0, 1.302, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	37.01% {
		-webkit-transform: matrix3d(1.304, 0, 0, 0, 0, 1.304, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.304, 0, 0, 0, 0, 1.304, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	45.15% {
		-webkit-transform: matrix3d(1.305, 0, 0, 0, 0, 1.305, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.305, 0, 0, 0, 0, 1.305, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	69.23% {
		-webkit-transform: matrix3d(1.302, 0, 0, 0, 0, 1.302, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.302, 0, 0, 0, 0, 1.302, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	72.57% {
		-webkit-transform: matrix3d(1.301, 0, 0, 0, 0, 1.301, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.301, 0, 0, 0, 0, 1.301, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	100% {
		-webkit-transform: matrix3d(1.3, 0, 0, 0, 0, 1.3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.3, 0, 0, 0, 0, 1.3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
}




@-webkit-keyframes animation2 {
	0% {
		-webkit-transform: matrix3d(1.3, 0, 0, 0, 0, 1.3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.3, 0, 0, 0, 0, 1.3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	2.36% {
		-webkit-transform: matrix3d(1.331, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.331, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	4.71% {
		-webkit-transform: matrix3d(1.3, 0, 0, 0, 0, 1.3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.3, 0, 0, 0, 0, 1.3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	5.71% {
		-webkit-transform: matrix3d(1.28, 0, 0, 0, 0, 1.28, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.28, 0, 0, 0, 0, 1.28, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	11.31% {
		-webkit-transform: matrix3d(1.161, 0, 0, 0, 0, 1.161, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.161, 0, 0, 0, 0, 1.161, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	12.82% {
		-webkit-transform: matrix3d(1.134, 0, 0, 0, 0, 1.134, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.134, 0, 0, 0, 0, 1.134, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	17.02% {
		-webkit-transform: matrix3d(1.078, 0, 0, 0, 0, 1.078, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.078, 0, 0, 0, 0, 1.078, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	20.86% {
		-webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.045, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	22.62% {
		-webkit-transform: matrix3d(1.034, 0, 0, 0, 0, 1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.034, 0, 0, 0, 0, 1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	28.33% {
		-webkit-transform: matrix3d(1.011, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.011, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	33.93% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	37.01% {
		-webkit-transform: matrix3d(0.997, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.997, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	45.15% {
		-webkit-transform: matrix3d(0.995, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.995, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	69.23% {
		-webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	72.57% {
		-webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	100% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
}

@keyframes animation2 {
	0% {
		-webkit-transform: matrix3d(1.3, 0, 0, 0, 0, 1.3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.3, 0, 0, 0, 0, 1.3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	2.36% {
		-webkit-transform: matrix3d(1.331, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.331, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	4.71% {
		-webkit-transform: matrix3d(1.3, 0, 0, 0, 0, 1.3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.3, 0, 0, 0, 0, 1.3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	5.71% {
		-webkit-transform: matrix3d(1.28, 0, 0, 0, 0, 1.28, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.28, 0, 0, 0, 0, 1.28, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	11.31% {
		-webkit-transform: matrix3d(1.161, 0, 0, 0, 0, 1.161, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.161, 0, 0, 0, 0, 1.161, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	12.82% {
		-webkit-transform: matrix3d(1.134, 0, 0, 0, 0, 1.134, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.134, 0, 0, 0, 0, 1.134, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	17.02% {
		-webkit-transform: matrix3d(1.078, 0, 0, 0, 0, 1.078, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.078, 0, 0, 0, 0, 1.078, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	20.86% {
		-webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.045, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	22.62% {
		-webkit-transform: matrix3d(1.034, 0, 0, 0, 0, 1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.034, 0, 0, 0, 0, 1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	28.33% {
		-webkit-transform: matrix3d(1.011, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.011, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	33.93% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	37.01% {
		-webkit-transform: matrix3d(0.997, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.997, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	45.15% {
		-webkit-transform: matrix3d(0.995, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.995, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	69.23% {
		-webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	72.57% {
		-webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	100% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
}











/* main-logos */

.main-logos {
	width: 100%;
	height: 97px;
	float: left;
	background-color: #f1f1f1;
}

.main-logos .inner-pack {
	max-width: 1512px;
	overflow: hidden;
	height: 100%;
}

.main-logos .inner-pack li {
	list-style: none;
	float: left;
	width: 14%;
	font-size: 15px;
	height: 97px;
	cursor: pointer;
	font-weight: 600;
	line-height: 2.5em;
}

.color-green {
	color: #3cc47c;
	font-size: 13px;
	font-weight: 600;
}

.color-blue {
	color: #06a6ff;
	font-size: 13px;
	font-weight: 600;
}

.color-yellow {
	color: #ffaf1f;
	font-size: 13px;
	font-weight: 600;
}

.color-red {
	color: #ff3b3f;
	font-size: 13px;
	font-weight: 600;
}

td a {
	color: #fff;
}

.warn-href div a {
	color: #000;
}

.step-href div a {
	color: #000;
	width: 100%;
	height: 100%;
	display: inline-block;
	padding-top: 10px;
	padding: 0%;
}

#frDesignSearch a {
	color: #fff;
}

#frDesignConsult a {
	color: #fff;
}

#frIdeaConsult a {
	color: #fff;
}

.table-title button a {
	color: #000;
}

.inner-pack ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.inner-pack ul li a {
	color: #000;
  width: 100%;
  display: inline-block;
}

button a {
	color: #fff;
}

ul a {
	color: #c7c7c7;
}

.img_free {
	position: relative;
	display: inline-block;
	float: left;
	margin-top: -7.7%;
	border: none;
}

.m1 {
	margin: 0 !important;
	margin-bottom: 90px !important;
}




/* partner logos */

.partner-logos {
	width: 100%;
	height: 60px;
	display: inline-block;
	float: left;
	margin: 5px;
}




/* footer */

footer {
	width: 100%;
	height: 210px;
	color: #fff;
	float: left;
	background-color: #293e53;
}

footer ul {
	width: 100%;
	list-style: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-top: 20px;
	float: left;
}

footer ul li {
	float: left;
	font-size: 13px !important;
	font-weight: 600;
}

.foot-lileft {
	float: left;
	text-align: center;
	margin: 10px 1%;
}

.foot-liright {
	float: right;
	text-align: center;
	margin: 10px 1%;
	display: inline-block;
}

.side-line {
	/*border-left: 1px solid #fff;
	border-right: 1px solid #fff;*/
	padding: 0 2%;
}

.foot-logo {
	float: left;
	padding-top: 3%;
	margin-left: 12%;
	display: block;
	margin: 0 auto !important;
	width: 100%;
	padding: 2% 0;
}

.foot-logo img {
	width: 100px;
	float: none;
}

.foot-address {
	float: left;
	padding-top: 1%;
	font-size: 11px;
	width: 50%;
	text-align: left;
	margin-left: 0 !important;
}

.bold-white {
	float: left !important;
	text-align: left !important;
	font-weight: bold !important;
	margin-right: 2% !important;
	padding-bottom: 3% !important;
	width: 10% !important;
	color: #fff !important;
	display: none;
}

.foot-address div span {
	float: left;
	color: #989898;
	font-weight: bold;
	line-height: 1.8em !important;
	text-align: center;
	width: 100%;
}

.addr-inter {
	float: left;
	margin-top: 15px;
	display: none !important;
}

.foot-inter {
	float: left;
	display: block;
	margin: 0 auto !important;
	width: 100%;
	padding: 2% 0;
}

.foot-inter img {
	width: 100px;
}

footer div ul li a {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

/* .side-line {
	padding: 0 4%;
} */

#addr_m {
	display: block !important;
	text-align: center;
	float: left;
	width: 100%;
	color: #989898;
	font-weight: bold;
	font-size: 11px !important;
}

#addr_m span {
	line-height: 2.0em;
}


/* pop css */
.pop {
	position: absolute;
	background-color: #e6e6e6;
  border: 1px solid gray;
	overflow: hidden;
}
.popTitle {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	height: 27%;
	width: 100%;
}
.popTitle .titleText {
	background-color: #fff;
	color: #565656;
	font-size: 13px;
	font-weight: 500;
	padding: 1% 5%;
	text-align: center;
	width: 70%;
	border-radius: 17px;
	display: inline-block;
	margin-top: 20px;
}
.popContent {
	width: 100%;
	height: 62%;
	display: inline-block;
	padding: 3% 10%;
	overflow-y: auto;
}
.popContent p {
	/* width: 100%;
	display: inline-block;
	position: relative;
	text-align: left; */
}
.popClose {
	float: right;
	text-align: right;
	width: 100%;
	height: 11%;
  display: inline-block;
	color: #565656;
	font-size: 12px;
	font-weight: 500;
	padding-right: 20px;
	background: #e6e6e6;
}
.popClose button {
	background: none;
	border: none;
	font-size: 14px;
}
.popClose input {
	vertical-align: sub;
	margin-right: 5px !important;
}
.cancelPop {
	display: none !important;
}

/* carousel control */

.carousel-indicators {
	bottom: 8px !important;
	z-index: 1 !important;
}

.carousel-indicators li {
	border: 1px solid #9a9a9a !important;
}

.carousel-indicators .active {
	background-color: #9a9a9a !important;
}





/* 네이버 톡톡 css 편집 */
.talk_banner_preview {
	width: 100% !important;
	height: 100% !important;
	border: none;
}
.talk_preview_area {
    display: inline-block !important;
    position: relative;
    text-align: center !important;
    width: 50%;
    height: 50px;
}
/*톡톡 활성화되면 제거*/
.talk_preview_area.off .talk_banner_preview{
	background-color: #00c73c !important;
}
.talk_banner_preview {
    min-height: 50px !important;
	line-height: 5em;
    color: #fff !important;
}
.talk_preview_area .ico_talk_banner {
    display: inline-block;
    width: 18px;
    height: 19px !important;
    margin-top: 11px !important;
    margin-bottom: 10px !important;
    background: url(../img/sp_talkbanner.png) no-repeat;
    background-position: 0 0;
    line-height: 999px;
    overflow: hidden;
    vertical-align: middle;
    float: left !important;
    margin-left: 47% !important;
    /*width: 100% !important;*//*톡톡 개통시 활성화*/
}
.talk_preview_area .talk_banner_desc {
    margin-left: 2px;
    line-height: 15px;
    font-weight: bold;
    vertical-align: middle;
    float: left;
    width: 100%;
}
.talk_preview_area .talk_banner_preview:after {
	display: none !important;
}



/* 공통 클래스 지정 - 해상도별 미리어쿼리에 달라지는 속성만 변경 */

.main-banner .item,
.main-banner .active {
	/*height: 600px;*/
	width: 100%;
	float: left;
}
.main-banner .item img {
	width: 100%;
	float: left;
}
.pay-info tbody tr:first-of-type,
.pay-info tbody tr:nth-of-type(2) {
	display: none;
}
.warn-href,
.step-href {
	display: none;
}
.main-paytype {
	margin: 0%;
}
.boardicon-trans {
	transform: rotate(180deg);
}
.main-freeconsult div span:first-of-type {
	padding-top: 8px !important;
	font-size: 24px;
}
.apply-condition {
	margin-bottom: 3% !important;
}
.main-logos {
	height: auto;
}
.main-logos .inner-pack li {
	width: 50%;
	height: 40px;
	background-color: #edeced;
	border: 1px solid #fff;
	font-size: 12px !important;
}
.slick-arrow {
	display: none !important;
}
.p-link li a {
	line-height: 3.4em;
}
#mobile_inter {
	display: block;
}

#pc_reserve_form.trans {
		opacity: 1;
		transition-duration: 0.3s;
	}
	#pc_reserve_form {
		opacity: 0;
		transition-duration: 0.3s;
	}






/* 모바일 */

@media all and (min-width:300px) {

	.pop {
		display: none;
	}

	.datetimepicker {
		position: fixed !important;
		left: 42% !important;
    right: 10% !important;
    top: 63.5% !important;
	}
	.datetimepicker td, .datetimepicker th {
		padding: 2px !important;
	}
  .header-scroll{
      display: none;
  }
	.menu-adv {
		display: none;
	}
	.logo_img img:last-of-type {
		/*width: 100%;*/
	}
	.carousel-control.left, .carousel-control.right {
    height: 100px !important;
    top: 40% !important;
	}
	.home-text {
		display: none;
	}
	.mobile-headtxt {
		display: none !important;
		width: 100%;
		font-size: 12px;
		font-weight: bold;
		position: absolute;
		padding-top: 13px;
		padding-left: 33%;
		color: #fff;
	}

	/*  ---------------------------메뉴 토글 실행 코드 시작------------------------*/
	.navi {
		position: fixed;
		background-color: #33475c;
		width: 100%;
		height: 51px;
		padding: 0;
		margin: 0;
		z-index: 300;
/*		top: 5px;*/
	}
	.toggle-box {
		display: none;
	}
	.navi img {
		position: absolute;
		width: 130px;
		top: 11px;
		left: 10px;
	}

	/* 모바일용 마이페이지 링크 */
	.nameline {
		width: auto !important;
		display: inline-block;
		position: relative;
		right: -29%;
		padding-top: 2%;
	}
	.mob-myinfo {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-right: 5px;
    padding-top: 4px !important;
    text-decoration-line: underline;
    font-weight: 600;
    font-size: 13px !important;
	}
	.nameline a {color: #fff;}
	.nameline span {
		padding: 0;
		border: 0;
		cursor: pointer;
		line-height: 21px;
		font-size: 11px;
	}

	.nav-bar,
	.nav-bar ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.nav-bar li a {
		display: block;
		padding: 12px;
		font-weight: 700;
		letter-spacing: -0.7px;
		color: slateblue;
		text-decoration: none;
		color: #fff;
		font-size: 1.0em;
		transition: all 0.7s;
	}
	.sub-nav {
		display: none;
		position: absolute;
		background-color: #f96353;
		width: 130px;
		max-height: 350px;
		overflow-y: auto;

	}
	.dropdown > a:after {
		content: "\25BC";
		margin-top: 5px;
		margin-left: 5px;
		font-size: 0.7em;
		position: absolute;
		transition: .5s ease;
	}
	.active > i:after {
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.hamburger {
		display: none;
	}
	.nav-bar {
		display: none;
		width: 100%;
		text-align: center;
		max-height: 500px;
		overflow-y: scroll;
		overflow-x: hidden;
		border-top: 1px solid #738292;
	}
	.sub-nav {
		position: relative;
		width: 100%;
		display: none;
		background-color: rgba(0, 0, 0, 0.20);
	}
	.sub-nav li a:before {
		list-style: circle;
		content: "\00b7";
		margin-right: 1%;
	}
	.sub-nav li a {
		font-size: 13px;
		font-weight: 400;
		color: #d4d4d4;
	}
	.sub-nav li a:hover {
		color: #67c0e8;
		font-weight: 600;
	}
	.hamburger {
		position: relative;
    display: block;
    padding: 4px;
    width: auto;
    float: right;
		margin-right: 10px;
	}
	.hamburger .line {
		width: 29px;
		height: 2px;
		background-color: #ffffff;
		display: block;
		margin: 7px auto;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.hamburger:hover {
		cursor: pointer;
	}
	.hamburger.is-active .line:nth-child(2) {
		opacity: 0;
	}
	.hamburger.is-active .line:nth-child(1) {
		-webkit-transform: translateY(7px) rotate(45deg);
		-ms-transform: translateY(7px) rotate(45deg);
		-o-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg);
	}
	.hamburger.is-active .line:nth-child(3) {
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}

    .overlay {
      background: rgba(0, 0, 0, 0.7);
      position: absolute;
      left: 0px;
      top: 0;
      bottom: 0;
      right: 0;
      height: 4000px;
      margin-top: 50px;
      z-index: 10;
      display: none;
      transition: 0.3s all linear;
}

    .left-move{
        transform: translateX(-200px);
        transition: all 0.5s ease;
    }

    .left-move2{
        transform: translateX(-200px);
        transition: transform 0.5s ease;
    }

    .scroll-event{
/*        position: fixed;*/
        overflow-y: auto;
        height: 100%;
		width: 100%;
/*		margin-top: 50px;*/
    }
    .sidebar{
        height: 100%;
        width: 200px;
        background:#33475c;
        position: fixed;
        right: -200px;
         z-index: 500;
        text-align: left;
        transition: transform 0.5s ease;
    }

    .nav-header{
        width: 100%;
        height: 50px;
        background: #fff;
        text-align: center;
/*        position: fixed;*/
        margin-top: -50px;
        z-index: 501;
        overflow-y: hidden;
        background-image: url(../image/logo/design.png);
        background-repeat: no-repeat;
        background-position: 24px 11px;


    }

    .sidebar ul{
        list-style: none;
        padding: 0;
        color: white;
		margin-bottom: 33px;
    }
    .sidebar ul ul{
        list-style: none;
        padding: 0;
        background: #203040;
        margin-top: 10px;
        margin-bottom: -10px;
        font-size: 12px;
        display: none;
    }
    .sidebar ul li{
        padding: 10px 0;
        border-bottom: 1px solid #3e5164;
        border-top: 1px solid #2b3e52;
        cursor: pointer;
    }
    .sidebar ul li li{
        border: 0;

    }
    .sidebar ul ul li:hover a{
        color:#29d8d1;

    }

    .sidebar ul ul li:hover .icon-right-dir-1::before{
         transform: rotate(90deg);
        transition: transform 0.5s ease;
    }
    .icon-left-open-1{
        font-size: 18px;
        padding-left: 5px;
        padding-right: 10px;

    }
    .icon-left-open-1::before{
        transition: transform 0.5s ease;

    }
    .sidebar i{
         transition: transform 0.5s ease;
    }
    .icon-right-dir-1{
        font-size: 15px;
        padding-left: 30px;
        padding-right: 10px;
        transition: transform 0.5s ease;
    }
    .icon-right-dir-1::before{
        transition: transform 0.5s ease;

    }
    .active_icon::before{
        transform: rotate(-90deg);
        transition: transform 0.5s ease;
    }
    .active_icon2::before{
        transform: rotate(-90deg);
        transition: transform 0.5s ease;
        color: #29d8d1;
    }


	/*  ---------------------------메뉴 토글 실행 코드 종료--------------------  */
	.search-bottom.search-input {
		float: left;
		display: inline-block;
	}
	.search-bottom button {
		margin-top: 0;
		width: 7%;
		border-radius: 5px;
		margin-left: -4px;
	}
	.step-href div a {padding: 0; width: 100%;}
	.main-freeconsult div span:first-of-type {
		padding-left: 2% !important;
		width: 52%;
	}
	.main-freeconsult div span:nth-of-type(2) {
		width: 100%;
	}
	.img_free {
		position: relative;
		display: inline-block;
		float: left;
		margin-top: -0.2%;
		border: none;
		width: 22%;
	}
	.partner-logos {
		display: block;
		/*margin-top: 8%;*/
	}
	.move2 div .slick-slide {
		height: 38px;
		margin-left: 1px;
	}
	.move2 div .slick-slide img {
		text-align: center;
		margin: 0 auto;
		/*width: 100%;*/
		height: 40px;
	}
	.search-bar {
		height: 88px !important;
	}
	.search-input {
		width: 88%;
		margin-top: 3%;
		text-align: center;
	}
	.search-bottom button {
		margin-top: 3%;
		width: 11%;
		border: none;
	}
	.search-bottom button > span {
		margin-left: -3px;
	}
	.consult-number span {
		font-size: 15px;
		position: absolute;
		left: 38%;
	}
	.p-dis-none {
		display: none;
	}
	.p-dis-block {
		width: 100%;
		text-align: center;
	}
	.main-paytype .d-type {
		width: 100%;
	}
	.main-paytype a:nth-of-type(2) .d-type {
    margin: 0;
	}
	.main-paytype a:nth-of-type(3) .d-type {
    display: none;
  }
	.d-type img {
		height: auto;
	}

	/* 태블릿 예약상담 */
	/* 사이드 퀵메뉴 */
	.quick-menu {
		display: block;
		opacity: 0;
		z-index: 999;
	}
	.mobile-quick-menu {
		opacity: 1;
		/*bottom: 10.5%;*/
		top: 61%;
		right: 2%;
		width: 50px;
		z-index: 999;
    	transition-duration: 0.7s;
    	-webkit-transition-duration: 0.7s;
	}
	.add-quicktrans {
		right: 0;
		width: 100%;
    	transition-duration: 0.7s;
    	-webkit-transition-duration: 0.7s;
	}
	.mobile-reservation {
		width: 50%;
		height: 50px;
		background: #ffde6c;
		border-radius: 0;
		text-align: center;
		cursor: pointer;
		z-index: 100;
		margin-bottom: 5px !important;
	}
	.quick-square {
		width: 100%;
		height: 50px;
	}
	.quick-talk {
		width: 100%;
		height: 70px;
		background-color: #00c73c;
		z-index: 999;
    	transition-duration: 0.7s;
    	-webkit-transition-duration: 0.7s;
	}
	.quick-talk img {
		height: 50px;
	}
	.talk_preview_area .talk_banner_link {
		height: 50px;
	}
	.clock p {
		font-size: 13px;
		color: #2a2a2a;
		font-weight: 600;
	}
	.extend {
		width: 100%;
		transition: all 0.5s;
		border-top: 1px solid #fff;
		background: #ffde6c;
		z-index: 9;
		position: absolute;
		right: 0;
		text-align: center;
		border-radius: 0;
		top: 0px;
	}
	.talk-extend {
		width: 100%;
		transition: all 0.5s;
		border-top: 1px solid #fff;
		background: #00c73c;
		z-index: 9;
		position: absolute;
		right: 0;
		text-align: center;
		border-radius: 0;
		top: 0px;
	}
	.open_clock {
		width: 300px;
		height: 50px;
		background: #ffde6c;
		position: absolute;
		opacity: 0;
		transform: translateY(300px);
	}
	.open_talk {
		width: 300px;
		height: 50px;
		background: #00c73c;
		position: absolute;
		opacity: 0;
		transform: translateY(300px);
	}
	.open_extend {
		opacity: 1;
		height: 435px;
		transition-duration: 0.7s;
		-webkit-transition-duration: 0.7s;
		transform: translateY(-192px);
		position: absolute;
		z-index: 99;
		top: -243px;
		width: 100%;
		right: 0;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.talk_extend {
		opacity: 1;
		height: 550px;
		transition-duration: 0.7s;
    	-webkit-transition-duration: 0.7s;
		transform: translateY(-192px);
		position: absolute;
		z-index: 99;
		top: -387px;
		width: 100%;
		right: 0;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	#pc_reserve_form.trans {
		opacity: 1;
		transition-duration: 0.7s;
		-webkit-transition-duration: 0.7s;
	}
	#pc_reserve_form {
		opacity: 0;
		transition-duration: 0.7s;
		-webkit-transition-duration: 0.7s;
	}
	.form-btn {
		margin-top: 0px;
	}
	.pc-reserve>div:first-of-type>i {
		font-size: 25px !important;
	}
	.pc-reserve div:first-of-type i {
		font-size: 43px;
		text-align: left !important;
		width: 8% !important;
		margin: 1%;
	}
	.icon-clock {
		width: 10%;
	}
	.pc-reserve div p {
		width: 100%;
		margin-left: 7%;
		float: left;
		font-weight: bold;
		font-size: 13px;
		text-align: left;
		color: #6c6c6c;
		margin-bottom: 10px;
		margin-top: 0%;
		padding-right: 20%;
		line-height: 1.8em;
		letter-spacing: -0.9px;
	}
	.pc-reserve input {
		margin-right: 10px;
		padding-right: 10px;
	}
	#pc_pop_submit {
		background-color: #ffde6c !important;
		width: 300px !important;
		height: 50px;
		z-index: 9999;
		position: absolute;
		right: 0;
		top: 342px;
		border-radius: 0;
		border-top: 1px solid #fff;
	}
	.pc-clock {
		text-align: center !important;
		margin: 0 auto;
		position: relative;
		width: 100% !important;
		padding-left: 0 !important;
		padding-top: 0px;
		padding-bottom: 2px;
		margin-top: 0 !important;
		color: #4a4a4a !important;
		font-size: 50px;
		float: left;
	}
	.quick-square span:last-of-type {
		display: none;
	}
	.pop-head-title {
		font-size: 24px;
		width: 70% !important;
		text-align: left !important;
		margin-top: 5% !important;
		color: #fff !important;
		padding-left: 14% !important;
		margin-bottom: 2% !important;
	}
	.pc-poptext {
		text-align: center !important;
		margin: 0 auto;
		position: relative;
		width: 100% !important;
		padding-left: 0 !important;
		margin-top: 0 !important;
		color: #000 !important;
		font-size: 16px;
	}
	.add-overflow {
		overflow: hidden;
	}
	.inner-pack ul li a {
		padding: 0px;
	}
	footer {
		height: 390px;
		margin-bottom: 4%;
	}
	footer ul {
		padding-left: 19%;
	}
	.foot-liright {
		display: none;
	}
	.foot-address {
		width: 100%;
		padding: 0 7%;
	}
	.apply-condition {
		width: 100%;
	}
	.title-more {
		margin: 1%;
	}
	.kakaoplus img {
		margin-top: 20% !important;
	}
	#tablet_hide {
		display: none;
	}
	#tablet_view {
		display: block;
	}



}


/* 태블릿 ~ 작은 해상도 */

@media all and (min-width:768px) and (max-width:977px) {
	/*사용자 해상도가 768px 이상이고 977px 이하일 때 이 코드가 실행됨. 아이패드 또는 비교적 작은 해상도의 랩탑이나 데스트탑에 대응하는 코드를 작성한다.*/
	/*  ---------------------------메뉴 토글 실행 코드 시작------------------------*/


	.pop {
		display: none;
	}

	.datetimepicker {
		position: fixed !important;
		right: 28% !important;
    left: 46% !important;
    top: 70% !important;
	}

	.header-scroll{
        display: none;
    }
	.menu-adv {
		display: none;
	}
	.toggle-box {
		display: none;
	}
	.navi {
		position: fixed;
		background-color: #33475c;
		width: 100%;
		padding: 0;
		margin: 0;
		z-index: 300;
/*		top: 5px;*/
		height: 51px;
		/*    overflow-y: scroll;*/
	}
	.navi img {
		position: absolute;
		width: 150px;
		top: 8px;
		left: 10px;
	}
	.nav-bar,
	.nav-bar ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	/*.drop-click-move {
		transform: translateX(-150px);
    	transition: all 0.7s;
	}*/
	.nav-bar li a {
		display: block;
		padding: 15px;
		font-weight: 700;
		letter-spacing: -0.8px;
		color: slateblue;
		text-decoration: none;
		color: #fff;
		font-size: 1.1em;
		transition: all 0.7s;
	}
	/*.nav-bar li a:hover {
		background-color: rgba(0, 0, 0, 0.15);
	}*/
	.sub-nav {
		display: none;
		position: absolute;
		background-color: #f96353;
		width: 130px;
		max-height: 350px;
		overflow-y: auto;
	}
	.dropdown > a:after {
		content: "\25BC";
		margin-top: 5px;
		margin-left: 5px;
		font-size: 0.7em;
		position: absolute;
		transition: .5s ease;
	}
	.active > a:after {
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.hamburger {
		display: none;
	}
	.nav-bar {
		display: none;
		width: 100%;
		text-align: center;
		max-height: 850px;
		overflow-y: scroll;
		overflow-x: hidden;
		border-top: 1px solid #738292;
	}
	.sub-nav {
		position: relative;
		width: 100%;
		display: none;
		background-color: rgba(0, 0, 0, 0.20);
	}
	.sub-nav li a {
		font-size: 14px;
		font-weight: 400;
		color: #000;
	}

	.hamburger {
		display: block;
	}
	.hamburger .line {
		width: 30px;
		height: 3px;
		background-color: #ffffff;
		display: block;
		margin: 8px auto;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.hamburger:hover {
		cursor: pointer;
	}
	.hamburger.is-active .line:nth-child(2) {
		opacity: 0;
	}
	.hamburger.is-active .line:nth-child(1) {
		-webkit-transform: translateY(9px) rotate(45deg);
		-ms-transform: translateY(9px) rotate(45deg);
		-o-transform: translateY(9px) rotate(45deg);
		transform: translateY(9px) rotate(45deg);
	}
	.hamburger.is-active .line:nth-child(3) {
		-webkit-transform: translateY(-13px) rotate(-45deg);
		-ms-transform: translateY(-13px) rotate(-45deg);
		-o-transform: translateY(-13px) rotate(-45deg);
		transform: translateY(-13px) rotate(-45deg);
	}

    .left-move{
        transform: translateX(-200px);
        transition: all 0.5s ease;
    }

    .left-move2{
        transform: translateX(-200px);
        transition: transform 0.5s ease;
    }

    .sidebar{
        height: 100%;
        width: 200px;
        background:#33475c;
        position: fixed;
        right: -200px;
         z-index: 500;
        text-align: left;
        transition: transform 0.5s ease;
	}
	.scroll-event {
		margin-top: 0;
	}

    .nav-header{
        width: 100%;
        height: 50px;
        background: #fff;
        text-align: center;
        position: fixed;
        background-image: url(../image/logo/design.png);
        background-repeat: no-repeat;
        background-position: 39px 15px;
        background-size: 120px 20px;
    }

    .sidebar ul{
        list-style: none;
        padding: 0;
/*        font-size: 15px;*/
        color: white;
		margin-bottom: 33px;
    }
    .sidebar ul ul{
        list-style: none;
        padding: 0;
        background: #203040;
        margin-top: 10px;
        margin-bottom: -10px;
        font-size: 12px;
        display: none;
    }
    .sidebar ul li{
        padding: 10px 0px;
        border-bottom: 1px solid #3e5164;
        border-top: 1px solid #2b3e52;
        cursor: pointer;
    }
    .sidebar ul li li{
        border: 0;

    }
    .sidebar ul ul li:hover a{
        color:#29d8d1;

    }

    .sidebar ul ul li:hover .icon-right-dir-1::before{
         transform: rotate(90deg);
        transition: transform 0.5s ease;
    }
    .icon-left-open-1{
        font-size: 18px;
        padding-left: 5px;
        padding-right: 10px;

    }
    .icon-left-open-1::before{
        transition: transform 0.5s ease;

    }
    .sidebar i{
         transition: transform 0.5s ease;
    }
    .icon-right-dir-1{
        font-size: 15px;
        padding-left: 30px;
        padding-right: 10px;
        transition: transform 0.5s ease;
    }
    .icon-right-dir-1::before{
        transition: transform 0.5s ease;

    }
    .active_icon::before{
        transform: rotate(-90deg);
        transition: transform 0.5s ease;
    }
    .active_icon2::before{
        transform: rotate(-90deg);
        transition: transform 0.5s ease;
        color: #29d8d1;
    }
	/*  ---------------------------메뉴 토글 실행 코드 종료--------------------  */
	.pc-design-logo {
		display: none;
	}
	.p-design-logo {
		display: block;
	}
	.logo_img.logo {
		opacity: 1;
		transition: all 0.5s;
	}
	.logo_img img:last-of-type {
		width: 19%;
	}
	.mobile-headtxt {
		display: block !important;
		width: 100%;
		font-weight: bold;
		font-size: 15px;
		color: #fff;
		float: left;
		margin-top: 13px;
		position: absolute;
		padding-top: 0%;
		padding-left: 0%;
	}
	.content-inner {
		width: 100%;
	}
	.sitemap .content-inner ul {
		width: 31%;
	}
	.sitemenu nav ul {
		width: 88%;
	}

	.navbar-toggle {
		display: block !important;
	}
	.navbar-collapse {
		display: none !important;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	#navbar-collapse > ul {
		display: none;
	}
	.add-overflow {
		overflow-y: hidden !Important;
		height: 1024px;
		max-height: 1024px;
	}
	.quick-menu {
		display: block;
	}
	.self-search {
		width: 41%;
		margin-bottom: 1px;
	}
	.search-bar {
		height: 156px !important;
	}
	.search-bar .search-top {
		display: block !important;
		height: 40% !important;
		padding-top: 3% !important;
	}
	.nav_wrap ul li {
		font-size: 12px !important;
	}
	.nav_wrap ul li a {
		font-size: 12px !important;
	}
	.nav_wrap ul li a::before {
		font-size: 12px !important;
	}
	.nav_wrap ul li a::after {
		font-size: 12px !important;
	}
	.toggled-menu {
		display: none !important;
	}
	.self-search {
		width: 100%;
		margin-bottom: 1px;
	}
	.img-slide {
		width: 100%;
		margin-left: 0;
		margin-bottom: 1px;
		height: 100% !important;
		max-height: 100% !important;
		min-height: 100% !important;
	}
	.img-slide img {
		width: 100%;
		height: 100%;
		min-height: 100% !important;
		max-height: 100% !important;
		border-top: none !important;
	}
	.main-banner .item,
	.main-banner .active {
		height: 100% !important;
		width: 100% !important;
	}
	.main-banner .item img {
		width: 100% !important;
		height: 100% !important;
	}
	.carousel-control.left, .carousel-control.right {
    height: 100px !important;
    top: 40% !important;
	}
	.news-tab {
		display: none !important;
	}
	.news-tab .tab-content div {
		min-height: 321px;
	}
	.consult-number {
		font-size: 14px;
		padding: 0;
	}
	.consult-number span {
		position: inherit;
		left: 0;
	}
	.pay-info tbody tr:first-of-type,
	.pay-info tbody tr:nth-of-type(2) {
		display: table-row !important;
	}
	.pay-info tr:nth-of-type(3) > td:first-of-type {
		width: 20%;
		min-width: 85px;
		padding-left: 14px;
	}
	.pay-info {
		height: 190px;
	}
	.p-dis-none {
		display: block;
	}
	.p-dis-block {
		width: auto;
	}
	.main-paytype,
	.shbank {
		min-width: inherit;
	}
	.shbank span:first-of-type {
		display: inline-block;
		position: relative;
		min-width: 140px;
		letter-spacing: 0.2px;
		color: #000000 !important;
		font-size: 14px;
		height: 30px;
		z-index: 400;
	}
	.back-info {
		width: 37%;
		border-top: 8px solid #4edfff;
		padding-right: 1.5px;
	}
	.warn-href,
	.step-href {
		display: block !important;
	}
	.warn-href {
		width: 29.8%;
		border-top: 8px solid #4edfff;
		padding: 0;
		margin: 0;
	}
	.warn-href div {
		width: 49.6% !important;
		float: left !important;
		min-height: 190px;
		padding: 14% 0;
	}
	.step-href {
		width: 33.2%;
		border-top: 8px solid #4edfff;
		margin: 0;
	}
	.step-href div {
		height: 63.3px;
		/* padding: 3% 19%; */
	}
	.step-href div img {
		/*margin-right: 0;*/
	}
	.main-info {
		margin-top: 0;
	}
	.main-paytype {
		margin: 1% 0;
		padding: 1% 0;
	}
	.main-paytype .d-type {
		width: 49.5%;
		margin: 0;
	}
	.main-paytype a:nth-of-type(2) .d-type {
    margin: 0 0.5%;
	}
	.main-paytype a:nth-of-type(3) .d-type {
    display: none;
  }
	.main-paytype .d-type img {
		width: 100%;
		height: auto;
	}
	.main-paytype .content-inner {
		height: 130px;
	}
	#more_board {
		display: block !important;
	}
	.main-freeconsult div {
		width: 32.8%;
	}
	.main-freeconsult div span:first-of-type {
		padding-left: 2% !important;
		width: 56%;
	}
	.main-freeconsult div span:nth-of-type(2) {
		width: 58%;
	}
	.main-freeconsult div span:last-of-type {
		margin-left: 5% !important;
	}
	.img_free {
		position: relative;
		display: inline-block;
		float: left;
		margin-top: -0.2%;
		border: none;
	}
	.table-title {
		font-size: 18px !important;
		font-weight: 600 !important;
	}
	.main-condition {
		transition: all 1.0s ease-out !important;
	}
	.apply-condition {
		width: 100%;
	}
	.apply-condition table tbody tr td {
		min-width: 74px !important;
	}
	.lowpx-scroll {
		width: 100%;
	}
	.lowpx-scroll .item {
		width: 20%;
		float: left;
	}
	.selector {
		display: none !important;
	}
	.color-green,
	.color-red,
	.color-blue,
	.color-yellow {
		font-size: 12px !important;
	}
	.partner-logos {
		/*margin-top: 6%;*/
		padding: 0 2%;
	}
	.move2 div .slick-slide {
		margin: 0 10px;
	}
	.move2 div .slick-slide img {
		width: 90%;
	}
	footer {
		height: 250px;
		margin-bottom: 0 !important;
	}
	.foot-logo {
		margin-left: 5% !important;
		width: 15%;
	}
	.foot-address {
		margin-left: 5% !important;
		width: 75% !important;
		float: right;
		padding: 2%;
	}
	.foot-inter {
		margin-left: 5% !important;
		width: 15% !important;
		padding: 0% !important;
	}
	.main-link {
		margin-bottom: 5%;
	}
	.main-link div .item {
		display: inline;
		width: 20%;
		float: left;
	}
	.main-link .circle {
		margin: -1px 32% !important;
	}
	.lowpx-scroll {
		height: 95px;
	}
	.search-input {
		width: 92%;
		letter-spacing: 0.2px;
		margin-top: 0;
	}
	.search-bottom button {
		margin-top: 0;
		width: 7%;
		border-radius: 5px;
		margin-left: -4px;
	}
	#respon_tabnews {
		display: block;
	}
	#mobile_inter {
		display: block;
		font-size: 14px !important;
	}
	.foot-address div span {
		text-align: left;
	}
	.foot-liright {
		display: block !important;
	}
	.partner-logos {
		display: block;
	}
	.warn-href img {
		margin-left: 38%;
	}
	.warn-href a div span {
		width: 100%;
		text-align: center;
		float: left;
	}
	#addr_p {
		display: block !important;
	}
	#addr_m {
		display: none !important;
	}
	.p-show-form {
		display: block !important;
		transition: all 1s !important;
		width: 100%;
		z-index: 9999 !important;
		top: -910px !important;
		position: absolute;
		background-color: #ffde6c;
	}
	#more_board {
		display: block !important;
	}
	footer ul {
		padding-left: 1%;
	}

	/* 태블릿 예약상담 */
	/* 사이드 퀵메뉴 */

	.sidebar ul li {
		padding: 10px 0;
		border-bottom: 1px solid #3e5164;
		border-top: 1px solid #2b3e52;
		cursor: pointer;
	}
	.quick-menu {
		opacity: 0;
		z-index: 999;
	}
	.mobile-quick-menu {
		opacity: 1;
		top: 68%;
		right: 0;
		width: 73px;
		z-index: 999;
    	transition-duration: 0.7s;
    	-webkit-transition-duration: 0.7s;
	}
	.add-quicktrans {
		right: 22%;
		width: 438px;
    	transition-duration: 0.7s;
    	-webkit-transition-duration: 0.7s;
	}
	.mobile-reservation {
		width: 50%;
		height: 50px;
		background: #ffde6c;
		border-radius: 0;
		text-align: center;
		cursor: pointer;
		z-index: 100;
		margin-bottom: 0;
	}
	.quick-square {
		width: 100%;
		height: 50px;
	}
	.quick-talk {
		width: 100%;
		height: 50px;
		background-color: #00c73c;
		z-index: 999;
	}
	.quick-talk img {
		height: 50px;
	}
	.talk_preview_area .talk_banner_link {
		height: 50px;
	}
	.clock p {
		font-size: 13px;
		color: #2a2a2a;
		font-weight: 600;
	}
	.extend {
		width: 100%;
		transition: all 0.5s;
		border-top: 1px solid #fff;
		background: #ffde6c;
		z-index: 9;
		position: absolute;
		right: 0;
		text-align: center;
		border-radius: 0;
		top: 0px;
	}
	.open_clock {
		width: 300px;
		height: 50px;
		background: #ffde6c;
		position: absolute;
		opacity: 0;
		transform: translateY(300px);
		transform-origin: 0%;
	}
	.open_extend {
		opacity: 1;
		height: 435px;
		transition-duration: 0.7s;
		-webkit-transition-duration: 0.7s;
		transform: translateY(-185px);
		position: absolute;
		z-index: 99;
		top: -191px;
		width: 439px;
		right: 0;
		border-radius: 10px;
		transform-origin: 0%;
	}
	#pc_reserve_form.trans {
		opacity: 1;
		transition-duration: 0.7s;
		-webkit-transition-duration: 0.7s;
	}
	#pc_reserve_form {
		opacity: 0;
		transition-duration: 0.5s;
		-webkit-transition-duration: 0.5s;
	}
	.form-btn {
		/* margin-top: 30px; */
	}
	.pc-reserve>div:first-of-type>i {
		font-size: 22px;
		text-align: left !important;
		width: 8% !important;
		margin: 1%;
	}
	.pc-reserve div p {
		width: 100%;
		margin-left: 7%;
		float: left;
		font-weight: bold;
		font-size: 15px;
		text-align: left;
		color: #6c6c6c;
		margin-bottom: 30px;
		margin-top: 0;
		padding-right: 17%;
		line-height: 1.8em;
		letter-spacing: -0.9px;
	}
	.pc-reserve input {
		margin-right: 10px;
		padding-right: 10px;
	}
	#pc_pop_submit {
		background-color: #ffde6c !important;
		width: 300px !important;
		height: 50px;
		z-index: 9999;
		position: absolute;
		right: 0;
		top: 342px;
		border-radius: 0;
		border-top: 1px solid #fff;
	}
	.pc-clock {
		text-align: center !important;
		margin: 0 auto;
		position: relative;
		width: 100% !important;
		padding-left: 0 !important;
		margin-top: 0 !important;
		color: #4a4a4a !important;
		font-size: 16px;
		float: left;
	}
	.pop-head-title {
		font-size: 27px;
		width: 70% !important;
		text-align: left !important;
		margin-top: 3% !important;
		color: #fff !important;
		padding-left: 12% !important;
		margin-bottom: 3% !important;
	}
	.pc-poptext {
		text-align: center !important;
		margin: 0 auto;
		position: relative;
		width: 100% !important;
		padding-left: 0 !important;
		margin-top: 0 !important;
		color: #000 !important;
		font-size: 16px;
	}
	.title-more {
		margin: 0.5% 1%;
	}
	   /*~~~ 카카오톡 플러스친구 추가 이후 ~~~*/
	.quick-plus-btn {
		opacity: 1;
		transform: translateX(0px);
	}
	.quick-menu {
		opacity: 1;
		z-index: 999;
		display: block;
	}
	.quick-reservation,
	.quick-talk,
	.kakaoplus {
		opacity: 0;
		transform: translateX(70px);
		transition: all 0.3s;
	}
	.show-minicon {
		opacity: 1;
		transform: translateX(0);
		transition: all 0.3s;
	}

	.kakaoplus,
	.quick-talk,
	.quick-square,
	.mobile-reservation,
	.talk_preview_area .talk_banner_link,
	.talk_preview_area,
	.talk_banner_preview {
		width: 40px;
		height: 40px !important;
		min-height: 40px !important;
		float: right;
		margin: 1px 0;
		border-radius: 10px;
	}
	#tablet_hide {
		display: none;
	}
	.kakaoplus {
		margin-top: 5px !important;
	}
	.kakaoplus span {
		display: none !important;
	}
	.quick-square span:last-of-type {
		padding: 0;
		font-size: 10px;
		width: 100%;
		display: block;
	}
	.extend span:first-of-type,
	.extend #tablet_view {
		display: none;
	}
}





@media (max-width:977px) {
	/* 카카오톡 플러스친구 등록 */
	.quick-plus-btn {
		opacity: 1;
		transform: translateX(0px);
	}
	.quick-menu {
		opacity: 1;
		z-index: 999;
		display: block;
	}
	.quick-reservation,
	.quick-talk,
	.kakaoplus {
		opacity: 0;
		transform: translateX(70px);
		transition: all 0.3s;
	}
	.show-minicon {
		opacity: 1;
		transform: translateX(0);
		transition: all 0.3s;
	}

	.kakaoplus,
	.quick-talk,
	.quick-square,
	.mobile-reservation,
	.talk_preview_area .talk_banner_link,
	.talk_preview_area,
	.talk_banner_preview {
		width: 50px;
		height: 50px !important;
		min-height: 50px !important;
		float: right;
		margin: 0;
		border-radius: 10px;
	}
	#tablet_hide {
		display: none;
	}
	.kakaoplus {
		margin-top: 5px !important;
	}
	.kakaoplus span {
		display: block !important;
		font-size: 10px !important;
		padding-top: 0px !important;
	}
	.quick-square span:last-of-type {
		padding: 0;
		font-size: 10px;
		width: 100%;
		display: block;
	}
	.extend span:first-of-type,
	.extend #tablet_view {
		display: none;
	}
	.talk_preview_area .ico_talk_banner {
		margin-left: 10% !important;
		width: 26px !important;
		/*height: 27px !important;
		margin-top: 15px !important;
		margin-bottom: 10px !important;*/

	}
	.talk_preview_area .talk_banner_desc {
		font-size: 10px;
		margin-left: -7px !important;
		line-height: 0px !important;
	}
	.add-quicktrans {
		right: 22%;
		width: 438px;
		transition-duration: 0.7s;
		-webkit-transition-duration: 0.7s;
	}
	.family-link {
		display: none;
	}

}

@media (max-width:425px) {

	.add-quicktrans {
		right: 0;
		width: 100%;
	}

	.open_extend {
		opacity: 1;
		height: 435px;
		transform: translateY(-130px);
		position: absolute;
		z-index: 99;
		top: -243px;
		width: 100%;
		right: 0;
		border-radius: 10px;
	}

}


/* 데스크탑 (1512까지) */

@media all and (min-width:978px) and (max-width: 1512px) {
	/*사용자 해상도가 978px 이상일 때 이 코드가 실행됨. 978px 이상의 랩탑 또는 데스크톱에 대응하는 코드를 작성한다.*/

	.pop {
		display: block;
	}
	.datetimepicker {
    /* display: inline-block !important; */
		left: initial !important;
		top: 45% !important;
	}
    .header-scroll{
        display: block;
    }
	.navi {
		display: none;
	}
	.toggle-box {
		display: block;
	}
	.pc-design-logo {
		display: block;
	}
	.p-design-logo {
		display: none;
	}
	.logo_img.logo {
		opacity: 0;
		transition: all 0.5s;
	}
	.content-inner {
		width: 1135px !important;
		height: 100%;
	}
	.main-paytype .content-inner {
		height: 90% !important;
	}
	.navbar-collapse {
		float: right !important;
		padding-right: 0 !important;
		width: 88% !important;
		margin-top: -1px;
	}
	#navbar-collapse > ul {
		display: block;
	}
	.header-scroll.trans .navbar-collapse {
		bottom: 0;
		left: 50%;
		transform: translateX(-13%);
		transition: all 1s;
	}
	.nav_wrap {
		background-color: transparent !important;
	}
	.sitemap {
		display: block !important;
		float: left;
	}
	.sitemenu {
		overflow: hidden;
		height: 55px !important;
	}
	.header-scroll {
		height: 84px !important;
	}
	.sitemenu img {
		width: 120px;
		padding-top: 16px !important;
	}
	.nav_wrap ul {
		-webkit-padding-start: 0 !important;
		width: auto !important;
	}
	.nav_wrap ul li {
		font-size: 12px !important;
	}
	.nav_wrap ul li a {
		font-size: 12px !important;
		padding: 11px 7px !important;
		font-weight: 600;
	}
	.nav_wrap ul li a::before {
		padding: 11px 7px !important;
	}
	.nav_wrap ul li a::after {
		font-size: 12px !important;
		padding: 11px 7px !important;
		margin-top: 1px;
	}
	.mobile-headtxt {
		display: none !important;
	}
	#menuToggle {
		display: none;
	}
	.menu-adv {
		display: none;
	}
	.ham_drop_menu {
		display: none;
	}
	.quick-menu {
		display: block !important;
	}
	.toggled-menu {
		float: left;
		margin-left: 12.5%;
    	width: 75%;
	}
	.home-text {
		display: block;
	}
	.self-search {
		width: 41.5%;
		margin-bottom: 1px;
		margin-right: 5px;
	}
	.search-top {
		display: block !important;
	}
	.search-bar {
		height: 156px !important;
	}
	.search-input {
		width: 88%;
	}
	.news-tab {
		display: block !important;
		width: 100%;
	}
	.news-tab .tab-content div {
		min-height: 391px;
	}
	.img-slide {
		width: 58%;
		margin-bottom: 1%;
		margin-right: 0;
	}
	.img-slide img {
		border-top: 8px solid #4edfff !important;
	}
	.main-banner .item,
	.main-banner .active {
		width: 100%;
		height: 100%;
	}
	.main-banner .item img {
		height: 594px !important;
		width: 100% !important;
	}
	.carousel-control.left, .carousel-control.right {
    height: 100px !important;
    top: 40% !important;
	}
	.p-dis-none {
		display: block;
	}
	.p-dis-block {
		width: auto;
	}
	.back-info {
		width: 35%;
		border-top: 8px solid #4edfff;
		height: 203px !important;
		min-height: 203px !important;
		max-height: 203px !important;
	}
	.pay-info {
		height: 100%;
	}

	.pay-info tbody tr:first-of-type,
	.pay-info tbody tr:nth-of-type(2) {
		display: table-row !important;
	}
	.shbank {
		min-width: inherit;
	}
	.warn-href,
	.step-href {
		display: block !important;
	}
	.warn-href {
		width: 29.8%;
		border-top: 8px solid #4edfff;
		padding: 0;
		margin: 0;
	}
	.warn-href div {
		width: 49.2% !important;
		float: left !important;
	}
	.warn-href a:first-of-type div {
		margin-left: 2px;
	}
	.warn-href a:last-of-type div {
		margin-right: 1px;
		margin-left: 2px;
	}
	.step-href {
		width: 33%;
		border-top: 8px solid #4edfff;
		margin: 0;
	}
	.step-href div {
		height: 62px;
		/* padding: 2% 26%; */
	}
	.consult-number p {
		display: block;
		font-size: 14px;
	}
	.consult-number span {
		position: inherit;
		left: 0;
	}
	.consult-number:nth-of-type(2) {
		min-width: 265px !important;
	}
	.warn-href {
		width: 32.3% !important;
		height: 61px !important;
	}
	.warn-href div {
		height: 100% !important;
		max-height: inherit;
		min-height: inherit;
		margin-left: 1px;
	}
	.step-href {
		height: 212px !important;
		width: 32.7% !important;
	}
	.step-href div {
		/* padding: 2% 27% !important; */
		height: 65.2px;
	}
	.main-paytype {
		height: 100%;
		padding: 1% 0;
		margin: 1% 0;
	}
	.main-paytype .d-type {
		width: 49.5% !important;
	}
	.main-paytype a:nth-of-type(2) .d-type {
    margin: 0 5px;
	}
	.main-paytype a:nth-of-type(3) .d-type {
    display: none;
  }
	.cons-detail {
		display: block !important;
	}
	.main-freeconsult div {
		padding-top: 3px;
		width: 32.8%;
	}
	.main-freeconsult div span:first-of-type {
		width: 10%;
		padding-top: 2%;
	}
	.main-freeconsult div span:nth-of-type(2) {
		width: 30%;
	}
	.main-freeconsult div span:last-of-type {
		width: 55%;
		margin-left: 5% !important;
		margin-top: 0;
		font-size: 12px !important;
	}
	.img_free {
		position: relative;
		display: inline-block;
		float: left;
		margin-top: -1.1%;
		border: none;
		width: 16%;
	}
	#current_search {
		margin: 0 4px;
	}
	#more_board {
		display: none !important;
	}
	.apply-condition {
		width: 33%;
	}
	.apply-condition table tbody tr td {
		min-width: inherit !important;
		max-width: 40px !important;
	}
	.lowpx-scroll {
		width: 100% !important;
		height: 120px;
		float: left;
		overflow-x: auto;
		overflow-y: hidden;
		margin: 0 auto;
	}
	#respon_tabnews {
		display: none;
	}
	#mobile_inter {
		display: none;
	}
	.news-tab {
		display: block;
	}
	.main-link {
		margin-bottom: 2% !important;
	}
	.main-link p {
		margin: 2% !important;
		font-size: 30px !important;
	}
	.main-link div .item {
		display: inline;
		width: 20%;
		float: left;
	}
	.main-link .circle {
		margin: -1px 33% !important
	}
	.main-logos {
		height: 75px;
		margin-top: 3%;
	}
	.main-logos ul {
		height: 100%;
	}
	.main-logos .inner-pack li {
		width: 14%;
		border: none;
		font-size: 14px !important;
		height: 100%;
		background-color: #f1f1f1;
	}
	.inner-pack ul li a {
		padding: 9% 0%;
	}
	.slick-arrow {
		display: none !important;
	}
	.main-link {
		margin-bottom: 0 !important;
	}
	.color-green,
	.color-red,
	.color-blue,
	.color-yellow {
		font-size: 14px !important;
	}
	footer {
		height: 200px;
		margin-bottom: 0;
	}
	footer ul {
		padding-left: 1%;
	}
	.foot-liright {
		display: block;
	}
	.foot-logo,
	.foot-inter {
		padding: 0;
	}
	.foot-logo {
		width: 23%;
		padding: 3% 0;
	}
	.foot-inter {
		width: 17%;
		padding: 1% 0;
	}
	.foot-inter img {
		width: 80%;
	}
	.foot-logo img {
		width: 80%;
	}
	.foot-address {
		width: 60% !important;
		text-align: left;
		padding-top: 0;
		padding: 0;
	}
	.foot-address div span {
		text-align: left;
		width: 82%;
		line-height: 1.6em;
	}
	#addr_p {
		display: block !important;
		width: 100%;
	}
	#addr_m {
		display: none !important;
	}
	.bold-white {
		display: block;
		width: 15% !important;
	}
	.navbar {
		min-height: inherit !important;
		border-radius: 0 !important;
		margin-bottom: 0 !important;
	}
	.header {
		height: 63px !important;
	}
	.main-display {
		margin-top: 100px;
	}
	.partner-logos {
		display: block;
		/*margin-top: 2%;*/
	}
	.move2 div .slick-slide img {
		width: 120px;
		height: 35px;
	}

	/* 예약상담 신청하기 */
	.quick-square {
		width: 73px;
		height: 73px !important;
	}
	.quick-talk {
		float: left;
		width: 73px !important;
		background-color: transparent;
	}
	.quick-talk img {
		width: 100%;
		height: 73px;
	}
	.talk_preview_area .talk_banner_link {
		height: 69px;
	}
	.talk_preview_area {
		display: inline-block !important;
		position: relative;
		text-align: center !important;
		width: 100%;
		height: 50px;
	}
	.talk_preview_area .talk_banner_preview {
		border-radius: 10px;
	}
	.talk_preview_area .ico_talk_banner {
		display: inline-block;
		width: 18px;
		height: 19px !important;
		margin-top: 11px !important;
		margin-bottom: 10px !important;
		background: url(../img/sp_talkbanner.png) no-repeat;
		background-position: 0 0;
		line-height: 999px;
		overflow: hidden;
		vertical-align: middle;
		float: left !important;
		width: 100% !important;
		margin-left: 33% !important;
	}
	.talk_preview_area .talk_banner_desc {
    	margin-left: -1px !important;
	}
	.mobile-quick-menu {
		width: 73px;
		top: 70% !important;
		right: 5%;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}
	.mobile-reservation {
		border-radius: 10px;
		margin-bottom: 10px;
		height: 73px;
	}
	.phone-reservation {
		width: 71px;
		height: 73px;
		background: #ffde6c;
		border-radius: 6px;
		text-align: center;
		cursor: pointer;
		z-index: 100;
	}
	.clock p {
		font-size: 13px;
		color: #2a2a2a;
		font-weight: 600;
	}
	.extend {
		width: 355px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		border-top: 1px solid #fff;
		background: #ffde6c;
		z-index: 9;
		position: absolute;
		right: 0;
		text-align: center;
		border-radius: 0;
		top: 0;
		padding-top: 12%;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.extend span {
		display: none;
	}
	.open_clock {
		width: 355px;
		height: 50px;
		background: #ffde6c;
		position: absolute;
		opacity: 0;
	}
	.open_extend {
		opacity: 1;
		height: 355px;
		transition-duration: 0.5s;
		-webkit-transition-duration: 0.5s;
		transform: translateY(-315px);
		position: absolute;
		z-index: 99;
		top: -29%;
		right: 0;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.pc-reserve > div:first-of-type > i {
		font-size: 20px;
		text-align: right !important;
		width: 8% !important;
		margin: 0;
	}
	.pc-reserve input {
		margin-right: 10px;
		padding-right: 10px;
		border-style: none;
		border: 1px solid #979797;
		height: 30px;
		/* margin-bottom: 3%; */
	}
	.pc-reserve div p {
		width: 88%;
		float: left;
		font-size: 12px;
		text-align: left;
		color: #000;
		margin-bottom: 4%;
		margin-top: 0%;
		padding-left: 2%;
		padding-right: 0%;
	}
	#pc_pop_submit {
		background-color: #ffde6c !important;
		width: 300px !important;
		height: 75px;
		z-index: 9999;
		position: absolute;
		right: 0;
		top: 342px;
		border-radius: 0;
		border-top: 1px solid #fff;
	}
	.pc-reserve>div:first-of-type>i {
		width: 10% !important;
	}
	.pc-clock {
		text-align: center !important;
		margin: 0 auto;
		position: relative;
		width: 100% !important;
		padding-left: 3px !important;
		margin-top: 5px !important;
		color: #4a4a4a !important;
		font-size: 16px;
		padding-bottom: 7px;
		float: left;
	}
	.pop-head-title {
		font-size: 23px;
		width: 62% !important;
		text-align: left !important;
		margin-top: 6% !important;
		color: #fff !important;
		padding-left: 17% !important;
		margin-bottom: 3% !important;
	}
	.pc-poptext {
		text-align: center !important;
		margin: 0 auto;
		position: relative;
		width: 100% !important;
		padding-left: 0 !important;
		margin-top: 0 !important;
		color: #000 !important;
		font-size: 16px;
	}
	.form-btn {
		margin-top: 0;
	}
	.title-more {
		margin: 2%;
	}
	.kakaoplus img {
		margin-top: 20% !important;
	}

	.family-link {
		width: 32%;
		display: inline-block;
		float: none !important;
		position: absolute;
		margin-top: 59.7%;
		left: 35.2%;
	}
	.family-link > div {
		height: 131px;
	}

}



@media all and (min-width:1512px) {



	.pop {
		display: block;
	}

	/* 1512~1920 편집~~ */
	.datetimepicker {
		position: fixed !important;
		right: 5% !important;
		top: 48% !important;
		left: inherit !important;
	}
    .header-scroll{
        display: block;
    }
	.navi {
		display: none;
	}
	.toggle-box {
		display: block;
	}
	.pc-design-logo {
		display: block;
	}
	.p-design-logo {
		display: none;
	}
	.logo_img.logo {
		opacity: 0;
		transition: all 0.5s;
	}
	.content-inner {
		width: 1400px !important;
		height: 100%;
	}
	.main-paytype .content-inner {
		height: 80% !important;
	}
	.navbar-collapse {
		transition: all 1s;
		padding-right: 0 !important;
		float: right;
		width: 100% !important;
		margin-top: -37px;
		height: 54px;
	}
	#navbar-collapse > ul {
		display: block;
	}
	.nav_wrap {
		background-color: transparent!important;
		margin-bottom: 0 !important;
	}
	.sitemap {
		display: block !important;
		float: left;
	}
	/* .sitemap .content-inner ul {
		width: 500px !important;
	} */
	.sitemenu {
		height: 55px !important;
	}
	.sitemenu img {
		width: 10% !important;
		padding-top: 15px !important;
	}
	.nav_wrap ul {
		-webkit-padding-start: 0 !important;
		width: auto !important;
		margin-bottom: 0 !important;
		height: 55px;
	}
	.nav_wrap ul li {
		font-size: 12px !important;
	}
	.nav_wrap ul li a {
		font-size: 14px !important;
		padding: 10.5px 9px !important;
		font-weight: 600;
	}
	.nav_wrap ul li a::before {
		padding: 10.5px 9px !important;
	}
	.nav_wrap ul li a::after {
		font-size: 14px !important;
		padding: 10.5px 9px !important;
	}
	.menu-adv {
		display: inline-block;
		margin-left: 4%;
	}
	.home-text {
		display: block;
	}
	.mobile-headtxt {
		display: none !important;
	}
	.selector {
		display: block !important;
	}

	.toggled-menu {
		float: left;
	}
	#menuToggle {
		display: none;
	}
	.ham_drop_menu {
		display: none;
	}
	.quick-menu {
		display: block !important;
	}
	.self-search {
		width: 33%;
		margin-top: 0;
	}
	.search-top {
		display: block !important;
	}
	.search-bar {
		height: 156px !important;
	}
	.search-bar .search-bottom {
		padding: 3% 2% 3% 4%;
	}
	.search-bar .search-bottom {
		width: 100%;
	}
	.search-input {
		width: 88%;
		letter-spacing: 0.5px;
		text-align: center;
	}
	.news-tab {
		display: block !important;
		width: 100%;
	}
	.news-tab .tab-content div {
		min-height: 367px;
	}
	.img-slide {
		width: 42%;
		margin-bottom: 1%;
		margin: 0 7px;
	}
	.main-banner .item,
	.main-banner .active {
		width: 100%;
		height: 100%;
	}
	.main-banner .item img {
		height: 570px !important;
		width: 100% !important;
		border-top: 8px solid #4edfff !important;
	}
	.pay-info tbody tr:first-of-type,
	.pay-info tbody tr:nth-of-type(2) {
		display: table-row !important;
	}
	.consult-number {
		padding: 10px;
	}
	.warn-href,
	.step-href {
		display: block !important;
	}
	.back-info,
	.warn-href,
	.step-href {
		width: 24%;
	}
	.shbank {
		min-width: inherit !important;
	}
	.back-info {
		border-top: 8px solid #4edfff;
	}
	.warn-href {
		border-top: none !important;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	.step-href {
		border-top: none !important;
	}
	.pay-link {
		font-size: 13px;
	}
	.consult-number p {
		display: block;
		float: right;
		font-size: 15px;
		padding-top: 6px;
	}
	.consult-number span {
		padding-right: 7px;
		padding-top: 2px;
		padding-left: 5px;
		margin-right: 0 !important;
		position: inherit;
		left: 0;
	}
	.consult-number:nth-of-type(2) {
		min-width: 237px !important;
	}
	.p-dis-none {
		display: block;
	}
	.p-dis-block {
		width: auto;
	}
	.step-href div {
		height: 59px;
	}
	.step-href div:nth-of-type(2) {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.warn-href div {
		width: 49.3% !important;
	}
	.warn-href div:first-of-type {
		margin-right: 0;
	}
	.warn-href div:last-of-type {
		margin-left: 0;
	}
	.main-paytype {
		padding: 0.5% 0;
		margin: 0.5% 0;
	}
	.main-paytype .d-type {
		width: 49.5%;
		margin: 0 !important;
		border: none !important;
	}
	.main-paytype a:nth-of-type(2) .d-type {
		margin: 0 7px !important;
	}
	.main-paytype a:nth-of-type(3) .d-type {
    display: none;
	}
	#more_board {
		display: none !important;
	}
	.cons-detail {
		display: block !important;
	}
	.main-freeconsult {
		height: 115px;
	}
	.main-freeconsult div {
		padding-top: 2.5%;
		width: 32.8%;
		height: 105px !important;
	}
	.main-freeconsult div span:first-of-type {
		width: 10%;
		font-size: 25px !important;
		padding-top: 0 !important;
	}
	.main-freeconsult div span:nth-of-type(2) {
		width: 30%;
		padding-top: 1%;
	}
	.main-freeconsult div span:last-of-type {
		margin-left: 30% !important;
		margin-top: -5%;
		font-size: 13px !important;
	}
	.img_free {
		position: relative;
		display: inline-block;
		float: left;
		margin-top: -7.7%;
		border: none;
		width: 12%;
	}
	.apply-condition {
		width: 33%;
	}
	.apply-condition .icon-plus-2 {
		transition: all 0.5s;
	}
	.apply-condition table {
		min-height: 280px;
	}
	.apply-condition table tr td {
		padding: 0 2%;
	}
	.apply-condition:hover .icon-plus-2 {
		-ms-transform: rotate(180deg);
		/* IE 9 */
		-webkit-transform: rotate(180deg);
		/* Safari 3-8 */
		transform: rotate(180deg);

	}
	.table-title {
		font-weight: bold;
		font-size: 20px !important;
	}
	#current_search {
		margin: 0 0.5%;
	}
	.lowpx-scroll {
		width: 100% !important;
		height: 120px;
		float: left;
		overflow-x: auto;
		overflow-y: hidden;
		margin: 0 auto;
	}
	#respon_tabnews {
		display: none;
	}
	#mobile_inter {
		display: none;
	}
	.news-tab {
		display: block;
	}
	.main-logos {
		height: 97px !important;
	}
	.inner-pack ul {
		height: 100%;
	}
	.inner-pack ul li a {
		padding: 12% 0%;
	}
	.carousel-control {
		display: block;
	}
	.carousel-control.left, .carousel-control.right {
		height: 100px !important;
    top: 40% !important;
	}
	.main-logos .inner-pack li {
		width: 14.2%;
		border: none;
		font-size: 14px !important;
		height: 100%;
		background-color: #f1f1f1 !important;
		margin: 0px 20px 0px 10px;
	}
	.main-link {
		margin-bottom: 0% !important;
	}
	.main-link p {
		margin: 2% !important;
		font-size: 30px !important;
	}
	.main-link .circle {
		margin: -1px 27% !important;
		margin-bottom: 1%;
	}
	.main-link div .item {
		width: 10%;
	}
	.main-display {
		margin-top: 105px;
	}
	.color-green,
	.color-red,
	.color-blue,
	.color-yellow {
		font-size: 18px !important;
	}
	.slick-arrow {
		display: block !important;
	}
	.move2 div .slick-slide {
		height: 55px;
	}
	.move2 div .slick-slide img {
		width: 150px;
		text-align: center;
		margin: 0 auto;
		height: 48px;
	}
	/*.move2 div.slick-track {
		padding: 0 2%;
	}*/
	footer {
		height: 210px;
		margin-bottom: 0;
	}
	footer ul {
		padding-left: 1%;
	}
	footer ul li {
		margin: 10px 1% !important;
	}
	.foot-liright {
		display: block;
	}
	.foot-logo,
	.foot-inter {
		padding: 0;
	}
	.foot-logo {
		width: 32%;
		padding: 3% 0;
	}
	.foot-inter {
		width: 17%;
		padding: 2% 0;
	}
	.foot-inter img {
		width: 50%;
		float: right;
		margin-right: 20%;
	}
	.foot-logo img {
		width: 38%;
	}
	.foot-address {
		width: 50% !important;
		text-align: left;
		padding-top: 15px;
		padding: 0;
	}
	.foot-address div span {
		text-align: left;
		width: 83%;
		line-height: 1.6em;
	}
	.addr-inter span {
		text-align: left;
		width: 83%;
	}
	footer div ul li a {
		color: #fff;
		font-size: 14px;
		font-weight: 800;
	}
	.addr-inter {
		display: block !important;
	}
	#addr_p {
		width: 100%;
		margin-top: 0;
		padding-top: 5px;
	}
	#addr_m {
		display: none !important;
	}
	.bold-white {
		display: block;
		width: 15% !important;
	}
	.partner-logos {
		display: block;
		margin: 1% 0;
	}
	.title-more {
		margin: 1.5% 2%;
	}



	/* 예약상담 신청하기 */
	.quick-square {
		width: 73px;
		height: 73px !important;
	}
	.quick-talk {
		float: left;
		width: 73px !important;
		background-color: transparent;
	}
	.quick-talk img {
		width: 100%;
		height: 73px;
	}
	.talk_preview_area .talk_banner_link {
		height: 69px;
	}
	.talk_preview_area {
		display: inline-block !important;
		position: relative;
		text-align: center !important;
		width: 100%;
		height: 50px;
	}
	.talk_preview_area .talk_banner_preview {
		border-radius: 10px;
	}
	.talk_preview_area.off .talk_banner_preview {background-color: #2cd250 !important;}
	.talk_preview_area .ico_talk_banner {
		display: inline-block;
		width: 18px;
		height: 19px !important;
		margin-top: 11px !important;
		margin-bottom: 10px !important;
		background: url(../img/sp_talkbanner.png) no-repeat;
		background-position: 0 0;
		line-height: 999px;
		overflow: hidden;
		vertical-align: middle;
		float: left !important;
		width: 100% !important;
		margin-left: 33% !important;
	}
	.talk_preview_area .talk_banner_desc {
    	margin-left: -1px !important;
	}
	.mobile-quick-menu {
		width: 73px;
		top: 70% !important;
		right: 3%;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}
	.mobile-reservation {
		border-radius: 10px;
		margin-bottom: 10px;
		height: 73px;
	}
	.phone-reservation {
		width: 71px;
		height: 73px;
		background: #ffde6c;
		border-radius: 6px;
		text-align: center;
		cursor: pointer;
		z-index: 100;
	}
	.clock p {
		font-size: 13px;
		color: #2a2a2a;
		font-weight: 600;
	}
	.extend {
		width: 355px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		border-top: 1px solid #fff;
		background: #ffde6c;
		z-index: 9;
		position: absolute;
		right: 0;
		text-align: center;
		border-radius: 0;
		top: 0;
		padding-top: 12%;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.open_clock {
		width: 355px;
		height: 50px;
		background: #ffde6c;
		position: absolute;
		opacity: 0;
	}
	.open_extend {
		opacity: 1;
		height: 355px;
		transition-duration: 0.5s;
		-webkit-transition-duration: 0.5s;
		transform: translateY(-290px);
		position: absolute;
		z-index: 99;
		top: -22%;
		right: 0;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.pc-reserve > div:first-of-type > i {
		font-size: 20px;
		text-align: right !important;
		width: 8% !important;
		margin: 0;
	}
	.pc-reserve input {
		margin-right: 10px;
		padding-right: 10px;
		border-style: none;
		border: 1px solid #979797;
		height: 30px;
		/* margin-bottom: 3%; */
	}
	.pc-reserve div p {
		width: 88%;
		float: left;
		font-size: 13px;
		text-align: left;
		color: #000;
		margin-bottom: 4%;
		margin-top: 0%;
		padding-left: 2%;
		padding-right: 0%;
	}
	#pc_pop_submit {
		background-color: #ffde6c !important;
		width: 300px !important;
		height: 75px;
		z-index: 9999;
		position: absolute;
		right: 0;
		top: 342px;
		border-radius: 0;
		border-top: 1px solid #fff;
	}
	.pc-reserve>div:first-of-type>i {
		width: 10% !important;
	}
	.pc-clock {
		text-align: center !important;
		margin: 0 auto;
		position: relative;
		width: 100% !important;
		padding-left: 3px !important;
		margin-top: 0 !important;
		color: #4a4a4a !important;
		padding-bottom: 6px;
		font-size: 16px;
		float: left;
	}
	.pop-head-title {
		font-size: 27px;
		width: 62% !important;
		text-align: left !important;
		margin-top: 6% !important;
		color: #fff !important;
		padding-left: 17% !important;
		margin-bottom: 3% !important;
	}
	.pc-poptext {
		text-align: center !important;
		margin: 0 auto;
		position: relative;
		width: 100% !important;
		padding-left: 0 !important;
		margin-top: 0 !important;
		color: #000 !important;
		font-size: 16px;
	}
	.form-btn {
		margin-top: 0;
	}
	.kakaoplus img {
		margin-top: 20% !important;
	}



}
