@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 {
	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;
    width: 1400px;
    height: auto;
    display: block;
    position: relative;
}


/* 서브 공통단 헤더 메뉴 */
/*-----------header START*/


.head-top {
	background: #417505;
	color: white;
	text-align: right;
	font-size: 11px;
	width: 100%;
	height: 24px;
}

.head-top span {
	padding: 6px 10px;
	cursor: pointer;
	line-height: 21px;
}
.head-top a:first-of-type span {
	background-color: #bad39f;
    color: #000;
}
.head-top div {
	width: 1400px;
	margin: auto;
	height: 100%;
}

.head-mobile {
	display: none;
}

.head-top div a{
	color: white;
}
.nameline {
	width: auto !important;
    display: inline-block;
    position: relative;
    padding-top: 1%;
    float: right;
    right: 25%;
}

.head-mid {
	width: 100%;
	background: white;
	border-bottom: 1px solid #979797;
	height: 52px;
}

.head-fixed {
	position: fixed;
	width: 100%;
	z-index: 2;
}

.head-mid img {
	margin-top: 10px;
	float: left;
}

.head-mid div {
	height: 100%;
	width: 1400px;
	margin: auto;
}
.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.mylink {
	color: #59b2ff !important;
	border-bottom: 1px solid #59b2ff;
}
.mob-myinfo {
	display: none;
}
/*  헤더 메뉴 마우스오버 효과  */

.nav_wrap {
	width: 100%;
    float: left;
    border-radius: 0 !important;
    min-height: 51px !important;
    background-color: transparent !important;
    margin-bottom: 0 !important;
}

.nav_wrap ul {
	float: right;
    list-style: none;
    text-align: center;
    -webkit-padding-start: 0 !important;
    width: auto;
    margin-bottom: 0;
    height: 51px;
}

.nav_wrap ul li {
	display: inline-block;
	float: left;
	height: 51px;
	line-height: 2.9em;
	color: #7f7f7f;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
}

.nav_wrap ul li a {
	color: transparent;
    margin: 0px;
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    padding: 7.5px 19px;
}

.nav_wrap ul li a::before {
	content: attr(data-title);
	display: block;
	position: absolute;
	top: 0%;
	left: 0px;
	color: #535353;
	font-weight: 600;
	transition: all 0.5s;
	padding: 7.5px 19px;
}

.nav_wrap ul li a::after {
	content: attr(data-title);
	display: block;
	position: absolute;
	top: 100%;
	left: -1px;
	color: #fff;
	background-color: #81b345;
	font-weight: 600;
	font-size: 15px;
	transition: all 0.5s;
	padding: 7.5px 19px;
}

.nav_wrap ul li a:hover::before {
	top: -100%;
}

.nav_wrap ul li a:hover::after {
	top: 0%;
}


/* 사이트메뉴 */

.sitemenu {
	text-align: right;
	float: left;
	width: 100%;
	position: absolute;
	display: block;
	height: 55px;
	margin-top: 25px;
}

.sitemenu img {
    float: left;
    width: 10%;
    padding-top: 15px;
    cursor: pointer;
}
.p-design-logo {
	display: block;
	padding-left: 10px;
}

.mobile-headtxt {
	display: none;
}

.menu-divide {
	border-right: 1px solid #b9b9b9;
	height: 11px;
	float: right;
	margin-top: -34px;
}

li:last-of-type span.menu-divide {
	display: none
}






/* 헤더스크롤 */

.header-scroll {
	position: fixed;
	height: 84px;
	transition: all 0.3s ease-out;
	background-color: #fff;
	z-index: 9;
	border-bottom: 1px solid #979797;
}

.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 {

	width: 1300px;
	left: 50%;
	transform: translateX(-50%);
	height: auto;
	position: fixed;
	top: 74px;
	z-index: 2;
}

.toggle-menu-wrap {
	width: 1300px;
	margin: 0 auto;
}

.toggled-menu {
	min-width: 1045px;
	width: 85%;
	margin: 0 auto;
	box-shadow: 1px 1px 3px 0 rgba(140, 140, 140, 0.5);
	float: left;
}

.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;
	background-color: #fff !important;
	border: solid 1px #3cc47c;
	border-left: 1px solid #ababab;
	box-shadow: 2px 2px 3px 0 rgba(140, 140, 140, 0.5);
}

.menu-box {
	float: left;
	text-align: left;
	display: inline-block;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #979797;
}

.menu-box:hover {
	background-color: #f4fdea;
}

.menu-box:last-of-type {
	border-bottom: none;
}

.menu-title {
	color: #417505;
	font-weight: bolder;
	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 {
	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: #bad9b2;
    color: #3a3a3a;
	font-weight: 700;
	height: 30px;
	line-height: 2.3em;
	transition: all 0.3s;
}

.menu-adv {
	width: 15%;
	height: 582px;
	float: left;
	background-color: #fafffc;
	border: 1px solid #3cc47c;
	border-right: none;
	text-align: center;
	box-shadow: 1px 1px 3px 0 rgba(140, 140, 140, 0.5);
}

.menu-adv div {
	margin-top: 95px;
}

.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 {
	display: block;
}

/*-----------menu END*/

.hamburger {
	display: none;
}

.sidebar {
	display: none;
}



/* main */

.home-text {
	float: left;
	text-align: left;
	color: #ffffff;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.8em;
	display: block;
}

.body-top {
	float: left;
	width: 100%;
	text-align: center;
}

.main-info {
	float: left;
	width: 100%;
}

.main-info div {
	height: auto;
	float: left;
}





/* self-search */

.search-bar {
    width: 100%;
    height: 156px !important;
    background-color: #00c73c;
    border: 1px solid #979797;
	border-top: none;
}

.search-bar .search-top {
	width: 100%;
	height: 40%;
	float: left;
	padding-top: 5%;
	display: block;
	border-top: 8px solid #00c73c;
}

.search-top span:first-of-type {
	color: #ffffff;
	font-size: 22px;
}

.search-top span:last-of-type {
	font-size: 21px;
	color: #ffffff;
	font-weight: bold;
}

.search-bar .search-bottom {
	width: 100%;
	height: 60%;
	margin: 0;
	padding: 3% 2% 3% 4%;
	float: left;
	display: inline-block;
	position: relative;
}

.search-bottom button {
	float: left;
	border: 3px solid #3a3a3a;
	background-color: #3a3a3a;
	height: 47px;
}

.text-black {
	color: #000 !important;
}

.text-red {
	color: #fe0047;
}
.text-yellow {
	color: #ffec08;
}
.text-bold {
	font-weight: bold !important;
}
.text-gray {
	color: #5d5d5d !important;
}
.text-gray:hover {
	cursor: pointer;
	background-color: #e8f3ec;
}

.search-input {
	float: left;
	width: 88%;
	border: 4px solid #3a3a3a;
	font-size: 12px;
	padding: 1%;
	height: 47px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #b3b3b3 !important;
	text-align: center;
}

.news-tab {
	margin-top: 1%;
	width: 100%;
	float: left;
	min-height: 391px;
	display: block;
}

.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: #fafffc !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: #fafffc;
}

