@charset "utf-8";

/* 웹폰트 */
@font-face {
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 400;
	src: url("../font/Pretendard-Regular.woff2") format("woff"), url("../font/Pretendard-Regular.woff") format("woff");
}
@font-face {
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 500;
	src: url("../font/Pretendard-Medium.woff2") format("woff"), url("../font/Pretendard-Medium.woff") format("woff");
}
@font-face {
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 600;
	src: url("../font/Pretendard-SemiBold.woff2") format("woff"), url("../font/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 700;
	src: url("../font/Pretendard-Bold.woff2") format("woff"), url("../font/Pretendard-Bold.woff") format("woff");
}

/* default */
body, input, button, textarea, select, table {
	letter-spacing: 0;
}

html, body, div, span, a, img, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, p, address, pre, cite, iframe, form, fieldset, input, textarea, select, label, table, caption, th, tr, td {
	font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}

input[type="text"], input[type="password"], input[type="tel"], select {
	height: 40px;
	padding: 0 15px;
	border: 1px solid #C7C7C7;
	border-radius: 6px;
	font-size: 15px;
}

select {
	padding: 0 26px 0 15px;
	border-radius: 6px;
	color: #333;
	background-color: #fff;
	background-image: url(../images/renewal/ico_arr_down.png);
	background-position: right 10px center;
}

input {
	font-size: 15px;
}

.inpCell input[readonly] {
	background-color: #f9f9f9;
	cursor: not-allowed;
}

.inpCell textarea {
	height: 180px;
}

.inpCell .inBox > * {
	margin-right: 24px;
	line-height: 40px;
}

.inpCell .inBox > *:after {
	right: -24px;
	width: 24px;
	line-height: 40px;
}

.inpCell .inBtn .btnpc > [class*="btn-"] {
	display: inline-flex;
}

.must {
	width: 6px;
	height: 7px;
	margin-left: 5px;
	background-image: url(../images/renewal/ico_must.png);
}

.radioType span input[type="radio"],
.checkType span input[type="checkbox"] {
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.radioType label,
.checkType label {
	height: 28px;
	padding-left: 25px;
	line-height: 26px;
}

.radioType label:before,
.checkType label:before {
	top: 3px;
	width: 18px;
	height: 18px;
	border-color: #ddd;
}

.radioType span,
.checkType span {
	margin-right: 10px;
}

.radioType span input[type="radio"]:checked + label:before {
	border-color: #2383DF;
}

.radioType span input[type="radio"]:checked + label:after {
	left: 5px;
	margin-top: -6px;
	background: #2383DF;
}

.radioType span input[type="radio"]:focus + label {
	text-decoration: none;
}

.radioType span input[type="radio"]:focus + label:after {
	left: 5px;
	margin-top: -6px;
}

.checkType label:before {
	border-radius: 2px;
}

.checkType input:checked + label:after {
	top: 3px;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	background-color: #2383DF; 
	background-image: url(../images/renewal/ico_checkbox_checked.png);
}

@media screen and (max-width: 767px) {
	.checkType input:checked + label:after {
		background-size: 14px auto;
	}
}

/* 텍스트 */
.text_blue {
	color: #2383DF;	
}

.text_green {
	color: #009E95;
}

.text_gray {
	color: #555;
}

.text_normal {
	font-weight: 400;
}

.text_xs {
	font-size: 13px;
}

.text_basic {
	font-size: 17px;
}

/* 레이아웃 */
#gnb-menu > ul {
	padding-left: 362px;
}

#gnb-menu > ul > li > a {
	margin: 0;
	padding-top: 7px;
}

#gnb-menu > ul > li + li {
	margin-left: 204px;
}

#gnb-menu > ul > li.active > a {
	color: #3484FB;
}

#gnb-menu > ul > li.active > a:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 3px;
    background: #3484fb;
    transform: translateX(-50%);
}

#gnb-menu > ul > li .submenu {
	height: auto !important;
}

#gnb-menu > ul > li .submenu .menu-box {
	width: 1480px;
	letter-spacing: -.02em;
}

#gnb-menu > ul > li .submenu .menu-box .menu-tit {
	height: auto;
}

