@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');
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'NanumGothic';
}

/*html, body { height:100%;}*/

/*
html{overflow: hidden;}
body{overflow: auto;}
*/

body {
	overflow-x: hidden;
	width: 100%;
}

.main-container {
	margin: auto;
	width: 1400px;
}

.move-body {
	transition: all 0.5s;
}
.align-left {
	text-align: left !important;
}
.align-right {
	text-align: right !important;
}

/*-----------header START*/

header {
	height: 300px;
}
.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;
  margin-right: 13% !important;
  padding-top: 2%;
}

.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;
}

.head-img {
	/*    height: 156px;    */
	width: 100%;
	max-width: 1920px;
  margin: 0 auto;
	background-image: url(../../image/img/sub_img.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: 1920px 1786px;
	color: white;
	text-align: center;
	z-index: -1;
	height: 156px;
}

.head-img-wrap {
	padding-top: 75px;
}

.head-img div {
	padding-top: 20px;
}

.head-img p:first-of-type {
	font-size: 36px;
	font-weight: 600;
	padding-top: 0px;
}

.head-img p:nth-of-type(2) {
    height: 2px;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff 30%, #ffffff 71%, rgba(255, 255, 255, 0));
    border-image-slice: 1;
    max-width: 300px;
    text-align: center;
    margin: 0.5% auto;

}

.head-img p:last-of-type {
	font-size: 18px;
}

.head-bottom {
	height: 35px;
	background: #fff;
	width: 100%;
	position: static;
	z-index: 2;
	border-top: #000;
	box-shadow: 1px 2px 4px 1px rgba(150, 150, 150, 0.5);
}

.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.head-bottom div {
	width: 1400px;
	margin: auto;
	text-align: right;
	color: #232323;
	padding-top: 9px;
	font-size: 12px;
}

.head-bottom i {
	font-size: 7px;
}

.head-bottom span {
	cursor: pointer;
}

.head-bottom a {
	color: #232323;
}

.head-bottom-fixed {
	position: fixed;
	top: 75px;
}

.home-text {
	display: block;
}
.home-text {
	float: left;
  text-align: left;
  color: #9a9a9a;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.8em;
}
.mylink {
	color: #59b2ff !important;
	border-bottom: 1px solid #59b2ff;
}
.mob-myinfo {
	display: none;
}

/*-----------header END*/

/*-----------header menu:hover effect START*/

.nav_wrap {
	line-height: 50px;
}

.nav_wrap ul {
	list-style: none;
  text-align: right;
	margin-right: 4%;
}

.nav_wrap ul li {
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	margin-right: -2px;
}

.nav_wrap ul li a {
	color: transparent;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	padding: 0px 16px 1px 16px;
}

.nav_wrap ul li a::before {
	content: attr(data-title);
	display: inline-block;
	position: absolute;
	top: 0%;
	left: 0px;
	color: #535353;
	transition: all 0.5s;
	padding: 1px 16px 1px 16px;
}

.nav_wrap ul li a::after {
	content: attr(data-title);
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 0px;
	color: #fff;
	background-color: #81b345;
	font-weight: 800;
	font-size: 14px;
	transition: all 0.5s;
	padding: 1px 16px 1px 16px;
}

.nav_wrap ul li a:hover::before {
	top: -100%;
}

.nav_wrap ul li a:hover::after {
	top: 0%;
}

/*-----------header menu effect END*/

/*-----------section START*/

section {
	/*    height: 2400px;    */
	width: 830px;
	/*    background: pink;*/
	margin: auto;
	height: 100%;
	margin-bottom: 0;
}

/*-----------section END*/

/*-----------LNB START*/

.LNB-nav {
	position: absolute;
	top: 350px;
	text-align: left;
	z-index: 1;
	max-width: 194px;
	min-width: 194px;
}

.LNB-nav a {
	color: #293e53;
}

.LNB-nav li {
	cursor: pointer;
	transition: all 0.5s ease;
}

.LNB-nav .not-li {
	background: #232323;
	font-size: 16px;
	font-weight: 700;
	padding: 4px 0px 5px 0px;
	text-align: center;
}

/*.LNB-nav li:nth-of-type(2) {
	background: #61768a;
	color: white;
	text-align: left;
}

.LNB-nav a:nth-of-type(2) {
	color: white;
}*/

.LNB-nav li:not(.not-li) {
	font-size: 13px;
	border-bottom: 1px solid #979797;
	padding: 12px 8px;
}

.LNB-nav li:not(.not-li):hover {
	background-color: rgba(35, 35, 35, 0.1);
	padding-left: 18px;
}

.LNB-nav a li:not(.not-li):hover{
	color: #232323;
}
.not-li a {
	color: white;
}


/* 선택된 메뉴에 적용되는 select 클래스  */
.LNB-nav li.lnb-select {
	background-color: rgba(35, 35, 35, 0.1);
	padding-left: 18px;
	color: #232323;
	font-weight: bold;
}
.LNB-nav li.lnb-select a {
	color: #fff;
}




/*-----------LNB END*/

/*-----------quick-menu START*/

.quick-menu-wrap {
	position: absolute;
	width: 1400px;
	top: 350px;
	transition: all 0.5s;
}

.quick-menu {
	position: absolute;
	right: -1px;
	font-size: 12px;
	text-align: center;
	z-index: 1;
}

.quick-menu ul {
	background: white;
	box-shadow: 2px 2px 8px 2px rgba(184, 184, 184, 0.5);
}

.quick-menu .icon-search-5,
.quick-menu .icon-clipboard-2,
.quick-menu .icon-folder-close,
.quick-menu .icon-lightbulb {
	float: left;
	font-size: 20px;
}

.quick-menu ul li {
	border-bottom: 1px solid #979797;
	margin: 0px 3px;
	cursor: pointer;
	min-height: 48px;
}
.quick-menu ul li:last-of-type {
	border-bottom: none;
}

.quick-menu p {
	margin-bottom: -10px;
	/*margin-left: px;*/
}

.quick-menu a {
	color: black;
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 11px 7px;
}

.quick-menu img {
	padding: 0px 7px;
}
.i-refresh {
	font-size: 25px !important;
	color: #000;
	cursor: pointer;
}

.naver-talk {
	background: #00c60f;
	color: white;
	font-weight: bold;
	margin: 0 !important;
	padding: 12px 5px !important;
}
.talk_preview_area > a {
	padding: 0 !important;
}

.naver-talk img {
	width: 50px;
}

.clock {
	background: #ffde6c;
	font-weight: bold;
	margin: 0 !important;
	height: 50px;
	padding: 10px 5px !important;
	margin-top: -5px !important;
}

.clock i {
	font-size: 24px;
	margin-right: 6px;
}

.clock span {
	position: relative;
	/*bottom: 5px;*/
}
.warning_msg {
    width: 100% !important;
    padding-left: 0 !important;
    line-height: 1 !important;
    text-align: center !important;
    color: red;
    margin-top: -15px;
    font-size: 11px !important;
}
.captchaReload{
	cursor: pointer;
}
.newCapt {
	margin-left: 20%;
}
.warning{
	/* text-align: right !important; */
width: 100%;
font-weight: bold;
color: #ff0000 !important;
padding-left: 20%;
display: block;
}

/*-----------quick-menu END*/

.filebox label {
	display: inline-block;
	padding: 40px 2px;
	text-align: center;
	color: white;
	font-size: 13px;
	line-height: normal;
	vertical-align: middle;
	background-color: #979797;
	cursor: pointer;
	border: 1px solid #ebebeb;
	border-bottom-color: #e2e2e2;
	border-radius: .25em;
	width: 68px;
	height: 100px;
	margin-left: 30px;
}

.filebox input[type="file"] {
	/* 파일 필드 숨기기 */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.output li {
	color: #d4d4d4;
	font-weight: 700;
}

/*-----------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*/

.file-btn {
	width: 10%;
	height: 100%;
	color: #fff;
	font-weight: bold;
	background: darkgray;
	float: right;
	border-radius: 2px;
	outline: none;
	border: 0;
}



/*-----------menu START*/

/* 헤더 전체메뉴 드롭다운 */

.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: 553px;
	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;
}

/*--------com-input-box START*/

.com-board-btn {
	margin-top: 8%;
}
.com-board-btn > a {
	border-radius: 0;
}

.board-btn a {
	color: #fff;
}

.file-add-box {
	width: 100%;
	height: auto;
}

.file-mobile-info {
	display: none !important;
}

.file-wrap {
	float: left;
	width: 65%;
	height: 100px;
	border: 1px solid gray;
	background: white;
	text-align: center;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
	border: solid 0px #979797;
}

.file-wrap p {
	margin-right: 80px !important;
	font-size: 15.6px !important;
	color: #d8d8d8 !important;
	font-weight: 700;
}

.remove-text {
	margin-top: 20px !important;
}

#output {
	text-align: left;
	max-height: 99px;
	overflow: auto;
	/*    margin-top: -61px;*/
	padding: 10px 20px;
}