.news-tab .nav li a {
	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: #00c73c;
	color: #fff;
	padding: 7px 55px;
	border-radius: 0;
	margin: 17px 30px !important;
	font-weight: 700;
	font-size: 13px;
	position: absolute;
	bottom: 3%;
	left: 27%;
}

#tab-news thead {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

#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;
	font-size: 12px;
	text-align: center;
}

#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;
}
#tab-news tbody tr td:last-of-type {
    max-width: 150px;
}






/* img slide */


.carousel-control {
	display: block;
	background: transparent !important;
	margin: 0 4%;
}

.main-banner div {
	display: inline;
}

.slick-prev:before,
.slick-next:before {
	color: #000 !important;
}
.pcbanner {
	display: inline-block;
}
.mobanner {
	display: none !important;
}




/* bank */

.bank-info div {
	height: 20%;
}

.pay-info {
	float: left;
	width: 100%;
	height: 60px;
}

.pay-info tr:nth-of-type(3) > td:first-of-type {
	min-width: 97px;
	width: 97px;
	padding-left: 15px;

}

.p-dis-block {
	display: block;
	width: auto;
}

.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: inherit !important;
	border-top: none;
	text-align: center;
}

.shbank img {
	text-align: center;
	margin: 2% 0;
}

.shbank span:first-of-type {
	width: 100%;
	float: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.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;
	text-align: center;
}
.pay-link > a {
	display: inline-block;
  width: 100px;
  height: 50%;
  /*padding-top: 12px;*/
}
.pay-link > a > span:first-of-type {
	color: #004916;
	font-weight: bold;
}
.pay-link > a > span:last-of-type {
	color: #404040;
	font-weight: 400;
}

.consult-number {
    background-color: #3a3a3a;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-right: 1px solid #3a3a3a;
    padding: 10px;
}

.consult-number span {
	font-size: 13px;
	color: #ef005d;
	float: left;
	padding-right: 7px;
    padding-top: 2px;
    padding-left: 5px;
    margin-right: 0 !important;
    position: inherit;
    left: 0;
}

.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%;
}

.icon-lock-2{
	color: #ef0000;
}

/* 경고장 안내 */


.warn-href div {
	width: 49.3%;
	padding: 10% 0;
	min-height: 120px;
	max-height: 165px;
	font-size: 15px;
	cursor: pointer;
}

.warn-href a:first-of-type div {
	border: 1px solid #979797;
	margin-right: 1px;
}

.warn-href a:last-of-type div {
	border: 1px solid #979797;
	float: right;
}

.warn-href img {
	margin-bottom: 8%;
}



/* 등록절차 바로가기 */

.step-href {
	margin-top: 2px;
	font-weight: 700;
}

.step-href div {
	float: left;
	width: 100%;
	height: 63px;
  margin-bottom: 3px !important;
	text-align: center;
	cursor: pointer;
}

.step-href div img {
	width: 50px;
	float: left;
	margin-right: 8%;
}

.step-href div span {
	text-align: left;
	float: left;
	/*padding-top: 4px;*/
	font-weight: 300;
}

.step-href div span:last-of-type {
	padding-top: 0px;
}
.step-href div:first-of-type {

	 background-color: #d7f8fa;
	 border: 1px solid #d7f8fa;
}
.step-href div:nth-of-type(2) {
	background-color: #cfe7f1;
	border: 1px solid #cfe7f1;
}
.step-href div:last-of-type {
	 background-color: #c4e5f5;
	 border: 1px solid #c4e5f5;
}





/* 결제유형  */
.m-d-type {
	display: none;
}
.main-paytype {
    width: 100%;
    height: 204px;
    float: left;
    background-color: #f1f1f1;
    margin: 1% 0;
    padding: 0.5% 0;
    display: inline-block;
    position: relative;
}

.main-paytype .inner-pack {
	padding: 0;
	height: 100%;
}

.main-paytype .d-type {
	width: 49.5%;
	height: 155px;
	float: left;
	border: none;
	background-color: #fff;
	margin: 1% 0;
	display: inline-block;
}
.inner-pack .d-type:last-of-type {
	margin-left: 1%;
}
.type-title {
	width: 100%;
	height: 35px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8em;
	display: inline-block;
}
.two-way {
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 1% 0;
}
.two-way > div {
	display: inline-block;
	position: relative;
	float: left;
}
.two-way > div:first-of-type {
	width: 51%;
	border-right: 1px solid #d8d8d8;
	padding-right: 5px;
}
.two-way > div:last-of-type {
	width: 49%;
}
.two-way div > div:first-of-type {
	width: 30%;
	float: left;
	padding: 1% 4%;
}
.two-way div > div:last-of-type {
	width: 70%;
	float: left;
	padding-left: 4%;
}
.two-way div > div:last-of-type > p:first-of-type {
	font-size: 13px;
    color: #3c3c3c;
    text-align: left;
    margin: 6px 0 0 0;
    font-weight: 600;
}
.two-way div > div:last-of-type > p:last-of-type {
	text-align: left;
	margin: 2px 0;
}
.two-way .glyphicon-chevron-right {
	font-size: 12px;
}
.pay-important span:first-of-type {
	color: #fd2f00;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -1.8px;
	margin-right: 7px;
}
.pay-important span:last-of-type {
	font-size: 15px;
	color: #686868;
}
.left-pay {
	width: 75px !important;
	border: 3px solid #d2e3c0;
	border-radius: 50%;
	height: 75px !important;
	font-size: 18px;
	color: #cd0050;
	background-color: transparent;
	padding-top: 22px !important;
	font-weight: 500;
}
.right-pay {
	width: 75px !important;
	border: 3px solid #d2e3c0;
	border-radius: 50%;
	height: 75px !important;
	font-size: 18px;
	color: #3291ff;
	background-color: transparent;
	padding-top: 22px !important;
	font-weight: 500;
}
.waymore {
	border: none;
	background-color: #f0f0f0;
	color: #505050;
	width: 100px;
	font-size: 13px !important;
	border-radius: 0 !important;
	line-height: 1.0 !important;
	float: left;
}