#gnb-menu > ul > li.menu02 .submenu .menu-box .menu-tit h2 {
	font-weight: 600;
	background-position: 0 100%;
}

#gnb-menu > ul > li .submenu .menu-box .depth-menu1 {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 70px;
	padding: 40px 75px;
}

#gnb-menu > ul > li .submenu .menu-box .depth-menu1 > li {
	margin-left: 0;
}


#gnb-menu > ul > li .submenu .menu-box .depth-menu1 > li > a {
	display: block;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 2px solid #e3e6e8;
	font-weight: 600;
	font-size: 22px;
	line-height: 32px;
}

#gnb-menu > ul > li .submenu .menu-box .depth-menu1 > li > a.collapse {
	transition: 0.2s ease;
}

#gnb-menu > ul > li .submenu .menu-box .depth-menu1 > li > a.collapse:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	background: url(../images/renewal/ico_arr_down_gray.png) no-repeat 0 0;
}

#gnb-menu > ul > li .submenu .menu-box .depth-menu1 a:hover {
	border-bottom-color: #8bbfef;
}

#gnb-menu > ul > li .submenu .menu-box .depth-menu1 a.collapse:hover:after {
	background-image: url(../images/renewal/ico_arr_down_blue.png);
}

#gnb-menu > ul > li .submenu .menu-box .depth-menu1 > li > a.collapse.on ~ .depth-menu2 {
	display: block;
}

#gnb-menu > ul > li .submenu .menu-box .depth-menu1 > li > a.collapse.on:after {
	transform: rotate(180deg);
}

#gnb-menu > ul > li .submenu .menu-box .menu-info {
	display: block;
	margin-top: 10px;
	color: #666;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
}

#gnb-menu > ul > li .submenu .menu-box .depth-menu2 {
	display: none;
	margin-top: 14px;
}

#gnb-menu > ul > li .submenu .menu-box .depth-menu2 > li {
	line-height: 2;
}

#gnb-menu > ul > li .submenu .menu-box .depth-menu2 > li:before {
	top: 14px;
}

#gnb-menu > ul > li .submenu .menu-box .depth-menu2 > li:hover:before {
	background-color: #333;
}

#gnb-menu > ul > li .submenu .menu-box .depth-menu2 > li > a {
	transition: 0.2s ease;
}

#factoryon-header .utility-wrap .utility {
	top: 30px;
}

#factoryon-header .utility-wrap .total-search {
	margin-left: 60px !important;
}

#factoryon-header .search-wrap .search-input .form-keyword {
	border-radius: 0;
}

.allmenu-wrap .allmenu-box {
	max-width: 1100px;
	padding: 56px 15px 47px;
	letter-spacing: -.02em;
}

.allmenu-wrap .menu-wrap {
	gap: 100px;
	padding: 0 85px;
}

.allmenu-wrap .menu-wrap .menu {
	flex: 1;
	width: auto;
	margin: 0;
}

.allmenu-wrap .menu-wrap .menu h2 {
	padding: 10px 4px;
	font-weight: 600;
	font-size: 28px;
	letter-spacing: -.02em;
}

.allmenu-wrap .menu-wrap .menu .depth-menu1 a {
	font-weight: 500;
}

.allmenu-wrap .menu-wrap .menu .depth-menu1 > li > a {
	font-size: 22px;
}

.breadcrumb span:first-of-type {
	padding-left: 10px;
}

.breadcrumb span:before, 
.breadcrumb em:before {
	top: 3px;
}

.subCont {
	width: 1480px;
	max-width: 1480px;
	padding-top: 70px;
}

.title-block {
	margin-bottom: 58px;
}

.content_inner {
	display: flex;
}

.content_aside {
	flex: 0 0 auto;
	width: 300px;
	margin-right: 80px;
}

.lnb-area a {
	display: block;
}

.lnb-area .depth-menu1 {
	border-top: 1px solid #D8D8D8;
}

.lnb-area .depth-menu1 li a {
	transition: 0.2s ease;
}

.lnb-area .depth-menu1 li a:hover,
.lnb-area .depth-menu1 li a:focus,
.lnb-area .depth-menu1 li.active > a {
	color: #0957A3;
}

