@charset "UTF-8";

.title_area {
	margin-bottom: 50px;
}

.block {
	margin-bottom: 100px;
}
.hide {text-indent:-99999px;font-size:0;height:0;line-height: 0;opacity:0;}
.cont_title {
	position:relative;
	font-size: 35px;
	font-weight: bold;
}
.cont_title .c_r {font-size:17px;color:#ff0000;position: absolute;right:0;bottom:0;}
.cont_title.f30 {
	font-size: 30px;
}

.cont_title:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	vertical-align: top; 
	margin-right: 10px;
	background-color: #0084CA;
}

.cont_title + .cont_exp {
	padding-left: 25px;
	margin-top: 10px;
	font-size: 19px;
}

.cont_title .sm {
	color: #777;
	font-size: 25px;
	font-weight: 500;
}

.cont_tab_list {
	margin-bottom: 80px;
}

.cont_tab_list ul {
	display: flex;
	gap: 25px;
	justify-content: center;
}

.cont_tab_list ul.ver2 li {
	flex: 0 0 300px;
	max-width: 100%;
}

.cont_tab_list ul li {
	flex: 1 1 calc(33% - 25px);
}

.cont_tab_list ul li.on a {
	background-color: #E43258;
	color: #fff;
	font-weight: 600;
}

.cont_tab_list ul li a {
	background-color: #efefef;
	color: #000;
	font-size: 23px;
	display: block;
	text-align: center;
	line-height: 55px;
}



.cont_tab_list2 {
	margin-bottom: 80px;
}

.cont_tab_list2 ul {
	display: flex;
	gap: 55px;
	flex-direction: column;
	justify-content: center;
}

.cont_tab_list2 .tab_flex {
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 50px;
	background: #f7f7f7;
}

.cont_tab_list2 ul.ver2 li {
	flex: 0 0 300px;
	max-width: 100%;
}

.cont_tab_list2 ul li .tab_flex .img {
	flex: 0 0 550px;
}

.cont_tab_list2 ul li:nth-child(2) .tab_flex .img {
	order: 2;
}

/* .cont_tab_list2 ul li + li {
	margin-top:15px;
} */
.cont_tab_list2 ul li {
	flex: 1 1 calc(33% - 25px);
}

.cont_tab_list2 ul li a {
	display: flex;
	gap: 15px;
	flex-direction: column;
}

.cont_tab_list2 ul li a:hover .title {
	background-color: #E43258;
	border-color: #e43258;
	color: #fff;
	font-weight: 600;
}

.cont_tab_list2 ul li span {
	display: block;
}

.cont_tab_list2 ul li .cont_title {

	color: #000;
	display: block;

	line-height: 55px;
}

.cont_tab_list2 ul li .exp {
	word-break: keep-all;
	font-size: 19px;
}


.tab_detail .block {
	display: none;
}

/* 윤리규범 */

.ethics_canon_wrap {}

.ethics_canon_wrap .btn_area_side {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 50px;
}

.ethics_canon_wrap .btn_area_side a {
	display: block;
	flex: 0 0 40%;
	padding: 15px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 22px;
}

.canon_info {
	margin-bottom: 50px;
	background-color: #f1f1f1;
	padding: 30px 30px;
}

.canon_info h4.tt {
	font-size: 30px;
	color: #E43258;
	margin-bottom: 20px;
}

.canon_info .txt {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 0;
}

.canon_who {
	margin-bottom: 30px;
}

.canon_who ul {
	margin-top: 30px;
	padding-left: 25px;
}

.canon_who ul li {
	font-size: 21px;
	margin-bottom: 10px;
	list-style: disc;
}

.disclosure_info {
	margin-bottom: 50px;
	background-color: #f1f1f1;
	padding: 30px 30px;
}

.disclosure_info h4.tt {
	font-size: 20px;
	color: #E43258;
	margin-bottom: 20px;
}

.disclosure_info .txt {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
}
.disclosure_info .txt:before{
	display: inline-block;
	content: "●";
	padding-right: 4px;
}

.flex_column {
	display: flex;
	align-items: center;
	flex-direction: column;
}

@media all and (max-width: 1280px) {
	.cont_tab_list2 ul li .tab_flex .img {
		flex: 0 0 460px;
	}

	.ethics_canon_wrap {
		padding: 0 20px;
	}
}

@media all and (max-width: 768px) {
	.ethics_canon_wrap .btn_area_side {
		flex-wrap: wrap;
	}

	.ethics_canon_wrap .btn_area_side a {
		margin: 0;
		flex: 1 1 100%;
	}

	.cont_tab_list2 .tab_flex {
		padding: 25px;
		flex-wrap: wrap;
		gap: 10px;
	}

	.canon_info {
		padding: 20px;
	}

	.canon_info h4.tt {
		font-size: 25px;
	}

	.canon_info .txt {
		font-size: 19px;
	}

	.disclosure_info {
		padding: 20px;
	}
	.disclosure_info h4.tt {
		font-size: 18px;
	}

	.disclosure_info .txt {
		font-size: 14px;
	}

	.canon_who ul li {
		font-size: 19px;
	}

	.ethics_canon_wrap .btn_area_side a {
		padding: 10px 30px;
		font-size: 19px;
	}

	.cont_tab_list2 ul li .cont_title {
		font-size: 25px;
		line-height: 1.2;
		word-break: keep-all;
		text-indent: -22px;
		padding-left: 22px;
	}

	.cont_tab_list2 ul li .tab_flex .img {
		flex: 0 0 100%;
	}

	.cont_tab_list2 ul li .tab_flex .img img {
		width: 100%;
	}

	.cont_tab_list2 ul li:nth-child(2) .tab_flex .img {
		order: 1;
	}

	.cont_tab_list2 ul li .exp {
		order: 2;
		line-height: 1.3;
	}

	.cont_tab_list {
		margin-bottom: 40px;
	}

	.cont_tab_list ul {
		display: block;
	}

	.cont_tab_list ul li {
		margin-bottom: 10px;
	}

	.cont_tab_list ul li a {
		font-size: 19px;
		line-height: 45px;
	}


	.cont_tab_list2 {
		margin-bottom: 40px;
	}

	.cont_tab_list2 ul {
		display: block;
	}

	.cont_tab_list2 ul li {
		margin-bottom: 30px;
	}

	.cont_tab_list2 ul li a {
		font-size: 19px;
		line-height: 45px;
	}

	.title_area {
		margin-bottom: 30px;
	}

	.block {
		margin-bottom: 50px;
	}

	.cont_title {
		font-size: 22px;
	}
	.cont_title.f30 {
		font-size: 20px;
	}

	.cont_title .sm {
		font-size: 19px;
	}
}

@media all and (max-width: 400px) {
	.cont_title .sm {
		display: block;
		padding-left: 25px;
		margin-top: 5px;
		font-size: 4.8vw;
	}
}

.txt {
	font-size: 21px;
	margin-bottom: 30px;
	line-height: 1.7;
}

.txt.point {
	font-size: 28px;
	font-weight: 900;
	color: #000;
}

.intro_area {
	text-align: left;
}