/* 예약상담 신청하기 */
.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 #60d282;
	background-color: #ffffff;
	float: right;
	margin-top: 5px;
	cursor: pointer;
	opacity: 0;
	transform: translateX(60px);
}
.quick-plus-btn:hover,
.quick-plus-btn:focus {
	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;
}
.quick-square {
	width: 73px;
	height: 73px !important;
	border-radius: 10px;
	float: right;
}

.quick-talk {
	float: left;
	width: 73px;
	height: 73px;
	background-color: transparent;
	cursor: pointer;
}

.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: 20px !important;
	margin-top: 15px !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%;
	margin-left: 33% !important;
}

.talk_preview_area .talk_banner_desc {
	margin-left: -1px !important;
}

.mobile-quick-menu {
	width: 73px;
	top: 70%;
	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(-355px);
	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 {
	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;

	margin-right: 10px;
	padding-right: 10px;
	border-style: none;
	border: 1px solid #979797;
	height: 30px;
	/* margin-bottom: 3%; */
}

.pc-reserve div p {
	width: 95%;
    float: left;
    font-size: 13px;
    text-align: left;
    color: #3e3e3e;
    margin-bottom: 4%;
    margin-top: 0%;
    padding-left: 8%;
    padding-right: 0%;
    font-weight: 600;
}

#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%;
	padding-left: 3px !important;
	margin-top: 6px !important;
	color: #4a4a4a !important;
	font-size: 16px;
	float: left;
	font-size: 43px;
	/* text-align: left !important;
	width: 8% !important;
	margin: 1%; */
}

.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;
}


.kakaoplus {
	display: inline-block;
	width: 73px;
	height: 73px;
	margin-top: 5px;
	border-radius: 10px;
	background-color: #ffeb00;
	z-index: 9999;
	cursor: pointer;
}
.kakaoplus img {
	width: 22px;
	margin-top: 23%;
	margin-bottom: 5px;
}



/* pc버전일때의 예약상담 신청하기 css */

.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-square span:first-of-type {
	font-size: 21px;
	font-weight: bold;
	width: 100% !important;
	height: 100%;
}

.quick-square span:last-of-type {
	padding: 0 5%;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	width: 100%;
	right: 0;
	display: inline-block;
	margin-top: 60%;
}
.extend #tablet_view {
	margin-top: 30px;
}

.pc-reserve span {
	float: left;
	display: inline-block;
	width: 36%;
	text-align: left;
	font-weight: 700;
	color: #6a6a6a;
	padding-left: 0;
	margin: 5px 0;
}

#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-btn {
/*	margin-top: 0;*/
	width: 100%;
	height: 32px;
	float: right;
	margin-top: 10px;
	text-align: center;
}

.form-container {
	width: 100%;
	height: auto;
	position: relative;
}

.form-container div {
	position: relative;
	display: inline-block;
	width: 87%;
	height: 40px;
}

.pc-pop-close {
	text-align: right;
	float: right;
	font-size: 20px;
	z-index: 500;
	cursor: pointer;
}

.test {
	opacity: 0;
	transition: 1s;
	transition-delay: 1s;
	height: 73px;
	transform: translateX(60px);
}

.test1 {
	opacity: 1;
	transition: 1s;
	transition-delay: 1s;
	transform: translateX(0px);
}
#tablet_hide {
	display: none;
}

.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: 115px;
	float: left;
	margin-bottom: 1%;
}

.main-freeconsult div {
	width: 32.8%;
	height: 100%;
	float: left;
	border: 1px solid #979797;
	background-color: #fff;
	color: #505050;
	cursor: pointer;
	padding: 0;
	margin: 0;
	padding-top: 2.5%;
}

.main-freeconsult #frDesignSearch .cons-icon,
.main-freeconsult #frDesignSearch .cons-title {
	color: #004715;
}

.main-freeconsult #frDesignConsult .cons-icon,
.main-freeconsult #frDesignConsult .cons-title {
	color: #004715;
}
.main-freeconsult #frIdeaConsult .cons-icon,
.main-freeconsult #frIdeaConsult .cons-title {
	color: #004715;
}

.main-freeconsult div span:first-of-type {
	font-size: 20px;
	float: left;
	padding-left: 3%;
	width: 10%;
    font-size: 25px !important;
    padding-top: 0 !important;
}

.main-freeconsult div span:nth-of-type(2) {
	font-size: 15px;
	font-weight: 600;
	margin-left: 5%;
	float: left;
	width: 21%;
    padding-top: 1%;
}

.main-freeconsult div span:last-of-type {
	font-size: 13px;
    text-align: left;
    margin-left: 45%;
}

#frDesignConsult {
	margin: 0 0.8%;
}

/* 모달 */
.modalbox-head {
    width: 100%;
    text-align: center;
    float: left;
    padding: 8px 9px 7px 20px !important;
}
.modalbox-cont {
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
}
.modalbox-cont div {
    width: 100%;
    float: left;
    text-align: left;
    min-height: 27px;
    margin: 3px 0;
}
.modalbox-cont div span {
    width: 25%;
    float: left;
    color: #21364b;
    font-size: 13px;
    font-weight: 500;
    padding-left: 15px;
}
.modalbox-foot {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
.modalbox-cont div input {
    width: 66%;
    float: left;
    border-radius: 4px;
    border: solid 1px #979797;
    height: 27px;
    background-color: #effdff;
    font-size: 13px;
    padding-left: 10px;
}



/* 신청현황 테이블 */

.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 #00c73c !important;
	border-bottom: none !important;
	border: 1px solid #9a9a9a;
	margin-top: 2%;
}


.table-title button {
	background-color: #fff !important;
	float: right;
	color: #919191;
}

.table-title button span {
	float: right;
	font-size: 20px;
}

.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: #007122;
	text-align: center;
}

.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;
	text-align: center;
}
.apply-condition table tbody tr td:nth-of-type(2) {
	text-align: left;
}
.receipt-list tbody tr td:nth-of-type(2) {
	text-align: center !important;
}

.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;
}


.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: #e9f7ed;
}
.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 #00c73c;
    background-color: #00c73c;
    margin: 2% 2%;
    padding: 2px;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s;
    text-align: center;
    width: 15%;
}
.title-more:hover {
	background-color: #fff;
	color: #00c73c;
	transition: all 0.3s;
}






/* 특허를 만들어드립니다 */
.make-patents {
	width: 100%;
	float: left;
	display: block;
	min-height: 200px;
	position: relative;
}
.make-patents > div {
	width: 33%;
	display: inline-block;
	float: left;
	position: relative;
	height: auto;
  min-height: 551px;
}
.receipt-list {
	max-height: 487px;
}