.file-wrap i {
	font-size: 22.3px;
	color: #d8d8d8;
}

#output li {
	width: 100%;
	display: inline-block;
	margin-bottom: 3px;
	font-weight: 800;
	color: #979797;

}

#output span {
	color: #ff5858;
	cursor: pointer;
}


/*  summernote*/

.note-editor {
	margin-left: 150px;
	z-index: 0;
	width: auto !important;
}

#hidden_textarea {
	display: none;
}

/*--------com-input-box END*/

/* -------------- board layout START */

/* 폰트 컬러 변경 */

.font-wine {
	color: #d80303;
}
.font-red {
	color: #ff5858;
}
.font-white {
	color: #fff;
}
.font-blue {
	color: #4ebdff;
}
.font-yellow {
	color: #ffec08;
}
.red-star {
	padding-left: 2px;
}
.ex-gray {
	color: #9a9a9a;
}
.back-gray {
	background-color: #d3d2d3;
	font-weight: bold;
	color: #545454;
	text-align: center;
}
.font-bold {
	font-weight: bold;
}

/* 게시판 게시글 검색 */
.table-answer:first-of-type {
    display: block;
}
.com-board-search {
	width: 100%;
	float: left;
	margin-bottom: 3%;
}

.com-board-search *:not(:last-child) {
	height: 37px;
	border-left: 4px solid #00c73c;
	border-right: none;
	border-top: 2px solid #00c73c;
	border-bottom: 2px solid #00c73c;
	float: left;
	font-size: 13px;
	border-radius: 0;
	outline: none;
}

.com-board-search select {
	width: 30%;
	max-width: 120px;
	padding: 1% 2%;
	font-weight: 600;
	color: #2a3643;
	/*box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);*/
}

.com-board-search input {
	width: 50%;
	max-width: 280px;
	padding: 1% 3%;
	color: #b8b8b8;
	font-weight: bold;
	/*box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);*/
}

.com-board-search button {
	color: #fff;
	width: 10%;
	max-width: 60px;
	height: 37px;
	font-size: 16px;
	background: #00c73c;
	border: none;
	border-radius: 0;
	padding: 1% 2.5%;
	text-align: left;
	/*box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);*/
}

/* 게시판 테이블 레이아웃 */

.swipe_img {
	display: none;
}
.com-board-container {
	width: 100%;
	height: 500px;
}
.com-board-select {
	float: right;
	width: auto;
	margin-bottom: 2%;
}
.board-selectbox {
	background: #293e53;
	color: #fff;
	padding: 3% 1%;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
}

.com-board-box {
	width: 100%;
	height: 100%;
}

.com-board-table {
	width: 100%;
	border-top: 1px solid #343434;
	padding: 1%;
	margin: 2% 0;
}

.com-board-table thead {
	text-align: center;
	background: #d8d8d8;
	font-size: 14px;
	font-weight: bold;
}

.com-board-table thead tr {
	height: 37px;
}

.com-board-table tbody {
	text-align: center;
	color: #767676;
	font-size: 13px;
}

.com-board-table tbody tr {
	border-bottom: 1px solid lightgray;
	height: 37px;
	cursor: pointer !important;
	transition: all 0.3s;
}
.com-board-table tbody tr.selected,
.com-board-table tbody tr.selected:hover {
	background: #fff7da;
	transition: all 0.3s;
}
.com-board-table tbody tr:hover {
	background: #f3f3f3;
	transition: all 0.3s;
}