.intro_area .inner {
	background-image: url(/resource/images/sub/bg_intro.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 70%;
}

.intro_area .intro_list {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 100px;
}

.intro_area .intro_list li {
	text-align: center;
	max-width: 350px;
	border: 1px solid #ddd;
	padding: 50px 20px 0 20px;
	border-radius: 20px;
	word-break: keep-all;
}

.intro_area .intro_list li > div:before {
	content: "";
	display: block;
	height: 130px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 30px;
}

.intro_area .intro_list li .txt {
	line-height: 1.4;
}

.intro_area .intro_list li strong {
	font-size: 29px;
	margin-bottom: 20px;
	display: block;
}

.intro_area .intro_list li .intro_1:before {
	background-image: url(/resource/images/sub/intro_tab1.png);
}

.intro_area .intro_list li .intro_2:before {
	background-image: url(/resource/images/sub/intro_tab2.png);
}

.intro_area .intro_list li .intro_3:before {
	background-image: url(/resource/images/sub/intro_tab3.png);
}

@media all and (max-width: 960px) {
	.intro_area .inner {
		padding-bottom: 21vw;
		background-size: 80%;
	}

	.txt {
		font-size: 17px;
		margin-bottom: 20px;
	}

	.intro_area .txt {
		word-break: keep-all;
	}

	.intro_area .txt br {
		display: none;
	}

	.intro_area .intro_list li strong {
		font-size: 25px;
	}
}

@media all and (max-width: 768px) {
	.txt.point {
		font-size: 25px;
		line-height: 1.4;
	}

	.intro_area .intro_list {
		display: block;
	}

	.intro_area .intro_list li {
		width: 100%;
		padding: 20px;
		max-width: none;
		margin-bottom: 20px;
	}

	.intro_area .intro_list li strong {
		margin-bottom: 5px;
		font-size: 21px;
	}

	.intro_area .intro_list li .txt {
		margin-bottom: 0;
	}

	.intro_area .intro_list li > div {
		display: flex;
		align-items: center;
		gap: 20px;
		text-align: left;
	}

	.intro_area .intro_list li > div:before {
		flex: 0 0 100px;
		margin: 0;
		background-size: contain;
		height: 100px;
		background-position: center;
	}
}

@media all and (max-width: 350px) {
	.txt {
		font-size: 16px;
	}

	.intro_area .intro_list li > div {
		flex-direction: column;
		text-align: center;
	}
}

.map_wrap {position: relative;}
.map_wrap .map_kakao_wrap {
	margin-bottom: 0;
	position: relative;
}
.root_daum_roughmap .wrap_controllers {padding:0;}
.addr_area {
	position:relative;
	margin-top:-10px;
	/* position: absolute;
    top: 190px;
    right: 0; */
	z-index: 2;
	background-color: #0084CA;
	color: #fff;
	padding: 40px;
}

.addr_area .map_title {
	font-weight: 900;
	font-size: 32px;
	margin-bottom: 15px;
}

.map_detail .trans div h2 {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}

.map_detail .trans div img {
	display: inline-block;
	vertical-align: middle;
	width: 47px;
}

.map_detail .trans ul {
	font-size: 0;
}

.map_detail .trans ul li p {
	font-size: 20px;
	color: #333;
	font-weight: 500;
	line-height: 135%;
}

.map_detail .trans ul li p span {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	color: #fff;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin-top: -2px;
	margin-right: 5px;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-o-border-radius: 22px;
	-moz-border-radius: 22px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.map_detail .trans ul li:first-child p span {
	background: #1E3A9C;
}

.map_detail .trans ul li:last-child p span {
	background: #2E6FBA;
}

.map_detail .trans ul li ul li {
	position: relative;
	font-size: 16px;
	color: #333;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 135%;
}

.map_detail .trans ul li ul li:last-child {
	margin-bottom: 0;
}

.map_detail .trans > ul > li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
}

.map_detail .trans > ul > li:first-child {
	margin-right: 4%;
}

.map_detail .bus {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 60px;
}

.map_detail .bus ul li ul li {
	padding-left: 60px;
}

.map_detail .bus ul li ul li:after {
	position: absolute;
	top: -4px;
	left: 0;
	padding: 5px 12px 3px;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-moz-border-radius: 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.map_detail .bus ul li ul li:first-child:after {
	content: "간선";
	background: #3366CC;
}

.map_detail .bus ul li ul li:nth-child(2):after {
	content: "지선";
	background: #5BB025;
}

.map_detail .bus ul li ul li:last-child:after {
	content: "광역";
	background: #D00000;
}

.root_daum_roughmap_landing {
	max-width: 100%;
}

.root_daum_roughmap .wrap_map {
	border: 1px solid #ddd;
}

@media all and (max-width: 1280px) {
	.map_wrap {
		padding: 0 5vw;
	}

	.addr_area {
		padding: 15px 30px;
	}
}

@media all and (max-width: 768px) {
	.root_daum_roughmap .wrap_map {
		height: 300px !important;
		border: 1px solid #ddd;
	}

	.addr_area {
		position: static;
	}

	.addr_area .map_title {
		font-size: 25px;
	}

	.map_detail .trans > ul > li {
		width: 100%;
	}

	.map_detail .trans > ul > li:first-child {
		margin-bottom: 30px;
		margin-right: 0;
	}
}

/* 조직 및 업무 */
.group {
	position: relative;
}

.group + .group {
	margin-top: 100px;
}

.group .tab_content {
	margin-top: 80px;
}

.group .sub_tit {
	text-align: center;
	margin-bottom: 30px;
	font-size: 26px;
	color: #0084CA;
}

.group .sub_tit:before {
	content: "";
	display: block;
	width: 50px;
	height: 10px;
	background-color: #0084CA;
	margin: 0 auto;
	margin-bottom: 10px;
}

.group .chart {
	height: 635px;
}

.group .chart ul li a {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.group .chart .chart_top {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	max-width: 1132px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	justify-content: space-between;
	align-items: center;
}

.group .chart .chart_top:before {
	position: absolute;
	content: "";
	bottom: -71px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 71px;
	background-color: #e2e2e2;
}

.group .chart .chart_top li.depth1-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 200px;
	background-color: #fff;
	border: 1px solid #0084CA;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
}

.group .chart .chart_top li.depth1-1 a {
	/* display: block; */
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	width: 160px;
	height: 160px;
	background: #0084CA;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.group .chart .chart_top li.depth2-1 {
	position: relative;
}

.group .chart .chart_top li.depth2-1:before {
	position: absolute;
	content: "";
	top: 50%;
	left: -100%;
	width: 100%;
	height: 1px;
	background-color: #e2e2e2;
	z-index: -1;
}

.group .chart .chart_top li.depth3-1 {
	position: relative;
}

.group .chart .chart_top li.depth3-1:before {
	position: absolute;
	content: "";
	top: 50%;
	right: -100%;
	width: 100%;
	height: 1px;
	background-color: #e2e2e2;
	z-index: -1;
}

.group .chart .chart_top li.depth2-1,
.group .chart .chart_top li.depth3-1 {
	width: 219px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: #0B618E;
}

.group .chart .chart_top li a {
	display: block;
	font-size: 21px;
	color: #ffffff;
	font-weight: 500;
}

.group .chart .chart_middle {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	max-width: 955px;
	width: 100%;
	margin: 111px auto 0;
	justify-content: space-between;
}

.group .chart .chart_middle:before {
	position: absolute;
	content: "";
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 316px);
	height: 1px;
	background: #e2e2e2;
}

.group .chart .chart_middle li {
	width: 316px;
	height: 62px;
	line-height: 62px;
	text-align: center;
}

.group .chart .chart_middle li:before {
	position: absolute;
	content: "";
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 40px;
	background-color: #e2e2e2;
}

.group .chart .chart_middle li:after {
	position: absolute;
	content: "";
	bottom: -22px;
	left: 50%;
	width: 1px;
	height: 22px;
	background-color: #e2e2e2;
}

.group .chart .chart_middle li.depth4-1,
.group .chart .chart_middle li.depth5-1 {
	position: relative;
	background-color: #009AA3;
}

.group .chart .chart_middle li a {
	display: block;
	font-size: 21px;
	color: #fff;
	font-weight: 500;
}

.group .chart .chart_bottom {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	max-width: 1157px;
	width: 100%;
	margin: 48px auto 0;
	justify-content: space-between;
	gap: 15px;
}

.group .chart .chart_bottom li {
	position: relative;
}

.group .chart .chart_bottom li:before {
	position: absolute;
	content: "";
	top: -26px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 154px);
	height: 1px;
	background-color: #e2e2e2;
}

.group .chart .chart_bottom li.depth4,
.group .chart .chart_bottom li.depth5 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 520px;
	gap: 10px;
	justify-content: space-between;
}

.group .chart .chart_bottom li div {
	display: table;
	position: relative;
	width: 154px;
	table-layout: fixed;
}

.group .chart .chart_bottom li div:before {
	position: absolute;
	content: "";
	top: -26px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 26px;
	background-color: #e2e2e2;
	z-index: -1;
}

.group .chart .chart_bottom li div.depth5-4:before {
	margin: 0 0 0 1px;
}

.group .chart .chart_bottom li div a {
	display: table-cell;
	width: 100%;
	height: 60px;
	line-height: 23px;
	color: #444;
	font-weight: 500;
	background-color: #EFEFEF;
	text-align: center;
	vertical-align: middle;
	border: 0;
}

.group div.base_info {
	background-color: fff;
	border: 2px solid #000;
	margin-bottom: 30px;
	display: flex;
	padding: 30px;
}

.group div.base_info h5 {
	flex: 0 0 160px;
	font-size: 23px;
	text-align: center;
}