/* 특허출원절차안내 */
.patent-step {
	width: 100%;
	float: left;
}
.first-left {
	padding: 0 !important;
	width: 100%;
	border: none !important;
}
.first-left > div {
	padding: 3%;
	border: 1px solid #9a9a9a;
}
.make-first > div{
	border: 1px solid #9a9a9a;
	text-align: left;
	float: left;
	padding: 5% 4%;
	min-height: 111px;
}
.patent-step img {
	display: inline-block;
	position: relative;
	width: auto;
	float: left;
	padding-right: 4%;
    padding-left: 2%;
}
.patent-step span {
	width: 83%;
	display: inline-block;
	position: relative;
	float: left;
}
.patent-step span:first-of-type {
	color: #4d4d4d;
	font-size: 17px;
	font-weight: 700;
}
.patent-step span:nth-of-type(2) {
	color: #417505;
	font-size: 13px;
	vertical-align: text-bottom;
}
.patent-step span:last-of-type {
	color: #505050;
	font-size: 14px;
}
.patent-step a:not(#firstInfoLink) {
	padding: 1px 10px;
	font-size: 12px;
	float: left;
	border: 1px solid #d3d3d3;
	color: #888;
	border-radius: 0;
	margin-right: 2%;
	margin-top: 5px;
}
#firstInfoLink {
	width: 100%;
  height: 100%;
  display: inline-block;
}
.patent-info {
	width: 100%;
	height: 330px;
}
.patent-info-ul {
	width: 100%;
}
.patent-info-ul > li {
	width: 50%;
	display: inline-block;
	float: left;
	margin: 3% 0;
}
.patent-info-ul > li > a {
	width: 100%;
	display: inline-block;

}
.patent-info-ul > li div {
	width: 57px;
    height: 57px;
    background-color: #00c73c;
    display: inline-block;
    float: left;
    border-radius: 3px;
}
.patent-info-ul > li div i {
	margin: 0 auto;
    text-align: center;
    padding: 13% 9% 0 9%;
	color: #fff;
	font-size: 35px;
}
.patent-info-ul > li  span {
		color: #616161;
		height: 57px;
    display: inline-block;
    width: auto;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    padding-top: 7px;
    margin-left: 15px;
}
.m-make-third {display: none !important;}


/* 등록 미리보기 */
.template-preview {
	width: 100%;
	display: inline-block;
	margin-top: 4.5%;
}
.template-preview li {
	width: 33.3%;
	height: 45px;
	border: 1px solid #e2e2e2;
	float: left;
	display: inline-block;
	position: relative;
	line-height: 3.0em;
}
.template-preview li a {
	color: #333;
	width: 100%;
	height: 100%;
	display: inline-block;
	font-size: 13px;
}
.template-preview li a:hover {
	background-color: #7ed321;
	color: #fff;
	border: 1px solid #7ed321;
}




/* main-logos */

.main-logos {
	width: 100%;
	height: auto;
	float: left;
	background-color: #f1f1f1;
	margin-top: 2%;
}

.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-lightgreen {
	color: #00942d;
}

.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: 2% 23%;
}

#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;
}

.m1 {
	margin: 0 !important;
	margin-bottom: 90px !important;
}

.main-textbox {
	display: inline-block;
	text-align: left;
	width: 70% !important;
	border: none !important;
	min-height: 10% !important;
	margin-left: 5px;
	padding: 0ox !important;
}
.main-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 7px !important;
}


/* partner logos */

.partner-logos {
	width: 100%;
	height: 60px;
	display: inline-block;
	float: left;
	margin: 5px;
}
/* 파트너스  */
.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%;
}


/*-----------footer START*/

.foot-wrap {
	height: 203px;
	width: 100%;
	background: #54594d;
	color: white;
	padding-top: 15px;
	/* margin-top: 3%; */
	float: left;
	padding-bottom: 60px;

}

.foot-wrap a {
	color: white;
}

.foot-top {
	width: 1500px;
	margin: auto;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	overflow: hidden;
	font-size: 15px;
	padding: 10px 0px;
	margin-bottom: 20px;
}

.foot-top span {
	padding: 0px 10px 0px 10px;

}

.foot-left-text {
	float: left;
}

.foot-right-text {
	float: right;
}

.foot-bottom {
	width: 1500px;
	margin: auto;
	text-align: center;
	font-size: 11px;
}

.foot-bi-logo {
	display: inline-block;
	float: left;
	margin-left: 100px;
	margin-top: 30px;
}
.foot-bi-logo img {
	width: 200px;
}

.foot-adress {
	display: inline-block;
	text-align: left;
}

.foot-ci-logo {
	display: inline-block;
	float: right;
	margin-right: 100px;
	margin-top: 15px;
}

.foot-bi-title {
	display: block;
}

.foot-title {
	font-weight: bold;
	padding-right: 20px;
}

.foot-bi-text p:first-of-type {
	padding-bottom: 50px;
}

.foot-sub-text {
	color: #a9a9a9;
}

.foot-bi-text {
	display: inline-block;

}

.foot-ci-text {
	display: inline-block;
	width: 475px;
}

/*-----------footer END*/


/* 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: 12%;
	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: 77%;
	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: 38px !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;
	height: 50px;
}

.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: 15px !important;
	margin-top: 4px !important;
	margin-bottom: 5px !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: 47% !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;
}



/* 공통 클래스 지정 - 해상도별 미리어쿼리에 달라지는 속성만 변경 */

.boardicon-trans {
	transform: rotate(180deg);
}

.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;
}





/* ~~~~ 새로 들어감 ~~~~ */

.pop {
	display: block;
}

.datetimepicker {
	position: fixed !important;
	right: 5% !important;
	top: 48% !important;
	left: auto !important;
}

.navi {
	display: none;
}
.pc-design-logo {
	display: block;
}

.p-design-logo {
	display: none;
}

.logo_img.logo {
	opacity: 0;
	transition: all 0.5s;
}
.main-paytype .content-inner {
	height: 80% !important;
}

.navbar-collapse {
	transition: all 1s;
	padding-right: 0 !important;
	float: right;
	width: 100% !important;
	margin-top: -44px;
	height: 54px;
}

#navbar-collapse > ul {
	display: block;
}


.selector {
	display: block !important;
}

#menuToggle {
	display: none;
}

.ham_drop_menu {
	display: none;
}

.self-search {
	width: 33%;
	margin-top: 0;
}
.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 #00c73c !important;
	border: 1px solid #979797;
}

.pay-info tbody tr:first-of-type,
.pay-info tbody tr:nth-of-type(2) {
	display: table-row;
}

.back-info,
.warn-href,
.step-href {
	width: 24%;
}
.back-info {
	border-top: 8px solid #00c73c;
}