.lnb-area .depth-menu1 > li > a {
	padding: 21px 16px;
	border-bottom: 1px solid #D8D8D8;
	color: #222;
	font-weight: 700;
	font-size: 18px;
}

.lnb-area .depth-menu1 > li.active > a {
	color: #0957A3;
	background-color: #EEF4F9;
}

.lnb-area .depth-menu2 {
	padding: 25px 16px 7px;
	border-bottom: 1px solid #D8D8D8;
}

.lnb-area .depth-menu2 li {
	margin-bottom: 18px;
}

.lnb-area .depth-menu2 li a {
	position: relative;
	padding: 5px 0 5px 12px;
	color: #1D1D1D;
	font-size: 17px;
}

.lnb-area .depth-menu2 li a:before {
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #2D2D2D;
}

.lnb-area .depth-menu2 li.active a {
	font-weight: 700;
}

.content_section {
	flex: 1;
	margin-left: auto;
}

@media only all and (max-width: 1024px) {
    .allmenu-wrap .menu-wrap {
        gap: 50px;
		padding: 0 25px;
    }
}

/* 검색영역 */
.board_search_form + .cellType_b,
.cons_search_form + .cellType_b {
	margin-top: 20px !important;
}

.bs_group_area.ty03 {
	padding: 20px;
	border-radius: 10px;
	background-color: #F7F9FD;
}

.bs_group_area.ty03 .bs_group select,
.bs_group_area.ty03 .bs_group input {
	border-radius: 6px;
}

.bs_group_area.ty03 .bs_group select {
	min-width: 150px;
}

.bs_group_area.ty03 .bs_group input {
	width: 400px;
}

.bs_group_area.ty03 .bs_group_wrap {
	padding: 0;
}

.bs_group_area.ty03 .bs_group {
	padding: 0 10px 0 0;
}

.bs_group_area.ty03 .bs_group .inBox + .inBox {
	margin-left: 10px;
}

.bs_group_area.ty03 .btn_area {
	padding: 0;
}

.bs_group_area.ty03 .btnSt.colorDark {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 0 15px;
	border-color: #2383DF;
	border-radius: 2px;
	font-weight: 500;
	line-height: 38px;
	background-color: #2383DF;
}

.bs_group_area.ty03 .btnSt.colorDark:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-image: url(../images/renewal/ico_search_white.png);
}

@media screen and (max-width: 767px) {
	.bs_group_area.ty03 {
		margin-top: 0;
	}

	.bs_group_area.ty03 .bs_group .inBox,
	.bs_group_area.ty03 .bs_group .inBox + .inBox {
		width: auto;
	}
}

/* 탭메뉴 */
.tab01.ty02 {
	display: flex;
	gap: 10px;
	margin-top: 40px;
	border-bottom: 0;
}

.tab01.ty02 > li {
	width: auto;
	min-width: 70px;
	border: 0;
}

.tab01.ty02 > li > a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	height: 40px;
	padding: 0 20px;
	border: 1px solid #C7C7C7;
	border-radius: 30px;
	color: #666;
	font-weight: 500;
	font-size: 15px;
}

.tab01.ty02 > .on {
	border: 0;
}

.tab01.ty02 > .on > a {
	border-color: #2383DF;
	color: #2383DF;
}

.tab01.ty02 > .on > a:before {
	position: static;
	width: 24px;
	height: 24px;
	background: url(../images/renewal/ico_check.png) no-repeat 0 0;
}

.tab01.ty02 > .on > a:after {
	display: none;
}

.tab01.ty02 > .on + li {
	border-left: 0;
}

.tab01.ty02 + .qna_area {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.tab01.ty02 {
		width: auto;
	}

	.tab01.ty02 > li {
		margin-bottom: 0;
	}

	.tab01.ty02 > li:nth-child(3n) {
		border-right: 0;
	}

	.tab01.ty02 > .on {
		border-right: 0 !important;
	}

	.tab01.ty02 > .on > a:before {
		display: block;
	}

	.tab01.ty02 > .on:after {
		display: none;
	}
}


.tab01.ty03 {
	display:inline-block;
	margin-top: 20px;
	border-bottom: 0;
	text-align:center;
}