.group div.bg_b,
.group div.br_g {
	padding: 45px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.group div.wd50_wrap {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	font-size: 0;
	margin: 0 -1%;
}

.group div ul li {
	color: #0d0d0d;
	font-weight: 400;
	line-height: 135%;
	letter-spacing: -0.6px;
}

.group div ul.work_list {
  column-count: 2; 
  column-gap: 30px; 
  list-style-type: none; 
  padding: 0;
  width:100%;
}

.group div ul.work_list li {
	/* flex: 1 1 auto; */
	min-width: 50%;
	position: relative;
	padding-left: 10px;
	line-height: 1.3;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
   break-inside: avoid;
	padding: 7px 0 7px 13px;
}

.group div ul.work_list li:after {
	content: "";
	position: absolute;
	top: 14px;
	left: 0;
	background: #d9d9d9;
	width: 4px;
	height: 4px;
}

.group div ul.work_list li:last-child {
	margin-bottom: 0;
}

.group div ul.work_list li p {
	margin: 10px 0;
}

.group div ul.work_list.wd50 {
	font-size: 0;
}

.group div ul.work_list.wd50 li {
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin-right: 3%;
}

.group div ul.work_list.wd50 li:nth-child(2n) {
	margin-right: 0;
}

.group .table_wrap {
	margin-top: 15px;
}

.group .table_wrap table {
	width: 100%;
	border-top: 1px solid #0084CA;
}

.group .table_wrap table th {
	background: #F6FAFD;
	padding: 23px 10px;
	border-right: 1px solid #d9d9d9;
	color: #0084CA;
	font-weight: bold;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.group .table_wrap table td {
	padding: 23px 10px;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	color: #0D0D0D;
	font-weight: 400;
	line-height: 135%;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.group .table_wrap table td.t_left {
	padding: 23px 25px;
	text-align: left;
}

.group .table_wrap table td img {
	width: 16px;
	vertical-align: middle;
	margin-right: 3px;
	margin-top: -3px;
}

.group .table_wrap table th.br_none {
	border-right: none;
}

.group .table_wrap table td.br_none {
	border-right: none;
}

.group .table_wrap table td ul li {
	position: relative;
	padding-left: 10px;
	margin-bottom: 5px;
}

.group .table_wrap table td ul li:last-child {
	margin-bottom: 0;
}

.group .table_wrap table td ul li:before {
	position: absolute;
	content: "";
	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #ccc;
}

.group .table_wrap table td ul li p {
	margin-top: 3px;
}

.search_group {
	text-align: center;
	padding: 50px 0;
	display: flex;
	max-width: 600px;
	margin: 0 auto;
	gap: 20px;
}

.search_group > * {
	flex: 1 1 auto;
}

.search_group select {
	flex: 0 0 150px;
	padding-left: 20px;
	font-size: 17px;
	vertical-align: top;
	height: 45px;
	border: 1px solid #ddd;
}

.search_group .inputform {
	position: relative;
}

.search_group .inputform input {
	vertical-align: top;
	width: 100%;
	height: 45px;
	border: 1px solid #ddd;
	padding-left: 20px;
}

.search_group .inputform a {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
}
.group_wrap {}
.group_list_wrap .tab_content > ul {
	border-top: 1px solid #222;
}

.group_list_wrap .tab_content > ul > li {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	align-items: center;
	gap: 20px;
}

.group_list_wrap .tab_content > ul > li span {
	display: inline-block;
}

.group_list_wrap .tab_content > ul > li span:nth-child(1) {
	flex: 0 0 100px;
}

.group_list_wrap .tab_content > ul > li span:nth-child(2) {
	text-align: center;
	flex: 0 0 150px;
}

.group_list_wrap .tab_content > ul > li .name {
	font-weight: bold;
	width: 100px;
	text-align: center;
}

.group_list_wrap.type2 .tab_content > ul > li:nth-child(1) {
	background-color: #f1f1f1;
}
.group_list_wrap.type2 .tab_content > ul > li:nth-child(1) > div {
	text-align: center;
	font-weight: bold;
}

.group_list_wrap.type2 .tab_content > ul > li span:nth-child(1) {
	flex: 0 0 300px;
}

.group_list_wrap.type2 .tab_content > ul > li span:nth-child(2) {
	text-align: center;
	flex: 0 0 auto;
}

.group_list_wrap.type2 .tab_content > ul > li .title {
	font-weight: bold;
	width: 300px;
	text-align: center;
}




.group_list_wrap .t_left ul {
	padding-left: 26px;
}

.group_list_wrap .t_left ul li {
	list-style: disc;
}

@media all and (max-width: 960px) {
	.group_list_wrap {
		padding: 10px;
	}

	.group_list_wrap .tab_content > ul > li {
		flex-wrap: wrap;
		gap: 10px;
	}

	.group_list_wrap .tab_content > ul > li span {
		font-size: 21px;
		font-weight: 500;
		font-size: 18px;
	}

	.group_list_wrap .tab_content > ul > li span:first-child {
		flex: 0 0 auto;
		width: auto;
		font-size: 18px;
	}

	.group_list_wrap .tab_content > ul > li .t_left {
		flex: 1 1 100%;
		padding-left: 0;
	}

	.group_list_wrap .tab_content > ul > li .t_left ul {
		padding-left: 20px;
	}

	.group_list_wrap .tab_content > ul > li .t_left ul li {
		font-size: 16px;
	}

	.group_list_wrap.type2 .tab_content > ul > li .title{
		flex : 0 0 99% !important;
		text-align: center;
	}
	.group_list_wrap.type2 .tab_content > ul > li:nth-child(1) div{
		text-align: center;
	}

	.group .tab_content {
		margin-top: 6vw;
	}

	.group div.base_info {
		display: block;
		padding: 20px;
	}

	.group div.base_info h5 {
		margin-bottom: 20px;
	}

	.group div.base_info ul.work_list li {
		flex: 1 1 100%;
	}

	.group .chart .chart_middle {
		max-width: 85vw;
	}

	.group .chart .chart_middle li {
		width: 300px;
	}

	.group .chart .chart_bottom li:before {
		width: calc(100% - 130px);
	}

	.group .chart .chart_bottom li div {
		width: 130px;
	}
}

@media all and (max-width: 768px) {
	.group div ul.work_list {
		column-count: 1; 
	}
	.group .chart .chart_top {
		gap: 10px;
	}

	.group .chart .chart_top:before {
		bottom: -31px;
		height: 31px;
	}

	.group .chart .chart_top li.depth1-1 {
		width: 110px;
		height: 110px;
		padding: 7px;
		background-color: #fff;
	}

	.group .chart .chart_top li.depth1-1 a {
		width: 90px;
		height: 90px;
		font-size: 22px;
	}

	.group .chart .chart_top li.depth2-1 {
		height: 45px;
		line-height: 45px;
	}

	.group .chart .chart_middle {
		max-width: 100%;
		gap: 15px;
		margin-top: 68px;
	}

	.group .chart .chart_middle:before {
		width: calc(100% - 49vw);
	}

	.group .chart .chart_middle li {
		width: 100%;
		height: 42px;
		line-height: 42px;
	}

	.group .chart .chart_bottom {
		margin-top: 18px;
	}

	.group .chart .chart_bottom li.depth4,
	.group .chart .chart_bottom li.depth5 {
		flex-direction: column;
		justify-content: start;
		width: 100%;
	}

	.group .chart .chart_bottom li:before {
		display: none;
	}

	.group .chart .chart_bottom li div {
		width: 100%;
	}

	.group .chart .chart_bottom li div:before {
		display: none;
	}

	.group .chart .chart_bottom li div a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 42px;
	}

	.group .chart .chart_bottom li div a br {
		display: none;
	}

	.group .table_wrap table td {
		padding: 3px 10px;
	}

	.group .table_wrap table td.t_left {
		padding: 3px 15px;
	}
}

/* 조직 및 업무 */
.history_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.history_wrap:before {
	content: "";
	position: absolute;
	left: 50%;
	width: 1px;
	top: 20px;
	bottom: 270px;
	background-color: #ddd;
}

.history_wrap .history_box {
	position: relative;
	width: 470px;
	gap: 15px;
	justify-self: center;
}

.history_wrap .history_box strong {
	position: relative;
	font-size: 41px;
	font-weight: 900;
	display: block;
	margin-bottom: 20px;
}

.history_wrap .history_box .history_list ul li {
	margin-bottom: 10px;
	line-height: 1.5;
	word-break: keep-all;
}

.history_wrap .history_box .history_list > div {
	margin-bottom: 30px;
}

.history_wrap .history_box .history_list .num {
	font-size: 20px;
	font-weight: 500;
	display: block;
	color: #0084CA;
	margin-bottom: 5px;
}

.history_wrap .history_box:nth-child(even) {
	transform: translateX(300px);
}

.history_wrap .history_box:nth-child(even):after {
	content: "";
	position: absolute;
	top: 28px;
	left: -50px;
	width: 35px;
	border-top: 2px dashed #0084CA;
}

.history_wrap .history_box:nth-child(even) strong:before {
	content: "";
	position: absolute;
	left: -83px;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	background-color: #0084CA;
	opacity: 0.1;
	border-radius: 50%;
}

.history_wrap .history_box:nth-child(even) strong:after {
	content: "";
	position: absolute;
	left: -73px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background-color: #0084CA;
	border-radius: 50%;
}

.history_wrap .history_box:nth-child(odd) {
	transform: translateX(-300px);
	text-align: right;
}

.history_wrap .history_box:nth-child(odd):after {
	content: "";
	position: absolute;
	top: 28px;
	right: -50px;
	width: 35px;
	border-top: 2px dashed #0084CA;
}

.history_wrap .history_box:nth-child(odd) strong {
	order: 2;
}

.history_wrap .history_box:nth-child(odd) strong:before {
	content: "";
	position: absolute;
	right: -83px;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	background-color: #0084CA;
	opacity: 0.1;
	border-radius: 50%;
}

.history_wrap .history_box:nth-child(odd) strong:after {
	content: "";
	position: absolute;
	right: -73px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background-color: #0084CA;
	border-radius: 50%;
}

.history_wrap .history_box:nth-child(odd) .history_list {
	order: 1;
	text-align: right;
}

@media all and (max-width: 960px) {
	.history_wrap:before {
		content: "";
		position: absolute;
		left: 35px;
		width: 1px;
		top: 20px;
		bottom: 270px;
		background-color: #ddd;
	}

	.history_wrap .history_box {
		position: relative;
		width: 100%;
		padding: 0 20px 0 80px;
		margin-bottom: 15px;
	}

	.history_wrap .history_box .history_list > div {
		margin-bottom: 20px;
	}

	.history_wrap .history_box strong {
		font-size: 35px;
		margin-bottom: 10px;
	}

	.history_wrap .history_box:nth-child(odd) {
		transform: none;
		text-align: left;
	}

	.history_wrap .history_box:nth-child(odd) .history_list {
		order: 1;
		text-align: left;
	}

	.history_wrap .history_box:nth-child(odd):after {
		display: none;
	}

	.history_wrap .history_box:nth-child(odd) strong:before {
		content: "";
		position: absolute;
		left: -61px;
		top: 50%;
		transform: translateY(-50%);
		width: 35px;
		height: 35px;
		background-color: #0084CA;
		opacity: 0.1;
		border-radius: 50%;
	}

	.history_wrap .history_box:nth-child(odd) strong:after {
		content: "";
		position: absolute;
		left: -51px;
		top: 50%;
		transform: translateY(-50%);
		width: 15px;
		height: 15px;
		background-color: #0084CA;
		border-radius: 50%;
	}

	.history_wrap .history_box:nth-child(even) {
		transform: none;
	}

	.history_wrap .history_box:nth-child(even) strong:before {
		content: "";
		position: absolute;
		left: -61px;
		top: 50%;
		transform: translateY(-50%);
		width: 35px;
		height: 35px;
		background-color: #0084CA;
		opacity: 0.1;
		border-radius: 50%;
	}

	.history_wrap .history_box:nth-child(even) strong:after {
		content: "";
		position: absolute;
		left: -51px;
		top: 50%;
		transform: translateY(-50%);
		width: 15px;
		height: 15px;
		background-color: #0084CA;
		border-radius: 50%;
	}
}

@media all and (max-width: 480px) {
	.history_wrap:before {
		left: 25px;
	}

	.history_wrap .history_box {
		padding-left: 50px;
	}

	.history_wrap .history_box strong {
		font-size: 28px;
	}

	.history_wrap .history_box strong:before {
		width: 25px !important;
		height: 25px !important;
		left: -39px !important;
	}

	.history_wrap .history_box strong:after {
		width: 12px !important;
		height: 12px !important;
		left: -32px !important;
	}
}

.ci_top_area .ci_thumb {
	text-align: center;
	margin-bottom: 40px;
}

.ci_top_area .btn_arear {
	display: flex;
	gap: 30px;
	justify-content: center;
}

.ci_top_area .btn_arear a {
	display: inline-block;
	text-align: center;
	background-color: #0084CA;
	color: #fff;
	font-size: 20px;
	padding: 15px 40px;
	border-radius: 5px;
}

.ci_top_area .btn_arear a:hover {
	background-color: #006aa3;
}

.ci_top_area .btn_arear a i {
	margin-left: 10px;
}

.ci_view ul {
	display: flex;
	gap: 30px;
	justify-content: center;
}

.ci_view ul li {
	display: flex;
	flex-direction: column;
	border: 1px solid #ddd;
	text-align: center;
	padding: 45px;
	border-radius: 20px;
	width: 33%;
}

.ci_view ul li p {
	height: 150px;
}

.ci_view ul li p.tit {
	height: auto;
	font-size: 20px;
	font-weight: 500;
}

.color_list_wrap ul {
	display: flex;
	flex-wrap: wrap;
}

.color_list_wrap ul li {
	margin-bottom: 50px;
	display: flex;
	gap: 20px;
	flex: 1 1 33%;
	align-items: center;
}

.color_list_wrap ul li .color_bg {
	width: 40px;
	height: 90px;
}

.color_list_wrap ul li .color_info .point {
	font-size: 23px;
	margin-bottom: 10px;
	font-weight: 500;
}

.color_list_wrap ul li .color_info .col {
	display: flex;
	gap: 20px;
}

.color_list_wrap ul li .color_info .col span {
	justify-content: start;
}

.color_list_wrap ul li.type1 .color_bg {
	background-color: #0084CA;
}

.color_list_wrap ul li.type1 .color_info .point {
	color: #0084CA;
}

.color_list_wrap ul li.type2 .color_bg {
	background-color: #5BBC2B;
}

.color_list_wrap ul li.type2 .color_info .point {
	color: #5BBC2B;
}

.color_list_wrap ul li.type3 .color_bg {
	background-color: #EB880E;
}

.color_list_wrap ul li.type3 .color_info .point {
	color: #EB880E;
}

.color_list_wrap ul li.type4 .color_bg {
	background-color: #E43258;
}

.color_list_wrap ul li.type4 .color_info .point {
	color: #E43258;
}

.color_list_wrap ul li.type5 .color_bg {
	background-color: #7D7D7D;
}

.color_list_wrap ul li.type5 .color_info .point {
	color: #7D7D7D;
}

.color_list_wrap ul li.type6 .color_bg {
	background-color: #000000;
}

.color_list_wrap ul li.type6 .color_info .point {
	color: #000000;
}


.color_list_wrap ul li.s_type1 .color_bg {
	background-color: #0084CA;
}

.color_list_wrap ul li.s_type1 .color_info .point {
	color: #0084CA;
}

.color_list_wrap ul li.s_type2 .color_bg {
	background-color: #5BBC2B;
}

.color_list_wrap ul li.s_type2 .color_info .point {
	color: #5BBC2B;
}

.color_list_wrap ul li.s_type3 .color_bg {
	background-color: #EB880E;
}

.color_list_wrap ul li.s_type3 .color_info .point {
	color: #EB880E;
}


.tabs_list {}

.tabs_list ul {
	display: flex;
}

.tabs_list ul li {
	flex: 1 1 50%;
	border: 1px solid #ddd;
}

.tabs_list ul li.on {
	flex: 1 1 50%;
	border: 1px solid #000;
	border-bottom: 0;
}

.tabs_list ul li a {
	display: block;
	text-align: center;
	padding: 20px 0;
	font-size: 21px;
	font-weight: 600;
	color: #777;
}

.tabs_list ul li.on a {
	color: #000;
}

.detail_cont {
	padding-top: 70px;
}

.detail_cont .ci_wrap {
	display: none;
}

.detail_cont .ci_wrap.on {
	display: block;
}

.slogon_view {}

.slogon_view ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.slogon_view ul li {
	flex: 1 1 calc(50% - 30px);
	text-align: center;
	padding: 20px 0;
}

.slogon_view ul li .tit {
	text-align: left;
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 10px;
}

.slogon_view ul li .box {
	padding: 10px;
	border: 1px solid #ddd;
	text-align: center;
	padding: 60px 0;
}



@media all and (max-width: 1400px) {
	
	.group_wrap {
		padding: 0 20px;
	}
	.intro_area {
		padding: 0 20px;
	}

	.ci_wrap {
		padding: 0 30px;
	}
}

@media all and (max-width: 768px) {
	.slogon_view ul {
		display: block;
	}

	.ci_top_area .btn_arear {
		flex-direction: column;
		gap: 10px;
	}

	.ci_top_area .btn_arear a {
		padding: 10px 15px;
	}

	.ci_view ul {
		flex-direction: column;
	}

	.ci_view ul li {
		width: 100%;
		padding: 20px;
	}

	.ci_view ul li p {
		height: auto;
		padding: 20px 0;
	}

	.color_list_wrap ul li {
		margin-bottom: 25px;
	}
}

/* business */
.business_main_top {
	margin-bottom: 50px;
	text-align: center;
}

.business_main_top h3 {
	font-size: 45px;
	margin-bottom: 30px;
}

.business_main_top .exp {
	display: inline-block;
	max-width: 960px;
	word-break: keep-all;
	font-size: 21px;
}

.business_item_block {
	background-color: #f7f7f7;
	padding: 70px 60px;
}

.business_item_block h4 {
	text-align: center;
	margin-bottom: 50px;
}

.business_item_block ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}

.business_item_block ul li {
	max-width: 400px;
	text-align: center;
}

.business_item_block ul li span {
	display: block;
}

.business_item_block ul li .thumb {
	margin-bottom: 15px;
}

.business_item_block ul li .title {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 15px;
	display: inline-block;
	padding: 0 5px;
}

.business_item_block ul li .title.h_order {
	height:60px;
}

.business_item_block ul li .memo {
	line-height: 1.5;
	letter-spacing: 0;
	word-break: keep-all;
	font-weight: 500;
	font-size: 17px;
}

.business_item_block + .business_item_block {
	margin-top: 50px;
}

.block_flex {
	display: flex;
	gap: 50px;
	margin: 5% 0;
}

.block_flex .business_item_block {
	flex: 1 1 calc(50% - 50px);
	margin: 0;
}

.business_wrap {
	overflow: hidden;
}

.business_wrap:after {
	content: "";
	clear: both;
	width: 100%;
	display: block;
}

.business_wrap .top_wrap {
	background-size: cover;
	background-position: center;
	margin-bottom: 160px;
}

.business_wrap .top_block {
	transform: translateY(130px);
}

.business_wrap .title {
	max-width: 1400px;
	margin: 0 auto;
	font-size: 59px;
	color: #fff;
	font-weight: 900;
	padding-right: 50px;
	letter-spacing: -2px;
	text-align: right;
}

.business_wrap .business_top_block {
	max-width: 1400px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	padding: 40px;
	display: flex;
	gap: 50px;
}

.business_wrap .business_top_block .thumb {
	flex: 0 0 350px;
}

.business_wrap .business_top_block .base_info {
	flex: 1 1 auto;
}

.business_wrap .business_top_block .base_info .top {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
	align-items: center;
}

.business_wrap .business_top_block .base_info .top .tit {
	font-size: 30px;
	font-weight: bold;
}

.business_detail_wrap .cont_title > a,
.business_wrap .business_top_block .base_info .top a {
    display: inline-block;
    background-color: #0085CA;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    margin-left: 10px;
    vertical-align: middle;
}

.business_wrap .business_top_block .base_info .memo {
	font-size: 21px;
	margin-bottom: 20px;
	line-height: 1.4;
}

.business_wrap .business_top_block .base_info .inquiry_area {
	background-color: #f7f7f7;
	padding: 20px;
	line-height: 1.6;
	display: flex;
	align-items: center;
	font-size: 19px;
	gap: 20px;
}

.business_wrap .business_top_block .base_info .inquiry_area strong {
	font-size: 30px;
	display: inline-block;
	vertical-align: top;
}

.business_detail_wrap {
	max-width: 1400px;
	margin: 0 auto;
	padding:0 20px;
}

.business_detail_wrap .cont_title {
	margin-bottom: 30px;
}

.business_detail_wrap .table_wrap {
	margin-top: 15px;
	margin-bottom: 15px;
}

.business_detail_wrap .table_wrap table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #0084CA;
}