.warn-href {
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: 700;
    min-height: 120px;
}

.consult-number p {
	display: block;
	float: right;
	font-size: 15px;
	padding-top: 6px;
	text-align: center;
}

.consult-number:nth-of-type(2) {
	min-width: 237px !important;
}

.p-dis-none {
	display: block;
}

#more_board {
	display: none !important;
}

.cons-detail {
	display: block !important;
}


.img_free {
	position: relative;
	display: inline-block;
	float: left;
	margin-top: -7.7%;
	border: none;
	width: 12%;
}

.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);

}

#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;
}

.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;
}

.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;
}

.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: 87%;
	line-height: 1.6em;
}

.addr-inter span {
	text-align: left;
	width: 87%;
}

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: 10% !important;
}

.partner-logos {
	display: block;
	margin: 1% 0;
}


/* 미디어쿼리 시작 */

@media all and (max-width:1520px) {

	.content-inner {
		max-width: 1135px;
	}

	.head-top div {
		width: 1135px;
	}
	.head-mid div {
		width: 1260px;
	}
	.head-bottom div {
		width: 1200px;
	}
	.nav_wrap ul li,
	.nav_wrap ul li a,
	.nav_wrap ul li a::after {
		font-size: 13px;
	}
	.nav_wrap ul li a,
	.nav_wrap ul li a::before,
	.nav_wrap ul li a::after {
		padding: 7px 12px;
	}
	/*-----------header END*/
	/*-----------LNB-nav START*/
	.LNB-nav {
		left: 1px;
	}
	/*-----------LNB-nav END*/
	/*-----------quick-menu START*/
	.quick-menu-wrap {
		width: 1100px;
		right: 10px;
	}

	/*-----------quick-menu END*/
	/*-----------top-menu START*/
	.menu-adv {
		display: none;
	}

	.toggled-menu {
		float: none;
	}
	.toggle-box {
		display: block;
	}
	/*-----------top-menu END*/
	/*-----------footer START*/
	.foot-top {
		width: 1100px;

	}
	.foot-bottom {
		width: 1100px;
	}
	.foot-bi-logo img {
		width: 150px;
	}


	/* 메인 컨텐츠 1st */
	.self-search {
		width: 40%;
	}
	.img-slide {
		width: 59.5%;
		float: right !important;
		margin: 0;
	}
	.back-info, .warn-href, .step-href {
		width: 33.3%;
		display: inline-block;
		position: relative;
		border-top: 8px solid #00c73c;
	}
	.back-info {
		margin-top: 2px;
	}
	.warn-href div {
		min-height: 196px;
		margin: 0 1px;
	}
	.two-way div > div:first-of-type {
		width: 23%;
		padding: 2% 1%;
	}
	.two-way div > div:first-of-type > img {
		width: 100%;
		padding: 3%;
	}
	.two-way div > div:last-of-type {
		padding-left: 3%;
		width: 77%;
	}
	.two-way div > div:last-of-type > p:first-of-type {
		font-size: 12px;
	}
	.pay-important span:first-of-type {
		font-size: 27px;
	}


	/* 메인 컨텐츠 2nd */

	.main-freeconsult {
		height: 77px;
	}
	.main-freeconsult div {
		padding-top: 1.5%;
	}
	.img_free {margin-top: -4.8%;}
	.main-freeconsult div span:first-of-type {
		padding-left: 0;
	}
	.main-freeconsult div span:nth-of-type(2) {
		width: 23%;
		font-size: 14px;
		margin-left: -3% !important;
    	padding-top: 2%;
	}
	.main-freeconsult div span:last-of-type {
		font-size: 12px;
	}

	/* 특허넷 하단 테이블 */
	.patent-step img {
		width: 13%;
		margin-top: 2%;
		padding: 0;
		padding-right: 2%;
	}
	.patent-step span:last-of-type {
		font-size: 12px;
		width: 85%;
	}
	.patent-info-ul > li span {
		padding-left: 2px;
		min-width: 80px;
	}

	.color-green, .color-red, .color-blue, .color-yellow {font-size: 16px;}
	.apply-condition table tbody tr td {padding: 2% 11px !important;}

	.patent-info p {
		padding: 0;
		margin: 0;
	}
	.title-line {margin-left: 5%; font-size: 17px;}
	.template-preview {margin-top: 1%; margin-bottom: 2px;}
	.make-patents > div {min-height: 0;}

	table.receipt-list {
    max-height: 483px !important;
	}
	.patent-info {
    height: 347px;
	}


	/* 특허출원비용 */
	.left-pay,.right-pay {
		width: 65px !important;
		height: 65px !important;
		font-size: 15px;
		padding-top: 18px !important;
	}
}



@media all and (max-width:1125px) {

	.content-inner {
		width: 100%;
	}
	.foot-top {width: 100%;}
	.news-tab {
		display: none;
	}
	.img-slide {
		width: 100%;
		height: 100% !important;
	}
	.apply-condition {
		width: 100%;
	}
	.head-top div {width: 100%;}
	.receipt-list  {
		max-height: 0 !important;
	}
	.main-display {
		margin-top: 0;
	}
	.self-search {
		width: 100%;
	}


	.main-container {
		width: 770px;
	}

	/*-----------head START*/
	.head-top {

		height: 41px;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	}
	.head-top span {
		padding: 0;
		border: 0;
	}
	.head-top .top-little-menu {
		display: none;
	}
	.head-mobile {
		display: block;
	}
	.head-mobile img {
		position: absolute;
		left: 10px;
		width: 160px;
		top: 9px;
	}
	.head-mobile-title {
		position: absolute;
		left: 50%;
		top: 9px;
		font-size: 13px;
		font-weight: 600;
		transform: translateX(-50%);
	}
	.head-mid {
		display: none;
	}
	.head-bottom div {
		width: 730px;
	}
	.head-bottom-fixed {
		position: static;
	}
	.head-img {
		background-position: top;
		background-size: 1152px 1065px;
	}
	.head-img-wrap {
		padding-top: 40px;
	}
	.head-img p:first-of-type {
		font-size: 25px;
	}
	.head-img p:nth-of-type(2) {
		font-size: 15px;
	}
	.head-img p:last-of-type {
		font-size: 14px;
	}
	/*-----------head END*/
	/*-----------top-menu START*/
	.toggle-box {
		display: none;
	}
	/*-----------top-menu END*/
	/*-----------side-menu START*/
	.LNB-nav {
		display: none;
	}
	.quick-menu {
		display: none;
	}

	/*-----------side-menu END*/
	/*-----------section START*/
	section {
		width: 770px;
	}

	/* 파일첨부 관련 */
	.file-mobile-info {
		display: none !important;
	}

	/*-----------section START*/

	/*-----------footer START*/
	.foot-top {
		width: 770px;
		font-size: 13px;
		text-align: center;
	}
	.foot-text-box {
		display: inline-block;
		margin: auto;
	}
	.foot-bottom {
		width: 770px;
		font-size: 11px;
	}
	.foot-bi-logo {
		margin-left: 100px;
		margin-top: 10px;
	}
	.foot-bi-logo img {
		width: 100px;
	}
	.foot-adress {
		font-size: 11px;
	}
	.foot-title {
		display: none;
	}
	.foot-ci-logo {
		position: absolute;
		right: 60%;
		padding-top: 40px;
	}
	.foot-ci-logo img {
		width: 70px;
	}

	.patent-info-ul > li span {
		margin-left: 2px;
	}
	.receipt-list {
		max-height: 528px !important;
	}
	.make-third {
    min-height: 573px !important;
    max-height: 0;
	}
	.make-third p {
		padding-top: 5% !important;
		padding-bottom: 8% !important;
	}
	.patent-info {
		height: 359px;
	}
	.patent-info p {
		padding-top: 5%;
		padding-bottom: 8%;
	}

	table.receipt-list {
		max-height: 509px !important;
	}
	.color-green, .color-red, .color-blue, .color-yellow {
    font-size: 14px;
	}
	.title-more {
		margin: 1% 2%;
	}
	.step-href {
		padding-top: 2px;
	}

	/*-----------footer END*/
}


