* {
	-webkit-print-color-adjust: exact !important;
	/* Chrome, Safari, Edge */
	color-adjust: exact !important;
	/*Firefox*/
}

body,
html {
	width: 100%;
	height: 100%;
}

body,
input,
select,
textarea,
button,
label,
a {
	font-family: "Pretendard";
	font-size: 17px;
	color: #222222;
}

a {word-break:break-all !important;}

a:focus-visible, button:focus-visible {outline:2px dashed #000;}

a.none {
	cursor: default;
}

input:focus-visible,
button:focus-visible,
textarea:focus-visible  {outline:2px dashed #000;}

img {
	max-width: 100%;
}

.wrap {
	min-height: calc(100% - 194px);
}

.skip_wrap a {
	display: block;
	height: 0;
	color: #fff;
	font-size: 0;
	text-indent: -99999px;
}

.skip_wrap a:focus {
	height: auto;
	text-indent: 0;
	font-size: 20px;
	background-color: #191919;
	color: #fff;
	text-align: center;
	padding: 5px;
}
.thumb_bg {
	display: block;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.thumb_bg img {
	width: 100%;
}

.platform_wrap {
	position: relative;
	background: linear-gradient(45deg, #ffffff calc(50% - 303px), #EDF5F7 calc(50% - 303px));
}

.platform_wrap:after {
	content: "";
	height: 1px;
	position: absolute;
	left: calc(50% - 398px);
	right: 0;
	bottom: 0;
	background: #BBCBD3;
}

.platform_wrap .max {
	display: flex;
	justify-content: space-between;
}

.platform_wrap .logo_area {
	display: none;
}

.platform_wrap .platform_list {
    margin-left: calc(50% - 445px);
}

.platform_wrap .platform_list .list {
	display: flex;
	align-items: end;
	height: 55px;
}

.platform_wrap .platform_list h3 {
	font-size: 0;
	line-height: 0;
	text-indent: -99999px;
	height: 0;
}

.platform_wrap .platform_list a {
	display: flex;
	justify-content:center;
	align-items:center;
	width: auto;
	height: 43px;
	line-height: 1.2;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 0 5px 0 60px;
}

.platform_wrap .platform_list a.bg3 {
	transition: all 0.5s ease-in-out;
	background: linear-gradient(45deg, #E43258 0, #E43258 32px, #E43258 32px, #E43258 100%);
}

.platform_wrap .platform_list a.bg3:hover {
	background: linear-gradient(45deg, #E43258 0, #E43258 32px, #f74522 32px, #f74522 100%);
}

.platform_wrap .platform_list a.bg3:hover + .bg4 {
	background: linear-gradient(45deg, #f74522 0, #f74522 32px, #529E8A 32px, #529E8A 100%);
}

/* .platform_wrap .platform_list a.bg2 {
	background: linear-gradient(45deg, #0084CA 0, #0084CA 32px, #E43258 32px, #E43258 100%);
	width: 220px;
    padding-right: 18px;
}

.platform_wrap .platform_list a.bg2:hover {
	background: linear-gradient(45deg, #0084CA 0, #0084CA 32px, #d31740 32px, #d31740 100%);
} */

 .platform_wrap .platform_list a.bg2 {
	background: linear-gradient(45deg, #fff 0, #fff 32px, #E43258 32px, #E43258 100%);
	width: 220px;
    padding-right: 18px;
}

.platform_wrap .platform_list a.bg2:hover {
	background: linear-gradient(45deg, #fff 0, #fff 32px, #d31740 32px, #d31740 100%);
}

.platform_wrap .platform_list a.bg2:hover + .bg4 { 
	background: linear-gradient(45deg, #d31740 0, #d31740 32px, #529E8A 32px, #529E8A 149px, transparent 149px, transparent 100%);
} 

.platform_wrap .platform_list a.bg1 {
    height: 48px;
    line-height: 48px;
    width: 194px;
    padding: 0 0 0 24px;
    transform: translateX(24px);
    background: linear-gradient(45deg, transparent 0, transparent 33px, #0084CA 33px, #0084CA 151px, transparent 151px, transparent 100%);
}

.platform_wrap .platform_list a.bg1:hover {
	background: linear-gradient(45deg, transparent 0, transparent 33px, #0b72aa 33px, #0b72aa 151px, transparent 151px, transparent 100%);
}

.platform_wrap .platform_list a.bg1:hover + .bg2 {
	background: linear-gradient(45deg, #0b72aa 0, #0b72aa 32px, #E43258 32px, #E43258 100%);
}

/* .platform_wrap .platform_list a.bg4 { 
	width: 159px;
	padding: 0 0 0 40px;
	background: linear-gradient(45deg, #E43258 0, #E43258 32px, #529E8A 32px, #529E8A 100%);
}

.platform_wrap .platform_list a.bg4:hover {
	background: linear-gradient(45deg, #E43258 0, #E43258 32px, #278a6f 32px, #278a6f 100%);
} */

.platform_wrap .platform_list a.bg4:hover + .bg5 {
	background: linear-gradient(45deg, #278a6f 0, #278a6f 22px, #E43258 22px, #E43258 149px, transparent 149px, transparent 100%);
}

.platform_wrap .platform_list a.bg4 {
	width: 212px;
	padding: 0;
	background: linear-gradient(45deg, #e43258 0, #e43258 32px, #529E8A 32px, #529E8A 149px, transparent 149px, transparent 100%);
}

.platform_wrap .platform_list a.bg4:hover {
	background: linear-gradient(45deg, #e43258 0, #e43258 32px, #368b74 32px, #368b74 149px, transparent 149px, transparent 100%);
}


.platform_wrap .side_area {
	line-height: 45px;
	display: flex;
}

.platform_wrap .side_area .log_area {
	margin-right: 10px;
}

.platform_wrap .side_area .log_area a {
	display: block;
	font-size: 16px;
	padding: 0 10px;
}

.platform_wrap .side_area .log_area a:hover {
	font-weight: bold;
}

.platform_wrap .side_area .sns_area a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 45px;
	width: 45px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ddd;
	border-right: 0;
	transition: all 0.3s ease-in-out;
}

.platform_wrap .side_area .sns_area a.facebook:hover {
	background-color: #0084CA;
}

.platform_wrap .side_area .sns_area a.facebook:hover svg path {
	fill: #fff;
}

.platform_wrap .side_area .sns_area a.blog:hover {
	background-color: #1DC542;
}

.platform_wrap .side_area .sns_area a.blog:hover svg path {
	fill: #fff;
}

.platform_wrap .side_area .sns_area a.ytb:hover {
	background-color: #D71F1F;
}

.platform_wrap .side_area .sns_area a.ytb:hover svg path {
	fill: #fff;
}

.platform_wrap .side_area ul {
	display: flex;
}

.platform_wrap .side_area ul li {
	flex: 1 1 auto;
}

.top_search_wrap {
	float: left;
	width: 30%;
	max-width: 483px;
}

.top_search_wrap .form {
	display: block;
	background-color: #fff;
	border: 2px solid #0084CA;
	border-radius: 40px;
	padding-left: 20px;
}

.top_search_wrap .form input {
	border: 0;
	width: calc(100% - 60px);
	height: 45px;
	display: inline-block;
	vertical-align: top;
	background-color: transparent;
}

.sitemap_wrap .top_search_wrap .form input {
	color: #fff;
}

.top_search_wrap .form input::-webkit-input-placeholder {
	color: #fff;
}

.top_search_wrap .form input:-ms-input-placeholder {
	color: #fff;
}

.top_search_wrap .form button {
	width: 45px;
	height: 45px;
	display: inline-block;
	text-align: center;
}

.top_search_wrap .form button i {
	font-size: 25px;
}

.max {
	max-width: 1920px;
	margin: 0 auto;
}

header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3;
	background-color: #fff;
	transition: all 0.3s ease-in-out;
}

header.scroll {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.header_wrap {
	position: relative;
	align-items: center;
	padding: 0 30px;
	border-bottom: 1px solid #ddd;
}

.header_wrap .header_top {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0 10px 0;
}

.header_wrap .sns_wrap {
	display: flex;
	/* gap: 10px; */
}

.header_wrap .sns_wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
/* 
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
*/
	width: 50px;
	height: 50px;
	padding: 5px;
	border-radius: 10px;
}

.header_wrap h1 {
	display: flex;
	align-items: center;
	gap: 10px;
}

.header_wrap h1 span {
	font-weight: normal;
	font-size: 16px;
}

.header_wrap .gnb_wrap {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 80px;
}

.header_wrap .gnb_wrap .depth1 {
	flex: 1 1 auto;
	display: flex;
	justify-content: space-between;
}

.header_wrap .gnb_wrap .depth1 > li {
	display: inline-block;
}

.header_wrap .gnb_wrap .depth1 > li:nth-child(2) > .sub_menu > .depth2 > ul > li,
.header_wrap .gnb_wrap .depth1 > li:nth-child(3) > .sub_menu > .depth2 > ul > li {
	flex: 1 1 auto;
}

.header_wrap .gnb_wrap .depth1 > li > .sub_menu {
	position: absolute;
	background-color: #fff;
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
	width: 100%;
	text-align: center;
	border-radius: 0;

	top: 148px;
	left: 50%;
	padding: 20px 0;
	display: none;
	border-top: 1px solid #ddd;
	transform: translateX(-50%);
	border-bottom: 2px solid;
}

.header_wrap .gnb_wrap .depth1 > li > .sub_menu a span {
	position: relative;
	line-height:1.2;
	display: inline-block;
}

.header_wrap .gnb_wrap .depth1 > li > .sub_menu > .depth2 {
	max-width: 1210px;
	margin: 0 auto;
}

.header_wrap .gnb_wrap .depth1 > li > .sub_menu > .depth2 > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}

.header_wrap .gnb_wrap .depth1 > li > .sub_menu > .depth2 > ul > li {
	flex: 0 0 20%;
	vertical-align: top;
}

.header_wrap .gnb_wrap .depth1 > li > .sub_menu > .depth2 > ul > li > a {
	padding: 15px 20px;
	font-size: 20px;
	font-weight: bold;
}

.header_wrap .gnb_wrap .depth1 > li > .sub_menu li.active > a {
	color: #0084CA;
}

.header_wrap .gnb_wrap .depth1 > li > .sub_menu li.active > a span:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #0084CA;
	position: absolute;
	left: -10px;
	top: 0;
}

.header_wrap .gnb_wrap .depth1 > li > .sub_menu > .depth2 > ul > li > a:hover,
.header_wrap .gnb_wrap .depth1 > li > .sub_menu > .depth2 > ul > li:hover > a {
	color: #0084CA;
}

.header_wrap .gnb_wrap .depth1 > li > .sub_menu .depth3 ul li a:hover {
	color: #000;
	font-weight: bold;
}

.header_wrap .gnb_wrap .depth1 > li > .sub_menu > .depth2 > ul > li > a:hover span {
	display: inline-block;
	position: relative;
}

.header_wrap .gnb_wrap .depth1 > li > .sub_menu > .depth2 > ul > li:hover > a span:after,
.header_wrap .gnb_wrap .depth1 > li > .sub_menu > .depth2 > ul > li > a:hover span:after,
.header_wrap .gnb_wrap .depth1 > li > .sub_menu > .depth2 > ul > li > a:focus-within span:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #0084CA;
	position: absolute;
	left: -10px;
	top: 0;
}
.header_wrap .gnb_wrap .depth1 > li.gnb_menu3 > .sub_menu > .depth2 > ul {margin-left: 200px;}
.header_wrap .gnb_wrap .depth1 > li.gnb_menu5 > .sub_menu  > .depth2 > ul {justify-content: end;padding-right: 100px;}
.header_wrap .gnb_wrap .depth1 > li.gnb_menu6 > .sub_menu  > .depth2 > ul {justify-content: end;padding-right: 0;}
.header_wrap .gnb_wrap .depth1 > li.gnb_menu6 > .sub_menu > .depth2 > ul > li {flex:0 0 14%;}
.header_wrap .gnb_wrap .depth1 > li.gnb_menu1 > .sub_menu > .depth2 > ul > li {flex:0 0 14%;}
.header_wrap .gnb_wrap .depth1 > li.gnb_menu1 > .sub_menu > .depth2 {max-width: 1400px;}

.header_wrap .gnb_wrap .depth1 > li > .sub_menu .head {
	display: none;
}

.header_wrap .gnb_wrap .depth1 > li > .sub_menu.on {
	display: block;
	animation: transY 0.3s linear 1 forwards;
}

.header_wrap .gnb_wrap .depth1 > li > .sub_menu li a {
	display: block;
	padding: 6px 0;
	/* white-space: nowrap; */
}

.header_wrap .gnb_wrap .depth1 > li > .sub_menu li a i {
	vertical-align: top;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 16px;
	color: #0084CA;
}

.header_wrap .gnb_wrap .depth1 > li > .depth2 > ul > li:hover > a,
.header_wrap .gnb_wrap .depth1 > li > .depth2 li:focus-within > a,
.header_wrap .gnb_wrap .depth1 > li > .depth2 li:focus > a {
	color: #0084CA;
	font-weight: bold;
}

.header_wrap .gnb_wrap .depth1 > li > a {
	position: relative;
	line-height: 70px;
	display: block;
	font-weight: bold;
	font-size: 21px;
	width: 130px;
	text-align: center;
}

.header_wrap .gnb_wrap .depth1 > li > a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 5px;
	background-color: #E43258;
	transition: all .3s ease-in-out;
}
.header_wrap .gnb_wrap .depth1 > li.on > a {color: #E43258;}

.header_wrap .gnb_wrap .depth1 > li > a:hover,
.header_wrap .gnb_wrap .depth1 > li > a:focus-within,
.header_wrap .gnb_wrap .depth1 > li > a.on
.header_wrap .gnb_wrap .depth1 > li.on > a {
	color: #E43258;
}

.header_wrap .gnb_wrap .depth1 > li > a:hover:after,
.header_wrap .gnb_wrap .depth1 > li > a:focus-within:after,
.header_wrap .gnb_wrap .depth1 > li > a.on:after
.header_wrap .gnb_wrap .depth1 > li.on > a {
	width: 100%;
}

.sub_menu .head {
	display: none;
}

.btn_close_sitemap:after,
.btn_close_sitemap:before,
.btn_sitemap:after,
.btn_sitemap:before {
	content: "";
	display: block;
}

.btn_sitemap {
	position: relative;
	width: 36px;
	height: 24px;
}
.btn_sitemap:focus-visible {outline:2px dashed #000;}
.btn_sitemap:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #222;
}

.btn_sitemap:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #222;
}

.btn_sitemap span {
	position: absolute;
	top: 50%;
	opacity: 1;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 4px;
	background-color: #222;
}



.priv_wrap {
	padding: 0 20px;
}

.priv_wrap p {
	margin-bottom: 20px;
}

.priv_wrap .block_priv {
	line-height: 1.5;
}

.priv_wrap .block_priv h3 {
	font-size: 21px;
	margin-bottom: 20px;
	margin-top: 40px;
}

.priv_wrap .block_priv > ul {
	padding-left: 15px;
}

.priv_wrap .block_priv ul {
	margin-bottom: 20px;
}

.priv_wrap .block_priv li {
	text-indent: -20px;
	padding-left: 20px;
}


footer .top_area {
	background-color: #efefef;
}

footer .top_area .max {
	display: flex;
	justify-content: space-between;
	padding: 20px 20px;
	max-width: 1400px;
	margin: 0 auto;
}

footer .top_area .link a {
	margin-right: 20px;
}

footer .top_area .link a.point {
	font-weight: bold;
	color: #007dc1;
}

footer .top_area .sns a {
	margin-left: 20px;
}

footer .top_area .sns a:hover {
	font-weight: bold;
}

footer .footer_info {
	background-color: #363636;
}
footer .footer_info p {color:#fff;font-size:14px;}
footer .footer_info .logo img {
	height: 56px;
}

footer .footer_info .max {
	max-width: 1400px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

footer .footer_info .left {
	display: flex;
	gap: 30px;
	align-items: center;
}
footer .footer_info .right {display:flex;align-items:center;} 

footer .footer_info .left .addr {
	color: #fff;
	font-weight: 400;
    padding-top: 17px;
	font-size: 17px;
}

footer .sns_wrap {
	/* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
}

footer .sns_wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	margin-left: 10px;
	height: 50px;
	width: 50px;
/*
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.2);
*/
	font-size: 15px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -99999px;
}

footer .sns_wrap a:focus,
footer .sns_wrap a:hover {
	/* background-color: rgba(255, 255, 255, 0.1); */
}

footer .sns_wrap a.facebook {
	background-image: url(/resource/images/base/ico_sns_facebook.png);
}

footer .sns_wrap a.instargram {
	background-image: url(/resource/images/base/ico_sns_instar.png);
}

footer .sns_wrap a.blog {
	background-image: url(/resource/images/base/ico_sns_blog.png);
}

footer .sns_wrap a.ytb {
	background-image: url(/resource/images/base/ico_sns_ytb.png);
}

.btn_close_sitemap {
	width: 38px;
	height: 35px;
	position: absolute;
	right: 0;
	top: -40px;
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.btn_close_sitemap:hover {
	transform: rotate(180deg);
}

.btn_close_sitemap:before {
	position: absolute;
	top: 0;
	left: 0;
	top: 15px;
	width: 100%;
	height: 4px;
	background-color: #fff;
	transform: rotate(45deg);
}

.btn_close_sitemap:after {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 15px;
	width: 100%;
	height: 4px;
	background-color: #fff;
	transform: rotate(-45deg);
}

.btn_close_sitemap span {
	opacity: 0;
}

.sitemap_wrap {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 99;
	display: none;
}

.sitemap_wrap .top_area {
	display: flex;
	align-items: end;
	gap: 50px;
	justify-content: center;
}

.sitemap_wrap .top_area .logo {
	flex: 0 0 233px;
}

.sitemap_wrap .top_search_wrap {
	width: 100%;
	max-width: 350px;
}

.sitemap_wrap .top_search_wrap .form {
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 40px;
}

.sitemap_wrap .top_search_wrap .form i {
	color: #fff;
}

.sitemap_wrap .quick_site {
	height: 49px;
	display: flex;
	gap: 20px;
	align-items: center;
}

.sitemap_wrap .quick_site a {
	display: inline-block;
	padding: 5px 15px;
	border: 2px solid #fff;
	color: #fff;
	white-space: nowrap;
	border-radius: 5px;
}

.sitemap_wrap .quick_site a:focus,
.sitemap_wrap .quick_site a:hover {
	background-color: #fff;
	color: #000;
	font-weight: 500;
}

.sitemap_wrap .order_area {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	border-top: 1px solid #ddd;
	width: 100%;
	text-align: center;
}

.sitemap_wrap .order_area .log_area li {
	display: inline-block;
}

.sitemap_wrap .order_area .log_area li a {
	display: inline-block;
	padding: 5px 10px;
}

.sitemap_wrap .order_area .sns_area {
	margin-top: 20px;
}

.sitemap_wrap .order_area .sns_area li {
	display: inline-block;
	padding: 0 2px;
}

.sitemap_wrap .order_area .sns_area li a {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ddd;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.sitemap_wrap .relative {
	position: relative;
	z-index: 2;
}

.sitemap_wrap .block {
	position: fixed;
	overflow: auto;
	right: -100%;
	top: 0;
	bottom: 0;
	z-index: 999;
	padding: 90px 25px 0 25px;
	margin: 0;
	background-color: #fff;
	width: 100%;
	transition: all 0.3s ease-in-out;
	background: #06396a;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media all and (min-width: 1921px) {
	.sitemap_wrap .block {
		display: flex;
		justify-content: center;
		padding-top: 210px;
	}
}

@media all and (min-width: 1921px) {
	.sitemap_wrap .block {
		padding: 7vw 7vw 0 7vw;
	}
}



.sitemap_wrap.active {
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	animation: fadein 0.3s linear 1 forwards;
}

.sitemap_wrap.active .block {
	animation: sitemap 0.3s linear 1 forwards;
}

.sitemap_menu {
	text-align: center;
	padding-top: 25px;
}

.sitemap_menu > ul {
	display: flex;
	padding: 30px 0;
	justify-content: center;
	align-items: start;
	text-align: left;
}

@media all and (min-width: 1921px) {
	.sitemap_menu > ul {
		padding: 100px 0;
	}
}

.sitemap_menu > ul > li {
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
	min-width: 210px;
	padding: 0 20px;
}

.sitemap_menu > ul > li:first-child .sub_menu2  {
	display: none;
}

.sitemap_menu > ul > li .sub_menu .depth2 > ul {
	display: flex;
	flex-direction: column;
}

.sitemap_menu > ul > li .sub_menu .depth3 {
	/* background-color: rgba(15, 34, 97, 0.1);
	padding: 15px;
	margin-top: 10px; */
	margin-bottom: 15px;
}

.sitemap_menu > ul > li .sub_menu .depth3 ul li {
	text-indent: 10px;
	/* padding-left: 10px; */
}

/* .sitemap_menu > ul > li .sub_menu .depth3 ul li:before {
	content: '';
	display: inline-block;
	font-size: 12px;
	width: 5px;
	height: 2px;
	background: #fff;
    vertical-align: top;
    margin-top: 17px;
} */
.sitemap_menu > ul > li .sub_menu .depth3 ul li:before {
    content: '-';
    display: inline-block;
    font-size: 17px;
    width: 5px;
    color: #fff;
    height: 2px;
    /* background: #fff; */
    vertical-align: top;
    margin-top: 6px;
    margin-right: 6px;
}

.sitemap_menu > ul > li .sub_menu .depth3 ul li a {
	font-size: 17px;
}
.sitemap_menu > ul > li .sub_menu .depth3 ul li a br {display: none;}
.sitemap_menu > ul > li .sub_menu .depth3 ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* .sitemap_menu > ul > li:nth-child(2) > .sub_menu > .depth2 > ul > li {
	margin-bottom: 30px;
}

.sitemap_menu > ul > li:nth-child(2) > .sub_menu > .depth2 > ul > li:after {
	display: none;
}

.sitemap_menu > ul > li:nth-child(2) > .sub_menu > .depth2 > ul > li > .sub_menu {
	background-color: rgba(15, 34, 97, 0.1);
	padding: 15px 25px 15px 30px;
	margin-top: 10px;
} */

.sitemap_menu > ul > li > a {
	flex: 0 0 50px;
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 10px;
	display: flex;
	color: #fff8ce;
	border-radius: 30px;
	border: 2px solid;
	text-align: center;
	width: 100%;
	padding: 0 20px;
	align-items: center;
	justify-content: center;
}

.sitemap_menu > ul > li:nth-child(2) > a {
    padding: 0 90px;
}
@media (max-width: 1400px) {
    .sitemap_menu > ul > li:nth-child(2) > a {
        padding: 0 10px;
    }
}

.sitemap_menu > ul > li > a i {
	float: right;
	display: none;
}

@media all and (min-width: 1921px) {
	.sitemap_menu > ul > li > a {
		font-size: 29px;
		font-weight: 500;
	}
}

.sitemap_menu > ul > li .sub_menu li {
	display: block !important;
}

.sitemap_menu > ul > li .sub_menu a {
	font-size: 19px;
	display: inline-block;
	padding: 7px 0;
	color: #fff;
}

.sitemap_menu > ul > li .sub_menu a i {
	margin-left: 5px;
	color: #fffc8f;
	font-size: 16px;
}

.sitemap_menu > ul > li .sub_menu a:hover,
.sitemap_menu > ul > li .sub_menu a:focus {
	font-weight: bold;
	color: #f9ff4a;
}

.teg {
	font-size: 15px;
	font-weight: bold;
	padding: 4px 10px;
	border-radius: 5px;
}

.teg.teg_1 {
	color: #0084CA;
	background-color: #E9F7FF;
}

.teg.teg_2 {
	color: #E43258;
	background-color: #FFEDED;
}

.teg.teg_3 {
	color: #2e9466;
	background-color: #dbf4e9;
}

.teg.teg_4 {
	color: #5549ad;
	background-color: #f0edff;
}

.new {
	font-size: 12px;
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 50%;
	background-color: #D71F1F;
	color: #fff;
	text-align: center;
	line-height: 20px;
	vertical-align: top;
	margin-top: 3px;
	margin-left: 5px;
}

/* content */
.ma120 {
	margin: 120px 0;
}

.mt120 {
	margin-top: 120px;
}

.mb120 {
	margin-bottom: 120px;
}

.ma80 {
	margin: 80px 0;
}

.mt80 {
	margin-top: 80px;
}

.mb80 {
	margin-bottom: 80px;
}

.ma60 {
	margin: 60px 0;
}

.mt60 {
	margin-top: 60px;
}

.mb60 {
	margin-bottom: 60px;
}

.ma30 {
	margin: 30px 0;
}

.mt30 {
	margin-top: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.ma15 {
	margin: 15px 0;
}

.mt15 {
	margin-top: 15px;
}

.mb15 {
	margin-bottom: 15px;
}

.ma5 {
	margin: 5px 0;
}

.mt5 {
	margin-top: 5px;
}

.mb5 {
	margin-bottom: 5px;
}

.ma0 {
	margin: 0 !important;
}

.pd120 {
	padding: 120px 0;
}

.pt120 {
	padding-top: 120px;
}

.pb120 {
	padding-bottom: 120px;
}

.pd80 {
	padding: 80px 0;
}

.pt80 {
	padding-top: 80px;
}

.pb80 {
	padding-bottom: 80px;
}

.pd60 {
	padding: 60px 0;
}

.pt60 {
	padding-top: 60px;
}

.pb60 {
	padding-bottom: 60px;
}

.pd40 {
	padding: 40px 0;
}

.pt40 {
	padding-top: 40px;
}

.pb40 {
	padding-bottom: 40px;
}

.pd0 {
	padding: 0 !important;
}

@keyframes transY {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes transY2 {
	from {
		transform: translate(0, -10px);
	}

	to {
		transform: translate(0, 0);
	}
}

@keyframes fadein {
	from {
		background-color: rgba(0, 0, 0, 0.1);
	}

	to {
		background-color: rgba(0, 0, 0, 0.5);
	}
}

@keyframes sitemap {
	from {
		right: -500px;
	}

	to {
		right: 0;
	}
}




@media print {
	@page {size: A4; page-break-after: always;}
	body {font-size: 13px;} 
	* {word-break:break-all !important;}
	.top_title_wrap,
	.snb_navigator_wrap,
	header {display: none ;}
	footer {display: none;}
	.bread_box {padding-top:0 !important;}
	#sub_content {padding: 0 !important;}
	.sub_con {padding-bottom: 0 !important;}
	.board_detaul_wrap,
	.sub_container {min-width: 990px !important;}
	.contents_detail .btn_area {display:none;}
	.board_view_con {border:0 !important;padding:0 !important;}
	.btn_area {display: none !important;}
	.board_detail .scroll {max-width:auto !important;overflow:visible !important;;width:100% !important;}
	
}



@media all and (min-width: 1921px) {
	.header_wrap {
		border-bottom: 0;
	}

	.header_wrap .gnb_wrap > ul > li > a {
		line-height: 110px;
	}

	.visual_wrap {
		border-radius: 20px;
		overflow: hidden;
	}
}

@media all and (min-width: 769px) {
	.sitemap_menu > ul > li .sub_menu > .depth2 > ul > li > a {}

	.sitemap_menu > ul > li .sub_menu > .depth2 > ul > li > a:hover {}

	.sitemap_menu > ul > li .sub_menu > .depth2 > ul > li.on > a {
		color: #f9ff4a;
		font-weight: bold;
	}

	.sitemap_menu > ul > li .sub_menu > .depth2 > ul > li.on > a:after,
	.sitemap_menu > ul > li .sub_menu > .depth2 > ul > li > a:hover:after {
		content: '';
		display: inline-block;
		margin-left: 5px;
		width: 7px;
		height: 7px;
		border-radius: 50%;
		background: #fff;
		vertical-align: top;
	}
}

@media all and (max-width: 1550px) {
	.platform_wrap {
		background: linear-gradient(45deg, #ffffff calc(50% - 402px), #EDF5F7 calc(50% - 402px));
	}

	.platform_wrap:after {
		left: calc(50% - 545px);
	}

	.platform_wrap .platform_list {
		margin-left: calc(50% - 588px);
	}

	.sitemap_wrap .top_search_wrap {
		flex: 0 0 300px;
	}

	.sitemap_wrap .top_area {
		gap: 30px;
	}
}

@media all and (max-width: 1280px) {
	.sitemap_wrap .block {
		padding: 5vw 2vw;
	}

	.sitemap_wrap .top_area {
		display: flex;
		align-items: end;
		gap: 20px;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.sitemap_wrap .quick_site {
		width: 100%;
		justify-content: end;
	}

	.sitemap_menu > ul {
		padding: 50px 0 0 0;
		flex-wrap: wrap;
	}

	.sitemap_menu > ul > li {
		flex: 1 1 33%;
		padding: 0 20px;
	}

	.platform_wrap {
		background: linear-gradient(45deg, #ffffff 30px, #EDF5F7 30px);
	}

	.platform_wrap:after {
		left: 45px;
	}

	.platform_wrap .platform_list {
		margin-left: 0;
	}

	.platform_wrap .side_area .log_area {
		display: none;
	}

	.btn_sitemap {
		position: absolute;
		right: 20px;
		top: 24px;
	}

	.header_wrap {
		padding: 0 20px;
	}

	.header_wrap .header_top {
		padding: 15px 60px 15px 0;
	}

	.header_wrap .max {
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.header_wrap h1 img {
		height: 40px;
	}

	.header_wrap .gnb_wrap ul {
		display: none;
	}
}

@media all and (max-width: 1080px) {
	
	.header_wrap .sns_wrap {
		display: none;
	}

	.header_wrap .top_search_wrap {
		display: block;
		width: 100%;
		max-width: none;
	}

	.header_wrap .gnb_wrap .sub_menu {
		position: fixed;
		border-radius: 0;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
		left: 0;
		right: 0;
		top: auto;
		display: none;
		border: 0;
		transform: none;
	}

	.header_wrap .gnb_wrap .sub_menu li {
		display: inline-block;
	}

	.header_wrap .gnb_wrap .sub_menu.on {
		display: block;
		animation: transY2 0.3s linear 1 forwards;
	}

	.header_wrap .gnb_wrap .sub_menu:after {
		content: "";
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #222;
	}

	.top_search_wrap .form input {
		border: 0;
		width: calc(100% - 60px);
		height: 35px;
		background-color: transparent;
	}

	.top_search_wrap .form button {
		width: 40px;
		height: 35px;
		display: inline-block;
		text-align: center;
	}

	.top_search_wrap .form button i {
		font-size: 22px;
	}
}

@media all and (max-width: 960px) {
	header {
		position: fixed;
		z-index: 99;
		top: 0;
		left: 0;
		right: 0;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	}

	.platform_wrap {
		background: linear-gradient(45deg, #ffffff 160px, #0084ca 160px);
	}

	.platform_wrap:after {
		display: none;
	}

	.platform_wrap .logo_area {
		display: flex;
		width: 190px;
		height: 52px;
		align-items: center;
		justify-content: center;
		font-size: 0;
		line-height: 0;
	}

	.platform_wrap .logo_area img {
		height: 35px;
	}

	.platform_wrap .platform_list {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 9;
		width: 200px;
	}

	.platform_wrap .platform_list h3 {
		display: block;
		height: 51px;
		text-indent: 0;
		font-size: 20px;
		color: #fff;
		line-height: 51px;
		text-align: right;
		width: 100%;
		font-size: 18px;
		padding-right: 5px;
	}

	.platform_wrap .platform_list h3 a {
		color: #fff;
		width: auto !important;
	}

	.platform_wrap .platform_list h3 span {
		display: inline-block;
		vertical-align: top;
	}

	.platform_wrap .platform_list h3 img {
		display: inline-block;
		vertical-align: middle;
		transform: translateY(-2px);
		margin-left: 10px;
		height: 18px;
	}

	.platform_wrap .platform_list .list {
		display: none;
		background-color: #fff;
		border-radius: 10px;
		border: 1px solid #ddd;
		padding: 10px 0;
		flex-direction: column;
		height: auto;
	}

	.platform_wrap .platform_list .list.on {
		display: inline-block;
		float:right;
	}

	.platform_wrap .platform_list a {
		position: static;
		background: none;
		color: #333;
		width: 100% !important;
		padding: 10px !important;
		line-height: 1;
	}

	.platform_wrap .platform_list a.bg1 {
		display: none;
		background: none;
	}

	.platform_wrap .platform_list a.bg1:hover {
		background: none;
	}

	.platform_wrap .platform_list a.bg1:hover + .bg2 {
		background: none;
	}

	.platform_wrap .platform_list a.bg2 {
		background: none;
	}

	.platform_wrap .platform_list a.bg2:hover {
		background: none;
	}

	.platform_wrap .platform_list a.bg2:hover + .bg4 {background: none;}
	.platform_wrap .platform_list a.bg2:hover + .bg3 {
		background: none;
	}

	.platform_wrap .platform_list a.bg3 {
		background: none;
		transform: none;
		line-height: 1;
	}

	.platform_wrap .platform_list a.bg3:hover {
		background: none;
	}

	.platform_wrap .platform_list a.bg3:hover + .bg4 {
		background: none;
	}

	.platform_wrap .platform_list a.bg4 {
		background: none;
	}

	.platform_wrap .platform_list a.bg4:hover {
		background: none;
	}

	.platform_wrap .platform_list a.bg4:hover + .bg5 {
		background: none;
	}

	.platform_wrap .platform_list a.bg5 {
		background: none;
	}

	.platform_wrap .platform_list a.bg5:hover {
		background: none;
	}

	.platform_wrap .side_area {
		display: none;
	}

	.header_wrap .gnb_wrap ul {
		display: none !important;
	}

	.header_wrap .logo_area {
		display: none;
	}

	.header_wrap h1 span {
		display: none;
	}

	.visual_wrap .visual_view img {
		height: 37vw;
	}

	.teg {
		font-size: 14px;
		font-weight: bold;
		padding: 4px 10px;
		border-radius: 5px;
	}

	.teg.teg_1 {
		color: #fff;
		background-color: #0084CA;
	}

	.teg.teg_2 {
		color: #fff;
		background-color: #E43258;
	}

	.teg.teg_3 {
		color: #fff;
		background-color: #2e9466;
	}

	.teg.teg_4 {
		color: #fff;
		background-color: #5549ad;
	}
}

@media all and (max-width: 768px) {

	.platform_wrap .platform_list h3 {
		height: 41px;
		line-height: 41px; 
	}

	.platform_wrap .logo_area {
		height: 40px;
	}

	.platform_wrap .logo_area img {
		height: 30px;
	}

	.sitemap_wrap .block {
		padding: 15px;
	}

	.sitemap_wrap .block:after {
		background-size: 80% auto;
	}

	.sitemap_wrap .block .relative {
		padding-bottom: 100px;
		height: 100%;
	}

	.sitemap_wrap .block .top_area {
		display: flex;
		justify-content: start;
		align-items: start;
		flex-direction: column;
		gap: 10px;
		width: 100%;
		text-align: center;
	}

	.sitemap_wrap .block .top_area img {
		height: 50px;
	}

	.sitemap_wrap .block .top_area .logo {
		flex: 1 1 100%;
		padding-right: 110px;
		display: block;
	}

	.sitemap_wrap .block .top_search_wrap {
		max-width: none;
		width: 100%;
		display: inline-block;
		float: none;
		flex: 1 1 auto;
	}

	.sitemap_wrap .block .quick_site {
		height: auto;
		display: flex;
		gap: 0;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		position: fixed;
		bottom: 10px;
		border-top: 1px solid #fff;
		right: 0;
		left: 0;
		padding-top: 10px;
	}

	.sitemap_wrap .block .quick_site a {
		border-radius: 0;
		font-size: 15px;
		padding: 8px 18px;
		border: 0;
		flex: 1 1 40%;
	}

	.sitemap_wrap .block .sitemap_menu {
		padding-top: 15px;
		text-align: left;
		height: calc(100% - 110px);
		overflow: hidden;
		overflow-y: auto;
	}

	.sitemap_wrap .block .sitemap_menu > ul {
		display: block;
		padding: 0;
	}

	.sitemap_wrap .block .sitemap_menu > ul > li {
		display: block;
		padding: 0;
		margin: 0;
	}

	.sitemap_wrap .block .sitemap_menu > ul > li .sub_menu .depth3 {
		padding: 0;
	}

	.sitemap_wrap .block .sitemap_menu > ul > li > a {
		display: block;
		font-size: 21px;
		font-weight: 500;
		margin: 0;
		color:#fff;
		padding: 15px 10px;
		line-height: 1;
		width: 100%;
		position: relative;
		border: 0;
		text-align: left;
	}

	.sitemap_wrap .block .sitemap_menu > ul > li > a:after {
		content: "";
		position: absolute;
		right: 0;
		top: 48%;
		transform: translateY(-50%);
		width: 40px;
		height: 30px;
		background-position: center;
		background-image: url(/resource/images/base/ico_menu_open.png);
		background-repeat: no-repeat;
		transition: all 0.3s ease-in-out;
	}

	.sitemap_menu > ul > li > a i {
		display: block;
		transition: all .3s ease-in-out;
	}

	.sitemap_wrap .block .sitemap_menu > ul > li > a.on i {
		transform: rotate(-180deg);
	}

	.sitemap_wrap .block .sitemap_menu > ul > li > a.on {
		color: #FFE500;
	}

	.sitemap_wrap .block .sitemap_menu > ul > li > a.on:after {
		transform: translateY(-50%) rotate(180deg);
	}

	.sitemap_wrap .block .sitemap_menu .sub_menu {
		display: none;
		padding: 10px 10px;
		background: rgba(0, 0, 0, 0.2);
		border-radius: 5px;
	}

	.sitemap_wrap .block .sitemap_menu .sub_menu.on {
		display: block;
	}

	.sitemap_wrap .block .sitemap_menu .sub_menu li {
		display: block;
		position: relative;
	}

	.sitemap_wrap .block .sitemap_menu .sub_menu li .sub_menu {
		display: block !important;
	}

	.sitemap_wrap .block .sitemap_menu .sub_menu li .sub_menu .depth3 {
		padding: 0;
	}

	.sitemap_wrap .block .sitemap_menu .sub_menu a {
		font-size: 17px;
		padding: 10px 5px;
	}

	.sitemap_wrap .block .sitemap_menu .sub_menu .depth2 > ul > li > div {
		border-top: 1px solid #43688b;
	}

	.sitemap_wrap .block .sitemap_menu .sub_menu .depth2 > ul > li > a {
		font-weight: bold;
	}

	.sitemap_wrap .block .sitemap_menu .sub_menu .depth3 ul li a {
		padding: 5px;
	}

	.sitemap_menu > ul > li .sub_menu .depth3 ul li:before {
		position: absolute;
		left: 0;
		/* margin:0;
		top: 50%; */
	}

	.btn_close_sitemap {
		width: 28px;
		height: 35px;
		position: absolute;
		right: 0;
		top: 0;
		transition: all 0.3s ease-in-out;
	}

	footer .sns_wrap {
		position: static;
		transform: none;
		overflow: hidden;
		text-align: center;
		padding-top: 20px;
	}

	footer .sns_wrap a {
		display: inline-block;
		float: none;
		width: 40px;
		height: 40px;
		margin: 0 5px;
	}

	footer .sns {
		position: absolute;
		bottom: 20px;
		left: 0;
		width: 100%;
		text-align: center;
	}

	footer .sns a {
		color: #fff;
	}

	footer {
		position: relative;
	}

	footer .top_area {
		padding: 15px;
		text-align: center;
	}

	footer .top_area .max {
		display: block;
		padding: 0;
	}

	footer .top_area .link a {
		margin: 0 5px;
	}

	footer .footer_info {
		padding-bottom: 60px;
	}

	footer .footer_info .max {
		padding: 30px 10px 10px 10px;
	}

	footer .footer_info .left {
		display: block;
		text-align: center;
	    position: relative;
	    padding-bottom: 30px;
	}

	footer .footer_info .copy {
	    position: absolute;
	    bottom: 0;
	    width: 100%;
	    font-size: 14px;
	    line-height: 1;
	}
	footer .footer_info .left .addr {
		padding-top:0;
	}
	footer .footer_info .left .logo {
		margin-bottom: 20px;
	}

	.platform_wrap:after {
		display: none;
	}
}

@media all and (max-width: 610px) {
	.header_wrap .header_top {
		padding: 8px 60px 8px 0;
	}

	.btn_sitemap {
		top: 13px;
		height: 22px;
	}


	.top_search_wrap .form input {
		width: calc(100% - 40px);
		height: 30px;
	}

	.sitemap_wrap .top_search_wrap .form input {
		height: 50px;
		width: calc(100% - 60px);
	}

	.top_search_wrap .form button {
		width: 30px;
		height: 30px;
	}

	.sitemap_wrap .top_search_wrap .form button {
		height: 50px;
		width: 50px;
	}

	.platform_wrap {
		background: linear-gradient(45deg, #ffffff 135px, #0084ca 135px);
	}

	.platform_wrap .logo_area {
		width: 150px;
	}

	.platform_wrap .logo_area img {
		height: 27px;
	}

	footer .sns {
		display: none;
	}

	footer .footer_info {
		padding-bottom: 10px;
	}

	footer .top_area .link a {
		font-size: 15px;
	}

	.webzine_form .check_box label,
	.webzine_form .check_box a {
		font-size: 15px;
	}
}

@media all and (max-width: 400px) {
	.sitemap_wrap .block .top_area img {
		height: 45px;
	}

	.story_wrap,
	section {
		padding: 5vw 3vw;
	}
	.teg {
		font-size: 15;
		padding: 2px 5px;
		vertical-align: baseline;
	}
}

@keyframes transY2 {
	from {
		transform: translate(0, -10px);
	}

	to {
		transform: translate(0, 0);
	}
}


.skip-nav {
  position: fixed;
  top: 0;
  left: 10px;
  z-index: 10000;
  transform: translateY(-120%);
  transition: transform 0.25s ease;
}

.skip-nav:focus-within {
  transform: translateY(0);
  top:10px;
}

.skip-nav a {
  display: inline-block;
    padding: 5px 14px;
    background: var(--point-main, #000000);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  /* border-radius: 30px; */
  margin-right: 6px;
}

.skip-nav a:hover,
.skip-nav a:focus {
  background: #2f2d73;
  outline: 2px solid #000;
  outline-offset: 2px;
}

#header:focus,
#content:focus,
#footer:focus {
  box-shadow: 0 0 0 3px rgba(71,69,150,.4);
  scroll-margin-top: 100px;
}