.com-board-table tbody tr td.board-title {
	text-align: left;
	width: 50%;
	padding-left: 4%;
	max-width: 125px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.com-board-table tbody tr:last-of-type {
	border-bottom: 1px solid #343434;
}

.sub-board-capt {
	margin-left: 20%;
	margin-top: 1%;
}
.sub-board-capt input:first-of-type {
	width: 33%;
}
.tog-table-info {
	float: right;
  font-size: 12px;
  color: #f16464;
	margin-right: 15px;
}
.board-limit {
	display: inline-block;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	vertical-align: text-bottom;
}


/* 게시글 수 */

.total-post {
	/*position: absolute;*/
	font-size: 11px;
	color: #19a9cb;
	font-weight: bold;
}

/* 게시판 페이징 */

.board-pagination-with {
	width: 100%;
	height: auto;
	text-align: center;
	float: left;
}

.board-pagination-with div:not(:last-of-type) {
	float: left;
	font-weight: bold;
	font-size: 14px;
	width: 30%;
}

.board-pagination {
	width: 100%;
	height: 40px;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.board-pagination div {
	font-weight: bold;
	font-size: 14px;
	width: 16%;
	display: inline-block;
	position: relative;
	text-align: center;
	vertical-align: top;
}

.board-page-number span:first-of-type {
	margin: 0 8%;
	display: inline-block;
	float: left;
}
.board-page-number span:nth-of-type(2) {
	display: inline-block;
  float: left;
}
.board-back {
	text-align: right;
}

.board-page-btn {
	background: none;
	border: none;
}

.board-next {
	text-align: left !important;
}

.board-inactive {
	color: gray;
}

.board-active {
	color: #00c73c;
}

.board-page-number input {
	width: 100%;
	min-width: 20px;
	max-width: 38px;
	float: left;
	text-align: center;
	display: inline-block;
}

/* 게시판 버튼 */

.com-board-btn {
	width: auto;
	position: relative;
	text-align: center;
	margin-top: 30px;

}
.myinfo{
	margin: 15px !important;
}
#infoModi{
	padding: 6px 30px;
}

.board-btn {
	background: #00c73c;
	color: #fff !important;
	padding: 5px 30px !important;
	font-weight: bold;
	border: none;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
	position: relative;
}

.board-btn2 {
	background: #61768a !important;
	color: #fff !important;
	padding: 5px 30px !important;
	font-weight: bold;
	border: none;
	border-radius: 2.4px;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
	position: relative;
}

.free-result-btn {
	background: #fff;
	border: 1px solid #979797 !important;
	font-size: 13px !important;
	padding: 2px 8px !important;
	border-radius: 0 !important;
	color: #767676;
}



/* 게시판 글 읽기 */

.com-read-container {
	width: 100%;
	height: 100%;
	margin-bottom: 5%;
}
.com-read-table {
	width: 100%;
}
.com-read-table tr {
	border-top: 1px solid #000;
}
.com-read-table tbody tr td {
	border-bottom: 1px solid #000;
}
.com-read-colored {
	background: #f5f5f5;
	text-align: center;
	font-weight: bold;
}

.com-read-text {
	text-align: left;
	float: left;
	padding: 3% 50px;
	line-height: 22px;
	font-size: 13px;
	max-width: 800px;
}
.com-read-text > a {
	width: 100%;
	display: inline-block;
}
.com-read-text > img {
	width: auto;
	max-width: 95%;
}
.com-read-table {
	border-left: none;
	border-right: none;
}
.com-read-table tr {
	font-size: 12.5px;
}
.com-read-table>thead>tr>td,
.com-read-table>thead>tr>th {
	border: none;
	border-top: 1px solid #ddd;
}
.com-read-table>tbody>tr>td {
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #000;
}
.com-read-table>thead>tr:nth-of-type(2) td {
	border-top: 1px solid #000;
}

/* -------------- board layout END */

/* --------------- scroll layout START */

.com-scroll-agree {
	width: 100%;
	height: auto;
}

.com-scroll-text {
	width: 100%;
	padding: 3%;
	min-height: 290px;
	resize: none;
	font-size: 13px;
	color: #9a9a9a;
	font-weight: 400;
	letter-spacing: 0.3px;
	background: #fff;
	border: 1px solid #c5c5c5;
}

.com-scroll-agree div {
	width: 100%;
	text-align: right;
	color: #ff6464;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5%;
}

.com-scroll-agree div input {
	vertical-align: text-bottom;
}

/* --------------- scroll layout END */

/*-----------input form START*/

.com-form-box {
	width: 100%;
	height: auto;
	background: #f8f8f8;
	border: 0.5px solid #d2d2d2;
}

.com-form-box input,
.com-form-box textarea,
.com-form-box select {
	border: 1px solid #d2d2d2;
}

.com-form-box .com-form-line {
	display: block;
	width: 94%;
	height: auto;
	min-height: 50px;
	margin: auto;
	border-bottom: 1px dotted #979797;
	padding: 1.5% 2%;
	padding-left: 0;
}

.com-form-box .com-form-line:last-of-type {
	border-bottom: none;
}

.com-form-line div.form-bind {
	width: 20%;
	float: left;
	color: #4b4b4b;
	padding: 0;
	height: 100%;
	min-width: 100px;

}

.com-form-line > span {
	/* min-width: 200px;
	text-align: left;
	font-size: 13px; */
	text-align: left;
	font-size: 13px;
	/* display: inline-block; */
	max-width: 70%;
    display: inline-block;
}

.com-form-line input.short {
	min-width: 80px;
	padding: 4px 3px;
	font-size: 13px;
}

.com-form-line input.long {
	min-width: 50%;
	padding: 4px 3px;
	font-size: 13px;
}

.mid {
	width: 50%;
	padding: 3px;
}

.com-form-line label {
	margin: 0px 10px;
	vertical-align: middle;
	font-weight: normal;
	font-size: 13px;
}

.com-form-line input[type="checkbox"] {
	position: relative;
	top: 2px;
}

.com-form-line .result-search,
.com-form-line textarea {
	width: 80%;
	min-height: 100px;
	padding: 2px;
	margin-top: 5px;
	text-align: left;
	resize: none;
	font-size: 13px;
}

.com-form-line select {
	height: 28px;
	min-width: 120px;
}

.com-form-line p:not(.m-form-name) {
	color: #ff6464;
	font-size: 12px !important;
	margin: 0;
	line-height: 2.0em;
	padding-left: 20%;
}
.m-form-name {
	min-width: 80px;
	text-align: left;
	font-size: 14px;
	font-weight: 600;
	display: inline;
}
.pc-display {
	font-size: 12px !important;
}
.m-display {
	display: none;
}
.note-editable p {
	padding-left: 0 !important;
	color: inherit !important;
	line-height: 1.5em;
}
.note-editable p span {
	font-size: 12px;
	color: #000 !important;
}

html input[disabled] {
	background: #eaeaea;
}

.login-label {
	float: left;
	font-size: 15px;
	color: #000;
	font-weight: 500;
	width: 150px;
}
.file-add-box .my-detail-img {
	max-width: 100%;
	padding-left: 20%;
}
.file-add-box .my-detail-img:first-of-type {
	max-width: 80%;
	float: right;
}

/*-----------input form END*/

/*-----------common-title----START*/
.com-title-main {
	margin-top: 40px;
	margin-bottom: 50px;
}

.com-title-main i {
	color: #00c73c;
	font-size: 24px;
	margin-right: -7px;
}

.com-title-main span {
	font-size: 24px;
	font-weight: 800;

}

.com-title-main p {
	color: #606060;
	font-size: 16.8px;
	padding-left: 32px;
	margin-top: 2px;
}

.com-title-sub-wrap:not(:nth-of-type(1)) {
	margin-top: 50px;
}

.com-title-sub-wrap {
	word-break: keep-all;
}

.com-title-sub1 {
	/*    서브 타이틀*/
	color: #00c73c;
	font-size: 17px;
	margin-bottom: 7px;
}

.com-title-sub1 span {
	/*   서브 타이틀 텍스트*/
	font-weight: 600;
}

.com-title-sub1D {
	margin-left: 30px;
	text-align: justify;
}

.com-title-sub1D span:nth-of-type(1) {
	/*    서브타이틀 하단 메인 텍스트 상단*/
	font-size: 14px;
	line-height: 1.62;
	font-weight: 800;
	color: #595959;

}

.com-title-sub1D span:nth-of-type(2) {
	/*    서브타이틀 하단 메인 텍스트 하단*/
	font-size: 13px;
	line-height: 1.52;
	color: #979797;
	font-weight: bold;
}

.com-title-sub2 {
	margin: 25px 0px 10px 20px;
	color: #e36d6d;
	font-size: 15px;
  font-weight: 600;
}
.com-title-sub2D {
	margin-bottom: 25px;
	text-align: justify;
}

.com-title-sub2 p {
	color: #616161;
	font-size: 13px;
	margin-left: 15px;
	margin-top: 11px;
}

.com-title-sub2-icon {
	margin-left: 30px;
	color: #8a8a8a;
  margin-top: 10px;
	line-height: 1.83;
	overflow: hidden;
	text-align: justify;
}

.com-title-sub2-icon strong {
	color: #3e3e3e;
}

.com-title-sub2-icon i {
	float: left;

}
.com-table strong {
	float: left;
}
.com-ex-text {
	font-size: 13px;
	color: #e77676;
	line-height: 1.77;
}
.com-title-sub2-text strong {
	color: #616161;
}

.com-title-sub2-text p {
	margin-bottom: 2px;
}

.com-title-sub2-text a {
	text-decoration: underline;
	color: #759bea;
}

.p-wrap {
	margin-top: 5px;
    color: #494949;
    font-size: 13px;
    margin-bottom: 20px;
}

.com-title-textbox {
	width: 100%;
	background: #e4e4e4;
	text-align: center;
	margin: 10px 0 23px 0;
	padding: 15px 10px;
}

.com-title-textbox span {
	line-height: 1.77;
	font-size: 13px;
	color: #454545;
}

.com-textbox {
	padding: 10px 0px;
}

.com-textbox-L {
	text-align: justify;
	padding: 3px 5px;
	font-size: 13px !important;
	line-height: 1.77;
	color: #494949 !important;
}

/*-----------common-title----END*/

.font-img-wrap {
	text-align: center;
	margin-top: 100px;
}

.font-img-wrap div {
	display: inline-block;
	text-align: center;
	margin: 0px 30px 50px 30px;
}

.font-img-wrap p {
	color: #4b4b4b;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

/*-----------common-table----START*/

.com-table table {
	width: 99%;
	font-size: 13px;
	color: #767676;
	word-break: keep-all;
	margin-top: 20px;
	line-height: 1.77;
}

.com-table tr:first-of-type {
	background: #d3d2d3;
	border-top: 2px solid #a5a5a5;
	color: #444444;
	font-weight: bold;
	text-align: center;
}

.com-table tr {
	border-bottom: 1px solid #979797;
	text-align: left;
}

.com-table td:not(:last-of-type) {
	border-right: 1px solid #979797;
}

.com-table td:not(:first-of-type) {
	padding: 0 20px;
}

.com-table td:first-of-type {
	text-align: center;
	width: 182px;
	padding: 10px 35px;
	line-height: 1.77;
	/*    background: pink;*/
}

.com-table td {
	padding: 10px 35px;
}

.com-table strong {
	padding-top: 20px;
}

.com-table ul {
	padding-top: 35px;
	padding-bottom: 15px;
}

.com-table ul li {
	line-height: 1.77;
}
.table td span.mon-name {
	float: left;
	margin-left: 21%;
}
.table td span.mon-val {
	float: right;
	margin-right: 22%;
}

/*-------테이블 2번째 */

.com-table2 table {
	width: 100%;
	font-size: 13px;
	color: #767676;
	word-break: keep-all;
	margin-top: 15px;
	line-height: 1.77;
}

.com-table2 tr:first-of-type {
	background: #d3d2d3;
	border-top: 1px solid black;
	color: #444444;
	font-weight: bold;
	text-align: center;
}

.com-table2 td:nth-of-type(3) {
	width: 230px;
}

.com-table2 tr {
	border-bottom: 1px solid #979797;
	text-align: justify;
}

.com-table2 td:not(:last-of-type) {
	border-right: 1px solid #979797;
}

.com-table2 td:not(:first-of-type) {
	padding-left: 30px;
	padding-right: 20px;
}

.com-table2 td {
	padding: 10px 35px;
}

.com-table2 td:first-of-type {
	text-align: center;
	width: 119px;

	padding: 10px 35px;
	line-height: 1.77;
	/*    background: pink;*/
}

.com-table2 strong {
	padding-top: 20px;
}

.com-table2 ul {
	padding-top: 35px;
	padding-bottom: 15px;
}

.com-table2 ul li {
	line-height: 1.77;
}
.name-overflow {
	max-width: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



/* 특허넷 설명 테이블 */

.horizon-table tbody th {
	background-color: #d3d2d3;
	color: #313131;
	font-size: 13px;
	width: 15%;
}
.horizon-table td {
	text-align: left !important;
	font-size: 13px;
	color: #767676;
}

.vertical-table thead th {
	background-color: #d3d2d3;
	color: #5b5b5b !important;
	padding: 11px !important;
	height: 37px;
}
.vertical-table tbody td {
	padding: 8px 0 !important;
}
.vertical-table tr:last-of-type {
	font-weight: 600;
	color: #f25757;
}



/* 국제특허 국가 */
sub, sup {
	font-size: 13px !important;
}
.region > div {
	display: inline-block;
	width: 23%;
	float: left;
	min-height: 524px;
	border: 1px solid #9d9d9d;
	margin: 4.5px;
}
.region > div > p {
	font-size: 17px;
	color: #00c73c;
	font-weight: bold;
	height: 50px;
	line-height: 3.0em;
	padding-left: 10px;
}
.region div ul {
	padding-left: 10px;
	width: 100%;
	display: inline-block;
}
.region ul li {
	color: #929292;
	font-size: 13px;
	line-height: 1.5em;
}



/* 특허출원신청 비용 */
.price-titleB {
	color: #293e53;
	font-size: 36px;
	font-weight: bold;
}
.price-titleS {
	color: #293e53;
	font-size: 20px;
	font-weight: bold;
}
.price-cont {
	width: 100%;
	padding: 3%;
	margin-top: 1%;
}
.price-align-sub {
	font-size: 13px;
	letter-spacing: -0.7px;
	color: #6c6c6c;
	padding-left: 2%;
	display: inline-block;
	width: 100%;
	margin-bottom: 2px;
}
.price-align-sub > i,
.price-align-sub > strong {
	float: left;
}
.price-align-sub > span {
	width: 78%;
	float: left;
	display: block;
	margin-left: 10px;
}

.price-margin {
	margin-bottom: 30px;
}
.price-align-txt {
	font-size: 15px;
	color: #787878;
	font-weight: 600;
}
.price-number {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.price-blue {
	font-size: 13px;
	color: #4a90e2;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 22px;
}
.big-price {
	font-size: 25px !important;
	font-weight: bold;
}






/* 출원신청 스텝1 */
.apply-select {
	border: 1px solid #c0c0c0;
	height: 50px;
	width: 100%;
	display: inline-block;
}
.apply-select > div:first-of-type {
	width: 15%;
	display: inline-block;
	background-color: #f6f6f6;
	height: 100%;
	padding-top: 12px;
	text-align: center;
	font-weight: bold;
	float: left;
}
.apply-select > div:last-of-type {
	width: 50%;
	display: inline-block;
	padding-left: 5%;
	padding-top: 12px;
}
.apply-select > div:last-of-type div {
	width: 25%;
	display: inline-block;
}


/* 서브페이지 네이버 톡톡 */
.talk_preview_area {
	width: 100%;
}
.talk_banner_preview {
	width: 100% !important;
	height: 54px !important;
	border: none;
}





/* 서브페이지 상담예약하기 */

/* 예약상담 신청하기 */

.quick-talk {
	float: left;
	width: 73px !important;
	background-color: transparent;
}

.quick-talk img {
	width: 100%;
	height: 73px;
}

.mobile-quick-menu {
	width: 73px;
	/*top: 70% !important;*/
	right: 5%;
	transition: all 0.5s;
	/*margin-top: 18px;*/
	padding: 0 !important;
}

.mobile-reservation {
	border-radius: 10px;
	/*margin-bottom: 10px;*/
}

.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;
	height: 65px;
	/*transition-duration: 0.3s;*/
	border-top: 1px solid #fff;
	background: #ffde6c;
	z-index: 9;
	position: fixed;
	right: 5%;
	top: 76%;
	text-align: center;
	border-radius: 0;
	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.8s;
    -webkit-transition-duration: 0.8s;
    transform: translateY(-395px);
    position: fixed;
    z-index: 99;
    top: 81%;
    right: 5%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #fff;
}

/* 예약상담 신청하기 */
.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: 100%;
	padding-top: 4px;
}
.quick-plus-btn:hover img {
	width: 96%;
	padding-top: 4px;
}

.kakaoplus {
	cursor: pointer;
	background-color: #ffeb00;
}




.form-info {
	width: auto;
	float: left;
	margin-top: 6%;
}

.form-container {
	float: left;
	width: 100%;
	margin-top: 3%;
}
.captcha-img {
	height: 60px !important;
}

.captcha-img input {
	margin-bottom: 0 !important;
}
.captcha-img p {
	color: #ff4545 !important;
	margin-left: 0 !important;
	font-weight: 400 !important;
	font-size: 13px;
}
.last-captcha {
	height: 130px;
}
#ExampleCaptcha_CaptchaImage {
padding: 0;
}
input#book_date {
float: right;
margin-right: 22px;
}

