header {
	border-bottom: 1px solid #eee;
}
header .row {
	height: 75px;
	align-items: center;
}
header .header_logo {
	width: 180px;
}

.header_logo_wrap {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.search_box_wrapper {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.menu_wrap {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
header .menu_open {
	display: none;
	margin-left: auto;
}
header .menu_open {
	position: relative;
	padding: 0;
	width: 20px;
	height: 15px;
	border: none;
	background: none;
}
header .menu_open span {
	display: inline-block;
	position: absolute;
	left: 0px;
	width: 20px;
	height: 1px;
	background: #707070;
	transition : all .4s;
}
header.brand .menu_open span {
	background: #fff;
}
header .menu_open:focus {
	outline: none;
}
.menu_open span:nth-of-type(1) {
	top : 0;
}
.menu_open span:nth-of-type(2) {
	top : 7px;
}
.menu_open span:nth-of-type(3) {
	bottom : 0;
}

.menu_close {
	display: none;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	border: none;
	background: none;
	outline: none;
}
.menu_close:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 50%;
	width: 1px;
	height: 30px;
	background-color: #fff;
	transform: translate(50%, -50%) rotate(45deg);
}
.menu_close:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 50%;
	width: 1px;
	height: 30px;
	background-color: #fff;
	transform: translate(50%, -50%) rotate(-45deg);
}

nav ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
nav ul li {
	flex: 0 1 150px;
	max-width: 150px;
	text-align: center;
	font-size: 1rem;
}
.search_box_wrap {
	display: inline-block;
}
.search_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #dcdcdc;
}
.search_box input {
	padding:  7px 12px;
	width: 180px;
	background: none;	
	border: none;
	outline: none;
	font-size: 0.875rem;
}
.search_box button {
	padding: 3px 10px;
	height: 35px;
	background: none;	
	border: none;
}
.search_box button img {
	display: block;
}
header .search_box {
	border: none;
	border-bottom: 2px solid #579eff;
}
header .search_box input {
	width: 320px;
}

.footer_nav {
	margin-top: 30px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.footer_nav .row { justify-content: space-between; }
.footer_nav a {
	display: block;
	padding: 10px 15px;
	/* flex: 0 0 12.5%; */
	max-width: 12.5%;
	text-align: center;
	font-size: 0.875rem;
	white-space: nowrap;
}
footer {
	padding: 10px 0;
	border-top: 1px solid #f4f4f4;
	background: #f9f9f9;
}
footer .container {
	display: flex;
	padding: 20px 15px;
}
.footer_logo {
	padding-right: 20px;
	flex: 0 0 180px;
	max-width: 180px;
}
.footer_info {
	flex: 0 1 100%;
	max-width: 100%; 
}
.footer_info ul {
	display: flex;
	align-items: flex-start;
}
.footer_info li { position: relative; padding: 0 20px; font-size: 0.875rem; color: #606060; }
.footer_info li + li:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 8px;
	background-color: #aaa;
	transform: translate(0, -50%);
}
.footer_cs {
	flex: 0 0 260px;
	max-width: 260px; 
	text-align: right;
}
.footer_bottom {
	padding: 7px 15px;
	background-color: #2b333e;
	color: #fff;
	text-align: center;
}
/* index */
.main_top_secton {
	display: flex;
	height: 580px;
	align-items: center;
	justify-content: center;
	background-image: url('/images/main/main_top.jpg');
	background-position: center;
	background-size: cover;
	color: #fff;
}
.main_top_secton .inner_box h1 {
	margin-bottom: 40px;
	color: #000;
}
.main_top_secton .inner_box h5 {
	font-weight: 300;
	line-height: 1.8;
	color: #000;
}

.main_top_secton .search_box {
	margin-top: 40px;
	border: 1px solid #fff;
	background-color: rgba(255,255,255,0.1);
}
.main_top_secton .search_box input {
	padding: 7px 20px;
	width: 400px;
	height: 55px;
	color: #fff;
	font-size: 1rem;
}
.main_top_secton .search_box input::-webkit-input-placeholder {
	color: #fff;	
}
.main_top_secton .search_box input:-ms-input-placeholder {
	color: #fff;
}
.main_top_secton .search_box button {
	padding-right: 20px;
}

.main_swiper {
	height: 580px;
}
.main_swiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-size: cover;
}
.main_swiper .inner_box {
	padding: 0 15px;
	max-width: 1140px;
	width: 100%;
}
.main_swiper .inner_box h1 {
	margin-bottom: 40px;
	color: #000;
}
.main_swiper .inner_box h5 {
	font-weight: 300;
	line-height: 1.8;
	color: #000;
}
.main_swiper .inner_box a {
	display: inline-block;
	margin-top: 50px;
	padding: 8px 30px;
	color: #fff;
	background-color: #000;
}
.mobile_swiper {
	display: none;
	height: 400px;
}
.mobile_swiper .swiper-slide {
	background-position: center;
	background-size: cover;
}
.main_contents_section .container_lg {
	padding-top: 70px;
	padding-bottom: 70px;
	border-bottom: 1px solid #eee;
}
.main_content_box {
	padding: 30px;
	text-align: center;
}
.main_content_box .img_wrap {
	display: flex;
	width: 100%;
	height: 165px;
	align-items: center; 
	justify-content: center;
}
.main_content_box .img_wrap img {
	max-height: 100%;
}
.main_content_box h4 {
	margin-top: 10px;
	font-weight: 500;
}
.main_content_box h5 {
	margin-top: 10px;
	color: #888;
	font-weight: 300;
}


/* faq */
.faq_box { border-top: 2px solid #000; }
.question_box {
	border-bottom: 1px solid #e5e5e5;
}
.question_obj {
	display: flex;
	padding: 20px 40px;
	align-items: center;
	justify-content: space-between;
}
.answer_obj {
	padding: 10px 40px 40px;
}
.question_obj h6 {
	position: relative;
	padding-left: 25px;
}
.answer_obj p {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;	
}
.question_obj h6:before {
	content: 'Q.';
	position: absolute;
	top: -2px;
	left: 0;
	font-size: 1rem;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}
.question_box.on .question_obj {
	color: #579eff;
}
.question_box.on .question_obj .arrow_bg {
	background-image: url('/images/icon/arrow_ico2.png');
	transform: rotate(180deg);
}
.question_box .arrow_bg {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url('/images/icon/arrow_ico1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	transform: rotate(0deg);
	transition: all 0.4s ease;
}
.answer_obj {
	display: none;
}


/* notice */
.board_body {
	border-top: 2px solid #000;
}
.board_body table {
	width: 100%;
	table-layout: fixed;
}
.board_body table tr {
	border-bottom: 1px solid #e5e5e5;
}
.board_body table td {
	padding: 20px 25px;	
}
.board_body .answer tr {
	border-top: 1px dashed #e5e5e5;
}
.board_body tbody:nth-last-child(2) tr {
	border-bottom: none;
}
.board_body thead {
	background-color: #fafafa;
}
.board_body thead th,
.board_body thead td {
	padding: 20px 25px;
	text-align: center;
	font-size: 0.875rem;
	font-weight: 400;
}
.board_body thead tr {
	border-left: 1px solid #e5e5e5;	
	border-right: 1px solid #e5e5e5;
}
.board_body tbody th {
	padding: 15px 25px;
	background-color: #fafafa;	
	font-weight: 400;
	font-size: 0.875rem;
}
.gallery_content_inner {
	display: flex;
	align-items: center;
}
.gallery_content_inner .thumb {
	height: 155px;
	flex: 0 0 230px;
	max-width: 230px;
	background-position: center;
	background-size: cover;
	border: 1px solid #e5e5e5;
}
.gallery_content_inner .txt_box {
	padding: 15px 25px;
	flex: 0 1 100%;
	max-width: 100%;
} 
.gallery_content_inner .txt_box .title {
	font-weight: 400;
}
.gallery_content_inner .txt_box .reg {
	margin: 10px 0 0;
	text-align: left;
	color: #9f9f9f;
}
.thumb_img_area {
	margin-bottom: 30px;
	text-align: center;
}

table.ipt_table {
	table-layout: auto;
}
table.ipt_table td {
	padding: 15px 10px;
	white-space: nowrap;
	border: 1px solid #e5e5e5;
}
table.ipt_table th {
	white-space: nowrap;
}
table.ipt_table td label + label {
	margin-left: 8px;
}
.ipt_table td input,
.ipt_table td select {
	min-width: 150px;
	width: 100%;
	border: none;	
	text-align: center;
	font-size: 0.85rem;
}
.ipt_table .fileuploader { margin-top: 0; }

table.ipt_table td .btn_common {
	padding: 6px 15px;
	font-size: 0.75rem;
}

.board_body.small table td,
.board_body.small table th {
	padding: 15px 10px;	
}
.board_body.small table .no {
	width: 80px;
}
.board_body table td button {
	padding: 3px 8px;
	font-size: 0.75rem;
}

.board_view {
	border-top: 2px solid #000;
}
.board_view table {
	width: 100%;
}
.board_view thead {
	background-color: #fff;
}
.board_view thead .reg {
	font-size: 0.85rem;
	color: #9f9f9f;
	text-align: right;
}
.board_view table tr {
	border-bottom: 1px solid #e5e5e5;
}
.board_view thead .title {
	font-weight: 500;
}
.board_view table td {
	padding: 35px 0px;	
}
.board_view .answer {
	background-color: #f9f9f9;
}
.board_view_link_dl {
	display: flex;
	align-items: center;
	font-size: 0.875rem;
}
.board_view_link_dl dt {
	position: relative;
	flex: 0 0 70px;
	max-width: 70px;
	color: #a0a0a0;
	font-weight: 500;
}
.board_view_link_dl dt:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	height: 12px;
	width: 1px;
	background-color: #dcdcdc;
}
.board_view_link_dl dd {
	padding-left: 25px;
	flex: 0 1 100%;
	max-width: 100%;
}
.common_list_ico {
	display: inline-block;
	position: relative;
	margin-right: 3px;
	width: 10px;
	height: 1px;
	background-color: #579eff;
	vertical-align: middle;
}
.common_list_ico:before,
.common_list_ico:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 10px;
	height: 1px;
	background-color: #579eff;
}
.common_list_ico:before {
	top: -4px;
}
.common_list_ico:after {
	top: 4px;
}