@media all and (max-width:1024px) {

	/*-----------head START*/
	.head-top {

		height: 41px;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	}
	.head-top span {
		padding: 0;
		border: 0;
	}
	.head-top .top-little-menu {
		display: none;
	}
	.head-mobile {
		display: block;
	}
	.head-mobile img {
		position: absolute;
		left: 10px;
		width: 160px;
		top: 4px;
	}
	.head-mobile-title {
		position: absolute;
		left: 50%;
		top: 9px;
		font-size: 13px;
		font-weight: 600;
		transform: translateX(-50%);
	}
	.head-mid {
		display: none;
	}
	.head-bottom div {
		width: 730px;
	}
	.head-bottom-fixed {
		position: static;
	}
	.head-img {
		background-position: top;
		background-size: 1152px 1065px;
	}
	.head-img-wrap {
		padding-top: 40px;
	}
	.head-img p:first-of-type {
		font-size: 25px;
	}
	.head-img p:nth-of-type(2) {
		font-size: 15px;
	}
	.head-img p:last-of-type {
		font-size: 14px;
	}
	/*-----------head END*/
	/*-----------top-menu START*/
	.toggle-box {
		display: none;
	}
	/*-----------top-menu END*/
	/*-----------hamburger START*/
	.hamburger {
		position: absolute;
		right: 1px;
		top: 1px;
		width: 50px !important;
		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);
	}
	.overlay {
		background: rgba(0, 0, 0, 0.7);
		position: absolute;
		left: 0px;
		top: 0;
		bottom: 0;
		right: 0;
		height: 4000px;
		margin-top: 40px;
		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;
	}

	.sidebar {
		height: 100%;
		width: 200px;
		background: #417505;
		position: fixed;
		display: block;
		top: 1px;
		right: -200px;
		z-index: 500;
		text-align: left;

		transition: transform 0.5s ease;
	}
	.scroll-event {
		margin-top: 0;
		overflow-y: auto;
		height: 100%;
	}

	.nav-header {
		width: 100%;
		height: 39px;
		background: #fff;
		text-align: center;
		background-image: url(../image/logo/patent1.png);
		background-repeat: no-repeat;
		background-position: 44px 6px;
    	background-size: 60%;
	}

	.sidebar ul {
		list-style: none;
		padding: 0;
		/*        font-size: 15px;*/
		color: white;
		/*        margin-top: 39px;*/
	}
	.sidebar ul ul {
		list-style: none;
		padding: 0;
		background: #386505;
		margin-top: 10px;
		margin-bottom: -10px;
		font-size: 12px;
		display: none;

	}
	.sidebar ul ul a {
		color: #e0e0e0;
	}
	.sidebar ul li {
		padding: 10px 0px;
		border-bottom: 1px solid #2a4c03;
    	border-top: 1px solid #529406;
		cursor: pointer;
	}
	.sidebar ul li li {
		border: 0;

	}
	.sidebar ul ul li:hover a {
		color: #fff700;

	}

	.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;
	}
	/*-----------hamburger END*/


	.left-pay,.right-pay {
		width: 55px !important;
    height: 55px !important;
    font-size: 13px;
    padding-top: 16px !important;
	}

}


@media (max-width: 977px) and (min-width: 769px) {
	.back-info {
    width: 37% !important;
    padding-right: 1.5px;
	}
	.warn-href {
    width: 29.8%;
    padding: 0;
    margin: 0;
	}
 .step-href {
    width: 33.2%;
    margin: 0;
 }
 .warn-href, .step-href {
    display: block !important;
	}
	.consult-number {
    font-size: 14px;
    padding: 0;
		height: 69px;
	}
	.consult-number:nth-of-type(2) {
		min-width: auto !important;
	}
	.pay-info tr:nth-of-type(3) > td:first-of-type {
    width: 20%;
    min-width: 85px;
    padding-left: 14px;
	}
	.warn-href div {
    width: 48.6% !important;
    float: left !important;
    min-height: 190px;
	}
	.back-info {
	    margin-top: 0;
	}
	.step-href div {
		height: 61px;
    /* padding: 3% 19%; */
	}
	.mobanner {
		display: none !important;
	}
	.pcbanner {
		display: block !important;
	}
	.pay-important span:first-of-type {
		font-size: 22px;
	}
	.patent-info {
		width: 50% !important;
    margin: 0 0 0 1% !important;
		padding: 1% !important;
		height: 291px;
	}
	.first-left {
    width: 49% !important;
	}
	.first-left > div:first-of-type,
	.first-left > div:nth-of-type(2) {
		padding: 8% 6% !important
	}
	.patent-step img {
		margin-top: 0%;
	}
	.main-freeconsult div span:last-of-type {
    display: none !important;
	}
	.main-freeconsult div span:nth-of-type(2) {
    width: 50%;
    font-size: 14px;
    margin-left: 7% !important;
    padding-top: 6%;
	}
	.m-d-type {
    display: none !important;
	}
	.main-paytype .d-type {
    margin: 2.5% 0;
    display: inline-block !important;
	}
	.warn-href, .step-href {
    display: block !important;
	}
	.pay-info tbody tr:first-of-type,
	.pay-info tbody tr:nth-of-type(2) {
    display: table-row !important;
	}


	.make-patents {
	    display: flex;
    	flex-direction: column;
	}
	.make-second {
		width: 100% !important;
		order: 1;
	}
	.make-first {
		order: 3;
		display: flex !important;
		width: 100% !important;
	}
	.make-third {
		order: 2;
		display: none !important;
	}
	.m-make-third {
		display: block !important;
		width: 100% !important;
		float: left;
		height: 50px;
		order: 2;
	}
	.m-make-third p {
		color: #417505;
		font-size: 17px;
		font-weight: bold;
		margin: 2% 0;
	}
	.patent-step img {
		width: 50px;
		margin-top: 0;
	}
	.first-left > div:first-of-type,
	.first-left > div:nth-of-type(2) {
		height: 140px !important;
		float: left;
		width: 100%;
		display: block !important;
		position: relative;
		padding: 5% 3%;
	}
	.first-left > div:nth-of-type(2) {
		margin-top: 5%;
		margin-bottom: 0;
	}
	.apply-condition table tbody tr td {
    padding: 1% 11px !important;
	}
	.patent-info p {
    padding-top: 0%;
    padding-bottom: 1%;
		font-size: 20px !important;
	}
	.patent-info-ul > li span {
    font-size: 13px;
	}
	.main-logos .inner-pack li {
		width: 50%;
		height: 40px;
		background-color: #edeced;
		border: 1px solid #fff;
		font-size: 12px !important;
		cursor: pointer;
    	font-weight: 600;
    	line-height: 2.5em;
		list-style: none;
    	float: left;
	}
	.inner-pack ul li a {
		padding: 0px;
	}
	.partner-logos {
		display: none;
	}

}