.last-captcha .form-bind .g-recaptcha {
	float: left;
	display: inline-block;
	margin-left: 100%;
	margin-top: -17px;
}
.form-info i {
	font-size: 45px !important;
    text-align: right !important;
    width: 20% !important;
    margin: 0;
    float: left;
    padding: 0 !important;
    vertical-align: top;
    margin-top: -3% !important;
}
.extend .quick-square {
	/*padding-top: 3%;*/
}
.pc-reserve input {
	margin-right: 10px;
	padding-right: 10px;
	border-style: none;
	border: 1px solid #979797;
	height: 30px;
	margin-bottom: 5%;
}

.pc-reserve div p {
	width: 100%;
    float: left;
    font-size: 13px;
    text-align: left;
    color: #616161;
    margin-bottom: 1%;
    margin-top: 0%;
    /* padding-left: 2%; */
    padding: 0 7%;
    /* 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-clock {
	text-align: center !important;
	margin: 0 auto;
	position: relative;
	width: 100% !important;
	padding-left: 3px !important;
	margin-top: 0 !important;
	color: #4a4a4a !important;
	font-size: 21px;
	float: left;
}

.moblie-square .pc-clock:last-of-type {
	font-size: 13px;
	display: inline-block;
	width: 67% !important;
	padding-top: 9%;
	padding-left: 21% !important;
}

.icon-clock {
	padding-top: 5% !important;
	display: inline-block;
	width: 16% !important;
	padding-left: 16% !important;
}

.pop-head-title {
	font-size: 27px;
	width: 68% !important;
	float: left;
	text-align: left !important;
	color: #fff !important;
	/*padding-left: 1% !important;*/
	/* margin-bottom: 3% !important; */
	vertical-align: bottom;
	line-height: 2em;
}