.tab01.ty03 > li {
	width: auto;
	min-width: auto;
	border: 0;
	margin-right:10px;
	margin-bottom:10px;
}

.tab01.ty03 > li > a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	height: 45px;
	padding: 0 20px;
	border: 1px solid #C7C7C7;
	border-radius: 30px;
	color: #666;
	font-weight: 500;
	font-size: 15px;
	text-overflow:ellpsis;
	word-break: break-all;
	overflow-wrap: break-word;
	/* inline-size: 110px; width: 115px; */
}

.tab01.ty03 > li > a > p {
	text-overflow:ellpsis; word-break: break-all; overflow-wrap: break-word;
}

.tab01.ty03 > .on {
	border: 0;
}

.tab01.ty03 > .on > a {
	border-color: #2383DF;
	color: #2383DF;
}

.tab01.ty03 > .on > a:before {
	position: static;
	width: 25px;
	height: 24px;
	background: url(../images/renewal/ico_check.png) no-repeat 0 0;
}

.tab01.ty03 > .on > a:after {
	display: none;
}

.tab01.ty03 > .on + li {
	border-left: 0;
}

.tab01.ty03 + .qna_area {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.tab01.ty03 {
		width: auto;
	}

	.tab01.ty03 > li {
		margin-bottom: 0;
	}

	.tab01.ty03 > li:nth-child(3n) {
		border-right: 0;
	}

	.tab01.ty03 > .on {
		border-right: 0 !important;
	}

	.tab01.ty03 > .on > a:before {
		display: block;
	}

	.tab01.ty03 > .on:after {
		display: none;
	}
}

/* 테이블 */
.cellType_a {
	border-top: 1px solid #7789a5;
}

.cellType_a th, 
.cellType_a td {
	height: 48px;
	padding: 10px 16px;
	border-right: 1px solid #ddd;
	border-bottom-color: #ddd;
	font-size: 15px;
}

.cellType_a th {
	color: #333;
	font-weight: 500;
	background-color: #EEF4F9;
}

.cellType_a td {
	color: #555;
}

.cellType_a tbody tr td:last-child {
	border-right: 0;
}

.cellType_a tbody tr td .tbl-header .btn-group {
	display: flex;
	gap: 10px;
}

.cellType_a.bt_none {
	border-top: 0;
}

.cellType_a.bt_none .board_txt_wrap {
	padding-top: 0;
}

[class*="cellType"].lastLine tbody tr:last-child > * {
	border-bottom-color: #ddd;
}

.cellType_b {
	border-top: 1px solid #778AA5;
}

.cellType_b th, 
.cellType_b td {
	height: 50px;
	font-size: 15px;
	line-height: 1.55;
}

.cellType_b thead th {
	padding: 5px 10px;
	color: #222;
	font-weight: 600;
	font-size: 15px;
	background-color: #EEF4F9;
}

.cellType_b thead tr > *:first-child,
.cellType_b tbody tr > *:first-child {
	padding-left: 10px;
}

.cellType_b thead tr > *:last-child,
.cellType_b tbody tr > *:last-child {
	padding-right: 10px;
}

.cellType_b tbody th, 
.cellType_b tbody td {
	padding: 5px 10px;
	border-color: #DDDDDD;
	color: #333;
	font-size: 15px;
}

.cellType_b tbody tr:first-child > * {
	border-top: 0;
}

.cellType_b > tbody > tr:hover > td {
	background: #F7F9FD;
    transition: all 0.3s;
}