.board_view .answer .view_detail {
	position: relative;
	padding-left: 65px;
	padding-right: 65px;
}
.board_view .answer .view_detail:after {
	content: url( "/images/icon/reply.png" );
	display: block;
	position: absolute;
	top: 0px;
	left: 40px;
}
.board_body .no {
	width: 100px;
	text-align: center;
	font-size: 0.85rem;
}
.board_body .contents .title {
	font-weight: 400;
}
.board_body .contents .detail {
	margin-top: 10px;
}
.board_body .reg {
	width: 140px;
	text-align: center;
	font-size: 0.85rem;
	color: #9f9f9f;
}
.board_body .name {
	width: 120px;
	text-align: center;
	font-size: 0.85rem;
}
.board_body .view_header .title { font-weight: 500; }
.board_body .view_header .info {
	margin-top: 30px;
}
.board_body .view_header .info .reg {
	display: inline-block;
	margin-left: 25px;
	width: auto;
	color: #9f9f9f;
}
.board_body .view_detail {
	min-height: 150px;
	font-size: 0.875rem;
}
.view_detail img {
	height: auto !important;
}
.board_body .lock {
	display: flex;
	align-items: center;
}
.board_body .lock .title {
	width: calc(100% - 50px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.board_body .lock img {
	margin-left: 12px;
}

/* modal */
.modal_close {
	position: absolute;
	padding: 0;
	width: 25px;
	height: 25px;
	right: 15px;
	top: 15px;
	border: none;
	background-color: transparent;
	background-image: url('/images/icon/close_gray.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	outline: none;
	cursor: pointer;
	z-index: 1;
}
.custom_modal .modal-content {
	border-radius: 0;
}
.ipt_box input {
	padding: 3px 10px;
	border: 1px solid #ddd;
	background: #fff;
}
.custom_modal .btn_area {
	margin-top: 25px;
	text-align: center;
}
.custom_modal .btn_area button {
	padding: 7px 30px;
	font-size: 0.875rem;
}
.custom_modal.lg_modal .btn_area button {
	padding: 15px 20px;
	width: 35%;
	font-size: 1rem;
}
.custom_modal.lg_modal .btn_area button + button {
	margin-left: 25px;
}
.custom_modal.lg_modal .modal-dialog {
	max-width: 750px;
}
.custom_modal.lg_modalx .modal-dialog {
	max-width: 960px;
}
.custom_modal.lg_modal .modal-body {
	padding: 50px 20px;
}
.modal_product {
	display: flex;
	padding-bottom: 20px;
	align-items: center;
}
.modal_product .img_bg {
	flex: 0 0 155px;
	max-width: 155px;
	height: 125px;
	border: 1px solid #dcdcdc;
	background-position: center;
	background-size: cover;
}
.modal_product .modal_product_info {
	margin-left: 30px;		
	flex: 0 1 100%;
	max-width: 100%;
}
.modal_product_info .table_style1 tr:last-child {
	border-bottom: 1px solid #000;
}
.modal_product_info .table_style1 td, .modal_product_info .table_style1 th {
	padding: 10px 15px;
}
.custom_modal .add_img_ipt .img_bg {
	height: 135px;
}
.modal_content_header {
	padding: 0 20px;
}
.modal_content_header > div {
	padding-bottom: 20px;
	border-bottom: 1px solid #737373;
}
.modal_content_body {
	padding: 30px 20px 0;
}
.modal_content_body .ipt_obj + .ipt_obj {
	margin-top: 30px;
}
.modal_content_body .ipt_obj_title {
	margin-bottom: 15px;
}
.modal_content_body .table_style1 {
	border-top: 1px solid #dcdcdc;
}
.modal_content_body .table_style1 tr {
	border: none;
}
.modal_content_body .table_style1 tr:last-child {
	border-bottom: 1px solid #dcdcdc;
}
.modal_content_body .table_style1 th {
	width: 100px;
}
.modal_content_body .table_style1 td, .modal_product_info .table_style1 th {
	padding: 5px 15px 5px 30px;
}
.modal_content_body .ipt_obj input {
	padding: 3px 15px;
	height: 35px;
	width: 100%;
	outline: none;
	background: #fff;
	border: 1px solid #dcdcdc;
}
.modal_content_body .ipt_obj select {
	padding: 3px 15px;
	height: 35px;
	width: 100%;
	outline: none;
	background: #fff;
	border: 1px solid #dcdcdc;
}

.custom_modal .add_img_ipt.cnt5 .img_bg {
	height: 115px;
}

/*견적 저장하기 모달*/
.estimate_modal_header {
	display: flex;
	padding: 30px 40px 5px !important;
	justify-content: flex-end;
}
.estimate_modal_body {
	padding: 0 40px 50px !important;
}
.estimate_modal_body .ipt_obj input {
	display: block;
	width: 100%;
}
.estimate_modal_body .btn_area button {
	padding: 10px 60px !important;
	width: auto !important;
}
.estimate_modal_body .board_body th,
.estimate_modal_body .board_body td {
	padding: 15px 10px;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
}


.business_card_list_wrap {
	padding-top: 50px;
}
.business_card_list_header {
	padding: 0 20px;
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}
.business_card_list_header ul {
	display: flex;
	padding: 10px 0;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e4e2e0;
}
.alter_btn {
	display: flex;
	width: 20px;
	height: 20px;
	color: #b2b2b2;
	border: 1px solid #c0c0c0;
	border-radius: 100%;
	font-size: 0.75rem;	
	align-items: center;
	justify-content: center;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.12);
}
.business_card_list_body {
	padding: 20px 20px 40px 20px;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}
.business_card_list_body .img_bg {
	height: 100px;
	border: 1px solid #e5e5e5;
	background-size: cover;
	background-position: center;
}
.business_card_file {
	display: block;
}
.business_card_file input {
	display: none;
}
.business_card_file .search_file_btn {
	display: flex;
	margin-top: 12px;	
	width: 100%;
	height: 35px;
	background-color: #fafafa;
	border: 1px solid #d2d2d2;
	border-radius: 0;
	font-size: 0.875rem;
	color: #535353;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.business_card_list_body button {
	margin-top: 12px;	
	width: 100%;
	height: 35px;
	background-color: #fafafa;
	border: 1px solid #d2d2d2;
	border-radius: 0;
	font-size: 0.875rem;
	color: #535353;
}
.business_card_list_footer button {
	display: flex;
	width: 100%;
	height: 50px;
	background-color: #579eff;
	border: none;
	color:  #fff;
	align-items: center;
	justify-content: center;
	text-align: center;
}

/* login */
.login_box {
	margin: 0 auto;
	padding: 40px 15px 50px;
	flex: 0 0 480px;
	max-width: 480px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}
.login_box.join {
	padding-top: 70px;
	padding-bottom: 70px;
}
.login_inner_box {
	margin-left: auto;
	margin-right: auto;
	max-width: 360px;
}
.help_text {
	font-size: 0.8rem;
	color: #a0a0a0;
}
.ipt_obj_title {
	margin-bottom: 10px;
	font-weight: 500;
}
.login_box .ipt_obj + .ipt_obj{
	margin-top: 15px;
}
.login_box.join .ipt_obj + .ipt_obj{
	margin-top: 25px;
}
.ipt_obj input,
.ipt_obj select {
	padding: 3px 10px;
	height: 45px;
	width: 100%;
	outline: none;
	background: #fff;
	border: 1px solid #dcdcdc;
	font-size: 0.875rem;
}
.ipt_obj select { 
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none;
	background: url('/images/icon/select_arrow.png') no-repeat 97% 50%;
} 
.ipt_obj select::-ms-expand { display: none; }

.ipt_obj input:focus {
	background-color: #fff;
	border-color: #579eff;	
}
.ipt_obj textarea {
	padding: 20px 15px;
	height: 160px;
	width: 100%;
	outline: none;
	background: #fff;
	border: 1px solid #dcdcdc;
	font-size: 0.875rem;
	resize: none;
}
.ipt_obj + .ipt_obj {
	margin-top: 25px;
}
.ipt_obj .btn_common {
	height: 55px;
	width: 100%;
	font-weight: 500;
}
.ipt_obj .btn_border_common {
	height: 55px;
	width: 100%;
	font-weight: 500;	
}
.ipt_obj .btn_border_common:hover {
	border: 1px solid #4390f8;
	background-color: #fff;
	color: #579eff;
}
.ipt_obj_col {
	margin-top: 30px;
}
.ipt_obj.full_title {
	flex: 0 0 100% !important;
	max-width: 100% !important;
	flex-wrap: wrap;
}
.ipt_obj.full_title .ipt_full_title {
	flex: 0 0 100% !important;
	max-width: 100% !important;
}
.ipt_obj .use_etc_box {
	flex: 0 0 100% !important;
	max-width: 100% !important;	
}
.ipt_obj .use_etc_box label {
	margin: 8px;
}
.ipt_obj .use_etc_box > input[type=text] {
	width: 220px;
}
.certi_div {
	display: flex;
	align-items: center;
}
.certi_div.modify_email input {
	flex: 0 0 200px;
	max-width: 200px;
}
.certi_div.certify_email button {
	margin-left: 43px;
}
.certi_div > button {
	margin-left: 15px;
	flex: 0 0 85px;
	max-width: 85px;
	height: 45px;
	font-size: 0.875rem;
	color: #535353;
	border: 1px solid #d2d2d2;
	border-radius: 0;
	background-color: #fafafa;
}

.confirm_email {
	justify-content: flex-end;
}

.login_box .bt_link_area {
	display: flex;
	padding: 20px 0;
	align-items: center;
	justify-content: center;
}
.login_box .bt_link_area dd {
	position: relative;
	padding: 0 25px;
	font-size: 0.875rem;
	font-weight: 300;
}
.login_box .bt_link_area dd + dd:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 10px;
	background-color: #aaa;
	transform: translate(0, -50%);
}

.add_img_ipt {
	display: flex;
	margin: 0 -15px;
	flex-wrap: wrap;
}
.add_img_ipt .img_bg {
	position: relative;
	height: 175px;
	border: 1px dashed #dcdcdc;
	overflow: hidden;
}
.add_img_ipt .add_img_bg {
	border: 1px solid #dcdcdc;
	background-color: #000;
}
.add_img_ipt .img_bg > img {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	max-width: 100%;
	max-height: 100%;
}
.add_img_ipt .img_bg .none_box {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #969696;
	background: #f8f8f8;
}
.add_img_ipt .img_bg .none_box img {
	margin-bottom: 10px;
}
.add_img_ipt > * {
	padding: 15px;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	text-align: center;
	cursor: pointer;
}
.add_img_ipt.cnt4 > * {
	flex: 0 0 25%;
	max-width: 25%;
}
.add_img_ipt.cnt5 {
	margin: 0 -7px;
}
.add_img_ipt.cnt5 > * {
	padding: 7px;
	flex: 0 0 20%;
	max-width: 20%;
}

.add_img_ipt input[type=file] {
	display: none;
}
.add_img_ipt .add_img_bg button {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	border: none;
	outline: none;
	background: none;
	z-index: 3;
}
.add_img_ipt .add_img_bg:hover button {
	display: block;
	padding: 0;
}
.add_img_ipt .add_img_bg:hover button img {
	display: block;
}
.add_img_ipt .add_img_bg:hover:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 2;
}
.add_img_bg.on:after {
	content: '대표 이미지';
	display: block;
	position: absolute;
	padding: 6px 10px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(87,158,255,0.9);
	font-size: 0.875rem;
	color: #fff;
	text-align: center;
	z-index: 1;
}
.add_img_ipt article input[type=radio] {
	display: none;
}
.add_img_ipt article input[type=radio] + span {
	display: block;
	position: relative;
	margin: 15px auto 0;
	width: 20px;
	height: 20px;
	border: 1px solid #d3d3d3;
	border-radius: 100%;
	background-color: #fff;
	cursor: pointer;
}
.add_img_ipt article input[type=radio]:checked + span:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 50%;
	width: 8px;
	height: 8px;
	transform: translate(50%, -50%);
	background-color: #579eff;
	border-radius: 100%;
}
/* fileuploader */
.fileuploader {
	padding: 0px;
	margin: 15px 0 0;
	background: none;
	font-size: 0.75rem;
}
.fileuploader-input .fileuploader-input-caption {
	padding: 10px 15px;
	margin-right: 10px;
	border-radius: 5px;
	font-weight: 400;
}
.fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button, .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button.button-success {
	padding: 10px 15px;
	border-radius: 5px;
	font-weight: 500;
}