.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;
}

.trans div span {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	float: left;
	width: 30%;
	padding-left: 7%;
	line-height: 3em;
}

.pc-reserve input {
	margin-right: 10px;
	padding-right: 10px;
	width: 60%;
	height: 35px;
	border: none;
	border-radius: 3px;
	padding-left: 3%;
}
.pc-pop-close {
	float: right;
	font-size: 20px;
	position: absolute;
	right: 0;
}
.form-btn {
	margin-top: 0;
    float: left;
    text-align: center;
    width: 100%;
}
#reserve_btn,
#reserve_btn2,
#mreserve_btn2 {
	background-color: #000;
	color: #fff;
}
.quick-square {
	/*background-color: #ffde6c;
    float: left;*/
	width: 100%;
	height: 50px;
	right: 0;
	z-index: 999;
	/*top: 79%;*/
	position: absolute;
	/* border-top: 2px solid #9d9d9d;*/
	transition: all 1s;
	background-color: #ffde6c;
	float: left;
	display: inline-block;
	text-align: center;
	padding-top: 3%;
}
.extend > .quick-square > .icon-clock {
	width: inherit !important;
	padding-left: 0 !important;
	padding-top: 0 !important;
}
.extend > .quick-square > span:last-of-type {
	width: 100% !important;
	padding-left: 0 !important;
	padding-top: 0;
}

.pc-display-none {
	display: none;
}
.mobile-display-none {
	display: block;
}
.test {
	display: none;
}
.open_extend .test {
	display: block;
}
.test {
	opacity: 0;
	transition-duration: 1.7s;
	-webkit-transition-duration: 1.7s;
}
.test1 {
	opacity: 1;
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	transition-duration: 1.7s;
	-webkit-transition-duration: 1.7s;
}
.captcha-img {
	height: 60px !important;
}

.captcha-img input {
	margin-bottom: 0 !important;
}
.captcha-img p {
	color: #ff4545 !important;
	margin-left: 0 !important;
	font-weight: 400 !important;
	font-size: 13px;
}
.BDC_CaptchaDiv {
	float: left;
}
#ExampleCaptcha_CaptchaDiv {
	margin-left: 5px !important;
}
.BDC_CaptchaIconsDiv {
	width: 22px !important;
}


/* 모달팝업창 css */
.modalbox {
	position: fixed;
  width: 100%;
  z-index: 999;
  text-align: center;
	top: 1%;
}
.modalbox-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);
}
.modalbox-head {
	width: 100%;
	text-align: center;
	float: left;
	padding: 8px 9px 7px 20px !important;
}
.modalbox-head h4 {
	color: #21364b;
	text-align: left;
	float: left;
	width: 88%;
	font-size: 20px;
	line-height: 1.6em;
}
.modalbox-head span {
	font-size: 28px;
	color: #000;
	float: right;
	padding-top: 10px;
	cursor: pointer;
}
.modal-star {
	color: red !important;
  font-weight: bold !important;
  font-size: 13px !important;
  width: 1% !important;
  padding: 0;
}
input[type=radio].modal-radio {
	width: 15px;
}
.modal-radio-text {
	width: auto !important;
  font-size: 13px !important;
  margin-top: 7px;
  padding-left: 5px !important;
  margin-right: 22px;
}
.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: 26%;
	float: left;
	color: #21364b;
	font-size: 13px;
	font-weight: 500;
	padding-left: 15px;
}
.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;
}
.modalbox-cont div input:focus {
	background-color: #fff;
}
.modalbox-cont div textarea {
	width: 66%;
	height: 100px;
	margin-left: 3%;
	float: left;
	border-radius: 4px;
	border: solid 1px #979797;
	resize: none;
	background-color: #effdff;
}
.modalbox-cont input.small-input {
	width: 22%;
}
.modalbox-cont 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;
}
.modalbox-foot {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}
.modalbox-foot button {
	width: 85px;
	height: 27px;
	padding: 0;
	font-size: 13px;
  font-weight: 500;
}
.modalbox-foot button:first-of-type {
	background-color: #e4e4e4;
	margin-right: 2%;
}
.modalbox-foot button:last-of-type {
	background-color: #68dac0;
	color: #000;
	margin-left: 2%;
}
.modalbox-foot button:first-of-type:hover {
	background-color: #cacaca;
}
.modalbox-foot button:last-of-type:hover {
	border: none;
	background-color: #61c5af;
}

/* 마이페이지 테이블 수정 */

.mypage-table {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: initial;
}
.mypage-table thead tr td:first-of-type,
.mypage-table thead tr td:nth-of-type(2),
.mypage-table thead tr td:nth-of-type(5),
.mypage-table thead tr td:nth-of-type(6),
.mypage-table thead tr td:nth-of-type(7) { width: 8%; }
.mypage-table thead tr td:nth-of-type(3) { width: 35%; }
.mypage-table thead tr td:nth-of-type(4) { width: 12%; }
.mypage-table thead tr td:last-of-type { width: 10%; }
.mypage-table tbody tr td.board-title { width: auto !important; }
.mypage-table:last-of-type {
	border-bottom: 1px solid #d9d9d9;
}

/* 마이페이지-결제하기 테이블 */

.twocolor-table {
	width: 100%;
	height: auto;
}
.twocolor-table tr {
	height: 54px;
	border-bottom: 1px dotted #979797;
	border-left: 1px solid #d2d2d2;
}
.twocolor-table tr:last-of-type {
	border-bottom: 1px solid #d2d2d2;
}
.twocolor-table tr td:first-of-type {
	background-color: #f8f8f8;
	border-right: 1px solid #d2d2d2;
	padding-left: 25px;
	max-width: 157px;
	width: 157px;
}
.twocolor-table tr td:first-of-type span {
	font-weight: bold;
}
.twocolor-table tr td:last-of-type  {
	padding-left: 22px;
	color: #4b4b4b;
	font-size: 13px;
}
.twocolor-table tr td .long {
	width: 80%;
	margin-top: 10px;
}