@media (max-width: 768px) {

	.content-inner {
		width: 100%;
	}
	.foot-top {
		width: 100%;
	}
	.news-tab {
		display: none;
	}
	.search-bar {
	  background-color: #fff;
	}
	.search-top span:first-of-type {
		color: #00c73c;
	}
	.search-top span:last-of-type {
		color: #00c73c;
	}
	.img-slide {
		width: 100%;
		height: 100% !important;
	}
	.apply-condition {
		width: 100%;
	}
	.head-top div {width: 100%;}
	.receipt-list  {
		max-height: 0 !important;
	}
	.self-search {
		width: 100%;
	}

	.apply-condition table {
		height: auto !important;
		max-height: 0 !important;
	}
	.head-mobile img {
		width: 100px;
		top: 12px;
	}
	.head-mobile-title {
		display: none;
	}
	.foot-bottom {
		width: 100%;
	}
	.nameline {right: 30%;}
	.head-top div {width: 100%;}

	.main-display {
		margin-top: 22px;
	}
	.main-paytype {
		height: auto;
	}
	.pay-link {
		width: 80px;
	}
	.pay-link a {width: 100%; height: 100%;}
	.pay-info tr:nth-of-type(3) > td:first-of-type {
		min-width: 75px;
		width: 75px;
		padding-left: 0;
	}
	.consult-number span {
		float: none;
	}
	.p-dis-block {
		width: 100%;
	}
	.consult-number:nth-of-type(2) {
		min-width: 200px !important;
		padding: 10px 0;
		text-align: center !important;
		font-weight: bold;
		font-size: 20px;
	}
	.warn-href, .step-href {
		display: none;
	}
	.back-info {
		width: 100%;
	}
	.p-dis-none {
		display: none;
	}
	.pay-info tbody tr:first-of-type,
	.pay-info tbody tr:nth-of-type(2) {
		display: none;
	}
	.warn-href div {
		width: 45.5%;
		float: right;
		font-size: 13px;
	}
	.step-href div a {
		padding: 2% 19%;
	}
	.main-paytype .d-type {
		margin: 2.5% 0;
		display: none;
	}
	.main-freeconsult div span:first-of-type {
		font-size: 30px !important;
		padding-top: 2% !important;
	}
	.main-freeconsult div span:nth-of-type(2) {
		width: 50%;
		font-size: 14px;
		margin-left: 7% !important;
		padding-top: 6%;
	}
	.main-freeconsult div span:last-of-type {
		display: none !important;
	}
	.pay-important span:first-of-type {
    font-size: 22px;
	}
	.img_free {width: 16%;}
	.apply-condition table tbody tr:first-of-type td {
		padding-top: 1% !important;
	}
	.apply-condition table tbody tr td {
		padding: 1% 11px !important;
	}
	.make-patents {
	    display: flex;
    	flex-direction: column;
	}
	.make-second {
		width: 100% !important;
		order: 1;
	}
	.make-first {
		order: 3;
		display: flex !important;
		width: 100% !important;
	}
	.make-third {
		order: 2;
		display: none !important;
	}
	.m-make-third {
		display: block !important;
		width: 100% !important;
		float: left;
		height: 50px;
		order: 2;
	}
	.m-make-third p {
		color: #417505;
		font-size: 17px;
		font-weight: bold;
		margin: 2% 0;
	}
	.patent-info-ul > li span {
    margin-left: 5px;
    padding-left: 5px;
	}
	/* .first-left {
		width: 50%;
		float: left;
		margin: 2%;
	} */
	.patent-step img {
		width: 13%;
    max-width: 60px;
		margin-top: 0;
	}
	.first-left > div:first-of-type,
	.first-left > div:nth-of-type(2) {
		height: 140px !important;
		float: left;
		width: 100%;
		display: block !important;
		position: relative;
		padding: 5% 3%;
	}
	.first-left > div:nth-of-type(2) {
		margin-top: 5%;
		margin-bottom: 0;
	}
	.patent-info {
		width: 100%;
		padding: 0;
		margin: 0;
		padding: 2%;
		height: auto;
	}
	.patent-step a {
		float: right;
	}

	.patent-info p {
		padding-top: 0% !important;
		padding-bottom: 1% !important;
	}
	.main-logos {
		height: 100% !important;
	}
	.partner-logos {display: none;}


	.slick-arrow {display: none !important;}

	/*-----------footer START*/
	.swipe_img {
		display: block;
		text-align: center;
		position: relative;
		bottom: 80px;
	}
	.swipe_img img {
		width: 50px;
		max-width: 50px;

	}
	footer {
		height: auto;
	}
	.foot-wrap {
		height: 100%;
	}
	.foot-top {
		width: 100%;
		font-size: 11px;
		text-align: center;
	}
	.foot-top span {
		padding: 0px 5px 0px 5px;

	}
	.foot-text-box {
		display: inline-block;
		margin: auto;
	}
	.foot-right-text span:last-of-type {
		display: none;
	}
	.foot-bottom {
		width: 100%;
		font-size: 11px;
	}
	.foot-ci-text {
		width: 100%;
		min-width: 320px;
		padding: 30px 20px 0px 20px;
		height: auto;
		margin-bottom: 20px;
	}
	.foot-bi-logo {
		position: absolute;
		margin-left: 0px;
		margin-top: 0px;
		left: 50%;
		transform: translateX(-50%);

	}
	.foot-bi-logo img {
		width: 100px;
	}
	.foot-adress {
		font-size: 11px;
		text-align: center;

	}
	.foot-title {
		display: none;
	}
	.foot-ci-logo {
		position: absolute;
		right: 0%;
		display: none;
	}
	.foot-ci-logo img {
		width: 50px;
	}
	.m-d-type {
		display: inline-block;
	}
	.m-d-type img {
    width: 50%;
    float: left;
	}
	.through {
		height: auto !important;
	}


	/* 태블릿 이하 예약상담 신청하기 */

	    /*~~~ 카카오톡 플러스친구 추가 이후 ~~~*/
	.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: 40px !important;
		float: right;
		margin: 1px 0;
	}
	#tablet_hide {
		display: none;
	}
	.kakaoplus {
		margin-top: 5px !important;
	}
	.kakaoplus span {
		display: none !important;
	}
	.kakaoplus img {
		margin-top: 35%;
	}
	.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;
	}