.cellType_b tbody td > .inTxt.al a {
	display: block;
	max-width: 100%;
	white-space: nowrap;
	max-height: 24px;
	line-height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.cellType_b tbody td > .inTxt > a[class*="btn-"] {
    display: inline-flex;
}

.cellType_b.ty02 tbody td {
	height: 68px;
}

@media screen and (max-width: 767px) {
	.cellType_a {
		overflow: hidden;
	}

	.cellType_a tr {
		background-image: url(../images/renewal/bg_cell_th_m.png);
	}

	.cellType_a tr th {
		background-color: #EEF4F9;
	}

	.cellType_a tr th .text_xs {
		display: none;
	}
	
	.cellType_a tr td:after {
		background: #ddd;
	}
}

/* 게시판 */
.board_info_wrap {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
	padding: 20px;
	border-radius: 10px;
	background-color: #F7F9FD;
}

.board_info_wrap .tit {
	display: flex;
	flex: 1;
	gap: 10px;
}

.board_info_wrap .badge {
	display: inline-flex;
	flex: 0 0 auto;
	height: 24px;
	padding: 0 10px;
	border: 1px solid #2383DF;
	border-radius: 2px;
	color: #2383DF;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	background-color: #fff;
}

.board_info_wrap .tit_board {
	color: #222;
}

.board_info_wrap .date {
	flex: 0 0 auto;
	margin-left: auto;
	color: #333;
	font-size: 15px;
}

.board_txt_wrap {
	margin-top: -8px;
	padding: 20px 4px 12px;
	color: #555;
	line-height: 1.2;
}

.file_wrap > span {
	display: block;
}

.file_wrap > span + span {
	margin-top: 3px;
}

.txt_file {
	color: #2383DF !important;
	text-underline-position: from-font;
}

@media screen and (max-width: 767px) {
	.board_info_wrap {
		padding: 16px;
	}

	.board_info_wrap .tit_board {
		line-height: 24px;
	}

	.board_txt_wrap {
		margin: -5px -10px;
		padding: 0 16px 10px;
		background-color: #fff;
	}
}

/* 버튼 */
.btn-blue {
	background: #2383DF !important;
}

.btn-line-blue {
	color: #2383DF !important;
	border-color: #2383DF;
}

.btn-gray {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 70px;
	height: 40px;
	padding: 0 20px 1px;
	color: #fff !important;
	font-size: 15px;
	font-weight: 500;
	border-radius: 2px;
	background: #8D8D8D;
}

.btn-line-gray.sm {
	padding: 0 10px 1px;
	font-size: 14px;
}

.btn-line-green {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 70px;
    height: 40px;
    padding: 0 20px 1px;
    color: #009E95 !important;
    font-size: 14px;
    font-weight: 500;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #009E95;
}

.btn_md {
	height: 40px;
}

.btn_sm {
	height: 36px;
	padding: 0 15px;
}

.btn_xs {
	height: 32px;
	padding: 0 15px;
	font-size: 14px;
}

.btn-block.center [class*="btn-"] {
	height: 40px;
	margin: 0 3px;
	vertical-align: top;
}

.utilBtn {
	display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 70px;
    height: 40px;
    padding: 0 20px 1px;
    color: #2383DF !important;
    font-size: 15px;
    font-weight: 500;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #2383DF;
}

/* 박스 */
.guide-box li:before {
	top: 8px;
}

/* 페이징 */
.paging > * {
	min-width: 40px;
	height: 40px;
	border: 0;
	border-radius: 6px;
	font-size: 15px;
	line-height: 40px;
}

.paging > .btn_pg_first, 
.paging > .btn_pg_prev, 
.paging > .btn_pg_next, 
.paging > .btn_pg_last {
	border: 0;
}

.paging > .btn_pg_first:before, 
.paging > .btn_pg_prev:before, 
.paging > .btn_pg_next:before, 
.paging > .btn_pg_last:before {
	width: 40px;
	height: 40px;
	background-position: 0 0;
}

.paging > .btn_pg_first:hover:before, 
.paging > .btn_pg_first:focus:before, 
.paging > .btn_pg_prev:hover:before, 
.paging > .btn_pg_prev:focus:before, 
.paging > .btn_pg_next:hover:before, 
.paging > .btn_pg_next:focus:before, 
.paging > .btn_pg_last:hover:before,
.paging > .btn_pg_last:focus:before {
	background-color: #fff;
	background-position: 0 0;
}

.paging > .btn_pg_first:before {
	background-image: url(../images/renewal/ico_paging_first.png);
}

.paging > .btn_pg_prev:before {
	background-image: url(../images/renewal/ico_paging_prev.png);
}

.paging > .btn_pg_next:before {
	background-image: url(../images/renewal/ico_paging_next.png);
}

.paging > .btn_pg_last:before {
	background-image: url(../images/renewal/ico_paging_last.png);
}

.paging > .btn_pg_prev,
.paging > .btn_pg_last {
	margin-left: 8px;
}

.paging > .btn_pg_prev + *,
.paging > .btn_pg_next {
	margin-left: 8px;
}

.paging > a {
	color: #666;
	font-size: 15px;
}

.paging > a:hover {
	background-color: #EDF1F5;
}

.paging > strong {
	color: #fff;
	background-color: #2383DF;
}

.paging > strong:before {
	display: none;
}

.paginate span {
	margin: 0 8px;
}

.paginate a.pre {
	margin-right: 8px;
}

.paginate a.next {
	margin-left: 8px;
}

.paginate a:hover {
	color: #666;
	font-weight: 400;
	background-color: #EDF1F5;
}

.paginate a.active {
	background-color: #2383DF;
}

/* 고객지원 */
.qna_list {
	border-top: 2px solid #7789a5;
}

.qna_list > li {
	border-bottom-color: #E1E1E1;
}

.qna_list > li [class*="ico_qna_"] {
	top: 25px;
	left: 12px;
	width: 56px;
	height: 21px;
	border-radius: 0;
	text-indent: 0;
	text-align: center;
	line-height: 21px;
}

.qna_list > li .ico_qna_q {
	color: #121517;
	font-weight: 400;
	font-size: 16px;
	background: none;
}

.qna_list > li .question {
	background: url(../images/renewal/ico_arr_down_lg.png) no-repeat top 50% right 20px;
}

.qna_list > li .question a {
	display: flex;
    align-items: center;
	min-height: 72px;
	padding: 20px 64px 20px 96px;
	color: #333;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.4;
}

.qna_list > li .ico_qna_a {
	display: none;
}

.qna_list > li .answer_txt_box {
	padding: 21px 64px 18px 96px;
	color: #333;
	font-size: 15px;
	line-height: 1.4;
	background: #F8F8F8;
}

.qna_list > .on .question {
	background: url(../images/renewal/ico_arr_up_lg.png) no-repeat top 50% right 20px;
}

.qna_list > .on .question a {
	color: #2383DF;
	font-weight: 600;
}

.qna_list > .on .ico_qna_q {
	color: #2383DF;
	background: none;
}

/* 민원서비스 */
.cons_search_form {
	padding: 0;
	border-bottom: 0;
}

.cons_search_form fieldset {
	padding-right: 0;
}

.cons_search_form .btnSt {
	position: static;
}

.content_aside .busi-search {
    min-height: 530px;
    padding: 30px;
    background: #EEF4F9;
    border-radius: 10px;
}

.content_aside .busi-search dt {
	margin: 18px 0 7px;
	font-weight: 600;
	font-size: 15px;
	color: #222;
}

.content_aside .busi-search dt:first-child {
	margin-top: 0;
}

.content_aside .busi-search .btn-blue {
	min-width: 65px;
	padding: 0 15px;
}

.content_aside .busi-search .btn-busi-search {
	width: 100%;
	height: 40px;
	margin-top: 20px;
	background: #2383DF;
	border-radius: 2px;
	font-weight: 500;
	font-size: 15px;
	color: #fff;
}

.content_aside .busi-search .btn-busi-search:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background: url('../images/renewal/ico_search_white.png') no-repeat 50% 50%;
	vertical-align: middle;
}

