.main_content {}

.main_content > .wrapper {
	display: flex;
}

/* header */

header {
	display: none;
}

.section_wrap section {
	max-width: 1310px;
}

.sec_tit {
	text-align: center;
	position: relative;
	text-align: center;
}

.sec_tit h2 {
	background: #fff;
	display: inline-block;
	padding: 70px 12px;
	color: #e85856;
	font-size: 33px;
	font-family: "GmarketSansBold", serif;
}

.sec_tit::before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #d6d6d6;
	position: absolute;
	z-index: 0;
	top: 48%;
	left: 0;
	transform: translateY(-50%);
}

.sec_tit::after {}

.visual_img {
	height: 510px;
	position: relative;
}

.visual_img .visual_txt {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	height: 100%;
	width: 500px;
	padding-left: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.visual_img .visual_txt.type680 {
	width: 560px;
}

.visual_img .visual_txt.type2 {
	width: 100%;
	background: transparent;
	color: #000000;
}

.visual_img .visual_txt h2 {
	font-size: 50px;
	line-height: 1.4em;
	font-weight: 500;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: -0.08em;
}

.visual_img .visual_txt a {
	margin-top: 20px;
	border: 1px solid #fff;
	display: inline-block;
	width: 115px;
	padding: 6px 19px;
}

.visual_img .visual_txt a:hover {
	color: #ffffff;
	border: 1px solid #da3230;
	background-color: #da3230;
	transition: 0.7s;
}

.visual_img .visual_txt.w600 {
	width: 600px;
}

.main_header {
	/* width: 100%; */
	padding-left: 40px;
	box-sizing: border-box;
	width: 320px;
	flex: none;
	padding-top: 35px;
	position: relative;
	overflow: hidden;
}

.main_header::after {
	content: "";
	display: inline-block;
	position: fixed;
	background: #000;
	z-index: 0;
	width: 0px;
	height: 100%;
	left: 0;
	top: 0;
	box-shadow: 9px 0px 20px 15px #00000012;
}

.main_header::before {
	content: "";
	display: inline-block;
	position: absolute;
	background: #000;
	z-index: 0;
	width: 0px;
	height: 100%;
	right: 0;
	top: 0;
	box-shadow: -1px 0px 20px 5px #00000012;
}

.main_header .main_header_fixed {
	position: fixed;
}

.main_header .logo {
	position: relative;
	left: -15px;
}

.main_header .vol {
	margin-top: 26px;
	font-size: 29px;
	letter-spacing: -0.06em;
}

.main_header .vol span:nth-child(2) {
	font-weight: 700;
	color: #da3230;
}

.main_header .vol span:nth-child(3) {
	font-size: 21px;
	margin-left: 13px;
	letter-spacing: -0.03em;
}

.main_header ul.gnb_list {
	margin-top: 140px;
}

.main_header ul.gnb_list li:nth-child(n + 2) {
	margin-top: 30px;
}

.main_header ul.gnb_list li a {
	font-size: 21px;
	position: relative;
	transition: 0.3s;
	letter-spacing: -0.05em;
}

.main_header ul.gnb_list li a.current {
	color: #da3230;
	font-weight: 500;
}

.main_header ul.gnb_list li a.current::after {
	content: "";
	display: inline-block;
	width: 27px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #da3230;
	margin-left: 9px;
}

.main_header .view_btn {
	padding-top: 27px;
	margin-top: 34px;
	border-top: 1px solid #b8b8b8;
	width: fit-content;
	padding-right: 15px;
}

.main_header .view_btn a {
	display: flex;
	align-items: center;
	color: #a3a3a3;
	letter-spacing: -0.05em;
}

.main_header .view_btn a.current {
	color: #da3230;
}

.main_header .view_btn i {
	display: flex;
	align-items: center;
	margin-right: 8px;
}

.main_header .view_btn a.current i {
	filter: invert(26%) sepia(89%) saturate(1632%) hue-rotate(341deg) brightness(97%) contrast(94%);
}

.main_header .gnb_banner {
	margin-top: 70px;
}

.main_header ul.gnb_sns {
	display: flex;
	margin-top: 44px;
}

.main_header ul.gnb_sns li:nth-child(n + 2) {
	margin-left: 4px;
}

/* footer */
footer .wrapper .footer_pc {
	/* margin-left: 60px; */
}

footer .wrapper {
	width: 100%;
	padding-top: 40px;
}

footer .wrapper .footer_pc {
	border-top: 1px solid #e6e6e6;
}

footer .wrapper .footer_pc .footer_top {
	position: relative;
	padding-left: 60px;
}

.section_wrap section.tab-content {
	opacity: 0;
	visibility: hidden;
	height: 0;
	transition: 1s;
	transform: translateY(-120px);
	overflow: hidden;
}

.section_wrap section.tab-content.current {
	opacity: 1;
	visibility: visible;
	height: auto;
	transform: translateY(0px);
}

.sec_con_wrap {
	padding: 0 60px;
}

.sec_con {
	width: 100%;
	position: relative;
}

.sec_con ul li a:hover .hover_txt {
	opacity: 1;
}

.sec_con ul li a .hover_txt {
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	opacity: 0;
	transition: 0.3s;
	font-size: 19px;
	overflow: hidden;
	border-radius: 8px;
}

.sec_con .hover_txt {
	position: absolute;
	top: 0;
}

.sec_con .hover_txt .hover_txt_inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.sec_con .hover_txt .hover_txt_inner .more_view {
	margin-bottom: 2rem;
}

.sec_con .hover_txt .hover_txt_inner p {
	font-family: "s-core", serif;
}

.sec_con a:hover .hover_txt .hover_txt_inner .more_view img {
	transition: 0.3s;
}

.sec_con a:hover .hover_txt .hover_txt_inner .more_view img {
	transform: rotate(180deg);
}

.sec_con ul {
	/* display: inline-block; */
	width: 100%;
	/* border: 2px solid red;
 display: grid;
  grid-template-columns: 30.4% 30.4% 30.4%;
  gap: 52px; */
}

.sec_con ul:after {
	content: "";
	display: block;
	clear: both;
}

.sec_con ul li {
	width: 30.4%;
	float: left;
	position: relative;
	margin-bottom: 1.25rem;
	background-size: contain !important;
	overflow: hidden;
}

.sec_con ul li {
	margin: 0 52px 52px 0;
}

.sec_con ul li:nth-child(3n + 3) {
	margin-right: 0;
}

.sec_con ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.sec_con ul li a .sec_img {
	border-radius: 8px;
	position: relative;
}

.sec_con ul li a .sec_img::before {
	content: "";
	display: inline-block;
	padding-bottom: 70%;
}

.sec_con ul li a .sec_con_txt {
	background: rgba(255, 255, 255, 0.9);
	width: 100.2%;
	bottom: 0;
	color: #000;
	padding: 1.4rem 0 1.1rem 0;
	border-radius: 0 0 0.325rem 0.325rem;
	transition: 0.3s;
	font-size: 20px;
}

.sec_con ul li a .sec_con_txt h5 {
	border-bottom: 1px solid transparent;
	padding-bottom: 4px;
	transition: 0.3s;
	display: inline-block;
	color: #9b9b9b;
	font-size: 18px;
}

.sec_con ul li a .sec_con_txt h4 {
	padding-top: 8px;
	transition: 0.3s;
	font-size: 19px;
	letter-spacing: -0.05em;
}

.sec_con ul li a:hover .sec_con_txt {}

.sec_con ul li a:hover .sec_con_txt h5 {
	color: #e03636;
	border-bottom: 1px solid #e03636;
}

.sec_con ul li a:hover .sec_con_txt h4 {
	color: #1f5a8c;
}

.site_map {
	margin-top: 80px;
	margin-left: 210px;
}

.site_map .del_btn {
	position: absolute;
	left: 60px;
}

.site_map > ul {
	display: flex;
}

.site_map .tit {
	font-size: 26px;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: -0.06em;
	font-weight: 500;
}

.site_map > ul > li {
	text-align: center;
	width: 20%;
	padding-bottom: 60px;
}

.site_map > ul > li > a {
	font-size: 22px;
	color: #da3230;
	display: inline-block;
	font-weight: 500;
	margin-top: 50px;
	padding-bottom: 20px;
	letter-spacing: -0.05em;
}

.site_map > ul > li > ul {
	width: 100%;
	border-top: 1px solid #d7d7d7;
}

.site_map > ul > li > ul:last-child {
	padding-right: 220px;
	width: 200%;
}

.site_map > ul > li > ul > li {
	margin-top: 25px;
}

.site_map > ul > li > ul > li > a {
	font-size: 19px;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: -0.05em;
}

.site_map > ul > li > ul > li > a:hover {
	background: #e83d3b;
	color: #ffffff;
	transition: all 0.1s;
	width: 100%;
	padding: 5px 15px;
}

/*사이트맵 */
ul.site_map_link {
	display: flex;
	margin-left: 210px;
	justify-content: flex-end;
	padding-top: 10px;
	padding-bottom: 70px;
	padding-right: 220px;
}

ul.site_map_link li {
	margin-left: 12px;
}

ul.site_map_link li a {
	position: relative;
	display: flex;
	align-items: center;
	height: 50px;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	padding: 0 16px;
}

ul.site_map_link li a:hover {
	border: 1px solid #e8342f;
	background: #e8342f;
	color: #fff;
	transition: 0.3s;
}

ul.site_map_link li a:hover img {
	filter: brightness(0.1) invert(1);
}

ul.site_map_link li a p {
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: -0.02em;
	margin-bottom: 0;
	font-size: 15px;
}

ul.site_map_link li a img {
	margin-right: 10px;
}

/*점자사보 */

.Braille-tit {
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: -0.07em;
	font-weight: 500;
	font-size: 23px;
	color: #da3230;
}

ul.Braille {
	display: flex;
	margin-left: 210px;
	justify-content: flex-end;
	border-top: 1px solid #d7d7d7;
	padding-top: 70px;
	padding-bottom: 60px;
	padding-right: 195px;
}

ul.Braille li {
	margin-left: 12px;
}

/* 
ul.Braille li a {
	position: relative;
	display: flex;
	align-items: center;
	height: 50px;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	padding: 0 16px;
}

ul.Braille li a:hover {
	border: 1px solid #e8342f;
	background: #e8342f;
	color: #fff;
	transition: .3s;
}

ul.Braille li a:hover img {
	filter: brightness(0.1) invert(1);
}
*/

ul.Braille li a p {
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: -0.02em;
	margin-bottom: 0;
	font-size: 15px;
}

ul.Braille li a img {
	margin-right: 10px;
}

/*점자사보 끝 */

@media screen and (max-width: 1690px) {
	.sec_con ul li:nth-child(3n + 3) {
		margin-right: 52px;
	}
	
	.sec_con ul li {
    margin: 0 20px 30px 0;
	}
	
	.sec_con ul li a .sec_con_txt h4 {
    padding-top: 8px;
    transition: 0.3s;
    font-size: 18px;
    letter-spacing: -0.05em;
}
}

@media screen and (max-height: 910px) {
	.main_header ul.gnb_list {
		margin-top: 50px;
	}

	.main_header .gnb_banner {
		margin-top: 60px;
	}
}

@media screen and (max-width: 1690px) {
	.wrapper {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
	}

	footer .wrapper .footer_pc .footer_top {
		padding: 45px 20px;
	}

	.site_map {
		margin-left: 60px;
	}

	.site_map > ul {
		justify-content: flex-end;
	}

	.site_map > ul > li {
		width: 25%;
	}

	.site_map > ul > li > ul:last-child {
		padding-right: inherit;
		width: 100%;
	}

	ul.site_map_link {
		margin-left: 60px;
		padding-right: 40px;
	}

	.site_map .tit {
		margin-left: 70px;
	}

	.Braille {
		margin-left: 60px;
	}

	.Braille > ul {
		justify-content: flex-end;
	}

	.Braille > ul > li {
		width: 25%;
	}

	.Braille > ul > li > ul:last-child {
		padding-right: inherit;
		width: 100%;
	}

	ul.Braille {
		margin-left: 60px;
		padding-right: 40px;
	}

	.Braille .tit {
		margin-left: 70px;
	}
}

@media screen and (max-width: 1000px) {
	.visual_img {
		height: 370px !important;
	}

	.simg {
		max-width: 48% !important;
	}
}

@media screen and (max-width: 1540px) {

	footer .wrapper {
		padding-top: 0px;
	}

	.sec_con ul li {
		width: 100%;

	}

	.sec_con ul li {
		margin: 0 0 0 0;
	}

	img {
		max-width: 43%;
	}

	.Braille img {
		max-width: 100%;
	}

	.simg {
		max-width: 55%;
	}

	footer .wrapper .footer_mo .footer_top .footer_btn {
		background: #e8342f;
		padding: 20px 0;
	}

	footer .wrapper .footer_mo .footer_top .footer_btn ul li a {
		font-size: 16px;
	}

	footer .wrapper .footer_mo .footer_top .footer_sns {
		background: #e8342f;
		padding: 20px 0;
	}

	footer .wrapper .footer_mo .footer_top .footer_sns ul li a {
		font-size: 16px;
	}

	.container.footer1 {
		padding: 50px 0 0 0;
	}

	.sec_con ul li {
		margin-bottom: 0rem;
	}

	.sec_con ul li a .sec_con_txt {
		padding: 0.6rem 0 0rem 0;
	}

	.sec_con ul li a .sec_con_txt h5 {
		font-size: 17px;
		color: #333333;
	}

	.sec_tit h2 {
		padding: 35px 12px 30px 12px;

		font-size: 23px;
	}

	header {
		display: block;
	}

	.main_content > .wrapper {
		display: block;
	}

	.sec_con {
		padding: 0 10px 50px 10px;
	}

	.sec_con_wrap {
		padding: 0;
	}

	.sec_con ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px;
	}

	.main_header {
		padding: 33px;
		overflow-x: scroll;
		width: 100%;
	}

	.main_header {
		position: fixed;
		z-index: 1;
		background: #fff;
	}

	.main_header .main_header_fixed {
		position: relative;
	}

	.section_wrap {
		padding-top: 56px;
	}

	.section_wrap section {
		max-width: 100%;
	}

	.main_header ul.gnb_list {
		width: 1200px;
	}

	.main_header ul.gnb_list li:nth-child(n + 2) {
		margin-left: 200px;
	}

	.main_header .logo {
		display: none;
	}

	.main_header .vol {
		display: none;
	}

	.main_header ul.gnb_list {
		margin-top: 0;
	}

	.main_header .view_btn {
		display: none;
	}

	.main_header .gnb_banner {
		display: none;
	}

	.main_header ul.gnb_sns {
		display: none;
	}

	.main_header ul.gnb_list {
		display: flex;
	}

	.main_header ul.gnb_list li:nth-child(n + 2) {
		margin-top: 0;
	}

	.main_header ul.gnb_list li a {
		font-size: 23px;
		font-weight: 500;
	}

	.main_header ul.gnb_list li a.current::after {
		display: none;
	}

	.main_header::after,
	.main_header::before {
		content: unset;
	}

	.visual_img {
		height: 650px;
	}

	.visual_img::after {
		content: "";
	}

	.visual_img .visual_txt {
		width: 50%;
		padding: 0 40px;
		box-sizing: border-box;
		padding-bottom: 50px;
		padding-top: 20%;
		flex: none;
	}

	.visual_img .visual_txt.w600 {
		width: 60%;
	}

	.visual_img .visual_txt h2 {
		font-size: 45px;
	}
}