/* 로그인&회원가입 폼 */
.login-align {
	display: inline-block;
	width: 650px;
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: 2px solid #d6d6d6;
	padding: 2% 0;
}
.mail-wrap {
	text-align: center;
  margin: 0 auto;
  display: inline-block;
  width: 500px;
	float: left;
}
.mail-wrap .form-group {
	float: left;
  display: block;
}
.mail-wrap .form-error {
	font-size: 13px;
	float: right;
	color: red;
}
#searchPw {
	text-align: center;
	cursor: pointer;
	float: left;
	margin-left: 7%;
}
#linkJoin, #searchPw {
  color: #ff6f6f;
  font-size: 13px;
  font-weight: bold;
}
#linkJoin:hover, #searchPw:hover,
#linkJoin:focus, #searchPw:focus {
	outline: none;
	box-shadow: none;
	height: 32px;
	background: bisque;
	border-color: #fff;
}
.snslogin-btn {
	width: 185px;
}
#joinTable input {
	width: 60%;
}
.login-alert {
	float: left;
  width: 100%;
  text-align: center;
  margin-left: 11%;
}
.sub-alert {
    margin-left: 0;
    margin-bottom: 1%;
}
.login-alert div {
	font-size: 12px;
}
.com-board-btn #cancelJoin {
	background-color: #61768a;
	width: 115px;
	margin-right: 20px;
}
.idfinder > li.active {
	border-bottom: none !important;
	border: 1px solid #979797;
}
.idfinder > li.active a {
	font-weight: bold;
}
.idfinder > li a {
	margin-right: 0 !important;
	color: #8a8a8a;
	border-radius: 3px;
}
.idfinder > li {
	width: 50%;
	text-align: center;
}
.pop-group {
	float: left;
  display: inline-block;
  width: 100%;
  padding: 0% 5%;
}
.pop-group span {
	float: left;
	width: 20%;
	font-size: 12px;
	font-weight: bold;
	color: #969696;
	line-height: 2.0em;
}
.pop-group .form-control {
	width: 70%;
}
.nav-tabs {
    border-bottom: 1px solid #979797 !important;
}
.findinfo-text {
	text-align: center;
	color: #969696;
	font-size: 11px;
	margin: 3% 0;
}
.log-btn-box {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	height: 100px;
}
#loginDesign {
	width: 85px;
	height: 85px;
	padding: 0 !important;
}
.searchline {
	display: inline-block;
	width:64%;
}


/* 해외특허 */
.pct-box {
	width: 33%;
	float: left;
	background-color: #f4f4f4;
	min-height: 195px;
	display: inline-block;
	position: relative;
}
.pct-box:nth-of-type(2) {
	margin: 0 0.5%;
}
.pct-back {
	background-color: #fff;
	height: 100% !important;
}
.pct-box img {
	width: 100%;
	display: inline-block;
}
.pct-box p {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #595959;
	padding-top: 20px;
	margin-bottom: 0;
}
.pct-box span {
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 5%;
	font-size: 13px;
	color: #737373;
	line-height: 1.7em;
	min-height: 120px;
}
.pct-box div{
	width: 100%;
	text-align: center;
	height: 40px;
	bottom: 5px;
	display: inline-block;
	position: relative;
}
.pct-box a {
	width: 50%;
	font-size: 13px;
	text-align: center;
  display: inline-block;
}


/*-----------common-table----END*/
@media all and (min-width:1921px){

    .head-fixed{
      width: 1920px;
      left: 50%;
			transform: translateX(-50%);
    }
    .head-bottom{
	    width: 1920px;
	    position: relative;
	    left: 50%;
	    transform: translateX(-50%);
    }
}

@media all and (max-width:1600px) {

	.quick-menu-wrap {
		top: 272px;
		transition: all 0.5s;
	}

}

@media all and (max-width:1520px) {

	.main-container {
		width: 1100px;
	}


	/*-----------header START*/
	.head-top div {
		width: 1200px;
	}
	.head-mid div {
		width: 1260px;
	}
	.head-bottom div {
		width: 1200px;
	}
	.nav_wrap ul {
		margin-right: 5%;
	}
	.nav_wrap ul li,
	.nav_wrap ul li a,
	.nav_wrap ul li a::after {
		font-size: 13px;
	}
	/*-----------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;
	}
	/*-----------footer END*/
}

/*nav 제거 media Query*/

@media all and (max-width:1235px) {

	.LNB-nav {
		max-width: 130px;
		min-width: 130px;
	}
	.LNB-nav li:first-of-type {
		font-size: 13px;
		font-weight: 700;
		padding: 4px 20px 5px 20px;
		text-align: center;
	}
	.LNB-nav li:not(.not-li) {
		font-size: 11px;
		border-bottom: 1px solid #979797;
		padding: 15px 5px;
	}
	.LNB-nav li:not(.not-li):hover {
		background: #61768a;
		padding-left: 5px;
	}
	.head-mid div {
		width: 100%;
	}
	.head-mid div nav .trans-logo {
		display: none;
	}

	.nav_wrap ul {
    margin-right: 6%;
	}


}


@media all and (max-width:1125px) {


	.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: 3px;
	}
	.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: 0 -15% !important;
		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*/
	/*-----------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: 17px;
		padding-right: 5px;
		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*/
	/*-----------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;
	}

	/*-----------footer END*/
}