.content_aside .busi-search .input-group {
	display: flex;
}

.content_aside .busi-search .input-group > * {
	flex: 1;
}

.content_aside .busi-search .input-group > * + * {
	margin-left: 10px;
}

.content_aside .busi-search .input-group > .inBox_fit {
	flex: 0 0 auto;
}

.request-block .request-toggle > li .tit .btn-toggle {
	margin-right: -12px;
}

.request-block .request-toggle > li .tit [class*="btn-"] {
	padding: 0 15px 1px;
}

.request-block .request-toggle > li .cont {
	padding: 20px;
}

.request-block .radioType input[type=radio] ~ label,
.request-block .checkType input[type=checkbox] ~ label {
	margin-left: 0;
}

.request-block .cellType_a .tbl-header {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.request-block .cellType_a .tbl-header .txt {
	margin-left: 10px;
}

.request-block .cellType_a .tbl-header .num {
	color: #2383DF;
	font-weight: 600;
}

.request-block .cellType_a .tbl-header .right {
    margin-left: auto;
}

.request-block .cellType_a .tbl-header .right .text_blue {
    font-weight: 600;
}

.request-aside .aside-btns button {
	letter-spacing: -0.05em;
}

.request_step {
	display: flex;
	justify-content: space-between;
}

.request_step li {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	color: #888;
	font-weight: 500;
	font-size: 18px;
}

.request_step li:before {
	content: '';
	flex: 0 0 auto;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #F1F1F1;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.request_step li:nth-child(1):before {
	background-image: url('../images/renewal/ico_step1.png');
}

.request_step li:nth-child(2):before {
	background-image: url('../images/renewal/ico_step2.png');
}

.request_step li:nth-child(3):before {
	background-image: url('../images/renewal/ico_step3.png');
}

.request_step li:nth-child(4):before {
	background-image: url('../images/renewal/ico_step4.png');
}

.request_step li:after {
	content: '';
	position: absolute;
	top: calc(50% - 12px);
	left: -73px;
	width: 14px;
	height: 24px;
	background: url('../images/renewal/ico_arr_right.png') no-repeat 0 0;
}

.request_step li:first-child:after {
	display: none;
}

.request_step li.active {
	color: #2383DF;
	font-size: 20px;
}

.request_step li.active:before {
	background-color: #2383DF;
}

.request_step li.active:nth-child(1):before {
	background-image: url('../images/renewal/ico_step1_on.png');
}

.request_step li.active:nth-child(2):before {
	background-image: url('../images/renewal/ico_step2_on.png');
}

.request_step li.active:nth-child(3):before {
	background-image: url('../images/renewal/ico_step3_on.png');
}

.request_step li.active:nth-child(4):before {
	background-image: url('../images/renewal/ico_step4_on.png');
}

.progress_wrap {
	width: 732px;
	margin: 80px auto 0;
}

.progress_wrap .step {
	display: flex;
	justify-content: space-between;
}

.progress_wrap .step li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
	position: relative;
	padding: 19px 0;
	color: #666;
	font-weight: 600;
	font-size: 20px;
}