/* list */
.top_category {
	border-bottom: 1px solid #eee;
}
.top_category ul {
	display: flex;
	justify-content: space-between;
}
.top_category ul li {
	padding: 15px 0;
	font-size: 0.92rem;
}
.top_category ul li.on {
	color: #579eff;
}
.my_estimate {
	padding: 40px 0;
	background-color: #f4f4f4;	
	text-align: center;
}
.my_estimate .img {
	width: 100px;
}
.my_estimate .cnt {
	width: 130px;
}
.my_estimate .del {
	width: 100px;
}
.estimate_btn_area {
	display: flex;
	margin-top: 15px;
	align-items: center;
	justify-content: space-between;
}
.estimate_btn_area .left button {
	width: 115px;
	height: 35px;
	font-size: 0.875rem;
	border: 1px solid #d2d2d2;
	border-radius: 0;
	background-color: #fff;
}
.estimate_btn_area button + button {
	margin-left: 10px;
}
.estimate_btn_area .submit_btn {
	width: 150px;
	height: 40px;
	border: 1px solid #4c98fe;
	background-color: #1d7bfb;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
}
.my_estimate .img_box {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.my_estimate .del_btn {
	width: 60px;
	height: 30px;
	background-color: #f7f7f7;
	border: 1px solid #d2d2d2;
	border-radius: 0;
	font-size: 0.75rem;
}
.my_estimate .ipt_cnt {
	display: flex;
	align-items: center;
	justify-content: center;
}
.my_estimate .ipt_cnt input {
	padding: 2px 8px;
	margin-right: 5px;
	width: 65px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #d2d2d2;
	text-align: right;
}
.product_category .all {
	padding: 15px;
	height: 60px;
	background-color: #fafafa;
	border-top: 2px solid #000;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	font-weight: 400;
	text-align: center;
}
.product_category_row {
	display: flex;
	width: 100%;
}
.product_category_col_wrapper {
	width: 75%;
}
.product_category_col_wrap {
	display: flex;
}
.product_category_col_wrap .product_category_col {
	flex: 0 0 16.6666%;	
	max-width: 16.6666%;
}
.product_category_col {
	flex: 0 0 12.5%;	
	max-width: 12.5%;
	text-align: center;
}

.product_category_col1 {
	flex: 0 0 14.28%;	
	max-width: 14.28%;
	text-align: center;
}
.product_category_row > .product_category_col .title {
	padding: 40px 15px;
	height: 110px;
	background-color: #fafafa;
	border-top: 2px solid #000;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
}
.product_category_row > .product_category_col:first-child .title,
.product_category_row > .product_category_col:first-child ul {
	border-right: none;
}
.product_category_row > .product_category_col:last-child .title,
.product_category_row > .product_category_col:last-child ul {
	border-left: none;
}
.product_category_col_wrap .product_category_col .title {
	padding: 12px 15px;
	height: 50px;
	border-right: 1px solid #d2d2d2;
}
.product_category_col .title.mint {
	background-color: #e4f0f3;
}
.product_category_col .title.blue {
	background-color: #dae7f1;
}
.product_category_col .title.navy {
	background-color: #c8d6e7;
}
.product_category_col:first-child .title {
	border-left: 1px solid #d2d2d2;
}

.product_category_row > .product_category_col ul {
	height: calc(100% - 110px);
}

.product_category_col ul {
	padding: 8px 5px;
	height: calc(100% - 50px);
	border: 1px solid #d2d2d2;
	font-size: 0.875rem;
	font-weight: 300;
	color: #6f6f6f;
}
.product_category_col ul li {
	margin: 10px 0;
}
.product_category_col + .product_category_col ul {
	border-left: none;
}






.product_category_row > .product_category_col1 .title {
	padding: 40px 15px;
	height: 110px;
	background-color: #fafafa;
	border-top: 2px solid #000;
	/*border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;*/
}
/*
.product_category_row > .product_category_col1:first-child .title,
.product_category_row > .product_category_col1 p {
	border-right: none;
}
*/
.product_category_row > .product_category_col1:first-child ul  {
    border-left: 1px solid #d2d2d2;
}
.product_category_row > .product_category_col1   {
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
/*
.product_category_row > .product_category_col1:first-child ul {
	border-right: 1px solid #d2d2d2;
}
.product_category_row > .product_category_col1:last-child .title,
.product_category_row > .product_category_col1:last-child ul {
	border-right: 1px solid #d2d2d2;
}
*/
.product_category_col1_wrap .product_category_col1 .title {
	padding: 12px 15px;
	height: 50px;
}
.product_category_col1 .title.mint {
	background-color: #e4f0f3;
}
.product_category_col1 .title.blue {
	background-color: #dae7f1;
}
.product_category_col1 .title.navy {
	background-color: #c8d6e7;
}
.product_category_col1:first-child .title {
	border-left: 1px solid #d2d2d2;
}

.product_category_row > .product_category_col1 ul {
	height: calc(100% - 110px);
}

.product_category_col1 ul {
	padding: 8px 5px;
	height: calc(100% - 50px);
	/*border: 1px solid #d2d2d2;*/
	font-size: 0.875rem;
	font-weight: 300;
	color: #6f6f6f;
}
.product_category_col1 ul li {
	margin: 10px 0;
}
.product_category_col1 + .product_category_col1 ul {
	border-left: none;
}

.product_category_btn .top > div {
	display: flex;
	background-color: #f4f4f4;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}
.product_category_btn .top > div .title {
	display: flex;
	padding: 0 1.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%;
	align-items: center;
	font-size: 0.875rem;
	font-weight: 500;
	border-right: 1px solid #d2d2d2;
}
.product_category_btn .top > div .chk_area {
	padding: 15px;
	flex: 0 0 87.5%;
	max-width: 87.5%;
	background-color: #fafafa;
}
.product_category_btn .top > div .chk_area label {
	margin: 3px 10px;
}
.product_category_btn .bottom {
	margin-top: 15px;
	text-align: right;
}

.product_category_btn .left select {
	padding: 0 8px;
	width: 140px;
	height: 35px;
	font-size: 0.875rem;
	border: 1px solid #000;
	border-radius: 0;
	background-color: #fff;
}
.product_category_btn .left select + select {
	margin-left: 10px;
}
.product_category_btn .submit_btn {
	width: 150px;
	height: 40px;
	border: 1px solid #4c98fe;
	background-color: #1d7bfb;
	/*border: 1px solid #263346;
	background-color: #263346;*/
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
}
.contents_list .min_height {
	min-height: 600px;
}
.contents_list .thumb_board_wrap:last-child {
	min-height: 500px;	
}


.contents_list .thumb_board,
.company_view_portfolio .thumb_board {
	margin: 30px 0;	
	padding: 15px 0;
}
.contents_list .thumb_board .img_wrap,
.company_view_portfolio .thumb_board .img_wrap {
	padding-top: 100%;
}
.contents_list .thumb_board:hover {
	position: absolute;
	padding: 15px;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.contents_list .thumb_board .btn_area {
	display: none;
}
.contents_list .thumb_board:hover .btn_area {
	display: flex;
}
.contents_list .thumb_board:hover .behind_box {
	display: block;
}

/* estimate_list */
.estimate_obj {
	margin-top: 20px;
	border: 1px solid #bfbfbf;
}
.estimate_list_btn {
	text-align: right;
}
.estimate_list_btn button {
	padding: 3px 10px;
	height: 30px;
	font-size: 0.75rem;
}
.estimate_obj_header {
	display: flex;
	padding: 15px 25px 15px 75px;
	align-items: center;	
	justify-content: space-between;
	background-color: #fafafa;
	border-bottom: 1px solid #e5e5e5;
}

.estimate_obj_header .del_btn {
	position: relative;
	margin-left: 30px;
	width: 25px;
	height: 25px;
	background: none;
	border: none;
}
.estimate_obj_header .del_btn span {
	display: block;
	position: absolute;
	top: 50%;
	right: 50%;
	width: 26px;
	height: 1px;
	background-color: #000;
}
.estimate_obj_header .del_btn span:first-child {
	transform: translate(50%, -50%) rotate(45deg);
}
.estimate_obj_header .del_btn span:nth-child(2) {
	transform: translate(50%, -50%) rotate(-45deg);
}
.estimate_obj_header > .email_info {
	margin-left: 30px;
	padding: 3px 10px;
	max-width: 100%;
	flex: 0 1 100%;
}
.estimate_obj_header > .email_txt {
	margin-left: 30px;
	padding: 3px 10px;
	max-width: 100%;
	flex: 0 1 100%;
	font-size: 0.875rem;
	text-align: left;
}

.estimate_obj_header .btn_border_lightgray {
	margin-left: 40px;
	padding: 5px;
	width: 100px;
	flex: 0 0 100px;
	height: 35px;
	font-size: 0.75rem;
	color: #000;
}

.estimate_obj_body {
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 70px;
	padding-right: 70px;
}
.estimate_obj_body .ipt_obj textarea {
	padding: 12px 25px;
	height: 100px;
}
.estimate_obj_ipt {
	display: flex;
	align-items: center;
	padding: 25px 0;
}
.estimate_obj_ipt  .fileuploader {
	margin: 0;
}
.estimate_obj_ipt > p {
	flex: 0 0 125px;
	max-width: 125px;
}
.estimate_obj_ipt > .caption_txt {
	flex: 0 1 100%;
	max-width: 100%;
	font-size: 0.875rem;
	color: #579eff;
	text-align: right;
}
.estimate_obj_ipt > article {
	flex: 0 1 100%;
	max-width: 100%;
} 
.estimate_obj_ipt > article .custom_chk {
	margin-right: 25px;
}
.estimate_obj_ipt input {
	padding: 3px 10px;
	height: 35px;
	background: #fff;
	border: 1px solid #dcdcdc;
	font-size: 0.875rem;
}
.estimate_obj_ipt textarea {
	padding: 10px;
	background: #fff;
	border: 1px solid #dcdcdc;
	font-size: 0.875rem;
	resize: none;
}
.estimate_obj_ipt .flex_box {
	display: flex;
	align-items: center;
}
.estimate_obj_ipt .estimate_obj_file {
	max-width: 200px;
	max-height: 200px;
}

.sub_depth1_title {
	padding: 60px 15px 45px;
	text-align: center;
}
.sub_category_style1 {
	border-top: 2px solid #000;
	border-bottom: 1px solid #eee;
	background-color: #fcfcfc;
}
.sub_category_style1 ul {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.sub_category_style1 ul li {
	padding: 15px;
	font-size: 0.875rem;
}
.sub_category_style1 ul li.on {
	color: #579eff;
	box-shadow: inset 0px -2px 0px 0px #579eff;
}
.sub_depth2_header {
	padding: 70px 15px 35px;
	text-align: center;
}
.sub_depth2_title {
	font-weight: 500;
}
.sub_depth2_desc {
	margin-top: 15px;
}
.sub_depth2_btn {
	margin-top: 35px;
	width: 230px;
	height: 50px;
	font-size: 0.875rem;
}




/* 마이페이지 edit */
.mypage_setion_title {
	padding: 50px 0;
	border-bottom: 1px solid #dcdcdc;
}
.mypage_setion_title .desc {
	margin-top: 10px;
	font-weight: 300;
}
.edit_box {
	padding: 10px 0;
	border-top: 2px solid #000;
}
.edit_box input,
.edit_box textarea,
.edit_box select {
	background-color: #fbfbfb;
}
.edit_box textarea {
	padding: 10px 25px;
	height: 75px;
}
.edit_box textarea:focus {
	background-color: #fff;
	border-color: #579eff;
}
.edit_box .ipt_row {
	display: flex;
}
.edit_box .ipt_row > .ipt_obj {
	display: flex;
	padding: 20px 15px;
	margin-top: 0;
	flex: 0 0 50%;
	max-width: 50%;
}
.edit_box .ipt_row > .ipt_obj.full {
	flex: 0 0 100%;
	max-width: 100%;	
}
.edit_box .ipt_row > .ipt_obj > p {
	padding: 10px;
	flex: 0 0 110px;
	max-width: 110px;
}
.edit_box .ipt_row > .ipt_obj > .edit_ipt {
	flex: 0 1 100%;
	max-width: 100%;
}
.edit_box .ipt_row > .ipt_obj > .password-current-field {
	flex: 0 1 100%;
	max-width: 100%;
	min-width: 0;
}
.edit_box .ipt_row > .ipt_obj > .password-current-field > .edit_ipt {
	width: 100%;
}
.edit_box .ipt_row > .ipt_obj .password-current-hint {
	display: block;
	margin-top: 8px;
	color: #777;
	font-size: 13px;
	line-height: 1.45;
	word-break: keep-all;
}
.edit_box .ipt_row > .ipt_obj > .edit_ipt .ipt_row {
	margin-top: 15px;
}
.edit_box .ipt_row > .ipt_obj > .edit_ipt .ipt_row:first-child {
	margin-top: 0;
}
.edit_box .ipt_row > .ipt_obj > .edit_ipt .ipt_row > * {
	margin-right: 15px;
}
.edit_box .ipt_row > .ipt_obj > .edit_ipt .ipt_row > *:last-child {
	margin-right: 0;
}
.edit_box .ipt_row > .ipt_obj > .edit_ipt .ipt_row button.btn_plus,
.edit_box .ipt_row > .ipt_obj > .edit_ipt .ipt_row button.btn_minus {
	flex: 0 0 45px;
	max-width: 45px;
	width: 45px;
	height: 45px;
}

.change_img_div {
	margin-top: 15px;
}
.change_img_div > img {
	max-width: 100px !important;
}
.change_img_div > p {
	color: #707070;
}
.change_img_div + .ipt_row {
	margin-top: 5px !important;
}
.edit_box .ipt_row > .ipt_obj > .fileuploader {
	margin-top: 0;
}
.edit_box .btn_area {
	margin-top: 30px;
	padding: 45px 0;
	border-top: 1px solid #e5e5e5;
	text-align: center;
}
.edit_box .btn_area button {
	width: 230px;
	height: 55px;
	font-size: 0.875rem;
}
.service_category {
	border: 1px solid #dcdcdc;
}
.service_category dl {
	display: flex;
}
.service_category dt {
	display: flex;
	padding: 12px 18px;
	flex: 0 0 170px;
	max-width: 170px;
	align-items: center;
	color: #7d7d7d;
	font-size: 0.875rem;
	font-weight: 400;
}
.service_category dd {
	flex: 0 1 33.3333%;
	max-width: 33.3333%;
	border-left: 1px solid #dcdcdc;
}
.service_category dd:first-child {
	border-left: none;
}
.service_category .radius_chk {
	width: 100%;
}
.service_category .radius_chk > div {
	display: flex;
	padding: 12px 18px;
	align-items: center;
	justify-content: space-between;
}





.searched_section {
	padding: 50px 0;
	border-bottom: 1px solid #eee;
}
.no_contents {
	padding-bottom: 80px;
	text-align: center;
}
.no_contents .company_view_banner {
	margin-top: 40px;
}
.searched_section .tag_btn_area {
	margin-top: 35px;
}
.searched_section .tag_btn_area span {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 5px;
	border: 1px solid #579eff;
	color: #579eff; 
	font-size: 0.875rem;
}
.searched_section .tag_btn_area span + span {
	margin-left: 7px;
}


.star_avg_wrap {
	display: flex;
	align-items: center;
}

.company_info_swiper_wrap {
	position: relative;
	padding: 40px 0 110px;
}
.company_info_swiper .swiper-slide article {
	padding-top: 100%;
	background-size: cover;
	background-position: center;
}
.company_info_swiper_wrap .swiper-pagination {
	bottom: 45px;
	right: 50%;
	transform: translate(50%, 0);
}
.thin_line .swiper-pagination-bullet {
	margin: 0 4px;
	width: 10px;
	height: 2px;
	border-radius: 0;
	background: #589efe;
	opacity: .4;
}
.thin_line .swiper-pagination-bullet-active {
	background: #589efe;
	opacity: 1;
}

.company_info_swiper_wrap .swiper-button-next {
	width: 18px;
	height: 35px;
	margin-top: -50px;
	z-index: 10;
	cursor: pointer;
	background-size: 18px 35px;
	background-image: url('/images/icon/swiper_next.png');
	right: -60px;
}
.company_info_swiper_wrap .swiper-button-prev {
	width: 18px;
	height: 35px;
	margin-top: -50px;
	z-index: 10;
	cursor: pointer;
	background-size: 18px 35px;
	background-image: url('/images/icon/swiper_prev.png');
	left: -60px;
}

.company_view_section_title {
	padding: 35px 10px;
}


/* contact_history */
.translate .question_obj {
	display: flex;
	padding: 12px 35px;
	align-items: center;
	justify-content: flex-start;
}
.translate .question_obj .img_box {
	margin-right: 40px; 
	flex: 0 0 60px;
	max-width: 60px;
	height: 60px;
	background-size: cover;
	background-position: center;
}
.translate .question_obj .title {
	padding: 10px 15px;
	flex: 0 1 100%;
	max-width: 100%;
}
.translate .question_obj .title > span {
	color: #a9a9a9;
	font-weight: 300;
}
.translate .question_obj .name {
	flex: 0 0 120px;
	max-width: 120px;
	text-align: center;
}
.translate .question_obj .reg {
	flex: 0 0 170px;
	max-width: 170px;
	color: #888;
	text-align: center;
}
.translate .question_box .arrow_bg {
	margin-left: 30px;
}
.answer_obj p {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;	
}
.translate .answer_obj p:before {
	display: none;
}
.translate .answer_obj p:after {
	display: none;
}

/*intro*/
.intro_section1 .intro_bg {
	margin-bottom: 100px;
	height: 470px;
	background-size: cover;
	background-position: center;
}
.intro_section_title {
	margin-top: 20px;
	margin-bottom: 75px;	
	text-align: center;
	line-height: 2;
}
.intro_section1 dl {
	margin-bottom: 60px;
}
.intro_section1 dt {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 1.1rem;
	font-weight: 500;
}
.intro_section1 dd {
	font-size: 1rem;
	font-weight: 300;
	color: #6a6a6a;
	line-height: 2;
}
.intro_section1 .container_lg {
	padding-bottom: 60px;
	border-bottom: 1px solid #e5e5e5;
}
.intro_section2 .question_obj {
	padding: 25px 40px 25px 0;
}
.intro_section2 .question_obj h6 {
	padding-left: 0;
	font-size: 1.1rem;
	font-weight: 500;
}
.intro_section2 .question_obj h6:before {
	display: none;
}
.intro_section2 .answer_obj {
	padding: 20px 40px;
	background-color: #fff;
}
.intro_section2 .answer_obj dt {
	padding: 15px 0;
}
.intro_section2 .answer_obj dd {
	font-size: 0.925rem;
	line-height: 1.8;
}
.intro_section2 .answer_obj dl + dl {
	margin-top: 15px;
}
.intro_section2 .answer_obj dl:last-child {
	padding-bottom: 15px;
}
.intro_section2 .question_box:last-child {
	border-bottom: none;
}

/*성분 사전 dictionary*/
.estimate_tag_area {
	padding: 12px;
	min-height: 112px;
	border: 1px solid #d2d2d2;
	border-top: 2px solid #000;
	background-color: #fff;
	text-align: left;
}
.estimate_tag_area > input[type=text] {
	padding: 7px 12px;
	min-width: 100%;
	border: none;
	background-color: #fff;
	outline: none;
}
.estimate_tag_area .hashtag {
	display: inline-block;
	margin: 7px;
	padding: 6px 6px 6px 12px;
	color: #2a3e58;	
	background-color: #ddebff;
	font-size: 0.875rem;
}
.estimate_tag_area .hashtag > button {
	position: relative;
	padding: 0;
	margin-left: 5px;
	width: 10px;
	height: 10px;
	border: none;
	outline: none;
	background-color: transparent;
}
.estimate_tag_area .hashtag > button:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%) rotate(-45deg);
	width: 1px;
	height: 9px;
	background-color: #3f4d6d;
}
.estimate_tag_area .hashtag > button:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%) rotate(45deg);
	width: 1px;
	height: 9px;
	background-color: #3f4d6d;
}

.table_header_btn_area {
	padding: 20px 0;
	text-align: right;
}
.table_header_btn_area .btn_border_lightgray {
	padding: 7px 25px;
	font-size: 0.875rem;
	color: #000;
}

.guide_box {
	padding: 25px;
	border: 1px solid #bed9ff;
	background-color: #f7fbff;
	text-align: center;
}
.guide_box .title {
	margin-bottom: 20px;
	color: #579eff;
}

.my_estimate_section .board_body .contents .title {
	font-weight: 400;
}
.my_estimate_view_section .board_body {
	margin-top: 80px;
	padding: 25px 0 30px;
}


.sub_page_bg {
	padding: 95px 15px;
	text-align: center;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.side_menu {
	margin-top: -50px;
}
.side_menu_header {
	padding: 35px 35px 45px;
	color: #fff;
	background-color: #242939;
}
.side_menu_header > h4 {
	margin-bottom: 20px;
}
.side_menu li {
	display: flex;
	position: relative;
	padding: 5px 30px;
	height: 65px;
	border-bottom: 1px solid #dcdcdc;
	align-items: center;
}
.side_menu li.on {
	color: #579eff;
}
.side_menu li.on:after {
	content: '';
	display: block;
	position: absolute;
	margin-top: -2px;
	width: 2px;
	height: 8px;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%) rotate(-45deg);
	background-color: #579eff;
	border-radius: 5px;
}
.side_menu li.on:before {
	content: '';
	display: block;
	position: absolute;
	margin-top: 2px;
	width: 2px;
	height: 8px;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	background-color: #579eff;
	border-radius: 5px;
}
.side_menu ul + .link_area {
	margin-top: 25px;
}
.side_menu .link_area > a {
	display: block;
	text-align: center; 
}
.side_menu .link_area > a:hover {
	color: #a3a3a3;
}
.side_menu .link_area button {
	margin-top: 10px;
	width: 100%;
}

.progress_select_area {
	display: flex;
	padding: 15px 0;
	justify-content: space-between;
}
.progress_select_area .select_obj {
	display: flex;
	position: relative;
	flex: 0 0 33.3333%;
	max-width: calc(33.3333% - 45px);
}
.progress_select_area select {
	padding: 5px 18px;
	flex: 0 1 100%;
	max-width: 100%;
	width: 100%;
	height: 45px;
	border: 1px solid #dcdcdc;
	font-size: 0.875rem;
}
.double_arrow {
	width: 20px;
	height: 20px;
}
.double_arrow:before,
.double_arrow:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 50%;
	width: 5px;
	height: 5px;
	transform: translate(0, -50%) rotate(45deg); 
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}
.double_arrow:before {
	margin-right: -2px;
}
.double_arrow:after {
	margin-right: 2px;
}
.progress_select_area .double_arrow {
	position: absolute;
	left: -70px;
	flex: 0 0 70px;
	max-width: 70px;
	width: 70px;
	height: 45px;
}