.business_detail_wrap .table_wrap table th {
	text-align: center;
	background: #F6FAFD;
	padding: 10px 10px;
	border: 1px solid #d9d9d9;
	color: #0084CA;
	font-weight: bold;
	line-height: 135%;
	font-size:18px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.business_detail_wrap .table_wrap.sty3 table th {
	background: #f3f7e8;
	color: #437b34;
}
.business_detail_wrap .table_wrap table th br {
	display: none;
}

.business_detail_wrap .table_wrap table td {
	padding: 10px 25px;
	border: 1px solid #d9d9d9;
	color: #0D0D0D;
	font-weight: 400;
	text-align: center;
	font-size:18px;
	line-height: 1.65;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.business_detail_wrap .sub_block .table_wrap table td {padding:10px 15px;}
.business_detail_wrap .sub_block .table_wrap table td.txl {text-align:left;}
.business_detail_wrap .sub_block .table_wrap table td a {word-break:break-all;}
.business_detail_wrap .table_wrap table .point_line td {background-color:#f7f7f7;}
.business_detail_wrap .block {
	padding: 50px 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
}
.business_detail_wrap .block .process li:last-child ul {border-bottom:0;}

.business_detail_wrap .block ul.ico_list {display:flex;gap:20px;flex-wrap:wrap;}
.business_detail_wrap .block ul.ico_list li + li {margin:0;}
.business_detail_wrap .block ul.list {
	padding-left: 20px;
}

.business_detail_wrap .block ul.list.table li {
	display: flex;
	align-items: center;
}



/* .business_detail_wrap .block ul.list.table li:before {
	content: "";
	width: 6px;
	height: 6px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
	background: #000;
	border-radius: 50%;
} */

.business_detail_wrap .block ul.list.table li .txt_b {
	flex: 0 0 230px;
}

.business_detail_wrap .block ul.list li {
	list-style: disc;
}
.business_detail_wrap .block ul.list li .list_none li {
	list-style: none;
}
.business_detail_wrap .block ul.num {
	padding-left: 20px;
}

.business_detail_wrap .block ul.num li {
	list-style-type: decimal;
}
.business_detail_wrap .block .sub_block,
.business_detail_wrap .block ul li {
	font-size: 20px;
	line-height: 1.4;
}
.business_detail_wrap .block .sub_block {margin-bottom:10px;}
.business_detail_wrap .block .sub_block > ul {margin-top:10px;}


.business_detail_wrap .list_title {font-weight: bold;font-size: 21px;margin-bottom: 10px;}

.business_detail_wrap .block ul li.bg_g + .bg_g {margin-top: 25px;}

.business_detail_wrap .block ul li .txt_b {
	font-weight: bold;
	color: #0084CA;
	display: inline-block;
	margin-right:15px;
}

.business_detail_wrap .block ul li + li {
	margin-top: 5px;
}

.process > li {
	margin-bottom: 20px;
}

.process > li > ul > li + li {
	margin-top: 15px !important;
}

.process.v2 li:nth-child(1) .c_wrap {
	background-color: #BEEADD;
	color: #065840;
}

.process.v2 li:nth-child(2) .c_wrap {
	background-color: #74cdc6;
	color: #065840;
}

.process.v2 li:nth-child(3) .c_wrap {
    background-color: #3ccfe9;
    color: #106474;
}

.process.v2 li:nth-child(4) .c_wrap {
    background-color: #3fbaf0;
    color: #00293b;
}

.process.v2 li:nth-child(5) .c_wrap {
	background-color: #7eb7ff;
	color: #093162;
}

.process.v2 li:nth-child(6) .c_wrap {
	background-color: #86a6ff;
	color: #05133c;
}

.process.v3 li:nth-child(1) .c_wrap {
	background-color: #78c7ea;
	color: #115776;
}

.process.v3 li:nth-child(2) .c_wrap {
	background-color: #7eb7ff;
	color: #093162;
}

.process.v3 li:nth-child(3) .c_wrap {
	background-color: #86a6ff;
	color: #05133c;
}

.process li {
	display: flex;
	gap: 20px;
}

.business_detail_wrap .block .process li + li {
    margin-top: -65px;
}

.process li span {
	font-weight: 500;
	display: inline-block;
	width: 110px;
}

.process li span.caption {
	width:auto;
}
.process li .c_wrap {
    text-align: center;
    flex: 0 0 280px;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-weight: 600;
    border-radius: 50%;
    /* opacity: .8; */
}

.process li ul { 
	flex: 1 1 auto; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px 30px 30px 30px;
    transform: translateY(-20px);
    border-radius: 0;
    border-bottom: 1px solid #ddd;
}

.process li:nth-child(1) .c_wrap {
	background-color: rgb(190 234 221 / 80%);
	color: #065840;
}

.process li:nth-child(2) .c_wrap {
	background-color: rgb(127 208 223 / 80%);
	color: #106474;
}

.process li:nth-child(3) .c_wrap {
	background-color: rgb(130 190 255 / 80%);
	color: #1c426c;
}

.process li:nth-child(4) .c_wrap {
	background-color: rgb(91 149 242 / 70%);
	color: #000;
}

.b_tabs {
	display: flex;
	gap: 20px;
	justify-content: end;
}

.b_tabs a {
	display: block;
	flex: 0 0 auto;
	padding: 10px 40px;
	font-size: 21px;
	border: 1px solid #ddd;
	color: #757575;
	border-radius: 30px;
}

.b_tabs a:hover {
	background-color: #f7f7f7;
}

.b_tabs a.active {
	background-color: #222;
	color: #fff;
}

.b_tabs a.active:hover {
	background-color: #000;
}

.b_tabs_detail > .map {
	padding: 20px 0;
}

.b_tabs_detail > .map > img {
	max-width: 100%;
	max-height: 100%;
}

.b_tabs_detail > div {
	display: none;
}

.b_tabs_detail > div.view {
	display: block;
}

.inin {text-indent: -170px;padding-left: 170px;}

@media all and (max-width: 1440px) {
	.block_flex {
		display: flex;
		flex-direction: column;
	}
}

@media all and (max-width: 1280px) {
	.business_item_block {
		padding: 7vw;
	}

	.business_item_block h4 {
		font-size: 28px;
		margin-bottom: 4.5vw;
		letter-spacing: -1px;
		word-break: keep-all;
	}

	.business_main_top .exp {
		line-height: 1.4;
		font-size: 17px;
		word-break: keep-all;
	}

	.business_item_block ul li .title {
		font-size: 21px;
	}
	.business_item_block ul li .title.h_order {
		height:auto;
	}
	.business_wrap .title {
		padding: 0;
		text-align: center;
		padding-bottom: 40px;
		font-size: 50px;
	}

	.business_wrap .title span {
		display: block;
	}

	.business_wrap .top_block {
		transform: none;
		padding-top: 110px;
	}

	.business_wrap .top_wrap {
		margin-bottom: 20px;
	}

	.business_detail_wrap {
		padding: 0 30px;
	}

	.table_wrap.sty2 {
		padding: 20px 0 0;
		background-image: url("/resource/images/base/lr_arr_ico.png");
		background-size: 30px auto;
		background-repeat: no-repeat;
		overflow-x: scroll;
		animation: tblScrollAni 2s infinite;
	}

	.table_wrap.sty2 table {
		min-width: 960px;
	}

	@keyframes tblScrollAni {
		0% {
			background-position: 48% 3px;
		}

		50% {
			background-position: 52% 3px;
		}

		100% {
			background-position: 48% 3px;
		}
	}
}

@media all and (max-width: 960px) {
	.inin {padding:0;text-indent: 0;}
	.process li span {font-weight: bold;}
	.business_detail_wrap .block ul.list {padding-left: 0;}
	.business_item_block {
		padding: 30px 0;
		background-color: #fff;
		border-top: 1px solid #ddd;
	}

	.business_item_block .cont_title:before {
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.business_wrap .title {
		padding-bottom: 7vw;
		word-break: keep-all;
	}

	.business_wrap .business_top_block {
		display: block;
		text-align: center;
	}

	.business_wrap .business_top_block .base_info .top {
		display: block;
		margin: 0;
	}

	.business_wrap .business_top_block .base_info .top .tit {
		font-size: 30px;
		padding: 2vw 0;
	}

	.business_wrap .business_top_block .base_info .memo {
		font-size: 20px;
	}

	.business_wrap .business_top_block .thumb img {
		max-width: 400px;
		width: 100%;
	}
}

@media all and (max-width: 768px) {
   .business_detail_wrap .table_wrap table th,
  .business_detail_wrap .table_wrap table td {padding:10px;font-size:15px;line-height:1.4;
        white-space: nowrap;}
	.business_item_block ul li .memo br {display: none;}
	.business_wrap .business_top_block {
		padding: 5vw;
	}

	.business_wrap .business_top_block .base_info .top .tit {
		font-size: 25px;
		padding: 2vw 0;
	}

	.business_wrap .business_top_block .base_info .top a {
		margin-bottom: 10px;
		padding: 7px 20px;
		font-size: 16px;
	}

	.business_wrap .business_top_block .base_info .memo {
		font-size: 17px;
	}

	.business_wrap .business_top_block .base_info .memo br {
		display: none;
	}

	.business_wrap .business_top_block .base_info .inquiry_area {
		display: block;
		line-height: 1.2;
		padding: 15px;
		text-align: left;
	}

	.business_wrap .business_top_block .base_info .inquiry_area span {
		display: inline-block;
		margin-bottom: 0;
	}

	.business_wrap .business_top_block .base_info .inquiry_area b {
		word-break: keep-all;
		margin-top: 10px;
		margin-left: 15px;
	}

	.business_wrap .business_top_block .base_info .inquiry_area strong {
		margin-bottom: 0;
		margin-right: 10px;
	}

	.business_wrap .business_top_block .base_info .inquiry_area strong i {
		line-height: 1;
		font-size: 24px;
		vertical-align: top;
	}

	.business_main_top h3 {
		font-size: 35px;
		letter-spacing: -2px;
		word-break: keep-all;
	}

	.business_wrap .top_block {
		padding-top: 80px;
	}

	.detail_business_wrap {
		padding: 0 20px;
	}

	.detail_business_wrap .block {
		display: block;
	}

	.business_detail_wrap {
		padding: 0 20px;
	}

	.business_detail_wrap .block {
		padding: 7vw 0;
	}
	.business_detail_wrap .block ul.list.table li,
	.business_detail_wrap .block ul li {
		font-size: 17px;
		display: block;
	}
	.business_detail_wrap .block .process li + li {
		margin:0;
	}

	.business_detail_wrap .cont_title {
		margin-bottom: 4vw;
	}

	.process li ul {
	    padding: 1vw;
	    transform: none;
	    border-bottom: 0;
	}

	.process li .c_wrap {
		margin-bottom: 10px;
	    border-radius: 40px 0 40px 0;
	    height: auto;
	    padding: 20px;
	}
}

@media all and (max-width: 530px) {
	.business_wrap .business_top_block .base_info .top .tit {
		font-size: 23px;
	}

	.business_wrap .business_top_block .base_info .top .tit span {
		display: inline-block;
	}

	.business_wrap .business_top_block .base_info .memo {
		font-size: 17px;
		text-align: left;
		word-break: keep-all;
	}

	.business_wrap .business_top_block .base_info .memo br {
		display: none;
	}
}

.webzine_wrap {
	background-image: url(/resource/images/sub/bg_top_webzine.png);
	background-repeat: no-repeat;
	background-position: center -250px;
	background-size: 100% auto;
}

.webzine_intro_top {
	padding: 130px 0;
}

.webzine_intro_top .title {
	color: #fff;
	font-size: 70px;
	font-weight: 900;
	text-align: center;
}

.webzine_intro_top .exp {
	font-weight: 600;
	font-size: 23px;
	color: #fff;
	text-align: center;
	max-width: 1400px;
	margin: 0 auto;
	word-break: keep-all;
	padding-top: 40px;
}

.webzine_intro_top .block {
	max-width: 1400px;
	margin: 0 auto;
	background: #fff;
	margin-top: 70px;
	padding: 70px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.webzine_intro_top .block .flex {
	display: flex;
	margin-bottom: 35px;
	gap: 50px;
}

.webzine_intro_top .block .s_tit {
	white-space: nowrap;
	font-size: 45px;
	font-weight: 900;
}

.webzine_intro_top .block .exp_webzine p {
	font-size: 21px;
}

.webzine_intro_top .block .exp_webzine p + p {
	margin-top: 15px;
}

.webzine_intro_top .block .exp_webzine p.txt_b {
	font-size: 30px;
	font-weight: bold;
}

.webzine_intro_top .block .exp_webzine p.txt_2 {
	font-size: 25px;
	font-weight: 500;
}

.webzine_intro_top .intro {
	font-size: 0;
	background-color: #F7F7F7;
	padding: 50px;
}

.webzine_intro_top .intro li {
	display: inline-block;
	vertical-align: top;
	width: 18%;
	margin: 0 1%;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.webzine_intro_top .intro li img {
	width: 59px;
}

.webzine_intro_top .intro li p {
	font-size: 24px;
	font-weight: bold;
	margin: 30px 0 10px;
}

.webzine_intro_top .intro li strong {
	font-size: 16px;
	color: #0d0d0d;
	font-weight: 400;
	line-height: 150%;
}

.webzine_intro_top .intro li strong span {
	display: block;
	font-weight: 500;
}

.webzine_together {
	max-width: 1400px;
	margin: 0 auto;
}

.webzine_together .block {
	margin-top: 50px;
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
}

.webzine_together .block .stit {
	font-weight: bold;
	font-size: 25px;
}

.webzine_together .block dl {
	display: inline-block;
}

.webzine_together .block dl dt {
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
	margin-right: 20px;
}

.webzine_together .block dl dd {
	margin-right: 50px;
	display: inline-block;
	font-size: 25px;
}

.thgether_list ul {
	display: flex;
	flex-wrap: wrap;
}

.thgether_list ul li {
	margin-top: 30px;
	flex: 1 1 50%;
	display: flex;
	align-items: center;
}

.thgether_list ul li .thumb {
	flex: 0 0 130px;
}

.thgether_list ul li .thumb img {
	width: 126px;
	border-radius: 30px;
}

.thgether_list ul li .info_area {
	padding-left: 30px;
}

.thgether_list ul li .info_area .infoteg {
	margin-bottom: 5px;
}

.thgether_list ul li .info_area .username {
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 15px;
}

.thgether_list ul li .info_area .user_info {
	font-size: 19px;
	font-weight: 500;
}

@media all and (max-width: 1920px) {
	.webzine_intro_top {
		padding-top: 100px;
	}

	.webzine_wrap {
		background-position: center 0;
	}
}

@media all and (max-width: 1400px) {
	.webzine_wrap {
		background-size: contain;
	}

	.webzine_together {
		padding: 0 30px;
	}

	.thgether_list ul {
		gap: 15px;
	}

	.thgether_list ul li {
		flex: 1 1 calc(50% - 15px);
	}
}

@media all and (max-width: 1280px) {
	.webzine_intro_top .block {
		padding: 50px;
	}

	.webzine_intro_top .block .exp_webzine p {
		word-break: keep-all;
	}

	.webzine_intro_top .block .exp_webzine p br {
		display: none;
	}

	.webzine_intro_top .block .flex {
		margin-bottom: 35px;
	}

	.webzine_intro_top .intro li img {
		width: 59px;
	}

	.webzine_intro_top .title {
		font-size: 50px;
	}

	.webzine_intro_top .exp {
		font-size: 21px;
	}
}

@media all and (max-width: 960px) {
	.webzine_intro_top {
		padding-bottom: 7vw;
	}

	.webzine_intro_top .block .flex {
		flex-direction: column;
		gap: 20px;
	}

	.webzine_intro_top .intro {
		text-align: center;
		padding: 25px;
	}

	.webzine_intro_top .block {
		padding: 5vw;
	}

	.webzine_intro_top .block .s_tit {
		font-size: 40px;
	}

	.webzine_intro_top .exp {
		font-size: 19px;
	}

	.webzine_intro_top .block .exp_webzine p {
		font-size: 17px;
	}

	.webzine_intro_top .block .exp_webzine p + p {
		margin-top: 10px;
	}

	.webzine_intro_top .block .exp_webzine p.txt_b {
		font-size: 22px;
	}

	.webzine_intro_top .block .exp_webzine p.txt_2 {
		font-size: 17px;
	}

	.webzine_intro_top .intro li img {
		width: 45px;
	}

	.webzine_intro_top .intro li p {
		font-size: 21px;
		margin: 10px 0 5px 0;
	}

	.webzine_together {
		padding: 0 5vw;
	}

	.thgether_list ul li .thumb {
		flex: 0 0 100px;
	}

	.thgether_list ul li .thumb img {
		width: 96px;
		border-radius: 20px;
	}

	.thgether_list ul li .info_area {
		padding-left: 10px;
	}

	.thgether_list ul li .info_area .username {
		font-size: 19px;
		word-break: keep-all;
	}

	.thgether_list ul li .info_area .user_info {
		font-size: 17px;
	}

	.webzine_together .block {
		margin-top: 30px;
		padding-bottom: 30px;
	}

	.webzine_together .block dl dt {
		font-size: 22px;
	}

	.webzine_together .block dl dd {
		font-size: 19px;
	}

	.webzine_together .block .stit {
		font-size: 22px;
	}
}

@media all and (max-width: 768px) {
	.webzine_wrap {
		background-size: auto 380px;
	}

	.thgether_list ul {
		flex-direction: column;
		gap: 0w;
	}

	.webzine_intro_top {
		padding-top: 12vw;
	}

	.webzine_intro_top .exp br {
		display: none;
	}

	.webzine_intro_top .intro {
		border-top: 1px solid #ddd;
		padding: 20px 0;
		background-color: transparent;
	}

	.webzine_intro_top .intro li {
		width: 100%;
		display: flex;
		text-align: left;
		align-items: center;
		gap: 20px;
	}

	.webzine_intro_top .intro li + li {
		margin-top: 5px;
	}

	.webzine_intro_top .intro li > div {
		display: flex;
		align-items: center;
		gap: 20px;
		line-height: 1.6;
		flex: 1 1 auto;
	}

	.webzine_intro_top .intro li p {
		font-size: 19px;
		margin: 0;
		flex: 0 0 55px;
	}

	.webzine_intro_top .intro li img {
		width: 35px;
	}

	.webzine_intro_top .intro li strong {
		display: block;
		word-break: keep-all;
		flex: 1 1 auto;
	}

	.webzine_intro_top .intro li strong span {
		display: inline;
	}

	.webzine_together .block dl dt {
		font-size: 22px;
		display: block;
		margin: 20px 0 10px 0;
	}

	.webzine_together .block dl dd img {
		height: 35px;
	}
}

@media all and (max-width: 400px) {
	.search_group {
		flex-direction: column;
		gap: 10px;
		padding: 30px 0;
	}

	.search_group select {
		flex: 1 1 auto;
	}

	.group .chart .chart_middle li a {
		font-size: 18px;
	}

	.webzine_intro_top .exp {
		font-size: 4vw;
		padding: 3vw 5vw;
	}

	.webzine_intro_top .title {
		font-size: 10vw;
	}

	.webzine_intro_top {
		padding-top: 16vw;
	}

	.webzine_intro_top .block {
		margin-top: 9vw;
	}

	.webzine_intro_top .block .s_tit {
		font-size: 9vw;
		letter-spacing: -1px;
	}

	.webzine_intro_top .intro li strong {
		font-size: 4.7vw;
	}

	.webzine_intro_top .block .exp_webzine p {
		font-size: 4.7vw;
	}

	.webzine_intro_top .block .exp_webzine p.txt_b {
		font-size: 5.7vw;
	}

	.webzine_intro_top .block .exp_webzine p.txt_2 {
		font-size: 4.7vw;
	}

	.thgether_list ul li {
		margin-top: 6vw;
	}

	.thgether_list ul li .info_area .username {
		font-size: 17px;
	}

	.thgether_list ul li .thumb {
		flex: 0 0 80px;
	}

	.thgether_list ul li .thumb img {
		width: 80px;
		border-radius: 20px;
	}
}

@media all and (max-width: 320px) {
	.webzine_intro_top .intro li p {
		font-size: 17px;
	}

	.webzine_intro_top .intro li img {
		width: 30px;
	}

	.thgether_list ul li .info_area .username {
		font-size: 5.3vw;
	}

	.thgether_list ul li .info_area .user_info {
		font-size: 4.8vw;
	}
}



@media print {

	.business_wrap .top_block {
		transform: translateY(130px);
	}

	.business_wrap .title {
		max-width: 1400px;
		margin: 0 auto;
		font-size: 59px;
		color: #fff;
		font-weight: 900;
		padding-right: 50px;
		letter-spacing: -2px;
		text-align: right;
	}

	.business_wrap .top_block {
		transform: none;
	}

	.business_wrap .business_top_block {
		max-width: 1400px;
		margin: 0 auto;
		background-color: #fff;
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
		padding: 40px;
		display: flex;
		gap: 50px;
		text-align: left;
	}

	.business_wrap .business_top_block .thumb {
		flex: 0 0 350px;
	}

	.business_wrap .business_top_block .base_info {
		flex: 1 1 auto;
	}

	.business_wrap .business_top_block .base_info .top {
		display: flex;
		gap: 20px;
		margin-bottom: 20px;
		align-items: center;
	}

	.business_wrap .business_top_block .base_info .top .tit {
		font-size: 30px;
		font-weight: bold;
	}

	.business_wrap .business_top_block .base_info .inquiry_area span {
		display: block;
	}

	.business_wrap .business_top_block .base_info .inquiry_area b {
		display: inline-block;
	}

	.business_wrap .business_top_block .base_info .top a {
		display: inline-block;
		background-color: #0085CA;
		padding: 10px 20px;
		color: #fff;
		border-radius: 5px;
	}

	.business_wrap .business_top_block .base_info .memo {
		font-size: 21px;
		margin-bottom: 20px;
		line-height: 1.4;
	}

	.business_wrap .business_top_block .base_info .inquiry_area {
		background-color: #f7f7f7;
		padding: 20px;
		line-height: 1.6;
		display: flex;
		align-items: center;
		font-size: 19px;
		gap: 10px;
	}

	.business_wrap .business_top_block .base_info .inquiry_area {
    flex-wrap: wrap;
    }
    .business_wrap .business_top_block .base_info .inquiry_area strong {display: none !important;}

	.business_detail_wrap .cont_title {
		margin-bottom: 10px;
		font-size: 24px;
	}

	.business_detail_wrap .block {
		padding: 25px 0;
	}

	.business_wrap .business_top_block .base_info .top {
		margin-bottom: 10px;
		padding: 0;
	}

	.business_wrap .business_top_block .base_info .top .tit {
		padding: 0;
		font-size: 28px;
	}

	.business_wrap .business_top_block .base_info .inquiry_area strong {
		font-size: 30px;
		display: inline-block;
		vertical-align: top;
	}

	.snb_wrap .sns_wrap li {
		display: none;
	}


	.webzine_intro_top {
		padding-top: 20px;
	}

	.webzine_intro_top .block {
		margin-top: 20px;
	}

	.webzine_intro_top .exp {
		padding: 0 20px;
		padding-top: 20px;
		font-size: 17px;
	}

	.webzine_intro_top .block .s_tit {
		font-size: 25px;
	}

	.intro_area {
		padding-top: 50px;
	}

	.intro_area .inner {
		background: none;
	}

	.intro_area .inner {
		padding-bottom: 0;
	}


	.history_wrap {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.history_wrap:before {
		content: "";
		position: absolute;
		left: 50%;
		width: 1px;
		top: 20px;
		bottom: 270px;
		background-color: #ddd;
	}

	.history_wrap .history_box {
		position: relative;
		width: 470px;
		gap: 15px;
		justify-self: center;
	}

	.history_wrap .history_box strong {
		position: relative;
		font-size: 41px;
		font-weight: 900;
		display: block;
		margin-bottom: 20px;
	}

	.history_wrap .history_box .history_list ul li {
		margin-bottom: 10px;
		line-height: 1.5;
		word-break: keep-all;
	}

	.history_wrap .history_box .history_list > div {
		margin-bottom: 30px;
	}

	.history_wrap .history_box .history_list .num {
		font-size: 20px;
		font-weight: 500;
		display: block;
		color: #0084CA;
		margin-bottom: 5px;
	}

	.history_wrap .history_box:nth-child(even) {
		transform: translateX(260px);
	}

	.history_wrap .history_box:nth-child(even):after {
		content: "";
		position: absolute;
		top: 20px;
		left: -50px;
		width: 35px;
		border-top: 2px dashed #0084CA;
	}

	.history_wrap .history_box:nth-child(even) strong:before {
		content: "";
		position: absolute;
		left: -123px;
		top: 50%;
		transform: translateY(-50%);
		width: 35px;
		height: 35px;
		background-color: #0084CA;
		opacity: 0.1;
		border-radius: 50%;
	}

	.history_wrap .history_box:nth-child(even) strong:after {
		content: "";
		position: absolute;
		left: -113px;
		top: 50%;
		transform: translateY(-50%);
		width: 15px;
		height: 15px;
		background-color: #0084CA;
		border-radius: 50%;
	}

	.history_wrap .history_box:nth-child(odd) {
		transform: translateX(-270px);
		text-align: right;
	}

	.history_wrap .history_box:nth-child(odd):after {
		content: "";
		position: absolute;
		top: 20px;
		right: -50px;
		width: 35px;
		border-top: 2px dashed #0084CA;
	}

	.history_wrap .history_box:nth-child(odd) strong {
		order: 2;
	}

	.history_wrap .history_box:nth-child(odd) strong:before {
		content: "";
		position: absolute;
		right: -63px;
		left: auto;
		top: 50%;
		transform: translateY(-50%);
		width: 35px;
		height: 35px;
		background-color: #0084CA;
		opacity: 0.1;
		border-radius: 50%;
	}

	.history_wrap .history_box:nth-child(odd) strong:after {
		content: "";
		position: absolute;
		right: -53px;
		top: 50%;
		left: auto;
		transform: translateY(-50%);
		width: 15px;
		height: 15px;
		background-color: #0084CA;
		border-radius: 50%;
	}

	.history_wrap .history_box:nth-child(odd) .history_list {
		order: 1;
		text-align: right;
	}

}
/* 개인정보보호 / 2024.12.29 */
.dividing_line{margin: 125px 0 100px;}
.priv_discription{padding: 20px; border: 1px solid #ddd;}
.priv_discription > span{display: block;}
.block_tab > h3{margin-bottom: 10px;}
.block_tab > h4{padding: 10px 10px; background-color: #ddd;}
.block_tab > .tab_title{margin: 0 0 50px;}
.block_tab > .tab_title:after{display: block; clear: both; content: "";}
.block_tab > .tab_title > li{float: left; width: 33%; margin: 20px 0; text-align: center;}
.block_tab > .tab_list{margin: 0 0 50px; border-top: 1px solid #ddd;}
.block_tab > .tab_list:after{display: block; clear: both; content: "";}
.block_tab > .tab_list > li{border-bottom: 1px solid #ddd;}
.block_tab > .tab_list > li > a{display: inline-block; width: 33%; padding: 10px 5px; font-size: 14px;}
.block_tab > .tab_list > li > a > img{vertical-align: middle;}
.block_tab > .tab_list > li > a:hover,
.block_tab > .tab_list > li > a:focus{text-decoration: underline;}
.block_priv > table{margin-bottom: 40px;}
.priv_wrap + div > p.link:nth-of-type(2),
.priv_wrap + div > p.link:nth-of-type(3),
.priv_wrap + div > p.link:nth-of-type(4),
.priv_wrap + div > p.link:nth-of-type(5),
.priv_wrap + div > p.link:nth-of-type(6){display: none;}

@media all and (max-width: 768px) {
	.priv_discription > span{display: inline;}
	.block_tab > .tab_list > li > a{width: 100%;}
}

/* 제휴문의 */

.inquiry_box.line {
  border: 1px solid #ddd;
  padding: 50px 99px;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.inquiry_box dl {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.inquiry_box dl.long {
  gap: 5px;
}
.inquiry_box dl.long dt, .inquiry_box dl.long dd {
  width: 100%;
}
.inquiry_box dl dt, .inquiry_box dl dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.inquiry_box dl dt {
  font-weight: 600;
  color: #111;
  font-size: 20px;
  margin-bottom: 6px;
  gap: 4px;
}
.inquiry_box dl dt span {
  color: #c90930;
  font-weight: 700;
}
.inquiry_box dl dt span.dots {
	font-size:11px;
	margin-right:5px;
}
.inquiry_box dl dt span.dots.gray {
	color:#888;
}
.inquiry_box dl dd {
  margin: 0;
  width: 100%;
  /* 이메일 */
  /* 첨부파일 */
  /* 스팸방지 */
}
.inquiry_box dl dd .info_txt {
  display: flex;
  flex-wrap:wrap;
  align-items: center;
  font-size: 18px;
  gap: 10px;
}
.inquiry_box dl dd input[type=text],
.inquiry_box dl dd textarea,
.inquiry_box dl dd select {
  flex: 0 0 auto;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 18px;
  color: #111;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
  margin: 0;
  width: 100%;
}
.inquiry_box dl dd input[type=text]:focus,
.inquiry_box dl dd textarea:focus,
.inquiry_box dl dd select:focus {
  border-color: #474596;
  box-shadow: 0 0 0 2px rgba(71, 69, 150, 0.1);
  outline: none;
}
.inquiry_box dl dd input[type=text]::placeholder,
.inquiry_box dl dd textarea::placeholder,
.inquiry_box dl dd select::placeholder {
  color: #888;
}
.inquiry_box dl dd textarea {
  width: 100%;
  height: 120px;
  resize: none;
  line-height: 1.6;
}
.inquiry_box dl dd .email_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
}
.inquiry_box dl dd .email_box input[type=text] {
  flex: 1 1 160px;
}
.inquiry_box dl dd .email_box span {
  font-size: 15px;
  color: #666;
}
.inquiry_box dl dd .email_box select {
  min-width: 130px;
}
.inquiry_box dl dd .file_box {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.inquiry_box dl dd .file_box input[type=text] {
  flex: 1 1 auto;
}
.inquiry_box dl dd .form_flex {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
    flex-direction: row;
}
.inquiry_box dl dd .form_flex input[type=text] {
  flex: 0 0 300px;
}
.inquiry_box dl dd .form_flex img {
  height: 40px;
  border: 1px solid #ccc;
}
.inquiry_box dl dd .form_flex button {
  background: #3c4256;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .inquiry_box dl dt {
    font-size: 19px;
  }
}
@media (min-width: 769px) {
  .inquiry_box dl {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
  }
  .inquiry_box dl dt {
    width: 180px;
    text-align: left;
  }
  .inquiry_box dl dd {
    width: calc(100% - 200px);
  }
}

/* 제증명서 발급 */
:root {
  --size1: 20px;
  --size2: 18px;
}
@media (max-width: 1024px) {
  :root {
    --size1: 19px;
    --size2: 17px;
  }
  .inquiry_box.line {padding:20px;}
}
@media (max-width: 768px) {
  :root {
    --size1: 17px;
    --size2: 16px;
  }
  .inquiry_box.line {padding:10px;}
  .inquiry_box dl dd .form_flex input[type=text] {flex:0 0 auto;}
}

.certi_v2_wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.certi_v2_wrap a {
  display: inline-block;
}
.certi_v2_wrap .com_title_area {
  border: 1px solid #e4e8ec;
  padding: 30px 30px;
  text-align: center;
  margin-bottom: 40px;
  background-color: #f7f8f9;
  position: relative;
  overflow: hidden;
}
.certi_v2_wrap .com_title_area::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #0084ca;
  position: absolute;
  top: 0;
  left: 0;
}
.certi_v2_wrap .com_title_area .title {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 14px;
  line-height: 1.3;
  letter-spacing: -0.4px;
}
.certi_v2_wrap .com_title_area .certi_v2_intro .lead {
  font-size: var(--size1);
  color: #444;
  line-height: 1.7;
  word-break: keep-all;
}
.certi_v2_wrap .com_title_area .certi_v2_intro .lead span {
  color: #0084ca;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.25s;
}
.certi_v2_wrap .certi_v2_nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 45px;
}
.certi_v2_wrap .certi_v2_nav .nav_btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  padding: 18px 16px 20px;
  border: 2px solid #0084ca;
  border-radius: 12px;
  background: #fff;
  color: #000;
  text-align: center;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: var(--size1);
  line-height: 1.3;
}
.certi_v2_wrap .certi_v2_nav .nav_btn span {
  display: block;
  font-size: var(--size2);
  font-weight: 500;
  color: #0084ca;
  margin-top: 4px;
  transition: color 0.3s;
}
.certi_v2_wrap .certi_v2_nav .nav_btn:hover {
  background: #0084ca;
  color: #fff;
  transform: translateY(-1px);
}
.certi_v2_wrap .certi_v2_nav .nav_btn:hover span {
  color: #fff;
  text-decoration: underline;
}
.certi_v2_wrap .certi_v2_nav .nav_btn.on {
  background: #0084ca;
  color: #fff;
}
.certi_v2_wrap .certi_v2_nav .nav_btn.on span {
  color: #fff;
  text-decoration: underline;
}
.certi_v2_wrap .certi_v2_section {
  padding: 30px 25px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #e4e4e4;
  background: #fff;
  margin-bottom: 45px;
  /* 기본정보 */
  /* 프로세스 */
  /* 담당부서 */
  /* 유의사항 */
  /* 조직도 버튼 */
}
.certi_v2_wrap .certi_v2_section .section_title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 6px;
}
.certi_v2_wrap .certi_v2_section .section_title .label {
  background: #0089cf;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  padding: 2px 7px;
  font-size: 15px;
}
.certi_v2_wrap .certi_v2_section .certi_v2_info {
  margin: 10px 0 20px;
}
.certi_v2_wrap .certi_v2_section .certi_v2_info li {
  font-size: var(--size1);
  line-height: 1.6;
  color: #333;
  display: flex;
    flex-wrap: nowrap;
    align-items: start;
  gap: 0 8px;
}
.certi_v2_wrap .certi_v2_section .certi_v2_info li strong {
  color: #0089cf;
  font-weight: 600;
  display: flex;
  gap: 6px;
  flex:0 0 auto;
}
.certi_v2_wrap .certi_v2_section .certi_v2_info li strong:after {
  content: ":";
}
.certi_v2_wrap .certi_v2_section .certi_v2_steps {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 25px 0;
  gap: 6px;
}
.certi_v2_wrap .certi_v2_section .certi_v2_steps .step {
  flex: 1;
  min-width: 250px;
  height: auto;
  text-align: center;
  border: 1px solid #d6e8f5;
  border-radius: 20px;
  padding: 14px 8px;
  background: linear-gradient(#f8fbff, #fff);
  font-size: var(--size2);
  color: #333;
  height: 110px;
}
.certi_v2_wrap .certi_v2_section .certi_v2_steps .step .title {
  display: block;
  color: #0089cf;
  font-size: var(--size1);
  font-weight: 600;
  margin-bottom: 4px;
}
.certi_v2_wrap .certi_v2_section .certi_v2_steps .arrow i {
  color: #0089cf;
  font-size: var(--size1);
}
.certi_v2_wrap .certi_v2_section .certi_v2_contact ul {
  list-style: none;
  margin: 8px 0 20px;
  padding: 0;
}
.certi_v2_wrap .certi_v2_section .certi_v2_contact ul li {
  font-size: var(--size1);
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.certi_v2_wrap .certi_v2_section .certi_v2_contact ul li strong {
  color: #0089cf;
  font-weight: 600;
  display: flex;
  gap: 6px;
}
.certi_v2_wrap .certi_v2_section .certi_v2_contact ul li strong:after {
  content: ":";
}
.certi_v2_wrap .certi_v2_section .certi_v2_contact ul li a {
  color: #0089cf;
  text-decoration: underline;
}
.certi_v2_wrap .certi_v2_section .certi_v2_contact ul li a:hover {
  color: #004b80;
}
.certi_v2_wrap .certi_v2_section .certi_v2_notice {
  background: #f4f5f6;
  padding: 22px 25px;
  border-radius: 4px;
  font-size: var(--size2);
  color: #444;
  line-height: 1.6;
}
.certi_v2_wrap .certi_v2_section .certi_v2_notice strong {
  color: #000;
  font-size: var(--size2);
  display: block;
  margin-bottom: 6px;
}
.certi_v2_wrap .certi_v2_section .certi_v2_notice ul li {
  text-indent: -8px;
  padding-left: 8px;
}
 .certi_v2_wrap .certi_v2_section .btn_org {
  display: inline-block;
  color: #fff;
    background: #00A8B2;
  padding: 5px 14px;
  border-radius: 5px;
  font-size: var(--size2);
  margin-left: 6px;
  text-decoration: none;
  transition: 0.25s;
} 
.certi_v2_wrap .certi_v2_section .btn_org::before {
  content: "\ea4e";
  font-family: "xeicon";
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.certi_v2_wrap .certi_v2_section .btn_org:hover {
}
.certi_v2_wrap .responsive_table {
  /* ✅ 초소형 화면 (≤340px) 대응 */
}
@media (max-width: 768px) {
	.certi_v2_wrap {padding:0 20px;}
	.certi_v2_wrap .certi_v2_section .certi_v2_info li strong {flex:0 0 auto;}
  .certi_v2_wrap .responsive_table {
    min-width: auto !important;
    width: 100%;
  }
  .certi_v2_wrap .responsive_table thead {
    display: none;
  }
  .certi_v2_wrap .responsive_table tbody {
    display: block;
    width: 100%;
  }
  .certi_v2_wrap .responsive_table colgroup {
    display: none;
  }
  .certi_v2_wrap .responsive_table tr {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }
  .certi_v2_wrap .responsive_table td {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    text-align: left;
    padding: 10px 14px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #eee;
  }
  .certi_v2_wrap .responsive_table td:last-child {
    border-bottom: none;
  }
  .certi_v2_wrap .responsive_table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #0089cf;
    flex: 0 0 100px;
    margin-right: 10px;
    word-break: keep-all;
  }
}
@media (max-width: 340px) {
  .certi_v2_wrap .responsive_table td {
    font-size: 15px;
    padding: 8px 10px;
  }
  .certi_v2_wrap .responsive_table td::before {
    flex: 0 0 65px;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .certi_v2_wrap .certi_v2_section .certi_v2_steps {
    flex-wrap: wrap;
  }
  .certi_v2_wrap .certi_v2_section .certi_v2_steps .step {
    flex: 1 1 auto;
    padding: 14px;
    width: calc((100% - 6px) / 2);
  }
  .certi_v2_wrap .certi_v2_section .certi_v2_steps .arrow {
    display: none;
  }
}
@media (max-width: 768px) {
  .certi_v2_wrap .com_title_area {
    padding: 25px 16px;
    margin-bottom: 20px;
  }
  .certi_v2_wrap .com_title_area .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .certi_v2_wrap .com_title_area .lead {
    font-size: 17px;
  }
  .certi_v2_wrap .certi_v2_nav {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
  .certi_v2_wrap .certi_v2_nav .nav_btn {
    width: 100%;
    font-size: 17px;
    padding: 14px 10px;
  }
  .certi_v2_wrap .certi_v2_section {
    padding: 20px 15px;
    margin-bottom: 35px;
  }
  .certi_v2_wrap .certi_v2_section .section_title {
    font-size: var(--size2);
    margin-bottom: 10px;
  }
  .certi_v2_wrap .certi_v2_section .certi_v2_notice {
    padding: 10px 12px;
  }
  .certi_v2_wrap .certi_v2_section .certi_v2_steps {
    flex-wrap: wrap;
  }
  .certi_v2_wrap .certi_v2_section .certi_v2_steps .step {
    height: auto;
  }
}
@media (max-width: 340px) {
  .certi_v2_wrap .com_title_area {
    padding: 20px 12px;
  }
  .certi_v2_wrap .com_title_area .title {
    font-size: var(--size1);
  }
  .certi_v2_wrap .certi_v2_nav .nav_btn {
    font-size: 16px;
    padding: 12px 8px;
  }
  .certi_v2_wrap .certi_v2_section {
    padding: 16px 10px;
    margin-bottom: 25px;
  }
  .certi_v2_wrap .certi_v2_section .certi_v2_info li,
  .certi_v2_wrap .certi_v2_section .certi_v2_notice {
    line-height: 1.5;
  }
}

/* 설문조사 */
.survey_wrap {
  margin: 50px auto;
}
.survey_wrap .search_area {
  background: #f7f7f7;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #e2e2e2;
}
.survey_wrap .search_area select,
.survey_wrap .search_area input[type=text] {
  border: 1px solid #ccc;
  height: 45px;
  font-size: 16px;
  padding: 0 15px;
}
.survey_wrap .search_area select {
  min-width: 180px;
}
.survey_wrap .search_area button {
  height: 45px;
  background: #3d4c63;
  color: #fff;
  border: none;
  padding: 0 25px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 3px;
}
.survey_wrap .survey_list {
  border-top: 2px solid #000;
}
.survey_wrap .total {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.survey_wrap .survey_item {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
  padding: 25px;
  gap: 25px;
}
.survey_wrap .survey_item:hover {
  background-color: #f4f5f6;
}
.survey_wrap .survey_item .state {
  flex: 0 0 100px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  border-radius: 3px;
  padding: 8px 10px;
}
.survey_wrap .survey_item .state.ingsoon {
  background: #0a5b50;
}
.survey_wrap .survey_item .state.ing {
  background: #32a073;
}
.survey_wrap .survey_item .state.end {
  background: #777;
}
.survey_wrap .survey_item .period {
  flex: 0 0 225px;
  text-align: center;
  border-right:1px solid #aaa;
}
.survey_wrap .survey_item .period.ingsoon {
  color: #0a5b50;
}
.survey_wrap .survey_item .period.ing {
  color: #32a073;
}
.survey_wrap .survey_item .period.end {
  color: #777;
}
.survey_wrap .survey_item .title a {
  flex: 1;
  font-size: 20px; 
  font-weight: 600;
  color: #222;
}
.survey_wrap .survey_item .title a:hover {
  text-decoration: underline;
}
.survey_wrap .survey_item .title a span.year {
  font-weight: 700;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .survey_wrap .survey_item {
    flex-direction: column;
    align-items: flex-start; 
    gap: 8px;
  }
  .survey_wrap .survey_item .period,
  .survey_wrap .survey_item .state {
    flex: none;
    border:0;
  }
}

.survey_detail_wrap {
  margin: 30px auto 50px;
  color: #222;
}
.survey_detail_wrap .survey_head {
  text-align: center;
  margin-bottom: 30px;
}
.survey_detail_wrap .survey_head .period {
  color: #0084ca;
  font-size: 18px;
  margin-bottom: 10px;
}
.survey_detail_wrap .survey_head .title {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 8px;
  display: inline-block;
}
.survey_detail_wrap .survey_editor {
  background: #f9f9f9;
  padding: 25px 30px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-bottom: 30px;
  line-height: 1.6;
}
.survey_detail_wrap .survey_editor strong {
  color: #c90930;
}
.survey_detail_wrap .survey_editor img {
  display: block;
  margin: 15px 0;
  max-width: 160px;
}
.survey_detail_wrap .survey_info {
  background: #fffaf3;
}
.survey_detail_wrap .survey_info table {
  width: 100%;
  border-collapse: collapse;
}
.survey_detail_wrap .survey_info table th,
.survey_detail_wrap .survey_info table td {
  border: 1px solid #ddd;
  padding: 15px;
}
.survey_detail_wrap .survey_info table th {
  background: #f4f5f6;
  text-align: center;
  font-weight: 600;
}
.survey_detail_wrap .survey_info table th.required::before {
  content: "＊";
  color: #c90930;
  margin-right: 3px;
}
.survey_detail_wrap .survey_info table input {
  width: 100%;
  height: 42px;
  border: 1px solid #ccc;
  padding: 0 10px;
}
.survey_detail_wrap .privacy_agree {
  margin-top: 30px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 25px 30px;
  border-radius: 5px;
}
.survey_detail_wrap .privacy_agree .privacy_flex {
  display: flex;
  align-items: center;
  gap: 0;
}
.survey_detail_wrap .privacy_agree .privacy_flex .privacy_left {
  flex: 0 0 320px;
  display: flex;
  align-items: center;
}
.survey_detail_wrap .privacy_agree .privacy_flex .privacy_left .icon {
  font-size: 18px;
  color: #e15b00;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}
.survey_detail_wrap .privacy_agree .privacy_flex .privacy_left .icon::before {
  content: "ⓘ";
  color: #e15b00;
  font-weight: 700;
}
.survey_detail_wrap .privacy_agree .privacy_flex .privacy_right {
  flex: 1;
  border-left: 1px solid #ddd;
  padding-left: 20px;
  margin-left: 20px;
}
.survey_detail_wrap .privacy_agree .privacy_flex .privacy_right ol {
  line-height: 1.7;
  background-color: #f8f9f9;
  padding: 15px 20px;
  color: #333;
}
.survey_detail_wrap .privacy_agree .privacy_flex .privacy_right ol .list {padding-left:15px;}
.survey_detail_wrap .privacy_agree .privacy_flex .privacy_right .radio_box {
  margin-top: 10px;
}
.survey_detail_wrap .privacy_agree .privacy_flex .privacy_right .desc {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .survey_detail_wrap .privacy_agree .privacy_flex {
    flex-direction: column;
    gap: 20px;
  }
  .survey_detail_wrap .privacy_agree .privacy_flex .privacy_left {
    flex: none;
  } 
}
@media screen and (max-width: 768px) {
	.survey_detail_wrap {padding:0 20px;}
	.survey_detail_wrap .privacy_agree {border:0;padding:0;}
    .survey_info table, 
    .survey_info tbody, 
    .survey_info tr {
        display: block;
        width: 100%;
        box-sizing: border-box;
    } 
    
    .survey_info thead {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    .survey_info tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 4px;
        display: flex;
        flex-direction: column; 
    }
    
    .survey_info td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 110px;
        text-align: right;
        min-height: 40px;
        display: flex;
        align-items: center;
    }
    
    .survey_info tr td:last-child {
        border-bottom: 0;
    }
    
    .survey_info td:before {
        content: attr(data-label);
        left: 10px;
        width: 120px;
        font-weight: bold;
        text-align: left;
        color: #333;
    }

    .survey_info input[type="text"] {
        flex-grow: 1;
        width: auto;
        padding: 8px;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }
    
    .survey_info input::placeholder {
        color: #999; 
    }
    .survey_detail_wrap .privacy_agree .privacy_flex .privacy_right {
    	padding-left:0; margin-left:0;border:0;
    }
}
.survey_form .question_box {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 25px 30px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.survey_form .question_box:hover {
  border-color: #00936b;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.survey_form .th_star {vertical-align: top; }
.survey_form .question_box .question_title {
  display: flex;
  align-items: center;
  gap: 18px;
}
.survey_form .question_box .question_title .num {
	flex:0 0 45px;
  background: #00936b;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.survey_form .question_box .question_title .txt {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}
.survey_form .question_box .radio_box,
.survey_form .question_box .check_box {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 40px;
  padding-left: 70px;
}
.survey_form .question_box .radio_box label,
.survey_form .question_box .check_box label {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  transition: color 0.2s ease;
}
.survey_form .question_box .radio_box label input,
.survey_form .question_box .check_box label input {
  position: absolute;
  opacity: 0;
}
.survey_form .question_box .radio_box label .txt,
.survey_form .question_box .check_box label .txt {
  display: inline-flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px;
  padding-left: 32px;
  font-size: 17px;
  transition: color 0.2s ease, background-image 0.2s ease;
}
.survey_form .question_box .radio_box label:hover .txt,
.survey_form .question_box .check_box label:hover .txt {
  color: #006b9e;
}
.survey_form .question_box .radio_box.radio_box input[type=radio] + .txt,
.survey_form .question_box .check_box.radio_box input[type=radio] + .txt {
  background-image: url("/resource/images/board/radio_off.png");
}
.survey_form .question_box .radio_box.radio_box input[type=radio]:checked + .txt,
.survey_form .question_box .check_box.radio_box input[type=radio]:checked + .txt {
  background-image: url("/resource/images/board/radio_on.png");
  font-weight: bold;
  color: #000;
}
.survey_form .question_box .radio_box.check_box input[type=checkbox] + .txt,
.survey_form .question_box .check_box.check_box input[type=checkbox] + .txt {
  background-image: url("/resource/images/board/check_off.png");
}
.survey_form .question_box .radio_box.check_box input[type=checkbox]:checked + .txt,
.survey_form .question_box .check_box.check_box input[type=checkbox]:checked + .txt {
  background-image: url("/resource/images/board/check_on.png");
  font-weight: bold;
  color: #000;
}
.survey_form .question_box .textarea_box {
  padding-left: 70px;
}
.survey_form .question_box .textarea_box textarea {
  width: 100%;
  height: 150px;
  padding: 16px 18px;
  border: 1px solid #ddd;
  border-radius: 5px;
  resize: none;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  background-color: #fafafa;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.survey_form .question_box .textarea_box textarea:focus {
  border-color: #00936b;
  outline: none;
}
.survey_form .question_box .textarea_box textarea::placeholder {
  color: #aaa;
}
.survey_form .btn_area {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
	.survey_form .question_box .question_title .txt {font-size:17px;}
  .survey_form .radio_box,
  .survey_form .check_box,
  .survey_form .textarea_box {
    padding-left: 0;
  }
  .survey_form .question_title {
    /* flex-direction: column; */
    align-items: flex-start;
    gap: 6px;
    margin-bottom:20px;
  }
  .survey_form .question_title .num {
    width: 40px;
    height: 40px; 
    font-size: 17px; 
  }
  .survey_form .btn_area {
    /* flex-direction: column; */
    gap: 12px;
  }
  .survey_form .btn_area .btn { 
    width: 40%;
  }
  
	.survey_form .question_box .radio_box, .survey_form .question_box .check_box,
	.survey_form .question_box .textarea_box {padding:0;} 
}