@media all and (max-width:768px) {

	/* 출원신청하기 */
	.apply-select > div:first-of-type {
		width: 25%;
	}

	.last-captcha .form-bind .g-recaptcha {
		float: none;
		display: block;
		margin-left: 20%;
		margin-top: 0;
	}
	.last-captcha {
		height: auto !important;
	}
	.newCapt {
		margin-left: 0;
	}


	.m-display {
		display: inline !important;
		margin-left: 5%;
		font-size: 11px !important;
	}
	.pc-display {
		display: none !important;
	}
	.com-form-line p:not(.m-form-name) {
		padding-left: initial !important;
		margin-left: 5px !important;
	}
	.com-form-line input.short {
		width: 60%;
	}
	.com-form-line div.form-bind {
		float: initial;
		min-width: 125px;
		width: 100%;
	}
	.com-form-line input.long {
		min-width: 90%;
	}
	.com-form-line .result-search,
	.com-form-line textarea {
		width: 100% !important;
	}
	.com-form-line > span {
		font-size: 12px;
		max-width: 100%;
	}
	.com-form-line > .form-bind > p{
		font-size: 12px;
	}
	.mobile-email {
		max-width: 100%;
	}
	.table td span.mon-name,
	.table td span.mon-val  {
		float: initial;
		margin-left: initial;
		margin-right: initial;
	}

	/* 예약상담 신청하기 늦게띄우기 */
	.test {
		opacity: 0;
		transition: 0.7s;
		transition-delay: 0.7s;
	}
	.test1 {
		opacity: 1;
		transition: 0.7s;
		transition-delay: 0.7s;
	}

	.main-container {
		width: 100%;
	}


	/* 태블릿이하 카카오 플러스친구  */

	/*~~~ 카카오톡 플러스친구 추가 이후 ~~~*/


	.quick-plus-btn {
		opacity: 1;
		transform: translateX(0px);
	}
	.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 !important;
		height: 40px !important;
		min-height: 40px !important;
		float: right;
		margin: 1px 0;
		border-radius: 10px !important;
	}
	.kakaoplus span {
		display: none !important;
	}
	.kakaoplus img {
		margin: 0 auto;
		text-align: center;
		display: block;
		padding-top: 13px;
		max-width: 20px;
	}



	/*-----------head START*/
	header {
		height: 231px;
	}
	.head-top div {
		width: 100%;
	}
	.head-bottom div {
		width: 100%;
		padding-right: 20px;
	}
	.head-mobile img {
		width: 100px;
		top: 12px;
	}
	.head-mobile-title {
		display: none;
	}
	.head-img {
		/*    height: 156px;    */
		width: 100%;
		background-image: url(../image/img/sub_img.png);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: top !important;
		background-size: 768px !important;
		color: white;
		text-align: center;
		z-index: -1;
		height: 156px;
	}
	/*-----------head END*/
	/*-----------top-menu START*/
	.toggle-box {
		display: none;
	}
	/*-----------top-menu END*/
	/*-----------summernote START*/
	#hidden_textarea {
		display: block;
	}

	.note-editor {
		margin-left: 0;
	}
	/*-----------summernote END*/
	/*-----------section START*/
	/* 파일첨부 관련 */
	.file-add-box {
		display: block;
	}
	.file-mobile-info {
		display: none !important;
	}
	.file-pc-info {
		display: block;
	}
	.com-form-line label {
    /* margin: 0px; */
		font-size: 12px;
		font-weight: 500;
	}



	/*-----------section END*/
	section {
		width: 100%;
		padding: 0px 15px;
	}

	.com-form-line select {
		height: 33px;
	}


	/*-----------footer START*/
	.swipe_img {
		display: block;
		text-align: center;
		position: relative;
		bottom: 80px;

	}
	.swipe_img img {
		width: 50px;
		max-width: 50px;

	}
	.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;
	}

	/*-----------footer END*/
	/* 예약상담 / 네이버톡톡 */
	.pc-display-none {
		display: block;
	}
	.mobile-display-none {
		display: none;
	}
	.test {
		display: none;
	}
	.add-quicktrans .test {
		display: block;
	}
	.sidebar ul li {
		padding: 10px 0;
		border-bottom: 1px solid #2a4c03;
    border-top: 1px solid #529406;
		cursor: pointer;
	}
	.quick-menu-talk {
		opacity: 0;
		z-index: 999;
	}
	.mobile-quick-menu {
		display: block;
		opacity: 1;
		bottom: 0;
		right: 0;
		width: 100%;
		z-index: 999;
		transition-delay: 0.3s;
		transition-duration: 0.7s;
	}
	.add-quicktrans {
		/*right: 22%;*/
		width: 40px;
		transition-delay: 0.3s;
		transition-duration: 0.7s;
		position: fixed;
	}
	.mobile-reservation {
		width: 40px;
		height: 40px;
		background: #ffde6c;
		border-radius: 0;
		text-align: center;
		cursor: pointer;
		z-index: 100;
		margin-bottom: 0;
		/* position: fixed; */
		bottom: 0;
		left: 0;
	}
	.quick-square {
		width: 100%;
		height: 50px;
		padding-top: 0;
	}
	.quick-talk {
		width: 40px !important;
		height: 40px;
		background-color: #00c73c;
		z-index: 999;
		/* position: fixed; */
		bottom: 0;
		right: 0;
		margin: 5px 0;
	}
	.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: 438px !important;
		transition: all 0.5s;
		border-top: 1px solid #fff;
		background: #ffde6c;
		z-index: 1;
		position: fixed;
		right: 0;
		margin: 0 auto;
		text-align: center;
		border-radius: 0;
		bottom: 276px;
		top: initial;
		padding-top: 1%;
	}
	.extend .quick-square {
		display: none;
	}
	.open_clock {
		width: 300px;
		height: 50px;
		background: #ffde6c;
		position: fixed;
		bottom: 0;
		opacity: 0;
		transform: translateY(300px);
		transform-origin: 0%;
	}
	.open_extend {
		opacity: 1;
    height: 445px;
    transition-delay: 0.3s;
    transition-duration: 0.7s;
    transform: translateY(270px);
    /* position: absolute; */
    z-index: 99;
		width: 100%;
		max-width: 438px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0px;
    bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transform-origin: 0%;
	}
	#pc_reserve_form2.trans {
		opacity: 1;
		transition: all 0.5s;
		transition-delay: 0.7s;
	}
	#pc_reserve_form2 {
		opacity: 0;
		transition: all 0.5s;
	}
	.form-btn {
		display: inline-block;
		width: 100%;
		margin-top: 10px;
	}
	.pc-reserve>div:first-of-type i {
		font-size: 55px;
		text-align: center !important;
		width: 20% !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: 3%;
		padding: inherit;
		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: 47% !important;
		padding-left: 0 !important;
		margin-top: 3.5% !important;
		color: #4a4a4a !important;
		font-size: 16px;
		float: left;
	}
	.pc-clock:last-of-type {
		padding-top: 1.5%;
		width: 50% !important;
		padding-left: 0 !important;
		text-align: left !important;
		font-weight: bold;
	}
	.moblie-square .pc-clock:last-of-type {
		width: 100% !important;
		padding-top: 0;
		padding-left: 0 !important;
		font-size: 10px;
		margin-top: -2px !important;
	}
	.icon-clock {
		padding-top: 0 !important;
		text-align: right !important;
		font-size: 20px;
		margin-top: 0 !important;
		padding-left: 5px !important;
	}
	.form-container {
		float: left;
		width: 100%;
		text-align: left;
	}
	.pop-head-title {
		font-size: 27px;
		width: 72% !important;
		text-align: left !important;
		margin-top: 0;
		color: #fff !important;
		margin-bottom: 3% !important;
		float: left;
		font-weight: bold;
	}
	.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;
	}
	.talk_preview_area {
		width: 100% !important;
	}

	.trans div span {
		text-align: left;
		font-size: 13px;
		font-weight: bold;
		float: left;
		width: 30%;
		padding-left: 7%;
		line-height: 3em;
	}
	.pc-reserve input {
		margin-right: 10px;
		padding-right: 10px;
		width: 60%;
		height: 35px;
		border: none;
		border-radius: 3px;
		padding-left: 3%;
	}
	.trans > div {
		/*margin-bottom: 5%;*/
	}
	#reserve_btn2 {
		background-color: #000;
		color: #fff;
	}
	.pc-reserve>.test1>.pc-pop-close {
		text-align: right;
		float: right;
		font-size: 20px;
		z-index: 500;
		cursor: pointer;
		width: 10% !important;
	}
	.extend > .quick-square > .pc-clock {
		margin-top: -3px !important;
	}
	.extend > .quick-square > .icon-clock {
		width: inherit !important;
		padding-left: 0 !important;
		padding-top: 0 !important;
		text-align: center !important;
	}
	.extend > .quick-square > span:last-of-type {
		width: 100% !important;
		padding-left: 0 !important;
		padding-top: 0 !important;
		text-align: center !important;
	}

	.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;
	}

	/* ID/PW 찾기(태블릿) */
	#pwModal .modal-dialog {width: 100% !important;}
	.pop-group span {width: 35%;}

}