.category_lists table td {
	text-align: center;
	font-size: 0.875rem;
}

.mod-category-list-section,
.mypage-empty-list-section.is-empty {
	min-height: 700px;
}

.category_lists .portfolio-empty-state {
	display: flex;
	min-height: 330px;
	padding: 60px 20px 70px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.category_lists .portfolio-empty-state__title {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
}

.category_lists .portfolio-empty-state p {
	margin: 10px 0 24px;
	color: #666;
	font-size: 0.9375rem;
	line-height: 1.6;
}

.category_lists .portfolio-empty-state__cta {
	display: inline-flex;
	min-width: 180px;
	height: 44px;
	padding: 0 24px;
	align-items: center;
	justify-content: center;
}

.mypage-empty-list-section .mypage-empty-state {
	display: flex;
	min-height: 240px;
	padding: 55px 20px 65px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.mypage-empty-list-section .mypage-empty-state h5 {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
}

.producer-password-current-hint {
	display: block;
	margin-top: 8px;
	color: #777;
	font-size: 0.875rem;
	line-height: 1.5;
}

.mod_category_header {
	display: flex;
	padding: 20px 0;
	align-items: center;
	justify-content: space-between;
	border-top: 2px solid #000;
	border-bottom: 1px solid #dcdcdc;
}
.mod_category_header .title_box {
	padding: 15px 0;
}
.mod_category_header .title_box .title {
	font-weight: 500;
}
.mod_category_header .title_box .desc {
	margin-top: 5px;
}
.mod_category_header dl {
	display: flex;
	padding: 15px 0;
	align-items: center;
	font-size: 0.875rem;
}
.mod_category_header dl dt {
	font-weight: 400;
}
.mod_category_header dl dd {
	position: relative;
	margin-left: 20px;
	padding-left: 20px;
	color: #a8a8a8;
}
.mod_category_header dl dd:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	height: 12px;
	width: 1px;
	background-color: #a8a8a8;
}
.mod_category_ipt table th {
	width: 230px;
}
.mod_category_ipt td {
	padding: 15px 25px;
}
.mod_category_ipt .custom_chk {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
}
.mod_category_img {
	margin-bottom: 60px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dcdcdc;
}
.left_line_title {
	margin: 35px 0;
	padding-left: 10px;
	border-left: 4px solid #579eff;
	line-height: 1;
}
.left_line_title > span {
	font-weight: 400;
}

.mod_category_img_obj {
	margin: 15px 0;
	padding: 5px;
	border: 1px solid #dcdcdc;
}
.mod_category_img_obj .thumb {
	position: relative;
	padding-top: 100%;
	background-position: center;
	background-size: cover;
	background-image: url('/images/picture.jpg');
	overflow: hidden;
}
.mod_category_img_obj .thumb > img {
	position: absolute;
	max-width: none !important;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	bottom: auto;
	left: auto;
	right: 50%;
	transform: translate(50%,-50%);
}
.mod_category_img_obj .thumb.width > img {
	max-height: 100% !important;
	width: auto;
	min-width: auto;
}
.mod_category_img_obj .thumb.height > img {
	max-width: 100% !important;
	height: auto;
	min-height: auto;
}
.mod_category_img_obj dl {
	display: flex;
	padding: 10px 0 5px;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	font-size: 0.75rem;
}
.mod_category_img_obj dl > * {
	flex: 0 0 50%;
	max-width: 50%;
}
.mod_category_img_obj dd {
	position: relative;
}
.mod_category_img_obj dd label {
	cursor: pointer;
}
.mod_category_img_obj dd + dd:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 1px;
	height: 12px;
	background-color: #dcdcdc;
}