@media screen and (max-width: 900px) {
	.visual_img .visual_txt {
		width: 55%;
	}

	.visual_img .visual_txt.w600 {
		width: 65%;
	}

	.visual_img .visual_txt h2 {
		font-size: 30px;
	}
}

@media screen and (max-width: 767px) {
	.visual_img .visual_txt h2 {
		line-height: 1.6;
	}

	.sec_con ul li a .sec_con_txt {
		font-size: 16px;
		text-align: center;
	}

	.main_header ul.gnb_list {
		width: 600px;
	}

	.main_header ul.gnb_list li a {
		font-size: 17px;
	}

	.main_header {
		padding: 16px;
	}

	.main_header ul.gnb_list li:nth-child(n + 2) {
		margin-left: 50px;
	}
}

@media screen and (max-width: 700px) {
	.visual_img .visual_txt {
		padding-left: 20px;
		padding-right: 20px;
	}

	.visual_img .visual_txt h2 {
		font-size: 25px;
	}

	.visual_img .visual_txt a {
		font-size: 15px;
		padding: 4px 10px;
		width: 85px;
	}
}

@media screen and (max-width: 1500px) {
	.visual_img .visual_txt h2 {
		font-size: 40px;
		line-height: 1.5em;
	}
}

@media screen and (max-width: 1000px) {
	.visual_img .visual_txt h2 {
		font-size: 30px;
		line-height: 1.5em;
	}
}

@media screen and (max-width: 767px) {
	.visual_img .visual_txt h2 {
		font-size: 23px;
		line-height: 1.5em;
	}
}