.progress_wrap .step li:before {
	content: '';
	flex: 0 0 auto;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #F1F1F1;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.progress_wrap .step li:nth-child(1):before {
	background-image: url('../images/renewal/ico_progress1.png');
}

.progress_wrap .step li:nth-child(2):before {
	background-image: url('../images/renewal/ico_progress2.png');
}

.progress_wrap .step li:nth-child(3):before {
	background-image: url('../images/renewal/ico_progress3.png');
}

.progress_wrap .step li:after {
	content: '';
	position: absolute;
	top: calc(50% - 16px);
	left: -78px;
	width: 21px;
	height: 35px;
	background: url('../images/renewal/ico_arr_right_lg.png') no-repeat 0 0;
}

.progress_wrap .step li:first-child:after {
	display: none;
}

.progress_wrap .step li.active {
	width: 220px;
	border: 3px solid #2383DF;
	border-radius: 20px;
	color: #2383DF;
	box-shadow: 2px 2px 10px #EDEEEF;
}

.progress_wrap .step li.active:before {
	background-color: #EEF4F9;
}

.progress_wrap .step li.active:nth-child(1):before {
	background-image: url('../images/renewal/ico_progress1_on.png');
}

.progress_wrap .step li.active:nth-child(2):before {
	background-image: url('../images/renewal/ico_progress2_on.png');
}

.progress_wrap .step li.active:nth-child(3):before {
	background-image: url('../images/renewal/ico_progress3_on.png');
}

.progress_wrap .cont {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 2px solid #E3E3E3;
	color: #555;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	.request-block .radioType input[type=radio] ~ label,
	.request-block .checkType input[type=checkbox] ~ label {
		font-size: 14px;
	}
}

/* 마이팩토리온 */
.dashboard-wrap .dashboard .btn-line-blue {
	color: #2383DF !important;
    border-color: #2383DF;
}

.my-content .search-aside .busi-search .btn-busi-search {
	background: #2383DF;
}