.flex_table_style1 {
	display: flex;
	flex-wrap: wrap;
	border-top: 2px solid #000;
}
.flex_table_style1 .cell_wrap {
	display: flex;
	flex: 0 1 50%;
	max-width: 50%;
	border-bottom: 1px solid #dcdcdc;
}
.flex_table_style1 .th {
	flex: 0 0 200px;
	max-width: 200px;
	background-color: #fbfbfb;
    display: flex;
    align-items: center	
	
}
.flex_table_style1 .td {
	flex: 0 1 100%;
	max-width: 100%;
    display: flex;
    align-items: center	
}
.flex_table_style1 .td,
.flex_table_style1 .th {
	padding: 15px 25px;
	font-size: 0.875rem;
	font-weight: 400;
}
.flex_table_style1 .cell_wrap:last-child {
	border-bottom: 1px solid #000;
}
.flex_table_style1 .cell_wrap:nth-last-child(2) {
	border-bottom: 1px solid #000;
}
.flex_table_style1 .cell_wrap.odd_line {
	flex: 0 0 100%;
	max-width: 100%;
}
.flex_table_style1 .cell_wrap.remove_line {
	border-bottom: 1px solid #dcdcdc !important;
}

.flex_table_style2 {
	display: flex;
	flex-wrap: wrap;
	border-top: 2px solid #000;
}
.flex_table_style2 .cell_wrap {
	display: flex;
	flex: 0 1 50%;
	max-width: 50%;
	border-bottom: 1px solid #dcdcdc;
}
.flex_table_style2 .th {
	flex: 0 0 200px;
	max-width: 200px;
	background-color: #fbfbfb;
}
.flex_table_style2 .td {
	flex: 0 1 100%;
	max-width: 100%;
}
.flex_table_style2 .td,
.flex_table_style2 .th {
	padding: 15px 25px;
	font-size: 0.875rem;
	font-weight: 400;
}
.flex_table_style2 .cell_wrap.odd_line {
	flex: 0 0 100%;
	max-width: 100%;
}
.flex_table_style2 .cell_wrap.remove_line {
	border-bottom: 1px solid #dcdcdc !important;
}
.cell_wrap_full {
	flex: 0 0 100%;
	max-width: 100%;	
}