/*
	.mobile-quick-menu {
		opacity: 1;
		bottom: 0;
		right: 0;
		width: 100%;
		z-index: 999;
    	transition-duration: 0.7s;
    	-webkit-transition-duration: 0.7s;
			top: inherit;
	} */
	.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: 50%;
		height: 50px;
		background-color: #00c73c;
		z-index: 999;
	}
	.quick-talk img {
		height: 50px;
	}
	.talk_preview_area .talk_banner_link {
		height: 50px;
	}
	.talk_preview_area .ico_talk_banner {
		margin-left: 48% !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
	}
	.clock p {
		font-size: 13px;
		color: #2a2a2a;
		font-weight: 600;
	} */

	/* 네이버 톡톡 */
	.talk_preview_area .ico_talk_banner {
		margin-left: 5% !important;
	}
	.talk_preview_area .ico_talk_banner {
    display: inline-block;
    width: 26px !important;
    height: 27px !important;
    margin-top: 17px !important;
    margin-bottom: 10px !important;
	}

	.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: 438px;
    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: 16%;
		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;
	}
	.pc-reserve div:first-of-type i {
    font-size: 43px;
    text-align: left !important;
    width: 8% !important;
    margin: 1%;
	}
	.pc-reserve>div:first-of-type>i {
    font-size: 25px !important;
	}
	.title-more {
		margin: 0.5% 1%;
	}
	.main-banner .item img {
		height: auto !important;
	}




	/* 기존 425px 아래 있던것들 */

	.main-freeconsult div span:first-of-type {
		font-size: 23px !important;
		padding-top: 1% !important;
		padding-left: 7%;
	}

	.make-patents > div {width: 100%;}
	.main-logos .inner-pack li {
		width: 50%;
		height: 40px;
		background-color: #edeced;
		border: 1px solid #fff;
		font-size: 12px !important;
		cursor: pointer;
		font-weight: 600;
		line-height: 2.5em;
	}
	.inner-pack ul li a {
		padding: 0px;
	}

	.pcbanner {
		display: none;
	}
	.mobanner {
		display: inline-block;
	}
	.make-first {
		display: inline-block !important;
	}
	.first-left {
		width: 100%;
		display: block;
		position: relative;
	}
	.first-left > div {
		width: 100% !important;
		float: left;
	}

}



@media (max-width: 425px) {
	.nameline {
		right: 17%;
		padding-top: 2%;
	}

	.main-display {margin-top: 21px;}
	.content-inner {width: 100%;}
	.search-top {display: none !important;}
	.search-bar {height: 80px !important; margin-top: 30px;}
	.news-tab {display: none;}
	.apply-condition {width: 100%;}
	.back-info {width: 100%;}
	.img-slide {width: 100%; float: left;}
	.p-dis-none {display: none;}
	.consult-number:nth-of-type(2) {
		font-weight: bold;
		font-size: 20px;
	}
	.pay-info tbody tr:first-of-type,
	.pay-info tbody tr:nth-of-type(2) {display: none !important;}
	.pay-info tr:nth-of-type(3) {
		border: none !important;
	}
	.pay-info tr:nth-of-type(3) > td:first-of-type {
		width: 100px;
		padding-left: 20px;
	}
	.warn-href,.step-href {display: none !important;}

	.main-paytype .d-type {
		width: 100%;
		display: none;
	}
	.main-paytype {
		height: auto;
		margin: 0;
		padding: 0;
	}
	.table-title {
		font-size: 18px;
		font-weight: 600;
	}
	.title-more {
		width: 16%;
		margin: 1.5% 1%;
	}

	.img_free {
		width: 29%;
	}
	.main-freeconsult div span:first-of-type {
		font-size: 23px !important;
		padding-top: 1% !important;
		padding-left: 7%;
	}
	.main-freeconsult div span:nth-of-type(2) {
		width: 80%;
		font-size: 13px;
		margin-left: 8% !important;
		/* padding-top: 18%; */
	}
	.make-patents > div {width: 100%;}
	.main-logos .inner-pack li {
		width: 50%;
		height: 40px;
		background-color: #edeced;
		border: 1px solid #fff;
		font-size: 12px !important;
		cursor: pointer;
		font-weight: 600;
		line-height: 2.5em;
	}
	.inner-pack ul li a {
		padding: 0px;
	}


	.m-d-type {
		display: inline-block;
		width: 100%;
	}
	.m-d-type img {
		width: 50%;
		float: left;
	}

	.pcbanner {
		display: none !important;
	}
	.mobanner {
		display: inline-block !important;
	}
	.fileSubs {
		font-size: 12px;
	}
	.make-first {
		display: inline-block !important;
	}
	.first-left {
		width: 100% !important;
		display: block;
		position: relative;
	}
	.first-left > div {
		width: 100% !important;
		float: left;
		padding: 8% 0 0% 7% !important;
	}
	.patent-info {width: 100%;}
	.patent-info-ul > li span {
    margin-left: 3px;
	}
	/* 예약상담 */
	.open_extend {
    opacity: 1;
    height: 435px;
    transform: translateY(-130px);
    position: absolute;
    z-index: 99;
    top: -243px;
    width: 100%;
    right: 0;
    border-radius: 10px;
	}
	.add-quicktrans {
    right: 0;
    width: 100%;
	}




}