@media all and (max-width:425px) {

	#cst_btn {
		float: left !important;
		padding: 3px 20px !important;
		margin-top: 15px !important;
	}
	.last-captcha .form-bind .g-recaptcha {
		float: none;
		display: block;
		margin-left: 10%;
		margin-top: 0;
	}
	.last-captcha {
		height: auto !important;
	}
	.last-captcha > div:last-of-type {
		margin-left: 5%;
	}
	.last-captcha > div:last-of-type > span.ex-gray {
		float: left;
	}
	.last-captcha > div:last-of-type > input {
		margin-left: 0;
	}

	header {
		height: 233px;
	}
	section {
		height: inherit !important;
		/* min-height: 600px; */
		margin-bottom: 233px;
	}
	/* 모바일에서의 타이틀 크기 조절 */
	.com-title-main {
		margin-bottom: 30px;
	}
	.com-title-main i {
		font-size: 20px;
	}
	.com-title-main span {
		font-size: 20px;
	}
	.com-title-main p {
		font-size: 13px;
		padding: 0 10px;
	}
	.main-container {
		width: 100%;
	}
	.com-title-sub2-text {
		width: 94% !important;
	}
	.num-wrap {
		margin-left: 30px !important;
	}
	.com-form-line div.form-bind {
		display: block;
		width: 100%;
	}
	.com-form-line input {
		margin-top: 5px;
		/* margin-left: 5%; */
	}
	.com-form-line input.short {
		display: inline-block;
		width: 59%;
		height: 33px;
	}
	.com-form-line input.long {
		width: 90%;
		height: 33px;
	}
	.com-form-line select {
		min-width: 110px;
		margin-top: 1%;
		margin-left: 5%;
		height: 33px;
	}
	.mobile-email {
		max-width: 100%;
	}
	.com-form-line p:not(.m-form-name) {
		padding-left: 5%;
		width: 95%;
		display: inline-block;
		font-size: 11px;
		letter-spacing: -0.8px;
	}
	.com-form-line .result-search,
	.com-form-line textarea {
		width: 90% !important;
		/* margin-left: 5%; */
	}

	/* 게시판 */
	.name-overflow {
		max-width: 40px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.com-board-select {
		display: none;
	}
	.com-board-search {
		width: 100%;
		margin-bottom: 4%;
	}
	.com-board-search button {
		padding: 4px 5px;
	}
	.com-board-table tbody tr td.board-title {
		width: inherit;
		padding-left: 2% !important;
	}
	.com-board-table tbody tr td {
		padding: 4% 0;
		font-size: 11px;
	}
	.com-board-table tbody tr td:nth-of-type(2) {
		/*padding-left: 3% !important;*/
		max-width: 90px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.com-board-table tbody tr td:nth-of-type(3) {
		min-width: 54px;
		font-size: 12px;
	}
	.com-board-table thead {
		font-size: 12.5px;
	}
	.com-read-table tr {
		font-size: 12.5px;
	}
	.free-result-btn {
		padding: 1px 1px !important;
	}
	.board-pagination {
		margin-left: inherit;
		padding-left: 0;
		display: inline-block;
		margin-top: 5%;
	}
	.board-pagination div {
		width: 25%;
		text-align: center !important;
		margin: 0 auto;
		font-size: 12px;
	}
	.board-page-number {
		padding: 0 7%;
		width: 40% !important;
	}
	.text-vertical {
		width: 90%;
	}
	.mob-gov {
		font-size: 12px;
	}
	footer {
		float: left;
		margin-top: 10%;
	}
	.board-limit {
		max-width: 75px;
	}

	/* 디자인 등록신청 스텝 */
	.color-info {
		padding-top: 0 !important;
		font-size: 11px !important;
	}
	.box-step-img img {
		width: 100%;
	}
	.com-form-line span {
		font-size: 12px;
	}

	.com-board-btn {
		margin-top: 30px;
		margin-bottom: 40px;
		/*float: right;*/
	}
	.com-table td {
		padding: 10px !important;
	}

	input.mid {
		width: 90%;
	}
	.write-index {
		margin-left: 5%;
	}

	.m-note-delete {
		width: 100% !important;
	}
	.file-wrap {
		margin-left: 15px;
	}
	.file-wrap p {
		font-size: 13px !important;
		margin-right: 0 !important;
	}


	/* 해외특허 */
	.pct-box {
		width: 100%;
		margin-bottom: 15% !important;
	}
	.region > div {
		margin: 1%;
		min-height: auto;
		width: 100%;
	}
	.price-titleB {
		font-size: 25px;
	}
	.price-titleS {
		font-size: 15px;
	}
	.big-price {
		font-size: 20px !important;
	}
	.price-align-txt {
		font-size: 13px;
	}



	/* 글자체 디자인등록 */

	.font-img-null {
		display: none !important;
	}


	/* 예약상담 / 네이버톡톡 */
	.pc-display-none {
		display: block;
	}
	.mobile-display-none {
		display: none;
	}
	.test {
		display: none;
	}
	.add-quicktrans .test {
		display: block;
	}
	.sidebar ul li {
		padding: 10px 0;
		border-bottom: 1px solid #2a4c03;
    border-top: 1px solid #529406;
		cursor: pointer;
	}
	.quick-menu-talk {
		opacity: 0;
		z-index: 999;
	}
	.mobile-quick-menu {
		display: block;
		opacity: 1;
		bottom: 0;
		right: 0;
		width: 100%;
		z-index: 999;
		transition-delay: 0.3s;
		transition-duration: 0.7s;
	}
	.add-quicktrans {
		right: 0;
		width: 40px;
		transition-delay: 0.3s;
		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;
	}
	.clock p {
		font-size: 13px;
		color: #2a2a2a;
		font-weight: 600;
	}
	.form-container {
		margin: 0;
		float: left;
		width: 100%;
	}
	.extend {
		width: 100% !important;
		transition: all 0.5s;
		border-top: 1px solid #fff;
		background: #ffde6c;
		z-index: 999;
		position: fixed;
		text-align: center;
		border-radius: 0;
		right: 0;
		bottom: 100px;
		left: 0;
		top: initial;
		z-index: 1;
	}
	.open_extend {
		top: -40px;
	}
	/* .open_clock {
		width: 300px;
		height: 50px;
		background: #ffde6c;
		position: fixed;
		bottom: 0;
		opacity: 0;
		transform: translateY(300px);
		transform-origin: 0%;
	}
	.open_extend {
		opacity: 1;
		height: 390px;
		transition-duration: 0.7s;
		-webkit-transition-duration: 0.7s;
		transform: translateY(-192px);
		position: absolute;
		z-index: 99;
		top: -246px;
		width: 100%;
		right: 0;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	} */
	#pc_reserve_form2.trans {
		opacity: 1;
		transition: all 0.5s;
		transition-delay: 0.7s;
		float: left;
		width: 100%;
	}
	#pc_reserve_form2 {
		opacity: 0;
		transition: all 0.5s;
	}
	.form-btn {
		display: inline-block;
		width: 100%;
		margin-top: 0;
	}
	.pc-reserve div:first-of-type i {
	}
	.pc-reserve div p {
		width: 100%;
		margin-left: 7%;
		float: left;
		font-weight: bold;
		font-size: 13px;
		text-align: left;
		color: #6c6c6c;
		margin-bottom: 17px;
		margin-top: 0;
		padding-right: 16%;
		line-height: 1.8em;
		letter-spacing: -0.9px;
	}
	#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:last-of-type {
		padding-top: 2.5%;
	}
	.icon-clock {
		padding-top: 0 !important;
		text-align: right !important;
		font-size: 20px;
	}
	/*.pop-head-title {
		margin-top: 8% !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;
	}
	.trans div span {
		text-align: left;
		font-size: 13px;
		font-weight: bold;
		float: left;
		width: 30%;
		padding-left: 7%;
		line-height: 3em;
	}
	.pc-reserve input {
		margin-right: 10px;
		padding-right: 10px;
		width: 60%;
		height: 35px;
		border: none;
		border-radius: 3px;
		padding-left: 3%;
	}
	.trans > div {
		/*margin-bottom: 5%;*/
	}
	#reserve_btn2 {
		background-color: #000;
		color: #fff;
	}
	.pc-pop-close {
		text-align: right;
		float: right;
		font-size: 20px;
		z-index: 500;
		cursor: pointer;
	}
	.extend > .quick-square > .pc-clock {
		margin-top: -3px !important;
	}
	.extend > .quick-square > .icon-clock {
		width: inherit !important;
		padding-left: 0 !important;
		padding-top: 0 !important;
		text-align: center !important;
	}
	.extend > .quick-square > span:last-of-type {
		width: 100% !important;
		padding-left: 0 !important;
		padding-top: 0 !important;
		text-align: center !important;
	}

	/* 로그인폼 */

	.login-align {
		width: 100%;
		padding: 5% 0;
	}
	.mail-wrap {
		width: 79%;
	}
	#loginDesign {
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}
	.log-btn-box {
		display: inline-block;
    float: right;
    margin: 0;
    padding: 0;
    height: 75px;
    width: 18%;
	}
	.searchline {
		width: 100%;
	}
	.sns-box {
	  width: 100% !important;
		margin-left: 0 !important;
		text-align: center;
	}
	.sns-box img {
	  width: 185px;
	}
	#naverIdLogin {
		margin-bottom: 2%;
	}



	/*-----------mail-wrap START*/
	.form-control {font-size: 12px !important;}
	.mail-wrap .form-group {width: 100%;}
	.login-label {width: 33%; text-align: right; padding-right: 5%;}
	.mail-wrap input {
		width: 67% !important;
		height: 30px !important;
		border: 1px solid lightgray;
	}
	.mail-wrap select {
		width: 10px;
		height: 30px !important;
		margin-top: 3%;
	}
	#linkJoin, #searchPw {width: 50%;}
	#searchPw {margin-left: 0;}

	/*-----------mail-wrap END*/

	/* 회원가입 */
	.form__auth > .form-group > .login-label {
		text-align: center !important;
	}
	.form__auth > .form-group > input {
		width: 56%;
	}

	.head-img {
		background-position: top !important;
		background-size: 768px !important;
	}




}