.order_box {
	padding: 0 15px;
	border: 1px solid #ddd;
}
.order_box + .order_box {
	margin-top: 60px;
}
.order_box_title {
	padding: 50px 0 35px;
	text-align: center;
	font-size: 1.875rem;
}

.order_box_subtitle {
	padding: 60px 0 25px;
}
.order_box .table_style5 th,
.order_box .table_style5 td {
	text-align: center;
	white-space: nowrap;
}
.order_box .table_style5 td.width {
	width: 185px;
}
.order_price_table th,
.order_price_table td {
	padding: 10px 15px;
	font-weight: 600;
}
.order_price_table td {
	background-color: #dae7f1;	
}
.order_box_logo {
	margin: 25px 0;
	width: 185px;
}
.order_btn_area {
	padding: 45px 0 60px;
	text-align: center;
}
.order_btn_area button {
	width: 230px;	
	height: 55px;
}
.order_btn_area button + button {
	margin-left: 25px;
}
.order_btn_area .btn_border_common:hover {
	border: 1px solid #4390f8;
	background-color: #fff;
	color: #579eff
}
.order_box input,
.order_box textarea,
.order_box select {
	display: block;
	padding: 5px 10px;
	width: 100%;
	border: 1px solid #dcdcdc;
}

.order_box textarea {
	min-height: 80px;
	resize: none;
}

.use_btn_pagination {
	position: relative;
	min-height: 50px;
}
.use_btn_pagination .btn_border_common {
	position: absolute;
	padding: 3px 20px;
	top: 30px;
	right: 0;
	height: 35px;
	font-size: 0.875rem;
}

.mod_category_ipt .detail_text {
	padding: 3px 5px 0;
	color: #f50000;
	font-size: 0.75rem;
}
.mod_category_img_obj.add {
	cursor: pointer;
}
.mod_category_img_obj.add .thumb {
	position: relative;
	background: none;
	background-color: #f4faff;
}

.mod_category_img_obj.add .thumb:before {
	content: '';
	display: block;
	position: absolute;
	margin-right: -20px;
	top: 50%;
	right: 50%;
	width: 41px;
	height: 1px;
	background-color: #579eff;
}
.mod_category_img_obj.add .thumb:after {
	content: '';
	display: block;
	position: absolute;
	margin-top: -20px;
	top: 50%;
	right: 50%;
	width: 1px;
	height: 41px;
	background-color: #579eff;
}
.mod_category_img_obj.add dl > * {
	flex: 0 0 100%;
	max-width: 100%;
}

.toast_box {
	display: none;
	position: fixed;
	padding: 15px;
	bottom: 50px;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 1;
	transition: opacity 0.5s ease;
}
.toast_box.on {
	display: block;
	opacity: 1;
}
.toast_box .inner_box {
	margin: 0 auto;
	padding: 15px;
	width: 80%;
	max-width: 350px;
	border-radius: 40px;
	background-color: rgba(0,0,0,0.6);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	color: #fff;
	text-align: center;
}
.limit_select {
	padding: 3px 10px;
	height: 45px;
	width: 120px;
	outline: none;
	background: #fff;
	border: 1px solid #dcdcdc;
	font-size: 0.875rem;
}
.limit_select_wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.limit_select_wrap select {
	margin-left: 25px;
}

.agreement_box {}
.agreement_box ul {
	padding-left: 15px;
	margin-bottom: 10px;
}
.agreement_box ul li {
	margin-bottom: 10px;
	font-size: 0.9rem;
}
.agreement_box p {
	margin-bottom: 10px;
	font-size: 0.9rem;
}
.agreement_box h4 {
	margin-bottom: 15px;
	font-size: 1.1rem;
}
.agreement_box h5 {
	margin-bottom: 5px;
	font-size: 0.9rem;
}
.entering_content {
	display: flex;
	padding: 50px 0;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #d2d2d2;
}
.entering_content .txt_box {
	display: flex;
	padding: 0 35px;
	align-items: center;
}
.entering_content .txt_box > h6 {
	margin-left: 35px;
	line-height: 2;
}
.entering_content .txt_box > .inner {
	padding-left: 35px;
}
.entering_content .txt_box > .inner .flex_div {
	justify-content: space-between;
	align-items: flex-start;
}
.entering_content .txt_box > .inner > .title {
	margin-bottom: 10px;
}
.entering_content .edit_box {
	margin-top: 35px;
	padding: 20px 20px;
	border: 1px solid #dcdcdc;
}
.entering_content .edit_box .ipt_row > .ipt_obj {
	padding: 8px 15px;
}
.entering_content .edit_box .ipt_row > .ipt_obj > p {
	padding-left: 0;
	flex: 0 0 75px;
	max-width: 75px;
}
.entering_content .edit_box .ipt_obj input {
	padding: 3px 10px;
	height: 40px;
	width: 100%;
	outline: none;
	border: 1px solid #dcdcdc;
	font-size: 0.875rem;
}
.entering_content .edit_box .ipt_obj textarea {
	padding-left: 10px;
	padding-right: 10px;
}


.entering_content_btn {
	display: flex;
	width: 230px;
	height: 55px;
	align-items: center;
	justify-content: center;
	background-color: #579eff !important;
	border-radius: 0 !important;
	border: none;
	outline: none !important;
	text-align: center;
	color: #fff !important;
	font-size: 0.875rem;
	font-weight: 500;
	cursor: pointer;
} 
.entering_content_btn input[type=file] {
	display: none;
}

.entering_content_ipt .txt_box {
	flex: 0 1 100%;
	max-width: 100%;
}
.entering_content_ipt .inner {
	flex: 0 1 100%;
	max-width: 100%;
}

.mw200 {
	min-width: 200px;
}
.mw150 {
	min-width: 150px;
}
.mw120 {
	min-width: 120px;
}
.mw110 {
	min-width: 110px;
}
.mw100 {
	min-width: 100px;
}
.mw90 {
	min-width: 90px;
}
.mw80 {
	min-width: 80px;
}
.mw70 {
	min-width: 70px;
}
.mw60 {
	min-width: 60px;
}
.mw50 {
	min-width: 50px;
}
.mw40 {
	min-width: 40px;
}
.mw30 {
	min-width: 30px;
}


.mobile_filter_btn {
	display: none;
	position: fixed;
	right: 30px;
	bottom: 40px;
	width: 65px;
	height: 65px;
	border-radius: 100%;
	background-color: #579eff;
	border: none;
	outline: none !important;
	z-index: 5;
}
.mobile_filter_btn img {
	display: block;
	margin: 0 auto;
	width: 18px;
}
.mobile_filter {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	overflow: auto;
	z-index: 6;
}
.mobile_filter.on {
	display: block;
}
.mobile_filter_header {
	display: flex;
	padding: 20px 25px;
	border-bottom: 1px solid #c9c9c9;
	align-items: center;
	justify-content: space-between;
	text-align: right;
}
.mobile_filter_header button {
	padding: 0;
	border: none;
	background: none;
	outline: none;
}
.mobile_filter_header button img {
	width: 20px;
}
.mobile_filter_body {
	padding: 35px 15px;
}
.mobile_category {
	display: none;
	padding: 0 15px 50px;
}
.mobile_filter_body > .title,
.mobile_category > .title {
	padding: 10px 7px;
	border-bottom: 2px solid #000;
}
.mobile_category .category_area + .category_area {
	margin-top: 15px;
}

.mobile_category .category_area select {
	padding: 3px 10px;
	height: 45px;
	width: 100%;
	outline: none;
	background: #fff;
	border: 1px solid #dcdcdc;
	font-size: 1rem;
}
.mobile_category .filter_obj_title {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 1.2rem;
}
.mobile_filter_body .top .title {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 1.2rem;
}

.mobile_filter_body .top .chk_area {
	display: flex;
	flex-wrap: wrap;
}
.mobile_filter_body .top .chk_area .custom_chk {
	margin-top: -1px;
	margin-left: -1px;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
}
.mobile_filter_body .top .chk_area .custom_chk input + span {
	display: none;
}
.mobile_filter_body .top .chk_area .custom_chk input ~ p {
	display: flex;
	width: 100%;
	height: 50px;
	align-items: center;
	justify-content: center;
	border: 1px solid #c9c9c9;
	color: #000;
	font-size: 1rem;
	text-align: center;
}
.mobile_filter_body .top .chk_area .custom_chk input:checked ~ p {
	position: relative;
	color: #579eff;
	border-color: #579eff;
	background-color: #f2f7ff;
	z-index: 1;
}
.mobile_filter_body .top .chk_area .icon_chk {
	margin-top: -1px;
	margin-left: -1px;
	flex: 0 0 25%;
	max-width: 25%;
}
.mobile_filter_body .top .icon_chk .filter_icon {
	width: 100%;
	height: 90px;
}
.mobile_filter_body .top .icon_chk input:checked + .filter_icon {
	position: relative;
	z-index: 1;
}

.mobile_filter_body .bottom {
	margin-top: 45px;
}
.mobile_filter_body .bottom button {
	display: block;
	padding: 15px;
	width: 100%;
	color: #fff;
	border: none;
	background-color: #579eff;
	font-size: 1.05rem;
}

.use_page_title {
	margin-top: 50px;	
	padding: 20px 0;
	border-bottom: 2px solid #000;
}

.use_page_obj {
	margin-top: 55px;
}
.use_page_obj_title {
	display: flex;
	padding: 0 50px;
	align-items: center;
}
.use_page_obj_title h1 {
	margin-right: 35px;
	padding: 10px 0;
	flex: 0 0 45px;
	max-width: 45px;
	border-bottom: 2px solid #579eff;
	text-align: center;
	line-height: 1;
	color: #579eff;
}
.use_page_obj_title h5 {
	font-weight: 500;
}
.use_page_obj .img_wrap {
	padding: 25px 0 15px;
	text-align: center;
}

.file_ipt {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.file_ipt .file_ipt_txt {
	flex: 0 1 100%;
	max-width: 100%;
}
.file_ipt input[type=file] {
	display: none;
}
.file_ipt label {
	margin-left: 15px;
	flex: 0 0 75px;
	max-width: 75px;
}
.file_ipt span {
	display: flex;
	width: 100%;
	height: 40px;
	align-items: center;
	justify-content: center;
	color: #579eff;
	border: 1px solid #579eff;
	font-size: 0.75rem;
	white-space: nowrap;
}
.entering_line {
	border-top: 1px solid #000;
	border-bottom: 1px solid #c0c0c0;
	align-items: center;
	text-align: center;
}
.entering_number_box {display: flex;}
.entering_number_box article {
	padding: 25px 0;
	display: flex;
	position: relative;
	flex: 0 0 50%;
	max-width: 100%;
	justify-content: center;
}
.entering_number_box article + article:before , .entering_price h5:nth-child(2)::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 30px;
	transform: translateY(-50%);
	background-color: #c0c0c0;
}
.entering_number_box span {width: 60px;}
.entering_promotion_box table {width: 100%;}
.entering_promotion_box .blue_cicle {
	padding: 30%;
	background-color: blue;
	border-radius: 100%;
}

.entering_promotion_box table tr {

	border-bottom: 1px dashed #c9c9c9;
}
.entering_promotion_box table tr td {	
	padding: 10px 0 10px 10px;
	position: relative;
}
.entering_promotion_box table tr td::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%;);
	width: 3px;
	height: 3px;
	border-radius: 3px;
	background-color: #000;
}
.prime_text p {padding-right: 60px; font-size: 1rem;}
.prime_num {
	margin-bottom: 10px;
	position: relative;
	top: 0;
	left: 0;
	width: 40px;
	text-align: center;
}
.prime_num::after { 
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background-color: #579eff;
}
.entering_price_box .entering_price {display: flex;}
.entering_price h5 { 
	padding: 15px 0;
	position: relative;
	top: 0;
	left: 0;
	background-color: #f1f1f1; 
	border-bottom: 1px solid #c0c0c0;
}
.entering_price p {
	padding: 10px 0 ;
}
.entering_price p , .entering_price h5 {
	flex: 0 0 50%;
	max-width: 100%;
}
.entering_btn_area {
	margin-top: 50px;
	text-align: center;
}
.entering_btn_area button {
	margin: 10px;
}

.product_category_col_side_wrapper {
	width: 12.5%;
}
.product_category_col_side_wrapper .product_category_col {
	flex: 0 0 100%;
	max-width: 100%;
}
.product_category_col_side_wrapper .product_category_col_wrap {
	height: calc(100% - 60px);
}
.product_category_col_side_wrapper:first-child .all {
	border-right: none;
}
.product_category_col_side_wrapper:last-child .all {
	border-left: none;
}

.product_category_col_side_wrapper:first-child .product_category_col .title {
	border-right: none;
}
.product_category_col_side_wrapper:last-child .product_category_col .title {
	border-left: none;
}
.product_category_col_side_wrapper:first-child .product_category_col ul {
	border-right: none;   
}
.product_category_col_side_wrapper:last-child .product_category_col ul {
	border-left: none;
}

.product_category_btn .filter_title {
	padding: 15px;
	background-color: #f4f4f4;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
}
.product_category_col .txt_checkbox {
	cursor: pointer;
}
.product_category_col .txt_checkbox:hover {
	color: #000;
}
.loading_img_wrap {
	text-align: center;
}
.full_img_wrap {
	text-align: center;
}
.full_img_wrap img {
	max-width: 100%;
	width: auto;
}

.how_btn_area a {
	display: inline-block;
	padding: 5px 15px;
	font-size: 0.875rem;
	border: 1px solid #1d7bfb !important;
	background-color: #fff;
	color: #1d7bfb;
	text-align: center;
}

.prime_span {
	display: inline-block;
	margin-right: 5px;
	padding: 1px 5px;
	color: #4c98fe;
	border: 1px solid #4c98fe;
	font-size: 0.75rem;
	vertical-align: text-top;
}

.help_caseview_text {
	padding-top: 10px;
	font-size: 20px;
}

.modal-header {position:relative; padding:0; border-bottom:none;min-height:22px;}
.modal-header .close {z-index:100;position:absolute;top:30px;right:20px;width:22px;height:22px;font-size:0;color:#fff;opacity: 1;background:url(/images/btn-modal-close.png) no-repeat;}
.modal-header .modal-title {margin-top:20px;font-size:30px;font-weight:800;}
